Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 16:35:30 +0530
From:      Greg Lehey <grog@lemis.com>
To:        rene@xs4all.nl
Cc:        Olaf Seibert <rhialto@polder.ubc.kun.nl>, questions@FreeBSD.ORG
Subject:   Re: vinum question : automatic mounting at boot, NFS?
Message-ID:  <20000118163530.D777@mojave.worldwide.lemis.com>
In-Reply-To: <17595.000117@xs4all.nl>; from rene@xs4all.nl on Mon, Jan 17, 2000 at 02:17:59PM %2B0100
References:  <20000116235348.A26918@polder.ubc.kun.nl> <17595.000117@xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 17 January 2000 at 14:17:59 +0100, rene@xs4all.nl wrote:
> Hija Olaf,
>
> Sunday, January 16, 2000, 23:53:48, you seem to have written:
>> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote:
>>
>> Since it looks like the only thing that you really do by hand is:
>>
>>> bash-2.02# mount /dev/vinum/myvol /mnt/large
>>
>> putting it in /etc/fstab should be enough. Something like
>>
>> # filesys     mount point       type    access                  dump    fsck
>> # location                              + opts                  freq    pass
>>
>> /dev/vinum/myvol /mnt/large     ffs     rw                      1       2
>>
>> should do it. Unless maybe this tries to mount it too early in the boot
>> sequence. In that case, make it
>>
>> /dev/vinum/myvol /mnt/large     ffs     rw,noauto               1       2
>>
>> so that the initial mount -a will not try to mount it yet, and put the
>> following in /etc/rc.local:
>>
>> mount /mnt/large
>>
>> -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.

Correct.  You should set start_vinum in your rc.conf.

> for completeness, the line from fstab:
>
> /dev/vinum/myvol        /mnt/large      ufs     rw,noauto       1       2

Was that a complete statement?

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


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?20000118163530.D777>