A NFS mount accident on LinuxSomething that you can do on a modern Linux system by accident:
(instead of mounting it on It is surprisingly hard to recover from this. In fact, I don't think I succeeded, and I wound up having to reboot. At the same time, I don't think anything broke, so I theoretically could have kept on running the machine like that. (Why you might want such a loopback mount is covered here.) On Linux specifically, another way of achieving the same goal is to use a bind mount:
This doesn't need NFS daemons, but I'm an old dog and sometimes we automatically reach for our old tricks, no matter how complicated they are. Things I tried that don't work, so you can skip them
From this it looks like lazy unmounts detach subtrees of the mount that you're unmounting, as well as the mount itself, which I suppose is not too surprising. Sidebar: how to keep access to
|
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |