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
Right now due somewhat to the chain architecture, zero-length files always have at least their first cluster allocated. This is somewhat harmless, but is a bit wasteful and does go against the FAT spec which says the first cluster of a zero-length file should be set to "0".
The text was updated successfully, but these errors were encountered:
I'm not sure this is urgent, but one way to tackle would be to move all the FAT allocations to the chain, and have the higher-level stuff simply read its .firstCluster property when updating the entry for the usual file size/mtime stuff.
Right now due somewhat to the chain architecture, zero-length files always have at least their first cluster allocated. This is somewhat harmless, but is a bit wasteful and does go against the FAT spec which says the first cluster of a zero-length file should be set to "0".
The text was updated successfully, but these errors were encountered: