by Patrick Jezek
@ 16.09.2008 19:29 UTC
hot and speechless...
it's to early, but winter you can come ;-)
[ windows ]
[ OSX ]
by Patrick Jezek
@ 02.09.2008 18:50 UTC
Today I needed more space on my Windows, which is running in a
VMware Fusion.
There is a simple procedure doing this:
Make a backup of your existing vmdk file:
$cp WinXPA.vmdk WinXPA.vmdk.bak
use vdiskmanager to extend your virtual disk:
$ /Library/Application\ Support/VMware\ Fusion/vmware-vdiskmanager -x 12GB WinXPA.vmdk
now comes the tricky part: with the build in os tools from Windows XP you can't expand a volume if it contains the booted system or it contains a pagefile.
In theory you could boot from your backup and expand the bigger partition ...
... I choose anotherway,
bartPE ct'edition (a cd I customiced for such situations)
when booted choose: Programme -> Festplatten ->
Diskpart
it will open a command promt.

Inside that I had to:
> list volume
> select volume 1
> extend
(the last
list volume is only to verify that windows had made the changes)
After a reboot to the normal Windows. You will be prompted to reboot in order to use your new hardware
enjoy :-)