In article <[EMAIL PROTECTED]>, Johan Pettersson <[EMAIL PROTECTED]> wrote: >Hello! > >I have put this string in my fstab: localhost:/win/dir /ftp/site/dir >nfs >But it does not work! (I can mount when type mount -t nfs >localhost:/win/dir >/ftp/site/dir)
NFS mounting through fstab is done very early in the bootprocess. At that point, your local NFS server is not running yet. So this cannot work. It will work if you use autofs, something I recommend for every NFS mount anyway (well not for / and /usr on diskless workstations). Mike. -- Indifference will certainly be the downfall of mankind, but who cares?

