dd for windows
posted on 2009-11-23 23:08:28+08:00 by david
http://www.chrysocome.net/dd
E:\>dd --list rawwrite dd for windows version 0.5. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details Win32 Available Volume Information \\.\Volume{ab8f5a50-d757-11de-8c1b-806d6172696f}\ link to \\?\Device\HarddiskVolume1 fixed media Mounted on \\.\c: \\.\Volume{ab8f5a51-d757-11de-8c1b-806d6172696f}\ link to \\?\Device\HarddiskVolume3 fixed media Mounted on \\.\d: \\.\Volume{ab8f5a52-d757-11de-8c1b-806d6172696f}\ link to \\?\Device\HarddiskVolume4 fixed media Mounted on \\.\e: \\.\Volume{64acdc22-d831-11de-8c23-08002700405e}\ link to \\?\Device\Harddisk1\DP(1)0-0+10 removeable media Mounted on \\.\f: NT Block Device Objects \\?\Device\Harddisk0\Partition0 link to \\?\Device\Harddisk0\DR0 Fixed hard disk media. Block size = 512 size is 40007761920 bytes \\?\Device\Harddisk0\Partition1 link to \\?\Device\HarddiskVolume1 \\?\Device\Harddisk0\Partition2 link to \\?\Device\HarddiskVolume2 Fixed hard disk media. Block size = 512 size is 10001940480 bytes \\?\Device\Harddisk0\Partition3 link to \\?\Device\HarddiskVolume3 \\?\Device\Harddisk0\Partition4 link to \\?\Device\HarddiskVolume4 \\?\Device\Harddisk1\Partition0 link to \\?\Device\Harddisk1\DR15 Removable media other than floppy. Block size = 512 size is 1999633920 bytes \\?\Device\Harddisk1\Partition1 link to \\?\Device\Harddisk1\DP(1)0-0+10 Removable media other than floppy. Block size = 512 size is 1999601664 bytes Virtual input devices /dev/zero (null data) /dev/random (pseudo-random data) - (standard input) Virtual output devices - (standard output) E:\>dd if=8.0-RELEASE-i386-memstick.img of=\\?\Device\Harddisk1\Partition0 bs=10240 --progress rawwrite dd for windows version 0.5. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details 923,207,680 90157+0 records in 90157+0 records out E:\>dd --help rawwrite dd for windows version 0.5. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details dd [bs=SIZE] [count=BLOCKS] [if=FILE] [of=FILE] [seek=BLOCKS] [skip=BLOCKS] [--s ize] [--list] [--progress] SIZE and BLOCKS may have one of the following suffix: k = 1024 M = 1048576 G = 1073741824 default block size (bs) is 512 bytes skip specifies the starting offset of the input file (if) seek specifies the starting offset of the output file (of) E:\>

