From owner-freebsd-questions Sat Sep 18 4: 6: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 96A1C14E78 for ; Sat, 18 Sep 1999 04:06:03 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id VAA01218; Fri, 17 Sep 1999 21:25:57 -0700 (PDT) Date: Fri, 17 Sep 1999 21:25:57 -0700 (PDT) From: Alfred Perlstein To: Alex Kwan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copy text file to a dos formatted floppy In-Reply-To: <000f01bf01b8$68f28e00$b0c2fea9@parsley> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 18 Sep 1999, Alex Kwan wrote: > Hi! > > How to copy a freebsd text file to a dos > formatted floppy on a FreeBSD mechine > (I wanted to read this file on a MS > Windows98 mechine)? mount -t msdos /dev/fd0 /mnt cp yourfile /mnt umount /mnt however, I prefer using mtools: cd /usr/ports/emulators/mtools/ make install mcopy yourfile a: good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message