From owner-freebsd-questions Fri Apr 25 07:31:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18721 for questions-outgoing; Fri, 25 Apr 1997 07:31:12 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA18709 for ; Fri, 25 Apr 1997 07:31:09 -0700 (PDT) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id HAA24580 for ; Fri, 25 Apr 1997 07:11:28 -0700 (PDT) Received: by mail.EUnet.hu, id QAA08053; Fri, 25 Apr 1997 16:11:07 +0200 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id OAA00315; Fri, 25 Apr 1997 14:36:11 +0200 (MET DST) From: Zahemszky Gabor Message-Id: <199704251236.OAA00315@CoDe.hu> Subject: Re: How about a tar file system? To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Fri, 25 Apr 1997 14:36:11 +0200 (MET DST) Cc: crtb@capecod.net In-Reply-To: <199704202234.SAA00796@localhost.nih.gov> from Chuck at "Apr 20, 97 06:34:54 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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