From owner-freebsd-questions Mon Nov 17 12:30:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11331 for questions-outgoing; Mon, 17 Nov 1997 12:30:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA11321 for ; Mon, 17 Nov 1997 12:30:07 -0800 (PST) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id HAA08854; Tue, 18 Nov 1997 07:23:43 +1100 (EST) Date: Tue, 18 Nov 1997 07:23:42 +1100 (EST) From: Andrew To: Patrick Troy cc: freebsd-questions@FreeBSD.ORG Subject: Re: Reading the contents of a floppy drive in unix In-Reply-To: <3.0.32.19971117112018.007944f0@mail.hq.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Depends if it's a dos floppy or not. If it's a dos floppy then: mount_msdos /dev/fd0 /mnt then the contents of the floppy will be available through /mnt if not then: mount /dev/fd0 /mnt Andrew Perry perrya@shoal.net.au On Mon, 17 Nov 1997, Patrick Troy wrote: > Date: Mon, 17 Nov 1997 11:20:20 -0500 > From: Patrick Troy > To: freebsd-questions@FreeBSD.ORG > Subject: Reading the contents of a floppy drive in unix > > Using BSD how do I do it? >