37
[Weekly thread] GNU+Linux help: ask anything!
(programming.dev)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
How does one simplify distro hopping? Do you have a workflow to make it easier to set everything up?
Look up how to have /home on a seperate partition, it lets you keep your user files when distro-hopping
Is there a way to avoid creating a new one, or do you just replace the new one in /etc/fstab?
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:
/
,/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!
virtual machine?