Skip to main content
1 of 2

I had the same issue using a symlink for my home directory. Fixed it by removing the symlink and mounting the new home directory location in /etc/fstab by adding:

/media/my-other-drive/home/myuser /home/myuser none bind 0 0 

Then mount the home dir:

sudo mount -a