Skip to main content
2 of 2
Minor formatting improvements
AdminBee
  • 23.6k
  • 25
  • 56
  • 77

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