Leon Meijer's Weblog

About my personal life, technology and business/work related...
posts - 129, comments - 292, trackbacks - 0

Resize a VMWare disk

This blog post describes how you can resize your VMWare virtual disks.

There are multiple ways to perform this task. Paul wrote me a comment saying that there is an easy way that I didn't know before: VMWare Converter. So I added this info to my post.

AS ALWAYS, BEFORE YOU BEGIN, MAKE SURE YOU HAVE A GOOD BACKUP!

Method 1: Using VMWare Converter (tested with v3):

  1. Turn off the virtual machine;
  2. Start the VMWare Converter application;
  3. Open the Convert Machine wizard;
  4. Select 'standalone virtual machine' as the source and destination system;
  5. Choose 'Select volumes and resize to save or add space';
  6. Enter a new size and voilá, you're done!

Some say that the expand process is slow and that VMWare Tools might need to be reinstalled. A disadvantage is that Converter will create a new (many GB) copy of your VM.

Method 2: Using the VDiskManager:

  1. Turn off the virtual machine;
  2. Commit/remove all the snapshots first! (I forgot to mention this, thanks JimO). Or make a Full Clone if you use Link Clones.
  3. Open a Command Prompt and go to:
    C:\Program Files\VMWare\VMWare Server or C:\Program Files\VMware\VMware Workstation

    or for 64-bit
    C:\Program Files (x86)\VMWare\VMWare Server or C:\Program Files (x86)\VMware\VMware Workstation
  4. Run this command to expand the virtual disk:
    vmware-vdiskmanager -x 12GB "My harddisk.vmdk" (in this case, 12 GB will be the new size). The file name can contain spaces because of the double quotes.

  5. Note: Because this only expands the disk and not the partition, you'll need to resize the partition table as well. This can be done by 3rd party tools like 'Partition Magic', but also with 'diskpart.exe', a built-in tool of Windows. VMWare provides a list of tools on their web site: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004071

    I prefer to use Microsoft diskpart.exe and that’s where this post is about (more info).

Instructions for Windows Vista, 7 and 2008R2 are below!

