Date: Thu, 12 Oct 1995 14:14:29 +0000 () From: "Jeffrey D. Dean " <news@jd-unix.wpafb.af.mil> To: Howland Jared Agnew <jagnew@csugrad.cs.vt.edu> Cc: freebsd-questions@freebsd.org Subject: Re: mounting dos Message-ID: <Pine.BSF.3.91.951012141037.4870C-100000@jd-unix.wpafb.af.mil> In-Reply-To: <Pine.OSF.3.91.951011153231.23794A-100000@csugrad.cs.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Oct 1995, Howland Jared Agnew wrote: > If you could please write me and tell me how to mount my msdos > partition. I have read the faq and the man pages and still cant get it > to work. Thanks in advance. > H. Jared Agnew > ES > You need to do a few small things. 1) Find out what drive, and partition your MSDOS drive is on. 2) Find out what /dev entry cooresponds to that partition. for example /dev/sd0s1 is mine (first partition, first drive on a SCSI interface card. 3) make /dev/????? readable & writable by everyone. i.e. chmod 777 /dev/sd????? (or wd?????) 4) Then it should mount!!! like this: cd / mkdir dos mount_msdos /dev/????? /dos Presto!!! Jeff -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - Jeffrey D. Dean SrA - - Computer Technician / Programmer - - Wright Patterson AFB, Ohio - - root@jd-unix.wpafb.af.mil - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951012141037.4870C-100000>