[gparted] Increase FAT32 minimum size to 33 MiB (#668491)



commit fcdd853cb9d63ad86114fa15a267d353bfa0789f
Author: Curtis Gedak <gedakc gmail com>
Date:   Wed Jan 25 16:52:51 2012 -0700

    Increase FAT32 minimum size to 33 MiB (#668491)
    
    Closes Bug #668491 - Formatting small FAT32 partitions (32MB)
                         violates FAT32 specifications

 src/fat32.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fat32.cc b/src/fat32.cc
index 95a6f22..72080f4 100644
--- a/src/fat32.cc
+++ b/src/fat32.cc
@@ -64,7 +64,7 @@ FS fat32::get_filesystem_support()
 
 	fs .copy = GParted::FS::GPARTED ;
 	
-	fs .MIN = 32 * MEBIBYTE ; //smaller fs'es will cause windows scandisk to fail..
+	fs .MIN = 33 * MEBIBYTE ; //Smaller file systems will cause windows scandisk to fail.
 	
 	return fs ;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]