setp 1:

 install software smbclient and cifs-utils.

sudo apt-get install smbclient cifs-utils

setp 2:

 mkdir your folder.

cd /mnt
sudo mkdir E

last setp:

 mount your smb share.

sudo mount.cifs //10.0.0.4/E /mnt/E -o user=\"yourusername\",pass=\"yourpassword\",uid=1000,gid=1000

end.