If your VM runs Windows 2000, XP, Server 2003 or Server 2003 R2
If your resized virtual disk is bootable, you cannot use diskpart from the virtual machine itself. Use a 3rd party tool or use another virtual machine. Here I describe how to use diskpart.exe with a 2nd virtual machine.

  1. Add the increased virtual hard disk to a second virtual machine;
  2. Power on this 2nd virtual machine;

  3. Open a Command Prompt and type:
    diskpart

  4. Type:
    list volume

    Remember the volume number (#) of your volume!

  5. Type:
    select volume <volume number> (the number from step 8)

  6. Type:
    extend

  7. Turn off this 2nd virtual machine and remove the virtual hard disk from the virtual machine configuration. This won't delete the hard disk file from disk;

  8. Your now finished! You can boot your VM with the resized disk. Windows automatically recognizes the new and correct disk and volume size.


If your VM runs Windows Vista, Windows 7, Windows Server 2008 or Windows Server 2008 R2
These versions of Windows ship with a more enhanced version of diskpart.exe that supports partition extension for bootable disks.

  1. Power on your virtual machine;
  2. Open a Command Prompt and type:
    diskpart

  3. Type:
    list volume

    Remember the volume number (#) of your volume!

  4. Type:
    select volume <volume number> (the number from step 8)

  5. Type:
    extend

  6. Your now finished! You do not have to reboot.

 

Please leave me a comment about your results. If somebody has an advice, please post it. I'll add it to this post (with your name) so that others can benefit from it too.

Hope this helps,

Update 2008-04-23: Refreshed the post. Fixed some spelling errors. Improved text formatting.

Update 2008-06-12: Found another good site with up to 6 methods! Have a look here: http://vmware-land.com/Resizing_Virtual_Disks.html

Update 2009-08-26: Fixed a space in vmware-vdiskmanager, added x64-info and Windows Vista/7/2008R2 information

Print | posted on Monday, May 07, 2007 6:55 PM | Filed Under [ Technology ]

Feedback

Gravatar

# re: Resize a VMWare disk

You forgot one VERY important thing...

MAKE SURE ALL SNAPSHOTS ARE COMMITTED FIRST.

Trust me. It's possible to commit them after the vmdk has been extended, but you don't want to go there.
5/13/2007 4:55 AM | JimO
Gravatar

# re: Resize a VMWare disk

You can also use the (free) VMWare Converter to resize a disk. This clones the VMWare VM to another instance with a larger disk, so you shouldn't need to worry about backing it up.
7/2/2007 4:00 PM | Paul Nilsson
Gravatar

# re: Resize a VMWare disk

I have ran through the VM Converter and used the resize disk option. The disk is image from the old machine to a new machine with bigger drives. That by itself is great, but then I have my original vmserver and my old vmserver. I assume that I would test the new machine and then remove the original files to free up disk on the host server.

That could take quite a bit of disk to make this work. Also, I am under the impression based on the instructions that after you commit the changes you are finished. That doesn't seem to be the case.

Also, I ran into a problem with the Vmserver logging into the domain. I needed to remove it and re-add it. That works fine but it is an additional step that may need to be noted.

From a 4GB partition to a 5GB partition start to finish was about 30 min.

Chace
7/13/2007 4:30 PM | Chace
Gravatar

# re: Resize a VMWare disk

There is on space to many in the command above:

vmware- vdiskmanager -x 12GB "My harddisk.vmdk

should be:

vmware-vdiskmanager -x 12GB "My harddisk.vmdk

Other than that, good artikel, tested it and it works fine.

Thx,
Tilburger
8/13/2007 2:34 PM | Tilburger
Gravatar

# re: Resize a VMWare disk

3aychou
10/23/2007 4:43 PM | javaman
Gravatar

# re: Resize a VMWare disk

Thank you tonz!
I was so messed up coz I'd only one drive and that was the system drive.
I did add an extra drive but I still needed to increase the size of the first.
The concept of adding the system drive to another VM is superb!
1/31/2008 1:18 AM | VMZ
Gravatar

# re: Resize a VMWare disk

Using VMConverter (3.02u1) for resizing disks has more drawbacks as already mentioned:
- You not only loose your VMWare Tools installation but the IP configuration of your NIC as well
- You need a lot more free disk space for the resize operation. E.g.: To increase a 8 GB vmdk to 12 GB, you need 12 GB free. An in-place resize just needs the 'delta' size to be free.
2/20/2008 5:16 PM | Marcus
Gravatar

# re: Resize a VMWare disk

What about when we have a spitted vmdk. Should we use the cli tool and just specify the first main file?

Example: main.vmdk main-s001.vmdk main-s002.vmdk main-s003.vmdk main-s004.vmdk
3/15/2008 8:44 PM | Francis
Gravatar

# re: Resize a VMWare disk

Great! It works for me.

Thanks for the tips!
4/17/2008 1:37 AM | JL
Gravatar

# re: Resize a VMWare disk

If the partition doesn't want to extend because it is a primary partition, you need a Linux Live boot CD.
See the comments here: http://www.geekzilla.co.uk/View18A035DE-06FF-4EA6-BC77-57D431CD50DD.htm
5/9/2008 10:52 AM | Wimme
Gravatar

# re: Resize a VMWare disk

What if the harddisk name has a space, in that case, what's the syntax for it then, because I tried it usually and it doesn't work...
5/13/2008 4:22 PM | jigga
Gravatar

# re: Resize a VMWare disk

I was able to add disk space to an XP session in about 20 minutes using Converter. I converted an 8GB primary drive to 20 GB on a 64bit Vista host using an Intel Core Duo Quad with 4GB RAM. Granted the drives were 15k RPM. Key thing is that it worked flawlessly.
6/23/2008 7:20 AM | brian
Gravatar

# re: Resize a VMWare disk

Great help, thanks! However, I would like to expand my partitions for the Guest OS inside VMWare disk. Can you suggest any free tools available? I tried dispart utility, but it is unable to expand my drive partitions. I am using Windows Server 2003.
7/10/2008 10:49 PM | Rajeev
Gravatar

# re: Resize a VMWare disk

VM Converter fails!

Exception: Assert Failed: "NeedsParent() == true" @ C:/ob/bora-89816/bora/sysimage/apps/p2vSupport/p2vInvNode.cpp:276
[2008-11-05 13:23:24.512 'App' 4032 error] Backtrace:
backtrace[00] eip 0x0129a8d3 ?AbortProcess@System@Vmacore@@YAXXZ
backtrace[01] eip 0x011e7d9a ?CreateBacktrace@SystemFactoryImpl@System@Vmacore@@UAEXAAV?$Ref@VBacktrace@System@Vmacore@@@3@@Z
backtrace[02] eip 0x011c012e ??0Throwable@Vmacore@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z
backtrace[03] eip 0x011c0807 ?PanicExit@Vmacore@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z
backtrace[04] eip 0x011c0a01 ?RunTimeFailure@Vmacore@@YAXPBD00HH@Z
backtrace[05] eip 0x1009e88d ??4CheckDestAvailableTask@P2VSupport@@QAEAAV01@ABV01@@Z
backtrace[06] eip 0x100b6b13 ?Log@P2VSupport@@YAXW4logLevel_t@1@HABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1@Z
backtrace[07] eip 0x100b8a13 ?Log@P2VSupport@@YAXW4logLevel_t@1@HABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1@Z
backtrace[08] eip 0x100d4f3a ?Log@P2VSupport@@YAXW4logLevel_t@1@HABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1@Z
backtrace[09] eip 0x100d0122 ?Log@P2VSupport@@YAXW4logLevel_t@1@HABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1@Z
backtrace[10] eip 0x100a8efd ?Run@TaskImpl@P2VSupport@@AAEXXZ
backtrace[11] eip 0x012a22aa ?IsEnlisted@System@Vmacore@@YA_NXZ
backtrace[12] eip 0x012a2bfc ?IsEnlisted@System@Vmacore@@YA_NXZ
backtrace[13] eip 0x0129e5ae ?GetThreadId@System@Vmacore@@YA_JXZ
backtrace[14] eip 0x7c349565 _endthreadex
backtrace[15] eip 0x76c9e3f3 BaseThreadInitThunk
backtrace[16] eip 0x7751cfed RtlCreateUserProcess
backtrace[17] eip 0x7751d1ff RtlCreateProcessParameters

[2008-11-05 13:23:24.513 'App' 4032 info] CoreDump: Writing minidump to C:\Users\xxxx\AppData\Local\VMware\converter-2832-4032.dmp

11/5/2008 7:59 PM | Margret
Gravatar

# re: Resize a VMWare disk

Thank You...
11/26/2008 4:08 PM | Rüya Tabiri
Gravatar

# re: Resize a VMWare disk

Problem I ran into was that I used an XP VM which had an IDE C: drive to extend the size of the "Disk 2" SCSI drive. XP didn't recognize it even after attempting to install the drivers. Luckily I had another Vista VM and that worked (to extend a second SCSI drive). Thanks for these instructions tho.
12/8/2008 9:52 PM | Anand
Gravatar

# re: Resize a VMWare disk

Thanks for the article.

There was an incorrect comment earllier. Growing the VM takes the original VM disk size + the New VM disk size.
It creates a temporary file for the full new sized VM disk before deleting the original file.

This is good, because if the process crashes, your old VM is still intact, but depending on the state of your hard drive before the process, you will probably end up with a more fragmented VM disk.

Pete
12/12/2008 11:36 PM | Peter
Gravatar

# re: Resize a VMWare disk

You don't have to expand the disk on another VM if the VM is Vista/Server 2008.

You can do this, even if it's the C drive of a VM, and just do your steps :)

Cheers
12/18/2008 8:35 PM | Kristof
Gravatar

# re: Resize a VMWare disk

thank you::))
12/29/2008 7:54 PM | games secret
Gravatar

