Linux Partitions
This is a supplementary notes on Linux partitions. It is for those who are new to Linux and wishes to know more about how Linux configure their partitions. What are Partitions? Partitions are the logical divisions of a single hard disk. When you bought a new hard disk and installed into a computer, you can treat the whole physical disk as one partition or you may want to split into separate partitions. A partition is also a boundary specification to tell the computer where to start writing data and where to end. Without partition information a computer don't know where to start writing data, even if you use the entire physical hard disk as a single partition, you still need to configure the partition information. The partition information divide the hard disk into different numbered blocks so that the computer knows where the information stored. File System While partition information defines start and the end of a disk range, you'll need a file system to mark where is...