1HALEVT-MOUNT(1) General Commands Manual HALEVT-MOUNT(1)
2
3
4
6 halevt-mount/halevt-umount - Mount or umount device through HAL
7
9 halevt-mount [options] [-w] mountpoint|device|udi
10
11 halevt-mount [options] <-c | -r> <-a | mountpoint | device | udi>
12
13 halevt-mount [options] <-l | -s>
14
15 halevt-umount [options] < -a | mountpoint | device | udi>
16
18 halevt-mount Mount or umount device through HAL and keep a track of
19 devices handled. When called as halevt-umount the default is to
20 unmount, when called as halevt-mount the default is to mount. Option
21 -c, -l, -r, -s or -w changes the operation performed. Additional argu‐
22 ment is considered to be a mount point, a device or an udi when
23 unmounting or removing.
24
25 If the commands are not called with -s after changes in the state of
26 the devices (after mounting, unmounting, removing devices), the infor‐
27 mation available for halevt-mount and halevt-umount may become out of
28 sync with the state of the system.
29
30 When run as user halevt (or as root), no uid= argument is passed to HAL
31 when mounting, otherwise this option is passed, if the filesystem
32 allows it.
33
35 -a When listing, list all the existing devices. For the other oper‐
36 ations, perform the operation on all the handled devices.
37
38 -c Remove the handled device.
39
40 -d device
41 Use device device.
42
43 -f file
44 Use file file to store information about the handled devices
45 instead of the default.
46
47 -h Help message and options summary.
48
49 -i directory
50 Use lock file and device information file in the directory
51 directory (if they are not already specified).
52
53 -l List handled devices. Formatted with, on each line,
54 udi:device:mountpoint.
55
56 -p mountpoint
57 Use mountpoint mountpoint.
58
59 -m umask
60 Set mount umask to umask if run as a system user, and the
61 filesystem supports it.
62
63 -n file
64 Use file file as lock file.
65
66 -o option
67 Add the option option to the mount call.
68
69 -r Umount.
70
71 -s Sync the information about the handled devices with the informa‐
72 tions known by HAL.
73
74 -u udi Use udi udi.
75
76 -w Add to the handled devices.
77
78
80 halevt(1), gnome-mount(1), pmount(1)
81
83 This is halevt-mount version 0.1.6.2.
84
86 Main author is Patrice Dumas pertusus at free dot fr.
87
89 The latest version of this program can be found at:
90 http://www.nongnu.org/halevt/
91
93 Copyright © 2007-2008 Patrice Dumas <pertusus at free dot fr>,
94
95 There is NO warranty. You may redistribute this software under the
96 terms of the GNU General Public License; either version 2 of the
97 License, or (at your option) any later version. For more information
98 about these matters, see the file named COPYING.
99
100
101
1027th Edition HALEVT-MOUNT(1)