I am having an issue with connecting to an NFS share
Unraid Version: 6.9.2 (trial)
Plugin Version: 2021.05.15
The NFS share is an unauthenticated share setup on Windows server 2019
If I run the command `mount IP_HERE:D /mnt/remotes/test` it mounts fine
But when I use the plugin there are absolutely no logs. The Mount button flashes for less than a second and then goes back to the orange color. In contrast when I try an smb share I see logs such as "kernel: CIFS: Attempting to mount"
So I am at a loss as to why there is not even a log message that says it is attempting to mount the nfs share.
in samba_mount.cfg is something like this
[IP_HERE:D]
protocol = "NFS"
ip = "IP_HERE"
path = "D"
user = ""
domain = ""
pass = ".......=="
share = "D"
mountpoint = "Dtest"
I would attach diagnostics but as I stated above there are no messages in the log when I try to mount an NFS share.