Plex cannot read SMB or NFS mounted directory

I’ve mounted my NAS media to my host machine (Ubuntu 16) running Umbrel to ~/umbrel/data/storage/downloads folder since this is one of the locations mounted to the Umbrel container.

Plex is able to see the root mounted folder but is unable to see the contents. I’ve tried both NAS and SMB mounts with permissions set to 0777

What can I do so Plex will be able to see my mounted folder?

Update:
When setting up transmission complete and incomplete folder to the mounted path it instead created a local filesystem path with the same directory structure instead of reading and writing from the mounted path. This local filesystem path is invisible to the host until I unmount.

1 Like

For reference here is the fstab config for both NFS and SMB

NFS: 192.168.5.160:/volume1/data /home/user/umbrel/data/storage/downloads/synology nfs nouser,rsize=8192,wsize=8192,atime,auto,rw,dev,exec,suid 0 0

SMB: //192.168.5.160/data /home/user/umbrel/data/storage/downloads/synology cifs rw,username=maurerbot,password=GasQKtBj&yUEJv.f4pZz,vers=2.0,iocharset=utf8,file_mode=0777,dir_mode=0777