# re: Resize a VMWare disk

thanks
1/4/2009 12:07 PM | chat
Gravatar

# re: Resize a VMWare disk

Really Good infromation...

thanks to all who provided the valuable information which i am seeking for long...
1/16/2009 12:32 PM | Puvanesh
Gravatar

# re: Resize a VMWare disk

Don't work for me. My virtual machine is under windows 2000, i extend the disk size from 4Go to 10 Go. In the windows disk management the size of the disk now is 10Go but In the explorer the size is still 4Go. please, can someone can help??
1/21/2009 8:20 PM | vensou
Gravatar

# re: Resize a VMWare disk

Hi,

I tried to extend using the second method, but I got an error:

The volume you have selected may not be extended.
Please select another volume and try again.

The virtual machine runs Windows 2k3 x64. I was trying to increase the partion where the operating system was installed.
Do you have any ideas how to solve my problem?

Thanks,
Miguel
2/12/2009 5:58 PM | Miguel
Gravatar

# re: Resize a VMWare disk

I love teddy bears!
2/26/2009 9:39 PM | Mickey
Gravatar

# re: Resize a VMWare disk

thank you very much
3/5/2009 4:29 PM | sohbet odaları
Gravatar

# re: Resize a VMWare disk

thank you ..
3/7/2009 9:49 AM | güzel sözler
Gravatar

