From owner-freebsd-questions Sat Apr 26 16:08:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15631 for questions-outgoing; Sat, 26 Apr 1997 16:08:01 -0700 (PDT) Received: from localhost (poca59.capecod.net [205.230.13.59]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA15618 for ; Sat, 26 Apr 1997 16:07:54 -0700 (PDT) Received: from localhost (crtb@localhost) by localhost (8.6.12/8.6.12) with SMTP id HAA00288; Sat, 26 Apr 1997 07:33:12 -0400 Date: Sat, 26 Apr 1997 07:33:11 -0400 (EDT) From: Chuck To: Zahemszky Gabor cc: FreeBSD questions , crtb@capecod.net Subject: Re: How about a tar file system? In-Reply-To: <199704251236.OAA00315@CoDe.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Apr 1997, Zahemszky Gabor wrote: > > 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 Thanks! RTFM is an easy answer, but ah, the NAME of the FM to R, that is the hard part! So, I'm half way there. My real desire is to be able to take files in arbitrary formats, such as tar, tar.gz, cpio, or .bkp. With a driver for each format, pseudo-device vn should allow me to mount any of these. Mounting RW may be difficult for some, but RO should be fairly simple. > Gabor > Chuck Bacon - crtb@capecod.net ABHOR SECRECY -- PROTECT PRIVACY