Creare un filesystem di tipo linux sulla partizione hda1
mkfs /dev/hda1 	
Creare il filesystem di tipo linux ext2 sulla partizione hda1
mke2fs /dev/hda1 	
Creare il filesystem di tipo linux ext3(Journal) sulla partizione hda1
mke2fs -j /dev/hda1 	
Creare un filesystem di tipo FAT32
mkfs -t vfat 32 -F /dev/hda1 	
Formattare un floppy disk
fdformat -n /dev/fd0 	
Creare una filesystem di tipo swap
mkswap /dev/hda3