Thanks for the reply
I checked all connections local (on my desktop) on the servers and the repository and everything appeared fine. I have heard this before but I can’t find anything. Note that since the repository is on a NAS this goes through a switch. All IP addresses are static. Could something be wrong there?
On the NAS server 192.168.0.226
My fstab entry
PARTUUID=bd6ee579-01 /media/plex ext4 rw,suid,dev,exec,noauto,nouser,async 0 0
the exports entry is
/media 192.168.0.0(rw,insecure,no_subtree_check,async,no_root_squash)
/media/plex 192.168.0.228(rw,insecure,no_subtree_check,async,no_root_squash)
then sudo mount /dev/sda1 /media/plex and sudo exportfs -ra
on the plex server 192.168.0.228
pi@plex:/media/plex1/tv shows/madaboutyou/Season 1 $ showmount -e 192.168.0.226
Export list for 192.168.0.226:
/media/plex1 192.168.0.228,192.168.0.212
/media/plex 192.168.0.228,192.168.0.212
/media 192.168.0.0
and then this is mounted on plex
sudo mount -t nfs -o proto=tcp,port=2049 192.168.0.226:/media/plex /media/plex
pi@plex:/media/plex1/tv shows/madaboutyou/Season 1 $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 30481844 2133452 27077764 8% /
devtmpfs 1827800 0 1827800 0% /dev
tmpfs 1959896 8 1959888 1% /dev/shm
tmpfs 1959896 57668 1902228 3% /run
tmpfs 5120 4 5116 1% /run/lock
tmpfs 1959896 0 1959896 0% /sys/fs/cgroup
/dev/mmcblk0p1 258095 55985 202110 22% /boot
tmpfs 391976 0 391976 0% /run/user/1000
192.168.0.226:/media/plex1 960353408 32692736 878807680 4% /media/plex1
192.168.0.226:/media/plex 960353408 70081024 841419392 8% /media/plex
/dev/sda2 261937152 39368320 222568832 16% /export/thumb
I am kind of headed the same place on
https://forums.plex.tv/t/error-1094995529-invalid-data-found-when-processing-input/663896/2