On Mon, 20 May 2002, Thomas M. Albright wrote: > Here at my office, when my Win98 machine boots, it mounts my Linux box > as a Network Drive. > > I'd like to have My Linux box do the same, in reverse. I know the > command line is: > mount -t smbfs //dread/c /mnt/dread/c > > Which translates into the /etc/fstab entries as: > //dread/c /mnt/dread/c smbfs noauto,owner,ro 0 0 > //dread/data /mnt/dread/d smbfs noauto,owner,ro 0 0 > > However, I still get prompted for a password. > > Is there a way I can make this happen?
//dread/c /mnt/dread/c smbfs noauto,username=fred,password=ethel,owner,ro 0 0 -- Dan Jenkins ([EMAIL PROTECTED]) Rastech Inc., Bedford, NH --- 603-627-0443 *** Technical Support for Computing over a Quarter Century ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
