X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt.8.txt;h=43be27dcc0d7e1e31f9f297fa321cb58e0f93990;hb=205032a2a3ae5b125e87a1ecb4e397e8db5a6801;hp=07bb54e6d34c1a0346304c3983618874dc8ff66d;hpb=927bbefa8782ae7d31084a089e084720423ec9fa;p=grml-crypt.git diff --git a/grml-crypt.8.txt b/grml-crypt.8.txt index 07bb54e..43be27d 100644 --- a/grml-crypt.8.txt +++ b/grml-crypt.8.txt @@ -32,9 +32,9 @@ ACTIONS Commands: [losetup], dd, cryptsetup luksFormat, cryptsetup luksOpen, [dd], mkfs, [mount] -*start *:: +*start [mountpoint]*:: Starts an encrypted and mounts it to the given - mountpoint. Commands: [losetup], cryptsetup luksOpen, mount + or a default mountpoint. Commands: [losetup], cryptsetup luksOpen, mount *stop *:: Stops an encrypted filesystem mounted at . Even the @@ -82,7 +82,7 @@ Shows what is going on (more v => more out). *-F*:: Only for action start: Run fsck on the filesystem before mounting it to - the given mountpoint. + the given mountpoint. If given twice, use fsck's -f option as well. *-m*:: Additional arguments passed through to mount. Could be like "'-o noatime'".