16
Zaurus - pdaXrom / NFS mount takes 5 minutes
« on: June 29, 2004, 11:11:24 am »
when i mount an nfs share like this:
it returns successfully after exactly 5 minutes consistently. I suspect this corresponds to a timeout or two
/etc/fstab defines:
i believe the problem is client related because two nfs servers (linux, bsd) both take 5 minutes to mount on the z but cross-mount instantly.
server logs indicate only client de/authentication, nothing unexpected.
is there client logging that i am unaware of?
other ideas?
thanks.
Code: [Select]
$ mount /mnt/foo
it returns successfully after exactly 5 minutes consistently. I suspect this corresponds to a timeout or two
/etc/fstab defines:
Code: [Select]
foo:/home /mnt/foo nfs defaults,nosuid,noauto
i believe the problem is client related because two nfs servers (linux, bsd) both take 5 minutes to mount on the z but cross-mount instantly.
server logs indicate only client de/authentication, nothing unexpected.
is there client logging that i am unaware of?
other ideas?
thanks.