mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Reformat to 32k clusters instead of 8k clusters
This commit is contained in:
parent
ebe9815b7b
commit
2e61413627
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ int format(int mode){
|
|||
DWORD plist[] = {666, 61145088};
|
||||
u32 timer, totalsectors;
|
||||
BYTE work[FF_MAX_SS];
|
||||
DWORD clustsize = 16 * 512;
|
||||
DWORD clustsize = 32768;
|
||||
BYTE formatoptions = 0;
|
||||
formatoptions |= (FM_FAT32);
|
||||
//formatoptions |= (FM_SFD);
|
||||
|
|
Loading…
Reference in a new issue