Jellyfin Forum
SOLVED: Media on mounted drives not showing up - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Media on mounted drives not showing up (/t-solved-media-on-mounted-drives-not-showing-up)

Pages: 1 2 3


RE: Media on mounted drives not showing up - lonlygamerx - 2024-03-13

ill try that then and see if it works. Though i feel like its not that as i had it setup the same way previously but where i mounted the media-storage like /mnt/media-storage and there it worked fine, the docker-compose file is exactly the same as before even the hdd is the same from my old system

Update:
Did not work, tried unmount and mount mediaStorage and changing to that even in the docker-compose.yml but had no effect, still see no media at all in the docker container and the media isnt some special format like the music is just .mp3


RE: Media on mounted drives not showing up - TheDreadPirate - 2024-03-13

What is the UID and GID for "lonlygamerx"?

Code:
id lonlygamerx



RE: Media on mounted drives not showing up - lonlygamerx - 2024-03-13

id lonlygamerx
uid=1000(lonlygamerx) gid=1000(lonlygamerx) groups=1000(lonlygamerx),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lxd),1001(youtube-admins),1005(docker)


RE: Media on mounted drives not showing up - TheDreadPirate - 2024-03-13

Definitely a weird problem. I didn't see any ACLs, you are using a ext4 file system with default mount parameters, the UID/GID has permissions all the way down. At this point "chmod -R 777 /mediaStorage" or whatever it is called now. Just for a sanity check.


RE: Media on mounted drives not showing up - lonlygamerx - 2024-03-13

Sadly that sanity check did not help, still no media is shown up


RE: Media on mounted drives not showing up - TheDreadPirate - 2024-03-13

Another sanity check.

Code:
cat /proc/mounts

What are the ACTUAL parameters for /mediaStorage.

I'm running out of ideas. With the info you provided it should be working.


RE: Media on mounted drives not showing up - lonlygamerx - 2024-03-13

not sure what mean by parameters for the mediaStorage is.

Code:
cat /proc/mounts
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=32784312k,nr_inodes=8196078,mode=755,inode64 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,noexec,relatime,size=6568452k,mode=755,inode64 0 0
/dev/sda2 / ext4 rw,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=20063 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
tracefs /sys/kernel/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
none /run/credentials/systemd-sysusers.service ramfs ro,nosuid,nodev,noexec,relatime,mode=700 0 0
/dev/loop6 /snap/snapd/20671 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop0 /snap/lxd/27037 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop2 /snap/lxd/27428 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop8 /snap/docker/2915 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop1 /snap/canonical-livepatch/264 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop5 /snap/snapd/21184 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop3 /snap/core20/2182 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop7 /snap/core22/1122 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop4 /snap/core20/2105 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/sdb1 /mc-servers ext4 rw,relatime 0 0
/dev/sdd1 /youtube-stuff ext4 rw,relatime 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /run/snapd/ns tmpfs rw,nosuid,nodev,noexec,relatime,size=6568452k,mode=755,inode64 0 0
nsfs /run/snapd/ns/docker.mnt nsfs rw 0 0
nsfs /run/snapd/ns/lxd.mnt nsfs rw 0 0
nsfs /run/snapd/ns/canonical-livepatch.mnt nsfs rw 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=6568448k,nr_inodes=1642112,mode=700,uid=1000,gid=1000,inode64 0 0
/dev/sdc1 /mnt/media-storage ext4 rw,relatime 0 0



RE: Media on mounted drives not showing up - TheDreadPirate - 2024-03-13

Code:
/dev/sdc1 /mnt/media-storage ext4 rw,relatime 0 0

This. I just wanted to make sure there weren't any weird parameters besides "rw,relatime".


RE: Media on mounted drives not showing up - lonlygamerx - 2024-03-13

Any other ideas of what i can do? The issue i find strange is i had the same setup on my old system (i replaced my main drive) and on there i mounted it like /mnt/media-storage and there the docker jellyfin could find it easily even though i just had /media-storage in the volume mappings. Ive also tried resetting completly the container like deleting the container and the data folder it had made for the configs to see if that help but sadly didn't.


RE: Media on mounted drives not showing up - TheDreadPirate - 2024-03-13

Try this. Instead of your data dir, lets also delete the VFS that the container creates.

Stop the docker container for jellyfin. It is fine to keep the /config directory. Then run this command.

Code:
docker volume prune --force --all

This will delete the temp VFS for Jellyfin. When you start Jellyfin back up it will re-pull the Jellyfin image and recreate the VFS.