VMware Communities > VMTN > Desktop Products > VMware Fusion > Discussions
Actions
1 2 3 4 5 Previous Next
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 8, 2007 4:26 PM
in response to: damax99
Click to view etung's profile Champion etung 5,794 posts since
Oct 15, 2006
VMware
Every time I tried to press F2 it just increased the screen brightness screen

Try Fn-F2 instead - some Mac keyboards have the function keys not really function keys by default.

it appears that this thread recommended using another VM instance of XP or Vista to change the partition

The original method in the PDF recommends using a free, open-source live CD to change the partition - no extra XP/Vista necessary. Other people pointed out that if you have an extra XP/Vista VM, this is another option.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 8, 2007 5:46 PM
in response to: etung
Click to view damax99's profile Novice damax99 8 posts since
Dec 8, 2007
Thanks for the quick response etung. Fn-F2 didn't work either. My intention was to try the gparted CD image per step 12 but since I couldn't get to the BIOS setup, I couldn't change the boot order to boot from it.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 8, 2007 6:27 PM
in response to: damax99
Click to view etung's profile Champion etung 5,794 posts since
Oct 15, 2006
VMware
Fn-F2 didn't work either.

Are you sure the guest had focus and you pressed it fast enough?

My intention was to try the gparted CD image per step 12 but since I couldn't get to the BIOS setup, I couldn't change the boot order to boot from it.

