Networking :: Attach to a MS domain



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

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.


original here.