Mounting samba permanently
A nice quick and easy one..
Add the following into /etc/fstab, replacing the parts with stars with your information.
//**SERVER**/**SHARE** /mnt/**MOUNTPOINT** smbfs rw,user,username=**USER**,password=**PASS** 0 0
make sure the location /mnt/**MOUNTPOINT** exists, chmodded correctly (eg 666) and then just mount it with:
mount /mnt/**MOUNTPOINT**