I have my home folder on another drive, which is mounted via fstab to /mnt/HDD
UUID=123 /mnt/HDD exfat rw,defaults,umask=002,uid=1000,gid=1000,auto,users,exec 0 0
The home folder is then bind mounted to /home
/mnt/HDD/Ubuntu/home /home none defaults,bind 0 0
I don't know if this is the problem, but when I launch some snap applications (e.g. Discord) it says
WARNING: cannot create user data directory: cannot update the 'current' symlink of "/home/user_name/snap/app_name/current": symlink 128 /home/user_name/snap/app_name/current: operation not permitted
along with other failed to create symbolic link ...: Operation not permitted.
Any ideas why this may happen?