this post was submitted on 09 Mar 2024
7 points (100.0% liked)

Linux Questions

1050 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

Briefly: I'm running Kubuntu right now, just installed a second ssd. If I install another distro (say opensuse) on it, can I tell it to use the same /home that kubuntu is using (which is on a separate partition and drive)? Actually looking to switch distros, but I want to keep all my data where it is on the bigger hdd, while moving games to the ssd.

If you want/need more details:

  • ssd1: windows, kubuntu /
  • hdd1: kubuntu (opensuse) /home
  • ssd2: (goal) opensuse /, second partition for games
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 7 months ago (1 children)

It's possible in principle, but if there's different software versions at play, they're likely writing incompatible cache and config files.

Instead, you could move your personal files (Documents-folder, Pictures-folder etc.; so without the dot-files) to a separate folder/partition/disk and only link those into each distro's home-directory.

[โ€“] [email protected] 2 points 7 months ago

Ok, I get that now. Thanks!