Joshua Kruck wrote: > > hello, > Is there come kind of script that run when the machine boots that i can > put commands into? I want to run sound on when the machine boots, i > would also like to mount some samba commands. Can someone point me to an > easy way to do this?
The easiest way I have found to do SMB mounts at boot time is to put entries in /etc/fstab for them. IIRC: mount -t smbfs //winpc/share /mnt/winpc/ -o username=Administrator,password=blahblah translates to: //winpc/share /mnt/winpc smbfs username=Administrator,password=blahblah 0 2 > Thanks > Joshua > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]