Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/security/encrypt-data-disk-with-dm-crypt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Follow these steps very carefully.

2. Test a scenario where the LUKS header is accidentally overwritten:

dd if=/dev/zero of=/dev/sdX bs=128 count=1
dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1

3. Trying to open your container will now return an error:

Expand Down