From owner-freebsd-questions Fri Sep 29 16:24:22 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07096 for questions-outgoing; Fri, 29 Sep 1995 16:24:22 -0700 Received: from tornado.netspace.net.au (ahill@netspace.net.au [203.10.110.110]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA07091 for ; Fri, 29 Sep 1995 16:24:16 -0700 Received: (from ahill@localhost) by tornado.netspace.net.au (8.7/8.7) id JAA13972; Sat, 30 Sep 1995 09:21:55 +1000 (EST) Date: Sat, 30 Sep 1995 09:21:54 +1000 (EST) From: Anthony Hill To: Charlie Conklin cc: questions@FreeBSD.ORG Subject: Re: Mounting a DOS floppy In-Reply-To: <9509280818.AA01545@ln1d272nwk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Thu, 28 Sep 1995, Charlie Conklin wrote: > know how to do it! It seems that there must be some way to mount a > DOS filesystem (floppy disk) under FreeBSD, but for the life of me, > I could not figure out how to do it. Can you do this? Charlie, Easy one ! :- mount_msdos /dev/fd0.1440 /mnt ...mounts a dos 1.44 floppy in drive A on /mnt or you can ditch the floppys altogether and use something like :- mount_msdos /dev/wd1s1 /mnt ...to mount the DOS partition of your Harddisk. (This is presuming you have a DOS partition - also you may need to use a diferent device than /dev/wd1s1 depending on what sort of Harddisk you have, and how you partitioned it.) Anthony Hill