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
The text was updated successfully, but these errors were encountered:
Note to self:
Create a fake bad block device:
truncate -s 100M fake_partition; mkfs.ext4 fake_partition; losetup loop0 fake_partition dmsetup create "baddisk" --table "0 10000 flakey /dev/loop0 3000 1 1"
cleanup:
dmsetup remove baddisk losetup -d loop0
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: