Am 26.03.2010 08:20, schrieb 현해일: > If I had make the snapshot images by using savevm command, then where > can I find location of created images?
It doesn't create new files, the snapshots are saved in the same image file. You can list them with "info snapshots" and load a snapshot with "loadvm <name>". Kevin