//ntserver/share /mnt/samba smbfs username=username,password=password 0 0
For example, if you want to mount a share called //ntserver/docs then you need to write following entry in /etc/fstab file:
//192.168.0.1/share /mnt/samba smbfs username=nikesh,password=passwd123 0 0
Link
http://linuxpoison.blogspot.com/2007/10/mount-samba-share-using-fstab.html
Kommentare