preparing to fuse dmount.sh with dumount.sh
This commit is contained in:
parent
385322f8de
commit
98c98e9ed3
1 changed files with 16 additions and 0 deletions
16
dmount
Executable file
16
dmount
Executable 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.
|
||||
"
|
Loading…
Reference in a new issue