Formatting A Floppy Disk In Linux
Filed Under
Linux at 8th December 2008 20:24 by
DannyRecently I ran into trouble with an unformatted floppy disk (it was virtual but none the less). It refused to mount because it did not have a valid file system and under Linux you need to specify or at least let the OS do the guessing when you mount it.
Some useful commands for tackling the situation are:
fdformat /dev/fd0
Low level format
/sbin/mkfs.ext3 /dev/fd0
Format to EXT3 file system
/sbin/mkfs.vfat /dev/fd0
Format to a DOS file system
Source site
Related posts:
- Mount ISO File In Linux
- MythTV Capture Card Requirements With Multiple Front Ends
- DNS Notification With Inadyn
- Mounting / Extracting .bin and .cue Files In Ubuntu
- Best Wishes

About Danny
Young I.T software professional always studying and applying the knowledge gained and one way to do this is blogging.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny is now in the industry that he has aimed since leaving school.
View all posts by Danny → This entry was posted in
Linux and tagged
DOS,
ext,
file,
Floppy,
floppy disk,
format,
Formatting,
Linux,
low level format,
system,
vfat. Bookmark the
permalink.
Leave a Reply