# re: Resize a VMWare disk

thanksss
3/7/2009 10:46 PM | Sohbet
Gravatar

# re: Resize a VMWare disk

Works like a charm ;-)
3/9/2009 7:59 PM | Ronald
Gravatar

# re: Resize a VMWare disk

thank you cano
3/13/2009 10:18 AM | chat
Gravatar

# re: Resize a VMWare disk

Thank you..
3/14/2009 8:48 PM | granit
Gravatar

# re: Resize a VMWare disk

thank you kanka.
3/19/2009 6:59 AM | ligtv izle
Gravatar

# re: Resize a VMWare disk

thank you kanka
3/23/2009 1:05 PM | Mynet
Gravatar

# re: Resize a VMWare disk

thank you
3/25/2009 9:18 AM | islam
Gravatar

# re: Resize a VMWare disk

thank you admin
3/25/2009 1:37 PM | Dizi izle
Gravatar

# re: Resize a VMWare disk

thanks admin
3/25/2009 7:59 PM | oyun oyna
Gravatar

# re: Resize a VMWare disk

thankiii
3/29/2009 12:09 AM | maç izle
Gravatar

# re: Resize a VMWare disk

Thank you very very much, realy you helped me i was stuck with no hope.

Thanks again and keep it up
4/3/2009 2:47 AM | Omar ElGallab
Gravatar

# re: Resize a VMWare disk

thank you babacan
4/3/2009 4:33 PM | mirc yükle
Gravatar

# re: Resize a VMWare disk

you are my desire..
4/6/2009 11:32 AM | ligtv izle
Gravatar

# re: Resize a VMWare disk

Thank you!! Pointing out that there is such a thing as VMWare Converter made this so much easier!! I had tried the other methods and was never able to get them to work (probably my incompetence). Thank a million times over for this article, it saved me hours and days of frustration.
4/7/2009 3:05 PM | matt t
Gravatar

# re: Resize a VMWare disk

thank you turkish chat34 !
4/12/2009 8:02 AM | chat
Gravatar

# re: Resize a VMWare disk

thankss so much
4/14/2009 9:15 AM | özel öğrenci yurtları
Gravatar

# re: Resize a VMWare disk

Thank You

4/19/2009 10:46 PM | TRsohbet
Gravatar

# re: Resize a VMWare disk

thank you lan
4/21/2009 9:50 AM | porno izle
Gravatar

# re: Resize a VMWare disk

thank you sooooo much!!
4/22/2009 10:38 PM | ne
Gravatar

# re: Resize a VMWare disk

Love this info!

The easiest way for me was to use the VMWare Converter to convert my 20gb WinXP vm to a 45GB WinXP (hosted on Vista64). As you know it basically cloned the existing vm. Then I copied the new vm into a different datastore. When I connected the new vm to the domain there were no issues (same sid and workstation name). I then deleted the old vm.

Some may have space issues to prevent this way, but that was not the case for me.
4/24/2009 2:29 PM | steve d
Gravatar

# re: Resize a VMWare disk

dank je well.
4/24/2009 10:26 PM | sohbet
Gravatar

# re: Resize a VMWare disk

turkish justin tv..
5/4/2009 1:53 PM | justin tv
Gravatar

# re: Resize a VMWare disk

Thank You... :=)
5/5/2009 11:43 PM | Sohbet Chat
Gravatar

