Linux Installation Partition
Linux installation can be divided into 4 points, but also some 2 (/, swap area), turn a linux20g is enough
1/boot Disk Format Ext4
We can divide the boot area first because the boot space requirement is very small, for storing the system boot file when the boot, a disk divided by 200M enough
2/home Disk Format Ext4
The home partition is used for storing user information, the things on the desktop in Ubuntu are in the/home/username/desktop/down, this area to see the individual needs to divide me a plate of 3G
3 Swap area disk format swap
Swap area, which is equivalent to the concept of window virtual memory, when your running memory is full, Linux will put some of the data into the swap area, so as to improve the system running speed
4/Disk Format EXT4
Linux root partition, everything hangs in/below, so put all the rest of the memory to it
Linux Installation Partition