this post was submitted on 24 Jun 2023
33 points (100.0% liked)
Linux
12 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My absolute, #1 biggest recommendation is to male separate partitions for / and /home.
What does this mean? In short, you're telling the system to treat different sections of the hard drive / ssd as entirely separate buckets. In this case, you're putting all of the operating system and programs in one bucket ( / ) and keeping all of your files and settings in another (/home).
Why does this matter? As someone learning Linux, you should tinker with things, learn what they do and how they work. Sometimes, that means breaking things, occasionally in spectacular ways. Having your files and your OS separate means that you can completely wreck your OS while you learn without losing your data in the process- you can reinstall from scratch or even distro hop (try out a new version) without having to stress over losing anything. In short, you can learn and play and blunder and explore without risking anything more than a 20 minute reinstall if you can't figure out how to fix it.