aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJoerg Kastning <tronde@my-it-brain.de>2020-11-10 12:17:14 +0000
committerMilan Broz <gmazyland@gmail.com>2020-11-12 12:14:47 +0100
commitb444d1ecd7944d6ac12417481519c6ad579e3144 (patch)
tree2627f39bf566573ed890029e202a3b36428d751d /man
parent04566703280df834029adaf674928376236ae4ee (diff)
downloadcryptsetup-b444d1ecd7944d6ac12417481519c6ad579e3144.tar.gz
Update cryptsetup.8
* Improved information about calling luksFormat on devices.
Diffstat (limited to 'man')
-rw-r--r--man/cryptsetup.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/cryptsetup.8 b/man/cryptsetup.8
index 1215b800..0311dcc4 100644
--- a/man/cryptsetup.8
+++ b/man/cryptsetup.8
@@ -280,7 +280,7 @@ of reading the passphrase from a file you can
give '-' as file name, which results in the passphrase being read
from stdin and the safety-question being skipped.
-In case the device you are going to call luksFormat on already contains a LUKS device that is mapped, you have to close the device first in order to be able to format it.
+You cannot call luksFormat on a device or filesystem that is mapped or in use, e.g. mounted filesysem, used in LVM, active RAID member etc. The device or filesystem has to be un-mounted in order to call luksFormat.
To use LUKS2, specify \fI\-\-type luks2\fR.