Hi all!
I am currently having trouble in mounting a NFS share I created on a Synology in PVE 7.4-3.
The scan for the external paths returns nothing, but I am 100% sure that the NFS share is configured correctly on the synology as I have other services already connected to NFS shares there.
I even tried to mount the share directly via cli on the server to see if there maybe is a connection issue via
but that works just fine! Adding it directly in
didn't work though.
I also tried to run
but that just returned
Do you have any ideas what the issue might be in this case?
I am currently having trouble in mounting a NFS share I created on a Synology in PVE 7.4-3.
The scan for the external paths returns nothing, but I am 100% sure that the NFS share is configured correctly on the synology as I have other services already connected to NFS shares there.
I even tried to mount the share directly via cli on the server to see if there maybe is a connection issue via
Code:
mount -t nfs IP:/volume1/pve_test /mnt/pve_test
Code:
/etc/pve/storage.cfg
I also tried to run
Code:
pvesm nfsscan IP
Code:
clnt_create: RPC: Timed out
Do you have any ideas what the issue might be in this case?