openbsd-misc
[Top] [All Lists]

Re: Warning: Stupid Question Follows +How do I mount a floppy?

To: "Dennis Myhand" <dmyhand@cox-internet.com>, "OpenBSD Mailing List" <misc@openbsd.org>
Subject: Re: Warning: Stupid Question Follows +How do I mount a floppy?
From: "Peter" <peter@easynix.com>
Date: Wed, 27 Feb 2002 22:09:45 -0500
Organization: EasyniX Consulting, LLC
References: <3C7D98A1.F5069FBA@cox-internet.com>
Sender: owner-misc@openbsd.org
For the future, make it easier:
mkdir /mnt/floppy
mkdir /mnt/cdrom
vi /etc/fstab
edit the fstab like:
/dev/fd0a /mnt/floppy msdos noauto,rw 0 0
/dev/cd0a /mnt/cdrom cd9660 noauto,ro 0 0

save it with shift zz or shift wq
now just do a mount /mnt/floppy or mount /mnt/cdrom
Peter


> I will start by saying that I read man mount and tried to use the
> command listed in the example, since it seemed like that was what I
> wanted to do:
> 
> mount -t msdos /dev/fd0a mnt/floppy
> 
> I get an error stating that there is no such directory or file as
> "/mnt/floppy."
> 
> How do I mount a floppy on an Open BSD 3.0 system?  TNX, Dennis

<Prev in Thread] Current Thread [Next in Thread>