My Windows 7 32-bit PC is running low on disk space. I want to find a useful partition manager software that can help solve this problem; I'd prefer free solutions.

Any suggestions?

link|improve this question
feedback

migrated from stackoverflow.com Oct 19 '10 at 7:40

This question came from our site for professional and enthusiast programmers.

3 Answers

Why don't you use Windows 7's Disk Management feature? Here is a guide for how to use it.

alt text

link|improve this answer
The built in disk manager has become surprisingly useful since Vista, and for simple partition resizes you don't need anything else. Sometimes the data can't be moved but a bit of shuffling data to other partitions and deletion of the offending partition allows a long winded but reliable partition move in Windows, without the risk of GParted or other linux tools corrupting your partitions and forcing you to use your install cd repair it. – Mokubai Oct 19 '10 at 12:40
feedback

A partition manager only helps to cannibalize other partitions or unused space. It can't otherwise fix low disk space. Be very careful when cannibalizing other partitions, or you will find yourself reinstalling Windows.

If you want to get a bigger hard disk, then it is not a partition manager that you need, but a disk-imaging product to transfer the operating system and data. Or if you have the place for it, get a second hard disk and move your data out of the system drive.

link|improve this answer
feedback

After low-level formatting is complete, we have a disk with tracks and sectors--but nothing written on them. High-level formatting is the process of writing the file system structures on the disk that let the disk be used for storing programs and data. If you are using DOS, for example, the DOS FORMAT command performs this work, writing such structures as the master boot record and file allocation tables to the disk. High-level formatting is done after the hard disk has been partitioned, even if only one partition is to be used. See here for a full description of DOS structures, also used for Windows 3.x and Windows 9x systems.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown