Scanner Error after Relocating Plex Media Server Data Directory

I Found the problem :smile:
External Drive was mounted with fstab as user which automatically implies noexec and since the Plex Scanner loads a shared library, exec is needed as an fstab option:

... /media/plex ext4 defaults,user,exec,nofail 0 2