I decided to move my /home directory to a separate parition. But, since I am using more than one linux distro, I want to separate the /home directories as follows:
/dev/sdax/ubuntu /dev/sdax/debian /dev/sdax/suse After copying all the neccessary files to this folder, I changed the /etc/fstab to mount the new /home location as the default home drive
/dev/sdax /homedrive ext4 nodev,nosuid 0 2 /homedrive/debian /home bind default,bind 0 0 Now, as far as I can see while starting up debian, it is mounting the folder properly, but while I try to login it gives an error:
Could not update ICEauthority file /home/user-name/.ICEauthority
And after closing that message I get:
There is problem with the configuration server (/usr/libexec/gconf-sanity-check-2 ...
What's going wrong?
.ICEauthorityfile? Could you also post the output ofls -la /home/?