I try to get vi NFS the entire hard disk to another machines special directory. HOWEVER, I fail to do it ;-) A: fstab looks like: 192.168.1.125:/ /mount/old nfs rsize=8192,wsize=8192,timeo=14,intr and on the other machine B: exports: / 192.168.1.254(ro,no_root_squash) I started nfsserver on B. However, nfs does not start on A. Any ideas? bye Ronald
On Wednesday 28 January 2004 13:05 pm, Ronald Wiplinger - via SeedNet SMTP wrote:
I try to get vi NFS the entire hard disk to another machines special directory.
HOWEVER, I fail to do it ;-)
A: fstab looks like: 192.168.1.125:/ /mount/old nfs rsize=8192,wsize=8192,timeo=14,intr
and on the other machine B: exports: / 192.168.1.254(ro,no_root_squash)
I started nfsserver on B. However, nfs does not start on A.
You need to mount the nfs share. As root, type: mount -at nfs or wait until you next boot the machine. HTH Dylan
Any ideas?
bye
Ronald
-- "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -Benjamin Franklin
participants (2)
-
Dylan
-
Ronald Wiplinger - via SeedNet SMTP