kieranbarnes Independent PHP, WordPress & CubeCart Programmer

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

  1. CIFS/SMBFS “mount error 13 = Permission denied”
    Are you getting a rather generic "mount error 13 = Permission denied"  when trying to...
  2. Permanently mount a Windows share in Linux
    Sick of manually mounting a Windows share on Linux with "mount" for it to drop...
  3. How to install the nslookup, host OR dig commands in Linux?
    Sometimes you are unable to use the nslookup, host OR dig command on your Linux...
  4. Setting up and using NFS on Ubuntu
    Network File System, NFS, has been around since Noah first networked his ark. Setting up...
  5. “sh: -t: command not found” with PHP cron/command line
    Are you getting "sh: -t: command not found" when running a PHP from cron or...

Tagged as: Leave a comment