You are not logged in.
Pages: 1
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
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
try mount -o rw,nolock 192.168.0.136:/remote_path /local_path
Offline
Pages: 1