On Tue, Aug 21, 2001 at 09:41:34PM +0200, Andre Oppermann wrote:
> # dd if=/dev/zero of=mfsroot bs=1k count=25000
> # vnconfig -e -s labels vn0 mfsroot
> # disklabel -r -w vn0 auto
> # newfs /dev/vn0c
> # mount and cp blabla
You need to disklabel -B vn0 to install boot blocks.
And you should not use partition c which is not of type 4.2BSD.
Do some scripting together with disklabel to add some partitions.
--
B.Walter COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message