From owner-freebsd-emulation Wed Jun 16 19:31:36 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 43113150F1; Wed, 16 Jun 1999 19:31:33 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-29.dialup.rdu.ipass.net [209.170.132.29]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id WAA08446; Wed, 16 Jun 1999 22:31:27 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id WAA05515; Wed, 16 Jun 1999 22:33:06 -0400 (EDT) (envelope-from rhh) Date: Wed, 16 Jun 1999 22:33:06 -0400 From: Randall Hopper To: Kris Kennaway , Dag-Erling Smorgrav Cc: stable@freebsd.org, emulation@freebsd.org Subject: Re: vnconfig & FAT filesystem -- supported? Message-ID: <19990616223306.B5190@ipass.net> References: <19990615192406.A3498@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Kris Kennaway on Wed, Jun 16, 1999 at 02:08:12PM +0930 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav: |Barrett Richardson writes: |> On Tue, 15 Jun 1999, Randall Hopper wrote: |> > Is it possible to mount a DOS FAT file system as a vnode disk? |> > If so, I guess I don't know the trick: |> > |> > # vnconfig /dev/vn0 /data/doscmd_C_drive |> ^^^^^^^^ |> s/vn0/vn0a | |No, vn0 is correct. He's missing a -c though. vnconfig /dev/vn0 /disk/isofs mount -t cd9660 /dev/vn0a /mnt Still no dice. # vnconfig -c /dev/vn0 /data/doscmd_C_drive # mount -t msdos /dev/vn0a /mnt msdos: /dev/vn0a: Invalid argument FWIW, I've never had to use -c when mounting cd9660 file systems stored in files. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message