The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Cloning the HDD

    Discussion in 'Windows OS and Software' started by Razor2, Dec 25, 2009.

  1. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    Is there any way to clone the complete HDD (all partitions) to a new larger one? Is it possible to clone the Media Direct 3 partition?
     
  2. taj619

    taj619 Notebook Consultant

    Reputations:
    6
    Messages:
    150
    Likes Received:
    0
    Trophy Points:
    30
    well u can do that using acronis
     
  3. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    I have found that Acronis does nto always properly clone Dell prepared disks, which is too bad since Acronis will close a disk to a larger drive and adjust the partition size's accordingly.

    What never fails me is clonezilla and then expanding the partition using either windows or some third party tool.
     
  4. User Retired 2

    User Retired 2 Notebook Nobel Laureate NBR Reviewer

    Reputations:
    4,127
    Messages:
    7,860
    Likes Received:
    10
    Trophy Points:
    0
    Can use Linux:

    Code:
    # Block-for-block copy from /dev/sda to /dev/sdb
    $ dd if=/dev/sda of=/dev/sdb bs=4k
    Since new HDD is bigger, it will just have unused space on the end of it which you can either use by extending the last partition created, or create further partitions.
     
  5. Hiker

    Hiker Notebook Deity

    Reputations:
    448
    Messages:
    1,715
    Likes Received:
    1
    Trophy Points:
    56
    I've used Seagate DiscWizard (free) which is a stripped down version of ATI and have successfully cloned two HDD's. Media Direct 3 should clone fine. I had an older version of Dell Media Direct with a hidden partition and needed to wiped it out before it cloned properly to the larger HDD.

    Default will adjust to the larger HDD accordingly but you can custom adjust the sizes of your partitions using Seagate or ATI.
     
  6. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    Thanks for the answers...WD had a version of ATI, it cloned the hdd flawlessly, but media direct seems to be somewhat broken.

    It works fine from vista, but can't boot.
     
  7. Hiker

    Hiker Notebook Deity

    Reputations:
    448
    Messages:
    1,715
    Likes Received:
    1
    Trophy Points:
    56
    I never used MD very much and just did away with it. You may want to read this article over.

    http://www.goodells.net/dellrestore/mediadirect.htm
     
  8. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    Already read it, but its not MD2, its MD3, which is not HPA based, so it seems to be cloned sucessfully, but when the button is pressed it tries to boot and crashes with "ntlrd error", after this the whole MBR is messed up...but can be saved, so Vista works.
     
  9. Hiker

    Hiker Notebook Deity

    Reputations:
    448
    Messages:
    1,715
    Likes Received:
    1
    Trophy Points:
    56