Hello.
I feel kind of good today because I figured out a workaround for a particular Vista partitioning problem.
Background:
My Gateway GT5622 computer came pre-installed with Vista 32bit Home Premium. Everything was ok except I didn't like how some of the hard drive was being set aside for an unused partion. The partition was essentially a backup partion to be used for emergency recovery of Vista. This was ok at first, but after a while I concluded that it was a waste of space because I use Acronis True Image Home for backing up the active C: system partition to another hard drive. Acronis works in such a manner that you can boot up from a CD and load a backup file from connected drives and from the selected file to a partition. Essentially, I am used to Acronis and it has worked out for me many times so that I don't feel the need to waste disk space on restore points or emergency partitions.
Dilemma:
Vista isn't able to expand the active C: system partition into the emergency backup partition because the emergency backup partition is the first partition on the drive and comes before the active C: system partition. Even if you delete the emergency partition, the free space can't be absorbed by the Vista C: partition. It's just a limitation of Vista.
But there is a solution...
Tools needed:
* Defrag program such as WinContig or JKdefrag.
Both programs use native Windows defrag routines and are especially safe, in my experience.
WinContig can also warn you of disk errors if you have it configured as such. In some instances,
running JKdefrag actually fixes some disk errors that WinContig may report.
* Acronis True Image 10 (or later perhaps) on CD, or a Recovery Boot CD made from it.
* A second hard drive installed with enough space to store a data image of your active C: partition
* AEFdisk 2v2 on a boot CD.
* Time and willingness to read the manuals and get familiar with those products.
* Vista install CD.
Solution:
What I did was to first defragment the active C: partition using a good dependable Defragger. I used both WinContig and JKdefrag. This makes the C: partition data smaller and more compact so it fits into a smaller Acronis True Image data image file. I ran CHKDSK c: /F on the disk to schedule a disk fix during the next boot (of the disk stored on the data image file...). Next, I used Acronis True Image Home to create a FULL partition backup data image file of the active C: drive. I used a medium compression ratio and pretty much normal setttings to store the C: partition as a data image on the second hard drive. I made sure the data image file was valid with Acronis too before moving on to the next step.
Next, I rebooted the computer using a boot CD with AEFdisk.exe on it. Using AEFdisk, I deleted the C: partition on the main drive and also the emergency backup partition right next to it. I rebooted the computer back into the boot CD, (using AEFdisk /REBOOT ) so that the hard drive changes would register on the drive. Then, using AEFdisk again, I calculated the contiguous free space on the main hard drive using /FREESIZE and /ALLSIZE command switches. I next created a fresh new active NTFS partition on the main hard drive that used up the contiguous free space using the figures calculated. The AEFdisk command is something like AEFdisk disknumber /pri:diskSize:diskType. But be sure to read the AEFdisk documentation before you try any of this so you don't process the wrong drive or lose other partitions of data or mess up your MBR or whatever. At this point I rebooted the computer again using AEFdisk /REBOOT. While the computer shutdown, I ejected the AEFdisk boot CD, and put in the Acronis Boot CD. These uses of AEFdisk, essentially erased the hard drive partitions that I had selected and replaced them with one new blank NTFS partition. It also updated the hard drive's MBR making the hard drive readable and writeable, but temporarily unbootable. (This is normal).
After the computer rebooted into Acronis True Image Home from the recovery Boot CD, I initiated a restoration from the data image file I had recently made (of the active C: partition). This particular data image file had been stored on the second hard drive, where it remained intact during the AEFdisk use... CONTINUED...