0

In the process of helping a friend with a task, we have run into a little snag.

They are using Windows 7 SP1, which came pre-installed by the system's manufacturer. They have never had any other operating systems installed on their computer.

According to Windows 7's Disk Management, their hard drive has 3 partitions:

  1. The first is about 2GB and is listed as "Active, Recovery Partition". That makes sense, as it's likely the recovery partition from the system's manufacturer. No file system is listed for that partition.

  2. The next partition is about 10GB and is listed just as "Primary Partition". No file system is listed for that partition.

  3. The final partition is listed as "Boot, Page File, Crash Dump, Primary Partition". The file system is listed as NTFS. This is obviously their Windows 7 partition.

How does one figure out what is the purpose of that 10GB partition?

2 Answers2

1

2GB seems pretty small for a recovery partition. We're talking about Windows here, which comes on a 4GB DVD (or two). 10GB is a more likely size for a recovery partition, especially if it contains pre-installed apps (or crapwear) from the manufacturer.

Best guess is that the 2GB partition may be some sort of stripped-down recovery OS, and the 10GB partition contains the data to be restored (the factory image). I'm basing this unscientifically off this forum post about a Dell computer.

1

It's possible that it's a diagnostic utility of some sort that the manufacturer put on the hard drive as a convenience. Another possibility is that it is used as an addition to the system restore partition for extras such as drivers or junkware that the manufacturer wants to have pre-installed when you restore the OS.

Since it's an unknown partition, you can attempt to boot a Linux LiveCD and have gparted see if it can tell what type of partition it is. If not, Clonezilla has an option to do byte-for-byte clones that can ensure that it will remain intact should you wish to restore the disk to its original state. I added that since you posted a question about cloning just a short while ago.

Blerg
  • 1,290