Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 1998 16:21:18 -0800 (PST)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Jan Conrad <conrad@dirac.physik.uni-bonn.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Inter FreeBSD-227 nfs mounts at boottime fail!
Message-ID:  <Pine.BSF.4.03.9811161618340.17775-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.BSF.4.05.9811141633230.339-100000@merlin.physik.uni-bonn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Nov 1998, Jan Conrad wrote:

> I am running FreeBSD-2.2.7 on six of my machines, where the standard
> client machine has the following fstab (excerpt)
> 
> /nilles/share@dirac /nilles/share nfs rw,bg,soft,nodev        0 0
> /nilles/home@dirac  /nilles/home  nfs rw,bg,soft,nosuid,nodev 0 0
> /nilles/osf@mach    /nilles/osf   nfs rw,bg,soft,nodev        0 0

Syntax error.  FreeBSD's NFS mount format is:

host:filesystem

So reformat your fstab to read

dirac:/nilles/share 	/nilles/share	nfs	rw,bg,soft,nodev 0 0
dirac:/nilles/home	/nilles/home	nfs	rw,bg,soft,nosuid,nodev 0 0
mach:/nilles/osf	/nilles/osf	nfs	rw,bg,soft,nodev 0 0

I'm not sure 'nodev' is a valid option, it's not on the mount_nfs manpage.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9811161618340.17775-100000>