Q: NFS share mount point resource busy
Since the host (NFS server) is down (once and for all), impossible to remove network shortcuts, Finder hangs. Premiere Pro doesn't launch with online project.
Attempts :
sudo umount /Volumes/stuff
ok
cd /Volumes
rmdir ./stuff
rmdir : stuff : resource busy.
rm -r ./stuff
rm : stuff : No route to host
With dscl :
sudo dscl
>cd Local/Defaults/Mounts
Local/Defaults/Mounts>ls
192.168.1.xx:/stuff
Local/Defaults/Mounts>readall
AppleMetaNodeLocation : /Local/Default
GeneratedUID : .....
RecordName : <locale IP>:/stuff
RecordType : dsRecTypeStandard : Mounts
VFSLinkDir : /Volumes/stuff
VFSOpts : nfsv3,nosuid,hard,intr,tcp,rw,rwsize=65536,nfc
VFSType : nfs
>delete 192.168.1.xx:\/stuff
delete : Invalid Path
<dscl_cmd> DS Error : -14009 (eDSUnkownNodeName)
Delete Finder preferences :
rm ~/Library/Preferences/com.apple.finder.plist
rm ~/Library/Preferences/com.apple.sidebarlists.plist
Ok, but after few seconds, the network shortcuts come back !
Context :
OSX 10.8.5
Server : EMC Isilon
Related topics :
https://discussions.apple.com/thread/1717173?searchText=nfs%20unmount
https://discussions.apple.com/thread/6672455?searchText=nfs%20unmount
Mac Pro, OS X Mountain Lion (10.8.5)
Posted on Sep 27, 2016 5:51 AM