Samba Client CIFS
https://www.thomas-krenn.com/en/wiki/Mounting_a_Windows_Share_in_Linux
sudo apt-get install cifs-utils
mount -t cifs //192.168.1.100/freigabe /mnt -o user=testuser
For permanent mount
http://timlehr.com/auto-mount-samba-cifs-shares-via-fstab-on-linux/