I have 53 gigabytes that need formating into /root, /swap, /usr/, /var, /home, and /tmp. If there's any help what is the best space allocation? Please let me know.
|
|
For my 40GB SSD drive, I partition the swap partition to be the same as my memory (i.e., I have 2GB of RAM, so is the swap partition.) I reserve about 10GB for /root, and the rest goes to /home. For your case, I think:
I personally think partitioning for /usr, /var, and /tmp is too much trouble. |
||||
|
|
|
Consider using a more modern filesystem like btrfs which, with its subvolume feature, eliminates the need to do this sort of planning at all. |
|||
|
|
|
Assuming this is for desktop use, I would do something like this:
I like to keep a separate For a server setup, I would do something like this:
I store all of my server stuff (web pages, etc) in I would also mount /tmp as a tmpfs. It really depends on the use case for the machine. |
|||
|
|
