this post was submitted on 11 Mar 2024
51 points (94.7% liked)

Linux

47353 readers
1330 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
 

The title says it all, I'd like to switch my operating system and preserve most of my files. Any other info I should know before the move would be nice as well.

all 16 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 6 months ago (1 children)

If you're frequently distro-hopping, I recommend using a seperate /home partition. I did that before I settled down, I can't begin to describe how convenient it was (especially if you use Flatpak).

[–] [email protected] 8 points 6 months ago* (last edited 6 months ago) (1 children)

To do this one could install the new distro on a new partition, boot to it, delete everything from the old installation except the hone directory, move your user to the base directory (/home/sorrybookbroke -> /sorrybookbroke) before editing your /etc/fstab and mounting the old partition to /home

This way, no external drive is needed like @[email protected] suggested. Of course, their suggestion is the easiest, but this is the one I personally chose.

[–] [email protected] 0 points 6 months ago

this is so much more wlrk

[–] [email protected] 28 points 6 months ago (2 children)

Copy them to an external drive or another computer, copy them back after.

Chances are you're gonna wanna wipe the partition table on your switch over so I'd just copy them out then back in. No point over complicating things.

[–] [email protected] 4 points 6 months ago

Yea, I was gonna say, have ya not heard of backups ? but this is better.

[–] [email protected] 2 points 6 months ago

Just to add: some folders' files might need modifications in the new system, e.g. .config/

[–] [email protected] 8 points 6 months ago

I'd recommend starting fresh. Make a new one but don't delete the old one. You can then copy over what you want without bringing over anything like dotfiles with bad settings.

[–] [email protected] 4 points 6 months ago (1 children)

WHY THERE ARE NOT.

Please have a partition for /home. In fact, you need partition for /usr, /var,.. too

[–] [email protected] 1 points 6 months ago (1 children)

Why? Serious question. I kind of understand /home, but why the others? I used to do it a bit, but now I don't bother. I never knew how big to make each partition, and have had problems where something like /boot fills up and freezes the system.

[–] [email protected] 4 points 6 months ago (1 children)

Just remove every directory except for /home/. Then install the new OS without repartitioning.

[–] [email protected] 12 points 6 months ago

I'd be careful, not every distro plays nice when you do this. In my experience at least.

[–] [email protected] 4 points 6 months ago

If /home is on a different partition just don't format it and set it to mount on the same place and you should be good to go. If it's not make a backup, then create a partition just for it, install your new system, restore the backup, and next time you won't need a backup.