If you want to get into the BIOS, an alternative to pressing F2 is to add the following line to the .vmx (usual caveats: do this while the VM is powered off and Fusion doesn't have the VM open):
bios.forceSetupOnce = "TRUE"
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 8, 2007 7:19 PM
in response to: etung
Click to view damax99's profile Novice damax99 8 posts since
Dec 8, 2007
I had focus and it still didn't work. I did get F2 to exit to the BIOS setup by going into System Preferences / Keyboards & Mouse and changing the keyboard setting to use for F1, F2, etc. as standard function keys.

Having gotten past step 12 I found that when I got to step 17 my virtual hard disk was completed allocated to the 40GB and the Resize/Move button was grayed out. As such, it completely appears that all 40GB are now fully allocated.

In thinking about the 2nd instance (Virtual Machine) of XP or Vista, I'd think that I wouldn't be able to do anything with the Virtual Machine I was trying to expand because they are considered completely separate virtual systems.

In summary, I think I was able to allocate the remaining 20GB using Vista's Disk Management without using gparted.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 8, 2007 8:56 PM
in response to: damax99
Click to view rcardona2k's profile Champion rcardona2k 4,513 posts since
Oct 20, 2005
damax99 wrote:
In summary, I think I was able to allocate the remaining 20GB using Vista's Disk Management without using gparted.

This may be preferable given other users have had problems with gparted cds on GPT-formatted volumes that may or may not be fixable using fixboot after expanding a logical partition containing Vista.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 24, 2007 4:12 AM
in response to: etung
Click to view FarNorth's profile Lurker FarNorth 1 posts since
Dec 24, 2007
If I increase the size of the existing Boot Camp partition using iPartition 3.0, how would that impact Fusion? (iPartition 3.0 is compatible with Intel Macs.) That would be a simple, painless graphic solution to the problem of increasing partition size.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 24, 2007 6:18 AM
in response to: FarNorth
Click to view rcardona2k's profile Champion rcardona2k 4,513 posts since
Oct 20, 2005
In addition to running iPartition, I assume it relocates the logical filesystem (if say it were at the end of the physical disk) so the free space is at the end of partition. You would need a bootable disk to expand the FAT32/NTFS file system to take advantage of the new space. This is all outside of Fusion's scope.

Fusion creates a raw disk mapping that includes the geometry of the logical partition the Boot Camp OS resides in. This virtual disk will be invalided or worse become an inaccurate representation of the Boot Camp partition size. You can either re-create the raw disk mapping (using vmware-rawdiskCreator) or delete the entire Boot Camp partition meta files which forces Fusion to re-create all the meta information about your Boot Camp partition.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 31, 2007 1:41 AM
in response to: rcardona2k
Click to view Atomotti's profile Lurker Atomotti 3 posts since
Dec 31, 2007

The whole thread is about resizing (expanding) a disk. What about reducing a preallocated disk? I would like to reduce my preallocated 50 GB Fusion disk to 30 GB. Guest OS is Windows XP and it is already reduced to 30 GB. 20 GB unallocated disk space is now left.

Thanks, Atomotti

Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Dec 31, 2007 6:58 AM
in response to: Atomotti
Click to view rcardona2k's profile Champion rcardona2k 4,513 posts since
Oct 20, 2005
Sorry vmware-vdiskmanager doesn't support reducing the disk capacity only expanding it. For dynamically allocating disks it's enough to cap the OS partition at the smaller size and not worry about the virtual disk capacity. No such luck for pre-allocated disks. vmkfstools in ESX Server can reduce VMDK sizes but not vmware-vdiskmanager. Depending on what tools you own you can create a new 30 GB blank disk, then use Ghost or Acronis to do a virtual disk-to-virtual disk transfer from your 50 GB to a 30 GB dynamically allocating disk, saving you some temporary disk space. Delete the 50 GB pre-allocated, then convert the allocated portion of the 30 GB virtual disk to pre-allocated. Finally you would defrag the 30 GB pre-allocated disk on the host.

If you don't own a commercial disk imaging tool, you can download a Linux livecd product and use dd to move your data between your two virtual disks. Maybe gparted can do this, I have not checked.
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Jan 10, 2008 10:31 AM
Click to view WebVeteran's profile Lurker WebVeteran 2 posts since
Jan 9, 2008
Have you tried shrinking first?

I set my max to 10GB. After a few weeks I was at 8GB. After the shrink, it went down to 3GB. Which is like adding 5GB.


I wrote up a step-by-step for this...
http://www.webveteran.com/blog/index.cfm/2008/1/9/Making-a-smaller-virtual-machine-disc


Another + is the save/restore is nearly instant now!

Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Jan 10, 2008 12:56 PM
in response to: WebVeteran
Click to view WoodyZ's profile Virtuoso WoodyZ 3,519 posts since
Apr 22, 2004


WebVeteran wrote:Have you tried shrinking first? I set my max to 10GB. After a few weeks I was at 8GB. After the shrink, it went down to 3GB. Which is like adding 5GB.

I wrote up a step-by-step for this...http://www.webveteran.com/blog/index.cfm/2008/1/9/Making-a-smaller-virtual-machine-disc


The overall context of this thread is not so much about shrinking a sparse disk, which is what your post and URL is about, but changing the physical capacity of a virtual disk. Which are two entirely different concepts.

Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Jan 14, 2008 7:40 AM
in response to: WoodyZ
Click to view WebVeteran's profile Lurker WebVeteran 2 posts since
Jan 9, 2008
Yes but in the end, both excersizes give you many free GBs. My philosphy is to lose weight than buy a bigger chair. XP will be faster, take less room, be more portable, and suspend/restore now takes two seconds flat. Why allow XP to bloat into more space rather than tame it?
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Feb 5, 2008 4:21 PM
in response to: Studio7Media
Click to view tribalcowboy's profile Lurker tribalcowboy 2 posts since
Feb 5, 2008
Quick question. I need to make my hard drive larger and Ghost sounds great. I have XP Pro already, so I don't need to upgrade. I cannot find my XP disk anymore. Will I still be able to do what you stated?
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Feb 6, 2008 10:59 AM
in response to: tribalcowboy
Click to view prb44t's profile Lurker prb44t 1 posts since
Feb 6, 2008
Hi All. I need some help. I have followed the directions through step 20. When I hit apply to g-partition to maximize the unallocated space. I get error that simply says -- "Cannot Apply". It allows me to save the error text, but I am not sure on which partition its saving the data. When I am in the MAC OS I cannot find the file gparted_details.html. So I don't know what the issue is. I read that sometimes gpartion has issues with NTFS and I need to run a chkdsk on the windows OS. I did that but am still having the issue. Any ideas please/???
Reply Re: Resizing a Virtual Disk for Windows Guests with Step by Step Instructions Feb 21, 2008 7:39 AM
in response to: prb44t
Click to view CSI95's profile Novice CSI95 7 posts since
Feb 21, 2008

I must be missing something. It can't really be this difficult to add space to a VMWare Virtual Machine, can it?

Wasn't there some setting in the install that let me choose if I wanted a fixed size drive, or one that could expand? Is this really the complicated process we need in order to expand?


I was expecting something in the Virtual Machine setting that let me increase disk size, not a bunch of command line utilites and copying my entire installation to a new disk.


Did I just misinterpret what you're saying, or is it really this difficult?

1 2 3 4 5 Previous Next