Computer Repair & Support | IT Support | Website Hosting

Format a floppy drive

User Rating:  / 0
PoorBest 

Low level format on a floppy disk

# fdformat /dev/fd0

Create a Linux file system on a floppy disk

# /sbin/mkfs.ext3 /dev/fd0

Create a MS DOS FAT file system on a floppy disk

# /sbin/mkfs.vfat /dev/fd0