NFS: mount(2) system call failed

Kyrunic

New Member
Jun 22, 2023
1
0
1
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.


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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!