I currently am attempting to mount a NFS share from a truenas server. I want to be able to make a bindmount point for a container I am using for a dvr. I have had no luck with cifs and wanted to try NFS but am not having any luck with it either. Any advice or help would be greatly appreciated.
Here is what happens when I run my mount command. I have also tried directly specifying the version as 3.0 which gives me the same as below, and as version 2.0 which gives me a permission denied error.
Here is what happens when I run my mount command. I have also tried directly specifying the version as 3.0 which gives me the same as below, and as version 2.0 which gives me a permission denied error.
Code:
root@proxmox~# mount -vvv -t nfs 10.10.5.80:/mnt/NAS_Pool1/SecCameras /mnt/NAS1/
mount.nfs: timeout set for Mon Jun 26 17:54:22 2023
mount.nfs: trying text-based options 'vers=4.2,addr=10.10.5.80,clientaddr=10.10.5.50'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'vers=4.1,addr=10.10.5.80,clientaddr=10.10.5.50'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'vers=4.0,addr=10.10.5.80,clientaddr=10.10.5.50'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'addr=10.10.5.80'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.10.5.80 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.10.5.80 prog 100005 vers 3 prot UDP port 727
mount.nfs: mount(2): Input/output error
mount.nfs: mount system call failed
Last edited: