|   | GNU/Linux Desktop Survival Guide by Graham Williams |   | |||
| Format a Floppy | 
The Gnome tool to format a floppy disk is gfloppy, as shown in Figure 29.1. This can be accessed from Applications->System Tools->Floppy Formatter.
From the command line there are several options. You can format the floppy with:
| $ superformat /dev/fd0 | 
| $ fdformat /dev/fd0 | 
| $ mkfs -t ext2 /dev/fd0 |