2023-11-16, 09:39 PM
You will have to use the command line
The jellyfin user probably doesn't have permission to read anything on that drive
Code:
sudo ls -l /path/to/new/harddrive
The jellyfin user probably doesn't have permission to read anything on that drive
Code:
sudo chgrp -R jellyfin /path/to/new/harddrive
sudo chmod g+rwx /path/to/new/hardrive