Open up the GUI file manager known as konqueror. It is the house icon on the taskbar. Once that comes up, in the location bar, I use the following to authenticate to a Windows domain & then access a windows networking share. In the location bar:
Code:
smb:/domain\[email protected]
If you do not need to authenticate to a domain, the form is:
Code:
smb:/hostname
or
Code:
smb:/IP.address.of.machine
I hope this helps.
James