Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2010 00:03:54 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-questions@freebsd.org, Matthias Apitz <guru@unixarea.de>
Subject:   Re: sysinstall(8) && bsdlabel a new disk
Message-ID:  <201011010003.54682.bruce@cran.org.uk>
In-Reply-To: <20101031200258.GA1302@tiny.Sisis.de>
References:  <20101031200258.GA1302@tiny.Sisis.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 31 October 2010 20:02:58 Matthias Apitz wrote:

> How this is supposed to work using sysinstall(8)
> or should one use only bsdlabel(8) directly in such a case?

sysinstall isn't really intended for post-install use: you should probably 
learn how to use gpart instead - e.g.

gpart create -s mbr /dev/disk
gpart add -t freebsd /dev/disk
gpart create -s bsd /dev/disk
gpart add -t freebsd-ufs /dev/disks1

newfs /dev/disks1a

-- 
Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011010003.54682.bruce>