According to Chris Fischer: While burning my CPU.
> 
> Hi,
> 
> I'm having trouble automounting my nfs partition on boot up.
> Is there something I'm missing in /etc/fstab??
> 
> 192.168.0.1:     /files        nfs defaults 1 2

You need to enter the name of the directory on the remote machine which is
to be mounted on your machine;

192.168.0.1:/files    /files    nfs  defaults 0 0

The /files directory could possably be called something else on the remote
machine.

I do not check filesystems mounted on other machines when mounting them via
nfs, after all the other machine should check them at its bootime.
Hence 0 0, your mileage may vary.

> Regards,
> 
> Chris
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to