Attach to a MS domainForum: Networking Topic: Attach to a MS domain started by: mmassey Posted by mmassey on Jan. 26 2004,19:37
I am curious. Is DSL capable of mount or attaching to a MS domain? I am a tech at a school system and run into several non-bootable computers. DSL might fit the bill for me if it could attach to a domain or a workgroup to backup files on a non-bootable pc. Can DSL do this??Thanks, Michael Massey Posted by cbagger01 on Jan. 26 2004,19:55
The most recent versions of DSL (0.5.2 and 0.5.3.1) include the smbclient program. This program works kinda like an FTP program, except that it is used to connect to MS Networking shared drives instead of FTP servers.Check out the smbclient man page for details: < http://samba.org/samba/docs/man/smbclient.1.html > It is worth mentioning that the Windows share name must be specified with the "Forward-Slash" character or "/" even though when connecting with a Windows computer Microsoft usually uses the backslah "\" character. IE: servicename = //computername/sharename is GOOD. While servicename = \\computername\sharename is BAD. Good Luck. |