smbfs

The smbfs filesystem allows you to mount Windows shares to your local filesystem. Sometimes this is much easier to use. It also allows applications (such as file managers, etc) that don't speak Windows to access those shares.

smbmount //winmachine/share my_mount_point -o username=myusername, password=mypasswd
smbumount my_mount_point

Pitfalls