# re: Resize a VMWare disk

Thanks a lot.
5/6/2009 11:48 AM | Handtaschen
Gravatar

# re: Resize a VMWare disk

It works perfectly, including old versions volumes.
5/15/2009 5:10 PM | DrWindows
Gravatar

# re: Resize a VMWare disk

Great thing, thanks a lot
5/22/2009 6:25 AM | sarge
Gravatar

# re: Resize a VMWare disk

when ever i select my disk its shows an error message and says "its already in use". whats the problem with me guys>? anyone can help?
5/24/2009 2:30 AM | linus
Gravatar

# re: Resize a VMWare disk

VMware KnowledgeBase: VMware Virtual Disk Manager Does Not Expand Partitions http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647 you will find some third-party utilities to resize partition inside your vm.
5/31/2009 5:51 AM | pixeldoc
Gravatar

# re: Resize a VMWare disk

from 5 to 10 GB -> less than 3mnt...
6/3/2009 11:46 AM | andi
Gravatar

# re: Resize a VMWare disk

thanks.. very good.
6/7/2009 12:48 AM | sohbet
Gravatar

# re: Resize a VMWare disk

Thanks! ... I am converting it. and will write a post on VMWare Workstation Version 6.5.2 soon.
6/22/2009 9:17 AM | Anant Anand Gupta
Gravatar

# re: Resize a VMWare disk

C:\Program Files\VMware\VMware Workstation>vmware-vdiskmanager -x 30gb "c:\virtual machines\windows 2003 \windows server 2003 standard edition-cl1.vmdk"

worked perfectly! Thank you!
6/28/2009 10:38 PM | Donkey
Gravatar

# re: Resize a VMWare disk

Good answer, I am looking for the solution of the same question. Find the movies or mp3 you are looking for at all-shares.com the most comprehensive source for free-to-try files downloads on the Web
7/1/2009 10:48 PM | Alisia Silver
Gravatar

# re: Resize a VMWare disk

Saol dastum
7/2/2009 2:44 AM | tolga
Gravatar

# sohbet odaları

thank you very much admin. very good site
7/2/2009 2:42 PM | sohbet odaları
Gravatar

# re: Resize a VMWare disk

Thank Thank Karı kız D:D
7/2/2009 4:19 PM | sxe
Gravatar

# re: Resize a VMWare disk

Find the files you are looking for at search-free-mp3.com the most comprehensive source for free-to-try files downloads on the Web
7/3/2009 11:30 AM | Alisia Silver
Gravatar

# re: Resize a VMWare disk

just to clarify, you need to select a volume based copy. Disk based copies can't be resized.
7/6/2009 5:25 PM | dellaware
Gravatar

# re: Resize a VMWare disk

thank you. its useful.
7/7/2009 2:05 PM | aşk şiirleri
Gravatar

# re: Resize a VMWare disk

thank you very much my friends..
7/8/2009 5:10 PM | islami chat
Gravatar

# re: Resize a VMWare disk

thank you very much !
7/11/2009 2:19 AM | mp3 dinle
Gravatar

# re: Resize a VMWare disk

thank you.
7/11/2009 2:20 AM | bosch servisi
Gravatar

# re: Resize a VMWare disk

Thank you very nice
7/11/2009 2:27 AM | en güzel oyunlar
Gravatar

# re: Resize a VMWare disk

Thank You .
7/11/2009 2:28 AM | koxp
Gravatar

# re: Resize a VMWare disk

VMware Server rules. Thanks for posting this up, saves me a headache or two ;-)
8/3/2009 12:55 PM | Drupal websites
Gravatar

# re: Resize a VMWare disk

thanks a lot.
8/27/2009 8:52 PM | sohbet
Gravatar

# re: Resize a VMWare disk

thanx
9/2/2009 4:30 AM | Sohbet
Gravatar

# re: Resize a VMWare disk

Thanks good posttttt i like it and it helped me a lot.
9/14/2009 2:18 PM | free online games
Gravatar

# re: Resize a VMWare disk

thanx you
9/15/2009 1:06 AM | sohbet
Gravatar

# re: Resize a VMWare disk

thank you driver indir
9/16/2009 1:02 AM | hairstyles
Gravatar

