summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkent <kent@web>2016-09-02 00:11:03 -0400
committerKent Overstreet <koverstreet@google.com>2016-09-02 00:11:03 -0400
commit4fb23cc9af2f079b76feb31449f2a125fce4032b (patch)
tree5a0a28964d13fb42674778a31ae4f75eee661f35
parente42dee36d3cf3e64875c8026a632e99b3bc89d66 (diff)
-rw-r--r--Encryption.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/Encryption.mdwn b/Encryption.mdwn
index e391465..f63e9b2 100644
--- a/Encryption.mdwn
+++ b/Encryption.mdwn
@@ -18,14 +18,16 @@ enabled on an existing filesystem (TODO: implement interface for enabling
encryption on an existing filesystem - kernel code exists).
Example:
- $ bcache format --encrypted /dev/sda
+
+ $ bcache format --encrypted /dev/sda
(Enter passphrase when prompted)
- $ bcache unlock /dev/sda
+ $ bcache unlock /dev/sda
(Enter passphrase again)
Then mount as normal:
- $ mount /dev/sda /mnt
+
+ $ mount /dev/sda /mnt
## Goals: