2023-11-16, 09:43 PM
(2023-11-16, 09:39 PM)TheDreadPirate Wrote: You will have to use the command line
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
Thanks I will give this a go later. Do I need to run these commands every time the server restarts?