We are looking at temporarily mounting an external hard disk on USB to an ESX1 v4 server from VMware. In /var/log/messages, we see the messages of the device being connected, but we cannot figure out the actual name of the device (/dev/???) to actually mount so we can retrieve the files ?

link|improve this question

50% accept rate
feedback

2 Answers

up vote 2 down vote accepted

This is possible to do but no simple task unless you have a server that supports passthrough for USB http://vstorage.wordpress.com/2010/07/15/usb-passthrough-in-vsphere-4-1/

Any easier approach may be to hook the USB up to a Windows Desktop and transfer the files via SCP, after enabling file transfer in the ESXi Console using a program such as http://www.veeam.com/vmware-esxi-fastscp.html

or VSphere, File transfer will work if you don't want to "hack" esxi

link|improve this answer
I also got some feedback fro friends that it is not possible with ESXi 4, but would be with ESXi 4.1. But for now, we will use the "SCP" method. – jfmessier Dec 15 '10 at 12:23
feedback

Did you add the USB controller AND the USB device to the guest? If not, that's probably the issue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.