2025-09-28, 11:59 PM
So I solved this problem.
First I cd to the directory that my nfs share was mounted to.
Then I did ls -alh
-a = all
-l = list
-h = human readable.
After that, I figured my . directory didn't have read write privileges.
So I used chmod 775 -R . in order to give that directory read write privileges.
Afterwards, all directories in my drive was seen by jellyfin.
First I cd to the directory that my nfs share was mounted to.
Then I did ls -alh
-a = all
-l = list
-h = human readable.
After that, I figured my . directory didn't have read write privileges.
So I used chmod 775 -R . in order to give that directory read write privileges.
Afterwards, all directories in my drive was seen by jellyfin.