2024-07-17, 12:07 AM
There is possibly an ACL on the directory for the drive mount.
When you run "ls -ld /run/media/%username/" is there a + at the end of the permissions? Like "rwxr-x---+"?
If so, you need to remove the ACL with "sudo setfacl -b /run/media/%username/".
When you run "ls -ld /run/media/%username/" is there a + at the end of the permissions? Like "rwxr-x---+"?
If so, you need to remove the ACL with "sudo setfacl -b /run/media/%username/".