]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the #error that temporarily stopped this from supporting slices and
authorBruce Evans <bde@FreeBSD.org>
Wed, 22 Feb 1995 22:06:20 +0000 (22:06 +0000)
committerBruce Evans <bde@FreeBSD.org>
Wed, 22 Feb 1995 22:06:20 +0000 (22:06 +0000)
commit268c424b239e32e7f719da7cd6d67a7bc73f392c
tree25a7e6dfe00af49721f436a7f6d2feb11ebee8dc
parentae623967eca61273673c9dca32e9de410ce0cf28
Remove the #error that temporarily stopped this from supporting slices and
labels.

Please test the slice/label features:
cd /dev; sh MAKEDEV svn0
cd /var/tmp; dd if=/dev/zero of=vnfile bs=8192 count=1024
vnconfig -c /dev/rvn0 /var/tmp/vnfile
fdisk /dev/rvn0  # invent a geometry, create one BSD partition
disklabel -r -w vn0 floppy  # a convenient (bogus) label
disklabel -e vn0  # edit label to match device
newfs /dev/rvn0a
mount /dev/vn0a /mnt
...
The steps after the fdisk could name the device vn0s1 instead of vn0.
sys/dev/vn/vn.c