X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt.8.txt;h=43be27dcc0d7e1e31f9f297fa321cb58e0f93990;hb=fd577270569c91d9d98ce950264d5df2915292d5;hp=4fb304576318d4bcb8bfc6573dbfb439d81421f6;hpb=b99119ebb75deb93bbc372c067fa3fad20c5a513;p=grml-crypt.git diff --git a/grml-crypt.8.txt b/grml-crypt.8.txt index 4fb3045..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 @@ -80,6 +80,10 @@ Shows what is going on (more v => more out). be bigger than 2MB for LUKS only + the constraints from the filesystems itself (eg. xfs needs a minimum of 4096 blocks). +*-F*:: + Only for action start: Run fsck on the filesystem before mounting it to + 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'".