Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing over a deleted file with the same name may write garbage data #44

Closed
antangelo opened this issue Mar 18, 2022 · 0 comments · Fixed by #45
Closed

Writing over a deleted file with the same name may write garbage data #44

antangelo opened this issue Mar 18, 2022 · 0 comments · Fixed by #45

Comments

@antangelo
Copy link
Contributor

Sometimes, after writing a large file, and then deleting the file, writing over the file again will result in garbage data being read back.

Reproduced on a clean drive image by copying a 256MB file, deleting it, and then copying a smaller file with the same name. The MD5 sum of the second file is incorrect (it matches neither the first nor second file copied).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant