1
2zuluMount-cli(1) General Commands Manual zuluMount-cli(1)
3
4
5
7 zuluMount-cli - command line tool that manages encrypted and unen‐
8 crypted volumes
9
10
12 zuluMount-cli is a tool that has a primary mission of opening and clos‐
13 ing encrypted volumes as well as mounting and unmounting unecrypted
14 volumes and opened encrypted ones.Its primary purpose is to do what
15 tools like udisks does.
16
17
19 usage: see examples below
20
21 options:
22 -m -- mount a volume : arguments: -d volume_path -z mount_point -e
23 mode(rw/ro)
24 -- additional arguments for
25 crypto_LUKS,crypto_PLAIN,crypto_TCRYPT volumes, -p passphrase/-f key‐
26 file
27 -z -- mount point component to append to "/run/media/private/$USER/"
28 -u -- unmount a volume: arguments: -d volume_path
29 -s -- print properties of an encrypted volume: arguments: -d vol‐
30 ume_path
31 -o -- offset in sectors on where the volume starts in the volume.The
32 volume is assumed to be plain type with this option
33 and the option must be given when -u or -s arguments are used
34 with a volume opened with this option
35 -M -- this option will create a mount point in "/run/media/pri‐
36 vate/$USER/" and a publicly accessible "mirror" in "/run/media/public/'
37 -l -- print expanded list of all volumes
38 -Y -- file system options
39 -e -- mount options
40 -t -- volume type to assume when unlocking a volume.Use "vera" when
41 unlocking a VeraCrypt volume.
42 -L -- must be used with -d,print properties of a volume specified by d
43 option
44 -P -- print a list of all volumes
45 -A -- print a list of all volumes
46 -S -- print a list of system volumes
47 -N -- print a list of non system volumes
48 -E -- print a list of mounted volumes
49 -D -- get a device node address from its mapper path( mapper paths are
50 usually located in /dev/mapper ). Required argument: -d
51 -F -- path to truecrypt multiple keyfiles.Keyfiles are separated by
52 "\011" character sequence
53 examples:
54 mount a volume : zuluMount-cli -m -d /dev/sdc1
55 unmount a volume: zuluMount-cli -u -d /dev/sdc1
56 mount and encrypted volume with a key "xyz" : zuluMount-cli -m -d
57 /dev/sdc2 -p xyz
58
59
61 Copyright (c) 2011-2015
62 name : Francis Banyikwa
63 email: mhogomchungu@gmail.com
64
65 This program is free software: you can redistribute it and/or modify it
66 under the terms of the GNU General Public License as published by the
67 Free Software Foundation, either version 2 of the License, or (at your
68 option) any later version. This program is distributed in the hope
69 that it will be useful, but WITHOUT ANY WARRANTY; without even the
70 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
71 POSE. See the GNU General Public License for more details. You should
72 have received a copy of the GNU General Public License along with this
73 program. If not, see <http://www.gnu.org/licenses/>.
74
75
77 Last change: Fri Mar 13 01:12:21 EAT 2015
78
79
80
81 zuluMount-cli(1)