From owner-freebsd-questions Mon Jan 17 5:13:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.xs4all.nl (smtp7.xs4all.nl [194.109.127.50]) by hub.freebsd.org (Postfix) with ESMTP id 5D31F14C01 for ; Mon, 17 Jan 2000 05:13:30 -0800 (PST) (envelope-from rene@xs4all.nl) Received: from innerpeace.outerheaven.net (innerpeace.outerheaven.net [194.109.23.210]) by smtp7.xs4all.nl (8.9.3/8.9.3) with ESMTP id OAA10816; Mon, 17 Jan 2000 14:13:25 +0100 (CET) From: rene@xs4all.nl Date: Mon, 17 Jan 2000 14:17:59 +0100 X-Mailer: The Bat! (v1.35) S/N B56A3CE9 / Personal Reply-To: rene@xs4all.nl Organization: XS4ALL Internet B.V. Nederland X-Priority: 3 (Normal) Message-ID: <17595.000117@xs4all.nl> To: Olaf Seibert Cc: questions@freebsd.org Subject: Re[2]: vinum question : automatic mounting at boot, NFS? In-reply-To: <20000116235348.A26918@polder.ubc.kun.nl> References: <20000116235348.A26918@polder.ubc.kun.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hija Olaf, Sunday, January 16, 2000, 23:53:48, you seem to have written: OS> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: OS> Since it looks like the only thing that you really do by hand is: >> bash-2.02# mount /dev/vinum/myvol /mnt/large OS> putting it in /etc/fstab should be enough. Something like OS> # filesys mount point type access dump fsck OS> # location + opts freq pass OS> /dev/vinum/myvol /mnt/large ffs rw 1 2 OS> should do it. Unless maybe this tries to mount it too early in the boot OS> sequence. In that case, make it OS> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 OS> so that the initial mount -a will not try to mount it yet, and put the OS> following in /etc/rc.local: OS> mount /mnt/large >> Greetings, >> rene OS> -Olaf (none of this is vinum-sprecific, by te way). Thanx for your reply. However, it didn't quite fix it; (after booting) bash-2.02# mount /mnt/large mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I get a filesystemcheck error; /dev/vinum/rmyvol: device not configured this is probably coz at that time, vinum hasn't started yet. for completeness, the line from fstab: /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 Greetings, rene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message