Skip to content

Commit 3df3f05

Browse files
committed
modify enc.disk size as 20M
Signed-off-by: Ted Chang <student0804@gmail.com>
1 parent 43d4845 commit 3df3f05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_posts/2020-04-13-Disk-Encryption.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,12 @@ provided as a password just in time (default) and or specified as key file
177177
managing LUKS volumes.<br>
178178

179179
Let's setup a new LUKS volume with a simple passphrase as key protector:<br>
180+
<<<<<<< HEAD
180181
{:start="12"}<br>
181182
12. `dd if=/dev/zero of=enc.disk bs=1M count=10`<br>
183+
=======
184+
12. `dd if=/dev/zero of=enc.disk bs=1M count=20`<br>
185+
>>>>>>> ab6599a (modify enc.disk size as 20M)
182186
13. `dd if=/dev/urandom of=disk.key bs=1 count=32`<br>
183187
14. `loopdevice=$(losetup -f) && sudo losetup $loopdevice enc.disk`<br>
184188
15. `sudo cryptsetup luksFormat --key-file=disk.key $loopdevice`<br>

0 commit comments

Comments
 (0)