Re: NFS mounted drive ls hangs
Posted: Wed Apr 21, 2010 8:45 pm
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
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