From owner-freebsd-questions Sat Jan 24 20:02:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09888 for questions-outgoing; Sat, 24 Jan 1998 20:02:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from houseofduck.thoroweb.com (hod.geocities.com [206.252.145.160]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09879 for ; Sat, 24 Jan 1998 20:02:22 -0800 (PST) (envelope-from shaggy@thoroweb.com) Received: from ms226211 (user-38lcfnm.dialup.mindspring.com [209.86.62.246]) by houseofduck.thoroweb.com (8.8.8/8.8.8) with SMTP id XAA05611; Sat, 24 Jan 1998 23:02:09 -0500 (EST) (envelope-from shaggy@thoroweb.com) Message-ID: <002b01bd2945$feea6ba0$f63e56d1@ms226211> From: "Joshua Fielden" To: "Frank Griffith" , "'freebsd-questions@freebsd.org'" Subject: Re: How do I mount my floppy drive? Date: Sat, 24 Jan 1998 23:02:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk mount /dev/fd0 /mnt or, if DOS floppy mount_msdos /dev/fd0 /mnt or /floppy instead of mount, if you have that mount point. JF -----Original Message----- From: Frank Griffith To: 'freebsd-questions@freebsd.org' Date: Saturday, January 24, 1998 8:03 PM Subject: How do I mount my floppy drive? >Somewhere in the tutorials or the handbook I saw instructions >on how to mount my floppy drive as a volume on my >FreeBSD 2.2.5 server. I cannot seem to remember how I >found this before. Can someone point me in the right direction? > >