Code:
setfacl: /media/paro/Telefilm: Operazione non supportata
(2025-04-11, 06:39 PM)TheDreadPirate Wrote: Oooooohhh. I assumed it was ext4. Since they are NTFS it does require ACLs, period.
Code:sudo setfacl -m user:paro:rwx,group:paro:rwx,group:jellyfin:r-x,other::--- /media/paro/Telefilm*
I think that should give both you and Jellyfin access. If that partially works, you may need to recursively run the command with the -R parameter.
Code:sudo setfacl -m user:paro:rwx,group:paro:rwx,group:jellyfin:r-x,other::--- -R /media/paro/Telefilm*
Code:
sudo setfacl -m user:paro:rwx,group:paro:rwx,group:jellyfin:r-x,other::--- /media/paro/Telefilm*
setfacl: /media/paro/Telefilm*: File o directory non esistente
With *: File or directory does not exist.
Without *: Operation not supported