2024-04-29, 11:05 AM
/media/myuser tells me this was auto mounted. Usually this means there is an ACL applied to the mount.
That will recursively remove the ACL and only use the base Linux permissions.
Code:
sudo setfactl -b -R /media/my user
That will recursively remove the ACL and only use the base Linux permissions.