Results 1 to 2 of 2
I have a fedora 3 server. its /home is a NFS share from other server.
the server usually busy.
What can I do to umount its /home while it is ...
- 05-05-2007 #1
Umount Busy NFS...
I have a fedora 3 server. its /home is a NFS share from other server.
the server usually busy.
What can I do to umount its /home while it is used by users without reboot it??
- 05-05-2007 #2
You can do a lazy unmount:
That'll ignore any warnings about being busy. Use it cautiously, though; if your disk cache isn't flushed out before you unmount it, you'll lose any data in the cache.Code:umount -l /home
Stand up and be counted as a Linux user!


Reply With Quote