Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 1997 14:36:11 +0200 (MET DST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Cc:        crtb@capecod.net
Subject:   Re: How about a tar file system?
Message-ID:  <199704251236.OAA00315@CoDe.hu>
In-Reply-To: <199704202234.SAA00796@localhost.nih.gov> from Chuck at "Apr 20, 97 06:34:54 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Question 2:
> I'd really like it if I could use dd to copy a DOS floppy, and then
> mount_msdos the image file.  Any guidelines on how to implement that?

man 8 vnconfig

make a new kernel with pseudo-device vn, reboot,
vnconfig -c /dev/vn0c /msdos_image
mount -t msdos /dev/vn0c /mnt

After use, 
umount /mnt
vnconfig -u /dev/vn0c


Gabor



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