# re: Resize a VMWare disk

thanks admin.
9/25/2009 5:37 PM | balkan düğünü
Gravatar

# re: Resize a VMWare disk

I must say congratulations! Wonderful changes and new opportunities. All these people are glad for you <br />
this page to share with my friends in the chat sites I think
10/1/2009 10:50 PM | Chat
Gravatar

# re: Resize a VMWare disk

Works great, thanks for the recap. Using Arcant Disk Director Server to do the repartitioning in WS 2003 works great!
10/2/2009 4:03 PM | Rusty
Gravatar

# re: Resize a VMWare disk

thanks guys
10/3/2009 1:49 PM | porno
Gravatar

# re: Resize a VMWare disk

Thank you !
10/6/2009 7:04 PM | porno hikaye
Gravatar

# re: Resize a VMWare disk

downloading a 100 MB software, after registration, didn't sound like a very good idea.
I used method 2 and I worked like a charm. I have a win7 64 image in a win7 64 image, for easy recovery when needed.
Thanks.

1. had to give the complete path of the disk (was obvious!)
2. had to turn off VB experimental in the snapshot settings due to the following error (don't know if it solved the error though!).
'Failed to analyze snapshot chain 'e:\win764image\win7-64bit.vmx'.
Will not be able to make an informed decision based on partial information.'
10/8/2009 12:52 AM | Shashank
Gravatar

# re: Resize a VMWare disk

Thanks Buddy!
10/19/2009 6:33 AM | Sandesh Segu
Gravatar

# 3d oyunlar

thanks for all admin
very good
10/24/2009 6:16 PM | ben 10 oyun
Gravatar

# re: Resize a VMWare disk

Thanks for the awesome article really saved me alot of time.
i used method 2 and only had to think for myself when i put the disk name in, by putting the entire path towards it in the command.
10/26/2009 8:34 PM | DarnGeek
Gravatar

# davetiyteci

güzel davetiye sözleri ve davetiye metinleri
11/3/2009 9:58 AM | davetiye
Gravatar

# re: Resize a VMWare disk

The best bed and breakfast in rome are on Clickbed.com. Book online "easy and safe" bed & breakfast in rome and save 35%. Enjoy your vacations on a rome b&b.
11/3/2009 2:31 PM | reservas de alojamientos economi
Gravatar

# http://www.hayda.net

Thank you, you answered the question I have been searching for which was whether or not to place keywords when blog commenting. mirc .
11/8/2009 10:11 PM | mirc sohbet
Gravatar

# re: Resize a VMWare disk

i like your things , os nic e ,haha
11/9/2009 2:36 PM | cheap gucci handbags
Gravatar

# re: Resize a VMWare disk

So far, I managed to go though only some of posts you discuss here, but I find them very interesting and informative. Just want say thank you for the information you have shared. Regards
11/11/2009 10:49 AM | chat online
Gravatar

# dolusextr

tenk you very much
11/16/2009 12:54 AM | dolusextr
Gravatar

# re: Resize a VMWare disk

You need to add that vmware will not see the new size until you remove the disk from the virtual machine and then re-add it. At least that was my experience when using a 3rd party bootable cd on the bootable virtual disk. After I found this article (thanks), I noticed that if you edit the disk from within the vmware admin web page, it gives you the option there to increase the size. Much easier. You still need to do step 2, but it makes step 1 much easier than typing all of that cmd prompt jumbo.
11/18/2009 8:31 AM | snoopyd
Gravatar

# re: Resize a VMWare disk

I would also like to add that I had to add a drive letter to the attached virtual disk while in the second VM to get diskpart to extend the drive.
11/19/2009 6:06 AM | snoopyd
Gravatar

# re: Resize a VMWare disk

y experience when using a 3rd party bootable cd on the bootable virtual disk. After I found this article (thanks), I noticed that if you edit the disk from within the vmware admin web page, it gives you the option there to increase the size. Much easier. You still n
11/20/2009 5:34 PM | evden eve nakliyat
Gravatar

# re: Resize a VMWare disk

I ran into a problem with the Vmserver logging into the domain. I needed to remove it and re-add it. That works fine but it is an additional step that may need to be noted.
11/28/2009 11:46 PM | games
Gravatar

# re: Resize a VMWare disk

How can I decrease the size of the disk? I created it at 28GB but would like to reduce it to 8 GB. I enter;

vmware-vdiskmanager.exe -s 8GB "Windows XP Professional.vmdk"

Nothing happens though. It just reloads the disk manager in the command prompt window like I didn't input any commands along with it!

Any help would greatly be appreciated!
11/30/2009 4:19 AM | Brian
Gravatar

# re: Resize a VMWare disk

Many tools can resize partition, such as partition magic, GParted, disk director, diskpart, easeus partition master…. I would like to use easeus partition master, it can Resize VMware Virtual Disk Directly and Safely without Resetting the Machine: http://www.partition-tool.com/resource/resize-vmware-virtual-disk-tutorial.htm
12/20/2009 12:33 PM | jack
Gravatar

# re: Resize a VMWare disk

nice post, it is helping
12/22/2009 7:52 AM | Mehmood
Gravatar

# re: Resize a VMWare disk

I loved the editorial. It is very interesting. Thank you for the information.
Wishing you a Merry Christmas and a Happy New Year.
12/23/2009 9:30 PM | payday loan
Gravatar

# re: Resize a VMWare disk

Excellent post. This was actually what I was looking for, and I am glad that I finally came here! This for sharing and keep up the good work... thanks for this nice article Good post.....Valuable information for all. I will recommend my friends to read this for sure…
12/25/2009 11:35 AM | Checks
Gravatar

# re: Resize a VMWare disk

Never knew that. Thanks for the info. I think your blog is going to
do well. People will always return to read this kind of content. Great job.
12/25/2009 11:37 AM | designer swimwear
Gravatar

# kiralık sunucu

thanks you
12/30/2009 12:47 AM | kiralık sunucu
Gravatar

# re: Resize a VMWare disk

Hi,

I am using windows server 2003 and d drive (40 GB),e drive (100GB).I had created vm machine in d: drive and installed mulitple application which consumed 35 GB space.I want to extend the virutal machine space by utilitizing E drive which has 100 GB free.

Can you please help me.


Satish kumar
1/6/2010 1:23 PM | satish kumar
Gravatar

# re: Resize a VMWare disk

To see more about this good post, you buy paper and custom essays at the term paper writing services. But some papers writing services propose the essay writing just about this good post.
1/6/2010 8:36 PM | Odry21
Gravatar

# re: Resize a VMWare disk

Thanks a lot..
1/7/2010 4:38 AM | sex hikayeleri
Gravatar

# re: Resize a VMWare disk

It helped me with ocean of knowledge so I really believe you will do much better in the future I appreciate everything you have added to my knowledge base .Admiring the time and effort you put into your blog and detailed information you offer!
1/8/2010 8:46 PM | drug rehab for teens
Gravatar

# sxe

Nice thank you
1/9/2010 4:33 PM | sxe
Gravatar

# re: Resize a VMWare disk

Hi

I like to know if there is a maximum size for extending?
I am looking at 1-3 Tb

1/13/2010 10:51 AM | Spencer Goh
Gravatar

# re: Resize a VMWare disk

Maraming Salamat!
1/14/2010 5:42 AM | Robbie
Gravatar

# re: Resize a VMWare disk

Very nice. Thanks.
1/15/2010 3:20 AM | müzik dinle
Gravatar

# re: Resize a VMWare disk

Before you begin, create a backup copy of the Fusion virtual disk so that you can restore it in case of failures. Extending a virtual disk can be a complex operations for several reasons, e.g.,:

1) The virtual disk that is full happens to contain the boot/primary partition for Windows
2) There are snapshots
3) There is insufficient disk space available on the physical drive to permit growth
4) It is a multi step process and involves use of different tools and commands in a specific sequence. Creative individuals have devised workarounds to extend the primary partition for Windows by using Linux boot disks and disk partitioning tools such as GParted, and you have to get this right.

