• 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 General Questions Can't ge to Movies on second drive

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Can't ge to Movies on second drive

    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #11
    2024-03-17, 01:05 AM
    Ok, I used that line with my UUID in /etc/fstab and rebooted. When I lised my mounts in terminal, this showed up:

    /media/library /dev/sdc1 fuseblk rw,relatime,us

    Does this look right? However, I still cannot get to my movies folder. ITs just like before. When I go into Folder under Library, I can choose the / and then media and then library. But thats it, nothing else shows up.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #12
    2024-03-17, 02:55 AM
    Can you show me exactly what you put in fstab? That does not look right. The paths are reversed and the type should be ntfs.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #13
    2024-03-17, 11:53 AM
    Not sure how to put this in Code: like you do but this is copied and pasted from my /etc/fstab:

    UUID=DEA2B568A2B54635  /media/library    ntfs-3g  defaults,nls=utf8,umask=000,dmask=027,fmask=137,uid=1000,gid=1000,windows_names 0 0
    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #14
    2024-03-17, 04:18 PM
    Could it be a permissions issue? When I do this: ls -l /media/library

    drwxr-x---

    This is what the persmissions say for that mount. Is this right?

    Also when I do this: groups jellyfin

    jellyfin : jellyfin video render

    This is the result. Is jellyfin even in the group to access that mount?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #15
    2024-03-17, 06:28 PM
    Depends on what the current group ownership is. If it is root:root jellyfin doesn't have access to it. Needs to be 755 so that jellyfin can get into the folder.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #16
    2024-03-17, 06:31 PM
    Can you explain how to check it and see if jellyfin has access to it? And how to fix it if so?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #17
    2024-03-17, 06:37 PM
    The command you used in the last post should show the user and group owner

    ls -l

    You didn't include them in the last post.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #18
    2024-03-17, 06:38 PM (This post was last modified: 2024-03-17, 07:32 PM by notepro. Edited 4 times in total.)
    My fault on that one. This is the result of: ls -l /media/library:

    drwxr-x--- 1 john john 4096 Dec 24 2016 Media


    Media is the name of the drive that contains the movie files.

    EDIT: Changed ls -l /mnt/library to correct an error to alleiviate any confusion on responses below.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,484
    Threads: 11
    Joined: 2023 Jun
    Reputation: 468
    Country:United States
    #19
    2024-03-17, 07:10 PM
    chmod 755 /mnt/library
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    notepro
    Offline

    Junior Member

    Posts: 21
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #20
    2024-03-17, 07:23 PM (This post was last modified: 2024-03-17, 07:50 PM by notepro. Edited 5 times in total.)
    Apologies for the above mistake, my mount is /media/library. I corrected it and left a note.

    I tried the chmod 755 /media/library and it still didn't work. Still can't get to movies folder on Media hard drive.

    Based on this:

    Result of: ls -l /media/library:

    drwxr-x--- 1 john john 4096 Dec 24 2016 Media

    Are those permission correct on /media/library? BTW, I have added jellyfin to the group john but still doesn't allow me to see it in jellyfin. All I can still get to is /, then media, then library and then nothing after it when trying to add the path in Libraries.
    Pages (3): « Previous 1 2 3 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