Results 1 to 6 of 6

Thread: Moving system data to new hard drive query

  1. #1
    Senior Member Brewster0101's Avatar
    Join Date
    Dec 2007
    Location
    UK
    Posts
    2,614
    Thanks
    45
    Thanked
    54 times in 44 posts
    • Brewster0101's system
      • Motherboard:
      • Asus m5a99x evo
      • CPU:
      • AMD FX 8350
      • Memory:
      • 8GB (2x4) Corsair Vengence DDR3 1600mghz
      • Storage:
      • Western Green 3TB + Samsung 850Evo 512MB SSD, + 2TB NAS
      • Graphics card(s):
      • MSI 280X
      • PSU:
      • Corsair AXi760
      • Case:
      • Corsair 650D
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • LG 27" 27EA63 IPS LED
      • Internet:
      • 120Mb Bt

    Moving system data to new hard drive query

    Small question.....

    Needs to move my contents of one drive to another including operating system without any problems. Need to upgrade size of hard drive but do not want to re-install anything.

    Cheers

  2. #2
    Senior Member
    Join Date
    Jan 2008
    Location
    Q2DM1
    Posts
    259
    Thanks
    7
    Thanked
    20 times in 20 posts
    • Viper81's system
      • Motherboard:
      • Asus P8Z77-V PRO
      • CPU:
      • Intel i5 3570K
      • Memory:
      • 16Gb Corsair XMS3 1600MHz
      • Storage:
      • Many
      • Graphics card(s):
      • Asus 1Gb 6950
      • PSU:
      • Corsair 650W
      • Case:
      • Antec P182
      • Operating System:
      • Win 7 x64
      • Monitor(s):
      • 25.5" HP W2558HC
      • Internet:
      • Tin Can and String

    Re: Moving system data to new hard drive query

    You forgot to ask the question but I'll hazzard a guess ..

    Something like Acronis True Image will do the job and is simple enough to use but isn't free, otherwise I'm sure someone can point you in the direction of a open-source alternative..

  3. #3
    Senior Member Brewster0101's Avatar
    Join Date
    Dec 2007
    Location
    UK
    Posts
    2,614
    Thanks
    45
    Thanked
    54 times in 44 posts
    • Brewster0101's system
      • Motherboard:
      • Asus m5a99x evo
      • CPU:
      • AMD FX 8350
      • Memory:
      • 8GB (2x4) Corsair Vengence DDR3 1600mghz
      • Storage:
      • Western Green 3TB + Samsung 850Evo 512MB SSD, + 2TB NAS
      • Graphics card(s):
      • MSI 280X
      • PSU:
      • Corsair AXi760
      • Case:
      • Corsair 650D
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • LG 27" 27EA63 IPS LED
      • Internet:
      • 120Mb Bt

    Re: Moving system data to new hard drive query

    Sorry - Question is...

    Can any one recommend a piece of software that can go an exact copy from one hard drive to the other including operating system so that it all works 100% on new hard drive. Not too keen on paying for software as I only need to go it once, but a small price would be ok.

    Cheers

  4. #4
    Senior Member
    Join Date
    Nov 2005
    Location
    Chester (ex-pat!)
    Posts
    543
    Thanks
    1
    Thanked
    56 times in 53 posts
    • TheReaFireblade's system
      • CPU:
      • Intel Core2Duo T9300 @ 2.50GHz
      • Memory:
      • 4GB Patriot Signature PC-5400 @ 667MHz
      • Storage:
      • 400GB (2x 200GB) in RAID 0
      • Graphics card(s):
      • Dual 512MB Nvidia 8800GTX in SLi + PCI Ageia PhysX Card
      • PSU:
      • 230W
      • Case:
      • Dell INspiron XPS M1730 Smoke Grey Magnesium Alloy Chassis
      • Monitor(s):
      • 17" UltraSharp WUXGA Widescreen TFT (1920 x 1200) + 24" FP241WZ
      • Internet:
      • (Up to) 24Mb ADSL (Be Unlimited)

    Lightbulb Re: Moving system data to new hard drive query

    The likes of Norton Ghost and Acronis True Image are the usual suggestions, due to the features they offer.
    But the FREE Edition of HD Clone is an alternative solution

  5. Received thanks from:

    mightymouse (02-06-2008)

  6. #5
    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: Moving system data to new hard drive query

    A live linux CD and the dd command.

    You need a little bit of Linux knowledge but

    Connect the source and target drives to the computer

    Boot off the CD (I use Knoppix for this)

    Identify the source and taget drives - if they are connected to the primary and secondary channels of an IDE interface, they will be hda and hdb. If they are SATA drives, they will probably be sd* where x is a drive letter - probably a and b.

    Make sure you have identified them correctly!!!!

    Open a terminal window as root (with the # prompt)

    type the following command

    dd if=dev/hda of=/dev/hdb

    (if means input file - in Linux, everything is a file! - of means output file)

    Go and have (several) cups of coffee - depending on how big the drive is. Do not get teh order the wrong way round!

    You can also use the dd command to erase a disk

    dd if=/dev/zero of=/dev/hda (for example) This will write zeros to every location on hda.

    For a full explanation of the dd command, google man dd - but you don't need all the options or capabilities for these jobs.

    (dd only writes to 'visible' areas of the disk - it won't write to host protected areas for example)
    (\__/)
    (='.'=)
    (")_(")

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

  7. #6
    Senior Member Brewster0101's Avatar
    Join Date
    Dec 2007
    Location
    UK
    Posts
    2,614
    Thanks
    45
    Thanked
    54 times in 44 posts
    • Brewster0101's system
      • Motherboard:
      • Asus m5a99x evo
      • CPU:
      • AMD FX 8350
      • Memory:
      • 8GB (2x4) Corsair Vengence DDR3 1600mghz
      • Storage:
      • Western Green 3TB + Samsung 850Evo 512MB SSD, + 2TB NAS
      • Graphics card(s):
      • MSI 280X
      • PSU:
      • Corsair AXi760
      • Case:
      • Corsair 650D
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • LG 27" 27EA63 IPS LED
      • Internet:
      • 120Mb Bt

    Re: Moving system data to new hard drive query

    Quote Originally Posted by TheReaFireblade View Post
    The likes of Norton Ghost and Acronis True Image are the usual suggestions, due to the features they offer.
    But the FREE Edition of HD Clone is an alternative solution
    HD clone seems very much what I need and for free... Awesome.. Cheers

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. hard drive becomes fixed?
    By Totem in forum Help! Quick Relief From Tech Headaches
    Replies: 5
    Last Post: 14-03-2008, 08:26 AM
  2. Possible hard drive problem... or maybe it's windows update?
    By McClane in forum Help! Quick Relief From Tech Headaches
    Replies: 4
    Last Post: 21-04-2007, 06:13 PM
  3. Replacing HDD on Dell Dimension & doing a Drive Image-Not Working?
    By X10 in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 07-08-2006, 06:18 PM
  4. hard drive
    By lodore in forum PC Hardware and Components
    Replies: 6
    Last Post: 12-03-2006, 02:20 PM
  5. hard drive problems.
    By saintdragon in forum Help! Quick Relief From Tech Headaches
    Replies: 3
    Last Post: 23-01-2006, 07:16 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
  •