The following will low-level format a floppy, which destroys 100% of the disk...
fdformat /dev/fd0
If you want to high level format the floppy with a filesystem, the following will format in FAT32...
mkfs -t vfat /dev/fd0
...or in FAT16...
mkfs -t dos /dev/fd0
...or in ext3...
mkfs -t ext3 /dev/fd0
ChrisP ------------------------------------------------------------------------------
If somebody helps you, please click the link in the botton left hand corner that says "Mark this post as a helpful/expert post".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.