may not be a thing but this seems strange that group doesn’t have executable permission for the folder while every thing else does.
I have the drives mapped in fstab if that makes a difference.
Not sure how to mount with the acl option?
I can’t change the group permissions on t̶h̶i̶s̶ ̶d̶r̶i̶v̶e̶ the 4K folder on the drive.
I’ve tried many times so maybe that points to something?
maybe something you need to do with the acl mount option? maybe @MyNameIsRichard can confirm
Tried using setfacl options but no difference.
So that drive and folder is not responding to permission changes but is allowing user and group name changes, but not permission changes.
The test folder that was created on that drive allows name and permission changes for users and groups but isn’t accessible to Jellyfin because the drive itself doesn’t have Access Permissions.
The other 3 drives, and folders within, allow user/group name and permission changes.
Weird stuff, kinda like that drive has a firewall or something around it only allowing certain things to happen.
what happens if you remove the acl permissions
from what I see it should be something like
setfacl -x u:$USERNAME /file
Nothing happens/changes after running this…
[eosblu@machina ~]$ setfacl -x u:eosblu /mnt/18TB1/4K
[eosblu@machina ~]$
or this…
[eosblu@machina ~]$ setfacl --remove u:eosblu /mnt/18TB1/4K
[eosblu@machina ~]$
I need to do more reading about acl before I can go on any further here. It was a good call for @MyNameIsRichard to look at permissions as I was just looking at ownership.