Hi there
I want to set up my media server as I did it in windows using Jellyfin.
So I’m using jellyfin AUR to install it.
Some problem with service occur, and I’m successfully managed it with jellyfin.service and some systmctl command.
But now when I want to configure library it just shows folder in "/ " and /home/$user directory.
I think it’s necessary to mention i have some NTFS drive and an ex4(to extend home) and all of them set up mount point with fstab.
my fstab:
# /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>
UUID=Censored /boot/efi vfat defaults,noatime 0 2
UUID=Censored / ext4 defaults,noatime 0 1
UUID=Censored /home/$USER/Mount/LinuxExtend ext4 defaults,noatime 0 0
UUID=Censored /home/$USER/Mount/H ntfs-3g defaults,noatime 0 0
UUID=Censored /home/$USER/Mount/F ntfs-3g defaults,noatime 0 0
UUID=Censored /home/$USER/Mount/E ntfs-3g defaults,noatime 0 0
UUID=Censored /home/$USER/Mount/G ntfs-3g defaults,noatime 0 0
UUID=Censored /home/$USER/Mount/C ntfs-3g defaults,noatime 0 0
trying with:
chmod -R 775 /home/$USER/Mount
But doesn’t help
and:
ls -al /home/$USER/Mount
retuned :
drwxrwxr-x 8 $USER $USER 4096 May 12 21:47 .
drwx------ 29 $USER $USER 4096 May 18 14:39 ..
drwxrwxrwx 1 root root 12288 May 10 11:37 C
drwxrwxrwx 1 root root 28672 May 10 11:37 E
drwxrwxrwx 1 root root 65536 May 12 15:21 F
drwxrwxrwx 1 root root 16384 May 10 11:37 G
drwxrwxrwx 1 root root 12288 May 10 11:37 H
drwxrwxr-x 5 $USER root 4096 May 12 10:57 LinuxExtend
and one more thing
I noticed that jellyfin make a new user group “jellyfin” and a user which is “jellyfin”.
Would you some help?