Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
I did manage to get seperate partitions, allocating 20 gb for the root. Now I'm installing software and it keeps saying the root is full... Does it not automatically install in /home? I can't find a way to point installers to the home partition...
The Linux system and applications get installed to root. /home is for user applications, documents, etc. everything that would be account-based on windows.
Depending on the size of your drive I might allocate 50gb or more to root. I have 250gb allocated and 46.65 are used. Everything else can go to /home.
Mine looks like this.
Thanks, I just went with suggestions. Think I'll need to reinstall to make a better sized root, unfortunately, but that's for tomorrow
Hopefully the reinstall worked out better. When I said everything gets installed to home I didn't mean literally everything. System level stuff gets installed at root. Personal stuff gets installed on home. Like Steam gets installed on root, Steam games get installed on home.
So you do need enough storage on root for all the system level stuff you might want to do. But the vast majority of your space will be taken up by user-level stuff.
It's worth noting that you can resize partitions without starting over. You can reduce one partition to move the space to unallocated, then assign the unallocated space to the other partition.
Oh, that's good to know, I just reinstalled as one partition, seeing as it's my spare laptop and I figured there aren't going to be many personal files on there anyway.
Well anyway, I hope you enjoy Mint despite the rough start. The second partition has proven useful when I tried a different distribution a couple of times. I didn't lose my local notebooks or ssh keys that I use for development. I've repaired my system a couple of times after a hard lock, but if I couldn't I like knowing I could reinstall to repair it and not lose anything that's a pain in the butt to deal with.
Yeah it was worth getting a bit of experience with that. If I decide to migrate my main workhorse over it'll come in handy, as it has two drives, and I'll need to manage partitions on that.
I'll be trying out some distos over the next year and see what works for my setup. Running into things to solve seems part of the learning curve. So tough starts are kind of how you learn imho.