JerryAttrix
Dec 23 2005, 12:58 PM
RC12 is a smooth piece of work, and most things work out of the box. However, I'm trying to mount a remote NFS volume:
mount -t nfs {url}:{exported path} /mnt/net
and it just hangs. (It all works fine under Cacko.) Is this a problem anyone else has?
pgas
Dec 23 2005, 08:39 PM
http://www.pdaxrom.org/index.php?showid=26&menuid=8Q:
When i try to mount an NFS share it takes a long time/forever?
A:
Use the -nolock parameter when mounting. Some people also recommend using the server:/zaurus /mnt nfs noauto,hard,intr,nolock,async,nfsvers=2 0 0
JerryAttrix
Dec 24 2005, 01:22 AM
Many thanks for the pointer. I tried an FAQ search but failed to turn that up. Must try harder.
The command that worked in the end was:
mount {server}:{path} /mnt/{mountpoint} -t nfs -o noauto,hard,intr,nolock,async,nfsvers=2