Hi,
On 1/26/11 5:23 PM, Rudi Ahlers wrote:
Hi All,
How do I unmount an NFS share when the NFS server is unaivalable?
I tried "umount /bck" but it "hangs" indefinitely "umount -f /bck" tells me the mount if busy and I can't unmount it:
Try:
umount -f -l /bck
HTH,