How do I image a 250GB hard drive featuring a Windows 7 install to a smaller 160GB hard drive

2

1

The total installation on the 250GB hard drive (will be) much, much less than 160GB.

I'm about to install Windows 7 to a 250GB 7.2k RPM because of the need to have a machine up and running today. In about a week, I will have to switch out this drive for a 160GB 10k RPM drive.

How can I go about doing the install and then the image and make this is painless as possible?

mindless.panda

Posted 2010-10-22T20:02:58.527

Reputation: 6 642

Answers

2

If the content used on the 250 is small enough create an new empty partition on the 250 using perhaps 100gb.(102400MB) Do that in win7 by going to My Computer, right click select Manage>Disk Management. Select C: and right click, shrink partition the amount of MB to shrink can be 102400 This should then give you a small enough installed OS partition to transfer to the new 160.

It is up to you and what you are comfortable with but I have used

http://clonezilla.org/

http://www.partimage.org which clonezilla uses.

http://gparted.sourceforge.net/livecd.php has some good tools as well.

All free stuff and you can transfer this new smaller partition to the new drive.

datatoo

Posted 2010-10-22T20:02:58.527

Reputation: 3 162

Thanks, I ended up using clonezilla and will be relying on that for future needs. Kudos for links to FOSS tools for the job. – mindless.panda – 2010-10-27T13:17:37.767

2

Here is what I would do: Take your 250GB drive and partition it into two equal parts, do your install onto partition 1, after the 160GB arrives go ahead and run your backup of partition 1 to partition 2 on the 250GB drive, install 160GB hard drive, then restore from partition 2 of the 250GB drive to the 160GB drive. Windows 7 install/backup utility should handle all of this for you.

N_Lindz

Posted 2010-10-22T20:02:58.527

Reputation: 557

Have to admit this is pretty simple – datatoo – 2010-10-22T21:11:15.283

What is the Windows 7 install/backup utility you mention? – mindless.panda – 2010-10-25T16:08:18.817

Sorry, just a name I pulled out of thin air for whatever Microsoft calls the Windows 7 installer and the Windows 7 recovery tool (toss your boot disk in and do some poking around in the options and you will see what I’m talking about). – N_Lindz – 2010-10-26T13:39:47.780

It seems pretty simple, but when actually trying to accomplish this via the Windows 7 tools, there ends up being quite an amount of problems/errors, none of which are very informative towards finding resolutions. End result is I would not recommend someone trying to do this via the Windows 7 tools. They've still got some work to do on them. In particular scenarios (and forum posts seem to agree) where the image is being restored to a different drive. – mindless.panda – 2010-10-27T13:15:08.503

1

I think GImageX from the WAIK can create .WIM images of a current partition, and write them to a bigger partition.

LawrenceC

Posted 2010-10-22T20:02:58.527

Reputation: 63 487

1Thanks, just to clarify, GImageX is a third party GUI for ImageX, which is a command line utility that's included in the WAIK. – mindless.panda – 2010-10-27T13:16:51.030

0

Many imaging tools don't copy the partition byte-by-byte to generate the image but rather grab each of the files and pack them together. This causes the tool to not create exact images, but it does allow for flexibility with regards to the media size.

Ignacio Vazquez-Abrams

Posted 2010-10-22T20:02:58.527

Reputation: 100 516

Why did this get downvoted? I use Casper for this sort of thing and it will resize partitions on the fly in what I assume is this sort of manner. – Shinrai – 2010-10-22T21:20:44.613

0

Backup Exec Syatem Recovery will do this easily. Did a similar image earlier this week. There is a demo at Backup Exec

Dave M

Posted 2010-10-22T20:02:58.527

Reputation: 12 811

0

There are a few paid tools (I use Casper, I think Acronis does it as well, probably others) that will let you clone partitions and will downsize (and upsize) them on the fly as much as free space allows. Completely effortless and foolproof. Most freeware I'm aware of requires a two step process - resize the partition, then clone.

Shinrai

Posted 2010-10-22T20:02:58.527

Reputation: 18 051