Hi All, This is my first post to the list.
> This is going to painfull in the long run. > Better to moint the /home2 partition as /home and avoid that link pain You may try: # mv /home /home_old # ln -s /home2 /home This is generally a painless solution, that I use when I am stuck with disk space. I hope, after that you may be able to login. 2013/5/15 Russell Senior <[email protected]> > >>>>> "Marvin" == Marvin Kosmal <[email protected]> writes: > > Marvin> John Did you see my original post. I tried that and had some > Marvin> crazy problem. Wouldn't let me log in.. > > Try blkid on the partition you are trying to mount and make sure the > UUID matches what /etc/fstab is expecting. Also, in case of login > troubles, try logging in as root (root's HOMEDIR doesn't live in > /home) and looking at dmesg output to see if it'll give you clues as > to why. > > > -- > Russell Senior ``I have nine fingers; you have ten.'' > [email protected] > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > -- http://ai-portal.com http://yapay-zeka.org http://ergin.altintas.org _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
