Anyone know of a good usable free partition editor for Windows? I just need to add an unused partition to my system partition.
feedback
|
migrated from stackoverflow.com Aug 11 '09 at 16:36
This question came from our site for professional and enthusiast programmers.
|
Try GParted. It's a free open source ISO image. But you have to boot into it. Get it from http://gparted.sourceforge.net/ | |||||
feedback
|
|
Have you tried running | |||||||
feedback
|
|
this is a nice free (for personal) tool EASEUS Partition Manager | |||||
feedback
|
|
Mhmrrf... since you were obviously asking for a way of manipulating partitions pro-gram-ma-ti-cal-ly (magic word here in SO to keep a question open), I would just want to add to the previous "valid" answers: diskpart: it allows partition manipulation through scripts, with its own CLI (command Line Interface). Available with Vista. For instance, extend a partition:
| |||
|
feedback
|