• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I recombine two partitions from one hard drive?

I don't need PM for this. Its only a one time thing, not going to waste $50 on it 😉 I remembered I used DOS the last time I did it but forgot what was the order of the operations.
 
Copy all the data from drive D to drive C (assuming you only have the two partitions and one hard drive, adjust as needed). Then remove the D partition using FDISK or Partition Magic.

Of course that's only MOVING the data. If you had things INSTALLED to drive D, then you also will need to change all the references for shortcuts and Registry entries. And you must have as much free space on the C partition as the amount of data on the D partition, so that it fits. Using FDISK you will not be able to reclaim the space abandoned by the D partition either, as FDISK can't resize partitions.

The best is to use Partition Magic version 6. It has a MERGE function which will combine the drives, and also comes with DriveMapper, which would probably run after the merge automatically, but can be run separately after the merge. DriveMapper will search out all references to a drive letter that you specify (in this case D: ) and replace them with the new drive, C:, in the Registry and all shortcuts AND any .ini files and such.
 
I want to completely wipe both partitions, I have nothing important that I want to keep, I've burned them all already. So I want to delete both partitions, then put them together, then install my OS onto one complete partition.
 
Run FDISK.EXE from the DOS command line and choose "Delete partition" and then choose the partitions you want to zap.
 
Well that's easy, go to: Dos FDISK.. remove extended partition ..remove primary partition.. follow instructions for making a new one.
 
Back
Top