Good suggestion on using bsdlabel. Unfortunately I am required to use
FreeBSD 4.6.2 which does not contain this utility and disklabel
requires one to invoke an editor to define the new label.
What I resorted to doing was having netboot create /usr100 and then
later overwrite the /etc/fstab via an
On Tue, 4 Jan 2005 17:23:05 -0600, Curtis Almond <[EMAIL PROTECTED]> 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 i
Curtis Almond wrote:
Anyone know how to make /usr100 not mounted at boot time?
Edit /etc/fstab and add the 'noauto' flag to the appropriate line.
Something like this:
/dev/ad0s2f /usr100 ufs rw,noauto 2 2
Or even better
How can I create the ad0s2-4 (ad0s2f after boot) label but hav
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 396900