diff --git a/dmount b/dmount new file mode 100755 index 0000000..304c943 --- /dev/null +++ b/dmount @@ -0,0 +1,16 @@ +#!/usr/bin/bash + + +Version=1.1.0 +Usage="dmount PARAMETER + +Script which permit to mount/unmount an LVM on LUKS using dmcrypt, doas and fstab. +Actually works only on cryptdata, my extern SSD. + +PARAMETRES + -h, --help Print this help and exit + -v, --version Print the version and exit + -m, --mount Mount cryptdata + -u, --umount Unmount cryptdata + -r, --recover Permit to recover from a state where the ssd where hot unplug to an unplug state. +"