Link to home
Start Free TrialLog in
Avatar of bankwest
bankwestFlag for United States of America

asked on

Virtual Machine

I have a server running as a virtual machine.   I need to copy some data from it to an external hard drive.  I read this online but it doesnt tell me what all I need to do to get it to work.   I did the changes on the RDP connection to the server and the hard drive is attached to my PC    How can I easily transfer the data.    This is what I did:

For a temporary USB connection take advantage of remote desktop client features. For example, using Microsoft’s Remote Desktop Connection (RDP) tool to a Windows VM you have options to allow the guest to see the USB devices connected to your desktop or notebook. By clicking the Options button from the main interface and then the Local Resources tab you can configure a pass through connection to USB devices.


But when I get logged on with RDP and go to My Computer......how do I get it to recognize the external drive on my PC?
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Before connecting to the remote PC VM you must open the options in your Remote Desktop utility, select the Local Resources Tab, and there you can set what local devices and resources should be available. After that you can connect to your remote PC.
If you're connecting to the guest via RDP, would it not be easier to simply launch MSTSC, click on Local Resources and the more button - then choose drives and local plug and play devices?

That way, if the USB disk is connected before you launch RDP it'll pass through and you can copy data to it.
Avatar of bankwest

ASKER

Tony1044

That is what I did....   So, is the external drive on my PC or the box where the server is virtualized?   Right now it's connected to my PC and then when I RDP to the server, I don't see anything for it in MyComputer.   Sorry......pretty new to this game.
Hey all....Think I got it..

I went to server, mapped drive to see my PC and the external drive.

\\computerIP\e$
Yeah plug it into the computer you're RDP'ing from.

Wait until it is recognised and you can see a drive letter in your explorer window.

Launch MSTSC (I personally prefer to click start, run and type MSTSC)
MSTSC-Options.jpg
This was the easiest way to set up.   I do appreciate all the input from everyone