Version 1.12.0.
[libguestfs.git] / po-docs / uk.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 #
5 # Yuri Chornoivan <yurchor@ukr.net>, 2011.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: libguestfs\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-07-20 17:31+0200\n"
11 "PO-Revision-Date: 2011-07-17 20:50+0000\n"
12 "Last-Translator: rjones <rjones@redhat.com>\n"
13 "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
14 "Language: uk\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
20
21 #. type: =head1
22 #: ../cat/virt-cat.pod:3 ../cat/virt-filesystems.pod:3 ../cat/virt-ls.pod:3
23 #: ../df/virt-df.pod:3 ../edit/virt-edit.pod:3
24 #: ../examples/guestfs-examples.pod:3 ../examples/guestfs-recipes.pod:14
25 #: ../fish/guestfish.pod:3 ../fish/virt-copy-in.pod:3
26 #: ../fish/virt-copy-out.pod:3 ../fish/virt-tar-in.pod:3
27 #: ../fish/virt-tar-out.pod:3 ../fuse/guestmount.pod:3
28 #: ../inspector/virt-inspector.pod:3 ../java/examples/guestfs-java.pod:3
29 #: ../ocaml/examples/guestfs-ocaml.pod:3 ../perl/examples/guestfs-perl.pod:3
30 #: ../python/examples/guestfs-python.pod:3 ../rescue/virt-rescue.pod:3
31 #: ../resize/virt-resize.pod:3 ../ruby/examples/guestfs-ruby.pod:3
32 #: ../src/guestfs.pod:3 ../test-tool/libguestfs-test-tool.pod:3
33 #: ../tools/virt-list-filesystems.pl:30 ../tools/virt-list-partitions.pl:30
34 #: ../tools/virt-make-fs.pl:35 ../tools/virt-tar.pl:31
35 #: ../tools/virt-win-reg.pl:35
36 msgid "NAME"
37 msgstr "НАЗВА"
38
39 #. type: textblock
40 #: ../cat/virt-cat.pod:5
41 msgid "virt-cat - Display files in a virtual machine"
42 msgstr ""
43
44 #. type: =head1
45 #: ../cat/virt-cat.pod:7 ../cat/virt-filesystems.pod:7 ../cat/virt-ls.pod:7
46 #: ../df/virt-df.pod:7 ../edit/virt-edit.pod:7
47 #: ../examples/guestfs-examples.pod:7 ../fish/guestfish.pod:7
48 #: ../fish/virt-copy-in.pod:7 ../fish/virt-copy-out.pod:7
49 #: ../fish/virt-tar-in.pod:7 ../fish/virt-tar-out.pod:7
50 #: ../fuse/guestmount.pod:7 ../inspector/virt-inspector.pod:7
51 #: ../java/examples/guestfs-java.pod:7 ../ocaml/examples/guestfs-ocaml.pod:7
52 #: ../perl/examples/guestfs-perl.pod:7 ../python/examples/guestfs-python.pod:7
53 #: ../rescue/virt-rescue.pod:7 ../resize/virt-resize.pod:7
54 #: ../ruby/examples/guestfs-ruby.pod:7 ../src/guestfs.pod:7
55 #: ../test-tool/libguestfs-test-tool.pod:7
56 #: ../tools/virt-list-filesystems.pl:34 ../tools/virt-list-partitions.pl:34
57 #: ../tools/virt-make-fs.pl:39 ../tools/virt-tar.pl:35
58 #: ../tools/virt-win-reg.pl:39
59 msgid "SYNOPSIS"
60 msgstr "КОРОТКИЙ ОПИС"
61
62 #. type: verbatim
63 #: ../cat/virt-cat.pod:9
64 #, fuzzy, no-wrap
65 #| msgid ""
66 #| " virt-list-partitions [--options] domname\n"
67 #| "\n"
68 msgid ""
69 " virt-cat [--options] -d domname file [file ...]\n"
70 "\n"
71 msgstr ""
72 " virt-list-partitions [--параметри] назва_домену\n"
73 "\n"
74
75 #. type: verbatim
76 #: ../cat/virt-cat.pod:11
77 #, fuzzy, no-wrap
78 #| msgid ""
79 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
80 #| "\n"
81 msgid ""
82 " virt-cat [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
83 "\n"
84 msgstr ""
85 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
86 "\n"
87
88 #. type: textblock
89 #: ../cat/virt-cat.pod:13 ../edit/virt-edit.pod:15
90 #: ../inspector/virt-inspector.pod:13
91 msgid "Old-style:"
92 msgstr ""
93
94 #. type: verbatim
95 #: ../cat/virt-cat.pod:15
96 #, no-wrap
97 msgid ""
98 " virt-cat domname file\n"
99 "\n"
100 msgstr ""
101
102 #. type: verbatim
103 #: ../cat/virt-cat.pod:17
104 #, no-wrap
105 msgid ""
106 " virt-cat disk.img file\n"
107 "\n"
108 msgstr ""
109
110 #. type: =head1
111 #: ../cat/virt-cat.pod:19 ../cat/virt-filesystems.pod:13 ../cat/virt-ls.pod:19
112 #: ../df/virt-df.pod:21 ../edit/virt-edit.pod:27
113 #: ../examples/guestfs-examples.pod:19 ../examples/guestfs-recipes.pod:18
114 #: ../fish/guestfish.pod:30 ../fish/virt-copy-in.pod:19
115 #: ../fish/virt-copy-out.pod:13 ../fish/virt-tar-in.pod:21
116 #: ../fish/virt-tar-out.pod:15 ../fuse/guestmount.pod:20
117 #: ../inspector/virt-inspector.pod:19 ../java/examples/guestfs-java.pod:15
118 #: ../ocaml/examples/guestfs-ocaml.pod:25 ../perl/examples/guestfs-perl.pod:18
119 #: ../python/examples/guestfs-python.pod:14 ../rescue/virt-rescue.pod:29
120 #: ../resize/virt-resize.pod:13 ../ruby/examples/guestfs-ruby.pod:15
121 #: ../src/guestfs.pod:23 ../test-tool/libguestfs-test-tool.pod:11
122 #: ../tools/virt-list-filesystems.pl:40 ../tools/virt-list-partitions.pl:40
123 #: ../tools/virt-make-fs.pl:47 ../tools/virt-tar.pl:77
124 #: ../tools/virt-win-reg.pl:63
125 msgid "DESCRIPTION"
126 msgstr "ОПИС"
127
128 #. type: textblock
129 #: ../cat/virt-cat.pod:21
130 msgid ""
131 "C<virt-cat> is a command line tool to display the contents of C<file> where "
132 "C<file> exists in the named virtual machine (or disk image)."
133 msgstr ""
134
135 #. type: textblock
136 #: ../cat/virt-cat.pod:24
137 msgid ""
138 "Multiple filenames can be given, in which case they are concatenated "
139 "together.  Each filename must be a full path, starting at the root directory "
140 "(starting with '/')."
141 msgstr ""
142
143 #. type: textblock
144 #: ../cat/virt-cat.pod:28
145 msgid ""
146 "C<virt-cat> can be used to quickly view a file.  To edit a file, use C<virt-"
147 "edit>.  For more complex cases you should look at the L<guestfish(1)> tool "
148 "(see L</USING GUESTFISH> below)."
149 msgstr ""
150
151 #. type: =head1
152 #: ../cat/virt-cat.pod:32 ../cat/virt-ls.pod:35 ../df/virt-df.pod:43
153 #: ../edit/virt-edit.pod:44 ../fish/guestfish.pod:41
154 #: ../fish/guestfish.pod:1007 ../fish/virt-copy-in.pod:29
155 #: ../fish/virt-copy-out.pod:21 ../fish/virt-tar-in.pod:30
156 #: ../fish/virt-tar-out.pod:24 ../fuse/guestmount.pod:39
157 #: ../resize/virt-resize.pod:27 ../tools/virt-tar.pl:50
158 msgid "EXAMPLES"
159 msgstr "ПРИКЛАДИ"
160
161 #. type: textblock
162 #: ../cat/virt-cat.pod:34
163 msgid ""
164 "Display C</etc/fstab> file from inside the libvirt VM called C<mydomain>:"
165 msgstr ""
166
167 #. type: verbatim
168 #: ../cat/virt-cat.pod:37
169 #, no-wrap
170 msgid ""
171 " virt-cat -d mydomain /etc/fstab\n"
172 "\n"
173 msgstr ""
174
175 #. type: textblock
176 #: ../cat/virt-cat.pod:39
177 msgid "List syslog messages from a VM disk image file:"
178 msgstr ""
179
180 #. type: verbatim
181 #: ../cat/virt-cat.pod:41
182 #, no-wrap
183 msgid ""
184 " virt-cat -a disk.img /var/log/messages | tail\n"
185 "\n"
186 msgstr ""
187
188 #. type: textblock
189 #: ../cat/virt-cat.pod:43
190 msgid "Find out what DHCP IP address a VM acquired:"
191 msgstr ""
192
193 #. type: verbatim
194 #: ../cat/virt-cat.pod:45
195 #, no-wrap
196 msgid ""
197 " virt-cat -d mydomain /var/log/messages | \\\n"
198 "   grep 'dhclient: bound to' | tail\n"
199 "\n"
200 msgstr ""
201
202 #. type: textblock
203 #: ../cat/virt-cat.pod:48
204 msgid "Find out what packages were recently installed:"
205 msgstr ""
206
207 #. type: verbatim
208 #: ../cat/virt-cat.pod:50
209 #, no-wrap
210 msgid ""
211 " virt-cat -d mydomain /var/log/yum.log | tail\n"
212 "\n"
213 msgstr ""
214
215 #. type: textblock
216 #: ../cat/virt-cat.pod:52
217 msgid "Find out who is logged on inside a virtual machine:"
218 msgstr ""
219
220 #. type: verbatim
221 #: ../cat/virt-cat.pod:54
222 #, no-wrap
223 msgid ""
224 " virt-cat -d mydomain /var/run/utmp > /tmp/utmp\n"
225 " who /tmp/utmp\n"
226 "\n"
227 msgstr ""
228
229 #. type: textblock
230 #: ../cat/virt-cat.pod:57
231 msgid "or who was logged on:"
232 msgstr ""
233
234 #. type: verbatim
235 #: ../cat/virt-cat.pod:59
236 #, no-wrap
237 msgid ""
238 " virt-cat -d mydomain /var/log/wtmp > /tmp/wtmp\n"
239 " last -f /tmp/wtmp\n"
240 "\n"
241 msgstr ""
242
243 #. type: =head1
244 #: ../cat/virt-cat.pod:62 ../cat/virt-filesystems.pod:91
245 #: ../cat/virt-ls.pod:261 ../df/virt-df.pod:59 ../edit/virt-edit.pod:62
246 #: ../fish/guestfish.pod:148 ../fish/virt-copy-in.pod:45
247 #: ../fish/virt-copy-out.pod:34 ../fish/virt-tar-in.pod:42
248 #: ../fish/virt-tar-out.pod:36 ../fuse/guestmount.pod:83
249 #: ../inspector/virt-inspector.pod:55 ../rescue/virt-rescue.pod:84
250 #: ../resize/virt-resize.pod:241 ../test-tool/libguestfs-test-tool.pod:37
251 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-list-partitions.pl:54
252 #: ../tools/virt-make-fs.pl:153 ../tools/virt-tar.pl:103
253 #: ../tools/virt-win-reg.pl:96
254 msgid "OPTIONS"
255 msgstr "ПАРАМЕТРИ"
256
257 #. type: =item
258 #: ../cat/virt-cat.pod:66 ../cat/virt-filesystems.pod:95
259 #: ../cat/virt-ls.pod:265 ../df/virt-df.pod:63 ../edit/virt-edit.pod:66
260 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:151
261 #: ../inspector/virt-inspector.pod:59 ../rescue/virt-rescue.pod:88
262 #: ../resize/virt-resize.pod:245 ../tools/virt-list-filesystems.pl:61
263 #: ../tools/virt-list-partitions.pl:62 ../tools/virt-make-fs.pl:161
264 #: ../tools/virt-tar.pl:111 ../tools/virt-win-reg.pl:104
265 msgid "B<--help>"
266 msgstr "B<--help>"
267
268 #. type: textblock
269 #: ../cat/virt-cat.pod:68 ../cat/virt-filesystems.pod:97
270 #: ../cat/virt-ls.pod:267 ../df/virt-df.pod:65 ../edit/virt-edit.pod:68
271 #: ../inspector/virt-inspector.pod:61 ../rescue/virt-rescue.pod:90
272 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-list-partitions.pl:64
273 #: ../tools/virt-make-fs.pl:163 ../tools/virt-tar.pl:113
274 #: ../tools/virt-win-reg.pl:106
275 msgid "Display brief help."
276 msgstr ""
277
278 #. type: =item
279 #: ../cat/virt-cat.pod:70 ../cat/virt-filesystems.pod:99
280 #: ../cat/virt-ls.pod:269 ../df/virt-df.pod:67 ../edit/virt-edit.pod:70
281 #: ../inspector/virt-inspector.pod:63 ../rescue/virt-rescue.pod:92
282 #, fuzzy
283 #| msgid "B<-f file>"
284 msgid "B<-a> file"
285 msgstr "B<-f файл>"
286
287 #. type: =item
288 #: ../cat/virt-cat.pod:72 ../cat/virt-filesystems.pod:101
289 #: ../cat/virt-ls.pod:271 ../df/virt-df.pod:69 ../edit/virt-edit.pod:72
290 #: ../inspector/virt-inspector.pod:65 ../rescue/virt-rescue.pod:94
291 #, fuzzy
292 #| msgid "B<--add image>"
293 msgid "B<--add> file"
294 msgstr "B<--add образ>"
295
296 #. type: textblock
297 #: ../cat/virt-cat.pod:74 ../cat/virt-filesystems.pod:103
298 #: ../cat/virt-ls.pod:273 ../df/virt-df.pod:71 ../edit/virt-edit.pod:74
299 #: ../inspector/virt-inspector.pod:67 ../rescue/virt-rescue.pod:96
300 msgid ""
301 "Add I<file> which should be a disk image from a virtual machine.  If the "
302 "virtual machine has multiple block devices, you must supply all of them with "
303 "separate I<-a> options."
304 msgstr ""
305
306 #. type: textblock
307 #: ../cat/virt-cat.pod:78 ../cat/virt-filesystems.pod:107
308 #: ../cat/virt-ls.pod:277 ../df/virt-df.pod:75 ../edit/virt-edit.pod:78
309 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:93
310 #: ../inspector/virt-inspector.pod:71 ../rescue/virt-rescue.pod:100
311 msgid ""
312 "The format of the disk image is auto-detected.  To override this and force a "
313 "particular format use the I<--format=..> option."
314 msgstr ""
315
316 #. type: =item
317 #: ../cat/virt-cat.pod:81 ../cat/virt-filesystems.pod:125
318 #: ../cat/virt-ls.pod:291 ../df/virt-df.pod:78 ../rescue/virt-rescue.pod:107
319 #, fuzzy
320 #| msgid "B<-c URI>"
321 msgid "B<-c> URI"
322 msgstr "B<-c адреса>"
323
324 #. type: =item
325 #: ../cat/virt-cat.pod:83 ../cat/virt-filesystems.pod:127
326 #: ../cat/virt-ls.pod:293 ../df/virt-df.pod:80 ../rescue/virt-rescue.pod:109
327 #, fuzzy
328 #| msgid "B<--connect URI>"
329 msgid "B<--connect> URI"
330 msgstr "B<--connect адреса>"
331
332 #. type: textblock
333 #: ../cat/virt-cat.pod:85 ../cat/virt-filesystems.pod:129
334 #: ../cat/virt-ls.pod:295 ../df/virt-df.pod:82 ../edit/virt-edit.pod:99
335 #: ../inspector/virt-inspector.pod:78 ../rescue/virt-rescue.pod:111
336 #: ../tools/virt-list-filesystems.pl:81 ../tools/virt-list-partitions.pl:82
337 #: ../tools/virt-tar.pl:131 ../tools/virt-win-reg.pl:132
338 msgid ""
339 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
340 "to the default libvirt hypervisor."
341 msgstr ""
342
343 #. type: textblock
344 #: ../cat/virt-cat.pod:88 ../cat/virt-filesystems.pod:132
345 #: ../cat/virt-ls.pod:298 ../df/virt-df.pod:85 ../rescue/virt-rescue.pod:114
346 msgid ""
347 "If you specify guest block devices directly (I<-a>), then libvirt is not "
348 "used at all."
349 msgstr ""
350
351 #. type: =item
352 #: ../cat/virt-cat.pod:91 ../cat/virt-filesystems.pod:141
353 #: ../cat/virt-ls.pod:307 ../df/virt-df.pod:88 ../edit/virt-edit.pod:105
354 #: ../inspector/virt-inspector.pod:85 ../rescue/virt-rescue.pod:117
355 msgid "B<-d> guest"
356 msgstr ""
357
358 #. type: =item
359 #: ../cat/virt-cat.pod:93 ../cat/virt-filesystems.pod:143
360 #: ../cat/virt-ls.pod:309 ../df/virt-df.pod:90 ../edit/virt-edit.pod:107
361 #: ../inspector/virt-inspector.pod:87 ../rescue/virt-rescue.pod:119
362 msgid "B<--domain> guest"
363 msgstr ""
364
365 #. type: textblock
366 #: ../cat/virt-cat.pod:95 ../cat/virt-filesystems.pod:145
367 #: ../cat/virt-ls.pod:311 ../df/virt-df.pod:92 ../edit/virt-edit.pod:109
368 #: ../inspector/virt-inspector.pod:89 ../rescue/virt-rescue.pod:121
369 msgid ""
370 "Add all the disks from the named libvirt guest.  Domain UUIDs can be used "
371 "instead of names."
372 msgstr ""
373
374 #. type: =item
375 #: ../cat/virt-cat.pod:98 ../cat/virt-filesystems.pod:148
376 #: ../cat/virt-ls.pod:314 ../edit/virt-edit.pod:112 ../fish/guestfish.pod:217
377 #: ../fuse/guestmount.pod:126 ../inspector/virt-inspector.pod:92
378 msgid "B<--echo-keys>"
379 msgstr "B<--echo-keys>"
380
381 #. type: textblock
382 #: ../cat/virt-cat.pod:100
383 msgid ""
384 "When prompting for keys and passphrases, virt-cat normally turns echoing off "
385 "so you cannot see what you are typing.  If you are not worried about Tempest "
386 "attacks and there is no one else in the room you can specify this flag to "
387 "see what you are typing."
388 msgstr ""
389
390 #. type: =item
391 #: ../cat/virt-cat.pod:105 ../cat/virt-filesystems.pod:170
392 #: ../cat/virt-ls.pod:328 ../df/virt-df.pod:95 ../fish/guestfish.pod:233
393 #: ../fuse/guestmount.pod:133 ../inspector/virt-inspector.pod:99
394 #: ../rescue/virt-rescue.pod:124
395 msgid "B<--format=raw|qcow2|..>"
396 msgstr "B<--format=raw|qcow2|..>"
397
398 #. type: =item
399 #: ../cat/virt-cat.pod:107 ../cat/virt-filesystems.pod:172
400 #: ../cat/virt-ls.pod:330 ../df/virt-df.pod:97 ../edit/virt-edit.pod:134
401 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:135
402 #: ../inspector/virt-inspector.pod:101 ../rescue/virt-rescue.pod:126
403 msgid "B<--format>"
404 msgstr "B<--format>"
405
406 #. type: textblock
407 #: ../cat/virt-cat.pod:109 ../cat/virt-filesystems.pod:174
408 #: ../cat/virt-ls.pod:332 ../df/virt-df.pod:99 ../edit/virt-edit.pod:136
409 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:137
410 #: ../rescue/virt-rescue.pod:128
411 msgid ""
412 "The default for the I<-a> option is to auto-detect the format of the disk "
413 "image.  Using this forces the disk format for I<-a> options which follow on "
414 "the command line.  Using I<--format> with no argument switches back to auto-"
415 "detection for subsequent I<-a> options."
416 msgstr ""
417
418 #. type: textblock
419 #: ../cat/virt-cat.pod:114 ../cat/virt-filesystems.pod:179
420 #: ../cat/virt-ls.pod:337 ../df/virt-df.pod:104 ../edit/virt-edit.pod:141
421 #: ../fish/guestfish.pod:242 ../fish/guestfish.pod:673
422 #: ../inspector/virt-inspector.pod:335 ../rescue/virt-rescue.pod:133
423 #: ../src/guestfs.pod:2652
424 msgid "For example:"
425 msgstr "Приклад:"
426
427 #. type: verbatim
428 #: ../cat/virt-cat.pod:116
429 #, fuzzy, no-wrap
430 #| msgid ""
431 #| " guestfish --format=raw -a disk.img\n"
432 #| "\n"
433 msgid ""
434 " virt-cat --format=raw -a disk.img file\n"
435 "\n"
436 msgstr ""
437 " guestfish --format=raw -a disk.img\n"
438 "\n"
439
440 #. type: textblock
441 #: ../cat/virt-cat.pod:118 ../cat/virt-filesystems.pod:183
442 #: ../cat/virt-ls.pod:341 ../df/virt-df.pod:108 ../edit/virt-edit.pod:145
443 #: ../fish/guestfish.pod:246 ../rescue/virt-rescue.pod:137
444 msgid "forces raw format (no auto-detection) for C<disk.img>."
445 msgstr ""
446
447 #. type: verbatim
448 #: ../cat/virt-cat.pod:120
449 #, fuzzy, no-wrap
450 #| msgid ""
451 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
452 #| "\n"
453 msgid ""
454 " virt-cat --format=raw -a disk.img --format -a another.img file\n"
455 "\n"
456 msgstr ""
457 " guestfish --format=raw -a disk.img --format -a another.img\n"
458 "\n"
459
460 #. type: textblock
461 #: ../cat/virt-cat.pod:122 ../cat/virt-filesystems.pod:187
462 #: ../cat/virt-ls.pod:345 ../df/virt-df.pod:112 ../edit/virt-edit.pod:149
463 #: ../fish/guestfish.pod:250 ../rescue/virt-rescue.pod:141
464 msgid ""
465 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
466 "detection for C<another.img>."
467 msgstr ""
468
469 #. type: textblock
470 #: ../cat/virt-cat.pod:125 ../cat/virt-filesystems.pod:190
471 #: ../cat/virt-ls.pod:348 ../df/virt-df.pod:115 ../edit/virt-edit.pod:152
472 #: ../rescue/virt-rescue.pod:144
473 msgid ""
474 "If you have untrusted raw-format guest disk images, you should use this "
475 "option to specify the disk format.  This avoids a possible security problem "
476 "with malicious guests (CVE-2010-3851)."
477 msgstr ""
478
479 #. type: =item
480 #: ../cat/virt-cat.pod:129 ../cat/virt-filesystems.pod:200
481 #: ../cat/virt-ls.pod:361 ../edit/virt-edit.pod:156 ../fish/guestfish.pod:289
482 #: ../fuse/guestmount.pod:163 ../inspector/virt-inspector.pod:114
483 msgid "B<--keys-from-stdin>"
484 msgstr "B<--keys-from-stdin>"
485
486 #. type: textblock
487 #: ../cat/virt-cat.pod:131 ../cat/virt-filesystems.pod:202
488 #: ../cat/virt-ls.pod:363 ../edit/virt-edit.pod:158 ../fish/guestfish.pod:291
489 #: ../fuse/guestmount.pod:165 ../inspector/virt-inspector.pod:116
490 msgid ""
491 "Read key or passphrase parameters from stdin.  The default is to try to read "
492 "passphrases from the user by opening C</dev/tty>."
493 msgstr ""
494
495 #. type: =item
496 #: ../cat/virt-cat.pod:134 ../cat/virt-filesystems.pod:261
497 #: ../cat/virt-ls.pod:425 ../df/virt-df.pod:167 ../edit/virt-edit.pod:161
498 #: ../fish/guestfish.pod:390 ../fuse/guestmount.pod:257
499 #: ../inspector/virt-inspector.pod:119 ../rescue/virt-rescue.pod:178
500 msgid "B<-v>"
501 msgstr "B<-v>"
502
503 #. type: =item
504 #: ../cat/virt-cat.pod:136 ../cat/virt-filesystems.pod:263
505 #: ../cat/virt-ls.pod:427 ../df/virt-df.pod:169 ../edit/virt-edit.pod:163
506 #: ../fish/guestfish.pod:392 ../fuse/guestmount.pod:259
507 #: ../inspector/virt-inspector.pod:121 ../rescue/virt-rescue.pod:180
508 msgid "B<--verbose>"
509 msgstr "B<--verbose>"
510
511 #. type: textblock
512 #: ../cat/virt-cat.pod:138 ../cat/virt-filesystems.pod:265
513 #: ../cat/virt-ls.pod:429 ../df/virt-df.pod:171 ../edit/virt-edit.pod:165
514 #: ../inspector/virt-inspector.pod:123 ../rescue/virt-rescue.pod:182
515 msgid "Enable verbose messages for debugging."
516 msgstr ""
517
518 #. type: =item
519 #: ../cat/virt-cat.pod:140 ../cat/virt-filesystems.pod:267
520 #: ../cat/virt-ls.pod:431 ../df/virt-df.pod:173 ../edit/virt-edit.pod:167
521 #: ../fish/guestfish.pod:397 ../fuse/guestmount.pod:263
522 #: ../inspector/virt-inspector.pod:125 ../rescue/virt-rescue.pod:184
523 #: ../resize/virt-resize.pod:478
524 msgid "B<-V>"
525 msgstr "B<-V>"
526
527 #. type: =item
528 #: ../cat/virt-cat.pod:142 ../cat/virt-filesystems.pod:269
529 #: ../cat/virt-ls.pod:433 ../df/virt-df.pod:175 ../edit/virt-edit.pod:169
530 #: ../fish/guestfish.pod:399 ../fuse/guestmount.pod:265
531 #: ../inspector/virt-inspector.pod:127 ../rescue/virt-rescue.pod:186
532 #: ../resize/virt-resize.pod:480 ../tools/virt-list-filesystems.pl:69
533 #: ../tools/virt-list-partitions.pl:70 ../tools/virt-make-fs.pl:169
534 #: ../tools/virt-tar.pl:119 ../tools/virt-win-reg.pl:112
535 msgid "B<--version>"
536 msgstr "B<--version>"
537
538 #. type: textblock
539 #: ../cat/virt-cat.pod:144 ../cat/virt-filesystems.pod:271
540 #: ../cat/virt-ls.pod:435 ../df/virt-df.pod:177 ../edit/virt-edit.pod:171
541 #: ../inspector/virt-inspector.pod:129 ../rescue/virt-rescue.pod:188
542 #: ../resize/virt-resize.pod:482 ../tools/virt-list-filesystems.pl:71
543 #: ../tools/virt-list-partitions.pl:72 ../tools/virt-make-fs.pl:171
544 #: ../tools/virt-tar.pl:121 ../tools/virt-win-reg.pl:114
545 msgid "Display version number and exit."
546 msgstr "Показати дані щодо версії і завершити роботу."
547
548 #. type: =item
549 #: ../cat/virt-cat.pod:146 ../cat/virt-filesystems.pod:281
550 #: ../cat/virt-ls.pod:437 ../df/virt-df.pod:179 ../edit/virt-edit.pod:173
551 #: ../fish/guestfish.pod:412 ../fuse/guestmount.pod:278
552 #: ../inspector/virt-inspector.pod:131 ../rescue/virt-rescue.pod:199
553 #: ../tools/virt-tar.pl:158
554 msgid "B<-x>"
555 msgstr "B<-x>"
556
557 #. type: textblock
558 #: ../cat/virt-cat.pod:148 ../cat/virt-filesystems.pod:283
559 #: ../cat/virt-ls.pod:439 ../df/virt-df.pod:181 ../edit/virt-edit.pod:175
560 #: ../inspector/virt-inspector.pod:133 ../rescue/virt-rescue.pod:201
561 msgid "Enable tracing of libguestfs API calls."
562 msgstr ""
563
564 #. type: =head1
565 #: ../cat/virt-cat.pod:152 ../cat/virt-ls.pod:443 ../edit/virt-edit.pod:179
566 #: ../inspector/virt-inspector.pod:137 ../rescue/virt-rescue.pod:205
567 msgid "OLD-STYLE COMMAND LINE ARGUMENTS"
568 msgstr ""
569
570 #. type: textblock
571 #: ../cat/virt-cat.pod:154
572 msgid "Previous versions of virt-cat allowed you to write either:"
573 msgstr ""
574
575 #. type: verbatim
576 #: ../cat/virt-cat.pod:156
577 #, fuzzy, no-wrap
578 #| msgid ""
579 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
580 #| "\n"
581 msgid ""
582 " virt-cat disk.img [disk.img ...] file\n"
583 "\n"
584 msgstr ""
585 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
586 "\n"
587
588 #. type: textblock
589 #: ../cat/virt-cat.pod:158 ../cat/virt-ls.pod:449 ../edit/virt-edit.pod:185
590 #: ../inspector/virt-inspector.pod:143 ../rescue/virt-rescue.pod:211
591 #, fuzzy
592 #| msgid "or:"
593 msgid "or"
594 msgstr "або:"
595
596 #. type: verbatim
597 #: ../cat/virt-cat.pod:160
598 #, no-wrap
599 msgid ""
600 " virt-cat guestname file\n"
601 "\n"
602 msgstr ""
603
604 #. type: textblock
605 #: ../cat/virt-cat.pod:162 ../cat/virt-ls.pod:453 ../edit/virt-edit.pod:189
606 #: ../inspector/virt-inspector.pod:147 ../rescue/virt-rescue.pod:215
607 msgid ""
608 "whereas in this version you should use I<-a> or I<-d> respectively to avoid "
609 "the confusing case where a disk image might have the same name as a guest."
610 msgstr ""
611
612 #. type: textblock
613 #: ../cat/virt-cat.pod:166 ../cat/virt-ls.pod:457 ../edit/virt-edit.pod:193
614 #: ../inspector/virt-inspector.pod:151 ../rescue/virt-rescue.pod:219
615 msgid "For compatibility the old style is still supported."
616 msgstr ""
617
618 #. type: =head1
619 #: ../cat/virt-cat.pod:168 ../edit/virt-edit.pod:297
620 msgid "USING GUESTFISH"
621 msgstr ""
622
623 #. type: textblock
624 #: ../cat/virt-cat.pod:170
625 msgid ""
626 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
627 "C<virt-cat> doesn't work."
628 msgstr ""
629
630 #. type: textblock
631 #: ../cat/virt-cat.pod:173
632 msgid "Using C<virt-cat> is approximately equivalent to doing:"
633 msgstr ""
634
635 #. type: verbatim
636 #: ../cat/virt-cat.pod:175
637 #, fuzzy, no-wrap
638 #| msgid ""
639 #| " guestfish --ro -d myguest -i\n"
640 #| "\n"
641 msgid ""
642 " guestfish --ro -i -d domname download file -\n"
643 "\n"
644 msgstr ""
645 " guestfish --ro -d myguest -i\n"
646 "\n"
647
648 #. type: textblock
649 #: ../cat/virt-cat.pod:177
650 msgid ""
651 "where C<domname> is the name of the libvirt guest, and C<file> is the full "
652 "path to the file.  Note the final C<-> (meaning \"output to stdout\")."
653 msgstr ""
654
655 #. type: textblock
656 #: ../cat/virt-cat.pod:181
657 msgid ""
658 "The command above uses libguestfs's guest inspection feature and so does not "
659 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
660 "disk images that don't contain guests.  To display a file from a disk image "
661 "directly, use:"
662 msgstr ""
663
664 #. type: verbatim
665 #: ../cat/virt-cat.pod:186
666 #, fuzzy, no-wrap
667 #| msgid ""
668 #| " guestfish [--ro] -i disk.img\n"
669 #| "\n"
670 msgid ""
671 " guestfish --ro -a disk.img -m /dev/sda1 download file -\n"
672 "\n"
673 msgstr ""
674 " guestfish [--ro] -i disk.img\n"
675 "\n"
676
677 #. type: textblock
678 #: ../cat/virt-cat.pod:188
679 msgid ""
680 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
681 "the disk image to edit, and C<file> is the full path to the file."
682 msgstr ""
683
684 #. type: =head1
685 #: ../cat/virt-cat.pod:192 ../cat/virt-filesystems.pod:365
686 #: ../cat/virt-ls.pod:483 ../df/virt-df.pod:209 ../edit/virt-edit.pod:342
687 #: ../inspector/virt-inspector.pod:349 ../rescue/virt-rescue.pod:262
688 #: ../resize/virt-resize.pod:543 ../tools/virt-list-filesystems.pl:188
689 #: ../tools/virt-list-partitions.pl:258 ../tools/virt-make-fs.pl:532
690 #: ../tools/virt-tar.pl:289 ../tools/virt-win-reg.pl:733
691 msgid "SHELL QUOTING"
692 msgstr ""
693
694 #. type: textblock
695 #: ../cat/virt-cat.pod:194 ../cat/virt-filesystems.pod:367
696 #: ../cat/virt-ls.pod:485 ../df/virt-df.pod:211 ../edit/virt-edit.pod:344
697 #: ../inspector/virt-inspector.pod:351 ../rescue/virt-rescue.pod:264
698 #: ../resize/virt-resize.pod:545 ../tools/virt-list-filesystems.pl:190
699 #: ../tools/virt-list-partitions.pl:260 ../tools/virt-make-fs.pl:534
700 #: ../tools/virt-tar.pl:291 ../tools/virt-win-reg.pl:741
701 msgid ""
702 "Libvirt guest names can contain arbitrary characters, some of which have "
703 "meaning to the shell such as C<#> and space.  You may need to quote or "
704 "escape these characters on the command line.  See the shell manual page L<sh"
705 "(1)> for details."
706 msgstr ""
707
708 #. type: =head1
709 #: ../cat/virt-cat.pod:199 ../cat/virt-filesystems.pod:372
710 #: ../cat/virt-ls.pod:490 ../df/virt-df.pod:216 ../edit/virt-edit.pod:349
711 #: ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384
712 #: ../fish/guestfish.pod:1214 ../fish/virt-copy-in.pod:50
713 #: ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47
714 #: ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:303
715 #: ../inspector/virt-inspector.pod:372 ../java/examples/guestfs-java.pod:45
716 #: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39
717 #: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:284
718 #: ../resize/virt-resize.pod:550 ../ruby/examples/guestfs-ruby.pod:36
719 #: ../src/guestfs.pod:3016 ../test-tool/libguestfs-test-tool.pod:87
720 #: ../tools/virt-list-filesystems.pl:195 ../tools/virt-list-partitions.pl:265
721 #: ../tools/virt-make-fs.pl:539 ../tools/virt-tar.pl:296
722 #: ../tools/virt-win-reg.pl:746
723 msgid "SEE ALSO"
724 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
725
726 #. type: textblock
727 #: ../cat/virt-cat.pod:201
728 #, fuzzy
729 #| msgid ""
730 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
731 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
732 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
733 msgid ""
734 "L<guestfs(3)>, L<guestfish(1)>, L<virt-copy-out(1)>, L<virt-edit(1)>, L<virt-"
735 "tar-out(1)>, L<http://libguestfs.org/>."
736 msgstr ""
737 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
738 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
739 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
740
741 #. type: =head1
742 #: ../cat/virt-cat.pod:208 ../cat/virt-filesystems.pod:383
743 #: ../cat/virt-ls.pod:502 ../df/virt-df.pod:224 ../edit/virt-edit.pod:363
744 #: ../rescue/virt-rescue.pod:292 ../resize/virt-resize.pod:571
745 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-list-partitions.pl:277
746 #: ../tools/virt-make-fs.pl:564 ../tools/virt-tar.pl:311
747 #: ../tools/virt-win-reg.pl:772
748 msgid "AUTHOR"
749 msgstr "АВТОР"
750
751 #. type: textblock
752 #: ../cat/virt-cat.pod:210 ../cat/virt-filesystems.pod:385
753 #: ../cat/virt-ls.pod:504 ../df/virt-df.pod:226 ../edit/virt-edit.pod:365
754 #: ../inspector/virt-inspector.pod:386 ../rescue/virt-rescue.pod:294
755 #: ../resize/virt-resize.pod:573 ../tools/virt-list-filesystems.pl:210
756 #: ../tools/virt-list-partitions.pl:279 ../tools/virt-make-fs.pl:566
757 #: ../tools/virt-tar.pl:313 ../tools/virt-win-reg.pl:774
758 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
759 msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
760
761 #. type: =head1
762 #: ../cat/virt-cat.pod:212 ../cat/virt-filesystems.pod:387
763 #: ../cat/virt-ls.pod:506 ../df/virt-df.pod:228 ../edit/virt-edit.pod:367
764 #: ../examples/guestfs-examples.pod:48 ../examples/guestfs-recipes.pod:400
765 #: ../fish/guestfish.pod:1242 ../fish/virt-copy-in.pod:64
766 #: ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62
767 #: ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:318
768 #: ../inspector/virt-inspector.pod:394 ../java/examples/guestfs-java.pod:61
769 #: ../ocaml/examples/guestfs-ocaml.pod:94 ../perl/examples/guestfs-perl.pod:55
770 #: ../python/examples/guestfs-python.pod:57 ../rescue/virt-rescue.pod:296
771 #: ../resize/virt-resize.pod:575 ../ruby/examples/guestfs-ruby.pod:51
772 #: ../src/guestfs.pod:3091 ../test-tool/libguestfs-test-tool.pod:97
773 #: ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281
774 #: ../tools/virt-make-fs.pl:568 ../tools/virt-tar.pl:315
775 #: ../tools/virt-win-reg.pl:776
776 msgid "COPYRIGHT"
777 msgstr "АВТОРСЬКІ ПРАВА"
778
779 #. type: textblock
780 #: ../cat/virt-cat.pod:214 ../inspector/virt-inspector.pod:396
781 #: ../resize/virt-resize.pod:577
782 #, fuzzy
783 #| msgid "Copyright (C) 2009-2010 Red Hat Inc."
784 msgid "Copyright (C) 2010-2011 Red Hat Inc."
785 msgstr "© Red Hat Inc., 2009–2010"
786
787 #. type: textblock
788 #: ../cat/virt-cat.pod:216 ../cat/virt-filesystems.pod:391
789 #: ../cat/virt-ls.pod:510 ../df/virt-df.pod:232 ../edit/virt-edit.pod:371
790 #: ../fish/guestfish.pod:1247 ../fish/virt-copy-in.pod:69
791 #: ../fish/virt-copy-out.pod:58 ../fish/virt-tar-in.pod:67
792 #: ../fish/virt-tar-out.pod:60 ../fuse/guestmount.pod:323
793 #: ../inspector/virt-inspector.pod:398 ../rescue/virt-rescue.pod:300
794 #: ../resize/virt-resize.pod:579 ../test-tool/libguestfs-test-tool.pod:102
795 #: ../tools/virt-list-filesystems.pl:216 ../tools/virt-list-partitions.pl:285
796 #: ../tools/virt-make-fs.pl:572 ../tools/virt-tar.pl:319
797 #: ../tools/virt-win-reg.pl:780
798 msgid ""
799 "This program is free software; you can redistribute it and/or modify it "
800 "under the terms of the GNU General Public License as published by the Free "
801 "Software Foundation; either version 2 of the License, or (at your option) "
802 "any later version."
803 msgstr ""
804
805 #. type: textblock
806 #: ../cat/virt-cat.pod:221 ../cat/virt-filesystems.pod:396
807 #: ../cat/virt-ls.pod:515 ../df/virt-df.pod:237 ../edit/virt-edit.pod:376
808 #: ../fish/guestfish.pod:1252 ../fish/virt-copy-in.pod:74
809 #: ../fish/virt-copy-out.pod:63 ../fish/virt-tar-in.pod:72
810 #: ../fish/virt-tar-out.pod:65 ../fuse/guestmount.pod:328
811 #: ../inspector/virt-inspector.pod:403 ../rescue/virt-rescue.pod:305
812 #: ../resize/virt-resize.pod:584 ../test-tool/libguestfs-test-tool.pod:107
813 #: ../tools/virt-list-filesystems.pl:221 ../tools/virt-list-partitions.pl:290
814 #: ../tools/virt-make-fs.pl:577 ../tools/virt-tar.pl:324
815 #: ../tools/virt-win-reg.pl:785
816 msgid ""
817 "This program is distributed in the hope that it will be useful, but WITHOUT "
818 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
819 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
820 "more details."
821 msgstr ""
822 "Ця програма поширюється у сподіванні, що вона буде корисною, але БЕЗ БУДЬ-"
823 "ЯКИХ ГАРАНТІЙНИХ ЗОБОВ’ЯЗАНЬ; навіть без очевидної гарантії ПРАЦЕЗДАТНОСТІ "
824 "або ПРИДАТНОСТІ ДЛЯ ВИКОРИСТАННЯ З ПЕВНОЮ МЕТОЮ. Докладніше про це можна "
825 "дізнатися з GNU General Public License."
826
827 #. type: textblock
828 #: ../cat/virt-cat.pod:226 ../cat/virt-filesystems.pod:401
829 #: ../cat/virt-ls.pod:520 ../df/virt-df.pod:242 ../edit/virt-edit.pod:381
830 #: ../fish/guestfish.pod:1257 ../fish/virt-copy-in.pod:79
831 #: ../fish/virt-copy-out.pod:68 ../fish/virt-tar-in.pod:77
832 #: ../fish/virt-tar-out.pod:70 ../fuse/guestmount.pod:333
833 #: ../inspector/virt-inspector.pod:408 ../rescue/virt-rescue.pod:310
834 #: ../resize/virt-resize.pod:589 ../test-tool/libguestfs-test-tool.pod:112
835 #: ../tools/virt-list-filesystems.pl:226 ../tools/virt-list-partitions.pl:295
836 #: ../tools/virt-make-fs.pl:582 ../tools/virt-tar.pl:329
837 #: ../tools/virt-win-reg.pl:790
838 msgid ""
839 "You should have received a copy of the GNU General Public License along with "
840 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
841 "Ave, Cambridge, MA 02139, USA."
842 msgstr ""
843
844 #. type: textblock
845 #: ../cat/virt-filesystems.pod:5
846 msgid ""
847 "virt-filesystems - List filesystems, partitions, block devices, LVM in a "
848 "virtual machine or disk image"
849 msgstr ""
850
851 #. type: verbatim
852 #: ../cat/virt-filesystems.pod:9
853 #, fuzzy, no-wrap
854 #| msgid ""
855 #| " virt-list-partitions [--options] domname\n"
856 #| "\n"
857 msgid ""
858 " virt-filesystems [--options] -d domname\n"
859 "\n"
860 msgstr ""
861 " virt-list-partitions [--параметри] назва_домену\n"
862 "\n"
863
864 #. type: verbatim
865 #: ../cat/virt-filesystems.pod:11
866 #, fuzzy, no-wrap
867 #| msgid ""
868 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
869 #| "\n"
870 msgid ""
871 " virt-filesystems [--options] -a disk.img [-a disk.img ...]\n"
872 "\n"
873 msgstr ""
874 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
875 "\n"
876
877 #. type: textblock
878 #: ../cat/virt-filesystems.pod:15
879 msgid ""
880 "This tool allows you to discover filesystems, partitions, logical volumes, "
881 "and their sizes in a disk image or virtual machine.  It is a replacement for "
882 "L<virt-list-filesystems(1)> and L<virt-list-partitions(1)>."
883 msgstr ""
884
885 #. type: textblock
886 #: ../cat/virt-filesystems.pod:20
887 msgid ""
888 "One use for this tool is from shell scripts to iterate over all filesystems "
889 "from a disk image:"
890 msgstr ""
891
892 #. type: verbatim
893 #: ../cat/virt-filesystems.pod:23
894 #, no-wrap
895 msgid ""
896 " for fs in $(virt-filesystems -a disk.img); do\n"
897 "   # ...\n"
898 " done\n"
899 "\n"
900 msgstr ""
901
902 #. type: textblock
903 #: ../cat/virt-filesystems.pod:27
904 msgid ""
905 "Another use is to list partitions before using another tool to modify those "
906 "partitions (such as L<virt-resize(1)>).  If you are curious about what an "
907 "unknown disk image contains, use this tool along with L<virt-inspector(1)>."
908 msgstr ""
909
910 #. type: textblock
911 #: ../cat/virt-filesystems.pod:32
912 msgid ""
913 "Various command line options control what this program displays.  You need "
914 "to give either I<-a> or I<-d> options to specify the disk image or libvirt "
915 "guest respectively.  If you just specify that then the program shows "
916 "filesystems found, one per line, like this:"
917 msgstr ""
918
919 #. type: verbatim
920 #: ../cat/virt-filesystems.pod:37
921 #, no-wrap
922 msgid ""
923 " $ virt-filesystems -a disk.img\n"
924 " /dev/sda1\n"
925 " /dev/vg_guest/lv_root\n"
926 "\n"
927 msgstr ""
928
929 #. type: textblock
930 #: ../cat/virt-filesystems.pod:41
931 msgid ""
932 "If you add I<-l> or I<--long> then the output includes extra information:"
933 msgstr ""
934
935 #. type: verbatim
936 #: ../cat/virt-filesystems.pod:44
937 #, no-wrap
938 msgid ""
939 " $ virt-filesystems -a disk.img -l\n"
940 " Name                   Type         VFS   Label  Size\n"
941 " /dev/sda1              filesystem   ext4  boot   524288000\n"
942 " /dev/vg_guest/lv_root  filesystem   ext4  root   10212081664\n"
943 "\n"
944 msgstr ""
945
946 #. type: textblock
947 #: ../cat/virt-filesystems.pod:49
948 msgid ""
949 "If you add I<--extra> then non-mountable (swap, unknown) filesystems are "
950 "shown as well:"
951 msgstr ""
952
953 #. type: verbatim
954 #: ../cat/virt-filesystems.pod:52
955 #, no-wrap
956 msgid ""
957 " $ virt-filesystems -a disk.img --extra\n"
958 " /dev/sda1\n"
959 " /dev/vg_guest/lv_root\n"
960 " /dev/vg_guest/lv_swap\n"
961 " /dev/vg_guest/lv_data\n"
962 "\n"
963 msgstr ""
964
965 #. type: textblock
966 #: ../cat/virt-filesystems.pod:58
967 msgid ""
968 "If you add I<--partitions> then partitions are shown instead of filesystems:"
969 msgstr ""
970
971 #. type: verbatim
972 #: ../cat/virt-filesystems.pod:60
973 #, no-wrap
974 msgid ""
975 " $ virt-filesystems -a disk.img --partitions\n"
976 " /dev/sda1\n"
977 " /dev/sda2\n"
978 "\n"
979 msgstr ""
980
981 #. type: textblock
982 #: ../cat/virt-filesystems.pod:64
983 msgid ""
984 "Similarly you can use I<--logical-volumes>, I<--volume-groups>, I<--physical-"
985 "volumes>, I<--block-devices> to list those items."
986 msgstr ""
987
988 #. type: textblock
989 #: ../cat/virt-filesystems.pod:67
990 msgid ""
991 "You can use these options in combination as well (if you want a combination "
992 "including filesystems, you have to add I<--filesystems>).  Notice that some "
993 "items fall into several categories (eg. C</dev/sda1> might be both a "
994 "partition and a filesystem).  These items are listed several times.  To get "
995 "a list which includes absolutely everything that virt-filesystems knows "
996 "about, use the I<--all> option."
997 msgstr ""
998
999 #. type: textblock
1000 #: ../cat/virt-filesystems.pod:74
1001 msgid ""
1002 "UUIDs (because they are quite long) are not shown by default.  Add the I<--"
1003 "uuid> option to display device and filesystem UUIDs in the long output."
1004 msgstr ""
1005
1006 #. type: textblock
1007 #: ../cat/virt-filesystems.pod:78
1008 msgid ""
1009 "I<--all --long --uuid> is a useful combination to display all possible "
1010 "information about everything."
1011 msgstr ""
1012
1013 #. type: verbatim
1014 #: ../cat/virt-filesystems.pod:81
1015 #, no-wrap
1016 msgid ""
1017 " $ virt-filesystems -a win.img --all --long --uuid -h\n"
1018 " Name      Type       VFS  Label           Size Parent   UUID\n"
1019 " /dev/sda1 filesystem ntfs System Reserved 100M -        F81C92571C92112C\n"
1020 " /dev/sda2 filesystem ntfs -               20G  -        F2E8996AE8992E3B\n"
1021 " /dev/sda1 partition  -    -               100M /dev/sda -\n"
1022 " /dev/sda2 partition  -    -               20G  /dev/sda -\n"
1023 " /dev/sda  device     -    -               20G  -        -\n"
1024 "\n"
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../cat/virt-filesystems.pod:89
1029 msgid ""
1030 "For machine-readable output, use I<--csv> to get Comma-Separated Values."
1031 msgstr ""
1032
1033 #. type: =item
1034 #: ../cat/virt-filesystems.pod:110 ../tools/virt-list-filesystems.pl:121
1035 #, fuzzy
1036 #| msgid "B<--help>"
1037 msgid "B<--all>"
1038 msgstr "B<--help>"
1039
1040 #. type: textblock
1041 #: ../cat/virt-filesystems.pod:112
1042 msgid ""
1043 "Display everything.  This is currently the same as specifying these options: "
1044 "I<--filesystems>, I<--extra>, I<--partitions>, I<--block-devices>, I<--"
1045 "logical-volumes>, I<--volume-groups>, I<--physical-volumes>.  (More may be "
1046 "added to this list in future)."
1047 msgstr ""
1048
1049 #. type: textblock
1050 #: ../cat/virt-filesystems.pod:117
1051 #, fuzzy
1052 #| msgid "See also L</is-lv>."
1053 msgid "See also I<--long>."
1054 msgstr "Див. також L</is-lv>."
1055
1056 #. type: =item
1057 #: ../cat/virt-filesystems.pod:119
1058 #, fuzzy
1059 #| msgid "B<--live>"
1060 msgid "B<--blkdevs>"
1061 msgstr "B<--live>"
1062
1063 #. type: =item
1064 #: ../cat/virt-filesystems.pod:121
1065 #, fuzzy
1066 #| msgid "is-blockdev"
1067 msgid "B<--block-devices>"
1068 msgstr "is-blockdev"
1069
1070 #. type: textblock
1071 #: ../cat/virt-filesystems.pod:123
1072 #, fuzzy
1073 #| msgid "is-blockdev"
1074 msgid "Display block devices."
1075 msgstr "is-blockdev"
1076
1077 #. type: =item
1078 #: ../cat/virt-filesystems.pod:135 ../cat/virt-ls.pod:301
1079 #, fuzzy
1080 #| msgid "B<--csh>"
1081 msgid "B<--csv>"
1082 msgstr "B<--csh>"
1083
1084 #. type: textblock
1085 #: ../cat/virt-filesystems.pod:137 ../cat/virt-ls.pod:303
1086 msgid ""
1087 "Write out the results in CSV format (comma-separated values).  This format "
1088 "can be imported easily into databases and spreadsheets, but read L</NOTE "
1089 "ABOUT CSV FORMAT> below."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../cat/virt-filesystems.pod:150
1094 msgid ""
1095 "When prompting for keys and passphrases, virt-filesystems normally turns "
1096 "echoing off so you cannot see what you are typing.  If you are not worried "
1097 "about Tempest attacks and there is no one else in the room you can specify "
1098 "this flag to see what you are typing."
1099 msgstr ""
1100
1101 #. type: =item
1102 #: ../cat/virt-filesystems.pod:155
1103 #, fuzzy
1104 #| msgid "B<--ro>"
1105 msgid "B<--extra>"
1106 msgstr "B<--ro>"
1107
1108 #. type: textblock
1109 #: ../cat/virt-filesystems.pod:157
1110 msgid ""
1111 "This causes filesystems that are not ordinary, mountable filesystems to be "
1112 "displayed.  This category includes swapspace, and filesystems that are empty "
1113 "or contain unknown data."
1114 msgstr ""
1115
1116 #. type: textblock
1117 #: ../cat/virt-filesystems.pod:161
1118 msgid "This option implies I<--filesystems>."
1119 msgstr ""
1120
1121 #. type: =item
1122 #: ../cat/virt-filesystems.pod:163
1123 #, fuzzy
1124 #| msgid "list-filesystems"
1125 msgid "B<--filesystems>"
1126 msgstr "list-filesystems"
1127
1128 #. type: textblock
1129 #: ../cat/virt-filesystems.pod:165
1130 msgid ""
1131 "Display mountable filesystems.  If no display option was selected then this "
1132 "option is implied."
1133 msgstr ""
1134
1135 #. type: textblock
1136 #: ../cat/virt-filesystems.pod:168
1137 msgid "With I<--extra>, non-mountable filesystems are shown too."
1138 msgstr ""
1139
1140 #. type: verbatim
1141 #: ../cat/virt-filesystems.pod:181
1142 #, fuzzy, no-wrap
1143 #| msgid ""
1144 #| " guestfish --format=raw -a disk.img\n"
1145 #| "\n"
1146 msgid ""
1147 " virt-filesystems --format=raw -a disk.img\n"
1148 "\n"
1149 msgstr ""
1150 " guestfish --format=raw -a disk.img\n"
1151 "\n"
1152
1153 #. type: verbatim
1154 #: ../cat/virt-filesystems.pod:185
1155 #, fuzzy, no-wrap
1156 #| msgid ""
1157 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
1158 #| "\n"
1159 msgid ""
1160 " virt-filesystems --format=raw -a disk.img --format -a another.img\n"
1161 "\n"
1162 msgstr ""
1163 " guestfish --format=raw -a disk.img --format -a another.img\n"
1164 "\n"
1165
1166 #. type: =item
1167 #: ../cat/virt-filesystems.pod:194 ../cat/virt-ls.pod:352
1168 #: ../df/virt-df.pod:119 ../fish/guestfish.pod:156
1169 #: ../tools/virt-list-partitions.pl:109
1170 msgid "B<-h>"
1171 msgstr "B<-h>"
1172
1173 #. type: =item
1174 #: ../cat/virt-filesystems.pod:196 ../cat/virt-ls.pod:354
1175 #: ../df/virt-df.pod:121 ../tools/virt-list-partitions.pl:111
1176 #, fuzzy
1177 #| msgid "B<-h> | B<--human-readable>"
1178 msgid "B<--human-readable>"
1179 msgstr "B<-h> | B<--human-readable>"
1180
1181 #. type: textblock
1182 #: ../cat/virt-filesystems.pod:198
1183 msgid "In I<--long> mode, display sizes in human-readable format."
1184 msgstr ""
1185
1186 #. type: =item
1187 #: ../cat/virt-filesystems.pod:205 ../cat/virt-ls.pod:366
1188 #: ../tools/virt-list-filesystems.pl:108 ../tools/virt-list-partitions.pl:119
1189 msgid "B<-l>"
1190 msgstr ""
1191
1192 #. type: =item
1193 #: ../cat/virt-filesystems.pod:207 ../cat/virt-ls.pod:368
1194 #: ../tools/virt-list-filesystems.pl:110 ../tools/virt-list-partitions.pl:121
1195 #, fuzzy
1196 #| msgid "B<--ro>"
1197 msgid "B<--long>"
1198 msgstr "B<--ro>"
1199
1200 #. type: textblock
1201 #: ../cat/virt-filesystems.pod:209
1202 msgid "Display extra columns of data (\"long format\")."
1203 msgstr ""
1204
1205 #. type: textblock
1206 #: ../cat/virt-filesystems.pod:211
1207 msgid "A title row is added unless you also specify I<--no-title>."
1208 msgstr ""
1209
1210 #. type: textblock
1211 #: ../cat/virt-filesystems.pod:213
1212 msgid ""
1213 "The extra columns displayed depend on what output you select, and the "
1214 "ordering of columns may change in future versions.  Use the title row, I<--"
1215 "csv> output and/or L<csvtool(1)> to match columns to data in external "
1216 "programs."
1217 msgstr ""
1218
1219 #. type: textblock
1220 #: ../cat/virt-filesystems.pod:218
1221 msgid ""
1222 "Use I<-h> if you want sizes to be displayed in human-readable format.  The "
1223 "default is to show raw numbers of I<bytes>."
1224 msgstr ""
1225
1226 #. type: textblock
1227 #: ../cat/virt-filesystems.pod:221
1228 msgid "Use I<--uuid> to display UUIDs too."
1229 msgstr ""
1230
1231 #. type: =item
1232 #: ../cat/virt-filesystems.pod:223
1233 #, fuzzy
1234 #| msgid "B<--live>"
1235 msgid "B<--lvs>"
1236 msgstr "B<--live>"
1237
1238 #. type: =item
1239 #: ../cat/virt-filesystems.pod:225
1240 #, fuzzy
1241 #| msgid "B<--live>"
1242 msgid "B<--logvols>"
1243 msgstr "B<--live>"
1244
1245 #. type: =item
1246 #: ../cat/virt-filesystems.pod:227
1247 #, fuzzy
1248 #| msgid "B<--live>"
1249 msgid "B<--logical-volumes>"
1250 msgstr "B<--live>"
1251
1252 #. type: textblock
1253 #: ../cat/virt-filesystems.pod:229
1254 msgid ""
1255 "Display LVM logical volumes.  In this mode, these are displayed irrespective "
1256 "of whether the LVs contain filesystems."
1257 msgstr ""
1258
1259 #. type: =item
1260 #: ../cat/virt-filesystems.pod:232
1261 #, fuzzy
1262 #| msgid "B<--listen>"
1263 msgid "B<--no-title>"
1264 msgstr "B<--listen>"
1265
1266 #. type: textblock
1267 #: ../cat/virt-filesystems.pod:234
1268 msgid "In I<--long> mode, don't add a title row."
1269 msgstr ""
1270
1271 #. type: textblock
1272 #: ../cat/virt-filesystems.pod:236
1273 msgid ""
1274 "Note that the order of the columns is not fixed, and may change in future "
1275 "versions of virt-filesystems, so using this option may give you unexpected "
1276 "surprises."
1277 msgstr ""
1278
1279 #. type: =item
1280 #: ../cat/virt-filesystems.pod:240
1281 #, fuzzy
1282 #| msgid "B<--partition>"
1283 msgid "B<--parts>"
1284 msgstr "B<--partition>"
1285
1286 #. type: =item
1287 #: ../cat/virt-filesystems.pod:242
1288 #, fuzzy
1289 #| msgid "B<--partition>"
1290 msgid "B<--partitions>"
1291 msgstr "B<--partition>"
1292
1293 #. type: textblock
1294 #: ../cat/virt-filesystems.pod:244
1295 msgid ""
1296 "Display partitions.  In this mode, these are displayed irrespective of "
1297 "whether the partitions contain filesystems."
1298 msgstr ""
1299
1300 #. type: =item
1301 #: ../cat/virt-filesystems.pod:247
1302 #, fuzzy
1303 #| msgid "B<--csh>"
1304 msgid "B<--pvs>"
1305 msgstr "B<--csh>"
1306
1307 #. type: =item
1308 #: ../cat/virt-filesystems.pod:249
1309 #, fuzzy
1310 #| msgid "B<--verbose>"
1311 msgid "B<--physvols>"
1312 msgstr "B<--verbose>"
1313
1314 #. type: =item
1315 #: ../cat/virt-filesystems.pod:251
1316 msgid "B<--physical-volumes>"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../cat/virt-filesystems.pod:253
1321 msgid "Display LVM physical volumes."
1322 msgstr ""
1323
1324 #. type: =item
1325 #: ../cat/virt-filesystems.pod:255 ../df/virt-df.pod:157
1326 #, fuzzy
1327 #| msgid "B<--live>"
1328 msgid "B<--uuid>"
1329 msgstr "B<--live>"
1330
1331 #. type: =item
1332 #: ../cat/virt-filesystems.pod:257
1333 #, fuzzy
1334 #| msgid "B<--csh>"
1335 msgid "B<--uuids>"
1336 msgstr "B<--csh>"
1337
1338 #. type: textblock
1339 #: ../cat/virt-filesystems.pod:259
1340 msgid "In I<--long> mode, display UUIDs as well."
1341 msgstr ""
1342
1343 #. type: =item
1344 #: ../cat/virt-filesystems.pod:273
1345 #, fuzzy
1346 #| msgid "B<--csh>"
1347 msgid "B<--vgs>"
1348 msgstr "B<--csh>"
1349
1350 #. type: =item
1351 #: ../cat/virt-filesystems.pod:275
1352 #, fuzzy
1353 #| msgid "B<--verbose>"
1354 msgid "B<--volgroups>"
1355 msgstr "B<--verbose>"
1356
1357 #. type: =item
1358 #: ../cat/virt-filesystems.pod:277
1359 #, fuzzy
1360 #| msgid "B<--verbose>"
1361 msgid "B<--volume-groups>"
1362 msgstr "B<--verbose>"
1363
1364 #. type: textblock
1365 #: ../cat/virt-filesystems.pod:279
1366 msgid "Display LVM volume groups."
1367 msgstr ""
1368
1369 #. type: =head1
1370 #: ../cat/virt-filesystems.pod:287
1371 msgid "COLUMNS"
1372 msgstr ""
1373
1374 #. type: textblock
1375 #: ../cat/virt-filesystems.pod:289
1376 msgid ""
1377 "Note that columns in the output are subject to reordering and change in "
1378 "future versions of this tool."
1379 msgstr ""
1380
1381 #. type: =item
1382 #: ../cat/virt-filesystems.pod:294
1383 msgid "B<Name>"
1384 msgstr ""
1385
1386 #. type: textblock
1387 #: ../cat/virt-filesystems.pod:296
1388 msgid "The filesystem, partition, block device or LVM name."
1389 msgstr ""
1390
1391 #. type: textblock
1392 #: ../cat/virt-filesystems.pod:298
1393 msgid ""
1394 "For device and partition names these are displayed as canonical libguestfs "
1395 "names, so that for example C</dev/sda2> is the second partition on the first "
1396 "device."
1397 msgstr ""
1398
1399 #. type: textblock
1400 #: ../cat/virt-filesystems.pod:302
1401 msgid ""
1402 "If the I<--long> option is B<not> specified, then only the name column is "
1403 "shown in the output."
1404 msgstr ""
1405
1406 #. type: =item
1407 #: ../cat/virt-filesystems.pod:305
1408 #, fuzzy
1409 #| msgid "B<-N type>"
1410 msgid "B<Type>"
1411 msgstr "B<-N тип>"
1412
1413 #. type: textblock
1414 #: ../cat/virt-filesystems.pod:307
1415 msgid "The object type, for example C<filesystem>, C<lv>, C<device> etc."
1416 msgstr ""
1417
1418 #. type: =item
1419 #: ../cat/virt-filesystems.pod:309
1420 msgid "B<VFS>"
1421 msgstr ""
1422
1423 #. type: textblock
1424 #: ../cat/virt-filesystems.pod:311
1425 msgid ""
1426 "If there is a filesystem, then this column displays the filesystem type if "
1427 "one could be detected, eg. C<ext4>."
1428 msgstr ""
1429
1430 #. type: =item
1431 #: ../cat/virt-filesystems.pod:314
1432 msgid "B<Label>"
1433 msgstr ""
1434
1435 #. type: textblock
1436 #: ../cat/virt-filesystems.pod:316
1437 msgid ""
1438 "If the object has a label (used for identifying and mounting filesystems) "
1439 "then this column contains the label."
1440 msgstr ""
1441
1442 #. type: =item
1443 #: ../cat/virt-filesystems.pod:319
1444 #, fuzzy
1445 #| msgid "B<part_size>"
1446 msgid "B<Size>"
1447 msgstr "B<part_size>"
1448
1449 #. type: textblock
1450 #: ../cat/virt-filesystems.pod:321
1451 msgid ""
1452 "The size of the object in bytes.  If the I<--human> option is used then the "
1453 "size is displayed in a human-readable form."
1454 msgstr ""
1455
1456 #. type: =item
1457 #: ../cat/virt-filesystems.pod:324
1458 msgid "B<Parent>"
1459 msgstr ""
1460
1461 #. type: textblock
1462 #: ../cat/virt-filesystems.pod:326
1463 msgid ""
1464 "The parent column records the parent relationship between objects.  For "
1465 "example, if the object is a partition, then this column contains the name of "
1466 "the containing device.  If the object is a logical volume, then this column "
1467 "is the name of the volume group."
1468 msgstr ""
1469
1470 #. type: =item
1471 #: ../cat/virt-filesystems.pod:331
1472 msgid "B<UUID>"
1473 msgstr ""
1474
1475 #. type: textblock
1476 #: ../cat/virt-filesystems.pod:333
1477 msgid ""
1478 "If the object has a UUID (used for identifying and mounting filesystems and "
1479 "block devices) then this column contains the UUID as a string."
1480 msgstr ""
1481
1482 #. type: textblock
1483 #: ../cat/virt-filesystems.pod:337
1484 msgid "The UUID is only displayed if the I<--uuid> option is given."
1485 msgstr ""
1486
1487 #. type: =head1
1488 #: ../cat/virt-filesystems.pod:341 ../cat/virt-ls.pod:459
1489 #: ../df/virt-df.pod:185
1490 msgid "NOTE ABOUT CSV FORMAT"
1491 msgstr ""
1492
1493 #. type: textblock
1494 #: ../cat/virt-filesystems.pod:343 ../cat/virt-ls.pod:461
1495 #: ../df/virt-df.pod:187
1496 msgid ""
1497 "Comma-separated values (CSV) is a deceptive format.  It I<seems> like it "
1498 "should be easy to parse, but it is definitely not easy to parse."
1499 msgstr ""
1500
1501 #. type: textblock
1502 #: ../cat/virt-filesystems.pod:346 ../cat/virt-ls.pod:464
1503 #: ../df/virt-df.pod:190
1504 msgid ""
1505 "Myth: Just split fields at commas.  Reality: This does I<not> work "
1506 "reliably.  This example has two columns:"
1507 msgstr ""
1508
1509 #. type: verbatim
1510 #: ../cat/virt-filesystems.pod:349 ../cat/virt-ls.pod:467
1511 #: ../df/virt-df.pod:193
1512 #, no-wrap
1513 msgid ""
1514 " \"foo,bar\",baz\n"
1515 "\n"
1516 msgstr ""
1517
1518 #. type: textblock
1519 #: ../cat/virt-filesystems.pod:351 ../cat/virt-ls.pod:469
1520 #: ../df/virt-df.pod:195
1521 msgid ""
1522 "Myth: Read the file one line at a time.  Reality: This does I<not> work "
1523 "reliably.  This example has one row:"
1524 msgstr ""
1525
1526 #. type: verbatim
1527 #: ../cat/virt-filesystems.pod:354 ../cat/virt-ls.pod:472
1528 #: ../df/virt-df.pod:198
1529 #, no-wrap
1530 msgid ""
1531 " \"foo\n"
1532 " bar\",baz\n"
1533 "\n"
1534 msgstr ""
1535
1536 #. type: textblock
1537 #: ../cat/virt-filesystems.pod:357 ../cat/virt-ls.pod:475
1538 #: ../df/virt-df.pod:201
1539 msgid ""
1540 "For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv> also "
1541 "packaged in major Linux distributions)."
1542 msgstr ""
1543
1544 #. type: textblock
1545 #: ../cat/virt-filesystems.pod:360 ../cat/virt-ls.pod:478
1546 #: ../df/virt-df.pod:204
1547 msgid ""
1548 "For other languages, use a CSV processing library (eg. C<Text::CSV> for Perl "
1549 "or Python's built-in csv library)."
1550 msgstr ""
1551
1552 #. type: textblock
1553 #: ../cat/virt-filesystems.pod:363 ../cat/virt-ls.pod:481
1554 #: ../df/virt-df.pod:207
1555 msgid "Most spreadsheets and databases can import CSV directly."
1556 msgstr ""
1557
1558 #. type: textblock
1559 #: ../cat/virt-filesystems.pod:374
1560 #, fuzzy
1561 #| msgid ""
1562 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
1563 #| "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
1564 #| "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
1565 msgid ""
1566 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-df(1)>, L<virt-list-"
1567 "filesystems(1)>, L<virt-list-partitions(1)>, L<csvtool(1)>, L<http://"
1568 "libguestfs.org/>."
1569 msgstr ""
1570 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
1571 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
1572 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
1573
1574 #. type: textblock
1575 #: ../cat/virt-filesystems.pod:389 ../tools/virt-make-fs.pl:570
1576 #: ../tools/virt-win-reg.pl:778
1577 msgid "Copyright (C) 2010 Red Hat Inc."
1578 msgstr ""
1579
1580 #. type: textblock
1581 #: ../cat/virt-ls.pod:5
1582 msgid "virt-ls - List files in a virtual machine"
1583 msgstr ""
1584
1585 #. type: verbatim
1586 #: ../cat/virt-ls.pod:9
1587 #, no-wrap
1588 msgid ""
1589 " virt-ls [--options] -d domname directory [directory ...]\n"
1590 "\n"
1591 msgstr ""
1592
1593 #. type: verbatim
1594 #: ../cat/virt-ls.pod:11
1595 #, fuzzy, no-wrap
1596 #| msgid ""
1597 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
1598 #| "\n"
1599 msgid ""
1600 " virt-ls [--options] -a disk.img [-a disk.img ...] directory [directory ...]\n"
1601 "\n"
1602 msgstr ""
1603 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
1604 "\n"
1605
1606 #. type: textblock
1607 #: ../cat/virt-ls.pod:13 ../df/virt-df.pod:15 ../rescue/virt-rescue.pod:13
1608 msgid "Old style:"
1609 msgstr ""
1610
1611 #. type: verbatim
1612 #: ../cat/virt-ls.pod:15
1613 #, fuzzy, no-wrap
1614 #| msgid ""
1615 #| " virt-list-partitions [--options] domname\n"
1616 #| "\n"
1617 msgid ""
1618 " virt-ls [--options] domname directory\n"
1619 "\n"
1620 msgstr ""
1621 " virt-list-partitions [--параметри] назва_домену\n"
1622 "\n"
1623
1624 #. type: verbatim
1625 #: ../cat/virt-ls.pod:17
1626 #, fuzzy, no-wrap
1627 #| msgid ""
1628 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
1629 #| "\n"
1630 msgid ""
1631 " virt-ls [--options] disk.img [disk.img ...] directory\n"
1632 "\n"
1633 msgstr ""
1634 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
1635 "\n"
1636
1637 #. type: textblock
1638 #: ../cat/virt-ls.pod:21
1639 msgid ""
1640 "C<virt-ls> lists filenames, file sizes, checksums, extended attributes and "
1641 "more from a virtual machine or disk image."
1642 msgstr ""
1643
1644 #. type: textblock
1645 #: ../cat/virt-ls.pod:24
1646 msgid ""
1647 "Multiple directory names can be given, in which case the output from each is "
1648 "concatenated."
1649 msgstr ""
1650
1651 #. type: textblock
1652 #: ../cat/virt-ls.pod:27
1653 msgid ""
1654 "To list directories from a libvirt guest use the I<-d> option to specify the "
1655 "name of the guest.  For a disk image, use the I<-a> option."
1656 msgstr ""
1657
1658 #. type: textblock
1659 #: ../cat/virt-ls.pod:31
1660 msgid ""
1661 "C<virt-ls> can do many simple file listings.  For more complicated cases you "
1662 "may need to use L<guestfish(1)>, or write a program directly to the L<guestfs"
1663 "(3)> API."
1664 msgstr ""
1665
1666 #. type: textblock
1667 #: ../cat/virt-ls.pod:37
1668 msgid "Get a list of all files and directories in a virtual machine:"
1669 msgstr ""
1670
1671 #. type: verbatim
1672 #: ../cat/virt-ls.pod:39
1673 #, fuzzy, no-wrap
1674 #| msgid ""
1675 #| " guestfish --ro -d myguest -i\n"
1676 #| "\n"
1677 msgid ""
1678 " virt-ls -R -d guest /\n"
1679 "\n"
1680 msgstr ""
1681 " guestfish --ro -d myguest -i\n"
1682 "\n"
1683
1684 #. type: textblock
1685 #: ../cat/virt-ls.pod:41
1686 msgid "List all setuid or setgid programs in a Linux virtual machine:"
1687 msgstr ""
1688
1689 #. type: verbatim
1690 #: ../cat/virt-ls.pod:43
1691 #, no-wrap
1692 msgid ""
1693 " virt-ls -lR -d guest / | grep '^- [42]'\n"
1694 "\n"
1695 msgstr ""
1696
1697 #. type: textblock
1698 #: ../cat/virt-ls.pod:45
1699 msgid "List all public-writable directories in a Linux virtual machine:"
1700 msgstr ""
1701
1702 #. type: verbatim
1703 #: ../cat/virt-ls.pod:47
1704 #, no-wrap
1705 msgid ""
1706 " virt-ls -lR -d guest / | grep '^d ...7'\n"
1707 "\n"
1708 msgstr ""
1709
1710 #. type: textblock
1711 #: ../cat/virt-ls.pod:49
1712 msgid "List all Unix domain sockets in a Linux virtual machine:"
1713 msgstr ""
1714
1715 #. type: verbatim
1716 #: ../cat/virt-ls.pod:51
1717 #, no-wrap
1718 msgid ""
1719 " virt-ls -lR -d guest / | grep '^s'\n"
1720 "\n"
1721 msgstr ""
1722
1723 #. type: textblock
1724 #: ../cat/virt-ls.pod:53
1725 msgid "List all regular files with filenames ending in '.png':"
1726 msgstr ""
1727
1728 #. type: verbatim
1729 #: ../cat/virt-ls.pod:55
1730 #, no-wrap
1731 msgid ""
1732 " virt-ls -lR -d guest / | grep -i '^-.*\\.png$'\n"
1733 "\n"
1734 msgstr ""
1735
1736 #. type: textblock
1737 #: ../cat/virt-ls.pod:57
1738 msgid "To display files larger than 10MB in home directories:"
1739 msgstr ""
1740
1741 #. type: verbatim
1742 #: ../cat/virt-ls.pod:59
1743 #, no-wrap
1744 msgid ""
1745 " virt-ls -lR -d guest /home | awk '$3 > 10*1024*1024'\n"
1746 "\n"
1747 msgstr ""
1748
1749 #. type: textblock
1750 #: ../cat/virt-ls.pod:61
1751 msgid "Find everything modified in the last 7 days:"
1752 msgstr ""
1753
1754 #. type: verbatim
1755 #: ../cat/virt-ls.pod:63
1756 #, no-wrap
1757 msgid ""
1758 " virt-ls -lR -d guest --time-days / | awk '$6 <= 7'\n"
1759 "\n"
1760 msgstr ""
1761
1762 #. type: textblock
1763 #: ../cat/virt-ls.pod:65
1764 msgid "Find regular files modified in the last 24 hours:"
1765 msgstr ""
1766
1767 #. type: verbatim
1768 #: ../cat/virt-ls.pod:67
1769 #, no-wrap
1770 msgid ""
1771 " virt-ls -lR -d guest --time-days / | grep '^-' | awk '$6 < 1'\n"
1772 "\n"
1773 msgstr ""
1774
1775 #. type: =head2
1776 #: ../cat/virt-ls.pod:69
1777 msgid "DIFFERENCES IN SNAPSHOTS AND BACKING FILES"
1778 msgstr ""
1779
1780 #. type: textblock
1781 #: ../cat/virt-ls.pod:71
1782 msgid ""
1783 "Find the differences between files in a guest and an earlier snapshot of the "
1784 "same guest."
1785 msgstr ""
1786
1787 #. type: verbatim
1788 #: ../cat/virt-ls.pod:74
1789 #, no-wrap
1790 msgid ""
1791 " virt-ls -lR -a snapshot.img / --uids --time-t > old\n"
1792 " virt-ls -lR -a current.img / --uids --time-t > new\n"
1793 " diff -u old new | less\n"
1794 "\n"
1795 msgstr ""
1796
1797 #. type: textblock
1798 #: ../cat/virt-ls.pod:78
1799 msgid ""
1800 "The commands above won't find files where the content has changed but the "
1801 "metadata (eg. file size and modification date) is the same.  To do that, you "
1802 "need to add the I<--checksum> parameter to both C<virt-ls> commands.  I<--"
1803 "checksum> can be quite slow since it has to read and compute a checksum of "
1804 "every regular file in the virtual machine."
1805 msgstr ""
1806
1807 #. type: =head1
1808 #: ../cat/virt-ls.pod:84
1809 msgid "OUTPUT MODES"
1810 msgstr ""
1811
1812 #. type: textblock
1813 #: ../cat/virt-ls.pod:86
1814 msgid ""
1815 "C<virt-ls> has four output modes, controlled by different combinations of "
1816 "the I<-l> and I<-R> options."
1817 msgstr ""
1818
1819 #. type: =head2
1820 #: ../cat/virt-ls.pod:89
1821 msgid "SIMPLE LISTING"
1822 msgstr ""
1823
1824 #. type: textblock
1825 #: ../cat/virt-ls.pod:91
1826 msgid "A simple listing is like the ordinary L<ls(1)> command:"
1827 msgstr ""
1828
1829 #. type: verbatim
1830 #: ../cat/virt-ls.pod:93
1831 #, no-wrap
1832 msgid ""
1833 " $ virt-ls -d guest /\n"
1834 " bin\n"
1835 " boot\n"
1836 " [etc.]\n"
1837 "\n"
1838 msgstr ""
1839
1840 #. type: =head2
1841 #: ../cat/virt-ls.pod:98
1842 #, fuzzy
1843 #| msgid "MOUNTING"
1844 msgid "LONG LISTING"
1845 msgstr "МОНТУВАННЯ"
1846
1847 #. type: textblock
1848 #: ../cat/virt-ls.pod:100
1849 msgid ""
1850 "With the I<-l> (I<--long>) option, the output is like the C<ls -l> command "
1851 "(more specifically, like the C<guestfs_ll> function)."
1852 msgstr ""
1853
1854 #. type: verbatim
1855 #: ../cat/virt-ls.pod:103
1856 #, no-wrap
1857 msgid ""
1858 " $ virt-ls -l -d guest /\n"
1859 " total 204\n"
1860 " dr-xr-xr-x.   2 root root   4096 2009-08-25 19:06 bin\n"
1861 " dr-xr-xr-x.   5 root root   3072 2009-08-25 19:06 boot\n"
1862 " [etc.]\n"
1863 "\n"
1864 msgstr ""
1865
1866 #. type: textblock
1867 #: ../cat/virt-ls.pod:109
1868 msgid ""
1869 "Note that while this is useful for displaying a directory, do not try "
1870 "parsing this output in another program.  Use L</RECURSIVE LONG LISTING> "
1871 "instead."
1872 msgstr ""
1873
1874 #. type: =head2
1875 #: ../cat/virt-ls.pod:113
1876 msgid "RECURSIVE LISTING"
1877 msgstr ""
1878
1879 #. type: textblock
1880 #: ../cat/virt-ls.pod:115
1881 msgid ""
1882 "With the I<-R> (I<--recursive>) option, C<virt-ls> lists the names of files "
1883 "and directories recursively:"
1884 msgstr ""
1885
1886 #. type: verbatim
1887 #: ../cat/virt-ls.pod:118
1888 #, no-wrap
1889 msgid ""
1890 " $ virt-ls -R -d guest /tmp\n"
1891 " foo\n"
1892 " foo/bar\n"
1893 " [etc.]\n"
1894 "\n"
1895 msgstr ""
1896
1897 #. type: textblock
1898 #: ../cat/virt-ls.pod:123
1899 msgid ""
1900 "To generate this output, C<virt-ls> runs the C<guestfs_find0> function and "
1901 "converts C<\\0> characters to C<\\n>."
1902 msgstr ""
1903
1904 #. type: =head2
1905 #: ../cat/virt-ls.pod:126
1906 msgid "RECURSIVE LONG LISTING"
1907 msgstr ""
1908
1909 #. type: textblock
1910 #: ../cat/virt-ls.pod:128
1911 msgid ""
1912 "Using I<-lR> options together changes the output to display directories "
1913 "recursively, with file stats, and optionally other features such as "
1914 "checksums and extended attributes."
1915 msgstr ""
1916
1917 #. type: textblock
1918 #: ../cat/virt-ls.pod:132
1919 msgid ""
1920 "Most of the interesting features of C<virt-ls> are only available when using "
1921 "I<-lR> mode."
1922 msgstr ""
1923
1924 #. type: textblock
1925 #: ../cat/virt-ls.pod:135
1926 msgid ""
1927 "The fields are normally space-separated.  Filenames are B<not> quoted, so "
1928 "you cannot use the output in another program (because filenames can contain "
1929 "spaces and other unsafe characters).  If the guest was untrusted and someone "
1930 "knew you were using C<virt-ls> to analyze the guest, they could play tricks "
1931 "on you by creating filenames with embedded newline characters.  To B<safely> "
1932 "parse the output in another program, use the I<--csv> (Comma-Separated "
1933 "Values) option."
1934 msgstr ""
1935
1936 #. type: textblock
1937 #: ../cat/virt-ls.pod:143
1938 msgid ""
1939 "Note that this output format is completely unrelated to the C<ls -lR> "
1940 "command."
1941 msgstr ""
1942
1943 #. type: verbatim
1944 #: ../cat/virt-ls.pod:146
1945 #, no-wrap
1946 msgid ""
1947 " $ virt-ls -lR -d guest /bin\n"
1948 " d 0555       4096 /bin\n"
1949 " - 0755        123 /bin/alsaunmute\n"
1950 " - 0755      28328 /bin/arch\n"
1951 " l 0777          4 /bin/awk -> gawk\n"
1952 " - 0755      27216 /bin/basename\n"
1953 " - 0755     943360 /bin/bash\n"
1954 " [etc.]\n"
1955 "\n"
1956 msgstr ""
1957
1958 #. type: textblock
1959 #: ../cat/virt-ls.pod:155
1960 msgid "These basic fields are always shown:"
1961 msgstr ""
1962
1963 #. type: =item
1964 #: ../cat/virt-ls.pod:159
1965 #, fuzzy
1966 #| msgid "vfs-type"
1967 msgid "type"
1968 msgstr "vfs-type"
1969
1970 #. type: textblock
1971 #: ../cat/virt-ls.pod:161
1972 msgid ""
1973 "The file type, one of: C<-> (regular file), C<d> (directory), C<c> "
1974 "(character device), C<b> (block device), C<p> (named pipe), C<l> (symbolic "
1975 "link), C<s> (socket) or C<u> (unknown)."
1976 msgstr ""
1977
1978 #. type: =item
1979 #: ../cat/virt-ls.pod:171
1980 #, fuzzy
1981 #| msgid "version"
1982 msgid "permissions"
1983 msgstr "version"
1984
1985 #. type: textblock
1986 #: ../cat/virt-ls.pod:173
1987 msgid "The Unix permissions, displayed as a 4 digit octal number."
1988 msgstr ""
1989
1990 #. type: =item
1991 #: ../cat/virt-ls.pod:175
1992 #, fuzzy
1993 #| msgid "filesize"
1994 msgid "size"
1995 msgstr "filesize"
1996
1997 #. type: textblock
1998 #: ../cat/virt-ls.pod:177
1999 msgid ""
2000 "The size of the file.  This is shown in bytes unless I<-h> or I<--human-"
2001 "readable> option is given, in which case this is shown as a human-readable "
2002 "number."
2003 msgstr ""
2004
2005 #. type: =head2
2006 #: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:4183
2007 msgid "path"
2008 msgstr ""
2009
2010 #. type: textblock
2011 #: ../cat/virt-ls.pod:183
2012 msgid "The full path of the file or directory."
2013 msgstr ""
2014
2015 #. type: =item
2016 #: ../cat/virt-ls.pod:185
2017 #, fuzzy
2018 #| msgid "readlink"
2019 msgid "link"
2020 msgstr "readlink"
2021
2022 #. type: textblock
2023 #: ../cat/virt-ls.pod:187
2024 msgid "For symbolic links only, the link target."
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../cat/virt-ls.pod:191
2029 msgid ""
2030 "In I<-lR> mode, additional command line options enable the display of more "
2031 "fields."
2032 msgstr ""
2033
2034 #. type: textblock
2035 #: ../cat/virt-ls.pod:194
2036 msgid ""
2037 "With the I<--uids> flag, these additional fields are displayed before the "
2038 "path:"
2039 msgstr ""
2040
2041 #. type: =item
2042 #: ../cat/virt-ls.pod:199
2043 #, fuzzy
2044 #| msgid "lvuuid"
2045 msgid "uid"
2046 msgstr "lvuuid"
2047
2048 #. type: =item
2049 #: ../cat/virt-ls.pod:201
2050 #, fuzzy
2051 #| msgid "vguuid"
2052 msgid "gid"
2053 msgstr "vguuid"
2054
2055 #. type: textblock
2056 #: ../cat/virt-ls.pod:203
2057 msgid ""
2058 "The UID and GID of the owner of the file (displayed numerically).  Note "
2059 "these only make sense in the context of a Unix-like guest."
2060 msgstr ""
2061
2062 #. type: textblock
2063 #: ../cat/virt-ls.pod:208
2064 msgid "With the I<--times> flag, these additional fields are displayed:"
2065 msgstr ""
2066
2067 #. type: =item
2068 #: ../cat/virt-ls.pod:212
2069 #, fuzzy
2070 #| msgid "time"
2071 msgid "atime"
2072 msgstr "time"
2073
2074 #. type: textblock
2075 #: ../cat/virt-ls.pod:214
2076 msgid "The time of last access."
2077 msgstr ""
2078
2079 #. type: =item
2080 #: ../cat/virt-ls.pod:216
2081 #, fuzzy
2082 #| msgid "time"
2083 msgid "mtime"
2084 msgstr "time"
2085
2086 #. type: textblock
2087 #: ../cat/virt-ls.pod:218
2088 msgid "The time of last modification."
2089 msgstr ""
2090
2091 #. type: =item
2092 #: ../cat/virt-ls.pod:220
2093 #, fuzzy
2094 #| msgid "time"
2095 msgid "ctime"
2096 msgstr "time"
2097
2098 #. type: textblock
2099 #: ../cat/virt-ls.pod:222
2100 msgid "The time of last status change."
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../cat/virt-ls.pod:226
2105 msgid ""
2106 "The time fields are displayed as string dates and times, unless one of the "
2107 "I<--time-t>, I<--time-relative> or I<--time-days> flags is given."
2108 msgstr ""
2109
2110 #. type: textblock
2111 #: ../cat/virt-ls.pod:229
2112 msgid "With the I<--extra-stats> flag, these additional fields are displayed:"
2113 msgstr ""
2114
2115 #. type: =item
2116 #: ../cat/virt-ls.pod:233
2117 #, fuzzy
2118 #| msgid "zero-device"
2119 msgid "device"
2120 msgstr "zero-device"
2121
2122 #. type: textblock
2123 #: ../cat/virt-ls.pod:235
2124 msgid ""
2125 "The device containing the file (displayed as major:minor).  This may not "
2126 "match devices as known to the guest."
2127 msgstr ""
2128
2129 #. type: =item
2130 #: ../cat/virt-ls.pod:238
2131 msgid "inode"
2132 msgstr ""
2133
2134 #. type: textblock
2135 #: ../cat/virt-ls.pod:240
2136 msgid "The inode number."
2137 msgstr ""
2138
2139 #. type: =item
2140 #: ../cat/virt-ls.pod:242
2141 #, fuzzy
2142 #| msgid "readlink"
2143 msgid "nlink"
2144 msgstr "readlink"
2145
2146 #. type: textblock
2147 #: ../cat/virt-ls.pod:244
2148 msgid "The number of hard links."
2149 msgstr ""
2150
2151 #. type: =item
2152 #: ../cat/virt-ls.pod:246
2153 msgid "rdev"
2154 msgstr ""
2155
2156 #. type: textblock
2157 #: ../cat/virt-ls.pod:248
2158 msgid ""
2159 "For block and char special files, the device (displayed as major:minor)."
2160 msgstr ""
2161
2162 #. type: =item
2163 #: ../cat/virt-ls.pod:251
2164 #, fuzzy
2165 #| msgid "C<blocksize>"
2166 msgid "blocks"
2167 msgstr "C<blocksize>"
2168
2169 #. type: textblock
2170 #: ../cat/virt-ls.pod:253
2171 msgid "The number of 512 byte blocks allocated to the file."
2172 msgstr ""
2173
2174 #. type: textblock
2175 #: ../cat/virt-ls.pod:257
2176 msgid ""
2177 "With the I<--checksum> flag, the checksum of the file contents is shown "
2178 "(only for regular files).  Computing file checksums can take a considerable "
2179 "amount of time."
2180 msgstr ""
2181
2182 #. type: =item
2183 #: ../cat/virt-ls.pod:280
2184 #, fuzzy
2185 #| msgid "checksum"
2186 msgid "B<--checksum>"
2187 msgstr "checksum"
2188
2189 #. type: =item
2190 #: ../cat/virt-ls.pod:282
2191 msgid "B<--checksum=crc|md5|sha1|sha224|sha256|sha384|sha512>"
2192 msgstr ""
2193
2194 #. type: textblock
2195 #: ../cat/virt-ls.pod:284
2196 msgid ""
2197 "Display checksum over file contents for regular files.  With no argument, "
2198 "this defaults to using I<md5>.  Using an argument, you can select the "
2199 "checksum type to use."
2200 msgstr ""
2201
2202 #. type: textblock
2203 #: ../cat/virt-ls.pod:288 ../cat/virt-ls.pod:325 ../cat/virt-ls.pod:358
2204 #: ../cat/virt-ls.pod:391 ../cat/virt-ls.pod:401 ../cat/virt-ls.pod:408
2205 #: ../cat/virt-ls.pod:415 ../cat/virt-ls.pod:422
2206 msgid ""
2207 "This option only has effect in I<-lR> output mode.  See L</RECURSIVE LONG "
2208 "LISTING> above."
2209 msgstr ""
2210
2211 #. type: textblock
2212 #: ../cat/virt-ls.pod:316
2213 msgid ""
2214 "When prompting for keys and passphrases, virt-ls normally turns echoing off "
2215 "so you cannot see what you are typing.  If you are not worried about Tempest "
2216 "attacks and there is no one else in the room you can specify this flag to "
2217 "see what you are typing."
2218 msgstr ""
2219
2220 #. type: =item
2221 #: ../cat/virt-ls.pod:321
2222 #, fuzzy
2223 #| msgid "B<--no-dest-paths>"
2224 msgid "B<--extra-stats>"
2225 msgstr "B<--no-dest-paths>"
2226
2227 #. type: textblock
2228 #: ../cat/virt-ls.pod:323
2229 msgid "Display extra stats."
2230 msgstr ""
2231
2232 #. type: verbatim
2233 #: ../cat/virt-ls.pod:339
2234 #, fuzzy, no-wrap
2235 #| msgid ""
2236 #| " guestfish --format=raw -a disk.img\n"
2237 #| "\n"
2238 msgid ""
2239 " virt-ls --format=raw -a disk.img /dir\n"
2240 "\n"
2241 msgstr ""
2242 " guestfish --format=raw -a disk.img\n"
2243 "\n"
2244
2245 #. type: verbatim
2246 #: ../cat/virt-ls.pod:343
2247 #, fuzzy, no-wrap
2248 #| msgid ""
2249 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
2250 #| "\n"
2251 msgid ""
2252 " virt-ls --format=raw -a disk.img --format -a another.img /dir\n"
2253 "\n"
2254 msgstr ""
2255 " guestfish --format=raw -a disk.img --format -a another.img\n"
2256 "\n"
2257
2258 #. type: textblock
2259 #: ../cat/virt-ls.pod:356
2260 msgid "Display file sizes in human-readable format."
2261 msgstr ""
2262
2263 #. type: =item
2264 #: ../cat/virt-ls.pod:370
2265 msgid "B<-R>"
2266 msgstr ""
2267
2268 #. type: =item
2269 #: ../cat/virt-ls.pod:372
2270 #, fuzzy
2271 #| msgid "B<--live>"
2272 msgid "B<--recursive>"
2273 msgstr "B<--live>"
2274
2275 #. type: textblock
2276 #: ../cat/virt-ls.pod:374
2277 msgid ""
2278 "Select the mode.  With neither of these options, C<virt-ls> produces a "
2279 "simple, flat list of the files in the named directory.  See L</SIMPLE "
2280 "LISTING>."
2281 msgstr ""
2282
2283 #. type: textblock
2284 #: ../cat/virt-ls.pod:378
2285 msgid ""
2286 "C<virt-ls -l> produces a \"long listing\", which shows more detail.  See L</"
2287 "LONG LISTING>."
2288 msgstr ""
2289
2290 #. type: textblock
2291 #: ../cat/virt-ls.pod:381
2292 msgid ""
2293 "C<virt-ls -R> produces a recursive list of files starting at the named "
2294 "directory.  See L</RECURSIVE LISTING>."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../cat/virt-ls.pod:384
2299 msgid ""
2300 "C<virt-ls -lR> produces a recursive long listing which can be more easily "
2301 "parsed.  See L</RECURSIVE LONG LISTING>."
2302 msgstr ""
2303
2304 #. type: =item
2305 #: ../cat/virt-ls.pod:387
2306 #, fuzzy
2307 #| msgid "B<--live>"
2308 msgid "B<--times>"
2309 msgstr "B<--live>"
2310
2311 #. type: textblock
2312 #: ../cat/virt-ls.pod:389
2313 msgid "Display time fields."
2314 msgstr ""
2315
2316 #. type: =item
2317 #: ../cat/virt-ls.pod:394
2318 #, fuzzy
2319 #| msgid "B<--echo-keys>"
2320 msgid "B<--time-days>"
2321 msgstr "B<--echo-keys>"
2322
2323 #. type: textblock
2324 #: ../cat/virt-ls.pod:396
2325 msgid "Display time fields as days before now (negative if in the future)."
2326 msgstr ""
2327
2328 #. type: textblock
2329 #: ../cat/virt-ls.pod:398
2330 msgid ""
2331 "Note that C<0> in output means \"up to 1 day before now\", or that the age "
2332 "of the file is between 0 and 86399 seconds."
2333 msgstr ""
2334
2335 #. type: =item
2336 #: ../cat/virt-ls.pod:404
2337 #, fuzzy
2338 #| msgid "B<--live>"
2339 msgid "B<--time-relative>"
2340 msgstr "B<--live>"
2341
2342 #. type: textblock
2343 #: ../cat/virt-ls.pod:406
2344 msgid "Display time fields as seconds before now (negative if in the future)."
2345 msgstr ""
2346
2347 #. type: =item
2348 #: ../cat/virt-ls.pod:411
2349 #, fuzzy
2350 #| msgid "I<--timeout N>"
2351 msgid "B<--time-t>"
2352 msgstr "I<--timeout N>"
2353
2354 #. type: textblock
2355 #: ../cat/virt-ls.pod:413
2356 msgid "Display time fields as seconds since the Unix epoch."
2357 msgstr ""
2358
2359 #. type: =item
2360 #: ../cat/virt-ls.pod:418
2361 #, fuzzy
2362 #| msgid "B<--csh>"
2363 msgid "B<--uids>"
2364 msgstr "B<--csh>"
2365
2366 #. type: textblock
2367 #: ../cat/virt-ls.pod:420
2368 msgid "Display UID and GID fields."
2369 msgstr ""
2370
2371 #. type: textblock
2372 #: ../cat/virt-ls.pod:445
2373 msgid "Previous versions of virt-ls allowed you to write either:"
2374 msgstr ""
2375
2376 #. type: verbatim
2377 #: ../cat/virt-ls.pod:447
2378 #, fuzzy, no-wrap
2379 #| msgid ""
2380 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
2381 #| "\n"
2382 msgid ""
2383 " virt-ls disk.img [disk.img ...] /dir\n"
2384 "\n"
2385 msgstr ""
2386 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
2387 "\n"
2388
2389 #. type: verbatim
2390 #: ../cat/virt-ls.pod:451
2391 #, fuzzy, no-wrap
2392 #| msgid ""
2393 #| " inspect-get-hostname root\n"
2394 #| "\n"
2395 msgid ""
2396 " virt-ls guestname /dir\n"
2397 "\n"
2398 msgstr ""
2399 " inspect-get-hostname корінь\n"
2400 "\n"
2401
2402 #. type: textblock
2403 #: ../cat/virt-ls.pod:492
2404 #, fuzzy
2405 #| msgid ""
2406 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
2407 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
2408 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
2409 msgid ""
2410 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-out(1)>, L<virt-"
2411 "tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
2412 "L<http://libguestfs.org/>."
2413 msgstr ""
2414 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
2415 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
2416 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
2417
2418 #. type: textblock
2419 #: ../cat/virt-ls.pod:508 ../df/virt-df.pod:230 ../edit/virt-edit.pod:369
2420 #: ../rescue/virt-rescue.pod:298
2421 #, fuzzy
2422 #| msgid "Copyright (C) 2009-2010 Red Hat Inc."
2423 msgid "Copyright (C) 2009-2011 Red Hat Inc."
2424 msgstr "© Red Hat Inc., 2009–2010"
2425
2426 #. type: textblock
2427 #: ../df/virt-df.pod:5
2428 msgid "virt-df - Display free space on virtual filesystems"
2429 msgstr ""
2430
2431 #. type: verbatim
2432 #: ../df/virt-df.pod:9
2433 #, fuzzy, no-wrap
2434 #| msgid ""
2435 #| " virt-list-partitions [--options] domname\n"
2436 #| "\n"
2437 msgid ""
2438 " virt-df [--options]\n"
2439 "\n"
2440 msgstr ""
2441 " virt-list-partitions [--параметри] назва_домену\n"
2442 "\n"
2443
2444 #. type: verbatim
2445 #: ../df/virt-df.pod:11
2446 #, fuzzy, no-wrap
2447 #| msgid ""
2448 #| " virt-list-partitions [--options] domname\n"
2449 #| "\n"
2450 msgid ""
2451 " virt-df [--options] -d domname\n"
2452 "\n"
2453 msgstr ""
2454 " virt-list-partitions [--параметри] назва_домену\n"
2455 "\n"
2456
2457 #. type: verbatim
2458 #: ../df/virt-df.pod:13
2459 #, fuzzy, no-wrap
2460 #| msgid ""
2461 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
2462 #| "\n"
2463 msgid ""
2464 " virt-df [--options] -a disk.img [-a disk.img ...]\n"
2465 "\n"
2466 msgstr ""
2467 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
2468 "\n"
2469
2470 #. type: verbatim
2471 #: ../df/virt-df.pod:17
2472 #, fuzzy, no-wrap
2473 #| msgid ""
2474 #| " virt-list-partitions [--options] domname\n"
2475 #| "\n"
2476 msgid ""
2477 " virt-df [--options] domname\n"
2478 "\n"
2479 msgstr ""
2480 " virt-list-partitions [--параметри] назва_домену\n"
2481 "\n"
2482
2483 #. type: verbatim
2484 #: ../df/virt-df.pod:19
2485 #, fuzzy, no-wrap
2486 #| msgid ""
2487 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
2488 #| "\n"
2489 msgid ""
2490 " virt-df [--options] disk.img [disk.img ...]\n"
2491 "\n"
2492 msgstr ""
2493 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
2494 "\n"
2495
2496 #. type: textblock
2497 #: ../df/virt-df.pod:23
2498 msgid ""
2499 "C<virt-df> is a command line tool to display free space on virtual machine "
2500 "filesystems.  Unlike other tools, it doesn't just display the size of disk "
2501 "allocated to a virtual machine, but can look inside disk images to see how "
2502 "much space is really being used."
2503 msgstr ""
2504
2505 #. type: textblock
2506 #: ../df/virt-df.pod:28
2507 msgid ""
2508 "If used without any I<-a> or I<-d> arguments, C<virt-df> checks with libvirt "
2509 "to get a list of all active and inactive guests, and performs a C<df>-type "
2510 "operation on each one in turn, printing out the results."
2511 msgstr ""
2512
2513 #. type: textblock
2514 #: ../df/virt-df.pod:32
2515 msgid ""
2516 "If any I<-a> or I<-d> arguments are specified, C<virt-df> performs a C<df>-"
2517 "type operation on either the single named libvirt domain, or on the disk "
2518 "image(s) listed on the command line (which must all belong to a single VM).  "
2519 "In this mode (with arguments), C<virt-df> will I<only work for a single "
2520 "guest>.  If you want to run on multiple guests, then you have to invoke "
2521 "C<virt-df> multiple times."
2522 msgstr ""
2523
2524 #. type: textblock
2525 #: ../df/virt-df.pod:39
2526 msgid ""
2527 "Use the I<--csv> option to get a format which can be easily parsed by other "
2528 "programs.  Other options are similar to the standard L<df(1)> command."
2529 msgstr ""
2530
2531 #. type: textblock
2532 #: ../df/virt-df.pod:45
2533 msgid ""
2534 "Show disk usage for a single libvirt guest called C<F14x64>.  Make the "
2535 "output human-readable:"
2536 msgstr ""
2537
2538 #. type: verbatim
2539 #: ../df/virt-df.pod:48
2540 #, no-wrap
2541 msgid ""
2542 " # virt-df -d F14x64 -h\n"
2543 " Filesystem                       Size     Used  Available  Use%\n"
2544 " F14x64:/dev/sda1                 484M      66M       393M   14%\n"
2545 " F14x64:/dev/vg_f13x64/lv_root    7.4G     3.4G       4.0G   46%\n"
2546 "\n"
2547 msgstr ""
2548
2549 #. type: textblock
2550 #: ../df/virt-df.pod:53
2551 msgid "Show disk usage for a disk image file called C<test.img>:"
2552 msgstr ""
2553
2554 #. type: verbatim
2555 #: ../df/virt-df.pod:55
2556 #, no-wrap
2557 msgid ""
2558 " $ virt-df -a test1.img\n"
2559 " Filesystem                  1K-blocks     Used  Available  Use%\n"
2560 " test1.img:/dev/sda1             99099     1551      92432    2%\n"
2561 "\n"
2562 msgstr ""
2563
2564 #. type: verbatim
2565 #: ../df/virt-df.pod:106
2566 #, fuzzy, no-wrap
2567 #| msgid ""
2568 #| " guestfish --format=raw -a disk.img\n"
2569 #| "\n"
2570 msgid ""
2571 " virt-df --format=raw -a disk.img\n"
2572 "\n"
2573 msgstr ""
2574 " guestfish --format=raw -a disk.img\n"
2575 "\n"
2576
2577 #. type: verbatim
2578 #: ../df/virt-df.pod:110
2579 #, fuzzy, no-wrap
2580 #| msgid ""
2581 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
2582 #| "\n"
2583 msgid ""
2584 " virt-df --format=raw -a disk.img --format -a another.img\n"
2585 "\n"
2586 msgstr ""
2587 " guestfish --format=raw -a disk.img --format -a another.img\n"
2588 "\n"
2589
2590 #. type: textblock
2591 #: ../df/virt-df.pod:123
2592 msgid "Print sizes in human-readable format."
2593 msgstr ""
2594
2595 #. type: textblock
2596 #: ../df/virt-df.pod:125
2597 msgid "You are not allowed to use I<-h> and I<--csv> at the same time."
2598 msgstr ""
2599
2600 #. type: =item
2601 #: ../df/virt-df.pod:127 ../fish/guestfish.pod:258 ../fuse/guestmount.pod:155
2602 msgid "B<-i>"
2603 msgstr "B<-i>"
2604
2605 #. type: =item
2606 #: ../df/virt-df.pod:129
2607 #, fuzzy
2608 #| msgid "B<--live>"
2609 msgid "B<--inodes>"
2610 msgstr "B<--live>"
2611
2612 #. type: textblock
2613 #: ../df/virt-df.pod:131
2614 msgid "Print inodes instead of blocks."
2615 msgstr ""
2616
2617 #. type: =item
2618 #: ../df/virt-df.pod:133
2619 #, fuzzy
2620 #| msgid "B<--merge>"
2621 msgid "B<--one-per-guest>"
2622 msgstr "B<--merge>"
2623
2624 #. type: textblock
2625 #: ../df/virt-df.pod:135
2626 msgid ""
2627 "Run one libguestfs appliance per guest.  Normally C<virt-df> will add the "
2628 "disks from several guests to a single libguestfs appliance."
2629 msgstr ""
2630
2631 #. type: textblock
2632 #: ../df/virt-df.pod:138
2633 msgid "You might use this option in the following circumstances:"
2634 msgstr ""
2635
2636 #. type: =item
2637 #: ../df/virt-df.pod:142 ../df/virt-df.pod:148 ../edit/virt-edit.pod:266
2638 #: ../edit/virt-edit.pod:271 ../edit/virt-edit.pod:276
2639 #: ../edit/virt-edit.pod:287 ../edit/virt-edit.pod:291
2640 #: ../examples/guestfs-recipes.pod:98 ../examples/guestfs-recipes.pod:102
2641 #: ../examples/guestfs-recipes.pod:106 ../examples/guestfs-recipes.pod:132
2642 #: ../examples/guestfs-recipes.pod:137 ../examples/guestfs-recipes.pod:227
2643 #: ../examples/guestfs-recipes.pod:231 ../examples/guestfs-recipes.pod:235
2644 #: ../examples/guestfs-recipes.pod:239 ../examples/guestfs-recipes.pod:243
2645 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
2646 #: ../fish/guestfish-actions.pod:385 ../fish/guestfish-actions.pod:393
2647 #: ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:407
2648 #: ../fish/guestfish-actions.pod:1099 ../fish/guestfish-actions.pod:1103
2649 #: ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111
2650 #: ../fish/guestfish-actions.pod:1119 ../fish/guestfish-actions.pod:1123
2651 #: ../fish/guestfish-actions.pod:1127 ../fish/guestfish-actions.pod:1137
2652 #: ../fish/guestfish-actions.pod:1141 ../fish/guestfish-actions.pod:1145
2653 #: ../fish/guestfish-actions.pod:1235 ../fish/guestfish-actions.pod:1239
2654 #: ../fish/guestfish-actions.pod:1244 ../fish/guestfish-actions.pod:1249
2655 #: ../fish/guestfish-actions.pod:1291 ../fish/guestfish-actions.pod:1295
2656 #: ../fish/guestfish-actions.pod:1300 ../fish/guestfish-actions.pod:1933
2657 #: ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:1947
2658 #: ../fish/guestfish-actions.pod:1954 ../fish/guestfish-actions.pod:1961
2659 #: ../fish/guestfish.pod:445 ../fish/guestfish.pod:449
2660 #: ../fish/guestfish.pod:453 ../fish/guestfish.pod:457
2661 #: ../inspector/virt-inspector.pod:384 ../inspector/virt-inspector.pod:388
2662 #: ../resize/virt-resize.pod:282 ../resize/virt-resize.pod:286
2663 #: ../resize/virt-resize.pod:295 ../resize/virt-resize.pod:301
2664 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
2665 #: ../src/guestfs-actions.pod:583 ../src/guestfs-actions.pod:591
2666 #: ../src/guestfs-actions.pod:598 ../src/guestfs-actions.pod:605
2667 #: ../src/guestfs-actions.pod:1662 ../src/guestfs-actions.pod:1666
2668 #: ../src/guestfs-actions.pod:1670 ../src/guestfs-actions.pod:1674
2669 #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1686
2670 #: ../src/guestfs-actions.pod:1690 ../src/guestfs-actions.pod:1700
2671 #: ../src/guestfs-actions.pod:1704 ../src/guestfs-actions.pod:1708
2672 #: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850
2673 #: ../src/guestfs-actions.pod:1855 ../src/guestfs-actions.pod:1860
2674 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1925
2675 #: ../src/guestfs-actions.pod:1930 ../src/guestfs-actions.pod:2859
2676 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2873
2677 #: ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2887
2678 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
2679 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
2680 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064
2681 #: ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077
2682 #: ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112
2683 #: ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142
2684 #: ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154
2685 #: ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652
2686 #: ../src/guestfs.pod:1754 ../src/guestfs.pod:1759 ../src/guestfs.pod:1763
2687 #: ../src/guestfs.pod:1773 ../src/guestfs.pod:2047 ../src/guestfs.pod:2052
2688 #: ../src/guestfs.pod:2058 ../src/guestfs.pod:2066 ../src/guestfs.pod:2420
2689 #: ../src/guestfs.pod:2426 ../src/guestfs.pod:2431 ../src/guestfs.pod:2437
2690 #: ../src/guestfs.pod:2818 ../src/guestfs.pod:2823 ../src/guestfs.pod:2827
2691 #: ../src/guestfs.pod:2831 ../src/guestfs.pod:2835 ../src/guestfs.pod:2849
2692 #: ../src/guestfs.pod:2854 ../src/guestfs.pod:3068 ../src/guestfs.pod:3072
2693 #: ../src/guestfs.pod:3076 ../src/guestfs.pod:3080
2694 #: ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202
2695 #: ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:710
2696 #: ../tools/virt-win-reg.pl:716 ../tools/virt-win-reg.pl:722
2697 msgid "*"
2698 msgstr "*"
2699
2700 #. type: textblock
2701 #: ../df/virt-df.pod:144
2702 msgid ""
2703 "If you think an untrusted guest might actively try to exploit the libguestfs "
2704 "appliance kernel, then this prevents one guest from interfering with the "
2705 "stats printed for another guest."
2706 msgstr ""
2707
2708 #. type: textblock
2709 #: ../df/virt-df.pod:150
2710 msgid ""
2711 "If the kernel has a bug which stops it from accessing a filesystem in one "
2712 "guest (see for example RHBZ#635373) then this allows libguestfs to continue "
2713 "and report stats for further guests."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../df/virt-df.pod:159
2718 msgid ""
2719 "Print UUIDs instead of names.  This is useful for following a guest even "
2720 "when the guest is migrated or renamed, or when two guests happen to have the "
2721 "same name."
2722 msgstr ""
2723
2724 #. type: textblock
2725 #: ../df/virt-df.pod:163
2726 msgid ""
2727 "Note that only domains that we fetch from libvirt come with UUIDs.  For disk "
2728 "images, we still print the disk image name even when this option is "
2729 "specified."
2730 msgstr ""
2731
2732 #. type: textblock
2733 #: ../df/virt-df.pod:218
2734 msgid ""
2735 "L<df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<http://"
2736 "libguestfs.org/>."
2737 msgstr ""
2738
2739 #. type: textblock
2740 #: ../edit/virt-edit.pod:5
2741 msgid "virt-edit - Edit a file in a virtual machine"
2742 msgstr ""
2743
2744 #. type: verbatim
2745 #: ../edit/virt-edit.pod:9
2746 #, fuzzy, no-wrap
2747 #| msgid ""
2748 #| " virt-list-partitions [--options] domname\n"
2749 #| "\n"
2750 msgid ""
2751 " virt-edit [--options] -d domname file [file ...]\n"
2752 "\n"
2753 msgstr ""
2754 " virt-list-partitions [--параметри] назва_домену\n"
2755 "\n"
2756
2757 #. type: verbatim
2758 #: ../edit/virt-edit.pod:11
2759 #, fuzzy, no-wrap
2760 #| msgid ""
2761 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
2762 #| "\n"
2763 msgid ""
2764 " virt-edit [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2765 "\n"
2766 msgstr ""
2767 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
2768 "\n"
2769
2770 #. type: verbatim
2771 #: ../edit/virt-edit.pod:13
2772 #, no-wrap
2773 msgid ""
2774 " virt-edit [-d domname|-a disk.img] file -e 'expr'\n"
2775 "\n"
2776 msgstr ""
2777
2778 #. type: verbatim
2779 #: ../edit/virt-edit.pod:17
2780 #, no-wrap
2781 msgid ""
2782 " virt-edit domname file\n"
2783 "\n"
2784 msgstr ""
2785
2786 #. type: verbatim
2787 #: ../edit/virt-edit.pod:19 ../edit/virt-edit.pod:183
2788 #, fuzzy, no-wrap
2789 #| msgid ""
2790 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
2791 #| "\n"
2792 msgid ""
2793 " virt-edit disk.img [disk.img ...] file\n"
2794 "\n"
2795 msgstr ""
2796 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
2797 "\n"
2798
2799 #. type: =head1
2800 #: ../edit/virt-edit.pod:21 ../fish/guestfish.pod:23
2801 #: ../fish/virt-copy-in.pod:13 ../fish/virt-tar-in.pod:15
2802 #: ../fuse/guestmount.pod:15 ../rescue/virt-rescue.pod:19
2803 #: ../tools/virt-tar.pl:64 ../tools/virt-win-reg.pl:51
2804 msgid "WARNING"
2805 msgstr "ПОПЕРЕДЖЕННЯ"
2806
2807 #. type: textblock
2808 #: ../edit/virt-edit.pod:23
2809 msgid ""
2810 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
2811 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
2812 "doing this, but doesn't catch all cases."
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../edit/virt-edit.pod:29
2817 msgid ""
2818 "C<virt-edit> is a command line tool to edit C<file> where each C<file> "
2819 "exists in the named virtual machine (or disk image)."
2820 msgstr ""
2821
2822 #. type: textblock
2823 #: ../edit/virt-edit.pod:32
2824 msgid ""
2825 "Multiple filenames can be given, in which case they are each edited in "
2826 "turn.  Each filename must be a full path, starting at the root directory "
2827 "(starting with '/')."
2828 msgstr ""
2829
2830 #. type: textblock
2831 #: ../edit/virt-edit.pod:36
2832 msgid "If you want to just view a file, use L<virt-cat(1)>."
2833 msgstr ""
2834
2835 #. type: textblock
2836 #: ../edit/virt-edit.pod:38
2837 msgid ""
2838 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
2839 "USING GUESTFISH> below)."
2840 msgstr ""
2841
2842 #. type: textblock
2843 #: ../edit/virt-edit.pod:41
2844 msgid ""
2845 "C<virt-edit> cannot be used to create a new file.  L<guestfish(1)> can do "
2846 "that and much more."
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../edit/virt-edit.pod:46
2851 msgid "Edit the named files interactively:"
2852 msgstr ""
2853
2854 #. type: verbatim
2855 #: ../edit/virt-edit.pod:48
2856 #, no-wrap
2857 msgid ""
2858 " virt-edit -d mydomain /boot/grub/grub.conf\n"
2859 "\n"
2860 msgstr ""
2861
2862 #. type: verbatim
2863 #: ../edit/virt-edit.pod:50
2864 #, no-wrap
2865 msgid ""
2866 " virt-edit -d mydomain /etc/passwd\n"
2867 "\n"
2868 msgstr ""
2869
2870 #. type: textblock
2871 #: ../edit/virt-edit.pod:52
2872 msgid "For Windows guests, some Windows paths are understood:"
2873 msgstr ""
2874
2875 #. type: verbatim
2876 #: ../edit/virt-edit.pod:54
2877 #, no-wrap
2878 msgid ""
2879 " virt-edit -d mywindomain 'c:\\autoexec.bat'\n"
2880 "\n"
2881 msgstr ""
2882
2883 #. type: textblock
2884 #: ../edit/virt-edit.pod:56
2885 msgid ""
2886 "If Perl is installed, you can also edit files non-interactively (see L</NON-"
2887 "INTERACTIVE EDITING> below).  To change the init default level to 5:"
2888 msgstr ""
2889
2890 #. type: verbatim
2891 #: ../edit/virt-edit.pod:60
2892 #, no-wrap
2893 msgid ""
2894 " virt-edit -d mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
2895 "\n"
2896 msgstr ""
2897
2898 #. type: =item
2899 #: ../edit/virt-edit.pod:81
2900 msgid "B<-b> extension"
2901 msgstr ""
2902
2903 #. type: =item
2904 #: ../edit/virt-edit.pod:83
2905 msgid "B<--backup> extension"
2906 msgstr ""
2907
2908 #. type: textblock
2909 #: ../edit/virt-edit.pod:85
2910 msgid ""
2911 "Create a backup of the original file I<in the guest disk image>.  The backup "
2912 "has the original filename with C<extension> added."
2913 msgstr ""
2914
2915 #. type: textblock
2916 #: ../edit/virt-edit.pod:88
2917 msgid ""
2918 "Usually the first character of C<extension> would be a dot C<.> so you would "
2919 "write:"
2920 msgstr ""
2921
2922 #. type: verbatim
2923 #: ../edit/virt-edit.pod:91
2924 #, no-wrap
2925 msgid ""
2926 " virt-edit -b .orig [etc]\n"
2927 "\n"
2928 msgstr ""
2929
2930 #. type: textblock
2931 #: ../edit/virt-edit.pod:93
2932 msgid "By default, no backup file is made."
2933 msgstr ""
2934
2935 #. type: =item
2936 #: ../edit/virt-edit.pod:95 ../fish/guestfish.pod:181
2937 #: ../fuse/guestmount.pod:96 ../inspector/virt-inspector.pod:74
2938 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-list-partitions.pl:78
2939 #: ../tools/virt-tar.pl:127 ../tools/virt-win-reg.pl:128
2940 msgid "B<-c URI>"
2941 msgstr "B<-c адреса>"
2942
2943 #. type: =item
2944 #: ../edit/virt-edit.pod:97 ../fish/guestfish.pod:183
2945 #: ../fuse/guestmount.pod:98 ../inspector/virt-inspector.pod:76
2946 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-list-partitions.pl:80
2947 #: ../tools/virt-tar.pl:129 ../tools/virt-win-reg.pl:130
2948 msgid "B<--connect URI>"
2949 msgstr "B<--connect адреса>"
2950
2951 #. type: textblock
2952 #: ../edit/virt-edit.pod:102 ../tools/virt-list-filesystems.pl:84
2953 #: ../tools/virt-list-partitions.pl:85 ../tools/virt-tar.pl:134
2954 #: ../tools/virt-win-reg.pl:135
2955 msgid ""
2956 "If you specify guest block devices directly, then libvirt is not used at all."
2957 msgstr ""
2958
2959 #. type: textblock
2960 #: ../edit/virt-edit.pod:114
2961 msgid ""
2962 "When prompting for keys and passphrases, virt-edit normally turns echoing "
2963 "off so you cannot see what you are typing.  If you are not worried about "
2964 "Tempest attacks and there is no one else in the room you can specify this "
2965 "flag to see what you are typing."
2966 msgstr ""
2967
2968 #. type: =item
2969 #: ../edit/virt-edit.pod:119
2970 msgid "B<-e> EXPR"
2971 msgstr ""
2972
2973 #. type: =item
2974 #: ../edit/virt-edit.pod:121
2975 #, fuzzy
2976 #| msgid "B<--help>"
2977 msgid "B<--expr> EXPR"
2978 msgstr "B<--help>"
2979
2980 #. type: textblock
2981 #: ../edit/virt-edit.pod:123
2982 msgid ""
2983 "Instead of launching the external editor, non-interactively apply the Perl "
2984 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
2985 "EDITING> below."
2986 msgstr ""
2987
2988 #. type: textblock
2989 #: ../edit/virt-edit.pod:127
2990 msgid ""
2991 "Be careful to properly quote the expression to prevent it from being altered "
2992 "by the shell."
2993 msgstr ""
2994
2995 #. type: textblock
2996 #: ../edit/virt-edit.pod:130
2997 msgid "Note that this option is only available when Perl 5 is installed."
2998 msgstr ""
2999
3000 #. type: =item
3001 #: ../edit/virt-edit.pod:132
3002 #, fuzzy
3003 #| msgid "B<--format=raw|qcow2|..>"
3004 msgid "B<--format> raw|qcow2|..."
3005 msgstr "B<--format=raw|qcow2|..>"
3006
3007 #. type: verbatim
3008 #: ../edit/virt-edit.pod:143
3009 #, fuzzy, no-wrap
3010 #| msgid ""
3011 #| " guestfish --format=raw -a disk.img\n"
3012 #| "\n"
3013 msgid ""
3014 " virt-edit --format=raw -a disk.img file\n"
3015 "\n"
3016 msgstr ""
3017 " guestfish --format=raw -a disk.img\n"
3018 "\n"
3019
3020 #. type: verbatim
3021 #: ../edit/virt-edit.pod:147
3022 #, fuzzy, no-wrap
3023 #| msgid ""
3024 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
3025 #| "\n"
3026 msgid ""
3027 " virt-edit --format=raw -a disk.img --format -a another.img file\n"
3028 "\n"
3029 msgstr ""
3030 " guestfish --format=raw -a disk.img --format -a another.img\n"
3031 "\n"
3032
3033 #. type: textblock
3034 #: ../edit/virt-edit.pod:181
3035 msgid "Previous versions of virt-edit allowed you to write either:"
3036 msgstr ""
3037
3038 #. type: verbatim
3039 #: ../edit/virt-edit.pod:187
3040 #, fuzzy, no-wrap
3041 #| msgid ""
3042 #| " edit filename\n"
3043 #| "\n"
3044 msgid ""
3045 " virt-edit guestname file\n"
3046 "\n"
3047 msgstr ""
3048 " edit назва_файла\n"
3049 "\n"
3050
3051 #. type: =head1
3052 #: ../edit/virt-edit.pod:195
3053 msgid "NON-INTERACTIVE EDITING"
3054 msgstr ""
3055
3056 #. type: textblock
3057 #: ../edit/virt-edit.pod:197
3058 msgid ""
3059 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
3060 "administrator can interactively edit the file."
3061 msgstr ""
3062
3063 #. type: textblock
3064 #: ../edit/virt-edit.pod:200
3065 msgid ""
3066 "There are two ways also to use C<virt-edit> from scripts in order to make "
3067 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
3068 "like this, it's less error-prone to write scripts directly using the "
3069 "libguestfs API and Augeas for configuration file editing.)"
3070 msgstr ""
3071
3072 #. type: textblock
3073 #: ../edit/virt-edit.pod:206
3074 msgid ""
3075 "The first method is to temporarily set C<$EDITOR> to any script or program "
3076 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
3077 "update C<tmpfile> in place however it likes."
3078 msgstr ""
3079
3080 #. type: textblock
3081 #: ../edit/virt-edit.pod:210
3082 msgid ""
3083 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
3084 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
3085 "instances of C<foo> with C<bar> in a file:"
3086 msgstr ""
3087
3088 #. type: verbatim
3089 #: ../edit/virt-edit.pod:214
3090 #, no-wrap
3091 msgid ""
3092 " virt-edit -d domname filename -e 's/foo/bar/'\n"
3093 "\n"
3094 msgstr ""
3095
3096 #. type: textblock
3097 #: ../edit/virt-edit.pod:216
3098 msgid ""
3099 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
3100 "For example to delete root's password you could do:"
3101 msgstr ""
3102
3103 #. type: verbatim
3104 #: ../edit/virt-edit.pod:219
3105 #, no-wrap
3106 msgid ""
3107 " virt-edit -d domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
3108 "\n"
3109 msgstr ""
3110
3111 #. type: textblock
3112 #: ../edit/virt-edit.pod:221
3113 msgid ""
3114 "What really happens is that the snippet is evaluated as a Perl expression "
3115 "for each line of the file.  The line, including the final C<\\n>, is passed "
3116 "in C<$_> and the expression should update C<$_> or leave it unchanged."
3117 msgstr ""
3118
3119 #. type: textblock
3120 #: ../edit/virt-edit.pod:226
3121 msgid ""
3122 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
3123 "C<apache> user account from the password file you can do:"
3124 msgstr ""
3125
3126 #. type: verbatim
3127 #: ../edit/virt-edit.pod:229
3128 #, no-wrap
3129 msgid ""
3130 " virt-edit -d mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
3131 "\n"
3132 msgstr ""
3133
3134 #. type: textblock
3135 #: ../edit/virt-edit.pod:231
3136 msgid ""
3137 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
3138 "the end of the file is rather difficult this way since there is no concept "
3139 "of \"last line of the file\" - your expression just doesn't get called "
3140 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
3141 "want to do this."
3142 msgstr ""
3143
3144 #. type: textblock
3145 #: ../edit/virt-edit.pod:237
3146 msgid ""
3147 "The variable C<$lineno> contains the current line number.  As is "
3148 "traditional, the first line in the file is number C<1>."
3149 msgstr ""
3150
3151 #. type: textblock
3152 #: ../edit/virt-edit.pod:240
3153 msgid ""
3154 "The return value from the expression is ignored, but the expression may call "
3155 "C<die> in order to abort the whole program, leaving the original file "
3156 "untouched."
3157 msgstr ""
3158
3159 #. type: textblock
3160 #: ../edit/virt-edit.pod:244
3161 msgid ""
3162 "Remember when matching the end of a line that C<$_> may contain the final C<"
3163 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
3164 "newline then neither of these.  Thus to match or substitute some text at the "
3165 "end of a line, use this regular expression:"
3166 msgstr ""
3167
3168 #. type: verbatim
3169 #: ../edit/virt-edit.pod:249
3170 #, no-wrap
3171 msgid ""
3172 " /some text(\\r?\\n)?$/\n"
3173 "\n"
3174 msgstr ""
3175
3176 #. type: textblock
3177 #: ../edit/virt-edit.pod:251
3178 msgid ""
3179 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
3180 "$_> itself (since that would remove all newlines from the file):"
3181 msgstr ""
3182
3183 #. type: verbatim
3184 #: ../edit/virt-edit.pod:255
3185 #, no-wrap
3186 msgid ""
3187 " my $m = $_; chomp $m; $m =~ /some text$/\n"
3188 "\n"
3189 msgstr ""
3190
3191 #. type: =head1
3192 #: ../edit/virt-edit.pod:257 ../fish/guestfish.pod:858
3193 msgid "WINDOWS PATHS"
3194 msgstr ""
3195
3196 #. type: textblock
3197 #: ../edit/virt-edit.pod:259
3198 msgid ""
3199 "C<virt-edit> has a limited ability to understand Windows drive letters and "
3200 "paths (eg. C<E:\\foo\\bar.txt>)."
3201 msgstr ""
3202
3203 #. type: textblock
3204 #: ../edit/virt-edit.pod:262
3205 msgid "If and only if the guest is running Windows then:"
3206 msgstr ""
3207
3208 #. type: textblock
3209 #: ../edit/virt-edit.pod:268
3210 msgid ""
3211 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
3212 "to the correct filesystem."
3213 msgstr ""
3214
3215 #. type: textblock
3216 #: ../edit/virt-edit.pod:273
3217 msgid ""
3218 "Any backslash (C<\\>) characters in the path are replaced with forward "
3219 "slashes so that libguestfs can process it."
3220 msgstr ""
3221
3222 #. type: textblock
3223 #: ../edit/virt-edit.pod:278
3224 msgid ""
3225 "The path is resolved case insensitively to locate the file that should be "
3226 "edited."
3227 msgstr ""
3228
3229 #. type: textblock
3230 #: ../edit/virt-edit.pod:283
3231 msgid "There are some known shortcomings:"
3232 msgstr ""
3233
3234 #. type: textblock
3235 #: ../edit/virt-edit.pod:289
3236 msgid "Some NTFS symbolic links may not be followed correctly."
3237 msgstr ""
3238
3239 #. type: textblock
3240 #: ../edit/virt-edit.pod:293
3241 msgid "NTFS junction points that cross filesystems are not followed."
3242 msgstr ""
3243
3244 #. type: textblock
3245 #: ../edit/virt-edit.pod:299
3246 msgid ""
3247 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
3248 "C<virt-edit> doesn't work."
3249 msgstr ""
3250
3251 #. type: textblock
3252 #: ../edit/virt-edit.pod:302
3253 msgid "Using C<virt-edit> is approximately equivalent to doing:"
3254 msgstr ""
3255
3256 #. type: verbatim
3257 #: ../edit/virt-edit.pod:304
3258 #, fuzzy, no-wrap
3259 #| msgid ""
3260 #| " guestfish --ro -d myguest -i\n"
3261 #| "\n"
3262 msgid ""
3263 " guestfish --rw -i -d domname edit /file\n"
3264 "\n"
3265 msgstr ""
3266 " guestfish --ro -d myguest -i\n"
3267 "\n"
3268
3269 #. type: textblock
3270 #: ../edit/virt-edit.pod:306
3271 msgid ""
3272 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
3273 "path to the file."
3274 msgstr ""
3275
3276 #. type: textblock
3277 #: ../edit/virt-edit.pod:309
3278 msgid ""
3279 "The command above uses libguestfs's guest inspection feature and so does not "
3280 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
3281 "disk images that don't contain guests.  To edit a file on a disk image "
3282 "directly, use:"
3283 msgstr ""
3284
3285 #. type: verbatim
3286 #: ../edit/virt-edit.pod:314
3287 #, fuzzy, no-wrap
3288 #| msgid ""
3289 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
3290 #| "\n"
3291 msgid ""
3292 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
3293 "\n"
3294 msgstr ""
3295 " guestfish --format=raw -a disk.img --format -a another.img\n"
3296 "\n"
3297
3298 #. type: textblock
3299 #: ../edit/virt-edit.pod:316
3300 msgid ""
3301 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
3302 "the disk image to edit, and C</file> is the full path to the file."
3303 msgstr ""
3304
3305 #. type: textblock
3306 #: ../edit/virt-edit.pod:320
3307 msgid ""
3308 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
3309 "C<write> or C<upload> instead:"
3310 msgstr ""
3311
3312 #. type: verbatim
3313 #: ../edit/virt-edit.pod:323
3314 #, fuzzy, no-wrap
3315 #| msgid ""
3316 #| " guestfish --ro -d myguest -i\n"
3317 #| "\n"
3318 msgid ""
3319 " guestfish --rw -i -d domname touch /newfile\n"
3320 "\n"
3321 msgstr ""
3322 " guestfish --ro -d myguest -i\n"
3323 "\n"
3324
3325 #. type: verbatim
3326 #: ../edit/virt-edit.pod:325
3327 #, no-wrap
3328 msgid ""
3329 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
3330 "\n"
3331 msgstr ""
3332
3333 #. type: verbatim
3334 #: ../edit/virt-edit.pod:327
3335 #, no-wrap
3336 msgid ""
3337 " guestfish --rw -i -d domname upload localfile /newfile\n"
3338 "\n"
3339 msgstr ""
3340
3341 #. type: =head1
3342 #: ../edit/virt-edit.pod:329 ../fish/guestfish.pod:1075
3343 #: ../rescue/virt-rescue.pod:257 ../src/guestfs.pod:2965
3344 #: ../test-tool/libguestfs-test-tool.pod:82
3345 msgid "ENVIRONMENT VARIABLES"
3346 msgstr "ЗМІННІ СЕРЕДОВИЩА"
3347
3348 #. type: =item
3349 #: ../edit/virt-edit.pod:333
3350 #, fuzzy
3351 #| msgid "EDITOR"
3352 msgid "C<EDITOR>"
3353 msgstr "РЕДАКТОР"
3354
3355 #. type: textblock
3356 #: ../edit/virt-edit.pod:335
3357 msgid ""
3358 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
3359 "\"emacs -nw\">"
3360 msgstr ""
3361
3362 #. type: textblock
3363 #: ../edit/virt-edit.pod:338
3364 msgid "If not set, C<vi> is used."
3365 msgstr ""
3366
3367 #. type: textblock
3368 #: ../edit/virt-edit.pod:351
3369 #, fuzzy
3370 #| msgid ""
3371 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
3372 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
3373 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
3374 msgid ""
3375 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
3376 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
3377 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
3378 msgstr ""
3379 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
3380 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
3381 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
3382
3383 #. type: textblock
3384 #: ../examples/guestfs-examples.pod:5
3385 msgid "guestfs-examples - Examples of using libguestfs from C"
3386 msgstr ""
3387
3388 #. type: verbatim
3389 #: ../examples/guestfs-examples.pod:9 ../src/guestfs.pod:9
3390 #, no-wrap
3391 msgid ""
3392 " #include <guestfs.h>\n"
3393 " \n"
3394 msgstr ""
3395 " #include <guestfs.h>\n"
3396 " \n"
3397
3398 #. type: verbatim
3399 #: ../examples/guestfs-examples.pod:11
3400 #, no-wrap
3401 msgid ""
3402 " guestfs_h *g = guestfs_create ();\n"
3403 " guestfs_add_drive_ro (g, \"disk.img\");\n"
3404 " guestfs_launch (g);\n"
3405 "\n"
3406 msgstr ""
3407
3408 #. type: verbatim
3409 #: ../examples/guestfs-examples.pod:15 ../src/guestfs.pod:19
3410 #, no-wrap
3411 msgid ""
3412 " cc prog.c -o prog -lguestfs\n"
3413 "or:\n"
3414 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
3415 "\n"
3416 msgstr ""
3417 " cc prog.c -o prog -lguestfs\n"
3418 "або:\n"
3419 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
3420 "\n"
3421
3422 #. type: textblock
3423 #: ../examples/guestfs-examples.pod:21
3424 msgid ""
3425 "This manual page contains examples of calling libguestfs from the C "
3426 "programming language.  If you are not familiar with using libguestfs, you "
3427 "also need to read L<guestfs(3)>."
3428 msgstr ""
3429
3430 #. type: =head1
3431 #: ../examples/guestfs-examples.pod:25 ../java/examples/guestfs-java.pod:37
3432 #: ../ocaml/examples/guestfs-ocaml.pod:70 ../perl/examples/guestfs-perl.pod:31
3433 #: ../python/examples/guestfs-python.pod:34
3434 #: ../ruby/examples/guestfs-ruby.pod:28
3435 msgid "EXAMPLE 1: CREATE A DISK IMAGE"
3436 msgstr ""
3437
3438 #. type: textblock
3439 #: ../examples/guestfs-examples.pod:27 ../java/examples/guestfs-java.pod:39
3440 #: ../ocaml/examples/guestfs-ocaml.pod:72 ../perl/examples/guestfs-perl.pod:33
3441 #: ../python/examples/guestfs-python.pod:36
3442 #: ../ruby/examples/guestfs-ruby.pod:30
3443 #, fuzzy
3444 #| msgid "EXAMPLE"
3445 msgid "@EXAMPLE1@"
3446 msgstr "ПРИКЛАД"
3447
3448 #. type: =head1
3449 #: ../examples/guestfs-examples.pod:29 ../java/examples/guestfs-java.pod:41
3450 #: ../ocaml/examples/guestfs-ocaml.pod:74 ../perl/examples/guestfs-perl.pod:35
3451 #: ../python/examples/guestfs-python.pod:38
3452 #: ../ruby/examples/guestfs-ruby.pod:32
3453 msgid "EXAMPLE 2: INSPECT A VIRTUAL MACHINE DISK IMAGE"
3454 msgstr ""
3455
3456 #. type: textblock
3457 #: ../examples/guestfs-examples.pod:31 ../java/examples/guestfs-java.pod:43
3458 #: ../ocaml/examples/guestfs-ocaml.pod:76 ../perl/examples/guestfs-perl.pod:37
3459 #: ../python/examples/guestfs-python.pod:40
3460 #: ../ruby/examples/guestfs-ruby.pod:34
3461 #, fuzzy
3462 #| msgid "EXAMPLE"
3463 msgid "@EXAMPLE2@"
3464 msgstr "ПРИКЛАД"
3465
3466 #. type: textblock
3467 #: ../examples/guestfs-examples.pod:35
3468 #, fuzzy
3469 #| msgid ""
3470 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
3471 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
3472 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
3473 msgid ""
3474 "L<guestfs(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, "
3475 "L<guestfs-python(3)>, L<guestfs-recipes(1)>, L<guestfs-ruby(3)>, L<http://"
3476 "libguestfs.org/>."
3477 msgstr ""
3478 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
3479 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
3480 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
3481
3482 #. type: =head1
3483 #: ../examples/guestfs-examples.pod:44 ../examples/guestfs-recipes.pod:396
3484 #: ../fish/guestfish.pod:1238 ../fish/virt-copy-in.pod:60
3485 #: ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58
3486 #: ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:314
3487 #: ../inspector/virt-inspector.pod:380 ../java/examples/guestfs-java.pod:57
3488 #: ../ocaml/examples/guestfs-ocaml.pod:90 ../perl/examples/guestfs-perl.pod:51
3489 #: ../python/examples/guestfs-python.pod:53
3490 #: ../ruby/examples/guestfs-ruby.pod:47 ../src/guestfs.pod:3087
3491 #: ../test-tool/libguestfs-test-tool.pod:93
3492 msgid "AUTHORS"
3493 msgstr "АВТОРИ"
3494
3495 #. type: textblock
3496 #: ../examples/guestfs-examples.pod:46 ../examples/guestfs-recipes.pod:398
3497 #: ../fish/guestfish.pod:1240 ../fish/virt-copy-in.pod:62
3498 #: ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60
3499 #: ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:316
3500 #: ../java/examples/guestfs-java.pod:59 ../ocaml/examples/guestfs-ocaml.pod:92
3501 #: ../perl/examples/guestfs-perl.pod:53
3502 #: ../python/examples/guestfs-python.pod:55
3503 #: ../ruby/examples/guestfs-ruby.pod:49 ../src/guestfs.pod:3089
3504 #: ../test-tool/libguestfs-test-tool.pod:95
3505 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
3506 msgstr ""
3507
3508 #. type: textblock
3509 #: ../examples/guestfs-examples.pod:50 ../ocaml/examples/guestfs-ocaml.pod:96
3510 #: ../python/examples/guestfs-python.pod:59
3511 #: ../ruby/examples/guestfs-ruby.pod:53
3512 #, fuzzy
3513 #| msgid "Copyright (C) 2009 Red Hat Inc."
3514 msgid "Copyright (C) 2010 Red Hat Inc. L<http://libguestfs.org/>"
3515 msgstr "© Red Hat Inc., 2009"
3516
3517 #. type: textblock
3518 #: ../examples/guestfs-examples.pod:52 ../examples/guestfs-recipes.pod:404
3519 #: ../java/examples/guestfs-java.pod:65 ../ocaml/examples/guestfs-ocaml.pod:98
3520 #: ../perl/examples/guestfs-perl.pod:59
3521 #: ../python/examples/guestfs-python.pod:61
3522 #: ../ruby/examples/guestfs-ruby.pod:55
3523 msgid ""
3524 "The examples in this manual page may be freely copied, modified and "
3525 "distributed without any restrictions."
3526 msgstr ""
3527
3528 #. type: textblock
3529 #: ../examples/guestfs-examples.pod:55 ../examples/guestfs-recipes.pod:407
3530 #: ../java/examples/guestfs-java.pod:68
3531 #: ../ocaml/examples/guestfs-ocaml.pod:101
3532 #: ../perl/examples/guestfs-perl.pod:62
3533 #: ../python/examples/guestfs-python.pod:64
3534 #: ../ruby/examples/guestfs-ruby.pod:58 ../src/guestfs.pod:3096
3535 msgid ""
3536 "This library is free software; you can redistribute it and/or modify it "
3537 "under the terms of the GNU Lesser General Public License as published by the "
3538 "Free Software Foundation; either version 2 of the License, or (at your "
3539 "option) any later version."
3540 msgstr ""
3541
3542 #. type: textblock
3543 #: ../examples/guestfs-examples.pod:60 ../examples/guestfs-recipes.pod:412
3544 #: ../java/examples/guestfs-java.pod:73
3545 #: ../ocaml/examples/guestfs-ocaml.pod:106
3546 #: ../perl/examples/guestfs-perl.pod:67
3547 #: ../python/examples/guestfs-python.pod:69
3548 #: ../ruby/examples/guestfs-ruby.pod:63 ../src/guestfs.pod:3101
3549 msgid ""
3550 "This library is distributed in the hope that it will be useful, but WITHOUT "
3551 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
3552 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
3553 "for more details."
3554 msgstr ""
3555
3556 #. type: textblock
3557 #: ../examples/guestfs-examples.pod:65 ../examples/guestfs-recipes.pod:417
3558 #: ../java/examples/guestfs-java.pod:78
3559 #: ../ocaml/examples/guestfs-ocaml.pod:111
3560 #: ../perl/examples/guestfs-perl.pod:72
3561 #: ../python/examples/guestfs-python.pod:74
3562 #: ../ruby/examples/guestfs-ruby.pod:68 ../src/guestfs.pod:3106
3563 msgid ""
3564 "You should have received a copy of the GNU Lesser General Public License "
3565 "along with this library; if not, write to the Free Software Foundation, "
3566 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
3567 msgstr ""
3568
3569 #. type: =end
3570 #: ../examples/guestfs-recipes.pod:3 ../examples/guestfs-recipes.pod:12
3571 msgid "comment"
3572 msgstr ""
3573
3574 #. type: textblock
3575 #: ../examples/guestfs-recipes.pod:5
3576 msgid ""
3577 "pod2man and pod2html have differing bugs which makes it hard to write URLs "
3578 "here.  The only way which works for both sorts of output is to just write "
3579 "the URL directly.  Do NOT use L<...> for URLs."
3580 msgstr ""
3581
3582 #. type: textblock
3583 #: ../examples/guestfs-recipes.pod:9
3584 msgid ""
3585 "We break with tradition here and don't use ALL CAPS for the section "
3586 "headings, as this makes them much easier to read."
3587 msgstr ""
3588
3589 #. type: textblock
3590 #: ../examples/guestfs-recipes.pod:16
3591 msgid "guestfs-recipes - libguestfs, guestfish and virt tools recipes"
3592 msgstr ""
3593
3594 #. type: textblock
3595 #: ../examples/guestfs-recipes.pod:20
3596 msgid ""
3597 "This page contains recipes for and links to things you can do using "
3598 "libguestfs, L<guestfish(1)> and the virt tools."
3599 msgstr ""
3600
3601 #. type: =head1
3602 #: ../examples/guestfs-recipes.pod:23
3603 msgid "Audit a virtual machine for setuid files"
3604 msgstr ""
3605
3606 #. type: textblock
3607 #: ../examples/guestfs-recipes.pod:25
3608 msgid ""
3609 "The link below contains a small program which can be used to audit a Linux "
3610 "virtual machine to see what setuid and setgid files it contains."
3611 msgstr ""
3612
3613 #. type: textblock
3614 #: ../examples/guestfs-recipes.pod:28
3615 msgid ""
3616 "https://rwmj.wordpress.com/2010/12/15/tip-audit-virtual-machine-for-setuid-"
3617 "files/#content"
3618 msgstr ""
3619
3620 #. type: =head1
3621 #: ../examples/guestfs-recipes.pod:30
3622 msgid "Change the background image in a Windows XP VM"
3623 msgstr ""
3624
3625 #. type: textblock
3626 #: ../examples/guestfs-recipes.pod:32
3627 msgid ""
3628 "The links below explain how to use L<guestfish(1)> to change the background "
3629 "image for a user of a Windows XP VM.  Unfortunately the technique appears to "
3630 "be substantially different for each version of Windows."
3631 msgstr ""
3632
3633 #. type: textblock
3634 #: ../examples/guestfs-recipes.pod:37
3635 msgid ""
3636 "https://lists.fedoraproject.org/pipermail/virt/2011-May/002655.html https://"
3637 "lists.fedoraproject.org/pipermail/virt/2011-May/002658.html"
3638 msgstr ""
3639
3640 #. type: =head1
3641 #: ../examples/guestfs-recipes.pod:40
3642 msgid "Cloning a virtual machine (Linux)"
3643 msgstr ""
3644
3645 #. type: textblock
3646 #: ../examples/guestfs-recipes.pod:42
3647 msgid ""
3648 "The guestfish technique described in the link below works well for most "
3649 "Linux VMs.  Depending on the Linux distro you may need to change the paths "
3650 "slightly."
3651 msgstr ""
3652
3653 #. type: textblock
3654 #: ../examples/guestfs-recipes.pod:46
3655 msgid ""
3656 "https://rwmj.wordpress.com/2010/09/24/tip-my-procedure-for-cloning-a-fedora-"
3657 "vm/#content"
3658 msgstr ""
3659
3660 #. type: textblock
3661 #: ../examples/guestfs-recipes.pod:48
3662 msgid ""
3663 "Avoid L<virt-clone(1)>.  Currently what to do about virt-clone is under "
3664 "discussion."
3665 msgstr ""
3666
3667 #. type: textblock
3668 #: ../examples/guestfs-recipes.pod:51
3669 msgid "https://www.redhat.com/archives/virt-tools-list/2011-May/msg00019.html"
3670 msgstr ""
3671
3672 #. type: =head1
3673 #: ../examples/guestfs-recipes.pod:53
3674 msgid "Cloning a virtual machine (Windows)"
3675 msgstr ""
3676
3677 #. type: textblock
3678 #: ../examples/guestfs-recipes.pod:55
3679 msgid ""
3680 "It is possible to do a \"sysprep\" using libguestfs alone, although not "
3681 "straightforward.  Currently there is code in the Aeolus Oz project which "
3682 "does this (using libguestfs).  As part of our review of the virt-clone tool, "
3683 "we may add sysprepping ability."
3684 msgstr ""
3685
3686 #. type: textblock
3687 #: ../examples/guestfs-recipes.pod:60
3688 msgid ""
3689 "https://github.com/clalancette/oz https://www.redhat.com/archives/virt-tools-"
3690 "list/2011-May/msg00019.html"
3691 msgstr ""
3692
3693 #. type: =head1
3694 #: ../examples/guestfs-recipes.pod:63
3695 msgid "Convert a CD-ROM / DVD / ISO to a tarball"
3696 msgstr ""
3697
3698 #. type: textblock
3699 #: ../examples/guestfs-recipes.pod:65
3700 msgid "This converts input C<cd.iso> to output C<cd.tar.gz>:"
3701 msgstr ""
3702
3703 #. type: verbatim
3704 #: ../examples/guestfs-recipes.pod:67
3705 #, no-wrap
3706 msgid ""
3707 " guestfish --ro -a cd.iso -m /dev/sda tgz-out / cd.tar.gz\n"
3708 "\n"
3709 msgstr ""
3710
3711 #. type: textblock
3712 #: ../examples/guestfs-recipes.pod:69
3713 msgid "To export just a subdirectory, eg. C</files>, do:"
3714 msgstr ""
3715
3716 #. type: verbatim
3717 #: ../examples/guestfs-recipes.pod:71
3718 #, no-wrap
3719 msgid ""
3720 " guestfish --ro -a cd.iso -m /dev/sda tgz-out /files cd.tar.gz\n"
3721 "\n"
3722 msgstr ""
3723
3724 #. type: =head1
3725 #: ../examples/guestfs-recipes.pod:73
3726 msgid "Create empty disk images"
3727 msgstr ""
3728
3729 #. type: textblock
3730 #: ../examples/guestfs-recipes.pod:75
3731 msgid ""
3732 "You can use the L<guestfish(1)> I<-N> option to create empty disk images.  "
3733 "The useful guide below explains the options available."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: ../examples/guestfs-recipes.pod:78
3738 msgid ""
3739 "https://rwmj.wordpress.com/2010/09/08/new-guestfish-n-options-in-1-5-9/"
3740 "#content"
3741 msgstr ""
3742
3743 #. type: =head1
3744 #: ../examples/guestfs-recipes.pod:80
3745 msgid "Dump raw filesystem content from inside a disk image or VM"
3746 msgstr ""
3747
3748 #. type: textblock
3749 #: ../examples/guestfs-recipes.pod:82
3750 msgid ""
3751 "You can use the L<guestfish(1)> C<download> command to extract the raw "
3752 "filesystem content from any filesystem in a disk image or a VM (even one "
3753 "which is encrypted or buried inside an LV):"
3754 msgstr ""
3755
3756 #. type: verbatim
3757 #: ../examples/guestfs-recipes.pod:86
3758 #, fuzzy, no-wrap
3759 #| msgid ""
3760 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
3761 #| "\n"
3762 msgid ""
3763 " guestfish --ro -a disk.img run : download /dev/sda1 sda1.img\n"
3764 "\n"
3765 msgstr ""
3766 " guestfish --format=raw -a disk.img --format -a another.img\n"
3767 "\n"
3768
3769 #. type: verbatim
3770 #: ../examples/guestfs-recipes.pod:88
3771 #, no-wrap
3772 msgid ""
3773 " guestfish --ro -d Guest run : download /dev/vg_guest/lv_root lv.img\n"
3774 "\n"
3775 msgstr ""
3776
3777 #. type: textblock
3778 #: ../examples/guestfs-recipes.pod:90
3779 msgid "To list the filesystems in a disk image, use L<virt-filesystems(1)>."
3780 msgstr ""
3781
3782 #. type: =head1
3783 #: ../examples/guestfs-recipes.pod:92
3784 msgid "Edit grub configuration in a VM"
3785 msgstr ""
3786
3787 #. type: textblock
3788 #: ../examples/guestfs-recipes.pod:94
3789 msgid "You can use this to:"
3790 msgstr ""
3791
3792 #. type: textblock
3793 #: ../examples/guestfs-recipes.pod:100
3794 msgid "Fix a virtual machine that does not boot."
3795 msgstr ""
3796
3797 #. type: textblock
3798 #: ../examples/guestfs-recipes.pod:104
3799 msgid "Change which kernel is used to boot the VM."
3800 msgstr ""
3801
3802 #. type: textblock
3803 #: ../examples/guestfs-recipes.pod:108
3804 msgid "Change kernel command line options."
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../examples/guestfs-recipes.pod:112
3809 msgid "Use L<virt-edit(1)> to edit the grub configuration:"
3810 msgstr ""
3811
3812 #. type: verbatim
3813 #: ../examples/guestfs-recipes.pod:114
3814 #, no-wrap
3815 msgid ""
3816 " virt-edit -d BrokenGuest /boot/grub/grub.conf\n"
3817 "\n"
3818 msgstr ""
3819
3820 #. type: textblock
3821 #: ../examples/guestfs-recipes.pod:116
3822 msgid ""
3823 "or for general tinkering inside an unbootable VM use L<virt-rescue(1)> like "
3824 "this:"
3825 msgstr ""
3826
3827 #. type: verbatim
3828 #: ../examples/guestfs-recipes.pod:119
3829 #, no-wrap
3830 msgid ""
3831 " virt-rescue -d BrokenGuest\n"
3832 "\n"
3833 msgstr ""
3834
3835 #. type: =head1
3836 #: ../examples/guestfs-recipes.pod:121
3837 msgid "Export any directory from a VM"
3838 msgstr ""
3839
3840 #. type: textblock
3841 #: ../examples/guestfs-recipes.pod:123
3842 msgid ""
3843 "To export C</home> from a VM into a local directory use L<virt-copy-out(1)>:"
3844 msgstr ""
3845
3846 #. type: verbatim
3847 #: ../examples/guestfs-recipes.pod:126
3848 #, fuzzy, no-wrap
3849 #| msgid ""
3850 #| " copy-out /home .\n"
3851 #| "\n"
3852 msgid ""
3853 " virt-copy-out -d Guest /home .\n"
3854 "\n"
3855 msgstr ""
3856 " copy-out /home .\n"
3857 "\n"
3858
3859 #. type: textblock
3860 #: ../examples/guestfs-recipes.pod:128 ../fish/guestfish-actions.pod:9
3861 #: ../fish/guestfish-actions.pod:1287 ../fish/guestfish-actions.pod:1929
3862 #: ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1917
3863 #: ../src/guestfs-actions.pod:2855 ../src/guestfs.pod:1639
3864 #: ../tools/virt-win-reg.pl:706
3865 msgid "Notes:"
3866 msgstr "Нотатки:"
3867
3868 #. type: textblock
3869 #: ../examples/guestfs-recipes.pod:134
3870 msgid ""
3871 "The final dot of the command is not a printing error.  It means we want to "
3872 "copy out to the current directory."
3873 msgstr ""
3874
3875 #. type: textblock
3876 #: ../examples/guestfs-recipes.pod:139
3877 msgid "This creates a directory called C<home> under the current directory."
3878 msgstr ""
3879
3880 #. type: textblock
3881 #: ../examples/guestfs-recipes.pod:143
3882 msgid ""
3883 "If the guest is a Windows guest then you can use drive letters and "
3884 "backslashes, but you must prefix the path with C<win:> and quote it to "
3885 "protect it from the shell, like this:"
3886 msgstr ""
3887
3888 #. type: verbatim
3889 #: ../examples/guestfs-recipes.pod:147
3890 #, no-wrap
3891 msgid ""
3892 " virt-copy-out -d WinGuest 'win:c:\\windows\\system32\\config' .\n"
3893 "\n"
3894 msgstr ""
3895
3896 #. type: textblock
3897 #: ../examples/guestfs-recipes.pod:149
3898 msgid "To get the output as a compressed tarball, do:"
3899 msgstr ""
3900
3901 #. type: verbatim
3902 #: ../examples/guestfs-recipes.pod:151
3903 #, no-wrap
3904 msgid ""
3905 " virt-tar-out -d Guest /home - | gzip --best > home.tar.gz\n"
3906 "\n"
3907 msgstr ""
3908
3909 #. type: textblock
3910 #: ../examples/guestfs-recipes.pod:153
3911 msgid ""
3912 "Although it sounds tempting, this is usually not a reliable way to get a "
3913 "backup from a running guest.  See the entry in the FAQ: http://libguestfs."
3914 "org/FAQ.html#backup"
3915 msgstr ""
3916
3917 #. type: =head1
3918 #: ../examples/guestfs-recipes.pod:157
3919 msgid "Find out which user is using the most space"
3920 msgstr ""
3921
3922 #. type: textblock
3923 #: ../examples/guestfs-recipes.pod:159
3924 msgid ""
3925 "This simple script examines a Linux guest to find out which user is using "
3926 "the most space in their home directory:"
3927 msgstr ""
3928
3929 #. type: verbatim
3930 #: ../examples/guestfs-recipes.pod:162
3931 #, fuzzy, no-wrap
3932 #| msgid ""
3933 #| " #!/usr/bin/guestfish -f\n"
3934 #| "\n"
3935 msgid ""
3936 " #!/bin/sh -\n"
3937 " \n"
3938 msgstr ""
3939 " #!/usr/bin/guestfish -f\n"
3940 "\n"
3941
3942 #. type: verbatim
3943 #: ../examples/guestfs-recipes.pod:164
3944 #, fuzzy, no-wrap
3945 #| msgid ""
3946 #| " set-qemu qemu\n"
3947 #| "\n"
3948 msgid ""
3949 " set -e\n"
3950 " \n"
3951 msgstr ""
3952 " set-qemu qemu\n"
3953 "\n"
3954
3955 #. type: verbatim
3956 #: ../examples/guestfs-recipes.pod:166
3957 #, no-wrap
3958 msgid ""
3959 " vm=\"$1\"\n"
3960 " dir=/home\n"
3961 " \n"
3962 msgstr ""
3963
3964 #. type: verbatim
3965 #: ../examples/guestfs-recipes.pod:169
3966 #, fuzzy, no-wrap
3967 #| msgid ""
3968 #| " guestfish --ro -d myguest -i\n"
3969 #| "\n"
3970 msgid ""
3971 " eval $(guestfish --ro -d \"$vm\" -i --listen)\n"
3972 " \n"
3973 msgstr ""
3974 " guestfish --ro -d myguest -i\n"
3975 "\n"
3976
3977 #. type: verbatim
3978 #: ../examples/guestfs-recipes.pod:171
3979 #, no-wrap
3980 msgid ""
3981 " for d in $(guestfish --remote ls \"$dir\"); do\n"
3982 "     echo -n \"$dir/$d\"\n"
3983 "     echo -ne '\\t'\n"
3984 "     guestfish --remote du \"$dir/$d\";\n"
3985 " done | sort -nr -k 2\n"
3986 " \n"
3987 msgstr ""
3988
3989 #. type: verbatim
3990 #: ../examples/guestfs-recipes.pod:177 ../fish/guestfish.pod:941
3991 #, no-wrap
3992 msgid ""
3993 " guestfish --remote exit\n"
3994 "\n"
3995 msgstr ""
3996
3997 #. type: =head1
3998 #: ../examples/guestfs-recipes.pod:179
3999 msgid "Get DHCP address from a VM"
4000 msgstr ""
4001
4002 #. type: textblock
4003 #: ../examples/guestfs-recipes.pod:181
4004 msgid ""
4005 "The link below explains the many different possible techniques for getting "
4006 "the last assigned DHCP address of a virtual machine."
4007 msgstr ""
4008
4009 #. type: textblock
4010 #: ../examples/guestfs-recipes.pod:184
4011 msgid ""
4012 "https://rwmj.wordpress.com/2011/03/31/tip-code-for-getting-dhcp-address-from-"
4013 "a-virtual-machine-disk-image/#content"
4014 msgstr ""
4015
4016 #. type: textblock
4017 #: ../examples/guestfs-recipes.pod:186
4018 msgid ""
4019 "In the libguestfs source examples directory you will find the latest version "
4020 "of the C<virt-dhcp-address.c> program."
4021 msgstr ""
4022
4023 #. type: =head1
4024 #: ../examples/guestfs-recipes.pod:189
4025 msgid "Get the operating system product name string"
4026 msgstr ""
4027
4028 #. type: textblock
4029 #: ../examples/guestfs-recipes.pod:191
4030 msgid "Save the following script into a file called C<product-name.sh>:"
4031 msgstr ""
4032
4033 #. type: verbatim
4034 #: ../examples/guestfs-recipes.pod:193
4035 #, fuzzy, no-wrap
4036 #| msgid ""
4037 #| " eval \"`guestfish --listen`\"\n"
4038 #| " guestfish --remote add-ro disk.img\n"
4039 #| " guestfish --remote run\n"
4040 #| " guestfish --remote lvs\n"
4041 #| "\n"
4042 msgid ""
4043 " #!/bin/sh -\n"
4044 " set -e\n"
4045 " eval \"$(guestfish --ro -d \"$1\" --i --listen)\"\n"
4046 " root=\"$(guestfish --remote inspect-get-roots)\"\n"
4047 " guestfish --remote inspect-get-product-name \"$root\"\n"
4048 " guestfish --remote exit\n"
4049 "\n"
4050 msgstr ""
4051 " eval \"`guestfish --listen`\"\n"
4052 " guestfish --remote add-ro disk.img\n"
4053 " guestfish --remote run\n"
4054 " guestfish --remote lvs\n"
4055 "\n"
4056
4057 #. type: textblock
4058 #: ../examples/guestfs-recipes.pod:200
4059 msgid "Make the script executable and run it on a named guest:"
4060 msgstr ""
4061
4062 #. type: verbatim
4063 #: ../examples/guestfs-recipes.pod:202
4064 #, no-wrap
4065 msgid ""
4066 " # product-name.sh RHEL60x64\n"
4067 " Red Hat Enterprise Linux Server release 6.0 (Santiago)\n"
4068 "\n"
4069 msgstr ""
4070
4071 #. type: textblock
4072 #: ../examples/guestfs-recipes.pod:205
4073 msgid ""
4074 "You can also use an XPath query on the L<virt-inspector(1)> XML using the "
4075 "C<xpath> command line tool or from your favourite programming language:"
4076 msgstr ""
4077
4078 #. type: verbatim
4079 #: ../examples/guestfs-recipes.pod:209
4080 #, no-wrap
4081 msgid ""
4082 " # virt-inspector RHEL60x64 > xml\n"
4083 " # xpath '//product_name' < xml\n"
4084 " Found 1 nodes:\n"
4085 " -- NODE --\n"
4086 " <product_name>Red Hat Enterprise Linux Server release 6.0 (Santiago)</product_name>\n"
4087 "\n"
4088 msgstr ""
4089
4090 #. type: =head1
4091 #: ../examples/guestfs-recipes.pod:215
4092 msgid "Get the default boot kernel for a Linux VM"
4093 msgstr ""
4094
4095 #. type: textblock
4096 #: ../examples/guestfs-recipes.pod:217
4097 msgid ""
4098 "The link below contains a program to print the default boot kernel for a "
4099 "Linux VM."
4100 msgstr ""
4101
4102 #. type: textblock
4103 #: ../examples/guestfs-recipes.pod:220
4104 msgid ""
4105 "https://rwmj.wordpress.com/2010/10/30/tip-use-augeas-to-get-the-default-boot-"
4106 "kernel-for-a-vm/#content"
4107 msgstr ""
4108
4109 #. type: textblock
4110 #: ../examples/guestfs-recipes.pod:222
4111 msgid ""
4112 "It uses Augeas, and the technique is generally applicable for many different "
4113 "tasks, such as:"
4114 msgstr ""
4115
4116 #. type: textblock
4117 #: ../examples/guestfs-recipes.pod:229
4118 msgid "listing the user accounts in the guest"
4119 msgstr ""
4120
4121 #. type: textblock
4122 #: ../examples/guestfs-recipes.pod:233
4123 msgid "what repositories is it configured to use"
4124 msgstr ""
4125
4126 #. type: textblock
4127 #: ../examples/guestfs-recipes.pod:237
4128 msgid "what NTP servers does it connect to"
4129 msgstr ""
4130
4131 #. type: textblock
4132 #: ../examples/guestfs-recipes.pod:241
4133 msgid "what were the boot messages last time it booted"
4134 msgstr ""
4135
4136 #. type: textblock
4137 #: ../examples/guestfs-recipes.pod:245
4138 msgid "listing who was logged in recently"
4139 msgstr ""
4140
4141 #. type: textblock
4142 #: ../examples/guestfs-recipes.pod:249
4143 msgid "http://augeas.net/"
4144 msgstr ""
4145
4146 #. type: =head1
4147 #: ../examples/guestfs-recipes.pod:251
4148 msgid "Install RPMs in a guest"
4149 msgstr ""
4150
4151 #. type: textblock
4152 #: ../examples/guestfs-recipes.pod:253
4153 msgid ""
4154 "The link below contains a method to install RPMs in a guest.  In fact the "
4155 "RPMs are just uploaded to the guest along with a \"firstboot\" script that "
4156 "installs them next time the guest is booted.  You could use this technique "
4157 "to install vital security updates in an offline guest."
4158 msgstr ""
4159
4160 #. type: textblock
4161 #: ../examples/guestfs-recipes.pod:259
4162 msgid ""
4163 "https://rwmj.wordpress.com/2010/12/01/tip-install-rpms-in-a-guest/#content"
4164 msgstr ""
4165
4166 #. type: =head1
4167 #: ../examples/guestfs-recipes.pod:261
4168 msgid "List applications installed in a VM"
4169 msgstr ""
4170
4171 #. type: textblock
4172 #: ../examples/guestfs-recipes.pod:263
4173 msgid "Save the following to a file C<list-apps.sh>:"
4174 msgstr ""
4175
4176 #. type: verbatim
4177 #: ../examples/guestfs-recipes.pod:265
4178 #, fuzzy, no-wrap
4179 #| msgid ""
4180 #| " eval \"`guestfish --listen`\"\n"
4181 #| " guestfish --remote add-ro disk.img\n"
4182 #| " guestfish --remote run\n"
4183 #| " guestfish --remote lvs\n"
4184 #| "\n"
4185 msgid ""
4186 " #!/bin/sh -\n"
4187 " set -e\n"
4188 " eval \"$(guestfish --ro -d \"$1\" --i --listen)\"\n"
4189 " root=\"$(guestfish --remote inspect-get-roots)\"\n"
4190 " guestfish --remote inspect-list-applications \"$root\"\n"
4191 " guestfish --remote exit\n"
4192 "\n"
4193 msgstr ""
4194 " eval \"`guestfish --listen`\"\n"
4195 " guestfish --remote add-ro disk.img\n"
4196 " guestfish --remote run\n"
4197 " guestfish --remote lvs\n"
4198 "\n"
4199
4200 #. type: textblock
4201 #: ../examples/guestfs-recipes.pod:272
4202 msgid ""
4203 "Make the file executable and then you can run it on any named virtual "
4204 "machine:"
4205 msgstr ""
4206
4207 #. type: verbatim
4208 #: ../examples/guestfs-recipes.pod:275
4209 #, no-wrap
4210 msgid ""
4211 " # list-apps.sh WinGuest\n"
4212 " [0] = {\n"
4213 "   app_name: Mozilla Firefox (3.6.12)\n"
4214 "   app_display_name: Mozilla Firefox (3.6.12)\n"
4215 "   app_epoch: 0\n"
4216 "   app_version: 3.6.12 (en-GB)\n"
4217 "   app_release:\n"
4218 "   app_install_path: C:\\Program Files\\Mozilla Firefox\n"
4219 "   app_trans_path:\n"
4220 "   app_publisher: Mozilla\n"
4221 "   app_url: http://www.mozilla.com/en-GB/\n"
4222 "   app_source_package:\n"
4223 "   app_summary:\n"
4224 "   app_description: Mozilla Firefox\n"
4225 " }\n"
4226 " [1] = {\n"
4227 "   app_name: VLC media player\n"
4228 "   app_display_name: VLC media player 1.1.5\n"
4229 "   app_epoch: 0\n"
4230 "   app_version: 1.1.5\n"
4231 "   app_release:\n"
4232 "   app_install_path: C:\\Program Files\\VideoLAN\\VLC\n"
4233 "   app_trans_path:\n"
4234 "   app_publisher: VideoLAN\n"
4235 "   app_url: http://www.videolan.org/\n"
4236 "   app_source_package:\n"
4237 "   app_summary:\n"
4238 "   app_description:\n"
4239 " }\n"
4240 "\n"
4241 msgstr ""
4242
4243 #. type: textblock
4244 #: ../examples/guestfs-recipes.pod:305
4245 msgid ""
4246 "If you want to run the script on disk images (instead of libvirt virtual "
4247 "machines), change C<-d \"$1\"> to C<-a \"$1\">.  See also L<virt-inspector(1)"
4248 ">."
4249 msgstr ""
4250
4251 #. type: =head1
4252 #: ../examples/guestfs-recipes.pod:309
4253 msgid "List files and directories in a VM"
4254 msgstr ""
4255
4256 #. type: textblock
4257 #: ../examples/guestfs-recipes.pod:311
4258 msgid "This involves using the L<guestfish(1)> C<find0> command like this:"
4259 msgstr ""
4260
4261 #. type: verbatim
4262 #: ../examples/guestfs-recipes.pod:313
4263 #, fuzzy, no-wrap
4264 #| msgid ""
4265 #| " guestfish --ro -d myguest -i\n"
4266 #| "\n"
4267 msgid ""
4268 " guestfish --ro -d Guest -i find0 / - | tr '\\0' '\\n' | sort\n"
4269 "\n"
4270 msgstr ""
4271 " guestfish --ro -d myguest -i\n"
4272 "\n"
4273
4274 #. type: =head1
4275 #: ../examples/guestfs-recipes.pod:315
4276 msgid "List services in a Windows VM"
4277 msgstr ""
4278
4279 #. type: textblock
4280 #: ../examples/guestfs-recipes.pod:317
4281 msgid ""
4282 "The link below contains a script that can be used to list out the services "
4283 "from a Windows VM, and whether those services run at boot time or are loaded "
4284 "on demand."
4285 msgstr ""
4286
4287 #. type: textblock
4288 #: ../examples/guestfs-recipes.pod:321
4289 msgid ""
4290 "https://rwmj.wordpress.com/2010/12/10/tip-list-services-in-a-windows-guest/"
4291 "#content"
4292 msgstr ""
4293
4294 #. type: =head1
4295 #: ../examples/guestfs-recipes.pod:323
4296 msgid "Make a disk image sparse"
4297 msgstr ""
4298
4299 #. type: textblock
4300 #: ../examples/guestfs-recipes.pod:325
4301 msgid ""
4302 "The link below contains some guides for making a disk image sparse (or "
4303 "reintroducing sparseness)."
4304 msgstr ""
4305
4306 #. type: textblock
4307 #: ../examples/guestfs-recipes.pod:328
4308 msgid ""
4309 "https://rwmj.wordpress.com/2010/10/19/tip-making-a-disk-image-sparse/#content"
4310 msgstr ""
4311
4312 #. type: =head1
4313 #: ../examples/guestfs-recipes.pod:330
4314 msgid "Monitor disk usage over time"
4315 msgstr ""
4316
4317 #. type: textblock
4318 #: ../examples/guestfs-recipes.pod:332
4319 msgid ""
4320 "You can use L<virt-df(1)> to monitor disk usage of your guests over time.  "
4321 "The link below contains a guide."
4322 msgstr ""
4323
4324 #. type: textblock
4325 #: ../examples/guestfs-recipes.pod:335
4326 msgid "http://virt-tools.org/learning/advanced-virt-df/"
4327 msgstr ""
4328
4329 #. type: =head1
4330 #: ../examples/guestfs-recipes.pod:337
4331 msgid "Reading the Windows Event Log from Windows Vista (or later)"
4332 msgstr ""
4333
4334 #. type: textblock
4335 #: ../examples/guestfs-recipes.pod:339
4336 msgid ""
4337 "L<guestfish(1)> plus the tools described in the link below can be used to "
4338 "read out the Windows Event Log from any virtual machine running Windows "
4339 "Vista or a later version."
4340 msgstr ""
4341
4342 #. type: textblock
4343 #: ../examples/guestfs-recipes.pod:343
4344 msgid ""
4345 "https://rwmj.wordpress.com/2011/04/17/decoding-the-windows-event-log-using-"
4346 "guestfish/#content"
4347 msgstr ""
4348
4349 #. type: =head1
4350 #: ../examples/guestfs-recipes.pod:345
4351 msgid "Remove root password (Linux)"
4352 msgstr ""
4353
4354 #. type: textblock
4355 #: ../examples/guestfs-recipes.pod:347
4356 msgid ""
4357 "Using the L<virt-edit(1)> I<-e> option you can do simple replacements on "
4358 "files.  One use is to remove the root password from a Linux guest:"
4359 msgstr ""
4360
4361 #. type: verbatim
4362 #: ../examples/guestfs-recipes.pod:350
4363 #, no-wrap
4364 msgid ""
4365 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
4366 "\n"
4367 msgstr ""
4368
4369 #. type: =head1
4370 #: ../examples/guestfs-recipes.pod:352
4371 msgid "Remove Administrator password (Windows)"
4372 msgstr ""
4373
4374 #. type: textblock
4375 #: ../examples/guestfs-recipes.pod:354
4376 msgid ""
4377 "The link below contains one technique for removing the Administrator "
4378 "password from a Windows VM, or to be more precise, it gives you a command "
4379 "prompt the next time you log in which you can use to bypass any security:"
4380 msgstr ""
4381
4382 #. type: textblock
4383 #: ../examples/guestfs-recipes.pod:359
4384 msgid ""
4385 "https://mdbooth.wordpress.com/2010/10/18/resetting-a-windows-guests-"
4386 "administrator-password-with-guestfish/"
4387 msgstr ""
4388
4389 #. type: =head1
4390 #: ../examples/guestfs-recipes.pod:361
4391 msgid "Unpack a live CD"
4392 msgstr ""
4393
4394 #. type: textblock
4395 #: ../examples/guestfs-recipes.pod:363
4396 msgid ""
4397 "Linux live CDs often contain multiple layers of disk images wrapped like a "
4398 "Russian doll.  You can use L<guestfish(1)> to look inside these multiple "
4399 "layers, as outlined in the guide below."
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../examples/guestfs-recipes.pod:367
4404 msgid ""
4405 "https://rwmj.wordpress.com/2009/07/15/unpack-the-russian-doll-of-a-f11-live-"
4406 "cd/#content"
4407 msgstr ""
4408
4409 #. type: =head1
4410 #: ../examples/guestfs-recipes.pod:369
4411 msgid "Uploading and downloading files"
4412 msgstr ""
4413
4414 #. type: textblock
4415 #: ../examples/guestfs-recipes.pod:371
4416 msgid ""
4417 "The link below contains general tips on uploading (copying in)  and "
4418 "downloading (copying out) files from VMs."
4419 msgstr ""
4420
4421 #. type: textblock
4422 #: ../examples/guestfs-recipes.pod:374
4423 msgid ""
4424 "https://rwmj.wordpress.com/2010/12/02/tip-uploading-and-downloading/#content"
4425 msgstr ""
4426
4427 #. type: =head1
4428 #: ../examples/guestfs-recipes.pod:376
4429 msgid "Use libguestfs tools on VMware ESX guests"
4430 msgstr ""
4431
4432 #. type: textblock
4433 #: ../examples/guestfs-recipes.pod:378
4434 msgid ""
4435 "The link below explains how to use libguestfs, L<guestfish(1)> and the virt "
4436 "tools on any VMware ESX guests, by first sharing the VMware VMFS over sshfs."
4437 msgstr ""
4438
4439 #. type: textblock
4440 #: ../examples/guestfs-recipes.pod:382
4441 msgid ""
4442 "https://rwmj.wordpress.com/2011/05/10/tip-use-libguestfs-on-vmware-esx-"
4443 "guests/#content"
4444 msgstr ""
4445
4446 #. type: textblock
4447 #: ../examples/guestfs-recipes.pod:386
4448 #, fuzzy
4449 #| msgid ""
4450 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
4451 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
4452 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
4453 msgid ""
4454 "L<guestfs(3)>, L<guestfish(1)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, "
4455 "L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-ruby"
4456 "(3)>, L<http://libguestfs.org/>."
4457 msgstr ""
4458 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
4459 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
4460 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
4461
4462 #. type: textblock
4463 #: ../examples/guestfs-recipes.pod:402
4464 #, fuzzy
4465 #| msgid "Copyright (C) 2009-2010 Red Hat Inc."
4466 msgid "Copyright (C) 2009-2011 Red Hat Inc. L<http://libguestfs.org/>"
4467 msgstr "© Red Hat Inc., 2009–2010"
4468
4469 #. type: =head2
4470 #: ../fish/guestfish-actions.pod:1
4471 msgid "add-cdrom"
4472 msgstr ""
4473
4474 #. type: verbatim
4475 #: ../fish/guestfish-actions.pod:3
4476 #, no-wrap
4477 msgid ""
4478 " add-cdrom filename\n"
4479 "\n"
4480 msgstr ""
4481
4482 #. type: textblock
4483 #: ../fish/guestfish-actions.pod:5 ../src/guestfs-actions.pod:7
4484 msgid "This function adds a virtual CD-ROM disk image to the guest."
4485 msgstr ""
4486
4487 #. type: textblock
4488 #: ../fish/guestfish-actions.pod:7 ../src/guestfs-actions.pod:9
4489 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
4490 msgstr ""
4491
4492 #. type: textblock
4493 #: ../fish/guestfish-actions.pod:15
4494 msgid ""
4495 "This call checks for the existence of C<filename>.  This stops you from "
4496 "specifying other types of drive which are supported by qemu such as C<nbd:> "
4497 "and C<http:> URLs.  To specify those, use the general L</config> call "
4498 "instead."
4499 msgstr ""
4500
4501 #. type: textblock
4502 #: ../fish/guestfish-actions.pod:22
4503 msgid ""
4504 "If you just want to add an ISO file (often you use this as an efficient way "
4505 "to transfer large files into the guest), then you should probably use L</add-"
4506 "drive-ro> instead."
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:163
4511 #: ../fish/guestfish-actions.pod:177 ../src/guestfs-actions.pod:32
4512 #: ../src/guestfs-actions.pod:254 ../src/guestfs-actions.pod:275
4513 msgid ""
4514 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
4515 "instead."
4516 msgstr ""
4517
4518 #. type: textblock
4519 #: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:166
4520 #: ../fish/guestfish-actions.pod:180 ../fish/guestfish-actions.pod:986
4521 #: ../fish/guestfish-actions.pod:1346 ../fish/guestfish-actions.pod:1360
4522 #: ../fish/guestfish-actions.pod:3085 ../fish/guestfish-actions.pod:3292
4523 #: ../fish/guestfish-actions.pod:3406 ../fish/guestfish-actions.pod:3454
4524 #: ../fish/guestfish-actions.pod:4355 ../fish/guestfish-actions.pod:4378
4525 #: ../fish/guestfish-actions.pod:4400 ../fish/guestfish-actions.pod:4438
4526 #: ../fish/guestfish-actions.pod:5087 ../fish/guestfish-actions.pod:5185
4527 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257
4528 #: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1513
4529 #: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2029
4530 #: ../src/guestfs-actions.pod:4628 ../src/guestfs-actions.pod:4947
4531 #: ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5255
4532 #: ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6574
4533 #: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6666
4534 #: ../src/guestfs-actions.pod:7602 ../src/guestfs-actions.pod:7714
4535 #: ../src/guestfs-actions.pod:7884
4536 msgid ""
4537 "Deprecated functions will not be removed from the API, but the fact that "
4538 "they are deprecated indicates that there are problems with correct use of "
4539 "these functions."
4540 msgstr ""
4541
4542 #. type: =head2
4543 #: ../fish/guestfish-actions.pod:35
4544 msgid "add-domain"
4545 msgstr "add-domain"
4546
4547 #. type: =head2
4548 #: ../fish/guestfish-actions.pod:37
4549 msgid "domain"
4550 msgstr ""
4551
4552 #. type: verbatim
4553 #: ../fish/guestfish-actions.pod:39
4554 #, no-wrap
4555 msgid ""
4556 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] [allowuuid:..]\n"
4557 "\n"
4558 msgstr ""
4559
4560 #. type: textblock
4561 #: ../fish/guestfish-actions.pod:41
4562 msgid ""
4563 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
4564 "It works by connecting to libvirt, requesting the domain and domain XML from "
4565 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
4566 msgstr ""
4567
4568 #. type: textblock
4569 #: ../fish/guestfish-actions.pod:46 ../src/guestfs-actions.pod:64
4570 msgid ""
4571 "The number of disks added is returned.  This operation is atomic: if an "
4572 "error is returned, then no disks are added."
4573 msgstr ""
4574
4575 #. type: textblock
4576 #: ../fish/guestfish-actions.pod:49 ../src/guestfs-actions.pod:67
4577 msgid ""
4578 "This function does some minimal checks to make sure the libvirt domain is "
4579 "not running (unless C<readonly> is true).  In a future version we will try "
4580 "to acquire the libvirt lock on each disk."
4581 msgstr ""
4582
4583 #. type: textblock
4584 #: ../fish/guestfish-actions.pod:53 ../src/guestfs-actions.pod:71
4585 msgid ""
4586 "Disks must be accessible locally.  This often means that adding disks from a "
4587 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
4588 "unless those disks are accessible via the same device path locally too."
4589 msgstr ""
4590
4591 #. type: textblock
4592 #: ../fish/guestfish-actions.pod:58 ../src/guestfs-actions.pod:76
4593 msgid ""
4594 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
4595 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
4596 "libvirt URI (or one set through an environment variable, see the libvirt "
4597 "documentation for full details)."
4598 msgstr ""
4599
4600 #. type: textblock
4601 #: ../fish/guestfish-actions.pod:64 ../src/guestfs-actions.pod:82
4602 msgid ""
4603 "The optional C<live> flag controls whether this call will try to connect to "
4604 "a running virtual machine C<guestfsd> process if it sees a suitable "
4605 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
4606 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
4607 "DAEMONS> for more information."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../fish/guestfish-actions.pod:71 ../src/guestfs-actions.pod:89
4612 msgid ""
4613 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
4614 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
4615 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
4616 "as usual."
4617 msgstr ""
4618
4619 #. type: textblock
4620 #: ../fish/guestfish-actions.pod:76
4621 msgid ""
4622 "The other optional parameters are passed directly through to L</add-drive-"
4623 "opts>."
4624 msgstr ""
4625
4626 #. type: textblock
4627 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143
4628 #: ../fish/guestfish-actions.pod:568 ../fish/guestfish-actions.pod:1968
4629 #: ../fish/guestfish-actions.pod:3134 ../fish/guestfish-actions.pod:3307
4630 #: ../fish/guestfish-actions.pod:3442
4631 msgid ""
4632 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
4633 msgstr ""
4634
4635 #. type: =head2
4636 #: ../fish/guestfish-actions.pod:81
4637 msgid "add-drive"
4638 msgstr "add-drive"
4639
4640 #. type: verbatim
4641 #: ../fish/guestfish-actions.pod:83
4642 #, no-wrap
4643 msgid ""
4644 " add-drive filename\n"
4645 "\n"
4646 msgstr ""
4647 " add-drive назва_файла\n"
4648 "\n"
4649
4650 #. type: textblock
4651 #: ../fish/guestfish-actions.pod:85
4652 msgid ""
4653 "This function is the equivalent of calling L</add-drive-opts> with no "
4654 "optional parameters, so the disk is added writable, with the format being "
4655 "detected automatically."
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../fish/guestfish-actions.pod:89
4660 msgid ""
4661 "Automatic detection of the format opens you up to a potential security hole "
4662 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4663 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
4664 "you should think about replacing calls to this function with calls to L</add-"
4665 "drive-opts>, and specifying the format."
4666 msgstr ""
4667
4668 #. type: =head2
4669 #: ../fish/guestfish-actions.pod:96
4670 msgid "add-drive-opts"
4671 msgstr "add-drive-opts"
4672
4673 #. type: =head2
4674 #: ../fish/guestfish-actions.pod:98
4675 msgid "add"
4676 msgstr "add"
4677
4678 #. type: verbatim
4679 #: ../fish/guestfish-actions.pod:100
4680 #, no-wrap
4681 msgid ""
4682 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
4683 "\n"
4684 msgstr ""
4685
4686 #. type: textblock
4687 #: ../fish/guestfish-actions.pod:102 ../src/guestfs-actions.pod:160
4688 msgid ""
4689 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
4690 "The first time you call this function, the disk appears as C</dev/sda>, the "
4691 "second time as C</dev/sdb>, and so on."
4692 msgstr ""
4693
4694 #. type: textblock
4695 #: ../fish/guestfish-actions.pod:107 ../src/guestfs-actions.pod:165
4696 msgid ""
4697 "You don't necessarily need to be root when using libguestfs.  However you "
4698 "obviously do need sufficient permissions to access the filename for whatever "
4699 "operations you want to perform (ie. read access if you just want to read the "
4700 "image or write access if you want to modify the image)."
4701 msgstr ""
4702
4703 #. type: textblock
4704 #: ../fish/guestfish-actions.pod:113 ../src/guestfs-actions.pod:171
4705 msgid "This call checks that C<filename> exists."
4706 msgstr ""
4707
4708 #. type: textblock
4709 #: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3096
4710 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4655
4711 msgid "The optional arguments are:"
4712 msgstr ""
4713
4714 #. type: =item
4715 #: ../fish/guestfish-actions.pod:119 ../src/guestfs-actions.pod:177
4716 msgid "C<readonly>"
4717 msgstr "C<readonly>"
4718
4719 #. type: textblock
4720 #: ../fish/guestfish-actions.pod:121 ../src/guestfs-actions.pod:179
4721 msgid ""
4722 "If true then the image is treated as read-only.  Writes are still allowed, "
4723 "but they are stored in a temporary snapshot overlay which is discarded at "
4724 "the end.  The disk that you add is not modified."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../fish/guestfish-actions.pod:125 ../src/guestfs-actions.pod:183
4729 msgid "C<format>"
4730 msgstr "C<format>"
4731
4732 #. type: textblock
4733 #: ../fish/guestfish-actions.pod:127
4734 msgid ""
4735 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
4736 "add-drive-ro>) then the format is automatically detected.  Possible formats "
4737 "include C<raw> and C<qcow2>."
4738 msgstr ""
4739
4740 #. type: textblock
4741 #: ../fish/guestfish-actions.pod:131 ../src/guestfs-actions.pod:189
4742 msgid ""
4743 "Automatic detection of the format opens you up to a potential security hole "
4744 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4745 "RHBZ#642934.  Specifying the format closes this security hole."
4746 msgstr ""
4747
4748 #. type: =item
4749 #: ../fish/guestfish-actions.pod:136 ../src/guestfs-actions.pod:194
4750 msgid "C<iface>"
4751 msgstr "C<iface>"
4752
4753 #. type: textblock
4754 #: ../fish/guestfish-actions.pod:138
4755 msgid ""
4756 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
4757 "add-drive-with-if> call (q.v.)"
4758 msgstr ""
4759
4760 #. type: =head2
4761 #: ../fish/guestfish-actions.pod:145
4762 msgid "add-drive-ro"
4763 msgstr "add-drive-ro"
4764
4765 #. type: =head2
4766 #: ../fish/guestfish-actions.pod:147
4767 msgid "add-ro"
4768 msgstr "add-ro"
4769
4770 #. type: verbatim
4771 #: ../fish/guestfish-actions.pod:149
4772 #, no-wrap
4773 msgid ""
4774 " add-drive-ro filename\n"
4775 "\n"
4776 msgstr ""
4777
4778 #. type: textblock
4779 #: ../fish/guestfish-actions.pod:151
4780 msgid ""
4781 "This function is the equivalent of calling L</add-drive-opts> with the "
4782 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
4783 "is added read-only, with the format being detected automatically."
4784 msgstr ""
4785
4786 #. type: =head2
4787 #: ../fish/guestfish-actions.pod:156
4788 msgid "add-drive-ro-with-if"
4789 msgstr ""
4790
4791 #. type: verbatim
4792 #: ../fish/guestfish-actions.pod:158
4793 #, no-wrap
4794 msgid ""
4795 " add-drive-ro-with-if filename iface\n"
4796 "\n"
4797 msgstr ""
4798
4799 #. type: textblock
4800 #: ../fish/guestfish-actions.pod:160
4801 msgid ""
4802 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
4803 "interface emulation to use at run time."
4804 msgstr ""
4805
4806 #. type: =head2
4807 #: ../fish/guestfish-actions.pod:170
4808 msgid "add-drive-with-if"
4809 msgstr ""
4810
4811 #. type: verbatim
4812 #: ../fish/guestfish-actions.pod:172
4813 #, no-wrap
4814 msgid ""
4815 " add-drive-with-if filename iface\n"
4816 "\n"
4817 msgstr ""
4818
4819 #. type: textblock
4820 #: ../fish/guestfish-actions.pod:174
4821 msgid ""
4822 "This is the same as L</add-drive> but it allows you to specify the QEMU "
4823 "interface emulation to use at run time."
4824 msgstr ""
4825
4826 #. type: =head2
4827 #: ../fish/guestfish-actions.pod:184
4828 msgid "aug-clear"
4829 msgstr ""
4830
4831 #. type: verbatim
4832 #: ../fish/guestfish-actions.pod:186
4833 #, no-wrap
4834 msgid ""
4835 " aug-clear augpath\n"
4836 "\n"
4837 msgstr ""
4838
4839 #. type: textblock
4840 #: ../fish/guestfish-actions.pod:188 ../src/guestfs-actions.pod:290
4841 msgid ""
4842 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
4843 "L<augtool(1)> C<clear> command."
4844 msgstr ""
4845
4846 #. type: =head2
4847 #: ../fish/guestfish-actions.pod:191
4848 msgid "aug-close"
4849 msgstr ""
4850
4851 #. type: verbatim
4852 #: ../fish/guestfish-actions.pod:193
4853 #, no-wrap
4854 msgid ""
4855 " aug-close\n"
4856 "\n"
4857 msgstr ""
4858
4859 #. type: textblock
4860 #: ../fish/guestfish-actions.pod:195
4861 msgid ""
4862 "Close the current Augeas handle and free up any resources used by it.  After "
4863 "calling this, you have to call L</aug-init> again before you can use any "
4864 "other Augeas functions."
4865 msgstr ""
4866
4867 #. type: =head2
4868 #: ../fish/guestfish-actions.pod:200
4869 msgid "aug-defnode"
4870 msgstr ""
4871
4872 #. type: verbatim
4873 #: ../fish/guestfish-actions.pod:202
4874 #, no-wrap
4875 msgid ""
4876 " aug-defnode name expr val\n"
4877 "\n"
4878 msgstr ""
4879
4880 #. type: textblock
4881 #: ../fish/guestfish-actions.pod:204 ../src/guestfs-actions.pod:319
4882 msgid ""
4883 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
4884 msgstr ""
4885
4886 #. type: textblock
4887 #: ../fish/guestfish-actions.pod:207
4888 msgid ""
4889 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
4890 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
4891 "containing that single node."
4892 msgstr ""
4893
4894 #. type: textblock
4895 #: ../fish/guestfish-actions.pod:211 ../src/guestfs-actions.pod:326
4896 msgid ""
4897 "On success this returns a pair containing the number of nodes in the "
4898 "nodeset, and a boolean flag if a node was created."
4899 msgstr ""
4900
4901 #. type: =head2
4902 #: ../fish/guestfish-actions.pod:215
4903 msgid "aug-defvar"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../fish/guestfish-actions.pod:217
4908 #, no-wrap
4909 msgid ""
4910 " aug-defvar name expr\n"
4911 "\n"
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../fish/guestfish-actions.pod:219 ../src/guestfs-actions.pod:343
4916 msgid ""
4917 "Defines an Augeas variable C<name> whose value is the result of evaluating "
4918 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
4919 msgstr ""
4920
4921 #. type: textblock
4922 #: ../fish/guestfish-actions.pod:223 ../src/guestfs-actions.pod:347
4923 msgid ""
4924 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
4925 "evaluates to something which is not a nodeset."
4926 msgstr ""
4927
4928 #. type: =head2
4929 #: ../fish/guestfish-actions.pod:226
4930 msgid "aug-get"
4931 msgstr ""
4932
4933 #. type: verbatim
4934 #: ../fish/guestfish-actions.pod:228
4935 #, no-wrap
4936 msgid ""
4937 " aug-get augpath\n"
4938 "\n"
4939 msgstr ""
4940
4941 #. type: textblock
4942 #: ../fish/guestfish-actions.pod:230 ../src/guestfs-actions.pod:360
4943 msgid ""
4944 "Look up the value associated with C<path>.  If C<path> matches exactly one "
4945 "node, the C<value> is returned."
4946 msgstr ""
4947
4948 #. type: =head2
4949 #: ../fish/guestfish-actions.pod:233
4950 msgid "aug-init"
4951 msgstr ""
4952
4953 #. type: verbatim
4954 #: ../fish/guestfish-actions.pod:235
4955 #, no-wrap
4956 msgid ""
4957 " aug-init root flags\n"
4958 "\n"
4959 msgstr ""
4960
4961 #. type: textblock
4962 #: ../fish/guestfish-actions.pod:237 ../src/guestfs-actions.pod:375
4963 msgid ""
4964 "Create a new Augeas handle for editing configuration files.  If there was "
4965 "any previous Augeas handle associated with this guestfs session, then it is "
4966 "closed."
4967 msgstr ""
4968
4969 #. type: textblock
4970 #: ../fish/guestfish-actions.pod:241
4971 msgid "You must call this before using any other L</aug-*> commands."
4972 msgstr ""
4973
4974 #. type: textblock
4975 #: ../fish/guestfish-actions.pod:244 ../src/guestfs-actions.pod:382
4976 msgid ""
4977 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../fish/guestfish-actions.pod:247 ../src/guestfs-actions.pod:385
4982 msgid ""
4983 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
4984 "logical I<or> of the following integers:"
4985 msgstr ""
4986
4987 #. type: =item
4988 #: ../fish/guestfish-actions.pod:253 ../src/guestfs-actions.pod:391
4989 msgid "C<AUG_SAVE_BACKUP> = 1"
4990 msgstr "C<AUG_SAVE_BACKUP> = 1"
4991
4992 #. type: textblock
4993 #: ../fish/guestfish-actions.pod:255 ../src/guestfs-actions.pod:393
4994 msgid "Keep the original file with a C<.augsave> extension."
4995 msgstr ""
4996
4997 #. type: =item
4998 #: ../fish/guestfish-actions.pod:257 ../src/guestfs-actions.pod:395
4999 msgid "C<AUG_SAVE_NEWFILE> = 2"
5000 msgstr "C<AUG_SAVE_NEWFILE> = 2"
5001
5002 #. type: textblock
5003 #: ../fish/guestfish-actions.pod:259 ../src/guestfs-actions.pod:397
5004 msgid ""
5005 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5006 "original.  Overrides C<AUG_SAVE_BACKUP>."
5007 msgstr ""
5008
5009 #. type: =item
5010 #: ../fish/guestfish-actions.pod:262 ../src/guestfs-actions.pod:400
5011 msgid "C<AUG_TYPE_CHECK> = 4"
5012 msgstr "C<AUG_TYPE_CHECK> = 4"
5013
5014 #. type: textblock
5015 #: ../fish/guestfish-actions.pod:264 ../src/guestfs-actions.pod:402
5016 msgid "Typecheck lenses (can be expensive)."
5017 msgstr ""
5018
5019 #. type: =item
5020 #: ../fish/guestfish-actions.pod:266 ../src/guestfs-actions.pod:404
5021 msgid "C<AUG_NO_STDINC> = 8"
5022 msgstr "C<AUG_NO_STDINC> = 8"
5023
5024 #. type: textblock
5025 #: ../fish/guestfish-actions.pod:268 ../src/guestfs-actions.pod:406
5026 msgid "Do not use standard load path for modules."
5027 msgstr ""
5028
5029 #. type: =item
5030 #: ../fish/guestfish-actions.pod:270 ../src/guestfs-actions.pod:408
5031 msgid "C<AUG_SAVE_NOOP> = 16"
5032 msgstr "C<AUG_SAVE_NOOP> = 16"
5033
5034 #. type: textblock
5035 #: ../fish/guestfish-actions.pod:272 ../src/guestfs-actions.pod:410
5036 msgid "Make save a no-op, just record what would have been changed."
5037 msgstr ""
5038
5039 #. type: =item
5040 #: ../fish/guestfish-actions.pod:274 ../src/guestfs-actions.pod:412
5041 msgid "C<AUG_NO_LOAD> = 32"
5042 msgstr "C<AUG_NO_LOAD> = 32"
5043
5044 #. type: textblock
5045 #: ../fish/guestfish-actions.pod:276
5046 msgid "Do not load the tree in L</aug-init>."
5047 msgstr ""
5048
5049 #. type: textblock
5050 #: ../fish/guestfish-actions.pod:280
5051 msgid "To close the handle, you can call L</aug-close>."
5052 msgstr ""
5053
5054 #. type: textblock
5055 #: ../fish/guestfish-actions.pod:282 ../src/guestfs-actions.pod:420
5056 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5057 msgstr ""
5058
5059 #. type: =head2
5060 #: ../fish/guestfish-actions.pod:284
5061 msgid "aug-insert"
5062 msgstr ""
5063
5064 #. type: verbatim
5065 #: ../fish/guestfish-actions.pod:286
5066 #, no-wrap
5067 msgid ""
5068 " aug-insert augpath label true|false\n"
5069 "\n"
5070 msgstr ""
5071
5072 #. type: textblock
5073 #: ../fish/guestfish-actions.pod:288 ../src/guestfs-actions.pod:434
5074 msgid ""
5075 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5076 "or after C<path> (depending on the boolean flag C<before>)."
5077 msgstr ""
5078
5079 #. type: textblock
5080 #: ../fish/guestfish-actions.pod:292 ../src/guestfs-actions.pod:438
5081 msgid ""
5082 "C<path> must match exactly one existing node in the tree, and C<label> must "
5083 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5084 msgstr ""
5085
5086 #. type: =head2
5087 #: ../fish/guestfish-actions.pod:296
5088 msgid "aug-load"
5089 msgstr ""
5090
5091 #. type: verbatim
5092 #: ../fish/guestfish-actions.pod:298
5093 #, no-wrap
5094 msgid ""
5095 " aug-load\n"
5096 "\n"
5097 msgstr ""
5098
5099 #. type: textblock
5100 #: ../fish/guestfish-actions.pod:300 ../src/guestfs-actions.pod:451
5101 msgid "Load files into the tree."
5102 msgstr "Завантажити файли до ієрархії."
5103
5104 #. type: textblock
5105 #: ../fish/guestfish-actions.pod:302 ../src/guestfs-actions.pod:453
5106 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5107 msgstr ""
5108
5109 #. type: =head2
5110 #: ../fish/guestfish-actions.pod:305
5111 msgid "aug-ls"
5112 msgstr ""
5113
5114 #. type: verbatim
5115 #: ../fish/guestfish-actions.pod:307
5116 #, no-wrap
5117 msgid ""
5118 " aug-ls augpath\n"
5119 "\n"
5120 msgstr ""
5121
5122 #. type: textblock
5123 #: ../fish/guestfish-actions.pod:309
5124 msgid ""
5125 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
5126 "resulting nodes into alphabetical order."
5127 msgstr ""
5128
5129 #. type: =head2
5130 #: ../fish/guestfish-actions.pod:312
5131 msgid "aug-match"
5132 msgstr ""
5133
5134 #. type: verbatim
5135 #: ../fish/guestfish-actions.pod:314
5136 #, no-wrap
5137 msgid ""
5138 " aug-match augpath\n"
5139 "\n"
5140 msgstr ""
5141
5142 #. type: textblock
5143 #: ../fish/guestfish-actions.pod:316 ../src/guestfs-actions.pod:481
5144 msgid ""
5145 "Returns a list of paths which match the path expression C<path>.  The "
5146 "returned paths are sufficiently qualified so that they match exactly one "
5147 "node in the current tree."
5148 msgstr ""
5149
5150 #. type: =head2
5151 #: ../fish/guestfish-actions.pod:320
5152 msgid "aug-mv"
5153 msgstr ""
5154
5155 #. type: verbatim
5156 #: ../fish/guestfish-actions.pod:322
5157 #, no-wrap
5158 msgid ""
5159 " aug-mv src dest\n"
5160 "\n"
5161 msgstr ""
5162
5163 #. type: textblock
5164 #: ../fish/guestfish-actions.pod:324 ../src/guestfs-actions.pod:498
5165 msgid ""
5166 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5167 "C<dest> is overwritten if it exists."
5168 msgstr ""
5169
5170 #. type: =head2
5171 #: ../fish/guestfish-actions.pod:327
5172 msgid "aug-rm"
5173 msgstr ""
5174
5175 #. type: verbatim
5176 #: ../fish/guestfish-actions.pod:329
5177 #, no-wrap
5178 msgid ""
5179 " aug-rm augpath\n"
5180 "\n"
5181 msgstr ""
5182
5183 #. type: textblock
5184 #: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:511
5185 msgid "Remove C<path> and all of its children."
5186 msgstr ""
5187
5188 #. type: textblock
5189 #: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:513
5190 msgid "On success this returns the number of entries which were removed."
5191 msgstr ""
5192
5193 #. type: =head2
5194 #: ../fish/guestfish-actions.pod:335
5195 msgid "aug-save"
5196 msgstr ""
5197
5198 #. type: verbatim
5199 #: ../fish/guestfish-actions.pod:337
5200 #, no-wrap
5201 msgid ""
5202 " aug-save\n"
5203 "\n"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../fish/guestfish-actions.pod:339 ../src/guestfs-actions.pod:524
5208 msgid "This writes all pending changes to disk."
5209 msgstr ""
5210
5211 #. type: textblock
5212 #: ../fish/guestfish-actions.pod:341
5213 msgid ""
5214 "The flags which were passed to L</aug-init> affect exactly how files are "
5215 "saved."
5216 msgstr ""
5217
5218 #. type: =head2
5219 #: ../fish/guestfish-actions.pod:344
5220 msgid "aug-set"
5221 msgstr ""
5222
5223 #. type: verbatim
5224 #: ../fish/guestfish-actions.pod:346
5225 #, no-wrap
5226 msgid ""
5227 " aug-set augpath val\n"
5228 "\n"
5229 msgstr ""
5230
5231 #. type: textblock
5232 #: ../fish/guestfish-actions.pod:348 ../src/guestfs-actions.pod:540
5233 msgid "Set the value associated with C<path> to C<val>."
5234 msgstr ""
5235
5236 #. type: textblock
5237 #: ../fish/guestfish-actions.pod:350
5238 msgid ""
5239 "In the Augeas API, it is possible to clear a node by setting the value to "
5240 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5241 "this call.  Instead you must use the L</aug-clear> call."
5242 msgstr ""
5243
5244 #. type: =head2
5245 #: ../fish/guestfish-actions.pod:355
5246 msgid "available"
5247 msgstr ""
5248
5249 #. type: verbatim
5250 #: ../fish/guestfish-actions.pod:357
5251 #, no-wrap
5252 msgid ""
5253 " available 'groups ...'\n"
5254 "\n"
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../fish/guestfish-actions.pod:359 ../src/guestfs-actions.pod:557
5259 msgid ""
5260 "This command is used to check the availability of some groups of "
5261 "functionality in the appliance, which not all builds of the libguestfs "
5262 "appliance will be able to provide."
5263 msgstr ""
5264
5265 #. type: textblock
5266 #: ../fish/guestfish-actions.pod:363
5267 msgid ""
5268 "The libguestfs groups, and the functions that those groups correspond to, "
5269 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5270 "runtime by calling L</available-all-groups>."
5271 msgstr ""
5272
5273 #. type: textblock
5274 #: ../fish/guestfish-actions.pod:368 ../src/guestfs-actions.pod:566
5275 msgid ""
5276 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
5277 "\"]> would check for the availability of the Linux inotify functions and "
5278 "Augeas (configuration file editing) functions."
5279 msgstr ""
5280
5281 #. type: textblock
5282 #: ../fish/guestfish-actions.pod:373 ../src/guestfs-actions.pod:571
5283 msgid "The command returns no error if I<all> requested groups are available."
5284 msgstr ""
5285
5286 #. type: textblock
5287 #: ../fish/guestfish-actions.pod:375 ../src/guestfs-actions.pod:573
5288 msgid ""
5289 "It fails with an error if one or more of the requested groups is unavailable "
5290 "in the appliance."
5291 msgstr ""
5292
5293 #. type: textblock
5294 #: ../fish/guestfish-actions.pod:378 ../src/guestfs-actions.pod:576
5295 msgid ""
5296 "If an unknown group name is included in the list of groups then an error is "
5297 "always returned."
5298 msgstr ""
5299
5300 #. type: textblock
5301 #: ../fish/guestfish-actions.pod:381 ../src/guestfs-actions.pod:579
5302 msgid "I<Notes:>"
5303 msgstr "I<Нотатки:>"
5304
5305 #. type: textblock
5306 #: ../fish/guestfish-actions.pod:387
5307 msgid "You must call L</launch> before calling this function."
5308 msgstr ""
5309
5310 #. type: textblock
5311 #: ../fish/guestfish-actions.pod:389 ../src/guestfs-actions.pod:587
5312 msgid ""
5313 "The reason is because we don't know what groups are supported by the "
5314 "appliance/daemon until it is running and can be queried."
5315 msgstr ""
5316
5317 #. type: textblock
5318 #: ../fish/guestfish-actions.pod:395 ../src/guestfs-actions.pod:593
5319 msgid ""
5320 "If a group of functions is available, this does not necessarily mean that "
5321 "they will work.  You still have to check for errors when calling individual "
5322 "API functions even if they are available."
5323 msgstr ""
5324
5325 #. type: textblock
5326 #: ../fish/guestfish-actions.pod:402 ../src/guestfs-actions.pod:600
5327 msgid ""
5328 "It is usually the job of distro packagers to build complete functionality "
5329 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
5330 "with all requirements satisfied, will support everything."
5331 msgstr ""
5332
5333 #. type: textblock
5334 #: ../fish/guestfish-actions.pod:409
5335 msgid ""
5336 "This call was added in version C<1.0.80>.  In previous versions of "
5337 "libguestfs all you could do would be to speculatively execute a command to "
5338 "find out if the daemon implemented it.  See also L</version>."
5339 msgstr ""
5340
5341 #. type: =head2
5342 #: ../fish/guestfish-actions.pod:416
5343 msgid "available-all-groups"
5344 msgstr ""
5345
5346 #. type: verbatim
5347 #: ../fish/guestfish-actions.pod:418
5348 #, no-wrap
5349 msgid ""
5350 " available-all-groups\n"
5351 "\n"
5352 msgstr ""
5353
5354 #. type: textblock
5355 #: ../fish/guestfish-actions.pod:420
5356 msgid ""
5357 "This command returns a list of all optional groups that this daemon knows "
5358 "about.  Note this returns both supported and unsupported groups.  To find "
5359 "out which ones the daemon can actually support you have to call L</"
5360 "available> on each member of the returned list."
5361 msgstr ""
5362
5363 #. type: textblock
5364 #: ../fish/guestfish-actions.pod:426
5365 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
5366 msgstr ""
5367
5368 #. type: =head2
5369 #: ../fish/guestfish-actions.pod:428
5370 msgid "base64-in"
5371 msgstr ""
5372
5373 #. type: verbatim
5374 #: ../fish/guestfish-actions.pod:430
5375 #, no-wrap
5376 msgid ""
5377 " base64-in (base64file|-) filename\n"
5378 "\n"
5379 msgstr ""
5380
5381 #. type: textblock
5382 #: ../fish/guestfish-actions.pod:432 ../src/guestfs-actions.pod:644
5383 msgid ""
5384 "This command uploads base64-encoded data from C<base64file> to C<filename>."
5385 msgstr ""
5386
5387 #. type: textblock
5388 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444
5389 #: ../fish/guestfish-actions.pod:693 ../fish/guestfish-actions.pod:862
5390 #: ../fish/guestfish-actions.pod:881 ../fish/guestfish-actions.pod:1255
5391 #: ../fish/guestfish-actions.pod:4658 ../fish/guestfish-actions.pod:4670
5392 #: ../fish/guestfish-actions.pod:4681 ../fish/guestfish-actions.pod:4692
5393 #: ../fish/guestfish-actions.pod:4744 ../fish/guestfish-actions.pod:4753
5394 #: ../fish/guestfish-actions.pod:4807 ../fish/guestfish-actions.pod:4830
5395 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
5396 msgstr ""
5397
5398 #. type: =head2
5399 #: ../fish/guestfish-actions.pod:437
5400 msgid "base64-out"
5401 msgstr ""
5402
5403 #. type: verbatim
5404 #: ../fish/guestfish-actions.pod:439
5405 #, no-wrap
5406 msgid ""
5407 " base64-out filename (base64file|-)\n"
5408 "\n"
5409 msgstr ""
5410
5411 #. type: textblock
5412 #: ../fish/guestfish-actions.pod:441 ../src/guestfs-actions.pod:658
5413 msgid ""
5414 "This command downloads the contents of C<filename>, writing it out to local "
5415 "file C<base64file> encoded as base64."
5416 msgstr ""
5417
5418 #. type: =head2
5419 #: ../fish/guestfish-actions.pod:446
5420 msgid "blockdev-flushbufs"
5421 msgstr ""
5422
5423 #. type: verbatim
5424 #: ../fish/guestfish-actions.pod:448
5425 #, no-wrap
5426 msgid ""
5427 " blockdev-flushbufs device\n"
5428 "\n"
5429 msgstr ""
5430
5431 #. type: textblock
5432 #: ../fish/guestfish-actions.pod:450 ../src/guestfs-actions.pod:671
5433 msgid ""
5434 "This tells the kernel to flush internal buffers associated with C<device>."
5435 msgstr ""
5436
5437 #. type: textblock
5438 #: ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464
5439 #: ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483
5440 #: ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508
5441 #: ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527
5442 #: ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
5443 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691
5444 #: ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722
5445 #: ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759
5446 #: ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791
5447 #: ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819
5448 msgid "This uses the L<blockdev(8)> command."
5449 msgstr ""
5450
5451 #. type: =head2
5452 #: ../fish/guestfish-actions.pod:455
5453 msgid "blockdev-getbsz"
5454 msgstr ""
5455
5456 #. type: verbatim
5457 #: ../fish/guestfish-actions.pod:457
5458 #, no-wrap
5459 msgid ""
5460 " blockdev-getbsz device\n"
5461 "\n"
5462 msgstr ""
5463
5464 #. type: textblock
5465 #: ../fish/guestfish-actions.pod:459 ../src/guestfs-actions.pod:686
5466 msgid "This returns the block size of a device."
5467 msgstr ""
5468
5469 #. type: textblock
5470 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
5471 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788
5472 msgid ""
5473 "(Note this is different from both I<size in blocks> and I<filesystem block "
5474 "size>)."
5475 msgstr ""
5476
5477 #. type: =head2
5478 #: ../fish/guestfish-actions.pod:466
5479 msgid "blockdev-getro"
5480 msgstr ""
5481
5482 #. type: verbatim
5483 #: ../fish/guestfish-actions.pod:468
5484 #, no-wrap
5485 msgid ""
5486 " blockdev-getro device\n"
5487 "\n"
5488 msgstr ""
5489
5490 #. type: textblock
5491 #: ../fish/guestfish-actions.pod:470 ../src/guestfs-actions.pod:703
5492 msgid ""
5493 "Returns a boolean indicating if the block device is read-only (true if read-"
5494 "only, false if not)."
5495 msgstr ""
5496
5497 #. type: =head2
5498 #: ../fish/guestfish-actions.pod:475
5499 msgid "blockdev-getsize64"
5500 msgstr ""
5501
5502 #. type: verbatim
5503 #: ../fish/guestfish-actions.pod:477
5504 #, no-wrap
5505 msgid ""
5506 " blockdev-getsize64 device\n"
5507 "\n"
5508 msgstr ""
5509
5510 #. type: textblock
5511 #: ../fish/guestfish-actions.pod:479 ../src/guestfs-actions.pod:718
5512 msgid "This returns the size of the device in bytes."
5513 msgstr ""
5514
5515 #. type: textblock
5516 #: ../fish/guestfish-actions.pod:481
5517 msgid "See also L</blockdev-getsz>."
5518 msgstr ""
5519
5520 #. type: =head2
5521 #: ../fish/guestfish-actions.pod:485
5522 msgid "blockdev-getss"
5523 msgstr ""
5524
5525 #. type: verbatim
5526 #: ../fish/guestfish-actions.pod:487
5527 #, no-wrap
5528 msgid ""
5529 " blockdev-getss device\n"
5530 "\n"
5531 msgstr ""
5532
5533 #. type: textblock
5534 #: ../fish/guestfish-actions.pod:489 ../src/guestfs-actions.pod:734
5535 msgid ""
5536 "This returns the size of sectors on a block device.  Usually 512, but can be "
5537 "larger for modern devices."
5538 msgstr ""
5539
5540 #. type: textblock
5541 #: ../fish/guestfish-actions.pod:492
5542 msgid ""
5543 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
5544 msgstr ""
5545
5546 #. type: =head2
5547 #: ../fish/guestfish-actions.pod:497
5548 msgid "blockdev-getsz"
5549 msgstr ""
5550
5551 #. type: verbatim
5552 #: ../fish/guestfish-actions.pod:499
5553 #, no-wrap
5554 msgid ""
5555 " blockdev-getsz device\n"
5556 "\n"
5557 msgstr ""
5558
5559 #. type: textblock
5560 #: ../fish/guestfish-actions.pod:501 ../src/guestfs-actions.pod:752
5561 msgid ""
5562 "This returns the size of the device in units of 512-byte sectors (even if "
5563 "the sectorsize isn't 512 bytes ... weird)."
5564 msgstr ""
5565
5566 #. type: textblock
5567 #: ../fish/guestfish-actions.pod:504
5568 msgid ""
5569 "See also L</blockdev-getss> for the real sector size of the device, and L</"
5570 "blockdev-getsize64> for the more useful I<size in bytes>."
5571 msgstr ""
5572
5573 #. type: =head2
5574 #: ../fish/guestfish-actions.pod:510
5575 msgid "blockdev-rereadpt"
5576 msgstr ""
5577
5578 #. type: verbatim
5579 #: ../fish/guestfish-actions.pod:512
5580 #, no-wrap
5581 msgid ""
5582 " blockdev-rereadpt device\n"
5583 "\n"
5584 msgstr ""
5585
5586 #. type: textblock
5587 #: ../fish/guestfish-actions.pod:514 ../src/guestfs-actions.pod:771
5588 msgid "Reread the partition table on C<device>."
5589 msgstr ""
5590
5591 #. type: =head2
5592 #: ../fish/guestfish-actions.pod:518
5593 msgid "blockdev-setbsz"
5594 msgstr ""
5595
5596 #. type: verbatim
5597 #: ../fish/guestfish-actions.pod:520
5598 #, no-wrap
5599 msgid ""
5600 " blockdev-setbsz device blocksize\n"
5601 "\n"
5602 msgstr ""
5603
5604 #. type: textblock
5605 #: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:786
5606 msgid "This sets the block size of a device."
5607 msgstr ""
5608
5609 #. type: =head2
5610 #: ../fish/guestfish-actions.pod:529
5611 msgid "blockdev-setro"
5612 msgstr ""
5613
5614 #. type: verbatim
5615 #: ../fish/guestfish-actions.pod:531
5616 #, no-wrap
5617 msgid ""
5618 " blockdev-setro device\n"
5619 "\n"
5620 msgstr ""
5621
5622 #. type: textblock
5623 #: ../fish/guestfish-actions.pod:533 ../src/guestfs-actions.pod:803
5624 msgid "Sets the block device named C<device> to read-only."
5625 msgstr ""
5626
5627 #. type: =head2
5628 #: ../fish/guestfish-actions.pod:537
5629 msgid "blockdev-setrw"
5630 msgstr ""
5631
5632 #. type: verbatim
5633 #: ../fish/guestfish-actions.pod:539
5634 #, no-wrap
5635 msgid ""
5636 " blockdev-setrw device\n"
5637 "\n"
5638 msgstr ""
5639
5640 #. type: textblock
5641 #: ../fish/guestfish-actions.pod:541 ../src/guestfs-actions.pod:817
5642 msgid "Sets the block device named C<device> to read-write."
5643 msgstr ""
5644
5645 #. type: =head2
5646 #: ../fish/guestfish-actions.pod:545
5647 msgid "btrfs-filesystem-resize"
5648 msgstr ""
5649
5650 #. type: verbatim
5651 #: ../fish/guestfish-actions.pod:547
5652 #, no-wrap
5653 msgid ""
5654 " btrfs-filesystem-resize mountpoint [size:..]\n"
5655 "\n"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../fish/guestfish-actions.pod:549 ../src/guestfs-actions.pod:839
5660 msgid "This command resizes a btrfs filesystem."
5661 msgstr ""
5662
5663 #. type: textblock
5664 #: ../fish/guestfish-actions.pod:551 ../src/guestfs-actions.pod:841
5665 msgid ""
5666 "Note that unlike other resize calls, the filesystem has to be mounted and "
5667 "the parameter is the mountpoint not the device (this is a requirement of "
5668 "btrfs itself)."
5669 msgstr ""
5670
5671 #. type: textblock
5672 #: ../fish/guestfish-actions.pod:555 ../fish/guestfish-actions.pod:3417
5673 #: ../src/guestfs-actions.pod:845 ../src/guestfs-actions.pod:5189
5674 msgid "The optional parameters are:"
5675 msgstr ""
5676
5677 #. type: =item
5678 #: ../fish/guestfish-actions.pod:559 ../fish/guestfish-actions.pod:3421
5679 #: ../src/guestfs-actions.pod:849 ../src/guestfs-actions.pod:5193
5680 msgid "C<size>"
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../fish/guestfish-actions.pod:561 ../src/guestfs-actions.pod:851
5685 msgid ""
5686 "The new size (in bytes) of the filesystem.  If omitted, the filesystem is "
5687 "resized to the maximum size."
5688 msgstr ""
5689
5690 #. type: textblock
5691 #: ../fish/guestfish-actions.pod:566 ../src/guestfs-actions.pod:856
5692 msgid "See also L<btrfs(8)>."
5693 msgstr ""
5694
5695 #. type: =head2
5696 #: ../fish/guestfish-actions.pod:570
5697 msgid "case-sensitive-path"
5698 msgstr ""
5699
5700 #. type: verbatim
5701 #: ../fish/guestfish-actions.pod:572
5702 #, no-wrap
5703 msgid ""
5704 " case-sensitive-path path\n"
5705 "\n"
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../fish/guestfish-actions.pod:574 ../src/guestfs-actions.pod:890
5710 msgid ""
5711 "This can be used to resolve case insensitive paths on a filesystem which is "
5712 "case sensitive.  The use case is to resolve paths which you have read from "
5713 "Windows configuration files or the Windows Registry, to the true path."
5714 msgstr ""
5715
5716 #. type: textblock
5717 #: ../fish/guestfish-actions.pod:579 ../src/guestfs-actions.pod:895
5718 msgid ""
5719 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
5720 "(and probably others), which is that although the underlying filesystem is "
5721 "case-insensitive, the driver exports the filesystem to Linux as case-"
5722 "sensitive."
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../fish/guestfish-actions.pod:584 ../src/guestfs-actions.pod:900
5727 msgid ""
5728 "One consequence of this is that special directories such as C<c:\\windows> "
5729 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
5730 "precise details of how they were created.  In Windows itself this would not "
5731 "be a problem."
5732 msgstr ""
5733
5734 #. type: textblock
5735 #: ../fish/guestfish-actions.pod:590 ../src/guestfs-actions.pod:906
5736 msgid ""
5737 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
5738 "#posixfilenames1>"
5739 msgstr ""
5740
5741 #. type: textblock
5742 #: ../fish/guestfish-actions.pod:593 ../src/guestfs-actions.pod:909
5743 msgid ""
5744 "This function resolves the true case of each element in the path and returns "
5745 "the case-sensitive path."
5746 msgstr ""
5747
5748 #. type: textblock
5749 #: ../fish/guestfish-actions.pod:596
5750 msgid ""
5751 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
5752 "WINDOWS/system32\"> (the exact return value would depend on details of how "
5753 "the directories were originally created under Windows)."
5754 msgstr ""
5755
5756 #. type: textblock
5757 #: ../fish/guestfish-actions.pod:601 ../src/guestfs-actions.pod:917
5758 msgid "I<Note>: This function does not handle drive names, backslashes etc."
5759 msgstr ""
5760
5761 #. type: textblock
5762 #: ../fish/guestfish-actions.pod:604
5763 msgid "See also L</realpath>."
5764 msgstr ""
5765
5766 #. type: =head2
5767 #: ../fish/guestfish-actions.pod:606
5768 msgid "cat"
5769 msgstr "cat"
5770
5771 #. type: verbatim
5772 #: ../fish/guestfish-actions.pod:608
5773 #, no-wrap
5774 msgid ""
5775 " cat path\n"
5776 "\n"
5777 msgstr ""
5778 " cat шлях\n"
5779 "\n"
5780
5781 #. type: textblock
5782 #: ../fish/guestfish-actions.pod:610 ../fish/guestfish-actions.pod:3837
5783 #: ../src/guestfs-actions.pod:933 ../src/guestfs-actions.pod:5832
5784 msgid "Return the contents of the file named C<path>."
5785 msgstr ""
5786
5787 #. type: textblock
5788 #: ../fish/guestfish-actions.pod:612
5789 msgid ""
5790 "Note that this function cannot correctly handle binary files (specifically, "
5791 "files containing C<\\0> character which is treated as end of string).  For "
5792 "those you need to use the L</read-file> or L</download> functions which have "
5793 "a more complex interface."
5794 msgstr ""
5795
5796 #. type: textblock
5797 #: ../fish/guestfish-actions.pod:617 ../fish/guestfish-actions.pod:752
5798 #: ../fish/guestfish-actions.pod:764 ../fish/guestfish-actions.pod:940
5799 #: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:1017
5800 #: ../fish/guestfish-actions.pod:1027 ../fish/guestfish-actions.pod:1219
5801 #: ../fish/guestfish-actions.pod:1526 ../fish/guestfish-actions.pod:1536
5802 #: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:1579
5803 #: ../fish/guestfish-actions.pod:1589 ../fish/guestfish-actions.pod:1608
5804 #: ../fish/guestfish-actions.pod:3707 ../fish/guestfish-actions.pod:3722
5805 #: ../fish/guestfish-actions.pod:3798 ../fish/guestfish-actions.pod:3815
5806 #: ../fish/guestfish-actions.pod:3830 ../fish/guestfish-actions.pod:4499
5807 #: ../fish/guestfish-actions.pod:4545 ../fish/guestfish-actions.pod:4630
5808 #: ../fish/guestfish-actions.pod:4645 ../fish/guestfish-actions.pod:5051
5809 #: ../fish/guestfish-actions.pod:5063 ../fish/guestfish-actions.pod:5081
5810 #: ../fish/guestfish-actions.pod:5098 ../fish/guestfish-actions.pod:5108
5811 #: ../fish/guestfish-actions.pod:5157 ../fish/guestfish-actions.pod:5167
5812 #: ../fish/guestfish-actions.pod:5196 ../fish/guestfish-actions.pod:5206
5813 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1122
5814 #: ../src/guestfs-actions.pod:1142 ../src/guestfs-actions.pod:1438
5815 #: ../src/guestfs-actions.pod:1457 ../src/guestfs-actions.pod:1560
5816 #: ../src/guestfs-actions.pod:1579 ../src/guestfs-actions.pod:1825
5817 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:2315
5818 #: ../src/guestfs-actions.pod:2358 ../src/guestfs-actions.pod:2382
5819 #: ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2428
5820 #: ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5640
5821 #: ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5797
5822 #: ../src/guestfs-actions.pod:5821 ../src/guestfs-actions.pod:6772
5823 #: ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6973
5824 #: ../src/guestfs-actions.pod:6997 ../src/guestfs-actions.pod:7662
5825 #: ../src/guestfs-actions.pod:7682 ../src/guestfs-actions.pod:7708
5826 #: ../src/guestfs-actions.pod:7734 ../src/guestfs-actions.pod:7753
5827 #: ../src/guestfs-actions.pod:7839 ../src/guestfs-actions.pod:7858
5828 #: ../src/guestfs-actions.pod:7904 ../src/guestfs-actions.pod:7923
5829 msgid ""
5830 "Because of the message protocol, there is a transfer limit of somewhere "
5831 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
5832 msgstr ""
5833
5834 #. type: =head2
5835 #: ../fish/guestfish-actions.pod:620
5836 msgid "checksum"
5837 msgstr "checksum"
5838
5839 #. type: verbatim
5840 #: ../fish/guestfish-actions.pod:622
5841 #, no-wrap
5842 msgid ""
5843 " checksum csumtype path\n"
5844 "\n"
5845 msgstr ""
5846
5847 #. type: textblock
5848 #: ../fish/guestfish-actions.pod:624 ../src/guestfs-actions.pod:955
5849 msgid ""
5850 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
5851 msgstr ""
5852
5853 #. type: textblock
5854 #: ../fish/guestfish-actions.pod:627 ../src/guestfs-actions.pod:958
5855 msgid ""
5856 "The type of checksum to compute is given by the C<csumtype> parameter which "
5857 "must have one of the following values:"
5858 msgstr ""
5859
5860 #. type: =item
5861 #: ../fish/guestfish-actions.pod:632 ../src/guestfs-actions.pod:963
5862 msgid "C<crc>"
5863 msgstr "C<crc>"
5864
5865 #. type: textblock
5866 #: ../fish/guestfish-actions.pod:634 ../src/guestfs-actions.pod:965
5867 msgid ""
5868 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
5869 "C<cksum> command."
5870 msgstr ""
5871
5872 #. type: =item
5873 #: ../fish/guestfish-actions.pod:637 ../src/guestfs-actions.pod:968
5874 msgid "C<md5>"
5875 msgstr "C<md5>"
5876
5877 #. type: textblock
5878 #: ../fish/guestfish-actions.pod:639 ../src/guestfs-actions.pod:970
5879 msgid "Compute the MD5 hash (using the C<md5sum> program)."
5880 msgstr ""
5881
5882 #. type: =item
5883 #: ../fish/guestfish-actions.pod:641 ../src/guestfs-actions.pod:972
5884 msgid "C<sha1>"
5885 msgstr "C<sha1>"
5886
5887 #. type: textblock
5888 #: ../fish/guestfish-actions.pod:643 ../src/guestfs-actions.pod:974
5889 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
5890 msgstr ""
5891
5892 #. type: =item
5893 #: ../fish/guestfish-actions.pod:645 ../src/guestfs-actions.pod:976
5894 msgid "C<sha224>"
5895 msgstr "C<sha224>"
5896
5897 #. type: textblock
5898 #: ../fish/guestfish-actions.pod:647 ../src/guestfs-actions.pod:978
5899 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
5900 msgstr ""
5901
5902 #. type: =item
5903 #: ../fish/guestfish-actions.pod:649 ../src/guestfs-actions.pod:980
5904 msgid "C<sha256>"
5905 msgstr "C<sha256>"
5906
5907 #. type: textblock
5908 #: ../fish/guestfish-actions.pod:651 ../src/guestfs-actions.pod:982
5909 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
5910 msgstr ""
5911
5912 #. type: =item
5913 #: ../fish/guestfish-actions.pod:653 ../src/guestfs-actions.pod:984
5914 msgid "C<sha384>"
5915 msgstr "C<sha384>"
5916
5917 #. type: textblock
5918 #: ../fish/guestfish-actions.pod:655 ../src/guestfs-actions.pod:986
5919 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
5920 msgstr ""
5921
5922 #. type: =item
5923 #: ../fish/guestfish-actions.pod:657 ../src/guestfs-actions.pod:988
5924 msgid "C<sha512>"
5925 msgstr "C<sha512>"
5926
5927 #. type: textblock
5928 #: ../fish/guestfish-actions.pod:659 ../src/guestfs-actions.pod:990
5929 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
5930 msgstr ""
5931
5932 #. type: textblock
5933 #: ../fish/guestfish-actions.pod:663 ../src/guestfs-actions.pod:994
5934 msgid "The checksum is returned as a printable string."
5935 msgstr ""
5936
5937 #. type: textblock
5938 #: ../fish/guestfish-actions.pod:665
5939 msgid "To get the checksum for a device, use L</checksum-device>."
5940 msgstr ""
5941
5942 #. type: textblock
5943 #: ../fish/guestfish-actions.pod:667
5944 msgid "To get the checksums for many files, use L</checksums-out>."
5945 msgstr ""
5946
5947 #. type: =head2
5948 #: ../fish/guestfish-actions.pod:669
5949 msgid "checksum-device"
5950 msgstr "checksum-device"
5951
5952 #. type: verbatim
5953 #: ../fish/guestfish-actions.pod:671
5954 #, no-wrap
5955 msgid ""
5956 " checksum-device csumtype device\n"
5957 "\n"
5958 msgstr ""
5959
5960 #. type: textblock
5961 #: ../fish/guestfish-actions.pod:673
5962 msgid ""
5963 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
5964 "device named C<device>.  For the types of checksums supported see the L</"
5965 "checksum> command."
5966 msgstr ""
5967
5968 #. type: =head2
5969 #: ../fish/guestfish-actions.pod:677
5970 msgid "checksums-out"
5971 msgstr ""
5972
5973 #. type: verbatim
5974 #: ../fish/guestfish-actions.pod:679
5975 #, no-wrap
5976 msgid ""
5977 " checksums-out csumtype directory (sumsfile|-)\n"
5978 "\n"
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../fish/guestfish-actions.pod:681 ../src/guestfs-actions.pod:1029
5983 msgid ""
5984 "This command computes the checksums of all regular files in C<directory> and "
5985 "then emits a list of those checksums to the local output file C<sumsfile>."
5986 msgstr ""
5987
5988 #. type: textblock
5989 #: ../fish/guestfish-actions.pod:685 ../src/guestfs-actions.pod:1033
5990 msgid ""
5991 "This can be used for verifying the integrity of a virtual machine.  However "
5992 "to be properly secure you should pay attention to the output of the checksum "
5993 "command (it uses the ones from GNU coreutils).  In particular when the "
5994 "filename is not printable, coreutils uses a special backslash syntax.  For "
5995 "more information, see the GNU coreutils info file."
5996 msgstr ""
5997
5998 #. type: =head2
5999 #: ../fish/guestfish-actions.pod:695
6000 msgid "chmod"
6001 msgstr "chmod"
6002
6003 #. type: verbatim
6004 #: ../fish/guestfish-actions.pod:697
6005 #, no-wrap
6006 msgid ""
6007 " chmod mode path\n"
6008 "\n"
6009 msgstr ""
6010
6011 #. type: textblock
6012 #: ../fish/guestfish-actions.pod:699 ../src/guestfs-actions.pod:1052
6013 msgid ""
6014 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6015 "supported."
6016 msgstr ""
6017
6018 #. type: textblock
6019 #: ../fish/guestfish-actions.pod:702 ../src/guestfs-actions.pod:1055
6020 msgid ""
6021 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6022 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6023 "C<700>."
6024 msgstr ""
6025
6026 #. type: textblock
6027 #: ../fish/guestfish-actions.pod:706 ../fish/guestfish-actions.pod:3060
6028 #: ../fish/guestfish-actions.pod:3199 ../fish/guestfish-actions.pod:3209
6029 #: ../fish/guestfish-actions.pod:3219 ../src/guestfs-actions.pod:1059
6030 #: ../src/guestfs-actions.pod:4586 ../src/guestfs-actions.pod:4795
6031 #: ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4833
6032 msgid "The mode actually set is affected by the umask."
6033 msgstr ""
6034
6035 #. type: =head2
6036 #: ../fish/guestfish-actions.pod:708
6037 msgid "chown"
6038 msgstr "chown"
6039
6040 #. type: verbatim
6041 #: ../fish/guestfish-actions.pod:710
6042 #, no-wrap
6043 msgid ""
6044 " chown owner group path\n"
6045 "\n"
6046 msgstr ""
6047
6048 #. type: textblock
6049 #: ../fish/guestfish-actions.pod:712 ../src/guestfs-actions.pod:1073
6050 msgid "Change the file owner to C<owner> and group to C<group>."
6051 msgstr ""
6052
6053 #. type: textblock
6054 #: ../fish/guestfish-actions.pod:714 ../fish/guestfish-actions.pod:2495
6055 #: ../src/guestfs-actions.pod:1075 ../src/guestfs-actions.pod:3657
6056 msgid ""
6057 "Only numeric uid and gid are supported.  If you want to use names, you will "
6058 "need to locate and parse the password file yourself (Augeas support makes "
6059 "this relatively easy)."
6060 msgstr ""
6061
6062 #. type: =head2
6063 #: ../fish/guestfish-actions.pod:718
6064 msgid "command"
6065 msgstr ""
6066
6067 #. type: verbatim
6068 #: ../fish/guestfish-actions.pod:720
6069 #, no-wrap
6070 msgid ""
6071 " command 'arguments ...'\n"
6072 "\n"
6073 msgstr ""
6074
6075 #. type: textblock
6076 #: ../fish/guestfish-actions.pod:722 ../src/guestfs-actions.pod:1089
6077 msgid ""
6078 "This call runs a command from the guest filesystem.  The filesystem must be "
6079 "mounted, and must contain a compatible operating system (ie. something "
6080 "Linux, with the same or compatible processor architecture)."
6081 msgstr ""
6082
6083 #. type: textblock
6084 #: ../fish/guestfish-actions.pod:727
6085 msgid ""
6086 "The single parameter is an argv-style list of arguments.  The first element "
6087 "is the name of the program to run.  Subsequent elements are parameters.  The "
6088 "list must be non-empty (ie. must contain a program name).  Note that the "
6089 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
6090 msgstr ""
6091
6092 #. type: textblock
6093 #: ../fish/guestfish-actions.pod:734 ../src/guestfs-actions.pod:1101
6094 msgid "The return value is anything printed to I<stdout> by the command."
6095 msgstr ""
6096
6097 #. type: textblock
6098 #: ../fish/guestfish-actions.pod:737 ../src/guestfs-actions.pod:1104
6099 msgid ""
6100 "If the command returns a non-zero exit status, then this function returns an "
6101 "error message.  The error message string is the content of I<stderr> from "
6102 "the command."
6103 msgstr ""
6104
6105 #. type: textblock
6106 #: ../fish/guestfish-actions.pod:741 ../src/guestfs-actions.pod:1108
6107 msgid ""
6108 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
6109 "bin>.  If you require a program from another location, you should provide "
6110 "the full path in the first parameter."
6111 msgstr ""
6112
6113 #. type: textblock
6114 #: ../fish/guestfish-actions.pod:746 ../src/guestfs-actions.pod:1113
6115 msgid ""
6116 "Shared libraries and data files required by the program must be available on "
6117 "filesystems which are mounted in the correct places.  It is the caller's "
6118 "responsibility to ensure all filesystems that are needed are mounted at the "
6119 "right locations."
6120 msgstr ""
6121
6122 #. type: =head2
6123 #: ../fish/guestfish-actions.pod:755
6124 msgid "command-lines"
6125 msgstr ""
6126
6127 #. type: verbatim
6128 #: ../fish/guestfish-actions.pod:757
6129 #, no-wrap
6130 msgid ""
6131 " command-lines 'arguments ...'\n"
6132 "\n"
6133 msgstr ""
6134
6135 #. type: textblock
6136 #: ../fish/guestfish-actions.pod:759
6137 msgid ""
6138 "This is the same as L</command>, but splits the result into a list of lines."
6139 msgstr ""
6140
6141 #. type: textblock
6142 #: ../fish/guestfish-actions.pod:762
6143 msgid "See also: L</sh-lines>"
6144 msgstr ""
6145
6146 #. type: =head2
6147 #: ../fish/guestfish-actions.pod:767
6148 msgid "config"
6149 msgstr ""
6150
6151 #. type: verbatim
6152 #: ../fish/guestfish-actions.pod:769
6153 #, no-wrap
6154 msgid ""
6155 " config qemuparam qemuvalue\n"
6156 "\n"
6157 msgstr ""
6158
6159 #. type: textblock
6160 #: ../fish/guestfish-actions.pod:771 ../src/guestfs-actions.pod:1154
6161 msgid ""
6162 "This can be used to add arbitrary qemu command line parameters of the form "
6163 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6164 "setting some parameters which would interfere with parameters that we use."
6165 msgstr ""
6166
6167 #. type: textblock
6168 #: ../fish/guestfish-actions.pod:776 ../src/guestfs-actions.pod:1159
6169 msgid "The first character of C<param> string must be a C<-> (dash)."
6170 msgstr ""
6171
6172 #. type: textblock
6173 #: ../fish/guestfish-actions.pod:778 ../src/guestfs-actions.pod:1161
6174 msgid "C<value> can be NULL."
6175 msgstr ""
6176
6177 #. type: =head2
6178 #: ../fish/guestfish-actions.pod:780
6179 msgid "copy-size"
6180 msgstr ""
6181
6182 #. type: verbatim
6183 #: ../fish/guestfish-actions.pod:782
6184 #, no-wrap
6185 msgid ""
6186 " copy-size src dest size\n"
6187 "\n"
6188 msgstr ""
6189
6190 #. type: textblock
6191 #: ../fish/guestfish-actions.pod:784 ../src/guestfs-actions.pod:1175
6192 msgid ""
6193 "This command copies exactly C<size> bytes from one source device or file "
6194 "C<src> to another destination device or file C<dest>."
6195 msgstr ""
6196
6197 #. type: textblock
6198 #: ../fish/guestfish-actions.pod:787 ../src/guestfs-actions.pod:1178
6199 msgid ""
6200 "Note this will fail if the source is too short or if the destination is not "
6201 "large enough."
6202 msgstr ""
6203
6204 #. type: =head2
6205 #: ../fish/guestfish-actions.pod:790
6206 msgid "cp"
6207 msgstr "cp"
6208
6209 #. type: verbatim
6210 #: ../fish/guestfish-actions.pod:792
6211 #, no-wrap
6212 msgid ""
6213 " cp src dest\n"
6214 "\n"
6215 msgstr ""
6216
6217 #. type: textblock
6218 #: ../fish/guestfish-actions.pod:794 ../src/guestfs-actions.pod:1197
6219 msgid ""
6220 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6221 "destination filename or destination directory."
6222 msgstr ""
6223
6224 #. type: =head2
6225 #: ../fish/guestfish-actions.pod:797
6226 msgid "cp-a"
6227 msgstr "cp-a"
6228
6229 #. type: verbatim
6230 #: ../fish/guestfish-actions.pod:799
6231 #, no-wrap
6232 msgid ""
6233 " cp-a src dest\n"
6234 "\n"
6235 msgstr ""
6236
6237 #. type: textblock
6238 #: ../fish/guestfish-actions.pod:801 ../src/guestfs-actions.pod:1211
6239 msgid ""
6240 "This copies a file or directory from C<src> to C<dest> recursively using the "
6241 "C<cp -a> command."
6242 msgstr ""
6243
6244 #. type: =head2
6245 #: ../fish/guestfish-actions.pod:804
6246 msgid "dd"
6247 msgstr "dd"
6248
6249 #. type: verbatim
6250 #: ../fish/guestfish-actions.pod:806
6251 #, no-wrap
6252 msgid ""
6253 " dd src dest\n"
6254 "\n"
6255 msgstr ""
6256
6257 #. type: textblock
6258 #: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1225
6259 msgid ""
6260 "This command copies from one source device or file C<src> to another "
6261 "destination device or file C<dest>.  Normally you would use this to copy to "
6262 "or from a device or partition, for example to duplicate a filesystem."
6263 msgstr ""
6264
6265 #. type: textblock
6266 #: ../fish/guestfish-actions.pod:813
6267 msgid ""
6268 "If the destination is a device, it must be as large or larger than the "
6269 "source file or device, otherwise the copy will fail.  This command cannot do "
6270 "partial copies (see L</copy-size>)."
6271 msgstr ""
6272
6273 #. type: =head2
6274 #: ../fish/guestfish-actions.pod:817
6275 msgid "df"
6276 msgstr "df"
6277
6278 #. type: verbatim
6279 #: ../fish/guestfish-actions.pod:819
6280 #, no-wrap
6281 msgid ""
6282 " df\n"
6283 "\n"
6284 msgstr ""
6285 " df\n"
6286 "\n"
6287
6288 #. type: textblock
6289 #: ../fish/guestfish-actions.pod:821 ../src/guestfs-actions.pod:1243
6290 msgid "This command runs the C<df> command to report disk space used."
6291 msgstr ""
6292
6293 #. type: textblock
6294 #: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:834
6295 msgid ""
6296 "This command is mostly useful for interactive sessions.  It is I<not> "
6297 "intended that you try to parse the output string.  Use L</statvfs> from "
6298 "programs."
6299 msgstr ""
6300
6301 #. type: =head2
6302 #: ../fish/guestfish-actions.pod:827
6303 msgid "df-h"
6304 msgstr "df-h"
6305
6306 #. type: verbatim
6307 #: ../fish/guestfish-actions.pod:829
6308 #, no-wrap
6309 msgid ""
6310 " df-h\n"
6311 "\n"
6312 msgstr ""
6313 " df-h\n"
6314 "\n"
6315
6316 #. type: textblock
6317 #: ../fish/guestfish-actions.pod:831 ../src/guestfs-actions.pod:1259
6318 msgid ""
6319 "This command runs the C<df -h> command to report disk space used in human-"
6320 "readable format."
6321 msgstr ""
6322
6323 #. type: =head2
6324 #: ../fish/guestfish-actions.pod:838
6325 msgid "dmesg"
6326 msgstr "dmesg"
6327
6328 #. type: verbatim
6329 #: ../fish/guestfish-actions.pod:840
6330 #, no-wrap
6331 msgid ""
6332 " dmesg\n"
6333 "\n"
6334 msgstr ""
6335 " dmesg\n"
6336 "\n"
6337
6338 #. type: textblock
6339 #: ../fish/guestfish-actions.pod:842 ../src/guestfs-actions.pod:1276
6340 msgid ""
6341 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
6342 "This is sometimes useful for extended debugging of problems."
6343 msgstr ""
6344
6345 #. type: textblock
6346 #: ../fish/guestfish-actions.pod:846
6347 msgid ""
6348 "Another way to get the same information is to enable verbose messages with "
6349 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
6350 "before running the program."
6351 msgstr ""
6352
6353 #. type: =head2
6354 #: ../fish/guestfish-actions.pod:851
6355 msgid "download"
6356 msgstr "download"
6357
6358 #. type: verbatim
6359 #: ../fish/guestfish-actions.pod:853
6360 #, no-wrap
6361 msgid ""
6362 " download remotefilename (filename|-)\n"
6363 "\n"
6364 msgstr ""
6365
6366 #. type: textblock
6367 #: ../fish/guestfish-actions.pod:855 ../fish/guestfish-actions.pod:868
6368 #: ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1322
6369 msgid ""
6370 "Download file C<remotefilename> and save it as C<filename> on the local "
6371 "machine."
6372 msgstr ""
6373
6374 #. type: textblock
6375 #: ../fish/guestfish-actions.pod:858 ../fish/guestfish-actions.pod:4803
6376 #: ../src/guestfs-actions.pod:1300 ../src/guestfs-actions.pod:7232
6377 msgid "C<filename> can also be a named pipe."
6378 msgstr ""
6379
6380 #. type: textblock
6381 #: ../fish/guestfish-actions.pod:860
6382 msgid "See also L</upload>, L</cat>."
6383 msgstr ""
6384
6385 #. type: =head2
6386 #: ../fish/guestfish-actions.pod:864
6387 msgid "download-offset"
6388 msgstr "download-offset"
6389
6390 #. type: verbatim
6391 #: ../fish/guestfish-actions.pod:866
6392 #, no-wrap
6393 msgid ""
6394 " download-offset remotefilename (filename|-) offset size\n"
6395 "\n"
6396 msgstr ""
6397
6398 #. type: textblock
6399 #: ../fish/guestfish-actions.pod:871 ../src/guestfs-actions.pod:1325
6400 msgid ""
6401 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
6402 "region must be within the file or device)."
6403 msgstr ""
6404
6405 #. type: textblock
6406 #: ../fish/guestfish-actions.pod:874
6407 msgid ""
6408 "Note that there is no limit on the amount of data that can be downloaded "
6409 "with this call, unlike with L</pread>, and this call always reads the full "
6410 "amount unless an error occurs."
6411 msgstr ""
6412
6413 #. type: textblock
6414 #: ../fish/guestfish-actions.pod:879
6415 msgid "See also L</download>, L</pread>."
6416 msgstr ""
6417
6418 #. type: =head2
6419 #: ../fish/guestfish-actions.pod:883
6420 msgid "drop-caches"
6421 msgstr ""
6422
6423 #. type: verbatim
6424 #: ../fish/guestfish-actions.pod:885
6425 #, no-wrap
6426 msgid ""
6427 " drop-caches whattodrop\n"
6428 "\n"
6429 msgstr ""
6430
6431 #. type: textblock
6432 #: ../fish/guestfish-actions.pod:887 ../src/guestfs-actions.pod:1350
6433 msgid ""
6434 "This instructs the guest kernel to drop its page cache, and/or dentries and "
6435 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
6436 "to drop, see L<http://linux-mm.org/Drop_Caches>"
6437 msgstr ""
6438
6439 #. type: textblock
6440 #: ../fish/guestfish-actions.pod:892 ../src/guestfs-actions.pod:1355
6441 msgid "Setting C<whattodrop> to 3 should drop everything."
6442 msgstr ""
6443
6444 #. type: textblock
6445 #: ../fish/guestfish-actions.pod:894 ../src/guestfs-actions.pod:1357
6446 msgid ""
6447 "This automatically calls L<sync(2)> before the operation, so that the "
6448 "maximum guest memory is freed."
6449 msgstr ""
6450
6451 #. type: =head2
6452 #: ../fish/guestfish-actions.pod:897
6453 msgid "du"
6454 msgstr "du"
6455
6456 #. type: verbatim
6457 #: ../fish/guestfish-actions.pod:899
6458 #, no-wrap
6459 msgid ""
6460 " du path\n"
6461 "\n"
6462 msgstr ""
6463 " du шлях\n"
6464 "\n"
6465
6466 #. type: textblock
6467 #: ../fish/guestfish-actions.pod:901 ../src/guestfs-actions.pod:1370
6468 msgid ""
6469 "This command runs the C<du -s> command to estimate file space usage for "
6470 "C<path>."
6471 msgstr ""
6472
6473 #. type: textblock
6474 #: ../fish/guestfish-actions.pod:904 ../src/guestfs-actions.pod:1373
6475 msgid ""
6476 "C<path> can be a file or a directory.  If C<path> is a directory then the "
6477 "estimate includes the contents of the directory and all subdirectories "
6478 "(recursively)."
6479 msgstr ""
6480
6481 #. type: textblock
6482 #: ../fish/guestfish-actions.pod:908 ../src/guestfs-actions.pod:1377
6483 msgid ""
6484 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
6485 msgstr ""
6486
6487 #. type: =head2
6488 #: ../fish/guestfish-actions.pod:911
6489 msgid "e2fsck-f"
6490 msgstr "e2fsck-f"
6491
6492 #. type: verbatim
6493 #: ../fish/guestfish-actions.pod:913
6494 #, no-wrap
6495 msgid ""
6496 " e2fsck-f device\n"
6497 "\n"
6498 msgstr ""
6499
6500 #. type: textblock
6501 #: ../fish/guestfish-actions.pod:915 ../src/guestfs-actions.pod:1395
6502 msgid ""
6503 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
6504 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
6505 "clean (I<-f>)."
6506 msgstr ""
6507
6508 #. type: textblock
6509 #: ../fish/guestfish-actions.pod:919
6510 msgid ""
6511 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
6512 "should use L</fsck>."
6513 msgstr ""
6514
6515 #. type: =head2
6516 #: ../fish/guestfish-actions.pod:922
6517 msgid "echo-daemon"
6518 msgstr ""
6519
6520 #. type: verbatim
6521 #: ../fish/guestfish-actions.pod:924
6522 #, no-wrap
6523 msgid ""
6524 " echo-daemon 'words ...'\n"
6525 "\n"
6526 msgstr ""
6527
6528 #. type: textblock
6529 #: ../fish/guestfish-actions.pod:926 ../src/guestfs-actions.pod:1412
6530 msgid ""
6531 "This command concatenates the list of C<words> passed with single spaces "
6532 "between them and returns the resulting string."
6533 msgstr ""
6534
6535 #. type: textblock
6536 #: ../fish/guestfish-actions.pod:929 ../src/guestfs-actions.pod:1415
6537 msgid "You can use this command to test the connection through to the daemon."
6538 msgstr ""
6539
6540 #. type: textblock
6541 #: ../fish/guestfish-actions.pod:931
6542 msgid "See also L</ping-daemon>."
6543 msgstr ""
6544
6545 #. type: =head2
6546 #: ../fish/guestfish-actions.pod:933
6547 msgid "egrep"
6548 msgstr "egrep"
6549
6550 #. type: verbatim
6551 #: ../fish/guestfish-actions.pod:935
6552 #, no-wrap
6553 msgid ""
6554 " egrep regex path\n"
6555 "\n"
6556 msgstr ""
6557
6558 #. type: textblock
6559 #: ../fish/guestfish-actions.pod:937 ../src/guestfs-actions.pod:1431
6560 msgid ""
6561 "This calls the external C<egrep> program and returns the matching lines."
6562 msgstr ""
6563
6564 #. type: =head2
6565 #: ../fish/guestfish-actions.pod:943
6566 msgid "egrepi"
6567 msgstr "egrepi"
6568
6569 #. type: verbatim
6570 #: ../fish/guestfish-actions.pod:945
6571 #, no-wrap
6572 msgid ""
6573 " egrepi regex path\n"
6574 "\n"
6575 msgstr ""
6576
6577 #. type: textblock
6578 #: ../fish/guestfish-actions.pod:947 ../src/guestfs-actions.pod:1450
6579 msgid ""
6580 "This calls the external C<egrep -i> program and returns the matching lines."
6581 msgstr ""
6582
6583 #. type: =head2
6584 #: ../fish/guestfish-actions.pod:953
6585 msgid "equal"
6586 msgstr "equal"
6587
6588 #. type: verbatim
6589 #: ../fish/guestfish-actions.pod:955
6590 #, no-wrap
6591 msgid ""
6592 " equal file1 file2\n"
6593 "\n"
6594 msgstr ""
6595 " equal файл1 файл2\n"
6596 "\n"
6597
6598 #. type: textblock
6599 #: ../fish/guestfish-actions.pod:957 ../src/guestfs-actions.pod:1469
6600 msgid ""
6601 "This compares the two files C<file1> and C<file2> and returns true if their "
6602 "content is exactly equal, or false otherwise."
6603 msgstr ""
6604
6605 #. type: textblock
6606 #: ../fish/guestfish-actions.pod:960 ../src/guestfs-actions.pod:1472
6607 msgid "The external L<cmp(1)> program is used for the comparison."
6608 msgstr ""
6609
6610 #. type: =head2
6611 #: ../fish/guestfish-actions.pod:962
6612 msgid "exists"
6613 msgstr "exists"
6614
6615 #. type: verbatim
6616 #: ../fish/guestfish-actions.pod:964
6617 #, no-wrap
6618 msgid ""
6619 " exists path\n"
6620 "\n"
6621 msgstr ""
6622 " exists шлях\n"
6623 "\n"
6624
6625 #. type: textblock
6626 #: ../fish/guestfish-actions.pod:966 ../src/guestfs-actions.pod:1484
6627 msgid ""
6628 "This returns C<true> if and only if there is a file, directory (or anything) "
6629 "with the given C<path> name."
6630 msgstr ""
6631
6632 #. type: textblock
6633 #: ../fish/guestfish-actions.pod:969
6634 msgid "See also L</is-file>, L</is-dir>, L</stat>."
6635 msgstr "Див. також L</is-file>, L</is-dir>, L</stat>."
6636
6637 #. type: =head2
6638 #: ../fish/guestfish-actions.pod:971
6639 msgid "fallocate"
6640 msgstr "fallocate"
6641
6642 #. type: verbatim
6643 #: ../fish/guestfish-actions.pod:973
6644 #, no-wrap
6645 msgid ""
6646 " fallocate path len\n"
6647 "\n"
6648 msgstr ""
6649 " fallocate шлях довжина\n"
6650 "\n"
6651
6652 #. type: textblock
6653 #: ../fish/guestfish-actions.pod:975 ../fish/guestfish-actions.pod:994
6654 #: ../src/guestfs-actions.pod:1500 ../src/guestfs-actions.pod:1526
6655 msgid ""
6656 "This command preallocates a file (containing zero bytes) named C<path> of "
6657 "size C<len> bytes.  If the file exists already, it is overwritten."
6658 msgstr ""
6659
6660 #. type: textblock
6661 #: ../fish/guestfish-actions.pod:979 ../src/guestfs-actions.pod:1504
6662 msgid ""
6663 "Do not confuse this with the guestfish-specific C<alloc> command which "
6664 "allocates a file in the host and attaches it as a device."
6665 msgstr ""
6666
6667 #. type: textblock
6668 #: ../fish/guestfish-actions.pod:983 ../src/guestfs-actions.pod:1510
6669 msgid ""
6670 "This function is deprecated.  In new code, use the C<fallocate64> call "
6671 "instead."
6672 msgstr ""
6673
6674 #. type: =head2
6675 #: ../fish/guestfish-actions.pod:990
6676 msgid "fallocate64"
6677 msgstr "fallocate64"
6678
6679 #. type: verbatim
6680 #: ../fish/guestfish-actions.pod:992
6681 #, no-wrap
6682 msgid ""
6683 " fallocate64 path len\n"
6684 "\n"
6685 msgstr ""
6686 " fallocate64 шлях довжина\n"
6687 "\n"
6688
6689 #. type: textblock
6690 #: ../fish/guestfish-actions.pod:998
6691 msgid ""
6692 "Note that this call allocates disk blocks for the file.  To create a sparse "
6693 "file use L</truncate-size> instead."
6694 msgstr ""
6695
6696 #. type: textblock
6697 #: ../fish/guestfish-actions.pod:1001
6698 msgid ""
6699 "The deprecated call L</fallocate> does the same, but owing to an oversight "
6700 "it only allowed 30 bit lengths to be specified, effectively limiting the "
6701 "maximum size of files created through that call to 1GB."
6702 msgstr ""
6703
6704 #. type: textblock
6705 #: ../fish/guestfish-actions.pod:1006 ../src/guestfs-actions.pod:1538
6706 msgid ""
6707 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
6708 "commands which create a file in the host and attach it as a device."
6709 msgstr ""
6710
6711 #. type: =head2
6712 #: ../fish/guestfish-actions.pod:1010
6713 msgid "fgrep"
6714 msgstr "fgrep"
6715
6716 #. type: verbatim
6717 #: ../fish/guestfish-actions.pod:1012
6718 #, no-wrap
6719 msgid ""
6720 " fgrep pattern path\n"
6721 "\n"
6722 msgstr ""
6723 " fgrep шаблон шлях\n"
6724 "\n"
6725
6726 #. type: textblock
6727 #: ../fish/guestfish-actions.pod:1014 ../src/guestfs-actions.pod:1553
6728 msgid ""
6729 "This calls the external C<fgrep> program and returns the matching lines."
6730 msgstr ""
6731
6732 #. type: =head2
6733 #: ../fish/guestfish-actions.pod:1020
6734 msgid "fgrepi"
6735 msgstr "fgrepi"
6736
6737 #. type: verbatim
6738 #: ../fish/guestfish-actions.pod:1022
6739 #, no-wrap
6740 msgid ""
6741 " fgrepi pattern path\n"
6742 "\n"
6743 msgstr ""
6744 " fgrepi шаблон шлях\n"
6745 "\n"
6746
6747 #. type: textblock
6748 #: ../fish/guestfish-actions.pod:1024 ../src/guestfs-actions.pod:1572
6749 msgid ""
6750 "This calls the external C<fgrep -i> program and returns the matching lines."
6751 msgstr ""
6752
6753 #. type: =head2
6754 #: ../fish/guestfish-actions.pod:1030
6755 msgid "file"
6756 msgstr "file"
6757
6758 #. type: verbatim
6759 #: ../fish/guestfish-actions.pod:1032
6760 #, no-wrap
6761 msgid ""
6762 " file path\n"
6763 "\n"
6764 msgstr ""
6765 " file шлях\n"
6766 "\n"
6767
6768 #. type: textblock
6769 #: ../fish/guestfish-actions.pod:1034 ../src/guestfs-actions.pod:1590
6770 msgid ""
6771 "This call uses the standard L<file(1)> command to determine the type or "
6772 "contents of the file."
6773 msgstr ""
6774
6775 #. type: textblock
6776 #: ../fish/guestfish-actions.pod:1037 ../src/guestfs-actions.pod:1593
6777 msgid ""
6778 "This call will also transparently look inside various types of compressed "
6779 "file."
6780 msgstr ""
6781
6782 #. type: textblock
6783 #: ../fish/guestfish-actions.pod:1040 ../src/guestfs-actions.pod:1596
6784 msgid ""
6785 "The exact command which runs is C<file -zb path>.  Note in particular that "
6786 "the filename is not prepended to the output (the I<-b> option)."
6787 msgstr ""
6788
6789 #. type: textblock
6790 #: ../fish/guestfish-actions.pod:1044 ../src/guestfs-actions.pod:1600
6791 msgid ""
6792 "The output depends on the output of the underlying L<file(1)> command and it "
6793 "can change in future in ways beyond our control.  In other words, the output "
6794 "is not guaranteed by the ABI."
6795 msgstr ""
6796
6797 #. type: textblock
6798 #: ../fish/guestfish-actions.pod:1048
6799 msgid ""
6800 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
6801 "(etc), L</is-zero>."
6802 msgstr ""
6803
6804 #. type: =head2
6805 #: ../fish/guestfish-actions.pod:1051
6806 msgid "file-architecture"
6807 msgstr "file-architecture"
6808
6809 #. type: verbatim
6810 #: ../fish/guestfish-actions.pod:1053
6811 #, no-wrap
6812 msgid ""
6813 " file-architecture filename\n"
6814 "\n"
6815 msgstr ""
6816 " file-architecture назва_файла\n"
6817 "\n"
6818
6819 #. type: textblock
6820 #: ../fish/guestfish-actions.pod:1055 ../src/guestfs-actions.pod:1618
6821 msgid ""
6822 "This detects the architecture of the binary C<filename>, and returns it if "
6823 "known."
6824 msgstr ""
6825
6826 #. type: textblock
6827 #: ../fish/guestfish-actions.pod:1058 ../src/guestfs-actions.pod:1621
6828 msgid "Currently defined architectures are:"
6829 msgstr ""
6830
6831 #. type: =item
6832 #: ../fish/guestfish-actions.pod:1062 ../src/guestfs-actions.pod:1625
6833 msgid "\"i386\""
6834 msgstr "\"i386\""
6835
6836 #. type: textblock
6837 #: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1627
6838 msgid ""
6839 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
6840 "irrespective of the precise processor requirements of the binary."
6841 msgstr ""
6842
6843 #. type: =item
6844 #: ../fish/guestfish-actions.pod:1067 ../src/guestfs-actions.pod:1630
6845 msgid "\"x86_64\""
6846 msgstr "\"x86_64\""
6847
6848 #. type: textblock
6849 #: ../fish/guestfish-actions.pod:1069 ../src/guestfs-actions.pod:1632
6850 msgid "64 bit x86-64."
6851 msgstr ""
6852
6853 #. type: =item
6854 #: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1634
6855 msgid "\"sparc\""
6856 msgstr ""
6857
6858 #. type: textblock
6859 #: ../fish/guestfish-actions.pod:1073 ../src/guestfs-actions.pod:1636
6860 msgid "32 bit SPARC."
6861 msgstr ""
6862
6863 #. type: =item
6864 #: ../fish/guestfish-actions.pod:1075 ../src/guestfs-actions.pod:1638
6865 msgid "\"sparc64\""
6866 msgstr ""
6867
6868 #. type: textblock
6869 #: ../fish/guestfish-actions.pod:1077 ../src/guestfs-actions.pod:1640
6870 msgid "64 bit SPARC V9 and above."
6871 msgstr ""
6872
6873 #. type: =item
6874 #: ../fish/guestfish-actions.pod:1079 ../src/guestfs-actions.pod:1642
6875 msgid "\"ia64\""
6876 msgstr "\"ia64\""
6877
6878 #. type: textblock
6879 #: ../fish/guestfish-actions.pod:1081 ../src/guestfs-actions.pod:1644
6880 msgid "Intel Itanium."
6881 msgstr "Intel Itanium."
6882
6883 #. type: =item
6884 #: ../fish/guestfish-actions.pod:1083 ../src/guestfs-actions.pod:1646
6885 msgid "\"ppc\""
6886 msgstr ""
6887
6888 #. type: textblock
6889 #: ../fish/guestfish-actions.pod:1085 ../src/guestfs-actions.pod:1648
6890 msgid "32 bit Power PC."
6891 msgstr ""
6892
6893 #. type: =item
6894 #: ../fish/guestfish-actions.pod:1087 ../src/guestfs-actions.pod:1650
6895 msgid "\"ppc64\""
6896 msgstr ""
6897
6898 #. type: textblock
6899 #: ../fish/guestfish-actions.pod:1089 ../src/guestfs-actions.pod:1652
6900 msgid "64 bit Power PC."
6901 msgstr ""
6902
6903 #. type: textblock
6904 #: ../fish/guestfish-actions.pod:1093 ../src/guestfs-actions.pod:1656
6905 msgid "Libguestfs may return other architecture strings in future."
6906 msgstr ""
6907
6908 #. type: textblock
6909 #: ../fish/guestfish-actions.pod:1095 ../src/guestfs-actions.pod:1658
6910 msgid "The function works on at least the following types of files:"
6911 msgstr ""
6912
6913 #. type: textblock
6914 #: ../fish/guestfish-actions.pod:1101 ../src/guestfs-actions.pod:1664
6915 msgid "many types of Un*x and Linux binary"
6916 msgstr ""
6917
6918 #. type: textblock
6919 #: ../fish/guestfish-actions.pod:1105 ../src/guestfs-actions.pod:1668
6920 msgid "many types of Un*x and Linux shared library"
6921 msgstr ""
6922
6923 #. type: textblock
6924 #: ../fish/guestfish-actions.pod:1109 ../src/guestfs-actions.pod:1672
6925 msgid "Windows Win32 and Win64 binaries"
6926 msgstr ""
6927
6928 #. type: textblock
6929 #: ../fish/guestfish-actions.pod:1113 ../src/guestfs-actions.pod:1676
6930 msgid "Windows Win32 and Win64 DLLs"
6931 msgstr ""
6932
6933 #. type: textblock
6934 #: ../fish/guestfish-actions.pod:1115 ../src/guestfs-actions.pod:1678
6935 msgid "Win32 binaries and DLLs return C<i386>."
6936 msgstr ""
6937
6938 #. type: textblock
6939 #: ../fish/guestfish-actions.pod:1117 ../src/guestfs-actions.pod:1680
6940 msgid "Win64 binaries and DLLs return C<x86_64>."
6941 msgstr ""
6942
6943 #. type: textblock
6944 #: ../fish/guestfish-actions.pod:1121 ../src/guestfs-actions.pod:1684
6945 msgid "Linux kernel modules"
6946 msgstr ""
6947
6948 #. type: textblock
6949 #: ../fish/guestfish-actions.pod:1125 ../src/guestfs-actions.pod:1688
6950 msgid "Linux new-style initrd images"
6951 msgstr ""
6952
6953 #. type: textblock
6954 #: ../fish/guestfish-actions.pod:1129 ../src/guestfs-actions.pod:1692
6955 msgid "some non-x86 Linux vmlinuz kernels"
6956 msgstr ""
6957
6958 #. type: textblock
6959 #: ../fish/guestfish-actions.pod:1133 ../src/guestfs-actions.pod:1696
6960 msgid "What it can't do currently:"
6961 msgstr ""
6962
6963 #. type: textblock
6964 #: ../fish/guestfish-actions.pod:1139 ../src/guestfs-actions.pod:1702
6965 msgid "static libraries (libfoo.a)"
6966 msgstr ""
6967
6968 #. type: textblock
6969 #: ../fish/guestfish-actions.pod:1143 ../src/guestfs-actions.pod:1706
6970 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
6971 msgstr ""
6972
6973 #. type: textblock
6974 #: ../fish/guestfish-actions.pod:1147 ../src/guestfs-actions.pod:1710
6975 msgid "x86 Linux vmlinuz kernels"
6976 msgstr ""
6977
6978 #. type: textblock
6979 #: ../fish/guestfish-actions.pod:1149 ../src/guestfs-actions.pod:1712
6980 msgid ""
6981 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
6982 "compressed code, and are horribly hard to unpack.  If you want to find the "
6983 "architecture of a kernel, use the architecture of the associated initrd or "
6984 "kernel module(s) instead."
6985 msgstr ""
6986
6987 #. type: =head2
6988 #: ../fish/guestfish-actions.pod:1156
6989 msgid "filesize"
6990 msgstr "filesize"
6991
6992 #. type: verbatim
6993 #: ../fish/guestfish-actions.pod:1158
6994 #, no-wrap
6995 msgid ""
6996 " filesize file\n"
6997 "\n"
6998 msgstr ""
6999 " filesize файл\n"
7000 "\n"
7001
7002 #. type: textblock
7003 #: ../fish/guestfish-actions.pod:1160 ../src/guestfs-actions.pod:1730
7004 msgid "This command returns the size of C<file> in bytes."
7005 msgstr ""
7006
7007 #. type: textblock
7008 #: ../fish/guestfish-actions.pod:1162
7009 msgid ""
7010 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
7011 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
7012 msgstr ""
7013
7014 #. type: =head2
7015 #: ../fish/guestfish-actions.pod:1166
7016 msgid "fill"
7017 msgstr "fill"
7018
7019 #. type: verbatim
7020 #: ../fish/guestfish-actions.pod:1168
7021 #, no-wrap
7022 msgid ""
7023 " fill c len path\n"
7024 "\n"
7025 msgstr ""
7026
7027 #. type: textblock
7028 #: ../fish/guestfish-actions.pod:1170 ../src/guestfs-actions.pod:1748
7029 msgid ""
7030 "This command creates a new file called C<path>.  The initial content of the "
7031 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
7032 "[0..255]>."
7033 msgstr ""
7034
7035 #. type: textblock
7036 #: ../fish/guestfish-actions.pod:1174
7037 msgid ""
7038 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7039 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
7040 "L</fill-pattern>."
7041 msgstr ""
7042
7043 #. type: =head2
7044 #: ../fish/guestfish-actions.pod:1179
7045 msgid "fill-pattern"
7046 msgstr "fill-pattern"
7047
7048 #. type: verbatim
7049 #: ../fish/guestfish-actions.pod:1181
7050 #, no-wrap
7051 msgid ""
7052 " fill-pattern pattern len path\n"
7053 "\n"
7054 msgstr ""
7055
7056 #. type: textblock
7057 #: ../fish/guestfish-actions.pod:1183
7058 msgid ""
7059 "This function is like L</fill> except that it creates a new file of length "
7060 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
7061 "is truncated if necessary to ensure the length of the file is exactly C<len> "
7062 "bytes."
7063 msgstr ""
7064
7065 #. type: =head2
7066 #: ../fish/guestfish-actions.pod:1188
7067 msgid "find"
7068 msgstr "find"
7069
7070 #. type: verbatim
7071 #: ../fish/guestfish-actions.pod:1190
7072 #, no-wrap
7073 msgid ""
7074 " find directory\n"
7075 "\n"
7076 msgstr ""
7077 " find каталог\n"
7078 "\n"
7079
7080 #. type: textblock
7081 #: ../fish/guestfish-actions.pod:1192 ../src/guestfs-actions.pod:1794
7082 msgid ""
7083 "This command lists out all files and directories, recursively, starting at "
7084 "C<directory>.  It is essentially equivalent to running the shell command "
7085 "C<find directory -print> but some post-processing happens on the output, "
7086 "described below."
7087 msgstr ""
7088
7089 #. type: textblock
7090 #: ../fish/guestfish-actions.pod:1197 ../src/guestfs-actions.pod:1799
7091 msgid ""
7092 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7093 "structure was:"
7094 msgstr ""
7095
7096 #. type: verbatim
7097 #: ../fish/guestfish-actions.pod:1200 ../src/guestfs-actions.pod:1802
7098 #, no-wrap
7099 msgid ""
7100 " /tmp/a\n"
7101 " /tmp/b\n"
7102 " /tmp/c/d\n"
7103 "\n"
7104 msgstr ""
7105
7106 #. type: textblock
7107 #: ../fish/guestfish-actions.pod:1204
7108 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
7109 msgstr ""
7110
7111 #. type: verbatim
7112 #: ../fish/guestfish-actions.pod:1207 ../src/guestfs-actions.pod:1809
7113 #, no-wrap
7114 msgid ""
7115 " a\n"
7116 " b\n"
7117 " c\n"
7118 " c/d\n"
7119 "\n"
7120 msgstr ""
7121
7122 #. type: textblock
7123 #: ../fish/guestfish-actions.pod:1212 ../src/guestfs-actions.pod:1814
7124 msgid "If C<directory> is not a directory, then this command returns an error."
7125 msgstr ""
7126
7127 #. type: textblock
7128 #: ../fish/guestfish-actions.pod:1215 ../src/guestfs-actions.pod:1817
7129 msgid "The returned list is sorted."
7130 msgstr ""
7131
7132 #. type: textblock
7133 #: ../fish/guestfish-actions.pod:1217
7134 msgid "See also L</find0>."
7135 msgstr "Див. також L</find0>."
7136
7137 #. type: =head2
7138 #: ../fish/guestfish-actions.pod:1222
7139 msgid "find0"
7140 msgstr "find0"
7141
7142 #. type: verbatim
7143 #: ../fish/guestfish-actions.pod:1224
7144 #, no-wrap
7145 msgid ""
7146 " find0 directory (files|-)\n"
7147 "\n"
7148 msgstr ""
7149 " find0 каталог (файли|-)\n"
7150 "\n"
7151
7152 #. type: textblock
7153 #: ../fish/guestfish-actions.pod:1226 ../src/guestfs-actions.pod:1837
7154 msgid ""
7155 "This command lists out all files and directories, recursively, starting at "
7156 "C<directory>, placing the resulting list in the external file called "
7157 "C<files>."
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../fish/guestfish-actions.pod:1230
7162 msgid ""
7163 "This command works the same way as L</find> with the following exceptions:"
7164 msgstr ""
7165
7166 #. type: textblock
7167 #: ../fish/guestfish-actions.pod:1237 ../src/guestfs-actions.pod:1848
7168 msgid "The resulting list is written to an external file."
7169 msgstr ""
7170
7171 #. type: textblock
7172 #: ../fish/guestfish-actions.pod:1241 ../src/guestfs-actions.pod:1852
7173 msgid ""
7174 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7175 "L<find(1)> option I<-print0>."
7176 msgstr ""
7177
7178 #. type: textblock
7179 #: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:1857
7180 msgid "This command is not limited in the number of names that it can return."
7181 msgstr ""
7182
7183 #. type: textblock
7184 #: ../fish/guestfish-actions.pod:1251 ../src/guestfs-actions.pod:1862
7185 msgid "The result list is not sorted."
7186 msgstr ""
7187
7188 #. type: =head2
7189 #: ../fish/guestfish-actions.pod:1257
7190 msgid "findfs-label"
7191 msgstr "findfs-label"
7192
7193 #. type: verbatim
7194 #: ../fish/guestfish-actions.pod:1259
7195 #, no-wrap
7196 msgid ""
7197 " findfs-label label\n"
7198 "\n"
7199 msgstr ""
7200 " findfs-label мітка\n"
7201 "\n"
7202
7203 #. type: textblock
7204 #: ../fish/guestfish-actions.pod:1261 ../src/guestfs-actions.pod:1876
7205 msgid ""
7206 "This command searches the filesystems and returns the one which has the "
7207 "given label.  An error is returned if no such filesystem can be found."
7208 msgstr ""
7209
7210 #. type: textblock
7211 #: ../fish/guestfish-actions.pod:1265
7212 msgid "To find the label of a filesystem, use L</vfs-label>."
7213 msgstr "Для визначення мітки файлової системи скористайтеся L</vfs-label>."
7214
7215 #. type: =head2
7216 #: ../fish/guestfish-actions.pod:1267
7217 msgid "findfs-uuid"
7218 msgstr "findfs-uuid"
7219
7220 #. type: verbatim
7221 #: ../fish/guestfish-actions.pod:1269
7222 #, no-wrap
7223 msgid ""
7224 " findfs-uuid uuid\n"
7225 "\n"
7226 msgstr ""
7227 " findfs-uuid uuid\n"
7228 "\n"
7229
7230 #. type: textblock
7231 #: ../fish/guestfish-actions.pod:1271 ../src/guestfs-actions.pod:1893
7232 msgid ""
7233 "This command searches the filesystems and returns the one which has the "
7234 "given UUID.  An error is returned if no such filesystem can be found."
7235 msgstr ""
7236
7237 #. type: textblock
7238 #: ../fish/guestfish-actions.pod:1275
7239 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
7240 msgstr "Для визначення UUID файлової системи скористайтеся L</vfs-uuid>."
7241
7242 #. type: =head2
7243 #: ../fish/guestfish-actions.pod:1277
7244 msgid "fsck"
7245 msgstr "fsck"
7246
7247 #. type: verbatim
7248 #: ../fish/guestfish-actions.pod:1279
7249 #, no-wrap
7250 msgid ""
7251 " fsck fstype device\n"
7252 "\n"
7253 msgstr ""
7254 " fsck тип_файлової_системи пристрій\n"
7255 "\n"
7256
7257 #. type: textblock
7258 #: ../fish/guestfish-actions.pod:1281 ../src/guestfs-actions.pod:1911
7259 msgid ""
7260 "This runs the filesystem checker (fsck) on C<device> which should have "
7261 "filesystem type C<fstype>."
7262 msgstr ""
7263
7264 #. type: textblock
7265 #: ../fish/guestfish-actions.pod:1284 ../src/guestfs-actions.pod:1914
7266 msgid ""
7267 "The returned integer is the status.  See L<fsck(8)> for the list of status "
7268 "codes from C<fsck>."
7269 msgstr ""
7270
7271 #. type: textblock
7272 #: ../fish/guestfish-actions.pod:1293 ../src/guestfs-actions.pod:1923
7273 msgid "Multiple status codes can be summed together."
7274 msgstr ""
7275
7276 #. type: textblock
7277 #: ../fish/guestfish-actions.pod:1297 ../src/guestfs-actions.pod:1927
7278 msgid ""
7279 "A non-zero return code can mean \"success\", for example if errors have been "
7280 "corrected on the filesystem."
7281 msgstr ""
7282
7283 #. type: textblock
7284 #: ../fish/guestfish-actions.pod:1302 ../src/guestfs-actions.pod:1932
7285 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
7286 msgstr ""
7287
7288 #. type: textblock
7289 #: ../fish/guestfish-actions.pod:1307 ../src/guestfs-actions.pod:1937
7290 msgid ""
7291 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
7292 msgstr ""
7293
7294 #. type: =head2
7295 #: ../fish/guestfish-actions.pod:1309
7296 msgid "get-append"
7297 msgstr "get-append"
7298
7299 #. type: verbatim
7300 #: ../fish/guestfish-actions.pod:1311
7301 #, no-wrap
7302 msgid ""
7303 " get-append\n"
7304 "\n"
7305 msgstr ""
7306 " get-append\n"
7307 "\n"
7308
7309 #. type: textblock
7310 #: ../fish/guestfish-actions.pod:1313 ../src/guestfs-actions.pod:1948
7311 msgid ""
7312 "Return the additional kernel options which are added to the guest kernel "
7313 "command line."
7314 msgstr ""
7315
7316 #. type: textblock
7317 #: ../fish/guestfish-actions.pod:1316 ../src/guestfs-actions.pod:1951
7318 msgid "If C<NULL> then no options are added."
7319 msgstr ""
7320
7321 #. type: =head2
7322 #: ../fish/guestfish-actions.pod:1318
7323 msgid "get-attach-method"
7324 msgstr "get-attach-method"
7325
7326 #. type: verbatim
7327 #: ../fish/guestfish-actions.pod:1320
7328 #, no-wrap
7329 msgid ""
7330 " get-attach-method\n"
7331 "\n"
7332 msgstr ""
7333 " get-attach-method\n"
7334 "\n"
7335
7336 #. type: textblock
7337 #: ../fish/guestfish-actions.pod:1322
7338 msgid "Return the current attach method.  See L</set-attach-method>."
7339 msgstr ""
7340
7341 #. type: =head2
7342 #: ../fish/guestfish-actions.pod:1324
7343 msgid "get-autosync"
7344 msgstr "get-autosync"
7345
7346 #. type: verbatim
7347 #: ../fish/guestfish-actions.pod:1326
7348 #, no-wrap
7349 msgid ""
7350 " get-autosync\n"
7351 "\n"
7352 msgstr ""
7353 " get-autosync\n"
7354 "\n"
7355
7356 #. type: textblock
7357 #: ../fish/guestfish-actions.pod:1328 ../src/guestfs-actions.pod:1976
7358 msgid "Get the autosync flag."
7359 msgstr ""
7360
7361 #. type: =head2
7362 #: ../fish/guestfish-actions.pod:1330
7363 msgid "get-direct"
7364 msgstr "get-direct"
7365
7366 #. type: verbatim
7367 #: ../fish/guestfish-actions.pod:1332
7368 #, no-wrap
7369 msgid ""
7370 " get-direct\n"
7371 "\n"
7372 msgstr ""
7373 " get-direct\n"
7374 "\n"
7375
7376 #. type: textblock
7377 #: ../fish/guestfish-actions.pod:1334 ../src/guestfs-actions.pod:1987
7378 msgid "Return the direct appliance mode flag."
7379 msgstr ""
7380
7381 #. type: =head2
7382 #: ../fish/guestfish-actions.pod:1336
7383 msgid "get-e2label"
7384 msgstr "get-e2label"
7385
7386 #. type: verbatim
7387 #: ../fish/guestfish-actions.pod:1338
7388 #, no-wrap
7389 msgid ""
7390 " get-e2label device\n"
7391 "\n"
7392 msgstr ""
7393 " get-e2label пристрій\n"
7394 "\n"
7395
7396 #. type: textblock
7397 #: ../fish/guestfish-actions.pod:1340 ../src/guestfs-actions.pod:1999
7398 msgid ""
7399 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
7400 msgstr ""
7401
7402 #. type: textblock
7403 #: ../fish/guestfish-actions.pod:1343 ../src/guestfs-actions.pod:2005
7404 msgid ""
7405 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
7406 msgstr ""
7407
7408 #. type: =head2
7409 #: ../fish/guestfish-actions.pod:1350
7410 msgid "get-e2uuid"
7411 msgstr "get-e2uuid"
7412
7413 #. type: verbatim
7414 #: ../fish/guestfish-actions.pod:1352
7415 #, no-wrap
7416 msgid ""
7417 " get-e2uuid device\n"
7418 "\n"
7419 msgstr ""
7420 " get-e2uuid пристрій\n"
7421 "\n"
7422
7423 #. type: textblock
7424 #: ../fish/guestfish-actions.pod:1354 ../src/guestfs-actions.pod:2020
7425 msgid ""
7426 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
7427 msgstr ""
7428
7429 #. type: textblock
7430 #: ../fish/guestfish-actions.pod:1357 ../src/guestfs-actions.pod:2026
7431 msgid ""
7432 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
7433 msgstr ""
7434
7435 #. type: =head2
7436 #: ../fish/guestfish-actions.pod:1364
7437 msgid "get-memsize"
7438 msgstr "get-memsize"
7439
7440 #. type: verbatim
7441 #: ../fish/guestfish-actions.pod:1366
7442 #, no-wrap
7443 msgid ""
7444 " get-memsize\n"
7445 "\n"
7446 msgstr ""
7447 " get-memsize\n"
7448 "\n"
7449
7450 #. type: textblock
7451 #: ../fish/guestfish-actions.pod:1368 ../src/guestfs-actions.pod:2040
7452 msgid ""
7453 "This gets the memory size in megabytes allocated to the qemu subprocess."
7454 msgstr ""
7455
7456 #. type: textblock
7457 #: ../fish/guestfish-actions.pod:1371
7458 msgid ""
7459 "If L</set-memsize> was not called on this handle, and if "
7460 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
7461 "value for memsize."
7462 msgstr ""
7463
7464 #. type: textblock
7465 #: ../fish/guestfish-actions.pod:1375 ../fish/guestfish-actions.pod:1432
7466 #: ../fish/guestfish-actions.pod:4163 ../fish/guestfish-actions.pod:4265
7467 #: ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:2139
7468 #: ../src/guestfs-actions.pod:6293 ../src/guestfs-actions.pod:6419
7469 msgid ""
7470 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
7471 msgstr ""
7472
7473 #. type: =head2
7474 #: ../fish/guestfish-actions.pod:1378
7475 msgid "get-network"
7476 msgstr "get-network"
7477
7478 #. type: verbatim
7479 #: ../fish/guestfish-actions.pod:1380
7480 #, no-wrap
7481 msgid ""
7482 " get-network\n"
7483 "\n"
7484 msgstr ""
7485 " get-network\n"
7486 "\n"
7487
7488 #. type: textblock
7489 #: ../fish/guestfish-actions.pod:1382 ../src/guestfs-actions.pod:2059
7490 msgid "This returns the enable network flag."
7491 msgstr ""
7492
7493 #. type: =head2
7494 #: ../fish/guestfish-actions.pod:1384
7495 msgid "get-path"
7496 msgstr "get-path"
7497
7498 #. type: verbatim
7499 #: ../fish/guestfish-actions.pod:1386
7500 #, no-wrap
7501 msgid ""
7502 " get-path\n"
7503 "\n"
7504 msgstr ""
7505 " get-path\n"
7506 "\n"
7507
7508 #. type: textblock
7509 #: ../fish/guestfish-actions.pod:1388 ../src/guestfs-actions.pod:2070
7510 msgid "Return the current search path."
7511 msgstr ""
7512
7513 #. type: textblock
7514 #: ../fish/guestfish-actions.pod:1390 ../src/guestfs-actions.pod:2072
7515 msgid ""
7516 "This is always non-NULL.  If it wasn't set already, then this will return "
7517 "the default path."
7518 msgstr ""
7519
7520 #. type: =head2
7521 #: ../fish/guestfish-actions.pod:1393
7522 msgid "get-pgroup"
7523 msgstr ""
7524
7525 #. type: verbatim
7526 #: ../fish/guestfish-actions.pod:1395
7527 #, no-wrap
7528 msgid ""
7529 " get-pgroup\n"
7530 "\n"
7531 msgstr ""
7532
7533 #. type: textblock
7534 #: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2085
7535 msgid "This returns the process group flag."
7536 msgstr ""
7537
7538 #. type: =head2
7539 #: ../fish/guestfish-actions.pod:1399
7540 msgid "get-pid"
7541 msgstr "get-pid"
7542
7543 #. type: =head2
7544 #: ../fish/guestfish-actions.pod:1401
7545 msgid "pid"
7546 msgstr ""
7547
7548 #. type: verbatim
7549 #: ../fish/guestfish-actions.pod:1403
7550 #, no-wrap
7551 msgid ""
7552 " get-pid\n"
7553 "\n"
7554 msgstr ""
7555 " get-pid\n"
7556 "\n"
7557
7558 #. type: textblock
7559 #: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2096
7560 msgid ""
7561 "Return the process ID of the qemu subprocess.  If there is no qemu "
7562 "subprocess, then this will return an error."
7563 msgstr ""
7564
7565 #. type: textblock
7566 #: ../fish/guestfish-actions.pod:1408 ../src/guestfs-actions.pod:2099
7567 msgid "This is an internal call used for debugging and testing."
7568 msgstr ""
7569
7570 #. type: =head2
7571 #: ../fish/guestfish-actions.pod:1410
7572 msgid "get-qemu"
7573 msgstr "get-qemu"
7574
7575 #. type: verbatim
7576 #: ../fish/guestfish-actions.pod:1412
7577 #, no-wrap
7578 msgid ""
7579 " get-qemu\n"
7580 "\n"
7581 msgstr ""
7582 " get-qemu\n"
7583 "\n"
7584
7585 #. type: textblock
7586 #: ../fish/guestfish-actions.pod:1414 ../src/guestfs-actions.pod:2110
7587 msgid "Return the current qemu binary."
7588 msgstr ""
7589
7590 #. type: textblock
7591 #: ../fish/guestfish-actions.pod:1416 ../src/guestfs-actions.pod:2112
7592 msgid ""
7593 "This is always non-NULL.  If it wasn't set already, then this will return "
7594 "the default qemu binary name."
7595 msgstr ""
7596
7597 #. type: =head2
7598 #: ../fish/guestfish-actions.pod:1419
7599 msgid "get-recovery-proc"
7600 msgstr "get-recovery-proc"
7601
7602 #. type: verbatim
7603 #: ../fish/guestfish-actions.pod:1421
7604 #, no-wrap
7605 msgid ""
7606 " get-recovery-proc\n"
7607 "\n"
7608 msgstr ""
7609 " get-recovery-proc\n"
7610 "\n"
7611
7612 #. type: textblock
7613 #: ../fish/guestfish-actions.pod:1423 ../src/guestfs-actions.pod:2125
7614 msgid "Return the recovery process enabled flag."
7615 msgstr ""
7616
7617 #. type: =head2
7618 #: ../fish/guestfish-actions.pod:1425
7619 msgid "get-selinux"
7620 msgstr "get-selinux"
7621
7622 #. type: verbatim
7623 #: ../fish/guestfish-actions.pod:1427
7624 #, no-wrap
7625 msgid ""
7626 " get-selinux\n"
7627 "\n"
7628 msgstr ""
7629 " get-selinux\n"
7630 "\n"
7631
7632 #. type: textblock
7633 #: ../fish/guestfish-actions.pod:1429
7634 msgid ""
7635 "This returns the current setting of the selinux flag which is passed to the "
7636 "appliance at boot time.  See L</set-selinux>."
7637 msgstr ""
7638
7639 #. type: =head2
7640 #: ../fish/guestfish-actions.pod:1435
7641 msgid "get-state"
7642 msgstr "get-state"
7643
7644 #. type: verbatim
7645 #: ../fish/guestfish-actions.pod:1437
7646 #, no-wrap
7647 msgid ""
7648 " get-state\n"
7649 "\n"
7650 msgstr ""
7651 " get-state\n"
7652 "\n"
7653
7654 #. type: textblock
7655 #: ../fish/guestfish-actions.pod:1439 ../src/guestfs-actions.pod:2151
7656 msgid ""
7657 "This returns the current state as an opaque integer.  This is only useful "
7658 "for printing debug and internal error messages."
7659 msgstr ""
7660
7661 #. type: textblock
7662 #: ../fish/guestfish-actions.pod:1442 ../fish/guestfish-actions.pod:2362
7663 #: ../fish/guestfish-actions.pod:2380 ../fish/guestfish-actions.pod:2418
7664 #: ../fish/guestfish-actions.pod:2434 ../src/guestfs-actions.pod:2154
7665 #: ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3463
7666 #: ../src/guestfs-actions.pod:3524 ../src/guestfs-actions.pod:3551
7667 msgid "For more information on states, see L<guestfs(3)>."
7668 msgstr ""
7669
7670 #. type: =head2
7671 #: ../fish/guestfish-actions.pod:1444
7672 msgid "get-trace"
7673 msgstr "get-trace"
7674
7675 #. type: verbatim
7676 #: ../fish/guestfish-actions.pod:1446
7677 #, no-wrap
7678 msgid ""
7679 " get-trace\n"
7680 "\n"
7681 msgstr ""
7682 " get-trace\n"
7683 "\n"
7684
7685 #. type: textblock
7686 #: ../fish/guestfish-actions.pod:1448 ../src/guestfs-actions.pod:2165
7687 msgid "Return the command trace flag."
7688 msgstr ""
7689
7690 #. type: =head2
7691 #: ../fish/guestfish-actions.pod:1450
7692 msgid "get-umask"
7693 msgstr "get-umask"
7694
7695 #. type: verbatim
7696 #: ../fish/guestfish-actions.pod:1452
7697 #, no-wrap
7698 msgid ""
7699 " get-umask\n"
7700 "\n"
7701 msgstr ""
7702 " get-umask\n"
7703 "\n"
7704
7705 #. type: textblock
7706 #: ../fish/guestfish-actions.pod:1454
7707 msgid ""
7708 "Return the current umask.  By default the umask is C<022> unless it has been "
7709 "set by calling L</umask>."
7710 msgstr ""
7711
7712 #. type: =head2
7713 #: ../fish/guestfish-actions.pod:1457
7714 msgid "get-verbose"
7715 msgstr "get-verbose"
7716
7717 #. type: verbatim
7718 #: ../fish/guestfish-actions.pod:1459
7719 #, no-wrap
7720 msgid ""
7721 " get-verbose\n"
7722 "\n"
7723 msgstr ""
7724 " get-verbose\n"
7725 "\n"
7726
7727 #. type: textblock
7728 #: ../fish/guestfish-actions.pod:1461 ../src/guestfs-actions.pod:2188
7729 msgid "This returns the verbose messages flag."
7730 msgstr ""
7731
7732 #. type: =head2
7733 #: ../fish/guestfish-actions.pod:1463
7734 msgid "getcon"
7735 msgstr "getcon"
7736
7737 #. type: verbatim
7738 #: ../fish/guestfish-actions.pod:1465
7739 #, no-wrap
7740 msgid ""
7741 " getcon\n"
7742 "\n"
7743 msgstr ""
7744 " getcon\n"
7745 "\n"
7746
7747 #. type: textblock
7748 #: ../fish/guestfish-actions.pod:1467 ../src/guestfs-actions.pod:2199
7749 msgid "This gets the SELinux security context of the daemon."
7750 msgstr ""
7751
7752 #. type: textblock
7753 #: ../fish/guestfish-actions.pod:1469
7754 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
7755 msgstr ""
7756
7757 #. type: =head2
7758 #: ../fish/guestfish-actions.pod:1472
7759 msgid "getxattr"
7760 msgstr "getxattr"
7761
7762 #. type: verbatim
7763 #: ../fish/guestfish-actions.pod:1474
7764 #, no-wrap
7765 msgid ""
7766 " getxattr path name\n"
7767 "\n"
7768 msgstr ""
7769 " getxattr шлях назва\n"
7770 "\n"
7771
7772 #. type: textblock
7773 #: ../fish/guestfish-actions.pod:1476
7774 msgid ""
7775 "Get a single extended attribute from file C<path> named C<name>.  This call "
7776 "follows symlinks.  If you want to lookup an extended attribute for the "
7777 "symlink itself, use L</lgetxattr>."
7778 msgstr ""
7779
7780 #. type: textblock
7781 #: ../fish/guestfish-actions.pod:1480 ../fish/guestfish-actions.pod:2507
7782 msgid ""
7783 "Normally it is better to get all extended attributes from a file in one go "
7784 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
7785 "buggy and do not provide a way to list out attributes.  For these "
7786 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
7787 "attributes you want in advance and call this function."
7788 msgstr ""
7789
7790 #. type: textblock
7791 #: ../fish/guestfish-actions.pod:1487 ../fish/guestfish-actions.pod:2514
7792 #: ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:3684
7793 msgid ""
7794 "Extended attribute values are blobs of binary data.  If there is no extended "
7795 "attribute named C<name>, this returns an error."
7796 msgstr ""
7797
7798 #. type: textblock
7799 #: ../fish/guestfish-actions.pod:1490
7800 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
7801 msgstr "Див. також L</getxattrs>, L</lgetxattr>, L<attr(5)>."
7802
7803 #. type: =head2
7804 #: ../fish/guestfish-actions.pod:1492
7805 msgid "getxattrs"
7806 msgstr "getxattrs"
7807
7808 #. type: verbatim
7809 #: ../fish/guestfish-actions.pod:1494
7810 #, no-wrap
7811 msgid ""
7812 " getxattrs path\n"
7813 "\n"
7814 msgstr ""
7815 " getxattrs шлях\n"
7816 "\n"
7817
7818 #. type: textblock
7819 #: ../fish/guestfish-actions.pod:1496 ../src/guestfs-actions.pod:2245
7820 msgid ""
7821 "This call lists the extended attributes of the file or directory C<path>."
7822 msgstr ""
7823
7824 #. type: textblock
7825 #: ../fish/guestfish-actions.pod:1499 ../src/guestfs-actions.pod:2248
7826 msgid ""
7827 "At the system call level, this is a combination of the L<listxattr(2)> and "
7828 "L<getxattr(2)> calls."
7829 msgstr ""
7830
7831 #. type: textblock
7832 #: ../fish/guestfish-actions.pod:1502
7833 msgid "See also: L</lgetxattrs>, L<attr(5)>."
7834 msgstr "Див. також L</lgetxattrs>, L<attr(5)>."
7835
7836 #. type: =head2
7837 #: ../fish/guestfish-actions.pod:1504
7838 msgid "glob-expand"
7839 msgstr "glob-expand"
7840
7841 #. type: verbatim
7842 #: ../fish/guestfish-actions.pod:1506
7843 #, no-wrap
7844 msgid ""
7845 " glob-expand pattern\n"
7846 "\n"
7847 msgstr ""
7848 " glob-expand шаблон\n"
7849 "\n"
7850
7851 #. type: textblock
7852 #: ../fish/guestfish-actions.pod:1508 ../src/guestfs-actions.pod:2265
7853 msgid ""
7854 "This command searches for all the pathnames matching C<pattern> according to "
7855 "the wildcard expansion rules used by the shell."
7856 msgstr ""
7857
7858 #. type: textblock
7859 #: ../fish/guestfish-actions.pod:1512 ../src/guestfs-actions.pod:2269
7860 msgid ""
7861 "If no paths match, then this returns an empty list (note: not an error)."
7862 msgstr ""
7863
7864 #. type: textblock
7865 #: ../fish/guestfish-actions.pod:1515 ../src/guestfs-actions.pod:2272
7866 msgid ""
7867 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
7868 "GLOB_BRACE>.  See that manual page for more details."
7869 msgstr ""
7870
7871 #. type: =head2
7872 #: ../fish/guestfish-actions.pod:1519
7873 msgid "grep"
7874 msgstr "grep"
7875
7876 #. type: verbatim
7877 #: ../fish/guestfish-actions.pod:1521
7878 #, no-wrap
7879 msgid ""
7880 " grep regex path\n"
7881 "\n"
7882 msgstr ""
7883 " grepi формальний_вираз шлях\n"
7884 "\n"
7885
7886 #. type: textblock
7887 #: ../fish/guestfish-actions.pod:1523 ../src/guestfs-actions.pod:2289
7888 msgid "This calls the external C<grep> program and returns the matching lines."
7889 msgstr ""
7890
7891 #. type: =head2
7892 #: ../fish/guestfish-actions.pod:1529
7893 msgid "grepi"
7894 msgstr "grepi"
7895
7896 #. type: verbatim
7897 #: ../fish/guestfish-actions.pod:1531
7898 #, no-wrap
7899 msgid ""
7900 " grepi regex path\n"
7901 "\n"
7902 msgstr ""
7903 " grepi формальний_вираз шлях\n"
7904 "\n"
7905
7906 #. type: textblock
7907 #: ../fish/guestfish-actions.pod:1533 ../src/guestfs-actions.pod:2308
7908 msgid ""
7909 "This calls the external C<grep -i> program and returns the matching lines."
7910 msgstr ""
7911
7912 #. type: =head2
7913 #: ../fish/guestfish-actions.pod:1539
7914 msgid "grub-install"
7915 msgstr "grub-install"
7916
7917 #. type: verbatim
7918 #: ../fish/guestfish-actions.pod:1541
7919 #, no-wrap
7920 msgid ""
7921 " grub-install root device\n"
7922 "\n"
7923 msgstr ""
7924 " grub-install кореневий пристрій\n"
7925 "\n"
7926
7927 #. type: textblock
7928 #: ../fish/guestfish-actions.pod:1543 ../src/guestfs-actions.pod:2327
7929 msgid ""
7930 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
7931 "the root directory being C<root>."
7932 msgstr ""
7933
7934 #. type: textblock
7935 #: ../fish/guestfish-actions.pod:1546 ../src/guestfs-actions.pod:2330
7936 msgid ""
7937 "Note: If grub-install reports the error \"No suitable drive was found in the "
7938 "generated device map.\" it may be that you need to create a C</boot/grub/"
7939 "device.map> file first that contains the mapping between grub device names "
7940 "and Linux device names.  It is usually sufficient to create a file "
7941 "containing:"
7942 msgstr ""
7943
7944 #. type: verbatim
7945 #: ../fish/guestfish-actions.pod:1553 ../src/guestfs-actions.pod:2337
7946 #, no-wrap
7947 msgid ""
7948 " (hd0) /dev/vda\n"
7949 "\n"
7950 msgstr ""
7951
7952 #. type: textblock
7953 #: ../fish/guestfish-actions.pod:1555 ../src/guestfs-actions.pod:2339
7954 msgid "replacing C</dev/vda> with the name of the installation device."
7955 msgstr ""
7956
7957 #. type: =head2
7958 #: ../fish/guestfish-actions.pod:1557
7959 msgid "head"
7960 msgstr "head"
7961
7962 #. type: verbatim
7963 #: ../fish/guestfish-actions.pod:1559
7964 #, no-wrap
7965 msgid ""
7966 " head path\n"
7967 "\n"
7968 msgstr ""
7969 " head шлях\n"
7970 "\n"
7971
7972 #. type: textblock
7973 #: ../fish/guestfish-actions.pod:1561 ../src/guestfs-actions.pod:2351
7974 msgid ""
7975 "This command returns up to the first 10 lines of a file as a list of strings."
7976 msgstr ""
7977
7978 #. type: =head2
7979 #: ../fish/guestfish-actions.pod:1567
7980 msgid "head-n"
7981 msgstr "head-n"
7982
7983 #. type: verbatim
7984 #: ../fish/guestfish-actions.pod:1569
7985 #, no-wrap
7986 msgid ""
7987 " head-n nrlines path\n"
7988 "\n"
7989 msgstr ""
7990
7991 #. type: textblock
7992 #: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2370
7993 msgid ""
7994 "If the parameter C<nrlines> is a positive number, this returns the first "
7995 "C<nrlines> lines of the file C<path>."
7996 msgstr ""
7997
7998 #. type: textblock
7999 #: ../fish/guestfish-actions.pod:1574 ../src/guestfs-actions.pod:2373
8000 msgid ""
8001 "If the parameter C<nrlines> is a negative number, this returns lines from "
8002 "the file C<path>, excluding the last C<nrlines> lines."
8003 msgstr ""
8004
8005 #. type: textblock
8006 #: ../fish/guestfish-actions.pod:1577 ../fish/guestfish-actions.pod:4643
8007 #: ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:6991
8008 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8009 msgstr ""
8010
8011 #. type: =head2
8012 #: ../fish/guestfish-actions.pod:1582
8013 msgid "hexdump"
8014 msgstr "hexdump"
8015
8016 #. type: verbatim
8017 #: ../fish/guestfish-actions.pod:1584
8018 #, no-wrap
8019 msgid ""
8020 " hexdump path\n"
8021 "\n"
8022 msgstr ""
8023 " hexdump шлях\n"
8024 "\n"
8025
8026 #. type: textblock
8027 #: ../fish/guestfish-actions.pod:1586 ../src/guestfs-actions.pod:2393
8028 msgid ""
8029 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
8030 "readable, canonical hex dump of the file."
8031 msgstr ""
8032
8033 #. type: =head2
8034 #: ../fish/guestfish-actions.pod:1592
8035 msgid "initrd-cat"
8036 msgstr "initrd-cat"
8037
8038 #. type: verbatim
8039 #: ../fish/guestfish-actions.pod:1594
8040 #, no-wrap
8041 msgid ""
8042 " initrd-cat initrdpath filename\n"
8043 "\n"
8044 msgstr ""
8045 " initrd-cat шлях_initrd назва_файла\n"
8046 "\n"
8047
8048 #. type: textblock
8049 #: ../fish/guestfish-actions.pod:1596 ../src/guestfs-actions.pod:2412
8050 msgid ""
8051 "This command unpacks the file C<filename> from the initrd file called "
8052 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8053 "character."
8054 msgstr ""
8055
8056 #. type: textblock
8057 #: ../fish/guestfish-actions.pod:1600 ../src/guestfs-actions.pod:2416
8058 msgid ""
8059 "For example, in guestfish you could use the following command to examine the "
8060 "boot script (usually called C</init>)  contained in a Linux initrd or "
8061 "initramfs image:"
8062 msgstr ""
8063
8064 #. type: verbatim
8065 #: ../fish/guestfish-actions.pod:1604 ../src/guestfs-actions.pod:2420
8066 #, no-wrap
8067 msgid ""
8068 " initrd-cat /boot/initrd-<version>.img init\n"
8069 "\n"
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../fish/guestfish-actions.pod:1606
8074 msgid "See also L</initrd-list>."
8075 msgstr "Див. також L</initrd-list>."
8076
8077 #. type: =head2
8078 #: ../fish/guestfish-actions.pod:1611
8079 msgid "initrd-list"
8080 msgstr "initrd-list"
8081
8082 #. type: verbatim
8083 #: ../fish/guestfish-actions.pod:1613
8084 #, no-wrap
8085 msgid ""
8086 " initrd-list path\n"
8087 "\n"
8088 msgstr ""
8089 " initrd-list шлях\n"
8090 "\n"
8091
8092 #. type: textblock
8093 #: ../fish/guestfish-actions.pod:1615 ../src/guestfs-actions.pod:2439
8094 msgid "This command lists out files contained in an initrd."
8095 msgstr ""
8096
8097 #. type: textblock
8098 #: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2441
8099 msgid ""
8100 "The files are listed without any initial C</> character.  The files are "
8101 "listed in the order they appear (not necessarily alphabetical).  Directory "
8102 "names are listed as separate items."
8103 msgstr ""
8104
8105 #. type: textblock
8106 #: ../fish/guestfish-actions.pod:1621 ../src/guestfs-actions.pod:2445
8107 msgid ""
8108 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8109 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8110 "files)."
8111 msgstr ""
8112
8113 #. type: =head2
8114 #: ../fish/guestfish-actions.pod:1625
8115 msgid "inotify-add-watch"
8116 msgstr "inotify-add-watch"
8117
8118 #. type: verbatim
8119 #: ../fish/guestfish-actions.pod:1627
8120 #, no-wrap
8121 msgid ""
8122 " inotify-add-watch path mask\n"
8123 "\n"
8124 msgstr ""
8125 " inotify-add-watch шлях маска\n"
8126 "\n"
8127
8128 #. type: textblock
8129 #: ../fish/guestfish-actions.pod:1629 ../src/guestfs-actions.pod:2462
8130 msgid "Watch C<path> for the events listed in C<mask>."
8131 msgstr ""
8132
8133 #. type: textblock
8134 #: ../fish/guestfish-actions.pod:1631 ../src/guestfs-actions.pod:2464
8135 msgid ""
8136 "Note that if C<path> is a directory then events within that directory are "
8137 "watched, but this does I<not> happen recursively (in subdirectories)."
8138 msgstr ""
8139
8140 #. type: textblock
8141 #: ../fish/guestfish-actions.pod:1635 ../src/guestfs-actions.pod:2468
8142 msgid ""
8143 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8144 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8145 msgstr ""
8146
8147 #. type: =head2
8148 #: ../fish/guestfish-actions.pod:1639
8149 msgid "inotify-close"
8150 msgstr "inotify-close"
8151
8152 #. type: verbatim
8153 #: ../fish/guestfish-actions.pod:1641
8154 #, no-wrap
8155 msgid ""
8156 " inotify-close\n"
8157 "\n"
8158 msgstr ""
8159 " inotify-close\n"
8160 "\n"
8161
8162 #. type: textblock
8163 #: ../fish/guestfish-actions.pod:1643 ../src/guestfs-actions.pod:2481
8164 msgid ""
8165 "This closes the inotify handle which was previously opened by inotify_init.  "
8166 "It removes all watches, throws away any pending events, and deallocates all "
8167 "resources."
8168 msgstr ""
8169
8170 #. type: =head2
8171 #: ../fish/guestfish-actions.pod:1647
8172 msgid "inotify-files"
8173 msgstr "inotify-files"
8174
8175 #. type: verbatim
8176 #: ../fish/guestfish-actions.pod:1649
8177 #, no-wrap
8178 msgid ""
8179 " inotify-files\n"
8180 "\n"
8181 msgstr ""
8182 " inotify-files\n"
8183 "\n"
8184
8185 #. type: textblock
8186 #: ../fish/guestfish-actions.pod:1651
8187 msgid ""
8188 "This function is a helpful wrapper around L</inotify-read> which just "
8189 "returns a list of pathnames of objects that were touched.  The returned "
8190 "pathnames are sorted and deduplicated."
8191 msgstr ""
8192
8193 #. type: =head2
8194 #: ../fish/guestfish-actions.pod:1655
8195 msgid "inotify-init"
8196 msgstr "inotify-init"
8197
8198 #. type: verbatim
8199 #: ../fish/guestfish-actions.pod:1657
8200 #, no-wrap
8201 msgid ""
8202 " inotify-init maxevents\n"
8203 "\n"
8204 msgstr ""
8205
8206 #. type: textblock
8207 #: ../fish/guestfish-actions.pod:1659 ../src/guestfs-actions.pod:2510
8208 msgid ""
8209 "This command creates a new inotify handle.  The inotify subsystem can be "
8210 "used to notify events which happen to objects in the guest filesystem."
8211 msgstr ""
8212
8213 #. type: textblock
8214 #: ../fish/guestfish-actions.pod:1663
8215 msgid ""
8216 "C<maxevents> is the maximum number of events which will be queued up between "
8217 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
8218 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
8219 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
8220 "but records the fact that it threw them away by setting a flag "
8221 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
8222 msgstr ""
8223
8224 #. type: textblock
8225 #: ../fish/guestfish-actions.pod:1673
8226 msgid ""
8227 "Before any events are generated, you have to add some watches to the "
8228 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
8229 "L</inotify-watch-all>."
8230 msgstr ""
8231
8232 #. type: textblock
8233 #: ../fish/guestfish-actions.pod:1679
8234 msgid ""
8235 "Queued up events should be read periodically by calling L</inotify-read> (or "
8236 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
8237 "If you don't read the events out often enough then you risk the internal "
8238 "queue overflowing."
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../fish/guestfish-actions.pod:1686
8243 msgid ""
8244 "The handle should be closed after use by calling L</inotify-close>.  This "
8245 "also removes any watches automatically."
8246 msgstr ""
8247
8248 #. type: textblock
8249 #: ../fish/guestfish-actions.pod:1690 ../src/guestfs-actions.pod:2541
8250 msgid ""
8251 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
8252 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
8253 "that there is one global inotify handle per libguestfs instance."
8254 msgstr ""
8255
8256 #. type: =head2
8257 #: ../fish/guestfish-actions.pod:1695
8258 msgid "inotify-read"
8259 msgstr "inotify-read"
8260
8261 #. type: verbatim
8262 #: ../fish/guestfish-actions.pod:1697
8263 #, no-wrap
8264 msgid ""
8265 " inotify-read\n"
8266 "\n"
8267 msgstr ""
8268 " inotify-read\n"
8269 "\n"
8270
8271 #. type: textblock
8272 #: ../fish/guestfish-actions.pod:1699 ../src/guestfs-actions.pod:2555
8273 msgid ""
8274 "Return the complete queue of events that have happened since the previous "
8275 "read call."
8276 msgstr ""
8277
8278 #. type: textblock
8279 #: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2558
8280 msgid "If no events have happened, this returns an empty list."
8281 msgstr ""
8282
8283 #. type: textblock
8284 #: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2560
8285 msgid ""
8286 "I<Note>: In order to make sure that all events have been read, you must call "
8287 "this function repeatedly until it returns an empty list.  The reason is that "
8288 "the call will read events up to the maximum appliance-to-host message size "
8289 "and leave remaining events in the queue."
8290 msgstr ""
8291
8292 #. type: =head2
8293 #: ../fish/guestfish-actions.pod:1710
8294 msgid "inotify-rm-watch"
8295 msgstr "inotify-rm-watch"
8296
8297 #. type: verbatim
8298 #: ../fish/guestfish-actions.pod:1712
8299 #, no-wrap
8300 msgid ""
8301 " inotify-rm-watch wd\n"
8302 "\n"
8303 msgstr ""
8304
8305 #. type: textblock
8306 #: ../fish/guestfish-actions.pod:1714
8307 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
8308 msgstr ""
8309
8310 #. type: =head2
8311 #: ../fish/guestfish-actions.pod:1717
8312 msgid "inspect-get-arch"
8313 msgstr "inspect-get-arch"
8314
8315 #. type: verbatim
8316 #: ../fish/guestfish-actions.pod:1719
8317 #, no-wrap
8318 msgid ""
8319 " inspect-get-arch root\n"
8320 "\n"
8321 msgstr ""
8322 " inspect-get-arch корінь\n"
8323 "\n"
8324
8325 #. type: textblock
8326 #: ../fish/guestfish-actions.pod:1721
8327 msgid ""
8328 "This returns the architecture of the inspected operating system.  The "
8329 "possible return values are listed under L</file-architecture>."
8330 msgstr ""
8331
8332 #. type: textblock
8333 #: ../fish/guestfish-actions.pod:1725 ../src/guestfs-actions.pod:2595
8334 msgid ""
8335 "If the architecture could not be determined, then the string C<unknown> is "
8336 "returned."
8337 msgstr ""
8338
8339 #. type: textblock
8340 #: ../fish/guestfish-actions.pod:1728 ../fish/guestfish-actions.pod:1811
8341 #: ../fish/guestfish-actions.pod:1890 ../fish/guestfish-actions.pod:1902
8342 #: ../fish/guestfish-actions.pod:1986 ../fish/guestfish-actions.pod:2047
8343 #: ../fish/guestfish-actions.pod:2068 ../fish/guestfish-actions.pod:2082
8344 #: ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2154
8345 #: ../fish/guestfish-actions.pod:2167 ../fish/guestfish-actions.pod:2180
8346 #: ../fish/guestfish-actions.pod:2190 ../fish/guestfish-actions.pod:2200
8347 #: ../fish/guestfish-actions.pod:2212 ../fish/guestfish-actions.pod:2308
8348 #: ../fish/guestfish-actions.pod:2342 ../src/guestfs-actions.pod:2598
8349 #: ../src/guestfs-actions.pod:2688 ../src/guestfs-actions.pod:2792
8350 #: ../src/guestfs-actions.pod:2811 ../src/guestfs-actions.pod:2942
8351 #: ../src/guestfs-actions.pod:3025 ../src/guestfs-actions.pod:3053
8352 #: ../src/guestfs-actions.pod:3074 ../src/guestfs-actions.pod:3127
8353 #: ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3187
8354 #: ../src/guestfs-actions.pod:3207 ../src/guestfs-actions.pod:3224
8355 #: ../src/guestfs-actions.pod:3240 ../src/guestfs-actions.pod:3258
8356 #: ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:3401
8357 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
8358 msgstr ""
8359
8360 #. type: =head2
8361 #: ../fish/guestfish-actions.pod:1730
8362 msgid "inspect-get-distro"
8363 msgstr "inspect-get-distro"
8364
8365 #. type: verbatim
8366 #: ../fish/guestfish-actions.pod:1732
8367 #, no-wrap
8368 msgid ""
8369 " inspect-get-distro root\n"
8370 "\n"
8371 msgstr ""
8372 " inspect-get-distro корінь\n"
8373 "\n"
8374
8375 #. type: textblock
8376 #: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2611
8377 msgid ""
8378 "This returns the distro (distribution) of the inspected operating system."
8379 msgstr ""
8380
8381 #. type: textblock
8382 #: ../fish/guestfish-actions.pod:1737 ../src/guestfs-actions.pod:2614
8383 msgid "Currently defined distros are:"
8384 msgstr ""
8385
8386 #. type: =item
8387 #: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2618
8388 msgid "\"archlinux\""
8389 msgstr "\"archlinux\""
8390
8391 #. type: textblock
8392 #: ../fish/guestfish-actions.pod:1743 ../src/guestfs-actions.pod:2620
8393 msgid "Arch Linux."
8394 msgstr "Arch Linux."
8395
8396 #. type: =item
8397 #: ../fish/guestfish-actions.pod:1745 ../src/guestfs-actions.pod:2622
8398 msgid "\"centos\""
8399 msgstr ""
8400
8401 #. type: textblock
8402 #: ../fish/guestfish-actions.pod:1747 ../src/guestfs-actions.pod:2624
8403 msgid "CentOS."
8404 msgstr ""
8405
8406 #. type: =item
8407 #: ../fish/guestfish-actions.pod:1749 ../src/guestfs-actions.pod:2626
8408 msgid "\"debian\""
8409 msgstr "\"debian\""
8410
8411 #. type: textblock
8412 #: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2628
8413 msgid "Debian."
8414 msgstr "Debian."
8415
8416 #. type: =item
8417 #: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2630
8418 msgid "\"fedora\""
8419 msgstr "\"fedora\""
8420
8421 #. type: textblock
8422 #: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2632
8423 msgid "Fedora."
8424 msgstr "Fedora."
8425
8426 #. type: =item
8427 #: ../fish/guestfish-actions.pod:1757 ../src/guestfs-actions.pod:2634
8428 msgid "\"gentoo\""
8429 msgstr "\"gentoo\""
8430
8431 #. type: textblock
8432 #: ../fish/guestfish-actions.pod:1759 ../src/guestfs-actions.pod:2636
8433 msgid "Gentoo."
8434 msgstr "Gentoo."
8435
8436 #. type: =item
8437 #: ../fish/guestfish-actions.pod:1761 ../src/guestfs-actions.pod:2638
8438 msgid "\"linuxmint\""
8439 msgstr "\"linuxmint\""
8440
8441 #. type: textblock
8442 #: ../fish/guestfish-actions.pod:1763 ../src/guestfs-actions.pod:2640
8443 msgid "Linux Mint."
8444 msgstr "Linux Mint."
8445
8446 #. type: =item
8447 #: ../fish/guestfish-actions.pod:1765 ../src/guestfs-actions.pod:2642
8448 msgid "\"mandriva\""
8449 msgstr "\"mandriva\""
8450
8451 #. type: textblock
8452 #: ../fish/guestfish-actions.pod:1767 ../src/guestfs-actions.pod:2644
8453 msgid "Mandriva."
8454 msgstr "Mandriva."
8455
8456 #. type: =item
8457 #: ../fish/guestfish-actions.pod:1769 ../src/guestfs-actions.pod:2646
8458 msgid "\"meego\""
8459 msgstr "\"meego\""
8460
8461 #. type: textblock
8462 #: ../fish/guestfish-actions.pod:1771 ../src/guestfs-actions.pod:2648
8463 msgid "MeeGo."
8464 msgstr "MeeGo."
8465
8466 #. type: =item
8467 #: ../fish/guestfish-actions.pod:1773 ../src/guestfs-actions.pod:2650
8468 msgid "\"pardus\""
8469 msgstr "\"pardus\""
8470
8471 #. type: textblock
8472 #: ../fish/guestfish-actions.pod:1775 ../src/guestfs-actions.pod:2652
8473 msgid "Pardus."
8474 msgstr "Pardus."
8475
8476 #. type: =item
8477 #: ../fish/guestfish-actions.pod:1777 ../src/guestfs-actions.pod:2654
8478 msgid "\"redhat-based\""
8479 msgstr "\"redhat-based\""
8480
8481 #. type: textblock
8482 #: ../fish/guestfish-actions.pod:1779 ../src/guestfs-actions.pod:2656
8483 msgid "Some Red Hat-derived distro."
8484 msgstr "Дистрибутив, що походить від Red Hat."
8485
8486 #. type: =item
8487 #: ../fish/guestfish-actions.pod:1781 ../src/guestfs-actions.pod:2658
8488 msgid "\"rhel\""
8489 msgstr "\"rhel\""
8490
8491 #. type: textblock
8492 #: ../fish/guestfish-actions.pod:1783 ../src/guestfs-actions.pod:2660
8493 msgid "Red Hat Enterprise Linux."
8494 msgstr ""
8495
8496 #. type: =item
8497 #: ../fish/guestfish-actions.pod:1785 ../src/guestfs-actions.pod:2662
8498 msgid "\"scientificlinux\""
8499 msgstr ""
8500
8501 #. type: textblock
8502 #: ../fish/guestfish-actions.pod:1787 ../src/guestfs-actions.pod:2664
8503 msgid "Scientific Linux."
8504 msgstr ""
8505
8506 #. type: =item
8507 #: ../fish/guestfish-actions.pod:1789 ../src/guestfs-actions.pod:2666
8508 msgid "\"slackware\""
8509 msgstr ""
8510
8511 #. type: textblock
8512 #: ../fish/guestfish-actions.pod:1791 ../src/guestfs-actions.pod:2668
8513 msgid "Slackware."
8514 msgstr ""
8515
8516 #. type: =item
8517 #: ../fish/guestfish-actions.pod:1793 ../src/guestfs-actions.pod:2670
8518 msgid "\"ubuntu\""
8519 msgstr "\"ubuntu\""
8520
8521 #. type: textblock
8522 #: ../fish/guestfish-actions.pod:1795 ../src/guestfs-actions.pod:2672
8523 msgid "Ubuntu."
8524 msgstr "Ubuntu."
8525
8526 #. type: =item
8527 #: ../fish/guestfish-actions.pod:1797 ../fish/guestfish-actions.pod:1881
8528 #: ../fish/guestfish-actions.pod:2145 ../src/guestfs-actions.pod:2674
8529 #: ../src/guestfs-actions.pod:2783 ../src/guestfs-actions.pod:3158
8530 msgid "\"unknown\""
8531 msgstr "\"unknown\""
8532
8533 #. type: textblock
8534 #: ../fish/guestfish-actions.pod:1799 ../src/guestfs-actions.pod:2676
8535 msgid "The distro could not be determined."
8536 msgstr "Дистрибутив, тип якого не вдалося визначити."
8537
8538 #. type: =item
8539 #: ../fish/guestfish-actions.pod:1801 ../fish/guestfish-actions.pod:2137
8540 #: ../src/guestfs-actions.pod:2678 ../src/guestfs-actions.pod:3150
8541 msgid "\"windows\""
8542 msgstr "\"windows\""
8543
8544 #. type: textblock
8545 #: ../fish/guestfish-actions.pod:1803 ../src/guestfs-actions.pod:2680
8546 msgid ""
8547 "Windows does not have distributions.  This string is returned if the OS type "
8548 "is Windows."
8549 msgstr ""
8550
8551 #. type: textblock
8552 #: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:1887
8553 #: ../fish/guestfish-actions.pod:2151 ../src/guestfs-actions.pod:2685
8554 #: ../src/guestfs-actions.pod:2789 ../src/guestfs-actions.pod:3164
8555 msgid ""
8556 "Future versions of libguestfs may return other strings here.  The caller "
8557 "should be prepared to handle any string."
8558 msgstr ""
8559
8560 #. type: =head2
8561 #: ../fish/guestfish-actions.pod:1813
8562 msgid "inspect-get-drive-mappings"
8563 msgstr ""
8564
8565 #. type: verbatim
8566 #: ../fish/guestfish-actions.pod:1815
8567 #, no-wrap
8568 msgid ""
8569 " inspect-get-drive-mappings root\n"
8570 "\n"
8571 msgstr ""
8572
8573 #. type: textblock
8574 #: ../fish/guestfish-actions.pod:1817 ../src/guestfs-actions.pod:2701
8575 msgid ""
8576 "This call is useful for Windows which uses a primitive system of assigning "
8577 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
8578 "Windows Registry to find out how disks/partitions are mapped to drive "
8579 "letters, and returns a hash table as in the example below:"
8580 msgstr ""
8581
8582 #. type: verbatim
8583 #: ../fish/guestfish-actions.pod:1823 ../src/guestfs-actions.pod:2707
8584 #, no-wrap
8585 msgid ""
8586 " C      =>     /dev/vda2\n"
8587 " E      =>     /dev/vdb1\n"
8588 " F      =>     /dev/vdc1\n"
8589 "\n"
8590 msgstr ""
8591
8592 #. type: textblock
8593 #: ../fish/guestfish-actions.pod:1827 ../src/guestfs-actions.pod:2711
8594 msgid ""
8595 "Note that keys are drive letters.  For Windows, the key is case insensitive "
8596 "and just contains the drive letter, without the customary colon separator "
8597 "character."
8598 msgstr ""
8599
8600 #. type: textblock
8601 #: ../fish/guestfish-actions.pod:1831 ../src/guestfs-actions.pod:2715
8602 msgid ""
8603 "In future we may support other operating systems that also used drive "
8604 "letters, but the keys for those might not be case insensitive and might be "
8605 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
8606 "C<h1> etc."
8607 msgstr ""
8608
8609 #. type: textblock
8610 #: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2720
8611 msgid ""
8612 "For Windows guests, currently only hard drive mappings are returned.  "
8613 "Removable disks (eg. DVD-ROMs) are ignored."
8614 msgstr ""
8615
8616 #. type: textblock
8617 #: ../fish/guestfish-actions.pod:1839 ../src/guestfs-actions.pod:2723
8618 msgid ""
8619 "For guests that do not use drive mappings, or if the drive mappings could "
8620 "not be determined, this returns an empty hash table."
8621 msgstr ""
8622
8623 #. type: textblock
8624 #: ../fish/guestfish-actions.pod:1842
8625 msgid ""
8626 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
8627 "get-mountpoints>, L</inspect-get-filesystems>."
8628 msgstr ""
8629
8630 #. type: =head2
8631 #: ../fish/guestfish-actions.pod:1846
8632 msgid "inspect-get-filesystems"
8633 msgstr "inspect-get-filesystems"
8634
8635 #. type: verbatim
8636 #: ../fish/guestfish-actions.pod:1848
8637 #, no-wrap
8638 msgid ""
8639 " inspect-get-filesystems root\n"
8640 "\n"
8641 msgstr ""
8642 " inspect-get-filesystems корінь\n"
8643 "\n"
8644
8645 #. type: textblock
8646 #: ../fish/guestfish-actions.pod:1850 ../src/guestfs-actions.pod:2744
8647 msgid ""
8648 "This returns a list of all the filesystems that we think are associated with "
8649 "this operating system.  This includes the root filesystem, other ordinary "
8650 "filesystems, and non-mounted devices like swap partitions."
8651 msgstr ""
8652
8653 #. type: textblock
8654 #: ../fish/guestfish-actions.pod:1855 ../src/guestfs-actions.pod:2749
8655 msgid ""
8656 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
8657 "to be shared between operating systems."
8658 msgstr ""
8659
8660 #. type: textblock
8661 #: ../fish/guestfish-actions.pod:1858
8662 msgid ""
8663 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
8664 "get-mountpoints>."
8665 msgstr ""
8666
8667 #. type: =head2
8668 #: ../fish/guestfish-actions.pod:1861
8669 msgid "inspect-get-format"
8670 msgstr "inspect-get-format"
8671
8672 #. type: verbatim
8673 #: ../fish/guestfish-actions.pod:1863
8674 #, no-wrap
8675 msgid ""
8676 " inspect-get-format root\n"
8677 "\n"
8678 msgstr ""
8679 " inspect-get-format корінь\n"
8680 "\n"
8681
8682 #. type: textblock
8683 #: ../fish/guestfish-actions.pod:1865 ../src/guestfs-actions.pod:2767
8684 msgid ""
8685 "This returns the format of the inspected operating system.  You can use it "
8686 "to detect install images, live CDs and similar."
8687 msgstr ""
8688
8689 #. type: textblock
8690 #: ../fish/guestfish-actions.pod:1868 ../src/guestfs-actions.pod:2770
8691 msgid "Currently defined formats are:"
8692 msgstr ""
8693
8694 #. type: =item
8695 #: ../fish/guestfish-actions.pod:1872 ../src/guestfs-actions.pod:2774
8696 msgid "\"installed\""
8697 msgstr "\"installed\""
8698
8699 #. type: textblock
8700 #: ../fish/guestfish-actions.pod:1874 ../src/guestfs-actions.pod:2776
8701 msgid "This is an installed operating system."
8702 msgstr "Це встановлена операційна система."
8703
8704 #. type: =item
8705 #: ../fish/guestfish-actions.pod:1876 ../src/guestfs-actions.pod:2778
8706 msgid "\"installer\""
8707 msgstr ""
8708
8709 #. type: textblock
8710 #: ../fish/guestfish-actions.pod:1878 ../src/guestfs-actions.pod:2780
8711 msgid ""
8712 "The disk image being inspected is not an installed operating system, but a "
8713 "I<bootable> install disk, live CD, or similar."
8714 msgstr ""
8715
8716 #. type: textblock
8717 #: ../fish/guestfish-actions.pod:1883 ../src/guestfs-actions.pod:2785
8718 msgid "The format of this disk image is not known."
8719 msgstr ""
8720
8721 #. type: =head2
8722 #: ../fish/guestfish-actions.pod:1892
8723 msgid "inspect-get-hostname"
8724 msgstr "inspect-get-hostname"
8725
8726 #. type: verbatim
8727 #: ../fish/guestfish-actions.pod:1894
8728 #, no-wrap
8729 msgid ""
8730 " inspect-get-hostname root\n"
8731 "\n"
8732 msgstr ""
8733 " inspect-get-hostname корінь\n"
8734 "\n"
8735
8736 #. type: textblock
8737 #: ../fish/guestfish-actions.pod:1896 ../src/guestfs-actions.pod:2805
8738 msgid ""
8739 "This function returns the hostname of the operating system as found by "
8740 "inspection of the guest's configuration files."
8741 msgstr ""
8742
8743 #. type: textblock
8744 #: ../fish/guestfish-actions.pod:1899 ../src/guestfs-actions.pod:2808
8745 msgid ""
8746 "If the hostname could not be determined, then the string C<unknown> is "
8747 "returned."
8748 msgstr ""
8749
8750 #. type: =head2
8751 #: ../fish/guestfish-actions.pod:1904
8752 msgid "inspect-get-icon"
8753 msgstr ""
8754
8755 #. type: verbatim
8756 #: ../fish/guestfish-actions.pod:1906
8757 #, no-wrap
8758 msgid ""
8759 " inspect-get-icon root [favicon:..] [highquality:..]\n"
8760 "\n"
8761 msgstr ""
8762
8763 #. type: textblock
8764 #: ../fish/guestfish-actions.pod:1908 ../src/guestfs-actions.pod:2834
8765 msgid ""
8766 "This function returns an icon corresponding to the inspected operating "
8767 "system.  The icon is returned as a buffer containing a PNG image (re-encoded "
8768 "to PNG if necessary)."
8769 msgstr ""
8770
8771 #. type: textblock
8772 #: ../fish/guestfish-actions.pod:1912 ../src/guestfs-actions.pod:2838
8773 msgid ""
8774 "If it was not possible to get an icon this function returns a zero-length "
8775 "(non-NULL) buffer.  I<Callers must check for this case>."
8776 msgstr ""
8777
8778 #. type: textblock
8779 #: ../fish/guestfish-actions.pod:1915 ../src/guestfs-actions.pod:2841
8780 msgid ""
8781 "Libguestfs will start by looking for a file called C</etc/favicon.png> or "
8782 "C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
8783 "this file will be returned.  You can disable favicons by passing the "
8784 "optional C<favicon> boolean as false (default is true)."
8785 msgstr ""
8786
8787 #. type: textblock
8788 #: ../fish/guestfish-actions.pod:1921 ../src/guestfs-actions.pod:2847
8789 msgid ""
8790 "If finding the favicon fails, then we look in other places in the guest for "
8791 "a suitable icon."
8792 msgstr ""
8793
8794 #. type: textblock
8795 #: ../fish/guestfish-actions.pod:1924 ../src/guestfs-actions.pod:2850
8796 msgid ""
8797 "If the optional C<highquality> boolean is true then only high quality icons "
8798 "are returned, which means only icons of high resolution with an alpha "
8799 "channel.  The default (false) is to return any icon we can, even if it is of "
8800 "substandard quality."
8801 msgstr ""
8802
8803 #. type: textblock
8804 #: ../fish/guestfish-actions.pod:1935 ../src/guestfs-actions.pod:2861
8805 msgid ""
8806 "Unlike most other inspection API calls, the guest's disks must be mounted up "
8807 "before you call this, since it needs to read information from the guest "
8808 "filesystem during the call."
8809 msgstr ""
8810
8811 #. type: textblock
8812 #: ../fish/guestfish-actions.pod:1941 ../src/guestfs-actions.pod:2867
8813 msgid ""
8814 "B<Security:> The icon data comes from the untrusted guest, and should be "
8815 "treated with caution.  PNG files have been known to contain exploits.  "
8816 "Ensure that libpng (or other relevant libraries) are fully up to date before "
8817 "trying to process or display the icon."
8818 msgstr ""
8819
8820 #. type: textblock
8821 #: ../fish/guestfish-actions.pod:1949 ../src/guestfs-actions.pod:2875
8822 msgid ""
8823 "The PNG image returned can be any size.  It might not be square.  Libguestfs "
8824 "tries to return the largest, highest quality icon available.  The "
8825 "application must scale the icon to the required size."
8826 msgstr ""
8827
8828 #. type: textblock
8829 #: ../fish/guestfish-actions.pod:1956 ../src/guestfs-actions.pod:2882
8830 msgid ""
8831 "Extracting icons from Windows guests requires the external C<wrestool> "
8832 "program from the C<icoutils> package, and several programs (C<bmptopnm>, "
8833 "C<pnmtopng>, C<pamcut>)  from the C<netpbm> package.  These must be "
8834 "installed separately."
8835 msgstr ""
8836
8837 #. type: textblock
8838 #: ../fish/guestfish-actions.pod:1963 ../src/guestfs-actions.pod:2889
8839 msgid ""
8840 "Operating system icons are usually trademarks.  Seek legal advice before "
8841 "using trademarks in applications."
8842 msgstr ""
8843
8844 #. type: =head2
8845 #: ../fish/guestfish-actions.pod:1970
8846 msgid "inspect-get-major-version"
8847 msgstr "inspect-get-major-version"
8848
8849 #. type: verbatim
8850 #: ../fish/guestfish-actions.pod:1972
8851 #, no-wrap
8852 msgid ""
8853 " inspect-get-major-version root\n"
8854 "\n"
8855 msgstr ""
8856 " inspect-get-major-version корінь\n"
8857 "\n"
8858
8859 #. type: textblock
8860 #: ../fish/guestfish-actions.pod:1974 ../src/guestfs-actions.pod:2930
8861 msgid ""
8862 "This returns the major version number of the inspected operating system."
8863 msgstr ""
8864
8865 #. type: textblock
8866 #: ../fish/guestfish-actions.pod:1977 ../src/guestfs-actions.pod:2933
8867 msgid ""
8868 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
8869 "popular public names used by the operating system.  Notably the operating "
8870 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
8871 "1).  You can find out the real versions corresponding to releases of Windows "
8872 "by consulting Wikipedia or MSDN."
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:1995
8877 #: ../src/guestfs-actions.pod:2940 ../src/guestfs-actions.pod:2957
8878 msgid "If the version could not be determined, then C<0> is returned."
8879 msgstr ""
8880
8881 #. type: =head2
8882 #: ../fish/guestfish-actions.pod:1988
8883 msgid "inspect-get-minor-version"
8884 msgstr "inspect-get-minor-version"
8885
8886 #. type: verbatim
8887 #: ../fish/guestfish-actions.pod:1990
8888 #, no-wrap
8889 msgid ""
8890 " inspect-get-minor-version root\n"
8891 "\n"
8892 msgstr ""
8893 " inspect-get-minor-version корінь\n"
8894 "\n"
8895
8896 #. type: textblock
8897 #: ../fish/guestfish-actions.pod:1992 ../src/guestfs-actions.pod:2954
8898 msgid ""
8899 "This returns the minor version number of the inspected operating system."
8900 msgstr ""
8901
8902 #. type: textblock
8903 #: ../fish/guestfish-actions.pod:1997
8904 msgid ""
8905 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
8906 "get-major-version>."
8907 msgstr ""
8908
8909 #. type: =head2
8910 #: ../fish/guestfish-actions.pod:2000
8911 msgid "inspect-get-mountpoints"
8912 msgstr "inspect-get-mountpoints"
8913
8914 #. type: verbatim
8915 #: ../fish/guestfish-actions.pod:2002
8916 #, no-wrap
8917 msgid ""
8918 " inspect-get-mountpoints root\n"
8919 "\n"
8920 msgstr ""
8921 " inspect-get-mountpoints корінь\n"
8922 "\n"
8923
8924 #. type: textblock
8925 #: ../fish/guestfish-actions.pod:2004 ../src/guestfs-actions.pod:2972
8926 msgid ""
8927 "This returns a hash of where we think the filesystems associated with this "
8928 "operating system should be mounted.  Callers should note that this is at "
8929 "best an educated guess made by reading configuration files such as C</etc/"
8930 "fstab>.  I<In particular note> that this may return filesystems which are "
8931 "non-existent or not mountable and callers should be prepared to handle or "
8932 "ignore failures if they try to mount them."
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../fish/guestfish-actions.pod:2013 ../src/guestfs-actions.pod:2981
8937 msgid ""
8938 "Each element in the returned hashtable has a key which is the path of the "
8939 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
8940 "mounted there (eg. C</dev/sda1>)."
8941 msgstr ""
8942
8943 #. type: textblock
8944 #: ../fish/guestfish-actions.pod:2018 ../src/guestfs-actions.pod:2986
8945 msgid ""
8946 "Non-mounted devices such as swap devices are I<not> returned in this list."
8947 msgstr ""
8948
8949 #. type: textblock
8950 #: ../fish/guestfish-actions.pod:2021
8951 msgid ""
8952 "For operating systems like Windows which still use drive letters, this call "
8953 "will only return an entry for the first drive \"mounted on\" C</>.  For "
8954 "information about the mapping of drive letters to partitions, see L</inspect-"
8955 "get-drive-mappings>."
8956 msgstr ""
8957
8958 #. type: textblock
8959 #: ../fish/guestfish-actions.pod:2027
8960 msgid ""
8961 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
8962 "get-filesystems>."
8963 msgstr ""
8964
8965 #. type: =head2
8966 #: ../fish/guestfish-actions.pod:2030
8967 msgid "inspect-get-package-format"
8968 msgstr "inspect-get-package-format"
8969
8970 #. type: verbatim
8971 #: ../fish/guestfish-actions.pod:2032
8972 #, no-wrap
8973 msgid ""
8974 " inspect-get-package-format root\n"
8975 "\n"
8976 msgstr ""
8977 " inspect-get-package-format корінь\n"
8978 "\n"
8979
8980 #. type: textblock
8981 #: ../fish/guestfish-actions.pod:2034
8982 msgid ""
8983 "This function and L</inspect-get-package-management> return the package "
8984 "format and package management tool used by the inspected operating system.  "
8985 "For example for Fedora these functions would return C<rpm> (package format) "
8986 "and C<yum> (package management)."
8987 msgstr ""
8988
8989 #. type: textblock
8990 #: ../fish/guestfish-actions.pod:2040 ../src/guestfs-actions.pod:3018
8991 msgid ""
8992 "This returns the string C<unknown> if we could not determine the package "
8993 "format I<or> if the operating system does not have a real packaging system "
8994 "(eg. Windows)."
8995 msgstr ""
8996
8997 #. type: textblock
8998 #: ../fish/guestfish-actions.pod:2044 ../src/guestfs-actions.pod:3022
8999 msgid ""
9000 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9001 "Future versions of libguestfs may return other strings."
9002 msgstr ""
9003
9004 #. type: =head2
9005 #: ../fish/guestfish-actions.pod:2049
9006 msgid "inspect-get-package-management"
9007 msgstr "inspect-get-package-management"
9008
9009 #. type: verbatim
9010 #: ../fish/guestfish-actions.pod:2051
9011 #, no-wrap
9012 msgid ""
9013 " inspect-get-package-management root\n"
9014 "\n"
9015 msgstr ""
9016 " inspect-get-package-management корінь\n"
9017 "\n"
9018
9019 #. type: textblock
9020 #: ../fish/guestfish-actions.pod:2053
9021 msgid ""
9022 "L</inspect-get-package-format> and this function return the package format "
9023 "and package management tool used by the inspected operating system.  For "
9024 "example for Fedora these functions would return C<rpm> (package format) and "
9025 "C<yum> (package management)."
9026 msgstr ""
9027
9028 #. type: textblock
9029 #: ../fish/guestfish-actions.pod:2059 ../src/guestfs-actions.pod:3044
9030 msgid ""
9031 "This returns the string C<unknown> if we could not determine the package "
9032 "management tool I<or> if the operating system does not have a real packaging "
9033 "system (eg. Windows)."
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../fish/guestfish-actions.pod:2063 ../src/guestfs-actions.pod:3048
9038 msgid ""
9039 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9040 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9041 "libguestfs may return other strings."
9042 msgstr ""
9043
9044 #. type: =head2
9045 #: ../fish/guestfish-actions.pod:2070
9046 msgid "inspect-get-product-name"
9047 msgstr "inspect-get-product-name"
9048
9049 #. type: verbatim
9050 #: ../fish/guestfish-actions.pod:2072
9051 #, no-wrap
9052 msgid ""
9053 " inspect-get-product-name root\n"
9054 "\n"
9055 msgstr ""
9056 " inspect-get-product-name корінь\n"
9057 "\n"
9058
9059 #. type: textblock
9060 #: ../fish/guestfish-actions.pod:2074 ../src/guestfs-actions.pod:3066
9061 msgid ""
9062 "This returns the product name of the inspected operating system.  The "
9063 "product name is generally some freeform string which can be displayed to the "
9064 "user, but should not be parsed by programs."
9065 msgstr ""
9066
9067 #. type: textblock
9068 #: ../fish/guestfish-actions.pod:2079 ../src/guestfs-actions.pod:3071
9069 msgid ""
9070 "If the product name could not be determined, then the string C<unknown> is "
9071 "returned."
9072 msgstr ""
9073
9074 #. type: =head2
9075 #: ../fish/guestfish-actions.pod:2084
9076 msgid "inspect-get-product-variant"
9077 msgstr ""
9078
9079 #. type: verbatim
9080 #: ../fish/guestfish-actions.pod:2086
9081 #, no-wrap
9082 msgid ""
9083 " inspect-get-product-variant root\n"
9084 "\n"
9085 msgstr ""
9086
9087 #. type: textblock
9088 #: ../fish/guestfish-actions.pod:2088 ../src/guestfs-actions.pod:3087
9089 msgid "This returns the product variant of the inspected operating system."
9090 msgstr ""
9091
9092 #. type: textblock
9093 #: ../fish/guestfish-actions.pod:2091 ../src/guestfs-actions.pod:3090
9094 msgid ""
9095 "For Windows guests, this returns the contents of the Registry key C<HKLM"
9096 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
9097 "is usually a string such as C<Client> or C<Server> (other values are "
9098 "possible).  This can be used to distinguish consumer and enterprise versions "
9099 "of Windows that have the same version number (for example, Windows 7 and "
9100 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
9101 "the latter is C<Server>)."
9102 msgstr ""
9103
9104 #. type: textblock
9105 #: ../fish/guestfish-actions.pod:2100 ../src/guestfs-actions.pod:3099
9106 msgid ""
9107 "For enterprise Linux guests, in future we intend this to return the product "
9108 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
9109 "implemented at present."
9110 msgstr ""
9111
9112 #. type: textblock
9113 #: ../fish/guestfish-actions.pod:2104 ../src/guestfs-actions.pod:3103
9114 msgid ""
9115 "If the product variant could not be determined, then the string C<unknown> "
9116 "is returned."
9117 msgstr ""
9118
9119 #. type: textblock
9120 #: ../fish/guestfish-actions.pod:2107
9121 msgid ""
9122 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
9123 "get-product-name>, L</inspect-get-major-version>."
9124 msgstr ""
9125
9126 #. type: =head2
9127 #: ../fish/guestfish-actions.pod:2111
9128 msgid "inspect-get-roots"
9129 msgstr "inspect-get-roots"
9130
9131 #. type: verbatim
9132 #: ../fish/guestfish-actions.pod:2113
9133 #, no-wrap
9134 msgid ""
9135 " inspect-get-roots\n"
9136 "\n"
9137 msgstr ""
9138 " inspect-get-roots\n"
9139 "\n"
9140
9141 #. type: textblock
9142 #: ../fish/guestfish-actions.pod:2115
9143 msgid ""
9144 "This function is a convenient way to get the list of root devices, as "
9145 "returned from a previous call to L</inspect-os>, but without redoing the "
9146 "whole inspection process."
9147 msgstr ""
9148
9149 #. type: textblock
9150 #: ../fish/guestfish-actions.pod:2119
9151 msgid ""
9152 "This returns an empty list if either no root devices were found or the "
9153 "caller has not called L</inspect-os>."
9154 msgstr ""
9155
9156 #. type: =head2
9157 #: ../fish/guestfish-actions.pod:2124
9158 msgid "inspect-get-type"
9159 msgstr "inspect-get-type"
9160
9161 #. type: verbatim
9162 #: ../fish/guestfish-actions.pod:2126
9163 #, no-wrap
9164 msgid ""
9165 " inspect-get-type root\n"
9166 "\n"
9167 msgstr ""
9168 " inspect-get-type корінь\n"
9169 "\n"
9170
9171 #. type: textblock
9172 #: ../fish/guestfish-actions.pod:2128 ../src/guestfs-actions.pod:3141
9173 msgid ""
9174 "This returns the type of the inspected operating system.  Currently defined "
9175 "types are:"
9176 msgstr ""
9177
9178 #. type: =item
9179 #: ../fish/guestfish-actions.pod:2133 ../src/guestfs-actions.pod:3146
9180 msgid "\"linux\""
9181 msgstr "\"linux\""
9182
9183 #. type: textblock
9184 #: ../fish/guestfish-actions.pod:2135 ../src/guestfs-actions.pod:3148
9185 msgid "Any Linux-based operating system."
9186 msgstr ""
9187
9188 #. type: textblock
9189 #: ../fish/guestfish-actions.pod:2139 ../src/guestfs-actions.pod:3152
9190 msgid "Any Microsoft Windows operating system."
9191 msgstr ""
9192
9193 #. type: =item
9194 #: ../fish/guestfish-actions.pod:2141 ../src/guestfs-actions.pod:3154
9195 msgid "\"freebsd\""
9196 msgstr "\"freebsd\""
9197
9198 #. type: textblock
9199 #: ../fish/guestfish-actions.pod:2143 ../src/guestfs-actions.pod:3156
9200 msgid "FreeBSD."
9201 msgstr "FreeBSD."
9202
9203 #. type: textblock
9204 #: ../fish/guestfish-actions.pod:2147 ../src/guestfs-actions.pod:3160
9205 msgid "The operating system type could not be determined."
9206 msgstr ""
9207
9208 #. type: =head2
9209 #: ../fish/guestfish-actions.pod:2156
9210 msgid "inspect-get-windows-current-control-set"
9211 msgstr ""
9212
9213 #. type: verbatim
9214 #: ../fish/guestfish-actions.pod:2158
9215 #, no-wrap
9216 msgid ""
9217 " inspect-get-windows-current-control-set root\n"
9218 "\n"
9219 msgstr ""
9220
9221 #. type: textblock
9222 #: ../fish/guestfish-actions.pod:2160 ../src/guestfs-actions.pod:3180
9223 msgid ""
9224 "This returns the Windows CurrentControlSet of the inspected guest.  The "
9225 "CurrentControlSet is a registry key name such as C<ControlSet001>."
9226 msgstr ""
9227
9228 #. type: textblock
9229 #: ../fish/guestfish-actions.pod:2163 ../src/guestfs-actions.pod:3183
9230 msgid ""
9231 "This call assumes that the guest is Windows and that the Registry could be "
9232 "examined by inspection.  If this is not the case then an error is returned."
9233 msgstr ""
9234
9235 #. type: =head2
9236 #: ../fish/guestfish-actions.pod:2169
9237 msgid "inspect-get-windows-systemroot"
9238 msgstr "inspect-get-windows-systemroot"
9239
9240 #. type: verbatim
9241 #: ../fish/guestfish-actions.pod:2171
9242 #, no-wrap
9243 msgid ""
9244 " inspect-get-windows-systemroot root\n"
9245 "\n"
9246 msgstr ""
9247 " inspect-get-windows-systemroot корінь\n"
9248 "\n"
9249
9250 #. type: textblock
9251 #: ../fish/guestfish-actions.pod:2173 ../src/guestfs-actions.pod:3200
9252 msgid ""
9253 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9254 "is a directory path such as C</WINDOWS>."
9255 msgstr ""
9256
9257 #. type: textblock
9258 #: ../fish/guestfish-actions.pod:2176 ../src/guestfs-actions.pod:3203
9259 msgid ""
9260 "This call assumes that the guest is Windows and that the systemroot could be "
9261 "determined by inspection.  If this is not the case then an error is returned."
9262 msgstr ""
9263
9264 #. type: =head2
9265 #: ../fish/guestfish-actions.pod:2182
9266 msgid "inspect-is-live"
9267 msgstr "inspect-is-live"
9268
9269 #. type: verbatim
9270 #: ../fish/guestfish-actions.pod:2184
9271 #, no-wrap
9272 msgid ""
9273 " inspect-is-live root\n"
9274 "\n"
9275 msgstr ""
9276 " inspect-is-live корінь\n"
9277 "\n"
9278
9279 #. type: textblock
9280 #: ../fish/guestfish-actions.pod:2186
9281 msgid ""
9282 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
9283 "then this returns true if a live image was detected on the disk."
9284 msgstr ""
9285
9286 #. type: =head2
9287 #: ../fish/guestfish-actions.pod:2192
9288 msgid "inspect-is-multipart"
9289 msgstr "inspect-is-multipart"
9290
9291 #. type: verbatim
9292 #: ../fish/guestfish-actions.pod:2194
9293 #, no-wrap
9294 msgid ""
9295 " inspect-is-multipart root\n"
9296 "\n"
9297 msgstr ""
9298 " inspect-is-multipart корінь\n"
9299 "\n"
9300
9301 #. type: textblock
9302 #: ../fish/guestfish-actions.pod:2196
9303 msgid ""
9304 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
9305 "then this returns true if the disk is part of a set."
9306 msgstr ""
9307
9308 #. type: =head2
9309 #: ../fish/guestfish-actions.pod:2202
9310 msgid "inspect-is-netinst"
9311 msgstr "inspect-is-netinst"
9312
9313 #. type: verbatim
9314 #: ../fish/guestfish-actions.pod:2204
9315 #, no-wrap
9316 msgid ""
9317 " inspect-is-netinst root\n"
9318 "\n"
9319 msgstr ""
9320 " inspect-is-netinst корінь\n"
9321 "\n"
9322
9323 #. type: textblock
9324 #: ../fish/guestfish-actions.pod:2206
9325 msgid ""
9326 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
9327 "then this returns true if the disk is a network installer, ie. not a self-"
9328 "contained install CD but one which is likely to require network access to "
9329 "complete the install."
9330 msgstr ""
9331
9332 #. type: =head2
9333 #: ../fish/guestfish-actions.pod:2214
9334 msgid "inspect-list-applications"
9335 msgstr "inspect-list-applications"
9336
9337 #. type: verbatim
9338 #: ../fish/guestfish-actions.pod:2216
9339 #, no-wrap
9340 msgid ""
9341 " inspect-list-applications root\n"
9342 "\n"
9343 msgstr ""
9344 " inspect-list-applications кореневий_каталог\n"
9345 "\n"
9346
9347 #. type: textblock
9348 #: ../fish/guestfish-actions.pod:2218 ../src/guestfs-actions.pod:3270
9349 msgid "Return the list of applications installed in the operating system."
9350 msgstr ""
9351
9352 #. type: textblock
9353 #: ../fish/guestfish-actions.pod:2220
9354 msgid ""
9355 "I<Note:> This call works differently from other parts of the inspection "
9356 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
9357 "then mount up the disks, before calling this.  Listing applications is a "
9358 "significantly more difficult operation which requires access to the full "
9359 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
9360 "are just returning data cached in the libguestfs handle, this call actually "
9361 "reads parts of the mounted filesystems during the call."
9362 msgstr ""
9363
9364 #. type: textblock
9365 #: ../fish/guestfish-actions.pod:2230 ../src/guestfs-actions.pod:3282
9366 msgid ""
9367 "This returns an empty list if the inspection code was not able to determine "
9368 "the list of applications."
9369 msgstr ""
9370
9371 #. type: textblock
9372 #: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3285
9373 msgid "The application structure contains the following fields:"
9374 msgstr ""
9375
9376 #. type: =item
9377 #: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3289
9378 msgid "C<app_name>"
9379 msgstr "C<app_name>"
9380
9381 #. type: textblock
9382 #: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3291
9383 msgid ""
9384 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9385 "guests, this is the package name."
9386 msgstr ""
9387
9388 #. type: =item
9389 #: ../fish/guestfish-actions.pod:2242 ../src/guestfs-actions.pod:3294
9390 msgid "C<app_display_name>"
9391 msgstr "C<app_display_name>"
9392
9393 #. type: textblock
9394 #: ../fish/guestfish-actions.pod:2244 ../src/guestfs-actions.pod:3296
9395 msgid ""
9396 "The display name of the application, sometimes localized to the install "
9397 "language of the guest operating system."
9398 msgstr ""
9399
9400 #. type: textblock
9401 #: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3299
9402 msgid ""
9403 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9404 "to display something can use C<app_name> instead."
9405 msgstr ""
9406
9407 #. type: =item
9408 #: ../fish/guestfish-actions.pod:2250 ../src/guestfs-actions.pod:3302
9409 msgid "C<app_epoch>"
9410 msgstr "C<app_epoch>"
9411
9412 #. type: textblock
9413 #: ../fish/guestfish-actions.pod:2252 ../src/guestfs-actions.pod:3304
9414 msgid ""
9415 "For package managers which use epochs, this contains the epoch of the "
9416 "package (an integer).  If unavailable, this is returned as C<0>."
9417 msgstr ""
9418
9419 #. type: =item
9420 #: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3307
9421 msgid "C<app_version>"
9422 msgstr "C<app_version>"
9423
9424 #. type: textblock
9425 #: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3309
9426 msgid ""
9427 "The version string of the application or package.  If unavailable this is "
9428 "returned as an empty string C<\"\">."
9429 msgstr ""
9430
9431 #. type: =item
9432 #: ../fish/guestfish-actions.pod:2260 ../src/guestfs-actions.pod:3312
9433 msgid "C<app_release>"
9434 msgstr "C<app_release>"
9435
9436 #. type: textblock
9437 #: ../fish/guestfish-actions.pod:2262 ../src/guestfs-actions.pod:3314
9438 msgid ""
9439 "The release string of the application or package, for package managers that "
9440 "use this.  If unavailable this is returned as an empty string C<\"\">."
9441 msgstr ""
9442
9443 #. type: =item
9444 #: ../fish/guestfish-actions.pod:2266 ../src/guestfs-actions.pod:3318
9445 msgid "C<app_install_path>"
9446 msgstr "C<app_install_path>"
9447
9448 #. type: textblock
9449 #: ../fish/guestfish-actions.pod:2268 ../src/guestfs-actions.pod:3320
9450 msgid ""
9451 "The installation path of the application (on operating systems such as "
9452 "Windows which use installation paths).  This path is in the format used by "
9453 "the guest operating system, it is not a libguestfs path."
9454 msgstr ""
9455
9456 #. type: textblock
9457 #: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3325
9458 msgid "If unavailable this is returned as an empty string C<\"\">."
9459 msgstr ""
9460
9461 #. type: =item
9462 #: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3327
9463 msgid "C<app_trans_path>"
9464 msgstr "C<app_trans_path>"
9465
9466 #. type: textblock
9467 #: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3329
9468 msgid ""
9469 "The install path translated into a libguestfs path.  If unavailable this is "
9470 "returned as an empty string C<\"\">."
9471 msgstr ""
9472
9473 #. type: =item
9474 #: ../fish/guestfish-actions.pod:2280 ../src/guestfs-actions.pod:3332
9475 msgid "C<app_publisher>"
9476 msgstr "C<app_publisher>"
9477
9478 #. type: textblock
9479 #: ../fish/guestfish-actions.pod:2282 ../src/guestfs-actions.pod:3334
9480 msgid ""
9481 "The name of the publisher of the application, for package managers that use "
9482 "this.  If unavailable this is returned as an empty string C<\"\">."
9483 msgstr ""
9484
9485 #. type: =item
9486 #: ../fish/guestfish-actions.pod:2286 ../src/guestfs-actions.pod:3338
9487 msgid "C<app_url>"
9488 msgstr "C<app_url>"
9489
9490 #. type: textblock
9491 #: ../fish/guestfish-actions.pod:2288 ../src/guestfs-actions.pod:3340
9492 msgid ""
9493 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9494 "returned as an empty string C<\"\">."
9495 msgstr ""
9496
9497 #. type: =item
9498 #: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3343
9499 msgid "C<app_source_package>"
9500 msgstr "C<app_source_package>"
9501
9502 #. type: textblock
9503 #: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3345
9504 msgid ""
9505 "For packaging systems which support this, the name of the source package.  "
9506 "If unavailable this is returned as an empty string C<\"\">."
9507 msgstr ""
9508
9509 #. type: =item
9510 #: ../fish/guestfish-actions.pod:2296 ../src/guestfs-actions.pod:3348
9511 msgid "C<app_summary>"
9512 msgstr "C<app_summary>"
9513
9514 #. type: textblock
9515 #: ../fish/guestfish-actions.pod:2298 ../src/guestfs-actions.pod:3350
9516 msgid ""
9517 "A short (usually one line) description of the application or package.  If "
9518 "unavailable this is returned as an empty string C<\"\">."
9519 msgstr ""
9520
9521 #. type: =item
9522 #: ../fish/guestfish-actions.pod:2301 ../src/guestfs-actions.pod:3353
9523 msgid "C<app_description>"
9524 msgstr "C<app_description>"
9525
9526 #. type: textblock
9527 #: ../fish/guestfish-actions.pod:2303 ../src/guestfs-actions.pod:3355
9528 msgid ""
9529 "A longer description of the application or package.  If unavailable this is "
9530 "returned as an empty string C<\"\">."
9531 msgstr ""
9532
9533 #. type: =head2
9534 #: ../fish/guestfish-actions.pod:2310
9535 msgid "inspect-os"
9536 msgstr "inspect-os"
9537
9538 #. type: verbatim
9539 #: ../fish/guestfish-actions.pod:2312
9540 #, no-wrap
9541 msgid ""
9542 " inspect-os\n"
9543 "\n"
9544 msgstr ""
9545 " inspect-os\n"
9546 "\n"
9547
9548 #. type: textblock
9549 #: ../fish/guestfish-actions.pod:2314 ../src/guestfs-actions.pod:3373
9550 msgid ""
9551 "This function uses other libguestfs functions and certain heuristics to "
9552 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
9553 "for operating systems."
9554 msgstr ""
9555
9556 #. type: textblock
9557 #: ../fish/guestfish-actions.pod:2318 ../src/guestfs-actions.pod:3377
9558 msgid "The list returned is empty if no operating systems were found."
9559 msgstr ""
9560
9561 #. type: textblock
9562 #: ../fish/guestfish-actions.pod:2320 ../src/guestfs-actions.pod:3379
9563 msgid ""
9564 "If one operating system was found, then this returns a list with a single "
9565 "element, which is the name of the root filesystem of this operating system.  "
9566 "It is also possible for this function to return a list containing more than "
9567 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
9568 "element being the root filesystem of one of the operating systems."
9569 msgstr ""
9570
9571 #. type: textblock
9572 #: ../fish/guestfish-actions.pod:2327
9573 msgid ""
9574 "You can pass the root string(s) returned to other L</inspect-get-*> "
9575 "functions in order to query further information about each operating system, "
9576 "such as the name and version."
9577 msgstr ""
9578
9579 #. type: textblock
9580 #: ../fish/guestfish-actions.pod:2332
9581 msgid ""
9582 "This function uses other libguestfs features such as L</mount-ro> and L</"
9583 "umount-all> in order to mount and unmount filesystems and look at the "
9584 "contents.  This should be called with no disks currently mounted.  The "
9585 "function may also use Augeas, so any existing Augeas handle will be closed."
9586 msgstr ""
9587
9588 #. type: textblock
9589 #: ../fish/guestfish-actions.pod:2338 ../src/guestfs-actions.pod:3397
9590 msgid ""
9591 "This function cannot decrypt encrypted disks.  The caller must do that first "
9592 "(supplying the necessary keys) if the disk is encrypted."
9593 msgstr ""
9594
9595 #. type: textblock
9596 #: ../fish/guestfish-actions.pod:2344 ../fish/guestfish-actions.pod:2542
9597 #: ../fish/guestfish-actions.pod:2601
9598 msgid "See also L</list-filesystems>."
9599 msgstr "Див. також L</list-filesystems>."
9600
9601 #. type: =head2
9602 #: ../fish/guestfish-actions.pod:2346
9603 msgid "is-blockdev"
9604 msgstr "is-blockdev"
9605
9606 #. type: verbatim
9607 #: ../fish/guestfish-actions.pod:2348
9608 #, no-wrap
9609 msgid ""
9610 " is-blockdev path\n"
9611 "\n"
9612 msgstr ""
9613 " is-blockdev шлях\n"
9614 "\n"
9615
9616 #. type: textblock
9617 #: ../fish/guestfish-actions.pod:2350 ../src/guestfs-actions.pod:3417
9618 msgid ""
9619 "This returns C<true> if and only if there is a block device with the given "
9620 "C<path> name."
9621 msgstr ""
9622
9623 #. type: textblock
9624 #: ../fish/guestfish-actions.pod:2353 ../fish/guestfish-actions.pod:2371
9625 #: ../fish/guestfish-actions.pod:2390 ../fish/guestfish-actions.pod:2399
9626 #: ../fish/guestfish-actions.pod:2409 ../fish/guestfish-actions.pod:2443
9627 #: ../fish/guestfish-actions.pod:2452
9628 msgid "See also L</stat>."
9629 msgstr "Див. також L</stat>."
9630
9631 #. type: =head2
9632 #: ../fish/guestfish-actions.pod:2355
9633 msgid "is-busy"
9634 msgstr "is-busy"
9635
9636 #. type: verbatim
9637 #: ../fish/guestfish-actions.pod:2357
9638 #, no-wrap
9639 msgid ""
9640 " is-busy\n"
9641 "\n"
9642 msgstr ""
9643 " is-busy\n"
9644 "\n"
9645
9646 #. type: textblock
9647 #: ../fish/guestfish-actions.pod:2359 ../src/guestfs-actions.pod:3431
9648 msgid ""
9649 "This returns true iff this handle is busy processing a command (in the "
9650 "C<BUSY> state)."
9651 msgstr ""
9652
9653 #. type: =head2
9654 #: ../fish/guestfish-actions.pod:2364
9655 msgid "is-chardev"
9656 msgstr "is-chardev"
9657
9658 #. type: verbatim
9659 #: ../fish/guestfish-actions.pod:2366
9660 #, no-wrap
9661 msgid ""
9662 " is-chardev path\n"
9663 "\n"
9664 msgstr ""
9665 " is-chardev шлях\n"
9666 "\n"
9667
9668 #. type: textblock
9669 #: ../fish/guestfish-actions.pod:2368 ../src/guestfs-actions.pod:3446
9670 msgid ""
9671 "This returns C<true> if and only if there is a character device with the "
9672 "given C<path> name."
9673 msgstr ""
9674
9675 #. type: =head2
9676 #: ../fish/guestfish-actions.pod:2373
9677 msgid "is-config"
9678 msgstr "is-config"
9679
9680 #. type: verbatim
9681 #: ../fish/guestfish-actions.pod:2375
9682 #, no-wrap
9683 msgid ""
9684 " is-config\n"
9685 "\n"
9686 msgstr ""
9687 " is-config\n"
9688 "\n"
9689
9690 #. type: textblock
9691 #: ../fish/guestfish-actions.pod:2377 ../src/guestfs-actions.pod:3460
9692 msgid ""
9693 "This returns true iff this handle is being configured (in the C<CONFIG> "
9694 "state)."
9695 msgstr ""
9696
9697 #. type: =head2
9698 #: ../fish/guestfish-actions.pod:2382
9699 msgid "is-dir"
9700 msgstr "is-dir"
9701
9702 #. type: verbatim
9703 #: ../fish/guestfish-actions.pod:2384
9704 #, no-wrap
9705 msgid ""
9706 " is-dir path\n"
9707 "\n"
9708 msgstr ""
9709 " is-dir шлях\n"
9710 "\n"
9711
9712 #. type: textblock
9713 #: ../fish/guestfish-actions.pod:2386 ../src/guestfs-actions.pod:3475
9714 msgid ""
9715 "This returns C<true> if and only if there is a directory with the given "
9716 "C<path> name.  Note that it returns false for other objects like files."
9717 msgstr ""
9718
9719 #. type: =head2
9720 #: ../fish/guestfish-actions.pod:2392
9721 msgid "is-fifo"
9722 msgstr "is-fifo"
9723
9724 #. type: verbatim
9725 #: ../fish/guestfish-actions.pod:2394
9726 #, no-wrap
9727 msgid ""
9728 " is-fifo path\n"
9729 "\n"
9730 msgstr ""
9731 " is-fifo шлях\n"
9732 "\n"
9733
9734 #. type: textblock
9735 #: ../fish/guestfish-actions.pod:2396 ../src/guestfs-actions.pod:3491
9736 msgid ""
9737 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
9738 "given C<path> name."
9739 msgstr ""
9740
9741 #. type: =head2
9742 #: ../fish/guestfish-actions.pod:2401
9743 msgid "is-file"
9744 msgstr "is-file"
9745
9746 #. type: verbatim
9747 #: ../fish/guestfish-actions.pod:2403
9748 #, no-wrap
9749 msgid ""
9750 " is-file path\n"
9751 "\n"
9752 msgstr ""
9753 " is-file шлях\n"
9754 "\n"
9755
9756 #. type: textblock
9757 #: ../fish/guestfish-actions.pod:2405 ../src/guestfs-actions.pod:3506
9758 msgid ""
9759 "This returns C<true> if and only if there is a regular file with the given "
9760 "C<path> name.  Note that it returns false for other objects like directories."
9761 msgstr ""
9762
9763 #. type: =head2
9764 #: ../fish/guestfish-actions.pod:2411
9765 msgid "is-launching"
9766 msgstr "is-launching"
9767
9768 #. type: verbatim
9769 #: ../fish/guestfish-actions.pod:2413
9770 #, no-wrap
9771 msgid ""
9772 " is-launching\n"
9773 "\n"
9774 msgstr ""
9775 " is-launching\n"
9776 "\n"
9777
9778 #. type: textblock
9779 #: ../fish/guestfish-actions.pod:2415 ../src/guestfs-actions.pod:3521
9780 msgid ""
9781 "This returns true iff this handle is launching the subprocess (in the "
9782 "C<LAUNCHING> state)."
9783 msgstr ""
9784
9785 #. type: =head2
9786 #: ../fish/guestfish-actions.pod:2420
9787 msgid "is-lv"
9788 msgstr "is-lv"
9789
9790 #. type: verbatim
9791 #: ../fish/guestfish-actions.pod:2422
9792 #, no-wrap
9793 msgid ""
9794 " is-lv device\n"
9795 "\n"
9796 msgstr ""
9797 " is-lv пристрій\n"
9798 "\n"
9799
9800 #. type: textblock
9801 #: ../fish/guestfish-actions.pod:2424 ../src/guestfs-actions.pod:3536
9802 msgid ""
9803 "This command tests whether C<device> is a logical volume, and returns true "
9804 "iff this is the case."
9805 msgstr ""
9806
9807 #. type: =head2
9808 #: ../fish/guestfish-actions.pod:2427
9809 msgid "is-ready"
9810 msgstr "is-ready"
9811
9812 #. type: verbatim
9813 #: ../fish/guestfish-actions.pod:2429
9814 #, no-wrap
9815 msgid ""
9816 " is-ready\n"
9817 "\n"
9818 msgstr ""
9819 " is-ready\n"
9820 "\n"
9821
9822 #. type: textblock
9823 #: ../fish/guestfish-actions.pod:2431 ../src/guestfs-actions.pod:3548
9824 msgid ""
9825 "This returns true iff this handle is ready to accept commands (in the "
9826 "C<READY> state)."
9827 msgstr ""
9828
9829 #. type: =head2
9830 #: ../fish/guestfish-actions.pod:2436
9831 msgid "is-socket"
9832 msgstr "is-socket"
9833
9834 #. type: verbatim
9835 #: ../fish/guestfish-actions.pod:2438
9836 #, no-wrap
9837 msgid ""
9838 " is-socket path\n"
9839 "\n"
9840 msgstr ""
9841 " is-socket шлях\n"
9842 "\n"
9843
9844 #. type: textblock
9845 #: ../fish/guestfish-actions.pod:2440 ../src/guestfs-actions.pod:3563
9846 msgid ""
9847 "This returns C<true> if and only if there is a Unix domain socket with the "
9848 "given C<path> name."
9849 msgstr ""
9850
9851 #. type: =head2
9852 #: ../fish/guestfish-actions.pod:2445
9853 msgid "is-symlink"
9854 msgstr "is-symlink"
9855
9856 #. type: verbatim
9857 #: ../fish/guestfish-actions.pod:2447
9858 #, no-wrap
9859 msgid ""
9860 " is-symlink path\n"
9861 "\n"
9862 msgstr ""
9863 " is-symlink шлях\n"
9864 "\n"
9865
9866 #. type: textblock
9867 #: ../fish/guestfish-actions.pod:2449 ../src/guestfs-actions.pod:3578
9868 msgid ""
9869 "This returns C<true> if and only if there is a symbolic link with the given "
9870 "C<path> name."
9871 msgstr ""
9872
9873 #. type: =head2
9874 #: ../fish/guestfish-actions.pod:2454
9875 msgid "is-zero"
9876 msgstr ""
9877
9878 #. type: verbatim
9879 #: ../fish/guestfish-actions.pod:2456
9880 #, no-wrap
9881 msgid ""
9882 " is-zero path\n"
9883 "\n"
9884 msgstr ""
9885
9886 #. type: textblock
9887 #: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3593
9888 msgid ""
9889 "This returns true iff the file exists and the file is empty or it contains "
9890 "all zero bytes."
9891 msgstr ""
9892
9893 #. type: =head2
9894 #: ../fish/guestfish-actions.pod:2461
9895 msgid "is-zero-device"
9896 msgstr ""
9897
9898 #. type: verbatim
9899 #: ../fish/guestfish-actions.pod:2463
9900 #, no-wrap
9901 msgid ""
9902 " is-zero-device device\n"
9903 "\n"
9904 msgstr ""
9905
9906 #. type: textblock
9907 #: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3606
9908 msgid "This returns true iff the device exists and contains all zero bytes."
9909 msgstr ""
9910
9911 #. type: textblock
9912 #: ../fish/guestfish-actions.pod:2467 ../src/guestfs-actions.pod:3608
9913 msgid "Note that for large devices this can take a long time to run."
9914 msgstr ""
9915
9916 #. type: =head2
9917 #: ../fish/guestfish-actions.pod:2469
9918 msgid "kill-subprocess"
9919 msgstr "kill-subprocess"
9920
9921 #. type: verbatim
9922 #: ../fish/guestfish-actions.pod:2471
9923 #, no-wrap
9924 msgid ""
9925 " kill-subprocess\n"
9926 "\n"
9927 msgstr ""
9928 " kill-subprocess\n"
9929 "\n"
9930
9931 #. type: textblock
9932 #: ../fish/guestfish-actions.pod:2473 ../src/guestfs-actions.pod:3619
9933 msgid "This kills the qemu subprocess.  You should never need to call this."
9934 msgstr ""
9935
9936 #. type: =head2
9937 #: ../fish/guestfish-actions.pod:2475
9938 msgid "launch"
9939 msgstr "launch"
9940
9941 #. type: =head2
9942 #: ../fish/guestfish-actions.pod:2477
9943 msgid "run"
9944 msgstr ""
9945
9946 #. type: verbatim
9947 #: ../fish/guestfish-actions.pod:2479
9948 #, no-wrap
9949 msgid ""
9950 " launch\n"
9951 "\n"
9952 msgstr ""
9953 " launch\n"
9954 "\n"
9955
9956 #. type: textblock
9957 #: ../fish/guestfish-actions.pod:2481 ../src/guestfs-actions.pod:3630
9958 msgid ""
9959 "Internally libguestfs is implemented by running a virtual machine using "
9960 "L<qemu(1)>."
9961 msgstr ""
9962
9963 #. type: textblock
9964 #: ../fish/guestfish-actions.pod:2484 ../src/guestfs-actions.pod:3633
9965 msgid ""
9966 "You should call this after configuring the handle (eg. adding drives) but "
9967 "before performing any actions."
9968 msgstr ""
9969
9970 #. type: =head2
9971 #: ../fish/guestfish-actions.pod:2487
9972 msgid "lchown"
9973 msgstr "lchown"
9974
9975 #. type: verbatim
9976 #: ../fish/guestfish-actions.pod:2489
9977 #, no-wrap
9978 msgid ""
9979 " lchown owner group path\n"
9980 "\n"
9981 msgstr ""
9982 " lchown власник група шлях\n"
9983 "\n"
9984
9985 #. type: textblock
9986 #: ../fish/guestfish-actions.pod:2491
9987 msgid ""
9988 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
9989 "chown> but if C<path> is a symlink then the link itself is changed, not the "
9990 "target."
9991 msgstr ""
9992
9993 #. type: =head2
9994 #: ../fish/guestfish-actions.pod:2499
9995 msgid "lgetxattr"
9996 msgstr "lgetxattr"
9997
9998 #. type: verbatim
9999 #: ../fish/guestfish-actions.pod:2501
10000 #, no-wrap
10001 msgid ""
10002 " lgetxattr path name\n"
10003 "\n"
10004 msgstr ""
10005 " lgetxattr шлях назва\n"
10006 "\n"
10007
10008 #. type: textblock
10009 #: ../fish/guestfish-actions.pod:2503 ../src/guestfs-actions.pod:3673
10010 msgid ""
10011 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10012 "is a symlink, then this call returns an extended attribute from the symlink."
10013 msgstr ""
10014
10015 #. type: textblock
10016 #: ../fish/guestfish-actions.pod:2517
10017 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
10018 msgstr "Див. також L</lgetxattrs>, L</getxattr>, L<attr(5)>."
10019
10020 #. type: =head2
10021 #: ../fish/guestfish-actions.pod:2519
10022 msgid "lgetxattrs"
10023 msgstr "lgetxattrs"
10024
10025 #. type: verbatim
10026 #: ../fish/guestfish-actions.pod:2521
10027 #, no-wrap
10028 msgid ""
10029 " lgetxattrs path\n"
10030 "\n"
10031 msgstr ""
10032 " lgetxattrs шлях\n"
10033 "\n"
10034
10035 #. type: textblock
10036 #: ../fish/guestfish-actions.pod:2523
10037 msgid ""
10038 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
10039 "it returns the extended attributes of the link itself."
10040 msgstr ""
10041
10042 #. type: =head2
10043 #: ../fish/guestfish-actions.pod:2527
10044 msgid "list-9p"
10045 msgstr ""
10046
10047 #. type: verbatim
10048 #: ../fish/guestfish-actions.pod:2529
10049 #, no-wrap
10050 msgid ""
10051 " list-9p\n"
10052 "\n"
10053 msgstr ""
10054
10055 #. type: textblock
10056 #: ../fish/guestfish-actions.pod:2531 ../src/guestfs-actions.pod:3716
10057 msgid ""
10058 "List all 9p filesystems attached to the guest.  A list of mount tags is "
10059 "returned."
10060 msgstr ""
10061
10062 #. type: =head2
10063 #: ../fish/guestfish-actions.pod:2534
10064 msgid "list-devices"
10065 msgstr "list-devices"
10066
10067 #. type: verbatim
10068 #: ../fish/guestfish-actions.pod:2536
10069 #, no-wrap
10070 msgid ""
10071 " list-devices\n"
10072 "\n"
10073 msgstr ""
10074 " list-devices\n"
10075 "\n"
10076
10077 #. type: textblock
10078 #: ../fish/guestfish-actions.pod:2538 ../src/guestfs-actions.pod:3730
10079 msgid "List all the block devices."
10080 msgstr ""
10081
10082 #. type: textblock
10083 #: ../fish/guestfish-actions.pod:2540 ../src/guestfs-actions.pod:3732
10084 msgid "The full block device names are returned, eg. C</dev/sda>."
10085 msgstr ""
10086
10087 #. type: =head2
10088 #: ../fish/guestfish-actions.pod:2544
10089 msgid "list-dm-devices"
10090 msgstr ""
10091
10092 #. type: verbatim
10093 #: ../fish/guestfish-actions.pod:2546
10094 #, no-wrap
10095 msgid ""
10096 " list-dm-devices\n"
10097 "\n"
10098 msgstr ""
10099
10100 #. type: textblock
10101 #: ../fish/guestfish-actions.pod:2548 ../src/guestfs-actions.pod:3747
10102 msgid "List all device mapper devices."
10103 msgstr ""
10104
10105 #. type: textblock
10106 #: ../fish/guestfish-actions.pod:2550
10107 msgid ""
10108 "The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
10109 "previous call to L</luks-open>."
10110 msgstr ""
10111
10112 #. type: textblock
10113 #: ../fish/guestfish-actions.pod:2553
10114 msgid ""
10115 "Device mapper devices which correspond to logical volumes are I<not> "
10116 "returned in this list.  Call L</lvs> if you want to list logical volumes."
10117 msgstr ""
10118
10119 #. type: =head2
10120 #: ../fish/guestfish-actions.pod:2557
10121 msgid "list-filesystems"
10122 msgstr "list-filesystems"
10123
10124 #. type: verbatim
10125 #: ../fish/guestfish-actions.pod:2559
10126 #, no-wrap
10127 msgid ""
10128 " list-filesystems\n"
10129 "\n"
10130 msgstr ""
10131 " list-filesystems\n"
10132 "\n"
10133
10134 #. type: textblock
10135 #: ../fish/guestfish-actions.pod:2561 ../src/guestfs-actions.pod:3767
10136 msgid ""
10137 "This inspection command looks for filesystems on partitions, block devices "
10138 "and logical volumes, returning a list of devices containing filesystems and "
10139 "their type."
10140 msgstr ""
10141
10142 #. type: textblock
10143 #: ../fish/guestfish-actions.pod:2565 ../src/guestfs-actions.pod:3771
10144 msgid ""
10145 "The return value is a hash, where the keys are the devices containing "
10146 "filesystems, and the values are the filesystem types.  For example:"
10147 msgstr ""
10148
10149 #. type: verbatim
10150 #: ../fish/guestfish-actions.pod:2569 ../src/guestfs-actions.pod:3775
10151 #, no-wrap
10152 msgid ""
10153 " \"/dev/sda1\" => \"ntfs\"\n"
10154 " \"/dev/sda2\" => \"ext2\"\n"
10155 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10156 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10157 "\n"
10158 msgstr ""
10159
10160 #. type: textblock
10161 #: ../fish/guestfish-actions.pod:2574 ../src/guestfs-actions.pod:3780
10162 msgid ""
10163 "The value can have the special value \"unknown\", meaning the content of the "
10164 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10165 msgstr ""
10166
10167 #. type: textblock
10168 #: ../fish/guestfish-actions.pod:2578
10169 msgid ""
10170 "This command runs other libguestfs commands, which might include L</mount> "
10171 "and L</umount>, and therefore you should use this soon after launch and only "
10172 "when nothing is mounted."
10173 msgstr ""
10174
10175 #. type: textblock
10176 #: ../fish/guestfish-actions.pod:2582
10177 msgid ""
10178 "Not all of the filesystems returned will be mountable.  In particular, swap "
10179 "partitions are returned in the list.  Also this command does not check that "
10180 "each filesystem found is valid and mountable, and some filesystems might be "
10181 "mountable but require special options.  Filesystems may not all belong to a "
10182 "single logical operating system (use L</inspect-os> to look for OSes)."
10183 msgstr ""
10184
10185 #. type: =head2
10186 #: ../fish/guestfish-actions.pod:2590
10187 msgid "list-partitions"
10188 msgstr "list-partitions"
10189
10190 #. type: verbatim
10191 #: ../fish/guestfish-actions.pod:2592
10192 #, no-wrap
10193 msgid ""
10194 " list-partitions\n"
10195 "\n"
10196 msgstr ""
10197 " list-partitions\n"
10198 "\n"
10199
10200 #. type: textblock
10201 #: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:3809
10202 msgid "List all the partitions detected on all block devices."
10203 msgstr ""
10204
10205 #. type: textblock
10206 #: ../fish/guestfish-actions.pod:2596 ../src/guestfs-actions.pod:3811
10207 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10208 msgstr ""
10209
10210 #. type: textblock
10211 #: ../fish/guestfish-actions.pod:2598
10212 msgid ""
10213 "This does not return logical volumes.  For that you will need to call L</"
10214 "lvs>."
10215 msgstr ""
10216
10217 #. type: =head2
10218 #: ../fish/guestfish-actions.pod:2603
10219 msgid "ll"
10220 msgstr "ll"
10221
10222 #. type: verbatim
10223 #: ../fish/guestfish-actions.pod:2605
10224 #, no-wrap
10225 msgid ""
10226 " ll directory\n"
10227 "\n"
10228 msgstr ""
10229 " ll каталог\n"
10230 "\n"
10231
10232 #. type: textblock
10233 #: ../fish/guestfish-actions.pod:2607 ../src/guestfs-actions.pod:3830
10234 msgid ""
10235 "List the files in C<directory> (relative to the root directory, there is no "
10236 "cwd) in the format of 'ls -la'."
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../fish/guestfish-actions.pod:2610 ../src/guestfs-actions.pod:3833
10241 msgid ""
10242 "This command is mostly useful for interactive sessions.  It is I<not> "
10243 "intended that you try to parse the output string."
10244 msgstr ""
10245
10246 #. type: =head2
10247 #: ../fish/guestfish-actions.pod:2613
10248 msgid "ln"
10249 msgstr "ln"
10250
10251 #. type: verbatim
10252 #: ../fish/guestfish-actions.pod:2615
10253 #, no-wrap
10254 msgid ""
10255 " ln target linkname\n"
10256 "\n"
10257 msgstr ""
10258 " ln призначення назва_посилання\n"
10259 "\n"
10260
10261 #. type: textblock
10262 #: ../fish/guestfish-actions.pod:2617 ../src/guestfs-actions.pod:3848
10263 msgid "This command creates a hard link using the C<ln> command."
10264 msgstr ""
10265
10266 #. type: =head2
10267 #: ../fish/guestfish-actions.pod:2619
10268 msgid "ln-f"
10269 msgstr "ln-f"
10270
10271 #. type: verbatim
10272 #: ../fish/guestfish-actions.pod:2621
10273 #, no-wrap
10274 msgid ""
10275 " ln-f target linkname\n"
10276 "\n"
10277 msgstr ""
10278 " ln-f призначення назва_посилання\n"
10279 "\n"
10280
10281 #. type: textblock
10282 #: ../fish/guestfish-actions.pod:2623 ../src/guestfs-actions.pod:3861
10283 msgid ""
10284 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
10285 "option removes the link (C<linkname>) if it exists already."
10286 msgstr ""
10287
10288 #. type: =head2
10289 #: ../fish/guestfish-actions.pod:2626
10290 msgid "ln-s"
10291 msgstr "ln-s"
10292
10293 #. type: verbatim
10294 #: ../fish/guestfish-actions.pod:2628
10295 #, no-wrap
10296 msgid ""
10297 " ln-s target linkname\n"
10298 "\n"
10299 msgstr ""
10300 " ln-s призначення назва_посилання\n"
10301 "\n"
10302
10303 #. type: textblock
10304 #: ../fish/guestfish-actions.pod:2630 ../src/guestfs-actions.pod:3875
10305 msgid "This command creates a symbolic link using the C<ln -s> command."
10306 msgstr ""
10307
10308 #. type: =head2
10309 #: ../fish/guestfish-actions.pod:2632
10310 msgid "ln-sf"
10311 msgstr "ln-sf"
10312
10313 #. type: verbatim
10314 #: ../fish/guestfish-actions.pod:2634
10315 #, no-wrap
10316 msgid ""
10317 " ln-sf target linkname\n"
10318 "\n"
10319 msgstr ""
10320 " ln-sf призначення назва_посилання\n"
10321 "\n"
10322
10323 #. type: textblock
10324 #: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:3888
10325 msgid ""
10326 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
10327 "option removes the link (C<linkname>) if it exists already."
10328 msgstr ""
10329
10330 #. type: =head2
10331 #: ../fish/guestfish-actions.pod:2639
10332 msgid "lremovexattr"
10333 msgstr "lremovexattr"
10334
10335 #. type: verbatim
10336 #: ../fish/guestfish-actions.pod:2641
10337 #, no-wrap
10338 msgid ""
10339 " lremovexattr xattr path\n"
10340 "\n"
10341 msgstr ""
10342
10343 #. type: textblock
10344 #: ../fish/guestfish-actions.pod:2643
10345 msgid ""
10346 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
10347 "it removes an extended attribute of the link itself."
10348 msgstr ""
10349
10350 #. type: =head2
10351 #: ../fish/guestfish-actions.pod:2647
10352 msgid "ls"
10353 msgstr "ls"
10354
10355 #. type: verbatim
10356 #: ../fish/guestfish-actions.pod:2649
10357 #, no-wrap
10358 msgid ""
10359 " ls directory\n"
10360 "\n"
10361 msgstr ""
10362 " ls каталог\n"
10363 "\n"
10364
10365 #. type: textblock
10366 #: ../fish/guestfish-actions.pod:2651 ../src/guestfs-actions.pod:3916
10367 msgid ""
10368 "List the files in C<directory> (relative to the root directory, there is no "
10369 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
10370 msgstr ""
10371
10372 #. type: textblock
10373 #: ../fish/guestfish-actions.pod:2655
10374 msgid ""
10375 "This command is mostly useful for interactive sessions.  Programs should "
10376 "probably use L</readdir> instead."
10377 msgstr ""
10378
10379 #. type: =head2
10380 #: ../fish/guestfish-actions.pod:2658
10381 msgid "lsetxattr"
10382 msgstr "lsetxattr"
10383
10384 #. type: verbatim
10385 #: ../fish/guestfish-actions.pod:2660
10386 #, no-wrap
10387 msgid ""
10388 " lsetxattr xattr val vallen path\n"
10389 "\n"
10390 msgstr ""
10391
10392 #. type: textblock
10393 #: ../fish/guestfish-actions.pod:2662
10394 msgid ""
10395 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
10396 "sets an extended attribute of the link itself."
10397 msgstr ""
10398
10399 #. type: =head2
10400 #: ../fish/guestfish-actions.pod:2666
10401 msgid "lstat"
10402 msgstr "lstat"
10403
10404 #. type: verbatim
10405 #: ../fish/guestfish-actions.pod:2668
10406 #, no-wrap
10407 msgid ""
10408 " lstat path\n"
10409 "\n"
10410 msgstr ""
10411 " lstat шлях\n"
10412 "\n"
10413
10414 #. type: textblock
10415 #: ../fish/guestfish-actions.pod:2670 ../fish/guestfish-actions.pod:4478
10416 #: ../src/guestfs-actions.pod:3952 ../src/guestfs-actions.pod:6731
10417 msgid "Returns file information for the given C<path>."
10418 msgstr ""
10419
10420 #. type: textblock
10421 #: ../fish/guestfish-actions.pod:2672
10422 msgid ""
10423 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
10424 "the link is stat-ed, not the file it refers to."
10425 msgstr ""
10426
10427 #. type: textblock
10428 #: ../fish/guestfish-actions.pod:2676 ../src/guestfs-actions.pod:3958
10429 msgid "This is the same as the C<lstat(2)> system call."
10430 msgstr ""
10431
10432 #. type: =head2
10433 #: ../fish/guestfish-actions.pod:2678
10434 msgid "lstatlist"
10435 msgstr "lstatlist"
10436
10437 #. type: verbatim
10438 #: ../fish/guestfish-actions.pod:2680
10439 #, no-wrap
10440 msgid ""
10441 " lstatlist path 'names ...'\n"
10442 "\n"
10443 msgstr ""
10444
10445 #. type: textblock
10446 #: ../fish/guestfish-actions.pod:2682
10447 msgid ""
10448 "This call allows you to perform the L</lstat> operation on multiple files, "
10449 "where all files are in the directory C<path>.  C<names> is the list of files "
10450 "from this directory."
10451 msgstr ""
10452
10453 #. type: textblock
10454 #: ../fish/guestfish-actions.pod:2686 ../src/guestfs-actions.pod:3977
10455 msgid ""
10456 "On return you get a list of stat structs, with a one-to-one correspondence "
10457 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10458 "then the C<ino> field of that structure is set to C<-1>."
10459 msgstr ""
10460
10461 #. type: textblock
10462 #: ../fish/guestfish-actions.pod:2691
10463 msgid ""
10464 "This call is intended for programs that want to efficiently list a directory "
10465 "contents without making many round-trips.  See also L</lxattrlist> for a "
10466 "similarly efficient call for getting extended attributes.  Very long "
10467 "directory listings might cause the protocol message size to be exceeded, "
10468 "causing this call to fail.  The caller must split up such requests into "
10469 "smaller groups of names."
10470 msgstr ""
10471
10472 #. type: =head2
10473 #: ../fish/guestfish-actions.pod:2699
10474 msgid "luks-add-key"
10475 msgstr "luks-add-key"
10476
10477 #. type: verbatim
10478 #: ../fish/guestfish-actions.pod:2701
10479 #, no-wrap
10480 msgid ""
10481 " luks-add-key device keyslot\n"
10482 "\n"
10483 msgstr ""
10484
10485 #. type: textblock
10486 #: ../fish/guestfish-actions.pod:2703 ../src/guestfs-actions.pod:4005
10487 msgid ""
10488 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10489 "existing key, and is used to access the device.  C<newkey> is the new key to "
10490 "add.  C<keyslot> is the key slot that will be replaced."
10491 msgstr ""
10492
10493 #. type: textblock
10494 #: ../fish/guestfish-actions.pod:2708
10495 msgid ""
10496 "Note that if C<keyslot> already contains a key, then this command will "
10497 "fail.  You have to use L</luks-kill-slot> first to remove that key."
10498 msgstr ""
10499
10500 #. type: textblock
10501 #: ../fish/guestfish-actions.pod:2712 ../fish/guestfish-actions.pod:2734
10502 #: ../fish/guestfish-actions.pod:2747 ../fish/guestfish-actions.pod:2761
10503 #: ../fish/guestfish-actions.pod:2787 ../fish/guestfish-actions.pod:2797
10504 msgid ""
10505 "This command has one or more key or passphrase parameters.  Guestfish will "
10506 "prompt for these separately."
10507 msgstr ""
10508
10509 #. type: =head2
10510 #: ../fish/guestfish-actions.pod:2715
10511 msgid "luks-close"
10512 msgstr "luks-close"
10513
10514 #. type: verbatim
10515 #: ../fish/guestfish-actions.pod:2717
10516 #, no-wrap
10517 msgid ""
10518 " luks-close device\n"
10519 "\n"
10520 msgstr ""
10521 " luks-close пристрій\n"
10522 "\n"
10523
10524 #. type: textblock
10525 #: ../fish/guestfish-actions.pod:2719
10526 msgid ""
10527 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
10528 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
10529 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
10530 "block device."
10531 msgstr ""
10532
10533 #. type: =head2
10534 #: ../fish/guestfish-actions.pod:2725
10535 msgid "luks-format"
10536 msgstr "luks-format"
10537
10538 #. type: verbatim
10539 #: ../fish/guestfish-actions.pod:2727
10540 #, no-wrap
10541 msgid ""
10542 " luks-format device keyslot\n"
10543 "\n"
10544 msgstr ""
10545
10546 #. type: textblock
10547 #: ../fish/guestfish-actions.pod:2729 ../src/guestfs-actions.pod:4046
10548 msgid ""
10549 "This command erases existing data on C<device> and formats the device as a "
10550 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10551 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10552 msgstr ""
10553
10554 #. type: textblock
10555 #: ../fish/guestfish-actions.pod:2737 ../fish/guestfish-actions.pod:2750
10556 #: ../fish/guestfish-actions.pod:2837 ../fish/guestfish-actions.pod:3498
10557 #: ../fish/guestfish-actions.pod:4024 ../fish/guestfish-actions.pod:4349
10558 #: ../fish/guestfish-actions.pod:4372 ../fish/guestfish-actions.pod:4394
10559 #: ../fish/guestfish-actions.pod:5132 ../src/guestfs-actions.pod:4053
10560 #: ../src/guestfs-actions.pod:4076 ../src/guestfs-actions.pod:4219
10561 #: ../src/guestfs-actions.pod:5322 ../src/guestfs-actions.pod:6110
10562 #: ../src/guestfs-actions.pod:6538 ../src/guestfs-actions.pod:6568
10563 #: ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:7799
10564 msgid ""
10565 "B<This command is dangerous.  Without careful use you can easily destroy all "
10566 "your data>."
10567 msgstr ""
10568
10569 #. type: =head2
10570 #: ../fish/guestfish-actions.pod:2740
10571 msgid "luks-format-cipher"
10572 msgstr "luks-format-cipher"
10573
10574 #. type: verbatim
10575 #: ../fish/guestfish-actions.pod:2742
10576 #, no-wrap
10577 msgid ""
10578 " luks-format-cipher device keyslot cipher\n"
10579 "\n"
10580 msgstr ""
10581
10582 #. type: textblock
10583 #: ../fish/guestfish-actions.pod:2744
10584 msgid ""
10585 "This command is the same as L</luks-format> but it also allows you to set "
10586 "the C<cipher> used."
10587 msgstr ""
10588
10589 #. type: =head2
10590 #: ../fish/guestfish-actions.pod:2753
10591 msgid "luks-kill-slot"
10592 msgstr "luks-kill-slot"
10593
10594 #. type: verbatim
10595 #: ../fish/guestfish-actions.pod:2755
10596 #, no-wrap
10597 msgid ""
10598 " luks-kill-slot device keyslot\n"
10599 "\n"
10600 msgstr ""
10601
10602 #. type: textblock
10603 #: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4093
10604 msgid ""
10605 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
10606 "device C<device>.  C<key> must be one of the I<other> keys."
10607 msgstr ""
10608
10609 #. type: =head2
10610 #: ../fish/guestfish-actions.pod:2764
10611 msgid "luks-open"
10612 msgstr "luks-open"
10613
10614 #. type: verbatim
10615 #: ../fish/guestfish-actions.pod:2766
10616 #, no-wrap
10617 msgid ""
10618 " luks-open device mapname\n"
10619 "\n"
10620 msgstr ""
10621
10622 #. type: textblock
10623 #: ../fish/guestfish-actions.pod:2768 ../src/guestfs-actions.pod:4113
10624 msgid ""
10625 "This command opens a block device which has been encrypted according to the "
10626 "Linux Unified Key Setup (LUKS) standard."
10627 msgstr ""
10628
10629 #. type: textblock
10630 #: ../fish/guestfish-actions.pod:2771 ../src/guestfs-actions.pod:4116
10631 msgid "C<device> is the encrypted block device or partition."
10632 msgstr ""
10633
10634 #. type: textblock
10635 #: ../fish/guestfish-actions.pod:2773 ../src/guestfs-actions.pod:4118
10636 msgid ""
10637 "The caller must supply one of the keys associated with the LUKS block "
10638 "device, in the C<key> parameter."
10639 msgstr ""
10640
10641 #. type: textblock
10642 #: ../fish/guestfish-actions.pod:2776 ../src/guestfs-actions.pod:4121
10643 msgid ""
10644 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
10645 "writes to this block device are decrypted from and encrypted to the "
10646 "underlying C<device> respectively."
10647 msgstr ""
10648
10649 #. type: textblock
10650 #: ../fish/guestfish-actions.pod:2780
10651 msgid ""
10652 "If this block device contains LVM volume groups, then calling L</vgscan> "
10653 "followed by L</vg-activate-all> will make them visible."
10654 msgstr ""
10655
10656 #. type: textblock
10657 #: ../fish/guestfish-actions.pod:2784
10658 msgid "Use L</list-dm-devices> to list all device mapper devices."
10659 msgstr ""
10660
10661 #. type: =head2
10662 #: ../fish/guestfish-actions.pod:2790
10663 msgid "luks-open-ro"
10664 msgstr "luks-open-ro"
10665
10666 #. type: verbatim
10667 #: ../fish/guestfish-actions.pod:2792
10668 #, no-wrap
10669 msgid ""
10670 " luks-open-ro device mapname\n"
10671 "\n"
10672 msgstr ""
10673
10674 #. type: textblock
10675 #: ../fish/guestfish-actions.pod:2794
10676 msgid ""
10677 "This is the same as L</luks-open> except that a read-only mapping is created."
10678 msgstr ""
10679
10680 #. type: =head2
10681 #: ../fish/guestfish-actions.pod:2800
10682 msgid "lvcreate"
10683 msgstr "lvcreate"
10684
10685 #. type: verbatim
10686 #: ../fish/guestfish-actions.pod:2802
10687 #, no-wrap
10688 msgid ""
10689 " lvcreate logvol volgroup mbytes\n"
10690 "\n"
10691 msgstr ""
10692
10693 #. type: textblock
10694 #: ../fish/guestfish-actions.pod:2804 ../src/guestfs-actions.pod:4167
10695 msgid ""
10696 "This creates an LVM logical volume called C<logvol> on the volume group "
10697 "C<volgroup>, with C<size> megabytes."
10698 msgstr ""
10699
10700 #. type: =head2
10701 #: ../fish/guestfish-actions.pod:2807
10702 msgid "lvm-canonical-lv-name"
10703 msgstr "lvm-canonical-lv-name"
10704
10705 #. type: verbatim
10706 #: ../fish/guestfish-actions.pod:2809
10707 #, no-wrap
10708 msgid ""
10709 " lvm-canonical-lv-name lvname\n"
10710 "\n"
10711 msgstr ""
10712
10713 #. type: textblock
10714 #: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4180
10715 msgid ""
10716 "This converts alternative naming schemes for LVs that you might find to the "
10717 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
10718 "LV>."
10719 msgstr ""
10720
10721 #. type: textblock
10722 #: ../fish/guestfish-actions.pod:2815 ../src/guestfs-actions.pod:4184
10723 msgid ""
10724 "This command returns an error if the C<lvname> parameter does not refer to a "
10725 "logical volume."
10726 msgstr ""
10727
10728 #. type: textblock
10729 #: ../fish/guestfish-actions.pod:2818
10730 msgid "See also L</is-lv>."
10731 msgstr "Див. також L</is-lv>."
10732
10733 #. type: =head2
10734 #: ../fish/guestfish-actions.pod:2820
10735 msgid "lvm-clear-filter"
10736 msgstr "lvm-clear-filter"
10737
10738 #. type: verbatim
10739 #: ../fish/guestfish-actions.pod:2822
10740 #, no-wrap
10741 msgid ""
10742 " lvm-clear-filter\n"
10743 "\n"
10744 msgstr ""
10745 " lvm-clear-filter\n"
10746 "\n"
10747
10748 #. type: textblock
10749 #: ../fish/guestfish-actions.pod:2824
10750 msgid ""
10751 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
10752 "block device."
10753 msgstr ""
10754
10755 #. type: textblock
10756 #: ../fish/guestfish-actions.pod:2827 ../fish/guestfish-actions.pod:2858
10757 #: ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4244
10758 msgid ""
10759 "This command also clears the LVM cache and performs a volume group scan."
10760 msgstr ""
10761
10762 #. type: =head2
10763 #: ../fish/guestfish-actions.pod:2830
10764 msgid "lvm-remove-all"
10765 msgstr "lvm-remove-all"
10766
10767 #. type: verbatim
10768 #: ../fish/guestfish-actions.pod:2832
10769 #, no-wrap
10770 msgid ""
10771 " lvm-remove-all\n"
10772 "\n"
10773 msgstr ""
10774 " lvm-remove-all\n"
10775 "\n"
10776
10777 #. type: textblock
10778 #: ../fish/guestfish-actions.pod:2834 ../src/guestfs-actions.pod:4214
10779 msgid ""
10780 "This command removes all LVM logical volumes, volume groups and physical "
10781 "volumes."
10782 msgstr ""
10783
10784 #. type: =head2
10785 #: ../fish/guestfish-actions.pod:2840
10786 msgid "lvm-set-filter"
10787 msgstr "lvm-set-filter"
10788
10789 #. type: verbatim
10790 #: ../fish/guestfish-actions.pod:2842
10791 #, no-wrap
10792 msgid ""
10793 " lvm-set-filter 'devices ...'\n"
10794 "\n"
10795 msgstr ""
10796 " lvm-set-filter 'пристрої...'\n"
10797 "\n"
10798
10799 #. type: textblock
10800 #: ../fish/guestfish-actions.pod:2844 ../src/guestfs-actions.pod:4230
10801 msgid ""
10802 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
10803 "block devices in the list C<devices>, and will ignore all other attached "
10804 "block devices."
10805 msgstr ""
10806
10807 #. type: textblock
10808 #: ../fish/guestfish-actions.pod:2848 ../src/guestfs-actions.pod:4234
10809 msgid ""
10810 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
10811 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
10812 "there are two types of duplication possible: either cloned PVs/VGs which "
10813 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
10814 "same name.  In normal operation you cannot create this situation, but you "
10815 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
10816 "inside the LVM metadata."
10817 msgstr ""
10818
10819 #. type: textblock
10820 #: ../fish/guestfish-actions.pod:2861 ../src/guestfs-actions.pod:4247
10821 msgid "You can filter whole block devices or individual partitions."
10822 msgstr ""
10823
10824 #. type: textblock
10825 #: ../fish/guestfish-actions.pod:2863 ../src/guestfs-actions.pod:4249
10826 msgid ""
10827 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
10828 "filesystem), even if you are not filtering out that VG."
10829 msgstr ""
10830
10831 #. type: =head2
10832 #: ../fish/guestfish-actions.pod:2867
10833 msgid "lvremove"
10834 msgstr "lvremove"
10835
10836 #. type: verbatim
10837 #: ../fish/guestfish-actions.pod:2869
10838 #, no-wrap
10839 msgid ""
10840 " lvremove device\n"
10841 "\n"
10842 msgstr ""
10843 " lvremove пристрій\n"
10844 "\n"
10845
10846 #. type: textblock
10847 #: ../fish/guestfish-actions.pod:2871 ../src/guestfs-actions.pod:4263
10848 msgid ""
10849 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
10850 "LV, such as C</dev/VG/LV>."
10851 msgstr ""
10852
10853 #. type: textblock
10854 #: ../fish/guestfish-actions.pod:2874 ../src/guestfs-actions.pod:4266
10855 msgid ""
10856 "You can also remove all LVs in a volume group by specifying the VG name, C</"
10857 "dev/VG>."
10858 msgstr ""
10859
10860 #. type: =head2
10861 #: ../fish/guestfish-actions.pod:2877
10862 msgid "lvrename"
10863 msgstr "lvrename"
10864
10865 #. type: verbatim
10866 #: ../fish/guestfish-actions.pod:2879
10867 #, no-wrap
10868 msgid ""
10869 " lvrename logvol newlogvol\n"
10870 "\n"
10871 msgstr ""
10872
10873 #. type: textblock
10874 #: ../fish/guestfish-actions.pod:2881 ../src/guestfs-actions.pod:4280
10875 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
10876 msgstr ""
10877
10878 #. type: =head2
10879 #: ../fish/guestfish-actions.pod:2883
10880 msgid "lvresize"
10881 msgstr "lvresize"
10882
10883 #. type: verbatim
10884 #: ../fish/guestfish-actions.pod:2885
10885 #, no-wrap
10886 msgid ""
10887 " lvresize device mbytes\n"
10888 "\n"
10889 msgstr ""
10890
10891 #. type: textblock
10892 #: ../fish/guestfish-actions.pod:2887 ../src/guestfs-actions.pod:4293
10893 msgid ""
10894 "This resizes (expands or shrinks) an existing LVM logical volume to "
10895 "C<mbytes>.  When reducing, data in the reduced part is lost."
10896 msgstr ""
10897
10898 #. type: =head2
10899 #: ../fish/guestfish-actions.pod:2891
10900 msgid "lvresize-free"
10901 msgstr "lvresize-free"
10902
10903 #. type: verbatim
10904 #: ../fish/guestfish-actions.pod:2893
10905 #, no-wrap
10906 msgid ""
10907 " lvresize-free lv percent\n"
10908 "\n"
10909 msgstr ""
10910
10911 #. type: textblock
10912 #: ../fish/guestfish-actions.pod:2895 ../src/guestfs-actions.pod:4308
10913 msgid ""
10914 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
10915 "remaining free space in the volume group.  Commonly you would call this with "
10916 "pc = 100 which expands the logical volume as much as possible, using all "
10917 "remaining free space in the volume group."
10918 msgstr ""
10919
10920 #. type: =head2
10921 #: ../fish/guestfish-actions.pod:2901
10922 msgid "lvs"
10923 msgstr "lvs"
10924
10925 #. type: verbatim
10926 #: ../fish/guestfish-actions.pod:2903
10927 #, no-wrap
10928 msgid ""
10929 " lvs\n"
10930 "\n"
10931 msgstr ""
10932 " lvs\n"
10933 "\n"
10934
10935 #. type: textblock
10936 #: ../fish/guestfish-actions.pod:2905 ../src/guestfs-actions.pod:4323
10937 msgid ""
10938 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
10939 "(8)> command."
10940 msgstr ""
10941
10942 #. type: textblock
10943 #: ../fish/guestfish-actions.pod:2908 ../src/guestfs-actions.pod:4326
10944 msgid ""
10945 "This returns a list of the logical volume device names (eg. C</dev/"
10946 "VolGroup00/LogVol00>)."
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../fish/guestfish-actions.pod:2911
10951 msgid "See also L</lvs-full>, L</list-filesystems>."
10952 msgstr "Див. також L</lvs-full>, L</list-filesystems>."
10953
10954 #. type: =head2
10955 #: ../fish/guestfish-actions.pod:2913
10956 msgid "lvs-full"
10957 msgstr "lvs-full"
10958
10959 #. type: verbatim
10960 #: ../fish/guestfish-actions.pod:2915
10961 #, no-wrap
10962 msgid ""
10963 " lvs-full\n"
10964 "\n"
10965 msgstr ""
10966 " lvs-full\n"
10967 "\n"
10968
10969 #. type: textblock
10970 #: ../fish/guestfish-actions.pod:2917 ../src/guestfs-actions.pod:4342
10971 msgid ""
10972 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
10973 "(8)> command.  The \"full\" version includes all fields."
10974 msgstr ""
10975
10976 #. type: =head2
10977 #: ../fish/guestfish-actions.pod:2920
10978 msgid "lvuuid"
10979 msgstr "lvuuid"
10980
10981 #. type: verbatim
10982 #: ../fish/guestfish-actions.pod:2922
10983 #, no-wrap
10984 msgid ""
10985 " lvuuid device\n"
10986 "\n"
10987 msgstr ""
10988 " lvuuid пристрій\n"
10989 "\n"
10990
10991 #. type: textblock
10992 #: ../fish/guestfish-actions.pod:2924 ../src/guestfs-actions.pod:4357
10993 msgid "This command returns the UUID of the LVM LV C<device>."
10994 msgstr ""
10995
10996 #. type: =head2
10997 #: ../fish/guestfish-actions.pod:2926
10998 msgid "lxattrlist"
10999 msgstr "lxattrlist"
11000
11001 #. type: verbatim
11002 #: ../fish/guestfish-actions.pod:2928
11003 #, no-wrap
11004 msgid ""
11005 " lxattrlist path 'names ...'\n"
11006 "\n"
11007 msgstr ""
11008
11009 #. type: textblock
11010 #: ../fish/guestfish-actions.pod:2930 ../src/guestfs-actions.pod:4371
11011 msgid ""
11012 "This call allows you to get the extended attributes of multiple files, where "
11013 "all files are in the directory C<path>.  C<names> is the list of files from "
11014 "this directory."
11015 msgstr ""
11016
11017 #. type: textblock
11018 #: ../fish/guestfish-actions.pod:2934 ../src/guestfs-actions.pod:4375
11019 msgid ""
11020 "On return you get a flat list of xattr structs which must be interpreted "
11021 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11022 "C<attrval> in this struct is zero-length to indicate there was an error "
11023 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11024 "number (the number of following attributes for this file, which could be C<"
11025 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
11026 "for the first named file.  This repeats for the second and subsequent files."
11027 msgstr ""
11028
11029 #. type: textblock
11030 #: ../fish/guestfish-actions.pod:2944
11031 msgid ""
11032 "This call is intended for programs that want to efficiently list a directory "
11033 "contents without making many round-trips.  See also L</lstatlist> for a "
11034 "similarly efficient call for getting standard stats.  Very long directory "
11035 "listings might cause the protocol message size to be exceeded, causing this "
11036 "call to fail.  The caller must split up such requests into smaller groups of "
11037 "names."
11038 msgstr ""
11039
11040 #. type: =head2
11041 #: ../fish/guestfish-actions.pod:2952
11042 msgid "mkdir"
11043 msgstr "mkdir"
11044
11045 #. type: verbatim
11046 #: ../fish/guestfish-actions.pod:2954
11047 #, no-wrap
11048 msgid ""
11049 " mkdir path\n"
11050 "\n"
11051 msgstr ""
11052 " mkdir шлях\n"
11053 "\n"
11054
11055 #. type: textblock
11056 #: ../fish/guestfish-actions.pod:2956 ../src/guestfs-actions.pod:4405
11057 msgid "Create a directory named C<path>."
11058 msgstr ""
11059
11060 #. type: =head2
11061 #: ../fish/guestfish-actions.pod:2958
11062 msgid "mkdir-mode"
11063 msgstr "mkdir-mode"
11064
11065 #. type: verbatim
11066 #: ../fish/guestfish-actions.pod:2960
11067 #, no-wrap
11068 msgid ""
11069 " mkdir-mode path mode\n"
11070 "\n"
11071 msgstr ""
11072 " mkdir-mode шлях режим\n"
11073 "\n"
11074
11075 #. type: textblock
11076 #: ../fish/guestfish-actions.pod:2962 ../src/guestfs-actions.pod:4418
11077 msgid ""
11078 "This command creates a directory, setting the initial permissions of the "
11079 "directory to C<mode>."
11080 msgstr ""
11081
11082 #. type: textblock
11083 #: ../fish/guestfish-actions.pod:2965 ../src/guestfs-actions.pod:4421
11084 msgid ""
11085 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11086 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11087 "other ways."
11088 msgstr ""
11089
11090 #. type: textblock
11091 #: ../fish/guestfish-actions.pod:2969
11092 msgid "See also L</mkdir>, L</umask>"
11093 msgstr "Див. також L</mkdir>, L</umask>"
11094
11095 #. type: =head2
11096 #: ../fish/guestfish-actions.pod:2971
11097 msgid "mkdir-p"
11098 msgstr "mkdir-p"
11099
11100 #. type: verbatim
11101 #: ../fish/guestfish-actions.pod:2973
11102 #, no-wrap
11103 msgid ""
11104 " mkdir-p path\n"
11105 "\n"
11106 msgstr ""
11107 " mkdir-p шлях\n"
11108 "\n"
11109
11110 #. type: textblock
11111 #: ../fish/guestfish-actions.pod:2975 ../src/guestfs-actions.pod:4437
11112 msgid ""
11113 "Create a directory named C<path>, creating any parent directories as "
11114 "necessary.  This is like the C<mkdir -p> shell command."
11115 msgstr ""
11116
11117 #. type: =head2
11118 #: ../fish/guestfish-actions.pod:2978
11119 msgid "mkdtemp"
11120 msgstr "mkdtemp"
11121
11122 #. type: verbatim
11123 #: ../fish/guestfish-actions.pod:2980
11124 #, no-wrap
11125 msgid ""
11126 " mkdtemp template\n"
11127 "\n"
11128 msgstr ""
11129 " mkdtemp шаблон\n"
11130 "\n"
11131
11132 #. type: textblock
11133 #: ../fish/guestfish-actions.pod:2982 ../src/guestfs-actions.pod:4450
11134 msgid ""
11135 "This command creates a temporary directory.  The C<template> parameter "
11136 "should be a full pathname for the temporary directory name with the final "
11137 "six characters being \"XXXXXX\"."
11138 msgstr ""
11139
11140 #. type: textblock
11141 #: ../fish/guestfish-actions.pod:2987 ../src/guestfs-actions.pod:4455
11142 msgid ""
11143 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11144 "being suitable for Windows filesystems."
11145 msgstr ""
11146
11147 #. type: textblock
11148 #: ../fish/guestfish-actions.pod:2990 ../src/guestfs-actions.pod:4458
11149 msgid "The name of the temporary directory that was created is returned."
11150 msgstr ""
11151
11152 #. type: textblock
11153 #: ../fish/guestfish-actions.pod:2993 ../src/guestfs-actions.pod:4461
11154 msgid "The temporary directory is created with mode 0700 and is owned by root."
11155 msgstr ""
11156
11157 #. type: textblock
11158 #: ../fish/guestfish-actions.pod:2996 ../src/guestfs-actions.pod:4464
11159 msgid ""
11160 "The caller is responsible for deleting the temporary directory and its "
11161 "contents after use."
11162 msgstr ""
11163
11164 #. type: textblock
11165 #: ../fish/guestfish-actions.pod:2999 ../src/guestfs-actions.pod:4467
11166 msgid "See also: L<mkdtemp(3)>"
11167 msgstr ""
11168
11169 #. type: =head2
11170 #: ../fish/guestfish-actions.pod:3001
11171 msgid "mke2fs-J"
11172 msgstr "mke2fs-J"
11173
11174 #. type: verbatim
11175 #: ../fish/guestfish-actions.pod:3003
11176 #, no-wrap
11177 msgid ""
11178 " mke2fs-J fstype blocksize device journal\n"
11179 "\n"
11180 msgstr ""
11181
11182 #. type: textblock
11183 #: ../fish/guestfish-actions.pod:3005 ../src/guestfs-actions.pod:4483
11184 msgid ""
11185 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11186 "C<journal>.  It is equivalent to the command:"
11187 msgstr ""
11188
11189 #. type: verbatim
11190 #: ../fish/guestfish-actions.pod:3009 ../src/guestfs-actions.pod:4487
11191 #, no-wrap
11192 msgid ""
11193 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11194 "\n"
11195 msgstr ""
11196 " mke2fs -t fstype -b blocksize -J device=<журнал> <пристрій>\n"
11197 "\n"
11198
11199 #. type: textblock
11200 #: ../fish/guestfish-actions.pod:3011
11201 msgid "See also L</mke2journal>."
11202 msgstr "Див. також L</mke2journal>."
11203
11204 #. type: =head2
11205 #: ../fish/guestfish-actions.pod:3013
11206 msgid "mke2fs-JL"
11207 msgstr "mke2fs-JL"
11208
11209 #. type: verbatim
11210 #: ../fish/guestfish-actions.pod:3015
11211 #, no-wrap
11212 msgid ""
11213 " mke2fs-JL fstype blocksize device label\n"
11214 "\n"
11215 msgstr ""
11216
11217 #. type: textblock
11218 #: ../fish/guestfish-actions.pod:3017 ../src/guestfs-actions.pod:4504
11219 msgid ""
11220 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11221 "the journal labeled C<label>."
11222 msgstr ""
11223
11224 #. type: textblock
11225 #: ../fish/guestfish-actions.pod:3020
11226 msgid "See also L</mke2journal-L>."
11227 msgstr "Див. також L</mke2journal-L>."
11228
11229 #. type: =head2
11230 #: ../fish/guestfish-actions.pod:3022
11231 msgid "mke2fs-JU"
11232 msgstr "mke2fs-JU"
11233
11234 #. type: verbatim
11235 #: ../fish/guestfish-actions.pod:3024
11236 #, no-wrap
11237 msgid ""
11238 " mke2fs-JU fstype blocksize device uuid\n"
11239 "\n"
11240 msgstr ""
11241
11242 #. type: textblock
11243 #: ../fish/guestfish-actions.pod:3026 ../src/guestfs-actions.pod:4522
11244 msgid ""
11245 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11246 "the journal with UUID C<uuid>."
11247 msgstr ""
11248
11249 #. type: textblock
11250 #: ../fish/guestfish-actions.pod:3029
11251 msgid "See also L</mke2journal-U>."
11252 msgstr "Див. також L</mke2journal-U>."
11253
11254 #. type: =head2
11255 #: ../fish/guestfish-actions.pod:3031
11256 msgid "mke2journal"
11257 msgstr "mke2journal"
11258
11259 #. type: verbatim
11260 #: ../fish/guestfish-actions.pod:3033
11261 #, no-wrap
11262 msgid ""
11263 " mke2journal blocksize device\n"
11264 "\n"
11265 msgstr ""
11266
11267 #. type: textblock
11268 #: ../fish/guestfish-actions.pod:3035 ../src/guestfs-actions.pod:4538
11269 msgid ""
11270 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11271 "command:"
11272 msgstr ""
11273
11274 #. type: verbatim
11275 #: ../fish/guestfish-actions.pod:3038 ../src/guestfs-actions.pod:4541
11276 #, no-wrap
11277 msgid ""
11278 " mke2fs -O journal_dev -b blocksize device\n"
11279 "\n"
11280 msgstr ""
11281
11282 #. type: =head2
11283 #: ../fish/guestfish-actions.pod:3040
11284 msgid "mke2journal-L"
11285 msgstr "mke2journal-L"
11286
11287 #. type: verbatim
11288 #: ../fish/guestfish-actions.pod:3042
11289 #, no-wrap
11290 msgid ""
11291 " mke2journal-L blocksize label device\n"
11292 "\n"
11293 msgstr ""
11294
11295 #. type: textblock
11296 #: ../fish/guestfish-actions.pod:3044 ../src/guestfs-actions.pod:4555
11297 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11298 msgstr ""
11299
11300 #. type: =head2
11301 #: ../fish/guestfish-actions.pod:3046
11302 msgid "mke2journal-U"
11303 msgstr "mke2journal-U"
11304
11305 #. type: verbatim
11306 #: ../fish/guestfish-actions.pod:3048
11307 #, no-wrap
11308 msgid ""
11309 " mke2journal-U blocksize uuid device\n"
11310 "\n"
11311 msgstr ""
11312
11313 #. type: textblock
11314 #: ../fish/guestfish-actions.pod:3050 ../src/guestfs-actions.pod:4569
11315 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11316 msgstr ""
11317
11318 #. type: =head2
11319 #: ../fish/guestfish-actions.pod:3052
11320 msgid "mkfifo"
11321 msgstr "mkfifo"
11322
11323 #. type: verbatim
11324 #: ../fish/guestfish-actions.pod:3054
11325 #, no-wrap
11326 msgid ""
11327 " mkfifo mode path\n"
11328 "\n"
11329 msgstr ""
11330 " mkfifo режим шлях\n"
11331 "\n"
11332
11333 #. type: textblock
11334 #: ../fish/guestfish-actions.pod:3056
11335 msgid ""
11336 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11337 "is just a convenient wrapper around L</mknod>."
11338 msgstr ""
11339
11340 #. type: =head2
11341 #: ../fish/guestfish-actions.pod:3062
11342 msgid "mkfs"
11343 msgstr "mkfs"
11344
11345 #. type: verbatim
11346 #: ../fish/guestfish-actions.pod:3064
11347 #, no-wrap
11348 msgid ""
11349 " mkfs fstype device\n"
11350 "\n"
11351 msgstr ""
11352 " mkfs тип_файлової_системи пристрій\n"
11353 "\n"
11354
11355 #. type: textblock
11356 #: ../fish/guestfish-actions.pod:3066 ../src/guestfs-actions.pod:4599
11357 msgid ""
11358 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11359 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11360 msgstr ""
11361
11362 #. type: =head2
11363 #: ../fish/guestfish-actions.pod:3070
11364 msgid "mkfs-b"
11365 msgstr "mkfs-b"
11366
11367 #. type: verbatim
11368 #: ../fish/guestfish-actions.pod:3072
11369 #, no-wrap
11370 msgid ""
11371 " mkfs-b fstype blocksize device\n"
11372 "\n"
11373 msgstr ""
11374
11375 #. type: textblock
11376 #: ../fish/guestfish-actions.pod:3074
11377 msgid ""
11378 "This call is similar to L</mkfs>, but it allows you to control the block "
11379 "size of the resulting filesystem.  Supported block sizes depend on the "
11380 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11381 msgstr ""
11382
11383 #. type: textblock
11384 #: ../fish/guestfish-actions.pod:3079 ../fish/guestfish-actions.pod:3106
11385 #: ../src/guestfs-actions.pod:4620 ../src/guestfs-actions.pod:4665
11386 msgid ""
11387 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11388 "cluster size."
11389 msgstr ""
11390
11391 #. type: textblock
11392 #: ../fish/guestfish-actions.pod:3082 ../src/guestfs-actions.pod:4625
11393 msgid ""
11394 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
11395 msgstr ""
11396
11397 #. type: =head2
11398 #: ../fish/guestfish-actions.pod:3089
11399 msgid "mkfs-opts"
11400 msgstr "mkfs-opts"
11401
11402 #. type: verbatim
11403 #: ../fish/guestfish-actions.pod:3091
11404 #, no-wrap
11405 msgid ""
11406 " mkfs-opts fstype device [blocksize:..] [features:..] [inode:..] [sectorsize:..]\n"
11407 "\n"
11408 msgstr ""
11409
11410 #. type: textblock
11411 #: ../fish/guestfish-actions.pod:3093 ../src/guestfs-actions.pod:4652
11412 msgid ""
11413 "This function creates a filesystem on C<device>.  The filesystem type is "
11414 "C<fstype>, for example C<ext3>."
11415 msgstr ""
11416
11417 #. type: =item
11418 #: ../fish/guestfish-actions.pod:3100 ../src/guestfs-actions.pod:4659
11419 msgid "C<blocksize>"
11420 msgstr "C<blocksize>"
11421
11422 #. type: textblock
11423 #: ../fish/guestfish-actions.pod:3102 ../src/guestfs-actions.pod:4661
11424 msgid ""
11425 "The filesystem block size.  Supported block sizes depend on the filesystem "
11426 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11427 "filesystems."
11428 msgstr ""
11429
11430 #. type: textblock
11431 #: ../fish/guestfish-actions.pod:3109 ../src/guestfs-actions.pod:4668
11432 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
11433 msgstr ""
11434
11435 #. type: =item
11436 #: ../fish/guestfish-actions.pod:3111 ../src/guestfs-actions.pod:4670
11437 msgid "C<features>"
11438 msgstr "C<features>"
11439
11440 #. type: textblock
11441 #: ../fish/guestfish-actions.pod:3113 ../src/guestfs-actions.pod:4672
11442 msgid "This passes the I<-O> parameter to the external mkfs program."
11443 msgstr ""
11444
11445 #. type: textblock
11446 #: ../fish/guestfish-actions.pod:3115 ../src/guestfs-actions.pod:4674
11447 msgid ""
11448 "For certain filesystem types, this allows extra filesystem features to be "
11449 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
11450 msgstr ""
11451
11452 #. type: textblock
11453 #: ../fish/guestfish-actions.pod:3119 ../src/guestfs-actions.pod:4678
11454 msgid ""
11455 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
11456 "type."
11457 msgstr ""
11458
11459 #. type: =item
11460 #: ../fish/guestfish-actions.pod:3122 ../src/guestfs-actions.pod:4681
11461 msgid "C<inode>"
11462 msgstr ""
11463
11464 #. type: textblock
11465 #: ../fish/guestfish-actions.pod:3124 ../src/guestfs-actions.pod:4683
11466 msgid ""
11467 "This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
11468 "sets the inode size (only for ext2/3/4 filesystems at present)."
11469 msgstr ""
11470
11471 #. type: =item
11472 #: ../fish/guestfish-actions.pod:3127 ../src/guestfs-actions.pod:4686
11473 msgid "C<sectorsize>"
11474 msgstr ""
11475
11476 #. type: textblock
11477 #: ../fish/guestfish-actions.pod:3129 ../src/guestfs-actions.pod:4688
11478 msgid ""
11479 "This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
11480 "sets sector size for ufs filesystem."
11481 msgstr ""
11482
11483 #. type: =head2
11484 #: ../fish/guestfish-actions.pod:3136
11485 msgid "mkmountpoint"
11486 msgstr "mkmountpoint"
11487
11488 #. type: verbatim
11489 #: ../fish/guestfish-actions.pod:3138
11490 #, no-wrap
11491 msgid ""
11492 " mkmountpoint exemptpath\n"
11493 "\n"
11494 msgstr ""
11495
11496 #. type: textblock
11497 #: ../fish/guestfish-actions.pod:3140
11498 msgid ""
11499 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
11500 "to create extra mountpoints before mounting the first filesystem."
11501 msgstr ""
11502
11503 #. type: textblock
11504 #: ../fish/guestfish-actions.pod:3144 ../src/guestfs-actions.pod:4731
11505 msgid ""
11506 "These calls are I<only> necessary in some very limited circumstances, mainly "
11507 "the case where you want to mount a mix of unrelated and/or read-only "
11508 "filesystems together."
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../fish/guestfish-actions.pod:3148 ../src/guestfs-actions.pod:4735
11513 msgid ""
11514 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
11515 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
11516 "inside that.  You can unpack this as follows in guestfish:"
11517 msgstr ""
11518
11519 #. type: verbatim
11520 #: ../fish/guestfish-actions.pod:3153 ../src/guestfs-actions.pod:4740
11521 #, no-wrap
11522 msgid ""
11523 " add-ro Fedora-11-i686-Live.iso\n"
11524 " run\n"
11525 " mkmountpoint /cd\n"
11526 " mkmountpoint /sqsh\n"
11527 " mkmountpoint /ext3fs\n"
11528 " mount /dev/sda /cd\n"
11529 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
11530 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
11531 "\n"
11532 msgstr ""
11533 " add-ro Fedora-11-i686-Live.iso\n"
11534 " run\n"
11535 " mkmountpoint /cd\n"
11536 " mkmountpoint /sqsh\n"
11537 " mkmountpoint /ext3fs\n"
11538 " mount /dev/sda /cd\n"
11539 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
11540 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
11541 "\n"
11542
11543 #. type: textblock
11544 #: ../fish/guestfish-actions.pod:3162 ../src/guestfs-actions.pod:4749
11545 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
11546 msgstr ""
11547
11548 #. type: textblock
11549 #: ../fish/guestfish-actions.pod:3164
11550 msgid ""
11551 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
11552 "unexpected errors if you try to mix these calls.  It is safest to manually "
11553 "unmount filesystems and remove mountpoints after use."
11554 msgstr ""
11555
11556 #. type: textblock
11557 #: ../fish/guestfish-actions.pod:3168
11558 msgid ""
11559 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
11560 "for this to work for manual mountpoints, you must ensure that the innermost "
11561 "mountpoints have the longest pathnames, as in the example code above."
11562 msgstr ""
11563
11564 #. type: textblock
11565 #: ../fish/guestfish-actions.pod:3173 ../src/guestfs-actions.pod:4760
11566 msgid ""
11567 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
11568 msgstr ""
11569
11570 #. type: textblock
11571 #: ../fish/guestfish-actions.pod:3175
11572 msgid ""
11573 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
11574 "L</umount-all> to be called when the handle is closed which can also trigger "
11575 "these issues."
11576 msgstr ""
11577
11578 #. type: =head2
11579 #: ../fish/guestfish-actions.pod:3179
11580 msgid "mknod"
11581 msgstr "mknod"
11582
11583 #. type: verbatim
11584 #: ../fish/guestfish-actions.pod:3181
11585 #, no-wrap
11586 msgid ""
11587 " mknod mode devmajor devminor path\n"
11588 "\n"
11589 msgstr ""
11590
11591 #. type: textblock
11592 #: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4779
11593 msgid ""
11594 "This call creates block or character special devices, or named pipes (FIFOs)."
11595 msgstr ""
11596
11597 #. type: textblock
11598 #: ../fish/guestfish-actions.pod:3186 ../src/guestfs-actions.pod:4782
11599 msgid ""
11600 "The C<mode> parameter should be the mode, using the standard constants.  "
11601 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
11602 "used when creating block and character special devices."
11603 msgstr ""
11604
11605 #. type: textblock
11606 #: ../fish/guestfish-actions.pod:3191
11607 msgid ""
11608 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
11609 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
11610 "regular file).  These constants are available in the standard Linux header "
11611 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
11612 "wrappers around this command which bitwise OR in the appropriate constant "
11613 "for you."
11614 msgstr ""
11615
11616 #. type: =head2
11617 #: ../fish/guestfish-actions.pod:3201
11618 msgid "mknod-b"
11619 msgstr "mknod-b"
11620
11621 #. type: verbatim
11622 #: ../fish/guestfish-actions.pod:3203
11623 #, no-wrap
11624 msgid ""
11625 " mknod-b mode devmajor devminor path\n"
11626 "\n"
11627 msgstr ""
11628
11629 #. type: textblock
11630 #: ../fish/guestfish-actions.pod:3205
11631 msgid ""
11632 "This call creates a block device node called C<path> with mode C<mode> and "
11633 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
11634 "wrapper around L</mknod>."
11635 msgstr ""
11636
11637 #. type: =head2
11638 #: ../fish/guestfish-actions.pod:3211
11639 msgid "mknod-c"
11640 msgstr "mknod-c"
11641
11642 #. type: verbatim
11643 #: ../fish/guestfish-actions.pod:3213
11644 #, no-wrap
11645 msgid ""
11646 " mknod-c mode devmajor devminor path\n"
11647 "\n"
11648 msgstr ""
11649
11650 #. type: textblock
11651 #: ../fish/guestfish-actions.pod:3215
11652 msgid ""
11653 "This call creates a char device node called C<path> with mode C<mode> and "
11654 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
11655 "wrapper around L</mknod>."
11656 msgstr ""
11657
11658 #. type: =head2
11659 #: ../fish/guestfish-actions.pod:3221
11660 msgid "mkswap"
11661 msgstr "mkswap"
11662
11663 #. type: verbatim
11664 #: ../fish/guestfish-actions.pod:3223
11665 #, no-wrap
11666 msgid ""
11667 " mkswap device\n"
11668 "\n"
11669 msgstr ""
11670 " mkswap пристрій\n"
11671 "\n"
11672
11673 #. type: textblock
11674 #: ../fish/guestfish-actions.pod:3225 ../src/guestfs-actions.pod:4845
11675 msgid "Create a swap partition on C<device>."
11676 msgstr ""
11677
11678 #. type: =head2
11679 #: ../fish/guestfish-actions.pod:3227
11680 msgid "mkswap-L"
11681 msgstr "mkswap-L"
11682
11683 #. type: verbatim
11684 #: ../fish/guestfish-actions.pod:3229
11685 #, no-wrap
11686 msgid ""
11687 " mkswap-L label device\n"
11688 "\n"
11689 msgstr ""
11690 " mkswap-L мітка пристрій\n"
11691 "\n"
11692
11693 #. type: textblock
11694 #: ../fish/guestfish-actions.pod:3231 ../src/guestfs-actions.pod:4858
11695 msgid "Create a swap partition on C<device> with label C<label>."
11696 msgstr ""
11697
11698 #. type: textblock
11699 #: ../fish/guestfish-actions.pod:3233 ../src/guestfs-actions.pod:4860
11700 msgid ""
11701 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
11702 "sda>), just to a partition.  This appears to be a limitation of the kernel "
11703 "or swap tools."
11704 msgstr ""
11705
11706 #. type: =head2
11707 #: ../fish/guestfish-actions.pod:3237
11708 msgid "mkswap-U"
11709 msgstr "mkswap-U"
11710
11711 #. type: verbatim
11712 #: ../fish/guestfish-actions.pod:3239
11713 #, no-wrap
11714 msgid ""
11715 " mkswap-U uuid device\n"
11716 "\n"
11717 msgstr ""
11718 " mkswap-U uuid пристрій\n"
11719 "\n"
11720
11721 #. type: textblock
11722 #: ../fish/guestfish-actions.pod:3241 ../src/guestfs-actions.pod:4875
11723 msgid "Create a swap partition on C<device> with UUID C<uuid>."
11724 msgstr ""
11725
11726 #. type: =head2
11727 #: ../fish/guestfish-actions.pod:3243
11728 msgid "mkswap-file"
11729 msgstr "mkswap-file"
11730
11731 #. type: verbatim
11732 #: ../fish/guestfish-actions.pod:3245
11733 #, no-wrap
11734 msgid ""
11735 " mkswap-file path\n"
11736 "\n"
11737 msgstr ""
11738 " mkswap-file шлях\n"
11739 "\n"
11740
11741 #. type: textblock
11742 #: ../fish/guestfish-actions.pod:3247 ../src/guestfs-actions.pod:4887
11743 msgid "Create a swap file."
11744 msgstr "Створити файл резервної пам’яті."
11745
11746 #. type: textblock
11747 #: ../fish/guestfish-actions.pod:3249
11748 msgid ""
11749 "This command just writes a swap file signature to an existing file.  To "
11750 "create the file itself, use something like L</fallocate>."
11751 msgstr ""
11752
11753 #. type: =head2
11754 #: ../fish/guestfish-actions.pod:3252
11755 msgid "modprobe"
11756 msgstr "modprobe"
11757
11758 #. type: verbatim
11759 #: ../fish/guestfish-actions.pod:3254
11760 #, no-wrap
11761 msgid ""
11762 " modprobe modulename\n"
11763 "\n"
11764 msgstr ""
11765 " modprobe назва_модуля\n"
11766 "\n"
11767
11768 #. type: textblock
11769 #: ../fish/guestfish-actions.pod:3256 ../src/guestfs-actions.pod:4902
11770 msgid "This loads a kernel module in the appliance."
11771 msgstr ""
11772
11773 #. type: textblock
11774 #: ../fish/guestfish-actions.pod:3258 ../src/guestfs-actions.pod:4904
11775 msgid ""
11776 "The kernel module must have been whitelisted when libguestfs was built (see "
11777 "C<appliance/kmod.whitelist.in> in the source)."
11778 msgstr ""
11779
11780 #. type: =head2
11781 #: ../fish/guestfish-actions.pod:3261
11782 msgid "mount"
11783 msgstr "mount"
11784
11785 #. type: verbatim
11786 #: ../fish/guestfish-actions.pod:3263
11787 #, no-wrap
11788 msgid ""
11789 " mount device mountpoint\n"
11790 "\n"
11791 msgstr ""
11792 " mount пристрій точка_монтування\n"
11793 "\n"
11794
11795 #. type: textblock
11796 #: ../fish/guestfish-actions.pod:3265 ../src/guestfs-actions.pod:4918
11797 msgid ""
11798 "Mount a guest disk at a position in the filesystem.  Block devices are named "
11799 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
11800 "those block devices contain partitions, they will have the usual names (eg. "
11801 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
11802 msgstr ""
11803
11804 #. type: textblock
11805 #: ../fish/guestfish-actions.pod:3271 ../src/guestfs-actions.pod:4924
11806 msgid ""
11807 "The rules are the same as for L<mount(2)>: A filesystem must first be "
11808 "mounted on C</> before others can be mounted.  Other filesystems can only be "
11809 "mounted on directories which already exist."
11810 msgstr ""
11811
11812 #. type: textblock
11813 #: ../fish/guestfish-actions.pod:3276 ../src/guestfs-actions.pod:4929
11814 msgid ""
11815 "The mounted filesystem is writable, if we have sufficient permissions on the "
11816 "underlying device."
11817 msgstr ""
11818
11819 #. type: textblock
11820 #: ../fish/guestfish-actions.pod:3279
11821 msgid ""
11822 "B<Important note:> When you use this call, the filesystem options C<sync> "
11823 "and C<noatime> are set implicitly.  This was originally done because we "
11824 "thought it would improve reliability, but it turns out that I<-o sync> has a "
11825 "very large negative performance impact and negligible effect on "
11826 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
11827 "code that needs performance, and instead use L</mount-options> (use an empty "
11828 "string for the first parameter if you don't want any options)."
11829 msgstr ""
11830
11831 #. type: textblock
11832 #: ../fish/guestfish-actions.pod:3289 ../src/guestfs-actions.pod:4944
11833 msgid ""
11834 "This function is deprecated.  In new code, use the C<mount_options> call "
11835 "instead."
11836 msgstr ""
11837
11838 #. type: =head2
11839 #: ../fish/guestfish-actions.pod:3296
11840 msgid "mount-9p"
11841 msgstr ""
11842
11843 #. type: verbatim
11844 #: ../fish/guestfish-actions.pod:3298
11845 #, no-wrap
11846 msgid ""
11847 " mount-9p mounttag mountpoint [options:..]\n"
11848 "\n"
11849 msgstr ""
11850
11851 #. type: textblock
11852 #: ../fish/guestfish-actions.pod:3300 ../src/guestfs-actions.pod:4968
11853 msgid ""
11854 "Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
11855 "C<mountpoint>."
11856 msgstr ""
11857
11858 #. type: textblock
11859 #: ../fish/guestfish-actions.pod:3303 ../src/guestfs-actions.pod:4971
11860 msgid ""
11861 "If required, C<trans=virtio> will be automatically added to the options.  "
11862 "Any other options required can be passed in the optional C<options> "
11863 "parameter."
11864 msgstr ""
11865
11866 #. type: =head2
11867 #: ../fish/guestfish-actions.pod:3309
11868 msgid "mount-loop"
11869 msgstr "mount-loop"
11870
11871 #. type: verbatim
11872 #: ../fish/guestfish-actions.pod:3311
11873 #, no-wrap
11874 msgid ""
11875 " mount-loop file mountpoint\n"
11876 "\n"
11877 msgstr ""
11878
11879 #. type: textblock
11880 #: ../fish/guestfish-actions.pod:3313 ../src/guestfs-actions.pod:5010
11881 msgid ""
11882 "This command lets you mount C<file> (a filesystem image in a file) on a "
11883 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
11884 "mountpoint>."
11885 msgstr ""
11886
11887 #. type: =head2
11888 #: ../fish/guestfish-actions.pod:3317
11889 msgid "mount-options"
11890 msgstr "mount-options"
11891
11892 #. type: verbatim
11893 #: ../fish/guestfish-actions.pod:3319
11894 #, no-wrap
11895 msgid ""
11896 " mount-options options device mountpoint\n"
11897 "\n"
11898 msgstr ""
11899
11900 #. type: textblock
11901 #: ../fish/guestfish-actions.pod:3321
11902 msgid ""
11903 "This is the same as the L</mount> command, but it allows you to set the "
11904 "mount options as for the L<mount(8)> I<-o> flag."
11905 msgstr ""
11906
11907 #. type: textblock
11908 #: ../fish/guestfish-actions.pod:3325 ../src/guestfs-actions.pod:5030
11909 msgid ""
11910 "If the C<options> parameter is an empty string, then no options are passed "
11911 "(all options default to whatever the filesystem uses)."
11912 msgstr ""
11913
11914 #. type: =head2
11915 #: ../fish/guestfish-actions.pod:3329
11916 msgid "mount-ro"
11917 msgstr "mount-ro"
11918
11919 #. type: verbatim
11920 #: ../fish/guestfish-actions.pod:3331
11921 #, no-wrap
11922 msgid ""
11923 " mount-ro device mountpoint\n"
11924 "\n"
11925 msgstr ""
11926 " mount-ro пристрій точка_монтування\n"
11927 "\n"
11928
11929 #. type: textblock
11930 #: ../fish/guestfish-actions.pod:3333
11931 msgid ""
11932 "This is the same as the L</mount> command, but it mounts the filesystem with "
11933 "the read-only (I<-o ro>) flag."
11934 msgstr ""
11935
11936 #. type: =head2
11937 #: ../fish/guestfish-actions.pod:3336
11938 msgid "mount-vfs"
11939 msgstr "mount-vfs"
11940
11941 #. type: verbatim
11942 #: ../fish/guestfish-actions.pod:3338
11943 #, no-wrap
11944 msgid ""
11945 " mount-vfs options vfstype device mountpoint\n"
11946 "\n"
11947 msgstr ""
11948
11949 #. type: textblock
11950 #: ../fish/guestfish-actions.pod:3340
11951 msgid ""
11952 "This is the same as the L</mount> command, but it allows you to set both the "
11953 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
11954 msgstr ""
11955
11956 #. type: =head2
11957 #: ../fish/guestfish-actions.pod:3344
11958 msgid "mountpoints"
11959 msgstr "mountpoints"
11960
11961 #. type: verbatim
11962 #: ../fish/guestfish-actions.pod:3346
11963 #, no-wrap
11964 msgid ""
11965 " mountpoints\n"
11966 "\n"
11967 msgstr ""
11968 " mountpoints\n"
11969 "\n"
11970
11971 #. type: textblock
11972 #: ../fish/guestfish-actions.pod:3348
11973 msgid ""
11974 "This call is similar to L</mounts>.  That call returns a list of devices.  "
11975 "This one returns a hash table (map) of device name to directory where the "
11976 "device is mounted."
11977 msgstr ""
11978
11979 #. type: =head2
11980 #: ../fish/guestfish-actions.pod:3352
11981 msgid "mounts"
11982 msgstr "mounts"
11983
11984 #. type: verbatim
11985 #: ../fish/guestfish-actions.pod:3354
11986 #, no-wrap
11987 msgid ""
11988 " mounts\n"
11989 "\n"
11990 msgstr ""
11991 " mounts\n"
11992 "\n"
11993
11994 #. type: textblock
11995 #: ../fish/guestfish-actions.pod:3356 ../src/guestfs-actions.pod:5091
11996 msgid ""
11997 "This returns the list of currently mounted filesystems.  It returns the list "
11998 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
11999 msgstr ""
12000
12001 #. type: textblock
12002 #: ../fish/guestfish-actions.pod:3359 ../src/guestfs-actions.pod:5094
12003 msgid "Some internal mounts are not shown."
12004 msgstr ""
12005
12006 #. type: textblock
12007 #: ../fish/guestfish-actions.pod:3361
12008 msgid "See also: L</mountpoints>"
12009 msgstr "Див. також L</mountpoints>"
12010
12011 #. type: =head2
12012 #: ../fish/guestfish-actions.pod:3363
12013 msgid "mv"
12014 msgstr "mv"
12015
12016 #. type: verbatim
12017 #: ../fish/guestfish-actions.pod:3365
12018 #, no-wrap
12019 msgid ""
12020 " mv src dest\n"
12021 "\n"
12022 msgstr ""
12023 " mv джерело призначення\n"
12024 "\n"
12025
12026 #. type: textblock
12027 #: ../fish/guestfish-actions.pod:3367 ../src/guestfs-actions.pod:5111
12028 msgid ""
12029 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12030 "destination filename or destination directory."
12031 msgstr ""
12032
12033 #. type: =head2
12034 #: ../fish/guestfish-actions.pod:3370
12035 msgid "ntfs-3g-probe"
12036 msgstr "ntfs-3g-probe"
12037
12038 #. type: verbatim
12039 #: ../fish/guestfish-actions.pod:3372
12040 #, no-wrap
12041 msgid ""
12042 " ntfs-3g-probe true|false device\n"
12043 "\n"
12044 msgstr ""
12045
12046 #. type: textblock
12047 #: ../fish/guestfish-actions.pod:3374 ../src/guestfs-actions.pod:5125
12048 msgid ""
12049 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12050 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
12051 "write, and some cannot be mounted at all)."
12052 msgstr ""
12053
12054 #. type: textblock
12055 #: ../fish/guestfish-actions.pod:3378 ../src/guestfs-actions.pod:5129
12056 msgid ""
12057 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12058 "can be mounted read-write.  Set it to false if you want to test if the "
12059 "volume can be mounted read-only."
12060 msgstr ""
12061
12062 #. type: textblock
12063 #: ../fish/guestfish-actions.pod:3382 ../src/guestfs-actions.pod:5133
12064 msgid ""
12065 "The return value is an integer which C<0> if the operation would succeed, or "
12066 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12067 msgstr ""
12068
12069 #. type: =head2
12070 #: ../fish/guestfish-actions.pod:3386
12071 msgid "ntfsresize"
12072 msgstr "ntfsresize"
12073
12074 #. type: verbatim
12075 #: ../fish/guestfish-actions.pod:3388
12076 #, no-wrap
12077 msgid ""
12078 " ntfsresize device\n"
12079 "\n"
12080 msgstr ""
12081 " ntfsresize пристрій\n"
12082 "\n"
12083
12084 #. type: textblock
12085 #: ../fish/guestfish-actions.pod:3390 ../fish/guestfish-actions.pod:3414
12086 #: ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5186
12087 msgid ""
12088 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12089 "size of the underlying device."
12090 msgstr ""
12091
12092 #. type: textblock
12093 #: ../fish/guestfish-actions.pod:3393 ../src/guestfs-actions.pod:5150
12094 msgid ""
12095 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
12096 "consistency check (for safety).  You have to boot into Windows to perform "
12097 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
12098 "resize filesystems which have been marked in this way.  So in effect it is "
12099 "not possible to call ntfsresize multiple times on a single filesystem "
12100 "without booting into Windows between each resize."
12101 msgstr ""
12102
12103 #. type: textblock
12104 #: ../fish/guestfish-actions.pod:3401 ../fish/guestfish-actions.pod:3440
12105 #: ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5212
12106 msgid "See also L<ntfsresize(8)>."
12107 msgstr ""
12108
12109 #. type: textblock
12110 #: ../fish/guestfish-actions.pod:3403 ../fish/guestfish-actions.pod:3451
12111 #: ../src/guestfs-actions.pod:5162 ../src/guestfs-actions.pod:5252
12112 msgid ""
12113 "This function is deprecated.  In new code, use the C<ntfsresize_opts> call "
12114 "instead."
12115 msgstr ""
12116
12117 #. type: =head2
12118 #: ../fish/guestfish-actions.pod:3410
12119 msgid "ntfsresize-opts"
12120 msgstr ""
12121
12122 #. type: verbatim
12123 #: ../fish/guestfish-actions.pod:3412
12124 #, no-wrap
12125 msgid ""
12126 " ntfsresize-opts device [size:..] [force:..]\n"
12127 "\n"
12128 msgstr ""
12129
12130 #. type: textblock
12131 #: ../fish/guestfish-actions.pod:3423 ../src/guestfs-actions.pod:5195
12132 msgid ""
12133 "The new size (in bytes) of the filesystem.  If omitted, the filesystem is "
12134 "resized to fit the container (eg. partition)."
12135 msgstr ""
12136
12137 #. type: =item
12138 #: ../fish/guestfish-actions.pod:3426 ../src/guestfs-actions.pod:5198
12139 msgid "C<force>"
12140 msgstr ""
12141
12142 #. type: textblock
12143 #: ../fish/guestfish-actions.pod:3428 ../src/guestfs-actions.pod:5200
12144 msgid ""
12145 "If this option is true, then force the resize of the filesystem even if the "
12146 "filesystem is marked as requiring a consistency check."
12147 msgstr ""
12148
12149 #. type: textblock
12150 #: ../fish/guestfish-actions.pod:3431
12151 msgid ""
12152 "After the resize operation, the filesystem is always marked as requiring a "
12153 "consistency check (for safety).  You have to boot into Windows to perform "
12154 "this check and clear this condition.  If you I<don't> set the C<force> "
12155 "option then it is not possible to call L</ntfsresize-opts> multiple times on "
12156 "a single filesystem without booting into Windows between each resize."
12157 msgstr ""
12158
12159 #. type: =head2
12160 #: ../fish/guestfish-actions.pod:3444
12161 msgid "ntfsresize-size"
12162 msgstr "ntfsresize-size"
12163
12164 #. type: verbatim
12165 #: ../fish/guestfish-actions.pod:3446
12166 #, no-wrap
12167 msgid ""
12168 " ntfsresize-size device size\n"
12169 "\n"
12170 msgstr ""
12171
12172 #. type: textblock
12173 #: ../fish/guestfish-actions.pod:3448
12174 msgid ""
12175 "This command is the same as L</ntfsresize> except that it allows you to "
12176 "specify the new size (in bytes) explicitly."
12177 msgstr ""
12178
12179 #. type: =head2
12180 #: ../fish/guestfish-actions.pod:3458
12181 msgid "part-add"
12182 msgstr "part-add"
12183
12184 #. type: verbatim
12185 #: ../fish/guestfish-actions.pod:3460
12186 #, no-wrap
12187 msgid ""
12188 " part-add device prlogex startsect endsect\n"
12189 "\n"
12190 msgstr ""
12191
12192 #. type: textblock
12193 #: ../fish/guestfish-actions.pod:3462
12194 msgid ""
12195 "This command adds a partition to C<device>.  If there is no partition table "
12196 "on the device, call L</part-init> first."
12197 msgstr ""
12198
12199 #. type: textblock
12200 #: ../fish/guestfish-actions.pod:3465 ../src/guestfs-actions.pod:5273
12201 msgid ""
12202 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12203 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12204 "C<logical>) and C<e> (or C<extended>) partition types."
12205 msgstr ""
12206
12207 #. type: textblock
12208 #: ../fish/guestfish-actions.pod:3470 ../src/guestfs-actions.pod:5278
12209 msgid ""
12210 "C<startsect> and C<endsect> are the start and end of the partition in "
12211 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12212 "from the end of the disk (C<-1> is the last sector)."
12213 msgstr ""
12214
12215 #. type: textblock
12216 #: ../fish/guestfish-actions.pod:3474
12217 msgid ""
12218 "Creating a partition which covers the whole disk is not so easy.  Use L</"
12219 "part-disk> to do that."
12220 msgstr ""
12221
12222 #. type: =head2
12223 #: ../fish/guestfish-actions.pod:3477
12224 msgid "part-del"
12225 msgstr "part-del"
12226
12227 #. type: verbatim
12228 #: ../fish/guestfish-actions.pod:3479
12229 #, no-wrap
12230 msgid ""
12231 " part-del device partnum\n"
12232 "\n"
12233 msgstr ""
12234
12235 #. type: textblock
12236 #: ../fish/guestfish-actions.pod:3481 ../src/guestfs-actions.pod:5296
12237 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12238 msgstr ""
12239
12240 #. type: textblock
12241 #: ../fish/guestfish-actions.pod:3483 ../src/guestfs-actions.pod:5298
12242 msgid ""
12243 "Note that in the case of MBR partitioning, deleting an extended partition "
12244 "also deletes any logical partitions it contains."
12245 msgstr ""
12246
12247 #. type: =head2
12248 #: ../fish/guestfish-actions.pod:3487
12249 msgid "part-disk"
12250 msgstr "part-disk"
12251
12252 #. type: verbatim
12253 #: ../fish/guestfish-actions.pod:3489
12254 #, no-wrap
12255 msgid ""
12256 " part-disk device parttype\n"
12257 "\n"
12258 msgstr ""
12259 " part-disk пристрій тип_розділу\n"
12260 "\n"
12261
12262 #. type: textblock
12263 #: ../fish/guestfish-actions.pod:3491
12264 msgid ""
12265 "This command is simply a combination of L</part-init> followed by L</part-"
12266 "add> to create a single primary partition covering the whole disk."
12267 msgstr ""
12268
12269 #. type: textblock
12270 #: ../fish/guestfish-actions.pod:3495
12271 msgid ""
12272 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12273 "possible values are described in L</part-init>."
12274 msgstr ""
12275
12276 #. type: =head2
12277 #: ../fish/guestfish-actions.pod:3501
12278 msgid "part-get-bootable"
12279 msgstr "part-get-bootable"
12280
12281 #. type: verbatim
12282 #: ../fish/guestfish-actions.pod:3503
12283 #, no-wrap
12284 msgid ""
12285 " part-get-bootable device partnum\n"
12286 "\n"
12287 msgstr ""
12288
12289 #. type: textblock
12290 #: ../fish/guestfish-actions.pod:3505 ../src/guestfs-actions.pod:5334
12291 msgid ""
12292 "This command returns true if the partition C<partnum> on C<device> has the "
12293 "bootable flag set."
12294 msgstr ""
12295
12296 #. type: textblock
12297 #: ../fish/guestfish-actions.pod:3508
12298 msgid "See also L</part-set-bootable>."
12299 msgstr "Див. також L</part-set-bootable>."
12300
12301 #. type: =head2
12302 #: ../fish/guestfish-actions.pod:3510
12303 msgid "part-get-mbr-id"
12304 msgstr "part-get-mbr-id"
12305
12306 #. type: verbatim
12307 #: ../fish/guestfish-actions.pod:3512
12308 #, no-wrap
12309 msgid ""
12310 " part-get-mbr-id device partnum\n"
12311 "\n"
12312 msgstr ""
12313
12314 #. type: textblock
12315 #: ../fish/guestfish-actions.pod:3514 ../src/guestfs-actions.pod:5350
12316 msgid ""
12317 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12318 "partition C<partnum>."
12319 msgstr ""
12320
12321 #. type: textblock
12322 #: ../fish/guestfish-actions.pod:3517 ../fish/guestfish-actions.pod:3661
12323 msgid ""
12324 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12325 "undefined results for other partition table types (see L</part-get-"
12326 "parttype>)."
12327 msgstr ""
12328
12329 #. type: =head2
12330 #: ../fish/guestfish-actions.pod:3521
12331 msgid "part-get-parttype"
12332 msgstr "part-get-parttype"
12333
12334 #. type: verbatim
12335 #: ../fish/guestfish-actions.pod:3523
12336 #, no-wrap
12337 msgid ""
12338 " part-get-parttype device\n"
12339 "\n"
12340 msgstr ""
12341 " part-get-parttype пристрій\n"
12342 "\n"
12343
12344 #. type: textblock
12345 #: ../fish/guestfish-actions.pod:3525 ../src/guestfs-actions.pod:5367
12346 msgid ""
12347 "This command examines the partition table on C<device> and returns the "
12348 "partition table type (format) being used."
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../fish/guestfish-actions.pod:3528
12353 msgid ""
12354 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12355 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12356 "possible, although unusual.  See L</part-init> for a full list."
12357 msgstr ""
12358
12359 #. type: =head2
12360 #: ../fish/guestfish-actions.pod:3533
12361 msgid "part-init"
12362 msgstr "part-init"
12363
12364 #. type: verbatim
12365 #: ../fish/guestfish-actions.pod:3535
12366 #, no-wrap
12367 msgid ""
12368 " part-init device parttype\n"
12369 "\n"
12370 msgstr ""
12371
12372 #. type: textblock
12373 #: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5387
12374 msgid ""
12375 "This creates an empty partition table on C<device> of one of the partition "
12376 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12377 "(for large disks)."
12378 msgstr ""
12379
12380 #. type: textblock
12381 #: ../fish/guestfish-actions.pod:3541
12382 msgid ""
12383 "Initially there are no partitions.  Following this, you should call L</part-"
12384 "add> for each partition required."
12385 msgstr ""
12386
12387 #. type: textblock
12388 #: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5394
12389 msgid "Possible values for C<parttype> are:"
12390 msgstr ""
12391
12392 #. type: =item
12393 #: ../fish/guestfish-actions.pod:3548 ../src/guestfs-actions.pod:5398
12394 msgid "B<efi>"
12395 msgstr ""
12396
12397 #. type: =item
12398 #: ../fish/guestfish-actions.pod:3550 ../src/guestfs-actions.pod:5400
12399 msgid "B<gpt>"
12400 msgstr ""
12401
12402 #. type: textblock
12403 #: ../fish/guestfish-actions.pod:3552 ../src/guestfs-actions.pod:5402
12404 msgid "Intel EFI / GPT partition table."
12405 msgstr ""
12406
12407 #. type: textblock
12408 #: ../fish/guestfish-actions.pod:3554 ../src/guestfs-actions.pod:5404
12409 msgid ""
12410 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12411 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12412 "the C<mbr> format."
12413 msgstr ""
12414
12415 #. type: =item
12416 #: ../fish/guestfish-actions.pod:3558 ../src/guestfs-actions.pod:5408
12417 msgid "B<mbr>"
12418 msgstr ""
12419
12420 #. type: =item
12421 #: ../fish/guestfish-actions.pod:3560 ../src/guestfs-actions.pod:5410
12422 msgid "B<msdos>"
12423 msgstr ""
12424
12425 #. type: textblock
12426 #: ../fish/guestfish-actions.pod:3562 ../src/guestfs-actions.pod:5412
12427 msgid ""
12428 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12429 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12430 "TB.  For large disks we recommend using C<gpt>."
12431 msgstr ""
12432
12433 #. type: textblock
12434 #: ../fish/guestfish-actions.pod:3569 ../src/guestfs-actions.pod:5419
12435 msgid ""
12436 "Other partition table types that may work but are not supported include:"
12437 msgstr ""
12438
12439 #. type: =item
12440 #: ../fish/guestfish-actions.pod:3574 ../src/guestfs-actions.pod:5424
12441 msgid "B<aix>"
12442 msgstr "B<aix>"
12443
12444 #. type: textblock
12445 #: ../fish/guestfish-actions.pod:3576 ../src/guestfs-actions.pod:5426
12446 msgid "AIX disk labels."
12447 msgstr "Мітки дисків AIX."
12448
12449 #. type: =item
12450 #: ../fish/guestfish-actions.pod:3578 ../src/guestfs-actions.pod:5428
12451 #, fuzzy
12452 #| msgid "B<amiga> | B<rdb>"
12453 msgid "B<amiga>"
12454 msgstr "B<amiga> | B<rdb>"
12455
12456 #. type: =item
12457 #: ../fish/guestfish-actions.pod:3580 ../src/guestfs-actions.pod:5430
12458 msgid "B<rdb>"
12459 msgstr ""
12460
12461 #. type: textblock
12462 #: ../fish/guestfish-actions.pod:3582 ../src/guestfs-actions.pod:5432
12463 msgid "Amiga \"Rigid Disk Block\" format."
12464 msgstr "Формат \"Rigid Disk Block\" Amiga."
12465
12466 #. type: =item
12467 #: ../fish/guestfish-actions.pod:3584 ../src/guestfs-actions.pod:5434
12468 msgid "B<bsd>"
12469 msgstr "B<bsd>"
12470
12471 #. type: textblock
12472 #: ../fish/guestfish-actions.pod:3586 ../src/guestfs-actions.pod:5436
12473 msgid "BSD disk labels."
12474 msgstr "Мітки дисків BSD."
12475
12476 #. type: =item
12477 #: ../fish/guestfish-actions.pod:3588 ../src/guestfs-actions.pod:5438
12478 msgid "B<dasd>"
12479 msgstr "B<dasd>"
12480
12481 #. type: textblock
12482 #: ../fish/guestfish-actions.pod:3590 ../src/guestfs-actions.pod:5440
12483 msgid "DASD, used on IBM mainframes."
12484 msgstr "DASD, використовувалися у мейнфреймах IBM."
12485
12486 #. type: =item
12487 #: ../fish/guestfish-actions.pod:3592 ../src/guestfs-actions.pod:5442
12488 msgid "B<dvh>"
12489 msgstr "B<dvh>"
12490
12491 #. type: textblock
12492 #: ../fish/guestfish-actions.pod:3594 ../src/guestfs-actions.pod:5444
12493 msgid "MIPS/SGI volumes."
12494 msgstr "Томи MIPS/SGI."
12495
12496 #. type: =item
12497 #: ../fish/guestfish-actions.pod:3596 ../src/guestfs-actions.pod:5446
12498 msgid "B<mac>"
12499 msgstr "B<mac>"
12500
12501 #. type: textblock
12502 #: ../fish/guestfish-actions.pod:3598 ../src/guestfs-actions.pod:5448
12503 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
12504 msgstr "Старий формат розділів Mac. Сучасні системи Mac використовують C<gpt>."
12505
12506 #. type: =item
12507 #: ../fish/guestfish-actions.pod:3600 ../src/guestfs-actions.pod:5450
12508 msgid "B<pc98>"
12509 msgstr "B<pc98>"
12510
12511 #. type: textblock
12512 #: ../fish/guestfish-actions.pod:3602 ../src/guestfs-actions.pod:5452
12513 msgid "NEC PC-98 format, common in Japan apparently."
12514 msgstr "Формат NEC PC-98, поширений у Японії."
12515
12516 #. type: =item
12517 #: ../fish/guestfish-actions.pod:3604 ../src/guestfs-actions.pod:5454
12518 msgid "B<sun>"
12519 msgstr "B<sun>"
12520
12521 #. type: textblock
12522 #: ../fish/guestfish-actions.pod:3606 ../src/guestfs-actions.pod:5456
12523 msgid "Sun disk labels."
12524 msgstr "Мітки дисків Sun."
12525
12526 #. type: =head2
12527 #: ../fish/guestfish-actions.pod:3610
12528 msgid "part-list"
12529 msgstr "part-list"
12530
12531 #. type: verbatim
12532 #: ../fish/guestfish-actions.pod:3612
12533 #, no-wrap
12534 msgid ""
12535 " part-list device\n"
12536 "\n"
12537 msgstr ""
12538 " part-list device\n"
12539 "\n"
12540
12541 #. type: textblock
12542 #: ../fish/guestfish-actions.pod:3614 ../src/guestfs-actions.pod:5470
12543 msgid ""
12544 "This command parses the partition table on C<device> and returns the list of "
12545 "partitions found."
12546 msgstr ""
12547
12548 #. type: textblock
12549 #: ../fish/guestfish-actions.pod:3617 ../src/guestfs-actions.pod:5473
12550 msgid "The fields in the returned structure are:"
12551 msgstr ""
12552
12553 #. type: =item
12554 #: ../fish/guestfish-actions.pod:3621 ../src/guestfs-actions.pod:5477
12555 msgid "B<part_num>"
12556 msgstr "B<part_num>"
12557
12558 #. type: textblock
12559 #: ../fish/guestfish-actions.pod:3623 ../src/guestfs-actions.pod:5479
12560 msgid "Partition number, counting from 1."
12561 msgstr ""
12562
12563 #. type: =item
12564 #: ../fish/guestfish-actions.pod:3625 ../src/guestfs-actions.pod:5481
12565 msgid "B<part_start>"
12566 msgstr "B<part_start>"
12567
12568 #. type: textblock
12569 #: ../fish/guestfish-actions.pod:3627
12570 msgid ""
12571 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
12572 "the device's sector size, see L</blockdev-getss>."
12573 msgstr ""
12574
12575 #. type: =item
12576 #: ../fish/guestfish-actions.pod:3630 ../src/guestfs-actions.pod:5486
12577 msgid "B<part_end>"
12578 msgstr "B<part_end>"
12579
12580 #. type: textblock
12581 #: ../fish/guestfish-actions.pod:3632 ../src/guestfs-actions.pod:5488
12582 msgid "End of the partition in bytes."
12583 msgstr ""
12584
12585 #. type: =item
12586 #: ../fish/guestfish-actions.pod:3634 ../src/guestfs-actions.pod:5490
12587 msgid "B<part_size>"
12588 msgstr "B<part_size>"
12589
12590 #. type: textblock
12591 #: ../fish/guestfish-actions.pod:3636 ../src/guestfs-actions.pod:5492
12592 msgid "Size of the partition in bytes."
12593 msgstr ""
12594
12595 #. type: =head2
12596 #: ../fish/guestfish-actions.pod:3640
12597 msgid "part-set-bootable"
12598 msgstr "part-set-bootable"
12599
12600 #. type: verbatim
12601 #: ../fish/guestfish-actions.pod:3642
12602 #, no-wrap
12603 msgid ""
12604 " part-set-bootable device partnum true|false\n"
12605 "\n"
12606 msgstr ""
12607
12608 #. type: textblock
12609 #: ../fish/guestfish-actions.pod:3644 ../src/guestfs-actions.pod:5510
12610 msgid ""
12611 "This sets the bootable flag on partition numbered C<partnum> on device "
12612 "C<device>.  Note that partitions are numbered from 1."
12613 msgstr ""
12614
12615 #. type: textblock
12616 #: ../fish/guestfish-actions.pod:3647 ../src/guestfs-actions.pod:5513
12617 msgid ""
12618 "The bootable flag is used by some operating systems (notably Windows) to "
12619 "determine which partition to boot from.  It is by no means universally "
12620 "recognized."
12621 msgstr ""
12622
12623 #. type: =head2
12624 #: ../fish/guestfish-actions.pod:3651
12625 msgid "part-set-mbr-id"
12626 msgstr "part-set-mbr-id"
12627
12628 #. type: verbatim
12629 #: ../fish/guestfish-actions.pod:3653
12630 #, no-wrap
12631 msgid ""
12632 " part-set-mbr-id device partnum idbyte\n"
12633 "\n"
12634 msgstr ""
12635
12636 #. type: textblock
12637 #: ../fish/guestfish-actions.pod:3655 ../src/guestfs-actions.pod:5529
12638 msgid ""
12639 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
12640 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
12641 "documentation are in fact hexadecimal numbers, but usually documented "
12642 "without any leading \"0x\" which might be confusing."
12643 msgstr ""
12644
12645 #. type: =head2
12646 #: ../fish/guestfish-actions.pod:3665
12647 msgid "part-set-name"
12648 msgstr "part-set-name"
12649
12650 #. type: verbatim
12651 #: ../fish/guestfish-actions.pod:3667
12652 #, no-wrap
12653 msgid ""
12654 " part-set-name device partnum name\n"
12655 "\n"
12656 msgstr ""
12657
12658 #. type: textblock
12659 #: ../fish/guestfish-actions.pod:3669 ../src/guestfs-actions.pod:5551
12660 msgid ""
12661 "This sets the partition name on partition numbered C<partnum> on device "
12662 "C<device>.  Note that partitions are numbered from 1."
12663 msgstr ""
12664
12665 #. type: textblock
12666 #: ../fish/guestfish-actions.pod:3672 ../src/guestfs-actions.pod:5554
12667 msgid ""
12668 "The partition name can only be set on certain types of partition table.  "
12669 "This works on C<gpt> but not on C<mbr> partitions."
12670 msgstr ""
12671
12672 #. type: =head2
12673 #: ../fish/guestfish-actions.pod:3675
12674 msgid "part-to-dev"
12675 msgstr "part-to-dev"
12676
12677 #. type: verbatim
12678 #: ../fish/guestfish-actions.pod:3677
12679 #, no-wrap
12680 msgid ""
12681 " part-to-dev partition\n"
12682 "\n"
12683 msgstr ""
12684 " part-to-dev розділ\n"
12685 "\n"
12686
12687 #. type: textblock
12688 #: ../fish/guestfish-actions.pod:3679 ../src/guestfs-actions.pod:5567
12689 msgid ""
12690 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
12691 "partition number, returning the device name (eg. \"/dev/sdb\")."
12692 msgstr ""
12693
12694 #. type: textblock
12695 #: ../fish/guestfish-actions.pod:3683
12696 msgid ""
12697 "The named partition must exist, for example as a string returned from L</"
12698 "list-partitions>."
12699 msgstr ""
12700
12701 #. type: =head2
12702 #: ../fish/guestfish-actions.pod:3686
12703 msgid "ping-daemon"
12704 msgstr "ping-daemon"
12705
12706 #. type: verbatim
12707 #: ../fish/guestfish-actions.pod:3688
12708 #, no-wrap
12709 msgid ""
12710 " ping-daemon\n"
12711 "\n"
12712 msgstr ""
12713 " ping-daemon\n"
12714 "\n"
12715
12716 #. type: textblock
12717 #: ../fish/guestfish-actions.pod:3690 ../src/guestfs-actions.pod:5584
12718 msgid ""
12719 "This is a test probe into the guestfs daemon running inside the qemu "
12720 "subprocess.  Calling this function checks that the daemon responds to the "
12721 "ping message, without affecting the daemon or attached block device(s) in "
12722 "any other way."
12723 msgstr ""
12724
12725 #. type: =head2
12726 #: ../fish/guestfish-actions.pod:3695
12727 msgid "pread"
12728 msgstr "pread"
12729
12730 #. type: verbatim
12731 #: ../fish/guestfish-actions.pod:3697
12732 #, no-wrap
12733 msgid ""
12734 " pread path count offset\n"
12735 "\n"
12736 msgstr ""
12737
12738 #. type: textblock
12739 #: ../fish/guestfish-actions.pod:3699 ../src/guestfs-actions.pod:5602
12740 msgid ""
12741 "This command lets you read part of a file.  It reads C<count> bytes of the "
12742 "file, starting at C<offset>, from file C<path>."
12743 msgstr ""
12744
12745 #. type: textblock
12746 #: ../fish/guestfish-actions.pod:3702 ../fish/guestfish-actions.pod:3717
12747 #: ../src/guestfs-actions.pod:5605 ../src/guestfs-actions.pod:5631
12748 msgid ""
12749 "This may read fewer bytes than requested.  For further details see the "
12750 "L<pread(2)> system call."
12751 msgstr ""
12752
12753 #. type: textblock
12754 #: ../fish/guestfish-actions.pod:3705
12755 msgid "See also L</pwrite>, L</pread-device>."
12756 msgstr "Див. також L</pwrite>, L</pread-device>."
12757
12758 #. type: =head2
12759 #: ../fish/guestfish-actions.pod:3710
12760 msgid "pread-device"
12761 msgstr "pread-device"
12762
12763 #. type: verbatim
12764 #: ../fish/guestfish-actions.pod:3712
12765 #, no-wrap
12766 msgid ""
12767 " pread-device device count offset\n"
12768 "\n"
12769 msgstr ""
12770
12771 #. type: textblock
12772 #: ../fish/guestfish-actions.pod:3714 ../src/guestfs-actions.pod:5628
12773 msgid ""
12774 "This command lets you read part of a file.  It reads C<count> bytes of "
12775 "C<device>, starting at C<offset>."
12776 msgstr ""
12777
12778 #. type: textblock
12779 #: ../fish/guestfish-actions.pod:3720
12780 msgid "See also L</pread>."
12781 msgstr "Див. також L</pread>."
12782
12783 #. type: =head2
12784 #: ../fish/guestfish-actions.pod:3725
12785 msgid "pvcreate"
12786 msgstr "pvcreate"
12787
12788 #. type: verbatim
12789 #: ../fish/guestfish-actions.pod:3727
12790 #, no-wrap
12791 msgid ""
12792 " pvcreate device\n"
12793 "\n"
12794 msgstr ""
12795 " pvcreate пристрій\n"
12796 "\n"
12797
12798 #. type: textblock
12799 #: ../fish/guestfish-actions.pod:3729 ../src/guestfs-actions.pod:5651
12800 msgid ""
12801 "This creates an LVM physical volume on the named C<device>, where C<device> "
12802 "should usually be a partition name such as C</dev/sda1>."
12803 msgstr ""
12804
12805 #. type: =head2
12806 #: ../fish/guestfish-actions.pod:3733
12807 msgid "pvremove"
12808 msgstr "pvremove"
12809
12810 #. type: verbatim
12811 #: ../fish/guestfish-actions.pod:3735
12812 #, no-wrap
12813 msgid ""
12814 " pvremove device\n"
12815 "\n"
12816 msgstr ""
12817 " pvremove пристрій\n"
12818 "\n"
12819
12820 #. type: textblock
12821 #: ../fish/guestfish-actions.pod:3737 ../src/guestfs-actions.pod:5665
12822 msgid ""
12823 "This wipes a physical volume C<device> so that LVM will no longer recognise "
12824 "it."
12825 msgstr ""
12826
12827 #. type: textblock
12828 #: ../fish/guestfish-actions.pod:3740 ../src/guestfs-actions.pod:5668
12829 msgid ""
12830 "The implementation uses the C<pvremove> command which refuses to wipe "
12831 "physical volumes that contain any volume groups, so you have to remove those "
12832 "first."
12833 msgstr ""
12834
12835 #. type: =head2
12836 #: ../fish/guestfish-actions.pod:3744
12837 msgid "pvresize"
12838 msgstr "pvresize"
12839
12840 #. type: verbatim
12841 #: ../fish/guestfish-actions.pod:3746
12842 #, no-wrap
12843 msgid ""
12844 " pvresize device\n"
12845 "\n"
12846 msgstr ""
12847 " pvresize пристрій\n"
12848 "\n"
12849
12850 #. type: textblock
12851 #: ../fish/guestfish-actions.pod:3748 ../src/guestfs-actions.pod:5682
12852 msgid ""
12853 "This resizes (expands or shrinks) an existing LVM physical volume to match "
12854 "the new size of the underlying device."
12855 msgstr ""
12856
12857 #. type: =head2
12858 #: ../fish/guestfish-actions.pod:3751
12859 msgid "pvresize-size"
12860 msgstr "pvresize-size"
12861
12862 #. type: verbatim
12863 #: ../fish/guestfish-actions.pod:3753
12864 #, no-wrap
12865 msgid ""
12866 " pvresize-size device size\n"
12867 "\n"
12868 msgstr ""
12869
12870 #. type: textblock
12871 #: ../fish/guestfish-actions.pod:3755
12872 msgid ""
12873 "This command is the same as L</pvresize> except that it allows you to "
12874 "specify the new size (in bytes) explicitly."
12875 msgstr ""
12876
12877 #. type: =head2
12878 #: ../fish/guestfish-actions.pod:3758
12879 msgid "pvs"
12880 msgstr "pvs"
12881
12882 #. type: verbatim
12883 #: ../fish/guestfish-actions.pod:3760
12884 #, no-wrap
12885 msgid ""
12886 " pvs\n"
12887 "\n"
12888 msgstr ""
12889 " pvs\n"
12890 "\n"
12891
12892 #. type: textblock
12893 #: ../fish/guestfish-actions.pod:3762 ../src/guestfs-actions.pod:5708
12894 msgid ""
12895 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
12896 "(8)> command."
12897 msgstr ""
12898
12899 #. type: textblock
12900 #: ../fish/guestfish-actions.pod:3765 ../src/guestfs-actions.pod:5711
12901 msgid ""
12902 "This returns a list of just the device names that contain PVs (eg. C</dev/"
12903 "sda2>)."
12904 msgstr ""
12905
12906 #. type: textblock
12907 #: ../fish/guestfish-actions.pod:3768
12908 msgid "See also L</pvs-full>."
12909 msgstr "Див. також L</pvs-full>."
12910
12911 #. type: =head2
12912 #: ../fish/guestfish-actions.pod:3770
12913 msgid "pvs-full"
12914 msgstr "pvs-full"
12915
12916 #. type: verbatim
12917 #: ../fish/guestfish-actions.pod:3772
12918 #, no-wrap
12919 msgid ""
12920 " pvs-full\n"
12921 "\n"
12922 msgstr ""
12923 " pvs-full\n"
12924 "\n"
12925
12926 #. type: textblock
12927 #: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5727
12928 msgid ""
12929 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
12930 "(8)> command.  The \"full\" version includes all fields."
12931 msgstr ""
12932
12933 #. type: =head2
12934 #: ../fish/guestfish-actions.pod:3777
12935 msgid "pvuuid"
12936 msgstr "pvuuid"
12937
12938 #. type: verbatim
12939 #: ../fish/guestfish-actions.pod:3779
12940 #, no-wrap
12941 msgid ""
12942 " pvuuid device\n"
12943 "\n"
12944 msgstr ""
12945 " pvuuid пристрій\n"
12946 "\n"
12947
12948 #. type: textblock
12949 #: ../fish/guestfish-actions.pod:3781 ../src/guestfs-actions.pod:5742
12950 msgid "This command returns the UUID of the LVM PV C<device>."
12951 msgstr ""
12952
12953 #. type: =head2
12954 #: ../fish/guestfish-actions.pod:3783
12955 msgid "pwrite"
12956 msgstr "pwrite"
12957
12958 #. type: verbatim
12959 #: ../fish/guestfish-actions.pod:3785
12960 #, no-wrap
12961 msgid ""
12962 " pwrite path content offset\n"
12963 "\n"
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../fish/guestfish-actions.pod:3787 ../src/guestfs-actions.pod:5758
12968 msgid ""
12969 "This command writes to part of a file.  It writes the data buffer C<content> "
12970 "to the file C<path> starting at offset C<offset>."
12971 msgstr ""
12972
12973 #. type: textblock
12974 #: ../fish/guestfish-actions.pod:3790 ../src/guestfs-actions.pod:5761
12975 msgid ""
12976 "This command implements the L<pwrite(2)> system call, and like that system "
12977 "call it may not write the full data requested.  The return value is the "
12978 "number of bytes that were actually written to the file.  This could even be "
12979 "0, although short writes are unlikely for regular files in ordinary "
12980 "circumstances."
12981 msgstr ""
12982
12983 #. type: textblock
12984 #: ../fish/guestfish-actions.pod:3796
12985 msgid "See also L</pread>, L</pwrite-device>."
12986 msgstr "Див. також L</pread>, L</pwrite-device>."
12987
12988 #. type: =head2
12989 #: ../fish/guestfish-actions.pod:3801
12990 msgid "pwrite-device"
12991 msgstr "pwrite-device"
12992
12993 #. type: verbatim
12994 #: ../fish/guestfish-actions.pod:3803
12995 #, no-wrap
12996 msgid ""
12997 " pwrite-device device content offset\n"
12998 "\n"
12999 msgstr ""
13000
13001 #. type: textblock
13002 #: ../fish/guestfish-actions.pod:3805 ../src/guestfs-actions.pod:5785
13003 msgid ""
13004 "This command writes to part of a device.  It writes the data buffer "
13005 "C<content> to C<device> starting at offset C<offset>."
13006 msgstr ""
13007
13008 #. type: textblock
13009 #: ../fish/guestfish-actions.pod:3808 ../src/guestfs-actions.pod:5788
13010 msgid ""
13011 "This command implements the L<pwrite(2)> system call, and like that system "
13012 "call it may not write the full data requested (although short writes to disk "
13013 "devices and partitions are probably impossible with standard Linux kernels)."
13014 msgstr ""
13015
13016 #. type: textblock
13017 #: ../fish/guestfish-actions.pod:3813
13018 msgid "See also L</pwrite>."
13019 msgstr "Див. також L</pwrite>."
13020
13021 #. type: =head2
13022 #: ../fish/guestfish-actions.pod:3818
13023 msgid "read-file"
13024 msgstr "read-file"
13025
13026 #. type: verbatim
13027 #: ../fish/guestfish-actions.pod:3820
13028 #, no-wrap
13029 msgid ""
13030 " read-file path\n"
13031 "\n"
13032 msgstr ""
13033 " read-file шлях\n"
13034 "\n"
13035
13036 #. type: textblock
13037 #: ../fish/guestfish-actions.pod:3822 ../src/guestfs-actions.pod:5809
13038 msgid "This calls returns the contents of the file C<path> as a buffer."
13039 msgstr ""
13040
13041 #. type: textblock
13042 #: ../fish/guestfish-actions.pod:3825
13043 msgid ""
13044 "Unlike L</cat>, this function can correctly handle files that contain "
13045 "embedded ASCII NUL characters.  However unlike L</download>, this function "
13046 "is limited in the total size of file that can be handled."
13047 msgstr ""
13048
13049 #. type: =head2
13050 #: ../fish/guestfish-actions.pod:3833
13051 msgid "read-lines"
13052 msgstr "read-lines"
13053
13054 #. type: verbatim
13055 #: ../fish/guestfish-actions.pod:3835
13056 #, no-wrap
13057 msgid ""
13058 " read-lines path\n"
13059 "\n"
13060 msgstr ""
13061 " read-lines шлях\n"
13062 "\n"
13063
13064 #. type: textblock
13065 #: ../fish/guestfish-actions.pod:3839 ../src/guestfs-actions.pod:5834
13066 msgid ""
13067 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13068 "C<CRLF> character sequences are I<not> returned."
13069 msgstr ""
13070
13071 #. type: textblock
13072 #: ../fish/guestfish-actions.pod:3842
13073 msgid ""
13074 "Note that this function cannot correctly handle binary files (specifically, "
13075 "files containing C<\\0> character which is treated as end of line).  For "
13076 "those you need to use the L</read-file> function which has a more complex "
13077 "interface."
13078 msgstr ""
13079
13080 #. type: =head2
13081 #: ../fish/guestfish-actions.pod:3847
13082 msgid "readdir"
13083 msgstr "readdir"
13084
13085 #. type: verbatim
13086 #: ../fish/guestfish-actions.pod:3849
13087 #, no-wrap
13088 msgid ""
13089 " readdir dir\n"
13090 "\n"
13091 msgstr ""
13092 " readdir каталог\n"
13093 "\n"
13094
13095 #. type: textblock
13096 #: ../fish/guestfish-actions.pod:3851 ../src/guestfs-actions.pod:5854
13097 msgid "This returns the list of directory entries in directory C<dir>."
13098 msgstr ""
13099
13100 #. type: textblock
13101 #: ../fish/guestfish-actions.pod:3853 ../src/guestfs-actions.pod:5856
13102 msgid ""
13103 "All entries in the directory are returned, including C<.> and C<..>.  The "
13104 "entries are I<not> sorted, but returned in the same order as the underlying "
13105 "filesystem."
13106 msgstr ""
13107
13108 #. type: textblock
13109 #: ../fish/guestfish-actions.pod:3857 ../src/guestfs-actions.pod:5860
13110 msgid ""
13111 "Also this call returns basic file type information about each file.  The "
13112 "C<ftyp> field will contain one of the following characters:"
13113 msgstr ""
13114
13115 #. type: =item
13116 #: ../fish/guestfish-actions.pod:3862 ../src/guestfs-actions.pod:5865
13117 msgid "'b'"
13118 msgstr "'b'"
13119
13120 #. type: textblock
13121 #: ../fish/guestfish-actions.pod:3864 ../src/guestfs-actions.pod:5867
13122 msgid "Block special"
13123 msgstr "Блоковий особливий"
13124
13125 #. type: =item
13126 #: ../fish/guestfish-actions.pod:3866 ../src/guestfs-actions.pod:5869
13127 msgid "'c'"
13128 msgstr "'c'"
13129
13130 #. type: textblock
13131 #: ../fish/guestfish-actions.pod:3868 ../src/guestfs-actions.pod:5871
13132 msgid "Char special"
13133 msgstr "Символьний особливий"
13134
13135 #. type: =item
13136 #: ../fish/guestfish-actions.pod:3870 ../src/guestfs-actions.pod:5873
13137 msgid "'d'"
13138 msgstr "'d'"
13139
13140 #. type: textblock
13141 #: ../fish/guestfish-actions.pod:3872 ../src/guestfs-actions.pod:5875
13142 msgid "Directory"
13143 msgstr "Каталог"
13144
13145 #. type: =item
13146 #: ../fish/guestfish-actions.pod:3874 ../src/guestfs-actions.pod:5877
13147 msgid "'f'"
13148 msgstr "'f'"
13149
13150 #. type: textblock
13151 #: ../fish/guestfish-actions.pod:3876 ../src/guestfs-actions.pod:5879
13152 msgid "FIFO (named pipe)"
13153 msgstr "FIFO (іменований канал)"
13154
13155 #. type: =item
13156 #: ../fish/guestfish-actions.pod:3878 ../src/guestfs-actions.pod:5881
13157 msgid "'l'"
13158 msgstr "'l'"
13159
13160 #. type: textblock
13161 #: ../fish/guestfish-actions.pod:3880 ../src/guestfs-actions.pod:5883
13162 msgid "Symbolic link"
13163 msgstr "Символічне посилання"
13164
13165 #. type: =item
13166 #: ../fish/guestfish-actions.pod:3882 ../src/guestfs-actions.pod:5885
13167 msgid "'r'"
13168 msgstr "'r'"
13169
13170 #. type: textblock
13171 #: ../fish/guestfish-actions.pod:3884 ../src/guestfs-actions.pod:5887
13172 msgid "Regular file"
13173 msgstr "Звичайний файл"
13174
13175 #. type: =item
13176 #: ../fish/guestfish-actions.pod:3886 ../src/guestfs-actions.pod:5889
13177 msgid "'s'"
13178 msgstr "'s'"
13179
13180 #. type: textblock
13181 #: ../fish/guestfish-actions.pod:3888 ../src/guestfs-actions.pod:5891
13182 msgid "Socket"
13183 msgstr "Сокет"
13184
13185 #. type: =item
13186 #: ../fish/guestfish-actions.pod:3890 ../src/guestfs-actions.pod:5893
13187 msgid "'u'"
13188 msgstr "'u'"
13189
13190 #. type: textblock
13191 #: ../fish/guestfish-actions.pod:3892 ../src/guestfs-actions.pod:5895
13192 msgid "Unknown file type"
13193 msgstr "Невідомий тип файла"
13194
13195 #. type: =item
13196 #: ../fish/guestfish-actions.pod:3894 ../src/guestfs-actions.pod:5897
13197 msgid "'?'"
13198 msgstr ""
13199
13200 #. type: textblock
13201 #: ../fish/guestfish-actions.pod:3896 ../src/guestfs-actions.pod:5899
13202 msgid ""
13203 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13204 msgstr ""
13205
13206 #. type: textblock
13207 #: ../fish/guestfish-actions.pod:3901
13208 msgid ""
13209 "This function is primarily intended for use by programs.  To get a simple "
13210 "list of names, use L</ls>.  To get a printable directory for human "
13211 "consumption, use L</ll>."
13212 msgstr ""
13213
13214 #. type: =head2
13215 #: ../fish/guestfish-actions.pod:3905
13216 msgid "readlink"
13217 msgstr "readlink"
13218
13219 #. type: verbatim
13220 #: ../fish/guestfish-actions.pod:3907
13221 #, no-wrap
13222 msgid ""
13223 " readlink path\n"
13224 "\n"
13225 msgstr ""
13226 " readlink шлях\n"
13227 "\n"
13228
13229 #. type: textblock
13230 #: ../fish/guestfish-actions.pod:3909 ../src/guestfs-actions.pod:5920
13231 msgid "This command reads the target of a symbolic link."
13232 msgstr ""
13233
13234 #. type: =head2
13235 #: ../fish/guestfish-actions.pod:3911
13236 msgid "readlinklist"
13237 msgstr "readlinklist"
13238
13239 #. type: verbatim
13240 #: ../fish/guestfish-actions.pod:3913
13241 #, no-wrap
13242 msgid ""
13243 " readlinklist path 'names ...'\n"
13244 "\n"
13245 msgstr ""
13246
13247 #. type: textblock
13248 #: ../fish/guestfish-actions.pod:3915 ../src/guestfs-actions.pod:5934
13249 msgid ""
13250 "This call allows you to do a C<readlink> operation on multiple files, where "
13251 "all files are in the directory C<path>.  C<names> is the list of files from "
13252 "this directory."
13253 msgstr ""
13254
13255 #. type: textblock
13256 #: ../fish/guestfish-actions.pod:3919 ../src/guestfs-actions.pod:5938
13257 msgid ""
13258 "On return you get a list of strings, with a one-to-one correspondence to the "
13259 "C<names> list.  Each string is the value of the symbolic link."
13260 msgstr ""
13261
13262 #. type: textblock
13263 #: ../fish/guestfish-actions.pod:3923 ../src/guestfs-actions.pod:5942
13264 msgid ""
13265 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13266 "result string is the empty string C<\"\">.  However the whole operation is "
13267 "completed even if there were C<readlink(2)> errors, and so you can call this "
13268 "function with names where you don't know if they are symbolic links already "
13269 "(albeit slightly less efficient)."
13270 msgstr ""
13271
13272 #. type: textblock
13273 #: ../fish/guestfish-actions.pod:3930 ../src/guestfs-actions.pod:5949
13274 msgid ""
13275 "This call is intended for programs that want to efficiently list a directory "
13276 "contents without making many round-trips.  Very long directory listings "
13277 "might cause the protocol message size to be exceeded, causing this call to "
13278 "fail.  The caller must split up such requests into smaller groups of names."
13279 msgstr ""
13280
13281 #. type: =head2
13282 #: ../fish/guestfish-actions.pod:3937
13283 msgid "realpath"
13284 msgstr "realpath"
13285
13286 #. type: verbatim
13287 #: ../fish/guestfish-actions.pod:3939
13288 #, no-wrap
13289 msgid ""
13290 " realpath path\n"
13291 "\n"
13292 msgstr ""
13293 " realpath шлях\n"
13294 "\n"
13295
13296 #. type: textblock
13297 #: ../fish/guestfish-actions.pod:3941 ../src/guestfs-actions.pod:5968
13298 msgid ""
13299 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13300 "has no C<.>, C<..> or symbolic link path elements."
13301 msgstr ""
13302
13303 #. type: =head2
13304 #: ../fish/guestfish-actions.pod:3944
13305 msgid "removexattr"
13306 msgstr "removexattr"
13307
13308 #. type: verbatim
13309 #: ../fish/guestfish-actions.pod:3946
13310 #, no-wrap
13311 msgid ""
13312 " removexattr xattr path\n"
13313 "\n"
13314 msgstr ""
13315
13316 #. type: textblock
13317 #: ../fish/guestfish-actions.pod:3948 ../src/guestfs-actions.pod:5983
13318 msgid ""
13319 "This call removes the extended attribute named C<xattr> of the file C<path>."
13320 msgstr ""
13321
13322 #. type: textblock
13323 #: ../fish/guestfish-actions.pod:3951
13324 msgid "See also: L</lremovexattr>, L<attr(5)>."
13325 msgstr "Див. також L</lremovexattr>, L<attr(5)>."
13326
13327 #. type: =head2
13328 #: ../fish/guestfish-actions.pod:3953
13329 msgid "resize2fs"
13330 msgstr "resize2fs"
13331
13332 #. type: verbatim
13333 #: ../fish/guestfish-actions.pod:3955
13334 #, no-wrap
13335 msgid ""
13336 " resize2fs device\n"
13337 "\n"
13338 msgstr ""
13339 " resize2fs пристрій\n"
13340 "\n"
13341
13342 #. type: textblock
13343 #: ../fish/guestfish-actions.pod:3957 ../src/guestfs-actions.pod:5998
13344 msgid ""
13345 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13346 "underlying device."
13347 msgstr ""
13348
13349 #. type: textblock
13350 #: ../fish/guestfish-actions.pod:3960
13351 msgid ""
13352 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
13353 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
13354 "gives an error about this and sometimes not.  In any case, it is always safe "
13355 "to call L</e2fsck-f> before calling this function."
13356 msgstr ""
13357
13358 #. type: =head2
13359 #: ../fish/guestfish-actions.pod:3966
13360 msgid "resize2fs-M"
13361 msgstr "resize2fs-M"
13362
13363 #. type: verbatim
13364 #: ../fish/guestfish-actions.pod:3968
13365 #, no-wrap
13366 msgid ""
13367 " resize2fs-M device\n"
13368 "\n"
13369 msgstr ""
13370 " resize2fs-M пристрій\n"
13371 "\n"
13372
13373 #. type: textblock
13374 #: ../fish/guestfish-actions.pod:3970
13375 msgid ""
13376 "This command is the same as L</resize2fs>, but the filesystem is resized to "
13377 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
13378 "command."
13379 msgstr ""
13380
13381 #. type: textblock
13382 #: ../fish/guestfish-actions.pod:3974
13383 msgid ""
13384 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
13385 "and read the C<Block size> and C<Block count> values.  These two numbers, "
13386 "multiplied together, give the resulting size of the minimal filesystem in "
13387 "bytes."
13388 msgstr ""
13389
13390 #. type: =head2
13391 #: ../fish/guestfish-actions.pod:3979
13392 msgid "resize2fs-size"
13393 msgstr "resize2fs-size"
13394
13395 #. type: verbatim
13396 #: ../fish/guestfish-actions.pod:3981
13397 #, no-wrap
13398 msgid ""
13399 " resize2fs-size device size\n"
13400 "\n"
13401 msgstr ""
13402
13403 #. type: textblock
13404 #: ../fish/guestfish-actions.pod:3983
13405 msgid ""
13406 "This command is the same as L</resize2fs> except that it allows you to "
13407 "specify the new size (in bytes) explicitly."
13408 msgstr ""
13409
13410 #. type: =head2
13411 #: ../fish/guestfish-actions.pod:3986
13412 msgid "rm"
13413 msgstr "rm"
13414
13415 #. type: verbatim
13416 #: ../fish/guestfish-actions.pod:3988
13417 #, no-wrap
13418 msgid ""
13419 " rm path\n"
13420 "\n"
13421 msgstr ""
13422 " rm шлях\n"
13423 "\n"
13424
13425 #. type: textblock
13426 #: ../fish/guestfish-actions.pod:3990 ../src/guestfs-actions.pod:6050
13427 msgid "Remove the single file C<path>."
13428 msgstr ""
13429
13430 #. type: =head2
13431 #: ../fish/guestfish-actions.pod:3992
13432 msgid "rm-rf"
13433 msgstr "rm-rf"
13434
13435 #. type: verbatim
13436 #: ../fish/guestfish-actions.pod:3994
13437 #, no-wrap
13438 msgid ""
13439 " rm-rf path\n"
13440 "\n"
13441 msgstr ""
13442 " rm-rf шлях\n"
13443 "\n"
13444
13445 #. type: textblock
13446 #: ../fish/guestfish-actions.pod:3996 ../src/guestfs-actions.pod:6062
13447 msgid ""
13448 "Remove the file or directory C<path>, recursively removing the contents if "
13449 "its a directory.  This is like the C<rm -rf> shell command."
13450 msgstr ""
13451
13452 #. type: =head2
13453 #: ../fish/guestfish-actions.pod:4000
13454 msgid "rmdir"
13455 msgstr "rmdir"
13456
13457 #. type: verbatim
13458 #: ../fish/guestfish-actions.pod:4002
13459 #, no-wrap
13460 msgid ""
13461 " rmdir path\n"
13462 "\n"
13463 msgstr ""
13464 " rmdir шлях\n"
13465 "\n"
13466
13467 #. type: textblock
13468 #: ../fish/guestfish-actions.pod:4004 ../src/guestfs-actions.pod:6076
13469 msgid "Remove the single directory C<path>."
13470 msgstr ""
13471
13472 #. type: =head2
13473 #: ../fish/guestfish-actions.pod:4006
13474 msgid "rmmountpoint"
13475 msgstr "rmmountpoint"
13476
13477 #. type: verbatim
13478 #: ../fish/guestfish-actions.pod:4008
13479 #, no-wrap
13480 msgid ""
13481 " rmmountpoint exemptpath\n"
13482 "\n"
13483 msgstr ""
13484
13485 #. type: textblock
13486 #: ../fish/guestfish-actions.pod:4010
13487 msgid ""
13488 "This calls removes a mountpoint that was previously created with L</"
13489 "mkmountpoint>.  See L</mkmountpoint> for full details."
13490 msgstr ""
13491
13492 #. type: =head2
13493 #: ../fish/guestfish-actions.pod:4014
13494 msgid "scrub-device"
13495 msgstr "scrub-device"
13496
13497 #. type: verbatim
13498 #: ../fish/guestfish-actions.pod:4016
13499 #, no-wrap
13500 msgid ""
13501 " scrub-device device\n"
13502 "\n"
13503 msgstr ""
13504 " scrub-device пристрій\n"
13505 "\n"
13506
13507 #. type: textblock
13508 #: ../fish/guestfish-actions.pod:4018 ../src/guestfs-actions.pod:6102
13509 msgid ""
13510 "This command writes patterns over C<device> to make data retrieval more "
13511 "difficult."
13512 msgstr ""
13513
13514 #. type: textblock
13515 #: ../fish/guestfish-actions.pod:4021 ../fish/guestfish-actions.pod:4036
13516 #: ../fish/guestfish-actions.pod:4049 ../src/guestfs-actions.pod:6105
13517 #: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6145
13518 msgid ""
13519 "It is an interface to the L<scrub(1)> program.  See that manual page for "
13520 "more details."
13521 msgstr ""
13522
13523 #. type: =head2
13524 #: ../fish/guestfish-actions.pod:4027
13525 msgid "scrub-file"
13526 msgstr "scrub-file"
13527
13528 #. type: verbatim
13529 #: ../fish/guestfish-actions.pod:4029
13530 #, no-wrap
13531 msgid ""
13532 " scrub-file file\n"
13533 "\n"
13534 msgstr ""
13535 " scrub-file файл\n"
13536 "\n"
13537
13538 #. type: textblock
13539 #: ../fish/guestfish-actions.pod:4031 ../src/guestfs-actions.pod:6121
13540 msgid ""
13541 "This command writes patterns over a file to make data retrieval more "
13542 "difficult."
13543 msgstr ""
13544
13545 #. type: textblock
13546 #: ../fish/guestfish-actions.pod:4034 ../src/guestfs-actions.pod:6124
13547 msgid "The file is I<removed> after scrubbing."
13548 msgstr ""
13549
13550 #. type: =head2
13551 #: ../fish/guestfish-actions.pod:4039
13552 msgid "scrub-freespace"
13553 msgstr "scrub-freespace"
13554
13555 #. type: verbatim
13556 #: ../fish/guestfish-actions.pod:4041
13557 #, no-wrap
13558 msgid ""
13559 " scrub-freespace dir\n"
13560 "\n"
13561 msgstr ""
13562 " scrub-freespace каталог\n"
13563 "\n"
13564
13565 #. type: textblock
13566 #: ../fish/guestfish-actions.pod:4043
13567 msgid ""
13568 "This command creates the directory C<dir> and then fills it with files until "
13569 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
13570 "deletes them.  The intention is to scrub any free space on the partition "
13571 "containing C<dir>."
13572 msgstr ""
13573
13574 #. type: =head2
13575 #: ../fish/guestfish-actions.pod:4052
13576 msgid "set-append"
13577 msgstr "set-append"
13578
13579 #. type: =head2
13580 #: ../fish/guestfish-actions.pod:4054
13581 msgid "append"
13582 msgstr ""
13583
13584 #. type: verbatim
13585 #: ../fish/guestfish-actions.pod:4056
13586 #, no-wrap
13587 msgid ""
13588 " set-append append\n"
13589 "\n"
13590 msgstr ""
13591
13592 #. type: textblock
13593 #: ../fish/guestfish-actions.pod:4058 ../src/guestfs-actions.pod:6158
13594 msgid ""
13595 "This function is used to add additional options to the guest kernel command "
13596 "line."
13597 msgstr ""
13598
13599 #. type: textblock
13600 #: ../fish/guestfish-actions.pod:4061 ../src/guestfs-actions.pod:6161
13601 msgid ""
13602 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
13603 "environment variable."
13604 msgstr ""
13605
13606 #. type: textblock
13607 #: ../fish/guestfish-actions.pod:4064 ../src/guestfs-actions.pod:6164
13608 msgid ""
13609 "Setting C<append> to C<NULL> means I<no> additional options are passed "
13610 "(libguestfs always adds a few of its own)."
13611 msgstr ""
13612
13613 #. type: =head2
13614 #: ../fish/guestfish-actions.pod:4067
13615 msgid "set-attach-method"
13616 msgstr "set-attach-method"
13617
13618 #. type: =head2
13619 #: ../fish/guestfish-actions.pod:4069
13620 msgid "attach-method"
13621 msgstr ""
13622
13623 #. type: verbatim
13624 #: ../fish/guestfish-actions.pod:4071
13625 #, no-wrap
13626 msgid ""
13627 " set-attach-method attachmethod\n"
13628 "\n"
13629 msgstr ""
13630
13631 #. type: textblock
13632 #: ../fish/guestfish-actions.pod:4073 ../src/guestfs-actions.pod:6177
13633 msgid ""
13634 "Set the method that libguestfs uses to connect to the back end guestfsd "
13635 "daemon.  Possible methods are:"
13636 msgstr ""
13637
13638 #. type: =item
13639 #: ../fish/guestfish-actions.pod:4078 ../src/guestfs-actions.pod:6182
13640 #: ../src/guestfs.pod:2687
13641 msgid "C<appliance>"
13642 msgstr "C<appliance>"
13643
13644 #. type: textblock
13645 #: ../fish/guestfish-actions.pod:4080 ../src/guestfs-actions.pod:6184
13646 msgid ""
13647 "Launch an appliance and connect to it.  This is the ordinary method and the "
13648 "default."
13649 msgstr ""
13650
13651 #. type: =item
13652 #: ../fish/guestfish-actions.pod:4083 ../src/guestfs-actions.pod:6187
13653 msgid "C<unix:I<path>>"
13654 msgstr "C<unix:I<шлях>>"
13655
13656 #. type: textblock
13657 #: ../fish/guestfish-actions.pod:4085 ../src/guestfs-actions.pod:6189
13658 msgid "Connect to the Unix domain socket I<path>."
13659 msgstr "Встановити з’єднання з сокетом домену Unix I<шлях>."
13660
13661 #. type: textblock
13662 #: ../fish/guestfish-actions.pod:4087 ../src/guestfs-actions.pod:6191
13663 msgid ""
13664 "This method lets you connect to an existing daemon or (using virtio-serial) "
13665 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
13666 "RUNNING DAEMONS>."
13667 msgstr ""
13668
13669 #. type: =head2
13670 #: ../fish/guestfish-actions.pod:4093
13671 msgid "set-autosync"
13672 msgstr "set-autosync"
13673
13674 #. type: =head2
13675 #: ../fish/guestfish-actions.pod:4095
13676 msgid "autosync"
13677 msgstr "autosync"
13678
13679 #. type: verbatim
13680 #: ../fish/guestfish-actions.pod:4097
13681 #, no-wrap
13682 msgid ""
13683 " set-autosync true|false\n"
13684 "\n"
13685 msgstr ""
13686 " set-autosync true|false\n"
13687 "\n"
13688
13689 #. type: textblock
13690 #: ../fish/guestfish-actions.pod:4099 ../src/guestfs-actions.pod:6207
13691 msgid ""
13692 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
13693 "effort attempt to make filesystems consistent and synchronized when the "
13694 "handle is closed (also if the program exits without closing handles)."
13695 msgstr ""
13696
13697 #. type: textblock
13698 #: ../fish/guestfish-actions.pod:4104 ../src/guestfs-actions.pod:6212
13699 msgid ""
13700 "This is enabled by default (since libguestfs 1.5.24, previously it was "
13701 "disabled by default)."
13702 msgstr ""
13703
13704 #. type: =head2
13705 #: ../fish/guestfish-actions.pod:4107
13706 msgid "set-direct"
13707 msgstr "set-direct"
13708
13709 #. type: =head2
13710 #: ../fish/guestfish-actions.pod:4109
13711 msgid "direct"
13712 msgstr "direct"
13713
13714 #. type: verbatim
13715 #: ../fish/guestfish-actions.pod:4111
13716 #, no-wrap
13717 msgid ""
13718 " set-direct true|false\n"
13719 "\n"
13720 msgstr ""
13721 " set-direct true|false\n"
13722 "\n"
13723
13724 #. type: textblock
13725 #: ../fish/guestfish-actions.pod:4113 ../src/guestfs-actions.pod:6225
13726 msgid ""
13727 "If the direct appliance mode flag is enabled, then stdin and stdout are "
13728 "passed directly through to the appliance once it is launched."
13729 msgstr ""
13730
13731 #. type: textblock
13732 #: ../fish/guestfish-actions.pod:4117
13733 msgid ""
13734 "One consequence of this is that log messages aren't caught by the library "
13735 "and handled by L</set-log-message-callback>, but go straight to stdout."
13736 msgstr ""
13737
13738 #. type: textblock
13739 #: ../fish/guestfish-actions.pod:4121 ../src/guestfs-actions.pod:6233
13740 msgid "You probably don't want to use this unless you know what you are doing."
13741 msgstr ""
13742
13743 #. type: textblock
13744 #: ../fish/guestfish-actions.pod:4124 ../src/guestfs-actions.pod:6236
13745 msgid "The default is disabled."
13746 msgstr ""
13747
13748 #. type: =head2
13749 #: ../fish/guestfish-actions.pod:4126
13750 msgid "set-e2label"
13751 msgstr "set-e2label"
13752
13753 #. type: verbatim
13754 #: ../fish/guestfish-actions.pod:4128
13755 #, no-wrap
13756 msgid ""
13757 " set-e2label device label\n"
13758 "\n"
13759 msgstr ""
13760
13761 #. type: textblock
13762 #: ../fish/guestfish-actions.pod:4130 ../src/guestfs-actions.pod:6249
13763 msgid ""
13764 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
13765 "C<label>.  Filesystem labels are limited to 16 characters."
13766 msgstr ""
13767
13768 #. type: textblock
13769 #: ../fish/guestfish-actions.pod:4134
13770 msgid ""
13771 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
13772 "label on a filesystem."
13773 msgstr ""
13774
13775 #. type: =head2
13776 #: ../fish/guestfish-actions.pod:4137
13777 msgid "set-e2uuid"
13778 msgstr "set-e2uuid"
13779
13780 #. type: verbatim
13781 #: ../fish/guestfish-actions.pod:4139
13782 #, no-wrap
13783 msgid ""
13784 " set-e2uuid device uuid\n"
13785 "\n"
13786 msgstr ""
13787
13788 #. type: textblock
13789 #: ../fish/guestfish-actions.pod:4141 ../src/guestfs-actions.pod:6267
13790 msgid ""
13791 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
13792 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
13793 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
13794 msgstr ""
13795
13796 #. type: textblock
13797 #: ../fish/guestfish-actions.pod:4146
13798 msgid ""
13799 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
13800 "UUID of a filesystem."
13801 msgstr ""
13802
13803 #. type: =head2
13804 #: ../fish/guestfish-actions.pod:4149
13805 msgid "set-memsize"
13806 msgstr "set-memsize"
13807
13808 #. type: =head2
13809 #: ../fish/guestfish-actions.pod:4151
13810 msgid "memsize"
13811 msgstr ""
13812
13813 #. type: verbatim
13814 #: ../fish/guestfish-actions.pod:4153
13815 #, no-wrap
13816 msgid ""
13817 " set-memsize memsize\n"
13818 "\n"
13819 msgstr ""
13820
13821 #. type: textblock
13822 #: ../fish/guestfish-actions.pod:4155
13823 msgid ""
13824 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
13825 "This only has any effect if called before L</launch>."
13826 msgstr ""
13827
13828 #. type: textblock
13829 #: ../fish/guestfish-actions.pod:4159 ../src/guestfs-actions.pod:6289
13830 msgid ""
13831 "You can also change this by setting the environment variable "
13832 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
13833 msgstr ""
13834
13835 #. type: =head2
13836 #: ../fish/guestfish-actions.pod:4166
13837 msgid "set-network"
13838 msgstr "set-network"
13839
13840 #. type: =head2
13841 #: ../fish/guestfish-actions.pod:4168
13842 msgid "network"
13843 msgstr "network"
13844
13845 #. type: verbatim
13846 #: ../fish/guestfish-actions.pod:4170
13847 #, no-wrap
13848 msgid ""
13849 " set-network true|false\n"
13850 "\n"
13851 msgstr ""
13852 " set-network true|false\n"
13853 "\n"
13854
13855 #. type: textblock
13856 #: ../fish/guestfish-actions.pod:4172 ../src/guestfs-actions.pod:6306
13857 msgid ""
13858 "If C<network> is true, then the network is enabled in the libguestfs "
13859 "appliance.  The default is false."
13860 msgstr ""
13861
13862 #. type: textblock
13863 #: ../fish/guestfish-actions.pod:4175 ../src/guestfs-actions.pod:6309
13864 msgid ""
13865 "This affects whether commands are able to access the network (see L<guestfs"
13866 "(3)/RUNNING COMMANDS>)."
13867 msgstr ""
13868
13869 #. type: textblock
13870 #: ../fish/guestfish-actions.pod:4178
13871 msgid ""
13872 "You must call this before calling L</launch>, otherwise it has no effect."
13873 msgstr ""
13874
13875 #. type: =head2
13876 #: ../fish/guestfish-actions.pod:4181
13877 msgid "set-path"
13878 msgstr "set-path"
13879
13880 #. type: verbatim
13881 #: ../fish/guestfish-actions.pod:4185
13882 #, no-wrap
13883 msgid ""
13884 " set-path searchpath\n"
13885 "\n"
13886 msgstr ""
13887
13888 #. type: textblock
13889 #: ../fish/guestfish-actions.pod:4187 ../src/guestfs-actions.pod:6325
13890 msgid "Set the path that libguestfs searches for kernel and initrd.img."
13891 msgstr ""
13892
13893 #. type: textblock
13894 #: ../fish/guestfish-actions.pod:4189 ../src/guestfs-actions.pod:6327
13895 msgid ""
13896 "The default is C<$libdir/guestfs> unless overridden by setting "
13897 "C<LIBGUESTFS_PATH> environment variable."
13898 msgstr ""
13899
13900 #. type: textblock
13901 #: ../fish/guestfish-actions.pod:4192 ../src/guestfs-actions.pod:6330
13902 msgid "Setting C<path> to C<NULL> restores the default path."
13903 msgstr ""
13904
13905 #. type: =head2
13906 #: ../fish/guestfish-actions.pod:4194
13907 msgid "set-pgroup"
13908 msgstr ""
13909
13910 #. type: =head2
13911 #: ../fish/guestfish-actions.pod:4196
13912 msgid "pgroup"
13913 msgstr ""
13914
13915 #. type: verbatim
13916 #: ../fish/guestfish-actions.pod:4198
13917 #, no-wrap
13918 msgid ""
13919 " set-pgroup true|false\n"
13920 "\n"
13921 msgstr ""
13922
13923 #. type: textblock
13924 #: ../fish/guestfish-actions.pod:4200 ../src/guestfs-actions.pod:6342
13925 msgid ""
13926 "If C<pgroup> is true, child processes are placed into their own process "
13927 "group."
13928 msgstr ""
13929
13930 #. type: textblock
13931 #: ../fish/guestfish-actions.pod:4203 ../src/guestfs-actions.pod:6345
13932 msgid ""
13933 "The practical upshot of this is that signals like C<SIGINT> (from users "
13934 "pressing C<^C>) won't be received by the child process."
13935 msgstr ""
13936
13937 #. type: textblock
13938 #: ../fish/guestfish-actions.pod:4206 ../src/guestfs-actions.pod:6348
13939 msgid ""
13940 "The default for this flag is false, because usually you want C<^C> to kill "
13941 "the subprocess."
13942 msgstr ""
13943
13944 #. type: =head2
13945 #: ../fish/guestfish-actions.pod:4209
13946 msgid "set-qemu"
13947 msgstr "set-qemu"
13948
13949 #. type: =head2
13950 #: ../fish/guestfish-actions.pod:4211
13951 msgid "qemu"
13952 msgstr "qemu"
13953
13954 #. type: verbatim
13955 #: ../fish/guestfish-actions.pod:4213
13956 #, no-wrap
13957 msgid ""
13958 " set-qemu qemu\n"
13959 "\n"
13960 msgstr ""
13961 " set-qemu qemu\n"
13962 "\n"
13963
13964 #. type: textblock
13965 #: ../fish/guestfish-actions.pod:4215 ../src/guestfs-actions.pod:6361
13966 msgid "Set the qemu binary that we will use."
13967 msgstr ""
13968
13969 #. type: textblock
13970 #: ../fish/guestfish-actions.pod:4217 ../src/guestfs-actions.pod:6363
13971 msgid ""
13972 "The default is chosen when the library was compiled by the configure script."
13973 msgstr ""
13974
13975 #. type: textblock
13976 #: ../fish/guestfish-actions.pod:4220 ../src/guestfs-actions.pod:6366
13977 msgid ""
13978 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
13979 "variable."
13980 msgstr ""
13981
13982 #. type: textblock
13983 #: ../fish/guestfish-actions.pod:4223 ../src/guestfs-actions.pod:6369
13984 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
13985 msgstr ""
13986
13987 #. type: textblock
13988 #: ../fish/guestfish-actions.pod:4225 ../src/guestfs-actions.pod:6371
13989 msgid ""
13990 "Note that you should call this function as early as possible after creating "
13991 "the handle.  This is because some pre-launch operations depend on testing "
13992 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
13993 "don't retest features, and so you might see inconsistent results.  Using the "
13994 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
13995 "the qemu binary at the same time as the handle is created."
13996 msgstr ""
13997
13998 #. type: =head2
13999 #: ../fish/guestfish-actions.pod:4233
14000 msgid "set-recovery-proc"
14001 msgstr "set-recovery-proc"
14002
14003 #. type: =head2
14004 #: ../fish/guestfish-actions.pod:4235
14005 msgid "recovery-proc"
14006 msgstr "recovery-proc"
14007
14008 #. type: verbatim
14009 #: ../fish/guestfish-actions.pod:4237
14010 #, no-wrap
14011 msgid ""
14012 " set-recovery-proc true|false\n"
14013 "\n"
14014 msgstr ""
14015 " set-recovery-proc true|false\n"
14016 "\n"
14017
14018 #. type: textblock
14019 #: ../fish/guestfish-actions.pod:4239
14020 msgid ""
14021 "If this is called with the parameter C<false> then L</launch> does not "
14022 "create a recovery process.  The purpose of the recovery process is to stop "
14023 "runaway qemu processes in the case where the main program aborts abruptly."
14024 msgstr ""
14025
14026 #. type: textblock
14027 #: ../fish/guestfish-actions.pod:4244
14028 msgid ""
14029 "This only has any effect if called before L</launch>, and the default is "
14030 "true."
14031 msgstr ""
14032
14033 #. type: textblock
14034 #: ../fish/guestfish-actions.pod:4247 ../src/guestfs-actions.pod:6397
14035 msgid ""
14036 "About the only time when you would want to disable this is if the main "
14037 "process will fork itself into the background (\"daemonize\" itself).  In "
14038 "this case the recovery process thinks that the main program has disappeared "
14039 "and so kills qemu, which is not very helpful."
14040 msgstr ""
14041
14042 #. type: =head2
14043 #: ../fish/guestfish-actions.pod:4253
14044 msgid "set-selinux"
14045 msgstr "set-selinux"
14046
14047 #. type: =head2
14048 #: ../fish/guestfish-actions.pod:4255
14049 msgid "selinux"
14050 msgstr "selinux"
14051
14052 #. type: verbatim
14053 #: ../fish/guestfish-actions.pod:4257
14054 #, no-wrap
14055 msgid ""
14056 " set-selinux true|false\n"
14057 "\n"
14058 msgstr ""
14059 " set-selinux true|false\n"
14060 "\n"
14061
14062 #. type: textblock
14063 #: ../fish/guestfish-actions.pod:4259 ../src/guestfs-actions.pod:6413
14064 msgid ""
14065 "This sets the selinux flag that is passed to the appliance at boot time.  "
14066 "The default is C<selinux=0> (disabled)."
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../fish/guestfish-actions.pod:4262 ../src/guestfs-actions.pod:6416
14071 msgid ""
14072 "Note that if SELinux is enabled, it is always in Permissive mode "
14073 "(C<enforcing=0>)."
14074 msgstr ""
14075
14076 #. type: =head2
14077 #: ../fish/guestfish-actions.pod:4268
14078 msgid "set-trace"
14079 msgstr "set-trace"
14080
14081 #. type: =head2
14082 #: ../fish/guestfish-actions.pod:4270
14083 msgid "trace"
14084 msgstr "trace"
14085
14086 #. type: verbatim
14087 #: ../fish/guestfish-actions.pod:4272
14088 #, no-wrap
14089 msgid ""
14090 " set-trace true|false\n"
14091 "\n"
14092 msgstr ""
14093 " set-trace true|false\n"
14094 "\n"
14095
14096 #. type: textblock
14097 #: ../fish/guestfish-actions.pod:4274 ../src/guestfs-actions.pod:6432
14098 msgid ""
14099 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
14100 "return values are traced."
14101 msgstr ""
14102
14103 #. type: textblock
14104 #: ../fish/guestfish-actions.pod:4277 ../src/guestfs-actions.pod:6435
14105 msgid ""
14106 "If you want to trace C API calls into libguestfs (and other libraries) then "
14107 "possibly a better way is to use the external ltrace(1) command."
14108 msgstr ""
14109
14110 #. type: textblock
14111 #: ../fish/guestfish-actions.pod:4281 ../src/guestfs-actions.pod:6439
14112 msgid ""
14113 "Command traces are disabled unless the environment variable "
14114 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14115 msgstr ""
14116
14117 #. type: textblock
14118 #: ../fish/guestfish-actions.pod:4284
14119 msgid ""
14120 "Trace messages are normally sent to C<stderr>, unless you register a "
14121 "callback to send them somewhere else (see L</set-event-callback>)."
14122 msgstr ""
14123
14124 #. type: =head2
14125 #: ../fish/guestfish-actions.pod:4288
14126 msgid "set-verbose"
14127 msgstr "set-verbose"
14128
14129 #. type: =head2
14130 #: ../fish/guestfish-actions.pod:4290
14131 msgid "verbose"
14132 msgstr ""
14133
14134 #. type: verbatim
14135 #: ../fish/guestfish-actions.pod:4292
14136 #, no-wrap
14137 msgid ""
14138 " set-verbose true|false\n"
14139 "\n"
14140 msgstr ""
14141 " set-verbose true|false\n"
14142 "\n"
14143
14144 #. type: textblock
14145 #: ../fish/guestfish-actions.pod:4294 ../src/guestfs-actions.pod:6456
14146 msgid "If C<verbose> is true, this turns on verbose messages."
14147 msgstr ""
14148
14149 #. type: textblock
14150 #: ../fish/guestfish-actions.pod:4296 ../src/guestfs-actions.pod:6458
14151 msgid ""
14152 "Verbose messages are disabled unless the environment variable "
14153 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14154 msgstr ""
14155
14156 #. type: textblock
14157 #: ../fish/guestfish-actions.pod:4299
14158 msgid ""
14159 "Verbose messages are normally sent to C<stderr>, unless you register a "
14160 "callback to send them somewhere else (see L</set-event-callback>)."
14161 msgstr ""
14162
14163 #. type: =head2
14164 #: ../fish/guestfish-actions.pod:4303
14165 msgid "setcon"
14166 msgstr "setcon"
14167
14168 #. type: verbatim
14169 #: ../fish/guestfish-actions.pod:4305
14170 #, no-wrap
14171 msgid ""
14172 " setcon context\n"
14173 "\n"
14174 msgstr ""
14175 " setcon контекст\n"
14176 "\n"
14177
14178 #. type: textblock
14179 #: ../fish/guestfish-actions.pod:4307 ../src/guestfs-actions.pod:6475
14180 msgid ""
14181 "This sets the SELinux security context of the daemon to the string "
14182 "C<context>."
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../fish/guestfish-actions.pod:4310 ../src/guestfs-actions.pod:6478
14187 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14188 msgstr ""
14189
14190 #. type: =head2
14191 #: ../fish/guestfish-actions.pod:4312
14192 msgid "setxattr"
14193 msgstr "setxattr"
14194
14195 #. type: verbatim
14196 #: ../fish/guestfish-actions.pod:4314
14197 #, no-wrap
14198 msgid ""
14199 " setxattr xattr val vallen path\n"
14200 "\n"
14201 msgstr ""
14202
14203 #. type: textblock
14204 #: ../fish/guestfish-actions.pod:4316 ../src/guestfs-actions.pod:6493
14205 msgid ""
14206 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14207 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14208 msgstr ""
14209
14210 #. type: textblock
14211 #: ../fish/guestfish-actions.pod:4320
14212 msgid "See also: L</lsetxattr>, L<attr(5)>."
14213 msgstr "Див. також L</lsetxattr>, L<attr(5)>."
14214
14215 #. type: =head2
14216 #: ../fish/guestfish-actions.pod:4322
14217 msgid "sfdisk"
14218 msgstr "sfdisk"
14219
14220 #. type: verbatim
14221 #: ../fish/guestfish-actions.pod:4324
14222 #, no-wrap
14223 msgid ""
14224 " sfdisk device cyls heads sectors 'lines ...'\n"
14225 "\n"
14226 msgstr ""
14227
14228 #. type: textblock
14229 #: ../fish/guestfish-actions.pod:4326 ../src/guestfs-actions.pod:6513
14230 msgid ""
14231 "This is a direct interface to the L<sfdisk(8)> program for creating "
14232 "partitions on block devices."
14233 msgstr ""
14234
14235 #. type: textblock
14236 #: ../fish/guestfish-actions.pod:4329 ../src/guestfs-actions.pod:6516
14237 msgid "C<device> should be a block device, for example C</dev/sda>."
14238 msgstr ""
14239
14240 #. type: textblock
14241 #: ../fish/guestfish-actions.pod:4331 ../src/guestfs-actions.pod:6518
14242 msgid ""
14243 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14244 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
14245 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14246 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14247 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14248 "the kernel) cannot work out the right geometry and you will need to tell it."
14249 msgstr ""
14250
14251 #. type: textblock
14252 #: ../fish/guestfish-actions.pod:4339 ../src/guestfs-actions.pod:6526
14253 msgid ""
14254 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14255 "refer to the L<sfdisk(8)> manpage."
14256 msgstr ""
14257
14258 #. type: textblock
14259 #: ../fish/guestfish-actions.pod:4342 ../src/guestfs-actions.pod:6529
14260 msgid ""
14261 "To create a single partition occupying the whole disk, you would pass "
14262 "C<lines> as a single element list, when the single element being the string "
14263 "C<,> (comma)."
14264 msgstr ""
14265
14266 #. type: textblock
14267 #: ../fish/guestfish-actions.pod:4346
14268 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
14269 msgstr "Див. також L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
14270
14271 #. type: textblock
14272 #: ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
14273 #: ../fish/guestfish-actions.pod:4397 ../src/guestfs-actions.pod:6541
14274 #: ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:6604
14275 msgid ""
14276 "This function is deprecated.  In new code, use the C<part_add> call instead."
14277 msgstr ""
14278
14279 #. type: =head2
14280 #: ../fish/guestfish-actions.pod:4359
14281 msgid "sfdiskM"
14282 msgstr "sfdiskM"
14283
14284 #. type: verbatim
14285 #: ../fish/guestfish-actions.pod:4361
14286 #, no-wrap
14287 msgid ""
14288 " sfdiskM device 'lines ...'\n"
14289 "\n"
14290 msgstr ""
14291
14292 #. type: textblock
14293 #: ../fish/guestfish-actions.pod:4363
14294 msgid ""
14295 "This is a simplified interface to the L</sfdisk> command, where partition "
14296 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
14297 "you don't need to specify the cyls, heads and sectors parameters which were "
14298 "rarely if ever used anyway."
14299 msgstr ""
14300
14301 #. type: textblock
14302 #: ../fish/guestfish-actions.pod:4369
14303 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
14304 msgstr ""
14305 "Див також L</sfdisk>, сторінку довідки (man) L<sfdisk(8)> та L</part-disk>"
14306
14307 #. type: =head2
14308 #: ../fish/guestfish-actions.pod:4382
14309 msgid "sfdisk-N"
14310 msgstr "sfdisk-N"
14311
14312 #. type: verbatim
14313 #: ../fish/guestfish-actions.pod:4384
14314 #, no-wrap
14315 msgid ""
14316 " sfdisk-N device partnum cyls heads sectors line\n"
14317 "\n"
14318 msgstr ""
14319
14320 #. type: textblock
14321 #: ../fish/guestfish-actions.pod:4386 ../src/guestfs-actions.pod:6591
14322 msgid ""
14323 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14324 "(note: C<n> counts from 1)."
14325 msgstr ""
14326
14327 #. type: textblock
14328 #: ../fish/guestfish-actions.pod:4389
14329 msgid ""
14330 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
14331 "cyls/heads/sectors parameters."
14332 msgstr ""
14333
14334 #. type: textblock
14335 #: ../fish/guestfish-actions.pod:4392
14336 msgid "See also: L</part-add>"
14337 msgstr "Див. також L</part-add>"
14338
14339 #. type: =head2
14340 #: ../fish/guestfish-actions.pod:4404
14341 msgid "sfdisk-disk-geometry"
14342 msgstr "sfdisk-disk-geometry"
14343
14344 #. type: verbatim
14345 #: ../fish/guestfish-actions.pod:4406
14346 #, no-wrap
14347 msgid ""
14348 " sfdisk-disk-geometry device\n"
14349 "\n"
14350 msgstr ""
14351 " sfdisk-disk-geometry пристрій\n"
14352 "\n"
14353
14354 #. type: textblock
14355 #: ../fish/guestfish-actions.pod:4408
14356 msgid ""
14357 "This displays the disk geometry of C<device> read from the partition table.  "
14358 "Especially in the case where the underlying block device has been resized, "
14359 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
14360 "kernel-geometry>)."
14361 msgstr ""
14362
14363 #. type: textblock
14364 #: ../fish/guestfish-actions.pod:4413 ../fish/guestfish-actions.pod:4422
14365 #: ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:6640
14366 msgid "The result is in human-readable format, and not designed to be parsed."
14367 msgstr ""
14368
14369 #. type: =head2
14370 #: ../fish/guestfish-actions.pod:4416
14371 msgid "sfdisk-kernel-geometry"
14372 msgstr "sfdisk-kernel-geometry"
14373
14374 #. type: verbatim
14375 #: ../fish/guestfish-actions.pod:4418
14376 #, no-wrap
14377 msgid ""
14378 " sfdisk-kernel-geometry device\n"
14379 "\n"
14380 msgstr ""
14381 " sfdisk-kernel-geometry пристрій\n"
14382 "\n"
14383
14384 #. type: textblock
14385 #: ../fish/guestfish-actions.pod:4420 ../src/guestfs-actions.pod:6638
14386 msgid "This displays the kernel's idea of the geometry of C<device>."
14387 msgstr ""
14388
14389 #. type: =head2
14390 #: ../fish/guestfish-actions.pod:4425
14391 msgid "sfdisk-l"
14392 msgstr "sfdisk-l"
14393
14394 #. type: verbatim
14395 #: ../fish/guestfish-actions.pod:4427
14396 #, no-wrap
14397 msgid ""
14398 " sfdisk-l device\n"
14399 "\n"
14400 msgstr ""
14401 " sfdisk-l пристрій\n"
14402 "\n"
14403
14404 #. type: textblock
14405 #: ../fish/guestfish-actions.pod:4429 ../src/guestfs-actions.pod:6654
14406 msgid ""
14407 "This displays the partition table on C<device>, in the human-readable output "
14408 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14409 msgstr ""
14410
14411 #. type: textblock
14412 #: ../fish/guestfish-actions.pod:4433
14413 msgid "See also: L</part-list>"
14414 msgstr "Див. також L</part-list>"
14415
14416 #. type: textblock
14417 #: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6663
14418 msgid ""
14419 "This function is deprecated.  In new code, use the C<part_list> call instead."
14420 msgstr ""
14421
14422 #. type: =head2
14423 #: ../fish/guestfish-actions.pod:4442
14424 msgid "sh"
14425 msgstr "sh"
14426
14427 #. type: verbatim
14428 #: ../fish/guestfish-actions.pod:4444
14429 #, no-wrap
14430 msgid ""
14431 " sh command\n"
14432 "\n"
14433 msgstr ""
14434 " sh команда\n"
14435 "\n"
14436
14437 #. type: textblock
14438 #: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6678
14439 msgid ""
14440 "This call runs a command from the guest filesystem via the guest's C</bin/"
14441 "sh>."
14442 msgstr ""
14443
14444 #. type: textblock
14445 #: ../fish/guestfish-actions.pod:4449
14446 msgid "This is like L</command>, but passes the command to:"
14447 msgstr ""
14448
14449 #. type: verbatim
14450 #: ../fish/guestfish-actions.pod:4451 ../src/guestfs-actions.pod:6683
14451 #, no-wrap
14452 msgid ""
14453 " /bin/sh -c \"command\"\n"
14454 "\n"
14455 msgstr ""
14456
14457 #. type: textblock
14458 #: ../fish/guestfish-actions.pod:4453 ../src/guestfs-actions.pod:6685
14459 msgid ""
14460 "Depending on the guest's shell, this usually results in wildcards being "
14461 "expanded, shell expressions being interpolated and so on."
14462 msgstr ""
14463
14464 #. type: textblock
14465 #: ../fish/guestfish-actions.pod:4457
14466 msgid "All the provisos about L</command> apply to this call."
14467 msgstr ""
14468
14469 #. type: =head2
14470 #: ../fish/guestfish-actions.pod:4459
14471 msgid "sh-lines"
14472 msgstr "sh-lines"
14473
14474 #. type: verbatim
14475 #: ../fish/guestfish-actions.pod:4461
14476 #, no-wrap
14477 msgid ""
14478 " sh-lines command\n"
14479 "\n"
14480 msgstr ""
14481 " sh-lines команда\n"
14482 "\n"
14483
14484 #. type: textblock
14485 #: ../fish/guestfish-actions.pod:4463
14486 msgid "This is the same as L</sh>, but splits the result into a list of lines."
14487 msgstr ""
14488
14489 #. type: textblock
14490 #: ../fish/guestfish-actions.pod:4466
14491 msgid "See also: L</command-lines>"
14492 msgstr "Див. також L</command-lines>"
14493
14494 #. type: =head2
14495 #: ../fish/guestfish-actions.pod:4468
14496 msgid "sleep"
14497 msgstr "sleep"
14498
14499 #. type: verbatim
14500 #: ../fish/guestfish-actions.pod:4470
14501 #, no-wrap
14502 msgid ""
14503 " sleep secs\n"
14504 "\n"
14505 msgstr ""
14506 " sleep час_у_секундах\n"
14507 "\n"
14508
14509 #. type: textblock
14510 #: ../fish/guestfish-actions.pod:4472 ../src/guestfs-actions.pod:6719
14511 msgid "Sleep for C<secs> seconds."
14512 msgstr ""
14513
14514 #. type: =head2
14515 #: ../fish/guestfish-actions.pod:4474
14516 msgid "stat"
14517 msgstr "stat"
14518
14519 #. type: verbatim
14520 #: ../fish/guestfish-actions.pod:4476
14521 #, no-wrap
14522 msgid ""
14523 " stat path\n"
14524 "\n"
14525 msgstr ""
14526 " stat шлях\n"
14527 "\n"
14528
14529 #. type: textblock
14530 #: ../fish/guestfish-actions.pod:4480 ../src/guestfs-actions.pod:6733
14531 msgid "This is the same as the C<stat(2)> system call."
14532 msgstr ""
14533
14534 #. type: =head2
14535 #: ../fish/guestfish-actions.pod:4482
14536 msgid "statvfs"
14537 msgstr "statvfs"
14538
14539 #. type: verbatim
14540 #: ../fish/guestfish-actions.pod:4484
14541 #, no-wrap
14542 msgid ""
14543 " statvfs path\n"
14544 "\n"
14545 msgstr ""
14546 " statvfs шлях\n"
14547 "\n"
14548
14549 #. type: textblock
14550 #: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:6747
14551 msgid ""
14552 "Returns file system statistics for any mounted file system.  C<path> should "
14553 "be a file or directory in the mounted file system (typically it is the mount "
14554 "point itself, but it doesn't need to be)."
14555 msgstr ""
14556
14557 #. type: textblock
14558 #: ../fish/guestfish-actions.pod:4490 ../src/guestfs-actions.pod:6751
14559 msgid "This is the same as the C<statvfs(2)> system call."
14560 msgstr ""
14561
14562 #. type: =head2
14563 #: ../fish/guestfish-actions.pod:4492
14564 msgid "strings"
14565 msgstr "strings"
14566
14567 #. type: verbatim
14568 #: ../fish/guestfish-actions.pod:4494
14569 #, no-wrap
14570 msgid ""
14571 " strings path\n"
14572 "\n"
14573 msgstr ""
14574 " strings шлях\n"
14575 "\n"
14576
14577 #. type: textblock
14578 #: ../fish/guestfish-actions.pod:4496 ../src/guestfs-actions.pod:6765
14579 msgid ""
14580 "This runs the L<strings(1)> command on a file and returns the list of "
14581 "printable strings found."
14582 msgstr ""
14583
14584 #. type: =head2
14585 #: ../fish/guestfish-actions.pod:4502
14586 msgid "strings-e"
14587 msgstr "strings-e"
14588
14589 #. type: verbatim
14590 #: ../fish/guestfish-actions.pod:4504
14591 #, no-wrap
14592 msgid ""
14593 " strings-e encoding path\n"
14594 "\n"
14595 msgstr ""
14596 " strings-e кодування шлях\n"
14597 "\n"
14598
14599 #. type: textblock
14600 #: ../fish/guestfish-actions.pod:4506
14601 msgid ""
14602 "This is like the L</strings> command, but allows you to specify the encoding "
14603 "of strings that are looked for in the source file C<path>."
14604 msgstr ""
14605
14606 #. type: textblock
14607 #: ../fish/guestfish-actions.pod:4510 ../src/guestfs-actions.pod:6788
14608 msgid "Allowed encodings are:"
14609 msgstr "Можливими кодуваннями є:"
14610
14611 #. type: =item
14612 #: ../fish/guestfish-actions.pod:4514 ../src/guestfs-actions.pod:6792
14613 msgid "s"
14614 msgstr "s"
14615
14616 #. type: textblock
14617 #: ../fish/guestfish-actions.pod:4516
14618 msgid ""
14619 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
14620 "ISO-8859-X (this is what L</strings> uses)."
14621 msgstr ""
14622
14623 #. type: =item
14624 #: ../fish/guestfish-actions.pod:4519 ../src/guestfs-actions.pod:6797
14625 msgid "S"
14626 msgstr "S"
14627
14628 #. type: textblock
14629 #: ../fish/guestfish-actions.pod:4521 ../src/guestfs-actions.pod:6799
14630 msgid "Single 8-bit-byte characters."
14631 msgstr "Окремі 8-бітові-байтові символи."
14632
14633 #. type: =item
14634 #: ../fish/guestfish-actions.pod:4523 ../src/guestfs-actions.pod:6801
14635 msgid "b"
14636 msgstr "b"
14637
14638 #. type: textblock
14639 #: ../fish/guestfish-actions.pod:4525 ../src/guestfs-actions.pod:6803
14640 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
14641 msgstr ""
14642
14643 #. type: =item
14644 #: ../fish/guestfish-actions.pod:4528 ../src/guestfs-actions.pod:6806
14645 msgid "l (lower case letter L)"
14646 msgstr ""
14647
14648 #. type: textblock
14649 #: ../fish/guestfish-actions.pod:4530 ../src/guestfs-actions.pod:6808
14650 msgid ""
14651 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
14652 "examining binaries in Windows guests."
14653 msgstr ""
14654
14655 #. type: =item
14656 #: ../fish/guestfish-actions.pod:4533 ../src/guestfs-actions.pod:6811
14657 msgid "B"
14658 msgstr "B"
14659
14660 #. type: textblock
14661 #: ../fish/guestfish-actions.pod:4535 ../src/guestfs-actions.pod:6813
14662 msgid "32-bit big endian such as UCS-4BE."
14663 msgstr ""
14664
14665 #. type: =item
14666 #: ../fish/guestfish-actions.pod:4537 ../src/guestfs-actions.pod:6815
14667 msgid "L"
14668 msgstr "L"
14669
14670 #. type: textblock
14671 #: ../fish/guestfish-actions.pod:4539 ../src/guestfs-actions.pod:6817
14672 msgid "32-bit little endian such as UCS-4LE."
14673 msgstr ""
14674
14675 #. type: textblock
14676 #: ../fish/guestfish-actions.pod:4543 ../src/guestfs-actions.pod:6821
14677 msgid "The returned strings are transcoded to UTF-8."
14678 msgstr ""
14679
14680 #. type: =head2
14681 #: ../fish/guestfish-actions.pod:4548
14682 msgid "swapoff-device"
14683 msgstr "swapoff-device"
14684
14685 #. type: verbatim
14686 #: ../fish/guestfish-actions.pod:4550
14687 #, no-wrap
14688 msgid ""
14689 " swapoff-device device\n"
14690 "\n"
14691 msgstr ""
14692 " swapoff-device пристрій\n"
14693 "\n"
14694
14695 #. type: textblock
14696 #: ../fish/guestfish-actions.pod:4552
14697 msgid ""
14698 "This command disables the libguestfs appliance swap device or partition "
14699 "named C<device>.  See L</swapon-device>."
14700 msgstr ""
14701
14702 #. type: =head2
14703 #: ../fish/guestfish-actions.pod:4556
14704 msgid "swapoff-file"
14705 msgstr "swapoff-file"
14706
14707 #. type: verbatim
14708 #: ../fish/guestfish-actions.pod:4558
14709 #, no-wrap
14710 msgid ""
14711 " swapoff-file file\n"
14712 "\n"
14713 msgstr ""
14714 " swapoff-file файл\n"
14715 "\n"
14716
14717 #. type: textblock
14718 #: ../fish/guestfish-actions.pod:4560 ../src/guestfs-actions.pod:6852
14719 msgid "This command disables the libguestfs appliance swap on file."
14720 msgstr ""
14721
14722 #. type: =head2
14723 #: ../fish/guestfish-actions.pod:4562
14724 msgid "swapoff-label"
14725 msgstr "swapoff-label"
14726
14727 #. type: verbatim
14728 #: ../fish/guestfish-actions.pod:4564
14729 #, no-wrap
14730 msgid ""
14731 " swapoff-label label\n"
14732 "\n"
14733 msgstr ""
14734 " swapoff-label мітка\n"
14735 "\n"
14736
14737 #. type: textblock
14738 #: ../fish/guestfish-actions.pod:4566 ../src/guestfs-actions.pod:6864
14739 msgid ""
14740 "This command disables the libguestfs appliance swap on labeled swap "
14741 "partition."
14742 msgstr ""
14743
14744 #. type: =head2
14745 #: ../fish/guestfish-actions.pod:4569
14746 msgid "swapoff-uuid"
14747 msgstr "swapoff-uuid"
14748
14749 #. type: verbatim
14750 #: ../fish/guestfish-actions.pod:4571
14751 #, no-wrap
14752 msgid ""
14753 " swapoff-uuid uuid\n"
14754 "\n"
14755 msgstr ""
14756 " swapoff-uuid uuid\n"
14757 "\n"
14758
14759 #. type: textblock
14760 #: ../fish/guestfish-actions.pod:4573 ../src/guestfs-actions.pod:6877
14761 msgid ""
14762 "This command disables the libguestfs appliance swap partition with the given "
14763 "UUID."
14764 msgstr ""
14765
14766 #. type: =head2
14767 #: ../fish/guestfish-actions.pod:4576
14768 msgid "swapon-device"
14769 msgstr "swapon-device"
14770
14771 #. type: verbatim
14772 #: ../fish/guestfish-actions.pod:4578
14773 #, no-wrap
14774 msgid ""
14775 " swapon-device device\n"
14776 "\n"
14777 msgstr ""
14778 " swapon-device пристрій\n"
14779 "\n"
14780
14781 #. type: textblock
14782 #: ../fish/guestfish-actions.pod:4580
14783 msgid ""
14784 "This command enables the libguestfs appliance to use the swap device or "
14785 "partition named C<device>.  The increased memory is made available for all "
14786 "commands, for example those run using L</command> or L</sh>."
14787 msgstr ""
14788
14789 #. type: textblock
14790 #: ../fish/guestfish-actions.pod:4585 ../src/guestfs-actions.pod:6895
14791 msgid ""
14792 "Note that you should not swap to existing guest swap partitions unless you "
14793 "know what you are doing.  They may contain hibernation information, or other "
14794 "information that the guest doesn't want you to trash.  You also risk leaking "
14795 "information about the host to the guest this way.  Instead, attach a new "
14796 "host device to the guest and swap on that."
14797 msgstr ""
14798
14799 #. type: =head2
14800 #: ../fish/guestfish-actions.pod:4592
14801 msgid "swapon-file"
14802 msgstr "swapon-file"
14803
14804 #. type: verbatim
14805 #: ../fish/guestfish-actions.pod:4594
14806 #, no-wrap
14807 msgid ""
14808 " swapon-file file\n"
14809 "\n"
14810 msgstr ""
14811 " swapon-file файл\n"
14812 "\n"
14813
14814 #. type: textblock
14815 #: ../fish/guestfish-actions.pod:4596
14816 msgid ""
14817 "This command enables swap to a file.  See L</swapon-device> for other notes."
14818 msgstr ""
14819
14820 #. type: =head2
14821 #: ../fish/guestfish-actions.pod:4599
14822 msgid "swapon-label"
14823 msgstr "swapon-label"
14824
14825 #. type: verbatim
14826 #: ../fish/guestfish-actions.pod:4601
14827 #, no-wrap
14828 msgid ""
14829 " swapon-label label\n"
14830 "\n"
14831 msgstr ""
14832 " swapon-label мітка\n"
14833 "\n"
14834
14835 #. type: textblock
14836 #: ../fish/guestfish-actions.pod:4603
14837 msgid ""
14838 "This command enables swap to a labeled swap partition.  See L</swapon-"
14839 "device> for other notes."
14840 msgstr ""
14841
14842 #. type: =head2
14843 #: ../fish/guestfish-actions.pod:4606
14844 msgid "swapon-uuid"
14845 msgstr "swapon-uuid"
14846
14847 #. type: verbatim
14848 #: ../fish/guestfish-actions.pod:4608
14849 #, no-wrap
14850 msgid ""
14851 " swapon-uuid uuid\n"
14852 "\n"
14853 msgstr ""
14854 " swapon-uuid uuid\n"
14855 "\n"
14856
14857 #. type: textblock
14858 #: ../fish/guestfish-actions.pod:4610
14859 msgid ""
14860 "This command enables swap to a swap partition with the given UUID.  See L</"
14861 "swapon-device> for other notes."
14862 msgstr ""
14863
14864 #. type: =head2
14865 #: ../fish/guestfish-actions.pod:4613
14866 msgid "sync"
14867 msgstr "sync"
14868
14869 #. type: verbatim
14870 #: ../fish/guestfish-actions.pod:4615
14871 #, no-wrap
14872 msgid ""
14873 " sync\n"
14874 "\n"
14875 msgstr ""
14876 " sync\n"
14877 "\n"
14878
14879 #. type: textblock
14880 #: ../fish/guestfish-actions.pod:4617 ../src/guestfs-actions.pod:6950
14881 msgid ""
14882 "This syncs the disk, so that any writes are flushed through to the "
14883 "underlying disk image."
14884 msgstr ""
14885
14886 #. type: textblock
14887 #: ../fish/guestfish-actions.pod:4620 ../src/guestfs-actions.pod:6953
14888 msgid ""
14889 "You should always call this if you have modified a disk image, before "
14890 "closing the handle."
14891 msgstr ""
14892
14893 #. type: =head2
14894 #: ../fish/guestfish-actions.pod:4623
14895 msgid "tail"
14896 msgstr "tail"
14897
14898 #. type: verbatim
14899 #: ../fish/guestfish-actions.pod:4625
14900 #, no-wrap
14901 msgid ""
14902 " tail path\n"
14903 "\n"
14904 msgstr ""
14905 " tail шлях\n"
14906 "\n"
14907
14908 #. type: textblock
14909 #: ../fish/guestfish-actions.pod:4627 ../src/guestfs-actions.pod:6966
14910 msgid ""
14911 "This command returns up to the last 10 lines of a file as a list of strings."
14912 msgstr ""
14913
14914 #. type: =head2
14915 #: ../fish/guestfish-actions.pod:4633
14916 msgid "tail-n"
14917 msgstr "tail-n"
14918
14919 #. type: verbatim
14920 #: ../fish/guestfish-actions.pod:4635
14921 #, no-wrap
14922 msgid ""
14923 " tail-n nrlines path\n"
14924 "\n"
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../fish/guestfish-actions.pod:4637 ../src/guestfs-actions.pod:6985
14929 msgid ""
14930 "If the parameter C<nrlines> is a positive number, this returns the last "
14931 "C<nrlines> lines of the file C<path>."
14932 msgstr ""
14933
14934 #. type: textblock
14935 #: ../fish/guestfish-actions.pod:4640 ../src/guestfs-actions.pod:6988
14936 msgid ""
14937 "If the parameter C<nrlines> is a negative number, this returns lines from "
14938 "the file C<path>, starting with the C<-nrlines>th line."
14939 msgstr ""
14940
14941 #. type: =head2
14942 #: ../fish/guestfish-actions.pod:4648
14943 msgid "tar-in"
14944 msgstr "tar-in"
14945
14946 #. type: verbatim
14947 #: ../fish/guestfish-actions.pod:4650
14948 #, no-wrap
14949 msgid ""
14950 " tar-in (tarfile|-) directory\n"
14951 "\n"
14952 msgstr ""
14953 " tar-in (файл_tar|-) каталог\n"
14954 "\n"
14955
14956 #. type: textblock
14957 #: ../fish/guestfish-actions.pod:4652 ../src/guestfs-actions.pod:7009
14958 msgid ""
14959 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
14960 "tar file) into C<directory>."
14961 msgstr ""
14962
14963 #. type: textblock
14964 #: ../fish/guestfish-actions.pod:4655
14965 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
14966 msgstr ""
14967
14968 #. type: =head2
14969 #: ../fish/guestfish-actions.pod:4660
14970 msgid "tar-out"
14971 msgstr "tar-out"
14972
14973 #. type: verbatim
14974 #: ../fish/guestfish-actions.pod:4662
14975 #, no-wrap
14976 msgid ""
14977 " tar-out directory (tarfile|-)\n"
14978 "\n"
14979 msgstr ""
14980 " tar-out каталог (файл tar|-)\n"
14981 "\n"
14982
14983 #. type: textblock
14984 #: ../fish/guestfish-actions.pod:4664 ../src/guestfs-actions.pod:7026
14985 msgid ""
14986 "This command packs the contents of C<directory> and downloads it to local "
14987 "file C<tarfile>."
14988 msgstr ""
14989
14990 #. type: textblock
14991 #: ../fish/guestfish-actions.pod:4667
14992 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
14993 msgstr ""
14994
14995 #. type: =head2
14996 #: ../fish/guestfish-actions.pod:4672
14997 msgid "tgz-in"
14998 msgstr "tgz-in"
14999
15000 #. type: verbatim
15001 #: ../fish/guestfish-actions.pod:4674
15002 #, no-wrap
15003 msgid ""
15004 " tgz-in (tarball|-) directory\n"
15005 "\n"
15006 msgstr ""
15007 " tgz-in (архів tar|-) каталог\n"
15008 "\n"
15009
15010 #. type: textblock
15011 #: ../fish/guestfish-actions.pod:4676 ../src/guestfs-actions.pod:7043
15012 msgid ""
15013 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15014 "tar file) into C<directory>."
15015 msgstr ""
15016
15017 #. type: textblock
15018 #: ../fish/guestfish-actions.pod:4679
15019 msgid "To upload an uncompressed tarball, use L</tar-in>."
15020 msgstr ""
15021
15022 #. type: =head2
15023 #: ../fish/guestfish-actions.pod:4683
15024 msgid "tgz-out"
15025 msgstr "tgz-out"
15026
15027 #. type: verbatim
15028 #: ../fish/guestfish-actions.pod:4685
15029 #, no-wrap
15030 msgid ""
15031 " tgz-out directory (tarball|-)\n"
15032 "\n"
15033 msgstr ""
15034 " tgz-out каталог (архів tar|-)\n"
15035 "\n"
15036
15037 #. type: textblock
15038 #: ../fish/guestfish-actions.pod:4687 ../src/guestfs-actions.pod:7059
15039 msgid ""
15040 "This command packs the contents of C<directory> and downloads it to local "
15041 "file C<tarball>."
15042 msgstr ""
15043
15044 #. type: textblock
15045 #: ../fish/guestfish-actions.pod:4690
15046 msgid "To download an uncompressed tarball, use L</tar-out>."
15047 msgstr ""
15048
15049 #. type: =head2
15050 #: ../fish/guestfish-actions.pod:4694
15051 msgid "touch"
15052 msgstr "touch"
15053
15054 #. type: verbatim
15055 #: ../fish/guestfish-actions.pod:4696
15056 #, no-wrap
15057 msgid ""
15058 " touch path\n"
15059 "\n"
15060 msgstr ""
15061 " touch шлях\n"
15062 "\n"
15063
15064 #. type: textblock
15065 #: ../fish/guestfish-actions.pod:4698 ../src/guestfs-actions.pod:7074
15066 msgid ""
15067 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15068 "timestamps on a file, or, if the file does not exist, to create a new zero-"
15069 "length file."
15070 msgstr ""
15071
15072 #. type: textblock
15073 #: ../fish/guestfish-actions.pod:4702 ../src/guestfs-actions.pod:7078
15074 msgid ""
15075 "This command only works on regular files, and will fail on other file types "
15076 "such as directories, symbolic links, block special etc."
15077 msgstr ""
15078
15079 #. type: =head2
15080 #: ../fish/guestfish-actions.pod:4705
15081 msgid "truncate"
15082 msgstr "truncate"
15083
15084 #. type: verbatim
15085 #: ../fish/guestfish-actions.pod:4707
15086 #, no-wrap
15087 msgid ""
15088 " truncate path\n"
15089 "\n"
15090 msgstr ""
15091 " truncate шлях\n"
15092 "\n"
15093
15094 #. type: textblock
15095 #: ../fish/guestfish-actions.pod:4709 ../src/guestfs-actions.pod:7091
15096 msgid ""
15097 "This command truncates C<path> to a zero-length file.  The file must exist "
15098 "already."
15099 msgstr ""
15100
15101 #. type: =head2
15102 #: ../fish/guestfish-actions.pod:4712
15103 msgid "truncate-size"
15104 msgstr "truncate-size"
15105
15106 #. type: verbatim
15107 #: ../fish/guestfish-actions.pod:4714
15108 #, no-wrap
15109 msgid ""
15110 " truncate-size path size\n"
15111 "\n"
15112 msgstr ""
15113 " truncate-size шлях розмір\n"
15114 "\n"
15115
15116 #. type: textblock
15117 #: ../fish/guestfish-actions.pod:4716 ../src/guestfs-actions.pod:7105
15118 msgid ""
15119 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15120 "already."
15121 msgstr ""
15122
15123 #. type: textblock
15124 #: ../fish/guestfish-actions.pod:4719
15125 msgid ""
15126 "If the current file size is less than C<size> then the file is extended to "
15127 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15128 "blocks are not allocated for the file until you write to it).  To create a "
15129 "non-sparse file of zeroes, use L</fallocate64> instead."
15130 msgstr ""
15131
15132 #. type: =head2
15133 #: ../fish/guestfish-actions.pod:4725
15134 msgid "tune2fs-l"
15135 msgstr "tune2fs-l"
15136
15137 #. type: verbatim
15138 #: ../fish/guestfish-actions.pod:4727
15139 #, no-wrap
15140 msgid ""
15141 " tune2fs-l device\n"
15142 "\n"
15143 msgstr ""
15144 " tune2fs-l пристрій\n"
15145 "\n"
15146
15147 #. type: textblock
15148 #: ../fish/guestfish-actions.pod:4729 ../src/guestfs-actions.pod:7124
15149 msgid ""
15150 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15151 "C<device>."
15152 msgstr ""
15153
15154 #. type: textblock
15155 #: ../fish/guestfish-actions.pod:4732 ../src/guestfs-actions.pod:7127
15156 msgid ""
15157 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15158 "for more details.  The list of fields returned isn't clearly defined, and "
15159 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15160 "and the filesystem itself."
15161 msgstr ""
15162
15163 #. type: =head2
15164 #: ../fish/guestfish-actions.pod:4737
15165 msgid "txz-in"
15166 msgstr "txz-in"
15167
15168 #. type: verbatim
15169 #: ../fish/guestfish-actions.pod:4739
15170 #, no-wrap
15171 msgid ""
15172 " txz-in (tarball|-) directory\n"
15173 "\n"
15174 msgstr ""
15175 " txz-in (архів tar|-) каталог\n"
15176 "\n"
15177
15178 #. type: textblock
15179 #: ../fish/guestfish-actions.pod:4741 ../src/guestfs-actions.pod:7147
15180 msgid ""
15181 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15182 "tar file) into C<directory>."
15183 msgstr ""
15184
15185 #. type: =head2
15186 #: ../fish/guestfish-actions.pod:4746
15187 msgid "txz-out"
15188 msgstr "txz-out"
15189
15190 #. type: verbatim
15191 #: ../fish/guestfish-actions.pod:4748
15192 #, no-wrap
15193 msgid ""
15194 " txz-out directory (tarball|-)\n"
15195 "\n"
15196 msgstr ""
15197 " txz-out каталог (архів tar|-)\n"
15198 "\n"
15199
15200 #. type: textblock
15201 #: ../fish/guestfish-actions.pod:4750 ../src/guestfs-actions.pod:7161
15202 msgid ""
15203 "This command packs the contents of C<directory> and downloads it to local "
15204 "file C<tarball> (as an xz compressed tar archive)."
15205 msgstr ""
15206
15207 #. type: =head2
15208 #: ../fish/guestfish-actions.pod:4755
15209 msgid "umask"
15210 msgstr "umask"
15211
15212 #. type: verbatim
15213 #: ../fish/guestfish-actions.pod:4757
15214 #, no-wrap
15215 msgid ""
15216 " umask mask\n"
15217 "\n"
15218 msgstr ""
15219 " umask маска\n"
15220 "\n"
15221
15222 #. type: textblock
15223 #: ../fish/guestfish-actions.pod:4759 ../src/guestfs-actions.pod:7174
15224 msgid ""
15225 "This function sets the mask used for creating new files and device nodes to "
15226 "C<mask & 0777>."
15227 msgstr ""
15228
15229 #. type: textblock
15230 #: ../fish/guestfish-actions.pod:4762 ../src/guestfs-actions.pod:7177
15231 msgid ""
15232 "Typical umask values would be C<022> which creates new files with "
15233 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15234 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15235 msgstr ""
15236
15237 #. type: textblock
15238 #: ../fish/guestfish-actions.pod:4767 ../src/guestfs-actions.pod:7182
15239 msgid ""
15240 "The default umask is C<022>.  This is important because it means that "
15241 "directories and device nodes will be created with C<0644> or C<0755> mode "
15242 "even if you specify C<0777>."
15243 msgstr ""
15244
15245 #. type: textblock
15246 #: ../fish/guestfish-actions.pod:4771
15247 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
15248 msgstr "Див. також L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
15249
15250 #. type: textblock
15251 #: ../fish/guestfish-actions.pod:4774 ../src/guestfs-actions.pod:7189
15252 msgid "This call returns the previous umask."
15253 msgstr ""
15254
15255 #. type: =head2
15256 #: ../fish/guestfish-actions.pod:4776
15257 msgid "umount"
15258 msgstr "umount"
15259
15260 #. type: =head2
15261 #: ../fish/guestfish-actions.pod:4778
15262 msgid "unmount"
15263 msgstr "unmount"
15264
15265 #. type: verbatim
15266 #: ../fish/guestfish-actions.pod:4780
15267 #, no-wrap
15268 msgid ""
15269 " umount pathordevice\n"
15270 "\n"
15271 msgstr ""
15272 " umount шлях_або_пристрій\n"
15273 "\n"
15274
15275 #. type: textblock
15276 #: ../fish/guestfish-actions.pod:4782 ../src/guestfs-actions.pod:7201
15277 msgid ""
15278 "This unmounts the given filesystem.  The filesystem may be specified either "
15279 "by its mountpoint (path) or the device which contains the filesystem."
15280 msgstr ""
15281
15282 #. type: =head2
15283 #: ../fish/guestfish-actions.pod:4786
15284 msgid "umount-all"
15285 msgstr "umount-all"
15286
15287 #. type: =head2
15288 #: ../fish/guestfish-actions.pod:4788
15289 msgid "unmount-all"
15290 msgstr "unmount-all"
15291
15292 #. type: verbatim
15293 #: ../fish/guestfish-actions.pod:4790
15294 #, no-wrap
15295 msgid ""
15296 " umount-all\n"
15297 "\n"
15298 msgstr ""
15299 " umount-all\n"
15300 "\n"
15301
15302 #. type: textblock
15303 #: ../fish/guestfish-actions.pod:4792 ../src/guestfs-actions.pod:7214
15304 msgid "This unmounts all mounted filesystems."
15305 msgstr ""
15306
15307 #. type: textblock
15308 #: ../fish/guestfish-actions.pod:4794 ../src/guestfs-actions.pod:7216
15309 msgid "Some internal mounts are not unmounted by this call."
15310 msgstr ""
15311
15312 #. type: =head2
15313 #: ../fish/guestfish-actions.pod:4796
15314 msgid "upload"
15315 msgstr "upload"
15316
15317 #. type: verbatim
15318 #: ../fish/guestfish-actions.pod:4798
15319 #, no-wrap
15320 msgid ""
15321 " upload (filename|-) remotefilename\n"
15322 "\n"
15323 msgstr ""
15324 " upload (назва_файла|-) назва_віддаленого_файла\n"
15325 "\n"
15326
15327 #. type: textblock
15328 #: ../fish/guestfish-actions.pod:4800 ../fish/guestfish-actions.pod:4813
15329 #: ../src/guestfs-actions.pod:7229 ../src/guestfs-actions.pod:7253
15330 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15331 msgstr ""
15332
15333 #. type: textblock
15334 #: ../fish/guestfish-actions.pod:4805
15335 msgid "See also L</download>."
15336 msgstr "Див. також L</download>."
15337
15338 #. type: =head2
15339 #: ../fish/guestfish-actions.pod:4809
15340 msgid "upload-offset"
15341 msgstr "upload-offset"
15342
15343 #. type: verbatim
15344 #: ../fish/guestfish-actions.pod:4811
15345 #, no-wrap
15346 msgid ""
15347 " upload-offset (filename|-) remotefilename offset\n"
15348 "\n"
15349 msgstr ""
15350 " upload-offset (назва_файла|-) назва_віддаленого_файла відступ\n"
15351 "\n"
15352
15353 #. type: textblock
15354 #: ../fish/guestfish-actions.pod:4816 ../src/guestfs-actions.pod:7256
15355 msgid ""
15356 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15357 "The intention is to overwrite parts of existing files or devices, although "
15358 "if a non-existant file is specified then it is created with a \"hole\" "
15359 "before C<offset>.  The size of the data written is implicit in the size of "
15360 "the source C<filename>."
15361 msgstr ""
15362
15363 #. type: textblock
15364 #: ../fish/guestfish-actions.pod:4823
15365 msgid ""
15366 "Note that there is no limit on the amount of data that can be uploaded with "
15367 "this call, unlike with L</pwrite>, and this call always writes the full "
15368 "amount unless an error occurs."
15369 msgstr ""
15370
15371 #. type: textblock
15372 #: ../fish/guestfish-actions.pod:4828
15373 msgid "See also L</upload>, L</pwrite>."
15374 msgstr "Див. також L</upload>, L</pwrite>."
15375
15376 #. type: =head2
15377 #: ../fish/guestfish-actions.pod:4832
15378 msgid "utimens"
15379 msgstr "utimens"
15380
15381 #. type: verbatim
15382 #: ../fish/guestfish-actions.pod:4834
15383 #, no-wrap
15384 msgid ""
15385 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
15386 "\n"
15387 msgstr ""
15388
15389 #. type: textblock
15390 #: ../fish/guestfish-actions.pod:4836 ../src/guestfs-actions.pod:7289
15391 msgid "This command sets the timestamps of a file with nanosecond precision."
15392 msgstr ""
15393
15394 #. type: textblock
15395 #: ../fish/guestfish-actions.pod:4839 ../src/guestfs-actions.pod:7292
15396 msgid ""
15397 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15398 "from the epoch."
15399 msgstr ""
15400
15401 #. type: textblock
15402 #: ../fish/guestfish-actions.pod:4842 ../src/guestfs-actions.pod:7295
15403 msgid ""
15404 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15405 "nanoseconds from the epoch."
15406 msgstr ""
15407
15408 #. type: textblock
15409 #: ../fish/guestfish-actions.pod:4845 ../src/guestfs-actions.pod:7298
15410 msgid ""
15411 "If the C<*nsecs> field contains the special value C<-1> then the "
15412 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15413 "ignored in this case)."
15414 msgstr ""
15415
15416 #. type: textblock
15417 #: ../fish/guestfish-actions.pod:4849 ../src/guestfs-actions.pod:7302
15418 msgid ""
15419 "If the C<*nsecs> field contains the special value C<-2> then the "
15420 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15421 "in this case)."
15422 msgstr ""
15423
15424 #. type: =head2
15425 #: ../fish/guestfish-actions.pod:4853
15426 msgid "version"
15427 msgstr "version"
15428
15429 #. type: verbatim
15430 #: ../fish/guestfish-actions.pod:4855
15431 #, no-wrap
15432 msgid ""
15433 " version\n"
15434 "\n"
15435 msgstr ""
15436 " version\n"
15437 "\n"
15438
15439 #. type: textblock
15440 #: ../fish/guestfish-actions.pod:4857 ../src/guestfs-actions.pod:7315
15441 msgid ""
15442 "Return the libguestfs version number that the program is linked against."
15443 msgstr ""
15444
15445 #. type: textblock
15446 #: ../fish/guestfish-actions.pod:4860 ../src/guestfs-actions.pod:7318
15447 msgid ""
15448 "Note that because of dynamic linking this is not necessarily the version of "
15449 "libguestfs that you compiled against.  You can compile the program, and then "
15450 "at runtime dynamically link against a completely different C<libguestfs.so> "
15451 "library."
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../fish/guestfish-actions.pod:4865 ../src/guestfs-actions.pod:7323
15456 msgid ""
15457 "This call was added in version C<1.0.58>.  In previous versions of "
15458 "libguestfs there was no way to get the version number.  From C code you can "
15459 "use dynamic linker functions to find out if this symbol exists (if it "
15460 "doesn't, then it's an earlier version)."
15461 msgstr ""
15462
15463 #. type: textblock
15464 #: ../fish/guestfish-actions.pod:4871 ../src/guestfs-actions.pod:7329
15465 msgid ""
15466 "The call returns a structure with four elements.  The first three (C<major>, "
15467 "C<minor> and C<release>) are numbers and correspond to the usual version "
15468 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15469 "but may be used for distro-specific information."
15470 msgstr ""
15471
15472 #. type: textblock
15473 #: ../fish/guestfish-actions.pod:4877 ../src/guestfs-actions.pod:7335
15474 msgid ""
15475 "To construct the original version string: C<$major.$minor.$release$extra>"
15476 msgstr ""
15477
15478 #. type: textblock
15479 #: ../fish/guestfish-actions.pod:4880 ../src/guestfs-actions.pod:7338
15480 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15481 msgstr ""
15482
15483 #. type: textblock
15484 #: ../fish/guestfish-actions.pod:4882
15485 msgid ""
15486 "I<Note:> Don't use this call to test for availability of features.  In "
15487 "enterprise distributions we backport features from later versions into "
15488 "earlier versions, making this an unreliable way to test for features.  Use "
15489 "L</available> instead."
15490 msgstr ""
15491
15492 #. type: =head2
15493 #: ../fish/guestfish-actions.pod:4888
15494 msgid "vfs-label"
15495 msgstr "vfs-label"
15496
15497 #. type: verbatim
15498 #: ../fish/guestfish-actions.pod:4890
15499 #, no-wrap
15500 msgid ""
15501 " vfs-label device\n"
15502 "\n"
15503 msgstr ""
15504 " vfs-label пристрій\n"
15505 "\n"
15506
15507 #. type: textblock
15508 #: ../fish/guestfish-actions.pod:4892 ../src/guestfs-actions.pod:7358
15509 msgid "This returns the filesystem label of the filesystem on C<device>."
15510 msgstr ""
15511
15512 #. type: textblock
15513 #: ../fish/guestfish-actions.pod:4895 ../src/guestfs-actions.pod:7361
15514 msgid "If the filesystem is unlabeled, this returns the empty string."
15515 msgstr ""
15516
15517 #. type: textblock
15518 #: ../fish/guestfish-actions.pod:4897
15519 msgid "To find a filesystem from the label, use L</findfs-label>."
15520 msgstr ""
15521
15522 #. type: =head2
15523 #: ../fish/guestfish-actions.pod:4899
15524 msgid "vfs-type"
15525 msgstr "vfs-type"
15526
15527 #. type: verbatim
15528 #: ../fish/guestfish-actions.pod:4901
15529 #, no-wrap
15530 msgid ""
15531 " vfs-type device\n"
15532 "\n"
15533 msgstr ""
15534 " vfs-type пристрій\n"
15535 "\n"
15536
15537 #. type: textblock
15538 #: ../fish/guestfish-actions.pod:4903 ../src/guestfs-actions.pod:7376
15539 msgid ""
15540 "This command gets the filesystem type corresponding to the filesystem on "
15541 "C<device>."
15542 msgstr ""
15543
15544 #. type: textblock
15545 #: ../fish/guestfish-actions.pod:4906 ../src/guestfs-actions.pod:7379
15546 msgid ""
15547 "For most filesystems, the result is the name of the Linux VFS module which "
15548 "would be used to mount this filesystem if you mounted it without specifying "
15549 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
15550 msgstr ""
15551
15552 #. type: =head2
15553 #: ../fish/guestfish-actions.pod:4911
15554 msgid "vfs-uuid"
15555 msgstr "vfs-uuid"
15556
15557 #. type: verbatim
15558 #: ../fish/guestfish-actions.pod:4913
15559 #, no-wrap
15560 msgid ""
15561 " vfs-uuid device\n"
15562 "\n"
15563 msgstr ""
15564 " vfs-uuid пристрій\n"
15565 "\n"
15566
15567 #. type: textblock
15568 #: ../fish/guestfish-actions.pod:4915 ../src/guestfs-actions.pod:7395
15569 msgid "This returns the filesystem UUID of the filesystem on C<device>."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../fish/guestfish-actions.pod:4918 ../src/guestfs-actions.pod:7398
15574 msgid "If the filesystem does not have a UUID, this returns the empty string."
15575 msgstr ""
15576
15577 #. type: textblock
15578 #: ../fish/guestfish-actions.pod:4920
15579 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
15580 msgstr ""
15581
15582 #. type: =head2
15583 #: ../fish/guestfish-actions.pod:4922
15584 msgid "vg-activate"
15585 msgstr "vg-activate"
15586
15587 #. type: verbatim
15588 #: ../fish/guestfish-actions.pod:4924
15589 #, no-wrap
15590 msgid ""
15591 " vg-activate true|false 'volgroups ...'\n"
15592 "\n"
15593 msgstr ""
15594
15595 #. type: textblock
15596 #: ../fish/guestfish-actions.pod:4926 ../src/guestfs-actions.pod:7414
15597 msgid ""
15598 "This command activates or (if C<activate> is false) deactivates all logical "
15599 "volumes in the listed volume groups C<volgroups>."
15600 msgstr ""
15601
15602 #. type: textblock
15603 #: ../fish/guestfish-actions.pod:4929 ../src/guestfs-actions.pod:7417
15604 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
15605 msgstr ""
15606
15607 #. type: textblock
15608 #: ../fish/guestfish-actions.pod:4931 ../src/guestfs-actions.pod:7419
15609 msgid ""
15610 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
15611 "activated or deactivated."
15612 msgstr ""
15613
15614 #. type: =head2
15615 #: ../fish/guestfish-actions.pod:4934
15616 msgid "vg-activate-all"
15617 msgstr "vg-activate-all"
15618
15619 #. type: verbatim
15620 #: ../fish/guestfish-actions.pod:4936
15621 #, no-wrap
15622 msgid ""
15623 " vg-activate-all true|false\n"
15624 "\n"
15625 msgstr ""
15626 " vg-activate-all true|false\n"
15627 "\n"
15628
15629 #. type: textblock
15630 #: ../fish/guestfish-actions.pod:4938 ../src/guestfs-actions.pod:7432
15631 msgid ""
15632 "This command activates or (if C<activate> is false) deactivates all logical "
15633 "volumes in all volume groups."
15634 msgstr ""
15635
15636 #. type: textblock
15637 #: ../fish/guestfish-actions.pod:4941 ../src/guestfs-actions.pod:7435
15638 msgid "This command is the same as running C<vgchange -a y|n>"
15639 msgstr ""
15640
15641 #. type: =head2
15642 #: ../fish/guestfish-actions.pod:4943
15643 msgid "vgcreate"
15644 msgstr "vgcreate"
15645
15646 #. type: verbatim
15647 #: ../fish/guestfish-actions.pod:4945
15648 #, no-wrap
15649 msgid ""
15650 " vgcreate volgroup 'physvols ...'\n"
15651 "\n"
15652 msgstr ""
15653
15654 #. type: textblock
15655 #: ../fish/guestfish-actions.pod:4947 ../src/guestfs-actions.pod:7448
15656 msgid ""
15657 "This creates an LVM volume group called C<volgroup> from the non-empty list "
15658 "of physical volumes C<physvols>."
15659 msgstr ""
15660
15661 #. type: =head2
15662 #: ../fish/guestfish-actions.pod:4950
15663 msgid "vglvuuids"
15664 msgstr "vglvuuids"
15665
15666 #. type: verbatim
15667 #: ../fish/guestfish-actions.pod:4952
15668 #, no-wrap
15669 msgid ""
15670 " vglvuuids vgname\n"
15671 "\n"
15672 msgstr ""
15673
15674 #. type: textblock
15675 #: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7461
15676 msgid ""
15677 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
15678 "volumes created in this volume group."
15679 msgstr ""
15680
15681 #. type: textblock
15682 #: ../fish/guestfish-actions.pod:4957
15683 msgid ""
15684 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
15685 "logical volumes and volume groups."
15686 msgstr ""
15687
15688 #. type: textblock
15689 #: ../fish/guestfish-actions.pod:4960
15690 msgid "See also L</vgpvuuids>."
15691 msgstr "Див. також L</vgpvuuids>."
15692
15693 #. type: =head2
15694 #: ../fish/guestfish-actions.pod:4962
15695 msgid "vgpvuuids"
15696 msgstr "vgpvuuids"
15697
15698 #. type: verbatim
15699 #: ../fish/guestfish-actions.pod:4964
15700 #, no-wrap
15701 msgid ""
15702 " vgpvuuids vgname\n"
15703 "\n"
15704 msgstr ""
15705
15706 #. type: textblock
15707 #: ../fish/guestfish-actions.pod:4966 ../src/guestfs-actions.pod:7481
15708 msgid ""
15709 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
15710 "volumes that this volume group resides on."
15711 msgstr ""
15712
15713 #. type: textblock
15714 #: ../fish/guestfish-actions.pod:4969
15715 msgid ""
15716 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
15717 "physical volumes and volume groups."
15718 msgstr ""
15719
15720 #. type: textblock
15721 #: ../fish/guestfish-actions.pod:4972
15722 msgid "See also L</vglvuuids>."
15723 msgstr "Див. також L</vglvuuids>."
15724
15725 #. type: =head2
15726 #: ../fish/guestfish-actions.pod:4974
15727 msgid "vgremove"
15728 msgstr "vgremove"
15729
15730 #. type: verbatim
15731 #: ../fish/guestfish-actions.pod:4976
15732 #, no-wrap
15733 msgid ""
15734 " vgremove vgname\n"
15735 "\n"
15736 msgstr ""
15737
15738 #. type: textblock
15739 #: ../fish/guestfish-actions.pod:4978 ../src/guestfs-actions.pod:7501
15740 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
15741 msgstr ""
15742
15743 #. type: textblock
15744 #: ../fish/guestfish-actions.pod:4980 ../src/guestfs-actions.pod:7503
15745 msgid ""
15746 "This also forcibly removes all logical volumes in the volume group (if any)."
15747 msgstr ""
15748
15749 #. type: =head2
15750 #: ../fish/guestfish-actions.pod:4983
15751 msgid "vgrename"
15752 msgstr "vgrename"
15753
15754 #. type: verbatim
15755 #: ../fish/guestfish-actions.pod:4985
15756 #, no-wrap
15757 msgid ""
15758 " vgrename volgroup newvolgroup\n"
15759 "\n"
15760 msgstr ""
15761
15762 #. type: textblock
15763 #: ../fish/guestfish-actions.pod:4987 ../src/guestfs-actions.pod:7517
15764 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
15765 msgstr ""
15766
15767 #. type: =head2
15768 #: ../fish/guestfish-actions.pod:4989
15769 msgid "vgs"
15770 msgstr "vgs"
15771
15772 #. type: verbatim
15773 #: ../fish/guestfish-actions.pod:4991
15774 #, no-wrap
15775 msgid ""
15776 " vgs\n"
15777 "\n"
15778 msgstr ""
15779 " vgs\n"
15780 "\n"
15781
15782 #. type: textblock
15783 #: ../fish/guestfish-actions.pod:4993 ../src/guestfs-actions.pod:7528
15784 msgid ""
15785 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
15786 "> command."
15787 msgstr ""
15788
15789 #. type: textblock
15790 #: ../fish/guestfish-actions.pod:4996 ../src/guestfs-actions.pod:7531
15791 msgid ""
15792 "This returns a list of just the volume group names that were detected (eg. "
15793 "C<VolGroup00>)."
15794 msgstr ""
15795
15796 #. type: textblock
15797 #: ../fish/guestfish-actions.pod:4999
15798 msgid "See also L</vgs-full>."
15799 msgstr "Див. також L</vgs-full>."
15800
15801 #. type: =head2
15802 #: ../fish/guestfish-actions.pod:5001
15803 msgid "vgs-full"
15804 msgstr "vgs-full"
15805
15806 #. type: verbatim
15807 #: ../fish/guestfish-actions.pod:5003
15808 #, no-wrap
15809 msgid ""
15810 " vgs-full\n"
15811 "\n"
15812 msgstr ""
15813 " vgs-full\n"
15814 "\n"
15815
15816 #. type: textblock
15817 #: ../fish/guestfish-actions.pod:5005 ../src/guestfs-actions.pod:7547
15818 msgid ""
15819 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
15820 "> command.  The \"full\" version includes all fields."
15821 msgstr ""
15822
15823 #. type: =head2
15824 #: ../fish/guestfish-actions.pod:5008
15825 msgid "vgscan"
15826 msgstr "vgscan"
15827
15828 #. type: verbatim
15829 #: ../fish/guestfish-actions.pod:5010
15830 #, no-wrap
15831 msgid ""
15832 " vgscan\n"
15833 "\n"
15834 msgstr ""
15835 " vgscan\n"
15836 "\n"
15837
15838 #. type: textblock
15839 #: ../fish/guestfish-actions.pod:5012 ../src/guestfs-actions.pod:7561
15840 msgid ""
15841 "This rescans all block devices and rebuilds the list of LVM physical "
15842 "volumes, volume groups and logical volumes."
15843 msgstr ""
15844
15845 #. type: =head2
15846 #: ../fish/guestfish-actions.pod:5015
15847 msgid "vguuid"
15848 msgstr "vguuid"
15849
15850 #. type: verbatim
15851 #: ../fish/guestfish-actions.pod:5017
15852 #, no-wrap
15853 msgid ""
15854 " vguuid vgname\n"
15855 "\n"
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7574
15860 msgid "This command returns the UUID of the LVM VG named C<vgname>."
15861 msgstr ""
15862
15863 #. type: =head2
15864 #: ../fish/guestfish-actions.pod:5021
15865 msgid "wc-c"
15866 msgstr "wc-c"
15867
15868 #. type: verbatim
15869 #: ../fish/guestfish-actions.pod:5023
15870 #, no-wrap
15871 msgid ""
15872 " wc-c path\n"
15873 "\n"
15874 msgstr ""
15875 " wc-c шлях\n"
15876 "\n"
15877
15878 #. type: textblock
15879 #: ../fish/guestfish-actions.pod:5025 ../src/guestfs-actions.pod:7614
15880 msgid ""
15881 "This command counts the characters in a file, using the C<wc -c> external "
15882 "command."
15883 msgstr ""
15884
15885 #. type: =head2
15886 #: ../fish/guestfish-actions.pod:5028
15887 msgid "wc-l"
15888 msgstr "wc-l"
15889
15890 #. type: verbatim
15891 #: ../fish/guestfish-actions.pod:5030
15892 #, no-wrap
15893 msgid ""
15894 " wc-l path\n"
15895 "\n"
15896 msgstr ""
15897 " wc-l шлях\n"
15898 "\n"
15899
15900 #. type: textblock
15901 #: ../fish/guestfish-actions.pod:5032 ../src/guestfs-actions.pod:7627
15902 msgid ""
15903 "This command counts the lines in a file, using the C<wc -l> external command."
15904 msgstr ""
15905
15906 #. type: =head2
15907 #: ../fish/guestfish-actions.pod:5035
15908 msgid "wc-w"
15909 msgstr "wc-w"
15910
15911 #. type: verbatim
15912 #: ../fish/guestfish-actions.pod:5037
15913 #, no-wrap
15914 msgid ""
15915 " wc-w path\n"
15916 "\n"
15917 msgstr ""
15918 " wc-w шлях\n"
15919 "\n"
15920
15921 #. type: textblock
15922 #: ../fish/guestfish-actions.pod:5039 ../src/guestfs-actions.pod:7640
15923 msgid ""
15924 "This command counts the words in a file, using the C<wc -w> external command."
15925 msgstr ""
15926
15927 #. type: =head2
15928 #: ../fish/guestfish-actions.pod:5042
15929 msgid "write"
15930 msgstr "write"
15931
15932 #. type: verbatim
15933 #: ../fish/guestfish-actions.pod:5044
15934 #, no-wrap
15935 msgid ""
15936 " write path content\n"
15937 "\n"
15938 msgstr ""
15939 " write шлях дані\n"
15940 "\n"
15941
15942 #. type: textblock
15943 #: ../fish/guestfish-actions.pod:5046 ../src/guestfs-actions.pod:7655
15944 msgid ""
15945 "This call creates a file called C<path>.  The content of the file is the "
15946 "string C<content> (which can contain any 8 bit data)."
15947 msgstr ""
15948
15949 #. type: textblock
15950 #: ../fish/guestfish-actions.pod:5049
15951 msgid "See also L</write-append>."
15952 msgstr ""
15953
15954 #. type: =head2
15955 #: ../fish/guestfish-actions.pod:5054
15956 msgid "write-append"
15957 msgstr ""
15958
15959 #. type: verbatim
15960 #: ../fish/guestfish-actions.pod:5056
15961 #, no-wrap
15962 msgid ""
15963 " write-append path content\n"
15964 "\n"
15965 msgstr ""
15966
15967 #. type: textblock
15968 #: ../fish/guestfish-actions.pod:5058 ../src/guestfs-actions.pod:7675
15969 msgid ""
15970 "This call appends C<content> to the end of file C<path>.  If C<path> does "
15971 "not exist, then a new file is created."
15972 msgstr ""
15973
15974 #. type: textblock
15975 #: ../fish/guestfish-actions.pod:5061
15976 msgid "See also L</write>."
15977 msgstr ""
15978
15979 #. type: =head2
15980 #: ../fish/guestfish-actions.pod:5066
15981 msgid "write-file"
15982 msgstr "write-file"
15983
15984 #. type: verbatim
15985 #: ../fish/guestfish-actions.pod:5068
15986 #, no-wrap
15987 msgid ""
15988 " write-file path content size\n"
15989 "\n"
15990 msgstr ""
15991
15992 #. type: textblock
15993 #: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:7695
15994 msgid ""
15995 "This call creates a file called C<path>.  The contents of the file is the "
15996 "string C<content> (which can contain any 8 bit data), with length C<size>."
15997 msgstr ""
15998
15999 #. type: textblock
16000 #: ../fish/guestfish-actions.pod:5074 ../src/guestfs-actions.pod:7699
16001 msgid ""
16002 "As a special case, if C<size> is C<0> then the length is calculated using "
16003 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16004 msgstr ""
16005
16006 #. type: textblock
16007 #: ../fish/guestfish-actions.pod:5078 ../src/guestfs-actions.pod:7703
16008 msgid ""
16009 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16010 "I<not> work, even if the length is specified."
16011 msgstr ""
16012
16013 #. type: textblock
16014 #: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:7711
16015 msgid ""
16016 "This function is deprecated.  In new code, use the C<write> call instead."
16017 msgstr ""
16018
16019 #. type: =head2
16020 #: ../fish/guestfish-actions.pod:5091
16021 msgid "zegrep"
16022 msgstr "zegrep"
16023
16024 #. type: verbatim
16025 #: ../fish/guestfish-actions.pod:5093
16026 #, no-wrap
16027 msgid ""
16028 " zegrep regex path\n"
16029 "\n"
16030 msgstr ""
16031 " zegrep формальний_вираз шлях\n"
16032 "\n"
16033
16034 #. type: textblock
16035 #: ../fish/guestfish-actions.pod:5095 ../src/guestfs-actions.pod:7727
16036 msgid ""
16037 "This calls the external C<zegrep> program and returns the matching lines."
16038 msgstr ""
16039
16040 #. type: =head2
16041 #: ../fish/guestfish-actions.pod:5101
16042 msgid "zegrepi"
16043 msgstr "zegrepi"
16044
16045 #. type: verbatim
16046 #: ../fish/guestfish-actions.pod:5103
16047 #, no-wrap
16048 msgid ""
16049 " zegrepi regex path\n"
16050 "\n"
16051 msgstr ""
16052
16053 #. type: textblock
16054 #: ../fish/guestfish-actions.pod:5105 ../src/guestfs-actions.pod:7746
16055 msgid ""
16056 "This calls the external C<zegrep -i> program and returns the matching lines."
16057 msgstr ""
16058
16059 #. type: =head2
16060 #: ../fish/guestfish-actions.pod:5111
16061 msgid "zero"
16062 msgstr "zero"
16063
16064 #. type: verbatim
16065 #: ../fish/guestfish-actions.pod:5113
16066 #, no-wrap
16067 msgid ""
16068 " zero device\n"
16069 "\n"
16070 msgstr ""
16071 " zero пристрій\n"
16072 "\n"
16073
16074 #. type: textblock
16075 #: ../fish/guestfish-actions.pod:5115 ../src/guestfs-actions.pod:7764
16076 msgid "This command writes zeroes over the first few blocks of C<device>."
16077 msgstr ""
16078
16079 #. type: textblock
16080 #: ../fish/guestfish-actions.pod:5117 ../src/guestfs-actions.pod:7766
16081 msgid ""
16082 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16083 "securely wipe the device).  It should be sufficient to remove any partition "
16084 "tables, filesystem superblocks and so on."
16085 msgstr ""
16086
16087 #. type: textblock
16088 #: ../fish/guestfish-actions.pod:5121
16089 msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
16090 msgstr ""
16091
16092 #. type: =head2
16093 #: ../fish/guestfish-actions.pod:5124
16094 msgid "zero-device"
16095 msgstr "zero-device"
16096
16097 #. type: verbatim
16098 #: ../fish/guestfish-actions.pod:5126
16099 #, no-wrap
16100 msgid ""
16101 " zero-device device\n"
16102 "\n"
16103 msgstr ""
16104 " zero-device пристрій\n"
16105 "\n"
16106
16107 #. type: textblock
16108 #: ../fish/guestfish-actions.pod:5128
16109 msgid ""
16110 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
16111 "which just zeroes the first few blocks of a device."
16112 msgstr ""
16113
16114 #. type: =head2
16115 #: ../fish/guestfish-actions.pod:5135
16116 msgid "zerofree"
16117 msgstr "zerofree"
16118
16119 #. type: verbatim
16120 #: ../fish/guestfish-actions.pod:5137
16121 #, no-wrap
16122 msgid ""
16123 " zerofree device\n"
16124 "\n"
16125 msgstr ""
16126 " zerofree пристрій\n"
16127 "\n"
16128
16129 #. type: textblock
16130 #: ../fish/guestfish-actions.pod:5139 ../src/guestfs-actions.pod:7810
16131 msgid ""
16132 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16133 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16134 "possible to compress the filesystem more effectively."
16135 msgstr ""
16136
16137 #. type: textblock
16138 #: ../fish/guestfish-actions.pod:5144 ../src/guestfs-actions.pod:7815
16139 msgid "You should B<not> run this program if the filesystem is mounted."
16140 msgstr ""
16141
16142 #. type: textblock
16143 #: ../fish/guestfish-actions.pod:5147 ../src/guestfs-actions.pod:7818
16144 msgid ""
16145 "It is possible that using this program can damage the filesystem or data on "
16146 "the filesystem."
16147 msgstr ""
16148
16149 #. type: =head2
16150 #: ../fish/guestfish-actions.pod:5150
16151 msgid "zfgrep"
16152 msgstr "zfgrep"
16153
16154 #. type: verbatim
16155 #: ../fish/guestfish-actions.pod:5152
16156 #, no-wrap
16157 msgid ""
16158 " zfgrep pattern path\n"
16159 "\n"
16160 msgstr ""
16161 " zfgrep шаблон шлях\n"
16162 "\n"
16163
16164 #. type: textblock
16165 #: ../fish/guestfish-actions.pod:5154 ../src/guestfs-actions.pod:7832
16166 msgid ""
16167 "This calls the external C<zfgrep> program and returns the matching lines."
16168 msgstr ""
16169
16170 #. type: =head2
16171 #: ../fish/guestfish-actions.pod:5160
16172 msgid "zfgrepi"
16173 msgstr "zfgrepi"
16174
16175 #. type: verbatim
16176 #: ../fish/guestfish-actions.pod:5162
16177 #, no-wrap
16178 msgid ""
16179 " zfgrepi pattern path\n"
16180 "\n"
16181 msgstr ""
16182 " zfgrepi шаблон шлях\n"
16183 "\n"
16184
16185 #. type: textblock
16186 #: ../fish/guestfish-actions.pod:5164 ../src/guestfs-actions.pod:7851
16187 msgid ""
16188 "This calls the external C<zfgrep -i> program and returns the matching lines."
16189 msgstr ""
16190
16191 #. type: =head2
16192 #: ../fish/guestfish-actions.pod:5170
16193 msgid "zfile"
16194 msgstr "zfile"
16195
16196 #. type: verbatim
16197 #: ../fish/guestfish-actions.pod:5172
16198 #, no-wrap
16199 msgid ""
16200 " zfile meth path\n"
16201 "\n"
16202 msgstr ""
16203 " zfile метод шлях\n"
16204 "\n"
16205
16206 #. type: textblock
16207 #: ../fish/guestfish-actions.pod:5174 ../src/guestfs-actions.pod:7870
16208 msgid ""
16209 "This command runs C<file> after first decompressing C<path> using C<method>."
16210 msgstr ""
16211
16212 #. type: textblock
16213 #: ../fish/guestfish-actions.pod:5177 ../src/guestfs-actions.pod:7873
16214 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16215 msgstr ""
16216
16217 #. type: textblock
16218 #: ../fish/guestfish-actions.pod:5179
16219 msgid ""
16220 "Since 1.0.63, use L</file> instead which can now process compressed files."
16221 msgstr ""
16222
16223 #. type: textblock
16224 #: ../fish/guestfish-actions.pod:5182 ../src/guestfs-actions.pod:7881
16225 msgid ""
16226 "This function is deprecated.  In new code, use the C<file> call instead."
16227 msgstr ""
16228
16229 #. type: =head2
16230 #: ../fish/guestfish-actions.pod:5189
16231 msgid "zgrep"
16232 msgstr "zgrep"
16233
16234 #. type: verbatim
16235 #: ../fish/guestfish-actions.pod:5191
16236 #, no-wrap
16237 msgid ""
16238 " zgrep regex path\n"
16239 "\n"
16240 msgstr ""
16241 " zgrep формальний_вираз шлях\n"
16242 "\n"
16243
16244 #. type: textblock
16245 #: ../fish/guestfish-actions.pod:5193 ../src/guestfs-actions.pod:7897
16246 msgid ""
16247 "This calls the external C<zgrep> program and returns the matching lines."
16248 msgstr ""
16249
16250 #. type: =head2
16251 #: ../fish/guestfish-actions.pod:5199
16252 msgid "zgrepi"
16253 msgstr "zgrepi"
16254
16255 #. type: verbatim
16256 #: ../fish/guestfish-actions.pod:5201
16257 #, no-wrap
16258 msgid ""
16259 " zgrepi regex path\n"
16260 "\n"
16261 msgstr ""
16262 " zgrepi формальний_вираз шлях\n"
16263 "\n"
16264
16265 #. type: textblock
16266 #: ../fish/guestfish-actions.pod:5203 ../src/guestfs-actions.pod:7916
16267 msgid ""
16268 "This calls the external C<zgrep -i> program and returns the matching lines."
16269 msgstr ""
16270
16271 #. type: =head2
16272 #: ../fish/guestfish-commands.pod:1
16273 msgid "alloc"
16274 msgstr "alloc"
16275
16276 #. type: =head2
16277 #: ../fish/guestfish-commands.pod:3
16278 msgid "allocate"
16279 msgstr ""
16280
16281 #. type: verbatim
16282 #: ../fish/guestfish-commands.pod:5
16283 #, no-wrap
16284 msgid ""
16285 " alloc filename size\n"
16286 "\n"
16287 msgstr ""
16288
16289 #. type: textblock
16290 #: ../fish/guestfish-commands.pod:7
16291 msgid ""
16292 "This creates an empty (zeroed) file of the given size, and then adds so it "
16293 "can be further examined."
16294 msgstr ""
16295
16296 #. type: textblock
16297 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:182
16298 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
16299 msgstr ""
16300
16301 #. type: textblock
16302 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:184
16303 msgid "Size can be specified using standard suffixes, eg. C<1M>."
16304 msgstr ""
16305
16306 #. type: textblock
16307 #: ../fish/guestfish-commands.pod:14
16308 msgid ""
16309 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
16310 "image, see L</PREPARED DISK IMAGES>."
16311 msgstr ""
16312
16313 #. type: =head2
16314 #: ../fish/guestfish-commands.pod:17
16315 msgid "copy-in"
16316 msgstr "copy-in"
16317
16318 #. type: verbatim
16319 #: ../fish/guestfish-commands.pod:19
16320 #, no-wrap
16321 msgid ""
16322 " copy-in local [local ...] /remotedir\n"
16323 "\n"
16324 msgstr ""
16325
16326 #. type: textblock
16327 #: ../fish/guestfish-commands.pod:21
16328 msgid ""
16329 "C<copy-in> copies local files or directories recursively into the disk "
16330 "image, placing them in the directory called C</remotedir> (which must "
16331 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
16332 "other commands as necessary."
16333 msgstr ""
16334
16335 #. type: textblock
16336 #: ../fish/guestfish-commands.pod:26
16337 msgid ""
16338 "Multiple local files and directories can be specified, but the last "
16339 "parameter must always be a remote directory.  Wildcards cannot be used."
16340 msgstr ""
16341
16342 #. type: =head2
16343 #: ../fish/guestfish-commands.pod:30
16344 msgid "copy-out"
16345 msgstr "copy-out"
16346
16347 #. type: verbatim
16348 #: ../fish/guestfish-commands.pod:32
16349 #, no-wrap
16350 msgid ""
16351 " copy-out remote [remote ...] localdir\n"
16352 "\n"
16353 msgstr ""
16354
16355 #. type: textblock
16356 #: ../fish/guestfish-commands.pod:34
16357 msgid ""
16358 "C<copy-out> copies remote files or directories recursively out of the disk "
16359 "image, placing them on the host disk in a local directory called C<localdir> "
16360 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
16361 "download>, L</tar-out> and other commands as necessary."
16362 msgstr ""
16363
16364 #. type: textblock
16365 #: ../fish/guestfish-commands.pod:40
16366 msgid ""
16367 "Multiple remote files and directories can be specified, but the last "
16368 "parameter must always be a local directory.  To download to the current "
16369 "directory, use C<.> as in:"
16370 msgstr ""
16371
16372 #. type: verbatim
16373 #: ../fish/guestfish-commands.pod:44
16374 #, no-wrap
16375 msgid ""
16376 " copy-out /home .\n"
16377 "\n"
16378 msgstr ""
16379 " copy-out /home .\n"
16380 "\n"
16381
16382 #. type: textblock
16383 #: ../fish/guestfish-commands.pod:46
16384 msgid ""
16385 "Wildcards cannot be used in the ordinary command, but you can use them with "
16386 "the help of L</glob> like this:"
16387 msgstr ""
16388
16389 #. type: verbatim
16390 #: ../fish/guestfish-commands.pod:49
16391 #, no-wrap
16392 msgid ""
16393 " glob copy-out /home/* .\n"
16394 "\n"
16395 msgstr ""
16396 " glob copy-out /home/* .\n"
16397 "\n"
16398
16399 #. type: =head2
16400 #: ../fish/guestfish-commands.pod:51
16401 msgid "display"
16402 msgstr ""
16403
16404 #. type: verbatim
16405 #: ../fish/guestfish-commands.pod:53
16406 #, no-wrap
16407 msgid ""
16408 " display filename\n"
16409 "\n"
16410 msgstr ""
16411
16412 #. type: textblock
16413 #: ../fish/guestfish-commands.pod:55
16414 msgid ""
16415 "Use C<display> (a graphical display program) to display an image file.  It "
16416 "downloads the file, and runs C<display> on it."
16417 msgstr ""
16418
16419 #. type: textblock
16420 #: ../fish/guestfish-commands.pod:58
16421 msgid ""
16422 "To use an alternative program, set the C<GUESTFISH_DISPLAY_IMAGE> "
16423 "environment variable.  For example to use the GNOME display program:"
16424 msgstr ""
16425
16426 #. type: verbatim
16427 #: ../fish/guestfish-commands.pod:61
16428 #, no-wrap
16429 msgid ""
16430 " export GUESTFISH_DISPLAY_IMAGE=eog\n"
16431 "\n"
16432 msgstr ""
16433
16434 #. type: textblock
16435 #: ../fish/guestfish-commands.pod:63
16436 msgid "See also L<display(1)>."
16437 msgstr ""
16438
16439 #. type: =head2
16440 #: ../fish/guestfish-commands.pod:65
16441 msgid "echo"
16442 msgstr "echo"
16443
16444 #. type: verbatim
16445 #: ../fish/guestfish-commands.pod:67
16446 #, no-wrap
16447 msgid ""
16448 " echo [params ...]\n"
16449 "\n"
16450 msgstr ""
16451 " echo [параметри...]\n"
16452 "\n"
16453
16454 #. type: textblock
16455 #: ../fish/guestfish-commands.pod:69
16456 msgid "This echos the parameters to the terminal."
16457 msgstr ""
16458
16459 #. type: =head2
16460 #: ../fish/guestfish-commands.pod:71
16461 msgid "edit"
16462 msgstr "edit"
16463
16464 #. type: =head2
16465 #: ../fish/guestfish-commands.pod:73
16466 msgid "vi"
16467 msgstr "vi"
16468
16469 #. type: =head2
16470 #: ../fish/guestfish-commands.pod:75
16471 msgid "emacs"
16472 msgstr "emacs"
16473
16474 #. type: verbatim
16475 #: ../fish/guestfish-commands.pod:77
16476 #, no-wrap
16477 msgid ""
16478 " edit filename\n"
16479 "\n"
16480 msgstr ""
16481 " edit назва_файла\n"
16482 "\n"
16483
16484 #. type: textblock
16485 #: ../fish/guestfish-commands.pod:79
16486 msgid ""
16487 "This is used to edit a file.  It downloads the file, edits it locally using "
16488 "your editor, then uploads the result."
16489 msgstr ""
16490
16491 #. type: textblock
16492 #: ../fish/guestfish-commands.pod:82
16493 msgid ""
16494 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
16495 "or C<emacs> you will get those corresponding editors."
16496 msgstr ""
16497
16498 #. type: =head2
16499 #: ../fish/guestfish-commands.pod:86
16500 msgid "glob"
16501 msgstr "glob"
16502
16503 #. type: verbatim
16504 #: ../fish/guestfish-commands.pod:88
16505 #, no-wrap
16506 msgid ""
16507 " glob command args...\n"
16508 "\n"
16509 msgstr ""
16510 " glob команда параметри...\n"
16511 "\n"
16512
16513 #. type: textblock
16514 #: ../fish/guestfish-commands.pod:90
16515 msgid ""
16516 "Expand wildcards in any paths in the args list, and run C<command> "
16517 "repeatedly on each matching path."
16518 msgstr ""
16519
16520 #. type: textblock
16521 #: ../fish/guestfish-commands.pod:93
16522 msgid "See L</WILDCARDS AND GLOBBING>."
16523 msgstr "Див. L</WILDCARDS AND GLOBBING>."
16524
16525 #. type: =head2
16526 #: ../fish/guestfish-commands.pod:95
16527 msgid "hexedit"
16528 msgstr "hexedit"
16529
16530 #. type: verbatim
16531 #: ../fish/guestfish-commands.pod:97
16532 #, no-wrap
16533 msgid ""
16534 " hexedit <filename|device>\n"
16535 " hexedit <filename|device> <max>\n"
16536 " hexedit <filename|device> <start> <max>\n"
16537 "\n"
16538 msgstr ""
16539
16540 #. type: textblock
16541 #: ../fish/guestfish-commands.pod:101
16542 msgid ""
16543 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
16544 "device."
16545 msgstr ""
16546
16547 #. type: textblock
16548 #: ../fish/guestfish-commands.pod:104
16549 msgid ""
16550 "This command works by downloading potentially the whole file or device, "
16551 "editing it locally, then uploading it.  If the file or device is large, you "
16552 "have to specify which part you wish to edit by using C<max> and/or C<start> "
16553 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
16554 "usual modifiers allowed such as C<1M> (1 megabyte)."
16555 msgstr ""
16556
16557 #. type: textblock
16558 #: ../fish/guestfish-commands.pod:111
16559 msgid "For example to edit the first few sectors of a disk you might do:"
16560 msgstr ""
16561
16562 #. type: verbatim
16563 #: ../fish/guestfish-commands.pod:114
16564 #, no-wrap
16565 msgid ""
16566 " hexedit /dev/sda 1M\n"
16567 "\n"
16568 msgstr ""
16569 " hexedit /dev/sda 1M\n"
16570 "\n"
16571
16572 #. type: textblock
16573 #: ../fish/guestfish-commands.pod:116
16574 msgid ""
16575 "which would allow you to edit anywhere within the first megabyte of the disk."
16576 msgstr ""
16577
16578 #. type: textblock
16579 #: ../fish/guestfish-commands.pod:119
16580 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
16581 msgstr ""
16582
16583 #. type: verbatim
16584 #: ../fish/guestfish-commands.pod:121
16585 #, no-wrap
16586 msgid ""
16587 " hexedit /dev/sda1 0x400 0x400\n"
16588 "\n"
16589 msgstr ""
16590 " hexedit /dev/sda1 0x400 0x400\n"
16591 "\n"
16592
16593 #. type: textblock
16594 #: ../fish/guestfish-commands.pod:123
16595 msgid "(assuming the superblock is in the standard location)."
16596 msgstr ""
16597
16598 #. type: textblock
16599 #: ../fish/guestfish-commands.pod:125
16600 msgid ""
16601 "This command requires the external L<hexedit(1)> program.  You can specify "
16602 "another program to use by setting the C<HEXEDITOR> environment variable."
16603 msgstr ""
16604
16605 #. type: textblock
16606 #: ../fish/guestfish-commands.pod:129
16607 msgid "See also L</hexdump>."
16608 msgstr "Див. також L</hexdump>."
16609
16610 #. type: =head2
16611 #: ../fish/guestfish-commands.pod:131
16612 msgid "lcd"
16613 msgstr "lcd"
16614
16615 #. type: verbatim
16616 #: ../fish/guestfish-commands.pod:133
16617 #, no-wrap
16618 msgid ""
16619 " lcd directory\n"
16620 "\n"
16621 msgstr ""
16622
16623 #. type: textblock
16624 #: ../fish/guestfish-commands.pod:135
16625 msgid ""
16626 "Change the local directory, ie. the current directory of guestfish itself."
16627 msgstr ""
16628
16629 #. type: textblock
16630 #: ../fish/guestfish-commands.pod:138
16631 msgid "Note that C<!cd> won't do what you might expect."
16632 msgstr ""
16633
16634 #. type: =head2
16635 #: ../fish/guestfish-commands.pod:140
16636 msgid "man"
16637 msgstr "man"
16638
16639 #. type: =head2
16640 #: ../fish/guestfish-commands.pod:142
16641 msgid "manual"
16642 msgstr ""
16643
16644 #. type: verbatim
16645 #: ../fish/guestfish-commands.pod:144
16646 #, no-wrap
16647 msgid ""
16648 "  man\n"
16649 "\n"
16650 msgstr ""
16651 "  man\n"
16652 "\n"
16653
16654 #. type: textblock
16655 #: ../fish/guestfish-commands.pod:146
16656 msgid "Opens the manual page for guestfish."
16657 msgstr ""
16658
16659 #. type: =head2
16660 #: ../fish/guestfish-commands.pod:148
16661 msgid "more"
16662 msgstr "more"
16663
16664 #. type: =head2
16665 #: ../fish/guestfish-commands.pod:150
16666 msgid "less"
16667 msgstr "less"
16668
16669 #. type: verbatim
16670 #: ../fish/guestfish-commands.pod:152
16671 #, no-wrap
16672 msgid ""
16673 " more filename\n"
16674 "\n"
16675 msgstr ""
16676
16677 #. type: verbatim
16678 #: ../fish/guestfish-commands.pod:154
16679 #, no-wrap
16680 msgid ""
16681 " less filename\n"
16682 "\n"
16683 msgstr ""
16684
16685 #. type: textblock
16686 #: ../fish/guestfish-commands.pod:156
16687 msgid "This is used to view a file."
16688 msgstr ""
16689
16690 #. type: textblock
16691 #: ../fish/guestfish-commands.pod:158
16692 msgid ""
16693 "The default viewer is C<$PAGER>.  However if you use the alternate command "
16694 "C<less> you will get the C<less> command specifically."
16695 msgstr ""
16696
16697 #. type: =head2
16698 #: ../fish/guestfish-commands.pod:161
16699 msgid "reopen"
16700 msgstr "reopen"
16701
16702 #. type: verbatim
16703 #: ../fish/guestfish-commands.pod:163
16704 #, no-wrap
16705 msgid ""
16706 "  reopen\n"
16707 "\n"
16708 msgstr ""
16709
16710 #. type: textblock
16711 #: ../fish/guestfish-commands.pod:165
16712 msgid ""
16713 "Close and reopen the libguestfs handle.  It is not necessary to use this "
16714 "normally, because the handle is closed properly when guestfish exits.  "
16715 "However this is occasionally useful for testing."
16716 msgstr ""
16717
16718 #. type: =head2
16719 #: ../fish/guestfish-commands.pod:169
16720 msgid "sparse"
16721 msgstr "sparse"
16722
16723 #. type: verbatim
16724 #: ../fish/guestfish-commands.pod:171
16725 #, no-wrap
16726 msgid ""
16727 " sparse filename size\n"
16728 "\n"
16729 msgstr ""
16730
16731 #. type: textblock
16732 #: ../fish/guestfish-commands.pod:173
16733 msgid ""
16734 "This creates an empty sparse file of the given size, and then adds so it can "
16735 "be further examined."
16736 msgstr ""
16737
16738 #. type: textblock
16739 #: ../fish/guestfish-commands.pod:176
16740 msgid ""
16741 "In all respects it works the same as the L</alloc> command, except that the "
16742 "image file is allocated sparsely, which means that disk blocks are not "
16743 "assigned to the file until they are needed.  Sparse disk files only use "
16744 "space when written to, but they are slower and there is a danger you could "
16745 "run out of real disk space during a write operation."
16746 msgstr ""
16747
16748 #. type: =head2
16749 #: ../fish/guestfish-commands.pod:186
16750 msgid "supported"
16751 msgstr "supported"
16752
16753 #. type: verbatim
16754 #: ../fish/guestfish-commands.pod:188
16755 #, no-wrap
16756 msgid ""
16757 " supported\n"
16758 "\n"
16759 msgstr ""
16760 " supported\n"
16761 "\n"
16762
16763 #. type: textblock
16764 #: ../fish/guestfish-commands.pod:190
16765 msgid ""
16766 "This command returns a list of the optional groups known to the daemon, and "
16767 "indicates which ones are supported by this build of the libguestfs appliance."
16768 msgstr ""
16769
16770 #. type: textblock
16771 #: ../fish/guestfish-commands.pod:194
16772 msgid "See also L<guestfs(3)/AVAILABILITY>."
16773 msgstr ""
16774
16775 #. type: =head2
16776 #: ../fish/guestfish-commands.pod:196
16777 msgid "time"
16778 msgstr "time"
16779
16780 #. type: verbatim
16781 #: ../fish/guestfish-commands.pod:198
16782 #, no-wrap
16783 msgid ""
16784 " time command args...\n"
16785 "\n"
16786 msgstr ""
16787
16788 #. type: textblock
16789 #: ../fish/guestfish-commands.pod:200
16790 msgid ""
16791 "Run the command as usual, but print the elapsed time afterwards.  This can "
16792 "be useful for benchmarking operations."
16793 msgstr ""
16794
16795 #. type: textblock
16796 #: ../fish/guestfish.pod:5
16797 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
16798 msgstr ""
16799
16800 #. type: verbatim
16801 #: ../fish/guestfish.pod:9
16802 #, no-wrap
16803 msgid ""
16804 " guestfish [--options] [commands]\n"
16805 "\n"
16806 msgstr ""
16807
16808 #. type: verbatim
16809 #: ../fish/guestfish.pod:11
16810 #, no-wrap
16811 msgid ""
16812 " guestfish\n"
16813 "\n"
16814 msgstr ""
16815
16816 #. type: verbatim
16817 #: ../fish/guestfish.pod:13
16818 #, no-wrap
16819 msgid ""
16820 " guestfish [--ro|--rw] -a disk.img\n"
16821 "\n"
16822 msgstr ""
16823
16824 #. type: verbatim
16825 #: ../fish/guestfish.pod:15
16826 #, no-wrap
16827 msgid ""
16828 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
16829 "\n"
16830 msgstr ""
16831
16832 #. type: verbatim
16833 #: ../fish/guestfish.pod:17
16834 #, no-wrap
16835 msgid ""
16836 " guestfish -d libvirt-domain\n"
16837 "\n"
16838 msgstr ""
16839
16840 #. type: verbatim
16841 #: ../fish/guestfish.pod:19
16842 #, no-wrap
16843 msgid ""
16844 " guestfish [--ro|--rw] -a disk.img -i\n"
16845 "\n"
16846 msgstr ""
16847
16848 #. type: verbatim
16849 #: ../fish/guestfish.pod:21
16850 #, no-wrap
16851 msgid ""
16852 " guestfish -d libvirt-domain -i\n"
16853 "\n"
16854 msgstr ""
16855
16856 #. type: textblock
16857 #: ../fish/guestfish.pod:25
16858 msgid ""
16859 "Using guestfish in read/write mode on live virtual machines can be "
16860 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
16861 "option to use guestfish safely if the disk image or virtual machine might be "
16862 "live."
16863 msgstr ""
16864
16865 #. type: textblock
16866 #: ../fish/guestfish.pod:32
16867 msgid ""
16868 "Guestfish is a shell and command-line tool for examining and modifying "
16869 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
16870 "functionality of the guestfs API, see L<guestfs(3)>."
16871 msgstr ""
16872
16873 #. type: textblock
16874 #: ../fish/guestfish.pod:36
16875 msgid ""
16876 "Guestfish gives you structured access to the libguestfs API, from shell "
16877 "scripts or the command line or interactively.  If you want to rescue a "
16878 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
16879 "command."
16880 msgstr ""
16881
16882 #. type: =head2
16883 #: ../fish/guestfish.pod:43
16884 msgid "As an interactive shell"
16885 msgstr ""
16886
16887 #. type: verbatim
16888 #: ../fish/guestfish.pod:45
16889 #, no-wrap
16890 msgid ""
16891 " $ guestfish\n"
16892 " \n"
16893 msgstr ""
16894
16895 #. type: verbatim
16896 #: ../fish/guestfish.pod:47
16897 #, no-wrap
16898 msgid ""
16899 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
16900 " editing virtual machine filesystems.\n"
16901 " \n"
16902 msgstr ""
16903
16904 #. type: verbatim
16905 #: ../fish/guestfish.pod:50
16906 #, no-wrap
16907 msgid ""
16908 " Type: 'help' for a list of commands\n"
16909 "       'man' to read the manual\n"
16910 "       'quit' to quit the shell\n"
16911 " \n"
16912 msgstr ""
16913
16914 #. type: verbatim
16915 #: ../fish/guestfish.pod:54
16916 #, no-wrap
16917 msgid ""
16918 " ><fs> add-ro disk.img\n"
16919 " ><fs> run\n"
16920 " ><fs> list-filesystems\n"
16921 " /dev/sda1: ext4\n"
16922 " /dev/vg_guest/lv_root: ext4\n"
16923 " /dev/vg_guest/lv_swap: swap\n"
16924 " ><fs> mount /dev/vg_guest/lv_root /\n"
16925 " ><fs> cat /etc/fstab\n"
16926 " # /etc/fstab\n"
16927 " # Created by anaconda\n"
16928 " [...]\n"
16929 " ><fs> exit\n"
16930 "\n"
16931 msgstr ""
16932
16933 #. type: =head2
16934 #: ../fish/guestfish.pod:67
16935 msgid "From shell scripts"
16936 msgstr ""
16937
16938 #. type: textblock
16939 #: ../fish/guestfish.pod:69
16940 msgid "Create a new C</etc/motd> file in a guest or disk image:"
16941 msgstr ""
16942
16943 #. type: verbatim
16944 #: ../fish/guestfish.pod:71
16945 #, no-wrap
16946 msgid ""
16947 " guestfish <<_EOF_\n"
16948 " add disk.img\n"
16949 " run\n"
16950 " mount /dev/vg_guest/lv_root /\n"
16951 " write /etc/motd \"Welcome, new users\"\n"
16952 " _EOF_\n"
16953 "\n"
16954 msgstr ""
16955
16956 #. type: textblock
16957 #: ../fish/guestfish.pod:78
16958 msgid "List the LVM logical volumes in a disk image:"
16959 msgstr ""
16960
16961 #. type: verbatim
16962 #: ../fish/guestfish.pod:80
16963 #, no-wrap
16964 msgid ""
16965 " guestfish -a disk.img --ro <<_EOF_\n"
16966 " run\n"
16967 " lvs\n"
16968 " _EOF_\n"
16969 "\n"
16970 msgstr ""
16971
16972 #. type: textblock
16973 #: ../fish/guestfish.pod:85
16974 msgid "List all the filesystems in a disk image:"
16975 msgstr ""
16976
16977 #. type: verbatim
16978 #: ../fish/guestfish.pod:87
16979 #, no-wrap
16980 msgid ""
16981 " guestfish -a disk.img --ro <<_EOF_\n"
16982 " run\n"
16983 " list-filesystems\n"
16984 " _EOF_\n"
16985 "\n"
16986 msgstr ""
16987
16988 #. type: =head2
16989 #: ../fish/guestfish.pod:92
16990 msgid "On one command line"
16991 msgstr ""
16992
16993 #. type: textblock
16994 #: ../fish/guestfish.pod:94 ../fish/virt-copy-in.pod:31
16995 msgid "Update C</etc/resolv.conf> in a guest:"
16996 msgstr ""
16997
16998 #. type: verbatim
16999 #: ../fish/guestfish.pod:96
17000 #, no-wrap
17001 msgid ""
17002 " guestfish \\\n"
17003 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17004 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17005 "\n"
17006 msgstr ""
17007
17008 #. type: textblock
17009 #: ../fish/guestfish.pod:100
17010 msgid "Edit C</boot/grub/grub.conf> interactively:"
17011 msgstr ""
17012
17013 #. type: verbatim
17014 #: ../fish/guestfish.pod:102
17015 #, no-wrap
17016 msgid ""
17017 " guestfish --rw --add disk.img \\\n"
17018 "   --mount /dev/vg_guest/lv_root \\\n"
17019 "   --mount /dev/sda1:/boot \\\n"
17020 "   edit /boot/grub/grub.conf\n"
17021 "\n"
17022 msgstr ""
17023
17024 #. type: =head2
17025 #: ../fish/guestfish.pod:107
17026 msgid "Mount disks automatically"
17027 msgstr ""
17028
17029 #. type: textblock
17030 #: ../fish/guestfish.pod:109
17031 msgid ""
17032 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
17033 msgstr ""
17034
17035 #. type: verbatim
17036 #: ../fish/guestfish.pod:112
17037 #, no-wrap
17038 msgid ""
17039 " guestfish --ro -a disk.img -i cat /etc/group\n"
17040 "\n"
17041 msgstr ""
17042
17043 #. type: verbatim
17044 #: ../fish/guestfish.pod:114
17045 #, no-wrap
17046 msgid ""
17047 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17048 "\n"
17049 msgstr ""
17050
17051 #. type: textblock
17052 #: ../fish/guestfish.pod:116
17053 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17054 msgstr ""
17055
17056 #. type: verbatim
17057 #: ../fish/guestfish.pod:118
17058 #, no-wrap
17059 msgid ""
17060 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17061 "\n"
17062 msgstr ""
17063
17064 #. type: =head2
17065 #: ../fish/guestfish.pod:120
17066 msgid "As a script interpreter"
17067 msgstr ""
17068
17069 #. type: textblock
17070 #: ../fish/guestfish.pod:122
17071 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17072 msgstr ""
17073
17074 #. type: verbatim
17075 #: ../fish/guestfish.pod:124
17076 #, no-wrap
17077 msgid ""
17078 " #!/usr/bin/guestfish -f\n"
17079 " sparse test1.img 100M\n"
17080 " run\n"
17081 " part-disk /dev/sda mbr\n"
17082 " mkfs ext2 /dev/sda1\n"
17083 "\n"
17084 msgstr ""
17085
17086 #. type: =head2
17087 #: ../fish/guestfish.pod:130
17088 msgid "Start with a prepared disk"
17089 msgstr ""
17090
17091 #. type: textblock
17092 #: ../fish/guestfish.pod:132
17093 msgid ""
17094 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17095 "single ext2-formatted partition:"
17096 msgstr ""
17097
17098 #. type: verbatim
17099 #: ../fish/guestfish.pod:135
17100 #, no-wrap
17101 msgid ""
17102 " guestfish -N fs\n"
17103 "\n"
17104 msgstr ""
17105
17106 #. type: textblock
17107 #: ../fish/guestfish.pod:137
17108 msgid "To list what is available do:"
17109 msgstr ""
17110
17111 #. type: verbatim
17112 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:998
17113 #, no-wrap
17114 msgid ""
17115 " guestfish -N help | less\n"
17116 "\n"
17117 msgstr ""
17118
17119 #. type: =head2
17120 #: ../fish/guestfish.pod:141
17121 msgid "Remote control"
17122 msgstr "Дистанційне керування"
17123
17124 #. type: verbatim
17125 #: ../fish/guestfish.pod:143
17126 #, no-wrap
17127 msgid ""
17128 " eval \"`guestfish --listen`\"\n"
17129 " guestfish --remote add-ro disk.img\n"
17130 " guestfish --remote run\n"
17131 " guestfish --remote lvs\n"
17132 "\n"
17133 msgstr ""
17134 " eval \"`guestfish --listen`\"\n"
17135 " guestfish --remote add-ro disk.img\n"
17136 " guestfish --remote run\n"
17137 " guestfish --remote lvs\n"
17138 "\n"
17139
17140 #. type: textblock
17141 #: ../fish/guestfish.pod:154
17142 msgid "Displays general help on options."
17143 msgstr ""
17144
17145 #. type: =item
17146 #: ../fish/guestfish.pod:158
17147 msgid "B<--cmd-help>"
17148 msgstr "B<--cmd-help>"
17149
17150 #. type: textblock
17151 #: ../fish/guestfish.pod:160
17152 msgid "Lists all available guestfish commands."
17153 msgstr ""
17154
17155 #. type: =item
17156 #: ../fish/guestfish.pod:162
17157 msgid "B<-h cmd>"
17158 msgstr "B<-h команда>"
17159
17160 #. type: =item
17161 #: ../fish/guestfish.pod:164
17162 msgid "B<--cmd-help cmd>"
17163 msgstr "B<--cmd-help команда>"
17164
17165 #. type: textblock
17166 #: ../fish/guestfish.pod:166
17167 msgid "Displays detailed help on a single command C<cmd>."
17168 msgstr ""
17169
17170 #. type: =item
17171 #: ../fish/guestfish.pod:168 ../fuse/guestmount.pod:87
17172 msgid "B<-a image>"
17173 msgstr "B<-a образ>"
17174
17175 #. type: =item
17176 #: ../fish/guestfish.pod:170 ../fuse/guestmount.pod:89
17177 msgid "B<--add image>"
17178 msgstr "B<--add образ>"
17179
17180 #. type: textblock
17181 #: ../fish/guestfish.pod:172
17182 msgid "Add a block device or virtual machine image to the shell."
17183 msgstr ""
17184
17185 #. type: textblock
17186 #: ../fish/guestfish.pod:177
17187 msgid ""
17188 "Using this flag is mostly equivalent to using the C<add> command, with "
17189 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17190 "the I<--format=...> flag was given."
17191 msgstr ""
17192
17193 #. type: textblock
17194 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:100
17195 msgid ""
17196 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17197 "URI to use.  The default is to use the default libvirt connection."
17198 msgstr ""
17199
17200 #. type: =item
17201 #: ../fish/guestfish.pod:189
17202 msgid "B<--csh>"
17203 msgstr "B<--csh>"
17204
17205 #. type: textblock
17206 #: ../fish/guestfish.pod:191
17207 msgid ""
17208 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17209 "section L</REMOTE CONTROL AND CSH> below."
17210 msgstr ""
17211
17212 #. type: =item
17213 #: ../fish/guestfish.pod:194 ../fuse/guestmount.pod:104
17214 msgid "B<-d libvirt-domain>"
17215 msgstr "B<-d домен-libvirt>"
17216
17217 #. type: =item
17218 #: ../fish/guestfish.pod:196 ../fuse/guestmount.pod:106
17219 msgid "B<--domain libvirt-domain>"
17220 msgstr "B<--domain домен-libvirt>"
17221
17222 #. type: textblock
17223 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:108
17224 msgid ""
17225 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17226 "used, then any libvirt domain can be used.  However in write mode, only "
17227 "libvirt domains which are shut down can be named here."
17228 msgstr ""
17229
17230 #. type: textblock
17231 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:112
17232 msgid "Domain UUIDs can be used instead of names."
17233 msgstr ""
17234
17235 #. type: textblock
17236 #: ../fish/guestfish.pod:204
17237 msgid ""
17238 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17239 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17240 "if the I<--format:...> flag was given."
17241 msgstr ""
17242
17243 #. type: =item
17244 #: ../fish/guestfish.pod:208
17245 msgid "B<-D>"
17246 msgstr "B<-D>"
17247
17248 #. type: =item
17249 #: ../fish/guestfish.pod:210
17250 msgid "B<--no-dest-paths>"
17251 msgstr "B<--no-dest-paths>"
17252
17253 #. type: textblock
17254 #: ../fish/guestfish.pod:212
17255 msgid ""
17256 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17257 "to hit the tab key to complete paths on the guest filesystem, but this "
17258 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17259 "allow this feature to be disabled."
17260 msgstr ""
17261
17262 #. type: textblock
17263 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:128
17264 msgid ""
17265 "When prompting for keys and passphrases, guestfish normally turns echoing "
17266 "off so you cannot see what you are typing.  If you are not worried about "
17267 "Tempest attacks and there is no one else in the room you can specify this "
17268 "flag to see what you are typing."
17269 msgstr ""
17270
17271 #. type: =item
17272 #: ../fish/guestfish.pod:224
17273 msgid "B<-f file>"
17274 msgstr "B<-f файл>"
17275
17276 #. type: =item
17277 #: ../fish/guestfish.pod:226
17278 msgid "B<--file file>"
17279 msgstr "B<--file файл>"
17280
17281 #. type: textblock
17282 #: ../fish/guestfish.pod:228
17283 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17284 msgstr ""
17285
17286 #. type: verbatim
17287 #: ../fish/guestfish.pod:231
17288 #, no-wrap
17289 msgid ""
17290 " #!/usr/bin/guestfish -f\n"
17291 "\n"
17292 msgstr ""
17293 " #!/usr/bin/guestfish -f\n"
17294 "\n"
17295
17296 #. type: verbatim
17297 #: ../fish/guestfish.pod:244
17298 #, no-wrap
17299 msgid ""
17300 " guestfish --format=raw -a disk.img\n"
17301 "\n"
17302 msgstr ""
17303 " guestfish --format=raw -a disk.img\n"
17304 "\n"
17305
17306 #. type: verbatim
17307 #: ../fish/guestfish.pod:248
17308 #, no-wrap
17309 msgid ""
17310 " guestfish --format=raw -a disk.img --format -a another.img\n"
17311 "\n"
17312 msgstr ""
17313 " guestfish --format=raw -a disk.img --format -a another.img\n"
17314 "\n"
17315
17316 #. type: textblock
17317 #: ../fish/guestfish.pod:253
17318 msgid ""
17319 "If you have untrusted raw-format guest disk images, you should use this "
17320 "option to specify the disk format.  This avoids a possible security problem "
17321 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
17322 msgstr ""
17323
17324 #. type: =item
17325 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:157
17326 msgid "B<--inspector>"
17327 msgstr "B<--inspector>"
17328
17329 #. type: textblock
17330 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:159
17331 msgid ""
17332 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
17333 "system and mount filesystems as they would be mounted on the real virtual "
17334 "machine."
17335 msgstr ""
17336
17337 #. type: textblock
17338 #: ../fish/guestfish.pod:266
17339 msgid "Typical usage is either:"
17340 msgstr ""
17341
17342 #. type: verbatim
17343 #: ../fish/guestfish.pod:268
17344 #, no-wrap
17345 msgid ""
17346 " guestfish -d myguest -i\n"
17347 "\n"
17348 msgstr ""
17349 " guestfish -d myguest -i\n"
17350 "\n"
17351
17352 #. type: textblock
17353 #: ../fish/guestfish.pod:270
17354 msgid "(for an inactive libvirt domain called I<myguest>), or:"
17355 msgstr ""
17356
17357 #. type: verbatim
17358 #: ../fish/guestfish.pod:272
17359 #, no-wrap
17360 msgid ""
17361 " guestfish --ro -d myguest -i\n"
17362 "\n"
17363 msgstr ""
17364 " guestfish --ro -d myguest -i\n"
17365 "\n"
17366
17367 #. type: textblock
17368 #: ../fish/guestfish.pod:274
17369 msgid "(for active domains, readonly), or specify the block device directly:"
17370 msgstr ""
17371
17372 #. type: verbatim
17373 #: ../fish/guestfish.pod:276
17374 #, no-wrap
17375 msgid ""
17376 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
17377 "\n"
17378 msgstr ""
17379 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
17380 "\n"
17381
17382 #. type: textblock
17383 #: ../fish/guestfish.pod:278
17384 msgid ""
17385 "Note that the command line syntax changed slightly over older versions of "
17386 "guestfish.  You can still use the old syntax:"
17387 msgstr ""
17388
17389 #. type: verbatim
17390 #: ../fish/guestfish.pod:281
17391 #, no-wrap
17392 msgid ""
17393 " guestfish [--ro] -i disk.img\n"
17394 "\n"
17395 msgstr ""
17396 " guestfish [--ro] -i disk.img\n"
17397 "\n"
17398
17399 #. type: verbatim
17400 #: ../fish/guestfish.pod:283
17401 #, no-wrap
17402 msgid ""
17403 " guestfish [--ro] -i libvirt-domain\n"
17404 "\n"
17405 msgstr ""
17406
17407 #. type: textblock
17408 #: ../fish/guestfish.pod:285
17409 msgid ""
17410 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
17411 "then using other commands to mount the filesystems that were found."
17412 msgstr ""
17413
17414 #. type: =item
17415 #: ../fish/guestfish.pod:294
17416 msgid "B<--listen>"
17417 msgstr "B<--listen>"
17418
17419 #. type: textblock
17420 #: ../fish/guestfish.pod:296
17421 msgid ""
17422 "Fork into the background and listen for remote commands.  See section L</"
17423 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
17424 msgstr ""
17425
17426 #. type: =item
17427 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:168
17428 msgid "B<--live>"
17429 msgstr "B<--live>"
17430
17431 #. type: textblock
17432 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:170
17433 msgid ""
17434 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
17435 "ATTACHING TO RUNNING DAEMONS>)."
17436 msgstr ""
17437
17438 #. type: =item
17439 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:173
17440 msgid "B<-m dev[:mountpoint[:options]]>"
17441 msgstr ""
17442
17443 #. type: =item
17444 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:175
17445 msgid "B<--mount dev[:mountpoint[:options]]>"
17446 msgstr ""
17447
17448 #. type: textblock
17449 #: ../fish/guestfish.pod:308
17450 msgid "Mount the named partition or logical volume on the given mountpoint."
17451 msgstr ""
17452
17453 #. type: textblock
17454 #: ../fish/guestfish.pod:310
17455 msgid "If the mountpoint is omitted, it defaults to C</>."
17456 msgstr ""
17457
17458 #. type: textblock
17459 #: ../fish/guestfish.pod:312
17460 msgid "You have to mount something on C</> before most commands will work."
17461 msgstr ""
17462
17463 #. type: textblock
17464 #: ../fish/guestfish.pod:314
17465 msgid ""
17466 "If any I<-m> or I<--mount> options are given, the guest is automatically "
17467 "launched."
17468 msgstr ""
17469
17470 #. type: textblock
17471 #: ../fish/guestfish.pod:317
17472 msgid ""
17473 "If you don't know what filesystems a disk image contains, you can either run "
17474 "guestfish without this option, then list the partitions, filesystems and LVs "
17475 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
17476 "commands), or you can use the L<virt-filesystems(1)> program."
17477 msgstr ""
17478
17479 #. type: textblock
17480 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:183
17481 msgid ""
17482 "The third (and rarely used) part of the mount parameter is the list of mount "
17483 "options used to mount the underlying filesystem.  If this is not given, then "
17484 "the mount options are either the empty string or C<ro> (the latter if the "
17485 "I<--ro> flag is used).  By specifying the mount options, you override this "
17486 "default choice.  Probably the only time you would use this is to enable ACLs "
17487 "and/or extended attributes if the filesystem can support them:"
17488 msgstr ""
17489
17490 #. type: verbatim
17491 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:191
17492 #, no-wrap
17493 msgid ""
17494 " -m /dev/sda1:/:acl,user_xattr\n"
17495 "\n"
17496 msgstr ""
17497
17498 #. type: textblock
17499 #: ../fish/guestfish.pod:333
17500 msgid "Using this flag is equivalent to using the C<mount-options> command."
17501 msgstr ""
17502
17503 #. type: =item
17504 #: ../fish/guestfish.pod:335 ../fuse/guestmount.pod:193
17505 #: ../resize/virt-resize.pod:352
17506 msgid "B<-n>"
17507 msgstr "B<-n>"
17508
17509 #. type: =item
17510 #: ../fish/guestfish.pod:337 ../fuse/guestmount.pod:195
17511 msgid "B<--no-sync>"
17512 msgstr "B<--no-sync>"
17513
17514 #. type: textblock
17515 #: ../fish/guestfish.pod:339
17516 msgid ""
17517 "Disable autosync.  This is enabled by default.  See the discussion of "
17518 "autosync in the L<guestfs(3)> manpage."
17519 msgstr ""
17520
17521 #. type: =item
17522 #: ../fish/guestfish.pod:342
17523 msgid "B<-N type>"
17524 msgstr "B<-N тип>"
17525
17526 #. type: =item
17527 #: ../fish/guestfish.pod:344
17528 msgid "B<--new type>"
17529 msgstr "B<--new тип>"
17530
17531 #. type: =item
17532 #: ../fish/guestfish.pod:346
17533 msgid "B<-N help>"
17534 msgstr "B<-N help>"
17535
17536 #. type: textblock
17537 #: ../fish/guestfish.pod:348
17538 msgid ""
17539 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
17540 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
17541 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
17542 "IMAGES> below."
17543 msgstr ""
17544
17545 #. type: =item
17546 #: ../fish/guestfish.pod:353
17547 msgid "B<--progress-bars>"
17548 msgstr "B<--progress-bars>"
17549
17550 #. type: textblock
17551 #: ../fish/guestfish.pod:355
17552 msgid "Enable progress bars, even when guestfish is used non-interactively."
17553 msgstr ""
17554
17555 #. type: textblock
17556 #: ../fish/guestfish.pod:357
17557 msgid ""
17558 "Progress bars are enabled by default when guestfish is used as an "
17559 "interactive shell."
17560 msgstr ""
17561
17562 #. type: =item
17563 #: ../fish/guestfish.pod:360
17564 msgid "B<--no-progress-bars>"
17565 msgstr "B<--no-progress-bars>"
17566
17567 #. type: textblock
17568 #: ../fish/guestfish.pod:362
17569 msgid "Disable progress bars."
17570 msgstr ""
17571
17572 #. type: =item
17573 #: ../fish/guestfish.pod:364
17574 msgid "B<--remote[=pid]>"
17575 msgstr "B<--remote[=pid]>"
17576
17577 #. type: textblock
17578 #: ../fish/guestfish.pod:366
17579 msgid ""
17580 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
17581 "CONTROL GUESTFISH OVER A SOCKET> below."
17582 msgstr ""
17583
17584 #. type: =item
17585 #: ../fish/guestfish.pod:369 ../fuse/guestmount.pod:239
17586 #: ../rescue/virt-rescue.pod:161
17587 msgid "B<-r>"
17588 msgstr "B<-r>"
17589
17590 #. type: =item
17591 #: ../fish/guestfish.pod:371 ../fuse/guestmount.pod:241
17592 #: ../rescue/virt-rescue.pod:163
17593 msgid "B<--ro>"
17594 msgstr "B<--ro>"
17595
17596 #. type: textblock
17597 #: ../fish/guestfish.pod:373
17598 msgid ""
17599 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
17600 "mounts are done read-only."
17601 msgstr ""
17602
17603 #. type: textblock
17604 #: ../fish/guestfish.pod:376 ../rescue/virt-rescue.pod:167
17605 msgid ""
17606 "The option must always be used if the disk image or virtual machine might be "
17607 "running, and is generally recommended in cases where you don't need write "
17608 "access to the disk."
17609 msgstr ""
17610
17611 #. type: textblock
17612 #: ../fish/guestfish.pod:380
17613 msgid ""
17614 "Note that prepared disk images created with I<-N> are not affected by this "
17615 "option.  Also commands like C<add> are not affected - you have to specify "
17616 "the C<readonly:true> option explicitly if you need it."
17617 msgstr ""
17618
17619 #. type: textblock
17620 #: ../fish/guestfish.pod:384
17621 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
17622 msgstr ""
17623
17624 #. type: =item
17625 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:253
17626 #: ../rescue/virt-rescue.pod:173
17627 msgid "B<--selinux>"
17628 msgstr "B<--selinux>"
17629
17630 #. type: textblock
17631 #: ../fish/guestfish.pod:388
17632 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
17633 msgstr ""
17634
17635 #. type: textblock
17636 #: ../fish/guestfish.pod:394
17637 msgid ""
17638 "Enable very verbose messages.  This is particularly useful if you find a bug."
17639 msgstr ""
17640
17641 #. type: textblock
17642 #: ../fish/guestfish.pod:401
17643 msgid "Display the guestfish / libguestfs version number and exit."
17644 msgstr ""
17645
17646 #. type: =item
17647 #: ../fish/guestfish.pod:403 ../fuse/guestmount.pod:269
17648 #: ../rescue/virt-rescue.pod:190
17649 msgid "B<-w>"
17650 msgstr "B<-w>"
17651
17652 #. type: =item
17653 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:271
17654 #: ../rescue/virt-rescue.pod:192
17655 msgid "B<--rw>"
17656 msgstr "B<--rw>"
17657
17658 #. type: textblock
17659 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:273
17660 msgid ""
17661 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
17662 "mounts are done read-write."
17663 msgstr ""
17664
17665 #. type: textblock
17666 #: ../fish/guestfish.pod:410
17667 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
17668 msgstr ""
17669
17670 #. type: textblock
17671 #: ../fish/guestfish.pod:414
17672 msgid "Echo each command before executing it."
17673 msgstr ""
17674
17675 #. type: =head1
17676 #: ../fish/guestfish.pod:418
17677 msgid "COMMANDS ON COMMAND LINE"
17678 msgstr ""
17679
17680 #. type: textblock
17681 #: ../fish/guestfish.pod:420
17682 msgid ""
17683 "Any additional (non-option) arguments are treated as commands to execute."
17684 msgstr ""
17685
17686 #. type: textblock
17687 #: ../fish/guestfish.pod:423
17688 msgid ""
17689 "Commands to execute should be separated by a colon (C<:>), where the colon "
17690 "is a separate parameter.  Thus:"
17691 msgstr ""
17692
17693 #. type: verbatim
17694 #: ../fish/guestfish.pod:426
17695 #, no-wrap
17696 msgid ""
17697 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
17698 "\n"
17699 msgstr ""
17700
17701 #. type: textblock
17702 #: ../fish/guestfish.pod:428
17703 msgid ""
17704 "If there are no additional arguments, then we enter a shell, either an "
17705 "interactive shell with a prompt (if the input is a terminal) or a non-"
17706 "interactive shell."
17707 msgstr ""
17708
17709 #. type: textblock
17710 #: ../fish/guestfish.pod:432
17711 msgid ""
17712 "In either command line mode or non-interactive shell, the first command that "
17713 "gives an error causes the whole shell to exit.  In interactive mode (with a "
17714 "prompt) if a command fails, you can continue to enter commands."
17715 msgstr ""
17716
17717 #. type: =head1
17718 #: ../fish/guestfish.pod:437
17719 msgid "USING launch (OR run)"
17720 msgstr ""
17721
17722 #. type: textblock
17723 #: ../fish/guestfish.pod:439
17724 msgid ""
17725 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
17726 "then launch it, then mount any disks you need, and finally issue actions/"
17727 "commands.  So the general order of the day is:"
17728 msgstr ""
17729
17730 #. type: textblock
17731 #: ../fish/guestfish.pod:447
17732 msgid "add or -a/--add"
17733 msgstr ""
17734
17735 #. type: textblock
17736 #: ../fish/guestfish.pod:451
17737 msgid "launch (aka run)"
17738 msgstr ""
17739
17740 #. type: textblock
17741 #: ../fish/guestfish.pod:455
17742 msgid "mount or -m/--mount"
17743 msgstr ""
17744
17745 #. type: textblock
17746 #: ../fish/guestfish.pod:459
17747 msgid "any other commands"
17748 msgstr ""
17749
17750 #. type: textblock
17751 #: ../fish/guestfish.pod:463
17752 msgid ""
17753 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
17754 "guest before mounting or performing any other commands."
17755 msgstr ""
17756
17757 #. type: textblock
17758 #: ../fish/guestfish.pod:466
17759 msgid ""
17760 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
17761 "I<--new> options were given then C<run> is done automatically, simply "
17762 "because guestfish can't perform the action you asked for without doing this."
17763 msgstr ""
17764
17765 #. type: =head1
17766 #: ../fish/guestfish.pod:471
17767 msgid "OPENING DISKS FOR READ AND WRITE"
17768 msgstr ""
17769
17770 #. type: textblock
17771 #: ../fish/guestfish.pod:473
17772 msgid ""
17773 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
17774 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
17775 "I<-i> and I<-m> open disk images read-only or for writing."
17776 msgstr ""
17777
17778 #. type: textblock
17779 #: ../fish/guestfish.pod:478
17780 msgid ""
17781 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
17782 "opening disk images supplied on the command line for write.  To open a disk "
17783 "image read-only you have to do I<-a image --ro>."
17784 msgstr ""
17785
17786 #. type: textblock
17787 #: ../fish/guestfish.pod:482
17788 msgid ""
17789 "This matters: If you accidentally open a live VM disk image writable then "
17790 "you will cause irreversible disk corruption."
17791 msgstr ""
17792
17793 #. type: textblock
17794 #: ../fish/guestfish.pod:485
17795 msgid ""
17796 "In a future libguestfs we intend to change the default the other way.  Disk "
17797 "images will be opened read-only.  You will have to either specify "
17798 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
17799 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
17800 "access for disk images specified by those other command line options."
17801 msgstr ""
17802
17803 #. type: textblock
17804 #: ../fish/guestfish.pod:492
17805 msgid ""
17806 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
17807 "which does nothing (it is already the default).  However it is highly "
17808 "recommended that you use this option to indicate that you need write access, "
17809 "and prepare your scripts for the day when this option will be required for "
17810 "write access."
17811 msgstr ""
17812
17813 #. type: textblock
17814 #: ../fish/guestfish.pod:498
17815 msgid ""
17816 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
17817 "other libguestfs program apart from guestfish and guestmount."
17818 msgstr ""
17819
17820 #. type: =head1
17821 #: ../fish/guestfish.pod:501
17822 msgid "QUOTING"
17823 msgstr ""
17824
17825 #. type: textblock
17826 #: ../fish/guestfish.pod:503
17827 msgid ""
17828 "You can quote ordinary parameters using either single or double quotes.  For "
17829 "example:"
17830 msgstr ""
17831
17832 #. type: verbatim
17833 #: ../fish/guestfish.pod:506
17834 #, no-wrap
17835 msgid ""
17836 " add \"file with a space.img\"\n"
17837 "\n"
17838 msgstr ""
17839
17840 #. type: verbatim
17841 #: ../fish/guestfish.pod:508
17842 #, no-wrap
17843 msgid ""
17844 " rm '/file name'\n"
17845 "\n"
17846 msgstr ""
17847
17848 #. type: verbatim
17849 #: ../fish/guestfish.pod:510
17850 #, no-wrap
17851 msgid ""
17852 " rm '/\"'\n"
17853 "\n"
17854 msgstr ""
17855
17856 #. type: textblock
17857 #: ../fish/guestfish.pod:512
17858 msgid ""
17859 "A few commands require a list of strings to be passed.  For these, use a "
17860 "whitespace-separated list, enclosed in quotes.  Strings containing "
17861 "whitespace to be passed through must be enclosed in single quotes.  A "
17862 "literal single quote must be escaped with a backslash."
17863 msgstr ""
17864
17865 #. type: verbatim
17866 #: ../fish/guestfish.pod:517
17867 #, no-wrap
17868 msgid ""
17869 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
17870 " command \"/bin/echo 'foo      bar'\"\n"
17871 " command \"/bin/echo \\'foo\\'\"\n"
17872 "\n"
17873 msgstr ""
17874
17875 #. type: =head2
17876 #: ../fish/guestfish.pod:521
17877 msgid "ESCAPE SEQUENCES IN DOUBLE QUOTED ARGUMENTS"
17878 msgstr ""
17879
17880 #. type: textblock
17881 #: ../fish/guestfish.pod:523
17882 msgid ""
17883 "In double-quoted arguments (only) use backslash to insert special characters:"
17884 msgstr ""
17885
17886 #. type: =item
17887 #: ../fish/guestfish.pod:528
17888 msgid "C<\\a>"
17889 msgstr ""
17890
17891 #. type: textblock
17892 #: ../fish/guestfish.pod:530
17893 msgid "Alert (bell) character."
17894 msgstr ""
17895
17896 #. type: =item
17897 #: ../fish/guestfish.pod:532
17898 msgid "C<\\b>"
17899 msgstr ""
17900
17901 #. type: textblock
17902 #: ../fish/guestfish.pod:534
17903 msgid "Backspace character."
17904 msgstr ""
17905
17906 #. type: =item
17907 #: ../fish/guestfish.pod:536
17908 msgid "C<\\f>"
17909 msgstr ""
17910
17911 #. type: textblock
17912 #: ../fish/guestfish.pod:538
17913 msgid "Form feed character."
17914 msgstr ""
17915
17916 #. type: =item
17917 #: ../fish/guestfish.pod:540
17918 msgid "C<\\n>"
17919 msgstr ""
17920
17921 #. type: textblock
17922 #: ../fish/guestfish.pod:542
17923 msgid "Newline character."
17924 msgstr ""
17925
17926 #. type: =item
17927 #: ../fish/guestfish.pod:544
17928 msgid "C<\\r>"
17929 msgstr ""
17930
17931 #. type: textblock
17932 #: ../fish/guestfish.pod:546
17933 msgid "Carriage return character."
17934 msgstr ""
17935
17936 #. type: =item
17937 #: ../fish/guestfish.pod:548
17938 msgid "C<\\t>"
17939 msgstr ""
17940
17941 #. type: textblock
17942 #: ../fish/guestfish.pod:550
17943 msgid "Horizontal tab character."
17944 msgstr ""
17945
17946 #. type: =item
17947 #: ../fish/guestfish.pod:552
17948 msgid "C<\\v>"
17949 msgstr ""
17950
17951 #. type: textblock
17952 #: ../fish/guestfish.pod:554
17953 msgid "Vertical tab character."
17954 msgstr ""
17955
17956 #. type: =item
17957 #: ../fish/guestfish.pod:556
17958 msgid "C<\\\">"
17959 msgstr ""
17960
17961 #. type: textblock
17962 #: ../fish/guestfish.pod:558
17963 msgid "A literal double quote character."
17964 msgstr ""
17965
17966 #. type: =item
17967 #: ../fish/guestfish.pod:560
17968 msgid "C<\\ooo>"
17969 msgstr ""
17970
17971 #. type: textblock
17972 #: ../fish/guestfish.pod:562
17973 msgid ""
17974 "A character with octal value I<ooo>.  There must be precisely 3 octal digits "
17975 "(unlike C)."
17976 msgstr ""
17977
17978 #. type: =item
17979 #: ../fish/guestfish.pod:565
17980 msgid "C<\\xhh>"
17981 msgstr ""
17982
17983 #. type: textblock
17984 #: ../fish/guestfish.pod:567
17985 msgid ""
17986 "A character with hex value I<hh>.  There must be precisely 2 hex digits."
17987 msgstr ""
17988
17989 #. type: textblock
17990 #: ../fish/guestfish.pod:570
17991 msgid ""
17992 "In the current implementation C<\\000> and C<\\x00> cannot be used in "
17993 "strings."
17994 msgstr ""
17995
17996 #. type: =item
17997 #: ../fish/guestfish.pod:573
17998 msgid "C<\\\\>"
17999 msgstr ""
18000
18001 #. type: textblock
18002 #: ../fish/guestfish.pod:575
18003 msgid "A literal backslash character."
18004 msgstr ""
18005
18006 #. type: =head1
18007 #: ../fish/guestfish.pod:579
18008 msgid "OPTIONAL ARGUMENTS"
18009 msgstr ""
18010
18011 #. type: textblock
18012 #: ../fish/guestfish.pod:581
18013 msgid ""
18014 "Some commands take optional arguments.  These arguments appear in this "
18015 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18016 msgstr ""
18017
18018 #. type: verbatim
18019 #: ../fish/guestfish.pod:585
18020 #, no-wrap
18021 msgid ""
18022 " add-drive-opts filename\n"
18023 "\n"
18024 msgstr ""
18025
18026 #. type: verbatim
18027 #: ../fish/guestfish.pod:587
18028 #, no-wrap
18029 msgid ""
18030 " add-drive-opts filename readonly:true\n"
18031 "\n"
18032 msgstr ""
18033
18034 #. type: verbatim
18035 #: ../fish/guestfish.pod:589
18036 #, no-wrap
18037 msgid ""
18038 " add-drive-opts filename format:qcow2 readonly:false\n"
18039 "\n"
18040 msgstr ""
18041
18042 #. type: textblock
18043 #: ../fish/guestfish.pod:591
18044 msgid ""
18045 "Each optional argument can appear at most once.  All optional arguments must "
18046 "appear after the required ones."
18047 msgstr ""
18048
18049 #. type: =head1
18050 #: ../fish/guestfish.pod:594
18051 msgid "NUMBERS"
18052 msgstr "ЧИСЛА"
18053
18054 #. type: textblock
18055 #: ../fish/guestfish.pod:596
18056 msgid ""
18057 "This section applies to all commands which can take integers as parameters."
18058 msgstr ""
18059
18060 #. type: =head2
18061 #: ../fish/guestfish.pod:599
18062 msgid "SIZE SUFFIX"
18063 msgstr ""
18064
18065 #. type: textblock
18066 #: ../fish/guestfish.pod:601
18067 msgid ""
18068 "When the command takes a parameter measured in bytes, you can use one of the "
18069 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18070 msgstr ""
18071
18072 #. type: =item
18073 #: ../fish/guestfish.pod:607
18074 msgid "B<k> or B<K> or B<KiB>"
18075 msgstr "B<k>, B<K> або B<KiB>"
18076
18077 #. type: textblock
18078 #: ../fish/guestfish.pod:609
18079 msgid "The size in kilobytes (multiplied by 1024)."
18080 msgstr ""
18081
18082 #. type: =item
18083 #: ../fish/guestfish.pod:611
18084 msgid "B<KB>"
18085 msgstr "B<KB>"
18086
18087 #. type: textblock
18088 #: ../fish/guestfish.pod:613
18089 msgid "The size in SI 1000 byte units."
18090 msgstr ""
18091
18092 #. type: =item
18093 #: ../fish/guestfish.pod:615
18094 msgid "B<M> or B<MiB>"
18095 msgstr "B<M> або B<MiB>"
18096
18097 #. type: textblock
18098 #: ../fish/guestfish.pod:617
18099 msgid "The size in megabytes (multiplied by 1048576)."
18100 msgstr ""
18101
18102 #. type: =item
18103 #: ../fish/guestfish.pod:619
18104 msgid "B<MB>"
18105 msgstr "B<MB>"
18106
18107 #. type: textblock
18108 #: ../fish/guestfish.pod:621
18109 msgid "The size in SI 1000000 byte units."
18110 msgstr ""
18111
18112 #. type: =item
18113 #: ../fish/guestfish.pod:623
18114 msgid "B<G> or B<GiB>"
18115 msgstr "B<G> або B<GiB>"
18116
18117 #. type: textblock
18118 #: ../fish/guestfish.pod:625
18119 msgid "The size in gigabytes (multiplied by 2**30)."
18120 msgstr "Розмір у гігабайтах (з множником 2**30)."
18121
18122 #. type: =item
18123 #: ../fish/guestfish.pod:627
18124 msgid "B<GB>"
18125 msgstr "B<GB>"
18126
18127 #. type: textblock
18128 #: ../fish/guestfish.pod:629
18129 msgid "The size in SI 10**9 byte units."
18130 msgstr "Розмір у одиницях СІ: 10**9 байтів."
18131
18132 #. type: =item
18133 #: ../fish/guestfish.pod:631
18134 msgid "B<T> or B<TiB>"
18135 msgstr "B<T> або B<TiB>"
18136
18137 #. type: textblock
18138 #: ../fish/guestfish.pod:633
18139 msgid "The size in terabytes (multiplied by 2**40)."
18140 msgstr "Розмір у терабайтах (з множником 2**40)."
18141
18142 #. type: =item
18143 #: ../fish/guestfish.pod:635
18144 msgid "B<TB>"
18145 msgstr "B<TB>"
18146
18147 #. type: textblock
18148 #: ../fish/guestfish.pod:637
18149 msgid "The size in SI 10**12 byte units."
18150 msgstr ""
18151
18152 #. type: =item
18153 #: ../fish/guestfish.pod:639
18154 msgid "B<P> or B<PiB>"
18155 msgstr "B<P> або B<PiB>"
18156
18157 #. type: textblock
18158 #: ../fish/guestfish.pod:641
18159 msgid "The size in petabytes (multiplied by 2**50)."
18160 msgstr ""
18161
18162 #. type: =item
18163 #: ../fish/guestfish.pod:643
18164 msgid "B<PB>"
18165 msgstr "B<PB>"
18166
18167 #. type: textblock
18168 #: ../fish/guestfish.pod:645
18169 msgid "The size in SI 10**15 byte units."
18170 msgstr ""
18171
18172 #. type: =item
18173 #: ../fish/guestfish.pod:647
18174 msgid "B<E> or B<EiB>"
18175 msgstr "B<E> або B<EiB>"
18176
18177 #. type: textblock
18178 #: ../fish/guestfish.pod:649
18179 msgid "The size in exabytes (multiplied by 2**60)."
18180 msgstr ""
18181
18182 #. type: =item
18183 #: ../fish/guestfish.pod:651
18184 msgid "B<EB>"
18185 msgstr "B<EB>"
18186
18187 #. type: textblock
18188 #: ../fish/guestfish.pod:653
18189 msgid "The size in SI 10**18 byte units."
18190 msgstr ""
18191
18192 #. type: =item
18193 #: ../fish/guestfish.pod:655
18194 msgid "B<Z> or B<ZiB>"
18195 msgstr "B<Z> або B<ZiB>"
18196
18197 #. type: textblock
18198 #: ../fish/guestfish.pod:657
18199 msgid "The size in zettabytes (multiplied by 2**70)."
18200 msgstr ""
18201
18202 #. type: =item
18203 #: ../fish/guestfish.pod:659
18204 msgid "B<ZB>"
18205 msgstr "B<ZB>"
18206
18207 #. type: textblock
18208 #: ../fish/guestfish.pod:661
18209 msgid "The size in SI 10**21 byte units."
18210 msgstr ""
18211
18212 #. type: =item
18213 #: ../fish/guestfish.pod:663
18214 msgid "B<Y> or B<YiB>"
18215 msgstr "B<Y> або B<YiB>"
18216
18217 #. type: textblock
18218 #: ../fish/guestfish.pod:665
18219 msgid "The size in yottabytes (multiplied by 2**80)."
18220 msgstr ""
18221
18222 #. type: =item
18223 #: ../fish/guestfish.pod:667
18224 msgid "B<YB>"
18225 msgstr "B<YB>"
18226
18227 #. type: textblock
18228 #: ../fish/guestfish.pod:669
18229 msgid "The size in SI 10**24 byte units."
18230 msgstr ""
18231
18232 #. type: verbatim
18233 #: ../fish/guestfish.pod:675
18234 #, no-wrap
18235 msgid ""
18236 " truncate-size /file 1G\n"
18237 "\n"
18238 msgstr ""
18239
18240 #. type: textblock
18241 #: ../fish/guestfish.pod:677
18242 msgid "would truncate the file to 1 gigabyte."
18243 msgstr ""
18244
18245 #. type: textblock
18246 #: ../fish/guestfish.pod:679
18247 msgid ""
18248 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
18249 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
18250 "suffix will probably not do what you expect."
18251 msgstr ""
18252
18253 #. type: =head2
18254 #: ../fish/guestfish.pod:683
18255 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18256 msgstr ""
18257
18258 #. type: textblock
18259 #: ../fish/guestfish.pod:685
18260 msgid ""
18261 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18262 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18263 msgstr ""
18264
18265 #. type: verbatim
18266 #: ../fish/guestfish.pod:688
18267 #, no-wrap
18268 msgid ""
18269 " 1234      decimal number 1234\n"
18270 " 02322     octal number, equivalent to decimal 1234\n"
18271 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18272 "\n"
18273 msgstr ""
18274
18275 #. type: textblock
18276 #: ../fish/guestfish.pod:692
18277 msgid ""
18278 "When using the C<chmod> command, you almost always want to specify an octal "
18279 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18280 "L<chmod(1)> program):"
18281 msgstr ""
18282
18283 #. type: verbatim
18284 #: ../fish/guestfish.pod:696
18285 #, no-wrap
18286 msgid ""
18287 " chmod 0777 /public  # OK\n"
18288 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18289 "\n"
18290 msgstr ""
18291
18292 #. type: textblock
18293 #: ../fish/guestfish.pod:699
18294 msgid ""
18295 "Commands that return numbers usually print them in decimal, but some "
18296 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18297 "octal, preceeded by C<0>)."
18298 msgstr ""
18299
18300 #. type: =head1
18301 #: ../fish/guestfish.pod:703
18302 msgid "WILDCARDS AND GLOBBING"
18303 msgstr ""
18304
18305 #. type: textblock
18306 #: ../fish/guestfish.pod:705
18307 msgid ""
18308 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18309 "(globbing) by default.  So for example the following will not do what you "
18310 "expect:"
18311 msgstr ""
18312
18313 #. type: verbatim
18314 #: ../fish/guestfish.pod:709
18315 #, no-wrap
18316 msgid ""
18317 " rm-rf /home/*\n"
18318 "\n"
18319 msgstr ""
18320
18321 #. type: textblock
18322 #: ../fish/guestfish.pod:711
18323 msgid ""
18324 "Assuming you don't have a directory called literally C</home/*> then the "
18325 "above command will return an error."
18326 msgstr ""
18327
18328 #. type: textblock
18329 #: ../fish/guestfish.pod:714
18330 msgid "To perform wildcard expansion, use the C<glob> command."
18331 msgstr ""
18332
18333 #. type: verbatim
18334 #: ../fish/guestfish.pod:716
18335 #, no-wrap
18336 msgid ""
18337 " glob rm-rf /home/*\n"
18338 "\n"
18339 msgstr ""
18340
18341 #. type: textblock
18342 #: ../fish/guestfish.pod:718
18343 msgid ""
18344 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18345 "many times), equivalent to:"
18346 msgstr ""
18347
18348 #. type: verbatim
18349 #: ../fish/guestfish.pod:721
18350 #, no-wrap
18351 msgid ""
18352 " rm-rf /home/jim\n"
18353 " rm-rf /home/joe\n"
18354 " rm-rf /home/mary\n"
18355 "\n"
18356 msgstr ""
18357
18358 #. type: textblock
18359 #: ../fish/guestfish.pod:725
18360 msgid "C<glob> only works on simple guest paths and not on device names."
18361 msgstr ""
18362
18363 #. type: textblock
18364 #: ../fish/guestfish.pod:727
18365 msgid ""
18366 "If you have several parameters, each containing a wildcard, then glob will "
18367 "perform a Cartesian product."
18368 msgstr ""
18369
18370 #. type: =head1
18371 #: ../fish/guestfish.pod:730
18372 msgid "COMMENTS"
18373 msgstr "КОМЕНТАРІ"
18374
18375 #. type: textblock
18376 #: ../fish/guestfish.pod:732
18377 msgid ""
18378 "Any line which starts with a I<#> character is treated as a comment and "
18379 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18380 "a command.  For example:"
18381 msgstr ""
18382
18383 #. type: verbatim
18384 #: ../fish/guestfish.pod:736
18385 #, no-wrap
18386 msgid ""
18387 " # this is a comment\n"
18388 "         # this is a comment\n"
18389 " foo # NOT a comment\n"
18390 "\n"
18391 msgstr ""
18392
18393 #. type: textblock
18394 #: ../fish/guestfish.pod:740
18395 msgid "Blank lines are also ignored."
18396 msgstr ""
18397
18398 #. type: =head1
18399 #: ../fish/guestfish.pod:742
18400 msgid "RUNNING COMMANDS LOCALLY"
18401 msgstr ""
18402
18403 #. type: textblock
18404 #: ../fish/guestfish.pod:744
18405 msgid ""
18406 "Any line which starts with a I<!> character is treated as a command sent to "
18407 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
18408 msgstr ""
18409
18410 #. type: verbatim
18411 #: ../fish/guestfish.pod:748
18412 #, no-wrap
18413 msgid ""
18414 " !mkdir local\n"
18415 " tgz-out /remote local/remote-data.tar.gz\n"
18416 "\n"
18417 msgstr ""
18418
18419 #. type: textblock
18420 #: ../fish/guestfish.pod:751
18421 msgid ""
18422 "will create a directory C<local> on the host, and then export the contents "
18423 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
18424 "(See C<tgz-out>)."
18425 msgstr ""
18426
18427 #. type: textblock
18428 #: ../fish/guestfish.pod:755
18429 msgid ""
18430 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
18431 "effect, due to the way that subprocesses work in Unix."
18432 msgstr ""
18433
18434 #. type: =head2
18435 #: ../fish/guestfish.pod:758
18436 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
18437 msgstr ""
18438
18439 #. type: textblock
18440 #: ../fish/guestfish.pod:760
18441 msgid ""
18442 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
18443 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
18444 "and executed as guestfish commands."
18445 msgstr ""
18446
18447 #. type: textblock
18448 #: ../fish/guestfish.pod:764
18449 msgid ""
18450 "Thus you can use shell script to construct arbitrary guestfish commands "
18451 "which are then parsed by guestfish."
18452 msgstr ""
18453
18454 #. type: textblock
18455 #: ../fish/guestfish.pod:767
18456 msgid ""
18457 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
18458 "through C</foo.100>) using guestfish commands alone.  However this is simple "
18459 "if we use a shell script to create the guestfish commands for us:"
18460 msgstr ""
18461
18462 #. type: verbatim
18463 #: ../fish/guestfish.pod:772
18464 #, no-wrap
18465 msgid ""
18466 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
18467 "\n"
18468 msgstr ""
18469
18470 #. type: textblock
18471 #: ../fish/guestfish.pod:774
18472 msgid "or with names like C</foo.001>:"
18473 msgstr ""
18474
18475 #. type: verbatim
18476 #: ../fish/guestfish.pod:776
18477 #, no-wrap
18478 msgid ""
18479 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
18480 "\n"
18481 msgstr ""
18482
18483 #. type: textblock
18484 #: ../fish/guestfish.pod:778
18485 msgid ""
18486 "When using guestfish interactively it can be helpful to just run the shell "
18487 "script first (ie. remove the initial C<E<lt>> character so it is just an "
18488 "ordinary I<!> local command), see what guestfish commands it would run, and "
18489 "when you are happy with those prepend the C<E<lt>> character to run the "
18490 "guestfish commands for real."
18491 msgstr ""
18492
18493 #. type: =head1
18494 #: ../fish/guestfish.pod:784
18495 msgid "PIPES"
18496 msgstr "КАНАЛИ"
18497
18498 #. type: textblock
18499 #: ../fish/guestfish.pod:786
18500 msgid ""
18501 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
18502 "command (a guestfish command) to the second command (any host command).  For "
18503 "example:"
18504 msgstr ""
18505
18506 #. type: verbatim
18507 #: ../fish/guestfish.pod:790
18508 #, no-wrap
18509 msgid ""
18510 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
18511 "\n"
18512 msgstr ""
18513
18514 #. type: textblock
18515 #: ../fish/guestfish.pod:792
18516 msgid ""
18517 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
18518 "program).  The above command would list all accounts in the guest filesystem "
18519 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
18520 msgstr ""
18521
18522 #. type: verbatim
18523 #: ../fish/guestfish.pod:797
18524 #, no-wrap
18525 msgid ""
18526 " hexdump /bin/ls | head\n"
18527 " list-devices | tail -1\n"
18528 " tgz-out / - | tar ztf -\n"
18529 "\n"
18530 msgstr ""
18531
18532 #. type: textblock
18533 #: ../fish/guestfish.pod:801
18534 msgid ""
18535 "The space before the pipe symbol is required, any space after the pipe "
18536 "symbol is optional.  Everything after the pipe symbol is just passed "
18537 "straight to the host shell, so it can contain redirections, globs and "
18538 "anything else that makes sense on the host side."
18539 msgstr ""
18540
18541 #. type: textblock
18542 #: ../fish/guestfish.pod:806
18543 msgid ""
18544 "To use a literal argument which begins with a pipe symbol, you have to quote "
18545 "it, eg:"
18546 msgstr ""
18547
18548 #. type: verbatim
18549 #: ../fish/guestfish.pod:809
18550 #, no-wrap
18551 msgid ""
18552 " echo \"|\"\n"
18553 "\n"
18554 msgstr ""
18555
18556 #. type: =head1
18557 #: ../fish/guestfish.pod:811
18558 msgid "HOME DIRECTORIES"
18559 msgstr ""
18560
18561 #. type: textblock
18562 #: ../fish/guestfish.pod:813
18563 msgid ""
18564 "If a parameter starts with the character C<~> then the tilde may be expanded "
18565 "as a home directory path (either C<~> for the current user's home directory, "
18566 "or C<~user> for another user)."
18567 msgstr ""
18568
18569 #. type: textblock
18570 #: ../fish/guestfish.pod:817
18571 msgid ""
18572 "Note that home directory expansion happens for users known I<on the host>, "
18573 "not in the guest filesystem."
18574 msgstr ""
18575
18576 #. type: textblock
18577 #: ../fish/guestfish.pod:820
18578 msgid ""
18579 "To use a literal argument which begins with a tilde, you have to quote it, "
18580 "eg:"
18581 msgstr ""
18582
18583 #. type: verbatim
18584 #: ../fish/guestfish.pod:823
18585 #, no-wrap
18586 msgid ""
18587 " echo \"~\"\n"
18588 "\n"
18589 msgstr ""
18590
18591 #. type: =head2
18592 #: ../fish/guestfish.pod:825 ../src/guestfs.pod:519
18593 msgid "ENCRYPTED DISKS"
18594 msgstr "ЗАШИФРОВАНІ ДИСКИ"
18595
18596 #. type: textblock
18597 #: ../fish/guestfish.pod:827
18598 msgid ""
18599 "Libguestfs has some support for Linux guests encrypted according to the "
18600 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
18601 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
18602 "LUKS is supported."
18603 msgstr ""
18604
18605 #. type: textblock
18606 #: ../fish/guestfish.pod:832
18607 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
18608 msgstr ""
18609
18610 #. type: verbatim
18611 #: ../fish/guestfish.pod:834
18612 #, no-wrap
18613 msgid ""
18614 " ><fs> vfs-type /dev/sda2\n"
18615 " crypto_LUKS\n"
18616 "\n"
18617 msgstr ""
18618
18619 #. type: textblock
18620 #: ../fish/guestfish.pod:837
18621 msgid ""
18622 "Then open those devices using L</luks-open>.  This creates a device-mapper "
18623 "device called C</dev/mapper/luksdev>."
18624 msgstr ""
18625
18626 #. type: verbatim
18627 #: ../fish/guestfish.pod:840
18628 #, no-wrap
18629 msgid ""
18630 " ><fs> luks-open /dev/sda2 luksdev\n"
18631 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
18632 "\n"
18633 msgstr ""
18634
18635 #. type: textblock
18636 #: ../fish/guestfish.pod:843
18637 msgid ""
18638 "Finally you have to tell LVM to scan for volume groups on the newly created "
18639 "mapper device:"
18640 msgstr ""
18641
18642 #. type: verbatim
18643 #: ../fish/guestfish.pod:846
18644 #, no-wrap
18645 msgid ""
18646 " vgscan\n"
18647 " vg-activate-all true\n"
18648 "\n"
18649 msgstr ""
18650
18651 #. type: textblock
18652 #: ../fish/guestfish.pod:849
18653 msgid "The logical volume(s) can now be mounted in the usual way."
18654 msgstr ""
18655
18656 #. type: textblock
18657 #: ../fish/guestfish.pod:851
18658 msgid ""
18659 "Before closing a LUKS device you must unmount any logical volumes on it and "
18660 "deactivate the volume groups by calling C<vg-activate false VG> on each "
18661 "one.  Then you can close the mapper device:"
18662 msgstr ""
18663
18664 #. type: verbatim
18665 #: ../fish/guestfish.pod:855
18666 #, no-wrap
18667 msgid ""
18668 " vg-activate false /dev/VG\n"
18669 " luks-close /dev/mapper/luksdev\n"
18670 "\n"
18671 msgstr ""
18672
18673 #. type: textblock
18674 #: ../fish/guestfish.pod:860
18675 msgid ""
18676 "If a path is prefixed with C<win:> then you can use Windows-style drive "
18677 "letters and paths (with some limitations).  The following commands are "
18678 "equivalent:"
18679 msgstr ""
18680
18681 #. type: verbatim
18682 #: ../fish/guestfish.pod:864
18683 #, no-wrap
18684 msgid ""
18685 " file /WINDOWS/system32/config/system.LOG\n"
18686 "\n"
18687 msgstr ""
18688
18689 #. type: verbatim
18690 #: ../fish/guestfish.pod:866
18691 #, no-wrap
18692 msgid ""
18693 " file win:\\windows\\system32\\config\\system.log\n"
18694 "\n"
18695 msgstr ""
18696
18697 #. type: verbatim
18698 #: ../fish/guestfish.pod:868
18699 #, no-wrap
18700 msgid ""
18701 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
18702 "\n"
18703 msgstr ""
18704
18705 #. type: textblock
18706 #: ../fish/guestfish.pod:870
18707 msgid ""
18708 "The parameter is rewritten \"behind the scenes\" by looking up the position "
18709 "where the drive is mounted, prepending that to the path, changing all "
18710 "backslash characters to forward slash, then resolving the result using L</"
18711 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
18712 "the parameter might be rewritten like this:"
18713 msgstr ""
18714
18715 #. type: verbatim
18716 #: ../fish/guestfish.pod:876
18717 #, no-wrap
18718 msgid ""
18719 " win:e:\\foo\\bar => /e/FOO/bar\n"
18720 "\n"
18721 msgstr ""
18722
18723 #. type: textblock
18724 #: ../fish/guestfish.pod:878
18725 msgid "This only works in argument positions that expect a path."
18726 msgstr ""
18727
18728 #. type: =head1
18729 #: ../fish/guestfish.pod:880
18730 msgid "UPLOADING AND DOWNLOADING FILES"
18731 msgstr ""
18732
18733 #. type: textblock
18734 #: ../fish/guestfish.pod:882
18735 msgid ""
18736 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
18737 "others which upload from or download to a local file, you can use the "
18738 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
18739 msgstr ""
18740
18741 #. type: verbatim
18742 #: ../fish/guestfish.pod:886
18743 #, no-wrap
18744 msgid ""
18745 " upload - /foo\n"
18746 "\n"
18747 msgstr ""
18748
18749 #. type: textblock
18750 #: ../fish/guestfish.pod:888
18751 msgid ""
18752 "reads stdin and creates from that a file C</foo> in the disk image, and:"
18753 msgstr ""
18754
18755 #. type: verbatim
18756 #: ../fish/guestfish.pod:891
18757 #, no-wrap
18758 msgid ""
18759 " tar-out /etc - | tar tf -\n"
18760 "\n"
18761 msgstr ""
18762
18763 #. type: textblock
18764 #: ../fish/guestfish.pod:893
18765 msgid ""
18766 "writes the tarball to stdout and then pipes that into the external \"tar\" "
18767 "command (see L</PIPES>)."
18768 msgstr ""
18769
18770 #. type: textblock
18771 #: ../fish/guestfish.pod:896
18772 msgid ""
18773 "When using C<-> to read from stdin, the input is read up to the end of "
18774 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
18775 "some arbitrary end marker:"
18776 msgstr ""
18777
18778 #. type: verbatim
18779 #: ../fish/guestfish.pod:900
18780 #, no-wrap
18781 msgid ""
18782 " upload -<<END /foo\n"
18783 " input line 1\n"
18784 " input line 2\n"
18785 " input line 3\n"
18786 " END\n"
18787 "\n"
18788 msgstr ""
18789
18790 #. type: textblock
18791 #: ../fish/guestfish.pod:906
18792 msgid ""
18793 "Any string of characters can be used instead of C<END>.  The end marker must "
18794 "appear on a line of its own, without any preceeding or following characters "
18795 "(not even spaces)."
18796 msgstr ""
18797
18798 #. type: textblock
18799 #: ../fish/guestfish.pod:910
18800 msgid ""
18801 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
18802 "upload local files (so-called \"FileIn\" parameters in the generator)."
18803 msgstr ""
18804
18805 #. type: =head1
18806 #: ../fish/guestfish.pod:913
18807 msgid "EXIT ON ERROR BEHAVIOUR"
18808 msgstr ""
18809
18810 #. type: textblock
18811 #: ../fish/guestfish.pod:915
18812 msgid ""
18813 "By default, guestfish will ignore any errors when in interactive mode (ie. "
18814 "taking commands from a human over a tty), and will exit on the first error "
18815 "in non-interactive mode (scripts, commands given on the command line)."
18816 msgstr ""
18817
18818 #. type: textblock
18819 #: ../fish/guestfish.pod:920
18820 msgid ""
18821 "If you prefix a command with a I<-> character, then that command will not "
18822 "cause guestfish to exit, even if that (one) command returns an error."
18823 msgstr ""
18824
18825 #. type: =head1
18826 #: ../fish/guestfish.pod:924
18827 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
18828 msgstr ""
18829
18830 #. type: textblock
18831 #: ../fish/guestfish.pod:926
18832 msgid ""
18833 "Guestfish can be remote-controlled over a socket.  This is useful "
18834 "particularly in shell scripts where you want to make several different "
18835 "changes to a filesystem, but you don't want the overhead of starting up a "
18836 "guestfish process each time."
18837 msgstr ""
18838
18839 #. type: textblock
18840 #: ../fish/guestfish.pod:931
18841 msgid "Start a guestfish server process using:"
18842 msgstr ""
18843
18844 #. type: verbatim
18845 #: ../fish/guestfish.pod:933
18846 #, no-wrap
18847 msgid ""
18848 " eval \"`guestfish --listen`\"\n"
18849 "\n"
18850 msgstr ""
18851
18852 #. type: textblock
18853 #: ../fish/guestfish.pod:935
18854 msgid "and then send it commands by doing:"
18855 msgstr ""
18856
18857 #. type: verbatim
18858 #: ../fish/guestfish.pod:937
18859 #, no-wrap
18860 msgid ""
18861 " guestfish --remote cmd [...]\n"
18862 "\n"
18863 msgstr ""
18864
18865 #. type: textblock
18866 #: ../fish/guestfish.pod:939
18867 msgid "To cause the server to exit, send it the exit command:"
18868 msgstr ""
18869
18870 #. type: textblock
18871 #: ../fish/guestfish.pod:943
18872 msgid ""
18873 "Note that the server will normally exit if there is an error in a command.  "
18874 "You can change this in the usual way.  See section L</EXIT ON ERROR "
18875 "BEHAVIOUR>."
18876 msgstr ""
18877
18878 #. type: =head2
18879 #: ../fish/guestfish.pod:947
18880 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
18881 msgstr ""
18882
18883 #. type: textblock
18884 #: ../fish/guestfish.pod:949
18885 msgid ""
18886 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
18887 "is how the I<--remote> option knows where to send the commands.  You can "
18888 "have several guestfish listener processes running using:"
18889 msgstr ""
18890
18891 #. type: verbatim
18892 #: ../fish/guestfish.pod:953
18893 #, no-wrap
18894 msgid ""
18895 " eval \"`guestfish --listen`\"\n"
18896 " pid1=$GUESTFISH_PID\n"
18897 " eval \"`guestfish --listen`\"\n"
18898 " pid2=$GUESTFISH_PID\n"
18899 " ...\n"
18900 " guestfish --remote=$pid1 cmd\n"
18901 " guestfish --remote=$pid2 cmd\n"
18902 "\n"
18903 msgstr ""
18904
18905 #. type: =head2
18906 #: ../fish/guestfish.pod:961
18907 msgid "REMOTE CONTROL AND CSH"
18908 msgstr ""
18909
18910 #. type: textblock
18911 #: ../fish/guestfish.pod:963
18912 msgid ""
18913 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
18914 "option:"
18915 msgstr ""
18916
18917 #. type: verbatim
18918 #: ../fish/guestfish.pod:966
18919 #, no-wrap
18920 msgid ""
18921 " eval \"`guestfish --listen --csh`\"\n"
18922 "\n"
18923 msgstr ""
18924
18925 #. type: =head2
18926 #: ../fish/guestfish.pod:968
18927 msgid "REMOTE CONTROL DETAILS"
18928 msgstr ""
18929
18930 #. type: textblock
18931 #: ../fish/guestfish.pod:970
18932 msgid ""
18933 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
18934 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
18935 "and C<$PID> is the process ID of the server."
18936 msgstr ""
18937
18938 #. type: textblock
18939 #: ../fish/guestfish.pod:974
18940 msgid "Guestfish client and server versions must match exactly."
18941 msgstr ""
18942
18943 #. type: =head1
18944 #: ../fish/guestfish.pod:976
18945 msgid "PREPARED DISK IMAGES"
18946 msgstr ""
18947
18948 #. type: textblock
18949 #: ../fish/guestfish.pod:978
18950 msgid ""
18951 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
18952 "preformatted disk images that guestfish can make for you to save typing.  "
18953 "This is particularly useful for testing purposes.  This option is used "
18954 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
18955 "can be mixed with I<-a>)."
18956 msgstr ""
18957
18958 #. type: textblock
18959 #: ../fish/guestfish.pod:984
18960 msgid ""
18961 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
18962 "the second and so on.  Existing files in the current directory are "
18963 "I<overwritten>."
18964 msgstr ""
18965
18966 #. type: textblock
18967 #: ../fish/guestfish.pod:988
18968 msgid ""
18969 "The type briefly describes how the disk should be sized, partitioned, how "
18970 "filesystem(s) should be created, and how content should be added.  "
18971 "Optionally the type can be followed by extra parameters, separated by C<:> "
18972 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
18973 "allocated disk, containing a single partition, with the partition formatted "
18974 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
18975 "disk instead."
18976 msgstr ""
18977
18978 #. type: textblock
18979 #: ../fish/guestfish.pod:996
18980 msgid "To list the available types and any extra parameters they take, run:"
18981 msgstr ""
18982
18983 #. type: textblock
18984 #: ../fish/guestfish.pod:1000
18985 msgid ""
18986 "Note that the prepared filesystem is not mounted.  You would usually have to "
18987 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
18988 msgstr ""
18989
18990 #. type: textblock
18991 #: ../fish/guestfish.pod:1004
18992 msgid ""
18993 "If any I<-N> or I<--new> options are given, the guest is automatically "
18994 "launched."
18995 msgstr ""
18996
18997 #. type: textblock
18998 #: ../fish/guestfish.pod:1009
18999 msgid "Create a 100MB disk with an ext4-formatted partition:"
19000 msgstr ""
19001
19002 #. type: verbatim
19003 #: ../fish/guestfish.pod:1011
19004 #, no-wrap
19005 msgid ""
19006 " guestfish -N fs:ext4\n"
19007 "\n"
19008 msgstr ""
19009
19010 #. type: textblock
19011 #: ../fish/guestfish.pod:1013
19012 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19013 msgstr ""
19014
19015 #. type: verbatim
19016 #: ../fish/guestfish.pod:1015
19017 #, no-wrap
19018 msgid ""
19019 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19020 "\n"
19021 msgstr ""
19022
19023 #. type: textblock
19024 #: ../fish/guestfish.pod:1017
19025 msgid "Create a blank 200MB disk:"
19026 msgstr ""
19027
19028 #. type: verbatim
19029 #: ../fish/guestfish.pod:1019
19030 #, no-wrap
19031 msgid ""
19032 " guestfish -N disk:200M\n"
19033 "\n"
19034 msgstr ""
19035
19036 #. type: =head1
19037 #: ../fish/guestfish.pod:1021
19038 msgid "PROGRESS BARS"
19039 msgstr ""
19040
19041 #. type: textblock
19042 #: ../fish/guestfish.pod:1023
19043 msgid ""
19044 "Some (not all) long-running commands send progress notification messages as "
19045 "they are running.  Guestfish turns these messages into progress bars."
19046 msgstr ""
19047
19048 #. type: textblock
19049 #: ../fish/guestfish.pod:1027
19050 msgid ""
19051 "When a command that supports progress bars takes longer than two seconds to "
19052 "run, and if progress bars are enabled, then you will see one appearing below "
19053 "the command:"
19054 msgstr ""
19055
19056 #. type: verbatim
19057 #: ../fish/guestfish.pod:1031
19058 #, no-wrap
19059 msgid ""
19060 " ><fs> copy-size /large-file /another-file 2048M\n"
19061 " / 10% [#####-----------------------------------------] 00:30\n"
19062 "\n"
19063 msgstr ""
19064
19065 #. type: textblock
19066 #: ../fish/guestfish.pod:1034
19067 msgid ""
19068 "The spinner on the left hand side moves round once for every progress "
19069 "notification received from the backend.  This is a (reasonably) golden "
19070 "assurance that the command is \"doing something\" even if the progress bar "
19071 "is not moving, because the command is able to send the progress "
19072 "notifications.  When the bar reaches 100% and the command finishes, the "
19073 "spinner disappears."
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:1041
19078 msgid ""
19079 "Progress bars are enabled by default when guestfish is used interactively.  "
19080 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19081 "and you can disable them completely using I<--no-progress-bars>."
19082 msgstr ""
19083
19084 #. type: =head1
19085 #: ../fish/guestfish.pod:1046
19086 msgid "GUESTFISH COMMANDS"
19087 msgstr ""
19088
19089 #. type: textblock
19090 #: ../fish/guestfish.pod:1048
19091 msgid ""
19092 "The commands in this section are guestfish convenience commands, in other "
19093 "words, they are not part of the L<guestfs(3)> API."
19094 msgstr ""
19095
19096 #. type: =head2
19097 #: ../fish/guestfish.pod:1051
19098 msgid "help"
19099 msgstr "help"
19100
19101 #. type: verbatim
19102 #: ../fish/guestfish.pod:1053
19103 #, no-wrap
19104 msgid ""
19105 " help\n"
19106 " help cmd\n"
19107 "\n"
19108 msgstr ""
19109 " help\n"
19110 " help команда\n"
19111 "\n"
19112
19113 #. type: textblock
19114 #: ../fish/guestfish.pod:1056
19115 msgid "Without any parameter, this provides general help."
19116 msgstr "Без параметра показує загальну довідкову інформацію."
19117
19118 #. type: textblock
19119 #: ../fish/guestfish.pod:1058
19120 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19121 msgstr ""
19122
19123 #. type: =head2
19124 #: ../fish/guestfish.pod:1060
19125 msgid "quit | exit"
19126 msgstr ""
19127
19128 #. type: textblock
19129 #: ../fish/guestfish.pod:1062
19130 msgid "This exits guestfish.  You can also use C<^D> key."
19131 msgstr ""
19132
19133 #. type: textblock
19134 #: ../fish/guestfish.pod:1064
19135 msgid "@FISH_COMMANDS@"
19136 msgstr ""
19137
19138 #. type: =head1
19139 #: ../fish/guestfish.pod:1066
19140 msgid "COMMANDS"
19141 msgstr "КОМАНДИ"
19142
19143 #. type: textblock
19144 #: ../fish/guestfish.pod:1068 ../src/guestfs.pod:1474
19145 msgid "@ACTIONS@"
19146 msgstr "@ACTIONS@"
19147
19148 #. type: =head1
19149 #: ../fish/guestfish.pod:1070 ../test-tool/libguestfs-test-tool.pod:77
19150 msgid "EXIT CODE"
19151 msgstr "КОД ВИХОДУ"
19152
19153 #. type: textblock
19154 #: ../fish/guestfish.pod:1072
19155 msgid ""
19156 "guestfish returns 0 if the commands completed without error, or 1 if there "
19157 "was an error."
19158 msgstr ""
19159
19160 #. type: =item
19161 #: ../fish/guestfish.pod:1079
19162 msgid "EDITOR"
19163 msgstr "РЕДАКТОР"
19164
19165 #. type: textblock
19166 #: ../fish/guestfish.pod:1081
19167 msgid ""
19168 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19169 "C<vi>."
19170 msgstr ""
19171
19172 #. type: =item
19173 #: ../fish/guestfish.pod:1084
19174 msgid "GUESTFISH_DISPLAY_IMAGE"
19175 msgstr ""
19176
19177 #. type: textblock
19178 #: ../fish/guestfish.pod:1086
19179 msgid ""
19180 "The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to display images.  "
19181 "If not set, it uses L<display(1)>."
19182 msgstr ""
19183
19184 #. type: =item
19185 #: ../fish/guestfish.pod:1089
19186 msgid "GUESTFISH_PID"
19187 msgstr ""
19188
19189 #. type: textblock
19190 #: ../fish/guestfish.pod:1091
19191 msgid ""
19192 "Used with the I<--remote> option to specify the remote guestfish process to "
19193 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19194 msgstr ""
19195
19196 #. type: =item
19197 #: ../fish/guestfish.pod:1095
19198 msgid "HEXEDITOR"
19199 msgstr ""
19200
19201 #. type: textblock
19202 #: ../fish/guestfish.pod:1097
19203 msgid ""
19204 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19205 "not specified, the external L<hexedit(1)> program is used."
19206 msgstr ""
19207
19208 #. type: =item
19209 #: ../fish/guestfish.pod:1101
19210 msgid "HOME"
19211 msgstr "ДОМІВКА"
19212
19213 #. type: textblock
19214 #: ../fish/guestfish.pod:1103
19215 msgid ""
19216 "If compiled with GNU readline support, various files in the home directory "
19217 "can be used.  See L</FILES>."
19218 msgstr ""
19219
19220 #. type: =item
19221 #: ../fish/guestfish.pod:1106 ../src/guestfs.pod:2969
19222 msgid "LIBGUESTFS_APPEND"
19223 msgstr ""
19224
19225 #. type: textblock
19226 #: ../fish/guestfish.pod:1108 ../src/guestfs.pod:2971
19227 msgid "Pass additional options to the guest kernel."
19228 msgstr ""
19229
19230 #. type: =item
19231 #: ../fish/guestfish.pod:1110 ../src/guestfs.pod:2973
19232 msgid "LIBGUESTFS_DEBUG"
19233 msgstr "LIBGUESTFS_DEBUG"
19234
19235 #. type: textblock
19236 #: ../fish/guestfish.pod:1112
19237 msgid ""
19238 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19239 "effect as using the B<-v> option."
19240 msgstr ""
19241
19242 #. type: =item
19243 #: ../fish/guestfish.pod:1115 ../src/guestfs.pod:2978
19244 msgid "LIBGUESTFS_MEMSIZE"
19245 msgstr "LIBGUESTFS_MEMSIZE"
19246
19247 #. type: textblock
19248 #: ../fish/guestfish.pod:1117 ../src/guestfs.pod:2980
19249 msgid ""
19250 "Set the memory allocated to the qemu process, in megabytes.  For example:"
19251 msgstr ""
19252
19253 #. type: verbatim
19254 #: ../fish/guestfish.pod:1120 ../src/guestfs.pod:2983
19255 #, no-wrap
19256 msgid ""
19257 " LIBGUESTFS_MEMSIZE=700\n"
19258 "\n"
19259 msgstr ""
19260 " LIBGUESTFS_MEMSIZE=700\n"
19261 "\n"
19262
19263 #. type: =item
19264 #: ../fish/guestfish.pod:1122 ../src/guestfs.pod:2985
19265 msgid "LIBGUESTFS_PATH"
19266 msgstr ""
19267
19268 #. type: textblock
19269 #: ../fish/guestfish.pod:1124
19270 msgid ""
19271 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19272 "the discussion of paths in L<guestfs(3)>."
19273 msgstr ""
19274
19275 #. type: =item
19276 #: ../fish/guestfish.pod:1127 ../src/guestfs.pod:2990
19277 msgid "LIBGUESTFS_QEMU"
19278 msgstr ""
19279
19280 #. type: textblock
19281 #: ../fish/guestfish.pod:1129 ../src/guestfs.pod:2992
19282 msgid ""
19283 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
19284 "which was found at compile time by the configure script is used."
19285 msgstr ""
19286
19287 #. type: =item
19288 #: ../fish/guestfish.pod:1133 ../src/guestfs.pod:2998
19289 msgid "LIBGUESTFS_TRACE"
19290 msgstr ""
19291
19292 #. type: textblock
19293 #: ../fish/guestfish.pod:1135
19294 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19295 msgstr ""
19296
19297 #. type: =item
19298 #: ../fish/guestfish.pod:1137
19299 msgid "PAGER"
19300 msgstr "РОЗБИТТЯ НА СТОРІНКИ"
19301
19302 #. type: textblock
19303 #: ../fish/guestfish.pod:1139
19304 msgid ""
19305 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19306 "C<more>."
19307 msgstr ""
19308
19309 #. type: =item
19310 #: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3003
19311 msgid "TMPDIR"
19312 msgstr ""
19313
19314 #. type: textblock
19315 #: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3005
19316 msgid ""
19317 "Location of temporary directory, defaults to C</tmp> except for the cached "
19318 "supermin appliance which defaults to C</var/tmp>."
19319 msgstr ""
19320
19321 #. type: textblock
19322 #: ../fish/guestfish.pod:1147 ../src/guestfs.pod:3008
19323 msgid ""
19324 "If libguestfs was compiled to use the supermin appliance then the real "
19325 "appliance is cached in this directory, shared between all handles belonging "
19326 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
19327 "use in case C</var/tmp> is not large enough."
19328 msgstr ""
19329
19330 #. type: =head1
19331 #: ../fish/guestfish.pod:1155 ../fuse/guestmount.pod:288
19332 #: ../rescue/virt-rescue.pod:269
19333 msgid "FILES"
19334 msgstr "ФАЙЛИ"
19335
19336 #. type: =item
19337 #: ../fish/guestfish.pod:1159 ../fuse/guestmount.pod:292
19338 #: ../rescue/virt-rescue.pod:273
19339 msgid "$HOME/.libguestfs-tools.rc"
19340 msgstr ""
19341
19342 #. type: =item
19343 #: ../fish/guestfish.pod:1161 ../fuse/guestmount.pod:294
19344 #: ../rescue/virt-rescue.pod:275
19345 msgid "/etc/libguestfs-tools.conf"
19346 msgstr ""
19347
19348 #. type: textblock
19349 #: ../fish/guestfish.pod:1163 ../fuse/guestmount.pod:296
19350 #: ../rescue/virt-rescue.pod:277
19351 msgid ""
19352 "This configuration file controls the default read-only or read-write mode "
19353 "(I<--ro> or I<--rw>)."
19354 msgstr ""
19355
19356 #. type: textblock
19357 #: ../fish/guestfish.pod:1166
19358 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
19359 msgstr ""
19360
19361 #. type: =item
19362 #: ../fish/guestfish.pod:1168
19363 msgid "$HOME/.guestfish"
19364 msgstr ""
19365
19366 #. type: textblock
19367 #: ../fish/guestfish.pod:1170
19368 msgid ""
19369 "If compiled with GNU readline support, then the command history is saved in "
19370 "this file."
19371 msgstr ""
19372
19373 #. type: =item
19374 #: ../fish/guestfish.pod:1173
19375 msgid "$HOME/.inputrc"
19376 msgstr ""
19377
19378 #. type: =item
19379 #: ../fish/guestfish.pod:1175
19380 msgid "/etc/inputrc"
19381 msgstr ""
19382
19383 #. type: textblock
19384 #: ../fish/guestfish.pod:1177
19385 msgid ""
19386 "If compiled with GNU readline support, then these files can be used to "
19387 "configure readline.  For further information, please see L<readline(3)/"
19388 "INITIALIZATION FILE>."
19389 msgstr ""
19390
19391 #. type: textblock
19392 #: ../fish/guestfish.pod:1181
19393 msgid "To write rules which only apply to guestfish, use:"
19394 msgstr ""
19395
19396 #. type: verbatim
19397 #: ../fish/guestfish.pod:1183
19398 #, no-wrap
19399 msgid ""
19400 " $if guestfish\n"
19401 " ...\n"
19402 " $endif\n"
19403 "\n"
19404 msgstr ""
19405
19406 #. type: textblock
19407 #: ../fish/guestfish.pod:1187
19408 msgid ""
19409 "Variables that you can set in inputrc that change the behaviour of guestfish "
19410 "in useful ways include:"
19411 msgstr ""
19412
19413 #. type: =item
19414 #: ../fish/guestfish.pod:1192
19415 msgid "completion-ignore-case (default: on)"
19416 msgstr ""
19417
19418 #. type: textblock
19419 #: ../fish/guestfish.pod:1194
19420 msgid ""
19421 "By default, guestfish will ignore case when tab-completing paths on the "
19422 "disk.  Use:"
19423 msgstr ""
19424
19425 #. type: verbatim
19426 #: ../fish/guestfish.pod:1197
19427 #, no-wrap
19428 msgid ""
19429 " set completion-ignore-case off\n"
19430 "\n"
19431 msgstr ""
19432
19433 #. type: textblock
19434 #: ../fish/guestfish.pod:1199
19435 msgid "to make guestfish case sensitive."
19436 msgstr ""
19437
19438 #. type: =item
19439 #: ../fish/guestfish.pod:1203
19440 msgid "test1.img"
19441 msgstr ""
19442
19443 #. type: =item
19444 #: ../fish/guestfish.pod:1205
19445 msgid "test2.img (etc)"
19446 msgstr ""
19447
19448 #. type: textblock
19449 #: ../fish/guestfish.pod:1207
19450 msgid ""
19451 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
19452 "will be created in the file C<test1.img> in the current directory.  The "
19453 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
19454 "the same name will be overwritten."
19455 msgstr ""
19456
19457 #. type: textblock
19458 #: ../fish/guestfish.pod:1216
19459 msgid ""
19460 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
19461 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
19462 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
19463 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
19464 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
19465 ">, L<display(1)>, L<hexedit(1)>."
19466 msgstr ""
19467
19468 #. type: textblock
19469 #: ../fish/guestfish.pod:1244 ../src/guestfs.pod:3093
19470 #: ../test-tool/libguestfs-test-tool.pod:99
19471 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
19472 msgstr ""
19473
19474 #. type: textblock
19475 #: ../fish/virt-copy-in.pod:5
19476 msgid ""
19477 "virt-copy-in - Copy files and directories into a virtual machine disk image."
19478 msgstr ""
19479
19480 #. type: verbatim
19481 #: ../fish/virt-copy-in.pod:9
19482 #, no-wrap
19483 msgid ""
19484 " virt-copy-in -a disk.img file|dir [file|dir ...] /destination\n"
19485 "\n"
19486 msgstr ""
19487
19488 #. type: verbatim
19489 #: ../fish/virt-copy-in.pod:11
19490 #, no-wrap
19491 msgid ""
19492 " virt-copy-in -d domain file|dir [file|dir ...] /destination\n"
19493 "\n"
19494 msgstr ""
19495
19496 #. type: textblock
19497 #: ../fish/virt-copy-in.pod:15
19498 msgid ""
19499 "Using C<virt-copy-in> on live virtual machines can be dangerous, potentially "
19500 "causing disk corruption.  The virtual machine must be shut down before you "
19501 "use this command."
19502 msgstr ""
19503
19504 #. type: textblock
19505 #: ../fish/virt-copy-in.pod:21
19506 msgid ""
19507 "C<virt-copy-in> copies files and directories from the local disk into a "
19508 "virtual machine disk image or named libvirt domain."
19509 msgstr ""
19510
19511 #. type: textblock
19512 #: ../fish/virt-copy-in.pod:24
19513 msgid ""
19514 "You can give one of more filenames and directories on the command line.  "
19515 "Directories are copied in recursively.  The final parameter must be the "
19516 "destination directory in the disk image which must be an absolute path "
19517 "starting with a C</> character."
19518 msgstr ""
19519
19520 #. type: verbatim
19521 #: ../fish/virt-copy-in.pod:33
19522 #, no-wrap
19523 msgid ""
19524 " virt-copy-in -d MyGuest resolv.conf /etc\n"
19525 "\n"
19526 msgstr ""
19527
19528 #. type: textblock
19529 #: ../fish/virt-copy-in.pod:35 ../fish/virt-tar-in.pod:32
19530 msgid "Upload a home directory to a guest:"
19531 msgstr ""
19532
19533 #. type: verbatim
19534 #: ../fish/virt-copy-in.pod:37
19535 #, no-wrap
19536 msgid ""
19537 " virt-copy-in -d MyGuest skel /home\n"
19538 "\n"
19539 msgstr ""
19540
19541 #. type: =head1
19542 #: ../fish/virt-copy-in.pod:39 ../fish/virt-copy-out.pod:28
19543 #: ../fish/virt-tar-in.pod:36 ../fish/virt-tar-out.pod:30
19544 msgid "JUST A SHELL SCRIPT WRAPPER AROUND GUESTFISH"
19545 msgstr ""
19546
19547 #. type: textblock
19548 #: ../fish/virt-copy-in.pod:41
19549 msgid ""
19550 "This command is just a simple shell script wrapper around the L<guestfish(1)"
19551 "> C<copy-in> command.  For anything more complex than a trivial copy, you "
19552 "are probably better off using guestfish directly."
19553 msgstr ""
19554
19555 #. type: textblock
19556 #: ../fish/virt-copy-in.pod:47 ../fish/virt-copy-out.pod:36
19557 #: ../fish/virt-tar-in.pod:44 ../fish/virt-tar-out.pod:38
19558 msgid ""
19559 "Since the shell script just passes options straight to guestfish, read "
19560 "L<guestfish(1)> to see the full list of options."
19561 msgstr ""
19562
19563 #. type: textblock
19564 #: ../fish/virt-copy-in.pod:52
19565 #, fuzzy
19566 #| msgid ""
19567 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-"
19568 #| "copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
19569 #| "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://"
19570 #| "libguestfs.org/>."
19571 msgid ""
19572 "L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-out(1)>, L<virt-edit(1)>, "
19573 "L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<http://libguestfs.org/>."
19574 msgstr ""
19575 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
19576 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
19577 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
19578 "org/>."
19579
19580 #. type: textblock
19581 #: ../fish/virt-copy-in.pod:66 ../fish/virt-copy-out.pod:55
19582 #: ../fish/virt-tar-in.pod:64 ../fish/virt-tar-out.pod:57
19583 #, fuzzy
19584 #| msgid "Copyright (C) 2009 Red Hat Inc."
19585 msgid "Copyright (C) 2011 Red Hat Inc.  L<http://libguestfs.org/>"
19586 msgstr "© Red Hat Inc., 2009"
19587
19588 #. type: textblock
19589 #: ../fish/virt-copy-out.pod:5
19590 msgid ""
19591 "virt-copy-out - Copy files and directories out of a virtual machine disk "
19592 "image."
19593 msgstr ""
19594
19595 #. type: verbatim
19596 #: ../fish/virt-copy-out.pod:9
19597 #, no-wrap
19598 msgid ""
19599 " virt-copy-out -a disk.img /file|dir [/file|dir ...] localdir\n"
19600 "\n"
19601 msgstr ""
19602
19603 #. type: verbatim
19604 #: ../fish/virt-copy-out.pod:11
19605 #, no-wrap
19606 msgid ""
19607 " virt-copy-out -d domain /file|dir [/file|dir ...] localdir\n"
19608 "\n"
19609 msgstr ""
19610
19611 #. type: textblock
19612 #: ../fish/virt-copy-out.pod:15
19613 msgid ""
19614 "C<virt-copy-out> copies files and directories out of a virtual machine disk "
19615 "image or named libvirt domain."
19616 msgstr ""
19617
19618 #. type: textblock
19619 #: ../fish/virt-copy-out.pod:18
19620 msgid ""
19621 "You can give one of more filenames and directories on the command line.  "
19622 "Directories are copied out recursively."
19623 msgstr ""
19624
19625 #. type: textblock
19626 #: ../fish/virt-copy-out.pod:23
19627 msgid "Download the home directories from a virtual machine:"
19628 msgstr ""
19629
19630 #. type: verbatim
19631 #: ../fish/virt-copy-out.pod:25
19632 #, no-wrap
19633 msgid ""
19634 " mkdir homes\n"
19635 " virt-copy-out -d MyGuest /home homes\n"
19636 "\n"
19637 msgstr ""
19638
19639 #. type: textblock
19640 #: ../fish/virt-copy-out.pod:30
19641 msgid ""
19642 "This command is just a simple shell script wrapper around the L<guestfish(1)"
19643 "> C<copy-out> command.  For anything more complex than a trivial copy, you "
19644 "are probably better off using guestfish directly."
19645 msgstr ""
19646
19647 #. type: textblock
19648 #: ../fish/virt-copy-out.pod:41
19649 #, fuzzy
19650 #| msgid ""
19651 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-"
19652 #| "copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
19653 #| "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://"
19654 #| "libguestfs.org/>."
19655 msgid ""
19656 "L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-edit(1)>, L<virt-"
19657 "tar-in(1)>, L<virt-tar-out(1)>, L<http://libguestfs.org/>."
19658 msgstr ""
19659 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
19660 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
19661 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
19662 "org/>."
19663
19664 #. type: textblock
19665 #: ../fish/virt-tar-in.pod:5
19666 msgid "virt-tar-in - Unpack a tarball into a virtual machine disk image."
19667 msgstr ""
19668
19669 #. type: verbatim
19670 #: ../fish/virt-tar-in.pod:9
19671 #, no-wrap
19672 msgid ""
19673 " virt-tar-in -a disk.img data.tar /destination\n"
19674 "\n"
19675 msgstr ""
19676
19677 #. type: verbatim
19678 #: ../fish/virt-tar-in.pod:11
19679 #, no-wrap
19680 msgid ""
19681 " virt-tar-in -d domain data.tar /destination\n"
19682 "\n"
19683 msgstr ""
19684
19685 #. type: verbatim
19686 #: ../fish/virt-tar-in.pod:13
19687 #, no-wrap
19688 msgid ""
19689 " zcat data.tar.gz | virt-tar-in -d domain - /destination\n"
19690 "\n"
19691 msgstr ""
19692
19693 #. type: textblock
19694 #: ../fish/virt-tar-in.pod:17
19695 msgid ""
19696 "Using C<virt-tar-in> on live virtual machines can be dangerous, potentially "
19697 "causing disk corruption.  The virtual machine must be shut down before you "
19698 "use this command."
19699 msgstr ""
19700
19701 #. type: textblock
19702 #: ../fish/virt-tar-in.pod:23
19703 msgid ""
19704 "C<virt-tar-in> unpacks an uncompressed tarball into a virtual machine disk "
19705 "image or named libvirt domain."
19706 msgstr ""
19707
19708 #. type: textblock
19709 #: ../fish/virt-tar-in.pod:26
19710 msgid ""
19711 "The first parameter is the tar file.  Use C<-> to read the tar file from "
19712 "standard input.  The second parameter is the absolute target directory to "
19713 "unpack into."
19714 msgstr ""
19715
19716 #. type: verbatim
19717 #: ../fish/virt-tar-in.pod:34
19718 #, no-wrap
19719 msgid ""
19720 " virt-tar-in -d MyGuest homes.tar /home\n"
19721 "\n"
19722 msgstr ""
19723
19724 #. type: textblock
19725 #: ../fish/virt-tar-in.pod:38
19726 msgid ""
19727 "This command is just a simple shell script wrapper around the L<guestfish(1)"
19728 "> C<tar-in> command.  For anything more complex than a trivial copy, you are "
19729 "probably better off using guestfish directly."
19730 msgstr ""
19731
19732 #. type: textblock
19733 #: ../fish/virt-tar-in.pod:49
19734 #, fuzzy
19735 #| msgid ""
19736 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-"
19737 #| "copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
19738 #| "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://"
19739 #| "libguestfs.org/>."
19740 msgid ""
19741 "L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
19742 "L<virt-edit(1)>, L<virt-make-fs(1)>, L<virt-tar-out(1)>, L<http://libguestfs."
19743 "org/>."
19744 msgstr ""
19745 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
19746 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
19747 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
19748 "org/>."
19749
19750 #. type: textblock
19751 #: ../fish/virt-tar-out.pod:5
19752 msgid ""
19753 "virt-tar-out - Pack a virtual machine disk image directory into a tarball."
19754 msgstr ""
19755
19756 #. type: verbatim
19757 #: ../fish/virt-tar-out.pod:9
19758 #, no-wrap
19759 msgid ""
19760 " virt-tar-out -a disk.img /dir files.tar\n"
19761 "\n"
19762 msgstr ""
19763
19764 #. type: verbatim
19765 #: ../fish/virt-tar-out.pod:11
19766 #, no-wrap
19767 msgid ""
19768 " virt-tar-out -d domain /dir files.tar\n"
19769 "\n"
19770 msgstr ""
19771
19772 #. type: verbatim
19773 #: ../fish/virt-tar-out.pod:13
19774 #, no-wrap
19775 msgid ""
19776 " virt-tar-out -d domain /dir - | gzip --best > files.tar.gz\n"
19777 "\n"
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/virt-tar-out.pod:17
19782 msgid ""
19783 "C<virt-tar-out> packs a virtual machine disk image directory into a tarball."
19784 msgstr ""
19785
19786 #. type: textblock
19787 #: ../fish/virt-tar-out.pod:20
19788 msgid ""
19789 "The first parameter is the absolute path of the virtual machine directory.  "
19790 "The second parameter is the tar file to write.  Use C<-> to write to "
19791 "standard output."
19792 msgstr ""
19793
19794 #. type: textblock
19795 #: ../fish/virt-tar-out.pod:26
19796 msgid "Download the home directories from a guest:"
19797 msgstr ""
19798
19799 #. type: verbatim
19800 #: ../fish/virt-tar-out.pod:28
19801 #, no-wrap
19802 msgid ""
19803 " virt-tar-out -d MyGuest /home - | gzip --best > homes.tar.gz\n"
19804 "\n"
19805 msgstr ""
19806
19807 #. type: textblock
19808 #: ../fish/virt-tar-out.pod:32
19809 msgid ""
19810 "This command is just a simple shell script wrapper around the L<guestfish(1)"
19811 "> C<tar-out> command.  For anything more complex than a trivial copy, you "
19812 "are probably better off using guestfish directly."
19813 msgstr ""
19814
19815 #. type: textblock
19816 #: ../fish/virt-tar-out.pod:43
19817 #, fuzzy
19818 #| msgid ""
19819 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-"
19820 #| "copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
19821 #| "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://"
19822 #| "libguestfs.org/>."
19823 msgid ""
19824 "L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
19825 "L<virt-edit(1)>, L<virt-tar-in(1)>, L<http://libguestfs.org/>."
19826 msgstr ""
19827 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
19828 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
19829 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
19830 "org/>."
19831
19832 #. type: textblock
19833 #: ../fuse/guestmount.pod:5
19834 msgid ""
19835 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
19836 msgstr ""
19837
19838 #. type: verbatim
19839 #: ../fuse/guestmount.pod:9
19840 #, no-wrap
19841 msgid ""
19842 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
19843 "\n"
19844 msgstr ""
19845
19846 #. type: verbatim
19847 #: ../fuse/guestmount.pod:11
19848 #, no-wrap
19849 msgid ""
19850 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
19851 "\n"
19852 msgstr ""
19853
19854 #. type: verbatim
19855 #: ../fuse/guestmount.pod:13
19856 #, no-wrap
19857 msgid ""
19858 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
19859 "\n"
19860 msgstr ""
19861
19862 #. type: textblock
19863 #: ../fuse/guestmount.pod:17
19864 msgid ""
19865 "You must I<not> use C<guestmount> in read-write mode on live virtual "
19866 "machines.  If you do this, you risk disk corruption in the VM."
19867 msgstr ""
19868
19869 #. type: textblock
19870 #: ../fuse/guestmount.pod:22
19871 msgid ""
19872 "The guestmount program can be used to mount virtual machine filesystems and "
19873 "other disk images on the host.  It uses libguestfs for access to the guest "
19874 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
19875 "a mountable device."
19876 msgstr ""
19877
19878 #. type: textblock
19879 #: ../fuse/guestmount.pod:27
19880 msgid ""
19881 "Along with other options, you have to give at least one device (I<-a> "
19882 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
19883 "option) or use the I<-i> inspection option.  How this works is better "
19884 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
19885 "below."
19886 msgstr ""
19887
19888 #. type: textblock
19889 #: ../fuse/guestmount.pod:33
19890 msgid ""
19891 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
19892 "by you, and the filesystem will not be visible to any other users unless you "
19893 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
19894 "the filesystem, use the C<fusermount -u> command."
19895 msgstr ""
19896
19897 #. type: textblock
19898 #: ../fuse/guestmount.pod:41
19899 msgid ""
19900 "For a typical Windows guest which has its main filesystem on the first "
19901 "partition:"
19902 msgstr ""
19903
19904 #. type: verbatim
19905 #: ../fuse/guestmount.pod:44
19906 #, no-wrap
19907 msgid ""
19908 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
19909 "\n"
19910 msgstr ""
19911
19912 #. type: textblock
19913 #: ../fuse/guestmount.pod:46
19914 msgid ""
19915 "For a typical Linux guest which has a /boot filesystem on the first "
19916 "partition, and the root filesystem on a logical volume:"
19917 msgstr ""
19918
19919 #. type: verbatim
19920 #: ../fuse/guestmount.pod:49
19921 #, no-wrap
19922 msgid ""
19923 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
19924 "\n"
19925 msgstr ""
19926
19927 #. type: textblock
19928 #: ../fuse/guestmount.pod:51
19929 msgid "To get libguestfs to detect guest mountpoints for you:"
19930 msgstr ""
19931
19932 #. type: verbatim
19933 #: ../fuse/guestmount.pod:53
19934 #, no-wrap
19935 msgid ""
19936 " guestmount -a guest.img -i --ro /mnt\n"
19937 "\n"
19938 msgstr ""
19939
19940 #. type: textblock
19941 #: ../fuse/guestmount.pod:55
19942 msgid "For a libvirt guest called \"Guest\" you could do:"
19943 msgstr ""
19944
19945 #. type: verbatim
19946 #: ../fuse/guestmount.pod:57
19947 #, no-wrap
19948 msgid ""
19949 " guestmount -d Guest -i --ro /mnt\n"
19950 "\n"
19951 msgstr ""
19952
19953 #. type: textblock
19954 #: ../fuse/guestmount.pod:59
19955 msgid ""
19956 "If you don't know what filesystems are contained in a guest or disk image, "
19957 "use L<virt-filesystems(1)> first:"
19958 msgstr ""
19959
19960 #. type: verbatim
19961 #: ../fuse/guestmount.pod:62
19962 #, no-wrap
19963 msgid ""
19964 " virt-filesystems MyGuest\n"
19965 "\n"
19966 msgstr ""
19967
19968 #. type: textblock
19969 #: ../fuse/guestmount.pod:64
19970 msgid ""
19971 "If you want to trace the libguestfs calls but without excessive debugging "
19972 "information, we recommend:"
19973 msgstr ""
19974
19975 #. type: verbatim
19976 #: ../fuse/guestmount.pod:67
19977 #, no-wrap
19978 msgid ""
19979 " guestmount [...] --trace /mnt\n"
19980 "\n"
19981 msgstr ""
19982
19983 #. type: textblock
19984 #: ../fuse/guestmount.pod:69
19985 msgid "If you want to debug the program, we recommend:"
19986 msgstr ""
19987
19988 #. type: verbatim
19989 #: ../fuse/guestmount.pod:71
19990 #, no-wrap
19991 msgid ""
19992 " guestmount [...] --trace --verbose /mnt\n"
19993 "\n"
19994 msgstr ""
19995
19996 #. type: =head1
19997 #: ../fuse/guestmount.pod:73 ../rescue/virt-rescue.pod:68
19998 #: ../resize/virt-resize.pod:486
19999 msgid "NOTES"
20000 msgstr "ПРИМІТКИ"
20001
20002 #. type: =head2
20003 #: ../fuse/guestmount.pod:75
20004 msgid "Other users cannot see the filesystem by default"
20005 msgstr ""
20006
20007 #. type: textblock
20008 #: ../fuse/guestmount.pod:77
20009 msgid ""
20010 "If you mount a filesystem as one user (eg. root), then other users will not "
20011 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
20012 "option when mounting:"
20013 msgstr ""
20014
20015 #. type: verbatim
20016 #: ../fuse/guestmount.pod:81
20017 #, no-wrap
20018 msgid ""
20019 " sudo guestmount [...] -o allow_other /mnt\n"
20020 "\n"
20021 msgstr ""
20022
20023 #. type: textblock
20024 #: ../fuse/guestmount.pod:91
20025 msgid "Add a block device or virtual machine image."
20026 msgstr ""
20027
20028 #. type: =item
20029 #: ../fuse/guestmount.pod:114
20030 msgid "B<--dir-cache-timeout N>"
20031 msgstr "B<--dir-cache-timeout N>"
20032
20033 #. type: textblock
20034 #: ../fuse/guestmount.pod:116
20035 msgid ""
20036 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
20037 "seconds.  The readdir cache [actually, there are several semi-independent "
20038 "caches] is populated after a readdir(2) call with the stat and extended "
20039 "attributes of the files in the directory, in anticipation that they will be "
20040 "requested soon after."
20041 msgstr ""
20042
20043 #. type: textblock
20044 #: ../fuse/guestmount.pod:122
20045 msgid ""
20046 "There is also a different attribute cache implemented by FUSE (see the FUSE "
20047 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
20048 "requests, only cache existing ones."
20049 msgstr ""
20050
20051 #. type: textblock
20052 #: ../fuse/guestmount.pod:142
20053 msgid ""
20054 "If you have untrusted raw-format guest disk images, you should use this "
20055 "option to specify the disk format.  This avoids a possible security problem "
20056 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
20057 "guestfs_add_drive_opts>."
20058 msgstr ""
20059
20060 #. type: =item
20061 #: ../fuse/guestmount.pod:147
20062 msgid "B<--fuse-help>"
20063 msgstr "B<--fuse-help>"
20064
20065 #. type: textblock
20066 #: ../fuse/guestmount.pod:149
20067 msgid "Display help on special FUSE options (see I<-o> below)."
20068 msgstr ""
20069
20070 #. type: textblock
20071 #: ../fuse/guestmount.pod:153
20072 msgid "Display brief help and exit."
20073 msgstr ""
20074
20075 #. type: textblock
20076 #: ../fuse/guestmount.pod:177
20077 msgid ""
20078 "Mount the named partition or logical volume on the given mountpoint B<in the "
20079 "guest> (this has nothing to do with mountpoints in the host)."
20080 msgstr ""
20081
20082 #. type: textblock
20083 #: ../fuse/guestmount.pod:180
20084 msgid ""
20085 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
20086 "something on C</>."
20087 msgstr ""
20088
20089 #. type: textblock
20090 #: ../fuse/guestmount.pod:197
20091 msgid ""
20092 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
20093 "unmounted.  If you specify this option, then we don't attempt to sync the "
20094 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
20095 msgstr ""
20096
20097 #. type: =item
20098 #: ../fuse/guestmount.pod:202
20099 #, fuzzy
20100 #| msgid "B<--partition>"
20101 msgid "B<-o option>"
20102 msgstr "B<--partition>"
20103
20104 #. type: =item
20105 #: ../fuse/guestmount.pod:204
20106 #, fuzzy
20107 #| msgid "B<--partition>"
20108 msgid "B<--option option>"
20109 msgstr "B<--partition>"
20110
20111 #. type: textblock
20112 #: ../fuse/guestmount.pod:206
20113 msgid "Pass extra options to FUSE."
20114 msgstr ""
20115
20116 #. type: textblock
20117 #: ../fuse/guestmount.pod:208
20118 msgid ""
20119 "To get a list of all the extra options supported by FUSE, use the command "
20120 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
20121 "of them are a good idea."
20122 msgstr ""
20123
20124 #. type: verbatim
20125 #: ../fuse/guestmount.pod:212
20126 #, no-wrap
20127 msgid ""
20128 " guestmount --fuse-help\n"
20129 "\n"
20130 msgstr ""
20131
20132 #. type: textblock
20133 #: ../fuse/guestmount.pod:214
20134 msgid "Some potentially useful FUSE options:"
20135 msgstr ""
20136
20137 #. type: =item
20138 #: ../fuse/guestmount.pod:218
20139 msgid "B<-o allow_other>"
20140 msgstr ""
20141
20142 #. type: textblock
20143 #: ../fuse/guestmount.pod:220
20144 msgid "Allow other users to see the filesystem."
20145 msgstr ""
20146
20147 #. type: =item
20148 #: ../fuse/guestmount.pod:222
20149 msgid "B<-o attr_timeout=N>"
20150 msgstr "B<-o attr_timeout=N>"
20151
20152 #. type: textblock
20153 #: ../fuse/guestmount.pod:224
20154 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
20155 msgstr ""
20156
20157 #. type: =item
20158 #: ../fuse/guestmount.pod:226
20159 msgid "B<-o kernel_cache>"
20160 msgstr ""
20161
20162 #. type: textblock
20163 #: ../fuse/guestmount.pod:228
20164 msgid ""
20165 "Allow the kernel to cache files (reduces the number of reads that have to go "
20166 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
20167 "afford the extra memory usage."
20168 msgstr ""
20169
20170 #. type: =item
20171 #: ../fuse/guestmount.pod:232
20172 msgid "B<-o uid=N> B<-o gid=N>"
20173 msgstr ""
20174
20175 #. type: textblock
20176 #: ../fuse/guestmount.pod:234
20177 msgid ""
20178 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
20179 "the chosen values."
20180 msgstr ""
20181
20182 #. type: textblock
20183 #: ../fuse/guestmount.pod:243
20184 msgid ""
20185 "Add devices and mount everything read-only.  Also disallow writes and make "
20186 "the disk appear read-only to FUSE."
20187 msgstr ""
20188
20189 #. type: textblock
20190 #: ../fuse/guestmount.pod:246
20191 msgid ""
20192 "This is highly recommended if you are not going to edit the guest disk.  If "
20193 "the guest is running and this option is I<not> supplied, then there is a "
20194 "strong risk of disk corruption in the guest.  We try to prevent this from "
20195 "happening, but it is not always possible."
20196 msgstr ""
20197
20198 #. type: textblock
20199 #: ../fuse/guestmount.pod:251 ../rescue/virt-rescue.pod:171
20200 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
20201 msgstr ""
20202
20203 #. type: textblock
20204 #: ../fuse/guestmount.pod:255
20205 msgid "Enable SELinux support for the guest."
20206 msgstr ""
20207
20208 #. type: textblock
20209 #: ../fuse/guestmount.pod:261
20210 msgid "Enable verbose messages from underlying libguestfs."
20211 msgstr ""
20212
20213 #. type: textblock
20214 #: ../fuse/guestmount.pod:267
20215 msgid "Display the program version and exit."
20216 msgstr ""
20217
20218 #. type: textblock
20219 #: ../fuse/guestmount.pod:276 ../fuse/guestmount.pod:299
20220 #: ../rescue/virt-rescue.pod:197 ../rescue/virt-rescue.pod:280
20221 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
20222 msgstr ""
20223
20224 #. type: =item
20225 #: ../fuse/guestmount.pod:280
20226 #, fuzzy
20227 #| msgid "B<--ro>"
20228 msgid "B<--trace>"
20229 msgstr "B<--ro>"
20230
20231 #. type: textblock
20232 #: ../fuse/guestmount.pod:282
20233 msgid "Trace libguestfs calls and entry into each FUSE function."
20234 msgstr ""
20235
20236 #. type: textblock
20237 #: ../fuse/guestmount.pod:284
20238 msgid "This also stops the daemon from forking into the background."
20239 msgstr ""
20240
20241 #. type: textblock
20242 #: ../fuse/guestmount.pod:305
20243 msgid ""
20244 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
20245 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
20246 "net/>."
20247 msgstr ""
20248
20249 #. type: textblock
20250 #: ../fuse/guestmount.pod:320
20251 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
20252 msgstr ""
20253
20254 #. type: textblock
20255 #: ../inspector/virt-inspector.pod:5
20256 msgid ""
20257 "virt-inspector - Display operating system version and other information "
20258 "about a virtual machine"
20259 msgstr ""
20260
20261 #. type: verbatim
20262 #: ../inspector/virt-inspector.pod:9
20263 #, fuzzy, no-wrap
20264 #| msgid ""
20265 #| " virt-list-partitions [--options] domname\n"
20266 #| "\n"
20267 msgid ""
20268 " virt-inspector [--options] -d domname\n"
20269 "\n"
20270 msgstr ""
20271 " virt-list-partitions [--параметри] назва_домену\n"
20272 "\n"
20273
20274 #. type: verbatim
20275 #: ../inspector/virt-inspector.pod:11
20276 #, fuzzy, no-wrap
20277 #| msgid ""
20278 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
20279 #| "\n"
20280 msgid ""
20281 " virt-inspector [--options] -a disk.img [-a disk.img ...]\n"
20282 "\n"
20283 msgstr ""
20284 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
20285 "\n"
20286
20287 #. type: verbatim
20288 #: ../inspector/virt-inspector.pod:15
20289 #, fuzzy, no-wrap
20290 #| msgid ""
20291 #| " virt-list-partitions [--options] domname\n"
20292 #| "\n"
20293 msgid ""
20294 " virt-inspector domname\n"
20295 "\n"
20296 msgstr ""
20297 " virt-list-partitions [--параметри] назва_домену\n"
20298 "\n"
20299
20300 #. type: verbatim
20301 #: ../inspector/virt-inspector.pod:17 ../inspector/virt-inspector.pod:141
20302 #, fuzzy, no-wrap
20303 #| msgid ""
20304 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
20305 #| "\n"
20306 msgid ""
20307 " virt-inspector disk.img [disk.img ...]\n"
20308 "\n"
20309 msgstr ""
20310 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
20311 "\n"
20312
20313 #. type: textblock
20314 #: ../inspector/virt-inspector.pod:21
20315 msgid ""
20316 "B<virt-inspector> examines a virtual machine or disk image and tries to "
20317 "determine the version of the operating system and other information about "
20318 "the virtual machine."
20319 msgstr ""
20320
20321 #. type: textblock
20322 #: ../inspector/virt-inspector.pod:25
20323 msgid "Virt-inspector produces XML output for feeding into other programs."
20324 msgstr ""
20325
20326 #. type: textblock
20327 #: ../inspector/virt-inspector.pod:27
20328 msgid ""
20329 "In the normal usage, use C<virt-inspector -d domname> where C<domname> is "
20330 "the libvirt domain (see: C<virsh list --all>)."
20331 msgstr ""
20332
20333 #. type: textblock
20334 #: ../inspector/virt-inspector.pod:30
20335 msgid ""
20336 "You can also run virt-inspector directly on disk images from a single "
20337 "virtual machine.  Use C<virt-inspector -a disk.img>.  In rare cases a domain "
20338 "has several block devices, in which case you should list several I<-a> "
20339 "options one after another, with the first corresponding to the guest's C</"
20340 "dev/sda>, the second to the guest's C</dev/sdb> and so on."
20341 msgstr ""
20342
20343 #. type: textblock
20344 #: ../inspector/virt-inspector.pod:37
20345 msgid ""
20346 "You can also run virt-inspector on install disks, live CDs, bootable USB "
20347 "keys and similar."
20348 msgstr ""
20349
20350 #. type: textblock
20351 #: ../inspector/virt-inspector.pod:40
20352 msgid ""
20353 "Virt-inspector can only inspect and report upon I<one domain at a time>.  To "
20354 "inspect several virtual machines, you have to run virt-inspector several "
20355 "times (for example, from a shell script for-loop)."
20356 msgstr ""
20357
20358 #. type: textblock
20359 #: ../inspector/virt-inspector.pod:45
20360 msgid ""
20361 "Because virt-inspector needs direct access to guest images, it won't "
20362 "normally work over remote libvirt connections."
20363 msgstr ""
20364
20365 #. type: textblock
20366 #: ../inspector/virt-inspector.pod:48
20367 msgid ""
20368 "All of the information available from virt-inspector is also available "
20369 "through the core libguestfs inspection API (see L<guestfs(3)/INSPECTION>).  "
20370 "The same information can also be fetched using guestfish or via libguestfs "
20371 "bindings in many programming languages (see L<guestfs(3)/USING LIBGUESTFS "
20372 "WITH OTHER PROGRAMMING LANGUAGES>)."
20373 msgstr ""
20374
20375 #. type: textblock
20376 #: ../inspector/virt-inspector.pod:81
20377 msgid ""
20378 "Libvirt is only used if you specify a C<domname> on the command line.  If "
20379 "you specify guest block devices directly (I<-a>), then libvirt is not used "
20380 "at all."
20381 msgstr ""
20382
20383 #. type: textblock
20384 #: ../inspector/virt-inspector.pod:94
20385 msgid ""
20386 "When prompting for keys and passphrases, virt-inspector normally turns "
20387 "echoing off so you cannot see what you are typing.  If you are not worried "
20388 "about Tempest attacks and there is no one else in the room you can specify "
20389 "this flag to see what you are typing."
20390 msgstr ""
20391
20392 #. type: textblock
20393 #: ../inspector/virt-inspector.pod:103 ../tools/virt-list-filesystems.pl:93
20394 #: ../tools/virt-list-partitions.pl:94 ../tools/virt-tar.pl:143
20395 #: ../tools/virt-win-reg.pl:144
20396 msgid ""
20397 "Specify the format of disk images given on the command line.  If this is "
20398 "omitted then the format is autodetected from the content of the disk image."
20399 msgstr ""
20400
20401 #. type: textblock
20402 #: ../inspector/virt-inspector.pod:107 ../tools/virt-list-filesystems.pl:97
20403 #: ../tools/virt-list-partitions.pl:98 ../tools/virt-tar.pl:147
20404 #: ../tools/virt-win-reg.pl:148
20405 msgid ""
20406 "If disk images are requested from libvirt, then this program asks libvirt "
20407 "for this information.  In this case, the value of the format parameter is "
20408 "ignored."
20409 msgstr ""
20410
20411 #. type: textblock
20412 #: ../inspector/virt-inspector.pod:111 ../resize/virt-resize.pod:314
20413 #: ../resize/virt-resize.pod:400 ../tools/virt-list-filesystems.pl:101
20414 #: ../tools/virt-list-partitions.pl:102 ../tools/virt-tar.pl:151
20415 #: ../tools/virt-win-reg.pl:152
20416 msgid ""
20417 "If working with untrusted raw-format guest disk images, you should ensure "
20418 "the format is always specified."
20419 msgstr ""
20420
20421 #. type: textblock
20422 #: ../inspector/virt-inspector.pod:139
20423 msgid "Previous versions of virt-inspector allowed you to write either:"
20424 msgstr ""
20425
20426 #. type: verbatim
20427 #: ../inspector/virt-inspector.pod:145
20428 #, fuzzy, no-wrap
20429 #| msgid ""
20430 #| " inspect-get-hostname root\n"
20431 #| "\n"
20432 msgid ""
20433 " virt-inspector guestname\n"
20434 "\n"
20435 msgstr ""
20436 " inspect-get-hostname корінь\n"
20437 "\n"
20438
20439 #. type: =head1
20440 #: ../inspector/virt-inspector.pod:153
20441 msgid "XML FORMAT"
20442 msgstr ""
20443
20444 #. type: textblock
20445 #: ../inspector/virt-inspector.pod:155
20446 msgid ""
20447 "The virt-inspector XML is described precisely in a RELAX NG schema file "
20448 "C<virt-inspector.rng> which is supplied with libguestfs.  This section is "
20449 "just an overview."
20450 msgstr ""
20451
20452 #. type: textblock
20453 #: ../inspector/virt-inspector.pod:159
20454 msgid ""
20455 "The top-level element is E<lt>operatingsystemsE<gt>, and it contains one or "
20456 "more E<lt>operatingsystemE<gt> elements.  You would only see more than one "
20457 "E<lt>operatingsystemE<gt> element if the virtual machine is multi-boot, "
20458 "which is vanishingly rare in real world VMs."
20459 msgstr ""
20460
20461 #. type: =head2
20462 #: ../inspector/virt-inspector.pod:164
20463 msgid "E<lt>operatingsystemE<gt>"
20464 msgstr ""
20465
20466 #. type: textblock
20467 #: ../inspector/virt-inspector.pod:166
20468 msgid ""
20469 "In the E<lt>operatingsystemE<gt> tag are various optional fields that "
20470 "describe the operating system, its architecture, the descriptive \"product "
20471 "name\" string, the type of OS and so on, as in this example:"
20472 msgstr ""
20473
20474 #. type: verbatim
20475 #: ../inspector/virt-inspector.pod:170
20476 #, no-wrap
20477 msgid ""
20478 " <operatingsystems>\n"
20479 "   <operatingsystem>\n"
20480 "     <root>/dev/sda2</root>\n"
20481 "     <name>windows</name>\n"
20482 "     <arch>i386</arch>\n"
20483 "     <distro>windows</distro>\n"
20484 "     <product_name>Windows 7 Enterprise</product_name>\n"
20485 "     <product_variant>Client</product_variant>\n"
20486 "     <major_version>6</major_version>\n"
20487 "     <minor_version>1</minor_version>\n"
20488 "     <windows_systemroot>/Windows</windows_systemroot>\n"
20489 "     <format>installed</format>\n"
20490 "\n"
20491 msgstr ""
20492
20493 #. type: textblock
20494 #: ../inspector/virt-inspector.pod:183
20495 msgid ""
20496 "In brief, E<lt>nameE<gt> is the class of operating system (something like "
20497 "C<linux> or C<windows>), E<lt>distroE<gt> is the distribution (eg. C<fedora> "
20498 "but many other distros are recognized) and E<lt>archE<gt> is the guest "
20499 "architecture.  The other fields are fairly self-explanatory, but because "
20500 "these fields are taken directly from the libguestfs inspection API you can "
20501 "find precise information from L<guestfs(3)/INSPECTION>."
20502 msgstr ""
20503
20504 #. type: textblock
20505 #: ../inspector/virt-inspector.pod:191
20506 msgid ""
20507 "The E<lt>rootE<gt> element is the root filesystem device, but from the point "
20508 "of view of libguestfs (block devices may have completely different names "
20509 "inside the VM itself)."
20510 msgstr ""
20511
20512 #. type: =head2
20513 #: ../inspector/virt-inspector.pod:195
20514 #, fuzzy
20515 #| msgid "mountpoints"
20516 msgid "E<lt>mountpointsE<gt>"
20517 msgstr "mountpoints"
20518
20519 #. type: textblock
20520 #: ../inspector/virt-inspector.pod:197
20521 msgid ""
20522 "Un*x-like guests typically have multiple filesystems which are mounted at "
20523 "various mountpoints, and these are described in the E<lt>mountpointsE<gt> "
20524 "element which looks like this:"
20525 msgstr ""
20526
20527 #. type: verbatim
20528 #: ../inspector/virt-inspector.pod:201
20529 #, no-wrap
20530 msgid ""
20531 " <operatingsystems>\n"
20532 "   <operatingsystem>\n"
20533 "     ...\n"
20534 "     <mountpoints>\n"
20535 "       <mountpoint dev=\"/dev/vg_f13x64/lv_root\">/</mountpoint>\n"
20536 "       <mountpoint dev=\"/dev/sda1\">/boot</mountpoint>\n"
20537 "     </mountpoints>\n"
20538 "\n"
20539 msgstr ""
20540
20541 #. type: textblock
20542 #: ../inspector/virt-inspector.pod:209
20543 msgid ""
20544 "As with E<lt>rootE<gt>, devices are from the point of view of libguestfs, "
20545 "and may have completely different names inside the guest.  Only mountable "
20546 "filesystems appear in this list, not things like swap devices."
20547 msgstr ""
20548
20549 #. type: =head2
20550 #: ../inspector/virt-inspector.pod:214
20551 #, fuzzy
20552 #| msgid "list-filesystems"
20553 msgid "E<lt>filesystemsE<gt>"
20554 msgstr "list-filesystems"
20555
20556 #. type: textblock
20557 #: ../inspector/virt-inspector.pod:216
20558 msgid ""
20559 "E<lt>filesystemsE<gt> is like E<lt>mountpointsE<gt> but covers I<all> "
20560 "filesystems belonging to the guest, including swap and empty partitions.  "
20561 "(In the rare case of a multi-boot guest, it covers filesystems belonging to "
20562 "this OS or shared with this OS and other OSes)."
20563 msgstr ""
20564
20565 #. type: textblock
20566 #: ../inspector/virt-inspector.pod:222
20567 msgid "You might see something like this:"
20568 msgstr ""
20569
20570 #. type: verbatim
20571 #: ../inspector/virt-inspector.pod:224
20572 #, no-wrap
20573 msgid ""
20574 " <operatingsystems>\n"
20575 "   <operatingsystem>\n"
20576 "     ...\n"
20577 "     <filesystems>\n"
20578 "       <filesystem dev=\"/dev/vg_f13x64/lv_root\">\n"
20579 "         <type>ext4</type>\n"
20580 "         <label>Fedora-13-x86_64</label>\n"
20581 "         <uuid>e6a4db1e-15c2-477b-ac2a-699181c396aa</uuid>\n"
20582 "       </filesystem>\n"
20583 "\n"
20584 msgstr ""
20585
20586 #. type: textblock
20587 #: ../inspector/virt-inspector.pod:234
20588 msgid ""
20589 "The optional elements within E<lt>filesystemE<gt> are the filesystem type, "
20590 "the label, and the UUID."
20591 msgstr ""
20592
20593 #. type: =head2
20594 #: ../inspector/virt-inspector.pod:237
20595 msgid "E<lt>applicationsE<gt>"
20596 msgstr ""
20597
20598 #. type: textblock
20599 #: ../inspector/virt-inspector.pod:239
20600 msgid ""
20601 "The related elements E<lt>package_formatE<gt>, E<lt>package_managementE<gt> "
20602 "and E<lt>applicationsE<gt> describe applications installed in the virtual "
20603 "machine."
20604 msgstr ""
20605
20606 #. type: textblock
20607 #: ../inspector/virt-inspector.pod:243
20608 msgid ""
20609 "E<lt>package_formatE<gt>, if present, describes the packaging system used.  "
20610 "Typical values would be C<rpm> and C<deb>."
20611 msgstr ""
20612
20613 #. type: textblock
20614 #: ../inspector/virt-inspector.pod:246
20615 msgid ""
20616 "E<lt>package_managementE<gt>, if present, describes the package manager.  "
20617 "Typical values include C<yum>, C<up2date> and C<apt>"
20618 msgstr ""
20619
20620 #. type: textblock
20621 #: ../inspector/virt-inspector.pod:249
20622 msgid "E<lt>applicationsE<gt> lists the packages or applications installed."
20623 msgstr ""
20624
20625 #. type: verbatim
20626 #: ../inspector/virt-inspector.pod:252
20627 #, no-wrap
20628 msgid ""
20629 " <operatingsystems>\n"
20630 "   <operatingsystem>\n"
20631 "     ...\n"
20632 "     <applications>\n"
20633 "       <application>\n"
20634 "         <name>coreutils</name>\n"
20635 "         <version>8.5</version>\n"
20636 "         <release>1</release>\n"
20637 "       </application>\n"
20638 "\n"
20639 msgstr ""
20640
20641 #. type: textblock
20642 #: ../inspector/virt-inspector.pod:262
20643 msgid ""
20644 "The version and release fields may not be available for some types guests.  "
20645 "Other fields are possible, see L<guestfs(3)/"
20646 "guestfs_inspect_list_applications>."
20647 msgstr ""
20648
20649 #. type: =head2
20650 #: ../inspector/virt-inspector.pod:266
20651 msgid "E<lt>drive_mappingsE<gt>"
20652 msgstr ""
20653
20654 #. type: textblock
20655 #: ../inspector/virt-inspector.pod:268
20656 msgid ""
20657 "For operating systems like Windows which use drive letters, virt-inspector "
20658 "is able to find out how drive letters map to filesystems."
20659 msgstr ""
20660
20661 #. type: verbatim
20662 #: ../inspector/virt-inspector.pod:272
20663 #, no-wrap
20664 msgid ""
20665 " <operatingsystems>\n"
20666 "   <operatingsystem>\n"
20667 "     ...\n"
20668 "     <drive_mappings>\n"
20669 "       <drive_mapping name=\"C\">/dev/sda2</drive_mapping>\n"
20670 "       <drive_mapping name=\"E\">/dev/sdb1</drive_mapping>\n"
20671 "     </drive_mappings>\n"
20672 "\n"
20673 msgstr ""
20674
20675 #. type: textblock
20676 #: ../inspector/virt-inspector.pod:280
20677 msgid ""
20678 "In the example above, drive C maps to the filesystem on the second partition "
20679 "on the first disk, and drive E maps to the filesystem on the first partition "
20680 "on the second disk."
20681 msgstr ""
20682
20683 #. type: textblock
20684 #: ../inspector/virt-inspector.pod:284
20685 msgid ""
20686 "Note that this only covers permanent local filesystem mappings, not things "
20687 "like network shares.  Furthermore NTFS volume mount points may not be listed "
20688 "here."
20689 msgstr ""
20690
20691 #. type: =head2
20692 #: ../inspector/virt-inspector.pod:288
20693 #, fuzzy
20694 #| msgid "B<-s E<lt>NE<gt>>"
20695 msgid "E<lt>iconE<gt>"
20696 msgstr "B<-s E<lt>NE<gt>>"
20697
20698 #. type: textblock
20699 #: ../inspector/virt-inspector.pod:290
20700 msgid ""
20701 "Virt-inspector is sometimes able to extract an icon or logo for the guest.  "
20702 "The icon is returned as base64-encoded PNG data.  Note that the icon can be "
20703 "very large and high quality."
20704 msgstr ""
20705
20706 #. type: verbatim
20707 #: ../inspector/virt-inspector.pod:294
20708 #, no-wrap
20709 msgid ""
20710 " <operatingsystems>\n"
20711 "   <operatingsystem>\n"
20712 "     ...\n"
20713 "     <icon>\n"
20714 "       iVBORw0KGgoAAAANSUhEUgAAAGAAAABg[.......]\n"
20715 "       [... many lines of base64 data ...]\n"
20716 "     </icon>\n"
20717 "\n"
20718 msgstr ""
20719
20720 #. type: textblock
20721 #: ../inspector/virt-inspector.pod:302
20722 msgid ""
20723 "To display the icon, you have to extract it and convert the base64 data back "
20724 "to a binary file.  Use an XPath query or simply an editor to extract the "
20725 "data, then use the coreutils L<base64(1)> program to do the conversion back "
20726 "to a PNG file:"
20727 msgstr ""
20728
20729 #. type: verbatim
20730 #: ../inspector/virt-inspector.pod:307
20731 #, no-wrap
20732 msgid ""
20733 " base64 -i -d < icon.data > icon.png\n"
20734 "\n"
20735 msgstr ""
20736
20737 #. type: =head2
20738 #: ../inspector/virt-inspector.pod:309
20739 msgid "INSPECTING INSTALL DISKS, LIVE CDs"
20740 msgstr ""
20741
20742 #. type: textblock
20743 #: ../inspector/virt-inspector.pod:311
20744 msgid ""
20745 "Virt-inspector can detect some operating system installers on install disks, "
20746 "live CDs, bootable USB keys and more."
20747 msgstr ""
20748
20749 #. type: textblock
20750 #: ../inspector/virt-inspector.pod:314
20751 msgid ""
20752 "In this case the E<lt>formatE<gt> tag will contain C<installer> and other "
20753 "fields may be present to indicate a live CD, network installer, or one part "
20754 "of a multipart CD.  For example:"
20755 msgstr ""
20756
20757 #. type: verbatim
20758 #: ../inspector/virt-inspector.pod:318
20759 #, no-wrap
20760 msgid ""
20761 " <operatingsystems>\n"
20762 "   <operatingsystem>\n"
20763 "     <root>/dev/sda</root>\n"
20764 "     <name>linux</name>\n"
20765 "     <arch>i386</arch>\n"
20766 "     <distro>ubuntu</distro>\n"
20767 "     <product_name>Ubuntu 10.10 &quot;Maverick Meerkat&quot;</product_name>\n"
20768 "     <major_version>10</major_version>\n"
20769 "     <minor_version>10</minor_version>\n"
20770 "     <format>installer</format>\n"
20771 "     <live/>\n"
20772 "\n"
20773 msgstr ""
20774
20775 #. type: =head1
20776 #: ../inspector/virt-inspector.pod:330
20777 msgid "USING XPATH"
20778 msgstr ""
20779
20780 #. type: textblock
20781 #: ../inspector/virt-inspector.pod:332
20782 msgid ""
20783 "You can use the XPath query language, and/or the xpath tool, in order to "
20784 "select parts of the XML."
20785 msgstr ""
20786
20787 #. type: verbatim
20788 #: ../inspector/virt-inspector.pod:337
20789 #, no-wrap
20790 msgid ""
20791 " $ virt-inspector -d Guest | xpath //filesystems\n"
20792 " Found 1 nodes:\n"
20793 " -- NODE --\n"
20794 " <filesystems>\n"
20795 "      <filesystem dev=\"/dev/vg_f13x64/lv_root\">\n"
20796 "        <type>ext4</type>\n"
20797 " [etc]\n"
20798 "\n"
20799 msgstr ""
20800
20801 #. type: verbatim
20802 #: ../inspector/virt-inspector.pod:345
20803 #, no-wrap
20804 msgid ""
20805 " $ virt-inspector -d Guest | \\\n"
20806 "     xpath \"string(//filesystem[@dev='/dev/sda1']/type)\"\n"
20807 " Query didn't return a nodeset. Value: ext4\n"
20808 "\n"
20809 msgstr ""
20810
20811 #. type: =head1
20812 #: ../inspector/virt-inspector.pod:356
20813 msgid "OLD VERSIONS OF VIRT-INSPECTOR"
20814 msgstr ""
20815
20816 #. type: textblock
20817 #: ../inspector/virt-inspector.pod:358
20818 msgid ""
20819 "Early versions of libguestfs shipped with a different virt-inspector program "
20820 "written in Perl (the current version is written in C).  The XML output of "
20821 "the Perl virt-inspector was different and it could also output in other "
20822 "formats like text."
20823 msgstr ""
20824
20825 #. type: textblock
20826 #: ../inspector/virt-inspector.pod:363
20827 msgid ""
20828 "The old virt-inspector is no longer supported or shipped with libguestfs."
20829 msgstr ""
20830
20831 #. type: textblock
20832 #: ../inspector/virt-inspector.pod:366
20833 msgid ""
20834 "To confuse matters further, in Red Hat Enterprise Linux 6 we ship two "
20835 "versions of virt-inspector with different names:"
20836 msgstr ""
20837
20838 #. type: verbatim
20839 #: ../inspector/virt-inspector.pod:369
20840 #, no-wrap
20841 msgid ""
20842 " virt-inspector     Old Perl version.\n"
20843 " virt-inspector2    New C version.\n"
20844 "\n"
20845 msgstr ""
20846
20847 #. type: textblock
20848 #: ../inspector/virt-inspector.pod:374
20849 msgid ""
20850 "L<guestfs(3)>, L<guestfish(1)>, L<http://www.w3.org/TR/xpath/>, L<base64(1)"
20851 ">, L<http://libguestfs.org/>."
20852 msgstr ""
20853
20854 #. type: textblock
20855 #: ../inspector/virt-inspector.pod:390
20856 msgid "Matthew Booth L<mbooth@redhat.com>"
20857 msgstr ""
20858
20859 #. type: textblock
20860 #: ../java/examples/guestfs-java.pod:5
20861 msgid "guestfs-java - How to use libguestfs from Java"
20862 msgstr ""
20863
20864 #. type: verbatim
20865 #: ../java/examples/guestfs-java.pod:9
20866 #, no-wrap
20867 msgid ""
20868 " import com.redhat.et.libguestfs.*;\n"
20869 " \n"
20870 msgstr ""
20871
20872 #. type: verbatim
20873 #: ../java/examples/guestfs-java.pod:11
20874 #, no-wrap
20875 msgid ""
20876 " GuestFS g = new GuestFS ();\n"
20877 " g.add_drive_opts (\"disk.img\", null);\n"
20878 " g.launch ();\n"
20879 "\n"
20880 msgstr ""
20881
20882 #. type: textblock
20883 #: ../java/examples/guestfs-java.pod:17
20884 msgid ""
20885 "This manual page documents how to call libguestfs from the Java programming "
20886 "language.  This page just documents the differences from the C API and gives "
20887 "some examples.  If you are not familiar with using libguestfs, you also need "
20888 "to read L<guestfs(3)>."
20889 msgstr ""
20890
20891 #. type: =head2
20892 #: ../java/examples/guestfs-java.pod:22 ../ocaml/examples/guestfs-ocaml.pod:53
20893 msgid "CLOSING THE HANDLE"
20894 msgstr ""
20895
20896 #. type: textblock
20897 #: ../java/examples/guestfs-java.pod:24
20898 msgid ""
20899 "The handle is closed when it is reaped by the garbage collector.  Because "
20900 "libguestfs handles include a lot of state, it is also possible to close (and "
20901 "hence free) them explicitly by calling the C<close> method."
20902 msgstr ""
20903
20904 #. type: =head2
20905 #: ../java/examples/guestfs-java.pod:29 ../ocaml/examples/guestfs-ocaml.pod:60
20906 #: ../python/examples/guestfs-python.pod:21
20907 #: ../ruby/examples/guestfs-ruby.pod:22
20908 #, fuzzy
20909 #| msgid "OPTIONS"
20910 msgid "EXCEPTIONS"
20911 msgstr "ПАРАМЕТРИ"
20912
20913 #. type: textblock
20914 #: ../java/examples/guestfs-java.pod:31
20915 msgid ""
20916 "Errors from libguestfs functions are mapped into the C<LibGuestFSException> "
20917 "exception.  This has a single parameter which is the error message (a "
20918 "C<String>)."
20919 msgstr ""
20920
20921 #. type: textblock
20922 #: ../java/examples/guestfs-java.pod:35
20923 msgid "Calling any method on a closed handle raises the same exception."
20924 msgstr ""
20925
20926 #. type: textblock
20927 #: ../java/examples/guestfs-java.pod:47
20928 #, fuzzy
20929 #| msgid ""
20930 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
20931 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
20932 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
20933 msgid ""
20934 "L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)"
20935 ">, L<guestfs-python(3)>, L<guestfs-recipes(1)>, L<guestfs-ruby(3)>, L<http://"
20936 "libguestfs.org/>, L<http://caml.inria.fr/>."
20937 msgstr ""
20938 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
20939 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
20940 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
20941
20942 #. type: textblock
20943 #: ../java/examples/guestfs-java.pod:63 ../perl/examples/guestfs-perl.pod:57
20944 #, fuzzy
20945 #| msgid "Copyright (C) 2009 Red Hat Inc."
20946 msgid "Copyright (C) 2011 Red Hat Inc. L<http://libguestfs.org/>"
20947 msgstr "© Red Hat Inc., 2009"
20948
20949 #. type: textblock
20950 #: ../ocaml/examples/guestfs-ocaml.pod:5
20951 msgid "guestfs-ocaml - How to use libguestfs from OCaml"
20952 msgstr ""
20953
20954 #. type: textblock
20955 #: ../ocaml/examples/guestfs-ocaml.pod:9
20956 msgid "Module style:"
20957 msgstr ""
20958
20959 #. type: verbatim
20960 #: ../ocaml/examples/guestfs-ocaml.pod:11
20961 #, no-wrap
20962 msgid ""
20963 " let g = Guestfs.create () in\n"
20964 " Guestfs.add_drive_opts g ~format:\"raw\" ~readonly:true \"disk.img\";\n"
20965 " Guestfs.launch g;\n"
20966 "\n"
20967 msgstr ""
20968
20969 #. type: textblock
20970 #: ../ocaml/examples/guestfs-ocaml.pod:15
20971 msgid "Object-oriented style:"
20972 msgstr ""
20973
20974 #. type: verbatim
20975 #: ../ocaml/examples/guestfs-ocaml.pod:17
20976 #, no-wrap
20977 msgid ""
20978 " let g = new Guestfs.guestfs () in\n"
20979 " g#add_drive_opts ~format:\"raw\" ~readonly:true \"disk.img\";\n"
20980 " g#launch ();\n"
20981 "\n"
20982 msgstr ""
20983
20984 #. type: verbatim
20985 #: ../ocaml/examples/guestfs-ocaml.pod:21
20986 #, no-wrap
20987 msgid ""
20988 " ocamlfind opt prog.ml -package guestfs -linkpkg -o prog\n"
20989 "or:\n"
20990 " ocamlopt -I +guestfs mlguestfs.cmxa prog.ml -o prog\n"
20991 "\n"
20992 msgstr ""
20993
20994 #. type: textblock
20995 #: ../ocaml/examples/guestfs-ocaml.pod:27
20996 msgid ""
20997 "This manual page documents how to call libguestfs from the OCaml programming "
20998 "language.  This page just documents the differences from the C API and gives "
20999 "some examples.  If you are not familiar with using libguestfs, you also need "
21000 "to read L<guestfs(3)>."
21001 msgstr ""
21002
21003 #. type: =head2
21004 #: ../ocaml/examples/guestfs-ocaml.pod:32
21005 msgid "PROGRAMMING STYLES"
21006 msgstr ""
21007
21008 #. type: textblock
21009 #: ../ocaml/examples/guestfs-ocaml.pod:34
21010 msgid ""
21011 "There are two different programming styles supported by the OCaml bindings.  "
21012 "You can use a module style, with each C function mapped to an OCaml function:"
21013 msgstr ""
21014
21015 #. type: verbatim
21016 #: ../ocaml/examples/guestfs-ocaml.pod:38
21017 #, fuzzy, no-wrap
21018 #| msgid ""
21019 #| " int guestfs_last_errno (guestfs_h *g);\n"
21020 #| "\n"
21021 msgid ""
21022 " int guestfs_set_verbose (guestfs_h *g, int flag);\n"
21023 "\n"
21024 msgstr ""
21025 " int guestfs_last_errno (guestfs_h *g);\n"
21026 "\n"
21027
21028 #. type: textblock
21029 #: ../ocaml/examples/guestfs-ocaml.pod:40
21030 msgid "becomes:"
21031 msgstr ""
21032
21033 #. type: verbatim
21034 #: ../ocaml/examples/guestfs-ocaml.pod:42
21035 #, no-wrap
21036 msgid ""
21037 " val Guestfs.set_verbose : Guestfs.t -> bool -> unit\n"
21038 "\n"
21039 msgstr ""
21040
21041 #. type: textblock
21042 #: ../ocaml/examples/guestfs-ocaml.pod:44
21043 msgid ""
21044 "Alternately you can use an object-oriented style, calling methods on the "
21045 "class C<Guestfs.guestfs>:"
21046 msgstr ""
21047
21048 #. type: verbatim
21049 #: ../ocaml/examples/guestfs-ocaml.pod:47
21050 #, no-wrap
21051 msgid ""
21052 " method set_verbose : bool -> unit\n"
21053 "\n"
21054 msgstr ""
21055
21056 #. type: textblock
21057 #: ../ocaml/examples/guestfs-ocaml.pod:49
21058 msgid ""
21059 "The object-oriented style is usually briefer, and the minor performance "
21060 "penalty isn't noticable in the general overhead of performing libguestfs "
21061 "functions."
21062 msgstr ""
21063
21064 #. type: textblock
21065 #: ../ocaml/examples/guestfs-ocaml.pod:55
21066 msgid ""
21067 "The handle is closed when it is reaped by the garbage collector.  Because "
21068 "libguestfs handles include a lot of state, it is also possible to close (and "
21069 "hence free) them explicitly by calling C<Guestfs.close> or the C<#close> "
21070 "method."
21071 msgstr ""
21072
21073 #. type: textblock
21074 #: ../ocaml/examples/guestfs-ocaml.pod:62
21075 msgid ""
21076 "Errors from libguestfs functions are mapped into the C<Guestfs.Error> "
21077 "exception.  This has a single parameter which is the error message (a "
21078 "string)."
21079 msgstr ""
21080
21081 #. type: textblock
21082 #: ../ocaml/examples/guestfs-ocaml.pod:66
21083 msgid ""
21084 "Calling any function/method on a closed handle raises C<Guestfs."
21085 "Handle_closed>.  The single parameter is the name of the function that you "
21086 "called."
21087 msgstr ""
21088
21089 #. type: textblock
21090 #: ../ocaml/examples/guestfs-ocaml.pod:80
21091 #, fuzzy
21092 #| msgid ""
21093 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21094 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
21095 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21096 msgid ""
21097 "L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-perl(3)"
21098 ">, L<guestfs-python(3)>, L<guestfs-recipes(1)>, L<guestfs-ruby(3)>, L<http://"
21099 "libguestfs.org/>, L<http://caml.inria.fr/>."
21100 msgstr ""
21101 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21102 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
21103 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21104
21105 #. type: textblock
21106 #: ../perl/examples/guestfs-perl.pod:5
21107 msgid "guestfs-perl - How to use libguestfs from Perl"
21108 msgstr ""
21109
21110 #. type: verbatim
21111 #: ../perl/examples/guestfs-perl.pod:9
21112 #, no-wrap
21113 msgid ""
21114 " use Sys::Guestfs;\n"
21115 " \n"
21116 msgstr ""
21117
21118 #. type: verbatim
21119 #: ../perl/examples/guestfs-perl.pod:11
21120 #, no-wrap
21121 msgid ""
21122 " my $h = Sys::Guestfs->new ();\n"
21123 " $h->add_drive_opts ('guest.img', format => 'raw');\n"
21124 " $h->launch ();\n"
21125 " $h->mount_options ('', '/dev/sda1', '/');\n"
21126 " $h->touch ('/hello');\n"
21127 " $h->sync ();\n"
21128 "\n"
21129 msgstr ""
21130
21131 #. type: textblock
21132 #: ../perl/examples/guestfs-perl.pod:20
21133 msgid ""
21134 "This manual page documents how to call libguestfs from the Perl programming "
21135 "language.  This page just documents the differences from the C API and gives "
21136 "some examples.  If you are not familiar with using libguestfs, you also need "
21137 "to read L<guestfs(3)>.  To read the full Perl API, see L<Sys::Guestfs(3)>."
21138 msgstr ""
21139
21140 #. type: =head2
21141 #: ../perl/examples/guestfs-perl.pod:26
21142 msgid "ERRORS"
21143 msgstr ""
21144
21145 #. type: textblock
21146 #: ../perl/examples/guestfs-perl.pod:28
21147 msgid ""
21148 "Errors from libguestfs functions turn into calls to C<croak> (see L<Carp(3)"
21149 ">)."
21150 msgstr ""
21151
21152 #. type: textblock
21153 #: ../perl/examples/guestfs-perl.pod:41
21154 #, fuzzy
21155 #| msgid ""
21156 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21157 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
21158 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21159 msgid ""
21160 "L<Sys::Guestfs(3)>, L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)"
21161 ">, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, "
21162 "L<guestfs-ruby(3)>, L<http://libguestfs.org/>."
21163 msgstr ""
21164 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21165 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
21166 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21167
21168 #. type: textblock
21169 #: ../python/examples/guestfs-python.pod:5
21170 msgid "guestfs-python - How to use libguestfs from Python"
21171 msgstr ""
21172
21173 #. type: verbatim
21174 #: ../python/examples/guestfs-python.pod:9
21175 #, no-wrap
21176 msgid ""
21177 " import guestfs\n"
21178 " g = guestfs.GuestFS ()\n"
21179 " g.add_drive_opts (\"disk.img\", format=\"raw\", readonly=1)\n"
21180 " g.launch\n"
21181 "\n"
21182 msgstr ""
21183
21184 #. type: textblock
21185 #: ../python/examples/guestfs-python.pod:16
21186 msgid ""
21187 "This manual page documents how to call libguestfs from the Python "
21188 "programming language.  This page just documents the differences from the C "
21189 "API and gives some examples.  If you are not familiar with using libguestfs, "
21190 "you also need to read L<guestfs(3)>."
21191 msgstr ""
21192
21193 #. type: textblock
21194 #: ../python/examples/guestfs-python.pod:23
21195 msgid ""
21196 "Errors from libguestfs functions are mapped into C<RuntimeException> with a "
21197 "single string argument which is the error message."
21198 msgstr ""
21199
21200 #. type: =head2
21201 #: ../python/examples/guestfs-python.pod:26
21202 msgid "MORE DOCUMENTATION"
21203 msgstr ""
21204
21205 #. type: textblock
21206 #: ../python/examples/guestfs-python.pod:28
21207 msgid "Type:"
21208 msgstr ""
21209
21210 #. type: verbatim
21211 #: ../python/examples/guestfs-python.pod:30
21212 #, no-wrap
21213 msgid ""
21214 " $ python\n"
21215 " >>> import guestfs\n"
21216 " >>> help (guestfs)\n"
21217 "\n"
21218 msgstr ""
21219
21220 #. type: textblock
21221 #: ../python/examples/guestfs-python.pod:44
21222 #, fuzzy
21223 #| msgid ""
21224 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21225 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
21226 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21227 msgid ""
21228 "L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)"
21229 ">, L<guestfs-perl(3)>, L<guestfs-recipes(1)>, L<guestfs-ruby(3)>, L<http://"
21230 "libguestfs.org/>."
21231 msgstr ""
21232 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21233 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
21234 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21235
21236 #. type: textblock
21237 #: ../rescue/virt-rescue.pod:5
21238 msgid "virt-rescue - Run a rescue shell on a virtual machine"
21239 msgstr ""
21240
21241 #. type: verbatim
21242 #: ../rescue/virt-rescue.pod:9
21243 #, fuzzy, no-wrap
21244 #| msgid ""
21245 #| " virt-list-partitions [--options] domname\n"
21246 #| "\n"
21247 msgid ""
21248 " virt-rescue [--options] -d domname\n"
21249 "\n"
21250 msgstr ""
21251 " virt-list-partitions [--параметри] назва_домену\n"
21252 "\n"
21253
21254 #. type: verbatim
21255 #: ../rescue/virt-rescue.pod:11
21256 #, fuzzy, no-wrap
21257 #| msgid ""
21258 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
21259 #| "\n"
21260 msgid ""
21261 " virt-rescue [--options] -a disk.img [-a disk.img ...]\n"
21262 "\n"
21263 msgstr ""
21264 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
21265 "\n"
21266
21267 #. type: verbatim
21268 #: ../rescue/virt-rescue.pod:15
21269 #, fuzzy, no-wrap
21270 #| msgid ""
21271 #| " virt-list-partitions [--options] domname\n"
21272 #| "\n"
21273 msgid ""
21274 " virt-rescue [--options] domname\n"
21275 "\n"
21276 msgstr ""
21277 " virt-list-partitions [--параметри] назва_домену\n"
21278 "\n"
21279
21280 #. type: verbatim
21281 #: ../rescue/virt-rescue.pod:17
21282 #, fuzzy, no-wrap
21283 #| msgid ""
21284 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
21285 #| "\n"
21286 msgid ""
21287 " virt-rescue [--options] disk.img [disk.img ...]\n"
21288 "\n"
21289 msgstr ""
21290 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
21291 "\n"
21292
21293 #. type: textblock
21294 #: ../rescue/virt-rescue.pod:21
21295 msgid ""
21296 "You must I<not> use C<virt-rescue> on live virtual machines.  Doing so will "
21297 "probably result in disk corruption in the VM.  C<virt-rescue> tries to stop "
21298 "you from doing this, but doesn't catch all cases."
21299 msgstr ""
21300
21301 #. type: textblock
21302 #: ../rescue/virt-rescue.pod:25
21303 msgid ""
21304 "However if you use the I<--ro> (read only) option, then you can attach a "
21305 "shell to a live virtual machine.  The results might be strange or "
21306 "inconsistent at times but you won't get disk corruption."
21307 msgstr ""
21308
21309 #. type: textblock
21310 #: ../rescue/virt-rescue.pod:31
21311 msgid ""
21312 "virt-rescue is like a Rescue CD, but for virtual machines, and without the "
21313 "need for a CD.  virt-rescue gives you a rescue shell and some simple "
21314 "recovery tools which you can use to examine or rescue a virtual machine or "
21315 "disk image."
21316 msgstr ""
21317
21318 #. type: textblock
21319 #: ../rescue/virt-rescue.pod:36
21320 msgid ""
21321 "You can run virt-rescue on any virtual machine known to libvirt, or directly "
21322 "on disk image(s):"
21323 msgstr ""
21324
21325 #. type: verbatim
21326 #: ../rescue/virt-rescue.pod:39
21327 #, no-wrap
21328 msgid ""
21329 " virt-rescue -d GuestName\n"
21330 "\n"
21331 msgstr ""
21332
21333 #. type: verbatim
21334 #: ../rescue/virt-rescue.pod:41
21335 #, no-wrap
21336 msgid ""
21337 " virt-rescue --ro -a /path/to/disk.img\n"
21338 "\n"
21339 msgstr ""
21340
21341 #. type: verbatim
21342 #: ../rescue/virt-rescue.pod:43
21343 #, no-wrap
21344 msgid ""
21345 " virt-rescue -a /dev/sdc\n"
21346 "\n"
21347 msgstr ""
21348
21349 #. type: textblock
21350 #: ../rescue/virt-rescue.pod:45
21351 msgid "For live VMs you I<must> use the --ro option."
21352 msgstr ""
21353
21354 #. type: textblock
21355 #: ../rescue/virt-rescue.pod:47
21356 msgid ""
21357 "When you run virt-rescue on a virtual machine or disk image, you are placed "
21358 "in an interactive bash shell where you can use many ordinary Linux "
21359 "commands.  What you see in C</> (C</bin>, C</lib> etc) is the rescue "
21360 "appliance.  You must mount the virtual machine's filesystems by hand.  There "
21361 "is an empty directory called C</sysroot> where you can mount filesystems."
21362 msgstr ""
21363
21364 #. type: textblock
21365 #: ../rescue/virt-rescue.pod:54
21366 msgid ""
21367 "In the example below, we list logical volumes, then choose one to mount "
21368 "under C</sysroot>:"
21369 msgstr ""
21370
21371 #. type: verbatim
21372 #: ../rescue/virt-rescue.pod:57
21373 #, no-wrap
21374 msgid ""
21375 " ><rescue> lvs\n"
21376 " LV      VG        Attr   LSize   Origin Snap%  Move Log Copy%  Convert\n"
21377 " lv_root vg_f11x64 -wi-a-   8.83G\n"
21378 " lv_swap vg_f11x64 -wi-a- 992.00M\n"
21379 " ><rescue> mount /dev/vg_f11x64/lv_root /sysroot\n"
21380 " ><rescue> ls /sysroot\n"
21381 "\n"
21382 msgstr ""
21383
21384 #. type: textblock
21385 #: ../rescue/virt-rescue.pod:64
21386 msgid ""
21387 "If you don't know what filesystems are available on the virtual machine then "
21388 "you can use commands such as L<parted(8)> and L<lvs(8)> to find out."
21389 msgstr ""
21390
21391 #. type: textblock
21392 #: ../rescue/virt-rescue.pod:70
21393 msgid ""
21394 "Virt-rescue can be used on I<any> disk image file or device, not just a "
21395 "virtual machine.  For example you can use it on a blank file if you want to "
21396 "partition that file (although we would recommend using L<guestfish(1)> "
21397 "instead as it is more suitable for this purpose).  You can even use virt-"
21398 "rescue on things like SD cards."
21399 msgstr ""
21400
21401 #. type: textblock
21402 #: ../rescue/virt-rescue.pod:76
21403 msgid ""
21404 "Virt-rescue does not require root.  You only need to run it as root if you "
21405 "need root to open the disk image."
21406 msgstr ""
21407
21408 #. type: textblock
21409 #: ../rescue/virt-rescue.pod:79
21410 msgid ""
21411 "This tool is just designed for quick interactive hacking on a virtual "
21412 "machine.  For more structured access to a virtual machine disk image, you "
21413 "should use L<guestfs(3)>.  To get a structured shell that you can use to "
21414 "make scripted changes to guests, use L<guestfish(1)>."
21415 msgstr ""
21416
21417 #. type: =item
21418 #: ../rescue/virt-rescue.pod:103
21419 msgid "B<--append kernelopts>"
21420 msgstr ""
21421
21422 #. type: textblock
21423 #: ../rescue/virt-rescue.pod:105
21424 msgid "Pass additional options to the rescue kernel."
21425 msgstr ""
21426
21427 #. type: verbatim
21428 #: ../rescue/virt-rescue.pod:135
21429 #, fuzzy, no-wrap
21430 #| msgid ""
21431 #| " guestfish --format=raw -a disk.img\n"
21432 #| "\n"
21433 msgid ""
21434 " virt-rescue --format=raw -a disk.img\n"
21435 "\n"
21436 msgstr ""
21437 " guestfish --format=raw -a disk.img\n"
21438 "\n"
21439
21440 #. type: verbatim
21441 #: ../rescue/virt-rescue.pod:139
21442 #, fuzzy, no-wrap
21443 #| msgid ""
21444 #| " guestfish --format=raw -a disk.img --format -a another.img\n"
21445 #| "\n"
21446 msgid ""
21447 " virt-rescue --format=raw -a disk.img --format -a another.img\n"
21448 "\n"
21449 msgstr ""
21450 " guestfish --format=raw -a disk.img --format -a another.img\n"
21451 "\n"
21452
21453 #. type: =item
21454 #: ../rescue/virt-rescue.pod:148
21455 msgid "B<-m MB>"
21456 msgstr ""
21457
21458 #. type: =item
21459 #: ../rescue/virt-rescue.pod:150
21460 #, fuzzy
21461 #| msgid "B<--merge>"
21462 msgid "B<--memsize MB>"
21463 msgstr "B<--merge>"
21464
21465 #. type: textblock
21466 #: ../rescue/virt-rescue.pod:152
21467 msgid ""
21468 "Change the amount of memory allocated to the rescue system.  The default is "
21469 "set by libguestfs and is small but adequate for running system tools.  The "
21470 "occasional program might need more memory.  The parameter is specified in "
21471 "megabytes."
21472 msgstr ""
21473
21474 #. type: =item
21475 #: ../rescue/virt-rescue.pod:157
21476 #, fuzzy
21477 #| msgid "B<--inspector>"
21478 msgid "B<--network>"
21479 msgstr "B<--inspector>"
21480
21481 #. type: textblock
21482 #: ../rescue/virt-rescue.pod:159
21483 msgid "Enable QEMU user networking in the guest.  See L</NETWORK>."
21484 msgstr ""
21485
21486 #. type: textblock
21487 #: ../rescue/virt-rescue.pod:165
21488 msgid "Open the image read-only."
21489 msgstr ""
21490
21491 #. type: textblock
21492 #: ../rescue/virt-rescue.pod:175
21493 msgid ""
21494 "Enable SELinux in the rescue appliance.  You should read L<guestfs(3)/"
21495 "SELINUX> before using this option."
21496 msgstr ""
21497
21498 #. type: textblock
21499 #: ../rescue/virt-rescue.pod:194
21500 msgid ""
21501 "This changes the I<-a> and I<-d> options so that disks are added and mounts "
21502 "are done read-write."
21503 msgstr ""
21504
21505 #. type: textblock
21506 #: ../rescue/virt-rescue.pod:207
21507 msgid "Previous versions of virt-rescue allowed you to write either:"
21508 msgstr ""
21509
21510 #. type: verbatim
21511 #: ../rescue/virt-rescue.pod:209
21512 #, fuzzy, no-wrap
21513 #| msgid ""
21514 #| " virt-list-partitions [--options] disk.img [disk.img ...]\n"
21515 #| "\n"
21516 msgid ""
21517 " virt-rescue disk.img [disk.img ...]\n"
21518 "\n"
21519 msgstr ""
21520 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
21521 "\n"
21522
21523 #. type: verbatim
21524 #: ../rescue/virt-rescue.pod:213
21525 #, fuzzy, no-wrap
21526 #| msgid ""
21527 #| " file-architecture filename\n"
21528 #| "\n"
21529 msgid ""
21530 " virt-rescue guestname\n"
21531 "\n"
21532 msgstr ""
21533 " file-architecture назва_файла\n"
21534 "\n"
21535
21536 #. type: =head1
21537 #: ../rescue/virt-rescue.pod:221
21538 msgid "NETWORK"
21539 msgstr ""
21540
21541 #. type: textblock
21542 #: ../rescue/virt-rescue.pod:223
21543 msgid ""
21544 "Adding the I<--network> option enables QEMU user networking in the rescue "
21545 "appliance.  There are some differences between user networking and ordinary "
21546 "networking:"
21547 msgstr ""
21548
21549 #. type: =item
21550 #: ../rescue/virt-rescue.pod:229
21551 msgid "ping does not work"
21552 msgstr ""
21553
21554 #. type: textblock
21555 #: ../rescue/virt-rescue.pod:231
21556 msgid ""
21557 "Because the ICMP ECHO_REQUEST protocol generally requires root in order to "
21558 "send the ping packets, and because virt-rescue must be able to run as non-"
21559 "root, QEMU user networking is not able to emulate the L<ping(8)> command.  "
21560 "The ping command will appear to resolve addresses but will not be able to "
21561 "send or receive any packets.  This does not mean that the network is not "
21562 "working."
21563 msgstr ""
21564
21565 #. type: =item
21566 #: ../rescue/virt-rescue.pod:238
21567 msgid "cannot receive connections"
21568 msgstr ""
21569
21570 #. type: textblock
21571 #: ../rescue/virt-rescue.pod:240
21572 msgid "QEMU user networking cannot receive incoming connections."
21573 msgstr ""
21574
21575 #. type: =item
21576 #: ../rescue/virt-rescue.pod:242
21577 msgid "making TCP connections"
21578 msgstr ""
21579
21580 #. type: textblock
21581 #: ../rescue/virt-rescue.pod:244
21582 msgid ""
21583 "The virt-rescue appliance needs to be small and so does not include many "
21584 "network tools.  In particular there is no L<telnet(1)> command.  You can "
21585 "make TCP connections from the shell using the magical C</dev/tcp/"
21586 "E<lt>hostnameE<gt>/E<lt>portE<gt>> syntax:"
21587 msgstr ""
21588
21589 #. type: verbatim
21590 #: ../rescue/virt-rescue.pod:249
21591 #, no-wrap
21592 msgid ""
21593 " exec 3<>/dev/tcp/redhat.com/80\n"
21594 " echo \"GET /\" >&3\n"
21595 " cat <&3\n"
21596 "\n"
21597 msgstr ""
21598
21599 #. type: textblock
21600 #: ../rescue/virt-rescue.pod:253
21601 msgid "See L<bash(1)> for more details."
21602 msgstr ""
21603
21604 #. type: textblock
21605 #: ../rescue/virt-rescue.pod:259
21606 msgid ""
21607 "Several environment variables affect virt-rescue.  See L<guestfs(3)/"
21608 "ENVIRONMENT VARIABLES> for the complete list."
21609 msgstr ""
21610
21611 #. type: textblock
21612 #: ../rescue/virt-rescue.pod:286
21613 #, fuzzy
21614 #| msgid ""
21615 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21616 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
21617 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21618 msgid ""
21619 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<http://"
21620 "libguestfs.org/>."
21621 msgstr ""
21622 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
21623 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
21624 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
21625
21626 #. type: textblock
21627 #: ../resize/virt-resize.pod:5
21628 msgid "virt-resize - Resize a virtual machine disk"
21629 msgstr ""
21630
21631 #. type: verbatim
21632 #: ../resize/virt-resize.pod:9
21633 #, no-wrap
21634 msgid ""
21635 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
21636 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
21637 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
21638 "\n"
21639 msgstr ""
21640
21641 #. type: textblock
21642 #: ../resize/virt-resize.pod:15
21643 msgid ""
21644 "Virt-resize is a tool which can resize a virtual machine disk, making it "
21645 "larger or smaller overall, and resizing or deleting any partitions contained "
21646 "within."
21647 msgstr ""
21648
21649 #. type: textblock
21650 #: ../resize/virt-resize.pod:19
21651 msgid ""
21652 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
21653 "not> be used on live virtual machines - for consistent results, shut the "
21654 "virtual machine down before resizing it."
21655 msgstr ""
21656
21657 #. type: textblock
21658 #: ../resize/virt-resize.pod:23
21659 msgid ""
21660 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
21661 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
21662 msgstr ""
21663
21664 #. type: =item
21665 #: ../resize/virt-resize.pod:31 ../src/guestfs.pod:469 ../src/guestfs.pod:1257
21666 #: ../src/guestfs.pod:1395 ../src/guestfs.pod:2465
21667 msgid "1."
21668 msgstr "1."
21669
21670 #. type: textblock
21671 #: ../resize/virt-resize.pod:33
21672 msgid ""
21673 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
21674 "fill the extra 5GB of space."
21675 msgstr ""
21676
21677 #. type: verbatim
21678 #: ../resize/virt-resize.pod:36
21679 #, no-wrap
21680 msgid ""
21681 " virt-filesystems --long -h --all -a olddisk\n"
21682 " \n"
21683 msgstr ""
21684
21685 #. type: verbatim
21686 #: ../resize/virt-resize.pod:38
21687 #, no-wrap
21688 msgid ""
21689 " truncate -r olddisk newdisk\n"
21690 " truncate -s +5G newdisk\n"
21691 " \n"
21692 msgstr ""
21693
21694 #. type: verbatim
21695 #: ../resize/virt-resize.pod:41
21696 #, no-wrap
21697 msgid ""
21698 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
21699 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
21700 "\n"
21701 msgstr ""
21702
21703 #. type: =item
21704 #: ../resize/virt-resize.pod:44 ../src/guestfs.pod:475 ../src/guestfs.pod:1261
21705 #: ../src/guestfs.pod:1399 ../src/guestfs.pod:2490
21706 msgid "2."
21707 msgstr "2."
21708
21709 #. type: textblock
21710 #: ../resize/virt-resize.pod:46
21711 msgid ""
21712 "As above, but make the /boot partition 200MB bigger, while giving the "
21713 "remaining space to /dev/sda2:"
21714 msgstr ""
21715
21716 #. type: verbatim
21717 #: ../resize/virt-resize.pod:49
21718 #, no-wrap
21719 msgid ""
21720 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
21721 "   olddisk newdisk\n"
21722 "\n"
21723 msgstr ""
21724
21725 #. type: =item
21726 #: ../resize/virt-resize.pod:52 ../src/guestfs.pod:486 ../src/guestfs.pod:1405
21727 msgid "3."
21728 msgstr "3."
21729
21730 #. type: textblock
21731 #: ../resize/virt-resize.pod:54
21732 msgid ""
21733 "As in the first example, but expand a logical volume as the final step.  "
21734 "This is what you would typically use for Linux guests that use LVM:"
21735 msgstr ""
21736
21737 #. type: verbatim
21738 #: ../resize/virt-resize.pod:58
21739 #, no-wrap
21740 msgid ""
21741 " virt-resize --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root \\\n"
21742 "   olddisk newdisk\n"
21743 "\n"
21744 msgstr ""
21745
21746 #. type: =item
21747 #: ../resize/virt-resize.pod:61
21748 msgid "4."
21749 msgstr ""
21750
21751 #. type: textblock
21752 #: ../resize/virt-resize.pod:63
21753 msgid ""
21754 "As in the first example, but the output format will be qcow2 instead of a "
21755 "raw disk:"
21756 msgstr ""
21757
21758 #. type: verbatim
21759 #: ../resize/virt-resize.pod:66
21760 #, no-wrap
21761 msgid ""
21762 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
21763 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
21764 "\n"
21765 msgstr ""
21766
21767 #. type: =head1
21768 #: ../resize/virt-resize.pod:71
21769 msgid "DETAILED USAGE"
21770 msgstr ""
21771
21772 #. type: =head2
21773 #: ../resize/virt-resize.pod:73
21774 msgid "EXPANDING A VIRTUAL MACHINE DISK"
21775 msgstr ""
21776
21777 #. type: =item
21778 #: ../resize/virt-resize.pod:77
21779 msgid "1. Shut down the virtual machine"
21780 msgstr ""
21781
21782 #. type: =item
21783 #: ../resize/virt-resize.pod:79
21784 msgid "2. Locate input disk image"
21785 msgstr ""
21786
21787 #. type: textblock
21788 #: ../resize/virt-resize.pod:81
21789 msgid ""
21790 "Locate the input disk image (ie. the file or device on the host containing "
21791 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
21792 "dumpxml> like this to find the disk image name:"
21793 msgstr ""
21794
21795 #. type: verbatim
21796 #: ../resize/virt-resize.pod:85
21797 #, no-wrap
21798 msgid ""
21799 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
21800 " Found 1 nodes:\n"
21801 " -- NODE --\n"
21802 " <source dev=\"/dev/vg/lv_guest\" />\n"
21803 "\n"
21804 msgstr ""
21805
21806 #. type: =item
21807 #: ../resize/virt-resize.pod:90
21808 msgid "3. Look at current sizing"
21809 msgstr ""
21810
21811 #. type: textblock
21812 #: ../resize/virt-resize.pod:92
21813 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
21814 msgstr ""
21815
21816 #. type: verbatim
21817 #: ../resize/virt-resize.pod:95
21818 #, no-wrap
21819 msgid ""
21820 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
21821 " Name       Type       Size  Parent\n"
21822 " /dev/sda1  partition  101M  /dev/sda\n"
21823 " /dev/sda2  partition  7.9G  /dev/sda\n"
21824 " /dev/sda   device     8.0G  -\n"
21825 "\n"
21826 msgstr ""
21827
21828 #. type: textblock
21829 #: ../resize/virt-resize.pod:101
21830 msgid ""
21831 "(This example is a virtual machine with an 8 GB disk which we would like to "
21832 "expand up to 10 GB)."
21833 msgstr ""
21834
21835 #. type: =item
21836 #: ../resize/virt-resize.pod:104
21837 msgid "4. Create output disk"
21838 msgstr ""
21839
21840 #. type: textblock
21841 #: ../resize/virt-resize.pod:106
21842 msgid ""
21843 "Virt-resize cannot do in-place disk modifications.  You have to have space "
21844 "to store the resized output disk."
21845 msgstr ""
21846
21847 #. type: textblock
21848 #: ../resize/virt-resize.pod:109
21849 msgid ""
21850 "To store the resized disk image in a file, create a file of a suitable size:"
21851 msgstr ""
21852
21853 #. type: verbatim
21854 #: ../resize/virt-resize.pod:112
21855 #, no-wrap
21856 msgid ""
21857 " # rm -f outdisk\n"
21858 " # truncate -s 10G outdisk\n"
21859 "\n"
21860 msgstr ""
21861
21862 #. type: textblock
21863 #: ../resize/virt-resize.pod:115
21864 msgid "Or use L<lvcreate(1)> to create a logical volume:"
21865 msgstr ""
21866
21867 #. type: verbatim
21868 #: ../resize/virt-resize.pod:117
21869 #, no-wrap
21870 msgid ""
21871 " # lvcreate -L 10G -n lv_name vg_name\n"
21872 "\n"
21873 msgstr ""
21874
21875 #. type: textblock
21876 #: ../resize/virt-resize.pod:119
21877 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
21878 msgstr ""
21879
21880 #. type: verbatim
21881 #: ../resize/virt-resize.pod:121
21882 #, no-wrap
21883 msgid ""
21884 " # virsh pool-list\n"
21885 " # virsh vol-create-as poolname newvol 10G\n"
21886 "\n"
21887 msgstr ""
21888
21889 #. type: =item
21890 #: ../resize/virt-resize.pod:124
21891 msgid "5. Resize"
21892 msgstr ""
21893
21894 #. type: textblock
21895 #: ../resize/virt-resize.pod:126
21896 msgid ""
21897 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
21898 "file) and the output disk.  The output disk is the one created in the "
21899 "previous step."
21900 msgstr ""
21901
21902 #. type: verbatim
21903 #: ../resize/virt-resize.pod:130
21904 #, no-wrap
21905 msgid ""
21906 " # virt-resize indisk outdisk\n"
21907 "\n"
21908 msgstr ""
21909
21910 #. type: textblock
21911 #: ../resize/virt-resize.pod:132
21912 msgid ""
21913 "This command just copies disk image C<indisk> to disk image C<outdisk> "
21914 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
21915 "larger, then an extra, empty partition is created at the end of the disk "
21916 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
21917 "error."
21918 msgstr ""
21919
21920 #. type: textblock
21921 #: ../resize/virt-resize.pod:138
21922 msgid ""
21923 "More realistically you'd want to expand existing partitions in the disk "
21924 "image by passing extra options (for the full list see the L</OPTIONS> "
21925 "section below)."
21926 msgstr ""
21927
21928 #. type: textblock
21929 #: ../resize/virt-resize.pod:142
21930 msgid ""
21931 "L</--expand> is the most useful option.  It expands the named partition "
21932 "within the disk to fill any extra space:"
21933 msgstr ""
21934
21935 #. type: verbatim
21936 #: ../resize/virt-resize.pod:145
21937 #, no-wrap
21938 msgid ""
21939 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
21940 "\n"
21941 msgstr ""
21942
21943 #. type: textblock
21944 #: ../resize/virt-resize.pod:147
21945 msgid ""
21946 "(In this case, an extra partition is I<not> created at the end of the disk, "
21947 "because there will be no unused space)."
21948 msgstr ""
21949
21950 #. type: textblock
21951 #: ../resize/virt-resize.pod:150
21952 msgid ""
21953 "L</--resize> is the other commonly used option.  The following would "
21954 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
21955 "rest of the available space:"
21956 msgstr ""
21957
21958 #. type: verbatim
21959 #: ../resize/virt-resize.pod:154
21960 #, no-wrap
21961 msgid ""
21962 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
21963 "     indisk outdisk\n"
21964 "\n"
21965 msgstr ""
21966
21967 #. type: textblock
21968 #: ../resize/virt-resize.pod:157
21969 msgid ""
21970 "If the expanded partition in the image contains a filesystem or LVM PV, then "
21971 "if virt-resize knows how, it will resize the contents, the equivalent of "
21972 "calling a command such as L<pvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)> "
21973 "or L<btrfs(8)>.  However virt-resize does not know how to resize some "
21974 "filesystems, so you would have to online resize them after booting the guest."
21975 msgstr ""
21976
21977 #. type: textblock
21978 #: ../resize/virt-resize.pod:164
21979 msgid "Other options are covered below."
21980 msgstr ""
21981
21982 #. type: =item
21983 #: ../resize/virt-resize.pod:166
21984 msgid "6. Test"
21985 msgstr ""
21986
21987 #. type: textblock
21988 #: ../resize/virt-resize.pod:168
21989 msgid "Thoroughly test the new disk image I<before> discarding the old one."
21990 msgstr ""
21991
21992 #. type: textblock
21993 #: ../resize/virt-resize.pod:170
21994 msgid "If you are using libvirt, edit the XML to point at the new disk:"
21995 msgstr ""
21996
21997 #. type: verbatim
21998 #: ../resize/virt-resize.pod:172
21999 #, fuzzy, no-wrap
22000 #| msgid ""
22001 #| " edit filename\n"
22002 #| "\n"
22003 msgid ""
22004 " # virsh edit guestname\n"
22005 "\n"
22006 msgstr ""
22007 " edit назва_файла\n"
22008 "\n"
22009
22010 #. type: textblock
22011 #: ../resize/virt-resize.pod:174
22012 msgid ""
22013 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
22014 "html#elementsDisks>"
22015 msgstr ""
22016
22017 #. type: textblock
22018 #: ../resize/virt-resize.pod:177
22019 msgid "Then start up the domain with the new, resized disk:"
22020 msgstr ""
22021
22022 #. type: verbatim
22023 #: ../resize/virt-resize.pod:179
22024 #, fuzzy, no-wrap
22025 #| msgid ""
22026 #| " ln-s target linkname\n"
22027 #| "\n"
22028 msgid ""
22029 " # virsh start guestname\n"
22030 "\n"
22031 msgstr ""
22032 " ln-s призначення назва_посилання\n"
22033 "\n"
22034
22035 #. type: textblock
22036 #: ../resize/virt-resize.pod:181
22037 msgid ""
22038 "and check that it still works.  See also the L</NOTES> section below for "
22039 "additional information."
22040 msgstr ""
22041
22042 #. type: =item
22043 #: ../resize/virt-resize.pod:184
22044 msgid "7. Resize LVs etc inside the guest"
22045 msgstr ""
22046
22047 #. type: textblock
22048 #: ../resize/virt-resize.pod:186
22049 msgid "(This can also be done offline using L<guestfish(1)>)"
22050 msgstr ""
22051
22052 #. type: textblock
22053 #: ../resize/virt-resize.pod:188
22054 msgid ""
22055 "Once the guest has booted you should see the new space available, at least "
22056 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
22057 "may need to resize LVs inside PVs, and also resize filesystem types that "
22058 "virt-resize does not know how to expand."
22059 msgstr ""
22060
22061 #. type: =head2
22062 #: ../resize/virt-resize.pod:195
22063 msgid "SHRINKING A VIRTUAL MACHINE DISK"
22064 msgstr ""
22065
22066 #. type: textblock
22067 #: ../resize/virt-resize.pod:197
22068 msgid ""
22069 "Shrinking is somewhat more complex than expanding, and only an overview is "
22070 "given here."
22071 msgstr ""
22072
22073 #. type: textblock
22074 #: ../resize/virt-resize.pod:200
22075 msgid ""
22076 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
22077 "filesystems).  The user has to shrink content before passing the disk image "
22078 "to virt-resize, and virt-resize will check that the content has been shrunk "
22079 "properly."
22080 msgstr ""
22081
22082 #. type: textblock
22083 #: ../resize/virt-resize.pod:205
22084 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
22085 msgstr ""
22086
22087 #. type: textblock
22088 #: ../resize/virt-resize.pod:207
22089 msgid ""
22090 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
22091 "steps 3 and 4 above to allocate a new disk image."
22092 msgstr ""
22093
22094 #. type: textblock
22095 #: ../resize/virt-resize.pod:210
22096 msgid ""
22097 "Then run virt-resize with any of the I<--shrink> and/or I<--resize> options."
22098 msgstr ""
22099
22100 #. type: =head2
22101 #: ../resize/virt-resize.pod:213
22102 msgid "IGNORING OR DELETING PARTITIONS"
22103 msgstr ""
22104
22105 #. type: textblock
22106 #: ../resize/virt-resize.pod:215
22107 msgid ""
22108 "virt-resize also gives a convenient way to ignore or delete partitions when "
22109 "copying from the input disk to the output disk.  Ignoring a partition speeds "
22110 "up the copy where you don't care about the existing contents of a "
22111 "partition.  Deleting a partition removes it completely, but note that it "
22112 "also renumbers any partitions after the one which is deleted, which can "
22113 "leave some guests unbootable."
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../resize/virt-resize.pod:222
22118 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
22119 msgstr ""
22120
22121 #. type: textblock
22122 #: ../resize/virt-resize.pod:224
22123 msgid ""
22124 "If the input disk is in qcow2 format, then you may prefer that the output is "
22125 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
22126 "the fly.  The output format is simply determined by the format of the empty "
22127 "output container that you provide.  Thus to create qcow2 output, use:"
22128 msgstr ""
22129
22130 #. type: verbatim
22131 #: ../resize/virt-resize.pod:230
22132 #, no-wrap
22133 msgid ""
22134 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
22135 "\n"
22136 msgstr ""
22137
22138 #. type: textblock
22139 #: ../resize/virt-resize.pod:232
22140 msgid "instead of the truncate command (use I<-c> for a compressed disk)."
22141 msgstr ""
22142
22143 #. type: textblock
22144 #: ../resize/virt-resize.pod:234
22145 msgid "Similarly, to get non-sparse raw output use:"
22146 msgstr ""
22147
22148 #. type: verbatim
22149 #: ../resize/virt-resize.pod:236
22150 #, fuzzy, no-wrap
22151 #| msgid ""
22152 #| " fallocate path len\n"
22153 #| "\n"
22154 msgid ""
22155 " fallocate -l size outdisk\n"
22156 "\n"
22157 msgstr ""
22158 " fallocate шлях довжина\n"
22159 "\n"
22160
22161 #. type: textblock
22162 #: ../resize/virt-resize.pod:238
22163 msgid ""
22164 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
22165 "dev/zero of=outdisk bs=1M count=..>)"
22166 msgstr ""
22167
22168 #. type: textblock
22169 #: ../resize/virt-resize.pod:247
22170 msgid "Display help."
22171 msgstr ""
22172
22173 #. type: =item
22174 #: ../resize/virt-resize.pod:249
22175 msgid "B<-d>"
22176 msgstr ""
22177
22178 #. type: =item
22179 #: ../resize/virt-resize.pod:251 ../tools/virt-make-fs.pl:177
22180 #: ../tools/virt-win-reg.pl:120
22181 msgid "B<--debug>"
22182 msgstr "B<--debug>"
22183
22184 #. type: textblock
22185 #: ../resize/virt-resize.pod:253 ../tools/virt-win-reg.pl:122
22186 msgid "Enable debugging messages."
22187 msgstr ""
22188
22189 #. type: =item
22190 #: ../resize/virt-resize.pod:255
22191 #, fuzzy
22192 #| msgid "B<--no-dest-paths>"
22193 msgid "B<--delete part>"
22194 msgstr "B<--no-dest-paths>"
22195
22196 #. type: textblock
22197 #: ../resize/virt-resize.pod:257
22198 msgid ""
22199 "Delete the named partition.  It would be more accurate to describe this as "
22200 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
22201 "the original disk image is left intact."
22202 msgstr ""
22203
22204 #. type: textblock
22205 #: ../resize/virt-resize.pod:261
22206 msgid ""
22207 "Note that when you delete a partition, then anything contained in the "
22208 "partition is also deleted.  Furthermore, this causes any partitions that "
22209 "come after to be I<renumbered>, which can easily make your guest unbootable."
22210 msgstr ""
22211
22212 #. type: textblock
22213 #: ../resize/virt-resize.pod:266 ../resize/virt-resize.pod:327
22214 #: ../resize/virt-resize.pod:448
22215 msgid "You can give this option multiple times."
22216 msgstr ""
22217
22218 #. type: =item
22219 #: ../resize/virt-resize.pod:268
22220 #, fuzzy
22221 #| msgid "B<--partition>"
22222 msgid "B<--expand part>"
22223 msgstr "B<--partition>"
22224
22225 #. type: textblock
22226 #: ../resize/virt-resize.pod:270
22227 msgid ""
22228 "Expand the named partition so it uses up all extra space (space left over "
22229 "after any other resize changes that you request have been done)."
22230 msgstr ""
22231
22232 #. type: textblock
22233 #: ../resize/virt-resize.pod:273
22234 msgid ""
22235 "If virt-resize knows how, it will expand the direct content of the "
22236 "partition.  For example, if the partition is an LVM PV, it will expand the "
22237 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
22238 "content it doesn't know about alone."
22239 msgstr ""
22240
22241 #. type: textblock
22242 #: ../resize/virt-resize.pod:278
22243 msgid "Currently virt-resize can resize:"
22244 msgstr ""
22245
22246 #. type: textblock
22247 #: ../resize/virt-resize.pod:284
22248 msgid "ext2, ext3 and ext4 filesystems."
22249 msgstr ""
22250
22251 #. type: textblock
22252 #: ../resize/virt-resize.pod:288
22253 msgid "NTFS filesystems, if libguestfs was compiled with support for NTFS."
22254 msgstr ""
22255
22256 #. type: textblock
22257 #: ../resize/virt-resize.pod:290
22258 msgid ""
22259 "The filesystem must have been shut down consistently last time it was used.  "
22260 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
22261 "consistency check, so at the first boot after resizing Windows will check "
22262 "the disk."
22263 msgstr ""
22264
22265 #. type: textblock
22266 #: ../resize/virt-resize.pod:297
22267 msgid ""
22268 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
22269 "inside the PV, but see the I<--LV-expand> option.  The user could also "
22270 "resize LVs as desired after boot."
22271 msgstr ""
22272
22273 #. type: textblock
22274 #: ../resize/virt-resize.pod:303
22275 msgid "Btrfs filesystems, if libguestfs was compiled with support for btrfs."
22276 msgstr ""
22277
22278 #. type: textblock
22279 #: ../resize/virt-resize.pod:307 ../resize/virt-resize.pod:476
22280 msgid "Note that you cannot use I<--expand> and I<--shrink> together."
22281 msgstr ""
22282
22283 #. type: =item
22284 #: ../resize/virt-resize.pod:309 ../tools/virt-list-filesystems.pl:91
22285 #: ../tools/virt-list-partitions.pl:92 ../tools/virt-tar.pl:141
22286 #: ../tools/virt-win-reg.pl:142
22287 msgid "B<--format> raw"
22288 msgstr ""
22289
22290 #. type: textblock
22291 #: ../resize/virt-resize.pod:311
22292 msgid ""
22293 "Specify the format of the input disk image.  If this flag is not given then "
22294 "it is auto-detected from the image itself."
22295 msgstr ""
22296
22297 #. type: textblock
22298 #: ../resize/virt-resize.pod:317
22299 msgid ""
22300 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
22301 "AND NON-SPARSE RAW FORMATS>."
22302 msgstr ""
22303
22304 #. type: =item
22305 #: ../resize/virt-resize.pod:320
22306 #, fuzzy
22307 #| msgid "B<--format>"
22308 msgid "B<--ignore part>"
22309 msgstr "B<--format>"
22310
22311 #. type: textblock
22312 #: ../resize/virt-resize.pod:322
22313 msgid ""
22314 "Ignore the named partition.  Effectively this means the partition is "
22315 "allocated on the destination disk, but the content is not copied across from "
22316 "the source disk.  The content of the partition will be blank (all zero "
22317 "bytes)."
22318 msgstr ""
22319
22320 #. type: =item
22321 #: ../resize/virt-resize.pod:329
22322 msgid "B<--LV-expand logvol>"
22323 msgstr ""
22324
22325 #. type: textblock
22326 #: ../resize/virt-resize.pod:331
22327 msgid ""
22328 "This takes the logical volume and, as a final step, expands it to fill all "
22329 "the space available in its volume group.  A typical usage, assuming a Linux "
22330 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
22331 "lv_root> would be:"
22332 msgstr ""
22333
22334 #. type: verbatim
22335 #: ../resize/virt-resize.pod:336
22336 #, no-wrap
22337 msgid ""
22338 " virt-resize indisk outdisk \\\n"
22339 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
22340 "\n"
22341 msgstr ""
22342
22343 #. type: textblock
22344 #: ../resize/virt-resize.pod:339
22345 msgid ""
22346 "This would first expand the partition (and PV), and then expand the root "
22347 "device to fill the extra space in the PV."
22348 msgstr ""
22349
22350 #. type: textblock
22351 #: ../resize/virt-resize.pod:342
22352 msgid ""
22353 "The contents of the LV are also resized if virt-resize knows how to do "
22354 "that.  You can stop virt-resize from trying to expand the content by using "
22355 "the option I<--no-expand-content>."
22356 msgstr ""
22357
22358 #. type: textblock
22359 #: ../resize/virt-resize.pod:346
22360 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
22361 msgstr ""
22362
22363 #. type: textblock
22364 #: ../resize/virt-resize.pod:348
22365 msgid ""
22366 "You can give this option multiple times, I<but> it doesn't make sense to do "
22367 "this unless the logical volumes you specify are all in different volume "
22368 "groups."
22369 msgstr ""
22370
22371 #. type: =item
22372 #: ../resize/virt-resize.pod:354
22373 #, fuzzy
22374 #| msgid "B<--debug>"
22375 msgid "B<--dryrun>"
22376 msgstr "B<--debug>"
22377
22378 #. type: textblock
22379 #: ../resize/virt-resize.pod:356
22380 msgid "Print a summary of what would be done, but don't do anything."
22381 msgstr ""
22382
22383 #. type: =item
22384 #: ../resize/virt-resize.pod:358
22385 msgid "B<--no-copy-boot-loader>"
22386 msgstr ""
22387
22388 #. type: textblock
22389 #: ../resize/virt-resize.pod:360
22390 msgid ""
22391 "By default, virt-resize copies over some sectors at the start of the disk "
22392 "(up to the beginning of the first partition).  Commonly these sectors "
22393 "contain the Master Boot Record (MBR) and the boot loader, and are required "
22394 "in order for the guest to boot correctly."
22395 msgstr ""
22396
22397 #. type: textblock
22398 #: ../resize/virt-resize.pod:365
22399 msgid ""
22400 "If you specify this flag, then this initial copy is not done.  You may need "
22401 "to reinstall the boot loader in this case."
22402 msgstr ""
22403
22404 #. type: =item
22405 #: ../resize/virt-resize.pod:368
22406 #, fuzzy
22407 #| msgid "B<--partition>"
22408 msgid "B<--no-extra-partition>"
22409 msgstr "B<--partition>"
22410
22411 #. type: textblock
22412 #: ../resize/virt-resize.pod:370
22413 msgid ""
22414 "By default, virt-resize creates an extra partition if there is any extra, "
22415 "unused space after all resizing has happened.  Use this option to prevent "
22416 "the extra partition from being created.  If you do this then the extra space "
22417 "will be inaccessible until you run fdisk, parted, or some other partitioning "
22418 "tool in the guest."
22419 msgstr ""
22420
22421 #. type: textblock
22422 #: ../resize/virt-resize.pod:376
22423 msgid ""
22424 "Note that if the surplus space is smaller than 10 MB, no extra partition "
22425 "will be created."
22426 msgstr ""
22427
22428 #. type: =item
22429 #: ../resize/virt-resize.pod:379
22430 #, fuzzy
22431 #| msgid "B<--no-dest-paths>"
22432 msgid "B<--no-expand-content>"
22433 msgstr "B<--no-dest-paths>"
22434
22435 #. type: textblock
22436 #: ../resize/virt-resize.pod:381
22437 msgid ""
22438 "By default, virt-resize will try to expand the direct contents of "
22439 "partitions, if it knows how (see I<--expand> option above)."
22440 msgstr ""
22441
22442 #. type: textblock
22443 #: ../resize/virt-resize.pod:384
22444 msgid ""
22445 "If you give the I<--no-expand-content> option then virt-resize will not "
22446 "attempt this."
22447 msgstr ""
22448
22449 #. type: =item
22450 #: ../resize/virt-resize.pod:387
22451 #, fuzzy
22452 #| msgid "ntfsresize-size"
22453 msgid "B<--ntfsresize-force>"
22454 msgstr "ntfsresize-size"
22455
22456 #. type: textblock
22457 #: ../resize/virt-resize.pod:389
22458 msgid ""
22459 "Pass the I<--force> option to L<ntfsresize(8)>, allowing resizing even if "
22460 "the NTFS disk is marked as needing a consistency check.  You have to use "
22461 "this option if you want to resize a Windows guest multiple times without "
22462 "booting into Windows between each resize."
22463 msgstr ""
22464
22465 #. type: =item
22466 #: ../resize/virt-resize.pod:395
22467 #, fuzzy
22468 #| msgid "B<--format>"
22469 msgid "B<--output-format> raw"
22470 msgstr "B<--format>"
22471
22472 #. type: textblock
22473 #: ../resize/virt-resize.pod:397
22474 msgid ""
22475 "Specify the format of the output disk image.  If this flag is not given then "
22476 "it is auto-detected from the image itself."
22477 msgstr ""
22478
22479 #. type: textblock
22480 #: ../resize/virt-resize.pod:403
22481 msgid ""
22482 "Note that this option I<does not create> the output format.  This option "
22483 "just tells libguestfs what it is so it doesn't try to guess it.  You still "
22484 "need to create the output disk with the right format.  See L</QCOW2 AND NON-"
22485 "SPARSE RAW FORMATS>."
22486 msgstr ""
22487
22488 #. type: =item
22489 #: ../resize/virt-resize.pod:408
22490 msgid "B<-q>"
22491 msgstr ""
22492
22493 #. type: =item
22494 #: ../resize/virt-resize.pod:410
22495 #, fuzzy
22496 #| msgid "B<--live>"
22497 msgid "B<--quiet>"
22498 msgstr "B<--live>"
22499
22500 #. type: textblock
22501 #: ../resize/virt-resize.pod:412
22502 msgid "Don't print the summary."
22503 msgstr ""
22504
22505 #. type: =item
22506 #: ../resize/virt-resize.pod:414
22507 #, fuzzy
22508 #| msgid "B<part_size>"
22509 msgid "B<--resize part=size>"
22510 msgstr "B<part_size>"
22511
22512 #. type: textblock
22513 #: ../resize/virt-resize.pod:416
22514 msgid ""
22515 "Resize the named partition (expanding or shrinking it) so that it has the "
22516 "given size."
22517 msgstr ""
22518
22519 #. type: textblock
22520 #: ../resize/virt-resize.pod:419
22521 msgid ""
22522 "C<size> can be expressed as an absolute number followed by b/K/M/G to mean "
22523 "bytes, Kilobytes, Megabytes, or Gigabytes; or as a percentage of the current "
22524 "size; or as a relative number or percentage.  For example:"
22525 msgstr ""
22526
22527 #. type: verbatim
22528 #: ../resize/virt-resize.pod:425
22529 #, fuzzy, no-wrap
22530 #| msgid ""
22531 #| " hexedit /dev/sda 1M\n"
22532 #| "\n"
22533 msgid ""
22534 " --resize /dev/sda2=10G\n"
22535 "\n"
22536 msgstr ""
22537 " hexedit /dev/sda 1M\n"
22538 "\n"
22539
22540 #. type: verbatim
22541 #: ../resize/virt-resize.pod:427
22542 #, fuzzy, no-wrap
22543 #| msgid ""
22544 #| " pvresize device\n"
22545 #| "\n"
22546 msgid ""
22547 " --resize /dev/sda4=90%\n"
22548 "\n"
22549 msgstr ""
22550 " pvresize пристрій\n"
22551 "\n"
22552
22553 #. type: verbatim
22554 #: ../resize/virt-resize.pod:429
22555 #, fuzzy, no-wrap
22556 #| msgid ""
22557 #| " hexedit /dev/sda 1M\n"
22558 #| "\n"
22559 msgid ""
22560 " --resize /dev/sda2=+1G\n"
22561 "\n"
22562 msgstr ""
22563 " hexedit /dev/sda 1M\n"
22564 "\n"
22565
22566 #. type: verbatim
22567 #: ../resize/virt-resize.pod:431
22568 #, fuzzy, no-wrap
22569 #| msgid ""
22570 #| " hexedit /dev/sda 1M\n"
22571 #| "\n"
22572 msgid ""
22573 " --resize /dev/sda2=-200M\n"
22574 "\n"
22575 msgstr ""
22576 " hexedit /dev/sda 1M\n"
22577 "\n"
22578
22579 #. type: verbatim
22580 #: ../resize/virt-resize.pod:433
22581 #, fuzzy, no-wrap
22582 #| msgid ""
22583 #| " hexedit /dev/sda 1M\n"
22584 #| "\n"
22585 msgid ""
22586 " --resize /dev/sda1=+128K\n"
22587 "\n"
22588 msgstr ""
22589 " hexedit /dev/sda 1M\n"
22590 "\n"
22591
22592 #. type: verbatim
22593 #: ../resize/virt-resize.pod:435
22594 #, fuzzy, no-wrap
22595 #| msgid ""
22596 #| " hexedit /dev/sda 1M\n"
22597 #| "\n"
22598 msgid ""
22599 " --resize /dev/sda1=+10%\n"
22600 "\n"
22601 msgstr ""
22602 " hexedit /dev/sda 1M\n"
22603 "\n"
22604
22605 #. type: verbatim
22606 #: ../resize/virt-resize.pod:437
22607 #, fuzzy, no-wrap
22608 #| msgid ""
22609 #| " hexedit /dev/sda 1M\n"
22610 #| "\n"
22611 msgid ""
22612 " --resize /dev/sda1=-10%\n"
22613 "\n"
22614 msgstr ""
22615 " hexedit /dev/sda 1M\n"
22616 "\n"
22617
22618 #. type: textblock
22619 #: ../resize/virt-resize.pod:439
22620 msgid ""
22621 "You can increase the size of any partition.  Virt-resize will expand the "
22622 "direct content of the partition if it knows how (see I<--expand> below)."
22623 msgstr ""
22624
22625 #. type: textblock
22626 #: ../resize/virt-resize.pod:443
22627 msgid ""
22628 "You can only I<decrease> the size of partitions that contain filesystems or "
22629 "PVs which have already been shrunk.  Virt-resize will check this has been "
22630 "done before proceeding, or else will print an error (see also I<--resize-"
22631 "force>)."
22632 msgstr ""
22633
22634 #. type: =item
22635 #: ../resize/virt-resize.pod:450
22636 msgid "B<--resize-force part=size>"
22637 msgstr ""
22638
22639 #. type: textblock
22640 #: ../resize/virt-resize.pod:452
22641 msgid ""
22642 "This is the same as I<--resize> except that it will let you decrease the "
22643 "size of any partition.  Generally this means you will lose any data which "
22644 "was at the end of the partition you shrink, but you may not care about that "
22645 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
22646 "as a swap partition)."
22647 msgstr ""
22648
22649 #. type: textblock
22650 #: ../resize/virt-resize.pod:458
22651 msgid "See also the I<--ignore> option."
22652 msgstr ""
22653
22654 #. type: =item
22655 #: ../resize/virt-resize.pod:460
22656 #, fuzzy
22657 #| msgid "B<--partition>"
22658 msgid "B<--shrink part>"
22659 msgstr "B<--partition>"
22660
22661 #. type: textblock
22662 #: ../resize/virt-resize.pod:462
22663 msgid ""
22664 "Shrink the named partition until the overall disk image fits in the "
22665 "destination.  The named partition B<must> contain a filesystem or PV which "
22666 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
22667 "online tools).  Virt-resize will check this and give an error if it has not "
22668 "been done."
22669 msgstr ""
22670
22671 #. type: textblock
22672 #: ../resize/virt-resize.pod:468
22673 msgid ""
22674 "The amount by which the overall disk must be shrunk (after carrying out all "
22675 "other operations requested by the user) is called the \"deficit\".  For "
22676 "example, a straight copy (assume no other operations)  from a 5GB disk image "
22677 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
22678 "would give an error unless the user specified a partition to shrink and that "
22679 "partition had more than a gigabyte of free space."
22680 msgstr ""
22681
22682 #. type: =head2
22683 #: ../resize/virt-resize.pod:488
22684 msgid "\"Partition 1 does not end on cylinder boundary.\""
22685 msgstr ""
22686
22687 #. type: textblock
22688 #: ../resize/virt-resize.pod:490
22689 msgid ""
22690 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
22691 "means the partitions will not be aligned to the ancient CHS geometry.  "
22692 "However CHS geometry is meaningless for disks manufactured since the early "
22693 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
22694 "cylinders is not required by any modern operating system."
22695 msgstr ""
22696
22697 #. type: =head2
22698 #: ../resize/virt-resize.pod:497
22699 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
22700 msgstr ""
22701
22702 #. type: textblock
22703 #: ../resize/virt-resize.pod:499
22704 msgid ""
22705 "In Windows Vista and later versions, Microsoft switched to using a separate "
22706 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
22707 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
22708 "the boot partition.  Doing so seems to break the guest completely.  However "
22709 "expanding the second partition (ie. C: drive) should work."
22710 msgstr ""
22711
22712 #. type: textblock
22713 #: ../resize/virt-resize.pod:506
22714 msgid ""
22715 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
22716 "NTFS partitions have been expanded.  This is just a safety check and (unless "
22717 "it find errors) is nothing to worry about."
22718 msgstr ""
22719
22720 #. type: =head2
22721 #: ../resize/virt-resize.pod:510
22722 msgid "GUEST BOOT STUCK AT \"GRUB\""
22723 msgstr ""
22724
22725 #. type: textblock
22726 #: ../resize/virt-resize.pod:512
22727 msgid ""
22728 "If a Linux guest does not boot after resizing, and the boot is stuck after "
22729 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
22730 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
22731 "although we think is to do with partition alignment."
22732 msgstr ""
22733
22734 #. type: verbatim
22735 #: ../resize/virt-resize.pod:517
22736 #, no-wrap
22737 msgid ""
22738 " guestfish -i -a newdisk\n"
22739 " ><fs> cat /boot/grub/device.map\n"
22740 " # check the contents of this file are sensible or\n"
22741 " # edit the file if necessary\n"
22742 " ><fs> grub-install / /dev/vda\n"
22743 " ><fs> exit\n"
22744 "\n"
22745 msgstr ""
22746
22747 #. type: textblock
22748 #: ../resize/virt-resize.pod:524
22749 msgid ""
22750 "For more flexible guest reconfiguration, including if you need to specify "
22751 "other parameters to grub-install, use L<virt-rescue(1)>."
22752 msgstr ""
22753
22754 #. type: =head1
22755 #: ../resize/virt-resize.pod:527
22756 msgid "ALTERNATIVE TOOLS"
22757 msgstr ""
22758
22759 #. type: textblock
22760 #: ../resize/virt-resize.pod:529
22761 msgid ""
22762 "There are several proprietary tools for resizing partitions.  We won't "
22763 "mention any here."
22764 msgstr ""
22765
22766 #. type: textblock
22767 #: ../resize/virt-resize.pod:532
22768 msgid ""
22769 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
22770 "operations on disk images.  They can resize and move partitions, but I don't "
22771 "think they can do anything with the contents, and they certainly don't "
22772 "understand LVM."
22773 msgstr ""
22774
22775 #. type: textblock
22776 #: ../resize/virt-resize.pod:537
22777 msgid ""
22778 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
22779 "but at a much lower level.  You will probably end up hand-calculating sector "
22780 "offsets, which is something that virt-resize was designed to avoid.  If you "
22781 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
22782 "I<--debug> flag."
22783 msgstr ""
22784
22785 #. type: textblock
22786 #: ../resize/virt-resize.pod:552
22787 msgid ""
22788 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
22789 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
22790 "L<btrfs(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, "
22791 "L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, L<http://libguestfs.org/>."
22792 msgstr ""
22793
22794 #. type: textblock
22795 #: ../ruby/examples/guestfs-ruby.pod:5
22796 msgid "guestfs-ruby - How to use libguestfs from Ruby"
22797 msgstr ""
22798
22799 #. type: verbatim
22800 #: ../ruby/examples/guestfs-ruby.pod:9
22801 #, no-wrap
22802 msgid ""
22803 " require 'guestfs'\n"
22804 " g = Guestfs::Guestfs.new()\n"
22805 " g.add_drive_opts(\"disk.img\",\n"
22806 "                  :readonly => 1, :format => \"raw\")\n"
22807 " g.launch()\n"
22808 "\n"
22809 msgstr ""
22810
22811 #. type: textblock
22812 #: ../ruby/examples/guestfs-ruby.pod:17
22813 msgid ""
22814 "This manual page documents how to call libguestfs from the Ruby programming "
22815 "language.  This page just documents the differences from the C API and gives "
22816 "some examples.  If you are not familiar with using libguestfs, you also need "
22817 "to read L<guestfs(3)>."
22818 msgstr ""
22819
22820 #. type: textblock
22821 #: ../ruby/examples/guestfs-ruby.pod:24
22822 msgid ""
22823 "Errors from libguestfs functions are mapped into the C<Error> exception.  "
22824 "This has a single parameter which is the error message (a string)."
22825 msgstr ""
22826
22827 #. type: textblock
22828 #: ../ruby/examples/guestfs-ruby.pod:38
22829 #, fuzzy
22830 #| msgid ""
22831 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
22832 #| "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::"
22833 #| "Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
22834 msgid ""
22835 "L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)"
22836 ">, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, L<http://"
22837 "libguestfs.org/>."
22838 msgstr ""
22839 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
22840 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
22841 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
22842
22843 #. type: =head2
22844 #: ../src/guestfs-actions.pod:1
22845 msgid "guestfs_add_cdrom"
22846 msgstr ""
22847
22848 #. type: verbatim
22849 #: ../src/guestfs-actions.pod:3
22850 #, no-wrap
22851 msgid ""
22852 " int\n"
22853 " guestfs_add_cdrom (guestfs_h *g,\n"
22854 "                    const char *filename);\n"
22855 "\n"
22856 msgstr ""
22857
22858 #. type: textblock
22859 #: ../src/guestfs-actions.pod:17
22860 msgid ""
22861 "This call checks for the existence of C<filename>.  This stops you from "
22862 "specifying other types of drive which are supported by qemu such as C<nbd:> "
22863 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
22864 "instead."
22865 msgstr ""
22866
22867 #. type: textblock
22868 #: ../src/guestfs-actions.pod:24
22869 msgid ""
22870 "If you just want to add an ISO file (often you use this as an efficient way "
22871 "to transfer large files into the guest), then you should probably use "
22872 "C<guestfs_add_drive_ro> instead."
22873 msgstr ""
22874
22875 #. type: textblock
22876 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140
22877 #: ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238
22878 #: ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273
22879 #: ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307
22880 #: ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442
22881 #: ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501
22882 #: ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547
22883 #: ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647
22884 #: ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676
22885 #: ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793
22886 #: ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821
22887 #: ../src/guestfs-actions.pod:858 ../src/guestfs-actions.pod:1041
22888 #: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1079
22889 #: ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1181
22890 #: ../src/guestfs-actions.pod:1200 ../src/guestfs-actions.pod:1214
22891 #: ../src/guestfs-actions.pod:1234 ../src/guestfs-actions.pod:1304
22892 #: ../src/guestfs-actions.pod:1335 ../src/guestfs-actions.pod:1360
22893 #: ../src/guestfs-actions.pod:1402 ../src/guestfs-actions.pod:1508
22894 #: ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1757
22895 #: ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1866
22896 #: ../src/guestfs-actions.pod:2341 ../src/guestfs-actions.pod:2485
22897 #: ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:2581
22898 #: ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3636
22899 #: ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:3850
22900 #: ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:3877
22901 #: ../src/guestfs-actions.pod:3891 ../src/guestfs-actions.pod:3906
22902 #: ../src/guestfs-actions.pod:3942 ../src/guestfs-actions.pod:4014
22903 #: ../src/guestfs-actions.pod:4034 ../src/guestfs-actions.pod:4051
22904 #: ../src/guestfs-actions.pod:4074 ../src/guestfs-actions.pod:4097
22905 #: ../src/guestfs-actions.pod:4132 ../src/guestfs-actions.pod:4151
22906 #: ../src/guestfs-actions.pod:4170 ../src/guestfs-actions.pod:4205
22907 #: ../src/guestfs-actions.pod:4217 ../src/guestfs-actions.pod:4253
22908 #: ../src/guestfs-actions.pod:4269 ../src/guestfs-actions.pod:4282
22909 #: ../src/guestfs-actions.pod:4297 ../src/guestfs-actions.pod:4314
22910 #: ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4427
22911 #: ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4491
22912 #: ../src/guestfs-actions.pod:4509 ../src/guestfs-actions.pod:4527
22913 #: ../src/guestfs-actions.pod:4543 ../src/guestfs-actions.pod:4557
22914 #: ../src/guestfs-actions.pod:4571 ../src/guestfs-actions.pod:4588
22915 #: ../src/guestfs-actions.pod:4603 ../src/guestfs-actions.pod:4623
22916 #: ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4766
22917 #: ../src/guestfs-actions.pod:4797 ../src/guestfs-actions.pod:4816
22918 #: ../src/guestfs-actions.pod:4835 ../src/guestfs-actions.pod:4847
22919 #: ../src/guestfs-actions.pod:4864 ../src/guestfs-actions.pod:4877
22920 #: ../src/guestfs-actions.pod:4892 ../src/guestfs-actions.pod:4907
22921 #: ../src/guestfs-actions.pod:4942 ../src/guestfs-actions.pod:4975
22922 #: ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5034
22923 #: ../src/guestfs-actions.pod:5048 ../src/guestfs-actions.pod:5065
22924 #: ../src/guestfs-actions.pod:5114 ../src/guestfs-actions.pod:5160
22925 #: ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5250
22926 #: ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5302
22927 #: ../src/guestfs-actions.pod:5320 ../src/guestfs-actions.pod:5460
22928 #: ../src/guestfs-actions.pod:5517 ../src/guestfs-actions.pod:5539
22929 #: ../src/guestfs-actions.pod:5557 ../src/guestfs-actions.pod:5589
22930 #: ../src/guestfs-actions.pod:5655 ../src/guestfs-actions.pod:5672
22931 #: ../src/guestfs-actions.pod:5685 ../src/guestfs-actions.pod:5699
22932 #: ../src/guestfs-actions.pod:5988 ../src/guestfs-actions.pod:6007
22933 #: ../src/guestfs-actions.pod:6026 ../src/guestfs-actions.pod:6040
22934 #: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6066
22935 #: ../src/guestfs-actions.pod:6078 ../src/guestfs-actions.pod:6092
22936 #: ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6129
22937 #: ../src/guestfs-actions.pod:6148 ../src/guestfs-actions.pod:6167
22938 #: ../src/guestfs-actions.pod:6197 ../src/guestfs-actions.pod:6215
22939 #: ../src/guestfs-actions.pod:6238 ../src/guestfs-actions.pod:6256
22940 #: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6296
22941 #: ../src/guestfs-actions.pod:6315 ../src/guestfs-actions.pod:6332
22942 #: ../src/guestfs-actions.pod:6351 ../src/guestfs-actions.pod:6379
22943 #: ../src/guestfs-actions.pod:6403 ../src/guestfs-actions.pod:6422
22944 #: ../src/guestfs-actions.pod:6446 ../src/guestfs-actions.pod:6465
22945 #: ../src/guestfs-actions.pod:6480 ../src/guestfs-actions.pod:6499
22946 #: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6566
22947 #: ../src/guestfs-actions.pod:6599 ../src/guestfs-actions.pod:6721
22948 #: ../src/guestfs-actions.pod:6842 ../src/guestfs-actions.pod:6854
22949 #: ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:6880
22950 #: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915
22951 #: ../src/guestfs-actions.pod:6928 ../src/guestfs-actions.pod:6941
22952 #: ../src/guestfs-actions.pod:6956 ../src/guestfs-actions.pod:7015
22953 #: ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7048
22954 #: ../src/guestfs-actions.pod:7064 ../src/guestfs-actions.pod:7081
22955 #: ../src/guestfs-actions.pod:7094 ../src/guestfs-actions.pod:7114
22956 #: ../src/guestfs-actions.pod:7150 ../src/guestfs-actions.pod:7164
22957 #: ../src/guestfs-actions.pod:7205 ../src/guestfs-actions.pod:7218
22958 #: ../src/guestfs-actions.pod:7236 ../src/guestfs-actions.pod:7270
22959 #: ../src/guestfs-actions.pod:7306 ../src/guestfs-actions.pod:7422
22960 #: ../src/guestfs-actions.pod:7437 ../src/guestfs-actions.pod:7451
22961 #: ../src/guestfs-actions.pod:7506 ../src/guestfs-actions.pod:7519
22962 #: ../src/guestfs-actions.pod:7564 ../src/guestfs-actions.pod:7597
22963 #: ../src/guestfs-actions.pod:7660 ../src/guestfs-actions.pod:7680
22964 #: ../src/guestfs-actions.pod:7706 ../src/guestfs-actions.pod:7773
22965 #: ../src/guestfs-actions.pod:7792 ../src/guestfs-actions.pod:7821
22966 msgid "This function returns 0 on success or -1 on error."
22967 msgstr ""
22968
22969 #. type: textblock
22970 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142
22971 #: ../src/guestfs-actions.pod:1165 ../src/guestfs-actions.pod:1980
22972 #: ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2192
22973 #: ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3643
22974 #: ../src/guestfs-actions.pod:4951 ../src/guestfs-actions.pod:6217
22975 #: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6467
22976 #: ../src/guestfs-actions.pod:6958 ../src/guestfs-actions.pod:7083
22977 #: ../src/guestfs-actions.pod:7606
22978 msgid "(Added in 0.3)"
22979 msgstr ""
22980
22981 #. type: =head2
22982 #: ../src/guestfs-actions.pod:41
22983 msgid "guestfs_add_domain"
22984 msgstr ""
22985
22986 #. type: verbatim
22987 #: ../src/guestfs-actions.pod:43
22988 #, no-wrap
22989 msgid ""
22990 " int\n"
22991 " guestfs_add_domain (guestfs_h *g,\n"
22992 "                     const char *dom,\n"
22993 "                     ...);\n"
22994 "\n"
22995 msgstr ""
22996
22997 #. type: textblock
22998 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151
22999 #: ../src/guestfs-actions.pod:832 ../src/guestfs-actions.pod:2826
23000 #: ../src/guestfs-actions.pod:4642 ../src/guestfs-actions.pod:4961
23001 #: ../src/guestfs-actions.pod:5178
23002 msgid ""
23003 "You may supply a list of optional arguments to this call.  Use zero or more "
23004 "of the following pairs of parameters, and terminate the list with C<-1> on "
23005 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
23006 msgstr ""
23007
23008 #. type: verbatim
23009 #: ../src/guestfs-actions.pod:53
23010 #, no-wrap
23011 msgid ""
23012 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
23013 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
23014 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
23015 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
23016 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
23017 "\n"
23018 msgstr ""
23019
23020 #. type: textblock
23021 #: ../src/guestfs-actions.pod:59
23022 msgid ""
23023 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23024 "It works by connecting to libvirt, requesting the domain and domain XML from "
23025 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
23026 "one."
23027 msgstr ""
23028
23029 #. type: textblock
23030 #: ../src/guestfs-actions.pod:94
23031 msgid ""
23032 "The other optional parameters are passed directly through to "
23033 "C<guestfs_add_drive_opts>."
23034 msgstr ""
23035
23036 #. type: textblock
23037 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350
23038 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693
23039 #: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742
23040 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1380
23041 #: ../src/guestfs-actions.pod:1736 ../src/guestfs-actions.pod:1939
23042 #: ../src/guestfs-actions.pod:2050 ../src/guestfs-actions.pod:2101
23043 #: ../src/guestfs-actions.pod:2156 ../src/guestfs-actions.pod:2179
23044 #: ../src/guestfs-actions.pod:2472 ../src/guestfs-actions.pod:2944
23045 #: ../src/guestfs-actions.pod:2962 ../src/guestfs-actions.pod:5137
23046 #: ../src/guestfs-actions.pod:5357 ../src/guestfs-actions.pod:5769
23047 #: ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:7191
23048 #: ../src/guestfs-actions.pod:7617 ../src/guestfs-actions.pod:7630
23049 #: ../src/guestfs-actions.pod:7643
23050 msgid "On error this function returns -1."
23051 msgstr ""
23052
23053 #. type: textblock
23054 #: ../src/guestfs-actions.pod:99
23055 msgid "(Added in 1.7.4)"
23056 msgstr ""
23057
23058 #. type: =head2
23059 #: ../src/guestfs-actions.pod:101
23060 msgid "guestfs_add_domain_va"
23061 msgstr ""
23062
23063 #. type: verbatim
23064 #: ../src/guestfs-actions.pod:103
23065 #, no-wrap
23066 msgid ""
23067 " int\n"
23068 " guestfs_add_domain_va (guestfs_h *g,\n"
23069 "                        const char *dom,\n"
23070 "                        va_list args);\n"
23071 "\n"
23072 msgstr ""
23073
23074 #. type: textblock
23075 #: ../src/guestfs-actions.pod:108
23076 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
23077 msgstr ""
23078
23079 #. type: textblock
23080 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121
23081 #: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225
23082 #: ../src/guestfs-actions.pod:871 ../src/guestfs-actions.pod:882
23083 #: ../src/guestfs-actions.pod:2910 ../src/guestfs-actions.pod:2922
23084 #: ../src/guestfs-actions.pod:4707 ../src/guestfs-actions.pod:4719
23085 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5001
23086 #: ../src/guestfs-actions.pod:5227 ../src/guestfs-actions.pod:5238
23087 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
23088 msgstr "Див. L</CALLS WITH OPTIONAL ARGUMENTS>."
23089
23090 #. type: =head2
23091 #: ../src/guestfs-actions.pod:112
23092 msgid "guestfs_add_domain_argv"
23093 msgstr "guestfs_add_domain_argv"
23094
23095 #. type: verbatim
23096 #: ../src/guestfs-actions.pod:114
23097 #, no-wrap
23098 msgid ""
23099 " int\n"
23100 " guestfs_add_domain_argv (guestfs_h *g,\n"
23101 "                          const char *dom,\n"
23102 "                          const struct guestfs_add_domain_argv *optargs);\n"
23103 "\n"
23104 msgstr ""
23105
23106 #. type: textblock
23107 #: ../src/guestfs-actions.pod:119
23108 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
23109 msgstr ""
23110
23111 #. type: =head2
23112 #: ../src/guestfs-actions.pod:123
23113 msgid "guestfs_add_drive"
23114 msgstr ""
23115
23116 #. type: verbatim
23117 #: ../src/guestfs-actions.pod:125
23118 #, no-wrap
23119 msgid ""
23120 " int\n"
23121 " guestfs_add_drive (guestfs_h *g,\n"
23122 "                    const char *filename);\n"
23123 "\n"
23124 msgstr ""
23125
23126 #. type: textblock
23127 #: ../src/guestfs-actions.pod:129
23128 msgid ""
23129 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
23130 "optional parameters, so the disk is added writable, with the format being "
23131 "detected automatically."
23132 msgstr ""
23133
23134 #. type: textblock
23135 #: ../src/guestfs-actions.pod:133
23136 msgid ""
23137 "Automatic detection of the format opens you up to a potential security hole "
23138 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23139 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23140 "you should think about replacing calls to this function with calls to "
23141 "C<guestfs_add_drive_opts>, and specifying the format."
23142 msgstr ""
23143
23144 #. type: =head2
23145 #: ../src/guestfs-actions.pod:144
23146 msgid "guestfs_add_drive_opts"
23147 msgstr ""
23148
23149 #. type: verbatim
23150 #: ../src/guestfs-actions.pod:146
23151 #, no-wrap
23152 msgid ""
23153 " int\n"
23154 " guestfs_add_drive_opts (guestfs_h *g,\n"
23155 "                         const char *filename,\n"
23156 "                         ...);\n"
23157 "\n"
23158 msgstr ""
23159
23160 #. type: verbatim
23161 #: ../src/guestfs-actions.pod:156
23162 #, no-wrap
23163 msgid ""
23164 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
23165 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
23166 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
23167 "\n"
23168 msgstr ""
23169
23170 #. type: textblock
23171 #: ../src/guestfs-actions.pod:185
23172 msgid ""
23173 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
23174 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
23175 "Possible formats include C<raw> and C<qcow2>."
23176 msgstr ""
23177
23178 #. type: textblock
23179 #: ../src/guestfs-actions.pod:196
23180 msgid ""
23181 "This rarely-used option lets you emulate the behaviour of the deprecated "
23182 "C<guestfs_add_drive_with_if> call (q.v.)"
23183 msgstr ""
23184
23185 #. type: textblock
23186 #: ../src/guestfs-actions.pod:203
23187 msgid "(Added in 1.5.23)"
23188 msgstr ""
23189
23190 #. type: =head2
23191 #: ../src/guestfs-actions.pod:205
23192 msgid "guestfs_add_drive_opts_va"
23193 msgstr ""
23194
23195 #. type: verbatim
23196 #: ../src/guestfs-actions.pod:207
23197 #, no-wrap
23198 msgid ""
23199 " int\n"
23200 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
23201 "                            const char *filename,\n"
23202 "                            va_list args);\n"
23203 "\n"
23204 msgstr ""
23205
23206 #. type: textblock
23207 #: ../src/guestfs-actions.pod:212
23208 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
23209 msgstr ""
23210
23211 #. type: =head2
23212 #: ../src/guestfs-actions.pod:216
23213 msgid "guestfs_add_drive_opts_argv"
23214 msgstr ""
23215
23216 #. type: verbatim
23217 #: ../src/guestfs-actions.pod:218
23218 #, no-wrap
23219 msgid ""
23220 " int\n"
23221 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
23222 "                              const char *filename,\n"
23223 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
23224 "\n"
23225 msgstr ""
23226
23227 #. type: textblock
23228 #: ../src/guestfs-actions.pod:223
23229 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
23230 msgstr ""
23231
23232 #. type: =head2
23233 #: ../src/guestfs-actions.pod:227
23234 msgid "guestfs_add_drive_ro"
23235 msgstr ""
23236
23237 #. type: verbatim
23238 #: ../src/guestfs-actions.pod:229
23239 #, no-wrap
23240 msgid ""
23241 " int\n"
23242 " guestfs_add_drive_ro (guestfs_h *g,\n"
23243 "                       const char *filename);\n"
23244 "\n"
23245 msgstr ""
23246
23247 #. type: textblock
23248 #: ../src/guestfs-actions.pod:233
23249 msgid ""
23250 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
23251 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
23252 "disk is added read-only, with the format being detected automatically."
23253 msgstr ""
23254
23255 #. type: textblock
23256 #: ../src/guestfs-actions.pod:240
23257 msgid "(Added in 1.0.38)"
23258 msgstr ""
23259
23260 #. type: =head2
23261 #: ../src/guestfs-actions.pod:242
23262 msgid "guestfs_add_drive_ro_with_if"
23263 msgstr ""
23264
23265 #. type: verbatim
23266 #: ../src/guestfs-actions.pod:244
23267 #, no-wrap
23268 msgid ""
23269 " int\n"
23270 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
23271 "                               const char *filename,\n"
23272 "                               const char *iface);\n"
23273 "\n"
23274 msgstr ""
23275
23276 #. type: textblock
23277 #: ../src/guestfs-actions.pod:249
23278 msgid ""
23279 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
23280 "QEMU interface emulation to use at run time."
23281 msgstr ""
23282
23283 #. type: textblock
23284 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282
23285 #: ../src/guestfs-actions.pod:2431
23286 msgid "(Added in 1.0.84)"
23287 msgstr ""
23288
23289 #. type: =head2
23290 #: ../src/guestfs-actions.pod:263
23291 msgid "guestfs_add_drive_with_if"
23292 msgstr ""
23293
23294 #. type: verbatim
23295 #: ../src/guestfs-actions.pod:265
23296 #, no-wrap
23297 msgid ""
23298 " int\n"
23299 " guestfs_add_drive_with_if (guestfs_h *g,\n"
23300 "                            const char *filename,\n"
23301 "                            const char *iface);\n"
23302 "\n"
23303 msgstr ""
23304
23305 #. type: textblock
23306 #: ../src/guestfs-actions.pod:270
23307 msgid ""
23308 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
23309 "QEMU interface emulation to use at run time."
23310 msgstr ""
23311
23312 #. type: =head2
23313 #: ../src/guestfs-actions.pod:284
23314 msgid "guestfs_aug_clear"
23315 msgstr ""
23316
23317 #. type: verbatim
23318 #: ../src/guestfs-actions.pod:286
23319 #, no-wrap
23320 msgid ""
23321 " int\n"
23322 " guestfs_aug_clear (guestfs_h *g,\n"
23323 "                    const char *augpath);\n"
23324 "\n"
23325 msgstr ""
23326
23327 #. type: textblock
23328 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2181
23329 msgid "(Added in 1.3.4)"
23330 msgstr ""
23331
23332 #. type: =head2
23333 #: ../src/guestfs-actions.pod:297
23334 msgid "guestfs_aug_close"
23335 msgstr ""
23336
23337 #. type: verbatim
23338 #: ../src/guestfs-actions.pod:299
23339 #, no-wrap
23340 msgid ""
23341 " int\n"
23342 " guestfs_aug_close (guestfs_h *g);\n"
23343 "\n"
23344 msgstr ""
23345
23346 #. type: textblock
23347 #: ../src/guestfs-actions.pod:302
23348 msgid ""
23349 "Close the current Augeas handle and free up any resources used by it.  After "
23350 "calling this, you have to call C<guestfs_aug_init> again before you can use "
23351 "any other Augeas functions."
23352 msgstr ""
23353
23354 #. type: textblock
23355 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334
23356 #: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366
23357 #: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444
23358 #: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489
23359 #: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517
23360 #: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549
23361 #: ../src/guestfs-actions.pod:5846
23362 msgid "(Added in 0.7)"
23363 msgstr ""
23364
23365 #. type: =head2
23366 #: ../src/guestfs-actions.pod:311
23367 msgid "guestfs_aug_defnode"
23368 msgstr ""
23369
23370 #. type: verbatim
23371 #: ../src/guestfs-actions.pod:313
23372 #, no-wrap
23373 msgid ""
23374 " struct guestfs_int_bool *\n"
23375 " guestfs_aug_defnode (guestfs_h *g,\n"
23376 "                      const char *name,\n"
23377 "                      const char *expr,\n"
23378 "                      const char *val);\n"
23379 "\n"
23380 msgstr ""
23381
23382 #. type: textblock
23383 #: ../src/guestfs-actions.pod:322
23384 msgid ""
23385 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23386 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
23387 "containing that single node."
23388 msgstr ""
23389
23390 #. type: textblock
23391 #: ../src/guestfs-actions.pod:330
23392 msgid ""
23393 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
23394 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
23395 msgstr ""
23396
23397 #. type: =head2
23398 #: ../src/guestfs-actions.pod:336
23399 msgid "guestfs_aug_defvar"
23400 msgstr ""
23401
23402 #. type: verbatim
23403 #: ../src/guestfs-actions.pod:338
23404 #, no-wrap
23405 msgid ""
23406 " int\n"
23407 " guestfs_aug_defvar (guestfs_h *g,\n"
23408 "                     const char *name,\n"
23409 "                     const char *expr);\n"
23410 "\n"
23411 msgstr ""
23412
23413 #. type: =head2
23414 #: ../src/guestfs-actions.pod:354
23415 msgid "guestfs_aug_get"
23416 msgstr ""
23417
23418 #. type: verbatim
23419 #: ../src/guestfs-actions.pod:356
23420 #, no-wrap
23421 msgid ""
23422 " char *\n"
23423 " guestfs_aug_get (guestfs_h *g,\n"
23424 "                  const char *augpath);\n"
23425 "\n"
23426 msgstr ""
23427
23428 #. type: textblock
23429 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:922
23430 #: ../src/guestfs-actions.pod:940 ../src/guestfs-actions.pod:1000
23431 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1119
23432 #: ../src/guestfs-actions.pod:1249 ../src/guestfs-actions.pod:1266
23433 #: ../src/guestfs-actions.pod:1285 ../src/guestfs-actions.pod:1419
23434 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1719
23435 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:1899
23436 #: ../src/guestfs-actions.pod:1966 ../src/guestfs-actions.pod:2002
23437 #: ../src/guestfs-actions.pod:2023 ../src/guestfs-actions.pod:2204
23438 #: ../src/guestfs-actions.pod:2396 ../src/guestfs-actions.pod:2600
23439 #: ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2794
23440 #: ../src/guestfs-actions.pod:2813 ../src/guestfs-actions.pod:3027
23441 #: ../src/guestfs-actions.pod:3055 ../src/guestfs-actions.pod:3076
23442 #: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3169
23443 #: ../src/guestfs-actions.pod:3189 ../src/guestfs-actions.pod:3209
23444 #: ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:4189
23445 #: ../src/guestfs-actions.pod:4359 ../src/guestfs-actions.pod:4469
23446 #: ../src/guestfs-actions.pod:5375 ../src/guestfs-actions.pod:5574
23447 #: ../src/guestfs-actions.pod:5744 ../src/guestfs-actions.pod:5922
23448 #: ../src/guestfs-actions.pod:5971 ../src/guestfs-actions.pod:6627
23449 #: ../src/guestfs-actions.pod:6643 ../src/guestfs-actions.pod:6660
23450 #: ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:7365
23451 #: ../src/guestfs-actions.pod:7384 ../src/guestfs-actions.pod:7402
23452 #: ../src/guestfs-actions.pod:7576 ../src/guestfs-actions.pod:7878
23453 msgid ""
23454 "This function returns a string, or NULL on error.  I<The caller must free "
23455 "the returned string after use>."
23456 msgstr ""
23457
23458 #. type: =head2
23459 #: ../src/guestfs-actions.pod:368
23460 msgid "guestfs_aug_init"
23461 msgstr ""
23462
23463 #. type: verbatim
23464 #: ../src/guestfs-actions.pod:370
23465 #, no-wrap
23466 msgid ""
23467 " int\n"
23468 " guestfs_aug_init (guestfs_h *g,\n"
23469 "                   const char *root,\n"
23470 "                   int flags);\n"
23471 "\n"
23472 msgstr ""
23473
23474 #. type: textblock
23475 #: ../src/guestfs-actions.pod:379
23476 msgid "You must call this before using any other C<guestfs_aug_*> commands."
23477 msgstr ""
23478
23479 #. type: textblock
23480 #: ../src/guestfs-actions.pod:414
23481 msgid "Do not load the tree in C<guestfs_aug_init>."
23482 msgstr ""
23483
23484 #. type: textblock
23485 #: ../src/guestfs-actions.pod:418
23486 msgid "To close the handle, you can call C<guestfs_aug_close>."
23487 msgstr ""
23488
23489 #. type: =head2
23490 #: ../src/guestfs-actions.pod:426
23491 msgid "guestfs_aug_insert"
23492 msgstr ""
23493
23494 #. type: verbatim
23495 #: ../src/guestfs-actions.pod:428
23496 #, no-wrap
23497 msgid ""
23498 " int\n"
23499 " guestfs_aug_insert (guestfs_h *g,\n"
23500 "                     const char *augpath,\n"
23501 "                     const char *label,\n"
23502 "                     int before);\n"
23503 "\n"
23504 msgstr ""
23505
23506 #. type: =head2
23507 #: ../src/guestfs-actions.pod:446
23508 msgid "guestfs_aug_load"
23509 msgstr ""
23510
23511 #. type: verbatim
23512 #: ../src/guestfs-actions.pod:448
23513 #, no-wrap
23514 msgid ""
23515 " int\n"
23516 " guestfs_aug_load (guestfs_h *g);\n"
23517 "\n"
23518 msgstr ""
23519
23520 #. type: =head2
23521 #: ../src/guestfs-actions.pod:460
23522 msgid "guestfs_aug_ls"
23523 msgstr ""
23524
23525 #. type: verbatim
23526 #: ../src/guestfs-actions.pod:462
23527 #, no-wrap
23528 msgid ""
23529 " char **\n"
23530 " guestfs_aug_ls (guestfs_h *g,\n"
23531 "                 const char *augpath);\n"
23532 "\n"
23533 msgstr ""
23534
23535 #. type: textblock
23536 #: ../src/guestfs-actions.pod:466
23537 msgid ""
23538 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
23539 "sorting the resulting nodes into alphabetical order."
23540 msgstr ""
23541
23542 #. type: textblock
23543 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485
23544 #: ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1138
23545 #: ../src/guestfs-actions.pod:1434 ../src/guestfs-actions.pod:1453
23546 #: ../src/guestfs-actions.pod:1556 ../src/guestfs-actions.pod:1575
23547 #: ../src/guestfs-actions.pod:1821 ../src/guestfs-actions.pod:2276
23548 #: ../src/guestfs-actions.pod:2292 ../src/guestfs-actions.pod:2311
23549 #: ../src/guestfs-actions.pod:2354 ../src/guestfs-actions.pod:2378
23550 #: ../src/guestfs-actions.pod:2449 ../src/guestfs-actions.pod:2498
23551 #: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:3129
23552 #: ../src/guestfs-actions.pod:3405 ../src/guestfs-actions.pod:3719
23553 #: ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3756
23554 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3923
23555 #: ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:5098
23556 #: ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5842
23557 #: ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6707
23558 #: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:6823
23559 #: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6993
23560 #: ../src/guestfs-actions.pod:7469 ../src/guestfs-actions.pod:7489
23561 #: ../src/guestfs-actions.pod:7536 ../src/guestfs-actions.pod:7730
23562 #: ../src/guestfs-actions.pod:7749 ../src/guestfs-actions.pod:7835
23563 #: ../src/guestfs-actions.pod:7854 ../src/guestfs-actions.pod:7900
23564 #: ../src/guestfs-actions.pod:7919
23565 msgid ""
23566 "This function returns a NULL-terminated array of strings (like L<environ(3)"
23567 ">), or NULL if there was an error.  I<The caller must free the strings and "
23568 "the array after use>."
23569 msgstr ""
23570
23571 #. type: textblock
23572 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1063
23573 #: ../src/guestfs-actions.pod:1081 ../src/guestfs-actions.pod:1491
23574 #: ../src/guestfs-actions.pod:3483 ../src/guestfs-actions.pod:3514
23575 #: ../src/guestfs-actions.pod:4172 ../src/guestfs-actions.pod:4222
23576 #: ../src/guestfs-actions.pod:4409 ../src/guestfs-actions.pod:4442
23577 #: ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:5102
23578 #: ../src/guestfs-actions.pod:5657 ../src/guestfs-actions.pod:6054
23579 #: ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6080
23580 #: ../src/guestfs-actions.pod:6548 ../src/guestfs-actions.pod:7207
23581 #: ../src/guestfs-actions.pod:7220 ../src/guestfs-actions.pod:7453
23582 #: ../src/guestfs-actions.pod:7718
23583 msgid "(Added in 0.8)"
23584 msgstr ""
23585
23586 #. type: =head2
23587 #: ../src/guestfs-actions.pod:475
23588 msgid "guestfs_aug_match"
23589 msgstr ""
23590
23591 #. type: verbatim
23592 #: ../src/guestfs-actions.pod:477
23593 #, no-wrap
23594 msgid ""
23595 " char **\n"
23596 " guestfs_aug_match (guestfs_h *g,\n"
23597 "                    const char *augpath);\n"
23598 "\n"
23599 msgstr ""
23600
23601 #. type: =head2
23602 #: ../src/guestfs-actions.pod:491
23603 msgid "guestfs_aug_mv"
23604 msgstr ""
23605
23606 #. type: verbatim
23607 #: ../src/guestfs-actions.pod:493
23608 #, no-wrap
23609 msgid ""
23610 " int\n"
23611 " guestfs_aug_mv (guestfs_h *g,\n"
23612 "                 const char *src,\n"
23613 "                 const char *dest);\n"
23614 "\n"
23615 msgstr ""
23616
23617 #. type: =head2
23618 #: ../src/guestfs-actions.pod:505
23619 msgid "guestfs_aug_rm"
23620 msgstr ""
23621
23622 #. type: verbatim
23623 #: ../src/guestfs-actions.pod:507
23624 #, no-wrap
23625 msgid ""
23626 " int\n"
23627 " guestfs_aug_rm (guestfs_h *g,\n"
23628 "                 const char *augpath);\n"
23629 "\n"
23630 msgstr ""
23631
23632 #. type: =head2
23633 #: ../src/guestfs-actions.pod:519
23634 msgid "guestfs_aug_save"
23635 msgstr ""
23636
23637 #. type: verbatim
23638 #: ../src/guestfs-actions.pod:521
23639 #, no-wrap
23640 msgid ""
23641 " int\n"
23642 " guestfs_aug_save (guestfs_h *g);\n"
23643 "\n"
23644 msgstr ""
23645
23646 #. type: textblock
23647 #: ../src/guestfs-actions.pod:526
23648 msgid ""
23649 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
23650 "are saved."
23651 msgstr ""
23652
23653 #. type: =head2
23654 #: ../src/guestfs-actions.pod:533
23655 msgid "guestfs_aug_set"
23656 msgstr ""
23657
23658 #. type: verbatim
23659 #: ../src/guestfs-actions.pod:535
23660 #, no-wrap
23661 msgid ""
23662 " int\n"
23663 " guestfs_aug_set (guestfs_h *g,\n"
23664 "                  const char *augpath,\n"
23665 "                  const char *val);\n"
23666 "\n"
23667 msgstr ""
23668
23669 #. type: textblock
23670 #: ../src/guestfs-actions.pod:542
23671 msgid ""
23672 "In the Augeas API, it is possible to clear a node by setting the value to "
23673 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23674 "this call.  Instead you must use the C<guestfs_aug_clear> call."
23675 msgstr ""
23676
23677 #. type: =head2
23678 #: ../src/guestfs-actions.pod:551
23679 msgid "guestfs_available"
23680 msgstr ""
23681
23682 #. type: verbatim
23683 #: ../src/guestfs-actions.pod:553
23684 #, no-wrap
23685 msgid ""
23686 " int\n"
23687 " guestfs_available (guestfs_h *g,\n"
23688 "                    char *const *groups);\n"
23689 "\n"
23690 msgstr ""
23691
23692 #. type: textblock
23693 #: ../src/guestfs-actions.pod:561
23694 msgid ""
23695 "The libguestfs groups, and the functions that those groups correspond to, "
23696 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23697 "runtime by calling C<guestfs_available_all_groups>."
23698 msgstr ""
23699
23700 #. type: textblock
23701 #: ../src/guestfs-actions.pod:585
23702 msgid "You must call C<guestfs_launch> before calling this function."
23703 msgstr ""
23704
23705 #. type: textblock
23706 #: ../src/guestfs-actions.pod:607
23707 msgid ""
23708 "This call was added in version C<1.0.80>.  In previous versions of "
23709 "libguestfs all you could do would be to speculatively execute a command to "
23710 "find out if the daemon implemented it.  See also C<guestfs_version>."
23711 msgstr ""
23712
23713 #. type: textblock
23714 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1236
23715 msgid "(Added in 1.0.80)"
23716 msgstr ""
23717
23718 #. type: =head2
23719 #: ../src/guestfs-actions.pod:618
23720 msgid "guestfs_available_all_groups"
23721 msgstr ""
23722
23723 #. type: verbatim
23724 #: ../src/guestfs-actions.pod:620
23725 #, no-wrap
23726 msgid ""
23727 " char **\n"
23728 " guestfs_available_all_groups (guestfs_h *g);\n"
23729 "\n"
23730 msgstr ""
23731
23732 #. type: textblock
23733 #: ../src/guestfs-actions.pod:623
23734 msgid ""
23735 "This command returns a list of all optional groups that this daemon knows "
23736 "about.  Note this returns both supported and unsupported groups.  To find "
23737 "out which ones the daemon can actually support you have to call "
23738 "C<guestfs_available> on each member of the returned list."
23739 msgstr ""
23740
23741 #. type: textblock
23742 #: ../src/guestfs-actions.pod:629
23743 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
23744 msgstr ""
23745
23746 #. type: textblock
23747 #: ../src/guestfs-actions.pod:635
23748 msgid "(Added in 1.3.15)"
23749 msgstr ""
23750
23751 #. type: =head2
23752 #: ../src/guestfs-actions.pod:637
23753 msgid "guestfs_base64_in"
23754 msgstr ""
23755
23756 #. type: verbatim
23757 #: ../src/guestfs-actions.pod:639
23758 #, no-wrap
23759 msgid ""
23760 " int\n"
23761 " guestfs_base64_in (guestfs_h *g,\n"
23762 "                    const char *base64file,\n"
23763 "                    const char *filename);\n"
23764 "\n"
23765 msgstr ""
23766
23767 #. type: textblock
23768 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
23769 msgid "(Added in 1.3.5)"
23770 msgstr ""
23771
23772 #. type: =head2
23773 #: ../src/guestfs-actions.pod:651
23774 msgid "guestfs_base64_out"
23775 msgstr ""
23776
23777 #. type: verbatim
23778 #: ../src/guestfs-actions.pod:653
23779 #, no-wrap
23780 msgid ""
23781 " int\n"
23782 " guestfs_base64_out (guestfs_h *g,\n"
23783 "                     const char *filename,\n"
23784 "                     const char *base64file);\n"
23785 "\n"
23786 msgstr ""
23787
23788 #. type: =head2
23789 #: ../src/guestfs-actions.pod:665
23790 msgid "guestfs_blockdev_flushbufs"
23791 msgstr ""
23792
23793 #. type: verbatim
23794 #: ../src/guestfs-actions.pod:667
23795 #, no-wrap
23796 msgid ""
23797 " int\n"
23798 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
23799 "                             const char *device);\n"
23800 "\n"
23801 msgstr ""
23802
23803 #. type: textblock
23804 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695
23805 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726
23806 #: ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763
23807 #: ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795
23808 #: ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
23809 msgid "(Added in 0.9.3)"
23810 msgstr ""
23811
23812 #. type: =head2
23813 #: ../src/guestfs-actions.pod:680
23814 msgid "guestfs_blockdev_getbsz"
23815 msgstr ""
23816
23817 #. type: verbatim
23818 #: ../src/guestfs-actions.pod:682
23819 #, no-wrap
23820 msgid ""
23821 " int\n"
23822 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
23823 "                          const char *device);\n"
23824 "\n"
23825 msgstr ""
23826
23827 #. type: =head2
23828 #: ../src/guestfs-actions.pod:697
23829 msgid "guestfs_blockdev_getro"
23830 msgstr ""
23831
23832 #. type: verbatim
23833 #: ../src/guestfs-actions.pod:699
23834 #, no-wrap
23835 msgid ""
23836 " int\n"
23837 " guestfs_blockdev_getro (guestfs_h *g,\n"
23838 "                         const char *device);\n"
23839 "\n"
23840 msgstr ""
23841
23842 #. type: textblock
23843 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1474
23844 #: ../src/guestfs-actions.pod:1489 ../src/guestfs-actions.pod:1978
23845 #: ../src/guestfs-actions.pod:1989 ../src/guestfs-actions.pod:2061
23846 #: ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2127
23847 #: ../src/guestfs-actions.pod:2142 ../src/guestfs-actions.pod:2167
23848 #: ../src/guestfs-actions.pod:2190 ../src/guestfs-actions.pod:3226
23849 #: ../src/guestfs-actions.pod:3242 ../src/guestfs-actions.pod:3260
23850 #: ../src/guestfs-actions.pod:3422 ../src/guestfs-actions.pod:3436
23851 #: ../src/guestfs-actions.pod:3451 ../src/guestfs-actions.pod:3465
23852 #: ../src/guestfs-actions.pod:3481 ../src/guestfs-actions.pod:3496
23853 #: ../src/guestfs-actions.pod:3512 ../src/guestfs-actions.pod:3526
23854 #: ../src/guestfs-actions.pod:3539 ../src/guestfs-actions.pod:3553
23855 #: ../src/guestfs-actions.pod:3568 ../src/guestfs-actions.pod:3583
23856 #: ../src/guestfs-actions.pod:3596 ../src/guestfs-actions.pod:3610
23857 #: ../src/guestfs-actions.pod:5339
23858 msgid "This function returns a C truth value on success or -1 on error."
23859 msgstr ""
23860
23861 #. type: =head2
23862 #: ../src/guestfs-actions.pod:712
23863 msgid "guestfs_blockdev_getsize64"
23864 msgstr ""
23865
23866 #. type: verbatim
23867 #: ../src/guestfs-actions.pod:714
23868 #, no-wrap
23869 msgid ""
23870 " int64_t\n"
23871 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
23872 "                             const char *device);\n"
23873 "\n"
23874 msgstr ""
23875
23876 #. type: textblock
23877 #: ../src/guestfs-actions.pod:720
23878 msgid "See also C<guestfs_blockdev_getsz>."
23879 msgstr ""
23880
23881 #. type: =head2
23882 #: ../src/guestfs-actions.pod:728
23883 msgid "guestfs_blockdev_getss"
23884 msgstr ""
23885
23886 #. type: verbatim
23887 #: ../src/guestfs-actions.pod:730
23888 #, no-wrap
23889 msgid ""
23890 " int\n"
23891 " guestfs_blockdev_getss (guestfs_h *g,\n"
23892 "                         const char *device);\n"
23893 "\n"
23894 msgstr ""
23895
23896 #. type: textblock
23897 #: ../src/guestfs-actions.pod:737
23898 msgid ""
23899 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
23900 "that)."
23901 msgstr ""
23902
23903 #. type: =head2
23904 #: ../src/guestfs-actions.pod:746
23905 msgid "guestfs_blockdev_getsz"
23906 msgstr ""
23907
23908 #. type: verbatim
23909 #: ../src/guestfs-actions.pod:748
23910 #, no-wrap
23911 msgid ""
23912 " int64_t\n"
23913 " guestfs_blockdev_getsz (guestfs_h *g,\n"
23914 "                         const char *device);\n"
23915 "\n"
23916 msgstr ""
23917
23918 #. type: textblock
23919 #: ../src/guestfs-actions.pod:755
23920 msgid ""
23921 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
23922 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
23923 msgstr ""
23924
23925 #. type: =head2
23926 #: ../src/guestfs-actions.pod:765
23927 msgid "guestfs_blockdev_rereadpt"
23928 msgstr ""
23929
23930 #. type: verbatim
23931 #: ../src/guestfs-actions.pod:767
23932 #, no-wrap
23933 msgid ""
23934 " int\n"
23935 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
23936 "                            const char *device);\n"
23937 "\n"
23938 msgstr ""
23939
23940 #. type: =head2
23941 #: ../src/guestfs-actions.pod:779
23942 msgid "guestfs_blockdev_setbsz"
23943 msgstr ""
23944
23945 #. type: verbatim
23946 #: ../src/guestfs-actions.pod:781
23947 #, no-wrap
23948 msgid ""
23949 " int\n"
23950 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
23951 "                          const char *device,\n"
23952 "                          int blocksize);\n"
23953 "\n"
23954 msgstr ""
23955
23956 #. type: =head2
23957 #: ../src/guestfs-actions.pod:797
23958 msgid "guestfs_blockdev_setro"
23959 msgstr ""
23960
23961 #. type: verbatim
23962 #: ../src/guestfs-actions.pod:799
23963 #, no-wrap
23964 msgid ""
23965 " int\n"
23966 " guestfs_blockdev_setro (guestfs_h *g,\n"
23967 "                         const char *device);\n"
23968 "\n"
23969 msgstr ""
23970
23971 #. type: =head2
23972 #: ../src/guestfs-actions.pod:811
23973 msgid "guestfs_blockdev_setrw"
23974 msgstr ""
23975
23976 #. type: verbatim
23977 #: ../src/guestfs-actions.pod:813
23978 #, no-wrap
23979 msgid ""
23980 " int\n"
23981 " guestfs_blockdev_setrw (guestfs_h *g,\n"
23982 "                         const char *device);\n"
23983 "\n"
23984 msgstr ""
23985
23986 #. type: =head2
23987 #: ../src/guestfs-actions.pod:825
23988 msgid "guestfs_btrfs_filesystem_resize"
23989 msgstr ""
23990
23991 #. type: verbatim
23992 #: ../src/guestfs-actions.pod:827
23993 #, no-wrap
23994 msgid ""
23995 " int\n"
23996 " guestfs_btrfs_filesystem_resize (guestfs_h *g,\n"
23997 "                                  const char *mountpoint,\n"
23998 "                                  ...);\n"
23999 "\n"
24000 msgstr ""
24001
24002 #. type: verbatim
24003 #: ../src/guestfs-actions.pod:837
24004 #, no-wrap
24005 msgid ""
24006 " GUESTFS_BTRFS_FILESYSTEM_RESIZE_SIZE, int64_t size,\n"
24007 "\n"
24008 msgstr ""
24009
24010 #. type: textblock
24011 #: ../src/guestfs-actions.pod:860
24012 msgid "(Added in 1.11.17)"
24013 msgstr ""
24014
24015 #. type: =head2
24016 #: ../src/guestfs-actions.pod:862
24017 msgid "guestfs_btrfs_filesystem_resize_va"
24018 msgstr ""
24019
24020 #. type: verbatim
24021 #: ../src/guestfs-actions.pod:864
24022 #, no-wrap
24023 msgid ""
24024 " int\n"
24025 " guestfs_btrfs_filesystem_resize_va (guestfs_h *g,\n"
24026 "                                     const char *mountpoint,\n"
24027 "                                     va_list args);\n"
24028 "\n"
24029 msgstr ""
24030
24031 #. type: textblock
24032 #: ../src/guestfs-actions.pod:869
24033 msgid "This is the \"va_list variant\" of L</guestfs_btrfs_filesystem_resize>."
24034 msgstr ""
24035
24036 #. type: =head2
24037 #: ../src/guestfs-actions.pod:873
24038 msgid "guestfs_btrfs_filesystem_resize_argv"
24039 msgstr ""
24040
24041 #. type: verbatim
24042 #: ../src/guestfs-actions.pod:875
24043 #, no-wrap
24044 msgid ""
24045 " int\n"
24046 " guestfs_btrfs_filesystem_resize_argv (guestfs_h *g,\n"
24047 "                                       const char *mountpoint,\n"
24048 "                                       const struct guestfs_btrfs_filesystem_resize_argv *optargs);\n"
24049 "\n"
24050 msgstr ""
24051
24052 #. type: textblock
24053 #: ../src/guestfs-actions.pod:880
24054 msgid "This is the \"argv variant\" of L</guestfs_btrfs_filesystem_resize>."
24055 msgstr ""
24056
24057 #. type: =head2
24058 #: ../src/guestfs-actions.pod:884
24059 msgid "guestfs_case_sensitive_path"
24060 msgstr ""
24061
24062 #. type: verbatim
24063 #: ../src/guestfs-actions.pod:886
24064 #, no-wrap
24065 msgid ""
24066 " char *\n"
24067 " guestfs_case_sensitive_path (guestfs_h *g,\n"
24068 "                              const char *path);\n"
24069 "\n"
24070 msgstr ""
24071
24072 #. type: textblock
24073 #: ../src/guestfs-actions.pod:912
24074 msgid ""
24075 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
24076 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
24077 "how the directories were originally created under Windows)."
24078 msgstr ""
24079
24080 #. type: textblock
24081 #: ../src/guestfs-actions.pod:920
24082 msgid "See also C<guestfs_realpath>."
24083 msgstr ""
24084
24085 #. type: textblock
24086 #: ../src/guestfs-actions.pod:925 ../src/guestfs-actions.pod:7387
24087 msgid "(Added in 1.0.75)"
24088 msgstr ""
24089
24090 #. type: =head2
24091 #: ../src/guestfs-actions.pod:927
24092 msgid "guestfs_cat"
24093 msgstr ""
24094
24095 #. type: verbatim
24096 #: ../src/guestfs-actions.pod:929
24097 #, no-wrap
24098 msgid ""
24099 " char *\n"
24100 " guestfs_cat (guestfs_h *g,\n"
24101 "              const char *path);\n"
24102 "\n"
24103 msgstr ""
24104
24105 #. type: textblock
24106 #: ../src/guestfs-actions.pod:935
24107 msgid ""
24108 "Note that this function cannot correctly handle binary files (specifically, "
24109 "files containing C<\\0> character which is treated as end of string).  For "
24110 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
24111 "functions which have a more complex interface."
24112 msgstr ""
24113
24114 #. type: textblock
24115 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:3740
24116 #: ../src/guestfs-actions.pod:3822 ../src/guestfs-actions.pod:3839
24117 #: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:4335
24118 #: ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:5720
24119 #: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:7540
24120 #: ../src/guestfs-actions.pod:7554
24121 msgid "(Added in 0.4)"
24122 msgstr ""
24123
24124 #. type: =head2
24125 #: ../src/guestfs-actions.pod:948
24126 msgid "guestfs_checksum"
24127 msgstr ""
24128
24129 #. type: verbatim
24130 #: ../src/guestfs-actions.pod:950
24131 #, no-wrap
24132 msgid ""
24133 " char *\n"
24134 " guestfs_checksum (guestfs_h *g,\n"
24135 "                   const char *csumtype,\n"
24136 "                   const char *path);\n"
24137 "\n"
24138 msgstr ""
24139
24140 #. type: textblock
24141 #: ../src/guestfs-actions.pod:996
24142 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
24143 msgstr ""
24144
24145 #. type: textblock
24146 #: ../src/guestfs-actions.pod:998
24147 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
24148 msgstr ""
24149
24150 #. type: textblock
24151 #: ../src/guestfs-actions.pod:1003 ../src/guestfs-actions.pod:1311
24152 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:3438
24153 #: ../src/guestfs-actions.pod:3467 ../src/guestfs-actions.pod:3528
24154 #: ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:7243
24155 msgid "(Added in 1.0.2)"
24156 msgstr ""
24157
24158 #. type: =head2
24159 #: ../src/guestfs-actions.pod:1005
24160 msgid "guestfs_checksum_device"
24161 msgstr ""
24162
24163 #. type: verbatim
24164 #: ../src/guestfs-actions.pod:1007
24165 #, no-wrap
24166 msgid ""
24167 " char *\n"
24168 " guestfs_checksum_device (guestfs_h *g,\n"
24169 "                          const char *csumtype,\n"
24170 "                          const char *device);\n"
24171 "\n"
24172 msgstr ""
24173
24174 #. type: textblock
24175 #: ../src/guestfs-actions.pod:1012
24176 msgid ""
24177 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
24178 "device named C<device>.  For the types of checksums supported see the "
24179 "C<guestfs_checksum> command."
24180 msgstr ""
24181
24182 #. type: textblock
24183 #: ../src/guestfs-actions.pod:1019 ../src/guestfs-actions.pod:5169
24184 #: ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5341
24185 #: ../src/guestfs-actions.pod:5359 ../src/guestfs-actions.pod:5541
24186 #: ../src/guestfs-actions.pod:7152 ../src/guestfs-actions.pod:7166
24187 #: ../src/guestfs-actions.pod:7566
24188 msgid "(Added in 1.3.2)"
24189 msgstr ""
24190
24191 #. type: =head2
24192 #: ../src/guestfs-actions.pod:1021
24193 msgid "guestfs_checksums_out"
24194 msgstr ""
24195
24196 #. type: verbatim
24197 #: ../src/guestfs-actions.pod:1023
24198 #, no-wrap
24199 msgid ""
24200 " int\n"
24201 " guestfs_checksums_out (guestfs_h *g,\n"
24202 "                        const char *csumtype,\n"
24203 "                        const char *directory,\n"
24204 "                        const char *sumsfile);\n"
24205 "\n"
24206 msgstr ""
24207
24208 #. type: textblock
24209 #: ../src/guestfs-actions.pod:1043
24210 msgid "(Added in 1.3.7)"
24211 msgstr ""
24212
24213 #. type: =head2
24214 #: ../src/guestfs-actions.pod:1045
24215 msgid "guestfs_chmod"
24216 msgstr ""
24217
24218 #. type: verbatim
24219 #: ../src/guestfs-actions.pod:1047
24220 #, no-wrap
24221 msgid ""
24222 " int\n"
24223 " guestfs_chmod (guestfs_h *g,\n"
24224 "                int mode,\n"
24225 "                const char *path);\n"
24226 "\n"
24227 msgstr ""
24228
24229 #. type: =head2
24230 #: ../src/guestfs-actions.pod:1065
24231 msgid "guestfs_chown"
24232 msgstr ""
24233
24234 #. type: verbatim
24235 #: ../src/guestfs-actions.pod:1067
24236 #, no-wrap
24237 msgid ""
24238 " int\n"
24239 " guestfs_chown (guestfs_h *g,\n"
24240 "                int owner,\n"
24241 "                int group,\n"
24242 "                const char *path);\n"
24243 "\n"
24244 msgstr ""
24245
24246 #. type: =head2
24247 #: ../src/guestfs-actions.pod:1083
24248 msgid "guestfs_command"
24249 msgstr ""
24250
24251 #. type: verbatim
24252 #: ../src/guestfs-actions.pod:1085
24253 #, no-wrap
24254 msgid ""
24255 " char *\n"
24256 " guestfs_command (guestfs_h *g,\n"
24257 "                  char *const *arguments);\n"
24258 "\n"
24259 msgstr ""
24260
24261 #. type: textblock
24262 #: ../src/guestfs-actions.pod:1094
24263 msgid ""
24264 "The single parameter is an argv-style list of arguments.  The first element "
24265 "is the name of the program to run.  Subsequent elements are parameters.  The "
24266 "list must be non-empty (ie. must contain a program name).  Note that the "
24267 "command runs directly, and is I<not> invoked via the shell (see "
24268 "C<guestfs_sh>)."
24269 msgstr ""
24270
24271 #. type: textblock
24272 #: ../src/guestfs-actions.pod:1125 ../src/guestfs-actions.pod:1145
24273 #: ../src/guestfs-actions.pod:1610
24274 msgid "(Added in 0.9.1)"
24275 msgstr ""
24276
24277 #. type: =head2
24278 #: ../src/guestfs-actions.pod:1127
24279 msgid "guestfs_command_lines"
24280 msgstr ""
24281
24282 #. type: verbatim
24283 #: ../src/guestfs-actions.pod:1129
24284 #, no-wrap
24285 msgid ""
24286 " char **\n"
24287 " guestfs_command_lines (guestfs_h *g,\n"
24288 "                        char *const *arguments);\n"
24289 "\n"
24290 msgstr ""
24291
24292 #. type: textblock
24293 #: ../src/guestfs-actions.pod:1133
24294 msgid ""
24295 "This is the same as C<guestfs_command>, but splits the result into a list of "
24296 "lines."
24297 msgstr ""
24298
24299 #. type: textblock
24300 #: ../src/guestfs-actions.pod:1136
24301 msgid "See also: C<guestfs_sh_lines>"
24302 msgstr ""
24303
24304 #. type: =head2
24305 #: ../src/guestfs-actions.pod:1147
24306 msgid "guestfs_config"
24307 msgstr ""
24308
24309 #. type: verbatim
24310 #: ../src/guestfs-actions.pod:1149
24311 #, no-wrap
24312 msgid ""
24313 " int\n"
24314 " guestfs_config (guestfs_h *g,\n"
24315 "                 const char *qemuparam,\n"
24316 "                 const char *qemuvalue);\n"
24317 "\n"
24318 msgstr ""
24319
24320 #. type: =head2
24321 #: ../src/guestfs-actions.pod:1167
24322 msgid "guestfs_copy_size"
24323 msgstr ""
24324
24325 #. type: verbatim
24326 #: ../src/guestfs-actions.pod:1169
24327 #, no-wrap
24328 msgid ""
24329 " int\n"
24330 " guestfs_copy_size (guestfs_h *g,\n"
24331 "                    const char *src,\n"
24332 "                    const char *dest,\n"
24333 "                    int64_t size);\n"
24334 "\n"
24335 msgstr ""
24336
24337 #. type: textblock
24338 #: ../src/guestfs-actions.pod:1183 ../src/guestfs-actions.pod:1306
24339 #: ../src/guestfs-actions.pod:1337 ../src/guestfs-actions.pod:1382
24340 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:1781
24341 #: ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:7238
24342 #: ../src/guestfs-actions.pod:7272 ../src/guestfs-actions.pod:7775
24343 #: ../src/guestfs-actions.pod:7794
24344 msgid ""
24345 "This long-running command can generate progress notification messages so "
24346 "that the caller can display a progress bar or indicator.  To receive these "
24347 "messages, the caller must register a progress event callback.  See L<guestfs"
24348 "(3)/GUESTFS_EVENT_PROGRESS>."
24349 msgstr ""
24350
24351 #. type: textblock
24352 #: ../src/guestfs-actions.pod:1188 ../src/guestfs-actions.pod:4362
24353 #: ../src/guestfs-actions.pod:5747 ../src/guestfs-actions.pod:7473
24354 #: ../src/guestfs-actions.pod:7493 ../src/guestfs-actions.pod:7579
24355 msgid "(Added in 1.0.87)"
24356 msgstr ""
24357
24358 #. type: =head2
24359 #: ../src/guestfs-actions.pod:1190
24360 msgid "guestfs_cp"
24361 msgstr ""
24362
24363 #. type: verbatim
24364 #: ../src/guestfs-actions.pod:1192
24365 #, no-wrap
24366 msgid ""
24367 " int\n"
24368 " guestfs_cp (guestfs_h *g,\n"
24369 "             const char *src,\n"
24370 "             const char *dest);\n"
24371 "\n"
24372 msgstr ""
24373
24374 #. type: textblock
24375 #: ../src/guestfs-actions.pod:1202 ../src/guestfs-actions.pod:1216
24376 #: ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:1362
24377 #: ../src/guestfs-actions.pod:1476 ../src/guestfs-actions.pod:5116
24378 #: ../src/guestfs-actions.pod:5591
24379 msgid "(Added in 1.0.18)"
24380 msgstr ""
24381
24382 #. type: =head2
24383 #: ../src/guestfs-actions.pod:1204
24384 msgid "guestfs_cp_a"
24385 msgstr ""
24386
24387 #. type: verbatim
24388 #: ../src/guestfs-actions.pod:1206
24389 #, no-wrap
24390 msgid ""
24391 " int\n"
24392 " guestfs_cp_a (guestfs_h *g,\n"
24393 "               const char *src,\n"
24394 "               const char *dest);\n"
24395 "\n"
24396 msgstr ""
24397
24398 #. type: =head2
24399 #: ../src/guestfs-actions.pod:1218
24400 msgid "guestfs_dd"
24401 msgstr ""
24402
24403 #. type: verbatim
24404 #: ../src/guestfs-actions.pod:1220
24405 #, no-wrap
24406 msgid ""
24407 " int\n"
24408 " guestfs_dd (guestfs_h *g,\n"
24409 "             const char *src,\n"
24410 "             const char *dest);\n"
24411 "\n"
24412 msgstr ""
24413
24414 #. type: textblock
24415 #: ../src/guestfs-actions.pod:1230
24416 msgid ""
24417 "If the destination is a device, it must be as large or larger than the "
24418 "source file or device, otherwise the copy will fail.  This command cannot do "
24419 "partial copies (see C<guestfs_copy_size>)."
24420 msgstr ""
24421
24422 #. type: =head2
24423 #: ../src/guestfs-actions.pod:1238
24424 msgid "guestfs_df"
24425 msgstr ""
24426
24427 #. type: verbatim
24428 #: ../src/guestfs-actions.pod:1240
24429 #, no-wrap
24430 msgid ""
24431 " char *\n"
24432 " guestfs_df (guestfs_h *g);\n"
24433 "\n"
24434 msgstr ""
24435
24436 #. type: textblock
24437 #: ../src/guestfs-actions.pod:1245 ../src/guestfs-actions.pod:1262
24438 msgid ""
24439 "This command is mostly useful for interactive sessions.  It is I<not> "
24440 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
24441 "from programs."
24442 msgstr ""
24443
24444 #. type: textblock
24445 #: ../src/guestfs-actions.pod:1252 ../src/guestfs-actions.pod:1269
24446 #: ../src/guestfs-actions.pod:1387 ../src/guestfs-actions.pod:2361
24447 #: ../src/guestfs-actions.pod:2385 ../src/guestfs-actions.pod:2453
24448 #: ../src/guestfs-actions.pod:4472 ../src/guestfs-actions.pod:5016
24449 #: ../src/guestfs-actions.pod:6976 ../src/guestfs-actions.pod:7000
24450 #: ../src/guestfs-actions.pod:7619 ../src/guestfs-actions.pod:7632
24451 #: ../src/guestfs-actions.pod:7645
24452 msgid "(Added in 1.0.54)"
24453 msgstr ""
24454
24455 #. type: =head2
24456 #: ../src/guestfs-actions.pod:1254
24457 msgid "guestfs_df_h"
24458 msgstr ""
24459
24460 #. type: verbatim
24461 #: ../src/guestfs-actions.pod:1256
24462 #, no-wrap
24463 msgid ""
24464 " char *\n"
24465 " guestfs_df_h (guestfs_h *g);\n"
24466 "\n"
24467 msgstr ""
24468
24469 #. type: =head2
24470 #: ../src/guestfs-actions.pod:1271
24471 msgid "guestfs_dmesg"
24472 msgstr ""
24473
24474 #. type: verbatim
24475 #: ../src/guestfs-actions.pod:1273
24476 #, no-wrap
24477 msgid ""
24478 " char *\n"
24479 " guestfs_dmesg (guestfs_h *g);\n"
24480 "\n"
24481 msgstr ""
24482
24483 #. type: textblock
24484 #: ../src/guestfs-actions.pod:1280
24485 msgid ""
24486 "Another way to get the same information is to enable verbose messages with "
24487 "C<guestfs_set_verbose> or by setting the environment variable "
24488 "C<LIBGUESTFS_DEBUG=1> before running the program."
24489 msgstr ""
24490
24491 #. type: =head2
24492 #: ../src/guestfs-actions.pod:1290
24493 msgid "guestfs_download"
24494 msgstr ""
24495
24496 #. type: verbatim
24497 #: ../src/guestfs-actions.pod:1292
24498 #, no-wrap
24499 msgid ""
24500 " int\n"
24501 " guestfs_download (guestfs_h *g,\n"
24502 "                   const char *remotefilename,\n"
24503 "                   const char *filename);\n"
24504 "\n"
24505 msgstr ""
24506
24507 #. type: textblock
24508 #: ../src/guestfs-actions.pod:1302
24509 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
24510 msgstr ""
24511
24512 #. type: =head2
24513 #: ../src/guestfs-actions.pod:1313
24514 msgid "guestfs_download_offset"
24515 msgstr ""
24516
24517 #. type: verbatim
24518 #: ../src/guestfs-actions.pod:1315
24519 #, no-wrap
24520 msgid ""
24521 " int\n"
24522 " guestfs_download_offset (guestfs_h *g,\n"
24523 "                          const char *remotefilename,\n"
24524 "                          const char *filename,\n"
24525 "                          int64_t offset,\n"
24526 "                          int64_t size);\n"
24527 "\n"
24528 msgstr ""
24529
24530 #. type: textblock
24531 #: ../src/guestfs-actions.pod:1328
24532 msgid ""
24533 "Note that there is no limit on the amount of data that can be downloaded "
24534 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
24535 "full amount unless an error occurs."
24536 msgstr ""
24537
24538 #. type: textblock
24539 #: ../src/guestfs-actions.pod:1333
24540 msgid "See also C<guestfs_download>, C<guestfs_pread>."
24541 msgstr ""
24542
24543 #. type: textblock
24544 #: ../src/guestfs-actions.pod:1342 ../src/guestfs-actions.pod:7277
24545 msgid "(Added in 1.5.17)"
24546 msgstr ""
24547
24548 #. type: =head2
24549 #: ../src/guestfs-actions.pod:1344
24550 msgid "guestfs_drop_caches"
24551 msgstr ""
24552
24553 #. type: verbatim
24554 #: ../src/guestfs-actions.pod:1346
24555 #, no-wrap
24556 msgid ""
24557 " int\n"
24558 " guestfs_drop_caches (guestfs_h *g,\n"
24559 "                      int whattodrop);\n"
24560 "\n"
24561 msgstr ""
24562
24563 #. type: =head2
24564 #: ../src/guestfs-actions.pod:1364
24565 msgid "guestfs_du"
24566 msgstr ""
24567
24568 #. type: verbatim
24569 #: ../src/guestfs-actions.pod:1366
24570 #, no-wrap
24571 msgid ""
24572 " int64_t\n"
24573 " guestfs_du (guestfs_h *g,\n"
24574 "             const char *path);\n"
24575 "\n"
24576 msgstr ""
24577
24578 #. type: =head2
24579 #: ../src/guestfs-actions.pod:1389
24580 msgid "guestfs_e2fsck_f"
24581 msgstr ""
24582
24583 #. type: verbatim
24584 #: ../src/guestfs-actions.pod:1391
24585 #, no-wrap
24586 msgid ""
24587 " int\n"
24588 " guestfs_e2fsck_f (guestfs_h *g,\n"
24589 "                   const char *device);\n"
24590 "\n"
24591 msgstr ""
24592
24593 #. type: textblock
24594 #: ../src/guestfs-actions.pod:1399
24595 msgid ""
24596 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
24597 "Normally you should use C<guestfs_fsck>."
24598 msgstr ""
24599
24600 #. type: textblock
24601 #: ../src/guestfs-actions.pod:1404
24602 msgid "(Added in 1.0.29)"
24603 msgstr ""
24604
24605 #. type: =head2
24606 #: ../src/guestfs-actions.pod:1406
24607 msgid "guestfs_echo_daemon"
24608 msgstr ""
24609
24610 #. type: verbatim
24611 #: ../src/guestfs-actions.pod:1408
24612 #, no-wrap
24613 msgid ""
24614 " char *\n"
24615 " guestfs_echo_daemon (guestfs_h *g,\n"
24616 "                      char *const *words);\n"
24617 "\n"
24618 msgstr ""
24619
24620 #. type: textblock
24621 #: ../src/guestfs-actions.pod:1417
24622 msgid "See also C<guestfs_ping_daemon>."
24623 msgstr ""
24624
24625 #. type: textblock
24626 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:2169
24627 #: ../src/guestfs-actions.pod:6448
24628 msgid "(Added in 1.0.69)"
24629 msgstr ""
24630
24631 #. type: =head2
24632 #: ../src/guestfs-actions.pod:1424
24633 msgid "guestfs_egrep"
24634 msgstr ""
24635
24636 #. type: verbatim
24637 #: ../src/guestfs-actions.pod:1426
24638 #, no-wrap
24639 msgid ""
24640 " char **\n"
24641 " guestfs_egrep (guestfs_h *g,\n"
24642 "                const char *regex,\n"
24643 "                const char *path);\n"
24644 "\n"
24645 msgstr ""
24646
24647 #. type: textblock
24648 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1460
24649 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:1563
24650 #: ../src/guestfs-actions.pod:1582 ../src/guestfs-actions.pod:2299
24651 #: ../src/guestfs-actions.pod:2318 ../src/guestfs-actions.pod:2474
24652 #: ../src/guestfs-actions.pod:2487 ../src/guestfs-actions.pod:2502
24653 #: ../src/guestfs-actions.pod:2548 ../src/guestfs-actions.pod:2570
24654 #: ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:3852
24655 #: ../src/guestfs-actions.pod:3866 ../src/guestfs-actions.pod:3879
24656 #: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:4894
24657 #: ../src/guestfs-actions.pod:5925 ../src/guestfs-actions.pod:5974
24658 #: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6856
24659 #: ../src/guestfs-actions.pod:6869 ../src/guestfs-actions.pod:6882
24660 #: ../src/guestfs-actions.pod:6904 ../src/guestfs-actions.pod:6917
24661 #: ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:6943
24662 #: ../src/guestfs-actions.pod:7737 ../src/guestfs-actions.pod:7756
24663 #: ../src/guestfs-actions.pod:7842 ../src/guestfs-actions.pod:7861
24664 #: ../src/guestfs-actions.pod:7907 ../src/guestfs-actions.pod:7926
24665 msgid "(Added in 1.0.66)"
24666 msgstr ""
24667
24668 #. type: =head2
24669 #: ../src/guestfs-actions.pod:1443
24670 msgid "guestfs_egrepi"
24671 msgstr ""
24672
24673 #. type: verbatim
24674 #: ../src/guestfs-actions.pod:1445
24675 #, no-wrap
24676 msgid ""
24677 " char **\n"
24678 " guestfs_egrepi (guestfs_h *g,\n"
24679 "                 const char *regex,\n"
24680 "                 const char *path);\n"
24681 "\n"
24682 msgstr ""
24683
24684 #. type: =head2
24685 #: ../src/guestfs-actions.pod:1462
24686 msgid "guestfs_equal"
24687 msgstr ""
24688
24689 #. type: verbatim
24690 #: ../src/guestfs-actions.pod:1464
24691 #, no-wrap
24692 msgid ""
24693 " int\n"
24694 " guestfs_equal (guestfs_h *g,\n"
24695 "                const char *file1,\n"
24696 "                const char *file2);\n"
24697 "\n"
24698 msgstr ""
24699
24700 #. type: =head2
24701 #: ../src/guestfs-actions.pod:1478
24702 msgid "guestfs_exists"
24703 msgstr ""
24704
24705 #. type: verbatim
24706 #: ../src/guestfs-actions.pod:1480
24707 #, no-wrap
24708 msgid ""
24709 " int\n"
24710 " guestfs_exists (guestfs_h *g,\n"
24711 "                 const char *path);\n"
24712 "\n"
24713 msgstr ""
24714
24715 #. type: textblock
24716 #: ../src/guestfs-actions.pod:1487
24717 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
24718 msgstr ""
24719
24720 #. type: =head2
24721 #: ../src/guestfs-actions.pod:1493
24722 msgid "guestfs_fallocate"
24723 msgstr ""
24724
24725 #. type: verbatim
24726 #: ../src/guestfs-actions.pod:1495
24727 #, no-wrap
24728 msgid ""
24729 " int\n"
24730 " guestfs_fallocate (guestfs_h *g,\n"
24731 "                    const char *path,\n"
24732 "                    int len);\n"
24733 "\n"
24734 msgstr ""
24735
24736 #. type: =head2
24737 #: ../src/guestfs-actions.pod:1519
24738 msgid "guestfs_fallocate64"
24739 msgstr ""
24740
24741 #. type: verbatim
24742 #: ../src/guestfs-actions.pod:1521
24743 #, no-wrap
24744 msgid ""
24745 " int\n"
24746 " guestfs_fallocate64 (guestfs_h *g,\n"
24747 "                      const char *path,\n"
24748 "                      int64_t len);\n"
24749 "\n"
24750 msgstr ""
24751
24752 #. type: textblock
24753 #: ../src/guestfs-actions.pod:1530
24754 msgid ""
24755 "Note that this call allocates disk blocks for the file.  To create a sparse "
24756 "file use C<guestfs_truncate_size> instead."
24757 msgstr ""
24758
24759 #. type: textblock
24760 #: ../src/guestfs-actions.pod:1533
24761 msgid ""
24762 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
24763 "oversight it only allowed 30 bit lengths to be specified, effectively "
24764 "limiting the maximum size of files created through that call to 1GB."
24765 msgstr ""
24766
24767 #. type: textblock
24768 #: ../src/guestfs-actions.pod:1544
24769 msgid "(Added in 1.3.17)"
24770 msgstr ""
24771
24772 #. type: =head2
24773 #: ../src/guestfs-actions.pod:1546
24774 msgid "guestfs_fgrep"
24775 msgstr ""
24776
24777 #. type: verbatim
24778 #: ../src/guestfs-actions.pod:1548
24779 #, no-wrap
24780 msgid ""
24781 " char **\n"
24782 " guestfs_fgrep (guestfs_h *g,\n"
24783 "                const char *pattern,\n"
24784 "                const char *path);\n"
24785 "\n"
24786 msgstr ""
24787
24788 #. type: =head2
24789 #: ../src/guestfs-actions.pod:1565
24790 msgid "guestfs_fgrepi"
24791 msgstr ""
24792
24793 #. type: verbatim
24794 #: ../src/guestfs-actions.pod:1567
24795 #, no-wrap
24796 msgid ""
24797 " char **\n"
24798 " guestfs_fgrepi (guestfs_h *g,\n"
24799 "                 const char *pattern,\n"
24800 "                 const char *path);\n"
24801 "\n"
24802 msgstr ""
24803
24804 #. type: =head2
24805 #: ../src/guestfs-actions.pod:1584
24806 msgid "guestfs_file"
24807 msgstr ""
24808
24809 #. type: verbatim
24810 #: ../src/guestfs-actions.pod:1586
24811 #, no-wrap
24812 msgid ""
24813 " char *\n"
24814 " guestfs_file (guestfs_h *g,\n"
24815 "               const char *path);\n"
24816 "\n"
24817 msgstr ""
24818
24819 #. type: textblock
24820 #: ../src/guestfs-actions.pod:1604
24821 msgid ""
24822 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
24823 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
24824 msgstr ""
24825
24826 #. type: =head2
24827 #: ../src/guestfs-actions.pod:1612
24828 msgid "guestfs_file_architecture"
24829 msgstr ""
24830
24831 #. type: verbatim
24832 #: ../src/guestfs-actions.pod:1614
24833 #, no-wrap
24834 msgid ""
24835 " char *\n"
24836 " guestfs_file_architecture (guestfs_h *g,\n"
24837 "                            const char *filename);\n"
24838 "\n"
24839 msgstr ""
24840
24841 #. type: textblock
24842 #: ../src/guestfs-actions.pod:1722 ../src/guestfs-actions.pod:1885
24843 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:2603
24844 #: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2759
24845 #: ../src/guestfs-actions.pod:2946 ../src/guestfs-actions.pod:2964
24846 #: ../src/guestfs-actions.pod:3004 ../src/guestfs-actions.pod:3079
24847 #: ../src/guestfs-actions.pod:3172 ../src/guestfs-actions.pod:3409
24848 #: ../src/guestfs-actions.pod:3541
24849 msgid "(Added in 1.5.3)"
24850 msgstr ""
24851
24852 #. type: =head2
24853 #: ../src/guestfs-actions.pod:1724
24854 msgid "guestfs_filesize"
24855 msgstr ""
24856
24857 #. type: verbatim
24858 #: ../src/guestfs-actions.pod:1726
24859 #, no-wrap
24860 msgid ""
24861 " int64_t\n"
24862 " guestfs_filesize (guestfs_h *g,\n"
24863 "                   const char *file);\n"
24864 "\n"
24865 msgstr ""
24866
24867 #. type: textblock
24868 #: ../src/guestfs-actions.pod:1732
24869 msgid ""
24870 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
24871 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
24872 "devices, use C<guestfs_blockdev_getsize64>."
24873 msgstr ""
24874
24875 #. type: textblock
24876 #: ../src/guestfs-actions.pod:1738
24877 msgid "(Added in 1.0.82)"
24878 msgstr ""
24879
24880 #. type: =head2
24881 #: ../src/guestfs-actions.pod:1740
24882 msgid "guestfs_fill"
24883 msgstr ""
24884
24885 #. type: verbatim
24886 #: ../src/guestfs-actions.pod:1742
24887 #, no-wrap
24888 msgid ""
24889 " int\n"
24890 " guestfs_fill (guestfs_h *g,\n"
24891 "               int c,\n"
24892 "               int len,\n"
24893 "               const char *path);\n"
24894 "\n"
24895 msgstr ""
24896
24897 #. type: textblock
24898 #: ../src/guestfs-actions.pod:1752
24899 msgid ""
24900 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24901 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
24902 "bytes use C<guestfs_fill_pattern>."
24903 msgstr ""
24904
24905 #. type: textblock
24906 #: ../src/guestfs-actions.pod:1764
24907 msgid "(Added in 1.0.79)"
24908 msgstr ""
24909
24910 #. type: =head2
24911 #: ../src/guestfs-actions.pod:1766
24912 msgid "guestfs_fill_pattern"
24913 msgstr ""
24914
24915 #. type: verbatim
24916 #: ../src/guestfs-actions.pod:1768
24917 #, no-wrap
24918 msgid ""
24919 " int\n"
24920 " guestfs_fill_pattern (guestfs_h *g,\n"
24921 "                       const char *pattern,\n"
24922 "                       int len,\n"
24923 "                       const char *path);\n"
24924 "\n"
24925 msgstr ""
24926
24927 #. type: textblock
24928 #: ../src/guestfs-actions.pod:1774
24929 msgid ""
24930 "This function is like C<guestfs_fill> except that it creates a new file of "
24931 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
24932 "pattern is truncated if necessary to ensure the length of the file is "
24933 "exactly C<len> bytes."
24934 msgstr ""
24935
24936 #. type: textblock
24937 #: ../src/guestfs-actions.pod:1786
24938 msgid "(Added in 1.3.12)"
24939 msgstr ""
24940
24941 #. type: =head2
24942 #: ../src/guestfs-actions.pod:1788
24943 msgid "guestfs_find"
24944 msgstr ""
24945
24946 #. type: verbatim
24947 #: ../src/guestfs-actions.pod:1790
24948 #, no-wrap
24949 msgid ""
24950 " char **\n"
24951 " guestfs_find (guestfs_h *g,\n"
24952 "               const char *directory);\n"
24953 "\n"
24954 msgstr ""
24955
24956 #. type: textblock
24957 #: ../src/guestfs-actions.pod:1806
24958 msgid ""
24959 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
24960 msgstr ""
24961
24962 #. type: textblock
24963 #: ../src/guestfs-actions.pod:1819
24964 msgid "See also C<guestfs_find0>."
24965 msgstr ""
24966
24967 #. type: textblock
24968 #: ../src/guestfs-actions.pod:1828 ../src/guestfs-actions.pod:4299
24969 #: ../src/guestfs-actions.pod:6009
24970 msgid "(Added in 1.0.27)"
24971 msgstr ""
24972
24973 #. type: =head2
24974 #: ../src/guestfs-actions.pod:1830
24975 msgid "guestfs_find0"
24976 msgstr ""
24977
24978 #. type: verbatim
24979 #: ../src/guestfs-actions.pod:1832
24980 #, no-wrap
24981 msgid ""
24982 " int\n"
24983 " guestfs_find0 (guestfs_h *g,\n"
24984 "                const char *directory,\n"
24985 "                const char *files);\n"
24986 "\n"
24987 msgstr ""
24988
24989 #. type: textblock
24990 #: ../src/guestfs-actions.pod:1841
24991 msgid ""
24992 "This command works the same way as C<guestfs_find> with the following "
24993 "exceptions:"
24994 msgstr ""
24995
24996 #. type: textblock
24997 #: ../src/guestfs-actions.pod:1868
24998 msgid "(Added in 1.0.74)"
24999 msgstr ""
25000
25001 #. type: =head2
25002 #: ../src/guestfs-actions.pod:1870
25003 msgid "guestfs_findfs_label"
25004 msgstr ""
25005
25006 #. type: verbatim
25007 #: ../src/guestfs-actions.pod:1872
25008 #, no-wrap
25009 msgid ""
25010 " char *\n"
25011 " guestfs_findfs_label (guestfs_h *g,\n"
25012 "                       const char *label);\n"
25013 "\n"
25014 msgstr ""
25015
25016 #. type: textblock
25017 #: ../src/guestfs-actions.pod:1880
25018 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
25019 msgstr ""
25020
25021 #. type: =head2
25022 #: ../src/guestfs-actions.pod:1887
25023 msgid "guestfs_findfs_uuid"
25024 msgstr ""
25025
25026 #. type: verbatim
25027 #: ../src/guestfs-actions.pod:1889
25028 #, no-wrap
25029 msgid ""
25030 " char *\n"
25031 " guestfs_findfs_uuid (guestfs_h *g,\n"
25032 "                      const char *uuid);\n"
25033 "\n"
25034 msgstr ""
25035
25036 #. type: textblock
25037 #: ../src/guestfs-actions.pod:1897
25038 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
25039 msgstr ""
25040
25041 #. type: =head2
25042 #: ../src/guestfs-actions.pod:1904
25043 msgid "guestfs_fsck"
25044 msgstr ""
25045
25046 #. type: verbatim
25047 #: ../src/guestfs-actions.pod:1906
25048 #, no-wrap
25049 msgid ""
25050 " int\n"
25051 " guestfs_fsck (guestfs_h *g,\n"
25052 "               const char *fstype,\n"
25053 "               const char *device);\n"
25054 "\n"
25055 msgstr ""
25056
25057 #. type: textblock
25058 #: ../src/guestfs-actions.pod:1941 ../src/guestfs-actions.pod:7780
25059 msgid "(Added in 1.0.16)"
25060 msgstr ""
25061
25062 #. type: =head2
25063 #: ../src/guestfs-actions.pod:1943
25064 msgid "guestfs_get_append"
25065 msgstr ""
25066
25067 #. type: verbatim
25068 #: ../src/guestfs-actions.pod:1945
25069 #, no-wrap
25070 msgid ""
25071 " const char *\n"
25072 " guestfs_get_append (guestfs_h *g);\n"
25073 "\n"
25074 msgstr ""
25075
25076 #. type: textblock
25077 #: ../src/guestfs-actions.pod:1953
25078 msgid ""
25079 "This function returns a string which may be NULL.  There is no way to return "
25080 "an error from this function.  The string is owned by the guest handle and "
25081 "must I<not> be freed."
25082 msgstr ""
25083
25084 #. type: textblock
25085 #: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:5687
25086 #: ../src/guestfs-actions.pod:6169 ../src/guestfs-actions.pod:6611
25087 #: ../src/guestfs-actions.pod:6630 ../src/guestfs-actions.pod:6646
25088 #: ../src/guestfs-actions.pod:6670 ../src/guestfs-actions.pod:7424
25089 #: ../src/guestfs-actions.pod:7439 ../src/guestfs-actions.pod:7823
25090 msgid "(Added in 1.0.26)"
25091 msgstr ""
25092
25093 #. type: =head2
25094 #: ../src/guestfs-actions.pod:1959
25095 msgid "guestfs_get_attach_method"
25096 msgstr ""
25097
25098 #. type: verbatim
25099 #: ../src/guestfs-actions.pod:1961
25100 #, no-wrap
25101 msgid ""
25102 " char *\n"
25103 " guestfs_get_attach_method (guestfs_h *g);\n"
25104 "\n"
25105 msgstr ""
25106
25107 #. type: textblock
25108 #: ../src/guestfs-actions.pod:1964
25109 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
25110 msgstr ""
25111
25112 #. type: textblock
25113 #: ../src/guestfs-actions.pod:1969 ../src/guestfs-actions.pod:6199
25114 msgid "(Added in 1.9.8)"
25115 msgstr ""
25116
25117 #. type: =head2
25118 #: ../src/guestfs-actions.pod:1971
25119 msgid "guestfs_get_autosync"
25120 msgstr ""
25121
25122 #. type: verbatim
25123 #: ../src/guestfs-actions.pod:1973
25124 #, no-wrap
25125 msgid ""
25126 " int\n"
25127 " guestfs_get_autosync (guestfs_h *g);\n"
25128 "\n"
25129 msgstr ""
25130
25131 #. type: =head2
25132 #: ../src/guestfs-actions.pod:1982
25133 msgid "guestfs_get_direct"
25134 msgstr ""
25135
25136 #. type: verbatim
25137 #: ../src/guestfs-actions.pod:1984
25138 #, no-wrap
25139 msgid ""
25140 " int\n"
25141 " guestfs_get_direct (guestfs_h *g);\n"
25142 "\n"
25143 msgstr ""
25144
25145 #. type: textblock
25146 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:6240
25147 msgid "(Added in 1.0.72)"
25148 msgstr ""
25149
25150 #. type: =head2
25151 #: ../src/guestfs-actions.pod:1993
25152 msgid "guestfs_get_e2label"
25153 msgstr ""
25154
25155 #. type: verbatim
25156 #: ../src/guestfs-actions.pod:1995
25157 #, no-wrap
25158 msgid ""
25159 " char *\n"
25160 " guestfs_get_e2label (guestfs_h *g,\n"
25161 "                      const char *device);\n"
25162 "\n"
25163 msgstr ""
25164
25165 #. type: textblock
25166 #: ../src/guestfs-actions.pod:2012 ../src/guestfs-actions.pod:2033
25167 #: ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6277
25168 msgid "(Added in 1.0.15)"
25169 msgstr ""
25170
25171 #. type: =head2
25172 #: ../src/guestfs-actions.pod:2014
25173 msgid "guestfs_get_e2uuid"
25174 msgstr ""
25175
25176 #. type: verbatim
25177 #: ../src/guestfs-actions.pod:2016
25178 #, no-wrap
25179 msgid ""
25180 " char *\n"
25181 " guestfs_get_e2uuid (guestfs_h *g,\n"
25182 "                     const char *device);\n"
25183 "\n"
25184 msgstr ""
25185
25186 #. type: =head2
25187 #: ../src/guestfs-actions.pod:2035
25188 msgid "guestfs_get_memsize"
25189 msgstr ""
25190
25191 #. type: verbatim
25192 #: ../src/guestfs-actions.pod:2037
25193 #, no-wrap
25194 msgid ""
25195 " int\n"
25196 " guestfs_get_memsize (guestfs_h *g);\n"
25197 "\n"
25198 msgstr ""
25199
25200 #. type: textblock
25201 #: ../src/guestfs-actions.pod:2043
25202 msgid ""
25203 "If C<guestfs_set_memsize> was not called on this handle, and if "
25204 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
25205 "value for memsize."
25206 msgstr ""
25207
25208 #. type: textblock
25209 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:4590
25210 #: ../src/guestfs-actions.pod:4799 ../src/guestfs-actions.pod:4818
25211 #: ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:4849
25212 #: ../src/guestfs-actions.pod:4866 ../src/guestfs-actions.pod:4879
25213 #: ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:6298
25214 #: ../src/guestfs-actions.pod:6578 ../src/guestfs-actions.pod:7193
25215 msgid "(Added in 1.0.55)"
25216 msgstr ""
25217
25218 #. type: =head2
25219 #: ../src/guestfs-actions.pod:2054
25220 msgid "guestfs_get_network"
25221 msgstr ""
25222
25223 #. type: verbatim
25224 #: ../src/guestfs-actions.pod:2056
25225 #, no-wrap
25226 msgid ""
25227 " int\n"
25228 " guestfs_get_network (guestfs_h *g);\n"
25229 "\n"
25230 msgstr ""
25231
25232 #. type: textblock
25233 #: ../src/guestfs-actions.pod:2063 ../src/guestfs-actions.pod:6317
25234 msgid "(Added in 1.5.4)"
25235 msgstr ""
25236
25237 #. type: =head2
25238 #: ../src/guestfs-actions.pod:2065
25239 msgid "guestfs_get_path"
25240 msgstr ""
25241
25242 #. type: verbatim
25243 #: ../src/guestfs-actions.pod:2067
25244 #, no-wrap
25245 msgid ""
25246 " const char *\n"
25247 " guestfs_get_path (guestfs_h *g);\n"
25248 "\n"
25249 msgstr ""
25250
25251 #. type: textblock
25252 #: ../src/guestfs-actions.pod:2075 ../src/guestfs-actions.pod:2115
25253 msgid ""
25254 "This function returns a string, or NULL on error.  The string is owned by "
25255 "the guest handle and must I<not> be freed."
25256 msgstr ""
25257
25258 #. type: =head2
25259 #: ../src/guestfs-actions.pod:2080
25260 msgid "guestfs_get_pgroup"
25261 msgstr ""
25262
25263 #. type: verbatim
25264 #: ../src/guestfs-actions.pod:2082
25265 #, no-wrap
25266 msgid ""
25267 " int\n"
25268 " guestfs_get_pgroup (guestfs_h *g);\n"
25269 "\n"
25270 msgstr ""
25271
25272 #. type: textblock
25273 #: ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:6353
25274 #: ../src/guestfs-actions.pod:7685
25275 #, fuzzy
25276 #| msgid "(Added in 1.5.1)"
25277 msgid "(Added in 1.11.18)"
25278 msgstr "(Додано у 1.5.1)"
25279
25280 #. type: =head2
25281 #: ../src/guestfs-actions.pod:2091
25282 msgid "guestfs_get_pid"
25283 msgstr ""
25284
25285 #. type: verbatim
25286 #: ../src/guestfs-actions.pod:2093
25287 #, no-wrap
25288 msgid ""
25289 " int\n"
25290 " guestfs_get_pid (guestfs_h *g);\n"
25291 "\n"
25292 msgstr ""
25293
25294 #. type: textblock
25295 #: ../src/guestfs-actions.pod:2103
25296 msgid "(Added in 1.0.56)"
25297 msgstr ""
25298
25299 #. type: =head2
25300 #: ../src/guestfs-actions.pod:2105
25301 msgid "guestfs_get_qemu"
25302 msgstr ""
25303
25304 #. type: verbatim
25305 #: ../src/guestfs-actions.pod:2107
25306 #, no-wrap
25307 msgid ""
25308 " const char *\n"
25309 " guestfs_get_qemu (guestfs_h *g);\n"
25310 "\n"
25311 msgstr ""
25312
25313 #. type: textblock
25314 #: ../src/guestfs-actions.pod:2118 ../src/guestfs-actions.pod:6381
25315 msgid "(Added in 1.0.6)"
25316 msgstr ""
25317
25318 #. type: =head2
25319 #: ../src/guestfs-actions.pod:2120
25320 msgid "guestfs_get_recovery_proc"
25321 msgstr ""
25322
25323 #. type: verbatim
25324 #: ../src/guestfs-actions.pod:2122
25325 #, no-wrap
25326 msgid ""
25327 " int\n"
25328 " guestfs_get_recovery_proc (guestfs_h *g);\n"
25329 "\n"
25330 msgstr ""
25331
25332 #. type: textblock
25333 #: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3663
25334 #: ../src/guestfs-actions.pod:3994 ../src/guestfs-actions.pod:4397
25335 #: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:5617
25336 #: ../src/guestfs-actions.pod:5960 ../src/guestfs-actions.pod:6405
25337 #: ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7116
25338 #: ../src/guestfs-actions.pod:7308
25339 msgid "(Added in 1.0.77)"
25340 msgstr ""
25341
25342 #. type: =head2
25343 #: ../src/guestfs-actions.pod:2131
25344 msgid "guestfs_get_selinux"
25345 msgstr ""
25346
25347 #. type: verbatim
25348 #: ../src/guestfs-actions.pod:2133
25349 #, no-wrap
25350 msgid ""
25351 " int\n"
25352 " guestfs_get_selinux (guestfs_h *g);\n"
25353 "\n"
25354 msgstr ""
25355
25356 #. type: textblock
25357 #: ../src/guestfs-actions.pod:2136
25358 msgid ""
25359 "This returns the current setting of the selinux flag which is passed to the "
25360 "appliance at boot time.  See C<guestfs_set_selinux>."
25361 msgstr ""
25362
25363 #. type: textblock
25364 #: ../src/guestfs-actions.pod:2144 ../src/guestfs-actions.pod:2207
25365 #: ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6482
25366 msgid "(Added in 1.0.67)"
25367 msgstr ""
25368
25369 #. type: =head2
25370 #: ../src/guestfs-actions.pod:2146
25371 msgid "guestfs_get_state"
25372 msgstr ""
25373
25374 #. type: verbatim
25375 #: ../src/guestfs-actions.pod:2148
25376 #, no-wrap
25377 msgid ""
25378 " int\n"
25379 " guestfs_get_state (guestfs_h *g);\n"
25380 "\n"
25381 msgstr ""
25382
25383 #. type: =head2
25384 #: ../src/guestfs-actions.pod:2160
25385 msgid "guestfs_get_trace"
25386 msgstr ""
25387
25388 #. type: verbatim
25389 #: ../src/guestfs-actions.pod:2162
25390 #, no-wrap
25391 msgid ""
25392 " int\n"
25393 " guestfs_get_trace (guestfs_h *g);\n"
25394 "\n"
25395 msgstr ""
25396
25397 #. type: =head2
25398 #: ../src/guestfs-actions.pod:2171
25399 msgid "guestfs_get_umask"
25400 msgstr ""
25401
25402 #. type: verbatim
25403 #: ../src/guestfs-actions.pod:2173
25404 #, no-wrap
25405 msgid ""
25406 " int\n"
25407 " guestfs_get_umask (guestfs_h *g);\n"
25408 "\n"
25409 msgstr ""
25410
25411 #. type: textblock
25412 #: ../src/guestfs-actions.pod:2176
25413 msgid ""
25414 "Return the current umask.  By default the umask is C<022> unless it has been "
25415 "set by calling C<guestfs_umask>."
25416 msgstr ""
25417
25418 #. type: =head2
25419 #: ../src/guestfs-actions.pod:2183
25420 msgid "guestfs_get_verbose"
25421 msgstr ""
25422
25423 #. type: verbatim
25424 #: ../src/guestfs-actions.pod:2185
25425 #, no-wrap
25426 msgid ""
25427 " int\n"
25428 " guestfs_get_verbose (guestfs_h *g);\n"
25429 "\n"
25430 msgstr ""
25431
25432 #. type: =head2
25433 #: ../src/guestfs-actions.pod:2194
25434 msgid "guestfs_getcon"
25435 msgstr ""
25436
25437 #. type: verbatim
25438 #: ../src/guestfs-actions.pod:2196
25439 #, no-wrap
25440 msgid ""
25441 " char *\n"
25442 " guestfs_getcon (guestfs_h *g);\n"
25443 "\n"
25444 msgstr ""
25445
25446 #. type: textblock
25447 #: ../src/guestfs-actions.pod:2201
25448 msgid ""
25449 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
25450 msgstr ""
25451
25452 #. type: =head2
25453 #: ../src/guestfs-actions.pod:2209
25454 msgid "guestfs_getxattr"
25455 msgstr ""
25456
25457 #. type: verbatim
25458 #: ../src/guestfs-actions.pod:2211
25459 #, no-wrap
25460 msgid ""
25461 " char *\n"
25462 " guestfs_getxattr (guestfs_h *g,\n"
25463 "                   const char *path,\n"
25464 "                   const char *name,\n"
25465 "                   size_t *size_r);\n"
25466 "\n"
25467 msgstr ""
25468
25469 #. type: textblock
25470 #: ../src/guestfs-actions.pod:2217
25471 msgid ""
25472 "Get a single extended attribute from file C<path> named C<name>.  This call "
25473 "follows symlinks.  If you want to lookup an extended attribute for the "
25474 "symlink itself, use C<guestfs_lgetxattr>."
25475 msgstr ""
25476
25477 #. type: textblock
25478 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:3677
25479 msgid ""
25480 "Normally it is better to get all extended attributes from a file in one go "
25481 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
25482 "implementations are buggy and do not provide a way to list out attributes.  "
25483 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
25484 "extended attributes you want in advance and call this function."
25485 msgstr ""
25486
25487 #. type: textblock
25488 #: ../src/guestfs-actions.pod:2231
25489 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
25490 msgstr ""
25491
25492 #. type: textblock
25493 #: ../src/guestfs-actions.pod:2233 ../src/guestfs-actions.pod:2424
25494 #: ../src/guestfs-actions.pod:2894 ../src/guestfs-actions.pod:3689
25495 #: ../src/guestfs-actions.pod:5610 ../src/guestfs-actions.pod:5636
25496 #: ../src/guestfs-actions.pod:5817
25497 msgid ""
25498 "This function returns a buffer, or NULL on error.  The size of the returned "
25499 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
25500 "after use>."
25501 msgstr ""
25502
25503 #. type: textblock
25504 #: ../src/guestfs-actions.pod:2237 ../src/guestfs-actions.pod:3693
25505 msgid "(Added in 1.7.24)"
25506 msgstr ""
25507
25508 #. type: =head2
25509 #: ../src/guestfs-actions.pod:2239
25510 msgid "guestfs_getxattrs"
25511 msgstr ""
25512
25513 #. type: verbatim
25514 #: ../src/guestfs-actions.pod:2241
25515 #, no-wrap
25516 msgid ""
25517 " struct guestfs_xattr_list *\n"
25518 " guestfs_getxattrs (guestfs_h *g,\n"
25519 "                    const char *path);\n"
25520 "\n"
25521 msgstr ""
25522
25523 #. type: textblock
25524 #: ../src/guestfs-actions.pod:2251
25525 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
25526 msgstr ""
25527
25528 #. type: textblock
25529 #: ../src/guestfs-actions.pod:2253 ../src/guestfs-actions.pod:3705
25530 #: ../src/guestfs-actions.pod:4393
25531 msgid ""
25532 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
25533 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
25534 msgstr ""
25535
25536 #. type: textblock
25537 #: ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:3709
25538 #: ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:3944
25539 #: ../src/guestfs-actions.pod:5990 ../src/guestfs-actions.pod:6501
25540 #: ../src/guestfs-actions.pod:7888
25541 msgid "(Added in 1.0.59)"
25542 msgstr ""
25543
25544 #. type: =head2
25545 #: ../src/guestfs-actions.pod:2259
25546 msgid "guestfs_glob_expand"
25547 msgstr ""
25548
25549 #. type: verbatim
25550 #: ../src/guestfs-actions.pod:2261
25551 #, no-wrap
25552 msgid ""
25553 " char **\n"
25554 " guestfs_glob_expand (guestfs_h *g,\n"
25555 "                      const char *pattern);\n"
25556 "\n"
25557 msgstr ""
25558
25559 #. type: textblock
25560 #: ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:6694
25561 #: ../src/guestfs-actions.pod:6711
25562 msgid "(Added in 1.0.50)"
25563 msgstr ""
25564
25565 #. type: =head2
25566 #: ../src/guestfs-actions.pod:2282
25567 msgid "guestfs_grep"
25568 msgstr ""
25569
25570 #. type: verbatim
25571 #: ../src/guestfs-actions.pod:2284
25572 #, no-wrap
25573 msgid ""
25574 " char **\n"
25575 " guestfs_grep (guestfs_h *g,\n"
25576 "               const char *regex,\n"
25577 "               const char *path);\n"
25578 "\n"
25579 msgstr ""
25580
25581 #. type: =head2
25582 #: ../src/guestfs-actions.pod:2301
25583 msgid "guestfs_grepi"
25584 msgstr ""
25585
25586 #. type: verbatim
25587 #: ../src/guestfs-actions.pod:2303
25588 #, no-wrap
25589 msgid ""
25590 " char **\n"
25591 " guestfs_grepi (guestfs_h *g,\n"
25592 "                const char *regex,\n"
25593 "                const char *path);\n"
25594 "\n"
25595 msgstr ""
25596
25597 #. type: =head2
25598 #: ../src/guestfs-actions.pod:2320
25599 msgid "guestfs_grub_install"
25600 msgstr ""
25601
25602 #. type: verbatim
25603 #: ../src/guestfs-actions.pod:2322
25604 #, no-wrap
25605 msgid ""
25606 " int\n"
25607 " guestfs_grub_install (guestfs_h *g,\n"
25608 "                       const char *root,\n"
25609 "                       const char *device);\n"
25610 "\n"
25611 msgstr ""
25612
25613 #. type: textblock
25614 #: ../src/guestfs-actions.pod:2343
25615 msgid "(Added in 1.0.17)"
25616 msgstr ""
25617
25618 #. type: =head2
25619 #: ../src/guestfs-actions.pod:2345
25620 msgid "guestfs_head"
25621 msgstr ""
25622
25623 #. type: verbatim
25624 #: ../src/guestfs-actions.pod:2347
25625 #, no-wrap
25626 msgid ""
25627 " char **\n"
25628 " guestfs_head (guestfs_h *g,\n"
25629 "               const char *path);\n"
25630 "\n"
25631 msgstr ""
25632
25633 #. type: =head2
25634 #: ../src/guestfs-actions.pod:2363
25635 msgid "guestfs_head_n"
25636 msgstr ""
25637
25638 #. type: verbatim
25639 #: ../src/guestfs-actions.pod:2365
25640 #, no-wrap
25641 msgid ""
25642 " char **\n"
25643 " guestfs_head_n (guestfs_h *g,\n"
25644 "                 int nrlines,\n"
25645 "                 const char *path);\n"
25646 "\n"
25647 msgstr ""
25648
25649 #. type: =head2
25650 #: ../src/guestfs-actions.pod:2387
25651 msgid "guestfs_hexdump"
25652 msgstr ""
25653
25654 #. type: verbatim
25655 #: ../src/guestfs-actions.pod:2389
25656 #, no-wrap
25657 msgid ""
25658 " char *\n"
25659 " guestfs_hexdump (guestfs_h *g,\n"
25660 "                  const char *path);\n"
25661 "\n"
25662 msgstr ""
25663
25664 #. type: textblock
25665 #: ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:6775
25666 #: ../src/guestfs-actions.pod:6830
25667 msgid "(Added in 1.0.22)"
25668 msgstr ""
25669
25670 #. type: =head2
25671 #: ../src/guestfs-actions.pod:2404
25672 msgid "guestfs_initrd_cat"
25673 msgstr ""
25674
25675 #. type: verbatim
25676 #: ../src/guestfs-actions.pod:2406
25677 #, no-wrap
25678 msgid ""
25679 " char *\n"
25680 " guestfs_initrd_cat (guestfs_h *g,\n"
25681 "                     const char *initrdpath,\n"
25682 "                     const char *filename,\n"
25683 "                     size_t *size_r);\n"
25684 "\n"
25685 msgstr ""
25686
25687 #. type: textblock
25688 #: ../src/guestfs-actions.pod:2422
25689 msgid "See also C<guestfs_initrd_list>."
25690 msgstr ""
25691
25692 #. type: =head2
25693 #: ../src/guestfs-actions.pod:2433
25694 msgid "guestfs_initrd_list"
25695 msgstr ""
25696
25697 #. type: verbatim
25698 #: ../src/guestfs-actions.pod:2435
25699 #, no-wrap
25700 msgid ""
25701 " char **\n"
25702 " guestfs_initrd_list (guestfs_h *g,\n"
25703 "                      const char *path);\n"
25704 "\n"
25705 msgstr ""
25706
25707 #. type: =head2
25708 #: ../src/guestfs-actions.pod:2455
25709 msgid "guestfs_inotify_add_watch"
25710 msgstr ""
25711
25712 #. type: verbatim
25713 #: ../src/guestfs-actions.pod:2457
25714 #, no-wrap
25715 msgid ""
25716 " int64_t\n"
25717 " guestfs_inotify_add_watch (guestfs_h *g,\n"
25718 "                            const char *path,\n"
25719 "                            int mask);\n"
25720 "\n"
25721 msgstr ""
25722
25723 #. type: =head2
25724 #: ../src/guestfs-actions.pod:2476
25725 msgid "guestfs_inotify_close"
25726 msgstr ""
25727
25728 #. type: verbatim
25729 #: ../src/guestfs-actions.pod:2478
25730 #, no-wrap
25731 msgid ""
25732 " int\n"
25733 " guestfs_inotify_close (guestfs_h *g);\n"
25734 "\n"
25735 msgstr ""
25736
25737 #. type: =head2
25738 #: ../src/guestfs-actions.pod:2489
25739 msgid "guestfs_inotify_files"
25740 msgstr ""
25741
25742 #. type: verbatim
25743 #: ../src/guestfs-actions.pod:2491
25744 #, no-wrap
25745 msgid ""
25746 " char **\n"
25747 " guestfs_inotify_files (guestfs_h *g);\n"
25748 "\n"
25749 msgstr ""
25750
25751 #. type: textblock
25752 #: ../src/guestfs-actions.pod:2494
25753 msgid ""
25754 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
25755 "returns a list of pathnames of objects that were touched.  The returned "
25756 "pathnames are sorted and deduplicated."
25757 msgstr ""
25758
25759 #. type: =head2
25760 #: ../src/guestfs-actions.pod:2504
25761 msgid "guestfs_inotify_init"
25762 msgstr ""
25763
25764 #. type: verbatim
25765 #: ../src/guestfs-actions.pod:2506
25766 #, no-wrap
25767 msgid ""
25768 " int\n"
25769 " guestfs_inotify_init (guestfs_h *g,\n"
25770 "                       int maxevents);\n"
25771 "\n"
25772 msgstr ""
25773
25774 #. type: textblock
25775 #: ../src/guestfs-actions.pod:2514
25776 msgid ""
25777 "C<maxevents> is the maximum number of events which will be queued up between "
25778 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
25779 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
25780 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
25781 "throws away events, but records the fact that it threw them away by setting "
25782 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
25783 "C<guestfs_inotify_read>)."
25784 msgstr ""
25785
25786 #. type: textblock
25787 #: ../src/guestfs-actions.pod:2524
25788 msgid ""
25789 "Before any events are generated, you have to add some watches to the "
25790 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
25791 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
25792 msgstr ""
25793
25794 #. type: textblock
25795 #: ../src/guestfs-actions.pod:2530
25796 msgid ""
25797 "Queued up events should be read periodically by calling "
25798 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
25799 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
25800 "often enough then you risk the internal queue overflowing."
25801 msgstr ""
25802
25803 #. type: textblock
25804 #: ../src/guestfs-actions.pod:2537
25805 msgid ""
25806 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
25807 "This also removes any watches automatically."
25808 msgstr ""
25809
25810 #. type: =head2
25811 #: ../src/guestfs-actions.pod:2550
25812 msgid "guestfs_inotify_read"
25813 msgstr ""
25814
25815 #. type: verbatim
25816 #: ../src/guestfs-actions.pod:2552
25817 #, no-wrap
25818 msgid ""
25819 " struct guestfs_inotify_event_list *\n"
25820 " guestfs_inotify_read (guestfs_h *g);\n"
25821 "\n"
25822 msgstr ""
25823
25824 #. type: textblock
25825 #: ../src/guestfs-actions.pod:2566
25826 msgid ""
25827 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
25828 "there was an error.  I<The caller must call "
25829 "C<guestfs_free_inotify_event_list> after use>."
25830 msgstr ""
25831
25832 #. type: =head2
25833 #: ../src/guestfs-actions.pod:2572
25834 msgid "guestfs_inotify_rm_watch"
25835 msgstr ""
25836
25837 #. type: verbatim
25838 #: ../src/guestfs-actions.pod:2574
25839 #, no-wrap
25840 msgid ""
25841 " int\n"
25842 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
25843 "                           int wd);\n"
25844 "\n"
25845 msgstr ""
25846
25847 #. type: textblock
25848 #: ../src/guestfs-actions.pod:2578
25849 msgid ""
25850 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
25851 msgstr ""
25852
25853 #. type: =head2
25854 #: ../src/guestfs-actions.pod:2585
25855 msgid "guestfs_inspect_get_arch"
25856 msgstr ""
25857
25858 #. type: verbatim
25859 #: ../src/guestfs-actions.pod:2587
25860 #, no-wrap
25861 msgid ""
25862 " char *\n"
25863 " guestfs_inspect_get_arch (guestfs_h *g,\n"
25864 "                           const char *root);\n"
25865 "\n"
25866 msgstr ""
25867
25868 #. type: textblock
25869 #: ../src/guestfs-actions.pod:2591
25870 msgid ""
25871 "This returns the architecture of the inspected operating system.  The "
25872 "possible return values are listed under C<guestfs_file_architecture>."
25873 msgstr ""
25874
25875 #. type: =head2
25876 #: ../src/guestfs-actions.pod:2605
25877 msgid "guestfs_inspect_get_distro"
25878 msgstr ""
25879
25880 #. type: verbatim
25881 #: ../src/guestfs-actions.pod:2607
25882 #, no-wrap
25883 msgid ""
25884 " char *\n"
25885 " guestfs_inspect_get_distro (guestfs_h *g,\n"
25886 "                             const char *root);\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: =head2
25891 #: ../src/guestfs-actions.pod:2695
25892 msgid "guestfs_inspect_get_drive_mappings"
25893 msgstr ""
25894
25895 #. type: verbatim
25896 #: ../src/guestfs-actions.pod:2697
25897 #, no-wrap
25898 msgid ""
25899 " char **\n"
25900 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
25901 "                                     const char *root);\n"
25902 "\n"
25903 msgstr ""
25904
25905 #. type: textblock
25906 #: ../src/guestfs-actions.pod:2726
25907 msgid ""
25908 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
25909 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
25910 msgstr ""
25911
25912 #. type: textblock
25913 #: ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2998
25914 #: ../src/guestfs-actions.pod:3796 ../src/guestfs-actions.pod:5078
25915 #: ../src/guestfs-actions.pod:7132
25916 msgid ""
25917 "This function returns a NULL-terminated array of strings, or NULL if there "
25918 "was an error.  The array of strings will always have length C<2n+1>, where "
25919 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
25920 "caller must free the strings and the array after use>."
25921 msgstr ""
25922
25923 #. type: textblock
25924 #: ../src/guestfs-actions.pod:2736 ../src/guestfs-actions.pod:3192
25925 msgid "(Added in 1.9.17)"
25926 msgstr ""
25927
25928 #. type: =head2
25929 #: ../src/guestfs-actions.pod:2738
25930 msgid "guestfs_inspect_get_filesystems"
25931 msgstr ""
25932
25933 #. type: verbatim
25934 #: ../src/guestfs-actions.pod:2740
25935 #, no-wrap
25936 msgid ""
25937 " char **\n"
25938 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
25939 "                                  const char *root);\n"
25940 "\n"
25941 msgstr ""
25942
25943 #. type: textblock
25944 #: ../src/guestfs-actions.pod:2752
25945 msgid ""
25946 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
25947 "C<guestfs_inspect_get_mountpoints>."
25948 msgstr ""
25949
25950 #. type: =head2
25951 #: ../src/guestfs-actions.pod:2761
25952 msgid "guestfs_inspect_get_format"
25953 msgstr ""
25954
25955 #. type: verbatim
25956 #: ../src/guestfs-actions.pod:2763
25957 #, no-wrap
25958 msgid ""
25959 " char *\n"
25960 " guestfs_inspect_get_format (guestfs_h *g,\n"
25961 "                             const char *root);\n"
25962 "\n"
25963 msgstr ""
25964
25965 #. type: textblock
25966 #: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:3228
25967 #: ../src/guestfs-actions.pod:3244 ../src/guestfs-actions.pod:3262
25968 #: ../src/guestfs-actions.pod:6028
25969 msgid "(Added in 1.9.4)"
25970 msgstr ""
25971
25972 #. type: =head2
25973 #: ../src/guestfs-actions.pod:2799
25974 msgid "guestfs_inspect_get_hostname"
25975 msgstr ""
25976
25977 #. type: verbatim
25978 #: ../src/guestfs-actions.pod:2801
25979 #, no-wrap
25980 msgid ""
25981 " char *\n"
25982 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
25983 "                               const char *root);\n"
25984 "\n"
25985 msgstr ""
25986
25987 #. type: textblock
25988 #: ../src/guestfs-actions.pod:2816
25989 msgid "(Added in 1.7.9)"
25990 msgstr ""
25991
25992 #. type: =head2
25993 #: ../src/guestfs-actions.pod:2818
25994 msgid "guestfs_inspect_get_icon"
25995 msgstr ""
25996
25997 #. type: verbatim
25998 #: ../src/guestfs-actions.pod:2820
25999 #, no-wrap
26000 msgid ""
26001 " char *\n"
26002 " guestfs_inspect_get_icon (guestfs_h *g,\n"
26003 "                           const char *root,\n"
26004 "                           size_t *size_r,\n"
26005 "                           ...);\n"
26006 "\n"
26007 msgstr ""
26008
26009 #. type: verbatim
26010 #: ../src/guestfs-actions.pod:2831
26011 #, no-wrap
26012 msgid ""
26013 " GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
26014 " GUESTFS_INSPECT_GET_ICON_HIGHQUALITY, int highquality,\n"
26015 "\n"
26016 msgstr ""
26017
26018 #. type: textblock
26019 #: ../src/guestfs-actions.pod:2898 ../src/guestfs-actions.pod:3723
26020 #: ../src/guestfs-actions.pod:4977
26021 msgid "(Added in 1.11.12)"
26022 msgstr ""
26023
26024 #. type: =head2
26025 #: ../src/guestfs-actions.pod:2900
26026 msgid "guestfs_inspect_get_icon_va"
26027 msgstr ""
26028
26029 #. type: verbatim
26030 #: ../src/guestfs-actions.pod:2902
26031 #, no-wrap
26032 msgid ""
26033 " char *\n"
26034 " guestfs_inspect_get_icon_va (guestfs_h *g,\n"
26035 "                              const char *root,\n"
26036 "                              size_t *size_r,\n"
26037 "                              va_list args);\n"
26038 "\n"
26039 msgstr ""
26040
26041 #. type: textblock
26042 #: ../src/guestfs-actions.pod:2908
26043 msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
26044 msgstr ""
26045
26046 #. type: =head2
26047 #: ../src/guestfs-actions.pod:2912
26048 msgid "guestfs_inspect_get_icon_argv"
26049 msgstr ""
26050
26051 #. type: verbatim
26052 #: ../src/guestfs-actions.pod:2914
26053 #, no-wrap
26054 msgid ""
26055 " char *\n"
26056 " guestfs_inspect_get_icon_argv (guestfs_h *g,\n"
26057 "                                const char *root,\n"
26058 "                                size_t *size_r,\n"
26059 "                                const struct guestfs_inspect_get_icon_argv *optargs);\n"
26060 "\n"
26061 msgstr ""
26062
26063 #. type: textblock
26064 #: ../src/guestfs-actions.pod:2920
26065 msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
26066 msgstr ""
26067
26068 #. type: =head2
26069 #: ../src/guestfs-actions.pod:2924
26070 msgid "guestfs_inspect_get_major_version"
26071 msgstr ""
26072
26073 #. type: verbatim
26074 #: ../src/guestfs-actions.pod:2926
26075 #, no-wrap
26076 msgid ""
26077 " int\n"
26078 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
26079 "                                    const char *root);\n"
26080 "\n"
26081 msgstr ""
26082
26083 #. type: =head2
26084 #: ../src/guestfs-actions.pod:2948
26085 msgid "guestfs_inspect_get_minor_version"
26086 msgstr ""
26087
26088 #. type: verbatim
26089 #: ../src/guestfs-actions.pod:2950
26090 #, no-wrap
26091 msgid ""
26092 " int\n"
26093 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
26094 "                                    const char *root);\n"
26095 "\n"
26096 msgstr ""
26097
26098 #. type: textblock
26099 #: ../src/guestfs-actions.pod:2959
26100 msgid ""
26101 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
26102 "C<guestfs_inspect_get_major_version>."
26103 msgstr ""
26104
26105 #. type: =head2
26106 #: ../src/guestfs-actions.pod:2966
26107 msgid "guestfs_inspect_get_mountpoints"
26108 msgstr ""
26109
26110 #. type: verbatim
26111 #: ../src/guestfs-actions.pod:2968
26112 #, no-wrap
26113 msgid ""
26114 " char **\n"
26115 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
26116 "                                  const char *root);\n"
26117 "\n"
26118 msgstr ""
26119
26120 #. type: textblock
26121 #: ../src/guestfs-actions.pod:2989
26122 msgid ""
26123 "For operating systems like Windows which still use drive letters, this call "
26124 "will only return an entry for the first drive \"mounted on\" C</>.  For "
26125 "information about the mapping of drive letters to partitions, see "
26126 "C<guestfs_inspect_get_drive_mappings>."
26127 msgstr ""
26128
26129 #. type: textblock
26130 #: ../src/guestfs-actions.pod:2995
26131 msgid ""
26132 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
26133 "C<guestfs_inspect_get_filesystems>."
26134 msgstr ""
26135
26136 #. type: =head2
26137 #: ../src/guestfs-actions.pod:3006
26138 msgid "guestfs_inspect_get_package_format"
26139 msgstr ""
26140
26141 #. type: verbatim
26142 #: ../src/guestfs-actions.pod:3008
26143 #, no-wrap
26144 msgid ""
26145 " char *\n"
26146 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
26147 "                                     const char *root);\n"
26148 "\n"
26149 msgstr ""
26150
26151 #. type: textblock
26152 #: ../src/guestfs-actions.pod:3012
26153 msgid ""
26154 "This function and C<guestfs_inspect_get_package_management> return the "
26155 "package format and package management tool used by the inspected operating "
26156 "system.  For example for Fedora these functions would return C<rpm> (package "
26157 "format) and C<yum> (package management)."
26158 msgstr ""
26159
26160 #. type: textblock
26161 #: ../src/guestfs-actions.pod:3030 ../src/guestfs-actions.pod:3058
26162 msgid "(Added in 1.7.5)"
26163 msgstr ""
26164
26165 #. type: =head2
26166 #: ../src/guestfs-actions.pod:3032
26167 msgid "guestfs_inspect_get_package_management"
26168 msgstr ""
26169
26170 #. type: verbatim
26171 #: ../src/guestfs-actions.pod:3034
26172 #, no-wrap
26173 msgid ""
26174 " char *\n"
26175 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
26176 "                                         const char *root);\n"
26177 "\n"
26178 msgstr ""
26179
26180 #. type: textblock
26181 #: ../src/guestfs-actions.pod:3038
26182 msgid ""
26183 "C<guestfs_inspect_get_package_format> and this function return the package "
26184 "format and package management tool used by the inspected operating system.  "
26185 "For example for Fedora these functions would return C<rpm> (package format) "
26186 "and C<yum> (package management)."
26187 msgstr ""
26188
26189 #. type: =head2
26190 #: ../src/guestfs-actions.pod:3060
26191 msgid "guestfs_inspect_get_product_name"
26192 msgstr ""
26193
26194 #. type: verbatim
26195 #: ../src/guestfs-actions.pod:3062
26196 #, no-wrap
26197 msgid ""
26198 " char *\n"
26199 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
26200 "                                   const char *root);\n"
26201 "\n"
26202 msgstr ""
26203
26204 #. type: =head2
26205 #: ../src/guestfs-actions.pod:3081
26206 msgid "guestfs_inspect_get_product_variant"
26207 msgstr ""
26208
26209 #. type: verbatim
26210 #: ../src/guestfs-actions.pod:3083
26211 #, no-wrap
26212 msgid ""
26213 " char *\n"
26214 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
26215 "                                      const char *root);\n"
26216 "\n"
26217 msgstr ""
26218
26219 #. type: textblock
26220 #: ../src/guestfs-actions.pod:3106
26221 msgid ""
26222 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
26223 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
26224 msgstr ""
26225
26226 #. type: textblock
26227 #: ../src/guestfs-actions.pod:3113
26228 msgid "(Added in 1.9.13)"
26229 msgstr ""
26230
26231 #. type: =head2
26232 #: ../src/guestfs-actions.pod:3115
26233 msgid "guestfs_inspect_get_roots"
26234 msgstr ""
26235
26236 #. type: verbatim
26237 #: ../src/guestfs-actions.pod:3117
26238 #, no-wrap
26239 msgid ""
26240 " char **\n"
26241 " guestfs_inspect_get_roots (guestfs_h *g);\n"
26242 "\n"
26243 msgstr ""
26244
26245 #. type: textblock
26246 #: ../src/guestfs-actions.pod:3120
26247 msgid ""
26248 "This function is a convenient way to get the list of root devices, as "
26249 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
26250 "the whole inspection process."
26251 msgstr ""
26252
26253 #. type: textblock
26254 #: ../src/guestfs-actions.pod:3124
26255 msgid ""
26256 "This returns an empty list if either no root devices were found or the "
26257 "caller has not called C<guestfs_inspect_os>."
26258 msgstr ""
26259
26260 #. type: textblock
26261 #: ../src/guestfs-actions.pod:3133
26262 msgid "(Added in 1.7.3)"
26263 msgstr ""
26264
26265 #. type: =head2
26266 #: ../src/guestfs-actions.pod:3135
26267 msgid "guestfs_inspect_get_type"
26268 msgstr ""
26269
26270 #. type: verbatim
26271 #: ../src/guestfs-actions.pod:3137
26272 #, no-wrap
26273 msgid ""
26274 " char *\n"
26275 " guestfs_inspect_get_type (guestfs_h *g,\n"
26276 "                           const char *root);\n"
26277 "\n"
26278 msgstr ""
26279
26280 #. type: =head2
26281 #: ../src/guestfs-actions.pod:3174
26282 msgid "guestfs_inspect_get_windows_current_control_set"
26283 msgstr ""
26284
26285 #. type: verbatim
26286 #: ../src/guestfs-actions.pod:3176
26287 #, no-wrap
26288 msgid ""
26289 " char *\n"
26290 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
26291 "                                                  const char *root);\n"
26292 "\n"
26293 msgstr ""
26294
26295 #. type: =head2
26296 #: ../src/guestfs-actions.pod:3194
26297 msgid "guestfs_inspect_get_windows_systemroot"
26298 msgstr ""
26299
26300 #. type: verbatim
26301 #: ../src/guestfs-actions.pod:3196
26302 #, no-wrap
26303 msgid ""
26304 " char *\n"
26305 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
26306 "                                         const char *root);\n"
26307 "\n"
26308 msgstr ""
26309
26310 #. type: textblock
26311 #: ../src/guestfs-actions.pod:3212
26312 msgid "(Added in 1.5.25)"
26313 msgstr ""
26314
26315 #. type: =head2
26316 #: ../src/guestfs-actions.pod:3214
26317 msgid "guestfs_inspect_is_live"
26318 msgstr ""
26319
26320 #. type: verbatim
26321 #: ../src/guestfs-actions.pod:3216
26322 #, no-wrap
26323 msgid ""
26324 " int\n"
26325 " guestfs_inspect_is_live (guestfs_h *g,\n"
26326 "                          const char *root);\n"
26327 "\n"
26328 msgstr ""
26329
26330 #. type: textblock
26331 #: ../src/guestfs-actions.pod:3220
26332 msgid ""
26333 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
26334 "disk), then this returns true if a live image was detected on the disk."
26335 msgstr ""
26336
26337 #. type: =head2
26338 #: ../src/guestfs-actions.pod:3230
26339 msgid "guestfs_inspect_is_multipart"
26340 msgstr ""
26341
26342 #. type: verbatim
26343 #: ../src/guestfs-actions.pod:3232
26344 #, no-wrap
26345 msgid ""
26346 " int\n"
26347 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
26348 "                               const char *root);\n"
26349 "\n"
26350 msgstr ""
26351
26352 #. type: textblock
26353 #: ../src/guestfs-actions.pod:3236
26354 msgid ""
26355 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
26356 "disk), then this returns true if the disk is part of a set."
26357 msgstr ""
26358
26359 #. type: =head2
26360 #: ../src/guestfs-actions.pod:3246
26361 msgid "guestfs_inspect_is_netinst"
26362 msgstr ""
26363
26364 #. type: verbatim
26365 #: ../src/guestfs-actions.pod:3248
26366 #, no-wrap
26367 msgid ""
26368 " int\n"
26369 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
26370 "                             const char *root);\n"
26371 "\n"
26372 msgstr ""
26373
26374 #. type: textblock
26375 #: ../src/guestfs-actions.pod:3252
26376 msgid ""
26377 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
26378 "disk), then this returns true if the disk is a network installer, ie. not a "
26379 "self-contained install CD but one which is likely to require network access "
26380 "to complete the install."
26381 msgstr ""
26382
26383 #. type: =head2
26384 #: ../src/guestfs-actions.pod:3264
26385 msgid "guestfs_inspect_list_applications"
26386 msgstr ""
26387
26388 #. type: verbatim
26389 #: ../src/guestfs-actions.pod:3266
26390 #, no-wrap
26391 msgid ""
26392 " struct guestfs_application_list *\n"
26393 " guestfs_inspect_list_applications (guestfs_h *g,\n"
26394 "                                    const char *root);\n"
26395 "\n"
26396 msgstr ""
26397
26398 #. type: textblock
26399 #: ../src/guestfs-actions.pod:3272
26400 msgid ""
26401 "I<Note:> This call works differently from other parts of the inspection "
26402 "API.  You have to call C<guestfs_inspect_os>, then "
26403 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
26404 "this.  Listing applications is a significantly more difficult operation "
26405 "which requires access to the full filesystem.  Also note that unlike the "
26406 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
26407 "the libguestfs handle, this call actually reads parts of the mounted "
26408 "filesystems during the call."
26409 msgstr ""
26410
26411 #. type: textblock
26412 #: ../src/guestfs-actions.pod:3362
26413 msgid ""
26414 "This function returns a C<struct guestfs_application_list *>, or NULL if "
26415 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
26416 "after use>."
26417 msgstr ""
26418
26419 #. type: textblock
26420 #: ../src/guestfs-actions.pod:3366
26421 msgid "(Added in 1.7.8)"
26422 msgstr ""
26423
26424 #. type: =head2
26425 #: ../src/guestfs-actions.pod:3368
26426 msgid "guestfs_inspect_os"
26427 msgstr ""
26428
26429 #. type: verbatim
26430 #: ../src/guestfs-actions.pod:3370
26431 #, no-wrap
26432 msgid ""
26433 " char **\n"
26434 " guestfs_inspect_os (guestfs_h *g);\n"
26435 "\n"
26436 msgstr ""
26437
26438 #. type: textblock
26439 #: ../src/guestfs-actions.pod:3386
26440 msgid ""
26441 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
26442 "functions in order to query further information about each operating system, "
26443 "such as the name and version."
26444 msgstr ""
26445
26446 #. type: textblock
26447 #: ../src/guestfs-actions.pod:3391
26448 msgid ""
26449 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
26450 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
26451 "the contents.  This should be called with no disks currently mounted.  The "
26452 "function may also use Augeas, so any existing Augeas handle will be closed."
26453 msgstr ""
26454
26455 #. type: textblock
26456 #: ../src/guestfs-actions.pod:3403 ../src/guestfs-actions.pod:3734
26457 #: ../src/guestfs-actions.pod:3816
26458 msgid "See also C<guestfs_list_filesystems>."
26459 msgstr ""
26460
26461 #. type: =head2
26462 #: ../src/guestfs-actions.pod:3411
26463 msgid "guestfs_is_blockdev"
26464 msgstr ""
26465
26466 #. type: verbatim
26467 #: ../src/guestfs-actions.pod:3413
26468 #, no-wrap
26469 msgid ""
26470 " int\n"
26471 " guestfs_is_blockdev (guestfs_h *g,\n"
26472 "                      const char *path);\n"
26473 "\n"
26474 msgstr ""
26475
26476 #. type: textblock
26477 #: ../src/guestfs-actions.pod:3420 ../src/guestfs-actions.pod:3449
26478 #: ../src/guestfs-actions.pod:3479 ../src/guestfs-actions.pod:3494
26479 #: ../src/guestfs-actions.pod:3510 ../src/guestfs-actions.pod:3566
26480 #: ../src/guestfs-actions.pod:3581
26481 msgid "See also C<guestfs_stat>."
26482 msgstr ""
26483
26484 #. type: textblock
26485 #: ../src/guestfs-actions.pod:3424 ../src/guestfs-actions.pod:3453
26486 #: ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3570
26487 #: ../src/guestfs-actions.pod:3585
26488 msgid "(Added in 1.5.10)"
26489 msgstr ""
26490
26491 #. type: =head2
26492 #: ../src/guestfs-actions.pod:3426
26493 msgid "guestfs_is_busy"
26494 msgstr ""
26495
26496 #. type: verbatim
26497 #: ../src/guestfs-actions.pod:3428
26498 #, no-wrap
26499 msgid ""
26500 " int\n"
26501 " guestfs_is_busy (guestfs_h *g);\n"
26502 "\n"
26503 msgstr ""
26504
26505 #. type: =head2
26506 #: ../src/guestfs-actions.pod:3440
26507 msgid "guestfs_is_chardev"
26508 msgstr ""
26509
26510 #. type: verbatim
26511 #: ../src/guestfs-actions.pod:3442
26512 #, no-wrap
26513 msgid ""
26514 " int\n"
26515 " guestfs_is_chardev (guestfs_h *g,\n"
26516 "                     const char *path);\n"
26517 "\n"
26518 msgstr ""
26519
26520 #. type: =head2
26521 #: ../src/guestfs-actions.pod:3455
26522 msgid "guestfs_is_config"
26523 msgstr ""
26524
26525 #. type: verbatim
26526 #: ../src/guestfs-actions.pod:3457
26527 #, no-wrap
26528 msgid ""
26529 " int\n"
26530 " guestfs_is_config (guestfs_h *g);\n"
26531 "\n"
26532 msgstr ""
26533
26534 #. type: =head2
26535 #: ../src/guestfs-actions.pod:3469
26536 msgid "guestfs_is_dir"
26537 msgstr ""
26538
26539 #. type: verbatim
26540 #: ../src/guestfs-actions.pod:3471
26541 #, no-wrap
26542 msgid ""
26543 " int\n"
26544 " guestfs_is_dir (guestfs_h *g,\n"
26545 "                 const char *path);\n"
26546 "\n"
26547 msgstr ""
26548
26549 #. type: =head2
26550 #: ../src/guestfs-actions.pod:3485
26551 msgid "guestfs_is_fifo"
26552 msgstr ""
26553
26554 #. type: verbatim
26555 #: ../src/guestfs-actions.pod:3487
26556 #, no-wrap
26557 msgid ""
26558 " int\n"
26559 " guestfs_is_fifo (guestfs_h *g,\n"
26560 "                  const char *path);\n"
26561 "\n"
26562 msgstr ""
26563
26564 #. type: =head2
26565 #: ../src/guestfs-actions.pod:3500
26566 msgid "guestfs_is_file"
26567 msgstr ""
26568
26569 #. type: verbatim
26570 #: ../src/guestfs-actions.pod:3502
26571 #, no-wrap
26572 msgid ""
26573 " int\n"
26574 " guestfs_is_file (guestfs_h *g,\n"
26575 "                  const char *path);\n"
26576 "\n"
26577 msgstr ""
26578
26579 #. type: =head2
26580 #: ../src/guestfs-actions.pod:3516
26581 msgid "guestfs_is_launching"
26582 msgstr ""
26583
26584 #. type: verbatim
26585 #: ../src/guestfs-actions.pod:3518
26586 #, no-wrap
26587 msgid ""
26588 " int\n"
26589 " guestfs_is_launching (guestfs_h *g);\n"
26590 "\n"
26591 msgstr ""
26592
26593 #. type: =head2
26594 #: ../src/guestfs-actions.pod:3530
26595 msgid "guestfs_is_lv"
26596 msgstr ""
26597
26598 #. type: verbatim
26599 #: ../src/guestfs-actions.pod:3532
26600 #, no-wrap
26601 msgid ""
26602 " int\n"
26603 " guestfs_is_lv (guestfs_h *g,\n"
26604 "                const char *device);\n"
26605 "\n"
26606 msgstr ""
26607
26608 #. type: =head2
26609 #: ../src/guestfs-actions.pod:3543
26610 msgid "guestfs_is_ready"
26611 msgstr ""
26612
26613 #. type: verbatim
26614 #: ../src/guestfs-actions.pod:3545
26615 #, no-wrap
26616 msgid ""
26617 " int\n"
26618 " guestfs_is_ready (guestfs_h *g);\n"
26619 "\n"
26620 msgstr ""
26621
26622 #. type: =head2
26623 #: ../src/guestfs-actions.pod:3557
26624 msgid "guestfs_is_socket"
26625 msgstr ""
26626
26627 #. type: verbatim
26628 #: ../src/guestfs-actions.pod:3559
26629 #, no-wrap
26630 msgid ""
26631 " int\n"
26632 " guestfs_is_socket (guestfs_h *g,\n"
26633 "                    const char *path);\n"
26634 "\n"
26635 msgstr ""
26636
26637 #. type: =head2
26638 #: ../src/guestfs-actions.pod:3572
26639 msgid "guestfs_is_symlink"
26640 msgstr ""
26641
26642 #. type: verbatim
26643 #: ../src/guestfs-actions.pod:3574
26644 #, no-wrap
26645 msgid ""
26646 " int\n"
26647 " guestfs_is_symlink (guestfs_h *g,\n"
26648 "                     const char *path);\n"
26649 "\n"
26650 msgstr ""
26651
26652 #. type: =head2
26653 #: ../src/guestfs-actions.pod:3587
26654 msgid "guestfs_is_zero"
26655 msgstr ""
26656
26657 #. type: verbatim
26658 #: ../src/guestfs-actions.pod:3589
26659 #, no-wrap
26660 msgid ""
26661 " int\n"
26662 " guestfs_is_zero (guestfs_h *g,\n"
26663 "                  const char *path);\n"
26664 "\n"
26665 msgstr ""
26666
26667 #. type: textblock
26668 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3612
26669 msgid "(Added in 1.11.8)"
26670 msgstr ""
26671
26672 #. type: =head2
26673 #: ../src/guestfs-actions.pod:3600
26674 msgid "guestfs_is_zero_device"
26675 msgstr ""
26676
26677 #. type: verbatim
26678 #: ../src/guestfs-actions.pod:3602
26679 #, no-wrap
26680 msgid ""
26681 " int\n"
26682 " guestfs_is_zero_device (guestfs_h *g,\n"
26683 "                         const char *device);\n"
26684 "\n"
26685 msgstr ""
26686
26687 #. type: =head2
26688 #: ../src/guestfs-actions.pod:3614
26689 msgid "guestfs_kill_subprocess"
26690 msgstr ""
26691
26692 #. type: verbatim
26693 #: ../src/guestfs-actions.pod:3616
26694 #, no-wrap
26695 msgid ""
26696 " int\n"
26697 " guestfs_kill_subprocess (guestfs_h *g);\n"
26698 "\n"
26699 msgstr ""
26700
26701 #. type: =head2
26702 #: ../src/guestfs-actions.pod:3625
26703 msgid "guestfs_launch"
26704 msgstr ""
26705
26706 #. type: verbatim
26707 #: ../src/guestfs-actions.pod:3627
26708 #, no-wrap
26709 msgid ""
26710 " int\n"
26711 " guestfs_launch (guestfs_h *g);\n"
26712 "\n"
26713 msgstr ""
26714
26715 #. type: =head2
26716 #: ../src/guestfs-actions.pod:3645
26717 msgid "guestfs_lchown"
26718 msgstr ""
26719
26720 #. type: verbatim
26721 #: ../src/guestfs-actions.pod:3647
26722 #, no-wrap
26723 msgid ""
26724 " int\n"
26725 " guestfs_lchown (guestfs_h *g,\n"
26726 "                 int owner,\n"
26727 "                 int group,\n"
26728 "                 const char *path);\n"
26729 "\n"
26730 msgstr ""
26731
26732 #. type: textblock
26733 #: ../src/guestfs-actions.pod:3653
26734 msgid ""
26735 "Change the file owner to C<owner> and group to C<group>.  This is like "
26736 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
26737 "changed, not the target."
26738 msgstr ""
26739
26740 #. type: =head2
26741 #: ../src/guestfs-actions.pod:3665
26742 msgid "guestfs_lgetxattr"
26743 msgstr ""
26744
26745 #. type: verbatim
26746 #: ../src/guestfs-actions.pod:3667
26747 #, no-wrap
26748 msgid ""
26749 " char *\n"
26750 " guestfs_lgetxattr (guestfs_h *g,\n"
26751 "                    const char *path,\n"
26752 "                    const char *name,\n"
26753 "                    size_t *size_r);\n"
26754 "\n"
26755 msgstr ""
26756
26757 #. type: textblock
26758 #: ../src/guestfs-actions.pod:3687
26759 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
26760 msgstr ""
26761
26762 #. type: =head2
26763 #: ../src/guestfs-actions.pod:3695
26764 msgid "guestfs_lgetxattrs"
26765 msgstr ""
26766
26767 #. type: verbatim
26768 #: ../src/guestfs-actions.pod:3697
26769 #, no-wrap
26770 msgid ""
26771 " struct guestfs_xattr_list *\n"
26772 " guestfs_lgetxattrs (guestfs_h *g,\n"
26773 "                     const char *path);\n"
26774 "\n"
26775 msgstr ""
26776
26777 #. type: textblock
26778 #: ../src/guestfs-actions.pod:3701
26779 msgid ""
26780 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
26781 "then it returns the extended attributes of the link itself."
26782 msgstr ""
26783
26784 #. type: =head2
26785 #: ../src/guestfs-actions.pod:3711
26786 msgid "guestfs_list_9p"
26787 msgstr ""
26788
26789 #. type: verbatim
26790 #: ../src/guestfs-actions.pod:3713
26791 #, no-wrap
26792 msgid ""
26793 " char **\n"
26794 " guestfs_list_9p (guestfs_h *g);\n"
26795 "\n"
26796 msgstr ""
26797
26798 #. type: =head2
26799 #: ../src/guestfs-actions.pod:3725
26800 msgid "guestfs_list_devices"
26801 msgstr ""
26802
26803 #. type: verbatim
26804 #: ../src/guestfs-actions.pod:3727
26805 #, no-wrap
26806 msgid ""
26807 " char **\n"
26808 " guestfs_list_devices (guestfs_h *g);\n"
26809 "\n"
26810 msgstr ""
26811
26812 #. type: =head2
26813 #: ../src/guestfs-actions.pod:3742
26814 msgid "guestfs_list_dm_devices"
26815 msgstr ""
26816
26817 #. type: verbatim
26818 #: ../src/guestfs-actions.pod:3744
26819 #, no-wrap
26820 msgid ""
26821 " char **\n"
26822 " guestfs_list_dm_devices (guestfs_h *g);\n"
26823 "\n"
26824 msgstr ""
26825
26826 #. type: textblock
26827 #: ../src/guestfs-actions.pod:3749
26828 msgid ""
26829 "The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
26830 "previous call to C<guestfs_luks_open>."
26831 msgstr ""
26832
26833 #. type: textblock
26834 #: ../src/guestfs-actions.pod:3752
26835 msgid ""
26836 "Device mapper devices which correspond to logical volumes are I<not> "
26837 "returned in this list.  Call C<guestfs_lvs> if you want to list logical "
26838 "volumes."
26839 msgstr ""
26840
26841 #. type: textblock
26842 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:5216
26843 msgid "(Added in 1.11.15)"
26844 msgstr ""
26845
26846 #. type: =head2
26847 #: ../src/guestfs-actions.pod:3762
26848 msgid "guestfs_list_filesystems"
26849 msgstr ""
26850
26851 #. type: verbatim
26852 #: ../src/guestfs-actions.pod:3764
26853 #, no-wrap
26854 msgid ""
26855 " char **\n"
26856 " guestfs_list_filesystems (guestfs_h *g);\n"
26857 "\n"
26858 msgstr ""
26859
26860 #. type: textblock
26861 #: ../src/guestfs-actions.pod:3784
26862 msgid ""
26863 "This command runs other libguestfs commands, which might include "
26864 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
26865 "soon after launch and only when nothing is mounted."
26866 msgstr ""
26867
26868 #. type: textblock
26869 #: ../src/guestfs-actions.pod:3788
26870 msgid ""
26871 "Not all of the filesystems returned will be mountable.  In particular, swap "
26872 "partitions are returned in the list.  Also this command does not check that "
26873 "each filesystem found is valid and mountable, and some filesystems might be "
26874 "mountable but require special options.  Filesystems may not all belong to a "
26875 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
26876 msgstr ""
26877
26878 #. type: textblock
26879 #: ../src/guestfs-actions.pod:3802 ../src/guestfs-actions.pod:5577
26880 msgid "(Added in 1.5.15)"
26881 msgstr ""
26882
26883 #. type: =head2
26884 #: ../src/guestfs-actions.pod:3804
26885 msgid "guestfs_list_partitions"
26886 msgstr "guestfs_list_partitions"
26887
26888 #. type: verbatim
26889 #: ../src/guestfs-actions.pod:3806
26890 #, no-wrap
26891 msgid ""
26892 " char **\n"
26893 " guestfs_list_partitions (guestfs_h *g);\n"
26894 "\n"
26895 msgstr ""
26896 " char **\n"
26897 " guestfs_list_partitions (guestfs_h *g);\n"
26898 "\n"
26899
26900 #. type: textblock
26901 #: ../src/guestfs-actions.pod:3813
26902 msgid ""
26903 "This does not return logical volumes.  For that you will need to call "
26904 "C<guestfs_lvs>."
26905 msgstr ""
26906
26907 #. type: =head2
26908 #: ../src/guestfs-actions.pod:3824
26909 msgid "guestfs_ll"
26910 msgstr "guestfs_ll"
26911
26912 #. type: verbatim
26913 #: ../src/guestfs-actions.pod:3826
26914 #, no-wrap
26915 msgid ""
26916 " char *\n"
26917 " guestfs_ll (guestfs_h *g,\n"
26918 "             const char *directory);\n"
26919 "\n"
26920 msgstr ""
26921 " char *\n"
26922 " guestfs_ll (guestfs_h *g,\n"
26923 "             const char *directory);\n"
26924 "\n"
26925
26926 #. type: =head2
26927 #: ../src/guestfs-actions.pod:3841
26928 msgid "guestfs_ln"
26929 msgstr "guestfs_ln"
26930
26931 #. type: verbatim
26932 #: ../src/guestfs-actions.pod:3843
26933 #, no-wrap
26934 msgid ""
26935 " int\n"
26936 " guestfs_ln (guestfs_h *g,\n"
26937 "             const char *target,\n"
26938 "             const char *linkname);\n"
26939 "\n"
26940 msgstr ""
26941 " int\n"
26942 " guestfs_ln (guestfs_h *g,\n"
26943 "             const char *target,\n"
26944 "             const char *linkname);\n"
26945 "\n"
26946
26947 #. type: =head2
26948 #: ../src/guestfs-actions.pod:3854
26949 msgid "guestfs_ln_f"
26950 msgstr "guestfs_ln_f"
26951
26952 #. type: verbatim
26953 #: ../src/guestfs-actions.pod:3856
26954 #, no-wrap
26955 msgid ""
26956 " int\n"
26957 " guestfs_ln_f (guestfs_h *g,\n"
26958 "               const char *target,\n"
26959 "               const char *linkname);\n"
26960 "\n"
26961 msgstr ""
26962 " int\n"
26963 " guestfs_ln_f (guestfs_h *g,\n"
26964 "               const char *target,\n"
26965 "               const char *linkname);\n"
26966 "\n"
26967
26968 #. type: =head2
26969 #: ../src/guestfs-actions.pod:3868
26970 msgid "guestfs_ln_s"
26971 msgstr "guestfs_ln_s"
26972
26973 #. type: verbatim
26974 #: ../src/guestfs-actions.pod:3870
26975 #, no-wrap
26976 msgid ""
26977 " int\n"
26978 " guestfs_ln_s (guestfs_h *g,\n"
26979 "               const char *target,\n"
26980 "               const char *linkname);\n"
26981 "\n"
26982 msgstr ""
26983 " int\n"
26984 " guestfs_ln_s (guestfs_h *g,\n"
26985 "               const char *target,\n"
26986 "               const char *linkname);\n"
26987 "\n"
26988
26989 #. type: =head2
26990 #: ../src/guestfs-actions.pod:3881
26991 msgid "guestfs_ln_sf"
26992 msgstr "guestfs_ln_sf"
26993
26994 #. type: verbatim
26995 #: ../src/guestfs-actions.pod:3883
26996 #, no-wrap
26997 msgid ""
26998 " int\n"
26999 " guestfs_ln_sf (guestfs_h *g,\n"
27000 "                const char *target,\n"
27001 "                const char *linkname);\n"
27002 "\n"
27003 msgstr ""
27004 " int\n"
27005 " guestfs_ln_sf (guestfs_h *g,\n"
27006 "                const char *target,\n"
27007 "                const char *linkname);\n"
27008 "\n"
27009
27010 #. type: =head2
27011 #: ../src/guestfs-actions.pod:3895
27012 msgid "guestfs_lremovexattr"
27013 msgstr "guestfs_lremovexattr"
27014
27015 #. type: verbatim
27016 #: ../src/guestfs-actions.pod:3897
27017 #, no-wrap
27018 msgid ""
27019 " int\n"
27020 " guestfs_lremovexattr (guestfs_h *g,\n"
27021 "                       const char *xattr,\n"
27022 "                       const char *path);\n"
27023 "\n"
27024 msgstr ""
27025 " int\n"
27026 " guestfs_lremovexattr (guestfs_h *g,\n"
27027 "                       const char *xattr,\n"
27028 "                       const char *path);\n"
27029 "\n"
27030
27031 #. type: textblock
27032 #: ../src/guestfs-actions.pod:3902
27033 msgid ""
27034 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
27035 "link, then it removes an extended attribute of the link itself."
27036 msgstr ""
27037
27038 #. type: =head2
27039 #: ../src/guestfs-actions.pod:3910
27040 msgid "guestfs_ls"
27041 msgstr "guestfs_ls"
27042
27043 #. type: verbatim
27044 #: ../src/guestfs-actions.pod:3912
27045 #, no-wrap
27046 msgid ""
27047 " char **\n"
27048 " guestfs_ls (guestfs_h *g,\n"
27049 "             const char *directory);\n"
27050 "\n"
27051 msgstr ""
27052 " char **\n"
27053 " guestfs_ls (guestfs_h *g,\n"
27054 "             const char *directory);\n"
27055 "\n"
27056
27057 #. type: textblock
27058 #: ../src/guestfs-actions.pod:3920
27059 msgid ""
27060 "This command is mostly useful for interactive sessions.  Programs should "
27061 "probably use C<guestfs_readdir> instead."
27062 msgstr ""
27063
27064 #. type: =head2
27065 #: ../src/guestfs-actions.pod:3929
27066 msgid "guestfs_lsetxattr"
27067 msgstr "guestfs_lsetxattr"
27068
27069 #. type: verbatim
27070 #: ../src/guestfs-actions.pod:3931
27071 #, no-wrap
27072 msgid ""
27073 " int\n"
27074 " guestfs_lsetxattr (guestfs_h *g,\n"
27075 "                    const char *xattr,\n"
27076 "                    const char *val,\n"
27077 "                    int vallen,\n"
27078 "                    const char *path);\n"
27079 "\n"
27080 msgstr ""
27081 " int\n"
27082 " guestfs_lsetxattr (guestfs_h *g,\n"
27083 "                    const char *xattr,\n"
27084 "                    const char *val,\n"
27085 "                    int vallen,\n"
27086 "                    const char *path);\n"
27087 "\n"
27088
27089 #. type: textblock
27090 #: ../src/guestfs-actions.pod:3938
27091 msgid ""
27092 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
27093 "then it sets an extended attribute of the link itself."
27094 msgstr ""
27095
27096 #. type: =head2
27097 #: ../src/guestfs-actions.pod:3946
27098 msgid "guestfs_lstat"
27099 msgstr "guestfs_lstat"
27100
27101 #. type: verbatim
27102 #: ../src/guestfs-actions.pod:3948
27103 #, no-wrap
27104 msgid ""
27105 " struct guestfs_stat *\n"
27106 " guestfs_lstat (guestfs_h *g,\n"
27107 "                const char *path);\n"
27108 "\n"
27109 msgstr ""
27110 " struct guestfs_stat *\n"
27111 " guestfs_lstat (guestfs_h *g,\n"
27112 "                const char *path);\n"
27113 "\n"
27114
27115 #. type: textblock
27116 #: ../src/guestfs-actions.pod:3954
27117 msgid ""
27118 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
27119 "link, then the link is stat-ed, not the file it refers to."
27120 msgstr ""
27121
27122 #. type: textblock
27123 #: ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:6735
27124 msgid ""
27125 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
27126 "error.  I<The caller must call C<guestfs_free_stat> after use>."
27127 msgstr ""
27128
27129 #. type: textblock
27130 #: ../src/guestfs-actions.pod:3964 ../src/guestfs-actions.pod:6739
27131 #: ../src/guestfs-actions.pod:6757 ../src/guestfs-actions.pod:7138
27132 msgid "(Added in 0.9.2)"
27133 msgstr "(Додано у 0.9.2)"
27134
27135 #. type: =head2
27136 #: ../src/guestfs-actions.pod:3966
27137 msgid "guestfs_lstatlist"
27138 msgstr "guestfs_lstatlist"
27139
27140 #. type: verbatim
27141 #: ../src/guestfs-actions.pod:3968
27142 #, no-wrap
27143 msgid ""
27144 " struct guestfs_stat_list *\n"
27145 " guestfs_lstatlist (guestfs_h *g,\n"
27146 "                    const char *path,\n"
27147 "                    char *const *names);\n"
27148 "\n"
27149 msgstr ""
27150 " struct guestfs_stat_list *\n"
27151 " guestfs_lstatlist (guestfs_h *g,\n"
27152 "                    const char *path,\n"
27153 "                    char *const *names);\n"
27154 "\n"
27155
27156 #. type: textblock
27157 #: ../src/guestfs-actions.pod:3973
27158 msgid ""
27159 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
27160 "files, where all files are in the directory C<path>.  C<names> is the list "
27161 "of files from this directory."
27162 msgstr ""
27163
27164 #. type: textblock
27165 #: ../src/guestfs-actions.pod:3982
27166 msgid ""
27167 "This call is intended for programs that want to efficiently list a directory "
27168 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
27169 "for a similarly efficient call for getting extended attributes.  Very long "
27170 "directory listings might cause the protocol message size to be exceeded, "
27171 "causing this call to fail.  The caller must split up such requests into "
27172 "smaller groups of names."
27173 msgstr ""
27174
27175 #. type: textblock
27176 #: ../src/guestfs-actions.pod:3990
27177 msgid ""
27178 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
27179 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
27180 msgstr ""
27181
27182 #. type: =head2
27183 #: ../src/guestfs-actions.pod:3996
27184 msgid "guestfs_luks_add_key"
27185 msgstr "guestfs_luks_add_key"
27186
27187 #. type: verbatim
27188 #: ../src/guestfs-actions.pod:3998
27189 #, no-wrap
27190 msgid ""
27191 " int\n"
27192 " guestfs_luks_add_key (guestfs_h *g,\n"
27193 "                       const char *device,\n"
27194 "                       const char *key,\n"
27195 "                       const char *newkey,\n"
27196 "                       int keyslot);\n"
27197 "\n"
27198 msgstr ""
27199 " int\n"
27200 " guestfs_luks_add_key (guestfs_h *g,\n"
27201 "                       const char *device,\n"
27202 "                       const char *key,\n"
27203 "                       const char *newkey,\n"
27204 "                       int keyslot);\n"
27205 "\n"
27206
27207 #. type: textblock
27208 #: ../src/guestfs-actions.pod:4010
27209 msgid ""
27210 "Note that if C<keyslot> already contains a key, then this command will "
27211 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
27212 msgstr ""
27213
27214 #. type: textblock
27215 #: ../src/guestfs-actions.pod:4016 ../src/guestfs-actions.pod:4056
27216 #: ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4099
27217 #: ../src/guestfs-actions.pod:4134 ../src/guestfs-actions.pod:4153
27218 msgid ""
27219 "This function takes a key or passphrase parameter which could contain "
27220 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
27221 "information."
27222 msgstr ""
27223
27224 #. type: textblock
27225 #: ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4060
27226 #: ../src/guestfs-actions.pod:4083 ../src/guestfs-actions.pod:4103
27227 msgid "(Added in 1.5.2)"
27228 msgstr "(Додано у 1.5.2)"
27229
27230 #. type: =head2
27231 #: ../src/guestfs-actions.pod:4022
27232 msgid "guestfs_luks_close"
27233 msgstr "guestfs_luks_close"
27234
27235 #. type: verbatim
27236 #: ../src/guestfs-actions.pod:4024
27237 #, no-wrap
27238 msgid ""
27239 " int\n"
27240 " guestfs_luks_close (guestfs_h *g,\n"
27241 "                     const char *device);\n"
27242 "\n"
27243 msgstr ""
27244 " int\n"
27245 " guestfs_luks_close (guestfs_h *g,\n"
27246 "                     const char *device);\n"
27247 "\n"
27248
27249 #. type: textblock
27250 #: ../src/guestfs-actions.pod:4028
27251 msgid ""
27252 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
27253 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
27254 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
27255 "underlying block device."
27256 msgstr ""
27257
27258 #. type: textblock
27259 #: ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4138
27260 #: ../src/guestfs-actions.pod:4157 ../src/guestfs-actions.pod:4207
27261 #: ../src/guestfs-actions.pod:4255
27262 msgid "(Added in 1.5.1)"
27263 msgstr "(Додано у 1.5.1)"
27264
27265 #. type: =head2
27266 #: ../src/guestfs-actions.pod:4038
27267 msgid "guestfs_luks_format"
27268 msgstr "guestfs_luks_format"
27269
27270 #. type: verbatim
27271 #: ../src/guestfs-actions.pod:4040
27272 #, no-wrap
27273 msgid ""
27274 " int\n"
27275 " guestfs_luks_format (guestfs_h *g,\n"
27276 "                      const char *device,\n"
27277 "                      const char *key,\n"
27278 "                      int keyslot);\n"
27279 "\n"
27280 msgstr ""
27281 " int\n"
27282 " guestfs_luks_format (guestfs_h *g,\n"
27283 "                      const char *device,\n"
27284 "                      const char *key,\n"
27285 "                      int keyslot);\n"
27286 "\n"
27287
27288 #. type: =head2
27289 #: ../src/guestfs-actions.pod:4062
27290 msgid "guestfs_luks_format_cipher"
27291 msgstr "guestfs_luks_format_cipher"
27292
27293 #. type: verbatim
27294 #: ../src/guestfs-actions.pod:4064
27295 #, no-wrap
27296 msgid ""
27297 " int\n"
27298 " guestfs_luks_format_cipher (guestfs_h *g,\n"
27299 "                             const char *device,\n"
27300 "                             const char *key,\n"
27301 "                             int keyslot,\n"
27302 "                             const char *cipher);\n"
27303 "\n"
27304 msgstr ""
27305 " int\n"
27306 " guestfs_luks_format_cipher (guestfs_h *g,\n"
27307 "                             const char *device,\n"
27308 "                             const char *key,\n"
27309 "                             int keyslot,\n"
27310 "                             const char *cipher);\n"
27311 "\n"
27312
27313 #. type: textblock
27314 #: ../src/guestfs-actions.pod:4071
27315 msgid ""
27316 "This command is the same as C<guestfs_luks_format> but it also allows you to "
27317 "set the C<cipher> used."
27318 msgstr ""
27319
27320 #. type: =head2
27321 #: ../src/guestfs-actions.pod:4085
27322 msgid "guestfs_luks_kill_slot"
27323 msgstr "guestfs_luks_kill_slot"
27324
27325 #. type: verbatim
27326 #: ../src/guestfs-actions.pod:4087
27327 #, no-wrap
27328 msgid ""
27329 " int\n"
27330 " guestfs_luks_kill_slot (guestfs_h *g,\n"
27331 "                         const char *device,\n"
27332 "                         const char *key,\n"
27333 "                         int keyslot);\n"
27334 "\n"
27335 msgstr ""
27336 " int\n"
27337 " guestfs_luks_kill_slot (guestfs_h *g,\n"
27338 "                         const char *device,\n"
27339 "                         const char *key,\n"
27340 "                         int keyslot);\n"
27341 "\n"
27342
27343 #. type: =head2
27344 #: ../src/guestfs-actions.pod:4105
27345 msgid "guestfs_luks_open"
27346 msgstr "guestfs_luks_open"
27347
27348 #. type: verbatim
27349 #: ../src/guestfs-actions.pod:4107
27350 #, no-wrap
27351 msgid ""
27352 " int\n"
27353 " guestfs_luks_open (guestfs_h *g,\n"
27354 "                    const char *device,\n"
27355 "                    const char *key,\n"
27356 "                    const char *mapname);\n"
27357 "\n"
27358 msgstr ""
27359 " int\n"
27360 " guestfs_luks_open (guestfs_h *g,\n"
27361 "                    const char *device,\n"
27362 "                    const char *key,\n"
27363 "                    const char *mapname);\n"
27364 "\n"
27365
27366 #. type: textblock
27367 #: ../src/guestfs-actions.pod:4125
27368 msgid ""
27369 "If this block device contains LVM volume groups, then calling "
27370 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
27371 "visible."
27372 msgstr ""
27373
27374 #. type: textblock
27375 #: ../src/guestfs-actions.pod:4129
27376 msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices."
27377 msgstr ""
27378
27379 #. type: =head2
27380 #: ../src/guestfs-actions.pod:4140
27381 msgid "guestfs_luks_open_ro"
27382 msgstr "guestfs_luks_open_ro"
27383
27384 #. type: verbatim
27385 #: ../src/guestfs-actions.pod:4142
27386 #, no-wrap
27387 msgid ""
27388 " int\n"
27389 " guestfs_luks_open_ro (guestfs_h *g,\n"
27390 "                       const char *device,\n"
27391 "                       const char *key,\n"
27392 "                       const char *mapname);\n"
27393 "\n"
27394 msgstr ""
27395 " int\n"
27396 " guestfs_luks_open_ro (guestfs_h *g,\n"
27397 "                       const char *device,\n"
27398 "                       const char *key,\n"
27399 "                       const char *mapname);\n"
27400 "\n"
27401
27402 #. type: textblock
27403 #: ../src/guestfs-actions.pod:4148
27404 msgid ""
27405 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
27406 "created."
27407 msgstr ""
27408
27409 #. type: =head2
27410 #: ../src/guestfs-actions.pod:4159
27411 msgid "guestfs_lvcreate"
27412 msgstr "guestfs_lvcreate"
27413
27414 #. type: verbatim
27415 #: ../src/guestfs-actions.pod:4161
27416 #, no-wrap
27417 msgid ""
27418 " int\n"
27419 " guestfs_lvcreate (guestfs_h *g,\n"
27420 "                   const char *logvol,\n"
27421 "                   const char *volgroup,\n"
27422 "                   int mbytes);\n"
27423 "\n"
27424 msgstr ""
27425 " int\n"
27426 " guestfs_lvcreate (guestfs_h *g,\n"
27427 "                   const char *logvol,\n"
27428 "                   const char *volgroup,\n"
27429 "                   int mbytes);\n"
27430 "\n"
27431
27432 #. type: =head2
27433 #: ../src/guestfs-actions.pod:4174
27434 msgid "guestfs_lvm_canonical_lv_name"
27435 msgstr "guestfs_lvm_canonical_lv_name"
27436
27437 #. type: verbatim
27438 #: ../src/guestfs-actions.pod:4176
27439 #, no-wrap
27440 msgid ""
27441 " char *\n"
27442 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
27443 "                                const char *lvname);\n"
27444 "\n"
27445 msgstr ""
27446 " char *\n"
27447 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
27448 "                                const char *lvname);\n"
27449 "\n"
27450
27451 #. type: textblock
27452 #: ../src/guestfs-actions.pod:4187
27453 msgid "See also C<guestfs_is_lv>."
27454 msgstr ""
27455
27456 #. type: textblock
27457 #: ../src/guestfs-actions.pod:4192
27458 msgid "(Added in 1.5.24)"
27459 msgstr "(Додано у 1.5.24)"
27460
27461 #. type: =head2
27462 #: ../src/guestfs-actions.pod:4194
27463 msgid "guestfs_lvm_clear_filter"
27464 msgstr "guestfs_lvm_clear_filter"
27465
27466 #. type: verbatim
27467 #: ../src/guestfs-actions.pod:4196
27468 #, no-wrap
27469 msgid ""
27470 " int\n"
27471 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
27472 "\n"
27473 msgstr ""
27474 " int\n"
27475 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
27476 "\n"
27477
27478 #. type: textblock
27479 #: ../src/guestfs-actions.pod:4199
27480 msgid ""
27481 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
27482 "see every block device."
27483 msgstr ""
27484
27485 #. type: =head2
27486 #: ../src/guestfs-actions.pod:4209
27487 msgid "guestfs_lvm_remove_all"
27488 msgstr "guestfs_lvm_remove_all"
27489
27490 #. type: verbatim
27491 #: ../src/guestfs-actions.pod:4211
27492 #, no-wrap
27493 msgid ""
27494 " int\n"
27495 " guestfs_lvm_remove_all (guestfs_h *g);\n"
27496 "\n"
27497 msgstr ""
27498 " int\n"
27499 " guestfs_lvm_remove_all (guestfs_h *g);\n"
27500 "\n"
27501
27502 #. type: =head2
27503 #: ../src/guestfs-actions.pod:4224
27504 msgid "guestfs_lvm_set_filter"
27505 msgstr "guestfs_lvm_set_filter"
27506
27507 #. type: verbatim
27508 #: ../src/guestfs-actions.pod:4226
27509 #, no-wrap
27510 msgid ""
27511 " int\n"
27512 " guestfs_lvm_set_filter (guestfs_h *g,\n"
27513 "                         char *const *devices);\n"
27514 "\n"
27515 msgstr ""
27516 " int\n"
27517 " guestfs_lvm_set_filter (guestfs_h *g,\n"
27518 "                         char *const *devices);\n"
27519 "\n"
27520
27521 #. type: =head2
27522 #: ../src/guestfs-actions.pod:4257
27523 msgid "guestfs_lvremove"
27524 msgstr "guestfs_lvremove"
27525
27526 #. type: verbatim
27527 #: ../src/guestfs-actions.pod:4259
27528 #, no-wrap
27529 msgid ""
27530 " int\n"
27531 " guestfs_lvremove (guestfs_h *g,\n"
27532 "                   const char *device);\n"
27533 "\n"
27534 msgstr ""
27535 " int\n"
27536 " guestfs_lvremove (guestfs_h *g,\n"
27537 "                   const char *device);\n"
27538 "\n"
27539
27540 #. type: textblock
27541 #: ../src/guestfs-actions.pod:4271 ../src/guestfs-actions.pod:5674
27542 #: ../src/guestfs-actions.pod:7508
27543 msgid "(Added in 1.0.13)"
27544 msgstr "(Додано у 1.0.13)"
27545
27546 #. type: =head2
27547 #: ../src/guestfs-actions.pod:4273
27548 msgid "guestfs_lvrename"
27549 msgstr "guestfs_lvrename"
27550
27551 #. type: verbatim
27552 #: ../src/guestfs-actions.pod:4275
27553 #, no-wrap
27554 msgid ""
27555 " int\n"
27556 " guestfs_lvrename (guestfs_h *g,\n"
27557 "                   const char *logvol,\n"
27558 "                   const char *newlogvol);\n"
27559 "\n"
27560 msgstr ""
27561 " int\n"
27562 " guestfs_lvrename (guestfs_h *g,\n"
27563 "                   const char *logvol,\n"
27564 "                   const char *newlogvol);\n"
27565 "\n"
27566
27567 #. type: textblock
27568 #: ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:7521
27569 msgid "(Added in 1.0.83)"
27570 msgstr "(Додано у 1.0.83)"
27571
27572 #. type: =head2
27573 #: ../src/guestfs-actions.pod:4286
27574 msgid "guestfs_lvresize"
27575 msgstr "guestfs_lvresize"
27576
27577 #. type: verbatim
27578 #: ../src/guestfs-actions.pod:4288
27579 #, no-wrap
27580 msgid ""
27581 " int\n"
27582 " guestfs_lvresize (guestfs_h *g,\n"
27583 "                   const char *device,\n"
27584 "                   int mbytes);\n"
27585 "\n"
27586 msgstr ""
27587 " int\n"
27588 " guestfs_lvresize (guestfs_h *g,\n"
27589 "                   const char *device,\n"
27590 "                   int mbytes);\n"
27591 "\n"
27592
27593 #. type: =head2
27594 #: ../src/guestfs-actions.pod:4301
27595 msgid "guestfs_lvresize_free"
27596 msgstr "guestfs_lvresize_free"
27597
27598 #. type: verbatim
27599 #: ../src/guestfs-actions.pod:4303
27600 #, no-wrap
27601 msgid ""
27602 " int\n"
27603 " guestfs_lvresize_free (guestfs_h *g,\n"
27604 "                        const char *lv,\n"
27605 "                        int percent);\n"
27606 "\n"
27607 msgstr ""
27608 " int\n"
27609 " guestfs_lvresize_free (guestfs_h *g,\n"
27610 "                        const char *lv,\n"
27611 "                        int percent);\n"
27612 "\n"
27613
27614 #. type: textblock
27615 #: ../src/guestfs-actions.pod:4316
27616 msgid "(Added in 1.3.3)"
27617 msgstr "(Додано у 1.3.3)"
27618
27619 #. type: =head2
27620 #: ../src/guestfs-actions.pod:4318
27621 msgid "guestfs_lvs"
27622 msgstr "guestfs_lvs"
27623
27624 #. type: verbatim
27625 #: ../src/guestfs-actions.pod:4320
27626 #, no-wrap
27627 msgid ""
27628 " char **\n"
27629 " guestfs_lvs (guestfs_h *g);\n"
27630 "\n"
27631 msgstr ""
27632 " char **\n"
27633 " guestfs_lvs (guestfs_h *g);\n"
27634 "\n"
27635
27636 #. type: textblock
27637 #: ../src/guestfs-actions.pod:4329
27638 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
27639 msgstr ""
27640
27641 #. type: =head2
27642 #: ../src/guestfs-actions.pod:4337
27643 msgid "guestfs_lvs_full"
27644 msgstr "guestfs_lvs_full"
27645
27646 #. type: verbatim
27647 #: ../src/guestfs-actions.pod:4339
27648 #, no-wrap
27649 msgid ""
27650 " struct guestfs_lvm_lv_list *\n"
27651 " guestfs_lvs_full (guestfs_h *g);\n"
27652 "\n"
27653 msgstr ""
27654 " struct guestfs_lvm_lv_list *\n"
27655 " guestfs_lvs_full (guestfs_h *g);\n"
27656 "\n"
27657
27658 #. type: textblock
27659 #: ../src/guestfs-actions.pod:4345
27660 msgid ""
27661 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
27662 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
27663 msgstr ""
27664
27665 #. type: =head2
27666 #: ../src/guestfs-actions.pod:4351
27667 msgid "guestfs_lvuuid"
27668 msgstr "guestfs_lvuuid"
27669
27670 #. type: verbatim
27671 #: ../src/guestfs-actions.pod:4353
27672 #, no-wrap
27673 msgid ""
27674 " char *\n"
27675 " guestfs_lvuuid (guestfs_h *g,\n"
27676 "                 const char *device);\n"
27677 "\n"
27678 msgstr ""
27679 " char *\n"
27680 " guestfs_lvuuid (guestfs_h *g,\n"
27681 "                 const char *device);\n"
27682 "\n"
27683
27684 #. type: =head2
27685 #: ../src/guestfs-actions.pod:4364
27686 msgid "guestfs_lxattrlist"
27687 msgstr "guestfs_lxattrlist"
27688
27689 #. type: verbatim
27690 #: ../src/guestfs-actions.pod:4366
27691 #, no-wrap
27692 msgid ""
27693 " struct guestfs_xattr_list *\n"
27694 " guestfs_lxattrlist (guestfs_h *g,\n"
27695 "                     const char *path,\n"
27696 "                     char *const *names);\n"
27697 "\n"
27698 msgstr ""
27699 " struct guestfs_xattr_list *\n"
27700 " guestfs_lxattrlist (guestfs_h *g,\n"
27701 "                     const char *path,\n"
27702 "                     char *const *names);\n"
27703 "\n"
27704
27705 #. type: textblock
27706 #: ../src/guestfs-actions.pod:4385
27707 msgid ""
27708 "This call is intended for programs that want to efficiently list a directory "
27709 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
27710 "a similarly efficient call for getting standard stats.  Very long directory "
27711 "listings might cause the protocol message size to be exceeded, causing this "
27712 "call to fail.  The caller must split up such requests into smaller groups of "
27713 "names."
27714 msgstr ""
27715
27716 #. type: =head2
27717 #: ../src/guestfs-actions.pod:4399
27718 msgid "guestfs_mkdir"
27719 msgstr "guestfs_mkdir"
27720
27721 #. type: verbatim
27722 #: ../src/guestfs-actions.pod:4401
27723 #, no-wrap
27724 msgid ""
27725 " int\n"
27726 " guestfs_mkdir (guestfs_h *g,\n"
27727 "                const char *path);\n"
27728 "\n"
27729 msgstr ""
27730 " int\n"
27731 " guestfs_mkdir (guestfs_h *g,\n"
27732 "                const char *path);\n"
27733 "\n"
27734
27735 #. type: =head2
27736 #: ../src/guestfs-actions.pod:4411
27737 msgid "guestfs_mkdir_mode"
27738 msgstr "guestfs_mkdir_mode"
27739
27740 #. type: verbatim
27741 #: ../src/guestfs-actions.pod:4413
27742 #, no-wrap
27743 msgid ""
27744 " int\n"
27745 " guestfs_mkdir_mode (guestfs_h *g,\n"
27746 "                     const char *path,\n"
27747 "                     int mode);\n"
27748 "\n"
27749 msgstr ""
27750 " int\n"
27751 " guestfs_mkdir_mode (guestfs_h *g,\n"
27752 "                     const char *path,\n"
27753 "                     int mode);\n"
27754 "\n"
27755
27756 #. type: textblock
27757 #: ../src/guestfs-actions.pod:4425
27758 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
27759 msgstr ""
27760
27761 #. type: =head2
27762 #: ../src/guestfs-actions.pod:4431
27763 msgid "guestfs_mkdir_p"
27764 msgstr "guestfs_mkdir_p"
27765
27766 #. type: verbatim
27767 #: ../src/guestfs-actions.pod:4433
27768 #, no-wrap
27769 msgid ""
27770 " int\n"
27771 " guestfs_mkdir_p (guestfs_h *g,\n"
27772 "                  const char *path);\n"
27773 "\n"
27774 msgstr ""
27775 " int\n"
27776 " guestfs_mkdir_p (guestfs_h *g,\n"
27777 "                  const char *path);\n"
27778 "\n"
27779
27780 #. type: =head2
27781 #: ../src/guestfs-actions.pod:4444
27782 msgid "guestfs_mkdtemp"
27783 msgstr "guestfs_mkdtemp"
27784
27785 #. type: verbatim
27786 #: ../src/guestfs-actions.pod:4446
27787 #, no-wrap
27788 msgid ""
27789 " char *\n"
27790 " guestfs_mkdtemp (guestfs_h *g,\n"
27791 "                  const char *template);\n"
27792 "\n"
27793 msgstr ""
27794 " char *\n"
27795 " guestfs_mkdtemp (guestfs_h *g,\n"
27796 "                  const char *template);\n"
27797 "\n"
27798
27799 #. type: =head2
27800 #: ../src/guestfs-actions.pod:4474
27801 msgid "guestfs_mke2fs_J"
27802 msgstr "guestfs_mke2fs_J"
27803
27804 #. type: verbatim
27805 #: ../src/guestfs-actions.pod:4476
27806 #, no-wrap
27807 msgid ""
27808 " int\n"
27809 " guestfs_mke2fs_J (guestfs_h *g,\n"
27810 "                   const char *fstype,\n"
27811 "                   int blocksize,\n"
27812 "                   const char *device,\n"
27813 "                   const char *journal);\n"
27814 "\n"
27815 msgstr ""
27816 " int\n"
27817 " guestfs_mke2fs_J (guestfs_h *g,\n"
27818 "                   const char *fstype,\n"
27819 "                   int blocksize,\n"
27820 "                   const char *device,\n"
27821 "                   const char *journal);\n"
27822 "\n"
27823
27824 #. type: textblock
27825 #: ../src/guestfs-actions.pod:4489
27826 msgid "See also C<guestfs_mke2journal>."
27827 msgstr ""
27828
27829 #. type: textblock
27830 #: ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4511
27831 #: ../src/guestfs-actions.pod:4529 ../src/guestfs-actions.pod:4545
27832 #: ../src/guestfs-actions.pod:4559 ../src/guestfs-actions.pod:4573
27833 #: ../src/guestfs-actions.pod:4632 ../src/guestfs-actions.pod:4909
27834 msgid "(Added in 1.0.68)"
27835 msgstr "(Додано у 1.0.68)"
27836
27837 #. type: =head2
27838 #: ../src/guestfs-actions.pod:4495
27839 msgid "guestfs_mke2fs_JL"
27840 msgstr "guestfs_mke2fs_JL"
27841
27842 #. type: verbatim
27843 #: ../src/guestfs-actions.pod:4497
27844 #, no-wrap
27845 msgid ""
27846 " int\n"
27847 " guestfs_mke2fs_JL (guestfs_h *g,\n"
27848 "                    const char *fstype,\n"
27849 "                    int blocksize,\n"
27850 "                    const char *device,\n"
27851 "                    const char *label);\n"
27852 "\n"
27853 msgstr ""
27854 " int\n"
27855 " guestfs_mke2fs_JL (guestfs_h *g,\n"
27856 "                    const char *fstype,\n"
27857 "                    int blocksize,\n"
27858 "                    const char *device,\n"
27859 "                    const char *label);\n"
27860 "\n"
27861
27862 #. type: textblock
27863 #: ../src/guestfs-actions.pod:4507
27864 msgid "See also C<guestfs_mke2journal_L>."
27865 msgstr ""
27866
27867 #. type: =head2
27868 #: ../src/guestfs-actions.pod:4513
27869 msgid "guestfs_mke2fs_JU"
27870 msgstr "guestfs_mke2fs_JU"
27871
27872 #. type: verbatim
27873 #: ../src/guestfs-actions.pod:4515
27874 #, no-wrap
27875 msgid ""
27876 " int\n"
27877 " guestfs_mke2fs_JU (guestfs_h *g,\n"
27878 "                    const char *fstype,\n"
27879 "                    int blocksize,\n"
27880 "                    const char *device,\n"
27881 "                    const char *uuid);\n"
27882 "\n"
27883 msgstr ""
27884 " int\n"
27885 " guestfs_mke2fs_JU (guestfs_h *g,\n"
27886 "                    const char *fstype,\n"
27887 "                    int blocksize,\n"
27888 "                    const char *device,\n"
27889 "                    const char *uuid);\n"
27890 "\n"
27891
27892 #. type: textblock
27893 #: ../src/guestfs-actions.pod:4525
27894 msgid "See also C<guestfs_mke2journal_U>."
27895 msgstr ""
27896
27897 #. type: =head2
27898 #: ../src/guestfs-actions.pod:4531
27899 msgid "guestfs_mke2journal"
27900 msgstr "guestfs_mke2journal"
27901
27902 #. type: verbatim
27903 #: ../src/guestfs-actions.pod:4533
27904 #, no-wrap
27905 msgid ""
27906 " int\n"
27907 " guestfs_mke2journal (guestfs_h *g,\n"
27908 "                      int blocksize,\n"
27909 "                      const char *device);\n"
27910 "\n"
27911 msgstr ""
27912 " int\n"
27913 " guestfs_mke2journal (guestfs_h *g,\n"
27914 "                      int blocksize,\n"
27915 "                      const char *device);\n"
27916 "\n"
27917
27918 #. type: =head2
27919 #: ../src/guestfs-actions.pod:4547
27920 msgid "guestfs_mke2journal_L"
27921 msgstr "guestfs_mke2journal_L"
27922
27923 #. type: verbatim
27924 #: ../src/guestfs-actions.pod:4549
27925 #, no-wrap
27926 msgid ""
27927 " int\n"
27928 " guestfs_mke2journal_L (guestfs_h *g,\n"
27929 "                        int blocksize,\n"
27930 "                        const char *label,\n"
27931 "                        const char *device);\n"
27932 "\n"
27933 msgstr ""
27934 " int\n"
27935 " guestfs_mke2journal_L (guestfs_h *g,\n"
27936 "                        int blocksize,\n"
27937 "                        const char *label,\n"
27938 "                        const char *device);\n"
27939 "\n"
27940
27941 #. type: =head2
27942 #: ../src/guestfs-actions.pod:4561
27943 msgid "guestfs_mke2journal_U"
27944 msgstr "guestfs_mke2journal_U"
27945
27946 #. type: verbatim
27947 #: ../src/guestfs-actions.pod:4563
27948 #, no-wrap
27949 msgid ""
27950 " int\n"
27951 " guestfs_mke2journal_U (guestfs_h *g,\n"
27952 "                        int blocksize,\n"
27953 "                        const char *uuid,\n"
27954 "                        const char *device);\n"
27955 "\n"
27956 msgstr ""
27957 " int\n"
27958 " guestfs_mke2journal_U (guestfs_h *g,\n"
27959 "                        int blocksize,\n"
27960 "                        const char *uuid,\n"
27961 "                        const char *device);\n"
27962 "\n"
27963
27964 #. type: =head2
27965 #: ../src/guestfs-actions.pod:4575
27966 msgid "guestfs_mkfifo"
27967 msgstr "guestfs_mkfifo"
27968
27969 #. type: verbatim
27970 #: ../src/guestfs-actions.pod:4577
27971 #, no-wrap
27972 msgid ""
27973 " int\n"
27974 " guestfs_mkfifo (guestfs_h *g,\n"
27975 "                 int mode,\n"
27976 "                 const char *path);\n"
27977 "\n"
27978 msgstr ""
27979 " int\n"
27980 " guestfs_mkfifo (guestfs_h *g,\n"
27981 "                 int mode,\n"
27982 "                 const char *path);\n"
27983 "\n"
27984
27985 #. type: textblock
27986 #: ../src/guestfs-actions.pod:4582
27987 msgid ""
27988 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
27989 "is just a convenient wrapper around C<guestfs_mknod>."
27990 msgstr ""
27991
27992 #. type: =head2
27993 #: ../src/guestfs-actions.pod:4592
27994 msgid "guestfs_mkfs"
27995 msgstr "guestfs_mkfs"
27996
27997 #. type: verbatim
27998 #: ../src/guestfs-actions.pod:4594
27999 #, no-wrap
28000 msgid ""
28001 " int\n"
28002 " guestfs_mkfs (guestfs_h *g,\n"
28003 "               const char *fstype,\n"
28004 "               const char *device);\n"
28005 "\n"
28006 msgstr ""
28007 " int\n"
28008 " guestfs_mkfs (guestfs_h *g,\n"
28009 "               const char *fstype,\n"
28010 "               const char *device);\n"
28011 "\n"
28012
28013 #. type: =head2
28014 #: ../src/guestfs-actions.pod:4607
28015 msgid "guestfs_mkfs_b"
28016 msgstr "guestfs_mkfs_b"
28017
28018 #. type: verbatim
28019 #: ../src/guestfs-actions.pod:4609
28020 #, no-wrap
28021 msgid ""
28022 " int\n"
28023 " guestfs_mkfs_b (guestfs_h *g,\n"
28024 "                 const char *fstype,\n"
28025 "                 int blocksize,\n"
28026 "                 const char *device);\n"
28027 "\n"
28028 msgstr ""
28029 " int\n"
28030 " guestfs_mkfs_b (guestfs_h *g,\n"
28031 "                 const char *fstype,\n"
28032 "                 int blocksize,\n"
28033 "                 const char *device);\n"
28034 "\n"
28035
28036 #. type: textblock
28037 #: ../src/guestfs-actions.pod:4615
28038 msgid ""
28039 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
28040 "block size of the resulting filesystem.  Supported block sizes depend on the "
28041 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28042 msgstr ""
28043
28044 #. type: =head2
28045 #: ../src/guestfs-actions.pod:4634
28046 msgid "guestfs_mkfs_opts"
28047 msgstr "guestfs_mkfs_opts"
28048
28049 #. type: verbatim
28050 #: ../src/guestfs-actions.pod:4636
28051 #, no-wrap
28052 msgid ""
28053 " int\n"
28054 " guestfs_mkfs_opts (guestfs_h *g,\n"
28055 "                    const char *fstype,\n"
28056 "                    const char *device,\n"
28057 "                    ...);\n"
28058 "\n"
28059 msgstr ""
28060 " int\n"
28061 " guestfs_mkfs_opts (guestfs_h *g,\n"
28062 "                    const char *fstype,\n"
28063 "                    const char *device,\n"
28064 "                    ...);\n"
28065 "\n"
28066
28067 #. type: verbatim
28068 #: ../src/guestfs-actions.pod:4647
28069 #, no-wrap
28070 msgid ""
28071 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
28072 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
28073 " GUESTFS_MKFS_OPTS_INODE, int inode,\n"
28074 " GUESTFS_MKFS_OPTS_SECTORSIZE, int sectorsize,\n"
28075 "\n"
28076 msgstr ""
28077
28078 #. type: textblock
28079 #: ../src/guestfs-actions.pod:4695
28080 msgid "(Added in 1.7.19)"
28081 msgstr "(Додано у 1.7.19)"
28082
28083 #. type: =head2
28084 #: ../src/guestfs-actions.pod:4697
28085 msgid "guestfs_mkfs_opts_va"
28086 msgstr "guestfs_mkfs_opts_va"
28087
28088 #. type: verbatim
28089 #: ../src/guestfs-actions.pod:4699
28090 #, no-wrap
28091 msgid ""
28092 " int\n"
28093 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
28094 "                       const char *fstype,\n"
28095 "                       const char *device,\n"
28096 "                       va_list args);\n"
28097 "\n"
28098 msgstr ""
28099 " int\n"
28100 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
28101 "                       const char *fstype,\n"
28102 "                       const char *device,\n"
28103 "                       va_list args);\n"
28104 "\n"
28105
28106 #. type: textblock
28107 #: ../src/guestfs-actions.pod:4705
28108 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
28109 msgstr ""
28110
28111 #. type: =head2
28112 #: ../src/guestfs-actions.pod:4709
28113 msgid "guestfs_mkfs_opts_argv"
28114 msgstr "guestfs_mkfs_opts_argv"
28115
28116 #. type: verbatim
28117 #: ../src/guestfs-actions.pod:4711
28118 #, no-wrap
28119 msgid ""
28120 " int\n"
28121 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
28122 "                         const char *fstype,\n"
28123 "                         const char *device,\n"
28124 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
28125 "\n"
28126 msgstr ""
28127 " int\n"
28128 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
28129 "                         const char *fstype,\n"
28130 "                         const char *device,\n"
28131 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
28132 "\n"
28133
28134 #. type: textblock
28135 #: ../src/guestfs-actions.pod:4717
28136 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
28137 msgstr ""
28138
28139 #. type: =head2
28140 #: ../src/guestfs-actions.pod:4721
28141 msgid "guestfs_mkmountpoint"
28142 msgstr "guestfs_mkmountpoint"
28143
28144 #. type: verbatim
28145 #: ../src/guestfs-actions.pod:4723
28146 #, no-wrap
28147 msgid ""
28148 " int\n"
28149 " guestfs_mkmountpoint (guestfs_h *g,\n"
28150 "                       const char *exemptpath);\n"
28151 "\n"
28152 msgstr ""
28153 " int\n"
28154 " guestfs_mkmountpoint (guestfs_h *g,\n"
28155 "                       const char *exemptpath);\n"
28156 "\n"
28157
28158 #. type: textblock
28159 #: ../src/guestfs-actions.pod:4727
28160 msgid ""
28161 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
28162 "that can be used to create extra mountpoints before mounting the first "
28163 "filesystem."
28164 msgstr ""
28165
28166 #. type: textblock
28167 #: ../src/guestfs-actions.pod:4751
28168 msgid ""
28169 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
28170 "may get unexpected errors if you try to mix these calls.  It is safest to "
28171 "manually unmount filesystems and remove mountpoints after use."
28172 msgstr ""
28173
28174 #. type: textblock
28175 #: ../src/guestfs-actions.pod:4755
28176 msgid ""
28177 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
28178 "first, so for this to work for manual mountpoints, you must ensure that the "
28179 "innermost mountpoints have the longest pathnames, as in the example code "
28180 "above."
28181 msgstr ""
28182
28183 #. type: textblock
28184 #: ../src/guestfs-actions.pod:4762
28185 msgid ""
28186 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
28187 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
28188 "can also trigger these issues."
28189 msgstr ""
28190
28191 #. type: textblock
28192 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:5084
28193 #: ../src/guestfs-actions.pod:6094
28194 msgid "(Added in 1.0.62)"
28195 msgstr "(Додано у 1.0.62)"
28196
28197 #. type: =head2
28198 #: ../src/guestfs-actions.pod:4770
28199 msgid "guestfs_mknod"
28200 msgstr ""
28201
28202 #. type: verbatim
28203 #: ../src/guestfs-actions.pod:4772
28204 #, no-wrap
28205 msgid ""
28206 " int\n"
28207 " guestfs_mknod (guestfs_h *g,\n"
28208 "                int mode,\n"
28209 "                int devmajor,\n"
28210 "                int devminor,\n"
28211 "                const char *path);\n"
28212 "\n"
28213 msgstr ""
28214
28215 #. type: textblock
28216 #: ../src/guestfs-actions.pod:4787
28217 msgid ""
28218 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
28219 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
28220 "regular file).  These constants are available in the standard Linux header "
28221 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
28222 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
28223 "the appropriate constant for you."
28224 msgstr ""
28225
28226 #. type: =head2
28227 #: ../src/guestfs-actions.pod:4801
28228 msgid "guestfs_mknod_b"
28229 msgstr ""
28230
28231 #. type: verbatim
28232 #: ../src/guestfs-actions.pod:4803
28233 #, no-wrap
28234 msgid ""
28235 " int\n"
28236 " guestfs_mknod_b (guestfs_h *g,\n"
28237 "                  int mode,\n"
28238 "                  int devmajor,\n"
28239 "                  int devminor,\n"
28240 "                  const char *path);\n"
28241 "\n"
28242 msgstr ""
28243
28244 #. type: textblock
28245 #: ../src/guestfs-actions.pod:4810
28246 msgid ""
28247 "This call creates a block device node called C<path> with mode C<mode> and "
28248 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28249 "wrapper around C<guestfs_mknod>."
28250 msgstr ""
28251
28252 #. type: =head2
28253 #: ../src/guestfs-actions.pod:4820
28254 msgid "guestfs_mknod_c"
28255 msgstr ""
28256
28257 #. type: verbatim
28258 #: ../src/guestfs-actions.pod:4822
28259 #, no-wrap
28260 msgid ""
28261 " int\n"
28262 " guestfs_mknod_c (guestfs_h *g,\n"
28263 "                  int mode,\n"
28264 "                  int devmajor,\n"
28265 "                  int devminor,\n"
28266 "                  const char *path);\n"
28267 "\n"
28268 msgstr ""
28269
28270 #. type: textblock
28271 #: ../src/guestfs-actions.pod:4829
28272 msgid ""
28273 "This call creates a char device node called C<path> with mode C<mode> and "
28274 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28275 "wrapper around C<guestfs_mknod>."
28276 msgstr ""
28277
28278 #. type: =head2
28279 #: ../src/guestfs-actions.pod:4839
28280 msgid "guestfs_mkswap"
28281 msgstr ""
28282
28283 #. type: verbatim
28284 #: ../src/guestfs-actions.pod:4841
28285 #, no-wrap
28286 msgid ""
28287 " int\n"
28288 " guestfs_mkswap (guestfs_h *g,\n"
28289 "                 const char *device);\n"
28290 "\n"
28291 msgstr ""
28292
28293 #. type: =head2
28294 #: ../src/guestfs-actions.pod:4851
28295 msgid "guestfs_mkswap_L"
28296 msgstr ""
28297
28298 #. type: verbatim
28299 #: ../src/guestfs-actions.pod:4853
28300 #, no-wrap
28301 msgid ""
28302 " int\n"
28303 " guestfs_mkswap_L (guestfs_h *g,\n"
28304 "                   const char *label,\n"
28305 "                   const char *device);\n"
28306 "\n"
28307 msgstr ""
28308
28309 #. type: =head2
28310 #: ../src/guestfs-actions.pod:4868
28311 msgid "guestfs_mkswap_U"
28312 msgstr ""
28313
28314 #. type: verbatim
28315 #: ../src/guestfs-actions.pod:4870
28316 #, no-wrap
28317 msgid ""
28318 " int\n"
28319 " guestfs_mkswap_U (guestfs_h *g,\n"
28320 "                   const char *uuid,\n"
28321 "                   const char *device);\n"
28322 "\n"
28323 msgstr ""
28324
28325 #. type: =head2
28326 #: ../src/guestfs-actions.pod:4881
28327 msgid "guestfs_mkswap_file"
28328 msgstr ""
28329
28330 #. type: verbatim
28331 #: ../src/guestfs-actions.pod:4883
28332 #, no-wrap
28333 msgid ""
28334 " int\n"
28335 " guestfs_mkswap_file (guestfs_h *g,\n"
28336 "                      const char *path);\n"
28337 "\n"
28338 msgstr ""
28339
28340 #. type: textblock
28341 #: ../src/guestfs-actions.pod:4889
28342 msgid ""
28343 "This command just writes a swap file signature to an existing file.  To "
28344 "create the file itself, use something like C<guestfs_fallocate>."
28345 msgstr ""
28346
28347 #. type: =head2
28348 #: ../src/guestfs-actions.pod:4896
28349 msgid "guestfs_modprobe"
28350 msgstr ""
28351
28352 #. type: verbatim
28353 #: ../src/guestfs-actions.pod:4898
28354 #, no-wrap
28355 msgid ""
28356 " int\n"
28357 " guestfs_modprobe (guestfs_h *g,\n"
28358 "                   const char *modulename);\n"
28359 "\n"
28360 msgstr ""
28361
28362 #. type: =head2
28363 #: ../src/guestfs-actions.pod:4911
28364 msgid "guestfs_mount"
28365 msgstr ""
28366
28367 #. type: verbatim
28368 #: ../src/guestfs-actions.pod:4913
28369 #, no-wrap
28370 msgid ""
28371 " int\n"
28372 " guestfs_mount (guestfs_h *g,\n"
28373 "                const char *device,\n"
28374 "                const char *mountpoint);\n"
28375 "\n"
28376 msgstr ""
28377
28378 #. type: textblock
28379 #: ../src/guestfs-actions.pod:4932
28380 msgid ""
28381 "B<Important note:> When you use this call, the filesystem options C<sync> "
28382 "and C<noatime> are set implicitly.  This was originally done because we "
28383 "thought it would improve reliability, but it turns out that I<-o sync> has a "
28384 "very large negative performance impact and negligible effect on "
28385 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
28386 "in any code that needs performance, and instead use C<guestfs_mount_options> "
28387 "(use an empty string for the first parameter if you don't want any options)."
28388 msgstr ""
28389
28390 #. type: =head2
28391 #: ../src/guestfs-actions.pod:4953
28392 msgid "guestfs_mount_9p"
28393 msgstr ""
28394
28395 #. type: verbatim
28396 #: ../src/guestfs-actions.pod:4955
28397 #, no-wrap
28398 msgid ""
28399 " int\n"
28400 " guestfs_mount_9p (guestfs_h *g,\n"
28401 "                   const char *mounttag,\n"
28402 "                   const char *mountpoint,\n"
28403 "                   ...);\n"
28404 "\n"
28405 msgstr ""
28406
28407 #. type: verbatim
28408 #: ../src/guestfs-actions.pod:4966
28409 #, no-wrap
28410 msgid ""
28411 " GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
28412 "\n"
28413 msgstr ""
28414
28415 #. type: =head2
28416 #: ../src/guestfs-actions.pod:4979
28417 msgid "guestfs_mount_9p_va"
28418 msgstr ""
28419
28420 #. type: verbatim
28421 #: ../src/guestfs-actions.pod:4981
28422 #, no-wrap
28423 msgid ""
28424 " int\n"
28425 " guestfs_mount_9p_va (guestfs_h *g,\n"
28426 "                      const char *mounttag,\n"
28427 "                      const char *mountpoint,\n"
28428 "                      va_list args);\n"
28429 "\n"
28430 msgstr ""
28431
28432 #. type: textblock
28433 #: ../src/guestfs-actions.pod:4987
28434 msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
28435 msgstr ""
28436
28437 #. type: =head2
28438 #: ../src/guestfs-actions.pod:4991
28439 msgid "guestfs_mount_9p_argv"
28440 msgstr ""
28441
28442 #. type: verbatim
28443 #: ../src/guestfs-actions.pod:4993
28444 #, no-wrap
28445 msgid ""
28446 " int\n"
28447 " guestfs_mount_9p_argv (guestfs_h *g,\n"
28448 "                        const char *mounttag,\n"
28449 "                        const char *mountpoint,\n"
28450 "                        const struct guestfs_mount_9p_argv *optargs);\n"
28451 "\n"
28452 msgstr ""
28453
28454 #. type: textblock
28455 #: ../src/guestfs-actions.pod:4999
28456 msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
28457 msgstr ""
28458
28459 #. type: =head2
28460 #: ../src/guestfs-actions.pod:5003
28461 msgid "guestfs_mount_loop"
28462 msgstr ""
28463
28464 #. type: verbatim
28465 #: ../src/guestfs-actions.pod:5005
28466 #, no-wrap
28467 msgid ""
28468 " int\n"
28469 " guestfs_mount_loop (guestfs_h *g,\n"
28470 "                     const char *file,\n"
28471 "                     const char *mountpoint);\n"
28472 "\n"
28473 msgstr ""
28474
28475 #. type: =head2
28476 #: ../src/guestfs-actions.pod:5018
28477 msgid "guestfs_mount_options"
28478 msgstr ""
28479
28480 #. type: verbatim
28481 #: ../src/guestfs-actions.pod:5020
28482 #, no-wrap
28483 msgid ""
28484 " int\n"
28485 " guestfs_mount_options (guestfs_h *g,\n"
28486 "                        const char *options,\n"
28487 "                        const char *device,\n"
28488 "                        const char *mountpoint);\n"
28489 "\n"
28490 msgstr ""
28491
28492 #. type: textblock
28493 #: ../src/guestfs-actions.pod:5026
28494 msgid ""
28495 "This is the same as the C<guestfs_mount> command, but it allows you to set "
28496 "the mount options as for the L<mount(8)> I<-o> flag."
28497 msgstr ""
28498
28499 #. type: textblock
28500 #: ../src/guestfs-actions.pod:5036 ../src/guestfs-actions.pod:5050
28501 #: ../src/guestfs-actions.pod:5067
28502 msgid "(Added in 1.0.10)"
28503 msgstr ""
28504
28505 #. type: =head2
28506 #: ../src/guestfs-actions.pod:5038
28507 msgid "guestfs_mount_ro"
28508 msgstr ""
28509
28510 #. type: verbatim
28511 #: ../src/guestfs-actions.pod:5040
28512 #, no-wrap
28513 msgid ""
28514 " int\n"
28515 " guestfs_mount_ro (guestfs_h *g,\n"
28516 "                   const char *device,\n"
28517 "                   const char *mountpoint);\n"
28518 "\n"
28519 msgstr ""
28520
28521 #. type: textblock
28522 #: ../src/guestfs-actions.pod:5045
28523 msgid ""
28524 "This is the same as the C<guestfs_mount> command, but it mounts the "
28525 "filesystem with the read-only (I<-o ro>) flag."
28526 msgstr ""
28527
28528 #. type: =head2
28529 #: ../src/guestfs-actions.pod:5052
28530 msgid "guestfs_mount_vfs"
28531 msgstr ""
28532
28533 #. type: verbatim
28534 #: ../src/guestfs-actions.pod:5054
28535 #, no-wrap
28536 msgid ""
28537 " int\n"
28538 " guestfs_mount_vfs (guestfs_h *g,\n"
28539 "                    const char *options,\n"
28540 "                    const char *vfstype,\n"
28541 "                    const char *device,\n"
28542 "                    const char *mountpoint);\n"
28543 "\n"
28544 msgstr ""
28545
28546 #. type: textblock
28547 #: ../src/guestfs-actions.pod:5061
28548 msgid ""
28549 "This is the same as the C<guestfs_mount> command, but it allows you to set "
28550 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
28551 "t> flags."
28552 msgstr ""
28553
28554 #. type: =head2
28555 #: ../src/guestfs-actions.pod:5069
28556 msgid "guestfs_mountpoints"
28557 msgstr ""
28558
28559 #. type: verbatim
28560 #: ../src/guestfs-actions.pod:5071
28561 #, no-wrap
28562 msgid ""
28563 " char **\n"
28564 " guestfs_mountpoints (guestfs_h *g);\n"
28565 "\n"
28566 msgstr ""
28567
28568 #. type: textblock
28569 #: ../src/guestfs-actions.pod:5074
28570 msgid ""
28571 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
28572 "devices.  This one returns a hash table (map) of device name to directory "
28573 "where the device is mounted."
28574 msgstr ""
28575
28576 #. type: =head2
28577 #: ../src/guestfs-actions.pod:5086
28578 msgid "guestfs_mounts"
28579 msgstr ""
28580
28581 #. type: verbatim
28582 #: ../src/guestfs-actions.pod:5088
28583 #, no-wrap
28584 msgid ""
28585 " char **\n"
28586 " guestfs_mounts (guestfs_h *g);\n"
28587 "\n"
28588 msgstr ""
28589
28590 #. type: textblock
28591 #: ../src/guestfs-actions.pod:5096
28592 msgid "See also: C<guestfs_mountpoints>"
28593 msgstr ""
28594
28595 #. type: =head2
28596 #: ../src/guestfs-actions.pod:5104
28597 msgid "guestfs_mv"
28598 msgstr ""
28599
28600 #. type: verbatim
28601 #: ../src/guestfs-actions.pod:5106
28602 #, no-wrap
28603 msgid ""
28604 " int\n"
28605 " guestfs_mv (guestfs_h *g,\n"
28606 "             const char *src,\n"
28607 "             const char *dest);\n"
28608 "\n"
28609 msgstr ""
28610
28611 #. type: =head2
28612 #: ../src/guestfs-actions.pod:5118
28613 msgid "guestfs_ntfs_3g_probe"
28614 msgstr ""
28615
28616 #. type: verbatim
28617 #: ../src/guestfs-actions.pod:5120
28618 #, no-wrap
28619 msgid ""
28620 " int\n"
28621 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
28622 "                        int rw,\n"
28623 "                        const char *device);\n"
28624 "\n"
28625 msgstr ""
28626
28627 #. type: textblock
28628 #: ../src/guestfs-actions.pod:5139
28629 msgid "(Added in 1.0.43)"
28630 msgstr ""
28631
28632 #. type: =head2
28633 #: ../src/guestfs-actions.pod:5141
28634 msgid "guestfs_ntfsresize"
28635 msgstr ""
28636
28637 #. type: verbatim
28638 #: ../src/guestfs-actions.pod:5143
28639 #, no-wrap
28640 msgid ""
28641 " int\n"
28642 " guestfs_ntfsresize (guestfs_h *g,\n"
28643 "                     const char *device);\n"
28644 "\n"
28645 msgstr ""
28646
28647 #. type: =head2
28648 #: ../src/guestfs-actions.pod:5171
28649 msgid "guestfs_ntfsresize_opts"
28650 msgstr ""
28651
28652 #. type: verbatim
28653 #: ../src/guestfs-actions.pod:5173
28654 #, no-wrap
28655 msgid ""
28656 " int\n"
28657 " guestfs_ntfsresize_opts (guestfs_h *g,\n"
28658 "                          const char *device,\n"
28659 "                          ...);\n"
28660 "\n"
28661 msgstr ""
28662
28663 #. type: verbatim
28664 #: ../src/guestfs-actions.pod:5183
28665 #, no-wrap
28666 msgid ""
28667 " GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n"
28668 " GUESTFS_NTFSRESIZE_OPTS_FORCE, int force,\n"
28669 "\n"
28670 msgstr ""
28671
28672 #. type: textblock
28673 #: ../src/guestfs-actions.pod:5203
28674 msgid ""
28675 "After the resize operation, the filesystem is always marked as requiring a "
28676 "consistency check (for safety).  You have to boot into Windows to perform "
28677 "this check and clear this condition.  If you I<don't> set the C<force> "
28678 "option then it is not possible to call C<guestfs_ntfsresize_opts> multiple "
28679 "times on a single filesystem without booting into Windows between each "
28680 "resize."
28681 msgstr ""
28682
28683 #. type: =head2
28684 #: ../src/guestfs-actions.pod:5218
28685 msgid "guestfs_ntfsresize_opts_va"
28686 msgstr ""
28687
28688 #. type: verbatim
28689 #: ../src/guestfs-actions.pod:5220
28690 #, no-wrap
28691 msgid ""
28692 " int\n"
28693 " guestfs_ntfsresize_opts_va (guestfs_h *g,\n"
28694 "                             const char *device,\n"
28695 "                             va_list args);\n"
28696 "\n"
28697 msgstr ""
28698
28699 #. type: textblock
28700 #: ../src/guestfs-actions.pod:5225
28701 msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>."
28702 msgstr ""
28703
28704 #. type: =head2
28705 #: ../src/guestfs-actions.pod:5229
28706 msgid "guestfs_ntfsresize_opts_argv"
28707 msgstr ""
28708
28709 #. type: verbatim
28710 #: ../src/guestfs-actions.pod:5231
28711 #, no-wrap
28712 msgid ""
28713 " int\n"
28714 " guestfs_ntfsresize_opts_argv (guestfs_h *g,\n"
28715 "                               const char *device,\n"
28716 "                               const struct guestfs_ntfsresize_opts_argv *optargs);\n"
28717 "\n"
28718 msgstr ""
28719
28720 #. type: textblock
28721 #: ../src/guestfs-actions.pod:5236
28722 msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>."
28723 msgstr ""
28724
28725 #. type: =head2
28726 #: ../src/guestfs-actions.pod:5240
28727 msgid "guestfs_ntfsresize_size"
28728 msgstr ""
28729
28730 #. type: verbatim
28731 #: ../src/guestfs-actions.pod:5242
28732 #, no-wrap
28733 msgid ""
28734 " int\n"
28735 " guestfs_ntfsresize_size (guestfs_h *g,\n"
28736 "                          const char *device,\n"
28737 "                          int64_t size);\n"
28738 "\n"
28739 msgstr ""
28740
28741 #. type: textblock
28742 #: ../src/guestfs-actions.pod:5247
28743 msgid ""
28744 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
28745 "to specify the new size (in bytes) explicitly."
28746 msgstr ""
28747
28748 #. type: textblock
28749 #: ../src/guestfs-actions.pod:5259 ../src/guestfs-actions.pod:5701
28750 #: ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:6042
28751 #: ../src/guestfs-actions.pod:7665
28752 msgid "(Added in 1.3.14)"
28753 msgstr ""
28754
28755 #. type: =head2
28756 #: ../src/guestfs-actions.pod:5261
28757 msgid "guestfs_part_add"
28758 msgstr ""
28759
28760 #. type: verbatim
28761 #: ../src/guestfs-actions.pod:5263
28762 #, no-wrap
28763 msgid ""
28764 " int\n"
28765 " guestfs_part_add (guestfs_h *g,\n"
28766 "                   const char *device,\n"
28767 "                   const char *prlogex,\n"
28768 "                   int64_t startsect,\n"
28769 "                   int64_t endsect);\n"
28770 "\n"
28771 msgstr ""
28772
28773 #. type: textblock
28774 #: ../src/guestfs-actions.pod:5270
28775 msgid ""
28776 "This command adds a partition to C<device>.  If there is no partition table "
28777 "on the device, call C<guestfs_part_init> first."
28778 msgstr ""
28779
28780 #. type: textblock
28781 #: ../src/guestfs-actions.pod:5282
28782 msgid ""
28783 "Creating a partition which covers the whole disk is not so easy.  Use "
28784 "C<guestfs_part_disk> to do that."
28785 msgstr ""
28786
28787 #. type: textblock
28788 #: ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5325
28789 #: ../src/guestfs-actions.pod:5378 ../src/guestfs-actions.pod:5462
28790 #: ../src/guestfs-actions.pod:5500 ../src/guestfs-actions.pod:5519
28791 #: ../src/guestfs-actions.pod:5559
28792 msgid "(Added in 1.0.78)"
28793 msgstr ""
28794
28795 #. type: =head2
28796 #: ../src/guestfs-actions.pod:5289
28797 msgid "guestfs_part_del"
28798 msgstr ""
28799
28800 #. type: verbatim
28801 #: ../src/guestfs-actions.pod:5291
28802 #, no-wrap
28803 msgid ""
28804 " int\n"
28805 " guestfs_part_del (guestfs_h *g,\n"
28806 "                   const char *device,\n"
28807 "                   int partnum);\n"
28808 "\n"
28809 msgstr ""
28810
28811 #. type: =head2
28812 #: ../src/guestfs-actions.pod:5306
28813 msgid "guestfs_part_disk"
28814 msgstr ""
28815
28816 #. type: verbatim
28817 #: ../src/guestfs-actions.pod:5308
28818 #, no-wrap
28819 msgid ""
28820 " int\n"
28821 " guestfs_part_disk (guestfs_h *g,\n"
28822 "                    const char *device,\n"
28823 "                    const char *parttype);\n"
28824 "\n"
28825 msgstr ""
28826
28827 #. type: textblock
28828 #: ../src/guestfs-actions.pod:5313
28829 msgid ""
28830 "This command is simply a combination of C<guestfs_part_init> followed by "
28831 "C<guestfs_part_add> to create a single primary partition covering the whole "
28832 "disk."
28833 msgstr ""
28834
28835 #. type: textblock
28836 #: ../src/guestfs-actions.pod:5317
28837 msgid ""
28838 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
28839 "possible values are described in C<guestfs_part_init>."
28840 msgstr ""
28841
28842 #. type: =head2
28843 #: ../src/guestfs-actions.pod:5327
28844 msgid "guestfs_part_get_bootable"
28845 msgstr ""
28846
28847 #. type: verbatim
28848 #: ../src/guestfs-actions.pod:5329
28849 #, no-wrap
28850 msgid ""
28851 " int\n"
28852 " guestfs_part_get_bootable (guestfs_h *g,\n"
28853 "                            const char *device,\n"
28854 "                            int partnum);\n"
28855 "\n"
28856 msgstr ""
28857
28858 #. type: textblock
28859 #: ../src/guestfs-actions.pod:5337
28860 msgid "See also C<guestfs_part_set_bootable>."
28861 msgstr ""
28862
28863 #. type: =head2
28864 #: ../src/guestfs-actions.pod:5343
28865 msgid "guestfs_part_get_mbr_id"
28866 msgstr ""
28867
28868 #. type: verbatim
28869 #: ../src/guestfs-actions.pod:5345
28870 #, no-wrap
28871 msgid ""
28872 " int\n"
28873 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
28874 "                          const char *device,\n"
28875 "                          int partnum);\n"
28876 "\n"
28877 msgstr ""
28878
28879 #. type: textblock
28880 #: ../src/guestfs-actions.pod:5353 ../src/guestfs-actions.pod:5535
28881 msgid ""
28882 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
28883 "undefined results for other partition table types (see "
28884 "C<guestfs_part_get_parttype>)."
28885 msgstr ""
28886
28887 #. type: =head2
28888 #: ../src/guestfs-actions.pod:5361
28889 msgid "guestfs_part_get_parttype"
28890 msgstr ""
28891
28892 #. type: verbatim
28893 #: ../src/guestfs-actions.pod:5363
28894 #, no-wrap
28895 msgid ""
28896 " char *\n"
28897 " guestfs_part_get_parttype (guestfs_h *g,\n"
28898 "                            const char *device);\n"
28899 "\n"
28900 msgstr ""
28901
28902 #. type: textblock
28903 #: ../src/guestfs-actions.pod:5370
28904 msgid ""
28905 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
28906 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
28907 "possible, although unusual.  See C<guestfs_part_init> for a full list."
28908 msgstr ""
28909
28910 #. type: =head2
28911 #: ../src/guestfs-actions.pod:5380
28912 msgid "guestfs_part_init"
28913 msgstr ""
28914
28915 #. type: verbatim
28916 #: ../src/guestfs-actions.pod:5382
28917 #, no-wrap
28918 msgid ""
28919 " int\n"
28920 " guestfs_part_init (guestfs_h *g,\n"
28921 "                    const char *device,\n"
28922 "                    const char *parttype);\n"
28923 "\n"
28924 msgstr ""
28925
28926 #. type: textblock
28927 #: ../src/guestfs-actions.pod:5391
28928 msgid ""
28929 "Initially there are no partitions.  Following this, you should call "
28930 "C<guestfs_part_add> for each partition required."
28931 msgstr ""
28932
28933 #. type: =head2
28934 #: ../src/guestfs-actions.pod:5464
28935 msgid "guestfs_part_list"
28936 msgstr "guestfs_part_list"
28937
28938 #. type: verbatim
28939 #: ../src/guestfs-actions.pod:5466
28940 #, no-wrap
28941 msgid ""
28942 " struct guestfs_partition_list *\n"
28943 " guestfs_part_list (guestfs_h *g,\n"
28944 "                    const char *device);\n"
28945 "\n"
28946 msgstr ""
28947 " struct guestfs_partition_list *\n"
28948 " guestfs_part_list (guestfs_h *g,\n"
28949 "                    const char *device);\n"
28950 "\n"
28951
28952 #. type: textblock
28953 #: ../src/guestfs-actions.pod:5483
28954 msgid ""
28955 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
28956 "the device's sector size, see C<guestfs_blockdev_getss>."
28957 msgstr ""
28958
28959 #. type: textblock
28960 #: ../src/guestfs-actions.pod:5496
28961 msgid ""
28962 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
28963 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
28964 "use>."
28965 msgstr ""
28966
28967 #. type: =head2
28968 #: ../src/guestfs-actions.pod:5502
28969 msgid "guestfs_part_set_bootable"
28970 msgstr ""
28971
28972 #. type: verbatim
28973 #: ../src/guestfs-actions.pod:5504
28974 #, no-wrap
28975 msgid ""
28976 " int\n"
28977 " guestfs_part_set_bootable (guestfs_h *g,\n"
28978 "                            const char *device,\n"
28979 "                            int partnum,\n"
28980 "                            int bootable);\n"
28981 "\n"
28982 msgstr ""
28983
28984 #. type: =head2
28985 #: ../src/guestfs-actions.pod:5521
28986 msgid "guestfs_part_set_mbr_id"
28987 msgstr ""
28988
28989 #. type: verbatim
28990 #: ../src/guestfs-actions.pod:5523
28991 #, no-wrap
28992 msgid ""
28993 " int\n"
28994 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
28995 "                          const char *device,\n"
28996 "                          int partnum,\n"
28997 "                          int idbyte);\n"
28998 "\n"
28999 msgstr ""
29000
29001 #. type: =head2
29002 #: ../src/guestfs-actions.pod:5543
29003 msgid "guestfs_part_set_name"
29004 msgstr ""
29005
29006 #. type: verbatim
29007 #: ../src/guestfs-actions.pod:5545
29008 #, no-wrap
29009 msgid ""
29010 " int\n"
29011 " guestfs_part_set_name (guestfs_h *g,\n"
29012 "                        const char *device,\n"
29013 "                        int partnum,\n"
29014 "                        const char *name);\n"
29015 "\n"
29016 msgstr ""
29017
29018 #. type: =head2
29019 #: ../src/guestfs-actions.pod:5561
29020 msgid "guestfs_part_to_dev"
29021 msgstr ""
29022
29023 #. type: verbatim
29024 #: ../src/guestfs-actions.pod:5563
29025 #, no-wrap
29026 msgid ""
29027 " char *\n"
29028 " guestfs_part_to_dev (guestfs_h *g,\n"
29029 "                      const char *partition);\n"
29030 "\n"
29031 msgstr ""
29032
29033 #. type: textblock
29034 #: ../src/guestfs-actions.pod:5571
29035 msgid ""
29036 "The named partition must exist, for example as a string returned from "
29037 "C<guestfs_list_partitions>."
29038 msgstr ""
29039
29040 #. type: =head2
29041 #: ../src/guestfs-actions.pod:5579
29042 msgid "guestfs_ping_daemon"
29043 msgstr ""
29044
29045 #. type: verbatim
29046 #: ../src/guestfs-actions.pod:5581
29047 #, no-wrap
29048 msgid ""
29049 " int\n"
29050 " guestfs_ping_daemon (guestfs_h *g);\n"
29051 "\n"
29052 msgstr ""
29053
29054 #. type: =head2
29055 #: ../src/guestfs-actions.pod:5593
29056 msgid "guestfs_pread"
29057 msgstr ""
29058
29059 #. type: verbatim
29060 #: ../src/guestfs-actions.pod:5595
29061 #, no-wrap
29062 msgid ""
29063 " char *\n"
29064 " guestfs_pread (guestfs_h *g,\n"
29065 "                const char *path,\n"
29066 "                int count,\n"
29067 "                int64_t offset,\n"
29068 "                size_t *size_r);\n"
29069 "\n"
29070 msgstr ""
29071
29072 #. type: textblock
29073 #: ../src/guestfs-actions.pod:5608
29074 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
29075 msgstr ""
29076
29077 #. type: =head2
29078 #: ../src/guestfs-actions.pod:5619
29079 msgid "guestfs_pread_device"
29080 msgstr ""
29081
29082 #. type: verbatim
29083 #: ../src/guestfs-actions.pod:5621
29084 #, no-wrap
29085 msgid ""
29086 " char *\n"
29087 " guestfs_pread_device (guestfs_h *g,\n"
29088 "                       const char *device,\n"
29089 "                       int count,\n"
29090 "                       int64_t offset,\n"
29091 "                       size_t *size_r);\n"
29092 "\n"
29093 msgstr ""
29094
29095 #. type: textblock
29096 #: ../src/guestfs-actions.pod:5634
29097 msgid "See also C<guestfs_pread>."
29098 msgstr ""
29099
29100 #. type: textblock
29101 #: ../src/guestfs-actions.pod:5643
29102 msgid "(Added in 1.5.21)"
29103 msgstr ""
29104
29105 #. type: =head2
29106 #: ../src/guestfs-actions.pod:5645
29107 msgid "guestfs_pvcreate"
29108 msgstr ""
29109
29110 #. type: verbatim
29111 #: ../src/guestfs-actions.pod:5647
29112 #, no-wrap
29113 msgid ""
29114 " int\n"
29115 " guestfs_pvcreate (guestfs_h *g,\n"
29116 "                   const char *device);\n"
29117 "\n"
29118 msgstr ""
29119
29120 #. type: =head2
29121 #: ../src/guestfs-actions.pod:5659
29122 msgid "guestfs_pvremove"
29123 msgstr ""
29124
29125 #. type: verbatim
29126 #: ../src/guestfs-actions.pod:5661
29127 #, no-wrap
29128 msgid ""
29129 " int\n"
29130 " guestfs_pvremove (guestfs_h *g,\n"
29131 "                   const char *device);\n"
29132 "\n"
29133 msgstr ""
29134
29135 #. type: =head2
29136 #: ../src/guestfs-actions.pod:5676
29137 msgid "guestfs_pvresize"
29138 msgstr ""
29139
29140 #. type: verbatim
29141 #: ../src/guestfs-actions.pod:5678
29142 #, no-wrap
29143 msgid ""
29144 " int\n"
29145 " guestfs_pvresize (guestfs_h *g,\n"
29146 "                   const char *device);\n"
29147 "\n"
29148 msgstr ""
29149
29150 #. type: =head2
29151 #: ../src/guestfs-actions.pod:5689
29152 msgid "guestfs_pvresize_size"
29153 msgstr ""
29154
29155 #. type: verbatim
29156 #: ../src/guestfs-actions.pod:5691
29157 #, no-wrap
29158 msgid ""
29159 " int\n"
29160 " guestfs_pvresize_size (guestfs_h *g,\n"
29161 "                        const char *device,\n"
29162 "                        int64_t size);\n"
29163 "\n"
29164 msgstr ""
29165
29166 #. type: textblock
29167 #: ../src/guestfs-actions.pod:5696
29168 msgid ""
29169 "This command is the same as C<guestfs_pvresize> except that it allows you to "
29170 "specify the new size (in bytes) explicitly."
29171 msgstr ""
29172
29173 #. type: =head2
29174 #: ../src/guestfs-actions.pod:5703
29175 msgid "guestfs_pvs"
29176 msgstr ""
29177
29178 #. type: verbatim
29179 #: ../src/guestfs-actions.pod:5705
29180 #, no-wrap
29181 msgid ""
29182 " char **\n"
29183 " guestfs_pvs (guestfs_h *g);\n"
29184 "\n"
29185 msgstr ""
29186
29187 #. type: textblock
29188 #: ../src/guestfs-actions.pod:5714
29189 msgid "See also C<guestfs_pvs_full>."
29190 msgstr ""
29191
29192 #. type: =head2
29193 #: ../src/guestfs-actions.pod:5722
29194 msgid "guestfs_pvs_full"
29195 msgstr ""
29196
29197 #. type: verbatim
29198 #: ../src/guestfs-actions.pod:5724
29199 #, no-wrap
29200 msgid ""
29201 " struct guestfs_lvm_pv_list *\n"
29202 " guestfs_pvs_full (guestfs_h *g);\n"
29203 "\n"
29204 msgstr ""
29205
29206 #. type: textblock
29207 #: ../src/guestfs-actions.pod:5730
29208 msgid ""
29209 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
29210 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
29211 msgstr ""
29212
29213 #. type: =head2
29214 #: ../src/guestfs-actions.pod:5736
29215 msgid "guestfs_pvuuid"
29216 msgstr ""
29217
29218 #. type: verbatim
29219 #: ../src/guestfs-actions.pod:5738
29220 #, no-wrap
29221 msgid ""
29222 " char *\n"
29223 " guestfs_pvuuid (guestfs_h *g,\n"
29224 "                 const char *device);\n"
29225 "\n"
29226 msgstr ""
29227
29228 #. type: =head2
29229 #: ../src/guestfs-actions.pod:5749
29230 msgid "guestfs_pwrite"
29231 msgstr ""
29232
29233 #. type: verbatim
29234 #: ../src/guestfs-actions.pod:5751
29235 #, no-wrap
29236 msgid ""
29237 " int\n"
29238 " guestfs_pwrite (guestfs_h *g,\n"
29239 "                 const char *path,\n"
29240 "                 const char *content,\n"
29241 "                 size_t content_size,\n"
29242 "                 int64_t offset);\n"
29243 "\n"
29244 msgstr ""
29245
29246 #. type: textblock
29247 #: ../src/guestfs-actions.pod:5767
29248 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
29249 msgstr ""
29250
29251 #. type: =head2
29252 #: ../src/guestfs-actions.pod:5776
29253 msgid "guestfs_pwrite_device"
29254 msgstr ""
29255
29256 #. type: verbatim
29257 #: ../src/guestfs-actions.pod:5778
29258 #, no-wrap
29259 msgid ""
29260 " int\n"
29261 " guestfs_pwrite_device (guestfs_h *g,\n"
29262 "                        const char *device,\n"
29263 "                        const char *content,\n"
29264 "                        size_t content_size,\n"
29265 "                        int64_t offset);\n"
29266 "\n"
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../src/guestfs-actions.pod:5793
29271 msgid "See also C<guestfs_pwrite>."
29272 msgstr ""
29273
29274 #. type: textblock
29275 #: ../src/guestfs-actions.pod:5800
29276 msgid "(Added in 1.5.20)"
29277 msgstr ""
29278
29279 #. type: =head2
29280 #: ../src/guestfs-actions.pod:5802
29281 msgid "guestfs_read_file"
29282 msgstr ""
29283
29284 #. type: verbatim
29285 #: ../src/guestfs-actions.pod:5804
29286 #, no-wrap
29287 msgid ""
29288 " char *\n"
29289 " guestfs_read_file (guestfs_h *g,\n"
29290 "                    const char *path,\n"
29291 "                    size_t *size_r);\n"
29292 "\n"
29293 msgstr ""
29294
29295 #. type: textblock
29296 #: ../src/guestfs-actions.pod:5812
29297 msgid ""
29298 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
29299 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
29300 "function is limited in the total size of file that can be handled."
29301 msgstr ""
29302
29303 #. type: textblock
29304 #: ../src/guestfs-actions.pod:5824
29305 msgid "(Added in 1.0.63)"
29306 msgstr ""
29307
29308 #. type: =head2
29309 #: ../src/guestfs-actions.pod:5826
29310 msgid "guestfs_read_lines"
29311 msgstr ""
29312
29313 #. type: verbatim
29314 #: ../src/guestfs-actions.pod:5828
29315 #, no-wrap
29316 msgid ""
29317 " char **\n"
29318 " guestfs_read_lines (guestfs_h *g,\n"
29319 "                     const char *path);\n"
29320 "\n"
29321 msgstr ""
29322
29323 #. type: textblock
29324 #: ../src/guestfs-actions.pod:5837
29325 msgid ""
29326 "Note that this function cannot correctly handle binary files (specifically, "
29327 "files containing C<\\0> character which is treated as end of line).  For "
29328 "those you need to use the C<guestfs_read_file> function which has a more "
29329 "complex interface."
29330 msgstr ""
29331
29332 #. type: =head2
29333 #: ../src/guestfs-actions.pod:5848
29334 msgid "guestfs_readdir"
29335 msgstr ""
29336
29337 #. type: verbatim
29338 #: ../src/guestfs-actions.pod:5850
29339 #, no-wrap
29340 msgid ""
29341 " struct guestfs_dirent_list *\n"
29342 " guestfs_readdir (guestfs_h *g,\n"
29343 "                  const char *dir);\n"
29344 "\n"
29345 msgstr ""
29346
29347 #. type: textblock
29348 #: ../src/guestfs-actions.pod:5904
29349 msgid ""
29350 "This function is primarily intended for use by programs.  To get a simple "
29351 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
29352 "consumption, use C<guestfs_ll>."
29353 msgstr ""
29354
29355 #. type: textblock
29356 #: ../src/guestfs-actions.pod:5908
29357 msgid ""
29358 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
29359 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
29360 msgstr ""
29361
29362 #. type: =head2
29363 #: ../src/guestfs-actions.pod:5914
29364 msgid "guestfs_readlink"
29365 msgstr ""
29366
29367 #. type: verbatim
29368 #: ../src/guestfs-actions.pod:5916
29369 #, no-wrap
29370 msgid ""
29371 " char *\n"
29372 " guestfs_readlink (guestfs_h *g,\n"
29373 "                   const char *path);\n"
29374 "\n"
29375 msgstr ""
29376
29377 #. type: =head2
29378 #: ../src/guestfs-actions.pod:5927
29379 msgid "guestfs_readlinklist"
29380 msgstr ""
29381
29382 #. type: verbatim
29383 #: ../src/guestfs-actions.pod:5929
29384 #, no-wrap
29385 msgid ""
29386 " char **\n"
29387 " guestfs_readlinklist (guestfs_h *g,\n"
29388 "                       const char *path,\n"
29389 "                       char *const *names);\n"
29390 "\n"
29391 msgstr ""
29392
29393 #. type: =head2
29394 #: ../src/guestfs-actions.pod:5962
29395 msgid "guestfs_realpath"
29396 msgstr ""
29397
29398 #. type: verbatim
29399 #: ../src/guestfs-actions.pod:5964
29400 #, no-wrap
29401 msgid ""
29402 " char *\n"
29403 " guestfs_realpath (guestfs_h *g,\n"
29404 "                   const char *path);\n"
29405 "\n"
29406 msgstr ""
29407
29408 #. type: =head2
29409 #: ../src/guestfs-actions.pod:5976
29410 msgid "guestfs_removexattr"
29411 msgstr ""
29412
29413 #. type: verbatim
29414 #: ../src/guestfs-actions.pod:5978
29415 #, no-wrap
29416 msgid ""
29417 " int\n"
29418 " guestfs_removexattr (guestfs_h *g,\n"
29419 "                      const char *xattr,\n"
29420 "                      const char *path);\n"
29421 "\n"
29422 msgstr ""
29423
29424 #. type: textblock
29425 #: ../src/guestfs-actions.pod:5986
29426 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
29427 msgstr ""
29428
29429 #. type: =head2
29430 #: ../src/guestfs-actions.pod:5992
29431 msgid "guestfs_resize2fs"
29432 msgstr ""
29433
29434 #. type: verbatim
29435 #: ../src/guestfs-actions.pod:5994
29436 #, no-wrap
29437 msgid ""
29438 " int\n"
29439 " guestfs_resize2fs (guestfs_h *g,\n"
29440 "                    const char *device);\n"
29441 "\n"
29442 msgstr ""
29443
29444 #. type: textblock
29445 #: ../src/guestfs-actions.pod:6001
29446 msgid ""
29447 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
29448 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
29449 "sometimes gives an error about this and sometimes not.  In any case, it is "
29450 "always safe to call C<guestfs_e2fsck_f> before calling this function."
29451 msgstr ""
29452
29453 #. type: =head2
29454 #: ../src/guestfs-actions.pod:6011
29455 msgid "guestfs_resize2fs_M"
29456 msgstr ""
29457
29458 #. type: verbatim
29459 #: ../src/guestfs-actions.pod:6013
29460 #, no-wrap
29461 msgid ""
29462 " int\n"
29463 " guestfs_resize2fs_M (guestfs_h *g,\n"
29464 "                      const char *device);\n"
29465 "\n"
29466 msgstr ""
29467
29468 #. type: textblock
29469 #: ../src/guestfs-actions.pod:6017
29470 msgid ""
29471 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
29472 "resized to its minimum size.  This works like the I<-M> option to the "
29473 "C<resize2fs> command."
29474 msgstr ""
29475
29476 #. type: textblock
29477 #: ../src/guestfs-actions.pod:6021
29478 msgid ""
29479 "To get the resulting size of the filesystem you should call "
29480 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
29481 "These two numbers, multiplied together, give the resulting size of the "
29482 "minimal filesystem in bytes."
29483 msgstr ""
29484
29485 #. type: =head2
29486 #: ../src/guestfs-actions.pod:6030
29487 msgid "guestfs_resize2fs_size"
29488 msgstr ""
29489
29490 #. type: verbatim
29491 #: ../src/guestfs-actions.pod:6032
29492 #, no-wrap
29493 msgid ""
29494 " int\n"
29495 " guestfs_resize2fs_size (guestfs_h *g,\n"
29496 "                         const char *device,\n"
29497 "                         int64_t size);\n"
29498 "\n"
29499 msgstr ""
29500
29501 #. type: textblock
29502 #: ../src/guestfs-actions.pod:6037
29503 msgid ""
29504 "This command is the same as C<guestfs_resize2fs> except that it allows you "
29505 "to specify the new size (in bytes) explicitly."
29506 msgstr ""
29507
29508 #. type: =head2
29509 #: ../src/guestfs-actions.pod:6044
29510 msgid "guestfs_rm"
29511 msgstr ""
29512
29513 #. type: verbatim
29514 #: ../src/guestfs-actions.pod:6046
29515 #, no-wrap
29516 msgid ""
29517 " int\n"
29518 " guestfs_rm (guestfs_h *g,\n"
29519 "             const char *path);\n"
29520 "\n"
29521 msgstr ""
29522
29523 #. type: =head2
29524 #: ../src/guestfs-actions.pod:6056
29525 msgid "guestfs_rm_rf"
29526 msgstr ""
29527
29528 #. type: verbatim
29529 #: ../src/guestfs-actions.pod:6058
29530 #, no-wrap
29531 msgid ""
29532 " int\n"
29533 " guestfs_rm_rf (guestfs_h *g,\n"
29534 "                const char *path);\n"
29535 "\n"
29536 msgstr ""
29537
29538 #. type: =head2
29539 #: ../src/guestfs-actions.pod:6070
29540 msgid "guestfs_rmdir"
29541 msgstr ""
29542
29543 #. type: verbatim
29544 #: ../src/guestfs-actions.pod:6072
29545 #, no-wrap
29546 msgid ""
29547 " int\n"
29548 " guestfs_rmdir (guestfs_h *g,\n"
29549 "                const char *path);\n"
29550 "\n"
29551 msgstr ""
29552
29553 #. type: =head2
29554 #: ../src/guestfs-actions.pod:6082
29555 msgid "guestfs_rmmountpoint"
29556 msgstr ""
29557
29558 #. type: verbatim
29559 #: ../src/guestfs-actions.pod:6084
29560 #, no-wrap
29561 msgid ""
29562 " int\n"
29563 " guestfs_rmmountpoint (guestfs_h *g,\n"
29564 "                       const char *exemptpath);\n"
29565 "\n"
29566 msgstr ""
29567
29568 #. type: textblock
29569 #: ../src/guestfs-actions.pod:6088
29570 msgid ""
29571 "This calls removes a mountpoint that was previously created with "
29572 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
29573 msgstr ""
29574
29575 #. type: =head2
29576 #: ../src/guestfs-actions.pod:6096
29577 msgid "guestfs_scrub_device"
29578 msgstr ""
29579
29580 #. type: verbatim
29581 #: ../src/guestfs-actions.pod:6098
29582 #, no-wrap
29583 msgid ""
29584 " int\n"
29585 " guestfs_scrub_device (guestfs_h *g,\n"
29586 "                       const char *device);\n"
29587 "\n"
29588 msgstr ""
29589
29590 #. type: textblock
29591 #: ../src/guestfs-actions.pod:6113 ../src/guestfs-actions.pod:6131
29592 #: ../src/guestfs-actions.pod:6150
29593 msgid "(Added in 1.0.52)"
29594 msgstr ""
29595
29596 #. type: =head2
29597 #: ../src/guestfs-actions.pod:6115
29598 msgid "guestfs_scrub_file"
29599 msgstr ""
29600
29601 #. type: verbatim
29602 #: ../src/guestfs-actions.pod:6117
29603 #, no-wrap
29604 msgid ""
29605 " int\n"
29606 " guestfs_scrub_file (guestfs_h *g,\n"
29607 "                     const char *file);\n"
29608 "\n"
29609 msgstr ""
29610
29611 #. type: =head2
29612 #: ../src/guestfs-actions.pod:6133
29613 msgid "guestfs_scrub_freespace"
29614 msgstr ""
29615
29616 #. type: verbatim
29617 #: ../src/guestfs-actions.pod:6135
29618 #, no-wrap
29619 msgid ""
29620 " int\n"
29621 " guestfs_scrub_freespace (guestfs_h *g,\n"
29622 "                          const char *dir);\n"
29623 "\n"
29624 msgstr ""
29625
29626 #. type: textblock
29627 #: ../src/guestfs-actions.pod:6139
29628 msgid ""
29629 "This command creates the directory C<dir> and then fills it with files until "
29630 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
29631 "and deletes them.  The intention is to scrub any free space on the partition "
29632 "containing C<dir>."
29633 msgstr ""
29634
29635 #. type: =head2
29636 #: ../src/guestfs-actions.pod:6152
29637 msgid "guestfs_set_append"
29638 msgstr ""
29639
29640 #. type: verbatim
29641 #: ../src/guestfs-actions.pod:6154
29642 #, no-wrap
29643 msgid ""
29644 " int\n"
29645 " guestfs_set_append (guestfs_h *g,\n"
29646 "                     const char *append);\n"
29647 "\n"
29648 msgstr ""
29649
29650 #. type: =head2
29651 #: ../src/guestfs-actions.pod:6171
29652 msgid "guestfs_set_attach_method"
29653 msgstr ""
29654
29655 #. type: verbatim
29656 #: ../src/guestfs-actions.pod:6173
29657 #, no-wrap
29658 msgid ""
29659 " int\n"
29660 " guestfs_set_attach_method (guestfs_h *g,\n"
29661 "                            const char *attachmethod);\n"
29662 "\n"
29663 msgstr ""
29664
29665 #. type: =head2
29666 #: ../src/guestfs-actions.pod:6201
29667 msgid "guestfs_set_autosync"
29668 msgstr ""
29669
29670 #. type: verbatim
29671 #: ../src/guestfs-actions.pod:6203
29672 #, no-wrap
29673 msgid ""
29674 " int\n"
29675 " guestfs_set_autosync (guestfs_h *g,\n"
29676 "                       int autosync);\n"
29677 "\n"
29678 msgstr ""
29679
29680 #. type: =head2
29681 #: ../src/guestfs-actions.pod:6219
29682 msgid "guestfs_set_direct"
29683 msgstr ""
29684
29685 #. type: verbatim
29686 #: ../src/guestfs-actions.pod:6221
29687 #, no-wrap
29688 msgid ""
29689 " int\n"
29690 " guestfs_set_direct (guestfs_h *g,\n"
29691 "                     int direct);\n"
29692 "\n"
29693 msgstr ""
29694
29695 #. type: textblock
29696 #: ../src/guestfs-actions.pod:6229
29697 msgid ""
29698 "One consequence of this is that log messages aren't caught by the library "
29699 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
29700 "stdout."
29701 msgstr ""
29702
29703 #. type: =head2
29704 #: ../src/guestfs-actions.pod:6242
29705 msgid "guestfs_set_e2label"
29706 msgstr ""
29707
29708 #. type: verbatim
29709 #: ../src/guestfs-actions.pod:6244
29710 #, no-wrap
29711 msgid ""
29712 " int\n"
29713 " guestfs_set_e2label (guestfs_h *g,\n"
29714 "                      const char *device,\n"
29715 "                      const char *label);\n"
29716 "\n"
29717 msgstr ""
29718
29719 #. type: textblock
29720 #: ../src/guestfs-actions.pod:6253
29721 msgid ""
29722 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
29723 "the existing label on a filesystem."
29724 msgstr ""
29725
29726 #. type: =head2
29727 #: ../src/guestfs-actions.pod:6260
29728 msgid "guestfs_set_e2uuid"
29729 msgstr ""
29730
29731 #. type: verbatim
29732 #: ../src/guestfs-actions.pod:6262
29733 #, no-wrap
29734 msgid ""
29735 " int\n"
29736 " guestfs_set_e2uuid (guestfs_h *g,\n"
29737 "                     const char *device,\n"
29738 "                     const char *uuid);\n"
29739 "\n"
29740 msgstr ""
29741
29742 #. type: textblock
29743 #: ../src/guestfs-actions.pod:6272
29744 msgid ""
29745 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
29746 "the existing UUID of a filesystem."
29747 msgstr ""
29748
29749 #. type: =head2
29750 #: ../src/guestfs-actions.pod:6279
29751 msgid "guestfs_set_memsize"
29752 msgstr ""
29753
29754 #. type: verbatim
29755 #: ../src/guestfs-actions.pod:6281
29756 #, no-wrap
29757 msgid ""
29758 " int\n"
29759 " guestfs_set_memsize (guestfs_h *g,\n"
29760 "                      int memsize);\n"
29761 "\n"
29762 msgstr ""
29763
29764 #. type: textblock
29765 #: ../src/guestfs-actions.pod:6285
29766 msgid ""
29767 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
29768 "This only has any effect if called before C<guestfs_launch>."
29769 msgstr ""
29770
29771 #. type: =head2
29772 #: ../src/guestfs-actions.pod:6300
29773 msgid "guestfs_set_network"
29774 msgstr ""
29775
29776 #. type: verbatim
29777 #: ../src/guestfs-actions.pod:6302
29778 #, no-wrap
29779 msgid ""
29780 " int\n"
29781 " guestfs_set_network (guestfs_h *g,\n"
29782 "                      int network);\n"
29783 "\n"
29784 msgstr ""
29785
29786 #. type: textblock
29787 #: ../src/guestfs-actions.pod:6312
29788 msgid ""
29789 "You must call this before calling C<guestfs_launch>, otherwise it has no "
29790 "effect."
29791 msgstr ""
29792
29793 #. type: =head2
29794 #: ../src/guestfs-actions.pod:6319
29795 msgid "guestfs_set_path"
29796 msgstr ""
29797
29798 #. type: verbatim
29799 #: ../src/guestfs-actions.pod:6321
29800 #, no-wrap
29801 msgid ""
29802 " int\n"
29803 " guestfs_set_path (guestfs_h *g,\n"
29804 "                   const char *searchpath);\n"
29805 "\n"
29806 msgstr ""
29807
29808 #. type: =head2
29809 #: ../src/guestfs-actions.pod:6336
29810 msgid "guestfs_set_pgroup"
29811 msgstr ""
29812
29813 #. type: verbatim
29814 #: ../src/guestfs-actions.pod:6338
29815 #, no-wrap
29816 msgid ""
29817 " int\n"
29818 " guestfs_set_pgroup (guestfs_h *g,\n"
29819 "                     int pgroup);\n"
29820 "\n"
29821 msgstr ""
29822
29823 #. type: =head2
29824 #: ../src/guestfs-actions.pod:6355
29825 msgid "guestfs_set_qemu"
29826 msgstr ""
29827
29828 #. type: verbatim
29829 #: ../src/guestfs-actions.pod:6357
29830 #, no-wrap
29831 msgid ""
29832 " int\n"
29833 " guestfs_set_qemu (guestfs_h *g,\n"
29834 "                   const char *qemu);\n"
29835 "\n"
29836 msgstr ""
29837
29838 #. type: =head2
29839 #: ../src/guestfs-actions.pod:6383
29840 msgid "guestfs_set_recovery_proc"
29841 msgstr ""
29842
29843 #. type: verbatim
29844 #: ../src/guestfs-actions.pod:6385
29845 #, no-wrap
29846 msgid ""
29847 " int\n"
29848 " guestfs_set_recovery_proc (guestfs_h *g,\n"
29849 "                            int recoveryproc);\n"
29850 "\n"
29851 msgstr ""
29852
29853 #. type: textblock
29854 #: ../src/guestfs-actions.pod:6389
29855 msgid ""
29856 "If this is called with the parameter C<false> then C<guestfs_launch> does "
29857 "not create a recovery process.  The purpose of the recovery process is to "
29858 "stop runaway qemu processes in the case where the main program aborts "
29859 "abruptly."
29860 msgstr ""
29861
29862 #. type: textblock
29863 #: ../src/guestfs-actions.pod:6394
29864 msgid ""
29865 "This only has any effect if called before C<guestfs_launch>, and the default "
29866 "is true."
29867 msgstr ""
29868
29869 #. type: =head2
29870 #: ../src/guestfs-actions.pod:6407
29871 msgid "guestfs_set_selinux"
29872 msgstr ""
29873
29874 #. type: verbatim
29875 #: ../src/guestfs-actions.pod:6409
29876 #, no-wrap
29877 msgid ""
29878 " int\n"
29879 " guestfs_set_selinux (guestfs_h *g,\n"
29880 "                      int selinux);\n"
29881 "\n"
29882 msgstr ""
29883
29884 #. type: =head2
29885 #: ../src/guestfs-actions.pod:6426
29886 msgid "guestfs_set_trace"
29887 msgstr ""
29888
29889 #. type: verbatim
29890 #: ../src/guestfs-actions.pod:6428
29891 #, no-wrap
29892 msgid ""
29893 " int\n"
29894 " guestfs_set_trace (guestfs_h *g,\n"
29895 "                    int trace);\n"
29896 "\n"
29897 msgstr ""
29898
29899 #. type: textblock
29900 #: ../src/guestfs-actions.pod:6442
29901 msgid ""
29902 "Trace messages are normally sent to C<stderr>, unless you register a "
29903 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
29904 msgstr ""
29905
29906 #. type: =head2
29907 #: ../src/guestfs-actions.pod:6450
29908 msgid "guestfs_set_verbose"
29909 msgstr ""
29910
29911 #. type: verbatim
29912 #: ../src/guestfs-actions.pod:6452
29913 #, no-wrap
29914 msgid ""
29915 " int\n"
29916 " guestfs_set_verbose (guestfs_h *g,\n"
29917 "                      int verbose);\n"
29918 "\n"
29919 msgstr ""
29920
29921 #. type: textblock
29922 #: ../src/guestfs-actions.pod:6461
29923 msgid ""
29924 "Verbose messages are normally sent to C<stderr>, unless you register a "
29925 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
29926 msgstr ""
29927
29928 #. type: =head2
29929 #: ../src/guestfs-actions.pod:6469
29930 msgid "guestfs_setcon"
29931 msgstr ""
29932
29933 #. type: verbatim
29934 #: ../src/guestfs-actions.pod:6471
29935 #, no-wrap
29936 msgid ""
29937 " int\n"
29938 " guestfs_setcon (guestfs_h *g,\n"
29939 "                 const char *context);\n"
29940 "\n"
29941 msgstr ""
29942
29943 #. type: =head2
29944 #: ../src/guestfs-actions.pod:6484
29945 msgid "guestfs_setxattr"
29946 msgstr ""
29947
29948 #. type: verbatim
29949 #: ../src/guestfs-actions.pod:6486
29950 #, no-wrap
29951 msgid ""
29952 " int\n"
29953 " guestfs_setxattr (guestfs_h *g,\n"
29954 "                   const char *xattr,\n"
29955 "                   const char *val,\n"
29956 "                   int vallen,\n"
29957 "                   const char *path);\n"
29958 "\n"
29959 msgstr ""
29960
29961 #. type: textblock
29962 #: ../src/guestfs-actions.pod:6497
29963 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
29964 msgstr ""
29965
29966 #. type: =head2
29967 #: ../src/guestfs-actions.pod:6503
29968 msgid "guestfs_sfdisk"
29969 msgstr ""
29970
29971 #. type: verbatim
29972 #: ../src/guestfs-actions.pod:6505
29973 #, no-wrap
29974 msgid ""
29975 " int\n"
29976 " guestfs_sfdisk (guestfs_h *g,\n"
29977 "                 const char *device,\n"
29978 "                 int cyls,\n"
29979 "                 int heads,\n"
29980 "                 int sectors,\n"
29981 "                 char *const *lines);\n"
29982 "\n"
29983 msgstr ""
29984
29985 #. type: textblock
29986 #: ../src/guestfs-actions.pod:6533
29987 msgid ""
29988 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
29989 msgstr ""
29990
29991 #. type: =head2
29992 #: ../src/guestfs-actions.pod:6550
29993 msgid "guestfs_sfdiskM"
29994 msgstr ""
29995
29996 #. type: verbatim
29997 #: ../src/guestfs-actions.pod:6552
29998 #, no-wrap
29999 msgid ""
30000 " int\n"
30001 " guestfs_sfdiskM (guestfs_h *g,\n"
30002 "                  const char *device,\n"
30003 "                  char *const *lines);\n"
30004 "\n"
30005 msgstr ""
30006
30007 #. type: textblock
30008 #: ../src/guestfs-actions.pod:6557
30009 msgid ""
30010 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
30011 "partition sizes are specified in megabytes only (rounded to the nearest "
30012 "cylinder) and you don't need to specify the cyls, heads and sectors "
30013 "parameters which were rarely if ever used anyway."
30014 msgstr ""
30015
30016 #. type: textblock
30017 #: ../src/guestfs-actions.pod:6563
30018 msgid ""
30019 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
30020 "C<guestfs_part_disk>"
30021 msgstr ""
30022
30023 #. type: =head2
30024 #: ../src/guestfs-actions.pod:6580
30025 msgid "guestfs_sfdisk_N"
30026 msgstr ""
30027
30028 #. type: verbatim
30029 #: ../src/guestfs-actions.pod:6582
30030 #, no-wrap
30031 msgid ""
30032 " int\n"
30033 " guestfs_sfdisk_N (guestfs_h *g,\n"
30034 "                   const char *device,\n"
30035 "                   int partnum,\n"
30036 "                   int cyls,\n"
30037 "                   int heads,\n"
30038 "                   int sectors,\n"
30039 "                   const char *line);\n"
30040 "\n"
30041 msgstr ""
30042
30043 #. type: textblock
30044 #: ../src/guestfs-actions.pod:6594
30045 msgid ""
30046 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
30047 "for the cyls/heads/sectors parameters."
30048 msgstr ""
30049
30050 #. type: textblock
30051 #: ../src/guestfs-actions.pod:6597
30052 msgid "See also: C<guestfs_part_add>"
30053 msgstr ""
30054
30055 #. type: =head2
30056 #: ../src/guestfs-actions.pod:6613
30057 msgid "guestfs_sfdisk_disk_geometry"
30058 msgstr ""
30059
30060 #. type: verbatim
30061 #: ../src/guestfs-actions.pod:6615
30062 #, no-wrap
30063 msgid ""
30064 " char *\n"
30065 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
30066 "                               const char *device);\n"
30067 "\n"
30068 msgstr ""
30069
30070 #. type: textblock
30071 #: ../src/guestfs-actions.pod:6619
30072 msgid ""
30073 "This displays the disk geometry of C<device> read from the partition table.  "
30074 "Especially in the case where the underlying block device has been resized, "
30075 "this can be different from the kernel's idea of the geometry (see "
30076 "C<guestfs_sfdisk_kernel_geometry>)."
30077 msgstr ""
30078
30079 #. type: =head2
30080 #: ../src/guestfs-actions.pod:6632
30081 msgid "guestfs_sfdisk_kernel_geometry"
30082 msgstr ""
30083
30084 #. type: verbatim
30085 #: ../src/guestfs-actions.pod:6634
30086 #, no-wrap
30087 msgid ""
30088 " char *\n"
30089 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
30090 "                                 const char *device);\n"
30091 "\n"
30092 msgstr ""
30093
30094 #. type: =head2
30095 #: ../src/guestfs-actions.pod:6648
30096 msgid "guestfs_sfdisk_l"
30097 msgstr ""
30098
30099 #. type: verbatim
30100 #: ../src/guestfs-actions.pod:6650
30101 #, no-wrap
30102 msgid ""
30103 " char *\n"
30104 " guestfs_sfdisk_l (guestfs_h *g,\n"
30105 "                   const char *device);\n"
30106 "\n"
30107 msgstr ""
30108
30109 #. type: textblock
30110 #: ../src/guestfs-actions.pod:6658
30111 msgid "See also: C<guestfs_part_list>"
30112 msgstr ""
30113
30114 #. type: =head2
30115 #: ../src/guestfs-actions.pod:6672
30116 msgid "guestfs_sh"
30117 msgstr ""
30118
30119 #. type: verbatim
30120 #: ../src/guestfs-actions.pod:6674
30121 #, no-wrap
30122 msgid ""
30123 " char *\n"
30124 " guestfs_sh (guestfs_h *g,\n"
30125 "             const char *command);\n"
30126 "\n"
30127 msgstr ""
30128
30129 #. type: textblock
30130 #: ../src/guestfs-actions.pod:6681
30131 msgid "This is like C<guestfs_command>, but passes the command to:"
30132 msgstr ""
30133
30134 #. type: textblock
30135 #: ../src/guestfs-actions.pod:6689
30136 msgid "All the provisos about C<guestfs_command> apply to this call."
30137 msgstr ""
30138
30139 #. type: =head2
30140 #: ../src/guestfs-actions.pod:6696
30141 msgid "guestfs_sh_lines"
30142 msgstr ""
30143
30144 #. type: verbatim
30145 #: ../src/guestfs-actions.pod:6698
30146 #, no-wrap
30147 msgid ""
30148 " char **\n"
30149 " guestfs_sh_lines (guestfs_h *g,\n"
30150 "                   const char *command);\n"
30151 "\n"
30152 msgstr ""
30153
30154 #. type: textblock
30155 #: ../src/guestfs-actions.pod:6702
30156 msgid ""
30157 "This is the same as C<guestfs_sh>, but splits the result into a list of "
30158 "lines."
30159 msgstr ""
30160
30161 #. type: textblock
30162 #: ../src/guestfs-actions.pod:6705
30163 msgid "See also: C<guestfs_command_lines>"
30164 msgstr ""
30165
30166 #. type: =head2
30167 #: ../src/guestfs-actions.pod:6713
30168 msgid "guestfs_sleep"
30169 msgstr ""
30170
30171 #. type: verbatim
30172 #: ../src/guestfs-actions.pod:6715
30173 #, no-wrap
30174 msgid ""
30175 " int\n"
30176 " guestfs_sleep (guestfs_h *g,\n"
30177 "                int secs);\n"
30178 "\n"
30179 msgstr ""
30180
30181 #. type: textblock
30182 #: ../src/guestfs-actions.pod:6723
30183 msgid "(Added in 1.0.41)"
30184 msgstr ""
30185
30186 #. type: =head2
30187 #: ../src/guestfs-actions.pod:6725 ../src/guestfs-structs.pod:109
30188 msgid "guestfs_stat"
30189 msgstr ""
30190
30191 #. type: verbatim
30192 #: ../src/guestfs-actions.pod:6727
30193 #, no-wrap
30194 msgid ""
30195 " struct guestfs_stat *\n"
30196 " guestfs_stat (guestfs_h *g,\n"
30197 "               const char *path);\n"
30198 "\n"
30199 msgstr ""
30200
30201 #. type: =head2
30202 #: ../src/guestfs-actions.pod:6741 ../src/guestfs-structs.pod:135
30203 msgid "guestfs_statvfs"
30204 msgstr ""
30205
30206 #. type: verbatim
30207 #: ../src/guestfs-actions.pod:6743
30208 #, no-wrap
30209 msgid ""
30210 " struct guestfs_statvfs *\n"
30211 " guestfs_statvfs (guestfs_h *g,\n"
30212 "                  const char *path);\n"
30213 "\n"
30214 msgstr ""
30215
30216 #. type: textblock
30217 #: ../src/guestfs-actions.pod:6753
30218 msgid ""
30219 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
30220 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
30221 msgstr ""
30222
30223 #. type: =head2
30224 #: ../src/guestfs-actions.pod:6759
30225 msgid "guestfs_strings"
30226 msgstr ""
30227
30228 #. type: verbatim
30229 #: ../src/guestfs-actions.pod:6761
30230 #, no-wrap
30231 msgid ""
30232 " char **\n"
30233 " guestfs_strings (guestfs_h *g,\n"
30234 "                  const char *path);\n"
30235 "\n"
30236 msgstr ""
30237
30238 #. type: =head2
30239 #: ../src/guestfs-actions.pod:6777
30240 msgid "guestfs_strings_e"
30241 msgstr ""
30242
30243 #. type: verbatim
30244 #: ../src/guestfs-actions.pod:6779
30245 #, no-wrap
30246 msgid ""
30247 " char **\n"
30248 " guestfs_strings_e (guestfs_h *g,\n"
30249 "                    const char *encoding,\n"
30250 "                    const char *path);\n"
30251 "\n"
30252 msgstr ""
30253
30254 #. type: textblock
30255 #: ../src/guestfs-actions.pod:6784
30256 msgid ""
30257 "This is like the C<guestfs_strings> command, but allows you to specify the "
30258 "encoding of strings that are looked for in the source file C<path>."
30259 msgstr ""
30260
30261 #. type: textblock
30262 #: ../src/guestfs-actions.pod:6794
30263 msgid ""
30264 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30265 "ISO-8859-X (this is what C<guestfs_strings> uses)."
30266 msgstr ""
30267
30268 #. type: =head2
30269 #: ../src/guestfs-actions.pod:6832
30270 msgid "guestfs_swapoff_device"
30271 msgstr ""
30272
30273 #. type: verbatim
30274 #: ../src/guestfs-actions.pod:6834
30275 #, no-wrap
30276 msgid ""
30277 " int\n"
30278 " guestfs_swapoff_device (guestfs_h *g,\n"
30279 "                         const char *device);\n"
30280 "\n"
30281 msgstr ""
30282
30283 #. type: textblock
30284 #: ../src/guestfs-actions.pod:6838
30285 msgid ""
30286 "This command disables the libguestfs appliance swap device or partition "
30287 "named C<device>.  See C<guestfs_swapon_device>."
30288 msgstr ""
30289
30290 #. type: =head2
30291 #: ../src/guestfs-actions.pod:6846
30292 msgid "guestfs_swapoff_file"
30293 msgstr ""
30294
30295 #. type: verbatim
30296 #: ../src/guestfs-actions.pod:6848
30297 #, no-wrap
30298 msgid ""
30299 " int\n"
30300 " guestfs_swapoff_file (guestfs_h *g,\n"
30301 "                       const char *file);\n"
30302 "\n"
30303 msgstr ""
30304
30305 #. type: =head2
30306 #: ../src/guestfs-actions.pod:6858
30307 msgid "guestfs_swapoff_label"
30308 msgstr ""
30309
30310 #. type: verbatim
30311 #: ../src/guestfs-actions.pod:6860
30312 #, no-wrap
30313 msgid ""
30314 " int\n"
30315 " guestfs_swapoff_label (guestfs_h *g,\n"
30316 "                        const char *label);\n"
30317 "\n"
30318 msgstr ""
30319
30320 #. type: =head2
30321 #: ../src/guestfs-actions.pod:6871
30322 msgid "guestfs_swapoff_uuid"
30323 msgstr ""
30324
30325 #. type: verbatim
30326 #: ../src/guestfs-actions.pod:6873
30327 #, no-wrap
30328 msgid ""
30329 " int\n"
30330 " guestfs_swapoff_uuid (guestfs_h *g,\n"
30331 "                       const char *uuid);\n"
30332 "\n"
30333 msgstr ""
30334
30335 #. type: =head2
30336 #: ../src/guestfs-actions.pod:6884
30337 msgid "guestfs_swapon_device"
30338 msgstr ""
30339
30340 #. type: verbatim
30341 #: ../src/guestfs-actions.pod:6886
30342 #, no-wrap
30343 msgid ""
30344 " int\n"
30345 " guestfs_swapon_device (guestfs_h *g,\n"
30346 "                        const char *device);\n"
30347 "\n"
30348 msgstr ""
30349
30350 #. type: textblock
30351 #: ../src/guestfs-actions.pod:6890
30352 msgid ""
30353 "This command enables the libguestfs appliance to use the swap device or "
30354 "partition named C<device>.  The increased memory is made available for all "
30355 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
30356 msgstr ""
30357
30358 #. type: =head2
30359 #: ../src/guestfs-actions.pod:6906
30360 msgid "guestfs_swapon_file"
30361 msgstr ""
30362
30363 #. type: verbatim
30364 #: ../src/guestfs-actions.pod:6908
30365 #, no-wrap
30366 msgid ""
30367 " int\n"
30368 " guestfs_swapon_file (guestfs_h *g,\n"
30369 "                      const char *file);\n"
30370 "\n"
30371 msgstr ""
30372
30373 #. type: textblock
30374 #: ../src/guestfs-actions.pod:6912
30375 msgid ""
30376 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
30377 "notes."
30378 msgstr ""
30379
30380 #. type: =head2
30381 #: ../src/guestfs-actions.pod:6919
30382 msgid "guestfs_swapon_label"
30383 msgstr ""
30384
30385 #. type: verbatim
30386 #: ../src/guestfs-actions.pod:6921
30387 #, no-wrap
30388 msgid ""
30389 " int\n"
30390 " guestfs_swapon_label (guestfs_h *g,\n"
30391 "                       const char *label);\n"
30392 "\n"
30393 msgstr ""
30394
30395 #. type: textblock
30396 #: ../src/guestfs-actions.pod:6925
30397 msgid ""
30398 "This command enables swap to a labeled swap partition.  See "
30399 "C<guestfs_swapon_device> for other notes."
30400 msgstr ""
30401
30402 #. type: =head2
30403 #: ../src/guestfs-actions.pod:6932
30404 msgid "guestfs_swapon_uuid"
30405 msgstr ""
30406
30407 #. type: verbatim
30408 #: ../src/guestfs-actions.pod:6934
30409 #, no-wrap
30410 msgid ""
30411 " int\n"
30412 " guestfs_swapon_uuid (guestfs_h *g,\n"
30413 "                      const char *uuid);\n"
30414 "\n"
30415 msgstr ""
30416
30417 #. type: textblock
30418 #: ../src/guestfs-actions.pod:6938
30419 msgid ""
30420 "This command enables swap to a swap partition with the given UUID.  See "
30421 "C<guestfs_swapon_device> for other notes."
30422 msgstr ""
30423
30424 #. type: =head2
30425 #: ../src/guestfs-actions.pod:6945
30426 msgid "guestfs_sync"
30427 msgstr ""
30428
30429 #. type: verbatim
30430 #: ../src/guestfs-actions.pod:6947
30431 #, no-wrap
30432 msgid ""
30433 " int\n"
30434 " guestfs_sync (guestfs_h *g);\n"
30435 "\n"
30436 msgstr ""
30437
30438 #. type: =head2
30439 #: ../src/guestfs-actions.pod:6960
30440 msgid "guestfs_tail"
30441 msgstr ""
30442
30443 #. type: verbatim
30444 #: ../src/guestfs-actions.pod:6962
30445 #, no-wrap
30446 msgid ""
30447 " char **\n"
30448 " guestfs_tail (guestfs_h *g,\n"
30449 "               const char *path);\n"
30450 "\n"
30451 msgstr ""
30452
30453 #. type: =head2
30454 #: ../src/guestfs-actions.pod:6978
30455 msgid "guestfs_tail_n"
30456 msgstr ""
30457
30458 #. type: verbatim
30459 #: ../src/guestfs-actions.pod:6980
30460 #, no-wrap
30461 msgid ""
30462 " char **\n"
30463 " guestfs_tail_n (guestfs_h *g,\n"
30464 "                 int nrlines,\n"
30465 "                 const char *path);\n"
30466 "\n"
30467 msgstr ""
30468
30469 #. type: =head2
30470 #: ../src/guestfs-actions.pod:7002
30471 msgid "guestfs_tar_in"
30472 msgstr ""
30473
30474 #. type: verbatim
30475 #: ../src/guestfs-actions.pod:7004
30476 #, no-wrap
30477 msgid ""
30478 " int\n"
30479 " guestfs_tar_in (guestfs_h *g,\n"
30480 "                 const char *tarfile,\n"
30481 "                 const char *directory);\n"
30482 "\n"
30483 msgstr ""
30484
30485 #. type: textblock
30486 #: ../src/guestfs-actions.pod:7012
30487 msgid ""
30488 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
30489 msgstr ""
30490
30491 #. type: textblock
30492 #: ../src/guestfs-actions.pod:7017 ../src/guestfs-actions.pod:7034
30493 #: ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7066
30494 msgid "(Added in 1.0.3)"
30495 msgstr ""
30496
30497 #. type: =head2
30498 #: ../src/guestfs-actions.pod:7019
30499 msgid "guestfs_tar_out"
30500 msgstr ""
30501
30502 #. type: verbatim
30503 #: ../src/guestfs-actions.pod:7021
30504 #, no-wrap
30505 msgid ""
30506 " int\n"
30507 " guestfs_tar_out (guestfs_h *g,\n"
30508 "                  const char *directory,\n"
30509 "                  const char *tarfile);\n"
30510 "\n"
30511 msgstr ""
30512
30513 #. type: textblock
30514 #: ../src/guestfs-actions.pod:7029
30515 msgid ""
30516 "To download a compressed tarball, use C<guestfs_tgz_out> or "
30517 "C<guestfs_txz_out>."
30518 msgstr ""
30519
30520 #. type: =head2
30521 #: ../src/guestfs-actions.pod:7036
30522 msgid "guestfs_tgz_in"
30523 msgstr ""
30524
30525 #. type: verbatim
30526 #: ../src/guestfs-actions.pod:7038
30527 #, no-wrap
30528 msgid ""
30529 " int\n"
30530 " guestfs_tgz_in (guestfs_h *g,\n"
30531 "                 const char *tarball,\n"
30532 "                 const char *directory);\n"
30533 "\n"
30534 msgstr ""
30535
30536 #. type: textblock
30537 #: ../src/guestfs-actions.pod:7046
30538 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
30539 msgstr ""
30540
30541 #. type: =head2
30542 #: ../src/guestfs-actions.pod:7052
30543 msgid "guestfs_tgz_out"
30544 msgstr ""
30545
30546 #. type: verbatim
30547 #: ../src/guestfs-actions.pod:7054
30548 #, no-wrap
30549 msgid ""
30550 " int\n"
30551 " guestfs_tgz_out (guestfs_h *g,\n"
30552 "                  const char *directory,\n"
30553 "                  const char *tarball);\n"
30554 "\n"
30555 msgstr ""
30556
30557 #. type: textblock
30558 #: ../src/guestfs-actions.pod:7062
30559 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
30560 msgstr ""
30561
30562 #. type: =head2
30563 #: ../src/guestfs-actions.pod:7068
30564 msgid "guestfs_touch"
30565 msgstr ""
30566
30567 #. type: verbatim
30568 #: ../src/guestfs-actions.pod:7070
30569 #, no-wrap
30570 msgid ""
30571 " int\n"
30572 " guestfs_touch (guestfs_h *g,\n"
30573 "                const char *path);\n"
30574 "\n"
30575 msgstr ""
30576
30577 #. type: =head2
30578 #: ../src/guestfs-actions.pod:7085
30579 msgid "guestfs_truncate"
30580 msgstr ""
30581
30582 #. type: verbatim
30583 #: ../src/guestfs-actions.pod:7087
30584 #, no-wrap
30585 msgid ""
30586 " int\n"
30587 " guestfs_truncate (guestfs_h *g,\n"
30588 "                   const char *path);\n"
30589 "\n"
30590 msgstr ""
30591
30592 #. type: =head2
30593 #: ../src/guestfs-actions.pod:7098
30594 msgid "guestfs_truncate_size"
30595 msgstr ""
30596
30597 #. type: verbatim
30598 #: ../src/guestfs-actions.pod:7100
30599 #, no-wrap
30600 msgid ""
30601 " int\n"
30602 " guestfs_truncate_size (guestfs_h *g,\n"
30603 "                        const char *path,\n"
30604 "                        int64_t size);\n"
30605 "\n"
30606 msgstr ""
30607
30608 #. type: textblock
30609 #: ../src/guestfs-actions.pod:7108
30610 msgid ""
30611 "If the current file size is less than C<size> then the file is extended to "
30612 "the required size with zero bytes.  This creates a sparse file (ie. disk "
30613 "blocks are not allocated for the file until you write to it).  To create a "
30614 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
30615 msgstr ""
30616
30617 #. type: =head2
30618 #: ../src/guestfs-actions.pod:7118
30619 msgid "guestfs_tune2fs_l"
30620 msgstr ""
30621
30622 #. type: verbatim
30623 #: ../src/guestfs-actions.pod:7120
30624 #, no-wrap
30625 msgid ""
30626 " char **\n"
30627 " guestfs_tune2fs_l (guestfs_h *g,\n"
30628 "                    const char *device);\n"
30629 "\n"
30630 msgstr ""
30631
30632 #. type: =head2
30633 #: ../src/guestfs-actions.pod:7140
30634 msgid "guestfs_txz_in"
30635 msgstr ""
30636
30637 #. type: verbatim
30638 #: ../src/guestfs-actions.pod:7142
30639 #, no-wrap
30640 msgid ""
30641 " int\n"
30642 " guestfs_txz_in (guestfs_h *g,\n"
30643 "                 const char *tarball,\n"
30644 "                 const char *directory);\n"
30645 "\n"
30646 msgstr ""
30647
30648 #. type: =head2
30649 #: ../src/guestfs-actions.pod:7154
30650 msgid "guestfs_txz_out"
30651 msgstr ""
30652
30653 #. type: verbatim
30654 #: ../src/guestfs-actions.pod:7156
30655 #, no-wrap
30656 msgid ""
30657 " int\n"
30658 " guestfs_txz_out (guestfs_h *g,\n"
30659 "                  const char *directory,\n"
30660 "                  const char *tarball);\n"
30661 "\n"
30662 msgstr ""
30663
30664 #. type: =head2
30665 #: ../src/guestfs-actions.pod:7168
30666 msgid "guestfs_umask"
30667 msgstr ""
30668
30669 #. type: verbatim
30670 #: ../src/guestfs-actions.pod:7170
30671 #, no-wrap
30672 msgid ""
30673 " int\n"
30674 " guestfs_umask (guestfs_h *g,\n"
30675 "                int mask);\n"
30676 "\n"
30677 msgstr ""
30678
30679 #. type: textblock
30680 #: ../src/guestfs-actions.pod:7186
30681 msgid ""
30682 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
30683 "C<guestfs_mkdir>."
30684 msgstr ""
30685
30686 #. type: =head2
30687 #: ../src/guestfs-actions.pod:7195
30688 msgid "guestfs_umount"
30689 msgstr ""
30690
30691 #. type: verbatim
30692 #: ../src/guestfs-actions.pod:7197
30693 #, no-wrap
30694 msgid ""
30695 " int\n"
30696 " guestfs_umount (guestfs_h *g,\n"
30697 "                 const char *pathordevice);\n"
30698 "\n"
30699 msgstr ""
30700
30701 #. type: =head2
30702 #: ../src/guestfs-actions.pod:7209
30703 msgid "guestfs_umount_all"
30704 msgstr ""
30705
30706 #. type: verbatim
30707 #: ../src/guestfs-actions.pod:7211
30708 #, no-wrap
30709 msgid ""
30710 " int\n"
30711 " guestfs_umount_all (guestfs_h *g);\n"
30712 "\n"
30713 msgstr ""
30714
30715 #. type: =head2
30716 #: ../src/guestfs-actions.pod:7222
30717 msgid "guestfs_upload"
30718 msgstr ""
30719
30720 #. type: verbatim
30721 #: ../src/guestfs-actions.pod:7224
30722 #, no-wrap
30723 msgid ""
30724 " int\n"
30725 " guestfs_upload (guestfs_h *g,\n"
30726 "                 const char *filename,\n"
30727 "                 const char *remotefilename);\n"
30728 "\n"
30729 msgstr ""
30730
30731 #. type: textblock
30732 #: ../src/guestfs-actions.pod:7234
30733 msgid "See also C<guestfs_download>."
30734 msgstr ""
30735
30736 #. type: =head2
30737 #: ../src/guestfs-actions.pod:7245
30738 msgid "guestfs_upload_offset"
30739 msgstr ""
30740
30741 #. type: verbatim
30742 #: ../src/guestfs-actions.pod:7247
30743 #, no-wrap
30744 msgid ""
30745 " int\n"
30746 " guestfs_upload_offset (guestfs_h *g,\n"
30747 "                        const char *filename,\n"
30748 "                        const char *remotefilename,\n"
30749 "                        int64_t offset);\n"
30750 "\n"
30751 msgstr ""
30752
30753 #. type: textblock
30754 #: ../src/guestfs-actions.pod:7263
30755 msgid ""
30756 "Note that there is no limit on the amount of data that can be uploaded with "
30757 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
30758 "full amount unless an error occurs."
30759 msgstr ""
30760
30761 #. type: textblock
30762 #: ../src/guestfs-actions.pod:7268
30763 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
30764 msgstr ""
30765
30766 #. type: =head2
30767 #: ../src/guestfs-actions.pod:7279
30768 msgid "guestfs_utimens"
30769 msgstr ""
30770
30771 #. type: verbatim
30772 #: ../src/guestfs-actions.pod:7281
30773 #, no-wrap
30774 msgid ""
30775 " int\n"
30776 " guestfs_utimens (guestfs_h *g,\n"
30777 "                  const char *path,\n"
30778 "                  int64_t atsecs,\n"
30779 "                  int64_t atnsecs,\n"
30780 "                  int64_t mtsecs,\n"
30781 "                  int64_t mtnsecs);\n"
30782 "\n"
30783 msgstr ""
30784
30785 #. type: =head2
30786 #: ../src/guestfs-actions.pod:7310 ../src/guestfs-structs.pod:175
30787 msgid "guestfs_version"
30788 msgstr ""
30789
30790 #. type: verbatim
30791 #: ../src/guestfs-actions.pod:7312
30792 #, no-wrap
30793 msgid ""
30794 " struct guestfs_version *\n"
30795 " guestfs_version (guestfs_h *g);\n"
30796 "\n"
30797 msgstr ""
30798
30799 #. type: textblock
30800 #: ../src/guestfs-actions.pod:7340
30801 msgid ""
30802 "I<Note:> Don't use this call to test for availability of features.  In "
30803 "enterprise distributions we backport features from later versions into "
30804 "earlier versions, making this an unreliable way to test for features.  Use "
30805 "C<guestfs_available> instead."
30806 msgstr ""
30807
30808 #. type: textblock
30809 #: ../src/guestfs-actions.pod:7346
30810 msgid ""
30811 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
30812 "error.  I<The caller must call C<guestfs_free_version> after use>."
30813 msgstr ""
30814
30815 #. type: textblock
30816 #: ../src/guestfs-actions.pod:7350
30817 msgid "(Added in 1.0.58)"
30818 msgstr ""
30819
30820 #. type: =head2
30821 #: ../src/guestfs-actions.pod:7352
30822 msgid "guestfs_vfs_label"
30823 msgstr ""
30824
30825 #. type: verbatim
30826 #: ../src/guestfs-actions.pod:7354
30827 #, no-wrap
30828 msgid ""
30829 " char *\n"
30830 " guestfs_vfs_label (guestfs_h *g,\n"
30831 "                    const char *device);\n"
30832 "\n"
30833 msgstr ""
30834
30835 #. type: textblock
30836 #: ../src/guestfs-actions.pod:7363
30837 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
30838 msgstr ""
30839
30840 #. type: textblock
30841 #: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:7405
30842 msgid "(Added in 1.3.18)"
30843 msgstr ""
30844
30845 #. type: =head2
30846 #: ../src/guestfs-actions.pod:7370
30847 msgid "guestfs_vfs_type"
30848 msgstr ""
30849
30850 #. type: verbatim
30851 #: ../src/guestfs-actions.pod:7372
30852 #, no-wrap
30853 msgid ""
30854 " char *\n"
30855 " guestfs_vfs_type (guestfs_h *g,\n"
30856 "                   const char *device);\n"
30857 "\n"
30858 msgstr ""
30859
30860 #. type: =head2
30861 #: ../src/guestfs-actions.pod:7389
30862 msgid "guestfs_vfs_uuid"
30863 msgstr ""
30864
30865 #. type: verbatim
30866 #: ../src/guestfs-actions.pod:7391
30867 #, no-wrap
30868 msgid ""
30869 " char *\n"
30870 " guestfs_vfs_uuid (guestfs_h *g,\n"
30871 "                   const char *device);\n"
30872 "\n"
30873 msgstr ""
30874
30875 #. type: textblock
30876 #: ../src/guestfs-actions.pod:7400
30877 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
30878 msgstr ""
30879
30880 #. type: =head2
30881 #: ../src/guestfs-actions.pod:7407
30882 msgid "guestfs_vg_activate"
30883 msgstr ""
30884
30885 #. type: verbatim
30886 #: ../src/guestfs-actions.pod:7409
30887 #, no-wrap
30888 msgid ""
30889 " int\n"
30890 " guestfs_vg_activate (guestfs_h *g,\n"
30891 "                      int activate,\n"
30892 "                      char *const *volgroups);\n"
30893 "\n"
30894 msgstr ""
30895
30896 #. type: =head2
30897 #: ../src/guestfs-actions.pod:7426
30898 msgid "guestfs_vg_activate_all"
30899 msgstr ""
30900
30901 #. type: verbatim
30902 #: ../src/guestfs-actions.pod:7428
30903 #, no-wrap
30904 msgid ""
30905 " int\n"
30906 " guestfs_vg_activate_all (guestfs_h *g,\n"
30907 "                          int activate);\n"
30908 "\n"
30909 msgstr ""
30910
30911 #. type: =head2
30912 #: ../src/guestfs-actions.pod:7441
30913 msgid "guestfs_vgcreate"
30914 msgstr ""
30915
30916 #. type: verbatim
30917 #: ../src/guestfs-actions.pod:7443
30918 #, no-wrap
30919 msgid ""
30920 " int\n"
30921 " guestfs_vgcreate (guestfs_h *g,\n"
30922 "                   const char *volgroup,\n"
30923 "                   char *const *physvols);\n"
30924 "\n"
30925 msgstr ""
30926
30927 #. type: =head2
30928 #: ../src/guestfs-actions.pod:7455
30929 msgid "guestfs_vglvuuids"
30930 msgstr ""
30931
30932 #. type: verbatim
30933 #: ../src/guestfs-actions.pod:7457
30934 #, no-wrap
30935 msgid ""
30936 " char **\n"
30937 " guestfs_vglvuuids (guestfs_h *g,\n"
30938 "                    const char *vgname);\n"
30939 "\n"
30940 msgstr ""
30941
30942 #. type: textblock
30943 #: ../src/guestfs-actions.pod:7464
30944 msgid ""
30945 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
30946 "associate logical volumes and volume groups."
30947 msgstr ""
30948
30949 #. type: textblock
30950 #: ../src/guestfs-actions.pod:7467
30951 msgid "See also C<guestfs_vgpvuuids>."
30952 msgstr ""
30953
30954 #. type: =head2
30955 #: ../src/guestfs-actions.pod:7475
30956 msgid "guestfs_vgpvuuids"
30957 msgstr ""
30958
30959 #. type: verbatim
30960 #: ../src/guestfs-actions.pod:7477
30961 #, no-wrap
30962 msgid ""
30963 " char **\n"
30964 " guestfs_vgpvuuids (guestfs_h *g,\n"
30965 "                    const char *vgname);\n"
30966 "\n"
30967 msgstr ""
30968
30969 #. type: textblock
30970 #: ../src/guestfs-actions.pod:7484
30971 msgid ""
30972 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
30973 "associate physical volumes and volume groups."
30974 msgstr ""
30975
30976 #. type: textblock
30977 #: ../src/guestfs-actions.pod:7487
30978 msgid "See also C<guestfs_vglvuuids>."
30979 msgstr ""
30980
30981 #. type: =head2
30982 #: ../src/guestfs-actions.pod:7495
30983 msgid "guestfs_vgremove"
30984 msgstr ""
30985
30986 #. type: verbatim
30987 #: ../src/guestfs-actions.pod:7497
30988 #, no-wrap
30989 msgid ""
30990 " int\n"
30991 " guestfs_vgremove (guestfs_h *g,\n"
30992 "                   const char *vgname);\n"
30993 "\n"
30994 msgstr ""
30995
30996 #. type: =head2
30997 #: ../src/guestfs-actions.pod:7510
30998 msgid "guestfs_vgrename"
30999 msgstr ""
31000
31001 #. type: verbatim
31002 #: ../src/guestfs-actions.pod:7512
31003 #, no-wrap
31004 msgid ""
31005 " int\n"
31006 " guestfs_vgrename (guestfs_h *g,\n"
31007 "                   const char *volgroup,\n"
31008 "                   const char *newvolgroup);\n"
31009 "\n"
31010 msgstr ""
31011
31012 #. type: =head2
31013 #: ../src/guestfs-actions.pod:7523
31014 msgid "guestfs_vgs"
31015 msgstr ""
31016
31017 #. type: verbatim
31018 #: ../src/guestfs-actions.pod:7525
31019 #, no-wrap
31020 msgid ""
31021 " char **\n"
31022 " guestfs_vgs (guestfs_h *g);\n"
31023 "\n"
31024 msgstr ""
31025
31026 #. type: textblock
31027 #: ../src/guestfs-actions.pod:7534
31028 msgid "See also C<guestfs_vgs_full>."
31029 msgstr ""
31030
31031 #. type: =head2
31032 #: ../src/guestfs-actions.pod:7542
31033 msgid "guestfs_vgs_full"
31034 msgstr ""
31035
31036 #. type: verbatim
31037 #: ../src/guestfs-actions.pod:7544
31038 #, no-wrap
31039 msgid ""
31040 " struct guestfs_lvm_vg_list *\n"
31041 " guestfs_vgs_full (guestfs_h *g);\n"
31042 "\n"
31043 msgstr ""
31044
31045 #. type: textblock
31046 #: ../src/guestfs-actions.pod:7550
31047 msgid ""
31048 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
31049 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
31050 msgstr ""
31051
31052 #. type: =head2
31053 #: ../src/guestfs-actions.pod:7556
31054 msgid "guestfs_vgscan"
31055 msgstr ""
31056
31057 #. type: verbatim
31058 #: ../src/guestfs-actions.pod:7558
31059 #, no-wrap
31060 msgid ""
31061 " int\n"
31062 " guestfs_vgscan (guestfs_h *g);\n"
31063 "\n"
31064 msgstr ""
31065
31066 #. type: =head2
31067 #: ../src/guestfs-actions.pod:7568
31068 msgid "guestfs_vguuid"
31069 msgstr ""
31070
31071 #. type: verbatim
31072 #: ../src/guestfs-actions.pod:7570
31073 #, no-wrap
31074 msgid ""
31075 " char *\n"
31076 " guestfs_vguuid (guestfs_h *g,\n"
31077 "                 const char *vgname);\n"
31078 "\n"
31079 msgstr ""
31080
31081 #. type: =head2
31082 #: ../src/guestfs-actions.pod:7581
31083 msgid "guestfs_wait_ready"
31084 msgstr ""
31085
31086 #. type: verbatim
31087 #: ../src/guestfs-actions.pod:7583
31088 #, no-wrap
31089 msgid ""
31090 " int\n"
31091 " guestfs_wait_ready (guestfs_h *g);\n"
31092 "\n"
31093 msgstr ""
31094
31095 #. type: textblock
31096 #: ../src/guestfs-actions.pod:7586
31097 msgid "This function is a no op."
31098 msgstr ""
31099
31100 #. type: textblock
31101 #: ../src/guestfs-actions.pod:7588
31102 msgid ""
31103 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
31104 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
31105 "is no longer necessary because C<guestfs_launch> now does the waiting."
31106 msgstr ""
31107
31108 #. type: textblock
31109 #: ../src/guestfs-actions.pod:7593
31110 msgid ""
31111 "If you see any calls to this function in code then you can just remove them, "
31112 "unless you want to retain compatibility with older versions of the API."
31113 msgstr ""
31114
31115 #. type: textblock
31116 #: ../src/guestfs-actions.pod:7599
31117 msgid ""
31118 "This function is deprecated.  In new code, use the C<launch> call instead."
31119 msgstr ""
31120
31121 #. type: =head2
31122 #: ../src/guestfs-actions.pod:7608
31123 msgid "guestfs_wc_c"
31124 msgstr ""
31125
31126 #. type: verbatim
31127 #: ../src/guestfs-actions.pod:7610
31128 #, no-wrap
31129 msgid ""
31130 " int\n"
31131 " guestfs_wc_c (guestfs_h *g,\n"
31132 "               const char *path);\n"
31133 "\n"
31134 msgstr ""
31135
31136 #. type: =head2
31137 #: ../src/guestfs-actions.pod:7621
31138 msgid "guestfs_wc_l"
31139 msgstr ""
31140
31141 #. type: verbatim
31142 #: ../src/guestfs-actions.pod:7623
31143 #, no-wrap
31144 msgid ""
31145 " int\n"
31146 " guestfs_wc_l (guestfs_h *g,\n"
31147 "               const char *path);\n"
31148 "\n"
31149 msgstr ""
31150
31151 #. type: =head2
31152 #: ../src/guestfs-actions.pod:7634
31153 msgid "guestfs_wc_w"
31154 msgstr ""
31155
31156 #. type: verbatim
31157 #: ../src/guestfs-actions.pod:7636
31158 #, no-wrap
31159 msgid ""
31160 " int\n"
31161 " guestfs_wc_w (guestfs_h *g,\n"
31162 "               const char *path);\n"
31163 "\n"
31164 msgstr ""
31165
31166 #. type: =head2
31167 #: ../src/guestfs-actions.pod:7647
31168 msgid "guestfs_write"
31169 msgstr ""
31170
31171 #. type: verbatim
31172 #: ../src/guestfs-actions.pod:7649
31173 #, no-wrap
31174 msgid ""
31175 " int\n"
31176 " guestfs_write (guestfs_h *g,\n"
31177 "                const char *path,\n"
31178 "                const char *content,\n"
31179 "                size_t content_size);\n"
31180 "\n"
31181 msgstr ""
31182
31183 #. type: textblock
31184 #: ../src/guestfs-actions.pod:7658
31185 msgid "See also C<guestfs_write_append>."
31186 msgstr ""
31187
31188 #. type: =head2
31189 #: ../src/guestfs-actions.pod:7667
31190 msgid "guestfs_write_append"
31191 msgstr ""
31192
31193 #. type: verbatim
31194 #: ../src/guestfs-actions.pod:7669
31195 #, no-wrap
31196 msgid ""
31197 " int\n"
31198 " guestfs_write_append (guestfs_h *g,\n"
31199 "                       const char *path,\n"
31200 "                       const char *content,\n"
31201 "                       size_t content_size);\n"
31202 "\n"
31203 msgstr ""
31204
31205 #. type: textblock
31206 #: ../src/guestfs-actions.pod:7678
31207 msgid "See also C<guestfs_write>."
31208 msgstr ""
31209
31210 #. type: =head2
31211 #: ../src/guestfs-actions.pod:7687
31212 msgid "guestfs_write_file"
31213 msgstr "guestfs_write_file"
31214
31215 #. type: verbatim
31216 #: ../src/guestfs-actions.pod:7689
31217 #, no-wrap
31218 msgid ""
31219 " int\n"
31220 " guestfs_write_file (guestfs_h *g,\n"
31221 "                     const char *path,\n"
31222 "                     const char *content,\n"
31223 "                     int size);\n"
31224 "\n"
31225 msgstr ""
31226 " int\n"
31227 " guestfs_write_file (guestfs_h *g,\n"
31228 "                     const char *path,\n"
31229 "                     const char *content,\n"
31230 "                     int size);\n"
31231 "\n"
31232
31233 #. type: =head2
31234 #: ../src/guestfs-actions.pod:7720
31235 msgid "guestfs_zegrep"
31236 msgstr "guestfs_zegrep"
31237
31238 #. type: verbatim
31239 #: ../src/guestfs-actions.pod:7722
31240 #, no-wrap
31241 msgid ""
31242 " char **\n"
31243 " guestfs_zegrep (guestfs_h *g,\n"
31244 "                 const char *regex,\n"
31245 "                 const char *path);\n"
31246 "\n"
31247 msgstr ""
31248 " char **\n"
31249 " guestfs_zegrep (guestfs_h *g,\n"
31250 "                 const char *regex,\n"
31251 "                 const char *path);\n"
31252 "\n"
31253
31254 #. type: =head2
31255 #: ../src/guestfs-actions.pod:7739
31256 msgid "guestfs_zegrepi"
31257 msgstr "guestfs_zegrepi"
31258
31259 #. type: verbatim
31260 #: ../src/guestfs-actions.pod:7741
31261 #, no-wrap
31262 msgid ""
31263 " char **\n"
31264 " guestfs_zegrepi (guestfs_h *g,\n"
31265 "                  const char *regex,\n"
31266 "                  const char *path);\n"
31267 "\n"
31268 msgstr ""
31269 " char **\n"
31270 " guestfs_zegrepi (guestfs_h *g,\n"
31271 "                  const char *regex,\n"
31272 "                  const char *path);\n"
31273 "\n"
31274
31275 #. type: =head2
31276 #: ../src/guestfs-actions.pod:7758
31277 msgid "guestfs_zero"
31278 msgstr "guestfs_zero"
31279
31280 #. type: verbatim
31281 #: ../src/guestfs-actions.pod:7760
31282 #, no-wrap
31283 msgid ""
31284 " int\n"
31285 " guestfs_zero (guestfs_h *g,\n"
31286 "               const char *device);\n"
31287 "\n"
31288 msgstr ""
31289 " int\n"
31290 " guestfs_zero (guestfs_h *g,\n"
31291 "               const char *device);\n"
31292 "\n"
31293
31294 #. type: textblock
31295 #: ../src/guestfs-actions.pod:7770
31296 msgid ""
31297 "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
31298 "C<guestfs_is_zero_device>"
31299 msgstr ""
31300
31301 #. type: =head2
31302 #: ../src/guestfs-actions.pod:7782
31303 msgid "guestfs_zero_device"
31304 msgstr "guestfs_zero_device"
31305
31306 #. type: verbatim
31307 #: ../src/guestfs-actions.pod:7784
31308 #, no-wrap
31309 msgid ""
31310 " int\n"
31311 " guestfs_zero_device (guestfs_h *g,\n"
31312 "                      const char *device);\n"
31313 "\n"
31314 msgstr ""
31315 " int\n"
31316 " guestfs_zero_device (guestfs_h *g,\n"
31317 "                      const char *device);\n"
31318 "\n"
31319
31320 #. type: textblock
31321 #: ../src/guestfs-actions.pod:7788
31322 msgid ""
31323 "This command writes zeroes over the entire C<device>.  Compare with "
31324 "C<guestfs_zero> which just zeroes the first few blocks of a device."
31325 msgstr ""
31326
31327 #. type: textblock
31328 #: ../src/guestfs-actions.pod:7802
31329 msgid "(Added in 1.3.1)"
31330 msgstr "(Додано у 1.3.1)"
31331
31332 #. type: =head2
31333 #: ../src/guestfs-actions.pod:7804
31334 msgid "guestfs_zerofree"
31335 msgstr "guestfs_zerofree"
31336
31337 #. type: verbatim
31338 #: ../src/guestfs-actions.pod:7806
31339 #, no-wrap
31340 msgid ""
31341 " int\n"
31342 " guestfs_zerofree (guestfs_h *g,\n"
31343 "                   const char *device);\n"
31344 "\n"
31345 msgstr ""
31346 " int\n"
31347 " guestfs_zerofree (guestfs_h *g,\n"
31348 "                   const char *device);\n"
31349 "\n"
31350
31351 #. type: =head2
31352 #: ../src/guestfs-actions.pod:7825
31353 msgid "guestfs_zfgrep"
31354 msgstr "guestfs_zfgrep"
31355
31356 #. type: verbatim
31357 #: ../src/guestfs-actions.pod:7827
31358 #, no-wrap
31359 msgid ""
31360 " char **\n"
31361 " guestfs_zfgrep (guestfs_h *g,\n"
31362 "                 const char *pattern,\n"
31363 "                 const char *path);\n"
31364 "\n"
31365 msgstr ""
31366 " char **\n"
31367 " guestfs_zfgrep (guestfs_h *g,\n"
31368 "                 const char *pattern,\n"
31369 "                 const char *path);\n"
31370 "\n"
31371
31372 #. type: =head2
31373 #: ../src/guestfs-actions.pod:7844
31374 msgid "guestfs_zfgrepi"
31375 msgstr "guestfs_zfgrepi"
31376
31377 #. type: verbatim
31378 #: ../src/guestfs-actions.pod:7846
31379 #, no-wrap
31380 msgid ""
31381 " char **\n"
31382 " guestfs_zfgrepi (guestfs_h *g,\n"
31383 "                  const char *pattern,\n"
31384 "                  const char *path);\n"
31385 "\n"
31386 msgstr ""
31387 " char **\n"
31388 " guestfs_zfgrepi (guestfs_h *g,\n"
31389 "                  const char *pattern,\n"
31390 "                  const char *path);\n"
31391 "\n"
31392
31393 #. type: =head2
31394 #: ../src/guestfs-actions.pod:7863
31395 msgid "guestfs_zfile"
31396 msgstr "guestfs_zfile"
31397
31398 #. type: verbatim
31399 #: ../src/guestfs-actions.pod:7865
31400 #, no-wrap
31401 msgid ""
31402 " char *\n"
31403 " guestfs_zfile (guestfs_h *g,\n"
31404 "                const char *meth,\n"
31405 "                const char *path);\n"
31406 "\n"
31407 msgstr ""
31408 " char *\n"
31409 " guestfs_zfile (guestfs_h *g,\n"
31410 "                const char *meth,\n"
31411 "                const char *path);\n"
31412 "\n"
31413
31414 #. type: textblock
31415 #: ../src/guestfs-actions.pod:7875
31416 msgid ""
31417 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
31418 "files."
31419 msgstr ""
31420
31421 #. type: =head2
31422 #: ../src/guestfs-actions.pod:7890
31423 msgid "guestfs_zgrep"
31424 msgstr "guestfs_zgrep"
31425
31426 #. type: verbatim
31427 #: ../src/guestfs-actions.pod:7892
31428 #, no-wrap
31429 msgid ""
31430 " char **\n"
31431 " guestfs_zgrep (guestfs_h *g,\n"
31432 "                const char *regex,\n"
31433 "                const char *path);\n"
31434 "\n"
31435 msgstr ""
31436 " char **\n"
31437 " guestfs_zgrep (guestfs_h *g,\n"
31438 "                const char *regex,\n"
31439 "                const char *path);\n"
31440 "\n"
31441
31442 #. type: =head2
31443 #: ../src/guestfs-actions.pod:7909
31444 msgid "guestfs_zgrepi"
31445 msgstr "guestfs_zgrepi"
31446
31447 #. type: verbatim
31448 #: ../src/guestfs-actions.pod:7911
31449 #, no-wrap
31450 msgid ""
31451 " char **\n"
31452 " guestfs_zgrepi (guestfs_h *g,\n"
31453 "                 const char *regex,\n"
31454 "                 const char *path);\n"
31455 "\n"
31456 msgstr ""
31457 " char **\n"
31458 " guestfs_zgrepi (guestfs_h *g,\n"
31459 "                 const char *regex,\n"
31460 "                 const char *path);\n"
31461 "\n"
31462
31463 #. type: =item
31464 #: ../src/guestfs-availability.pod:3
31465 msgid "B<augeas>"
31466 msgstr "B<augeas>"
31467
31468 #. type: textblock
31469 #: ../src/guestfs-availability.pod:5
31470 msgid ""
31471 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
31472 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
31473 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
31474 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
31475 "L</guestfs_aug_save> L</guestfs_aug_set>"
31476 msgstr ""
31477
31478 #. type: =item
31479 #: ../src/guestfs-availability.pod:21
31480 msgid "B<btrfs>"
31481 msgstr ""
31482
31483 #. type: textblock
31484 #: ../src/guestfs-availability.pod:23
31485 msgid "The following functions: L</guestfs_btrfs_filesystem_resize>"
31486 msgstr ""
31487
31488 #. type: =item
31489 #: ../src/guestfs-availability.pod:26
31490 msgid "B<inotify>"
31491 msgstr "B<inotify>"
31492
31493 #. type: textblock
31494 #: ../src/guestfs-availability.pod:28
31495 msgid ""
31496 "The following functions: L</guestfs_inotify_add_watch> L</"
31497 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
31498 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
31499 msgstr ""
31500
31501 #. type: =item
31502 #: ../src/guestfs-availability.pod:36
31503 msgid "B<linuxfsuuid>"
31504 msgstr "B<linuxfsuuid>"
31505
31506 #. type: textblock
31507 #: ../src/guestfs-availability.pod:38
31508 msgid ""
31509 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
31510 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
31511 msgstr ""
31512
31513 #. type: =item
31514 #: ../src/guestfs-availability.pod:45
31515 msgid "B<linuxmodules>"
31516 msgstr "B<linuxmodules>"
31517
31518 #. type: textblock
31519 #: ../src/guestfs-availability.pod:47
31520 msgid "The following functions: L</guestfs_modprobe>"
31521 msgstr ""
31522
31523 #. type: =item
31524 #: ../src/guestfs-availability.pod:50
31525 msgid "B<linuxxattrs>"
31526 msgstr "B<linuxxattrs>"
31527
31528 #. type: textblock
31529 #: ../src/guestfs-availability.pod:52
31530 msgid ""
31531 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
31532 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
31533 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
31534 "guestfs_setxattr>"
31535 msgstr ""
31536
31537 #. type: =item
31538 #: ../src/guestfs-availability.pod:63
31539 msgid "B<luks>"
31540 msgstr "B<luks>"
31541
31542 #. type: textblock
31543 #: ../src/guestfs-availability.pod:65
31544 msgid ""
31545 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
31546 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
31547 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
31548 msgstr ""
31549
31550 #. type: =item
31551 #: ../src/guestfs-availability.pod:74
31552 msgid "B<lvm2>"
31553 msgstr "B<lvm2>"
31554
31555 #. type: textblock
31556 #: ../src/guestfs-availability.pod:76
31557 msgid ""
31558 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
31559 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
31560 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
31561 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
31562 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
31563 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
31564 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
31565 msgstr ""
31566
31567 #. type: =item
31568 #: ../src/guestfs-availability.pod:99
31569 msgid "B<mknod>"
31570 msgstr "B<mknod>"
31571
31572 #. type: textblock
31573 #: ../src/guestfs-availability.pod:101
31574 msgid ""
31575 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
31576 "guestfs_mknod_b> L</guestfs_mknod_c>"
31577 msgstr ""
31578
31579 #. type: =item
31580 #: ../src/guestfs-availability.pod:107
31581 msgid "B<ntfs3g>"
31582 msgstr "B<ntfs3g>"
31583
31584 #. type: textblock
31585 #: ../src/guestfs-availability.pod:109
31586 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
31587 msgstr ""
31588
31589 #. type: =item
31590 #: ../src/guestfs-availability.pod:112
31591 msgid "B<ntfsprogs>"
31592 msgstr "B<ntfsprogs>"
31593
31594 #. type: textblock
31595 #: ../src/guestfs-availability.pod:114
31596 msgid ""
31597 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_opts> "
31598 "L</guestfs_ntfsresize_size>"
31599 msgstr ""
31600
31601 #. type: =item
31602 #: ../src/guestfs-availability.pod:119
31603 msgid "B<realpath>"
31604 msgstr "B<realpath>"
31605
31606 #. type: textblock
31607 #: ../src/guestfs-availability.pod:121
31608 msgid "The following functions: L</guestfs_realpath>"
31609 msgstr ""
31610
31611 #. type: =item
31612 #: ../src/guestfs-availability.pod:124
31613 msgid "B<scrub>"
31614 msgstr "B<scrub>"
31615
31616 #. type: textblock
31617 #: ../src/guestfs-availability.pod:126
31618 msgid ""
31619 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
31620 "guestfs_scrub_freespace>"
31621 msgstr ""
31622
31623 #. type: =item
31624 #: ../src/guestfs-availability.pod:131
31625 msgid "B<selinux>"
31626 msgstr "B<selinux>"
31627
31628 #. type: textblock
31629 #: ../src/guestfs-availability.pod:133
31630 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
31631 msgstr ""
31632
31633 #. type: =item
31634 #: ../src/guestfs-availability.pod:137
31635 msgid "B<xz>"
31636 msgstr "B<xz>"
31637
31638 #. type: textblock
31639 #: ../src/guestfs-availability.pod:139
31640 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
31641 msgstr ""
31642
31643 #. type: =item
31644 #: ../src/guestfs-availability.pod:143
31645 msgid "B<zerofree>"
31646 msgstr "B<zerofree>"
31647
31648 #. type: textblock
31649 #: ../src/guestfs-availability.pod:145
31650 msgid "The following functions: L</guestfs_zerofree>"
31651 msgstr ""
31652
31653 #. type: =head2
31654 #: ../src/guestfs-structs.pod:1
31655 msgid "guestfs_int_bool"
31656 msgstr ""
31657
31658 #. type: verbatim
31659 #: ../src/guestfs-structs.pod:3
31660 #, no-wrap
31661 msgid ""
31662 " struct guestfs_int_bool {\n"
31663 "   int32_t i;\n"
31664 "   int32_t b;\n"
31665 " };\n"
31666 " \n"
31667 msgstr ""
31668
31669 #. type: verbatim
31670 #: ../src/guestfs-structs.pod:8
31671 #, no-wrap
31672 msgid ""
31673 " struct guestfs_int_bool_list {\n"
31674 "   uint32_t len; /* Number of elements in list. */\n"
31675 "   struct guestfs_int_bool *val; /* Elements. */\n"
31676 " };\n"
31677 " \n"
31678 msgstr ""
31679
31680 #. type: verbatim
31681 #: ../src/guestfs-structs.pod:13
31682 #, no-wrap
31683 msgid ""
31684 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
31685 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
31686 "\n"
31687 msgstr ""
31688
31689 #. type: =head2
31690 #: ../src/guestfs-structs.pod:16
31691 msgid "guestfs_lvm_pv"
31692 msgstr ""
31693
31694 #. type: verbatim
31695 #: ../src/guestfs-structs.pod:18
31696 #, no-wrap
31697 msgid ""
31698 " struct guestfs_lvm_pv {\n"
31699 "   char *pv_name;\n"
31700 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
31701 "   char pv_uuid[32];\n"
31702 "   char *pv_fmt;\n"
31703 "   uint64_t pv_size;\n"
31704 "   uint64_t dev_size;\n"
31705 "   uint64_t pv_free;\n"
31706 "   uint64_t pv_used;\n"
31707 "   char *pv_attr;\n"
31708 "   int64_t pv_pe_count;\n"
31709 "   int64_t pv_pe_alloc_count;\n"
31710 "   char *pv_tags;\n"
31711 "   uint64_t pe_start;\n"
31712 "   int64_t pv_mda_count;\n"
31713 "   uint64_t pv_mda_free;\n"
31714 " };\n"
31715 " \n"
31716 msgstr ""
31717
31718 #. type: verbatim
31719 #: ../src/guestfs-structs.pod:36
31720 #, no-wrap
31721 msgid ""
31722 " struct guestfs_lvm_pv_list {\n"
31723 "   uint32_t len; /* Number of elements in list. */\n"
31724 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
31725 " };\n"
31726 " \n"
31727 msgstr ""
31728
31729 #. type: verbatim
31730 #: ../src/guestfs-structs.pod:41
31731 #, no-wrap
31732 msgid ""
31733 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
31734 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
31735 "\n"
31736 msgstr ""
31737
31738 #. type: =head2
31739 #: ../src/guestfs-structs.pod:44
31740 msgid "guestfs_lvm_vg"
31741 msgstr ""
31742
31743 #. type: verbatim
31744 #: ../src/guestfs-structs.pod:46
31745 #, no-wrap
31746 msgid ""
31747 " struct guestfs_lvm_vg {\n"
31748 "   char *vg_name;\n"
31749 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
31750 "   char vg_uuid[32];\n"
31751 "   char *vg_fmt;\n"
31752 "   char *vg_attr;\n"
31753 "   uint64_t vg_size;\n"
31754 "   uint64_t vg_free;\n"
31755 "   char *vg_sysid;\n"
31756 "   uint64_t vg_extent_size;\n"
31757 "   int64_t vg_extent_count;\n"
31758 "   int64_t vg_free_count;\n"
31759 "   int64_t max_lv;\n"
31760 "   int64_t max_pv;\n"
31761 "   int64_t pv_count;\n"
31762 "   int64_t lv_count;\n"
31763 "   int64_t snap_count;\n"
31764 "   int64_t vg_seqno;\n"
31765 "   char *vg_tags;\n"
31766 "   int64_t vg_mda_count;\n"
31767 "   uint64_t vg_mda_free;\n"
31768 " };\n"
31769 " \n"
31770 msgstr ""
31771
31772 #. type: verbatim
31773 #: ../src/guestfs-structs.pod:69
31774 #, no-wrap
31775 msgid ""
31776 " struct guestfs_lvm_vg_list {\n"
31777 "   uint32_t len; /* Number of elements in list. */\n"
31778 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
31779 " };\n"
31780 " \n"
31781 msgstr ""
31782
31783 #. type: verbatim
31784 #: ../src/guestfs-structs.pod:74
31785 #, no-wrap
31786 msgid ""
31787 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
31788 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
31789 "\n"
31790 msgstr ""
31791
31792 #. type: =head2
31793 #: ../src/guestfs-structs.pod:77
31794 msgid "guestfs_lvm_lv"
31795 msgstr ""
31796
31797 #. type: verbatim
31798 #: ../src/guestfs-structs.pod:79
31799 #, no-wrap
31800 msgid ""
31801 " struct guestfs_lvm_lv {\n"
31802 "   char *lv_name;\n"
31803 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
31804 "   char lv_uuid[32];\n"
31805 "   char *lv_attr;\n"
31806 "   int64_t lv_major;\n"
31807 "   int64_t lv_minor;\n"
31808 "   int64_t lv_kernel_major;\n"
31809 "   int64_t lv_kernel_minor;\n"
31810 "   uint64_t lv_size;\n"
31811 "   int64_t seg_count;\n"
31812 "   char *origin;\n"
31813 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
31814 "   float snap_percent;\n"
31815 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
31816 "   float copy_percent;\n"
31817 "   char *move_pv;\n"
31818 "   char *lv_tags;\n"
31819 "   char *mirror_log;\n"
31820 "   char *modules;\n"
31821 " };\n"
31822 " \n"
31823 msgstr ""
31824
31825 #. type: verbatim
31826 #: ../src/guestfs-structs.pod:101
31827 #, no-wrap
31828 msgid ""
31829 " struct guestfs_lvm_lv_list {\n"
31830 "   uint32_t len; /* Number of elements in list. */\n"
31831 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
31832 " };\n"
31833 " \n"
31834 msgstr ""
31835
31836 #. type: verbatim
31837 #: ../src/guestfs-structs.pod:106
31838 #, no-wrap
31839 msgid ""
31840 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
31841 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
31842 "\n"
31843 msgstr ""
31844
31845 #. type: verbatim
31846 #: ../src/guestfs-structs.pod:111
31847 #, no-wrap
31848 msgid ""
31849 " struct guestfs_stat {\n"
31850 "   int64_t dev;\n"
31851 "   int64_t ino;\n"
31852 "   int64_t mode;\n"
31853 "   int64_t nlink;\n"
31854 "   int64_t uid;\n"
31855 "   int64_t gid;\n"
31856 "   int64_t rdev;\n"
31857 "   int64_t size;\n"
31858 "   int64_t blksize;\n"
31859 "   int64_t blocks;\n"
31860 "   int64_t atime;\n"
31861 "   int64_t mtime;\n"
31862 "   int64_t ctime;\n"
31863 " };\n"
31864 " \n"
31865 msgstr ""
31866
31867 #. type: verbatim
31868 #: ../src/guestfs-structs.pod:127
31869 #, no-wrap
31870 msgid ""
31871 " struct guestfs_stat_list {\n"
31872 "   uint32_t len; /* Number of elements in list. */\n"
31873 "   struct guestfs_stat *val; /* Elements. */\n"
31874 " };\n"
31875 " \n"
31876 msgstr ""
31877
31878 #. type: verbatim
31879 #: ../src/guestfs-structs.pod:132
31880 #, no-wrap
31881 msgid ""
31882 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
31883 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
31884 "\n"
31885 msgstr ""
31886
31887 #. type: verbatim
31888 #: ../src/guestfs-structs.pod:137
31889 #, no-wrap
31890 msgid ""
31891 " struct guestfs_statvfs {\n"
31892 "   int64_t bsize;\n"
31893 "   int64_t frsize;\n"
31894 "   int64_t blocks;\n"
31895 "   int64_t bfree;\n"
31896 "   int64_t bavail;\n"
31897 "   int64_t files;\n"
31898 "   int64_t ffree;\n"
31899 "   int64_t favail;\n"
31900 "   int64_t fsid;\n"
31901 "   int64_t flag;\n"
31902 "   int64_t namemax;\n"
31903 " };\n"
31904 " \n"
31905 msgstr ""
31906
31907 #. type: verbatim
31908 #: ../src/guestfs-structs.pod:151
31909 #, no-wrap
31910 msgid ""
31911 " struct guestfs_statvfs_list {\n"
31912 "   uint32_t len; /* Number of elements in list. */\n"
31913 "   struct guestfs_statvfs *val; /* Elements. */\n"
31914 " };\n"
31915 " \n"
31916 msgstr ""
31917
31918 #. type: verbatim
31919 #: ../src/guestfs-structs.pod:156
31920 #, no-wrap
31921 msgid ""
31922 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
31923 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
31924 "\n"
31925 msgstr ""
31926
31927 #. type: =head2
31928 #: ../src/guestfs-structs.pod:159
31929 msgid "guestfs_dirent"
31930 msgstr ""
31931
31932 #. type: verbatim
31933 #: ../src/guestfs-structs.pod:161
31934 #, no-wrap
31935 msgid ""
31936 " struct guestfs_dirent {\n"
31937 "   int64_t ino;\n"
31938 "   char ftyp;\n"
31939 "   char *name;\n"
31940 " };\n"
31941 " \n"
31942 msgstr ""
31943
31944 #. type: verbatim
31945 #: ../src/guestfs-structs.pod:167
31946 #, no-wrap
31947 msgid ""
31948 " struct guestfs_dirent_list {\n"
31949 "   uint32_t len; /* Number of elements in list. */\n"
31950 "   struct guestfs_dirent *val; /* Elements. */\n"
31951 " };\n"
31952 " \n"
31953 msgstr ""
31954
31955 #. type: verbatim
31956 #: ../src/guestfs-structs.pod:172
31957 #, no-wrap
31958 msgid ""
31959 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
31960 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
31961 "\n"
31962 msgstr ""
31963
31964 #. type: verbatim
31965 #: ../src/guestfs-structs.pod:177
31966 #, no-wrap
31967 msgid ""
31968 " struct guestfs_version {\n"
31969 "   int64_t major;\n"
31970 "   int64_t minor;\n"
31971 "   int64_t release;\n"
31972 "   char *extra;\n"
31973 " };\n"
31974 " \n"
31975 msgstr ""
31976
31977 #. type: verbatim
31978 #: ../src/guestfs-structs.pod:184
31979 #, no-wrap
31980 msgid ""
31981 " struct guestfs_version_list {\n"
31982 "   uint32_t len; /* Number of elements in list. */\n"
31983 "   struct guestfs_version *val; /* Elements. */\n"
31984 " };\n"
31985 " \n"
31986 msgstr ""
31987
31988 #. type: verbatim
31989 #: ../src/guestfs-structs.pod:189
31990 #, no-wrap
31991 msgid ""
31992 " void guestfs_free_version (struct guestfs_free_version *);\n"
31993 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
31994 "\n"
31995 msgstr ""
31996
31997 #. type: =head2
31998 #: ../src/guestfs-structs.pod:192
31999 msgid "guestfs_xattr"
32000 msgstr ""
32001
32002 #. type: verbatim
32003 #: ../src/guestfs-structs.pod:194
32004 #, no-wrap
32005 msgid ""
32006 " struct guestfs_xattr {\n"
32007 "   char *attrname;\n"
32008 "   /* The next two fields describe a byte array. */\n"
32009 "   uint32_t attrval_len;\n"
32010 "   char *attrval;\n"
32011 " };\n"
32012 " \n"
32013 msgstr ""
32014
32015 #. type: verbatim
32016 #: ../src/guestfs-structs.pod:201
32017 #, no-wrap
32018 msgid ""
32019 " struct guestfs_xattr_list {\n"
32020 "   uint32_t len; /* Number of elements in list. */\n"
32021 "   struct guestfs_xattr *val; /* Elements. */\n"
32022 " };\n"
32023 " \n"
32024 msgstr ""
32025
32026 #. type: verbatim
32027 #: ../src/guestfs-structs.pod:206
32028 #, no-wrap
32029 msgid ""
32030 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
32031 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
32032 "\n"
32033 msgstr ""
32034
32035 #. type: =head2
32036 #: ../src/guestfs-structs.pod:209
32037 msgid "guestfs_inotify_event"
32038 msgstr ""
32039
32040 #. type: verbatim
32041 #: ../src/guestfs-structs.pod:211
32042 #, no-wrap
32043 msgid ""
32044 " struct guestfs_inotify_event {\n"
32045 "   int64_t in_wd;\n"
32046 "   uint32_t in_mask;\n"
32047 "   uint32_t in_cookie;\n"
32048 "   char *in_name;\n"
32049 " };\n"
32050 " \n"
32051 msgstr ""
32052
32053 #. type: verbatim
32054 #: ../src/guestfs-structs.pod:218
32055 #, no-wrap
32056 msgid ""
32057 " struct guestfs_inotify_event_list {\n"
32058 "   uint32_t len; /* Number of elements in list. */\n"
32059 "   struct guestfs_inotify_event *val; /* Elements. */\n"
32060 " };\n"
32061 " \n"
32062 msgstr ""
32063
32064 #. type: verbatim
32065 #: ../src/guestfs-structs.pod:223
32066 #, no-wrap
32067 msgid ""
32068 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
32069 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
32070 "\n"
32071 msgstr ""
32072
32073 #. type: =head2
32074 #: ../src/guestfs-structs.pod:226
32075 msgid "guestfs_partition"
32076 msgstr ""
32077
32078 #. type: verbatim
32079 #: ../src/guestfs-structs.pod:228
32080 #, no-wrap
32081 msgid ""
32082 " struct guestfs_partition {\n"
32083 "   int32_t part_num;\n"
32084 "   uint64_t part_start;\n"
32085 "   uint64_t part_end;\n"
32086 "   uint64_t part_size;\n"
32087 " };\n"
32088 " \n"
32089 msgstr ""
32090
32091 #. type: verbatim
32092 #: ../src/guestfs-structs.pod:235
32093 #, no-wrap
32094 msgid ""
32095 " struct guestfs_partition_list {\n"
32096 "   uint32_t len; /* Number of elements in list. */\n"
32097 "   struct guestfs_partition *val; /* Elements. */\n"
32098 " };\n"
32099 " \n"
32100 msgstr ""
32101
32102 #. type: verbatim
32103 #: ../src/guestfs-structs.pod:240
32104 #, no-wrap
32105 msgid ""
32106 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
32107 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
32108 "\n"
32109 msgstr ""
32110
32111 #. type: =head2
32112 #: ../src/guestfs-structs.pod:243
32113 msgid "guestfs_application"
32114 msgstr ""
32115
32116 #. type: verbatim
32117 #: ../src/guestfs-structs.pod:245
32118 #, no-wrap
32119 msgid ""
32120 " struct guestfs_application {\n"
32121 "   char *app_name;\n"
32122 "   char *app_display_name;\n"
32123 "   int32_t app_epoch;\n"
32124 "   char *app_version;\n"
32125 "   char *app_release;\n"
32126 "   char *app_install_path;\n"
32127 "   char *app_trans_path;\n"
32128 "   char *app_publisher;\n"
32129 "   char *app_url;\n"
32130 "   char *app_source_package;\n"
32131 "   char *app_summary;\n"
32132 "   char *app_description;\n"
32133 " };\n"
32134 " \n"
32135 msgstr ""
32136
32137 #. type: verbatim
32138 #: ../src/guestfs-structs.pod:260
32139 #, no-wrap
32140 msgid ""
32141 " struct guestfs_application_list {\n"
32142 "   uint32_t len; /* Number of elements in list. */\n"
32143 "   struct guestfs_application *val; /* Elements. */\n"
32144 " };\n"
32145 " \n"
32146 msgstr ""
32147
32148 #. type: verbatim
32149 #: ../src/guestfs-structs.pod:265
32150 #, no-wrap
32151 msgid ""
32152 " void guestfs_free_application (struct guestfs_free_application *);\n"
32153 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
32154 "\n"
32155 msgstr ""
32156
32157 #. type: textblock
32158 #: ../src/guestfs.pod:5
32159 msgid "guestfs - Library for accessing and modifying virtual machine images"
32160 msgstr ""
32161 "guestfs — бібліотека для доступу та внесення змін до образів віртуальних "
32162 "машин"
32163
32164 #. type: verbatim
32165 #: ../src/guestfs.pod:11
32166 #, no-wrap
32167 msgid ""
32168 " guestfs_h *g = guestfs_create ();\n"
32169 " guestfs_add_drive (g, \"guest.img\");\n"
32170 " guestfs_launch (g);\n"
32171 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
32172 " guestfs_touch (g, \"/hello\");\n"
32173 " guestfs_umount (g, \"/\");\n"
32174 " guestfs_close (g);\n"
32175 "\n"
32176 msgstr ""
32177 " guestfs_h *g = guestfs_create ();\n"
32178 " guestfs_add_drive (g, \"guest.img\");\n"
32179 " guestfs_launch (g);\n"
32180 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
32181 " guestfs_touch (g, \"/hello\");\n"
32182 " guestfs_umount (g, \"/\");\n"
32183 " guestfs_close (g);\n"
32184 "\n"
32185
32186 #. type: textblock
32187 #: ../src/guestfs.pod:25
32188 msgid ""
32189 "Libguestfs is a library for accessing and modifying guest disk images.  "
32190 "Amongst the things this is good for: making batch configuration changes to "
32191 "guests, getting disk used/free statistics (see also: virt-df), migrating "
32192 "between virtualization systems (see also: virt-p2v), performing partial "
32193 "backups, performing partial guest clones, cloning guests and changing "
32194 "registry/UUID/hostname info, and much else besides."
32195 msgstr ""
32196
32197 #. type: textblock
32198 #: ../src/guestfs.pod:33
32199 msgid ""
32200 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
32201 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
32202 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
32203 "qcow2, vmdk."
32204 msgstr ""
32205
32206 #. type: textblock
32207 #: ../src/guestfs.pod:38
32208 msgid ""
32209 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
32210 "what filesystem is in each LV, etc.).  It can also run commands in the "
32211 "context of the guest.  Also you can access filesystems over FUSE."
32212 msgstr ""
32213
32214 #. type: textblock
32215 #: ../src/guestfs.pod:43
32216 msgid ""
32217 "Libguestfs is a library that can be linked with C and C++ management "
32218 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
32219 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
32220 "line."
32221 msgstr ""
32222
32223 #. type: textblock
32224 #: ../src/guestfs.pod:48
32225 msgid ""
32226 "You don't need to be root to use libguestfs, although obviously you do need "
32227 "enough permissions to access the disk images."
32228 msgstr ""
32229
32230 #. type: textblock
32231 #: ../src/guestfs.pod:51
32232 msgid ""
32233 "Libguestfs is a large API because it can do many things.  For a gentle "
32234 "introduction, please read the L</API OVERVIEW> section next."
32235 msgstr ""
32236
32237 #. type: textblock
32238 #: ../src/guestfs.pod:54
32239 msgid ""
32240 "There are also some example programs in the L<guestfs-examples(3)> manual "
32241 "page."
32242 msgstr ""
32243
32244 #. type: =head1
32245 #: ../src/guestfs.pod:57
32246 msgid "API OVERVIEW"
32247 msgstr "ОГЛЯД API"
32248
32249 #. type: textblock
32250 #: ../src/guestfs.pod:59
32251 msgid ""
32252 "This section provides a gentler overview of the libguestfs API.  We also try "
32253 "to group API calls together, where that may not be obvious from reading "
32254 "about the individual calls in the main section of this manual."
32255 msgstr ""
32256
32257 #. type: =head2
32258 #: ../src/guestfs.pod:64
32259 msgid "HANDLES"
32260 msgstr "ОБРОБНИКИ"
32261
32262 #. type: textblock
32263 #: ../src/guestfs.pod:66
32264 msgid ""
32265 "Before you can use libguestfs calls, you have to create a handle.  Then you "
32266 "must add at least one disk image to the handle, followed by launching the "
32267 "handle, then performing whatever operations you want, and finally closing "
32268 "the handle.  By convention we use the single letter C<g> for the name of the "
32269 "handle variable, although of course you can use any name you want."
32270 msgstr ""
32271
32272 #. type: textblock
32273 #: ../src/guestfs.pod:73
32274 msgid "The general structure of all libguestfs-using programs looks like this:"
32275 msgstr ""
32276
32277 #. type: verbatim
32278 #: ../src/guestfs.pod:76
32279 #, no-wrap
32280 msgid ""
32281 " guestfs_h *g = guestfs_create ();\n"
32282 " \n"
32283 msgstr ""
32284 " guestfs_h *g = guestfs_create ();\n"
32285 " \n"
32286
32287 #. type: verbatim
32288 #: ../src/guestfs.pod:78
32289 #, no-wrap
32290 msgid ""
32291 " /* Call guestfs_add_drive additional times if there are\n"
32292 "  * multiple disk images.\n"
32293 "  */\n"
32294 " guestfs_add_drive (g, \"guest.img\");\n"
32295 " \n"
32296 msgstr ""
32297
32298 #. type: verbatim
32299 #: ../src/guestfs.pod:83
32300 #, no-wrap
32301 msgid ""
32302 " /* Most manipulation calls won't work until you've launched\n"
32303 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
32304 "  * and _before_ other commands.\n"
32305 "  */\n"
32306 " guestfs_launch (g);\n"
32307 " \n"
32308 msgstr ""
32309
32310 #. type: verbatim
32311 #: ../src/guestfs.pod:89
32312 #, no-wrap
32313 msgid ""
32314 " /* Now you can examine what partitions, LVs etc are available.\n"
32315 "  */\n"
32316 " char **partitions = guestfs_list_partitions (g);\n"
32317 " char **logvols = guestfs_lvs (g);\n"
32318 " \n"
32319 msgstr ""
32320 " /* Тепер можна перевірити, які розділи, логічні томи тощо доступні.\n"
32321 "  */\n"
32322 " char **partitions = guestfs_list_partitions (g);\n"
32323 " char **logvols = guestfs_lvs (g);\n"
32324 " \n"
32325
32326 #. type: verbatim
32327 #: ../src/guestfs.pod:94
32328 #, no-wrap
32329 msgid ""
32330 " /* To access a filesystem in the image, you must mount it.\n"
32331 "  */\n"
32332 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
32333 " \n"
32334 msgstr ""
32335 " /* Щоб отримати доступ до файлової системи на образі, вам слід його змонтувати.\n"
32336 "  */\n"
32337 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
32338 " \n"
32339
32340 #. type: verbatim
32341 #: ../src/guestfs.pod:98
32342 #, no-wrap
32343 msgid ""
32344 " /* Now you can perform filesystem actions on the guest\n"
32345 "  * disk image.\n"
32346 "  */\n"
32347 " guestfs_touch (g, \"/hello\");\n"
32348 " \n"
32349 msgstr ""
32350
32351 #. type: verbatim
32352 #: ../src/guestfs.pod:103
32353 #, no-wrap
32354 msgid ""
32355 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
32356 "  * it is done automatically when you close the handle.  See\n"
32357 "  * discussion of autosync in this page.\n"
32358 "  */\n"
32359 " guestfs_sync (g);\n"
32360 " \n"
32361 msgstr ""
32362
32363 #. type: verbatim
32364 #: ../src/guestfs.pod:109
32365 #, no-wrap
32366 msgid ""
32367 " /* Close the handle 'g'. */\n"
32368 " guestfs_close (g);\n"
32369 "\n"
32370 msgstr ""
32371 " /* Закрити дескриптор 'g'. */\n"
32372 " guestfs_close (g);\n"
32373 "\n"
32374
32375 #. type: textblock
32376 #: ../src/guestfs.pod:112
32377 msgid ""
32378 "The code above doesn't include any error checking.  In real code you should "
32379 "check return values carefully for errors.  In general all functions that "
32380 "return integers return C<-1> on error, and all functions that return "
32381 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
32382 "how to handle errors, and consult the documentation for each function call "
32383 "below to see precisely how they return error indications.  See L<guestfs-"
32384 "examples(3)> for fully worked examples."
32385 msgstr ""
32386
32387 #. type: =head2
32388 #: ../src/guestfs.pod:121
32389 msgid "DISK IMAGES"
32390 msgstr "ОБРАЗИ ДИСКІВ"
32391
32392 #. type: textblock
32393 #: ../src/guestfs.pod:123
32394 msgid ""
32395 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
32396 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
32397 "actual block device, or simply an empty file of zeroes that you have created "
32398 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
32399 "of these."
32400 msgstr ""
32401
32402 #. type: textblock
32403 #: ../src/guestfs.pod:129
32404 msgid ""
32405 "The call you should use in modern code for adding drives is L</"
32406 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
32407 "specifying that the format is raw, do:"
32408 msgstr ""
32409
32410 #. type: verbatim
32411 #: ../src/guestfs.pod:133
32412 #, no-wrap
32413 msgid ""
32414 " guestfs_add_drive_opts (g, filename,\n"
32415 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
32416 "                         -1);\n"
32417 "\n"
32418 msgstr ""
32419 " guestfs_add_drive_opts (g, filename,\n"
32420 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
32421 "                         -1);\n"
32422 "\n"
32423
32424 #. type: textblock
32425 #: ../src/guestfs.pod:137
32426 msgid "You can add a disk read-only using:"
32427 msgstr "Ви можете додати диск у режимі лише читання:"
32428
32429 #. type: verbatim
32430 #: ../src/guestfs.pod:139
32431 #, no-wrap
32432 msgid ""
32433 " guestfs_add_drive_opts (g, filename,\n"
32434 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
32435 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
32436 "                         -1);\n"
32437 "\n"
32438 msgstr ""
32439 " guestfs_add_drive_opts (g, filename,\n"
32440 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
32441 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
32442 "                         -1);\n"
32443 "\n"
32444
32445 #. type: textblock
32446 #: ../src/guestfs.pod:144
32447 msgid ""
32448 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
32449 "libguestfs won't modify the file."
32450 msgstr ""
32451
32452 #. type: textblock
32453 #: ../src/guestfs.pod:147
32454 msgid ""
32455 "Be extremely cautious if the disk image is in use, eg. if it is being used "
32456 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
32457 "corruption, but adding it read-only is safe."
32458 msgstr ""
32459
32460 #. type: textblock
32461 #: ../src/guestfs.pod:151
32462 msgid ""
32463 "You must add at least one disk image, and you may add multiple disk images.  "
32464 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
32465 "first one you added), C</dev/sdb> (for the second one you added), etc."
32466 msgstr ""
32467
32468 #. type: textblock
32469 #: ../src/guestfs.pod:156
32470 msgid ""
32471 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
32472 "can call L</guestfs_list_devices> to get a list of the device names, in the "
32473 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
32474 msgstr ""
32475
32476 #. type: =head2
32477 #: ../src/guestfs.pod:161
32478 msgid "MOUNTING"
32479 msgstr "МОНТУВАННЯ"
32480
32481 #. type: textblock
32482 #: ../src/guestfs.pod:163
32483 msgid ""
32484 "Before you can read or write files, create directories and so on in a disk "
32485 "image that contains filesystems, you have to mount those filesystems using "
32486 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
32487 "a disk image contains (for example) one partition with a filesystem on that "
32488 "partition, then you can mount it directly:"
32489 msgstr ""
32490
32491 #. type: verbatim
32492 #: ../src/guestfs.pod:170
32493 #, no-wrap
32494 msgid ""
32495 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
32496 "\n"
32497 msgstr ""
32498 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
32499 "\n"
32500
32501 #. type: textblock
32502 #: ../src/guestfs.pod:172
32503 msgid ""
32504 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
32505 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
32506 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
32507 "that these are libguestfs virtual devices, and are nothing to do with host "
32508 "devices."
32509 msgstr ""
32510
32511 #. type: textblock
32512 #: ../src/guestfs.pod:178
32513 msgid ""
32514 "If you are given a disk image and you don't know what it contains then you "
32515 "have to find out.  Libguestfs can do that too: use L</"
32516 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
32517 "LVs, and either try mounting each to see what is mountable, or else examine "
32518 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
32519 "filesystems, use L</guestfs_list_filesystems>."
32520 msgstr ""
32521
32522 #. type: textblock
32523 #: ../src/guestfs.pod:186
32524 msgid ""
32525 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
32526 "L</INSPECTION> below).  But you might find it easier to look at higher level "
32527 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
32528 msgstr ""
32529
32530 #. type: textblock
32531 #: ../src/guestfs.pod:191
32532 msgid ""
32533 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
32534 "several other variations of the C<guestfs_mount_*> call."
32535 msgstr ""
32536
32537 #. type: =head2
32538 #: ../src/guestfs.pod:194
32539 msgid "FILESYSTEM ACCESS AND MODIFICATION"
32540 msgstr "ДОСТУП ТА ВНЕСЕННЯ ЗМІН ДО ФАЙЛОВИХ СИСТЕМ"
32541
32542 #. type: textblock
32543 #: ../src/guestfs.pod:196
32544 msgid ""
32545 "The majority of the libguestfs API consists of fairly low-level calls for "
32546 "accessing and modifying the files, directories, symlinks etc on mounted "
32547 "filesystems.  There are over a hundred such calls which you can find listed "
32548 "in detail below in this man page, and we don't even pretend to cover them "
32549 "all in this overview."
32550 msgstr ""
32551
32552 #. type: textblock
32553 #: ../src/guestfs.pod:202
32554 msgid ""
32555 "Specify filenames as full paths, starting with C<\"/\"> and including the "
32556 "mount point."
32557 msgstr ""
32558 "Вказуйте адреси і назви файлів повністю, починаючи з C<\"/\">, разом з "
32559 "точкою монтування."
32560
32561 #. type: textblock
32562 #: ../src/guestfs.pod:205
32563 msgid ""
32564 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
32565 "the file called C<\"etc/passwd\"> then you could do:"
32566 msgstr ""
32567 "Наприклад, якщо вами змонтовано файлову систему до C<\"/\">, і ви бажаєте "
32568 "виконати читання файла з назвою C<\"etc/passwd\">, ви можете скористатися "
32569 "таким кодом:"
32570
32571 #. type: verbatim
32572 #: ../src/guestfs.pod:208
32573 #, no-wrap
32574 msgid ""
32575 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
32576 "\n"
32577 msgstr ""
32578 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
32579 "\n"
32580
32581 #. type: textblock
32582 #: ../src/guestfs.pod:210
32583 msgid ""
32584 "This would return C<data> as a newly allocated buffer containing the full "
32585 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
32586 "or C<NULL> if there was an error."
32587 msgstr ""
32588
32589 #. type: textblock
32590 #: ../src/guestfs.pod:214
32591 msgid ""
32592 "As another example, to create a top-level directory on that filesystem "
32593 "called C<\"var\"> you would do:"
32594 msgstr ""
32595
32596 #. type: verbatim
32597 #: ../src/guestfs.pod:217
32598 #, no-wrap
32599 msgid ""
32600 " guestfs_mkdir (g, \"/var\");\n"
32601 "\n"
32602 msgstr ""
32603 " guestfs_mkdir (g, \"/var\");\n"
32604 "\n"
32605
32606 #. type: textblock
32607 #: ../src/guestfs.pod:219
32608 msgid "To create a symlink you could do:"
32609 msgstr "Щоб створити символічне посилання, ви можете скористатися таким кодом:"
32610
32611 #. type: verbatim
32612 #: ../src/guestfs.pod:221
32613 #, no-wrap
32614 msgid ""
32615 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
32616 "               \"/etc/rc3.d/S30portmap\");\n"
32617 "\n"
32618 msgstr ""
32619 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
32620 "               \"/etc/rc3.d/S30portmap\");\n"
32621 "\n"
32622
32623 #. type: textblock
32624 #: ../src/guestfs.pod:224
32625 msgid ""
32626 "Libguestfs will reject attempts to use relative paths and there is no "
32627 "concept of a current working directory."
32628 msgstr ""
32629
32630 #. type: textblock
32631 #: ../src/guestfs.pod:227
32632 msgid ""
32633 "Libguestfs can return errors in many situations: for example if the "
32634 "filesystem isn't writable, or if a file or directory that you requested "
32635 "doesn't exist.  If you are using the C API (documented here)  you have to "
32636 "check for those error conditions after each call.  (Other language bindings "
32637 "turn these errors into exceptions)."
32638 msgstr ""
32639
32640 #. type: textblock
32641 #: ../src/guestfs.pod:233
32642 msgid ""
32643 "File writes are affected by the per-handle umask, set by calling L</"
32644 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
32645 msgstr ""
32646
32647 #. type: =head2
32648 #: ../src/guestfs.pod:236
32649 msgid "PARTITIONING"
32650 msgstr "ПОДІЛ НА РОЗДІЛИ"
32651
32652 #. type: textblock
32653 #: ../src/guestfs.pod:238
32654 msgid ""
32655 "Libguestfs contains API calls to read, create and modify partition tables on "
32656 "disk images."
32657 msgstr ""
32658
32659 #. type: textblock
32660 #: ../src/guestfs.pod:241
32661 msgid ""
32662 "In the common case where you want to create a single partition covering the "
32663 "whole disk, you should use the L</guestfs_part_disk> call:"
32664 msgstr ""
32665
32666 #. type: verbatim
32667 #: ../src/guestfs.pod:245
32668 #, no-wrap
32669 msgid ""
32670 " const char *parttype = \"mbr\";\n"
32671 " if (disk_is_larger_than_2TB)\n"
32672 "   parttype = \"gpt\";\n"
32673 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
32674 "\n"
32675 msgstr ""
32676 " const char *parttype = \"mbr\";\n"
32677 " if (disk_is_larger_than_2TB)\n"
32678 "   parttype = \"gpt\";\n"
32679 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
32680 "\n"
32681
32682 #. type: textblock
32683 #: ../src/guestfs.pod:250
32684 msgid ""
32685 "Obviously this effectively wipes anything that was on that disk image before."
32686 msgstr ""
32687
32688 #. type: =head2
32689 #: ../src/guestfs.pod:253
32690 msgid "LVM2"
32691 msgstr "LVM2"
32692
32693 #. type: textblock
32694 #: ../src/guestfs.pod:255
32695 msgid ""
32696 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
32697 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
32698 "you familiarize yourself with the concepts of physical volumes, volume "
32699 "groups and logical volumes."
32700 msgstr ""
32701
32702 #. type: textblock
32703 #: ../src/guestfs.pod:260
32704 msgid ""
32705 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
32706 "tldp.org/HOWTO/LVM-HOWTO/>."
32707 msgstr ""
32708
32709 #. type: =head2
32710 #: ../src/guestfs.pod:263
32711 msgid "DOWNLOADING"
32712 msgstr "ОТРИМАННЯ ДАНИХ"
32713
32714 #. type: textblock
32715 #: ../src/guestfs.pod:265
32716 msgid ""
32717 "Use L</guestfs_cat> to download small, text only files.  This call is "
32718 "limited to files which are less than 2 MB and which cannot contain any ASCII "
32719 "NUL (C<\\0>) characters.  However the API is very simple to use."
32720 msgstr ""
32721
32722 #. type: textblock
32723 #: ../src/guestfs.pod:269
32724 msgid ""
32725 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
32726 "bit data, since it returns a (pointer, size) pair.  However it is still "
32727 "limited to \"small\" files, less than 2 MB."
32728 msgstr ""
32729
32730 #. type: textblock
32731 #: ../src/guestfs.pod:273
32732 msgid ""
32733 "L</guestfs_download> can be used to download any file, with no limits on "
32734 "content or size (even files larger than 4 GB)."
32735 msgstr ""
32736
32737 #. type: textblock
32738 #: ../src/guestfs.pod:276
32739 msgid ""
32740 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
32741 msgstr ""
32742
32743 #. type: =head2
32744 #: ../src/guestfs.pod:279
32745 msgid "UPLOADING"
32746 msgstr "ВИВАНТАЖЕННЯ"
32747
32748 #. type: textblock
32749 #: ../src/guestfs.pod:281
32750 msgid ""
32751 "It's often the case that you want to write a file or files to the disk image."
32752 msgstr ""
32753
32754 #. type: textblock
32755 #: ../src/guestfs.pod:284
32756 msgid ""
32757 "To write a small file with fixed content, use L</guestfs_write>.  To create "
32758 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
32759 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
32760 "of other functions for creating test files, for example L</guestfs_fill> and "
32761 "L</guestfs_fill_pattern>."
32762 msgstr ""
32763
32764 #. type: textblock
32765 #: ../src/guestfs.pod:290
32766 msgid ""
32767 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
32768 "file content or size (even files larger than 4 GB)."
32769 msgstr ""
32770
32771 #. type: textblock
32772 #: ../src/guestfs.pod:293
32773 msgid ""
32774 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
32775 msgstr ""
32776
32777 #. type: textblock
32778 #: ../src/guestfs.pod:295
32779 msgid ""
32780 "However the fastest way to upload I<large numbers of arbitrary files> is to "
32781 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
32782 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
32783 "in a predictable way (eg. adding it last after all other drives) then you "
32784 "can get the device name from L</guestfs_list_devices> and mount it directly "
32785 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
32786 "portable between kernel versions, and they don't support labels or UUIDs.  "
32787 "If you want to pre-build an image or you need to mount it using a label or "
32788 "UUID, use an ISO image instead."
32789 msgstr ""
32790
32791 #. type: =head2
32792 #: ../src/guestfs.pod:306
32793 msgid "COPYING"
32794 msgstr "КОПІЮВАННЯ"
32795
32796 #. type: textblock
32797 #: ../src/guestfs.pod:308
32798 msgid ""
32799 "There are various different commands for copying between files and devices "
32800 "and in and out of the guest filesystem.  These are summarised in the table "
32801 "below."
32802 msgstr ""
32803
32804 #. type: =item
32805 #: ../src/guestfs.pod:314
32806 msgid "B<file> to B<file>"
32807 msgstr "B<файл> у B<файл>"
32808
32809 #. type: textblock
32810 #: ../src/guestfs.pod:316
32811 msgid ""
32812 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
32813 "directories recursively."
32814 msgstr ""
32815
32816 #. type: =item
32817 #: ../src/guestfs.pod:319
32818 msgid "B<file or device> to B<file or device>"
32819 msgstr "B<файл або пристрій> у B<файл або пристрій>"
32820
32821 #. type: textblock
32822 #: ../src/guestfs.pod:321
32823 msgid ""
32824 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
32825 "devices in the guest."
32826 msgstr ""
32827
32828 #. type: textblock
32829 #: ../src/guestfs.pod:324
32830 msgid "Example: duplicate the contents of an LV:"
32831 msgstr ""
32832
32833 #. type: verbatim
32834 #: ../src/guestfs.pod:326
32835 #, no-wrap
32836 msgid ""
32837 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
32838 "\n"
32839 msgstr ""
32840 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
32841 "\n"
32842
32843 #. type: textblock
32844 #: ../src/guestfs.pod:328
32845 msgid ""
32846 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
32847 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
32848 "guestfs_copy_size>."
32849 msgstr ""
32850
32851 #. type: =item
32852 #: ../src/guestfs.pod:332
32853 msgid "B<file on the host> to B<file or device>"
32854 msgstr ""
32855
32856 #. type: textblock
32857 #: ../src/guestfs.pod:334
32858 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
32859 msgstr ""
32860
32861 #. type: =item
32862 #: ../src/guestfs.pod:336
32863 msgid "B<file or device> to B<file on the host>"
32864 msgstr ""
32865
32866 #. type: textblock
32867 #: ../src/guestfs.pod:338
32868 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
32869 msgstr ""
32870
32871 #. type: =head2
32872 #: ../src/guestfs.pod:342
32873 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
32874 msgstr ""
32875
32876 #. type: textblock
32877 #: ../src/guestfs.pod:344
32878 msgid ""
32879 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
32880 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
32881 "appears you can only upload and download to files.  However many Un*x-like "
32882 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
32883 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
32884 "and arbitrary file descriptor N."
32885 msgstr ""
32886
32887 #. type: textblock
32888 #: ../src/guestfs.pod:352
32889 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
32890 msgstr ""
32891
32892 #. type: verbatim
32893 #: ../src/guestfs.pod:355
32894 #, no-wrap
32895 msgid ""
32896 " guestfs_download (g, filename, \"/dev/stdout\");\n"
32897 "\n"
32898 msgstr ""
32899 " guestfs_download (g, filename, \"/dev/stdout\");\n"
32900 "\n"
32901
32902 #. type: textblock
32903 #: ../src/guestfs.pod:357
32904 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
32905 msgstr ""
32906
32907 #. type: verbatim
32908 #: ../src/guestfs.pod:359
32909 #, no-wrap
32910 msgid ""
32911 " char devfd[64];\n"
32912 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
32913 " guestfs_tar_out (g, \"/\", devfd);\n"
32914 "\n"
32915 msgstr ""
32916 " char devfd[64];\n"
32917 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
32918 " guestfs_tar_out (g, \"/\", devfd);\n"
32919 "\n"
32920
32921 #. type: =head2
32922 #: ../src/guestfs.pod:363
32923 msgid "LISTING FILES"
32924 msgstr "СПИСКИ ФАЙЛІВ"
32925
32926 #. type: textblock
32927 #: ../src/guestfs.pod:365
32928 msgid ""
32929 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
32930 "L<guestfish(1)>-equivalent command C<ll>)."
32931 msgstr ""
32932
32933 #. type: textblock
32934 #: ../src/guestfs.pod:368
32935 msgid ""
32936 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
32937 "programs, as a flat list of strings."
32938 msgstr ""
32939
32940 #. type: textblock
32941 #: ../src/guestfs.pod:371
32942 msgid ""
32943 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
32944 "directory, plus additional information about each one.  It is more "
32945 "equivalent to using the L<readdir(3)> call on a local filesystem."
32946 msgstr ""
32947
32948 #. type: textblock
32949 #: ../src/guestfs.pod:375
32950 msgid ""
32951 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
32952 msgstr ""
32953
32954 #. type: =head2
32955 #: ../src/guestfs.pod:378
32956 msgid "RUNNING COMMANDS"
32957 msgstr "ВИКОНАННЯ КОМАНД"
32958
32959 #. type: textblock
32960 #: ../src/guestfs.pod:380
32961 msgid ""
32962 "Although libguestfs is primarily an API for manipulating files inside guest "
32963 "images, we also provide some limited facilities for running commands inside "
32964 "guests."
32965 msgstr ""
32966
32967 #. type: textblock
32968 #: ../src/guestfs.pod:384
32969 msgid "There are many limitations to this:"
32970 msgstr ""
32971
32972 #. type: textblock
32973 #: ../src/guestfs.pod:390
32974 msgid ""
32975 "The kernel version that the command runs under will be different from what "
32976 "it expects."
32977 msgstr ""
32978
32979 #. type: textblock
32980 #: ../src/guestfs.pod:395
32981 msgid ""
32982 "If the command needs to communicate with daemons, then most likely they "
32983 "won't be running."
32984 msgstr ""
32985
32986 #. type: textblock
32987 #: ../src/guestfs.pod:400
32988 msgid "The command will be running in limited memory."
32989 msgstr ""
32990
32991 #. type: textblock
32992 #: ../src/guestfs.pod:404
32993 msgid ""
32994 "The network may not be available unless you enable it (see L</"
32995 "guestfs_set_network>)."
32996 msgstr ""
32997
32998 #. type: textblock
32999 #: ../src/guestfs.pod:409
33000 msgid "Only supports Linux guests (not Windows, BSD, etc)."
33001 msgstr ""
33002
33003 #. type: textblock
33004 #: ../src/guestfs.pod:413
33005 msgid ""
33006 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
33007 msgstr ""
33008
33009 #. type: textblock
33010 #: ../src/guestfs.pod:418
33011 msgid ""
33012 "For SELinux guests, you may need to enable SELinux and load policy first.  "
33013 "See L</SELINUX> in this manpage."
33014 msgstr ""
33015
33016 #. type: textblock
33017 #: ../src/guestfs.pod:423
33018 msgid ""
33019 "I<Security:> It is not safe to run commands from untrusted, possibly "
33020 "malicious guests.  These commands may attempt to exploit your program by "
33021 "sending unexpected output.  They could also try to exploit the Linux kernel "
33022 "or qemu provided by the libguestfs appliance.  They could use the network "
33023 "provided by the libguestfs appliance to bypass ordinary network partitions "
33024 "and firewalls.  They could use the elevated privileges or different SELinux "
33025 "context of your program to their advantage."
33026 msgstr ""
33027
33028 #. type: textblock
33029 #: ../src/guestfs.pod:432
33030 msgid ""
33031 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
33032 "(a script which runs when the guest next boots normally), and to have this "
33033 "script run the commands you want in the normal context of the running guest, "
33034 "network security and so on.  For information about other security issues, "
33035 "see L</SECURITY>."
33036 msgstr ""
33037
33038 #. type: textblock
33039 #: ../src/guestfs.pod:440
33040 msgid ""
33041 "The two main API calls to run commands are L</guestfs_command> and L</"
33042 "guestfs_sh> (there are also variations)."
33043 msgstr ""
33044
33045 #. type: textblock
33046 #: ../src/guestfs.pod:443
33047 msgid ""
33048 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
33049 "shell globs, redirections, etc will work."
33050 msgstr ""
33051
33052 #. type: =head2
33053 #: ../src/guestfs.pod:446
33054 msgid "CONFIGURATION FILES"
33055 msgstr "ФАЙЛИ НАЛАШТУВАННЯ"
33056
33057 #. type: textblock
33058 #: ../src/guestfs.pod:448
33059 msgid ""
33060 "To read and write configuration files in Linux guest filesystems, we "
33061 "strongly recommend using Augeas.  For example, Augeas understands how to "
33062 "read and write, say, a Linux shadow password file or X.org configuration "
33063 "file, and so avoids you having to write that code."
33064 msgstr ""
33065
33066 #. type: textblock
33067 #: ../src/guestfs.pod:453
33068 msgid ""
33069 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
33070 "document Augeas itself here because there is excellent documentation on the "
33071 "L<http://augeas.net/> website."
33072 msgstr ""
33073
33074 #. type: textblock
33075 #: ../src/guestfs.pod:457
33076 msgid ""
33077 "If you don't want to use Augeas (you fool!) then try calling L</"
33078 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
33079 "over."
33080 msgstr ""
33081
33082 #. type: =head2
33083 #: ../src/guestfs.pod:461
33084 msgid "SELINUX"
33085 msgstr "SELINUX"
33086
33087 #. type: textblock
33088 #: ../src/guestfs.pod:463
33089 msgid ""
33090 "We support SELinux guests.  To ensure that labeling happens correctly in "
33091 "SELinux guests, you need to enable SELinux and load the guest's policy:"
33092 msgstr ""
33093
33094 #. type: textblock
33095 #: ../src/guestfs.pod:471
33096 msgid "Before launching, do:"
33097 msgstr ""
33098
33099 #. type: verbatim
33100 #: ../src/guestfs.pod:473
33101 #, no-wrap
33102 msgid ""
33103 " guestfs_set_selinux (g, 1);\n"
33104 "\n"
33105 msgstr ""
33106 " guestfs_set_selinux (g, 1);\n"
33107 "\n"
33108
33109 #. type: textblock
33110 #: ../src/guestfs.pod:477
33111 msgid ""
33112 "After mounting the guest's filesystem(s), load the policy.  This is best "
33113 "done by running the L<load_policy(8)> command in the guest itself:"
33114 msgstr ""
33115
33116 #. type: verbatim
33117 #: ../src/guestfs.pod:481
33118 #, no-wrap
33119 msgid ""
33120 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
33121 "\n"
33122 msgstr ""
33123 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
33124 "\n"
33125
33126 #. type: textblock
33127 #: ../src/guestfs.pod:483
33128 msgid ""
33129 "(Older versions of C<load_policy> require you to specify the name of the "
33130 "policy file)."
33131 msgstr ""
33132
33133 #. type: textblock
33134 #: ../src/guestfs.pod:488
33135 msgid ""
33136 "Optionally, set the security context for the API.  The correct security "
33137 "context to use can only be known by inspecting the guest.  As an example:"
33138 msgstr ""
33139
33140 #. type: verbatim
33141 #: ../src/guestfs.pod:492
33142 #, no-wrap
33143 msgid ""
33144 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
33145 "\n"
33146 msgstr ""
33147 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
33148 "\n"
33149
33150 #. type: textblock
33151 #: ../src/guestfs.pod:496
33152 msgid "This will work for running commands and editing existing files."
33153 msgstr ""
33154
33155 #. type: textblock
33156 #: ../src/guestfs.pod:498
33157 msgid ""
33158 "When new files are created, you may need to label them explicitly, for "
33159 "example by running the external command C<restorecon pathname>."
33160 msgstr ""
33161
33162 #. type: =head2
33163 #: ../src/guestfs.pod:502
33164 msgid "UMASK"
33165 msgstr "UMASK"
33166
33167 #. type: textblock
33168 #: ../src/guestfs.pod:504
33169 msgid ""
33170 "Certain calls are affected by the current file mode creation mask (the "
33171 "\"umask\").  In particular ones which create files or directories, such as "
33172 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
33173 "either the default mode that the file is created with or modifies the mode "
33174 "that you supply."
33175 msgstr ""
33176
33177 #. type: textblock
33178 #: ../src/guestfs.pod:510
33179 msgid ""
33180 "The default umask is C<022>, so files are created with modes such as C<0644> "
33181 "and directories with C<0755>."
33182 msgstr ""
33183
33184 #. type: textblock
33185 #: ../src/guestfs.pod:513
33186 msgid ""
33187 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
33188 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
33189 "guestfs_chmod> after creating each file or directory."
33190 msgstr ""
33191
33192 #. type: textblock
33193 #: ../src/guestfs.pod:517
33194 msgid "For more information about umask, see L<umask(2)>."
33195 msgstr ""
33196
33197 #. type: textblock
33198 #: ../src/guestfs.pod:521
33199 msgid ""
33200 "Libguestfs allows you to access Linux guests which have been encrypted using "
33201 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
33202 "standard.  This includes nearly all whole disk encryption systems used by "
33203 "modern Linux guests."
33204 msgstr ""
33205
33206 #. type: textblock
33207 #: ../src/guestfs.pod:527
33208 msgid ""
33209 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
33210 "returns the string C<crypto_LUKS>)."
33211 msgstr ""
33212
33213 #. type: textblock
33214 #: ../src/guestfs.pod:530
33215 msgid ""
33216 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
33217 "will require the passphrase!"
33218 msgstr ""
33219
33220 #. type: textblock
33221 #: ../src/guestfs.pod:533
33222 msgid ""
33223 "Opening a LUKS device creates a new device mapper device called C</dev/"
33224 "mapper/mapname> (where C<mapname> is the string you supply to L</"
33225 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
33226 "from and encrypted to the underlying block device respectively."
33227 msgstr ""
33228
33229 #. type: textblock
33230 #: ../src/guestfs.pod:539
33231 msgid ""
33232 "LVM volume groups on the device can be made visible by calling L</"
33233 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
33234 "(s) can now be mounted in the usual way."
33235 msgstr ""
33236
33237 #. type: textblock
33238 #: ../src/guestfs.pod:543
33239 msgid ""
33240 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
33241 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
33242 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
33243 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
33244 "underlying encrypted block device)."
33245 msgstr ""
33246
33247 #. type: =head2
33248 #: ../src/guestfs.pod:550
33249 msgid "INSPECTION"
33250 msgstr "ПЕРЕВІРКА"
33251
33252 #. type: textblock
33253 #: ../src/guestfs.pod:552
33254 msgid ""
33255 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
33256 "contains operating systems, an install CD or a live CD.  (These APIs used to "
33257 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
33258 "version 1.5.3 the most frequently used part of this library has been "
33259 "rewritten in C and moved into the core code)."
33260 msgstr ""
33261
33262 #. type: textblock
33263 #: ../src/guestfs.pod:559
33264 msgid ""
33265 "Add all disks belonging to the unknown virtual machine and call L</"
33266 "guestfs_launch> in the usual way."
33267 msgstr ""
33268
33269 #. type: textblock
33270 #: ../src/guestfs.pod:562
33271 msgid ""
33272 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
33273 "and certain heuristics, and returns a list of operating systems that were "
33274 "found.  An empty list means none were found.  A single element is the root "
33275 "filesystem of the operating system.  For dual- or multi-boot guests, "
33276 "multiple roots can be returned, each one corresponding to a separate "
33277 "operating system.  (Multi-boot virtual machines are extremely rare in the "
33278 "world of virtualization, but since this scenario can happen, we have built "
33279 "libguestfs to deal with it.)"
33280 msgstr ""
33281
33282 #. type: textblock
33283 #: ../src/guestfs.pod:571
33284 msgid ""
33285 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
33286 "to get additional details about that operating system.  For example, call L</"
33287 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
33288 "Windows and Linux-based operating systems respectively."
33289 msgstr ""
33290
33291 #. type: textblock
33292 #: ../src/guestfs.pod:577
33293 msgid ""
33294 "Un*x-like and Linux-based operating systems usually consist of several "
33295 "filesystems which are mounted at boot time (for example, a separate boot "
33296 "partition mounted on C</boot>).  The inspection rules are able to detect how "
33297 "filesystems correspond to mount points.  Call "
33298 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
33299 "hash table like this example:"
33300 msgstr ""
33301
33302 #. type: verbatim
33303 #: ../src/guestfs.pod:584
33304 #, no-wrap
33305 msgid ""
33306 " /boot => /dev/sda1\n"
33307 " /     => /dev/vg_guest/lv_root\n"
33308 " /usr  => /dev/vg_guest/lv_usr\n"
33309 "\n"
33310 msgstr ""
33311 " /boot => /dev/sda1\n"
33312 " /     => /dev/vg_guest/lv_root\n"
33313 " /usr  => /dev/vg_guest/lv_usr\n"
33314 "\n"
33315
33316 #. type: textblock
33317 #: ../src/guestfs.pod:588
33318 msgid ""
33319 "The caller can then make calls to L</guestfs_mount_options> to mount the "
33320 "filesystems as suggested."
33321 msgstr ""
33322
33323 #. type: textblock
33324 #: ../src/guestfs.pod:591
33325 msgid ""
33326 "Be careful to mount filesystems in the right order (eg. C</> before C</"
33327 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
33328 msgstr ""
33329
33330 #. type: textblock
33331 #: ../src/guestfs.pod:595
33332 msgid ""
33333 "Inspection currently only works for some common operating systems.  "
33334 "Contributors are welcome to send patches for other operating systems that we "
33335 "currently cannot detect."
33336 msgstr ""
33337
33338 #. type: textblock
33339 #: ../src/guestfs.pod:599
33340 msgid ""
33341 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
33342 "for more details.  The L</guestfs_inspect_os> function just ignores any "
33343 "encrypted devices."
33344 msgstr ""
33345
33346 #. type: textblock
33347 #: ../src/guestfs.pod:603
33348 msgid ""
33349 "A note on the implementation: The call L</guestfs_inspect_os> performs "
33350 "inspection and caches the results in the guest handle.  Subsequent calls to "
33351 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
33352 "read the disks.  If you change the content of the guest disks, you can redo "
33353 "inspection by calling L</guestfs_inspect_os> again.  (L</"
33354 "guestfs_inspect_list_applications> works a little differently from the other "
33355 "calls and does read the disks.  See documentation for that function for "
33356 "details)."
33357 msgstr ""
33358
33359 #. type: =head3
33360 #: ../src/guestfs.pod:612
33361 msgid "INSPECTING INSTALL DISKS"
33362 msgstr ""
33363
33364 #. type: textblock
33365 #: ../src/guestfs.pod:614
33366 msgid ""
33367 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
33368 "CDs and more."
33369 msgstr ""
33370
33371 #. type: textblock
33372 #: ../src/guestfs.pod:617
33373 msgid ""
33374 "Call L</guestfs_inspect_get_format> to return the format of the operating "
33375 "system, which currently can be C<installed> (a regular operating system) or "
33376 "C<installer> (some sort of install disk)."
33377 msgstr ""
33378
33379 #. type: textblock
33380 #: ../src/guestfs.pod:621
33381 msgid ""
33382 "Further information is available about the operating system that can be "
33383 "installed using the regular inspection APIs like L</"
33384 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
33385 msgstr ""
33386
33387 #. type: textblock
33388 #: ../src/guestfs.pod:626
33389 msgid ""
33390 "Some additional information specific to installer disks is also available "
33391 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
33392 "guestfs_inspect_is_multipart> calls."
33393 msgstr ""
33394
33395 #. type: =head2
33396 #: ../src/guestfs.pod:631
33397 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
33398 msgstr ""
33399
33400 #. type: textblock
33401 #: ../src/guestfs.pod:633
33402 msgid ""
33403 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
33404 "ntfs-3g.org/> driver."
33405 msgstr ""
33406
33407 #. type: =head3
33408 #: ../src/guestfs.pod:636
33409 msgid "DRIVE LETTERS AND PATHS"
33410 msgstr "ЛІТЕРИ ДИСКІВ ТА ШЛЯХИ"
33411
33412 #. type: textblock
33413 #: ../src/guestfs.pod:638
33414 msgid ""
33415 "DOS and Windows still use drive letters, and the filesystems are always "
33416 "treated as case insensitive by Windows itself, and therefore you might find "
33417 "a Windows configuration file referring to a path like C<c:\\windows"
33418 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
33419 "might be referred to as C</WINDOWS/System32>."
33420 msgstr ""
33421
33422 #. type: textblock
33423 #: ../src/guestfs.pod:644
33424 msgid ""
33425 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
33426 "L</guestfs_inspect_get_drive_mappings>)"
33427 msgstr ""
33428
33429 #. type: textblock
33430 #: ../src/guestfs.pod:647
33431 msgid ""
33432 "Dealing with separator characters (backslash vs forward slash) is outside "
33433 "the scope of libguestfs, but usually a simple character replacement will "
33434 "work."
33435 msgstr ""
33436
33437 #. type: textblock
33438 #: ../src/guestfs.pod:651
33439 msgid ""
33440 "To resolve the case insensitivity of paths, call L</"
33441 "guestfs_case_sensitive_path>."
33442 msgstr ""
33443
33444 #. type: =head3
33445 #: ../src/guestfs.pod:654
33446 msgid "ACCESSING THE WINDOWS REGISTRY"
33447 msgstr "ДОСТУП ДО РЕГІСТРУ WINDOWS"
33448
33449 #. type: textblock
33450 #: ../src/guestfs.pod:656
33451 msgid ""
33452 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
33453 "files, through the library C<hivex> which is part of the libguestfs project "
33454 "although ships as a separate tarball.  You have to locate and download the "
33455 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
33456 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
33457 "reg(1)> for more help on this issue."
33458 msgstr ""
33459
33460 #. type: =head3
33461 #: ../src/guestfs.pod:664
33462 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
33463 msgstr "СИМВОЛІЧНІ ПОСИЛАННЯ У ФАЙЛОВИХ СИСТЕМАХ NTFS-3G"
33464
33465 #. type: textblock
33466 #: ../src/guestfs.pod:666
33467 msgid ""
33468 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
33469 "provide something which looks like a Linux symlink.  The way it tries to do "
33470 "the rewriting is described here:"
33471 msgstr ""
33472
33473 #. type: textblock
33474 #: ../src/guestfs.pod:670
33475 msgid ""
33476 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
33477 "symbolic-links/>"
33478 msgstr ""
33479 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
33480 "symbolic-links/>"
33481
33482 #. type: textblock
33483 #: ../src/guestfs.pod:672
33484 msgid ""
33485 "The essential problem is that ntfs-3g simply does not have enough "
33486 "information to do a correct job.  NTFS links can contain drive letters and "
33487 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
33488 "It is almost certainly the case that libguestfs callers should ignore what "
33489 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
33490 msgstr ""
33491
33492 #. type: textblock
33493 #: ../src/guestfs.pod:679
33494 msgid ""
33495 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
33496 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
33497 "attribute, and read the raw reparse data from that (you can find the format "
33498 "documented in various places around the web)."
33499 msgstr ""
33500
33501 #. type: =head3
33502 #: ../src/guestfs.pod:684
33503 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
33504 msgstr ""
33505
33506 #. type: textblock
33507 #: ../src/guestfs.pod:686
33508 msgid ""
33509 "There are other useful extended attributes that can be read from ntfs-3g "
33510 "filesystems (using L</guestfs_getxattr>).  See:"
33511 msgstr ""
33512
33513 #. type: textblock
33514 #: ../src/guestfs.pod:689
33515 msgid ""
33516 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
33517 msgstr ""
33518 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
33519
33520 #. type: =head2
33521 #: ../src/guestfs.pod:691
33522 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
33523 msgstr "ВИКОРИСТАННЯ LIBGUESTFS ЗА ДОПОМОГОЮ ІНШИХ МОВ ПРОГРАМУВАННЯ"
33524
33525 #. type: textblock
33526 #: ../src/guestfs.pod:693
33527 msgid ""
33528 "Although we don't want to discourage you from using the C API, we will "
33529 "mention here that the same API is also available in other languages."
33530 msgstr ""
33531
33532 #. type: textblock
33533 #: ../src/guestfs.pod:696
33534 msgid ""
33535 "The API is broadly identical in all supported languages.  This means that "
33536 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
33537 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
33538 "OCaml.  In other words, a straightforward, predictable isomorphism between "
33539 "each language."
33540 msgstr ""
33541
33542 #. type: textblock
33543 #: ../src/guestfs.pod:702
33544 msgid ""
33545 "Error messages are automatically transformed into exceptions if the language "
33546 "supports it."
33547 msgstr ""
33548
33549 #. type: textblock
33550 #: ../src/guestfs.pod:705
33551 msgid ""
33552 "We don't try to \"object orientify\" parts of the API in OO languages, "
33553 "although contributors are welcome to write higher level APIs above what we "
33554 "provide in their favourite languages if they wish."
33555 msgstr ""
33556
33557 #. type: =item
33558 #: ../src/guestfs.pod:711
33559 msgid "B<C++>"
33560 msgstr "B<C++>"
33561
33562 #. type: textblock
33563 #: ../src/guestfs.pod:713
33564 msgid ""
33565 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
33566 "identical to the C API.  C++ classes and exceptions are not used."
33567 msgstr ""
33568
33569 #. type: =item
33570 #: ../src/guestfs.pod:717
33571 msgid "B<C#>"
33572 msgstr "B<C#>"
33573
33574 #. type: textblock
33575 #: ../src/guestfs.pod:719
33576 msgid ""
33577 "The C# bindings are highly experimental.  Please read the warnings at the "
33578 "top of C<csharp/Libguestfs.cs>."
33579 msgstr ""
33580
33581 #. type: =item
33582 #: ../src/guestfs.pod:722
33583 msgid "B<Haskell>"
33584 msgstr "B<Haskell>"
33585
33586 #. type: textblock
33587 #: ../src/guestfs.pod:724
33588 msgid ""
33589 "This is the only language binding that is working but incomplete.  Only "
33590 "calls which return simple integers have been bound in Haskell, and we are "
33591 "looking for help to complete this binding."
33592 msgstr ""
33593
33594 #. type: =item
33595 #: ../src/guestfs.pod:728
33596 msgid "B<Java>"
33597 msgstr "B<Java>"
33598
33599 #. type: textblock
33600 #: ../src/guestfs.pod:730
33601 msgid ""
33602 "Full documentation is contained in the Javadoc which is distributed with "
33603 "libguestfs.  For examples, see L<guestfs-java(3)>."
33604 msgstr ""
33605
33606 #. type: =item
33607 #: ../src/guestfs.pod:733
33608 msgid "B<OCaml>"
33609 msgstr "B<OCaml>"
33610
33611 #. type: textblock
33612 #: ../src/guestfs.pod:735
33613 msgid "See L<guestfs-ocaml(3)>."
33614 msgstr "Див. L<guestfs-ocaml(3)>."
33615
33616 #. type: =item
33617 #: ../src/guestfs.pod:737
33618 msgid "B<Perl>"
33619 msgstr "B<Perl>"
33620
33621 #. type: textblock
33622 #: ../src/guestfs.pod:739
33623 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
33624 msgstr "Див. L<guestfs-perl(3)> та L<Sys::Guestfs(3)>."
33625
33626 #. type: =item
33627 #: ../src/guestfs.pod:741
33628 msgid "B<PHP>"
33629 msgstr "B<PHP>"
33630
33631 #. type: textblock
33632 #: ../src/guestfs.pod:743
33633 msgid ""
33634 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
33635 "the php-libguestfs package for your distribution."
33636 msgstr ""
33637
33638 #. type: textblock
33639 #: ../src/guestfs.pod:746
33640 msgid "The PHP binding only works correctly on 64 bit machines."
33641 msgstr ""
33642
33643 #. type: =item
33644 #: ../src/guestfs.pod:748
33645 msgid "B<Python>"
33646 msgstr "B<Python>"
33647
33648 #. type: textblock
33649 #: ../src/guestfs.pod:750
33650 msgid "See L<guestfs-python(3)>."
33651 msgstr "Див. L<guestfs-python(3)>."
33652
33653 #. type: =item
33654 #: ../src/guestfs.pod:752
33655 msgid "B<Ruby>"
33656 msgstr "B<Ruby>"
33657
33658 #. type: textblock
33659 #: ../src/guestfs.pod:754
33660 msgid "See L<guestfs-ruby(3)>."
33661 msgstr "Див. L<guestfs-ruby(3)>."
33662
33663 #. type: =item
33664 #: ../src/guestfs.pod:756
33665 msgid "B<shell scripts>"
33666 msgstr "B<скрипти оболонки>"
33667
33668 #. type: textblock
33669 #: ../src/guestfs.pod:758
33670 msgid "See L<guestfish(1)>."
33671 msgstr "Див. L<guestfish(1)>."
33672
33673 #. type: =head2
33674 #: ../src/guestfs.pod:762
33675 msgid "LIBGUESTFS GOTCHAS"
33676 msgstr ""
33677
33678 #. type: textblock
33679 #: ../src/guestfs.pod:764
33680 msgid ""
33681 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
33682 "system [...] that works in the way it is documented but is counterintuitive "
33683 "and almost invites mistakes.\""
33684 msgstr ""
33685
33686 #. type: textblock
33687 #: ../src/guestfs.pod:768
33688 msgid ""
33689 "Since we developed libguestfs and the associated tools, there are several "
33690 "things we would have designed differently, but are now stuck with for "
33691 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
33692 "release, you can expect these to change.  Beware of them."
33693 msgstr ""
33694
33695 #. type: =item
33696 #: ../src/guestfs.pod:776
33697 msgid "Autosync / forgetting to sync."
33698 msgstr ""
33699
33700 #. type: textblock
33701 #: ../src/guestfs.pod:778
33702 msgid ""
33703 "I<Update:> Autosync is enabled by default for all API users starting from "
33704 "libguestfs 1.5.24.  This section only applies to older versions."
33705 msgstr ""
33706
33707 #. type: textblock
33708 #: ../src/guestfs.pod:781
33709 msgid ""
33710 "When modifying a filesystem from C or another language, you B<must> unmount "
33711 "all filesystems and call L</guestfs_sync> explicitly before you close the "
33712 "libguestfs handle.  You can also call:"
33713 msgstr ""
33714
33715 #. type: verbatim
33716 #: ../src/guestfs.pod:785
33717 #, no-wrap
33718 msgid ""
33719 " guestfs_set_autosync (g, 1);\n"
33720 "\n"
33721 msgstr ""
33722 " guestfs_set_autosync (g, 1);\n"
33723 "\n"
33724
33725 #. type: textblock
33726 #: ../src/guestfs.pod:787
33727 msgid ""
33728 "to have the unmount/sync done automatically for you when the handle 'g' is "
33729 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
33730 msgstr ""
33731
33732 #. type: textblock
33733 #: ../src/guestfs.pod:791
33734 msgid ""
33735 "If you forget to do this, then it is entirely possible that your changes "
33736 "won't be written out, or will be partially written, or (very rarely) that "
33737 "you'll get disk corruption."
33738 msgstr ""
33739
33740 #. type: textblock
33741 #: ../src/guestfs.pod:795
33742 msgid ""
33743 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
33744 "guestfish scripts that forget to sync will work just fine, which can make "
33745 "this very puzzling if you are trying to debug a problem."
33746 msgstr ""
33747
33748 #. type: =item
33749 #: ../src/guestfs.pod:799
33750 msgid "Mount option C<-o sync> should not be the default."
33751 msgstr ""
33752
33753 #. type: textblock
33754 #: ../src/guestfs.pod:801
33755 msgid ""
33756 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
33757 "However C<-o sync> does not add any reliability benefit, but does have a "
33758 "very large performance impact."
33759 msgstr ""
33760
33761 #. type: textblock
33762 #: ../src/guestfs.pod:805
33763 msgid ""
33764 "The work around is to use L</guestfs_mount_options> and set the mount "
33765 "options that you actually want to use."
33766 msgstr ""
33767
33768 #. type: =item
33769 #: ../src/guestfs.pod:808
33770 msgid "Read-only should be the default."
33771 msgstr ""
33772
33773 #. type: textblock
33774 #: ../src/guestfs.pod:810
33775 msgid ""
33776 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
33777 "specify I<--rw> if you want to make changes to the image."
33778 msgstr ""
33779
33780 #. type: textblock
33781 #: ../src/guestfs.pod:813
33782 msgid "This would reduce the potential to corrupt live VM images."
33783 msgstr ""
33784
33785 #. type: textblock
33786 #: ../src/guestfs.pod:815
33787 msgid ""
33788 "Note that many filesystems change the disk when you just mount and unmount, "
33789 "even if you didn't perform any writes.  You need to use L</"
33790 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
33791 msgstr ""
33792
33793 #. type: =item
33794 #: ../src/guestfs.pod:819
33795 msgid "guestfish command line is hard to use."
33796 msgstr ""
33797
33798 #. type: textblock
33799 #: ../src/guestfs.pod:821
33800 msgid ""
33801 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
33802 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
33803 "exist, so it fails.  In earlier versions of guestfish the error message was "
33804 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
33805 "we should have used C<guestfish -c command> to run commands."
33806 msgstr ""
33807
33808 #. type: =item
33809 #: ../src/guestfs.pod:828
33810 msgid "guestfish megabyte modifiers don't work right on all commands"
33811 msgstr ""
33812
33813 #. type: textblock
33814 #: ../src/guestfs.pod:830
33815 msgid ""
33816 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
33817 "other modifiers).  What guestfish actually does is to multiply the number "
33818 "part by the modifier part and pass the result to the C API.  However this "
33819 "doesn't work for a few APIs which aren't expecting bytes, but are already "
33820 "expecting some other unit (eg. megabytes)."
33821 msgstr ""
33822
33823 #. type: textblock
33824 #: ../src/guestfs.pod:837
33825 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
33826 msgstr ""
33827
33828 #. type: verbatim
33829 #: ../src/guestfs.pod:839
33830 #, no-wrap
33831 msgid ""
33832 " lvcreate LV VG 100M\n"
33833 "\n"
33834 msgstr ""
33835 " lvcreate LV VG 100M\n"
33836 "\n"
33837
33838 #. type: textblock
33839 #: ../src/guestfs.pod:841
33840 msgid ""
33841 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
33842 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
33843 "megabytes * megabytes) logical volume.  The error message you get from this "
33844 "is also a little obscure."
33845 msgstr ""
33846
33847 #. type: textblock
33848 #: ../src/guestfs.pod:846
33849 msgid ""
33850 "This could be fixed in the generator by specially marking parameters and "
33851 "return values which take bytes or other units."
33852 msgstr ""
33853
33854 #. type: =item
33855 #: ../src/guestfs.pod:849
33856 msgid "Ambiguity between devices and paths"
33857 msgstr ""
33858
33859 #. type: textblock
33860 #: ../src/guestfs.pod:851
33861 msgid ""
33862 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
33863 "sdb2>) and a similar pathname.  A file might just happen to be called "
33864 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
33865 msgstr ""
33866
33867 #. type: textblock
33868 #: ../src/guestfs.pod:856
33869 msgid ""
33870 "In the current API we usually resolve this ambiguity by having two separate "
33871 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
33872 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
33873 "detecting if the path supplied begins with C</dev/>."
33874 msgstr ""
33875
33876 #. type: textblock
33877 #: ../src/guestfs.pod:862
33878 msgid ""
33879 "To avoid both the ambiguity and the need to duplicate some calls, we could "
33880 "make paths/devices into structured names.  One way to do this would be to "
33881 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
33882 "aspect of grub.  Another way would be to use a structured type, equivalent "
33883 "to this OCaml type:"
33884 msgstr ""
33885
33886 #. type: verbatim
33887 #: ../src/guestfs.pod:868
33888 #, no-wrap
33889 msgid ""
33890 " type path = Path of string | Device of int | Partition of int * int\n"
33891 "\n"
33892 msgstr ""
33893
33894 #. type: textblock
33895 #: ../src/guestfs.pod:870
33896 msgid "which would allow you to pass arguments like:"
33897 msgstr ""
33898
33899 #. type: verbatim
33900 #: ../src/guestfs.pod:872
33901 #, no-wrap
33902 msgid ""
33903 " Path \"/foo/bar\"\n"
33904 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
33905 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
33906 " Path \"/dev/sdb2\"    (* not a device *)\n"
33907 "\n"
33908 msgstr ""
33909
33910 #. type: textblock
33911 #: ../src/guestfs.pod:877
33912 msgid ""
33913 "As you can see there are still problems to resolve even with this "
33914 "representation.  Also consider how it might work in guestfish."
33915 msgstr ""
33916
33917 #. type: =head2
33918 #: ../src/guestfs.pod:882
33919 msgid "KEYS AND PASSPHRASES"
33920 msgstr "КЛЮЧІ І ПАРОЛІ"
33921
33922 #. type: textblock
33923 #: ../src/guestfs.pod:884
33924 msgid ""
33925 "Certain libguestfs calls take a parameter that contains sensitive key "
33926 "material, passed in as a C string."
33927 msgstr ""
33928
33929 #. type: textblock
33930 #: ../src/guestfs.pod:887
33931 msgid ""
33932 "In the future we would hope to change the libguestfs implementation so that "
33933 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
33934 "swap.  However this is I<not> done at the moment, because of the complexity "
33935 "of such an implementation."
33936 msgstr ""
33937
33938 #. type: textblock
33939 #: ../src/guestfs.pod:892
33940 msgid ""
33941 "Therefore you should be aware that any key parameter you pass to libguestfs "
33942 "might end up being written out to the swap partition.  If this is a concern, "
33943 "scrub the swap partition or don't use libguestfs on encrypted devices."
33944 msgstr ""
33945
33946 #. type: =head2
33947 #: ../src/guestfs.pod:897
33948 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
33949 msgstr ""
33950
33951 #. type: textblock
33952 #: ../src/guestfs.pod:899
33953 msgid ""
33954 "All high-level libguestfs actions are synchronous.  If you want to use "
33955 "libguestfs asynchronously then you must create a thread."
33956 msgstr ""
33957
33958 #. type: textblock
33959 #: ../src/guestfs.pod:902
33960 msgid ""
33961 "Only use the handle from a single thread.  Either use the handle exclusively "
33962 "from one thread, or provide your own mutex so that two threads cannot issue "
33963 "calls on the same handle at the same time."
33964 msgstr ""
33965
33966 #. type: textblock
33967 #: ../src/guestfs.pod:906
33968 msgid ""
33969 "See the graphical program guestfs-browser for one possible architecture for "
33970 "multithreaded programs using libvirt and libguestfs."
33971 msgstr ""
33972
33973 #. type: =head2
33974 #: ../src/guestfs.pod:909
33975 msgid "PATH"
33976 msgstr "ШЛЯХ"
33977
33978 #. type: textblock
33979 #: ../src/guestfs.pod:911
33980 msgid ""
33981 "Libguestfs needs a supermin appliance, which it finds by looking along an "
33982 "internal path."
33983 msgstr ""
33984
33985 #. type: textblock
33986 #: ../src/guestfs.pod:914
33987 msgid ""
33988 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
33989 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
33990 msgstr ""
33991
33992 #. type: textblock
33993 #: ../src/guestfs.pod:917
33994 msgid ""
33995 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
33996 "to change the directories that libguestfs will search in.  The value is a "
33997 "colon-separated list of paths.  The current directory is I<not> searched "
33998 "unless the path contains an empty element or C<.>.  For example "
33999 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
34000 "then C</usr/lib/guestfs>."
34001 msgstr ""
34002
34003 #. type: =head2
34004 #: ../src/guestfs.pod:924
34005 msgid "QEMU WRAPPERS"
34006 msgstr ""
34007
34008 #. type: textblock
34009 #: ../src/guestfs.pod:926
34010 msgid ""
34011 "If you want to compile your own qemu, run qemu from a non-standard location, "
34012 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
34013 "around qemu."
34014 msgstr ""
34015
34016 #. type: textblock
34017 #: ../src/guestfs.pod:930
34018 msgid ""
34019 "There is one important rule to remember: you I<must C<exec qemu>> as the "
34020 "last command in the shell script (so that qemu replaces the shell and "
34021 "becomes the direct child of the libguestfs-using program).  If you don't do "
34022 "this, then the qemu process won't be cleaned up correctly."
34023 msgstr ""
34024
34025 #. type: textblock
34026 #: ../src/guestfs.pod:935
34027 msgid ""
34028 "Here is an example of a wrapper, where I have built my own copy of qemu from "
34029 "source:"
34030 msgstr ""
34031
34032 #. type: verbatim
34033 #: ../src/guestfs.pod:938
34034 #, no-wrap
34035 msgid ""
34036 " #!/bin/sh -\n"
34037 " qemudir=/home/rjones/d/qemu\n"
34038 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
34039 "\n"
34040 msgstr ""
34041 " #!/bin/sh -\n"
34042 " qemudir=/home/rjones/d/qemu\n"
34043 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
34044 "\n"
34045
34046 #. type: textblock
34047 #: ../src/guestfs.pod:942
34048 msgid ""
34049 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
34050 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
34051 "example:"
34052 msgstr ""
34053
34054 #. type: verbatim
34055 #: ../src/guestfs.pod:946
34056 #, no-wrap
34057 msgid ""
34058 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
34059 "\n"
34060 msgstr ""
34061 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
34062 "\n"
34063
34064 #. type: textblock
34065 #: ../src/guestfs.pod:948
34066 msgid ""
34067 "Note that libguestfs also calls qemu with the -help and -version options in "
34068 "order to determine features."
34069 msgstr ""
34070
34071 #. type: =head2
34072 #: ../src/guestfs.pod:951
34073 msgid "ATTACHING TO RUNNING DAEMONS"
34074 msgstr "ДОЛУЧЕННЯ ДО ЗАПУЩЕНИХ ФОНОВИХ СЛУЖБ"
34075
34076 #. type: textblock
34077 #: ../src/guestfs.pod:953
34078 msgid ""
34079 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
34080 "babies.  Use with caution."
34081 msgstr ""
34082
34083 #. type: textblock
34084 #: ../src/guestfs.pod:956
34085 msgid ""
34086 "I<Note (2):> This section explains how to attach to a running daemon from a "
34087 "low level perspective.  For most users, simply using virt tools such as "
34088 "L<guestfish(1)> with the I<--live> option will \"just work\"."
34089 msgstr ""
34090
34091 #. type: =head3
34092 #: ../src/guestfs.pod:960
34093 msgid "Using guestfs_set_attach_method"
34094 msgstr "За допомогою guestfs_set_attach_method"
34095
34096 #. type: textblock
34097 #: ../src/guestfs.pod:962
34098 msgid ""
34099 "By calling L</guestfs_set_attach_method> you can change how the library "
34100 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
34101 "ARCHITECTURE> for some background)."
34102 msgstr ""
34103
34104 #. type: textblock
34105 #: ../src/guestfs.pod:966
34106 msgid ""
34107 "The normal attach method is C<appliance>, where a small appliance is created "
34108 "containing the daemon, and then the library connects to this."
34109 msgstr ""
34110
34111 #. type: textblock
34112 #: ../src/guestfs.pod:969
34113 msgid ""
34114 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
34115 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
34116 "daemon over the Unix domain socket."
34117 msgstr ""
34118
34119 #. type: textblock
34120 #: ../src/guestfs.pod:973
34121 msgid ""
34122 "The normal use for this is to connect to a running virtual machine that "
34123 "contains a C<guestfsd> daemon, and send commands so you can read and write "
34124 "files inside the live virtual machine."
34125 msgstr ""
34126
34127 #. type: =head3
34128 #: ../src/guestfs.pod:977
34129 msgid "Using guestfs_add_domain with live flag"
34130 msgstr "За допомогою guestfs_add_domain з прапорцем live"
34131
34132 #. type: textblock
34133 #: ../src/guestfs.pod:979
34134 msgid ""
34135 "L</guestfs_add_domain> provides some help for getting the correct attach "
34136 "method.  If you pass the C<live> option to this function, then (if the "
34137 "virtual machine is running) it will examine the libvirt XML looking for a "
34138 "virtio-serial channel to connect to:"
34139 msgstr ""
34140
34141 #. type: verbatim
34142 #: ../src/guestfs.pod:985
34143 #, no-wrap
34144 msgid ""
34145 " <domain>\n"
34146 "   ...\n"
34147 "   <devices>\n"
34148 "     ...\n"
34149 "     <channel type='unix'>\n"
34150 "       <source mode='bind' path='/path/to/socket'/>\n"
34151 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
34152 "     </channel>\n"
34153 "     ...\n"
34154 "   </devices>\n"
34155 " </domain>\n"
34156 "\n"
34157 msgstr ""
34158 " <domain>\n"
34159 "   ...\n"
34160 "   <devices>\n"
34161 "     ...\n"
34162 "     <channel type='unix'>\n"
34163 "       <source mode='bind' path='/path/to/socket'/>\n"
34164 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
34165 "     </channel>\n"
34166 "     ...\n"
34167 "   </devices>\n"
34168 " </domain>\n"
34169 "\n"
34170
34171 #. type: textblock
34172 #: ../src/guestfs.pod:997
34173 msgid ""
34174 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
34175 "method to C<unix:/path/to/socket>."
34176 msgstr ""
34177
34178 #. type: textblock
34179 #: ../src/guestfs.pod:1000
34180 msgid ""
34181 "Some of the libguestfs tools (including guestfish) support a I<--live> "
34182 "option which is passed through to L</guestfs_add_domain> thus allowing you "
34183 "to attach to and modify live virtual machines."
34184 msgstr ""
34185
34186 #. type: textblock
34187 #: ../src/guestfs.pod:1004
34188 msgid ""
34189 "The virtual machine needs to have been set up beforehand so that it has the "
34190 "virtio-serial channel and so that guestfsd is running inside it."
34191 msgstr ""
34192
34193 #. type: =head2
34194 #: ../src/guestfs.pod:1008
34195 msgid "ABI GUARANTEE"
34196 msgstr "ГАРАНТІЯ ЩОДО ABI"
34197
34198 #. type: textblock
34199 #: ../src/guestfs.pod:1010
34200 msgid ""
34201 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
34202 "actions as outlined in this section.  Although we will deprecate some "
34203 "actions, for example if they get replaced by newer calls, we will keep the "
34204 "old actions forever.  This allows you the developer to program in confidence "
34205 "against the libguestfs API."
34206 msgstr ""
34207
34208 #. type: =head2
34209 #: ../src/guestfs.pod:1016
34210 msgid "BLOCK DEVICE NAMING"
34211 msgstr "ІМЕНУВАННЯ БЛОКОВИХ ПРИСТРОЇВ"
34212
34213 #. type: textblock
34214 #: ../src/guestfs.pod:1018
34215 msgid ""
34216 "In the kernel there is now quite a profusion of schemata for naming block "
34217 "devices (in this context, by I<block device> I mean a physical or virtual "
34218 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
34219 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
34220 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
34221 "for the old IDE driver (particularly for SATA devices) those devices also "
34222 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
34223 "paravirtualized drivers.  This has created several different naming systems, "
34224 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
34225 msgstr ""
34226
34227 #. type: textblock
34228 #: ../src/guestfs.pod:1030
34229 msgid ""
34230 "As discussed above, libguestfs uses a qemu appliance running an embedded "
34231 "Linux kernel to access block devices.  We can run a variety of appliances "
34232 "based on a variety of Linux kernels."
34233 msgstr ""
34234
34235 #. type: textblock
34236 #: ../src/guestfs.pod:1034
34237 msgid ""
34238 "This causes a problem for libguestfs because many API calls use device or "
34239 "partition names.  Working scripts and the recipe (example) scripts that we "
34240 "make available over the internet could fail if the naming scheme changes."
34241 msgstr ""
34242
34243 #. type: textblock
34244 #: ../src/guestfs.pod:1039
34245 msgid ""
34246 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
34247 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
34248 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
34249 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
34250 msgstr ""
34251
34252 #. type: textblock
34253 #: ../src/guestfs.pod:1045
34254 msgid ""
34255 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
34256 "L</guestfs_list_partitions> and similar calls return the true names of the "
34257 "devices and partitions as known to the appliance."
34258 msgstr ""
34259
34260 #. type: =head3
34261 #: ../src/guestfs.pod:1050
34262 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
34263 msgstr ""
34264
34265 #. type: textblock
34266 #: ../src/guestfs.pod:1052
34267 msgid ""
34268 "Usually this translation is transparent.  However in some (very rare)  cases "
34269 "you may need to know the exact algorithm.  Such cases include where you use "
34270 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
34271 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
34272 msgstr ""
34273
34274 #. type: textblock
34275 #: ../src/guestfs.pod:1058
34276 msgid ""
34277 "The algorithm is applied only to I<parameters> which are known to be either "
34278 "device or partition names.  Return values from functions such as L</"
34279 "guestfs_list_devices> are never changed."
34280 msgstr ""
34281
34282 #. type: textblock
34283 #: ../src/guestfs.pod:1066
34284 msgid "Is the string a parameter which is a device or partition name?"
34285 msgstr ""
34286
34287 #. type: textblock
34288 #: ../src/guestfs.pod:1070
34289 msgid "Does the string begin with C</dev/sd>?"
34290 msgstr "Чи починається рядок з C</dev/sd>?"
34291
34292 #. type: textblock
34293 #: ../src/guestfs.pod:1074
34294 msgid ""
34295 "Does the named device exist? If so, we use that device.  However if I<not> "
34296 "then we continue with this algorithm."
34297 msgstr ""
34298
34299 #. type: textblock
34300 #: ../src/guestfs.pod:1079
34301 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
34302 msgstr ""
34303
34304 #. type: textblock
34305 #: ../src/guestfs.pod:1081
34306 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
34307 msgstr ""
34308
34309 #. type: textblock
34310 #: ../src/guestfs.pod:1083
34311 msgid "If that named device exists, use it.  If not, continue."
34312 msgstr ""
34313
34314 #. type: textblock
34315 #: ../src/guestfs.pod:1087
34316 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
34317 msgstr ""
34318
34319 #. type: textblock
34320 #: ../src/guestfs.pod:1089
34321 msgid "If that named device exists, use it.  If not, return an error."
34322 msgstr ""
34323
34324 #. type: =head3
34325 #: ../src/guestfs.pod:1093
34326 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
34327 msgstr ""
34328
34329 #. type: textblock
34330 #: ../src/guestfs.pod:1095
34331 msgid ""
34332 "Although the standard naming scheme and automatic translation is useful for "
34333 "simple programs and guestfish scripts, for larger programs it is best not to "
34334 "rely on this mechanism."
34335 msgstr ""
34336
34337 #. type: textblock
34338 #: ../src/guestfs.pod:1099
34339 msgid ""
34340 "Where possible for maximum future portability programs using libguestfs "
34341 "should use these future-proof techniques:"
34342 msgstr ""
34343
34344 #. type: textblock
34345 #: ../src/guestfs.pod:1106
34346 msgid ""
34347 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
34348 "device names, and then use those names directly."
34349 msgstr ""
34350
34351 #. type: textblock
34352 #: ../src/guestfs.pod:1109
34353 msgid ""
34354 "Since those device names exist by definition, they will never be translated."
34355 msgstr ""
34356
34357 #. type: textblock
34358 #: ../src/guestfs.pod:1114
34359 msgid ""
34360 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
34361 "filesystem labels."
34362 msgstr ""
34363
34364 #. type: =head1
34365 #: ../src/guestfs.pod:1119
34366 msgid "SECURITY"
34367 msgstr "БЕЗПЕКА"
34368
34369 #. type: textblock
34370 #: ../src/guestfs.pod:1121
34371 msgid ""
34372 "This section discusses security implications of using libguestfs, "
34373 "particularly with untrusted or malicious guests or disk images."
34374 msgstr ""
34375
34376 #. type: =head2
34377 #: ../src/guestfs.pod:1124
34378 msgid "GENERAL SECURITY CONSIDERATIONS"
34379 msgstr "ЗАГАЛЬНІ ЗАУВАЖЕННЯ ЩОДО ЗАХИСТУ"
34380
34381 #. type: textblock
34382 #: ../src/guestfs.pod:1126
34383 msgid ""
34384 "Be careful with any files or data that you download from a guest (by "
34385 "\"download\" we mean not just the L</guestfs_download> command but any "
34386 "command that reads files, filenames, directories or anything else from a "
34387 "disk image).  An attacker could manipulate the data to fool your program "
34388 "into doing the wrong thing.  Consider cases such as:"
34389 msgstr ""
34390
34391 #. type: textblock
34392 #: ../src/guestfs.pod:1136
34393 msgid "the data (file etc) not being present"
34394 msgstr ""
34395
34396 #. type: textblock
34397 #: ../src/guestfs.pod:1140
34398 msgid "being present but empty"
34399 msgstr ""
34400
34401 #. type: textblock
34402 #: ../src/guestfs.pod:1144
34403 msgid "being much larger than normal"
34404 msgstr ""
34405
34406 #. type: textblock
34407 #: ../src/guestfs.pod:1148
34408 msgid "containing arbitrary 8 bit data"
34409 msgstr ""
34410
34411 #. type: textblock
34412 #: ../src/guestfs.pod:1152
34413 msgid "being in an unexpected character encoding"
34414 msgstr ""
34415
34416 #. type: textblock
34417 #: ../src/guestfs.pod:1156
34418 msgid "containing homoglyphs."
34419 msgstr ""
34420
34421 #. type: =head2
34422 #: ../src/guestfs.pod:1160
34423 msgid "SECURITY OF MOUNTING FILESYSTEMS"
34424 msgstr "ЗАХИСТ ФАЙЛОВИХ СИСТЕМ МОНТУВАННЯ"
34425
34426 #. type: textblock
34427 #: ../src/guestfs.pod:1162
34428 msgid ""
34429 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
34430 "(VFS) module can sometimes be escalated into exploits by deliberately "
34431 "creating a malicious, malformed filesystem.  These exploits are very severe "
34432 "for two reasons.  Firstly there are very many filesystem drivers in the "
34433 "kernel, and many of them are infrequently used and not much developer "
34434 "attention has been paid to the code.  Linux userspace helps potential "
34435 "crackers by detecting the filesystem type and automatically choosing the "
34436 "right VFS driver, even if that filesystem type is obscure or unexpected for "
34437 "the administrator.  Secondly, a kernel-level exploit is like a local root "
34438 "exploit (worse in some ways), giving immediate and total access to the "
34439 "system right down to the hardware level."
34440 msgstr ""
34441
34442 #. type: textblock
34443 #: ../src/guestfs.pod:1175
34444 msgid ""
34445 "That explains why you should never mount a filesystem from an untrusted "
34446 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
34447 "inside a qemu virtual machine, usually running as a non-root user.  The "
34448 "attacker would need to write a filesystem which first exploited the kernel, "
34449 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
34450 "the libguestfs protocol, and finally to be as serious as the host kernel "
34451 "exploit it would need to escalate its privileges to root.  This multi-step "
34452 "escalation, performed by a static piece of data, is thought to be extremely "
34453 "hard to do, although we never say 'never' about security issues."
34454 msgstr ""
34455
34456 #. type: textblock
34457 #: ../src/guestfs.pod:1186
34458 msgid ""
34459 "In any case callers can reduce the attack surface by forcing the filesystem "
34460 "type when mounting (use L</guestfs_mount_vfs>)."
34461 msgstr ""
34462
34463 #. type: =head2
34464 #: ../src/guestfs.pod:1189
34465 msgid "PROTOCOL SECURITY"
34466 msgstr "ЗАХИСТ ПРОТОКОЛУ"
34467
34468 #. type: textblock
34469 #: ../src/guestfs.pod:1191
34470 msgid ""
34471 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
34472 "defined upper message size.  However a program that uses libguestfs must "
34473 "also take care - for example you can write a program that downloads a binary "
34474 "from a disk image and executes it locally, and no amount of protocol "
34475 "security will save you from the consequences."
34476 msgstr ""
34477
34478 #. type: =head2
34479 #: ../src/guestfs.pod:1197
34480 msgid "INSPECTION SECURITY"
34481 msgstr ""
34482
34483 #. type: textblock
34484 #: ../src/guestfs.pod:1199
34485 msgid ""
34486 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
34487 "directly from the guest, and these could contain any 8 bit data.  Callers "
34488 "should be careful to escape these before printing them to a structured file "
34489 "(for example, use HTML escaping if creating a web page)."
34490 msgstr ""
34491
34492 #. type: textblock
34493 #: ../src/guestfs.pod:1205
34494 msgid ""
34495 "Guest configuration may be altered in unusual ways by the administrator of "
34496 "the virtual machine, and may not reflect reality (particularly for untrusted "
34497 "or actively malicious guests).  For example we parse the hostname from "
34498 "configuration files like C</etc/sysconfig/network> that we find in the "
34499 "guest, but the guest administrator can easily manipulate these files to "
34500 "provide the wrong hostname."
34501 msgstr ""
34502
34503 #. type: textblock
34504 #: ../src/guestfs.pod:1213
34505 msgid ""
34506 "The inspection API parses guest configuration using two external libraries: "
34507 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
34508 "designed to be robust in the face of malicious data, although denial of "
34509 "service attacks are still possible, for example with oversized configuration "
34510 "files."
34511 msgstr ""
34512
34513 #. type: =head2
34514 #: ../src/guestfs.pod:1219
34515 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
34516 msgstr "ЗАПУСК НЕЗАХИЩЕНИХ КОМАНД ГОСТЬОВОЇ СИСТЕМИ"
34517
34518 #. type: textblock
34519 #: ../src/guestfs.pod:1221
34520 msgid ""
34521 "Be very cautious about running commands from the guest.  By running a "
34522 "command in the guest, you are giving CPU time to a binary that you do not "
34523 "control, under the same user account as the library, albeit wrapped in qemu "
34524 "virtualization.  More information and alternatives can be found in the "
34525 "section L</RUNNING COMMANDS>."
34526 msgstr ""
34527
34528 #. type: =head2
34529 #: ../src/guestfs.pod:1227
34530 msgid "CVE-2010-3851"
34531 msgstr "CVE-2010-3851"
34532
34533 #. type: textblock
34534 #: ../src/guestfs.pod:1229
34535 msgid "https://bugzilla.redhat.com/642934"
34536 msgstr "https://bugzilla.redhat.com/642934"
34537
34538 #. type: textblock
34539 #: ../src/guestfs.pod:1231
34540 msgid ""
34541 "This security bug concerns the automatic disk format detection that qemu "
34542 "does on disk images."
34543 msgstr ""
34544
34545 #. type: textblock
34546 #: ../src/guestfs.pod:1234
34547 msgid ""
34548 "A raw disk image is just the raw bytes, there is no header.  Other disk "
34549 "images like qcow2 contain a special header.  Qemu deals with this by looking "
34550 "for one of the known headers, and if none is found then assuming the disk "
34551 "image must be raw."
34552 msgstr ""
34553
34554 #. type: textblock
34555 #: ../src/guestfs.pod:1239
34556 msgid ""
34557 "This allows a guest which has been given a raw disk image to write some "
34558 "other header.  At next boot (or when the disk image is accessed by "
34559 "libguestfs) qemu would do autodetection and think the disk image format was, "
34560 "say, qcow2 based on the header written by the guest."
34561 msgstr ""
34562
34563 #. type: textblock
34564 #: ../src/guestfs.pod:1244
34565 msgid ""
34566 "This in itself would not be a problem, but qcow2 offers many features, one "
34567 "of which is to allow a disk image to refer to another image (called the "
34568 "\"backing disk\").  It does this by placing the path to the backing disk "
34569 "into the qcow2 header.  This path is not validated and could point to any "
34570 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
34571 "\"holes\" in the qcow2 disk image, which of course is completely under the "
34572 "control of the attacker."
34573 msgstr ""
34574
34575 #. type: textblock
34576 #: ../src/guestfs.pod:1252
34577 msgid ""
34578 "In libguestfs this is rather hard to exploit except under two circumstances:"
34579 msgstr ""
34580
34581 #. type: textblock
34582 #: ../src/guestfs.pod:1259
34583 msgid "You have enabled the network or have opened the disk in write mode."
34584 msgstr ""
34585
34586 #. type: textblock
34587 #: ../src/guestfs.pod:1263
34588 msgid ""
34589 "You are also running untrusted code from the guest (see L</RUNNING "
34590 "COMMANDS>)."
34591 msgstr ""
34592
34593 #. type: textblock
34594 #: ../src/guestfs.pod:1268
34595 msgid ""
34596 "The way to avoid this is to specify the expected disk format when adding "
34597 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
34598 "should always do this if the disk is raw format, and it's a good idea for "
34599 "other cases too."
34600 msgstr ""
34601
34602 #. type: textblock
34603 #: ../src/guestfs.pod:1273
34604 msgid ""
34605 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
34606 "format is fetched from libvirt and passed through."
34607 msgstr ""
34608
34609 #. type: textblock
34610 #: ../src/guestfs.pod:1276
34611 msgid ""
34612 "For libguestfs tools, use the I<--format> command line parameter as "
34613 "appropriate."
34614 msgstr ""
34615
34616 #. type: =head1
34617 #: ../src/guestfs.pod:1279
34618 msgid "CONNECTION MANAGEMENT"
34619 msgstr "КЕРУВАННЯ З’ЄДНАННЯМ"
34620
34621 #. type: =head2
34622 #: ../src/guestfs.pod:1281
34623 msgid "guestfs_h *"
34624 msgstr "guestfs_h *"
34625
34626 #. type: textblock
34627 #: ../src/guestfs.pod:1283
34628 msgid ""
34629 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
34630 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
34631 "handle and release all resources used."
34632 msgstr ""
34633
34634 #. type: textblock
34635 #: ../src/guestfs.pod:1287
34636 msgid ""
34637 "For information on using multiple handles and threads, see the section L</"
34638 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
34639 msgstr ""
34640
34641 #. type: =head2
34642 #: ../src/guestfs.pod:1290
34643 msgid "guestfs_create"
34644 msgstr "guestfs_create"
34645
34646 #. type: verbatim
34647 #: ../src/guestfs.pod:1292
34648 #, no-wrap
34649 msgid ""
34650 " guestfs_h *guestfs_create (void);\n"
34651 "\n"
34652 msgstr ""
34653 " guestfs_h *guestfs_create (void);\n"
34654 "\n"
34655
34656 #. type: textblock
34657 #: ../src/guestfs.pod:1294
34658 msgid "Create a connection handle."
34659 msgstr "Створити дескриптор з’єднання."
34660
34661 #. type: textblock
34662 #: ../src/guestfs.pod:1296
34663 msgid ""
34664 "On success this returns a non-NULL pointer to a handle.  On error it returns "
34665 "NULL."
34666 msgstr ""
34667
34668 #. type: textblock
34669 #: ../src/guestfs.pod:1299
34670 msgid ""
34671 "You have to \"configure\" the handle after creating it.  This includes "
34672 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
34673 "handle at least once."
34674 msgstr ""
34675
34676 #. type: textblock
34677 #: ../src/guestfs.pod:1303
34678 msgid "After configuring the handle, you have to call L</guestfs_launch>."
34679 msgstr ""
34680
34681 #. type: textblock
34682 #: ../src/guestfs.pod:1305
34683 msgid ""
34684 "You may also want to configure error handling for the handle.  See the L</"
34685 "ERROR HANDLING> section below."
34686 msgstr ""
34687
34688 #. type: =head2
34689 #: ../src/guestfs.pod:1308
34690 msgid "guestfs_close"
34691 msgstr "guestfs_close"
34692
34693 #. type: verbatim
34694 #: ../src/guestfs.pod:1310
34695 #, no-wrap
34696 msgid ""
34697 " void guestfs_close (guestfs_h *g);\n"
34698 "\n"
34699 msgstr ""
34700 " void guestfs_close (guestfs_h *g);\n"
34701 "\n"
34702
34703 #. type: textblock
34704 #: ../src/guestfs.pod:1312
34705 msgid "This closes the connection handle and frees up all resources used."
34706 msgstr ""
34707
34708 #. type: textblock
34709 #: ../src/guestfs.pod:1314
34710 msgid ""
34711 "If autosync was set on the handle and the handle was launched, then this "
34712 "implicitly calls various functions to unmount filesystems and sync the "
34713 "disk.  See L</guestfs_set_autosync> for more details."
34714 msgstr ""
34715
34716 #. type: textblock
34717 #: ../src/guestfs.pod:1318
34718 msgid "If a close callback was set on the handle, then it is called."
34719 msgstr ""
34720
34721 #. type: =head1
34722 #: ../src/guestfs.pod:1320
34723 msgid "ERROR HANDLING"
34724 msgstr "ОБРОБКА ПОМИЛОК"
34725
34726 #. type: textblock
34727 #: ../src/guestfs.pod:1322
34728 msgid ""
34729 "API functions can return errors.  For example, almost all functions that "
34730 "return C<int> will return C<-1> to indicate an error."
34731 msgstr ""
34732
34733 #. type: textblock
34734 #: ../src/guestfs.pod:1325
34735 msgid ""
34736 "Additional information is available for errors: an error message string and "
34737 "optionally an error number (errno) if the thing that failed was a system "
34738 "call."
34739 msgstr ""
34740
34741 #. type: textblock
34742 #: ../src/guestfs.pod:1329
34743 msgid ""
34744 "You can get at the additional information about the last error on the handle "
34745 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
34746 "up an error handler with L</guestfs_set_error_handler>."
34747 msgstr ""
34748
34749 #. type: textblock
34750 #: ../src/guestfs.pod:1334
34751 msgid ""
34752 "When the handle is created, a default error handler is installed which "
34753 "prints the error message string to C<stderr>.  For small short-running "
34754 "command line programs it is sufficient to do:"
34755 msgstr ""
34756
34757 #. type: verbatim
34758 #: ../src/guestfs.pod:1338
34759 #, no-wrap
34760 msgid ""
34761 " if (guestfs_launch (g) == -1)\n"
34762 "   exit (EXIT_FAILURE);\n"
34763 "\n"
34764 msgstr ""
34765 " if (guestfs_launch (g) == -1)\n"
34766 "   exit (EXIT_FAILURE);\n"
34767 "\n"
34768
34769 #. type: textblock
34770 #: ../src/guestfs.pod:1341
34771 msgid ""
34772 "since the default error handler will ensure that an error message has been "
34773 "printed to C<stderr> before the program exits."
34774 msgstr ""
34775
34776 #. type: textblock
34777 #: ../src/guestfs.pod:1344
34778 msgid ""
34779 "For other programs the caller will almost certainly want to install an "
34780 "alternate error handler or do error handling in-line like this:"
34781 msgstr ""
34782
34783 #. type: verbatim
34784 #: ../src/guestfs.pod:1347
34785 #, no-wrap
34786 msgid ""
34787 " g = guestfs_create ();\n"
34788 " \n"
34789 msgstr ""
34790 " g = guestfs_create ();\n"
34791 " \n"
34792
34793 #. type: verbatim
34794 #: ../src/guestfs.pod:1349
34795 #, no-wrap
34796 msgid ""
34797 " /* This disables the default behaviour of printing errors\n"
34798 "    on stderr. */\n"
34799 " guestfs_set_error_handler (g, NULL, NULL);\n"
34800 " \n"
34801 msgstr ""
34802
34803 #. type: verbatim
34804 #: ../src/guestfs.pod:1353
34805 #, no-wrap
34806 msgid ""
34807 " if (guestfs_launch (g) == -1) {\n"
34808 "   /* Examine the error message and print it etc. */\n"
34809 "   char *msg = guestfs_last_error (g);\n"
34810 "   int errnum = guestfs_last_errno (g);\n"
34811 "   fprintf (stderr, \"%s\\n\", msg);\n"
34812 "   /* ... */\n"
34813 "  }\n"
34814 "\n"
34815 msgstr ""
34816 " if (guestfs_launch (g) == -1) {\n"
34817 "   /* Вивчити повідомлення про помилку і вивести його тощо. */\n"
34818 "   char *msg = guestfs_last_error (g);\n"
34819 "   int errnum = guestfs_last_errno (g);\n"
34820 "   fprintf (stderr, \"%s\\n\", msg);\n"
34821 "   /* ... */\n"
34822 "  }\n"
34823 "\n"
34824
34825 #. type: textblock
34826 #: ../src/guestfs.pod:1361
34827 msgid ""
34828 "Out of memory errors are handled differently.  The default action is to call "
34829 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
34830 "guestfs_set_out_of_memory_handler>."
34831 msgstr ""
34832
34833 #. type: textblock
34834 #: ../src/guestfs.pod:1365
34835 msgid ""
34836 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
34837 "because there is no handle if this happens there is no way to get additional "
34838 "error information.  However L</guestfs_create> is supposed to be a "
34839 "lightweight operation which can only fail because of insufficient memory (it "
34840 "returns NULL in this case)."
34841 msgstr ""
34842
34843 #. type: =head2
34844 #: ../src/guestfs.pod:1371
34845 msgid "guestfs_last_error"
34846 msgstr "guestfs_last_error"
34847
34848 #. type: verbatim
34849 #: ../src/guestfs.pod:1373
34850 #, no-wrap
34851 msgid ""
34852 " const char *guestfs_last_error (guestfs_h *g);\n"
34853 "\n"
34854 msgstr ""
34855 " const char *guestfs_last_error (guestfs_h *g);\n"
34856 "\n"
34857
34858 #. type: textblock
34859 #: ../src/guestfs.pod:1375
34860 msgid ""
34861 "This returns the last error message that happened on C<g>.  If there has not "
34862 "been an error since the handle was created, then this returns C<NULL>."
34863 msgstr ""
34864
34865 #. type: textblock
34866 #: ../src/guestfs.pod:1379
34867 msgid ""
34868 "The lifetime of the returned string is until the next error occurs, or L</"
34869 "guestfs_close> is called."
34870 msgstr ""
34871
34872 #. type: =head2
34873 #: ../src/guestfs.pod:1382
34874 msgid "guestfs_last_errno"
34875 msgstr "guestfs_last_errno"
34876
34877 #. type: verbatim
34878 #: ../src/guestfs.pod:1384
34879 #, no-wrap
34880 msgid ""
34881 " int guestfs_last_errno (guestfs_h *g);\n"
34882 "\n"
34883 msgstr ""
34884 " int guestfs_last_errno (guestfs_h *g);\n"
34885 "\n"
34886
34887 #. type: textblock
34888 #: ../src/guestfs.pod:1386
34889 msgid "This returns the last error number (errno) that happened on C<g>."
34890 msgstr ""
34891
34892 #. type: textblock
34893 #: ../src/guestfs.pod:1388
34894 msgid "If successful, an errno integer not equal to zero is returned."
34895 msgstr ""
34896
34897 #. type: textblock
34898 #: ../src/guestfs.pod:1390
34899 msgid ""
34900 "If no error, this returns 0.  This call can return 0 in three situations:"
34901 msgstr ""
34902
34903 #. type: textblock
34904 #: ../src/guestfs.pod:1397
34905 msgid "There has not been any error on the handle."
34906 msgstr ""
34907
34908 #. type: textblock
34909 #: ../src/guestfs.pod:1401
34910 msgid ""
34911 "There has been an error but the errno was meaningless.  This corresponds to "
34912 "the case where the error did not come from a failed system call, but for "
34913 "some other reason."
34914 msgstr ""
34915
34916 #. type: textblock
34917 #: ../src/guestfs.pod:1407
34918 msgid ""
34919 "There was an error from a failed system call, but for some reason the errno "
34920 "was not captured and returned.  This usually indicates a bug in libguestfs."
34921 msgstr ""
34922
34923 #. type: textblock
34924 #: ../src/guestfs.pod:1413
34925 msgid ""
34926 "Libguestfs tries to convert the errno from inside the applicance into a "
34927 "corresponding errno for the caller (not entirely trivial: the appliance "
34928 "might be running a completely different operating system from the library "
34929 "and error numbers are not standardized across Un*xen).  If this could not be "
34930 "done, then the error is translated to C<EINVAL>.  In practice this should "
34931 "only happen in very rare circumstances."
34932 msgstr ""
34933
34934 #. type: =head2
34935 #: ../src/guestfs.pod:1421
34936 msgid "guestfs_set_error_handler"
34937 msgstr "guestfs_set_error_handler"
34938
34939 #. type: verbatim
34940 #: ../src/guestfs.pod:1423
34941 #, no-wrap
34942 msgid ""
34943 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
34944 "                                           void *opaque,\n"
34945 "                                           const char *msg);\n"
34946 " void guestfs_set_error_handler (guestfs_h *g,\n"
34947 "                                 guestfs_error_handler_cb cb,\n"
34948 "                                 void *opaque);\n"
34949 "\n"
34950 msgstr ""
34951 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
34952 "                                           void *opaque,\n"
34953 "                                           const char *msg);\n"
34954 " void guestfs_set_error_handler (guestfs_h *g,\n"
34955 "                                 guestfs_error_handler_cb cb,\n"
34956 "                                 void *opaque);\n"
34957 "\n"
34958
34959 #. type: textblock
34960 #: ../src/guestfs.pod:1430
34961 msgid ""
34962 "The callback C<cb> will be called if there is an error.  The parameters "
34963 "passed to the callback are an opaque data pointer and the error message "
34964 "string."
34965 msgstr ""
34966
34967 #. type: textblock
34968 #: ../src/guestfs.pod:1434
34969 msgid ""
34970 "C<errno> is not passed to the callback.  To get that the callback must call "
34971 "L</guestfs_last_errno>."
34972 msgstr ""
34973
34974 #. type: textblock
34975 #: ../src/guestfs.pod:1437
34976 msgid ""
34977 "Note that the message string C<msg> is freed as soon as the callback "
34978 "function returns, so if you want to stash it somewhere you must make your "
34979 "own copy."
34980 msgstr ""
34981
34982 #. type: textblock
34983 #: ../src/guestfs.pod:1441
34984 msgid "The default handler prints messages on C<stderr>."
34985 msgstr ""
34986
34987 #. type: textblock
34988 #: ../src/guestfs.pod:1443
34989 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
34990 msgstr ""
34991
34992 #. type: =head2
34993 #: ../src/guestfs.pod:1445
34994 msgid "guestfs_get_error_handler"
34995 msgstr "guestfs_get_error_handler"
34996
34997 #. type: verbatim
34998 #: ../src/guestfs.pod:1447
34999 #, no-wrap
35000 msgid ""
35001 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
35002 "                                                     void **opaque_rtn);\n"
35003 "\n"
35004 msgstr ""
35005 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
35006 "                                                     void **opaque_rtn);\n"
35007 "\n"
35008
35009 #. type: textblock
35010 #: ../src/guestfs.pod:1450
35011 msgid "Returns the current error handler callback."
35012 msgstr ""
35013
35014 #. type: =head2
35015 #: ../src/guestfs.pod:1452
35016 msgid "guestfs_set_out_of_memory_handler"
35017 msgstr "guestfs_set_out_of_memory_handler"
35018
35019 #. type: verbatim
35020 #: ../src/guestfs.pod:1454
35021 #, no-wrap
35022 msgid ""
35023 " typedef void (*guestfs_abort_cb) (void);\n"
35024 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
35025 "                                        guestfs_abort_cb);\n"
35026 "\n"
35027 msgstr ""
35028 " typedef void (*guestfs_abort_cb) (void);\n"
35029 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
35030 "                                        guestfs_abort_cb);\n"
35031 "\n"
35032
35033 #. type: textblock
35034 #: ../src/guestfs.pod:1458
35035 msgid ""
35036 "The callback C<cb> will be called if there is an out of memory situation.  "
35037 "I<Note this callback must not return>."
35038 msgstr ""
35039
35040 #. type: textblock
35041 #: ../src/guestfs.pod:1461
35042 msgid "The default is to call L<abort(3)>."
35043 msgstr ""
35044
35045 #. type: textblock
35046 #: ../src/guestfs.pod:1463
35047 msgid ""
35048 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
35049 msgstr ""
35050
35051 #. type: =head2
35052 #: ../src/guestfs.pod:1466
35053 msgid "guestfs_get_out_of_memory_handler"
35054 msgstr "guestfs_get_out_of_memory_handler"
35055
35056 #. type: verbatim
35057 #: ../src/guestfs.pod:1468
35058 #, no-wrap
35059 msgid ""
35060 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
35061 "\n"
35062 msgstr ""
35063 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
35064 "\n"
35065
35066 #. type: textblock
35067 #: ../src/guestfs.pod:1470
35068 msgid "This returns the current out of memory handler."
35069 msgstr ""
35070
35071 #. type: =head1
35072 #: ../src/guestfs.pod:1472
35073 msgid "API CALLS"
35074 msgstr "ВИКЛИКИ API"
35075
35076 #. type: =head1
35077 #: ../src/guestfs.pod:1476
35078 msgid "STRUCTURES"
35079 msgstr "СТРУКТУРИ"
35080
35081 #. type: textblock
35082 #: ../src/guestfs.pod:1478
35083 msgid "@STRUCTS@"
35084 msgstr "@STRUCTS@"
35085
35086 #. type: =head1
35087 #: ../src/guestfs.pod:1480
35088 msgid "AVAILABILITY"
35089 msgstr "ДОСТУПНІСТЬ"
35090
35091 #. type: =head2
35092 #: ../src/guestfs.pod:1482
35093 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
35094 msgstr "ГРУПИ ФУНКЦІОНАЛЬНИХ МОЖЛИВОСТЕЙ У ОБРАЗІ ОСНОВНОЇ СИСТЕМИ"
35095
35096 #. type: textblock
35097 #: ../src/guestfs.pod:1484
35098 msgid ""
35099 "Using L</guestfs_available> you can test availability of the following "
35100 "groups of functions.  This test queries the appliance to see if the "
35101 "appliance you are currently using supports the functionality."
35102 msgstr ""
35103
35104 #. type: textblock
35105 #: ../src/guestfs.pod:1489
35106 msgid "@AVAILABILITY@"
35107 msgstr "@AVAILABILITY@"
35108
35109 #. type: =head2
35110 #: ../src/guestfs.pod:1491
35111 msgid "GUESTFISH supported COMMAND"
35112 msgstr ""
35113
35114 #. type: textblock
35115 #: ../src/guestfs.pod:1493
35116 msgid ""
35117 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
35118 "prints out the available groups and whether they are supported by this build "
35119 "of libguestfs.  Note however that you have to do C<run> first."
35120 msgstr ""
35121
35122 #. type: =head2
35123 #: ../src/guestfs.pod:1498
35124 msgid "SINGLE CALLS AT COMPILE TIME"
35125 msgstr ""
35126
35127 #. type: textblock
35128 #: ../src/guestfs.pod:1500
35129 msgid ""
35130 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
35131 "function, such as:"
35132 msgstr ""
35133
35134 #. type: verbatim
35135 #: ../src/guestfs.pod:1503
35136 #, no-wrap
35137 msgid ""
35138 " #define LIBGUESTFS_HAVE_DD 1\n"
35139 "\n"
35140 msgstr ""
35141 " #define LIBGUESTFS_HAVE_DD 1\n"
35142 "\n"
35143
35144 #. type: textblock
35145 #: ../src/guestfs.pod:1505
35146 msgid "if L</guestfs_dd> is available."
35147 msgstr ""
35148
35149 #. type: textblock
35150 #: ../src/guestfs.pod:1507
35151 msgid ""
35152 "Before version 1.5.8, if you needed to test whether a single libguestfs "
35153 "function is available at compile time, we recommended using build tools such "
35154 "as autoconf or cmake.  For example in autotools you could use:"
35155 msgstr ""
35156
35157 #. type: verbatim
35158 #: ../src/guestfs.pod:1512
35159 #, no-wrap
35160 msgid ""
35161 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
35162 " AC_CHECK_FUNCS([guestfs_dd])\n"
35163 "\n"
35164 msgstr ""
35165 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
35166 " AC_CHECK_FUNCS([guestfs_dd])\n"
35167 "\n"
35168
35169 #. type: textblock
35170 #: ../src/guestfs.pod:1515
35171 msgid ""
35172 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
35173 "in your program."
35174 msgstr ""
35175
35176 #. type: =head2
35177 #: ../src/guestfs.pod:1518
35178 msgid "SINGLE CALLS AT RUN TIME"
35179 msgstr ""
35180
35181 #. type: textblock
35182 #: ../src/guestfs.pod:1520
35183 msgid ""
35184 "Testing at compile time doesn't guarantee that a function really exists in "
35185 "the library.  The reason is that you might be dynamically linked against a "
35186 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
35187 "This situation unfortunately results in a segmentation fault, which is a "
35188 "shortcoming of the C dynamic linking system itself."
35189 msgstr ""
35190
35191 #. type: textblock
35192 #: ../src/guestfs.pod:1527
35193 msgid ""
35194 "You can use L<dlopen(3)> to test if a function is available at run time, as "
35195 "in this example program (note that you still need the compile time check as "
35196 "well):"
35197 msgstr ""
35198
35199 #. type: verbatim
35200 #: ../src/guestfs.pod:1531
35201 #, no-wrap
35202 msgid ""
35203 " #include <stdio.h>\n"
35204 " #include <stdlib.h>\n"
35205 " #include <unistd.h>\n"
35206 " #include <dlfcn.h>\n"
35207 " #include <guestfs.h>\n"
35208 " \n"
35209 msgstr ""
35210 " #include <stdio.h>\n"
35211 " #include <stdlib.h>\n"
35212 " #include <unistd.h>\n"
35213 " #include <dlfcn.h>\n"
35214 " #include <guestfs.h>\n"
35215 " \n"
35216
35217 #. type: verbatim
35218 #: ../src/guestfs.pod:1537
35219 #, no-wrap
35220 msgid ""
35221 " main ()\n"
35222 " {\n"
35223 " #ifdef LIBGUESTFS_HAVE_DD\n"
35224 "   void *dl;\n"
35225 "   int has_function;\n"
35226 " \n"
35227 msgstr ""
35228 " main ()\n"
35229 " {\n"
35230 " #ifdef LIBGUESTFS_HAVE_DD\n"
35231 "   void *dl;\n"
35232 "   int has_function;\n"
35233 " \n"
35234
35235 #. type: verbatim
35236 #: ../src/guestfs.pod:1543
35237 #, no-wrap
35238 msgid ""
35239 "   /* Test if the function guestfs_dd is really available. */\n"
35240 "   dl = dlopen (NULL, RTLD_LAZY);\n"
35241 "   if (!dl) {\n"
35242 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
35243 "     exit (EXIT_FAILURE);\n"
35244 "   }\n"
35245 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
35246 "   dlclose (dl);\n"
35247 " \n"
35248 msgstr ""
35249
35250 #. type: verbatim
35251 #: ../src/guestfs.pod:1552
35252 #, no-wrap
35253 msgid ""
35254 "   if (!has_function)\n"
35255 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
35256 "   else {\n"
35257 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
35258 "     /* Now it's safe to call\n"
35259 "     guestfs_dd (g, \"foo\", \"bar\");\n"
35260 "     */\n"
35261 "   }\n"
35262 " #else\n"
35263 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
35264 " #endif\n"
35265 "  }\n"
35266 "\n"
35267 msgstr ""
35268
35269 #. type: textblock
35270 #: ../src/guestfs.pod:1565
35271 msgid ""
35272 "You may think the above is an awful lot of hassle, and it is.  There are "
35273 "other ways outside of the C linking system to ensure that this kind of "
35274 "incompatibility never arises, such as using package versioning:"
35275 msgstr ""
35276
35277 #. type: verbatim
35278 #: ../src/guestfs.pod:1570
35279 #, no-wrap
35280 msgid ""
35281 " Requires: libguestfs >= 1.0.80\n"
35282 "\n"
35283 msgstr ""
35284
35285 #. type: =head1
35286 #: ../src/guestfs.pod:1572
35287 msgid "CALLS WITH OPTIONAL ARGUMENTS"
35288 msgstr ""
35289
35290 #. type: textblock
35291 #: ../src/guestfs.pod:1574
35292 msgid ""
35293 "A recent feature of the API is the introduction of calls which take optional "
35294 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
35295 "takes variable arguments (ie. C<...>), as in this example:"
35296 msgstr ""
35297
35298 #. type: verbatim
35299 #: ../src/guestfs.pod:1579
35300 #, no-wrap
35301 msgid ""
35302 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
35303 "\n"
35304 msgstr ""
35305 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
35306 "\n"
35307
35308 #. type: textblock
35309 #: ../src/guestfs.pod:1581
35310 msgid ""
35311 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
35312 "call with no optional arguments specified:"
35313 msgstr ""
35314
35315 #. type: verbatim
35316 #: ../src/guestfs.pod:1584
35317 #, no-wrap
35318 msgid ""
35319 " guestfs_add_drive_opts (g, filename, -1);\n"
35320 "\n"
35321 msgstr ""
35322 " guestfs_add_drive_opts (g, filename, -1);\n"
35323 "\n"
35324
35325 #. type: textblock
35326 #: ../src/guestfs.pod:1586
35327 msgid "With a single optional argument:"
35328 msgstr ""
35329
35330 #. type: verbatim
35331 #: ../src/guestfs.pod:1588
35332 #, no-wrap
35333 msgid ""
35334 " guestfs_add_drive_opts (g, filename,\n"
35335 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
35336 "                         -1);\n"
35337 "\n"
35338 msgstr ""
35339 " guestfs_add_drive_opts (g, filename,\n"
35340 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
35341 "                         -1);\n"
35342 "\n"
35343
35344 #. type: textblock
35345 #: ../src/guestfs.pod:1592
35346 msgid "With two:"
35347 msgstr ""
35348
35349 #. type: verbatim
35350 #: ../src/guestfs.pod:1594
35351 #, no-wrap
35352 msgid ""
35353 " guestfs_add_drive_opts (g, filename,\n"
35354 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
35355 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
35356 "                         -1);\n"
35357 "\n"
35358 msgstr ""
35359 " guestfs_add_drive_opts (g, filename,\n"
35360 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
35361 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
35362 "                         -1);\n"
35363 "\n"
35364
35365 #. type: textblock
35366 #: ../src/guestfs.pod:1599
35367 msgid ""
35368 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
35369 "happen!"
35370 msgstr ""
35371
35372 #. type: =head2
35373 #: ../src/guestfs.pod:1602
35374 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
35375 msgstr ""
35376
35377 #. type: textblock
35378 #: ../src/guestfs.pod:1604
35379 msgid ""
35380 "The second variant has the same name with the suffix C<_va>, which works the "
35381 "same way but takes a C<va_list>.  See the C manual for details.  For the "
35382 "example function, this is declared:"
35383 msgstr ""
35384
35385 #. type: verbatim
35386 #: ../src/guestfs.pod:1608
35387 #, no-wrap
35388 msgid ""
35389 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
35390 "                                va_list args);\n"
35391 "\n"
35392 msgstr ""
35393 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
35394 "                                va_list args);\n"
35395 "\n"
35396
35397 #. type: =head2
35398 #: ../src/guestfs.pod:1611
35399 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
35400 msgstr ""
35401
35402 #. type: textblock
35403 #: ../src/guestfs.pod:1613
35404 msgid ""
35405 "The third variant is useful where you need to construct these calls.  You "
35406 "pass in a structure where you fill in the optional fields.  The structure "
35407 "has a bitmask as the first element which you must set to indicate which "
35408 "fields you have filled in.  For our example function the structure and call "
35409 "are declared:"
35410 msgstr ""
35411
35412 #. type: verbatim
35413 #: ../src/guestfs.pod:1619
35414 #, no-wrap
35415 msgid ""
35416 " struct guestfs_add_drive_opts_argv {\n"
35417 "   uint64_t bitmask;\n"
35418 "   int readonly;\n"
35419 "   const char *format;\n"
35420 "   /* ... */\n"
35421 " };\n"
35422 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
35423 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
35424 "\n"
35425 msgstr ""
35426 " struct guestfs_add_drive_opts_argv {\n"
35427 "   uint64_t bitmask;\n"
35428 "   int readonly;\n"
35429 "   const char *format;\n"
35430 "   /* ... */\n"
35431 " };\n"
35432 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
35433 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
35434 "\n"
35435
35436 #. type: textblock
35437 #: ../src/guestfs.pod:1628
35438 msgid "You could call it like this:"
35439 msgstr ""
35440
35441 #. type: verbatim
35442 #: ../src/guestfs.pod:1630
35443 #, no-wrap
35444 msgid ""
35445 " struct guestfs_add_drive_opts_argv optargs = {\n"
35446 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
35447 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
35448 "   .readonly = 1,\n"
35449 "   .format = \"qcow2\"\n"
35450 " };\n"
35451 " \n"
35452 msgstr ""
35453 " struct guestfs_add_drive_opts_argv optargs = {\n"
35454 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
35455 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
35456 "   .readonly = 1,\n"
35457 "   .format = \"qcow2\"\n"
35458 " };\n"
35459 " \n"
35460
35461 #. type: verbatim
35462 #: ../src/guestfs.pod:1637
35463 #, no-wrap
35464 msgid ""
35465 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
35466 "\n"
35467 msgstr ""
35468 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
35469 "\n"
35470
35471 #. type: textblock
35472 #: ../src/guestfs.pod:1645
35473 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
35474 msgstr ""
35475
35476 #. type: textblock
35477 #: ../src/guestfs.pod:1650
35478 msgid "You do not need to fill in all fields of the structure."
35479 msgstr ""
35480
35481 #. type: textblock
35482 #: ../src/guestfs.pod:1654
35483 msgid ""
35484 "There must be a one-to-one correspondence between fields of the structure "
35485 "that are filled in, and bits set in the bitmask."
35486 msgstr ""
35487
35488 #. type: =head2
35489 #: ../src/guestfs.pod:1659
35490 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
35491 msgstr ""
35492
35493 #. type: textblock
35494 #: ../src/guestfs.pod:1661
35495 msgid ""
35496 "In other languages, optional arguments are expressed in the way that is "
35497 "natural for that language.  We refer you to the language-specific "
35498 "documentation for more details on that."
35499 msgstr ""
35500
35501 #. type: textblock
35502 #: ../src/guestfs.pod:1665
35503 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
35504 msgstr ""
35505
35506 #. type: =head2
35507 #: ../src/guestfs.pod:1667
35508 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
35509 msgstr ""
35510
35511 #. type: textblock
35512 #: ../src/guestfs.pod:1669
35513 msgid ""
35514 "B<Note:> This section documents the generic event mechanism introduced in "
35515 "libguestfs 1.10, which you should use in new code if possible.  The old "
35516 "functions C<guestfs_set_log_message_callback>, "
35517 "C<guestfs_set_subprocess_quit_callback>, "
35518 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
35519 "C<guestfs_set_progress_callback> are no longer documented in this manual "
35520 "page.  Because of the ABI guarantee, the old functions continue to work."
35521 msgstr ""
35522
35523 #. type: textblock
35524 #: ../src/guestfs.pod:1678
35525 msgid ""
35526 "Handles generate events when certain things happen, such as log messages "
35527 "being generated, progress messages during long-running operations, or the "
35528 "handle being closed.  The API calls described below let you register a "
35529 "callback to be called when events happen.  You can register multiple "
35530 "callbacks (for the same, different or overlapping sets of events), and "
35531 "individually remove callbacks.  If callbacks are not removed, then they "
35532 "remain in force until the handle is closed."
35533 msgstr ""
35534
35535 #. type: textblock
35536 #: ../src/guestfs.pod:1686
35537 msgid ""
35538 "In the current implementation, events are only generated synchronously: that "
35539 "means that events (and hence callbacks) can only happen while you are in the "
35540 "middle of making another libguestfs call.  The callback is called in the "
35541 "same thread."
35542 msgstr ""
35543
35544 #. type: textblock
35545 #: ../src/guestfs.pod:1691
35546 msgid ""
35547 "Events may contain a payload, usually nothing (void), an array of 64 bit "
35548 "unsigned integers, or a message buffer.  Payloads are discussed later on."
35549 msgstr ""
35550
35551 #. type: =head3
35552 #: ../src/guestfs.pod:1695
35553 msgid "CLASSES OF EVENTS"
35554 msgstr ""
35555
35556 #. type: =item
35557 #: ../src/guestfs.pod:1699
35558 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
35559 msgstr ""
35560
35561 #. type: textblock
35562 #: ../src/guestfs.pod:1702
35563 msgid ""
35564 "The callback function will be called while the handle is being closed "
35565 "(synchronously from L</guestfs_close>)."
35566 msgstr ""
35567
35568 #. type: textblock
35569 #: ../src/guestfs.pod:1705
35570 msgid ""
35571 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
35572 "handles that are open when the program exits.  This means that this callback "
35573 "might be called indirectly from L<exit(3)>, which can cause unexpected "
35574 "problems in higher-level languages (eg. if your HLL interpreter has already "
35575 "been cleaned up by the time this is called, and if your callback then jumps "
35576 "into some HLL function)."
35577 msgstr ""
35578
35579 #. type: textblock
35580 #: ../src/guestfs.pod:1712
35581 msgid ""
35582 "If no callback is registered: the handle is closed without any callback "
35583 "being invoked."
35584 msgstr ""
35585
35586 #. type: =item
35587 #: ../src/guestfs.pod:1715
35588 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
35589 msgstr ""
35590
35591 #. type: textblock
35592 #: ../src/guestfs.pod:1718
35593 msgid ""
35594 "The callback function will be called when the child process quits, either "
35595 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
35596 "corresponds to a transition from any state to the CONFIG state)."
35597 msgstr ""
35598
35599 #. type: textblock
35600 #: ../src/guestfs.pod:1722 ../src/guestfs.pod:1731
35601 msgid "If no callback is registered: the event is ignored."
35602 msgstr ""
35603
35604 #. type: =item
35605 #: ../src/guestfs.pod:1724
35606 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
35607 msgstr ""
35608
35609 #. type: textblock
35610 #: ../src/guestfs.pod:1727
35611 msgid ""
35612 "The callback function will be called when the child process becomes ready "
35613 "first time after it has been launched.  (This corresponds to a transition "
35614 "from LAUNCHING to the READY state)."
35615 msgstr ""
35616
35617 #. type: =item
35618 #: ../src/guestfs.pod:1733
35619 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
35620 msgstr ""
35621
35622 #. type: textblock
35623 #: ../src/guestfs.pod:1736
35624 msgid ""
35625 "Some long-running operations can generate progress messages.  If this "
35626 "callback is registered, then it will be called each time a progress message "
35627 "is generated (usually two seconds after the operation started, and three "
35628 "times per second thereafter until it completes, although the frequency may "
35629 "change in future versions)."
35630 msgstr ""
35631
35632 #. type: textblock
35633 #: ../src/guestfs.pod:1742
35634 msgid ""
35635 "The callback receives in the payload four unsigned 64 bit numbers which are "
35636 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
35637 msgstr ""
35638
35639 #. type: textblock
35640 #: ../src/guestfs.pod:1745
35641 msgid ""
35642 "The units of C<total> are not defined, although for some operations C<total> "
35643 "may relate in some way to the amount of data to be transferred (eg. in bytes "
35644 "or megabytes), and C<position> may be the portion which has been transferred."
35645 msgstr ""
35646
35647 #. type: textblock
35648 #: ../src/guestfs.pod:1750
35649 msgid "The only defined and stable parts of the API are:"
35650 msgstr ""
35651
35652 #. type: textblock
35653 #: ../src/guestfs.pod:1756
35654 msgid ""
35655 "The callback can display to the user some type of progress bar or indicator "
35656 "which shows the ratio of C<position>:C<total>."
35657 msgstr ""
35658
35659 #. type: textblock
35660 #: ../src/guestfs.pod:1761
35661 msgid "0 E<lt>= C<position> E<lt>= C<total>"
35662 msgstr ""
35663
35664 #. type: textblock
35665 #: ../src/guestfs.pod:1765
35666 msgid ""
35667 "If any progress notification is sent during a call, then a final progress "
35668 "notification is always sent when C<position> = C<total> (I<unless> the call "
35669 "fails with an error)."
35670 msgstr ""
35671
35672 #. type: textblock
35673 #: ../src/guestfs.pod:1769
35674 msgid ""
35675 "This is to simplify caller code, so callers can easily set the progress "
35676 "indicator to \"100%\" at the end of the operation, without requiring special "
35677 "code to detect this case."
35678 msgstr ""
35679
35680 #. type: textblock
35681 #: ../src/guestfs.pod:1775
35682 msgid ""
35683 "For some calls we are unable to estimate the progress of the call, but we "
35684 "can still generate progress messages to indicate activity.  This is known as "
35685 "\"pulse mode\", and is directly supported by certain progress bar "
35686 "implementations (eg. GtkProgressBar)."
35687 msgstr ""
35688
35689 #. type: textblock
35690 #: ../src/guestfs.pod:1780
35691 msgid ""
35692 "For these calls, zero or more progress messages are generated with "
35693 "C<position = 0> and C<total = 1>, followed by a final message with "
35694 "C<position = total = 1>."
35695 msgstr ""
35696
35697 #. type: textblock
35698 #: ../src/guestfs.pod:1784
35699 msgid ""
35700 "As noted above, if the call fails with an error then the final message may "
35701 "not be generated."
35702 msgstr ""
35703
35704 #. type: textblock
35705 #: ../src/guestfs.pod:1789
35706 msgid ""
35707 "The callback also receives the procedure number (C<proc_nr>) and serial "
35708 "number (C<serial>) of the call.  These are only useful for debugging "
35709 "protocol issues, and the callback can normally ignore them.  The callback "
35710 "may want to print these numbers in error messages or debugging messages."
35711 msgstr ""
35712
35713 #. type: textblock
35714 #: ../src/guestfs.pod:1795
35715 msgid "If no callback is registered: progress messages are discarded."
35716 msgstr ""
35717
35718 #. type: =item
35719 #: ../src/guestfs.pod:1797
35720 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
35721 msgstr ""
35722
35723 #. type: textblock
35724 #: ../src/guestfs.pod:1800
35725 msgid ""
35726 "The callback function is called whenever a log message is generated by qemu, "
35727 "the appliance kernel, guestfsd (daemon), or utility programs."
35728 msgstr ""
35729
35730 #. type: textblock
35731 #: ../src/guestfs.pod:1803
35732 msgid ""
35733 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
35734 "guestfs_launch>) then additional debug messages are generated."
35735 msgstr ""
35736
35737 #. type: textblock
35738 #: ../src/guestfs.pod:1806 ../src/guestfs.pod:1820
35739 msgid ""
35740 "If no callback is registered: the messages are discarded unless the verbose "
35741 "flag is set in which case they are sent to stderr.  You can override the "
35742 "printing of verbose messages to stderr by setting up a callback."
35743 msgstr ""
35744
35745 #. type: =item
35746 #: ../src/guestfs.pod:1811
35747 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
35748 msgstr ""
35749
35750 #. type: textblock
35751 #: ../src/guestfs.pod:1814
35752 msgid ""
35753 "The callback function is called whenever a log message is generated by the "
35754 "library part of libguestfs."
35755 msgstr ""
35756
35757 #. type: textblock
35758 #: ../src/guestfs.pod:1817
35759 msgid ""
35760 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
35761 "messages are generated."
35762 msgstr ""
35763
35764 #. type: =item
35765 #: ../src/guestfs.pod:1825
35766 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
35767 msgstr ""
35768
35769 #. type: textblock
35770 #: ../src/guestfs.pod:1828
35771 msgid ""
35772 "The callback function is called whenever a trace message is generated.  This "
35773 "only applies if the trace flag (L</guestfs_set_trace>) is set."
35774 msgstr ""
35775
35776 #. type: textblock
35777 #: ../src/guestfs.pod:1831
35778 msgid ""
35779 "If no callback is registered: the messages are sent to stderr.  You can "
35780 "override the printing of trace messages to stderr by setting up a callback."
35781 msgstr ""
35782
35783 #. type: =head3
35784 #: ../src/guestfs.pod:1837
35785 msgid "guestfs_set_event_callback"
35786 msgstr ""
35787
35788 #. type: verbatim
35789 #: ../src/guestfs.pod:1839
35790 #, no-wrap
35791 msgid ""
35792 " int guestfs_set_event_callback (guestfs_h *g,\n"
35793 "                                 guestfs_event_callback cb,\n"
35794 "                                 uint64_t event_bitmask,\n"
35795 "                                 int flags,\n"
35796 "                                 void *opaque);\n"
35797 "\n"
35798 msgstr ""
35799
35800 #. type: textblock
35801 #: ../src/guestfs.pod:1845
35802 msgid ""
35803 "This function registers a callback (C<cb>) for all event classes in the "
35804 "C<event_bitmask>."
35805 msgstr ""
35806
35807 #. type: textblock
35808 #: ../src/guestfs.pod:1848
35809 msgid ""
35810 "For example, to register for all log message events, you could call this "
35811 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
35812 "To register a single callback for all possible classes of events, use "
35813 "C<GUESTFS_EVENT_ALL>."
35814 msgstr ""
35815
35816 #. type: textblock
35817 #: ../src/guestfs.pod:1854
35818 msgid "C<flags> should always be passed as 0."
35819 msgstr ""
35820
35821 #. type: textblock
35822 #: ../src/guestfs.pod:1856
35823 msgid ""
35824 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
35825 "it for any purpose."
35826 msgstr ""
35827
35828 #. type: textblock
35829 #: ../src/guestfs.pod:1859
35830 msgid ""
35831 "The return value is the event handle (an integer) which you can use to "
35832 "delete the callback (see below)."
35833 msgstr ""
35834
35835 #. type: textblock
35836 #: ../src/guestfs.pod:1862
35837 msgid ""
35838 "If there is an error, this function returns C<-1>, and sets the error in the "
35839 "handle in the usual way (see L</guestfs_last_error> etc.)"
35840 msgstr ""
35841
35842 #. type: textblock
35843 #: ../src/guestfs.pod:1865
35844 msgid ""
35845 "Callbacks remain in effect until they are deleted, or until the handle is "
35846 "closed."
35847 msgstr ""
35848
35849 #. type: textblock
35850 #: ../src/guestfs.pod:1868
35851 msgid ""
35852 "In the case where multiple callbacks are registered for a particular event "
35853 "class, all of the callbacks are called.  The order in which multiple "
35854 "callbacks are called is not defined."
35855 msgstr ""
35856
35857 #. type: =head3
35858 #: ../src/guestfs.pod:1872
35859 msgid "guestfs_delete_event_callback"
35860 msgstr ""
35861
35862 #. type: verbatim
35863 #: ../src/guestfs.pod:1874
35864 #, no-wrap
35865 msgid ""
35866 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
35867 "\n"
35868 msgstr ""
35869
35870 #. type: textblock
35871 #: ../src/guestfs.pod:1876
35872 msgid ""
35873 "Delete a callback that was previously registered.  C<event_handle> should be "
35874 "the integer that was returned by a previous call to "
35875 "C<guestfs_set_event_callback> on the same handle."
35876 msgstr ""
35877
35878 #. type: =head3
35879 #: ../src/guestfs.pod:1880
35880 msgid "guestfs_event_callback"
35881 msgstr ""
35882
35883 #. type: verbatim
35884 #: ../src/guestfs.pod:1882
35885 #, no-wrap
35886 msgid ""
35887 " typedef void (*guestfs_event_callback) (\n"
35888 "                  guestfs_h *g,\n"
35889 "                  void *opaque,\n"
35890 "                  uint64_t event,\n"
35891 "                  int event_handle,\n"
35892 "                  int flags,\n"
35893 "                  const char *buf, size_t buf_len,\n"
35894 "                  const uint64_t *array, size_t array_len);\n"
35895 "\n"
35896 msgstr ""
35897
35898 #. type: textblock
35899 #: ../src/guestfs.pod:1891
35900 msgid ""
35901 "This is the type of the event callback function that you have to provide."
35902 msgstr ""
35903
35904 #. type: textblock
35905 #: ../src/guestfs.pod:1894
35906 msgid ""
35907 "The basic parameters are: the handle (C<g>), the opaque user pointer "
35908 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
35909 "handle, and C<flags> which in the current API you should ignore."
35910 msgstr ""
35911
35912 #. type: textblock
35913 #: ../src/guestfs.pod:1898
35914 msgid ""
35915 "The remaining parameters contain the event payload (if any).  Each event may "
35916 "contain a payload, which usually relates to the event class, but for future "
35917 "proofing your code should be written to handle any payload for any event "
35918 "class."
35919 msgstr ""
35920
35921 #. type: textblock
35922 #: ../src/guestfs.pod:1903
35923 msgid ""
35924 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
35925 "there is no message buffer).  Note that this message buffer can contain "
35926 "arbitrary 8 bit data, including NUL bytes."
35927 msgstr ""
35928
35929 #. type: textblock
35930 #: ../src/guestfs.pod:1907
35931 msgid ""
35932 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
35933 "moment this is only used for progress messages."
35934 msgstr ""
35935
35936 #. type: =head3
35937 #: ../src/guestfs.pod:1910
35938 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
35939 msgstr ""
35940
35941 #. type: textblock
35942 #: ../src/guestfs.pod:1912
35943 msgid ""
35944 "One motivation for the generic event API was to allow GUI programs to "
35945 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
35946 "unconditionally to C<stderr>."
35947 msgstr ""
35948
35949 #. type: textblock
35950 #: ../src/guestfs.pod:1916
35951 msgid ""
35952 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
35953 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
35954 "messages are not events; you must capture error messages separately)."
35955 msgstr ""
35956
35957 #. type: textblock
35958 #: ../src/guestfs.pod:1921
35959 msgid ""
35960 "Programs have to set up a callback to capture the classes of events of "
35961 "interest:"
35962 msgstr ""
35963
35964 #. type: verbatim
35965 #: ../src/guestfs.pod:1924
35966 #, no-wrap
35967 msgid ""
35968 " int eh =\n"
35969 "   guestfs_set_event_callback\n"
35970 "     (g, message_callback,\n"
35971 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
35972 "      GUESTFS_EVENT_TRACE,\n"
35973 "      0, NULL) == -1)\n"
35974 " if (eh == -1) {\n"
35975 "   // handle error in the usual way\n"
35976 " }\n"
35977 "\n"
35978 msgstr ""
35979
35980 #. type: textblock
35981 #: ../src/guestfs.pod:1934
35982 msgid ""
35983 "The callback can then direct messages to the appropriate place.  In this "
35984 "example, messages are directed to syslog:"
35985 msgstr ""
35986
35987 #. type: verbatim
35988 #: ../src/guestfs.pod:1937
35989 #, no-wrap
35990 msgid ""
35991 " static void\n"
35992 " message_callback (\n"
35993 "         guestfs_h *g,\n"
35994 "         void *opaque,\n"
35995 "         uint64_t event,\n"
35996 "         int event_handle,\n"
35997 "         int flags,\n"
35998 "         const char *buf, size_t buf_len,\n"
35999 "         const uint64_t *array, size_t array_len)\n"
36000 " {\n"
36001 "   const int priority = LOG_USER|LOG_INFO;\n"
36002 "   if (buf_len > 0)\n"
36003 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
36004 " }\n"
36005 "\n"
36006 msgstr ""
36007
36008 #. type: =head1
36009 #: ../src/guestfs.pod:1952
36010 msgid "CANCELLING LONG TRANSFERS"
36011 msgstr ""
36012
36013 #. type: textblock
36014 #: ../src/guestfs.pod:1954
36015 msgid ""
36016 "Some operations can be cancelled by the caller while they are in progress.  "
36017 "Currently only operations that involve uploading or downloading data can be "
36018 "cancelled (technically: operations that have C<FileIn> or C<FileOut> "
36019 "parameters in the generator)."
36020 msgstr ""
36021
36022 #. type: =head2
36023 #: ../src/guestfs.pod:1959
36024 msgid "guestfs_user_cancel"
36025 msgstr ""
36026
36027 #. type: verbatim
36028 #: ../src/guestfs.pod:1961
36029 #, no-wrap
36030 msgid ""
36031 " void guestfs_user_cancel (guestfs_h *g);\n"
36032 "\n"
36033 msgstr ""
36034
36035 #. type: textblock
36036 #: ../src/guestfs.pod:1963
36037 msgid ""
36038 "C<guestfs_user_cancel> cancels the current upload or download operation."
36039 msgstr ""
36040
36041 #. type: textblock
36042 #: ../src/guestfs.pod:1966
36043 msgid ""
36044 "Unlike most other libguestfs calls, this function is signal safe and thread "
36045 "safe.  You can call it from a signal handler or from another thread, without "
36046 "needing to do any locking."
36047 msgstr ""
36048
36049 #. type: textblock
36050 #: ../src/guestfs.pod:1970
36051 msgid ""
36052 "The transfer that was in progress (if there is one) will stop shortly "
36053 "afterwards, and will return an error.  The errno (see L</"
36054 "guestfs_last_errno>) is set to C<EINTR>, so you can test for this to find "
36055 "out if the operation was cancelled or failed because of another error."
36056 msgstr ""
36057
36058 #. type: textblock
36059 #: ../src/guestfs.pod:1976
36060 msgid ""
36061 "No cleanup is performed: for example, if a file was being uploaded then "
36062 "after cancellation there may be a partially uploaded file.  It is the "
36063 "caller's responsibility to clean up if necessary."
36064 msgstr ""
36065
36066 #. type: textblock
36067 #: ../src/guestfs.pod:1980
36068 msgid "There are two common places that you might call C<guestfs_user_cancel>."
36069 msgstr ""
36070
36071 #. type: textblock
36072 #: ../src/guestfs.pod:1982
36073 msgid ""
36074 "In an interactive text-based program, you might call it from a C<SIGINT> "
36075 "signal handler so that pressing C<^C> cancels the current operation.  (You "
36076 "also need to call L</guestfs_set_pgroup> so that child processes don't "
36077 "receive the C<^C> signal)."
36078 msgstr ""
36079
36080 #. type: textblock
36081 #: ../src/guestfs.pod:1987
36082 msgid ""
36083 "In a graphical program, when the main thread is displaying a progress bar "
36084 "with a cancel button, wire up the cancel button to call this function."
36085 msgstr ""
36086
36087 #. type: =head1
36088 #: ../src/guestfs.pod:1991
36089 msgid "PRIVATE DATA AREA"
36090 msgstr ""
36091
36092 #. type: textblock
36093 #: ../src/guestfs.pod:1993
36094 msgid ""
36095 "You can attach named pieces of private data to the libguestfs handle, fetch "
36096 "them by name, and walk over them, for the lifetime of the handle.  This is "
36097 "called the private data area and is only available from the C API."
36098 msgstr ""
36099
36100 #. type: textblock
36101 #: ../src/guestfs.pod:1998
36102 msgid "To attach a named piece of data, use the following call:"
36103 msgstr ""
36104
36105 #. type: verbatim
36106 #: ../src/guestfs.pod:2000
36107 #, no-wrap
36108 msgid ""
36109 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
36110 "\n"
36111 msgstr ""
36112 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
36113 "\n"
36114
36115 #. type: textblock
36116 #: ../src/guestfs.pod:2002
36117 msgid ""
36118 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
36119 "pointer (which can be C<NULL>).  Any previous item with the same key is "
36120 "overwritten."
36121 msgstr ""
36122
36123 #. type: textblock
36124 #: ../src/guestfs.pod:2006
36125 msgid ""
36126 "You can use any C<key> you want, but your key should I<not> start with an "
36127 "underscore character.  Keys beginning with an underscore character are "
36128 "reserved for internal libguestfs purposes (eg. for implementing language "
36129 "bindings).  It is recommended that you prefix the key with some unique "
36130 "string to avoid collisions with other users."
36131 msgstr ""
36132
36133 #. type: textblock
36134 #: ../src/guestfs.pod:2012
36135 msgid "To retrieve the pointer, use:"
36136 msgstr ""
36137
36138 #. type: verbatim
36139 #: ../src/guestfs.pod:2014
36140 #, no-wrap
36141 msgid ""
36142 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
36143 "\n"
36144 msgstr ""
36145 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
36146 "\n"
36147
36148 #. type: textblock
36149 #: ../src/guestfs.pod:2016
36150 msgid ""
36151 "This function returns C<NULL> if either no data is found associated with "
36152 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
36153 "C<NULL>."
36154 msgstr ""
36155
36156 #. type: textblock
36157 #: ../src/guestfs.pod:2020
36158 msgid ""
36159 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
36160 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
36161 "all.  In particular, libguestfs does I<not> try to free the data when the "
36162 "handle is closed.  If the data must be freed, then the caller must either "
36163 "free it before calling L</guestfs_close> or must set up a close callback to "
36164 "do it (see L</GUESTFS_EVENT_CLOSE>)."
36165 msgstr ""
36166
36167 #. type: textblock
36168 #: ../src/guestfs.pod:2027
36169 msgid "To walk over all entries, use these two functions:"
36170 msgstr ""
36171
36172 #. type: verbatim
36173 #: ../src/guestfs.pod:2029
36174 #, no-wrap
36175 msgid ""
36176 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
36177 "\n"
36178 msgstr ""
36179
36180 #. type: verbatim
36181 #: ../src/guestfs.pod:2031
36182 #, no-wrap
36183 msgid ""
36184 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
36185 "\n"
36186 msgstr ""
36187
36188 #. type: textblock
36189 #: ../src/guestfs.pod:2033
36190 msgid ""
36191 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
36192 "not have any particular meaning -- keys are not returned in any defined "
36193 "order).  A pointer to the key is returned in C<*key_rtn> and the "
36194 "corresponding data pointer is returned from the function.  C<NULL> is "
36195 "returned if there are no keys stored in the handle."
36196 msgstr ""
36197
36198 #. type: textblock
36199 #: ../src/guestfs.pod:2039
36200 msgid ""
36201 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
36202 "value of this function is also C<NULL> is there are no further entries to "
36203 "return."
36204 msgstr ""
36205
36206 #. type: textblock
36207 #: ../src/guestfs.pod:2043
36208 msgid "Notes about walking over entries:"
36209 msgstr ""
36210
36211 #. type: textblock
36212 #: ../src/guestfs.pod:2049
36213 msgid ""
36214 "You must not call C<guestfs_set_private> while walking over the entries."
36215 msgstr ""
36216
36217 #. type: textblock
36218 #: ../src/guestfs.pod:2054
36219 msgid ""
36220 "The handle maintains an internal iterator which is reset when you call "
36221 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
36222 "call C<guestfs_set_private>."
36223 msgstr ""
36224
36225 #. type: textblock
36226 #: ../src/guestfs.pod:2060
36227 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
36228 msgstr ""
36229
36230 #. type: verbatim
36231 #: ../src/guestfs.pod:2062
36232 #, no-wrap
36233 msgid ""
36234 " guestfs_set_private (g, key, NULL);\n"
36235 "\n"
36236 msgstr ""
36237
36238 #. type: textblock
36239 #: ../src/guestfs.pod:2064
36240 msgid "then that C<key> is not returned when walking."
36241 msgstr ""
36242
36243 #. type: textblock
36244 #: ../src/guestfs.pod:2068
36245 msgid ""
36246 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
36247 "C<guestfs_next_private> or C<guestfs_set_private>."
36248 msgstr ""
36249
36250 #. type: textblock
36251 #: ../src/guestfs.pod:2074
36252 msgid ""
36253 "The following example code shows how to print all keys and data pointers "
36254 "that are associated with the handle C<g>:"
36255 msgstr ""
36256
36257 #. type: verbatim
36258 #: ../src/guestfs.pod:2077
36259 #, no-wrap
36260 msgid ""
36261 " const char *key;\n"
36262 " void *data = guestfs_first_private (g, &key);\n"
36263 " while (data != NULL)\n"
36264 "   {\n"
36265 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
36266 "     data = guestfs_next_private (g, &key);\n"
36267 "   }\n"
36268 "\n"
36269 msgstr ""
36270
36271 #. type: textblock
36272 #: ../src/guestfs.pod:2085
36273 msgid ""
36274 "More commonly you are only interested in keys that begin with an application-"
36275 "specific prefix C<foo_>.  Modify the loop like so:"
36276 msgstr ""
36277
36278 #. type: verbatim
36279 #: ../src/guestfs.pod:2088
36280 #, no-wrap
36281 msgid ""
36282 " const char *key;\n"
36283 " void *data = guestfs_first_private (g, &key);\n"
36284 " while (data != NULL)\n"
36285 "   {\n"
36286 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
36287 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
36288 "     data = guestfs_next_private (g, &key);\n"
36289 "   }\n"
36290 "\n"
36291 msgstr ""
36292
36293 #. type: textblock
36294 #: ../src/guestfs.pod:2097
36295 msgid ""
36296 "If you need to modify keys while walking, then you have to jump back to the "
36297 "beginning of the loop.  For example, to delete all keys prefixed with "
36298 "C<foo_>:"
36299 msgstr ""
36300
36301 #. type: verbatim
36302 #: ../src/guestfs.pod:2101
36303 #, no-wrap
36304 msgid ""
36305 "  const char *key;\n"
36306 "  void *data;\n"
36307 " again:\n"
36308 "  data = guestfs_first_private (g, &key);\n"
36309 "  while (data != NULL)\n"
36310 "    {\n"
36311 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
36312 "        {\n"
36313 "          guestfs_set_private (g, key, NULL);\n"
36314 "          /* note that 'key' pointer is now invalid, and so is\n"
36315 "             the internal iterator */\n"
36316 "          goto again;\n"
36317 "        }\n"
36318 "      data = guestfs_next_private (g, &key);\n"
36319 "    }\n"
36320 "\n"
36321 msgstr ""
36322
36323 #. type: textblock
36324 #: ../src/guestfs.pod:2117
36325 msgid ""
36326 "Note that the above loop is guaranteed to terminate because the keys are "
36327 "being deleted, but other manipulations of keys within the loop might not "
36328 "terminate unless you also maintain an indication of which keys have been "
36329 "visited."
36330 msgstr ""
36331
36332 #. type: =end
36333 #: ../src/guestfs.pod:2122 ../src/guestfs.pod:2127
36334 msgid "html"
36335 msgstr "html"
36336
36337 #. type: textblock
36338 #: ../src/guestfs.pod:2124
36339 msgid ""
36340 "<!-- old anchor for the next section --> <a name="
36341 "\"state_machine_and_low_level_event_api\"/>"
36342 msgstr ""
36343 "<!-- old anchor for the next section --> <a name="
36344 "\"state_machine_and_low_level_event_api\"/>"
36345
36346 #. type: =head1
36347 #: ../src/guestfs.pod:2129
36348 msgid "ARCHITECTURE"
36349 msgstr "АРХІТЕКТУРА"
36350
36351 #. type: textblock
36352 #: ../src/guestfs.pod:2131
36353 msgid ""
36354 "Internally, libguestfs is implemented by running an appliance (a special "
36355 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
36356 "process of the main program."
36357 msgstr ""
36358
36359 #. type: verbatim
36360 #: ../src/guestfs.pod:2135
36361 #, no-wrap
36362 msgid ""
36363 "  ___________________\n"
36364 " /                   \\\n"
36365 " | main program      |\n"
36366 " |                   |\n"
36367 " |                   |           child process / appliance\n"
36368 " |                   |           __________________________\n"
36369 " |                   |          / qemu                     \\\n"
36370 " +-------------------+   RPC    |      +-----------------+ |\n"
36371 " | libguestfs     <--------------------> guestfsd        | |\n"
36372 " |                   |          |      +-----------------+ |\n"
36373 " \\___________________/          |      | Linux kernel    | |\n"
36374 "                                |      +--^--------------+ |\n"
36375 "                                \\_________|________________/\n"
36376 "                                          |\n"
36377 "                                   _______v______\n"
36378 "                                  /              \\\n"
36379 "                                  | Device or    |\n"
36380 "                                  | disk image   |\n"
36381 "                                  \\______________/\n"
36382 "\n"
36383 msgstr ""
36384
36385 #. type: textblock
36386 #: ../src/guestfs.pod:2155
36387 msgid ""
36388 "The library, linked to the main program, creates the child process and hence "
36389 "the appliance in the L</guestfs_launch> function."
36390 msgstr ""
36391
36392 #. type: textblock
36393 #: ../src/guestfs.pod:2158
36394 msgid ""
36395 "Inside the appliance is a Linux kernel and a complete stack of userspace "
36396 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
36397 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
36398 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
36399 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
36400 "attached to the qemu process which translates device access by the "
36401 "appliance's Linux kernel into accesses to the image."
36402 msgstr ""
36403
36404 #. type: textblock
36405 #: ../src/guestfs.pod:2167
36406 msgid ""
36407 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
36408 "Although the disk image you are attached to might also be used by some "
36409 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
36410 "care if both libguestfs's qemu process and your virtual machine are trying "
36411 "to update the disk image at the same time, since these usually results in "
36412 "massive disk corruption)."
36413 msgstr ""
36414
36415 #. type: =head1
36416 #: ../src/guestfs.pod:2174
36417 msgid "STATE MACHINE"
36418 msgstr "СКІНЧЕННИЙ АВТОМАТ"
36419
36420 #. type: textblock
36421 #: ../src/guestfs.pod:2176
36422 msgid "libguestfs uses a state machine to model the child process:"
36423 msgstr ""
36424
36425 #. type: verbatim
36426 #: ../src/guestfs.pod:2178
36427 #, no-wrap
36428 msgid ""
36429 "                         |\n"
36430 "                    guestfs_create\n"
36431 "                         |\n"
36432 "                         |\n"
36433 "                     ____V_____\n"
36434 "                    /          \\\n"
36435 "                    |  CONFIG  |\n"
36436 "                    \\__________/\n"
36437 "                     ^ ^   ^  \\\n"
36438 "                    /  |    \\  \\ guestfs_launch\n"
36439 "                   /   |    _\\__V______\n"
36440 "                  /    |   /           \\\n"
36441 "                 /     |   | LAUNCHING |\n"
36442 "                /      |   \\___________/\n"
36443 "               /       |       /\n"
36444 "              /        |  guestfs_launch\n"
36445 "             /         |     /\n"
36446 "    ______  /        __|____V\n"
36447 "   /      \\ ------> /        \\\n"
36448 "   | BUSY |         | READY  |\n"
36449 "   \\______/ <------ \\________/\n"
36450 "\n"
36451 msgstr ""
36452
36453 #. type: textblock
36454 #: ../src/guestfs.pod:2200
36455 msgid ""
36456 "The normal transitions are (1) CONFIG (when the handle is created, but there "
36457 "is no child process), (2) LAUNCHING (when the child process is booting up), "
36458 "(3) alternating between READY and BUSY as commands are issued to, and "
36459 "carried out by, the child process."
36460 msgstr ""
36461
36462 #. type: textblock
36463 #: ../src/guestfs.pod:2205
36464 msgid ""
36465 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
36466 "asynchronously at any time (eg. due to some internal error), and that causes "
36467 "the state to transition back to CONFIG."
36468 msgstr ""
36469
36470 #. type: textblock
36471 #: ../src/guestfs.pod:2209
36472 msgid ""
36473 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
36474 "issued when in the CONFIG state."
36475 msgstr ""
36476
36477 #. type: textblock
36478 #: ../src/guestfs.pod:2212
36479 msgid ""
36480 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
36481 "L</guestfs_launch> blocks until the child process is READY to accept "
36482 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
36483 "moves the state from CONFIG to LAUNCHING while it is running."
36484 msgstr ""
36485
36486 #. type: textblock
36487 #: ../src/guestfs.pod:2218
36488 msgid ""
36489 "API actions such as L</guestfs_mount> can only be issued when in the READY "
36490 "state.  These API calls block waiting for the command to be carried out (ie. "
36491 "the state to transition to BUSY and then back to READY).  There are no non-"
36492 "blocking versions, and no way to issue more than one command per handle at "
36493 "the same time."
36494 msgstr ""
36495
36496 #. type: textblock
36497 #: ../src/guestfs.pod:2224
36498 msgid ""
36499 "Finally, the child process sends asynchronous messages back to the main "
36500 "program, such as kernel log messages.  You can register a callback to "
36501 "receive these messages."
36502 msgstr ""
36503
36504 #. type: =head1
36505 #: ../src/guestfs.pod:2228
36506 msgid "INTERNALS"
36507 msgstr ""
36508
36509 #. type: =head2
36510 #: ../src/guestfs.pod:2230
36511 msgid "COMMUNICATION PROTOCOL"
36512 msgstr ""
36513
36514 #. type: textblock
36515 #: ../src/guestfs.pod:2232
36516 msgid ""
36517 "Don't rely on using this protocol directly.  This section documents how it "
36518 "currently works, but it may change at any time."
36519 msgstr ""
36520
36521 #. type: textblock
36522 #: ../src/guestfs.pod:2235
36523 msgid ""
36524 "The protocol used to talk between the library and the daemon running inside "
36525 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
36526 "1014, RFC 1832, RFC 4506)."
36527 msgstr ""
36528
36529 #. type: textblock
36530 #: ../src/guestfs.pod:2239
36531 msgid ""
36532 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
36533 "this file is automatically generated)."
36534 msgstr ""
36535
36536 #. type: textblock
36537 #: ../src/guestfs.pod:2242
36538 msgid ""
36539 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
36540 "and C<FileOut> parameters, which are handled with very simple request/reply "
36541 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
36542 "parameters, which use the same request and reply messages, but they may also "
36543 "be followed by files sent using a chunked encoding."
36544 msgstr ""
36545
36546 #. type: =head3
36547 #: ../src/guestfs.pod:2249
36548 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
36549 msgstr ""
36550
36551 #. type: textblock
36552 #: ../src/guestfs.pod:2251
36553 msgid "For ordinary functions, the request message is:"
36554 msgstr ""
36555
36556 #. type: verbatim
36557 #: ../src/guestfs.pod:2253
36558 #, no-wrap
36559 msgid ""
36560 " total length (header + arguments,\n"
36561 "      but not including the length word itself)\n"
36562 " struct guestfs_message_header (encoded as XDR)\n"
36563 " struct guestfs_<foo>_args (encoded as XDR)\n"
36564 "\n"
36565 msgstr ""
36566
36567 #. type: textblock
36568 #: ../src/guestfs.pod:2258
36569 msgid ""
36570 "The total length field allows the daemon to allocate a fixed size buffer "
36571 "into which it slurps the rest of the message.  As a result, the total length "
36572 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
36573 "effective size of any request is limited to somewhere under this size."
36574 msgstr ""
36575
36576 #. type: textblock
36577 #: ../src/guestfs.pod:2264
36578 msgid ""
36579 "Note also that many functions don't take any arguments, in which case the "
36580 "C<guestfs_I<foo>_args> is completely omitted."
36581 msgstr ""
36582
36583 #. type: textblock
36584 #: ../src/guestfs.pod:2267
36585 msgid ""
36586 "The header contains the procedure number (C<guestfs_proc>) which is how the "
36587 "receiver knows what type of args structure to expect, or none at all."
36588 msgstr ""
36589
36590 #. type: textblock
36591 #: ../src/guestfs.pod:2271
36592 msgid ""
36593 "For functions that take optional arguments, the optional arguments are "
36594 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
36595 "arguments.  A bitmask in the header indicates which optional arguments are "
36596 "meaningful.  The bitmask is also checked to see if it contains bits set "
36597 "which the daemon does not know about (eg. if more optional arguments were "
36598 "added in a later version of the library), and this causes the call to be "
36599 "rejected."
36600 msgstr ""
36601
36602 #. type: textblock
36603 #: ../src/guestfs.pod:2279
36604 msgid "The reply message for ordinary functions is:"
36605 msgstr ""
36606
36607 #. type: verbatim
36608 #: ../src/guestfs.pod:2281
36609 #, no-wrap
36610 msgid ""
36611 " total length (header + ret,\n"
36612 "      but not including the length word itself)\n"
36613 " struct guestfs_message_header (encoded as XDR)\n"
36614 " struct guestfs_<foo>_ret (encoded as XDR)\n"
36615 "\n"
36616 msgstr ""
36617
36618 #. type: textblock
36619 #: ../src/guestfs.pod:2286
36620 msgid ""
36621 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
36622 "functions that return no formal return values."
36623 msgstr ""
36624
36625 #. type: textblock
36626 #: ../src/guestfs.pod:2289
36627 msgid ""
36628 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
36629 msgstr ""
36630
36631 #. type: textblock
36632 #: ../src/guestfs.pod:2292
36633 msgid ""
36634 "In the case of an error, a flag is set in the header, and the reply message "
36635 "is slightly changed:"
36636 msgstr ""
36637
36638 #. type: verbatim
36639 #: ../src/guestfs.pod:2295
36640 #, no-wrap
36641 msgid ""
36642 " total length (header + error,\n"
36643 "      but not including the length word itself)\n"
36644 " struct guestfs_message_header (encoded as XDR)\n"
36645 " struct guestfs_message_error (encoded as XDR)\n"
36646 "\n"
36647 msgstr ""
36648
36649 #. type: textblock
36650 #: ../src/guestfs.pod:2300
36651 msgid ""
36652 "The C<guestfs_message_error> structure contains the error message as a "
36653 "string."
36654 msgstr ""
36655
36656 #. type: =head3
36657 #: ../src/guestfs.pod:2303
36658 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
36659 msgstr ""
36660
36661 #. type: textblock
36662 #: ../src/guestfs.pod:2305
36663 msgid ""
36664 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
36665 "The normal request message is sent (see above).  However this is followed by "
36666 "a sequence of file chunks."
36667 msgstr ""
36668
36669 #. type: verbatim
36670 #: ../src/guestfs.pod:2309
36671 #, no-wrap
36672 msgid ""
36673 " total length (header + arguments,\n"
36674 "      but not including the length word itself,\n"
36675 "      and not including the chunks)\n"
36676 " struct guestfs_message_header (encoded as XDR)\n"
36677 " struct guestfs_<foo>_args (encoded as XDR)\n"
36678 " sequence of chunks for FileIn param #0\n"
36679 " sequence of chunks for FileIn param #1 etc.\n"
36680 "\n"
36681 msgstr ""
36682
36683 #. type: textblock
36684 #: ../src/guestfs.pod:2317
36685 msgid "The \"sequence of chunks\" is:"
36686 msgstr ""
36687
36688 #. type: verbatim
36689 #: ../src/guestfs.pod:2319
36690 #, no-wrap
36691 msgid ""
36692 " length of chunk (not including length word itself)\n"
36693 " struct guestfs_chunk (encoded as XDR)\n"
36694 " length of chunk\n"
36695 " struct guestfs_chunk (encoded as XDR)\n"
36696 "   ...\n"
36697 " length of chunk\n"
36698 " struct guestfs_chunk (with data.data_len == 0)\n"
36699 "\n"
36700 msgstr ""
36701
36702 #. type: textblock
36703 #: ../src/guestfs.pod:2327
36704 msgid ""
36705 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
36706 "is set in the final chunk to indicate either successful completion or early "
36707 "cancellation."
36708 msgstr ""
36709
36710 #. type: textblock
36711 #: ../src/guestfs.pod:2331
36712 msgid ""
36713 "At time of writing there are no functions that have more than one FileIn "
36714 "parameter.  However this is (theoretically) supported, by sending the "
36715 "sequence of chunks for each FileIn parameter one after another (from left to "
36716 "right)."
36717 msgstr ""
36718
36719 #. type: textblock
36720 #: ../src/guestfs.pod:2336
36721 msgid ""
36722 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
36723 "transfer.  The library does this by sending a chunk with a special flag set "
36724 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
36725 "RPC, does I<not> send any reply, and goes back to reading the next request."
36726 msgstr ""
36727
36728 #. type: textblock
36729 #: ../src/guestfs.pod:2342
36730 msgid ""
36731 "The daemon may also cancel.  It does this by writing a special word "
36732 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
36733 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
36734 "cancel chunk).  The special word is chosen so that even if cancellation "
36735 "happens right at the end of the transfer (after the library has finished "
36736 "writing and has started listening for the reply), the \"spurious\" cancel "
36737 "flag will not be confused with the reply message."
36738 msgstr ""
36739
36740 #. type: textblock
36741 #: ../src/guestfs.pod:2351
36742 msgid ""
36743 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
36744 "limit), and also files where the size is not known in advance (eg. from "
36745 "pipes or sockets).  However the chunks are rather small "
36746 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
36747 "to keep much in memory."
36748 msgstr ""
36749
36750 #. type: =head3
36751 #: ../src/guestfs.pod:2357
36752 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
36753 msgstr ""
36754
36755 #. type: textblock
36756 #: ../src/guestfs.pod:2359
36757 msgid ""
36758 "The protocol for FileOut parameters is exactly the same as for FileIn "
36759 "parameters, but with the roles of daemon and library reversed."
36760 msgstr ""
36761
36762 #. type: verbatim
36763 #: ../src/guestfs.pod:2362
36764 #, no-wrap
36765 msgid ""
36766 " total length (header + ret,\n"
36767 "      but not including the length word itself,\n"
36768 "      and not including the chunks)\n"
36769 " struct guestfs_message_header (encoded as XDR)\n"
36770 " struct guestfs_<foo>_ret (encoded as XDR)\n"
36771 " sequence of chunks for FileOut param #0\n"
36772 " sequence of chunks for FileOut param #1 etc.\n"
36773 "\n"
36774 msgstr ""
36775
36776 #. type: =head3
36777 #: ../src/guestfs.pod:2370
36778 msgid "INITIAL MESSAGE"
36779 msgstr ""
36780
36781 #. type: textblock
36782 #: ../src/guestfs.pod:2372
36783 msgid ""
36784 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
36785 "which indicates that the guest and daemon is alive.  This is what L</"
36786 "guestfs_launch> waits for."
36787 msgstr ""
36788
36789 #. type: =head3
36790 #: ../src/guestfs.pod:2376
36791 msgid "PROGRESS NOTIFICATION MESSAGES"
36792 msgstr ""
36793
36794 #. type: textblock
36795 #: ../src/guestfs.pod:2378
36796 msgid ""
36797 "The daemon may send progress notification messages at any time.  These are "
36798 "distinguished by the normal length word being replaced by "
36799 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
36800 msgstr ""
36801
36802 #. type: textblock
36803 #: ../src/guestfs.pod:2382
36804 msgid ""
36805 "The library turns them into progress callbacks (see L</"
36806 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
36807 "if not."
36808 msgstr ""
36809
36810 #. type: textblock
36811 #: ../src/guestfs.pod:2386
36812 msgid ""
36813 "The daemon self-limits the frequency of progress messages it sends (see "
36814 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
36815 "messages."
36816 msgstr ""
36817
36818 #. type: =head1
36819 #: ../src/guestfs.pod:2390
36820 msgid "LIBGUESTFS VERSION NUMBERS"
36821 msgstr ""
36822
36823 #. type: textblock
36824 #: ../src/guestfs.pod:2392
36825 msgid ""
36826 "Since April 2010, libguestfs has started to make separate development and "
36827 "stable releases, along with corresponding branches in our git repository.  "
36828 "These separate releases can be identified by version number:"
36829 msgstr ""
36830
36831 #. type: verbatim
36832 #: ../src/guestfs.pod:2397
36833 #, no-wrap
36834 msgid ""
36835 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
36836 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
36837 "       |\n"
36838 "       v\n"
36839 " 1  .  3  .  5\n"
36840 " ^           ^\n"
36841 " |           |\n"
36842 " |           `-------- sub-version\n"
36843 " |\n"
36844 " `------ always '1' because we don't change the ABI\n"
36845 "\n"
36846 msgstr ""
36847
36848 #. type: textblock
36849 #: ../src/guestfs.pod:2408
36850 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
36851 msgstr ""
36852
36853 #. type: textblock
36854 #: ../src/guestfs.pod:2410
36855 msgid ""
36856 "As time passes we cherry pick fixes from the development branch and backport "
36857 "those into the stable branch, the effect being that the stable branch should "
36858 "get more stable and less buggy over time.  So the stable releases are ideal "
36859 "for people who don't need new features but would just like the software to "
36860 "work."
36861 msgstr ""
36862
36863 #. type: textblock
36864 #: ../src/guestfs.pod:2416
36865 msgid "Our criteria for backporting changes are:"
36866 msgstr ""
36867
36868 #. type: textblock
36869 #: ../src/guestfs.pod:2422
36870 msgid ""
36871 "Documentation changes which don't affect any code are backported unless the "
36872 "documentation refers to a future feature which is not in stable."
36873 msgstr ""
36874
36875 #. type: textblock
36876 #: ../src/guestfs.pod:2428
36877 msgid ""
36878 "Bug fixes which are not controversial, fix obvious problems, and have been "
36879 "well tested are backported."
36880 msgstr ""
36881
36882 #. type: textblock
36883 #: ../src/guestfs.pod:2433
36884 msgid ""
36885 "Simple rearrangements of code which shouldn't affect how it works get "
36886 "backported.  This is so that the code in the two branches doesn't get too "
36887 "far out of step, allowing us to backport future fixes more easily."
36888 msgstr ""
36889
36890 #. type: textblock
36891 #: ../src/guestfs.pod:2439
36892 msgid ""
36893 "We I<don't> backport new features, new APIs, new tools etc, except in one "
36894 "exceptional case: the new feature is required in order to implement an "
36895 "important bug fix."
36896 msgstr ""
36897
36898 #. type: textblock
36899 #: ../src/guestfs.pod:2445
36900 msgid ""
36901 "A new stable branch starts when we think the new features in development are "
36902 "substantial and compelling enough over the current stable branch to warrant "
36903 "it.  When that happens we create new stable and development versions 1.N.0 "
36904 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
36905 "stable at this point, but by backporting fixes from development, that branch "
36906 "will stabilize over time."
36907 msgstr ""
36908
36909 #. type: =head1
36910 #: ../src/guestfs.pod:2453
36911 msgid "EXTENDING LIBGUESTFS"
36912 msgstr ""
36913
36914 #. type: =head2
36915 #: ../src/guestfs.pod:2455
36916 msgid "ADDING A NEW API ACTION"
36917 msgstr ""
36918
36919 #. type: textblock
36920 #: ../src/guestfs.pod:2457
36921 msgid ""
36922 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
36923 "documentation) are generated, and this makes it easy to extend the "
36924 "libguestfs API."
36925 msgstr ""
36926
36927 #. type: textblock
36928 #: ../src/guestfs.pod:2461
36929 msgid "To add a new API action there are two changes:"
36930 msgstr ""
36931
36932 #. type: textblock
36933 #: ../src/guestfs.pod:2467
36934 msgid ""
36935 "You need to add a description of the call (name, parameters, return type, "
36936 "tests, documentation) to C<generator/generator_actions.ml>."
36937 msgstr ""
36938
36939 #. type: textblock
36940 #: ../src/guestfs.pod:2470
36941 msgid ""
36942 "There are two sorts of API action, depending on whether the call goes "
36943 "through to the daemon in the appliance, or is serviced entirely by the "
36944 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
36945 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
36946 "an example of the latter, since a trace flag is maintained in the handle and "
36947 "all tracing is done on the library side."
36948 msgstr ""
36949
36950 #. type: textblock
36951 #: ../src/guestfs.pod:2478
36952 msgid ""
36953 "Most new actions are of the first type, and get added to the "
36954 "C<daemon_functions> list.  Each function has a unique procedure number used "
36955 "in the RPC protocol which is assigned to that action when we publish "
36956 "libguestfs and cannot be reused.  Take the latest procedure number and "
36957 "increment it."
36958 msgstr ""
36959
36960 #. type: textblock
36961 #: ../src/guestfs.pod:2484
36962 msgid ""
36963 "For library-only actions of the second type, add to the "
36964 "C<non_daemon_functions> list.  Since these functions are serviced by the "
36965 "library and do not travel over the RPC mechanism to the daemon, these "
36966 "functions do not need a procedure number, and so the procedure number is set "
36967 "to C<-1>."
36968 msgstr ""
36969
36970 #. type: textblock
36971 #: ../src/guestfs.pod:2492
36972 msgid "Implement the action (in C):"
36973 msgstr ""
36974
36975 #. type: textblock
36976 #: ../src/guestfs.pod:2494
36977 msgid ""
36978 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
36979 "C<daemon/> directory."
36980 msgstr ""
36981
36982 #. type: textblock
36983 #: ../src/guestfs.pod:2497
36984 msgid ""
36985 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
36986 "(note: double underscore) in the C<src/> directory."
36987 msgstr ""
36988
36989 #. type: textblock
36990 #: ../src/guestfs.pod:2500
36991 msgid "In either case, use another function as an example of what to do."
36992 msgstr ""
36993
36994 #. type: textblock
36995 #: ../src/guestfs.pod:2504
36996 msgid "After making these changes, use C<make> to compile."
36997 msgstr ""
36998
36999 #. type: textblock
37000 #: ../src/guestfs.pod:2506
37001 msgid ""
37002 "Note that you don't need to implement the RPC, language bindings, manual "
37003 "pages or anything else.  It's all automatically generated from the OCaml "
37004 "description."
37005 msgstr ""
37006
37007 #. type: =head2
37008 #: ../src/guestfs.pod:2510
37009 msgid "ADDING TESTS FOR AN API ACTION"
37010 msgstr ""
37011
37012 #. type: textblock
37013 #: ../src/guestfs.pod:2512
37014 msgid ""
37015 "You can supply zero or as many tests as you want per API call.  The tests "
37016 "can either be added as part of the API description (C<generator/"
37017 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
37018 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
37019 "slower, so if possible use the first method."
37020 msgstr ""
37021
37022 #. type: textblock
37023 #: ../src/guestfs.pod:2518
37024 msgid ""
37025 "The following describes the test environment used when you add an API test "
37026 "in C<generator_actions.ml>."
37027 msgstr ""
37028
37029 #. type: textblock
37030 #: ../src/guestfs.pod:2521
37031 msgid "The test environment has 4 block devices:"
37032 msgstr ""
37033
37034 #. type: =item
37035 #: ../src/guestfs.pod:2525
37036 msgid "C</dev/sda> 500MB"
37037 msgstr "C</dev/sda> 500 МБ"
37038
37039 #. type: textblock
37040 #: ../src/guestfs.pod:2527
37041 msgid "General block device for testing."
37042 msgstr ""
37043
37044 #. type: =item
37045 #: ../src/guestfs.pod:2529
37046 msgid "C</dev/sdb> 50MB"
37047 msgstr "C</dev/sdb> 50 МБ"
37048
37049 #. type: textblock
37050 #: ../src/guestfs.pod:2531
37051 msgid ""
37052 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
37053 "operations."
37054 msgstr ""
37055
37056 #. type: =item
37057 #: ../src/guestfs.pod:2534
37058 msgid "C</dev/sdc> 10MB"
37059 msgstr "C</dev/sdc> 10 МБ"
37060
37061 #. type: textblock
37062 #: ../src/guestfs.pod:2536
37063 msgid "Used in a few tests where two block devices are needed."
37064 msgstr ""
37065
37066 #. type: =item
37067 #: ../src/guestfs.pod:2538
37068 msgid "C</dev/sdd>"
37069 msgstr "C</dev/sdd>"
37070
37071 #. type: textblock
37072 #: ../src/guestfs.pod:2540
37073 msgid "ISO with fixed content (see C<images/test.iso>)."
37074 msgstr ""
37075
37076 #. type: textblock
37077 #: ../src/guestfs.pod:2544
37078 msgid ""
37079 "To be able to run the tests in a reasonable amount of time, the libguestfs "
37080 "appliance and block devices are reused between tests.  So don't try testing "
37081 "L</guestfs_kill_subprocess> :-x"
37082 msgstr ""
37083
37084 #. type: textblock
37085 #: ../src/guestfs.pod:2548
37086 msgid ""
37087 "Each test starts with an initial scenario, selected using one of the "
37088 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
37089 "initialize the disks mentioned above in a particular way as documented in "
37090 "C<generator_types.ml>.  You should not assume anything about the previous "
37091 "contents of other disks that are not initialized."
37092 msgstr ""
37093
37094 #. type: textblock
37095 #: ../src/guestfs.pod:2554
37096 msgid ""
37097 "You can add a prerequisite clause to any individual test.  This is a run-"
37098 "time check, which, if it fails, causes the test to be skipped.  Useful if "
37099 "testing a command which might not work on all variations of libguestfs "
37100 "builds.  A test that has prerequisite of C<Always> means to run "
37101 "unconditionally."
37102 msgstr ""
37103
37104 #. type: textblock
37105 #: ../src/guestfs.pod:2560
37106 msgid ""
37107 "In addition, packagers can skip individual tests by setting environment "
37108 "variables before running C<make check>."
37109 msgstr ""
37110
37111 #. type: verbatim
37112 #: ../src/guestfs.pod:2563
37113 #, no-wrap
37114 msgid ""
37115 " SKIP_TEST_<CMD>_<NUM>=1\n"
37116 "\n"
37117 msgstr ""
37118
37119 #. type: textblock
37120 #: ../src/guestfs.pod:2565
37121 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
37122 msgstr ""
37123
37124 #. type: textblock
37125 #: ../src/guestfs.pod:2567
37126 msgid "or:"
37127 msgstr "або:"
37128
37129 #. type: verbatim
37130 #: ../src/guestfs.pod:2569
37131 #, no-wrap
37132 msgid ""
37133 " SKIP_TEST_<CMD>=1\n"
37134 "\n"
37135 msgstr ""
37136
37137 #. type: textblock
37138 #: ../src/guestfs.pod:2571
37139 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
37140 msgstr ""
37141
37142 #. type: textblock
37143 #: ../src/guestfs.pod:2573
37144 msgid "Packagers can run only certain tests by setting for example:"
37145 msgstr ""
37146
37147 #. type: verbatim
37148 #: ../src/guestfs.pod:2575
37149 #, no-wrap
37150 msgid ""
37151 " TEST_ONLY=\"vfs_type zerofree\"\n"
37152 "\n"
37153 msgstr ""
37154
37155 #. type: textblock
37156 #: ../src/guestfs.pod:2577
37157 msgid ""
37158 "See C<capitests/tests.c> for more details of how these environment variables "
37159 "work."
37160 msgstr ""
37161
37162 #. type: =head2
37163 #: ../src/guestfs.pod:2580
37164 msgid "DEBUGGING NEW API ACTIONS"
37165 msgstr ""
37166
37167 #. type: textblock
37168 #: ../src/guestfs.pod:2582
37169 msgid "Test new actions work before submitting them."
37170 msgstr ""
37171
37172 #. type: textblock
37173 #: ../src/guestfs.pod:2584
37174 msgid "You can use guestfish to try out new commands."
37175 msgstr ""
37176
37177 #. type: textblock
37178 #: ../src/guestfs.pod:2586
37179 msgid ""
37180 "Debugging the daemon is a problem because it runs inside a minimal "
37181 "environment.  However you can fprintf messages in the daemon to stderr, and "
37182 "they will show up if you use C<guestfish -v>."
37183 msgstr ""
37184
37185 #. type: =head2
37186 #: ../src/guestfs.pod:2590
37187 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
37188 msgstr ""
37189
37190 #. type: textblock
37191 #: ../src/guestfs.pod:2592
37192 msgid ""
37193 "Our C source code generally adheres to some basic code-formatting "
37194 "conventions.  The existing code base is not totally consistent on this "
37195 "front, but we do prefer that contributed code be formatted similarly.  In "
37196 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
37197 "indentation level, and other than that, follow the K&R style."
37198 msgstr ""
37199
37200 #. type: textblock
37201 #: ../src/guestfs.pod:2598
37202 msgid ""
37203 "If you use Emacs, add the following to one of one of your start-up files (e."
37204 "g., ~/.emacs), to help ensure that you get indentation right:"
37205 msgstr ""
37206
37207 #. type: verbatim
37208 #: ../src/guestfs.pod:2601
37209 #, no-wrap
37210 msgid ""
37211 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
37212 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
37213 " (add-hook 'find-file-hook\n"
37214 "     '(lambda () (if (and buffer-file-name\n"
37215 "                          (string-match \"/libguestfs\\\\>\"\n"
37216 "                              (buffer-file-name))\n"
37217 "                          (not (string-equal mode-name \"Change Log\"))\n"
37218 "                          (not (string-equal mode-name \"Makefile\")))\n"
37219 "                     (setq indent-tabs-mode nil))))\n"
37220 " \n"
37221 msgstr ""
37222
37223 #. type: verbatim
37224 #: ../src/guestfs.pod:2611
37225 #, no-wrap
37226 msgid ""
37227 " ;;; When editing C sources in libguestfs, use this style.\n"
37228 " (defun libguestfs-c-mode ()\n"
37229 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
37230 "   (interactive)\n"
37231 "   (c-set-style \"K&R\")\n"
37232 "   (setq c-indent-level 2)\n"
37233 "   (setq c-basic-offset 2))\n"
37234 " (add-hook 'c-mode-hook\n"
37235 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
37236 "                               (buffer-file-name))\n"
37237 "                           (libguestfs-c-mode))))\n"
37238 "\n"
37239 msgstr ""
37240
37241 #. type: textblock
37242 #: ../src/guestfs.pod:2623
37243 msgid "Enable warnings when compiling (and fix any problems this finds):"
37244 msgstr ""
37245
37246 #. type: verbatim
37247 #: ../src/guestfs.pod:2626
37248 #, no-wrap
37249 msgid ""
37250 " ./configure --enable-gcc-warnings\n"
37251 "\n"
37252 msgstr ""
37253 " ./configure --enable-gcc-warnings\n"
37254 "\n"
37255
37256 #. type: textblock
37257 #: ../src/guestfs.pod:2628
37258 msgid "Useful targets are:"
37259 msgstr ""
37260
37261 #. type: verbatim
37262 #: ../src/guestfs.pod:2630
37263 #, no-wrap
37264 msgid ""
37265 " make syntax-check  # checks the syntax of the C code\n"
37266 " make check         # runs the test suite\n"
37267 "\n"
37268 msgstr ""
37269
37270 #. type: =head2
37271 #: ../src/guestfs.pod:2633
37272 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
37273 msgstr ""
37274
37275 #. type: textblock
37276 #: ../src/guestfs.pod:2635
37277 msgid ""
37278 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
37279 "which are used to do shell quoting."
37280 msgstr ""
37281
37282 #. type: =item
37283 #: ../src/guestfs.pod:2640
37284 msgid "%Q"
37285 msgstr "%Q"
37286
37287 #. type: textblock
37288 #: ../src/guestfs.pod:2642
37289 msgid ""
37290 "Simple shell quoted string.  Any spaces or other shell characters are "
37291 "escaped for you."
37292 msgstr ""
37293
37294 #. type: =item
37295 #: ../src/guestfs.pod:2645
37296 msgid "%R"
37297 msgstr "%R"
37298
37299 #. type: textblock
37300 #: ../src/guestfs.pod:2647
37301 msgid ""
37302 "Same as C<%Q> except the string is treated as a path which is prefixed by "
37303 "the sysroot."
37304 msgstr ""
37305
37306 #. type: verbatim
37307 #: ../src/guestfs.pod:2654
37308 #, no-wrap
37309 msgid ""
37310 " asprintf (&cmd, \"cat %R\", path);\n"
37311 "\n"
37312 msgstr ""
37313
37314 #. type: textblock
37315 #: ../src/guestfs.pod:2656
37316 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
37317 msgstr ""
37318
37319 #. type: textblock
37320 #: ../src/guestfs.pod:2658
37321 msgid ""
37322 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
37323 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
37324 "they are not passed via the shell (instead, straight to exec).  You probably "
37325 "want to use the C<sysroot_path()> function however."
37326 msgstr ""
37327
37328 #. type: =head2
37329 #: ../src/guestfs.pod:2664
37330 msgid "SUBMITTING YOUR NEW API ACTIONS"
37331 msgstr ""
37332
37333 #. type: textblock
37334 #: ../src/guestfs.pod:2666
37335 msgid ""
37336 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
37337 "libguestfs> and CC to L<rjones@redhat.com>."
37338 msgstr ""
37339
37340 #. type: =head2
37341 #: ../src/guestfs.pod:2670
37342 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
37343 msgstr ""
37344
37345 #. type: textblock
37346 #: ../src/guestfs.pod:2672
37347 msgid "We support i18n (gettext anyhow) in the library."
37348 msgstr ""
37349
37350 #. type: textblock
37351 #: ../src/guestfs.pod:2674
37352 msgid ""
37353 "However many messages come from the daemon, and we don't translate those at "
37354 "the moment.  One reason is that the appliance generally has all locale files "
37355 "removed from it, because they take up a lot of space.  So we'd have to readd "
37356 "some of those, as well as copying our PO files into the appliance."
37357 msgstr ""
37358
37359 #. type: textblock
37360 #: ../src/guestfs.pod:2680
37361 msgid ""
37362 "Debugging messages are never translated, since they are intended for the "
37363 "programmers."
37364 msgstr ""
37365
37366 #. type: =head2
37367 #: ../src/guestfs.pod:2683
37368 msgid "SOURCE CODE SUBDIRECTORIES"
37369 msgstr ""
37370
37371 #. type: textblock
37372 #: ../src/guestfs.pod:2689
37373 msgid "The libguestfs appliance, build scripts and so on."
37374 msgstr ""
37375
37376 #. type: =item
37377 #: ../src/guestfs.pod:2691
37378 msgid "C<capitests>"
37379 msgstr "C<capitests>"
37380
37381 #. type: textblock
37382 #: ../src/guestfs.pod:2693
37383 msgid "Automated tests of the C API."
37384 msgstr ""
37385
37386 #. type: =item
37387 #: ../src/guestfs.pod:2695
37388 msgid "C<cat>"
37389 msgstr "C<cat>"
37390
37391 #. type: textblock
37392 #: ../src/guestfs.pod:2697
37393 msgid ""
37394 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
37395 "documentation."
37396 msgstr ""
37397
37398 #. type: =item
37399 #: ../src/guestfs.pod:2700
37400 msgid "C<caution>"
37401 msgstr ""
37402
37403 #. type: textblock
37404 #: ../src/guestfs.pod:2702
37405 msgid ""
37406 "Safety and liveness tests of components that libguestfs depends upon (not of "
37407 "libguestfs itself).  Mainly this is for qemu and the kernel."
37408 msgstr ""
37409
37410 #. type: =item
37411 #: ../src/guestfs.pod:2705
37412 msgid "C<contrib>"
37413 msgstr "C<contrib>"
37414
37415 #. type: textblock
37416 #: ../src/guestfs.pod:2707
37417 msgid "Outside contributions, experimental parts."
37418 msgstr ""
37419
37420 #. type: =item
37421 #: ../src/guestfs.pod:2709
37422 msgid "C<daemon>"
37423 msgstr "C<daemon>"
37424
37425 #. type: textblock
37426 #: ../src/guestfs.pod:2711
37427 msgid ""
37428 "The daemon that runs inside the libguestfs appliance and carries out actions."
37429 msgstr ""
37430
37431 #. type: =item
37432 #: ../src/guestfs.pod:2714
37433 msgid "C<df>"
37434 msgstr "C<df>"
37435
37436 #. type: textblock
37437 #: ../src/guestfs.pod:2716
37438 msgid "L<virt-df(1)> command and documentation."
37439 msgstr ""
37440
37441 #. type: =item
37442 #: ../src/guestfs.pod:2718
37443 msgid "C<edit>"
37444 msgstr ""
37445
37446 #. type: textblock
37447 #: ../src/guestfs.pod:2720
37448 msgid "L<virt-edit(1)> command and documentation."
37449 msgstr ""
37450
37451 #. type: =item
37452 #: ../src/guestfs.pod:2722
37453 msgid "C<examples>"
37454 msgstr "C<examples>"
37455
37456 #. type: textblock
37457 #: ../src/guestfs.pod:2724
37458 msgid "C API example code."
37459 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
37460
37461 #. type: =item
37462 #: ../src/guestfs.pod:2726
37463 msgid "C<fish>"
37464 msgstr "C<fish>"
37465
37466 #. type: textblock
37467 #: ../src/guestfs.pod:2728
37468 msgid ""
37469 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
37470 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
37471 "L<virt-tar-out(1)>."
37472 msgstr ""
37473
37474 #. type: =item
37475 #: ../src/guestfs.pod:2732
37476 msgid "C<fuse>"
37477 msgstr "C<fuse>"
37478
37479 #. type: textblock
37480 #: ../src/guestfs.pod:2734
37481 msgid ""
37482 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
37483 msgstr ""
37484
37485 #. type: =item
37486 #: ../src/guestfs.pod:2736
37487 msgid "C<generator>"
37488 msgstr "C<generator>"
37489
37490 #. type: textblock
37491 #: ../src/guestfs.pod:2738
37492 msgid ""
37493 "The crucially important generator, used to automatically generate large "
37494 "amounts of boilerplate C code for things like RPC and bindings."
37495 msgstr ""
37496
37497 #. type: =item
37498 #: ../src/guestfs.pod:2741
37499 msgid "C<images>"
37500 msgstr "C<images>"
37501
37502 #. type: textblock
37503 #: ../src/guestfs.pod:2743
37504 msgid "Files used by the test suite."
37505 msgstr ""
37506
37507 #. type: textblock
37508 #: ../src/guestfs.pod:2745
37509 msgid "Some \"phony\" guest images which we test against."
37510 msgstr ""
37511
37512 #. type: =item
37513 #: ../src/guestfs.pod:2747
37514 msgid "C<inspector>"
37515 msgstr "C<inspector>"
37516
37517 #. type: textblock
37518 #: ../src/guestfs.pod:2749
37519 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
37520 msgstr ""
37521
37522 #. type: =item
37523 #: ../src/guestfs.pod:2751
37524 msgid "C<logo>"
37525 msgstr "C<logo>"
37526
37527 #. type: textblock
37528 #: ../src/guestfs.pod:2753
37529 msgid "Logo used on the website.  The fish is called Arthur by the way."
37530 msgstr ""
37531
37532 #. type: =item
37533 #: ../src/guestfs.pod:2755
37534 msgid "C<m4>"
37535 msgstr "C<m4>"
37536
37537 #. type: textblock
37538 #: ../src/guestfs.pod:2757
37539 msgid "M4 macros used by autoconf."
37540 msgstr ""
37541
37542 #. type: =item
37543 #: ../src/guestfs.pod:2759
37544 msgid "C<po>"
37545 msgstr "C<po>"
37546
37547 #. type: textblock
37548 #: ../src/guestfs.pod:2761
37549 msgid "Translations of simple gettext strings."
37550 msgstr "Переклади простих рядків gettext."
37551
37552 #. type: =item
37553 #: ../src/guestfs.pod:2763
37554 msgid "C<po-docs>"
37555 msgstr "C<po-docs>"
37556
37557 #. type: textblock
37558 #: ../src/guestfs.pod:2765
37559 msgid ""
37560 "The build infrastructure and PO files for translations of manpages and POD "
37561 "files.  Eventually this will be combined with the C<po> directory, but that "
37562 "is rather complicated."
37563 msgstr ""
37564
37565 #. type: =item
37566 #: ../src/guestfs.pod:2769
37567 msgid "C<regressions>"
37568 msgstr "C<regressions>"
37569
37570 #. type: textblock
37571 #: ../src/guestfs.pod:2771
37572 msgid "Regression tests."
37573 msgstr "Тести на регресії."
37574
37575 #. type: =item
37576 #: ../src/guestfs.pod:2773
37577 msgid "C<rescue>"
37578 msgstr "C<rescue>"
37579
37580 #. type: textblock
37581 #: ../src/guestfs.pod:2775
37582 msgid "L<virt-rescue(1)> command and documentation."
37583 msgstr ""
37584
37585 #. type: =item
37586 #: ../src/guestfs.pod:2777
37587 msgid "C<src>"
37588 msgstr "C<src>"
37589
37590 #. type: textblock
37591 #: ../src/guestfs.pod:2779
37592 msgid "Source code to the C library."
37593 msgstr ""
37594
37595 #. type: =item
37596 #: ../src/guestfs.pod:2781
37597 msgid "C<tools>"
37598 msgstr "C<tools>"
37599
37600 #. type: textblock
37601 #: ../src/guestfs.pod:2783
37602 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
37603 msgstr ""
37604
37605 #. type: =item
37606 #: ../src/guestfs.pod:2785
37607 msgid "C<test-tool>"
37608 msgstr "C<test-tool>"
37609
37610 #. type: textblock
37611 #: ../src/guestfs.pod:2787
37612 msgid ""
37613 "Test tool for end users to test if their qemu/kernel combination will work "
37614 "with libguestfs."
37615 msgstr ""
37616
37617 #. type: =item
37618 #: ../src/guestfs.pod:2790
37619 msgid "C<csharp>"
37620 msgstr "C<csharp>"
37621
37622 #. type: =item
37623 #: ../src/guestfs.pod:2792
37624 msgid "C<haskell>"
37625 msgstr "C<haskell>"
37626
37627 #. type: =item
37628 #: ../src/guestfs.pod:2794
37629 msgid "C<java>"
37630 msgstr "C<java>"
37631
37632 #. type: =item
37633 #: ../src/guestfs.pod:2796
37634 msgid "C<ocaml>"
37635 msgstr "C<ocaml>"
37636
37637 #. type: =item
37638 #: ../src/guestfs.pod:2798
37639 msgid "C<php>"
37640 msgstr "C<php>"
37641
37642 #. type: =item
37643 #: ../src/guestfs.pod:2800
37644 msgid "C<perl>"
37645 msgstr "C<perl>"
37646
37647 #. type: =item
37648 #: ../src/guestfs.pod:2802
37649 msgid "C<python>"
37650 msgstr "C<python>"
37651
37652 #. type: =item
37653 #: ../src/guestfs.pod:2804
37654 msgid "C<ruby>"
37655 msgstr "C<ruby>"
37656
37657 #. type: textblock
37658 #: ../src/guestfs.pod:2806
37659 msgid "Language bindings."
37660 msgstr "Прив’язки до мов програмування."
37661
37662 #. type: =head2
37663 #: ../src/guestfs.pod:2810
37664 msgid "MAKING A STABLE RELEASE"
37665 msgstr ""
37666
37667 #. type: textblock
37668 #: ../src/guestfs.pod:2812
37669 msgid ""
37670 "When we make a stable release, there are several steps documented here.  See "
37671 "L</LIBGUESTFS VERSION NUMBERS> for general information about the stable "
37672 "branch policy."
37673 msgstr ""
37674
37675 #. type: textblock
37676 #: ../src/guestfs.pod:2820
37677 msgid ""
37678 "Check C<make && make check> works on at least Fedora, Debian and Ubuntu."
37679 msgstr ""
37680
37681 #. type: textblock
37682 #: ../src/guestfs.pod:2825
37683 msgid "Finalize RELEASE-NOTES."
37684 msgstr ""
37685
37686 #. type: textblock
37687 #: ../src/guestfs.pod:2829
37688 msgid "Update ROADMAP."
37689 msgstr ""
37690
37691 #. type: textblock
37692 #: ../src/guestfs.pod:2833
37693 msgid "Run C<src/api-support/update-from-tarballs.sh>."
37694 msgstr ""
37695
37696 #. type: textblock
37697 #: ../src/guestfs.pod:2837
37698 msgid "Push and pull from Transifex."
37699 msgstr ""
37700
37701 #. type: textblock
37702 #: ../src/guestfs.pod:2839
37703 msgid "Run:"
37704 msgstr ""
37705
37706 #. type: verbatim
37707 #: ../src/guestfs.pod:2841
37708 #, no-wrap
37709 msgid ""
37710 " tx push -s\n"
37711 "\n"
37712 msgstr ""
37713
37714 #. type: textblock
37715 #: ../src/guestfs.pod:2843
37716 msgid "to push the latest POT files to Transifex.  Then run:"
37717 msgstr ""
37718
37719 #. type: verbatim
37720 #: ../src/guestfs.pod:2845
37721 #, no-wrap
37722 msgid ""
37723 " ./tx-pull.sh\n"
37724 "\n"
37725 msgstr ""
37726
37727 #. type: textblock
37728 #: ../src/guestfs.pod:2847
37729 msgid "which is a wrapper to pull the latest translated C<*.po> files."
37730 msgstr ""
37731
37732 #. type: textblock
37733 #: ../src/guestfs.pod:2851
37734 msgid ""
37735 "Create new stable and development directories under L<http://libguestfs.org/"
37736 "download>."
37737 msgstr ""
37738
37739 #. type: textblock
37740 #: ../src/guestfs.pod:2856
37741 msgid "Create the branch in git:"
37742 msgstr ""
37743
37744 #. type: verbatim
37745 #: ../src/guestfs.pod:2858
37746 #, no-wrap
37747 msgid ""
37748 " git tag -a 1.XX.0 -m \"Version 1.XX.0 (stable)\"\n"
37749 " git tag -a 1.YY.0 -m \"Version 1.YY.0 (development)\"\n"
37750 " git branch stable-1.XX\n"
37751 " git push origin tag 1.XX.0 1.YY.0 stable-1.XX\n"
37752 "\n"
37753 msgstr ""
37754
37755 #. type: =head1
37756 #: ../src/guestfs.pod:2865
37757 msgid "LIMITS"
37758 msgstr ""
37759
37760 #. type: =head2
37761 #: ../src/guestfs.pod:2867
37762 msgid "PROTOCOL LIMITS"
37763 msgstr "ОБМЕЖЕННЯ ПРОТОКОЛУ"
37764
37765 #. type: textblock
37766 #: ../src/guestfs.pod:2869
37767 msgid ""
37768 "Internally libguestfs uses a message-based protocol to pass API calls and "
37769 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
37770 "plenty more detail about this).  The maximum message size used by the "
37771 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
37772 "aware of this limit.  The API calls which may be affected are individually "
37773 "documented, with a link back to this section of the documentation."
37774 msgstr ""
37775
37776 #. type: textblock
37777 #: ../src/guestfs.pod:2877
37778 msgid ""
37779 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
37780 "a simple string.  Because this string is at some point internally encoded as "
37781 "a message, the maximum size that it can return is slightly under 4 MB.  If "
37782 "the requested file is larger than this then you will get an error."
37783 msgstr ""
37784
37785 #. type: textblock
37786 #: ../src/guestfs.pod:2883
37787 msgid ""
37788 "In order to transfer large files into and out of the guest filesystem, you "
37789 "need to use particular calls that support this.  The sections L</UPLOADING> "
37790 "and L</DOWNLOADING> document how to do this."
37791 msgstr ""
37792
37793 #. type: textblock
37794 #: ../src/guestfs.pod:2887
37795 msgid ""
37796 "You might also consider mounting the disk image using our FUSE filesystem "
37797 "support (L<guestmount(1)>)."
37798 msgstr ""
37799
37800 #. type: =head2
37801 #: ../src/guestfs.pod:2890
37802 msgid "MAXIMUM NUMBER OF DISKS"
37803 msgstr ""
37804
37805 #. type: textblock
37806 #: ../src/guestfs.pod:2892
37807 msgid "When using virtio disks (the default) the current limit is B<25> disks."
37808 msgstr ""
37809
37810 #. type: textblock
37811 #: ../src/guestfs.pod:2895
37812 msgid ""
37813 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
37814 "slots.  However febootstrap only understands disks with names C</dev/vda> "
37815 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
37816 "purposes."
37817 msgstr ""
37818
37819 #. type: textblock
37820 #: ../src/guestfs.pod:2900
37821 msgid ""
37822 "We are working to substantially raise this limit in future versions but it "
37823 "requires complex changes to qemu."
37824 msgstr ""
37825
37826 #. type: textblock
37827 #: ../src/guestfs.pod:2903
37828 msgid ""
37829 "In future versions of libguestfs it should also be possible to \"hot plug\" "
37830 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
37831 "requires changes to qemu."
37832 msgstr ""
37833
37834 #. type: =head2
37835 #: ../src/guestfs.pod:2907
37836 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
37837 msgstr ""
37838
37839 #. type: textblock
37840 #: ../src/guestfs.pod:2909
37841 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
37842 msgstr ""
37843
37844 #. type: textblock
37845 #: ../src/guestfs.pod:2911
37846 msgid ""
37847 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
37848 "vda>, and C</dev/vda1> through C</dev/vda15>)."
37849 msgstr ""
37850
37851 #. type: textblock
37852 #: ../src/guestfs.pod:2914
37853 msgid ""
37854 "If you attach a disk with more than 15 partitions, the extra partitions are "
37855 "ignored by libguestfs."
37856 msgstr ""
37857
37858 #. type: =head2
37859 #: ../src/guestfs.pod:2917
37860 msgid "MAXIMUM SIZE OF A DISK"
37861 msgstr ""
37862
37863 #. type: textblock
37864 #: ../src/guestfs.pod:2919
37865 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
37866 msgstr ""
37867
37868 #. type: textblock
37869 #: ../src/guestfs.pod:2921
37870 msgid ""
37871 "We have tested block devices up to 1 exabyte (2**60 or "
37872 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
37873 "filesystem."
37874 msgstr ""
37875
37876 #. type: textblock
37877 #: ../src/guestfs.pod:2925
37878 msgid ""
37879 "Although libguestfs probably does not impose any limit, the underlying host "
37880 "storage will.  If you store disk images on a host ext4 filesystem, then the "
37881 "maximum size will be limited by the maximum ext4 file size (currently 16 "
37882 "TB).  If you store disk images as host logical volumes then you are limited "
37883 "by the maximum size of an LV."
37884 msgstr ""
37885
37886 #. type: textblock
37887 #: ../src/guestfs.pod:2931
37888 msgid ""
37889 "For the hugest disk image files, we recommend using XFS on the host for "
37890 "storage."
37891 msgstr ""
37892
37893 #. type: =head2
37894 #: ../src/guestfs.pod:2934
37895 msgid "MAXIMUM SIZE OF A PARTITION"
37896 msgstr ""
37897
37898 #. type: textblock
37899 #: ../src/guestfs.pod:2936
37900 msgid ""
37901 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
37902 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
37903 "address a partition located beyond 2 TB on the disk."
37904 msgstr ""
37905
37906 #. type: textblock
37907 #: ../src/guestfs.pod:2940
37908 msgid ""
37909 "It is recommended that you use GPT partitions on disks which are larger than "
37910 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
37911 "which are theoretically larger than the largest disk we could support."
37912 msgstr ""
37913
37914 #. type: =head2
37915 #: ../src/guestfs.pod:2945
37916 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
37917 msgstr ""
37918
37919 #. type: textblock
37920 #: ../src/guestfs.pod:2947
37921 msgid ""
37922 "This depends on the filesystem type.  libguestfs itself does not impose any "
37923 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
37924 "what these limits are."
37925 msgstr ""
37926
37927 #. type: =head2
37928 #: ../src/guestfs.pod:2951
37929 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
37930 msgstr ""
37931
37932 #. type: textblock
37933 #: ../src/guestfs.pod:2953
37934 msgid ""
37935 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
37936 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
37937 "uploads and downloads."
37938 msgstr ""
37939
37940 #. type: =head2
37941 #: ../src/guestfs.pod:2957
37942 msgid "INSPECTION LIMITS"
37943 msgstr ""
37944
37945 #. type: textblock
37946 #: ../src/guestfs.pod:2959
37947 msgid ""
37948 "The inspection code has several arbitrary limits on things like the size of "
37949 "Windows Registry hive it will read, and the length of product name.  These "
37950 "are intended to stop a malicious guest from consuming arbitrary amounts of "
37951 "memory and disk space on the host, and should not be reached in practice.  "
37952 "See the source code for more information."
37953 msgstr ""
37954
37955 #. type: textblock
37956 #: ../src/guestfs.pod:2975
37957 msgid ""
37958 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
37959 "effect as calling C<guestfs_set_verbose (g, 1)>."
37960 msgstr ""
37961
37962 #. type: textblock
37963 #: ../src/guestfs.pod:2987
37964 msgid ""
37965 "Set the path that libguestfs uses to search for a supermin appliance.  See "
37966 "the discussion of paths in section L</PATH> above."
37967 msgstr ""
37968
37969 #. type: textblock
37970 #: ../src/guestfs.pod:2996
37971 msgid "See also L</QEMU WRAPPERS> above."
37972 msgstr ""
37973
37974 #. type: textblock
37975 #: ../src/guestfs.pod:3000
37976 msgid ""
37977 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
37978 "effect as calling C<guestfs_set_trace (g, 1)>."
37979 msgstr ""
37980
37981 #. type: textblock
37982 #: ../src/guestfs.pod:3018
37983 msgid ""
37984 "L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)>, L<guestfs-"
37985 "perl(3)>, L<guestfs-python(3)>, L<guestfs-ruby(3)>, L<guestfish(1)>, "
37986 "L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
37987 "L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)"
37988 ">, L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
37989 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
37990 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, "
37991 "L<hivex(3)>, L<http://libguestfs.org/>."
37992 msgstr ""
37993
37994 #. type: textblock
37995 #: ../src/guestfs.pod:3047
37996 msgid ""
37997 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
37998 "(8)>, L<disktype(1)>."
37999 msgstr ""
38000
38001 #. type: =head1
38002 #: ../src/guestfs.pod:3054 ../tools/virt-make-fs.pl:553
38003 #: ../tools/virt-win-reg.pl:761
38004 msgid "BUGS"
38005 msgstr "ВАДИ"
38006
38007 #. type: textblock
38008 #: ../src/guestfs.pod:3056
38009 msgid "To get a list of bugs against libguestfs use this link:"
38010 msgstr ""
38011 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
38012 "посиланням:"
38013
38014 #. type: textblock
38015 #: ../src/guestfs.pod:3058
38016 msgid ""
38017 "L<https://bugzilla.redhat.com/buglist.cgi?"
38018 "component=libguestfs&product=Virtualization+Tools>"
38019 msgstr ""
38020 "L<https://bugzilla.redhat.com/buglist.cgi?"
38021 "component=libguestfs&product=Virtualization+Tools>"
38022
38023 #. type: textblock
38024 #: ../src/guestfs.pod:3060
38025 msgid "To report a new bug against libguestfs use this link:"
38026 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
38027
38028 #. type: textblock
38029 #: ../src/guestfs.pod:3062
38030 msgid ""
38031 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
38032 "component=libguestfs&product=Virtualization+Tools>"
38033 msgstr ""
38034 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
38035 "component=libguestfs&product=Virtualization+Tools>"
38036
38037 #. type: textblock
38038 #: ../src/guestfs.pod:3064
38039 msgid "When reporting a bug, please check:"
38040 msgstr ""
38041
38042 #. type: textblock
38043 #: ../src/guestfs.pod:3070
38044 msgid "That the bug hasn't been reported already."
38045 msgstr ""
38046
38047 #. type: textblock
38048 #: ../src/guestfs.pod:3074
38049 msgid "That you are testing a recent version."
38050 msgstr ""
38051
38052 #. type: textblock
38053 #: ../src/guestfs.pod:3078
38054 msgid "Describe the bug accurately, and give a way to reproduce it."
38055 msgstr ""
38056
38057 #. type: textblock
38058 #: ../src/guestfs.pod:3082
38059 msgid ""
38060 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
38061 "bug report."
38062 msgstr ""
38063
38064 #. type: textblock
38065 #: ../test-tool/libguestfs-test-tool.pod:5
38066 msgid "libguestfs-test-tool - End user tests for libguestfs"
38067 msgstr ""
38068
38069 #. type: verbatim
38070 #: ../test-tool/libguestfs-test-tool.pod:9
38071 #, no-wrap
38072 msgid ""
38073 " libguestfs-test-tool [--options]\n"
38074 "\n"
38075 msgstr ""
38076
38077 #. type: textblock
38078 #: ../test-tool/libguestfs-test-tool.pod:13
38079 msgid ""
38080 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
38081 "and developers, to allow them to check basic libguestfs functionality is "
38082 "working.  This is needed because libguestfs occasionally breaks for reasons "
38083 "beyond our control: usually because of changes in the underlying qemu or "
38084 "kernel packages, or the host environment."
38085 msgstr ""
38086
38087 #. type: textblock
38088 #: ../test-tool/libguestfs-test-tool.pod:20
38089 msgid "If you suspect a problem in libguestfs, then just run:"
38090 msgstr ""
38091
38092 #. type: verbatim
38093 #: ../test-tool/libguestfs-test-tool.pod:22
38094 #, no-wrap
38095 msgid ""
38096 " libguestfs-test-tool\n"
38097 "\n"
38098 msgstr ""
38099
38100 #. type: textblock
38101 #: ../test-tool/libguestfs-test-tool.pod:24
38102 msgid "It will print lots of diagnostic messages."
38103 msgstr ""
38104
38105 #. type: textblock
38106 #: ../test-tool/libguestfs-test-tool.pod:26
38107 msgid "If it runs to completion successfully, you will see this near the end:"
38108 msgstr ""
38109
38110 #. type: verbatim
38111 #: ../test-tool/libguestfs-test-tool.pod:28
38112 #, no-wrap
38113 msgid ""
38114 " ===== TEST FINISHED OK =====\n"
38115 "\n"
38116 msgstr ""
38117
38118 #. type: textblock
38119 #: ../test-tool/libguestfs-test-tool.pod:30
38120 msgid "and the test tool will exit with code 0."
38121 msgstr ""
38122
38123 #. type: textblock
38124 #: ../test-tool/libguestfs-test-tool.pod:32
38125 msgid ""
38126 "If it fails (and/or exits with non-zero error code), please paste the "
38127 "B<complete, unedited> output of the test tool into a bug report.  More "
38128 "information about reporting bugs can be found on the L<http://libguestfs.org/"
38129 "> website."
38130 msgstr ""
38131
38132 #. type: =item
38133 #: ../test-tool/libguestfs-test-tool.pod:41
38134 msgid "I<--help>"
38135 msgstr "I<--help>"
38136
38137 #. type: textblock
38138 #: ../test-tool/libguestfs-test-tool.pod:43
38139 msgid "Display short usage information and exit."
38140 msgstr ""
38141
38142 #. type: =item
38143 #: ../test-tool/libguestfs-test-tool.pod:45
38144 msgid "I<--qemu qemu_binary>"
38145 msgstr "I<--qemu виконуваний_файл_qemu>"
38146
38147 #. type: textblock
38148 #: ../test-tool/libguestfs-test-tool.pod:47
38149 msgid ""
38150 "If you have downloaded another qemu binary, point this option at the full "
38151 "path of the binary to try it."
38152 msgstr ""
38153
38154 #. type: =item
38155 #: ../test-tool/libguestfs-test-tool.pod:50
38156 msgid "I<--qemudir qemu_source_dir>"
38157 msgstr ""
38158
38159 #. type: textblock
38160 #: ../test-tool/libguestfs-test-tool.pod:52
38161 msgid ""
38162 "If you have compiled qemu from source, point this option at the source "
38163 "directory to try it."
38164 msgstr ""
38165
38166 #. type: =item
38167 #: ../test-tool/libguestfs-test-tool.pod:55
38168 msgid "I<--timeout N>"
38169 msgstr "I<--timeout N>"
38170
38171 #. type: textblock
38172 #: ../test-tool/libguestfs-test-tool.pod:57
38173 msgid ""
38174 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
38175 "does not usually need to be adjusted unless your machine is very slow."
38176 msgstr ""
38177
38178 #. type: =head1
38179 #: ../test-tool/libguestfs-test-tool.pod:63
38180 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
38181 msgstr ""
38182
38183 #. type: textblock
38184 #: ../test-tool/libguestfs-test-tool.pod:65
38185 msgid ""
38186 "If you have compiled another version of qemu from source and would like to "
38187 "try that, then you can use the I<--qemudir> option to point to the qemu "
38188 "source directory."
38189 msgstr ""
38190
38191 #. type: textblock
38192 #: ../test-tool/libguestfs-test-tool.pod:69
38193 msgid ""
38194 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
38195 "option to point to the binary."
38196 msgstr ""
38197
38198 #. type: textblock
38199 #: ../test-tool/libguestfs-test-tool.pod:72
38200 msgid ""
38201 "When using an alternate qemu with libguestfs, usually you would need to "
38202 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
38203 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
38204 "use either of the I<--qemudir> or I<--qemu> options."
38205 msgstr ""
38206
38207 #. type: textblock
38208 #: ../test-tool/libguestfs-test-tool.pod:79
38209 msgid ""
38210 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
38211 "I<1> if there was an error."
38212 msgstr ""
38213
38214 #. type: textblock
38215 #: ../test-tool/libguestfs-test-tool.pod:84
38216 msgid ""
38217 "For the full list of environment variables which may affect libguestfs, "
38218 "please see the L<guestfs(3)> manual page."
38219 msgstr ""
38220
38221 #. type: textblock
38222 #: ../test-tool/libguestfs-test-tool.pod:89
38223 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
38224 msgstr ""
38225
38226 #. type: textblock
38227 #: ../tools/virt-list-filesystems.pl:32
38228 msgid ""
38229 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
38230 msgstr ""
38231
38232 #. type: verbatim
38233 #: ../tools/virt-list-filesystems.pl:36
38234 #, no-wrap
38235 msgid ""
38236 " virt-list-filesystems [--options] domname\n"
38237 "\n"
38238 msgstr ""
38239
38240 #. type: verbatim
38241 #: ../tools/virt-list-filesystems.pl:38
38242 #, no-wrap
38243 msgid ""
38244 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
38245 "\n"
38246 msgstr ""
38247
38248 #. type: textblock
38249 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
38250 msgid ""
38251 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
38252 "replacement."
38253 msgstr ""
38254
38255 #. type: textblock
38256 #: ../tools/virt-list-filesystems.pl:45
38257 msgid ""
38258 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
38259 "are contained in a virtual machine or disk image."
38260 msgstr ""
38261
38262 #. type: textblock
38263 #: ../tools/virt-list-filesystems.pl:49
38264 msgid ""
38265 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
38266 "functionality.  For more complex cases you should look at the L<guestfish(1)"
38267 "> tool."
38268 msgstr ""
38269
38270 #. type: textblock
38271 #: ../tools/virt-list-filesystems.pl:112
38272 msgid ""
38273 "With this option, C<virt-list-filesystems> displays the type of each "
38274 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
38275 msgstr ""
38276
38277 #. type: =item
38278 #: ../tools/virt-list-filesystems.pl:119
38279 #, fuzzy
38280 #| msgid "B<-a image>"
38281 msgid "B<-a>"
38282 msgstr "B<-a образ>"
38283
38284 #. type: textblock
38285 #: ../tools/virt-list-filesystems.pl:123
38286 msgid ""
38287 "Normally we only show mountable filesystems.  If this option is given then "
38288 "swap devices are shown too."
38289 msgstr ""
38290
38291 #. type: textblock
38292 #: ../tools/virt-list-filesystems.pl:197
38293 msgid ""
38294 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
38295 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
38296 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
38297 msgstr ""
38298 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
38299 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
38300 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
38301
38302 #. type: textblock
38303 #: ../tools/virt-list-filesystems.pl:214 ../tools/virt-tar.pl:317
38304 msgid "Copyright (C) 2009 Red Hat Inc."
38305 msgstr "© Red Hat Inc., 2009"
38306
38307 #. type: textblock
38308 #: ../tools/virt-list-partitions.pl:32
38309 msgid ""
38310 "virt-list-partitions - List partitions in a virtual machine or disk image"
38311 msgstr ""
38312
38313 #. type: verbatim
38314 #: ../tools/virt-list-partitions.pl:36
38315 #, no-wrap
38316 msgid ""
38317 " virt-list-partitions [--options] domname\n"
38318 "\n"
38319 msgstr ""
38320 " virt-list-partitions [--параметри] назва_домену\n"
38321 "\n"
38322
38323 #. type: verbatim
38324 #: ../tools/virt-list-partitions.pl:38
38325 #, no-wrap
38326 msgid ""
38327 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
38328 "\n"
38329 msgstr ""
38330 " virt-list-partitions [--параметри] диск.img [диск.img ...]\n"
38331 "\n"
38332
38333 #. type: textblock
38334 #: ../tools/virt-list-partitions.pl:45
38335 msgid ""
38336 "C<virt-list-partitions> is a command line tool to list the partitions that "
38337 "are contained in a virtual machine or disk image.  It is mainly useful as a "
38338 "first step to using L<virt-resize(1)>."
38339 msgstr ""
38340
38341 #. type: textblock
38342 #: ../tools/virt-list-partitions.pl:50
38343 msgid ""
38344 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
38345 "functionality.  For more complex cases you should look at the L<guestfish(1)"
38346 "> tool."
38347 msgstr ""
38348
38349 #. type: textblock
38350 #: ../tools/virt-list-partitions.pl:113
38351 msgid "Show sizes in human-readable form (eg. \"1G\")."
38352 msgstr ""
38353
38354 #. type: textblock
38355 #: ../tools/virt-list-partitions.pl:123
38356 msgid ""
38357 "With this option, C<virt-list-partitions> displays the type and size of each "
38358 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
38359 msgstr ""
38360
38361 #. type: =item
38362 #: ../tools/virt-list-partitions.pl:130
38363 msgid "B<-t>"
38364 msgstr ""
38365
38366 #. type: =item
38367 #: ../tools/virt-list-partitions.pl:132
38368 #, fuzzy
38369 #| msgid "B<-t> | B<--total>"
38370 msgid "B<--total>"
38371 msgstr "B<-t> | B<--total>"
38372
38373 #. type: textblock
38374 #: ../tools/virt-list-partitions.pl:134
38375 msgid ""
38376 "Display the total size of each block device (as a separate row or rows)."
38377 msgstr ""
38378
38379 #. type: textblock
38380 #: ../tools/virt-list-partitions.pl:267
38381 msgid ""
38382 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
38383 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
38384 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
38385 msgstr ""
38386 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
38387 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
38388 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
38389
38390 #. type: textblock
38391 #: ../tools/virt-list-partitions.pl:283
38392 msgid "Copyright (C) 2009-2010 Red Hat Inc."
38393 msgstr "© Red Hat Inc., 2009–2010"
38394
38395 #. type: textblock
38396 #: ../tools/virt-make-fs.pl:37
38397 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
38398 msgstr ""
38399
38400 #. type: verbatim
38401 #: ../tools/virt-make-fs.pl:41
38402 #, no-wrap
38403 msgid ""
38404 " virt-make-fs [--options] input.tar output.img\n"
38405 "\n"
38406 msgstr ""
38407
38408 #. type: verbatim
38409 #: ../tools/virt-make-fs.pl:43
38410 #, no-wrap
38411 msgid ""
38412 " virt-make-fs [--options] input.tar.gz output.img\n"
38413 "\n"
38414 msgstr ""
38415
38416 #. type: verbatim
38417 #: ../tools/virt-make-fs.pl:45
38418 #, no-wrap
38419 msgid ""
38420 " virt-make-fs [--options] directory output.img\n"
38421 "\n"
38422 msgstr ""
38423
38424 #. type: textblock
38425 #: ../tools/virt-make-fs.pl:49
38426 msgid ""
38427 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
38428 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
38429 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
38430 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
38431 "you want to attach these filesystems to existing virtual machines (eg. to "
38432 "import large amounts of read-only data to a VM)."
38433 msgstr ""
38434
38435 #. type: textblock
38436 #: ../tools/virt-make-fs.pl:57
38437 msgid "Basic usage is:"
38438 msgstr ""
38439
38440 #. type: verbatim
38441 #: ../tools/virt-make-fs.pl:59
38442 #, no-wrap
38443 msgid ""
38444 " virt-make-fs input output\n"
38445 "\n"
38446 msgstr ""
38447
38448 #. type: textblock
38449 #: ../tools/virt-make-fs.pl:61
38450 msgid ""
38451 "where C<input> is either a directory containing files that you want to add, "
38452 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
38453 "C<output> is a disk image.  The input type is detected automatically.  The "
38454 "output disk image defaults to a raw ext2 image unless you specify extra "
38455 "flags (see L</OPTIONS> below)."
38456 msgstr ""
38457
38458 #. type: =head2
38459 #: ../tools/virt-make-fs.pl:67
38460 msgid "EXTRA SPACE"
38461 msgstr ""
38462
38463 #. type: textblock
38464 #: ../tools/virt-make-fs.pl:69
38465 msgid ""
38466 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
38467 "the files that it contains, but might have extra space.  Depending on how "
38468 "you are going to use the output, you might think this extra space is wasted "
38469 "and want to minimize it, or you might want to leave space so that more files "
38470 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
38471 "but you can use the I<--size> flag to leave space in the filesystem if you "
38472 "want it."
38473 msgstr ""
38474
38475 #. type: textblock
38476 #: ../tools/virt-make-fs.pl:77
38477 msgid ""
38478 "An alternative way to leave extra space but not make the output image any "
38479 "bigger is to use an alternative disk image format (instead of the default "
38480 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
38481 "image format (check your hypervisor supports this before using it).  This "
38482 "allows you to choose a large I<--size> but the extra space won't actually be "
38483 "allocated in the image until you try to store something in it."
38484 msgstr ""
38485
38486 #. type: textblock
38487 #: ../tools/virt-make-fs.pl:85
38488 msgid ""
38489 "Don't forget that you can also use local commands including L<resize2fs(8)> "
38490 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
38491 "to build another image from scratch."
38492 msgstr ""
38493
38494 #. type: =head3
38495 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
38496 #: ../tools/virt-make-fs.pl:142
38497 msgid "EXAMPLE"
38498 msgstr "ПРИКЛАД"
38499
38500 #. type: verbatim
38501 #: ../tools/virt-make-fs.pl:91
38502 #, no-wrap
38503 msgid ""
38504 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
38505 "\n"
38506 msgstr ""
38507 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
38508 "\n"
38509
38510 #. type: =head2
38511 #: ../tools/virt-make-fs.pl:93
38512 msgid "FILESYSTEM TYPE"
38513 msgstr "ТИП ФАЙЛОВОЇ СИСТЕМИ"
38514
38515 #. type: textblock
38516 #: ../tools/virt-make-fs.pl:95
38517 msgid ""
38518 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
38519 "libguestfs supports can be used (but I<not> read-only formats like "
38520 "ISO9660).  Here are some of the more common choices:"
38521 msgstr ""
38522
38523 #. type: =item
38524 #: ../tools/virt-make-fs.pl:101
38525 msgid "I<ext3>"
38526 msgstr "I<ext3>"
38527
38528 #. type: textblock
38529 #: ../tools/virt-make-fs.pl:103
38530 msgid ""
38531 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
38532 "you are not going to use the filesystem in a way that requires the journal, "
38533 "then this is just wasted overhead."
38534 msgstr ""
38535
38536 #. type: =item
38537 #: ../tools/virt-make-fs.pl:107
38538 msgid "I<ntfs> or I<vfat>"
38539 msgstr "I<ntfs> або I<vfat>"
38540
38541 #. type: textblock
38542 #: ../tools/virt-make-fs.pl:109
38543 msgid "Useful if exporting data to a Windows guest."
38544 msgstr ""
38545
38546 #. type: textblock
38547 #: ../tools/virt-make-fs.pl:111
38548 msgid ""
38549 "I<Note for vfat>: The tar archive or local directory must only contain files "
38550 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
38551 "program running within libguestfs is unable to change the ownership of non-"
38552 "root files, since vfat itself does not support this."
38553 msgstr ""
38554
38555 #. type: =item
38556 #: ../tools/virt-make-fs.pl:116
38557 msgid "I<minix>"
38558 msgstr "I<minix>"
38559
38560 #. type: textblock
38561 #: ../tools/virt-make-fs.pl:118
38562 msgid ""
38563 "Lower overhead than C<ext2>, but certain limitations on filename length and "
38564 "total filesystem size."
38565 msgstr ""
38566
38567 #. type: verbatim
38568 #: ../tools/virt-make-fs.pl:125
38569 #, no-wrap
38570 msgid ""
38571 " virt-make-fs --type=minix input minixfs.img\n"
38572 "\n"
38573 msgstr ""
38574
38575 #. type: =head2
38576 #: ../tools/virt-make-fs.pl:127
38577 msgid "TO PARTITION OR NOT TO PARTITION"
38578 msgstr ""
38579
38580 #. type: textblock
38581 #: ../tools/virt-make-fs.pl:129
38582 msgid "Optionally virt-make-fs can add a partition table to the output disk."
38583 msgstr ""
38584
38585 #. type: textblock
38586 #: ../tools/virt-make-fs.pl:131
38587 msgid ""
38588 "Adding a partition can make the disk image more compatible with certain "
38589 "virtualized operating systems which don't expect to see a filesystem "
38590 "directly located on a block device (Linux doesn't care and will happily "
38591 "handle both types)."
38592 msgstr ""
38593
38594 #. type: textblock
38595 #: ../tools/virt-make-fs.pl:136
38596 msgid ""
38597 "On the other hand, if you have a partition table then the output image is no "
38598 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
38599 "directly on a partitioned disk image.  (However libguestfs tools such as "
38600 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
38601 msgstr ""
38602
38603 #. type: textblock
38604 #: ../tools/virt-make-fs.pl:144
38605 msgid "Add an MBR partition:"
38606 msgstr ""
38607
38608 #. type: verbatim
38609 #: ../tools/virt-make-fs.pl:146
38610 #, no-wrap
38611 msgid ""
38612 " virt-make-fs --partition -- input disk.img\n"
38613 "\n"
38614 msgstr ""
38615
38616 #. type: textblock
38617 #: ../tools/virt-make-fs.pl:148
38618 msgid ""
38619 "If the output disk image could be terabyte-sized or larger, it's better to "
38620 "use an EFI/GPT-compatible partition table:"
38621 msgstr ""
38622
38623 #. type: verbatim
38624 #: ../tools/virt-make-fs.pl:151
38625 #, no-wrap
38626 msgid ""
38627 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
38628 "\n"
38629 msgstr ""
38630
38631 #. type: textblock
38632 #: ../tools/virt-make-fs.pl:179
38633 msgid "Enable debugging information."
38634 msgstr "Увімкнути виведення діагностичних даних."
38635
38636 #. type: =item
38637 #: ../tools/virt-make-fs.pl:185
38638 msgid "B<--size=E<lt>NE<gt>>"
38639 msgstr "B<--size=E<lt>NE<gt>>"
38640
38641 #. type: =item
38642 #: ../tools/virt-make-fs.pl:187
38643 msgid "B<--size=+E<lt>NE<gt>>"
38644 msgstr "B<--size=+E<lt>NE<gt>>"
38645
38646 #. type: =item
38647 #: ../tools/virt-make-fs.pl:189
38648 msgid "B<-s E<lt>NE<gt>>"
38649 msgstr "B<-s E<lt>NE<gt>>"
38650
38651 #. type: =item
38652 #: ../tools/virt-make-fs.pl:191
38653 msgid "B<-s +E<lt>NE<gt>>"
38654 msgstr "B<-s +E<lt>NE<gt>>"
38655
38656 #. type: textblock
38657 #: ../tools/virt-make-fs.pl:193
38658 msgid ""
38659 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
38660 msgstr ""
38661
38662 #. type: textblock
38663 #: ../tools/virt-make-fs.pl:196
38664 msgid ""
38665 "If this option is I<not> given, then the output image will be just large "
38666 "enough to contain all the files, with not much wasted space."
38667 msgstr ""
38668
38669 #. type: textblock
38670 #: ../tools/virt-make-fs.pl:199
38671 msgid ""
38672 "To choose a fixed size output disk, specify an absolute number followed by b/"
38673 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
38674 "Petabytes or Exabytes.  This must be large enough to contain all the input "
38675 "files, else you will get an error."
38676 msgstr ""
38677
38678 #. type: textblock
38679 #: ../tools/virt-make-fs.pl:204
38680 msgid ""
38681 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
38682 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
38683 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
38684 "the input files, and (approximately) an extra 200 MB free space."
38685 msgstr ""
38686
38687 #. type: textblock
38688 #: ../tools/virt-make-fs.pl:210
38689 msgid ""
38690 "Note that virt-make-fs estimates free space, and therefore will not produce "
38691 "filesystems containing precisely the free space requested.  (It is much more "
38692 "expensive and time-consuming to produce a filesystem which has precisely the "
38693 "desired free space)."
38694 msgstr ""
38695
38696 #. type: =item
38697 #: ../tools/virt-make-fs.pl:219
38698 msgid "B<--format=E<lt>fmtE<gt>>"
38699 msgstr ""
38700
38701 #. type: =item
38702 #: ../tools/virt-make-fs.pl:221
38703 msgid "B<-F E<lt>fmtE<gt>>"
38704 msgstr ""
38705
38706 #. type: textblock
38707 #: ../tools/virt-make-fs.pl:223
38708 msgid "Choose the output disk image format."
38709 msgstr ""
38710
38711 #. type: textblock
38712 #: ../tools/virt-make-fs.pl:225
38713 msgid "The default is C<raw> (raw disk image)."
38714 msgstr ""
38715
38716 #. type: textblock
38717 #: ../tools/virt-make-fs.pl:227
38718 msgid ""
38719 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
38720 "that would really make sense here is C<qcow2>."
38721 msgstr ""
38722
38723 #. type: =item
38724 #: ../tools/virt-make-fs.pl:234
38725 msgid "B<--type=E<lt>fsE<gt>>"
38726 msgstr ""
38727
38728 #. type: =item
38729 #: ../tools/virt-make-fs.pl:236
38730 msgid "B<-t E<lt>fsE<gt>>"
38731 msgstr ""
38732
38733 #. type: textblock
38734 #: ../tools/virt-make-fs.pl:238
38735 msgid "Choose the output filesystem type."
38736 msgstr ""
38737
38738 #. type: textblock
38739 #: ../tools/virt-make-fs.pl:240
38740 msgid "The default is C<ext2>."
38741 msgstr "Типовим значенням є C<ext2>."
38742
38743 #. type: textblock
38744 #: ../tools/virt-make-fs.pl:242
38745 msgid ""
38746 "Any filesystem which is supported read-write by libguestfs can be used here."
38747 msgstr ""
38748
38749 #. type: =item
38750 #: ../tools/virt-make-fs.pl:249
38751 msgid "B<--partition>"
38752 msgstr "B<--partition>"
38753
38754 #. type: =item
38755 #: ../tools/virt-make-fs.pl:251
38756 msgid "B<--partition=E<lt>parttypeE<gt>>"
38757 msgstr ""
38758
38759 #. type: textblock
38760 #: ../tools/virt-make-fs.pl:253
38761 msgid ""
38762 "If specified, this flag adds an MBR partition table to the output disk image."
38763 msgstr ""
38764
38765 #. type: textblock
38766 #: ../tools/virt-make-fs.pl:256
38767 msgid ""
38768 "You can change the partition table type, eg. I<--partition=gpt> for large "
38769 "disks."
38770 msgstr ""
38771
38772 #. type: textblock
38773 #: ../tools/virt-make-fs.pl:259
38774 msgid ""
38775 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
38776 "might consider the next parameter to be the partition type.  For example:"
38777 msgstr ""
38778
38779 #. type: verbatim
38780 #: ../tools/virt-make-fs.pl:263
38781 #, no-wrap
38782 msgid ""
38783 " virt-make-fs --partition input.tar ...\n"
38784 "\n"
38785 msgstr ""
38786
38787 #. type: textblock
38788 #: ../tools/virt-make-fs.pl:265
38789 msgid ""
38790 "would cause virt-make-fs to think you wanted to use a partition type of "
38791 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
38792 "dash) between options and the input file argument:"
38793 msgstr ""
38794
38795 #. type: verbatim
38796 #: ../tools/virt-make-fs.pl:269
38797 #, no-wrap
38798 msgid ""
38799 " virt-make-fs --partition -- input.tar ...\n"
38800 "\n"
38801 msgstr ""
38802 " virt-make-fs --partition -- input.tar ...\n"
38803 "\n"
38804
38805 #. type: textblock
38806 #: ../tools/virt-make-fs.pl:541
38807 msgid ""
38808 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
38809 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
38810 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
38811 msgstr ""
38812 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
38813 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
38814 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
38815
38816 #. type: textblock
38817 #: ../tools/virt-make-fs.pl:555 ../tools/virt-win-reg.pl:763
38818 msgid ""
38819 "When reporting bugs, please enable debugging and capture the I<complete> "
38820 "output:"
38821 msgstr ""
38822
38823 #. type: verbatim
38824 #: ../tools/virt-make-fs.pl:558
38825 #, no-wrap
38826 msgid ""
38827 " export LIBGUESTFS_DEBUG=1\n"
38828 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
38829 "\n"
38830 msgstr ""
38831 " export LIBGUESTFS_DEBUG=1\n"
38832 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
38833 "\n"
38834
38835 #. type: textblock
38836 #: ../tools/virt-make-fs.pl:561
38837 msgid ""
38838 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
38839 "redhat.com/>"
38840 msgstr ""
38841
38842 #. type: textblock
38843 #: ../tools/virt-tar.pl:33
38844 msgid "virt-tar - Extract or upload files to a virtual machine"
38845 msgstr ""
38846
38847 #. type: verbatim
38848 #: ../tools/virt-tar.pl:37
38849 #, no-wrap
38850 msgid ""
38851 " virt-tar [--options] -x domname directory tarball\n"
38852 "\n"
38853 msgstr ""
38854
38855 #. type: verbatim
38856 #: ../tools/virt-tar.pl:39
38857 #, no-wrap
38858 msgid ""
38859 " virt-tar [--options] -u domname tarball directory\n"
38860 "\n"
38861 msgstr ""
38862
38863 #. type: verbatim
38864 #: ../tools/virt-tar.pl:41
38865 #, no-wrap
38866 msgid ""
38867 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
38868 "\n"
38869 msgstr ""
38870
38871 #. type: verbatim
38872 #: ../tools/virt-tar.pl:43
38873 #, no-wrap
38874 msgid ""
38875 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
38876 "\n"
38877 msgstr ""
38878
38879 #. type: =head2
38880 #: ../tools/virt-tar.pl:45 ../tools/virt-win-reg.pl:88
38881 msgid "NOTE"
38882 msgstr "ПРИМІТКА"
38883
38884 #. type: textblock
38885 #: ../tools/virt-tar.pl:47
38886 msgid ""
38887 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
38888 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
38889 msgstr ""
38890
38891 #. type: textblock
38892 #: ../tools/virt-tar.pl:52
38893 msgid "Download C</home> from the VM into a local tarball:"
38894 msgstr ""
38895
38896 #. type: verbatim
38897 #: ../tools/virt-tar.pl:54
38898 #, no-wrap
38899 msgid ""
38900 " virt-tar -x domname /home home.tar\n"
38901 "\n"
38902 msgstr ""
38903
38904 #. type: verbatim
38905 #: ../tools/virt-tar.pl:56
38906 #, no-wrap
38907 msgid ""
38908 " virt-tar -zx domname /home home.tar.gz\n"
38909 "\n"
38910 msgstr ""
38911
38912 #. type: textblock
38913 #: ../tools/virt-tar.pl:58
38914 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
38915 msgstr ""
38916
38917 #. type: verbatim
38918 #: ../tools/virt-tar.pl:60
38919 #, no-wrap
38920 msgid ""
38921 " virt-tar -u domname uploadstuff.tar /tmp\n"
38922 "\n"
38923 msgstr ""
38924
38925 #. type: verbatim
38926 #: ../tools/virt-tar.pl:62
38927 #, no-wrap
38928 msgid ""
38929 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
38930 "\n"
38931 msgstr ""
38932
38933 #. type: textblock
38934 #: ../tools/virt-tar.pl:66
38935 msgid ""
38936 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
38937 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
38938 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
38939 msgstr ""
38940
38941 #. type: textblock
38942 #: ../tools/virt-tar.pl:71
38943 msgid ""
38944 "You can use I<-x> (extract) on live virtual machines, but you might get "
38945 "inconsistent results or errors if there is filesystem activity inside the "
38946 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
38947 "work, but the only way to guarantee consistent results is if the virtual "
38948 "machine is shut down."
38949 msgstr ""
38950
38951 #. type: textblock
38952 #: ../tools/virt-tar.pl:79
38953 msgid ""
38954 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
38955 "parts of a guest filesystem.  There are many possibilities: making backups, "
38956 "uploading data files, snooping on guest activity, fixing or customizing "
38957 "guests, etc."
38958 msgstr ""
38959
38960 #. type: textblock
38961 #: ../tools/virt-tar.pl:84
38962 msgid ""
38963 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
38964 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
38965 "should look at the L<guestfish(1)> tool."
38966 msgstr ""
38967
38968 #. type: textblock
38969 #: ../tools/virt-tar.pl:88
38970 msgid ""
38971 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
38972 "its contents (recursively) from the virtual machine into a local tarball.  "
38973 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
38974 "virtual machine.  You cannot use these two options together."
38975 msgstr ""
38976
38977 #. type: textblock
38978 #: ../tools/virt-tar.pl:94
38979 msgid ""
38980 "In addition, you may need to use the I<-z> (gZip) option to enable "
38981 "compression.  When uploading, you have to specify I<-z> if the upload file "
38982 "is compressed because virt-tar won't detect this on its own."
38983 msgstr ""
38984
38985 #. type: textblock
38986 #: ../tools/virt-tar.pl:98
38987 msgid ""
38988 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
38989 "example it cannot do PKZip files or bzip2 compression.  If you want that "
38990 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
38991 "the L<libguestfs(3)> API)."
38992 msgstr ""
38993
38994 #. type: =item
38995 #: ../tools/virt-tar.pl:160
38996 #, fuzzy
38997 #| msgid "B<--format>"
38998 msgid "B<--extract>"
38999 msgstr "B<--format>"
39000
39001 #. type: =item
39002 #: ../tools/virt-tar.pl:162
39003 #, fuzzy
39004 #| msgid "download"
39005 msgid "B<--download>"
39006 msgstr "download"
39007
39008 #. type: =item
39009 #: ../tools/virt-tar.pl:164
39010 msgid "B<-u>"
39011 msgstr ""
39012
39013 #. type: =item
39014 #: ../tools/virt-tar.pl:166
39015 #, fuzzy
39016 #| msgid "B<-u> | B<--upload>"
39017 msgid "B<--upload>"
39018 msgstr "B<-u> | B<--upload>"
39019
39020 #. type: textblock
39021 #: ../tools/virt-tar.pl:168
39022 msgid ""
39023 "Use I<-x> to extract (download) a directory from a virtual machine to a "
39024 "local tarball."
39025 msgstr ""
39026
39027 #. type: textblock
39028 #: ../tools/virt-tar.pl:171
39029 msgid ""
39030 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
39031 "Please read the L</WARNING> section above before using this option."
39032 msgstr ""
39033
39034 #. type: textblock
39035 #: ../tools/virt-tar.pl:175
39036 msgid "You must specify exactly one of these options."
39037 msgstr ""
39038
39039 #. type: =item
39040 #: ../tools/virt-tar.pl:181
39041 msgid "B<-z>"
39042 msgstr ""
39043
39044 #. type: =item
39045 #: ../tools/virt-tar.pl:183
39046 #, fuzzy
39047 #| msgid "B<-z> | B<--gzip>"
39048 msgid "B<--gzip>"
39049 msgstr "B<-z> | B<--gzip>"
39050
39051 #. type: textblock
39052 #: ../tools/virt-tar.pl:185
39053 msgid "Specify that the input or output tarball is gzip-compressed."
39054 msgstr ""
39055
39056 #. type: textblock
39057 #: ../tools/virt-tar.pl:298
39058 msgid ""
39059 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
39060 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
39061 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
39062 "org/>."
39063 msgstr ""
39064 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
39065 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
39066 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
39067 "org/>."
39068
39069 #. type: textblock
39070 #: ../tools/virt-win-reg.pl:37
39071 msgid ""
39072 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
39073 msgstr ""
39074
39075 #. type: verbatim
39076 #: ../tools/virt-win-reg.pl:41
39077 #, no-wrap
39078 msgid ""
39079 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
39080 "\n"
39081 msgstr ""
39082
39083 #. type: verbatim
39084 #: ../tools/virt-win-reg.pl:43
39085 #, no-wrap
39086 msgid ""
39087 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
39088 "\n"
39089 msgstr ""
39090
39091 #. type: verbatim
39092 #: ../tools/virt-win-reg.pl:45
39093 #, no-wrap
39094 msgid ""
39095 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
39096 "\n"
39097 msgstr ""
39098
39099 #. type: verbatim
39100 #: ../tools/virt-win-reg.pl:47
39101 #, no-wrap
39102 msgid ""
39103 " virt-win-reg --merge domname [input.reg ...]\n"
39104 "\n"
39105 msgstr ""
39106
39107 #. type: verbatim
39108 #: ../tools/virt-win-reg.pl:49
39109 #, no-wrap
39110 msgid ""
39111 " virt-win-reg [--options] disk.img ... # instead of domname\n"
39112 "\n"
39113 msgstr ""
39114
39115 #. type: textblock
39116 #: ../tools/virt-win-reg.pl:53
39117 msgid ""
39118 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
39119 "virtual machines.  If you do this, you I<will> get irreversible disk "
39120 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
39121 "but doesn't catch all cases."
39122 msgstr ""
39123
39124 #. type: textblock
39125 #: ../tools/virt-win-reg.pl:58
39126 msgid ""
39127 "Modifying the Windows Registry is an inherently risky operation.  The format "
39128 "is deliberately obscure and undocumented, and Registry changes can leave the "
39129 "system unbootable.  Therefore when using the I<--merge> option, make sure "
39130 "you have a reliable backup first."
39131 msgstr ""
39132
39133 #. type: textblock
39134 #: ../tools/virt-win-reg.pl:65
39135 msgid ""
39136 "This program can export and merge Windows Registry entries from a Windows "
39137 "guest."
39138 msgstr ""
39139
39140 #. type: textblock
39141 #: ../tools/virt-win-reg.pl:68
39142 msgid ""
39143 "The first parameter is the libvirt guest name or the raw disk image of a "
39144 "Windows guest."
39145 msgstr ""
39146
39147 #. type: textblock
39148 #: ../tools/virt-win-reg.pl:71
39149 msgid ""
39150 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
39151 "exported (recursively).  For example:"
39152 msgstr ""
39153
39154 #. type: verbatim
39155 #: ../tools/virt-win-reg.pl:74
39156 #, no-wrap
39157 msgid ""
39158 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
39159 "\n"
39160 msgstr ""
39161
39162 #. type: textblock
39163 #: ../tools/virt-win-reg.pl:76
39164 msgid ""
39165 "You can also display single values from within registry keys, for example:"
39166 msgstr ""
39167
39168 #. type: verbatim
39169 #: ../tools/virt-win-reg.pl:79
39170 #, no-wrap
39171 msgid ""
39172 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
39173 " $ virt-win-reg Windows7 $cvkey ProductName\n"
39174 " Windows 7 Enterprise\n"
39175 "\n"
39176 msgstr ""
39177
39178 #. type: textblock
39179 #: ../tools/virt-win-reg.pl:83
39180 msgid ""
39181 "With I<--merge>, you can merge a textual regedit file into the Windows "
39182 "Registry:"
39183 msgstr ""
39184
39185 #. type: verbatim
39186 #: ../tools/virt-win-reg.pl:86
39187 #, no-wrap
39188 msgid ""
39189 " $ virt-win-reg --merge Windows7 changes.reg\n"
39190 "\n"
39191 msgstr ""
39192
39193 #. type: textblock
39194 #: ../tools/virt-win-reg.pl:90
39195 msgid ""
39196 "This program is only meant for simple access to the registry.  If you want "
39197 "to do complicated things with the registry, we suggest you download the "
39198 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
39199 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
39200 "L<hivexregedit(1)>."
39201 msgstr ""
39202
39203 #. type: =item
39204 #: ../tools/virt-win-reg.pl:159
39205 msgid "B<--merge>"
39206 msgstr "B<--merge>"
39207
39208 #. type: textblock
39209 #: ../tools/virt-win-reg.pl:161
39210 msgid ""
39211 "In merge mode, this merges a textual regedit file into the Windows Registry "
39212 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
39213 "displays or exports Registry entries instead."
39214 msgstr ""
39215
39216 #. type: textblock
39217 #: ../tools/virt-win-reg.pl:165
39218 msgid ""
39219 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
39220 "result in disk corruption.  However exporting (without this flag)  is always "
39221 "safe."
39222 msgstr ""
39223
39224 #. type: =item
39225 #: ../tools/virt-win-reg.pl:173
39226 msgid "B<--encoding> UTF-16LE|ASCII"
39227 msgstr ""
39228
39229 #. type: textblock
39230 #: ../tools/virt-win-reg.pl:175
39231 msgid ""
39232 "When merging (only), you may need to specify the encoding for strings to be "
39233 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
39234 "(3)/ENCODING STRINGS>."
39235 msgstr ""
39236
39237 #. type: textblock
39238 #: ../tools/virt-win-reg.pl:179
39239 msgid ""
39240 "The default is to use UTF-16LE, which should work with recent versions of "
39241 "Windows."
39242 msgstr ""
39243
39244 #. type: =item
39245 #: ../tools/virt-win-reg.pl:186
39246 msgid "B<--unsafe-printable-strings>"
39247 msgstr ""
39248
39249 #. type: textblock
39250 #: ../tools/virt-win-reg.pl:188
39251 msgid ""
39252 "When exporting (only), assume strings are UTF-16LE and print them as strings "
39253 "instead of hex sequences.  Remove the final zero codepoint from strings if "
39254 "present."
39255 msgstr ""
39256
39257 #. type: textblock
39258 #: ../tools/virt-win-reg.pl:192
39259 msgid ""
39260 "This is unsafe and does not preserve the fidelity of strings in the original "
39261 "Registry for various reasons:"
39262 msgstr ""
39263
39264 #. type: textblock
39265 #: ../tools/virt-win-reg.pl:199
39266 msgid ""
39267 "Assumes the original encoding is UTF-16LE.  ASCII strings and strings in "
39268 "other encodings will be corrupted by this transformation."
39269 msgstr ""
39270
39271 #. type: textblock
39272 #: ../tools/virt-win-reg.pl:204
39273 msgid ""
39274 "Assumes that everything which has type 1 or 2 is really a string and that "
39275 "everything else is not a string, but the type field in real Registries is "
39276 "not reliable."
39277 msgstr ""
39278
39279 #. type: textblock
39280 #: ../tools/virt-win-reg.pl:210
39281 msgid ""
39282 "Loses information about whether a zero codepoint followed the string in the "
39283 "Registry or not."
39284 msgstr ""
39285
39286 #. type: textblock
39287 #: ../tools/virt-win-reg.pl:215
39288 msgid ""
39289 "This all happens because the Registry itself contains no information about "
39290 "how strings are encoded (see L<Win::Hivex::Regedit(3)/ENCODING STRINGS>)."
39291 msgstr ""
39292
39293 #. type: textblock
39294 #: ../tools/virt-win-reg.pl:219
39295 msgid ""
39296 "You should only use this option for quick hacking and debugging of the "
39297 "Registry contents, and I<never> use it if the output is going to be passed "
39298 "into another program or stored in another Registry."
39299 msgstr ""
39300
39301 #. type: =head1
39302 #: ../tools/virt-win-reg.pl:556
39303 msgid "SUPPORTED SYSTEMS"
39304 msgstr ""
39305
39306 #. type: textblock
39307 #: ../tools/virt-win-reg.pl:558
39308 msgid ""
39309 "The program currently supports Windows NT-derived guests starting with "
39310 "Windows XP through to at least Windows 7."
39311 msgstr ""
39312
39313 #. type: textblock
39314 #: ../tools/virt-win-reg.pl:561
39315 msgid "The following Registry keys are supported:"
39316 msgstr ""
39317
39318 #. type: =item
39319 #: ../tools/virt-win-reg.pl:565
39320 msgid "C<HKEY_LOCAL_MACHINE\\SAM>"
39321 msgstr ""
39322
39323 #. type: =item
39324 #: ../tools/virt-win-reg.pl:567
39325 msgid "C<HKEY_LOCAL_MACHINE\\SECURITY>"
39326 msgstr ""
39327
39328 #. type: =item
39329 #: ../tools/virt-win-reg.pl:569
39330 msgid "C<HKEY_LOCAL_MACHINE\\SOFTWARE>"
39331 msgstr ""
39332
39333 #. type: =item
39334 #: ../tools/virt-win-reg.pl:571
39335 msgid "C<HKEY_LOCAL_MACHINE\\SYSTEM>"
39336 msgstr ""
39337
39338 #. type: =item
39339 #: ../tools/virt-win-reg.pl:573
39340 msgid "C<HKEY_USERS\\.DEFAULT>"
39341 msgstr ""
39342
39343 #. type: =item
39344 #: ../tools/virt-win-reg.pl:575
39345 msgid "C<HKEY_USERS\\I<SID>>"
39346 msgstr ""
39347
39348 #. type: textblock
39349 #: ../tools/virt-win-reg.pl:577
39350 msgid "where I<SID> is a Windows User SID (eg. C<S-1-5-18>)."
39351 msgstr ""
39352
39353 #. type: =item
39354 #: ../tools/virt-win-reg.pl:579
39355 msgid "C<HKEY_USERS\\I<username>>"
39356 msgstr ""
39357
39358 #. type: textblock
39359 #: ../tools/virt-win-reg.pl:581
39360 msgid ""
39361 "where I<username> is a local user name (this is a libguestfs extension)."
39362 msgstr ""
39363
39364 #. type: textblock
39365 #: ../tools/virt-win-reg.pl:585
39366 msgid ""
39367 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
39368 "C<HKEY_USERS>."
39369 msgstr ""
39370
39371 #. type: textblock
39372 #: ../tools/virt-win-reg.pl:588
39373 msgid ""
39374 "The literal keys C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are not "
39375 "supported (there is no \"current user\")."
39376 msgstr ""
39377
39378 #. type: =head1
39379 #: ../tools/virt-win-reg.pl:591
39380 msgid "ENCODING"
39381 msgstr "КОДУВАННЯ"
39382
39383 #. type: textblock
39384 #: ../tools/virt-win-reg.pl:593
39385 msgid ""
39386 "C<virt-win-reg> expects that regedit files have already been reencoded in "
39387 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
39388 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
39389 "Windows-style line endings, you may need to reencode the whole file before "
39390 "or after processing."
39391 msgstr ""
39392
39393 #. type: textblock
39394 #: ../tools/virt-win-reg.pl:599
39395 msgid ""
39396 "To reencode a file from Windows format to Linux (before processing it with "
39397 "the I<--merge> option), you would do something like this:"
39398 msgstr ""
39399
39400 #. type: verbatim
39401 #: ../tools/virt-win-reg.pl:602
39402 #, no-wrap
39403 msgid ""
39404 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
39405 "\n"
39406 msgstr ""
39407
39408 #. type: textblock
39409 #: ../tools/virt-win-reg.pl:604
39410 msgid ""
39411 "To go in the opposite direction, after exporting and before sending the file "
39412 "to a Windows user, do something like this:"
39413 msgstr ""
39414
39415 #. type: verbatim
39416 #: ../tools/virt-win-reg.pl:607
39417 #, no-wrap
39418 msgid ""
39419 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
39420 "\n"
39421 msgstr ""
39422
39423 #. type: textblock
39424 #: ../tools/virt-win-reg.pl:609
39425 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
39426 msgstr ""
39427
39428 #. type: textblock
39429 #: ../tools/virt-win-reg.pl:611
39430 msgid ""
39431 "If you are unsure about the current encoding, use the L<file(1)> command.  "
39432 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
39433 "style (CRLF) line endings, like this:"
39434 msgstr ""
39435
39436 #. type: verbatim
39437 #: ../tools/virt-win-reg.pl:615
39438 #, no-wrap
39439 msgid ""
39440 " $ file software.reg\n"
39441 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
39442 " with CRLF line terminators\n"
39443 "\n"
39444 msgstr ""
39445
39446 #. type: textblock
39447 #: ../tools/virt-win-reg.pl:619
39448 msgid "This file would need conversion before you could I<--merge> it."
39449 msgstr ""
39450
39451 #. type: =head1
39452 #: ../tools/virt-win-reg.pl:621
39453 msgid "CurrentControlSet etc."
39454 msgstr ""
39455
39456 #. type: textblock
39457 #: ../tools/virt-win-reg.pl:623
39458 msgid ""
39459 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
39460 "Registry at the level of the hive file, and therefore you cannot modify "
39461 "these."
39462 msgstr ""
39463
39464 #. type: textblock
39465 #: ../tools/virt-win-reg.pl:627
39466 msgid ""
39467 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
39468 "circumstances it might refer to another control set.  The way to find out is "
39469 "to look at the C<HKLM\\SYSTEM\\Select> key:"
39470 msgstr ""
39471
39472 #. type: verbatim
39473 #: ../tools/virt-win-reg.pl:631
39474 #, no-wrap
39475 msgid ""
39476 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
39477 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
39478 " \"Current\"=dword:00000001\n"
39479 " \"Default\"=dword:00000001\n"
39480 " \"Failed\"=dword:00000000\n"
39481 " \"LastKnownGood\"=dword:00000002\n"
39482 "\n"
39483 msgstr ""
39484
39485 #. type: textblock
39486 #: ../tools/virt-win-reg.pl:638
39487 msgid "\"Current\" is the one which Windows will choose when it boots."
39488 msgstr ""
39489
39490 #. type: textblock
39491 #: ../tools/virt-win-reg.pl:640
39492 msgid ""
39493 "Similarly, other C<Current...> keys in the path may need to be replaced."
39494 msgstr ""
39495
39496 #. type: =head1
39497 #: ../tools/virt-win-reg.pl:643
39498 msgid "WINDOWS TIPS"
39499 msgstr ""
39500
39501 #. type: textblock
39502 #: ../tools/virt-win-reg.pl:645
39503 msgid ""
39504 "Note that some of these tips modify the guest disk image.  The guest I<must> "
39505 "be shut off, else you will get disk corruption."
39506 msgstr ""
39507
39508 #. type: =head2
39509 #: ../tools/virt-win-reg.pl:648
39510 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
39511 msgstr ""
39512
39513 #. type: textblock
39514 #: ../tools/virt-win-reg.pl:650
39515 msgid ""
39516 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
39517 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
39518 "is uploaded into C<C:\\>:"
39519 msgstr ""
39520
39521 #. type: verbatim
39522 #: ../tools/virt-win-reg.pl:654
39523 #, no-wrap
39524 msgid ""
39525 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
39526 "\n"
39527 msgstr ""
39528
39529 #. type: textblock
39530 #: ../tools/virt-win-reg.pl:656
39531 msgid "Prepare a regedit file containing the registry change:"
39532 msgstr ""
39533
39534 #. type: verbatim
39535 #: ../tools/virt-win-reg.pl:658
39536 #, no-wrap
39537 msgid ""
39538 " cat > test.reg <<'EOF'\n"
39539 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
39540 " \"Test\"=\"c:\\\\test.bat\"\n"
39541 " EOF\n"
39542 "\n"
39543 msgstr ""
39544
39545 #. type: textblock
39546 #: ../tools/virt-win-reg.pl:663
39547 msgid ""
39548 "In this example we use the key C<RunOnce> which means that the script will "
39549 "run precisely once when the first user logs in.  If you want it to run every "
39550 "time a user logs in, replace C<RunOnce> with C<Run>."
39551 msgstr ""
39552
39553 #. type: textblock
39554 #: ../tools/virt-win-reg.pl:667
39555 msgid "Now update the registry:"
39556 msgstr ""
39557
39558 #. type: verbatim
39559 #: ../tools/virt-win-reg.pl:669
39560 #, no-wrap
39561 msgid ""
39562 " virt-win-reg --merge WindowsGuest test.reg\n"
39563 "\n"
39564 msgstr ""
39565
39566 #. type: =head2
39567 #: ../tools/virt-win-reg.pl:671
39568 msgid "INSTALLING A SERVICE"
39569 msgstr ""
39570
39571 #. type: textblock
39572 #: ../tools/virt-win-reg.pl:673
39573 msgid ""
39574 "This section assumes you are familiar with Windows services, and you either "
39575 "have a program which handles the Windows Service Control Protocol directly "
39576 "or you want to run any program using a service wrapper like SrvAny or the "
39577 "free RHSrvAny."
39578 msgstr ""
39579
39580 #. type: textblock
39581 #: ../tools/virt-win-reg.pl:678
39582 msgid ""
39583 "First upload the program and optionally the service wrapper.  In this case "
39584 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
39585 msgstr ""
39586
39587 #. type: verbatim
39588 #: ../tools/virt-win-reg.pl:682
39589 #, no-wrap
39590 msgid ""
39591 " guestfish -i -d WindowsGuest <<EOF\n"
39592 "   upload rhsrvany.exe /rhsrvany.exe\n"
39593 "   upload test.exe /test.exe\n"
39594 " EOF\n"
39595 "\n"
39596 msgstr ""
39597
39598 #. type: textblock
39599 #: ../tools/virt-win-reg.pl:687
39600 msgid ""
39601 "Prepare a regedit file containing the registry changes.  In this example, "
39602 "the first registry change is needed for the service itself or the service "
39603 "wrapper (if used).  The second registry change is only needed because I am "
39604 "using the RHSrvAny service wrapper."
39605 msgstr ""
39606
39607 #. type: verbatim
39608 #: ../tools/virt-win-reg.pl:692
39609 #, no-wrap
39610 msgid ""
39611 " cat > service.reg <<'EOF'\n"
39612 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
39613 " \"Type\"=dword:00000010\n"
39614 " \"Start\"=dword:00000002\n"
39615 " \"ErrorControl\"=dword:00000001\n"
39616 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
39617 " \"DisplayName\"=\"RHSrvAny\"\n"
39618 " \"ObjectName\"=\"NetworkService\"\n"
39619 " \n"
39620 msgstr ""
39621
39622 #. type: verbatim
39623 #: ../tools/virt-win-reg.pl:701
39624 #, no-wrap
39625 msgid ""
39626 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
39627 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
39628 " \"PWD\"=\"c:\\\\Temp\"\n"
39629 " EOF\n"
39630 "\n"
39631 msgstr ""
39632
39633 #. type: textblock
39634 #: ../tools/virt-win-reg.pl:712
39635 msgid ""
39636 "For use of C<ControlSet001> see the section above in this manual page.  You "
39637 "may need to adjust this according to the control set that is in use by the "
39638 "guest."
39639 msgstr ""
39640
39641 #. type: textblock
39642 #: ../tools/virt-win-reg.pl:718
39643 msgid ""
39644 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
39645 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
39646 "privileged account."
39647 msgstr ""
39648
39649 #. type: textblock
39650 #: ../tools/virt-win-reg.pl:724
39651 msgid ""
39652 "For the meaning of the magic numbers, see this Microsoft KB article: "
39653 "L<http://support.microsoft.com/kb/103000>."
39654 msgstr ""
39655
39656 #. type: textblock
39657 #: ../tools/virt-win-reg.pl:729
39658 msgid "Update the registry:"
39659 msgstr ""
39660
39661 #. type: verbatim
39662 #: ../tools/virt-win-reg.pl:731
39663 #, no-wrap
39664 msgid ""
39665 " virt-win-reg --merge WindowsGuest service.reg\n"
39666 "\n"
39667 msgstr ""
39668
39669 #. type: textblock
39670 #: ../tools/virt-win-reg.pl:735
39671 msgid ""
39672 "Be careful when passing parameters containing C<\\> (backslash) in the "
39673 "shell.  Usually you will have to use 'single quotes' or double backslashes "
39674 "(but not both) to protect them from the shell."
39675 msgstr ""
39676
39677 #. type: textblock
39678 #: ../tools/virt-win-reg.pl:739
39679 msgid "Paths and value names are case-insensitive."
39680 msgstr ""
39681
39682 #. type: textblock
39683 #: ../tools/virt-win-reg.pl:748
39684 msgid ""
39685 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
39686 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
39687 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
39688 msgstr ""
39689
39690 #. type: verbatim
39691 #: ../tools/virt-win-reg.pl:766
39692 #, no-wrap
39693 msgid ""
39694 " export LIBGUESTFS_DEBUG=1\n"
39695 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
39696 "\n"
39697 msgstr ""
39698
39699 #. type: textblock
39700 #: ../tools/virt-win-reg.pl:769
39701 msgid ""
39702 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
39703 "redhat.com/>"
39704 msgstr ""
39705
39706 #~ msgid "B<-a> | B<--all>"
39707 #~ msgstr "B<-a> | B<--all>"
39708
39709 #~ msgid "B<-x> | B<--extract> | B<--download>"
39710 #~ msgstr "B<-x> | B<--extract> | B<--download>"