Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 1995 14:06:35 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/dev/vn vn.c
Message-ID:  <199502222206.OAA05563@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



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