One Linux Formatting Tip I Bet You Didn’t Know
You probably know how you can format a Linux partition:
mkfs.ext3 /dev/hda
This formats the partition with ext3 file system. However did you know how to extract maximum space out of this partition, especially if it a large partition?