You’ll find several posts regarding this topic on Google. Essentially, they are all variations of the posts summarized in

http://blog.sharevm.com/2010/01/11/survey-extend-expand-vmware-virtual-disk/
1/15/2010 7:56 AM | Paul Evans
Gravatar

# re: Resize a VMWare disk

great job!! thanks
1/18/2010 6:27 PM | online poker no download
Gravatar

# re: Resize a VMWare disk

If wanna resize a secondary vm disk, there are a simple way i used form my windows vm:
1.- locate an empty vm disk of size wanted (8gb, 30gb...). there are a lot of zipped empty vm hd's collections
2- configure new scsi/ide hardisk in your vmx file
3.- powreon vm machine
4.- partition & format new disk
5.- copy from source disk to destination disk and poweroff vm
6.- edit vmx config file to delete or comment scsi/ide vm disk
7.- boot vm and assign same drive letter in vm as was have old disk (ej E; )
8.- test all OK, then remove old vm disk
may work for primary disk using some clone HD program but i'm not tested that.
hope help.
1/20/2010 8:26 PM | Dan Silba
Gravatar

# re: Resize a VMWare disk

I used VM converter and worked okay to extend drive from 7gb to 15gb - took about 30mins.

However, upon booting up the new VM and logging on I got a message from XP saying that as the hardware had changed I needed to reactivate the product.

