Re: [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 kno

2014-11-10 Thread Michael Fritscher
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 ___ Ros-d

Re: [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 kno

2014-11-10 Thread Pierre Schweitzer
Heh Interesting remark, this was actually taken from our FAT FSD. Which means we don't support 64KB clusters at all in ReactOS... Will look deeper into it then. Thanks for the feedback. On 10/11/2014 21:38, Michael Fritscher wrote: > Hi, >> +if (Sector->BytesPerSector * Sector->SectorsPerClu