Date: Sat, 30 Sep 1995 09:21:54 +1000 (EST) From: Anthony Hill <ahill@netspace.net.au> To: Charlie Conklin <charlie_conklin@il.us.swissbank.com> Cc: questions@FreeBSD.ORG Subject: Re: Mounting a DOS floppy Message-ID: <Pine.SOL.3.91.950930091334.11737A-100000@tornado.netspace.net.au> In-Reply-To: <9509280818.AA01545@ln1d272nwk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.950930091334.11737A-100000>