Pages

Friday, August 17, 2012

Recreating a missing virtual machine disk (VMDK) descriptor file

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1002511

Overview Steps

To create a virtual machine disk descriptor file:
  1. Identify the size of the flat file in bytes.
  2. Create a new blank virtual disk that is the same size as the original. This serves as a baseline example that is modified in later steps.

    Note: This step is critical to assure proper disk geometry.
  3. Rename the descriptor file (also referred to as a header file) of the newly-created disk to match the name of the original virtual disk.
  4. Modify the contents of the renamed descriptor file to reference the flat file.
  5. Remove the leftover temporary flat file of the newly-created disk, as it is not required.
Note: This procedure will not work on virtual disks configured with a Para-virtualized SCSI controller in the virtual machine.

You can see video: http://www.youtube.com/watch?feature=player_embedded&v=tQmZOavolPY

java - No XML content. Please add a root view or layout to your document.

Во время сборки и запуска в eclipse нужно переключиться на окно с файлом java кода. Это довольно давнишняя проблема дружбы eclipse и android

During the build and run in eclipse should switch to a window with a file java code. This is a fairly long-standing problem of friendship eclipse and android.