From owner-freebsd-questions Thu Mar 20 19:19:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA21008 for questions-outgoing; Thu, 20 Mar 1997 19:19:11 -0800 (PST) Received: from goodall.u.washington.edu (durang@goodall.u.washington.edu [140.142.12.163]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA21002 for ; Thu, 20 Mar 1997 19:19:07 -0800 (PST) Received: from localhost (durang@localhost) by goodall.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with SMTP id TAA73045; Thu, 20 Mar 1997 19:19:05 -0800 Date: Thu, 20 Mar 1997 19:19:05 -0800 (PST) From: "K. Marsh" To: "Richard J. Linane" cc: freebsd-questions@freebsd.org Subject: Re: Coping Files From MS-DOS to a BSD Partitian? In-Reply-To: <3331C4BA.6D2A@concentric.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To mount my dos partition, I type: mount_msdos /dev/wd0s1 /dos On my FreeBSD filesystem, I have a directory named "dos". When I issue this mount command, the entire directory tree from my dos partition appears in that directory. Then I can use it just like it were part of my FreeBSD filesystem. To copy files from it, use cp. for example: cp /dos/download/lynz.tar /usr/ports/distfiles/lynx2-3-7.tar.Z since dos has no file permission system, be sure to use chmod 600 filename on any files you copy from your dos partition. Ken p.s. In the future, please post your questions to only ONE list.