Skip to main content
Added filesystem compatibility potential pitfall.
Source Link
killermist
  • 1.9k
  • 1
  • 17
  • 34

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

The only other potential pitfall is filesystem support. Most kernels are likely to have support for mounting most Linux-native filesystems, but the filesystem tools may not be installed by default during the initial install phase. So, you may have to install them after the first boot into the new distro. That first boot after install may appear to hang, trying to do an fsck of the partition, and you may have to choose to skip the filesystem check, then install the filesystem's tools to gain fsck for that filesystem type. This is typically an easy fix if it is a problem initially.

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

The only other potential pitfall is filesystem support. Most kernels are likely to have support for mounting most Linux-native filesystems, but the filesystem tools may not be installed by default during the initial install phase. So, you may have to install them after the first boot into the new distro. That first boot after install may appear to hang, trying to do an fsck of the partition, and you may have to choose to skip the filesystem check, then install the filesystem's tools to gain fsck for that filesystem type. This is typically an easy fix if it is a problem initially.

minor formatting
Source Link
killermist
  • 1.9k
  • 1
  • 17
  • 34

Yes. Separate disks or a partition on the same disk, if your /home/home data is stored on some form of other partition from // then it is mostly a matter of replacing the OS and mounting the /home/home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.

Source Link
killermist
  • 1.9k
  • 1
  • 17
  • 34

Yes. Separate disks or a partition on the same disk, if your /home data is stored on some form of other partition from / then it is mostly a matter of replacing the OS and mounting the /home partition.

There are some minor qualifiers. If program versions are significantly different, then you might want to remove that program's configuration directory (saving a copy for reference, maybe) and starting the program configuration-less since the config version differences may be incompatible.