Date: Tue, 25 Jun 1996 10:33:09 +0200 (MET DST) From: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> To: bills@azstarnet.com Cc: questions@freebsd.org Subject: Re: opening a file Message-ID: <199606250833.KAA07065@gilberto.physik.rwth-aachen.de> In-Reply-To: <31CF3362.29C7@azstarnet.com> from Bill Shoemaker at "Jun 24, 96 05:31:30 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> how do you open a dos file from the root directory. > I'm not sure if I understand your question. Do you mean how you can access your DOS partition. If it's that what you mean do mkdir /c (for example, you can use /dos or /mnt instead) mount -t msdos /dev/wd0s1 /c (or replace wd0s1 by the appropriate device/slice your DOS partition resides on). --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606250833.KAA07065>