From owner-cvs-sys Wed Feb 22 14:06:56 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA05581 for cvs-sys-outgoing; Wed, 22 Feb 1995 14:06:56 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA05563; Wed, 22 Feb 1995 14:06:35 -0800 Date: Wed, 22 Feb 1995 14:06:35 -0800 From: Bruce Evans Message-Id: <199502222206.OAA05563@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/02/22 14:06:30 Modified: sys/dev/vn vn.c Log: 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.