• 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 SOLVED: Collection problem

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: Collection problem

    Collection problem with recent updates
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #11
    2024-05-22, 05:08 PM
    (2024-05-22, 04:53 PM)TheDreadPirate Wrote: We can work through that.

    What is the output of this command?

    Code:
    sudo cat /proc/mounts | egrep "/media/mutka/Seagatetwo|/media/mutka/Exos1"

    dev/sdb2 /media/mutka/Seagatetwo exfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro 0 0
    /dev/sda2 /media/mutka/Exos1 ntfs3 rw,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8 0 0

    /dev/sdc2 /media/mutka/seagate ntfs3 rw,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8 0 0

    also added the third drive with same command
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-05-22, 05:36 PM
    Code:
    sudo systemctl stop jellyfin
    sudo umount /media/mutka/Seagatetwo
    sudo umount /media/mutka/Exos1
    sudo umount /media/mutka/seagate
    sudo vim /etc/fstab

    At the bottom of /etc/fstab put this in

    Code:
    /dev/sda2 /media/mutka/Exos1 ntfs defaults 0 0
    /dev/sdb2 /media/mutka/Seagatetwo exfat defaults 0 0
    /dev/sdc2 /media/mutka/seagate ntfs defaults 0 0

    Then save, quit.

    Code:
    sudo mount -a

    This will mount all the drives defined in /etc/fstab.

    Let me know if you run into any problems.
    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]
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #13
    2024-05-22, 05:42 PM
    trying to unmount with umount. "target is busy" dunno which is using it
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-05-22, 05:58 PM
    Reboot. It will apply the new mount parameters during boot up.
    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]
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #15
    2024-05-22, 06:01 PM (This post was last modified: 2024-05-22, 06:05 PM by Afgin.)
    (2024-05-22, 05:58 PM)TheDreadPirate Wrote: Reboot.  It will apply the new mount parameters during boot up.

    Yea I did that, and this was a result after sudo mount -a



    ntfs-3g-mount: failed to access mountpoint /media/mutka/Exos1: No such file or directory
    mount: /media/mutka/Seagatetwo: mount point does not exist.

    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    # / was on /dev/nvme0n1p2 during installation
    UUID=593b83f6-03bf-4388-bef1-424af1e22c05 / ext4 errors=remount-ro 0 1
    # /boot/efi was on /dev/nvme0n1p1 during installation
    UUID=8248-C7D1 /boot/efi vfat umask=0077 0 1
    /swapfile none swap sw 0 0


    /dev/sda2 /media/mutka/Exos1 ntfs defaults 0 0

    /dev/sdb2 /media/mutka/Seagatetwo exfat defaults 0 0

    /dev/sdc2 /media/mutka/seagate ntfs defaults 0 0


    this is what the fstab file looks like. does UUID things interfere? Tried also with putting hash infront of them
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #16
    2024-05-22, 06:10 PM
    I have an itch that the problem with the Exos is that it is asleep. In the disk management there is zzz icon. It has only woken up by pressing the icon. Then it wakes and mounts
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2024-05-22, 06:17 PM
    Ah. The place we told it to mount to doesn't exist. I assumed the folders were still there from the previous mounts.

    Code:
    sudo mkdir -p /media/mutka/Exos1 /media/mutka/Seagatetwo /media/mutka/seagate

    Then try "sudo mount -a" or reboot.
    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]
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #18
    2024-05-22, 06:23 PM
    (2024-05-22, 06:17 PM)TheDreadPirate Wrote: Ah. The place we told it to mount to doesn't exist.  I assumed the folders were still there from the previous mounts.

    Code:
    sudo mkdir -p /media/mutka/Exos1 /media/mutka/Seagatetwo /media/mutka/seagate

    Then try "sudo mount -a" or reboot.


    Hey. I did a reboot, and now it seems to auto mount! I didn't need to click on the icon. jellyfin server found and played the files straight. So it should be fine now I guess.

    Now that second part where mounting is ensured before jellyfin launches?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2024-05-22, 06:32 PM (This post was last modified: 2024-05-22, 06:32 PM by TheDreadPirate. Edited 1 time in total.)
    You shouldn't need to do that part anymore.
    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]
    Afgin
    Offline

    Junior Member

    Posts: 16
    Threads: 2
    Joined: 2023 Jul
    Reputation: 0
    Country:Finland
    #20
    2024-05-22, 06:41 PM
    Seems to work right. Smiling-face
    You are amazing man! Thank you so much for helping me.

    Was kinda scared at one point that something will go very wrong, but it all went perfect in the end. Grinning-face
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 5 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