Re: DOSdosfsck 2.8.0 beta release! (djgpp port of the Linux tool / chkd
tom ehlert <[email protected]>
| Newsgroups | gmane.os.freedos.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
some thoughts: don't use direct (BIOS) disk I/O, if you can avoid it. please use always INT25/26 style disk I/O (and your mentioned BUFFERS problem goes away, too) else you will *always* have a different drive naming then the kernel does. It's quite surprising, if I say C:>DIR D: ... 'Oh yes, thats the drive to be formatted/checked/...' C:>FORMAT/CHKDSK D: and format/chkdsk does it's things on a different drive. tom