NFS Mount from server 2019 issue

atakacs

Explorer
Joined
Apr 23, 2012
Messages
92
I am trying to mount an NFS (hosted on TrueNAS 11.3 U5) volume from a Windws server 2019 and it fails with this

Code:
Jun 9 11:42:39 freenas mountd[1112]: mount request from 192.168.66.12 for non existent path /mnt/datas/Desktop.ini
Jun 9 11:42:39 freenas mountd[1112]: mount request denied from 192.168.66.12 for /mnt/datas/Desktop.ini


Obviousy I am not trying to reference Desktop.ini - my command is

Code:
mount 192.168.66.12:/mnt/datas x:


What am I doing wrong ?
 
Joined
Jan 7, 2015
Messages
1,155
I think for one you arent using the right IP. The IP you should be using should be the TrueNAS IP, if the TN IP is 192.168.66.12, then the msg from mountd should say a different IP.. Issue this command adjusted for your systems on your Windows box.


mount -u:USERNAME -p:PASSWORD TRU.NAS.IP.ADD:/mnt/datas x:
 
Top