I want to move my main system on Slack and want to get the partitions exactly right. I have installed Slack on a spare box with the intention of isolating root and preventing it from growing in size. What I did was:
/ 700MB
swap 1GB
/usr 15GB
/home 10GB
/var 1GB
/tmp 1GB
Q1. Now, I noticed that the /dev folder is the biggest one left. What goes in there and how large can it grow? Currently it is 288MB. A large chunk of root so I was thinking partition that as well.
Q2. What is /proc and how big can that one grow as well? Is it wise to partition this and what size?
Q3. How big can /var and /tmp grow and is 1GB too much considering long term usage?
Q4. Would the following be a good solution?
/ xMB
swap 1GB
/usr 20GB
/home 40GB
/var 512MB
/tmp 512MB
/dev 512MB
/proc 512MB
FAT32 2GB
Total 65GB + xMB
Q5. Regarding root in Q4, how big should I make root and what can bloat it beyod xMB?
Q6. I was going to make root the only Primary partition and the rest logical. Is there a problem with this?
Q7. What is the benifit in making a /boot partition and is it advisable? If so, how big should I make it?
Thanks in advance