Jellyfin Forum
Cant see NAS drive - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Cant see NAS drive (/t-cant-see-nas-drive)

Pages: 1 2


Cant see NAS drive - DAFFY - 2024-01-25

Hi Guys, new to Jellyfin and the Raspberry Pi. After a while i have managed to mount my NAS drive on the Pi with a folder name of Movies and on the pi i can see the movies i have stored on my NAS and they play fine. i have jellyfin installed on the Raspberry pi but when adding a Media Library i cant find the folder i created.
On gong in ssh into my Pi using the 
Code:
sudo chown -R me:jellyfin /Movies
command i just get no such file or directory. My nas drive is in the EXT3 format if that matters. 
Does anyone have any insight to this problem i have? 
Thanks in advance!!


RE: Cant see NAS drive - TheDreadPirate - 2024-01-25

What are the mount parameters for your NAS drive on the Pi?

cat /proc/mounts

Find your NAS drive and copy and paste the output for that mount here.


RE: Cant see NAS drive - DAFFY - 2024-01-25

Hi, Thanks for the quick reply. what exactly am i looking for? sorry


RE: Cant see NAS drive - TheDreadPirate - 2024-01-25

Run this command on your Pi.

Code:
sudo cat /proc/mounts

It will print out the mount parameters for every volume you have. Find the line for your NAS drive, /Movies (?), and share that with is.


RE: Cant see NAS drive - DAFFY - 2024-01-25

//172.20.1.124/Volume_1/Movies /home/me/Movies cifs rw,relatime,vers=1.0,cache=strict,username=me,uid=1000,noforceuid,gid=1000,noforcegid,addr=172.20.1.124,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=1048576,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=799868k,nr_inodes=199967,mode=700,uid=1000,gid=1000 0 0
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
portal /run/user/1000/doc fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0


RE: Cant see NAS drive - TheDreadPirate - 2024-01-25

Ah. You mounted it in your home directory. Don't do that. Your home directory is for you and you alone. If you have files that you need to share with other users, put it somewhere else. /media, /mnt, some place that isn't your home directory.


RE: Cant see NAS drive - DAFFY - 2024-01-25

OK THANKS, as i'm new to this i don't know how to do that yet.


RE: Cant see NAS drive - TheDreadPirate - 2024-01-25

How did you mount your NAS drive? Was it done automatically? Or did you manually add it to /etc/fstab?


RE: Cant see NAS drive - DAFFY - 2024-01-25

i found a script online on youtube


RE: Cant see NAS drive - DAFFY - 2024-01-25

can i post youtube links here?