From owner-freebsd-questions Wed Feb 28 14:42:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22631 for questions-outgoing; Wed, 28 Feb 1996 14:42:18 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA22619 for ; Wed, 28 Feb 1996 14:42:13 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.4/nervosa.com.2) with SMTP id OAA21423; Wed, 28 Feb 1996 14:41:59 -0800 (PST) Date: Wed, 28 Feb 1996 14:41:59 -0800 (PST) From: invalid opcode To: FRED BENS cc: questions@freebsd.org Subject: Re: Copying files to DOS partitions ? In-Reply-To: <199602281735.JAA18537@ix10.ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Wed, 28 Feb 1996, FRED BENS wrote: > "cp filename /dev/sd0s2" seems to be executing but the DOS programs do > not see the data . In fact ,it wipes out the known dos files on the > Fred Bens euarghh, That is NOT the way to copy files at all. What you are doing is infact copying the file to slice 2 of disk 0. Instead mount the disk first using mount -t msdos mountpoint /dev/sd0a, and than copy the files into the appropriate area under mount point. == Chris Layne ============================================================== == coredump@nervosa.com ================= http://www.nervosa.com/~coredump ==