From owner-freebsd-questions Tue Jun 25 01:24:45 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA01238 for questions-outgoing; Tue, 25 Jun 1996 01:24:45 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA01228 for ; Tue, 25 Jun 1996 01:24:26 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id KAA11224; Tue, 25 Jun 1996 10:20:41 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id KAA07065; Tue, 25 Jun 1996 10:33:10 +0200 From: "Christoph P. Kukulies" Message-Id: <199606250833.KAA07065@gilberto.physik.rwth-aachen.de> Subject: Re: opening a file To: bills@azstarnet.com Date: Tue, 25 Jun 1996 10:33:09 +0200 (MET DST) Cc: questions@freebsd.org In-Reply-To: <31CF3362.29C7@azstarnet.com> from Bill Shoemaker at "Jun 24, 96 05:31:30 pm" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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