Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 1996 18:26:45 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, jkh@time.cdrom.com
Cc:        FreeBSD-hackers@FreeBSD.org, guido@gvr.win.tue.nl, phk@critter.tfs.com
Subject:   Re: disklabeling a vn device
Message-ID:  <199610010826.SAA19477@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
I wrote:
>...
>To avoid this problem, you have to create a valid BSD slice of the
>correct size or the special invalid slice table that says that the
>disk is "dedicated".  Copies of the special table are kept in
>bootstraps.  The simplest way to put one on `vnfile' is:
>
>	dd if=/usr/mdec/boot1 of=vnfile conv=notrunc
>
>It should also be possible to use `fdisk -i vnfile', but device
>independence of fdisk is currently broken - it mungs the pathname.

This is still too hard.  It should be possible to just newfs /dev/rvn0.
Device independence of newfs seems to have always been broken.

Bruce



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