• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Cant see NAS drive

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Cant see NAS drive

    Unable to see Mounted NAS drive Raspberry PI4
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #1
    2024-01-25, 08:52 PM
    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!!
    TheDreadPirate
    Online

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-25, 08:57 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #3
    2024-01-25, 09:02 PM
    Hi, Thanks for the quick reply. what exactly am i looking for? sorry
    TheDreadPirate
    Online

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-25, 09:05 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #5
    2024-01-25, 09:07 PM
    //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
    TheDreadPirate
    Online

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-01-25, 09:10 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #7
    2024-01-25, 09:13 PM
    OK THANKS, as i'm new to this i don't know how to do that yet.
    TheDreadPirate
    Online

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-01-25, 09:22 PM
    How did you mount your NAS drive? Was it done automatically? Or did you manually add it to /etc/fstab?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #9
    2024-01-25, 09:26 PM
    i found a script online on youtube
    DAFFY
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #10
    2024-01-25, 09:40 PM
    can i post youtube links here?
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode