Page 1 of 2 12 LastLast
Results 1 to 16 of 21

Thread: Disk cloning tool

  1. #1
    Senior Member
    Join Date
    Aug 2005
    Location
    scotland
    Posts
    639
    Thanks
    5
    Thanked
    37 times in 34 posts

    Disk cloning tool

    What's the best free disk cloning tool to use?

    I want to replace the hard drive in my laptop with a bigger capacity one so ideally I'd like to pop the new drive in a USB caddy, plug it in, run a disk clone (there are 3 partitions on the current disk) and magically get all 3 partitions created on the new drive. When the cloning process is complete I want to remove my current hard drive, insert new hard drive, switch on laptop and everything is there and working just as before - is this possible for free?

    OS is windows 7 64 bit incase that is important.
    Last edited by killie99; 14-04-2011 at 10:49 AM. Reason: added OS type

  2. #2
    Senior Member
    Join Date
    Aug 2008
    Posts
    492
    Thanks
    8
    Thanked
    106 times in 80 posts

    Re: Disk cloning tool

    Owners of Seagate and Western Digital HDDs can download and use free cut-down versions of Acronis True Image (called Seagate DiscWizard and Acronis TI WD Edition) from their respective websites.

    Or you could go with Macrium Reflect Free, which has always worked well for me, or Clonezilla if you're not bothered by the lack of a fancy GUI.

  3. Received thanks from:

    killie99 (14-04-2011)

  4. #3
    Senior Member
    Join Date
    Aug 2005
    Location
    scotland
    Posts
    639
    Thanks
    5
    Thanked
    37 times in 34 posts

    Re: Disk cloning tool

    I came across Easeus Disk Copy while googling, and it appears to do what I want. It's currently running and will complete in 3h 35m , gulp! 80GB copied, 218GB still to go ....

  5. #4
    <<== UT3 Player spoon_'s Avatar
    Join Date
    Nov 2008
    Location
    London
    Posts
    2,071
    Thanks
    113
    Thanked
    139 times in 131 posts

    Re: Disk cloning tool

    If you're able to prepare the hard drive beforehand, ImageX is good.

  6. #5
    Senior Member
    Join Date
    May 2007
    Location
    Cheshire
    Posts
    329
    Thanks
    16
    Thanked
    41 times in 25 posts
    • chadders's system
      • CPU:
      • Sony Vaio VGN-AW11Z/B
      • Operating System:
      • Windows 7 x64
      • Monitor(s):
      • Samsung 226BW + Belinea 17" lcd
      • Internet:
      • Be Pro - 14000/1200 (down/up kps)

    Re: Disk cloning tool

    For a simple HDD replace can't you use built in Windows 7 image/restore?

  7. #6
    Senior Member
    Join Date
    Aug 2005
    Location
    scotland
    Posts
    639
    Thanks
    5
    Thanked
    37 times in 34 posts

    Re: Disk cloning tool

    Quote Originally Posted by chadders View Post
    For a simple HDD replace can't you use built in Windows 7 image/restore?
    does that do multiple partitions? I was under the impresion it didn't.

    Just had a quick read up on the Win 7 tool. Looks like it creates a compressed image that you can then restore rather than being able to just stick the cloned disk into your system.

  8. #7
    . bledd's Avatar
    Join Date
    Jul 2003
    Posts
    1,886
    Thanks
    22
    Thanked
    135 times in 85 posts

    Re: Disk cloning tool


  9. #8
    OilSheikh
    Guest

    Re: Disk cloning tool

    I also suggest using Macrium Reflect.

    Macrium will take a snapshot of your full hard drive and create an image file that you can store on another drive.

    Then, pop your new HDD in and use the Macrium Rescue CD to point to the image file.

    Any extra space resulting from your bigger HDD will need to be reclaimed as a separate partition from Windows Administrative tools.

  10. #9
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Disk cloning tool

    It's not the fastest way as it copies at the block level i.e. copies the lot, even empty space, but dd is a simple way to do it. Given sda is old HDD, and sdb is new one:
    Code:
    dd if=/dev/sda of=/dev/sdb bs=1M
    You can do this from a LiveCD, just be very sure you know which drive is which, you can use fdisk -l to list partitions currently on any connected drives. Reversing the order will clone the blank drive to the old one, overwriting anything on it. But you have backups anyway, right?
    After cloning, you will have a big chunk of empty space so you can either create another partition or expand an existing one with something like GParted. You can expand any partitions but you're more likely to have problems with any but the last partition on the drive and expanding any before that would involve moving other partitions, plus moving partitions is slow.

  11. #10
    Senior Member
    Join Date
    Jan 2007
    Location
    Sheffield
    Posts
    842
    Thanks
    35
    Thanked
    24 times in 24 posts
    • mightymouse's system
      • Motherboard:
      • Asus Striker Extreme
      • CPU:
      • Intel Core2Duo Q6600
      • Memory:
      • 2 x 1GB Corsair Dominator PC8500
      • Storage:
      • 2 x 500GB Samsung T166 RAID0, 1 x 500GB Western Digital
      • Graphics card(s):
      • XFX GeForce 8800 GT OC 512MB
      • PSU:
      • Enermax Galaxy 1000W
      • Case:
      • CM Stacker 830 - nVidia
      • Monitor(s):
      • LG 22"
      • Internet:
      • O2 Internet

    Re: Disk cloning tool

    i did mine exactly the same scenario with w7 backup/restore. works fine but make sure you defrag after cuz it was sluggish on mine

  12. #11
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Disk cloning tool

    What did you use?

  13. #12
    . bledd's Avatar
    Join Date
    Jul 2003
    Posts
    1,886
    Thanks
    22
    Thanked
    135 times in 85 posts

    Re: Disk cloning tool

    Quote Originally Posted by OilSheikh View Post
    Any extra space resulting from your bigger HDD will need to be reclaimed as a separate partition from Windows Administrative tools.
    You can use Disk Management in Windows to expand the current partition to use that space too mind

  14. #13
    OilSheikh
    Guest

    Re: Disk cloning tool

    Quote Originally Posted by bledd View Post
    You can use Disk Management in Windows to expand the current partition to use that space too mind
    How do you do that bledd ?

  15. #14
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,722
    Thanks
    1,763
    Thanked
    996 times in 763 posts

    Re: Disk cloning tool

    Quote Originally Posted by OilSheikh View Post
    How do you do that bledd ?
    Start > Control Panel > Adminstrative Tools > Computer Management > Disk Management(under storage).

    Then just right click on the free space, it should say unallocated or something like that, and format the partition which will add a drive letter at the same time.
    Jon

  16. #15
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Disk cloning tool

    I think he means how do you expand a partition. Go to Disk Management, right click on the last partition and click Extend Volume. You might not be able to do it on a mounted partition and almost certainly not on C:. As I think I said earlier, extending a partition other than the last one isn't recommended (or possible on Windows IIRC).

  17. Received thanks from:


  18. #16
    Member
    Join Date
    Jun 2010
    Posts
    166
    Thanks
    20
    Thanked
    6 times in 6 posts

    Re: Disk cloning tool

    CloneZilla's always worked for me!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Order Config - disk partitioning & Acronis True Image
    By DarkStar_GT in forum SCAN 3XS Systems Support
    Replies: 4
    Last Post: 17-11-2009, 11:58 AM
  2. Disk Clone question - Please help a noob
    By flub in forum PC Hardware and Components
    Replies: 5
    Last Post: 21-03-2009, 04:15 PM
  3. best disk cloning software?
    By DsW in forum Software
    Replies: 30
    Last Post: 02-07-2008, 09:01 PM
  4. "CRITICAL: Current disk space consumption has reached a critical limit."
    By Mike Fishcake in forum Help! Quick Relief From Tech Headaches
    Replies: 5
    Last Post: 17-10-2007, 10:31 PM
  5. Replies: 9
    Last Post: 31-10-2005, 01:30 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
  •