~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to doc/html/udisksctl.1.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-06-13 17:01:30 UTC
  • mfrom: (1.1.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120613170130-9jggrd76bkv1vd0b
Tags: 1.98.0-1
* New upstream release.
* debian/control: Drop ntfsprogs Recommends. It is a transitional package
  for ntfs-3g now, which we already recommend.
* Add 00git_no_polkit_fallback.patch: Fix crash if polkit is not available.
  Patch backported from current upstream git head.
* Add debian/local/integration-test: Latest integration test suite from
  upstream git. 1.99 and later will ship that in the source tarball.
* Add debian/tests/control and debian/tests/upstream-system: DEP-8
  autopkgtest (adapted from udisks package).
* debian/control: Change suggestion of cryptsetup to cryptsetup-bin, as that
  is sufficient for udisks' needs.
* debian/copyright: Fix duplicate copyright line, thanks lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   unmount   { --object-path <em class="replaceable"><code>OBJECT</code></em>  |   --block-device <em class="replaceable"><code>DEVICE</code></em> } [--force] [--no-user-interaction]</p></div>
36
36
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   unlock   { --object-path <em class="replaceable"><code>OBJECT</code></em>  |   --block-device <em class="replaceable"><code>DEVICE</code></em> } [--no-user-interaction]</p></div>
37
37
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   lock   { --object-path <em class="replaceable"><code>OBJECT</code></em>  |   --block-device <em class="replaceable"><code>DEVICE</code></em> } [--no-user-interaction]</p></div>
 
38
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   loop-setup    --file <em class="replaceable"><code>PATH</code></em>  [--read-only] [--offset <em class="replaceable"><code>OFFSET</code></em>] [--size <em class="replaceable"><code>SIZE</code></em>] [--no-user-interaction]</p></div>
 
39
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   loop-delete   { --object-path <em class="replaceable"><code>OBJECT</code></em>  |   --block-device <em class="replaceable"><code>DEVICE</code></em> } [--no-user-interaction]</p></div>
 
40
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   smart-simulate    --file <em class="replaceable"><code>PATH</code></em>  { --object-path <em class="replaceable"><code>OBJECT</code></em>  |   --block-device <em class="replaceable"><code>DEVICE</code></em> } [--no-user-interaction]</p></div>
38
41
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   monitor </p></div>
39
42
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   dump </p></div>
40
43
<div class="cmdsynopsis"><p><code class="command">udisksctl</code>   help </p></div>
41
44
</div>
42
45
<div class="refsect1">
43
 
<a name="id585447"></a><h2>DESCRIPTION</h2>
 
46
<a name="id516374"></a><h2>DESCRIPTION</h2>
44
47
<p>
45
48
      <span class="command"><strong>udisksctl</strong></span> is a command-line program used
46
49
      to interact with the
49
52
    </p>
50
53
</div>
51
54
<div class="refsect1">
52
 
<a name="id585467"></a><h2>COMMANDS</h2>
 
55
<a name="id516392"></a><h2>COMMANDS</h2>
53
56
<div class="variablelist"><table border="0">
54
57
<col align="left" valign="top">
55
58
<tbody>
77
80
<tr>
78
81
<td><p><span class="term"><code class="option">unmount</code></span></p></td>
79
82
<td><p>
80
 
            Unmounts a device previously mounted by
81
 
            <span class="citerefentry"><span class="refentrytitle">udisksd</span>(8)</span>.
82
 
            The option <code class="option">--force</code> can be used to request
83
 
            that the device is unmounted even if active references
84
 
            exists.
 
83
            Unmounts a device. This only works if the device is
 
84
            mounted. The option <code class="option">--force</code> can be used
 
85
            to request that the device is unmounted even if active
 
86
            references exists.
85
87
          </p></td>
86
88
</tr>
87
89
<tr>
96
98
<tr>
97
99
<td><p><span class="term"><code class="option">lock</code></span></p></td>
98
100
<td><p>
99
 
            Locks a device previously unlocked by
100
 
            <span class="citerefentry"><span class="refentrytitle">udisksd</span>(8)</span>.
 
101
            Locks a device. This only works if the device is a
 
102
            cleartext device backed by a cryptotext device.
 
103
          </p></td>
 
104
</tr>
 
105
<tr>
 
106
<td><p><span class="term"><code class="option">loop-setup</code></span></p></td>
 
107
<td><p>
 
108
            Sets up a loop device backed by <em class="replaceable"><code>FILE</code></em>.
 
109
          </p></td>
 
110
</tr>
 
111
<tr>
 
112
<td><p><span class="term"><code class="option">loop-delete</code></span></p></td>
 
113
<td><p>
 
114
            Tears down a loop device.
 
115
          </p></td>
 
116
</tr>
 
117
<tr>
 
118
<td><p><span class="term"><code class="option">smart-simulate</code></span></p></td>
 
119
<td><p>
 
120
            Sets SMART data from the libatasmart blob given by
 
121
            <em class="replaceable"><code>FILE</code></em> - see
 
122
            <code class="filename">/usr/share/doc/libatasmart-devel-VERSION/</code>
 
123
            for blobs shipped with libatasmart. This is a debugging
 
124
            feature used to check that applications act correctly when
 
125
            a disk is failing.
101
126
          </p></td>
102
127
</tr>
103
128
<tr>
122
147
</table></div>
123
148
</div>
124
149
<div class="refsect1">
125
 
<a name="id586092"></a><h2>COMMON OPTIONS</h2>
 
150
<a name="id516582"></a><h2>COMMON OPTIONS</h2>
126
151
<p>
127
152
      The option <code class="option">--no-user-interaction</code> can be used
128
153
      to request that no interaction (such as the user being
134
159
    </p>
135
160
</div>
136
161
<div class="refsect1">
137
 
<a name="id586113"></a><h2>AUDIENCE</h2>
 
162
<a name="id516602"></a><h2>AUDIENCE</h2>
138
163
<p>
139
164
      This program does not assume that the caller is the super user -
140
165
      it is intended to be used by unprivileged users and
149
174
    </p>
150
175
</div>
151
176
<div class="refsect1">
152
 
<a name="id586144"></a><h2>BASH COMPLETION</h2>
 
177
<a name="id516633"></a><h2>BASH COMPLETION</h2>
153
178
<p>
154
179
      <span class="command"><strong>udisksctl</strong></span> ships with a bash completion script to
155
180
      complete commands, objects, block devices and some options.
156
181
    </p>
157
182
</div>
158
183
<div class="refsect1">
159
 
<a name="id586157"></a><h2>AUTHOR</h2>
 
184
<a name="id516646"></a><h2>AUTHOR</h2>
160
185
<p>
161
186
      Written by David Zeuthen <code class="email">&lt;<a class="email" href="mailto:zeuthen@gmail.com">zeuthen@gmail.com</a>&gt;</code> with
162
187
      a lot of help from many others.
163
188
    </p>
164
189
</div>
165
190
<div class="refsect1">
166
 
<a name="id586168"></a><h2>BUGS</h2>
 
191
<a name="id516658"></a><h2>BUGS</h2>
167
192
<p>
168
193
      Please send bug reports to either the distribution bug tracker
169
194
      or the upstream bug tracker at
171
196
    </p>
172
197
</div>
173
198
<div class="refsect1">
174
 
<a name="id586184"></a><h2>SEE ALSO</h2>
 
199
<a name="id516673"></a><h2>SEE ALSO</h2>
175
200
<p>
176
201
      <a href="udisks.8.html"><span class="citerefentry"><span class="refentrytitle">udisks</span>(8)</span></a>,
177
202
      <a href="udisksd.8.html"><span class="citerefentry"><span class="refentrytitle">udisksd</span>(8)</span></a>,