Results 1 to 8 of 8

Thread: How do I clone my laptop hard drive?

  1. #1
    Banned
    Join Date
    Sep 2004
    Location
    Leeds, London
    Posts
    1,478
    Thanks
    0
    Thanked
    0 times in 0 posts

    How do I clone my laptop hard drive?

    I have 40gb HDD in my laptop. It has a genuine (Dell) Windows installation but it doesn't come with the Windows CD.

    However, I am planning to upgrade it to a 7200rpm 80gb drive.

    Since I was preserve my original Windows / licence etc, how do I move all of it onto the 80gb drive?

    I can't set the 80gb drive up as a slave as there is no second IDE connector....

    I have Acronis True Image and a CD writer on the laptop drive if that helps?

  2. #2
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    629
    Thanked
    962 times in 813 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    I used one of the Acronis disk tools and hooked the new drive to a USB enclosure and it all work perfectly. It required a re-boot and the copy took place before the shell started. Simple. Mich easier than i thought it would be.

  3. #3
    Banned
    Join Date
    Sep 2004
    Location
    Leeds, London
    Posts
    1,478
    Thanks
    0
    Thanked
    0 times in 0 posts
    What if I don't have a 2.5" USB enclosure?

    I suppose I could use a 3.5" HDD to clone to that, but then I have the problem of cloning it back onto a 2.5" HDD, unless you're saying its possible to boot from a 3.5" USB drive?

  4. #4
    Senior Member chrestomanci's Avatar
    Join Date
    Sep 2004
    Location
    Reading
    Posts
    1,614
    Thanks
    94
    Thanked
    96 times in 80 posts
    • chrestomanci's system
      • Motherboard:
      • Asus AMD AM4 Ryzen PRIME B350M
      • CPU:
      • AMD Ryzen 1600 @ stock clocks
      • Memory:
      • 16Gb DDR4 2666MHz
      • Storage:
      • 250Gb Samsung 960 Evo M.2 + 3Tb Western Digital Red
      • Graphics card(s):
      • Basic AMD GPU (OSS linux drivers)
      • PSU:
      • Novatech 500W
      • Case:
      • Silverstone Sugo SG02
      • Operating System:
      • Linux - Latest Xubuntu
      • Monitor(s):
      • BenQ 24" LCD (Thanks: DDY)
      • Internet:
      • Zen FTTC
    I have done something similar, though it was on a desktop system.

    You need: A knoppix disc and suficent familiarity with linux to use it (or a knowlegable friend who can help you), a USB hard drive or network share with 40Gb free space, a borrowed windows install disc.

    Boot your laptop from the knoppix disc.

    Bring up a command shell as root.

    Using the dd command make a copy of the entire partion to your USB drive or network share. Something like:
    Code:
    dd if=/dev/hda1 of=/mnt/sda1/hard_drive_copy
    Where hda1 is the boot partion on your laptop hard drive, and /mnt/sda1 is where your USB drive is mounted. You need to be very carefull to get the command right as if you get the if and of the wrong way round you will trash all your data.

    Also use the cfdisk command to look at your partion table, and note down the exact size of that partion, down to the nearest byte.
    Code:
    cfdisk /dev/hda
    Once all the data has been copied (it will take at least 10 minutes), shut down your system, install the new drive, and reboot into knoppix again.

    Using cfdisk, create a root partion on the new drive that is exactly the same size as the one on the old one. You can partion the rest of the space any way you like, or leave it as unused untill later.

    Then using the dd command, copy the data back.
    Code:
    dd if=/mnt/sda1/hard_drive_copy of=/dev/hda1
    Once it has finsihed copying, shutdown and remove the knoppix disc, and attempt to reboot from the new hard drive. If it works, then you should find that everything works. You can use the windows adminastrative tools to create and format a partion on the second half of the laptop drive.

    If the system does not boot, it is because the boot block on the new hard drive is not setup. You can fix this using the the borrowed windows install disc. You just boot from that, select 'repair' and it should fix it for you.

    Alternatively, it is possible under linux to take a copy of the boot block, which can be restored to the new drive, but I don't know how.
    Last edited by chrestomanci; 01-11-2005 at 06:48 PM.

  5. #5
    radix lecti dave87's Avatar
    Join Date
    Sep 2005
    Location
    England
    Posts
    12,806
    Thanks
    657
    Thanked
    931 times in 634 posts
    • dave87's system
      • Motherboard:
      • Asus
      • CPU:
      • i5 3470k under Corsair H80 WC
      • Memory:
      • 8gb DDR3
      • Storage:
      • 240gb SSD + 120gb SSD
      • Graphics card(s):
      • Asus HD7950
      • PSU:
      • XFX 600w Modular
      • Case:
      • Lian Li PC-A05FNB + Acoustipack
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 2x Dell S2309W (1920x1080)
      • Internet:
      • BT Infinity Option 2
    Use ghost to create an image. Then apply it to your new hdd, as it will resize it and adjust windows volume information etc, that the other doesn't seem to do. Ghost also compresses it, so a fully filled 40gb hdd wont take up 40gb. If you get what I mean.

    Dave

  6. #6
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    629
    Thanked
    962 times in 813 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    Quote Originally Posted by davidstone28
    What if I don't have a 2.5" USB enclosure?

    I suppose I could use a 3.5" HDD to clone to that, but then I have the problem of cloning it back onto a 2.5" HDD, unless you're saying its possible to boot from a 3.5" USB drive?
    if you have a 3.5" drive enclosure you could get yourself a 2.5" to 3.5" adapter cable/board. Should only be a few £, Maplin have them (if you have a maplin near by) or a local computer/component shop probably would too. Unless you are in a hurry you could get a 2.5" enclosure off eBay for about a tenner too.

  7. #7
    Homestarr Mod
    Join Date
    Jul 2003
    Posts
    3,863
    Thanks
    17
    Thanked
    30 times in 27 posts
    i use a windows based program to dupliacte hardrives, just to click and your done, very fast. it works 100% (i dont know how) but check it out well worth the asking price and never let me down: Casper Xp

    http://www.fssdev.com/

  8. #8
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    I have used Caspar - excellent program!
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dell Latitude X1 Review!
    By dawson in forum Reader Reviews
    Replies: 2
    Last Post: 01-11-2005, 02:12 PM
  2. Making use of my old hard drive
    By car7er in forum PC Hardware and Components
    Replies: 2
    Last Post: 25-09-2005, 09:28 AM
  3. A slave to my old hard drive
    By mr_anderson187 in forum PC Hardware and Components
    Replies: 7
    Last Post: 11-02-2004, 07:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •