South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
smbclient -U user -L 192.168.1.5 (replace IP with your share IP).
sudo mkdir mnt/yourhsarename
mount -t cifs -o username=user //192.168.1.5/sharefolder mnt/yoursharename
//192.168.1.5/sharefolder /mnt/yoursharename cifs username=user,password=password,_netdev 0 0