Unfortunately the VM had no online access so it had to be done by phone which would not be too bad except that where it should have given me the ID there was no number.

I clicked change product key and it asked for my existing product key which I didn't know. So I downloaded Magical Jelly Bean Keyfinder to key the product key from the original VM and then inputed it in the new one. Still no ID to activate with tho. However, after rebooting the ID was present an I was able to activate the windows product in the new VM (whether this had anything to do with inputting the product key I do not know).
1/22/2010 4:18 PM | Kris
Gravatar

# BBC

Hi,
Such interesting read and information, thanks for sharing this post, I've already bookmarked your blog. I can see that you are putting a lot of time and effort into your blog and detailed articles! I am deeply in love with every single piece of information you post here. Will be back often to read more updates.

1/24/2010 7:13 AM | custom essays
Gravatar

# re: Resize a VMWare disk

i use VM manager.i suggest to use it.
1/26/2010 10:19 AM | evden eve nakliyat
Gravatar

# re: Resize a VMWare disk

thanks for this
1/27/2010 12:02 PM | Halı yıkama
Gravatar

# re: Resize a VMWare disk

thank for tihs i will use it.
1/27/2010 3:20 PM | evden eve nakliyat
Gravatar

# re: Resize a VMWare disk

thank fot sharing
1/28/2010 12:05 PM | Oto Lastik
Gravatar

# re: Resize a VMWare disk

Thanks for this very useful info you have provided us. I will bookmark this for future reference and refer it to my friends. More power to your blog.
1/28/2010 1:26 PM | home décor
Gravatar

# re: Resize a VMWare disk

Hi,
Such interesting read and information, thanks for sharing this post, I've already bookmarked your blog
1/28/2010 4:30 PM | nakliyat
Gravatar

# re: Resize a VMWare disk

article is useful
1/29/2010 9:40 AM | Forma
Gravatar

# re: Resize a VMWare disk

thanks a lot
1/29/2010 12:40 PM | evden eve nakliyat
Gravatar

# re: Resize a VMWare disk

thank you for recommend
1/29/2010 3:24 PM | promosyon tekstil
Gravatar

# re: Resize a VMWare disk

Such interesting read and information, thanks for sharing this post
1/29/2010 4:06 PM | Evden Eve Nakliyat
Gravatar

# re: Resize a VMWare disk

There is an easier way! You should download and try fatVM http://www.gudgud.com/fatvm

fatVM is a reliable, robust, and safe, 1-click solution for extending the C drive of your VMware Fusion or Workstation virtual disk that is becoming full.
* It provides a simple, intuitive, interface and a reliable process that hides the technical complexity of extending a virtual disk.
* It is robust because it can extend virtual disks having snapshots and clones.
* It is safe because it preserves your original disk, which remains available to you for when the need ever arises.

Thanks.
2/4/2010 6:25 AM | Paul Evans
Gravatar

# re: Resize a VMWare disk


Amazing posts you got in your blog. Will visit again.
2/7/2010 8:13 AM | honda motorcycle parts

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 5 and 8 and type the answer here:

Powered by: