|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 166 楼』:
使用 LLM 解释/回答一下
[补充]
如果启动进DOS后,再加载磁盘驱动(比如USB设备),TODISK的盘符就不对了,(驱动光驱没问题,因为光驱不是磁盘)
所以,建议不要用盘符表示分区(不过,跟文件用在一起,当然是要用盘符的,而且只能用盘符,不能用数字..)
If after booting into DOS, you then load disk drives (such as USB devices), the drive letter of TODISK will be incorrect. (Driving the CD-ROM is fine because the CD-ROM is not a disk.)
Therefore, it is recommended not to use drive letters to represent partitions. (However, when used with files, of course, drive letters must be used, and only drive letters can be used, not numbers.)
|
|
2007-4-17 02:10 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 167 楼』:
使用 LLM 解释/回答一下
我试用 2:3 to (d:\e.toz) 那样的话是不是备份整个分区呢?
这样的话 那不是我的D区要有很大的空间,
运行2:3 to (d:\e.toz)后因看它进度估计要很长时间 没有继续下去!
I tried using 2:3 to (d:\e.toz). Does that mean backing up the entire partition? In that case, my D drive would need a lot of space. After running 2:3 to (d:\e.toz), I estimated it would take a long time based on the progress, so I didn't continue!
|
|
2007-4-17 02:17 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 168 楼』:
使用 LLM 解释/回答一下
发现 04-15 13:27的版本在我的机器上第一次运行不能识别U盘,其他就可以
如果是BIOS支持USB设备启动,TODISK会完全没问题,并且,盘符都正确,因为BIOS在启动前就已经加载了USB驱动.所以启动后无需再驱动,而且再驱动反而出错
如果是BIOS不支持USB启动,在启动进DOS后再加载的USB驱动,TODISK也能识别,不过显示的USB盘符就不对了.
我的情况:
BIOS支持USB启动,一个硬盘,一个USB硬盘,一个U盘
都全部显示正确
以前,用BIOS不支持USB启动的主板,在启动后加载USB驱动,我记得好象TODISK也能识别的
因为,USB磁盘,在成功驱动后,就模拟成了硬盘(U盘的USB-FD/USB-ZIP除外),就占用一个IDE号,全部IDE设备从0X80开始;
我的情况:
0x80 真硬盘
0x81 USB硬盘
0x82 U盘(USB-HDD模式)
既然都有IDE设备了,TODISK没有不识别的道理, 硬件故障除外
Last edited by GOTOmsdos on 2007-4-17 at 02:29 AM ]
Found that the version from 04-15 13:27 couldn't recognize the USB flash drive when running on my machine for the first time, but others could
If the BIOS supports USB device booting, TODISK will be completely fine, and the drive letters will be correct because the BIOS has already loaded the USB driver before booting. So there's no need to drive again after booting, and driving again will反而 cause errors.
If the BIOS doesn't support USB booting, and then the USB driver is loaded after booting into DOS, TODISK can also recognize it, but the displayed USB drive letter will be incorrect.
My situation:
BIOS supports USB booting, one hard disk, one USB hard disk, one USB flash drive
All are displayed correctly
Previously, with a motherboard where BIOS didn't support USB booting, after booting and loading the USB driver, I remember that TODISK could also recognize it
Because the USB disk, after successful driving, simulates a hard disk (except for USB-FD/USB-ZIP of the USB flash drive), and occupies an IDE number. All IDE devices start from 0X80;
My situation:
0x80 Real hard disk
0x81 USB hard disk
0x82 USB flash drive (USB-HDD mode)
Since there are all IDE devices, there's no reason for TODISK not to recognize, except for hardware failure
Last edited by GOTOmsdos on 2007-4-17 at 02:29 AM ]
|
|
2007-4-17 02:20 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 169 楼』:
使用 LLM 解释/回答一下
我试用 2:3 to (d:\e.toz) 那样的话是不是备份整个分区呢?,
是的
这样的话 那不是我的D区要有很大的空间,
这要看 2:3 的空间有多大
运行2:3 to (d:\e.toz)后因看它进度估计要很长时间 没有继续下去! ,
速度问题(尤其是压缩时的速度问题,不压缩的速度还是很快的),目前正是TODISK的缺憾,试了很多方法,但暂时没有解决..希望以后,有机会能解决...
不过处理2GB以内的较小的分区,时间上还是可以接受的,况且因为是自写的程序,用起来还是别有一番情趣的,而且,体积较小,是GHOST的1/8,却能做GHOST的主要工作
而且,TODISK的其他很多功能非常丰富,灵活和强大,是GHOST没有的
If I use 2:3 to (d:\e.toz), will that back up the entire partition?
Yes
In that case, my D drive will need a lot of space, right?
It depends on how large the space of 2:3 is
After running 2:3 to (d:\e.toz), I estimated it would take a long time based on the progress, so I didn't continue! ,
Speed issue (especially during compression, the speed is slow. The speed without compression is still quite fast). Currently, this is a shortcoming of TODISK. I've tried many methods, but haven't solved it for now.. Hope to solve it in the future...
However, for smaller partitions within 2GB, the time is acceptable. Moreover, since it's a self-written program, it's quite interesting to use, and it's small in size, 1/8 of GHOST, yet can perform the main work of GHOST
Also, many other functions of TODISK are very rich, flexible, and powerful, which are what GHOST doesn't have
|
|
2007-4-17 02:46 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 170 楼』:
使用 LLM 解释/回答一下
TODISK的其他很多功能非常丰富,灵活和强大,确实是GHOST没有的
对于本人使用情况我想说几点:
一、因为想用它和GHOST结合使用,能否给一个精简的呢?只需TODISK -D 和TODISK -P -NTFSPRO的功能就好!这样在体积上可以更小;
二、在TODISK -P的功能上 能否有一个TODISK -Pn 呢?现在TODISK -P列出的信息是全部磁盘的分区信息吧!就是只需列出单个磁盘的分区信息,n表示磁盘号,
下面是我TODISK -P -NTFSPRO后的列表:
1> * 1 1 C: *04 FAT16(<32M) USBZIP-BOOT 32 252440 123
2> * 1 5 G: *07 HPFS/NTFS 63 10522512 5137
2 2 D: 0B FAT32 NO NAME 10522638 42106302 20559
3 6 H: 07 HPFS/NTFS 52629003 19454652 9499
4 3 E: 0B FAT32 NO NAME 72083718 42106302 20559
5 4 F: 0B FAT32 NO NAME 114190083 42106302 20559
其中1 5 G:是我第二硬盘的主分区 我想知道主分区识别是什么?要是和GDISK那样用PRIMARY表示磁盘的第一主分区就太完美了!
Last edited by terse on 2007-4-17 at 03:22 AM ]
The other many functions of TODISK are very rich, flexible and powerful. Indeed, they are what GHOST doesn't have.
Regarding my own usage situation, I would like to say a few points:
First, because I want to use it in combination with GHOST, can you provide a streamlined one? Just the functions of TODISK -D and TODISK -P -NTFSPRO will be fine! In this way, the volume can be smaller;
Second, in the function of TODISK -P, can there be a TODISK -Pn? Now the information listed by TODISK -P is the partition information of all disks, that is, only the partition information of a single disk is needed to be listed, where n represents the disk number,
The following is the list after my TODISK -P -NTFSPRO:
1> * 1 1 C: *04 FAT16(<32M) USBZIP-BOOT 32 252440 123
2> * 1 5 G: *07 HPFS/NTFS 63 10522512 5137
2 2 D: 0B FAT32 NO NAME 10522638 42106302 20559
3 6 H: 07 HPFS/NTFS 52629003 19454652 9499
4 3 E: 0B FAT32 NO NAME 72083718 42106302 20559
5 4 F: 0B FAT32 NO NAME 114190083 42106302 20559
Among them, 1 5 G: is the primary partition of my second hard disk. I want to know what the primary partition identification is? It would be perfect if it is represented by PRIMARY like GDISK to indicate the first primary partition of the disk!
Last edited by terse on 2007-4-17 at 03:22 AM ]
|
|
2007-4-17 03:15 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 171 楼』:
使用 LLM 解释/回答一下
两点都可以的,没问题
一,如果你需要,我可以替你精简出来,不过 -SALL / -RALL 备份/恢复整个分区表链,非常实用 GHOST没有的,用起来非常方便
二 本来就有的,看一下首帖
Last edited by GOTOmsdos on 2007-4-17 at 03:27 AM ]
Both points are okay, no problem.
First, if you need, I can help you simplify it out. However, -SALL / -RALL to backup/restore the entire partition table chain is very practical, something GHOST doesn't have, and it's very convenient to use.
Second, it's already there, take a look at the first post.
Last edited by GOTOmsdos on 2007-4-17 at 03:27 AM ]
|
|
2007-4-17 03:25 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 172 楼』:
使用 LLM 解释/回答一下
如能给个精简出来的 万分感谢!
看了首帖 还是不明白怎样列出第二硬盘的整个分区(不是指定分区,是单的磁盘的整个分区)! -P2: 吗?试过好象不行;
例子:
-d : 显示全部硬盘
-d2 : 显示硬盘2
-p : 显示全部硬盘全部分区
-pfn : 显示FAT和NTFS分区
-p2:3 : 显示硬盘2分区3
-pc: : 显示 C:
If you can give a streamlined one, I'm extremely grateful!
After reading the first post, I still don't understand how to list the entire partition of the second hard disk (not a specified partition, just the entire partition of a single disk)! -P2:? Tried it and it doesn't seem to work;
Example:
-d : Display all hard disks
-d2 : Display hard disk 2
-p : Display all partitions of all hard disks
-pfn : Display FAT and NTFS partitions
-p2:3 : Display partition 3 of hard disk 2
-pc: : Display C:
|
|
2007-4-17 03:38 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 173 楼』:
使用 LLM 解释/回答一下
No. DR P P N : A ID
> 1 A: 01
1> * 1 2 C: *0B
* 2 07
其实一看就看的出来的,很显眼的 * 号 啊
第一个P的下面的星号就是主分区
原来想显示PRIMARY的,但是没有地方了,全占满了
用P下面的星号表示更简洁啊
(第二个星号是活跃分区,也就是可启动的分区)
Last edited by GOTOmsdos on 2007-4-17 at 03:41 AM ]
No. DR P P N : A ID
> 1 A: 01
1> * 1 2 C: *0B
* 2 07
Actually, it's obvious at a glance, the very prominent * symbol.
The asterisk under the first P is the primary partition.
Originally wanted to display PRIMARY, but there's no space left, it's all filled up.
Using the asterisk under P is more concise.
(The second asterisk is the active partition, which is the bootable partition)
Last edited by GOTOmsdos on 2007-4-17 at 03:41 AM ]
|
|
2007-4-17 03:40 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 174 楼』:
使用 LLM 解释/回答一下
哦,显示单的磁盘的整个分区?
好象没
那就加进去...
Oh, display the entire partition of the disk?
It seems not
Then add it in...
|
|
2007-4-17 03:43 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
|
2007-4-17 04:38 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
|
2007-4-17 06:39 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 177 楼』:
使用 LLM 解释/回答一下
另, 又更新如下:
调整了磁盘/分区的显示方式:
增加可显示某个硬盘的全部分区
用法如下:
TODISK -P1
显示第一硬盘的全部分区
最新版见首帖
Additionally, the following updates are made:
The display method of disks/partitions is adjusted:
All partitions of a certain hard disk can be displayed.
The usage is as follows:
TODISK -P1
Displays all partitions of the first hard disk
The latest version can be found in the first post
|
|
2007-4-17 06:45 |
|
|
renl
初级用户
 
