Here’s how I mount my Windows share on my RHEL machine, without installing Windows Services for Unix… ;)

mkdir /home/chuacw/mountpoint

mount –t cifs \\\\192.168.1.2/Downloads /home/chuacw/mountpoint -ouser=WindowsLogin,pass=WindowsPassword