3

I have several .ISO DVD backup files stored on a virtualized Win2008 server. Is there a simple way to mount the NTFS partition stored in a VMDK file using the ESX SSH terminal so that I can copy it directly to the datastore VMFS or must I SFTP the files from the Win2008 machine to the ESX host?

user72003
  • 146
  • 1

2 Answers2

3

The easiest path would be to install the vSphere client in the guest Windows 2008 operating system, then upload the .ISO images to the destination datastore through the client.

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • yes, that works, but at least in my setup it goes through te physical network switch. ESX host is connected via 100 Mbit, so that means the speed won't be more than 4 MB/s (data has to travel 2x through this 100 Mbit link). – Marki555 Dec 20 '12 at 11:45
-1

I have little experience with VMware ESX, but would this work for you? Something like

vmware-mount /PATH/TO/disk.vmdk /mnt/vmdk

As explained in the referenced thread, you need VMware's Disk Development Kit for this.

Ansgar Wiechers
  • 4,197
  • 2
  • 17
  • 26