this post was submitted on 06 Nov 2023
15 points (94.1% liked)

Linux

46734 readers
1933 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

My laptop seems very finicky with linux and enjoys periodically freezing. Some distributions are more stable than others and I'd like to keep testing other distributions without reinstalling/ downloading/transferring all my apps and steam games constantly.

What I would like to achieve is to have my small handful of flatpak apps and flatpak steam games on a separate partition to quickly access while I test and troubleshoot issues.

Is that possible to do with flatpaks?

top 10 comments
sorted by: hot top controversial new old
[–] qwesx@kbin.social 4 points 9 months ago (2 children)

Have a separate home partition and just keep using it across distributions?

[–] alt@lemmy.ml 2 points 9 months ago

Additionally, ensure that flatpaks are installed within that home partition. Some distros (like Fedora) default to installing flatpaks system-wide (and thus flatpaks end up being installed in /var instead). So, after ensuring that your home folder is correctly found within the home partition, just install flatpaks with the flatpak install --user *package-name* command.

[–] alwaysconfused@lemmy.ca 1 points 9 months ago (2 children)

I'm not experienced enough with linux to understand if this is a question or a statement on what I can do. In either case, I don't know how to interpret what this means.

[–] cgarret3@lemm.ee 4 points 9 months ago (1 children)

They are confirming that, yes, it is an option to have a partition dedicated to just the user’s (your) home environment and folders

and

asking if that is an option that appeals to you or you have already considered.

It is what I prefer, but there are people who have good reason to not like that. It’s worth trying out imo, and later if you find that it doesn’t suit you, that’s okay, you’ll just need to find another solution

[–] alwaysconfused@lemmy.ca 1 points 9 months ago (1 children)

Thank you, that makes sense.

What reasons would people not like doing that?

I personally feel like separation of user data and OS data is easier for me to manage.

[–] iso@lemmy.ca 3 points 9 months ago (1 children)

I find it annoying to worry about multiple partition sizes. Having to make sure your root and home partition are sized correctly is one more thing to think about.

[–] alwaysconfused@lemmy.ca 1 points 9 months ago

That makes sense. I guess for my case it's fine since I have more storage than I can use. Additionally, I keep my most important data on multiple offline storages and even that is quite minimal.

[–] KISSmyOS@lemmy.world 2 points 9 months ago (1 children)

When installing Linux, you first have to partition your hard drive.
You can create a seperate partition for your /home folder in addition to the one you create for the rest of the system.
Then when you install a different distro, you can tell the installer to use your /home partition without changing or formatting it. After installation, you will have the new Linux system and the /home folder from your old one. That way, all user settings and flatpak settings will be the same as before reinstalling.

But if you're a new Linux user, I don't know how helpful this is. It's easier to just copy everything in /home to an external drive, then copy it back after you reinstalled, for the same effect.

[–] alwaysconfused@lemmy.ca 2 points 9 months ago

That first bit makes sense, I should be able to figure that out I think.

The reason I want to avoid using an external drive is because it takes a minimum an hour to transfer 4 games worth of data currently. That time is an inhibiting factor for me. I'd like to minimize downtime.

Also I'd like to test gaming oriented distributions with newer kernels compared to what Linux Mint ships with.

[–] Dr_Willis@sh.itjust.works 2 points 9 months ago

I have my steam library on a second drive but I am not using the flatpak of steam.

I think it's possible to have the steam flatpak use a second partition, if you use flatseal to allow the steam flatpak full access.