2024-09-11, 02:12 PM
Definitely don't add jellyfin to the sudoers.
This is bad. Don't do this.
You will also need to remount your hard drive. If you don't have any data on /media/blaze/Media1, or have space to empty it, you should reformat it as ext4. exfat does not accept Linux permissions.
You should also read my Linux permissions primer, which also includes a guide for how to mount hard drives in /etc/fstab. It looks like you're currently allowing Linux to auto-mount the hard drive.
https://forum.jellyfin.org/t-mounting-lo...ons-primer
find
Quote:blaze@blaze-B450M-DS3H-WIFI:~$ sudo chmod -R 666 /home/blaze
This is bad. Don't do this.
Code:
chmod 750 /home/blaze
chmod -R o-rwx /home/blaze
You will also need to remount your hard drive. If you don't have any data on /media/blaze/Media1, or have space to empty it, you should reformat it as ext4. exfat does not accept Linux permissions.
You should also read my Linux permissions primer, which also includes a guide for how to mount hard drives in /etc/fstab. It looks like you're currently allowing Linux to auto-mount the hard drive.
https://forum.jellyfin.org/t-mounting-lo...ons-primer
find