Displaying 2 results from an estimated 2 matches for "l366".
Did you mean:
3366
2016 Feb 26
1
[PATCH 1/5] fat: fix minfatsize for large FAT32
...these matters, while at the
same time mention that I'm simply gonna pass on those, since they appear
irrelevant with regards to the context that matters in my application...
Regards,
/Pete
[1]
https://github.com/pbatard/rufus/blob/b9caf8b6058de12bf028f907471561a6aa50f7e9/src/format.c#L349-L366
2016 Feb 26
2
[PATCH 1/5] fat: fix minfatsize for large FAT32
Hi Ady,
I won't comment on the reasons why the original computation was wrong,
but thanks for the detailed analysis.
On 2016.02.26 08:05, Ady via Syslinux wrote:
>> Thus we can finally get a formula for Fs that satisfies the above:
>>
>> Fs = (To - Rs + Nf * Cs) / ((Ss * Cs / Fe) + Nf) + 1
>
> I believe such formula is slightly inaccurate too.
>
> My