2025-04-23, 02:29 AM 
		
	
	(2025-04-22, 12:38 PM)TheDreadPirate Wrote: Is there an ACL on this directory?
/media/violet
ACL's are denoted by a + at the end of the permissions
Code:rwxrwxrwx+
Usually the ACL is only on the folder for the hard drive itself.
And can you share the output of the mount paramemters?
Code:cat /proc/mounts | grep violet
re: media/violet/, the output of ls -l /media/violet/ is below:
Code:
total 36
drwxrwxrwx 1 jellyfin media 6894 Apr 21 21:20 pi1.0/
drwxrwxr-x 1 plex    media  128 Apr  9 18:18 pi2.0/
drwxr-xr-x 2 root    root  4096 Apr  9 18:31 tv/re, mount parameters, output of cat /proc/mounts ... is below:
Code:
/dev/sda /media/violet/pi1.0 btrfs rw,nosuid,nodev,noexec,relatime,space_cache=v2,subvolid=5,subvol=/ 0 0
/dev/sdb1 /media/violet/pi2.0 btrfs rw,nosuid,nodev,noexec,relatime,space_cache=v2,subvolid=5,subvol=/ 0 0
