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: [udate]

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