Tag Archives: Linux

Bind mounts

Using bind mounts, we can mount all, or even part of an already-mounted filesystem to another location, and have the filesystem accessible from both mount points at the same time! For example, you can use bind mounts to mount your existing root filesystem to /home/drobbins/nifty, as follows: # mount –bind / /home/drobbins/nifty Now, if you […]

Posted in applications, General | Tagged | Comments closed