Click to See Complete Forum and Search --> : Mount NFS at boot


Hawg
06-23-2002, 03:35 PM
I'm using version 3 NFS, Kernel 2.4.19

/etc/fstab on client

Wine:/nfs /nfs nfs wsize=32768,wsize=32768,rw,hard,intr 0 0


This does not work. But if I type as root

mount Wine:/nfs the volume mounts with no errors and works fine. Any suggestions.

Bokkenka
06-24-2002, 06:26 PM
I forget the order it goes in... It might be trying to mount the NFS before the network is running.

Open the file /etc/rc.d/rc.local and add your mount command to it. Then, it will be run when after all the other init scripts have been run.

Hawg
06-25-2002, 07:04 PM
Thanks.

turns out I didn't have the netfs daemon running. This took care of it. There was no mention of this in the HOWTO.