Hi everybody.
Already thank you for this great application.
my question is:
I have two hard drive in my computer, and everything both are ext4.
on my first hard drive (system), do not worry, he sees well that is a interrieur.
the concern is on my second hard disk, plex clearly seen but that is not it …
what to do? voitre thank you for help.
ps: plex is the only program that asks me to worry.
I am not sure what your question is exactly but if you’re having issues with plex seeing your second hdd then I can recommend a few things as this happened to me.
The standard location that ubuntu will mount a drive to doesn’t give the plex system access to read so you have to mount it in another location (the easiest solution I found). Make another director so you can mount the 2nd hdd there and allow plex to access it.
sudo mkdir plex
sudo mkdir /plex/disk
next you will need to edit your fstab so that your hdd will mount to the new location upon server boot.
sudo vim /etc/fstab
then at the bottom of the file add the applicable information for me it was
/dev/sdb1 /plex/disk auto defaults 0 0
NOTE: sdb1 will be different so make sure you check which disk you’re mounting with sudo fdisk -l also if you name your directories something else they too will be different.
Once I did this I was able to have plex read my secondary drives.