Ubuntu samba wont see windows shares
sudo gedit /etc/samba/smb.conf
Replace:
name resolve order = lmhosts host wins bcast
Whith:
name resolve order = lmhosts bcast wins host
sudo /etc/init.d/samba restart
wait 5min
sudo gedit /etc/samba/smb.conf
sudo /etc/init.d/samba restart