Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by download at 2007-3-29 12:27 AM:
DEBUG is just a debugger, not related to sectors at all.
I really don't understand how you compare two different things... It's frustrating.
Originally posted by download at 2007-3-29 10:17 PM:
Haha, the person upstairs is interesting. I just posted water content, why are you so serious... Just passing by...
Originally posted by GOTOmsdos at 2007-3-30 12:37 PM:
Hello, Brother johnsonlam..
These days I have some time and really want to solve the speed problem, but maybe I can't solve it at once. So I added the functions of DOSBACK to back up and restore MBR, DBR, FAT, CMOS to it, and greatly strengthened some additional functions. This makes it more comprehensive, and it's convenient to use in one program. A small program can solve many problems..
1
The sector function of DEBUG. There was originally one remaining function (reading from the hard disk sector offset to a file), which is now added.
And it supports compression.
This completely replaces and surpasses the sector function of DEBUG..
The parameters are as follows:
TOdisk -DWF 1 1000 123 FILE 12345 -ZIP 9
2
Added the functions of backing up and restoring MBR, DBR, FAT, CMOS of dosback, perfected to handle MBR, DBR, FAT of any hard disk and any partition, and also added the comparison function with the original partition,
The parameters are as follows:
Save:
TOdisk -SPT C: CPT
TODISK -SDBR 1:3 DBR
TOdisk -SFAT 2:1 DFAT
Restore
(No need to enter the partition number when restoring, just the file name)
TOdisk -R FILE
Compare:
TOdisk -C FILE
(No need to enter the partition number when comparing, just the file name)
CMOS
Backup:
TOdisk -SCMOS FILE
Restore
TOdisk -RCMOS FILE
Guess CMOS password
TOdisk -CMOSKEY
Sorry, Jack rarely uses C language, so he couldn't find a solution to your problem and can't help much.
Are all the location data written in the file?
It's a comparison with the hard disk?
For example: TOdisk -C DFAT
Is it a comparison between the file and the FAT of D:
TOdisk {source} {destination}
{source} can be a simple drive letter, or a partition such as 1:1
{destination} is the compressed file name connected with its characteristics by the = symbol. For example, if the compressed file is stored in d:, the name is drv-c.toz, and the compression ratio is 9, the writing method is d:\drv-c.toz=c9, and adding parentheses means this is an integral command.... Adding parameters is just an extension of this format.
Originally posted by henrya2 at 2007-3-31 09:01 AM:
It would be great if it could fully support NTFS like the latest GHOST.