Originally posted by johnsonlam at 2007-1-22 07:06 AM:
Windows NT 4.0 also supports FAT32, but his hard drive only has FAT.
The problem occurred after this test.
His email:
====
Johnson,
Downloaded TODisk a ...
Recently I have some time, and I will improve TOdisk:
The problem he encountered last time is likely due to
1:
The reason that C: is larger than D: (although when copying, it is still copied according to the capacity of the smaller disk... However, because the partition capacity information of the DBR of the copied disk exceeds, this mode is used for data recovery...)
2:
The absence of a mode switch means free mode, which is used for data recovery
Because there is no -P partition mode switch, the program does not update the partition table (may not be accessible)
Using the -P switch will update the partition table
The absence of a -P mode switch means free mode..
******************************************
But, considering that users generally don't read the instructions carefully, so I think it would be better to change this problem:
Swap the modes:
That is, the absence of a mode switch is the matching mode (safe)
Set -F as free mode (FREE)
(Remove the -D -P switches, whether DISK, PARTITION mode is judged by the program itself)
For example:
TODISK 1:2 TO 1:3 (no mode switch, which is safe)
Or
TODISK C: TO D: (no mode switch, which is safe)
If C: is larger than D:, it will not be processed
If you must process, you need to add the -F switch, and use free mode
This can avoid the possibility of user errors
In addition, some parts of the program have also been polished and adjusted...
The program has been updated: (the documentation will be adjusted later..)
Download address:
http://zhenlove.com.cn/cndos/fileup/files/todisk.zip
[
Last edited by GOTOmsdos on 2007-3-10 at 12:37 PM ]