2024-09-11, 03:58 AM
(This post was last modified: 2024-09-11, 04:16 AM by Blaze. Edited 1 time in total.)
So I found my BIOS no longer was accepting GPT partitions which is why my internal drives weren't showing and got that fixed, and I also gave full permissions to the jellyfin user and this is the output from that grep
blaze@blaze-B450M-DS3H-WIFI:~$ sudo chmod -R 666 /home/blaze
blaze@blaze-B450M-DS3H-WIFI:~$ data dir
Command 'data' not found, did you mean:
command 'dat' from deb liballegro4-dev (2:4.4.3.1-4)
command 'date' from deb coreutils (9.4-2ubuntu2)
Try: sudo apt install <deb name>
blaze@blaze-B450M-DS3H-WIFI:~$ --datadir
--datadir: command not found
blaze@blaze-B450M-DS3H-WIFI:~$ mount | egrep -i "exfat|ntfs"
/dev/sdc2 on /media/blaze/Media1 type exfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2)
blaze@blaze-B450M-DS3H-WIFI:~$
Jellyfin has also been added to the sudoers and been given permsions from in the drives app but still is returning the same unable to locate error
blaze@blaze-B450M-DS3H-WIFI:~$ sudo chmod -R 666 /home/blaze
blaze@blaze-B450M-DS3H-WIFI:~$ data dir
Command 'data' not found, did you mean:
command 'dat' from deb liballegro4-dev (2:4.4.3.1-4)
command 'date' from deb coreutils (9.4-2ubuntu2)
Try: sudo apt install <deb name>
blaze@blaze-B450M-DS3H-WIFI:~$ --datadir
--datadir: command not found
blaze@blaze-B450M-DS3H-WIFI:~$ mount | egrep -i "exfat|ntfs"
/dev/sdc2 on /media/blaze/Media1 type exfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2)
blaze@blaze-B450M-DS3H-WIFI:~$
Jellyfin has also been added to the sudoers and been given permsions from in the drives app but still is returning the same unable to locate error