Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WinXP - Logical Partition D on C

Status
Not open for further replies.

saw15

Technical User
Jan 24, 2001
468
US
I was given a laptop that had a logical partition d on the C Drive. I have removed the partition, but now want to reallocate the space from D back to C.

Can I do this with Disk Mgmt (won't let me)? If you can, please advise so I can attempt to do this.

Thanks in advance...

SW
 
You can't do this natively in Windows to my knowledge. You need a 3rd party partition manager. Powerquest Partition Magic and Acronis PartitionExpert are two well known pay programs.

For free products you could also try Ranish Partition Manageror Zeleps Partition Resizer

_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 
Thanks... that is what I thought. I typically used partition magic, but thought by now there might be someway to do this within windows itself.
 
You can do partition extensions with Diskpart natively. The only problem is that you are trying to do this when C is the boot volume.

extend [size=n][noerr]

Use the extend command to cause the current in-focus volume to be extended into contiguous unallocated space. The unallocated space must follow (it must be of higher sector offset than) the in-focus partition. The intended use of this command is to grow an existing basic data partition into newly created space on an extended hardware Raid logical unit number (LUN).

If the partition had been previously formatted with the NTFS file system, the file system is automatically extended to occupy the larger partition, and data loss does not occur. If the partition had been previously formatted with any file system format other than NTFS, the command is unsuccessful and does not change the partition.

Diskpart blocks the extension of only the current system or boot partition.

 
Just out of interest, was that partition D: created by the previous user, or the OEM manufacturer, and if OEM, do you have a Recovery CD, or was the partition holding your recovery files, as is sometimes the case with laptops?

New, Free, Graphical Partitioning Tool

BootIt NG

"Laptop Setup Secrets"

Wiping Out Special "Recovery" Partitions, Pt. 1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top