警告!!!
程序显示出的分区总表中的 DOS 盘符 是按照 DOS的盘符分配规律推测出的,不一定准确,尤其是场合性的挂载额外的驱动器
(如U盘,移动硬盘,虚拟盘等),仅作参考。但是表中显示的分区数字是没有问题的。
-Dn 显示硬盘n的信息
[ Last edited by GOTOmsdos on 2007-1-19 at 11:38 AM ]作者: GOTOmsdos 时间: 2007-1-19 12:16 能不能把Lucho'bootdisk 作个软盘镜象?(我用GRUB启动它)
我不想装新软驱了,现在还没用Lucho'bootdisk启动过呢。。作者: johnsonlam 时间: 2007-1-19 23:11
Quote:
Originally posted by GOTOmsdos at 2007-1-19 10:41 AM:
刚才又对文档和程序作了几个小改动,更新程序包了。
Last night, after trying TODisk and writing to you, I went
to bed. This morning, upon answering my E-Mails from you
and Lucho, I found that my D: partition that was copied to
could NOT be accessed by Windows/NT! Thus, I regret that
TODisk may yet have some sort of "odd" PROBLEM!
-----
他 還 在 用 Windows NT 4.0 , 沒 有 RAID 。 作者: johnsonlam 时间: 2007-1-21 04:02
Downloaded TODisk and tried it on my system, using both:
TODisk 1:1 to 1:2
TODisk C: to D:
Both commands copy my C: partition (1:1) to my D: partition
(1:2). Both ran fine with no errors, and my D: disk ended
up identical to my C: disk, as intended. A bit slow while
copying, your friend may want to set up larger I-O buffers.
But still an interesting program, which worked O.K. for me!
Best wishes,
Jack R. Ellis
==== 作者: GOTOmsdos 时间: 2007-1-23 02:47 1
Windows NT 4.0 也 支 援 FAT32 ?
2
看到他EMAIL,可是没有讲出错的情况
3
TOdisk只用了几个64KB的 缓冲(这是因为DOS每一次读写文件的64KB限制),这就是速度不快的原因,也是程序最大的缺憾吧。
或者过几天我把源码发布出来,让你们改一改,能不能把超大缓冲加进去,争取达到或接近GHOST的速度。。。这也是我最大的渴望
[ Last edited by GOTOmsdos on 2007-1-23 at 02:54 AM ]作者: zqlcch 时间: 2007-1-23 03:11 为何不用支持保护模式的编译器如wattcom c++,DJGPP
又或FreePascal,或者Delphi+WDosX
难道是因为在保护模式下调用中断的速度会比较慢?作者: johnsonlam 时间: 2007-1-23 06:11
Quote:
Originally posted by GOTOmsdos at 2007-1-23 02:47 AM:
1
Windows NT 4.0 也 支 援 FAT32 ?
2
看到他EMAIL,可是没有讲出错的情况
3
TOdisk只用了几个64KB的 缓冲(这是因为DOS每一次读写文件的64KB限制),这就是速度不快的原因,也是程序最大的缺憾吧。
或者过几天我把源码发布出来,让你们改一改,能不能把超大缓冲加进去,争取达到或接近GHOST的速度。。。这也是我最大的渴望
[ Last edited by GOTOmsdos on 2007-3-10 at 12:37 PM ]作者: GOTOmsdos 时间: 2007-3-12 12:35 这几天有点时间,打算增加如下几个功能:(看到DPIT等几个小工具的功能还较实用,所以打算把它们都添加进来,这样,TOdisk的功能就更加全面了)