need to copy VM files (vmdk etc) to usb disk for backup purposes. tried booting with partedmagic 4.9..but cannot access the vm files on disk. any thoughts?
Asked
Active
Viewed 640 times
3 Answers
2
My junior admin found a great utility today called FastSCP from Veeam ( http://www.veeam.com/vmware-esxi-fastscp.html ). It's free, and it allows you to browse ESX(i) datastores. I played with the software for a few hours, and I was really impressed.

Matt Simmons
- 20,396
- 10
- 68
- 116
1
Just use the VIClient/VSClient app, browse to the datastore and copy directly to the USB stick.

Chopper3
- 101,299
- 9
- 108
- 239
-
I'm pretty sure he won't be able to see the usb stick using the datastore browser. – HannesFostie Apr 16 '10 at 07:45
-
He will if the usb stick is connected to the PC running the VSClient, I know as I tried it before answering. – Chopper3 Apr 16 '10 at 08:17
0
I mostly used the datastore browser to do this when I wanted to clone a VM, but here's a quick walkthrough to enable SSH access.
- Use Alt-F1 to access console (you will need physical access to the machine)
- Type the word "unsupported" (that's right, console access is not supported by VM for ESXi)
- Login as root
- vi /etc/inetd.conf and find the rule starting with #ssh and uncomment it. Save and quit
- run /sbin/services restart and you should be good to go

HannesFostie
- 845
- 14
- 29