Mounting a Windows Share at Boot time on Linux with Samba
Site Navigation:

 
 

Mounting a Windows Share at Boot time on Linux with Samba

Author:  Christophe Gevrey
Updated: 19-10-2005
Feedback welcome: linux@cri.ch
Free service provided by: www.cri.ch

Edit the fstab file: 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