bad said:
I've been given someone's 'work' laptop to save. The cure is a new (and
bigger) hard drive. The present setup is barely reliable enough to make
some isos of installed partitions (already done) and w7 was/is on
primary #1. It's still bootable.
I want to move it to a larger and this time #2 primary partition on a
new disk in the same machine. Can I do this with basic tools like dd or
am i looking at a fresh install? No major issue with w7, but in that
case I'd like to "transpose" all the look & feel as well as installed
applications.
thanks
If the internal laptop drive is healthy enough, to survive the transfer,
you can install the new 2.5" drive in a 2.5" USB enclosure, and just
"dd" the data over as you see fit. ("dd" implies to me, you're a Linux user)
Don't write to the C: partition from Linux, unless you want a rude surprise.
Don't "clean up a few files" while you can see C: in your favorite Linux.
The VSScache area is sensitive, and Linux can "see" the files in there,
when Windows gives access denied and one Windows utility won't even
display file information for them. They're not real files. I'm not yet
fully comfortable messing with Win7 C:, without damaging it. I've had an
unbootable Win7 twice now, while fooling around like that.
"dd" method, on the other hand, is safe, because it's read only, and doesn't
require you to mount anything in Linux. There is no state change to the source,
if using "dd". The only danger, is if you have one of those LiveCDs that
leaves "footprints" on the file systems it sees (I think something WUBI
related, may have done that). I've had at least one older LiveCD, where during
the boot process, the LiveCD "scans" the file systems it finds, for a
copy of the boot CD! And I think I've found some things written in C: on
one occasion. So if you look at the 500+ distros of Linux, I'm sure
you can find an unhygienic practice if you look for it.
Knoppix 5.3.1 had a good approach (the DVD version). It used to mount
partitions read-only by default, and that gave me a very warm feeling.
That's "good defensive computing", in terms of how to handle someone
else's file system. You could easily change over to read/write with
a click, so you weren't prevented from doing things. It just implied
the designer (Klaus) had a head on his shoulders. The "read/write
clowns" could learn something from that.
*******
Disk Management (type diskmgmt.msc in the start box) in Windows 7, has
shrink and extend partition options. If C: happened to be the last
partition on the volume, your "dd" operation would look like this. My
laptop was originally set up this way, so this would work for my Acer.
Partitions are not drawn to scale.
+---+--------------------+-----------------+--------+
|MBR|15GB_hidden_recovery| SYSTEM_RESERVED | C: |
+---+--------------------+-----------------+--------+
dd to new disk. Remove old disk, install new disk. Boot.
Now, there is space down at the end. The disk signature and volumeid on each
partition, are the same as before.
+---+--------------------+-----------------+--------+ - - - - - - - - +
|MBR|15GB_hidden_recovery| SYSTEM_RESERVED | C: | Unallocated |
+---+--------------------+-----------------+--------+ - - - - - - - - +
Now use Disk Management "Extend" on partition C:. The Windows built-in
Extend, extends to the right. You can't "pull on" the left hand edge
of C: and pull it to the left, to take advantage of a "hole". But
in my contrived example, the built-in Extend can do it. This is the result.
+---+--------------------+-----------------+--------------------------+
|MBR|15GB_hidden_recovery| SYSTEM_RESERVED | C: |
+---+--------------------+-----------------+--------------------------+
Many free partition utilities or even the Acronis TIH available for
download for free on Seagate.com and westerndigital.com, also allow
many copy options. The Seagate web page also includes a manual, so
you can see all the Acronis options.
If the drive is SATA, you also have the option of easily slaving the
2.5" drive to your desktop. If the drive is IDE, you'll need a
44 pin (2mm) to 40 pin (0.1") connector adapter, so you can't immediately
connect an older 2.5" IDE to your desktop without buying something.
You've got plenty of options. And with a little luck, the new drive
will boot (/sarcasm).
The Windows recovery console disc (the one you burn from the laptop,
when you first get it), has a startup repair option. Of the two
failures to boot I've had, my record is 50% success with that.
So if you transferred to the new disk, and it wouldn't boot,
your options would be to do the transfer again, or to try to
repair it with that CD. A real installer DVD, will also boot
to this menu and offer the same options. And you can even download
a real installer DVD off the 'net, if you wanted a way to get here.
http://ts2.mm.bing.net/images/thumbnail.aspx?q=1361950287393&id=abcbf55ae69a97945b56df68374ccde2
Paul