dd for windows

posted on 2009-11-23 23:08:28+08:00 by david
http://www.chrysocome.net/dd
  1. E:\>dd --list
  2. rawwrite dd for windows version 0.5.
  3. Written by John Newbigin <jn@it.swin.edu.au>
  4. This program is covered by the GPL. See copying.txt for details
  5. Win32 Available Volume Information
  6. \\.\Volume{ab8f5a50-d757-11de-8c1b-806d6172696f}\
  7. link to \\?\Device\HarddiskVolume1
  8. fixed media
  9. Mounted on \\.\c:
  10.  
  11. \\.\Volume{ab8f5a51-d757-11de-8c1b-806d6172696f}\
  12. link to \\?\Device\HarddiskVolume3
  13. fixed media
  14. Mounted on \\.\d:
  15.  
  16. \\.\Volume{ab8f5a52-d757-11de-8c1b-806d6172696f}\
  17. link to \\?\Device\HarddiskVolume4
  18. fixed media
  19. Mounted on \\.\e:
  20.  
  21. \\.\Volume{64acdc22-d831-11de-8c23-08002700405e}\
  22. link to \\?\Device\Harddisk1\DP(1)0-0+10
  23. removeable media
  24. Mounted on \\.\f:
  25.  
  26.  
  27. NT Block Device Objects
  28. \\?\Device\Harddisk0\Partition0
  29. link to \\?\Device\Harddisk0\DR0
  30. Fixed hard disk media. Block size = 512
  31. size is 40007761920 bytes
  32. \\?\Device\Harddisk0\Partition1
  33. link to \\?\Device\HarddiskVolume1
  34. \\?\Device\Harddisk0\Partition2
  35. link to \\?\Device\HarddiskVolume2
  36. Fixed hard disk media. Block size = 512
  37. size is 10001940480 bytes
  38. \\?\Device\Harddisk0\Partition3
  39. link to \\?\Device\HarddiskVolume3
  40. \\?\Device\Harddisk0\Partition4
  41. link to \\?\Device\HarddiskVolume4
  42. \\?\Device\Harddisk1\Partition0
  43. link to \\?\Device\Harddisk1\DR15
  44. Removable media other than floppy. Block size = 512
  45. size is 1999633920 bytes
  46. \\?\Device\Harddisk1\Partition1
  47. link to \\?\Device\Harddisk1\DP(1)0-0+10
  48. Removable media other than floppy. Block size = 512
  49. size is 1999601664 bytes
  50.  
  51. Virtual input devices
  52. /dev/zero (null data)
  53. /dev/random (pseudo-random data)
  54. - (standard input)
  55.  
  56. Virtual output devices
  57. - (standard output)
  58.  
  59. E:\>dd if=8.0-RELEASE-i386-memstick.img of=\\?\Device\Harddisk1\Partition0 bs=10240 --progress
  60. rawwrite dd for windows version 0.5.
  61. Written by John Newbigin <jn@it.swin.edu.au>
  62. This program is covered by the GPL. See copying.txt for details
  63. 923,207,680
  64. 90157+0 records in
  65. 90157+0 records out
  66.  
  67. E:\>dd --help
  68. rawwrite dd for windows version 0.5.
  69. Written by John Newbigin <jn@it.swin.edu.au>
  70. This program is covered by the GPL. See copying.txt for details
  71. dd [bs=SIZE] [count=BLOCKS] [if=FILE] [of=FILE] [seek=BLOCKS] [skip=BLOCKS] [--s
  72. ize] [--list] [--progress]
  73. SIZE and BLOCKS may have one of the following suffix:
  74. k = 1024
  75. M = 1048576
  76. G = 1073741824
  77. default block size (bs) is 512 bytes
  78. skip specifies the starting offset of the input file (if)
  79. seek specifies the starting offset of the output file (of)
  80.  
  81. E:\>

All Code Snippets

Hot Code Snippets

New Code Snippets