Not a complete noob, but unsure how to go about this... or need affirmation.
I want a shared /home directory between all my linux disto's. Right now each distro has its own /home dir on each individual partition. I have a large partition I share amongst all my OS's. Since Kubuntu is my main OS, I want to transfer that /home dir
my shared drive /hda5, my home folder is /jnt
My thought is this...
$ cd /home
$ mv -r /jnt /dev/hda5
then add a line to fstab like
/dev/hda5 /home ext3 defaults 0 2
then either reboot, or mount hda5 on to the /home dir on my root partition.
something just doesnt feel right about it to me though to feel confident to do it.
Couple other question...
>>by pointing my other OS's to this new home folder, will my desktops look like my Kubuntu one with all my settings and bookmarks etc
>>Do i also risk losing some specific setting that maybe my other OS (FC5) has?? I guess I would have to examine the hidden directories in FC5, and transfer over the ones that are not in Kubuntu
Lastly... if I install a 3rd OS, which I am looking to do, and point it to the shared home directory at install, would it not overwrite the current settings, atleast in common apps like KDE, firefox, etc, and in .config .bash* files Or would it outright erase it all
I want a shared /home directory between all my linux disto's. Right now each distro has its own /home dir on each individual partition. I have a large partition I share amongst all my OS's. Since Kubuntu is my main OS, I want to transfer that /home dir
my shared drive /hda5, my home folder is /jnt
My thought is this...
$ cd /home
$ mv -r /jnt /dev/hda5
then add a line to fstab like
/dev/hda5 /home ext3 defaults 0 2
then either reboot, or mount hda5 on to the /home dir on my root partition.
something just doesnt feel right about it to me though to feel confident to do it.
Couple other question...
>>by pointing my other OS's to this new home folder, will my desktops look like my Kubuntu one with all my settings and bookmarks etc
>>Do i also risk losing some specific setting that maybe my other OS (FC5) has?? I guess I would have to examine the hidden directories in FC5, and transfer over the ones that are not in Kubuntu
Lastly... if I install a 3rd OS, which I am looking to do, and point it to the shared home directory at install, would it not overwrite the current settings, atleast in common apps like KDE, firefox, etc, and in .config .bash* files Or would it outright erase it all
Comment