aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-06-03 20:25:31 +0200
committerJonas Smedegaard <dr@jones.dk>2019-06-03 20:25:31 +0200
commit8f8c584f79bc46028e5d9672b09df2efb5c416a6 (patch)
tree25f4708aba46f73b9a062834287658314d040278
parentf30a8d03adfd724a4a62f6266a260a5ade24a747 (diff)
More clearly distinguish between physical and logical stuff.HEADmaster
-rw-r--r--SETUP.md4
-rw-r--r--USE.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/SETUP.md b/SETUP.md
index 0aa3431..8845624 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -32,8 +32,8 @@ Setting up "Full disk encryption" is done when setting up the whole system.
You need package `cryptsetup-run`.
Install it if not done already.
-Connect the disk (if removable)
-and locate its name (first column):
+Physically connect the disk (if removable)
+and locate its name on this system (first column):
lsblk --paths --nodeps
diff --git a/USE.md b/USE.md
index 19fa999..050281d 100644
--- a/USE.md
+++ b/USE.md
@@ -15,13 +15,13 @@ Accounts containing trust secrets need special care.
You need package `cryptsetup-bin`.
Install it if not done already.
-Connect the disk (if removable)
-and mount encrypted disk and its partition inside:
+Physically connect the disk (if removable)
+and mount first encrypted disk and then its partition inside:
sudo cryptdisks_start mysecrets
sudo mount /mnt/mysecrets
-When done using the disk,
+When done working with encrypted data,
unmount first partition and then disk:
sudo umount /mnt/mysecrets