At 8:40 PM -0600 2/27/02, Dennis Myhand wrote:
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
Ummm...
Didja try:
mkdir /mnt/floppy
first?
Alternately, you can just do:
mount -t msdos /dev/fd0a /mnt/
as long as you don't have anything else mounted on /mnt.
(Took me a while to figure that out the first time.)
HTH,
-Kit
--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin
"...qui desiderat pacem, praeparet bellum"
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus
|