Solved Difficulty in mounting samba share

The following /etc/fstab entry in a FreeBSD host works with TrueNAS Core server but not with FreeBSD 14.3 server:
Code:
//USER@SERVER/share /mnt/sambashare smbfs ro,-N,-I192.168.1.200 0 0

If, on the other hand, the client is a linux host, share can be browsed and mounted regardless of the server type. Any pointers will be much appreciated.
 
Thank you. After having a good night's sleep, the question occurred to me, why the heck would I need to mount a samba share and not use nfs instead. Much appreciated!
 
Back
Top