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
The write could probably use the actual size. The erase probably need to erase the entire block because some fs will scan the entire block and give up if it sees old data. Although I'd think garbage could have the same problem.
Someone has suggested that we should use
$filesize
for the linenand write
in the function below.They suspected (but didn't prove) that if you do
nand write
larger than the file size, then it will be filled with junk. Does that sound possible?Maybe
$filesize
was tried for a while, but wasn't as good as using that calculatedhsize
?The text was updated successfully, but these errors were encountered: