by Mitch Tulloch
Windows

Shrinking a volume using diskpart

July 10, 2008, 04:09 PM — 

The Diskpart command in Vista now lets you shrink a volume by using the Shrink subcommand, see here for details. This can be useful if you have only one hard disk and a C: drive that fills the disk, and you want to make room on your disk to create a second volume for storing data or some other purpose. Unfortunately system files that have fixed locations like the paging file and system restore points can prevent you from shrinking your C: drive by much.

The workaround is to disable System Protection (i.e. disable automatic creation of System Restore points) and specify no paging file, and then shrink your volume. For example, I had Vista installed on a 64 GB volume and did the following in order:

diskpart
select disk 0
select volume 1
shrink

This reduced my C: drive from 60 to 45 GB.

I then disabled System Protection and specified no paging file, rebooted, and ran the above commands again. The result was I could take another 10 GB off my C: drive to bring it down to 35 GB at which point the volume is about 75% full.

A few caveats though before you try this on your computer:

1. If you disable System Protection, you won't be able to go back to a previous restore point if something goes wrong with your system, so it's a good idea to re-enable System Protection after you've shrunk your volume.

2. If you shrink your volume too much, you may run into problems since Vista saves old versions of system binaries in the WinSXS folder and this folder can grow quite large in size.

3. If you want to expand your volume afterwards, you can use the Expand subcommand of Diskpart to do this, but if you want to keep your disk a basic (rather than dynamic) disk you can only extend your C: drive to contiguous (adjacent) space on the disk.

I like it!
Free books

Build your tech library with our book giveaways.

Windows PowerShell 2.0 Unleashed
By Tyson Kopczynski, Pete Handley, Marco Shaw; Published by Sams

Windows PowerShell Unleashed will not only give you deep mastery over PowerShell but also a greater understanding of the features being introduced in PowerShell 2.0–and show you how to use it to solve your challenges in your production environment. Enter now!

 

Ubuntu Server Administration
By Michael Jang; Published by McGraw-Hill Osborne Media

Realize a dynamic, stable, and secure Ubuntu Server environment with expert guidance, tips, and techniques from a Linux professional. Ubuntu Server Administration covers every facet of system management -- from users and file systems to performance tuning and troubleshooting. Enter now!

Featured Sponsor

AISO founders envisioned a Web hosting company that was environmentally friendly. While the company employed energy-efficient innovations like solar panels, its infrastructure produced unacceptable power and cooling requirements. Find out how AISO leveraged AMD technology to overcome their challenge in this case study white paper.

In this whitepaper, Scalar explores the opportunity to change the landscape with respect to mission critical databases built around Oracle. Leveraging technologies such as Linux, high-end commodity processing power and Oracle RAC technology to architect, design, build and maintain database infrastructure that delivers maximum availability, reliability and performance at a fraction of traditional cost.

On a typical day, weather.com, the Web site for The Weather Channel in Atlanta, serves up between 15 million and 20 million page views. But in September 2004, when back-to-back hurricanes ransacked Florida, the peak traffic on one day more than tripled: over 70 million page views by more than 7 million unique visitors. Read the full success story now.

More Resources