2025-04-28, 05:27 AM
(This post was last modified: 2025-04-28, 05:33 AM by alex12345678. Edited 2 times in total.)
So I have linux mint machine with dual-boot alongside windows. So I installed Jellyfin(version 10.10.7) in my linux mint dirto and my movies and shows are in the windows partition. The partition can be seen as /dev/sda3 in my linux.
So i am mounting the partition like this way:
where 123 and 127 is respectively jellyfin user-id and group-id
Now the problem is in jellyfin frontend the media isn't showing up but if I search them through jellyfin they are showing up and also playable.
So i am mounting the partition like this way:
Code:
sudo mount -t ntfs-3g -o rwx,uid=123,gid=127,umask=002 /dev/sda3 /mnt/media
where 123 and 127 is respectively jellyfin user-id and group-id
Now the problem is in jellyfin frontend the media isn't showing up but if I search them through jellyfin they are showing up and also playable.