2012年3月7日星期三
dd for windows
dd - convert and copy a file
Make an image of a floppy disk:
dd if=\\.\a: of=c:\temp\disk1.img bs=1440kWrite the image back to a floppy disk:
dd if=c:\temp\disk1.img of=\\.\a: bs=1440kRip an .iso from a CD
dd if=\\?\Device\CdRom0 of=c:\temp\disc1.iso bs=1MRead a partition from a USB memory device
dd if=\\.\Volume{c18588c0-02e9-11d8-853f-00902758442b} of=c:\temp\usb1.img bs=1MRead the entire USB memory device
dd if=\\?\Device\Harddisk1\Partition0 of=c:\temp\usb2.img bs=1M --size --progress标签: dd
订阅 博文 [Atom]