You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, I'd like to share the results of the experiment. If it's not a 4GB file system but a larger one, let's say 8GB, and you repeatedly create and delete 1GB files, you'll encounter issues on the eighth creation. The reason is that during the eighth ftruncate, the expanded portion consists of non-contiguous clusters.
I built the exfat module with the latest code on mainline.
I encountered a bug during the bellow experiment:
steps to reproduce:
Here is the script I used for testing:
and this is a patch I wrote to fix the bug:
0001-fix-bug-ftruncate-failed.patch
Please help check if this modification is correct and necessary
The text was updated successfully, but these errors were encountered: