Posted on June 25, 2009 | Category: Informational, Linux, Networking, Ubuntu, bash
Yesterday, the power blipped at my employer. It made me realize two things that I had forgotten about: 1.) Configure the BIOS to autostart the box upon recovering from a power outage and 2.) I needed to configure my /etc/fstab to automatically mount a Samba share on the network.
Normally, you can mount a Samba share by typing in the following:
sudo smbmount //samba/share /local/mount/point -o username=name password=yourpassword
//samba/share /local/mount/point smbfs username=name,password=yourpassword 0 0