PDA

View Full Version : Mount a remote Windows machine



jakebills
10-25-2006, 10:01 PM
I was given the following piece of code so I could mount a remote machine to back up the current machine that I'm running Knoppix on using rsync.

mount.cifs //remotehost/c$ /net -o username=administrator,password=password

Now this seems to work fine when sending this request to a server, but not a regular workstation.

Does anyone have a better way to do this or see some part of the command that I'm entering incorrectly