mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 13:44:15 -04:00
[misc] fix human readable sizes
* byte sizes were ignored, and rounding tolerance was a bit too high
This commit is contained in:
parent
4f513e85fd
commit
4cc3d77123
3 changed files with 12 additions and 14 deletions
|
@ -226,7 +226,7 @@ static BOOL DefineClusterSizes(void)
|
|||
*
|
||||
* FAT32
|
||||
* 31M : N/A
|
||||
* 63M : N/A (NB unlike MS, we're allowing 512-512 here - UNTESTED)
|
||||
* 63M : N/A (NB unlike MS, we're allowing 512-512 here)
|
||||
* 127M : 512 - 1024
|
||||
* 255M : 512 - 2048
|
||||
* 511M : 512 - 4096
|
||||
|
@ -239,7 +239,6 @@ static BOOL DefineClusterSizes(void)
|
|||
* 63GB : 16k - 64k ...but we can go higher using fat32format from RidgeCrop.
|
||||
* 2TB+ : N/A
|
||||
*
|
||||
* TODO: 256MB FAT32 + 4K clusters -> unsupported cluster size
|
||||
*/
|
||||
|
||||
// FAT 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue