2024-08-11, 06:02 PM
(This post was last modified: 2024-08-11, 06:42 PM by tepsys. Edited 1 time in total.)
So you have a Jellyfin server with 2 disks attached via usb, and a third disk attached internally. With the two usb disks you are able to manage files, but the internal disk is giving permission errors.
You can see what permissions are set for your usb disks with
and then compare ownership/permissions with the internal disk
If the user/group/permissions are different, you'll want to change them to match
You can see what permissions are set for your usb disks with
Code:
ls -ld /path/to/your/usb/disk
Code:
ls -ld /path/to/your/internal/disk
If the user/group/permissions are different, you'll want to change them to match
Code:
chown user:group /path/to/your/internal/disk