Jellyfin Forum
Can't ge to Movies on second drive - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Can't ge to Movies on second drive (/t-can-t-ge-to-movies-on-second-drive)

Pages: 1 2 3


RE: Can't ge to Movies on second drive - TheDreadPirate - 2024-03-17

(2024-03-17, 06:38 PM)notepro Wrote: My fault on that one.  This is the result of:  ls -l /mnt/library:

drwxr-x--- 1 john john 4096 Dec 24  2016  Media


Media is the name of the drive that contains the movie files.

My bad.  Let's just recursively changes permissions.

chmod -R 755 /mnt/library/media


RE: Can't ge to Movies on second drive - notepro - 2024-03-17

Finally got it! So apparently with a ntfs drive mounted in fstab, the chmod command doesn't work. So I changed the fstab to just this:

UUID=DEA2B568A2B54635 /media/library ntfs-3g umask=000,uid=1000,windows_names 0 0

Was able to get to my movies folder on my hard drive. Thanks for all the help and I appreciate all your time.