(2023-12-13, 05:19 PM)tmsrxzar Wrote: several questions here;
how is the drive being mounted?
where is the drive being mounted?
what filesystem is on the drive?
does jellyfin have permissions to the files/folders on the drive?
(what user does jellyfin run as and does that user have permission)
It is being mounted using Ubuntu Dekstop’s default settings at /dev/sdd1, and accessible from /media/<myusername>/<thedrivesname>. The drive uses NTFS as the rile system. And i assumed if “Other” users have read access that would include jellyfin.
(2023-12-13, 05:22 PM)TheDreadPirate Wrote: What are the mount parameters?
Code:cat /proc/mounts
The drive parameters are rw,nosuid,nodev,relatime,uid=1000,gid=1000