You are not logged in.

#1 2005-10-30 19:25:42

DarkMind
Member
Registered: 2005-02-22
Posts: 68

Slow NFS Mount

i have a little home network, 3 pcs with linux

y put this en fstab:


192.168.0.151:/home/beatriz     /network/bea_home       nfs     defaults        0 0
192.168.0.151:/mnt/datos        /network/bea_datos      nfs     defaults        0 0
192.168.0.136:/home/ximena      /network/ximena_home    nfs     defaults        0 0
192.168.0.136:/mnt/datos        /network/ximena_datos   nfs     defaults        0 0

and i put portmap, nfslock and nfsd in rc.conf

but it's VERY slow to mount the nfs discs sad

if i not mount in the starup, i mount manually but is slow too

dmesg appear:


nfsd: last server has exited
nfsd: unexporting all filesystems
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period

NFS4???

90 seconds???  :shock:

i use nfs3 for all the network, why appear nfs4?

Offline

#2 2005-11-24 21:30:52

pellegbta
Member
From: Sweden
Registered: 2004-03-21
Posts: 4

Re: Slow NFS Mount

try mount -o rw,nolock 192.168.0.136:/remote_path   /local_path

Offline

Board footer

Powered by FluxBB