Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I have a HD failing, and need to clone it to a different HD. It has GRUB on it, and it is part of a dual boot system. Any ...
  1. #1
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103

    Question [SOLVED] looking for something to clone a disk, MBR and all...

    Hi,

    I have a HD failing, and need to clone it to a different HD. It has GRUB on it, and it is part of a dual boot system. Any suggestions for a tool for this?

    Thanks,
    Dave

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You can use Clonezilla or PartImage. I am using PartImage for last 3 years and never faced any problem with it.
    PartImage creates compressed, bootable .iso image and you can restore that image easily. Its available in PartedMagic LiveCD.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,093
    I used a Linux version of Acronis True Image that runs from a liveCD for cloning drives, but Clonezilla should also work. Have you tried either of them?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    241
    dd
    or if you get too many reading errors ddrescue

    You can create a file with that which you can mount.
    Or you can simly clone.

    an example:
    dd if=/dev/sda of=sdabackup.img
    or:
    dd if=/dev/sda1 of=sda_part1.img
    or the MBR:
    dd if=/dev/sda bs=512 count=1 of=sda.mbr.img

  5. #5
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    Wow... Thanks to all for the info... I have been using Clonezill for a few years now, but have not needed to clone a disk MBR and all...

    Anyway, thanks again to all...

    PS: I have MRTG up and running now!!! Yippie!

Posting Permissions

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