Nevermind, I found it in the CHKDSK source int ENGINE/LOW/RDWRSECT.C
if ((*handle)->BytesPerSector != 512)
{
SetFTEerror(FTE_INVALID_BYTESPERSECTOR);
RETURN_FTEERR(FALSE);
}FreeDOS Chkdsk can't handle anything other than 512 byte sector sizes. -Mike
_______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
