|
首先正确挂接你的故障硬盘(IDE1口)和一块正常的硬盘(IDE2口)到你的电脑上,正常使用的硬盘大于等于故障硬盘的大小,然后使用带有ddcopy 、mtl、 copyr 工具的windows98启动软盘(或者Dos7.0启动盘)启动电脑,运行相应的程序来进行镜像。
以ddcopy为例:
A:>DDcopy
DDcopy V1.6d http://ddcopy.126.com
ddcopy [-d s=m d=d1,dn]|[-p s=m:i d=d1:j,dn:k] [-v n] [-e n] [-s] [-c] [-f] [-y] [-h]
Options:
-d : Disk copy mode -y : No confirm messages
-p : Partition copy mode -s : Show disks information
-v : Multi-volume imagefile size (MB) -f : Default copy mode
-e : Copy n sectors
-c : Compress mode. (Slowly) -h : Print help message
Examples:
ddcopy -f -y : Copy disk 1 to disk 2,3, ...
ddcopy -d s=1 d=2,3,4 : Copy disk 1 to disk 2,3 and 4
ddcopy -d s=1 d=2,c:\d1.img : Copy disk 1 to disk 2 and imgfile
ddcopy -d s=c:\d1.img d=1,3 : Copy imgfile to disk 1 and 3
ddcopy -p s=1:1 d=2:2,2:3 : Copy the first partition on disk 1 to
the secend partition on disk 2 and
the third partition on disk 2
ddcopy -p s=1:1 d=2:2,c:\p1.img : Copy the first partition on disk 1 to
the secend partition on disk 2 and
the imgfile
ddcopy -p s=c:\p1.img d=2:2,3:3 : Copy the imgfile to
the secend partition on disk 2 and
the third partition on disk 3
确定你挂接硬盘正确的话,使用如下命令:
A:>ddcopy -d s=1 d=2
来进行镜像硬盘操作,具体完成时间与故障硬盘的坏道程度有关系。完成后把镜像硬盘挂接到正常使用的电脑系统上进行处理就可以了。
以上仅供没有 类似 pc3k DE工具的朋友参考使用!千万注意故障盘和镜像盘的选择。
DDcopy 下载参看:http://bbs.intohard.com/viewthre ... mp;highlight=ddcopy |
|