We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I face a stuck issue when
It will got stuck at the 1024th file creation.
I found the lfs_dir_traverse() is keep looking.
Thank you for your support.
The text was updated successfully, but these errors were encountered:
Here is the procdure to reproduce the issue:
for i in $(seq 1 1024); do dd if=/dev/random of=disk/test$i.img bs=16 count=1 oflag=dsync done
Will get stuck and the filesystem corruption.
Thank you for your help.
Sorry, something went wrong.
No branches or pull requests
Hi,
I face a stuck issue when
It will got stuck at the 1024th file creation.
I found the lfs_dir_traverse() is keep looking.
Thank you for your support.
The text was updated successfully, but these errors were encountered: