From owner-freebsd-questions Mon Mar 6 15:10:25 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA21082 for questions-outgoing; Mon, 6 Mar 1995 15:10:25 -0800 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA21076 for ; Mon, 6 Mar 1995 15:10:23 -0800 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.9/8.6.9) id PAA18184; Mon, 6 Mar 1995 15:09:18 -0800 Message-Id: <199503062309.PAA18184@dtr.com> Subject: Re: reading and writing DOS files To: dungan@utdallas.edu Date: Mon, 6 Mar 1995 15:09:18 -0800 (PST) Cc: questions@FreeBSD.org In-Reply-To: <95Mar4.131112cst.21045@utdallas.edu> from "dungan@utdallas.edu" at Mar 4, 95 01:11:05 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 390 Sender: questions-owner@FreeBSD.org Precedence: bulk > Hello, > I'm running FreeBSD 2.0, and I would like to: > 1) Read DOS text files from the /dev/fd0a > (the A: drive). Use mread. > 2) Similarly, I would like to copy UNIX > text files to a diskette, and be able > to read them in DOS. mcopy. > Any information you could provide would be > appreciated!! It's also possible to mount a DOS floppy. # mount -t msdos /dev/fd0 /mnt