preparing to fuse dmount.sh with dumount.sh

This commit is contained in:
primardj 2024-01-23 12:41:22 +00:00
parent 385322f8de
commit 98c98e9ed3

16
dmount Executable file
View file

@ -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.
"