[ros-dev] [ros-diffs] [pschweitzer] 65367: [PARTTEST] Add a dummy application that will open first disk and check first sector for MBR and then will open first partition to check for something known (& not MBR)

Michael Fritscher michael at fritscher.net
Mon Nov 10 20:38:57 UTC 2014


Hi,
> +    if (Sector->BytesPerSector * Sector->SectorsPerCluster > 32 * 1024)
> +    {
> +        return FALSE;
> +    }

FAT supports cluster sizes until 64KB ;-) At least the WinNT series can
work with them.

Best regards,
Michael Fritscher




More information about the Ros-dev mailing list