From owner-freebsd-questions Mon Nov 16 16:22:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13586 for freebsd-questions-outgoing; Mon, 16 Nov 1998 16:22:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13557 for ; Mon, 16 Nov 1998 16:21:57 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA14382; Mon, 16 Nov 1998 16:21:19 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 16 Nov 1998 16:21:18 -0800 (PST) From: Doug White To: Jan Conrad cc: freebsd-questions@FreeBSD.ORG Subject: Re: Inter FreeBSD-227 nfs mounts at boottime fail! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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