How to mount a dos floppy ?

Mike McCarty Mike.McCarty at sbcglobal.net
Thu Sep 20 22:35:16 UTC 2007


Bob Goodwin wrote:
> Bob Goodwin wrote:
> 
>>
>> How do I mount an old dos floppy without making additions to fstab?
>> I assume there is a proper way to do this since an icon comes up on 
>> the desktop when I plug the disk in to the drive but it can't deal 
>> with the file system apparently and refuses to mount.  I don't know 
>> the magic incantation for the command line.
>>
>> I have a few disks I need to extract text [.doc] files from.
>>
>> Bob Goodwin
>>
> mount /dev/fd0 -t vfat /media   Works but it dumps all the files in /media.

It is preferable to use

mount /dev/fd0 -t msdos /path/to/empty/directory/for/mount/point

Note that vfat and msdos are NOT the same. For use with old
MSDOS formatted discs, msdos is preferable.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!




More information about the fedora-list mailing list