Date: Wed, 5 Jan 2005 10:21:18 -0600 From: Joshua Lokken <joshua.lokken@gmail.com> To: Curtis Almond <cjalmond@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: install.cfg disklabel customization question Message-ID: <bc5b6385050105082171ebb54c@mail.gmail.com> In-Reply-To: <92b67e1b050104152322d7beac@mail.gmail.com> References: <92b67e1b050104152322d7beac@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Jan 2005 17:23:05 -0600, Curtis Almond <cjalmond@gmail.com> wrote: > I would like to be able to do the following > > 1. Create a / partition of x size > 2. Create a swap partition of x size > 3. Create a /usr partition of x size > 4. Create a ufs partition of the rest of the disk but it is not mounted at boot. > > What I have thus far is: > # label disk 1 > # IDE > ad0s2-1=ufs 3969000 / > ad0s2-2=swap 3969000 none > ad0s2-3=ufs 3969000 /usr > ad0s2-4=ufs 0 /usr100 > > Anyone know how to make /usr100 not mounted at boot time? Don't put it in /etc/fstab. Then you can use mount(8) to mount it when you need to. -- Joshua Lokken Open Source Advocate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc5b6385050105082171ebb54c>