username=...username..and set the permissions: chmod 700 /root/smbcredentials
password=..password..
Edit /etc/fstab, and append the line:
//netbiosname/sharename /media/sharename cifs credentials=/root/smbcredentials,iocharset=utf8,file_mode=0775,dir_mode=0775 0 0Mount the new drive with: mount -a