• 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 Jellyfin on CasaOS (Zimaboard) unable to see /mnt/share

     
    • 0 Vote(s) - 0 Average

    Jellyfin on CasaOS (Zimaboard) unable to see /mnt/share

    lifeisrisky
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-15, 04:27 PM
    I have a Zimaboard running CasaOS and a Synology DS1621+ NAS. I created the following shared folder on the NAS and gave read write access to user casashare 

    Share

    and added these folders under it and shared permissions with subfolders
    Media
    Media/images
    Media/tvshows
    Media/movies

    In CasaOS I did the following commands
    sudo mkdir -p /mnt/share
    sudo mount -t cifs -o username=your_nas_username,password=your_nas_password //NAS_IP_ADDRESS/Share /mnt/share

    and added the following to /etc/fstab
    //NAS_IP_ADDRESS/Share /mnt/share cifs username=your_nas_username,password=your_nas_password,uid=1000,gid=1000 0 0

    I can see the /mnt/share when I use df -m in the terminal. 

    When I go into Jellyfin and attempt to add the folder as a library I get "The path could not be found. Please ensure the path is valid and try again." 

    I can access the folder /mnt/share from terminal but Jellyfin just can't seem to see it. 

    Any suggestions on what I might have missed or how to troubleshoot this?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-15, 05:01 PM
    Remove the UID and GID parameters from the mount parameters. And then make sure that /mnt/share allows for "others" to r+x.
    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]
    lifeisrisky
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-08-15, 05:06 PM
    (2024-08-15, 05:01 PM)TheDreadPirate Wrote: Remove the UID and GID parameters from the mount parameters.  And then make sure that /mnt/share allows for "others" to r+x.

    Thanks! What would be the chmod for allows for "others" to r+x?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-15, 05:11 PM
    Check if it already has that permision. It would be the last three values.

    rwxr-xr-x

    If it doesn't already it would be "sudo chmod o+rw /mnt/share"
    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]
    lifeisrisky
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #5
    2024-08-15, 06:13 PM
    (2024-08-15, 05:11 PM)TheDreadPirate Wrote: Check if it already has that permision.  It would be the last three values.

    rwxr-xr-x

    If it doesn't already it would be "sudo chmod o+rw /mnt/share"

    Thank you but unfortunately that didn't fix the problem. I still can't seem to see the folder /mnt/share in Jellyfin.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-15, 06:25 PM
    Changing fstab doesn't take affect right away. You need to unmount then re-mount the share or reboot.

    Code:
    sudo umount /mnt/share
    sudo mount -a
    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]
    « 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