pnbalaji wrote:Hi,
I have used Salix OS for a while and I liked it a lot. Switched over to Sabayon once my disk crashed. I now have /home in a separate partition since I don't have to re-download by Dropbox, Downloads, pictures etc. However, I tried to switch over to Salix last week, but I don't see an option in the one page installer to specify a separate partition for /home which is now a mandatory thing for me. The salix installer only allows me to specify the / (root) partition where Salix will be installed.
Hello everyone.
This is especially for pnbalaji and ExMachina.
pnbalaji wrote:Is it possible to specify a separate /home partition while installing Salix?
Yes, it is.
1. It's easy to use an installer, which takes
/home in a separate partition into account.
I can not see any reason to install a Salix Live version to disk, although there is an ISO version. You simply install the ISO version, because it has an installer who can master the desired. One does not lose data if one is careful.
E.g .:
Salix Xfce 14.1 CD ISO (i686, 32-bit)
Salix64 Xfce 14.1 DVD ISO (x86_64, 64-bit)
The installers of the two releases allow to create any more partitions and to include existing partitions.
2. If, however, an already installed live version is to be maintained, then it is relatively easy to adapt this installation.
This requires mainly to adapt
/etc/fstab from the real root partition.
fstab gets one more entry that describes the seperate /home partition on its device. Also, the home directory must be removed from the real root partition, for example, by renaming. (eg
/home to
/oldhome) Because one you can not have two times
/home. Data worthy of preservation from this
/oldhome directory are then later moved into the separate
/home partition. Then also this directory can be deleted.
If the second disk once previously contained a valid root partition, and the corresponding
/etc/fstab yet exist, then relevant entries from this old
fstab can be transferred into the new
fstab in the real root partition and the device designations be adapted (eg
/dev/sda3 to
/dev/sdb3).
3. For both procedures (1. and 2.) one have to worry about the user and group ID numbers. Other distributions may use other ID numbers, as Salix does. Then they have to be adapted to the Salix ratios. chown (change owner and group file) will do this.
If you need more guidance, then ask for.
Good luck.