magnus
magnus
Unfortunately I am not able to reproduce this currently. Which Android version and which device are you using? Does this also happen if you use the genymotion simulator?
Changes are written immediately to disk (https://github.com/magnusja/libaums/blob/develop/libaums/src/main/java/com/github/mjdev/libaums/fs/fat32/FatDirectory.java#L382). I quickly tested it with my example app, and did not have a problem. Do you have the same problem with my example?...
@rameshvoltella Unfortunately, I have no news. The only thing I find a little weird is that it says it has to round. But usually the file system stuff should always...
FileSystem.getChunkSize()
Nah it's Partition.getFileSystem and then you can access that anywhere in your code.
Are you using current develop branch?
Should be there then. ```java Log.d(TAG, "Chunk size: " + currentFs.getChunkSize()); ``` https://github.com/magnusja/libaums/blob/develop/app/src/main/java/com/github/mjdev/libaums/usbfileman/MainActivity.java#L574
Is it a 128GB stick?
Okay interesting, I will format a stick of mine with 32K cluster size and then lets see what happens