In case you want to mount a windows share folder on linux you can simply run below command:
mount -t cifs -o username=YOURUSERNAME,sec=ntlmssp,domain=WORKGROUP //IPADDRESS/SHAREFOLDER /mnt/sharefolder/
A prompt will appear in order to enter your password.
Done!
Tested on RHEL 7.8