I use KDE on Debian and did not encounter this problem when I did the reverse action (migrated /home
from a second drive back to the system drive).
This may be an insulting question, but are your files in the new home partition inside a /home
directory on that partition? Because if they are, that would definitely mess it up. If you mounted that to /home
in your fstab file, then the path to your home dir would be /home/home/user
instead of /home/user
. Your user directory needs to be at the root of the filesystem on that partition.
I expect you did not make this mistake, but a sanity check never hurts...
Oh, and check the files on the new partition with ls -l
as well. See who owns them. If you did the copy with the root account or with sudo, the owner of the files might be root
. They should be owned by the user you are trying to log in as.
cough cough gmail
~~(I use gmail and need to stop)~~