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 ...
- 01-10-2010 #1Linux Newbie
- Join Date
- Dec 2009
- Posts
- 103
[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
- 01-10-2010 #2
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
- 01-10-2010 #3forum.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.
- 01-10-2010 #4Linux 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
- 01-10-2010 #5Linux 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!


