Assume that you are sharing your E drive at your windows PC and you want to mount this sharing to /mnt directory at your Linux machine.
So you may execute this command at Linux shell:
mount -t cifs //192.168.1.1/EÂ /mnt -o user=emreyasar
PS: 192.168.1.1 is IP of Windows machine.