2024-08-08, 03:55 PM
If the drive is mounted in /media/userName this is likely auto mounted. You can manually mounted it, as Fate suggested, or you can remove the ACL that the auto mount process creates.
That will remove the ACL. BUT, I'd recommend manually mounting the drive in /etc/fstab.
Code:
sudo setfacl -b -R /media/Username
That will remove the ACL. BUT, I'd recommend manually mounting the drive in /etc/fstab.