From owner-freebsd-stable Fri Jun 18 4:59: 9 1999 Delivered-To: freebsd-stable@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 30C8114F6F; Fri, 18 Jun 1999 04:59:04 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA14119; Fri, 18 Jun 1999 21:58:53 +1000 Date: Fri, 18 Jun 1999 21:58:53 +1000 From: Bruce Evans Message-Id: <199906181158.VAA14119@godzilla.zeta.org.au> To: aa8vb@ipass.net, bde@zeta.org.au Subject: Re: vnconfig & FAT filesystem -- supported? Cc: emulation@FreeBSD.ORG, stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > |For the current problem, just configure the vn device to support slices and > |labels. > >I think I found the feature you're referring to, but it didn't quite work. >Is this right?: > > # vnconfig -s labels /dev/vn0 /data/doscmd_C_drive > # mount -t msdos /dev/vn0s1 /mnt > msdos: /dev/vn0s1: Device not configured > > # ls -l /dev/vn0s1 > brw-r----- 1 root operator 15, 0x00020002 May 27 13:43 /dev/vn0s1 This only sets the label flag for vn0. Use `vnconfig -c ...' to configure vn devices. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message