X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-crypt.8.txt;h=6b246b212b04c39f57f5701c9ebb4b06bc233cb8;hb=1b96dfd456bb117e50d119f3045705ec783988bb;hp=6cf20fd53b486427fc45b70a3ecffead3bd39aa8;hpb=a8da2c0803ee71ce521e5901dc204b33006782fc;p=grml-crypt.git diff --git a/grml-crypt.8.txt b/grml-crypt.8.txt index 6cf20fd..6b246b2 100644 --- a/grml-crypt.8.txt +++ b/grml-crypt.8.txt @@ -17,7 +17,7 @@ DESCRIPTION ----------- *grml-crypt* is a program that provides an easy wrapper around cryptsetup, mkfs, losetup and mount. You -could create a loopback mountet crypted filesystem with only one command, but +could create a loopback mounted crypted filesystem with only one command, but grml-crypt works for normal devices also. @@ -35,11 +35,11 @@ ACTIONS luksOpen, [dd], mkfs, [mount] *start *:: - This command starts a encrypted device/file and mounts it to the given + This command starts an encrypted device/file and mounts it to the given mountpoint. Commands: [losetup], cryptsetup luksOpen, mount *stop *:: - This command stops a encrypted filesystem mountet at mountpoint. Even the + This command stops an encrypted filesystem mounted at mountpoint. Even the loopdevice gets destroyed with this command. Commands: mount, dmsetup info, cryptsetup status, umount, cryptsetup luksClose, [losetup -d] @@ -166,7 +166,7 @@ ENCRYPTED LOOPFILESYSTEM ON USBSTICK *mount /mnt/external1*:: To mount your usb-stick on /mnt/external1 (please verify!!). -*grml-crypt -o -t vfat -s 50 /mnt/external1/secure.img /mnt/tmp*:: +*grml-crypt -o -t vfat -s 50 format /mnt/external1/secure.img /mnt/tmp*:: This command creates a 50MB big file, encrypted with the default options and with vfat (also known as fat32). The optimized initialisation mode will be used for this file (without -o this could take REALLY LONG). This