Mount a SMB share from your TrueNAS device

So i’d like to quickly share something before it’s lost in my memory. This has been quite a mission for a while to get working but perserverance pays off and low and behold I actually found the syntax to use when mounting a SMB share from my QNAP device on my TrueNAS device to copy across my music…and here it is!

sudo mount_smbfs -I <IP> -U <Windows User> -W <Windows Domain>  "//<NETBIOSNAME>/<SHARE>" <MOUNTPOINT>

So essentially both devices are connected to my domain and the only caveat is that SMB1 will be used which isn’t really a problem for both devices as they’re not Windows hosts but it’s good stuff and performance is great over a 1Gbps link too!