this post was submitted on 28 Jul 2024
37 points (100.0% liked)

Linux

8280 readers
339 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] otter@lemmy.ca 3 points 11 months ago (2 children)

How does one simplify distro hopping? Do you have a workflow to make it easier to set everything up?

[–] Blisterexe@lemmy.zip 7 points 11 months ago (1 children)

Look up how to have /home on a seperate partition, it lets you keep your user files when distro-hopping

[–] nichtburningturtle@feddit.org 1 points 11 months ago (1 children)

Is there a way to avoid creating a new one, or do you just replace the new one in /etc/fstab?

[–] Successful_Try543@feddit.org 0 points 11 months ago* (last edited 11 months ago)

Do you mean: You currently have a separate partition mounted as /home and want to reuse this when installing a new distro?
Yes, there is a way to avoid creating a new one:

  1. In the gui or tui installer, choose manual partitioning
  2. If they don't exist yet, create the partitions you want to use.
  3. Specify their file system (ext4 or whatever you prefer), mount point or use, e.g. /, /home, swap.

!!! Be careful !!!

!!! For the /home partition make sure to uncheck recreate file system, format or alike. !!!
This is the partition currently filled with your data!

  1. apply changes and procede installation.
[–] refalo@programming.dev 3 points 11 months ago

virtual machine?