Opening a remote machine's Windows C drive

Ross Rogers picture Ross Rogers · Mar 3, 2009 · Viewed 143k times · Source

I'm trying to locally mount a machine's C drive that is on my LAN. I need to able to browse the contents of the other machine when tracing through code. I once saw a sys admin do some crazy windows incantation from the cmd prompt. Something like $remote_machine/local_access/C

Is anyone familiar with how this is done?

Answer

Ryan Emerle picture Ryan Emerle · Mar 3, 2009

If it's not the Home edition of XP, you can use \\servername\c$

Mark Brackett's comment:

Note that you need to be an Administrator on the local machine, as the share permissions are locked down