积分 26
发帖 12
注册 2007-12-18
状态 离线
|
『第 178 楼』:
使用 LLM 解释/回答一下
我希望老兄可以继续做下
希望您可以将速度提高
加油
I hope buddy can continue to do it.
Hope you can increase the speed.
Come on
|
|
2007-12-29 00:11 |
|
|
lsq726
初级用户
 
积分 28
发帖 13
注册 2008-2-1
状态 离线
|
『第 179 楼』:
使用 LLM 解释/回答一下
"GHOST 采用文件模式,即使只处理文件,不处理没有文件的数据,(所以,其实GHOST不是CLONE.是重整).这样,速度就快了,尤其是文件少的分区,但是,弱点是:用这种方式恢复的分区,不可能找回被删除的或丢失的文件,因为,没有合法文件的数据没有被保存.
MYdisk 是采用扇区方式,就是完全的复制,这样,虽然速度没有文件方式快,但是确是全真方式.即一模一样,这才是真正的 CLONE"
希望看到TODISK增加文件模式,文件模式还是有好处的,,不用磁盘整理了:0
同时希望能完美支持NTFS
祝愿TODISK更完美。。
"GHOST uses the file mode. Even if only processing files and not dealing with data without files, (so actually GHOST is not a CLONE, but a reorganization). In this way, the speed is faster, especially for partitions with few files. However, the weakness is: partitions restored in this way cannot retrieve deleted or lost files, because the data of illegal files is not saved.
MYdisk uses the sector mode, which is a complete copy. Although the speed is not as fast as the file mode, it is a true mode. That is, exactly the same, which is the real CLONE."
Hope to see TODISK add the file mode. The file mode still has its advantages, no need for disk defragmentation: 0
At the same time, hope to perfectly support NTFS
Wish TODISK to be more perfect.
|
|
2008-2-1 06:32 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 180 楼』:
使用 LLM 解释/回答一下
Originally posted by lsq726 at 2008-2-1 06:32 AM:
"GHOST 采用文件模式
这话是我说的,但我以前就更正过了:这里再强调一下:
GHOST默认是文件方式, 但也可以加参数运行扇区方式
Originally posted by lsq726 at 2008-2-1 06:32 AM:
"GHOST uses file mode
This statement was made by me, but I have corrected it before: Here I would like to emphasize again:
GHOST defaults to file mode, but it can also be run in sector mode with parameters
|
|
2008-2-13 22:21 |
|
|