Date: Sat, 22 Dec 2001 10:26:00 -0600 From: jacks@sage-american.com To: "Joe & Fhe Barbish" <barbish@a1poweruser.com>, "FBSD Questions" <questions@FreeBSD.ORG> Subject: Re: Mount floppy command Message-ID: <3.0.5.32.20011222102600.01691728@mail.sage-american.com> In-Reply-To: <LPBBIGIAAKKEOEJOLEGOCEDCCKAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.20011222102600.01691728>