Is GParted very reliable? Is it as good as Partition Magic?

In the old days, I used Partition Magic which can support up to 80GB hard drives.

But now it seems needing to buy a copy that will support 1TB drive or 2TB drive and pay $60 or $70 for it... (the newest version on Amazon.com is a 2003/2004 version)

Is the free GParted very reliable?

It seems that the Vista or Win 7 Disk Management Tool can shrink a partition but if there is data already on a 200GB partition but the data is everything in a 160GB region, even though the data is only 70GB, then the tool can only shrink down 40GB to create a new partition. It cannot shrink down 100GB and create 4 more 25GB partitions.


Solution 1:

I've used GParted for ages and have never had a problem, using the LiveCD edition to be specific. As for comparing it to Partition Magic, I'd say GParted has the upper hand. There is a huge community behind it for support since it's open source, and it supports a multitude of filesystems. Partition Magic is also kind of old, it's last release was 5 years ago, about when GParted had it's first release, so it's safe to say GParted is more up to date. It has handled my 1TB drives with ease, performing more than 20 operations in a single reboot sometimes.

For partitioning NTFS I'd strongly recommend reading their guides. Since you're using Vista, The How-To Geek's guide is also essential reading.

GParted is a great tool ever multi-booter should have in their toolbox.

Solution 2:

Some discussion here on GParted and Partition Magic.
I have been happily using GParted without reading these comparisons.
You may want to take a look at Parted Magic too (it is nicely packaged).

Solution 3:

Common problem in Windows Vista / 7 Disk Management is enabled hibernation. This file can limit the resize range as you desribed. Try to disable hibernation

powercfg -h off

Also from my experience the disk management never allowed me to shrink partition by more than 50% of overall disk space.

Solution 4:

Your problem is not the partition manager : you won't find one that can reduce the system partition better than the Vista/Win7 built-in one.

The reason you're having this kind of problems, is because some files are placed in such a way as to block the reducing of the partition. The usual criminal in this case is Windows, that has the annoying habit of placing unmovable system files at the end of the disk partition. The partition can't then be reduced in size to less than a certain amount.

You can try to defragment the system partition using a defragmenter that moves all files to the beginning of the disk, in the hope that this will improve the situation. But don't hope for too much : most defragmenters won't touch these system files, and when I tried one that could it ended by destroying my hard disk.

If you really need to shrink the system partition, you'll most probably need to re-reinstall windows.

And one last warning: Resizing the C drive may cause Windows to become unbootable.