raw2vmdk v0.1.3.1 released

After a feature request, support for all available VMDK disk types has been added.
Which isn’t as much work as it sounds. Heh…

Get it from here:
http://sourceforge.net/projects/raw2vmdk/files/

CHANGELOG

$Id: CHANGELOG 30 2010-08-14 06:39:14Z Zapotek $

Version 0.1.3.1
    * segfault/raw2vmdk/Raw2VMDK.java (main):
        fixed misleading example usage of the -Dtype parameter

Version 0.1.3
    * segfault/raw2vmdk/Raw2VMDK.java (main):
        added support for all available VMDK disk types

Version 0.1.2
        * segfault/raw2vmdk/Raw2VMDK.java (main):
            replaced "\n" characters with System.getProperty( "line.separator" )

Version 0.1.1
    * segfault/raw2vmdk/VMDKTemplate.java (VMDTemplate):
        now throws exception if template file is not found

    * segfault/raw2vmdk/Raw2VMDK.java (main):
        handles exception thrown by VMDKTemplate.java

Version 0.1
    * First version.
SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

Posted in: Projects, raw2vmdk, Virtualization

Tags: , ,



2 Comments

rssComments RSS transmitTrackBack Identifier URI


saw you added vmdk disk type as an additional parameter – nice job. What about modifying the uuid number – is it worth the hassle even thought ESX can do it for you once you get the vmdk up and running?

Comment by jd on 17/08/2010 20:57


In all honesty, I’m not even sure that the ESX takes the disk geometry parameters into account.
So, no I don’t think it’s worth the hassle.

Granted I don’t have access to ESX but this seems to be the case with the humble Workstation us mere mortals use. :P

On a more serious note, since it’s working as is I don’t see a reason to mess around with it.

Comment by Zapotek on 17/08/2010 21:28

addLeave a comment