search for: 00466cbf

Displaying 3 results from an estimated 3 matches for "00466cbf".

2016 Feb 24
2
[PATCH 1/5] fat: fix minfatsize for large FAT32
When trying to installing Syslinux on a FAT32 drive formatted using Ridgecrop's Large FAT32 formatting tool [1], the installer will bail due to the minfatsize check, as there is an extra sector being used. This fix addresses that. [1] http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm -------------- next part --------------
2016 Feb 25
3
[PATCH 1/5] fat: fix minfatsize for large FAT32
...is the debug output of a 100GB drive being formatted to Large FAT32 and then processed with the _PATCHED_ version of libfat_open(), with display of the relevant variables: ----------------------------------------------------------------------- Formatting (Large FAT32)... Opened drive \\?\Volume{00466cbf-0000-0000-0000-100000000000} for write access Size : 93.2 GB 195369519 sectors Cluster size 32768 bytes, 512 Bytes Per Sector Volume ID is 1311:f60 32 Reserved Sectors, 23843 Sectors per FAT, 2 FATs 3051903 Total clusters 3051902 Free Clusters Clearing out 47782 sectors for reserved sectors, FATs...
2016 Feb 25
0
[PATCH 1/5] fat: fix minfatsize for large FAT32
...B > drive being formatted to Large FAT32 and then processed with the > _PATCHED_ version of libfat_open(), with display of the relevant variables: > > ----------------------------------------------------------------------- > Formatting (Large FAT32)... > Opened drive \\?\Volume{00466cbf-0000-0000-0000-100000000000} for write > access > Size : 93.2 GB 195369519 sectors > Cluster size 32768 bytes, 512 Bytes Per Sector > Volume ID is 1311:f60 > 32 Reserved Sectors, 23843 Sectors per FAT, 2 FATs > 3051903 Total clusters > 3051902 Free Clusters > Clearing out 4...