Pull translations from Transifex.
[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 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: libguestfs\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-04-01 20:21+0200\n"
11 "PO-Revision-Date: 2011-04-01 15:39+0000\n"
12 "Last-Translator: yurchor <yurchor@ukr.net>\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 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
23 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
24 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
25 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
26 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
27 #: ../tools/virt-list-partitions.pl:30
28 msgid "NAME"
29 msgstr "НАЗВА"
30
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35 "guestfs — бібліотека для доступу та внесення змін до образів віртуальних "
36 "машин"
37
38 #. type: =head1
39 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
40 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
41 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
42 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
43 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
44 #: ../tools/virt-list-partitions.pl:34
45 msgid "SYNOPSIS"
46 msgstr "КОРОТКИЙ ОПИС"
47
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55 " #include <guestfs.h>\n"
56 " \n"
57
58 #. type: verbatim
59 #: ../src/guestfs.pod:11
60 #, no-wrap
61 msgid ""
62 " guestfs_h *g = guestfs_create ();\n"
63 " guestfs_add_drive (g, \"guest.img\");\n"
64 " guestfs_launch (g);\n"
65 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
66 " guestfs_touch (g, \"/hello\");\n"
67 " guestfs_umount (g, \"/\");\n"
68 " guestfs_close (g);\n"
69 "\n"
70 msgstr ""
71 " guestfs_h *g = guestfs_create ();\n"
72 " guestfs_add_drive (g, \"guest.img\");\n"
73 " guestfs_launch (g);\n"
74 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
75 " guestfs_touch (g, \"/hello\");\n"
76 " guestfs_umount (g, \"/\");\n"
77 " guestfs_close (g);\n"
78 "\n"
79
80 #. type: verbatim
81 #: ../src/guestfs.pod:19
82 #, no-wrap
83 msgid ""
84 " cc prog.c -o prog -lguestfs\n"
85 "or:\n"
86 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
87 "\n"
88 msgstr ""
89 " cc prog.c -o prog -lguestfs\n"
90 "або:\n"
91 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
92 "\n"
93
94 #. type: =head1
95 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
96 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
97 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
98 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
99 #: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47
100 #: ../tools/virt-list-partitions.pl:40
101 msgid "DESCRIPTION"
102 msgstr "ОПИС"
103
104 #. type: textblock
105 #: ../src/guestfs.pod:25
106 msgid ""
107 "Libguestfs is a library for accessing and modifying guest disk images.  "
108 "Amongst the things this is good for: making batch configuration changes to "
109 "guests, getting disk used/free statistics (see also: virt-df), migrating "
110 "between virtualization systems (see also: virt-p2v), performing partial "
111 "backups, performing partial guest clones, cloning guests and changing "
112 "registry/UUID/hostname info, and much else besides."
113 msgstr ""
114
115 #. type: textblock
116 #: ../src/guestfs.pod:33
117 msgid ""
118 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
119 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
120 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
121 "qcow2, vmdk."
122 msgstr ""
123
124 #. type: textblock
125 #: ../src/guestfs.pod:38
126 msgid ""
127 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
128 "what filesystem is in each LV, etc.).  It can also run commands in the "
129 "context of the guest.  Also you can access filesystems over FUSE."
130 msgstr ""
131
132 #. type: textblock
133 #: ../src/guestfs.pod:43
134 msgid ""
135 "Libguestfs is a library that can be linked with C and C++ management "
136 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
137 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
138 "line."
139 msgstr ""
140
141 #. type: textblock
142 #: ../src/guestfs.pod:48
143 msgid ""
144 "You don't need to be root to use libguestfs, although obviously you do need "
145 "enough permissions to access the disk images."
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:51
150 msgid ""
151 "Libguestfs is a large API because it can do many things.  For a gentle "
152 "introduction, please read the L</API OVERVIEW> section next."
153 msgstr ""
154
155 #. type: textblock
156 #: ../src/guestfs.pod:54
157 msgid ""
158 "There are also some example programs in the L<guestfs-examples(3)> manual "
159 "page."
160 msgstr ""
161
162 #. type: =head1
163 #: ../src/guestfs.pod:57
164 msgid "API OVERVIEW"
165 msgstr "ОГЛЯД API"
166
167 #. type: textblock
168 #: ../src/guestfs.pod:59
169 msgid ""
170 "This section provides a gentler overview of the libguestfs API.  We also try "
171 "to group API calls together, where that may not be obvious from reading "
172 "about the individual calls in the main section of this manual."
173 msgstr ""
174
175 #. type: =head2
176 #: ../src/guestfs.pod:64
177 msgid "HANDLES"
178 msgstr "ОБРОБНИКИ"
179
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 #. type: textblock
191 #: ../src/guestfs.pod:73
192 msgid "The general structure of all libguestfs-using programs looks like this:"
193 msgstr ""
194
195 #. type: verbatim
196 #: ../src/guestfs.pod:76
197 #, no-wrap
198 msgid ""
199 " guestfs_h *g = guestfs_create ();\n"
200 " \n"
201 msgstr ""
202 " guestfs_h *g = guestfs_create ();\n"
203 " \n"
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:78
207 #, no-wrap
208 msgid ""
209 " /* Call guestfs_add_drive additional times if there are\n"
210 "  * multiple disk images.\n"
211 "  */\n"
212 " guestfs_add_drive (g, \"guest.img\");\n"
213 " \n"
214 msgstr ""
215
216 #. type: verbatim
217 #: ../src/guestfs.pod:83
218 #, no-wrap
219 msgid ""
220 " /* Most manipulation calls won't work until you've launched\n"
221 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
222 "  * and _before_ other commands.\n"
223 "  */\n"
224 " guestfs_launch (g);\n"
225 " \n"
226 msgstr ""
227
228 #. type: verbatim
229 #: ../src/guestfs.pod:89
230 #, no-wrap
231 msgid ""
232 " /* Now you can examine what partitions, LVs etc are available.\n"
233 "  */\n"
234 " char **partitions = guestfs_list_partitions (g);\n"
235 " char **logvols = guestfs_lvs (g);\n"
236 " \n"
237 msgstr ""
238
239 #. type: verbatim
240 #: ../src/guestfs.pod:94
241 #, no-wrap
242 msgid ""
243 " /* To access a filesystem in the image, you must mount it.\n"
244 "  */\n"
245 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
246 " \n"
247 msgstr ""
248 " /* Щоб отримати доступ до файлової системи на образі, вам слід його змонтувати.\n"
249 "  */\n"
250 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
251 " \n"
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, fuzzy, no-wrap
256 #| msgid ""
257 #| " /* Now you can perform filesystem actions on the guest\n"
258 #| "  * disk image.\n"
259 #| "  */\n"
260 #| " guestfs_touch (g, \"/hello\");\n"
261 #| "\n"
262 msgid ""
263 " /* Now you can perform filesystem actions on the guest\n"
264 "  * disk image.\n"
265 "  */\n"
266 " guestfs_touch (g, \"/hello\");\n"
267 " \n"
268 msgstr ""
269 " /* Тепер ви можете виконувати дії з файловою системою на\n"
270 "  * образі диска операційної системи.\n"
271 "  */\n"
272 " guestfs_touch (g, \"/hello\");\n"
273 "\n"
274
275 #. type: verbatim
276 #: ../src/guestfs.pod:103
277 #, no-wrap
278 msgid ""
279 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
280 "  * it is done automatically when you close the handle.  See\n"
281 "  * discussion of autosync in this page.\n"
282 "  */\n"
283 " guestfs_sync (g);\n"
284 " \n"
285 msgstr ""
286
287 #. type: verbatim
288 #: ../src/guestfs.pod:109
289 #, no-wrap
290 msgid ""
291 " /* Close the handle 'g'. */\n"
292 " guestfs_close (g);\n"
293 "\n"
294 msgstr ""
295
296 #. type: textblock
297 #: ../src/guestfs.pod:112
298 msgid ""
299 "The code above doesn't include any error checking.  In real code you should "
300 "check return values carefully for errors.  In general all functions that "
301 "return integers return C<-1> on error, and all functions that return "
302 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
303 "how to handle errors, and consult the documentation for each function call "
304 "below to see precisely how they return error indications.  See L<guestfs-"
305 "examples(3)> for fully worked examples."
306 msgstr ""
307
308 #. type: =head2
309 #: ../src/guestfs.pod:121
310 msgid "DISK IMAGES"
311 msgstr ""
312
313 #. type: textblock
314 #: ../src/guestfs.pod:123
315 msgid ""
316 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
317 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
318 "actual block device, or simply an empty file of zeroes that you have created "
319 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
320 "of these."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:129
325 msgid ""
326 "The call you should use in modern code for adding drives is L</"
327 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
328 "specifying that the format is raw, do:"
329 msgstr ""
330
331 #. type: verbatim
332 #: ../src/guestfs.pod:133
333 #, no-wrap
334 msgid ""
335 " guestfs_add_drive_opts (g, filename,\n"
336 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
337 "                         -1);\n"
338 "\n"
339 msgstr ""
340
341 #. type: textblock
342 #: ../src/guestfs.pod:137
343 msgid "You can add a disk read-only using:"
344 msgstr ""
345
346 #. type: verbatim
347 #: ../src/guestfs.pod:139
348 #, no-wrap
349 msgid ""
350 " guestfs_add_drive_opts (g, filename,\n"
351 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
352 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
353 "                         -1);\n"
354 "\n"
355 msgstr ""
356
357 #. type: textblock
358 #: ../src/guestfs.pod:144
359 msgid ""
360 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
361 "libguestfs won't modify the file."
362 msgstr ""
363
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:151
374 msgid ""
375 "You must add at least one disk image, and you may add multiple disk images.  "
376 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
377 "first one you added), C</dev/sdb> (for the second one you added), etc."
378 msgstr ""
379
380 #. type: textblock
381 #: ../src/guestfs.pod:156
382 msgid ""
383 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
384 "can call L</guestfs_list_devices> to get a list of the device names, in the "
385 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
386 msgstr ""
387
388 #. type: =head2
389 #: ../src/guestfs.pod:161
390 msgid "MOUNTING"
391 msgstr "МОНТУВАННЯ"
392
393 #. type: textblock
394 #: ../src/guestfs.pod:163
395 msgid ""
396 "Before you can read or write files, create directories and so on in a disk "
397 "image that contains filesystems, you have to mount those filesystems using "
398 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
399 "a disk image contains (for example) one partition with a filesystem on that "
400 "partition, then you can mount it directly:"
401 msgstr ""
402
403 #. type: verbatim
404 #: ../src/guestfs.pod:170
405 #, no-wrap
406 msgid ""
407 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
408 "\n"
409 msgstr ""
410
411 #. type: textblock
412 #: ../src/guestfs.pod:172
413 msgid ""
414 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
415 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
416 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
417 "that these are libguestfs virtual devices, and are nothing to do with host "
418 "devices."
419 msgstr ""
420
421 #. type: textblock
422 #: ../src/guestfs.pod:178
423 msgid ""
424 "If you are given a disk image and you don't know what it contains then you "
425 "have to find out.  Libguestfs can do that too: use L</"
426 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
427 "LVs, and either try mounting each to see what is mountable, or else examine "
428 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
429 "filesystems, use L</guestfs_list_filesystems>."
430 msgstr ""
431
432 #. type: textblock
433 #: ../src/guestfs.pod:186
434 msgid ""
435 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
436 "L</INSPECTION> below).  But you might find it easier to look at higher level "
437 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
438 msgstr ""
439
440 #. type: textblock
441 #: ../src/guestfs.pod:191
442 msgid ""
443 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
444 "several other variations of the C<guestfs_mount_*> call."
445 msgstr ""
446
447 #. type: =head2
448 #: ../src/guestfs.pod:194
449 msgid "FILESYSTEM ACCESS AND MODIFICATION"
450 msgstr ""
451
452 #. type: textblock
453 #: ../src/guestfs.pod:196
454 msgid ""
455 "The majority of the libguestfs API consists of fairly low-level calls for "
456 "accessing and modifying the files, directories, symlinks etc on mounted "
457 "filesystems.  There are over a hundred such calls which you can find listed "
458 "in detail below in this man page, and we don't even pretend to cover them "
459 "all in this overview."
460 msgstr ""
461
462 #. type: textblock
463 #: ../src/guestfs.pod:202
464 msgid ""
465 "Specify filenames as full paths, starting with C<\"/\"> and including the "
466 "mount point."
467 msgstr ""
468
469 #. type: textblock
470 #: ../src/guestfs.pod:205
471 msgid ""
472 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
473 "the file called C<\"etc/passwd\"> then you could do:"
474 msgstr ""
475
476 #. type: verbatim
477 #: ../src/guestfs.pod:208
478 #, no-wrap
479 msgid ""
480 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
481 "\n"
482 msgstr ""
483
484 #. type: textblock
485 #: ../src/guestfs.pod:210
486 msgid ""
487 "This would return C<data> as a newly allocated buffer containing the full "
488 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
489 "or C<NULL> if there was an error."
490 msgstr ""
491
492 #. type: textblock
493 #: ../src/guestfs.pod:214
494 msgid ""
495 "As another example, to create a top-level directory on that filesystem "
496 "called C<\"var\"> you would do:"
497 msgstr ""
498
499 #. type: verbatim
500 #: ../src/guestfs.pod:217
501 #, no-wrap
502 msgid ""
503 " guestfs_mkdir (g, \"/var\");\n"
504 "\n"
505 msgstr ""
506
507 #. type: textblock
508 #: ../src/guestfs.pod:219
509 msgid "To create a symlink you could do:"
510 msgstr ""
511
512 #. type: verbatim
513 #: ../src/guestfs.pod:221
514 #, no-wrap
515 msgid ""
516 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
517 "               \"/etc/rc3.d/S30portmap\");\n"
518 "\n"
519 msgstr ""
520
521 #. type: textblock
522 #: ../src/guestfs.pod:224
523 msgid ""
524 "Libguestfs will reject attempts to use relative paths and there is no "
525 "concept of a current working directory."
526 msgstr ""
527
528 #. type: textblock
529 #: ../src/guestfs.pod:227
530 msgid ""
531 "Libguestfs can return errors in many situations: for example if the "
532 "filesystem isn't writable, or if a file or directory that you requested "
533 "doesn't exist.  If you are using the C API (documented here)  you have to "
534 "check for those error conditions after each call.  (Other language bindings "
535 "turn these errors into exceptions)."
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:233
540 msgid ""
541 "File writes are affected by the per-handle umask, set by calling L</"
542 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
543 msgstr ""
544
545 #. type: =head2
546 #: ../src/guestfs.pod:236
547 msgid "PARTITIONING"
548 msgstr "ПОДІЛ НА РОЗДІЛИ"
549
550 #. type: textblock
551 #: ../src/guestfs.pod:238
552 msgid ""
553 "Libguestfs contains API calls to read, create and modify partition tables on "
554 "disk images."
555 msgstr ""
556
557 #. type: textblock
558 #: ../src/guestfs.pod:241
559 msgid ""
560 "In the common case where you want to create a single partition covering the "
561 "whole disk, you should use the L</guestfs_part_disk> call:"
562 msgstr ""
563
564 #. type: verbatim
565 #: ../src/guestfs.pod:245
566 #, no-wrap
567 msgid ""
568 " const char *parttype = \"mbr\";\n"
569 " if (disk_is_larger_than_2TB)\n"
570 "   parttype = \"gpt\";\n"
571 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
572 "\n"
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:250
577 msgid ""
578 "Obviously this effectively wipes anything that was on that disk image before."
579 msgstr ""
580
581 #. type: =head2
582 #: ../src/guestfs.pod:253
583 msgid "LVM2"
584 msgstr "LVM2"
585
586 #. type: textblock
587 #: ../src/guestfs.pod:255
588 msgid ""
589 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
590 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
591 "you familiarize yourself with the concepts of physical volumes, volume "
592 "groups and logical volumes."
593 msgstr ""
594
595 #. type: textblock
596 #: ../src/guestfs.pod:260
597 msgid ""
598 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
599 "tldp.org/HOWTO/LVM-HOWTO/>."
600 msgstr ""
601
602 #. type: =head2
603 #: ../src/guestfs.pod:263
604 msgid "DOWNLOADING"
605 msgstr ""
606
607 #. type: textblock
608 #: ../src/guestfs.pod:265
609 msgid ""
610 "Use L</guestfs_cat> to download small, text only files.  This call is "
611 "limited to files which are less than 2 MB and which cannot contain any ASCII "
612 "NUL (C<\\0>) characters.  However the API is very simple to use."
613 msgstr ""
614
615 #. type: textblock
616 #: ../src/guestfs.pod:269
617 msgid ""
618 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
619 "bit data, since it returns a (pointer, size) pair.  However it is still "
620 "limited to \"small\" files, less than 2 MB."
621 msgstr ""
622
623 #. type: textblock
624 #: ../src/guestfs.pod:273
625 msgid ""
626 "L</guestfs_download> can be used to download any file, with no limits on "
627 "content or size (even files larger than 4 GB)."
628 msgstr ""
629
630 #. type: textblock
631 #: ../src/guestfs.pod:276
632 msgid ""
633 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
634 msgstr ""
635
636 #. type: =head2
637 #: ../src/guestfs.pod:279
638 msgid "UPLOADING"
639 msgstr "ВИВАНТАЖЕННЯ"
640
641 #. type: textblock
642 #: ../src/guestfs.pod:281
643 msgid ""
644 "It's often the case that you want to write a file or files to the disk image."
645 msgstr ""
646
647 #. type: textblock
648 #: ../src/guestfs.pod:284
649 msgid ""
650 "To write a small file with fixed content, use L</guestfs_write>.  To create "
651 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
652 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
653 "of other functions for creating test files, for example L</guestfs_fill> and "
654 "L</guestfs_fill_pattern>."
655 msgstr ""
656
657 #. type: textblock
658 #: ../src/guestfs.pod:290
659 msgid ""
660 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
661 "file content or size (even files larger than 4 GB)."
662 msgstr ""
663
664 #. type: textblock
665 #: ../src/guestfs.pod:293
666 msgid ""
667 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
668 msgstr ""
669
670 #. type: textblock
671 #: ../src/guestfs.pod:295
672 msgid ""
673 "However the fastest way to upload I<large numbers of arbitrary files> is to "
674 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
675 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
676 "in a predictable way (eg. adding it last after all other drives) then you "
677 "can get the device name from L</guestfs_list_devices> and mount it directly "
678 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
679 "portable between kernel versions, and they don't support labels or UUIDs.  "
680 "If you want to pre-build an image or you need to mount it using a label or "
681 "UUID, use an ISO image instead."
682 msgstr ""
683
684 #. type: =head2
685 #: ../src/guestfs.pod:306
686 msgid "COPYING"
687 msgstr "КОПІЮВАННЯ"
688
689 #. type: textblock
690 #: ../src/guestfs.pod:308
691 msgid ""
692 "There are various different commands for copying between files and devices "
693 "and in and out of the guest filesystem.  These are summarised in the table "
694 "below."
695 msgstr ""
696
697 #. type: =item
698 #: ../src/guestfs.pod:314
699 msgid "B<file> to B<file>"
700 msgstr ""
701
702 #. type: textblock
703 #: ../src/guestfs.pod:316
704 msgid ""
705 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
706 "directories recursively."
707 msgstr ""
708
709 #. type: =item
710 #: ../src/guestfs.pod:319
711 msgid "B<file or device> to B<file or device>"
712 msgstr ""
713
714 #. type: textblock
715 #: ../src/guestfs.pod:321
716 msgid ""
717 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
718 "devices in the guest."
719 msgstr ""
720
721 #. type: textblock
722 #: ../src/guestfs.pod:324
723 msgid "Example: duplicate the contents of an LV:"
724 msgstr ""
725
726 #. type: verbatim
727 #: ../src/guestfs.pod:326
728 #, no-wrap
729 msgid ""
730 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
731 "\n"
732 msgstr ""
733
734 #. type: textblock
735 #: ../src/guestfs.pod:328
736 msgid ""
737 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
738 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
739 "guestfs_copy_size>."
740 msgstr ""
741
742 #. type: =item
743 #: ../src/guestfs.pod:332
744 msgid "B<file on the host> to B<file or device>"
745 msgstr ""
746
747 #. type: textblock
748 #: ../src/guestfs.pod:334
749 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
750 msgstr ""
751
752 #. type: =item
753 #: ../src/guestfs.pod:336
754 msgid "B<file or device> to B<file on the host>"
755 msgstr ""
756
757 #. type: textblock
758 #: ../src/guestfs.pod:338
759 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
760 msgstr ""
761
762 #. type: =head2
763 #: ../src/guestfs.pod:342
764 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
765 msgstr ""
766
767 #. type: textblock
768 #: ../src/guestfs.pod:344
769 msgid ""
770 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
771 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
772 "appears you can only upload and download to files.  However many Un*x-like "
773 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
774 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
775 "and arbitrary file descriptor N."
776 msgstr ""
777
778 #. type: textblock
779 #: ../src/guestfs.pod:352
780 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
781 msgstr ""
782
783 #. type: verbatim
784 #: ../src/guestfs.pod:355
785 #, no-wrap
786 msgid ""
787 " guestfs_download (g, filename, \"/dev/stdout\");\n"
788 "\n"
789 msgstr ""
790
791 #. type: textblock
792 #: ../src/guestfs.pod:357
793 msgid "and you can write tar output to a pipe C<fd> by doing:"
794 msgstr ""
795
796 #. type: verbatim
797 #: ../src/guestfs.pod:359
798 #, no-wrap
799 msgid ""
800 " char devfd[64];\n"
801 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
802 " guestfs_tar_out (g, \"/\", devfd);\n"
803 "\n"
804 msgstr ""
805
806 #. type: =head2
807 #: ../src/guestfs.pod:363
808 msgid "LISTING FILES"
809 msgstr ""
810
811 #. type: textblock
812 #: ../src/guestfs.pod:365
813 msgid ""
814 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
815 "L<guestfish(1)>-equivalent command C<ll>)."
816 msgstr ""
817
818 #. type: textblock
819 #: ../src/guestfs.pod:368
820 msgid ""
821 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
822 "programs, as a flat list of strings."
823 msgstr ""
824
825 #. type: textblock
826 #: ../src/guestfs.pod:371
827 msgid ""
828 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
829 "directory, plus additional information about each one.  It is more "
830 "equivalent to using the L<readdir(3)> call on a local filesystem."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:375
835 msgid ""
836 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
837 msgstr ""
838
839 #. type: =head2
840 #: ../src/guestfs.pod:378
841 msgid "RUNNING COMMANDS"
842 msgstr ""
843
844 #. type: textblock
845 #: ../src/guestfs.pod:380
846 msgid ""
847 "Although libguestfs is primarily an API for manipulating files inside guest "
848 "images, we also provide some limited facilities for running commands inside "
849 "guests."
850 msgstr ""
851
852 #. type: textblock
853 #: ../src/guestfs.pod:384
854 msgid "There are many limitations to this:"
855 msgstr ""
856
857 #. type: =item
858 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
859 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
860 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1088
861 #: ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101
862 #: ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136
863 #: ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166
864 #: ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178
865 #: ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669
866 #: ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779
867 #: ../src/guestfs.pod:1789 ../src/guestfs.pod:2023 ../src/guestfs.pod:2028
868 #: ../src/guestfs.pod:2034 ../src/guestfs.pod:2042 ../src/guestfs.pod:2396
869 #: ../src/guestfs.pod:2402 ../src/guestfs.pod:2407 ../src/guestfs.pod:2413
870 #: ../src/guestfs.pod:2878 ../src/guestfs.pod:2882 ../src/guestfs.pod:2886
871 #: ../src/guestfs.pod:2890 ../src/guestfs-actions.pod:15
872 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577
873 #: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592
874 #: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600
875 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
876 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620
877 #: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628
878 #: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642
879 #: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784
880 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793
881 #: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859
882 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868
883 #: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447
884 #: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455
885 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
886 #: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388
887 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402
888 #: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076
889 #: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084
890 #: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096
891 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110
892 #: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118
893 #: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212
894 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222
895 #: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268
896 #: ../fish/guestfish-actions.pod:1273 ../tools/virt-win-reg.pl:536
897 #: ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548
898 #: ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350
899 #: ../tools/virt-resize.pl:360
900 msgid "*"
901 msgstr ""
902
903 #. type: textblock
904 #: ../src/guestfs.pod:390
905 msgid ""
906 "The kernel version that the command runs under will be different from what "
907 "it expects."
908 msgstr ""
909
910 #. type: textblock
911 #: ../src/guestfs.pod:395
912 msgid ""
913 "If the command needs to communicate with daemons, then most likely they "
914 "won't be running."
915 msgstr ""
916
917 #. type: textblock
918 #: ../src/guestfs.pod:400
919 msgid "The command will be running in limited memory."
920 msgstr ""
921
922 #. type: textblock
923 #: ../src/guestfs.pod:404
924 msgid ""
925 "The network may not be available unless you enable it (see L</"
926 "guestfs_set_network>)."
927 msgstr ""
928
929 #. type: textblock
930 #: ../src/guestfs.pod:409
931 msgid "Only supports Linux guests (not Windows, BSD, etc)."
932 msgstr ""
933
934 #. type: textblock
935 #: ../src/guestfs.pod:413
936 msgid ""
937 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:418
942 msgid ""
943 "For SELinux guests, you may need to enable SELinux and load policy first.  "
944 "See L</SELINUX> in this manpage."
945 msgstr ""
946
947 #. type: textblock
948 #: ../src/guestfs.pod:423
949 msgid ""
950 "I<Security:> It is not safe to run commands from untrusted, possibly "
951 "malicious guests.  These commands may attempt to exploit your program by "
952 "sending unexpected output.  They could also try to exploit the Linux kernel "
953 "or qemu provided by the libguestfs appliance.  They could use the network "
954 "provided by the libguestfs appliance to bypass ordinary network partitions "
955 "and firewalls.  They could use the elevated privileges or different SELinux "
956 "context of your program to their advantage."
957 msgstr ""
958
959 #. type: textblock
960 #: ../src/guestfs.pod:432
961 msgid ""
962 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
963 "(a script which runs when the guest next boots normally), and to have this "
964 "script run the commands you want in the normal context of the running guest, "
965 "network security and so on.  For information about other security issues, "
966 "see L</SECURITY>."
967 msgstr ""
968
969 #. type: textblock
970 #: ../src/guestfs.pod:440
971 msgid ""
972 "The two main API calls to run commands are L</guestfs_command> and L</"
973 "guestfs_sh> (there are also variations)."
974 msgstr ""
975
976 #. type: textblock
977 #: ../src/guestfs.pod:443
978 msgid ""
979 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
980 "shell globs, redirections, etc will work."
981 msgstr ""
982
983 #. type: =head2
984 #: ../src/guestfs.pod:446
985 msgid "CONFIGURATION FILES"
986 msgstr "ФАЙЛИ НАЛАШТУВАННЯ"
987
988 #. type: textblock
989 #: ../src/guestfs.pod:448
990 msgid ""
991 "To read and write configuration files in Linux guest filesystems, we "
992 "strongly recommend using Augeas.  For example, Augeas understands how to "
993 "read and write, say, a Linux shadow password file or X.org configuration "
994 "file, and so avoids you having to write that code."
995 msgstr ""
996
997 #. type: textblock
998 #: ../src/guestfs.pod:453
999 msgid ""
1000 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1001 "document Augeas itself here because there is excellent documentation on the "
1002 "L<http://augeas.net/> website."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:457
1007 msgid ""
1008 "If you don't want to use Augeas (you fool!) then try calling L</"
1009 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1010 "over."
1011 msgstr ""
1012
1013 #. type: =head2
1014 #: ../src/guestfs.pod:461
1015 msgid "SELINUX"
1016 msgstr "SELINUX"
1017
1018 #. type: textblock
1019 #: ../src/guestfs.pod:463
1020 msgid ""
1021 "We support SELinux guests.  To ensure that labeling happens correctly in "
1022 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1023 msgstr ""
1024
1025 #. type: =item
1026 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412
1027 #: ../src/guestfs.pod:2441
1028 msgid "1."
1029 msgstr ""
1030
1031 #. type: textblock
1032 #: ../src/guestfs.pod:471
1033 msgid "Before launching, do:"
1034 msgstr ""
1035
1036 #. type: verbatim
1037 #: ../src/guestfs.pod:473
1038 #, no-wrap
1039 msgid ""
1040 " guestfs_set_selinux (g, 1);\n"
1041 "\n"
1042 msgstr ""
1043
1044 #. type: =item
1045 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416
1046 #: ../src/guestfs.pod:2466
1047 msgid "2."
1048 msgstr ""
1049
1050 #. type: textblock
1051 #: ../src/guestfs.pod:477
1052 msgid ""
1053 "After mounting the guest's filesystem(s), load the policy.  This is best "
1054 "done by running the L<load_policy(8)> command in the guest itself:"
1055 msgstr ""
1056
1057 #. type: verbatim
1058 #: ../src/guestfs.pod:481
1059 #, no-wrap
1060 msgid ""
1061 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1062 "\n"
1063 msgstr ""
1064
1065 #. type: textblock
1066 #: ../src/guestfs.pod:483
1067 msgid ""
1068 "(Older versions of C<load_policy> require you to specify the name of the "
1069 "policy file)."
1070 msgstr ""
1071
1072 #. type: =item
1073 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
1074 msgid "3."
1075 msgstr ""
1076
1077 #. type: textblock
1078 #: ../src/guestfs.pod:488
1079 msgid ""
1080 "Optionally, set the security context for the API.  The correct security "
1081 "context to use can only be known by inspecting the guest.  As an example:"
1082 msgstr ""
1083
1084 #. type: verbatim
1085 #: ../src/guestfs.pod:492
1086 #, no-wrap
1087 msgid ""
1088 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1089 "\n"
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:496
1094 msgid "This will work for running commands and editing existing files."
1095 msgstr ""
1096
1097 #. type: textblock
1098 #: ../src/guestfs.pod:498
1099 msgid ""
1100 "When new files are created, you may need to label them explicitly, for "
1101 "example by running the external command C<restorecon pathname>."
1102 msgstr ""
1103
1104 #. type: =head2
1105 #: ../src/guestfs.pod:502
1106 msgid "UMASK"
1107 msgstr ""
1108
1109 #. type: textblock
1110 #: ../src/guestfs.pod:504
1111 msgid ""
1112 "Certain calls are affected by the current file mode creation mask (the "
1113 "\"umask\").  In particular ones which create files or directories, such as "
1114 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1115 "either the default mode that the file is created with or modifies the mode "
1116 "that you supply."
1117 msgstr ""
1118
1119 #. type: textblock
1120 #: ../src/guestfs.pod:510
1121 msgid ""
1122 "The default umask is C<022>, so files are created with modes such as C<0644> "
1123 "and directories with C<0755>."
1124 msgstr ""
1125
1126 #. type: textblock
1127 #: ../src/guestfs.pod:513
1128 msgid ""
1129 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1130 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1131 "guestfs_chmod> after creating each file or directory."
1132 msgstr ""
1133
1134 #. type: textblock
1135 #: ../src/guestfs.pod:517
1136 msgid "For more information about umask, see L<umask(2)>."
1137 msgstr ""
1138
1139 #. type: =head1
1140 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1141 msgid "ENCRYPTED DISKS"
1142 msgstr ""
1143
1144 #. type: textblock
1145 #: ../src/guestfs.pod:521
1146 msgid ""
1147 "Libguestfs allows you to access Linux guests which have been encrypted using "
1148 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1149 "standard.  This includes nearly all whole disk encryption systems used by "
1150 "modern Linux guests."
1151 msgstr ""
1152
1153 #. type: textblock
1154 #: ../src/guestfs.pod:527
1155 msgid ""
1156 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1157 "returns the string C<crypto_LUKS>)."
1158 msgstr ""
1159
1160 #. type: textblock
1161 #: ../src/guestfs.pod:530
1162 msgid ""
1163 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1164 "will require the passphrase!"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:533
1169 msgid ""
1170 "Opening a LUKS device creates a new device mapper device called C</dev/"
1171 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1172 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1173 "from and encrypted to the underlying block device respectively."
1174 msgstr ""
1175
1176 #. type: textblock
1177 #: ../src/guestfs.pod:539
1178 msgid ""
1179 "LVM volume groups on the device can be made visible by calling L</"
1180 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1181 "(s) can now be mounted in the usual way."
1182 msgstr ""
1183
1184 #. type: textblock
1185 #: ../src/guestfs.pod:543
1186 msgid ""
1187 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1188 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1189 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1190 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1191 "underlying encrypted block device)."
1192 msgstr ""
1193
1194 #. type: =head2
1195 #: ../src/guestfs.pod:550
1196 msgid "INSPECTION"
1197 msgstr "ПЕРЕВІРКА"
1198
1199 #. type: textblock
1200 #: ../src/guestfs.pod:552
1201 msgid ""
1202 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1203 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1204 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1205 "version 1.5.3 the most frequently used part of this library has been "
1206 "rewritten in C and moved into the core code)."
1207 msgstr ""
1208
1209 #. type: textblock
1210 #: ../src/guestfs.pod:559
1211 msgid ""
1212 "Add all disks belonging to the unknown virtual machine and call L</"
1213 "guestfs_launch> in the usual way."
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:562
1218 msgid ""
1219 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1220 "and certain heuristics, and returns a list of operating systems that were "
1221 "found.  An empty list means none were found.  A single element is the root "
1222 "filesystem of the operating system.  For dual- or multi-boot guests, "
1223 "multiple roots can be returned, each one corresponding to a separate "
1224 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1225 "world of virtualization, but since this scenario can happen, we have built "
1226 "libguestfs to deal with it.)"
1227 msgstr ""
1228
1229 #. type: textblock
1230 #: ../src/guestfs.pod:571
1231 msgid ""
1232 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1233 "to get additional details about that operating system.  For example, call L</"
1234 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1235 "Windows and Linux-based operating systems respectively."
1236 msgstr ""
1237
1238 #. type: textblock
1239 #: ../src/guestfs.pod:577
1240 msgid ""
1241 "Un*x-like and Linux-based operating systems usually consist of several "
1242 "filesystems which are mounted at boot time (for example, a separate boot "
1243 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1244 "filesystems correspond to mount points.  Call "
1245 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1246 "hash table like this example:"
1247 msgstr ""
1248
1249 #. type: verbatim
1250 #: ../src/guestfs.pod:584
1251 #, no-wrap
1252 msgid ""
1253 " /boot => /dev/sda1\n"
1254 " /     => /dev/vg_guest/lv_root\n"
1255 " /usr  => /dev/vg_guest/lv_usr\n"
1256 "\n"
1257 msgstr ""
1258
1259 #. type: textblock
1260 #: ../src/guestfs.pod:588
1261 msgid ""
1262 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1263 "filesystems as suggested."
1264 msgstr ""
1265
1266 #. type: textblock
1267 #: ../src/guestfs.pod:591
1268 msgid ""
1269 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1270 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1271 msgstr ""
1272
1273 #. type: textblock
1274 #: ../src/guestfs.pod:595
1275 msgid ""
1276 "Inspection currently only works for some common operating systems.  "
1277 "Contributors are welcome to send patches for other operating systems that we "
1278 "currently cannot detect."
1279 msgstr ""
1280
1281 #. type: textblock
1282 #: ../src/guestfs.pod:599
1283 msgid ""
1284 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1285 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1286 "encrypted devices."
1287 msgstr ""
1288
1289 #. type: textblock
1290 #: ../src/guestfs.pod:603
1291 msgid ""
1292 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1293 "inspection and caches the results in the guest handle.  Subsequent calls to "
1294 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1295 "read the disks.  If you change the content of the guest disks, you can redo "
1296 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1297 "guestfs_inspect_list_applications> works a little differently from the other "
1298 "calls and does read the disks.  See documentation for that function for "
1299 "details)."
1300 msgstr ""
1301
1302 #. type: =head3
1303 #: ../src/guestfs.pod:612
1304 msgid "INSPECTING INSTALL DISKS"
1305 msgstr ""
1306
1307 #. type: textblock
1308 #: ../src/guestfs.pod:614
1309 msgid ""
1310 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1311 "CDs and more."
1312 msgstr ""
1313
1314 #. type: textblock
1315 #: ../src/guestfs.pod:617
1316 msgid ""
1317 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1318 "system, which currently can be C<installed> (a regular operating system) or "
1319 "C<installer> (some sort of install disk)."
1320 msgstr ""
1321
1322 #. type: textblock
1323 #: ../src/guestfs.pod:621
1324 msgid ""
1325 "Further information is available about the operating system that can be "
1326 "installed using the regular inspection APIs like L</"
1327 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1328 msgstr ""
1329
1330 #. type: textblock
1331 #: ../src/guestfs.pod:626
1332 msgid ""
1333 "Some additional information specific to installer disks is also available "
1334 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1335 "guestfs_inspect_is_multipart> calls."
1336 msgstr ""
1337
1338 #. type: =head2
1339 #: ../src/guestfs.pod:631
1340 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1341 msgstr ""
1342
1343 #. type: textblock
1344 #: ../src/guestfs.pod:633
1345 msgid ""
1346 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1347 "ntfs-3g.org/> driver."
1348 msgstr ""
1349
1350 #. type: =head3
1351 #: ../src/guestfs.pod:636
1352 msgid "DRIVE LETTERS AND PATHS"
1353 msgstr ""
1354
1355 #. type: textblock
1356 #: ../src/guestfs.pod:638
1357 msgid ""
1358 "DOS and Windows still use drive letters, and the filesystems are always "
1359 "treated as case insensitive by Windows itself, and therefore you might find "
1360 "a Windows configuration file referring to a path like C<c:\\windows"
1361 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1362 "might be referred to as C</WINDOWS/System32>."
1363 msgstr ""
1364
1365 #. type: textblock
1366 #: ../src/guestfs.pod:644
1367 msgid ""
1368 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1369 "libguestfs to read the appropriate Windows Registry and configuration files, "
1370 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1371 "inspector(1)>)."
1372 msgstr ""
1373
1374 #. type: textblock
1375 #: ../src/guestfs.pod:649
1376 msgid ""
1377 "Replacing backslash characters with forward slash characters is also outside "
1378 "the scope of libguestfs, but something that you can easily do."
1379 msgstr ""
1380
1381 #. type: textblock
1382 #: ../src/guestfs.pod:652
1383 msgid ""
1384 "Where we can help is in resolving the case insensitivity of paths.  For "
1385 "this, call L</guestfs_case_sensitive_path>."
1386 msgstr ""
1387
1388 #. type: =head3
1389 #: ../src/guestfs.pod:655
1390 msgid "ACCESSING THE WINDOWS REGISTRY"
1391 msgstr ""
1392
1393 #. type: textblock
1394 #: ../src/guestfs.pod:657
1395 msgid ""
1396 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1397 "files, through the library C<hivex> which is part of the libguestfs project "
1398 "although ships as a separate tarball.  You have to locate and download the "
1399 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1400 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1401 "reg(1)> for more help on this issue."
1402 msgstr ""
1403
1404 #. type: =head3
1405 #: ../src/guestfs.pod:665
1406 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1407 msgstr ""
1408
1409 #. type: textblock
1410 #: ../src/guestfs.pod:667
1411 msgid ""
1412 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1413 "provide something which looks like a Linux symlink.  The way it tries to do "
1414 "the rewriting is described here:"
1415 msgstr ""
1416
1417 #. type: textblock
1418 #: ../src/guestfs.pod:671
1419 msgid ""
1420 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1421 "symbolic-links/>"
1422 msgstr ""
1423 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1424 "symbolic-links/>"
1425
1426 #. type: textblock
1427 #: ../src/guestfs.pod:673
1428 msgid ""
1429 "The essential problem is that ntfs-3g simply does not have enough "
1430 "information to do a correct job.  NTFS links can contain drive letters and "
1431 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1432 "It is almost certainly the case that libguestfs callers should ignore what "
1433 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1434 msgstr ""
1435
1436 #. type: textblock
1437 #: ../src/guestfs.pod:680
1438 msgid ""
1439 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1440 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1441 "attribute, and read the raw reparse data from that (you can find the format "
1442 "documented in various places around the web)."
1443 msgstr ""
1444
1445 #. type: =head3
1446 #: ../src/guestfs.pod:685
1447 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1448 msgstr ""
1449
1450 #. type: textblock
1451 #: ../src/guestfs.pod:687
1452 msgid ""
1453 "There are other useful extended attributes that can be read from ntfs-3g "
1454 "filesystems (using L</guestfs_getxattr>).  See:"
1455 msgstr ""
1456
1457 #. type: textblock
1458 #: ../src/guestfs.pod:690
1459 msgid ""
1460 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1461 msgstr ""
1462 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1463
1464 #. type: =head2
1465 #: ../src/guestfs.pod:692
1466 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:694
1471 msgid ""
1472 "Although we don't want to discourage you from using the C API, we will "
1473 "mention here that the same API is also available in other languages."
1474 msgstr ""
1475
1476 #. type: textblock
1477 #: ../src/guestfs.pod:697
1478 msgid ""
1479 "The API is broadly identical in all supported languages.  This means that "
1480 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1481 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1482 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1483 "each language."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: ../src/guestfs.pod:703
1488 msgid ""
1489 "Error messages are automatically transformed into exceptions if the language "
1490 "supports it."
1491 msgstr ""
1492
1493 #. type: textblock
1494 #: ../src/guestfs.pod:706
1495 msgid ""
1496 "We don't try to \"object orientify\" parts of the API in OO languages, "
1497 "although contributors are welcome to write higher level APIs above what we "
1498 "provide in their favourite languages if they wish."
1499 msgstr ""
1500
1501 #. type: =item
1502 #: ../src/guestfs.pod:712
1503 msgid "B<C++>"
1504 msgstr "B<C++>"
1505
1506 #. type: textblock
1507 #: ../src/guestfs.pod:714
1508 msgid ""
1509 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1510 "identical to the C API.  C++ classes and exceptions are not used."
1511 msgstr ""
1512
1513 #. type: =item
1514 #: ../src/guestfs.pod:718
1515 msgid "B<C#>"
1516 msgstr "B<C#>"
1517
1518 #. type: textblock
1519 #: ../src/guestfs.pod:720
1520 msgid ""
1521 "The C# bindings are highly experimental.  Please read the warnings at the "
1522 "top of C<csharp/Libguestfs.cs>."
1523 msgstr ""
1524
1525 #. type: =item
1526 #: ../src/guestfs.pod:723
1527 msgid "B<Haskell>"
1528 msgstr "B<Haskell>"
1529
1530 #. type: textblock
1531 #: ../src/guestfs.pod:725
1532 msgid ""
1533 "This is the only language binding that is working but incomplete.  Only "
1534 "calls which return simple integers have been bound in Haskell, and we are "
1535 "looking for help to complete this binding."
1536 msgstr ""
1537
1538 #. type: =item
1539 #: ../src/guestfs.pod:729
1540 msgid "B<Java>"
1541 msgstr "B<Java>"
1542
1543 #. type: textblock
1544 #: ../src/guestfs.pod:731
1545 msgid ""
1546 "Full documentation is contained in the Javadoc which is distributed with "
1547 "libguestfs."
1548 msgstr ""
1549
1550 #. type: =item
1551 #: ../src/guestfs.pod:734
1552 msgid "B<OCaml>"
1553 msgstr "B<OCaml>"
1554
1555 #. type: textblock
1556 #: ../src/guestfs.pod:736
1557 msgid "See L<guestfs-ocaml(3)>."
1558 msgstr "Див. L<guestfs-ocaml(3)>."
1559
1560 #. type: =item
1561 #: ../src/guestfs.pod:738
1562 msgid "B<Perl>"
1563 msgstr "B<Perl>"
1564
1565 #. type: textblock
1566 #: ../src/guestfs.pod:740
1567 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1568 msgstr "Див. L<guestfs-perl(3)> та L<Sys::Guestfs(3)>."
1569
1570 #. type: =item
1571 #: ../src/guestfs.pod:742
1572 msgid "B<PHP>"
1573 msgstr "B<PHP>"
1574
1575 #. type: textblock
1576 #: ../src/guestfs.pod:744
1577 msgid ""
1578 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1579 "the php-libguestfs package for your distribution."
1580 msgstr ""
1581
1582 #. type: textblock
1583 #: ../src/guestfs.pod:747
1584 msgid "The PHP binding only works correctly on 64 bit machines."
1585 msgstr ""
1586
1587 #. type: =item
1588 #: ../src/guestfs.pod:749
1589 msgid "B<Python>"
1590 msgstr "B<Python>"
1591
1592 #. type: textblock
1593 #: ../src/guestfs.pod:751
1594 msgid "See L<guestfs-python(3)>."
1595 msgstr "Див. L<guestfs-python(3)>."
1596
1597 #. type: =item
1598 #: ../src/guestfs.pod:753
1599 msgid "B<Ruby>"
1600 msgstr "B<Ruby>"
1601
1602 #. type: textblock
1603 #: ../src/guestfs.pod:755
1604 msgid "See L<guestfs-ruby(3)>."
1605 msgstr "Див. L<guestfs-ruby(3)>."
1606
1607 #. type: =item
1608 #: ../src/guestfs.pod:757
1609 msgid "B<shell scripts>"
1610 msgstr "B<скрипти оболонки>"
1611
1612 #. type: textblock
1613 #: ../src/guestfs.pod:759
1614 msgid "See L<guestfish(1)>."
1615 msgstr "Див. L<guestfish(1)>."
1616
1617 #. type: =head2
1618 #: ../src/guestfs.pod:763
1619 msgid "LIBGUESTFS GOTCHAS"
1620 msgstr ""
1621
1622 #. type: textblock
1623 #: ../src/guestfs.pod:765
1624 msgid ""
1625 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1626 "system [...] that works in the way it is documented but is counterintuitive "
1627 "and almost invites mistakes.\""
1628 msgstr ""
1629
1630 #. type: textblock
1631 #: ../src/guestfs.pod:769
1632 msgid ""
1633 "Since we developed libguestfs and the associated tools, there are several "
1634 "things we would have designed differently, but are now stuck with for "
1635 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1636 "release, you can expect these to change.  Beware of them."
1637 msgstr ""
1638
1639 #. type: =item
1640 #: ../src/guestfs.pod:777
1641 msgid "Autosync / forgetting to sync."
1642 msgstr ""
1643
1644 #. type: textblock
1645 #: ../src/guestfs.pod:779
1646 msgid ""
1647 "When modifying a filesystem from C or another language, you B<must> unmount "
1648 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1649 "libguestfs handle.  You can also call:"
1650 msgstr ""
1651
1652 #. type: verbatim
1653 #: ../src/guestfs.pod:783
1654 #, no-wrap
1655 msgid ""
1656 " guestfs_set_autosync (g, 1);\n"
1657 "\n"
1658 msgstr ""
1659
1660 #. type: textblock
1661 #: ../src/guestfs.pod:785
1662 msgid ""
1663 "to have the unmount/sync done automatically for you when the handle 'g' is "
1664 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1665 msgstr ""
1666
1667 #. type: textblock
1668 #: ../src/guestfs.pod:789
1669 msgid ""
1670 "If you forget to do this, then it is entirely possible that your changes "
1671 "won't be written out, or will be partially written, or (very rarely) that "
1672 "you'll get disk corruption."
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:793
1677 msgid ""
1678 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1679 "guestfish scripts that forget to sync will work just fine, which can make "
1680 "this very puzzling if you are trying to debug a problem."
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:797
1685 msgid ""
1686 "Update: Autosync is enabled by default for all API users starting from "
1687 "libguestfs 1.5.24."
1688 msgstr ""
1689
1690 #. type: =item
1691 #: ../src/guestfs.pod:800
1692 msgid "Mount option C<-o sync> should not be the default."
1693 msgstr ""
1694
1695 #. type: textblock
1696 #: ../src/guestfs.pod:802
1697 msgid ""
1698 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1699 "However C<-o sync> does not add any reliability benefit, but does have a "
1700 "very large performance impact."
1701 msgstr ""
1702
1703 #. type: textblock
1704 #: ../src/guestfs.pod:806
1705 msgid ""
1706 "The work around is to use L</guestfs_mount_options> and set the mount "
1707 "options that you actually want to use."
1708 msgstr ""
1709
1710 #. type: =item
1711 #: ../src/guestfs.pod:809
1712 msgid "Read-only should be the default."
1713 msgstr ""
1714
1715 #. type: textblock
1716 #: ../src/guestfs.pod:811
1717 msgid ""
1718 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1719 "specify I<--rw> if you want to make changes to the image."
1720 msgstr ""
1721
1722 #. type: textblock
1723 #: ../src/guestfs.pod:814
1724 msgid "This would reduce the potential to corrupt live VM images."
1725 msgstr ""
1726
1727 #. type: textblock
1728 #: ../src/guestfs.pod:816
1729 msgid ""
1730 "Note that many filesystems change the disk when you just mount and unmount, "
1731 "even if you didn't perform any writes.  You need to use L</"
1732 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1733 msgstr ""
1734
1735 #. type: =item
1736 #: ../src/guestfs.pod:820
1737 msgid "guestfish command line is hard to use."
1738 msgstr ""
1739
1740 #. type: textblock
1741 #: ../src/guestfs.pod:822
1742 msgid ""
1743 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1744 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1745 "exist, so it fails.  In earlier versions of guestfish the error message was "
1746 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1747 "we should have used C<guestfish -c command> to run commands."
1748 msgstr ""
1749
1750 #. type: =item
1751 #: ../src/guestfs.pod:829
1752 msgid "guestfish megabyte modifiers don't work right on all commands"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:831
1757 msgid ""
1758 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1759 "other modifiers).  What guestfish actually does is to multiply the number "
1760 "part by the modifier part and pass the result to the C API.  However this "
1761 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1762 "expecting some other unit (eg. megabytes)."
1763 msgstr ""
1764
1765 #. type: textblock
1766 #: ../src/guestfs.pod:838
1767 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1768 msgstr ""
1769
1770 #. type: verbatim
1771 #: ../src/guestfs.pod:840
1772 #, no-wrap
1773 msgid ""
1774 " lvcreate LV VG 100M\n"
1775 "\n"
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: ../src/guestfs.pod:842
1780 msgid ""
1781 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1782 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1783 "megabytes * megabytes) logical volume.  The error message you get from this "
1784 "is also a little obscure."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:847
1789 msgid ""
1790 "This could be fixed in the generator by specially marking parameters and "
1791 "return values which take bytes or other units."
1792 msgstr ""
1793
1794 #. type: =item
1795 #: ../src/guestfs.pod:850
1796 msgid "Ambiguity between devices and paths"
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: ../src/guestfs.pod:852
1801 msgid ""
1802 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1803 "sdb2>) and a similar pathname.  A file might just happen to be called "
1804 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1805 msgstr ""
1806
1807 #. type: textblock
1808 #: ../src/guestfs.pod:857
1809 msgid ""
1810 "In the current API we usually resolve this ambiguity by having two separate "
1811 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1812 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1813 "detecting if the path supplied begins with C</dev/>."
1814 msgstr ""
1815
1816 #. type: textblock
1817 #: ../src/guestfs.pod:863
1818 msgid ""
1819 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1820 "make paths/devices into structured names.  One way to do this would be to "
1821 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1822 "aspect of grub.  Another way would be to use a structured type, equivalent "
1823 "to this OCaml type:"
1824 msgstr ""
1825
1826 #. type: verbatim
1827 #: ../src/guestfs.pod:869
1828 #, no-wrap
1829 msgid ""
1830 " type path = Path of string | Device of int | Partition of int * int\n"
1831 "\n"
1832 msgstr ""
1833
1834 #. type: textblock
1835 #: ../src/guestfs.pod:871
1836 msgid "which would allow you to pass arguments like:"
1837 msgstr ""
1838
1839 #. type: verbatim
1840 #: ../src/guestfs.pod:873
1841 #, no-wrap
1842 msgid ""
1843 " Path \"/foo/bar\"\n"
1844 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1845 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1846 " Path \"/dev/sdb2\"    (* not a device *)\n"
1847 "\n"
1848 msgstr ""
1849
1850 #. type: textblock
1851 #: ../src/guestfs.pod:878
1852 msgid ""
1853 "As you can see there are still problems to resolve even with this "
1854 "representation.  Also consider how it might work in guestfish."
1855 msgstr ""
1856
1857 #. type: =head2
1858 #: ../src/guestfs.pod:883
1859 msgid "PROTOCOL LIMITS"
1860 msgstr ""
1861
1862 #. type: textblock
1863 #: ../src/guestfs.pod:885
1864 msgid ""
1865 "Internally libguestfs uses a message-based protocol to pass API calls and "
1866 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1867 "plenty more detail about this).  The maximum message size used by the "
1868 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1869 "aware of this limit.  The API calls which may be affected are individually "
1870 "documented, with a link back to this section of the documentation."
1871 msgstr ""
1872
1873 #. type: textblock
1874 #: ../src/guestfs.pod:893
1875 msgid ""
1876 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1877 "a simple string.  Because this string is at some point internally encoded as "
1878 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1879 "the requested file is larger than this then you will get an error."
1880 msgstr ""
1881
1882 #. type: textblock
1883 #: ../src/guestfs.pod:899
1884 msgid ""
1885 "In order to transfer large files into and out of the guest filesystem, you "
1886 "need to use particular calls that support this.  The sections L</UPLOADING> "
1887 "and L</DOWNLOADING> document how to do this."
1888 msgstr ""
1889
1890 #. type: textblock
1891 #: ../src/guestfs.pod:903
1892 msgid ""
1893 "You might also consider mounting the disk image using our FUSE filesystem "
1894 "support (L<guestmount(1)>)."
1895 msgstr ""
1896
1897 #. type: =head2
1898 #: ../src/guestfs.pod:906
1899 msgid "KEYS AND PASSPHRASES"
1900 msgstr ""
1901
1902 #. type: textblock
1903 #: ../src/guestfs.pod:908
1904 msgid ""
1905 "Certain libguestfs calls take a parameter that contains sensitive key "
1906 "material, passed in as a C string."
1907 msgstr ""
1908
1909 #. type: textblock
1910 #: ../src/guestfs.pod:911
1911 msgid ""
1912 "In the future we would hope to change the libguestfs implementation so that "
1913 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1914 "swap.  However this is I<not> done at the moment, because of the complexity "
1915 "of such an implementation."
1916 msgstr ""
1917
1918 #. type: textblock
1919 #: ../src/guestfs.pod:916
1920 msgid ""
1921 "Therefore you should be aware that any key parameter you pass to libguestfs "
1922 "might end up being written out to the swap partition.  If this is a concern, "
1923 "scrub the swap partition or don't use libguestfs on encrypted devices."
1924 msgstr ""
1925
1926 #. type: =head2
1927 #: ../src/guestfs.pod:921
1928 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1929 msgstr ""
1930
1931 #. type: textblock
1932 #: ../src/guestfs.pod:923
1933 msgid ""
1934 "All high-level libguestfs actions are synchronous.  If you want to use "
1935 "libguestfs asynchronously then you must create a thread."
1936 msgstr ""
1937
1938 #. type: textblock
1939 #: ../src/guestfs.pod:926
1940 msgid ""
1941 "Only use the handle from a single thread.  Either use the handle exclusively "
1942 "from one thread, or provide your own mutex so that two threads cannot issue "
1943 "calls on the same handle at the same time."
1944 msgstr ""
1945
1946 #. type: textblock
1947 #: ../src/guestfs.pod:930
1948 msgid ""
1949 "See the graphical program guestfs-browser for one possible architecture for "
1950 "multithreaded programs using libvirt and libguestfs."
1951 msgstr ""
1952
1953 #. type: =head2
1954 #: ../src/guestfs.pod:933
1955 msgid "PATH"
1956 msgstr "ШЛЯХ"
1957
1958 #. type: textblock
1959 #: ../src/guestfs.pod:935
1960 msgid ""
1961 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1962 "internal path."
1963 msgstr ""
1964
1965 #. type: textblock
1966 #: ../src/guestfs.pod:938
1967 msgid ""
1968 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
1969 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1970 msgstr ""
1971
1972 #. type: textblock
1973 #: ../src/guestfs.pod:941
1974 msgid ""
1975 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1976 "to change the directories that libguestfs will search in.  The value is a "
1977 "colon-separated list of paths.  The current directory is I<not> searched "
1978 "unless the path contains an empty element or C<.>.  For example "
1979 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1980 "then C</usr/lib/guestfs>."
1981 msgstr ""
1982
1983 #. type: =head2
1984 #: ../src/guestfs.pod:948
1985 msgid "QEMU WRAPPERS"
1986 msgstr ""
1987
1988 #. type: textblock
1989 #: ../src/guestfs.pod:950
1990 msgid ""
1991 "If you want to compile your own qemu, run qemu from a non-standard location, "
1992 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1993 "around qemu."
1994 msgstr ""
1995
1996 #. type: textblock
1997 #: ../src/guestfs.pod:954
1998 msgid ""
1999 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2000 "last command in the shell script (so that qemu replaces the shell and "
2001 "becomes the direct child of the libguestfs-using program).  If you don't do "
2002 "this, then the qemu process won't be cleaned up correctly."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:959
2007 msgid ""
2008 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2009 "source:"
2010 msgstr ""
2011
2012 #. type: verbatim
2013 #: ../src/guestfs.pod:962
2014 #, no-wrap
2015 msgid ""
2016 " #!/bin/sh -\n"
2017 " qemudir=/home/rjones/d/qemu\n"
2018 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2019 "\n"
2020 msgstr ""
2021
2022 #. type: textblock
2023 #: ../src/guestfs.pod:966
2024 msgid ""
2025 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2026 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2027 "example:"
2028 msgstr ""
2029
2030 #. type: verbatim
2031 #: ../src/guestfs.pod:970
2032 #, no-wrap
2033 msgid ""
2034 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2035 "\n"
2036 msgstr ""
2037
2038 #. type: textblock
2039 #: ../src/guestfs.pod:972
2040 msgid ""
2041 "Note that libguestfs also calls qemu with the -help and -version options in "
2042 "order to determine features."
2043 msgstr ""
2044
2045 #. type: =head2
2046 #: ../src/guestfs.pod:975
2047 msgid "ATTACHING TO RUNNING DAEMONS"
2048 msgstr ""
2049
2050 #. type: textblock
2051 #: ../src/guestfs.pod:977
2052 msgid ""
2053 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2054 "babies.  Use with caution."
2055 msgstr ""
2056
2057 #. type: textblock
2058 #: ../src/guestfs.pod:980
2059 msgid ""
2060 "I<Note (2):> This section explains how to attach to a running daemon from a "
2061 "low level perspective.  For most users, simply using virt tools such as "
2062 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2063 msgstr ""
2064
2065 #. type: =head3
2066 #: ../src/guestfs.pod:984
2067 msgid "Using guestfs_set_attach_method"
2068 msgstr ""
2069
2070 #. type: textblock
2071 #: ../src/guestfs.pod:986
2072 msgid ""
2073 "By calling L</guestfs_set_attach_method> you can change how the library "
2074 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2075 "ARCHITECTURE> for some background)."
2076 msgstr ""
2077
2078 #. type: textblock
2079 #: ../src/guestfs.pod:990
2080 msgid ""
2081 "The normal attach method is C<appliance>, where a small appliance is created "
2082 "containing the daemon, and then the library connects to this."
2083 msgstr ""
2084
2085 #. type: textblock
2086 #: ../src/guestfs.pod:993
2087 msgid ""
2088 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2089 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2090 "daemon over the Unix domain socket."
2091 msgstr ""
2092
2093 #. type: textblock
2094 #: ../src/guestfs.pod:997
2095 msgid ""
2096 "The normal use for this is to connect to a running virtual machine that "
2097 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2098 "files inside the live virtual machine."
2099 msgstr ""
2100
2101 #. type: =head3
2102 #: ../src/guestfs.pod:1001
2103 msgid "Using guestfs_add_domain with live flag"
2104 msgstr ""
2105
2106 #. type: textblock
2107 #: ../src/guestfs.pod:1003
2108 msgid ""
2109 "L</guestfs_add_domain> provides some help for getting the correct attach "
2110 "method.  If you pass the C<live> option to this function, then (if the "
2111 "virtual machine is running) it will examine the libvirt XML looking for a "
2112 "virtio-serial channel to connect to:"
2113 msgstr ""
2114
2115 #. type: verbatim
2116 #: ../src/guestfs.pod:1009
2117 #, no-wrap
2118 msgid ""
2119 " <domain>\n"
2120 "   ...\n"
2121 "   <devices>\n"
2122 "     ...\n"
2123 "     <channel type='unix'>\n"
2124 "       <source mode='bind' path='/path/to/socket'/>\n"
2125 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2126 "     </channel>\n"
2127 "     ...\n"
2128 "   </devices>\n"
2129 " </domain>\n"
2130 "\n"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1021
2135 msgid ""
2136 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2137 "method to C<unix:/path/to/socket>."
2138 msgstr ""
2139
2140 #. type: textblock
2141 #: ../src/guestfs.pod:1024
2142 msgid ""
2143 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2144 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2145 "to attach to and modify live virtual machines."
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1028
2150 msgid ""
2151 "The virtual machine needs to have been set up beforehand so that it has the "
2152 "virtio-serial channel and so that guestfsd is running inside it."
2153 msgstr ""
2154
2155 #. type: =head2
2156 #: ../src/guestfs.pod:1032
2157 msgid "ABI GUARANTEE"
2158 msgstr ""
2159
2160 #. type: textblock
2161 #: ../src/guestfs.pod:1034
2162 msgid ""
2163 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2164 "actions as outlined in this section.  Although we will deprecate some "
2165 "actions, for example if they get replaced by newer calls, we will keep the "
2166 "old actions forever.  This allows you the developer to program in confidence "
2167 "against the libguestfs API."
2168 msgstr ""
2169
2170 #. type: =head2
2171 #: ../src/guestfs.pod:1040
2172 msgid "BLOCK DEVICE NAMING"
2173 msgstr ""
2174
2175 #. type: textblock
2176 #: ../src/guestfs.pod:1042
2177 msgid ""
2178 "In the kernel there is now quite a profusion of schemata for naming block "
2179 "devices (in this context, by I<block device> I mean a physical or virtual "
2180 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2181 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2182 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2183 "for the old IDE driver (particularly for SATA devices) those devices also "
2184 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2185 "paravirtualized drivers.  This has created several different naming systems, "
2186 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2187 msgstr ""
2188
2189 #. type: textblock
2190 #: ../src/guestfs.pod:1054
2191 msgid ""
2192 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2193 "Linux kernel to access block devices.  We can run a variety of appliances "
2194 "based on a variety of Linux kernels."
2195 msgstr ""
2196
2197 #. type: textblock
2198 #: ../src/guestfs.pod:1058
2199 msgid ""
2200 "This causes a problem for libguestfs because many API calls use device or "
2201 "partition names.  Working scripts and the recipe (example) scripts that we "
2202 "make available over the internet could fail if the naming scheme changes."
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1063
2207 msgid ""
2208 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2209 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2210 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2211 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1069
2216 msgid ""
2217 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2218 "L</guestfs_list_partitions> and similar calls return the true names of the "
2219 "devices and partitions as known to the appliance."
2220 msgstr ""
2221
2222 #. type: =head3
2223 #: ../src/guestfs.pod:1074
2224 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2225 msgstr ""
2226
2227 #. type: textblock
2228 #: ../src/guestfs.pod:1076
2229 msgid ""
2230 "Usually this translation is transparent.  However in some (very rare)  cases "
2231 "you may need to know the exact algorithm.  Such cases include where you use "
2232 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2233 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2234 msgstr ""
2235
2236 #. type: textblock
2237 #: ../src/guestfs.pod:1082
2238 msgid ""
2239 "The algorithm is applied only to I<parameters> which are known to be either "
2240 "device or partition names.  Return values from functions such as L</"
2241 "guestfs_list_devices> are never changed."
2242 msgstr ""
2243
2244 #. type: textblock
2245 #: ../src/guestfs.pod:1090
2246 msgid "Is the string a parameter which is a device or partition name?"
2247 msgstr ""
2248
2249 #. type: textblock
2250 #: ../src/guestfs.pod:1094
2251 msgid "Does the string begin with C</dev/sd>?"
2252 msgstr ""
2253
2254 #. type: textblock
2255 #: ../src/guestfs.pod:1098
2256 msgid ""
2257 "Does the named device exist? If so, we use that device.  However if I<not> "
2258 "then we continue with this algorithm."
2259 msgstr ""
2260
2261 #. type: textblock
2262 #: ../src/guestfs.pod:1103
2263 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2264 msgstr ""
2265
2266 #. type: textblock
2267 #: ../src/guestfs.pod:1105
2268 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2269 msgstr ""
2270
2271 #. type: textblock
2272 #: ../src/guestfs.pod:1107
2273 msgid "If that named device exists, use it.  If not, continue."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1111
2278 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2279 msgstr ""
2280
2281 #. type: textblock
2282 #: ../src/guestfs.pod:1113
2283 msgid "If that named device exists, use it.  If not, return an error."
2284 msgstr ""
2285
2286 #. type: =head3
2287 #: ../src/guestfs.pod:1117
2288 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2289 msgstr ""
2290
2291 #. type: textblock
2292 #: ../src/guestfs.pod:1119
2293 msgid ""
2294 "Although the standard naming scheme and automatic translation is useful for "
2295 "simple programs and guestfish scripts, for larger programs it is best not to "
2296 "rely on this mechanism."
2297 msgstr ""
2298
2299 #. type: textblock
2300 #: ../src/guestfs.pod:1123
2301 msgid ""
2302 "Where possible for maximum future portability programs using libguestfs "
2303 "should use these future-proof techniques:"
2304 msgstr ""
2305
2306 #. type: textblock
2307 #: ../src/guestfs.pod:1130
2308 msgid ""
2309 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2310 "device names, and then use those names directly."
2311 msgstr ""
2312
2313 #. type: textblock
2314 #: ../src/guestfs.pod:1133
2315 msgid ""
2316 "Since those device names exist by definition, they will never be translated."
2317 msgstr ""
2318
2319 #. type: textblock
2320 #: ../src/guestfs.pod:1138
2321 msgid ""
2322 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2323 "filesystem labels."
2324 msgstr ""
2325
2326 #. type: =head1
2327 #: ../src/guestfs.pod:1143
2328 msgid "SECURITY"
2329 msgstr "БЕЗПЕКА"
2330
2331 #. type: textblock
2332 #: ../src/guestfs.pod:1145
2333 msgid ""
2334 "This section discusses security implications of using libguestfs, "
2335 "particularly with untrusted or malicious guests or disk images."
2336 msgstr ""
2337
2338 #. type: =head2
2339 #: ../src/guestfs.pod:1148
2340 msgid "GENERAL SECURITY CONSIDERATIONS"
2341 msgstr ""
2342
2343 #. type: textblock
2344 #: ../src/guestfs.pod:1150
2345 msgid ""
2346 "Be careful with any files or data that you download from a guest (by "
2347 "\"download\" we mean not just the L</guestfs_download> command but any "
2348 "command that reads files, filenames, directories or anything else from a "
2349 "disk image).  An attacker could manipulate the data to fool your program "
2350 "into doing the wrong thing.  Consider cases such as:"
2351 msgstr ""
2352
2353 #. type: textblock
2354 #: ../src/guestfs.pod:1160
2355 msgid "the data (file etc) not being present"
2356 msgstr ""
2357
2358 #. type: textblock
2359 #: ../src/guestfs.pod:1164
2360 msgid "being present but empty"
2361 msgstr ""
2362
2363 #. type: textblock
2364 #: ../src/guestfs.pod:1168
2365 msgid "being much larger than normal"
2366 msgstr ""
2367
2368 #. type: textblock
2369 #: ../src/guestfs.pod:1172
2370 msgid "containing arbitrary 8 bit data"
2371 msgstr ""
2372
2373 #. type: textblock
2374 #: ../src/guestfs.pod:1176
2375 msgid "being in an unexpected character encoding"
2376 msgstr ""
2377
2378 #. type: textblock
2379 #: ../src/guestfs.pod:1180
2380 msgid "containing homoglyphs."
2381 msgstr ""
2382
2383 #. type: =head2
2384 #: ../src/guestfs.pod:1184
2385 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2386 msgstr ""
2387
2388 #. type: textblock
2389 #: ../src/guestfs.pod:1186
2390 msgid ""
2391 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2392 "(VFS) module can sometimes be escalated into exploits by deliberately "
2393 "creating a malicious, malformed filesystem.  These exploits are very severe "
2394 "for two reasons.  Firstly there are very many filesystem drivers in the "
2395 "kernel, and many of them are infrequently used and not much developer "
2396 "attention has been paid to the code.  Linux userspace helps potential "
2397 "crackers by detecting the filesystem type and automatically choosing the "
2398 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2399 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2400 "exploit (worse in some ways), giving immediate and total access to the "
2401 "system right down to the hardware level."
2402 msgstr ""
2403
2404 #. type: textblock
2405 #: ../src/guestfs.pod:1199
2406 msgid ""
2407 "That explains why you should never mount a filesystem from an untrusted "
2408 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2409 "inside a qemu virtual machine, usually running as a non-root user.  The "
2410 "attacker would need to write a filesystem which first exploited the kernel, "
2411 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2412 "the libguestfs protocol, and finally to be as serious as the host kernel "
2413 "exploit it would need to escalate its privileges to root.  This multi-step "
2414 "escalation, performed by a static piece of data, is thought to be extremely "
2415 "hard to do, although we never say 'never' about security issues."
2416 msgstr ""
2417
2418 #. type: textblock
2419 #: ../src/guestfs.pod:1210
2420 msgid ""
2421 "In any case callers can reduce the attack surface by forcing the filesystem "
2422 "type when mounting (use L</guestfs_mount_vfs>)."
2423 msgstr ""
2424
2425 #. type: =head2
2426 #: ../src/guestfs.pod:1213
2427 msgid "PROTOCOL SECURITY"
2428 msgstr ""
2429
2430 #. type: textblock
2431 #: ../src/guestfs.pod:1215
2432 msgid ""
2433 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2434 "defined upper message size.  However a program that uses libguestfs must "
2435 "also take care - for example you can write a program that downloads a binary "
2436 "from a disk image and executes it locally, and no amount of protocol "
2437 "security will save you from the consequences."
2438 msgstr ""
2439
2440 #. type: =head2
2441 #: ../src/guestfs.pod:1221
2442 msgid "INSPECTION SECURITY"
2443 msgstr ""
2444
2445 #. type: textblock
2446 #: ../src/guestfs.pod:1223
2447 msgid ""
2448 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2449 "directly from the guest, and these could contain any 8 bit data.  Callers "
2450 "should be careful to escape these before printing them to a structured file "
2451 "(for example, use HTML escaping if creating a web page)."
2452 msgstr ""
2453
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1229
2456 msgid ""
2457 "Guest configuration may be altered in unusual ways by the administrator of "
2458 "the virtual machine, and may not reflect reality (particularly for untrusted "
2459 "or actively malicious guests).  For example we parse the hostname from "
2460 "configuration files like C</etc/sysconfig/network> that we find in the "
2461 "guest, but the guest administrator can easily manipulate these files to "
2462 "provide the wrong hostname."
2463 msgstr ""
2464
2465 #. type: textblock
2466 #: ../src/guestfs.pod:1237
2467 msgid ""
2468 "The inspection API parses guest configuration using two external libraries: "
2469 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2470 "designed to be robust in the face of malicious data, although denial of "
2471 "service attacks are still possible, for example with oversized configuration "
2472 "files."
2473 msgstr ""
2474
2475 #. type: =head2
2476 #: ../src/guestfs.pod:1243
2477 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2478 msgstr ""
2479
2480 #. type: textblock
2481 #: ../src/guestfs.pod:1245
2482 msgid ""
2483 "Be very cautious about running commands from the guest.  By running a "
2484 "command in the guest, you are giving CPU time to a binary that you do not "
2485 "control, under the same user account as the library, albeit wrapped in qemu "
2486 "virtualization.  More information and alternatives can be found in the "
2487 "section L</RUNNING COMMANDS>."
2488 msgstr ""
2489
2490 #. type: =head2
2491 #: ../src/guestfs.pod:1251
2492 msgid "CVE-2010-3851"
2493 msgstr "CVE-2010-3851"
2494
2495 #. type: textblock
2496 #: ../src/guestfs.pod:1253
2497 msgid "https://bugzilla.redhat.com/642934"
2498 msgstr "https://bugzilla.redhat.com/642934"
2499
2500 #. type: textblock
2501 #: ../src/guestfs.pod:1255
2502 msgid ""
2503 "This security bug concerns the automatic disk format detection that qemu "
2504 "does on disk images."
2505 msgstr ""
2506
2507 #. type: textblock
2508 #: ../src/guestfs.pod:1258
2509 msgid ""
2510 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2511 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2512 "for one of the known headers, and if none is found then assuming the disk "
2513 "image must be raw."
2514 msgstr ""
2515
2516 #. type: textblock
2517 #: ../src/guestfs.pod:1263
2518 msgid ""
2519 "This allows a guest which has been given a raw disk image to write some "
2520 "other header.  At next boot (or when the disk image is accessed by "
2521 "libguestfs) qemu would do autodetection and think the disk image format was, "
2522 "say, qcow2 based on the header written by the guest."
2523 msgstr ""
2524
2525 #. type: textblock
2526 #: ../src/guestfs.pod:1268
2527 msgid ""
2528 "This in itself would not be a problem, but qcow2 offers many features, one "
2529 "of which is to allow a disk image to refer to another image (called the "
2530 "\"backing disk\").  It does this by placing the path to the backing disk "
2531 "into the qcow2 header.  This path is not validated and could point to any "
2532 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2533 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2534 "control of the attacker."
2535 msgstr ""
2536
2537 #. type: textblock
2538 #: ../src/guestfs.pod:1276
2539 msgid ""
2540 "In libguestfs this is rather hard to exploit except under two circumstances:"
2541 msgstr ""
2542
2543 #. type: textblock
2544 #: ../src/guestfs.pod:1283
2545 msgid "You have enabled the network or have opened the disk in write mode."
2546 msgstr ""
2547
2548 #. type: textblock
2549 #: ../src/guestfs.pod:1287
2550 msgid ""
2551 "You are also running untrusted code from the guest (see L</RUNNING "
2552 "COMMANDS>)."
2553 msgstr ""
2554
2555 #. type: textblock
2556 #: ../src/guestfs.pod:1292
2557 msgid ""
2558 "The way to avoid this is to specify the expected disk format when adding "
2559 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2560 "should always do this if the disk is raw format, and it's a good idea for "
2561 "other cases too."
2562 msgstr ""
2563
2564 #. type: textblock
2565 #: ../src/guestfs.pod:1297
2566 msgid ""
2567 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2568 "format is fetched from libvirt and passed through."
2569 msgstr ""
2570
2571 #. type: textblock
2572 #: ../src/guestfs.pod:1300
2573 msgid ""
2574 "For libguestfs tools, use the I<--format> command line parameter as "
2575 "appropriate."
2576 msgstr ""
2577
2578 #. type: =head1
2579 #: ../src/guestfs.pod:1303
2580 msgid "CONNECTION MANAGEMENT"
2581 msgstr ""
2582
2583 #. type: =head2
2584 #: ../src/guestfs.pod:1305
2585 msgid "guestfs_h *"
2586 msgstr ""
2587
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1307
2590 msgid ""
2591 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2592 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2593 "handle and release all resources used."
2594 msgstr ""
2595
2596 #. type: textblock
2597 #: ../src/guestfs.pod:1311
2598 msgid ""
2599 "For information on using multiple handles and threads, see the section L</"
2600 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2601 msgstr ""
2602
2603 #. type: =head2
2604 #: ../src/guestfs.pod:1314
2605 msgid "guestfs_create"
2606 msgstr ""
2607
2608 #. type: verbatim
2609 #: ../src/guestfs.pod:1316
2610 #, no-wrap
2611 msgid ""
2612 " guestfs_h *guestfs_create (void);\n"
2613 "\n"
2614 msgstr ""
2615
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1318
2618 msgid "Create a connection handle."
2619 msgstr ""
2620
2621 #. type: textblock
2622 #: ../src/guestfs.pod:1320
2623 msgid ""
2624 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2625 "on the handle at least once."
2626 msgstr ""
2627
2628 #. type: textblock
2629 #: ../src/guestfs.pod:1323
2630 msgid ""
2631 "This function returns a non-NULL pointer to a handle on success or NULL on "
2632 "error."
2633 msgstr ""
2634
2635 #. type: textblock
2636 #: ../src/guestfs.pod:1326
2637 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2638 msgstr ""
2639
2640 #. type: textblock
2641 #: ../src/guestfs.pod:1328
2642 msgid ""
2643 "You may also want to configure error handling for the handle.  See L</ERROR "
2644 "HANDLING> section below."
2645 msgstr ""
2646
2647 #. type: =head2
2648 #: ../src/guestfs.pod:1331
2649 msgid "guestfs_close"
2650 msgstr ""
2651
2652 #. type: verbatim
2653 #: ../src/guestfs.pod:1333
2654 #, no-wrap
2655 msgid ""
2656 " void guestfs_close (guestfs_h *g);\n"
2657 "\n"
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1335
2662 msgid "This closes the connection handle and frees up all resources used."
2663 msgstr ""
2664
2665 #. type: =head1
2666 #: ../src/guestfs.pod:1337
2667 msgid "ERROR HANDLING"
2668 msgstr "ОБРОБКА ПОМИЛОК"
2669
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1339
2672 msgid ""
2673 "API functions can return errors.  For example, almost all functions that "
2674 "return C<int> will return C<-1> to indicate an error."
2675 msgstr ""
2676
2677 #. type: textblock
2678 #: ../src/guestfs.pod:1342
2679 msgid ""
2680 "Additional information is available for errors: an error message string and "
2681 "optionally an error number (errno) if the thing that failed was a system "
2682 "call."
2683 msgstr ""
2684
2685 #. type: textblock
2686 #: ../src/guestfs.pod:1346
2687 msgid ""
2688 "You can get at the additional information about the last error on the handle "
2689 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2690 "up an error handler with L</guestfs_set_error_handler>."
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1351
2695 msgid ""
2696 "When the handle is created, a default error handler is installed which "
2697 "prints the error message string to C<stderr>.  For small short-running "
2698 "command line programs it is sufficient to do:"
2699 msgstr ""
2700
2701 #. type: verbatim
2702 #: ../src/guestfs.pod:1355
2703 #, no-wrap
2704 msgid ""
2705 " if (guestfs_launch (g) == -1)\n"
2706 "   exit (EXIT_FAILURE);\n"
2707 "\n"
2708 msgstr ""
2709
2710 #. type: textblock
2711 #: ../src/guestfs.pod:1358
2712 msgid ""
2713 "since the default error handler will ensure that an error message has been "
2714 "printed to C<stderr> before the program exits."
2715 msgstr ""
2716
2717 #. type: textblock
2718 #: ../src/guestfs.pod:1361
2719 msgid ""
2720 "For other programs the caller will almost certainly want to install an "
2721 "alternate error handler or do error handling in-line like this:"
2722 msgstr ""
2723
2724 #. type: verbatim
2725 #: ../src/guestfs.pod:1364
2726 #, no-wrap
2727 msgid ""
2728 " g = guestfs_create ();\n"
2729 " \n"
2730 msgstr ""
2731
2732 #. type: verbatim
2733 #: ../src/guestfs.pod:1366
2734 #, no-wrap
2735 msgid ""
2736 " /* This disables the default behaviour of printing errors\n"
2737 "    on stderr. */\n"
2738 " guestfs_set_error_handler (g, NULL, NULL);\n"
2739 " \n"
2740 msgstr ""
2741
2742 #. type: verbatim
2743 #: ../src/guestfs.pod:1370
2744 #, no-wrap
2745 msgid ""
2746 " if (guestfs_launch (g) == -1) {\n"
2747 "   /* Examine the error message and print it etc. */\n"
2748 "   char *msg = guestfs_last_error (g);\n"
2749 "   int errnum = guestfs_last_errno (g);\n"
2750 "   fprintf (stderr, \"%s\\n\", msg);\n"
2751 "   /* ... */\n"
2752 "  }\n"
2753 "\n"
2754 msgstr ""
2755
2756 #. type: textblock
2757 #: ../src/guestfs.pod:1378
2758 msgid ""
2759 "Out of memory errors are handled differently.  The default action is to call "
2760 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2761 "guestfs_set_out_of_memory_handler>."
2762 msgstr ""
2763
2764 #. type: textblock
2765 #: ../src/guestfs.pod:1382
2766 msgid ""
2767 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2768 "because there is no handle if this happens there is no way to get additional "
2769 "error information.  However L</guestfs_create> is supposed to be a "
2770 "lightweight operation which can only fail because of insufficient memory (it "
2771 "returns NULL in this case)."
2772 msgstr ""
2773
2774 #. type: =head2
2775 #: ../src/guestfs.pod:1388
2776 msgid "guestfs_last_error"
2777 msgstr ""
2778
2779 #. type: verbatim
2780 #: ../src/guestfs.pod:1390
2781 #, no-wrap
2782 msgid ""
2783 " const char *guestfs_last_error (guestfs_h *g);\n"
2784 "\n"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1392
2789 msgid ""
2790 "This returns the last error message that happened on C<g>.  If there has not "
2791 "been an error since the handle was created, then this returns C<NULL>."
2792 msgstr ""
2793
2794 #. type: textblock
2795 #: ../src/guestfs.pod:1396
2796 msgid ""
2797 "The lifetime of the returned string is until the next error occurs, or L</"
2798 "guestfs_close> is called."
2799 msgstr ""
2800
2801 #. type: =head2
2802 #: ../src/guestfs.pod:1399
2803 msgid "guestfs_last_errno"
2804 msgstr ""
2805
2806 #. type: verbatim
2807 #: ../src/guestfs.pod:1401
2808 #, no-wrap
2809 msgid ""
2810 " int guestfs_last_errno (guestfs_h *g);\n"
2811 "\n"
2812 msgstr ""
2813
2814 #. type: textblock
2815 #: ../src/guestfs.pod:1403
2816 msgid "This returns the last error number (errno) that happened on C<g>."
2817 msgstr ""
2818
2819 #. type: textblock
2820 #: ../src/guestfs.pod:1405
2821 msgid "If successful, an errno integer not equal to zero is returned."
2822 msgstr ""
2823
2824 #. type: textblock
2825 #: ../src/guestfs.pod:1407
2826 msgid ""
2827 "If no error, this returns 0.  This call can return 0 in three situations:"
2828 msgstr ""
2829
2830 #. type: textblock
2831 #: ../src/guestfs.pod:1414
2832 msgid "There has not been any error on the handle."
2833 msgstr ""
2834
2835 #. type: textblock
2836 #: ../src/guestfs.pod:1418
2837 msgid ""
2838 "There has been an error but the errno was meaningless.  This corresponds to "
2839 "the case where the error did not come from a failed system call, but for "
2840 "some other reason."
2841 msgstr ""
2842
2843 #. type: textblock
2844 #: ../src/guestfs.pod:1424
2845 msgid ""
2846 "There was an error from a failed system call, but for some reason the errno "
2847 "was not captured and returned.  This usually indicates a bug in libguestfs."
2848 msgstr ""
2849
2850 #. type: textblock
2851 #: ../src/guestfs.pod:1430
2852 msgid ""
2853 "Libguestfs tries to convert the errno from inside the applicance into a "
2854 "corresponding errno for the caller (not entirely trivial: the appliance "
2855 "might be running a completely different operating system from the library "
2856 "and error numbers are not standardized across Un*xen).  If this could not be "
2857 "done, then the error is translated to C<EINVAL>.  In practice this should "
2858 "only happen in very rare circumstances."
2859 msgstr ""
2860
2861 #. type: =head2
2862 #: ../src/guestfs.pod:1438
2863 msgid "guestfs_set_error_handler"
2864 msgstr ""
2865
2866 #. type: verbatim
2867 #: ../src/guestfs.pod:1440
2868 #, no-wrap
2869 msgid ""
2870 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2871 "                                           void *opaque,\n"
2872 "                                           const char *msg);\n"
2873 " void guestfs_set_error_handler (guestfs_h *g,\n"
2874 "                                 guestfs_error_handler_cb cb,\n"
2875 "                                 void *opaque);\n"
2876 "\n"
2877 msgstr ""
2878
2879 #. type: textblock
2880 #: ../src/guestfs.pod:1447
2881 msgid ""
2882 "The callback C<cb> will be called if there is an error.  The parameters "
2883 "passed to the callback are an opaque data pointer and the error message "
2884 "string."
2885 msgstr ""
2886
2887 #. type: textblock
2888 #: ../src/guestfs.pod:1451
2889 msgid ""
2890 "C<errno> is not passed to the callback.  To get that the callback must call "
2891 "L</guestfs_last_errno>."
2892 msgstr ""
2893
2894 #. type: textblock
2895 #: ../src/guestfs.pod:1454
2896 msgid ""
2897 "Note that the message string C<msg> is freed as soon as the callback "
2898 "function returns, so if you want to stash it somewhere you must make your "
2899 "own copy."
2900 msgstr ""
2901
2902 #. type: textblock
2903 #: ../src/guestfs.pod:1458
2904 msgid "The default handler prints messages on C<stderr>."
2905 msgstr ""
2906
2907 #. type: textblock
2908 #: ../src/guestfs.pod:1460
2909 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2910 msgstr ""
2911
2912 #. type: =head2
2913 #: ../src/guestfs.pod:1462
2914 msgid "guestfs_get_error_handler"
2915 msgstr ""
2916
2917 #. type: verbatim
2918 #: ../src/guestfs.pod:1464
2919 #, no-wrap
2920 msgid ""
2921 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2922 "                                                     void **opaque_rtn);\n"
2923 "\n"
2924 msgstr ""
2925
2926 #. type: textblock
2927 #: ../src/guestfs.pod:1467
2928 msgid "Returns the current error handler callback."
2929 msgstr ""
2930
2931 #. type: =head2
2932 #: ../src/guestfs.pod:1469
2933 msgid "guestfs_set_out_of_memory_handler"
2934 msgstr ""
2935
2936 #. type: verbatim
2937 #: ../src/guestfs.pod:1471
2938 #, no-wrap
2939 msgid ""
2940 " typedef void (*guestfs_abort_cb) (void);\n"
2941 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2942 "                                        guestfs_abort_cb);\n"
2943 "\n"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1475
2948 msgid ""
2949 "The callback C<cb> will be called if there is an out of memory situation.  "
2950 "I<Note this callback must not return>."
2951 msgstr ""
2952
2953 #. type: textblock
2954 #: ../src/guestfs.pod:1478
2955 msgid "The default is to call L<abort(3)>."
2956 msgstr ""
2957
2958 #. type: textblock
2959 #: ../src/guestfs.pod:1480
2960 msgid ""
2961 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2962 msgstr ""
2963
2964 #. type: =head2
2965 #: ../src/guestfs.pod:1483
2966 msgid "guestfs_get_out_of_memory_handler"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1485
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1487
2979 msgid "This returns the current out of memory handler."
2980 msgstr ""
2981
2982 #. type: =head1
2983 #: ../src/guestfs.pod:1489
2984 msgid "API CALLS"
2985 msgstr ""
2986
2987 #. type: textblock
2988 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
2989 msgid "@ACTIONS@"
2990 msgstr "@ACTIONS@"
2991
2992 #. type: =head1
2993 #: ../src/guestfs.pod:1493
2994 msgid "STRUCTURES"
2995 msgstr "СТРУКТУРИ"
2996
2997 #. type: textblock
2998 #: ../src/guestfs.pod:1495
2999 msgid "@STRUCTS@"
3000 msgstr "@STRUCTS@"
3001
3002 #. type: =head1
3003 #: ../src/guestfs.pod:1497
3004 msgid "AVAILABILITY"
3005 msgstr ""
3006
3007 #. type: =head2
3008 #: ../src/guestfs.pod:1499
3009 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3010 msgstr ""
3011
3012 #. type: textblock
3013 #: ../src/guestfs.pod:1501
3014 msgid ""
3015 "Using L</guestfs_available> you can test availability of the following "
3016 "groups of functions.  This test queries the appliance to see if the "
3017 "appliance you are currently using supports the functionality."
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1506
3022 msgid "@AVAILABILITY@"
3023 msgstr ""
3024
3025 #. type: =head2
3026 #: ../src/guestfs.pod:1508
3027 msgid "GUESTFISH supported COMMAND"
3028 msgstr ""
3029
3030 #. type: textblock
3031 #: ../src/guestfs.pod:1510
3032 msgid ""
3033 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3034 "prints out the available groups and whether they are supported by this build "
3035 "of libguestfs.  Note however that you have to do C<run> first."
3036 msgstr ""
3037
3038 #. type: =head2
3039 #: ../src/guestfs.pod:1515
3040 msgid "SINGLE CALLS AT COMPILE TIME"
3041 msgstr ""
3042
3043 #. type: textblock
3044 #: ../src/guestfs.pod:1517
3045 msgid ""
3046 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3047 "function, such as:"
3048 msgstr ""
3049
3050 #. type: verbatim
3051 #: ../src/guestfs.pod:1520
3052 #, no-wrap
3053 msgid ""
3054 " #define LIBGUESTFS_HAVE_DD 1\n"
3055 "\n"
3056 msgstr ""
3057
3058 #. type: textblock
3059 #: ../src/guestfs.pod:1522
3060 msgid "if L</guestfs_dd> is available."
3061 msgstr ""
3062
3063 #. type: textblock
3064 #: ../src/guestfs.pod:1524
3065 msgid ""
3066 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3067 "function is available at compile time, we recommended using build tools such "
3068 "as autoconf or cmake.  For example in autotools you could use:"
3069 msgstr ""
3070
3071 #. type: verbatim
3072 #: ../src/guestfs.pod:1529
3073 #, no-wrap
3074 msgid ""
3075 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3076 " AC_CHECK_FUNCS([guestfs_dd])\n"
3077 "\n"
3078 msgstr ""
3079
3080 #. type: textblock
3081 #: ../src/guestfs.pod:1532
3082 msgid ""
3083 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3084 "in your program."
3085 msgstr ""
3086
3087 #. type: =head2
3088 #: ../src/guestfs.pod:1535
3089 msgid "SINGLE CALLS AT RUN TIME"
3090 msgstr ""
3091
3092 #. type: textblock
3093 #: ../src/guestfs.pod:1537
3094 msgid ""
3095 "Testing at compile time doesn't guarantee that a function really exists in "
3096 "the library.  The reason is that you might be dynamically linked against a "
3097 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3098 "This situation unfortunately results in a segmentation fault, which is a "
3099 "shortcoming of the C dynamic linking system itself."
3100 msgstr ""
3101
3102 #. type: textblock
3103 #: ../src/guestfs.pod:1544
3104 msgid ""
3105 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3106 "in this example program (note that you still need the compile time check as "
3107 "well):"
3108 msgstr ""
3109
3110 #. type: verbatim
3111 #: ../src/guestfs.pod:1548
3112 #, no-wrap
3113 msgid ""
3114 " #include <stdio.h>\n"
3115 " #include <stdlib.h>\n"
3116 " #include <unistd.h>\n"
3117 " #include <dlfcn.h>\n"
3118 " #include <guestfs.h>\n"
3119 " \n"
3120 msgstr ""
3121
3122 #. type: verbatim
3123 #: ../src/guestfs.pod:1554
3124 #, no-wrap
3125 msgid ""
3126 " main ()\n"
3127 " {\n"
3128 " #ifdef LIBGUESTFS_HAVE_DD\n"
3129 "   void *dl;\n"
3130 "   int has_function;\n"
3131 " \n"
3132 msgstr ""
3133
3134 #. type: verbatim
3135 #: ../src/guestfs.pod:1560
3136 #, no-wrap
3137 msgid ""
3138 "   /* Test if the function guestfs_dd is really available. */\n"
3139 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3140 "   if (!dl) {\n"
3141 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3142 "     exit (EXIT_FAILURE);\n"
3143 "   }\n"
3144 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3145 "   dlclose (dl);\n"
3146 " \n"
3147 msgstr ""
3148
3149 #. type: verbatim
3150 #: ../src/guestfs.pod:1569
3151 #, no-wrap
3152 msgid ""
3153 "   if (!has_function)\n"
3154 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3155 "   else {\n"
3156 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3157 "     /* Now it's safe to call\n"
3158 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3159 "     */\n"
3160 "   }\n"
3161 " #else\n"
3162 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3163 " #endif\n"
3164 "  }\n"
3165 "\n"
3166 msgstr ""
3167
3168 #. type: textblock
3169 #: ../src/guestfs.pod:1582
3170 msgid ""
3171 "You may think the above is an awful lot of hassle, and it is.  There are "
3172 "other ways outside of the C linking system to ensure that this kind of "
3173 "incompatibility never arises, such as using package versioning:"
3174 msgstr ""
3175
3176 #. type: verbatim
3177 #: ../src/guestfs.pod:1587
3178 #, no-wrap
3179 msgid ""
3180 " Requires: libguestfs >= 1.0.80\n"
3181 "\n"
3182 msgstr ""
3183
3184 #. type: =head1
3185 #: ../src/guestfs.pod:1589
3186 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3187 msgstr ""
3188
3189 #. type: textblock
3190 #: ../src/guestfs.pod:1591
3191 msgid ""
3192 "A recent feature of the API is the introduction of calls which take optional "
3193 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3194 "takes variable arguments (ie. C<...>), as in this example:"
3195 msgstr ""
3196
3197 #. type: verbatim
3198 #: ../src/guestfs.pod:1596
3199 #, no-wrap
3200 msgid ""
3201 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3202 "\n"
3203 msgstr ""
3204
3205 #. type: textblock
3206 #: ../src/guestfs.pod:1598
3207 msgid ""
3208 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3209 "call with no optional arguments specified:"
3210 msgstr ""
3211
3212 #. type: verbatim
3213 #: ../src/guestfs.pod:1601
3214 #, no-wrap
3215 msgid ""
3216 " guestfs_add_drive_opts (g, filename, -1);\n"
3217 "\n"
3218 msgstr ""
3219
3220 #. type: textblock
3221 #: ../src/guestfs.pod:1603
3222 msgid "With a single optional argument:"
3223 msgstr ""
3224
3225 #. type: verbatim
3226 #: ../src/guestfs.pod:1605
3227 #, no-wrap
3228 msgid ""
3229 " guestfs_add_drive_opts (g, filename,\n"
3230 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3231 "                         -1);\n"
3232 "\n"
3233 msgstr ""
3234
3235 #. type: textblock
3236 #: ../src/guestfs.pod:1609
3237 msgid "With two:"
3238 msgstr ""
3239
3240 #. type: verbatim
3241 #: ../src/guestfs.pod:1611
3242 #, no-wrap
3243 msgid ""
3244 " guestfs_add_drive_opts (g, filename,\n"
3245 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3246 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3247 "                         -1);\n"
3248 "\n"
3249 msgstr ""
3250
3251 #. type: textblock
3252 #: ../src/guestfs.pod:1616
3253 msgid ""
3254 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3255 "happen!"
3256 msgstr ""
3257
3258 #. type: =head2
3259 #: ../src/guestfs.pod:1619
3260 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3261 msgstr ""
3262
3263 #. type: textblock
3264 #: ../src/guestfs.pod:1621
3265 msgid ""
3266 "The second variant has the same name with the suffix C<_va>, which works the "
3267 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3268 "example function, this is declared:"
3269 msgstr ""
3270
3271 #. type: verbatim
3272 #: ../src/guestfs.pod:1625
3273 #, no-wrap
3274 msgid ""
3275 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3276 "                                va_list args);\n"
3277 "\n"
3278 msgstr ""
3279
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1628
3282 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1630
3287 msgid ""
3288 "The third variant is useful where you need to construct these calls.  You "
3289 "pass in a structure where you fill in the optional fields.  The structure "
3290 "has a bitmask as the first element which you must set to indicate which "
3291 "fields you have filled in.  For our example function the structure and call "
3292 "are declared:"
3293 msgstr ""
3294
3295 #. type: verbatim
3296 #: ../src/guestfs.pod:1636
3297 #, no-wrap
3298 msgid ""
3299 " struct guestfs_add_drive_opts_argv {\n"
3300 "   uint64_t bitmask;\n"
3301 "   int readonly;\n"
3302 "   const char *format;\n"
3303 "   /* ... */\n"
3304 " };\n"
3305 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3306 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3307 "\n"
3308 msgstr ""
3309
3310 #. type: textblock
3311 #: ../src/guestfs.pod:1645
3312 msgid "You could call it like this:"
3313 msgstr ""
3314
3315 #. type: verbatim
3316 #: ../src/guestfs.pod:1647
3317 #, no-wrap
3318 msgid ""
3319 " struct guestfs_add_drive_opts_argv optargs = {\n"
3320 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3321 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3322 "   .readonly = 1,\n"
3323 "   .format = \"qcow2\"\n"
3324 " };\n"
3325 " \n"
3326 msgstr ""
3327
3328 #. type: verbatim
3329 #: ../src/guestfs.pod:1654
3330 #, no-wrap
3331 msgid ""
3332 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3333 "\n"
3334 msgstr ""
3335
3336 #. type: textblock
3337 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11
3338 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9
3339 #: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3340 msgid "Notes:"
3341 msgstr "Нотатки:"
3342
3343 #. type: textblock
3344 #: ../src/guestfs.pod:1662
3345 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3346 msgstr ""
3347
3348 #. type: textblock
3349 #: ../src/guestfs.pod:1667
3350 msgid "You do not need to fill in all fields of the structure."
3351 msgstr ""
3352
3353 #. type: textblock
3354 #: ../src/guestfs.pod:1671
3355 msgid ""
3356 "There must be a one-to-one correspondence between fields of the structure "
3357 "that are filled in, and bits set in the bitmask."
3358 msgstr ""
3359
3360 #. type: =head2
3361 #: ../src/guestfs.pod:1676
3362 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3363 msgstr ""
3364
3365 #. type: textblock
3366 #: ../src/guestfs.pod:1678
3367 msgid ""
3368 "In other languages, optional arguments are expressed in the way that is "
3369 "natural for that language.  We refer you to the language-specific "
3370 "documentation for more details on that."
3371 msgstr ""
3372
3373 #. type: textblock
3374 #: ../src/guestfs.pod:1682
3375 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3376 msgstr ""
3377
3378 #. type: =head2
3379 #: ../src/guestfs.pod:1684
3380 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1686
3385 msgid ""
3386 "B<Note:> This section documents the generic event mechanism introduced in "
3387 "libguestfs 1.10, which you should use in new code if possible.  The old "
3388 "functions C<guestfs_set_log_message_callback>, "
3389 "C<guestfs_set_subprocess_quit_callback>, "
3390 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3391 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3392 "page."
3393 msgstr ""
3394
3395 #. type: textblock
3396 #: ../src/guestfs.pod:1694
3397 msgid ""
3398 "Handles generate events when certain things happen, such as log messages "
3399 "being generated, progress messages during long-running operations, or the "
3400 "handle being closed.  The API calls described below let you register a "
3401 "callback to be called when events happen.  You can register multiple "
3402 "callbacks (for the same, different or overlapping sets of events), and "
3403 "individually remove callbacks.  If callbacks are not removed, then they "
3404 "remain in force until the handle is closed."
3405 msgstr ""
3406
3407 #. type: textblock
3408 #: ../src/guestfs.pod:1702
3409 msgid ""
3410 "In the current implementation, events are only generated synchronously: that "
3411 "means that events (and hence callbacks) can only happen while you are in the "
3412 "middle of making another libguestfs call.  The callback is called in the "
3413 "same thread."
3414 msgstr ""
3415
3416 #. type: textblock
3417 #: ../src/guestfs.pod:1707
3418 msgid ""
3419 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3420 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3421 msgstr ""
3422
3423 #. type: =head3
3424 #: ../src/guestfs.pod:1711
3425 msgid "CLASSES OF EVENTS"
3426 msgstr ""
3427
3428 #. type: =item
3429 #: ../src/guestfs.pod:1715
3430 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3431 msgstr ""
3432
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1718
3435 msgid ""
3436 "The callback function will be called while the handle is being closed "
3437 "(synchronously from L</guestfs_close>)."
3438 msgstr ""
3439
3440 #. type: textblock
3441 #: ../src/guestfs.pod:1721
3442 msgid ""
3443 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3444 "handles that are open when the program exits.  This means that this callback "
3445 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3446 "problems in higher-level languages (eg. if your HLL interpreter has already "
3447 "been cleaned up by the time this is called, and if your callback then jumps "
3448 "into some HLL function)."
3449 msgstr ""
3450
3451 #. type: textblock
3452 #: ../src/guestfs.pod:1728
3453 msgid ""
3454 "If no callback is registered: the handle is closed without any callback "
3455 "being invoked."
3456 msgstr ""
3457
3458 #. type: =item
3459 #: ../src/guestfs.pod:1731
3460 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3461 msgstr ""
3462
3463 #. type: textblock
3464 #: ../src/guestfs.pod:1734
3465 msgid ""
3466 "The callback function will be called when the child process quits, either "
3467 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3468 "corresponds to a transition from any state to the CONFIG state)."
3469 msgstr ""
3470
3471 #. type: textblock
3472 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3473 msgid "If no callback is registered: the event is ignored."
3474 msgstr ""
3475
3476 #. type: =item
3477 #: ../src/guestfs.pod:1740
3478 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3479 msgstr ""
3480
3481 #. type: textblock
3482 #: ../src/guestfs.pod:1743
3483 msgid ""
3484 "The callback function will be called when the child process becomes ready "
3485 "first time after it has been launched.  (This corresponds to a transition "
3486 "from LAUNCHING to the READY state)."
3487 msgstr ""
3488
3489 #. type: =item
3490 #: ../src/guestfs.pod:1749
3491 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3492 msgstr ""
3493
3494 #. type: textblock
3495 #: ../src/guestfs.pod:1752
3496 msgid ""
3497 "Some long-running operations can generate progress messages.  If this "
3498 "callback is registered, then it will be called each time a progress message "
3499 "is generated (usually two seconds after the operation started, and three "
3500 "times per second thereafter until it completes, although the frequency may "
3501 "change in future versions)."
3502 msgstr ""
3503
3504 #. type: textblock
3505 #: ../src/guestfs.pod:1758
3506 msgid ""
3507 "The callback receives in the payload four unsigned 64 bit numbers which are "
3508 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3509 msgstr ""
3510
3511 #. type: textblock
3512 #: ../src/guestfs.pod:1761
3513 msgid ""
3514 "The units of C<total> are not defined, although for some operations C<total> "
3515 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3516 "or megabytes), and C<position> may be the portion which has been transferred."
3517 msgstr ""
3518
3519 #. type: textblock
3520 #: ../src/guestfs.pod:1766
3521 msgid "The only defined and stable parts of the API are:"
3522 msgstr ""
3523
3524 #. type: textblock
3525 #: ../src/guestfs.pod:1772
3526 msgid ""
3527 "The callback can display to the user some type of progress bar or indicator "
3528 "which shows the ratio of C<position>:C<total>."
3529 msgstr ""
3530
3531 #. type: textblock
3532 #: ../src/guestfs.pod:1777
3533 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3534 msgstr ""
3535
3536 #. type: textblock
3537 #: ../src/guestfs.pod:1781
3538 msgid ""
3539 "If any progress notification is sent during a call, then a final progress "
3540 "notification is always sent when C<position> = C<total> (I<unless> the call "
3541 "fails with an error)."
3542 msgstr ""
3543
3544 #. type: textblock
3545 #: ../src/guestfs.pod:1785
3546 msgid ""
3547 "This is to simplify caller code, so callers can easily set the progress "
3548 "indicator to \"100%\" at the end of the operation, without requiring special "
3549 "code to detect this case."
3550 msgstr ""
3551
3552 #. type: textblock
3553 #: ../src/guestfs.pod:1791
3554 msgid ""
3555 "For some calls we are unable to estimate the progress of the call, but we "
3556 "can still generate progress messages to indicate activity.  This is known as "
3557 "\"pulse mode\", and is directly supported by certain progress bar "
3558 "implementations (eg. GtkProgressBar)."
3559 msgstr ""
3560
3561 #. type: textblock
3562 #: ../src/guestfs.pod:1796
3563 msgid ""
3564 "For these calls, zero or more progress messages are generated with "
3565 "C<position = 0> and C<total = 1>, followed by a final message with "
3566 "C<position = total = 1>."
3567 msgstr ""
3568
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1800
3571 msgid ""
3572 "As noted above, if the call fails with an error then the final message may "
3573 "not be generated."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1805
3578 msgid ""
3579 "The callback also receives the procedure number (C<proc_nr>) and serial "
3580 "number (C<serial>) of the call.  These are only useful for debugging "
3581 "protocol issues, and the callback can normally ignore them.  The callback "
3582 "may want to print these numbers in error messages or debugging messages."
3583 msgstr ""
3584
3585 #. type: textblock
3586 #: ../src/guestfs.pod:1811
3587 msgid "If no callback is registered: progress messages are discarded."
3588 msgstr ""
3589
3590 #. type: =item
3591 #: ../src/guestfs.pod:1813
3592 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3593 msgstr ""
3594
3595 #. type: textblock
3596 #: ../src/guestfs.pod:1816
3597 msgid ""
3598 "The callback function is called whenever a log message is generated by qemu, "
3599 "the appliance kernel, guestfsd (daemon), or utility programs."
3600 msgstr ""
3601
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1819
3604 msgid ""
3605 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3606 "guestfs_launch>) then additional debug messages are generated."
3607 msgstr ""
3608
3609 #. type: textblock
3610 #: ../src/guestfs.pod:1822 ../src/guestfs.pod:1836
3611 msgid ""
3612 "If no callback is registered: the messages are discarded unless the verbose "
3613 "flag is set in which case they are sent to stderr.  You can override the "
3614 "printing of verbose messages to stderr by setting up a callback."
3615 msgstr ""
3616
3617 #. type: =item
3618 #: ../src/guestfs.pod:1827
3619 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3620 msgstr ""
3621
3622 #. type: textblock
3623 #: ../src/guestfs.pod:1830
3624 msgid ""
3625 "The callback function is called whenever a log message is generated by the "
3626 "library part of libguestfs."
3627 msgstr ""
3628
3629 #. type: textblock
3630 #: ../src/guestfs.pod:1833
3631 msgid ""
3632 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3633 "messages are generated."
3634 msgstr ""
3635
3636 #. type: =item
3637 #: ../src/guestfs.pod:1841
3638 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3639 msgstr ""
3640
3641 #. type: textblock
3642 #: ../src/guestfs.pod:1844
3643 msgid ""
3644 "The callback function is called whenever a trace message is generated.  This "
3645 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3646 msgstr ""
3647
3648 #. type: textblock
3649 #: ../src/guestfs.pod:1847
3650 msgid ""
3651 "If no callback is registered: the messages are sent to stderr.  You can "
3652 "override the printing of trace messages to stderr by setting up a callback."
3653 msgstr ""
3654
3655 #. type: =head3
3656 #: ../src/guestfs.pod:1853
3657 msgid "guestfs_set_event_callback"
3658 msgstr ""
3659
3660 #. type: verbatim
3661 #: ../src/guestfs.pod:1855
3662 #, no-wrap
3663 msgid ""
3664 " int guestfs_set_event_callback (guestfs_h *g,\n"
3665 "                                 guestfs_event_callback cb,\n"
3666 "                                 uint64_t event_bitmask,\n"
3667 "                                 int flags,\n"
3668 "                                 void *opaque);\n"
3669 "\n"
3670 msgstr ""
3671
3672 #. type: textblock
3673 #: ../src/guestfs.pod:1861
3674 msgid ""
3675 "This function registers a callback (C<cb>) for all event classes in the "
3676 "C<event_bitmask>."
3677 msgstr ""
3678
3679 #. type: textblock
3680 #: ../src/guestfs.pod:1864
3681 msgid ""
3682 "For example, to register for all log message events, you could call this "
3683 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3684 "To register a single callback for all possible classes of events, use "
3685 "C<GUESTFS_EVENT_ALL>."
3686 msgstr ""
3687
3688 #. type: textblock
3689 #: ../src/guestfs.pod:1870
3690 msgid "C<flags> should always be passed as 0."
3691 msgstr ""
3692
3693 #. type: textblock
3694 #: ../src/guestfs.pod:1872
3695 msgid ""
3696 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3697 "it for any purpose."
3698 msgstr ""
3699
3700 #. type: textblock
3701 #: ../src/guestfs.pod:1875
3702 msgid ""
3703 "The return value is the event handle (an integer) which you can use to "
3704 "delete the callback (see below)."
3705 msgstr ""
3706
3707 #. type: textblock
3708 #: ../src/guestfs.pod:1878
3709 msgid ""
3710 "If there is an error, this function returns C<-1>, and sets the error in the "
3711 "handle in the usual way (see L</guestfs_last_error> etc.)"
3712 msgstr ""
3713
3714 #. type: textblock
3715 #: ../src/guestfs.pod:1881
3716 msgid ""
3717 "Callbacks remain in effect until they are deleted, or until the handle is "
3718 "closed."
3719 msgstr ""
3720
3721 #. type: textblock
3722 #: ../src/guestfs.pod:1884
3723 msgid ""
3724 "In the case where multiple callbacks are registered for a particular event "
3725 "class, all of the callbacks are called.  The order in which multiple "
3726 "callbacks are called is not defined."
3727 msgstr ""
3728
3729 #. type: =head3
3730 #: ../src/guestfs.pod:1888
3731 msgid "guestfs_delete_event_callback"
3732 msgstr ""
3733
3734 #. type: verbatim
3735 #: ../src/guestfs.pod:1890
3736 #, no-wrap
3737 msgid ""
3738 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3739 "\n"
3740 msgstr ""
3741
3742 #. type: textblock
3743 #: ../src/guestfs.pod:1892
3744 msgid ""
3745 "Delete a callback that was previously registered.  C<event_handle> should be "
3746 "the integer that was returned by a previous call to "
3747 "C<guestfs_set_event_callback> on the same handle."
3748 msgstr ""
3749
3750 #. type: =head3
3751 #: ../src/guestfs.pod:1896
3752 msgid "guestfs_event_callback"
3753 msgstr ""
3754
3755 #. type: verbatim
3756 #: ../src/guestfs.pod:1898
3757 #, no-wrap
3758 msgid ""
3759 " typedef void (*guestfs_event_callback) (\n"
3760 "                  guestfs_h *g,\n"
3761 "                  void *opaque,\n"
3762 "                  uint64_t event,\n"
3763 "                  int event_handle,\n"
3764 "                  int flags,\n"
3765 "                  const char *buf, size_t buf_len,\n"
3766 "                  const uint64_t *array, size_t array_len);\n"
3767 "\n"
3768 msgstr ""
3769
3770 #. type: textblock
3771 #: ../src/guestfs.pod:1907
3772 msgid ""
3773 "This is the type of the event callback function that you have to provide."
3774 msgstr ""
3775
3776 #. type: textblock
3777 #: ../src/guestfs.pod:1910
3778 msgid ""
3779 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3780 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3781 "handle, and C<flags> which in the current API you should ignore."
3782 msgstr ""
3783
3784 #. type: textblock
3785 #: ../src/guestfs.pod:1914
3786 msgid ""
3787 "The remaining parameters contain the event payload (if any).  Each event may "
3788 "contain a payload, which usually relates to the event class, but for future "
3789 "proofing your code should be written to handle any payload for any event "
3790 "class."
3791 msgstr ""
3792
3793 #. type: textblock
3794 #: ../src/guestfs.pod:1919
3795 msgid ""
3796 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3797 "there is no message buffer).  Note that this message buffer can contain "
3798 "arbitrary 8 bit data, including NUL bytes."
3799 msgstr ""
3800
3801 #. type: textblock
3802 #: ../src/guestfs.pod:1923
3803 msgid ""
3804 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3805 "moment this is only used for progress messages."
3806 msgstr ""
3807
3808 #. type: =head3
3809 #: ../src/guestfs.pod:1926
3810 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3811 msgstr ""
3812
3813 #. type: textblock
3814 #: ../src/guestfs.pod:1928
3815 msgid ""
3816 "One motivation for the generic event API was to allow GUI programs to "
3817 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3818 "unconditionally to C<stderr>."
3819 msgstr ""
3820
3821 #. type: textblock
3822 #: ../src/guestfs.pod:1932
3823 msgid ""
3824 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3825 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3826 "messages are not events; you must capture error messages separately)."
3827 msgstr ""
3828
3829 #. type: textblock
3830 #: ../src/guestfs.pod:1937
3831 msgid ""
3832 "Programs have to set up a callback to capture the classes of events of "
3833 "interest:"
3834 msgstr ""
3835
3836 #. type: verbatim
3837 #: ../src/guestfs.pod:1940
3838 #, no-wrap
3839 msgid ""
3840 " int eh =\n"
3841 "   guestfs_set_event_callback\n"
3842 "     (g, message_callback,\n"
3843 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3844 "      GUESTFS_EVENT_TRACE,\n"
3845 "      0, NULL) == -1)\n"
3846 " if (eh == -1) {\n"
3847 "   // handle error in the usual way\n"
3848 " }\n"
3849 "\n"
3850 msgstr ""
3851
3852 #. type: textblock
3853 #: ../src/guestfs.pod:1950
3854 msgid ""
3855 "The callback can then direct messages to the appropriate place.  In this "
3856 "example, messages are directed to syslog:"
3857 msgstr ""
3858
3859 #. type: verbatim
3860 #: ../src/guestfs.pod:1953
3861 #, no-wrap
3862 msgid ""
3863 " static void\n"
3864 " message_callback (\n"
3865 "         guestfs_h *g,\n"
3866 "         void *opaque,\n"
3867 "         uint64_t event,\n"
3868 "         int event_handle,\n"
3869 "         int flags,\n"
3870 "         const char *buf, size_t buf_len,\n"
3871 "         const uint64_t *array, size_t array_len)\n"
3872 " {\n"
3873 "   const int priority = LOG_USER|LOG_INFO;\n"
3874 "   if (buf_len > 0)\n"
3875 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3876 " }\n"
3877 "\n"
3878 msgstr ""
3879
3880 #. type: =head1
3881 #: ../src/guestfs.pod:1968
3882 msgid "PRIVATE DATA AREA"
3883 msgstr ""
3884
3885 #. type: textblock
3886 #: ../src/guestfs.pod:1970
3887 msgid ""
3888 "You can attach named pieces of private data to the libguestfs handle, fetch "
3889 "them by name, and walk over them, for the lifetime of the handle.  This is "
3890 "called the private data area and is only available from the C API."
3891 msgstr ""
3892
3893 #. type: textblock
3894 #: ../src/guestfs.pod:1975
3895 msgid "To attach a named piece of data, use the following call:"
3896 msgstr ""
3897
3898 #. type: verbatim
3899 #: ../src/guestfs.pod:1977
3900 #, no-wrap
3901 msgid ""
3902 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3903 "\n"
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:1979
3908 msgid ""
3909 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3910 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3911 "overwritten."
3912 msgstr ""
3913
3914 #. type: textblock
3915 #: ../src/guestfs.pod:1983
3916 msgid ""
3917 "You can use any C<key> you want, but names beginning with an underscore "
3918 "character are reserved for internal libguestfs purposes (for implementing "
3919 "language bindings).  It is recommended to prefix the name with some unique "
3920 "string to avoid collisions with other users."
3921 msgstr ""
3922
3923 #. type: textblock
3924 #: ../src/guestfs.pod:1988
3925 msgid "To retrieve the pointer, use:"
3926 msgstr ""
3927
3928 #. type: verbatim
3929 #: ../src/guestfs.pod:1990
3930 #, no-wrap
3931 msgid ""
3932 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3933 "\n"
3934 msgstr ""
3935
3936 #. type: textblock
3937 #: ../src/guestfs.pod:1992
3938 msgid ""
3939 "This function returns C<NULL> if either no data is found associated with "
3940 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3941 "C<NULL>."
3942 msgstr ""
3943
3944 #. type: textblock
3945 #: ../src/guestfs.pod:1996
3946 msgid ""
3947 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3948 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3949 "all.  In particular, libguestfs does I<not> try to free the data when the "
3950 "handle is closed.  If the data must be freed, then the caller must either "
3951 "free it before calling L</guestfs_close> or must set up a close callback to "
3952 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3953 msgstr ""
3954
3955 #. type: textblock
3956 #: ../src/guestfs.pod:2003
3957 msgid "To walk over all entries, use these two functions:"
3958 msgstr ""
3959
3960 #. type: verbatim
3961 #: ../src/guestfs.pod:2005
3962 #, no-wrap
3963 msgid ""
3964 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3965 "\n"
3966 msgstr ""
3967
3968 #. type: verbatim
3969 #: ../src/guestfs.pod:2007
3970 #, no-wrap
3971 msgid ""
3972 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3973 "\n"
3974 msgstr ""
3975
3976 #. type: textblock
3977 #: ../src/guestfs.pod:2009
3978 msgid ""
3979 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3980 "not have any particular meaning -- keys are not returned in any defined "
3981 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3982 "corresponding data pointer is returned from the function.  C<NULL> is "
3983 "returned if there are no keys stored in the handle."
3984 msgstr ""
3985
3986 #. type: textblock
3987 #: ../src/guestfs.pod:2015
3988 msgid ""
3989 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3990 "value of this function is also C<NULL> is there are no further entries to "
3991 "return."
3992 msgstr ""
3993
3994 #. type: textblock
3995 #: ../src/guestfs.pod:2019
3996 msgid "Notes about walking over entries:"
3997 msgstr ""
3998
3999 #. type: textblock
4000 #: ../src/guestfs.pod:2025
4001 msgid ""
4002 "You must not call C<guestfs_set_private> while walking over the entries."
4003 msgstr ""
4004
4005 #. type: textblock
4006 #: ../src/guestfs.pod:2030
4007 msgid ""
4008 "The handle maintains an internal iterator which is reset when you call "
4009 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4010 "call C<guestfs_set_private>."
4011 msgstr ""
4012
4013 #. type: textblock
4014 #: ../src/guestfs.pod:2036
4015 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4016 msgstr ""
4017
4018 #. type: verbatim
4019 #: ../src/guestfs.pod:2038
4020 #, no-wrap
4021 msgid ""
4022 " guestfs_set_private (g, key, NULL);\n"
4023 "\n"
4024 msgstr ""
4025
4026 #. type: textblock
4027 #: ../src/guestfs.pod:2040
4028 msgid "then that C<key> is not returned when walking."
4029 msgstr ""
4030
4031 #. type: textblock
4032 #: ../src/guestfs.pod:2044
4033 msgid ""
4034 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4035 "C<guestfs_next_private> or C<guestfs_set_private>."
4036 msgstr ""
4037
4038 #. type: textblock
4039 #: ../src/guestfs.pod:2050
4040 msgid ""
4041 "The following example code shows how to print all keys and data pointers "
4042 "that are associated with the handle C<g>:"
4043 msgstr ""
4044
4045 #. type: verbatim
4046 #: ../src/guestfs.pod:2053
4047 #, no-wrap
4048 msgid ""
4049 " const char *key;\n"
4050 " void *data = guestfs_first_private (g, &key);\n"
4051 " while (data != NULL)\n"
4052 "   {\n"
4053 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4054 "     data = guestfs_next_private (g, &key);\n"
4055 "   }\n"
4056 "\n"
4057 msgstr ""
4058
4059 #. type: textblock
4060 #: ../src/guestfs.pod:2061
4061 msgid ""
4062 "More commonly you are only interested in keys that begin with an application-"
4063 "specific prefix C<foo_>.  Modify the loop like so:"
4064 msgstr ""
4065
4066 #. type: verbatim
4067 #: ../src/guestfs.pod:2064
4068 #, no-wrap
4069 msgid ""
4070 " const char *key;\n"
4071 " void *data = guestfs_first_private (g, &key);\n"
4072 " while (data != NULL)\n"
4073 "   {\n"
4074 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4075 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4076 "     data = guestfs_next_private (g, &key);\n"
4077 "   }\n"
4078 "\n"
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:2073
4083 msgid ""
4084 "If you need to modify keys while walking, then you have to jump back to the "
4085 "beginning of the loop.  For example, to delete all keys prefixed with "
4086 "C<foo_>:"
4087 msgstr ""
4088
4089 #. type: verbatim
4090 #: ../src/guestfs.pod:2077
4091 #, no-wrap
4092 msgid ""
4093 "  const char *key;\n"
4094 "  void *data;\n"
4095 " again:\n"
4096 "  data = guestfs_first_private (g, &key);\n"
4097 "  while (data != NULL)\n"
4098 "    {\n"
4099 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4100 "        {\n"
4101 "          guestfs_set_private (g, key, NULL);\n"
4102 "          /* note that 'key' pointer is now invalid, and so is\n"
4103 "             the internal iterator */\n"
4104 "          goto again;\n"
4105 "        }\n"
4106 "      data = guestfs_next_private (g, &key);\n"
4107 "    }\n"
4108 "\n"
4109 msgstr ""
4110
4111 #. type: textblock
4112 #: ../src/guestfs.pod:2093
4113 msgid ""
4114 "Note that the above loop is guaranteed to terminate because the keys are "
4115 "being deleted, but other manipulations of keys within the loop might not "
4116 "terminate unless you also maintain an indication of which keys have been "
4117 "visited."
4118 msgstr ""
4119
4120 #. type: =end
4121 #: ../src/guestfs.pod:2098 ../src/guestfs.pod:2103
4122 msgid "html"
4123 msgstr "html"
4124
4125 #. type: textblock
4126 #: ../src/guestfs.pod:2100
4127 msgid ""
4128 "<!-- old anchor for the next section --> <a name="
4129 "\"state_machine_and_low_level_event_api\"/>"
4130 msgstr ""
4131 "<!-- old anchor for the next section --> <a name="
4132 "\"state_machine_and_low_level_event_api\"/>"
4133
4134 #. type: =head1
4135 #: ../src/guestfs.pod:2105
4136 msgid "ARCHITECTURE"
4137 msgstr "АРХІТЕКТУРА"
4138
4139 #. type: textblock
4140 #: ../src/guestfs.pod:2107
4141 msgid ""
4142 "Internally, libguestfs is implemented by running an appliance (a special "
4143 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4144 "process of the main program."
4145 msgstr ""
4146
4147 #. type: verbatim
4148 #: ../src/guestfs.pod:2111
4149 #, no-wrap
4150 msgid ""
4151 "  ___________________\n"
4152 " /                   \\\n"
4153 " | main program      |\n"
4154 " |                   |\n"
4155 " |                   |           child process / appliance\n"
4156 " |                   |           __________________________\n"
4157 " |                   |          / qemu                     \\\n"
4158 " +-------------------+   RPC    |      +-----------------+ |\n"
4159 " | libguestfs     <--------------------> guestfsd        | |\n"
4160 " |                   |          |      +-----------------+ |\n"
4161 " \\___________________/          |      | Linux kernel    | |\n"
4162 "                                |      +--^--------------+ |\n"
4163 "                                \\_________|________________/\n"
4164 "                                          |\n"
4165 "                                   _______v______\n"
4166 "                                  /              \\\n"
4167 "                                  | Device or    |\n"
4168 "                                  | disk image   |\n"
4169 "                                  \\______________/\n"
4170 "\n"
4171 msgstr ""
4172
4173 #. type: textblock
4174 #: ../src/guestfs.pod:2131
4175 msgid ""
4176 "The library, linked to the main program, creates the child process and hence "
4177 "the appliance in the L</guestfs_launch> function."
4178 msgstr ""
4179
4180 #. type: textblock
4181 #: ../src/guestfs.pod:2134
4182 msgid ""
4183 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4184 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4185 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4186 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4187 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4188 "attached to the qemu process which translates device access by the "
4189 "appliance's Linux kernel into accesses to the image."
4190 msgstr ""
4191
4192 #. type: textblock
4193 #: ../src/guestfs.pod:2143
4194 msgid ""
4195 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4196 "Although the disk image you are attached to might also be used by some "
4197 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4198 "care if both libguestfs's qemu process and your virtual machine are trying "
4199 "to update the disk image at the same time, since these usually results in "
4200 "massive disk corruption)."
4201 msgstr ""
4202
4203 #. type: =head1
4204 #: ../src/guestfs.pod:2150
4205 msgid "STATE MACHINE"
4206 msgstr "СКІНЧЕННИЙ АВТОМАТ"
4207
4208 #. type: textblock
4209 #: ../src/guestfs.pod:2152
4210 msgid "libguestfs uses a state machine to model the child process:"
4211 msgstr ""
4212
4213 #. type: verbatim
4214 #: ../src/guestfs.pod:2154
4215 #, no-wrap
4216 msgid ""
4217 "                         |\n"
4218 "                    guestfs_create\n"
4219 "                         |\n"
4220 "                         |\n"
4221 "                     ____V_____\n"
4222 "                    /          \\\n"
4223 "                    |  CONFIG  |\n"
4224 "                    \\__________/\n"
4225 "                     ^ ^   ^  \\\n"
4226 "                    /  |    \\  \\ guestfs_launch\n"
4227 "                   /   |    _\\__V______\n"
4228 "                  /    |   /           \\\n"
4229 "                 /     |   | LAUNCHING |\n"
4230 "                /      |   \\___________/\n"
4231 "               /       |       /\n"
4232 "              /        |  guestfs_launch\n"
4233 "             /         |     /\n"
4234 "    ______  /        __|____V\n"
4235 "   /      \\ ------> /        \\\n"
4236 "   | BUSY |         | READY  |\n"
4237 "   \\______/ <------ \\________/\n"
4238 "\n"
4239 msgstr ""
4240
4241 #. type: textblock
4242 #: ../src/guestfs.pod:2176
4243 msgid ""
4244 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4245 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4246 "(3) alternating between READY and BUSY as commands are issued to, and "
4247 "carried out by, the child process."
4248 msgstr ""
4249
4250 #. type: textblock
4251 #: ../src/guestfs.pod:2181
4252 msgid ""
4253 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4254 "asynchronously at any time (eg. due to some internal error), and that causes "
4255 "the state to transition back to CONFIG."
4256 msgstr ""
4257
4258 #. type: textblock
4259 #: ../src/guestfs.pod:2185
4260 msgid ""
4261 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4262 "issued when in the CONFIG state."
4263 msgstr ""
4264
4265 #. type: textblock
4266 #: ../src/guestfs.pod:2188
4267 msgid ""
4268 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4269 "L</guestfs_launch> blocks until the child process is READY to accept "
4270 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4271 "moves the state from CONFIG to LAUNCHING while it is running."
4272 msgstr ""
4273
4274 #. type: textblock
4275 #: ../src/guestfs.pod:2194
4276 msgid ""
4277 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4278 "state.  These API calls block waiting for the command to be carried out (ie. "
4279 "the state to transition to BUSY and then back to READY).  There are no non-"
4280 "blocking versions, and no way to issue more than one command per handle at "
4281 "the same time."
4282 msgstr ""
4283
4284 #. type: textblock
4285 #: ../src/guestfs.pod:2200
4286 msgid ""
4287 "Finally, the child process sends asynchronous messages back to the main "
4288 "program, such as kernel log messages.  You can register a callback to "
4289 "receive these messages."
4290 msgstr ""
4291
4292 #. type: =head1
4293 #: ../src/guestfs.pod:2204
4294 msgid "INTERNALS"
4295 msgstr ""
4296
4297 #. type: =head2
4298 #: ../src/guestfs.pod:2206
4299 msgid "COMMUNICATION PROTOCOL"
4300 msgstr ""
4301
4302 #. type: textblock
4303 #: ../src/guestfs.pod:2208
4304 msgid ""
4305 "Don't rely on using this protocol directly.  This section documents how it "
4306 "currently works, but it may change at any time."
4307 msgstr ""
4308
4309 #. type: textblock
4310 #: ../src/guestfs.pod:2211
4311 msgid ""
4312 "The protocol used to talk between the library and the daemon running inside "
4313 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4314 "1014, RFC 1832, RFC 4506)."
4315 msgstr ""
4316
4317 #. type: textblock
4318 #: ../src/guestfs.pod:2215
4319 msgid ""
4320 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4321 "this file is automatically generated)."
4322 msgstr ""
4323
4324 #. type: textblock
4325 #: ../src/guestfs.pod:2218
4326 msgid ""
4327 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4328 "and C<FileOut> parameters, which are handled with very simple request/reply "
4329 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4330 "parameters, which use the same request and reply messages, but they may also "
4331 "be followed by files sent using a chunked encoding."
4332 msgstr ""
4333
4334 #. type: =head3
4335 #: ../src/guestfs.pod:2225
4336 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4337 msgstr ""
4338
4339 #. type: textblock
4340 #: ../src/guestfs.pod:2227
4341 msgid "For ordinary functions, the request message is:"
4342 msgstr ""
4343
4344 #. type: verbatim
4345 #: ../src/guestfs.pod:2229
4346 #, no-wrap
4347 msgid ""
4348 " total length (header + arguments,\n"
4349 "      but not including the length word itself)\n"
4350 " struct guestfs_message_header (encoded as XDR)\n"
4351 " struct guestfs_<foo>_args (encoded as XDR)\n"
4352 "\n"
4353 msgstr ""
4354
4355 #. type: textblock
4356 #: ../src/guestfs.pod:2234
4357 msgid ""
4358 "The total length field allows the daemon to allocate a fixed size buffer "
4359 "into which it slurps the rest of the message.  As a result, the total length "
4360 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4361 "effective size of any request is limited to somewhere under this size."
4362 msgstr ""
4363
4364 #. type: textblock
4365 #: ../src/guestfs.pod:2240
4366 msgid ""
4367 "Note also that many functions don't take any arguments, in which case the "
4368 "C<guestfs_I<foo>_args> is completely omitted."
4369 msgstr ""
4370
4371 #. type: textblock
4372 #: ../src/guestfs.pod:2243
4373 msgid ""
4374 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4375 "receiver knows what type of args structure to expect, or none at all."
4376 msgstr ""
4377
4378 #. type: textblock
4379 #: ../src/guestfs.pod:2247
4380 msgid ""
4381 "For functions that take optional arguments, the optional arguments are "
4382 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4383 "arguments.  A bitmask in the header indicates which optional arguments are "
4384 "meaningful.  The bitmask is also checked to see if it contains bits set "
4385 "which the daemon does not know about (eg. if more optional arguments were "
4386 "added in a later version of the library), and this causes the call to be "
4387 "rejected."
4388 msgstr ""
4389
4390 #. type: textblock
4391 #: ../src/guestfs.pod:2255
4392 msgid "The reply message for ordinary functions is:"
4393 msgstr ""
4394
4395 #. type: verbatim
4396 #: ../src/guestfs.pod:2257
4397 #, no-wrap
4398 msgid ""
4399 " total length (header + ret,\n"
4400 "      but not including the length word itself)\n"
4401 " struct guestfs_message_header (encoded as XDR)\n"
4402 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4403 "\n"
4404 msgstr ""
4405
4406 #. type: textblock
4407 #: ../src/guestfs.pod:2262
4408 msgid ""
4409 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4410 "functions that return no formal return values."
4411 msgstr ""
4412
4413 #. type: textblock
4414 #: ../src/guestfs.pod:2265
4415 msgid ""
4416 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4417 msgstr ""
4418
4419 #. type: textblock
4420 #: ../src/guestfs.pod:2268
4421 msgid ""
4422 "In the case of an error, a flag is set in the header, and the reply message "
4423 "is slightly changed:"
4424 msgstr ""
4425
4426 #. type: verbatim
4427 #: ../src/guestfs.pod:2271
4428 #, no-wrap
4429 msgid ""
4430 " total length (header + error,\n"
4431 "      but not including the length word itself)\n"
4432 " struct guestfs_message_header (encoded as XDR)\n"
4433 " struct guestfs_message_error (encoded as XDR)\n"
4434 "\n"
4435 msgstr ""
4436
4437 #. type: textblock
4438 #: ../src/guestfs.pod:2276
4439 msgid ""
4440 "The C<guestfs_message_error> structure contains the error message as a "
4441 "string."
4442 msgstr ""
4443
4444 #. type: =head3
4445 #: ../src/guestfs.pod:2279
4446 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4447 msgstr ""
4448
4449 #. type: textblock
4450 #: ../src/guestfs.pod:2281
4451 msgid ""
4452 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4453 "The normal request message is sent (see above).  However this is followed by "
4454 "a sequence of file chunks."
4455 msgstr ""
4456
4457 #. type: verbatim
4458 #: ../src/guestfs.pod:2285
4459 #, no-wrap
4460 msgid ""
4461 " total length (header + arguments,\n"
4462 "      but not including the length word itself,\n"
4463 "      and not including the chunks)\n"
4464 " struct guestfs_message_header (encoded as XDR)\n"
4465 " struct guestfs_<foo>_args (encoded as XDR)\n"
4466 " sequence of chunks for FileIn param #0\n"
4467 " sequence of chunks for FileIn param #1 etc.\n"
4468 "\n"
4469 msgstr ""
4470
4471 #. type: textblock
4472 #: ../src/guestfs.pod:2293
4473 msgid "The \"sequence of chunks\" is:"
4474 msgstr ""
4475
4476 #. type: verbatim
4477 #: ../src/guestfs.pod:2295
4478 #, no-wrap
4479 msgid ""
4480 " length of chunk (not including length word itself)\n"
4481 " struct guestfs_chunk (encoded as XDR)\n"
4482 " length of chunk\n"
4483 " struct guestfs_chunk (encoded as XDR)\n"
4484 "   ...\n"
4485 " length of chunk\n"
4486 " struct guestfs_chunk (with data.data_len == 0)\n"
4487 "\n"
4488 msgstr ""
4489
4490 #. type: textblock
4491 #: ../src/guestfs.pod:2303
4492 msgid ""
4493 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4494 "is set in the final chunk to indicate either successful completion or early "
4495 "cancellation."
4496 msgstr ""
4497
4498 #. type: textblock
4499 #: ../src/guestfs.pod:2307
4500 msgid ""
4501 "At time of writing there are no functions that have more than one FileIn "
4502 "parameter.  However this is (theoretically) supported, by sending the "
4503 "sequence of chunks for each FileIn parameter one after another (from left to "
4504 "right)."
4505 msgstr ""
4506
4507 #. type: textblock
4508 #: ../src/guestfs.pod:2312
4509 msgid ""
4510 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4511 "transfer.  The library does this by sending a chunk with a special flag set "
4512 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4513 "RPC, does I<not> send any reply, and goes back to reading the next request."
4514 msgstr ""
4515
4516 #. type: textblock
4517 #: ../src/guestfs.pod:2318
4518 msgid ""
4519 "The daemon may also cancel.  It does this by writing a special word "
4520 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4521 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4522 "cancel chunk).  The special word is chosen so that even if cancellation "
4523 "happens right at the end of the transfer (after the library has finished "
4524 "writing and has started listening for the reply), the \"spurious\" cancel "
4525 "flag will not be confused with the reply message."
4526 msgstr ""
4527
4528 #. type: textblock
4529 #: ../src/guestfs.pod:2327
4530 msgid ""
4531 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4532 "limit), and also files where the size is not known in advance (eg. from "
4533 "pipes or sockets).  However the chunks are rather small "
4534 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4535 "to keep much in memory."
4536 msgstr ""
4537
4538 #. type: =head3
4539 #: ../src/guestfs.pod:2333
4540 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4541 msgstr ""
4542
4543 #. type: textblock
4544 #: ../src/guestfs.pod:2335
4545 msgid ""
4546 "The protocol for FileOut parameters is exactly the same as for FileIn "
4547 "parameters, but with the roles of daemon and library reversed."
4548 msgstr ""
4549
4550 #. type: verbatim
4551 #: ../src/guestfs.pod:2338
4552 #, no-wrap
4553 msgid ""
4554 " total length (header + ret,\n"
4555 "      but not including the length word itself,\n"
4556 "      and not including the chunks)\n"
4557 " struct guestfs_message_header (encoded as XDR)\n"
4558 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4559 " sequence of chunks for FileOut param #0\n"
4560 " sequence of chunks for FileOut param #1 etc.\n"
4561 "\n"
4562 msgstr ""
4563
4564 #. type: =head3
4565 #: ../src/guestfs.pod:2346
4566 msgid "INITIAL MESSAGE"
4567 msgstr ""
4568
4569 #. type: textblock
4570 #: ../src/guestfs.pod:2348
4571 msgid ""
4572 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4573 "which indicates that the guest and daemon is alive.  This is what L</"
4574 "guestfs_launch> waits for."
4575 msgstr ""
4576
4577 #. type: =head3
4578 #: ../src/guestfs.pod:2352
4579 msgid "PROGRESS NOTIFICATION MESSAGES"
4580 msgstr ""
4581
4582 #. type: textblock
4583 #: ../src/guestfs.pod:2354
4584 msgid ""
4585 "The daemon may send progress notification messages at any time.  These are "
4586 "distinguished by the normal length word being replaced by "
4587 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4588 msgstr ""
4589
4590 #. type: textblock
4591 #: ../src/guestfs.pod:2358
4592 msgid ""
4593 "The library turns them into progress callbacks (see L</"
4594 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4595 "if not."
4596 msgstr ""
4597
4598 #. type: textblock
4599 #: ../src/guestfs.pod:2362
4600 msgid ""
4601 "The daemon self-limits the frequency of progress messages it sends (see "
4602 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4603 "messages."
4604 msgstr ""
4605
4606 #. type: =head1
4607 #: ../src/guestfs.pod:2366
4608 msgid "LIBGUESTFS VERSION NUMBERS"
4609 msgstr ""
4610
4611 #. type: textblock
4612 #: ../src/guestfs.pod:2368
4613 msgid ""
4614 "Since April 2010, libguestfs has started to make separate development and "
4615 "stable releases, along with corresponding branches in our git repository.  "
4616 "These separate releases can be identified by version number:"
4617 msgstr ""
4618
4619 #. type: verbatim
4620 #: ../src/guestfs.pod:2373
4621 #, no-wrap
4622 msgid ""
4623 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4624 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4625 "       |\n"
4626 "       v\n"
4627 " 1  .  3  .  5\n"
4628 " ^           ^\n"
4629 " |           |\n"
4630 " |           `-------- sub-version\n"
4631 " |\n"
4632 " `------ always '1' because we don't change the ABI\n"
4633 "\n"
4634 msgstr ""
4635
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2384
4638 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4639 msgstr ""
4640
4641 #. type: textblock
4642 #: ../src/guestfs.pod:2386
4643 msgid ""
4644 "As time passes we cherry pick fixes from the development branch and backport "
4645 "those into the stable branch, the effect being that the stable branch should "
4646 "get more stable and less buggy over time.  So the stable releases are ideal "
4647 "for people who don't need new features but would just like the software to "
4648 "work."
4649 msgstr ""
4650
4651 #. type: textblock
4652 #: ../src/guestfs.pod:2392
4653 msgid "Our criteria for backporting changes are:"
4654 msgstr ""
4655
4656 #. type: textblock
4657 #: ../src/guestfs.pod:2398
4658 msgid ""
4659 "Documentation changes which don't affect any code are backported unless the "
4660 "documentation refers to a future feature which is not in stable."
4661 msgstr ""
4662
4663 #. type: textblock
4664 #: ../src/guestfs.pod:2404
4665 msgid ""
4666 "Bug fixes which are not controversial, fix obvious problems, and have been "
4667 "well tested are backported."
4668 msgstr ""
4669
4670 #. type: textblock
4671 #: ../src/guestfs.pod:2409
4672 msgid ""
4673 "Simple rearrangements of code which shouldn't affect how it works get "
4674 "backported.  This is so that the code in the two branches doesn't get too "
4675 "far out of step, allowing us to backport future fixes more easily."
4676 msgstr ""
4677
4678 #. type: textblock
4679 #: ../src/guestfs.pod:2415
4680 msgid ""
4681 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4682 "exceptional case: the new feature is required in order to implement an "
4683 "important bug fix."
4684 msgstr ""
4685
4686 #. type: textblock
4687 #: ../src/guestfs.pod:2421
4688 msgid ""
4689 "A new stable branch starts when we think the new features in development are "
4690 "substantial and compelling enough over the current stable branch to warrant "
4691 "it.  When that happens we create new stable and development versions 1.N.0 "
4692 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4693 "stable at this point, but by backporting fixes from development, that branch "
4694 "will stabilize over time."
4695 msgstr ""
4696
4697 #. type: =head1
4698 #: ../src/guestfs.pod:2429
4699 msgid "EXTENDING LIBGUESTFS"
4700 msgstr ""
4701
4702 #. type: =head2
4703 #: ../src/guestfs.pod:2431
4704 msgid "ADDING A NEW API ACTION"
4705 msgstr ""
4706
4707 #. type: textblock
4708 #: ../src/guestfs.pod:2433
4709 msgid ""
4710 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4711 "documentation) are generated, and this makes it easy to extend the "
4712 "libguestfs API."
4713 msgstr ""
4714
4715 #. type: textblock
4716 #: ../src/guestfs.pod:2437
4717 msgid "To add a new API action there are two changes:"
4718 msgstr ""
4719
4720 #. type: textblock
4721 #: ../src/guestfs.pod:2443
4722 msgid ""
4723 "You need to add a description of the call (name, parameters, return type, "
4724 "tests, documentation) to C<generator/generator_actions.ml>."
4725 msgstr ""
4726
4727 #. type: textblock
4728 #: ../src/guestfs.pod:2446
4729 msgid ""
4730 "There are two sorts of API action, depending on whether the call goes "
4731 "through to the daemon in the appliance, or is serviced entirely by the "
4732 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4733 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4734 "an example of the latter, since a trace flag is maintained in the handle and "
4735 "all tracing is done on the library side."
4736 msgstr ""
4737
4738 #. type: textblock
4739 #: ../src/guestfs.pod:2454
4740 msgid ""
4741 "Most new actions are of the first type, and get added to the "
4742 "C<daemon_functions> list.  Each function has a unique procedure number used "
4743 "in the RPC protocol which is assigned to that action when we publish "
4744 "libguestfs and cannot be reused.  Take the latest procedure number and "
4745 "increment it."
4746 msgstr ""
4747
4748 #. type: textblock
4749 #: ../src/guestfs.pod:2460
4750 msgid ""
4751 "For library-only actions of the second type, add to the "
4752 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4753 "library and do not travel over the RPC mechanism to the daemon, these "
4754 "functions do not need a procedure number, and so the procedure number is set "
4755 "to C<-1>."
4756 msgstr ""
4757
4758 #. type: textblock
4759 #: ../src/guestfs.pod:2468
4760 msgid "Implement the action (in C):"
4761 msgstr ""
4762
4763 #. type: textblock
4764 #: ../src/guestfs.pod:2470
4765 msgid ""
4766 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4767 "C<daemon/> directory."
4768 msgstr ""
4769
4770 #. type: textblock
4771 #: ../src/guestfs.pod:2473
4772 msgid ""
4773 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4774 "(note: double underscore) in the C<src/> directory."
4775 msgstr ""
4776
4777 #. type: textblock
4778 #: ../src/guestfs.pod:2476
4779 msgid "In either case, use another function as an example of what to do."
4780 msgstr ""
4781
4782 #. type: textblock
4783 #: ../src/guestfs.pod:2480
4784 msgid "After making these changes, use C<make> to compile."
4785 msgstr ""
4786
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2482
4789 msgid ""
4790 "Note that you don't need to implement the RPC, language bindings, manual "
4791 "pages or anything else.  It's all automatically generated from the OCaml "
4792 "description."
4793 msgstr ""
4794
4795 #. type: =head2
4796 #: ../src/guestfs.pod:2486
4797 msgid "ADDING TESTS FOR AN API ACTION"
4798 msgstr ""
4799
4800 #. type: textblock
4801 #: ../src/guestfs.pod:2488
4802 msgid ""
4803 "You can supply zero or as many tests as you want per API call.  The tests "
4804 "can either be added as part of the API description (C<generator/"
4805 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4806 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4807 "slower, so if possible use the first method."
4808 msgstr ""
4809
4810 #. type: textblock
4811 #: ../src/guestfs.pod:2494
4812 msgid ""
4813 "The following describes the test environment used when you add an API test "
4814 "in C<generator_actions.ml>."
4815 msgstr ""
4816
4817 #. type: textblock
4818 #: ../src/guestfs.pod:2497
4819 msgid "The test environment has 4 block devices:"
4820 msgstr ""
4821
4822 #. type: =item
4823 #: ../src/guestfs.pod:2501
4824 msgid "C</dev/sda> 500MB"
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2503
4829 msgid "General block device for testing."
4830 msgstr ""
4831
4832 #. type: =item
4833 #: ../src/guestfs.pod:2505
4834 msgid "C</dev/sdb> 50MB"
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2507
4839 msgid ""
4840 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4841 "operations."
4842 msgstr ""
4843
4844 #. type: =item
4845 #: ../src/guestfs.pod:2510
4846 msgid "C</dev/sdc> 10MB"
4847 msgstr ""
4848
4849 #. type: textblock
4850 #: ../src/guestfs.pod:2512
4851 msgid "Used in a few tests where two block devices are needed."
4852 msgstr ""
4853
4854 #. type: =item
4855 #: ../src/guestfs.pod:2514
4856 msgid "C</dev/sdd>"
4857 msgstr "C</dev/sdd>"
4858
4859 #. type: textblock
4860 #: ../src/guestfs.pod:2516
4861 msgid "ISO with fixed content (see C<images/test.iso>)."
4862 msgstr ""
4863
4864 #. type: textblock
4865 #: ../src/guestfs.pod:2520
4866 msgid ""
4867 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4868 "appliance and block devices are reused between tests.  So don't try testing "
4869 "L</guestfs_kill_subprocess> :-x"
4870 msgstr ""
4871
4872 #. type: textblock
4873 #: ../src/guestfs.pod:2524
4874 msgid ""
4875 "Each test starts with an initial scenario, selected using one of the "
4876 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4877 "initialize the disks mentioned above in a particular way as documented in "
4878 "C<generator_types.ml>.  You should not assume anything about the previous "
4879 "contents of other disks that are not initialized."
4880 msgstr ""
4881
4882 #. type: textblock
4883 #: ../src/guestfs.pod:2530
4884 msgid ""
4885 "You can add a prerequisite clause to any individual test.  This is a run-"
4886 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4887 "testing a command which might not work on all variations of libguestfs "
4888 "builds.  A test that has prerequisite of C<Always> means to run "
4889 "unconditionally."
4890 msgstr ""
4891
4892 #. type: textblock
4893 #: ../src/guestfs.pod:2536
4894 msgid ""
4895 "In addition, packagers can skip individual tests by setting environment "
4896 "variables before running C<make check>."
4897 msgstr ""
4898
4899 #. type: verbatim
4900 #: ../src/guestfs.pod:2539
4901 #, no-wrap
4902 msgid ""
4903 " SKIP_TEST_<CMD>_<NUM>=1\n"
4904 "\n"
4905 msgstr ""
4906
4907 #. type: textblock
4908 #: ../src/guestfs.pod:2541
4909 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4910 msgstr ""
4911
4912 #. type: textblock
4913 #: ../src/guestfs.pod:2543
4914 msgid "or:"
4915 msgstr "або:"
4916
4917 #. type: verbatim
4918 #: ../src/guestfs.pod:2545
4919 #, no-wrap
4920 msgid ""
4921 " SKIP_TEST_<CMD>=1\n"
4922 "\n"
4923 msgstr ""
4924
4925 #. type: textblock
4926 #: ../src/guestfs.pod:2547
4927 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4928 msgstr ""
4929
4930 #. type: textblock
4931 #: ../src/guestfs.pod:2549
4932 msgid "Packagers can run only certain tests by setting for example:"
4933 msgstr ""
4934
4935 #. type: verbatim
4936 #: ../src/guestfs.pod:2551
4937 #, no-wrap
4938 msgid ""
4939 " TEST_ONLY=\"vfs_type zerofree\"\n"
4940 "\n"
4941 msgstr ""
4942
4943 #. type: textblock
4944 #: ../src/guestfs.pod:2553
4945 msgid ""
4946 "See C<capitests/tests.c> for more details of how these environment variables "
4947 "work."
4948 msgstr ""
4949
4950 #. type: =head2
4951 #: ../src/guestfs.pod:2556
4952 msgid "DEBUGGING NEW API ACTIONS"
4953 msgstr ""
4954
4955 #. type: textblock
4956 #: ../src/guestfs.pod:2558
4957 msgid "Test new actions work before submitting them."
4958 msgstr ""
4959
4960 #. type: textblock
4961 #: ../src/guestfs.pod:2560
4962 msgid "You can use guestfish to try out new commands."
4963 msgstr ""
4964
4965 #. type: textblock
4966 #: ../src/guestfs.pod:2562
4967 msgid ""
4968 "Debugging the daemon is a problem because it runs inside a minimal "
4969 "environment.  However you can fprintf messages in the daemon to stderr, and "
4970 "they will show up if you use C<guestfish -v>."
4971 msgstr ""
4972
4973 #. type: =head2
4974 #: ../src/guestfs.pod:2566
4975 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4976 msgstr ""
4977
4978 #. type: textblock
4979 #: ../src/guestfs.pod:2568
4980 msgid ""
4981 "Our C source code generally adheres to some basic code-formatting "
4982 "conventions.  The existing code base is not totally consistent on this "
4983 "front, but we do prefer that contributed code be formatted similarly.  In "
4984 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4985 "indentation level, and other than that, follow the K&R style."
4986 msgstr ""
4987
4988 #. type: textblock
4989 #: ../src/guestfs.pod:2574
4990 msgid ""
4991 "If you use Emacs, add the following to one of one of your start-up files (e."
4992 "g., ~/.emacs), to help ensure that you get indentation right:"
4993 msgstr ""
4994
4995 #. type: verbatim
4996 #: ../src/guestfs.pod:2577
4997 #, no-wrap
4998 msgid ""
4999 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5000 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5001 " (add-hook 'find-file-hook\n"
5002 "     '(lambda () (if (and buffer-file-name\n"
5003 "                          (string-match \"/libguestfs\\\\>\"\n"
5004 "                              (buffer-file-name))\n"
5005 "                          (not (string-equal mode-name \"Change Log\"))\n"
5006 "                          (not (string-equal mode-name \"Makefile\")))\n"
5007 "                     (setq indent-tabs-mode nil))))\n"
5008 " \n"
5009 msgstr ""
5010
5011 #. type: verbatim
5012 #: ../src/guestfs.pod:2587
5013 #, no-wrap
5014 msgid ""
5015 " ;;; When editing C sources in libguestfs, use this style.\n"
5016 " (defun libguestfs-c-mode ()\n"
5017 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5018 "   (interactive)\n"
5019 "   (c-set-style \"K&R\")\n"
5020 "   (setq c-indent-level 2)\n"
5021 "   (setq c-basic-offset 2))\n"
5022 " (add-hook 'c-mode-hook\n"
5023 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5024 "                               (buffer-file-name))\n"
5025 "                           (libguestfs-c-mode))))\n"
5026 "\n"
5027 msgstr ""
5028
5029 #. type: textblock
5030 #: ../src/guestfs.pod:2599
5031 msgid "Enable warnings when compiling (and fix any problems this finds):"
5032 msgstr ""
5033
5034 #. type: verbatim
5035 #: ../src/guestfs.pod:2602
5036 #, no-wrap
5037 msgid ""
5038 " ./configure --enable-gcc-warnings\n"
5039 "\n"
5040 msgstr ""
5041
5042 #. type: textblock
5043 #: ../src/guestfs.pod:2604
5044 msgid "Useful targets are:"
5045 msgstr ""
5046
5047 #. type: verbatim
5048 #: ../src/guestfs.pod:2606
5049 #, no-wrap
5050 msgid ""
5051 " make syntax-check  # checks the syntax of the C code\n"
5052 " make check         # runs the test suite\n"
5053 "\n"
5054 msgstr ""
5055
5056 #. type: =head2
5057 #: ../src/guestfs.pod:2609
5058 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5059 msgstr ""
5060
5061 #. type: textblock
5062 #: ../src/guestfs.pod:2611
5063 msgid ""
5064 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5065 "which are used to do shell quoting."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2616
5070 msgid "%Q"
5071 msgstr "%Q"
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2618
5075 msgid ""
5076 "Simple shell quoted string.  Any spaces or other shell characters are "
5077 "escaped for you."
5078 msgstr ""
5079
5080 #. type: =item
5081 #: ../src/guestfs.pod:2621
5082 msgid "%R"
5083 msgstr "%R"
5084
5085 #. type: textblock
5086 #: ../src/guestfs.pod:2623
5087 msgid ""
5088 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5089 "the sysroot."
5090 msgstr ""
5091
5092 #. type: textblock
5093 #: ../src/guestfs.pod:2628 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
5094 msgid "For example:"
5095 msgstr "Приклад:"
5096
5097 #. type: verbatim
5098 #: ../src/guestfs.pod:2630
5099 #, no-wrap
5100 msgid ""
5101 " asprintf (&cmd, \"cat %R\", path);\n"
5102 "\n"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2632
5107 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5108 msgstr ""
5109
5110 #. type: textblock
5111 #: ../src/guestfs.pod:2634
5112 msgid ""
5113 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5114 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5115 "they are not passed via the shell (instead, straight to exec).  You probably "
5116 "want to use the C<sysroot_path()> function however."
5117 msgstr ""
5118
5119 #. type: =head2
5120 #: ../src/guestfs.pod:2640
5121 msgid "SUBMITTING YOUR NEW API ACTIONS"
5122 msgstr ""
5123
5124 #. type: textblock
5125 #: ../src/guestfs.pod:2642
5126 msgid ""
5127 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5128 "libguestfs> and CC to L<rjones@redhat.com>."
5129 msgstr ""
5130
5131 #. type: =head2
5132 #: ../src/guestfs.pod:2646
5133 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5134 msgstr ""
5135
5136 #. type: textblock
5137 #: ../src/guestfs.pod:2648
5138 msgid "We support i18n (gettext anyhow) in the library."
5139 msgstr ""
5140
5141 #. type: textblock
5142 #: ../src/guestfs.pod:2650
5143 msgid ""
5144 "However many messages come from the daemon, and we don't translate those at "
5145 "the moment.  One reason is that the appliance generally has all locale files "
5146 "removed from it, because they take up a lot of space.  So we'd have to readd "
5147 "some of those, as well as copying our PO files into the appliance."
5148 msgstr ""
5149
5150 #. type: textblock
5151 #: ../src/guestfs.pod:2656
5152 msgid ""
5153 "Debugging messages are never translated, since they are intended for the "
5154 "programmers."
5155 msgstr ""
5156
5157 #. type: =head2
5158 #: ../src/guestfs.pod:2659
5159 msgid "SOURCE CODE SUBDIRECTORIES"
5160 msgstr ""
5161
5162 #. type: =item
5163 #: ../src/guestfs.pod:2663 ../src/guestfs-actions.pod:5735
5164 #: ../fish/guestfish-actions.pod:3842
5165 msgid "C<appliance>"
5166 msgstr "C<appliance>"
5167
5168 #. type: textblock
5169 #: ../src/guestfs.pod:2665
5170 msgid "The libguestfs appliance, build scripts and so on."
5171 msgstr ""
5172
5173 #. type: =item
5174 #: ../src/guestfs.pod:2667
5175 msgid "C<capitests>"
5176 msgstr "C<capitests>"
5177
5178 #. type: textblock
5179 #: ../src/guestfs.pod:2669
5180 msgid "Automated tests of the C API."
5181 msgstr ""
5182
5183 #. type: =item
5184 #: ../src/guestfs.pod:2671
5185 msgid "C<cat>"
5186 msgstr "C<cat>"
5187
5188 #. type: textblock
5189 #: ../src/guestfs.pod:2673
5190 msgid ""
5191 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5192 "documentation."
5193 msgstr ""
5194
5195 #. type: =item
5196 #: ../src/guestfs.pod:2676
5197 msgid "C<contrib>"
5198 msgstr "C<contrib>"
5199
5200 #. type: textblock
5201 #: ../src/guestfs.pod:2678
5202 msgid "Outside contributions, experimental parts."
5203 msgstr ""
5204
5205 #. type: =item
5206 #: ../src/guestfs.pod:2680
5207 msgid "C<daemon>"
5208 msgstr "C<daemon>"
5209
5210 #. type: textblock
5211 #: ../src/guestfs.pod:2682
5212 msgid ""
5213 "The daemon that runs inside the libguestfs appliance and carries out actions."
5214 msgstr ""
5215
5216 #. type: =item
5217 #: ../src/guestfs.pod:2685
5218 msgid "C<df>"
5219 msgstr "C<df>"
5220
5221 #. type: textblock
5222 #: ../src/guestfs.pod:2687
5223 msgid "L<virt-df(1)> command and documentation."
5224 msgstr ""
5225
5226 #. type: =item
5227 #: ../src/guestfs.pod:2689
5228 msgid "C<examples>"
5229 msgstr "C<examples>"
5230
5231 #. type: textblock
5232 #: ../src/guestfs.pod:2691
5233 msgid "C API example code."
5234 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
5235
5236 #. type: =item
5237 #: ../src/guestfs.pod:2693
5238 msgid "C<fish>"
5239 msgstr "C<fish>"
5240
5241 #. type: textblock
5242 #: ../src/guestfs.pod:2695
5243 msgid ""
5244 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5245 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5246 "L<virt-tar-out(1)>."
5247 msgstr ""
5248
5249 #. type: =item
5250 #: ../src/guestfs.pod:2699
5251 msgid "C<fuse>"
5252 msgstr "C<fuse>"
5253
5254 #. type: textblock
5255 #: ../src/guestfs.pod:2701
5256 msgid ""
5257 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5258 msgstr ""
5259
5260 #. type: =item
5261 #: ../src/guestfs.pod:2703
5262 msgid "C<generator>"
5263 msgstr "C<generator>"
5264
5265 #. type: textblock
5266 #: ../src/guestfs.pod:2705
5267 msgid ""
5268 "The crucially important generator, used to automatically generate large "
5269 "amounts of boilerplate C code for things like RPC and bindings."
5270 msgstr ""
5271
5272 #. type: =item
5273 #: ../src/guestfs.pod:2708
5274 msgid "C<images>"
5275 msgstr "C<images>"
5276
5277 #. type: textblock
5278 #: ../src/guestfs.pod:2710
5279 msgid "Files used by the test suite."
5280 msgstr ""
5281
5282 #. type: textblock
5283 #: ../src/guestfs.pod:2712
5284 msgid "Some \"phony\" guest images which we test against."
5285 msgstr ""
5286
5287 #. type: =item
5288 #: ../src/guestfs.pod:2714
5289 msgid "C<inspector>"
5290 msgstr "C<inspector>"
5291
5292 #. type: textblock
5293 #: ../src/guestfs.pod:2716
5294 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5295 msgstr ""
5296
5297 #. type: =item
5298 #: ../src/guestfs.pod:2718
5299 msgid "C<logo>"
5300 msgstr "C<logo>"
5301
5302 #. type: textblock
5303 #: ../src/guestfs.pod:2720
5304 msgid "Logo used on the website.  The fish is called Arthur by the way."
5305 msgstr ""
5306
5307 #. type: =item
5308 #: ../src/guestfs.pod:2722
5309 msgid "C<m4>"
5310 msgstr "C<m4>"
5311
5312 #. type: textblock
5313 #: ../src/guestfs.pod:2724
5314 msgid "M4 macros used by autoconf."
5315 msgstr ""
5316
5317 #. type: =item
5318 #: ../src/guestfs.pod:2726
5319 msgid "C<po>"
5320 msgstr "C<po>"
5321
5322 #. type: textblock
5323 #: ../src/guestfs.pod:2728
5324 msgid "Translations of simple gettext strings."
5325 msgstr "Переклади простих рядків gettext."
5326
5327 #. type: =item
5328 #: ../src/guestfs.pod:2730
5329 msgid "C<po-docs>"
5330 msgstr "C<po-docs>"
5331
5332 #. type: textblock
5333 #: ../src/guestfs.pod:2732
5334 msgid ""
5335 "The build infrastructure and PO files for translations of manpages and POD "
5336 "files.  Eventually this will be combined with the C<po> directory, but that "
5337 "is rather complicated."
5338 msgstr ""
5339
5340 #. type: =item
5341 #: ../src/guestfs.pod:2736
5342 msgid "C<regressions>"
5343 msgstr "C<regressions>"
5344
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2738
5347 msgid "Regression tests."
5348 msgstr "Тести на регресії."
5349
5350 #. type: =item
5351 #: ../src/guestfs.pod:2740
5352 msgid "C<rescue>"
5353 msgstr "C<rescue>"
5354
5355 #. type: textblock
5356 #: ../src/guestfs.pod:2742
5357 msgid "L<virt-rescue(1)> command and documentation."
5358 msgstr ""
5359
5360 #. type: =item
5361 #: ../src/guestfs.pod:2744
5362 msgid "C<src>"
5363 msgstr "C<src>"
5364
5365 #. type: textblock
5366 #: ../src/guestfs.pod:2746
5367 msgid "Source code to the C library."
5368 msgstr ""
5369
5370 #. type: =item
5371 #: ../src/guestfs.pod:2748
5372 msgid "C<tools>"
5373 msgstr "C<tools>"
5374
5375 #. type: textblock
5376 #: ../src/guestfs.pod:2750
5377 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5378 msgstr ""
5379
5380 #. type: =item
5381 #: ../src/guestfs.pod:2752
5382 msgid "C<test-tool>"
5383 msgstr "C<test-tool>"
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2754
5387 msgid ""
5388 "Test tool for end users to test if their qemu/kernel combination will work "
5389 "with libguestfs."
5390 msgstr ""
5391
5392 #. type: =item
5393 #: ../src/guestfs.pod:2757
5394 msgid "C<csharp>"
5395 msgstr "C<csharp>"
5396
5397 #. type: =item
5398 #: ../src/guestfs.pod:2759
5399 msgid "C<haskell>"
5400 msgstr "C<haskell>"
5401
5402 #. type: =item
5403 #: ../src/guestfs.pod:2761
5404 msgid "C<java>"
5405 msgstr "C<java>"
5406
5407 #. type: =item
5408 #: ../src/guestfs.pod:2763
5409 msgid "C<ocaml>"
5410 msgstr "C<ocaml>"
5411
5412 #. type: =item
5413 #: ../src/guestfs.pod:2765
5414 msgid "C<php>"
5415 msgstr "C<php>"
5416
5417 #. type: =item
5418 #: ../src/guestfs.pod:2767
5419 msgid "C<perl>"
5420 msgstr "C<perl>"
5421
5422 #. type: =item
5423 #: ../src/guestfs.pod:2769
5424 msgid "C<python>"
5425 msgstr "C<python>"
5426
5427 #. type: =item
5428 #: ../src/guestfs.pod:2771
5429 msgid "C<ruby>"
5430 msgstr "C<ruby>"
5431
5432 #. type: textblock
5433 #: ../src/guestfs.pod:2773
5434 msgid "Language bindings."
5435 msgstr "Прив’язки до мов програмування."
5436
5437 #. type: =head1
5438 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1010
5439 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5440 msgid "ENVIRONMENT VARIABLES"
5441 msgstr "ЗМІННІ СЕРЕДОВИЩА"
5442
5443 #. type: =item
5444 #: ../src/guestfs.pod:2781 ../fish/guestfish.pod:1036
5445 msgid "LIBGUESTFS_APPEND"
5446 msgstr ""
5447
5448 #. type: textblock
5449 #: ../src/guestfs.pod:2783 ../fish/guestfish.pod:1038
5450 msgid "Pass additional options to the guest kernel."
5451 msgstr ""
5452
5453 #. type: =item
5454 #: ../src/guestfs.pod:2785 ../fish/guestfish.pod:1040
5455 msgid "LIBGUESTFS_DEBUG"
5456 msgstr ""
5457
5458 #. type: textblock
5459 #: ../src/guestfs.pod:2787
5460 msgid ""
5461 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5462 "effect as calling C<guestfs_set_verbose (g, 1)>."
5463 msgstr ""
5464
5465 #. type: =item
5466 #: ../src/guestfs.pod:2790 ../fish/guestfish.pod:1045
5467 msgid "LIBGUESTFS_MEMSIZE"
5468 msgstr ""
5469
5470 #. type: textblock
5471 #: ../src/guestfs.pod:2792 ../fish/guestfish.pod:1047
5472 msgid ""
5473 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5474 msgstr ""
5475
5476 #. type: verbatim
5477 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1050
5478 #, no-wrap
5479 msgid ""
5480 " LIBGUESTFS_MEMSIZE=700\n"
5481 "\n"
5482 msgstr ""
5483
5484 #. type: =item
5485 #: ../src/guestfs.pod:2797 ../fish/guestfish.pod:1052
5486 msgid "LIBGUESTFS_PATH"
5487 msgstr ""
5488
5489 #. type: textblock
5490 #: ../src/guestfs.pod:2799
5491 msgid ""
5492 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5493 "the discussion of paths in section L</PATH> above."
5494 msgstr ""
5495
5496 #. type: =item
5497 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1057
5498 msgid "LIBGUESTFS_QEMU"
5499 msgstr ""
5500
5501 #. type: textblock
5502 #: ../src/guestfs.pod:2804 ../fish/guestfish.pod:1059
5503 msgid ""
5504 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5505 "which was found at compile time by the configure script is used."
5506 msgstr ""
5507
5508 #. type: textblock
5509 #: ../src/guestfs.pod:2808
5510 msgid "See also L</QEMU WRAPPERS> above."
5511 msgstr ""
5512
5513 #. type: =item
5514 #: ../src/guestfs.pod:2810 ../fish/guestfish.pod:1063
5515 msgid "LIBGUESTFS_TRACE"
5516 msgstr ""
5517
5518 #. type: textblock
5519 #: ../src/guestfs.pod:2812
5520 msgid ""
5521 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5522 "effect as calling C<guestfs_set_trace (g, 1)>."
5523 msgstr ""
5524
5525 #. type: =item
5526 #: ../src/guestfs.pod:2815 ../fish/guestfish.pod:1072
5527 msgid "TMPDIR"
5528 msgstr ""
5529
5530 #. type: textblock
5531 #: ../src/guestfs.pod:2817 ../fish/guestfish.pod:1074
5532 msgid ""
5533 "Location of temporary directory, defaults to C</tmp> except for the cached "
5534 "supermin appliance which defaults to C</var/tmp>."
5535 msgstr ""
5536
5537 #. type: textblock
5538 #: ../src/guestfs.pod:2820 ../fish/guestfish.pod:1077
5539 msgid ""
5540 "If libguestfs was compiled to use the supermin appliance then the real "
5541 "appliance is cached in this directory, shared between all handles belonging "
5542 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5543 "use in case C</var/tmp> is not large enough."
5544 msgstr ""
5545
5546 #. type: =head1
5547 #: ../src/guestfs.pod:2828 ../fish/guestfish.pod:1144
5548 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:267
5549 #: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572
5550 #: ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189
5551 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
5552 #: ../tools/virt-list-partitions.pl:257
5553 msgid "SEE ALSO"
5554 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
5555
5556 #. type: textblock
5557 #: ../src/guestfs.pod:2830
5558 msgid ""
5559 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5560 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
5561 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
5562 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
5563 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
5564 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
5565 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5566 msgstr ""
5567
5568 #. type: textblock
5569 #: ../src/guestfs.pod:2857
5570 msgid ""
5571 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5572 "(8)>, L<disktype(1)>."
5573 msgstr ""
5574
5575 #. type: =head1
5576 #: ../src/guestfs.pod:2864 ../tools/virt-win-reg.pl:587
5577 #: ../tools/virt-make-fs.pl:553
5578 msgid "BUGS"
5579 msgstr "ВАДИ"
5580
5581 #. type: textblock
5582 #: ../src/guestfs.pod:2866
5583 msgid "To get a list of bugs against libguestfs use this link:"
5584 msgstr ""
5585 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
5586 "посиланням:"
5587
5588 #. type: textblock
5589 #: ../src/guestfs.pod:2868
5590 msgid ""
5591 "L<https://bugzilla.redhat.com/buglist.cgi?"
5592 "component=libguestfs&product=Virtualization+Tools>"
5593 msgstr ""
5594 "L<https://bugzilla.redhat.com/buglist.cgi?"
5595 "component=libguestfs&product=Virtualization+Tools>"
5596
5597 #. type: textblock
5598 #: ../src/guestfs.pod:2870
5599 msgid "To report a new bug against libguestfs use this link:"
5600 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
5601
5602 #. type: textblock
5603 #: ../src/guestfs.pod:2872
5604 msgid ""
5605 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5606 "component=libguestfs&product=Virtualization+Tools>"
5607 msgstr ""
5608 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5609 "component=libguestfs&product=Virtualization+Tools>"
5610
5611 #. type: textblock
5612 #: ../src/guestfs.pod:2874
5613 msgid "When reporting a bug, please check:"
5614 msgstr ""
5615
5616 #. type: textblock
5617 #: ../src/guestfs.pod:2880
5618 msgid "That the bug hasn't been reported already."
5619 msgstr ""
5620
5621 #. type: textblock
5622 #: ../src/guestfs.pod:2884
5623 msgid "That you are testing a recent version."
5624 msgstr ""
5625
5626 #. type: textblock
5627 #: ../src/guestfs.pod:2888
5628 msgid "Describe the bug accurately, and give a way to reproduce it."
5629 msgstr ""
5630
5631 #. type: textblock
5632 #: ../src/guestfs.pod:2892
5633 msgid ""
5634 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5635 "bug report."
5636 msgstr ""
5637
5638 #. type: =head1
5639 #: ../src/guestfs.pod:2897 ../fish/guestfish.pod:1167
5640 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:278
5641 msgid "AUTHORS"
5642 msgstr "АВТОРИ"
5643
5644 #. type: textblock
5645 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1169
5646 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:280
5647 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5648 msgstr ""
5649
5650 #. type: =head1
5651 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1171
5652 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:282
5653 #: ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602
5654 #: ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206
5655 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
5656 #: ../tools/virt-list-partitions.pl:273
5657 msgid "COPYRIGHT"
5658 msgstr "АВТОРСЬКІ ПРАВА"
5659
5660 #. type: textblock
5661 #: ../src/guestfs.pod:2903 ../fish/guestfish.pod:1173
5662 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5663 msgstr ""
5664
5665 #. type: textblock
5666 #: ../src/guestfs.pod:2906
5667 msgid ""
5668 "This library is free software; you can redistribute it and/or modify it "
5669 "under the terms of the GNU Lesser General Public License as published by the "
5670 "Free Software Foundation; either version 2 of the License, or (at your "
5671 "option) any later version."
5672 msgstr ""
5673
5674 #. type: textblock
5675 #: ../src/guestfs.pod:2911
5676 msgid ""
5677 "This library is distributed in the hope that it will be useful, but WITHOUT "
5678 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5679 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5680 "for more details."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs.pod:2916
5685 msgid ""
5686 "You should have received a copy of the GNU Lesser General Public License "
5687 "along with this library; if not, write to the Free Software Foundation, "
5688 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5689 msgstr ""
5690
5691 #. type: =head2
5692 #: ../src/guestfs-actions.pod:1
5693 msgid "guestfs_add_cdrom"
5694 msgstr ""
5695
5696 #. type: verbatim
5697 #: ../src/guestfs-actions.pod:3
5698 #, no-wrap
5699 msgid ""
5700 " int\n"
5701 " guestfs_add_cdrom (guestfs_h *g,\n"
5702 "                    const char *filename);\n"
5703 "\n"
5704 msgstr ""
5705
5706 #. type: textblock
5707 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5708 msgid "This function adds a virtual CD-ROM disk image to the guest."
5709 msgstr ""
5710
5711 #. type: textblock
5712 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5713 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5714 msgstr ""
5715
5716 #. type: textblock
5717 #: ../src/guestfs-actions.pod:17
5718 msgid ""
5719 "This call checks for the existence of C<filename>.  This stops you from "
5720 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5721 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5722 "instead."
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../src/guestfs-actions.pod:24
5727 msgid ""
5728 "If you just want to add an ISO file (often you use this as an efficient way "
5729 "to transfer large files into the guest), then you should probably use "
5730 "C<guestfs_add_drive_ro> instead."
5731 msgstr ""
5732
5733 #. type: textblock
5734 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
5735 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
5736 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
5737 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
5738 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
5739 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
5740 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
5741 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
5742 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
5743 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
5744 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
5745 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
5746 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
5747 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
5748 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
5749 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
5750 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
5751 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
5752 #: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717
5753 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266
5754 #: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471
5755 #: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3380
5756 #: ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3420
5757 #: ../src/guestfs-actions.pod:3575 ../src/guestfs-actions.pod:3589
5758 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3616
5759 #: ../src/guestfs-actions.pod:3631 ../src/guestfs-actions.pod:3667
5760 #: ../src/guestfs-actions.pod:3739 ../src/guestfs-actions.pod:3759
5761 #: ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3799
5762 #: ../src/guestfs-actions.pod:3822 ../src/guestfs-actions.pod:3854
5763 #: ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3892
5764 #: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3939
5765 #: ../src/guestfs-actions.pod:3975 ../src/guestfs-actions.pod:3991
5766 #: ../src/guestfs-actions.pod:4004 ../src/guestfs-actions.pod:4019
5767 #: ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4129
5768 #: ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4162
5769 #: ../src/guestfs-actions.pod:4213 ../src/guestfs-actions.pod:4231
5770 #: ../src/guestfs-actions.pod:4249 ../src/guestfs-actions.pod:4265
5771 #: ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:4293
5772 #: ../src/guestfs-actions.pod:4310 ../src/guestfs-actions.pod:4325
5773 #: ../src/guestfs-actions.pod:4345 ../src/guestfs-actions.pod:4403
5774 #: ../src/guestfs-actions.pod:4476 ../src/guestfs-actions.pod:4507
5775 #: ../src/guestfs-actions.pod:4526 ../src/guestfs-actions.pod:4545
5776 #: ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:4574
5777 #: ../src/guestfs-actions.pod:4587 ../src/guestfs-actions.pod:4602
5778 #: ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:4652
5779 #: ../src/guestfs-actions.pod:4667 ../src/guestfs-actions.pod:4687
5780 #: ../src/guestfs-actions.pod:4701 ../src/guestfs-actions.pod:4718
5781 #: ../src/guestfs-actions.pod:4767 ../src/guestfs-actions.pod:4804
5782 #: ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4846
5783 #: ../src/guestfs-actions.pod:4863 ../src/guestfs-actions.pod:4881
5784 #: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5072
5785 #: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5112
5786 #: ../src/guestfs-actions.pod:5144 ../src/guestfs-actions.pod:5210
5787 #: ../src/guestfs-actions.pod:5227 ../src/guestfs-actions.pod:5240
5788 #: ../src/guestfs-actions.pod:5254 ../src/guestfs-actions.pod:5543
5789 #: ../src/guestfs-actions.pod:5562 ../src/guestfs-actions.pod:5581
5790 #: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5605
5791 #: ../src/guestfs-actions.pod:5619 ../src/guestfs-actions.pod:5631
5792 #: ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:5661
5793 #: ../src/guestfs-actions.pod:5682 ../src/guestfs-actions.pod:5701
5794 #: ../src/guestfs-actions.pod:5720 ../src/guestfs-actions.pod:5750
5795 #: ../src/guestfs-actions.pod:5766 ../src/guestfs-actions.pod:5789
5796 #: ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:5826
5797 #: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:5866
5798 #: ../src/guestfs-actions.pod:5883 ../src/guestfs-actions.pod:5911
5799 #: ../src/guestfs-actions.pod:5935 ../src/guestfs-actions.pod:5954
5800 #: ../src/guestfs-actions.pod:5978 ../src/guestfs-actions.pod:5997
5801 #: ../src/guestfs-actions.pod:6012 ../src/guestfs-actions.pod:6031
5802 #: ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6091
5803 #: ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6225
5804 #: ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6358
5805 #: ../src/guestfs-actions.pod:6371 ../src/guestfs-actions.pod:6384
5806 #: ../src/guestfs-actions.pod:6406 ../src/guestfs-actions.pod:6419
5807 #: ../src/guestfs-actions.pod:6432 ../src/guestfs-actions.pod:6445
5808 #: ../src/guestfs-actions.pod:6460 ../src/guestfs-actions.pod:6519
5809 #: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6552
5810 #: ../src/guestfs-actions.pod:6568 ../src/guestfs-actions.pod:6585
5811 #: ../src/guestfs-actions.pod:6598 ../src/guestfs-actions.pod:6618
5812 #: ../src/guestfs-actions.pod:6654 ../src/guestfs-actions.pod:6668
5813 #: ../src/guestfs-actions.pod:6709 ../src/guestfs-actions.pod:6722
5814 #: ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:6774
5815 #: ../src/guestfs-actions.pod:6810 ../src/guestfs-actions.pod:6929
5816 #: ../src/guestfs-actions.pod:6947 ../src/guestfs-actions.pod:6961
5817 #: ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7029
5818 #: ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7107
5819 #: ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7187
5820 #: ../src/guestfs-actions.pod:7253 ../src/guestfs-actions.pod:7272
5821 #: ../src/guestfs-actions.pod:7301
5822 msgid "This function returns 0 on success or -1 on error."
5823 msgstr ""
5824
5825 #. type: textblock
5826 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
5827 #: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
5828 #: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5829 msgid ""
5830 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5831 "instead."
5832 msgstr ""
5833
5834 #. type: textblock
5835 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
5836 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
5837 #: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965
5838 #: ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:7195
5839 #: ../src/guestfs-actions.pod:7364 ../fish/guestfish-actions.pod:31
5840 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
5841 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319
5842 #: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:2942
5843 #: ../fish/guestfish-actions.pod:4800 ../fish/guestfish-actions.pod:4897
5844 msgid ""
5845 "Deprecated functions will not be removed from the API, but the fact that "
5846 "they are deprecated indicates that there are problems with correct use of "
5847 "these functions."
5848 msgstr ""
5849
5850 #. type: textblock
5851 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
5852 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916
5853 #: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117
5854 #: ../src/guestfs-actions.pod:3382 ../src/guestfs-actions.pod:3402
5855 #: ../src/guestfs-actions.pod:4654 ../src/guestfs-actions.pod:5768
5856 #: ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5999
5857 #: ../src/guestfs-actions.pod:6462 ../src/guestfs-actions.pod:6587
5858 #: ../src/guestfs-actions.pod:7109
5859 msgid "(Added in 0.3)"
5860 msgstr ""
5861
5862 #. type: =head2
5863 #: ../src/guestfs-actions.pod:41
5864 msgid "guestfs_add_domain"
5865 msgstr ""
5866
5867 #. type: verbatim
5868 #: ../src/guestfs-actions.pod:43
5869 #, no-wrap
5870 msgid ""
5871 " int\n"
5872 " guestfs_add_domain (guestfs_h *g,\n"
5873 "                     const char *dom,\n"
5874 "                     ...);\n"
5875 "\n"
5876 msgstr ""
5877
5878 #. type: textblock
5879 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
5880 #: ../src/guestfs-actions.pod:4364
5881 msgid ""
5882 "You may supply a list of optional arguments to this call.  Use zero or more "
5883 "of the following pairs of parameters, and terminate the list with C<-1> on "
5884 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5885 msgstr ""
5886
5887 #. type: verbatim
5888 #: ../src/guestfs-actions.pod:53
5889 #, no-wrap
5890 msgid ""
5891 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5892 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5893 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5894 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5895 "\n"
5896 msgstr ""
5897
5898 #. type: textblock
5899 #: ../src/guestfs-actions.pod:58
5900 msgid ""
5901 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5902 "It works by connecting to libvirt, requesting the domain and domain XML from "
5903 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5904 "one."
5905 msgstr ""
5906
5907 #. type: textblock
5908 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5909 msgid ""
5910 "The number of disks added is returned.  This operation is atomic: if an "
5911 "error is returned, then no disks are added."
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5916 msgid ""
5917 "This function does some minimal checks to make sure the libvirt domain is "
5918 "not running (unless C<readonly> is true).  In a future version we will try "
5919 "to acquire the libvirt lock on each disk."
5920 msgstr ""
5921
5922 #. type: textblock
5923 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5924 msgid ""
5925 "Disks must be accessible locally.  This often means that adding disks from a "
5926 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5927 "unless those disks are accessible via the same device path locally too."
5928 msgstr ""
5929
5930 #. type: textblock
5931 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5932 msgid ""
5933 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5934 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5935 "libvirt URI (or one set through an environment variable, see the libvirt "
5936 "documentation for full details)."
5937 msgstr ""
5938
5939 #. type: textblock
5940 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5941 msgid ""
5942 "The optional C<live> flag controls whether this call will try to connect to "
5943 "a running virtual machine C<guestfsd> process if it sees a suitable "
5944 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5945 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5946 "DAEMONS> for more information."
5947 msgstr ""
5948
5949 #. type: textblock
5950 #: ../src/guestfs-actions.pod:88
5951 msgid ""
5952 "The other optional parameters are passed directly through to "
5953 "C<guestfs_add_drive_opts>."
5954 msgstr ""
5955
5956 #. type: textblock
5957 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
5958 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
5959 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
5960 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
5961 #: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877
5962 #: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026
5963 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104
5964 #: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2728
5965 #: ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:4790
5966 #: ../src/guestfs-actions.pod:4918 ../src/guestfs-actions.pod:5324
5967 #: ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:6695
5968 #: ../src/guestfs-actions.pod:7120 ../src/guestfs-actions.pod:7133
5969 #: ../src/guestfs-actions.pod:7146
5970 msgid "On error this function returns -1."
5971 msgstr ""
5972
5973 #. type: textblock
5974 #: ../src/guestfs-actions.pod:93
5975 msgid "(Added in 1.7.4)"
5976 msgstr ""
5977
5978 #. type: =head2
5979 #: ../src/guestfs-actions.pod:95
5980 msgid "guestfs_add_domain_va"
5981 msgstr ""
5982
5983 #. type: verbatim
5984 #: ../src/guestfs-actions.pod:97
5985 #, no-wrap
5986 msgid ""
5987 " int\n"
5988 " guestfs_add_domain_va (guestfs_h *g,\n"
5989 "                        const char *dom,\n"
5990 "                        va_list args);\n"
5991 "\n"
5992 msgstr ""
5993
5994 #. type: textblock
5995 #: ../src/guestfs-actions.pod:102
5996 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5997 msgstr ""
5998
5999 #. type: textblock
6000 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6001 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6002 #: ../src/guestfs-actions.pod:4417 ../src/guestfs-actions.pod:4429
6003 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6004 msgstr ""
6005
6006 #. type: =head2
6007 #: ../src/guestfs-actions.pod:106
6008 msgid "guestfs_add_domain_argv"
6009 msgstr ""
6010
6011 #. type: verbatim
6012 #: ../src/guestfs-actions.pod:108
6013 #, no-wrap
6014 msgid ""
6015 " int\n"
6016 " guestfs_add_domain_argv (guestfs_h *g,\n"
6017 "                          const char *dom,\n"
6018 "                          const struct guestfs_add_domain_argv *optargs);\n"
6019 "\n"
6020 msgstr ""
6021
6022 #. type: textblock
6023 #: ../src/guestfs-actions.pod:113
6024 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6025 msgstr ""
6026
6027 #. type: =head2
6028 #: ../src/guestfs-actions.pod:117
6029 msgid "guestfs_add_drive"
6030 msgstr ""
6031
6032 #. type: verbatim
6033 #: ../src/guestfs-actions.pod:119
6034 #, no-wrap
6035 msgid ""
6036 " int\n"
6037 " guestfs_add_drive (guestfs_h *g,\n"
6038 "                    const char *filename);\n"
6039 "\n"
6040 msgstr ""
6041
6042 #. type: textblock
6043 #: ../src/guestfs-actions.pod:123
6044 msgid ""
6045 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6046 "optional parameters, so the disk is added writable, with the format being "
6047 "detected automatically."
6048 msgstr ""
6049
6050 #. type: textblock
6051 #: ../src/guestfs-actions.pod:127
6052 msgid ""
6053 "Automatic detection of the format opens you up to a potential security hole "
6054 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6055 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6056 "you should think about replacing calls to this function with calls to "
6057 "C<guestfs_add_drive_opts>, and specifying the format."
6058 msgstr ""
6059
6060 #. type: =head2
6061 #: ../src/guestfs-actions.pod:138
6062 msgid "guestfs_add_drive_opts"
6063 msgstr ""
6064
6065 #. type: verbatim
6066 #: ../src/guestfs-actions.pod:140
6067 #, no-wrap
6068 msgid ""
6069 " int\n"
6070 " guestfs_add_drive_opts (guestfs_h *g,\n"
6071 "                         const char *filename,\n"
6072 "                         ...);\n"
6073 "\n"
6074 msgstr ""
6075
6076 #. type: verbatim
6077 #: ../src/guestfs-actions.pod:150
6078 #, no-wrap
6079 msgid ""
6080 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6081 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6082 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6083 "\n"
6084 msgstr ""
6085
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6088 msgid ""
6089 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6090 "The first time you call this function, the disk appears as C</dev/sda>, the "
6091 "second time as C</dev/sdb>, and so on."
6092 msgstr ""
6093
6094 #. type: textblock
6095 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6096 msgid ""
6097 "You don't necessarily need to be root when using libguestfs.  However you "
6098 "obviously do need sufficient permissions to access the filename for whatever "
6099 "operations you want to perform (ie. read access if you just want to read the "
6100 "image or write access if you want to modify the image)."
6101 msgstr ""
6102
6103 #. type: textblock
6104 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6105 msgid "This call checks that C<filename> exists."
6106 msgstr ""
6107
6108 #. type: textblock
6109 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4375
6110 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2953
6111 msgid "The optional arguments are:"
6112 msgstr ""
6113
6114 #. type: =item
6115 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6116 msgid "C<readonly>"
6117 msgstr "C<readonly>"
6118
6119 #. type: textblock
6120 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6121 msgid ""
6122 "If true then the image is treated as read-only.  Writes are still allowed, "
6123 "but they are stored in a temporary snapshot overlay which is discarded at "
6124 "the end.  The disk that you add is not modified."
6125 msgstr ""
6126
6127 #. type: =item
6128 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6129 msgid "C<format>"
6130 msgstr "C<format>"
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:179
6134 msgid ""
6135 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6136 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6137 "Possible formats include C<raw> and C<qcow2>."
6138 msgstr ""
6139
6140 #. type: textblock
6141 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6142 msgid ""
6143 "Automatic detection of the format opens you up to a potential security hole "
6144 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6145 "RHBZ#642934.  Specifying the format closes this security hole."
6146 msgstr ""
6147
6148 #. type: =item
6149 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6150 msgid "C<iface>"
6151 msgstr "C<iface>"
6152
6153 #. type: textblock
6154 #: ../src/guestfs-actions.pod:190
6155 msgid ""
6156 "This rarely-used option lets you emulate the behaviour of the deprecated "
6157 "C<guestfs_add_drive_with_if> call (q.v.)"
6158 msgstr ""
6159
6160 #. type: textblock
6161 #: ../src/guestfs-actions.pod:197
6162 msgid "(Added in 1.5.23)"
6163 msgstr ""
6164
6165 #. type: =head2
6166 #: ../src/guestfs-actions.pod:199
6167 msgid "guestfs_add_drive_opts_va"
6168 msgstr ""
6169
6170 #. type: verbatim
6171 #: ../src/guestfs-actions.pod:201
6172 #, no-wrap
6173 msgid ""
6174 " int\n"
6175 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6176 "                            const char *filename,\n"
6177 "                            va_list args);\n"
6178 "\n"
6179 msgstr ""
6180
6181 #. type: textblock
6182 #: ../src/guestfs-actions.pod:206
6183 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6184 msgstr ""
6185
6186 #. type: =head2
6187 #: ../src/guestfs-actions.pod:210
6188 msgid "guestfs_add_drive_opts_argv"
6189 msgstr ""
6190
6191 #. type: verbatim
6192 #: ../src/guestfs-actions.pod:212
6193 #, no-wrap
6194 msgid ""
6195 " int\n"
6196 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6197 "                              const char *filename,\n"
6198 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6199 "\n"
6200 msgstr ""
6201
6202 #. type: textblock
6203 #: ../src/guestfs-actions.pod:217
6204 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6205 msgstr ""
6206
6207 #. type: =head2
6208 #: ../src/guestfs-actions.pod:221
6209 msgid "guestfs_add_drive_ro"
6210 msgstr ""
6211
6212 #. type: verbatim
6213 #: ../src/guestfs-actions.pod:223
6214 #, no-wrap
6215 msgid ""
6216 " int\n"
6217 " guestfs_add_drive_ro (guestfs_h *g,\n"
6218 "                       const char *filename);\n"
6219 "\n"
6220 msgstr ""
6221
6222 #. type: textblock
6223 #: ../src/guestfs-actions.pod:227
6224 msgid ""
6225 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6226 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6227 "disk is added read-only, with the format being detected automatically."
6228 msgstr ""
6229
6230 #. type: textblock
6231 #: ../src/guestfs-actions.pod:234
6232 msgid "(Added in 1.0.38)"
6233 msgstr ""
6234
6235 #. type: =head2
6236 #: ../src/guestfs-actions.pod:236
6237 msgid "guestfs_add_drive_ro_with_if"
6238 msgstr ""
6239
6240 #. type: verbatim
6241 #: ../src/guestfs-actions.pod:238
6242 #, no-wrap
6243 msgid ""
6244 " int\n"
6245 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6246 "                               const char *filename,\n"
6247 "                               const char *iface);\n"
6248 "\n"
6249 msgstr ""
6250
6251 #. type: textblock
6252 #: ../src/guestfs-actions.pod:243
6253 msgid ""
6254 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6255 "QEMU interface emulation to use at run time."
6256 msgstr ""
6257
6258 #. type: textblock
6259 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6260 #: ../src/guestfs-actions.pod:2356
6261 msgid "(Added in 1.0.84)"
6262 msgstr ""
6263
6264 #. type: =head2
6265 #: ../src/guestfs-actions.pod:257
6266 msgid "guestfs_add_drive_with_if"
6267 msgstr ""
6268
6269 #. type: verbatim
6270 #: ../src/guestfs-actions.pod:259
6271 #, no-wrap
6272 msgid ""
6273 " int\n"
6274 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6275 "                            const char *filename,\n"
6276 "                            const char *iface);\n"
6277 "\n"
6278 msgstr ""
6279
6280 #. type: textblock
6281 #: ../src/guestfs-actions.pod:264
6282 msgid ""
6283 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6284 "QEMU interface emulation to use at run time."
6285 msgstr ""
6286
6287 #. type: =head2
6288 #: ../src/guestfs-actions.pod:278
6289 msgid "guestfs_aug_clear"
6290 msgstr ""
6291
6292 #. type: verbatim
6293 #: ../src/guestfs-actions.pod:280
6294 #, no-wrap
6295 msgid ""
6296 " int\n"
6297 " guestfs_aug_clear (guestfs_h *g,\n"
6298 "                    const char *augpath);\n"
6299 "\n"
6300 msgstr ""
6301
6302 #. type: textblock
6303 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6304 msgid ""
6305 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6306 "L<augtool(1)> C<clear> command."
6307 msgstr ""
6308
6309 #. type: textblock
6310 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6311 msgid "(Added in 1.3.4)"
6312 msgstr ""
6313
6314 #. type: =head2
6315 #: ../src/guestfs-actions.pod:291
6316 msgid "guestfs_aug_close"
6317 msgstr ""
6318
6319 #. type: verbatim
6320 #: ../src/guestfs-actions.pod:293
6321 #, no-wrap
6322 msgid ""
6323 " int\n"
6324 " guestfs_aug_close (guestfs_h *g);\n"
6325 "\n"
6326 msgstr ""
6327
6328 #. type: textblock
6329 #: ../src/guestfs-actions.pod:296
6330 msgid ""
6331 "Close the current Augeas handle and free up any resources used by it.  After "
6332 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6333 "any other Augeas functions."
6334 msgstr ""
6335
6336 #. type: textblock
6337 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6338 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6339 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6340 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6341 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6342 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6343 #: ../src/guestfs-actions.pod:5401
6344 msgid "(Added in 0.7)"
6345 msgstr ""
6346
6347 #. type: =head2
6348 #: ../src/guestfs-actions.pod:305
6349 msgid "guestfs_aug_defnode"
6350 msgstr ""
6351
6352 #. type: verbatim
6353 #: ../src/guestfs-actions.pod:307
6354 #, no-wrap
6355 msgid ""
6356 " struct guestfs_int_bool *\n"
6357 " guestfs_aug_defnode (guestfs_h *g,\n"
6358 "                      const char *name,\n"
6359 "                      const char *expr,\n"
6360 "                      const char *val);\n"
6361 "\n"
6362 msgstr ""
6363
6364 #. type: textblock
6365 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6366 msgid ""
6367 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6368 msgstr ""
6369
6370 #. type: textblock
6371 #: ../src/guestfs-actions.pod:316
6372 msgid ""
6373 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6374 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6375 "containing that single node."
6376 msgstr ""
6377
6378 #. type: textblock
6379 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6380 msgid ""
6381 "On success this returns a pair containing the number of nodes in the "
6382 "nodeset, and a boolean flag if a node was created."
6383 msgstr ""
6384
6385 #. type: textblock
6386 #: ../src/guestfs-actions.pod:324
6387 msgid ""
6388 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6389 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6390 msgstr ""
6391
6392 #. type: =head2
6393 #: ../src/guestfs-actions.pod:330
6394 msgid "guestfs_aug_defvar"
6395 msgstr ""
6396
6397 #. type: verbatim
6398 #: ../src/guestfs-actions.pod:332
6399 #, no-wrap
6400 msgid ""
6401 " int\n"
6402 " guestfs_aug_defvar (guestfs_h *g,\n"
6403 "                     const char *name,\n"
6404 "                     const char *expr);\n"
6405 "\n"
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6410 msgid ""
6411 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6412 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6417 msgid ""
6418 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6419 "evaluates to something which is not a nodeset."
6420 msgstr ""
6421
6422 #. type: =head2
6423 #: ../src/guestfs-actions.pod:348
6424 msgid "guestfs_aug_get"
6425 msgstr ""
6426
6427 #. type: verbatim
6428 #: ../src/guestfs-actions.pod:350
6429 #, no-wrap
6430 msgid ""
6431 " char *\n"
6432 " guestfs_aug_get (guestfs_h *g,\n"
6433 "                  const char *augpath);\n"
6434 "\n"
6435 msgstr ""
6436
6437 #. type: textblock
6438 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6439 msgid ""
6440 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6441 "node, the C<value> is returned."
6442 msgstr ""
6443
6444 #. type: textblock
6445 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
6446 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
6447 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
6448 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
6449 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
6450 #: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657
6451 #: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837
6452 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938
6453 #: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129
6454 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528
6455 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2680
6456 #: ../src/guestfs-actions.pod:2700 ../src/guestfs-actions.pod:2814
6457 #: ../src/guestfs-actions.pod:2845 ../src/guestfs-actions.pod:2869
6458 #: ../src/guestfs-actions.pod:2906 ../src/guestfs-actions.pod:2966
6459 #: ../src/guestfs-actions.pod:2989 ../src/guestfs-actions.pod:3561
6460 #: ../src/guestfs-actions.pod:3911 ../src/guestfs-actions.pod:4081
6461 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4936
6462 #: ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:5299
6463 #: ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:5526
6464 #: ../src/guestfs-actions.pod:6138 ../src/guestfs-actions.pod:6154
6465 #: ../src/guestfs-actions.pod:6171 ../src/guestfs-actions.pod:6195
6466 #: ../src/guestfs-actions.pod:6869 ../src/guestfs-actions.pod:6888
6467 #: ../src/guestfs-actions.pod:6906 ../src/guestfs-actions.pod:7086
6468 #: ../src/guestfs-actions.pod:7358
6469 msgid ""
6470 "This function returns a string, or NULL on error.  I<The caller must free "
6471 "the returned string after use>."
6472 msgstr ""
6473
6474 #. type: =head2
6475 #: ../src/guestfs-actions.pod:362
6476 msgid "guestfs_aug_init"
6477 msgstr ""
6478
6479 #. type: verbatim
6480 #: ../src/guestfs-actions.pod:364
6481 #, no-wrap
6482 msgid ""
6483 " int\n"
6484 " guestfs_aug_init (guestfs_h *g,\n"
6485 "                   const char *root,\n"
6486 "                   int flags);\n"
6487 "\n"
6488 msgstr ""
6489
6490 #. type: textblock
6491 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6492 msgid ""
6493 "Create a new Augeas handle for editing configuration files.  If there was "
6494 "any previous Augeas handle associated with this guestfs session, then it is "
6495 "closed."
6496 msgstr ""
6497
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:373
6500 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6501 msgstr ""
6502
6503 #. type: textblock
6504 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6505 msgid ""
6506 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6507 msgstr ""
6508
6509 #. type: textblock
6510 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6511 msgid ""
6512 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6513 "logical I<or> of the following integers:"
6514 msgstr ""
6515
6516 #. type: =item
6517 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6518 msgid "C<AUG_SAVE_BACKUP> = 1"
6519 msgstr "C<AUG_SAVE_BACKUP> = 1"
6520
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6523 msgid "Keep the original file with a C<.augsave> extension."
6524 msgstr ""
6525
6526 #. type: =item
6527 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6528 msgid "C<AUG_SAVE_NEWFILE> = 2"
6529 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6530
6531 #. type: textblock
6532 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6533 msgid ""
6534 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6535 "original.  Overrides C<AUG_SAVE_BACKUP>."
6536 msgstr ""
6537
6538 #. type: =item
6539 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6540 msgid "C<AUG_TYPE_CHECK> = 4"
6541 msgstr "C<AUG_TYPE_CHECK> = 4"
6542
6543 #. type: textblock
6544 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6545 msgid "Typecheck lenses (can be expensive)."
6546 msgstr ""
6547
6548 #. type: =item
6549 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6550 msgid "C<AUG_NO_STDINC> = 8"
6551 msgstr "C<AUG_NO_STDINC> = 8"
6552
6553 #. type: textblock
6554 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6555 msgid "Do not use standard load path for modules."
6556 msgstr ""
6557
6558 #. type: =item
6559 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6560 msgid "C<AUG_SAVE_NOOP> = 16"
6561 msgstr "C<AUG_SAVE_NOOP> = 16"
6562
6563 #. type: textblock
6564 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6565 msgid "Make save a no-op, just record what would have been changed."
6566 msgstr ""
6567
6568 #. type: =item
6569 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6570 msgid "C<AUG_NO_LOAD> = 32"
6571 msgstr "C<AUG_NO_LOAD> = 32"
6572
6573 #. type: textblock
6574 #: ../src/guestfs-actions.pod:408
6575 msgid "Do not load the tree in C<guestfs_aug_init>."
6576 msgstr ""
6577
6578 #. type: textblock
6579 #: ../src/guestfs-actions.pod:412
6580 msgid "To close the handle, you can call C<guestfs_aug_close>."
6581 msgstr ""
6582
6583 #. type: textblock
6584 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6585 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6586 msgstr ""
6587
6588 #. type: =head2
6589 #: ../src/guestfs-actions.pod:420
6590 msgid "guestfs_aug_insert"
6591 msgstr ""
6592
6593 #. type: verbatim
6594 #: ../src/guestfs-actions.pod:422
6595 #, no-wrap
6596 msgid ""
6597 " int\n"
6598 " guestfs_aug_insert (guestfs_h *g,\n"
6599 "                     const char *augpath,\n"
6600 "                     const char *label,\n"
6601 "                     int before);\n"
6602 "\n"
6603 msgstr ""
6604
6605 #. type: textblock
6606 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6607 msgid ""
6608 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6609 "or after C<path> (depending on the boolean flag C<before>)."
6610 msgstr ""
6611
6612 #. type: textblock
6613 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6614 msgid ""
6615 "C<path> must match exactly one existing node in the tree, and C<label> must "
6616 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6617 msgstr ""
6618
6619 #. type: =head2
6620 #: ../src/guestfs-actions.pod:440
6621 msgid "guestfs_aug_load"
6622 msgstr ""
6623
6624 #. type: verbatim
6625 #: ../src/guestfs-actions.pod:442
6626 #, no-wrap
6627 msgid ""
6628 " int\n"
6629 " guestfs_aug_load (guestfs_h *g);\n"
6630 "\n"
6631 msgstr ""
6632
6633 #. type: textblock
6634 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6635 msgid "Load files into the tree."
6636 msgstr "Завантажити файли до ієрархії."
6637
6638 #. type: textblock
6639 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6640 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6641 msgstr ""
6642
6643 #. type: =head2
6644 #: ../src/guestfs-actions.pod:454
6645 msgid "guestfs_aug_ls"
6646 msgstr ""
6647
6648 #. type: verbatim
6649 #: ../src/guestfs-actions.pod:456
6650 #, no-wrap
6651 msgid ""
6652 " char **\n"
6653 " guestfs_aug_ls (guestfs_h *g,\n"
6654 "                 const char *augpath);\n"
6655 "\n"
6656 msgstr ""
6657
6658 #. type: textblock
6659 #: ../src/guestfs-actions.pod:460
6660 msgid ""
6661 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6662 "sorting the resulting nodes into alphabetical order."
6663 msgstr ""
6664
6665 #. type: textblock
6666 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
6667 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
6668 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
6669 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
6670 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201
6671 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236
6672 #: ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303
6673 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423
6674 #: ../src/guestfs-actions.pod:2638 ../src/guestfs-actions.pod:2923
6675 #: ../src/guestfs-actions.pod:3191 ../src/guestfs-actions.pod:3481
6676 #: ../src/guestfs-actions.pod:3543 ../src/guestfs-actions.pod:3648
6677 #: ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4751
6678 #: ../src/guestfs-actions.pod:5271 ../src/guestfs-actions.pod:5397
6679 #: ../src/guestfs-actions.pod:5511 ../src/guestfs-actions.pod:6211
6680 #: ../src/guestfs-actions.pod:6272 ../src/guestfs-actions.pod:6327
6681 #: ../src/guestfs-actions.pod:6473 ../src/guestfs-actions.pod:6497
6682 #: ../src/guestfs-actions.pod:6979 ../src/guestfs-actions.pod:6999
6683 #: ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7211
6684 #: ../src/guestfs-actions.pod:7230 ../src/guestfs-actions.pod:7315
6685 #: ../src/guestfs-actions.pod:7334 ../src/guestfs-actions.pod:7380
6686 #: ../src/guestfs-actions.pod:7399
6687 msgid ""
6688 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6689 ">), or NULL if there was an error.  I<The caller must free the strings and "
6690 "the array after use>."
6691 msgstr ""
6692
6693 #. type: textblock
6694 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
6695 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
6696 #: ../src/guestfs-actions.pod:3269 ../src/guestfs-actions.pod:3300
6697 #: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:3944
6698 #: ../src/guestfs-actions.pod:4131 ../src/guestfs-actions.pod:4164
6699 #: ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4755
6700 #: ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5607
6701 #: ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:5633
6702 #: ../src/guestfs-actions.pod:6073 ../src/guestfs-actions.pod:6711
6703 #: ../src/guestfs-actions.pod:6724 ../src/guestfs-actions.pod:6963
6704 #: ../src/guestfs-actions.pod:7199
6705 msgid "(Added in 0.8)"
6706 msgstr ""
6707
6708 #. type: =head2
6709 #: ../src/guestfs-actions.pod:469
6710 msgid "guestfs_aug_match"
6711 msgstr ""
6712
6713 #. type: verbatim
6714 #: ../src/guestfs-actions.pod:471
6715 #, no-wrap
6716 msgid ""
6717 " char **\n"
6718 " guestfs_aug_match (guestfs_h *g,\n"
6719 "                    const char *augpath);\n"
6720 "\n"
6721 msgstr ""
6722
6723 #. type: textblock
6724 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6725 msgid ""
6726 "Returns a list of paths which match the path expression C<path>.  The "
6727 "returned paths are sufficiently qualified so that they match exactly one "
6728 "node in the current tree."
6729 msgstr ""
6730
6731 #. type: =head2
6732 #: ../src/guestfs-actions.pod:485
6733 msgid "guestfs_aug_mv"
6734 msgstr ""
6735
6736 #. type: verbatim
6737 #: ../src/guestfs-actions.pod:487
6738 #, no-wrap
6739 msgid ""
6740 " int\n"
6741 " guestfs_aug_mv (guestfs_h *g,\n"
6742 "                 const char *src,\n"
6743 "                 const char *dest);\n"
6744 "\n"
6745 msgstr ""
6746
6747 #. type: textblock
6748 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6749 msgid ""
6750 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6751 "C<dest> is overwritten if it exists."
6752 msgstr ""
6753
6754 #. type: =head2
6755 #: ../src/guestfs-actions.pod:499
6756 msgid "guestfs_aug_rm"
6757 msgstr ""
6758
6759 #. type: verbatim
6760 #: ../src/guestfs-actions.pod:501
6761 #, no-wrap
6762 msgid ""
6763 " int\n"
6764 " guestfs_aug_rm (guestfs_h *g,\n"
6765 "                 const char *augpath);\n"
6766 "\n"
6767 msgstr ""
6768
6769 #. type: textblock
6770 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6771 msgid "Remove C<path> and all of its children."
6772 msgstr ""
6773
6774 #. type: textblock
6775 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6776 msgid "On success this returns the number of entries which were removed."
6777 msgstr ""
6778
6779 #. type: =head2
6780 #: ../src/guestfs-actions.pod:513
6781 msgid "guestfs_aug_save"
6782 msgstr ""
6783
6784 #. type: verbatim
6785 #: ../src/guestfs-actions.pod:515
6786 #, no-wrap
6787 msgid ""
6788 " int\n"
6789 " guestfs_aug_save (guestfs_h *g);\n"
6790 "\n"
6791 msgstr ""
6792
6793 #. type: textblock
6794 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6795 msgid "This writes all pending changes to disk."
6796 msgstr ""
6797
6798 #. type: textblock
6799 #: ../src/guestfs-actions.pod:520
6800 msgid ""
6801 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6802 "are saved."
6803 msgstr ""
6804
6805 #. type: =head2
6806 #: ../src/guestfs-actions.pod:527
6807 msgid "guestfs_aug_set"
6808 msgstr ""
6809
6810 #. type: verbatim
6811 #: ../src/guestfs-actions.pod:529
6812 #, no-wrap
6813 msgid ""
6814 " int\n"
6815 " guestfs_aug_set (guestfs_h *g,\n"
6816 "                  const char *augpath,\n"
6817 "                  const char *val);\n"
6818 "\n"
6819 msgstr ""
6820
6821 #. type: textblock
6822 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6823 msgid "Set the value associated with C<path> to C<val>."
6824 msgstr ""
6825
6826 #. type: textblock
6827 #: ../src/guestfs-actions.pod:536
6828 msgid ""
6829 "In the Augeas API, it is possible to clear a node by setting the value to "
6830 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6831 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6832 msgstr ""
6833
6834 #. type: =head2
6835 #: ../src/guestfs-actions.pod:545
6836 msgid "guestfs_available"
6837 msgstr ""
6838
6839 #. type: verbatim
6840 #: ../src/guestfs-actions.pod:547
6841 #, no-wrap
6842 msgid ""
6843 " int\n"
6844 " guestfs_available (guestfs_h *g,\n"
6845 "                    char *const *groups);\n"
6846 "\n"
6847 msgstr ""
6848
6849 #. type: textblock
6850 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6851 msgid ""
6852 "This command is used to check the availability of some groups of "
6853 "functionality in the appliance, which not all builds of the libguestfs "
6854 "appliance will be able to provide."
6855 msgstr ""
6856
6857 #. type: textblock
6858 #: ../src/guestfs-actions.pod:555
6859 msgid ""
6860 "The libguestfs groups, and the functions that those groups correspond to, "
6861 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6862 "runtime by calling C<guestfs_available_all_groups>."
6863 msgstr ""
6864
6865 #. type: textblock
6866 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6867 msgid ""
6868 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6869 "\"]> would check for the availability of the Linux inotify functions and "
6870 "Augeas (configuration file editing) functions."
6871 msgstr ""
6872
6873 #. type: textblock
6874 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6875 msgid "The command returns no error if I<all> requested groups are available."
6876 msgstr ""
6877
6878 #. type: textblock
6879 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6880 msgid ""
6881 "It fails with an error if one or more of the requested groups is unavailable "
6882 "in the appliance."
6883 msgstr ""
6884
6885 #. type: textblock
6886 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6887 msgid ""
6888 "If an unknown group name is included in the list of groups then an error is "
6889 "always returned."
6890 msgstr ""
6891
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6894 msgid "I<Notes:>"
6895 msgstr "I<Нотатки:>"
6896
6897 #. type: textblock
6898 #: ../src/guestfs-actions.pod:579
6899 msgid "You must call C<guestfs_launch> before calling this function."
6900 msgstr ""
6901
6902 #. type: textblock
6903 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6904 msgid ""
6905 "The reason is because we don't know what groups are supported by the "
6906 "appliance/daemon until it is running and can be queried."
6907 msgstr ""
6908
6909 #. type: textblock
6910 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6911 msgid ""
6912 "If a group of functions is available, this does not necessarily mean that "
6913 "they will work.  You still have to check for errors when calling individual "
6914 "API functions even if they are available."
6915 msgstr ""
6916
6917 #. type: textblock
6918 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6919 msgid ""
6920 "It is usually the job of distro packagers to build complete functionality "
6921 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6922 "with all requirements satisfied, will support everything."
6923 msgstr ""
6924
6925 #. type: textblock
6926 #: ../src/guestfs-actions.pod:601
6927 msgid ""
6928 "This call was added in version C<1.0.80>.  In previous versions of "
6929 "libguestfs all you could do would be to speculatively execute a command to "
6930 "find out if the daemon implemented it.  See also C<guestfs_version>."
6931 msgstr ""
6932
6933 #. type: textblock
6934 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6935 msgid "(Added in 1.0.80)"
6936 msgstr ""
6937
6938 #. type: =head2
6939 #: ../src/guestfs-actions.pod:612
6940 msgid "guestfs_available_all_groups"
6941 msgstr ""
6942
6943 #. type: verbatim
6944 #: ../src/guestfs-actions.pod:614
6945 #, no-wrap
6946 msgid ""
6947 " char **\n"
6948 " guestfs_available_all_groups (guestfs_h *g);\n"
6949 "\n"
6950 msgstr ""
6951
6952 #. type: textblock
6953 #: ../src/guestfs-actions.pod:617
6954 msgid ""
6955 "This command returns a list of all optional groups that this daemon knows "
6956 "about.  Note this returns both supported and unsupported groups.  To find "
6957 "out which ones the daemon can actually support you have to call "
6958 "C<guestfs_available> on each member of the returned list."
6959 msgstr ""
6960
6961 #. type: textblock
6962 #: ../src/guestfs-actions.pod:623
6963 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6964 msgstr ""
6965
6966 #. type: textblock
6967 #: ../src/guestfs-actions.pod:629
6968 msgid "(Added in 1.3.15)"
6969 msgstr ""
6970
6971 #. type: =head2
6972 #: ../src/guestfs-actions.pod:631
6973 msgid "guestfs_base64_in"
6974 msgstr ""
6975
6976 #. type: verbatim
6977 #: ../src/guestfs-actions.pod:633
6978 #, no-wrap
6979 msgid ""
6980 " int\n"
6981 " guestfs_base64_in (guestfs_h *g,\n"
6982 "                    const char *base64file,\n"
6983 "                    const char *filename);\n"
6984 "\n"
6985 msgstr ""
6986
6987 #. type: textblock
6988 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6989 msgid ""
6990 "This command uploads base64-encoded data from C<base64file> to C<filename>."
6991 msgstr ""
6992
6993 #. type: textblock
6994 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6995 msgid "(Added in 1.3.5)"
6996 msgstr ""
6997
6998 #. type: =head2
6999 #: ../src/guestfs-actions.pod:645
7000 msgid "guestfs_base64_out"
7001 msgstr ""
7002
7003 #. type: verbatim
7004 #: ../src/guestfs-actions.pod:647
7005 #, no-wrap
7006 msgid ""
7007 " int\n"
7008 " guestfs_base64_out (guestfs_h *g,\n"
7009 "                     const char *filename,\n"
7010 "                     const char *base64file);\n"
7011 "\n"
7012 msgstr ""
7013
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7016 msgid ""
7017 "This command downloads the contents of C<filename>, writing it out to local "
7018 "file C<base64file> encoded as base64."
7019 msgstr ""
7020
7021 #. type: =head2
7022 #: ../src/guestfs-actions.pod:659
7023 msgid "guestfs_blockdev_flushbufs"
7024 msgstr ""
7025
7026 #. type: verbatim
7027 #: ../src/guestfs-actions.pod:661
7028 #, no-wrap
7029 msgid ""
7030 " int\n"
7031 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7032 "                             const char *device);\n"
7033 "\n"
7034 msgstr ""
7035
7036 #. type: textblock
7037 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7038 msgid ""
7039 "This tells the kernel to flush internal buffers associated with C<device>."
7040 msgstr ""
7041
7042 #. type: textblock
7043 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7044 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7045 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7046 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7047 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7048 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7049 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7050 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7051 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7052 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7053 msgid "This uses the L<blockdev(8)> command."
7054 msgstr ""
7055
7056 #. type: textblock
7057 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7058 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7059 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7060 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7061 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7062 msgid "(Added in 0.9.3)"
7063 msgstr ""
7064
7065 #. type: =head2
7066 #: ../src/guestfs-actions.pod:674
7067 msgid "guestfs_blockdev_getbsz"
7068 msgstr ""
7069
7070 #. type: verbatim
7071 #: ../src/guestfs-actions.pod:676
7072 #, no-wrap
7073 msgid ""
7074 " int\n"
7075 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7076 "                          const char *device);\n"
7077 "\n"
7078 msgstr ""
7079
7080 #. type: textblock
7081 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7082 msgid "This returns the block size of a device."
7083 msgstr ""
7084
7085 #. type: textblock
7086 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7087 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7088 msgid ""
7089 "(Note this is different from both I<size in blocks> and I<filesystem block "
7090 "size>)."
7091 msgstr ""
7092
7093 #. type: =head2
7094 #: ../src/guestfs-actions.pod:691
7095 msgid "guestfs_blockdev_getro"
7096 msgstr ""
7097
7098 #. type: verbatim
7099 #: ../src/guestfs-actions.pod:693
7100 #, no-wrap
7101 msgid ""
7102 " int\n"
7103 " guestfs_blockdev_getro (guestfs_h *g,\n"
7104 "                         const char *device);\n"
7105 "\n"
7106 msgstr ""
7107
7108 #. type: textblock
7109 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7110 msgid ""
7111 "Returns a boolean indicating if the block device is read-only (true if read-"
7112 "only, false if not)."
7113 msgstr ""
7114
7115 #. type: textblock
7116 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7117 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914
7118 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997
7119 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067
7120 #: ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115
7121 #: ../src/guestfs-actions.pod:3009 ../src/guestfs-actions.pod:3026
7122 #: ../src/guestfs-actions.pod:3045 ../src/guestfs-actions.pod:3208
7123 #: ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3237
7124 #: ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:3267
7125 #: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3298
7126 #: ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3325
7127 #: ../src/guestfs-actions.pod:3339 ../src/guestfs-actions.pod:3354
7128 #: ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:4900
7129 msgid "This function returns a C truth value on success or -1 on error."
7130 msgstr ""
7131
7132 #. type: =head2
7133 #: ../src/guestfs-actions.pod:706
7134 msgid "guestfs_blockdev_getsize64"
7135 msgstr ""
7136
7137 #. type: verbatim
7138 #: ../src/guestfs-actions.pod:708
7139 #, no-wrap
7140 msgid ""
7141 " int64_t\n"
7142 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7143 "                             const char *device);\n"
7144 "\n"
7145 msgstr ""
7146
7147 #. type: textblock
7148 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7149 msgid "This returns the size of the device in bytes."
7150 msgstr ""
7151
7152 #. type: textblock
7153 #: ../src/guestfs-actions.pod:714
7154 msgid "See also C<guestfs_blockdev_getsz>."
7155 msgstr ""
7156
7157 #. type: =head2
7158 #: ../src/guestfs-actions.pod:722
7159 msgid "guestfs_blockdev_getss"
7160 msgstr ""
7161
7162 #. type: verbatim
7163 #: ../src/guestfs-actions.pod:724
7164 #, no-wrap
7165 msgid ""
7166 " int\n"
7167 " guestfs_blockdev_getss (guestfs_h *g,\n"
7168 "                         const char *device);\n"
7169 "\n"
7170 msgstr ""
7171
7172 #. type: textblock
7173 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7174 msgid ""
7175 "This returns the size of sectors on a block device.  Usually 512, but can be "
7176 "larger for modern devices."
7177 msgstr ""
7178
7179 #. type: textblock
7180 #: ../src/guestfs-actions.pod:731
7181 msgid ""
7182 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7183 "that)."
7184 msgstr ""
7185
7186 #. type: =head2
7187 #: ../src/guestfs-actions.pod:740
7188 msgid "guestfs_blockdev_getsz"
7189 msgstr ""
7190
7191 #. type: verbatim
7192 #: ../src/guestfs-actions.pod:742
7193 #, no-wrap
7194 msgid ""
7195 " int64_t\n"
7196 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7197 "                         const char *device);\n"
7198 "\n"
7199 msgstr ""
7200
7201 #. type: textblock
7202 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7203 msgid ""
7204 "This returns the size of the device in units of 512-byte sectors (even if "
7205 "the sectorsize isn't 512 bytes ... weird)."
7206 msgstr ""
7207
7208 #. type: textblock
7209 #: ../src/guestfs-actions.pod:749
7210 msgid ""
7211 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7212 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7213 msgstr ""
7214
7215 #. type: =head2
7216 #: ../src/guestfs-actions.pod:759
7217 msgid "guestfs_blockdev_rereadpt"
7218 msgstr ""
7219
7220 #. type: verbatim
7221 #: ../src/guestfs-actions.pod:761
7222 #, no-wrap
7223 msgid ""
7224 " int\n"
7225 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7226 "                            const char *device);\n"
7227 "\n"
7228 msgstr ""
7229
7230 #. type: textblock
7231 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7232 msgid "Reread the partition table on C<device>."
7233 msgstr ""
7234
7235 #. type: =head2
7236 #: ../src/guestfs-actions.pod:773
7237 msgid "guestfs_blockdev_setbsz"
7238 msgstr ""
7239
7240 #. type: verbatim
7241 #: ../src/guestfs-actions.pod:775
7242 #, no-wrap
7243 msgid ""
7244 " int\n"
7245 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7246 "                          const char *device,\n"
7247 "                          int blocksize);\n"
7248 "\n"
7249 msgstr ""
7250
7251 #. type: textblock
7252 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7253 msgid "This sets the block size of a device."
7254 msgstr ""
7255
7256 #. type: =head2
7257 #: ../src/guestfs-actions.pod:791
7258 msgid "guestfs_blockdev_setro"
7259 msgstr ""
7260
7261 #. type: verbatim
7262 #: ../src/guestfs-actions.pod:793
7263 #, no-wrap
7264 msgid ""
7265 " int\n"
7266 " guestfs_blockdev_setro (guestfs_h *g,\n"
7267 "                         const char *device);\n"
7268 "\n"
7269 msgstr ""
7270
7271 #. type: textblock
7272 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7273 msgid "Sets the block device named C<device> to read-only."
7274 msgstr ""
7275
7276 #. type: =head2
7277 #: ../src/guestfs-actions.pod:805
7278 msgid "guestfs_blockdev_setrw"
7279 msgstr ""
7280
7281 #. type: verbatim
7282 #: ../src/guestfs-actions.pod:807
7283 #, no-wrap
7284 msgid ""
7285 " int\n"
7286 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7287 "                         const char *device);\n"
7288 "\n"
7289 msgstr ""
7290
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7293 msgid "Sets the block device named C<device> to read-write."
7294 msgstr ""
7295
7296 #. type: =head2
7297 #: ../src/guestfs-actions.pod:819
7298 msgid "guestfs_case_sensitive_path"
7299 msgstr ""
7300
7301 #. type: verbatim
7302 #: ../src/guestfs-actions.pod:821
7303 #, no-wrap
7304 msgid ""
7305 " char *\n"
7306 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7307 "                              const char *path);\n"
7308 "\n"
7309 msgstr ""
7310
7311 #. type: textblock
7312 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7313 msgid ""
7314 "This can be used to resolve case insensitive paths on a filesystem which is "
7315 "case sensitive.  The use case is to resolve paths which you have read from "
7316 "Windows configuration files or the Windows Registry, to the true path."
7317 msgstr ""
7318
7319 #. type: textblock
7320 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7321 msgid ""
7322 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7323 "(and probably others), which is that although the underlying filesystem is "
7324 "case-insensitive, the driver exports the filesystem to Linux as case-"
7325 "sensitive."
7326 msgstr ""
7327
7328 #. type: textblock
7329 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7330 msgid ""
7331 "One consequence of this is that special directories such as C<c:\\windows> "
7332 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7333 "precise details of how they were created.  In Windows itself this would not "
7334 "be a problem."
7335 msgstr ""
7336
7337 #. type: textblock
7338 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7339 msgid ""
7340 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7341 "#posixfilenames1>"
7342 msgstr ""
7343
7344 #. type: textblock
7345 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7346 msgid ""
7347 "This function resolves the true case of each element in the path and returns "
7348 "the case-sensitive path."
7349 msgstr ""
7350
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:847
7353 msgid ""
7354 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7355 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7356 "how the directories were originally created under Windows)."
7357 msgstr ""
7358
7359 #. type: textblock
7360 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7361 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7362 msgstr ""
7363
7364 #. type: textblock
7365 #: ../src/guestfs-actions.pod:855
7366 msgid "See also C<guestfs_realpath>."
7367 msgstr ""
7368
7369 #. type: textblock
7370 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6891
7371 msgid "(Added in 1.0.75)"
7372 msgstr ""
7373
7374 #. type: =head2
7375 #: ../src/guestfs-actions.pod:862
7376 msgid "guestfs_cat"
7377 msgstr ""
7378
7379 #. type: verbatim
7380 #: ../src/guestfs-actions.pod:864
7381 #, no-wrap
7382 msgid ""
7383 " char *\n"
7384 " guestfs_cat (guestfs_h *g,\n"
7385 "              const char *path);\n"
7386 "\n"
7387 msgstr ""
7388
7389 #. type: textblock
7390 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5387
7391 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3601
7392 msgid "Return the contents of the file named C<path>."
7393 msgstr ""
7394
7395 #. type: textblock
7396 #: ../src/guestfs-actions.pod:870
7397 msgid ""
7398 "Note that this function cannot correctly handle binary files (specifically, "
7399 "files containing C<\\0> character which is treated as end of string).  For "
7400 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7401 "functions which have a more complex interface."
7402 msgstr ""
7403
7404 #. type: textblock
7405 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
7406 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
7407 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
7408 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763
7409 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240
7410 #: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307
7411 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353
7412 #: ../src/guestfs-actions.pod:5169 ../src/guestfs-actions.pod:5195
7413 #: ../src/guestfs-actions.pod:5326 ../src/guestfs-actions.pod:5352
7414 #: ../src/guestfs-actions.pod:5376 ../src/guestfs-actions.pod:6276
7415 #: ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6477
7416 #: ../src/guestfs-actions.pod:6501 ../src/guestfs-actions.pod:7163
7417 #: ../src/guestfs-actions.pod:7189 ../src/guestfs-actions.pod:7215
7418 #: ../src/guestfs-actions.pod:7234 ../src/guestfs-actions.pod:7319
7419 #: ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7384
7420 #: ../src/guestfs-actions.pod:7403 ../fish/guestfish-actions.pod:587
7421 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
7422 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
7423 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
7424 #: ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493
7425 #: ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531
7426 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556
7427 #: ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3471
7428 #: ../fish/guestfish-actions.pod:3486 ../fish/guestfish-actions.pod:3562
7429 #: ../fish/guestfish-actions.pod:3579 ../fish/guestfish-actions.pod:3594
7430 #: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4266
7431 #: ../fish/guestfish-actions.pod:4351 ../fish/guestfish-actions.pod:4366
7432 #: ../fish/guestfish-actions.pod:4776 ../fish/guestfish-actions.pod:4794
7433 #: ../fish/guestfish-actions.pod:4811 ../fish/guestfish-actions.pod:4821
7434 #: ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879
7435 #: ../fish/guestfish-actions.pod:4908 ../fish/guestfish-actions.pod:4918
7436 msgid ""
7437 "Because of the message protocol, there is a transfer limit of somewhere "
7438 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7439 msgstr ""
7440
7441 #. type: textblock
7442 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3485
7443 #: ../src/guestfs-actions.pod:3547 ../src/guestfs-actions.pod:3564
7444 #: ../src/guestfs-actions.pod:3652 ../src/guestfs-actions.pod:4057
7445 #: ../src/guestfs-actions.pod:4071 ../src/guestfs-actions.pod:5275
7446 #: ../src/guestfs-actions.pod:5289 ../src/guestfs-actions.pod:7050
7447 #: ../src/guestfs-actions.pod:7064
7448 msgid "(Added in 0.4)"
7449 msgstr ""
7450
7451 #. type: =head2
7452 #: ../src/guestfs-actions.pod:883
7453 msgid "guestfs_checksum"
7454 msgstr ""
7455
7456 #. type: verbatim
7457 #: ../src/guestfs-actions.pod:885
7458 #, no-wrap
7459 msgid ""
7460 " char *\n"
7461 " guestfs_checksum (guestfs_h *g,\n"
7462 "                   const char *csumtype,\n"
7463 "                   const char *path);\n"
7464 "\n"
7465 msgstr ""
7466
7467 #. type: textblock
7468 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7469 msgid ""
7470 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7471 msgstr ""
7472
7473 #. type: textblock
7474 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7475 msgid ""
7476 "The type of checksum to compute is given by the C<csumtype> parameter which "
7477 "must have one of the following values:"
7478 msgstr ""
7479
7480 #. type: =item
7481 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7482 msgid "C<crc>"
7483 msgstr "C<crc>"
7484
7485 #. type: textblock
7486 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7487 msgid ""
7488 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7489 "C<cksum> command."
7490 msgstr ""
7491
7492 #. type: =item
7493 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7494 msgid "C<md5>"
7495 msgstr "C<md5>"
7496
7497 #. type: textblock
7498 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7499 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7500 msgstr ""
7501
7502 #. type: =item
7503 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7504 msgid "C<sha1>"
7505 msgstr "C<sha1>"
7506
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7509 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7510 msgstr ""
7511
7512 #. type: =item
7513 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7514 msgid "C<sha224>"
7515 msgstr "C<sha224>"
7516
7517 #. type: textblock
7518 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7519 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7520 msgstr ""
7521
7522 #. type: =item
7523 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7524 msgid "C<sha256>"
7525 msgstr "C<sha256>"
7526
7527 #. type: textblock
7528 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7529 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7530 msgstr ""
7531
7532 #. type: =item
7533 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7534 msgid "C<sha384>"
7535 msgstr "C<sha384>"
7536
7537 #. type: textblock
7538 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7539 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7540 msgstr ""
7541
7542 #. type: =item
7543 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7544 msgid "C<sha512>"
7545 msgstr "C<sha512>"
7546
7547 #. type: textblock
7548 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7549 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7550 msgstr ""
7551
7552 #. type: textblock
7553 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7554 msgid "The checksum is returned as a printable string."
7555 msgstr ""
7556
7557 #. type: textblock
7558 #: ../src/guestfs-actions.pod:931
7559 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7560 msgstr ""
7561
7562 #. type: textblock
7563 #: ../src/guestfs-actions.pod:933
7564 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7565 msgstr ""
7566
7567 #. type: textblock
7568 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
7569 #: ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3224
7570 #: ../src/guestfs-actions.pod:3253 ../src/guestfs-actions.pod:3314
7571 #: ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:6747
7572 msgid "(Added in 1.0.2)"
7573 msgstr ""
7574
7575 #. type: =head2
7576 #: ../src/guestfs-actions.pod:940
7577 msgid "guestfs_checksum_device"
7578 msgstr ""
7579
7580 #. type: verbatim
7581 #: ../src/guestfs-actions.pod:942
7582 #, no-wrap
7583 msgid ""
7584 " char *\n"
7585 " guestfs_checksum_device (guestfs_h *g,\n"
7586 "                          const char *csumtype,\n"
7587 "                          const char *device);\n"
7588 "\n"
7589 msgstr ""
7590
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:947
7593 msgid ""
7594 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7595 "device named C<device>.  For the types of checksums supported see the "
7596 "C<guestfs_checksum> command."
7597 msgstr ""
7598
7599 #. type: textblock
7600 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4806
7601 #: ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:4902
7602 #: ../src/guestfs-actions.pod:4920 ../src/guestfs-actions.pod:5096
7603 #: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6670
7604 #: ../src/guestfs-actions.pod:7076
7605 msgid "(Added in 1.3.2)"
7606 msgstr ""
7607
7608 #. type: =head2
7609 #: ../src/guestfs-actions.pod:956
7610 msgid "guestfs_checksums_out"
7611 msgstr ""
7612
7613 #. type: verbatim
7614 #: ../src/guestfs-actions.pod:958
7615 #, no-wrap
7616 msgid ""
7617 " int\n"
7618 " guestfs_checksums_out (guestfs_h *g,\n"
7619 "                        const char *csumtype,\n"
7620 "                        const char *directory,\n"
7621 "                        const char *sumsfile);\n"
7622 "\n"
7623 msgstr ""
7624
7625 #. type: textblock
7626 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7627 msgid ""
7628 "This command computes the checksums of all regular files in C<directory> and "
7629 "then emits a list of those checksums to the local output file C<sumsfile>."
7630 msgstr ""
7631
7632 #. type: textblock
7633 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7634 msgid ""
7635 "This can be used for verifying the integrity of a virtual machine.  However "
7636 "to be properly secure you should pay attention to the output of the checksum "
7637 "command (it uses the ones from GNU coreutils).  In particular when the "
7638 "filename is not printable, coreutils uses a special backslash syntax.  For "
7639 "more information, see the GNU coreutils info file."
7640 msgstr ""
7641
7642 #. type: textblock
7643 #: ../src/guestfs-actions.pod:978
7644 msgid "(Added in 1.3.7)"
7645 msgstr ""
7646
7647 #. type: =head2
7648 #: ../src/guestfs-actions.pod:980
7649 msgid "guestfs_chmod"
7650 msgstr ""
7651
7652 #. type: verbatim
7653 #: ../src/guestfs-actions.pod:982
7654 #, no-wrap
7655 msgid ""
7656 " int\n"
7657 " guestfs_chmod (guestfs_h *g,\n"
7658 "                int mode,\n"
7659 "                const char *path);\n"
7660 "\n"
7661 msgstr ""
7662
7663 #. type: textblock
7664 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7665 msgid ""
7666 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7667 "supported."
7668 msgstr ""
7669
7670 #. type: textblock
7671 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7672 msgid ""
7673 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7674 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7675 "C<700>."
7676 msgstr ""
7677
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4308
7680 #: ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4524
7681 #: ../src/guestfs-actions.pod:4543 ../fish/guestfish-actions.pod:676
7682 #: ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:3046
7683 #: ../fish/guestfish-actions.pod:3056 ../fish/guestfish-actions.pod:3066
7684 msgid "The mode actually set is affected by the umask."
7685 msgstr ""
7686
7687 #. type: =head2
7688 #: ../src/guestfs-actions.pod:1000
7689 msgid "guestfs_chown"
7690 msgstr ""
7691
7692 #. type: verbatim
7693 #: ../src/guestfs-actions.pod:1002
7694 #, no-wrap
7695 msgid ""
7696 " int\n"
7697 " guestfs_chown (guestfs_h *g,\n"
7698 "                int owner,\n"
7699 "                int group,\n"
7700 "                const char *path);\n"
7701 "\n"
7702 msgstr ""
7703
7704 #. type: textblock
7705 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7706 msgid "Change the file owner to C<owner> and group to C<group>."
7707 msgstr ""
7708
7709 #. type: textblock
7710 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3416
7711 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2375
7712 msgid ""
7713 "Only numeric uid and gid are supported.  If you want to use names, you will "
7714 "need to locate and parse the password file yourself (Augeas support makes "
7715 "this relatively easy)."
7716 msgstr ""
7717
7718 #. type: =head2
7719 #: ../src/guestfs-actions.pod:1018
7720 msgid "guestfs_command"
7721 msgstr ""
7722
7723 #. type: verbatim
7724 #: ../src/guestfs-actions.pod:1020
7725 #, no-wrap
7726 msgid ""
7727 " char *\n"
7728 " guestfs_command (guestfs_h *g,\n"
7729 "                  char *const *arguments);\n"
7730 "\n"
7731 msgstr ""
7732
7733 #. type: textblock
7734 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7735 msgid ""
7736 "This call runs a command from the guest filesystem.  The filesystem must be "
7737 "mounted, and must contain a compatible operating system (ie. something "
7738 "Linux, with the same or compatible processor architecture)."
7739 msgstr ""
7740
7741 #. type: textblock
7742 #: ../src/guestfs-actions.pod:1029
7743 msgid ""
7744 "The single parameter is an argv-style list of arguments.  The first element "
7745 "is the name of the program to run.  Subsequent elements are parameters.  The "
7746 "list must be non-empty (ie. must contain a program name).  Note that the "
7747 "command runs directly, and is I<not> invoked via the shell (see "
7748 "C<guestfs_sh>)."
7749 msgstr ""
7750
7751 #. type: textblock
7752 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7753 msgid "The return value is anything printed to I<stdout> by the command."
7754 msgstr ""
7755
7756 #. type: textblock
7757 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7758 msgid ""
7759 "If the command returns a non-zero exit status, then this function returns an "
7760 "error message.  The error message string is the content of I<stderr> from "
7761 "the command."
7762 msgstr ""
7763
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7766 msgid ""
7767 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7768 "bin>.  If you require a program from another location, you should provide "
7769 "the full path in the first parameter."
7770 msgstr ""
7771
7772 #. type: textblock
7773 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7774 msgid ""
7775 "Shared libraries and data files required by the program must be available on "
7776 "filesystems which are mounted in the correct places.  It is the caller's "
7777 "responsibility to ensure all filesystems that are needed are mounted at the "
7778 "right locations."
7779 msgstr ""
7780
7781 #. type: textblock
7782 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
7783 #: ../src/guestfs-actions.pod:1548
7784 msgid "(Added in 0.9.1)"
7785 msgstr ""
7786
7787 #. type: =head2
7788 #: ../src/guestfs-actions.pod:1062
7789 msgid "guestfs_command_lines"
7790 msgstr ""
7791
7792 #. type: verbatim
7793 #: ../src/guestfs-actions.pod:1064
7794 #, no-wrap
7795 msgid ""
7796 " char **\n"
7797 " guestfs_command_lines (guestfs_h *g,\n"
7798 "                        char *const *arguments);\n"
7799 "\n"
7800 msgstr ""
7801
7802 #. type: textblock
7803 #: ../src/guestfs-actions.pod:1068
7804 msgid ""
7805 "This is the same as C<guestfs_command>, but splits the result into a list of "
7806 "lines."
7807 msgstr ""
7808
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:1071
7811 msgid "See also: C<guestfs_sh_lines>"
7812 msgstr ""
7813
7814 #. type: =head2
7815 #: ../src/guestfs-actions.pod:1082
7816 msgid "guestfs_config"
7817 msgstr ""
7818
7819 #. type: verbatim
7820 #: ../src/guestfs-actions.pod:1084
7821 #, no-wrap
7822 msgid ""
7823 " int\n"
7824 " guestfs_config (guestfs_h *g,\n"
7825 "                 const char *qemuparam,\n"
7826 "                 const char *qemuvalue);\n"
7827 "\n"
7828 msgstr ""
7829
7830 #. type: textblock
7831 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7832 msgid ""
7833 "This can be used to add arbitrary qemu command line parameters of the form "
7834 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7835 "setting some parameters which would interfere with parameters that we use."
7836 msgstr ""
7837
7838 #. type: textblock
7839 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7840 msgid "The first character of C<param> string must be a C<-> (dash)."
7841 msgstr ""
7842
7843 #. type: textblock
7844 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7845 msgid "C<value> can be NULL."
7846 msgstr ""
7847
7848 #. type: =head2
7849 #: ../src/guestfs-actions.pod:1102
7850 msgid "guestfs_copy_size"
7851 msgstr ""
7852
7853 #. type: verbatim
7854 #: ../src/guestfs-actions.pod:1104
7855 #, no-wrap
7856 msgid ""
7857 " int\n"
7858 " guestfs_copy_size (guestfs_h *g,\n"
7859 "                    const char *src,\n"
7860 "                    const char *dest,\n"
7861 "                    int64_t size);\n"
7862 "\n"
7863 msgstr ""
7864
7865 #. type: textblock
7866 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7867 msgid ""
7868 "This command copies exactly C<size> bytes from one source device or file "
7869 "C<src> to another destination device or file C<dest>."
7870 msgstr ""
7871
7872 #. type: textblock
7873 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7874 msgid ""
7875 "Note this will fail if the source is too short or if the destination is not "
7876 "large enough."
7877 msgstr ""
7878
7879 #. type: textblock
7880 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
7881 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
7882 #: ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719
7883 #: ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:6742
7884 #: ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:7255
7885 #: ../src/guestfs-actions.pod:7274
7886 msgid ""
7887 "This long-running command can generate progress notification messages so "
7888 "that the caller can display a progress bar or indicator.  To receive these "
7889 "messages, the caller must register a progress event callback.  See L<guestfs"
7890 "(3)/GUESTFS_EVENT_PROGRESS>."
7891 msgstr ""
7892
7893 #. type: textblock
7894 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4084
7895 #: ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:6983
7896 #: ../src/guestfs-actions.pod:7003 ../src/guestfs-actions.pod:7089
7897 msgid "(Added in 1.0.87)"
7898 msgstr ""
7899
7900 #. type: =head2
7901 #: ../src/guestfs-actions.pod:1125
7902 msgid "guestfs_cp"
7903 msgstr ""
7904
7905 #. type: verbatim
7906 #: ../src/guestfs-actions.pod:1127
7907 #, no-wrap
7908 msgid ""
7909 " int\n"
7910 " guestfs_cp (guestfs_h *g,\n"
7911 "             const char *src,\n"
7912 "             const char *dest);\n"
7913 "\n"
7914 msgstr ""
7915
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7918 msgid ""
7919 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7920 "destination filename or destination directory."
7921 msgstr ""
7922
7923 #. type: textblock
7924 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
7925 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
7926 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4769
7927 #: ../src/guestfs-actions.pod:5146
7928 msgid "(Added in 1.0.18)"
7929 msgstr ""
7930
7931 #. type: =head2
7932 #: ../src/guestfs-actions.pod:1139
7933 msgid "guestfs_cp_a"
7934 msgstr ""
7935
7936 #. type: verbatim
7937 #: ../src/guestfs-actions.pod:1141
7938 #, no-wrap
7939 msgid ""
7940 " int\n"
7941 " guestfs_cp_a (guestfs_h *g,\n"
7942 "               const char *src,\n"
7943 "               const char *dest);\n"
7944 "\n"
7945 msgstr ""
7946
7947 #. type: textblock
7948 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7949 msgid ""
7950 "This copies a file or directory from C<src> to C<dest> recursively using the "
7951 "C<cp -a> command."
7952 msgstr ""
7953
7954 #. type: =head2
7955 #: ../src/guestfs-actions.pod:1153
7956 msgid "guestfs_dd"
7957 msgstr ""
7958
7959 #. type: verbatim
7960 #: ../src/guestfs-actions.pod:1155
7961 #, no-wrap
7962 msgid ""
7963 " int\n"
7964 " guestfs_dd (guestfs_h *g,\n"
7965 "             const char *src,\n"
7966 "             const char *dest);\n"
7967 "\n"
7968 msgstr ""
7969
7970 #. type: textblock
7971 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7972 msgid ""
7973 "This command copies from one source device or file C<src> to another "
7974 "destination device or file C<dest>.  Normally you would use this to copy to "
7975 "or from a device or partition, for example to duplicate a filesystem."
7976 msgstr ""
7977
7978 #. type: textblock
7979 #: ../src/guestfs-actions.pod:1165
7980 msgid ""
7981 "If the destination is a device, it must be as large or larger than the "
7982 "source file or device, otherwise the copy will fail.  This command cannot do "
7983 "partial copies (see C<guestfs_copy_size>)."
7984 msgstr ""
7985
7986 #. type: =head2
7987 #: ../src/guestfs-actions.pod:1173
7988 msgid "guestfs_df"
7989 msgstr ""
7990
7991 #. type: verbatim
7992 #: ../src/guestfs-actions.pod:1175
7993 #, no-wrap
7994 msgid ""
7995 " char *\n"
7996 " guestfs_df (guestfs_h *g);\n"
7997 "\n"
7998 msgstr ""
7999
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8002 msgid "This command runs the C<df> command to report disk space used."
8003 msgstr ""
8004
8005 #. type: textblock
8006 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8007 msgid ""
8008 "This command is mostly useful for interactive sessions.  It is I<not> "
8009 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8010 "from programs."
8011 msgstr ""
8012
8013 #. type: textblock
8014 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8015 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286
8016 #: ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378
8017 #: ../src/guestfs-actions.pod:4194 ../src/guestfs-actions.pod:4669
8018 #: ../src/guestfs-actions.pod:6480 ../src/guestfs-actions.pod:6504
8019 #: ../src/guestfs-actions.pod:7122 ../src/guestfs-actions.pod:7135
8020 #: ../src/guestfs-actions.pod:7148
8021 msgid "(Added in 1.0.54)"
8022 msgstr ""
8023
8024 #. type: =head2
8025 #: ../src/guestfs-actions.pod:1189
8026 msgid "guestfs_df_h"
8027 msgstr ""
8028
8029 #. type: verbatim
8030 #: ../src/guestfs-actions.pod:1191
8031 #, no-wrap
8032 msgid ""
8033 " char *\n"
8034 " guestfs_df_h (guestfs_h *g);\n"
8035 "\n"
8036 msgstr ""
8037
8038 #. type: textblock
8039 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8040 msgid ""
8041 "This command runs the C<df -h> command to report disk space used in human-"
8042 "readable format."
8043 msgstr ""
8044
8045 #. type: =head2
8046 #: ../src/guestfs-actions.pod:1206
8047 msgid "guestfs_dmesg"
8048 msgstr ""
8049
8050 #. type: verbatim
8051 #: ../src/guestfs-actions.pod:1208
8052 #, no-wrap
8053 msgid ""
8054 " char *\n"
8055 " guestfs_dmesg (guestfs_h *g);\n"
8056 "\n"
8057 msgstr ""
8058
8059 #. type: textblock
8060 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8061 msgid ""
8062 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8063 "This is sometimes useful for extended debugging of problems."
8064 msgstr ""
8065
8066 #. type: textblock
8067 #: ../src/guestfs-actions.pod:1215
8068 msgid ""
8069 "Another way to get the same information is to enable verbose messages with "
8070 "C<guestfs_set_verbose> or by setting the environment variable "
8071 "C<LIBGUESTFS_DEBUG=1> before running the program."
8072 msgstr ""
8073
8074 #. type: =head2
8075 #: ../src/guestfs-actions.pod:1225
8076 msgid "guestfs_download"
8077 msgstr ""
8078
8079 #. type: verbatim
8080 #: ../src/guestfs-actions.pod:1227
8081 #, no-wrap
8082 msgid ""
8083 " int\n"
8084 " guestfs_download (guestfs_h *g,\n"
8085 "                   const char *remotefilename,\n"
8086 "                   const char *filename);\n"
8087 "\n"
8088 msgstr ""
8089
8090 #. type: textblock
8091 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8092 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8093 msgid ""
8094 "Download file C<remotefilename> and save it as C<filename> on the local "
8095 "machine."
8096 msgstr ""
8097
8098 #. type: textblock
8099 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6736
8100 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4524
8101 msgid "C<filename> can also be a named pipe."
8102 msgstr ""
8103
8104 #. type: textblock
8105 #: ../src/guestfs-actions.pod:1237
8106 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8107 msgstr ""
8108
8109 #. type: =head2
8110 #: ../src/guestfs-actions.pod:1248
8111 msgid "guestfs_download_offset"
8112 msgstr ""
8113
8114 #. type: verbatim
8115 #: ../src/guestfs-actions.pod:1250
8116 #, no-wrap
8117 msgid ""
8118 " int\n"
8119 " guestfs_download_offset (guestfs_h *g,\n"
8120 "                          const char *remotefilename,\n"
8121 "                          const char *filename,\n"
8122 "                          int64_t offset,\n"
8123 "                          int64_t size);\n"
8124 "\n"
8125 msgstr ""
8126
8127 #. type: textblock
8128 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8129 msgid ""
8130 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8131 "region must be within the file or device)."
8132 msgstr ""
8133
8134 #. type: textblock
8135 #: ../src/guestfs-actions.pod:1263
8136 msgid ""
8137 "Note that there is no limit on the amount of data that can be downloaded "
8138 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8139 "full amount unless an error occurs."
8140 msgstr ""
8141
8142 #. type: textblock
8143 #: ../src/guestfs-actions.pod:1268
8144 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8145 msgstr ""
8146
8147 #. type: textblock
8148 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6781
8149 msgid "(Added in 1.5.17)"
8150 msgstr ""
8151
8152 #. type: =head2
8153 #: ../src/guestfs-actions.pod:1279
8154 msgid "guestfs_drop_caches"
8155 msgstr ""
8156
8157 #. type: verbatim
8158 #: ../src/guestfs-actions.pod:1281
8159 #, no-wrap
8160 msgid ""
8161 " int\n"
8162 " guestfs_drop_caches (guestfs_h *g,\n"
8163 "                      int whattodrop);\n"
8164 "\n"
8165 msgstr ""
8166
8167 #. type: textblock
8168 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8169 msgid ""
8170 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8171 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8172 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8173 msgstr ""
8174
8175 #. type: textblock
8176 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8177 msgid "Setting C<whattodrop> to 3 should drop everything."
8178 msgstr ""
8179
8180 #. type: textblock
8181 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8182 msgid ""
8183 "This automatically calls L<sync(2)> before the operation, so that the "
8184 "maximum guest memory is freed."
8185 msgstr ""
8186
8187 #. type: =head2
8188 #: ../src/guestfs-actions.pod:1299
8189 msgid "guestfs_du"
8190 msgstr ""
8191
8192 #. type: verbatim
8193 #: ../src/guestfs-actions.pod:1301
8194 #, no-wrap
8195 msgid ""
8196 " int64_t\n"
8197 " guestfs_du (guestfs_h *g,\n"
8198 "             const char *path);\n"
8199 "\n"
8200 msgstr ""
8201
8202 #. type: textblock
8203 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
8204 msgid ""
8205 "This command runs the C<du -s> command to estimate file space usage for "
8206 "C<path>."
8207 msgstr ""
8208
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
8211 msgid ""
8212 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8213 "estimate includes the contents of the directory and all subdirectories "
8214 "(recursively)."
8215 msgstr ""
8216
8217 #. type: textblock
8218 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8219 msgid ""
8220 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8221 msgstr ""
8222
8223 #. type: =head2
8224 #: ../src/guestfs-actions.pod:1324
8225 msgid "guestfs_e2fsck_f"
8226 msgstr ""
8227
8228 #. type: verbatim
8229 #: ../src/guestfs-actions.pod:1326
8230 #, no-wrap
8231 msgid ""
8232 " int\n"
8233 " guestfs_e2fsck_f (guestfs_h *g,\n"
8234 "                   const char *device);\n"
8235 "\n"
8236 msgstr ""
8237
8238 #. type: textblock
8239 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8240 msgid ""
8241 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8242 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8243 "clean (C<-f>)."
8244 msgstr ""
8245
8246 #. type: textblock
8247 #: ../src/guestfs-actions.pod:1334
8248 msgid ""
8249 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8250 "Normally you should use C<guestfs_fsck>."
8251 msgstr ""
8252
8253 #. type: textblock
8254 #: ../src/guestfs-actions.pod:1339
8255 msgid "(Added in 1.0.29)"
8256 msgstr ""
8257
8258 #. type: =head2
8259 #: ../src/guestfs-actions.pod:1341
8260 msgid "guestfs_echo_daemon"
8261 msgstr ""
8262
8263 #. type: verbatim
8264 #: ../src/guestfs-actions.pod:1343
8265 #, no-wrap
8266 msgid ""
8267 " char *\n"
8268 " guestfs_echo_daemon (guestfs_h *g,\n"
8269 "                      char *const *words);\n"
8270 "\n"
8271 msgstr ""
8272
8273 #. type: textblock
8274 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8275 msgid ""
8276 "This command concatenates the list of C<words> passed with single spaces "
8277 "between them and returns the resulting string."
8278 msgstr ""
8279
8280 #. type: textblock
8281 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8282 msgid "You can use this command to test the connection through to the daemon."
8283 msgstr ""
8284
8285 #. type: textblock
8286 #: ../src/guestfs-actions.pod:1352
8287 msgid "See also C<guestfs_ping_daemon>."
8288 msgstr ""
8289
8290 #. type: textblock
8291 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094
8292 #: ../src/guestfs-actions.pod:5980
8293 msgid "(Added in 1.0.69)"
8294 msgstr ""
8295
8296 #. type: =head2
8297 #: ../src/guestfs-actions.pod:1359
8298 msgid "guestfs_egrep"
8299 msgstr ""
8300
8301 #. type: verbatim
8302 #: ../src/guestfs-actions.pod:1361
8303 #, no-wrap
8304 msgid ""
8305 " char **\n"
8306 " guestfs_egrep (guestfs_h *g,\n"
8307 "                const char *regex,\n"
8308 "                const char *path);\n"
8309 "\n"
8310 msgstr ""
8311
8312 #. type: textblock
8313 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8314 msgid ""
8315 "This calls the external C<egrep> program and returns the matching lines."
8316 msgstr ""
8317
8318 #. type: textblock
8319 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
8320 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
8321 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224
8322 #: ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399
8323 #: ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427
8324 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495
8325 #: ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3577
8326 #: ../src/guestfs-actions.pod:3591 ../src/guestfs-actions.pod:3604
8327 #: ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:4604
8328 #: ../src/guestfs-actions.pod:5480 ../src/guestfs-actions.pod:5529
8329 #: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6360
8330 #: ../src/guestfs-actions.pod:6373 ../src/guestfs-actions.pod:6386
8331 #: ../src/guestfs-actions.pod:6408 ../src/guestfs-actions.pod:6421
8332 #: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6447
8333 #: ../src/guestfs-actions.pod:7218 ../src/guestfs-actions.pod:7237
8334 #: ../src/guestfs-actions.pod:7322 ../src/guestfs-actions.pod:7341
8335 #: ../src/guestfs-actions.pod:7387 ../src/guestfs-actions.pod:7406
8336 msgid "(Added in 1.0.66)"
8337 msgstr ""
8338
8339 #. type: =head2
8340 #: ../src/guestfs-actions.pod:1378
8341 msgid "guestfs_egrepi"
8342 msgstr ""
8343
8344 #. type: verbatim
8345 #: ../src/guestfs-actions.pod:1380
8346 #, no-wrap
8347 msgid ""
8348 " char **\n"
8349 " guestfs_egrepi (guestfs_h *g,\n"
8350 "                 const char *regex,\n"
8351 "                 const char *path);\n"
8352 "\n"
8353 msgstr ""
8354
8355 #. type: textblock
8356 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8357 msgid ""
8358 "This calls the external C<egrep -i> program and returns the matching lines."
8359 msgstr ""
8360
8361 #. type: =head2
8362 #: ../src/guestfs-actions.pod:1397
8363 msgid "guestfs_equal"
8364 msgstr ""
8365
8366 #. type: verbatim
8367 #: ../src/guestfs-actions.pod:1399
8368 #, no-wrap
8369 msgid ""
8370 " int\n"
8371 " guestfs_equal (guestfs_h *g,\n"
8372 "                const char *file1,\n"
8373 "                const char *file2);\n"
8374 "\n"
8375 msgstr ""
8376
8377 #. type: textblock
8378 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8379 msgid ""
8380 "This compares the two files C<file1> and C<file2> and returns true if their "
8381 "content is exactly equal, or false otherwise."
8382 msgstr ""
8383
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8386 msgid "The external L<cmp(1)> program is used for the comparison."
8387 msgstr ""
8388
8389 #. type: =head2
8390 #: ../src/guestfs-actions.pod:1413
8391 msgid "guestfs_exists"
8392 msgstr ""
8393
8394 #. type: verbatim
8395 #: ../src/guestfs-actions.pod:1415
8396 #, no-wrap
8397 msgid ""
8398 " int\n"
8399 " guestfs_exists (guestfs_h *g,\n"
8400 "                 const char *path);\n"
8401 "\n"
8402 msgstr ""
8403
8404 #. type: textblock
8405 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8406 msgid ""
8407 "This returns C<true> if and only if there is a file, directory (or anything) "
8408 "with the given C<path> name."
8409 msgstr ""
8410
8411 #. type: textblock
8412 #: ../src/guestfs-actions.pod:1422
8413 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8414 msgstr ""
8415
8416 #. type: =head2
8417 #: ../src/guestfs-actions.pod:1428
8418 msgid "guestfs_fallocate"
8419 msgstr ""
8420
8421 #. type: verbatim
8422 #: ../src/guestfs-actions.pod:1430
8423 #, no-wrap
8424 msgid ""
8425 " int\n"
8426 " guestfs_fallocate (guestfs_h *g,\n"
8427 "                    const char *path,\n"
8428 "                    int len);\n"
8429 "\n"
8430 msgstr ""
8431
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
8434 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8435 msgid ""
8436 "This command preallocates a file (containing zero bytes) named C<path> of "
8437 "size C<len> bytes.  If the file exists already, it is overwritten."
8438 msgstr ""
8439
8440 #. type: textblock
8441 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8442 msgid ""
8443 "Do not confuse this with the guestfish-specific C<alloc> command which "
8444 "allocates a file in the host and attaches it as a device."
8445 msgstr ""
8446
8447 #. type: textblock
8448 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8449 msgid ""
8450 "This function is deprecated.  In new code, use the C<fallocate64> call "
8451 "instead."
8452 msgstr ""
8453
8454 #. type: =head2
8455 #: ../src/guestfs-actions.pod:1454
8456 msgid "guestfs_fallocate64"
8457 msgstr ""
8458
8459 #. type: verbatim
8460 #: ../src/guestfs-actions.pod:1456
8461 #, no-wrap
8462 msgid ""
8463 " int\n"
8464 " guestfs_fallocate64 (guestfs_h *g,\n"
8465 "                      const char *path,\n"
8466 "                      int64_t len);\n"
8467 "\n"
8468 msgstr ""
8469
8470 #. type: textblock
8471 #: ../src/guestfs-actions.pod:1465
8472 msgid ""
8473 "Note that this call allocates disk blocks for the file.  To create a sparse "
8474 "file use C<guestfs_truncate_size> instead."
8475 msgstr ""
8476
8477 #. type: textblock
8478 #: ../src/guestfs-actions.pod:1468
8479 msgid ""
8480 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8481 "oversight it only allowed 30 bit lengths to be specified, effectively "
8482 "limiting the maximum size of files created through that call to 1GB."
8483 msgstr ""
8484
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8487 msgid ""
8488 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8489 "commands which create a file in the host and attach it as a device."
8490 msgstr ""
8491
8492 #. type: textblock
8493 #: ../src/guestfs-actions.pod:1479
8494 msgid "(Added in 1.3.17)"
8495 msgstr ""
8496
8497 #. type: =head2
8498 #: ../src/guestfs-actions.pod:1481
8499 msgid "guestfs_fgrep"
8500 msgstr ""
8501
8502 #. type: verbatim
8503 #: ../src/guestfs-actions.pod:1483
8504 #, no-wrap
8505 msgid ""
8506 " char **\n"
8507 " guestfs_fgrep (guestfs_h *g,\n"
8508 "                const char *pattern,\n"
8509 "                const char *path);\n"
8510 "\n"
8511 msgstr ""
8512
8513 #. type: textblock
8514 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8515 msgid ""
8516 "This calls the external C<fgrep> program and returns the matching lines."
8517 msgstr ""
8518
8519 #. type: =head2
8520 #: ../src/guestfs-actions.pod:1500
8521 msgid "guestfs_fgrepi"
8522 msgstr ""
8523
8524 #. type: verbatim
8525 #: ../src/guestfs-actions.pod:1502
8526 #, no-wrap
8527 msgid ""
8528 " char **\n"
8529 " guestfs_fgrepi (guestfs_h *g,\n"
8530 "                 const char *pattern,\n"
8531 "                 const char *path);\n"
8532 "\n"
8533 msgstr ""
8534
8535 #. type: textblock
8536 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8537 msgid ""
8538 "This calls the external C<fgrep -i> program and returns the matching lines."
8539 msgstr ""
8540
8541 #. type: =head2
8542 #: ../src/guestfs-actions.pod:1519
8543 msgid "guestfs_file"
8544 msgstr ""
8545
8546 #. type: verbatim
8547 #: ../src/guestfs-actions.pod:1521
8548 #, no-wrap
8549 msgid ""
8550 " char *\n"
8551 " guestfs_file (guestfs_h *g,\n"
8552 "               const char *path);\n"
8553 "\n"
8554 msgstr ""
8555
8556 #. type: textblock
8557 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8558 msgid ""
8559 "This call uses the standard L<file(1)> command to determine the type or "
8560 "contents of the file."
8561 msgstr ""
8562
8563 #. type: textblock
8564 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8565 msgid ""
8566 "This call will also transparently look inside various types of compressed "
8567 "file."
8568 msgstr ""
8569
8570 #. type: textblock
8571 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8572 msgid ""
8573 "The exact command which runs is C<file -zb path>.  Note in particular that "
8574 "the filename is not prepended to the output (the C<-b> option)."
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1535
8579 msgid ""
8580 "This command can also be used on C</dev/> devices (and partitions, LV "
8581 "names).  You can for example use this to determine if a device contains a "
8582 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8583 msgstr ""
8584
8585 #. type: textblock
8586 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8587 msgid ""
8588 "If the C<path> does not begin with C</dev/> then this command only works for "
8589 "the content of regular files.  For other file types (directory, symbolic "
8590 "link etc) it will just return the string C<directory> etc."
8591 msgstr ""
8592
8593 #. type: =head2
8594 #: ../src/guestfs-actions.pod:1550
8595 msgid "guestfs_file_architecture"
8596 msgstr ""
8597
8598 #. type: verbatim
8599 #: ../src/guestfs-actions.pod:1552
8600 #, no-wrap
8601 msgid ""
8602 " char *\n"
8603 " guestfs_file_architecture (guestfs_h *g,\n"
8604 "                            const char *filename);\n"
8605 "\n"
8606 msgstr ""
8607
8608 #. type: textblock
8609 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8610 msgid ""
8611 "This detects the architecture of the binary C<filename>, and returns it if "
8612 "known."
8613 msgstr ""
8614
8615 #. type: textblock
8616 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8617 msgid "Currently defined architectures are:"
8618 msgstr ""
8619
8620 #. type: =item
8621 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8622 msgid "\"i386\""
8623 msgstr "\"i386\""
8624
8625 #. type: textblock
8626 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8627 msgid ""
8628 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8629 "irrespective of the precise processor requirements of the binary."
8630 msgstr ""
8631
8632 #. type: =item
8633 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8634 msgid "\"x86_64\""
8635 msgstr "\"x86_64\""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8639 msgid "64 bit x86-64."
8640 msgstr ""
8641
8642 #. type: =item
8643 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8644 msgid "\"sparc\""
8645 msgstr ""
8646
8647 #. type: textblock
8648 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8649 msgid "32 bit SPARC."
8650 msgstr ""
8651
8652 #. type: =item
8653 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8654 msgid "\"sparc64\""
8655 msgstr ""
8656
8657 #. type: textblock
8658 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8659 msgid "64 bit SPARC V9 and above."
8660 msgstr ""
8661
8662 #. type: =item
8663 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8664 msgid "\"ia64\""
8665 msgstr "\"ia64\""
8666
8667 #. type: textblock
8668 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8669 msgid "Intel Itanium."
8670 msgstr "Intel Itanium."
8671
8672 #. type: =item
8673 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8674 msgid "\"ppc\""
8675 msgstr ""
8676
8677 #. type: textblock
8678 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8679 msgid "32 bit Power PC."
8680 msgstr ""
8681
8682 #. type: =item
8683 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8684 msgid "\"ppc64\""
8685 msgstr ""
8686
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8689 msgid "64 bit Power PC."
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8694 msgid "Libguestfs may return other architecture strings in future."
8695 msgstr ""
8696
8697 #. type: textblock
8698 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8699 msgid "The function works on at least the following types of files:"
8700 msgstr ""
8701
8702 #. type: textblock
8703 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8704 msgid "many types of Un*x and Linux binary"
8705 msgstr ""
8706
8707 #. type: textblock
8708 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8709 msgid "many types of Un*x and Linux shared library"
8710 msgstr ""
8711
8712 #. type: textblock
8713 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8714 msgid "Windows Win32 and Win64 binaries"
8715 msgstr ""
8716
8717 #. type: textblock
8718 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8719 msgid "Windows Win32 and Win64 DLLs"
8720 msgstr ""
8721
8722 #. type: textblock
8723 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8724 msgid "Win32 binaries and DLLs return C<i386>."
8725 msgstr ""
8726
8727 #. type: textblock
8728 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8729 msgid "Win64 binaries and DLLs return C<x86_64>."
8730 msgstr ""
8731
8732 #. type: textblock
8733 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8734 msgid "Linux kernel modules"
8735 msgstr ""
8736
8737 #. type: textblock
8738 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8739 msgid "Linux new-style initrd images"
8740 msgstr ""
8741
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8744 msgid "some non-x86 Linux vmlinuz kernels"
8745 msgstr ""
8746
8747 #. type: textblock
8748 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8749 msgid "What it can't do currently:"
8750 msgstr ""
8751
8752 #. type: textblock
8753 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8754 msgid "static libraries (libfoo.a)"
8755 msgstr ""
8756
8757 #. type: textblock
8758 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8759 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8760 msgstr ""
8761
8762 #. type: textblock
8763 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8764 msgid "x86 Linux vmlinuz kernels"
8765 msgstr ""
8766
8767 #. type: textblock
8768 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8769 msgid ""
8770 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8771 "compressed code, and are horribly hard to unpack.  If you want to find the "
8772 "architecture of a kernel, use the architecture of the associated initrd or "
8773 "kernel module(s) instead."
8774 msgstr ""
8775
8776 #. type: textblock
8777 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823
8778 #: ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531
8779 #: ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2642
8780 #: ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2751
8781 #: ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:2872
8782 #: ../src/guestfs-actions.pod:2969 ../src/guestfs-actions.pod:3195
8783 #: ../src/guestfs-actions.pod:3327
8784 msgid "(Added in 1.5.3)"
8785 msgstr ""
8786
8787 #. type: =head2
8788 #: ../src/guestfs-actions.pod:1662
8789 msgid "guestfs_filesize"
8790 msgstr ""
8791
8792 #. type: verbatim
8793 #: ../src/guestfs-actions.pod:1664
8794 #, no-wrap
8795 msgid ""
8796 " int64_t\n"
8797 " guestfs_filesize (guestfs_h *g,\n"
8798 "                   const char *file);\n"
8799 "\n"
8800 msgstr ""
8801
8802 #. type: textblock
8803 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8804 msgid "This command returns the size of C<file> in bytes."
8805 msgstr ""
8806
8807 #. type: textblock
8808 #: ../src/guestfs-actions.pod:1670
8809 msgid ""
8810 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8811 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8812 "devices, use C<guestfs_blockdev_getsize64>."
8813 msgstr ""
8814
8815 #. type: textblock
8816 #: ../src/guestfs-actions.pod:1676
8817 msgid "(Added in 1.0.82)"
8818 msgstr ""
8819
8820 #. type: =head2
8821 #: ../src/guestfs-actions.pod:1678
8822 msgid "guestfs_fill"
8823 msgstr ""
8824
8825 #. type: verbatim
8826 #: ../src/guestfs-actions.pod:1680
8827 #, no-wrap
8828 msgid ""
8829 " int\n"
8830 " guestfs_fill (guestfs_h *g,\n"
8831 "               int c,\n"
8832 "               int len,\n"
8833 "               const char *path);\n"
8834 "\n"
8835 msgstr ""
8836
8837 #. type: textblock
8838 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
8839 msgid ""
8840 "This command creates a new file called C<path>.  The initial content of the "
8841 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
8842 "[0..255]>."
8843 msgstr ""
8844
8845 #. type: textblock
8846 #: ../src/guestfs-actions.pod:1690
8847 msgid ""
8848 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8849 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8850 "bytes use C<guestfs_fill_pattern>."
8851 msgstr ""
8852
8853 #. type: textblock
8854 #: ../src/guestfs-actions.pod:1702
8855 msgid "(Added in 1.0.79)"
8856 msgstr ""
8857
8858 #. type: =head2
8859 #: ../src/guestfs-actions.pod:1704
8860 msgid "guestfs_fill_pattern"
8861 msgstr ""
8862
8863 #. type: verbatim
8864 #: ../src/guestfs-actions.pod:1706
8865 #, no-wrap
8866 msgid ""
8867 " int\n"
8868 " guestfs_fill_pattern (guestfs_h *g,\n"
8869 "                       const char *pattern,\n"
8870 "                       int len,\n"
8871 "                       const char *path);\n"
8872 "\n"
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1712
8877 msgid ""
8878 "This function is like C<guestfs_fill> except that it creates a new file of "
8879 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8880 "pattern is truncated if necessary to ensure the length of the file is "
8881 "exactly C<len> bytes."
8882 msgstr ""
8883
8884 #. type: textblock
8885 #: ../src/guestfs-actions.pod:1724
8886 msgid "(Added in 1.3.12)"
8887 msgstr ""
8888
8889 #. type: =head2
8890 #: ../src/guestfs-actions.pod:1726
8891 msgid "guestfs_find"
8892 msgstr ""
8893
8894 #. type: verbatim
8895 #: ../src/guestfs-actions.pod:1728
8896 #, no-wrap
8897 msgid ""
8898 " char **\n"
8899 " guestfs_find (guestfs_h *g,\n"
8900 "               const char *directory);\n"
8901 "\n"
8902 msgstr ""
8903
8904 #. type: textblock
8905 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
8906 msgid ""
8907 "This command lists out all files and directories, recursively, starting at "
8908 "C<directory>.  It is essentially equivalent to running the shell command "
8909 "C<find directory -print> but some post-processing happens on the output, "
8910 "described below."
8911 msgstr ""
8912
8913 #. type: textblock
8914 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8915 msgid ""
8916 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8917 "structure was:"
8918 msgstr ""
8919
8920 #. type: verbatim
8921 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
8922 #, no-wrap
8923 msgid ""
8924 " /tmp/a\n"
8925 " /tmp/b\n"
8926 " /tmp/c/d\n"
8927 "\n"
8928 msgstr ""
8929
8930 #. type: textblock
8931 #: ../src/guestfs-actions.pod:1744
8932 msgid ""
8933 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8934 msgstr ""
8935
8936 #. type: verbatim
8937 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
8938 #, no-wrap
8939 msgid ""
8940 " a\n"
8941 " b\n"
8942 " c\n"
8943 " c/d\n"
8944 "\n"
8945 msgstr ""
8946
8947 #. type: textblock
8948 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8949 msgid "If C<directory> is not a directory, then this command returns an error."
8950 msgstr ""
8951
8952 #. type: textblock
8953 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
8954 msgid "The returned list is sorted."
8955 msgstr ""
8956
8957 #. type: textblock
8958 #: ../src/guestfs-actions.pod:1757
8959 msgid "See also C<guestfs_find0>."
8960 msgstr ""
8961
8962 #. type: textblock
8963 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4021
8964 #: ../src/guestfs-actions.pod:5564
8965 msgid "(Added in 1.0.27)"
8966 msgstr ""
8967
8968 #. type: =head2
8969 #: ../src/guestfs-actions.pod:1768
8970 msgid "guestfs_find0"
8971 msgstr ""
8972
8973 #. type: verbatim
8974 #: ../src/guestfs-actions.pod:1770
8975 #, no-wrap
8976 msgid ""
8977 " int\n"
8978 " guestfs_find0 (guestfs_h *g,\n"
8979 "                const char *directory,\n"
8980 "                const char *files);\n"
8981 "\n"
8982 msgstr ""
8983
8984 #. type: textblock
8985 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
8986 msgid ""
8987 "This command lists out all files and directories, recursively, starting at "
8988 "C<directory>, placing the resulting list in the external file called "
8989 "C<files>."
8990 msgstr ""
8991
8992 #. type: textblock
8993 #: ../src/guestfs-actions.pod:1779
8994 msgid ""
8995 "This command works the same way as C<guestfs_find> with the following "
8996 "exceptions:"
8997 msgstr ""
8998
8999 #. type: textblock
9000 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
9001 msgid "The resulting list is written to an external file."
9002 msgstr ""
9003
9004 #. type: textblock
9005 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
9006 msgid ""
9007 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9008 "L<find(1)> option I<-print0>."
9009 msgstr ""
9010
9011 #. type: textblock
9012 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
9013 msgid "This command is not limited in the number of names that it can return."
9014 msgstr ""
9015
9016 #. type: textblock
9017 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
9018 msgid "The result list is not sorted."
9019 msgstr ""
9020
9021 #. type: textblock
9022 #: ../src/guestfs-actions.pod:1806
9023 msgid "(Added in 1.0.74)"
9024 msgstr ""
9025
9026 #. type: =head2
9027 #: ../src/guestfs-actions.pod:1808
9028 msgid "guestfs_findfs_label"
9029 msgstr ""
9030
9031 #. type: verbatim
9032 #: ../src/guestfs-actions.pod:1810
9033 #, no-wrap
9034 msgid ""
9035 " char *\n"
9036 " guestfs_findfs_label (guestfs_h *g,\n"
9037 "                       const char *label);\n"
9038 "\n"
9039 msgstr ""
9040
9041 #. type: textblock
9042 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
9043 msgid ""
9044 "This command searches the filesystems and returns the one which has the "
9045 "given label.  An error is returned if no such filesystem can be found."
9046 msgstr ""
9047
9048 #. type: textblock
9049 #: ../src/guestfs-actions.pod:1818
9050 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9051 msgstr ""
9052
9053 #. type: =head2
9054 #: ../src/guestfs-actions.pod:1825
9055 msgid "guestfs_findfs_uuid"
9056 msgstr ""
9057
9058 #. type: verbatim
9059 #: ../src/guestfs-actions.pod:1827
9060 #, no-wrap
9061 msgid ""
9062 " char *\n"
9063 " guestfs_findfs_uuid (guestfs_h *g,\n"
9064 "                      const char *uuid);\n"
9065 "\n"
9066 msgstr ""
9067
9068 #. type: textblock
9069 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
9070 msgid ""
9071 "This command searches the filesystems and returns the one which has the "
9072 "given UUID.  An error is returned if no such filesystem can be found."
9073 msgstr ""
9074
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:1835
9077 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9078 msgstr ""
9079
9080 #. type: =head2
9081 #: ../src/guestfs-actions.pod:1842
9082 msgid "guestfs_fsck"
9083 msgstr ""
9084
9085 #. type: verbatim
9086 #: ../src/guestfs-actions.pod:1844
9087 #, no-wrap
9088 msgid ""
9089 " int\n"
9090 " guestfs_fsck (guestfs_h *g,\n"
9091 "               const char *fstype,\n"
9092 "               const char *device);\n"
9093 "\n"
9094 msgstr ""
9095
9096 #. type: textblock
9097 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
9098 msgid ""
9099 "This runs the filesystem checker (fsck) on C<device> which should have "
9100 "filesystem type C<fstype>."
9101 msgstr ""
9102
9103 #. type: textblock
9104 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
9105 msgid ""
9106 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9107 "codes from C<fsck>."
9108 msgstr ""
9109
9110 #. type: textblock
9111 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
9112 msgid "Multiple status codes can be summed together."
9113 msgstr ""
9114
9115 #. type: textblock
9116 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
9117 msgid ""
9118 "A non-zero return code can mean \"success\", for example if errors have been "
9119 "corrected on the filesystem."
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
9124 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9125 msgstr ""
9126
9127 #. type: textblock
9128 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
9129 msgid ""
9130 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9131 msgstr ""
9132
9133 #. type: textblock
9134 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7260
9135 msgid "(Added in 1.0.16)"
9136 msgstr ""
9137
9138 #. type: =head2
9139 #: ../src/guestfs-actions.pod:1881
9140 msgid "guestfs_get_append"
9141 msgstr ""
9142
9143 #. type: verbatim
9144 #: ../src/guestfs-actions.pod:1883
9145 #, no-wrap
9146 msgid ""
9147 " const char *\n"
9148 " guestfs_get_append (guestfs_h *g);\n"
9149 "\n"
9150 msgstr ""
9151
9152 #. type: textblock
9153 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
9154 msgid ""
9155 "Return the additional kernel options which are added to the guest kernel "
9156 "command line."
9157 msgstr ""
9158
9159 #. type: textblock
9160 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
9161 msgid "If C<NULL> then no options are added."
9162 msgstr ""
9163
9164 #. type: textblock
9165 #: ../src/guestfs-actions.pod:1891
9166 msgid ""
9167 "This function returns a string which may be NULL.  There is no way to return "
9168 "an error from this function.  The string is owned by the guest handle and "
9169 "must I<not> be freed."
9170 msgstr ""
9171
9172 #. type: textblock
9173 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5242
9174 #: ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:6122
9175 #: ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:6157
9176 #: ../src/guestfs-actions.pod:6174 ../src/guestfs-actions.pod:6931
9177 #: ../src/guestfs-actions.pod:6949 ../src/guestfs-actions.pod:7303
9178 msgid "(Added in 1.0.26)"
9179 msgstr ""
9180
9181 #. type: =head2
9182 #: ../src/guestfs-actions.pod:1897
9183 msgid "guestfs_get_attach_method"
9184 msgstr ""
9185
9186 #. type: verbatim
9187 #: ../src/guestfs-actions.pod:1899
9188 #, no-wrap
9189 msgid ""
9190 " char *\n"
9191 " guestfs_get_attach_method (guestfs_h *g);\n"
9192 "\n"
9193 msgstr ""
9194
9195 #. type: textblock
9196 #: ../src/guestfs-actions.pod:1902
9197 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9198 msgstr ""
9199
9200 #. type: =head2
9201 #: ../src/guestfs-actions.pod:1907
9202 msgid "guestfs_get_autosync"
9203 msgstr ""
9204
9205 #. type: verbatim
9206 #: ../src/guestfs-actions.pod:1909
9207 #, no-wrap
9208 msgid ""
9209 " int\n"
9210 " guestfs_get_autosync (guestfs_h *g);\n"
9211 "\n"
9212 msgstr ""
9213
9214 #. type: textblock
9215 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
9216 msgid "Get the autosync flag."
9217 msgstr ""
9218
9219 #. type: =head2
9220 #: ../src/guestfs-actions.pod:1918
9221 msgid "guestfs_get_direct"
9222 msgstr ""
9223
9224 #. type: verbatim
9225 #: ../src/guestfs-actions.pod:1920
9226 #, no-wrap
9227 msgid ""
9228 " int\n"
9229 " guestfs_get_direct (guestfs_h *g);\n"
9230 "\n"
9231 msgstr ""
9232
9233 #. type: textblock
9234 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
9235 msgid "Return the direct appliance mode flag."
9236 msgstr ""
9237
9238 #. type: textblock
9239 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5791
9240 msgid "(Added in 1.0.72)"
9241 msgstr ""
9242
9243 #. type: =head2
9244 #: ../src/guestfs-actions.pod:1929
9245 msgid "guestfs_get_e2label"
9246 msgstr ""
9247
9248 #. type: verbatim
9249 #: ../src/guestfs-actions.pod:1931
9250 #, no-wrap
9251 msgid ""
9252 " char *\n"
9253 " guestfs_get_e2label (guestfs_h *g,\n"
9254 "                      const char *device);\n"
9255 "\n"
9256 msgstr ""
9257
9258 #. type: textblock
9259 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
9260 msgid ""
9261 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9262 msgstr ""
9263
9264 #. type: textblock
9265 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
9266 msgid ""
9267 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9268 msgstr ""
9269
9270 #. type: textblock
9271 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969
9272 #: ../src/guestfs-actions.pod:5809 ../src/guestfs-actions.pod:5828
9273 msgid "(Added in 1.0.15)"
9274 msgstr ""
9275
9276 #. type: =head2
9277 #: ../src/guestfs-actions.pod:1950
9278 msgid "guestfs_get_e2uuid"
9279 msgstr ""
9280
9281 #. type: verbatim
9282 #: ../src/guestfs-actions.pod:1952
9283 #, no-wrap
9284 msgid ""
9285 " char *\n"
9286 " guestfs_get_e2uuid (guestfs_h *g,\n"
9287 "                     const char *device);\n"
9288 "\n"
9289 msgstr ""
9290
9291 #. type: textblock
9292 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
9293 msgid ""
9294 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9295 msgstr ""
9296
9297 #. type: textblock
9298 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
9299 msgid ""
9300 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9301 msgstr ""
9302
9303 #. type: =head2
9304 #: ../src/guestfs-actions.pod:1971
9305 msgid "guestfs_get_memsize"
9306 msgstr ""
9307
9308 #. type: verbatim
9309 #: ../src/guestfs-actions.pod:1973
9310 #, no-wrap
9311 msgid ""
9312 " int\n"
9313 " guestfs_get_memsize (guestfs_h *g);\n"
9314 "\n"
9315 msgstr ""
9316
9317 #. type: textblock
9318 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
9319 msgid ""
9320 "This gets the memory size in megabytes allocated to the qemu subprocess."
9321 msgstr ""
9322
9323 #. type: textblock
9324 #: ../src/guestfs-actions.pod:1979
9325 msgid ""
9326 "If C<guestfs_set_memsize> was not called on this handle, and if "
9327 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9328 "value for memsize."
9329 msgstr ""
9330
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064
9333 #: ../src/guestfs-actions.pod:5844 ../src/guestfs-actions.pod:5951
9334 #: ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399
9335 #: ../fish/guestfish-actions.pod:3927 ../fish/guestfish-actions.pod:4014
9336 msgid ""
9337 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9338 msgstr ""
9339
9340 #. type: textblock
9341 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4312
9342 #: ../src/guestfs-actions.pod:4509 ../src/guestfs-actions.pod:4528
9343 #: ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4559
9344 #: ../src/guestfs-actions.pod:4576 ../src/guestfs-actions.pod:4589
9345 #: ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5849
9346 #: ../src/guestfs-actions.pod:6096 ../src/guestfs-actions.pod:6697
9347 msgid "(Added in 1.0.55)"
9348 msgstr ""
9349
9350 #. type: =head2
9351 #: ../src/guestfs-actions.pod:1990
9352 msgid "guestfs_get_network"
9353 msgstr ""
9354
9355 #. type: verbatim
9356 #: ../src/guestfs-actions.pod:1992
9357 #, no-wrap
9358 msgid ""
9359 " int\n"
9360 " guestfs_get_network (guestfs_h *g);\n"
9361 "\n"
9362 msgstr ""
9363
9364 #. type: textblock
9365 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
9366 msgid "This returns the enable network flag."
9367 msgstr ""
9368
9369 #. type: textblock
9370 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5868
9371 msgid "(Added in 1.5.4)"
9372 msgstr ""
9373
9374 #. type: =head2
9375 #: ../src/guestfs-actions.pod:2001
9376 msgid "guestfs_get_path"
9377 msgstr ""
9378
9379 #. type: verbatim
9380 #: ../src/guestfs-actions.pod:2003
9381 #, no-wrap
9382 msgid ""
9383 " const char *\n"
9384 " guestfs_get_path (guestfs_h *g);\n"
9385 "\n"
9386 msgstr ""
9387
9388 #. type: textblock
9389 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
9390 msgid "Return the current search path."
9391 msgstr ""
9392
9393 #. type: textblock
9394 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
9395 msgid ""
9396 "This is always non-NULL.  If it wasn't set already, then this will return "
9397 "the default path."
9398 msgstr ""
9399
9400 #. type: textblock
9401 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
9402 msgid ""
9403 "This function returns a string, or NULL on error.  The string is owned by "
9404 "the guest handle and must I<not> be freed."
9405 msgstr ""
9406
9407 #. type: =head2
9408 #: ../src/guestfs-actions.pod:2016
9409 msgid "guestfs_get_pid"
9410 msgstr ""
9411
9412 #. type: verbatim
9413 #: ../src/guestfs-actions.pod:2018
9414 #, no-wrap
9415 msgid ""
9416 " int\n"
9417 " guestfs_get_pid (guestfs_h *g);\n"
9418 "\n"
9419 msgstr ""
9420
9421 #. type: textblock
9422 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9423 msgid ""
9424 "Return the process ID of the qemu subprocess.  If there is no qemu "
9425 "subprocess, then this will return an error."
9426 msgstr ""
9427
9428 #. type: textblock
9429 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
9430 msgid "This is an internal call used for debugging and testing."
9431 msgstr ""
9432
9433 #. type: textblock
9434 #: ../src/guestfs-actions.pod:2028
9435 msgid "(Added in 1.0.56)"
9436 msgstr ""
9437
9438 #. type: =head2
9439 #: ../src/guestfs-actions.pod:2030
9440 msgid "guestfs_get_qemu"
9441 msgstr ""
9442
9443 #. type: verbatim
9444 #: ../src/guestfs-actions.pod:2032
9445 #, no-wrap
9446 msgid ""
9447 " const char *\n"
9448 " guestfs_get_qemu (guestfs_h *g);\n"
9449 "\n"
9450 msgstr ""
9451
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9454 msgid "Return the current qemu binary."
9455 msgstr ""
9456
9457 #. type: textblock
9458 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9459 msgid ""
9460 "This is always non-NULL.  If it wasn't set already, then this will return "
9461 "the default qemu binary name."
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5913
9466 msgid "(Added in 1.0.6)"
9467 msgstr ""
9468
9469 #. type: =head2
9470 #: ../src/guestfs-actions.pod:2045
9471 msgid "guestfs_get_recovery_proc"
9472 msgstr ""
9473
9474 #. type: verbatim
9475 #: ../src/guestfs-actions.pod:2047
9476 #, no-wrap
9477 msgid ""
9478 " int\n"
9479 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9480 "\n"
9481 msgstr ""
9482
9483 #. type: textblock
9484 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9485 msgid "Return the recovery process enabled flag."
9486 msgstr ""
9487
9488 #. type: textblock
9489 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3422
9490 #: ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:4119
9491 #: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:5172
9492 #: ../src/guestfs-actions.pod:5515 ../src/guestfs-actions.pod:5937
9493 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6620
9494 #: ../src/guestfs-actions.pod:6812
9495 msgid "(Added in 1.0.77)"
9496 msgstr ""
9497
9498 #. type: =head2
9499 #: ../src/guestfs-actions.pod:2056
9500 msgid "guestfs_get_selinux"
9501 msgstr ""
9502
9503 #. type: verbatim
9504 #: ../src/guestfs-actions.pod:2058
9505 #, no-wrap
9506 msgid ""
9507 " int\n"
9508 " guestfs_get_selinux (guestfs_h *g);\n"
9509 "\n"
9510 msgstr ""
9511
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:2061
9514 msgid ""
9515 "This returns the current setting of the selinux flag which is passed to the "
9516 "appliance at boot time.  See C<guestfs_set_selinux>."
9517 msgstr ""
9518
9519 #. type: textblock
9520 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132
9521 #: ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6014
9522 msgid "(Added in 1.0.67)"
9523 msgstr ""
9524
9525 #. type: =head2
9526 #: ../src/guestfs-actions.pod:2071
9527 msgid "guestfs_get_state"
9528 msgstr ""
9529
9530 #. type: verbatim
9531 #: ../src/guestfs-actions.pod:2073
9532 #, no-wrap
9533 msgid ""
9534 " int\n"
9535 " guestfs_get_state (guestfs_h *g);\n"
9536 "\n"
9537 msgstr ""
9538
9539 #. type: textblock
9540 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9541 msgid ""
9542 "This returns the current state as an opaque integer.  This is only useful "
9543 "for printing debug and internal error messages."
9544 msgstr ""
9545
9546 #. type: textblock
9547 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3220
9548 #: ../src/guestfs-actions.pod:3249 ../src/guestfs-actions.pod:3310
9549 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:1409
9550 #: ../fish/guestfish-actions.pod:2257 ../fish/guestfish-actions.pod:2275
9551 #: ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2329
9552 msgid "For more information on states, see L<guestfs(3)>."
9553 msgstr ""
9554
9555 #. type: =head2
9556 #: ../src/guestfs-actions.pod:2085
9557 msgid "guestfs_get_trace"
9558 msgstr ""
9559
9560 #. type: verbatim
9561 #: ../src/guestfs-actions.pod:2087
9562 #, no-wrap
9563 msgid ""
9564 " int\n"
9565 " guestfs_get_trace (guestfs_h *g);\n"
9566 "\n"
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9571 msgid "Return the command trace flag."
9572 msgstr ""
9573
9574 #. type: =head2
9575 #: ../src/guestfs-actions.pod:2096
9576 msgid "guestfs_get_umask"
9577 msgstr ""
9578
9579 #. type: verbatim
9580 #: ../src/guestfs-actions.pod:2098
9581 #, no-wrap
9582 msgid ""
9583 " int\n"
9584 " guestfs_get_umask (guestfs_h *g);\n"
9585 "\n"
9586 msgstr ""
9587
9588 #. type: textblock
9589 #: ../src/guestfs-actions.pod:2101
9590 msgid ""
9591 "Return the current umask.  By default the umask is C<022> unless it has been "
9592 "set by calling C<guestfs_umask>."
9593 msgstr ""
9594
9595 #. type: =head2
9596 #: ../src/guestfs-actions.pod:2108
9597 msgid "guestfs_get_verbose"
9598 msgstr ""
9599
9600 #. type: verbatim
9601 #: ../src/guestfs-actions.pod:2110
9602 #, no-wrap
9603 msgid ""
9604 " int\n"
9605 " guestfs_get_verbose (guestfs_h *g);\n"
9606 "\n"
9607 msgstr ""
9608
9609 #. type: textblock
9610 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9611 msgid "This returns the verbose messages flag."
9612 msgstr ""
9613
9614 #. type: =head2
9615 #: ../src/guestfs-actions.pod:2119
9616 msgid "guestfs_getcon"
9617 msgstr ""
9618
9619 #. type: verbatim
9620 #: ../src/guestfs-actions.pod:2121
9621 #, no-wrap
9622 msgid ""
9623 " char *\n"
9624 " guestfs_getcon (guestfs_h *g);\n"
9625 "\n"
9626 msgstr ""
9627
9628 #. type: textblock
9629 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9630 msgid "This gets the SELinux security context of the daemon."
9631 msgstr ""
9632
9633 #. type: textblock
9634 #: ../src/guestfs-actions.pod:2126
9635 msgid ""
9636 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9637 msgstr ""
9638
9639 #. type: =head2
9640 #: ../src/guestfs-actions.pod:2134
9641 msgid "guestfs_getxattr"
9642 msgstr ""
9643
9644 #. type: verbatim
9645 #: ../src/guestfs-actions.pod:2136
9646 #, no-wrap
9647 msgid ""
9648 " char *\n"
9649 " guestfs_getxattr (guestfs_h *g,\n"
9650 "                   const char *path,\n"
9651 "                   const char *name,\n"
9652 "                   size_t *size_r);\n"
9653 "\n"
9654 msgstr ""
9655
9656 #. type: textblock
9657 #: ../src/guestfs-actions.pod:2142
9658 msgid ""
9659 "Get a single extended attribute from file C<path> named C<name>.  This call "
9660 "follows symlinks.  If you want to lookup an extended attribute for the "
9661 "symlink itself, use C<guestfs_lgetxattr>."
9662 msgstr ""
9663
9664 #. type: textblock
9665 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3436
9666 msgid ""
9667 "Normally it is better to get all extended attributes from a file in one go "
9668 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9669 "implementations are buggy and do not provide a way to list out attributes.  "
9670 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9671 "extended attributes you want in advance and call this function."
9672 msgstr ""
9673
9674 #. type: textblock
9675 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3443
9676 #: ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2394
9677 msgid ""
9678 "Extended attribute values are blobs of binary data.  If there is no extended "
9679 "attribute named C<name>, this returns an error."
9680 msgstr ""
9681
9682 #. type: textblock
9683 #: ../src/guestfs-actions.pod:2156
9684 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9685 msgstr ""
9686
9687 #. type: textblock
9688 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349
9689 #: ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:5165
9690 #: ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:5372
9691 msgid ""
9692 "This function returns a buffer, or NULL on error.  The size of the returned "
9693 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9694 "after use>."
9695 msgstr ""
9696
9697 #. type: textblock
9698 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3452
9699 msgid "(Added in 1.7.24)"
9700 msgstr ""
9701
9702 #. type: =head2
9703 #: ../src/guestfs-actions.pod:2164
9704 msgid "guestfs_getxattrs"
9705 msgstr ""
9706
9707 #. type: verbatim
9708 #: ../src/guestfs-actions.pod:2166
9709 #, no-wrap
9710 msgid ""
9711 " struct guestfs_xattr_list *\n"
9712 " guestfs_getxattrs (guestfs_h *g,\n"
9713 "                    const char *path);\n"
9714 "\n"
9715 msgstr ""
9716
9717 #. type: textblock
9718 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9719 msgid ""
9720 "This call lists the extended attributes of the file or directory C<path>."
9721 msgstr ""
9722
9723 #. type: textblock
9724 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9725 msgid ""
9726 "At the system call level, this is a combination of the L<listxattr(2)> and "
9727 "L<getxattr(2)> calls."
9728 msgstr ""
9729
9730 #. type: textblock
9731 #: ../src/guestfs-actions.pod:2176
9732 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9733 msgstr ""
9734
9735 #. type: textblock
9736 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3464
9737 #: ../src/guestfs-actions.pod:4115
9738 msgid ""
9739 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9740 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9741 msgstr ""
9742
9743 #. type: textblock
9744 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3468
9745 #: ../src/guestfs-actions.pod:3633 ../src/guestfs-actions.pod:3669
9746 #: ../src/guestfs-actions.pod:5545 ../src/guestfs-actions.pod:6033
9747 #: ../src/guestfs-actions.pod:7368
9748 msgid "(Added in 1.0.59)"
9749 msgstr ""
9750
9751 #. type: =head2
9752 #: ../src/guestfs-actions.pod:2184
9753 msgid "guestfs_glob_expand"
9754 msgstr ""
9755
9756 #. type: verbatim
9757 #: ../src/guestfs-actions.pod:2186
9758 #, no-wrap
9759 msgid ""
9760 " char **\n"
9761 " guestfs_glob_expand (guestfs_h *g,\n"
9762 "                      const char *pattern);\n"
9763 "\n"
9764 msgstr ""
9765
9766 #. type: textblock
9767 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9768 msgid ""
9769 "This command searches for all the pathnames matching C<pattern> according to "
9770 "the wildcard expansion rules used by the shell."
9771 msgstr ""
9772
9773 #. type: textblock
9774 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9775 msgid ""
9776 "If no paths match, then this returns an empty list (note: not an error)."
9777 msgstr ""
9778
9779 #. type: textblock
9780 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9781 msgid ""
9782 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
9783 "GLOB_BRACE>.  See that manual page for more details."
9784 msgstr ""
9785
9786 #. type: textblock
9787 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6198
9788 #: ../src/guestfs-actions.pod:6215
9789 msgid "(Added in 1.0.50)"
9790 msgstr ""
9791
9792 #. type: =head2
9793 #: ../src/guestfs-actions.pod:2207
9794 msgid "guestfs_grep"
9795 msgstr ""
9796
9797 #. type: verbatim
9798 #: ../src/guestfs-actions.pod:2209
9799 #, no-wrap
9800 msgid ""
9801 " char **\n"
9802 " guestfs_grep (guestfs_h *g,\n"
9803 "               const char *regex,\n"
9804 "               const char *path);\n"
9805 "\n"
9806 msgstr ""
9807
9808 #. type: textblock
9809 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9810 msgid "This calls the external C<grep> program and returns the matching lines."
9811 msgstr ""
9812
9813 #. type: =head2
9814 #: ../src/guestfs-actions.pod:2226
9815 msgid "guestfs_grepi"
9816 msgstr ""
9817
9818 #. type: verbatim
9819 #: ../src/guestfs-actions.pod:2228
9820 #, no-wrap
9821 msgid ""
9822 " char **\n"
9823 " guestfs_grepi (guestfs_h *g,\n"
9824 "                const char *regex,\n"
9825 "                const char *path);\n"
9826 "\n"
9827 msgstr ""
9828
9829 #. type: textblock
9830 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
9831 msgid ""
9832 "This calls the external C<grep -i> program and returns the matching lines."
9833 msgstr ""
9834
9835 #. type: =head2
9836 #: ../src/guestfs-actions.pod:2245
9837 msgid "guestfs_grub_install"
9838 msgstr ""
9839
9840 #. type: verbatim
9841 #: ../src/guestfs-actions.pod:2247
9842 #, no-wrap
9843 msgid ""
9844 " int\n"
9845 " guestfs_grub_install (guestfs_h *g,\n"
9846 "                       const char *root,\n"
9847 "                       const char *device);\n"
9848 "\n"
9849 msgstr ""
9850
9851 #. type: textblock
9852 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9853 msgid ""
9854 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9855 "the root directory being C<root>."
9856 msgstr ""
9857
9858 #. type: textblock
9859 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
9860 msgid ""
9861 "Note: If grub-install reports the error \"No suitable drive was found in the "
9862 "generated device map.\" it may be that you need to create a C</boot/grub/"
9863 "device.map> file first that contains the mapping between grub device names "
9864 "and Linux device names.  It is usually sufficient to create a file "
9865 "containing:"
9866 msgstr ""
9867
9868 #. type: verbatim
9869 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
9870 #, no-wrap
9871 msgid ""
9872 " (hd0) /dev/vda\n"
9873 "\n"
9874 msgstr ""
9875
9876 #. type: textblock
9877 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
9878 msgid "replacing C</dev/vda> with the name of the installation device."
9879 msgstr ""
9880
9881 #. type: textblock
9882 #: ../src/guestfs-actions.pod:2268
9883 msgid "(Added in 1.0.17)"
9884 msgstr ""
9885
9886 #. type: =head2
9887 #: ../src/guestfs-actions.pod:2270
9888 msgid "guestfs_head"
9889 msgstr ""
9890
9891 #. type: verbatim
9892 #: ../src/guestfs-actions.pod:2272
9893 #, no-wrap
9894 msgid ""
9895 " char **\n"
9896 " guestfs_head (guestfs_h *g,\n"
9897 "               const char *path);\n"
9898 "\n"
9899 msgstr ""
9900
9901 #. type: textblock
9902 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
9903 msgid ""
9904 "This command returns up to the first 10 lines of a file as a list of strings."
9905 msgstr ""
9906
9907 #. type: =head2
9908 #: ../src/guestfs-actions.pod:2288
9909 msgid "guestfs_head_n"
9910 msgstr ""
9911
9912 #. type: verbatim
9913 #: ../src/guestfs-actions.pod:2290
9914 #, no-wrap
9915 msgid ""
9916 " char **\n"
9917 " guestfs_head_n (guestfs_h *g,\n"
9918 "                 int nrlines,\n"
9919 "                 const char *path);\n"
9920 "\n"
9921 msgstr ""
9922
9923 #. type: textblock
9924 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9925 msgid ""
9926 "If the parameter C<nrlines> is a positive number, this returns the first "
9927 "C<nrlines> lines of the file C<path>."
9928 msgstr ""
9929
9930 #. type: textblock
9931 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
9932 msgid ""
9933 "If the parameter C<nrlines> is a negative number, this returns lines from "
9934 "the file C<path>, excluding the last C<nrlines> lines."
9935 msgstr ""
9936
9937 #. type: textblock
9938 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6495
9939 #: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4364
9940 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9941 msgstr ""
9942
9943 #. type: =head2
9944 #: ../src/guestfs-actions.pod:2312
9945 msgid "guestfs_hexdump"
9946 msgstr ""
9947
9948 #. type: verbatim
9949 #: ../src/guestfs-actions.pod:2314
9950 #, no-wrap
9951 msgid ""
9952 " char *\n"
9953 " guestfs_hexdump (guestfs_h *g,\n"
9954 "                  const char *path);\n"
9955 "\n"
9956 msgstr ""
9957
9958 #. type: textblock
9959 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
9960 msgid ""
9961 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
9962 "readable, canonical hex dump of the file."
9963 msgstr ""
9964
9965 #. type: textblock
9966 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6279
9967 #: ../src/guestfs-actions.pod:6334
9968 msgid "(Added in 1.0.22)"
9969 msgstr ""
9970
9971 #. type: =head2
9972 #: ../src/guestfs-actions.pod:2329
9973 msgid "guestfs_initrd_cat"
9974 msgstr ""
9975
9976 #. type: verbatim
9977 #: ../src/guestfs-actions.pod:2331
9978 #, no-wrap
9979 msgid ""
9980 " char *\n"
9981 " guestfs_initrd_cat (guestfs_h *g,\n"
9982 "                     const char *initrdpath,\n"
9983 "                     const char *filename,\n"
9984 "                     size_t *size_r);\n"
9985 "\n"
9986 msgstr ""
9987
9988 #. type: textblock
9989 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
9990 msgid ""
9991 "This command unpacks the file C<filename> from the initrd file called "
9992 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9993 "character."
9994 msgstr ""
9995
9996 #. type: textblock
9997 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
9998 msgid ""
9999 "For example, in guestfish you could use the following command to examine the "
10000 "boot script (usually called C</init>)  contained in a Linux initrd or "
10001 "initramfs image:"
10002 msgstr ""
10003
10004 #. type: verbatim
10005 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
10006 #, no-wrap
10007 msgid ""
10008 " initrd-cat /boot/initrd-<version>.img init\n"
10009 "\n"
10010 msgstr ""
10011
10012 #. type: textblock
10013 #: ../src/guestfs-actions.pod:2347
10014 msgid "See also C<guestfs_initrd_list>."
10015 msgstr ""
10016
10017 #. type: =head2
10018 #: ../src/guestfs-actions.pod:2358
10019 msgid "guestfs_initrd_list"
10020 msgstr ""
10021
10022 #. type: verbatim
10023 #: ../src/guestfs-actions.pod:2360
10024 #, no-wrap
10025 msgid ""
10026 " char **\n"
10027 " guestfs_initrd_list (guestfs_h *g,\n"
10028 "                      const char *path);\n"
10029 "\n"
10030 msgstr ""
10031
10032 #. type: textblock
10033 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
10034 msgid "This command lists out files contained in an initrd."
10035 msgstr ""
10036
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
10039 msgid ""
10040 "The files are listed without any initial C</> character.  The files are "
10041 "listed in the order they appear (not necessarily alphabetical).  Directory "
10042 "names are listed as separate items."
10043 msgstr ""
10044
10045 #. type: textblock
10046 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
10047 msgid ""
10048 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10049 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10050 "files)."
10051 msgstr ""
10052
10053 #. type: =head2
10054 #: ../src/guestfs-actions.pod:2380
10055 msgid "guestfs_inotify_add_watch"
10056 msgstr ""
10057
10058 #. type: verbatim
10059 #: ../src/guestfs-actions.pod:2382
10060 #, no-wrap
10061 msgid ""
10062 " int64_t\n"
10063 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10064 "                            const char *path,\n"
10065 "                            int mask);\n"
10066 "\n"
10067 msgstr ""
10068
10069 #. type: textblock
10070 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
10071 msgid "Watch C<path> for the events listed in C<mask>."
10072 msgstr ""
10073
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
10076 msgid ""
10077 "Note that if C<path> is a directory then events within that directory are "
10078 "watched, but this does I<not> happen recursively (in subdirectories)."
10079 msgstr ""
10080
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
10083 msgid ""
10084 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10085 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10086 msgstr ""
10087
10088 #. type: =head2
10089 #: ../src/guestfs-actions.pod:2401
10090 msgid "guestfs_inotify_close"
10091 msgstr ""
10092
10093 #. type: verbatim
10094 #: ../src/guestfs-actions.pod:2403
10095 #, no-wrap
10096 msgid ""
10097 " int\n"
10098 " guestfs_inotify_close (guestfs_h *g);\n"
10099 "\n"
10100 msgstr ""
10101
10102 #. type: textblock
10103 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
10104 msgid ""
10105 "This closes the inotify handle which was previously opened by inotify_init.  "
10106 "It removes all watches, throws away any pending events, and deallocates all "
10107 "resources."
10108 msgstr ""
10109
10110 #. type: =head2
10111 #: ../src/guestfs-actions.pod:2414
10112 msgid "guestfs_inotify_files"
10113 msgstr ""
10114
10115 #. type: verbatim
10116 #: ../src/guestfs-actions.pod:2416
10117 #, no-wrap
10118 msgid ""
10119 " char **\n"
10120 " guestfs_inotify_files (guestfs_h *g);\n"
10121 "\n"
10122 msgstr ""
10123
10124 #. type: textblock
10125 #: ../src/guestfs-actions.pod:2419
10126 msgid ""
10127 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10128 "returns a list of pathnames of objects that were touched.  The returned "
10129 "pathnames are sorted and deduplicated."
10130 msgstr ""
10131
10132 #. type: =head2
10133 #: ../src/guestfs-actions.pod:2429
10134 msgid "guestfs_inotify_init"
10135 msgstr ""
10136
10137 #. type: verbatim
10138 #: ../src/guestfs-actions.pod:2431
10139 #, no-wrap
10140 msgid ""
10141 " int\n"
10142 " guestfs_inotify_init (guestfs_h *g,\n"
10143 "                       int maxevents);\n"
10144 "\n"
10145 msgstr ""
10146
10147 #. type: textblock
10148 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
10149 msgid ""
10150 "This command creates a new inotify handle.  The inotify subsystem can be "
10151 "used to notify events which happen to objects in the guest filesystem."
10152 msgstr ""
10153
10154 #. type: textblock
10155 #: ../src/guestfs-actions.pod:2439
10156 msgid ""
10157 "C<maxevents> is the maximum number of events which will be queued up between "
10158 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10159 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10160 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10161 "throws away events, but records the fact that it threw them away by setting "
10162 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10163 "C<guestfs_inotify_read>)."
10164 msgstr ""
10165
10166 #. type: textblock
10167 #: ../src/guestfs-actions.pod:2449
10168 msgid ""
10169 "Before any events are generated, you have to add some watches to the "
10170 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10171 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10172 msgstr ""
10173
10174 #. type: textblock
10175 #: ../src/guestfs-actions.pod:2455
10176 msgid ""
10177 "Queued up events should be read periodically by calling "
10178 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10179 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10180 "often enough then you risk the internal queue overflowing."
10181 msgstr ""
10182
10183 #. type: textblock
10184 #: ../src/guestfs-actions.pod:2462
10185 msgid ""
10186 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10187 "This also removes any watches automatically."
10188 msgstr ""
10189
10190 #. type: textblock
10191 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
10192 msgid ""
10193 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10194 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10195 "that there is one global inotify handle per libguestfs instance."
10196 msgstr ""
10197
10198 #. type: =head2
10199 #: ../src/guestfs-actions.pod:2475
10200 msgid "guestfs_inotify_read"
10201 msgstr ""
10202
10203 #. type: verbatim
10204 #: ../src/guestfs-actions.pod:2477
10205 #, no-wrap
10206 msgid ""
10207 " struct guestfs_inotify_event_list *\n"
10208 " guestfs_inotify_read (guestfs_h *g);\n"
10209 "\n"
10210 msgstr ""
10211
10212 #. type: textblock
10213 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
10214 msgid ""
10215 "Return the complete queue of events that have happened since the previous "
10216 "read call."
10217 msgstr ""
10218
10219 #. type: textblock
10220 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
10221 msgid "If no events have happened, this returns an empty list."
10222 msgstr ""
10223
10224 #. type: textblock
10225 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
10226 msgid ""
10227 "I<Note>: In order to make sure that all events have been read, you must call "
10228 "this function repeatedly until it returns an empty list.  The reason is that "
10229 "the call will read events up to the maximum appliance-to-host message size "
10230 "and leave remaining events in the queue."
10231 msgstr ""
10232
10233 #. type: textblock
10234 #: ../src/guestfs-actions.pod:2491
10235 msgid ""
10236 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10237 "there was an error.  I<The caller must call "
10238 "C<guestfs_free_inotify_event_list> after use>."
10239 msgstr ""
10240
10241 #. type: =head2
10242 #: ../src/guestfs-actions.pod:2497
10243 msgid "guestfs_inotify_rm_watch"
10244 msgstr ""
10245
10246 #. type: verbatim
10247 #: ../src/guestfs-actions.pod:2499
10248 #, no-wrap
10249 msgid ""
10250 " int\n"
10251 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10252 "                           int wd);\n"
10253 "\n"
10254 msgstr ""
10255
10256 #. type: textblock
10257 #: ../src/guestfs-actions.pod:2503
10258 msgid ""
10259 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10260 msgstr ""
10261
10262 #. type: =head2
10263 #: ../src/guestfs-actions.pod:2510
10264 msgid "guestfs_inspect_get_arch"
10265 msgstr ""
10266
10267 #. type: verbatim
10268 #: ../src/guestfs-actions.pod:2512
10269 #, no-wrap
10270 msgid ""
10271 " char *\n"
10272 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10273 "                           const char *root);\n"
10274 "\n"
10275 msgstr ""
10276
10277 #. type: textblock
10278 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539
10279 #: ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2650
10280 #: ../src/guestfs-actions.pod:2689 ../src/guestfs-actions.pod:2711
10281 #: ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2759
10282 #: ../src/guestfs-actions.pod:2796 ../src/guestfs-actions.pod:2825
10283 #: ../src/guestfs-actions.pod:2856 ../src/guestfs-actions.pod:2880
10284 #: ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2977
10285 #: ../src/guestfs-actions.pod:3000 ../src/guestfs-actions.pod:3017
10286 #: ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3053
10287 msgid ""
10288 "This function should only be called with a root device string as returned by "
10289 "C<guestfs_inspect_os>."
10290 msgstr ""
10291
10292 #. type: textblock
10293 #: ../src/guestfs-actions.pod:2519
10294 msgid ""
10295 "This returns the architecture of the inspected operating system.  The "
10296 "possible return values are listed under C<guestfs_file_architecture>."
10297 msgstr ""
10298
10299 #. type: textblock
10300 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
10301 msgid ""
10302 "If the architecture could not be determined, then the string C<unknown> is "
10303 "returned."
10304 msgstr ""
10305
10306 #. type: textblock
10307 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611
10308 #: ../src/guestfs-actions.pod:2678 ../src/guestfs-actions.pod:2698
10309 #: ../src/guestfs-actions.pod:2726 ../src/guestfs-actions.pod:2812
10310 #: ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2867
10311 #: ../src/guestfs-actions.pod:2921 ../src/guestfs-actions.pod:2964
10312 #: ../src/guestfs-actions.pod:2987 ../src/guestfs-actions.pod:3007
10313 #: ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3043
10314 #: ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3187
10315 #: ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1776
10316 #: ../fish/guestfish-actions.pod:1828 ../fish/guestfish-actions.pod:1843
10317 #: ../fish/guestfish-actions.pod:1864 ../fish/guestfish-actions.pod:1928
10318 #: ../fish/guestfish-actions.pod:1952 ../fish/guestfish-actions.pod:1969
10319 #: ../fish/guestfish-actions.pod:2012 ../fish/guestfish-actions.pod:2047
10320 #: ../fish/guestfish-actions.pod:2063 ../fish/guestfish-actions.pod:2076
10321 #: ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2104
10322 #: ../fish/guestfish-actions.pod:2203 ../fish/guestfish-actions.pod:2237
10323 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10324 msgstr ""
10325
10326 #. type: =head2
10327 #: ../src/guestfs-actions.pod:2533
10328 msgid "guestfs_inspect_get_distro"
10329 msgstr ""
10330
10331 #. type: verbatim
10332 #: ../src/guestfs-actions.pod:2535
10333 #, no-wrap
10334 msgid ""
10335 " char *\n"
10336 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10337 "                             const char *root);\n"
10338 "\n"
10339 msgstr ""
10340
10341 #. type: textblock
10342 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10343 msgid ""
10344 "This returns the distro (distribution) of the inspected operating system."
10345 msgstr ""
10346
10347 #. type: textblock
10348 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
10349 msgid "Currently defined distros are:"
10350 msgstr ""
10351
10352 #. type: =item
10353 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
10354 msgid "\"archlinux\""
10355 msgstr "\"archlinux\""
10356
10357 #. type: textblock
10358 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
10359 msgid "Arch Linux."
10360 msgstr "Arch Linux."
10361
10362 #. type: =item
10363 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
10364 msgid "\"debian\""
10365 msgstr "\"debian\""
10366
10367 #. type: textblock
10368 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
10369 msgid "Debian."
10370 msgstr "Debian."
10371
10372 #. type: =item
10373 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
10374 msgid "\"fedora\""
10375 msgstr "\"fedora\""
10376
10377 #. type: textblock
10378 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
10379 msgid "Fedora."
10380 msgstr "Fedora."
10381
10382 #. type: =item
10383 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
10384 msgid "\"gentoo\""
10385 msgstr "\"gentoo\""
10386
10387 #. type: textblock
10388 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
10389 msgid "Gentoo."
10390 msgstr "Gentoo."
10391
10392 #. type: =item
10393 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
10394 msgid "\"linuxmint\""
10395 msgstr "\"linuxmint\""
10396
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
10399 msgid "Linux Mint."
10400 msgstr "Linux Mint."
10401
10402 #. type: =item
10403 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
10404 msgid "\"mandriva\""
10405 msgstr "\"mandriva\""
10406
10407 #. type: textblock
10408 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
10409 msgid "Mandriva."
10410 msgstr "Mandriva."
10411
10412 #. type: =item
10413 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
10414 msgid "\"meego\""
10415 msgstr "\"meego\""
10416
10417 #. type: textblock
10418 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
10419 msgid "MeeGo."
10420 msgstr "MeeGo."
10421
10422 #. type: =item
10423 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
10424 msgid "\"pardus\""
10425 msgstr "\"pardus\""
10426
10427 #. type: textblock
10428 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
10429 msgid "Pardus."
10430 msgstr "Pardus."
10431
10432 #. type: =item
10433 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
10434 msgid "\"redhat-based\""
10435 msgstr "\"redhat-based\""
10436
10437 #. type: textblock
10438 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
10439 msgid "Some Red Hat-derived distro."
10440 msgstr "Дистрибутив, що походить від Red Hat."
10441
10442 #. type: =item
10443 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
10444 msgid "\"rhel\""
10445 msgstr "\"rhel\""
10446
10447 #. type: textblock
10448 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
10449 msgid "Red Hat Enterprise Linux and some derivatives."
10450 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10451
10452 #. type: =item
10453 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
10454 msgid "\"slackware\""
10455 msgstr ""
10456
10457 #. type: textblock
10458 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
10459 msgid "Slackware."
10460 msgstr ""
10461
10462 #. type: =item
10463 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
10464 msgid "\"ubuntu\""
10465 msgstr "\"ubuntu\""
10466
10467 #. type: textblock
10468 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
10469 msgid "Ubuntu."
10470 msgstr "Ubuntu."
10471
10472 #. type: =item
10473 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2669
10474 #: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:1762
10475 #: ../fish/guestfish-actions.pod:1819 ../fish/guestfish-actions.pod:2038
10476 msgid "\"unknown\""
10477 msgstr "\"unknown\""
10478
10479 #. type: textblock
10480 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
10481 msgid "The distro could not be determined."
10482 msgstr "Дистрибутив, тип якого не вдалося визначити."
10483
10484 #. type: =item
10485 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2947
10486 #: ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2030
10487 msgid "\"windows\""
10488 msgstr "\"windows\""
10489
10490 #. type: textblock
10491 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
10492 msgid ""
10493 "Windows does not have distributions.  This string is returned if the OS type "
10494 "is Windows."
10495 msgstr ""
10496
10497 #. type: textblock
10498 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2675
10499 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:1773
10500 #: ../fish/guestfish-actions.pod:1825 ../fish/guestfish-actions.pod:2044
10501 msgid ""
10502 "Future versions of libguestfs may return other strings here.  The caller "
10503 "should be prepared to handle any string."
10504 msgstr ""
10505
10506 #. type: =head2
10507 #: ../src/guestfs-actions.pod:2618
10508 msgid "guestfs_inspect_get_filesystems"
10509 msgstr ""
10510
10511 #. type: verbatim
10512 #: ../src/guestfs-actions.pod:2620
10513 #, no-wrap
10514 msgid ""
10515 " char **\n"
10516 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10517 "                                  const char *root);\n"
10518 "\n"
10519 msgstr ""
10520
10521 #. type: textblock
10522 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
10523 msgid ""
10524 "This returns a list of all the filesystems that we think are associated with "
10525 "this operating system.  This includes the root filesystem, other ordinary "
10526 "filesystems, and non-mounted devices like swap partitions."
10527 msgstr ""
10528
10529 #. type: textblock
10530 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10531 msgid ""
10532 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10533 "to be shared between operating systems."
10534 msgstr ""
10535
10536 #. type: textblock
10537 #: ../src/guestfs-actions.pod:2635
10538 msgid ""
10539 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10540 "C<guestfs_inspect_get_mountpoints>."
10541 msgstr ""
10542
10543 #. type: =head2
10544 #: ../src/guestfs-actions.pod:2644
10545 msgid "guestfs_inspect_get_format"
10546 msgstr ""
10547
10548 #. type: verbatim
10549 #: ../src/guestfs-actions.pod:2646
10550 #, no-wrap
10551 msgid ""
10552 " char *\n"
10553 " guestfs_inspect_get_format (guestfs_h *g,\n"
10554 "                             const char *root);\n"
10555 "\n"
10556 msgstr ""
10557
10558 #. type: textblock
10559 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1803
10560 msgid ""
10561 "This returns the format of the inspected operating system.  You can use it "
10562 "to detect install images, live CDs and similar."
10563 msgstr ""
10564
10565 #. type: textblock
10566 #: ../src/guestfs-actions.pod:2656 ../fish/guestfish-actions.pod:1806
10567 msgid "Currently defined formats are:"
10568 msgstr ""
10569
10570 #. type: =item
10571 #: ../src/guestfs-actions.pod:2660 ../fish/guestfish-actions.pod:1810
10572 msgid "\"installed\""
10573 msgstr "\"installed\""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:2662 ../fish/guestfish-actions.pod:1812
10577 msgid "This is an installed operating system."
10578 msgstr "Це встановлена операційна система."
10579
10580 #. type: =item
10581 #: ../src/guestfs-actions.pod:2664 ../fish/guestfish-actions.pod:1814
10582 msgid "\"installer\""
10583 msgstr ""
10584
10585 #. type: textblock
10586 #: ../src/guestfs-actions.pod:2666 ../fish/guestfish-actions.pod:1816
10587 msgid ""
10588 "The disk image being inspected is not an installed operating system, but a "
10589 "I<bootable> install disk, live CD, or similar."
10590 msgstr ""
10591
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
10594 msgid "The format of this disk image is not known."
10595 msgstr ""
10596
10597 #. type: =head2
10598 #: ../src/guestfs-actions.pod:2683
10599 msgid "guestfs_inspect_get_hostname"
10600 msgstr ""
10601
10602 #. type: verbatim
10603 #: ../src/guestfs-actions.pod:2685
10604 #, no-wrap
10605 msgid ""
10606 " char *\n"
10607 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10608 "                               const char *root);\n"
10609 "\n"
10610 msgstr ""
10611
10612 #. type: textblock
10613 #: ../src/guestfs-actions.pod:2692 ../fish/guestfish-actions.pod:1837
10614 msgid ""
10615 "This function returns the hostname of the operating system as found by "
10616 "inspection of the guest's configuration files."
10617 msgstr ""
10618
10619 #. type: textblock
10620 #: ../src/guestfs-actions.pod:2695 ../fish/guestfish-actions.pod:1840
10621 msgid ""
10622 "If the hostname could not be determined, then the string C<unknown> is "
10623 "returned."
10624 msgstr ""
10625
10626 #. type: textblock
10627 #: ../src/guestfs-actions.pod:2703
10628 msgid "(Added in 1.7.9)"
10629 msgstr ""
10630
10631 #. type: =head2
10632 #: ../src/guestfs-actions.pod:2705
10633 msgid "guestfs_inspect_get_major_version"
10634 msgstr ""
10635
10636 #. type: verbatim
10637 #: ../src/guestfs-actions.pod:2707
10638 #, no-wrap
10639 msgid ""
10640 " int\n"
10641 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10642 "                                    const char *root);\n"
10643 "\n"
10644 msgstr ""
10645
10646 #. type: textblock
10647 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1852
10648 msgid ""
10649 "This returns the major version number of the inspected operating system."
10650 msgstr ""
10651
10652 #. type: textblock
10653 #: ../src/guestfs-actions.pod:2717 ../fish/guestfish-actions.pod:1855
10654 msgid ""
10655 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10656 "popular public names used by the operating system.  Notably the operating "
10657 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10658 "1).  You can find out the real versions corresponding to releases of Windows "
10659 "by consulting Wikipedia or MSDN."
10660 msgstr ""
10661
10662 #. type: textblock
10663 #: ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2744
10664 #: ../fish/guestfish-actions.pod:1862 ../fish/guestfish-actions.pod:1876
10665 msgid "If the version could not be determined, then C<0> is returned."
10666 msgstr ""
10667
10668 #. type: =head2
10669 #: ../src/guestfs-actions.pod:2732
10670 msgid "guestfs_inspect_get_minor_version"
10671 msgstr ""
10672
10673 #. type: verbatim
10674 #: ../src/guestfs-actions.pod:2734
10675 #, no-wrap
10676 msgid ""
10677 " int\n"
10678 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10679 "                                    const char *root);\n"
10680 "\n"
10681 msgstr ""
10682
10683 #. type: textblock
10684 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1873
10685 msgid ""
10686 "This returns the minor version number of the inspected operating system."
10687 msgstr ""
10688
10689 #. type: textblock
10690 #: ../src/guestfs-actions.pod:2746
10691 msgid ""
10692 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10693 "C<guestfs_inspect_get_major_version>."
10694 msgstr ""
10695
10696 #. type: =head2
10697 #: ../src/guestfs-actions.pod:2753
10698 msgid "guestfs_inspect_get_mountpoints"
10699 msgstr ""
10700
10701 #. type: verbatim
10702 #: ../src/guestfs-actions.pod:2755
10703 #, no-wrap
10704 msgid ""
10705 " char **\n"
10706 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10707 "                                  const char *root);\n"
10708 "\n"
10709 msgstr ""
10710
10711 #. type: textblock
10712 #: ../src/guestfs-actions.pod:2762 ../fish/guestfish-actions.pod:1888
10713 msgid ""
10714 "This returns a hash of where we think the filesystems associated with this "
10715 "operating system should be mounted.  Callers should note that this is at "
10716 "best an educated guess made by reading configuration files such as C</etc/"
10717 "fstab>.  I<In particular note> that this may return filesystems which are "
10718 "non-existent or not mountable and callers should be prepared to handle or "
10719 "ignore failures if they try to mount them."
10720 msgstr ""
10721
10722 #. type: textblock
10723 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1897
10724 msgid ""
10725 "Each element in the returned hashtable has a key which is the path of the "
10726 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10727 "mounted there (eg. C</dev/sda1>)."
10728 msgstr ""
10729
10730 #. type: textblock
10731 #: ../src/guestfs-actions.pod:2776 ../fish/guestfish-actions.pod:1902
10732 msgid ""
10733 "Non-mounted devices such as swap devices are I<not> returned in this list."
10734 msgstr ""
10735
10736 #. type: textblock
10737 #: ../src/guestfs-actions.pod:2779
10738 msgid ""
10739 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10740 "C<guestfs_inspect_get_filesystems>."
10741 msgstr ""
10742
10743 #. type: textblock
10744 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:3521
10745 #: ../src/guestfs-actions.pod:4731 ../src/guestfs-actions.pod:6636
10746 msgid ""
10747 "This function returns a NULL-terminated array of strings, or NULL if there "
10748 "was an error.  The array of strings will always have length C<2n+1>, where "
10749 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10750 "caller must free the strings and the array after use>."
10751 msgstr ""
10752
10753 #. type: =head2
10754 #: ../src/guestfs-actions.pod:2790
10755 msgid "guestfs_inspect_get_package_format"
10756 msgstr ""
10757
10758 #. type: verbatim
10759 #: ../src/guestfs-actions.pod:2792
10760 #, no-wrap
10761 msgid ""
10762 " char *\n"
10763 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10764 "                                     const char *root);\n"
10765 "\n"
10766 msgstr ""
10767
10768 #. type: textblock
10769 #: ../src/guestfs-actions.pod:2799
10770 msgid ""
10771 "This function and C<guestfs_inspect_get_package_management> return the "
10772 "package format and package management tool used by the inspected operating "
10773 "system.  For example for Fedora these functions would return C<rpm> (package "
10774 "format) and C<yum> (package management)."
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1921
10779 msgid ""
10780 "This returns the string C<unknown> if we could not determine the package "
10781 "format I<or> if the operating system does not have a real packaging system "
10782 "(eg. Windows)."
10783 msgstr ""
10784
10785 #. type: textblock
10786 #: ../src/guestfs-actions.pod:2809 ../fish/guestfish-actions.pod:1925
10787 msgid ""
10788 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10789 "Future versions of libguestfs may return other strings."
10790 msgstr ""
10791
10792 #. type: textblock
10793 #: ../src/guestfs-actions.pod:2817 ../src/guestfs-actions.pod:2848
10794 msgid "(Added in 1.7.5)"
10795 msgstr ""
10796
10797 #. type: =head2
10798 #: ../src/guestfs-actions.pod:2819
10799 msgid "guestfs_inspect_get_package_management"
10800 msgstr ""
10801
10802 #. type: verbatim
10803 #: ../src/guestfs-actions.pod:2821
10804 #, no-wrap
10805 msgid ""
10806 " char *\n"
10807 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10808 "                                         const char *root);\n"
10809 "\n"
10810 msgstr ""
10811
10812 #. type: textblock
10813 #: ../src/guestfs-actions.pod:2828
10814 msgid ""
10815 "C<guestfs_inspect_get_package_format> and this function return the package "
10816 "format and package management tool used by the inspected operating system.  "
10817 "For example for Fedora these functions would return C<rpm> (package format) "
10818 "and C<yum> (package management)."
10819 msgstr ""
10820
10821 #. type: textblock
10822 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1943
10823 msgid ""
10824 "This returns the string C<unknown> if we could not determine the package "
10825 "management tool I<or> if the operating system does not have a real packaging "
10826 "system (eg. Windows)."
10827 msgstr ""
10828
10829 #. type: textblock
10830 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1947
10831 msgid ""
10832 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10833 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10834 "libguestfs may return other strings."
10835 msgstr ""
10836
10837 #. type: =head2
10838 #: ../src/guestfs-actions.pod:2850
10839 msgid "guestfs_inspect_get_product_name"
10840 msgstr ""
10841
10842 #. type: verbatim
10843 #: ../src/guestfs-actions.pod:2852
10844 #, no-wrap
10845 msgid ""
10846 " char *\n"
10847 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10848 "                                   const char *root);\n"
10849 "\n"
10850 msgstr ""
10851
10852 #. type: textblock
10853 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1961
10854 msgid ""
10855 "This returns the product name of the inspected operating system.  The "
10856 "product name is generally some freeform string which can be displayed to the "
10857 "user, but should not be parsed by programs."
10858 msgstr ""
10859
10860 #. type: textblock
10861 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1966
10862 msgid ""
10863 "If the product name could not be determined, then the string C<unknown> is "
10864 "returned."
10865 msgstr ""
10866
10867 #. type: =head2
10868 #: ../src/guestfs-actions.pod:2874
10869 msgid "guestfs_inspect_get_product_variant"
10870 msgstr ""
10871
10872 #. type: verbatim
10873 #: ../src/guestfs-actions.pod:2876
10874 #, no-wrap
10875 msgid ""
10876 " char *\n"
10877 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10878 "                                      const char *root);\n"
10879 "\n"
10880 msgstr ""
10881
10882 #. type: textblock
10883 #: ../src/guestfs-actions.pod:2883 ../fish/guestfish-actions.pod:1978
10884 #, fuzzy
10885 #| msgid "This is an installed operating system."
10886 msgid "This returns the product variant of the inspected operating system."
10887 msgstr "Це встановлена операційна система."
10888
10889 #. type: textblock
10890 #: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1981
10891 msgid ""
10892 "For Windows guests, this returns the contents of the Registry key C<HKLM"
10893 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
10894 "is usually a string such as C<Client> or C<Server> (other values are "
10895 "possible).  This can be used to distinguish consumer and enterprise versions "
10896 "of Windows that have the same version number (for example, Windows 7 and "
10897 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10898 "the latter is C<Server>)."
10899 msgstr ""
10900
10901 #. type: textblock
10902 #: ../src/guestfs-actions.pod:2895 ../fish/guestfish-actions.pod:1990
10903 msgid ""
10904 "For enterprise Linux guests, in future we intend this to return the product "
10905 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10906 "implemented at present."
10907 msgstr ""
10908
10909 #. type: textblock
10910 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1994
10911 msgid ""
10912 "If the product variant could not be determined, then the string C<unknown> "
10913 "is returned."
10914 msgstr ""
10915
10916 #. type: textblock
10917 #: ../src/guestfs-actions.pod:2902
10918 msgid ""
10919 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10920 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10921 msgstr ""
10922
10923 #. type: =head2
10924 #: ../src/guestfs-actions.pod:2909
10925 msgid "guestfs_inspect_get_roots"
10926 msgstr ""
10927
10928 #. type: verbatim
10929 #: ../src/guestfs-actions.pod:2911
10930 #, no-wrap
10931 msgid ""
10932 " char **\n"
10933 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10934 "\n"
10935 msgstr ""
10936
10937 #. type: textblock
10938 #: ../src/guestfs-actions.pod:2914
10939 msgid ""
10940 "This function is a convenient way to get the list of root devices, as "
10941 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10942 "the whole inspection process."
10943 msgstr ""
10944
10945 #. type: textblock
10946 #: ../src/guestfs-actions.pod:2918
10947 msgid ""
10948 "This returns an empty list if either no root devices were found or the "
10949 "caller has not called C<guestfs_inspect_os>."
10950 msgstr ""
10951
10952 #. type: textblock
10953 #: ../src/guestfs-actions.pod:2927
10954 msgid "(Added in 1.7.3)"
10955 msgstr ""
10956
10957 #. type: =head2
10958 #: ../src/guestfs-actions.pod:2929
10959 msgid "guestfs_inspect_get_type"
10960 msgstr ""
10961
10962 #. type: verbatim
10963 #: ../src/guestfs-actions.pod:2931
10964 #, no-wrap
10965 msgid ""
10966 " char *\n"
10967 " guestfs_inspect_get_type (guestfs_h *g,\n"
10968 "                           const char *root);\n"
10969 "\n"
10970 msgstr ""
10971
10972 #. type: textblock
10973 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2021
10974 msgid ""
10975 "This returns the type of the inspected operating system.  Currently defined "
10976 "types are:"
10977 msgstr ""
10978
10979 #. type: =item
10980 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2026
10981 msgid "\"linux\""
10982 msgstr "\"linux\""
10983
10984 #. type: textblock
10985 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2028
10986 msgid "Any Linux-based operating system."
10987 msgstr ""
10988
10989 #. type: textblock
10990 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2032
10991 msgid "Any Microsoft Windows operating system."
10992 msgstr ""
10993
10994 #. type: =item
10995 #: ../src/guestfs-actions.pod:2951 ../fish/guestfish-actions.pod:2034
10996 msgid "\"freebsd\""
10997 msgstr "\"freebsd\""
10998
10999 #. type: textblock
11000 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2036
11001 msgid "FreeBSD."
11002 msgstr "FreeBSD."
11003
11004 #. type: textblock
11005 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2040
11006 msgid "The operating system type could not be determined."
11007 msgstr ""
11008
11009 #. type: =head2
11010 #: ../src/guestfs-actions.pod:2971
11011 msgid "guestfs_inspect_get_windows_systemroot"
11012 msgstr ""
11013
11014 #. type: verbatim
11015 #: ../src/guestfs-actions.pod:2973
11016 #, no-wrap
11017 msgid ""
11018 " char *\n"
11019 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11020 "                                         const char *root);\n"
11021 "\n"
11022 msgstr ""
11023
11024 #. type: textblock
11025 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2056
11026 msgid ""
11027 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11028 "is a directory path such as C</WINDOWS>."
11029 msgstr ""
11030
11031 #. type: textblock
11032 #: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2059
11033 msgid ""
11034 "This call assumes that the guest is Windows and that the systemroot could be "
11035 "determined by inspection.  If this is not the case then an error is returned."
11036 msgstr ""
11037
11038 #. type: textblock
11039 #: ../src/guestfs-actions.pod:2992
11040 msgid "(Added in 1.5.25)"
11041 msgstr ""
11042
11043 #. type: =head2
11044 #: ../src/guestfs-actions.pod:2994
11045 msgid "guestfs_inspect_is_live"
11046 msgstr ""
11047
11048 #. type: verbatim
11049 #: ../src/guestfs-actions.pod:2996
11050 #, no-wrap
11051 msgid ""
11052 " int\n"
11053 " guestfs_inspect_is_live (guestfs_h *g,\n"
11054 "                          const char *root);\n"
11055 "\n"
11056 msgstr ""
11057
11058 #. type: textblock
11059 #: ../src/guestfs-actions.pod:3003
11060 msgid ""
11061 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11062 "disk), then this returns true if a live image was detected on the disk."
11063 msgstr ""
11064
11065 #. type: =head2
11066 #: ../src/guestfs-actions.pod:3011
11067 msgid "guestfs_inspect_is_multipart"
11068 msgstr ""
11069
11070 #. type: verbatim
11071 #: ../src/guestfs-actions.pod:3013
11072 #, no-wrap
11073 msgid ""
11074 " int\n"
11075 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11076 "                               const char *root);\n"
11077 "\n"
11078 msgstr ""
11079
11080 #. type: textblock
11081 #: ../src/guestfs-actions.pod:3020
11082 msgid ""
11083 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11084 "disk), then this returns true if the disk is part of a set."
11085 msgstr ""
11086
11087 #. type: =head2
11088 #: ../src/guestfs-actions.pod:3028
11089 msgid "guestfs_inspect_is_netinst"
11090 msgstr ""
11091
11092 #. type: verbatim
11093 #: ../src/guestfs-actions.pod:3030
11094 #, no-wrap
11095 msgid ""
11096 " int\n"
11097 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11098 "                             const char *root);\n"
11099 "\n"
11100 msgstr ""
11101
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:3037
11104 msgid ""
11105 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11106 "disk), then this returns true if the disk is a network installer, ie. not a "
11107 "self-contained install CD but one which is likely to require network access "
11108 "to complete the install."
11109 msgstr ""
11110
11111 #. type: =head2
11112 #: ../src/guestfs-actions.pod:3047
11113 msgid "guestfs_inspect_list_applications"
11114 msgstr ""
11115
11116 #. type: verbatim
11117 #: ../src/guestfs-actions.pod:3049
11118 #, no-wrap
11119 msgid ""
11120 " struct guestfs_application_list *\n"
11121 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11122 "                                    const char *root);\n"
11123 "\n"
11124 msgstr ""
11125
11126 #. type: textblock
11127 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2113
11128 msgid "Return the list of applications installed in the operating system."
11129 msgstr ""
11130
11131 #. type: textblock
11132 #: ../src/guestfs-actions.pod:3058
11133 msgid ""
11134 "I<Note:> This call works differently from other parts of the inspection "
11135 "API.  You have to call C<guestfs_inspect_os>, then "
11136 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11137 "this.  Listing applications is a significantly more difficult operation "
11138 "which requires access to the full filesystem.  Also note that unlike the "
11139 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11140 "the libguestfs handle, this call actually reads parts of the mounted "
11141 "filesystems during the call."
11142 msgstr ""
11143
11144 #. type: textblock
11145 #: ../src/guestfs-actions.pod:3068 ../fish/guestfish-actions.pod:2125
11146 msgid ""
11147 "This returns an empty list if the inspection code was not able to determine "
11148 "the list of applications."
11149 msgstr ""
11150
11151 #. type: textblock
11152 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2128
11153 msgid "The application structure contains the following fields:"
11154 msgstr ""
11155
11156 #. type: =item
11157 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2132
11158 msgid "C<app_name>"
11159 msgstr "C<app_name>"
11160
11161 #. type: textblock
11162 #: ../src/guestfs-actions.pod:3077 ../fish/guestfish-actions.pod:2134
11163 msgid ""
11164 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11165 "guests, this is the package name."
11166 msgstr ""
11167
11168 #. type: =item
11169 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2137
11170 msgid "C<app_display_name>"
11171 msgstr "C<app_display_name>"
11172
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2139
11175 msgid ""
11176 "The display name of the application, sometimes localized to the install "
11177 "language of the guest operating system."
11178 msgstr ""
11179
11180 #. type: textblock
11181 #: ../src/guestfs-actions.pod:3085 ../fish/guestfish-actions.pod:2142
11182 msgid ""
11183 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11184 "to display something can use C<app_name> instead."
11185 msgstr ""
11186
11187 #. type: =item
11188 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2145
11189 msgid "C<app_epoch>"
11190 msgstr "C<app_epoch>"
11191
11192 #. type: textblock
11193 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2147
11194 msgid ""
11195 "For package managers which use epochs, this contains the epoch of the "
11196 "package (an integer).  If unavailable, this is returned as C<0>."
11197 msgstr ""
11198
11199 #. type: =item
11200 #: ../src/guestfs-actions.pod:3093 ../fish/guestfish-actions.pod:2150
11201 msgid "C<app_version>"
11202 msgstr "C<app_version>"
11203
11204 #. type: textblock
11205 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2152
11206 msgid ""
11207 "The version string of the application or package.  If unavailable this is "
11208 "returned as an empty string C<\"\">."
11209 msgstr ""
11210
11211 #. type: =item
11212 #: ../src/guestfs-actions.pod:3098 ../fish/guestfish-actions.pod:2155
11213 msgid "C<app_release>"
11214 msgstr "C<app_release>"
11215
11216 #. type: textblock
11217 #: ../src/guestfs-actions.pod:3100 ../fish/guestfish-actions.pod:2157
11218 msgid ""
11219 "The release string of the application or package, for package managers that "
11220 "use this.  If unavailable this is returned as an empty string C<\"\">."
11221 msgstr ""
11222
11223 #. type: =item
11224 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2161
11225 msgid "C<app_install_path>"
11226 msgstr "C<app_install_path>"
11227
11228 #. type: textblock
11229 #: ../src/guestfs-actions.pod:3106 ../fish/guestfish-actions.pod:2163
11230 msgid ""
11231 "The installation path of the application (on operating systems such as "
11232 "Windows which use installation paths).  This path is in the format used by "
11233 "the guest operating system, it is not a libguestfs path."
11234 msgstr ""
11235
11236 #. type: textblock
11237 #: ../src/guestfs-actions.pod:3111 ../fish/guestfish-actions.pod:2168
11238 msgid "If unavailable this is returned as an empty string C<\"\">."
11239 msgstr ""
11240
11241 #. type: =item
11242 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2170
11243 msgid "C<app_trans_path>"
11244 msgstr "C<app_trans_path>"
11245
11246 #. type: textblock
11247 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2172
11248 msgid ""
11249 "The install path translated into a libguestfs path.  If unavailable this is "
11250 "returned as an empty string C<\"\">."
11251 msgstr ""
11252
11253 #. type: =item
11254 #: ../src/guestfs-actions.pod:3118 ../fish/guestfish-actions.pod:2175
11255 msgid "C<app_publisher>"
11256 msgstr "C<app_publisher>"
11257
11258 #. type: textblock
11259 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2177
11260 msgid ""
11261 "The name of the publisher of the application, for package managers that use "
11262 "this.  If unavailable this is returned as an empty string C<\"\">."
11263 msgstr ""
11264
11265 #. type: =item
11266 #: ../src/guestfs-actions.pod:3124 ../fish/guestfish-actions.pod:2181
11267 msgid "C<app_url>"
11268 msgstr "C<app_url>"
11269
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:3126 ../fish/guestfish-actions.pod:2183
11272 msgid ""
11273 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11274 "returned as an empty string C<\"\">."
11275 msgstr ""
11276
11277 #. type: =item
11278 #: ../src/guestfs-actions.pod:3129 ../fish/guestfish-actions.pod:2186
11279 msgid "C<app_source_package>"
11280 msgstr ""
11281
11282 #. type: textblock
11283 #: ../src/guestfs-actions.pod:3131 ../fish/guestfish-actions.pod:2188
11284 msgid ""
11285 "For packaging systems which support this, the name of the source package.  "
11286 "If unavailable this is returned as an empty string C<\"\">."
11287 msgstr ""
11288
11289 #. type: =item
11290 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2191
11291 msgid "C<app_summary>"
11292 msgstr ""
11293
11294 #. type: textblock
11295 #: ../src/guestfs-actions.pod:3136 ../fish/guestfish-actions.pod:2193
11296 msgid ""
11297 "A short (usually one line) description of the application or package.  If "
11298 "unavailable this is returned as an empty string C<\"\">."
11299 msgstr ""
11300
11301 #. type: =item
11302 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2196
11303 msgid "C<app_description>"
11304 msgstr ""
11305
11306 #. type: textblock
11307 #: ../src/guestfs-actions.pod:3141 ../fish/guestfish-actions.pod:2198
11308 msgid ""
11309 "A longer description of the application or package.  If unavailable this is "
11310 "returned as an empty string C<\"\">."
11311 msgstr ""
11312
11313 #. type: textblock
11314 #: ../src/guestfs-actions.pod:3148
11315 msgid ""
11316 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11317 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11318 "after use>."
11319 msgstr ""
11320
11321 #. type: textblock
11322 #: ../src/guestfs-actions.pod:3152
11323 msgid "(Added in 1.7.8)"
11324 msgstr ""
11325
11326 #. type: =head2
11327 #: ../src/guestfs-actions.pod:3154
11328 msgid "guestfs_inspect_os"
11329 msgstr ""
11330
11331 #. type: verbatim
11332 #: ../src/guestfs-actions.pod:3156
11333 #, no-wrap
11334 msgid ""
11335 " char **\n"
11336 " guestfs_inspect_os (guestfs_h *g);\n"
11337 "\n"
11338 msgstr ""
11339
11340 #. type: textblock
11341 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2209
11342 msgid ""
11343 "This function uses other libguestfs functions and certain heuristics to "
11344 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11345 "for operating systems."
11346 msgstr ""
11347
11348 #. type: textblock
11349 #: ../src/guestfs-actions.pod:3163 ../fish/guestfish-actions.pod:2213
11350 msgid "The list returned is empty if no operating systems were found."
11351 msgstr ""
11352
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2215
11355 msgid ""
11356 "If one operating system was found, then this returns a list with a single "
11357 "element, which is the name of the root filesystem of this operating system.  "
11358 "It is also possible for this function to return a list containing more than "
11359 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11360 "element being the root filesystem of one of the operating systems."
11361 msgstr ""
11362
11363 #. type: textblock
11364 #: ../src/guestfs-actions.pod:3172
11365 msgid ""
11366 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11367 "functions in order to query further information about each operating system, "
11368 "such as the name and version."
11369 msgstr ""
11370
11371 #. type: textblock
11372 #: ../src/guestfs-actions.pod:3177
11373 msgid ""
11374 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11375 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11376 "the contents.  This should be called with no disks currently mounted.  The "
11377 "function may also use Augeas, so any existing Augeas handle will be closed."
11378 msgstr ""
11379
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2233
11382 msgid ""
11383 "This function cannot decrypt encrypted disks.  The caller must do that first "
11384 "(supplying the necessary keys) if the disk is encrypted."
11385 msgstr ""
11386
11387 #. type: textblock
11388 #: ../src/guestfs-actions.pod:3189 ../src/guestfs-actions.pod:3479
11389 #: ../src/guestfs-actions.pod:3541
11390 msgid "See also C<guestfs_list_filesystems>."
11391 msgstr ""
11392
11393 #. type: =head2
11394 #: ../src/guestfs-actions.pod:3197
11395 msgid "guestfs_is_blockdev"
11396 msgstr ""
11397
11398 #. type: verbatim
11399 #: ../src/guestfs-actions.pod:3199
11400 #, no-wrap
11401 msgid ""
11402 " int\n"
11403 " guestfs_is_blockdev (guestfs_h *g,\n"
11404 "                      const char *path);\n"
11405 "\n"
11406 msgstr ""
11407
11408 #. type: textblock
11409 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2245
11410 msgid ""
11411 "This returns C<true> if and only if there is a block device with the given "
11412 "C<path> name."
11413 msgstr ""
11414
11415 #. type: textblock
11416 #: ../src/guestfs-actions.pod:3206 ../src/guestfs-actions.pod:3235
11417 #: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3280
11418 #: ../src/guestfs-actions.pod:3296 ../src/guestfs-actions.pod:3352
11419 #: ../src/guestfs-actions.pod:3367
11420 msgid "See also C<guestfs_stat>."
11421 msgstr ""
11422
11423 #. type: textblock
11424 #: ../src/guestfs-actions.pod:3210 ../src/guestfs-actions.pod:3239
11425 #: ../src/guestfs-actions.pod:3284 ../src/guestfs-actions.pod:3356
11426 #: ../src/guestfs-actions.pod:3371
11427 msgid "(Added in 1.5.10)"
11428 msgstr ""
11429
11430 #. type: =head2
11431 #: ../src/guestfs-actions.pod:3212
11432 msgid "guestfs_is_busy"
11433 msgstr ""
11434
11435 #. type: verbatim
11436 #: ../src/guestfs-actions.pod:3214
11437 #, no-wrap
11438 msgid ""
11439 " int\n"
11440 " guestfs_is_busy (guestfs_h *g);\n"
11441 "\n"
11442 msgstr ""
11443
11444 #. type: textblock
11445 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2254
11446 msgid ""
11447 "This returns true iff this handle is busy processing a command (in the "
11448 "C<BUSY> state)."
11449 msgstr ""
11450
11451 #. type: =head2
11452 #: ../src/guestfs-actions.pod:3226
11453 msgid "guestfs_is_chardev"
11454 msgstr ""
11455
11456 #. type: verbatim
11457 #: ../src/guestfs-actions.pod:3228
11458 #, no-wrap
11459 msgid ""
11460 " int\n"
11461 " guestfs_is_chardev (guestfs_h *g,\n"
11462 "                     const char *path);\n"
11463 "\n"
11464 msgstr ""
11465
11466 #. type: textblock
11467 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2263
11468 msgid ""
11469 "This returns C<true> if and only if there is a character device with the "
11470 "given C<path> name."
11471 msgstr ""
11472
11473 #. type: =head2
11474 #: ../src/guestfs-actions.pod:3241
11475 msgid "guestfs_is_config"
11476 msgstr ""
11477
11478 #. type: verbatim
11479 #: ../src/guestfs-actions.pod:3243
11480 #, no-wrap
11481 msgid ""
11482 " int\n"
11483 " guestfs_is_config (guestfs_h *g);\n"
11484 "\n"
11485 msgstr ""
11486
11487 #. type: textblock
11488 #: ../src/guestfs-actions.pod:3246 ../fish/guestfish-actions.pod:2272
11489 msgid ""
11490 "This returns true iff this handle is being configured (in the C<CONFIG> "
11491 "state)."
11492 msgstr ""
11493
11494 #. type: =head2
11495 #: ../src/guestfs-actions.pod:3255
11496 msgid "guestfs_is_dir"
11497 msgstr ""
11498
11499 #. type: verbatim
11500 #: ../src/guestfs-actions.pod:3257
11501 #, no-wrap
11502 msgid ""
11503 " int\n"
11504 " guestfs_is_dir (guestfs_h *g,\n"
11505 "                 const char *path);\n"
11506 "\n"
11507 msgstr ""
11508
11509 #. type: textblock
11510 #: ../src/guestfs-actions.pod:3261 ../fish/guestfish-actions.pod:2281
11511 msgid ""
11512 "This returns C<true> if and only if there is a directory with the given "
11513 "C<path> name.  Note that it returns false for other objects like files."
11514 msgstr ""
11515
11516 #. type: =head2
11517 #: ../src/guestfs-actions.pod:3271
11518 msgid "guestfs_is_fifo"
11519 msgstr ""
11520
11521 #. type: verbatim
11522 #: ../src/guestfs-actions.pod:3273
11523 #, no-wrap
11524 msgid ""
11525 " int\n"
11526 " guestfs_is_fifo (guestfs_h *g,\n"
11527 "                  const char *path);\n"
11528 "\n"
11529 msgstr ""
11530
11531 #. type: textblock
11532 #: ../src/guestfs-actions.pod:3277 ../fish/guestfish-actions.pod:2291
11533 msgid ""
11534 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11535 "given C<path> name."
11536 msgstr ""
11537
11538 #. type: =head2
11539 #: ../src/guestfs-actions.pod:3286
11540 msgid "guestfs_is_file"
11541 msgstr ""
11542
11543 #. type: verbatim
11544 #: ../src/guestfs-actions.pod:3288
11545 #, no-wrap
11546 msgid ""
11547 " int\n"
11548 " guestfs_is_file (guestfs_h *g,\n"
11549 "                  const char *path);\n"
11550 "\n"
11551 msgstr ""
11552
11553 #. type: textblock
11554 #: ../src/guestfs-actions.pod:3292 ../fish/guestfish-actions.pod:2300
11555 msgid ""
11556 "This returns C<true> if and only if there is a regular file with the given "
11557 "C<path> name.  Note that it returns false for other objects like directories."
11558 msgstr ""
11559
11560 #. type: =head2
11561 #: ../src/guestfs-actions.pod:3302
11562 msgid "guestfs_is_launching"
11563 msgstr ""
11564
11565 #. type: verbatim
11566 #: ../src/guestfs-actions.pod:3304
11567 #, no-wrap
11568 msgid ""
11569 " int\n"
11570 " guestfs_is_launching (guestfs_h *g);\n"
11571 "\n"
11572 msgstr ""
11573
11574 #. type: textblock
11575 #: ../src/guestfs-actions.pod:3307 ../fish/guestfish-actions.pod:2310
11576 msgid ""
11577 "This returns true iff this handle is launching the subprocess (in the "
11578 "C<LAUNCHING> state)."
11579 msgstr ""
11580
11581 #. type: =head2
11582 #: ../src/guestfs-actions.pod:3316
11583 msgid "guestfs_is_lv"
11584 msgstr ""
11585
11586 #. type: verbatim
11587 #: ../src/guestfs-actions.pod:3318
11588 #, no-wrap
11589 msgid ""
11590 " int\n"
11591 " guestfs_is_lv (guestfs_h *g,\n"
11592 "                const char *device);\n"
11593 "\n"
11594 msgstr ""
11595
11596 #. type: textblock
11597 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2319
11598 msgid ""
11599 "This command tests whether C<device> is a logical volume, and returns true "
11600 "iff this is the case."
11601 msgstr ""
11602
11603 #. type: =head2
11604 #: ../src/guestfs-actions.pod:3329
11605 msgid "guestfs_is_ready"
11606 msgstr ""
11607
11608 #. type: verbatim
11609 #: ../src/guestfs-actions.pod:3331
11610 #, no-wrap
11611 msgid ""
11612 " int\n"
11613 " guestfs_is_ready (guestfs_h *g);\n"
11614 "\n"
11615 msgstr ""
11616
11617 #. type: textblock
11618 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2326
11619 msgid ""
11620 "This returns true iff this handle is ready to accept commands (in the "
11621 "C<READY> state)."
11622 msgstr ""
11623
11624 #. type: =head2
11625 #: ../src/guestfs-actions.pod:3343
11626 msgid "guestfs_is_socket"
11627 msgstr ""
11628
11629 #. type: verbatim
11630 #: ../src/guestfs-actions.pod:3345
11631 #, no-wrap
11632 msgid ""
11633 " int\n"
11634 " guestfs_is_socket (guestfs_h *g,\n"
11635 "                    const char *path);\n"
11636 "\n"
11637 msgstr ""
11638
11639 #. type: textblock
11640 #: ../src/guestfs-actions.pod:3349 ../fish/guestfish-actions.pod:2335
11641 msgid ""
11642 "This returns C<true> if and only if there is a Unix domain socket with the "
11643 "given C<path> name."
11644 msgstr ""
11645
11646 #. type: =head2
11647 #: ../src/guestfs-actions.pod:3358
11648 msgid "guestfs_is_symlink"
11649 msgstr ""
11650
11651 #. type: verbatim
11652 #: ../src/guestfs-actions.pod:3360
11653 #, no-wrap
11654 msgid ""
11655 " int\n"
11656 " guestfs_is_symlink (guestfs_h *g,\n"
11657 "                     const char *path);\n"
11658 "\n"
11659 msgstr ""
11660
11661 #. type: textblock
11662 #: ../src/guestfs-actions.pod:3364 ../fish/guestfish-actions.pod:2344
11663 msgid ""
11664 "This returns C<true> if and only if there is a symbolic link with the given "
11665 "C<path> name."
11666 msgstr ""
11667
11668 #. type: =head2
11669 #: ../src/guestfs-actions.pod:3373
11670 msgid "guestfs_kill_subprocess"
11671 msgstr ""
11672
11673 #. type: verbatim
11674 #: ../src/guestfs-actions.pod:3375
11675 #, no-wrap
11676 msgid ""
11677 " int\n"
11678 " guestfs_kill_subprocess (guestfs_h *g);\n"
11679 "\n"
11680 msgstr ""
11681
11682 #. type: textblock
11683 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2353
11684 msgid "This kills the qemu subprocess.  You should never need to call this."
11685 msgstr ""
11686
11687 #. type: =head2
11688 #: ../src/guestfs-actions.pod:3384
11689 msgid "guestfs_launch"
11690 msgstr ""
11691
11692 #. type: verbatim
11693 #: ../src/guestfs-actions.pod:3386
11694 #, no-wrap
11695 msgid ""
11696 " int\n"
11697 " guestfs_launch (guestfs_h *g);\n"
11698 "\n"
11699 msgstr ""
11700
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:3389 ../fish/guestfish-actions.pod:2361
11703 msgid ""
11704 "Internally libguestfs is implemented by running a virtual machine using "
11705 "L<qemu(1)>."
11706 msgstr ""
11707
11708 #. type: textblock
11709 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2364
11710 msgid ""
11711 "You should call this after configuring the handle (eg. adding drives) but "
11712 "before performing any actions."
11713 msgstr ""
11714
11715 #. type: =head2
11716 #: ../src/guestfs-actions.pod:3404
11717 msgid "guestfs_lchown"
11718 msgstr ""
11719
11720 #. type: verbatim
11721 #: ../src/guestfs-actions.pod:3406
11722 #, no-wrap
11723 msgid ""
11724 " int\n"
11725 " guestfs_lchown (guestfs_h *g,\n"
11726 "                 int owner,\n"
11727 "                 int group,\n"
11728 "                 const char *path);\n"
11729 "\n"
11730 msgstr ""
11731
11732 #. type: textblock
11733 #: ../src/guestfs-actions.pod:3412
11734 msgid ""
11735 "Change the file owner to C<owner> and group to C<group>.  This is like "
11736 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11737 "changed, not the target."
11738 msgstr ""
11739
11740 #. type: =head2
11741 #: ../src/guestfs-actions.pod:3424
11742 msgid "guestfs_lgetxattr"
11743 msgstr ""
11744
11745 #. type: verbatim
11746 #: ../src/guestfs-actions.pod:3426
11747 #, no-wrap
11748 msgid ""
11749 " char *\n"
11750 " guestfs_lgetxattr (guestfs_h *g,\n"
11751 "                    const char *path,\n"
11752 "                    const char *name,\n"
11753 "                    size_t *size_r);\n"
11754 "\n"
11755 msgstr ""
11756
11757 #. type: textblock
11758 #: ../src/guestfs-actions.pod:3432 ../fish/guestfish-actions.pod:2383
11759 msgid ""
11760 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11761 "is a symlink, then this call returns an extended attribute from the symlink."
11762 msgstr ""
11763
11764 #. type: textblock
11765 #: ../src/guestfs-actions.pod:3446
11766 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11767 msgstr ""
11768
11769 #. type: =head2
11770 #: ../src/guestfs-actions.pod:3454
11771 msgid "guestfs_lgetxattrs"
11772 msgstr ""
11773
11774 #. type: verbatim
11775 #: ../src/guestfs-actions.pod:3456
11776 #, no-wrap
11777 msgid ""
11778 " struct guestfs_xattr_list *\n"
11779 " guestfs_lgetxattrs (guestfs_h *g,\n"
11780 "                     const char *path);\n"
11781 "\n"
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:3460
11786 msgid ""
11787 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11788 "then it returns the extended attributes of the link itself."
11789 msgstr ""
11790
11791 #. type: =head2
11792 #: ../src/guestfs-actions.pod:3470
11793 msgid "guestfs_list_devices"
11794 msgstr ""
11795
11796 #. type: verbatim
11797 #: ../src/guestfs-actions.pod:3472
11798 #, no-wrap
11799 msgid ""
11800 " char **\n"
11801 " guestfs_list_devices (guestfs_h *g);\n"
11802 "\n"
11803 msgstr ""
11804
11805 #. type: textblock
11806 #: ../src/guestfs-actions.pod:3475 ../fish/guestfish-actions.pod:2411
11807 msgid "List all the block devices."
11808 msgstr ""
11809
11810 #. type: textblock
11811 #: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2413
11812 msgid "The full block device names are returned, eg. C</dev/sda>."
11813 msgstr ""
11814
11815 #. type: =head2
11816 #: ../src/guestfs-actions.pod:3487
11817 msgid "guestfs_list_filesystems"
11818 msgstr ""
11819
11820 #. type: verbatim
11821 #: ../src/guestfs-actions.pod:3489
11822 #, no-wrap
11823 msgid ""
11824 " char **\n"
11825 " guestfs_list_filesystems (guestfs_h *g);\n"
11826 "\n"
11827 msgstr ""
11828
11829 #. type: textblock
11830 #: ../src/guestfs-actions.pod:3492 ../fish/guestfish-actions.pod:2421
11831 msgid ""
11832 "This inspection command looks for filesystems on partitions, block devices "
11833 "and logical volumes, returning a list of devices containing filesystems and "
11834 "their type."
11835 msgstr ""
11836
11837 #. type: textblock
11838 #: ../src/guestfs-actions.pod:3496 ../fish/guestfish-actions.pod:2425
11839 msgid ""
11840 "The return value is a hash, where the keys are the devices containing "
11841 "filesystems, and the values are the filesystem types.  For example:"
11842 msgstr ""
11843
11844 #. type: verbatim
11845 #: ../src/guestfs-actions.pod:3500 ../fish/guestfish-actions.pod:2429
11846 #, no-wrap
11847 msgid ""
11848 " \"/dev/sda1\" => \"ntfs\"\n"
11849 " \"/dev/sda2\" => \"ext2\"\n"
11850 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11851 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11852 "\n"
11853 msgstr ""
11854
11855 #. type: textblock
11856 #: ../src/guestfs-actions.pod:3505 ../fish/guestfish-actions.pod:2434
11857 msgid ""
11858 "The value can have the special value \"unknown\", meaning the content of the "
11859 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11860 msgstr ""
11861
11862 #. type: textblock
11863 #: ../src/guestfs-actions.pod:3509
11864 msgid ""
11865 "This command runs other libguestfs commands, which might include "
11866 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11867 "soon after launch and only when nothing is mounted."
11868 msgstr ""
11869
11870 #. type: textblock
11871 #: ../src/guestfs-actions.pod:3513
11872 msgid ""
11873 "Not all of the filesystems returned will be mountable.  In particular, swap "
11874 "partitions are returned in the list.  Also this command does not check that "
11875 "each filesystem found is valid and mountable, and some filesystems might be "
11876 "mountable but require special options.  Filesystems may not all belong to a "
11877 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
11878 msgstr ""
11879
11880 #. type: textblock
11881 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:5132
11882 msgid "(Added in 1.5.15)"
11883 msgstr ""
11884
11885 #. type: =head2
11886 #: ../src/guestfs-actions.pod:3529
11887 msgid "guestfs_list_partitions"
11888 msgstr ""
11889
11890 #. type: verbatim
11891 #: ../src/guestfs-actions.pod:3531
11892 #, no-wrap
11893 msgid ""
11894 " char **\n"
11895 " guestfs_list_partitions (guestfs_h *g);\n"
11896 "\n"
11897 msgstr ""
11898
11899 #. type: textblock
11900 #: ../src/guestfs-actions.pod:3534 ../fish/guestfish-actions.pod:2454
11901 msgid "List all the partitions detected on all block devices."
11902 msgstr ""
11903
11904 #. type: textblock
11905 #: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2456
11906 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11907 msgstr ""
11908
11909 #. type: textblock
11910 #: ../src/guestfs-actions.pod:3538
11911 msgid ""
11912 "This does not return logical volumes.  For that you will need to call "
11913 "C<guestfs_lvs>."
11914 msgstr ""
11915
11916 #. type: =head2
11917 #: ../src/guestfs-actions.pod:3549
11918 msgid "guestfs_ll"
11919 msgstr ""
11920
11921 #. type: verbatim
11922 #: ../src/guestfs-actions.pod:3551
11923 #, no-wrap
11924 msgid ""
11925 " char *\n"
11926 " guestfs_ll (guestfs_h *g,\n"
11927 "             const char *directory);\n"
11928 "\n"
11929 msgstr ""
11930
11931 #. type: textblock
11932 #: ../src/guestfs-actions.pod:3555 ../fish/guestfish-actions.pod:2467
11933 msgid ""
11934 "List the files in C<directory> (relative to the root directory, there is no "
11935 "cwd) in the format of 'ls -la'."
11936 msgstr ""
11937
11938 #. type: textblock
11939 #: ../src/guestfs-actions.pod:3558 ../fish/guestfish-actions.pod:2470
11940 msgid ""
11941 "This command is mostly useful for interactive sessions.  It is I<not> "
11942 "intended that you try to parse the output string."
11943 msgstr ""
11944
11945 #. type: =head2
11946 #: ../src/guestfs-actions.pod:3566
11947 msgid "guestfs_ln"
11948 msgstr ""
11949
11950 #. type: verbatim
11951 #: ../src/guestfs-actions.pod:3568
11952 #, no-wrap
11953 msgid ""
11954 " int\n"
11955 " guestfs_ln (guestfs_h *g,\n"
11956 "             const char *target,\n"
11957 "             const char *linkname);\n"
11958 "\n"
11959 msgstr ""
11960
11961 #. type: textblock
11962 #: ../src/guestfs-actions.pod:3573 ../fish/guestfish-actions.pod:2477
11963 msgid "This command creates a hard link using the C<ln> command."
11964 msgstr ""
11965
11966 #. type: =head2
11967 #: ../src/guestfs-actions.pod:3579
11968 msgid "guestfs_ln_f"
11969 msgstr ""
11970
11971 #. type: verbatim
11972 #: ../src/guestfs-actions.pod:3581
11973 #, no-wrap
11974 msgid ""
11975 " int\n"
11976 " guestfs_ln_f (guestfs_h *g,\n"
11977 "               const char *target,\n"
11978 "               const char *linkname);\n"
11979 "\n"
11980 msgstr ""
11981
11982 #. type: textblock
11983 #: ../src/guestfs-actions.pod:3586 ../fish/guestfish-actions.pod:2483
11984 msgid ""
11985 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
11986 "option removes the link (C<linkname>) if it exists already."
11987 msgstr ""
11988
11989 #. type: =head2
11990 #: ../src/guestfs-actions.pod:3593
11991 msgid "guestfs_ln_s"
11992 msgstr ""
11993
11994 #. type: verbatim
11995 #: ../src/guestfs-actions.pod:3595
11996 #, no-wrap
11997 msgid ""
11998 " int\n"
11999 " guestfs_ln_s (guestfs_h *g,\n"
12000 "               const char *target,\n"
12001 "               const char *linkname);\n"
12002 "\n"
12003 msgstr ""
12004
12005 #. type: textblock
12006 #: ../src/guestfs-actions.pod:3600 ../fish/guestfish-actions.pod:2490
12007 msgid "This command creates a symbolic link using the C<ln -s> command."
12008 msgstr ""
12009
12010 #. type: =head2
12011 #: ../src/guestfs-actions.pod:3606
12012 msgid "guestfs_ln_sf"
12013 msgstr ""
12014
12015 #. type: verbatim
12016 #: ../src/guestfs-actions.pod:3608
12017 #, no-wrap
12018 msgid ""
12019 " int\n"
12020 " guestfs_ln_sf (guestfs_h *g,\n"
12021 "                const char *target,\n"
12022 "                const char *linkname);\n"
12023 "\n"
12024 msgstr ""
12025
12026 #. type: textblock
12027 #: ../src/guestfs-actions.pod:3613 ../fish/guestfish-actions.pod:2496
12028 msgid ""
12029 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12030 "option removes the link (C<linkname>) if it exists already."
12031 msgstr ""
12032
12033 #. type: =head2
12034 #: ../src/guestfs-actions.pod:3620
12035 msgid "guestfs_lremovexattr"
12036 msgstr ""
12037
12038 #. type: verbatim
12039 #: ../src/guestfs-actions.pod:3622
12040 #, no-wrap
12041 msgid ""
12042 " int\n"
12043 " guestfs_lremovexattr (guestfs_h *g,\n"
12044 "                       const char *xattr,\n"
12045 "                       const char *path);\n"
12046 "\n"
12047 msgstr ""
12048
12049 #. type: textblock
12050 #: ../src/guestfs-actions.pod:3627
12051 msgid ""
12052 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12053 "link, then it removes an extended attribute of the link itself."
12054 msgstr ""
12055
12056 #. type: =head2
12057 #: ../src/guestfs-actions.pod:3635
12058 msgid "guestfs_ls"
12059 msgstr ""
12060
12061 #. type: verbatim
12062 #: ../src/guestfs-actions.pod:3637
12063 #, no-wrap
12064 msgid ""
12065 " char **\n"
12066 " guestfs_ls (guestfs_h *g,\n"
12067 "             const char *directory);\n"
12068 "\n"
12069 msgstr ""
12070
12071 #. type: textblock
12072 #: ../src/guestfs-actions.pod:3641 ../fish/guestfish-actions.pod:2511
12073 msgid ""
12074 "List the files in C<directory> (relative to the root directory, there is no "
12075 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12076 msgstr ""
12077
12078 #. type: textblock
12079 #: ../src/guestfs-actions.pod:3645
12080 msgid ""
12081 "This command is mostly useful for interactive sessions.  Programs should "
12082 "probably use C<guestfs_readdir> instead."
12083 msgstr ""
12084
12085 #. type: =head2
12086 #: ../src/guestfs-actions.pod:3654
12087 msgid "guestfs_lsetxattr"
12088 msgstr ""
12089
12090 #. type: verbatim
12091 #: ../src/guestfs-actions.pod:3656
12092 #, no-wrap
12093 msgid ""
12094 " int\n"
12095 " guestfs_lsetxattr (guestfs_h *g,\n"
12096 "                    const char *xattr,\n"
12097 "                    const char *val,\n"
12098 "                    int vallen,\n"
12099 "                    const char *path);\n"
12100 "\n"
12101 msgstr ""
12102
12103 #. type: textblock
12104 #: ../src/guestfs-actions.pod:3663
12105 msgid ""
12106 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12107 "then it sets an extended attribute of the link itself."
12108 msgstr ""
12109
12110 #. type: =head2
12111 #: ../src/guestfs-actions.pod:3671
12112 msgid "guestfs_lstat"
12113 msgstr ""
12114
12115 #. type: verbatim
12116 #: ../src/guestfs-actions.pod:3673
12117 #, no-wrap
12118 msgid ""
12119 " struct guestfs_stat *\n"
12120 " guestfs_lstat (guestfs_h *g,\n"
12121 "                const char *path);\n"
12122 "\n"
12123 msgstr ""
12124
12125 #. type: textblock
12126 #: ../src/guestfs-actions.pod:3677 ../src/guestfs-actions.pod:6235
12127 #: ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:4199
12128 msgid "Returns file information for the given C<path>."
12129 msgstr ""
12130
12131 #. type: textblock
12132 #: ../src/guestfs-actions.pod:3679
12133 msgid ""
12134 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12135 "link, then the link is stat-ed, not the file it refers to."
12136 msgstr ""
12137
12138 #. type: textblock
12139 #: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2536
12140 msgid "This is the same as the C<lstat(2)> system call."
12141 msgstr ""
12142
12143 #. type: textblock
12144 #: ../src/guestfs-actions.pod:3685 ../src/guestfs-actions.pod:6239
12145 msgid ""
12146 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12147 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12148 msgstr ""
12149
12150 #. type: textblock
12151 #: ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:6243
12152 #: ../src/guestfs-actions.pod:6261 ../src/guestfs-actions.pod:6642
12153 msgid "(Added in 0.9.2)"
12154 msgstr ""
12155
12156 #. type: =head2
12157 #: ../src/guestfs-actions.pod:3691
12158 msgid "guestfs_lstatlist"
12159 msgstr ""
12160
12161 #. type: verbatim
12162 #: ../src/guestfs-actions.pod:3693
12163 #, no-wrap
12164 msgid ""
12165 " struct guestfs_stat_list *\n"
12166 " guestfs_lstatlist (guestfs_h *g,\n"
12167 "                    const char *path,\n"
12168 "                    char *const *names);\n"
12169 "\n"
12170 msgstr ""
12171
12172 #. type: textblock
12173 #: ../src/guestfs-actions.pod:3698
12174 msgid ""
12175 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12176 "files, where all files are in the directory C<path>.  C<names> is the list "
12177 "of files from this directory."
12178 msgstr ""
12179
12180 #. type: textblock
12181 #: ../src/guestfs-actions.pod:3702 ../fish/guestfish-actions.pod:2546
12182 msgid ""
12183 "On return you get a list of stat structs, with a one-to-one correspondence "
12184 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12185 "then the C<ino> field of that structure is set to C<-1>."
12186 msgstr ""
12187
12188 #. type: textblock
12189 #: ../src/guestfs-actions.pod:3707
12190 msgid ""
12191 "This call is intended for programs that want to efficiently list a directory "
12192 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12193 "for a similarly efficient call for getting extended attributes.  Very long "
12194 "directory listings might cause the protocol message size to be exceeded, "
12195 "causing this call to fail.  The caller must split up such requests into "
12196 "smaller groups of names."
12197 msgstr ""
12198
12199 #. type: textblock
12200 #: ../src/guestfs-actions.pod:3715
12201 msgid ""
12202 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12203 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12204 msgstr ""
12205
12206 #. type: =head2
12207 #: ../src/guestfs-actions.pod:3721
12208 msgid "guestfs_luks_add_key"
12209 msgstr ""
12210
12211 #. type: verbatim
12212 #: ../src/guestfs-actions.pod:3723
12213 #, no-wrap
12214 msgid ""
12215 " int\n"
12216 " guestfs_luks_add_key (guestfs_h *g,\n"
12217 "                       const char *device,\n"
12218 "                       const char *key,\n"
12219 "                       const char *newkey,\n"
12220 "                       int keyslot);\n"
12221 "\n"
12222 msgstr ""
12223
12224 #. type: textblock
12225 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2563
12226 msgid ""
12227 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12228 "existing key, and is used to access the device.  C<newkey> is the new key to "
12229 "add.  C<keyslot> is the key slot that will be replaced."
12230 msgstr ""
12231
12232 #. type: textblock
12233 #: ../src/guestfs-actions.pod:3735
12234 msgid ""
12235 "Note that if C<keyslot> already contains a key, then this command will "
12236 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12237 msgstr ""
12238
12239 #. type: textblock
12240 #: ../src/guestfs-actions.pod:3741 ../src/guestfs-actions.pod:3781
12241 #: ../src/guestfs-actions.pod:3804 ../src/guestfs-actions.pod:3824
12242 #: ../src/guestfs-actions.pod:3856 ../src/guestfs-actions.pod:3875
12243 msgid ""
12244 "This function takes a key or passphrase parameter which could contain "
12245 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12246 "information."
12247 msgstr ""
12248
12249 #. type: textblock
12250 #: ../src/guestfs-actions.pod:3745 ../src/guestfs-actions.pod:3785
12251 #: ../src/guestfs-actions.pod:3808 ../src/guestfs-actions.pod:3828
12252 msgid "(Added in 1.5.2)"
12253 msgstr ""
12254
12255 #. type: =head2
12256 #: ../src/guestfs-actions.pod:3747
12257 msgid "guestfs_luks_close"
12258 msgstr ""
12259
12260 #. type: verbatim
12261 #: ../src/guestfs-actions.pod:3749
12262 #, no-wrap
12263 msgid ""
12264 " int\n"
12265 " guestfs_luks_close (guestfs_h *g,\n"
12266 "                     const char *device);\n"
12267 "\n"
12268 msgstr ""
12269
12270 #. type: textblock
12271 #: ../src/guestfs-actions.pod:3753
12272 msgid ""
12273 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12274 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12275 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12276 "underlying block device."
12277 msgstr ""
12278
12279 #. type: textblock
12280 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3860
12281 #: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3929
12282 #: ../src/guestfs-actions.pod:3977
12283 msgid "(Added in 1.5.1)"
12284 msgstr ""
12285
12286 #. type: =head2
12287 #: ../src/guestfs-actions.pod:3763
12288 msgid "guestfs_luks_format"
12289 msgstr ""
12290
12291 #. type: verbatim
12292 #: ../src/guestfs-actions.pod:3765
12293 #, no-wrap
12294 msgid ""
12295 " int\n"
12296 " guestfs_luks_format (guestfs_h *g,\n"
12297 "                      const char *device,\n"
12298 "                      const char *key,\n"
12299 "                      int keyslot);\n"
12300 "\n"
12301 msgstr ""
12302
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:3771 ../fish/guestfish-actions.pod:2589
12305 msgid ""
12306 "This command erases existing data on C<device> and formats the device as a "
12307 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12308 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12309 msgstr ""
12310
12311 #. type: textblock
12312 #: ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:3801
12313 #: ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:4883
12314 #: ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:6070
12315 #: ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6119
12316 #: ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:2597
12317 #: ../fish/guestfish-actions.pod:2610 ../fish/guestfish-actions.pod:2694
12318 #: ../fish/guestfish-actions.pod:3268 ../fish/guestfish-actions.pod:3788
12319 #: ../fish/guestfish-actions.pod:4098 ../fish/guestfish-actions.pod:4114
12320 #: ../fish/guestfish-actions.pod:4129 ../fish/guestfish-actions.pod:4844
12321 msgid ""
12322 "B<This command is dangerous.  Without careful use you can easily destroy all "
12323 "your data>."
12324 msgstr ""
12325
12326 #. type: =head2
12327 #: ../src/guestfs-actions.pod:3787
12328 msgid "guestfs_luks_format_cipher"
12329 msgstr ""
12330
12331 #. type: verbatim
12332 #: ../src/guestfs-actions.pod:3789
12333 #, no-wrap
12334 msgid ""
12335 " int\n"
12336 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12337 "                             const char *device,\n"
12338 "                             const char *key,\n"
12339 "                             int keyslot,\n"
12340 "                             const char *cipher);\n"
12341 "\n"
12342 msgstr ""
12343
12344 #. type: textblock
12345 #: ../src/guestfs-actions.pod:3796
12346 msgid ""
12347 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12348 "set the C<cipher> used."
12349 msgstr ""
12350
12351 #. type: =head2
12352 #: ../src/guestfs-actions.pod:3810
12353 msgid "guestfs_luks_kill_slot"
12354 msgstr ""
12355
12356 #. type: verbatim
12357 #: ../src/guestfs-actions.pod:3812
12358 #, no-wrap
12359 msgid ""
12360 " int\n"
12361 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12362 "                         const char *device,\n"
12363 "                         const char *key,\n"
12364 "                         int keyslot);\n"
12365 "\n"
12366 msgstr ""
12367
12368 #. type: textblock
12369 #: ../src/guestfs-actions.pod:3818 ../fish/guestfish-actions.pod:2617
12370 msgid ""
12371 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12372 "device C<device>.  C<key> must be one of the I<other> keys."
12373 msgstr ""
12374
12375 #. type: =head2
12376 #: ../src/guestfs-actions.pod:3830
12377 msgid "guestfs_luks_open"
12378 msgstr ""
12379
12380 #. type: verbatim
12381 #: ../src/guestfs-actions.pod:3832
12382 #, no-wrap
12383 msgid ""
12384 " int\n"
12385 " guestfs_luks_open (guestfs_h *g,\n"
12386 "                    const char *device,\n"
12387 "                    const char *key,\n"
12388 "                    const char *mapname);\n"
12389 "\n"
12390 msgstr ""
12391
12392 #. type: textblock
12393 #: ../src/guestfs-actions.pod:3838 ../fish/guestfish-actions.pod:2628
12394 msgid ""
12395 "This command opens a block device which has been encrypted according to the "
12396 "Linux Unified Key Setup (LUKS) standard."
12397 msgstr ""
12398
12399 #. type: textblock
12400 #: ../src/guestfs-actions.pod:3841 ../fish/guestfish-actions.pod:2631
12401 msgid "C<device> is the encrypted block device or partition."
12402 msgstr ""
12403
12404 #. type: textblock
12405 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2633
12406 msgid ""
12407 "The caller must supply one of the keys associated with the LUKS block "
12408 "device, in the C<key> parameter."
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:3846 ../fish/guestfish-actions.pod:2636
12413 msgid ""
12414 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12415 "writes to this block device are decrypted from and encrypted to the "
12416 "underlying C<device> respectively."
12417 msgstr ""
12418
12419 #. type: textblock
12420 #: ../src/guestfs-actions.pod:3850
12421 msgid ""
12422 "If this block device contains LVM volume groups, then calling "
12423 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12424 "visible."
12425 msgstr ""
12426
12427 #. type: =head2
12428 #: ../src/guestfs-actions.pod:3862
12429 msgid "guestfs_luks_open_ro"
12430 msgstr ""
12431
12432 #. type: verbatim
12433 #: ../src/guestfs-actions.pod:3864
12434 #, no-wrap
12435 msgid ""
12436 " int\n"
12437 " guestfs_luks_open_ro (guestfs_h *g,\n"
12438 "                       const char *device,\n"
12439 "                       const char *key,\n"
12440 "                       const char *mapname);\n"
12441 "\n"
12442 msgstr ""
12443
12444 #. type: textblock
12445 #: ../src/guestfs-actions.pod:3870
12446 msgid ""
12447 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12448 "created."
12449 msgstr ""
12450
12451 #. type: =head2
12452 #: ../src/guestfs-actions.pod:3881
12453 msgid "guestfs_lvcreate"
12454 msgstr ""
12455
12456 #. type: verbatim
12457 #: ../src/guestfs-actions.pod:3883
12458 #, no-wrap
12459 msgid ""
12460 " int\n"
12461 " guestfs_lvcreate (guestfs_h *g,\n"
12462 "                   const char *logvol,\n"
12463 "                   const char *volgroup,\n"
12464 "                   int mbytes);\n"
12465 "\n"
12466 msgstr ""
12467
12468 #. type: textblock
12469 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2661
12470 msgid ""
12471 "This creates an LVM logical volume called C<logvol> on the volume group "
12472 "C<volgroup>, with C<size> megabytes."
12473 msgstr ""
12474
12475 #. type: =head2
12476 #: ../src/guestfs-actions.pod:3896
12477 msgid "guestfs_lvm_canonical_lv_name"
12478 msgstr ""
12479
12480 #. type: verbatim
12481 #: ../src/guestfs-actions.pod:3898
12482 #, no-wrap
12483 msgid ""
12484 " char *\n"
12485 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12486 "                                const char *lvname);\n"
12487 "\n"
12488 msgstr ""
12489
12490 #. type: textblock
12491 #: ../src/guestfs-actions.pod:3902 ../fish/guestfish-actions.pod:2668
12492 msgid ""
12493 "This converts alternative naming schemes for LVs that you might find to the "
12494 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
12495 "LV>."
12496 msgstr ""
12497
12498 #. type: textblock
12499 #: ../src/guestfs-actions.pod:3906 ../fish/guestfish-actions.pod:2672
12500 msgid ""
12501 "This command returns an error if the C<lvname> parameter does not refer to a "
12502 "logical volume."
12503 msgstr ""
12504
12505 #. type: textblock
12506 #: ../src/guestfs-actions.pod:3909
12507 msgid "See also C<guestfs_is_lv>."
12508 msgstr ""
12509
12510 #. type: textblock
12511 #: ../src/guestfs-actions.pod:3914
12512 msgid "(Added in 1.5.24)"
12513 msgstr ""
12514
12515 #. type: =head2
12516 #: ../src/guestfs-actions.pod:3916
12517 msgid "guestfs_lvm_clear_filter"
12518 msgstr ""
12519
12520 #. type: verbatim
12521 #: ../src/guestfs-actions.pod:3918
12522 #, no-wrap
12523 msgid ""
12524 " int\n"
12525 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12526 "\n"
12527 msgstr ""
12528
12529 #. type: textblock
12530 #: ../src/guestfs-actions.pod:3921
12531 msgid ""
12532 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12533 "see every block device."
12534 msgstr ""
12535
12536 #. type: textblock
12537 #: ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:3966
12538 #: ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2715
12539 msgid ""
12540 "This command also clears the LVM cache and performs a volume group scan."
12541 msgstr ""
12542
12543 #. type: =head2
12544 #: ../src/guestfs-actions.pod:3931
12545 msgid "guestfs_lvm_remove_all"
12546 msgstr ""
12547
12548 #. type: verbatim
12549 #: ../src/guestfs-actions.pod:3933
12550 #, no-wrap
12551 msgid ""
12552 " int\n"
12553 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12554 "\n"
12555 msgstr ""
12556
12557 #. type: textblock
12558 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2691
12559 msgid ""
12560 "This command removes all LVM logical volumes, volume groups and physical "
12561 "volumes."
12562 msgstr ""
12563
12564 #. type: =head2
12565 #: ../src/guestfs-actions.pod:3946
12566 msgid "guestfs_lvm_set_filter"
12567 msgstr ""
12568
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:3948
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12575 "                         char *const *devices);\n"
12576 "\n"
12577 msgstr ""
12578
12579 #. type: textblock
12580 #: ../src/guestfs-actions.pod:3952 ../fish/guestfish-actions.pod:2701
12581 msgid ""
12582 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12583 "block devices in the list C<devices>, and will ignore all other attached "
12584 "block devices."
12585 msgstr ""
12586
12587 #. type: textblock
12588 #: ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2705
12589 msgid ""
12590 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12591 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12592 "there are two types of duplication possible: either cloned PVs/VGs which "
12593 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12594 "same name.  In normal operation you cannot create this situation, but you "
12595 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12596 "inside the LVM metadata."
12597 msgstr ""
12598
12599 #. type: textblock
12600 #: ../src/guestfs-actions.pod:3969 ../fish/guestfish-actions.pod:2718
12601 msgid "You can filter whole block devices or individual partitions."
12602 msgstr ""
12603
12604 #. type: textblock
12605 #: ../src/guestfs-actions.pod:3971 ../fish/guestfish-actions.pod:2720
12606 msgid ""
12607 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12608 "filesystem), even if you are not filtering out that VG."
12609 msgstr ""
12610
12611 #. type: =head2
12612 #: ../src/guestfs-actions.pod:3979
12613 msgid "guestfs_lvremove"
12614 msgstr ""
12615
12616 #. type: verbatim
12617 #: ../src/guestfs-actions.pod:3981
12618 #, no-wrap
12619 msgid ""
12620 " int\n"
12621 " guestfs_lvremove (guestfs_h *g,\n"
12622 "                   const char *device);\n"
12623 "\n"
12624 msgstr ""
12625
12626 #. type: textblock
12627 #: ../src/guestfs-actions.pod:3985 ../fish/guestfish-actions.pod:2728
12628 msgid ""
12629 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12630 "LV, such as C</dev/VG/LV>."
12631 msgstr ""
12632
12633 #. type: textblock
12634 #: ../src/guestfs-actions.pod:3988 ../fish/guestfish-actions.pod:2731
12635 msgid ""
12636 "You can also remove all LVs in a volume group by specifying the VG name, C</"
12637 "dev/VG>."
12638 msgstr ""
12639
12640 #. type: textblock
12641 #: ../src/guestfs-actions.pod:3993 ../src/guestfs-actions.pod:5229
12642 #: ../src/guestfs-actions.pod:7018
12643 msgid "(Added in 1.0.13)"
12644 msgstr ""
12645
12646 #. type: =head2
12647 #: ../src/guestfs-actions.pod:3995
12648 msgid "guestfs_lvrename"
12649 msgstr ""
12650
12651 #. type: verbatim
12652 #: ../src/guestfs-actions.pod:3997
12653 #, no-wrap
12654 msgid ""
12655 " int\n"
12656 " guestfs_lvrename (guestfs_h *g,\n"
12657 "                   const char *logvol,\n"
12658 "                   const char *newlogvol);\n"
12659 "\n"
12660 msgstr ""
12661
12662 #. type: textblock
12663 #: ../src/guestfs-actions.pod:4002 ../fish/guestfish-actions.pod:2738
12664 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12665 msgstr ""
12666
12667 #. type: textblock
12668 #: ../src/guestfs-actions.pod:4006 ../src/guestfs-actions.pod:7031
12669 msgid "(Added in 1.0.83)"
12670 msgstr ""
12671
12672 #. type: =head2
12673 #: ../src/guestfs-actions.pod:4008
12674 msgid "guestfs_lvresize"
12675 msgstr ""
12676
12677 #. type: verbatim
12678 #: ../src/guestfs-actions.pod:4010
12679 #, no-wrap
12680 msgid ""
12681 " int\n"
12682 " guestfs_lvresize (guestfs_h *g,\n"
12683 "                   const char *device,\n"
12684 "                   int mbytes);\n"
12685 "\n"
12686 msgstr ""
12687
12688 #. type: textblock
12689 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2744
12690 msgid ""
12691 "This resizes (expands or shrinks) an existing LVM logical volume to "
12692 "C<mbytes>.  When reducing, data in the reduced part is lost."
12693 msgstr ""
12694
12695 #. type: =head2
12696 #: ../src/guestfs-actions.pod:4023
12697 msgid "guestfs_lvresize_free"
12698 msgstr ""
12699
12700 #. type: verbatim
12701 #: ../src/guestfs-actions.pod:4025
12702 #, no-wrap
12703 msgid ""
12704 " int\n"
12705 " guestfs_lvresize_free (guestfs_h *g,\n"
12706 "                        const char *lv,\n"
12707 "                        int percent);\n"
12708 "\n"
12709 msgstr ""
12710
12711 #. type: textblock
12712 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2752
12713 msgid ""
12714 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12715 "remaining free space in the volume group.  Commonly you would call this with "
12716 "pc = 100 which expands the logical volume as much as possible, using all "
12717 "remaining free space in the volume group."
12718 msgstr ""
12719
12720 #. type: textblock
12721 #: ../src/guestfs-actions.pod:4038
12722 msgid "(Added in 1.3.3)"
12723 msgstr ""
12724
12725 #. type: =head2
12726 #: ../src/guestfs-actions.pod:4040
12727 msgid "guestfs_lvs"
12728 msgstr ""
12729
12730 #. type: verbatim
12731 #: ../src/guestfs-actions.pod:4042
12732 #, no-wrap
12733 msgid ""
12734 " char **\n"
12735 " guestfs_lvs (guestfs_h *g);\n"
12736 "\n"
12737 msgstr ""
12738
12739 #. type: textblock
12740 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2762
12741 msgid ""
12742 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
12743 "(8)> command."
12744 msgstr ""
12745
12746 #. type: textblock
12747 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2765
12748 msgid ""
12749 "This returns a list of the logical volume device names (eg. C</dev/"
12750 "VolGroup00/LogVol00>)."
12751 msgstr ""
12752
12753 #. type: textblock
12754 #: ../src/guestfs-actions.pod:4051
12755 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12756 msgstr ""
12757
12758 #. type: =head2
12759 #: ../src/guestfs-actions.pod:4059
12760 msgid "guestfs_lvs_full"
12761 msgstr ""
12762
12763 #. type: verbatim
12764 #: ../src/guestfs-actions.pod:4061
12765 #, no-wrap
12766 msgid ""
12767 " struct guestfs_lvm_lv_list *\n"
12768 " guestfs_lvs_full (guestfs_h *g);\n"
12769 "\n"
12770 msgstr ""
12771
12772 #. type: textblock
12773 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2774
12774 msgid ""
12775 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
12776 "(8)> command.  The \"full\" version includes all fields."
12777 msgstr ""
12778
12779 #. type: textblock
12780 #: ../src/guestfs-actions.pod:4067
12781 msgid ""
12782 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12783 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
12784 msgstr ""
12785
12786 #. type: =head2
12787 #: ../src/guestfs-actions.pod:4073
12788 msgid "guestfs_lvuuid"
12789 msgstr ""
12790
12791 #. type: verbatim
12792 #: ../src/guestfs-actions.pod:4075
12793 #, no-wrap
12794 msgid ""
12795 " char *\n"
12796 " guestfs_lvuuid (guestfs_h *g,\n"
12797 "                 const char *device);\n"
12798 "\n"
12799 msgstr ""
12800
12801 #. type: textblock
12802 #: ../src/guestfs-actions.pod:4079 ../fish/guestfish-actions.pod:2781
12803 msgid "This command returns the UUID of the LVM LV C<device>."
12804 msgstr ""
12805
12806 #. type: =head2
12807 #: ../src/guestfs-actions.pod:4086
12808 msgid "guestfs_lxattrlist"
12809 msgstr ""
12810
12811 #. type: verbatim
12812 #: ../src/guestfs-actions.pod:4088
12813 #, no-wrap
12814 msgid ""
12815 " struct guestfs_xattr_list *\n"
12816 " guestfs_lxattrlist (guestfs_h *g,\n"
12817 "                     const char *path,\n"
12818 "                     char *const *names);\n"
12819 "\n"
12820 msgstr ""
12821
12822 #. type: textblock
12823 #: ../src/guestfs-actions.pod:4093 ../fish/guestfish-actions.pod:2787
12824 msgid ""
12825 "This call allows you to get the extended attributes of multiple files, where "
12826 "all files are in the directory C<path>.  C<names> is the list of files from "
12827 "this directory."
12828 msgstr ""
12829
12830 #. type: textblock
12831 #: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2791
12832 msgid ""
12833 "On return you get a flat list of xattr structs which must be interpreted "
12834 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12835 "C<attrval> in this struct is zero-length to indicate there was an error "
12836 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12837 "number (the number of following attributes for this file, which could be C<"
12838 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
12839 "for the first named file.  This repeats for the second and subsequent files."
12840 msgstr ""
12841
12842 #. type: textblock
12843 #: ../src/guestfs-actions.pod:4107
12844 msgid ""
12845 "This call is intended for programs that want to efficiently list a directory "
12846 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12847 "a similarly efficient call for getting standard stats.  Very long directory "
12848 "listings might cause the protocol message size to be exceeded, causing this "
12849 "call to fail.  The caller must split up such requests into smaller groups of "
12850 "names."
12851 msgstr ""
12852
12853 #. type: =head2
12854 #: ../src/guestfs-actions.pod:4121
12855 msgid "guestfs_mkdir"
12856 msgstr ""
12857
12858 #. type: verbatim
12859 #: ../src/guestfs-actions.pod:4123
12860 #, no-wrap
12861 msgid ""
12862 " int\n"
12863 " guestfs_mkdir (guestfs_h *g,\n"
12864 "                const char *path);\n"
12865 "\n"
12866 msgstr ""
12867
12868 #. type: textblock
12869 #: ../src/guestfs-actions.pod:4127 ../fish/guestfish-actions.pod:2813
12870 msgid "Create a directory named C<path>."
12871 msgstr ""
12872
12873 #. type: =head2
12874 #: ../src/guestfs-actions.pod:4133
12875 msgid "guestfs_mkdir_mode"
12876 msgstr ""
12877
12878 #. type: verbatim
12879 #: ../src/guestfs-actions.pod:4135
12880 #, no-wrap
12881 msgid ""
12882 " int\n"
12883 " guestfs_mkdir_mode (guestfs_h *g,\n"
12884 "                     const char *path,\n"
12885 "                     int mode);\n"
12886 "\n"
12887 msgstr ""
12888
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2819
12891 msgid ""
12892 "This command creates a directory, setting the initial permissions of the "
12893 "directory to C<mode>."
12894 msgstr ""
12895
12896 #. type: textblock
12897 #: ../src/guestfs-actions.pod:4143 ../fish/guestfish-actions.pod:2822
12898 msgid ""
12899 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12900 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12901 "other ways."
12902 msgstr ""
12903
12904 #. type: textblock
12905 #: ../src/guestfs-actions.pod:4147
12906 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12907 msgstr ""
12908
12909 #. type: =head2
12910 #: ../src/guestfs-actions.pod:4153
12911 msgid "guestfs_mkdir_p"
12912 msgstr ""
12913
12914 #. type: verbatim
12915 #: ../src/guestfs-actions.pod:4155
12916 #, no-wrap
12917 msgid ""
12918 " int\n"
12919 " guestfs_mkdir_p (guestfs_h *g,\n"
12920 "                  const char *path);\n"
12921 "\n"
12922 msgstr ""
12923
12924 #. type: textblock
12925 #: ../src/guestfs-actions.pod:4159 ../fish/guestfish-actions.pod:2832
12926 msgid ""
12927 "Create a directory named C<path>, creating any parent directories as "
12928 "necessary.  This is like the C<mkdir -p> shell command."
12929 msgstr ""
12930
12931 #. type: =head2
12932 #: ../src/guestfs-actions.pod:4166
12933 msgid "guestfs_mkdtemp"
12934 msgstr ""
12935
12936 #. type: verbatim
12937 #: ../src/guestfs-actions.pod:4168
12938 #, no-wrap
12939 msgid ""
12940 " char *\n"
12941 " guestfs_mkdtemp (guestfs_h *g,\n"
12942 "                  const char *template);\n"
12943 "\n"
12944 msgstr ""
12945
12946 #. type: textblock
12947 #: ../src/guestfs-actions.pod:4172 ../fish/guestfish-actions.pod:2839
12948 msgid ""
12949 "This command creates a temporary directory.  The C<template> parameter "
12950 "should be a full pathname for the temporary directory name with the final "
12951 "six characters being \"XXXXXX\"."
12952 msgstr ""
12953
12954 #. type: textblock
12955 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2844
12956 msgid ""
12957 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12958 "being suitable for Windows filesystems."
12959 msgstr ""
12960
12961 #. type: textblock
12962 #: ../src/guestfs-actions.pod:4180 ../fish/guestfish-actions.pod:2847
12963 msgid "The name of the temporary directory that was created is returned."
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:4183 ../fish/guestfish-actions.pod:2850
12968 msgid "The temporary directory is created with mode 0700 and is owned by root."
12969 msgstr ""
12970
12971 #. type: textblock
12972 #: ../src/guestfs-actions.pod:4186 ../fish/guestfish-actions.pod:2853
12973 msgid ""
12974 "The caller is responsible for deleting the temporary directory and its "
12975 "contents after use."
12976 msgstr ""
12977
12978 #. type: textblock
12979 #: ../src/guestfs-actions.pod:4189 ../fish/guestfish-actions.pod:2856
12980 msgid "See also: L<mkdtemp(3)>"
12981 msgstr ""
12982
12983 #. type: =head2
12984 #: ../src/guestfs-actions.pod:4196
12985 msgid "guestfs_mke2fs_J"
12986 msgstr ""
12987
12988 #. type: verbatim
12989 #: ../src/guestfs-actions.pod:4198
12990 #, no-wrap
12991 msgid ""
12992 " int\n"
12993 " guestfs_mke2fs_J (guestfs_h *g,\n"
12994 "                   const char *fstype,\n"
12995 "                   int blocksize,\n"
12996 "                   const char *device,\n"
12997 "                   const char *journal);\n"
12998 "\n"
12999 msgstr ""
13000
13001 #. type: textblock
13002 #: ../src/guestfs-actions.pod:4205 ../fish/guestfish-actions.pod:2862
13003 msgid ""
13004 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13005 "C<journal>.  It is equivalent to the command:"
13006 msgstr ""
13007
13008 #. type: verbatim
13009 #: ../src/guestfs-actions.pod:4209 ../fish/guestfish-actions.pod:2866
13010 #, no-wrap
13011 msgid ""
13012 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13013 "\n"
13014 msgstr ""
13015
13016 #. type: textblock
13017 #: ../src/guestfs-actions.pod:4211
13018 msgid "See also C<guestfs_mke2journal>."
13019 msgstr ""
13020
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:4215 ../src/guestfs-actions.pod:4233
13023 #: ../src/guestfs-actions.pod:4251 ../src/guestfs-actions.pod:4267
13024 #: ../src/guestfs-actions.pod:4281 ../src/guestfs-actions.pod:4295
13025 #: ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4619
13026 msgid "(Added in 1.0.68)"
13027 msgstr ""
13028
13029 #. type: =head2
13030 #: ../src/guestfs-actions.pod:4217
13031 msgid "guestfs_mke2fs_JL"
13032 msgstr ""
13033
13034 #. type: verbatim
13035 #: ../src/guestfs-actions.pod:4219
13036 #, no-wrap
13037 msgid ""
13038 " int\n"
13039 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13040 "                    const char *fstype,\n"
13041 "                    int blocksize,\n"
13042 "                    const char *device,\n"
13043 "                    const char *label);\n"
13044 "\n"
13045 msgstr ""
13046
13047 #. type: textblock
13048 #: ../src/guestfs-actions.pod:4226 ../fish/guestfish-actions.pod:2874
13049 msgid ""
13050 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13051 "the journal labeled C<label>."
13052 msgstr ""
13053
13054 #. type: textblock
13055 #: ../src/guestfs-actions.pod:4229
13056 msgid "See also C<guestfs_mke2journal_L>."
13057 msgstr ""
13058
13059 #. type: =head2
13060 #: ../src/guestfs-actions.pod:4235
13061 msgid "guestfs_mke2fs_JU"
13062 msgstr ""
13063
13064 #. type: verbatim
13065 #: ../src/guestfs-actions.pod:4237
13066 #, no-wrap
13067 msgid ""
13068 " int\n"
13069 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13070 "                    const char *fstype,\n"
13071 "                    int blocksize,\n"
13072 "                    const char *device,\n"
13073 "                    const char *uuid);\n"
13074 "\n"
13075 msgstr ""
13076
13077 #. type: textblock
13078 #: ../src/guestfs-actions.pod:4244 ../fish/guestfish-actions.pod:2883
13079 msgid ""
13080 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13081 "the journal with UUID C<uuid>."
13082 msgstr ""
13083
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:4247
13086 msgid "See also C<guestfs_mke2journal_U>."
13087 msgstr ""
13088
13089 #. type: =head2
13090 #: ../src/guestfs-actions.pod:4253
13091 msgid "guestfs_mke2journal"
13092 msgstr ""
13093
13094 #. type: verbatim
13095 #: ../src/guestfs-actions.pod:4255
13096 #, no-wrap
13097 msgid ""
13098 " int\n"
13099 " guestfs_mke2journal (guestfs_h *g,\n"
13100 "                      int blocksize,\n"
13101 "                      const char *device);\n"
13102 "\n"
13103 msgstr ""
13104
13105 #. type: textblock
13106 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2892
13107 msgid ""
13108 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13109 "command:"
13110 msgstr ""
13111
13112 #. type: verbatim
13113 #: ../src/guestfs-actions.pod:4263 ../fish/guestfish-actions.pod:2895
13114 #, no-wrap
13115 msgid ""
13116 " mke2fs -O journal_dev -b blocksize device\n"
13117 "\n"
13118 msgstr ""
13119
13120 #. type: =head2
13121 #: ../src/guestfs-actions.pod:4269
13122 msgid "guestfs_mke2journal_L"
13123 msgstr ""
13124
13125 #. type: verbatim
13126 #: ../src/guestfs-actions.pod:4271
13127 #, no-wrap
13128 msgid ""
13129 " int\n"
13130 " guestfs_mke2journal_L (guestfs_h *g,\n"
13131 "                        int blocksize,\n"
13132 "                        const char *label,\n"
13133 "                        const char *device);\n"
13134 "\n"
13135 msgstr ""
13136
13137 #. type: textblock
13138 #: ../src/guestfs-actions.pod:4277 ../fish/guestfish-actions.pod:2901
13139 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13140 msgstr ""
13141
13142 #. type: =head2
13143 #: ../src/guestfs-actions.pod:4283
13144 msgid "guestfs_mke2journal_U"
13145 msgstr ""
13146
13147 #. type: verbatim
13148 #: ../src/guestfs-actions.pod:4285
13149 #, no-wrap
13150 msgid ""
13151 " int\n"
13152 " guestfs_mke2journal_U (guestfs_h *g,\n"
13153 "                        int blocksize,\n"
13154 "                        const char *uuid,\n"
13155 "                        const char *device);\n"
13156 "\n"
13157 msgstr ""
13158
13159 #. type: textblock
13160 #: ../src/guestfs-actions.pod:4291 ../fish/guestfish-actions.pod:2907
13161 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13162 msgstr ""
13163
13164 #. type: =head2
13165 #: ../src/guestfs-actions.pod:4297
13166 msgid "guestfs_mkfifo"
13167 msgstr ""
13168
13169 #. type: verbatim
13170 #: ../src/guestfs-actions.pod:4299
13171 #, no-wrap
13172 msgid ""
13173 " int\n"
13174 " guestfs_mkfifo (guestfs_h *g,\n"
13175 "                 int mode,\n"
13176 "                 const char *path);\n"
13177 "\n"
13178 msgstr ""
13179
13180 #. type: textblock
13181 #: ../src/guestfs-actions.pod:4304
13182 msgid ""
13183 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13184 "is just a convenient wrapper around C<guestfs_mknod>."
13185 msgstr ""
13186
13187 #. type: =head2
13188 #: ../src/guestfs-actions.pod:4314
13189 msgid "guestfs_mkfs"
13190 msgstr ""
13191
13192 #. type: verbatim
13193 #: ../src/guestfs-actions.pod:4316
13194 #, no-wrap
13195 msgid ""
13196 " int\n"
13197 " guestfs_mkfs (guestfs_h *g,\n"
13198 "               const char *fstype,\n"
13199 "               const char *device);\n"
13200 "\n"
13201 msgstr ""
13202
13203 #. type: textblock
13204 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2923
13205 msgid ""
13206 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13207 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13208 msgstr ""
13209
13210 #. type: =head2
13211 #: ../src/guestfs-actions.pod:4329
13212 msgid "guestfs_mkfs_b"
13213 msgstr ""
13214
13215 #. type: verbatim
13216 #: ../src/guestfs-actions.pod:4331
13217 #, no-wrap
13218 msgid ""
13219 " int\n"
13220 " guestfs_mkfs_b (guestfs_h *g,\n"
13221 "                 const char *fstype,\n"
13222 "                 int blocksize,\n"
13223 "                 const char *device);\n"
13224 "\n"
13225 msgstr ""
13226
13227 #. type: textblock
13228 #: ../src/guestfs-actions.pod:4337
13229 msgid ""
13230 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13231 "block size of the resulting filesystem.  Supported block sizes depend on the "
13232 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13233 msgstr ""
13234
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:4342 ../src/guestfs-actions.pod:4385
13237 #: ../fish/guestfish-actions.pod:2936 ../fish/guestfish-actions.pod:2963
13238 msgid ""
13239 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13240 "cluster size."
13241 msgstr ""
13242
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:4347 ../fish/guestfish-actions.pod:2939
13245 msgid ""
13246 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13247 msgstr ""
13248
13249 #. type: =head2
13250 #: ../src/guestfs-actions.pod:4356
13251 msgid "guestfs_mkfs_opts"
13252 msgstr ""
13253
13254 #. type: verbatim
13255 #: ../src/guestfs-actions.pod:4358
13256 #, no-wrap
13257 msgid ""
13258 " int\n"
13259 " guestfs_mkfs_opts (guestfs_h *g,\n"
13260 "                    const char *fstype,\n"
13261 "                    const char *device,\n"
13262 "                    ...);\n"
13263 "\n"
13264 msgstr ""
13265
13266 #. type: verbatim
13267 #: ../src/guestfs-actions.pod:4369
13268 #, no-wrap
13269 msgid ""
13270 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13271 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13272 "\n"
13273 msgstr ""
13274
13275 #. type: textblock
13276 #: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:2950
13277 msgid ""
13278 "This function creates a filesystem on C<device>.  The filesystem type is "
13279 "C<fstype>, for example C<ext3>."
13280 msgstr ""
13281
13282 #. type: =item
13283 #: ../src/guestfs-actions.pod:4379 ../fish/guestfish-actions.pod:2957
13284 msgid "C<blocksize>"
13285 msgstr ""
13286
13287 #. type: textblock
13288 #: ../src/guestfs-actions.pod:4381 ../fish/guestfish-actions.pod:2959
13289 msgid ""
13290 "The filesystem block size.  Supported block sizes depend on the filesystem "
13291 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13292 "filesystems."
13293 msgstr ""
13294
13295 #. type: textblock
13296 #: ../src/guestfs-actions.pod:4388 ../fish/guestfish-actions.pod:2966
13297 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13298 msgstr ""
13299
13300 #. type: =item
13301 #: ../src/guestfs-actions.pod:4390 ../fish/guestfish-actions.pod:2968
13302 msgid "C<features>"
13303 msgstr ""
13304
13305 #. type: textblock
13306 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2970
13307 msgid "This passes the C<-O> parameter to the external mkfs program."
13308 msgstr ""
13309
13310 #. type: textblock
13311 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2972
13312 msgid ""
13313 "For certain filesystem types, this allows extra filesystem features to be "
13314 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13315 msgstr ""
13316
13317 #. type: textblock
13318 #: ../src/guestfs-actions.pod:4398 ../fish/guestfish-actions.pod:2976
13319 msgid ""
13320 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13321 "type."
13322 msgstr ""
13323
13324 #. type: textblock
13325 #: ../src/guestfs-actions.pod:4405
13326 msgid "(Added in 1.7.19)"
13327 msgstr ""
13328
13329 #. type: =head2
13330 #: ../src/guestfs-actions.pod:4407
13331 msgid "guestfs_mkfs_opts_va"
13332 msgstr ""
13333
13334 #. type: verbatim
13335 #: ../src/guestfs-actions.pod:4409
13336 #, no-wrap
13337 msgid ""
13338 " int\n"
13339 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13340 "                       const char *fstype,\n"
13341 "                       const char *device,\n"
13342 "                       va_list args);\n"
13343 "\n"
13344 msgstr ""
13345
13346 #. type: textblock
13347 #: ../src/guestfs-actions.pod:4415
13348 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13349 msgstr ""
13350
13351 #. type: =head2
13352 #: ../src/guestfs-actions.pod:4419
13353 msgid "guestfs_mkfs_opts_argv"
13354 msgstr ""
13355
13356 #. type: verbatim
13357 #: ../src/guestfs-actions.pod:4421
13358 #, no-wrap
13359 msgid ""
13360 " int\n"
13361 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13362 "                         const char *fstype,\n"
13363 "                         const char *device,\n"
13364 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13365 "\n"
13366 msgstr ""
13367
13368 #. type: textblock
13369 #: ../src/guestfs-actions.pod:4427
13370 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13371 msgstr ""
13372
13373 #. type: =head2
13374 #: ../src/guestfs-actions.pod:4431
13375 msgid "guestfs_mkmountpoint"
13376 msgstr ""
13377
13378 #. type: verbatim
13379 #: ../src/guestfs-actions.pod:4433
13380 #, no-wrap
13381 msgid ""
13382 " int\n"
13383 " guestfs_mkmountpoint (guestfs_h *g,\n"
13384 "                       const char *exemptpath);\n"
13385 "\n"
13386 msgstr ""
13387
13388 #. type: textblock
13389 #: ../src/guestfs-actions.pod:4437
13390 msgid ""
13391 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13392 "that can be used to create extra mountpoints before mounting the first "
13393 "filesystem."
13394 msgstr ""
13395
13396 #. type: textblock
13397 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2991
13398 msgid ""
13399 "These calls are I<only> necessary in some very limited circumstances, mainly "
13400 "the case where you want to mount a mix of unrelated and/or read-only "
13401 "filesystems together."
13402 msgstr ""
13403
13404 #. type: textblock
13405 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2995
13406 msgid ""
13407 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13408 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13409 "inside that.  You can unpack this as follows in guestfish:"
13410 msgstr ""
13411
13412 #. type: verbatim
13413 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3000
13414 #, no-wrap
13415 msgid ""
13416 " add-ro Fedora-11-i686-Live.iso\n"
13417 " run\n"
13418 " mkmountpoint /cd\n"
13419 " mkmountpoint /sqsh\n"
13420 " mkmountpoint /ext3fs\n"
13421 " mount /dev/sda /cd\n"
13422 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13423 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13424 "\n"
13425 msgstr ""
13426
13427 #. type: textblock
13428 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3009
13429 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13430 msgstr ""
13431
13432 #. type: textblock
13433 #: ../src/guestfs-actions.pod:4461
13434 msgid ""
13435 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13436 "may get unexpected errors if you try to mix these calls.  It is safest to "
13437 "manually unmount filesystems and remove mountpoints after use."
13438 msgstr ""
13439
13440 #. type: textblock
13441 #: ../src/guestfs-actions.pod:4465
13442 msgid ""
13443 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13444 "first, so for this to work for manual mountpoints, you must ensure that the "
13445 "innermost mountpoints have the longest pathnames, as in the example code "
13446 "above."
13447 msgstr ""
13448
13449 #. type: textblock
13450 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3020
13451 msgid ""
13452 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13453 msgstr ""
13454
13455 #. type: textblock
13456 #: ../src/guestfs-actions.pod:4472
13457 msgid ""
13458 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13459 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13460 "can also trigger these issues."
13461 msgstr ""
13462
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:4478 ../src/guestfs-actions.pod:4737
13465 #: ../src/guestfs-actions.pod:5647
13466 msgid "(Added in 1.0.62)"
13467 msgstr ""
13468
13469 #. type: =head2
13470 #: ../src/guestfs-actions.pod:4480
13471 msgid "guestfs_mknod"
13472 msgstr ""
13473
13474 #. type: verbatim
13475 #: ../src/guestfs-actions.pod:4482
13476 #, no-wrap
13477 msgid ""
13478 " int\n"
13479 " guestfs_mknod (guestfs_h *g,\n"
13480 "                int mode,\n"
13481 "                int devmajor,\n"
13482 "                int devminor,\n"
13483 "                const char *path);\n"
13484 "\n"
13485 msgstr ""
13486
13487 #. type: textblock
13488 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:3030
13489 msgid ""
13490 "This call creates block or character special devices, or named pipes (FIFOs)."
13491 msgstr ""
13492
13493 #. type: textblock
13494 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3033
13495 msgid ""
13496 "The C<mode> parameter should be the mode, using the standard constants.  "
13497 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13498 "used when creating block and character special devices."
13499 msgstr ""
13500
13501 #. type: textblock
13502 #: ../src/guestfs-actions.pod:4497
13503 msgid ""
13504 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13505 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13506 "regular file).  These constants are available in the standard Linux header "
13507 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13508 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13509 "the appropriate constant for you."
13510 msgstr ""
13511
13512 #. type: =head2
13513 #: ../src/guestfs-actions.pod:4511
13514 msgid "guestfs_mknod_b"
13515 msgstr ""
13516
13517 #. type: verbatim
13518 #: ../src/guestfs-actions.pod:4513
13519 #, no-wrap
13520 msgid ""
13521 " int\n"
13522 " guestfs_mknod_b (guestfs_h *g,\n"
13523 "                  int mode,\n"
13524 "                  int devmajor,\n"
13525 "                  int devminor,\n"
13526 "                  const char *path);\n"
13527 "\n"
13528 msgstr ""
13529
13530 #. type: textblock
13531 #: ../src/guestfs-actions.pod:4520
13532 msgid ""
13533 "This call creates a block device node called C<path> with mode C<mode> and "
13534 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13535 "wrapper around C<guestfs_mknod>."
13536 msgstr ""
13537
13538 #. type: =head2
13539 #: ../src/guestfs-actions.pod:4530
13540 msgid "guestfs_mknod_c"
13541 msgstr ""
13542
13543 #. type: verbatim
13544 #: ../src/guestfs-actions.pod:4532
13545 #, no-wrap
13546 msgid ""
13547 " int\n"
13548 " guestfs_mknod_c (guestfs_h *g,\n"
13549 "                  int mode,\n"
13550 "                  int devmajor,\n"
13551 "                  int devminor,\n"
13552 "                  const char *path);\n"
13553 "\n"
13554 msgstr ""
13555
13556 #. type: textblock
13557 #: ../src/guestfs-actions.pod:4539
13558 msgid ""
13559 "This call creates a char device node called C<path> with mode C<mode> and "
13560 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13561 "wrapper around C<guestfs_mknod>."
13562 msgstr ""
13563
13564 #. type: =head2
13565 #: ../src/guestfs-actions.pod:4549
13566 msgid "guestfs_mkswap"
13567 msgstr ""
13568
13569 #. type: verbatim
13570 #: ../src/guestfs-actions.pod:4551
13571 #, no-wrap
13572 msgid ""
13573 " int\n"
13574 " guestfs_mkswap (guestfs_h *g,\n"
13575 "                 const char *device);\n"
13576 "\n"
13577 msgstr ""
13578
13579 #. type: textblock
13580 #: ../src/guestfs-actions.pod:4555 ../fish/guestfish-actions.pod:3072
13581 msgid "Create a swap partition on C<device>."
13582 msgstr ""
13583
13584 #. type: =head2
13585 #: ../src/guestfs-actions.pod:4561
13586 msgid "guestfs_mkswap_L"
13587 msgstr ""
13588
13589 #. type: verbatim
13590 #: ../src/guestfs-actions.pod:4563
13591 #, no-wrap
13592 msgid ""
13593 " int\n"
13594 " guestfs_mkswap_L (guestfs_h *g,\n"
13595 "                   const char *label,\n"
13596 "                   const char *device);\n"
13597 "\n"
13598 msgstr ""
13599
13600 #. type: textblock
13601 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3078
13602 msgid "Create a swap partition on C<device> with label C<label>."
13603 msgstr ""
13604
13605 #. type: textblock
13606 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3080
13607 msgid ""
13608 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
13609 "sda>), just to a partition.  This appears to be a limitation of the kernel "
13610 "or swap tools."
13611 msgstr ""
13612
13613 #. type: =head2
13614 #: ../src/guestfs-actions.pod:4578
13615 msgid "guestfs_mkswap_U"
13616 msgstr ""
13617
13618 #. type: verbatim
13619 #: ../src/guestfs-actions.pod:4580
13620 #, no-wrap
13621 msgid ""
13622 " int\n"
13623 " guestfs_mkswap_U (guestfs_h *g,\n"
13624 "                   const char *uuid,\n"
13625 "                   const char *device);\n"
13626 "\n"
13627 msgstr ""
13628
13629 #. type: textblock
13630 #: ../src/guestfs-actions.pod:4585 ../fish/guestfish-actions.pod:3088
13631 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13632 msgstr ""
13633
13634 #. type: =head2
13635 #: ../src/guestfs-actions.pod:4591
13636 msgid "guestfs_mkswap_file"
13637 msgstr ""
13638
13639 #. type: verbatim
13640 #: ../src/guestfs-actions.pod:4593
13641 #, no-wrap
13642 msgid ""
13643 " int\n"
13644 " guestfs_mkswap_file (guestfs_h *g,\n"
13645 "                      const char *path);\n"
13646 "\n"
13647 msgstr ""
13648
13649 #. type: textblock
13650 #: ../src/guestfs-actions.pod:4597 ../fish/guestfish-actions.pod:3094
13651 msgid "Create a swap file."
13652 msgstr ""
13653
13654 #. type: textblock
13655 #: ../src/guestfs-actions.pod:4599
13656 msgid ""
13657 "This command just writes a swap file signature to an existing file.  To "
13658 "create the file itself, use something like C<guestfs_fallocate>."
13659 msgstr ""
13660
13661 #. type: =head2
13662 #: ../src/guestfs-actions.pod:4606
13663 msgid "guestfs_modprobe"
13664 msgstr ""
13665
13666 #. type: verbatim
13667 #: ../src/guestfs-actions.pod:4608
13668 #, no-wrap
13669 msgid ""
13670 " int\n"
13671 " guestfs_modprobe (guestfs_h *g,\n"
13672 "                   const char *modulename);\n"
13673 "\n"
13674 msgstr ""
13675
13676 #. type: textblock
13677 #: ../src/guestfs-actions.pod:4612 ../fish/guestfish-actions.pod:3103
13678 msgid "This loads a kernel module in the appliance."
13679 msgstr ""
13680
13681 #. type: textblock
13682 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3105
13683 msgid ""
13684 "The kernel module must have been whitelisted when libguestfs was built (see "
13685 "C<appliance/kmod.whitelist.in> in the source)."
13686 msgstr ""
13687
13688 #. type: =head2
13689 #: ../src/guestfs-actions.pod:4621
13690 msgid "guestfs_mount"
13691 msgstr ""
13692
13693 #. type: verbatim
13694 #: ../src/guestfs-actions.pod:4623
13695 #, no-wrap
13696 msgid ""
13697 " int\n"
13698 " guestfs_mount (guestfs_h *g,\n"
13699 "                const char *device,\n"
13700 "                const char *mountpoint);\n"
13701 "\n"
13702 msgstr ""
13703
13704 #. type: textblock
13705 #: ../src/guestfs-actions.pod:4628 ../fish/guestfish-actions.pod:3112
13706 msgid ""
13707 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13708 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13709 "those block devices contain partitions, they will have the usual names (eg. "
13710 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13711 msgstr ""
13712
13713 #. type: textblock
13714 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3118
13715 msgid ""
13716 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13717 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13718 "mounted on directories which already exist."
13719 msgstr ""
13720
13721 #. type: textblock
13722 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3123
13723 msgid ""
13724 "The mounted filesystem is writable, if we have sufficient permissions on the "
13725 "underlying device."
13726 msgstr ""
13727
13728 #. type: textblock
13729 #: ../src/guestfs-actions.pod:4642
13730 msgid ""
13731 "B<Important note:> When you use this call, the filesystem options C<sync> "
13732 "and C<noatime> are set implicitly.  This was originally done because we "
13733 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13734 "very large negative performance impact and negligible effect on "
13735 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13736 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13737 "(use an empty string for the first parameter if you don't want any options)."
13738 msgstr ""
13739
13740 #. type: =head2
13741 #: ../src/guestfs-actions.pod:4656
13742 msgid "guestfs_mount_loop"
13743 msgstr ""
13744
13745 #. type: verbatim
13746 #: ../src/guestfs-actions.pod:4658
13747 #, no-wrap
13748 msgid ""
13749 " int\n"
13750 " guestfs_mount_loop (guestfs_h *g,\n"
13751 "                     const char *file,\n"
13752 "                     const char *mountpoint);\n"
13753 "\n"
13754 msgstr ""
13755
13756 #. type: textblock
13757 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3140
13758 msgid ""
13759 "This command lets you mount C<file> (a filesystem image in a file) on a "
13760 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13761 "mountpoint>."
13762 msgstr ""
13763
13764 #. type: =head2
13765 #: ../src/guestfs-actions.pod:4671
13766 msgid "guestfs_mount_options"
13767 msgstr ""
13768
13769 #. type: verbatim
13770 #: ../src/guestfs-actions.pod:4673
13771 #, no-wrap
13772 msgid ""
13773 " int\n"
13774 " guestfs_mount_options (guestfs_h *g,\n"
13775 "                        const char *options,\n"
13776 "                        const char *device,\n"
13777 "                        const char *mountpoint);\n"
13778 "\n"
13779 msgstr ""
13780
13781 #. type: textblock
13782 #: ../src/guestfs-actions.pod:4679
13783 msgid ""
13784 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13785 "the mount options as for the L<mount(8)> I<-o> flag."
13786 msgstr ""
13787
13788 #. type: textblock
13789 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3152
13790 msgid ""
13791 "If the C<options> parameter is an empty string, then no options are passed "
13792 "(all options default to whatever the filesystem uses)."
13793 msgstr ""
13794
13795 #. type: textblock
13796 #: ../src/guestfs-actions.pod:4689 ../src/guestfs-actions.pod:4703
13797 #: ../src/guestfs-actions.pod:4720
13798 msgid "(Added in 1.0.10)"
13799 msgstr ""
13800
13801 #. type: =head2
13802 #: ../src/guestfs-actions.pod:4691
13803 msgid "guestfs_mount_ro"
13804 msgstr ""
13805
13806 #. type: verbatim
13807 #: ../src/guestfs-actions.pod:4693
13808 #, no-wrap
13809 msgid ""
13810 " int\n"
13811 " guestfs_mount_ro (guestfs_h *g,\n"
13812 "                   const char *device,\n"
13813 "                   const char *mountpoint);\n"
13814 "\n"
13815 msgstr ""
13816
13817 #. type: textblock
13818 #: ../src/guestfs-actions.pod:4698
13819 msgid ""
13820 "This is the same as the C<guestfs_mount> command, but it mounts the "
13821 "filesystem with the read-only (I<-o ro>) flag."
13822 msgstr ""
13823
13824 #. type: =head2
13825 #: ../src/guestfs-actions.pod:4705
13826 msgid "guestfs_mount_vfs"
13827 msgstr ""
13828
13829 #. type: verbatim
13830 #: ../src/guestfs-actions.pod:4707
13831 #, no-wrap
13832 msgid ""
13833 " int\n"
13834 " guestfs_mount_vfs (guestfs_h *g,\n"
13835 "                    const char *options,\n"
13836 "                    const char *vfstype,\n"
13837 "                    const char *device,\n"
13838 "                    const char *mountpoint);\n"
13839 "\n"
13840 msgstr ""
13841
13842 #. type: textblock
13843 #: ../src/guestfs-actions.pod:4714
13844 msgid ""
13845 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13846 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
13847 "t> flags."
13848 msgstr ""
13849
13850 #. type: =head2
13851 #: ../src/guestfs-actions.pod:4722
13852 msgid "guestfs_mountpoints"
13853 msgstr ""
13854
13855 #. type: verbatim
13856 #: ../src/guestfs-actions.pod:4724
13857 #, no-wrap
13858 msgid ""
13859 " char **\n"
13860 " guestfs_mountpoints (guestfs_h *g);\n"
13861 "\n"
13862 msgstr ""
13863
13864 #. type: textblock
13865 #: ../src/guestfs-actions.pod:4727
13866 msgid ""
13867 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13868 "devices.  This one returns a hash table (map) of device name to directory "
13869 "where the device is mounted."
13870 msgstr ""
13871
13872 #. type: =head2
13873 #: ../src/guestfs-actions.pod:4739
13874 msgid "guestfs_mounts"
13875 msgstr ""
13876
13877 #. type: verbatim
13878 #: ../src/guestfs-actions.pod:4741
13879 #, no-wrap
13880 msgid ""
13881 " char **\n"
13882 " guestfs_mounts (guestfs_h *g);\n"
13883 "\n"
13884 msgstr ""
13885
13886 #. type: textblock
13887 #: ../src/guestfs-actions.pod:4744 ../fish/guestfish-actions.pod:3183
13888 msgid ""
13889 "This returns the list of currently mounted filesystems.  It returns the list "
13890 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13891 msgstr ""
13892
13893 #. type: textblock
13894 #: ../src/guestfs-actions.pod:4747 ../fish/guestfish-actions.pod:3186
13895 msgid "Some internal mounts are not shown."
13896 msgstr ""
13897
13898 #. type: textblock
13899 #: ../src/guestfs-actions.pod:4749
13900 msgid "See also: C<guestfs_mountpoints>"
13901 msgstr ""
13902
13903 #. type: =head2
13904 #: ../src/guestfs-actions.pod:4757
13905 msgid "guestfs_mv"
13906 msgstr ""
13907
13908 #. type: verbatim
13909 #: ../src/guestfs-actions.pod:4759
13910 #, no-wrap
13911 msgid ""
13912 " int\n"
13913 " guestfs_mv (guestfs_h *g,\n"
13914 "             const char *src,\n"
13915 "             const char *dest);\n"
13916 "\n"
13917 msgstr ""
13918
13919 #. type: textblock
13920 #: ../src/guestfs-actions.pod:4764 ../fish/guestfish-actions.pod:3194
13921 msgid ""
13922 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13923 "destination filename or destination directory."
13924 msgstr ""
13925
13926 #. type: =head2
13927 #: ../src/guestfs-actions.pod:4771
13928 msgid "guestfs_ntfs_3g_probe"
13929 msgstr ""
13930
13931 #. type: verbatim
13932 #: ../src/guestfs-actions.pod:4773
13933 #, no-wrap
13934 msgid ""
13935 " int\n"
13936 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13937 "                        int rw,\n"
13938 "                        const char *device);\n"
13939 "\n"
13940 msgstr ""
13941
13942 #. type: textblock
13943 #: ../src/guestfs-actions.pod:4778 ../fish/guestfish-actions.pod:3201
13944 msgid ""
13945 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13946 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
13947 "write, and some cannot be mounted at all)."
13948 msgstr ""
13949
13950 #. type: textblock
13951 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3205
13952 msgid ""
13953 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13954 "can be mounted read-write.  Set it to false if you want to test if the "
13955 "volume can be mounted read-only."
13956 msgstr ""
13957
13958 #. type: textblock
13959 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3209
13960 msgid ""
13961 "The return value is an integer which C<0> if the operation would succeed, or "
13962 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13963 msgstr ""
13964
13965 #. type: textblock
13966 #: ../src/guestfs-actions.pod:4792
13967 msgid "(Added in 1.0.43)"
13968 msgstr ""
13969
13970 #. type: =head2
13971 #: ../src/guestfs-actions.pod:4794
13972 msgid "guestfs_ntfsresize"
13973 msgstr ""
13974
13975 #. type: verbatim
13976 #: ../src/guestfs-actions.pod:4796
13977 #, no-wrap
13978 msgid ""
13979 " int\n"
13980 " guestfs_ntfsresize (guestfs_h *g,\n"
13981 "                     const char *device);\n"
13982 "\n"
13983 msgstr ""
13984
13985 #. type: textblock
13986 #: ../src/guestfs-actions.pod:4800 ../fish/guestfish-actions.pod:3217
13987 msgid ""
13988 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13989 "size of the underlying device.  See also L<ntfsresize(8)>."
13990 msgstr ""
13991
13992 #. type: =head2
13993 #: ../src/guestfs-actions.pod:4808
13994 msgid "guestfs_ntfsresize_size"
13995 msgstr ""
13996
13997 #. type: verbatim
13998 #: ../src/guestfs-actions.pod:4810
13999 #, no-wrap
14000 msgid ""
14001 " int\n"
14002 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14003 "                          const char *device,\n"
14004 "                          int64_t size);\n"
14005 "\n"
14006 msgstr ""
14007
14008 #. type: textblock
14009 #: ../src/guestfs-actions.pod:4815
14010 msgid ""
14011 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14012 "to specify the new size (in bytes) explicitly."
14013 msgstr ""
14014
14015 #. type: textblock
14016 #: ../src/guestfs-actions.pod:4820 ../src/guestfs-actions.pod:5256
14017 #: ../src/guestfs-actions.pod:5329 ../src/guestfs-actions.pod:5595
14018 #: ../src/guestfs-actions.pod:7166
14019 msgid "(Added in 1.3.14)"
14020 msgstr ""
14021
14022 #. type: =head2
14023 #: ../src/guestfs-actions.pod:4822
14024 msgid "guestfs_part_add"
14025 msgstr ""
14026
14027 #. type: verbatim
14028 #: ../src/guestfs-actions.pod:4824
14029 #, no-wrap
14030 msgid ""
14031 " int\n"
14032 " guestfs_part_add (guestfs_h *g,\n"
14033 "                   const char *device,\n"
14034 "                   const char *prlogex,\n"
14035 "                   int64_t startsect,\n"
14036 "                   int64_t endsect);\n"
14037 "\n"
14038 msgstr ""
14039
14040 #. type: textblock
14041 #: ../src/guestfs-actions.pod:4831
14042 msgid ""
14043 "This command adds a partition to C<device>.  If there is no partition table "
14044 "on the device, call C<guestfs_part_init> first."
14045 msgstr ""
14046
14047 #. type: textblock
14048 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3235
14049 msgid ""
14050 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14051 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14052 "C<logical>) and C<e> (or C<extended>) partition types."
14053 msgstr ""
14054
14055 #. type: textblock
14056 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3240
14057 msgid ""
14058 "C<startsect> and C<endsect> are the start and end of the partition in "
14059 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14060 "from the end of the disk (C<-1> is the last sector)."
14061 msgstr ""
14062
14063 #. type: textblock
14064 #: ../src/guestfs-actions.pod:4843
14065 msgid ""
14066 "Creating a partition which covers the whole disk is not so easy.  Use "
14067 "C<guestfs_part_disk> to do that."
14068 msgstr ""
14069
14070 #. type: textblock
14071 #: ../src/guestfs-actions.pod:4848 ../src/guestfs-actions.pod:4886
14072 #: ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5017
14073 #: ../src/guestfs-actions.pod:5055 ../src/guestfs-actions.pod:5074
14074 #: ../src/guestfs-actions.pod:5114
14075 msgid "(Added in 1.0.78)"
14076 msgstr ""
14077
14078 #. type: =head2
14079 #: ../src/guestfs-actions.pod:4850
14080 msgid "guestfs_part_del"
14081 msgstr ""
14082
14083 #. type: verbatim
14084 #: ../src/guestfs-actions.pod:4852
14085 #, no-wrap
14086 msgid ""
14087 " int\n"
14088 " guestfs_part_del (guestfs_h *g,\n"
14089 "                   const char *device,\n"
14090 "                   int partnum);\n"
14091 "\n"
14092 msgstr ""
14093
14094 #. type: textblock
14095 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3251
14096 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14097 msgstr ""
14098
14099 #. type: textblock
14100 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3253
14101 msgid ""
14102 "Note that in the case of MBR partitioning, deleting an extended partition "
14103 "also deletes any logical partitions it contains."
14104 msgstr ""
14105
14106 #. type: =head2
14107 #: ../src/guestfs-actions.pod:4867
14108 msgid "guestfs_part_disk"
14109 msgstr ""
14110
14111 #. type: verbatim
14112 #: ../src/guestfs-actions.pod:4869
14113 #, no-wrap
14114 msgid ""
14115 " int\n"
14116 " guestfs_part_disk (guestfs_h *g,\n"
14117 "                    const char *device,\n"
14118 "                    const char *parttype);\n"
14119 "\n"
14120 msgstr ""
14121
14122 #. type: textblock
14123 #: ../src/guestfs-actions.pod:4874
14124 msgid ""
14125 "This command is simply a combination of C<guestfs_part_init> followed by "
14126 "C<guestfs_part_add> to create a single primary partition covering the whole "
14127 "disk."
14128 msgstr ""
14129
14130 #. type: textblock
14131 #: ../src/guestfs-actions.pod:4878
14132 msgid ""
14133 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14134 "possible values are described in C<guestfs_part_init>."
14135 msgstr ""
14136
14137 #. type: =head2
14138 #: ../src/guestfs-actions.pod:4888
14139 msgid "guestfs_part_get_bootable"
14140 msgstr ""
14141
14142 #. type: verbatim
14143 #: ../src/guestfs-actions.pod:4890
14144 #, no-wrap
14145 msgid ""
14146 " int\n"
14147 " guestfs_part_get_bootable (guestfs_h *g,\n"
14148 "                            const char *device,\n"
14149 "                            int partnum);\n"
14150 "\n"
14151 msgstr ""
14152
14153 #. type: textblock
14154 #: ../src/guestfs-actions.pod:4895 ../fish/guestfish-actions.pod:3275
14155 msgid ""
14156 "This command returns true if the partition C<partnum> on C<device> has the "
14157 "bootable flag set."
14158 msgstr ""
14159
14160 #. type: textblock
14161 #: ../src/guestfs-actions.pod:4898
14162 msgid "See also C<guestfs_part_set_bootable>."
14163 msgstr ""
14164
14165 #. type: =head2
14166 #: ../src/guestfs-actions.pod:4904
14167 msgid "guestfs_part_get_mbr_id"
14168 msgstr ""
14169
14170 #. type: verbatim
14171 #: ../src/guestfs-actions.pod:4906
14172 #, no-wrap
14173 msgid ""
14174 " int\n"
14175 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14176 "                          const char *device,\n"
14177 "                          int partnum);\n"
14178 "\n"
14179 msgstr ""
14180
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:4911 ../fish/guestfish-actions.pod:3284
14183 msgid ""
14184 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14185 "partition C<partnum>."
14186 msgstr ""
14187
14188 #. type: textblock
14189 #: ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:5090
14190 msgid ""
14191 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14192 "undefined results for other partition table types (see "
14193 "C<guestfs_part_get_parttype>)."
14194 msgstr ""
14195
14196 #. type: =head2
14197 #: ../src/guestfs-actions.pod:4922
14198 msgid "guestfs_part_get_parttype"
14199 msgstr ""
14200
14201 #. type: verbatim
14202 #: ../src/guestfs-actions.pod:4924
14203 #, no-wrap
14204 msgid ""
14205 " char *\n"
14206 " guestfs_part_get_parttype (guestfs_h *g,\n"
14207 "                            const char *device);\n"
14208 "\n"
14209 msgstr ""
14210
14211 #. type: textblock
14212 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3295
14213 msgid ""
14214 "This command examines the partition table on C<device> and returns the "
14215 "partition table type (format) being used."
14216 msgstr ""
14217
14218 #. type: textblock
14219 #: ../src/guestfs-actions.pod:4931
14220 msgid ""
14221 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14222 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14223 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14224 msgstr ""
14225
14226 #. type: =head2
14227 #: ../src/guestfs-actions.pod:4941
14228 msgid "guestfs_part_init"
14229 msgstr ""
14230
14231 #. type: verbatim
14232 #: ../src/guestfs-actions.pod:4943
14233 #, no-wrap
14234 msgid ""
14235 " int\n"
14236 " guestfs_part_init (guestfs_h *g,\n"
14237 "                    const char *device,\n"
14238 "                    const char *parttype);\n"
14239 "\n"
14240 msgstr ""
14241
14242 #. type: textblock
14243 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3307
14244 msgid ""
14245 "This creates an empty partition table on C<device> of one of the partition "
14246 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14247 "(for large disks)."
14248 msgstr ""
14249
14250 #. type: textblock
14251 #: ../src/guestfs-actions.pod:4952
14252 msgid ""
14253 "Initially there are no partitions.  Following this, you should call "
14254 "C<guestfs_part_add> for each partition required."
14255 msgstr ""
14256
14257 #. type: textblock
14258 #: ../src/guestfs-actions.pod:4955 ../fish/guestfish-actions.pod:3314
14259 msgid "Possible values for C<parttype> are:"
14260 msgstr ""
14261
14262 #. type: =item
14263 #: ../src/guestfs-actions.pod:4959 ../fish/guestfish-actions.pod:3318
14264 msgid "B<efi> | B<gpt>"
14265 msgstr ""
14266
14267 #. type: textblock
14268 #: ../src/guestfs-actions.pod:4961 ../fish/guestfish-actions.pod:3320
14269 msgid "Intel EFI / GPT partition table."
14270 msgstr ""
14271
14272 #. type: textblock
14273 #: ../src/guestfs-actions.pod:4963 ../fish/guestfish-actions.pod:3322
14274 msgid ""
14275 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14276 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14277 "the C<mbr> format."
14278 msgstr ""
14279
14280 #. type: =item
14281 #: ../src/guestfs-actions.pod:4967 ../fish/guestfish-actions.pod:3326
14282 msgid "B<mbr> | B<msdos>"
14283 msgstr ""
14284
14285 #. type: textblock
14286 #: ../src/guestfs-actions.pod:4969 ../fish/guestfish-actions.pod:3328
14287 msgid ""
14288 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14289 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14290 "TB.  For large disks we recommend using C<gpt>."
14291 msgstr ""
14292
14293 #. type: textblock
14294 #: ../src/guestfs-actions.pod:4976 ../fish/guestfish-actions.pod:3335
14295 msgid ""
14296 "Other partition table types that may work but are not supported include:"
14297 msgstr ""
14298
14299 #. type: =item
14300 #: ../src/guestfs-actions.pod:4981 ../fish/guestfish-actions.pod:3340
14301 msgid "B<aix>"
14302 msgstr ""
14303
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3342
14306 msgid "AIX disk labels."
14307 msgstr ""
14308
14309 #. type: =item
14310 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3344
14311 msgid "B<amiga> | B<rdb>"
14312 msgstr ""
14313
14314 #. type: textblock
14315 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3346
14316 msgid "Amiga \"Rigid Disk Block\" format."
14317 msgstr ""
14318
14319 #. type: =item
14320 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3348
14321 msgid "B<bsd>"
14322 msgstr ""
14323
14324 #. type: textblock
14325 #: ../src/guestfs-actions.pod:4991 ../fish/guestfish-actions.pod:3350
14326 msgid "BSD disk labels."
14327 msgstr ""
14328
14329 #. type: =item
14330 #: ../src/guestfs-actions.pod:4993 ../fish/guestfish-actions.pod:3352
14331 msgid "B<dasd>"
14332 msgstr ""
14333
14334 #. type: textblock
14335 #: ../src/guestfs-actions.pod:4995 ../fish/guestfish-actions.pod:3354
14336 msgid "DASD, used on IBM mainframes."
14337 msgstr ""
14338
14339 #. type: =item
14340 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3356
14341 msgid "B<dvh>"
14342 msgstr ""
14343
14344 #. type: textblock
14345 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3358
14346 msgid "MIPS/SGI volumes."
14347 msgstr ""
14348
14349 #. type: =item
14350 #: ../src/guestfs-actions.pod:5001 ../fish/guestfish-actions.pod:3360
14351 msgid "B<mac>"
14352 msgstr ""
14353
14354 #. type: textblock
14355 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3362
14356 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14357 msgstr ""
14358
14359 #. type: =item
14360 #: ../src/guestfs-actions.pod:5005 ../fish/guestfish-actions.pod:3364
14361 msgid "B<pc98>"
14362 msgstr ""
14363
14364 #. type: textblock
14365 #: ../src/guestfs-actions.pod:5007 ../fish/guestfish-actions.pod:3366
14366 msgid "NEC PC-98 format, common in Japan apparently."
14367 msgstr ""
14368
14369 #. type: =item
14370 #: ../src/guestfs-actions.pod:5009 ../fish/guestfish-actions.pod:3368
14371 msgid "B<sun>"
14372 msgstr ""
14373
14374 #. type: textblock
14375 #: ../src/guestfs-actions.pod:5011 ../fish/guestfish-actions.pod:3370
14376 msgid "Sun disk labels."
14377 msgstr ""
14378
14379 #. type: =head2
14380 #: ../src/guestfs-actions.pod:5019
14381 msgid "guestfs_part_list"
14382 msgstr ""
14383
14384 #. type: verbatim
14385 #: ../src/guestfs-actions.pod:5021
14386 #, no-wrap
14387 msgid ""
14388 " struct guestfs_partition_list *\n"
14389 " guestfs_part_list (guestfs_h *g,\n"
14390 "                    const char *device);\n"
14391 "\n"
14392 msgstr ""
14393
14394 #. type: textblock
14395 #: ../src/guestfs-actions.pod:5025 ../fish/guestfish-actions.pod:3378
14396 msgid ""
14397 "This command parses the partition table on C<device> and returns the list of "
14398 "partitions found."
14399 msgstr ""
14400
14401 #. type: textblock
14402 #: ../src/guestfs-actions.pod:5028 ../fish/guestfish-actions.pod:3381
14403 msgid "The fields in the returned structure are:"
14404 msgstr ""
14405
14406 #. type: =item
14407 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3385
14408 msgid "B<part_num>"
14409 msgstr ""
14410
14411 #. type: textblock
14412 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3387
14413 msgid "Partition number, counting from 1."
14414 msgstr ""
14415
14416 #. type: =item
14417 #: ../src/guestfs-actions.pod:5036 ../fish/guestfish-actions.pod:3389
14418 msgid "B<part_start>"
14419 msgstr ""
14420
14421 #. type: textblock
14422 #: ../src/guestfs-actions.pod:5038
14423 msgid ""
14424 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14425 "the device's sector size, see C<guestfs_blockdev_getss>."
14426 msgstr ""
14427
14428 #. type: =item
14429 #: ../src/guestfs-actions.pod:5041 ../fish/guestfish-actions.pod:3394
14430 msgid "B<part_end>"
14431 msgstr ""
14432
14433 #. type: textblock
14434 #: ../src/guestfs-actions.pod:5043 ../fish/guestfish-actions.pod:3396
14435 msgid "End of the partition in bytes."
14436 msgstr ""
14437
14438 #. type: =item
14439 #: ../src/guestfs-actions.pod:5045 ../fish/guestfish-actions.pod:3398
14440 msgid "B<part_size>"
14441 msgstr ""
14442
14443 #. type: textblock
14444 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3400
14445 msgid "Size of the partition in bytes."
14446 msgstr ""
14447
14448 #. type: textblock
14449 #: ../src/guestfs-actions.pod:5051
14450 msgid ""
14451 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14452 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14453 "use>."
14454 msgstr ""
14455
14456 #. type: =head2
14457 #: ../src/guestfs-actions.pod:5057
14458 msgid "guestfs_part_set_bootable"
14459 msgstr ""
14460
14461 #. type: verbatim
14462 #: ../src/guestfs-actions.pod:5059
14463 #, no-wrap
14464 msgid ""
14465 " int\n"
14466 " guestfs_part_set_bootable (guestfs_h *g,\n"
14467 "                            const char *device,\n"
14468 "                            int partnum,\n"
14469 "                            int bootable);\n"
14470 "\n"
14471 msgstr ""
14472
14473 #. type: textblock
14474 #: ../src/guestfs-actions.pod:5065 ../fish/guestfish-actions.pod:3408
14475 msgid ""
14476 "This sets the bootable flag on partition numbered C<partnum> on device "
14477 "C<device>.  Note that partitions are numbered from 1."
14478 msgstr ""
14479
14480 #. type: textblock
14481 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3411
14482 msgid ""
14483 "The bootable flag is used by some operating systems (notably Windows) to "
14484 "determine which partition to boot from.  It is by no means universally "
14485 "recognized."
14486 msgstr ""
14487
14488 #. type: =head2
14489 #: ../src/guestfs-actions.pod:5076
14490 msgid "guestfs_part_set_mbr_id"
14491 msgstr ""
14492
14493 #. type: verbatim
14494 #: ../src/guestfs-actions.pod:5078
14495 #, no-wrap
14496 msgid ""
14497 " int\n"
14498 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14499 "                          const char *device,\n"
14500 "                          int partnum,\n"
14501 "                          int idbyte);\n"
14502 "\n"
14503 msgstr ""
14504
14505 #. type: textblock
14506 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3419
14507 msgid ""
14508 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14509 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14510 "documentation are in fact hexadecimal numbers, but usually documented "
14511 "without any leading \"0x\" which might be confusing."
14512 msgstr ""
14513
14514 #. type: =head2
14515 #: ../src/guestfs-actions.pod:5098
14516 msgid "guestfs_part_set_name"
14517 msgstr ""
14518
14519 #. type: verbatim
14520 #: ../src/guestfs-actions.pod:5100
14521 #, no-wrap
14522 msgid ""
14523 " int\n"
14524 " guestfs_part_set_name (guestfs_h *g,\n"
14525 "                        const char *device,\n"
14526 "                        int partnum,\n"
14527 "                        const char *name);\n"
14528 "\n"
14529 msgstr ""
14530
14531 #. type: textblock
14532 #: ../src/guestfs-actions.pod:5106 ../fish/guestfish-actions.pod:3433
14533 msgid ""
14534 "This sets the partition name on partition numbered C<partnum> on device "
14535 "C<device>.  Note that partitions are numbered from 1."
14536 msgstr ""
14537
14538 #. type: textblock
14539 #: ../src/guestfs-actions.pod:5109 ../fish/guestfish-actions.pod:3436
14540 msgid ""
14541 "The partition name can only be set on certain types of partition table.  "
14542 "This works on C<gpt> but not on C<mbr> partitions."
14543 msgstr ""
14544
14545 #. type: =head2
14546 #: ../src/guestfs-actions.pod:5116
14547 msgid "guestfs_part_to_dev"
14548 msgstr ""
14549
14550 #. type: verbatim
14551 #: ../src/guestfs-actions.pod:5118
14552 #, no-wrap
14553 msgid ""
14554 " char *\n"
14555 " guestfs_part_to_dev (guestfs_h *g,\n"
14556 "                      const char *partition);\n"
14557 "\n"
14558 msgstr ""
14559
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3443
14562 msgid ""
14563 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14564 "partition number, returning the device name (eg. \"/dev/sdb\")."
14565 msgstr ""
14566
14567 #. type: textblock
14568 #: ../src/guestfs-actions.pod:5126
14569 msgid ""
14570 "The named partition must exist, for example as a string returned from "
14571 "C<guestfs_list_partitions>."
14572 msgstr ""
14573
14574 #. type: =head2
14575 #: ../src/guestfs-actions.pod:5134
14576 msgid "guestfs_ping_daemon"
14577 msgstr ""
14578
14579 #. type: verbatim
14580 #: ../src/guestfs-actions.pod:5136
14581 #, no-wrap
14582 msgid ""
14583 " int\n"
14584 " guestfs_ping_daemon (guestfs_h *g);\n"
14585 "\n"
14586 msgstr ""
14587
14588 #. type: textblock
14589 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3454
14590 msgid ""
14591 "This is a test probe into the guestfs daemon running inside the qemu "
14592 "subprocess.  Calling this function checks that the daemon responds to the "
14593 "ping message, without affecting the daemon or attached block device(s) in "
14594 "any other way."
14595 msgstr ""
14596
14597 #. type: =head2
14598 #: ../src/guestfs-actions.pod:5148
14599 msgid "guestfs_pread"
14600 msgstr ""
14601
14602 #. type: verbatim
14603 #: ../src/guestfs-actions.pod:5150
14604 #, no-wrap
14605 msgid ""
14606 " char *\n"
14607 " guestfs_pread (guestfs_h *g,\n"
14608 "                const char *path,\n"
14609 "                int count,\n"
14610 "                int64_t offset,\n"
14611 "                size_t *size_r);\n"
14612 "\n"
14613 msgstr ""
14614
14615 #. type: textblock
14616 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3463
14617 msgid ""
14618 "This command lets you read part of a file.  It reads C<count> bytes of the "
14619 "file, starting at C<offset>, from file C<path>."
14620 msgstr ""
14621
14622 #. type: textblock
14623 #: ../src/guestfs-actions.pod:5160 ../src/guestfs-actions.pod:5186
14624 #: ../fish/guestfish-actions.pod:3466 ../fish/guestfish-actions.pod:3481
14625 msgid ""
14626 "This may read fewer bytes than requested.  For further details see the "
14627 "L<pread(2)> system call."
14628 msgstr ""
14629
14630 #. type: textblock
14631 #: ../src/guestfs-actions.pod:5163
14632 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14633 msgstr ""
14634
14635 #. type: =head2
14636 #: ../src/guestfs-actions.pod:5174
14637 msgid "guestfs_pread_device"
14638 msgstr ""
14639
14640 #. type: verbatim
14641 #: ../src/guestfs-actions.pod:5176
14642 #, no-wrap
14643 msgid ""
14644 " char *\n"
14645 " guestfs_pread_device (guestfs_h *g,\n"
14646 "                       const char *device,\n"
14647 "                       int count,\n"
14648 "                       int64_t offset,\n"
14649 "                       size_t *size_r);\n"
14650 "\n"
14651 msgstr ""
14652
14653 #. type: textblock
14654 #: ../src/guestfs-actions.pod:5183 ../fish/guestfish-actions.pod:3478
14655 msgid ""
14656 "This command lets you read part of a file.  It reads C<count> bytes of "
14657 "C<device>, starting at C<offset>."
14658 msgstr ""
14659
14660 #. type: textblock
14661 #: ../src/guestfs-actions.pod:5189
14662 msgid "See also C<guestfs_pread>."
14663 msgstr ""
14664
14665 #. type: textblock
14666 #: ../src/guestfs-actions.pod:5198
14667 msgid "(Added in 1.5.21)"
14668 msgstr ""
14669
14670 #. type: =head2
14671 #: ../src/guestfs-actions.pod:5200
14672 msgid "guestfs_pvcreate"
14673 msgstr ""
14674
14675 #. type: verbatim
14676 #: ../src/guestfs-actions.pod:5202
14677 #, no-wrap
14678 msgid ""
14679 " int\n"
14680 " guestfs_pvcreate (guestfs_h *g,\n"
14681 "                   const char *device);\n"
14682 "\n"
14683 msgstr ""
14684
14685 #. type: textblock
14686 #: ../src/guestfs-actions.pod:5206 ../fish/guestfish-actions.pod:3493
14687 msgid ""
14688 "This creates an LVM physical volume on the named C<device>, where C<device> "
14689 "should usually be a partition name such as C</dev/sda1>."
14690 msgstr ""
14691
14692 #. type: =head2
14693 #: ../src/guestfs-actions.pod:5214
14694 msgid "guestfs_pvremove"
14695 msgstr ""
14696
14697 #. type: verbatim
14698 #: ../src/guestfs-actions.pod:5216
14699 #, no-wrap
14700 msgid ""
14701 " int\n"
14702 " guestfs_pvremove (guestfs_h *g,\n"
14703 "                   const char *device);\n"
14704 "\n"
14705 msgstr ""
14706
14707 #. type: textblock
14708 #: ../src/guestfs-actions.pod:5220 ../fish/guestfish-actions.pod:3501
14709 msgid ""
14710 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14711 "it."
14712 msgstr ""
14713
14714 #. type: textblock
14715 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3504
14716 msgid ""
14717 "The implementation uses the C<pvremove> command which refuses to wipe "
14718 "physical volumes that contain any volume groups, so you have to remove those "
14719 "first."
14720 msgstr ""
14721
14722 #. type: =head2
14723 #: ../src/guestfs-actions.pod:5231
14724 msgid "guestfs_pvresize"
14725 msgstr ""
14726
14727 #. type: verbatim
14728 #: ../src/guestfs-actions.pod:5233
14729 #, no-wrap
14730 msgid ""
14731 " int\n"
14732 " guestfs_pvresize (guestfs_h *g,\n"
14733 "                   const char *device);\n"
14734 "\n"
14735 msgstr ""
14736
14737 #. type: textblock
14738 #: ../src/guestfs-actions.pod:5237 ../fish/guestfish-actions.pod:3512
14739 msgid ""
14740 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14741 "the new size of the underlying device."
14742 msgstr ""
14743
14744 #. type: =head2
14745 #: ../src/guestfs-actions.pod:5244
14746 msgid "guestfs_pvresize_size"
14747 msgstr ""
14748
14749 #. type: verbatim
14750 #: ../src/guestfs-actions.pod:5246
14751 #, no-wrap
14752 msgid ""
14753 " int\n"
14754 " guestfs_pvresize_size (guestfs_h *g,\n"
14755 "                        const char *device,\n"
14756 "                        int64_t size);\n"
14757 "\n"
14758 msgstr ""
14759
14760 #. type: textblock
14761 #: ../src/guestfs-actions.pod:5251
14762 msgid ""
14763 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14764 "specify the new size (in bytes) explicitly."
14765 msgstr ""
14766
14767 #. type: =head2
14768 #: ../src/guestfs-actions.pod:5258
14769 msgid "guestfs_pvs"
14770 msgstr ""
14771
14772 #. type: verbatim
14773 #: ../src/guestfs-actions.pod:5260
14774 #, no-wrap
14775 msgid ""
14776 " char **\n"
14777 " guestfs_pvs (guestfs_h *g);\n"
14778 "\n"
14779 msgstr ""
14780
14781 #. type: textblock
14782 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3526
14783 msgid ""
14784 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
14785 "(8)> command."
14786 msgstr ""
14787
14788 #. type: textblock
14789 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3529
14790 msgid ""
14791 "This returns a list of just the device names that contain PVs (eg. C</dev/"
14792 "sda2>)."
14793 msgstr ""
14794
14795 #. type: textblock
14796 #: ../src/guestfs-actions.pod:5269
14797 msgid "See also C<guestfs_pvs_full>."
14798 msgstr ""
14799
14800 #. type: =head2
14801 #: ../src/guestfs-actions.pod:5277
14802 msgid "guestfs_pvs_full"
14803 msgstr ""
14804
14805 #. type: verbatim
14806 #: ../src/guestfs-actions.pod:5279
14807 #, no-wrap
14808 msgid ""
14809 " struct guestfs_lvm_pv_list *\n"
14810 " guestfs_pvs_full (guestfs_h *g);\n"
14811 "\n"
14812 msgstr ""
14813
14814 #. type: textblock
14815 #: ../src/guestfs-actions.pod:5282 ../fish/guestfish-actions.pod:3538
14816 msgid ""
14817 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
14818 "(8)> command.  The \"full\" version includes all fields."
14819 msgstr ""
14820
14821 #. type: textblock
14822 #: ../src/guestfs-actions.pod:5285
14823 msgid ""
14824 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14825 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
14826 msgstr ""
14827
14828 #. type: =head2
14829 #: ../src/guestfs-actions.pod:5291
14830 msgid "guestfs_pvuuid"
14831 msgstr ""
14832
14833 #. type: verbatim
14834 #: ../src/guestfs-actions.pod:5293
14835 #, no-wrap
14836 msgid ""
14837 " char *\n"
14838 " guestfs_pvuuid (guestfs_h *g,\n"
14839 "                 const char *device);\n"
14840 "\n"
14841 msgstr ""
14842
14843 #. type: textblock
14844 #: ../src/guestfs-actions.pod:5297 ../fish/guestfish-actions.pod:3545
14845 msgid "This command returns the UUID of the LVM PV C<device>."
14846 msgstr ""
14847
14848 #. type: =head2
14849 #: ../src/guestfs-actions.pod:5304
14850 msgid "guestfs_pwrite"
14851 msgstr ""
14852
14853 #. type: verbatim
14854 #: ../src/guestfs-actions.pod:5306
14855 #, no-wrap
14856 msgid ""
14857 " int\n"
14858 " guestfs_pwrite (guestfs_h *g,\n"
14859 "                 const char *path,\n"
14860 "                 const char *content,\n"
14861 "                 size_t content_size,\n"
14862 "                 int64_t offset);\n"
14863 "\n"
14864 msgstr ""
14865
14866 #. type: textblock
14867 #: ../src/guestfs-actions.pod:5313 ../fish/guestfish-actions.pod:3551
14868 msgid ""
14869 "This command writes to part of a file.  It writes the data buffer C<content> "
14870 "to the file C<path> starting at offset C<offset>."
14871 msgstr ""
14872
14873 #. type: textblock
14874 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3554
14875 msgid ""
14876 "This command implements the L<pwrite(2)> system call, and like that system "
14877 "call it may not write the full data requested.  The return value is the "
14878 "number of bytes that were actually written to the file.  This could even be "
14879 "0, although short writes are unlikely for regular files in ordinary "
14880 "circumstances."
14881 msgstr ""
14882
14883 #. type: textblock
14884 #: ../src/guestfs-actions.pod:5322
14885 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14886 msgstr ""
14887
14888 #. type: =head2
14889 #: ../src/guestfs-actions.pod:5331
14890 msgid "guestfs_pwrite_device"
14891 msgstr ""
14892
14893 #. type: verbatim
14894 #: ../src/guestfs-actions.pod:5333
14895 #, no-wrap
14896 msgid ""
14897 " int\n"
14898 " guestfs_pwrite_device (guestfs_h *g,\n"
14899 "                        const char *device,\n"
14900 "                        const char *content,\n"
14901 "                        size_t content_size,\n"
14902 "                        int64_t offset);\n"
14903 "\n"
14904 msgstr ""
14905
14906 #. type: textblock
14907 #: ../src/guestfs-actions.pod:5340 ../fish/guestfish-actions.pod:3569
14908 msgid ""
14909 "This command writes to part of a device.  It writes the data buffer "
14910 "C<content> to C<device> starting at offset C<offset>."
14911 msgstr ""
14912
14913 #. type: textblock
14914 #: ../src/guestfs-actions.pod:5343 ../fish/guestfish-actions.pod:3572
14915 msgid ""
14916 "This command implements the L<pwrite(2)> system call, and like that system "
14917 "call it may not write the full data requested (although short writes to disk "
14918 "devices and partitions are probably impossible with standard Linux kernels)."
14919 msgstr ""
14920
14921 #. type: textblock
14922 #: ../src/guestfs-actions.pod:5348
14923 msgid "See also C<guestfs_pwrite>."
14924 msgstr ""
14925
14926 #. type: textblock
14927 #: ../src/guestfs-actions.pod:5355
14928 msgid "(Added in 1.5.20)"
14929 msgstr ""
14930
14931 #. type: =head2
14932 #: ../src/guestfs-actions.pod:5357
14933 msgid "guestfs_read_file"
14934 msgstr ""
14935
14936 #. type: verbatim
14937 #: ../src/guestfs-actions.pod:5359
14938 #, no-wrap
14939 msgid ""
14940 " char *\n"
14941 " guestfs_read_file (guestfs_h *g,\n"
14942 "                    const char *path,\n"
14943 "                    size_t *size_r);\n"
14944 "\n"
14945 msgstr ""
14946
14947 #. type: textblock
14948 #: ../src/guestfs-actions.pod:5364 ../fish/guestfish-actions.pod:3586
14949 msgid "This calls returns the contents of the file C<path> as a buffer."
14950 msgstr ""
14951
14952 #. type: textblock
14953 #: ../src/guestfs-actions.pod:5367
14954 msgid ""
14955 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14956 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14957 "function is limited in the total size of file that can be handled."
14958 msgstr ""
14959
14960 #. type: textblock
14961 #: ../src/guestfs-actions.pod:5379
14962 msgid "(Added in 1.0.63)"
14963 msgstr ""
14964
14965 #. type: =head2
14966 #: ../src/guestfs-actions.pod:5381
14967 msgid "guestfs_read_lines"
14968 msgstr ""
14969
14970 #. type: verbatim
14971 #: ../src/guestfs-actions.pod:5383
14972 #, no-wrap
14973 msgid ""
14974 " char **\n"
14975 " guestfs_read_lines (guestfs_h *g,\n"
14976 "                     const char *path);\n"
14977 "\n"
14978 msgstr ""
14979
14980 #. type: textblock
14981 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3603
14982 msgid ""
14983 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14984 "C<CRLF> character sequences are I<not> returned."
14985 msgstr ""
14986
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:5392
14989 msgid ""
14990 "Note that this function cannot correctly handle binary files (specifically, "
14991 "files containing C<\\0> character which is treated as end of line).  For "
14992 "those you need to use the C<guestfs_read_file> function which has a more "
14993 "complex interface."
14994 msgstr ""
14995
14996 #. type: =head2
14997 #: ../src/guestfs-actions.pod:5403
14998 msgid "guestfs_readdir"
14999 msgstr ""
15000
15001 #. type: verbatim
15002 #: ../src/guestfs-actions.pod:5405
15003 #, no-wrap
15004 msgid ""
15005 " struct guestfs_dirent_list *\n"
15006 " guestfs_readdir (guestfs_h *g,\n"
15007 "                  const char *dir);\n"
15008 "\n"
15009 msgstr ""
15010
15011 #. type: textblock
15012 #: ../src/guestfs-actions.pod:5409 ../fish/guestfish-actions.pod:3615
15013 msgid "This returns the list of directory entries in directory C<dir>."
15014 msgstr ""
15015
15016 #. type: textblock
15017 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3617
15018 msgid ""
15019 "All entries in the directory are returned, including C<.> and C<..>.  The "
15020 "entries are I<not> sorted, but returned in the same order as the underlying "
15021 "filesystem."
15022 msgstr ""
15023
15024 #. type: textblock
15025 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3621
15026 msgid ""
15027 "Also this call returns basic file type information about each file.  The "
15028 "C<ftyp> field will contain one of the following characters:"
15029 msgstr ""
15030
15031 #. type: =item
15032 #: ../src/guestfs-actions.pod:5420 ../fish/guestfish-actions.pod:3626
15033 msgid "'b'"
15034 msgstr ""
15035
15036 #. type: textblock
15037 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3628
15038 msgid "Block special"
15039 msgstr ""
15040
15041 #. type: =item
15042 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3630
15043 msgid "'c'"
15044 msgstr ""
15045
15046 #. type: textblock
15047 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3632
15048 msgid "Char special"
15049 msgstr ""
15050
15051 #. type: =item
15052 #: ../src/guestfs-actions.pod:5428 ../fish/guestfish-actions.pod:3634
15053 msgid "'d'"
15054 msgstr ""
15055
15056 #. type: textblock
15057 #: ../src/guestfs-actions.pod:5430 ../fish/guestfish-actions.pod:3636
15058 msgid "Directory"
15059 msgstr ""
15060
15061 #. type: =item
15062 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3638
15063 msgid "'f'"
15064 msgstr ""
15065
15066 #. type: textblock
15067 #: ../src/guestfs-actions.pod:5434 ../fish/guestfish-actions.pod:3640
15068 msgid "FIFO (named pipe)"
15069 msgstr ""
15070
15071 #. type: =item
15072 #: ../src/guestfs-actions.pod:5436 ../fish/guestfish-actions.pod:3642
15073 msgid "'l'"
15074 msgstr ""
15075
15076 #. type: textblock
15077 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3644
15078 msgid "Symbolic link"
15079 msgstr ""
15080
15081 #. type: =item
15082 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3646
15083 msgid "'r'"
15084 msgstr ""
15085
15086 #. type: textblock
15087 #: ../src/guestfs-actions.pod:5442 ../fish/guestfish-actions.pod:3648
15088 msgid "Regular file"
15089 msgstr ""
15090
15091 #. type: =item
15092 #: ../src/guestfs-actions.pod:5444 ../fish/guestfish-actions.pod:3650
15093 msgid "'s'"
15094 msgstr ""
15095
15096 #. type: textblock
15097 #: ../src/guestfs-actions.pod:5446 ../fish/guestfish-actions.pod:3652
15098 msgid "Socket"
15099 msgstr ""
15100
15101 #. type: =item
15102 #: ../src/guestfs-actions.pod:5448 ../fish/guestfish-actions.pod:3654
15103 msgid "'u'"
15104 msgstr ""
15105
15106 #. type: textblock
15107 #: ../src/guestfs-actions.pod:5450 ../fish/guestfish-actions.pod:3656
15108 msgid "Unknown file type"
15109 msgstr ""
15110
15111 #. type: =item
15112 #: ../src/guestfs-actions.pod:5452 ../fish/guestfish-actions.pod:3658
15113 msgid "'?'"
15114 msgstr ""
15115
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:5454 ../fish/guestfish-actions.pod:3660
15118 msgid ""
15119 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15120 msgstr ""
15121
15122 #. type: textblock
15123 #: ../src/guestfs-actions.pod:5459
15124 msgid ""
15125 "This function is primarily intended for use by programs.  To get a simple "
15126 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15127 "consumption, use C<guestfs_ll>."
15128 msgstr ""
15129
15130 #. type: textblock
15131 #: ../src/guestfs-actions.pod:5463
15132 msgid ""
15133 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15134 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15135 msgstr ""
15136
15137 #. type: =head2
15138 #: ../src/guestfs-actions.pod:5469
15139 msgid "guestfs_readlink"
15140 msgstr ""
15141
15142 #. type: verbatim
15143 #: ../src/guestfs-actions.pod:5471
15144 #, no-wrap
15145 msgid ""
15146 " char *\n"
15147 " guestfs_readlink (guestfs_h *g,\n"
15148 "                   const char *path);\n"
15149 "\n"
15150 msgstr ""
15151
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:5475 ../fish/guestfish-actions.pod:3673
15154 msgid "This command reads the target of a symbolic link."
15155 msgstr ""
15156
15157 #. type: =head2
15158 #: ../src/guestfs-actions.pod:5482
15159 msgid "guestfs_readlinklist"
15160 msgstr ""
15161
15162 #. type: verbatim
15163 #: ../src/guestfs-actions.pod:5484
15164 #, no-wrap
15165 msgid ""
15166 " char **\n"
15167 " guestfs_readlinklist (guestfs_h *g,\n"
15168 "                       const char *path,\n"
15169 "                       char *const *names);\n"
15170 "\n"
15171 msgstr ""
15172
15173 #. type: textblock
15174 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3679
15175 msgid ""
15176 "This call allows you to do a C<readlink> operation on multiple files, where "
15177 "all files are in the directory C<path>.  C<names> is the list of files from "
15178 "this directory."
15179 msgstr ""
15180
15181 #. type: textblock
15182 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3683
15183 msgid ""
15184 "On return you get a list of strings, with a one-to-one correspondence to the "
15185 "C<names> list.  Each string is the value of the symbolic link."
15186 msgstr ""
15187
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3687
15190 msgid ""
15191 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15192 "result string is the empty string C<\"\">.  However the whole operation is "
15193 "completed even if there were C<readlink(2)> errors, and so you can call this "
15194 "function with names where you don't know if they are symbolic links already "
15195 "(albeit slightly less efficient)."
15196 msgstr ""
15197
15198 #. type: textblock
15199 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3694
15200 msgid ""
15201 "This call is intended for programs that want to efficiently list a directory "
15202 "contents without making many round-trips.  Very long directory listings "
15203 "might cause the protocol message size to be exceeded, causing this call to "
15204 "fail.  The caller must split up such requests into smaller groups of names."
15205 msgstr ""
15206
15207 #. type: =head2
15208 #: ../src/guestfs-actions.pod:5517
15209 msgid "guestfs_realpath"
15210 msgstr ""
15211
15212 #. type: verbatim
15213 #: ../src/guestfs-actions.pod:5519
15214 #, no-wrap
15215 msgid ""
15216 " char *\n"
15217 " guestfs_realpath (guestfs_h *g,\n"
15218 "                   const char *path);\n"
15219 "\n"
15220 msgstr ""
15221
15222 #. type: textblock
15223 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3705
15224 msgid ""
15225 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15226 "has no C<.>, C<..> or symbolic link path elements."
15227 msgstr ""
15228
15229 #. type: =head2
15230 #: ../src/guestfs-actions.pod:5531
15231 msgid "guestfs_removexattr"
15232 msgstr ""
15233
15234 #. type: verbatim
15235 #: ../src/guestfs-actions.pod:5533
15236 #, no-wrap
15237 msgid ""
15238 " int\n"
15239 " guestfs_removexattr (guestfs_h *g,\n"
15240 "                      const char *xattr,\n"
15241 "                      const char *path);\n"
15242 "\n"
15243 msgstr ""
15244
15245 #. type: textblock
15246 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3712
15247 msgid ""
15248 "This call removes the extended attribute named C<xattr> of the file C<path>."
15249 msgstr ""
15250
15251 #. type: textblock
15252 #: ../src/guestfs-actions.pod:5541
15253 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15254 msgstr ""
15255
15256 #. type: =head2
15257 #: ../src/guestfs-actions.pod:5547
15258 msgid "guestfs_resize2fs"
15259 msgstr ""
15260
15261 #. type: verbatim
15262 #: ../src/guestfs-actions.pod:5549
15263 #, no-wrap
15264 msgid ""
15265 " int\n"
15266 " guestfs_resize2fs (guestfs_h *g,\n"
15267 "                    const char *device);\n"
15268 "\n"
15269 msgstr ""
15270
15271 #. type: textblock
15272 #: ../src/guestfs-actions.pod:5553 ../fish/guestfish-actions.pod:3721
15273 msgid ""
15274 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15275 "underlying device."
15276 msgstr ""
15277
15278 #. type: textblock
15279 #: ../src/guestfs-actions.pod:5556
15280 msgid ""
15281 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15282 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15283 "sometimes gives an error about this and sometimes not.  In any case, it is "
15284 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15285 msgstr ""
15286
15287 #. type: =head2
15288 #: ../src/guestfs-actions.pod:5566
15289 msgid "guestfs_resize2fs_M"
15290 msgstr ""
15291
15292 #. type: verbatim
15293 #: ../src/guestfs-actions.pod:5568
15294 #, no-wrap
15295 msgid ""
15296 " int\n"
15297 " guestfs_resize2fs_M (guestfs_h *g,\n"
15298 "                      const char *device);\n"
15299 "\n"
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:5572
15304 msgid ""
15305 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15306 "resized to its minimum size.  This works like the C<-M> option to the "
15307 "C<resize2fs> command."
15308 msgstr ""
15309
15310 #. type: textblock
15311 #: ../src/guestfs-actions.pod:5576
15312 msgid ""
15313 "To get the resulting size of the filesystem you should call "
15314 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15315 "These two numbers, multiplied together, give the resulting size of the "
15316 "minimal filesystem in bytes."
15317 msgstr ""
15318
15319 #. type: =head2
15320 #: ../src/guestfs-actions.pod:5583
15321 msgid "guestfs_resize2fs_size"
15322 msgstr ""
15323
15324 #. type: verbatim
15325 #: ../src/guestfs-actions.pod:5585
15326 #, no-wrap
15327 msgid ""
15328 " int\n"
15329 " guestfs_resize2fs_size (guestfs_h *g,\n"
15330 "                         const char *device,\n"
15331 "                         int64_t size);\n"
15332 "\n"
15333 msgstr ""
15334
15335 #. type: textblock
15336 #: ../src/guestfs-actions.pod:5590
15337 msgid ""
15338 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15339 "to specify the new size (in bytes) explicitly."
15340 msgstr ""
15341
15342 #. type: =head2
15343 #: ../src/guestfs-actions.pod:5597
15344 msgid "guestfs_rm"
15345 msgstr ""
15346
15347 #. type: verbatim
15348 #: ../src/guestfs-actions.pod:5599
15349 #, no-wrap
15350 msgid ""
15351 " int\n"
15352 " guestfs_rm (guestfs_h *g,\n"
15353 "             const char *path);\n"
15354 "\n"
15355 msgstr ""
15356
15357 #. type: textblock
15358 #: ../src/guestfs-actions.pod:5603 ../fish/guestfish-actions.pod:3754
15359 msgid "Remove the single file C<path>."
15360 msgstr ""
15361
15362 #. type: =head2
15363 #: ../src/guestfs-actions.pod:5609
15364 msgid "guestfs_rm_rf"
15365 msgstr ""
15366
15367 #. type: verbatim
15368 #: ../src/guestfs-actions.pod:5611
15369 #, no-wrap
15370 msgid ""
15371 " int\n"
15372 " guestfs_rm_rf (guestfs_h *g,\n"
15373 "                const char *path);\n"
15374 "\n"
15375 msgstr ""
15376
15377 #. type: textblock
15378 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3760
15379 msgid ""
15380 "Remove the file or directory C<path>, recursively removing the contents if "
15381 "its a directory.  This is like the C<rm -rf> shell command."
15382 msgstr ""
15383
15384 #. type: =head2
15385 #: ../src/guestfs-actions.pod:5623
15386 msgid "guestfs_rmdir"
15387 msgstr ""
15388
15389 #. type: verbatim
15390 #: ../src/guestfs-actions.pod:5625
15391 #, no-wrap
15392 msgid ""
15393 " int\n"
15394 " guestfs_rmdir (guestfs_h *g,\n"
15395 "                const char *path);\n"
15396 "\n"
15397 msgstr ""
15398
15399 #. type: textblock
15400 #: ../src/guestfs-actions.pod:5629 ../fish/guestfish-actions.pod:3768
15401 msgid "Remove the single directory C<path>."
15402 msgstr ""
15403
15404 #. type: =head2
15405 #: ../src/guestfs-actions.pod:5635
15406 msgid "guestfs_rmmountpoint"
15407 msgstr ""
15408
15409 #. type: verbatim
15410 #: ../src/guestfs-actions.pod:5637
15411 #, no-wrap
15412 msgid ""
15413 " int\n"
15414 " guestfs_rmmountpoint (guestfs_h *g,\n"
15415 "                       const char *exemptpath);\n"
15416 "\n"
15417 msgstr ""
15418
15419 #. type: textblock
15420 #: ../src/guestfs-actions.pod:5641
15421 msgid ""
15422 "This calls removes a mountpoint that was previously created with "
15423 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15424 msgstr ""
15425
15426 #. type: =head2
15427 #: ../src/guestfs-actions.pod:5649
15428 msgid "guestfs_scrub_device"
15429 msgstr ""
15430
15431 #. type: verbatim
15432 #: ../src/guestfs-actions.pod:5651
15433 #, no-wrap
15434 msgid ""
15435 " int\n"
15436 " guestfs_scrub_device (guestfs_h *g,\n"
15437 "                       const char *device);\n"
15438 "\n"
15439 msgstr ""
15440
15441 #. type: textblock
15442 #: ../src/guestfs-actions.pod:5655 ../fish/guestfish-actions.pod:3782
15443 msgid ""
15444 "This command writes patterns over C<device> to make data retrieval more "
15445 "difficult."
15446 msgstr ""
15447
15448 #. type: textblock
15449 #: ../src/guestfs-actions.pod:5658 ../src/guestfs-actions.pod:5679
15450 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3785
15451 #: ../fish/guestfish-actions.pod:3800 ../fish/guestfish-actions.pod:3813
15452 msgid ""
15453 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15454 "more details."
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:5666 ../src/guestfs-actions.pod:5684
15459 #: ../src/guestfs-actions.pod:5703
15460 msgid "(Added in 1.0.52)"
15461 msgstr ""
15462
15463 #. type: =head2
15464 #: ../src/guestfs-actions.pod:5668
15465 msgid "guestfs_scrub_file"
15466 msgstr ""
15467
15468 #. type: verbatim
15469 #: ../src/guestfs-actions.pod:5670
15470 #, no-wrap
15471 msgid ""
15472 " int\n"
15473 " guestfs_scrub_file (guestfs_h *g,\n"
15474 "                     const char *file);\n"
15475 "\n"
15476 msgstr ""
15477
15478 #. type: textblock
15479 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3795
15480 msgid ""
15481 "This command writes patterns over a file to make data retrieval more "
15482 "difficult."
15483 msgstr ""
15484
15485 #. type: textblock
15486 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3798
15487 msgid "The file is I<removed> after scrubbing."
15488 msgstr ""
15489
15490 #. type: =head2
15491 #: ../src/guestfs-actions.pod:5686
15492 msgid "guestfs_scrub_freespace"
15493 msgstr ""
15494
15495 #. type: verbatim
15496 #: ../src/guestfs-actions.pod:5688
15497 #, no-wrap
15498 msgid ""
15499 " int\n"
15500 " guestfs_scrub_freespace (guestfs_h *g,\n"
15501 "                          const char *dir);\n"
15502 "\n"
15503 msgstr ""
15504
15505 #. type: textblock
15506 #: ../src/guestfs-actions.pod:5692
15507 msgid ""
15508 "This command creates the directory C<dir> and then fills it with files until "
15509 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15510 "and deletes them.  The intention is to scrub any free space on the partition "
15511 "containing C<dir>."
15512 msgstr ""
15513
15514 #. type: =head2
15515 #: ../src/guestfs-actions.pod:5705
15516 msgid "guestfs_set_append"
15517 msgstr ""
15518
15519 #. type: verbatim
15520 #: ../src/guestfs-actions.pod:5707
15521 #, no-wrap
15522 msgid ""
15523 " int\n"
15524 " guestfs_set_append (guestfs_h *g,\n"
15525 "                     const char *append);\n"
15526 "\n"
15527 msgstr ""
15528
15529 #. type: textblock
15530 #: ../src/guestfs-actions.pod:5711 ../fish/guestfish-actions.pod:3822
15531 msgid ""
15532 "This function is used to add additional options to the guest kernel command "
15533 "line."
15534 msgstr ""
15535
15536 #. type: textblock
15537 #: ../src/guestfs-actions.pod:5714 ../fish/guestfish-actions.pod:3825
15538 msgid ""
15539 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15540 "environment variable."
15541 msgstr ""
15542
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5717 ../fish/guestfish-actions.pod:3828
15545 msgid ""
15546 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15547 "(libguestfs always adds a few of its own)."
15548 msgstr ""
15549
15550 #. type: =head2
15551 #: ../src/guestfs-actions.pod:5724
15552 msgid "guestfs_set_attach_method"
15553 msgstr ""
15554
15555 #. type: verbatim
15556 #: ../src/guestfs-actions.pod:5726
15557 #, no-wrap
15558 msgid ""
15559 " int\n"
15560 " guestfs_set_attach_method (guestfs_h *g,\n"
15561 "                            const char *attachmethod);\n"
15562 "\n"
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:5730 ../fish/guestfish-actions.pod:3837
15567 msgid ""
15568 "Set the method that libguestfs uses to connect to the back end guestfsd "
15569 "daemon.  Possible methods are:"
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:5737 ../fish/guestfish-actions.pod:3844
15574 msgid ""
15575 "Launch an appliance and connect to it.  This is the ordinary method and the "
15576 "default."
15577 msgstr ""
15578
15579 #. type: =item
15580 #: ../src/guestfs-actions.pod:5740 ../fish/guestfish-actions.pod:3847
15581 msgid "C<unix:I<path>>"
15582 msgstr ""
15583
15584 #. type: textblock
15585 #: ../src/guestfs-actions.pod:5742 ../fish/guestfish-actions.pod:3849
15586 msgid "Connect to the Unix domain socket I<path>."
15587 msgstr ""
15588
15589 #. type: textblock
15590 #: ../src/guestfs-actions.pod:5744 ../fish/guestfish-actions.pod:3851
15591 msgid ""
15592 "This method lets you connect to an existing daemon or (using virtio-serial) "
15593 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15594 "RUNNING DAEMONS>."
15595 msgstr ""
15596
15597 #. type: =head2
15598 #: ../src/guestfs-actions.pod:5752
15599 msgid "guestfs_set_autosync"
15600 msgstr ""
15601
15602 #. type: verbatim
15603 #: ../src/guestfs-actions.pod:5754
15604 #, no-wrap
15605 msgid ""
15606 " int\n"
15607 " guestfs_set_autosync (guestfs_h *g,\n"
15608 "                       int autosync);\n"
15609 "\n"
15610 msgstr ""
15611
15612 #. type: textblock
15613 #: ../src/guestfs-actions.pod:5758 ../fish/guestfish-actions.pod:3863
15614 msgid ""
15615 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15616 "effort attempt to make filesystems consistent and synchronized when the "
15617 "handle is closed (also if the program exits without closing handles)."
15618 msgstr ""
15619
15620 #. type: textblock
15621 #: ../src/guestfs-actions.pod:5763 ../fish/guestfish-actions.pod:3868
15622 msgid ""
15623 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15624 "disabled by default)."
15625 msgstr ""
15626
15627 #. type: =head2
15628 #: ../src/guestfs-actions.pod:5770
15629 msgid "guestfs_set_direct"
15630 msgstr ""
15631
15632 #. type: verbatim
15633 #: ../src/guestfs-actions.pod:5772
15634 #, no-wrap
15635 msgid ""
15636 " int\n"
15637 " guestfs_set_direct (guestfs_h *g,\n"
15638 "                     int direct);\n"
15639 "\n"
15640 msgstr ""
15641
15642 #. type: textblock
15643 #: ../src/guestfs-actions.pod:5776 ../fish/guestfish-actions.pod:3877
15644 msgid ""
15645 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15646 "passed directly through to the appliance once it is launched."
15647 msgstr ""
15648
15649 #. type: textblock
15650 #: ../src/guestfs-actions.pod:5780
15651 msgid ""
15652 "One consequence of this is that log messages aren't caught by the library "
15653 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15654 "stdout."
15655 msgstr ""
15656
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3885
15659 msgid "You probably don't want to use this unless you know what you are doing."
15660 msgstr ""
15661
15662 #. type: textblock
15663 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3888
15664 msgid "The default is disabled."
15665 msgstr ""
15666
15667 #. type: =head2
15668 #: ../src/guestfs-actions.pod:5793
15669 msgid "guestfs_set_e2label"
15670 msgstr ""
15671
15672 #. type: verbatim
15673 #: ../src/guestfs-actions.pod:5795
15674 #, no-wrap
15675 msgid ""
15676 " int\n"
15677 " guestfs_set_e2label (guestfs_h *g,\n"
15678 "                      const char *device,\n"
15679 "                      const char *label);\n"
15680 "\n"
15681 msgstr ""
15682
15683 #. type: textblock
15684 #: ../src/guestfs-actions.pod:5800 ../fish/guestfish-actions.pod:3894
15685 msgid ""
15686 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15687 "C<label>.  Filesystem labels are limited to 16 characters."
15688 msgstr ""
15689
15690 #. type: textblock
15691 #: ../src/guestfs-actions.pod:5804
15692 msgid ""
15693 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15694 "the existing label on a filesystem."
15695 msgstr ""
15696
15697 #. type: =head2
15698 #: ../src/guestfs-actions.pod:5811
15699 msgid "guestfs_set_e2uuid"
15700 msgstr ""
15701
15702 #. type: verbatim
15703 #: ../src/guestfs-actions.pod:5813
15704 #, no-wrap
15705 msgid ""
15706 " int\n"
15707 " guestfs_set_e2uuid (guestfs_h *g,\n"
15708 "                     const char *device,\n"
15709 "                     const char *uuid);\n"
15710 "\n"
15711 msgstr ""
15712
15713 #. type: textblock
15714 #: ../src/guestfs-actions.pod:5818 ../fish/guestfish-actions.pod:3905
15715 msgid ""
15716 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15717 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15718 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15719 msgstr ""
15720
15721 #. type: textblock
15722 #: ../src/guestfs-actions.pod:5823
15723 msgid ""
15724 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15725 "the existing UUID of a filesystem."
15726 msgstr ""
15727
15728 #. type: =head2
15729 #: ../src/guestfs-actions.pod:5830
15730 msgid "guestfs_set_memsize"
15731 msgstr ""
15732
15733 #. type: verbatim
15734 #: ../src/guestfs-actions.pod:5832
15735 #, no-wrap
15736 msgid ""
15737 " int\n"
15738 " guestfs_set_memsize (guestfs_h *g,\n"
15739 "                      int memsize);\n"
15740 "\n"
15741 msgstr ""
15742
15743 #. type: textblock
15744 #: ../src/guestfs-actions.pod:5836
15745 msgid ""
15746 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15747 "This only has any effect if called before C<guestfs_launch>."
15748 msgstr ""
15749
15750 #. type: textblock
15751 #: ../src/guestfs-actions.pod:5840 ../fish/guestfish-actions.pod:3923
15752 msgid ""
15753 "You can also change this by setting the environment variable "
15754 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15755 msgstr ""
15756
15757 #. type: =head2
15758 #: ../src/guestfs-actions.pod:5851
15759 msgid "guestfs_set_network"
15760 msgstr ""
15761
15762 #. type: verbatim
15763 #: ../src/guestfs-actions.pod:5853
15764 #, no-wrap
15765 msgid ""
15766 " int\n"
15767 " guestfs_set_network (guestfs_h *g,\n"
15768 "                      int network);\n"
15769 "\n"
15770 msgstr ""
15771
15772 #. type: textblock
15773 #: ../src/guestfs-actions.pod:5857 ../fish/guestfish-actions.pod:3936
15774 msgid ""
15775 "If C<network> is true, then the network is enabled in the libguestfs "
15776 "appliance.  The default is false."
15777 msgstr ""
15778
15779 #. type: textblock
15780 #: ../src/guestfs-actions.pod:5860 ../fish/guestfish-actions.pod:3939
15781 msgid ""
15782 "This affects whether commands are able to access the network (see L<guestfs"
15783 "(3)/RUNNING COMMANDS>)."
15784 msgstr ""
15785
15786 #. type: textblock
15787 #: ../src/guestfs-actions.pod:5863
15788 msgid ""
15789 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15790 "effect."
15791 msgstr ""
15792
15793 #. type: =head2
15794 #: ../src/guestfs-actions.pod:5870
15795 msgid "guestfs_set_path"
15796 msgstr ""
15797
15798 #. type: verbatim
15799 #: ../src/guestfs-actions.pod:5872
15800 #, no-wrap
15801 msgid ""
15802 " int\n"
15803 " guestfs_set_path (guestfs_h *g,\n"
15804 "                   const char *searchpath);\n"
15805 "\n"
15806 msgstr ""
15807
15808 #. type: textblock
15809 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3951
15810 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15811 msgstr ""
15812
15813 #. type: textblock
15814 #: ../src/guestfs-actions.pod:5878 ../fish/guestfish-actions.pod:3953
15815 msgid ""
15816 "The default is C<$libdir/guestfs> unless overridden by setting "
15817 "C<LIBGUESTFS_PATH> environment variable."
15818 msgstr ""
15819
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:5881 ../fish/guestfish-actions.pod:3956
15822 msgid "Setting C<path> to C<NULL> restores the default path."
15823 msgstr ""
15824
15825 #. type: =head2
15826 #: ../src/guestfs-actions.pod:5887
15827 msgid "guestfs_set_qemu"
15828 msgstr ""
15829
15830 #. type: verbatim
15831 #: ../src/guestfs-actions.pod:5889
15832 #, no-wrap
15833 msgid ""
15834 " int\n"
15835 " guestfs_set_qemu (guestfs_h *g,\n"
15836 "                   const char *qemu);\n"
15837 "\n"
15838 msgstr ""
15839
15840 #. type: textblock
15841 #: ../src/guestfs-actions.pod:5893 ../fish/guestfish-actions.pod:3964
15842 msgid "Set the qemu binary that we will use."
15843 msgstr ""
15844
15845 #. type: textblock
15846 #: ../src/guestfs-actions.pod:5895 ../fish/guestfish-actions.pod:3966
15847 msgid ""
15848 "The default is chosen when the library was compiled by the configure script."
15849 msgstr ""
15850
15851 #. type: textblock
15852 #: ../src/guestfs-actions.pod:5898 ../fish/guestfish-actions.pod:3969
15853 msgid ""
15854 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15855 "variable."
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../src/guestfs-actions.pod:5901 ../fish/guestfish-actions.pod:3972
15860 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15861 msgstr ""
15862
15863 #. type: textblock
15864 #: ../src/guestfs-actions.pod:5903 ../fish/guestfish-actions.pod:3974
15865 msgid ""
15866 "Note that you should call this function as early as possible after creating "
15867 "the handle.  This is because some pre-launch operations depend on testing "
15868 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15869 "don't retest features, and so you might see inconsistent results.  Using the "
15870 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15871 "the qemu binary at the same time as the handle is created."
15872 msgstr ""
15873
15874 #. type: =head2
15875 #: ../src/guestfs-actions.pod:5915
15876 msgid "guestfs_set_recovery_proc"
15877 msgstr ""
15878
15879 #. type: verbatim
15880 #: ../src/guestfs-actions.pod:5917
15881 #, no-wrap
15882 msgid ""
15883 " int\n"
15884 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15885 "                            int recoveryproc);\n"
15886 "\n"
15887 msgstr ""
15888
15889 #. type: textblock
15890 #: ../src/guestfs-actions.pod:5921
15891 msgid ""
15892 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15893 "not create a recovery process.  The purpose of the recovery process is to "
15894 "stop runaway qemu processes in the case where the main program aborts "
15895 "abruptly."
15896 msgstr ""
15897
15898 #. type: textblock
15899 #: ../src/guestfs-actions.pod:5926
15900 msgid ""
15901 "This only has any effect if called before C<guestfs_launch>, and the default "
15902 "is true."
15903 msgstr ""
15904
15905 #. type: textblock
15906 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3996
15907 msgid ""
15908 "About the only time when you would want to disable this is if the main "
15909 "process will fork itself into the background (\"daemonize\" itself).  In "
15910 "this case the recovery process thinks that the main program has disappeared "
15911 "and so kills qemu, which is not very helpful."
15912 msgstr ""
15913
15914 #. type: =head2
15915 #: ../src/guestfs-actions.pod:5939
15916 msgid "guestfs_set_selinux"
15917 msgstr ""
15918
15919 #. type: verbatim
15920 #: ../src/guestfs-actions.pod:5941
15921 #, no-wrap
15922 msgid ""
15923 " int\n"
15924 " guestfs_set_selinux (guestfs_h *g,\n"
15925 "                      int selinux);\n"
15926 "\n"
15927 msgstr ""
15928
15929 #. type: textblock
15930 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:4008
15931 msgid ""
15932 "This sets the selinux flag that is passed to the appliance at boot time.  "
15933 "The default is C<selinux=0> (disabled)."
15934 msgstr ""
15935
15936 #. type: textblock
15937 #: ../src/guestfs-actions.pod:5948 ../fish/guestfish-actions.pod:4011
15938 msgid ""
15939 "Note that if SELinux is enabled, it is always in Permissive mode "
15940 "(C<enforcing=0>)."
15941 msgstr ""
15942
15943 #. type: =head2
15944 #: ../src/guestfs-actions.pod:5958
15945 msgid "guestfs_set_trace"
15946 msgstr ""
15947
15948 #. type: verbatim
15949 #: ../src/guestfs-actions.pod:5960
15950 #, no-wrap
15951 msgid ""
15952 " int\n"
15953 " guestfs_set_trace (guestfs_h *g,\n"
15954 "                    int trace);\n"
15955 "\n"
15956 msgstr ""
15957
15958 #. type: textblock
15959 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4023
15960 msgid ""
15961 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15962 "return values are traced."
15963 msgstr ""
15964
15965 #. type: textblock
15966 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:4026
15967 msgid ""
15968 "If you want to trace C API calls into libguestfs (and other libraries) then "
15969 "possibly a better way is to use the external ltrace(1) command."
15970 msgstr ""
15971
15972 #. type: textblock
15973 #: ../src/guestfs-actions.pod:5971 ../fish/guestfish-actions.pod:4030
15974 msgid ""
15975 "Command traces are disabled unless the environment variable "
15976 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15977 msgstr ""
15978
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5974
15981 msgid ""
15982 "Trace messages are normally sent to C<stderr>, unless you register a "
15983 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15984 msgstr ""
15985
15986 #. type: =head2
15987 #: ../src/guestfs-actions.pod:5982
15988 msgid "guestfs_set_verbose"
15989 msgstr ""
15990
15991 #. type: verbatim
15992 #: ../src/guestfs-actions.pod:5984
15993 #, no-wrap
15994 msgid ""
15995 " int\n"
15996 " guestfs_set_verbose (guestfs_h *g,\n"
15997 "                      int verbose);\n"
15998 "\n"
15999 msgstr ""
16000
16001 #. type: textblock
16002 #: ../src/guestfs-actions.pod:5988 ../fish/guestfish-actions.pod:4043
16003 msgid "If C<verbose> is true, this turns on verbose messages."
16004 msgstr ""
16005
16006 #. type: textblock
16007 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4045
16008 msgid ""
16009 "Verbose messages are disabled unless the environment variable "
16010 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16011 msgstr ""
16012
16013 #. type: textblock
16014 #: ../src/guestfs-actions.pod:5993
16015 msgid ""
16016 "Verbose messages are normally sent to C<stderr>, unless you register a "
16017 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16018 msgstr ""
16019
16020 #. type: =head2
16021 #: ../src/guestfs-actions.pod:6001
16022 msgid "guestfs_setcon"
16023 msgstr ""
16024
16025 #. type: verbatim
16026 #: ../src/guestfs-actions.pod:6003
16027 #, no-wrap
16028 msgid ""
16029 " int\n"
16030 " guestfs_setcon (guestfs_h *g,\n"
16031 "                 const char *context);\n"
16032 "\n"
16033 msgstr ""
16034
16035 #. type: textblock
16036 #: ../src/guestfs-actions.pod:6007 ../fish/guestfish-actions.pod:4056
16037 msgid ""
16038 "This sets the SELinux security context of the daemon to the string "
16039 "C<context>."
16040 msgstr ""
16041
16042 #. type: textblock
16043 #: ../src/guestfs-actions.pod:6010 ../fish/guestfish-actions.pod:4059
16044 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16045 msgstr ""
16046
16047 #. type: =head2
16048 #: ../src/guestfs-actions.pod:6016
16049 msgid "guestfs_setxattr"
16050 msgstr ""
16051
16052 #. type: verbatim
16053 #: ../src/guestfs-actions.pod:6018
16054 #, no-wrap
16055 msgid ""
16056 " int\n"
16057 " guestfs_setxattr (guestfs_h *g,\n"
16058 "                   const char *xattr,\n"
16059 "                   const char *val,\n"
16060 "                   int vallen,\n"
16061 "                   const char *path);\n"
16062 "\n"
16063 msgstr ""
16064
16065 #. type: textblock
16066 #: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4065
16067 msgid ""
16068 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16069 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16070 msgstr ""
16071
16072 #. type: textblock
16073 #: ../src/guestfs-actions.pod:6029
16074 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16075 msgstr ""
16076
16077 #. type: =head2
16078 #: ../src/guestfs-actions.pod:6035
16079 msgid "guestfs_sfdisk"
16080 msgstr ""
16081
16082 #. type: verbatim
16083 #: ../src/guestfs-actions.pod:6037
16084 #, no-wrap
16085 msgid ""
16086 " int\n"
16087 " guestfs_sfdisk (guestfs_h *g,\n"
16088 "                 const char *device,\n"
16089 "                 int cyls,\n"
16090 "                 int heads,\n"
16091 "                 int sectors,\n"
16092 "                 char *const *lines);\n"
16093 "\n"
16094 msgstr ""
16095
16096 #. type: textblock
16097 #: ../src/guestfs-actions.pod:6045 ../fish/guestfish-actions.pod:4075
16098 msgid ""
16099 "This is a direct interface to the L<sfdisk(8)> program for creating "
16100 "partitions on block devices."
16101 msgstr ""
16102
16103 #. type: textblock
16104 #: ../src/guestfs-actions.pod:6048 ../fish/guestfish-actions.pod:4078
16105 msgid "C<device> should be a block device, for example C</dev/sda>."
16106 msgstr ""
16107
16108 #. type: textblock
16109 #: ../src/guestfs-actions.pod:6050 ../fish/guestfish-actions.pod:4080
16110 msgid ""
16111 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16112 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16113 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16114 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16115 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16116 "the kernel) cannot work out the right geometry and you will need to tell it."
16117 msgstr ""
16118
16119 #. type: textblock
16120 #: ../src/guestfs-actions.pod:6058 ../fish/guestfish-actions.pod:4088
16121 msgid ""
16122 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16123 "refer to the L<sfdisk(8)> manpage."
16124 msgstr ""
16125
16126 #. type: textblock
16127 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4091
16128 msgid ""
16129 "To create a single partition occupying the whole disk, you would pass "
16130 "C<lines> as a single element list, when the single element being the string "
16131 "C<,> (comma)."
16132 msgstr ""
16133
16134 #. type: textblock
16135 #: ../src/guestfs-actions.pod:6065
16136 msgid ""
16137 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16138 msgstr ""
16139
16140 #. type: =head2
16141 #: ../src/guestfs-actions.pod:6075
16142 msgid "guestfs_sfdiskM"
16143 msgstr ""
16144
16145 #. type: verbatim
16146 #: ../src/guestfs-actions.pod:6077
16147 #, no-wrap
16148 msgid ""
16149 " int\n"
16150 " guestfs_sfdiskM (guestfs_h *g,\n"
16151 "                  const char *device,\n"
16152 "                  char *const *lines);\n"
16153 "\n"
16154 msgstr ""
16155
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:6082
16158 msgid ""
16159 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16160 "partition sizes are specified in megabytes only (rounded to the nearest "
16161 "cylinder) and you don't need to specify the cyls, heads and sectors "
16162 "parameters which were rarely if ever used anyway."
16163 msgstr ""
16164
16165 #. type: textblock
16166 #: ../src/guestfs-actions.pod:6088
16167 msgid ""
16168 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16169 "C<guestfs_part_disk>"
16170 msgstr ""
16171
16172 #. type: =head2
16173 #: ../src/guestfs-actions.pod:6098
16174 msgid "guestfs_sfdisk_N"
16175 msgstr ""
16176
16177 #. type: verbatim
16178 #: ../src/guestfs-actions.pod:6100
16179 #, no-wrap
16180 msgid ""
16181 " int\n"
16182 " guestfs_sfdisk_N (guestfs_h *g,\n"
16183 "                   const char *device,\n"
16184 "                   int partnum,\n"
16185 "                   int cyls,\n"
16186 "                   int heads,\n"
16187 "                   int sectors,\n"
16188 "                   const char *line);\n"
16189 "\n"
16190 msgstr ""
16191
16192 #. type: textblock
16193 #: ../src/guestfs-actions.pod:6109 ../fish/guestfish-actions.pod:4121
16194 msgid ""
16195 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16196 "(note: C<n> counts from 1)."
16197 msgstr ""
16198
16199 #. type: textblock
16200 #: ../src/guestfs-actions.pod:6112
16201 msgid ""
16202 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16203 "for the cyls/heads/sectors parameters."
16204 msgstr ""
16205
16206 #. type: textblock
16207 #: ../src/guestfs-actions.pod:6115
16208 msgid "See also: C<guestfs_part_add>"
16209 msgstr ""
16210
16211 #. type: =head2
16212 #: ../src/guestfs-actions.pod:6124
16213 msgid "guestfs_sfdisk_disk_geometry"
16214 msgstr ""
16215
16216 #. type: verbatim
16217 #: ../src/guestfs-actions.pod:6126
16218 #, no-wrap
16219 msgid ""
16220 " char *\n"
16221 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16222 "                               const char *device);\n"
16223 "\n"
16224 msgstr ""
16225
16226 #. type: textblock
16227 #: ../src/guestfs-actions.pod:6130
16228 msgid ""
16229 "This displays the disk geometry of C<device> read from the partition table.  "
16230 "Especially in the case where the underlying block device has been resized, "
16231 "this can be different from the kernel's idea of the geometry (see "
16232 "C<guestfs_sfdisk_kernel_geometry>)."
16233 msgstr ""
16234
16235 #. type: textblock
16236 #: ../src/guestfs-actions.pod:6135 ../src/guestfs-actions.pod:6151
16237 #: ../fish/guestfish-actions.pod:4141 ../fish/guestfish-actions.pod:4150
16238 msgid "The result is in human-readable format, and not designed to be parsed."
16239 msgstr ""
16240
16241 #. type: =head2
16242 #: ../src/guestfs-actions.pod:6143
16243 msgid "guestfs_sfdisk_kernel_geometry"
16244 msgstr ""
16245
16246 #. type: verbatim
16247 #: ../src/guestfs-actions.pod:6145
16248 #, no-wrap
16249 msgid ""
16250 " char *\n"
16251 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16252 "                                 const char *device);\n"
16253 "\n"
16254 msgstr ""
16255
16256 #. type: textblock
16257 #: ../src/guestfs-actions.pod:6149 ../fish/guestfish-actions.pod:4148
16258 msgid "This displays the kernel's idea of the geometry of C<device>."
16259 msgstr ""
16260
16261 #. type: =head2
16262 #: ../src/guestfs-actions.pod:6159
16263 msgid "guestfs_sfdisk_l"
16264 msgstr ""
16265
16266 #. type: verbatim
16267 #: ../src/guestfs-actions.pod:6161
16268 #, no-wrap
16269 msgid ""
16270 " char *\n"
16271 " guestfs_sfdisk_l (guestfs_h *g,\n"
16272 "                   const char *device);\n"
16273 "\n"
16274 msgstr ""
16275
16276 #. type: textblock
16277 #: ../src/guestfs-actions.pod:6165 ../fish/guestfish-actions.pod:4157
16278 msgid ""
16279 "This displays the partition table on C<device>, in the human-readable output "
16280 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16281 msgstr ""
16282
16283 #. type: textblock
16284 #: ../src/guestfs-actions.pod:6169
16285 msgid "See also: C<guestfs_part_list>"
16286 msgstr ""
16287
16288 #. type: =head2
16289 #: ../src/guestfs-actions.pod:6176
16290 msgid "guestfs_sh"
16291 msgstr ""
16292
16293 #. type: verbatim
16294 #: ../src/guestfs-actions.pod:6178
16295 #, no-wrap
16296 msgid ""
16297 " char *\n"
16298 " guestfs_sh (guestfs_h *g,\n"
16299 "             const char *command);\n"
16300 "\n"
16301 msgstr ""
16302
16303 #. type: textblock
16304 #: ../src/guestfs-actions.pod:6182 ../fish/guestfish-actions.pod:4167
16305 msgid ""
16306 "This call runs a command from the guest filesystem via the guest's C</bin/"
16307 "sh>."
16308 msgstr ""
16309
16310 #. type: textblock
16311 #: ../src/guestfs-actions.pod:6185
16312 msgid "This is like C<guestfs_command>, but passes the command to:"
16313 msgstr ""
16314
16315 #. type: verbatim
16316 #: ../src/guestfs-actions.pod:6187 ../fish/guestfish-actions.pod:4172
16317 #, no-wrap
16318 msgid ""
16319 " /bin/sh -c \"command\"\n"
16320 "\n"
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6189 ../fish/guestfish-actions.pod:4174
16325 msgid ""
16326 "Depending on the guest's shell, this usually results in wildcards being "
16327 "expanded, shell expressions being interpolated and so on."
16328 msgstr ""
16329
16330 #. type: textblock
16331 #: ../src/guestfs-actions.pod:6193
16332 msgid "All the provisos about C<guestfs_command> apply to this call."
16333 msgstr ""
16334
16335 #. type: =head2
16336 #: ../src/guestfs-actions.pod:6200
16337 msgid "guestfs_sh_lines"
16338 msgstr ""
16339
16340 #. type: verbatim
16341 #: ../src/guestfs-actions.pod:6202
16342 #, no-wrap
16343 msgid ""
16344 " char **\n"
16345 " guestfs_sh_lines (guestfs_h *g,\n"
16346 "                   const char *command);\n"
16347 "\n"
16348 msgstr ""
16349
16350 #. type: textblock
16351 #: ../src/guestfs-actions.pod:6206
16352 msgid ""
16353 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16354 "lines."
16355 msgstr ""
16356
16357 #. type: textblock
16358 #: ../src/guestfs-actions.pod:6209
16359 msgid "See also: C<guestfs_command_lines>"
16360 msgstr ""
16361
16362 #. type: =head2
16363 #: ../src/guestfs-actions.pod:6217
16364 msgid "guestfs_sleep"
16365 msgstr ""
16366
16367 #. type: verbatim
16368 #: ../src/guestfs-actions.pod:6219
16369 #, no-wrap
16370 msgid ""
16371 " int\n"
16372 " guestfs_sleep (guestfs_h *g,\n"
16373 "                int secs);\n"
16374 "\n"
16375 msgstr ""
16376
16377 #. type: textblock
16378 #: ../src/guestfs-actions.pod:6223 ../fish/guestfish-actions.pod:4193
16379 msgid "Sleep for C<secs> seconds."
16380 msgstr ""
16381
16382 #. type: textblock
16383 #: ../src/guestfs-actions.pod:6227
16384 msgid "(Added in 1.0.41)"
16385 msgstr ""
16386
16387 #. type: =head2
16388 #: ../src/guestfs-actions.pod:6229 ../src/guestfs-structs.pod:109
16389 msgid "guestfs_stat"
16390 msgstr ""
16391
16392 #. type: verbatim
16393 #: ../src/guestfs-actions.pod:6231
16394 #, no-wrap
16395 msgid ""
16396 " struct guestfs_stat *\n"
16397 " guestfs_stat (guestfs_h *g,\n"
16398 "               const char *path);\n"
16399 "\n"
16400 msgstr ""
16401
16402 #. type: textblock
16403 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4201
16404 msgid "This is the same as the C<stat(2)> system call."
16405 msgstr ""
16406
16407 #. type: =head2
16408 #: ../src/guestfs-actions.pod:6245 ../src/guestfs-structs.pod:135
16409 msgid "guestfs_statvfs"
16410 msgstr ""
16411
16412 #. type: verbatim
16413 #: ../src/guestfs-actions.pod:6247
16414 #, no-wrap
16415 msgid ""
16416 " struct guestfs_statvfs *\n"
16417 " guestfs_statvfs (guestfs_h *g,\n"
16418 "                  const char *path);\n"
16419 "\n"
16420 msgstr ""
16421
16422 #. type: textblock
16423 #: ../src/guestfs-actions.pod:6251 ../fish/guestfish-actions.pod:4207
16424 msgid ""
16425 "Returns file system statistics for any mounted file system.  C<path> should "
16426 "be a file or directory in the mounted file system (typically it is the mount "
16427 "point itself, but it doesn't need to be)."
16428 msgstr ""
16429
16430 #. type: textblock
16431 #: ../src/guestfs-actions.pod:6255 ../fish/guestfish-actions.pod:4211
16432 msgid "This is the same as the C<statvfs(2)> system call."
16433 msgstr ""
16434
16435 #. type: textblock
16436 #: ../src/guestfs-actions.pod:6257
16437 msgid ""
16438 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16439 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16440 msgstr ""
16441
16442 #. type: =head2
16443 #: ../src/guestfs-actions.pod:6263
16444 msgid "guestfs_strings"
16445 msgstr ""
16446
16447 #. type: verbatim
16448 #: ../src/guestfs-actions.pod:6265
16449 #, no-wrap
16450 msgid ""
16451 " char **\n"
16452 " guestfs_strings (guestfs_h *g,\n"
16453 "                  const char *path);\n"
16454 "\n"
16455 msgstr ""
16456
16457 #. type: textblock
16458 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4217
16459 msgid ""
16460 "This runs the L<strings(1)> command on a file and returns the list of "
16461 "printable strings found."
16462 msgstr ""
16463
16464 #. type: =head2
16465 #: ../src/guestfs-actions.pod:6281
16466 msgid "guestfs_strings_e"
16467 msgstr ""
16468
16469 #. type: verbatim
16470 #: ../src/guestfs-actions.pod:6283
16471 #, no-wrap
16472 msgid ""
16473 " char **\n"
16474 " guestfs_strings_e (guestfs_h *g,\n"
16475 "                    const char *encoding,\n"
16476 "                    const char *path);\n"
16477 "\n"
16478 msgstr ""
16479
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:6288
16482 msgid ""
16483 "This is like the C<guestfs_strings> command, but allows you to specify the "
16484 "encoding of strings that are looked for in the source file C<path>."
16485 msgstr ""
16486
16487 #. type: textblock
16488 #: ../src/guestfs-actions.pod:6292 ../fish/guestfish-actions.pod:4231
16489 msgid "Allowed encodings are:"
16490 msgstr ""
16491
16492 #. type: =item
16493 #: ../src/guestfs-actions.pod:6296 ../fish/guestfish-actions.pod:4235
16494 msgid "s"
16495 msgstr ""
16496
16497 #. type: textblock
16498 #: ../src/guestfs-actions.pod:6298
16499 msgid ""
16500 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16501 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16502 msgstr ""
16503
16504 #. type: =item
16505 #: ../src/guestfs-actions.pod:6301 ../fish/guestfish-actions.pod:4240
16506 msgid "S"
16507 msgstr ""
16508
16509 #. type: textblock
16510 #: ../src/guestfs-actions.pod:6303 ../fish/guestfish-actions.pod:4242
16511 msgid "Single 8-bit-byte characters."
16512 msgstr ""
16513
16514 #. type: =item
16515 #: ../src/guestfs-actions.pod:6305 ../fish/guestfish-actions.pod:4244
16516 msgid "b"
16517 msgstr ""
16518
16519 #. type: textblock
16520 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4246
16521 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16522 msgstr ""
16523
16524 #. type: =item
16525 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4249
16526 msgid "l (lower case letter L)"
16527 msgstr ""
16528
16529 #. type: textblock
16530 #: ../src/guestfs-actions.pod:6312 ../fish/guestfish-actions.pod:4251
16531 msgid ""
16532 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16533 "examining binaries in Windows guests."
16534 msgstr ""
16535
16536 #. type: =item
16537 #: ../src/guestfs-actions.pod:6315 ../fish/guestfish-actions.pod:4254
16538 msgid "B"
16539 msgstr ""
16540
16541 #. type: textblock
16542 #: ../src/guestfs-actions.pod:6317 ../fish/guestfish-actions.pod:4256
16543 msgid "32-bit big endian such as UCS-4BE."
16544 msgstr ""
16545
16546 #. type: =item
16547 #: ../src/guestfs-actions.pod:6319 ../fish/guestfish-actions.pod:4258
16548 msgid "L"
16549 msgstr ""
16550
16551 #. type: textblock
16552 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4260
16553 msgid "32-bit little endian such as UCS-4LE."
16554 msgstr ""
16555
16556 #. type: textblock
16557 #: ../src/guestfs-actions.pod:6325 ../fish/guestfish-actions.pod:4264
16558 msgid "The returned strings are transcoded to UTF-8."
16559 msgstr ""
16560
16561 #. type: =head2
16562 #: ../src/guestfs-actions.pod:6336
16563 msgid "guestfs_swapoff_device"
16564 msgstr ""
16565
16566 #. type: verbatim
16567 #: ../src/guestfs-actions.pod:6338
16568 #, no-wrap
16569 msgid ""
16570 " int\n"
16571 " guestfs_swapoff_device (guestfs_h *g,\n"
16572 "                         const char *device);\n"
16573 "\n"
16574 msgstr ""
16575
16576 #. type: textblock
16577 #: ../src/guestfs-actions.pod:6342
16578 msgid ""
16579 "This command disables the libguestfs appliance swap device or partition "
16580 "named C<device>.  See C<guestfs_swapon_device>."
16581 msgstr ""
16582
16583 #. type: =head2
16584 #: ../src/guestfs-actions.pod:6350
16585 msgid "guestfs_swapoff_file"
16586 msgstr ""
16587
16588 #. type: verbatim
16589 #: ../src/guestfs-actions.pod:6352
16590 #, no-wrap
16591 msgid ""
16592 " int\n"
16593 " guestfs_swapoff_file (guestfs_h *g,\n"
16594 "                       const char *file);\n"
16595 "\n"
16596 msgstr ""
16597
16598 #. type: textblock
16599 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4281
16600 msgid "This command disables the libguestfs appliance swap on file."
16601 msgstr ""
16602
16603 #. type: =head2
16604 #: ../src/guestfs-actions.pod:6362
16605 msgid "guestfs_swapoff_label"
16606 msgstr ""
16607
16608 #. type: verbatim
16609 #: ../src/guestfs-actions.pod:6364
16610 #, no-wrap
16611 msgid ""
16612 " int\n"
16613 " guestfs_swapoff_label (guestfs_h *g,\n"
16614 "                        const char *label);\n"
16615 "\n"
16616 msgstr ""
16617
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:6368 ../fish/guestfish-actions.pod:4287
16620 msgid ""
16621 "This command disables the libguestfs appliance swap on labeled swap "
16622 "partition."
16623 msgstr ""
16624
16625 #. type: =head2
16626 #: ../src/guestfs-actions.pod:6375
16627 msgid "guestfs_swapoff_uuid"
16628 msgstr ""
16629
16630 #. type: verbatim
16631 #: ../src/guestfs-actions.pod:6377
16632 #, no-wrap
16633 msgid ""
16634 " int\n"
16635 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16636 "                       const char *uuid);\n"
16637 "\n"
16638 msgstr ""
16639
16640 #. type: textblock
16641 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4294
16642 msgid ""
16643 "This command disables the libguestfs appliance swap partition with the given "
16644 "UUID."
16645 msgstr ""
16646
16647 #. type: =head2
16648 #: ../src/guestfs-actions.pod:6388
16649 msgid "guestfs_swapon_device"
16650 msgstr ""
16651
16652 #. type: verbatim
16653 #: ../src/guestfs-actions.pod:6390
16654 #, no-wrap
16655 msgid ""
16656 " int\n"
16657 " guestfs_swapon_device (guestfs_h *g,\n"
16658 "                        const char *device);\n"
16659 "\n"
16660 msgstr ""
16661
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:6394
16664 msgid ""
16665 "This command enables the libguestfs appliance to use the swap device or "
16666 "partition named C<device>.  The increased memory is made available for all "
16667 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16668 msgstr ""
16669
16670 #. type: textblock
16671 #: ../src/guestfs-actions.pod:6399 ../fish/guestfish-actions.pod:4306
16672 msgid ""
16673 "Note that you should not swap to existing guest swap partitions unless you "
16674 "know what you are doing.  They may contain hibernation information, or other "
16675 "information that the guest doesn't want you to trash.  You also risk leaking "
16676 "information about the host to the guest this way.  Instead, attach a new "
16677 "host device to the guest and swap on that."
16678 msgstr ""
16679
16680 #. type: =head2
16681 #: ../src/guestfs-actions.pod:6410
16682 msgid "guestfs_swapon_file"
16683 msgstr ""
16684
16685 #. type: verbatim
16686 #: ../src/guestfs-actions.pod:6412
16687 #, no-wrap
16688 msgid ""
16689 " int\n"
16690 " guestfs_swapon_file (guestfs_h *g,\n"
16691 "                      const char *file);\n"
16692 "\n"
16693 msgstr ""
16694
16695 #. type: textblock
16696 #: ../src/guestfs-actions.pod:6416
16697 msgid ""
16698 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16699 "notes."
16700 msgstr ""
16701
16702 #. type: =head2
16703 #: ../src/guestfs-actions.pod:6423
16704 msgid "guestfs_swapon_label"
16705 msgstr ""
16706
16707 #. type: verbatim
16708 #: ../src/guestfs-actions.pod:6425
16709 #, no-wrap
16710 msgid ""
16711 " int\n"
16712 " guestfs_swapon_label (guestfs_h *g,\n"
16713 "                       const char *label);\n"
16714 "\n"
16715 msgstr ""
16716
16717 #. type: textblock
16718 #: ../src/guestfs-actions.pod:6429
16719 msgid ""
16720 "This command enables swap to a labeled swap partition.  See "
16721 "C<guestfs_swapon_device> for other notes."
16722 msgstr ""
16723
16724 #. type: =head2
16725 #: ../src/guestfs-actions.pod:6436
16726 msgid "guestfs_swapon_uuid"
16727 msgstr ""
16728
16729 #. type: verbatim
16730 #: ../src/guestfs-actions.pod:6438
16731 #, no-wrap
16732 msgid ""
16733 " int\n"
16734 " guestfs_swapon_uuid (guestfs_h *g,\n"
16735 "                      const char *uuid);\n"
16736 "\n"
16737 msgstr ""
16738
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:6442
16741 msgid ""
16742 "This command enables swap to a swap partition with the given UUID.  See "
16743 "C<guestfs_swapon_device> for other notes."
16744 msgstr ""
16745
16746 #. type: =head2
16747 #: ../src/guestfs-actions.pod:6449
16748 msgid "guestfs_sync"
16749 msgstr ""
16750
16751 #. type: verbatim
16752 #: ../src/guestfs-actions.pod:6451
16753 #, no-wrap
16754 msgid ""
16755 " int\n"
16756 " guestfs_sync (guestfs_h *g);\n"
16757 "\n"
16758 msgstr ""
16759
16760 #. type: textblock
16761 #: ../src/guestfs-actions.pod:6454 ../fish/guestfish-actions.pod:4338
16762 msgid ""
16763 "This syncs the disk, so that any writes are flushed through to the "
16764 "underlying disk image."
16765 msgstr ""
16766
16767 #. type: textblock
16768 #: ../src/guestfs-actions.pod:6457 ../fish/guestfish-actions.pod:4341
16769 msgid ""
16770 "You should always call this if you have modified a disk image, before "
16771 "closing the handle."
16772 msgstr ""
16773
16774 #. type: =head2
16775 #: ../src/guestfs-actions.pod:6464
16776 msgid "guestfs_tail"
16777 msgstr ""
16778
16779 #. type: verbatim
16780 #: ../src/guestfs-actions.pod:6466
16781 #, no-wrap
16782 msgid ""
16783 " char **\n"
16784 " guestfs_tail (guestfs_h *g,\n"
16785 "               const char *path);\n"
16786 "\n"
16787 msgstr ""
16788
16789 #. type: textblock
16790 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4348
16791 msgid ""
16792 "This command returns up to the last 10 lines of a file as a list of strings."
16793 msgstr ""
16794
16795 #. type: =head2
16796 #: ../src/guestfs-actions.pod:6482
16797 msgid "guestfs_tail_n"
16798 msgstr ""
16799
16800 #. type: verbatim
16801 #: ../src/guestfs-actions.pod:6484
16802 #, no-wrap
16803 msgid ""
16804 " char **\n"
16805 " guestfs_tail_n (guestfs_h *g,\n"
16806 "                 int nrlines,\n"
16807 "                 const char *path);\n"
16808 "\n"
16809 msgstr ""
16810
16811 #. type: textblock
16812 #: ../src/guestfs-actions.pod:6489 ../fish/guestfish-actions.pod:4358
16813 msgid ""
16814 "If the parameter C<nrlines> is a positive number, this returns the last "
16815 "C<nrlines> lines of the file C<path>."
16816 msgstr ""
16817
16818 #. type: textblock
16819 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4361
16820 msgid ""
16821 "If the parameter C<nrlines> is a negative number, this returns lines from "
16822 "the file C<path>, starting with the C<-nrlines>th line."
16823 msgstr ""
16824
16825 #. type: =head2
16826 #: ../src/guestfs-actions.pod:6506
16827 msgid "guestfs_tar_in"
16828 msgstr ""
16829
16830 #. type: verbatim
16831 #: ../src/guestfs-actions.pod:6508
16832 #, no-wrap
16833 msgid ""
16834 " int\n"
16835 " guestfs_tar_in (guestfs_h *g,\n"
16836 "                 const char *tarfile,\n"
16837 "                 const char *directory);\n"
16838 "\n"
16839 msgstr ""
16840
16841 #. type: textblock
16842 #: ../src/guestfs-actions.pod:6513 ../fish/guestfish-actions.pod:4373
16843 msgid ""
16844 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16845 "tar file) into C<directory>."
16846 msgstr ""
16847
16848 #. type: textblock
16849 #: ../src/guestfs-actions.pod:6516
16850 msgid ""
16851 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16852 msgstr ""
16853
16854 #. type: textblock
16855 #: ../src/guestfs-actions.pod:6521 ../src/guestfs-actions.pod:6538
16856 #: ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6570
16857 msgid "(Added in 1.0.3)"
16858 msgstr ""
16859
16860 #. type: =head2
16861 #: ../src/guestfs-actions.pod:6523
16862 msgid "guestfs_tar_out"
16863 msgstr ""
16864
16865 #. type: verbatim
16866 #: ../src/guestfs-actions.pod:6525
16867 #, no-wrap
16868 msgid ""
16869 " int\n"
16870 " guestfs_tar_out (guestfs_h *g,\n"
16871 "                  const char *directory,\n"
16872 "                  const char *tarfile);\n"
16873 "\n"
16874 msgstr ""
16875
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:6530 ../fish/guestfish-actions.pod:4385
16878 msgid ""
16879 "This command packs the contents of C<directory> and downloads it to local "
16880 "file C<tarfile>."
16881 msgstr ""
16882
16883 #. type: textblock
16884 #: ../src/guestfs-actions.pod:6533
16885 msgid ""
16886 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16887 "C<guestfs_txz_out>."
16888 msgstr ""
16889
16890 #. type: =head2
16891 #: ../src/guestfs-actions.pod:6540
16892 msgid "guestfs_tgz_in"
16893 msgstr ""
16894
16895 #. type: verbatim
16896 #: ../src/guestfs-actions.pod:6542
16897 #, no-wrap
16898 msgid ""
16899 " int\n"
16900 " guestfs_tgz_in (guestfs_h *g,\n"
16901 "                 const char *tarball,\n"
16902 "                 const char *directory);\n"
16903 "\n"
16904 msgstr ""
16905
16906 #. type: textblock
16907 #: ../src/guestfs-actions.pod:6547 ../fish/guestfish-actions.pod:4397
16908 msgid ""
16909 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16910 "tar file) into C<directory>."
16911 msgstr ""
16912
16913 #. type: textblock
16914 #: ../src/guestfs-actions.pod:6550
16915 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16916 msgstr ""
16917
16918 #. type: =head2
16919 #: ../src/guestfs-actions.pod:6556
16920 msgid "guestfs_tgz_out"
16921 msgstr ""
16922
16923 #. type: verbatim
16924 #: ../src/guestfs-actions.pod:6558
16925 #, no-wrap
16926 msgid ""
16927 " int\n"
16928 " guestfs_tgz_out (guestfs_h *g,\n"
16929 "                  const char *directory,\n"
16930 "                  const char *tarball);\n"
16931 "\n"
16932 msgstr ""
16933
16934 #. type: textblock
16935 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4408
16936 msgid ""
16937 "This command packs the contents of C<directory> and downloads it to local "
16938 "file C<tarball>."
16939 msgstr ""
16940
16941 #. type: textblock
16942 #: ../src/guestfs-actions.pod:6566
16943 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16944 msgstr ""
16945
16946 #. type: =head2
16947 #: ../src/guestfs-actions.pod:6572
16948 msgid "guestfs_touch"
16949 msgstr ""
16950
16951 #. type: verbatim
16952 #: ../src/guestfs-actions.pod:6574
16953 #, no-wrap
16954 msgid ""
16955 " int\n"
16956 " guestfs_touch (guestfs_h *g,\n"
16957 "                const char *path);\n"
16958 "\n"
16959 msgstr ""
16960
16961 #. type: textblock
16962 #: ../src/guestfs-actions.pod:6578 ../fish/guestfish-actions.pod:4419
16963 msgid ""
16964 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16965 "timestamps on a file, or, if the file does not exist, to create a new zero-"
16966 "length file."
16967 msgstr ""
16968
16969 #. type: textblock
16970 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4423
16971 msgid ""
16972 "This command only works on regular files, and will fail on other file types "
16973 "such as directories, symbolic links, block special etc."
16974 msgstr ""
16975
16976 #. type: =head2
16977 #: ../src/guestfs-actions.pod:6589
16978 msgid "guestfs_truncate"
16979 msgstr ""
16980
16981 #. type: verbatim
16982 #: ../src/guestfs-actions.pod:6591
16983 #, no-wrap
16984 msgid ""
16985 " int\n"
16986 " guestfs_truncate (guestfs_h *g,\n"
16987 "                   const char *path);\n"
16988 "\n"
16989 msgstr ""
16990
16991 #. type: textblock
16992 #: ../src/guestfs-actions.pod:6595 ../fish/guestfish-actions.pod:4430
16993 msgid ""
16994 "This command truncates C<path> to a zero-length file.  The file must exist "
16995 "already."
16996 msgstr ""
16997
16998 #. type: =head2
16999 #: ../src/guestfs-actions.pod:6602
17000 msgid "guestfs_truncate_size"
17001 msgstr ""
17002
17003 #. type: verbatim
17004 #: ../src/guestfs-actions.pod:6604
17005 #, no-wrap
17006 msgid ""
17007 " int\n"
17008 " guestfs_truncate_size (guestfs_h *g,\n"
17009 "                        const char *path,\n"
17010 "                        int64_t size);\n"
17011 "\n"
17012 msgstr ""
17013
17014 #. type: textblock
17015 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4437
17016 msgid ""
17017 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17018 "already."
17019 msgstr ""
17020
17021 #. type: textblock
17022 #: ../src/guestfs-actions.pod:6612
17023 msgid ""
17024 "If the current file size is less than C<size> then the file is extended to "
17025 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17026 "blocks are not allocated for the file until you write to it).  To create a "
17027 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17028 msgstr ""
17029
17030 #. type: =head2
17031 #: ../src/guestfs-actions.pod:6622
17032 msgid "guestfs_tune2fs_l"
17033 msgstr ""
17034
17035 #. type: verbatim
17036 #: ../src/guestfs-actions.pod:6624
17037 #, no-wrap
17038 msgid ""
17039 " char **\n"
17040 " guestfs_tune2fs_l (guestfs_h *g,\n"
17041 "                    const char *device);\n"
17042 "\n"
17043 msgstr ""
17044
17045 #. type: textblock
17046 #: ../src/guestfs-actions.pod:6628 ../fish/guestfish-actions.pod:4450
17047 msgid ""
17048 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17049 "C<device>."
17050 msgstr ""
17051
17052 #. type: textblock
17053 #: ../src/guestfs-actions.pod:6631 ../fish/guestfish-actions.pod:4453
17054 msgid ""
17055 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17056 "for more details.  The list of fields returned isn't clearly defined, and "
17057 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17058 "and the filesystem itself."
17059 msgstr ""
17060
17061 #. type: =head2
17062 #: ../src/guestfs-actions.pod:6644
17063 msgid "guestfs_txz_in"
17064 msgstr ""
17065
17066 #. type: verbatim
17067 #: ../src/guestfs-actions.pod:6646
17068 #, no-wrap
17069 msgid ""
17070 " int\n"
17071 " guestfs_txz_in (guestfs_h *g,\n"
17072 "                 const char *tarball,\n"
17073 "                 const char *directory);\n"
17074 "\n"
17075 msgstr ""
17076
17077 #. type: textblock
17078 #: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4462
17079 msgid ""
17080 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17081 "tar file) into C<directory>."
17082 msgstr ""
17083
17084 #. type: =head2
17085 #: ../src/guestfs-actions.pod:6658
17086 msgid "guestfs_txz_out"
17087 msgstr ""
17088
17089 #. type: verbatim
17090 #: ../src/guestfs-actions.pod:6660
17091 #, no-wrap
17092 msgid ""
17093 " int\n"
17094 " guestfs_txz_out (guestfs_h *g,\n"
17095 "                  const char *directory,\n"
17096 "                  const char *tarball);\n"
17097 "\n"
17098 msgstr ""
17099
17100 #. type: textblock
17101 #: ../src/guestfs-actions.pod:6665 ../fish/guestfish-actions.pod:4471
17102 msgid ""
17103 "This command packs the contents of C<directory> and downloads it to local "
17104 "file C<tarball> (as an xz compressed tar archive)."
17105 msgstr ""
17106
17107 #. type: =head2
17108 #: ../src/guestfs-actions.pod:6672
17109 msgid "guestfs_umask"
17110 msgstr ""
17111
17112 #. type: verbatim
17113 #: ../src/guestfs-actions.pod:6674
17114 #, no-wrap
17115 msgid ""
17116 " int\n"
17117 " guestfs_umask (guestfs_h *g,\n"
17118 "                int mask);\n"
17119 "\n"
17120 msgstr ""
17121
17122 #. type: textblock
17123 #: ../src/guestfs-actions.pod:6678 ../fish/guestfish-actions.pod:4480
17124 msgid ""
17125 "This function sets the mask used for creating new files and device nodes to "
17126 "C<mask & 0777>."
17127 msgstr ""
17128
17129 #. type: textblock
17130 #: ../src/guestfs-actions.pod:6681 ../fish/guestfish-actions.pod:4483
17131 msgid ""
17132 "Typical umask values would be C<022> which creates new files with "
17133 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17134 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17135 msgstr ""
17136
17137 #. type: textblock
17138 #: ../src/guestfs-actions.pod:6686 ../fish/guestfish-actions.pod:4488
17139 msgid ""
17140 "The default umask is C<022>.  This is important because it means that "
17141 "directories and device nodes will be created with C<0644> or C<0755> mode "
17142 "even if you specify C<0777>."
17143 msgstr ""
17144
17145 #. type: textblock
17146 #: ../src/guestfs-actions.pod:6690
17147 msgid ""
17148 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17149 "C<guestfs_mkdir>."
17150 msgstr ""
17151
17152 #. type: textblock
17153 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4495
17154 msgid "This call returns the previous umask."
17155 msgstr ""
17156
17157 #. type: =head2
17158 #: ../src/guestfs-actions.pod:6699
17159 msgid "guestfs_umount"
17160 msgstr ""
17161
17162 #. type: verbatim
17163 #: ../src/guestfs-actions.pod:6701
17164 #, no-wrap
17165 msgid ""
17166 " int\n"
17167 " guestfs_umount (guestfs_h *g,\n"
17168 "                 const char *pathordevice);\n"
17169 "\n"
17170 msgstr ""
17171
17172 #. type: textblock
17173 #: ../src/guestfs-actions.pod:6705 ../fish/guestfish-actions.pod:4503
17174 msgid ""
17175 "This unmounts the given filesystem.  The filesystem may be specified either "
17176 "by its mountpoint (path) or the device which contains the filesystem."
17177 msgstr ""
17178
17179 #. type: =head2
17180 #: ../src/guestfs-actions.pod:6713
17181 msgid "guestfs_umount_all"
17182 msgstr ""
17183
17184 #. type: verbatim
17185 #: ../src/guestfs-actions.pod:6715
17186 #, no-wrap
17187 msgid ""
17188 " int\n"
17189 " guestfs_umount_all (guestfs_h *g);\n"
17190 "\n"
17191 msgstr ""
17192
17193 #. type: textblock
17194 #: ../src/guestfs-actions.pod:6718 ../fish/guestfish-actions.pod:4513
17195 msgid "This unmounts all mounted filesystems."
17196 msgstr ""
17197
17198 #. type: textblock
17199 #: ../src/guestfs-actions.pod:6720 ../fish/guestfish-actions.pod:4515
17200 msgid "Some internal mounts are not unmounted by this call."
17201 msgstr ""
17202
17203 #. type: =head2
17204 #: ../src/guestfs-actions.pod:6726
17205 msgid "guestfs_upload"
17206 msgstr ""
17207
17208 #. type: verbatim
17209 #: ../src/guestfs-actions.pod:6728
17210 #, no-wrap
17211 msgid ""
17212 " int\n"
17213 " guestfs_upload (guestfs_h *g,\n"
17214 "                 const char *filename,\n"
17215 "                 const char *remotefilename);\n"
17216 "\n"
17217 msgstr ""
17218
17219 #. type: textblock
17220 #: ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6757
17221 #: ../fish/guestfish-actions.pod:4521 ../fish/guestfish-actions.pod:4534
17222 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17223 msgstr ""
17224
17225 #. type: textblock
17226 #: ../src/guestfs-actions.pod:6738
17227 msgid "See also C<guestfs_download>."
17228 msgstr ""
17229
17230 #. type: =head2
17231 #: ../src/guestfs-actions.pod:6749
17232 msgid "guestfs_upload_offset"
17233 msgstr ""
17234
17235 #. type: verbatim
17236 #: ../src/guestfs-actions.pod:6751
17237 #, no-wrap
17238 msgid ""
17239 " int\n"
17240 " guestfs_upload_offset (guestfs_h *g,\n"
17241 "                        const char *filename,\n"
17242 "                        const char *remotefilename,\n"
17243 "                        int64_t offset);\n"
17244 "\n"
17245 msgstr ""
17246
17247 #. type: textblock
17248 #: ../src/guestfs-actions.pod:6760 ../fish/guestfish-actions.pod:4537
17249 msgid ""
17250 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17251 "The intention is to overwrite parts of existing files or devices, although "
17252 "if a non-existant file is specified then it is created with a \"hole\" "
17253 "before C<offset>.  The size of the data written is implicit in the size of "
17254 "the source C<filename>."
17255 msgstr ""
17256
17257 #. type: textblock
17258 #: ../src/guestfs-actions.pod:6767
17259 msgid ""
17260 "Note that there is no limit on the amount of data that can be uploaded with "
17261 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17262 "full amount unless an error occurs."
17263 msgstr ""
17264
17265 #. type: textblock
17266 #: ../src/guestfs-actions.pod:6772
17267 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17268 msgstr ""
17269
17270 #. type: =head2
17271 #: ../src/guestfs-actions.pod:6783
17272 msgid "guestfs_utimens"
17273 msgstr ""
17274
17275 #. type: verbatim
17276 #: ../src/guestfs-actions.pod:6785
17277 #, no-wrap
17278 msgid ""
17279 " int\n"
17280 " guestfs_utimens (guestfs_h *g,\n"
17281 "                  const char *path,\n"
17282 "                  int64_t atsecs,\n"
17283 "                  int64_t atnsecs,\n"
17284 "                  int64_t mtsecs,\n"
17285 "                  int64_t mtnsecs);\n"
17286 "\n"
17287 msgstr ""
17288
17289 #. type: textblock
17290 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4557
17291 msgid "This command sets the timestamps of a file with nanosecond precision."
17292 msgstr ""
17293
17294 #. type: textblock
17295 #: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4560
17296 msgid ""
17297 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17298 "from the epoch."
17299 msgstr ""
17300
17301 #. type: textblock
17302 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4563
17303 msgid ""
17304 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17305 "nanoseconds from the epoch."
17306 msgstr ""
17307
17308 #. type: textblock
17309 #: ../src/guestfs-actions.pod:6802 ../fish/guestfish-actions.pod:4566
17310 msgid ""
17311 "If the C<*nsecs> field contains the special value C<-1> then the "
17312 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17313 "ignored in this case)."
17314 msgstr ""
17315
17316 #. type: textblock
17317 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4570
17318 msgid ""
17319 "If the C<*nsecs> field contains the special value C<-2> then the "
17320 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17321 "in this case)."
17322 msgstr ""
17323
17324 #. type: =head2
17325 #: ../src/guestfs-actions.pod:6814 ../src/guestfs-structs.pod:175
17326 msgid "guestfs_version"
17327 msgstr ""
17328
17329 #. type: verbatim
17330 #: ../src/guestfs-actions.pod:6816
17331 #, no-wrap
17332 msgid ""
17333 " struct guestfs_version *\n"
17334 " guestfs_version (guestfs_h *g);\n"
17335 "\n"
17336 msgstr ""
17337
17338 #. type: textblock
17339 #: ../src/guestfs-actions.pod:6819 ../fish/guestfish-actions.pod:4578
17340 msgid ""
17341 "Return the libguestfs version number that the program is linked against."
17342 msgstr ""
17343
17344 #. type: textblock
17345 #: ../src/guestfs-actions.pod:6822 ../fish/guestfish-actions.pod:4581
17346 msgid ""
17347 "Note that because of dynamic linking this is not necessarily the version of "
17348 "libguestfs that you compiled against.  You can compile the program, and then "
17349 "at runtime dynamically link against a completely different C<libguestfs.so> "
17350 "library."
17351 msgstr ""
17352
17353 #. type: textblock
17354 #: ../src/guestfs-actions.pod:6827 ../fish/guestfish-actions.pod:4586
17355 msgid ""
17356 "This call was added in version C<1.0.58>.  In previous versions of "
17357 "libguestfs there was no way to get the version number.  From C code you can "
17358 "use dynamic linker functions to find out if this symbol exists (if it "
17359 "doesn't, then it's an earlier version)."
17360 msgstr ""
17361
17362 #. type: textblock
17363 #: ../src/guestfs-actions.pod:6833 ../fish/guestfish-actions.pod:4592
17364 msgid ""
17365 "The call returns a structure with four elements.  The first three (C<major>, "
17366 "C<minor> and C<release>) are numbers and correspond to the usual version "
17367 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17368 "but may be used for distro-specific information."
17369 msgstr ""
17370
17371 #. type: textblock
17372 #: ../src/guestfs-actions.pod:6839 ../fish/guestfish-actions.pod:4598
17373 msgid ""
17374 "To construct the original version string: C<$major.$minor.$release$extra>"
17375 msgstr ""
17376
17377 #. type: textblock
17378 #: ../src/guestfs-actions.pod:6842 ../fish/guestfish-actions.pod:4601
17379 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17380 msgstr ""
17381
17382 #. type: textblock
17383 #: ../src/guestfs-actions.pod:6844
17384 msgid ""
17385 "I<Note:> Don't use this call to test for availability of features.  In "
17386 "enterprise distributions we backport features from later versions into "
17387 "earlier versions, making this an unreliable way to test for features.  Use "
17388 "C<guestfs_available> instead."
17389 msgstr ""
17390
17391 #. type: textblock
17392 #: ../src/guestfs-actions.pod:6850
17393 msgid ""
17394 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17395 "error.  I<The caller must call C<guestfs_free_version> after use>."
17396 msgstr ""
17397
17398 #. type: textblock
17399 #: ../src/guestfs-actions.pod:6854
17400 msgid "(Added in 1.0.58)"
17401 msgstr ""
17402
17403 #. type: =head2
17404 #: ../src/guestfs-actions.pod:6856
17405 msgid "guestfs_vfs_label"
17406 msgstr ""
17407
17408 #. type: verbatim
17409 #: ../src/guestfs-actions.pod:6858
17410 #, no-wrap
17411 msgid ""
17412 " char *\n"
17413 " guestfs_vfs_label (guestfs_h *g,\n"
17414 "                    const char *device);\n"
17415 "\n"
17416 msgstr ""
17417
17418 #. type: textblock
17419 #: ../src/guestfs-actions.pod:6862 ../fish/guestfish-actions.pod:4613
17420 msgid "This returns the filesystem label of the filesystem on C<device>."
17421 msgstr ""
17422
17423 #. type: textblock
17424 #: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4616
17425 msgid "If the filesystem is unlabeled, this returns the empty string."
17426 msgstr ""
17427
17428 #. type: textblock
17429 #: ../src/guestfs-actions.pod:6867
17430 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17431 msgstr ""
17432
17433 #. type: textblock
17434 #: ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:6909
17435 msgid "(Added in 1.3.18)"
17436 msgstr ""
17437
17438 #. type: =head2
17439 #: ../src/guestfs-actions.pod:6874
17440 msgid "guestfs_vfs_type"
17441 msgstr ""
17442
17443 #. type: verbatim
17444 #: ../src/guestfs-actions.pod:6876
17445 #, no-wrap
17446 msgid ""
17447 " char *\n"
17448 " guestfs_vfs_type (guestfs_h *g,\n"
17449 "                   const char *device);\n"
17450 "\n"
17451 msgstr ""
17452
17453 #. type: textblock
17454 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4624
17455 msgid ""
17456 "This command gets the filesystem type corresponding to the filesystem on "
17457 "C<device>."
17458 msgstr ""
17459
17460 #. type: textblock
17461 #: ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:4627
17462 msgid ""
17463 "For most filesystems, the result is the name of the Linux VFS module which "
17464 "would be used to mount this filesystem if you mounted it without specifying "
17465 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17466 msgstr ""
17467
17468 #. type: =head2
17469 #: ../src/guestfs-actions.pod:6893
17470 msgid "guestfs_vfs_uuid"
17471 msgstr ""
17472
17473 #. type: verbatim
17474 #: ../src/guestfs-actions.pod:6895
17475 #, no-wrap
17476 msgid ""
17477 " char *\n"
17478 " guestfs_vfs_uuid (guestfs_h *g,\n"
17479 "                   const char *device);\n"
17480 "\n"
17481 msgstr ""
17482
17483 #. type: textblock
17484 #: ../src/guestfs-actions.pod:6899 ../fish/guestfish-actions.pod:4636
17485 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17486 msgstr ""
17487
17488 #. type: textblock
17489 #: ../src/guestfs-actions.pod:6902 ../fish/guestfish-actions.pod:4639
17490 msgid "If the filesystem does not have a UUID, this returns the empty string."
17491 msgstr ""
17492
17493 #. type: textblock
17494 #: ../src/guestfs-actions.pod:6904
17495 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17496 msgstr ""
17497
17498 #. type: =head2
17499 #: ../src/guestfs-actions.pod:6911
17500 msgid "guestfs_vg_activate"
17501 msgstr ""
17502
17503 #. type: verbatim
17504 #: ../src/guestfs-actions.pod:6913
17505 #, no-wrap
17506 msgid ""
17507 " int\n"
17508 " guestfs_vg_activate (guestfs_h *g,\n"
17509 "                      int activate,\n"
17510 "                      char *const *volgroups);\n"
17511 "\n"
17512 msgstr ""
17513
17514 #. type: textblock
17515 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4647
17516 msgid ""
17517 "This command activates or (if C<activate> is false) deactivates all logical "
17518 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17519 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17520 "deactivated, then those devices disappear."
17521 msgstr ""
17522
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:6924 ../fish/guestfish-actions.pod:4653
17525 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17526 msgstr ""
17527
17528 #. type: textblock
17529 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4655
17530 msgid ""
17531 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17532 "activated or deactivated."
17533 msgstr ""
17534
17535 #. type: =head2
17536 #: ../src/guestfs-actions.pod:6933
17537 msgid "guestfs_vg_activate_all"
17538 msgstr ""
17539
17540 #. type: verbatim
17541 #: ../src/guestfs-actions.pod:6935
17542 #, no-wrap
17543 msgid ""
17544 " int\n"
17545 " guestfs_vg_activate_all (guestfs_h *g,\n"
17546 "                          int activate);\n"
17547 "\n"
17548 msgstr ""
17549
17550 #. type: textblock
17551 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4662
17552 msgid ""
17553 "This command activates or (if C<activate> is false) deactivates all logical "
17554 "volumes in all volume groups.  If activated, then they are made known to the "
17555 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17556 "those devices disappear."
17557 msgstr ""
17558
17559 #. type: textblock
17560 #: ../src/guestfs-actions.pod:6945 ../fish/guestfish-actions.pod:4668
17561 msgid "This command is the same as running C<vgchange -a y|n>"
17562 msgstr ""
17563
17564 #. type: =head2
17565 #: ../src/guestfs-actions.pod:6951
17566 msgid "guestfs_vgcreate"
17567 msgstr ""
17568
17569 #. type: verbatim
17570 #: ../src/guestfs-actions.pod:6953
17571 #, no-wrap
17572 msgid ""
17573 " int\n"
17574 " guestfs_vgcreate (guestfs_h *g,\n"
17575 "                   const char *volgroup,\n"
17576 "                   char *const *physvols);\n"
17577 "\n"
17578 msgstr ""
17579
17580 #. type: textblock
17581 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4674
17582 msgid ""
17583 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17584 "of physical volumes C<physvols>."
17585 msgstr ""
17586
17587 #. type: =head2
17588 #: ../src/guestfs-actions.pod:6965
17589 msgid "guestfs_vglvuuids"
17590 msgstr ""
17591
17592 #. type: verbatim
17593 #: ../src/guestfs-actions.pod:6967
17594 #, no-wrap
17595 msgid ""
17596 " char **\n"
17597 " guestfs_vglvuuids (guestfs_h *g,\n"
17598 "                    const char *vgname);\n"
17599 "\n"
17600 msgstr ""
17601
17602 #. type: textblock
17603 #: ../src/guestfs-actions.pod:6971 ../fish/guestfish-actions.pod:4681
17604 msgid ""
17605 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17606 "volumes created in this volume group."
17607 msgstr ""
17608
17609 #. type: textblock
17610 #: ../src/guestfs-actions.pod:6974
17611 msgid ""
17612 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17613 "associate logical volumes and volume groups."
17614 msgstr ""
17615
17616 #. type: textblock
17617 #: ../src/guestfs-actions.pod:6977
17618 msgid "See also C<guestfs_vgpvuuids>."
17619 msgstr ""
17620
17621 #. type: =head2
17622 #: ../src/guestfs-actions.pod:6985
17623 msgid "guestfs_vgpvuuids"
17624 msgstr ""
17625
17626 #. type: verbatim
17627 #: ../src/guestfs-actions.pod:6987
17628 #, no-wrap
17629 msgid ""
17630 " char **\n"
17631 " guestfs_vgpvuuids (guestfs_h *g,\n"
17632 "                    const char *vgname);\n"
17633 "\n"
17634 msgstr ""
17635
17636 #. type: textblock
17637 #: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4693
17638 msgid ""
17639 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17640 "volumes that this volume group resides on."
17641 msgstr ""
17642
17643 #. type: textblock
17644 #: ../src/guestfs-actions.pod:6994
17645 msgid ""
17646 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17647 "associate physical volumes and volume groups."
17648 msgstr ""
17649
17650 #. type: textblock
17651 #: ../src/guestfs-actions.pod:6997
17652 msgid "See also C<guestfs_vglvuuids>."
17653 msgstr ""
17654
17655 #. type: =head2
17656 #: ../src/guestfs-actions.pod:7005
17657 msgid "guestfs_vgremove"
17658 msgstr ""
17659
17660 #. type: verbatim
17661 #: ../src/guestfs-actions.pod:7007
17662 #, no-wrap
17663 msgid ""
17664 " int\n"
17665 " guestfs_vgremove (guestfs_h *g,\n"
17666 "                   const char *vgname);\n"
17667 "\n"
17668 msgstr ""
17669
17670 #. type: textblock
17671 #: ../src/guestfs-actions.pod:7011 ../fish/guestfish-actions.pod:4705
17672 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17673 msgstr ""
17674
17675 #. type: textblock
17676 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4707
17677 msgid ""
17678 "This also forcibly removes all logical volumes in the volume group (if any)."
17679 msgstr ""
17680
17681 #. type: =head2
17682 #: ../src/guestfs-actions.pod:7020
17683 msgid "guestfs_vgrename"
17684 msgstr ""
17685
17686 #. type: verbatim
17687 #: ../src/guestfs-actions.pod:7022
17688 #, no-wrap
17689 msgid ""
17690 " int\n"
17691 " guestfs_vgrename (guestfs_h *g,\n"
17692 "                   const char *volgroup,\n"
17693 "                   const char *newvolgroup);\n"
17694 "\n"
17695 msgstr ""
17696
17697 #. type: textblock
17698 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4714
17699 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17700 msgstr ""
17701
17702 #. type: =head2
17703 #: ../src/guestfs-actions.pod:7033
17704 msgid "guestfs_vgs"
17705 msgstr ""
17706
17707 #. type: verbatim
17708 #: ../src/guestfs-actions.pod:7035
17709 #, no-wrap
17710 msgid ""
17711 " char **\n"
17712 " guestfs_vgs (guestfs_h *g);\n"
17713 "\n"
17714 msgstr ""
17715
17716 #. type: textblock
17717 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4720
17718 msgid ""
17719 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
17720 "> command."
17721 msgstr ""
17722
17723 #. type: textblock
17724 #: ../src/guestfs-actions.pod:7041 ../fish/guestfish-actions.pod:4723
17725 msgid ""
17726 "This returns a list of just the volume group names that were detected (eg. "
17727 "C<VolGroup00>)."
17728 msgstr ""
17729
17730 #. type: textblock
17731 #: ../src/guestfs-actions.pod:7044
17732 msgid "See also C<guestfs_vgs_full>."
17733 msgstr ""
17734
17735 #. type: =head2
17736 #: ../src/guestfs-actions.pod:7052
17737 msgid "guestfs_vgs_full"
17738 msgstr ""
17739
17740 #. type: verbatim
17741 #: ../src/guestfs-actions.pod:7054
17742 #, no-wrap
17743 msgid ""
17744 " struct guestfs_lvm_vg_list *\n"
17745 " guestfs_vgs_full (guestfs_h *g);\n"
17746 "\n"
17747 msgstr ""
17748
17749 #. type: textblock
17750 #: ../src/guestfs-actions.pod:7057 ../fish/guestfish-actions.pod:4732
17751 msgid ""
17752 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
17753 "> command.  The \"full\" version includes all fields."
17754 msgstr ""
17755
17756 #. type: textblock
17757 #: ../src/guestfs-actions.pod:7060
17758 msgid ""
17759 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17760 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
17761 msgstr ""
17762
17763 #. type: =head2
17764 #: ../src/guestfs-actions.pod:7066
17765 msgid "guestfs_vgscan"
17766 msgstr ""
17767
17768 #. type: verbatim
17769 #: ../src/guestfs-actions.pod:7068
17770 #, no-wrap
17771 msgid ""
17772 " int\n"
17773 " guestfs_vgscan (guestfs_h *g);\n"
17774 "\n"
17775 msgstr ""
17776
17777 #. type: textblock
17778 #: ../src/guestfs-actions.pod:7071 ../fish/guestfish-actions.pod:4739
17779 msgid ""
17780 "This rescans all block devices and rebuilds the list of LVM physical "
17781 "volumes, volume groups and logical volumes."
17782 msgstr ""
17783
17784 #. type: =head2
17785 #: ../src/guestfs-actions.pod:7078
17786 msgid "guestfs_vguuid"
17787 msgstr ""
17788
17789 #. type: verbatim
17790 #: ../src/guestfs-actions.pod:7080
17791 #, no-wrap
17792 msgid ""
17793 " char *\n"
17794 " guestfs_vguuid (guestfs_h *g,\n"
17795 "                 const char *vgname);\n"
17796 "\n"
17797 msgstr ""
17798
17799 #. type: textblock
17800 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4746
17801 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17802 msgstr ""
17803
17804 #. type: =head2
17805 #: ../src/guestfs-actions.pod:7091
17806 msgid "guestfs_wait_ready"
17807 msgstr ""
17808
17809 #. type: verbatim
17810 #: ../src/guestfs-actions.pod:7093
17811 #, no-wrap
17812 msgid ""
17813 " int\n"
17814 " guestfs_wait_ready (guestfs_h *g);\n"
17815 "\n"
17816 msgstr ""
17817
17818 #. type: textblock
17819 #: ../src/guestfs-actions.pod:7096
17820 msgid "This function is a no op."
17821 msgstr ""
17822
17823 #. type: textblock
17824 #: ../src/guestfs-actions.pod:7098
17825 msgid ""
17826 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17827 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17828 "is no longer necessary because C<guestfs_launch> now does the waiting."
17829 msgstr ""
17830
17831 #. type: textblock
17832 #: ../src/guestfs-actions.pod:7103
17833 msgid ""
17834 "If you see any calls to this function in code then you can just remove them, "
17835 "unless you want to retain compatibility with older versions of the API."
17836 msgstr ""
17837
17838 #. type: =head2
17839 #: ../src/guestfs-actions.pod:7111
17840 msgid "guestfs_wc_c"
17841 msgstr ""
17842
17843 #. type: verbatim
17844 #: ../src/guestfs-actions.pod:7113
17845 #, no-wrap
17846 msgid ""
17847 " int\n"
17848 " guestfs_wc_c (guestfs_h *g,\n"
17849 "               const char *path);\n"
17850 "\n"
17851 msgstr ""
17852
17853 #. type: textblock
17854 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4752
17855 msgid ""
17856 "This command counts the characters in a file, using the C<wc -c> external "
17857 "command."
17858 msgstr ""
17859
17860 #. type: =head2
17861 #: ../src/guestfs-actions.pod:7124
17862 msgid "guestfs_wc_l"
17863 msgstr ""
17864
17865 #. type: verbatim
17866 #: ../src/guestfs-actions.pod:7126
17867 #, no-wrap
17868 msgid ""
17869 " int\n"
17870 " guestfs_wc_l (guestfs_h *g,\n"
17871 "               const char *path);\n"
17872 "\n"
17873 msgstr ""
17874
17875 #. type: textblock
17876 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4759
17877 msgid ""
17878 "This command counts the lines in a file, using the C<wc -l> external command."
17879 msgstr ""
17880
17881 #. type: =head2
17882 #: ../src/guestfs-actions.pod:7137
17883 msgid "guestfs_wc_w"
17884 msgstr ""
17885
17886 #. type: verbatim
17887 #: ../src/guestfs-actions.pod:7139
17888 #, no-wrap
17889 msgid ""
17890 " int\n"
17891 " guestfs_wc_w (guestfs_h *g,\n"
17892 "               const char *path);\n"
17893 "\n"
17894 msgstr ""
17895
17896 #. type: textblock
17897 #: ../src/guestfs-actions.pod:7143 ../fish/guestfish-actions.pod:4766
17898 msgid ""
17899 "This command counts the words in a file, using the C<wc -w> external command."
17900 msgstr ""
17901
17902 #. type: =head2
17903 #: ../src/guestfs-actions.pod:7150
17904 msgid "guestfs_write"
17905 msgstr ""
17906
17907 #. type: verbatim
17908 #: ../src/guestfs-actions.pod:7152
17909 #, no-wrap
17910 msgid ""
17911 " int\n"
17912 " guestfs_write (guestfs_h *g,\n"
17913 "                const char *path,\n"
17914 "                const char *content,\n"
17915 "                size_t content_size);\n"
17916 "\n"
17917 msgstr ""
17918
17919 #. type: textblock
17920 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4773
17921 msgid ""
17922 "This call creates a file called C<path>.  The content of the file is the "
17923 "string C<content> (which can contain any 8 bit data)."
17924 msgstr ""
17925
17926 #. type: =head2
17927 #: ../src/guestfs-actions.pod:7168
17928 msgid "guestfs_write_file"
17929 msgstr ""
17930
17931 #. type: verbatim
17932 #: ../src/guestfs-actions.pod:7170
17933 #, no-wrap
17934 msgid ""
17935 " int\n"
17936 " guestfs_write_file (guestfs_h *g,\n"
17937 "                     const char *path,\n"
17938 "                     const char *content,\n"
17939 "                     int size);\n"
17940 "\n"
17941 msgstr ""
17942
17943 #. type: textblock
17944 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4783
17945 msgid ""
17946 "This call creates a file called C<path>.  The contents of the file is the "
17947 "string C<content> (which can contain any 8 bit data), with length C<size>."
17948 msgstr ""
17949
17950 #. type: textblock
17951 #: ../src/guestfs-actions.pod:7180 ../fish/guestfish-actions.pod:4787
17952 msgid ""
17953 "As a special case, if C<size> is C<0> then the length is calculated using "
17954 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17955 msgstr ""
17956
17957 #. type: textblock
17958 #: ../src/guestfs-actions.pod:7184 ../fish/guestfish-actions.pod:4791
17959 msgid ""
17960 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17961 "I<not> work, even if the length is specified."
17962 msgstr ""
17963
17964 #. type: textblock
17965 #: ../src/guestfs-actions.pod:7192 ../fish/guestfish-actions.pod:4797
17966 msgid ""
17967 "This function is deprecated.  In new code, use the C<write> call instead."
17968 msgstr ""
17969
17970 #. type: =head2
17971 #: ../src/guestfs-actions.pod:7201
17972 msgid "guestfs_zegrep"
17973 msgstr ""
17974
17975 #. type: verbatim
17976 #: ../src/guestfs-actions.pod:7203
17977 #, no-wrap
17978 msgid ""
17979 " char **\n"
17980 " guestfs_zegrep (guestfs_h *g,\n"
17981 "                 const char *regex,\n"
17982 "                 const char *path);\n"
17983 "\n"
17984 msgstr ""
17985
17986 #. type: textblock
17987 #: ../src/guestfs-actions.pod:7208 ../fish/guestfish-actions.pod:4808
17988 msgid ""
17989 "This calls the external C<zegrep> program and returns the matching lines."
17990 msgstr ""
17991
17992 #. type: =head2
17993 #: ../src/guestfs-actions.pod:7220
17994 msgid "guestfs_zegrepi"
17995 msgstr ""
17996
17997 #. type: verbatim
17998 #: ../src/guestfs-actions.pod:7222
17999 #, no-wrap
18000 msgid ""
18001 " char **\n"
18002 " guestfs_zegrepi (guestfs_h *g,\n"
18003 "                  const char *regex,\n"
18004 "                  const char *path);\n"
18005 "\n"
18006 msgstr ""
18007
18008 #. type: textblock
18009 #: ../src/guestfs-actions.pod:7227 ../fish/guestfish-actions.pod:4818
18010 msgid ""
18011 "This calls the external C<zegrep -i> program and returns the matching lines."
18012 msgstr ""
18013
18014 #. type: =head2
18015 #: ../src/guestfs-actions.pod:7239
18016 msgid "guestfs_zero"
18017 msgstr ""
18018
18019 #. type: verbatim
18020 #: ../src/guestfs-actions.pod:7241
18021 #, no-wrap
18022 msgid ""
18023 " int\n"
18024 " guestfs_zero (guestfs_h *g,\n"
18025 "               const char *device);\n"
18026 "\n"
18027 msgstr ""
18028
18029 #. type: textblock
18030 #: ../src/guestfs-actions.pod:7245 ../fish/guestfish-actions.pod:4828
18031 msgid "This command writes zeroes over the first few blocks of C<device>."
18032 msgstr ""
18033
18034 #. type: textblock
18035 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4830
18036 msgid ""
18037 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18038 "securely wipe the device).  It should be sufficient to remove any partition "
18039 "tables, filesystem superblocks and so on."
18040 msgstr ""
18041
18042 #. type: textblock
18043 #: ../src/guestfs-actions.pod:7251
18044 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
18045 msgstr ""
18046
18047 #. type: =head2
18048 #: ../src/guestfs-actions.pod:7262
18049 msgid "guestfs_zero_device"
18050 msgstr ""
18051
18052 #. type: verbatim
18053 #: ../src/guestfs-actions.pod:7264
18054 #, no-wrap
18055 msgid ""
18056 " int\n"
18057 " guestfs_zero_device (guestfs_h *g,\n"
18058 "                      const char *device);\n"
18059 "\n"
18060 msgstr ""
18061
18062 #. type: textblock
18063 #: ../src/guestfs-actions.pod:7268
18064 msgid ""
18065 "This command writes zeroes over the entire C<device>.  Compare with "
18066 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18067 msgstr ""
18068
18069 #. type: textblock
18070 #: ../src/guestfs-actions.pod:7282
18071 msgid "(Added in 1.3.1)"
18072 msgstr ""
18073
18074 #. type: =head2
18075 #: ../src/guestfs-actions.pod:7284
18076 msgid "guestfs_zerofree"
18077 msgstr ""
18078
18079 #. type: verbatim
18080 #: ../src/guestfs-actions.pod:7286
18081 #, no-wrap
18082 msgid ""
18083 " int\n"
18084 " guestfs_zerofree (guestfs_h *g,\n"
18085 "                   const char *device);\n"
18086 "\n"
18087 msgstr ""
18088
18089 #. type: textblock
18090 #: ../src/guestfs-actions.pod:7290 ../fish/guestfish-actions.pod:4851
18091 msgid ""
18092 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18093 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18094 "possible to compress the filesystem more effectively."
18095 msgstr ""
18096
18097 #. type: textblock
18098 #: ../src/guestfs-actions.pod:7295 ../fish/guestfish-actions.pod:4856
18099 msgid "You should B<not> run this program if the filesystem is mounted."
18100 msgstr ""
18101
18102 #. type: textblock
18103 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4859
18104 msgid ""
18105 "It is possible that using this program can damage the filesystem or data on "
18106 "the filesystem."
18107 msgstr ""
18108
18109 #. type: =head2
18110 #: ../src/guestfs-actions.pod:7305
18111 msgid "guestfs_zfgrep"
18112 msgstr ""
18113
18114 #. type: verbatim
18115 #: ../src/guestfs-actions.pod:7307
18116 #, no-wrap
18117 msgid ""
18118 " char **\n"
18119 " guestfs_zfgrep (guestfs_h *g,\n"
18120 "                 const char *pattern,\n"
18121 "                 const char *path);\n"
18122 "\n"
18123 msgstr ""
18124
18125 #. type: textblock
18126 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4866
18127 msgid ""
18128 "This calls the external C<zfgrep> program and returns the matching lines."
18129 msgstr ""
18130
18131 #. type: =head2
18132 #: ../src/guestfs-actions.pod:7324
18133 msgid "guestfs_zfgrepi"
18134 msgstr ""
18135
18136 #. type: verbatim
18137 #: ../src/guestfs-actions.pod:7326
18138 #, no-wrap
18139 msgid ""
18140 " char **\n"
18141 " guestfs_zfgrepi (guestfs_h *g,\n"
18142 "                  const char *pattern,\n"
18143 "                  const char *path);\n"
18144 "\n"
18145 msgstr ""
18146
18147 #. type: textblock
18148 #: ../src/guestfs-actions.pod:7331 ../fish/guestfish-actions.pod:4876
18149 msgid ""
18150 "This calls the external C<zfgrep -i> program and returns the matching lines."
18151 msgstr ""
18152
18153 #. type: =head2
18154 #: ../src/guestfs-actions.pod:7343
18155 msgid "guestfs_zfile"
18156 msgstr ""
18157
18158 #. type: verbatim
18159 #: ../src/guestfs-actions.pod:7345
18160 #, no-wrap
18161 msgid ""
18162 " char *\n"
18163 " guestfs_zfile (guestfs_h *g,\n"
18164 "                const char *meth,\n"
18165 "                const char *path);\n"
18166 "\n"
18167 msgstr ""
18168
18169 #. type: textblock
18170 #: ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:4886
18171 msgid ""
18172 "This command runs C<file> after first decompressing C<path> using C<method>."
18173 msgstr ""
18174
18175 #. type: textblock
18176 #: ../src/guestfs-actions.pod:7353 ../fish/guestfish-actions.pod:4889
18177 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18178 msgstr ""
18179
18180 #. type: textblock
18181 #: ../src/guestfs-actions.pod:7355
18182 msgid ""
18183 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18184 "files."
18185 msgstr ""
18186
18187 #. type: textblock
18188 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4894
18189 msgid ""
18190 "This function is deprecated.  In new code, use the C<file> call instead."
18191 msgstr ""
18192
18193 #. type: =head2
18194 #: ../src/guestfs-actions.pod:7370
18195 msgid "guestfs_zgrep"
18196 msgstr ""
18197
18198 #. type: verbatim
18199 #: ../src/guestfs-actions.pod:7372
18200 #, no-wrap
18201 msgid ""
18202 " char **\n"
18203 " guestfs_zgrep (guestfs_h *g,\n"
18204 "                const char *regex,\n"
18205 "                const char *path);\n"
18206 "\n"
18207 msgstr ""
18208
18209 #. type: textblock
18210 #: ../src/guestfs-actions.pod:7377 ../fish/guestfish-actions.pod:4905
18211 msgid ""
18212 "This calls the external C<zgrep> program and returns the matching lines."
18213 msgstr ""
18214
18215 #. type: =head2
18216 #: ../src/guestfs-actions.pod:7389
18217 msgid "guestfs_zgrepi"
18218 msgstr ""
18219
18220 #. type: verbatim
18221 #: ../src/guestfs-actions.pod:7391
18222 #, no-wrap
18223 msgid ""
18224 " char **\n"
18225 " guestfs_zgrepi (guestfs_h *g,\n"
18226 "                 const char *regex,\n"
18227 "                 const char *path);\n"
18228 "\n"
18229 msgstr ""
18230
18231 #. type: textblock
18232 #: ../src/guestfs-actions.pod:7396 ../fish/guestfish-actions.pod:4915
18233 msgid ""
18234 "This calls the external C<zgrep -i> program and returns the matching lines."
18235 msgstr ""
18236
18237 #. type: =item
18238 #: ../src/guestfs-availability.pod:3
18239 msgid "B<augeas>"
18240 msgstr ""
18241
18242 #. type: textblock
18243 #: ../src/guestfs-availability.pod:5
18244 msgid ""
18245 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18246 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18247 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18248 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18249 "L</guestfs_aug_save> L</guestfs_aug_set>"
18250 msgstr ""
18251
18252 #. type: =item
18253 #: ../src/guestfs-availability.pod:21
18254 msgid "B<inotify>"
18255 msgstr ""
18256
18257 #. type: textblock
18258 #: ../src/guestfs-availability.pod:23
18259 msgid ""
18260 "The following functions: L</guestfs_inotify_add_watch> L</"
18261 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
18262 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18263 msgstr ""
18264
18265 #. type: =item
18266 #: ../src/guestfs-availability.pod:31
18267 msgid "B<linuxfsuuid>"
18268 msgstr ""
18269
18270 #. type: textblock
18271 #: ../src/guestfs-availability.pod:33
18272 msgid ""
18273 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
18274 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18275 msgstr ""
18276
18277 #. type: =item
18278 #: ../src/guestfs-availability.pod:40
18279 msgid "B<linuxmodules>"
18280 msgstr ""
18281
18282 #. type: textblock
18283 #: ../src/guestfs-availability.pod:42
18284 msgid "The following functions: L</guestfs_modprobe>"
18285 msgstr ""
18286
18287 #. type: =item
18288 #: ../src/guestfs-availability.pod:45
18289 msgid "B<linuxxattrs>"
18290 msgstr ""
18291
18292 #. type: textblock
18293 #: ../src/guestfs-availability.pod:47
18294 msgid ""
18295 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
18296 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
18297 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
18298 "guestfs_setxattr>"
18299 msgstr ""
18300
18301 #. type: =item
18302 #: ../src/guestfs-availability.pod:58
18303 msgid "B<luks>"
18304 msgstr ""
18305
18306 #. type: textblock
18307 #: ../src/guestfs-availability.pod:60
18308 msgid ""
18309 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
18310 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
18311 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18312 msgstr ""
18313
18314 #. type: =item
18315 #: ../src/guestfs-availability.pod:69
18316 msgid "B<lvm2>"
18317 msgstr ""
18318
18319 #. type: textblock
18320 #: ../src/guestfs-availability.pod:71
18321 msgid ""
18322 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
18323 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
18324 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
18325 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
18326 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
18327 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
18328 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
18329 msgstr ""
18330
18331 #. type: =item
18332 #: ../src/guestfs-availability.pod:94
18333 msgid "B<mknod>"
18334 msgstr ""
18335
18336 #. type: textblock
18337 #: ../src/guestfs-availability.pod:96
18338 msgid ""
18339 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
18340 "guestfs_mknod_b> L</guestfs_mknod_c>"
18341 msgstr ""
18342
18343 #. type: =item
18344 #: ../src/guestfs-availability.pod:102
18345 msgid "B<ntfs3g>"
18346 msgstr ""
18347
18348 #. type: textblock
18349 #: ../src/guestfs-availability.pod:104
18350 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18351 msgstr ""
18352
18353 #. type: =item
18354 #: ../src/guestfs-availability.pod:107
18355 msgid "B<ntfsprogs>"
18356 msgstr ""
18357
18358 #. type: textblock
18359 #: ../src/guestfs-availability.pod:109
18360 msgid ""
18361 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18362 msgstr ""
18363
18364 #. type: =item
18365 #: ../src/guestfs-availability.pod:113
18366 msgid "B<realpath>"
18367 msgstr ""
18368
18369 #. type: textblock
18370 #: ../src/guestfs-availability.pod:115
18371 msgid "The following functions: L</guestfs_realpath>"
18372 msgstr ""
18373
18374 #. type: =item
18375 #: ../src/guestfs-availability.pod:118
18376 msgid "B<scrub>"
18377 msgstr ""
18378
18379 #. type: textblock
18380 #: ../src/guestfs-availability.pod:120
18381 msgid ""
18382 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
18383 "guestfs_scrub_freespace>"
18384 msgstr ""
18385
18386 #. type: =item
18387 #: ../src/guestfs-availability.pod:125
18388 msgid "B<selinux>"
18389 msgstr ""
18390
18391 #. type: textblock
18392 #: ../src/guestfs-availability.pod:127
18393 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18394 msgstr ""
18395
18396 #. type: =item
18397 #: ../src/guestfs-availability.pod:131
18398 msgid "B<xz>"
18399 msgstr ""
18400
18401 #. type: textblock
18402 #: ../src/guestfs-availability.pod:133
18403 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18404 msgstr ""
18405
18406 #. type: =item
18407 #: ../src/guestfs-availability.pod:137
18408 msgid "B<zerofree>"
18409 msgstr ""
18410
18411 #. type: textblock
18412 #: ../src/guestfs-availability.pod:139
18413 msgid "The following functions: L</guestfs_zerofree>"
18414 msgstr ""
18415
18416 #. type: =head2
18417 #: ../src/guestfs-structs.pod:1
18418 msgid "guestfs_int_bool"
18419 msgstr ""
18420
18421 #. type: verbatim
18422 #: ../src/guestfs-structs.pod:3
18423 #, no-wrap
18424 msgid ""
18425 " struct guestfs_int_bool {\n"
18426 "   int32_t i;\n"
18427 "   int32_t b;\n"
18428 " };\n"
18429 " \n"
18430 msgstr ""
18431
18432 #. type: verbatim
18433 #: ../src/guestfs-structs.pod:8
18434 #, no-wrap
18435 msgid ""
18436 " struct guestfs_int_bool_list {\n"
18437 "   uint32_t len; /* Number of elements in list. */\n"
18438 "   struct guestfs_int_bool *val; /* Elements. */\n"
18439 " };\n"
18440 " \n"
18441 msgstr ""
18442
18443 #. type: verbatim
18444 #: ../src/guestfs-structs.pod:13
18445 #, no-wrap
18446 msgid ""
18447 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18448 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18449 "\n"
18450 msgstr ""
18451
18452 #. type: =head2
18453 #: ../src/guestfs-structs.pod:16
18454 msgid "guestfs_lvm_pv"
18455 msgstr ""
18456
18457 #. type: verbatim
18458 #: ../src/guestfs-structs.pod:18
18459 #, no-wrap
18460 msgid ""
18461 " struct guestfs_lvm_pv {\n"
18462 "   char *pv_name;\n"
18463 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18464 "   char pv_uuid[32];\n"
18465 "   char *pv_fmt;\n"
18466 "   uint64_t pv_size;\n"
18467 "   uint64_t dev_size;\n"
18468 "   uint64_t pv_free;\n"
18469 "   uint64_t pv_used;\n"
18470 "   char *pv_attr;\n"
18471 "   int64_t pv_pe_count;\n"
18472 "   int64_t pv_pe_alloc_count;\n"
18473 "   char *pv_tags;\n"
18474 "   uint64_t pe_start;\n"
18475 "   int64_t pv_mda_count;\n"
18476 "   uint64_t pv_mda_free;\n"
18477 " };\n"
18478 " \n"
18479 msgstr ""
18480
18481 #. type: verbatim
18482 #: ../src/guestfs-structs.pod:36
18483 #, no-wrap
18484 msgid ""
18485 " struct guestfs_lvm_pv_list {\n"
18486 "   uint32_t len; /* Number of elements in list. */\n"
18487 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18488 " };\n"
18489 " \n"
18490 msgstr ""
18491
18492 #. type: verbatim
18493 #: ../src/guestfs-structs.pod:41
18494 #, no-wrap
18495 msgid ""
18496 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18497 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18498 "\n"
18499 msgstr ""
18500
18501 #. type: =head2
18502 #: ../src/guestfs-structs.pod:44
18503 msgid "guestfs_lvm_vg"
18504 msgstr ""
18505
18506 #. type: verbatim
18507 #: ../src/guestfs-structs.pod:46
18508 #, no-wrap
18509 msgid ""
18510 " struct guestfs_lvm_vg {\n"
18511 "   char *vg_name;\n"
18512 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18513 "   char vg_uuid[32];\n"
18514 "   char *vg_fmt;\n"
18515 "   char *vg_attr;\n"
18516 "   uint64_t vg_size;\n"
18517 "   uint64_t vg_free;\n"
18518 "   char *vg_sysid;\n"
18519 "   uint64_t vg_extent_size;\n"
18520 "   int64_t vg_extent_count;\n"
18521 "   int64_t vg_free_count;\n"
18522 "   int64_t max_lv;\n"
18523 "   int64_t max_pv;\n"
18524 "   int64_t pv_count;\n"
18525 "   int64_t lv_count;\n"
18526 "   int64_t snap_count;\n"
18527 "   int64_t vg_seqno;\n"
18528 "   char *vg_tags;\n"
18529 "   int64_t vg_mda_count;\n"
18530 "   uint64_t vg_mda_free;\n"
18531 " };\n"
18532 " \n"
18533 msgstr ""
18534
18535 #. type: verbatim
18536 #: ../src/guestfs-structs.pod:69
18537 #, no-wrap
18538 msgid ""
18539 " struct guestfs_lvm_vg_list {\n"
18540 "   uint32_t len; /* Number of elements in list. */\n"
18541 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18542 " };\n"
18543 " \n"
18544 msgstr ""
18545
18546 #. type: verbatim
18547 #: ../src/guestfs-structs.pod:74
18548 #, no-wrap
18549 msgid ""
18550 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18551 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18552 "\n"
18553 msgstr ""
18554
18555 #. type: =head2
18556 #: ../src/guestfs-structs.pod:77
18557 msgid "guestfs_lvm_lv"
18558 msgstr ""
18559
18560 #. type: verbatim
18561 #: ../src/guestfs-structs.pod:79
18562 #, no-wrap
18563 msgid ""
18564 " struct guestfs_lvm_lv {\n"
18565 "   char *lv_name;\n"
18566 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18567 "   char lv_uuid[32];\n"
18568 "   char *lv_attr;\n"
18569 "   int64_t lv_major;\n"
18570 "   int64_t lv_minor;\n"
18571 "   int64_t lv_kernel_major;\n"
18572 "   int64_t lv_kernel_minor;\n"
18573 "   uint64_t lv_size;\n"
18574 "   int64_t seg_count;\n"
18575 "   char *origin;\n"
18576 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18577 "   float snap_percent;\n"
18578 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18579 "   float copy_percent;\n"
18580 "   char *move_pv;\n"
18581 "   char *lv_tags;\n"
18582 "   char *mirror_log;\n"
18583 "   char *modules;\n"
18584 " };\n"
18585 " \n"
18586 msgstr ""
18587
18588 #. type: verbatim
18589 #: ../src/guestfs-structs.pod:101
18590 #, no-wrap
18591 msgid ""
18592 " struct guestfs_lvm_lv_list {\n"
18593 "   uint32_t len; /* Number of elements in list. */\n"
18594 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18595 " };\n"
18596 " \n"
18597 msgstr ""
18598
18599 #. type: verbatim
18600 #: ../src/guestfs-structs.pod:106
18601 #, no-wrap
18602 msgid ""
18603 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18604 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18605 "\n"
18606 msgstr ""
18607
18608 #. type: verbatim
18609 #: ../src/guestfs-structs.pod:111
18610 #, no-wrap
18611 msgid ""
18612 " struct guestfs_stat {\n"
18613 "   int64_t dev;\n"
18614 "   int64_t ino;\n"
18615 "   int64_t mode;\n"
18616 "   int64_t nlink;\n"
18617 "   int64_t uid;\n"
18618 "   int64_t gid;\n"
18619 "   int64_t rdev;\n"
18620 "   int64_t size;\n"
18621 "   int64_t blksize;\n"
18622 "   int64_t blocks;\n"
18623 "   int64_t atime;\n"
18624 "   int64_t mtime;\n"
18625 "   int64_t ctime;\n"
18626 " };\n"
18627 " \n"
18628 msgstr ""
18629
18630 #. type: verbatim
18631 #: ../src/guestfs-structs.pod:127
18632 #, no-wrap
18633 msgid ""
18634 " struct guestfs_stat_list {\n"
18635 "   uint32_t len; /* Number of elements in list. */\n"
18636 "   struct guestfs_stat *val; /* Elements. */\n"
18637 " };\n"
18638 " \n"
18639 msgstr ""
18640
18641 #. type: verbatim
18642 #: ../src/guestfs-structs.pod:132
18643 #, no-wrap
18644 msgid ""
18645 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18646 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18647 "\n"
18648 msgstr ""
18649
18650 #. type: verbatim
18651 #: ../src/guestfs-structs.pod:137
18652 #, no-wrap
18653 msgid ""
18654 " struct guestfs_statvfs {\n"
18655 "   int64_t bsize;\n"
18656 "   int64_t frsize;\n"
18657 "   int64_t blocks;\n"
18658 "   int64_t bfree;\n"
18659 "   int64_t bavail;\n"
18660 "   int64_t files;\n"
18661 "   int64_t ffree;\n"
18662 "   int64_t favail;\n"
18663 "   int64_t fsid;\n"
18664 "   int64_t flag;\n"
18665 "   int64_t namemax;\n"
18666 " };\n"
18667 " \n"
18668 msgstr ""
18669
18670 #. type: verbatim
18671 #: ../src/guestfs-structs.pod:151
18672 #, no-wrap
18673 msgid ""
18674 " struct guestfs_statvfs_list {\n"
18675 "   uint32_t len; /* Number of elements in list. */\n"
18676 "   struct guestfs_statvfs *val; /* Elements. */\n"
18677 " };\n"
18678 " \n"
18679 msgstr ""
18680
18681 #. type: verbatim
18682 #: ../src/guestfs-structs.pod:156
18683 #, no-wrap
18684 msgid ""
18685 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18686 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18687 "\n"
18688 msgstr ""
18689
18690 #. type: =head2
18691 #: ../src/guestfs-structs.pod:159
18692 msgid "guestfs_dirent"
18693 msgstr ""
18694
18695 #. type: verbatim
18696 #: ../src/guestfs-structs.pod:161
18697 #, no-wrap
18698 msgid ""
18699 " struct guestfs_dirent {\n"
18700 "   int64_t ino;\n"
18701 "   char ftyp;\n"
18702 "   char *name;\n"
18703 " };\n"
18704 " \n"
18705 msgstr ""
18706
18707 #. type: verbatim
18708 #: ../src/guestfs-structs.pod:167
18709 #, no-wrap
18710 msgid ""
18711 " struct guestfs_dirent_list {\n"
18712 "   uint32_t len; /* Number of elements in list. */\n"
18713 "   struct guestfs_dirent *val; /* Elements. */\n"
18714 " };\n"
18715 " \n"
18716 msgstr ""
18717
18718 #. type: verbatim
18719 #: ../src/guestfs-structs.pod:172
18720 #, no-wrap
18721 msgid ""
18722 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18723 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18724 "\n"
18725 msgstr ""
18726
18727 #. type: verbatim
18728 #: ../src/guestfs-structs.pod:177
18729 #, no-wrap
18730 msgid ""
18731 " struct guestfs_version {\n"
18732 "   int64_t major;\n"
18733 "   int64_t minor;\n"
18734 "   int64_t release;\n"
18735 "   char *extra;\n"
18736 " };\n"
18737 " \n"
18738 msgstr ""
18739
18740 #. type: verbatim
18741 #: ../src/guestfs-structs.pod:184
18742 #, no-wrap
18743 msgid ""
18744 " struct guestfs_version_list {\n"
18745 "   uint32_t len; /* Number of elements in list. */\n"
18746 "   struct guestfs_version *val; /* Elements. */\n"
18747 " };\n"
18748 " \n"
18749 msgstr ""
18750
18751 #. type: verbatim
18752 #: ../src/guestfs-structs.pod:189
18753 #, no-wrap
18754 msgid ""
18755 " void guestfs_free_version (struct guestfs_free_version *);\n"
18756 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18757 "\n"
18758 msgstr ""
18759
18760 #. type: =head2
18761 #: ../src/guestfs-structs.pod:192
18762 msgid "guestfs_xattr"
18763 msgstr ""
18764
18765 #. type: verbatim
18766 #: ../src/guestfs-structs.pod:194
18767 #, no-wrap
18768 msgid ""
18769 " struct guestfs_xattr {\n"
18770 "   char *attrname;\n"
18771 "   /* The next two fields describe a byte array. */\n"
18772 "   uint32_t attrval_len;\n"
18773 "   char *attrval;\n"
18774 " };\n"
18775 " \n"
18776 msgstr ""
18777
18778 #. type: verbatim
18779 #: ../src/guestfs-structs.pod:201
18780 #, no-wrap
18781 msgid ""
18782 " struct guestfs_xattr_list {\n"
18783 "   uint32_t len; /* Number of elements in list. */\n"
18784 "   struct guestfs_xattr *val; /* Elements. */\n"
18785 " };\n"
18786 " \n"
18787 msgstr ""
18788
18789 #. type: verbatim
18790 #: ../src/guestfs-structs.pod:206
18791 #, no-wrap
18792 msgid ""
18793 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18794 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18795 "\n"
18796 msgstr ""
18797
18798 #. type: =head2
18799 #: ../src/guestfs-structs.pod:209
18800 msgid "guestfs_inotify_event"
18801 msgstr ""
18802
18803 #. type: verbatim
18804 #: ../src/guestfs-structs.pod:211
18805 #, no-wrap
18806 msgid ""
18807 " struct guestfs_inotify_event {\n"
18808 "   int64_t in_wd;\n"
18809 "   uint32_t in_mask;\n"
18810 "   uint32_t in_cookie;\n"
18811 "   char *in_name;\n"
18812 " };\n"
18813 " \n"
18814 msgstr ""
18815
18816 #. type: verbatim
18817 #: ../src/guestfs-structs.pod:218
18818 #, no-wrap
18819 msgid ""
18820 " struct guestfs_inotify_event_list {\n"
18821 "   uint32_t len; /* Number of elements in list. */\n"
18822 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18823 " };\n"
18824 " \n"
18825 msgstr ""
18826
18827 #. type: verbatim
18828 #: ../src/guestfs-structs.pod:223
18829 #, no-wrap
18830 msgid ""
18831 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18832 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
18833 "\n"
18834 msgstr ""
18835
18836 #. type: =head2
18837 #: ../src/guestfs-structs.pod:226
18838 msgid "guestfs_partition"
18839 msgstr ""
18840
18841 #. type: verbatim
18842 #: ../src/guestfs-structs.pod:228
18843 #, no-wrap
18844 msgid ""
18845 " struct guestfs_partition {\n"
18846 "   int32_t part_num;\n"
18847 "   uint64_t part_start;\n"
18848 "   uint64_t part_end;\n"
18849 "   uint64_t part_size;\n"
18850 " };\n"
18851 " \n"
18852 msgstr ""
18853
18854 #. type: verbatim
18855 #: ../src/guestfs-structs.pod:235
18856 #, no-wrap
18857 msgid ""
18858 " struct guestfs_partition_list {\n"
18859 "   uint32_t len; /* Number of elements in list. */\n"
18860 "   struct guestfs_partition *val; /* Elements. */\n"
18861 " };\n"
18862 " \n"
18863 msgstr ""
18864
18865 #. type: verbatim
18866 #: ../src/guestfs-structs.pod:240
18867 #, no-wrap
18868 msgid ""
18869 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18870 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18871 "\n"
18872 msgstr ""
18873
18874 #. type: =head2
18875 #: ../src/guestfs-structs.pod:243
18876 msgid "guestfs_application"
18877 msgstr ""
18878
18879 #. type: verbatim
18880 #: ../src/guestfs-structs.pod:245
18881 #, no-wrap
18882 msgid ""
18883 " struct guestfs_application {\n"
18884 "   char *app_name;\n"
18885 "   char *app_display_name;\n"
18886 "   int32_t app_epoch;\n"
18887 "   char *app_version;\n"
18888 "   char *app_release;\n"
18889 "   char *app_install_path;\n"
18890 "   char *app_trans_path;\n"
18891 "   char *app_publisher;\n"
18892 "   char *app_url;\n"
18893 "   char *app_source_package;\n"
18894 "   char *app_summary;\n"
18895 "   char *app_description;\n"
18896 " };\n"
18897 " \n"
18898 msgstr ""
18899
18900 #. type: verbatim
18901 #: ../src/guestfs-structs.pod:260
18902 #, no-wrap
18903 msgid ""
18904 " struct guestfs_application_list {\n"
18905 "   uint32_t len; /* Number of elements in list. */\n"
18906 "   struct guestfs_application *val; /* Elements. */\n"
18907 " };\n"
18908 " \n"
18909 msgstr ""
18910
18911 #. type: verbatim
18912 #: ../src/guestfs-structs.pod:265
18913 #, no-wrap
18914 msgid ""
18915 " void guestfs_free_application (struct guestfs_free_application *);\n"
18916 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
18917 "\n"
18918 msgstr ""
18919
18920 #. type: textblock
18921 #: ../fish/guestfish.pod:5
18922 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18923 msgstr ""
18924
18925 #. type: verbatim
18926 #: ../fish/guestfish.pod:9
18927 #, no-wrap
18928 msgid ""
18929 " guestfish [--options] [commands]\n"
18930 "\n"
18931 msgstr ""
18932
18933 #. type: verbatim
18934 #: ../fish/guestfish.pod:11
18935 #, no-wrap
18936 msgid ""
18937 " guestfish\n"
18938 "\n"
18939 msgstr ""
18940
18941 #. type: verbatim
18942 #: ../fish/guestfish.pod:13
18943 #, no-wrap
18944 msgid ""
18945 " guestfish [--ro|--rw] -a disk.img\n"
18946 "\n"
18947 msgstr ""
18948
18949 #. type: verbatim
18950 #: ../fish/guestfish.pod:15
18951 #, no-wrap
18952 msgid ""
18953 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18954 "\n"
18955 msgstr ""
18956
18957 #. type: verbatim
18958 #: ../fish/guestfish.pod:17
18959 #, no-wrap
18960 msgid ""
18961 " guestfish -d libvirt-domain\n"
18962 "\n"
18963 msgstr ""
18964
18965 #. type: verbatim
18966 #: ../fish/guestfish.pod:19
18967 #, no-wrap
18968 msgid ""
18969 " guestfish [--ro|--rw] -a disk.img -i\n"
18970 "\n"
18971 msgstr ""
18972
18973 #. type: verbatim
18974 #: ../fish/guestfish.pod:21
18975 #, no-wrap
18976 msgid ""
18977 " guestfish -d libvirt-domain -i\n"
18978 "\n"
18979 msgstr ""
18980
18981 #. type: =head1
18982 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
18983 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18984 msgid "WARNING"
18985 msgstr ""
18986
18987 #. type: textblock
18988 #: ../fish/guestfish.pod:25
18989 msgid ""
18990 "Using guestfish in read/write mode on live virtual machines can be "
18991 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18992 "option to use guestfish safely if the disk image or virtual machine might be "
18993 "live."
18994 msgstr ""
18995
18996 #. type: textblock
18997 #: ../fish/guestfish.pod:32
18998 msgid ""
18999 "Guestfish is a shell and command-line tool for examining and modifying "
19000 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19001 "functionality of the guestfs API, see L<guestfs(3)>."
19002 msgstr ""
19003
19004 #. type: textblock
19005 #: ../fish/guestfish.pod:36
19006 msgid ""
19007 "Guestfish gives you structured access to the libguestfs API, from shell "
19008 "scripts or the command line or interactively.  If you want to rescue a "
19009 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19010 "command."
19011 msgstr ""
19012
19013 #. type: =head1
19014 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942
19015 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58
19016 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
19017 msgid "EXAMPLES"
19018 msgstr ""
19019
19020 #. type: =head2
19021 #: ../fish/guestfish.pod:43
19022 msgid "As an interactive shell"
19023 msgstr ""
19024
19025 #. type: verbatim
19026 #: ../fish/guestfish.pod:45
19027 #, no-wrap
19028 msgid ""
19029 " $ guestfish\n"
19030 " \n"
19031 msgstr ""
19032
19033 #. type: verbatim
19034 #: ../fish/guestfish.pod:47
19035 #, no-wrap
19036 msgid ""
19037 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19038 " editing virtual machine filesystems.\n"
19039 " \n"
19040 msgstr ""
19041
19042 #. type: verbatim
19043 #: ../fish/guestfish.pod:50
19044 #, no-wrap
19045 msgid ""
19046 " Type: 'help' for a list of commands\n"
19047 "       'man' to read the manual\n"
19048 "       'quit' to quit the shell\n"
19049 " \n"
19050 msgstr ""
19051
19052 #. type: verbatim
19053 #: ../fish/guestfish.pod:54
19054 #, no-wrap
19055 msgid ""
19056 " ><fs> add-ro disk.img\n"
19057 " ><fs> run\n"
19058 " ><fs> list-filesystems\n"
19059 " /dev/sda1: ext4\n"
19060 " /dev/vg_guest/lv_root: ext4\n"
19061 " /dev/vg_guest/lv_swap: swap\n"
19062 " ><fs> mount /dev/vg_guest/lv_root /\n"
19063 " ><fs> cat /etc/fstab\n"
19064 " # /etc/fstab\n"
19065 " # Created by anaconda\n"
19066 " [...]\n"
19067 " ><fs> exit\n"
19068 "\n"
19069 msgstr ""
19070
19071 #. type: =head2
19072 #: ../fish/guestfish.pod:67
19073 msgid "From shell scripts"
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:69
19078 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19079 msgstr ""
19080
19081 #. type: verbatim
19082 #: ../fish/guestfish.pod:71
19083 #, no-wrap
19084 msgid ""
19085 " guestfish <<_EOF_\n"
19086 " add disk.img\n"
19087 " run\n"
19088 " mount /dev/vg_guest/lv_root /\n"
19089 " write /etc/motd \"Welcome, new users\"\n"
19090 " _EOF_\n"
19091 "\n"
19092 msgstr ""
19093
19094 #. type: textblock
19095 #: ../fish/guestfish.pod:78
19096 msgid "List the LVM logical volumes in a disk image:"
19097 msgstr ""
19098
19099 #. type: verbatim
19100 #: ../fish/guestfish.pod:80
19101 #, no-wrap
19102 msgid ""
19103 " guestfish -a disk.img --ro <<_EOF_\n"
19104 " run\n"
19105 " lvs\n"
19106 " _EOF_\n"
19107 "\n"
19108 msgstr ""
19109
19110 #. type: textblock
19111 #: ../fish/guestfish.pod:85
19112 msgid "List all the filesystems in a disk image:"
19113 msgstr ""
19114
19115 #. type: verbatim
19116 #: ../fish/guestfish.pod:87
19117 #, no-wrap
19118 msgid ""
19119 " guestfish -a disk.img --ro <<_EOF_\n"
19120 " run\n"
19121 " list-filesystems\n"
19122 " _EOF_\n"
19123 "\n"
19124 msgstr ""
19125
19126 #. type: =head2
19127 #: ../fish/guestfish.pod:92
19128 msgid "On one command line"
19129 msgstr ""
19130
19131 #. type: textblock
19132 #: ../fish/guestfish.pod:94
19133 msgid "Update C</etc/resolv.conf> in a guest:"
19134 msgstr ""
19135
19136 #. type: verbatim
19137 #: ../fish/guestfish.pod:96
19138 #, no-wrap
19139 msgid ""
19140 " guestfish \\\n"
19141 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19142 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19143 "\n"
19144 msgstr ""
19145
19146 #. type: textblock
19147 #: ../fish/guestfish.pod:100
19148 msgid "Edit C</boot/grub/grub.conf> interactively:"
19149 msgstr ""
19150
19151 #. type: verbatim
19152 #: ../fish/guestfish.pod:102
19153 #, no-wrap
19154 msgid ""
19155 " guestfish --rw --add disk.img \\\n"
19156 "   --mount /dev/vg_guest/lv_root \\\n"
19157 "   --mount /dev/sda1:/boot \\\n"
19158 "   edit /boot/grub/grub.conf\n"
19159 "\n"
19160 msgstr ""
19161
19162 #. type: =head2
19163 #: ../fish/guestfish.pod:107
19164 msgid "Mount disks automatically"
19165 msgstr ""
19166
19167 #. type: textblock
19168 #: ../fish/guestfish.pod:109
19169 msgid ""
19170 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19171 msgstr ""
19172
19173 #. type: verbatim
19174 #: ../fish/guestfish.pod:112
19175 #, no-wrap
19176 msgid ""
19177 " guestfish --ro -a disk.img -i cat /etc/group\n"
19178 "\n"
19179 msgstr ""
19180
19181 #. type: verbatim
19182 #: ../fish/guestfish.pod:114
19183 #, no-wrap
19184 msgid ""
19185 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19186 "\n"
19187 msgstr ""
19188
19189 #. type: textblock
19190 #: ../fish/guestfish.pod:116
19191 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19192 msgstr ""
19193
19194 #. type: verbatim
19195 #: ../fish/guestfish.pod:118
19196 #, no-wrap
19197 msgid ""
19198 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19199 "\n"
19200 msgstr ""
19201
19202 #. type: =head2
19203 #: ../fish/guestfish.pod:120
19204 msgid "As a script interpreter"
19205 msgstr ""
19206
19207 #. type: textblock
19208 #: ../fish/guestfish.pod:122
19209 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19210 msgstr ""
19211
19212 #. type: verbatim
19213 #: ../fish/guestfish.pod:124
19214 #, no-wrap
19215 msgid ""
19216 " #!/usr/bin/guestfish -f\n"
19217 " sparse test1.img 100M\n"
19218 " run\n"
19219 " part-disk /dev/sda mbr\n"
19220 " mkfs ext2 /dev/sda1\n"
19221 "\n"
19222 msgstr ""
19223
19224 #. type: =head2
19225 #: ../fish/guestfish.pod:130
19226 msgid "Start with a prepared disk"
19227 msgstr ""
19228
19229 #. type: textblock
19230 #: ../fish/guestfish.pod:132
19231 msgid ""
19232 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19233 "single ext2-formatted partition:"
19234 msgstr ""
19235
19236 #. type: verbatim
19237 #: ../fish/guestfish.pod:135
19238 #, no-wrap
19239 msgid ""
19240 " guestfish -N fs\n"
19241 "\n"
19242 msgstr ""
19243
19244 #. type: textblock
19245 #: ../fish/guestfish.pod:137
19246 msgid "To list what is available do:"
19247 msgstr ""
19248
19249 #. type: verbatim
19250 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
19251 #, no-wrap
19252 msgid ""
19253 " guestfish -N help | less\n"
19254 "\n"
19255 msgstr ""
19256
19257 #. type: =head2
19258 #: ../fish/guestfish.pod:141
19259 msgid "Remote control"
19260 msgstr ""
19261
19262 #. type: verbatim
19263 #: ../fish/guestfish.pod:143
19264 #, no-wrap
19265 msgid ""
19266 " eval \"`guestfish --listen`\"\n"
19267 " guestfish --remote add-ro disk.img\n"
19268 " guestfish --remote run\n"
19269 " guestfish --remote lvs\n"
19270 "\n"
19271 msgstr ""
19272
19273 #. type: =head1
19274 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
19275 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72
19276 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
19277 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
19278 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
19279 msgid "OPTIONS"
19280 msgstr ""
19281
19282 #. type: =item
19283 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
19284 #: ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104
19285 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
19286 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
19287 #: ../tools/virt-list-partitions.pl:62
19288 msgid "B<--help>"
19289 msgstr ""
19290
19291 #. type: textblock
19292 #: ../fish/guestfish.pod:154
19293 msgid "Displays general help on options."
19294 msgstr ""
19295
19296 #. type: =item
19297 #: ../fish/guestfish.pod:156
19298 msgid "B<-h>"
19299 msgstr ""
19300
19301 #. type: =item
19302 #: ../fish/guestfish.pod:158
19303 msgid "B<--cmd-help>"
19304 msgstr ""
19305
19306 #. type: textblock
19307 #: ../fish/guestfish.pod:160
19308 msgid "Lists all available guestfish commands."
19309 msgstr ""
19310
19311 #. type: =item
19312 #: ../fish/guestfish.pod:162
19313 msgid "B<-h cmd>"
19314 msgstr ""
19315
19316 #. type: =item
19317 #: ../fish/guestfish.pod:164
19318 msgid "B<--cmd-help cmd>"
19319 msgstr ""
19320
19321 #. type: textblock
19322 #: ../fish/guestfish.pod:166
19323 msgid "Displays detailed help on a single command C<cmd>."
19324 msgstr ""
19325
19326 #. type: =item
19327 #: ../fish/guestfish.pod:168
19328 msgid "B<-a image>"
19329 msgstr ""
19330
19331 #. type: =item
19332 #: ../fish/guestfish.pod:170
19333 msgid "B<--add image>"
19334 msgstr ""
19335
19336 #. type: textblock
19337 #: ../fish/guestfish.pod:172
19338 msgid "Add a block device or virtual machine image to the shell."
19339 msgstr ""
19340
19341 #. type: textblock
19342 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
19343 msgid ""
19344 "The format of the disk image is auto-detected.  To override this and force a "
19345 "particular format use the I<--format=..> option."
19346 msgstr ""
19347
19348 #. type: textblock
19349 #: ../fish/guestfish.pod:177
19350 msgid ""
19351 "Using this flag is mostly equivalent to using the C<add> command, with "
19352 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19353 "the I<--format:...> flag was given."
19354 msgstr ""
19355
19356 #. type: =item
19357 #: ../fish/guestfish.pod:181
19358 msgid "B<-c URI>"
19359 msgstr ""
19360
19361 #. type: =item
19362 #: ../fish/guestfish.pod:183
19363 msgid "B<--connect URI>"
19364 msgstr ""
19365
19366 #. type: textblock
19367 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
19368 msgid ""
19369 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19370 "URI to use.  The default is to use the default libvirt connection."
19371 msgstr ""
19372
19373 #. type: =item
19374 #: ../fish/guestfish.pod:189
19375 msgid "B<--csh>"
19376 msgstr ""
19377
19378 #. type: textblock
19379 #: ../fish/guestfish.pod:191
19380 msgid ""
19381 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19382 "section L</REMOTE CONTROL AND CSH> below."
19383 msgstr ""
19384
19385 #. type: =item
19386 #: ../fish/guestfish.pod:194
19387 msgid "B<-d libvirt-domain>"
19388 msgstr ""
19389
19390 #. type: =item
19391 #: ../fish/guestfish.pod:196
19392 msgid "B<--domain libvirt-domain>"
19393 msgstr ""
19394
19395 #. type: textblock
19396 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
19397 msgid ""
19398 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19399 "used, then any libvirt domain can be used.  However in write mode, only "
19400 "libvirt domains which are shut down can be named here."
19401 msgstr ""
19402
19403 #. type: textblock
19404 #: ../fish/guestfish.pod:202
19405 msgid ""
19406 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19407 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19408 "if the I<--format:...> flag was given."
19409 msgstr ""
19410
19411 #. type: =item
19412 #: ../fish/guestfish.pod:206
19413 msgid "B<-D>"
19414 msgstr ""
19415
19416 #. type: =item
19417 #: ../fish/guestfish.pod:208
19418 msgid "B<--no-dest-paths>"
19419 msgstr ""
19420
19421 #. type: textblock
19422 #: ../fish/guestfish.pod:210
19423 msgid ""
19424 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19425 "to hit the tab key to complete paths on the guest filesystem, but this "
19426 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19427 "allow this feature to be disabled."
19428 msgstr ""
19429
19430 #. type: =item
19431 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
19432 msgid "B<--echo-keys>"
19433 msgstr ""
19434
19435 #. type: textblock
19436 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
19437 msgid ""
19438 "When prompting for keys and passphrases, guestfish normally turns echoing "
19439 "off so you cannot see what you are typing.  If you are not worried about "
19440 "Tempest attacks and there is no one else in the room you can specify this "
19441 "flag to see what you are typing."
19442 msgstr ""
19443
19444 #. type: =item
19445 #: ../fish/guestfish.pod:222
19446 msgid "B<-f file>"
19447 msgstr ""
19448
19449 #. type: =item
19450 #: ../fish/guestfish.pod:224
19451 msgid "B<--file file>"
19452 msgstr ""
19453
19454 #. type: textblock
19455 #: ../fish/guestfish.pod:226
19456 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19457 msgstr ""
19458
19459 #. type: verbatim
19460 #: ../fish/guestfish.pod:229
19461 #, no-wrap
19462 msgid ""
19463 " #!/usr/bin/guestfish -f\n"
19464 "\n"
19465 msgstr ""
19466
19467 #. type: =item
19468 #: ../fish/guestfish.pod:231
19469 msgid "B<--format=raw|qcow2|..>"
19470 msgstr ""
19471
19472 #. type: =item
19473 #: ../fish/guestfish.pod:233
19474 msgid "B<--format>"
19475 msgstr ""
19476
19477 #. type: textblock
19478 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
19479 msgid ""
19480 "The default for the I<-a> option is to auto-detect the format of the disk "
19481 "image.  Using this forces the disk format for I<-a> options which follow on "
19482 "the command line.  Using I<--format> with no argument switches back to auto-"
19483 "detection for subsequent I<-a> options."
19484 msgstr ""
19485
19486 #. type: verbatim
19487 #: ../fish/guestfish.pod:242
19488 #, no-wrap
19489 msgid ""
19490 " guestfish --format=raw -a disk.img\n"
19491 "\n"
19492 msgstr ""
19493
19494 #. type: textblock
19495 #: ../fish/guestfish.pod:244
19496 msgid "forces raw format (no auto-detection) for C<disk.img>."
19497 msgstr ""
19498
19499 #. type: verbatim
19500 #: ../fish/guestfish.pod:246
19501 #, no-wrap
19502 msgid ""
19503 " guestfish --format=raw -a disk.img --format -a another.img\n"
19504 "\n"
19505 msgstr ""
19506
19507 #. type: textblock
19508 #: ../fish/guestfish.pod:248
19509 msgid ""
19510 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
19511 "detection for C<another.img>."
19512 msgstr ""
19513
19514 #. type: textblock
19515 #: ../fish/guestfish.pod:251
19516 msgid ""
19517 "If you have untrusted raw-format guest disk images, you should use this "
19518 "option to specify the disk format.  This avoids a possible security problem "
19519 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19520 msgstr ""
19521
19522 #. type: =item
19523 #: ../fish/guestfish.pod:256
19524 msgid "B<-i>"
19525 msgstr ""
19526
19527 #. type: =item
19528 #: ../fish/guestfish.pod:258
19529 msgid "B<--inspector>"
19530 msgstr ""
19531
19532 #. type: textblock
19533 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
19534 msgid ""
19535 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19536 "system and mount filesystems as they would be mounted on the real virtual "
19537 "machine."
19538 msgstr ""
19539
19540 #. type: textblock
19541 #: ../fish/guestfish.pod:264
19542 msgid "Typical usage is either:"
19543 msgstr ""
19544
19545 #. type: verbatim
19546 #: ../fish/guestfish.pod:266
19547 #, no-wrap
19548 msgid ""
19549 " guestfish -d myguest -i\n"
19550 "\n"
19551 msgstr ""
19552
19553 #. type: textblock
19554 #: ../fish/guestfish.pod:268
19555 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19556 msgstr ""
19557
19558 #. type: verbatim
19559 #: ../fish/guestfish.pod:270
19560 #, no-wrap
19561 msgid ""
19562 " guestfish --ro -d myguest -i\n"
19563 "\n"
19564 msgstr ""
19565
19566 #. type: textblock
19567 #: ../fish/guestfish.pod:272
19568 msgid "(for active domains, readonly), or specify the block device directly:"
19569 msgstr ""
19570
19571 #. type: verbatim
19572 #: ../fish/guestfish.pod:274
19573 #, no-wrap
19574 msgid ""
19575 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19576 "\n"
19577 msgstr ""
19578
19579 #. type: textblock
19580 #: ../fish/guestfish.pod:276
19581 msgid ""
19582 "Note that the command line syntax changed slightly over older versions of "
19583 "guestfish.  You can still use the old syntax:"
19584 msgstr ""
19585
19586 #. type: verbatim
19587 #: ../fish/guestfish.pod:279
19588 #, no-wrap
19589 msgid ""
19590 " guestfish [--ro] -i disk.img\n"
19591 "\n"
19592 msgstr ""
19593
19594 #. type: verbatim
19595 #: ../fish/guestfish.pod:281
19596 #, no-wrap
19597 msgid ""
19598 " guestfish [--ro] -i libvirt-domain\n"
19599 "\n"
19600 msgstr ""
19601
19602 #. type: textblock
19603 #: ../fish/guestfish.pod:283
19604 msgid ""
19605 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19606 "then using other commands to mount the filesystems that were found."
19607 msgstr ""
19608
19609 #. type: =item
19610 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19611 msgid "B<--keys-from-stdin>"
19612 msgstr ""
19613
19614 #. type: textblock
19615 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19616 msgid ""
19617 "Read key or passphrase parameters from stdin.  The default is to try to read "
19618 "passphrases from the user by opening C</dev/tty>."
19619 msgstr ""
19620
19621 #. type: =item
19622 #: ../fish/guestfish.pod:292
19623 msgid "B<--listen>"
19624 msgstr ""
19625
19626 #. type: textblock
19627 #: ../fish/guestfish.pod:294
19628 msgid ""
19629 "Fork into the background and listen for remote commands.  See section L</"
19630 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19631 msgstr ""
19632
19633 #. type: =item
19634 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19635 msgid "B<--live>"
19636 msgstr ""
19637
19638 #. type: textblock
19639 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19640 msgid ""
19641 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
19642 "ATTACHING TO RUNNING DAEMONS>)."
19643 msgstr ""
19644
19645 #. type: =item
19646 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19647 msgid "B<-m dev[:mountpoint[:options]]>"
19648 msgstr ""
19649
19650 #. type: =item
19651 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19652 msgid "B<--mount dev[:mountpoint[:options]]>"
19653 msgstr ""
19654
19655 #. type: textblock
19656 #: ../fish/guestfish.pod:306
19657 msgid "Mount the named partition or logical volume on the given mountpoint."
19658 msgstr ""
19659
19660 #. type: textblock
19661 #: ../fish/guestfish.pod:308
19662 msgid "If the mountpoint is omitted, it defaults to C</>."
19663 msgstr ""
19664
19665 #. type: textblock
19666 #: ../fish/guestfish.pod:310
19667 msgid "You have to mount something on C</> before most commands will work."
19668 msgstr ""
19669
19670 #. type: textblock
19671 #: ../fish/guestfish.pod:312
19672 msgid ""
19673 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19674 "launched."
19675 msgstr ""
19676
19677 #. type: textblock
19678 #: ../fish/guestfish.pod:315
19679 msgid ""
19680 "If you don't know what filesystems a disk image contains, you can either run "
19681 "guestfish without this option, then list the partitions, filesystems and LVs "
19682 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19683 "commands), or you can use the L<virt-filesystems(1)> program."
19684 msgstr ""
19685
19686 #. type: textblock
19687 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19688 msgid ""
19689 "The third (and rarely used) part of the mount parameter is the list of mount "
19690 "options used to mount the underlying filesystem.  If this is not given, then "
19691 "the mount options are either the empty string or C<ro> (the latter if the "
19692 "I<--ro> flag is used).  By specifying the mount options, you override this "
19693 "default choice.  Probably the only time you would use this is to enable ACLs "
19694 "and/or extended attributes if the filesystem can support them:"
19695 msgstr ""
19696
19697 #. type: verbatim
19698 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19699 #, no-wrap
19700 msgid ""
19701 " -m /dev/sda1:/:acl,user_xattr\n"
19702 "\n"
19703 msgstr ""
19704
19705 #. type: textblock
19706 #: ../fish/guestfish.pod:331
19707 msgid "Using this flag is equivalent to using the C<mount-options> command."
19708 msgstr ""
19709
19710 #. type: =item
19711 #: ../fish/guestfish.pod:333
19712 msgid "B<-n>"
19713 msgstr ""
19714
19715 #. type: =item
19716 #: ../fish/guestfish.pod:335
19717 msgid "B<--no-sync>"
19718 msgstr ""
19719
19720 #. type: textblock
19721 #: ../fish/guestfish.pod:337
19722 msgid ""
19723 "Disable autosync.  This is enabled by default.  See the discussion of "
19724 "autosync in the L<guestfs(3)> manpage."
19725 msgstr ""
19726
19727 #. type: =item
19728 #: ../fish/guestfish.pod:340
19729 msgid "B<-N type>"
19730 msgstr ""
19731
19732 #. type: =item
19733 #: ../fish/guestfish.pod:342
19734 msgid "B<--new type>"
19735 msgstr ""
19736
19737 #. type: =item
19738 #: ../fish/guestfish.pod:344
19739 msgid "B<-N help>"
19740 msgstr ""
19741
19742 #. type: textblock
19743 #: ../fish/guestfish.pod:346
19744 msgid ""
19745 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19746 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19747 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19748 "IMAGES> below."
19749 msgstr ""
19750
19751 #. type: =item
19752 #: ../fish/guestfish.pod:351
19753 msgid "B<--progress-bars>"
19754 msgstr ""
19755
19756 #. type: textblock
19757 #: ../fish/guestfish.pod:353
19758 msgid "Enable progress bars, even when guestfish is used non-interactively."
19759 msgstr ""
19760
19761 #. type: textblock
19762 #: ../fish/guestfish.pod:355
19763 msgid ""
19764 "Progress bars are enabled by default when guestfish is used as an "
19765 "interactive shell."
19766 msgstr ""
19767
19768 #. type: =item
19769 #: ../fish/guestfish.pod:358
19770 msgid "B<--no-progress-bars>"
19771 msgstr ""
19772
19773 #. type: textblock
19774 #: ../fish/guestfish.pod:360
19775 msgid "Disable progress bars."
19776 msgstr ""
19777
19778 #. type: =item
19779 #: ../fish/guestfish.pod:362
19780 msgid "B<--remote[=pid]>"
19781 msgstr ""
19782
19783 #. type: textblock
19784 #: ../fish/guestfish.pod:364
19785 msgid ""
19786 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19787 "CONTROL GUESTFISH OVER A SOCKET> below."
19788 msgstr ""
19789
19790 #. type: =item
19791 #: ../fish/guestfish.pod:367
19792 msgid "B<-r>"
19793 msgstr ""
19794
19795 #. type: =item
19796 #: ../fish/guestfish.pod:369
19797 msgid "B<--ro>"
19798 msgstr ""
19799
19800 #. type: textblock
19801 #: ../fish/guestfish.pod:371
19802 msgid ""
19803 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19804 "mounts are done read-only."
19805 msgstr ""
19806
19807 #. type: textblock
19808 #: ../fish/guestfish.pod:374
19809 msgid ""
19810 "The option must always be used if the disk image or virtual machine might be "
19811 "running, and is generally recommended in cases where you don't need write "
19812 "access to the disk."
19813 msgstr ""
19814
19815 #. type: textblock
19816 #: ../fish/guestfish.pod:378
19817 msgid ""
19818 "Note that prepared disk images created with I<-N> are not affected by this "
19819 "option.  Also commands like C<add> are not affected - you have to specify "
19820 "the C<readonly:true> option explicitly if you need it."
19821 msgstr ""
19822
19823 #. type: textblock
19824 #: ../fish/guestfish.pod:382
19825 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19826 msgstr ""
19827
19828 #. type: =item
19829 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19830 msgid "B<--selinux>"
19831 msgstr ""
19832
19833 #. type: textblock
19834 #: ../fish/guestfish.pod:386
19835 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19836 msgstr ""
19837
19838 #. type: =item
19839 #: ../fish/guestfish.pod:388
19840 msgid "B<-v>"
19841 msgstr ""
19842
19843 #. type: =item
19844 #: ../fish/guestfish.pod:390
19845 msgid "B<--verbose>"
19846 msgstr ""
19847
19848 #. type: textblock
19849 #: ../fish/guestfish.pod:392
19850 msgid ""
19851 "Enable very verbose messages.  This is particularly useful if you find a bug."
19852 msgstr ""
19853
19854 #. type: =item
19855 #: ../fish/guestfish.pod:395
19856 msgid "B<-V>"
19857 msgstr ""
19858
19859 #. type: =item
19860 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:88
19861 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
19862 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
19863 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19864 msgid "B<--version>"
19865 msgstr ""
19866
19867 #. type: textblock
19868 #: ../fish/guestfish.pod:399
19869 msgid "Display the guestfish / libguestfs version number and exit."
19870 msgstr ""
19871
19872 #. type: =item
19873 #: ../fish/guestfish.pod:401
19874 msgid "B<-w>"
19875 msgstr ""
19876
19877 #. type: =item
19878 #: ../fish/guestfish.pod:403
19879 msgid "B<--rw>"
19880 msgstr ""
19881
19882 #. type: textblock
19883 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19884 msgid ""
19885 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19886 "mounts are done read-write."
19887 msgstr ""
19888
19889 #. type: textblock
19890 #: ../fish/guestfish.pod:408
19891 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19892 msgstr ""
19893
19894 #. type: =item
19895 #: ../fish/guestfish.pod:410
19896 msgid "B<-x>"
19897 msgstr ""
19898
19899 #. type: textblock
19900 #: ../fish/guestfish.pod:412
19901 msgid "Echo each command before executing it."
19902 msgstr ""
19903
19904 #. type: =head1
19905 #: ../fish/guestfish.pod:416
19906 msgid "COMMANDS ON COMMAND LINE"
19907 msgstr ""
19908
19909 #. type: textblock
19910 #: ../fish/guestfish.pod:418
19911 msgid ""
19912 "Any additional (non-option) arguments are treated as commands to execute."
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish.pod:421
19917 msgid ""
19918 "Commands to execute should be separated by a colon (C<:>), where the colon "
19919 "is a separate parameter.  Thus:"
19920 msgstr ""
19921
19922 #. type: verbatim
19923 #: ../fish/guestfish.pod:424
19924 #, no-wrap
19925 msgid ""
19926 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19927 "\n"
19928 msgstr ""
19929
19930 #. type: textblock
19931 #: ../fish/guestfish.pod:426
19932 msgid ""
19933 "If there are no additional arguments, then we enter a shell, either an "
19934 "interactive shell with a prompt (if the input is a terminal) or a non-"
19935 "interactive shell."
19936 msgstr ""
19937
19938 #. type: textblock
19939 #: ../fish/guestfish.pod:430
19940 msgid ""
19941 "In either command line mode or non-interactive shell, the first command that "
19942 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19943 "prompt) if a command fails, you can continue to enter commands."
19944 msgstr ""
19945
19946 #. type: =head1
19947 #: ../fish/guestfish.pod:435
19948 msgid "USING launch (OR run)"
19949 msgstr ""
19950
19951 #. type: textblock
19952 #: ../fish/guestfish.pod:437
19953 msgid ""
19954 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19955 "then launch it, then mount any disks you need, and finally issue actions/"
19956 "commands.  So the general order of the day is:"
19957 msgstr ""
19958
19959 #. type: textblock
19960 #: ../fish/guestfish.pod:445
19961 msgid "add or -a/--add"
19962 msgstr ""
19963
19964 #. type: textblock
19965 #: ../fish/guestfish.pod:449
19966 msgid "launch (aka run)"
19967 msgstr ""
19968
19969 #. type: textblock
19970 #: ../fish/guestfish.pod:453
19971 msgid "mount or -m/--mount"
19972 msgstr ""
19973
19974 #. type: textblock
19975 #: ../fish/guestfish.pod:457
19976 msgid "any other commands"
19977 msgstr ""
19978
19979 #. type: textblock
19980 #: ../fish/guestfish.pod:461
19981 msgid ""
19982 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19983 "guest before mounting or performing any other commands."
19984 msgstr ""
19985
19986 #. type: textblock
19987 #: ../fish/guestfish.pod:464
19988 msgid ""
19989 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19990 "I<--new> options were given then C<run> is done automatically, simply "
19991 "because guestfish can't perform the action you asked for without doing this."
19992 msgstr ""
19993
19994 #. type: =head1
19995 #: ../fish/guestfish.pod:469
19996 msgid "OPENING DISKS FOR READ AND WRITE"
19997 msgstr ""
19998
19999 #. type: textblock
20000 #: ../fish/guestfish.pod:471
20001 msgid ""
20002 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20003 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20004 "I<-i> and I<-m> open disk images read-only or for writing."
20005 msgstr ""
20006
20007 #. type: textblock
20008 #: ../fish/guestfish.pod:476
20009 msgid ""
20010 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
20011 "opening disk images supplied on the command line for write.  To open a disk "
20012 "image read-only you have to do I<-a image --ro>."
20013 msgstr ""
20014
20015 #. type: textblock
20016 #: ../fish/guestfish.pod:480
20017 msgid ""
20018 "This matters: If you accidentally open a live VM disk image writable then "
20019 "you will cause irreversible disk corruption."
20020 msgstr ""
20021
20022 #. type: textblock
20023 #: ../fish/guestfish.pod:483
20024 msgid ""
20025 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
20026 "images will be opened read-only.  You will have to either specify "
20027 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20028 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20029 "access for disk images specified by those other command line options."
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:490
20034 msgid ""
20035 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20036 "which does nothing (it is already the default).  However it is highly "
20037 "recommended that you use this option to indicate that you need write access, "
20038 "and prepare your scripts for the day when this option will be required for "
20039 "write access."
20040 msgstr ""
20041
20042 #. type: textblock
20043 #: ../fish/guestfish.pod:496
20044 msgid ""
20045 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20046 "other libguestfs program apart from guestfish and guestmount."
20047 msgstr ""
20048
20049 #. type: =head1
20050 #: ../fish/guestfish.pod:499
20051 msgid "QUOTING"
20052 msgstr ""
20053
20054 #. type: textblock
20055 #: ../fish/guestfish.pod:501
20056 msgid ""
20057 "You can quote ordinary parameters using either single or double quotes.  For "
20058 "example:"
20059 msgstr ""
20060
20061 #. type: verbatim
20062 #: ../fish/guestfish.pod:504
20063 #, no-wrap
20064 msgid ""
20065 " add \"file with a space.img\"\n"
20066 "\n"
20067 msgstr ""
20068
20069 #. type: verbatim
20070 #: ../fish/guestfish.pod:506
20071 #, no-wrap
20072 msgid ""
20073 " rm '/file name'\n"
20074 "\n"
20075 msgstr ""
20076
20077 #. type: verbatim
20078 #: ../fish/guestfish.pod:508
20079 #, no-wrap
20080 msgid ""
20081 " rm '/\"'\n"
20082 "\n"
20083 msgstr ""
20084
20085 #. type: textblock
20086 #: ../fish/guestfish.pod:510
20087 msgid ""
20088 "A few commands require a list of strings to be passed.  For these, use a "
20089 "whitespace-separated list, enclosed in quotes.  Strings containing "
20090 "whitespace to be passed through must be enclosed in single quotes.  A "
20091 "literal single quote must be escaped with a backslash."
20092 msgstr ""
20093
20094 #. type: verbatim
20095 #: ../fish/guestfish.pod:515
20096 #, no-wrap
20097 msgid ""
20098 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20099 " command \"/bin/echo 'foo      bar'\"\n"
20100 " command \"/bin/echo \\'foo\\'\"\n"
20101 "\n"
20102 msgstr ""
20103
20104 #. type: =head1
20105 #: ../fish/guestfish.pod:519
20106 msgid "OPTIONAL ARGUMENTS"
20107 msgstr ""
20108
20109 #. type: textblock
20110 #: ../fish/guestfish.pod:521
20111 msgid ""
20112 "Some commands take optional arguments.  These arguments appear in this "
20113 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20114 msgstr ""
20115
20116 #. type: verbatim
20117 #: ../fish/guestfish.pod:525
20118 #, no-wrap
20119 msgid ""
20120 " add-drive-opts filename\n"
20121 "\n"
20122 msgstr ""
20123
20124 #. type: verbatim
20125 #: ../fish/guestfish.pod:527
20126 #, no-wrap
20127 msgid ""
20128 " add-drive-opts filename readonly:true\n"
20129 "\n"
20130 msgstr ""
20131
20132 #. type: verbatim
20133 #: ../fish/guestfish.pod:529
20134 #, no-wrap
20135 msgid ""
20136 " add-drive-opts filename format:qcow2 readonly:false\n"
20137 "\n"
20138 msgstr ""
20139
20140 #. type: textblock
20141 #: ../fish/guestfish.pod:531
20142 msgid ""
20143 "Each optional argument can appear at most once.  All optional arguments must "
20144 "appear after the required ones."
20145 msgstr ""
20146
20147 #. type: =head1
20148 #: ../fish/guestfish.pod:534
20149 msgid "NUMBERS"
20150 msgstr ""
20151
20152 #. type: textblock
20153 #: ../fish/guestfish.pod:536
20154 msgid ""
20155 "This section applies to all commands which can take integers as parameters."
20156 msgstr ""
20157
20158 #. type: =head2
20159 #: ../fish/guestfish.pod:539
20160 msgid "SIZE SUFFIX"
20161 msgstr ""
20162
20163 #. type: textblock
20164 #: ../fish/guestfish.pod:541
20165 msgid ""
20166 "When the command takes a parameter measured in bytes, you can use one of the "
20167 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20168 msgstr ""
20169
20170 #. type: =item
20171 #: ../fish/guestfish.pod:547
20172 msgid "B<k> or B<K> or B<KiB>"
20173 msgstr ""
20174
20175 #. type: textblock
20176 #: ../fish/guestfish.pod:549
20177 msgid "The size in kilobytes (multiplied by 1024)."
20178 msgstr ""
20179
20180 #. type: =item
20181 #: ../fish/guestfish.pod:551
20182 msgid "B<KB>"
20183 msgstr ""
20184
20185 #. type: textblock
20186 #: ../fish/guestfish.pod:553
20187 msgid "The size in SI 1000 byte units."
20188 msgstr ""
20189
20190 #. type: =item
20191 #: ../fish/guestfish.pod:555
20192 msgid "B<M> or B<MiB>"
20193 msgstr ""
20194
20195 #. type: textblock
20196 #: ../fish/guestfish.pod:557
20197 msgid "The size in megabytes (multiplied by 1048576)."
20198 msgstr ""
20199
20200 #. type: =item
20201 #: ../fish/guestfish.pod:559
20202 msgid "B<MB>"
20203 msgstr ""
20204
20205 #. type: textblock
20206 #: ../fish/guestfish.pod:561
20207 msgid "The size in SI 1000000 byte units."
20208 msgstr ""
20209
20210 #. type: =item
20211 #: ../fish/guestfish.pod:563
20212 msgid "B<G> or B<GiB>"
20213 msgstr ""
20214
20215 #. type: textblock
20216 #: ../fish/guestfish.pod:565
20217 msgid "The size in gigabytes (multiplied by 2**30)."
20218 msgstr ""
20219
20220 #. type: =item
20221 #: ../fish/guestfish.pod:567
20222 msgid "B<GB>"
20223 msgstr ""
20224
20225 #. type: textblock
20226 #: ../fish/guestfish.pod:569
20227 msgid "The size in SI 10**9 byte units."
20228 msgstr ""
20229
20230 #. type: =item
20231 #: ../fish/guestfish.pod:571
20232 msgid "B<T> or B<TiB>"
20233 msgstr ""
20234
20235 #. type: textblock
20236 #: ../fish/guestfish.pod:573
20237 msgid "The size in terabytes (multiplied by 2**40)."
20238 msgstr ""
20239
20240 #. type: =item
20241 #: ../fish/guestfish.pod:575
20242 msgid "B<TB>"
20243 msgstr ""
20244
20245 #. type: textblock
20246 #: ../fish/guestfish.pod:577
20247 msgid "The size in SI 10**12 byte units."
20248 msgstr ""
20249
20250 #. type: =item
20251 #: ../fish/guestfish.pod:579
20252 msgid "B<P> or B<PiB>"
20253 msgstr ""
20254
20255 #. type: textblock
20256 #: ../fish/guestfish.pod:581
20257 msgid "The size in petabytes (multiplied by 2**50)."
20258 msgstr ""
20259
20260 #. type: =item
20261 #: ../fish/guestfish.pod:583
20262 msgid "B<PB>"
20263 msgstr ""
20264
20265 #. type: textblock
20266 #: ../fish/guestfish.pod:585
20267 msgid "The size in SI 10**15 byte units."
20268 msgstr ""
20269
20270 #. type: =item
20271 #: ../fish/guestfish.pod:587
20272 msgid "B<E> or B<EiB>"
20273 msgstr ""
20274
20275 #. type: textblock
20276 #: ../fish/guestfish.pod:589
20277 msgid "The size in exabytes (multiplied by 2**60)."
20278 msgstr ""
20279
20280 #. type: =item
20281 #: ../fish/guestfish.pod:591
20282 msgid "B<EB>"
20283 msgstr ""
20284
20285 #. type: textblock
20286 #: ../fish/guestfish.pod:593
20287 msgid "The size in SI 10**18 byte units."
20288 msgstr ""
20289
20290 #. type: =item
20291 #: ../fish/guestfish.pod:595
20292 msgid "B<Z> or B<ZiB>"
20293 msgstr ""
20294
20295 #. type: textblock
20296 #: ../fish/guestfish.pod:597
20297 msgid "The size in zettabytes (multiplied by 2**70)."
20298 msgstr ""
20299
20300 #. type: =item
20301 #: ../fish/guestfish.pod:599
20302 msgid "B<ZB>"
20303 msgstr ""
20304
20305 #. type: textblock
20306 #: ../fish/guestfish.pod:601
20307 msgid "The size in SI 10**21 byte units."
20308 msgstr ""
20309
20310 #. type: =item
20311 #: ../fish/guestfish.pod:603
20312 msgid "B<Y> or B<YiB>"
20313 msgstr ""
20314
20315 #. type: textblock
20316 #: ../fish/guestfish.pod:605
20317 msgid "The size in yottabytes (multiplied by 2**80)."
20318 msgstr ""
20319
20320 #. type: =item
20321 #: ../fish/guestfish.pod:607
20322 msgid "B<YB>"
20323 msgstr ""
20324
20325 #. type: textblock
20326 #: ../fish/guestfish.pod:609
20327 msgid "The size in SI 10**24 byte units."
20328 msgstr ""
20329
20330 #. type: verbatim
20331 #: ../fish/guestfish.pod:615
20332 #, no-wrap
20333 msgid ""
20334 " truncate-size /file 1G\n"
20335 "\n"
20336 msgstr ""
20337
20338 #. type: textblock
20339 #: ../fish/guestfish.pod:617
20340 msgid "would truncate the file to 1 gigabyte."
20341 msgstr ""
20342
20343 #. type: textblock
20344 #: ../fish/guestfish.pod:619
20345 msgid ""
20346 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
20347 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
20348 "suffix will probably not do what you expect."
20349 msgstr ""
20350
20351 #. type: =head2
20352 #: ../fish/guestfish.pod:623
20353 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20354 msgstr ""
20355
20356 #. type: textblock
20357 #: ../fish/guestfish.pod:625
20358 msgid ""
20359 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20360 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20361 msgstr ""
20362
20363 #. type: verbatim
20364 #: ../fish/guestfish.pod:628
20365 #, no-wrap
20366 msgid ""
20367 " 1234      decimal number 1234\n"
20368 " 02322     octal number, equivalent to decimal 1234\n"
20369 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20370 "\n"
20371 msgstr ""
20372
20373 #. type: textblock
20374 #: ../fish/guestfish.pod:632
20375 msgid ""
20376 "When using the C<chmod> command, you almost always want to specify an octal "
20377 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20378 "L<chmod(1)> program):"
20379 msgstr ""
20380
20381 #. type: verbatim
20382 #: ../fish/guestfish.pod:636
20383 #, no-wrap
20384 msgid ""
20385 " chmod 0777 /public  # OK\n"
20386 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20387 "\n"
20388 msgstr ""
20389
20390 #. type: textblock
20391 #: ../fish/guestfish.pod:639
20392 msgid ""
20393 "Commands that return numbers usually print them in decimal, but some "
20394 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20395 "octal, preceeded by C<0>)."
20396 msgstr ""
20397
20398 #. type: =head1
20399 #: ../fish/guestfish.pod:643
20400 msgid "WILDCARDS AND GLOBBING"
20401 msgstr ""
20402
20403 #. type: textblock
20404 #: ../fish/guestfish.pod:645
20405 msgid ""
20406 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20407 "(globbing) by default.  So for example the following will not do what you "
20408 "expect:"
20409 msgstr ""
20410
20411 #. type: verbatim
20412 #: ../fish/guestfish.pod:649
20413 #, no-wrap
20414 msgid ""
20415 " rm-rf /home/*\n"
20416 "\n"
20417 msgstr ""
20418
20419 #. type: textblock
20420 #: ../fish/guestfish.pod:651
20421 msgid ""
20422 "Assuming you don't have a directory called literally C</home/*> then the "
20423 "above command will return an error."
20424 msgstr ""
20425
20426 #. type: textblock
20427 #: ../fish/guestfish.pod:654
20428 msgid "To perform wildcard expansion, use the C<glob> command."
20429 msgstr ""
20430
20431 #. type: verbatim
20432 #: ../fish/guestfish.pod:656
20433 #, no-wrap
20434 msgid ""
20435 " glob rm-rf /home/*\n"
20436 "\n"
20437 msgstr ""
20438
20439 #. type: textblock
20440 #: ../fish/guestfish.pod:658
20441 msgid ""
20442 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20443 "many times), equivalent to:"
20444 msgstr ""
20445
20446 #. type: verbatim
20447 #: ../fish/guestfish.pod:661
20448 #, no-wrap
20449 msgid ""
20450 " rm-rf /home/jim\n"
20451 " rm-rf /home/joe\n"
20452 " rm-rf /home/mary\n"
20453 "\n"
20454 msgstr ""
20455
20456 #. type: textblock
20457 #: ../fish/guestfish.pod:665
20458 msgid "C<glob> only works on simple guest paths and not on device names."
20459 msgstr ""
20460
20461 #. type: textblock
20462 #: ../fish/guestfish.pod:667
20463 msgid ""
20464 "If you have several parameters, each containing a wildcard, then glob will "
20465 "perform a Cartesian product."
20466 msgstr ""
20467
20468 #. type: =head1
20469 #: ../fish/guestfish.pod:670
20470 msgid "COMMENTS"
20471 msgstr ""
20472
20473 #. type: textblock
20474 #: ../fish/guestfish.pod:672
20475 msgid ""
20476 "Any line which starts with a I<#> character is treated as a comment and "
20477 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20478 "a command.  For example:"
20479 msgstr ""
20480
20481 #. type: verbatim
20482 #: ../fish/guestfish.pod:676
20483 #, no-wrap
20484 msgid ""
20485 " # this is a comment\n"
20486 "         # this is a comment\n"
20487 " foo # NOT a comment\n"
20488 "\n"
20489 msgstr ""
20490
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:680
20493 msgid "Blank lines are also ignored."
20494 msgstr ""
20495
20496 #. type: =head1
20497 #: ../fish/guestfish.pod:682
20498 msgid "RUNNING COMMANDS LOCALLY"
20499 msgstr ""
20500
20501 #. type: textblock
20502 #: ../fish/guestfish.pod:684
20503 msgid ""
20504 "Any line which starts with a I<!> character is treated as a command sent to "
20505 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20506 msgstr ""
20507
20508 #. type: verbatim
20509 #: ../fish/guestfish.pod:688
20510 #, no-wrap
20511 msgid ""
20512 " !mkdir local\n"
20513 " tgz-out /remote local/remote-data.tar.gz\n"
20514 "\n"
20515 msgstr ""
20516
20517 #. type: textblock
20518 #: ../fish/guestfish.pod:691
20519 msgid ""
20520 "will create a directory C<local> on the host, and then export the contents "
20521 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20522 "(See C<tgz-out>)."
20523 msgstr ""
20524
20525 #. type: textblock
20526 #: ../fish/guestfish.pod:695
20527 msgid ""
20528 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20529 "effect, due to the way that subprocesses work in Unix."
20530 msgstr ""
20531
20532 #. type: =head2
20533 #: ../fish/guestfish.pod:698
20534 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20535 msgstr ""
20536
20537 #. type: textblock
20538 #: ../fish/guestfish.pod:700
20539 msgid ""
20540 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20541 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20542 "and executed as guestfish commands."
20543 msgstr ""
20544
20545 #. type: textblock
20546 #: ../fish/guestfish.pod:704
20547 msgid ""
20548 "Thus you can use shell script to construct arbitrary guestfish commands "
20549 "which are then parsed by guestfish."
20550 msgstr ""
20551
20552 #. type: textblock
20553 #: ../fish/guestfish.pod:707
20554 msgid ""
20555 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20556 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20557 "if we use a shell script to create the guestfish commands for us:"
20558 msgstr ""
20559
20560 #. type: verbatim
20561 #: ../fish/guestfish.pod:712
20562 #, no-wrap
20563 msgid ""
20564 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20565 "\n"
20566 msgstr ""
20567
20568 #. type: textblock
20569 #: ../fish/guestfish.pod:714
20570 msgid "or with names like C</foo.001>:"
20571 msgstr ""
20572
20573 #. type: verbatim
20574 #: ../fish/guestfish.pod:716
20575 #, no-wrap
20576 msgid ""
20577 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20578 "\n"
20579 msgstr ""
20580
20581 #. type: textblock
20582 #: ../fish/guestfish.pod:718
20583 msgid ""
20584 "When using guestfish interactively it can be helpful to just run the shell "
20585 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20586 "ordinary I<!> local command), see what guestfish commands it would run, and "
20587 "when you are happy with those prepend the C<E<lt>> character to run the "
20588 "guestfish commands for real."
20589 msgstr ""
20590
20591 #. type: =head1
20592 #: ../fish/guestfish.pod:724
20593 msgid "PIPES"
20594 msgstr ""
20595
20596 #. type: textblock
20597 #: ../fish/guestfish.pod:726
20598 msgid ""
20599 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20600 "command (a guestfish command) to the second command (any host command).  For "
20601 "example:"
20602 msgstr ""
20603
20604 #. type: verbatim
20605 #: ../fish/guestfish.pod:730
20606 #, no-wrap
20607 msgid ""
20608 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20609 "\n"
20610 msgstr ""
20611
20612 #. type: textblock
20613 #: ../fish/guestfish.pod:732
20614 msgid ""
20615 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20616 "program).  The above command would list all accounts in the guest filesystem "
20617 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20618 msgstr ""
20619
20620 #. type: verbatim
20621 #: ../fish/guestfish.pod:737
20622 #, no-wrap
20623 msgid ""
20624 " hexdump /bin/ls | head\n"
20625 " list-devices | tail -1\n"
20626 " tgz-out / - | tar ztf -\n"
20627 "\n"
20628 msgstr ""
20629
20630 #. type: textblock
20631 #: ../fish/guestfish.pod:741
20632 msgid ""
20633 "The space before the pipe symbol is required, any space after the pipe "
20634 "symbol is optional.  Everything after the pipe symbol is just passed "
20635 "straight to the host shell, so it can contain redirections, globs and "
20636 "anything else that makes sense on the host side."
20637 msgstr ""
20638
20639 #. type: textblock
20640 #: ../fish/guestfish.pod:746
20641 msgid ""
20642 "To use a literal argument which begins with a pipe symbol, you have to quote "
20643 "it, eg:"
20644 msgstr ""
20645
20646 #. type: verbatim
20647 #: ../fish/guestfish.pod:749
20648 #, no-wrap
20649 msgid ""
20650 " echo \"|\"\n"
20651 "\n"
20652 msgstr ""
20653
20654 #. type: =head1
20655 #: ../fish/guestfish.pod:751
20656 msgid "HOME DIRECTORIES"
20657 msgstr ""
20658
20659 #. type: textblock
20660 #: ../fish/guestfish.pod:753
20661 msgid ""
20662 "If a parameter starts with the character C<~> then the tilde may be expanded "
20663 "as a home directory path (either C<~> for the current user's home directory, "
20664 "or C<~user> for another user)."
20665 msgstr ""
20666
20667 #. type: textblock
20668 #: ../fish/guestfish.pod:757
20669 msgid ""
20670 "Note that home directory expansion happens for users known I<on the host>, "
20671 "not in the guest filesystem."
20672 msgstr ""
20673
20674 #. type: textblock
20675 #: ../fish/guestfish.pod:760
20676 msgid ""
20677 "To use a literal argument which begins with a tilde, you have to quote it, "
20678 "eg:"
20679 msgstr ""
20680
20681 #. type: verbatim
20682 #: ../fish/guestfish.pod:763
20683 #, no-wrap
20684 msgid ""
20685 " echo \"~\"\n"
20686 "\n"
20687 msgstr ""
20688
20689 #. type: textblock
20690 #: ../fish/guestfish.pod:767
20691 msgid ""
20692 "Libguestfs has some support for Linux guests encrypted according to the "
20693 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20694 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
20695 "LUKS is supported."
20696 msgstr ""
20697
20698 #. type: textblock
20699 #: ../fish/guestfish.pod:772
20700 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20701 msgstr ""
20702
20703 #. type: verbatim
20704 #: ../fish/guestfish.pod:774
20705 #, no-wrap
20706 msgid ""
20707 " ><fs> vfs-type /dev/sda2\n"
20708 " crypto_LUKS\n"
20709 "\n"
20710 msgstr ""
20711
20712 #. type: textblock
20713 #: ../fish/guestfish.pod:777
20714 msgid ""
20715 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20716 "device called C</dev/mapper/luksdev>."
20717 msgstr ""
20718
20719 #. type: verbatim
20720 #: ../fish/guestfish.pod:780
20721 #, no-wrap
20722 msgid ""
20723 " ><fs> luks-open /dev/sda2 luksdev\n"
20724 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20725 "\n"
20726 msgstr ""
20727
20728 #. type: textblock
20729 #: ../fish/guestfish.pod:783
20730 msgid ""
20731 "Finally you have to tell LVM to scan for volume groups on the newly created "
20732 "mapper device:"
20733 msgstr ""
20734
20735 #. type: verbatim
20736 #: ../fish/guestfish.pod:786
20737 #, no-wrap
20738 msgid ""
20739 " vgscan\n"
20740 " vg-activate-all true\n"
20741 "\n"
20742 msgstr ""
20743
20744 #. type: textblock
20745 #: ../fish/guestfish.pod:789
20746 msgid "The logical volume(s) can now be mounted in the usual way."
20747 msgstr ""
20748
20749 #. type: textblock
20750 #: ../fish/guestfish.pod:791
20751 msgid ""
20752 "Before closing a LUKS device you must unmount any logical volumes on it and "
20753 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20754 "one.  Then you can close the mapper device:"
20755 msgstr ""
20756
20757 #. type: verbatim
20758 #: ../fish/guestfish.pod:795
20759 #, no-wrap
20760 msgid ""
20761 " vg-activate false /dev/VG\n"
20762 " luks-close /dev/mapper/luksdev\n"
20763 "\n"
20764 msgstr ""
20765
20766 #. type: =head1
20767 #: ../fish/guestfish.pod:798
20768 msgid "WINDOWS PATHS"
20769 msgstr ""
20770
20771 #. type: textblock
20772 #: ../fish/guestfish.pod:800
20773 msgid ""
20774 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20775 "(with some limitations).  The following commands are equivalent:"
20776 msgstr ""
20777
20778 #. type: verbatim
20779 #: ../fish/guestfish.pod:803
20780 #, no-wrap
20781 msgid ""
20782 " file /WINDOWS/system32/config/system.LOG\n"
20783 "\n"
20784 msgstr ""
20785
20786 #. type: verbatim
20787 #: ../fish/guestfish.pod:805
20788 #, no-wrap
20789 msgid ""
20790 " file win:/windows/system32/config/system.log\n"
20791 "\n"
20792 msgstr ""
20793
20794 #. type: verbatim
20795 #: ../fish/guestfish.pod:807
20796 #, no-wrap
20797 msgid ""
20798 " file win:\\windows\\system32\\config\\system.log\n"
20799 "\n"
20800 msgstr ""
20801
20802 #. type: verbatim
20803 #: ../fish/guestfish.pod:809
20804 #, no-wrap
20805 msgid ""
20806 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20807 "\n"
20808 msgstr ""
20809
20810 #. type: textblock
20811 #: ../fish/guestfish.pod:811
20812 msgid ""
20813 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20814 "handles case insensitivity like Windows would.  This only works in argument "
20815 "positions that expect a path."
20816 msgstr ""
20817
20818 #. type: =head1
20819 #: ../fish/guestfish.pod:815
20820 msgid "UPLOADING AND DOWNLOADING FILES"
20821 msgstr ""
20822
20823 #. type: textblock
20824 #: ../fish/guestfish.pod:817
20825 msgid ""
20826 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20827 "others which upload from or download to a local file, you can use the "
20828 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20829 msgstr ""
20830
20831 #. type: verbatim
20832 #: ../fish/guestfish.pod:821
20833 #, no-wrap
20834 msgid ""
20835 " upload - /foo\n"
20836 "\n"
20837 msgstr ""
20838
20839 #. type: textblock
20840 #: ../fish/guestfish.pod:823
20841 msgid ""
20842 "reads stdin and creates from that a file C</foo> in the disk image, and:"
20843 msgstr ""
20844
20845 #. type: verbatim
20846 #: ../fish/guestfish.pod:826
20847 #, no-wrap
20848 msgid ""
20849 " tar-out /etc - | tar tf -\n"
20850 "\n"
20851 msgstr ""
20852
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:828
20855 msgid ""
20856 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20857 "command (see L</PIPES>)."
20858 msgstr ""
20859
20860 #. type: textblock
20861 #: ../fish/guestfish.pod:831
20862 msgid ""
20863 "When using C<-> to read from stdin, the input is read up to the end of "
20864 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20865 "some arbitrary end marker:"
20866 msgstr ""
20867
20868 #. type: verbatim
20869 #: ../fish/guestfish.pod:835
20870 #, no-wrap
20871 msgid ""
20872 " upload -<<END /foo\n"
20873 " input line 1\n"
20874 " input line 2\n"
20875 " input line 3\n"
20876 " END\n"
20877 "\n"
20878 msgstr ""
20879
20880 #. type: textblock
20881 #: ../fish/guestfish.pod:841
20882 msgid ""
20883 "Any string of characters can be used instead of C<END>.  The end marker must "
20884 "appear on a line of its own, without any preceeding or following characters "
20885 "(not even spaces)."
20886 msgstr ""
20887
20888 #. type: textblock
20889 #: ../fish/guestfish.pod:845
20890 msgid ""
20891 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20892 "upload local files (so-called \"FileIn\" parameters in the generator)."
20893 msgstr ""
20894
20895 #. type: =head1
20896 #: ../fish/guestfish.pod:848
20897 msgid "EXIT ON ERROR BEHAVIOUR"
20898 msgstr ""
20899
20900 #. type: textblock
20901 #: ../fish/guestfish.pod:850
20902 msgid ""
20903 "By default, guestfish will ignore any errors when in interactive mode (ie. "
20904 "taking commands from a human over a tty), and will exit on the first error "
20905 "in non-interactive mode (scripts, commands given on the command line)."
20906 msgstr ""
20907
20908 #. type: textblock
20909 #: ../fish/guestfish.pod:855
20910 msgid ""
20911 "If you prefix a command with a I<-> character, then that command will not "
20912 "cause guestfish to exit, even if that (one) command returns an error."
20913 msgstr ""
20914
20915 #. type: =head1
20916 #: ../fish/guestfish.pod:859
20917 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20918 msgstr ""
20919
20920 #. type: textblock
20921 #: ../fish/guestfish.pod:861
20922 msgid ""
20923 "Guestfish can be remote-controlled over a socket.  This is useful "
20924 "particularly in shell scripts where you want to make several different "
20925 "changes to a filesystem, but you don't want the overhead of starting up a "
20926 "guestfish process each time."
20927 msgstr ""
20928
20929 #. type: textblock
20930 #: ../fish/guestfish.pod:866
20931 msgid "Start a guestfish server process using:"
20932 msgstr ""
20933
20934 #. type: verbatim
20935 #: ../fish/guestfish.pod:868
20936 #, no-wrap
20937 msgid ""
20938 " eval \"`guestfish --listen`\"\n"
20939 "\n"
20940 msgstr ""
20941
20942 #. type: textblock
20943 #: ../fish/guestfish.pod:870
20944 msgid "and then send it commands by doing:"
20945 msgstr ""
20946
20947 #. type: verbatim
20948 #: ../fish/guestfish.pod:872
20949 #, no-wrap
20950 msgid ""
20951 " guestfish --remote cmd [...]\n"
20952 "\n"
20953 msgstr ""
20954
20955 #. type: textblock
20956 #: ../fish/guestfish.pod:874
20957 msgid "To cause the server to exit, send it the exit command:"
20958 msgstr ""
20959
20960 #. type: verbatim
20961 #: ../fish/guestfish.pod:876
20962 #, no-wrap
20963 msgid ""
20964 " guestfish --remote exit\n"
20965 "\n"
20966 msgstr ""
20967
20968 #. type: textblock
20969 #: ../fish/guestfish.pod:878
20970 msgid ""
20971 "Note that the server will normally exit if there is an error in a command.  "
20972 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20973 "BEHAVIOUR>."
20974 msgstr ""
20975
20976 #. type: =head2
20977 #: ../fish/guestfish.pod:882
20978 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20979 msgstr ""
20980
20981 #. type: textblock
20982 #: ../fish/guestfish.pod:884
20983 msgid ""
20984 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20985 "is how the I<--remote> option knows where to send the commands.  You can "
20986 "have several guestfish listener processes running using:"
20987 msgstr ""
20988
20989 #. type: verbatim
20990 #: ../fish/guestfish.pod:888
20991 #, no-wrap
20992 msgid ""
20993 " eval \"`guestfish --listen`\"\n"
20994 " pid1=$GUESTFISH_PID\n"
20995 " eval \"`guestfish --listen`\"\n"
20996 " pid2=$GUESTFISH_PID\n"
20997 " ...\n"
20998 " guestfish --remote=$pid1 cmd\n"
20999 " guestfish --remote=$pid2 cmd\n"
21000 "\n"
21001 msgstr ""
21002
21003 #. type: =head2
21004 #: ../fish/guestfish.pod:896
21005 msgid "REMOTE CONTROL AND CSH"
21006 msgstr ""
21007
21008 #. type: textblock
21009 #: ../fish/guestfish.pod:898
21010 msgid ""
21011 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21012 "option:"
21013 msgstr ""
21014
21015 #. type: verbatim
21016 #: ../fish/guestfish.pod:901
21017 #, no-wrap
21018 msgid ""
21019 " eval \"`guestfish --listen --csh`\"\n"
21020 "\n"
21021 msgstr ""
21022
21023 #. type: =head2
21024 #: ../fish/guestfish.pod:903
21025 msgid "REMOTE CONTROL DETAILS"
21026 msgstr ""
21027
21028 #. type: textblock
21029 #: ../fish/guestfish.pod:905
21030 msgid ""
21031 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21032 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21033 "and C<$PID> is the process ID of the server."
21034 msgstr ""
21035
21036 #. type: textblock
21037 #: ../fish/guestfish.pod:909
21038 msgid "Guestfish client and server versions must match exactly."
21039 msgstr ""
21040
21041 #. type: =head1
21042 #: ../fish/guestfish.pod:911
21043 msgid "PREPARED DISK IMAGES"
21044 msgstr ""
21045
21046 #. type: textblock
21047 #: ../fish/guestfish.pod:913
21048 msgid ""
21049 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21050 "preformatted disk images that guestfish can make for you to save typing.  "
21051 "This is particularly useful for testing purposes.  This option is used "
21052 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21053 "can be mixed with I<-a>)."
21054 msgstr ""
21055
21056 #. type: textblock
21057 #: ../fish/guestfish.pod:919
21058 msgid ""
21059 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21060 "the second and so on.  Existing files in the current directory are "
21061 "I<overwritten>."
21062 msgstr ""
21063
21064 #. type: textblock
21065 #: ../fish/guestfish.pod:923
21066 msgid ""
21067 "The type briefly describes how the disk should be sized, partitioned, how "
21068 "filesystem(s) should be created, and how content should be added.  "
21069 "Optionally the type can be followed by extra parameters, separated by C<:> "
21070 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21071 "allocated disk, containing a single partition, with the partition formatted "
21072 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21073 "disk instead."
21074 msgstr ""
21075
21076 #. type: textblock
21077 #: ../fish/guestfish.pod:931
21078 msgid "To list the available types and any extra parameters they take, run:"
21079 msgstr ""
21080
21081 #. type: textblock
21082 #: ../fish/guestfish.pod:935
21083 msgid ""
21084 "Note that the prepared filesystem is not mounted.  You would usually have to "
21085 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21086 msgstr ""
21087
21088 #. type: textblock
21089 #: ../fish/guestfish.pod:939
21090 msgid ""
21091 "If any I<-N> or I<--new> options are given, the guest is automatically "
21092 "launched."
21093 msgstr ""
21094
21095 #. type: textblock
21096 #: ../fish/guestfish.pod:944
21097 msgid "Create a 100MB disk with an ext4-formatted partition:"
21098 msgstr ""
21099
21100 #. type: verbatim
21101 #: ../fish/guestfish.pod:946
21102 #, no-wrap
21103 msgid ""
21104 " guestfish -N fs:ext4\n"
21105 "\n"
21106 msgstr ""
21107
21108 #. type: textblock
21109 #: ../fish/guestfish.pod:948
21110 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21111 msgstr ""
21112
21113 #. type: verbatim
21114 #: ../fish/guestfish.pod:950
21115 #, no-wrap
21116 msgid ""
21117 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21118 "\n"
21119 msgstr ""
21120
21121 #. type: textblock
21122 #: ../fish/guestfish.pod:952
21123 msgid "Create a blank 200MB disk:"
21124 msgstr ""
21125
21126 #. type: verbatim
21127 #: ../fish/guestfish.pod:954
21128 #, no-wrap
21129 msgid ""
21130 " guestfish -N disk:200M\n"
21131 "\n"
21132 msgstr ""
21133
21134 #. type: =head1
21135 #: ../fish/guestfish.pod:956
21136 msgid "PROGRESS BARS"
21137 msgstr ""
21138
21139 #. type: textblock
21140 #: ../fish/guestfish.pod:958
21141 msgid ""
21142 "Some (not all) long-running commands send progress notification messages as "
21143 "they are running.  Guestfish turns these messages into progress bars."
21144 msgstr ""
21145
21146 #. type: textblock
21147 #: ../fish/guestfish.pod:962
21148 msgid ""
21149 "When a command that supports progress bars takes longer than two seconds to "
21150 "run, and if progress bars are enabled, then you will see one appearing below "
21151 "the command:"
21152 msgstr ""
21153
21154 #. type: verbatim
21155 #: ../fish/guestfish.pod:966
21156 #, no-wrap
21157 msgid ""
21158 " ><fs> copy-size /large-file /another-file 2048M\n"
21159 " / 10% [#####-----------------------------------------] 00:30\n"
21160 "\n"
21161 msgstr ""
21162
21163 #. type: textblock
21164 #: ../fish/guestfish.pod:969
21165 msgid ""
21166 "The spinner on the left hand side moves round once for every progress "
21167 "notification received from the backend.  This is a (reasonably) golden "
21168 "assurance that the command is \"doing something\" even if the progress bar "
21169 "is not moving, because the command is able to send the progress "
21170 "notifications.  When the bar reaches 100% and the command finishes, the "
21171 "spinner disappears."
21172 msgstr ""
21173
21174 #. type: textblock
21175 #: ../fish/guestfish.pod:976
21176 msgid ""
21177 "Progress bars are enabled by default when guestfish is used interactively.  "
21178 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21179 "and you can disable them completely using I<--no-progress-bars>."
21180 msgstr ""
21181
21182 #. type: =head1
21183 #: ../fish/guestfish.pod:981
21184 msgid "GUESTFISH COMMANDS"
21185 msgstr ""
21186
21187 #. type: textblock
21188 #: ../fish/guestfish.pod:983
21189 msgid ""
21190 "The commands in this section are guestfish convenience commands, in other "
21191 "words, they are not part of the L<guestfs(3)> API."
21192 msgstr ""
21193
21194 #. type: =head2
21195 #: ../fish/guestfish.pod:986
21196 msgid "help"
21197 msgstr ""
21198
21199 #. type: verbatim
21200 #: ../fish/guestfish.pod:988
21201 #, no-wrap
21202 msgid ""
21203 " help\n"
21204 " help cmd\n"
21205 "\n"
21206 msgstr ""
21207
21208 #. type: textblock
21209 #: ../fish/guestfish.pod:991
21210 msgid "Without any parameter, this provides general help."
21211 msgstr ""
21212
21213 #. type: textblock
21214 #: ../fish/guestfish.pod:993
21215 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21216 msgstr ""
21217
21218 #. type: =head2
21219 #: ../fish/guestfish.pod:995
21220 msgid "quit | exit"
21221 msgstr ""
21222
21223 #. type: textblock
21224 #: ../fish/guestfish.pod:997
21225 msgid "This exits guestfish.  You can also use C<^D> key."
21226 msgstr ""
21227
21228 #. type: textblock
21229 #: ../fish/guestfish.pod:999
21230 msgid "@FISH_COMMANDS@"
21231 msgstr ""
21232
21233 #. type: =head1
21234 #: ../fish/guestfish.pod:1001
21235 msgid "COMMANDS"
21236 msgstr ""
21237
21238 #. type: =head1
21239 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:83
21240 msgid "EXIT CODE"
21241 msgstr ""
21242
21243 #. type: textblock
21244 #: ../fish/guestfish.pod:1007
21245 msgid ""
21246 "guestfish returns 0 if the commands completed without error, or 1 if there "
21247 "was an error."
21248 msgstr ""
21249
21250 #. type: =item
21251 #: ../fish/guestfish.pod:1014
21252 msgid "EDITOR"
21253 msgstr ""
21254
21255 #. type: textblock
21256 #: ../fish/guestfish.pod:1016
21257 msgid ""
21258 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21259 "C<vi>."
21260 msgstr ""
21261
21262 #. type: =item
21263 #: ../fish/guestfish.pod:1019
21264 msgid "GUESTFISH_PID"
21265 msgstr ""
21266
21267 #. type: textblock
21268 #: ../fish/guestfish.pod:1021
21269 msgid ""
21270 "Used with the I<--remote> option to specify the remote guestfish process to "
21271 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21272 msgstr ""
21273
21274 #. type: =item
21275 #: ../fish/guestfish.pod:1025
21276 msgid "HEXEDITOR"
21277 msgstr ""
21278
21279 #. type: textblock
21280 #: ../fish/guestfish.pod:1027
21281 msgid ""
21282 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21283 "not specified, the external L<hexedit(1)> program is used."
21284 msgstr ""
21285
21286 #. type: =item
21287 #: ../fish/guestfish.pod:1031
21288 msgid "HOME"
21289 msgstr ""
21290
21291 #. type: textblock
21292 #: ../fish/guestfish.pod:1033
21293 msgid ""
21294 "If compiled with GNU readline support, various files in the home directory "
21295 "can be used.  See L</FILES>."
21296 msgstr ""
21297
21298 #. type: textblock
21299 #: ../fish/guestfish.pod:1042
21300 msgid ""
21301 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21302 "effect as using the B<-v> option."
21303 msgstr ""
21304
21305 #. type: textblock
21306 #: ../fish/guestfish.pod:1054
21307 msgid ""
21308 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21309 "the discussion of paths in L<guestfs(3)>."
21310 msgstr ""
21311
21312 #. type: textblock
21313 #: ../fish/guestfish.pod:1065
21314 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21315 msgstr ""
21316
21317 #. type: =item
21318 #: ../fish/guestfish.pod:1067
21319 msgid "PAGER"
21320 msgstr ""
21321
21322 #. type: textblock
21323 #: ../fish/guestfish.pod:1069
21324 msgid ""
21325 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21326 "C<more>."
21327 msgstr ""
21328
21329 #. type: =head1
21330 #: ../fish/guestfish.pod:1085 ../test-tool/libguestfs-test-tool.pod:88
21331 #: ../fuse/guestmount.pod:252
21332 msgid "FILES"
21333 msgstr ""
21334
21335 #. type: =item
21336 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
21337 msgid "$HOME/.libguestfs-tools.rc"
21338 msgstr ""
21339
21340 #. type: =item
21341 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
21342 msgid "/etc/libguestfs-tools.conf"
21343 msgstr ""
21344
21345 #. type: textblock
21346 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
21347 msgid ""
21348 "This configuration file controls the default read-only or read-write mode "
21349 "(I<--ro> or I<--rw>)."
21350 msgstr ""
21351
21352 #. type: textblock
21353 #: ../fish/guestfish.pod:1096
21354 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21355 msgstr ""
21356
21357 #. type: =item
21358 #: ../fish/guestfish.pod:1098
21359 msgid "$HOME/.guestfish"
21360 msgstr ""
21361
21362 #. type: textblock
21363 #: ../fish/guestfish.pod:1100
21364 msgid ""
21365 "If compiled with GNU readline support, then the command history is saved in "
21366 "this file."
21367 msgstr ""
21368
21369 #. type: =item
21370 #: ../fish/guestfish.pod:1103
21371 msgid "$HOME/.inputrc"
21372 msgstr ""
21373
21374 #. type: =item
21375 #: ../fish/guestfish.pod:1105
21376 msgid "/etc/inputrc"
21377 msgstr ""
21378
21379 #. type: textblock
21380 #: ../fish/guestfish.pod:1107
21381 msgid ""
21382 "If compiled with GNU readline support, then these files can be used to "
21383 "configure readline.  For further information, please see L<readline(3)/"
21384 "INITIALIZATION FILE>."
21385 msgstr ""
21386
21387 #. type: textblock
21388 #: ../fish/guestfish.pod:1111
21389 msgid "To write rules which only apply to guestfish, use:"
21390 msgstr ""
21391
21392 #. type: verbatim
21393 #: ../fish/guestfish.pod:1113
21394 #, no-wrap
21395 msgid ""
21396 " $if guestfish\n"
21397 " ...\n"
21398 " $endif\n"
21399 "\n"
21400 msgstr ""
21401
21402 #. type: textblock
21403 #: ../fish/guestfish.pod:1117
21404 msgid ""
21405 "Variables that you can set in inputrc that change the behaviour of guestfish "
21406 "in useful ways include:"
21407 msgstr ""
21408
21409 #. type: =item
21410 #: ../fish/guestfish.pod:1122
21411 msgid "completion-ignore-case (default: on)"
21412 msgstr ""
21413
21414 #. type: textblock
21415 #: ../fish/guestfish.pod:1124
21416 msgid ""
21417 "By default, guestfish will ignore case when tab-completing paths on the "
21418 "disk.  Use:"
21419 msgstr ""
21420
21421 #. type: verbatim
21422 #: ../fish/guestfish.pod:1127
21423 #, no-wrap
21424 msgid ""
21425 " set completion-ignore-case off\n"
21426 "\n"
21427 msgstr ""
21428
21429 #. type: textblock
21430 #: ../fish/guestfish.pod:1129
21431 msgid "to make guestfish case sensitive."
21432 msgstr ""
21433
21434 #. type: =item
21435 #: ../fish/guestfish.pod:1133
21436 msgid "test1.img"
21437 msgstr ""
21438
21439 #. type: =item
21440 #: ../fish/guestfish.pod:1135
21441 msgid "test2.img (etc)"
21442 msgstr ""
21443
21444 #. type: textblock
21445 #: ../fish/guestfish.pod:1137
21446 msgid ""
21447 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
21448 "will be created in the file C<test1.img> in the current directory.  The "
21449 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
21450 "the same name will be overwritten."
21451 msgstr ""
21452
21453 #. type: textblock
21454 #: ../fish/guestfish.pod:1146
21455 msgid ""
21456 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
21457 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
21458 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
21459 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
21460 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
21461 ">, L<hexedit(1)>."
21462 msgstr ""
21463
21464 #. type: textblock
21465 #: ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:124
21466 #: ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:372
21467 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518
21468 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
21469 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
21470 msgid ""
21471 "This program is free software; you can redistribute it and/or modify it "
21472 "under the terms of the GNU General Public License as published by the Free "
21473 "Software Foundation; either version 2 of the License, or (at your option) "
21474 "any later version."
21475 msgstr ""
21476
21477 #. type: textblock
21478 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:129
21479 #: ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:377
21480 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523
21481 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
21482 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
21483 msgid ""
21484 "This program is distributed in the hope that it will be useful, but WITHOUT "
21485 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21486 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21487 "more details."
21488 msgstr ""
21489
21490 #. type: textblock
21491 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:134
21492 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:382
21493 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528
21494 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
21495 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
21496 msgid ""
21497 "You should have received a copy of the GNU General Public License along with "
21498 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21499 "Ave, Cambridge, MA 02139, USA."
21500 msgstr ""
21501
21502 #. type: =head2
21503 #: ../fish/guestfish-actions.pod:1
21504 msgid "add-cdrom"
21505 msgstr ""
21506
21507 #. type: verbatim
21508 #: ../fish/guestfish-actions.pod:3
21509 #, no-wrap
21510 msgid ""
21511 " add-cdrom filename\n"
21512 "\n"
21513 msgstr ""
21514
21515 #. type: textblock
21516 #: ../fish/guestfish-actions.pod:15
21517 msgid ""
21518 "This call checks for the existence of C<filename>.  This stops you from "
21519 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21520 "and C<http:> URLs.  To specify those, use the general L</config> call "
21521 "instead."
21522 msgstr ""
21523
21524 #. type: textblock
21525 #: ../fish/guestfish-actions.pod:22
21526 msgid ""
21527 "If you just want to add an ISO file (often you use this as an efficient way "
21528 "to transfer large files into the guest), then you should probably use L</add-"
21529 "drive-ro> instead."
21530 msgstr ""
21531
21532 #. type: =head2
21533 #: ../fish/guestfish-actions.pod:35
21534 msgid "add-domain"
21535 msgstr ""
21536
21537 #. type: =head2
21538 #: ../fish/guestfish-actions.pod:37
21539 msgid "domain"
21540 msgstr ""
21541
21542 #. type: verbatim
21543 #: ../fish/guestfish-actions.pod:39
21544 #, no-wrap
21545 msgid ""
21546 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21547 "\n"
21548 msgstr ""
21549
21550 #. type: textblock
21551 #: ../fish/guestfish-actions.pod:41
21552 msgid ""
21553 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21554 "It works by connecting to libvirt, requesting the domain and domain XML from "
21555 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21556 msgstr ""
21557
21558 #. type: textblock
21559 #: ../fish/guestfish-actions.pod:71
21560 msgid ""
21561 "The other optional parameters are passed directly through to L</add-drive-"
21562 "opts>."
21563 msgstr ""
21564
21565 #. type: textblock
21566 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
21567 #: ../fish/guestfish-actions.pod:2981
21568 msgid ""
21569 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
21570 msgstr ""
21571
21572 #. type: =head2
21573 #: ../fish/guestfish-actions.pod:76
21574 msgid "add-drive"
21575 msgstr ""
21576
21577 #. type: verbatim
21578 #: ../fish/guestfish-actions.pod:78
21579 #, no-wrap
21580 msgid ""
21581 " add-drive filename\n"
21582 "\n"
21583 msgstr ""
21584
21585 #. type: textblock
21586 #: ../fish/guestfish-actions.pod:80
21587 msgid ""
21588 "This function is the equivalent of calling L</add-drive-opts> with no "
21589 "optional parameters, so the disk is added writable, with the format being "
21590 "detected automatically."
21591 msgstr ""
21592
21593 #. type: textblock
21594 #: ../fish/guestfish-actions.pod:84
21595 msgid ""
21596 "Automatic detection of the format opens you up to a potential security hole "
21597 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21598 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21599 "you should think about replacing calls to this function with calls to L</add-"
21600 "drive-opts>, and specifying the format."
21601 msgstr ""
21602
21603 #. type: =head2
21604 #: ../fish/guestfish-actions.pod:91
21605 msgid "add-drive-opts"
21606 msgstr ""
21607
21608 #. type: =head2
21609 #: ../fish/guestfish-actions.pod:93
21610 msgid "add"
21611 msgstr ""
21612
21613 #. type: verbatim
21614 #: ../fish/guestfish-actions.pod:95
21615 #, no-wrap
21616 msgid ""
21617 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21618 "\n"
21619 msgstr ""
21620
21621 #. type: textblock
21622 #: ../fish/guestfish-actions.pod:122
21623 msgid ""
21624 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
21625 "add-drive-ro>) then the format is automatically detected.  Possible formats "
21626 "include C<raw> and C<qcow2>."
21627 msgstr ""
21628
21629 #. type: textblock
21630 #: ../fish/guestfish-actions.pod:133
21631 msgid ""
21632 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
21633 "add-drive-with-if> call (q.v.)"
21634 msgstr ""
21635
21636 #. type: =head2
21637 #: ../fish/guestfish-actions.pod:140
21638 msgid "add-drive-ro"
21639 msgstr ""
21640
21641 #. type: =head2
21642 #: ../fish/guestfish-actions.pod:142
21643 msgid "add-ro"
21644 msgstr ""
21645
21646 #. type: verbatim
21647 #: ../fish/guestfish-actions.pod:144
21648 #, no-wrap
21649 msgid ""
21650 " add-drive-ro filename\n"
21651 "\n"
21652 msgstr ""
21653
21654 #. type: textblock
21655 #: ../fish/guestfish-actions.pod:146
21656 msgid ""
21657 "This function is the equivalent of calling L</add-drive-opts> with the "
21658 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21659 "is added read-only, with the format being detected automatically."
21660 msgstr ""
21661
21662 #. type: =head2
21663 #: ../fish/guestfish-actions.pod:151
21664 msgid "add-drive-ro-with-if"
21665 msgstr ""
21666
21667 #. type: verbatim
21668 #: ../fish/guestfish-actions.pod:153
21669 #, no-wrap
21670 msgid ""
21671 " add-drive-ro-with-if filename iface\n"
21672 "\n"
21673 msgstr ""
21674
21675 #. type: textblock
21676 #: ../fish/guestfish-actions.pod:155
21677 msgid ""
21678 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21679 "interface emulation to use at run time."
21680 msgstr ""
21681
21682 #. type: =head2
21683 #: ../fish/guestfish-actions.pod:165
21684 msgid "add-drive-with-if"
21685 msgstr ""
21686
21687 #. type: verbatim
21688 #: ../fish/guestfish-actions.pod:167
21689 #, no-wrap
21690 msgid ""
21691 " add-drive-with-if filename iface\n"
21692 "\n"
21693 msgstr ""
21694
21695 #. type: textblock
21696 #: ../fish/guestfish-actions.pod:169
21697 msgid ""
21698 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21699 "interface emulation to use at run time."
21700 msgstr ""
21701
21702 #. type: =head2
21703 #: ../fish/guestfish-actions.pod:179
21704 msgid "aug-clear"
21705 msgstr ""
21706
21707 #. type: verbatim
21708 #: ../fish/guestfish-actions.pod:181
21709 #, no-wrap
21710 msgid ""
21711 " aug-clear augpath\n"
21712 "\n"
21713 msgstr ""
21714
21715 #. type: =head2
21716 #: ../fish/guestfish-actions.pod:186
21717 msgid "aug-close"
21718 msgstr ""
21719
21720 #. type: verbatim
21721 #: ../fish/guestfish-actions.pod:188
21722 #, no-wrap
21723 msgid ""
21724 " aug-close\n"
21725 "\n"
21726 msgstr ""
21727
21728 #. type: textblock
21729 #: ../fish/guestfish-actions.pod:190
21730 msgid ""
21731 "Close the current Augeas handle and free up any resources used by it.  After "
21732 "calling this, you have to call L</aug-init> again before you can use any "
21733 "other Augeas functions."
21734 msgstr ""
21735
21736 #. type: =head2
21737 #: ../fish/guestfish-actions.pod:195
21738 msgid "aug-defnode"
21739 msgstr ""
21740
21741 #. type: verbatim
21742 #: ../fish/guestfish-actions.pod:197
21743 #, no-wrap
21744 msgid ""
21745 " aug-defnode name expr val\n"
21746 "\n"
21747 msgstr ""
21748
21749 #. type: textblock
21750 #: ../fish/guestfish-actions.pod:202
21751 msgid ""
21752 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21753 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21754 "containing that single node."
21755 msgstr ""
21756
21757 #. type: =head2
21758 #: ../fish/guestfish-actions.pod:210
21759 msgid "aug-defvar"
21760 msgstr ""
21761
21762 #. type: verbatim
21763 #: ../fish/guestfish-actions.pod:212
21764 #, no-wrap
21765 msgid ""
21766 " aug-defvar name expr\n"
21767 "\n"
21768 msgstr ""
21769
21770 #. type: =head2
21771 #: ../fish/guestfish-actions.pod:221
21772 msgid "aug-get"
21773 msgstr ""
21774
21775 #. type: verbatim
21776 #: ../fish/guestfish-actions.pod:223
21777 #, no-wrap
21778 msgid ""
21779 " aug-get augpath\n"
21780 "\n"
21781 msgstr ""
21782
21783 #. type: =head2
21784 #: ../fish/guestfish-actions.pod:228
21785 msgid "aug-init"
21786 msgstr ""
21787
21788 #. type: verbatim
21789 #: ../fish/guestfish-actions.pod:230
21790 #, no-wrap
21791 msgid ""
21792 " aug-init root flags\n"
21793 "\n"
21794 msgstr ""
21795
21796 #. type: textblock
21797 #: ../fish/guestfish-actions.pod:236
21798 msgid "You must call this before using any other L</aug-*> commands."
21799 msgstr ""
21800
21801 #. type: textblock
21802 #: ../fish/guestfish-actions.pod:271
21803 msgid "Do not load the tree in L</aug-init>."
21804 msgstr ""
21805
21806 #. type: textblock
21807 #: ../fish/guestfish-actions.pod:275
21808 msgid "To close the handle, you can call L</aug-close>."
21809 msgstr ""
21810
21811 #. type: =head2
21812 #: ../fish/guestfish-actions.pod:279
21813 msgid "aug-insert"
21814 msgstr ""
21815
21816 #. type: verbatim
21817 #: ../fish/guestfish-actions.pod:281
21818 #, no-wrap
21819 msgid ""
21820 " aug-insert augpath label true|false\n"
21821 "\n"
21822 msgstr ""
21823
21824 #. type: =head2
21825 #: ../fish/guestfish-actions.pod:291
21826 msgid "aug-load"
21827 msgstr ""
21828
21829 #. type: verbatim
21830 #: ../fish/guestfish-actions.pod:293
21831 #, no-wrap
21832 msgid ""
21833 " aug-load\n"
21834 "\n"
21835 msgstr ""
21836
21837 #. type: =head2
21838 #: ../fish/guestfish-actions.pod:300
21839 msgid "aug-ls"
21840 msgstr ""
21841
21842 #. type: verbatim
21843 #: ../fish/guestfish-actions.pod:302
21844 #, no-wrap
21845 msgid ""
21846 " aug-ls augpath\n"
21847 "\n"
21848 msgstr ""
21849
21850 #. type: textblock
21851 #: ../fish/guestfish-actions.pod:304
21852 msgid ""
21853 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21854 "resulting nodes into alphabetical order."
21855 msgstr ""
21856
21857 #. type: =head2
21858 #: ../fish/guestfish-actions.pod:307
21859 msgid "aug-match"
21860 msgstr ""
21861
21862 #. type: verbatim
21863 #: ../fish/guestfish-actions.pod:309
21864 #, no-wrap
21865 msgid ""
21866 " aug-match augpath\n"
21867 "\n"
21868 msgstr ""
21869
21870 #. type: =head2
21871 #: ../fish/guestfish-actions.pod:315
21872 msgid "aug-mv"
21873 msgstr ""
21874
21875 #. type: verbatim
21876 #: ../fish/guestfish-actions.pod:317
21877 #, no-wrap
21878 msgid ""
21879 " aug-mv src dest\n"
21880 "\n"
21881 msgstr ""
21882
21883 #. type: =head2
21884 #: ../fish/guestfish-actions.pod:322
21885 msgid "aug-rm"
21886 msgstr ""
21887
21888 #. type: verbatim
21889 #: ../fish/guestfish-actions.pod:324
21890 #, no-wrap
21891 msgid ""
21892 " aug-rm augpath\n"
21893 "\n"
21894 msgstr ""
21895
21896 #. type: =head2
21897 #: ../fish/guestfish-actions.pod:330
21898 msgid "aug-save"
21899 msgstr ""
21900
21901 #. type: verbatim
21902 #: ../fish/guestfish-actions.pod:332
21903 #, no-wrap
21904 msgid ""
21905 " aug-save\n"
21906 "\n"
21907 msgstr ""
21908
21909 #. type: textblock
21910 #: ../fish/guestfish-actions.pod:336
21911 msgid ""
21912 "The flags which were passed to L</aug-init> affect exactly how files are "
21913 "saved."
21914 msgstr ""
21915
21916 #. type: =head2
21917 #: ../fish/guestfish-actions.pod:339
21918 msgid "aug-set"
21919 msgstr ""
21920
21921 #. type: verbatim
21922 #: ../fish/guestfish-actions.pod:341
21923 #, no-wrap
21924 msgid ""
21925 " aug-set augpath val\n"
21926 "\n"
21927 msgstr ""
21928
21929 #. type: textblock
21930 #: ../fish/guestfish-actions.pod:345
21931 msgid ""
21932 "In the Augeas API, it is possible to clear a node by setting the value to "
21933 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21934 "this call.  Instead you must use the L</aug-clear> call."
21935 msgstr ""
21936
21937 #. type: =head2
21938 #: ../fish/guestfish-actions.pod:350
21939 msgid "available"
21940 msgstr ""
21941
21942 #. type: verbatim
21943 #: ../fish/guestfish-actions.pod:352
21944 #, no-wrap
21945 msgid ""
21946 " available 'groups ...'\n"
21947 "\n"
21948 msgstr ""
21949
21950 #. type: textblock
21951 #: ../fish/guestfish-actions.pod:358
21952 msgid ""
21953 "The libguestfs groups, and the functions that those groups correspond to, "
21954 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21955 "runtime by calling L</available-all-groups>."
21956 msgstr ""
21957
21958 #. type: textblock
21959 #: ../fish/guestfish-actions.pod:382
21960 msgid "You must call L</launch> before calling this function."
21961 msgstr ""
21962
21963 #. type: textblock
21964 #: ../fish/guestfish-actions.pod:404
21965 msgid ""
21966 "This call was added in version C<1.0.80>.  In previous versions of "
21967 "libguestfs all you could do would be to speculatively execute a command to "
21968 "find out if the daemon implemented it.  See also L</version>."
21969 msgstr ""
21970
21971 #. type: =head2
21972 #: ../fish/guestfish-actions.pod:411
21973 msgid "available-all-groups"
21974 msgstr ""
21975
21976 #. type: verbatim
21977 #: ../fish/guestfish-actions.pod:413
21978 #, no-wrap
21979 msgid ""
21980 " available-all-groups\n"
21981 "\n"
21982 msgstr ""
21983
21984 #. type: textblock
21985 #: ../fish/guestfish-actions.pod:415
21986 msgid ""
21987 "This command returns a list of all optional groups that this daemon knows "
21988 "about.  Note this returns both supported and unsupported groups.  To find "
21989 "out which ones the daemon can actually support you have to call L</"
21990 "available> on each member of the returned list."
21991 msgstr ""
21992
21993 #. type: textblock
21994 #: ../fish/guestfish-actions.pod:421
21995 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21996 msgstr ""
21997
21998 #. type: =head2
21999 #: ../fish/guestfish-actions.pod:423
22000 msgid "base64-in"
22001 msgstr ""
22002
22003 #. type: verbatim
22004 #: ../fish/guestfish-actions.pod:425
22005 #, no-wrap
22006 msgid ""
22007 " base64-in (base64file|-) filename\n"
22008 "\n"
22009 msgstr ""
22010
22011 #. type: textblock
22012 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
22013 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
22014 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228
22015 #: ../fish/guestfish-actions.pod:4379 ../fish/guestfish-actions.pod:4391
22016 #: ../fish/guestfish-actions.pod:4402 ../fish/guestfish-actions.pod:4413
22017 #: ../fish/guestfish-actions.pod:4465 ../fish/guestfish-actions.pod:4474
22018 #: ../fish/guestfish-actions.pod:4528 ../fish/guestfish-actions.pod:4551
22019 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22020 msgstr ""
22021
22022 #. type: =head2
22023 #: ../fish/guestfish-actions.pod:432
22024 msgid "base64-out"
22025 msgstr ""
22026
22027 #. type: verbatim
22028 #: ../fish/guestfish-actions.pod:434
22029 #, no-wrap
22030 msgid ""
22031 " base64-out filename (base64file|-)\n"
22032 "\n"
22033 msgstr ""
22034
22035 #. type: =head2
22036 #: ../fish/guestfish-actions.pod:441
22037 msgid "blockdev-flushbufs"
22038 msgstr ""
22039
22040 #. type: verbatim
22041 #: ../fish/guestfish-actions.pod:443
22042 #, no-wrap
22043 msgid ""
22044 " blockdev-flushbufs device\n"
22045 "\n"
22046 msgstr ""
22047
22048 #. type: =head2
22049 #: ../fish/guestfish-actions.pod:450
22050 msgid "blockdev-getbsz"
22051 msgstr ""
22052
22053 #. type: verbatim
22054 #: ../fish/guestfish-actions.pod:452
22055 #, no-wrap
22056 msgid ""
22057 " blockdev-getbsz device\n"
22058 "\n"
22059 msgstr ""
22060
22061 #. type: =head2
22062 #: ../fish/guestfish-actions.pod:461
22063 msgid "blockdev-getro"
22064 msgstr ""
22065
22066 #. type: verbatim
22067 #: ../fish/guestfish-actions.pod:463
22068 #, no-wrap
22069 msgid ""
22070 " blockdev-getro device\n"
22071 "\n"
22072 msgstr ""
22073
22074 #. type: =head2
22075 #: ../fish/guestfish-actions.pod:470
22076 msgid "blockdev-getsize64"
22077 msgstr ""
22078
22079 #. type: verbatim
22080 #: ../fish/guestfish-actions.pod:472
22081 #, no-wrap
22082 msgid ""
22083 " blockdev-getsize64 device\n"
22084 "\n"
22085 msgstr ""
22086
22087 #. type: textblock
22088 #: ../fish/guestfish-actions.pod:476
22089 msgid "See also L</blockdev-getsz>."
22090 msgstr ""
22091
22092 #. type: =head2
22093 #: ../fish/guestfish-actions.pod:480
22094 msgid "blockdev-getss"
22095 msgstr ""
22096
22097 #. type: verbatim
22098 #: ../fish/guestfish-actions.pod:482
22099 #, no-wrap
22100 msgid ""
22101 " blockdev-getss device\n"
22102 "\n"
22103 msgstr ""
22104
22105 #. type: textblock
22106 #: ../fish/guestfish-actions.pod:487
22107 msgid ""
22108 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22109 msgstr ""
22110
22111 #. type: =head2
22112 #: ../fish/guestfish-actions.pod:492
22113 msgid "blockdev-getsz"
22114 msgstr ""
22115
22116 #. type: verbatim
22117 #: ../fish/guestfish-actions.pod:494
22118 #, no-wrap
22119 msgid ""
22120 " blockdev-getsz device\n"
22121 "\n"
22122 msgstr ""
22123
22124 #. type: textblock
22125 #: ../fish/guestfish-actions.pod:499
22126 msgid ""
22127 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22128 "blockdev-getsize64> for the more useful I<size in bytes>."
22129 msgstr ""
22130
22131 #. type: =head2
22132 #: ../fish/guestfish-actions.pod:505
22133 msgid "blockdev-rereadpt"
22134 msgstr ""
22135
22136 #. type: verbatim
22137 #: ../fish/guestfish-actions.pod:507
22138 #, no-wrap
22139 msgid ""
22140 " blockdev-rereadpt device\n"
22141 "\n"
22142 msgstr ""
22143
22144 #. type: =head2
22145 #: ../fish/guestfish-actions.pod:513
22146 msgid "blockdev-setbsz"
22147 msgstr ""
22148
22149 #. type: verbatim
22150 #: ../fish/guestfish-actions.pod:515
22151 #, no-wrap
22152 msgid ""
22153 " blockdev-setbsz device blocksize\n"
22154 "\n"
22155 msgstr ""
22156
22157 #. type: =head2
22158 #: ../fish/guestfish-actions.pod:524
22159 msgid "blockdev-setro"
22160 msgstr ""
22161
22162 #. type: verbatim
22163 #: ../fish/guestfish-actions.pod:526
22164 #, no-wrap
22165 msgid ""
22166 " blockdev-setro device\n"
22167 "\n"
22168 msgstr ""
22169
22170 #. type: =head2
22171 #: ../fish/guestfish-actions.pod:532
22172 msgid "blockdev-setrw"
22173 msgstr ""
22174
22175 #. type: verbatim
22176 #: ../fish/guestfish-actions.pod:534
22177 #, no-wrap
22178 msgid ""
22179 " blockdev-setrw device\n"
22180 "\n"
22181 msgstr ""
22182
22183 #. type: =head2
22184 #: ../fish/guestfish-actions.pod:540
22185 msgid "case-sensitive-path"
22186 msgstr ""
22187
22188 #. type: verbatim
22189 #: ../fish/guestfish-actions.pod:542
22190 #, no-wrap
22191 msgid ""
22192 " case-sensitive-path path\n"
22193 "\n"
22194 msgstr ""
22195
22196 #. type: textblock
22197 #: ../fish/guestfish-actions.pod:566
22198 msgid ""
22199 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22200 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22201 "the directories were originally created under Windows)."
22202 msgstr ""
22203
22204 #. type: textblock
22205 #: ../fish/guestfish-actions.pod:574
22206 msgid "See also L</realpath>."
22207 msgstr ""
22208
22209 #. type: =head2
22210 #: ../fish/guestfish-actions.pod:576
22211 msgid "cat"
22212 msgstr ""
22213
22214 #. type: verbatim
22215 #: ../fish/guestfish-actions.pod:578
22216 #, no-wrap
22217 msgid ""
22218 " cat path\n"
22219 "\n"
22220 msgstr ""
22221
22222 #. type: textblock
22223 #: ../fish/guestfish-actions.pod:582
22224 msgid ""
22225 "Note that this function cannot correctly handle binary files (specifically, "
22226 "files containing C<\\0> character which is treated as end of string).  For "
22227 "those you need to use the L</read-file> or L</download> functions which have "
22228 "a more complex interface."
22229 msgstr ""
22230
22231 #. type: =head2
22232 #: ../fish/guestfish-actions.pod:590
22233 msgid "checksum"
22234 msgstr ""
22235
22236 #. type: verbatim
22237 #: ../fish/guestfish-actions.pod:592
22238 #, no-wrap
22239 msgid ""
22240 " checksum csumtype path\n"
22241 "\n"
22242 msgstr ""
22243
22244 #. type: textblock
22245 #: ../fish/guestfish-actions.pod:635
22246 msgid "To get the checksum for a device, use L</checksum-device>."
22247 msgstr ""
22248
22249 #. type: textblock
22250 #: ../fish/guestfish-actions.pod:637
22251 msgid "To get the checksums for many files, use L</checksums-out>."
22252 msgstr ""
22253
22254 #. type: =head2
22255 #: ../fish/guestfish-actions.pod:639
22256 msgid "checksum-device"
22257 msgstr ""
22258
22259 #. type: verbatim
22260 #: ../fish/guestfish-actions.pod:641
22261 #, no-wrap
22262 msgid ""
22263 " checksum-device csumtype device\n"
22264 "\n"
22265 msgstr ""
22266
22267 #. type: textblock
22268 #: ../fish/guestfish-actions.pod:643
22269 msgid ""
22270 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22271 "device named C<device>.  For the types of checksums supported see the L</"
22272 "checksum> command."
22273 msgstr ""
22274
22275 #. type: =head2
22276 #: ../fish/guestfish-actions.pod:647
22277 msgid "checksums-out"
22278 msgstr ""
22279
22280 #. type: verbatim
22281 #: ../fish/guestfish-actions.pod:649
22282 #, no-wrap
22283 msgid ""
22284 " checksums-out csumtype directory (sumsfile|-)\n"
22285 "\n"
22286 msgstr ""
22287
22288 #. type: =head2
22289 #: ../fish/guestfish-actions.pod:665
22290 msgid "chmod"
22291 msgstr ""
22292
22293 #. type: verbatim
22294 #: ../fish/guestfish-actions.pod:667
22295 #, no-wrap
22296 msgid ""
22297 " chmod mode path\n"
22298 "\n"
22299 msgstr ""
22300
22301 #. type: =head2
22302 #: ../fish/guestfish-actions.pod:678
22303 msgid "chown"
22304 msgstr ""
22305
22306 #. type: verbatim
22307 #: ../fish/guestfish-actions.pod:680
22308 #, no-wrap
22309 msgid ""
22310 " chown owner group path\n"
22311 "\n"
22312 msgstr ""
22313
22314 #. type: =head2
22315 #: ../fish/guestfish-actions.pod:688
22316 msgid "command"
22317 msgstr ""
22318
22319 #. type: verbatim
22320 #: ../fish/guestfish-actions.pod:690
22321 #, no-wrap
22322 msgid ""
22323 " command 'arguments ...'\n"
22324 "\n"
22325 msgstr ""
22326
22327 #. type: textblock
22328 #: ../fish/guestfish-actions.pod:697
22329 msgid ""
22330 "The single parameter is an argv-style list of arguments.  The first element "
22331 "is the name of the program to run.  Subsequent elements are parameters.  The "
22332 "list must be non-empty (ie. must contain a program name).  Note that the "
22333 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22334 msgstr ""
22335
22336 #. type: =head2
22337 #: ../fish/guestfish-actions.pod:725
22338 msgid "command-lines"
22339 msgstr ""
22340
22341 #. type: verbatim
22342 #: ../fish/guestfish-actions.pod:727
22343 #, no-wrap
22344 msgid ""
22345 " command-lines 'arguments ...'\n"
22346 "\n"
22347 msgstr ""
22348
22349 #. type: textblock
22350 #: ../fish/guestfish-actions.pod:729
22351 msgid ""
22352 "This is the same as L</command>, but splits the result into a list of lines."
22353 msgstr ""
22354
22355 #. type: textblock
22356 #: ../fish/guestfish-actions.pod:732
22357 msgid "See also: L</sh-lines>"
22358 msgstr ""
22359
22360 #. type: =head2
22361 #: ../fish/guestfish-actions.pod:737
22362 msgid "config"
22363 msgstr ""
22364
22365 #. type: verbatim
22366 #: ../fish/guestfish-actions.pod:739
22367 #, no-wrap
22368 msgid ""
22369 " config qemuparam qemuvalue\n"
22370 "\n"
22371 msgstr ""
22372
22373 #. type: =head2
22374 #: ../fish/guestfish-actions.pod:750
22375 msgid "copy-size"
22376 msgstr ""
22377
22378 #. type: verbatim
22379 #: ../fish/guestfish-actions.pod:752
22380 #, no-wrap
22381 msgid ""
22382 " copy-size src dest size\n"
22383 "\n"
22384 msgstr ""
22385
22386 #. type: =head2
22387 #: ../fish/guestfish-actions.pod:760
22388 msgid "cp"
22389 msgstr ""
22390
22391 #. type: verbatim
22392 #: ../fish/guestfish-actions.pod:762
22393 #, no-wrap
22394 msgid ""
22395 " cp src dest\n"
22396 "\n"
22397 msgstr ""
22398
22399 #. type: =head2
22400 #: ../fish/guestfish-actions.pod:767
22401 msgid "cp-a"
22402 msgstr ""
22403
22404 #. type: verbatim
22405 #: ../fish/guestfish-actions.pod:769
22406 #, no-wrap
22407 msgid ""
22408 " cp-a src dest\n"
22409 "\n"
22410 msgstr ""
22411
22412 #. type: =head2
22413 #: ../fish/guestfish-actions.pod:774
22414 msgid "dd"
22415 msgstr ""
22416
22417 #. type: verbatim
22418 #: ../fish/guestfish-actions.pod:776
22419 #, no-wrap
22420 msgid ""
22421 " dd src dest\n"
22422 "\n"
22423 msgstr ""
22424
22425 #. type: textblock
22426 #: ../fish/guestfish-actions.pod:783
22427 msgid ""
22428 "If the destination is a device, it must be as large or larger than the "
22429 "source file or device, otherwise the copy will fail.  This command cannot do "
22430 "partial copies (see L</copy-size>)."
22431 msgstr ""
22432
22433 #. type: =head2
22434 #: ../fish/guestfish-actions.pod:787
22435 msgid "df"
22436 msgstr ""
22437
22438 #. type: verbatim
22439 #: ../fish/guestfish-actions.pod:789
22440 #, no-wrap
22441 msgid ""
22442 " df\n"
22443 "\n"
22444 msgstr ""
22445
22446 #. type: textblock
22447 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22448 msgid ""
22449 "This command is mostly useful for interactive sessions.  It is I<not> "
22450 "intended that you try to parse the output string.  Use L</statvfs> from "
22451 "programs."
22452 msgstr ""
22453
22454 #. type: =head2
22455 #: ../fish/guestfish-actions.pod:797
22456 msgid "df-h"
22457 msgstr ""
22458
22459 #. type: verbatim
22460 #: ../fish/guestfish-actions.pod:799
22461 #, no-wrap
22462 msgid ""
22463 " df-h\n"
22464 "\n"
22465 msgstr ""
22466
22467 #. type: =head2
22468 #: ../fish/guestfish-actions.pod:808
22469 msgid "dmesg"
22470 msgstr ""
22471
22472 #. type: verbatim
22473 #: ../fish/guestfish-actions.pod:810
22474 #, no-wrap
22475 msgid ""
22476 " dmesg\n"
22477 "\n"
22478 msgstr ""
22479
22480 #. type: textblock
22481 #: ../fish/guestfish-actions.pod:816
22482 msgid ""
22483 "Another way to get the same information is to enable verbose messages with "
22484 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22485 "before running the program."
22486 msgstr ""
22487
22488 #. type: =head2
22489 #: ../fish/guestfish-actions.pod:821
22490 msgid "download"
22491 msgstr ""
22492
22493 #. type: verbatim
22494 #: ../fish/guestfish-actions.pod:823
22495 #, no-wrap
22496 msgid ""
22497 " download remotefilename (filename|-)\n"
22498 "\n"
22499 msgstr ""
22500
22501 #. type: textblock
22502 #: ../fish/guestfish-actions.pod:830
22503 msgid "See also L</upload>, L</cat>."
22504 msgstr ""
22505
22506 #. type: =head2
22507 #: ../fish/guestfish-actions.pod:834
22508 msgid "download-offset"
22509 msgstr ""
22510
22511 #. type: verbatim
22512 #: ../fish/guestfish-actions.pod:836
22513 #, no-wrap
22514 msgid ""
22515 " download-offset remotefilename (filename|-) offset size\n"
22516 "\n"
22517 msgstr ""
22518
22519 #. type: textblock
22520 #: ../fish/guestfish-actions.pod:844
22521 msgid ""
22522 "Note that there is no limit on the amount of data that can be downloaded "
22523 "with this call, unlike with L</pread>, and this call always reads the full "
22524 "amount unless an error occurs."
22525 msgstr ""
22526
22527 #. type: textblock
22528 #: ../fish/guestfish-actions.pod:849
22529 msgid "See also L</download>, L</pread>."
22530 msgstr ""
22531
22532 #. type: =head2
22533 #: ../fish/guestfish-actions.pod:853
22534 msgid "drop-caches"
22535 msgstr ""
22536
22537 #. type: verbatim
22538 #: ../fish/guestfish-actions.pod:855
22539 #, no-wrap
22540 msgid ""
22541 " drop-caches whattodrop\n"
22542 "\n"
22543 msgstr ""
22544
22545 #. type: =head2
22546 #: ../fish/guestfish-actions.pod:867
22547 msgid "du"
22548 msgstr ""
22549
22550 #. type: verbatim
22551 #: ../fish/guestfish-actions.pod:869
22552 #, no-wrap
22553 msgid ""
22554 " du path\n"
22555 "\n"
22556 msgstr ""
22557
22558 #. type: =head2
22559 #: ../fish/guestfish-actions.pod:881
22560 msgid "e2fsck-f"
22561 msgstr ""
22562
22563 #. type: verbatim
22564 #: ../fish/guestfish-actions.pod:883
22565 #, no-wrap
22566 msgid ""
22567 " e2fsck-f device\n"
22568 "\n"
22569 msgstr ""
22570
22571 #. type: textblock
22572 #: ../fish/guestfish-actions.pod:889
22573 msgid ""
22574 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22575 "should use L</fsck>."
22576 msgstr ""
22577
22578 #. type: =head2
22579 #: ../fish/guestfish-actions.pod:892
22580 msgid "echo-daemon"
22581 msgstr ""
22582
22583 #. type: verbatim
22584 #: ../fish/guestfish-actions.pod:894
22585 #, no-wrap
22586 msgid ""
22587 " echo-daemon 'words ...'\n"
22588 "\n"
22589 msgstr ""
22590
22591 #. type: textblock
22592 #: ../fish/guestfish-actions.pod:901
22593 msgid "See also L</ping-daemon>."
22594 msgstr ""
22595
22596 #. type: =head2
22597 #: ../fish/guestfish-actions.pod:903
22598 msgid "egrep"
22599 msgstr ""
22600
22601 #. type: verbatim
22602 #: ../fish/guestfish-actions.pod:905
22603 #, no-wrap
22604 msgid ""
22605 " egrep regex path\n"
22606 "\n"
22607 msgstr ""
22608
22609 #. type: =head2
22610 #: ../fish/guestfish-actions.pod:913
22611 msgid "egrepi"
22612 msgstr ""
22613
22614 #. type: verbatim
22615 #: ../fish/guestfish-actions.pod:915
22616 #, no-wrap
22617 msgid ""
22618 " egrepi regex path\n"
22619 "\n"
22620 msgstr ""
22621
22622 #. type: =head2
22623 #: ../fish/guestfish-actions.pod:923
22624 msgid "equal"
22625 msgstr ""
22626
22627 #. type: verbatim
22628 #: ../fish/guestfish-actions.pod:925
22629 #, no-wrap
22630 msgid ""
22631 " equal file1 file2\n"
22632 "\n"
22633 msgstr ""
22634
22635 #. type: =head2
22636 #: ../fish/guestfish-actions.pod:932
22637 msgid "exists"
22638 msgstr ""
22639
22640 #. type: verbatim
22641 #: ../fish/guestfish-actions.pod:934
22642 #, no-wrap
22643 msgid ""
22644 " exists path\n"
22645 "\n"
22646 msgstr ""
22647
22648 #. type: textblock
22649 #: ../fish/guestfish-actions.pod:939
22650 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22651 msgstr ""
22652
22653 #. type: =head2
22654 #: ../fish/guestfish-actions.pod:941
22655 msgid "fallocate"
22656 msgstr ""
22657
22658 #. type: verbatim
22659 #: ../fish/guestfish-actions.pod:943
22660 #, no-wrap
22661 msgid ""
22662 " fallocate path len\n"
22663 "\n"
22664 msgstr ""
22665
22666 #. type: =head2
22667 #: ../fish/guestfish-actions.pod:960
22668 msgid "fallocate64"
22669 msgstr ""
22670
22671 #. type: verbatim
22672 #: ../fish/guestfish-actions.pod:962
22673 #, no-wrap
22674 msgid ""
22675 " fallocate64 path len\n"
22676 "\n"
22677 msgstr ""
22678
22679 #. type: textblock
22680 #: ../fish/guestfish-actions.pod:968
22681 msgid ""
22682 "Note that this call allocates disk blocks for the file.  To create a sparse "
22683 "file use L</truncate-size> instead."
22684 msgstr ""
22685
22686 #. type: textblock
22687 #: ../fish/guestfish-actions.pod:971
22688 msgid ""
22689 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22690 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22691 "maximum size of files created through that call to 1GB."
22692 msgstr ""
22693
22694 #. type: =head2
22695 #: ../fish/guestfish-actions.pod:980
22696 msgid "fgrep"
22697 msgstr ""
22698
22699 #. type: verbatim
22700 #: ../fish/guestfish-actions.pod:982
22701 #, no-wrap
22702 msgid ""
22703 " fgrep pattern path\n"
22704 "\n"
22705 msgstr ""
22706
22707 #. type: =head2
22708 #: ../fish/guestfish-actions.pod:990
22709 msgid "fgrepi"
22710 msgstr ""
22711
22712 #. type: verbatim
22713 #: ../fish/guestfish-actions.pod:992
22714 #, no-wrap
22715 msgid ""
22716 " fgrepi pattern path\n"
22717 "\n"
22718 msgstr ""
22719
22720 #. type: =head2
22721 #: ../fish/guestfish-actions.pod:1000
22722 msgid "file"
22723 msgstr ""
22724
22725 #. type: verbatim
22726 #: ../fish/guestfish-actions.pod:1002
22727 #, no-wrap
22728 msgid ""
22729 " file path\n"
22730 "\n"
22731 msgstr ""
22732
22733 #. type: textblock
22734 #: ../fish/guestfish-actions.pod:1014
22735 msgid ""
22736 "This command can also be used on C</dev/> devices (and partitions, LV "
22737 "names).  You can for example use this to determine if a device contains a "
22738 "filesystem, although it's usually better to use L</vfs-type>."
22739 msgstr ""
22740
22741 #. type: =head2
22742 #: ../fish/guestfish-actions.pod:1024
22743 msgid "file-architecture"
22744 msgstr ""
22745
22746 #. type: verbatim
22747 #: ../fish/guestfish-actions.pod:1026
22748 #, no-wrap
22749 msgid ""
22750 " file-architecture filename\n"
22751 "\n"
22752 msgstr ""
22753
22754 #. type: =head2
22755 #: ../fish/guestfish-actions.pod:1129
22756 msgid "filesize"
22757 msgstr ""
22758
22759 #. type: verbatim
22760 #: ../fish/guestfish-actions.pod:1131
22761 #, no-wrap
22762 msgid ""
22763 " filesize file\n"
22764 "\n"
22765 msgstr ""
22766
22767 #. type: textblock
22768 #: ../fish/guestfish-actions.pod:1135
22769 msgid ""
22770 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
22771 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
22772 msgstr ""
22773
22774 #. type: =head2
22775 #: ../fish/guestfish-actions.pod:1139
22776 msgid "fill"
22777 msgstr ""
22778
22779 #. type: verbatim
22780 #: ../fish/guestfish-actions.pod:1141
22781 #, no-wrap
22782 msgid ""
22783 " fill c len path\n"
22784 "\n"
22785 msgstr ""
22786
22787 #. type: textblock
22788 #: ../fish/guestfish-actions.pod:1147
22789 msgid ""
22790 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22791 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22792 "L</fill-pattern>."
22793 msgstr ""
22794
22795 #. type: =head2
22796 #: ../fish/guestfish-actions.pod:1152
22797 msgid "fill-pattern"
22798 msgstr ""
22799
22800 #. type: verbatim
22801 #: ../fish/guestfish-actions.pod:1154
22802 #, no-wrap
22803 msgid ""
22804 " fill-pattern pattern len path\n"
22805 "\n"
22806 msgstr ""
22807
22808 #. type: textblock
22809 #: ../fish/guestfish-actions.pod:1156
22810 msgid ""
22811 "This function is like L</fill> except that it creates a new file of length "
22812 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22813 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22814 "bytes."
22815 msgstr ""
22816
22817 #. type: =head2
22818 #: ../fish/guestfish-actions.pod:1161
22819 msgid "find"
22820 msgstr ""
22821
22822 #. type: verbatim
22823 #: ../fish/guestfish-actions.pod:1163
22824 #, no-wrap
22825 msgid ""
22826 " find directory\n"
22827 "\n"
22828 msgstr ""
22829
22830 #. type: textblock
22831 #: ../fish/guestfish-actions.pod:1177
22832 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22833 msgstr ""
22834
22835 #. type: textblock
22836 #: ../fish/guestfish-actions.pod:1190
22837 msgid "See also L</find0>."
22838 msgstr ""
22839
22840 #. type: =head2
22841 #: ../fish/guestfish-actions.pod:1195
22842 msgid "find0"
22843 msgstr ""
22844
22845 #. type: verbatim
22846 #: ../fish/guestfish-actions.pod:1197
22847 #, no-wrap
22848 msgid ""
22849 " find0 directory (files|-)\n"
22850 "\n"
22851 msgstr ""
22852
22853 #. type: textblock
22854 #: ../fish/guestfish-actions.pod:1203
22855 msgid ""
22856 "This command works the same way as L</find> with the following exceptions:"
22857 msgstr ""
22858
22859 #. type: =head2
22860 #: ../fish/guestfish-actions.pod:1230
22861 msgid "findfs-label"
22862 msgstr ""
22863
22864 #. type: verbatim
22865 #: ../fish/guestfish-actions.pod:1232
22866 #, no-wrap
22867 msgid ""
22868 " findfs-label label\n"
22869 "\n"
22870 msgstr ""
22871
22872 #. type: textblock
22873 #: ../fish/guestfish-actions.pod:1238
22874 msgid "To find the label of a filesystem, use L</vfs-label>."
22875 msgstr ""
22876
22877 #. type: =head2
22878 #: ../fish/guestfish-actions.pod:1240
22879 msgid "findfs-uuid"
22880 msgstr ""
22881
22882 #. type: verbatim
22883 #: ../fish/guestfish-actions.pod:1242
22884 #, no-wrap
22885 msgid ""
22886 " findfs-uuid uuid\n"
22887 "\n"
22888 msgstr ""
22889
22890 #. type: textblock
22891 #: ../fish/guestfish-actions.pod:1248
22892 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22893 msgstr ""
22894
22895 #. type: =head2
22896 #: ../fish/guestfish-actions.pod:1250
22897 msgid "fsck"
22898 msgstr ""
22899
22900 #. type: verbatim
22901 #: ../fish/guestfish-actions.pod:1252
22902 #, no-wrap
22903 msgid ""
22904 " fsck fstype device\n"
22905 "\n"
22906 msgstr ""
22907
22908 #. type: =head2
22909 #: ../fish/guestfish-actions.pod:1282
22910 msgid "get-append"
22911 msgstr ""
22912
22913 #. type: verbatim
22914 #: ../fish/guestfish-actions.pod:1284
22915 #, no-wrap
22916 msgid ""
22917 " get-append\n"
22918 "\n"
22919 msgstr ""
22920
22921 #. type: =head2
22922 #: ../fish/guestfish-actions.pod:1291
22923 msgid "get-attach-method"
22924 msgstr ""
22925
22926 #. type: verbatim
22927 #: ../fish/guestfish-actions.pod:1293
22928 #, no-wrap
22929 msgid ""
22930 " get-attach-method\n"
22931 "\n"
22932 msgstr ""
22933
22934 #. type: textblock
22935 #: ../fish/guestfish-actions.pod:1295
22936 msgid "Return the current attach method.  See L</set-attach-method>."
22937 msgstr ""
22938
22939 #. type: =head2
22940 #: ../fish/guestfish-actions.pod:1297
22941 msgid "get-autosync"
22942 msgstr ""
22943
22944 #. type: verbatim
22945 #: ../fish/guestfish-actions.pod:1299
22946 #, no-wrap
22947 msgid ""
22948 " get-autosync\n"
22949 "\n"
22950 msgstr ""
22951
22952 #. type: =head2
22953 #: ../fish/guestfish-actions.pod:1303
22954 msgid "get-direct"
22955 msgstr ""
22956
22957 #. type: verbatim
22958 #: ../fish/guestfish-actions.pod:1305
22959 #, no-wrap
22960 msgid ""
22961 " get-direct\n"
22962 "\n"
22963 msgstr ""
22964
22965 #. type: =head2
22966 #: ../fish/guestfish-actions.pod:1309
22967 msgid "get-e2label"
22968 msgstr ""
22969
22970 #. type: verbatim
22971 #: ../fish/guestfish-actions.pod:1311
22972 #, no-wrap
22973 msgid ""
22974 " get-e2label device\n"
22975 "\n"
22976 msgstr ""
22977
22978 #. type: =head2
22979 #: ../fish/guestfish-actions.pod:1323
22980 msgid "get-e2uuid"
22981 msgstr ""
22982
22983 #. type: verbatim
22984 #: ../fish/guestfish-actions.pod:1325
22985 #, no-wrap
22986 msgid ""
22987 " get-e2uuid device\n"
22988 "\n"
22989 msgstr ""
22990
22991 #. type: =head2
22992 #: ../fish/guestfish-actions.pod:1337
22993 msgid "get-memsize"
22994 msgstr ""
22995
22996 #. type: verbatim
22997 #: ../fish/guestfish-actions.pod:1339
22998 #, no-wrap
22999 msgid ""
23000 " get-memsize\n"
23001 "\n"
23002 msgstr ""
23003
23004 #. type: textblock
23005 #: ../fish/guestfish-actions.pod:1344
23006 msgid ""
23007 "If L</set-memsize> was not called on this handle, and if "
23008 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23009 "value for memsize."
23010 msgstr ""
23011
23012 #. type: =head2
23013 #: ../fish/guestfish-actions.pod:1351
23014 msgid "get-network"
23015 msgstr ""
23016
23017 #. type: verbatim
23018 #: ../fish/guestfish-actions.pod:1353
23019 #, no-wrap
23020 msgid ""
23021 " get-network\n"
23022 "\n"
23023 msgstr ""
23024
23025 #. type: =head2
23026 #: ../fish/guestfish-actions.pod:1357
23027 msgid "get-path"
23028 msgstr ""
23029
23030 #. type: verbatim
23031 #: ../fish/guestfish-actions.pod:1359
23032 #, no-wrap
23033 msgid ""
23034 " get-path\n"
23035 "\n"
23036 msgstr ""
23037
23038 #. type: =head2
23039 #: ../fish/guestfish-actions.pod:1366
23040 msgid "get-pid"
23041 msgstr ""
23042
23043 #. type: =head2
23044 #: ../fish/guestfish-actions.pod:1368
23045 msgid "pid"
23046 msgstr ""
23047
23048 #. type: verbatim
23049 #: ../fish/guestfish-actions.pod:1370
23050 #, no-wrap
23051 msgid ""
23052 " get-pid\n"
23053 "\n"
23054 msgstr ""
23055
23056 #. type: =head2
23057 #: ../fish/guestfish-actions.pod:1377
23058 msgid "get-qemu"
23059 msgstr ""
23060
23061 #. type: verbatim
23062 #: ../fish/guestfish-actions.pod:1379
23063 #, no-wrap
23064 msgid ""
23065 " get-qemu\n"
23066 "\n"
23067 msgstr ""
23068
23069 #. type: =head2
23070 #: ../fish/guestfish-actions.pod:1386
23071 msgid "get-recovery-proc"
23072 msgstr ""
23073
23074 #. type: verbatim
23075 #: ../fish/guestfish-actions.pod:1388
23076 #, no-wrap
23077 msgid ""
23078 " get-recovery-proc\n"
23079 "\n"
23080 msgstr ""
23081
23082 #. type: =head2
23083 #: ../fish/guestfish-actions.pod:1392
23084 msgid "get-selinux"
23085 msgstr ""
23086
23087 #. type: verbatim
23088 #: ../fish/guestfish-actions.pod:1394
23089 #, no-wrap
23090 msgid ""
23091 " get-selinux\n"
23092 "\n"
23093 msgstr ""
23094
23095 #. type: textblock
23096 #: ../fish/guestfish-actions.pod:1396
23097 msgid ""
23098 "This returns the current setting of the selinux flag which is passed to the "
23099 "appliance at boot time.  See L</set-selinux>."
23100 msgstr ""
23101
23102 #. type: =head2
23103 #: ../fish/guestfish-actions.pod:1402
23104 msgid "get-state"
23105 msgstr ""
23106
23107 #. type: verbatim
23108 #: ../fish/guestfish-actions.pod:1404
23109 #, no-wrap
23110 msgid ""
23111 " get-state\n"
23112 "\n"
23113 msgstr ""
23114
23115 #. type: =head2
23116 #: ../fish/guestfish-actions.pod:1411
23117 msgid "get-trace"
23118 msgstr ""
23119
23120 #. type: verbatim
23121 #: ../fish/guestfish-actions.pod:1413
23122 #, no-wrap
23123 msgid ""
23124 " get-trace\n"
23125 "\n"
23126 msgstr ""
23127
23128 #. type: =head2
23129 #: ../fish/guestfish-actions.pod:1417
23130 msgid "get-umask"
23131 msgstr ""
23132
23133 #. type: verbatim
23134 #: ../fish/guestfish-actions.pod:1419
23135 #, no-wrap
23136 msgid ""
23137 " get-umask\n"
23138 "\n"
23139 msgstr ""
23140
23141 #. type: textblock
23142 #: ../fish/guestfish-actions.pod:1421
23143 msgid ""
23144 "Return the current umask.  By default the umask is C<022> unless it has been "
23145 "set by calling L</umask>."
23146 msgstr ""
23147
23148 #. type: =head2
23149 #: ../fish/guestfish-actions.pod:1424
23150 msgid "get-verbose"
23151 msgstr ""
23152
23153 #. type: verbatim
23154 #: ../fish/guestfish-actions.pod:1426
23155 #, no-wrap
23156 msgid ""
23157 " get-verbose\n"
23158 "\n"
23159 msgstr ""
23160
23161 #. type: =head2
23162 #: ../fish/guestfish-actions.pod:1430
23163 msgid "getcon"
23164 msgstr ""
23165
23166 #. type: verbatim
23167 #: ../fish/guestfish-actions.pod:1432
23168 #, no-wrap
23169 msgid ""
23170 " getcon\n"
23171 "\n"
23172 msgstr ""
23173
23174 #. type: textblock
23175 #: ../fish/guestfish-actions.pod:1436
23176 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23177 msgstr ""
23178
23179 #. type: =head2
23180 #: ../fish/guestfish-actions.pod:1439
23181 msgid "getxattr"
23182 msgstr ""
23183
23184 #. type: verbatim
23185 #: ../fish/guestfish-actions.pod:1441
23186 #, no-wrap
23187 msgid ""
23188 " getxattr path name\n"
23189 "\n"
23190 msgstr ""
23191
23192 #. type: textblock
23193 #: ../fish/guestfish-actions.pod:1443
23194 msgid ""
23195 "Get a single extended attribute from file C<path> named C<name>.  This call "
23196 "follows symlinks.  If you want to lookup an extended attribute for the "
23197 "symlink itself, use L</lgetxattr>."
23198 msgstr ""
23199
23200 #. type: textblock
23201 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2387
23202 msgid ""
23203 "Normally it is better to get all extended attributes from a file in one go "
23204 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23205 "buggy and do not provide a way to list out attributes.  For these "
23206 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23207 "attributes you want in advance and call this function."
23208 msgstr ""
23209
23210 #. type: textblock
23211 #: ../fish/guestfish-actions.pod:1457
23212 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23213 msgstr ""
23214
23215 #. type: =head2
23216 #: ../fish/guestfish-actions.pod:1459
23217 msgid "getxattrs"
23218 msgstr ""
23219
23220 #. type: verbatim
23221 #: ../fish/guestfish-actions.pod:1461
23222 #, no-wrap
23223 msgid ""
23224 " getxattrs path\n"
23225 "\n"
23226 msgstr ""
23227
23228 #. type: textblock
23229 #: ../fish/guestfish-actions.pod:1469
23230 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23231 msgstr ""
23232
23233 #. type: =head2
23234 #: ../fish/guestfish-actions.pod:1471
23235 msgid "glob-expand"
23236 msgstr ""
23237
23238 #. type: verbatim
23239 #: ../fish/guestfish-actions.pod:1473
23240 #, no-wrap
23241 msgid ""
23242 " glob-expand pattern\n"
23243 "\n"
23244 msgstr ""
23245
23246 #. type: =head2
23247 #: ../fish/guestfish-actions.pod:1486
23248 msgid "grep"
23249 msgstr ""
23250
23251 #. type: verbatim
23252 #: ../fish/guestfish-actions.pod:1488
23253 #, no-wrap
23254 msgid ""
23255 " grep regex path\n"
23256 "\n"
23257 msgstr ""
23258
23259 #. type: =head2
23260 #: ../fish/guestfish-actions.pod:1496
23261 msgid "grepi"
23262 msgstr ""
23263
23264 #. type: verbatim
23265 #: ../fish/guestfish-actions.pod:1498
23266 #, no-wrap
23267 msgid ""
23268 " grepi regex path\n"
23269 "\n"
23270 msgstr ""
23271
23272 #. type: =head2
23273 #: ../fish/guestfish-actions.pod:1506
23274 msgid "grub-install"
23275 msgstr ""
23276
23277 #. type: verbatim
23278 #: ../fish/guestfish-actions.pod:1508
23279 #, no-wrap
23280 msgid ""
23281 " grub-install root device\n"
23282 "\n"
23283 msgstr ""
23284
23285 #. type: =head2
23286 #: ../fish/guestfish-actions.pod:1524
23287 msgid "head"
23288 msgstr ""
23289
23290 #. type: verbatim
23291 #: ../fish/guestfish-actions.pod:1526
23292 #, no-wrap
23293 msgid ""
23294 " head path\n"
23295 "\n"
23296 msgstr ""
23297
23298 #. type: =head2
23299 #: ../fish/guestfish-actions.pod:1534
23300 msgid "head-n"
23301 msgstr ""
23302
23303 #. type: verbatim
23304 #: ../fish/guestfish-actions.pod:1536
23305 #, no-wrap
23306 msgid ""
23307 " head-n nrlines path\n"
23308 "\n"
23309 msgstr ""
23310
23311 #. type: =head2
23312 #: ../fish/guestfish-actions.pod:1549
23313 msgid "hexdump"
23314 msgstr ""
23315
23316 #. type: verbatim
23317 #: ../fish/guestfish-actions.pod:1551
23318 #, no-wrap
23319 msgid ""
23320 " hexdump path\n"
23321 "\n"
23322 msgstr ""
23323
23324 #. type: =head2
23325 #: ../fish/guestfish-actions.pod:1559
23326 msgid "initrd-cat"
23327 msgstr ""
23328
23329 #. type: verbatim
23330 #: ../fish/guestfish-actions.pod:1561
23331 #, no-wrap
23332 msgid ""
23333 " initrd-cat initrdpath filename\n"
23334 "\n"
23335 msgstr ""
23336
23337 #. type: textblock
23338 #: ../fish/guestfish-actions.pod:1573
23339 msgid "See also L</initrd-list>."
23340 msgstr ""
23341
23342 #. type: =head2
23343 #: ../fish/guestfish-actions.pod:1578
23344 msgid "initrd-list"
23345 msgstr ""
23346
23347 #. type: verbatim
23348 #: ../fish/guestfish-actions.pod:1580
23349 #, no-wrap
23350 msgid ""
23351 " initrd-list path\n"
23352 "\n"
23353 msgstr ""
23354
23355 #. type: =head2
23356 #: ../fish/guestfish-actions.pod:1592
23357 msgid "inotify-add-watch"
23358 msgstr ""
23359
23360 #. type: verbatim
23361 #: ../fish/guestfish-actions.pod:1594
23362 #, no-wrap
23363 msgid ""
23364 " inotify-add-watch path mask\n"
23365 "\n"
23366 msgstr ""
23367
23368 #. type: =head2
23369 #: ../fish/guestfish-actions.pod:1606
23370 msgid "inotify-close"
23371 msgstr ""
23372
23373 #. type: verbatim
23374 #: ../fish/guestfish-actions.pod:1608
23375 #, no-wrap
23376 msgid ""
23377 " inotify-close\n"
23378 "\n"
23379 msgstr ""
23380
23381 #. type: =head2
23382 #: ../fish/guestfish-actions.pod:1614
23383 msgid "inotify-files"
23384 msgstr ""
23385
23386 #. type: verbatim
23387 #: ../fish/guestfish-actions.pod:1616
23388 #, no-wrap
23389 msgid ""
23390 " inotify-files\n"
23391 "\n"
23392 msgstr ""
23393
23394 #. type: textblock
23395 #: ../fish/guestfish-actions.pod:1618
23396 msgid ""
23397 "This function is a helpful wrapper around L</inotify-read> which just "
23398 "returns a list of pathnames of objects that were touched.  The returned "
23399 "pathnames are sorted and deduplicated."
23400 msgstr ""
23401
23402 #. type: =head2
23403 #: ../fish/guestfish-actions.pod:1622
23404 msgid "inotify-init"
23405 msgstr ""
23406
23407 #. type: verbatim
23408 #: ../fish/guestfish-actions.pod:1624
23409 #, no-wrap
23410 msgid ""
23411 " inotify-init maxevents\n"
23412 "\n"
23413 msgstr ""
23414
23415 #. type: textblock
23416 #: ../fish/guestfish-actions.pod:1630
23417 msgid ""
23418 "C<maxevents> is the maximum number of events which will be queued up between "
23419 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23420 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23421 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23422 "but records the fact that it threw them away by setting a flag "
23423 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23424 msgstr ""
23425
23426 #. type: textblock
23427 #: ../fish/guestfish-actions.pod:1640
23428 msgid ""
23429 "Before any events are generated, you have to add some watches to the "
23430 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23431 "L</inotify-watch-all>."
23432 msgstr ""
23433
23434 #. type: textblock
23435 #: ../fish/guestfish-actions.pod:1646
23436 msgid ""
23437 "Queued up events should be read periodically by calling L</inotify-read> (or "
23438 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23439 "If you don't read the events out often enough then you risk the internal "
23440 "queue overflowing."
23441 msgstr ""
23442
23443 #. type: textblock
23444 #: ../fish/guestfish-actions.pod:1653
23445 msgid ""
23446 "The handle should be closed after use by calling L</inotify-close>.  This "
23447 "also removes any watches automatically."
23448 msgstr ""
23449
23450 #. type: =head2
23451 #: ../fish/guestfish-actions.pod:1662
23452 msgid "inotify-read"
23453 msgstr ""
23454
23455 #. type: verbatim
23456 #: ../fish/guestfish-actions.pod:1664
23457 #, no-wrap
23458 msgid ""
23459 " inotify-read\n"
23460 "\n"
23461 msgstr ""
23462
23463 #. type: =head2
23464 #: ../fish/guestfish-actions.pod:1677
23465 msgid "inotify-rm-watch"
23466 msgstr ""
23467
23468 #. type: verbatim
23469 #: ../fish/guestfish-actions.pod:1679
23470 #, no-wrap
23471 msgid ""
23472 " inotify-rm-watch wd\n"
23473 "\n"
23474 msgstr ""
23475
23476 #. type: textblock
23477 #: ../fish/guestfish-actions.pod:1681
23478 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23479 msgstr ""
23480
23481 #. type: =head2
23482 #: ../fish/guestfish-actions.pod:1684
23483 msgid "inspect-get-arch"
23484 msgstr ""
23485
23486 #. type: verbatim
23487 #: ../fish/guestfish-actions.pod:1686
23488 #, no-wrap
23489 msgid ""
23490 " inspect-get-arch root\n"
23491 "\n"
23492 msgstr ""
23493
23494 #. type: textblock
23495 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704
23496 #: ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1800
23497 #: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1849
23498 #: ../fish/guestfish-actions.pod:1870 ../fish/guestfish-actions.pod:1885
23499 #: ../fish/guestfish-actions.pod:1912 ../fish/guestfish-actions.pod:1934
23500 #: ../fish/guestfish-actions.pod:1958 ../fish/guestfish-actions.pod:1975
23501 #: ../fish/guestfish-actions.pod:2018 ../fish/guestfish-actions.pod:2053
23502 #: ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2082
23503 #: ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2110
23504 msgid ""
23505 "This function should only be called with a root device string as returned by "
23506 "L</inspect-os>."
23507 msgstr ""
23508
23509 #. type: textblock
23510 #: ../fish/guestfish-actions.pod:1691
23511 msgid ""
23512 "This returns the architecture of the inspected operating system.  The "
23513 "possible return values are listed under L</file-architecture>."
23514 msgstr ""
23515
23516 #. type: =head2
23517 #: ../fish/guestfish-actions.pod:1700
23518 msgid "inspect-get-distro"
23519 msgstr ""
23520
23521 #. type: verbatim
23522 #: ../fish/guestfish-actions.pod:1702
23523 #, no-wrap
23524 msgid ""
23525 " inspect-get-distro root\n"
23526 "\n"
23527 msgstr ""
23528
23529 #. type: =head2
23530 #: ../fish/guestfish-actions.pod:1778
23531 msgid "inspect-get-filesystems"
23532 msgstr ""
23533
23534 #. type: verbatim
23535 #: ../fish/guestfish-actions.pod:1780
23536 #, no-wrap
23537 msgid ""
23538 " inspect-get-filesystems root\n"
23539 "\n"
23540 msgstr ""
23541
23542 #. type: textblock
23543 #: ../fish/guestfish-actions.pod:1793
23544 msgid ""
23545 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23546 "get-mountpoints>."
23547 msgstr ""
23548
23549 #. type: =head2
23550 #: ../fish/guestfish-actions.pod:1796
23551 msgid "inspect-get-format"
23552 msgstr ""
23553
23554 #. type: verbatim
23555 #: ../fish/guestfish-actions.pod:1798
23556 #, no-wrap
23557 msgid ""
23558 " inspect-get-format root\n"
23559 "\n"
23560 msgstr ""
23561
23562 #. type: =head2
23563 #: ../fish/guestfish-actions.pod:1830
23564 msgid "inspect-get-hostname"
23565 msgstr ""
23566
23567 #. type: verbatim
23568 #: ../fish/guestfish-actions.pod:1832
23569 #, no-wrap
23570 msgid ""
23571 " inspect-get-hostname root\n"
23572 "\n"
23573 msgstr ""
23574
23575 #. type: =head2
23576 #: ../fish/guestfish-actions.pod:1845
23577 msgid "inspect-get-major-version"
23578 msgstr ""
23579
23580 #. type: verbatim
23581 #: ../fish/guestfish-actions.pod:1847
23582 #, no-wrap
23583 msgid ""
23584 " inspect-get-major-version root\n"
23585 "\n"
23586 msgstr ""
23587
23588 #. type: =head2
23589 #: ../fish/guestfish-actions.pod:1866
23590 msgid "inspect-get-minor-version"
23591 msgstr ""
23592
23593 #. type: verbatim
23594 #: ../fish/guestfish-actions.pod:1868
23595 #, no-wrap
23596 msgid ""
23597 " inspect-get-minor-version root\n"
23598 "\n"
23599 msgstr ""
23600
23601 #. type: textblock
23602 #: ../fish/guestfish-actions.pod:1878
23603 msgid ""
23604 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23605 "get-major-version>."
23606 msgstr ""
23607
23608 #. type: =head2
23609 #: ../fish/guestfish-actions.pod:1881
23610 msgid "inspect-get-mountpoints"
23611 msgstr ""
23612
23613 #. type: verbatim
23614 #: ../fish/guestfish-actions.pod:1883
23615 #, no-wrap
23616 msgid ""
23617 " inspect-get-mountpoints root\n"
23618 "\n"
23619 msgstr ""
23620
23621 #. type: textblock
23622 #: ../fish/guestfish-actions.pod:1905
23623 msgid ""
23624 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23625 "get-filesystems>."
23626 msgstr ""
23627
23628 #. type: =head2
23629 #: ../fish/guestfish-actions.pod:1908
23630 msgid "inspect-get-package-format"
23631 msgstr ""
23632
23633 #. type: verbatim
23634 #: ../fish/guestfish-actions.pod:1910
23635 #, no-wrap
23636 msgid ""
23637 " inspect-get-package-format root\n"
23638 "\n"
23639 msgstr ""
23640
23641 #. type: textblock
23642 #: ../fish/guestfish-actions.pod:1915
23643 msgid ""
23644 "This function and L</inspect-get-package-management> return the package "
23645 "format and package management tool used by the inspected operating system.  "
23646 "For example for Fedora these functions would return C<rpm> (package format) "
23647 "and C<yum> (package management)."
23648 msgstr ""
23649
23650 #. type: =head2
23651 #: ../fish/guestfish-actions.pod:1930
23652 msgid "inspect-get-package-management"
23653 msgstr ""
23654
23655 #. type: verbatim
23656 #: ../fish/guestfish-actions.pod:1932
23657 #, no-wrap
23658 msgid ""
23659 " inspect-get-package-management root\n"
23660 "\n"
23661 msgstr ""
23662
23663 #. type: textblock
23664 #: ../fish/guestfish-actions.pod:1937
23665 msgid ""
23666 "L</inspect-get-package-format> and this function return the package format "
23667 "and package management tool used by the inspected operating system.  For "
23668 "example for Fedora these functions would return C<rpm> (package format) and "
23669 "C<yum> (package management)."
23670 msgstr ""
23671
23672 #. type: =head2
23673 #: ../fish/guestfish-actions.pod:1954
23674 msgid "inspect-get-product-name"
23675 msgstr ""
23676
23677 #. type: verbatim
23678 #: ../fish/guestfish-actions.pod:1956
23679 #, no-wrap
23680 msgid ""
23681 " inspect-get-product-name root\n"
23682 "\n"
23683 msgstr ""
23684
23685 #. type: =head2
23686 #: ../fish/guestfish-actions.pod:1971
23687 msgid "inspect-get-product-variant"
23688 msgstr ""
23689
23690 #. type: verbatim
23691 #: ../fish/guestfish-actions.pod:1973
23692 #, no-wrap
23693 msgid ""
23694 " inspect-get-product-variant root\n"
23695 "\n"
23696 msgstr ""
23697
23698 #. type: textblock
23699 #: ../fish/guestfish-actions.pod:1997
23700 msgid ""
23701 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23702 "get-product-name>, L</inspect-get-major-version>."
23703 msgstr ""
23704
23705 #. type: =head2
23706 #: ../fish/guestfish-actions.pod:2001
23707 msgid "inspect-get-roots"
23708 msgstr ""
23709
23710 #. type: verbatim
23711 #: ../fish/guestfish-actions.pod:2003
23712 #, no-wrap
23713 msgid ""
23714 " inspect-get-roots\n"
23715 "\n"
23716 msgstr ""
23717
23718 #. type: textblock
23719 #: ../fish/guestfish-actions.pod:2005
23720 msgid ""
23721 "This function is a convenient way to get the list of root devices, as "
23722 "returned from a previous call to L</inspect-os>, but without redoing the "
23723 "whole inspection process."
23724 msgstr ""
23725
23726 #. type: textblock
23727 #: ../fish/guestfish-actions.pod:2009
23728 msgid ""
23729 "This returns an empty list if either no root devices were found or the "
23730 "caller has not called L</inspect-os>."
23731 msgstr ""
23732
23733 #. type: =head2
23734 #: ../fish/guestfish-actions.pod:2014
23735 msgid "inspect-get-type"
23736 msgstr ""
23737
23738 #. type: verbatim
23739 #: ../fish/guestfish-actions.pod:2016
23740 #, no-wrap
23741 msgid ""
23742 " inspect-get-type root\n"
23743 "\n"
23744 msgstr ""
23745
23746 #. type: =head2
23747 #: ../fish/guestfish-actions.pod:2049
23748 msgid "inspect-get-windows-systemroot"
23749 msgstr ""
23750
23751 #. type: verbatim
23752 #: ../fish/guestfish-actions.pod:2051
23753 #, no-wrap
23754 msgid ""
23755 " inspect-get-windows-systemroot root\n"
23756 "\n"
23757 msgstr ""
23758
23759 #. type: =head2
23760 #: ../fish/guestfish-actions.pod:2065
23761 msgid "inspect-is-live"
23762 msgstr ""
23763
23764 #. type: verbatim
23765 #: ../fish/guestfish-actions.pod:2067
23766 #, no-wrap
23767 msgid ""
23768 " inspect-is-live root\n"
23769 "\n"
23770 msgstr ""
23771
23772 #. type: textblock
23773 #: ../fish/guestfish-actions.pod:2072
23774 msgid ""
23775 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23776 "then this returns true if a live image was detected on the disk."
23777 msgstr ""
23778
23779 #. type: =head2
23780 #: ../fish/guestfish-actions.pod:2078
23781 msgid "inspect-is-multipart"
23782 msgstr ""
23783
23784 #. type: verbatim
23785 #: ../fish/guestfish-actions.pod:2080
23786 #, no-wrap
23787 msgid ""
23788 " inspect-is-multipart root\n"
23789 "\n"
23790 msgstr ""
23791
23792 #. type: textblock
23793 #: ../fish/guestfish-actions.pod:2085
23794 msgid ""
23795 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23796 "then this returns true if the disk is part of a set."
23797 msgstr ""
23798
23799 #. type: =head2
23800 #: ../fish/guestfish-actions.pod:2091
23801 msgid "inspect-is-netinst"
23802 msgstr ""
23803
23804 #. type: verbatim
23805 #: ../fish/guestfish-actions.pod:2093
23806 #, no-wrap
23807 msgid ""
23808 " inspect-is-netinst root\n"
23809 "\n"
23810 msgstr ""
23811
23812 #. type: textblock
23813 #: ../fish/guestfish-actions.pod:2098
23814 msgid ""
23815 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23816 "then this returns true if the disk is a network installer, ie. not a self-"
23817 "contained install CD but one which is likely to require network access to "
23818 "complete the install."
23819 msgstr ""
23820
23821 #. type: =head2
23822 #: ../fish/guestfish-actions.pod:2106
23823 msgid "inspect-list-applications"
23824 msgstr ""
23825
23826 #. type: verbatim
23827 #: ../fish/guestfish-actions.pod:2108
23828 #, no-wrap
23829 msgid ""
23830 " inspect-list-applications root\n"
23831 "\n"
23832 msgstr ""
23833
23834 #. type: textblock
23835 #: ../fish/guestfish-actions.pod:2115
23836 msgid ""
23837 "I<Note:> This call works differently from other parts of the inspection "
23838 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23839 "then mount up the disks, before calling this.  Listing applications is a "
23840 "significantly more difficult operation which requires access to the full "
23841 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23842 "are just returning data cached in the libguestfs handle, this call actually "
23843 "reads parts of the mounted filesystems during the call."
23844 msgstr ""
23845
23846 #. type: =head2
23847 #: ../fish/guestfish-actions.pod:2205
23848 msgid "inspect-os"
23849 msgstr ""
23850
23851 #. type: verbatim
23852 #: ../fish/guestfish-actions.pod:2207
23853 #, no-wrap
23854 msgid ""
23855 " inspect-os\n"
23856 "\n"
23857 msgstr ""
23858
23859 #. type: textblock
23860 #: ../fish/guestfish-actions.pod:2222
23861 msgid ""
23862 "You can pass the root string(s) returned to other L</inspect-get-*> "
23863 "functions in order to query further information about each operating system, "
23864 "such as the name and version."
23865 msgstr ""
23866
23867 #. type: textblock
23868 #: ../fish/guestfish-actions.pod:2227
23869 msgid ""
23870 "This function uses other libguestfs features such as L</mount-ro> and L</"
23871 "umount-all> in order to mount and unmount filesystems and look at the "
23872 "contents.  This should be called with no disks currently mounted.  The "
23873 "function may also use Augeas, so any existing Augeas handle will be closed."
23874 msgstr ""
23875
23876 #. type: textblock
23877 #: ../fish/guestfish-actions.pod:2239 ../fish/guestfish-actions.pod:2415
23878 #: ../fish/guestfish-actions.pod:2461
23879 msgid "See also L</list-filesystems>."
23880 msgstr ""
23881
23882 #. type: =head2
23883 #: ../fish/guestfish-actions.pod:2241
23884 msgid "is-blockdev"
23885 msgstr ""
23886
23887 #. type: verbatim
23888 #: ../fish/guestfish-actions.pod:2243
23889 #, no-wrap
23890 msgid ""
23891 " is-blockdev path\n"
23892 "\n"
23893 msgstr ""
23894
23895 #. type: textblock
23896 #: ../fish/guestfish-actions.pod:2248 ../fish/guestfish-actions.pod:2266
23897 #: ../fish/guestfish-actions.pod:2285 ../fish/guestfish-actions.pod:2294
23898 #: ../fish/guestfish-actions.pod:2304 ../fish/guestfish-actions.pod:2338
23899 #: ../fish/guestfish-actions.pod:2347
23900 msgid "See also L</stat>."
23901 msgstr ""
23902
23903 #. type: =head2
23904 #: ../fish/guestfish-actions.pod:2250
23905 msgid "is-busy"
23906 msgstr ""
23907
23908 #. type: verbatim
23909 #: ../fish/guestfish-actions.pod:2252
23910 #, no-wrap
23911 msgid ""
23912 " is-busy\n"
23913 "\n"
23914 msgstr ""
23915
23916 #. type: =head2
23917 #: ../fish/guestfish-actions.pod:2259
23918 msgid "is-chardev"
23919 msgstr ""
23920
23921 #. type: verbatim
23922 #: ../fish/guestfish-actions.pod:2261
23923 #, no-wrap
23924 msgid ""
23925 " is-chardev path\n"
23926 "\n"
23927 msgstr ""
23928
23929 #. type: =head2
23930 #: ../fish/guestfish-actions.pod:2268
23931 msgid "is-config"
23932 msgstr ""
23933
23934 #. type: verbatim
23935 #: ../fish/guestfish-actions.pod:2270
23936 #, no-wrap
23937 msgid ""
23938 " is-config\n"
23939 "\n"
23940 msgstr ""
23941
23942 #. type: =head2
23943 #: ../fish/guestfish-actions.pod:2277
23944 msgid "is-dir"
23945 msgstr ""
23946
23947 #. type: verbatim
23948 #: ../fish/guestfish-actions.pod:2279
23949 #, no-wrap
23950 msgid ""
23951 " is-dir path\n"
23952 "\n"
23953 msgstr ""
23954
23955 #. type: =head2
23956 #: ../fish/guestfish-actions.pod:2287
23957 msgid "is-fifo"
23958 msgstr ""
23959
23960 #. type: verbatim
23961 #: ../fish/guestfish-actions.pod:2289
23962 #, no-wrap
23963 msgid ""
23964 " is-fifo path\n"
23965 "\n"
23966 msgstr ""
23967
23968 #. type: =head2
23969 #: ../fish/guestfish-actions.pod:2296
23970 msgid "is-file"
23971 msgstr ""
23972
23973 #. type: verbatim
23974 #: ../fish/guestfish-actions.pod:2298
23975 #, no-wrap
23976 msgid ""
23977 " is-file path\n"
23978 "\n"
23979 msgstr ""
23980
23981 #. type: =head2
23982 #: ../fish/guestfish-actions.pod:2306
23983 msgid "is-launching"
23984 msgstr ""
23985
23986 #. type: verbatim
23987 #: ../fish/guestfish-actions.pod:2308
23988 #, no-wrap
23989 msgid ""
23990 " is-launching\n"
23991 "\n"
23992 msgstr ""
23993
23994 #. type: =head2
23995 #: ../fish/guestfish-actions.pod:2315
23996 msgid "is-lv"
23997 msgstr ""
23998
23999 #. type: verbatim
24000 #: ../fish/guestfish-actions.pod:2317
24001 #, no-wrap
24002 msgid ""
24003 " is-lv device\n"
24004 "\n"
24005 msgstr ""
24006
24007 #. type: =head2
24008 #: ../fish/guestfish-actions.pod:2322
24009 msgid "is-ready"
24010 msgstr ""
24011
24012 #. type: verbatim
24013 #: ../fish/guestfish-actions.pod:2324
24014 #, no-wrap
24015 msgid ""
24016 " is-ready\n"
24017 "\n"
24018 msgstr ""
24019
24020 #. type: =head2
24021 #: ../fish/guestfish-actions.pod:2331
24022 msgid "is-socket"
24023 msgstr ""
24024
24025 #. type: verbatim
24026 #: ../fish/guestfish-actions.pod:2333
24027 #, no-wrap
24028 msgid ""
24029 " is-socket path\n"
24030 "\n"
24031 msgstr ""
24032
24033 #. type: =head2
24034 #: ../fish/guestfish-actions.pod:2340
24035 msgid "is-symlink"
24036 msgstr ""
24037
24038 #. type: verbatim
24039 #: ../fish/guestfish-actions.pod:2342
24040 #, no-wrap
24041 msgid ""
24042 " is-symlink path\n"
24043 "\n"
24044 msgstr ""
24045
24046 #. type: =head2
24047 #: ../fish/guestfish-actions.pod:2349
24048 msgid "kill-subprocess"
24049 msgstr ""
24050
24051 #. type: verbatim
24052 #: ../fish/guestfish-actions.pod:2351
24053 #, no-wrap
24054 msgid ""
24055 " kill-subprocess\n"
24056 "\n"
24057 msgstr ""
24058
24059 #. type: =head2
24060 #: ../fish/guestfish-actions.pod:2355
24061 msgid "launch"
24062 msgstr ""
24063
24064 #. type: =head2
24065 #: ../fish/guestfish-actions.pod:2357
24066 msgid "run"
24067 msgstr ""
24068
24069 #. type: verbatim
24070 #: ../fish/guestfish-actions.pod:2359
24071 #, no-wrap
24072 msgid ""
24073 " launch\n"
24074 "\n"
24075 msgstr ""
24076
24077 #. type: =head2
24078 #: ../fish/guestfish-actions.pod:2367
24079 msgid "lchown"
24080 msgstr ""
24081
24082 #. type: verbatim
24083 #: ../fish/guestfish-actions.pod:2369
24084 #, no-wrap
24085 msgid ""
24086 " lchown owner group path\n"
24087 "\n"
24088 msgstr ""
24089
24090 #. type: textblock
24091 #: ../fish/guestfish-actions.pod:2371
24092 msgid ""
24093 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24094 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24095 "target."
24096 msgstr ""
24097
24098 #. type: =head2
24099 #: ../fish/guestfish-actions.pod:2379
24100 msgid "lgetxattr"
24101 msgstr ""
24102
24103 #. type: verbatim
24104 #: ../fish/guestfish-actions.pod:2381
24105 #, no-wrap
24106 msgid ""
24107 " lgetxattr path name\n"
24108 "\n"
24109 msgstr ""
24110
24111 #. type: textblock
24112 #: ../fish/guestfish-actions.pod:2397
24113 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24114 msgstr ""
24115
24116 #. type: =head2
24117 #: ../fish/guestfish-actions.pod:2399
24118 msgid "lgetxattrs"
24119 msgstr ""
24120
24121 #. type: verbatim
24122 #: ../fish/guestfish-actions.pod:2401
24123 #, no-wrap
24124 msgid ""
24125 " lgetxattrs path\n"
24126 "\n"
24127 msgstr ""
24128
24129 #. type: textblock
24130 #: ../fish/guestfish-actions.pod:2403
24131 msgid ""
24132 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24133 "it returns the extended attributes of the link itself."
24134 msgstr ""
24135
24136 #. type: =head2
24137 #: ../fish/guestfish-actions.pod:2407
24138 msgid "list-devices"
24139 msgstr ""
24140
24141 #. type: verbatim
24142 #: ../fish/guestfish-actions.pod:2409
24143 #, no-wrap
24144 msgid ""
24145 " list-devices\n"
24146 "\n"
24147 msgstr ""
24148
24149 #. type: =head2
24150 #: ../fish/guestfish-actions.pod:2417
24151 msgid "list-filesystems"
24152 msgstr ""
24153
24154 #. type: verbatim
24155 #: ../fish/guestfish-actions.pod:2419
24156 #, no-wrap
24157 msgid ""
24158 " list-filesystems\n"
24159 "\n"
24160 msgstr ""
24161
24162 #. type: textblock
24163 #: ../fish/guestfish-actions.pod:2438
24164 msgid ""
24165 "This command runs other libguestfs commands, which might include L</mount> "
24166 "and L</umount>, and therefore you should use this soon after launch and only "
24167 "when nothing is mounted."
24168 msgstr ""
24169
24170 #. type: textblock
24171 #: ../fish/guestfish-actions.pod:2442
24172 msgid ""
24173 "Not all of the filesystems returned will be mountable.  In particular, swap "
24174 "partitions are returned in the list.  Also this command does not check that "
24175 "each filesystem found is valid and mountable, and some filesystems might be "
24176 "mountable but require special options.  Filesystems may not all belong to a "
24177 "single logical operating system (use L</inspect-os> to look for OSes)."
24178 msgstr ""
24179
24180 #. type: =head2
24181 #: ../fish/guestfish-actions.pod:2450
24182 msgid "list-partitions"
24183 msgstr ""
24184
24185 #. type: verbatim
24186 #: ../fish/guestfish-actions.pod:2452
24187 #, no-wrap
24188 msgid ""
24189 " list-partitions\n"
24190 "\n"
24191 msgstr ""
24192
24193 #. type: textblock
24194 #: ../fish/guestfish-actions.pod:2458
24195 msgid ""
24196 "This does not return logical volumes.  For that you will need to call L</"
24197 "lvs>."
24198 msgstr ""
24199
24200 #. type: =head2
24201 #: ../fish/guestfish-actions.pod:2463
24202 msgid "ll"
24203 msgstr ""
24204
24205 #. type: verbatim
24206 #: ../fish/guestfish-actions.pod:2465
24207 #, no-wrap
24208 msgid ""
24209 " ll directory\n"
24210 "\n"
24211 msgstr ""
24212
24213 #. type: =head2
24214 #: ../fish/guestfish-actions.pod:2473
24215 msgid "ln"
24216 msgstr ""
24217
24218 #. type: verbatim
24219 #: ../fish/guestfish-actions.pod:2475
24220 #, no-wrap
24221 msgid ""
24222 " ln target linkname\n"
24223 "\n"
24224 msgstr ""
24225
24226 #. type: =head2
24227 #: ../fish/guestfish-actions.pod:2479
24228 msgid "ln-f"
24229 msgstr ""
24230
24231 #. type: verbatim
24232 #: ../fish/guestfish-actions.pod:2481
24233 #, no-wrap
24234 msgid ""
24235 " ln-f target linkname\n"
24236 "\n"
24237 msgstr ""
24238
24239 #. type: =head2
24240 #: ../fish/guestfish-actions.pod:2486
24241 msgid "ln-s"
24242 msgstr ""
24243
24244 #. type: verbatim
24245 #: ../fish/guestfish-actions.pod:2488
24246 #, no-wrap
24247 msgid ""
24248 " ln-s target linkname\n"
24249 "\n"
24250 msgstr ""
24251
24252 #. type: =head2
24253 #: ../fish/guestfish-actions.pod:2492
24254 msgid "ln-sf"
24255 msgstr ""
24256
24257 #. type: verbatim
24258 #: ../fish/guestfish-actions.pod:2494
24259 #, no-wrap
24260 msgid ""
24261 " ln-sf target linkname\n"
24262 "\n"
24263 msgstr ""
24264
24265 #. type: =head2
24266 #: ../fish/guestfish-actions.pod:2499
24267 msgid "lremovexattr"
24268 msgstr ""
24269
24270 #. type: verbatim
24271 #: ../fish/guestfish-actions.pod:2501
24272 #, no-wrap
24273 msgid ""
24274 " lremovexattr xattr path\n"
24275 "\n"
24276 msgstr ""
24277
24278 #. type: textblock
24279 #: ../fish/guestfish-actions.pod:2503
24280 msgid ""
24281 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24282 "it removes an extended attribute of the link itself."
24283 msgstr ""
24284
24285 #. type: =head2
24286 #: ../fish/guestfish-actions.pod:2507
24287 msgid "ls"
24288 msgstr ""
24289
24290 #. type: verbatim
24291 #: ../fish/guestfish-actions.pod:2509
24292 #, no-wrap
24293 msgid ""
24294 " ls directory\n"
24295 "\n"
24296 msgstr ""
24297
24298 #. type: textblock
24299 #: ../fish/guestfish-actions.pod:2515
24300 msgid ""
24301 "This command is mostly useful for interactive sessions.  Programs should "
24302 "probably use L</readdir> instead."
24303 msgstr ""
24304
24305 #. type: =head2
24306 #: ../fish/guestfish-actions.pod:2518
24307 msgid "lsetxattr"
24308 msgstr ""
24309
24310 #. type: verbatim
24311 #: ../fish/guestfish-actions.pod:2520
24312 #, no-wrap
24313 msgid ""
24314 " lsetxattr xattr val vallen path\n"
24315 "\n"
24316 msgstr ""
24317
24318 #. type: textblock
24319 #: ../fish/guestfish-actions.pod:2522
24320 msgid ""
24321 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24322 "sets an extended attribute of the link itself."
24323 msgstr ""
24324
24325 #. type: =head2
24326 #: ../fish/guestfish-actions.pod:2526
24327 msgid "lstat"
24328 msgstr ""
24329
24330 #. type: verbatim
24331 #: ../fish/guestfish-actions.pod:2528
24332 #, no-wrap
24333 msgid ""
24334 " lstat path\n"
24335 "\n"
24336 msgstr ""
24337
24338 #. type: textblock
24339 #: ../fish/guestfish-actions.pod:2532
24340 msgid ""
24341 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24342 "the link is stat-ed, not the file it refers to."
24343 msgstr ""
24344
24345 #. type: =head2
24346 #: ../fish/guestfish-actions.pod:2538
24347 msgid "lstatlist"
24348 msgstr ""
24349
24350 #. type: verbatim
24351 #: ../fish/guestfish-actions.pod:2540
24352 #, no-wrap
24353 msgid ""
24354 " lstatlist path 'names ...'\n"
24355 "\n"
24356 msgstr ""
24357
24358 #. type: textblock
24359 #: ../fish/guestfish-actions.pod:2542
24360 msgid ""
24361 "This call allows you to perform the L</lstat> operation on multiple files, "
24362 "where all files are in the directory C<path>.  C<names> is the list of files "
24363 "from this directory."
24364 msgstr ""
24365
24366 #. type: textblock
24367 #: ../fish/guestfish-actions.pod:2551
24368 msgid ""
24369 "This call is intended for programs that want to efficiently list a directory "
24370 "contents without making many round-trips.  See also L</lxattrlist> for a "
24371 "similarly efficient call for getting extended attributes.  Very long "
24372 "directory listings might cause the protocol message size to be exceeded, "
24373 "causing this call to fail.  The caller must split up such requests into "
24374 "smaller groups of names."
24375 msgstr ""
24376
24377 #. type: =head2
24378 #: ../fish/guestfish-actions.pod:2559
24379 msgid "luks-add-key"
24380 msgstr ""
24381
24382 #. type: verbatim
24383 #: ../fish/guestfish-actions.pod:2561
24384 #, no-wrap
24385 msgid ""
24386 " luks-add-key device keyslot\n"
24387 "\n"
24388 msgstr ""
24389
24390 #. type: textblock
24391 #: ../fish/guestfish-actions.pod:2568
24392 msgid ""
24393 "Note that if C<keyslot> already contains a key, then this command will "
24394 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24395 msgstr ""
24396
24397 #. type: textblock
24398 #: ../fish/guestfish-actions.pod:2572 ../fish/guestfish-actions.pod:2594
24399 #: ../fish/guestfish-actions.pod:2607 ../fish/guestfish-actions.pod:2621
24400 #: ../fish/guestfish-actions.pod:2644 ../fish/guestfish-actions.pod:2654
24401 msgid ""
24402 "This command has one or more key or passphrase parameters.  Guestfish will "
24403 "prompt for these separately."
24404 msgstr ""
24405
24406 #. type: =head2
24407 #: ../fish/guestfish-actions.pod:2575
24408 msgid "luks-close"
24409 msgstr ""
24410
24411 #. type: verbatim
24412 #: ../fish/guestfish-actions.pod:2577
24413 #, no-wrap
24414 msgid ""
24415 " luks-close device\n"
24416 "\n"
24417 msgstr ""
24418
24419 #. type: textblock
24420 #: ../fish/guestfish-actions.pod:2579
24421 msgid ""
24422 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
24423 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
24424 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
24425 "block device."
24426 msgstr ""
24427
24428 #. type: =head2
24429 #: ../fish/guestfish-actions.pod:2585
24430 msgid "luks-format"
24431 msgstr ""
24432
24433 #. type: verbatim
24434 #: ../fish/guestfish-actions.pod:2587
24435 #, no-wrap
24436 msgid ""
24437 " luks-format device keyslot\n"
24438 "\n"
24439 msgstr ""
24440
24441 #. type: =head2
24442 #: ../fish/guestfish-actions.pod:2600
24443 msgid "luks-format-cipher"
24444 msgstr ""
24445
24446 #. type: verbatim
24447 #: ../fish/guestfish-actions.pod:2602
24448 #, no-wrap
24449 msgid ""
24450 " luks-format-cipher device keyslot cipher\n"
24451 "\n"
24452 msgstr ""
24453
24454 #. type: textblock
24455 #: ../fish/guestfish-actions.pod:2604
24456 msgid ""
24457 "This command is the same as L</luks-format> but it also allows you to set "
24458 "the C<cipher> used."
24459 msgstr ""
24460
24461 #. type: =head2
24462 #: ../fish/guestfish-actions.pod:2613
24463 msgid "luks-kill-slot"
24464 msgstr ""
24465
24466 #. type: verbatim
24467 #: ../fish/guestfish-actions.pod:2615
24468 #, no-wrap
24469 msgid ""
24470 " luks-kill-slot device keyslot\n"
24471 "\n"
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:2624
24476 msgid "luks-open"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:2626
24481 #, no-wrap
24482 msgid ""
24483 " luks-open device mapname\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: textblock
24488 #: ../fish/guestfish-actions.pod:2640
24489 msgid ""
24490 "If this block device contains LVM volume groups, then calling L</vgscan> "
24491 "followed by L</vg-activate-all> will make them visible."
24492 msgstr ""
24493
24494 #. type: =head2
24495 #: ../fish/guestfish-actions.pod:2647
24496 msgid "luks-open-ro"
24497 msgstr ""
24498
24499 #. type: verbatim
24500 #: ../fish/guestfish-actions.pod:2649
24501 #, no-wrap
24502 msgid ""
24503 " luks-open-ro device mapname\n"
24504 "\n"
24505 msgstr ""
24506
24507 #. type: textblock
24508 #: ../fish/guestfish-actions.pod:2651
24509 msgid ""
24510 "This is the same as L</luks-open> except that a read-only mapping is created."
24511 msgstr ""
24512
24513 #. type: =head2
24514 #: ../fish/guestfish-actions.pod:2657
24515 msgid "lvcreate"
24516 msgstr ""
24517
24518 #. type: verbatim
24519 #: ../fish/guestfish-actions.pod:2659
24520 #, no-wrap
24521 msgid ""
24522 " lvcreate logvol volgroup mbytes\n"
24523 "\n"
24524 msgstr ""
24525
24526 #. type: =head2
24527 #: ../fish/guestfish-actions.pod:2664
24528 msgid "lvm-canonical-lv-name"
24529 msgstr ""
24530
24531 #. type: verbatim
24532 #: ../fish/guestfish-actions.pod:2666
24533 #, no-wrap
24534 msgid ""
24535 " lvm-canonical-lv-name lvname\n"
24536 "\n"
24537 msgstr ""
24538
24539 #. type: textblock
24540 #: ../fish/guestfish-actions.pod:2675
24541 msgid "See also L</is-lv>."
24542 msgstr ""
24543
24544 #. type: =head2
24545 #: ../fish/guestfish-actions.pod:2677
24546 msgid "lvm-clear-filter"
24547 msgstr ""
24548
24549 #. type: verbatim
24550 #: ../fish/guestfish-actions.pod:2679
24551 #, no-wrap
24552 msgid ""
24553 " lvm-clear-filter\n"
24554 "\n"
24555 msgstr ""
24556
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:2681
24559 msgid ""
24560 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24561 "block device."
24562 msgstr ""
24563
24564 #. type: =head2
24565 #: ../fish/guestfish-actions.pod:2687
24566 msgid "lvm-remove-all"
24567 msgstr ""
24568
24569 #. type: verbatim
24570 #: ../fish/guestfish-actions.pod:2689
24571 #, no-wrap
24572 msgid ""
24573 " lvm-remove-all\n"
24574 "\n"
24575 msgstr ""
24576
24577 #. type: =head2
24578 #: ../fish/guestfish-actions.pod:2697
24579 msgid "lvm-set-filter"
24580 msgstr ""
24581
24582 #. type: verbatim
24583 #: ../fish/guestfish-actions.pod:2699
24584 #, no-wrap
24585 msgid ""
24586 " lvm-set-filter 'devices ...'\n"
24587 "\n"
24588 msgstr ""
24589
24590 #. type: =head2
24591 #: ../fish/guestfish-actions.pod:2724
24592 msgid "lvremove"
24593 msgstr ""
24594
24595 #. type: verbatim
24596 #: ../fish/guestfish-actions.pod:2726
24597 #, no-wrap
24598 msgid ""
24599 " lvremove device\n"
24600 "\n"
24601 msgstr ""
24602
24603 #. type: =head2
24604 #: ../fish/guestfish-actions.pod:2734
24605 msgid "lvrename"
24606 msgstr ""
24607
24608 #. type: verbatim
24609 #: ../fish/guestfish-actions.pod:2736
24610 #, no-wrap
24611 msgid ""
24612 " lvrename logvol newlogvol\n"
24613 "\n"
24614 msgstr ""
24615
24616 #. type: =head2
24617 #: ../fish/guestfish-actions.pod:2740
24618 msgid "lvresize"
24619 msgstr ""
24620
24621 #. type: verbatim
24622 #: ../fish/guestfish-actions.pod:2742
24623 #, no-wrap
24624 msgid ""
24625 " lvresize device mbytes\n"
24626 "\n"
24627 msgstr ""
24628
24629 #. type: =head2
24630 #: ../fish/guestfish-actions.pod:2748
24631 msgid "lvresize-free"
24632 msgstr ""
24633
24634 #. type: verbatim
24635 #: ../fish/guestfish-actions.pod:2750
24636 #, no-wrap
24637 msgid ""
24638 " lvresize-free lv percent\n"
24639 "\n"
24640 msgstr ""
24641
24642 #. type: =head2
24643 #: ../fish/guestfish-actions.pod:2758
24644 msgid "lvs"
24645 msgstr ""
24646
24647 #. type: verbatim
24648 #: ../fish/guestfish-actions.pod:2760
24649 #, no-wrap
24650 msgid ""
24651 " lvs\n"
24652 "\n"
24653 msgstr ""
24654
24655 #. type: textblock
24656 #: ../fish/guestfish-actions.pod:2768
24657 msgid "See also L</lvs-full>, L</list-filesystems>."
24658 msgstr ""
24659
24660 #. type: =head2
24661 #: ../fish/guestfish-actions.pod:2770
24662 msgid "lvs-full"
24663 msgstr ""
24664
24665 #. type: verbatim
24666 #: ../fish/guestfish-actions.pod:2772
24667 #, no-wrap
24668 msgid ""
24669 " lvs-full\n"
24670 "\n"
24671 msgstr ""
24672
24673 #. type: =head2
24674 #: ../fish/guestfish-actions.pod:2777
24675 msgid "lvuuid"
24676 msgstr ""
24677
24678 #. type: verbatim
24679 #: ../fish/guestfish-actions.pod:2779
24680 #, no-wrap
24681 msgid ""
24682 " lvuuid device\n"
24683 "\n"
24684 msgstr ""
24685
24686 #. type: =head2
24687 #: ../fish/guestfish-actions.pod:2783
24688 msgid "lxattrlist"
24689 msgstr ""
24690
24691 #. type: verbatim
24692 #: ../fish/guestfish-actions.pod:2785
24693 #, no-wrap
24694 msgid ""
24695 " lxattrlist path 'names ...'\n"
24696 "\n"
24697 msgstr ""
24698
24699 #. type: textblock
24700 #: ../fish/guestfish-actions.pod:2801
24701 msgid ""
24702 "This call is intended for programs that want to efficiently list a directory "
24703 "contents without making many round-trips.  See also L</lstatlist> for a "
24704 "similarly efficient call for getting standard stats.  Very long directory "
24705 "listings might cause the protocol message size to be exceeded, causing this "
24706 "call to fail.  The caller must split up such requests into smaller groups of "
24707 "names."
24708 msgstr ""
24709
24710 #. type: =head2
24711 #: ../fish/guestfish-actions.pod:2809
24712 msgid "mkdir"
24713 msgstr ""
24714
24715 #. type: verbatim
24716 #: ../fish/guestfish-actions.pod:2811
24717 #, no-wrap
24718 msgid ""
24719 " mkdir path\n"
24720 "\n"
24721 msgstr ""
24722
24723 #. type: =head2
24724 #: ../fish/guestfish-actions.pod:2815
24725 msgid "mkdir-mode"
24726 msgstr ""
24727
24728 #. type: verbatim
24729 #: ../fish/guestfish-actions.pod:2817
24730 #, no-wrap
24731 msgid ""
24732 " mkdir-mode path mode\n"
24733 "\n"
24734 msgstr ""
24735
24736 #. type: textblock
24737 #: ../fish/guestfish-actions.pod:2826
24738 msgid "See also L</mkdir>, L</umask>"
24739 msgstr ""
24740
24741 #. type: =head2
24742 #: ../fish/guestfish-actions.pod:2828
24743 msgid "mkdir-p"
24744 msgstr ""
24745
24746 #. type: verbatim
24747 #: ../fish/guestfish-actions.pod:2830
24748 #, no-wrap
24749 msgid ""
24750 " mkdir-p path\n"
24751 "\n"
24752 msgstr ""
24753
24754 #. type: =head2
24755 #: ../fish/guestfish-actions.pod:2835
24756 msgid "mkdtemp"
24757 msgstr ""
24758
24759 #. type: verbatim
24760 #: ../fish/guestfish-actions.pod:2837
24761 #, no-wrap
24762 msgid ""
24763 " mkdtemp template\n"
24764 "\n"
24765 msgstr ""
24766
24767 #. type: =head2
24768 #: ../fish/guestfish-actions.pod:2858
24769 msgid "mke2fs-J"
24770 msgstr ""
24771
24772 #. type: verbatim
24773 #: ../fish/guestfish-actions.pod:2860
24774 #, no-wrap
24775 msgid ""
24776 " mke2fs-J fstype blocksize device journal\n"
24777 "\n"
24778 msgstr ""
24779
24780 #. type: textblock
24781 #: ../fish/guestfish-actions.pod:2868
24782 msgid "See also L</mke2journal>."
24783 msgstr ""
24784
24785 #. type: =head2
24786 #: ../fish/guestfish-actions.pod:2870
24787 msgid "mke2fs-JL"
24788 msgstr ""
24789
24790 #. type: verbatim
24791 #: ../fish/guestfish-actions.pod:2872
24792 #, no-wrap
24793 msgid ""
24794 " mke2fs-JL fstype blocksize device label\n"
24795 "\n"
24796 msgstr ""
24797
24798 #. type: textblock
24799 #: ../fish/guestfish-actions.pod:2877
24800 msgid "See also L</mke2journal-L>."
24801 msgstr ""
24802
24803 #. type: =head2
24804 #: ../fish/guestfish-actions.pod:2879
24805 msgid "mke2fs-JU"
24806 msgstr ""
24807
24808 #. type: verbatim
24809 #: ../fish/guestfish-actions.pod:2881
24810 #, no-wrap
24811 msgid ""
24812 " mke2fs-JU fstype blocksize device uuid\n"
24813 "\n"
24814 msgstr ""
24815
24816 #. type: textblock
24817 #: ../fish/guestfish-actions.pod:2886
24818 msgid "See also L</mke2journal-U>."
24819 msgstr ""
24820
24821 #. type: =head2
24822 #: ../fish/guestfish-actions.pod:2888
24823 msgid "mke2journal"
24824 msgstr ""
24825
24826 #. type: verbatim
24827 #: ../fish/guestfish-actions.pod:2890
24828 #, no-wrap
24829 msgid ""
24830 " mke2journal blocksize device\n"
24831 "\n"
24832 msgstr ""
24833
24834 #. type: =head2
24835 #: ../fish/guestfish-actions.pod:2897
24836 msgid "mke2journal-L"
24837 msgstr ""
24838
24839 #. type: verbatim
24840 #: ../fish/guestfish-actions.pod:2899
24841 #, no-wrap
24842 msgid ""
24843 " mke2journal-L blocksize label device\n"
24844 "\n"
24845 msgstr ""
24846
24847 #. type: =head2
24848 #: ../fish/guestfish-actions.pod:2903
24849 msgid "mke2journal-U"
24850 msgstr ""
24851
24852 #. type: verbatim
24853 #: ../fish/guestfish-actions.pod:2905
24854 #, no-wrap
24855 msgid ""
24856 " mke2journal-U blocksize uuid device\n"
24857 "\n"
24858 msgstr ""
24859
24860 #. type: =head2
24861 #: ../fish/guestfish-actions.pod:2909
24862 msgid "mkfifo"
24863 msgstr ""
24864
24865 #. type: verbatim
24866 #: ../fish/guestfish-actions.pod:2911
24867 #, no-wrap
24868 msgid ""
24869 " mkfifo mode path\n"
24870 "\n"
24871 msgstr ""
24872
24873 #. type: textblock
24874 #: ../fish/guestfish-actions.pod:2913
24875 msgid ""
24876 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24877 "is just a convenient wrapper around L</mknod>."
24878 msgstr ""
24879
24880 #. type: =head2
24881 #: ../fish/guestfish-actions.pod:2919
24882 msgid "mkfs"
24883 msgstr ""
24884
24885 #. type: verbatim
24886 #: ../fish/guestfish-actions.pod:2921
24887 #, no-wrap
24888 msgid ""
24889 " mkfs fstype device\n"
24890 "\n"
24891 msgstr ""
24892
24893 #. type: =head2
24894 #: ../fish/guestfish-actions.pod:2927
24895 msgid "mkfs-b"
24896 msgstr ""
24897
24898 #. type: verbatim
24899 #: ../fish/guestfish-actions.pod:2929
24900 #, no-wrap
24901 msgid ""
24902 " mkfs-b fstype blocksize device\n"
24903 "\n"
24904 msgstr ""
24905
24906 #. type: textblock
24907 #: ../fish/guestfish-actions.pod:2931
24908 msgid ""
24909 "This call is similar to L</mkfs>, but it allows you to control the block "
24910 "size of the resulting filesystem.  Supported block sizes depend on the "
24911 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24912 msgstr ""
24913
24914 #. type: =head2
24915 #: ../fish/guestfish-actions.pod:2946
24916 msgid "mkfs-opts"
24917 msgstr ""
24918
24919 #. type: verbatim
24920 #: ../fish/guestfish-actions.pod:2948
24921 #, no-wrap
24922 msgid ""
24923 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24924 "\n"
24925 msgstr ""
24926
24927 #. type: =head2
24928 #: ../fish/guestfish-actions.pod:2983
24929 msgid "mkmountpoint"
24930 msgstr ""
24931
24932 #. type: verbatim
24933 #: ../fish/guestfish-actions.pod:2985
24934 #, no-wrap
24935 msgid ""
24936 " mkmountpoint exemptpath\n"
24937 "\n"
24938 msgstr ""
24939
24940 #. type: textblock
24941 #: ../fish/guestfish-actions.pod:2987
24942 msgid ""
24943 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24944 "to create extra mountpoints before mounting the first filesystem."
24945 msgstr ""
24946
24947 #. type: textblock
24948 #: ../fish/guestfish-actions.pod:3011
24949 msgid ""
24950 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24951 "unexpected errors if you try to mix these calls.  It is safest to manually "
24952 "unmount filesystems and remove mountpoints after use."
24953 msgstr ""
24954
24955 #. type: textblock
24956 #: ../fish/guestfish-actions.pod:3015
24957 msgid ""
24958 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24959 "for this to work for manual mountpoints, you must ensure that the innermost "
24960 "mountpoints have the longest pathnames, as in the example code above."
24961 msgstr ""
24962
24963 #. type: textblock
24964 #: ../fish/guestfish-actions.pod:3022
24965 msgid ""
24966 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24967 "L</umount-all> to be called when the handle is closed which can also trigger "
24968 "these issues."
24969 msgstr ""
24970
24971 #. type: =head2
24972 #: ../fish/guestfish-actions.pod:3026
24973 msgid "mknod"
24974 msgstr ""
24975
24976 #. type: verbatim
24977 #: ../fish/guestfish-actions.pod:3028
24978 #, no-wrap
24979 msgid ""
24980 " mknod mode devmajor devminor path\n"
24981 "\n"
24982 msgstr ""
24983
24984 #. type: textblock
24985 #: ../fish/guestfish-actions.pod:3038
24986 msgid ""
24987 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24988 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24989 "regular file).  These constants are available in the standard Linux header "
24990 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24991 "wrappers around this command which bitwise OR in the appropriate constant "
24992 "for you."
24993 msgstr ""
24994
24995 #. type: =head2
24996 #: ../fish/guestfish-actions.pod:3048
24997 msgid "mknod-b"
24998 msgstr ""
24999
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:3050
25002 #, no-wrap
25003 msgid ""
25004 " mknod-b mode devmajor devminor path\n"
25005 "\n"
25006 msgstr ""
25007
25008 #. type: textblock
25009 #: ../fish/guestfish-actions.pod:3052
25010 msgid ""
25011 "This call creates a block device node called C<path> with mode C<mode> and "
25012 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25013 "wrapper around L</mknod>."
25014 msgstr ""
25015
25016 #. type: =head2
25017 #: ../fish/guestfish-actions.pod:3058
25018 msgid "mknod-c"
25019 msgstr ""
25020
25021 #. type: verbatim
25022 #: ../fish/guestfish-actions.pod:3060
25023 #, no-wrap
25024 msgid ""
25025 " mknod-c mode devmajor devminor path\n"
25026 "\n"
25027 msgstr ""
25028
25029 #. type: textblock
25030 #: ../fish/guestfish-actions.pod:3062
25031 msgid ""
25032 "This call creates a char device node called C<path> with mode C<mode> and "
25033 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25034 "wrapper around L</mknod>."
25035 msgstr ""
25036
25037 #. type: =head2
25038 #: ../fish/guestfish-actions.pod:3068
25039 msgid "mkswap"
25040 msgstr ""
25041
25042 #. type: verbatim
25043 #: ../fish/guestfish-actions.pod:3070
25044 #, no-wrap
25045 msgid ""
25046 " mkswap device\n"
25047 "\n"
25048 msgstr ""
25049
25050 #. type: =head2
25051 #: ../fish/guestfish-actions.pod:3074
25052 msgid "mkswap-L"
25053 msgstr ""
25054
25055 #. type: verbatim
25056 #: ../fish/guestfish-actions.pod:3076
25057 #, no-wrap
25058 msgid ""
25059 " mkswap-L label device\n"
25060 "\n"
25061 msgstr ""
25062
25063 #. type: =head2
25064 #: ../fish/guestfish-actions.pod:3084
25065 msgid "mkswap-U"
25066 msgstr ""
25067
25068 #. type: verbatim
25069 #: ../fish/guestfish-actions.pod:3086
25070 #, no-wrap
25071 msgid ""
25072 " mkswap-U uuid device\n"
25073 "\n"
25074 msgstr ""
25075
25076 #. type: =head2
25077 #: ../fish/guestfish-actions.pod:3090
25078 msgid "mkswap-file"
25079 msgstr ""
25080
25081 #. type: verbatim
25082 #: ../fish/guestfish-actions.pod:3092
25083 #, no-wrap
25084 msgid ""
25085 " mkswap-file path\n"
25086 "\n"
25087 msgstr ""
25088
25089 #. type: textblock
25090 #: ../fish/guestfish-actions.pod:3096
25091 msgid ""
25092 "This command just writes a swap file signature to an existing file.  To "
25093 "create the file itself, use something like L</fallocate>."
25094 msgstr ""
25095
25096 #. type: =head2
25097 #: ../fish/guestfish-actions.pod:3099
25098 msgid "modprobe"
25099 msgstr ""
25100
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:3101
25103 #, no-wrap
25104 msgid ""
25105 " modprobe modulename\n"
25106 "\n"
25107 msgstr ""
25108
25109 #. type: =head2
25110 #: ../fish/guestfish-actions.pod:3108
25111 msgid "mount"
25112 msgstr ""
25113
25114 #. type: verbatim
25115 #: ../fish/guestfish-actions.pod:3110
25116 #, no-wrap
25117 msgid ""
25118 " mount device mountpoint\n"
25119 "\n"
25120 msgstr ""
25121
25122 #. type: textblock
25123 #: ../fish/guestfish-actions.pod:3126
25124 msgid ""
25125 "B<Important note:> When you use this call, the filesystem options C<sync> "
25126 "and C<noatime> are set implicitly.  This was originally done because we "
25127 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25128 "very large negative performance impact and negligible effect on "
25129 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25130 "code that needs performance, and instead use L</mount-options> (use an empty "
25131 "string for the first parameter if you don't want any options)."
25132 msgstr ""
25133
25134 #. type: =head2
25135 #: ../fish/guestfish-actions.pod:3136
25136 msgid "mount-loop"
25137 msgstr ""
25138
25139 #. type: verbatim
25140 #: ../fish/guestfish-actions.pod:3138
25141 #, no-wrap
25142 msgid ""
25143 " mount-loop file mountpoint\n"
25144 "\n"
25145 msgstr ""
25146
25147 #. type: =head2
25148 #: ../fish/guestfish-actions.pod:3144
25149 msgid "mount-options"
25150 msgstr ""
25151
25152 #. type: verbatim
25153 #: ../fish/guestfish-actions.pod:3146
25154 #, no-wrap
25155 msgid ""
25156 " mount-options options device mountpoint\n"
25157 "\n"
25158 msgstr ""
25159
25160 #. type: textblock
25161 #: ../fish/guestfish-actions.pod:3148
25162 msgid ""
25163 "This is the same as the L</mount> command, but it allows you to set the "
25164 "mount options as for the L<mount(8)> I<-o> flag."
25165 msgstr ""
25166
25167 #. type: =head2
25168 #: ../fish/guestfish-actions.pod:3156
25169 msgid "mount-ro"
25170 msgstr ""
25171
25172 #. type: verbatim
25173 #: ../fish/guestfish-actions.pod:3158
25174 #, no-wrap
25175 msgid ""
25176 " mount-ro device mountpoint\n"
25177 "\n"
25178 msgstr ""
25179
25180 #. type: textblock
25181 #: ../fish/guestfish-actions.pod:3160
25182 msgid ""
25183 "This is the same as the L</mount> command, but it mounts the filesystem with "
25184 "the read-only (I<-o ro>) flag."
25185 msgstr ""
25186
25187 #. type: =head2
25188 #: ../fish/guestfish-actions.pod:3163
25189 msgid "mount-vfs"
25190 msgstr ""
25191
25192 #. type: verbatim
25193 #: ../fish/guestfish-actions.pod:3165
25194 #, no-wrap
25195 msgid ""
25196 " mount-vfs options vfstype device mountpoint\n"
25197 "\n"
25198 msgstr ""
25199
25200 #. type: textblock
25201 #: ../fish/guestfish-actions.pod:3167
25202 msgid ""
25203 "This is the same as the L</mount> command, but it allows you to set both the "
25204 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25205 msgstr ""
25206
25207 #. type: =head2
25208 #: ../fish/guestfish-actions.pod:3171
25209 msgid "mountpoints"
25210 msgstr ""
25211
25212 #. type: verbatim
25213 #: ../fish/guestfish-actions.pod:3173
25214 #, no-wrap
25215 msgid ""
25216 " mountpoints\n"
25217 "\n"
25218 msgstr ""
25219
25220 #. type: textblock
25221 #: ../fish/guestfish-actions.pod:3175
25222 msgid ""
25223 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25224 "This one returns a hash table (map) of device name to directory where the "
25225 "device is mounted."
25226 msgstr ""
25227
25228 #. type: =head2
25229 #: ../fish/guestfish-actions.pod:3179
25230 msgid "mounts"
25231 msgstr ""
25232
25233 #. type: verbatim
25234 #: ../fish/guestfish-actions.pod:3181
25235 #, no-wrap
25236 msgid ""
25237 " mounts\n"
25238 "\n"
25239 msgstr ""
25240
25241 #. type: textblock
25242 #: ../fish/guestfish-actions.pod:3188
25243 msgid "See also: L</mountpoints>"
25244 msgstr ""
25245
25246 #. type: =head2
25247 #: ../fish/guestfish-actions.pod:3190
25248 msgid "mv"
25249 msgstr ""
25250
25251 #. type: verbatim
25252 #: ../fish/guestfish-actions.pod:3192
25253 #, no-wrap
25254 msgid ""
25255 " mv src dest\n"
25256 "\n"
25257 msgstr ""
25258
25259 #. type: =head2
25260 #: ../fish/guestfish-actions.pod:3197
25261 msgid "ntfs-3g-probe"
25262 msgstr ""
25263
25264 #. type: verbatim
25265 #: ../fish/guestfish-actions.pod:3199
25266 #, no-wrap
25267 msgid ""
25268 " ntfs-3g-probe true|false device\n"
25269 "\n"
25270 msgstr ""
25271
25272 #. type: =head2
25273 #: ../fish/guestfish-actions.pod:3213
25274 msgid "ntfsresize"
25275 msgstr ""
25276
25277 #. type: verbatim
25278 #: ../fish/guestfish-actions.pod:3215
25279 #, no-wrap
25280 msgid ""
25281 " ntfsresize device\n"
25282 "\n"
25283 msgstr ""
25284
25285 #. type: =head2
25286 #: ../fish/guestfish-actions.pod:3221
25287 msgid "ntfsresize-size"
25288 msgstr ""
25289
25290 #. type: verbatim
25291 #: ../fish/guestfish-actions.pod:3223
25292 #, no-wrap
25293 msgid ""
25294 " ntfsresize-size device size\n"
25295 "\n"
25296 msgstr ""
25297
25298 #. type: textblock
25299 #: ../fish/guestfish-actions.pod:3225
25300 msgid ""
25301 "This command is the same as L</ntfsresize> except that it allows you to "
25302 "specify the new size (in bytes) explicitly."
25303 msgstr ""
25304
25305 #. type: =head2
25306 #: ../fish/guestfish-actions.pod:3228
25307 msgid "part-add"
25308 msgstr ""
25309
25310 #. type: verbatim
25311 #: ../fish/guestfish-actions.pod:3230
25312 #, no-wrap
25313 msgid ""
25314 " part-add device prlogex startsect endsect\n"
25315 "\n"
25316 msgstr ""
25317
25318 #. type: textblock
25319 #: ../fish/guestfish-actions.pod:3232
25320 msgid ""
25321 "This command adds a partition to C<device>.  If there is no partition table "
25322 "on the device, call L</part-init> first."
25323 msgstr ""
25324
25325 #. type: textblock
25326 #: ../fish/guestfish-actions.pod:3244
25327 msgid ""
25328 "Creating a partition which covers the whole disk is not so easy.  Use L</"
25329 "part-disk> to do that."
25330 msgstr ""
25331
25332 #. type: =head2
25333 #: ../fish/guestfish-actions.pod:3247
25334 msgid "part-del"
25335 msgstr ""
25336
25337 #. type: verbatim
25338 #: ../fish/guestfish-actions.pod:3249
25339 #, no-wrap
25340 msgid ""
25341 " part-del device partnum\n"
25342 "\n"
25343 msgstr ""
25344
25345 #. type: =head2
25346 #: ../fish/guestfish-actions.pod:3257
25347 msgid "part-disk"
25348 msgstr ""
25349
25350 #. type: verbatim
25351 #: ../fish/guestfish-actions.pod:3259
25352 #, no-wrap
25353 msgid ""
25354 " part-disk device parttype\n"
25355 "\n"
25356 msgstr ""
25357
25358 #. type: textblock
25359 #: ../fish/guestfish-actions.pod:3261
25360 msgid ""
25361 "This command is simply a combination of L</part-init> followed by L</part-"
25362 "add> to create a single primary partition covering the whole disk."
25363 msgstr ""
25364
25365 #. type: textblock
25366 #: ../fish/guestfish-actions.pod:3265
25367 msgid ""
25368 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25369 "possible values are described in L</part-init>."
25370 msgstr ""
25371
25372 #. type: =head2
25373 #: ../fish/guestfish-actions.pod:3271
25374 msgid "part-get-bootable"
25375 msgstr ""
25376
25377 #. type: verbatim
25378 #: ../fish/guestfish-actions.pod:3273
25379 #, no-wrap
25380 msgid ""
25381 " part-get-bootable device partnum\n"
25382 "\n"
25383 msgstr ""
25384
25385 #. type: textblock
25386 #: ../fish/guestfish-actions.pod:3278
25387 msgid "See also L</part-set-bootable>."
25388 msgstr ""
25389
25390 #. type: =head2
25391 #: ../fish/guestfish-actions.pod:3280
25392 msgid "part-get-mbr-id"
25393 msgstr ""
25394
25395 #. type: verbatim
25396 #: ../fish/guestfish-actions.pod:3282
25397 #, no-wrap
25398 msgid ""
25399 " part-get-mbr-id device partnum\n"
25400 "\n"
25401 msgstr ""
25402
25403 #. type: textblock
25404 #: ../fish/guestfish-actions.pod:3287 ../fish/guestfish-actions.pod:3425
25405 msgid ""
25406 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25407 "undefined results for other partition table types (see L</part-get-"
25408 "parttype>)."
25409 msgstr ""
25410
25411 #. type: =head2
25412 #: ../fish/guestfish-actions.pod:3291
25413 msgid "part-get-parttype"
25414 msgstr ""
25415
25416 #. type: verbatim
25417 #: ../fish/guestfish-actions.pod:3293
25418 #, no-wrap
25419 msgid ""
25420 " part-get-parttype device\n"
25421 "\n"
25422 msgstr ""
25423
25424 #. type: textblock
25425 #: ../fish/guestfish-actions.pod:3298
25426 msgid ""
25427 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25428 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25429 "possible, although unusual.  See L</part-init> for a full list."
25430 msgstr ""
25431
25432 #. type: =head2
25433 #: ../fish/guestfish-actions.pod:3303
25434 msgid "part-init"
25435 msgstr ""
25436
25437 #. type: verbatim
25438 #: ../fish/guestfish-actions.pod:3305
25439 #, no-wrap
25440 msgid ""
25441 " part-init device parttype\n"
25442 "\n"
25443 msgstr ""
25444
25445 #. type: textblock
25446 #: ../fish/guestfish-actions.pod:3311
25447 msgid ""
25448 "Initially there are no partitions.  Following this, you should call L</part-"
25449 "add> for each partition required."
25450 msgstr ""
25451
25452 #. type: =head2
25453 #: ../fish/guestfish-actions.pod:3374
25454 msgid "part-list"
25455 msgstr ""
25456
25457 #. type: verbatim
25458 #: ../fish/guestfish-actions.pod:3376
25459 #, no-wrap
25460 msgid ""
25461 " part-list device\n"
25462 "\n"
25463 msgstr ""
25464
25465 #. type: textblock
25466 #: ../fish/guestfish-actions.pod:3391
25467 msgid ""
25468 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25469 "the device's sector size, see L</blockdev-getss>."
25470 msgstr ""
25471
25472 #. type: =head2
25473 #: ../fish/guestfish-actions.pod:3404
25474 msgid "part-set-bootable"
25475 msgstr ""
25476
25477 #. type: verbatim
25478 #: ../fish/guestfish-actions.pod:3406
25479 #, no-wrap
25480 msgid ""
25481 " part-set-bootable device partnum true|false\n"
25482 "\n"
25483 msgstr ""
25484
25485 #. type: =head2
25486 #: ../fish/guestfish-actions.pod:3415
25487 msgid "part-set-mbr-id"
25488 msgstr ""
25489
25490 #. type: verbatim
25491 #: ../fish/guestfish-actions.pod:3417
25492 #, no-wrap
25493 msgid ""
25494 " part-set-mbr-id device partnum idbyte\n"
25495 "\n"
25496 msgstr ""
25497
25498 #. type: =head2
25499 #: ../fish/guestfish-actions.pod:3429
25500 msgid "part-set-name"
25501 msgstr ""
25502
25503 #. type: verbatim
25504 #: ../fish/guestfish-actions.pod:3431
25505 #, no-wrap
25506 msgid ""
25507 " part-set-name device partnum name\n"
25508 "\n"
25509 msgstr ""
25510
25511 #. type: =head2
25512 #: ../fish/guestfish-actions.pod:3439
25513 msgid "part-to-dev"
25514 msgstr ""
25515
25516 #. type: verbatim
25517 #: ../fish/guestfish-actions.pod:3441
25518 #, no-wrap
25519 msgid ""
25520 " part-to-dev partition\n"
25521 "\n"
25522 msgstr ""
25523
25524 #. type: textblock
25525 #: ../fish/guestfish-actions.pod:3447
25526 msgid ""
25527 "The named partition must exist, for example as a string returned from L</"
25528 "list-partitions>."
25529 msgstr ""
25530
25531 #. type: =head2
25532 #: ../fish/guestfish-actions.pod:3450
25533 msgid "ping-daemon"
25534 msgstr ""
25535
25536 #. type: verbatim
25537 #: ../fish/guestfish-actions.pod:3452
25538 #, no-wrap
25539 msgid ""
25540 " ping-daemon\n"
25541 "\n"
25542 msgstr ""
25543
25544 #. type: =head2
25545 #: ../fish/guestfish-actions.pod:3459
25546 msgid "pread"
25547 msgstr ""
25548
25549 #. type: verbatim
25550 #: ../fish/guestfish-actions.pod:3461
25551 #, no-wrap
25552 msgid ""
25553 " pread path count offset\n"
25554 "\n"
25555 msgstr ""
25556
25557 #. type: textblock
25558 #: ../fish/guestfish-actions.pod:3469
25559 msgid "See also L</pwrite>, L</pread-device>."
25560 msgstr ""
25561
25562 #. type: =head2
25563 #: ../fish/guestfish-actions.pod:3474
25564 msgid "pread-device"
25565 msgstr ""
25566
25567 #. type: verbatim
25568 #: ../fish/guestfish-actions.pod:3476
25569 #, no-wrap
25570 msgid ""
25571 " pread-device device count offset\n"
25572 "\n"
25573 msgstr ""
25574
25575 #. type: textblock
25576 #: ../fish/guestfish-actions.pod:3484
25577 msgid "See also L</pread>."
25578 msgstr ""
25579
25580 #. type: =head2
25581 #: ../fish/guestfish-actions.pod:3489
25582 msgid "pvcreate"
25583 msgstr ""
25584
25585 #. type: verbatim
25586 #: ../fish/guestfish-actions.pod:3491
25587 #, no-wrap
25588 msgid ""
25589 " pvcreate device\n"
25590 "\n"
25591 msgstr ""
25592
25593 #. type: =head2
25594 #: ../fish/guestfish-actions.pod:3497
25595 msgid "pvremove"
25596 msgstr ""
25597
25598 #. type: verbatim
25599 #: ../fish/guestfish-actions.pod:3499
25600 #, no-wrap
25601 msgid ""
25602 " pvremove device\n"
25603 "\n"
25604 msgstr ""
25605
25606 #. type: =head2
25607 #: ../fish/guestfish-actions.pod:3508
25608 msgid "pvresize"
25609 msgstr ""
25610
25611 #. type: verbatim
25612 #: ../fish/guestfish-actions.pod:3510
25613 #, no-wrap
25614 msgid ""
25615 " pvresize device\n"
25616 "\n"
25617 msgstr ""
25618
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:3515
25621 msgid "pvresize-size"
25622 msgstr ""
25623
25624 #. type: verbatim
25625 #: ../fish/guestfish-actions.pod:3517
25626 #, no-wrap
25627 msgid ""
25628 " pvresize-size device size\n"
25629 "\n"
25630 msgstr ""
25631
25632 #. type: textblock
25633 #: ../fish/guestfish-actions.pod:3519
25634 msgid ""
25635 "This command is the same as L</pvresize> except that it allows you to "
25636 "specify the new size (in bytes) explicitly."
25637 msgstr ""
25638
25639 #. type: =head2
25640 #: ../fish/guestfish-actions.pod:3522
25641 msgid "pvs"
25642 msgstr ""
25643
25644 #. type: verbatim
25645 #: ../fish/guestfish-actions.pod:3524
25646 #, no-wrap
25647 msgid ""
25648 " pvs\n"
25649 "\n"
25650 msgstr ""
25651
25652 #. type: textblock
25653 #: ../fish/guestfish-actions.pod:3532
25654 msgid "See also L</pvs-full>."
25655 msgstr ""
25656
25657 #. type: =head2
25658 #: ../fish/guestfish-actions.pod:3534
25659 msgid "pvs-full"
25660 msgstr ""
25661
25662 #. type: verbatim
25663 #: ../fish/guestfish-actions.pod:3536
25664 #, no-wrap
25665 msgid ""
25666 " pvs-full\n"
25667 "\n"
25668 msgstr ""
25669
25670 #. type: =head2
25671 #: ../fish/guestfish-actions.pod:3541
25672 msgid "pvuuid"
25673 msgstr ""
25674
25675 #. type: verbatim
25676 #: ../fish/guestfish-actions.pod:3543
25677 #, no-wrap
25678 msgid ""
25679 " pvuuid device\n"
25680 "\n"
25681 msgstr ""
25682
25683 #. type: =head2
25684 #: ../fish/guestfish-actions.pod:3547
25685 msgid "pwrite"
25686 msgstr ""
25687
25688 #. type: verbatim
25689 #: ../fish/guestfish-actions.pod:3549
25690 #, no-wrap
25691 msgid ""
25692 " pwrite path content offset\n"
25693 "\n"
25694 msgstr ""
25695
25696 #. type: textblock
25697 #: ../fish/guestfish-actions.pod:3560
25698 msgid "See also L</pread>, L</pwrite-device>."
25699 msgstr ""
25700
25701 #. type: =head2
25702 #: ../fish/guestfish-actions.pod:3565
25703 msgid "pwrite-device"
25704 msgstr ""
25705
25706 #. type: verbatim
25707 #: ../fish/guestfish-actions.pod:3567
25708 #, no-wrap
25709 msgid ""
25710 " pwrite-device device content offset\n"
25711 "\n"
25712 msgstr ""
25713
25714 #. type: textblock
25715 #: ../fish/guestfish-actions.pod:3577
25716 msgid "See also L</pwrite>."
25717 msgstr ""
25718
25719 #. type: =head2
25720 #: ../fish/guestfish-actions.pod:3582
25721 msgid "read-file"
25722 msgstr ""
25723
25724 #. type: verbatim
25725 #: ../fish/guestfish-actions.pod:3584
25726 #, no-wrap
25727 msgid ""
25728 " read-file path\n"
25729 "\n"
25730 msgstr ""
25731
25732 #. type: textblock
25733 #: ../fish/guestfish-actions.pod:3589
25734 msgid ""
25735 "Unlike L</cat>, this function can correctly handle files that contain "
25736 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25737 "is limited in the total size of file that can be handled."
25738 msgstr ""
25739
25740 #. type: =head2
25741 #: ../fish/guestfish-actions.pod:3597
25742 msgid "read-lines"
25743 msgstr ""
25744
25745 #. type: verbatim
25746 #: ../fish/guestfish-actions.pod:3599
25747 #, no-wrap
25748 msgid ""
25749 " read-lines path\n"
25750 "\n"
25751 msgstr ""
25752
25753 #. type: textblock
25754 #: ../fish/guestfish-actions.pod:3606
25755 msgid ""
25756 "Note that this function cannot correctly handle binary files (specifically, "
25757 "files containing C<\\0> character which is treated as end of line).  For "
25758 "those you need to use the L</read-file> function which has a more complex "
25759 "interface."
25760 msgstr ""
25761
25762 #. type: =head2
25763 #: ../fish/guestfish-actions.pod:3611
25764 msgid "readdir"
25765 msgstr ""
25766
25767 #. type: verbatim
25768 #: ../fish/guestfish-actions.pod:3613
25769 #, no-wrap
25770 msgid ""
25771 " readdir dir\n"
25772 "\n"
25773 msgstr ""
25774
25775 #. type: textblock
25776 #: ../fish/guestfish-actions.pod:3665
25777 msgid ""
25778 "This function is primarily intended for use by programs.  To get a simple "
25779 "list of names, use L</ls>.  To get a printable directory for human "
25780 "consumption, use L</ll>."
25781 msgstr ""
25782
25783 #. type: =head2
25784 #: ../fish/guestfish-actions.pod:3669
25785 msgid "readlink"
25786 msgstr ""
25787
25788 #. type: verbatim
25789 #: ../fish/guestfish-actions.pod:3671
25790 #, no-wrap
25791 msgid ""
25792 " readlink path\n"
25793 "\n"
25794 msgstr ""
25795
25796 #. type: =head2
25797 #: ../fish/guestfish-actions.pod:3675
25798 msgid "readlinklist"
25799 msgstr ""
25800
25801 #. type: verbatim
25802 #: ../fish/guestfish-actions.pod:3677
25803 #, no-wrap
25804 msgid ""
25805 " readlinklist path 'names ...'\n"
25806 "\n"
25807 msgstr ""
25808
25809 #. type: =head2
25810 #: ../fish/guestfish-actions.pod:3701
25811 msgid "realpath"
25812 msgstr ""
25813
25814 #. type: verbatim
25815 #: ../fish/guestfish-actions.pod:3703
25816 #, no-wrap
25817 msgid ""
25818 " realpath path\n"
25819 "\n"
25820 msgstr ""
25821
25822 #. type: =head2
25823 #: ../fish/guestfish-actions.pod:3708
25824 msgid "removexattr"
25825 msgstr ""
25826
25827 #. type: verbatim
25828 #: ../fish/guestfish-actions.pod:3710
25829 #, no-wrap
25830 msgid ""
25831 " removexattr xattr path\n"
25832 "\n"
25833 msgstr ""
25834
25835 #. type: textblock
25836 #: ../fish/guestfish-actions.pod:3715
25837 msgid "See also: L</lremovexattr>, L<attr(5)>."
25838 msgstr ""
25839
25840 #. type: =head2
25841 #: ../fish/guestfish-actions.pod:3717
25842 msgid "resize2fs"
25843 msgstr ""
25844
25845 #. type: verbatim
25846 #: ../fish/guestfish-actions.pod:3719
25847 #, no-wrap
25848 msgid ""
25849 " resize2fs device\n"
25850 "\n"
25851 msgstr ""
25852
25853 #. type: textblock
25854 #: ../fish/guestfish-actions.pod:3724
25855 msgid ""
25856 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25857 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25858 "gives an error about this and sometimes not.  In any case, it is always safe "
25859 "to call L</e2fsck-f> before calling this function."
25860 msgstr ""
25861
25862 #. type: =head2
25863 #: ../fish/guestfish-actions.pod:3730
25864 msgid "resize2fs-M"
25865 msgstr ""
25866
25867 #. type: verbatim
25868 #: ../fish/guestfish-actions.pod:3732
25869 #, no-wrap
25870 msgid ""
25871 " resize2fs-M device\n"
25872 "\n"
25873 msgstr ""
25874
25875 #. type: textblock
25876 #: ../fish/guestfish-actions.pod:3734
25877 msgid ""
25878 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25879 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
25880 "command."
25881 msgstr ""
25882
25883 #. type: textblock
25884 #: ../fish/guestfish-actions.pod:3738
25885 msgid ""
25886 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25887 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25888 "multiplied together, give the resulting size of the minimal filesystem in "
25889 "bytes."
25890 msgstr ""
25891
25892 #. type: =head2
25893 #: ../fish/guestfish-actions.pod:3743
25894 msgid "resize2fs-size"
25895 msgstr ""
25896
25897 #. type: verbatim
25898 #: ../fish/guestfish-actions.pod:3745
25899 #, no-wrap
25900 msgid ""
25901 " resize2fs-size device size\n"
25902 "\n"
25903 msgstr ""
25904
25905 #. type: textblock
25906 #: ../fish/guestfish-actions.pod:3747
25907 msgid ""
25908 "This command is the same as L</resize2fs> except that it allows you to "
25909 "specify the new size (in bytes) explicitly."
25910 msgstr ""
25911
25912 #. type: =head2
25913 #: ../fish/guestfish-actions.pod:3750
25914 msgid "rm"
25915 msgstr ""
25916
25917 #. type: verbatim
25918 #: ../fish/guestfish-actions.pod:3752
25919 #, no-wrap
25920 msgid ""
25921 " rm path\n"
25922 "\n"
25923 msgstr ""
25924
25925 #. type: =head2
25926 #: ../fish/guestfish-actions.pod:3756
25927 msgid "rm-rf"
25928 msgstr ""
25929
25930 #. type: verbatim
25931 #: ../fish/guestfish-actions.pod:3758
25932 #, no-wrap
25933 msgid ""
25934 " rm-rf path\n"
25935 "\n"
25936 msgstr ""
25937
25938 #. type: =head2
25939 #: ../fish/guestfish-actions.pod:3764
25940 msgid "rmdir"
25941 msgstr ""
25942
25943 #. type: verbatim
25944 #: ../fish/guestfish-actions.pod:3766
25945 #, no-wrap
25946 msgid ""
25947 " rmdir path\n"
25948 "\n"
25949 msgstr ""
25950
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:3770
25953 msgid "rmmountpoint"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-actions.pod:3772
25958 #, no-wrap
25959 msgid ""
25960 " rmmountpoint exemptpath\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: textblock
25965 #: ../fish/guestfish-actions.pod:3774
25966 msgid ""
25967 "This calls removes a mountpoint that was previously created with L</"
25968 "mkmountpoint>.  See L</mkmountpoint> for full details."
25969 msgstr ""
25970
25971 #. type: =head2
25972 #: ../fish/guestfish-actions.pod:3778
25973 msgid "scrub-device"
25974 msgstr ""
25975
25976 #. type: verbatim
25977 #: ../fish/guestfish-actions.pod:3780
25978 #, no-wrap
25979 msgid ""
25980 " scrub-device device\n"
25981 "\n"
25982 msgstr ""
25983
25984 #. type: =head2
25985 #: ../fish/guestfish-actions.pod:3791
25986 msgid "scrub-file"
25987 msgstr ""
25988
25989 #. type: verbatim
25990 #: ../fish/guestfish-actions.pod:3793
25991 #, no-wrap
25992 msgid ""
25993 " scrub-file file\n"
25994 "\n"
25995 msgstr ""
25996
25997 #. type: =head2
25998 #: ../fish/guestfish-actions.pod:3803
25999 msgid "scrub-freespace"
26000 msgstr ""
26001
26002 #. type: verbatim
26003 #: ../fish/guestfish-actions.pod:3805
26004 #, no-wrap
26005 msgid ""
26006 " scrub-freespace dir\n"
26007 "\n"
26008 msgstr ""
26009
26010 #. type: textblock
26011 #: ../fish/guestfish-actions.pod:3807
26012 msgid ""
26013 "This command creates the directory C<dir> and then fills it with files until "
26014 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26015 "deletes them.  The intention is to scrub any free space on the partition "
26016 "containing C<dir>."
26017 msgstr ""
26018
26019 #. type: =head2
26020 #: ../fish/guestfish-actions.pod:3816
26021 msgid "set-append"
26022 msgstr ""
26023
26024 #. type: =head2
26025 #: ../fish/guestfish-actions.pod:3818
26026 msgid "append"
26027 msgstr ""
26028
26029 #. type: verbatim
26030 #: ../fish/guestfish-actions.pod:3820
26031 #, no-wrap
26032 msgid ""
26033 " set-append append\n"
26034 "\n"
26035 msgstr ""
26036
26037 #. type: =head2
26038 #: ../fish/guestfish-actions.pod:3831
26039 msgid "set-attach-method"
26040 msgstr ""
26041
26042 #. type: =head2
26043 #: ../fish/guestfish-actions.pod:3833
26044 msgid "attach-method"
26045 msgstr ""
26046
26047 #. type: verbatim
26048 #: ../fish/guestfish-actions.pod:3835
26049 #, no-wrap
26050 msgid ""
26051 " set-attach-method attachmethod\n"
26052 "\n"
26053 msgstr ""
26054
26055 #. type: =head2
26056 #: ../fish/guestfish-actions.pod:3857
26057 msgid "set-autosync"
26058 msgstr ""
26059
26060 #. type: =head2
26061 #: ../fish/guestfish-actions.pod:3859
26062 msgid "autosync"
26063 msgstr ""
26064
26065 #. type: verbatim
26066 #: ../fish/guestfish-actions.pod:3861
26067 #, no-wrap
26068 msgid ""
26069 " set-autosync true|false\n"
26070 "\n"
26071 msgstr ""
26072
26073 #. type: =head2
26074 #: ../fish/guestfish-actions.pod:3871
26075 msgid "set-direct"
26076 msgstr ""
26077
26078 #. type: =head2
26079 #: ../fish/guestfish-actions.pod:3873
26080 msgid "direct"
26081 msgstr ""
26082
26083 #. type: verbatim
26084 #: ../fish/guestfish-actions.pod:3875
26085 #, no-wrap
26086 msgid ""
26087 " set-direct true|false\n"
26088 "\n"
26089 msgstr ""
26090
26091 #. type: textblock
26092 #: ../fish/guestfish-actions.pod:3881
26093 msgid ""
26094 "One consequence of this is that log messages aren't caught by the library "
26095 "and handled by L</set-log-message-callback>, but go straight to stdout."
26096 msgstr ""
26097
26098 #. type: =head2
26099 #: ../fish/guestfish-actions.pod:3890
26100 msgid "set-e2label"
26101 msgstr ""
26102
26103 #. type: verbatim
26104 #: ../fish/guestfish-actions.pod:3892
26105 #, no-wrap
26106 msgid ""
26107 " set-e2label device label\n"
26108 "\n"
26109 msgstr ""
26110
26111 #. type: textblock
26112 #: ../fish/guestfish-actions.pod:3898
26113 msgid ""
26114 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26115 "label on a filesystem."
26116 msgstr ""
26117
26118 #. type: =head2
26119 #: ../fish/guestfish-actions.pod:3901
26120 msgid "set-e2uuid"
26121 msgstr ""
26122
26123 #. type: verbatim
26124 #: ../fish/guestfish-actions.pod:3903
26125 #, no-wrap
26126 msgid ""
26127 " set-e2uuid device uuid\n"
26128 "\n"
26129 msgstr ""
26130
26131 #. type: textblock
26132 #: ../fish/guestfish-actions.pod:3910
26133 msgid ""
26134 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26135 "UUID of a filesystem."
26136 msgstr ""
26137
26138 #. type: =head2
26139 #: ../fish/guestfish-actions.pod:3913
26140 msgid "set-memsize"
26141 msgstr ""
26142
26143 #. type: =head2
26144 #: ../fish/guestfish-actions.pod:3915
26145 msgid "memsize"
26146 msgstr ""
26147
26148 #. type: verbatim
26149 #: ../fish/guestfish-actions.pod:3917
26150 #, no-wrap
26151 msgid ""
26152 " set-memsize memsize\n"
26153 "\n"
26154 msgstr ""
26155
26156 #. type: textblock
26157 #: ../fish/guestfish-actions.pod:3919
26158 msgid ""
26159 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26160 "This only has any effect if called before L</launch>."
26161 msgstr ""
26162
26163 #. type: =head2
26164 #: ../fish/guestfish-actions.pod:3930
26165 msgid "set-network"
26166 msgstr ""
26167
26168 #. type: =head2
26169 #: ../fish/guestfish-actions.pod:3932
26170 msgid "network"
26171 msgstr ""
26172
26173 #. type: verbatim
26174 #: ../fish/guestfish-actions.pod:3934
26175 #, no-wrap
26176 msgid ""
26177 " set-network true|false\n"
26178 "\n"
26179 msgstr ""
26180
26181 #. type: textblock
26182 #: ../fish/guestfish-actions.pod:3942
26183 msgid ""
26184 "You must call this before calling L</launch>, otherwise it has no effect."
26185 msgstr ""
26186
26187 #. type: =head2
26188 #: ../fish/guestfish-actions.pod:3945
26189 msgid "set-path"
26190 msgstr ""
26191
26192 #. type: =head2
26193 #: ../fish/guestfish-actions.pod:3947
26194 msgid "path"
26195 msgstr ""
26196
26197 #. type: verbatim
26198 #: ../fish/guestfish-actions.pod:3949
26199 #, no-wrap
26200 msgid ""
26201 " set-path searchpath\n"
26202 "\n"
26203 msgstr ""
26204
26205 #. type: =head2
26206 #: ../fish/guestfish-actions.pod:3958
26207 msgid "set-qemu"
26208 msgstr ""
26209
26210 #. type: =head2
26211 #: ../fish/guestfish-actions.pod:3960
26212 msgid "qemu"
26213 msgstr ""
26214
26215 #. type: verbatim
26216 #: ../fish/guestfish-actions.pod:3962
26217 #, no-wrap
26218 msgid ""
26219 " set-qemu qemu\n"
26220 "\n"
26221 msgstr ""
26222
26223 #. type: =head2
26224 #: ../fish/guestfish-actions.pod:3982
26225 msgid "set-recovery-proc"
26226 msgstr ""
26227
26228 #. type: =head2
26229 #: ../fish/guestfish-actions.pod:3984
26230 msgid "recovery-proc"
26231 msgstr ""
26232
26233 #. type: verbatim
26234 #: ../fish/guestfish-actions.pod:3986
26235 #, no-wrap
26236 msgid ""
26237 " set-recovery-proc true|false\n"
26238 "\n"
26239 msgstr ""
26240
26241 #. type: textblock
26242 #: ../fish/guestfish-actions.pod:3988
26243 msgid ""
26244 "If this is called with the parameter C<false> then L</launch> does not "
26245 "create a recovery process.  The purpose of the recovery process is to stop "
26246 "runaway qemu processes in the case where the main program aborts abruptly."
26247 msgstr ""
26248
26249 #. type: textblock
26250 #: ../fish/guestfish-actions.pod:3993
26251 msgid ""
26252 "This only has any effect if called before L</launch>, and the default is "
26253 "true."
26254 msgstr ""
26255
26256 #. type: =head2
26257 #: ../fish/guestfish-actions.pod:4002
26258 msgid "set-selinux"
26259 msgstr ""
26260
26261 #. type: =head2
26262 #: ../fish/guestfish-actions.pod:4004
26263 msgid "selinux"
26264 msgstr ""
26265
26266 #. type: verbatim
26267 #: ../fish/guestfish-actions.pod:4006
26268 #, no-wrap
26269 msgid ""
26270 " set-selinux true|false\n"
26271 "\n"
26272 msgstr ""
26273
26274 #. type: =head2
26275 #: ../fish/guestfish-actions.pod:4017
26276 msgid "set-trace"
26277 msgstr ""
26278
26279 #. type: =head2
26280 #: ../fish/guestfish-actions.pod:4019
26281 msgid "trace"
26282 msgstr ""
26283
26284 #. type: verbatim
26285 #: ../fish/guestfish-actions.pod:4021
26286 #, no-wrap
26287 msgid ""
26288 " set-trace true|false\n"
26289 "\n"
26290 msgstr ""
26291
26292 #. type: textblock
26293 #: ../fish/guestfish-actions.pod:4033
26294 msgid ""
26295 "Trace messages are normally sent to C<stderr>, unless you register a "
26296 "callback to send them somewhere else (see L</set-event-callback>)."
26297 msgstr ""
26298
26299 #. type: =head2
26300 #: ../fish/guestfish-actions.pod:4037
26301 msgid "set-verbose"
26302 msgstr ""
26303
26304 #. type: =head2
26305 #: ../fish/guestfish-actions.pod:4039
26306 msgid "verbose"
26307 msgstr ""
26308
26309 #. type: verbatim
26310 #: ../fish/guestfish-actions.pod:4041
26311 #, no-wrap
26312 msgid ""
26313 " set-verbose true|false\n"
26314 "\n"
26315 msgstr ""
26316
26317 #. type: textblock
26318 #: ../fish/guestfish-actions.pod:4048
26319 msgid ""
26320 "Verbose messages are normally sent to C<stderr>, unless you register a "
26321 "callback to send them somewhere else (see L</set-event-callback>)."
26322 msgstr ""
26323
26324 #. type: =head2
26325 #: ../fish/guestfish-actions.pod:4052
26326 msgid "setcon"
26327 msgstr ""
26328
26329 #. type: verbatim
26330 #: ../fish/guestfish-actions.pod:4054
26331 #, no-wrap
26332 msgid ""
26333 " setcon context\n"
26334 "\n"
26335 msgstr ""
26336
26337 #. type: =head2
26338 #: ../fish/guestfish-actions.pod:4061
26339 msgid "setxattr"
26340 msgstr ""
26341
26342 #. type: verbatim
26343 #: ../fish/guestfish-actions.pod:4063
26344 #, no-wrap
26345 msgid ""
26346 " setxattr xattr val vallen path\n"
26347 "\n"
26348 msgstr ""
26349
26350 #. type: textblock
26351 #: ../fish/guestfish-actions.pod:4069
26352 msgid "See also: L</lsetxattr>, L<attr(5)>."
26353 msgstr ""
26354
26355 #. type: =head2
26356 #: ../fish/guestfish-actions.pod:4071
26357 msgid "sfdisk"
26358 msgstr ""
26359
26360 #. type: verbatim
26361 #: ../fish/guestfish-actions.pod:4073
26362 #, no-wrap
26363 msgid ""
26364 " sfdisk device cyls heads sectors 'lines ...'\n"
26365 "\n"
26366 msgstr ""
26367
26368 #. type: textblock
26369 #: ../fish/guestfish-actions.pod:4095
26370 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26371 msgstr ""
26372
26373 #. type: =head2
26374 #: ../fish/guestfish-actions.pod:4101
26375 msgid "sfdiskM"
26376 msgstr ""
26377
26378 #. type: verbatim
26379 #: ../fish/guestfish-actions.pod:4103
26380 #, no-wrap
26381 msgid ""
26382 " sfdiskM device 'lines ...'\n"
26383 "\n"
26384 msgstr ""
26385
26386 #. type: textblock
26387 #: ../fish/guestfish-actions.pod:4105
26388 msgid ""
26389 "This is a simplified interface to the L</sfdisk> command, where partition "
26390 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26391 "you don't need to specify the cyls, heads and sectors parameters which were "
26392 "rarely if ever used anyway."
26393 msgstr ""
26394
26395 #. type: textblock
26396 #: ../fish/guestfish-actions.pod:4111
26397 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26398 msgstr ""
26399
26400 #. type: =head2
26401 #: ../fish/guestfish-actions.pod:4117
26402 msgid "sfdisk-N"
26403 msgstr ""
26404
26405 #. type: verbatim
26406 #: ../fish/guestfish-actions.pod:4119
26407 #, no-wrap
26408 msgid ""
26409 " sfdisk-N device partnum cyls heads sectors line\n"
26410 "\n"
26411 msgstr ""
26412
26413 #. type: textblock
26414 #: ../fish/guestfish-actions.pod:4124
26415 msgid ""
26416 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26417 "cyls/heads/sectors parameters."
26418 msgstr ""
26419
26420 #. type: textblock
26421 #: ../fish/guestfish-actions.pod:4127
26422 msgid "See also: L</part-add>"
26423 msgstr ""
26424
26425 #. type: =head2
26426 #: ../fish/guestfish-actions.pod:4132
26427 msgid "sfdisk-disk-geometry"
26428 msgstr ""
26429
26430 #. type: verbatim
26431 #: ../fish/guestfish-actions.pod:4134
26432 #, no-wrap
26433 msgid ""
26434 " sfdisk-disk-geometry device\n"
26435 "\n"
26436 msgstr ""
26437
26438 #. type: textblock
26439 #: ../fish/guestfish-actions.pod:4136
26440 msgid ""
26441 "This displays the disk geometry of C<device> read from the partition table.  "
26442 "Especially in the case where the underlying block device has been resized, "
26443 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
26444 "kernel-geometry>)."
26445 msgstr ""
26446
26447 #. type: =head2
26448 #: ../fish/guestfish-actions.pod:4144
26449 msgid "sfdisk-kernel-geometry"
26450 msgstr ""
26451
26452 #. type: verbatim
26453 #: ../fish/guestfish-actions.pod:4146
26454 #, no-wrap
26455 msgid ""
26456 " sfdisk-kernel-geometry device\n"
26457 "\n"
26458 msgstr ""
26459
26460 #. type: =head2
26461 #: ../fish/guestfish-actions.pod:4153
26462 msgid "sfdisk-l"
26463 msgstr ""
26464
26465 #. type: verbatim
26466 #: ../fish/guestfish-actions.pod:4155
26467 #, no-wrap
26468 msgid ""
26469 " sfdisk-l device\n"
26470 "\n"
26471 msgstr ""
26472
26473 #. type: textblock
26474 #: ../fish/guestfish-actions.pod:4161
26475 msgid "See also: L</part-list>"
26476 msgstr ""
26477
26478 #. type: =head2
26479 #: ../fish/guestfish-actions.pod:4163
26480 msgid "sh"
26481 msgstr ""
26482
26483 #. type: verbatim
26484 #: ../fish/guestfish-actions.pod:4165
26485 #, no-wrap
26486 msgid ""
26487 " sh command\n"
26488 "\n"
26489 msgstr ""
26490
26491 #. type: textblock
26492 #: ../fish/guestfish-actions.pod:4170
26493 msgid "This is like L</command>, but passes the command to:"
26494 msgstr ""
26495
26496 #. type: textblock
26497 #: ../fish/guestfish-actions.pod:4178
26498 msgid "All the provisos about L</command> apply to this call."
26499 msgstr ""
26500
26501 #. type: =head2
26502 #: ../fish/guestfish-actions.pod:4180
26503 msgid "sh-lines"
26504 msgstr ""
26505
26506 #. type: verbatim
26507 #: ../fish/guestfish-actions.pod:4182
26508 #, no-wrap
26509 msgid ""
26510 " sh-lines command\n"
26511 "\n"
26512 msgstr ""
26513
26514 #. type: textblock
26515 #: ../fish/guestfish-actions.pod:4184
26516 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26517 msgstr ""
26518
26519 #. type: textblock
26520 #: ../fish/guestfish-actions.pod:4187
26521 msgid "See also: L</command-lines>"
26522 msgstr ""
26523
26524 #. type: =head2
26525 #: ../fish/guestfish-actions.pod:4189
26526 msgid "sleep"
26527 msgstr ""
26528
26529 #. type: verbatim
26530 #: ../fish/guestfish-actions.pod:4191
26531 #, no-wrap
26532 msgid ""
26533 " sleep secs\n"
26534 "\n"
26535 msgstr ""
26536
26537 #. type: =head2
26538 #: ../fish/guestfish-actions.pod:4195
26539 msgid "stat"
26540 msgstr ""
26541
26542 #. type: verbatim
26543 #: ../fish/guestfish-actions.pod:4197
26544 #, no-wrap
26545 msgid ""
26546 " stat path\n"
26547 "\n"
26548 msgstr ""
26549
26550 #. type: =head2
26551 #: ../fish/guestfish-actions.pod:4203
26552 msgid "statvfs"
26553 msgstr ""
26554
26555 #. type: verbatim
26556 #: ../fish/guestfish-actions.pod:4205
26557 #, no-wrap
26558 msgid ""
26559 " statvfs path\n"
26560 "\n"
26561 msgstr ""
26562
26563 #. type: =head2
26564 #: ../fish/guestfish-actions.pod:4213
26565 msgid "strings"
26566 msgstr ""
26567
26568 #. type: verbatim
26569 #: ../fish/guestfish-actions.pod:4215
26570 #, no-wrap
26571 msgid ""
26572 " strings path\n"
26573 "\n"
26574 msgstr ""
26575
26576 #. type: =head2
26577 #: ../fish/guestfish-actions.pod:4223
26578 msgid "strings-e"
26579 msgstr ""
26580
26581 #. type: verbatim
26582 #: ../fish/guestfish-actions.pod:4225
26583 #, no-wrap
26584 msgid ""
26585 " strings-e encoding path\n"
26586 "\n"
26587 msgstr ""
26588
26589 #. type: textblock
26590 #: ../fish/guestfish-actions.pod:4227
26591 msgid ""
26592 "This is like the L</strings> command, but allows you to specify the encoding "
26593 "of strings that are looked for in the source file C<path>."
26594 msgstr ""
26595
26596 #. type: textblock
26597 #: ../fish/guestfish-actions.pod:4237
26598 msgid ""
26599 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26600 "ISO-8859-X (this is what L</strings> uses)."
26601 msgstr ""
26602
26603 #. type: =head2
26604 #: ../fish/guestfish-actions.pod:4269
26605 msgid "swapoff-device"
26606 msgstr ""
26607
26608 #. type: verbatim
26609 #: ../fish/guestfish-actions.pod:4271
26610 #, no-wrap
26611 msgid ""
26612 " swapoff-device device\n"
26613 "\n"
26614 msgstr ""
26615
26616 #. type: textblock
26617 #: ../fish/guestfish-actions.pod:4273
26618 msgid ""
26619 "This command disables the libguestfs appliance swap device or partition "
26620 "named C<device>.  See L</swapon-device>."
26621 msgstr ""
26622
26623 #. type: =head2
26624 #: ../fish/guestfish-actions.pod:4277
26625 msgid "swapoff-file"
26626 msgstr ""
26627
26628 #. type: verbatim
26629 #: ../fish/guestfish-actions.pod:4279
26630 #, no-wrap
26631 msgid ""
26632 " swapoff-file file\n"
26633 "\n"
26634 msgstr ""
26635
26636 #. type: =head2
26637 #: ../fish/guestfish-actions.pod:4283
26638 msgid "swapoff-label"
26639 msgstr ""
26640
26641 #. type: verbatim
26642 #: ../fish/guestfish-actions.pod:4285
26643 #, no-wrap
26644 msgid ""
26645 " swapoff-label label\n"
26646 "\n"
26647 msgstr ""
26648
26649 #. type: =head2
26650 #: ../fish/guestfish-actions.pod:4290
26651 msgid "swapoff-uuid"
26652 msgstr ""
26653
26654 #. type: verbatim
26655 #: ../fish/guestfish-actions.pod:4292
26656 #, no-wrap
26657 msgid ""
26658 " swapoff-uuid uuid\n"
26659 "\n"
26660 msgstr ""
26661
26662 #. type: =head2
26663 #: ../fish/guestfish-actions.pod:4297
26664 msgid "swapon-device"
26665 msgstr ""
26666
26667 #. type: verbatim
26668 #: ../fish/guestfish-actions.pod:4299
26669 #, no-wrap
26670 msgid ""
26671 " swapon-device device\n"
26672 "\n"
26673 msgstr ""
26674
26675 #. type: textblock
26676 #: ../fish/guestfish-actions.pod:4301
26677 msgid ""
26678 "This command enables the libguestfs appliance to use the swap device or "
26679 "partition named C<device>.  The increased memory is made available for all "
26680 "commands, for example those run using L</command> or L</sh>."
26681 msgstr ""
26682
26683 #. type: =head2
26684 #: ../fish/guestfish-actions.pod:4313
26685 msgid "swapon-file"
26686 msgstr ""
26687
26688 #. type: verbatim
26689 #: ../fish/guestfish-actions.pod:4315
26690 #, no-wrap
26691 msgid ""
26692 " swapon-file file\n"
26693 "\n"
26694 msgstr ""
26695
26696 #. type: textblock
26697 #: ../fish/guestfish-actions.pod:4317
26698 msgid ""
26699 "This command enables swap to a file.  See L</swapon-device> for other notes."
26700 msgstr ""
26701
26702 #. type: =head2
26703 #: ../fish/guestfish-actions.pod:4320
26704 msgid "swapon-label"
26705 msgstr ""
26706
26707 #. type: verbatim
26708 #: ../fish/guestfish-actions.pod:4322
26709 #, no-wrap
26710 msgid ""
26711 " swapon-label label\n"
26712 "\n"
26713 msgstr ""
26714
26715 #. type: textblock
26716 #: ../fish/guestfish-actions.pod:4324
26717 msgid ""
26718 "This command enables swap to a labeled swap partition.  See L</swapon-"
26719 "device> for other notes."
26720 msgstr ""
26721
26722 #. type: =head2
26723 #: ../fish/guestfish-actions.pod:4327
26724 msgid "swapon-uuid"
26725 msgstr ""
26726
26727 #. type: verbatim
26728 #: ../fish/guestfish-actions.pod:4329
26729 #, no-wrap
26730 msgid ""
26731 " swapon-uuid uuid\n"
26732 "\n"
26733 msgstr ""
26734
26735 #. type: textblock
26736 #: ../fish/guestfish-actions.pod:4331
26737 msgid ""
26738 "This command enables swap to a swap partition with the given UUID.  See L</"
26739 "swapon-device> for other notes."
26740 msgstr ""
26741
26742 #. type: =head2
26743 #: ../fish/guestfish-actions.pod:4334
26744 msgid "sync"
26745 msgstr ""
26746
26747 #. type: verbatim
26748 #: ../fish/guestfish-actions.pod:4336
26749 #, no-wrap
26750 msgid ""
26751 " sync\n"
26752 "\n"
26753 msgstr ""
26754
26755 #. type: =head2
26756 #: ../fish/guestfish-actions.pod:4344
26757 msgid "tail"
26758 msgstr ""
26759
26760 #. type: verbatim
26761 #: ../fish/guestfish-actions.pod:4346
26762 #, no-wrap
26763 msgid ""
26764 " tail path\n"
26765 "\n"
26766 msgstr ""
26767
26768 #. type: =head2
26769 #: ../fish/guestfish-actions.pod:4354
26770 msgid "tail-n"
26771 msgstr ""
26772
26773 #. type: verbatim
26774 #: ../fish/guestfish-actions.pod:4356
26775 #, no-wrap
26776 msgid ""
26777 " tail-n nrlines path\n"
26778 "\n"
26779 msgstr ""
26780
26781 #. type: =head2
26782 #: ../fish/guestfish-actions.pod:4369
26783 msgid "tar-in"
26784 msgstr ""
26785
26786 #. type: verbatim
26787 #: ../fish/guestfish-actions.pod:4371
26788 #, no-wrap
26789 msgid ""
26790 " tar-in (tarfile|-) directory\n"
26791 "\n"
26792 msgstr ""
26793
26794 #. type: textblock
26795 #: ../fish/guestfish-actions.pod:4376
26796 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26797 msgstr ""
26798
26799 #. type: =head2
26800 #: ../fish/guestfish-actions.pod:4381
26801 msgid "tar-out"
26802 msgstr ""
26803
26804 #. type: verbatim
26805 #: ../fish/guestfish-actions.pod:4383
26806 #, no-wrap
26807 msgid ""
26808 " tar-out directory (tarfile|-)\n"
26809 "\n"
26810 msgstr ""
26811
26812 #. type: textblock
26813 #: ../fish/guestfish-actions.pod:4388
26814 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26815 msgstr ""
26816
26817 #. type: =head2
26818 #: ../fish/guestfish-actions.pod:4393
26819 msgid "tgz-in"
26820 msgstr ""
26821
26822 #. type: verbatim
26823 #: ../fish/guestfish-actions.pod:4395
26824 #, no-wrap
26825 msgid ""
26826 " tgz-in (tarball|-) directory\n"
26827 "\n"
26828 msgstr ""
26829
26830 #. type: textblock
26831 #: ../fish/guestfish-actions.pod:4400
26832 msgid "To upload an uncompressed tarball, use L</tar-in>."
26833 msgstr ""
26834
26835 #. type: =head2
26836 #: ../fish/guestfish-actions.pod:4404
26837 msgid "tgz-out"
26838 msgstr ""
26839
26840 #. type: verbatim
26841 #: ../fish/guestfish-actions.pod:4406
26842 #, no-wrap
26843 msgid ""
26844 " tgz-out directory (tarball|-)\n"
26845 "\n"
26846 msgstr ""
26847
26848 #. type: textblock
26849 #: ../fish/guestfish-actions.pod:4411
26850 msgid "To download an uncompressed tarball, use L</tar-out>."
26851 msgstr ""
26852
26853 #. type: =head2
26854 #: ../fish/guestfish-actions.pod:4415
26855 msgid "touch"
26856 msgstr ""
26857
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:4417
26860 #, no-wrap
26861 msgid ""
26862 " touch path\n"
26863 "\n"
26864 msgstr ""
26865
26866 #. type: =head2
26867 #: ../fish/guestfish-actions.pod:4426
26868 msgid "truncate"
26869 msgstr ""
26870
26871 #. type: verbatim
26872 #: ../fish/guestfish-actions.pod:4428
26873 #, no-wrap
26874 msgid ""
26875 " truncate path\n"
26876 "\n"
26877 msgstr ""
26878
26879 #. type: =head2
26880 #: ../fish/guestfish-actions.pod:4433
26881 msgid "truncate-size"
26882 msgstr ""
26883
26884 #. type: verbatim
26885 #: ../fish/guestfish-actions.pod:4435
26886 #, no-wrap
26887 msgid ""
26888 " truncate-size path size\n"
26889 "\n"
26890 msgstr ""
26891
26892 #. type: textblock
26893 #: ../fish/guestfish-actions.pod:4440
26894 msgid ""
26895 "If the current file size is less than C<size> then the file is extended to "
26896 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26897 "blocks are not allocated for the file until you write to it).  To create a "
26898 "non-sparse file of zeroes, use L</fallocate64> instead."
26899 msgstr ""
26900
26901 #. type: =head2
26902 #: ../fish/guestfish-actions.pod:4446
26903 msgid "tune2fs-l"
26904 msgstr ""
26905
26906 #. type: verbatim
26907 #: ../fish/guestfish-actions.pod:4448
26908 #, no-wrap
26909 msgid ""
26910 " tune2fs-l device\n"
26911 "\n"
26912 msgstr ""
26913
26914 #. type: =head2
26915 #: ../fish/guestfish-actions.pod:4458
26916 msgid "txz-in"
26917 msgstr ""
26918
26919 #. type: verbatim
26920 #: ../fish/guestfish-actions.pod:4460
26921 #, no-wrap
26922 msgid ""
26923 " txz-in (tarball|-) directory\n"
26924 "\n"
26925 msgstr ""
26926
26927 #. type: =head2
26928 #: ../fish/guestfish-actions.pod:4467
26929 msgid "txz-out"
26930 msgstr ""
26931
26932 #. type: verbatim
26933 #: ../fish/guestfish-actions.pod:4469
26934 #, no-wrap
26935 msgid ""
26936 " txz-out directory (tarball|-)\n"
26937 "\n"
26938 msgstr ""
26939
26940 #. type: =head2
26941 #: ../fish/guestfish-actions.pod:4476
26942 msgid "umask"
26943 msgstr ""
26944
26945 #. type: verbatim
26946 #: ../fish/guestfish-actions.pod:4478
26947 #, no-wrap
26948 msgid ""
26949 " umask mask\n"
26950 "\n"
26951 msgstr ""
26952
26953 #. type: textblock
26954 #: ../fish/guestfish-actions.pod:4492
26955 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26956 msgstr ""
26957
26958 #. type: =head2
26959 #: ../fish/guestfish-actions.pod:4497
26960 msgid "umount"
26961 msgstr ""
26962
26963 #. type: =head2
26964 #: ../fish/guestfish-actions.pod:4499
26965 msgid "unmount"
26966 msgstr ""
26967
26968 #. type: verbatim
26969 #: ../fish/guestfish-actions.pod:4501
26970 #, no-wrap
26971 msgid ""
26972 " umount pathordevice\n"
26973 "\n"
26974 msgstr ""
26975
26976 #. type: =head2
26977 #: ../fish/guestfish-actions.pod:4507
26978 msgid "umount-all"
26979 msgstr ""
26980
26981 #. type: =head2
26982 #: ../fish/guestfish-actions.pod:4509
26983 msgid "unmount-all"
26984 msgstr ""
26985
26986 #. type: verbatim
26987 #: ../fish/guestfish-actions.pod:4511
26988 #, no-wrap
26989 msgid ""
26990 " umount-all\n"
26991 "\n"
26992 msgstr ""
26993
26994 #. type: =head2
26995 #: ../fish/guestfish-actions.pod:4517
26996 msgid "upload"
26997 msgstr ""
26998
26999 #. type: verbatim
27000 #: ../fish/guestfish-actions.pod:4519
27001 #, no-wrap
27002 msgid ""
27003 " upload (filename|-) remotefilename\n"
27004 "\n"
27005 msgstr ""
27006
27007 #. type: textblock
27008 #: ../fish/guestfish-actions.pod:4526
27009 msgid "See also L</download>."
27010 msgstr ""
27011
27012 #. type: =head2
27013 #: ../fish/guestfish-actions.pod:4530
27014 msgid "upload-offset"
27015 msgstr ""
27016
27017 #. type: verbatim
27018 #: ../fish/guestfish-actions.pod:4532
27019 #, no-wrap
27020 msgid ""
27021 " upload-offset (filename|-) remotefilename offset\n"
27022 "\n"
27023 msgstr ""
27024
27025 #. type: textblock
27026 #: ../fish/guestfish-actions.pod:4544
27027 msgid ""
27028 "Note that there is no limit on the amount of data that can be uploaded with "
27029 "this call, unlike with L</pwrite>, and this call always writes the full "
27030 "amount unless an error occurs."
27031 msgstr ""
27032
27033 #. type: textblock
27034 #: ../fish/guestfish-actions.pod:4549
27035 msgid "See also L</upload>, L</pwrite>."
27036 msgstr ""
27037
27038 #. type: =head2
27039 #: ../fish/guestfish-actions.pod:4553
27040 msgid "utimens"
27041 msgstr ""
27042
27043 #. type: verbatim
27044 #: ../fish/guestfish-actions.pod:4555
27045 #, no-wrap
27046 msgid ""
27047 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27048 "\n"
27049 msgstr ""
27050
27051 #. type: =head2
27052 #: ../fish/guestfish-actions.pod:4574
27053 msgid "version"
27054 msgstr ""
27055
27056 #. type: verbatim
27057 #: ../fish/guestfish-actions.pod:4576
27058 #, no-wrap
27059 msgid ""
27060 " version\n"
27061 "\n"
27062 msgstr ""
27063
27064 #. type: textblock
27065 #: ../fish/guestfish-actions.pod:4603
27066 msgid ""
27067 "I<Note:> Don't use this call to test for availability of features.  In "
27068 "enterprise distributions we backport features from later versions into "
27069 "earlier versions, making this an unreliable way to test for features.  Use "
27070 "L</available> instead."
27071 msgstr ""
27072
27073 #. type: =head2
27074 #: ../fish/guestfish-actions.pod:4609
27075 msgid "vfs-label"
27076 msgstr ""
27077
27078 #. type: verbatim
27079 #: ../fish/guestfish-actions.pod:4611
27080 #, no-wrap
27081 msgid ""
27082 " vfs-label device\n"
27083 "\n"
27084 msgstr ""
27085
27086 #. type: textblock
27087 #: ../fish/guestfish-actions.pod:4618
27088 msgid "To find a filesystem from the label, use L</findfs-label>."
27089 msgstr ""
27090
27091 #. type: =head2
27092 #: ../fish/guestfish-actions.pod:4620
27093 msgid "vfs-type"
27094 msgstr ""
27095
27096 #. type: verbatim
27097 #: ../fish/guestfish-actions.pod:4622
27098 #, no-wrap
27099 msgid ""
27100 " vfs-type device\n"
27101 "\n"
27102 msgstr ""
27103
27104 #. type: =head2
27105 #: ../fish/guestfish-actions.pod:4632
27106 msgid "vfs-uuid"
27107 msgstr ""
27108
27109 #. type: verbatim
27110 #: ../fish/guestfish-actions.pod:4634
27111 #, no-wrap
27112 msgid ""
27113 " vfs-uuid device\n"
27114 "\n"
27115 msgstr ""
27116
27117 #. type: textblock
27118 #: ../fish/guestfish-actions.pod:4641
27119 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27120 msgstr ""
27121
27122 #. type: =head2
27123 #: ../fish/guestfish-actions.pod:4643
27124 msgid "vg-activate"
27125 msgstr ""
27126
27127 #. type: verbatim
27128 #: ../fish/guestfish-actions.pod:4645
27129 #, no-wrap
27130 msgid ""
27131 " vg-activate true|false 'volgroups ...'\n"
27132 "\n"
27133 msgstr ""
27134
27135 #. type: =head2
27136 #: ../fish/guestfish-actions.pod:4658
27137 msgid "vg-activate-all"
27138 msgstr ""
27139
27140 #. type: verbatim
27141 #: ../fish/guestfish-actions.pod:4660
27142 #, no-wrap
27143 msgid ""
27144 " vg-activate-all true|false\n"
27145 "\n"
27146 msgstr ""
27147
27148 #. type: =head2
27149 #: ../fish/guestfish-actions.pod:4670
27150 msgid "vgcreate"
27151 msgstr ""
27152
27153 #. type: verbatim
27154 #: ../fish/guestfish-actions.pod:4672
27155 #, no-wrap
27156 msgid ""
27157 " vgcreate volgroup 'physvols ...'\n"
27158 "\n"
27159 msgstr ""
27160
27161 #. type: =head2
27162 #: ../fish/guestfish-actions.pod:4677
27163 msgid "vglvuuids"
27164 msgstr ""
27165
27166 #. type: verbatim
27167 #: ../fish/guestfish-actions.pod:4679
27168 #, no-wrap
27169 msgid ""
27170 " vglvuuids vgname\n"
27171 "\n"
27172 msgstr ""
27173
27174 #. type: textblock
27175 #: ../fish/guestfish-actions.pod:4684
27176 msgid ""
27177 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27178 "logical volumes and volume groups."
27179 msgstr ""
27180
27181 #. type: textblock
27182 #: ../fish/guestfish-actions.pod:4687
27183 msgid "See also L</vgpvuuids>."
27184 msgstr ""
27185
27186 #. type: =head2
27187 #: ../fish/guestfish-actions.pod:4689
27188 msgid "vgpvuuids"
27189 msgstr ""
27190
27191 #. type: verbatim
27192 #: ../fish/guestfish-actions.pod:4691
27193 #, no-wrap
27194 msgid ""
27195 " vgpvuuids vgname\n"
27196 "\n"
27197 msgstr ""
27198
27199 #. type: textblock
27200 #: ../fish/guestfish-actions.pod:4696
27201 msgid ""
27202 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27203 "physical volumes and volume groups."
27204 msgstr ""
27205
27206 #. type: textblock
27207 #: ../fish/guestfish-actions.pod:4699
27208 msgid "See also L</vglvuuids>."
27209 msgstr ""
27210
27211 #. type: =head2
27212 #: ../fish/guestfish-actions.pod:4701
27213 msgid "vgremove"
27214 msgstr ""
27215
27216 #. type: verbatim
27217 #: ../fish/guestfish-actions.pod:4703
27218 #, no-wrap
27219 msgid ""
27220 " vgremove vgname\n"
27221 "\n"
27222 msgstr ""
27223
27224 #. type: =head2
27225 #: ../fish/guestfish-actions.pod:4710
27226 msgid "vgrename"
27227 msgstr ""
27228
27229 #. type: verbatim
27230 #: ../fish/guestfish-actions.pod:4712
27231 #, no-wrap
27232 msgid ""
27233 " vgrename volgroup newvolgroup\n"
27234 "\n"
27235 msgstr ""
27236
27237 #. type: =head2
27238 #: ../fish/guestfish-actions.pod:4716
27239 msgid "vgs"
27240 msgstr ""
27241
27242 #. type: verbatim
27243 #: ../fish/guestfish-actions.pod:4718
27244 #, no-wrap
27245 msgid ""
27246 " vgs\n"
27247 "\n"
27248 msgstr ""
27249
27250 #. type: textblock
27251 #: ../fish/guestfish-actions.pod:4726
27252 msgid "See also L</vgs-full>."
27253 msgstr ""
27254
27255 #. type: =head2
27256 #: ../fish/guestfish-actions.pod:4728
27257 msgid "vgs-full"
27258 msgstr ""
27259
27260 #. type: verbatim
27261 #: ../fish/guestfish-actions.pod:4730
27262 #, no-wrap
27263 msgid ""
27264 " vgs-full\n"
27265 "\n"
27266 msgstr ""
27267
27268 #. type: =head2
27269 #: ../fish/guestfish-actions.pod:4735
27270 msgid "vgscan"
27271 msgstr ""
27272
27273 #. type: verbatim
27274 #: ../fish/guestfish-actions.pod:4737
27275 #, no-wrap
27276 msgid ""
27277 " vgscan\n"
27278 "\n"
27279 msgstr ""
27280
27281 #. type: =head2
27282 #: ../fish/guestfish-actions.pod:4742
27283 msgid "vguuid"
27284 msgstr ""
27285
27286 #. type: verbatim
27287 #: ../fish/guestfish-actions.pod:4744
27288 #, no-wrap
27289 msgid ""
27290 " vguuid vgname\n"
27291 "\n"
27292 msgstr ""
27293
27294 #. type: =head2
27295 #: ../fish/guestfish-actions.pod:4748
27296 msgid "wc-c"
27297 msgstr ""
27298
27299 #. type: verbatim
27300 #: ../fish/guestfish-actions.pod:4750
27301 #, no-wrap
27302 msgid ""
27303 " wc-c path\n"
27304 "\n"
27305 msgstr ""
27306
27307 #. type: =head2
27308 #: ../fish/guestfish-actions.pod:4755
27309 msgid "wc-l"
27310 msgstr ""
27311
27312 #. type: verbatim
27313 #: ../fish/guestfish-actions.pod:4757
27314 #, no-wrap
27315 msgid ""
27316 " wc-l path\n"
27317 "\n"
27318 msgstr ""
27319
27320 #. type: =head2
27321 #: ../fish/guestfish-actions.pod:4762
27322 msgid "wc-w"
27323 msgstr ""
27324
27325 #. type: verbatim
27326 #: ../fish/guestfish-actions.pod:4764
27327 #, no-wrap
27328 msgid ""
27329 " wc-w path\n"
27330 "\n"
27331 msgstr ""
27332
27333 #. type: =head2
27334 #: ../fish/guestfish-actions.pod:4769
27335 msgid "write"
27336 msgstr ""
27337
27338 #. type: verbatim
27339 #: ../fish/guestfish-actions.pod:4771
27340 #, no-wrap
27341 msgid ""
27342 " write path content\n"
27343 "\n"
27344 msgstr ""
27345
27346 #. type: =head2
27347 #: ../fish/guestfish-actions.pod:4779
27348 msgid "write-file"
27349 msgstr ""
27350
27351 #. type: verbatim
27352 #: ../fish/guestfish-actions.pod:4781
27353 #, no-wrap
27354 msgid ""
27355 " write-file path content size\n"
27356 "\n"
27357 msgstr ""
27358
27359 #. type: =head2
27360 #: ../fish/guestfish-actions.pod:4804
27361 msgid "zegrep"
27362 msgstr ""
27363
27364 #. type: verbatim
27365 #: ../fish/guestfish-actions.pod:4806
27366 #, no-wrap
27367 msgid ""
27368 " zegrep regex path\n"
27369 "\n"
27370 msgstr ""
27371
27372 #. type: =head2
27373 #: ../fish/guestfish-actions.pod:4814
27374 msgid "zegrepi"
27375 msgstr ""
27376
27377 #. type: verbatim
27378 #: ../fish/guestfish-actions.pod:4816
27379 #, no-wrap
27380 msgid ""
27381 " zegrepi regex path\n"
27382 "\n"
27383 msgstr ""
27384
27385 #. type: =head2
27386 #: ../fish/guestfish-actions.pod:4824
27387 msgid "zero"
27388 msgstr ""
27389
27390 #. type: verbatim
27391 #: ../fish/guestfish-actions.pod:4826
27392 #, no-wrap
27393 msgid ""
27394 " zero device\n"
27395 "\n"
27396 msgstr ""
27397
27398 #. type: textblock
27399 #: ../fish/guestfish-actions.pod:4834
27400 msgid "See also: L</zero-device>, L</scrub-device>."
27401 msgstr ""
27402
27403 #. type: =head2
27404 #: ../fish/guestfish-actions.pod:4836
27405 msgid "zero-device"
27406 msgstr ""
27407
27408 #. type: verbatim
27409 #: ../fish/guestfish-actions.pod:4838
27410 #, no-wrap
27411 msgid ""
27412 " zero-device device\n"
27413 "\n"
27414 msgstr ""
27415
27416 #. type: textblock
27417 #: ../fish/guestfish-actions.pod:4840
27418 msgid ""
27419 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27420 "which just zeroes the first few blocks of a device."
27421 msgstr ""
27422
27423 #. type: =head2
27424 #: ../fish/guestfish-actions.pod:4847
27425 msgid "zerofree"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../fish/guestfish-actions.pod:4849
27430 #, no-wrap
27431 msgid ""
27432 " zerofree device\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: =head2
27437 #: ../fish/guestfish-actions.pod:4862
27438 msgid "zfgrep"
27439 msgstr ""
27440
27441 #. type: verbatim
27442 #: ../fish/guestfish-actions.pod:4864
27443 #, no-wrap
27444 msgid ""
27445 " zfgrep pattern path\n"
27446 "\n"
27447 msgstr ""
27448
27449 #. type: =head2
27450 #: ../fish/guestfish-actions.pod:4872
27451 msgid "zfgrepi"
27452 msgstr ""
27453
27454 #. type: verbatim
27455 #: ../fish/guestfish-actions.pod:4874
27456 #, no-wrap
27457 msgid ""
27458 " zfgrepi pattern path\n"
27459 "\n"
27460 msgstr ""
27461
27462 #. type: =head2
27463 #: ../fish/guestfish-actions.pod:4882
27464 msgid "zfile"
27465 msgstr ""
27466
27467 #. type: verbatim
27468 #: ../fish/guestfish-actions.pod:4884
27469 #, no-wrap
27470 msgid ""
27471 " zfile meth path\n"
27472 "\n"
27473 msgstr ""
27474
27475 #. type: textblock
27476 #: ../fish/guestfish-actions.pod:4891
27477 msgid ""
27478 "Since 1.0.63, use L</file> instead which can now process compressed files."
27479 msgstr ""
27480
27481 #. type: =head2
27482 #: ../fish/guestfish-actions.pod:4901
27483 msgid "zgrep"
27484 msgstr ""
27485
27486 #. type: verbatim
27487 #: ../fish/guestfish-actions.pod:4903
27488 #, no-wrap
27489 msgid ""
27490 " zgrep regex path\n"
27491 "\n"
27492 msgstr ""
27493
27494 #. type: =head2
27495 #: ../fish/guestfish-actions.pod:4911
27496 msgid "zgrepi"
27497 msgstr ""
27498
27499 #. type: verbatim
27500 #: ../fish/guestfish-actions.pod:4913
27501 #, no-wrap
27502 msgid ""
27503 " zgrepi regex path\n"
27504 "\n"
27505 msgstr ""
27506
27507 #. type: =head2
27508 #: ../fish/guestfish-commands.pod:1
27509 msgid "alloc"
27510 msgstr ""
27511
27512 #. type: =head2
27513 #: ../fish/guestfish-commands.pod:3
27514 msgid "allocate"
27515 msgstr ""
27516
27517 #. type: verbatim
27518 #: ../fish/guestfish-commands.pod:5
27519 #, no-wrap
27520 msgid ""
27521 " alloc filename size\n"
27522 "\n"
27523 msgstr ""
27524
27525 #. type: textblock
27526 #: ../fish/guestfish-commands.pod:7
27527 msgid ""
27528 "This creates an empty (zeroed) file of the given size, and then adds so it "
27529 "can be further examined."
27530 msgstr ""
27531
27532 #. type: textblock
27533 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27534 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27535 msgstr ""
27536
27537 #. type: textblock
27538 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27539 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27540 msgstr ""
27541
27542 #. type: textblock
27543 #: ../fish/guestfish-commands.pod:14
27544 msgid ""
27545 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27546 "image, see L</PREPARED DISK IMAGES>."
27547 msgstr ""
27548
27549 #. type: =head2
27550 #: ../fish/guestfish-commands.pod:17
27551 msgid "copy-in"
27552 msgstr ""
27553
27554 #. type: verbatim
27555 #: ../fish/guestfish-commands.pod:19
27556 #, no-wrap
27557 msgid ""
27558 " copy-in local [local ...] /remotedir\n"
27559 "\n"
27560 msgstr ""
27561
27562 #. type: textblock
27563 #: ../fish/guestfish-commands.pod:21
27564 msgid ""
27565 "C<copy-in> copies local files or directories recursively into the disk "
27566 "image, placing them in the directory called C</remotedir> (which must "
27567 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27568 "other commands as necessary."
27569 msgstr ""
27570
27571 #. type: textblock
27572 #: ../fish/guestfish-commands.pod:26
27573 msgid ""
27574 "Multiple local files and directories can be specified, but the last "
27575 "parameter must always be a remote directory.  Wildcards cannot be used."
27576 msgstr ""
27577
27578 #. type: =head2
27579 #: ../fish/guestfish-commands.pod:30
27580 msgid "copy-out"
27581 msgstr ""
27582
27583 #. type: verbatim
27584 #: ../fish/guestfish-commands.pod:32
27585 #, no-wrap
27586 msgid ""
27587 " copy-out remote [remote ...] localdir\n"
27588 "\n"
27589 msgstr ""
27590
27591 #. type: textblock
27592 #: ../fish/guestfish-commands.pod:34
27593 msgid ""
27594 "C<copy-out> copies remote files or directories recursively out of the disk "
27595 "image, placing them on the host disk in a local directory called C<localdir> "
27596 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
27597 "download>, L</tar-out> and other commands as necessary."
27598 msgstr ""
27599
27600 #. type: textblock
27601 #: ../fish/guestfish-commands.pod:40
27602 msgid ""
27603 "Multiple remote files and directories can be specified, but the last "
27604 "parameter must always be a local directory.  To download to the current "
27605 "directory, use C<.> as in:"
27606 msgstr ""
27607
27608 #. type: verbatim
27609 #: ../fish/guestfish-commands.pod:44
27610 #, no-wrap
27611 msgid ""
27612 " copy-out /home .\n"
27613 "\n"
27614 msgstr ""
27615
27616 #. type: textblock
27617 #: ../fish/guestfish-commands.pod:46
27618 msgid ""
27619 "Wildcards cannot be used in the ordinary command, but you can use them with "
27620 "the help of L</glob> like this:"
27621 msgstr ""
27622
27623 #. type: verbatim
27624 #: ../fish/guestfish-commands.pod:49
27625 #, no-wrap
27626 msgid ""
27627 " glob copy-out /home/* .\n"
27628 "\n"
27629 msgstr ""
27630
27631 #. type: =head2
27632 #: ../fish/guestfish-commands.pod:51
27633 msgid "echo"
27634 msgstr ""
27635
27636 #. type: verbatim
27637 #: ../fish/guestfish-commands.pod:53
27638 #, no-wrap
27639 msgid ""
27640 " echo [params ...]\n"
27641 "\n"
27642 msgstr ""
27643
27644 #. type: textblock
27645 #: ../fish/guestfish-commands.pod:55
27646 msgid "This echos the parameters to the terminal."
27647 msgstr ""
27648
27649 #. type: =head2
27650 #: ../fish/guestfish-commands.pod:57
27651 msgid "edit"
27652 msgstr ""
27653
27654 #. type: =head2
27655 #: ../fish/guestfish-commands.pod:59
27656 msgid "vi"
27657 msgstr ""
27658
27659 #. type: =head2
27660 #: ../fish/guestfish-commands.pod:61
27661 msgid "emacs"
27662 msgstr ""
27663
27664 #. type: verbatim
27665 #: ../fish/guestfish-commands.pod:63
27666 #, no-wrap
27667 msgid ""
27668 " edit filename\n"
27669 "\n"
27670 msgstr ""
27671
27672 #. type: textblock
27673 #: ../fish/guestfish-commands.pod:65
27674 msgid ""
27675 "This is used to edit a file.  It downloads the file, edits it locally using "
27676 "your editor, then uploads the result."
27677 msgstr ""
27678
27679 #. type: textblock
27680 #: ../fish/guestfish-commands.pod:68
27681 msgid ""
27682 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27683 "or C<emacs> you will get those corresponding editors."
27684 msgstr ""
27685
27686 #. type: =head2
27687 #: ../fish/guestfish-commands.pod:72
27688 msgid "glob"
27689 msgstr ""
27690
27691 #. type: verbatim
27692 #: ../fish/guestfish-commands.pod:74
27693 #, no-wrap
27694 msgid ""
27695 " glob command args...\n"
27696 "\n"
27697 msgstr ""
27698
27699 #. type: textblock
27700 #: ../fish/guestfish-commands.pod:76
27701 msgid ""
27702 "Expand wildcards in any paths in the args list, and run C<command> "
27703 "repeatedly on each matching path."
27704 msgstr ""
27705
27706 #. type: textblock
27707 #: ../fish/guestfish-commands.pod:79
27708 msgid "See L</WILDCARDS AND GLOBBING>."
27709 msgstr ""
27710
27711 #. type: =head2
27712 #: ../fish/guestfish-commands.pod:81
27713 msgid "hexedit"
27714 msgstr ""
27715
27716 #. type: verbatim
27717 #: ../fish/guestfish-commands.pod:83
27718 #, no-wrap
27719 msgid ""
27720 " hexedit <filename|device>\n"
27721 " hexedit <filename|device> <max>\n"
27722 " hexedit <filename|device> <start> <max>\n"
27723 "\n"
27724 msgstr ""
27725
27726 #. type: textblock
27727 #: ../fish/guestfish-commands.pod:87
27728 msgid ""
27729 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27730 "device."
27731 msgstr ""
27732
27733 #. type: textblock
27734 #: ../fish/guestfish-commands.pod:90
27735 msgid ""
27736 "This command works by downloading potentially the whole file or device, "
27737 "editing it locally, then uploading it.  If the file or device is large, you "
27738 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27739 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27740 "usual modifiers allowed such as C<1M> (1 megabyte)."
27741 msgstr ""
27742
27743 #. type: textblock
27744 #: ../fish/guestfish-commands.pod:97
27745 msgid "For example to edit the first few sectors of a disk you might do:"
27746 msgstr ""
27747
27748 #. type: verbatim
27749 #: ../fish/guestfish-commands.pod:100
27750 #, no-wrap
27751 msgid ""
27752 " hexedit /dev/sda 1M\n"
27753 "\n"
27754 msgstr ""
27755
27756 #. type: textblock
27757 #: ../fish/guestfish-commands.pod:102
27758 msgid ""
27759 "which would allow you to edit anywhere within the first megabyte of the disk."
27760 msgstr ""
27761
27762 #. type: textblock
27763 #: ../fish/guestfish-commands.pod:105
27764 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27765 msgstr ""
27766
27767 #. type: verbatim
27768 #: ../fish/guestfish-commands.pod:107
27769 #, no-wrap
27770 msgid ""
27771 " hexedit /dev/sda1 0x400 0x400\n"
27772 "\n"
27773 msgstr ""
27774
27775 #. type: textblock
27776 #: ../fish/guestfish-commands.pod:109
27777 msgid "(assuming the superblock is in the standard location)."
27778 msgstr ""
27779
27780 #. type: textblock
27781 #: ../fish/guestfish-commands.pod:111
27782 msgid ""
27783 "This command requires the external L<hexedit(1)> program.  You can specify "
27784 "another program to use by setting the C<HEXEDITOR> environment variable."
27785 msgstr ""
27786
27787 #. type: textblock
27788 #: ../fish/guestfish-commands.pod:115
27789 msgid "See also L</hexdump>."
27790 msgstr ""
27791
27792 #. type: =head2
27793 #: ../fish/guestfish-commands.pod:117
27794 msgid "lcd"
27795 msgstr ""
27796
27797 #. type: verbatim
27798 #: ../fish/guestfish-commands.pod:119
27799 #, no-wrap
27800 msgid ""
27801 " lcd directory\n"
27802 "\n"
27803 msgstr ""
27804
27805 #. type: textblock
27806 #: ../fish/guestfish-commands.pod:121
27807 msgid ""
27808 "Change the local directory, ie. the current directory of guestfish itself."
27809 msgstr ""
27810
27811 #. type: textblock
27812 #: ../fish/guestfish-commands.pod:124
27813 msgid "Note that C<!cd> won't do what you might expect."
27814 msgstr ""
27815
27816 #. type: =head2
27817 #: ../fish/guestfish-commands.pod:126
27818 msgid "man"
27819 msgstr ""
27820
27821 #. type: =head2
27822 #: ../fish/guestfish-commands.pod:128
27823 msgid "manual"
27824 msgstr ""
27825
27826 #. type: verbatim
27827 #: ../fish/guestfish-commands.pod:130
27828 #, no-wrap
27829 msgid ""
27830 "  man\n"
27831 "\n"
27832 msgstr ""
27833
27834 #. type: textblock
27835 #: ../fish/guestfish-commands.pod:132
27836 msgid "Opens the manual page for guestfish."
27837 msgstr ""
27838
27839 #. type: =head2
27840 #: ../fish/guestfish-commands.pod:134
27841 msgid "more"
27842 msgstr ""
27843
27844 #. type: =head2
27845 #: ../fish/guestfish-commands.pod:136
27846 msgid "less"
27847 msgstr ""
27848
27849 #. type: verbatim
27850 #: ../fish/guestfish-commands.pod:138
27851 #, no-wrap
27852 msgid ""
27853 " more filename\n"
27854 "\n"
27855 msgstr ""
27856
27857 #. type: verbatim
27858 #: ../fish/guestfish-commands.pod:140
27859 #, no-wrap
27860 msgid ""
27861 " less filename\n"
27862 "\n"
27863 msgstr ""
27864
27865 #. type: textblock
27866 #: ../fish/guestfish-commands.pod:142
27867 msgid "This is used to view a file."
27868 msgstr ""
27869
27870 #. type: textblock
27871 #: ../fish/guestfish-commands.pod:144
27872 msgid ""
27873 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27874 "C<less> you will get the C<less> command specifically."
27875 msgstr ""
27876
27877 #. type: =head2
27878 #: ../fish/guestfish-commands.pod:147
27879 msgid "reopen"
27880 msgstr ""
27881
27882 #. type: verbatim
27883 #: ../fish/guestfish-commands.pod:149
27884 #, no-wrap
27885 msgid ""
27886 "  reopen\n"
27887 "\n"
27888 msgstr ""
27889
27890 #. type: textblock
27891 #: ../fish/guestfish-commands.pod:151
27892 msgid ""
27893 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27894 "normally, because the handle is closed properly when guestfish exits.  "
27895 "However this is occasionally useful for testing."
27896 msgstr ""
27897
27898 #. type: =head2
27899 #: ../fish/guestfish-commands.pod:155
27900 msgid "sparse"
27901 msgstr ""
27902
27903 #. type: verbatim
27904 #: ../fish/guestfish-commands.pod:157
27905 #, no-wrap
27906 msgid ""
27907 " sparse filename size\n"
27908 "\n"
27909 msgstr ""
27910
27911 #. type: textblock
27912 #: ../fish/guestfish-commands.pod:159
27913 msgid ""
27914 "This creates an empty sparse file of the given size, and then adds so it can "
27915 "be further examined."
27916 msgstr ""
27917
27918 #. type: textblock
27919 #: ../fish/guestfish-commands.pod:162
27920 msgid ""
27921 "In all respects it works the same as the L</alloc> command, except that the "
27922 "image file is allocated sparsely, which means that disk blocks are not "
27923 "assigned to the file until they are needed.  Sparse disk files only use "
27924 "space when written to, but they are slower and there is a danger you could "
27925 "run out of real disk space during a write operation."
27926 msgstr ""
27927
27928 #. type: =head2
27929 #: ../fish/guestfish-commands.pod:172
27930 msgid "supported"
27931 msgstr ""
27932
27933 #. type: verbatim
27934 #: ../fish/guestfish-commands.pod:174
27935 #, no-wrap
27936 msgid ""
27937 " supported\n"
27938 "\n"
27939 msgstr ""
27940
27941 #. type: textblock
27942 #: ../fish/guestfish-commands.pod:176
27943 msgid ""
27944 "This command returns a list of the optional groups known to the daemon, and "
27945 "indicates which ones are supported by this build of the libguestfs appliance."
27946 msgstr ""
27947
27948 #. type: textblock
27949 #: ../fish/guestfish-commands.pod:180
27950 msgid "See also L<guestfs(3)/AVAILABILITY>."
27951 msgstr ""
27952
27953 #. type: =head2
27954 #: ../fish/guestfish-commands.pod:182
27955 msgid "time"
27956 msgstr ""
27957
27958 #. type: verbatim
27959 #: ../fish/guestfish-commands.pod:184
27960 #, no-wrap
27961 msgid ""
27962 " time command args...\n"
27963 "\n"
27964 msgstr ""
27965
27966 #. type: textblock
27967 #: ../fish/guestfish-commands.pod:186
27968 msgid ""
27969 "Run the command as usual, but print the elapsed time afterwards.  This can "
27970 "be useful for benchmarking operations."
27971 msgstr ""
27972
27973 #. type: textblock
27974 #: ../test-tool/libguestfs-test-tool.pod:5
27975 msgid "libguestfs-test-tool - End user tests for libguestfs"
27976 msgstr ""
27977
27978 #. type: verbatim
27979 #: ../test-tool/libguestfs-test-tool.pod:9
27980 #, no-wrap
27981 msgid ""
27982 " libguestfs-test-tool [--options]\n"
27983 "\n"
27984 msgstr ""
27985
27986 #. type: textblock
27987 #: ../test-tool/libguestfs-test-tool.pod:13
27988 msgid ""
27989 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27990 "and developers, to allow them to check basic libguestfs functionality is "
27991 "working.  This is needed because libguestfs occasionally breaks for reasons "
27992 "beyond our control: usually because of changes in the underlying qemu or "
27993 "kernel packages, or the host environment."
27994 msgstr ""
27995
27996 #. type: textblock
27997 #: ../test-tool/libguestfs-test-tool.pod:20
27998 msgid "If you suspect a problem in libguestfs, then just run:"
27999 msgstr ""
28000
28001 #. type: verbatim
28002 #: ../test-tool/libguestfs-test-tool.pod:22
28003 #, no-wrap
28004 msgid ""
28005 " libguestfs-test-tool\n"
28006 "\n"
28007 msgstr ""
28008
28009 #. type: textblock
28010 #: ../test-tool/libguestfs-test-tool.pod:24
28011 msgid "It will print lots of diagnostic messages."
28012 msgstr ""
28013
28014 #. type: textblock
28015 #: ../test-tool/libguestfs-test-tool.pod:26
28016 msgid "If it runs to completion successfully, you will see this near the end:"
28017 msgstr ""
28018
28019 #. type: verbatim
28020 #: ../test-tool/libguestfs-test-tool.pod:28
28021 #, no-wrap
28022 msgid ""
28023 " ===== TEST FINISHED OK =====\n"
28024 "\n"
28025 msgstr ""
28026
28027 #. type: textblock
28028 #: ../test-tool/libguestfs-test-tool.pod:30
28029 msgid "and the test tool will exit with code 0."
28030 msgstr ""
28031
28032 #. type: textblock
28033 #: ../test-tool/libguestfs-test-tool.pod:32
28034 msgid ""
28035 "If it fails (and/or exits with non-zero error code), please paste the "
28036 "B<complete, unedited> output of the test tool into a bug report.  More "
28037 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28038 "> website."
28039 msgstr ""
28040
28041 #. type: =item
28042 #: ../test-tool/libguestfs-test-tool.pod:41
28043 msgid "I<--help>"
28044 msgstr ""
28045
28046 #. type: textblock
28047 #: ../test-tool/libguestfs-test-tool.pod:43
28048 msgid "Display short usage information and exit."
28049 msgstr ""
28050
28051 #. type: =item
28052 #: ../test-tool/libguestfs-test-tool.pod:45
28053 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
28054 msgstr ""
28055
28056 #. type: textblock
28057 #: ../test-tool/libguestfs-test-tool.pod:47
28058 msgid ""
28059 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
28060 "normally look in the C<$libexec> directory that was configured when the tool "
28061 "was built."
28062 msgstr ""
28063
28064 #. type: =item
28065 #: ../test-tool/libguestfs-test-tool.pod:51
28066 msgid "I<--qemu qemu_binary>"
28067 msgstr ""
28068
28069 #. type: textblock
28070 #: ../test-tool/libguestfs-test-tool.pod:53
28071 msgid ""
28072 "If you have downloaded another qemu binary, point this option at the full "
28073 "path of the binary to try it."
28074 msgstr ""
28075
28076 #. type: =item
28077 #: ../test-tool/libguestfs-test-tool.pod:56
28078 msgid "I<--qemudir qemu_source_dir>"
28079 msgstr ""
28080
28081 #. type: textblock
28082 #: ../test-tool/libguestfs-test-tool.pod:58
28083 msgid ""
28084 "If you have compiled qemu from source, point this option at the source "
28085 "directory to try it."
28086 msgstr ""
28087
28088 #. type: =item
28089 #: ../test-tool/libguestfs-test-tool.pod:61
28090 msgid "I<--timeout N>"
28091 msgstr ""
28092
28093 #. type: textblock
28094 #: ../test-tool/libguestfs-test-tool.pod:63
28095 msgid ""
28096 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28097 "does not usually need to be adjusted unless your machine is very slow."
28098 msgstr ""
28099
28100 #. type: =head1
28101 #: ../test-tool/libguestfs-test-tool.pod:69
28102 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28103 msgstr ""
28104
28105 #. type: textblock
28106 #: ../test-tool/libguestfs-test-tool.pod:71
28107 msgid ""
28108 "If you have compiled another version of qemu from source and would like to "
28109 "try that, then you can use the I<--qemudir> option to point to the qemu "
28110 "source directory."
28111 msgstr ""
28112
28113 #. type: textblock
28114 #: ../test-tool/libguestfs-test-tool.pod:75
28115 msgid ""
28116 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28117 "option to point to the binary."
28118 msgstr ""
28119
28120 #. type: textblock
28121 #: ../test-tool/libguestfs-test-tool.pod:78
28122 msgid ""
28123 "When using an alternate qemu with libguestfs, usually you would need to "
28124 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
28125 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
28126 "use either of the I<--qemudir> or I<--qemu> options."
28127 msgstr ""
28128
28129 #. type: textblock
28130 #: ../test-tool/libguestfs-test-tool.pod:85
28131 msgid ""
28132 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28133 "I<1> if there was an error."
28134 msgstr ""
28135
28136 #. type: =item
28137 #: ../test-tool/libguestfs-test-tool.pod:92
28138 msgid "/usr/libexec/libguestfs-test-tool-helper"
28139 msgstr ""
28140
28141 #. type: textblock
28142 #: ../test-tool/libguestfs-test-tool.pod:94
28143 msgid ""
28144 "This helper program is run inside the appliance and provides additional "
28145 "tests."
28146 msgstr ""
28147
28148 #. type: =item
28149 #: ../test-tool/libguestfs-test-tool.pod:97
28150 msgid "/usr/bin/mkisofs"
28151 msgstr ""
28152
28153 #. type: textblock
28154 #: ../test-tool/libguestfs-test-tool.pod:99
28155 msgid ""
28156 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
28157 "which is used as part of the tests."
28158 msgstr ""
28159
28160 #. type: textblock
28161 #: ../test-tool/libguestfs-test-tool.pod:106
28162 msgid ""
28163 "For the full list of environment variables which may affect libguestfs, "
28164 "please see the L<guestfs(3)> manual page."
28165 msgstr ""
28166
28167 #. type: textblock
28168 #: ../test-tool/libguestfs-test-tool.pod:111
28169 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28170 msgstr ""
28171
28172 #. type: textblock
28173 #: ../test-tool/libguestfs-test-tool.pod:121
28174 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
28175 msgstr ""
28176
28177 #. type: textblock
28178 #: ../fuse/guestmount.pod:5
28179 msgid ""
28180 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28181 msgstr ""
28182
28183 #. type: verbatim
28184 #: ../fuse/guestmount.pod:9
28185 #, no-wrap
28186 msgid ""
28187 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28188 "\n"
28189 msgstr ""
28190
28191 #. type: verbatim
28192 #: ../fuse/guestmount.pod:11
28193 #, no-wrap
28194 msgid ""
28195 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28196 "\n"
28197 msgstr ""
28198
28199 #. type: verbatim
28200 #: ../fuse/guestmount.pod:13
28201 #, no-wrap
28202 msgid ""
28203 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28204 "\n"
28205 msgstr ""
28206
28207 #. type: textblock
28208 #: ../fuse/guestmount.pod:17
28209 msgid ""
28210 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28211 "machines.  If you do this, you risk disk corruption in the VM."
28212 msgstr ""
28213
28214 #. type: textblock
28215 #: ../fuse/guestmount.pod:22
28216 msgid ""
28217 "The guestmount program can be used to mount virtual machine filesystems and "
28218 "other disk images on the host.  It uses libguestfs for access to the guest "
28219 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28220 "a mountable device."
28221 msgstr ""
28222
28223 #. type: textblock
28224 #: ../fuse/guestmount.pod:27
28225 msgid ""
28226 "Along with other options, you have to give at least one device (I<-a> "
28227 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28228 "option) or use the I<-i> inspection option.  How this works is better "
28229 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28230 "below."
28231 msgstr ""
28232
28233 #. type: textblock
28234 #: ../fuse/guestmount.pod:33
28235 msgid ""
28236 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28237 "by you, and the filesystem will not be visible to any other users unless you "
28238 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28239 "the filesystem, use the C<fusermount -u> command."
28240 msgstr ""
28241
28242 #. type: textblock
28243 #: ../fuse/guestmount.pod:41
28244 msgid ""
28245 "For a typical Windows guest which has its main filesystem on the first "
28246 "partition:"
28247 msgstr ""
28248
28249 #. type: verbatim
28250 #: ../fuse/guestmount.pod:44
28251 #, no-wrap
28252 msgid ""
28253 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28254 "\n"
28255 msgstr ""
28256
28257 #. type: textblock
28258 #: ../fuse/guestmount.pod:46
28259 msgid ""
28260 "For a typical Linux guest which has a /boot filesystem on the first "
28261 "partition, and the root filesystem on a logical volume:"
28262 msgstr ""
28263
28264 #. type: verbatim
28265 #: ../fuse/guestmount.pod:49
28266 #, no-wrap
28267 msgid ""
28268 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28269 "\n"
28270 msgstr ""
28271
28272 #. type: textblock
28273 #: ../fuse/guestmount.pod:51
28274 msgid "To get libguestfs to detect guest mountpoints for you:"
28275 msgstr ""
28276
28277 #. type: verbatim
28278 #: ../fuse/guestmount.pod:53
28279 #, no-wrap
28280 msgid ""
28281 " guestmount -a guest.img -i --ro /mnt\n"
28282 "\n"
28283 msgstr ""
28284
28285 #. type: textblock
28286 #: ../fuse/guestmount.pod:55
28287 msgid "For a libvirt guest called \"Guest\" you could do:"
28288 msgstr ""
28289
28290 #. type: verbatim
28291 #: ../fuse/guestmount.pod:57
28292 #, no-wrap
28293 msgid ""
28294 " guestmount -d Guest -i --ro /mnt\n"
28295 "\n"
28296 msgstr ""
28297
28298 #. type: textblock
28299 #: ../fuse/guestmount.pod:59
28300 msgid ""
28301 "If you don't know what filesystems are contained in a guest or disk image, "
28302 "use L<virt-filesystems(1)> first:"
28303 msgstr ""
28304
28305 #. type: verbatim
28306 #: ../fuse/guestmount.pod:62
28307 #, no-wrap
28308 msgid ""
28309 " virt-filesystems MyGuest\n"
28310 "\n"
28311 msgstr ""
28312
28313 #. type: textblock
28314 #: ../fuse/guestmount.pod:64
28315 msgid ""
28316 "If you want to trace the libguestfs calls but without excessive debugging "
28317 "information, we recommend:"
28318 msgstr ""
28319
28320 #. type: verbatim
28321 #: ../fuse/guestmount.pod:67
28322 #, no-wrap
28323 msgid ""
28324 " guestmount [...] --trace /mnt\n"
28325 "\n"
28326 msgstr ""
28327
28328 #. type: textblock
28329 #: ../fuse/guestmount.pod:69
28330 msgid "If you want to debug the program, we recommend:"
28331 msgstr ""
28332
28333 #. type: verbatim
28334 #: ../fuse/guestmount.pod:71
28335 #, no-wrap
28336 msgid ""
28337 " guestmount [...] --trace --verbose /mnt\n"
28338 "\n"
28339 msgstr ""
28340
28341 #. type: =item
28342 #: ../fuse/guestmount.pod:77
28343 msgid "B<-a image> | B<--add image>"
28344 msgstr ""
28345
28346 #. type: textblock
28347 #: ../fuse/guestmount.pod:79
28348 msgid "Add a block device or virtual machine image."
28349 msgstr ""
28350
28351 #. type: =item
28352 #: ../fuse/guestmount.pod:84
28353 msgid "B<-c URI> | B<--connect URI>"
28354 msgstr ""
28355
28356 #. type: =item
28357 #: ../fuse/guestmount.pod:90
28358 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28359 msgstr ""
28360
28361 #. type: =item
28362 #: ../fuse/guestmount.pod:96
28363 msgid "B<--dir-cache-timeout N>"
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../fuse/guestmount.pod:98
28368 msgid ""
28369 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28370 "seconds.  The readdir cache [actually, there are several semi-independent "
28371 "caches] is populated after a readdir(2) call with the stat and extended "
28372 "attributes of the files in the directory, in anticipation that they will be "
28373 "requested soon after."
28374 msgstr ""
28375
28376 #. type: textblock
28377 #: ../fuse/guestmount.pod:104
28378 msgid ""
28379 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28380 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28381 "requests, only cache existing ones."
28382 msgstr ""
28383
28384 #. type: =item
28385 #: ../fuse/guestmount.pod:115
28386 msgid "B<--format=raw|qcow2|..> | B<--format>"
28387 msgstr ""
28388
28389 #. type: textblock
28390 #: ../fuse/guestmount.pod:122
28391 msgid ""
28392 "If you have untrusted raw-format guest disk images, you should use this "
28393 "option to specify the disk format.  This avoids a possible security problem "
28394 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
28395 "guestfs_add_drive_opts>."
28396 msgstr ""
28397
28398 #. type: =item
28399 #: ../fuse/guestmount.pod:127
28400 msgid "B<--fuse-help>"
28401 msgstr ""
28402
28403 #. type: textblock
28404 #: ../fuse/guestmount.pod:129
28405 msgid "Display help on special FUSE options (see I<-o> below)."
28406 msgstr ""
28407
28408 #. type: textblock
28409 #: ../fuse/guestmount.pod:133
28410 msgid "Display brief help and exit."
28411 msgstr ""
28412
28413 #. type: =item
28414 #: ../fuse/guestmount.pod:135
28415 msgid "B<-i> | B<--inspector>"
28416 msgstr ""
28417
28418 #. type: textblock
28419 #: ../fuse/guestmount.pod:155
28420 msgid ""
28421 "Mount the named partition or logical volume on the given mountpoint B<in the "
28422 "guest> (this has nothing to do with mountpoints in the host)."
28423 msgstr ""
28424
28425 #. type: textblock
28426 #: ../fuse/guestmount.pod:158
28427 msgid ""
28428 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28429 "something on C</>."
28430 msgstr ""
28431
28432 #. type: =item
28433 #: ../fuse/guestmount.pod:171
28434 msgid "B<-n> | B<--no-sync>"
28435 msgstr ""
28436
28437 #. type: textblock
28438 #: ../fuse/guestmount.pod:173
28439 msgid ""
28440 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28441 "unmounted.  If you specify this option, then we don't attempt to sync the "
28442 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28443 msgstr ""
28444
28445 #. type: =item
28446 #: ../fuse/guestmount.pod:178
28447 msgid "B<-o option> | B<--option option>"
28448 msgstr ""
28449
28450 #. type: textblock
28451 #: ../fuse/guestmount.pod:180
28452 msgid "Pass extra options to FUSE."
28453 msgstr ""
28454
28455 #. type: textblock
28456 #: ../fuse/guestmount.pod:182
28457 msgid ""
28458 "To get a list of all the extra options supported by FUSE, use the command "
28459 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28460 "of them are a good idea."
28461 msgstr ""
28462
28463 #. type: verbatim
28464 #: ../fuse/guestmount.pod:186
28465 #, no-wrap
28466 msgid ""
28467 " guestmount --fuse-help\n"
28468 "\n"
28469 msgstr ""
28470
28471 #. type: textblock
28472 #: ../fuse/guestmount.pod:188
28473 msgid "Some potentially useful FUSE options:"
28474 msgstr ""
28475
28476 #. type: =item
28477 #: ../fuse/guestmount.pod:192
28478 msgid "B<-o allow_other>"
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../fuse/guestmount.pod:194
28483 msgid "Allow other users to see the filesystem."
28484 msgstr ""
28485
28486 #. type: =item
28487 #: ../fuse/guestmount.pod:196
28488 msgid "B<-o attr_timeout=N>"
28489 msgstr ""
28490
28491 #. type: textblock
28492 #: ../fuse/guestmount.pod:198
28493 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28494 msgstr ""
28495
28496 #. type: =item
28497 #: ../fuse/guestmount.pod:200
28498 msgid "B<-o kernel_cache>"
28499 msgstr ""
28500
28501 #. type: textblock
28502 #: ../fuse/guestmount.pod:202
28503 msgid ""
28504 "Allow the kernel to cache files (reduces the number of reads that have to go "
28505 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28506 "afford the extra memory usage."
28507 msgstr ""
28508
28509 #. type: =item
28510 #: ../fuse/guestmount.pod:206
28511 msgid "B<-o uid=N> B<-o gid=N>"
28512 msgstr ""
28513
28514 #. type: textblock
28515 #: ../fuse/guestmount.pod:208
28516 msgid ""
28517 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28518 "the chosen values."
28519 msgstr ""
28520
28521 #. type: =item
28522 #: ../fuse/guestmount.pod:213
28523 msgid "B<-r> | B<--ro>"
28524 msgstr ""
28525
28526 #. type: textblock
28527 #: ../fuse/guestmount.pod:215
28528 msgid ""
28529 "Add devices and mount everything read-only.  Also disallow writes and make "
28530 "the disk appear read-only to FUSE."
28531 msgstr ""
28532
28533 #. type: textblock
28534 #: ../fuse/guestmount.pod:218
28535 msgid ""
28536 "This is highly recommended if you are not going to edit the guest disk.  If "
28537 "the guest is running and this option is I<not> supplied, then there is a "
28538 "strong risk of disk corruption in the guest.  We try to prevent this from "
28539 "happening, but it is not always possible."
28540 msgstr ""
28541
28542 #. type: textblock
28543 #: ../fuse/guestmount.pod:223
28544 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28545 msgstr ""
28546
28547 #. type: textblock
28548 #: ../fuse/guestmount.pod:227
28549 msgid "Enable SELinux support for the guest."
28550 msgstr ""
28551
28552 #. type: =item
28553 #: ../fuse/guestmount.pod:229
28554 msgid "B<-v> | B<--verbose>"
28555 msgstr ""
28556
28557 #. type: textblock
28558 #: ../fuse/guestmount.pod:231
28559 msgid "Enable verbose messages from underlying libguestfs."
28560 msgstr ""
28561
28562 #. type: =item
28563 #: ../fuse/guestmount.pod:233
28564 msgid "B<-V> | B<--version>"
28565 msgstr ""
28566
28567 #. type: textblock
28568 #: ../fuse/guestmount.pod:235
28569 msgid "Display the program version and exit."
28570 msgstr ""
28571
28572 #. type: =item
28573 #: ../fuse/guestmount.pod:237
28574 msgid "B<-w> | B<--rw>"
28575 msgstr ""
28576
28577 #. type: textblock
28578 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
28579 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28580 msgstr ""
28581
28582 #. type: =item
28583 #: ../fuse/guestmount.pod:244
28584 msgid "B<-x> | B<--trace>"
28585 msgstr ""
28586
28587 #. type: textblock
28588 #: ../fuse/guestmount.pod:246
28589 msgid "Trace libguestfs calls and entry into each FUSE function."
28590 msgstr ""
28591
28592 #. type: textblock
28593 #: ../fuse/guestmount.pod:248
28594 msgid "This also stops the daemon from forking into the background."
28595 msgstr ""
28596
28597 #. type: textblock
28598 #: ../fuse/guestmount.pod:269
28599 msgid ""
28600 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28601 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
28602 "net/>."
28603 msgstr ""
28604
28605 #. type: textblock
28606 #: ../fuse/guestmount.pod:284
28607 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28608 msgstr ""
28609
28610 #. type: textblock
28611 #: ../tools/virt-edit.pl:34
28612 msgid "virt-edit - Edit a file in a virtual machine"
28613 msgstr ""
28614
28615 #. type: verbatim
28616 #: ../tools/virt-edit.pl:38
28617 #, no-wrap
28618 msgid ""
28619 " virt-edit [--options] domname file\n"
28620 "\n"
28621 msgstr ""
28622
28623 #. type: verbatim
28624 #: ../tools/virt-edit.pl:40
28625 #, no-wrap
28626 msgid ""
28627 " virt-edit [--options] disk.img [disk.img ...] file\n"
28628 "\n"
28629 msgstr ""
28630
28631 #. type: verbatim
28632 #: ../tools/virt-edit.pl:42
28633 #, no-wrap
28634 msgid ""
28635 " virt-edit [domname|disk.img] file -e 'expr'\n"
28636 "\n"
28637 msgstr ""
28638
28639 #. type: textblock
28640 #: ../tools/virt-edit.pl:46
28641 msgid ""
28642 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28643 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28644 "doing this, but doesn't catch all cases."
28645 msgstr ""
28646
28647 #. type: textblock
28648 #: ../tools/virt-edit.pl:52
28649 msgid ""
28650 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28651 "the named virtual machine (or disk image)."
28652 msgstr ""
28653
28654 #. type: textblock
28655 #: ../tools/virt-edit.pl:55
28656 msgid ""
28657 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
28658 "you should look at the L<guestfish(1)> tool."
28659 msgstr ""
28660
28661 #. type: textblock
28662 #: ../tools/virt-edit.pl:60
28663 msgid "Edit the named files interactively:"
28664 msgstr ""
28665
28666 #. type: verbatim
28667 #: ../tools/virt-edit.pl:62
28668 #, no-wrap
28669 msgid ""
28670 " virt-edit mydomain /boot/grub/grub.conf\n"
28671 "\n"
28672 msgstr ""
28673
28674 #. type: verbatim
28675 #: ../tools/virt-edit.pl:64
28676 #, no-wrap
28677 msgid ""
28678 " virt-edit mydomain /etc/passwd\n"
28679 "\n"
28680 msgstr ""
28681
28682 #. type: textblock
28683 #: ../tools/virt-edit.pl:66
28684 msgid ""
28685 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28686 "below).  To change the init default level to 5:"
28687 msgstr ""
28688
28689 #. type: verbatim
28690 #: ../tools/virt-edit.pl:70
28691 #, no-wrap
28692 msgid ""
28693 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28694 "\n"
28695 msgstr ""
28696
28697 #. type: textblock
28698 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106
28699 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
28700 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
28701 msgid "Display brief help."
28702 msgstr ""
28703
28704 #. type: textblock
28705 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114
28706 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
28707 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
28708 #: ../tools/virt-list-partitions.pl:72
28709 msgid "Display version number and exit."
28710 msgstr ""
28711
28712 #. type: =item
28713 #: ../tools/virt-edit.pl:96
28714 msgid "B<--backup extension> | B<-b extension>"
28715 msgstr ""
28716
28717 #. type: textblock
28718 #: ../tools/virt-edit.pl:98
28719 msgid ""
28720 "Create a backup of the original file I<in the guest disk image>.  The backup "
28721 "has the original filename with C<extension> added."
28722 msgstr ""
28723
28724 #. type: textblock
28725 #: ../tools/virt-edit.pl:101
28726 msgid ""
28727 "Usually the first character of C<extension> would be a dot C<.> so you would "
28728 "write:"
28729 msgstr ""
28730
28731 #. type: verbatim
28732 #: ../tools/virt-edit.pl:104
28733 #, no-wrap
28734 msgid ""
28735 " virt-edit -b .orig [etc]\n"
28736 "\n"
28737 msgstr ""
28738
28739 #. type: textblock
28740 #: ../tools/virt-edit.pl:106
28741 msgid "By default, no backup file is made."
28742 msgstr ""
28743
28744 #. type: =item
28745 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128
28746 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
28747 #: ../tools/virt-list-partitions.pl:78
28748 msgid "B<--connect URI> | B<-c URI>"
28749 msgstr ""
28750
28751 #. type: textblock
28752 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130
28753 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
28754 #: ../tools/virt-list-partitions.pl:80
28755 msgid ""
28756 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28757 "to the default libvirt hypervisor."
28758 msgstr ""
28759
28760 #. type: textblock
28761 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133
28762 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
28763 #: ../tools/virt-list-partitions.pl:83
28764 msgid ""
28765 "If you specify guest block devices directly, then libvirt is not used at all."
28766 msgstr ""
28767
28768 #. type: =item
28769 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140
28770 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
28771 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
28772 msgid "B<--format> raw"
28773 msgstr ""
28774
28775 #. type: textblock
28776 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142
28777 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
28778 #: ../tools/virt-list-partitions.pl:92
28779 msgid ""
28780 "Specify the format of disk images given on the command line.  If this is "
28781 "omitted then the format is autodetected from the content of the disk image."
28782 msgstr ""
28783
28784 #. type: textblock
28785 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146
28786 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
28787 #: ../tools/virt-list-partitions.pl:96
28788 msgid ""
28789 "If disk images are requested from libvirt, then this program asks libvirt "
28790 "for this information.  In this case, the value of the format parameter is "
28791 "ignored."
28792 msgstr ""
28793
28794 #. type: textblock
28795 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150
28796 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
28797 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
28798 #: ../tools/virt-list-partitions.pl:100
28799 msgid ""
28800 "If working with untrusted raw-format guest disk images, you should ensure "
28801 "the format is always specified."
28802 msgstr ""
28803
28804 #. type: =item
28805 #: ../tools/virt-edit.pl:141
28806 msgid "B<--expr EXPR> | B<-e EXPR>"
28807 msgstr ""
28808
28809 #. type: textblock
28810 #: ../tools/virt-edit.pl:143
28811 msgid ""
28812 "Instead of launching the external editor, non-interactively apply the Perl "
28813 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28814 "EDITING> below."
28815 msgstr ""
28816
28817 #. type: textblock
28818 #: ../tools/virt-edit.pl:147
28819 msgid ""
28820 "Be careful to properly quote the expression to prevent it from being altered "
28821 "by the shell."
28822 msgstr ""
28823
28824 #. type: =head1
28825 #: ../tools/virt-edit.pl:268
28826 msgid "NON-INTERACTIVE EDITING"
28827 msgstr ""
28828
28829 #. type: textblock
28830 #: ../tools/virt-edit.pl:270
28831 msgid ""
28832 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28833 "administrator can interactively edit the file."
28834 msgstr ""
28835
28836 #. type: textblock
28837 #: ../tools/virt-edit.pl:273
28838 msgid ""
28839 "There are two ways also to use C<virt-edit> from scripts in order to make "
28840 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28841 "like this, it's less error-prone to write scripts directly using the "
28842 "libguestfs API and Augeas for configuration file editing.)"
28843 msgstr ""
28844
28845 #. type: textblock
28846 #: ../tools/virt-edit.pl:279
28847 msgid ""
28848 "The first method is to temporarily set C<$EDITOR> to any script or program "
28849 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28850 "update C<tmpfile> in place however it likes."
28851 msgstr ""
28852
28853 #. type: textblock
28854 #: ../tools/virt-edit.pl:283
28855 msgid ""
28856 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
28857 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28858 "instances of C<foo> with C<bar> in a file:"
28859 msgstr ""
28860
28861 #. type: verbatim
28862 #: ../tools/virt-edit.pl:287
28863 #, no-wrap
28864 msgid ""
28865 " virt-edit domname filename -e 's/foo/bar/'\n"
28866 "\n"
28867 msgstr ""
28868
28869 #. type: textblock
28870 #: ../tools/virt-edit.pl:289
28871 msgid ""
28872 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28873 "For example to delete root's password you could do:"
28874 msgstr ""
28875
28876 #. type: verbatim
28877 #: ../tools/virt-edit.pl:292
28878 #, no-wrap
28879 msgid ""
28880 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28881 "\n"
28882 msgstr ""
28883
28884 #. type: textblock
28885 #: ../tools/virt-edit.pl:294
28886 msgid ""
28887 "What really happens is that the snippet is evaluated as a Perl expression "
28888 "for each line of the file.  The line, including the final C<\\n>, is passed "
28889 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28890 msgstr ""
28891
28892 #. type: textblock
28893 #: ../tools/virt-edit.pl:299
28894 msgid ""
28895 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28896 "C<apache> user account from the password file you can do:"
28897 msgstr ""
28898
28899 #. type: verbatim
28900 #: ../tools/virt-edit.pl:302
28901 #, no-wrap
28902 msgid ""
28903 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28904 "\n"
28905 msgstr ""
28906
28907 #. type: textblock
28908 #: ../tools/virt-edit.pl:304
28909 msgid ""
28910 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28911 "the end of the file is rather difficult this way since there is no concept "
28912 "of \"last line of the file\" - your expression just doesn't get called "
28913 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28914 "want to do this."
28915 msgstr ""
28916
28917 #. type: textblock
28918 #: ../tools/virt-edit.pl:310
28919 msgid ""
28920 "The variable C<$lineno> contains the current line number.  As is "
28921 "traditional, the first line in the file is number C<1>."
28922 msgstr ""
28923
28924 #. type: textblock
28925 #: ../tools/virt-edit.pl:313
28926 msgid ""
28927 "The return value from the expression is ignored, but the expression may call "
28928 "C<die> in order to abort the whole program, leaving the original file "
28929 "untouched."
28930 msgstr ""
28931
28932 #. type: textblock
28933 #: ../tools/virt-edit.pl:317
28934 msgid ""
28935 "Remember when matching the end of a line that C<$_> may contain the final C<"
28936 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28937 "newline then neither of these.  Thus to match or substitute some text at the "
28938 "end of a line, use this regular expression:"
28939 msgstr ""
28940
28941 #. type: verbatim
28942 #: ../tools/virt-edit.pl:322
28943 #, no-wrap
28944 msgid ""
28945 " /some text(\\r?\\n)?$/\n"
28946 "\n"
28947 msgstr ""
28948
28949 #. type: textblock
28950 #: ../tools/virt-edit.pl:324
28951 msgid ""
28952 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
28953 "$_> itself (since that would remove all newlines from the file):"
28954 msgstr ""
28955
28956 #. type: verbatim
28957 #: ../tools/virt-edit.pl:328
28958 #, no-wrap
28959 msgid ""
28960 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28961 "\n"
28962 msgstr ""
28963
28964 #. type: =item
28965 #: ../tools/virt-edit.pl:334
28966 msgid "C<EDITOR>"
28967 msgstr ""
28968
28969 #. type: textblock
28970 #: ../tools/virt-edit.pl:336
28971 msgid ""
28972 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
28973 "\"emacs -nw\">"
28974 msgstr ""
28975
28976 #. type: textblock
28977 #: ../tools/virt-edit.pl:339
28978 msgid "If not set, C<vi> is used."
28979 msgstr ""
28980
28981 #. type: =head1
28982 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559
28983 #: ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182
28984 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
28985 #: ../tools/virt-list-partitions.pl:250
28986 msgid "SHELL QUOTING"
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567
28991 #: ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184
28992 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
28993 #: ../tools/virt-list-partitions.pl:252
28994 msgid ""
28995 "Libvirt guest names can contain arbitrary characters, some of which have "
28996 "meaning to the shell such as C<#> and space.  You may need to quote or "
28997 "escape these characters on the command line.  See the shell manual page L<sh"
28998 "(1)> for details."
28999 msgstr ""
29000
29001 #. type: textblock
29002 #: ../tools/virt-edit.pl:352
29003 msgid ""
29004 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
29005 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29006 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29007 msgstr ""
29008
29009 #. type: =head1
29010 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598
29011 #: ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202
29012 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
29013 #: ../tools/virt-list-partitions.pl:269
29014 msgid "AUTHOR"
29015 msgstr ""
29016
29017 #. type: textblock
29018 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600
29019 #: ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204
29020 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
29021 #: ../tools/virt-list-partitions.pl:271
29022 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29023 msgstr ""
29024
29025 #. type: textblock
29026 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
29027 msgid "Copyright (C) 2009-2010 Red Hat Inc."
29028 msgstr ""
29029
29030 #. type: textblock
29031 #: ../tools/virt-win-reg.pl:37
29032 msgid ""
29033 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29034 msgstr ""
29035
29036 #. type: verbatim
29037 #: ../tools/virt-win-reg.pl:41
29038 #, no-wrap
29039 msgid ""
29040 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29041 "\n"
29042 msgstr ""
29043
29044 #. type: verbatim
29045 #: ../tools/virt-win-reg.pl:43
29046 #, no-wrap
29047 msgid ""
29048 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29049 "\n"
29050 msgstr ""
29051
29052 #. type: verbatim
29053 #: ../tools/virt-win-reg.pl:45
29054 #, no-wrap
29055 msgid ""
29056 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29057 "\n"
29058 msgstr ""
29059
29060 #. type: verbatim
29061 #: ../tools/virt-win-reg.pl:47
29062 #, no-wrap
29063 msgid ""
29064 " virt-win-reg --merge domname [input.reg ...]\n"
29065 "\n"
29066 msgstr ""
29067
29068 #. type: verbatim
29069 #: ../tools/virt-win-reg.pl:49
29070 #, no-wrap
29071 msgid ""
29072 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29073 "\n"
29074 msgstr ""
29075
29076 #. type: textblock
29077 #: ../tools/virt-win-reg.pl:53
29078 msgid ""
29079 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
29080 "virtual machines.  If you do this, you I<will> get irreversible disk "
29081 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29082 "but doesn't catch all cases."
29083 msgstr ""
29084
29085 #. type: textblock
29086 #: ../tools/virt-win-reg.pl:58
29087 msgid ""
29088 "Modifying the Windows Registry is an inherently risky operation.  The format "
29089 "is deliberately obscure and undocumented, and Registry changes can leave the "
29090 "system unbootable.  Therefore when using the C<--merge> option, make sure "
29091 "you have a reliable backup first."
29092 msgstr ""
29093
29094 #. type: textblock
29095 #: ../tools/virt-win-reg.pl:65
29096 msgid ""
29097 "This program can export and merge Windows Registry entries from a Windows "
29098 "guest."
29099 msgstr ""
29100
29101 #. type: textblock
29102 #: ../tools/virt-win-reg.pl:68
29103 msgid ""
29104 "The first parameter is the libvirt guest name or the raw disk image of a "
29105 "Windows guest."
29106 msgstr ""
29107
29108 #. type: textblock
29109 #: ../tools/virt-win-reg.pl:71
29110 msgid ""
29111 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
29112 "exported (recursively).  For example:"
29113 msgstr ""
29114
29115 #. type: verbatim
29116 #: ../tools/virt-win-reg.pl:74
29117 #, no-wrap
29118 msgid ""
29119 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29120 "\n"
29121 msgstr ""
29122
29123 #. type: textblock
29124 #: ../tools/virt-win-reg.pl:76
29125 msgid ""
29126 "You can also display single values from within registry keys, for example:"
29127 msgstr ""
29128
29129 #. type: verbatim
29130 #: ../tools/virt-win-reg.pl:79
29131 #, no-wrap
29132 msgid ""
29133 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29134 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29135 " Windows 7 Enterprise\n"
29136 "\n"
29137 msgstr ""
29138
29139 #. type: textblock
29140 #: ../tools/virt-win-reg.pl:83
29141 msgid ""
29142 "With C<--merge>, you can merge a textual regedit file into the Windows "
29143 "Registry:"
29144 msgstr ""
29145
29146 #. type: verbatim
29147 #: ../tools/virt-win-reg.pl:86
29148 #, no-wrap
29149 msgid ""
29150 " $ virt-win-reg --merge Windows7 changes.reg\n"
29151 "\n"
29152 msgstr ""
29153
29154 #. type: =head1
29155 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29156 msgid "NOTE"
29157 msgstr ""
29158
29159 #. type: textblock
29160 #: ../tools/virt-win-reg.pl:90
29161 msgid ""
29162 "This program is only meant for simple access to the registry.  If you want "
29163 "to do complicated things with the registry, we suggest you download the "
29164 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29165 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29166 "L<hivexregedit(1)>."
29167 msgstr ""
29168
29169 #. type: =item
29170 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29171 msgid "B<--debug>"
29172 msgstr ""
29173
29174 #. type: textblock
29175 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
29176 msgid "Enable debugging messages."
29177 msgstr ""
29178
29179 #. type: =item
29180 #: ../tools/virt-win-reg.pl:157
29181 msgid "B<--merge>"
29182 msgstr ""
29183
29184 #. type: textblock
29185 #: ../tools/virt-win-reg.pl:159
29186 msgid ""
29187 "In merge mode, this merges a textual regedit file into the Windows Registry "
29188 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29189 "displays or exports Registry entries instead."
29190 msgstr ""
29191
29192 #. type: textblock
29193 #: ../tools/virt-win-reg.pl:163
29194 msgid ""
29195 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
29196 "result in disk corruption.  However exporting (without this flag)  is always "
29197 "safe."
29198 msgstr ""
29199
29200 #. type: =item
29201 #: ../tools/virt-win-reg.pl:171
29202 msgid "B<--encoding> UTF-16LE|ASCII"
29203 msgstr ""
29204
29205 #. type: textblock
29206 #: ../tools/virt-win-reg.pl:173
29207 msgid ""
29208 "When merging (only), you may need to specify the encoding for strings to be "
29209 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29210 "(3)/ENCODING STRINGS>."
29211 msgstr ""
29212
29213 #. type: textblock
29214 #: ../tools/virt-win-reg.pl:177
29215 msgid ""
29216 "The default is to use UTF-16LE, which should work with recent versions of "
29217 "Windows."
29218 msgstr ""
29219
29220 #. type: =head1
29221 #: ../tools/virt-win-reg.pl:402
29222 msgid "SUPPORTED SYSTEMS"
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-win-reg.pl:404
29227 msgid ""
29228 "The program currently supports Windows NT-derived guests starting with "
29229 "Windows XP through to at least Windows 7."
29230 msgstr ""
29231
29232 #. type: textblock
29233 #: ../tools/virt-win-reg.pl:407
29234 msgid ""
29235 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
29236 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
29237 "and C<HKEY_USERS\\.DEFAULT>."
29238 msgstr ""
29239
29240 #. type: textblock
29241 #: ../tools/virt-win-reg.pl:411
29242 msgid ""
29243 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29244 "C<HKEY_USERS>."
29245 msgstr ""
29246
29247 #. type: textblock
29248 #: ../tools/virt-win-reg.pl:414
29249 msgid ""
29250 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29251 "time."
29252 msgstr ""
29253
29254 #. type: =head1
29255 #: ../tools/virt-win-reg.pl:417
29256 msgid "ENCODING"
29257 msgstr ""
29258
29259 #. type: textblock
29260 #: ../tools/virt-win-reg.pl:419
29261 msgid ""
29262 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29263 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29264 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29265 "Windows-style line endings, you may need to reencode the whole file before "
29266 "or after processing."
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../tools/virt-win-reg.pl:425
29271 msgid ""
29272 "To reencode a file from Windows format to Linux (before processing it with "
29273 "the C<--merge> option), you would do something like this:"
29274 msgstr ""
29275
29276 #. type: verbatim
29277 #: ../tools/virt-win-reg.pl:428
29278 #, no-wrap
29279 msgid ""
29280 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29281 "\n"
29282 msgstr ""
29283
29284 #. type: textblock
29285 #: ../tools/virt-win-reg.pl:430
29286 msgid ""
29287 "To go in the opposite direction, after exporting and before sending the file "
29288 "to a Windows user, do something like this:"
29289 msgstr ""
29290
29291 #. type: verbatim
29292 #: ../tools/virt-win-reg.pl:433
29293 #, no-wrap
29294 msgid ""
29295 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29296 "\n"
29297 msgstr ""
29298
29299 #. type: textblock
29300 #: ../tools/virt-win-reg.pl:435
29301 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29302 msgstr ""
29303
29304 #. type: textblock
29305 #: ../tools/virt-win-reg.pl:437
29306 msgid ""
29307 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29308 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29309 "style (CRLF) line endings, like this:"
29310 msgstr ""
29311
29312 #. type: verbatim
29313 #: ../tools/virt-win-reg.pl:441
29314 #, no-wrap
29315 msgid ""
29316 " $ file software.reg\n"
29317 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29318 " with CRLF line terminators\n"
29319 "\n"
29320 msgstr ""
29321
29322 #. type: textblock
29323 #: ../tools/virt-win-reg.pl:445
29324 msgid "This file would need conversion before you could C<--merge> it."
29325 msgstr ""
29326
29327 #. type: =head1
29328 #: ../tools/virt-win-reg.pl:447
29329 msgid "CurrentControlSet etc."
29330 msgstr ""
29331
29332 #. type: textblock
29333 #: ../tools/virt-win-reg.pl:449
29334 msgid ""
29335 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29336 "Registry at the level of the hive file, and therefore you cannot modify "
29337 "these."
29338 msgstr ""
29339
29340 #. type: textblock
29341 #: ../tools/virt-win-reg.pl:453
29342 msgid ""
29343 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29344 "circumstances it might refer to another control set.  The way to find out is "
29345 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29346 msgstr ""
29347
29348 #. type: verbatim
29349 #: ../tools/virt-win-reg.pl:457
29350 #, no-wrap
29351 msgid ""
29352 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29353 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29354 " \"Current\"=dword:00000001\n"
29355 " \"Default\"=dword:00000001\n"
29356 " \"Failed\"=dword:00000000\n"
29357 " \"LastKnownGood\"=dword:00000002\n"
29358 "\n"
29359 msgstr ""
29360
29361 #. type: textblock
29362 #: ../tools/virt-win-reg.pl:464
29363 msgid "\"Current\" is the one which Windows will choose when it boots."
29364 msgstr ""
29365
29366 #. type: textblock
29367 #: ../tools/virt-win-reg.pl:466
29368 msgid ""
29369 "Similarly, other C<Current...> keys in the path may need to be replaced."
29370 msgstr ""
29371
29372 #. type: =head1
29373 #: ../tools/virt-win-reg.pl:469
29374 msgid "WINDOWS TIPS"
29375 msgstr ""
29376
29377 #. type: textblock
29378 #: ../tools/virt-win-reg.pl:471
29379 msgid ""
29380 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29381 "be shut off, else you will get disk corruption."
29382 msgstr ""
29383
29384 #. type: =head2
29385 #: ../tools/virt-win-reg.pl:474
29386 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29387 msgstr ""
29388
29389 #. type: textblock
29390 #: ../tools/virt-win-reg.pl:476
29391 msgid ""
29392 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29393 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29394 "is uploaded into C<C:\\>:"
29395 msgstr ""
29396
29397 #. type: verbatim
29398 #: ../tools/virt-win-reg.pl:480
29399 #, no-wrap
29400 msgid ""
29401 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29402 "\n"
29403 msgstr ""
29404
29405 #. type: textblock
29406 #: ../tools/virt-win-reg.pl:482
29407 msgid "Prepare a regedit file containing the registry change:"
29408 msgstr ""
29409
29410 #. type: verbatim
29411 #: ../tools/virt-win-reg.pl:484
29412 #, no-wrap
29413 msgid ""
29414 " cat > test.reg <<'EOF'\n"
29415 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29416 " \"Test\"=\"c:\\\\test.bat\"\n"
29417 " EOF\n"
29418 "\n"
29419 msgstr ""
29420
29421 #. type: textblock
29422 #: ../tools/virt-win-reg.pl:489
29423 msgid ""
29424 "In this example we use the key C<RunOnce> which means that the script will "
29425 "run precisely once when the first user logs in.  If you want it to run every "
29426 "time a user logs in, replace C<RunOnce> with C<Run>."
29427 msgstr ""
29428
29429 #. type: textblock
29430 #: ../tools/virt-win-reg.pl:493
29431 msgid "Now update the registry:"
29432 msgstr ""
29433
29434 #. type: verbatim
29435 #: ../tools/virt-win-reg.pl:495
29436 #, no-wrap
29437 msgid ""
29438 " virt-win-reg --merge WindowsGuest test.reg\n"
29439 "\n"
29440 msgstr ""
29441
29442 #. type: =head2
29443 #: ../tools/virt-win-reg.pl:497
29444 msgid "INSTALLING A SERVICE"
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-win-reg.pl:499
29449 msgid ""
29450 "This section assumes you are familiar with Windows services, and you either "
29451 "have a program which handles the Windows Service Control Protocol directly "
29452 "or you want to run any program using a service wrapper like SrvAny or the "
29453 "free RHSrvAny."
29454 msgstr ""
29455
29456 #. type: textblock
29457 #: ../tools/virt-win-reg.pl:504
29458 msgid ""
29459 "First upload the program and optionally the service wrapper.  In this case "
29460 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
29461 msgstr ""
29462
29463 #. type: verbatim
29464 #: ../tools/virt-win-reg.pl:508
29465 #, no-wrap
29466 msgid ""
29467 " guestfish -i -d WindowsGuest <<EOF\n"
29468 "   upload rhsrvany.exe /rhsrvany.exe\n"
29469 "   upload test.exe /test.exe\n"
29470 " EOF\n"
29471 "\n"
29472 msgstr ""
29473
29474 #. type: textblock
29475 #: ../tools/virt-win-reg.pl:513
29476 msgid ""
29477 "Prepare a regedit file containing the registry changes.  In this example, "
29478 "the first registry change is needed for the service itself or the service "
29479 "wrapper (if used).  The second registry change is only needed because I am "
29480 "using the RHSrvAny service wrapper."
29481 msgstr ""
29482
29483 #. type: verbatim
29484 #: ../tools/virt-win-reg.pl:518
29485 #, no-wrap
29486 msgid ""
29487 " cat > service.reg <<'EOF'\n"
29488 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29489 " \"Type\"=dword:00000010\n"
29490 " \"Start\"=dword:00000002\n"
29491 " \"ErrorControl\"=dword:00000001\n"
29492 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29493 " \"DisplayName\"=\"RHSrvAny\"\n"
29494 " \"ObjectName\"=\"NetworkService\"\n"
29495 " \n"
29496 msgstr ""
29497
29498 #. type: verbatim
29499 #: ../tools/virt-win-reg.pl:527
29500 #, no-wrap
29501 msgid ""
29502 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29503 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29504 " \"PWD\"=\"c:\\\\Temp\"\n"
29505 " EOF\n"
29506 "\n"
29507 msgstr ""
29508
29509 #. type: textblock
29510 #: ../tools/virt-win-reg.pl:538
29511 msgid ""
29512 "For use of C<ControlSet001> see the section above in this manual page.  You "
29513 "may need to adjust this according to the control set that is in use by the "
29514 "guest."
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-win-reg.pl:544
29519 msgid ""
29520 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29521 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29522 "privileged account."
29523 msgstr ""
29524
29525 #. type: textblock
29526 #: ../tools/virt-win-reg.pl:550
29527 msgid ""
29528 "For the meaning of the magic numbers, see this Microsoft KB article: "
29529 "L<http://support.microsoft.com/kb/103000>."
29530 msgstr ""
29531
29532 #. type: textblock
29533 #: ../tools/virt-win-reg.pl:555
29534 msgid "Update the registry:"
29535 msgstr ""
29536
29537 #. type: verbatim
29538 #: ../tools/virt-win-reg.pl:557
29539 #, no-wrap
29540 msgid ""
29541 " virt-win-reg --merge WindowsGuest service.reg\n"
29542 "\n"
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-win-reg.pl:561
29547 msgid ""
29548 "Be careful when passing parameters containing C<\\> (backslash) in the "
29549 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29550 "(but not both) to protect them from the shell."
29551 msgstr ""
29552
29553 #. type: textblock
29554 #: ../tools/virt-win-reg.pl:565
29555 msgid "Paths and value names are case-insensitive."
29556 msgstr ""
29557
29558 #. type: textblock
29559 #: ../tools/virt-win-reg.pl:574
29560 msgid ""
29561 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
29562 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
29563 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29564 msgstr ""
29565
29566 #. type: textblock
29567 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29568 msgid ""
29569 "When reporting bugs, please enable debugging and capture the I<complete> "
29570 "output:"
29571 msgstr ""
29572
29573 #. type: verbatim
29574 #: ../tools/virt-win-reg.pl:592
29575 #, no-wrap
29576 msgid ""
29577 " export LIBGUESTFS_DEBUG=1\n"
29578 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29579 "\n"
29580 msgstr ""
29581
29582 #. type: textblock
29583 #: ../tools/virt-win-reg.pl:595
29584 msgid ""
29585 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
29586 "redhat.com/>"
29587 msgstr ""
29588
29589 #. type: textblock
29590 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516
29591 #: ../tools/virt-make-fs.pl:570
29592 msgid "Copyright (C) 2010 Red Hat Inc."
29593 msgstr ""
29594
29595 #. type: textblock
29596 #: ../tools/virt-resize.pl:42
29597 msgid "virt-resize - Resize a virtual machine disk"
29598 msgstr ""
29599
29600 #. type: verbatim
29601 #: ../tools/virt-resize.pl:46
29602 #, no-wrap
29603 msgid ""
29604 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
29605 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
29606 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
29607 "\n"
29608 msgstr ""
29609
29610 #. type: textblock
29611 #: ../tools/virt-resize.pl:52
29612 msgid ""
29613 "Virt-resize is a tool which can resize a virtual machine disk, making it "
29614 "larger or smaller overall, and resizing or deleting any partitions contained "
29615 "within."
29616 msgstr ""
29617
29618 #. type: textblock
29619 #: ../tools/virt-resize.pl:56
29620 msgid ""
29621 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
29622 "not> be used on live virtual machines - for consistent results, shut the "
29623 "virtual machine down before resizing it."
29624 msgstr ""
29625
29626 #. type: textblock
29627 #: ../tools/virt-resize.pl:60
29628 msgid ""
29629 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
29630 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-resize.pl:66
29635 msgid ""
29636 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
29637 "fill the extra 5GB of space."
29638 msgstr ""
29639
29640 #. type: verbatim
29641 #: ../tools/virt-resize.pl:69
29642 #, no-wrap
29643 msgid ""
29644 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
29645 " virt-filesystems --long -h --all -a olddisk\n"
29646 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
29647 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
29648 "\n"
29649 msgstr ""
29650
29651 #. type: textblock
29652 #: ../tools/virt-resize.pl:74
29653 msgid ""
29654 "As above, but make the /boot partition 200MB bigger, while giving the "
29655 "remaining space to /dev/sda2:"
29656 msgstr ""
29657
29658 #. type: verbatim
29659 #: ../tools/virt-resize.pl:77
29660 #, no-wrap
29661 msgid ""
29662 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
29663 "\n"
29664 msgstr ""
29665
29666 #. type: textblock
29667 #: ../tools/virt-resize.pl:79
29668 msgid "As above, but the output format will be uncompressed qcow2:"
29669 msgstr ""
29670
29671 #. type: verbatim
29672 #: ../tools/virt-resize.pl:81
29673 #, no-wrap
29674 msgid ""
29675 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
29676 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
29677 "\n"
29678 msgstr ""
29679
29680 #. type: =head1
29681 #: ../tools/virt-resize.pl:84
29682 msgid "DETAILED USAGE"
29683 msgstr ""
29684
29685 #. type: =head2
29686 #: ../tools/virt-resize.pl:86
29687 msgid "EXPANDING A VIRTUAL MACHINE DISK"
29688 msgstr ""
29689
29690 #. type: =item
29691 #: ../tools/virt-resize.pl:90
29692 msgid "1. Shut down the virtual machine"
29693 msgstr ""
29694
29695 #. type: =item
29696 #: ../tools/virt-resize.pl:92
29697 msgid "2. Locate input disk image"
29698 msgstr ""
29699
29700 #. type: textblock
29701 #: ../tools/virt-resize.pl:94
29702 msgid ""
29703 "Locate the input disk image (ie. the file or device on the host containing "
29704 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
29705 "dumpxml> like this to find the disk image name:"
29706 msgstr ""
29707
29708 #. type: verbatim
29709 #: ../tools/virt-resize.pl:98
29710 #, no-wrap
29711 msgid ""
29712 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
29713 " Found 1 nodes:\n"
29714 " -- NODE --\n"
29715 " <source dev=\"/dev/vg/lv_guest\" />\n"
29716 "\n"
29717 msgstr ""
29718
29719 #. type: =item
29720 #: ../tools/virt-resize.pl:103
29721 msgid "3. Look at current sizing"
29722 msgstr ""
29723
29724 #. type: textblock
29725 #: ../tools/virt-resize.pl:105
29726 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
29727 msgstr ""
29728
29729 #. type: verbatim
29730 #: ../tools/virt-resize.pl:108
29731 #, no-wrap
29732 msgid ""
29733 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
29734 " Name       Type       Size  Parent\n"
29735 " /dev/sda1  partition  101M  /dev/sda\n"
29736 " /dev/sda2  partition  7.9G  /dev/sda\n"
29737 " /dev/sda   device     8.0G  -\n"
29738 "\n"
29739 msgstr ""
29740
29741 #. type: textblock
29742 #: ../tools/virt-resize.pl:114
29743 msgid ""
29744 "(This example is a virtual machine with an 8 GB disk which we would like to "
29745 "expand up to 10 GB)."
29746 msgstr ""
29747
29748 #. type: =item
29749 #: ../tools/virt-resize.pl:117
29750 msgid "4. Create output disk"
29751 msgstr ""
29752
29753 #. type: textblock
29754 #: ../tools/virt-resize.pl:119
29755 msgid ""
29756 "Virt-resize cannot do in-place disk modifications.  You have to have space "
29757 "to store the resized output disk."
29758 msgstr ""
29759
29760 #. type: textblock
29761 #: ../tools/virt-resize.pl:122
29762 msgid ""
29763 "To store the resized disk image in a file, create a file of a suitable size:"
29764 msgstr ""
29765
29766 #. type: verbatim
29767 #: ../tools/virt-resize.pl:125
29768 #, no-wrap
29769 msgid ""
29770 " # rm -f outdisk\n"
29771 " # truncate -s 10G outdisk\n"
29772 "\n"
29773 msgstr ""
29774
29775 #. type: textblock
29776 #: ../tools/virt-resize.pl:128
29777 msgid "Or use L<lvcreate(1)> to create a logical volume:"
29778 msgstr ""
29779
29780 #. type: verbatim
29781 #: ../tools/virt-resize.pl:130
29782 #, no-wrap
29783 msgid ""
29784 " # lvcreate -L 10G -n lv_name vg_name\n"
29785 "\n"
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-resize.pl:132
29790 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
29791 msgstr ""
29792
29793 #. type: verbatim
29794 #: ../tools/virt-resize.pl:134
29795 #, no-wrap
29796 msgid ""
29797 " # virsh pool-list\n"
29798 " # virsh vol-create-as poolname newvol 10G\n"
29799 "\n"
29800 msgstr ""
29801
29802 #. type: =item
29803 #: ../tools/virt-resize.pl:137
29804 msgid "5. Resize"
29805 msgstr ""
29806
29807 #. type: textblock
29808 #: ../tools/virt-resize.pl:139
29809 msgid ""
29810 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
29811 "file) and the output disk.  The output disk is the one created in the "
29812 "previous step."
29813 msgstr ""
29814
29815 #. type: verbatim
29816 #: ../tools/virt-resize.pl:143
29817 #, no-wrap
29818 msgid ""
29819 " # virt-resize indisk outdisk\n"
29820 "\n"
29821 msgstr ""
29822
29823 #. type: textblock
29824 #: ../tools/virt-resize.pl:145
29825 msgid ""
29826 "This command just copies disk image C<indisk> to disk image C<outdisk> "
29827 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
29828 "larger, then an extra, empty partition is created at the end of the disk "
29829 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
29830 "error."
29831 msgstr ""
29832
29833 #. type: textblock
29834 #: ../tools/virt-resize.pl:151
29835 msgid ""
29836 "More realistically you'd want to expand existing partitions in the disk "
29837 "image by passing extra options (for the full list see the L</OPTIONS> "
29838 "section below)."
29839 msgstr ""
29840
29841 #. type: textblock
29842 #: ../tools/virt-resize.pl:155
29843 msgid ""
29844 "L</--expand> is the most useful option.  It expands the named partition "
29845 "within the disk to fill any extra space:"
29846 msgstr ""
29847
29848 #. type: verbatim
29849 #: ../tools/virt-resize.pl:158
29850 #, no-wrap
29851 msgid ""
29852 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
29853 "\n"
29854 msgstr ""
29855
29856 #. type: textblock
29857 #: ../tools/virt-resize.pl:160
29858 msgid ""
29859 "(In this case, an extra partition is I<not> created at the end of the disk, "
29860 "because there will be no unused space)."
29861 msgstr ""
29862
29863 #. type: textblock
29864 #: ../tools/virt-resize.pl:163
29865 msgid ""
29866 "L</--resize> is the other commonly used option.  The following would "
29867 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
29868 "rest of the available space:"
29869 msgstr ""
29870
29871 #. type: verbatim
29872 #: ../tools/virt-resize.pl:167
29873 #, no-wrap
29874 msgid ""
29875 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
29876 "     indisk outdisk\n"
29877 "\n"
29878 msgstr ""
29879
29880 #. type: textblock
29881 #: ../tools/virt-resize.pl:170
29882 msgid ""
29883 "If the expanded partition in the image contains a filesystem or LVM PV, then "
29884 "if virt-resize knows how, it will resize the contents, the equivalent of "
29885 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
29886 ">.  However virt-resize does not know how to resize some filesystems, so you "
29887 "would have to online resize them after booting the guest."
29888 msgstr ""
29889
29890 #. type: textblock
29891 #: ../tools/virt-resize.pl:177
29892 msgid "Other options are covered below."
29893 msgstr ""
29894
29895 #. type: =item
29896 #: ../tools/virt-resize.pl:179
29897 msgid "6. Test"
29898 msgstr ""
29899
29900 #. type: textblock
29901 #: ../tools/virt-resize.pl:181
29902 msgid "Thoroughly test the new disk image I<before> discarding the old one."
29903 msgstr ""
29904
29905 #. type: textblock
29906 #: ../tools/virt-resize.pl:183
29907 msgid "If you are using libvirt, edit the XML to point at the new disk:"
29908 msgstr ""
29909
29910 #. type: verbatim
29911 #: ../tools/virt-resize.pl:185
29912 #, no-wrap
29913 msgid ""
29914 " # virsh edit guestname\n"
29915 "\n"
29916 msgstr ""
29917
29918 #. type: textblock
29919 #: ../tools/virt-resize.pl:187
29920 msgid ""
29921 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
29922 "html#elementsDisks>"
29923 msgstr ""
29924
29925 #. type: textblock
29926 #: ../tools/virt-resize.pl:190
29927 msgid "Then start up the domain with the new, resized disk:"
29928 msgstr ""
29929
29930 #. type: verbatim
29931 #: ../tools/virt-resize.pl:192
29932 #, no-wrap
29933 msgid ""
29934 " # virsh start guestname\n"
29935 "\n"
29936 msgstr ""
29937
29938 #. type: textblock
29939 #: ../tools/virt-resize.pl:194
29940 msgid ""
29941 "and check that it still works.  See also the L</NOTES> section below for "
29942 "additional information."
29943 msgstr ""
29944
29945 #. type: =item
29946 #: ../tools/virt-resize.pl:197
29947 msgid "7. Resize LVs etc inside the guest"
29948 msgstr ""
29949
29950 #. type: textblock
29951 #: ../tools/virt-resize.pl:199
29952 msgid "(This can also be done offline using L<guestfish(1)>)"
29953 msgstr ""
29954
29955 #. type: textblock
29956 #: ../tools/virt-resize.pl:201
29957 msgid ""
29958 "Once the guest has booted you should see the new space available, at least "
29959 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
29960 "may need to resize LVs inside PVs, and also resize filesystem types that "
29961 "virt-resize does not know how to expand."
29962 msgstr ""
29963
29964 #. type: =head2
29965 #: ../tools/virt-resize.pl:208
29966 msgid "SHRINKING A VIRTUAL MACHINE DISK"
29967 msgstr ""
29968
29969 #. type: textblock
29970 #: ../tools/virt-resize.pl:210
29971 msgid ""
29972 "Shrinking is somewhat more complex than expanding, and only an overview is "
29973 "given here."
29974 msgstr ""
29975
29976 #. type: textblock
29977 #: ../tools/virt-resize.pl:213
29978 msgid ""
29979 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
29980 "filesystems).  The user has to shrink content before passing the disk image "
29981 "to virt-resize, and virt-resize will check that the content has been shrunk "
29982 "properly."
29983 msgstr ""
29984
29985 #. type: textblock
29986 #: ../tools/virt-resize.pl:218
29987 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
29988 msgstr ""
29989
29990 #. type: textblock
29991 #: ../tools/virt-resize.pl:220
29992 msgid ""
29993 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
29994 "steps 3 and 4 above to allocate a new disk image."
29995 msgstr ""
29996
29997 #. type: textblock
29998 #: ../tools/virt-resize.pl:223
29999 msgid ""
30000 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
30001 msgstr ""
30002
30003 #. type: =head2
30004 #: ../tools/virt-resize.pl:226
30005 msgid "IGNORING OR DELETING PARTITIONS"
30006 msgstr ""
30007
30008 #. type: textblock
30009 #: ../tools/virt-resize.pl:228
30010 msgid ""
30011 "virt-resize also gives a convenient way to ignore or delete partitions when "
30012 "copying from the input disk to the output disk.  Ignoring a partition speeds "
30013 "up the copy where you don't care about the existing contents of a "
30014 "partition.  Deleting a partition removes it completely, but note that it "
30015 "also renumbers any partitions after the one which is deleted, which can "
30016 "leave some guests unbootable."
30017 msgstr ""
30018
30019 #. type: =head2
30020 #: ../tools/virt-resize.pl:235
30021 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
30022 msgstr ""
30023
30024 #. type: textblock
30025 #: ../tools/virt-resize.pl:237
30026 msgid ""
30027 "If the input disk is in qcow2 format, then you may prefer that the output is "
30028 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
30029 "the fly.  The output format is simply determined by the format of the empty "
30030 "output container that you provide.  Thus to create qcow2 output, use:"
30031 msgstr ""
30032
30033 #. type: verbatim
30034 #: ../tools/virt-resize.pl:243
30035 #, no-wrap
30036 msgid ""
30037 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
30038 "\n"
30039 msgstr ""
30040
30041 #. type: textblock
30042 #: ../tools/virt-resize.pl:245
30043 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
30044 msgstr ""
30045
30046 #. type: textblock
30047 #: ../tools/virt-resize.pl:247
30048 msgid "Similarly, to get non-sparse raw output use:"
30049 msgstr ""
30050
30051 #. type: verbatim
30052 #: ../tools/virt-resize.pl:249
30053 #, no-wrap
30054 msgid ""
30055 " fallocate -l size outdisk\n"
30056 "\n"
30057 msgstr ""
30058
30059 #. type: textblock
30060 #: ../tools/virt-resize.pl:251
30061 msgid ""
30062 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
30063 "dev/zero of=outdisk bs=1M count=..>)"
30064 msgstr ""
30065
30066 #. type: textblock
30067 #: ../tools/virt-resize.pl:264
30068 msgid "Display help."
30069 msgstr ""
30070
30071 #. type: =item
30072 #: ../tools/virt-resize.pl:278
30073 msgid "B<--resize part=size>"
30074 msgstr ""
30075
30076 #. type: textblock
30077 #: ../tools/virt-resize.pl:280
30078 msgid ""
30079 "Resize the named partition (expanding or shrinking it) so that it has the "
30080 "given size."
30081 msgstr ""
30082
30083 #. type: textblock
30084 #: ../tools/virt-resize.pl:283
30085 msgid ""
30086 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
30087 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
30088 "Exabytes; or as a percentage of the current size; or as a relative number or "
30089 "percentage.  For example:"
30090 msgstr ""
30091
30092 #. type: verbatim
30093 #: ../tools/virt-resize.pl:288
30094 #, no-wrap
30095 msgid ""
30096 " --resize /dev/sda2=10G\n"
30097 "\n"
30098 msgstr ""
30099
30100 #. type: verbatim
30101 #: ../tools/virt-resize.pl:290
30102 #, no-wrap
30103 msgid ""
30104 " --resize /dev/sda4=90%\n"
30105 "\n"
30106 msgstr ""
30107
30108 #. type: verbatim
30109 #: ../tools/virt-resize.pl:292
30110 #, no-wrap
30111 msgid ""
30112 " --resize /dev/sda2=+1G\n"
30113 "\n"
30114 msgstr ""
30115
30116 #. type: verbatim
30117 #: ../tools/virt-resize.pl:294
30118 #, no-wrap
30119 msgid ""
30120 " --resize /dev/sda2=-200M\n"
30121 "\n"
30122 msgstr ""
30123
30124 #. type: verbatim
30125 #: ../tools/virt-resize.pl:296
30126 #, no-wrap
30127 msgid ""
30128 " --resize /dev/sda1=+128K\n"
30129 "\n"
30130 msgstr ""
30131
30132 #. type: verbatim
30133 #: ../tools/virt-resize.pl:298
30134 #, no-wrap
30135 msgid ""
30136 " --resize /dev/sda1=+10%\n"
30137 "\n"
30138 msgstr ""
30139
30140 #. type: verbatim
30141 #: ../tools/virt-resize.pl:300
30142 #, no-wrap
30143 msgid ""
30144 " --resize /dev/sda1=-10%\n"
30145 "\n"
30146 msgstr ""
30147
30148 #. type: textblock
30149 #: ../tools/virt-resize.pl:302
30150 msgid ""
30151 "You can increase the size of any partition.  Virt-resize will expand the "
30152 "direct content of the partition if it knows how (see C<--expand> below)."
30153 msgstr ""
30154
30155 #. type: textblock
30156 #: ../tools/virt-resize.pl:306
30157 msgid ""
30158 "You can only I<decrease> the size of partitions that contain filesystems or "
30159 "PVs which have already been shrunk.  Virt-resize will check this has been "
30160 "done before proceeding, or else will print an error (see also C<--resize-"
30161 "force>)."
30162 msgstr ""
30163
30164 #. type: textblock
30165 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
30166 #: ../tools/virt-resize.pl:420
30167 msgid "You can give this option multiple times."
30168 msgstr ""
30169
30170 #. type: =item
30171 #: ../tools/virt-resize.pl:317
30172 msgid "B<--resize-force part=size>"
30173 msgstr ""
30174
30175 #. type: textblock
30176 #: ../tools/virt-resize.pl:319
30177 msgid ""
30178 "This is the same as C<--resize> except that it will let you decrease the "
30179 "size of any partition.  Generally this means you will lose any data which "
30180 "was at the end of the partition you shrink, but you may not care about that "
30181 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
30182 "as a swap partition)."
30183 msgstr ""
30184
30185 #. type: textblock
30186 #: ../tools/virt-resize.pl:325
30187 msgid "See also the C<--ignore> option."
30188 msgstr ""
30189
30190 #. type: =item
30191 #: ../tools/virt-resize.pl:331
30192 msgid "B<--expand part>"
30193 msgstr ""
30194
30195 #. type: textblock
30196 #: ../tools/virt-resize.pl:333
30197 msgid ""
30198 "Expand the named partition so it uses up all extra space (space left over "
30199 "after any other resize changes that you request have been done)."
30200 msgstr ""
30201
30202 #. type: textblock
30203 #: ../tools/virt-resize.pl:336
30204 msgid ""
30205 "If virt-resize knows how, it will expand the direct content of the "
30206 "partition.  For example, if the partition is an LVM PV, it will expand the "
30207 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
30208 "content it doesn't know about alone."
30209 msgstr ""
30210
30211 #. type: textblock
30212 #: ../tools/virt-resize.pl:341
30213 msgid "Currently virt-resize can resize:"
30214 msgstr ""
30215
30216 #. type: textblock
30217 #: ../tools/virt-resize.pl:347
30218 msgid ""
30219 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
30220 "partition."
30221 msgstr ""
30222
30223 #. type: textblock
30224 #: ../tools/virt-resize.pl:352
30225 msgid ""
30226 "NTFS filesystems contained directly in a partition, if libguestfs was "
30227 "compiled with support for NTFS."
30228 msgstr ""
30229
30230 #. type: textblock
30231 #: ../tools/virt-resize.pl:355
30232 msgid ""
30233 "The filesystem must have been shut down consistently last time it was used.  "
30234 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
30235 "consistency check, so at the first boot after resizing Windows will check "
30236 "the disk."
30237 msgstr ""
30238
30239 #. type: textblock
30240 #: ../tools/virt-resize.pl:362
30241 msgid ""
30242 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
30243 "inside the PV, but see the C<--LV-expand> option.  The user could also "
30244 "resize LVs as desired after boot."
30245 msgstr ""
30246
30247 #. type: textblock
30248 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
30249 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
30250 msgstr ""
30251
30252 #. type: =item
30253 #: ../tools/virt-resize.pl:374
30254 msgid "B<--shrink part>"
30255 msgstr ""
30256
30257 #. type: textblock
30258 #: ../tools/virt-resize.pl:376
30259 msgid ""
30260 "Shrink the named partition until the overall disk image fits in the "
30261 "destination.  The named partition B<must> contain a filesystem or PV which "
30262 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
30263 "online tools).  Virt-resize will check this and give an error if it has not "
30264 "been done."
30265 msgstr ""
30266
30267 #. type: textblock
30268 #: ../tools/virt-resize.pl:382
30269 msgid ""
30270 "The amount by which the overall disk must be shrunk (after carrying out all "
30271 "other operations requested by the user) is called the \"deficit\".  For "
30272 "example, a straight copy (assume no other operations)  from a 5GB disk image "
30273 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
30274 "would give an error unless the user specified a partition to shrink and that "
30275 "partition had more than a gigabyte of free space."
30276 msgstr ""
30277
30278 #. type: =item
30279 #: ../tools/virt-resize.pl:396
30280 msgid "B<--ignore part>"
30281 msgstr ""
30282
30283 #. type: textblock
30284 #: ../tools/virt-resize.pl:398
30285 msgid ""
30286 "Ignore the named partition.  Effectively this means the partition is "
30287 "allocated on the destination disk, but the content is not copied across from "
30288 "the source disk.  The content of the partition will be blank (all zero "
30289 "bytes)."
30290 msgstr ""
30291
30292 #. type: =item
30293 #: ../tools/virt-resize.pl:409
30294 msgid "B<--delete part>"
30295 msgstr ""
30296
30297 #. type: textblock
30298 #: ../tools/virt-resize.pl:411
30299 msgid ""
30300 "Delete the named partition.  It would be more accurate to describe this as "
30301 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
30302 "the original disk image is left intact."
30303 msgstr ""
30304
30305 #. type: textblock
30306 #: ../tools/virt-resize.pl:415
30307 msgid ""
30308 "Note that when you delete a partition, then anything contained in the "
30309 "partition is also deleted.  Furthermore, this causes any partitions that "
30310 "come after to be I<renumbered>, which can easily make your guest unbootable."
30311 msgstr ""
30312
30313 #. type: =item
30314 #: ../tools/virt-resize.pl:426
30315 msgid "B<--LV-expand logvol>"
30316 msgstr ""
30317
30318 #. type: textblock
30319 #: ../tools/virt-resize.pl:428
30320 msgid ""
30321 "This takes the logical volume and, as a final step, expands it to fill all "
30322 "the space available in its volume group.  A typical usage, assuming a Linux "
30323 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
30324 "lv_root> would be:"
30325 msgstr ""
30326
30327 #. type: verbatim
30328 #: ../tools/virt-resize.pl:433
30329 #, no-wrap
30330 msgid ""
30331 " virt-resize indisk outdisk \\\n"
30332 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
30333 "\n"
30334 msgstr ""
30335
30336 #. type: textblock
30337 #: ../tools/virt-resize.pl:436
30338 msgid ""
30339 "This would first expand the partition (and PV), and then expand the root "
30340 "device to fill the extra space in the PV."
30341 msgstr ""
30342
30343 #. type: textblock
30344 #: ../tools/virt-resize.pl:439
30345 msgid ""
30346 "The contents of the LV are also resized if virt-resize knows how to do "
30347 "that.  You can stop virt-resize from trying to expand the content by using "
30348 "the option C<--no-expand-content>."
30349 msgstr ""
30350
30351 #. type: textblock
30352 #: ../tools/virt-resize.pl:443
30353 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
30354 msgstr ""
30355
30356 #. type: textblock
30357 #: ../tools/virt-resize.pl:446
30358 msgid ""
30359 "You can give this option multiple times, I<but> it doesn't make sense to do "
30360 "this unless the logical volumes you specify are all in different volume "
30361 "groups."
30362 msgstr ""
30363
30364 #. type: =item
30365 #: ../tools/virt-resize.pl:454
30366 msgid "B<--no-copy-boot-loader>"
30367 msgstr ""
30368
30369 #. type: textblock
30370 #: ../tools/virt-resize.pl:456
30371 msgid ""
30372 "By default, virt-resize copies over some sectors at the start of the disk "
30373 "(up to the beginning of the first partition).  Commonly these sectors "
30374 "contain the Master Boot Record (MBR) and the boot loader, and are required "
30375 "in order for the guest to boot correctly."
30376 msgstr ""
30377
30378 #. type: textblock
30379 #: ../tools/virt-resize.pl:461
30380 msgid ""
30381 "If you specify this flag, then this initial copy is not done.  You may need "
30382 "to reinstall the boot loader in this case."
30383 msgstr ""
30384
30385 #. type: =item
30386 #: ../tools/virt-resize.pl:469
30387 msgid "B<--no-extra-partition>"
30388 msgstr ""
30389
30390 #. type: textblock
30391 #: ../tools/virt-resize.pl:471
30392 msgid ""
30393 "By default, virt-resize creates an extra partition if there is any extra, "
30394 "unused space after all resizing has happened.  Use this option to prevent "
30395 "the extra partition from being created.  If you do this then the extra space "
30396 "will be inaccessible until you run fdisk, parted, or some other partitioning "
30397 "tool in the guest."
30398 msgstr ""
30399
30400 #. type: textblock
30401 #: ../tools/virt-resize.pl:477
30402 msgid ""
30403 "Note that if the surplus space is smaller than 10 MB, no extra partition "
30404 "will be created."
30405 msgstr ""
30406
30407 #. type: =item
30408 #: ../tools/virt-resize.pl:484
30409 msgid "B<--no-expand-content>"
30410 msgstr ""
30411
30412 #. type: textblock
30413 #: ../tools/virt-resize.pl:486
30414 msgid ""
30415 "By default, virt-resize will try to expand the direct contents of "
30416 "partitions, if it knows how (see C<--expand> option above)."
30417 msgstr ""
30418
30419 #. type: textblock
30420 #: ../tools/virt-resize.pl:489
30421 msgid ""
30422 "If you give the C<--no-expand-content> option then virt-resize will not "
30423 "attempt this."
30424 msgstr ""
30425
30426 #. type: =item
30427 #: ../tools/virt-resize.pl:496
30428 msgid "B<-d> | B<--debug>"
30429 msgstr ""
30430
30431 #. type: =item
30432 #: ../tools/virt-resize.pl:504
30433 msgid "B<-n> | B<--dryrun>"
30434 msgstr ""
30435
30436 #. type: textblock
30437 #: ../tools/virt-resize.pl:506
30438 msgid "Print a summary of what would be done, but don't do anything."
30439 msgstr ""
30440
30441 #. type: =item
30442 #: ../tools/virt-resize.pl:512
30443 msgid "B<-q> | B<--quiet>"
30444 msgstr ""
30445
30446 #. type: textblock
30447 #: ../tools/virt-resize.pl:514
30448 msgid "Don't print the summary."
30449 msgstr ""
30450
30451 #. type: textblock
30452 #: ../tools/virt-resize.pl:522
30453 msgid ""
30454 "Specify the format of the input disk image.  If this flag is not given then "
30455 "it is auto-detected from the image itself."
30456 msgstr ""
30457
30458 #. type: textblock
30459 #: ../tools/virt-resize.pl:528
30460 msgid ""
30461 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
30462 "AND NON-SPARSE RAW FORMATS>."
30463 msgstr ""
30464
30465 #. type: =item
30466 #: ../tools/virt-resize.pl:535
30467 msgid "B<--output-format> raw"
30468 msgstr ""
30469
30470 #. type: textblock
30471 #: ../tools/virt-resize.pl:537
30472 msgid ""
30473 "Specify the format of the output disk image.  If this flag is not given then "
30474 "it is auto-detected from the image itself."
30475 msgstr ""
30476
30477 #. type: textblock
30478 #: ../tools/virt-resize.pl:543
30479 msgid ""
30480 "Note that you still need to create the output disk with the right format.  "
30481 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
30482 msgstr ""
30483
30484 #. type: =head1
30485 #: ../tools/virt-resize.pl:1425
30486 msgid "NOTES"
30487 msgstr ""
30488
30489 #. type: =head2
30490 #: ../tools/virt-resize.pl:1427
30491 msgid "\"Partition 1 does not end on cylinder boundary.\""
30492 msgstr ""
30493
30494 #. type: textblock
30495 #: ../tools/virt-resize.pl:1429
30496 msgid ""
30497 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
30498 "means the partitions will not be aligned to the ancient CHS geometry.  "
30499 "However CHS geometry is meaningless for disks manufactured since the early "
30500 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
30501 "cylinders is not required by any modern operating system."
30502 msgstr ""
30503
30504 #. type: =head2
30505 #: ../tools/virt-resize.pl:1436
30506 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
30507 msgstr ""
30508
30509 #. type: textblock
30510 #: ../tools/virt-resize.pl:1438
30511 msgid ""
30512 "In Windows Vista and later versions, Microsoft switched to using a separate "
30513 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
30514 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
30515 "the boot partition.  Doing so seems to break the guest completely.  However "
30516 "expanding the second partition (ie. C: drive) should work."
30517 msgstr ""
30518
30519 #. type: textblock
30520 #: ../tools/virt-resize.pl:1445
30521 msgid ""
30522 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
30523 "NTFS partitions have been expanded.  This is just a safety check and (unless "
30524 "it find errors) is nothing to worry about."
30525 msgstr ""
30526
30527 #. type: =head2
30528 #: ../tools/virt-resize.pl:1449
30529 msgid "GUEST BOOT STUCK AT \"GRUB\""
30530 msgstr ""
30531
30532 #. type: textblock
30533 #: ../tools/virt-resize.pl:1451
30534 msgid ""
30535 "If a Linux guest does not boot after resizing, and the boot is stuck after "
30536 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
30537 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
30538 "although we think is to do with partition alignment."
30539 msgstr ""
30540
30541 #. type: verbatim
30542 #: ../tools/virt-resize.pl:1456
30543 #, no-wrap
30544 msgid ""
30545 " guestfish -i -a newdisk\n"
30546 " ><fs> cat /boot/grub/device.map\n"
30547 " # check the contents of this file are sensible or\n"
30548 " # edit the file if necessary\n"
30549 " ><fs> grub-install / /dev/vda\n"
30550 " ><fs> exit\n"
30551 "\n"
30552 msgstr ""
30553
30554 #. type: textblock
30555 #: ../tools/virt-resize.pl:1463
30556 msgid ""
30557 "For more flexible guest reconfiguration, including if you need to specify "
30558 "other parameters to grub-install, use L<virt-rescue(1)>."
30559 msgstr ""
30560
30561 #. type: =head1
30562 #: ../tools/virt-resize.pl:1466
30563 msgid "ALTERNATIVE TOOLS"
30564 msgstr ""
30565
30566 #. type: textblock
30567 #: ../tools/virt-resize.pl:1468
30568 msgid ""
30569 "There are several proprietary tools for resizing partitions.  We won't "
30570 "mention any here."
30571 msgstr ""
30572
30573 #. type: textblock
30574 #: ../tools/virt-resize.pl:1471
30575 msgid ""
30576 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
30577 "operations on disk images.  They can resize and move partitions, but I don't "
30578 "think they can do anything with the contents, and they certainly don't "
30579 "understand LVM."
30580 msgstr ""
30581
30582 #. type: textblock
30583 #: ../tools/virt-resize.pl:1476
30584 msgid ""
30585 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
30586 "but at a much lower level.  You will probably end up hand-calculating sector "
30587 "offsets, which is something that virt-resize was designed to avoid.  If you "
30588 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
30589 "C<--debug> flag."
30590 msgstr ""
30591
30592 #. type: textblock
30593 #: ../tools/virt-resize.pl:1491
30594 msgid ""
30595 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
30596 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
30597 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
30598 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
30599 "libguestfs.org/>."
30600 msgstr ""
30601
30602 #. type: textblock
30603 #: ../tools/virt-list-filesystems.pl:32
30604 msgid ""
30605 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30606 msgstr ""
30607
30608 #. type: verbatim
30609 #: ../tools/virt-list-filesystems.pl:36
30610 #, no-wrap
30611 msgid ""
30612 " virt-list-filesystems [--options] domname\n"
30613 "\n"
30614 msgstr ""
30615
30616 #. type: verbatim
30617 #: ../tools/virt-list-filesystems.pl:38
30618 #, no-wrap
30619 msgid ""
30620 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30621 "\n"
30622 msgstr ""
30623
30624 #. type: textblock
30625 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30626 msgid ""
30627 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30628 "replacement."
30629 msgstr ""
30630
30631 #. type: textblock
30632 #: ../tools/virt-list-filesystems.pl:45
30633 msgid ""
30634 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30635 "are contained in a virtual machine or disk image."
30636 msgstr ""
30637
30638 #. type: textblock
30639 #: ../tools/virt-list-filesystems.pl:49
30640 msgid ""
30641 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30642 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30643 "> tool."
30644 msgstr ""
30645
30646 #. type: =item
30647 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30648 msgid "B<-l> | B<--long>"
30649 msgstr ""
30650
30651 #. type: textblock
30652 #: ../tools/virt-list-filesystems.pl:108
30653 msgid ""
30654 "With this option, C<virt-list-filesystems> displays the type of each "
30655 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30656 msgstr ""
30657
30658 #. type: =item
30659 #: ../tools/virt-list-filesystems.pl:115
30660 msgid "B<-a> | B<--all>"
30661 msgstr ""
30662
30663 #. type: textblock
30664 #: ../tools/virt-list-filesystems.pl:117
30665 msgid ""
30666 "Normally we only show mountable filesystems.  If this option is given then "
30667 "swap devices are shown too."
30668 msgstr ""
30669
30670 #. type: textblock
30671 #: ../tools/virt-list-filesystems.pl:191
30672 msgid ""
30673 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
30674 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
30675 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30676 msgstr ""
30677
30678 #. type: textblock
30679 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30680 msgid "Copyright (C) 2009 Red Hat Inc."
30681 msgstr ""
30682
30683 #. type: textblock
30684 #: ../tools/virt-tar.pl:33
30685 msgid "virt-tar - Extract or upload files to a virtual machine"
30686 msgstr ""
30687
30688 #. type: verbatim
30689 #: ../tools/virt-tar.pl:37
30690 #, no-wrap
30691 msgid ""
30692 " virt-tar [--options] -x domname directory tarball\n"
30693 "\n"
30694 msgstr ""
30695
30696 #. type: verbatim
30697 #: ../tools/virt-tar.pl:39
30698 #, no-wrap
30699 msgid ""
30700 " virt-tar [--options] -u domname tarball directory\n"
30701 "\n"
30702 msgstr ""
30703
30704 #. type: verbatim
30705 #: ../tools/virt-tar.pl:41
30706 #, no-wrap
30707 msgid ""
30708 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30709 "\n"
30710 msgstr ""
30711
30712 #. type: verbatim
30713 #: ../tools/virt-tar.pl:43
30714 #, no-wrap
30715 msgid ""
30716 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30717 "\n"
30718 msgstr ""
30719
30720 #. type: textblock
30721 #: ../tools/virt-tar.pl:47
30722 msgid ""
30723 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
30724 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
30725 msgstr ""
30726
30727 #. type: textblock
30728 #: ../tools/virt-tar.pl:52
30729 msgid "Download C</home> from the VM into a local tarball:"
30730 msgstr ""
30731
30732 #. type: verbatim
30733 #: ../tools/virt-tar.pl:54
30734 #, no-wrap
30735 msgid ""
30736 " virt-tar -x domname /home home.tar\n"
30737 "\n"
30738 msgstr ""
30739
30740 #. type: verbatim
30741 #: ../tools/virt-tar.pl:56
30742 #, no-wrap
30743 msgid ""
30744 " virt-tar -zx domname /home home.tar.gz\n"
30745 "\n"
30746 msgstr ""
30747
30748 #. type: textblock
30749 #: ../tools/virt-tar.pl:58
30750 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30751 msgstr ""
30752
30753 #. type: verbatim
30754 #: ../tools/virt-tar.pl:60
30755 #, no-wrap
30756 msgid ""
30757 " virt-tar -u domname uploadstuff.tar /tmp\n"
30758 "\n"
30759 msgstr ""
30760
30761 #. type: verbatim
30762 #: ../tools/virt-tar.pl:62
30763 #, no-wrap
30764 msgid ""
30765 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30766 "\n"
30767 msgstr ""
30768
30769 #. type: textblock
30770 #: ../tools/virt-tar.pl:66
30771 msgid ""
30772 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
30773 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30774 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30775 msgstr ""
30776
30777 #. type: textblock
30778 #: ../tools/virt-tar.pl:71
30779 msgid ""
30780 "You can use C<-x> (extract) on live virtual machines, but you might get "
30781 "inconsistent results or errors if there is filesystem activity inside the "
30782 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30783 "work, but the only way to guarantee consistent results is if the virtual "
30784 "machine is shut down."
30785 msgstr ""
30786
30787 #. type: textblock
30788 #: ../tools/virt-tar.pl:79
30789 msgid ""
30790 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30791 "parts of a guest filesystem.  There are many possibilities: making backups, "
30792 "uploading data files, snooping on guest activity, fixing or customizing "
30793 "guests, etc."
30794 msgstr ""
30795
30796 #. type: textblock
30797 #: ../tools/virt-tar.pl:84
30798 msgid ""
30799 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30800 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30801 "should look at the L<guestfish(1)> tool."
30802 msgstr ""
30803
30804 #. type: textblock
30805 #: ../tools/virt-tar.pl:88
30806 msgid ""
30807 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
30808 "its contents (recursively) from the virtual machine into a local tarball.  "
30809 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
30810 "virtual machine.  You cannot use these two options together."
30811 msgstr ""
30812
30813 #. type: textblock
30814 #: ../tools/virt-tar.pl:94
30815 msgid ""
30816 "In addition, you may need to use the C<-z> (gZip) option to enable "
30817 "compression.  When uploading, you have to specify C<-z> if the upload file "
30818 "is compressed because virt-tar won't detect this on its own."
30819 msgstr ""
30820
30821 #. type: textblock
30822 #: ../tools/virt-tar.pl:98
30823 msgid ""
30824 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30825 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30826 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30827 "the L<libguestfs(3)> API)."
30828 msgstr ""
30829
30830 #. type: =item
30831 #: ../tools/virt-tar.pl:156
30832 msgid "B<-x> | B<--extract> | B<--download>"
30833 msgstr ""
30834
30835 #. type: =item
30836 #: ../tools/virt-tar.pl:158
30837 msgid "B<-u> | B<--upload>"
30838 msgstr ""
30839
30840 #. type: textblock
30841 #: ../tools/virt-tar.pl:160
30842 msgid ""
30843 "Use C<-x> to extract (download) a directory from a virtual machine to a "
30844 "local tarball."
30845 msgstr ""
30846
30847 #. type: textblock
30848 #: ../tools/virt-tar.pl:163
30849 msgid ""
30850 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
30851 "Please read the L</WARNING> section above before using this option."
30852 msgstr ""
30853
30854 #. type: textblock
30855 #: ../tools/virt-tar.pl:167
30856 msgid "You must specify exactly one of these options."
30857 msgstr ""
30858
30859 #. type: =item
30860 #: ../tools/virt-tar.pl:173
30861 msgid "B<-z> | B<--gzip>"
30862 msgstr ""
30863
30864 #. type: textblock
30865 #: ../tools/virt-tar.pl:175
30866 msgid "Specify that the input or output tarball is gzip-compressed."
30867 msgstr ""
30868
30869 #. type: textblock
30870 #: ../tools/virt-tar.pl:288
30871 msgid ""
30872 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
30873 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
30874 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
30875 "org/>."
30876 msgstr ""
30877
30878 #. type: textblock
30879 #: ../tools/virt-make-fs.pl:37
30880 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30881 msgstr ""
30882
30883 #. type: verbatim
30884 #: ../tools/virt-make-fs.pl:41
30885 #, no-wrap
30886 msgid ""
30887 " virt-make-fs [--options] input.tar output.img\n"
30888 "\n"
30889 msgstr ""
30890
30891 #. type: verbatim
30892 #: ../tools/virt-make-fs.pl:43
30893 #, no-wrap
30894 msgid ""
30895 " virt-make-fs [--options] input.tar.gz output.img\n"
30896 "\n"
30897 msgstr ""
30898
30899 #. type: verbatim
30900 #: ../tools/virt-make-fs.pl:45
30901 #, no-wrap
30902 msgid ""
30903 " virt-make-fs [--options] directory output.img\n"
30904 "\n"
30905 msgstr ""
30906
30907 #. type: textblock
30908 #: ../tools/virt-make-fs.pl:49
30909 msgid ""
30910 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30911 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
30912 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
30913 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
30914 "you want to attach these filesystems to existing virtual machines (eg. to "
30915 "import large amounts of read-only data to a VM)."
30916 msgstr ""
30917
30918 #. type: textblock
30919 #: ../tools/virt-make-fs.pl:57
30920 msgid "Basic usage is:"
30921 msgstr ""
30922
30923 #. type: verbatim
30924 #: ../tools/virt-make-fs.pl:59
30925 #, no-wrap
30926 msgid ""
30927 " virt-make-fs input output\n"
30928 "\n"
30929 msgstr ""
30930
30931 #. type: textblock
30932 #: ../tools/virt-make-fs.pl:61
30933 msgid ""
30934 "where C<input> is either a directory containing files that you want to add, "
30935 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30936 "C<output> is a disk image.  The input type is detected automatically.  The "
30937 "output disk image defaults to a raw ext2 image unless you specify extra "
30938 "flags (see L</OPTIONS> below)."
30939 msgstr ""
30940
30941 #. type: =head2
30942 #: ../tools/virt-make-fs.pl:67
30943 msgid "EXTRA SPACE"
30944 msgstr ""
30945
30946 #. type: textblock
30947 #: ../tools/virt-make-fs.pl:69
30948 msgid ""
30949 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30950 "the files that it contains, but might have extra space.  Depending on how "
30951 "you are going to use the output, you might think this extra space is wasted "
30952 "and want to minimize it, or you might want to leave space so that more files "
30953 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30954 "but you can use the C<--size> flag to leave space in the filesystem if you "
30955 "want it."
30956 msgstr ""
30957
30958 #. type: textblock
30959 #: ../tools/virt-make-fs.pl:77
30960 msgid ""
30961 "An alternative way to leave extra space but not make the output image any "
30962 "bigger is to use an alternative disk image format (instead of the default "
30963 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
30964 "image format (check your hypervisor supports this before using it).  This "
30965 "allows you to choose a large C<--size> but the extra space won't actually be "
30966 "allocated in the image until you try to store something in it."
30967 msgstr ""
30968
30969 #. type: textblock
30970 #: ../tools/virt-make-fs.pl:85
30971 msgid ""
30972 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30973 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30974 "to build another image from scratch."
30975 msgstr ""
30976
30977 #. type: =head3
30978 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
30979 #: ../tools/virt-make-fs.pl:142
30980 msgid "EXAMPLE"
30981 msgstr ""
30982
30983 #. type: verbatim
30984 #: ../tools/virt-make-fs.pl:91
30985 #, no-wrap
30986 msgid ""
30987 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30988 "\n"
30989 msgstr ""
30990
30991 #. type: =head2
30992 #: ../tools/virt-make-fs.pl:93
30993 msgid "FILESYSTEM TYPE"
30994 msgstr ""
30995
30996 #. type: textblock
30997 #: ../tools/virt-make-fs.pl:95
30998 msgid ""
30999 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
31000 "libguestfs supports can be used (but I<not> read-only formats like "
31001 "ISO9660).  Here are some of the more common choices:"
31002 msgstr ""
31003
31004 #. type: =item
31005 #: ../tools/virt-make-fs.pl:101
31006 msgid "I<ext3>"
31007 msgstr ""
31008
31009 #. type: textblock
31010 #: ../tools/virt-make-fs.pl:103
31011 msgid ""
31012 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
31013 "you are not going to use the filesystem in a way that requires the journal, "
31014 "then this is just wasted overhead."
31015 msgstr ""
31016
31017 #. type: =item
31018 #: ../tools/virt-make-fs.pl:107
31019 msgid "I<ntfs> or I<vfat>"
31020 msgstr ""
31021
31022 #. type: textblock
31023 #: ../tools/virt-make-fs.pl:109
31024 msgid "Useful if exporting data to a Windows guest."
31025 msgstr ""
31026
31027 #. type: textblock
31028 #: ../tools/virt-make-fs.pl:111
31029 msgid ""
31030 "I<Note for vfat>: The tar archive or local directory must only contain files "
31031 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
31032 "program running within libguestfs is unable to change the ownership of non-"
31033 "root files, since vfat itself does not support this."
31034 msgstr ""
31035
31036 #. type: =item
31037 #: ../tools/virt-make-fs.pl:116
31038 msgid "I<minix>"
31039 msgstr ""
31040
31041 #. type: textblock
31042 #: ../tools/virt-make-fs.pl:118
31043 msgid ""
31044 "Lower overhead than C<ext2>, but certain limitations on filename length and "
31045 "total filesystem size."
31046 msgstr ""
31047
31048 #. type: verbatim
31049 #: ../tools/virt-make-fs.pl:125
31050 #, no-wrap
31051 msgid ""
31052 " virt-make-fs --type=minix input minixfs.img\n"
31053 "\n"
31054 msgstr ""
31055
31056 #. type: =head2
31057 #: ../tools/virt-make-fs.pl:127
31058 msgid "TO PARTITION OR NOT TO PARTITION"
31059 msgstr ""
31060
31061 #. type: textblock
31062 #: ../tools/virt-make-fs.pl:129
31063 msgid "Optionally virt-make-fs can add a partition table to the output disk."
31064 msgstr ""
31065
31066 #. type: textblock
31067 #: ../tools/virt-make-fs.pl:131
31068 msgid ""
31069 "Adding a partition can make the disk image more compatible with certain "
31070 "virtualized operating systems which don't expect to see a filesystem "
31071 "directly located on a block device (Linux doesn't care and will happily "
31072 "handle both types)."
31073 msgstr ""
31074
31075 #. type: textblock
31076 #: ../tools/virt-make-fs.pl:136
31077 msgid ""
31078 "On the other hand, if you have a partition table then the output image is no "
31079 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
31080 "directly on a partitioned disk image.  (However libguestfs tools such as "
31081 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
31082 msgstr ""
31083
31084 #. type: textblock
31085 #: ../tools/virt-make-fs.pl:144
31086 msgid "Add an MBR partition:"
31087 msgstr ""
31088
31089 #. type: verbatim
31090 #: ../tools/virt-make-fs.pl:146
31091 #, no-wrap
31092 msgid ""
31093 " virt-make-fs --partition -- input disk.img\n"
31094 "\n"
31095 msgstr ""
31096
31097 #. type: textblock
31098 #: ../tools/virt-make-fs.pl:148
31099 msgid ""
31100 "If the output disk image could be terabyte-sized or larger, it's better to "
31101 "use an EFI/GPT-compatible partition table:"
31102 msgstr ""
31103
31104 #. type: verbatim
31105 #: ../tools/virt-make-fs.pl:151
31106 #, no-wrap
31107 msgid ""
31108 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
31109 "\n"
31110 msgstr ""
31111
31112 #. type: textblock
31113 #: ../tools/virt-make-fs.pl:179
31114 msgid "Enable debugging information."
31115 msgstr ""
31116
31117 #. type: =item
31118 #: ../tools/virt-make-fs.pl:185
31119 msgid "B<--size=E<lt>NE<gt>>"
31120 msgstr ""
31121
31122 #. type: =item
31123 #: ../tools/virt-make-fs.pl:187
31124 msgid "B<--size=+E<lt>NE<gt>>"
31125 msgstr ""
31126
31127 #. type: =item
31128 #: ../tools/virt-make-fs.pl:189
31129 msgid "B<-s E<lt>NE<gt>>"
31130 msgstr ""
31131
31132 #. type: =item
31133 #: ../tools/virt-make-fs.pl:191
31134 msgid "B<-s +E<lt>NE<gt>>"
31135 msgstr ""
31136
31137 #. type: textblock
31138 #: ../tools/virt-make-fs.pl:193
31139 msgid ""
31140 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
31141 msgstr ""
31142
31143 #. type: textblock
31144 #: ../tools/virt-make-fs.pl:196
31145 msgid ""
31146 "If this option is I<not> given, then the output image will be just large "
31147 "enough to contain all the files, with not much wasted space."
31148 msgstr ""
31149
31150 #. type: textblock
31151 #: ../tools/virt-make-fs.pl:199
31152 msgid ""
31153 "To choose a fixed size output disk, specify an absolute number followed by b/"
31154 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
31155 "Petabytes or Exabytes.  This must be large enough to contain all the input "
31156 "files, else you will get an error."
31157 msgstr ""
31158
31159 #. type: textblock
31160 #: ../tools/virt-make-fs.pl:204
31161 msgid ""
31162 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
31163 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
31164 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
31165 "the input files, and (approximately) an extra 200 MB free space."
31166 msgstr ""
31167
31168 #. type: textblock
31169 #: ../tools/virt-make-fs.pl:210
31170 msgid ""
31171 "Note that virt-make-fs estimates free space, and therefore will not produce "
31172 "filesystems containing precisely the free space requested.  (It is much more "
31173 "expensive and time-consuming to produce a filesystem which has precisely the "
31174 "desired free space)."
31175 msgstr ""
31176
31177 #. type: =item
31178 #: ../tools/virt-make-fs.pl:219
31179 msgid "B<--format=E<lt>fmtE<gt>>"
31180 msgstr ""
31181
31182 #. type: =item
31183 #: ../tools/virt-make-fs.pl:221
31184 msgid "B<-F E<lt>fmtE<gt>>"
31185 msgstr ""
31186
31187 #. type: textblock
31188 #: ../tools/virt-make-fs.pl:223
31189 msgid "Choose the output disk image format."
31190 msgstr ""
31191
31192 #. type: textblock
31193 #: ../tools/virt-make-fs.pl:225
31194 msgid "The default is C<raw> (raw disk image)."
31195 msgstr ""
31196
31197 #. type: textblock
31198 #: ../tools/virt-make-fs.pl:227
31199 msgid ""
31200 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
31201 "that would really make sense here is C<qcow2>."
31202 msgstr ""
31203
31204 #. type: =item
31205 #: ../tools/virt-make-fs.pl:234
31206 msgid "B<--type=E<lt>fsE<gt>>"
31207 msgstr ""
31208
31209 #. type: =item
31210 #: ../tools/virt-make-fs.pl:236
31211 msgid "B<-t E<lt>fsE<gt>>"
31212 msgstr ""
31213
31214 #. type: textblock
31215 #: ../tools/virt-make-fs.pl:238
31216 msgid "Choose the output filesystem type."
31217 msgstr ""
31218
31219 #. type: textblock
31220 #: ../tools/virt-make-fs.pl:240
31221 msgid "The default is C<ext2>."
31222 msgstr ""
31223
31224 #. type: textblock
31225 #: ../tools/virt-make-fs.pl:242
31226 msgid ""
31227 "Any filesystem which is supported read-write by libguestfs can be used here."
31228 msgstr ""
31229
31230 #. type: =item
31231 #: ../tools/virt-make-fs.pl:249
31232 msgid "B<--partition>"
31233 msgstr ""
31234
31235 #. type: =item
31236 #: ../tools/virt-make-fs.pl:251
31237 msgid "B<--partition=E<lt>parttypeE<gt>>"
31238 msgstr ""
31239
31240 #. type: textblock
31241 #: ../tools/virt-make-fs.pl:253
31242 msgid ""
31243 "If specified, this flag adds an MBR partition table to the output disk image."
31244 msgstr ""
31245
31246 #. type: textblock
31247 #: ../tools/virt-make-fs.pl:256
31248 msgid ""
31249 "You can change the partition table type, eg. C<--partition=gpt> for large "
31250 "disks."
31251 msgstr ""
31252
31253 #. type: textblock
31254 #: ../tools/virt-make-fs.pl:259
31255 msgid ""
31256 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
31257 "might consider the next parameter to be the partition type.  For example:"
31258 msgstr ""
31259
31260 #. type: verbatim
31261 #: ../tools/virt-make-fs.pl:263
31262 #, no-wrap
31263 msgid ""
31264 " virt-make-fs --partition input.tar ...\n"
31265 "\n"
31266 msgstr ""
31267
31268 #. type: textblock
31269 #: ../tools/virt-make-fs.pl:265
31270 msgid ""
31271 "would cause virt-make-fs to think you wanted to use a partition type of "
31272 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
31273 "dash) between options and the input file argument:"
31274 msgstr ""
31275
31276 #. type: verbatim
31277 #: ../tools/virt-make-fs.pl:269
31278 #, no-wrap
31279 msgid ""
31280 " virt-make-fs --partition -- input.tar ...\n"
31281 "\n"
31282 msgstr ""
31283
31284 #. type: textblock
31285 #: ../tools/virt-make-fs.pl:541
31286 msgid ""
31287 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
31288 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
31289 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
31290 msgstr ""
31291
31292 #. type: verbatim
31293 #: ../tools/virt-make-fs.pl:558
31294 #, no-wrap
31295 msgid ""
31296 " export LIBGUESTFS_DEBUG=1\n"
31297 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
31298 "\n"
31299 msgstr ""
31300
31301 #. type: textblock
31302 #: ../tools/virt-make-fs.pl:561
31303 msgid ""
31304 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
31305 "redhat.com/>"
31306 msgstr ""
31307
31308 #. type: textblock
31309 #: ../tools/virt-list-partitions.pl:32
31310 msgid ""
31311 "virt-list-partitions - List partitions in a virtual machine or disk image"
31312 msgstr ""
31313
31314 #. type: verbatim
31315 #: ../tools/virt-list-partitions.pl:36
31316 #, no-wrap
31317 msgid ""
31318 " virt-list-partitions [--options] domname\n"
31319 "\n"
31320 msgstr ""
31321
31322 #. type: verbatim
31323 #: ../tools/virt-list-partitions.pl:38
31324 #, no-wrap
31325 msgid ""
31326 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
31327 "\n"
31328 msgstr ""
31329
31330 #. type: textblock
31331 #: ../tools/virt-list-partitions.pl:45
31332 msgid ""
31333 "C<virt-list-partitions> is a command line tool to list the partitions that "
31334 "are contained in a virtual machine or disk image.  It is mainly useful as a "
31335 "first step to using L<virt-resize(1)>."
31336 msgstr ""
31337
31338 #. type: textblock
31339 #: ../tools/virt-list-partitions.pl:50
31340 msgid ""
31341 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
31342 "functionality.  For more complex cases you should look at the L<guestfish(1)"
31343 "> tool."
31344 msgstr ""
31345
31346 #. type: =item
31347 #: ../tools/virt-list-partitions.pl:107
31348 msgid "B<-h> | B<--human-readable>"
31349 msgstr ""
31350
31351 #. type: textblock
31352 #: ../tools/virt-list-partitions.pl:109
31353 msgid "Show sizes in human-readable form (eg. \"1G\")."
31354 msgstr ""
31355
31356 #. type: textblock
31357 #: ../tools/virt-list-partitions.pl:117
31358 msgid ""
31359 "With this option, C<virt-list-partitions> displays the type and size of each "
31360 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
31361 msgstr ""
31362
31363 #. type: =item
31364 #: ../tools/virt-list-partitions.pl:124
31365 msgid "B<-t> | B<--total>"
31366 msgstr ""
31367
31368 #. type: textblock
31369 #: ../tools/virt-list-partitions.pl:126
31370 msgid ""
31371 "Display the total size of each block device (as a separate row or rows)."
31372 msgstr ""
31373
31374 #. type: textblock
31375 #: ../tools/virt-list-partitions.pl:259
31376 msgid ""
31377 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
31378 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
31379 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
31380 msgstr ""