Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Nov 2, 2023 · Operations

Replace Symlinks with mount --bind: A Practical Linux Storage Trick

When a Linux application's data directory runs out of space, using mount --bind instead of layered symlinks lets you transparently redirect the directory to a larger disk, with clear steps, underlying principles, and advanced read‑only or temporary configurations.

FilesystemStorage ManagementSysadmin
0 likes · 6 min read
Replace Symlinks with mount --bind: A Practical Linux Storage Trick
Liangxu Linux
Liangxu Linux
Apr 9, 2023 · Operations

Mastering mount --bind: Seamless Directory Redirection on Linux

Learn how to replace cumbersome symlinks with Linux’s mount --bind command, covering basic usage, step‑by‑step examples, underlying VFS mechanics, persistence via /etc/fstab, and advanced scenarios such as temporary configuration testing and read‑only mounts.

FilesystemLinuxSysadmin
0 likes · 6 min read
Mastering mount --bind: Seamless Directory Redirection on Linux