From owner-freebsd-questions Tue Jan 7 01:23:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA08969 for questions-outgoing; Tue, 7 Jan 1997 01:23:30 -0800 (PST) Received: from amadeus.informatik.ba-stuttgart.de (amadeus.informatik.ba-stuttgart.de [141.31.11.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA08961 for ; Tue, 7 Jan 1997 01:23:26 -0800 (PST) Received: (from helbig@localhost) by amadeus.informatik.ba-stuttgart.de (8.7.3/8.7.1) id KAA24846; Tue, 7 Jan 1997 10:16:58 +0100 (MET) From: Wolfgang Helbig Message-Id: <199701070916.KAA24846@amadeus.informatik.ba-stuttgart.de> Subject: Re: A few questions. To: pdonner@cisco.com (Paul G. Donner) Date: Tue, 07 Jan 1997 10:16:58 MET Cc: questions@freebsd.org In-Reply-To: <3.0.32.19970106193609.00c8f1b0@lint.cisco.com>; from "Paul G. Donner" at Jan 06, 97 7:36 pm X-Mailer: Elm [revision: 112.2] Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > That's the problem. I don't know how to copy from a DOS to a UNIX partition. > Well, I have never done this before either, because on my PC I never had DOS running :-) . So boot FreeBSD, read the handbook and use the manual. I guess you need to do a mount, like the following: (to do this, you have to log in as root!) # mount -t msdos /dev/wd0s1 /mnt | | | +---- An existing empty directory | | +-------- Partition number starting with 1 | +---------- Number of IDE-Disk starting with 0 +------------ Using IDE-Disk This example assumes, that you have msdos-filesystem on the first Partition of your first IDE-Disk. If this turns out to be successfull, you do a # cd /mnt # ls and you should see the files in the dos partition. Good luck, Wolfgang Helbig