adding another drive to jellyfin in docker (via linux) and cant access the folder
Hi everyone,
I've been trying to add a folder from a second harddrive on my machine. I know in theory that it's go to admin dashboard, go to the library, add folder via the plus sign. For some reason, no matter what i've tried, i can't get the mounted drive to appear as an option on the dropdown. Manually copying the address in I've edited the compose yml file to include the name of the mounted drive "- /mnt/disk2:/media3" (future home of more videos) this follows same format as original folder "- /home/user/videos:/media2" (where current accessible videos are) and should be good following the compose up command. Alas, no such luck. I go back to my jellyfin dash following a browser cache clear and nothing new is available.
I've added the folder via docker virtual file shares as well (as recommended by me trying to use the docker ai helper).
I'm somewhat out of ideas for how to solve this at this point. Any suggestions are welcomed at this point.