Author: Christophe Gevrey
Updated: 19-10-2005
Feedback welcome: linux@cri.ch
Free service provided by: www.cri.ch
sudo vim /etc/fstab
Add the following line:
//windows_machine/c$ /mnt/hd_c smbfs noauto,user,username=yourname,password=yourpassword 0 0
Test the new line:
mount -a