NFS mount point hung?
Posted on May 15, 2008
Has your NFS mount point hung and turned into a black hole swallowing every filesystem command?
Try to unmount it forcefully.
umount -lf /mount/point
Then remount it,
mount -a
Related posts:
- CIFS/SMBFS “mount error 13 = Permission denied”
Are you getting a rather generic "mount error 13 = Permission denied" when trying to... - Permanently mount a Windows share in Linux
Sick of manually mounting a Windows share on Linux with "mount" for it to drop... - Setting up and using NFS on Ubuntu
Network File System, NFS, has been around since Noah first networked his ark. Setting up...