Date: Wed, 16 Jun 1999 22:33:06 -0400 From: Randall Hopper <aa8vb@ipass.net> To: Kris Kennaway <kkennawa@physics.adelaide.edu.au>, Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: stable@freebsd.org, emulation@freebsd.org Subject: Re: vnconfig & FAT filesystem -- supported? Message-ID: <19990616223306.B5190@ipass.net> In-Reply-To: <Pine.OSF.4.10.9906161405220.32413-100000@bragg>; from Kris Kennaway on Wed, Jun 16, 1999 at 02:08:12PM %2B0930 References: <Pine.BSF.4.01.9906160239210.12111-100000@phoenix.aye.net> <xzpn1y0cp1c.fsf@flood.ping.uio.no> <19990615192406.A3498@ipass.net> <Pine.OSF.4.10.9906161405220.32413-100000@bragg>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav:
|Barrett Richardson <barrett@phoenix.aye.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990616223306.B5190>
