SOLVED Problems accessing NFS share from FreeBSD

balanga

Patron
Joined
Jul 10, 2014
Messages
271
I have two FreeNAS servers and am able to access shares on one but not the other...

The one (192.168.1.2) where I can access the shares is running FreeNAS-11.2-U5 and the other (192.168.1.3) runs FreeNAS-11.2-U7.

I'm trying to mount shares from /etc/fstab using

192.168.1.2:/mnt/nas/tftproot /mnt/tftproot nfs rw,noatime,readahead=4,intr,soft,nfsv4 0 0 o r 92.168.1.3:/mnt/nas/tftproot /mnt/tftproot nfs rw,noatime,readahead=4,intr,soft,nfsv4 0 0

Mar 18 20:57:34 <14.6> PXE-server kernel: [tcp] 192.168.1.3:/mnt/nas/tftproot: NFSPROC_NULL: RPC: Program/version mismatch; low version = 2, high version = 3
Mar 18 20:57:34 <14.6> PXE-server syslogd: last message repeated 1 times
Mar 18 20:57:34 <14.6> PXE-server kernel: Script /etc/rc.d/mountcritremote interrupted

I can the troublesome share manually, but not via /etc/fstab .

Does this indicate that the shares have been configured differently or is something else wrong?
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
RPC: Program/version mismatch; low version = 2, high version = 3
I have not dug into that error message, but could it be this mean the server only offers NFSv2 and NFSv3?
Do you have NFSv4 enabled on the server in question? If you mount manually, is the share mounted as NFSv4 or NFSv3?
 
Last edited:

balanga

Patron
Joined
Jul 10, 2014
Messages
271
I have not dug into that error message, but could it be this means the server only offers NFSv2 and NFSv3?
Do you have NFSv4 enabled on the server in question? If you mount manually, is the share mounted as NFSv4 or NFSv3?
Many thanks for the suggestion. It looks like I forgot to click on Enable NFSv4... I think I assumed that was the default.
 
Top