Results 1 to 6 of 6

Thread: Hard Drive Copying?

  1. #1
    Senior Member
    Join Date
    May 2007
    Location
    Cleethorpes
    Posts
    268
    Thanks
    13
    Thanked
    1 time in 1 post

    Question Hard Drive Copying?

    I've got 2 hard drives. One a WD 200gb that i've used for years. The other a recently purchased WD Raptor. Now I only use roughly 20gb of the 200GB and I want to primary boot from the Raptor and use the 200gb for storage.

    What I want to do is copy everything (CLONE) the 200GB HD onto the raptor. How do I do this? I heard Norton Ghost is a good program to use but I need a bit of help using it. Are there any other simpler programs that do this?

  2. #2
    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

    Re: Hard Drive Copying?

    This has cropped up a couple of times in the last week or so - simplest and cheapest way is to use the dd command from a linux live CD.

    dd if=/dev/source_drive of=/dev/destination_drive

    can't get much simpler than that! There are more details here:

    http://forums.hexus.net/help-technic...ml#post1284821 (The details are towards teh end of a discussion on raid arrays)
    Last edited by peterb; 09-12-2007 at 05:26 PM.
    (\__/)
    (='.'=)
    (")_(")

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

  3. #3
    Senior Member
    Join Date
    May 2007
    Location
    Cleethorpes
    Posts
    268
    Thanks
    13
    Thanked
    1 time in 1 post

    Re: Hard Drive Copying?

    I've got a ubuntu linux live cd. What do i do?

  4. #4
    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

    Re: Hard Drive Copying?

    install the destination drive (I'm assuming here that the source drive is the primary ide drive on the fist ide channel and the destination drive is a slave on the secondary ide channel)

    Boot to the live CD

    CHECK THE DRIVE DESIGNATIONS!! In the example I gave above, the source will be hda and the destination hdd (don't bother about the numbers - they refer to the partitions and you are cloning the drive - partitions and all.

    Open a terminal window (for command line)
    Type the following commands:

    su (changes you to root)

    dd if=/dev/hda of=/dev/hdd (obviously change hda and hdd to reflect your own set up)

    Go and have a cup of tea while it does it. When it has, re-install the destination drive as the master and reboot. Once you are happy it is OK, re-install the second drive as your secondary drive and partition as required.

    (Bit more info about cloning here http://forums.hexus.net/operating-sy...ml#post1277710)
    Last edited by peterb; 09-12-2007 at 05:43 PM.
    (\__/)
    (='.'=)
    (")_(")

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

  5. Received thanks from:

    Clarky (09-12-2007)

  6. #5
    Senior Member
    Join Date
    May 2007
    Location
    Cleethorpes
    Posts
    268
    Thanks
    13
    Thanked
    1 time in 1 post

    Re: Hard Drive Copying?

    Thanks for that.

  7. #6
    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

    Re: Hard Drive Copying?

    No problem - remember to check and double check the drive assignments - and the command line because it will do exactly what you type in - there are no software generated messages like "This will destroy all the data on disk xxx are you sure you want to do that?" or any other checks - it will just do as you ask - in this case a bit by bit copy from sector 0 (and every subsequent sector) of the source drive to the destination - until it runs out of sectors.
    (\__/)
    (='.'=)
    (")_(")

    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. What's the best laptop hard drive out of these - Seagate, Hitachi or WD?
    By ChristopherW in forum PC Hardware and Components
    Replies: 6
    Last Post: 07-12-2007, 02:26 AM
  2. How do I change my SATA hard drive letter from F: to C: ?
    By Kaizen in forum Help! Quick Relief From Tech Headaches
    Replies: 7
    Last Post: 26-07-2007, 09:19 PM
  3. Hard drive Problems.
    By Clstrphbc_donut in forum PC Hardware and Components
    Replies: 5
    Last Post: 27-07-2006, 04:50 PM
  4. Hard drive copying data question
    By koocha in forum Help! Quick Relief From Tech Headaches
    Replies: 11
    Last Post: 27-07-2006, 10:46 AM
  5. Looking for a Database Programmer
    By tillyoubreakit in forum Software
    Replies: 35
    Last Post: 25-04-2004, 05:00 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
  •