Home
Services
Website Hosting Plans
Account Login
|
By A
Website Design
You are here:
Home
Support
Desktop Support
Format a floppy drive
Computer Repair & Support | IT Support | Website Hosting
Format a floppy drive
User Rating:
/ 0
Poor
Best
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