Page 1 of 1

Re: NFS mounted drive ls hangs

Posted: Wed Apr 21, 2010 8:45 pm
by marcelru
Hi Rob,

I think your mount command should read:

mount -o nolock 192.168.1.45:/volume1/video /dtv/usb/sda4/Video/ -t nfs

The filesystem type should be set, and normally, you don't have to specify the read-only option, that's already settled by the nfsd on your server through the exports file.

hth,

marcelr

Re: NFS mounted drive ls hangs

Posted: Tue Jun 22, 2010 10:11 pm
by erdem_ua
Thanks for the Info, Added to WiKi :)