File: zuluMount-cli.1

package info (click to toggle)
zulucrypt 5.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,596 kB
  • sloc: cpp: 25,623; ansic: 23,788; makefile: 24; xml: 10; sh: 2
file content (89 lines) | stat: -rw-r--r-- 2,888 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89

.TH zuluMount-cli 1

.br
.SH NAME
zuluMount-cli - command line tool that manages encrypted and unencrypted volumes

.SH DESCRIPTION
zuluMount-cli is a tool that has a primary mission of opening and closing encrypted volumes as well as
mounting and unmounting unecrypted volumes and opened encrypted ones.Its primary purpose is to do what
tools like udisks does.
.br

.SH USAGE
usage: see examples below

.br
options:
.br
-m -- mount a volume : arguments: -d volume_path -z mount_point -e mode(rw/ro)
      -- additional arguments for crypto_LUKS,crypto_PLAIN,crypto_TCRYPT volumes, -p passphrase/-f keyfile
.br
-z -- mount point component to append to "/run/media/private/$USER/"
.br
-u -- unmount a volume: arguments: -d volume_path
.br
-s -- print properties of an encrypted volume: arguments: -d volume_path
.br
-o -- offset in sectors on where the volume starts in the volume.The volume is assumed to be plain type with this option
      and the option must be given when -u or -s arguments are used with a volume opened with this option
.br
-M -- this option will create a mount point in "/run/media/private/$USER/" and a publicly accessible "mirror" in "/run/media/public/'
.br
-l -- print expanded list of all volumes
.br
-Y -- file system options
.br
-e -- mount options
.br
-t -- volume type to assume when unlocking a volume.Use "vera" when unlocking a VeraCrypt volume.
.br
-L -- must be used with -d,print properties of a volume specified by d option
.br
-P -- print a list of all volumes
.br
-A -- print a list of all volumes
.br
-S -- print a list of system volumes
.br
-N -- print a list of non system volumes
.br
-E -- print a list of mounted volumes
.br
-D -- get a device node address from its mapper path( mapper paths are usually located in /dev/mapper ). Required argument: -d
.br
-F -- path to truecrypt multiple keyfiles.Keyfiles are separated by "\\011" character sequence
.br
examples:
.br
mount a volume  : zuluMount-cli -m -d /dev/sdc1
.br
unmount a volume: zuluMount-cli -u -d /dev/sdc1
.br
mount and encrypted volume with a key "xyz" : zuluMount-cli -m -d /dev/sdc2 -p xyz
.br

.SH COPYRIGHT
Copyright (c) 2011-2015
.br
name : Francis Banyikwa
.br
email: mhogomchungu@gmail.com
.br
.br

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
.br

.SH LAST EDIT
Last change: Fri Mar 13 01:12:21 EAT 2015