Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 23:53:48 +0100
From:      Olaf Seibert <rhialto@polder.ubc.kun.nl>
To:        rene@xs4all.nl
Cc:        questions@freebsd.org
Subject:   Re: vinum question : automatic mounting at boot, NFS?
Message-ID:  <20000116235348.A26918@polder.ubc.kun.nl>
In-Reply-To: <8870.000116@xs4all.nl>
References:  <8870.000116@xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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

> Greetings, 
>  rene <mailto:rene@xs4all.nl>

-Olaf (none of this is vinum-sprecific, by te way).
--
___ Olaf 'Rhialto' Seibert - rhialto@polder.ubc.     -- If one tells the truth,
\X/ .kun.nl     -- one is sure, sooner or later, to be found out. (Oscar Wilde) 


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?20000116235348.A26918>