I have a share /tank/share/backups/proxmox named "proxmox".
Now I tried to mount it from a client with v4.
In the documentation:
- Mount as NFSv3 the folder
/export/Videos
in/mnt/nfs
:
The output from the client mount | grep nfs:
Code
192.168.178.199:/proxmox on /mnt/pve/openmediavault type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.178.188,local_lock=none,addr=192.168.178.199)
But on my openmediavault server the data where stored in the root system under /export/proxmox and not on /tank/share/backups/proxmox