Results 1 to 4 of 4
Hey guys i want to know is there any software in windows for creating complete image of hard disk containing Linux(other than WinImage). I want exact copy of hard drive ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 5
Complete Hard Disk Image
Hey guys i want to know is there any software in windows for creating complete image of hard disk containing Linux(other than WinImage). I want exact copy of hard drive no loss of data.
Please help...
- 07-26-2010 #2Just Joined!
- Join Date
- Aug 2009
- Location
- Wil, Switzerland
- Posts
- 10
Pretty easy to do with dd. Assuming the partition you want to copy is /dev/sda1:
Make sure /dev/sda1 is not mounted.Code:dd if=/dev/sda1 of=/some/location/sda1_backup.img
- 07-26-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 5
Hey guys i dont want to mount my partitions.. Moreover there are 4-5 partitions,therefore i need a solution which clones complete hard disk just like winimage.And the software should be a windows based software..
- 07-26-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733


Reply With Quote

