From owner-freebsd-emulation Fri Jun 18 19: 5:40 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 17D6714D1E; Fri, 18 Jun 1999 19:05:37 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-192.dialup.rdu.ipass.net [209.170.132.192]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id WAA19942; Fri, 18 Jun 1999 22:05:32 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id WAA01801; Fri, 18 Jun 1999 22:07:13 -0400 (EDT) (envelope-from rhh) Date: Fri, 18 Jun 1999 22:07:13 -0400 From: Randall Hopper To: Bruce Evans Cc: emulation@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: vnconfig & FAT filesystem -- supported? Message-ID: <19990618220713.C1263@ipass.net> References: <199906181158.VAA14119@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906181158.VAA14119@godzilla.zeta.org.au>; from Bruce Evans on Fri, Jun 18, 1999 at 09:58:53PM +1000 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bruce Evans: |> |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. Thanks! Works like a charm now. I don't understand why -c isn't needed for cd9660's, but I'll remember that it is for msdos slices. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message