LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Partitioning schemes (https://www.linuxquestions.org/questions/linux-general-1/partitioning-schemes-140943/)

snocked 02-01-2004 04:41 AM

Partitioning schemes
 
I've seen and know that other people use partitioning schemes different from just a root and swap. Usually with additional partitions, but what are the advantages of having say a root, swap, var, and tmp partitions?

TheOneKEA 02-01-2004 05:20 AM

Splitting up your filesystem layout gives you far more flexibility when installing software, prevents your entire system from crapping out if a rogue application fills up a partition, and makes fsck faster during a forced reboot ;)

The scheme I use is:

/ 495MB
/download 1011MB
/home 3.1GB
/opt 3.4GB
/tmp 695MB
/usr 7GB

I have a 10GB NTFS partition at the head of the disk and a 594MB shared FAT32 partition right next to it. Over time I intend to shrink the NTFS partition (I hardly ever use XP anymore), and give the space to my Linux partitions.


All times are GMT -5. The time now is 06:58 PM.