My 2 cents on backup under Windows XP (same applies to Vista & 7)
win32diskimager-RELEASE-0.3-r27 created backup file 1,957,616,640 bytes (wrong!)
while dd (www chrysocome net/dd - I cannot post link, not enough posts yet) made 1,958,739,968 bytes (right!)
To use DD run:
dd --list
===============================
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <
[email protected]>
This program is covered by terms of the GPL Version 2.
Win32 Available Volume Information
\\.\Volume{9f722258-b624-11e0-b495-001ec9362694}\
link to \\?\Device\Harddisk1\DP(1)0-0+10
removeable media
Mounted on \\.\e:
\\.\Volume{9f722259-b624-11e0-b495-001ec9362694}\
link to \\?\Device\Harddisk2\DP(1)0-0+12
removeable media
Mounted on \\.\f:
NT Block Device Objects
...
\\?\Device\Harddisk1\Partition0
link to \\?\Device\Harddisk1\DR15
Removable media other than floppy. Block size = 512
size is 1958739968 bytes
\\?\Device\Harddisk1\Partition1
link to \\?\Device\Harddisk1\DP(1)0-0+10
Removable media other than floppy. Block size = 512
size is 79675392 bytes
\\?\Device\Harddisk2\Partition0
link to \\?\Device\Harddisk2\DR17
\\?\Device\Harddisk2\Partition1
link to \\?\Device\Harddisk2\DP(1)0-0+12
===============================
Find NT Block Device Objects with size is 1958739968 bytes
And back it up:
dd if=\\?\Device\Harddisk1\Partition0 of=c:\nook.img bs=1M --size --progress