windows下的dd命令怎么用?
发表于 : 2011-10-14 19:34
在linux下工作时特别喜欢linux的一个命令叫dd。可以用来备份,用dd if=/home/sun/Other/CDLinux.iso of=/dev/sdb来制作usb启动盘,可就是不知道在windows该如何使用?请教
http://www.chrysocome.net/dd 有啊,可就是不会用啊!长头发的和尚 写了:windows有dd命令么?
打开像dos界面输入命令无法用啊?onlylove 写了:dd for windows是有的,当时为了看看黑金啥样专门研究过,和linux底下的dd差距不大
是不是需要下载安装呀?还是需要写全路径?猜的。xiaogang89 写了:打开像dos界面输入命令无法用啊?onlylove 写了:dd for windows是有的,当时为了看看黑金啥样专门研究过,和linux底下的dd差距不大
http://tag.xdowns.com/tag/dd+for+window ... 接点开就是dos界面,用命令无效!ljj_jjl2008 写了:是不是需要下载安装呀?还是需要写全路径?猜的。xiaogang89 写了:打开像dos界面输入命令无法用啊?onlylove 写了:dd for windows是有的,当时为了看看黑金啥样专门研究过,和linux底下的dd差距不大
写了全路径也没有用啊?有没有人成功过?分享下经验啊onlylove 写了:我感觉是要写全路径
楼主还在不在?看过来:xiaogang89 写了:写了全路径也没有用啊?有没有人成功过?分享下经验啊
代码: 全选
E:\dd-0.5>dir
驱动器 E 中的卷是 S250G3
E:\dd-0.5 的目录
2012-03-09 00:02 <DIR> .
2012-03-09 00:02 <DIR> ..
2003-12-06 15:50 18,325 Copying.txt
2007-02-26 20:50 342,016 dd.exe
2007-02-26 20:19 4,319 ddchanges.txt
3 个文件 364,660 字节
2 个目录 1,899,536,384 可用字节
E:\dd-0.5>dd /?
rawwrite dd for windows version 0.5.
Written by John Newbigin <[email protected]>
This program is covered by the GPL. See copying.txt for details
Unknown command /?
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:\dd-0.5>