On Mon, 2 Dec 2002 11:29:00 -0500, Robert Adkins <[EMAIL PROTECTED]> wrote:
> I have a few ideas about how to make my Linux server mount up a shared >folder on a Windows machine at boot time, however I would like to know if >there are other methods of getting it to work. Have you considered automount (autofs)? /etc/auto.misc winsrv -fstype=smb,username=xyz,password=xyz,uid=kwx,gid=kwx ://WIN/SHR $ ls /misc/winsrv/ will mount it, and it will be unmounted when not used for some configurable time. -- [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
