• 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 SMB disk sharing

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SMB disk sharing

    Freebox (french ISP server) SMB disk sharing
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #1
    2024-05-09, 05:36 PM
    Hi everyone.


    I'm looking to share my freebox server smb disk. Jellyfin is running in Linux Fedora 39 (asahi linux on mac mini M1)

    I cannot reach this disk from the web interface.

    French speaking.

    Thanks for help
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-09, 05:42 PM
    You should mount the SMB share to the OS. It will work much reliably than trying to access SMB directly from Jellyfin's library.

    https://askubuntu.com/questions/157128/p...re-on-boot
    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #3
    2024-05-09, 05:47 PM (This post was last modified: 2024-05-09, 05:54 PM by Armentis. Edited 2 times in total.)
    Thanks for the reactivity.

    I see the disk on my os, but don't find it in the web interface choice

    I see it like this on fedora : smb: //freebox-servver.local/nasarm/
    or /run/user/1000/gvvfs/smb-share:servver=freebox-server.local,share=nasarm
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-05-09, 05:51 PM
    How did you mount the SMB share? In /etc/fstab? What are the mount parameters?
    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #5
    2024-05-09, 06:14 PM
    [Image: Capture-d-cran-du-2024-05-09-18-12-34.png]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-05-09, 06:18 PM
    So it is not mounted to your file system, you are seeing it as a direct network share. I'm assuming you have permission to read and write from the network share, but Jellyfin does not.

    Read the link I posted in my first response. It details how you mount a network share to a local directory so that it appears as a local directory to Jellyfin, including how to allow other users (jellyfin) to access that 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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #7
    2024-05-09, 06:53 PM (This post was last modified: 2024-05-09, 06:59 PM by Armentis. Edited 1 time in total.)
    Thanks for help, I try to understand the procedure but I'm not familiar enough with Linux. 

    The smb/cifs is already insalled
    Code:
    sudo dnf install cifs-utils

    What should I change in this command ?

    Code:
    //server/share /pathto/mountpoint cifs credentials=/home/username/.smbcredentials,uid=shareuser,gid=sharegroup 0 0
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-05-09, 06:58 PM
    That is not a command. That is what you are putting in /etc/fstab. And you need to put in the correct server name, share name, provide an empty directory to mount to. The .smbcredentials files needs to be created and you need to provide the username, password, and workgroup for the remote SMB user. Its all detailed in that link.
    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]
    Armentis
    Offline

    Junior Member

    Posts: 30
    Threads: 3
    Joined: 2024 May
    Reputation: 0
    Country:France
    #9
    2024-05-09, 08:46 PM
    When i want to mount with this command : mount /media/freebox

    I have this :
    Quote:mount /media/freebox
    mount error(13): Permission denied
    Refer to the mount.cifs(Nerd-face manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
    mount: (hint) your fstab has been modified, but systemd still uses
          the old version; use 'systemctl daemon-reload' to reload.
    Serveur : fedora 41 on Mac Mini M1 (asahi linux)

    Jellyfin version : 10.10.5
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-05-09, 08:54 PM
    After you add the correct parameters in /etc/fstab you would use "sudo systemctl daemon-reload" and "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]
    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