Date: Thu, 29 Feb 1996 09:07:52 +0200 (SAT) From: Robert Nordier <rnordier@iafrica.com> To: coredump@nervosa.com (invalid opcode) Cc: mikefish@lydia.bradley.edu, questions@freebsd.org Subject: Re: mount_msdos Message-ID: <199602290707.JAA01033@eac.iafrica.com> In-Reply-To: <Pine.BSF.3.91.960228144242.20944S-100000@nervosa.com> from "invalid opcode" at Feb 28, 96 02:45:05 pm
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Feb 1996, invalid opcode wrote: > > On Wed, 28 Feb 1996, Michael Shover wrote: > > > i am trying to mount a 40 MB dos partition that is physically on > > the same hard drive as my copy of freebsd. i have tried the mount_msdos > > command many times, but i can not seem to get it right. for the > > device, i am using fd0 and for the mount directory /root/dos. this > > fd0 is your floppy drive. You need to know which partition your DOS drive > is, for instance, if it's on partition 2, mount -t msdos /mnt /dev/wd0s1. Or, even better: mount -t msdos /dev/wd0s1 /mnt :-) -- Robert Nordier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602290707.JAA01033>