• 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 Off Topic Self-hosting & Homelabs Jellyfin on Ubuntu 22.4 trouble

     
    • 0 Vote(s) - 0 Average

    Jellyfin on Ubuntu 22.4 trouble

    Trouble accessing Jellyfin server
    dwjelly
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2023 Oct
    Reputation: 0
    Country:United States
    #8
    2023-10-07, 09:05 PM
    Thanks Again.

    I tried this....

    Mounting unprotected (guest) network folders
    First, let's create the mount directory. You will need a separate directory for each mount.

    sudo mkdir /media/windowsshare
    Then edit your /etc/fstab file (with root privileges) to add this line:

    //servername/sharename /media/windowsshare cifs guest,uid=1000,iocharset=utf8 0 0
    Where

    guest indicates you don't need a password to access the share,

    uid=1000 makes the Linux user specified by the id the owner of the mounted share, allowing them to rename files,

    iocharset=utf8 allows access to files with names in non-English languages. This doesn't work with shares of devices like the Buffalo Tera Station, or Windows machines that export their shares using ISO8895-15.

    If there is any space in the server path, you need to replace it by \040, for example //servername/My\040Documents

    After you add the entry to /etc/fstab type:

    sudo mount -a
    This will (re)mount all entries listed in /etc/fstab.

    It is failing with permissions denied when I run the sudo mount -a
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-07, 04:16 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-07, 04:40 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by TheDreadPirate - 2023-10-07, 04:48 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-07, 06:35 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by TheDreadPirate - 2023-10-07, 06:45 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-07, 07:53 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by TheDreadPirate - 2023-10-07, 08:42 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-07, 09:05 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by TheDreadPirate - 2023-10-07, 10:34 PM
    RE: Jellyfin on Ubuntu 22.4 trouble - by dwjelly - 2023-10-08, 06:40 PM

    • 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