2025-03-30, 01:23 AM
(This post was last modified: 2025-03-30, 04:03 AM by Zraner. Edited 1 time in total.)
Hello, I am trying to set up a private Jellyfin server, coming from Plex. I want to use my old Raspberry Pi to create the server, just as I did with Plex, and I have managed to do so without problems until I reached the point of adding libraries.
The problem I have is that I have not been able to add the hard drive that I have connected via USB to the Raspberry Pi. In Plex, I used the path /media/pi/Peliculas/Peliculas, but from Jellyfin I can only find the path /media/pi. I tried granting permissions with these two commands:
find /media/pi/Peliculas -type d -exec chmod 755 {} \;
find /media/pi/Peliculas -type f -exec chmod 644 {} \;
And it still doesn’t work. I’d like to see if anyone here can help me, as this is the only step left to finish my configuration.
I would like to add the path /media/pi/Peliculas/Peliculas to the movies library, and the path /media/pi/Peliculas/Series to the series library.
I managed to fix it; I had to force unmount and remount, and since then everything has been fine!
The problem I have is that I have not been able to add the hard drive that I have connected via USB to the Raspberry Pi. In Plex, I used the path /media/pi/Peliculas/Peliculas, but from Jellyfin I can only find the path /media/pi. I tried granting permissions with these two commands:
find /media/pi/Peliculas -type d -exec chmod 755 {} \;
find /media/pi/Peliculas -type f -exec chmod 644 {} \;
And it still doesn’t work. I’d like to see if anyone here can help me, as this is the only step left to finish my configuration.
I would like to add the path /media/pi/Peliculas/Peliculas to the movies library, and the path /media/pi/Peliculas/Series to the series library.
I managed to fix it; I had to force unmount and remount, and since then everything has been fine!