How Should I Partition a 1TB SSD for Linux?

0
5
Asked By CuriousCoder42 On

I'm relatively new to using Linux, having spent the past year trying out different distributions on a dual-boot setup with Windows. I'm getting a new laptop with a 1TB SSD and 32GB of RAM, and I plan to use it solely for Linux as my primary work computer. I want to make sure I set it up in a way that's efficient and future-proof.

I know I want to allocate a dedicated /Home partition for my documents and work, which means I'll need a /root partition as well. However, I'm unsure about how to divide the SSD space overall. Should I split it evenly between /root and /home, or consider a different division? I've heard that the root partition can get bloated with software and packages, so I'm not sure how much space I should assign to it. I'm not planning on doing any gaming on this machine, and I'm looking for specific advice on partitioning rather than the generic "do what you want" responses. Any suggestions?

1 Answer

Answered By TechieTom99 On

For a 1TB SSD, a good rule of thumb is to allocate about 5-10% of the drive for the / (root) partition and the rest for /home. If you plan on using Flatpaks or other large applications, you might want to err on the side of caution and give it a bit more space. Overall, this setup should work well for most users.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.