From owner-freebsd-questions Sat Dec 22 8:26:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 89D2E37B416 for ; Sat, 22 Dec 2001 08:26:06 -0800 (PST) Received: from SAGEONE (adsl-64-219-21-136.dsl.crchtx.swbell.net [64.219.21.136]) by sage-american.com (8.9.3/8.9.3) with SMTP id KAA17805; Sat, 22 Dec 2001 10:26:03 -0600 (CST) Message-Id: <3.0.5.32.20011222102600.01691728@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 22 Dec 2001 10:26:00 -0600 To: "Joe & Fhe Barbish" , "FBSD Questions" From: jacks@sage-american.com Subject: Re: Mount floppy command In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG #mkdir /mnt/floppy #chmod 0777 /mnt/floppy For A-drive floppy using msdos (subst other FS), add to FSTAB: /dev/fd0 /mnt/floppy msdos rw 0 0 then: #mount -a #ls /mnt/floppy ...that should mount and see contents of floppy You may want to make the mount options "rw,noauto" At 10:54 AM 12.22.2001 -0500, Joe & Fhe Barbish wrote: > >I issue mount_msdos /dev/fd0 /mnt to mount floppy drive A. > >The mount /cdrom command mounts my cdrom drive. > >I tried mount /floppy but no such luck. > >Is there some short cut command like for cdrom? > >Could I bury the mount_msdos /dev/fd0 /mnt command >In a script? What would it look like? >Where must it be placed to work? > >Thanks >Joe > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message