5a29e72da549e84380b604d734d8d266e1670039
[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-07-06 15: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-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "НАЗВА"
29
30 #. type: textblock
31 #: ../src/guestfs.pod:5
32 msgid "guestfs - Library for accessing and modifying virtual machine images"
33 msgstr ""
34 "guestfs — бібліотека для доступу та внесення змін до образів віртуальних "
35 "машин"
36
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34
41 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
42 #: ../tools/virt-list-partitions.pl:34
43 msgid "SYNOPSIS"
44 msgstr "КОРОТКИЙ ОПИС"
45
46 #. type: verbatim
47 #: ../src/guestfs.pod:9
48 #, no-wrap
49 msgid ""
50 " #include <guestfs.h>\n"
51 " \n"
52 msgstr ""
53 " #include <guestfs.h>\n"
54 " \n"
55
56 #. type: verbatim
57 #: ../src/guestfs.pod:11
58 #, no-wrap
59 msgid ""
60 " guestfs_h *g = guestfs_create ();\n"
61 " guestfs_add_drive (g, \"guest.img\");\n"
62 " guestfs_launch (g);\n"
63 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
64 " guestfs_touch (g, \"/hello\");\n"
65 " guestfs_umount (g, \"/\");\n"
66 " guestfs_close (g);\n"
67 "\n"
68 msgstr ""
69 " guestfs_h *g = guestfs_create ();\n"
70 " guestfs_add_drive (g, \"guest.img\");\n"
71 " guestfs_launch (g);\n"
72 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
73 " guestfs_touch (g, \"/hello\");\n"
74 " guestfs_umount (g, \"/\");\n"
75 " guestfs_close (g);\n"
76 "\n"
77
78 #. type: verbatim
79 #: ../src/guestfs.pod:19
80 #, no-wrap
81 msgid ""
82 " cc prog.c -o prog -lguestfs\n"
83 "or:\n"
84 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
85 "\n"
86 msgstr ""
87 " cc prog.c -o prog -lguestfs\n"
88 "або:\n"
89 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
90 "\n"
91
92 #. type: =head1
93 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
94 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
95 #: ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40
96 #: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47
97 #: ../tools/virt-list-partitions.pl:40
98 msgid "DESCRIPTION"
99 msgstr "ОПИС"
100
101 #. type: textblock
102 #: ../src/guestfs.pod:25
103 msgid ""
104 "Libguestfs is a library for accessing and modifying guest disk images.  "
105 "Amongst the things this is good for: making batch configuration changes to "
106 "guests, getting disk used/free statistics (see also: virt-df), migrating "
107 "between virtualization systems (see also: virt-p2v), performing partial "
108 "backups, performing partial guest clones, cloning guests and changing "
109 "registry/UUID/hostname info, and much else besides."
110 msgstr ""
111
112 #. type: textblock
113 #: ../src/guestfs.pod:33
114 msgid ""
115 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
116 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
117 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
118 "qcow2, vmdk."
119 msgstr ""
120
121 #. type: textblock
122 #: ../src/guestfs.pod:38
123 msgid ""
124 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
125 "what filesystem is in each LV, etc.).  It can also run commands in the "
126 "context of the guest.  Also you can access filesystems over FUSE."
127 msgstr ""
128
129 #. type: textblock
130 #: ../src/guestfs.pod:43
131 msgid ""
132 "Libguestfs is a library that can be linked with C and C++ management "
133 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
134 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
135 "line."
136 msgstr ""
137
138 #. type: textblock
139 #: ../src/guestfs.pod:48
140 msgid ""
141 "You don't need to be root to use libguestfs, although obviously you do need "
142 "enough permissions to access the disk images."
143 msgstr ""
144
145 #. type: textblock
146 #: ../src/guestfs.pod:51
147 msgid ""
148 "Libguestfs is a large API because it can do many things.  For a gentle "
149 "introduction, please read the L</API OVERVIEW> section next."
150 msgstr ""
151
152 #. type: textblock
153 #: ../src/guestfs.pod:54
154 msgid ""
155 "There are also some example programs in the L<guestfs-examples(3)> manual "
156 "page."
157 msgstr ""
158
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr "ОГЛЯД API"
163
164 #. type: textblock
165 #: ../src/guestfs.pod:59
166 msgid ""
167 "This section provides a gentler overview of the libguestfs API.  We also try "
168 "to group API calls together, where that may not be obvious from reading "
169 "about the individual calls in the main section of this manual."
170 msgstr ""
171
172 #. type: =head2
173 #: ../src/guestfs.pod:64
174 msgid "HANDLES"
175 msgstr "ОБРОБНИКИ"
176
177 #. type: textblock
178 #: ../src/guestfs.pod:66
179 msgid ""
180 "Before you can use libguestfs calls, you have to create a handle.  Then you "
181 "must add at least one disk image to the handle, followed by launching the "
182 "handle, then performing whatever operations you want, and finally closing "
183 "the handle.  By convention we use the single letter C<g> for the name of the "
184 "handle variable, although of course you can use any name you want."
185 msgstr ""
186
187 #. type: textblock
188 #: ../src/guestfs.pod:73
189 msgid "The general structure of all libguestfs-using programs looks like this:"
190 msgstr ""
191
192 #. type: verbatim
193 #: ../src/guestfs.pod:76
194 #, no-wrap
195 msgid ""
196 " guestfs_h *g = guestfs_create ();\n"
197 " \n"
198 msgstr ""
199 " guestfs_h *g = guestfs_create ();\n"
200 " \n"
201
202 #. type: verbatim
203 #: ../src/guestfs.pod:78
204 #, no-wrap
205 msgid ""
206 " /* Call guestfs_add_drive additional times if there are\n"
207 "  * multiple disk images.\n"
208 "  */\n"
209 " guestfs_add_drive (g, \"guest.img\");\n"
210 " \n"
211 msgstr ""
212
213 #. type: verbatim
214 #: ../src/guestfs.pod:83
215 #, no-wrap
216 msgid ""
217 " /* Most manipulation calls won't work until you've launched\n"
218 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
219 "  * and _before_ other commands.\n"
220 "  */\n"
221 " guestfs_launch (g);\n"
222 " \n"
223 msgstr ""
224
225 #. type: verbatim
226 #: ../src/guestfs.pod:89
227 #, no-wrap
228 msgid ""
229 " /* Now you can examine what partitions, LVs etc are available.\n"
230 "  */\n"
231 " char **partitions = guestfs_list_partitions (g);\n"
232 " char **logvols = guestfs_lvs (g);\n"
233 " \n"
234 msgstr ""
235
236 #. type: verbatim
237 #: ../src/guestfs.pod:94
238 #, no-wrap
239 msgid ""
240 " /* To access a filesystem in the image, you must mount it.\n"
241 "  */\n"
242 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
243 " \n"
244 msgstr ""
245 " /* Щоб отримати доступ до файлової системи на образі, вам слід його змонтувати.\n"
246 "  */\n"
247 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
248 " \n"
249
250 #. type: verbatim
251 #: ../src/guestfs.pod:98
252 #, fuzzy, no-wrap
253 #| msgid ""
254 #| " /* Now you can perform filesystem actions on the guest\n"
255 #| "  * disk image.\n"
256 #| "  */\n"
257 #| " guestfs_touch (g, \"/hello\");\n"
258 #| "\n"
259 msgid ""
260 " /* Now you can perform filesystem actions on the guest\n"
261 "  * disk image.\n"
262 "  */\n"
263 " guestfs_touch (g, \"/hello\");\n"
264 " \n"
265 msgstr ""
266 " /* Тепер ви можете виконувати дії з файловою системою на\n"
267 "  * образі диска операційної системи.\n"
268 "  */\n"
269 " guestfs_touch (g, \"/hello\");\n"
270 "\n"
271
272 #. type: verbatim
273 #: ../src/guestfs.pod:103
274 #, no-wrap
275 msgid ""
276 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
277 "  * it is done automatically when you close the handle.  See\n"
278 "  * discussion of autosync in this page.\n"
279 "  */\n"
280 " guestfs_sync (g);\n"
281 " \n"
282 msgstr ""
283
284 #. type: verbatim
285 #: ../src/guestfs.pod:109
286 #, no-wrap
287 msgid ""
288 " /* Close the handle 'g'. */\n"
289 " guestfs_close (g);\n"
290 "\n"
291 msgstr ""
292
293 #. type: textblock
294 #: ../src/guestfs.pod:112
295 msgid ""
296 "The code above doesn't include any error checking.  In real code you should "
297 "check return values carefully for errors.  In general all functions that "
298 "return integers return C<-1> on error, and all functions that return "
299 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
300 "how to handle errors, and consult the documentation for each function call "
301 "below to see precisely how they return error indications.  See L<guestfs-"
302 "examples(3)> for fully worked examples."
303 msgstr ""
304
305 #. type: =head2
306 #: ../src/guestfs.pod:121
307 msgid "DISK IMAGES"
308 msgstr ""
309
310 #. type: textblock
311 #: ../src/guestfs.pod:123
312 msgid ""
313 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
314 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
315 "actual block device, or simply an empty file of zeroes that you have created "
316 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
317 "of these."
318 msgstr ""
319
320 #. type: textblock
321 #: ../src/guestfs.pod:129
322 msgid ""
323 "The call you should use in modern code for adding drives is L</"
324 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
325 "specifying that the format is raw, do:"
326 msgstr ""
327
328 #. type: verbatim
329 #: ../src/guestfs.pod:133
330 #, no-wrap
331 msgid ""
332 " guestfs_add_drive_opts (g, filename,\n"
333 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
334 "                         -1);\n"
335 "\n"
336 msgstr ""
337
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 #. type: verbatim
344 #: ../src/guestfs.pod:139
345 #, no-wrap
346 msgid ""
347 " guestfs_add_drive_opts (g, filename,\n"
348 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
350 "                         -1);\n"
351 "\n"
352 msgstr ""
353
354 #. type: textblock
355 #: ../src/guestfs.pod:144
356 msgid ""
357 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
358 "libguestfs won't modify the file."
359 msgstr ""
360
361 #. type: textblock
362 #: ../src/guestfs.pod:147
363 msgid ""
364 "Be extremely cautious if the disk image is in use, eg. if it is being used "
365 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
366 "corruption, but adding it read-only is safe."
367 msgstr ""
368
369 #. type: textblock
370 #: ../src/guestfs.pod:151
371 msgid ""
372 "You must add at least one disk image, and you may add multiple disk images.  "
373 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
374 "first one you added), C</dev/sdb> (for the second one you added), etc."
375 msgstr ""
376
377 #. type: textblock
378 #: ../src/guestfs.pod:156
379 msgid ""
380 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
381 "can call L</guestfs_list_devices> to get a list of the device names, in the "
382 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
383 msgstr ""
384
385 #. type: =head2
386 #: ../src/guestfs.pod:161
387 msgid "MOUNTING"
388 msgstr "МОНТУВАННЯ"
389
390 #. type: textblock
391 #: ../src/guestfs.pod:163
392 msgid ""
393 "Before you can read or write files, create directories and so on in a disk "
394 "image that contains filesystems, you have to mount those filesystems using "
395 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
396 "a disk image contains (for example) one partition with a filesystem on that "
397 "partition, then you can mount it directly:"
398 msgstr ""
399
400 #. type: verbatim
401 #: ../src/guestfs.pod:170
402 #, no-wrap
403 msgid ""
404 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
405 "\n"
406 msgstr ""
407
408 #. type: textblock
409 #: ../src/guestfs.pod:172
410 msgid ""
411 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
412 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
413 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
414 "that these are libguestfs virtual devices, and are nothing to do with host "
415 "devices."
416 msgstr ""
417
418 #. type: textblock
419 #: ../src/guestfs.pod:178
420 msgid ""
421 "If you are given a disk image and you don't know what it contains then you "
422 "have to find out.  Libguestfs can do that too: use L</"
423 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
424 "LVs, and either try mounting each to see what is mountable, or else examine "
425 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
426 "filesystems, use L</guestfs_list_filesystems>."
427 msgstr ""
428
429 #. type: textblock
430 #: ../src/guestfs.pod:186
431 msgid ""
432 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
433 "L</INSPECTION> below).  But you might find it easier to look at higher level "
434 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
435 msgstr ""
436
437 #. type: textblock
438 #: ../src/guestfs.pod:191
439 msgid ""
440 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
441 "several other variations of the C<guestfs_mount_*> call."
442 msgstr ""
443
444 #. type: =head2
445 #: ../src/guestfs.pod:194
446 msgid "FILESYSTEM ACCESS AND MODIFICATION"
447 msgstr ""
448
449 #. type: textblock
450 #: ../src/guestfs.pod:196
451 msgid ""
452 "The majority of the libguestfs API consists of fairly low-level calls for "
453 "accessing and modifying the files, directories, symlinks etc on mounted "
454 "filesystems.  There are over a hundred such calls which you can find listed "
455 "in detail below in this man page, and we don't even pretend to cover them "
456 "all in this overview."
457 msgstr ""
458
459 #. type: textblock
460 #: ../src/guestfs.pod:202
461 msgid ""
462 "Specify filenames as full paths, starting with C<\"/\"> and including the "
463 "mount point."
464 msgstr ""
465
466 #. type: textblock
467 #: ../src/guestfs.pod:205
468 msgid ""
469 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
470 "the file called C<\"etc/passwd\"> then you could do:"
471 msgstr ""
472
473 #. type: verbatim
474 #: ../src/guestfs.pod:208
475 #, no-wrap
476 msgid ""
477 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
478 "\n"
479 msgstr ""
480
481 #. type: textblock
482 #: ../src/guestfs.pod:210
483 msgid ""
484 "This would return C<data> as a newly allocated buffer containing the full "
485 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
486 "or C<NULL> if there was an error."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:214
491 msgid ""
492 "As another example, to create a top-level directory on that filesystem "
493 "called C<\"var\"> you would do:"
494 msgstr ""
495
496 #. type: verbatim
497 #: ../src/guestfs.pod:217
498 #, no-wrap
499 msgid ""
500 " guestfs_mkdir (g, \"/var\");\n"
501 "\n"
502 msgstr ""
503
504 #. type: textblock
505 #: ../src/guestfs.pod:219
506 msgid "To create a symlink you could do:"
507 msgstr ""
508
509 #. type: verbatim
510 #: ../src/guestfs.pod:221
511 #, no-wrap
512 msgid ""
513 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
514 "               \"/etc/rc3.d/S30portmap\");\n"
515 "\n"
516 msgstr ""
517
518 #. type: textblock
519 #: ../src/guestfs.pod:224
520 msgid ""
521 "Libguestfs will reject attempts to use relative paths and there is no "
522 "concept of a current working directory."
523 msgstr ""
524
525 #. type: textblock
526 #: ../src/guestfs.pod:227
527 msgid ""
528 "Libguestfs can return errors in many situations: for example if the "
529 "filesystem isn't writable, or if a file or directory that you requested "
530 "doesn't exist.  If you are using the C API (documented here)  you have to "
531 "check for those error conditions after each call.  (Other language bindings "
532 "turn these errors into exceptions)."
533 msgstr ""
534
535 #. type: textblock
536 #: ../src/guestfs.pod:233
537 msgid ""
538 "File writes are affected by the per-handle umask, set by calling L</"
539 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
540 msgstr ""
541
542 #. type: =head2
543 #: ../src/guestfs.pod:236
544 msgid "PARTITIONING"
545 msgstr "ПОДІЛ НА РОЗДІЛИ"
546
547 #. type: textblock
548 #: ../src/guestfs.pod:238
549 msgid ""
550 "Libguestfs contains API calls to read, create and modify partition tables on "
551 "disk images."
552 msgstr ""
553
554 #. type: textblock
555 #: ../src/guestfs.pod:241
556 msgid ""
557 "In the common case where you want to create a single partition covering the "
558 "whole disk, you should use the L</guestfs_part_disk> call:"
559 msgstr ""
560
561 #. type: verbatim
562 #: ../src/guestfs.pod:245
563 #, no-wrap
564 msgid ""
565 " const char *parttype = \"mbr\";\n"
566 " if (disk_is_larger_than_2TB)\n"
567 "   parttype = \"gpt\";\n"
568 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
569 "\n"
570 msgstr ""
571
572 #. type: textblock
573 #: ../src/guestfs.pod:250
574 msgid ""
575 "Obviously this effectively wipes anything that was on that disk image before."
576 msgstr ""
577
578 #. type: =head2
579 #: ../src/guestfs.pod:253
580 msgid "LVM2"
581 msgstr "LVM2"
582
583 #. type: textblock
584 #: ../src/guestfs.pod:255
585 msgid ""
586 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
587 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
588 "you familiarize yourself with the concepts of physical volumes, volume "
589 "groups and logical volumes."
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:260
594 msgid ""
595 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
596 "tldp.org/HOWTO/LVM-HOWTO/>."
597 msgstr ""
598
599 #. type: =head2
600 #: ../src/guestfs.pod:263
601 msgid "DOWNLOADING"
602 msgstr ""
603
604 #. type: textblock
605 #: ../src/guestfs.pod:265
606 msgid ""
607 "Use L</guestfs_cat> to download small, text only files.  This call is "
608 "limited to files which are less than 2 MB and which cannot contain any ASCII "
609 "NUL (C<\\0>) characters.  However the API is very simple to use."
610 msgstr ""
611
612 #. type: textblock
613 #: ../src/guestfs.pod:269
614 msgid ""
615 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
616 "bit data, since it returns a (pointer, size) pair.  However it is still "
617 "limited to \"small\" files, less than 2 MB."
618 msgstr ""
619
620 #. type: textblock
621 #: ../src/guestfs.pod:273
622 msgid ""
623 "L</guestfs_download> can be used to download any file, with no limits on "
624 "content or size (even files larger than 4 GB)."
625 msgstr ""
626
627 #. type: textblock
628 #: ../src/guestfs.pod:276
629 msgid ""
630 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
631 msgstr ""
632
633 #. type: =head2
634 #: ../src/guestfs.pod:279
635 msgid "UPLOADING"
636 msgstr "ВИВАНТАЖЕННЯ"
637
638 #. type: textblock
639 #: ../src/guestfs.pod:281
640 msgid ""
641 "It's often the case that you want to write a file or files to the disk image."
642 msgstr ""
643
644 #. type: textblock
645 #: ../src/guestfs.pod:284
646 msgid ""
647 "To write a small file with fixed content, use L</guestfs_write>.  To create "
648 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
649 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
650 "of other functions for creating test files, for example L</guestfs_fill> and "
651 "L</guestfs_fill_pattern>."
652 msgstr ""
653
654 #. type: textblock
655 #: ../src/guestfs.pod:290
656 msgid ""
657 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
658 "file content or size (even files larger than 4 GB)."
659 msgstr ""
660
661 #. type: textblock
662 #: ../src/guestfs.pod:293
663 msgid ""
664 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
665 msgstr ""
666
667 #. type: textblock
668 #: ../src/guestfs.pod:295
669 msgid ""
670 "However the fastest way to upload I<large numbers of arbitrary files> is to "
671 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
672 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
673 "in a predictable way (eg. adding it last after all other drives) then you "
674 "can get the device name from L</guestfs_list_devices> and mount it directly "
675 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
676 "portable between kernel versions, and they don't support labels or UUIDs.  "
677 "If you want to pre-build an image or you need to mount it using a label or "
678 "UUID, use an ISO image instead."
679 msgstr ""
680
681 #. type: =head2
682 #: ../src/guestfs.pod:306
683 msgid "COPYING"
684 msgstr "КОПІЮВАННЯ"
685
686 #. type: textblock
687 #: ../src/guestfs.pod:308
688 msgid ""
689 "There are various different commands for copying between files and devices "
690 "and in and out of the guest filesystem.  These are summarised in the table "
691 "below."
692 msgstr ""
693
694 #. type: =item
695 #: ../src/guestfs.pod:314
696 msgid "B<file> to B<file>"
697 msgstr ""
698
699 #. type: textblock
700 #: ../src/guestfs.pod:316
701 msgid ""
702 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
703 "directories recursively."
704 msgstr ""
705
706 #. type: =item
707 #: ../src/guestfs.pod:319
708 msgid "B<file or device> to B<file or device>"
709 msgstr ""
710
711 #. type: textblock
712 #: ../src/guestfs.pod:321
713 msgid ""
714 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
715 "devices in the guest."
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:324
720 msgid "Example: duplicate the contents of an LV:"
721 msgstr ""
722
723 #. type: verbatim
724 #: ../src/guestfs.pod:326
725 #, no-wrap
726 msgid ""
727 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
728 "\n"
729 msgstr ""
730
731 #. type: textblock
732 #: ../src/guestfs.pod:328
733 msgid ""
734 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
735 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
736 "guestfs_copy_size>."
737 msgstr ""
738
739 #. type: =item
740 #: ../src/guestfs.pod:332
741 msgid "B<file on the host> to B<file or device>"
742 msgstr ""
743
744 #. type: textblock
745 #: ../src/guestfs.pod:334
746 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
747 msgstr ""
748
749 #. type: =item
750 #: ../src/guestfs.pod:336
751 msgid "B<file or device> to B<file on the host>"
752 msgstr ""
753
754 #. type: textblock
755 #: ../src/guestfs.pod:338
756 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
757 msgstr ""
758
759 #. type: =head2
760 #: ../src/guestfs.pod:342
761 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
762 msgstr ""
763
764 #. type: textblock
765 #: ../src/guestfs.pod:344
766 msgid ""
767 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
768 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
769 "appears you can only upload and download to files.  However many Un*x-like "
770 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
771 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
772 "and arbitrary file descriptor N."
773 msgstr ""
774
775 #. type: textblock
776 #: ../src/guestfs.pod:352
777 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
778 msgstr ""
779
780 #. type: verbatim
781 #: ../src/guestfs.pod:355
782 #, no-wrap
783 msgid ""
784 " guestfs_download (g, filename, \"/dev/stdout\");\n"
785 "\n"
786 msgstr ""
787
788 #. type: textblock
789 #: ../src/guestfs.pod:357
790 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
791 msgstr ""
792
793 #. type: verbatim
794 #: ../src/guestfs.pod:359
795 #, no-wrap
796 msgid ""
797 " char devfd[64];\n"
798 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
799 " guestfs_tar_out (g, \"/\", devfd);\n"
800 "\n"
801 msgstr ""
802
803 #. type: =head2
804 #: ../src/guestfs.pod:363
805 msgid "LISTING FILES"
806 msgstr ""
807
808 #. type: textblock
809 #: ../src/guestfs.pod:365
810 msgid ""
811 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
812 "L<guestfish(1)>-equivalent command C<ll>)."
813 msgstr ""
814
815 #. type: textblock
816 #: ../src/guestfs.pod:368
817 msgid ""
818 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
819 "programs, as a flat list of strings."
820 msgstr ""
821
822 #. type: textblock
823 #: ../src/guestfs.pod:371
824 msgid ""
825 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
826 "directory, plus additional information about each one.  It is more "
827 "equivalent to using the L<readdir(3)> call on a local filesystem."
828 msgstr ""
829
830 #. type: textblock
831 #: ../src/guestfs.pod:375
832 msgid ""
833 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
834 msgstr ""
835
836 #. type: =head2
837 #: ../src/guestfs.pod:378
838 msgid "RUNNING COMMANDS"
839 msgstr ""
840
841 #. type: textblock
842 #: ../src/guestfs.pod:380
843 msgid ""
844 "Although libguestfs is primarily an API for manipulating files inside guest "
845 "images, we also provide some limited facilities for running commands inside "
846 "guests."
847 msgstr ""
848
849 #. type: textblock
850 #: ../src/guestfs.pod:384
851 msgid "There are many limitations to this:"
852 msgstr ""
853
854 #. type: =item
855 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
856 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
857 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064
858 #: ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077
859 #: ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112
860 #: ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142
861 #: ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154
862 #: ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652
863 #: ../src/guestfs.pod:1754 ../src/guestfs.pod:1759 ../src/guestfs.pod:1763
864 #: ../src/guestfs.pod:1773 ../src/guestfs.pod:2008 ../src/guestfs.pod:2013
865 #: ../src/guestfs.pod:2019 ../src/guestfs.pod:2027 ../src/guestfs.pod:2381
866 #: ../src/guestfs.pod:2387 ../src/guestfs.pod:2392 ../src/guestfs.pod:2398
867 #: ../src/guestfs.pod:2972 ../src/guestfs.pod:2976 ../src/guestfs.pod:2980
868 #: ../src/guestfs.pod:2984 ../src/guestfs-actions.pod:15
869 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:583
870 #: ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:598
871 #: ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:1603
872 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
873 #: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1623
874 #: ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1631
875 #: ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1645
876 #: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1787
877 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:1796
878 #: ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:1862
879 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1871
880 #: ../src/guestfs-actions.pod:2789 ../src/guestfs-actions.pod:2795
881 #: ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2810
882 #: ../src/guestfs-actions.pod:2817 ../fish/guestfish.pod:445
883 #: ../fish/guestfish.pod:449 ../fish/guestfish.pod:453
884 #: ../fish/guestfish.pod:457 ../fish/guestfish-actions.pod:13
885 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:385
886 #: ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400
887 #: ../fish/guestfish-actions.pod:407 ../fish/guestfish-actions.pod:1074
888 #: ../fish/guestfish-actions.pod:1078 ../fish/guestfish-actions.pod:1082
889 #: ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1094
890 #: ../fish/guestfish-actions.pod:1098 ../fish/guestfish-actions.pod:1102
891 #: ../fish/guestfish-actions.pod:1112 ../fish/guestfish-actions.pod:1116
892 #: ../fish/guestfish-actions.pod:1120 ../fish/guestfish-actions.pod:1210
893 #: ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219
894 #: ../fish/guestfish-actions.pod:1224 ../fish/guestfish-actions.pod:1266
895 #: ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1275
896 #: ../fish/guestfish-actions.pod:1902 ../fish/guestfish-actions.pod:1908
897 #: ../fish/guestfish-actions.pod:1916 ../fish/guestfish-actions.pod:1923
898 #: ../fish/guestfish-actions.pod:1930 ../tools/virt-win-reg.pl:195
899 #: ../tools/virt-win-reg.pl:200 ../tools/virt-win-reg.pl:206
900 #: ../tools/virt-win-reg.pl:708 ../tools/virt-win-reg.pl:714
901 #: ../tools/virt-win-reg.pl:720
902 msgid "*"
903 msgstr ""
904
905 #. type: textblock
906 #: ../src/guestfs.pod:390
907 msgid ""
908 "The kernel version that the command runs under will be different from what "
909 "it expects."
910 msgstr ""
911
912 #. type: textblock
913 #: ../src/guestfs.pod:395
914 msgid ""
915 "If the command needs to communicate with daemons, then most likely they "
916 "won't be running."
917 msgstr ""
918
919 #. type: textblock
920 #: ../src/guestfs.pod:400
921 msgid "The command will be running in limited memory."
922 msgstr ""
923
924 #. type: textblock
925 #: ../src/guestfs.pod:404
926 msgid ""
927 "The network may not be available unless you enable it (see L</"
928 "guestfs_set_network>)."
929 msgstr ""
930
931 #. type: textblock
932 #: ../src/guestfs.pod:409
933 msgid "Only supports Linux guests (not Windows, BSD, etc)."
934 msgstr ""
935
936 #. type: textblock
937 #: ../src/guestfs.pod:413
938 msgid ""
939 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
940 msgstr ""
941
942 #. type: textblock
943 #: ../src/guestfs.pod:418
944 msgid ""
945 "For SELinux guests, you may need to enable SELinux and load policy first.  "
946 "See L</SELINUX> in this manpage."
947 msgstr ""
948
949 #. type: textblock
950 #: ../src/guestfs.pod:423
951 msgid ""
952 "I<Security:> It is not safe to run commands from untrusted, possibly "
953 "malicious guests.  These commands may attempt to exploit your program by "
954 "sending unexpected output.  They could also try to exploit the Linux kernel "
955 "or qemu provided by the libguestfs appliance.  They could use the network "
956 "provided by the libguestfs appliance to bypass ordinary network partitions "
957 "and firewalls.  They could use the elevated privileges or different SELinux "
958 "context of your program to their advantage."
959 msgstr ""
960
961 #. type: textblock
962 #: ../src/guestfs.pod:432
963 msgid ""
964 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
965 "(a script which runs when the guest next boots normally), and to have this "
966 "script run the commands you want in the normal context of the running guest, "
967 "network security and so on.  For information about other security issues, "
968 "see L</SECURITY>."
969 msgstr ""
970
971 #. type: textblock
972 #: ../src/guestfs.pod:440
973 msgid ""
974 "The two main API calls to run commands are L</guestfs_command> and L</"
975 "guestfs_sh> (there are also variations)."
976 msgstr ""
977
978 #. type: textblock
979 #: ../src/guestfs.pod:443
980 msgid ""
981 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
982 "shell globs, redirections, etc will work."
983 msgstr ""
984
985 #. type: =head2
986 #: ../src/guestfs.pod:446
987 msgid "CONFIGURATION FILES"
988 msgstr "ФАЙЛИ НАЛАШТУВАННЯ"
989
990 #. type: textblock
991 #: ../src/guestfs.pod:448
992 msgid ""
993 "To read and write configuration files in Linux guest filesystems, we "
994 "strongly recommend using Augeas.  For example, Augeas understands how to "
995 "read and write, say, a Linux shadow password file or X.org configuration "
996 "file, and so avoids you having to write that code."
997 msgstr ""
998
999 #. type: textblock
1000 #: ../src/guestfs.pod:453
1001 msgid ""
1002 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1003 "document Augeas itself here because there is excellent documentation on the "
1004 "L<http://augeas.net/> website."
1005 msgstr ""
1006
1007 #. type: textblock
1008 #: ../src/guestfs.pod:457
1009 msgid ""
1010 "If you don't want to use Augeas (you fool!) then try calling L</"
1011 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1012 "over."
1013 msgstr ""
1014
1015 #. type: =head2
1016 #: ../src/guestfs.pod:461
1017 msgid "SELINUX"
1018 msgstr "SELINUX"
1019
1020 #. type: textblock
1021 #: ../src/guestfs.pod:463
1022 msgid ""
1023 "We support SELinux guests.  To ensure that labeling happens correctly in "
1024 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1025 msgstr ""
1026
1027 #. type: =item
1028 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395
1029 #: ../src/guestfs.pod:2426
1030 msgid "1."
1031 msgstr ""
1032
1033 #. type: textblock
1034 #: ../src/guestfs.pod:471
1035 msgid "Before launching, do:"
1036 msgstr ""
1037
1038 #. type: verbatim
1039 #: ../src/guestfs.pod:473
1040 #, no-wrap
1041 msgid ""
1042 " guestfs_set_selinux (g, 1);\n"
1043 "\n"
1044 msgstr ""
1045
1046 #. type: =item
1047 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399
1048 #: ../src/guestfs.pod:2451
1049 msgid "2."
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:477
1054 msgid ""
1055 "After mounting the guest's filesystem(s), load the policy.  This is best "
1056 "done by running the L<load_policy(8)> command in the guest itself:"
1057 msgstr ""
1058
1059 #. type: verbatim
1060 #: ../src/guestfs.pod:481
1061 #, no-wrap
1062 msgid ""
1063 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1064 "\n"
1065 msgstr ""
1066
1067 #. type: textblock
1068 #: ../src/guestfs.pod:483
1069 msgid ""
1070 "(Older versions of C<load_policy> require you to specify the name of the "
1071 "policy file)."
1072 msgstr ""
1073
1074 #. type: =item
1075 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
1076 msgid "3."
1077 msgstr ""
1078
1079 #. type: textblock
1080 #: ../src/guestfs.pod:488
1081 msgid ""
1082 "Optionally, set the security context for the API.  The correct security "
1083 "context to use can only be known by inspecting the guest.  As an example:"
1084 msgstr ""
1085
1086 #. type: verbatim
1087 #: ../src/guestfs.pod:492
1088 #, no-wrap
1089 msgid ""
1090 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1091 "\n"
1092 msgstr ""
1093
1094 #. type: textblock
1095 #: ../src/guestfs.pod:496
1096 msgid "This will work for running commands and editing existing files."
1097 msgstr ""
1098
1099 #. type: textblock
1100 #: ../src/guestfs.pod:498
1101 msgid ""
1102 "When new files are created, you may need to label them explicitly, for "
1103 "example by running the external command C<restorecon pathname>."
1104 msgstr ""
1105
1106 #. type: =head2
1107 #: ../src/guestfs.pod:502
1108 msgid "UMASK"
1109 msgstr ""
1110
1111 #. type: textblock
1112 #: ../src/guestfs.pod:504
1113 msgid ""
1114 "Certain calls are affected by the current file mode creation mask (the "
1115 "\"umask\").  In particular ones which create files or directories, such as "
1116 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1117 "either the default mode that the file is created with or modifies the mode "
1118 "that you supply."
1119 msgstr ""
1120
1121 #. type: textblock
1122 #: ../src/guestfs.pod:510
1123 msgid ""
1124 "The default umask is C<022>, so files are created with modes such as C<0644> "
1125 "and directories with C<0755>."
1126 msgstr ""
1127
1128 #. type: textblock
1129 #: ../src/guestfs.pod:513
1130 msgid ""
1131 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1132 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1133 "guestfs_chmod> after creating each file or directory."
1134 msgstr ""
1135
1136 #. type: textblock
1137 #: ../src/guestfs.pod:517
1138 msgid "For more information about umask, see L<umask(2)>."
1139 msgstr ""
1140
1141 #. type: =head1
1142 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:767
1143 msgid "ENCRYPTED DISKS"
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:521
1148 msgid ""
1149 "Libguestfs allows you to access Linux guests which have been encrypted using "
1150 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1151 "standard.  This includes nearly all whole disk encryption systems used by "
1152 "modern Linux guests."
1153 msgstr ""
1154
1155 #. type: textblock
1156 #: ../src/guestfs.pod:527
1157 msgid ""
1158 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1159 "returns the string C<crypto_LUKS>)."
1160 msgstr ""
1161
1162 #. type: textblock
1163 #: ../src/guestfs.pod:530
1164 msgid ""
1165 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1166 "will require the passphrase!"
1167 msgstr ""
1168
1169 #. type: textblock
1170 #: ../src/guestfs.pod:533
1171 msgid ""
1172 "Opening a LUKS device creates a new device mapper device called C</dev/"
1173 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1174 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1175 "from and encrypted to the underlying block device respectively."
1176 msgstr ""
1177
1178 #. type: textblock
1179 #: ../src/guestfs.pod:539
1180 msgid ""
1181 "LVM volume groups on the device can be made visible by calling L</"
1182 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1183 "(s) can now be mounted in the usual way."
1184 msgstr ""
1185
1186 #. type: textblock
1187 #: ../src/guestfs.pod:543
1188 msgid ""
1189 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1190 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1191 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1192 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1193 "underlying encrypted block device)."
1194 msgstr ""
1195
1196 #. type: =head2
1197 #: ../src/guestfs.pod:550
1198 msgid "INSPECTION"
1199 msgstr "ПЕРЕВІРКА"
1200
1201 #. type: textblock
1202 #: ../src/guestfs.pod:552
1203 msgid ""
1204 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1205 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1206 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1207 "version 1.5.3 the most frequently used part of this library has been "
1208 "rewritten in C and moved into the core code)."
1209 msgstr ""
1210
1211 #. type: textblock
1212 #: ../src/guestfs.pod:559
1213 msgid ""
1214 "Add all disks belonging to the unknown virtual machine and call L</"
1215 "guestfs_launch> in the usual way."
1216 msgstr ""
1217
1218 #. type: textblock
1219 #: ../src/guestfs.pod:562
1220 msgid ""
1221 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1222 "and certain heuristics, and returns a list of operating systems that were "
1223 "found.  An empty list means none were found.  A single element is the root "
1224 "filesystem of the operating system.  For dual- or multi-boot guests, "
1225 "multiple roots can be returned, each one corresponding to a separate "
1226 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1227 "world of virtualization, but since this scenario can happen, we have built "
1228 "libguestfs to deal with it.)"
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:571
1233 msgid ""
1234 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1235 "to get additional details about that operating system.  For example, call L</"
1236 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1237 "Windows and Linux-based operating systems respectively."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:577
1242 msgid ""
1243 "Un*x-like and Linux-based operating systems usually consist of several "
1244 "filesystems which are mounted at boot time (for example, a separate boot "
1245 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1246 "filesystems correspond to mount points.  Call "
1247 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1248 "hash table like this example:"
1249 msgstr ""
1250
1251 #. type: verbatim
1252 #: ../src/guestfs.pod:584
1253 #, no-wrap
1254 msgid ""
1255 " /boot => /dev/sda1\n"
1256 " /     => /dev/vg_guest/lv_root\n"
1257 " /usr  => /dev/vg_guest/lv_usr\n"
1258 "\n"
1259 msgstr ""
1260
1261 #. type: textblock
1262 #: ../src/guestfs.pod:588
1263 msgid ""
1264 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1265 "filesystems as suggested."
1266 msgstr ""
1267
1268 #. type: textblock
1269 #: ../src/guestfs.pod:591
1270 msgid ""
1271 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1272 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:595
1277 msgid ""
1278 "Inspection currently only works for some common operating systems.  "
1279 "Contributors are welcome to send patches for other operating systems that we "
1280 "currently cannot detect."
1281 msgstr ""
1282
1283 #. type: textblock
1284 #: ../src/guestfs.pod:599
1285 msgid ""
1286 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1287 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1288 "encrypted devices."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:603
1293 msgid ""
1294 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1295 "inspection and caches the results in the guest handle.  Subsequent calls to "
1296 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1297 "read the disks.  If you change the content of the guest disks, you can redo "
1298 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1299 "guestfs_inspect_list_applications> works a little differently from the other "
1300 "calls and does read the disks.  See documentation for that function for "
1301 "details)."
1302 msgstr ""
1303
1304 #. type: =head3
1305 #: ../src/guestfs.pod:612
1306 msgid "INSPECTING INSTALL DISKS"
1307 msgstr ""
1308
1309 #. type: textblock
1310 #: ../src/guestfs.pod:614
1311 msgid ""
1312 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1313 "CDs and more."
1314 msgstr ""
1315
1316 #. type: textblock
1317 #: ../src/guestfs.pod:617
1318 msgid ""
1319 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1320 "system, which currently can be C<installed> (a regular operating system) or "
1321 "C<installer> (some sort of install disk)."
1322 msgstr ""
1323
1324 #. type: textblock
1325 #: ../src/guestfs.pod:621
1326 msgid ""
1327 "Further information is available about the operating system that can be "
1328 "installed using the regular inspection APIs like L</"
1329 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:626
1334 msgid ""
1335 "Some additional information specific to installer disks is also available "
1336 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1337 "guestfs_inspect_is_multipart> calls."
1338 msgstr ""
1339
1340 #. type: =head2
1341 #: ../src/guestfs.pod:631
1342 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1343 msgstr ""
1344
1345 #. type: textblock
1346 #: ../src/guestfs.pod:633
1347 msgid ""
1348 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1349 "ntfs-3g.org/> driver."
1350 msgstr ""
1351
1352 #. type: =head3
1353 #: ../src/guestfs.pod:636
1354 msgid "DRIVE LETTERS AND PATHS"
1355 msgstr ""
1356
1357 #. type: textblock
1358 #: ../src/guestfs.pod:638
1359 msgid ""
1360 "DOS and Windows still use drive letters, and the filesystems are always "
1361 "treated as case insensitive by Windows itself, and therefore you might find "
1362 "a Windows configuration file referring to a path like C<c:\\windows"
1363 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1364 "might be referred to as C</WINDOWS/System32>."
1365 msgstr ""
1366
1367 #. type: textblock
1368 #: ../src/guestfs.pod:644
1369 msgid ""
1370 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1371 "L</guestfs_inspect_get_drive_mappings>)"
1372 msgstr ""
1373
1374 #. type: textblock
1375 #: ../src/guestfs.pod:647
1376 msgid ""
1377 "Dealing with separator characters (backslash vs forward slash) is outside "
1378 "the scope of libguestfs, but usually a simple character replacement will "
1379 "work."
1380 msgstr ""
1381
1382 #. type: textblock
1383 #: ../src/guestfs.pod:651
1384 msgid ""
1385 "To resolve the case insensitivity of paths, call L</"
1386 "guestfs_case_sensitive_path>."
1387 msgstr ""
1388
1389 #. type: =head3
1390 #: ../src/guestfs.pod:654
1391 msgid "ACCESSING THE WINDOWS REGISTRY"
1392 msgstr ""
1393
1394 #. type: textblock
1395 #: ../src/guestfs.pod:656
1396 msgid ""
1397 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1398 "files, through the library C<hivex> which is part of the libguestfs project "
1399 "although ships as a separate tarball.  You have to locate and download the "
1400 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1401 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1402 "reg(1)> for more help on this issue."
1403 msgstr ""
1404
1405 #. type: =head3
1406 #: ../src/guestfs.pod:664
1407 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:666
1412 msgid ""
1413 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1414 "provide something which looks like a Linux symlink.  The way it tries to do "
1415 "the rewriting is described here:"
1416 msgstr ""
1417
1418 #. type: textblock
1419 #: ../src/guestfs.pod:670
1420 msgid ""
1421 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1422 "symbolic-links/>"
1423 msgstr ""
1424 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1425 "symbolic-links/>"
1426
1427 #. type: textblock
1428 #: ../src/guestfs.pod:672
1429 msgid ""
1430 "The essential problem is that ntfs-3g simply does not have enough "
1431 "information to do a correct job.  NTFS links can contain drive letters and "
1432 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1433 "It is almost certainly the case that libguestfs callers should ignore what "
1434 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1435 msgstr ""
1436
1437 #. type: textblock
1438 #: ../src/guestfs.pod:679
1439 msgid ""
1440 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1441 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1442 "attribute, and read the raw reparse data from that (you can find the format "
1443 "documented in various places around the web)."
1444 msgstr ""
1445
1446 #. type: =head3
1447 #: ../src/guestfs.pod:684
1448 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1449 msgstr ""
1450
1451 #. type: textblock
1452 #: ../src/guestfs.pod:686
1453 msgid ""
1454 "There are other useful extended attributes that can be read from ntfs-3g "
1455 "filesystems (using L</guestfs_getxattr>).  See:"
1456 msgstr ""
1457
1458 #. type: textblock
1459 #: ../src/guestfs.pod:689
1460 msgid ""
1461 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1462 msgstr ""
1463 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1464
1465 #. type: =head2
1466 #: ../src/guestfs.pod:691
1467 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1468 msgstr ""
1469
1470 #. type: textblock
1471 #: ../src/guestfs.pod:693
1472 msgid ""
1473 "Although we don't want to discourage you from using the C API, we will "
1474 "mention here that the same API is also available in other languages."
1475 msgstr ""
1476
1477 #. type: textblock
1478 #: ../src/guestfs.pod:696
1479 msgid ""
1480 "The API is broadly identical in all supported languages.  This means that "
1481 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1482 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1483 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1484 "each language."
1485 msgstr ""
1486
1487 #. type: textblock
1488 #: ../src/guestfs.pod:702
1489 msgid ""
1490 "Error messages are automatically transformed into exceptions if the language "
1491 "supports it."
1492 msgstr ""
1493
1494 #. type: textblock
1495 #: ../src/guestfs.pod:705
1496 msgid ""
1497 "We don't try to \"object orientify\" parts of the API in OO languages, "
1498 "although contributors are welcome to write higher level APIs above what we "
1499 "provide in their favourite languages if they wish."
1500 msgstr ""
1501
1502 #. type: =item
1503 #: ../src/guestfs.pod:711
1504 msgid "B<C++>"
1505 msgstr "B<C++>"
1506
1507 #. type: textblock
1508 #: ../src/guestfs.pod:713
1509 msgid ""
1510 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1511 "identical to the C API.  C++ classes and exceptions are not used."
1512 msgstr ""
1513
1514 #. type: =item
1515 #: ../src/guestfs.pod:717
1516 msgid "B<C#>"
1517 msgstr "B<C#>"
1518
1519 #. type: textblock
1520 #: ../src/guestfs.pod:719
1521 msgid ""
1522 "The C# bindings are highly experimental.  Please read the warnings at the "
1523 "top of C<csharp/Libguestfs.cs>."
1524 msgstr ""
1525
1526 #. type: =item
1527 #: ../src/guestfs.pod:722
1528 msgid "B<Haskell>"
1529 msgstr "B<Haskell>"
1530
1531 #. type: textblock
1532 #: ../src/guestfs.pod:724
1533 msgid ""
1534 "This is the only language binding that is working but incomplete.  Only "
1535 "calls which return simple integers have been bound in Haskell, and we are "
1536 "looking for help to complete this binding."
1537 msgstr ""
1538
1539 #. type: =item
1540 #: ../src/guestfs.pod:728
1541 msgid "B<Java>"
1542 msgstr "B<Java>"
1543
1544 #. type: textblock
1545 #: ../src/guestfs.pod:730
1546 msgid ""
1547 "Full documentation is contained in the Javadoc which is distributed with "
1548 "libguestfs."
1549 msgstr ""
1550
1551 #. type: =item
1552 #: ../src/guestfs.pod:733
1553 msgid "B<OCaml>"
1554 msgstr "B<OCaml>"
1555
1556 #. type: textblock
1557 #: ../src/guestfs.pod:735
1558 msgid "See L<guestfs-ocaml(3)>."
1559 msgstr "Див. L<guestfs-ocaml(3)>."
1560
1561 #. type: =item
1562 #: ../src/guestfs.pod:737
1563 msgid "B<Perl>"
1564 msgstr "B<Perl>"
1565
1566 #. type: textblock
1567 #: ../src/guestfs.pod:739
1568 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1569 msgstr "Див. L<guestfs-perl(3)> та L<Sys::Guestfs(3)>."
1570
1571 #. type: =item
1572 #: ../src/guestfs.pod:741
1573 msgid "B<PHP>"
1574 msgstr "B<PHP>"
1575
1576 #. type: textblock
1577 #: ../src/guestfs.pod:743
1578 msgid ""
1579 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1580 "the php-libguestfs package for your distribution."
1581 msgstr ""
1582
1583 #. type: textblock
1584 #: ../src/guestfs.pod:746
1585 msgid "The PHP binding only works correctly on 64 bit machines."
1586 msgstr ""
1587
1588 #. type: =item
1589 #: ../src/guestfs.pod:748
1590 msgid "B<Python>"
1591 msgstr "B<Python>"
1592
1593 #. type: textblock
1594 #: ../src/guestfs.pod:750
1595 msgid "See L<guestfs-python(3)>."
1596 msgstr "Див. L<guestfs-python(3)>."
1597
1598 #. type: =item
1599 #: ../src/guestfs.pod:752
1600 msgid "B<Ruby>"
1601 msgstr "B<Ruby>"
1602
1603 #. type: textblock
1604 #: ../src/guestfs.pod:754
1605 msgid "See L<guestfs-ruby(3)>."
1606 msgstr "Див. L<guestfs-ruby(3)>."
1607
1608 #. type: =item
1609 #: ../src/guestfs.pod:756
1610 msgid "B<shell scripts>"
1611 msgstr "B<скрипти оболонки>"
1612
1613 #. type: textblock
1614 #: ../src/guestfs.pod:758
1615 msgid "See L<guestfish(1)>."
1616 msgstr "Див. L<guestfish(1)>."
1617
1618 #. type: =head2
1619 #: ../src/guestfs.pod:762
1620 msgid "LIBGUESTFS GOTCHAS"
1621 msgstr ""
1622
1623 #. type: textblock
1624 #: ../src/guestfs.pod:764
1625 msgid ""
1626 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1627 "system [...] that works in the way it is documented but is counterintuitive "
1628 "and almost invites mistakes.\""
1629 msgstr ""
1630
1631 #. type: textblock
1632 #: ../src/guestfs.pod:768
1633 msgid ""
1634 "Since we developed libguestfs and the associated tools, there are several "
1635 "things we would have designed differently, but are now stuck with for "
1636 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1637 "release, you can expect these to change.  Beware of them."
1638 msgstr ""
1639
1640 #. type: =item
1641 #: ../src/guestfs.pod:776
1642 msgid "Autosync / forgetting to sync."
1643 msgstr ""
1644
1645 #. type: textblock
1646 #: ../src/guestfs.pod:778
1647 msgid ""
1648 "I<Update:> Autosync is enabled by default for all API users starting from "
1649 "libguestfs 1.5.24.  This section only applies to older versions."
1650 msgstr ""
1651
1652 #. type: textblock
1653 #: ../src/guestfs.pod:781
1654 msgid ""
1655 "When modifying a filesystem from C or another language, you B<must> unmount "
1656 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1657 "libguestfs handle.  You can also call:"
1658 msgstr ""
1659
1660 #. type: verbatim
1661 #: ../src/guestfs.pod:785
1662 #, no-wrap
1663 msgid ""
1664 " guestfs_set_autosync (g, 1);\n"
1665 "\n"
1666 msgstr ""
1667
1668 #. type: textblock
1669 #: ../src/guestfs.pod:787
1670 msgid ""
1671 "to have the unmount/sync done automatically for you when the handle 'g' is "
1672 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:791
1677 msgid ""
1678 "If you forget to do this, then it is entirely possible that your changes "
1679 "won't be written out, or will be partially written, or (very rarely) that "
1680 "you'll get disk corruption."
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:795
1685 msgid ""
1686 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1687 "guestfish scripts that forget to sync will work just fine, which can make "
1688 "this very puzzling if you are trying to debug a problem."
1689 msgstr ""
1690
1691 #. type: =item
1692 #: ../src/guestfs.pod:799
1693 msgid "Mount option C<-o sync> should not be the default."
1694 msgstr ""
1695
1696 #. type: textblock
1697 #: ../src/guestfs.pod:801
1698 msgid ""
1699 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1700 "However C<-o sync> does not add any reliability benefit, but does have a "
1701 "very large performance impact."
1702 msgstr ""
1703
1704 #. type: textblock
1705 #: ../src/guestfs.pod:805
1706 msgid ""
1707 "The work around is to use L</guestfs_mount_options> and set the mount "
1708 "options that you actually want to use."
1709 msgstr ""
1710
1711 #. type: =item
1712 #: ../src/guestfs.pod:808
1713 msgid "Read-only should be the default."
1714 msgstr ""
1715
1716 #. type: textblock
1717 #: ../src/guestfs.pod:810
1718 msgid ""
1719 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1720 "specify I<--rw> if you want to make changes to the image."
1721 msgstr ""
1722
1723 #. type: textblock
1724 #: ../src/guestfs.pod:813
1725 msgid "This would reduce the potential to corrupt live VM images."
1726 msgstr ""
1727
1728 #. type: textblock
1729 #: ../src/guestfs.pod:815
1730 msgid ""
1731 "Note that many filesystems change the disk when you just mount and unmount, "
1732 "even if you didn't perform any writes.  You need to use L</"
1733 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1734 msgstr ""
1735
1736 #. type: =item
1737 #: ../src/guestfs.pod:819
1738 msgid "guestfish command line is hard to use."
1739 msgstr ""
1740
1741 #. type: textblock
1742 #: ../src/guestfs.pod:821
1743 msgid ""
1744 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1745 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1746 "exist, so it fails.  In earlier versions of guestfish the error message was "
1747 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1748 "we should have used C<guestfish -c command> to run commands."
1749 msgstr ""
1750
1751 #. type: =item
1752 #: ../src/guestfs.pod:828
1753 msgid "guestfish megabyte modifiers don't work right on all commands"
1754 msgstr ""
1755
1756 #. type: textblock
1757 #: ../src/guestfs.pod:830
1758 msgid ""
1759 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1760 "other modifiers).  What guestfish actually does is to multiply the number "
1761 "part by the modifier part and pass the result to the C API.  However this "
1762 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1763 "expecting some other unit (eg. megabytes)."
1764 msgstr ""
1765
1766 #. type: textblock
1767 #: ../src/guestfs.pod:837
1768 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1769 msgstr ""
1770
1771 #. type: verbatim
1772 #: ../src/guestfs.pod:839
1773 #, no-wrap
1774 msgid ""
1775 " lvcreate LV VG 100M\n"
1776 "\n"
1777 msgstr ""
1778
1779 #. type: textblock
1780 #: ../src/guestfs.pod:841
1781 msgid ""
1782 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1783 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1784 "megabytes * megabytes) logical volume.  The error message you get from this "
1785 "is also a little obscure."
1786 msgstr ""
1787
1788 #. type: textblock
1789 #: ../src/guestfs.pod:846
1790 msgid ""
1791 "This could be fixed in the generator by specially marking parameters and "
1792 "return values which take bytes or other units."
1793 msgstr ""
1794
1795 #. type: =item
1796 #: ../src/guestfs.pod:849
1797 msgid "Ambiguity between devices and paths"
1798 msgstr ""
1799
1800 #. type: textblock
1801 #: ../src/guestfs.pod:851
1802 msgid ""
1803 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1804 "sdb2>) and a similar pathname.  A file might just happen to be called "
1805 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1806 msgstr ""
1807
1808 #. type: textblock
1809 #: ../src/guestfs.pod:856
1810 msgid ""
1811 "In the current API we usually resolve this ambiguity by having two separate "
1812 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1813 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1814 "detecting if the path supplied begins with C</dev/>."
1815 msgstr ""
1816
1817 #. type: textblock
1818 #: ../src/guestfs.pod:862
1819 msgid ""
1820 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1821 "make paths/devices into structured names.  One way to do this would be to "
1822 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1823 "aspect of grub.  Another way would be to use a structured type, equivalent "
1824 "to this OCaml type:"
1825 msgstr ""
1826
1827 #. type: verbatim
1828 #: ../src/guestfs.pod:868
1829 #, no-wrap
1830 msgid ""
1831 " type path = Path of string | Device of int | Partition of int * int\n"
1832 "\n"
1833 msgstr ""
1834
1835 #. type: textblock
1836 #: ../src/guestfs.pod:870
1837 msgid "which would allow you to pass arguments like:"
1838 msgstr ""
1839
1840 #. type: verbatim
1841 #: ../src/guestfs.pod:872
1842 #, no-wrap
1843 msgid ""
1844 " Path \"/foo/bar\"\n"
1845 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1846 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1847 " Path \"/dev/sdb2\"    (* not a device *)\n"
1848 "\n"
1849 msgstr ""
1850
1851 #. type: textblock
1852 #: ../src/guestfs.pod:877
1853 msgid ""
1854 "As you can see there are still problems to resolve even with this "
1855 "representation.  Also consider how it might work in guestfish."
1856 msgstr ""
1857
1858 #. type: =head2
1859 #: ../src/guestfs.pod:882
1860 msgid "KEYS AND PASSPHRASES"
1861 msgstr ""
1862
1863 #. type: textblock
1864 #: ../src/guestfs.pod:884
1865 msgid ""
1866 "Certain libguestfs calls take a parameter that contains sensitive key "
1867 "material, passed in as a C string."
1868 msgstr ""
1869
1870 #. type: textblock
1871 #: ../src/guestfs.pod:887
1872 msgid ""
1873 "In the future we would hope to change the libguestfs implementation so that "
1874 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1875 "swap.  However this is I<not> done at the moment, because of the complexity "
1876 "of such an implementation."
1877 msgstr ""
1878
1879 #. type: textblock
1880 #: ../src/guestfs.pod:892
1881 msgid ""
1882 "Therefore you should be aware that any key parameter you pass to libguestfs "
1883 "might end up being written out to the swap partition.  If this is a concern, "
1884 "scrub the swap partition or don't use libguestfs on encrypted devices."
1885 msgstr ""
1886
1887 #. type: =head2
1888 #: ../src/guestfs.pod:897
1889 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1890 msgstr ""
1891
1892 #. type: textblock
1893 #: ../src/guestfs.pod:899
1894 msgid ""
1895 "All high-level libguestfs actions are synchronous.  If you want to use "
1896 "libguestfs asynchronously then you must create a thread."
1897 msgstr ""
1898
1899 #. type: textblock
1900 #: ../src/guestfs.pod:902
1901 msgid ""
1902 "Only use the handle from a single thread.  Either use the handle exclusively "
1903 "from one thread, or provide your own mutex so that two threads cannot issue "
1904 "calls on the same handle at the same time."
1905 msgstr ""
1906
1907 #. type: textblock
1908 #: ../src/guestfs.pod:906
1909 msgid ""
1910 "See the graphical program guestfs-browser for one possible architecture for "
1911 "multithreaded programs using libvirt and libguestfs."
1912 msgstr ""
1913
1914 #. type: =head2
1915 #: ../src/guestfs.pod:909
1916 msgid "PATH"
1917 msgstr "ШЛЯХ"
1918
1919 #. type: textblock
1920 #: ../src/guestfs.pod:911
1921 msgid ""
1922 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1923 "internal path."
1924 msgstr ""
1925
1926 #. type: textblock
1927 #: ../src/guestfs.pod:914
1928 msgid ""
1929 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
1930 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1931 msgstr ""
1932
1933 #. type: textblock
1934 #: ../src/guestfs.pod:917
1935 msgid ""
1936 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1937 "to change the directories that libguestfs will search in.  The value is a "
1938 "colon-separated list of paths.  The current directory is I<not> searched "
1939 "unless the path contains an empty element or C<.>.  For example "
1940 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1941 "then C</usr/lib/guestfs>."
1942 msgstr ""
1943
1944 #. type: =head2
1945 #: ../src/guestfs.pod:924
1946 msgid "QEMU WRAPPERS"
1947 msgstr ""
1948
1949 #. type: textblock
1950 #: ../src/guestfs.pod:926
1951 msgid ""
1952 "If you want to compile your own qemu, run qemu from a non-standard location, "
1953 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1954 "around qemu."
1955 msgstr ""
1956
1957 #. type: textblock
1958 #: ../src/guestfs.pod:930
1959 msgid ""
1960 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1961 "last command in the shell script (so that qemu replaces the shell and "
1962 "becomes the direct child of the libguestfs-using program).  If you don't do "
1963 "this, then the qemu process won't be cleaned up correctly."
1964 msgstr ""
1965
1966 #. type: textblock
1967 #: ../src/guestfs.pod:935
1968 msgid ""
1969 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1970 "source:"
1971 msgstr ""
1972
1973 #. type: verbatim
1974 #: ../src/guestfs.pod:938
1975 #, no-wrap
1976 msgid ""
1977 " #!/bin/sh -\n"
1978 " qemudir=/home/rjones/d/qemu\n"
1979 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
1980 "\n"
1981 msgstr ""
1982
1983 #. type: textblock
1984 #: ../src/guestfs.pod:942
1985 msgid ""
1986 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1987 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1988 "example:"
1989 msgstr ""
1990
1991 #. type: verbatim
1992 #: ../src/guestfs.pod:946
1993 #, no-wrap
1994 msgid ""
1995 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1996 "\n"
1997 msgstr ""
1998
1999 #. type: textblock
2000 #: ../src/guestfs.pod:948
2001 msgid ""
2002 "Note that libguestfs also calls qemu with the -help and -version options in "
2003 "order to determine features."
2004 msgstr ""
2005
2006 #. type: =head2
2007 #: ../src/guestfs.pod:951
2008 msgid "ATTACHING TO RUNNING DAEMONS"
2009 msgstr ""
2010
2011 #. type: textblock
2012 #: ../src/guestfs.pod:953
2013 msgid ""
2014 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2015 "babies.  Use with caution."
2016 msgstr ""
2017
2018 #. type: textblock
2019 #: ../src/guestfs.pod:956
2020 msgid ""
2021 "I<Note (2):> This section explains how to attach to a running daemon from a "
2022 "low level perspective.  For most users, simply using virt tools such as "
2023 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2024 msgstr ""
2025
2026 #. type: =head3
2027 #: ../src/guestfs.pod:960
2028 msgid "Using guestfs_set_attach_method"
2029 msgstr ""
2030
2031 #. type: textblock
2032 #: ../src/guestfs.pod:962
2033 msgid ""
2034 "By calling L</guestfs_set_attach_method> you can change how the library "
2035 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2036 "ARCHITECTURE> for some background)."
2037 msgstr ""
2038
2039 #. type: textblock
2040 #: ../src/guestfs.pod:966
2041 msgid ""
2042 "The normal attach method is C<appliance>, where a small appliance is created "
2043 "containing the daemon, and then the library connects to this."
2044 msgstr ""
2045
2046 #. type: textblock
2047 #: ../src/guestfs.pod:969
2048 msgid ""
2049 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2050 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2051 "daemon over the Unix domain socket."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: ../src/guestfs.pod:973
2056 msgid ""
2057 "The normal use for this is to connect to a running virtual machine that "
2058 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2059 "files inside the live virtual machine."
2060 msgstr ""
2061
2062 #. type: =head3
2063 #: ../src/guestfs.pod:977
2064 msgid "Using guestfs_add_domain with live flag"
2065 msgstr ""
2066
2067 #. type: textblock
2068 #: ../src/guestfs.pod:979
2069 msgid ""
2070 "L</guestfs_add_domain> provides some help for getting the correct attach "
2071 "method.  If you pass the C<live> option to this function, then (if the "
2072 "virtual machine is running) it will examine the libvirt XML looking for a "
2073 "virtio-serial channel to connect to:"
2074 msgstr ""
2075
2076 #. type: verbatim
2077 #: ../src/guestfs.pod:985
2078 #, no-wrap
2079 msgid ""
2080 " <domain>\n"
2081 "   ...\n"
2082 "   <devices>\n"
2083 "     ...\n"
2084 "     <channel type='unix'>\n"
2085 "       <source mode='bind' path='/path/to/socket'/>\n"
2086 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2087 "     </channel>\n"
2088 "     ...\n"
2089 "   </devices>\n"
2090 " </domain>\n"
2091 "\n"
2092 msgstr ""
2093
2094 #. type: textblock
2095 #: ../src/guestfs.pod:997
2096 msgid ""
2097 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2098 "method to C<unix:/path/to/socket>."
2099 msgstr ""
2100
2101 #. type: textblock
2102 #: ../src/guestfs.pod:1000
2103 msgid ""
2104 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2105 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2106 "to attach to and modify live virtual machines."
2107 msgstr ""
2108
2109 #. type: textblock
2110 #: ../src/guestfs.pod:1004
2111 msgid ""
2112 "The virtual machine needs to have been set up beforehand so that it has the "
2113 "virtio-serial channel and so that guestfsd is running inside it."
2114 msgstr ""
2115
2116 #. type: =head2
2117 #: ../src/guestfs.pod:1008
2118 msgid "ABI GUARANTEE"
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1010
2123 msgid ""
2124 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2125 "actions as outlined in this section.  Although we will deprecate some "
2126 "actions, for example if they get replaced by newer calls, we will keep the "
2127 "old actions forever.  This allows you the developer to program in confidence "
2128 "against the libguestfs API."
2129 msgstr ""
2130
2131 #. type: =head2
2132 #: ../src/guestfs.pod:1016
2133 msgid "BLOCK DEVICE NAMING"
2134 msgstr ""
2135
2136 #. type: textblock
2137 #: ../src/guestfs.pod:1018
2138 msgid ""
2139 "In the kernel there is now quite a profusion of schemata for naming block "
2140 "devices (in this context, by I<block device> I mean a physical or virtual "
2141 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2142 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2143 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2144 "for the old IDE driver (particularly for SATA devices) those devices also "
2145 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2146 "paravirtualized drivers.  This has created several different naming systems, "
2147 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2148 msgstr ""
2149
2150 #. type: textblock
2151 #: ../src/guestfs.pod:1030
2152 msgid ""
2153 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2154 "Linux kernel to access block devices.  We can run a variety of appliances "
2155 "based on a variety of Linux kernels."
2156 msgstr ""
2157
2158 #. type: textblock
2159 #: ../src/guestfs.pod:1034
2160 msgid ""
2161 "This causes a problem for libguestfs because many API calls use device or "
2162 "partition names.  Working scripts and the recipe (example) scripts that we "
2163 "make available over the internet could fail if the naming scheme changes."
2164 msgstr ""
2165
2166 #. type: textblock
2167 #: ../src/guestfs.pod:1039
2168 msgid ""
2169 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2170 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2171 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2172 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2173 msgstr ""
2174
2175 #. type: textblock
2176 #: ../src/guestfs.pod:1045
2177 msgid ""
2178 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2179 "L</guestfs_list_partitions> and similar calls return the true names of the "
2180 "devices and partitions as known to the appliance."
2181 msgstr ""
2182
2183 #. type: =head3
2184 #: ../src/guestfs.pod:1050
2185 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2186 msgstr ""
2187
2188 #. type: textblock
2189 #: ../src/guestfs.pod:1052
2190 msgid ""
2191 "Usually this translation is transparent.  However in some (very rare)  cases "
2192 "you may need to know the exact algorithm.  Such cases include where you use "
2193 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2194 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2195 msgstr ""
2196
2197 #. type: textblock
2198 #: ../src/guestfs.pod:1058
2199 msgid ""
2200 "The algorithm is applied only to I<parameters> which are known to be either "
2201 "device or partition names.  Return values from functions such as L</"
2202 "guestfs_list_devices> are never changed."
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1066
2207 msgid "Is the string a parameter which is a device or partition name?"
2208 msgstr ""
2209
2210 #. type: textblock
2211 #: ../src/guestfs.pod:1070
2212 msgid "Does the string begin with C</dev/sd>?"
2213 msgstr ""
2214
2215 #. type: textblock
2216 #: ../src/guestfs.pod:1074
2217 msgid ""
2218 "Does the named device exist? If so, we use that device.  However if I<not> "
2219 "then we continue with this algorithm."
2220 msgstr ""
2221
2222 #. type: textblock
2223 #: ../src/guestfs.pod:1079
2224 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2225 msgstr ""
2226
2227 #. type: textblock
2228 #: ../src/guestfs.pod:1081
2229 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2230 msgstr ""
2231
2232 #. type: textblock
2233 #: ../src/guestfs.pod:1083
2234 msgid "If that named device exists, use it.  If not, continue."
2235 msgstr ""
2236
2237 #. type: textblock
2238 #: ../src/guestfs.pod:1087
2239 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2240 msgstr ""
2241
2242 #. type: textblock
2243 #: ../src/guestfs.pod:1089
2244 msgid "If that named device exists, use it.  If not, return an error."
2245 msgstr ""
2246
2247 #. type: =head3
2248 #: ../src/guestfs.pod:1093
2249 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2250 msgstr ""
2251
2252 #. type: textblock
2253 #: ../src/guestfs.pod:1095
2254 msgid ""
2255 "Although the standard naming scheme and automatic translation is useful for "
2256 "simple programs and guestfish scripts, for larger programs it is best not to "
2257 "rely on this mechanism."
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1099
2262 msgid ""
2263 "Where possible for maximum future portability programs using libguestfs "
2264 "should use these future-proof techniques:"
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: ../src/guestfs.pod:1106
2269 msgid ""
2270 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2271 "device names, and then use those names directly."
2272 msgstr ""
2273
2274 #. type: textblock
2275 #: ../src/guestfs.pod:1109
2276 msgid ""
2277 "Since those device names exist by definition, they will never be translated."
2278 msgstr ""
2279
2280 #. type: textblock
2281 #: ../src/guestfs.pod:1114
2282 msgid ""
2283 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2284 "filesystem labels."
2285 msgstr ""
2286
2287 #. type: =head1
2288 #: ../src/guestfs.pod:1119
2289 msgid "SECURITY"
2290 msgstr "БЕЗПЕКА"
2291
2292 #. type: textblock
2293 #: ../src/guestfs.pod:1121
2294 msgid ""
2295 "This section discusses security implications of using libguestfs, "
2296 "particularly with untrusted or malicious guests or disk images."
2297 msgstr ""
2298
2299 #. type: =head2
2300 #: ../src/guestfs.pod:1124
2301 msgid "GENERAL SECURITY CONSIDERATIONS"
2302 msgstr ""
2303
2304 #. type: textblock
2305 #: ../src/guestfs.pod:1126
2306 msgid ""
2307 "Be careful with any files or data that you download from a guest (by "
2308 "\"download\" we mean not just the L</guestfs_download> command but any "
2309 "command that reads files, filenames, directories or anything else from a "
2310 "disk image).  An attacker could manipulate the data to fool your program "
2311 "into doing the wrong thing.  Consider cases such as:"
2312 msgstr ""
2313
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1136
2316 msgid "the data (file etc) not being present"
2317 msgstr ""
2318
2319 #. type: textblock
2320 #: ../src/guestfs.pod:1140
2321 msgid "being present but empty"
2322 msgstr ""
2323
2324 #. type: textblock
2325 #: ../src/guestfs.pod:1144
2326 msgid "being much larger than normal"
2327 msgstr ""
2328
2329 #. type: textblock
2330 #: ../src/guestfs.pod:1148
2331 msgid "containing arbitrary 8 bit data"
2332 msgstr ""
2333
2334 #. type: textblock
2335 #: ../src/guestfs.pod:1152
2336 msgid "being in an unexpected character encoding"
2337 msgstr ""
2338
2339 #. type: textblock
2340 #: ../src/guestfs.pod:1156
2341 msgid "containing homoglyphs."
2342 msgstr ""
2343
2344 #. type: =head2
2345 #: ../src/guestfs.pod:1160
2346 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2347 msgstr ""
2348
2349 #. type: textblock
2350 #: ../src/guestfs.pod:1162
2351 msgid ""
2352 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2353 "(VFS) module can sometimes be escalated into exploits by deliberately "
2354 "creating a malicious, malformed filesystem.  These exploits are very severe "
2355 "for two reasons.  Firstly there are very many filesystem drivers in the "
2356 "kernel, and many of them are infrequently used and not much developer "
2357 "attention has been paid to the code.  Linux userspace helps potential "
2358 "crackers by detecting the filesystem type and automatically choosing the "
2359 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2360 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2361 "exploit (worse in some ways), giving immediate and total access to the "
2362 "system right down to the hardware level."
2363 msgstr ""
2364
2365 #. type: textblock
2366 #: ../src/guestfs.pod:1175
2367 msgid ""
2368 "That explains why you should never mount a filesystem from an untrusted "
2369 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2370 "inside a qemu virtual machine, usually running as a non-root user.  The "
2371 "attacker would need to write a filesystem which first exploited the kernel, "
2372 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2373 "the libguestfs protocol, and finally to be as serious as the host kernel "
2374 "exploit it would need to escalate its privileges to root.  This multi-step "
2375 "escalation, performed by a static piece of data, is thought to be extremely "
2376 "hard to do, although we never say 'never' about security issues."
2377 msgstr ""
2378
2379 #. type: textblock
2380 #: ../src/guestfs.pod:1186
2381 msgid ""
2382 "In any case callers can reduce the attack surface by forcing the filesystem "
2383 "type when mounting (use L</guestfs_mount_vfs>)."
2384 msgstr ""
2385
2386 #. type: =head2
2387 #: ../src/guestfs.pod:1189
2388 msgid "PROTOCOL SECURITY"
2389 msgstr ""
2390
2391 #. type: textblock
2392 #: ../src/guestfs.pod:1191
2393 msgid ""
2394 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2395 "defined upper message size.  However a program that uses libguestfs must "
2396 "also take care - for example you can write a program that downloads a binary "
2397 "from a disk image and executes it locally, and no amount of protocol "
2398 "security will save you from the consequences."
2399 msgstr ""
2400
2401 #. type: =head2
2402 #: ../src/guestfs.pod:1197
2403 msgid "INSPECTION SECURITY"
2404 msgstr ""
2405
2406 #. type: textblock
2407 #: ../src/guestfs.pod:1199
2408 msgid ""
2409 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2410 "directly from the guest, and these could contain any 8 bit data.  Callers "
2411 "should be careful to escape these before printing them to a structured file "
2412 "(for example, use HTML escaping if creating a web page)."
2413 msgstr ""
2414
2415 #. type: textblock
2416 #: ../src/guestfs.pod:1205
2417 msgid ""
2418 "Guest configuration may be altered in unusual ways by the administrator of "
2419 "the virtual machine, and may not reflect reality (particularly for untrusted "
2420 "or actively malicious guests).  For example we parse the hostname from "
2421 "configuration files like C</etc/sysconfig/network> that we find in the "
2422 "guest, but the guest administrator can easily manipulate these files to "
2423 "provide the wrong hostname."
2424 msgstr ""
2425
2426 #. type: textblock
2427 #: ../src/guestfs.pod:1213
2428 msgid ""
2429 "The inspection API parses guest configuration using two external libraries: "
2430 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2431 "designed to be robust in the face of malicious data, although denial of "
2432 "service attacks are still possible, for example with oversized configuration "
2433 "files."
2434 msgstr ""
2435
2436 #. type: =head2
2437 #: ../src/guestfs.pod:1219
2438 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2439 msgstr ""
2440
2441 #. type: textblock
2442 #: ../src/guestfs.pod:1221
2443 msgid ""
2444 "Be very cautious about running commands from the guest.  By running a "
2445 "command in the guest, you are giving CPU time to a binary that you do not "
2446 "control, under the same user account as the library, albeit wrapped in qemu "
2447 "virtualization.  More information and alternatives can be found in the "
2448 "section L</RUNNING COMMANDS>."
2449 msgstr ""
2450
2451 #. type: =head2
2452 #: ../src/guestfs.pod:1227
2453 msgid "CVE-2010-3851"
2454 msgstr "CVE-2010-3851"
2455
2456 #. type: textblock
2457 #: ../src/guestfs.pod:1229
2458 msgid "https://bugzilla.redhat.com/642934"
2459 msgstr "https://bugzilla.redhat.com/642934"
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1231
2463 msgid ""
2464 "This security bug concerns the automatic disk format detection that qemu "
2465 "does on disk images."
2466 msgstr ""
2467
2468 #. type: textblock
2469 #: ../src/guestfs.pod:1234
2470 msgid ""
2471 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2472 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2473 "for one of the known headers, and if none is found then assuming the disk "
2474 "image must be raw."
2475 msgstr ""
2476
2477 #. type: textblock
2478 #: ../src/guestfs.pod:1239
2479 msgid ""
2480 "This allows a guest which has been given a raw disk image to write some "
2481 "other header.  At next boot (or when the disk image is accessed by "
2482 "libguestfs) qemu would do autodetection and think the disk image format was, "
2483 "say, qcow2 based on the header written by the guest."
2484 msgstr ""
2485
2486 #. type: textblock
2487 #: ../src/guestfs.pod:1244
2488 msgid ""
2489 "This in itself would not be a problem, but qcow2 offers many features, one "
2490 "of which is to allow a disk image to refer to another image (called the "
2491 "\"backing disk\").  It does this by placing the path to the backing disk "
2492 "into the qcow2 header.  This path is not validated and could point to any "
2493 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2494 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2495 "control of the attacker."
2496 msgstr ""
2497
2498 #. type: textblock
2499 #: ../src/guestfs.pod:1252
2500 msgid ""
2501 "In libguestfs this is rather hard to exploit except under two circumstances:"
2502 msgstr ""
2503
2504 #. type: textblock
2505 #: ../src/guestfs.pod:1259
2506 msgid "You have enabled the network or have opened the disk in write mode."
2507 msgstr ""
2508
2509 #. type: textblock
2510 #: ../src/guestfs.pod:1263
2511 msgid ""
2512 "You are also running untrusted code from the guest (see L</RUNNING "
2513 "COMMANDS>)."
2514 msgstr ""
2515
2516 #. type: textblock
2517 #: ../src/guestfs.pod:1268
2518 msgid ""
2519 "The way to avoid this is to specify the expected disk format when adding "
2520 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2521 "should always do this if the disk is raw format, and it's a good idea for "
2522 "other cases too."
2523 msgstr ""
2524
2525 #. type: textblock
2526 #: ../src/guestfs.pod:1273
2527 msgid ""
2528 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2529 "format is fetched from libvirt and passed through."
2530 msgstr ""
2531
2532 #. type: textblock
2533 #: ../src/guestfs.pod:1276
2534 msgid ""
2535 "For libguestfs tools, use the I<--format> command line parameter as "
2536 "appropriate."
2537 msgstr ""
2538
2539 #. type: =head1
2540 #: ../src/guestfs.pod:1279
2541 msgid "CONNECTION MANAGEMENT"
2542 msgstr ""
2543
2544 #. type: =head2
2545 #: ../src/guestfs.pod:1281
2546 msgid "guestfs_h *"
2547 msgstr ""
2548
2549 #. type: textblock
2550 #: ../src/guestfs.pod:1283
2551 msgid ""
2552 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2553 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2554 "handle and release all resources used."
2555 msgstr ""
2556
2557 #. type: textblock
2558 #: ../src/guestfs.pod:1287
2559 msgid ""
2560 "For information on using multiple handles and threads, see the section L</"
2561 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2562 msgstr ""
2563
2564 #. type: =head2
2565 #: ../src/guestfs.pod:1290
2566 msgid "guestfs_create"
2567 msgstr ""
2568
2569 #. type: verbatim
2570 #: ../src/guestfs.pod:1292
2571 #, no-wrap
2572 msgid ""
2573 " guestfs_h *guestfs_create (void);\n"
2574 "\n"
2575 msgstr ""
2576
2577 #. type: textblock
2578 #: ../src/guestfs.pod:1294
2579 msgid "Create a connection handle."
2580 msgstr ""
2581
2582 #. type: textblock
2583 #: ../src/guestfs.pod:1296
2584 msgid ""
2585 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2586 "NULL."
2587 msgstr ""
2588
2589 #. type: textblock
2590 #: ../src/guestfs.pod:1299
2591 msgid ""
2592 "You have to \"configure\" the handle after creating it.  This includes "
2593 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2594 "handle at least once."
2595 msgstr ""
2596
2597 #. type: textblock
2598 #: ../src/guestfs.pod:1303
2599 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2600 msgstr ""
2601
2602 #. type: textblock
2603 #: ../src/guestfs.pod:1305
2604 msgid ""
2605 "You may also want to configure error handling for the handle.  See the L</"
2606 "ERROR HANDLING> section below."
2607 msgstr ""
2608
2609 #. type: =head2
2610 #: ../src/guestfs.pod:1308
2611 msgid "guestfs_close"
2612 msgstr ""
2613
2614 #. type: verbatim
2615 #: ../src/guestfs.pod:1310
2616 #, no-wrap
2617 msgid ""
2618 " void guestfs_close (guestfs_h *g);\n"
2619 "\n"
2620 msgstr ""
2621
2622 #. type: textblock
2623 #: ../src/guestfs.pod:1312
2624 msgid "This closes the connection handle and frees up all resources used."
2625 msgstr ""
2626
2627 #. type: textblock
2628 #: ../src/guestfs.pod:1314
2629 msgid ""
2630 "If autosync was set on the handle and the handle was launched, then this "
2631 "implicitly calls various functions to unmount filesystems and sync the "
2632 "disk.  See L</guestfs_set_autosync> for more details."
2633 msgstr ""
2634
2635 #. type: textblock
2636 #: ../src/guestfs.pod:1318
2637 msgid "If a close callback was set on the handle, then it is called."
2638 msgstr ""
2639
2640 #. type: =head1
2641 #: ../src/guestfs.pod:1320
2642 msgid "ERROR HANDLING"
2643 msgstr "ОБРОБКА ПОМИЛОК"
2644
2645 #. type: textblock
2646 #: ../src/guestfs.pod:1322
2647 msgid ""
2648 "API functions can return errors.  For example, almost all functions that "
2649 "return C<int> will return C<-1> to indicate an error."
2650 msgstr ""
2651
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1325
2654 msgid ""
2655 "Additional information is available for errors: an error message string and "
2656 "optionally an error number (errno) if the thing that failed was a system "
2657 "call."
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1329
2662 msgid ""
2663 "You can get at the additional information about the last error on the handle "
2664 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2665 "up an error handler with L</guestfs_set_error_handler>."
2666 msgstr ""
2667
2668 #. type: textblock
2669 #: ../src/guestfs.pod:1334
2670 msgid ""
2671 "When the handle is created, a default error handler is installed which "
2672 "prints the error message string to C<stderr>.  For small short-running "
2673 "command line programs it is sufficient to do:"
2674 msgstr ""
2675
2676 #. type: verbatim
2677 #: ../src/guestfs.pod:1338
2678 #, no-wrap
2679 msgid ""
2680 " if (guestfs_launch (g) == -1)\n"
2681 "   exit (EXIT_FAILURE);\n"
2682 "\n"
2683 msgstr ""
2684
2685 #. type: textblock
2686 #: ../src/guestfs.pod:1341
2687 msgid ""
2688 "since the default error handler will ensure that an error message has been "
2689 "printed to C<stderr> before the program exits."
2690 msgstr ""
2691
2692 #. type: textblock
2693 #: ../src/guestfs.pod:1344
2694 msgid ""
2695 "For other programs the caller will almost certainly want to install an "
2696 "alternate error handler or do error handling in-line like this:"
2697 msgstr ""
2698
2699 #. type: verbatim
2700 #: ../src/guestfs.pod:1347
2701 #, no-wrap
2702 msgid ""
2703 " g = guestfs_create ();\n"
2704 " \n"
2705 msgstr ""
2706
2707 #. type: verbatim
2708 #: ../src/guestfs.pod:1349
2709 #, no-wrap
2710 msgid ""
2711 " /* This disables the default behaviour of printing errors\n"
2712 "    on stderr. */\n"
2713 " guestfs_set_error_handler (g, NULL, NULL);\n"
2714 " \n"
2715 msgstr ""
2716
2717 #. type: verbatim
2718 #: ../src/guestfs.pod:1353
2719 #, no-wrap
2720 msgid ""
2721 " if (guestfs_launch (g) == -1) {\n"
2722 "   /* Examine the error message and print it etc. */\n"
2723 "   char *msg = guestfs_last_error (g);\n"
2724 "   int errnum = guestfs_last_errno (g);\n"
2725 "   fprintf (stderr, \"%s\\n\", msg);\n"
2726 "   /* ... */\n"
2727 "  }\n"
2728 "\n"
2729 msgstr ""
2730
2731 #. type: textblock
2732 #: ../src/guestfs.pod:1361
2733 msgid ""
2734 "Out of memory errors are handled differently.  The default action is to call "
2735 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2736 "guestfs_set_out_of_memory_handler>."
2737 msgstr ""
2738
2739 #. type: textblock
2740 #: ../src/guestfs.pod:1365
2741 msgid ""
2742 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2743 "because there is no handle if this happens there is no way to get additional "
2744 "error information.  However L</guestfs_create> is supposed to be a "
2745 "lightweight operation which can only fail because of insufficient memory (it "
2746 "returns NULL in this case)."
2747 msgstr ""
2748
2749 #. type: =head2
2750 #: ../src/guestfs.pod:1371
2751 msgid "guestfs_last_error"
2752 msgstr ""
2753
2754 #. type: verbatim
2755 #: ../src/guestfs.pod:1373
2756 #, no-wrap
2757 msgid ""
2758 " const char *guestfs_last_error (guestfs_h *g);\n"
2759 "\n"
2760 msgstr ""
2761
2762 #. type: textblock
2763 #: ../src/guestfs.pod:1375
2764 msgid ""
2765 "This returns the last error message that happened on C<g>.  If there has not "
2766 "been an error since the handle was created, then this returns C<NULL>."
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1379
2771 msgid ""
2772 "The lifetime of the returned string is until the next error occurs, or L</"
2773 "guestfs_close> is called."
2774 msgstr ""
2775
2776 #. type: =head2
2777 #: ../src/guestfs.pod:1382
2778 msgid "guestfs_last_errno"
2779 msgstr ""
2780
2781 #. type: verbatim
2782 #: ../src/guestfs.pod:1384
2783 #, no-wrap
2784 msgid ""
2785 " int guestfs_last_errno (guestfs_h *g);\n"
2786 "\n"
2787 msgstr ""
2788
2789 #. type: textblock
2790 #: ../src/guestfs.pod:1386
2791 msgid "This returns the last error number (errno) that happened on C<g>."
2792 msgstr ""
2793
2794 #. type: textblock
2795 #: ../src/guestfs.pod:1388
2796 msgid "If successful, an errno integer not equal to zero is returned."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1390
2801 msgid ""
2802 "If no error, this returns 0.  This call can return 0 in three situations:"
2803 msgstr ""
2804
2805 #. type: textblock
2806 #: ../src/guestfs.pod:1397
2807 msgid "There has not been any error on the handle."
2808 msgstr ""
2809
2810 #. type: textblock
2811 #: ../src/guestfs.pod:1401
2812 msgid ""
2813 "There has been an error but the errno was meaningless.  This corresponds to "
2814 "the case where the error did not come from a failed system call, but for "
2815 "some other reason."
2816 msgstr ""
2817
2818 #. type: textblock
2819 #: ../src/guestfs.pod:1407
2820 msgid ""
2821 "There was an error from a failed system call, but for some reason the errno "
2822 "was not captured and returned.  This usually indicates a bug in libguestfs."
2823 msgstr ""
2824
2825 #. type: textblock
2826 #: ../src/guestfs.pod:1413
2827 msgid ""
2828 "Libguestfs tries to convert the errno from inside the applicance into a "
2829 "corresponding errno for the caller (not entirely trivial: the appliance "
2830 "might be running a completely different operating system from the library "
2831 "and error numbers are not standardized across Un*xen).  If this could not be "
2832 "done, then the error is translated to C<EINVAL>.  In practice this should "
2833 "only happen in very rare circumstances."
2834 msgstr ""
2835
2836 #. type: =head2
2837 #: ../src/guestfs.pod:1421
2838 msgid "guestfs_set_error_handler"
2839 msgstr ""
2840
2841 #. type: verbatim
2842 #: ../src/guestfs.pod:1423
2843 #, no-wrap
2844 msgid ""
2845 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2846 "                                           void *opaque,\n"
2847 "                                           const char *msg);\n"
2848 " void guestfs_set_error_handler (guestfs_h *g,\n"
2849 "                                 guestfs_error_handler_cb cb,\n"
2850 "                                 void *opaque);\n"
2851 "\n"
2852 msgstr ""
2853
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1430
2856 msgid ""
2857 "The callback C<cb> will be called if there is an error.  The parameters "
2858 "passed to the callback are an opaque data pointer and the error message "
2859 "string."
2860 msgstr ""
2861
2862 #. type: textblock
2863 #: ../src/guestfs.pod:1434
2864 msgid ""
2865 "C<errno> is not passed to the callback.  To get that the callback must call "
2866 "L</guestfs_last_errno>."
2867 msgstr ""
2868
2869 #. type: textblock
2870 #: ../src/guestfs.pod:1437
2871 msgid ""
2872 "Note that the message string C<msg> is freed as soon as the callback "
2873 "function returns, so if you want to stash it somewhere you must make your "
2874 "own copy."
2875 msgstr ""
2876
2877 #. type: textblock
2878 #: ../src/guestfs.pod:1441
2879 msgid "The default handler prints messages on C<stderr>."
2880 msgstr ""
2881
2882 #. type: textblock
2883 #: ../src/guestfs.pod:1443
2884 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2885 msgstr ""
2886
2887 #. type: =head2
2888 #: ../src/guestfs.pod:1445
2889 msgid "guestfs_get_error_handler"
2890 msgstr ""
2891
2892 #. type: verbatim
2893 #: ../src/guestfs.pod:1447
2894 #, no-wrap
2895 msgid ""
2896 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2897 "                                                     void **opaque_rtn);\n"
2898 "\n"
2899 msgstr ""
2900
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1450
2903 msgid "Returns the current error handler callback."
2904 msgstr ""
2905
2906 #. type: =head2
2907 #: ../src/guestfs.pod:1452
2908 msgid "guestfs_set_out_of_memory_handler"
2909 msgstr ""
2910
2911 #. type: verbatim
2912 #: ../src/guestfs.pod:1454
2913 #, no-wrap
2914 msgid ""
2915 " typedef void (*guestfs_abort_cb) (void);\n"
2916 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2917 "                                        guestfs_abort_cb);\n"
2918 "\n"
2919 msgstr ""
2920
2921 #. type: textblock
2922 #: ../src/guestfs.pod:1458
2923 msgid ""
2924 "The callback C<cb> will be called if there is an out of memory situation.  "
2925 "I<Note this callback must not return>."
2926 msgstr ""
2927
2928 #. type: textblock
2929 #: ../src/guestfs.pod:1461
2930 msgid "The default is to call L<abort(3)>."
2931 msgstr ""
2932
2933 #. type: textblock
2934 #: ../src/guestfs.pod:1463
2935 msgid ""
2936 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2937 msgstr ""
2938
2939 #. type: =head2
2940 #: ../src/guestfs.pod:1466
2941 msgid "guestfs_get_out_of_memory_handler"
2942 msgstr ""
2943
2944 #. type: verbatim
2945 #: ../src/guestfs.pod:1468
2946 #, no-wrap
2947 msgid ""
2948 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2949 "\n"
2950 msgstr ""
2951
2952 #. type: textblock
2953 #: ../src/guestfs.pod:1470
2954 msgid "This returns the current out of memory handler."
2955 msgstr ""
2956
2957 #. type: =head1
2958 #: ../src/guestfs.pod:1472
2959 msgid "API CALLS"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1010
2964 msgid "@ACTIONS@"
2965 msgstr "@ACTIONS@"
2966
2967 #. type: =head1
2968 #: ../src/guestfs.pod:1476
2969 msgid "STRUCTURES"
2970 msgstr "СТРУКТУРИ"
2971
2972 #. type: textblock
2973 #: ../src/guestfs.pod:1478
2974 msgid "@STRUCTS@"
2975 msgstr "@STRUCTS@"
2976
2977 #. type: =head1
2978 #: ../src/guestfs.pod:1480
2979 msgid "AVAILABILITY"
2980 msgstr ""
2981
2982 #. type: =head2
2983 #: ../src/guestfs.pod:1482
2984 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2985 msgstr ""
2986
2987 #. type: textblock
2988 #: ../src/guestfs.pod:1484
2989 msgid ""
2990 "Using L</guestfs_available> you can test availability of the following "
2991 "groups of functions.  This test queries the appliance to see if the "
2992 "appliance you are currently using supports the functionality."
2993 msgstr ""
2994
2995 #. type: textblock
2996 #: ../src/guestfs.pod:1489
2997 msgid "@AVAILABILITY@"
2998 msgstr ""
2999
3000 #. type: =head2
3001 #: ../src/guestfs.pod:1491
3002 msgid "GUESTFISH supported COMMAND"
3003 msgstr ""
3004
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1493
3007 msgid ""
3008 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3009 "prints out the available groups and whether they are supported by this build "
3010 "of libguestfs.  Note however that you have to do C<run> first."
3011 msgstr ""
3012
3013 #. type: =head2
3014 #: ../src/guestfs.pod:1498
3015 msgid "SINGLE CALLS AT COMPILE TIME"
3016 msgstr ""
3017
3018 #. type: textblock
3019 #: ../src/guestfs.pod:1500
3020 msgid ""
3021 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3022 "function, such as:"
3023 msgstr ""
3024
3025 #. type: verbatim
3026 #: ../src/guestfs.pod:1503
3027 #, no-wrap
3028 msgid ""
3029 " #define LIBGUESTFS_HAVE_DD 1\n"
3030 "\n"
3031 msgstr ""
3032
3033 #. type: textblock
3034 #: ../src/guestfs.pod:1505
3035 msgid "if L</guestfs_dd> is available."
3036 msgstr ""
3037
3038 #. type: textblock
3039 #: ../src/guestfs.pod:1507
3040 msgid ""
3041 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3042 "function is available at compile time, we recommended using build tools such "
3043 "as autoconf or cmake.  For example in autotools you could use:"
3044 msgstr ""
3045
3046 #. type: verbatim
3047 #: ../src/guestfs.pod:1512
3048 #, no-wrap
3049 msgid ""
3050 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3051 " AC_CHECK_FUNCS([guestfs_dd])\n"
3052 "\n"
3053 msgstr ""
3054
3055 #. type: textblock
3056 #: ../src/guestfs.pod:1515
3057 msgid ""
3058 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3059 "in your program."
3060 msgstr ""
3061
3062 #. type: =head2
3063 #: ../src/guestfs.pod:1518
3064 msgid "SINGLE CALLS AT RUN TIME"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1520
3069 msgid ""
3070 "Testing at compile time doesn't guarantee that a function really exists in "
3071 "the library.  The reason is that you might be dynamically linked against a "
3072 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3073 "This situation unfortunately results in a segmentation fault, which is a "
3074 "shortcoming of the C dynamic linking system itself."
3075 msgstr ""
3076
3077 #. type: textblock
3078 #: ../src/guestfs.pod:1527
3079 msgid ""
3080 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3081 "in this example program (note that you still need the compile time check as "
3082 "well):"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1531
3087 #, no-wrap
3088 msgid ""
3089 " #include <stdio.h>\n"
3090 " #include <stdlib.h>\n"
3091 " #include <unistd.h>\n"
3092 " #include <dlfcn.h>\n"
3093 " #include <guestfs.h>\n"
3094 " \n"
3095 msgstr ""
3096
3097 #. type: verbatim
3098 #: ../src/guestfs.pod:1537
3099 #, no-wrap
3100 msgid ""
3101 " main ()\n"
3102 " {\n"
3103 " #ifdef LIBGUESTFS_HAVE_DD\n"
3104 "   void *dl;\n"
3105 "   int has_function;\n"
3106 " \n"
3107 msgstr ""
3108
3109 #. type: verbatim
3110 #: ../src/guestfs.pod:1543
3111 #, no-wrap
3112 msgid ""
3113 "   /* Test if the function guestfs_dd is really available. */\n"
3114 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3115 "   if (!dl) {\n"
3116 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3117 "     exit (EXIT_FAILURE);\n"
3118 "   }\n"
3119 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3120 "   dlclose (dl);\n"
3121 " \n"
3122 msgstr ""
3123
3124 #. type: verbatim
3125 #: ../src/guestfs.pod:1552
3126 #, no-wrap
3127 msgid ""
3128 "   if (!has_function)\n"
3129 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3130 "   else {\n"
3131 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3132 "     /* Now it's safe to call\n"
3133 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3134 "     */\n"
3135 "   }\n"
3136 " #else\n"
3137 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3138 " #endif\n"
3139 "  }\n"
3140 "\n"
3141 msgstr ""
3142
3143 #. type: textblock
3144 #: ../src/guestfs.pod:1565
3145 msgid ""
3146 "You may think the above is an awful lot of hassle, and it is.  There are "
3147 "other ways outside of the C linking system to ensure that this kind of "
3148 "incompatibility never arises, such as using package versioning:"
3149 msgstr ""
3150
3151 #. type: verbatim
3152 #: ../src/guestfs.pod:1570
3153 #, no-wrap
3154 msgid ""
3155 " Requires: libguestfs >= 1.0.80\n"
3156 "\n"
3157 msgstr ""
3158
3159 #. type: =head1
3160 #: ../src/guestfs.pod:1572
3161 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3162 msgstr ""
3163
3164 #. type: textblock
3165 #: ../src/guestfs.pod:1574
3166 msgid ""
3167 "A recent feature of the API is the introduction of calls which take optional "
3168 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3169 "takes variable arguments (ie. C<...>), as in this example:"
3170 msgstr ""
3171
3172 #. type: verbatim
3173 #: ../src/guestfs.pod:1579
3174 #, no-wrap
3175 msgid ""
3176 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3177 "\n"
3178 msgstr ""
3179
3180 #. type: textblock
3181 #: ../src/guestfs.pod:1581
3182 msgid ""
3183 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3184 "call with no optional arguments specified:"
3185 msgstr ""
3186
3187 #. type: verbatim
3188 #: ../src/guestfs.pod:1584
3189 #, no-wrap
3190 msgid ""
3191 " guestfs_add_drive_opts (g, filename, -1);\n"
3192 "\n"
3193 msgstr ""
3194
3195 #. type: textblock
3196 #: ../src/guestfs.pod:1586
3197 msgid "With a single optional argument:"
3198 msgstr ""
3199
3200 #. type: verbatim
3201 #: ../src/guestfs.pod:1588
3202 #, no-wrap
3203 msgid ""
3204 " guestfs_add_drive_opts (g, filename,\n"
3205 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3206 "                         -1);\n"
3207 "\n"
3208 msgstr ""
3209
3210 #. type: textblock
3211 #: ../src/guestfs.pod:1592
3212 msgid "With two:"
3213 msgstr ""
3214
3215 #. type: verbatim
3216 #: ../src/guestfs.pod:1594
3217 #, no-wrap
3218 msgid ""
3219 " guestfs_add_drive_opts (g, filename,\n"
3220 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3221 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3222 "                         -1);\n"
3223 "\n"
3224 msgstr ""
3225
3226 #. type: textblock
3227 #: ../src/guestfs.pod:1599
3228 msgid ""
3229 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3230 "happen!"
3231 msgstr ""
3232
3233 #. type: =head2
3234 #: ../src/guestfs.pod:1602
3235 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3236 msgstr ""
3237
3238 #. type: textblock
3239 #: ../src/guestfs.pod:1604
3240 msgid ""
3241 "The second variant has the same name with the suffix C<_va>, which works the "
3242 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3243 "example function, this is declared:"
3244 msgstr ""
3245
3246 #. type: verbatim
3247 #: ../src/guestfs.pod:1608
3248 #, no-wrap
3249 msgid ""
3250 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3251 "                                va_list args);\n"
3252 "\n"
3253 msgstr ""
3254
3255 #. type: =head2
3256 #: ../src/guestfs.pod:1611
3257 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3258 msgstr ""
3259
3260 #. type: textblock
3261 #: ../src/guestfs.pod:1613
3262 msgid ""
3263 "The third variant is useful where you need to construct these calls.  You "
3264 "pass in a structure where you fill in the optional fields.  The structure "
3265 "has a bitmask as the first element which you must set to indicate which "
3266 "fields you have filled in.  For our example function the structure and call "
3267 "are declared:"
3268 msgstr ""
3269
3270 #. type: verbatim
3271 #: ../src/guestfs.pod:1619
3272 #, no-wrap
3273 msgid ""
3274 " struct guestfs_add_drive_opts_argv {\n"
3275 "   uint64_t bitmask;\n"
3276 "   int readonly;\n"
3277 "   const char *format;\n"
3278 "   /* ... */\n"
3279 " };\n"
3280 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3281 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3282 "\n"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1628
3287 msgid "You could call it like this:"
3288 msgstr ""
3289
3290 #. type: verbatim
3291 #: ../src/guestfs.pod:1630
3292 #, no-wrap
3293 msgid ""
3294 " struct guestfs_add_drive_opts_argv optargs = {\n"
3295 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3296 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3297 "   .readonly = 1,\n"
3298 "   .format = \"qcow2\"\n"
3299 " };\n"
3300 " \n"
3301 msgstr ""
3302
3303 #. type: verbatim
3304 #: ../src/guestfs.pod:1637
3305 #, no-wrap
3306 msgid ""
3307 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3308 "\n"
3309 msgstr ""
3310
3311 #. type: textblock
3312 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11
3313 #: ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:2785
3314 #: ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1262
3315 #: ../fish/guestfish-actions.pod:1898 ../tools/virt-win-reg.pl:704
3316 msgid "Notes:"
3317 msgstr "Нотатки:"
3318
3319 #. type: textblock
3320 #: ../src/guestfs.pod:1645
3321 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3322 msgstr ""
3323
3324 #. type: textblock
3325 #: ../src/guestfs.pod:1650
3326 msgid "You do not need to fill in all fields of the structure."
3327 msgstr ""
3328
3329 #. type: textblock
3330 #: ../src/guestfs.pod:1654
3331 msgid ""
3332 "There must be a one-to-one correspondence between fields of the structure "
3333 "that are filled in, and bits set in the bitmask."
3334 msgstr ""
3335
3336 #. type: =head2
3337 #: ../src/guestfs.pod:1659
3338 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3339 msgstr ""
3340
3341 #. type: textblock
3342 #: ../src/guestfs.pod:1661
3343 msgid ""
3344 "In other languages, optional arguments are expressed in the way that is "
3345 "natural for that language.  We refer you to the language-specific "
3346 "documentation for more details on that."
3347 msgstr ""
3348
3349 #. type: textblock
3350 #: ../src/guestfs.pod:1665
3351 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3352 msgstr ""
3353
3354 #. type: =head2
3355 #: ../src/guestfs.pod:1667
3356 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3357 msgstr ""
3358
3359 #. type: textblock
3360 #: ../src/guestfs.pod:1669
3361 msgid ""
3362 "B<Note:> This section documents the generic event mechanism introduced in "
3363 "libguestfs 1.10, which you should use in new code if possible.  The old "
3364 "functions C<guestfs_set_log_message_callback>, "
3365 "C<guestfs_set_subprocess_quit_callback>, "
3366 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3367 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3368 "page.  Because of the ABI guarantee, the old functions continue to work."
3369 msgstr ""
3370
3371 #. type: textblock
3372 #: ../src/guestfs.pod:1678
3373 msgid ""
3374 "Handles generate events when certain things happen, such as log messages "
3375 "being generated, progress messages during long-running operations, or the "
3376 "handle being closed.  The API calls described below let you register a "
3377 "callback to be called when events happen.  You can register multiple "
3378 "callbacks (for the same, different or overlapping sets of events), and "
3379 "individually remove callbacks.  If callbacks are not removed, then they "
3380 "remain in force until the handle is closed."
3381 msgstr ""
3382
3383 #. type: textblock
3384 #: ../src/guestfs.pod:1686
3385 msgid ""
3386 "In the current implementation, events are only generated synchronously: that "
3387 "means that events (and hence callbacks) can only happen while you are in the "
3388 "middle of making another libguestfs call.  The callback is called in the "
3389 "same thread."
3390 msgstr ""
3391
3392 #. type: textblock
3393 #: ../src/guestfs.pod:1691
3394 msgid ""
3395 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3396 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3397 msgstr ""
3398
3399 #. type: =head3
3400 #: ../src/guestfs.pod:1695
3401 msgid "CLASSES OF EVENTS"
3402 msgstr ""
3403
3404 #. type: =item
3405 #: ../src/guestfs.pod:1699
3406 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3407 msgstr ""
3408
3409 #. type: textblock
3410 #: ../src/guestfs.pod:1702
3411 msgid ""
3412 "The callback function will be called while the handle is being closed "
3413 "(synchronously from L</guestfs_close>)."
3414 msgstr ""
3415
3416 #. type: textblock
3417 #: ../src/guestfs.pod:1705
3418 msgid ""
3419 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3420 "handles that are open when the program exits.  This means that this callback "
3421 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3422 "problems in higher-level languages (eg. if your HLL interpreter has already "
3423 "been cleaned up by the time this is called, and if your callback then jumps "
3424 "into some HLL function)."
3425 msgstr ""
3426
3427 #. type: textblock
3428 #: ../src/guestfs.pod:1712
3429 msgid ""
3430 "If no callback is registered: the handle is closed without any callback "
3431 "being invoked."
3432 msgstr ""
3433
3434 #. type: =item
3435 #: ../src/guestfs.pod:1715
3436 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3437 msgstr ""
3438
3439 #. type: textblock
3440 #: ../src/guestfs.pod:1718
3441 msgid ""
3442 "The callback function will be called when the child process quits, either "
3443 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3444 "corresponds to a transition from any state to the CONFIG state)."
3445 msgstr ""
3446
3447 #. type: textblock
3448 #: ../src/guestfs.pod:1722 ../src/guestfs.pod:1731
3449 msgid "If no callback is registered: the event is ignored."
3450 msgstr ""
3451
3452 #. type: =item
3453 #: ../src/guestfs.pod:1724
3454 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3455 msgstr ""
3456
3457 #. type: textblock
3458 #: ../src/guestfs.pod:1727
3459 msgid ""
3460 "The callback function will be called when the child process becomes ready "
3461 "first time after it has been launched.  (This corresponds to a transition "
3462 "from LAUNCHING to the READY state)."
3463 msgstr ""
3464
3465 #. type: =item
3466 #: ../src/guestfs.pod:1733
3467 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3468 msgstr ""
3469
3470 #. type: textblock
3471 #: ../src/guestfs.pod:1736
3472 msgid ""
3473 "Some long-running operations can generate progress messages.  If this "
3474 "callback is registered, then it will be called each time a progress message "
3475 "is generated (usually two seconds after the operation started, and three "
3476 "times per second thereafter until it completes, although the frequency may "
3477 "change in future versions)."
3478 msgstr ""
3479
3480 #. type: textblock
3481 #: ../src/guestfs.pod:1742
3482 msgid ""
3483 "The callback receives in the payload four unsigned 64 bit numbers which are "
3484 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3485 msgstr ""
3486
3487 #. type: textblock
3488 #: ../src/guestfs.pod:1745
3489 msgid ""
3490 "The units of C<total> are not defined, although for some operations C<total> "
3491 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3492 "or megabytes), and C<position> may be the portion which has been transferred."
3493 msgstr ""
3494
3495 #. type: textblock
3496 #: ../src/guestfs.pod:1750
3497 msgid "The only defined and stable parts of the API are:"
3498 msgstr ""
3499
3500 #. type: textblock
3501 #: ../src/guestfs.pod:1756
3502 msgid ""
3503 "The callback can display to the user some type of progress bar or indicator "
3504 "which shows the ratio of C<position>:C<total>."
3505 msgstr ""
3506
3507 #. type: textblock
3508 #: ../src/guestfs.pod:1761
3509 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3510 msgstr ""
3511
3512 #. type: textblock
3513 #: ../src/guestfs.pod:1765
3514 msgid ""
3515 "If any progress notification is sent during a call, then a final progress "
3516 "notification is always sent when C<position> = C<total> (I<unless> the call "
3517 "fails with an error)."
3518 msgstr ""
3519
3520 #. type: textblock
3521 #: ../src/guestfs.pod:1769
3522 msgid ""
3523 "This is to simplify caller code, so callers can easily set the progress "
3524 "indicator to \"100%\" at the end of the operation, without requiring special "
3525 "code to detect this case."
3526 msgstr ""
3527
3528 #. type: textblock
3529 #: ../src/guestfs.pod:1775
3530 msgid ""
3531 "For some calls we are unable to estimate the progress of the call, but we "
3532 "can still generate progress messages to indicate activity.  This is known as "
3533 "\"pulse mode\", and is directly supported by certain progress bar "
3534 "implementations (eg. GtkProgressBar)."
3535 msgstr ""
3536
3537 #. type: textblock
3538 #: ../src/guestfs.pod:1780
3539 msgid ""
3540 "For these calls, zero or more progress messages are generated with "
3541 "C<position = 0> and C<total = 1>, followed by a final message with "
3542 "C<position = total = 1>."
3543 msgstr ""
3544
3545 #. type: textblock
3546 #: ../src/guestfs.pod:1784
3547 msgid ""
3548 "As noted above, if the call fails with an error then the final message may "
3549 "not be generated."
3550 msgstr ""
3551
3552 #. type: textblock
3553 #: ../src/guestfs.pod:1789
3554 msgid ""
3555 "The callback also receives the procedure number (C<proc_nr>) and serial "
3556 "number (C<serial>) of the call.  These are only useful for debugging "
3557 "protocol issues, and the callback can normally ignore them.  The callback "
3558 "may want to print these numbers in error messages or debugging messages."
3559 msgstr ""
3560
3561 #. type: textblock
3562 #: ../src/guestfs.pod:1795
3563 msgid "If no callback is registered: progress messages are discarded."
3564 msgstr ""
3565
3566 #. type: =item
3567 #: ../src/guestfs.pod:1797
3568 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3569 msgstr ""
3570
3571 #. type: textblock
3572 #: ../src/guestfs.pod:1800
3573 msgid ""
3574 "The callback function is called whenever a log message is generated by qemu, "
3575 "the appliance kernel, guestfsd (daemon), or utility programs."
3576 msgstr ""
3577
3578 #. type: textblock
3579 #: ../src/guestfs.pod:1803
3580 msgid ""
3581 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3582 "guestfs_launch>) then additional debug messages are generated."
3583 msgstr ""
3584
3585 #. type: textblock
3586 #: ../src/guestfs.pod:1806 ../src/guestfs.pod:1820
3587 msgid ""
3588 "If no callback is registered: the messages are discarded unless the verbose "
3589 "flag is set in which case they are sent to stderr.  You can override the "
3590 "printing of verbose messages to stderr by setting up a callback."
3591 msgstr ""
3592
3593 #. type: =item
3594 #: ../src/guestfs.pod:1811
3595 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3596 msgstr ""
3597
3598 #. type: textblock
3599 #: ../src/guestfs.pod:1814
3600 msgid ""
3601 "The callback function is called whenever a log message is generated by the "
3602 "library part of libguestfs."
3603 msgstr ""
3604
3605 #. type: textblock
3606 #: ../src/guestfs.pod:1817
3607 msgid ""
3608 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3609 "messages are generated."
3610 msgstr ""
3611
3612 #. type: =item
3613 #: ../src/guestfs.pod:1825
3614 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3615 msgstr ""
3616
3617 #. type: textblock
3618 #: ../src/guestfs.pod:1828
3619 msgid ""
3620 "The callback function is called whenever a trace message is generated.  This "
3621 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3622 msgstr ""
3623
3624 #. type: textblock
3625 #: ../src/guestfs.pod:1831
3626 msgid ""
3627 "If no callback is registered: the messages are sent to stderr.  You can "
3628 "override the printing of trace messages to stderr by setting up a callback."
3629 msgstr ""
3630
3631 #. type: =head3
3632 #: ../src/guestfs.pod:1837
3633 msgid "guestfs_set_event_callback"
3634 msgstr ""
3635
3636 #. type: verbatim
3637 #: ../src/guestfs.pod:1839
3638 #, no-wrap
3639 msgid ""
3640 " int guestfs_set_event_callback (guestfs_h *g,\n"
3641 "                                 guestfs_event_callback cb,\n"
3642 "                                 uint64_t event_bitmask,\n"
3643 "                                 int flags,\n"
3644 "                                 void *opaque);\n"
3645 "\n"
3646 msgstr ""
3647
3648 #. type: textblock
3649 #: ../src/guestfs.pod:1845
3650 msgid ""
3651 "This function registers a callback (C<cb>) for all event classes in the "
3652 "C<event_bitmask>."
3653 msgstr ""
3654
3655 #. type: textblock
3656 #: ../src/guestfs.pod:1848
3657 msgid ""
3658 "For example, to register for all log message events, you could call this "
3659 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3660 "To register a single callback for all possible classes of events, use "
3661 "C<GUESTFS_EVENT_ALL>."
3662 msgstr ""
3663
3664 #. type: textblock
3665 #: ../src/guestfs.pod:1854
3666 msgid "C<flags> should always be passed as 0."
3667 msgstr ""
3668
3669 #. type: textblock
3670 #: ../src/guestfs.pod:1856
3671 msgid ""
3672 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3673 "it for any purpose."
3674 msgstr ""
3675
3676 #. type: textblock
3677 #: ../src/guestfs.pod:1859
3678 msgid ""
3679 "The return value is the event handle (an integer) which you can use to "
3680 "delete the callback (see below)."
3681 msgstr ""
3682
3683 #. type: textblock
3684 #: ../src/guestfs.pod:1862
3685 msgid ""
3686 "If there is an error, this function returns C<-1>, and sets the error in the "
3687 "handle in the usual way (see L</guestfs_last_error> etc.)"
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: ../src/guestfs.pod:1865
3692 msgid ""
3693 "Callbacks remain in effect until they are deleted, or until the handle is "
3694 "closed."
3695 msgstr ""
3696
3697 #. type: textblock
3698 #: ../src/guestfs.pod:1868
3699 msgid ""
3700 "In the case where multiple callbacks are registered for a particular event "
3701 "class, all of the callbacks are called.  The order in which multiple "
3702 "callbacks are called is not defined."
3703 msgstr ""
3704
3705 #. type: =head3
3706 #: ../src/guestfs.pod:1872
3707 msgid "guestfs_delete_event_callback"
3708 msgstr ""
3709
3710 #. type: verbatim
3711 #: ../src/guestfs.pod:1874
3712 #, no-wrap
3713 msgid ""
3714 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3715 "\n"
3716 msgstr ""
3717
3718 #. type: textblock
3719 #: ../src/guestfs.pod:1876
3720 msgid ""
3721 "Delete a callback that was previously registered.  C<event_handle> should be "
3722 "the integer that was returned by a previous call to "
3723 "C<guestfs_set_event_callback> on the same handle."
3724 msgstr ""
3725
3726 #. type: =head3
3727 #: ../src/guestfs.pod:1880
3728 msgid "guestfs_event_callback"
3729 msgstr ""
3730
3731 #. type: verbatim
3732 #: ../src/guestfs.pod:1882
3733 #, no-wrap
3734 msgid ""
3735 " typedef void (*guestfs_event_callback) (\n"
3736 "                  guestfs_h *g,\n"
3737 "                  void *opaque,\n"
3738 "                  uint64_t event,\n"
3739 "                  int event_handle,\n"
3740 "                  int flags,\n"
3741 "                  const char *buf, size_t buf_len,\n"
3742 "                  const uint64_t *array, size_t array_len);\n"
3743 "\n"
3744 msgstr ""
3745
3746 #. type: textblock
3747 #: ../src/guestfs.pod:1891
3748 msgid ""
3749 "This is the type of the event callback function that you have to provide."
3750 msgstr ""
3751
3752 #. type: textblock
3753 #: ../src/guestfs.pod:1894
3754 msgid ""
3755 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3756 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3757 "handle, and C<flags> which in the current API you should ignore."
3758 msgstr ""
3759
3760 #. type: textblock
3761 #: ../src/guestfs.pod:1898
3762 msgid ""
3763 "The remaining parameters contain the event payload (if any).  Each event may "
3764 "contain a payload, which usually relates to the event class, but for future "
3765 "proofing your code should be written to handle any payload for any event "
3766 "class."
3767 msgstr ""
3768
3769 #. type: textblock
3770 #: ../src/guestfs.pod:1903
3771 msgid ""
3772 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3773 "there is no message buffer).  Note that this message buffer can contain "
3774 "arbitrary 8 bit data, including NUL bytes."
3775 msgstr ""
3776
3777 #. type: textblock
3778 #: ../src/guestfs.pod:1907
3779 msgid ""
3780 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3781 "moment this is only used for progress messages."
3782 msgstr ""
3783
3784 #. type: =head3
3785 #: ../src/guestfs.pod:1910
3786 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3787 msgstr ""
3788
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1912
3791 msgid ""
3792 "One motivation for the generic event API was to allow GUI programs to "
3793 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3794 "unconditionally to C<stderr>."
3795 msgstr ""
3796
3797 #. type: textblock
3798 #: ../src/guestfs.pod:1916
3799 msgid ""
3800 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3801 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3802 "messages are not events; you must capture error messages separately)."
3803 msgstr ""
3804
3805 #. type: textblock
3806 #: ../src/guestfs.pod:1921
3807 msgid ""
3808 "Programs have to set up a callback to capture the classes of events of "
3809 "interest:"
3810 msgstr ""
3811
3812 #. type: verbatim
3813 #: ../src/guestfs.pod:1924
3814 #, no-wrap
3815 msgid ""
3816 " int eh =\n"
3817 "   guestfs_set_event_callback\n"
3818 "     (g, message_callback,\n"
3819 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3820 "      GUESTFS_EVENT_TRACE,\n"
3821 "      0, NULL) == -1)\n"
3822 " if (eh == -1) {\n"
3823 "   // handle error in the usual way\n"
3824 " }\n"
3825 "\n"
3826 msgstr ""
3827
3828 #. type: textblock
3829 #: ../src/guestfs.pod:1934
3830 msgid ""
3831 "The callback can then direct messages to the appropriate place.  In this "
3832 "example, messages are directed to syslog:"
3833 msgstr ""
3834
3835 #. type: verbatim
3836 #: ../src/guestfs.pod:1937
3837 #, no-wrap
3838 msgid ""
3839 " static void\n"
3840 " message_callback (\n"
3841 "         guestfs_h *g,\n"
3842 "         void *opaque,\n"
3843 "         uint64_t event,\n"
3844 "         int event_handle,\n"
3845 "         int flags,\n"
3846 "         const char *buf, size_t buf_len,\n"
3847 "         const uint64_t *array, size_t array_len)\n"
3848 " {\n"
3849 "   const int priority = LOG_USER|LOG_INFO;\n"
3850 "   if (buf_len > 0)\n"
3851 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3852 " }\n"
3853 "\n"
3854 msgstr ""
3855
3856 #. type: =head1
3857 #: ../src/guestfs.pod:1952
3858 msgid "PRIVATE DATA AREA"
3859 msgstr ""
3860
3861 #. type: textblock
3862 #: ../src/guestfs.pod:1954
3863 msgid ""
3864 "You can attach named pieces of private data to the libguestfs handle, fetch "
3865 "them by name, and walk over them, for the lifetime of the handle.  This is "
3866 "called the private data area and is only available from the C API."
3867 msgstr ""
3868
3869 #. type: textblock
3870 #: ../src/guestfs.pod:1959
3871 msgid "To attach a named piece of data, use the following call:"
3872 msgstr ""
3873
3874 #. type: verbatim
3875 #: ../src/guestfs.pod:1961
3876 #, no-wrap
3877 msgid ""
3878 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3879 "\n"
3880 msgstr ""
3881
3882 #. type: textblock
3883 #: ../src/guestfs.pod:1963
3884 msgid ""
3885 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3886 "pointer (which can be C<NULL>).  Any previous item with the same key is "
3887 "overwritten."
3888 msgstr ""
3889
3890 #. type: textblock
3891 #: ../src/guestfs.pod:1967
3892 msgid ""
3893 "You can use any C<key> you want, but your key should I<not> start with an "
3894 "underscore character.  Keys beginning with an underscore character are "
3895 "reserved for internal libguestfs purposes (eg. for implementing language "
3896 "bindings).  It is recommended that you prefix the key with some unique "
3897 "string to avoid collisions with other users."
3898 msgstr ""
3899
3900 #. type: textblock
3901 #: ../src/guestfs.pod:1973
3902 msgid "To retrieve the pointer, use:"
3903 msgstr ""
3904
3905 #. type: verbatim
3906 #: ../src/guestfs.pod:1975
3907 #, no-wrap
3908 msgid ""
3909 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3910 "\n"
3911 msgstr ""
3912
3913 #. type: textblock
3914 #: ../src/guestfs.pod:1977
3915 msgid ""
3916 "This function returns C<NULL> if either no data is found associated with "
3917 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3918 "C<NULL>."
3919 msgstr ""
3920
3921 #. type: textblock
3922 #: ../src/guestfs.pod:1981
3923 msgid ""
3924 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3925 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3926 "all.  In particular, libguestfs does I<not> try to free the data when the "
3927 "handle is closed.  If the data must be freed, then the caller must either "
3928 "free it before calling L</guestfs_close> or must set up a close callback to "
3929 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3930 msgstr ""
3931
3932 #. type: textblock
3933 #: ../src/guestfs.pod:1988
3934 msgid "To walk over all entries, use these two functions:"
3935 msgstr ""
3936
3937 #. type: verbatim
3938 #: ../src/guestfs.pod:1990
3939 #, no-wrap
3940 msgid ""
3941 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3942 "\n"
3943 msgstr ""
3944
3945 #. type: verbatim
3946 #: ../src/guestfs.pod:1992
3947 #, no-wrap
3948 msgid ""
3949 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3950 "\n"
3951 msgstr ""
3952
3953 #. type: textblock
3954 #: ../src/guestfs.pod:1994
3955 msgid ""
3956 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3957 "not have any particular meaning -- keys are not returned in any defined "
3958 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3959 "corresponding data pointer is returned from the function.  C<NULL> is "
3960 "returned if there are no keys stored in the handle."
3961 msgstr ""
3962
3963 #. type: textblock
3964 #: ../src/guestfs.pod:2000
3965 msgid ""
3966 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3967 "value of this function is also C<NULL> is there are no further entries to "
3968 "return."
3969 msgstr ""
3970
3971 #. type: textblock
3972 #: ../src/guestfs.pod:2004
3973 msgid "Notes about walking over entries:"
3974 msgstr ""
3975
3976 #. type: textblock
3977 #: ../src/guestfs.pod:2010
3978 msgid ""
3979 "You must not call C<guestfs_set_private> while walking over the entries."
3980 msgstr ""
3981
3982 #. type: textblock
3983 #: ../src/guestfs.pod:2015
3984 msgid ""
3985 "The handle maintains an internal iterator which is reset when you call "
3986 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3987 "call C<guestfs_set_private>."
3988 msgstr ""
3989
3990 #. type: textblock
3991 #: ../src/guestfs.pod:2021
3992 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3993 msgstr ""
3994
3995 #. type: verbatim
3996 #: ../src/guestfs.pod:2023
3997 #, no-wrap
3998 msgid ""
3999 " guestfs_set_private (g, key, NULL);\n"
4000 "\n"
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:2025
4005 msgid "then that C<key> is not returned when walking."
4006 msgstr ""
4007
4008 #. type: textblock
4009 #: ../src/guestfs.pod:2029
4010 msgid ""
4011 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4012 "C<guestfs_next_private> or C<guestfs_set_private>."
4013 msgstr ""
4014
4015 #. type: textblock
4016 #: ../src/guestfs.pod:2035
4017 msgid ""
4018 "The following example code shows how to print all keys and data pointers "
4019 "that are associated with the handle C<g>:"
4020 msgstr ""
4021
4022 #. type: verbatim
4023 #: ../src/guestfs.pod:2038
4024 #, no-wrap
4025 msgid ""
4026 " const char *key;\n"
4027 " void *data = guestfs_first_private (g, &key);\n"
4028 " while (data != NULL)\n"
4029 "   {\n"
4030 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4031 "     data = guestfs_next_private (g, &key);\n"
4032 "   }\n"
4033 "\n"
4034 msgstr ""
4035
4036 #. type: textblock
4037 #: ../src/guestfs.pod:2046
4038 msgid ""
4039 "More commonly you are only interested in keys that begin with an application-"
4040 "specific prefix C<foo_>.  Modify the loop like so:"
4041 msgstr ""
4042
4043 #. type: verbatim
4044 #: ../src/guestfs.pod:2049
4045 #, no-wrap
4046 msgid ""
4047 " const char *key;\n"
4048 " void *data = guestfs_first_private (g, &key);\n"
4049 " while (data != NULL)\n"
4050 "   {\n"
4051 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4052 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4053 "     data = guestfs_next_private (g, &key);\n"
4054 "   }\n"
4055 "\n"
4056 msgstr ""
4057
4058 #. type: textblock
4059 #: ../src/guestfs.pod:2058
4060 msgid ""
4061 "If you need to modify keys while walking, then you have to jump back to the "
4062 "beginning of the loop.  For example, to delete all keys prefixed with "
4063 "C<foo_>:"
4064 msgstr ""
4065
4066 #. type: verbatim
4067 #: ../src/guestfs.pod:2062
4068 #, no-wrap
4069 msgid ""
4070 "  const char *key;\n"
4071 "  void *data;\n"
4072 " again:\n"
4073 "  data = guestfs_first_private (g, &key);\n"
4074 "  while (data != NULL)\n"
4075 "    {\n"
4076 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4077 "        {\n"
4078 "          guestfs_set_private (g, key, NULL);\n"
4079 "          /* note that 'key' pointer is now invalid, and so is\n"
4080 "             the internal iterator */\n"
4081 "          goto again;\n"
4082 "        }\n"
4083 "      data = guestfs_next_private (g, &key);\n"
4084 "    }\n"
4085 "\n"
4086 msgstr ""
4087
4088 #. type: textblock
4089 #: ../src/guestfs.pod:2078
4090 msgid ""
4091 "Note that the above loop is guaranteed to terminate because the keys are "
4092 "being deleted, but other manipulations of keys within the loop might not "
4093 "terminate unless you also maintain an indication of which keys have been "
4094 "visited."
4095 msgstr ""
4096
4097 #. type: =end
4098 #: ../src/guestfs.pod:2083 ../src/guestfs.pod:2088
4099 msgid "html"
4100 msgstr "html"
4101
4102 #. type: textblock
4103 #: ../src/guestfs.pod:2085
4104 msgid ""
4105 "<!-- old anchor for the next section --> <a name="
4106 "\"state_machine_and_low_level_event_api\"/>"
4107 msgstr ""
4108 "<!-- old anchor for the next section --> <a name="
4109 "\"state_machine_and_low_level_event_api\"/>"
4110
4111 #. type: =head1
4112 #: ../src/guestfs.pod:2090
4113 msgid "ARCHITECTURE"
4114 msgstr "АРХІТЕКТУРА"
4115
4116 #. type: textblock
4117 #: ../src/guestfs.pod:2092
4118 msgid ""
4119 "Internally, libguestfs is implemented by running an appliance (a special "
4120 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4121 "process of the main program."
4122 msgstr ""
4123
4124 #. type: verbatim
4125 #: ../src/guestfs.pod:2096
4126 #, no-wrap
4127 msgid ""
4128 "  ___________________\n"
4129 " /                   \\\n"
4130 " | main program      |\n"
4131 " |                   |\n"
4132 " |                   |           child process / appliance\n"
4133 " |                   |           __________________________\n"
4134 " |                   |          / qemu                     \\\n"
4135 " +-------------------+   RPC    |      +-----------------+ |\n"
4136 " | libguestfs     <--------------------> guestfsd        | |\n"
4137 " |                   |          |      +-----------------+ |\n"
4138 " \\___________________/          |      | Linux kernel    | |\n"
4139 "                                |      +--^--------------+ |\n"
4140 "                                \\_________|________________/\n"
4141 "                                          |\n"
4142 "                                   _______v______\n"
4143 "                                  /              \\\n"
4144 "                                  | Device or    |\n"
4145 "                                  | disk image   |\n"
4146 "                                  \\______________/\n"
4147 "\n"
4148 msgstr ""
4149
4150 #. type: textblock
4151 #: ../src/guestfs.pod:2116
4152 msgid ""
4153 "The library, linked to the main program, creates the child process and hence "
4154 "the appliance in the L</guestfs_launch> function."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:2119
4159 msgid ""
4160 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4161 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4162 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4163 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4164 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4165 "attached to the qemu process which translates device access by the "
4166 "appliance's Linux kernel into accesses to the image."
4167 msgstr ""
4168
4169 #. type: textblock
4170 #: ../src/guestfs.pod:2128
4171 msgid ""
4172 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4173 "Although the disk image you are attached to might also be used by some "
4174 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4175 "care if both libguestfs's qemu process and your virtual machine are trying "
4176 "to update the disk image at the same time, since these usually results in "
4177 "massive disk corruption)."
4178 msgstr ""
4179
4180 #. type: =head1
4181 #: ../src/guestfs.pod:2135
4182 msgid "STATE MACHINE"
4183 msgstr "СКІНЧЕННИЙ АВТОМАТ"
4184
4185 #. type: textblock
4186 #: ../src/guestfs.pod:2137
4187 msgid "libguestfs uses a state machine to model the child process:"
4188 msgstr ""
4189
4190 #. type: verbatim
4191 #: ../src/guestfs.pod:2139
4192 #, no-wrap
4193 msgid ""
4194 "                         |\n"
4195 "                    guestfs_create\n"
4196 "                         |\n"
4197 "                         |\n"
4198 "                     ____V_____\n"
4199 "                    /          \\\n"
4200 "                    |  CONFIG  |\n"
4201 "                    \\__________/\n"
4202 "                     ^ ^   ^  \\\n"
4203 "                    /  |    \\  \\ guestfs_launch\n"
4204 "                   /   |    _\\__V______\n"
4205 "                  /    |   /           \\\n"
4206 "                 /     |   | LAUNCHING |\n"
4207 "                /      |   \\___________/\n"
4208 "               /       |       /\n"
4209 "              /        |  guestfs_launch\n"
4210 "             /         |     /\n"
4211 "    ______  /        __|____V\n"
4212 "   /      \\ ------> /        \\\n"
4213 "   | BUSY |         | READY  |\n"
4214 "   \\______/ <------ \\________/\n"
4215 "\n"
4216 msgstr ""
4217
4218 #. type: textblock
4219 #: ../src/guestfs.pod:2161
4220 msgid ""
4221 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4222 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4223 "(3) alternating between READY and BUSY as commands are issued to, and "
4224 "carried out by, the child process."
4225 msgstr ""
4226
4227 #. type: textblock
4228 #: ../src/guestfs.pod:2166
4229 msgid ""
4230 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4231 "asynchronously at any time (eg. due to some internal error), and that causes "
4232 "the state to transition back to CONFIG."
4233 msgstr ""
4234
4235 #. type: textblock
4236 #: ../src/guestfs.pod:2170
4237 msgid ""
4238 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4239 "issued when in the CONFIG state."
4240 msgstr ""
4241
4242 #. type: textblock
4243 #: ../src/guestfs.pod:2173
4244 msgid ""
4245 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4246 "L</guestfs_launch> blocks until the child process is READY to accept "
4247 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4248 "moves the state from CONFIG to LAUNCHING while it is running."
4249 msgstr ""
4250
4251 #. type: textblock
4252 #: ../src/guestfs.pod:2179
4253 msgid ""
4254 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4255 "state.  These API calls block waiting for the command to be carried out (ie. "
4256 "the state to transition to BUSY and then back to READY).  There are no non-"
4257 "blocking versions, and no way to issue more than one command per handle at "
4258 "the same time."
4259 msgstr ""
4260
4261 #. type: textblock
4262 #: ../src/guestfs.pod:2185
4263 msgid ""
4264 "Finally, the child process sends asynchronous messages back to the main "
4265 "program, such as kernel log messages.  You can register a callback to "
4266 "receive these messages."
4267 msgstr ""
4268
4269 #. type: =head1
4270 #: ../src/guestfs.pod:2189
4271 msgid "INTERNALS"
4272 msgstr ""
4273
4274 #. type: =head2
4275 #: ../src/guestfs.pod:2191
4276 msgid "COMMUNICATION PROTOCOL"
4277 msgstr ""
4278
4279 #. type: textblock
4280 #: ../src/guestfs.pod:2193
4281 msgid ""
4282 "Don't rely on using this protocol directly.  This section documents how it "
4283 "currently works, but it may change at any time."
4284 msgstr ""
4285
4286 #. type: textblock
4287 #: ../src/guestfs.pod:2196
4288 msgid ""
4289 "The protocol used to talk between the library and the daemon running inside "
4290 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4291 "1014, RFC 1832, RFC 4506)."
4292 msgstr ""
4293
4294 #. type: textblock
4295 #: ../src/guestfs.pod:2200
4296 msgid ""
4297 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4298 "this file is automatically generated)."
4299 msgstr ""
4300
4301 #. type: textblock
4302 #: ../src/guestfs.pod:2203
4303 msgid ""
4304 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4305 "and C<FileOut> parameters, which are handled with very simple request/reply "
4306 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4307 "parameters, which use the same request and reply messages, but they may also "
4308 "be followed by files sent using a chunked encoding."
4309 msgstr ""
4310
4311 #. type: =head3
4312 #: ../src/guestfs.pod:2210
4313 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4314 msgstr ""
4315
4316 #. type: textblock
4317 #: ../src/guestfs.pod:2212
4318 msgid "For ordinary functions, the request message is:"
4319 msgstr ""
4320
4321 #. type: verbatim
4322 #: ../src/guestfs.pod:2214
4323 #, no-wrap
4324 msgid ""
4325 " total length (header + arguments,\n"
4326 "      but not including the length word itself)\n"
4327 " struct guestfs_message_header (encoded as XDR)\n"
4328 " struct guestfs_<foo>_args (encoded as XDR)\n"
4329 "\n"
4330 msgstr ""
4331
4332 #. type: textblock
4333 #: ../src/guestfs.pod:2219
4334 msgid ""
4335 "The total length field allows the daemon to allocate a fixed size buffer "
4336 "into which it slurps the rest of the message.  As a result, the total length "
4337 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4338 "effective size of any request is limited to somewhere under this size."
4339 msgstr ""
4340
4341 #. type: textblock
4342 #: ../src/guestfs.pod:2225
4343 msgid ""
4344 "Note also that many functions don't take any arguments, in which case the "
4345 "C<guestfs_I<foo>_args> is completely omitted."
4346 msgstr ""
4347
4348 #. type: textblock
4349 #: ../src/guestfs.pod:2228
4350 msgid ""
4351 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4352 "receiver knows what type of args structure to expect, or none at all."
4353 msgstr ""
4354
4355 #. type: textblock
4356 #: ../src/guestfs.pod:2232
4357 msgid ""
4358 "For functions that take optional arguments, the optional arguments are "
4359 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4360 "arguments.  A bitmask in the header indicates which optional arguments are "
4361 "meaningful.  The bitmask is also checked to see if it contains bits set "
4362 "which the daemon does not know about (eg. if more optional arguments were "
4363 "added in a later version of the library), and this causes the call to be "
4364 "rejected."
4365 msgstr ""
4366
4367 #. type: textblock
4368 #: ../src/guestfs.pod:2240
4369 msgid "The reply message for ordinary functions is:"
4370 msgstr ""
4371
4372 #. type: verbatim
4373 #: ../src/guestfs.pod:2242
4374 #, no-wrap
4375 msgid ""
4376 " total length (header + ret,\n"
4377 "      but not including the length word itself)\n"
4378 " struct guestfs_message_header (encoded as XDR)\n"
4379 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4380 "\n"
4381 msgstr ""
4382
4383 #. type: textblock
4384 #: ../src/guestfs.pod:2247
4385 msgid ""
4386 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4387 "functions that return no formal return values."
4388 msgstr ""
4389
4390 #. type: textblock
4391 #: ../src/guestfs.pod:2250
4392 msgid ""
4393 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4394 msgstr ""
4395
4396 #. type: textblock
4397 #: ../src/guestfs.pod:2253
4398 msgid ""
4399 "In the case of an error, a flag is set in the header, and the reply message "
4400 "is slightly changed:"
4401 msgstr ""
4402
4403 #. type: verbatim
4404 #: ../src/guestfs.pod:2256
4405 #, no-wrap
4406 msgid ""
4407 " total length (header + error,\n"
4408 "      but not including the length word itself)\n"
4409 " struct guestfs_message_header (encoded as XDR)\n"
4410 " struct guestfs_message_error (encoded as XDR)\n"
4411 "\n"
4412 msgstr ""
4413
4414 #. type: textblock
4415 #: ../src/guestfs.pod:2261
4416 msgid ""
4417 "The C<guestfs_message_error> structure contains the error message as a "
4418 "string."
4419 msgstr ""
4420
4421 #. type: =head3
4422 #: ../src/guestfs.pod:2264
4423 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4424 msgstr ""
4425
4426 #. type: textblock
4427 #: ../src/guestfs.pod:2266
4428 msgid ""
4429 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4430 "The normal request message is sent (see above).  However this is followed by "
4431 "a sequence of file chunks."
4432 msgstr ""
4433
4434 #. type: verbatim
4435 #: ../src/guestfs.pod:2270
4436 #, no-wrap
4437 msgid ""
4438 " total length (header + arguments,\n"
4439 "      but not including the length word itself,\n"
4440 "      and not including the chunks)\n"
4441 " struct guestfs_message_header (encoded as XDR)\n"
4442 " struct guestfs_<foo>_args (encoded as XDR)\n"
4443 " sequence of chunks for FileIn param #0\n"
4444 " sequence of chunks for FileIn param #1 etc.\n"
4445 "\n"
4446 msgstr ""
4447
4448 #. type: textblock
4449 #: ../src/guestfs.pod:2278
4450 msgid "The \"sequence of chunks\" is:"
4451 msgstr ""
4452
4453 #. type: verbatim
4454 #: ../src/guestfs.pod:2280
4455 #, no-wrap
4456 msgid ""
4457 " length of chunk (not including length word itself)\n"
4458 " struct guestfs_chunk (encoded as XDR)\n"
4459 " length of chunk\n"
4460 " struct guestfs_chunk (encoded as XDR)\n"
4461 "   ...\n"
4462 " length of chunk\n"
4463 " struct guestfs_chunk (with data.data_len == 0)\n"
4464 "\n"
4465 msgstr ""
4466
4467 #. type: textblock
4468 #: ../src/guestfs.pod:2288
4469 msgid ""
4470 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4471 "is set in the final chunk to indicate either successful completion or early "
4472 "cancellation."
4473 msgstr ""
4474
4475 #. type: textblock
4476 #: ../src/guestfs.pod:2292
4477 msgid ""
4478 "At time of writing there are no functions that have more than one FileIn "
4479 "parameter.  However this is (theoretically) supported, by sending the "
4480 "sequence of chunks for each FileIn parameter one after another (from left to "
4481 "right)."
4482 msgstr ""
4483
4484 #. type: textblock
4485 #: ../src/guestfs.pod:2297
4486 msgid ""
4487 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4488 "transfer.  The library does this by sending a chunk with a special flag set "
4489 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4490 "RPC, does I<not> send any reply, and goes back to reading the next request."
4491 msgstr ""
4492
4493 #. type: textblock
4494 #: ../src/guestfs.pod:2303
4495 msgid ""
4496 "The daemon may also cancel.  It does this by writing a special word "
4497 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4498 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4499 "cancel chunk).  The special word is chosen so that even if cancellation "
4500 "happens right at the end of the transfer (after the library has finished "
4501 "writing and has started listening for the reply), the \"spurious\" cancel "
4502 "flag will not be confused with the reply message."
4503 msgstr ""
4504
4505 #. type: textblock
4506 #: ../src/guestfs.pod:2312
4507 msgid ""
4508 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4509 "limit), and also files where the size is not known in advance (eg. from "
4510 "pipes or sockets).  However the chunks are rather small "
4511 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4512 "to keep much in memory."
4513 msgstr ""
4514
4515 #. type: =head3
4516 #: ../src/guestfs.pod:2318
4517 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4518 msgstr ""
4519
4520 #. type: textblock
4521 #: ../src/guestfs.pod:2320
4522 msgid ""
4523 "The protocol for FileOut parameters is exactly the same as for FileIn "
4524 "parameters, but with the roles of daemon and library reversed."
4525 msgstr ""
4526
4527 #. type: verbatim
4528 #: ../src/guestfs.pod:2323
4529 #, no-wrap
4530 msgid ""
4531 " total length (header + ret,\n"
4532 "      but not including the length word itself,\n"
4533 "      and not including the chunks)\n"
4534 " struct guestfs_message_header (encoded as XDR)\n"
4535 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4536 " sequence of chunks for FileOut param #0\n"
4537 " sequence of chunks for FileOut param #1 etc.\n"
4538 "\n"
4539 msgstr ""
4540
4541 #. type: =head3
4542 #: ../src/guestfs.pod:2331
4543 msgid "INITIAL MESSAGE"
4544 msgstr ""
4545
4546 #. type: textblock
4547 #: ../src/guestfs.pod:2333
4548 msgid ""
4549 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4550 "which indicates that the guest and daemon is alive.  This is what L</"
4551 "guestfs_launch> waits for."
4552 msgstr ""
4553
4554 #. type: =head3
4555 #: ../src/guestfs.pod:2337
4556 msgid "PROGRESS NOTIFICATION MESSAGES"
4557 msgstr ""
4558
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2339
4561 msgid ""
4562 "The daemon may send progress notification messages at any time.  These are "
4563 "distinguished by the normal length word being replaced by "
4564 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4565 msgstr ""
4566
4567 #. type: textblock
4568 #: ../src/guestfs.pod:2343
4569 msgid ""
4570 "The library turns them into progress callbacks (see L</"
4571 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4572 "if not."
4573 msgstr ""
4574
4575 #. type: textblock
4576 #: ../src/guestfs.pod:2347
4577 msgid ""
4578 "The daemon self-limits the frequency of progress messages it sends (see "
4579 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4580 "messages."
4581 msgstr ""
4582
4583 #. type: =head1
4584 #: ../src/guestfs.pod:2351
4585 msgid "LIBGUESTFS VERSION NUMBERS"
4586 msgstr ""
4587
4588 #. type: textblock
4589 #: ../src/guestfs.pod:2353
4590 msgid ""
4591 "Since April 2010, libguestfs has started to make separate development and "
4592 "stable releases, along with corresponding branches in our git repository.  "
4593 "These separate releases can be identified by version number:"
4594 msgstr ""
4595
4596 #. type: verbatim
4597 #: ../src/guestfs.pod:2358
4598 #, no-wrap
4599 msgid ""
4600 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4601 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4602 "       |\n"
4603 "       v\n"
4604 " 1  .  3  .  5\n"
4605 " ^           ^\n"
4606 " |           |\n"
4607 " |           `-------- sub-version\n"
4608 " |\n"
4609 " `------ always '1' because we don't change the ABI\n"
4610 "\n"
4611 msgstr ""
4612
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2369
4615 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4616 msgstr ""
4617
4618 #. type: textblock
4619 #: ../src/guestfs.pod:2371
4620 msgid ""
4621 "As time passes we cherry pick fixes from the development branch and backport "
4622 "those into the stable branch, the effect being that the stable branch should "
4623 "get more stable and less buggy over time.  So the stable releases are ideal "
4624 "for people who don't need new features but would just like the software to "
4625 "work."
4626 msgstr ""
4627
4628 #. type: textblock
4629 #: ../src/guestfs.pod:2377
4630 msgid "Our criteria for backporting changes are:"
4631 msgstr ""
4632
4633 #. type: textblock
4634 #: ../src/guestfs.pod:2383
4635 msgid ""
4636 "Documentation changes which don't affect any code are backported unless the "
4637 "documentation refers to a future feature which is not in stable."
4638 msgstr ""
4639
4640 #. type: textblock
4641 #: ../src/guestfs.pod:2389
4642 msgid ""
4643 "Bug fixes which are not controversial, fix obvious problems, and have been "
4644 "well tested are backported."
4645 msgstr ""
4646
4647 #. type: textblock
4648 #: ../src/guestfs.pod:2394
4649 msgid ""
4650 "Simple rearrangements of code which shouldn't affect how it works get "
4651 "backported.  This is so that the code in the two branches doesn't get too "
4652 "far out of step, allowing us to backport future fixes more easily."
4653 msgstr ""
4654
4655 #. type: textblock
4656 #: ../src/guestfs.pod:2400
4657 msgid ""
4658 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4659 "exceptional case: the new feature is required in order to implement an "
4660 "important bug fix."
4661 msgstr ""
4662
4663 #. type: textblock
4664 #: ../src/guestfs.pod:2406
4665 msgid ""
4666 "A new stable branch starts when we think the new features in development are "
4667 "substantial and compelling enough over the current stable branch to warrant "
4668 "it.  When that happens we create new stable and development versions 1.N.0 "
4669 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4670 "stable at this point, but by backporting fixes from development, that branch "
4671 "will stabilize over time."
4672 msgstr ""
4673
4674 #. type: =head1
4675 #: ../src/guestfs.pod:2414
4676 msgid "EXTENDING LIBGUESTFS"
4677 msgstr ""
4678
4679 #. type: =head2
4680 #: ../src/guestfs.pod:2416
4681 msgid "ADDING A NEW API ACTION"
4682 msgstr ""
4683
4684 #. type: textblock
4685 #: ../src/guestfs.pod:2418
4686 msgid ""
4687 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4688 "documentation) are generated, and this makes it easy to extend the "
4689 "libguestfs API."
4690 msgstr ""
4691
4692 #. type: textblock
4693 #: ../src/guestfs.pod:2422
4694 msgid "To add a new API action there are two changes:"
4695 msgstr ""
4696
4697 #. type: textblock
4698 #: ../src/guestfs.pod:2428
4699 msgid ""
4700 "You need to add a description of the call (name, parameters, return type, "
4701 "tests, documentation) to C<generator/generator_actions.ml>."
4702 msgstr ""
4703
4704 #. type: textblock
4705 #: ../src/guestfs.pod:2431
4706 msgid ""
4707 "There are two sorts of API action, depending on whether the call goes "
4708 "through to the daemon in the appliance, or is serviced entirely by the "
4709 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4710 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4711 "an example of the latter, since a trace flag is maintained in the handle and "
4712 "all tracing is done on the library side."
4713 msgstr ""
4714
4715 #. type: textblock
4716 #: ../src/guestfs.pod:2439
4717 msgid ""
4718 "Most new actions are of the first type, and get added to the "
4719 "C<daemon_functions> list.  Each function has a unique procedure number used "
4720 "in the RPC protocol which is assigned to that action when we publish "
4721 "libguestfs and cannot be reused.  Take the latest procedure number and "
4722 "increment it."
4723 msgstr ""
4724
4725 #. type: textblock
4726 #: ../src/guestfs.pod:2445
4727 msgid ""
4728 "For library-only actions of the second type, add to the "
4729 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4730 "library and do not travel over the RPC mechanism to the daemon, these "
4731 "functions do not need a procedure number, and so the procedure number is set "
4732 "to C<-1>."
4733 msgstr ""
4734
4735 #. type: textblock
4736 #: ../src/guestfs.pod:2453
4737 msgid "Implement the action (in C):"
4738 msgstr ""
4739
4740 #. type: textblock
4741 #: ../src/guestfs.pod:2455
4742 msgid ""
4743 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4744 "C<daemon/> directory."
4745 msgstr ""
4746
4747 #. type: textblock
4748 #: ../src/guestfs.pod:2458
4749 msgid ""
4750 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4751 "(note: double underscore) in the C<src/> directory."
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2461
4756 msgid "In either case, use another function as an example of what to do."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2465
4761 msgid "After making these changes, use C<make> to compile."
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2467
4766 msgid ""
4767 "Note that you don't need to implement the RPC, language bindings, manual "
4768 "pages or anything else.  It's all automatically generated from the OCaml "
4769 "description."
4770 msgstr ""
4771
4772 #. type: =head2
4773 #: ../src/guestfs.pod:2471
4774 msgid "ADDING TESTS FOR AN API ACTION"
4775 msgstr ""
4776
4777 #. type: textblock
4778 #: ../src/guestfs.pod:2473
4779 msgid ""
4780 "You can supply zero or as many tests as you want per API call.  The tests "
4781 "can either be added as part of the API description (C<generator/"
4782 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4783 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4784 "slower, so if possible use the first method."
4785 msgstr ""
4786
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2479
4789 msgid ""
4790 "The following describes the test environment used when you add an API test "
4791 "in C<generator_actions.ml>."
4792 msgstr ""
4793
4794 #. type: textblock
4795 #: ../src/guestfs.pod:2482
4796 msgid "The test environment has 4 block devices:"
4797 msgstr ""
4798
4799 #. type: =item
4800 #: ../src/guestfs.pod:2486
4801 msgid "C</dev/sda> 500MB"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2488
4806 msgid "General block device for testing."
4807 msgstr ""
4808
4809 #. type: =item
4810 #: ../src/guestfs.pod:2490
4811 msgid "C</dev/sdb> 50MB"
4812 msgstr ""
4813
4814 #. type: textblock
4815 #: ../src/guestfs.pod:2492
4816 msgid ""
4817 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4818 "operations."
4819 msgstr ""
4820
4821 #. type: =item
4822 #: ../src/guestfs.pod:2495
4823 msgid "C</dev/sdc> 10MB"
4824 msgstr ""
4825
4826 #. type: textblock
4827 #: ../src/guestfs.pod:2497
4828 msgid "Used in a few tests where two block devices are needed."
4829 msgstr ""
4830
4831 #. type: =item
4832 #: ../src/guestfs.pod:2499
4833 msgid "C</dev/sdd>"
4834 msgstr "C</dev/sdd>"
4835
4836 #. type: textblock
4837 #: ../src/guestfs.pod:2501
4838 msgid "ISO with fixed content (see C<images/test.iso>)."
4839 msgstr ""
4840
4841 #. type: textblock
4842 #: ../src/guestfs.pod:2505
4843 msgid ""
4844 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4845 "appliance and block devices are reused between tests.  So don't try testing "
4846 "L</guestfs_kill_subprocess> :-x"
4847 msgstr ""
4848
4849 #. type: textblock
4850 #: ../src/guestfs.pod:2509
4851 msgid ""
4852 "Each test starts with an initial scenario, selected using one of the "
4853 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4854 "initialize the disks mentioned above in a particular way as documented in "
4855 "C<generator_types.ml>.  You should not assume anything about the previous "
4856 "contents of other disks that are not initialized."
4857 msgstr ""
4858
4859 #. type: textblock
4860 #: ../src/guestfs.pod:2515
4861 msgid ""
4862 "You can add a prerequisite clause to any individual test.  This is a run-"
4863 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4864 "testing a command which might not work on all variations of libguestfs "
4865 "builds.  A test that has prerequisite of C<Always> means to run "
4866 "unconditionally."
4867 msgstr ""
4868
4869 #. type: textblock
4870 #: ../src/guestfs.pod:2521
4871 msgid ""
4872 "In addition, packagers can skip individual tests by setting environment "
4873 "variables before running C<make check>."
4874 msgstr ""
4875
4876 #. type: verbatim
4877 #: ../src/guestfs.pod:2524
4878 #, no-wrap
4879 msgid ""
4880 " SKIP_TEST_<CMD>_<NUM>=1\n"
4881 "\n"
4882 msgstr ""
4883
4884 #. type: textblock
4885 #: ../src/guestfs.pod:2526
4886 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4887 msgstr ""
4888
4889 #. type: textblock
4890 #: ../src/guestfs.pod:2528
4891 msgid "or:"
4892 msgstr "або:"
4893
4894 #. type: verbatim
4895 #: ../src/guestfs.pod:2530
4896 #, no-wrap
4897 msgid ""
4898 " SKIP_TEST_<CMD>=1\n"
4899 "\n"
4900 msgstr ""
4901
4902 #. type: textblock
4903 #: ../src/guestfs.pod:2532
4904 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4905 msgstr ""
4906
4907 #. type: textblock
4908 #: ../src/guestfs.pod:2534
4909 msgid "Packagers can run only certain tests by setting for example:"
4910 msgstr ""
4911
4912 #. type: verbatim
4913 #: ../src/guestfs.pod:2536
4914 #, no-wrap
4915 msgid ""
4916 " TEST_ONLY=\"vfs_type zerofree\"\n"
4917 "\n"
4918 msgstr ""
4919
4920 #. type: textblock
4921 #: ../src/guestfs.pod:2538
4922 msgid ""
4923 "See C<capitests/tests.c> for more details of how these environment variables "
4924 "work."
4925 msgstr ""
4926
4927 #. type: =head2
4928 #: ../src/guestfs.pod:2541
4929 msgid "DEBUGGING NEW API ACTIONS"
4930 msgstr ""
4931
4932 #. type: textblock
4933 #: ../src/guestfs.pod:2543
4934 msgid "Test new actions work before submitting them."
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2545
4939 msgid "You can use guestfish to try out new commands."
4940 msgstr ""
4941
4942 #. type: textblock
4943 #: ../src/guestfs.pod:2547
4944 msgid ""
4945 "Debugging the daemon is a problem because it runs inside a minimal "
4946 "environment.  However you can fprintf messages in the daemon to stderr, and "
4947 "they will show up if you use C<guestfish -v>."
4948 msgstr ""
4949
4950 #. type: =head2
4951 #: ../src/guestfs.pod:2551
4952 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4953 msgstr ""
4954
4955 #. type: textblock
4956 #: ../src/guestfs.pod:2553
4957 msgid ""
4958 "Our C source code generally adheres to some basic code-formatting "
4959 "conventions.  The existing code base is not totally consistent on this "
4960 "front, but we do prefer that contributed code be formatted similarly.  In "
4961 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4962 "indentation level, and other than that, follow the K&R style."
4963 msgstr ""
4964
4965 #. type: textblock
4966 #: ../src/guestfs.pod:2559
4967 msgid ""
4968 "If you use Emacs, add the following to one of one of your start-up files (e."
4969 "g., ~/.emacs), to help ensure that you get indentation right:"
4970 msgstr ""
4971
4972 #. type: verbatim
4973 #: ../src/guestfs.pod:2562
4974 #, no-wrap
4975 msgid ""
4976 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4977 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4978 " (add-hook 'find-file-hook\n"
4979 "     '(lambda () (if (and buffer-file-name\n"
4980 "                          (string-match \"/libguestfs\\\\>\"\n"
4981 "                              (buffer-file-name))\n"
4982 "                          (not (string-equal mode-name \"Change Log\"))\n"
4983 "                          (not (string-equal mode-name \"Makefile\")))\n"
4984 "                     (setq indent-tabs-mode nil))))\n"
4985 " \n"
4986 msgstr ""
4987
4988 #. type: verbatim
4989 #: ../src/guestfs.pod:2572
4990 #, no-wrap
4991 msgid ""
4992 " ;;; When editing C sources in libguestfs, use this style.\n"
4993 " (defun libguestfs-c-mode ()\n"
4994 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4995 "   (interactive)\n"
4996 "   (c-set-style \"K&R\")\n"
4997 "   (setq c-indent-level 2)\n"
4998 "   (setq c-basic-offset 2))\n"
4999 " (add-hook 'c-mode-hook\n"
5000 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5001 "                               (buffer-file-name))\n"
5002 "                           (libguestfs-c-mode))))\n"
5003 "\n"
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs.pod:2584
5008 msgid "Enable warnings when compiling (and fix any problems this finds):"
5009 msgstr ""
5010
5011 #. type: verbatim
5012 #: ../src/guestfs.pod:2587
5013 #, no-wrap
5014 msgid ""
5015 " ./configure --enable-gcc-warnings\n"
5016 "\n"
5017 msgstr ""
5018
5019 #. type: textblock
5020 #: ../src/guestfs.pod:2589
5021 msgid "Useful targets are:"
5022 msgstr ""
5023
5024 #. type: verbatim
5025 #: ../src/guestfs.pod:2591
5026 #, no-wrap
5027 msgid ""
5028 " make syntax-check  # checks the syntax of the C code\n"
5029 " make check         # runs the test suite\n"
5030 "\n"
5031 msgstr ""
5032
5033 #. type: =head2
5034 #: ../src/guestfs.pod:2594
5035 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5036 msgstr ""
5037
5038 #. type: textblock
5039 #: ../src/guestfs.pod:2596
5040 msgid ""
5041 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5042 "which are used to do shell quoting."
5043 msgstr ""
5044
5045 #. type: =item
5046 #: ../src/guestfs.pod:2601
5047 msgid "%Q"
5048 msgstr "%Q"
5049
5050 #. type: textblock
5051 #: ../src/guestfs.pod:2603
5052 msgid ""
5053 "Simple shell quoted string.  Any spaces or other shell characters are "
5054 "escaped for you."
5055 msgstr ""
5056
5057 #. type: =item
5058 #: ../src/guestfs.pod:2606
5059 msgid "%R"
5060 msgstr "%R"
5061
5062 #. type: textblock
5063 #: ../src/guestfs.pod:2608
5064 msgid ""
5065 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5066 "the sysroot."
5067 msgstr ""
5068
5069 #. type: textblock
5070 #: ../src/guestfs.pod:2613 ../fish/guestfish.pod:242 ../fish/guestfish.pod:615
5071 msgid "For example:"
5072 msgstr "Приклад:"
5073
5074 #. type: verbatim
5075 #: ../src/guestfs.pod:2615
5076 #, no-wrap
5077 msgid ""
5078 " asprintf (&cmd, \"cat %R\", path);\n"
5079 "\n"
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs.pod:2617
5084 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5085 msgstr ""
5086
5087 #. type: textblock
5088 #: ../src/guestfs.pod:2619
5089 msgid ""
5090 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5091 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5092 "they are not passed via the shell (instead, straight to exec).  You probably "
5093 "want to use the C<sysroot_path()> function however."
5094 msgstr ""
5095
5096 #. type: =head2
5097 #: ../src/guestfs.pod:2625
5098 msgid "SUBMITTING YOUR NEW API ACTIONS"
5099 msgstr ""
5100
5101 #. type: textblock
5102 #: ../src/guestfs.pod:2627
5103 msgid ""
5104 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5105 "libguestfs> and CC to L<rjones@redhat.com>."
5106 msgstr ""
5107
5108 #. type: =head2
5109 #: ../src/guestfs.pod:2631
5110 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5111 msgstr ""
5112
5113 #. type: textblock
5114 #: ../src/guestfs.pod:2633
5115 msgid "We support i18n (gettext anyhow) in the library."
5116 msgstr ""
5117
5118 #. type: textblock
5119 #: ../src/guestfs.pod:2635
5120 msgid ""
5121 "However many messages come from the daemon, and we don't translate those at "
5122 "the moment.  One reason is that the appliance generally has all locale files "
5123 "removed from it, because they take up a lot of space.  So we'd have to readd "
5124 "some of those, as well as copying our PO files into the appliance."
5125 msgstr ""
5126
5127 #. type: textblock
5128 #: ../src/guestfs.pod:2641
5129 msgid ""
5130 "Debugging messages are never translated, since they are intended for the "
5131 "programmers."
5132 msgstr ""
5133
5134 #. type: =head2
5135 #: ../src/guestfs.pod:2644
5136 msgid "SOURCE CODE SUBDIRECTORIES"
5137 msgstr ""
5138
5139 #. type: =item
5140 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5991
5141 #: ../fish/guestfish-actions.pod:3968
5142 msgid "C<appliance>"
5143 msgstr "C<appliance>"
5144
5145 #. type: textblock
5146 #: ../src/guestfs.pod:2650
5147 msgid "The libguestfs appliance, build scripts and so on."
5148 msgstr ""
5149
5150 #. type: =item
5151 #: ../src/guestfs.pod:2652
5152 msgid "C<capitests>"
5153 msgstr "C<capitests>"
5154
5155 #. type: textblock
5156 #: ../src/guestfs.pod:2654
5157 msgid "Automated tests of the C API."
5158 msgstr ""
5159
5160 #. type: =item
5161 #: ../src/guestfs.pod:2656
5162 msgid "C<cat>"
5163 msgstr "C<cat>"
5164
5165 #. type: textblock
5166 #: ../src/guestfs.pod:2658
5167 msgid ""
5168 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5169 "documentation."
5170 msgstr ""
5171
5172 #. type: =item
5173 #: ../src/guestfs.pod:2661
5174 #, fuzzy
5175 #| msgid "C<cat>"
5176 msgid "C<caution>"
5177 msgstr "C<cat>"
5178
5179 #. type: textblock
5180 #: ../src/guestfs.pod:2663
5181 msgid ""
5182 "Safety and liveness tests of components that libguestfs depends upon (not of "
5183 "libguestfs itself).  Mainly this is for qemu and the kernel."
5184 msgstr ""
5185
5186 #. type: =item
5187 #: ../src/guestfs.pod:2666
5188 msgid "C<contrib>"
5189 msgstr "C<contrib>"
5190
5191 #. type: textblock
5192 #: ../src/guestfs.pod:2668
5193 msgid "Outside contributions, experimental parts."
5194 msgstr ""
5195
5196 #. type: =item
5197 #: ../src/guestfs.pod:2670
5198 msgid "C<daemon>"
5199 msgstr "C<daemon>"
5200
5201 #. type: textblock
5202 #: ../src/guestfs.pod:2672
5203 msgid ""
5204 "The daemon that runs inside the libguestfs appliance and carries out actions."
5205 msgstr ""
5206
5207 #. type: =item
5208 #: ../src/guestfs.pod:2675
5209 msgid "C<df>"
5210 msgstr "C<df>"
5211
5212 #. type: textblock
5213 #: ../src/guestfs.pod:2677
5214 msgid "L<virt-df(1)> command and documentation."
5215 msgstr ""
5216
5217 #. type: =item
5218 #: ../src/guestfs.pod:2679
5219 msgid "C<edit>"
5220 msgstr ""
5221
5222 #. type: textblock
5223 #: ../src/guestfs.pod:2681
5224 msgid "L<virt-edit(1)> command and documentation."
5225 msgstr ""
5226
5227 #. type: =item
5228 #: ../src/guestfs.pod:2683
5229 msgid "C<examples>"
5230 msgstr "C<examples>"
5231
5232 #. type: textblock
5233 #: ../src/guestfs.pod:2685
5234 msgid "C API example code."
5235 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
5236
5237 #. type: =item
5238 #: ../src/guestfs.pod:2687
5239 msgid "C<fish>"
5240 msgstr "C<fish>"
5241
5242 #. type: textblock
5243 #: ../src/guestfs.pod:2689
5244 msgid ""
5245 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5246 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5247 "L<virt-tar-out(1)>."
5248 msgstr ""
5249
5250 #. type: =item
5251 #: ../src/guestfs.pod:2693
5252 msgid "C<fuse>"
5253 msgstr "C<fuse>"
5254
5255 #. type: textblock
5256 #: ../src/guestfs.pod:2695
5257 msgid ""
5258 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5259 msgstr ""
5260
5261 #. type: =item
5262 #: ../src/guestfs.pod:2697
5263 msgid "C<generator>"
5264 msgstr "C<generator>"
5265
5266 #. type: textblock
5267 #: ../src/guestfs.pod:2699
5268 msgid ""
5269 "The crucially important generator, used to automatically generate large "
5270 "amounts of boilerplate C code for things like RPC and bindings."
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs.pod:2702
5275 msgid "C<images>"
5276 msgstr "C<images>"
5277
5278 #. type: textblock
5279 #: ../src/guestfs.pod:2704
5280 msgid "Files used by the test suite."
5281 msgstr ""
5282
5283 #. type: textblock
5284 #: ../src/guestfs.pod:2706
5285 msgid "Some \"phony\" guest images which we test against."
5286 msgstr ""
5287
5288 #. type: =item
5289 #: ../src/guestfs.pod:2708
5290 msgid "C<inspector>"
5291 msgstr "C<inspector>"
5292
5293 #. type: textblock
5294 #: ../src/guestfs.pod:2710
5295 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5296 msgstr ""
5297
5298 #. type: =item
5299 #: ../src/guestfs.pod:2712
5300 msgid "C<logo>"
5301 msgstr "C<logo>"
5302
5303 #. type: textblock
5304 #: ../src/guestfs.pod:2714
5305 msgid "Logo used on the website.  The fish is called Arthur by the way."
5306 msgstr ""
5307
5308 #. type: =item
5309 #: ../src/guestfs.pod:2716
5310 msgid "C<m4>"
5311 msgstr "C<m4>"
5312
5313 #. type: textblock
5314 #: ../src/guestfs.pod:2718
5315 msgid "M4 macros used by autoconf."
5316 msgstr ""
5317
5318 #. type: =item
5319 #: ../src/guestfs.pod:2720
5320 msgid "C<po>"
5321 msgstr "C<po>"
5322
5323 #. type: textblock
5324 #: ../src/guestfs.pod:2722
5325 msgid "Translations of simple gettext strings."
5326 msgstr "Переклади простих рядків gettext."
5327
5328 #. type: =item
5329 #: ../src/guestfs.pod:2724
5330 msgid "C<po-docs>"
5331 msgstr "C<po-docs>"
5332
5333 #. type: textblock
5334 #: ../src/guestfs.pod:2726
5335 msgid ""
5336 "The build infrastructure and PO files for translations of manpages and POD "
5337 "files.  Eventually this will be combined with the C<po> directory, but that "
5338 "is rather complicated."
5339 msgstr ""
5340
5341 #. type: =item
5342 #: ../src/guestfs.pod:2730
5343 msgid "C<regressions>"
5344 msgstr "C<regressions>"
5345
5346 #. type: textblock
5347 #: ../src/guestfs.pod:2732
5348 msgid "Regression tests."
5349 msgstr "Тести на регресії."
5350
5351 #. type: =item
5352 #: ../src/guestfs.pod:2734
5353 msgid "C<rescue>"
5354 msgstr "C<rescue>"
5355
5356 #. type: textblock
5357 #: ../src/guestfs.pod:2736
5358 msgid "L<virt-rescue(1)> command and documentation."
5359 msgstr ""
5360
5361 #. type: =item
5362 #: ../src/guestfs.pod:2738
5363 msgid "C<src>"
5364 msgstr "C<src>"
5365
5366 #. type: textblock
5367 #: ../src/guestfs.pod:2740
5368 msgid "Source code to the C library."
5369 msgstr ""
5370
5371 #. type: =item
5372 #: ../src/guestfs.pod:2742
5373 msgid "C<tools>"
5374 msgstr "C<tools>"
5375
5376 #. type: textblock
5377 #: ../src/guestfs.pod:2744
5378 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5379 msgstr ""
5380
5381 #. type: =item
5382 #: ../src/guestfs.pod:2746
5383 msgid "C<test-tool>"
5384 msgstr "C<test-tool>"
5385
5386 #. type: textblock
5387 #: ../src/guestfs.pod:2748
5388 msgid ""
5389 "Test tool for end users to test if their qemu/kernel combination will work "
5390 "with libguestfs."
5391 msgstr ""
5392
5393 #. type: =item
5394 #: ../src/guestfs.pod:2751
5395 msgid "C<csharp>"
5396 msgstr "C<csharp>"
5397
5398 #. type: =item
5399 #: ../src/guestfs.pod:2753
5400 msgid "C<haskell>"
5401 msgstr "C<haskell>"
5402
5403 #. type: =item
5404 #: ../src/guestfs.pod:2755
5405 msgid "C<java>"
5406 msgstr "C<java>"
5407
5408 #. type: =item
5409 #: ../src/guestfs.pod:2757
5410 msgid "C<ocaml>"
5411 msgstr "C<ocaml>"
5412
5413 #. type: =item
5414 #: ../src/guestfs.pod:2759
5415 msgid "C<php>"
5416 msgstr "C<php>"
5417
5418 #. type: =item
5419 #: ../src/guestfs.pod:2761
5420 msgid "C<perl>"
5421 msgstr "C<perl>"
5422
5423 #. type: =item
5424 #: ../src/guestfs.pod:2763
5425 msgid "C<python>"
5426 msgstr "C<python>"
5427
5428 #. type: =item
5429 #: ../src/guestfs.pod:2765
5430 msgid "C<ruby>"
5431 msgstr "C<ruby>"
5432
5433 #. type: textblock
5434 #: ../src/guestfs.pod:2767
5435 msgid "Language bindings."
5436 msgstr "Прив’язки до мов програмування."
5437
5438 #. type: =head1
5439 #: ../src/guestfs.pod:2771
5440 msgid "LIMITS"
5441 msgstr ""
5442
5443 #. type: =head2
5444 #: ../src/guestfs.pod:2773
5445 msgid "PROTOCOL LIMITS"
5446 msgstr ""
5447
5448 #. type: textblock
5449 #: ../src/guestfs.pod:2775
5450 msgid ""
5451 "Internally libguestfs uses a message-based protocol to pass API calls and "
5452 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5453 "plenty more detail about this).  The maximum message size used by the "
5454 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5455 "aware of this limit.  The API calls which may be affected are individually "
5456 "documented, with a link back to this section of the documentation."
5457 msgstr ""
5458
5459 #. type: textblock
5460 #: ../src/guestfs.pod:2783
5461 msgid ""
5462 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5463 "a simple string.  Because this string is at some point internally encoded as "
5464 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5465 "the requested file is larger than this then you will get an error."
5466 msgstr ""
5467
5468 #. type: textblock
5469 #: ../src/guestfs.pod:2789
5470 msgid ""
5471 "In order to transfer large files into and out of the guest filesystem, you "
5472 "need to use particular calls that support this.  The sections L</UPLOADING> "
5473 "and L</DOWNLOADING> document how to do this."
5474 msgstr ""
5475
5476 #. type: textblock
5477 #: ../src/guestfs.pod:2793
5478 msgid ""
5479 "You might also consider mounting the disk image using our FUSE filesystem "
5480 "support (L<guestmount(1)>)."
5481 msgstr ""
5482
5483 #. type: =head2
5484 #: ../src/guestfs.pod:2796
5485 msgid "MAXIMUM NUMBER OF DISKS"
5486 msgstr ""
5487
5488 #. type: textblock
5489 #: ../src/guestfs.pod:2798
5490 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5491 msgstr ""
5492
5493 #. type: textblock
5494 #: ../src/guestfs.pod:2801
5495 msgid ""
5496 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5497 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5498 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5499 "purposes."
5500 msgstr ""
5501
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2806
5504 msgid ""
5505 "We are working to substantially raise this limit in future versions but it "
5506 "requires complex changes to qemu."
5507 msgstr ""
5508
5509 #. type: textblock
5510 #: ../src/guestfs.pod:2809
5511 msgid ""
5512 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5513 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5514 "requires changes to qemu."
5515 msgstr ""
5516
5517 #. type: =head2
5518 #: ../src/guestfs.pod:2813
5519 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5520 msgstr ""
5521
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2815
5524 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5525 msgstr ""
5526
5527 #. type: textblock
5528 #: ../src/guestfs.pod:2817
5529 msgid ""
5530 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5531 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5532 msgstr ""
5533
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2820
5536 msgid ""
5537 "If you attach a disk with more than 15 partitions, the extra partitions are "
5538 "ignored by libguestfs."
5539 msgstr ""
5540
5541 #. type: =head2
5542 #: ../src/guestfs.pod:2823
5543 msgid "MAXIMUM SIZE OF A DISK"
5544 msgstr ""
5545
5546 #. type: textblock
5547 #: ../src/guestfs.pod:2825
5548 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5549 msgstr ""
5550
5551 #. type: textblock
5552 #: ../src/guestfs.pod:2827
5553 msgid ""
5554 "We have tested block devices up to 1 exabyte (2**60 or "
5555 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5556 "filesystem."
5557 msgstr ""
5558
5559 #. type: textblock
5560 #: ../src/guestfs.pod:2831
5561 msgid ""
5562 "Although libguestfs probably does not impose any limit, the underlying host "
5563 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5564 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5565 "TB).  If you store disk images as host logical volumes then you are limited "
5566 "by the maximum size of an LV."
5567 msgstr ""
5568
5569 #. type: textblock
5570 #: ../src/guestfs.pod:2837
5571 msgid ""
5572 "For the hugest disk image files, we recommend using XFS on the host for "
5573 "storage."
5574 msgstr ""
5575
5576 #. type: =head2
5577 #: ../src/guestfs.pod:2840
5578 msgid "MAXIMUM SIZE OF A PARTITION"
5579 msgstr ""
5580
5581 #. type: textblock
5582 #: ../src/guestfs.pod:2842
5583 msgid ""
5584 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5585 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5586 "address a partition located beyond 2 TB on the disk."
5587 msgstr ""
5588
5589 #. type: textblock
5590 #: ../src/guestfs.pod:2846
5591 msgid ""
5592 "It is recommended that you use GPT partitions on disks which are larger than "
5593 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5594 "which are theoretically larger than the largest disk we could support."
5595 msgstr ""
5596
5597 #. type: =head2
5598 #: ../src/guestfs.pod:2851
5599 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5600 msgstr ""
5601
5602 #. type: textblock
5603 #: ../src/guestfs.pod:2853
5604 msgid ""
5605 "This depends on the filesystem type.  libguestfs itself does not impose any "
5606 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5607 "what these limits are."
5608 msgstr ""
5609
5610 #. type: =head2
5611 #: ../src/guestfs.pod:2857
5612 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5613 msgstr ""
5614
5615 #. type: textblock
5616 #: ../src/guestfs.pod:2859
5617 msgid ""
5618 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
5619 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5620 "uploads and downloads."
5621 msgstr ""
5622
5623 #. type: =head2
5624 #: ../src/guestfs.pod:2863
5625 #, fuzzy
5626 #| msgid "INSPECTION"
5627 msgid "INSPECTION LIMITS"
5628 msgstr "ПЕРЕВІРКА"
5629
5630 #. type: textblock
5631 #: ../src/guestfs.pod:2865
5632 msgid ""
5633 "The inspection code has several arbitrary limits on things like the size of "
5634 "Windows Registry hive it will read, and the length of product name.  These "
5635 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5636 "memory and disk space on the host, and should not be reached in practice.  "
5637 "See the source code for more information."
5638 msgstr ""
5639
5640 #. type: =head1
5641 #: ../src/guestfs.pod:2871 ../fish/guestfish.pod:1017
5642 #: ../test-tool/libguestfs-test-tool.pod:82
5643 msgid "ENVIRONMENT VARIABLES"
5644 msgstr "ЗМІННІ СЕРЕДОВИЩА"
5645
5646 #. type: =item
5647 #: ../src/guestfs.pod:2875 ../fish/guestfish.pod:1048
5648 msgid "LIBGUESTFS_APPEND"
5649 msgstr ""
5650
5651 #. type: textblock
5652 #: ../src/guestfs.pod:2877 ../fish/guestfish.pod:1050
5653 msgid "Pass additional options to the guest kernel."
5654 msgstr ""
5655
5656 #. type: =item
5657 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1052
5658 msgid "LIBGUESTFS_DEBUG"
5659 msgstr ""
5660
5661 #. type: textblock
5662 #: ../src/guestfs.pod:2881
5663 msgid ""
5664 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5665 "effect as calling C<guestfs_set_verbose (g, 1)>."
5666 msgstr ""
5667
5668 #. type: =item
5669 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1057
5670 msgid "LIBGUESTFS_MEMSIZE"
5671 msgstr ""
5672
5673 #. type: textblock
5674 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1059
5675 msgid ""
5676 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5677 msgstr ""
5678
5679 #. type: verbatim
5680 #: ../src/guestfs.pod:2889 ../fish/guestfish.pod:1062
5681 #, no-wrap
5682 msgid ""
5683 " LIBGUESTFS_MEMSIZE=700\n"
5684 "\n"
5685 msgstr ""
5686
5687 #. type: =item
5688 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1064
5689 msgid "LIBGUESTFS_PATH"
5690 msgstr ""
5691
5692 #. type: textblock
5693 #: ../src/guestfs.pod:2893
5694 msgid ""
5695 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5696 "the discussion of paths in section L</PATH> above."
5697 msgstr ""
5698
5699 #. type: =item
5700 #: ../src/guestfs.pod:2896 ../fish/guestfish.pod:1069
5701 msgid "LIBGUESTFS_QEMU"
5702 msgstr ""
5703
5704 #. type: textblock
5705 #: ../src/guestfs.pod:2898 ../fish/guestfish.pod:1071
5706 msgid ""
5707 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5708 "which was found at compile time by the configure script is used."
5709 msgstr ""
5710
5711 #. type: textblock
5712 #: ../src/guestfs.pod:2902
5713 msgid "See also L</QEMU WRAPPERS> above."
5714 msgstr ""
5715
5716 #. type: =item
5717 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1075
5718 msgid "LIBGUESTFS_TRACE"
5719 msgstr ""
5720
5721 #. type: textblock
5722 #: ../src/guestfs.pod:2906
5723 msgid ""
5724 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5725 "effect as calling C<guestfs_set_trace (g, 1)>."
5726 msgstr ""
5727
5728 #. type: =item
5729 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1084
5730 msgid "TMPDIR"
5731 msgstr ""
5732
5733 #. type: textblock
5734 #: ../src/guestfs.pod:2911 ../fish/guestfish.pod:1086
5735 msgid ""
5736 "Location of temporary directory, defaults to C</tmp> except for the cached "
5737 "supermin appliance which defaults to C</var/tmp>."
5738 msgstr ""
5739
5740 #. type: textblock
5741 #: ../src/guestfs.pod:2914 ../fish/guestfish.pod:1089
5742 msgid ""
5743 "If libguestfs was compiled to use the supermin appliance then the real "
5744 "appliance is cached in this directory, shared between all handles belonging "
5745 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5746 "use in case C</var/tmp> is not large enough."
5747 msgstr ""
5748
5749 #. type: =head1
5750 #: ../src/guestfs.pod:2922 ../fish/guestfish.pod:1156
5751 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:279
5752 #: ../tools/virt-win-reg.pl:744 ../tools/virt-list-filesystems.pl:189
5753 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
5754 #: ../tools/virt-list-partitions.pl:257
5755 msgid "SEE ALSO"
5756 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
5757
5758 #. type: textblock
5759 #: ../src/guestfs.pod:2924
5760 msgid ""
5761 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5762 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
5763 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
5764 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
5765 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
5766 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
5767 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5768 msgstr ""
5769
5770 #. type: textblock
5771 #: ../src/guestfs.pod:2951
5772 msgid ""
5773 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5774 "(8)>, L<disktype(1)>."
5775 msgstr ""
5776
5777 #. type: =head1
5778 #: ../src/guestfs.pod:2958 ../tools/virt-win-reg.pl:759
5779 #: ../tools/virt-make-fs.pl:553
5780 msgid "BUGS"
5781 msgstr "ВАДИ"
5782
5783 #. type: textblock
5784 #: ../src/guestfs.pod:2960
5785 msgid "To get a list of bugs against libguestfs use this link:"
5786 msgstr ""
5787 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
5788 "посиланням:"
5789
5790 #. type: textblock
5791 #: ../src/guestfs.pod:2962
5792 msgid ""
5793 "L<https://bugzilla.redhat.com/buglist.cgi?"
5794 "component=libguestfs&product=Virtualization+Tools>"
5795 msgstr ""
5796 "L<https://bugzilla.redhat.com/buglist.cgi?"
5797 "component=libguestfs&product=Virtualization+Tools>"
5798
5799 #. type: textblock
5800 #: ../src/guestfs.pod:2964
5801 msgid "To report a new bug against libguestfs use this link:"
5802 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
5803
5804 #. type: textblock
5805 #: ../src/guestfs.pod:2966
5806 msgid ""
5807 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5808 "component=libguestfs&product=Virtualization+Tools>"
5809 msgstr ""
5810 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5811 "component=libguestfs&product=Virtualization+Tools>"
5812
5813 #. type: textblock
5814 #: ../src/guestfs.pod:2968
5815 msgid "When reporting a bug, please check:"
5816 msgstr ""
5817
5818 #. type: textblock
5819 #: ../src/guestfs.pod:2974
5820 msgid "That the bug hasn't been reported already."
5821 msgstr ""
5822
5823 #. type: textblock
5824 #: ../src/guestfs.pod:2978
5825 msgid "That you are testing a recent version."
5826 msgstr ""
5827
5828 #. type: textblock
5829 #: ../src/guestfs.pod:2982
5830 msgid "Describe the bug accurately, and give a way to reproduce it."
5831 msgstr ""
5832
5833 #. type: textblock
5834 #: ../src/guestfs.pod:2986
5835 msgid ""
5836 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5837 "bug report."
5838 msgstr ""
5839
5840 #. type: =head1
5841 #: ../src/guestfs.pod:2991 ../fish/guestfish.pod:1180
5842 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:290
5843 msgid "AUTHORS"
5844 msgstr "АВТОРИ"
5845
5846 #. type: textblock
5847 #: ../src/guestfs.pod:2993 ../fish/guestfish.pod:1182
5848 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:292
5849 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5850 msgstr ""
5851
5852 #. type: =head1
5853 #: ../src/guestfs.pod:2995 ../fish/guestfish.pod:1184
5854 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:294
5855 #: ../tools/virt-win-reg.pl:774 ../tools/virt-list-filesystems.pl:206
5856 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
5857 #: ../tools/virt-list-partitions.pl:273
5858 msgid "COPYRIGHT"
5859 msgstr "АВТОРСЬКІ ПРАВА"
5860
5861 #. type: textblock
5862 #: ../src/guestfs.pod:2997 ../fish/guestfish.pod:1186
5863 #: ../test-tool/libguestfs-test-tool.pod:99
5864 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5865 msgstr ""
5866
5867 #. type: textblock
5868 #: ../src/guestfs.pod:3000
5869 msgid ""
5870 "This library is free software; you can redistribute it and/or modify it "
5871 "under the terms of the GNU Lesser General Public License as published by the "
5872 "Free Software Foundation; either version 2 of the License, or (at your "
5873 "option) any later version."
5874 msgstr ""
5875
5876 #. type: textblock
5877 #: ../src/guestfs.pod:3005
5878 msgid ""
5879 "This library is distributed in the hope that it will be useful, but WITHOUT "
5880 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5881 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5882 "for more details."
5883 msgstr ""
5884
5885 #. type: textblock
5886 #: ../src/guestfs.pod:3010
5887 msgid ""
5888 "You should have received a copy of the GNU Lesser General Public License "
5889 "along with this library; if not, write to the Free Software Foundation, "
5890 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5891 msgstr ""
5892
5893 #. type: =head2
5894 #: ../src/guestfs-actions.pod:1
5895 msgid "guestfs_add_cdrom"
5896 msgstr ""
5897
5898 #. type: verbatim
5899 #: ../src/guestfs-actions.pod:3
5900 #, no-wrap
5901 msgid ""
5902 " int\n"
5903 " guestfs_add_cdrom (guestfs_h *g,\n"
5904 "                    const char *filename);\n"
5905 "\n"
5906 msgstr ""
5907
5908 #. type: textblock
5909 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5910 msgid "This function adds a virtual CD-ROM disk image to the guest."
5911 msgstr ""
5912
5913 #. type: textblock
5914 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5915 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5916 msgstr ""
5917
5918 #. type: textblock
5919 #: ../src/guestfs-actions.pod:17
5920 msgid ""
5921 "This call checks for the existence of C<filename>.  This stops you from "
5922 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5923 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5924 "instead."
5925 msgstr ""
5926
5927 #. type: textblock
5928 #: ../src/guestfs-actions.pod:24
5929 msgid ""
5930 "If you just want to add an ISO file (often you use this as an efficient way "
5931 "to transfer large files into the guest), then you should probably use "
5932 "C<guestfs_add_drive_ro> instead."
5933 msgstr ""
5934
5935 #. type: textblock
5936 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140
5937 #: ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238
5938 #: ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273
5939 #: ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307
5940 #: ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442
5941 #: ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501
5942 #: ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547
5943 #: ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647
5944 #: ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676
5945 #: ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793
5946 #: ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821
5947 #: ../src/guestfs-actions.pod:982 ../src/guestfs-actions.pod:1002
5948 #: ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1104
5949 #: ../src/guestfs-actions.pod:1122 ../src/guestfs-actions.pod:1141
5950 #: ../src/guestfs-actions.pod:1155 ../src/guestfs-actions.pod:1175
5951 #: ../src/guestfs-actions.pod:1245 ../src/guestfs-actions.pod:1276
5952 #: ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1343
5953 #: ../src/guestfs-actions.pod:1449 ../src/guestfs-actions.pod:1483
5954 #: ../src/guestfs-actions.pod:1698 ../src/guestfs-actions.pod:1720
5955 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:2271
5956 #: ../src/guestfs-actions.pod:2415 ../src/guestfs-actions.pod:2476
5957 #: ../src/guestfs-actions.pod:2511 ../src/guestfs-actions.pod:3551
5958 #: ../src/guestfs-actions.pod:3566 ../src/guestfs-actions.pod:3591
5959 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:3774
5960 #: ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3801
5961 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3852
5962 #: ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:3944
5963 #: ../src/guestfs-actions.pod:3961 ../src/guestfs-actions.pod:3984
5964 #: ../src/guestfs-actions.pod:4007 ../src/guestfs-actions.pod:4039
5965 #: ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4077
5966 #: ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4124
5967 #: ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4176
5968 #: ../src/guestfs-actions.pod:4189 ../src/guestfs-actions.pod:4204
5969 #: ../src/guestfs-actions.pod:4221 ../src/guestfs-actions.pod:4314
5970 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4347
5971 #: ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4416
5972 #: ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4450
5973 #: ../src/guestfs-actions.pod:4464 ../src/guestfs-actions.pod:4478
5974 #: ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:4510
5975 #: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4600
5976 #: ../src/guestfs-actions.pod:4673 ../src/guestfs-actions.pod:4704
5977 #: ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:4742
5978 #: ../src/guestfs-actions.pod:4754 ../src/guestfs-actions.pod:4771
5979 #: ../src/guestfs-actions.pod:4784 ../src/guestfs-actions.pod:4799
5980 #: ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4849
5981 #: ../src/guestfs-actions.pod:4882 ../src/guestfs-actions.pod:4921
5982 #: ../src/guestfs-actions.pod:4941 ../src/guestfs-actions.pod:4955
5983 #: ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:5021
5984 #: ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5072
5985 #: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5117
5986 #: ../src/guestfs-actions.pod:5135 ../src/guestfs-actions.pod:5269
5987 #: ../src/guestfs-actions.pod:5326 ../src/guestfs-actions.pod:5348
5988 #: ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5398
5989 #: ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:5481
5990 #: ../src/guestfs-actions.pod:5494 ../src/guestfs-actions.pod:5508
5991 #: ../src/guestfs-actions.pod:5797 ../src/guestfs-actions.pod:5816
5992 #: ../src/guestfs-actions.pod:5835 ../src/guestfs-actions.pod:5849
5993 #: ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:5875
5994 #: ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:5901
5995 #: ../src/guestfs-actions.pod:5917 ../src/guestfs-actions.pod:5938
5996 #: ../src/guestfs-actions.pod:5957 ../src/guestfs-actions.pod:5976
5997 #: ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6024
5998 #: ../src/guestfs-actions.pod:6047 ../src/guestfs-actions.pod:6065
5999 #: ../src/guestfs-actions.pod:6084 ../src/guestfs-actions.pod:6105
6000 #: ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6141
6001 #: ../src/guestfs-actions.pod:6169 ../src/guestfs-actions.pod:6193
6002 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6236
6003 #: ../src/guestfs-actions.pod:6255 ../src/guestfs-actions.pod:6270
6004 #: ../src/guestfs-actions.pod:6289 ../src/guestfs-actions.pod:6326
6005 #: ../src/guestfs-actions.pod:6356 ../src/guestfs-actions.pod:6389
6006 #: ../src/guestfs-actions.pod:6511 ../src/guestfs-actions.pod:6632
6007 #: ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6657
6008 #: ../src/guestfs-actions.pod:6670 ../src/guestfs-actions.pod:6692
6009 #: ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6718
6010 #: ../src/guestfs-actions.pod:6731 ../src/guestfs-actions.pod:6746
6011 #: ../src/guestfs-actions.pod:6805 ../src/guestfs-actions.pod:6822
6012 #: ../src/guestfs-actions.pod:6838 ../src/guestfs-actions.pod:6854
6013 #: ../src/guestfs-actions.pod:6871 ../src/guestfs-actions.pod:6884
6014 #: ../src/guestfs-actions.pod:6904 ../src/guestfs-actions.pod:6940
6015 #: ../src/guestfs-actions.pod:6954 ../src/guestfs-actions.pod:6995
6016 #: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7026
6017 #: ../src/guestfs-actions.pod:7060 ../src/guestfs-actions.pod:7096
6018 #: ../src/guestfs-actions.pod:7215 ../src/guestfs-actions.pod:7233
6019 #: ../src/guestfs-actions.pod:7247 ../src/guestfs-actions.pod:7302
6020 #: ../src/guestfs-actions.pod:7315 ../src/guestfs-actions.pod:7360
6021 #: ../src/guestfs-actions.pod:7393 ../src/guestfs-actions.pod:7454
6022 #: ../src/guestfs-actions.pod:7480 ../src/guestfs-actions.pod:7547
6023 #: ../src/guestfs-actions.pod:7566 ../src/guestfs-actions.pod:7595
6024 msgid "This function returns 0 on success or -1 on error."
6025 msgstr ""
6026
6027 #. type: textblock
6028 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254
6029 #: ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28
6030 #: ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177
6031 msgid ""
6032 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6033 "instead."
6034 msgstr ""
6035
6036 #. type: textblock
6037 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257
6038 #: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1454
6039 #: ../src/guestfs-actions.pod:1949 ../src/guestfs-actions.pod:1970
6040 #: ../src/guestfs-actions.pod:4535 ../src/guestfs-actions.pod:4854
6041 #: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6364
6042 #: ../src/guestfs-actions.pod:6397 ../src/guestfs-actions.pod:6456
6043 #: ../src/guestfs-actions.pod:7398 ../src/guestfs-actions.pod:7488
6044 #: ../src/guestfs-actions.pod:7658 ../fish/guestfish-actions.pod:31
6045 #: ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180
6046 #: ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1321
6047 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:3038
6048 #: ../fish/guestfish-actions.pod:3245 ../fish/guestfish-actions.pod:4230
6049 #: ../fish/guestfish-actions.pod:4253 ../fish/guestfish-actions.pod:4275
6050 #: ../fish/guestfish-actions.pod:4313 ../fish/guestfish-actions.pod:4954
6051 #: ../fish/guestfish-actions.pod:5052
6052 msgid ""
6053 "Deprecated functions will not be removed from the API, but the fact that "
6054 "they are deprecated indicates that there are problems with correct use of "
6055 "these functions."
6056 msgstr ""
6057
6058 #. type: textblock
6059 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142
6060 #: ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1921
6061 #: ../src/guestfs-actions.pod:2019 ../src/guestfs-actions.pod:2122
6062 #: ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3573
6063 #: ../src/guestfs-actions.pod:4858 ../src/guestfs-actions.pod:6026
6064 #: ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6257
6065 #: ../src/guestfs-actions.pod:6748 ../src/guestfs-actions.pod:6873
6066 #: ../src/guestfs-actions.pod:7402
6067 msgid "(Added in 0.3)"
6068 msgstr ""
6069
6070 #. type: =head2
6071 #: ../src/guestfs-actions.pod:41
6072 msgid "guestfs_add_domain"
6073 msgstr ""
6074
6075 #. type: verbatim
6076 #: ../src/guestfs-actions.pod:43
6077 #, no-wrap
6078 msgid ""
6079 " int\n"
6080 " guestfs_add_domain (guestfs_h *g,\n"
6081 "                     const char *dom,\n"
6082 "                     ...);\n"
6083 "\n"
6084 msgstr ""
6085
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151
6088 #: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:4549
6089 #: ../src/guestfs-actions.pod:4868
6090 msgid ""
6091 "You may supply a list of optional arguments to this call.  Use zero or more "
6092 "of the following pairs of parameters, and terminate the list with C<-1> on "
6093 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6094 msgstr ""
6095
6096 #. type: verbatim
6097 #: ../src/guestfs-actions.pod:53
6098 #, no-wrap
6099 msgid ""
6100 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6101 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6102 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6103 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6104 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
6105 "\n"
6106 msgstr ""
6107
6108 #. type: textblock
6109 #: ../src/guestfs-actions.pod:59
6110 msgid ""
6111 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6112 "It works by connecting to libvirt, requesting the domain and domain XML from "
6113 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6114 "one."
6115 msgstr ""
6116
6117 #. type: textblock
6118 #: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46
6119 msgid ""
6120 "The number of disks added is returned.  This operation is atomic: if an "
6121 "error is returned, then no disks are added."
6122 msgstr ""
6123
6124 #. type: textblock
6125 #: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49
6126 msgid ""
6127 "This function does some minimal checks to make sure the libvirt domain is "
6128 "not running (unless C<readonly> is true).  In a future version we will try "
6129 "to acquire the libvirt lock on each disk."
6130 msgstr ""
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53
6134 msgid ""
6135 "Disks must be accessible locally.  This often means that adding disks from a "
6136 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6137 "unless those disks are accessible via the same device path locally too."
6138 msgstr ""
6139
6140 #. type: textblock
6141 #: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58
6142 msgid ""
6143 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6144 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6145 "libvirt URI (or one set through an environment variable, see the libvirt "
6146 "documentation for full details)."
6147 msgstr ""
6148
6149 #. type: textblock
6150 #: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64
6151 msgid ""
6152 "The optional C<live> flag controls whether this call will try to connect to "
6153 "a running virtual machine C<guestfsd> process if it sees a suitable "
6154 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6155 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6156 "DAEMONS> for more information."
6157 msgstr ""
6158
6159 #. type: textblock
6160 #: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71
6161 msgid ""
6162 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
6163 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
6164 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
6165 "as usual."
6166 msgstr ""
6167
6168 #. type: textblock
6169 #: ../src/guestfs-actions.pod:94
6170 msgid ""
6171 "The other optional parameters are passed directly through to "
6172 "C<guestfs_add_drive_opts>."
6173 msgstr ""
6174
6175 #. type: textblock
6176 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350
6177 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693
6178 #: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742
6179 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1321
6180 #: ../src/guestfs-actions.pod:1677 ../src/guestfs-actions.pod:1880
6181 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2031
6182 #: ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2109
6183 #: ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:2874
6184 #: ../src/guestfs-actions.pod:2892 ../src/guestfs-actions.pod:5044
6185 #: ../src/guestfs-actions.pod:5172 ../src/guestfs-actions.pod:5578
6186 #: ../src/guestfs-actions.pod:5604 ../src/guestfs-actions.pod:6981
6187 #: ../src/guestfs-actions.pod:7413 ../src/guestfs-actions.pod:7426
6188 #: ../src/guestfs-actions.pod:7439
6189 msgid "On error this function returns -1."
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:99
6194 msgid "(Added in 1.7.4)"
6195 msgstr ""
6196
6197 #. type: =head2
6198 #: ../src/guestfs-actions.pod:101
6199 msgid "guestfs_add_domain_va"
6200 msgstr ""
6201
6202 #. type: verbatim
6203 #: ../src/guestfs-actions.pod:103
6204 #, no-wrap
6205 msgid ""
6206 " int\n"
6207 " guestfs_add_domain_va (guestfs_h *g,\n"
6208 "                        const char *dom,\n"
6209 "                        va_list args);\n"
6210 "\n"
6211 msgstr ""
6212
6213 #. type: textblock
6214 #: ../src/guestfs-actions.pod:108
6215 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6216 msgstr ""
6217
6218 #. type: textblock
6219 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121
6220 #: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225
6221 #: ../src/guestfs-actions.pod:2840 ../src/guestfs-actions.pod:2852
6222 #: ../src/guestfs-actions.pod:4614 ../src/guestfs-actions.pod:4626
6223 #: ../src/guestfs-actions.pod:4896 ../src/guestfs-actions.pod:4908
6224 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6225 msgstr ""
6226
6227 #. type: =head2
6228 #: ../src/guestfs-actions.pod:112
6229 msgid "guestfs_add_domain_argv"
6230 msgstr ""
6231
6232 #. type: verbatim
6233 #: ../src/guestfs-actions.pod:114
6234 #, no-wrap
6235 msgid ""
6236 " int\n"
6237 " guestfs_add_domain_argv (guestfs_h *g,\n"
6238 "                          const char *dom,\n"
6239 "                          const struct guestfs_add_domain_argv *optargs);\n"
6240 "\n"
6241 msgstr ""
6242
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:119
6245 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6246 msgstr ""
6247
6248 #. type: =head2
6249 #: ../src/guestfs-actions.pod:123
6250 msgid "guestfs_add_drive"
6251 msgstr ""
6252
6253 #. type: verbatim
6254 #: ../src/guestfs-actions.pod:125
6255 #, no-wrap
6256 msgid ""
6257 " int\n"
6258 " guestfs_add_drive (guestfs_h *g,\n"
6259 "                    const char *filename);\n"
6260 "\n"
6261 msgstr ""
6262
6263 #. type: textblock
6264 #: ../src/guestfs-actions.pod:129
6265 msgid ""
6266 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6267 "optional parameters, so the disk is added writable, with the format being "
6268 "detected automatically."
6269 msgstr ""
6270
6271 #. type: textblock
6272 #: ../src/guestfs-actions.pod:133
6273 msgid ""
6274 "Automatic detection of the format opens you up to a potential security hole "
6275 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6276 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6277 "you should think about replacing calls to this function with calls to "
6278 "C<guestfs_add_drive_opts>, and specifying the format."
6279 msgstr ""
6280
6281 #. type: =head2
6282 #: ../src/guestfs-actions.pod:144
6283 msgid "guestfs_add_drive_opts"
6284 msgstr ""
6285
6286 #. type: verbatim
6287 #: ../src/guestfs-actions.pod:146
6288 #, no-wrap
6289 msgid ""
6290 " int\n"
6291 " guestfs_add_drive_opts (guestfs_h *g,\n"
6292 "                         const char *filename,\n"
6293 "                         ...);\n"
6294 "\n"
6295 msgstr ""
6296
6297 #. type: verbatim
6298 #: ../src/guestfs-actions.pod:156
6299 #, no-wrap
6300 msgid ""
6301 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6302 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6303 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6304 "\n"
6305 msgstr ""
6306
6307 #. type: textblock
6308 #: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102
6309 msgid ""
6310 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6311 "The first time you call this function, the disk appears as C</dev/sda>, the "
6312 "second time as C</dev/sdb>, and so on."
6313 msgstr ""
6314
6315 #. type: textblock
6316 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107
6317 msgid ""
6318 "You don't necessarily need to be root when using libguestfs.  However you "
6319 "obviously do need sufficient permissions to access the filename for whatever "
6320 "operations you want to perform (ie. read access if you just want to read the "
6321 "image or write access if you want to modify the image)."
6322 msgstr ""
6323
6324 #. type: textblock
6325 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113
6326 msgid "This call checks that C<filename> exists."
6327 msgstr ""
6328
6329 #. type: textblock
6330 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4562
6331 #: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3049
6332 msgid "The optional arguments are:"
6333 msgstr ""
6334
6335 #. type: =item
6336 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119
6337 msgid "C<readonly>"
6338 msgstr "C<readonly>"
6339
6340 #. type: textblock
6341 #: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121
6342 msgid ""
6343 "If true then the image is treated as read-only.  Writes are still allowed, "
6344 "but they are stored in a temporary snapshot overlay which is discarded at "
6345 "the end.  The disk that you add is not modified."
6346 msgstr ""
6347
6348 #. type: =item
6349 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125
6350 msgid "C<format>"
6351 msgstr "C<format>"
6352
6353 #. type: textblock
6354 #: ../src/guestfs-actions.pod:185
6355 msgid ""
6356 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6357 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6358 "Possible formats include C<raw> and C<qcow2>."
6359 msgstr ""
6360
6361 #. type: textblock
6362 #: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131
6363 msgid ""
6364 "Automatic detection of the format opens you up to a potential security hole "
6365 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6366 "RHBZ#642934.  Specifying the format closes this security hole."
6367 msgstr ""
6368
6369 #. type: =item
6370 #: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136
6371 msgid "C<iface>"
6372 msgstr "C<iface>"
6373
6374 #. type: textblock
6375 #: ../src/guestfs-actions.pod:196
6376 msgid ""
6377 "This rarely-used option lets you emulate the behaviour of the deprecated "
6378 "C<guestfs_add_drive_with_if> call (q.v.)"
6379 msgstr ""
6380
6381 #. type: textblock
6382 #: ../src/guestfs-actions.pod:203
6383 msgid "(Added in 1.5.23)"
6384 msgstr ""
6385
6386 #. type: =head2
6387 #: ../src/guestfs-actions.pod:205
6388 msgid "guestfs_add_drive_opts_va"
6389 msgstr ""
6390
6391 #. type: verbatim
6392 #: ../src/guestfs-actions.pod:207
6393 #, no-wrap
6394 msgid ""
6395 " int\n"
6396 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6397 "                            const char *filename,\n"
6398 "                            va_list args);\n"
6399 "\n"
6400 msgstr ""
6401
6402 #. type: textblock
6403 #: ../src/guestfs-actions.pod:212
6404 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6405 msgstr ""
6406
6407 #. type: =head2
6408 #: ../src/guestfs-actions.pod:216
6409 msgid "guestfs_add_drive_opts_argv"
6410 msgstr ""
6411
6412 #. type: verbatim
6413 #: ../src/guestfs-actions.pod:218
6414 #, no-wrap
6415 msgid ""
6416 " int\n"
6417 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6418 "                              const char *filename,\n"
6419 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6420 "\n"
6421 msgstr ""
6422
6423 #. type: textblock
6424 #: ../src/guestfs-actions.pod:223
6425 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6426 msgstr ""
6427
6428 #. type: =head2
6429 #: ../src/guestfs-actions.pod:227
6430 msgid "guestfs_add_drive_ro"
6431 msgstr ""
6432
6433 #. type: verbatim
6434 #: ../src/guestfs-actions.pod:229
6435 #, no-wrap
6436 msgid ""
6437 " int\n"
6438 " guestfs_add_drive_ro (guestfs_h *g,\n"
6439 "                       const char *filename);\n"
6440 "\n"
6441 msgstr ""
6442
6443 #. type: textblock
6444 #: ../src/guestfs-actions.pod:233
6445 msgid ""
6446 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6447 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6448 "disk is added read-only, with the format being detected automatically."
6449 msgstr ""
6450
6451 #. type: textblock
6452 #: ../src/guestfs-actions.pod:240
6453 msgid "(Added in 1.0.38)"
6454 msgstr ""
6455
6456 #. type: =head2
6457 #: ../src/guestfs-actions.pod:242
6458 msgid "guestfs_add_drive_ro_with_if"
6459 msgstr ""
6460
6461 #. type: verbatim
6462 #: ../src/guestfs-actions.pod:244
6463 #, no-wrap
6464 msgid ""
6465 " int\n"
6466 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6467 "                               const char *filename,\n"
6468 "                               const char *iface);\n"
6469 "\n"
6470 msgstr ""
6471
6472 #. type: textblock
6473 #: ../src/guestfs-actions.pod:249
6474 msgid ""
6475 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6476 "QEMU interface emulation to use at run time."
6477 msgstr ""
6478
6479 #. type: textblock
6480 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282
6481 #: ../src/guestfs-actions.pod:2361
6482 msgid "(Added in 1.0.84)"
6483 msgstr ""
6484
6485 #. type: =head2
6486 #: ../src/guestfs-actions.pod:263
6487 msgid "guestfs_add_drive_with_if"
6488 msgstr ""
6489
6490 #. type: verbatim
6491 #: ../src/guestfs-actions.pod:265
6492 #, no-wrap
6493 msgid ""
6494 " int\n"
6495 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6496 "                            const char *filename,\n"
6497 "                            const char *iface);\n"
6498 "\n"
6499 msgstr ""
6500
6501 #. type: textblock
6502 #: ../src/guestfs-actions.pod:270
6503 msgid ""
6504 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6505 "QEMU interface emulation to use at run time."
6506 msgstr ""
6507
6508 #. type: =head2
6509 #: ../src/guestfs-actions.pod:284
6510 msgid "guestfs_aug_clear"
6511 msgstr ""
6512
6513 #. type: verbatim
6514 #: ../src/guestfs-actions.pod:286
6515 #, no-wrap
6516 msgid ""
6517 " int\n"
6518 " guestfs_aug_clear (guestfs_h *g,\n"
6519 "                    const char *augpath);\n"
6520 "\n"
6521 msgstr ""
6522
6523 #. type: textblock
6524 #: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188
6525 msgid ""
6526 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6527 "L<augtool(1)> C<clear> command."
6528 msgstr ""
6529
6530 #. type: textblock
6531 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2111
6532 msgid "(Added in 1.3.4)"
6533 msgstr ""
6534
6535 #. type: =head2
6536 #: ../src/guestfs-actions.pod:297
6537 msgid "guestfs_aug_close"
6538 msgstr ""
6539
6540 #. type: verbatim
6541 #: ../src/guestfs-actions.pod:299
6542 #, no-wrap
6543 msgid ""
6544 " int\n"
6545 " guestfs_aug_close (guestfs_h *g);\n"
6546 "\n"
6547 msgstr ""
6548
6549 #. type: textblock
6550 #: ../src/guestfs-actions.pod:302
6551 msgid ""
6552 "Close the current Augeas handle and free up any resources used by it.  After "
6553 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6554 "any other Augeas functions."
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334
6559 #: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366
6560 #: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444
6561 #: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489
6562 #: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517
6563 #: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549
6564 #: ../src/guestfs-actions.pod:5655
6565 msgid "(Added in 0.7)"
6566 msgstr ""
6567
6568 #. type: =head2
6569 #: ../src/guestfs-actions.pod:311
6570 msgid "guestfs_aug_defnode"
6571 msgstr ""
6572
6573 #. type: verbatim
6574 #: ../src/guestfs-actions.pod:313
6575 #, no-wrap
6576 msgid ""
6577 " struct guestfs_int_bool *\n"
6578 " guestfs_aug_defnode (guestfs_h *g,\n"
6579 "                      const char *name,\n"
6580 "                      const char *expr,\n"
6581 "                      const char *val);\n"
6582 "\n"
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204
6587 msgid ""
6588 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6589 msgstr ""
6590
6591 #. type: textblock
6592 #: ../src/guestfs-actions.pod:322
6593 msgid ""
6594 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6595 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6596 "containing that single node."
6597 msgstr ""
6598
6599 #. type: textblock
6600 #: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211
6601 msgid ""
6602 "On success this returns a pair containing the number of nodes in the "
6603 "nodeset, and a boolean flag if a node was created."
6604 msgstr ""
6605
6606 #. type: textblock
6607 #: ../src/guestfs-actions.pod:330
6608 msgid ""
6609 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6610 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6611 msgstr ""
6612
6613 #. type: =head2
6614 #: ../src/guestfs-actions.pod:336
6615 msgid "guestfs_aug_defvar"
6616 msgstr ""
6617
6618 #. type: verbatim
6619 #: ../src/guestfs-actions.pod:338
6620 #, no-wrap
6621 msgid ""
6622 " int\n"
6623 " guestfs_aug_defvar (guestfs_h *g,\n"
6624 "                     const char *name,\n"
6625 "                     const char *expr);\n"
6626 "\n"
6627 msgstr ""
6628
6629 #. type: textblock
6630 #: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219
6631 msgid ""
6632 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6633 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6634 msgstr ""
6635
6636 #. type: textblock
6637 #: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223
6638 msgid ""
6639 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6640 "evaluates to something which is not a nodeset."
6641 msgstr ""
6642
6643 #. type: =head2
6644 #: ../src/guestfs-actions.pod:354
6645 msgid "guestfs_aug_get"
6646 msgstr ""
6647
6648 #. type: verbatim
6649 #: ../src/guestfs-actions.pod:356
6650 #, no-wrap
6651 msgid ""
6652 " char *\n"
6653 " guestfs_aug_get (guestfs_h *g,\n"
6654 "                  const char *augpath);\n"
6655 "\n"
6656 msgstr ""
6657
6658 #. type: textblock
6659 #: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230
6660 msgid ""
6661 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6662 "node, the C<value> is returned."
6663 msgstr ""
6664
6665 #. type: textblock
6666 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:863
6667 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:941
6668 #: ../src/guestfs-actions.pod:957 ../src/guestfs-actions.pod:1060
6669 #: ../src/guestfs-actions.pod:1190 ../src/guestfs-actions.pod:1207
6670 #: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1360
6671 #: ../src/guestfs-actions.pod:1548 ../src/guestfs-actions.pod:1660
6672 #: ../src/guestfs-actions.pod:1823 ../src/guestfs-actions.pod:1840
6673 #: ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1943
6674 #: ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:2134
6675 #: ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:2530
6676 #: ../src/guestfs-actions.pod:2620 ../src/guestfs-actions.pod:2724
6677 #: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2957
6678 #: ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3006
6679 #: ../src/guestfs-actions.pod:3040 ../src/guestfs-actions.pod:3099
6680 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3139
6681 #: ../src/guestfs-actions.pod:3746 ../src/guestfs-actions.pod:4096
6682 #: ../src/guestfs-actions.pod:4266 ../src/guestfs-actions.pod:4376
6683 #: ../src/guestfs-actions.pod:5190 ../src/guestfs-actions.pod:5383
6684 #: ../src/guestfs-actions.pod:5553 ../src/guestfs-actions.pod:5731
6685 #: ../src/guestfs-actions.pod:5780 ../src/guestfs-actions.pod:6417
6686 #: ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6450
6687 #: ../src/guestfs-actions.pod:6481 ../src/guestfs-actions.pod:7155
6688 #: ../src/guestfs-actions.pod:7174 ../src/guestfs-actions.pod:7192
6689 #: ../src/guestfs-actions.pod:7372 ../src/guestfs-actions.pod:7652
6690 msgid ""
6691 "This function returns a string, or NULL on error.  I<The caller must free "
6692 "the returned string after use>."
6693 msgstr ""
6694
6695 #. type: =head2
6696 #: ../src/guestfs-actions.pod:368
6697 msgid "guestfs_aug_init"
6698 msgstr ""
6699
6700 #. type: verbatim
6701 #: ../src/guestfs-actions.pod:370
6702 #, no-wrap
6703 msgid ""
6704 " int\n"
6705 " guestfs_aug_init (guestfs_h *g,\n"
6706 "                   const char *root,\n"
6707 "                   int flags);\n"
6708 "\n"
6709 msgstr ""
6710
6711 #. type: textblock
6712 #: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237
6713 msgid ""
6714 "Create a new Augeas handle for editing configuration files.  If there was "
6715 "any previous Augeas handle associated with this guestfs session, then it is "
6716 "closed."
6717 msgstr ""
6718
6719 #. type: textblock
6720 #: ../src/guestfs-actions.pod:379
6721 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6722 msgstr ""
6723
6724 #. type: textblock
6725 #: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244
6726 msgid ""
6727 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6728 msgstr ""
6729
6730 #. type: textblock
6731 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247
6732 msgid ""
6733 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6734 "logical I<or> of the following integers:"
6735 msgstr ""
6736
6737 #. type: =item
6738 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253
6739 msgid "C<AUG_SAVE_BACKUP> = 1"
6740 msgstr "C<AUG_SAVE_BACKUP> = 1"
6741
6742 #. type: textblock
6743 #: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255
6744 msgid "Keep the original file with a C<.augsave> extension."
6745 msgstr ""
6746
6747 #. type: =item
6748 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257
6749 msgid "C<AUG_SAVE_NEWFILE> = 2"
6750 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6751
6752 #. type: textblock
6753 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259
6754 msgid ""
6755 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6756 "original.  Overrides C<AUG_SAVE_BACKUP>."
6757 msgstr ""
6758
6759 #. type: =item
6760 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262
6761 msgid "C<AUG_TYPE_CHECK> = 4"
6762 msgstr "C<AUG_TYPE_CHECK> = 4"
6763
6764 #. type: textblock
6765 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264
6766 msgid "Typecheck lenses (can be expensive)."
6767 msgstr ""
6768
6769 #. type: =item
6770 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266
6771 msgid "C<AUG_NO_STDINC> = 8"
6772 msgstr "C<AUG_NO_STDINC> = 8"
6773
6774 #. type: textblock
6775 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268
6776 msgid "Do not use standard load path for modules."
6777 msgstr ""
6778
6779 #. type: =item
6780 #: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270
6781 msgid "C<AUG_SAVE_NOOP> = 16"
6782 msgstr "C<AUG_SAVE_NOOP> = 16"
6783
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272
6786 msgid "Make save a no-op, just record what would have been changed."
6787 msgstr ""
6788
6789 #. type: =item
6790 #: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274
6791 msgid "C<AUG_NO_LOAD> = 32"
6792 msgstr "C<AUG_NO_LOAD> = 32"
6793
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:414
6796 msgid "Do not load the tree in C<guestfs_aug_init>."
6797 msgstr ""
6798
6799 #. type: textblock
6800 #: ../src/guestfs-actions.pod:418
6801 msgid "To close the handle, you can call C<guestfs_aug_close>."
6802 msgstr ""
6803
6804 #. type: textblock
6805 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282
6806 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6807 msgstr ""
6808
6809 #. type: =head2
6810 #: ../src/guestfs-actions.pod:426
6811 msgid "guestfs_aug_insert"
6812 msgstr ""
6813
6814 #. type: verbatim
6815 #: ../src/guestfs-actions.pod:428
6816 #, no-wrap
6817 msgid ""
6818 " int\n"
6819 " guestfs_aug_insert (guestfs_h *g,\n"
6820 "                     const char *augpath,\n"
6821 "                     const char *label,\n"
6822 "                     int before);\n"
6823 "\n"
6824 msgstr ""
6825
6826 #. type: textblock
6827 #: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288
6828 msgid ""
6829 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6830 "or after C<path> (depending on the boolean flag C<before>)."
6831 msgstr ""
6832
6833 #. type: textblock
6834 #: ../src/guestfs-actions.pod:438 ../fish/guestfish-actions.pod:292
6835 msgid ""
6836 "C<path> must match exactly one existing node in the tree, and C<label> must "
6837 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6838 msgstr ""
6839
6840 #. type: =head2
6841 #: ../src/guestfs-actions.pod:446
6842 msgid "guestfs_aug_load"
6843 msgstr ""
6844
6845 #. type: verbatim
6846 #: ../src/guestfs-actions.pod:448
6847 #, no-wrap
6848 msgid ""
6849 " int\n"
6850 " guestfs_aug_load (guestfs_h *g);\n"
6851 "\n"
6852 msgstr ""
6853
6854 #. type: textblock
6855 #: ../src/guestfs-actions.pod:451 ../fish/guestfish-actions.pod:300
6856 msgid "Load files into the tree."
6857 msgstr "Завантажити файли до ієрархії."
6858
6859 #. type: textblock
6860 #: ../src/guestfs-actions.pod:453 ../fish/guestfish-actions.pod:302
6861 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6862 msgstr ""
6863
6864 #. type: =head2
6865 #: ../src/guestfs-actions.pod:460
6866 msgid "guestfs_aug_ls"
6867 msgstr ""
6868
6869 #. type: verbatim
6870 #: ../src/guestfs-actions.pod:462
6871 #, no-wrap
6872 msgid ""
6873 " char **\n"
6874 " guestfs_aug_ls (guestfs_h *g,\n"
6875 "                 const char *augpath);\n"
6876 "\n"
6877 msgstr ""
6878
6879 #. type: textblock
6880 #: ../src/guestfs-actions.pod:466
6881 msgid ""
6882 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6883 "sorting the resulting nodes into alphabetical order."
6884 msgstr ""
6885
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485
6888 #: ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1079
6889 #: ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1394
6890 #: ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1516
6891 #: ../src/guestfs-actions.pod:1762 ../src/guestfs-actions.pod:2206
6892 #: ../src/guestfs-actions.pod:2222 ../src/guestfs-actions.pod:2241
6893 #: ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2308
6894 #: ../src/guestfs-actions.pod:2379 ../src/guestfs-actions.pod:2428
6895 #: ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:3059
6896 #: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3649
6897 #: ../src/guestfs-actions.pod:3666 ../src/guestfs-actions.pod:3728
6898 #: ../src/guestfs-actions.pod:3833 ../src/guestfs-actions.pod:4238
6899 #: ../src/guestfs-actions.pod:5005 ../src/guestfs-actions.pod:5525
6900 #: ../src/guestfs-actions.pod:5651 ../src/guestfs-actions.pod:5765
6901 #: ../src/guestfs-actions.pod:6497 ../src/guestfs-actions.pod:6558
6902 #: ../src/guestfs-actions.pod:6613 ../src/guestfs-actions.pod:6759
6903 #: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:7265
6904 #: ../src/guestfs-actions.pod:7285 ../src/guestfs-actions.pod:7332
6905 #: ../src/guestfs-actions.pod:7504 ../src/guestfs-actions.pod:7523
6906 #: ../src/guestfs-actions.pod:7609 ../src/guestfs-actions.pod:7628
6907 #: ../src/guestfs-actions.pod:7674 ../src/guestfs-actions.pod:7693
6908 msgid ""
6909 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6910 ">), or NULL if there was an error.  I<The caller must free the strings and "
6911 "the array after use>."
6912 msgstr ""
6913
6914 #. type: textblock
6915 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1004
6916 #: ../src/guestfs-actions.pod:1022 ../src/guestfs-actions.pod:1432
6917 #: ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3444
6918 #: ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4129
6919 #: ../src/guestfs-actions.pod:4316 ../src/guestfs-actions.pod:4349
6920 #: ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:5009
6921 #: ../src/guestfs-actions.pod:5466 ../src/guestfs-actions.pod:5863
6922 #: ../src/guestfs-actions.pod:5877 ../src/guestfs-actions.pod:5889
6923 #: ../src/guestfs-actions.pod:6338 ../src/guestfs-actions.pod:6997
6924 #: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7249
6925 #: ../src/guestfs-actions.pod:7492
6926 msgid "(Added in 0.8)"
6927 msgstr ""
6928
6929 #. type: =head2
6930 #: ../src/guestfs-actions.pod:475
6931 msgid "guestfs_aug_match"
6932 msgstr ""
6933
6934 #. type: verbatim
6935 #: ../src/guestfs-actions.pod:477
6936 #, no-wrap
6937 msgid ""
6938 " char **\n"
6939 " guestfs_aug_match (guestfs_h *g,\n"
6940 "                    const char *augpath);\n"
6941 "\n"
6942 msgstr ""
6943
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:481 ../fish/guestfish-actions.pod:316
6946 msgid ""
6947 "Returns a list of paths which match the path expression C<path>.  The "
6948 "returned paths are sufficiently qualified so that they match exactly one "
6949 "node in the current tree."
6950 msgstr ""
6951
6952 #. type: =head2
6953 #: ../src/guestfs-actions.pod:491
6954 msgid "guestfs_aug_mv"
6955 msgstr ""
6956
6957 #. type: verbatim
6958 #: ../src/guestfs-actions.pod:493
6959 #, no-wrap
6960 msgid ""
6961 " int\n"
6962 " guestfs_aug_mv (guestfs_h *g,\n"
6963 "                 const char *src,\n"
6964 "                 const char *dest);\n"
6965 "\n"
6966 msgstr ""
6967
6968 #. type: textblock
6969 #: ../src/guestfs-actions.pod:498 ../fish/guestfish-actions.pod:324
6970 msgid ""
6971 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6972 "C<dest> is overwritten if it exists."
6973 msgstr ""
6974
6975 #. type: =head2
6976 #: ../src/guestfs-actions.pod:505
6977 msgid "guestfs_aug_rm"
6978 msgstr ""
6979
6980 #. type: verbatim
6981 #: ../src/guestfs-actions.pod:507
6982 #, no-wrap
6983 msgid ""
6984 " int\n"
6985 " guestfs_aug_rm (guestfs_h *g,\n"
6986 "                 const char *augpath);\n"
6987 "\n"
6988 msgstr ""
6989
6990 #. type: textblock
6991 #: ../src/guestfs-actions.pod:511 ../fish/guestfish-actions.pod:331
6992 msgid "Remove C<path> and all of its children."
6993 msgstr ""
6994
6995 #. type: textblock
6996 #: ../src/guestfs-actions.pod:513 ../fish/guestfish-actions.pod:333
6997 msgid "On success this returns the number of entries which were removed."
6998 msgstr ""
6999
7000 #. type: =head2
7001 #: ../src/guestfs-actions.pod:519
7002 msgid "guestfs_aug_save"
7003 msgstr ""
7004
7005 #. type: verbatim
7006 #: ../src/guestfs-actions.pod:521
7007 #, no-wrap
7008 msgid ""
7009 " int\n"
7010 " guestfs_aug_save (guestfs_h *g);\n"
7011 "\n"
7012 msgstr ""
7013
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:524 ../fish/guestfish-actions.pod:339
7016 msgid "This writes all pending changes to disk."
7017 msgstr ""
7018
7019 #. type: textblock
7020 #: ../src/guestfs-actions.pod:526
7021 msgid ""
7022 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7023 "are saved."
7024 msgstr ""
7025
7026 #. type: =head2
7027 #: ../src/guestfs-actions.pod:533
7028 msgid "guestfs_aug_set"
7029 msgstr ""
7030
7031 #. type: verbatim
7032 #: ../src/guestfs-actions.pod:535
7033 #, no-wrap
7034 msgid ""
7035 " int\n"
7036 " guestfs_aug_set (guestfs_h *g,\n"
7037 "                  const char *augpath,\n"
7038 "                  const char *val);\n"
7039 "\n"
7040 msgstr ""
7041
7042 #. type: textblock
7043 #: ../src/guestfs-actions.pod:540 ../fish/guestfish-actions.pod:348
7044 msgid "Set the value associated with C<path> to C<val>."
7045 msgstr ""
7046
7047 #. type: textblock
7048 #: ../src/guestfs-actions.pod:542
7049 msgid ""
7050 "In the Augeas API, it is possible to clear a node by setting the value to "
7051 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7052 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7053 msgstr ""
7054
7055 #. type: =head2
7056 #: ../src/guestfs-actions.pod:551
7057 msgid "guestfs_available"
7058 msgstr ""
7059
7060 #. type: verbatim
7061 #: ../src/guestfs-actions.pod:553
7062 #, no-wrap
7063 msgid ""
7064 " int\n"
7065 " guestfs_available (guestfs_h *g,\n"
7066 "                    char *const *groups);\n"
7067 "\n"
7068 msgstr ""
7069
7070 #. type: textblock
7071 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:359
7072 msgid ""
7073 "This command is used to check the availability of some groups of "
7074 "functionality in the appliance, which not all builds of the libguestfs "
7075 "appliance will be able to provide."
7076 msgstr ""
7077
7078 #. type: textblock
7079 #: ../src/guestfs-actions.pod:561
7080 msgid ""
7081 "The libguestfs groups, and the functions that those groups correspond to, "
7082 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7083 "runtime by calling C<guestfs_available_all_groups>."
7084 msgstr ""
7085
7086 #. type: textblock
7087 #: ../src/guestfs-actions.pod:566 ../fish/guestfish-actions.pod:368
7088 msgid ""
7089 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7090 "\"]> would check for the availability of the Linux inotify functions and "
7091 "Augeas (configuration file editing) functions."
7092 msgstr ""
7093
7094 #. type: textblock
7095 #: ../src/guestfs-actions.pod:571 ../fish/guestfish-actions.pod:373
7096 msgid "The command returns no error if I<all> requested groups are available."
7097 msgstr ""
7098
7099 #. type: textblock
7100 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:375
7101 msgid ""
7102 "It fails with an error if one or more of the requested groups is unavailable "
7103 "in the appliance."
7104 msgstr ""
7105
7106 #. type: textblock
7107 #: ../src/guestfs-actions.pod:576 ../fish/guestfish-actions.pod:378
7108 msgid ""
7109 "If an unknown group name is included in the list of groups then an error is "
7110 "always returned."
7111 msgstr ""
7112
7113 #. type: textblock
7114 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:381
7115 msgid "I<Notes:>"
7116 msgstr "I<Нотатки:>"
7117
7118 #. type: textblock
7119 #: ../src/guestfs-actions.pod:585
7120 msgid "You must call C<guestfs_launch> before calling this function."
7121 msgstr ""
7122
7123 #. type: textblock
7124 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:389
7125 msgid ""
7126 "The reason is because we don't know what groups are supported by the "
7127 "appliance/daemon until it is running and can be queried."
7128 msgstr ""
7129
7130 #. type: textblock
7131 #: ../src/guestfs-actions.pod:593 ../fish/guestfish-actions.pod:395
7132 msgid ""
7133 "If a group of functions is available, this does not necessarily mean that "
7134 "they will work.  You still have to check for errors when calling individual "
7135 "API functions even if they are available."
7136 msgstr ""
7137
7138 #. type: textblock
7139 #: ../src/guestfs-actions.pod:600 ../fish/guestfish-actions.pod:402
7140 msgid ""
7141 "It is usually the job of distro packagers to build complete functionality "
7142 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7143 "with all requirements satisfied, will support everything."
7144 msgstr ""
7145
7146 #. type: textblock
7147 #: ../src/guestfs-actions.pod:607
7148 msgid ""
7149 "This call was added in version C<1.0.80>.  In previous versions of "
7150 "libguestfs all you could do would be to speculatively execute a command to "
7151 "find out if the daemon implemented it.  See also C<guestfs_version>."
7152 msgstr ""
7153
7154 #. type: textblock
7155 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1177
7156 msgid "(Added in 1.0.80)"
7157 msgstr ""
7158
7159 #. type: =head2
7160 #: ../src/guestfs-actions.pod:618
7161 msgid "guestfs_available_all_groups"
7162 msgstr ""
7163
7164 #. type: verbatim
7165 #: ../src/guestfs-actions.pod:620
7166 #, no-wrap
7167 msgid ""
7168 " char **\n"
7169 " guestfs_available_all_groups (guestfs_h *g);\n"
7170 "\n"
7171 msgstr ""
7172
7173 #. type: textblock
7174 #: ../src/guestfs-actions.pod:623
7175 msgid ""
7176 "This command returns a list of all optional groups that this daemon knows "
7177 "about.  Note this returns both supported and unsupported groups.  To find "
7178 "out which ones the daemon can actually support you have to call "
7179 "C<guestfs_available> on each member of the returned list."
7180 msgstr ""
7181
7182 #. type: textblock
7183 #: ../src/guestfs-actions.pod:629
7184 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7185 msgstr ""
7186
7187 #. type: textblock
7188 #: ../src/guestfs-actions.pod:635
7189 msgid "(Added in 1.3.15)"
7190 msgstr ""
7191
7192 #. type: =head2
7193 #: ../src/guestfs-actions.pod:637
7194 msgid "guestfs_base64_in"
7195 msgstr ""
7196
7197 #. type: verbatim
7198 #: ../src/guestfs-actions.pod:639
7199 #, no-wrap
7200 msgid ""
7201 " int\n"
7202 " guestfs_base64_in (guestfs_h *g,\n"
7203 "                    const char *base64file,\n"
7204 "                    const char *filename);\n"
7205 "\n"
7206 msgstr ""
7207
7208 #. type: textblock
7209 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:432
7210 msgid ""
7211 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7212 msgstr ""
7213
7214 #. type: textblock
7215 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
7216 msgid "(Added in 1.3.5)"
7217 msgstr ""
7218
7219 #. type: =head2
7220 #: ../src/guestfs-actions.pod:651
7221 msgid "guestfs_base64_out"
7222 msgstr ""
7223
7224 #. type: verbatim
7225 #: ../src/guestfs-actions.pod:653
7226 #, no-wrap
7227 msgid ""
7228 " int\n"
7229 " guestfs_base64_out (guestfs_h *g,\n"
7230 "                     const char *filename,\n"
7231 "                     const char *base64file);\n"
7232 "\n"
7233 msgstr ""
7234
7235 #. type: textblock
7236 #: ../src/guestfs-actions.pod:658 ../fish/guestfish-actions.pod:441
7237 msgid ""
7238 "This command downloads the contents of C<filename>, writing it out to local "
7239 "file C<base64file> encoded as base64."
7240 msgstr ""
7241
7242 #. type: =head2
7243 #: ../src/guestfs-actions.pod:665
7244 msgid "guestfs_blockdev_flushbufs"
7245 msgstr ""
7246
7247 #. type: verbatim
7248 #: ../src/guestfs-actions.pod:667
7249 #, no-wrap
7250 msgid ""
7251 " int\n"
7252 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7253 "                             const char *device);\n"
7254 "\n"
7255 msgstr ""
7256
7257 #. type: textblock
7258 #: ../src/guestfs-actions.pod:671 ../fish/guestfish-actions.pod:450
7259 msgid ""
7260 "This tells the kernel to flush internal buffers associated with C<device>."
7261 msgstr ""
7262
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691
7265 #: ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722
7266 #: ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759
7267 #: ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791
7268 #: ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819
7269 #: ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464
7270 #: ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483
7271 #: ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508
7272 #: ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527
7273 #: ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
7274 msgid "This uses the L<blockdev(8)> command."
7275 msgstr ""
7276
7277 #. type: textblock
7278 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695
7279 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726
7280 #: ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763
7281 #: ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795
7282 #: ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
7283 msgid "(Added in 0.9.3)"
7284 msgstr ""
7285
7286 #. type: =head2
7287 #: ../src/guestfs-actions.pod:680
7288 msgid "guestfs_blockdev_getbsz"
7289 msgstr ""
7290
7291 #. type: verbatim
7292 #: ../src/guestfs-actions.pod:682
7293 #, no-wrap
7294 msgid ""
7295 " int\n"
7296 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7297 "                          const char *device);\n"
7298 "\n"
7299 msgstr ""
7300
7301 #. type: textblock
7302 #: ../src/guestfs-actions.pod:686 ../fish/guestfish-actions.pod:459
7303 msgid "This returns the block size of a device."
7304 msgstr ""
7305
7306 #. type: textblock
7307 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788
7308 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
7309 msgid ""
7310 "(Note this is different from both I<size in blocks> and I<filesystem block "
7311 "size>)."
7312 msgstr ""
7313
7314 #. type: =head2
7315 #: ../src/guestfs-actions.pod:697
7316 msgid "guestfs_blockdev_getro"
7317 msgstr ""
7318
7319 #. type: verbatim
7320 #: ../src/guestfs-actions.pod:699
7321 #, no-wrap
7322 msgid ""
7323 " int\n"
7324 " guestfs_blockdev_getro (guestfs_h *g,\n"
7325 "                         const char *device);\n"
7326 "\n"
7327 msgstr ""
7328
7329 #. type: textblock
7330 #: ../src/guestfs-actions.pod:703 ../fish/guestfish-actions.pod:470
7331 msgid ""
7332 "Returns a boolean indicating if the block device is read-only (true if read-"
7333 "only, false if not)."
7334 msgstr ""
7335
7336 #. type: textblock
7337 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1415
7338 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1919
7339 #: ../src/guestfs-actions.pod:1930 ../src/guestfs-actions.pod:2002
7340 #: ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:2072
7341 #: ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2120
7342 #: ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3172
7343 #: ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3352
7344 #: ../src/guestfs-actions.pod:3366 ../src/guestfs-actions.pod:3381
7345 #: ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3411
7346 #: ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3442
7347 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3469
7348 #: ../src/guestfs-actions.pod:3483 ../src/guestfs-actions.pod:3498
7349 #: ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:3526
7350 #: ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:5154
7351 msgid "This function returns a C truth value on success or -1 on error."
7352 msgstr ""
7353
7354 #. type: =head2
7355 #: ../src/guestfs-actions.pod:712
7356 msgid "guestfs_blockdev_getsize64"
7357 msgstr ""
7358
7359 #. type: verbatim
7360 #: ../src/guestfs-actions.pod:714
7361 #, no-wrap
7362 msgid ""
7363 " int64_t\n"
7364 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7365 "                             const char *device);\n"
7366 "\n"
7367 msgstr ""
7368
7369 #. type: textblock
7370 #: ../src/guestfs-actions.pod:718 ../fish/guestfish-actions.pod:479
7371 msgid "This returns the size of the device in bytes."
7372 msgstr ""
7373
7374 #. type: textblock
7375 #: ../src/guestfs-actions.pod:720
7376 msgid "See also C<guestfs_blockdev_getsz>."
7377 msgstr ""
7378
7379 #. type: =head2
7380 #: ../src/guestfs-actions.pod:728
7381 msgid "guestfs_blockdev_getss"
7382 msgstr ""
7383
7384 #. type: verbatim
7385 #: ../src/guestfs-actions.pod:730
7386 #, no-wrap
7387 msgid ""
7388 " int\n"
7389 " guestfs_blockdev_getss (guestfs_h *g,\n"
7390 "                         const char *device);\n"
7391 "\n"
7392 msgstr ""
7393
7394 #. type: textblock
7395 #: ../src/guestfs-actions.pod:734 ../fish/guestfish-actions.pod:489
7396 msgid ""
7397 "This returns the size of sectors on a block device.  Usually 512, but can be "
7398 "larger for modern devices."
7399 msgstr ""
7400
7401 #. type: textblock
7402 #: ../src/guestfs-actions.pod:737
7403 msgid ""
7404 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7405 "that)."
7406 msgstr ""
7407
7408 #. type: =head2
7409 #: ../src/guestfs-actions.pod:746
7410 msgid "guestfs_blockdev_getsz"
7411 msgstr ""
7412
7413 #. type: verbatim
7414 #: ../src/guestfs-actions.pod:748
7415 #, no-wrap
7416 msgid ""
7417 " int64_t\n"
7418 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7419 "                         const char *device);\n"
7420 "\n"
7421 msgstr ""
7422
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:752 ../fish/guestfish-actions.pod:501
7425 msgid ""
7426 "This returns the size of the device in units of 512-byte sectors (even if "
7427 "the sectorsize isn't 512 bytes ... weird)."
7428 msgstr ""
7429
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:755
7432 msgid ""
7433 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7434 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7435 msgstr ""
7436
7437 #. type: =head2
7438 #: ../src/guestfs-actions.pod:765
7439 msgid "guestfs_blockdev_rereadpt"
7440 msgstr ""
7441
7442 #. type: verbatim
7443 #: ../src/guestfs-actions.pod:767
7444 #, no-wrap
7445 msgid ""
7446 " int\n"
7447 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7448 "                            const char *device);\n"
7449 "\n"
7450 msgstr ""
7451
7452 #. type: textblock
7453 #: ../src/guestfs-actions.pod:771 ../fish/guestfish-actions.pod:514
7454 msgid "Reread the partition table on C<device>."
7455 msgstr ""
7456
7457 #. type: =head2
7458 #: ../src/guestfs-actions.pod:779
7459 msgid "guestfs_blockdev_setbsz"
7460 msgstr ""
7461
7462 #. type: verbatim
7463 #: ../src/guestfs-actions.pod:781
7464 #, no-wrap
7465 msgid ""
7466 " int\n"
7467 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7468 "                          const char *device,\n"
7469 "                          int blocksize);\n"
7470 "\n"
7471 msgstr ""
7472
7473 #. type: textblock
7474 #: ../src/guestfs-actions.pod:786 ../fish/guestfish-actions.pod:522
7475 msgid "This sets the block size of a device."
7476 msgstr ""
7477
7478 #. type: =head2
7479 #: ../src/guestfs-actions.pod:797
7480 msgid "guestfs_blockdev_setro"
7481 msgstr ""
7482
7483 #. type: verbatim
7484 #: ../src/guestfs-actions.pod:799
7485 #, no-wrap
7486 msgid ""
7487 " int\n"
7488 " guestfs_blockdev_setro (guestfs_h *g,\n"
7489 "                         const char *device);\n"
7490 "\n"
7491 msgstr ""
7492
7493 #. type: textblock
7494 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:533
7495 msgid "Sets the block device named C<device> to read-only."
7496 msgstr ""
7497
7498 #. type: =head2
7499 #: ../src/guestfs-actions.pod:811
7500 msgid "guestfs_blockdev_setrw"
7501 msgstr ""
7502
7503 #. type: verbatim
7504 #: ../src/guestfs-actions.pod:813
7505 #, no-wrap
7506 msgid ""
7507 " int\n"
7508 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7509 "                         const char *device);\n"
7510 "\n"
7511 msgstr ""
7512
7513 #. type: textblock
7514 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:541
7515 msgid "Sets the block device named C<device> to read-write."
7516 msgstr ""
7517
7518 #. type: =head2
7519 #: ../src/guestfs-actions.pod:825
7520 msgid "guestfs_case_sensitive_path"
7521 msgstr ""
7522
7523 #. type: verbatim
7524 #: ../src/guestfs-actions.pod:827
7525 #, no-wrap
7526 msgid ""
7527 " char *\n"
7528 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7529 "                              const char *path);\n"
7530 "\n"
7531 msgstr ""
7532
7533 #. type: textblock
7534 #: ../src/guestfs-actions.pod:831 ../fish/guestfish-actions.pod:549
7535 msgid ""
7536 "This can be used to resolve case insensitive paths on a filesystem which is "
7537 "case sensitive.  The use case is to resolve paths which you have read from "
7538 "Windows configuration files or the Windows Registry, to the true path."
7539 msgstr ""
7540
7541 #. type: textblock
7542 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:554
7543 msgid ""
7544 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7545 "(and probably others), which is that although the underlying filesystem is "
7546 "case-insensitive, the driver exports the filesystem to Linux as case-"
7547 "sensitive."
7548 msgstr ""
7549
7550 #. type: textblock
7551 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:559
7552 msgid ""
7553 "One consequence of this is that special directories such as C<c:\\windows> "
7554 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7555 "precise details of how they were created.  In Windows itself this would not "
7556 "be a problem."
7557 msgstr ""
7558
7559 #. type: textblock
7560 #: ../src/guestfs-actions.pod:847 ../fish/guestfish-actions.pod:565
7561 msgid ""
7562 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7563 "#posixfilenames1>"
7564 msgstr ""
7565
7566 #. type: textblock
7567 #: ../src/guestfs-actions.pod:850 ../fish/guestfish-actions.pod:568
7568 msgid ""
7569 "This function resolves the true case of each element in the path and returns "
7570 "the case-sensitive path."
7571 msgstr ""
7572
7573 #. type: textblock
7574 #: ../src/guestfs-actions.pod:853
7575 msgid ""
7576 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7577 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7578 "how the directories were originally created under Windows)."
7579 msgstr ""
7580
7581 #. type: textblock
7582 #: ../src/guestfs-actions.pod:858 ../fish/guestfish-actions.pod:576
7583 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7584 msgstr ""
7585
7586 #. type: textblock
7587 #: ../src/guestfs-actions.pod:861
7588 msgid "See also C<guestfs_realpath>."
7589 msgstr ""
7590
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:866 ../src/guestfs-actions.pod:7177
7593 msgid "(Added in 1.0.75)"
7594 msgstr ""
7595
7596 #. type: =head2
7597 #: ../src/guestfs-actions.pod:868
7598 msgid "guestfs_cat"
7599 msgstr ""
7600
7601 #. type: verbatim
7602 #: ../src/guestfs-actions.pod:870
7603 #, no-wrap
7604 msgid ""
7605 " char *\n"
7606 " guestfs_cat (guestfs_h *g,\n"
7607 "              const char *path);\n"
7608 "\n"
7609 msgstr ""
7610
7611 #. type: textblock
7612 #: ../src/guestfs-actions.pod:874 ../src/guestfs-actions.pod:5641
7613 #: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3727
7614 msgid "Return the contents of the file named C<path>."
7615 msgstr ""
7616
7617 #. type: textblock
7618 #: ../src/guestfs-actions.pod:876
7619 msgid ""
7620 "Note that this function cannot correctly handle binary files (specifically, "
7621 "files containing C<\\0> character which is treated as end of string).  For "
7622 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7623 "functions which have a more complex interface."
7624 msgstr ""
7625
7626 #. type: textblock
7627 #: ../src/guestfs-actions.pod:884 ../src/guestfs-actions.pod:1063
7628 #: ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1379
7629 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:1501
7630 #: ../src/guestfs-actions.pod:1520 ../src/guestfs-actions.pod:1766
7631 #: ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2245
7632 #: ../src/guestfs-actions.pod:2288 ../src/guestfs-actions.pod:2312
7633 #: ../src/guestfs-actions.pod:2329 ../src/guestfs-actions.pod:2358
7634 #: ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5449
7635 #: ../src/guestfs-actions.pod:5580 ../src/guestfs-actions.pod:5606
7636 #: ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:6562
7637 #: ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6763
7638 #: ../src/guestfs-actions.pod:6787 ../src/guestfs-actions.pod:7456
7639 #: ../src/guestfs-actions.pod:7482 ../src/guestfs-actions.pod:7508
7640 #: ../src/guestfs-actions.pod:7527 ../src/guestfs-actions.pod:7613
7641 #: ../src/guestfs-actions.pod:7632 ../src/guestfs-actions.pod:7678
7642 #: ../src/guestfs-actions.pod:7697 ../fish/guestfish-actions.pod:592
7643 #: ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739
7644 #: ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925
7645 #: ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002
7646 #: ../fish/guestfish-actions.pod:1194 ../fish/guestfish-actions.pod:1495
7647 #: ../fish/guestfish-actions.pod:1505 ../fish/guestfish-actions.pod:1533
7648 #: ../fish/guestfish-actions.pod:1548 ../fish/guestfish-actions.pod:1558
7649 #: ../fish/guestfish-actions.pod:1577 ../fish/guestfish-actions.pod:3597
7650 #: ../fish/guestfish-actions.pod:3612 ../fish/guestfish-actions.pod:3688
7651 #: ../fish/guestfish-actions.pod:3705 ../fish/guestfish-actions.pod:3720
7652 #: ../fish/guestfish-actions.pod:4374 ../fish/guestfish-actions.pod:4420
7653 #: ../fish/guestfish-actions.pod:4505 ../fish/guestfish-actions.pod:4520
7654 #: ../fish/guestfish-actions.pod:4930 ../fish/guestfish-actions.pod:4948
7655 #: ../fish/guestfish-actions.pod:4965 ../fish/guestfish-actions.pod:4975
7656 #: ../fish/guestfish-actions.pod:5024 ../fish/guestfish-actions.pod:5034
7657 #: ../fish/guestfish-actions.pod:5063 ../fish/guestfish-actions.pod:5073
7658 msgid ""
7659 "Because of the message protocol, there is a transfer limit of somewhere "
7660 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7661 msgstr ""
7662
7663 #. type: textblock
7664 #: ../src/guestfs-actions.pod:887 ../src/guestfs-actions.pod:3670
7665 #: ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3749
7666 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:4242
7667 #: ../src/guestfs-actions.pod:4256 ../src/guestfs-actions.pod:5529
7668 #: ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:7336
7669 #: ../src/guestfs-actions.pod:7350
7670 msgid "(Added in 0.4)"
7671 msgstr ""
7672
7673 #. type: =head2
7674 #: ../src/guestfs-actions.pod:889
7675 msgid "guestfs_checksum"
7676 msgstr ""
7677
7678 #. type: verbatim
7679 #: ../src/guestfs-actions.pod:891
7680 #, no-wrap
7681 msgid ""
7682 " char *\n"
7683 " guestfs_checksum (guestfs_h *g,\n"
7684 "                   const char *csumtype,\n"
7685 "                   const char *path);\n"
7686 "\n"
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:896 ../fish/guestfish-actions.pod:599
7691 msgid ""
7692 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7693 msgstr ""
7694
7695 #. type: textblock
7696 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:602
7697 msgid ""
7698 "The type of checksum to compute is given by the C<csumtype> parameter which "
7699 "must have one of the following values:"
7700 msgstr ""
7701
7702 #. type: =item
7703 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:607
7704 msgid "C<crc>"
7705 msgstr "C<crc>"
7706
7707 #. type: textblock
7708 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:609
7709 msgid ""
7710 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7711 "C<cksum> command."
7712 msgstr ""
7713
7714 #. type: =item
7715 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:612
7716 msgid "C<md5>"
7717 msgstr "C<md5>"
7718
7719 #. type: textblock
7720 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:614
7721 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7722 msgstr ""
7723
7724 #. type: =item
7725 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:616
7726 msgid "C<sha1>"
7727 msgstr "C<sha1>"
7728
7729 #. type: textblock
7730 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:618
7731 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7732 msgstr ""
7733
7734 #. type: =item
7735 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:620
7736 msgid "C<sha224>"
7737 msgstr "C<sha224>"
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:622
7741 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7742 msgstr ""
7743
7744 #. type: =item
7745 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:624
7746 msgid "C<sha256>"
7747 msgstr "C<sha256>"
7748
7749 #. type: textblock
7750 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:626
7751 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7752 msgstr ""
7753
7754 #. type: =item
7755 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:628
7756 msgid "C<sha384>"
7757 msgstr "C<sha384>"
7758
7759 #. type: textblock
7760 #: ../src/guestfs-actions.pod:927 ../fish/guestfish-actions.pod:630
7761 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7762 msgstr ""
7763
7764 #. type: =item
7765 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:632
7766 msgid "C<sha512>"
7767 msgstr "C<sha512>"
7768
7769 #. type: textblock
7770 #: ../src/guestfs-actions.pod:931 ../fish/guestfish-actions.pod:634
7771 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7772 msgstr ""
7773
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:935 ../fish/guestfish-actions.pod:638
7776 msgid "The checksum is returned as a printable string."
7777 msgstr ""
7778
7779 #. type: textblock
7780 #: ../src/guestfs-actions.pod:937
7781 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7782 msgstr ""
7783
7784 #. type: textblock
7785 #: ../src/guestfs-actions.pod:939
7786 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7787 msgstr ""
7788
7789 #. type: textblock
7790 #: ../src/guestfs-actions.pod:944 ../src/guestfs-actions.pod:1252
7791 #: ../src/guestfs-actions.pod:2088 ../src/guestfs-actions.pod:3368
7792 #: ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:3458
7793 #: ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:7033
7794 msgid "(Added in 1.0.2)"
7795 msgstr ""
7796
7797 #. type: =head2
7798 #: ../src/guestfs-actions.pod:946
7799 msgid "guestfs_checksum_device"
7800 msgstr ""
7801
7802 #. type: verbatim
7803 #: ../src/guestfs-actions.pod:948
7804 #, no-wrap
7805 msgid ""
7806 " char *\n"
7807 " guestfs_checksum_device (guestfs_h *g,\n"
7808 "                          const char *csumtype,\n"
7809 "                          const char *device);\n"
7810 "\n"
7811 msgstr ""
7812
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:953
7815 msgid ""
7816 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7817 "device named C<device>.  For the types of checksums supported see the "
7818 "C<guestfs_checksum> command."
7819 msgstr ""
7820
7821 #. type: textblock
7822 #: ../src/guestfs-actions.pod:960 ../src/guestfs-actions.pod:5060
7823 #: ../src/guestfs-actions.pod:5119 ../src/guestfs-actions.pod:5156
7824 #: ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5350
7825 #: ../src/guestfs-actions.pod:6942 ../src/guestfs-actions.pod:6956
7826 #: ../src/guestfs-actions.pod:7362
7827 msgid "(Added in 1.3.2)"
7828 msgstr ""
7829
7830 #. type: =head2
7831 #: ../src/guestfs-actions.pod:962
7832 msgid "guestfs_checksums_out"
7833 msgstr ""
7834
7835 #. type: verbatim
7836 #: ../src/guestfs-actions.pod:964
7837 #, no-wrap
7838 msgid ""
7839 " int\n"
7840 " guestfs_checksums_out (guestfs_h *g,\n"
7841 "                        const char *csumtype,\n"
7842 "                        const char *directory,\n"
7843 "                        const char *sumsfile);\n"
7844 "\n"
7845 msgstr ""
7846
7847 #. type: textblock
7848 #: ../src/guestfs-actions.pod:970 ../fish/guestfish-actions.pod:656
7849 msgid ""
7850 "This command computes the checksums of all regular files in C<directory> and "
7851 "then emits a list of those checksums to the local output file C<sumsfile>."
7852 msgstr ""
7853
7854 #. type: textblock
7855 #: ../src/guestfs-actions.pod:974 ../fish/guestfish-actions.pod:660
7856 msgid ""
7857 "This can be used for verifying the integrity of a virtual machine.  However "
7858 "to be properly secure you should pay attention to the output of the checksum "
7859 "command (it uses the ones from GNU coreutils).  In particular when the "
7860 "filename is not printable, coreutils uses a special backslash syntax.  For "
7861 "more information, see the GNU coreutils info file."
7862 msgstr ""
7863
7864 #. type: textblock
7865 #: ../src/guestfs-actions.pod:984
7866 msgid "(Added in 1.3.7)"
7867 msgstr ""
7868
7869 #. type: =head2
7870 #: ../src/guestfs-actions.pod:986
7871 msgid "guestfs_chmod"
7872 msgstr ""
7873
7874 #. type: verbatim
7875 #: ../src/guestfs-actions.pod:988
7876 #, no-wrap
7877 msgid ""
7878 " int\n"
7879 " guestfs_chmod (guestfs_h *g,\n"
7880 "                int mode,\n"
7881 "                const char *path);\n"
7882 "\n"
7883 msgstr ""
7884
7885 #. type: textblock
7886 #: ../src/guestfs-actions.pod:993 ../fish/guestfish-actions.pod:674
7887 msgid ""
7888 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7889 "supported."
7890 msgstr ""
7891
7892 #. type: textblock
7893 #: ../src/guestfs-actions.pod:996 ../fish/guestfish-actions.pod:677
7894 msgid ""
7895 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7896 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7897 "C<700>."
7898 msgstr ""
7899
7900 #. type: textblock
7901 #: ../src/guestfs-actions.pod:1000 ../src/guestfs-actions.pod:4493
7902 #: ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4721
7903 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:681
7904 #: ../fish/guestfish-actions.pod:3013 ../fish/guestfish-actions.pod:3152
7905 #: ../fish/guestfish-actions.pod:3162 ../fish/guestfish-actions.pod:3172
7906 msgid "The mode actually set is affected by the umask."
7907 msgstr ""
7908
7909 #. type: =head2
7910 #: ../src/guestfs-actions.pod:1006
7911 msgid "guestfs_chown"
7912 msgstr ""
7913
7914 #. type: verbatim
7915 #: ../src/guestfs-actions.pod:1008
7916 #, no-wrap
7917 msgid ""
7918 " int\n"
7919 " guestfs_chown (guestfs_h *g,\n"
7920 "                int owner,\n"
7921 "                int group,\n"
7922 "                const char *path);\n"
7923 "\n"
7924 msgstr ""
7925
7926 #. type: textblock
7927 #: ../src/guestfs-actions.pod:1014 ../fish/guestfish-actions.pod:687
7928 msgid "Change the file owner to C<owner> and group to C<group>."
7929 msgstr ""
7930
7931 #. type: textblock
7932 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:3587
7933 #: ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2464
7934 msgid ""
7935 "Only numeric uid and gid are supported.  If you want to use names, you will "
7936 "need to locate and parse the password file yourself (Augeas support makes "
7937 "this relatively easy)."
7938 msgstr ""
7939
7940 #. type: =head2
7941 #: ../src/guestfs-actions.pod:1024
7942 msgid "guestfs_command"
7943 msgstr ""
7944
7945 #. type: verbatim
7946 #: ../src/guestfs-actions.pod:1026
7947 #, no-wrap
7948 msgid ""
7949 " char *\n"
7950 " guestfs_command (guestfs_h *g,\n"
7951 "                  char *const *arguments);\n"
7952 "\n"
7953 msgstr ""
7954
7955 #. type: textblock
7956 #: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:697
7957 msgid ""
7958 "This call runs a command from the guest filesystem.  The filesystem must be "
7959 "mounted, and must contain a compatible operating system (ie. something "
7960 "Linux, with the same or compatible processor architecture)."
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1035
7965 msgid ""
7966 "The single parameter is an argv-style list of arguments.  The first element "
7967 "is the name of the program to run.  Subsequent elements are parameters.  The "
7968 "list must be non-empty (ie. must contain a program name).  Note that the "
7969 "command runs directly, and is I<not> invoked via the shell (see "
7970 "C<guestfs_sh>)."
7971 msgstr ""
7972
7973 #. type: textblock
7974 #: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:709
7975 msgid "The return value is anything printed to I<stdout> by the command."
7976 msgstr ""
7977
7978 #. type: textblock
7979 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:712
7980 msgid ""
7981 "If the command returns a non-zero exit status, then this function returns an "
7982 "error message.  The error message string is the content of I<stderr> from "
7983 "the command."
7984 msgstr ""
7985
7986 #. type: textblock
7987 #: ../src/guestfs-actions.pod:1049 ../fish/guestfish-actions.pod:716
7988 msgid ""
7989 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7990 "bin>.  If you require a program from another location, you should provide "
7991 "the full path in the first parameter."
7992 msgstr ""
7993
7994 #. type: textblock
7995 #: ../src/guestfs-actions.pod:1054 ../fish/guestfish-actions.pod:721
7996 msgid ""
7997 "Shared libraries and data files required by the program must be available on "
7998 "filesystems which are mounted in the correct places.  It is the caller's "
7999 "responsibility to ensure all filesystems that are needed are mounted at the "
8000 "right locations."
8001 msgstr ""
8002
8003 #. type: textblock
8004 #: ../src/guestfs-actions.pod:1066 ../src/guestfs-actions.pod:1086
8005 #: ../src/guestfs-actions.pod:1551
8006 msgid "(Added in 0.9.1)"
8007 msgstr ""
8008
8009 #. type: =head2
8010 #: ../src/guestfs-actions.pod:1068
8011 msgid "guestfs_command_lines"
8012 msgstr ""
8013
8014 #. type: verbatim
8015 #: ../src/guestfs-actions.pod:1070
8016 #, no-wrap
8017 msgid ""
8018 " char **\n"
8019 " guestfs_command_lines (guestfs_h *g,\n"
8020 "                        char *const *arguments);\n"
8021 "\n"
8022 msgstr ""
8023
8024 #. type: textblock
8025 #: ../src/guestfs-actions.pod:1074
8026 msgid ""
8027 "This is the same as C<guestfs_command>, but splits the result into a list of "
8028 "lines."
8029 msgstr ""
8030
8031 #. type: textblock
8032 #: ../src/guestfs-actions.pod:1077
8033 msgid "See also: C<guestfs_sh_lines>"
8034 msgstr ""
8035
8036 #. type: =head2
8037 #: ../src/guestfs-actions.pod:1088
8038 msgid "guestfs_config"
8039 msgstr ""
8040
8041 #. type: verbatim
8042 #: ../src/guestfs-actions.pod:1090
8043 #, no-wrap
8044 msgid ""
8045 " int\n"
8046 " guestfs_config (guestfs_h *g,\n"
8047 "                 const char *qemuparam,\n"
8048 "                 const char *qemuvalue);\n"
8049 "\n"
8050 msgstr ""
8051
8052 #. type: textblock
8053 #: ../src/guestfs-actions.pod:1095 ../fish/guestfish-actions.pod:746
8054 msgid ""
8055 "This can be used to add arbitrary qemu command line parameters of the form "
8056 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8057 "setting some parameters which would interfere with parameters that we use."
8058 msgstr ""
8059
8060 #. type: textblock
8061 #: ../src/guestfs-actions.pod:1100 ../fish/guestfish-actions.pod:751
8062 msgid "The first character of C<param> string must be a C<-> (dash)."
8063 msgstr ""
8064
8065 #. type: textblock
8066 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:753
8067 msgid "C<value> can be NULL."
8068 msgstr ""
8069
8070 #. type: =head2
8071 #: ../src/guestfs-actions.pod:1108
8072 msgid "guestfs_copy_size"
8073 msgstr ""
8074
8075 #. type: verbatim
8076 #: ../src/guestfs-actions.pod:1110
8077 #, no-wrap
8078 msgid ""
8079 " int\n"
8080 " guestfs_copy_size (guestfs_h *g,\n"
8081 "                    const char *src,\n"
8082 "                    const char *dest,\n"
8083 "                    int64_t size);\n"
8084 "\n"
8085 msgstr ""
8086
8087 #. type: textblock
8088 #: ../src/guestfs-actions.pod:1116 ../fish/guestfish-actions.pod:759
8089 msgid ""
8090 "This command copies exactly C<size> bytes from one source device or file "
8091 "C<src> to another destination device or file C<dest>."
8092 msgstr ""
8093
8094 #. type: textblock
8095 #: ../src/guestfs-actions.pod:1119 ../fish/guestfish-actions.pod:762
8096 msgid ""
8097 "Note this will fail if the source is too short or if the destination is not "
8098 "large enough."
8099 msgstr ""
8100
8101 #. type: textblock
8102 #: ../src/guestfs-actions.pod:1124 ../src/guestfs-actions.pod:1247
8103 #: ../src/guestfs-actions.pod:1278 ../src/guestfs-actions.pod:1323
8104 #: ../src/guestfs-actions.pod:1700 ../src/guestfs-actions.pod:1722
8105 #: ../src/guestfs-actions.pod:3568 ../src/guestfs-actions.pod:7028
8106 #: ../src/guestfs-actions.pod:7062 ../src/guestfs-actions.pod:7549
8107 #: ../src/guestfs-actions.pod:7568
8108 msgid ""
8109 "This long-running command can generate progress notification messages so "
8110 "that the caller can display a progress bar or indicator.  To receive these "
8111 "messages, the caller must register a progress event callback.  See L<guestfs"
8112 "(3)/GUESTFS_EVENT_PROGRESS>."
8113 msgstr ""
8114
8115 #. type: textblock
8116 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:4269
8117 #: ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:7269
8118 #: ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7375
8119 msgid "(Added in 1.0.87)"
8120 msgstr ""
8121
8122 #. type: =head2
8123 #: ../src/guestfs-actions.pod:1131
8124 msgid "guestfs_cp"
8125 msgstr ""
8126
8127 #. type: verbatim
8128 #: ../src/guestfs-actions.pod:1133
8129 #, no-wrap
8130 msgid ""
8131 " int\n"
8132 " guestfs_cp (guestfs_h *g,\n"
8133 "             const char *src,\n"
8134 "             const char *dest);\n"
8135 "\n"
8136 msgstr ""
8137
8138 #. type: textblock
8139 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:769
8140 msgid ""
8141 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8142 "destination filename or destination directory."
8143 msgstr ""
8144
8145 #. type: textblock
8146 #: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1157
8147 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1303
8148 #: ../src/guestfs-actions.pod:1417 ../src/guestfs-actions.pod:5023
8149 #: ../src/guestfs-actions.pod:5400
8150 msgid "(Added in 1.0.18)"
8151 msgstr ""
8152
8153 #. type: =head2
8154 #: ../src/guestfs-actions.pod:1145
8155 msgid "guestfs_cp_a"
8156 msgstr ""
8157
8158 #. type: verbatim
8159 #: ../src/guestfs-actions.pod:1147
8160 #, no-wrap
8161 msgid ""
8162 " int\n"
8163 " guestfs_cp_a (guestfs_h *g,\n"
8164 "               const char *src,\n"
8165 "               const char *dest);\n"
8166 "\n"
8167 msgstr ""
8168
8169 #. type: textblock
8170 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:776
8171 msgid ""
8172 "This copies a file or directory from C<src> to C<dest> recursively using the "
8173 "C<cp -a> command."
8174 msgstr ""
8175
8176 #. type: =head2
8177 #: ../src/guestfs-actions.pod:1159
8178 msgid "guestfs_dd"
8179 msgstr ""
8180
8181 #. type: verbatim
8182 #: ../src/guestfs-actions.pod:1161
8183 #, no-wrap
8184 msgid ""
8185 " int\n"
8186 " guestfs_dd (guestfs_h *g,\n"
8187 "             const char *src,\n"
8188 "             const char *dest);\n"
8189 "\n"
8190 msgstr ""
8191
8192 #. type: textblock
8193 #: ../src/guestfs-actions.pod:1166 ../fish/guestfish-actions.pod:783
8194 msgid ""
8195 "This command copies from one source device or file C<src> to another "
8196 "destination device or file C<dest>.  Normally you would use this to copy to "
8197 "or from a device or partition, for example to duplicate a filesystem."
8198 msgstr ""
8199
8200 #. type: textblock
8201 #: ../src/guestfs-actions.pod:1171
8202 msgid ""
8203 "If the destination is a device, it must be as large or larger than the "
8204 "source file or device, otherwise the copy will fail.  This command cannot do "
8205 "partial copies (see C<guestfs_copy_size>)."
8206 msgstr ""
8207
8208 #. type: =head2
8209 #: ../src/guestfs-actions.pod:1179
8210 msgid "guestfs_df"
8211 msgstr ""
8212
8213 #. type: verbatim
8214 #: ../src/guestfs-actions.pod:1181
8215 #, no-wrap
8216 msgid ""
8217 " char *\n"
8218 " guestfs_df (guestfs_h *g);\n"
8219 "\n"
8220 msgstr ""
8221
8222 #. type: textblock
8223 #: ../src/guestfs-actions.pod:1184 ../fish/guestfish-actions.pod:796
8224 msgid "This command runs the C<df> command to report disk space used."
8225 msgstr ""
8226
8227 #. type: textblock
8228 #: ../src/guestfs-actions.pod:1186 ../src/guestfs-actions.pod:1203
8229 msgid ""
8230 "This command is mostly useful for interactive sessions.  It is I<not> "
8231 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8232 "from programs."
8233 msgstr ""
8234
8235 #. type: textblock
8236 #: ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1210
8237 #: ../src/guestfs-actions.pod:1328 ../src/guestfs-actions.pod:2291
8238 #: ../src/guestfs-actions.pod:2315 ../src/guestfs-actions.pod:2383
8239 #: ../src/guestfs-actions.pod:4379 ../src/guestfs-actions.pod:4923
8240 #: ../src/guestfs-actions.pod:6766 ../src/guestfs-actions.pod:6790
8241 #: ../src/guestfs-actions.pod:7415 ../src/guestfs-actions.pod:7428
8242 #: ../src/guestfs-actions.pod:7441
8243 msgid "(Added in 1.0.54)"
8244 msgstr ""
8245
8246 #. type: =head2
8247 #: ../src/guestfs-actions.pod:1195
8248 msgid "guestfs_df_h"
8249 msgstr ""
8250
8251 #. type: verbatim
8252 #: ../src/guestfs-actions.pod:1197
8253 #, no-wrap
8254 msgid ""
8255 " char *\n"
8256 " guestfs_df_h (guestfs_h *g);\n"
8257 "\n"
8258 msgstr ""
8259
8260 #. type: textblock
8261 #: ../src/guestfs-actions.pod:1200 ../fish/guestfish-actions.pod:806
8262 msgid ""
8263 "This command runs the C<df -h> command to report disk space used in human-"
8264 "readable format."
8265 msgstr ""
8266
8267 #. type: =head2
8268 #: ../src/guestfs-actions.pod:1212
8269 msgid "guestfs_dmesg"
8270 msgstr ""
8271
8272 #. type: verbatim
8273 #: ../src/guestfs-actions.pod:1214
8274 #, no-wrap
8275 msgid ""
8276 " char *\n"
8277 " guestfs_dmesg (guestfs_h *g);\n"
8278 "\n"
8279 msgstr ""
8280
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:1217 ../fish/guestfish-actions.pod:817
8283 msgid ""
8284 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8285 "This is sometimes useful for extended debugging of problems."
8286 msgstr ""
8287
8288 #. type: textblock
8289 #: ../src/guestfs-actions.pod:1221
8290 msgid ""
8291 "Another way to get the same information is to enable verbose messages with "
8292 "C<guestfs_set_verbose> or by setting the environment variable "
8293 "C<LIBGUESTFS_DEBUG=1> before running the program."
8294 msgstr ""
8295
8296 #. type: =head2
8297 #: ../src/guestfs-actions.pod:1231
8298 msgid "guestfs_download"
8299 msgstr ""
8300
8301 #. type: verbatim
8302 #: ../src/guestfs-actions.pod:1233
8303 #, no-wrap
8304 msgid ""
8305 " int\n"
8306 " guestfs_download (guestfs_h *g,\n"
8307 "                   const char *remotefilename,\n"
8308 "                   const char *filename);\n"
8309 "\n"
8310 msgstr ""
8311
8312 #. type: textblock
8313 #: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1263
8314 #: ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
8315 msgid ""
8316 "Download file C<remotefilename> and save it as C<filename> on the local "
8317 "machine."
8318 msgstr ""
8319
8320 #. type: textblock
8321 #: ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:7022
8322 #: ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4678
8323 msgid "C<filename> can also be a named pipe."
8324 msgstr ""
8325
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1243
8328 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8329 msgstr ""
8330
8331 #. type: =head2
8332 #: ../src/guestfs-actions.pod:1254
8333 msgid "guestfs_download_offset"
8334 msgstr ""
8335
8336 #. type: verbatim
8337 #: ../src/guestfs-actions.pod:1256
8338 #, no-wrap
8339 msgid ""
8340 " int\n"
8341 " guestfs_download_offset (guestfs_h *g,\n"
8342 "                          const char *remotefilename,\n"
8343 "                          const char *filename,\n"
8344 "                          int64_t offset,\n"
8345 "                          int64_t size);\n"
8346 "\n"
8347 msgstr ""
8348
8349 #. type: textblock
8350 #: ../src/guestfs-actions.pod:1266 ../fish/guestfish-actions.pod:846
8351 msgid ""
8352 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8353 "region must be within the file or device)."
8354 msgstr ""
8355
8356 #. type: textblock
8357 #: ../src/guestfs-actions.pod:1269
8358 msgid ""
8359 "Note that there is no limit on the amount of data that can be downloaded "
8360 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8361 "full amount unless an error occurs."
8362 msgstr ""
8363
8364 #. type: textblock
8365 #: ../src/guestfs-actions.pod:1274
8366 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8367 msgstr ""
8368
8369 #. type: textblock
8370 #: ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:7067
8371 msgid "(Added in 1.5.17)"
8372 msgstr ""
8373
8374 #. type: =head2
8375 #: ../src/guestfs-actions.pod:1285
8376 msgid "guestfs_drop_caches"
8377 msgstr ""
8378
8379 #. type: verbatim
8380 #: ../src/guestfs-actions.pod:1287
8381 #, no-wrap
8382 msgid ""
8383 " int\n"
8384 " guestfs_drop_caches (guestfs_h *g,\n"
8385 "                      int whattodrop);\n"
8386 "\n"
8387 msgstr ""
8388
8389 #. type: textblock
8390 #: ../src/guestfs-actions.pod:1291 ../fish/guestfish-actions.pod:862
8391 msgid ""
8392 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8393 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8394 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8395 msgstr ""
8396
8397 #. type: textblock
8398 #: ../src/guestfs-actions.pod:1296 ../fish/guestfish-actions.pod:867
8399 msgid "Setting C<whattodrop> to 3 should drop everything."
8400 msgstr ""
8401
8402 #. type: textblock
8403 #: ../src/guestfs-actions.pod:1298 ../fish/guestfish-actions.pod:869
8404 msgid ""
8405 "This automatically calls L<sync(2)> before the operation, so that the "
8406 "maximum guest memory is freed."
8407 msgstr ""
8408
8409 #. type: =head2
8410 #: ../src/guestfs-actions.pod:1305
8411 msgid "guestfs_du"
8412 msgstr ""
8413
8414 #. type: verbatim
8415 #: ../src/guestfs-actions.pod:1307
8416 #, no-wrap
8417 msgid ""
8418 " int64_t\n"
8419 " guestfs_du (guestfs_h *g,\n"
8420 "             const char *path);\n"
8421 "\n"
8422 msgstr ""
8423
8424 #. type: textblock
8425 #: ../src/guestfs-actions.pod:1311 ../fish/guestfish-actions.pod:876
8426 msgid ""
8427 "This command runs the C<du -s> command to estimate file space usage for "
8428 "C<path>."
8429 msgstr ""
8430
8431 #. type: textblock
8432 #: ../src/guestfs-actions.pod:1314 ../fish/guestfish-actions.pod:879
8433 msgid ""
8434 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8435 "estimate includes the contents of the directory and all subdirectories "
8436 "(recursively)."
8437 msgstr ""
8438
8439 #. type: textblock
8440 #: ../src/guestfs-actions.pod:1318 ../fish/guestfish-actions.pod:883
8441 msgid ""
8442 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8443 msgstr ""
8444
8445 #. type: =head2
8446 #: ../src/guestfs-actions.pod:1330
8447 msgid "guestfs_e2fsck_f"
8448 msgstr ""
8449
8450 #. type: verbatim
8451 #: ../src/guestfs-actions.pod:1332
8452 #, no-wrap
8453 msgid ""
8454 " int\n"
8455 " guestfs_e2fsck_f (guestfs_h *g,\n"
8456 "                   const char *device);\n"
8457 "\n"
8458 msgstr ""
8459
8460 #. type: textblock
8461 #: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:890
8462 msgid ""
8463 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8464 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8465 "clean (I<-f>)."
8466 msgstr ""
8467
8468 #. type: textblock
8469 #: ../src/guestfs-actions.pod:1340
8470 msgid ""
8471 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8472 "Normally you should use C<guestfs_fsck>."
8473 msgstr ""
8474
8475 #. type: textblock
8476 #: ../src/guestfs-actions.pod:1345
8477 msgid "(Added in 1.0.29)"
8478 msgstr ""
8479
8480 #. type: =head2
8481 #: ../src/guestfs-actions.pod:1347
8482 msgid "guestfs_echo_daemon"
8483 msgstr ""
8484
8485 #. type: verbatim
8486 #: ../src/guestfs-actions.pod:1349
8487 #, no-wrap
8488 msgid ""
8489 " char *\n"
8490 " guestfs_echo_daemon (guestfs_h *g,\n"
8491 "                      char *const *words);\n"
8492 "\n"
8493 msgstr ""
8494
8495 #. type: textblock
8496 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:901
8497 msgid ""
8498 "This command concatenates the list of C<words> passed with single spaces "
8499 "between them and returns the resulting string."
8500 msgstr ""
8501
8502 #. type: textblock
8503 #: ../src/guestfs-actions.pod:1356 ../fish/guestfish-actions.pod:904
8504 msgid "You can use this command to test the connection through to the daemon."
8505 msgstr ""
8506
8507 #. type: textblock
8508 #: ../src/guestfs-actions.pod:1358
8509 msgid "See also C<guestfs_ping_daemon>."
8510 msgstr ""
8511
8512 #. type: textblock
8513 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:2099
8514 #: ../src/guestfs-actions.pod:6238
8515 msgid "(Added in 1.0.69)"
8516 msgstr ""
8517
8518 #. type: =head2
8519 #: ../src/guestfs-actions.pod:1365
8520 msgid "guestfs_egrep"
8521 msgstr ""
8522
8523 #. type: verbatim
8524 #: ../src/guestfs-actions.pod:1367
8525 #, no-wrap
8526 msgid ""
8527 " char **\n"
8528 " guestfs_egrep (guestfs_h *g,\n"
8529 "                const char *regex,\n"
8530 "                const char *path);\n"
8531 "\n"
8532 msgstr ""
8533
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
8536 msgid ""
8537 "This calls the external C<egrep> program and returns the matching lines."
8538 msgstr ""
8539
8540 #. type: textblock
8541 #: ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1401
8542 #: ../src/guestfs-actions.pod:1458 ../src/guestfs-actions.pod:1504
8543 #: ../src/guestfs-actions.pod:1523 ../src/guestfs-actions.pod:2229
8544 #: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:2404
8545 #: ../src/guestfs-actions.pod:2417 ../src/guestfs-actions.pod:2432
8546 #: ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2500
8547 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:3762
8548 #: ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3789
8549 #: ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:4801
8550 #: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5783
8551 #: ../src/guestfs-actions.pod:6634 ../src/guestfs-actions.pod:6646
8552 #: ../src/guestfs-actions.pod:6659 ../src/guestfs-actions.pod:6672
8553 #: ../src/guestfs-actions.pod:6694 ../src/guestfs-actions.pod:6707
8554 #: ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6733
8555 #: ../src/guestfs-actions.pod:7511 ../src/guestfs-actions.pod:7530
8556 #: ../src/guestfs-actions.pod:7616 ../src/guestfs-actions.pod:7635
8557 #: ../src/guestfs-actions.pod:7681 ../src/guestfs-actions.pod:7700
8558 msgid "(Added in 1.0.66)"
8559 msgstr ""
8560
8561 #. type: =head2
8562 #: ../src/guestfs-actions.pod:1384
8563 msgid "guestfs_egrepi"
8564 msgstr ""
8565
8566 #. type: verbatim
8567 #: ../src/guestfs-actions.pod:1386
8568 #, no-wrap
8569 msgid ""
8570 " char **\n"
8571 " guestfs_egrepi (guestfs_h *g,\n"
8572 "                 const char *regex,\n"
8573 "                 const char *path);\n"
8574 "\n"
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
8579 msgid ""
8580 "This calls the external C<egrep -i> program and returns the matching lines."
8581 msgstr ""
8582
8583 #. type: =head2
8584 #: ../src/guestfs-actions.pod:1403
8585 msgid "guestfs_equal"
8586 msgstr ""
8587
8588 #. type: verbatim
8589 #: ../src/guestfs-actions.pod:1405
8590 #, no-wrap
8591 msgid ""
8592 " int\n"
8593 " guestfs_equal (guestfs_h *g,\n"
8594 "                const char *file1,\n"
8595 "                const char *file2);\n"
8596 "\n"
8597 msgstr ""
8598
8599 #. type: textblock
8600 #: ../src/guestfs-actions.pod:1410 ../fish/guestfish-actions.pod:932
8601 msgid ""
8602 "This compares the two files C<file1> and C<file2> and returns true if their "
8603 "content is exactly equal, or false otherwise."
8604 msgstr ""
8605
8606 #. type: textblock
8607 #: ../src/guestfs-actions.pod:1413 ../fish/guestfish-actions.pod:935
8608 msgid "The external L<cmp(1)> program is used for the comparison."
8609 msgstr ""
8610
8611 #. type: =head2
8612 #: ../src/guestfs-actions.pod:1419
8613 msgid "guestfs_exists"
8614 msgstr ""
8615
8616 #. type: verbatim
8617 #: ../src/guestfs-actions.pod:1421
8618 #, no-wrap
8619 msgid ""
8620 " int\n"
8621 " guestfs_exists (guestfs_h *g,\n"
8622 "                 const char *path);\n"
8623 "\n"
8624 msgstr ""
8625
8626 #. type: textblock
8627 #: ../src/guestfs-actions.pod:1425 ../fish/guestfish-actions.pod:941
8628 msgid ""
8629 "This returns C<true> if and only if there is a file, directory (or anything) "
8630 "with the given C<path> name."
8631 msgstr ""
8632
8633 #. type: textblock
8634 #: ../src/guestfs-actions.pod:1428
8635 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8636 msgstr ""
8637
8638 #. type: =head2
8639 #: ../src/guestfs-actions.pod:1434
8640 msgid "guestfs_fallocate"
8641 msgstr ""
8642
8643 #. type: verbatim
8644 #: ../src/guestfs-actions.pod:1436
8645 #, no-wrap
8646 msgid ""
8647 " int\n"
8648 " guestfs_fallocate (guestfs_h *g,\n"
8649 "                    const char *path,\n"
8650 "                    int len);\n"
8651 "\n"
8652 msgstr ""
8653
8654 #. type: textblock
8655 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1467
8656 #: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
8657 msgid ""
8658 "This command preallocates a file (containing zero bytes) named C<path> of "
8659 "size C<len> bytes.  If the file exists already, it is overwritten."
8660 msgstr ""
8661
8662 #. type: textblock
8663 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:954
8664 msgid ""
8665 "Do not confuse this with the guestfish-specific C<alloc> command which "
8666 "allocates a file in the host and attaches it as a device."
8667 msgstr ""
8668
8669 #. type: textblock
8670 #: ../src/guestfs-actions.pod:1451 ../fish/guestfish-actions.pod:958
8671 msgid ""
8672 "This function is deprecated.  In new code, use the C<fallocate64> call "
8673 "instead."
8674 msgstr ""
8675
8676 #. type: =head2
8677 #: ../src/guestfs-actions.pod:1460
8678 msgid "guestfs_fallocate64"
8679 msgstr ""
8680
8681 #. type: verbatim
8682 #: ../src/guestfs-actions.pod:1462
8683 #, no-wrap
8684 msgid ""
8685 " int\n"
8686 " guestfs_fallocate64 (guestfs_h *g,\n"
8687 "                      const char *path,\n"
8688 "                      int64_t len);\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1471
8694 msgid ""
8695 "Note that this call allocates disk blocks for the file.  To create a sparse "
8696 "file use C<guestfs_truncate_size> instead."
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1474
8701 msgid ""
8702 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8703 "oversight it only allowed 30 bit lengths to be specified, effectively "
8704 "limiting the maximum size of files created through that call to 1GB."
8705 msgstr ""
8706
8707 #. type: textblock
8708 #: ../src/guestfs-actions.pod:1479 ../fish/guestfish-actions.pod:981
8709 msgid ""
8710 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8711 "commands which create a file in the host and attach it as a device."
8712 msgstr ""
8713
8714 #. type: textblock
8715 #: ../src/guestfs-actions.pod:1485
8716 msgid "(Added in 1.3.17)"
8717 msgstr ""
8718
8719 #. type: =head2
8720 #: ../src/guestfs-actions.pod:1487
8721 msgid "guestfs_fgrep"
8722 msgstr ""
8723
8724 #. type: verbatim
8725 #: ../src/guestfs-actions.pod:1489
8726 #, no-wrap
8727 msgid ""
8728 " char **\n"
8729 " guestfs_fgrep (guestfs_h *g,\n"
8730 "                const char *pattern,\n"
8731 "                const char *path);\n"
8732 "\n"
8733 msgstr ""
8734
8735 #. type: textblock
8736 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
8737 msgid ""
8738 "This calls the external C<fgrep> program and returns the matching lines."
8739 msgstr ""
8740
8741 #. type: =head2
8742 #: ../src/guestfs-actions.pod:1506
8743 msgid "guestfs_fgrepi"
8744 msgstr ""
8745
8746 #. type: verbatim
8747 #: ../src/guestfs-actions.pod:1508
8748 #, no-wrap
8749 msgid ""
8750 " char **\n"
8751 " guestfs_fgrepi (guestfs_h *g,\n"
8752 "                 const char *pattern,\n"
8753 "                 const char *path);\n"
8754 "\n"
8755 msgstr ""
8756
8757 #. type: textblock
8758 #: ../src/guestfs-actions.pod:1513 ../fish/guestfish-actions.pod:999
8759 msgid ""
8760 "This calls the external C<fgrep -i> program and returns the matching lines."
8761 msgstr ""
8762
8763 #. type: =head2
8764 #: ../src/guestfs-actions.pod:1525
8765 msgid "guestfs_file"
8766 msgstr ""
8767
8768 #. type: verbatim
8769 #: ../src/guestfs-actions.pod:1527
8770 #, no-wrap
8771 msgid ""
8772 " char *\n"
8773 " guestfs_file (guestfs_h *g,\n"
8774 "               const char *path);\n"
8775 "\n"
8776 msgstr ""
8777
8778 #. type: textblock
8779 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1009
8780 msgid ""
8781 "This call uses the standard L<file(1)> command to determine the type or "
8782 "contents of the file."
8783 msgstr ""
8784
8785 #. type: textblock
8786 #: ../src/guestfs-actions.pod:1534 ../fish/guestfish-actions.pod:1012
8787 msgid ""
8788 "This call will also transparently look inside various types of compressed "
8789 "file."
8790 msgstr ""
8791
8792 #. type: textblock
8793 #: ../src/guestfs-actions.pod:1537 ../fish/guestfish-actions.pod:1015
8794 msgid ""
8795 "The exact command which runs is C<file -zb path>.  Note in particular that "
8796 "the filename is not prepended to the output (the I<-b> option)."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1541 ../fish/guestfish-actions.pod:1019
8801 msgid ""
8802 "The output depends on the output of the underlying L<file(1)> command and it "
8803 "can change in future in ways beyond our control.  In other words, the output "
8804 "is not guaranteed by the ABI."
8805 msgstr ""
8806
8807 #. type: textblock
8808 #: ../src/guestfs-actions.pod:1545
8809 msgid ""
8810 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8811 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
8812 msgstr ""
8813
8814 #. type: =head2
8815 #: ../src/guestfs-actions.pod:1553
8816 msgid "guestfs_file_architecture"
8817 msgstr ""
8818
8819 #. type: verbatim
8820 #: ../src/guestfs-actions.pod:1555
8821 #, no-wrap
8822 msgid ""
8823 " char *\n"
8824 " guestfs_file_architecture (guestfs_h *g,\n"
8825 "                            const char *filename);\n"
8826 "\n"
8827 msgstr ""
8828
8829 #. type: textblock
8830 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1030
8831 msgid ""
8832 "This detects the architecture of the binary C<filename>, and returns it if "
8833 "known."
8834 msgstr ""
8835
8836 #. type: textblock
8837 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1033
8838 msgid "Currently defined architectures are:"
8839 msgstr ""
8840
8841 #. type: =item
8842 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1037
8843 msgid "\"i386\""
8844 msgstr "\"i386\""
8845
8846 #. type: textblock
8847 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1039
8848 msgid ""
8849 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8850 "irrespective of the precise processor requirements of the binary."
8851 msgstr ""
8852
8853 #. type: =item
8854 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1042
8855 msgid "\"x86_64\""
8856 msgstr "\"x86_64\""
8857
8858 #. type: textblock
8859 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1044
8860 msgid "64 bit x86-64."
8861 msgstr ""
8862
8863 #. type: =item
8864 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1046
8865 msgid "\"sparc\""
8866 msgstr ""
8867
8868 #. type: textblock
8869 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1048
8870 msgid "32 bit SPARC."
8871 msgstr ""
8872
8873 #. type: =item
8874 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1050
8875 msgid "\"sparc64\""
8876 msgstr ""
8877
8878 #. type: textblock
8879 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1052
8880 msgid "64 bit SPARC V9 and above."
8881 msgstr ""
8882
8883 #. type: =item
8884 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1054
8885 msgid "\"ia64\""
8886 msgstr "\"ia64\""
8887
8888 #. type: textblock
8889 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1056
8890 msgid "Intel Itanium."
8891 msgstr "Intel Itanium."
8892
8893 #. type: =item
8894 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1058
8895 msgid "\"ppc\""
8896 msgstr ""
8897
8898 #. type: textblock
8899 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1060
8900 msgid "32 bit Power PC."
8901 msgstr ""
8902
8903 #. type: =item
8904 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1062
8905 msgid "\"ppc64\""
8906 msgstr ""
8907
8908 #. type: textblock
8909 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1064
8910 msgid "64 bit Power PC."
8911 msgstr ""
8912
8913 #. type: textblock
8914 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1068
8915 msgid "Libguestfs may return other architecture strings in future."
8916 msgstr ""
8917
8918 #. type: textblock
8919 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1070
8920 msgid "The function works on at least the following types of files:"
8921 msgstr ""
8922
8923 #. type: textblock
8924 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1076
8925 msgid "many types of Un*x and Linux binary"
8926 msgstr ""
8927
8928 #. type: textblock
8929 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1080
8930 msgid "many types of Un*x and Linux shared library"
8931 msgstr ""
8932
8933 #. type: textblock
8934 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1084
8935 msgid "Windows Win32 and Win64 binaries"
8936 msgstr ""
8937
8938 #. type: textblock
8939 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1088
8940 msgid "Windows Win32 and Win64 DLLs"
8941 msgstr ""
8942
8943 #. type: textblock
8944 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1090
8945 msgid "Win32 binaries and DLLs return C<i386>."
8946 msgstr ""
8947
8948 #. type: textblock
8949 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1092
8950 msgid "Win64 binaries and DLLs return C<x86_64>."
8951 msgstr ""
8952
8953 #. type: textblock
8954 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1096
8955 msgid "Linux kernel modules"
8956 msgstr ""
8957
8958 #. type: textblock
8959 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1100
8960 msgid "Linux new-style initrd images"
8961 msgstr ""
8962
8963 #. type: textblock
8964 #: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1104
8965 msgid "some non-x86 Linux vmlinuz kernels"
8966 msgstr ""
8967
8968 #. type: textblock
8969 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1108
8970 msgid "What it can't do currently:"
8971 msgstr ""
8972
8973 #. type: textblock
8974 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1114
8975 msgid "static libraries (libfoo.a)"
8976 msgstr ""
8977
8978 #. type: textblock
8979 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1118
8980 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8981 msgstr ""
8982
8983 #. type: textblock
8984 #: ../src/guestfs-actions.pod:1651 ../fish/guestfish-actions.pod:1122
8985 msgid "x86 Linux vmlinuz kernels"
8986 msgstr ""
8987
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1653 ../fish/guestfish-actions.pod:1124
8990 msgid ""
8991 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8992 "compressed code, and are horribly hard to unpack.  If you want to find the "
8993 "architecture of a kernel, use the architecture of the associated initrd or "
8994 "kernel module(s) instead."
8995 msgstr ""
8996
8997 #. type: textblock
8998 #: ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1826
8999 #: ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:2533
9000 #: ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2689
9001 #: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2894
9002 #: ../src/guestfs-actions.pod:2934 ../src/guestfs-actions.pod:3009
9003 #: ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3339
9004 #: ../src/guestfs-actions.pod:3471
9005 msgid "(Added in 1.5.3)"
9006 msgstr ""
9007
9008 #. type: =head2
9009 #: ../src/guestfs-actions.pod:1665
9010 msgid "guestfs_filesize"
9011 msgstr ""
9012
9013 #. type: verbatim
9014 #: ../src/guestfs-actions.pod:1667
9015 #, no-wrap
9016 msgid ""
9017 " int64_t\n"
9018 " guestfs_filesize (guestfs_h *g,\n"
9019 "                   const char *file);\n"
9020 "\n"
9021 msgstr ""
9022
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:1671 ../fish/guestfish-actions.pod:1135
9025 msgid "This command returns the size of C<file> in bytes."
9026 msgstr ""
9027
9028 #. type: textblock
9029 #: ../src/guestfs-actions.pod:1673
9030 msgid ""
9031 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9032 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9033 "devices, use C<guestfs_blockdev_getsize64>."
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1679
9038 msgid "(Added in 1.0.82)"
9039 msgstr ""
9040
9041 #. type: =head2
9042 #: ../src/guestfs-actions.pod:1681
9043 msgid "guestfs_fill"
9044 msgstr ""
9045
9046 #. type: verbatim
9047 #: ../src/guestfs-actions.pod:1683
9048 #, no-wrap
9049 msgid ""
9050 " int\n"
9051 " guestfs_fill (guestfs_h *g,\n"
9052 "               int c,\n"
9053 "               int len,\n"
9054 "               const char *path);\n"
9055 "\n"
9056 msgstr ""
9057
9058 #. type: textblock
9059 #: ../src/guestfs-actions.pod:1689 ../fish/guestfish-actions.pod:1145
9060 msgid ""
9061 "This command creates a new file called C<path>.  The initial content of the "
9062 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9063 "[0..255]>."
9064 msgstr ""
9065
9066 #. type: textblock
9067 #: ../src/guestfs-actions.pod:1693
9068 msgid ""
9069 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9070 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9071 "bytes use C<guestfs_fill_pattern>."
9072 msgstr ""
9073
9074 #. type: textblock
9075 #: ../src/guestfs-actions.pod:1705
9076 msgid "(Added in 1.0.79)"
9077 msgstr ""
9078
9079 #. type: =head2
9080 #: ../src/guestfs-actions.pod:1707
9081 msgid "guestfs_fill_pattern"
9082 msgstr ""
9083
9084 #. type: verbatim
9085 #: ../src/guestfs-actions.pod:1709
9086 #, no-wrap
9087 msgid ""
9088 " int\n"
9089 " guestfs_fill_pattern (guestfs_h *g,\n"
9090 "                       const char *pattern,\n"
9091 "                       int len,\n"
9092 "                       const char *path);\n"
9093 "\n"
9094 msgstr ""
9095
9096 #. type: textblock
9097 #: ../src/guestfs-actions.pod:1715
9098 msgid ""
9099 "This function is like C<guestfs_fill> except that it creates a new file of "
9100 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9101 "pattern is truncated if necessary to ensure the length of the file is "
9102 "exactly C<len> bytes."
9103 msgstr ""
9104
9105 #. type: textblock
9106 #: ../src/guestfs-actions.pod:1727
9107 msgid "(Added in 1.3.12)"
9108 msgstr ""
9109
9110 #. type: =head2
9111 #: ../src/guestfs-actions.pod:1729
9112 msgid "guestfs_find"
9113 msgstr ""
9114
9115 #. type: verbatim
9116 #: ../src/guestfs-actions.pod:1731
9117 #, no-wrap
9118 msgid ""
9119 " char **\n"
9120 " guestfs_find (guestfs_h *g,\n"
9121 "               const char *directory);\n"
9122 "\n"
9123 msgstr ""
9124
9125 #. type: textblock
9126 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1167
9127 msgid ""
9128 "This command lists out all files and directories, recursively, starting at "
9129 "C<directory>.  It is essentially equivalent to running the shell command "
9130 "C<find directory -print> but some post-processing happens on the output, "
9131 "described below."
9132 msgstr ""
9133
9134 #. type: textblock
9135 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1172
9136 msgid ""
9137 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9138 "structure was:"
9139 msgstr ""
9140
9141 #. type: verbatim
9142 #: ../src/guestfs-actions.pod:1743 ../fish/guestfish-actions.pod:1175
9143 #, no-wrap
9144 msgid ""
9145 " /tmp/a\n"
9146 " /tmp/b\n"
9147 " /tmp/c/d\n"
9148 "\n"
9149 msgstr ""
9150
9151 #. type: textblock
9152 #: ../src/guestfs-actions.pod:1747
9153 msgid ""
9154 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9155 msgstr ""
9156
9157 #. type: verbatim
9158 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1182
9159 #, no-wrap
9160 msgid ""
9161 " a\n"
9162 " b\n"
9163 " c\n"
9164 " c/d\n"
9165 "\n"
9166 msgstr ""
9167
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1187
9170 msgid "If C<directory> is not a directory, then this command returns an error."
9171 msgstr ""
9172
9173 #. type: textblock
9174 #: ../src/guestfs-actions.pod:1758 ../fish/guestfish-actions.pod:1190
9175 msgid "The returned list is sorted."
9176 msgstr ""
9177
9178 #. type: textblock
9179 #: ../src/guestfs-actions.pod:1760
9180 msgid "See also C<guestfs_find0>."
9181 msgstr ""
9182
9183 #. type: textblock
9184 #: ../src/guestfs-actions.pod:1769 ../src/guestfs-actions.pod:4206
9185 #: ../src/guestfs-actions.pod:5818
9186 msgid "(Added in 1.0.27)"
9187 msgstr ""
9188
9189 #. type: =head2
9190 #: ../src/guestfs-actions.pod:1771
9191 msgid "guestfs_find0"
9192 msgstr ""
9193
9194 #. type: verbatim
9195 #: ../src/guestfs-actions.pod:1773
9196 #, no-wrap
9197 msgid ""
9198 " int\n"
9199 " guestfs_find0 (guestfs_h *g,\n"
9200 "                const char *directory,\n"
9201 "                const char *files);\n"
9202 "\n"
9203 msgstr ""
9204
9205 #. type: textblock
9206 #: ../src/guestfs-actions.pod:1778 ../fish/guestfish-actions.pod:1201
9207 msgid ""
9208 "This command lists out all files and directories, recursively, starting at "
9209 "C<directory>, placing the resulting list in the external file called "
9210 "C<files>."
9211 msgstr ""
9212
9213 #. type: textblock
9214 #: ../src/guestfs-actions.pod:1782
9215 msgid ""
9216 "This command works the same way as C<guestfs_find> with the following "
9217 "exceptions:"
9218 msgstr ""
9219
9220 #. type: textblock
9221 #: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1212
9222 msgid "The resulting list is written to an external file."
9223 msgstr ""
9224
9225 #. type: textblock
9226 #: ../src/guestfs-actions.pod:1793 ../fish/guestfish-actions.pod:1216
9227 msgid ""
9228 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9229 "L<find(1)> option I<-print0>."
9230 msgstr ""
9231
9232 #. type: textblock
9233 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1221
9234 msgid "This command is not limited in the number of names that it can return."
9235 msgstr ""
9236
9237 #. type: textblock
9238 #: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1226
9239 msgid "The result list is not sorted."
9240 msgstr ""
9241
9242 #. type: textblock
9243 #: ../src/guestfs-actions.pod:1809
9244 msgid "(Added in 1.0.74)"
9245 msgstr ""
9246
9247 #. type: =head2
9248 #: ../src/guestfs-actions.pod:1811
9249 msgid "guestfs_findfs_label"
9250 msgstr ""
9251
9252 #. type: verbatim
9253 #: ../src/guestfs-actions.pod:1813
9254 #, no-wrap
9255 msgid ""
9256 " char *\n"
9257 " guestfs_findfs_label (guestfs_h *g,\n"
9258 "                       const char *label);\n"
9259 "\n"
9260 msgstr ""
9261
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:1817 ../fish/guestfish-actions.pod:1236
9264 msgid ""
9265 "This command searches the filesystems and returns the one which has the "
9266 "given label.  An error is returned if no such filesystem can be found."
9267 msgstr ""
9268
9269 #. type: textblock
9270 #: ../src/guestfs-actions.pod:1821
9271 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9272 msgstr ""
9273
9274 #. type: =head2
9275 #: ../src/guestfs-actions.pod:1828
9276 msgid "guestfs_findfs_uuid"
9277 msgstr ""
9278
9279 #. type: verbatim
9280 #: ../src/guestfs-actions.pod:1830
9281 #, no-wrap
9282 msgid ""
9283 " char *\n"
9284 " guestfs_findfs_uuid (guestfs_h *g,\n"
9285 "                      const char *uuid);\n"
9286 "\n"
9287 msgstr ""
9288
9289 #. type: textblock
9290 #: ../src/guestfs-actions.pod:1834 ../fish/guestfish-actions.pod:1246
9291 msgid ""
9292 "This command searches the filesystems and returns the one which has the "
9293 "given UUID.  An error is returned if no such filesystem can be found."
9294 msgstr ""
9295
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:1838
9298 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9299 msgstr ""
9300
9301 #. type: =head2
9302 #: ../src/guestfs-actions.pod:1845
9303 msgid "guestfs_fsck"
9304 msgstr ""
9305
9306 #. type: verbatim
9307 #: ../src/guestfs-actions.pod:1847
9308 #, no-wrap
9309 msgid ""
9310 " int\n"
9311 " guestfs_fsck (guestfs_h *g,\n"
9312 "               const char *fstype,\n"
9313 "               const char *device);\n"
9314 "\n"
9315 msgstr ""
9316
9317 #. type: textblock
9318 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1256
9319 msgid ""
9320 "This runs the filesystem checker (fsck) on C<device> which should have "
9321 "filesystem type C<fstype>."
9322 msgstr ""
9323
9324 #. type: textblock
9325 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:1259
9326 msgid ""
9327 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9328 "codes from C<fsck>."
9329 msgstr ""
9330
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1268
9333 msgid "Multiple status codes can be summed together."
9334 msgstr ""
9335
9336 #. type: textblock
9337 #: ../src/guestfs-actions.pod:1868 ../fish/guestfish-actions.pod:1272
9338 msgid ""
9339 "A non-zero return code can mean \"success\", for example if errors have been "
9340 "corrected on the filesystem."
9341 msgstr ""
9342
9343 #. type: textblock
9344 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1277
9345 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9346 msgstr ""
9347
9348 #. type: textblock
9349 #: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1282
9350 msgid ""
9351 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9352 msgstr ""
9353
9354 #. type: textblock
9355 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:7554
9356 msgid "(Added in 1.0.16)"
9357 msgstr ""
9358
9359 #. type: =head2
9360 #: ../src/guestfs-actions.pod:1884
9361 msgid "guestfs_get_append"
9362 msgstr ""
9363
9364 #. type: verbatim
9365 #: ../src/guestfs-actions.pod:1886
9366 #, no-wrap
9367 msgid ""
9368 " const char *\n"
9369 " guestfs_get_append (guestfs_h *g);\n"
9370 "\n"
9371 msgstr ""
9372
9373 #. type: textblock
9374 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
9375 msgid ""
9376 "Return the additional kernel options which are added to the guest kernel "
9377 "command line."
9378 msgstr ""
9379
9380 #. type: textblock
9381 #: ../src/guestfs-actions.pod:1892 ../fish/guestfish-actions.pod:1291
9382 msgid "If C<NULL> then no options are added."
9383 msgstr ""
9384
9385 #. type: textblock
9386 #: ../src/guestfs-actions.pod:1894
9387 msgid ""
9388 "This function returns a string which may be NULL.  There is no way to return "
9389 "an error from this function.  The string is owned by the guest handle and "
9390 "must I<not> be freed."
9391 msgstr ""
9392
9393 #. type: textblock
9394 #: ../src/guestfs-actions.pod:1898 ../src/guestfs-actions.pod:5496
9395 #: ../src/guestfs-actions.pod:5978 ../src/guestfs-actions.pod:6401
9396 #: ../src/guestfs-actions.pod:6420 ../src/guestfs-actions.pod:6436
9397 #: ../src/guestfs-actions.pod:6460 ../src/guestfs-actions.pod:7217
9398 #: ../src/guestfs-actions.pod:7235 ../src/guestfs-actions.pod:7597
9399 msgid "(Added in 1.0.26)"
9400 msgstr ""
9401
9402 #. type: =head2
9403 #: ../src/guestfs-actions.pod:1900
9404 msgid "guestfs_get_attach_method"
9405 msgstr ""
9406
9407 #. type: verbatim
9408 #: ../src/guestfs-actions.pod:1902
9409 #, no-wrap
9410 msgid ""
9411 " char *\n"
9412 " guestfs_get_attach_method (guestfs_h *g);\n"
9413 "\n"
9414 msgstr ""
9415
9416 #. type: textblock
9417 #: ../src/guestfs-actions.pod:1905
9418 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9419 msgstr ""
9420
9421 #. type: textblock
9422 #: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:6008
9423 msgid "(Added in 1.9.8)"
9424 msgstr ""
9425
9426 #. type: =head2
9427 #: ../src/guestfs-actions.pod:1912
9428 msgid "guestfs_get_autosync"
9429 msgstr ""
9430
9431 #. type: verbatim
9432 #: ../src/guestfs-actions.pod:1914
9433 #, no-wrap
9434 msgid ""
9435 " int\n"
9436 " guestfs_get_autosync (guestfs_h *g);\n"
9437 "\n"
9438 msgstr ""
9439
9440 #. type: textblock
9441 #: ../src/guestfs-actions.pod:1917 ../fish/guestfish-actions.pod:1303
9442 msgid "Get the autosync flag."
9443 msgstr ""
9444
9445 #. type: =head2
9446 #: ../src/guestfs-actions.pod:1923
9447 msgid "guestfs_get_direct"
9448 msgstr ""
9449
9450 #. type: verbatim
9451 #: ../src/guestfs-actions.pod:1925
9452 #, no-wrap
9453 msgid ""
9454 " int\n"
9455 " guestfs_get_direct (guestfs_h *g);\n"
9456 "\n"
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:1928 ../fish/guestfish-actions.pod:1309
9461 msgid "Return the direct appliance mode flag."
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:1932 ../src/guestfs-actions.pod:6049
9466 msgid "(Added in 1.0.72)"
9467 msgstr ""
9468
9469 #. type: =head2
9470 #: ../src/guestfs-actions.pod:1934
9471 msgid "guestfs_get_e2label"
9472 msgstr ""
9473
9474 #. type: verbatim
9475 #: ../src/guestfs-actions.pod:1936
9476 #, no-wrap
9477 msgid ""
9478 " char *\n"
9479 " guestfs_get_e2label (guestfs_h *g,\n"
9480 "                      const char *device);\n"
9481 "\n"
9482 msgstr ""
9483
9484 #. type: textblock
9485 #: ../src/guestfs-actions.pod:1940 ../fish/guestfish-actions.pod:1315
9486 msgid ""
9487 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1946 ../fish/guestfish-actions.pod:1318
9492 msgid ""
9493 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9494 msgstr ""
9495
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:1953 ../src/guestfs-actions.pod:1974
9498 #: ../src/guestfs-actions.pod:6067 ../src/guestfs-actions.pod:6086
9499 msgid "(Added in 1.0.15)"
9500 msgstr ""
9501
9502 #. type: =head2
9503 #: ../src/guestfs-actions.pod:1955
9504 msgid "guestfs_get_e2uuid"
9505 msgstr ""
9506
9507 #. type: verbatim
9508 #: ../src/guestfs-actions.pod:1957
9509 #, no-wrap
9510 msgid ""
9511 " char *\n"
9512 " guestfs_get_e2uuid (guestfs_h *g,\n"
9513 "                     const char *device);\n"
9514 "\n"
9515 msgstr ""
9516
9517 #. type: textblock
9518 #: ../src/guestfs-actions.pod:1961 ../fish/guestfish-actions.pod:1329
9519 msgid ""
9520 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9521 msgstr ""
9522
9523 #. type: textblock
9524 #: ../src/guestfs-actions.pod:1967 ../fish/guestfish-actions.pod:1332
9525 msgid ""
9526 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9527 msgstr ""
9528
9529 #. type: =head2
9530 #: ../src/guestfs-actions.pod:1976
9531 msgid "guestfs_get_memsize"
9532 msgstr ""
9533
9534 #. type: verbatim
9535 #: ../src/guestfs-actions.pod:1978
9536 #, no-wrap
9537 msgid ""
9538 " int\n"
9539 " guestfs_get_memsize (guestfs_h *g);\n"
9540 "\n"
9541 msgstr ""
9542
9543 #. type: textblock
9544 #: ../src/guestfs-actions.pod:1981 ../fish/guestfish-actions.pod:1343
9545 msgid ""
9546 "This gets the memory size in megabytes allocated to the qemu subprocess."
9547 msgstr ""
9548
9549 #. type: textblock
9550 #: ../src/guestfs-actions.pod:1984
9551 msgid ""
9552 "If C<guestfs_set_memsize> was not called on this handle, and if "
9553 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9554 "value for memsize."
9555 msgstr ""
9556
9557 #. type: textblock
9558 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2069
9559 #: ../src/guestfs-actions.pod:6102 ../src/guestfs-actions.pod:6209
9560 #: ../fish/guestfish-actions.pod:1350 ../fish/guestfish-actions.pod:1401
9561 #: ../fish/guestfish-actions.pod:4053 ../fish/guestfish-actions.pod:4140
9562 msgid ""
9563 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9564 msgstr ""
9565
9566 #. type: textblock
9567 #: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:4497
9568 #: ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:4725
9569 #: ../src/guestfs-actions.pod:4744 ../src/guestfs-actions.pod:4756
9570 #: ../src/guestfs-actions.pod:4773 ../src/guestfs-actions.pod:4786
9571 #: ../src/guestfs-actions.pod:5721 ../src/guestfs-actions.pod:6107
9572 #: ../src/guestfs-actions.pod:6368 ../src/guestfs-actions.pod:6983
9573 msgid "(Added in 1.0.55)"
9574 msgstr ""
9575
9576 #. type: =head2
9577 #: ../src/guestfs-actions.pod:1995
9578 msgid "guestfs_get_network"
9579 msgstr ""
9580
9581 #. type: verbatim
9582 #: ../src/guestfs-actions.pod:1997
9583 #, no-wrap
9584 msgid ""
9585 " int\n"
9586 " guestfs_get_network (guestfs_h *g);\n"
9587 "\n"
9588 msgstr ""
9589
9590 #. type: textblock
9591 #: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1357
9592 msgid "This returns the enable network flag."
9593 msgstr ""
9594
9595 #. type: textblock
9596 #: ../src/guestfs-actions.pod:2004 ../src/guestfs-actions.pod:6126
9597 msgid "(Added in 1.5.4)"
9598 msgstr ""
9599
9600 #. type: =head2
9601 #: ../src/guestfs-actions.pod:2006
9602 msgid "guestfs_get_path"
9603 msgstr ""
9604
9605 #. type: verbatim
9606 #: ../src/guestfs-actions.pod:2008
9607 #, no-wrap
9608 msgid ""
9609 " const char *\n"
9610 " guestfs_get_path (guestfs_h *g);\n"
9611 "\n"
9612 msgstr ""
9613
9614 #. type: textblock
9615 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1363
9616 msgid "Return the current search path."
9617 msgstr ""
9618
9619 #. type: textblock
9620 #: ../src/guestfs-actions.pod:2013 ../fish/guestfish-actions.pod:1365
9621 msgid ""
9622 "This is always non-NULL.  If it wasn't set already, then this will return "
9623 "the default path."
9624 msgstr ""
9625
9626 #. type: textblock
9627 #: ../src/guestfs-actions.pod:2016 ../src/guestfs-actions.pod:2045
9628 msgid ""
9629 "This function returns a string, or NULL on error.  The string is owned by "
9630 "the guest handle and must I<not> be freed."
9631 msgstr ""
9632
9633 #. type: =head2
9634 #: ../src/guestfs-actions.pod:2021
9635 msgid "guestfs_get_pid"
9636 msgstr ""
9637
9638 #. type: verbatim
9639 #: ../src/guestfs-actions.pod:2023
9640 #, no-wrap
9641 msgid ""
9642 " int\n"
9643 " guestfs_get_pid (guestfs_h *g);\n"
9644 "\n"
9645 msgstr ""
9646
9647 #. type: textblock
9648 #: ../src/guestfs-actions.pod:2026 ../fish/guestfish-actions.pod:1374
9649 msgid ""
9650 "Return the process ID of the qemu subprocess.  If there is no qemu "
9651 "subprocess, then this will return an error."
9652 msgstr ""
9653
9654 #. type: textblock
9655 #: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1377
9656 msgid "This is an internal call used for debugging and testing."
9657 msgstr ""
9658
9659 #. type: textblock
9660 #: ../src/guestfs-actions.pod:2033
9661 msgid "(Added in 1.0.56)"
9662 msgstr ""
9663
9664 #. type: =head2
9665 #: ../src/guestfs-actions.pod:2035
9666 msgid "guestfs_get_qemu"
9667 msgstr ""
9668
9669 #. type: verbatim
9670 #: ../src/guestfs-actions.pod:2037
9671 #, no-wrap
9672 msgid ""
9673 " const char *\n"
9674 " guestfs_get_qemu (guestfs_h *g);\n"
9675 "\n"
9676 msgstr ""
9677
9678 #. type: textblock
9679 #: ../src/guestfs-actions.pod:2040 ../fish/guestfish-actions.pod:1383
9680 msgid "Return the current qemu binary."
9681 msgstr ""
9682
9683 #. type: textblock
9684 #: ../src/guestfs-actions.pod:2042 ../fish/guestfish-actions.pod:1385
9685 msgid ""
9686 "This is always non-NULL.  If it wasn't set already, then this will return "
9687 "the default qemu binary name."
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:6171
9692 msgid "(Added in 1.0.6)"
9693 msgstr ""
9694
9695 #. type: =head2
9696 #: ../src/guestfs-actions.pod:2050
9697 msgid "guestfs_get_recovery_proc"
9698 msgstr ""
9699
9700 #. type: verbatim
9701 #: ../src/guestfs-actions.pod:2052
9702 #, no-wrap
9703 msgid ""
9704 " int\n"
9705 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9706 "\n"
9707 msgstr ""
9708
9709 #. type: textblock
9710 #: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1392
9711 msgid "Return the recovery process enabled flag."
9712 msgstr ""
9713
9714 #. type: textblock
9715 #: ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:3593
9716 #: ../src/guestfs-actions.pod:3904 ../src/guestfs-actions.pod:4304
9717 #: ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:5426
9718 #: ../src/guestfs-actions.pod:5769 ../src/guestfs-actions.pod:6195
9719 #: ../src/guestfs-actions.pod:6886 ../src/guestfs-actions.pod:6906
9720 #: ../src/guestfs-actions.pod:7098
9721 msgid "(Added in 1.0.77)"
9722 msgstr ""
9723
9724 #. type: =head2
9725 #: ../src/guestfs-actions.pod:2061
9726 msgid "guestfs_get_selinux"
9727 msgstr ""
9728
9729 #. type: verbatim
9730 #: ../src/guestfs-actions.pod:2063
9731 #, no-wrap
9732 msgid ""
9733 " int\n"
9734 " guestfs_get_selinux (guestfs_h *g);\n"
9735 "\n"
9736 msgstr ""
9737
9738 #. type: textblock
9739 #: ../src/guestfs-actions.pod:2066
9740 msgid ""
9741 "This returns the current setting of the selinux flag which is passed to the "
9742 "appliance at boot time.  See C<guestfs_set_selinux>."
9743 msgstr ""
9744
9745 #. type: textblock
9746 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:2137
9747 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6272
9748 msgid "(Added in 1.0.67)"
9749 msgstr ""
9750
9751 #. type: =head2
9752 #: ../src/guestfs-actions.pod:2076
9753 msgid "guestfs_get_state"
9754 msgstr ""
9755
9756 #. type: verbatim
9757 #: ../src/guestfs-actions.pod:2078
9758 #, no-wrap
9759 msgid ""
9760 " int\n"
9761 " guestfs_get_state (guestfs_h *g);\n"
9762 "\n"
9763 msgstr ""
9764
9765 #. type: textblock
9766 #: ../src/guestfs-actions.pod:2081 ../fish/guestfish-actions.pod:1408
9767 msgid ""
9768 "This returns the current state as an opaque integer.  This is only useful "
9769 "for printing debug and internal error messages."
9770 msgstr ""
9771
9772 #. type: textblock
9773 #: ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:3364
9774 #: ../src/guestfs-actions.pod:3393 ../src/guestfs-actions.pod:3454
9775 #: ../src/guestfs-actions.pod:3481 ../fish/guestfish-actions.pod:1411
9776 #: ../fish/guestfish-actions.pod:2331 ../fish/guestfish-actions.pod:2349
9777 #: ../fish/guestfish-actions.pod:2387 ../fish/guestfish-actions.pod:2403
9778 msgid "For more information on states, see L<guestfs(3)>."
9779 msgstr ""
9780
9781 #. type: =head2
9782 #: ../src/guestfs-actions.pod:2090
9783 msgid "guestfs_get_trace"
9784 msgstr ""
9785
9786 #. type: verbatim
9787 #: ../src/guestfs-actions.pod:2092
9788 #, no-wrap
9789 msgid ""
9790 " int\n"
9791 " guestfs_get_trace (guestfs_h *g);\n"
9792 "\n"
9793 msgstr ""
9794
9795 #. type: textblock
9796 #: ../src/guestfs-actions.pod:2095 ../fish/guestfish-actions.pod:1417
9797 msgid "Return the command trace flag."
9798 msgstr ""
9799
9800 #. type: =head2
9801 #: ../src/guestfs-actions.pod:2101
9802 msgid "guestfs_get_umask"
9803 msgstr ""
9804
9805 #. type: verbatim
9806 #: ../src/guestfs-actions.pod:2103
9807 #, no-wrap
9808 msgid ""
9809 " int\n"
9810 " guestfs_get_umask (guestfs_h *g);\n"
9811 "\n"
9812 msgstr ""
9813
9814 #. type: textblock
9815 #: ../src/guestfs-actions.pod:2106
9816 msgid ""
9817 "Return the current umask.  By default the umask is C<022> unless it has been "
9818 "set by calling C<guestfs_umask>."
9819 msgstr ""
9820
9821 #. type: =head2
9822 #: ../src/guestfs-actions.pod:2113
9823 msgid "guestfs_get_verbose"
9824 msgstr ""
9825
9826 #. type: verbatim
9827 #: ../src/guestfs-actions.pod:2115
9828 #, no-wrap
9829 msgid ""
9830 " int\n"
9831 " guestfs_get_verbose (guestfs_h *g);\n"
9832 "\n"
9833 msgstr ""
9834
9835 #. type: textblock
9836 #: ../src/guestfs-actions.pod:2118 ../fish/guestfish-actions.pod:1430
9837 msgid "This returns the verbose messages flag."
9838 msgstr ""
9839
9840 #. type: =head2
9841 #: ../src/guestfs-actions.pod:2124
9842 msgid "guestfs_getcon"
9843 msgstr ""
9844
9845 #. type: verbatim
9846 #: ../src/guestfs-actions.pod:2126
9847 #, no-wrap
9848 msgid ""
9849 " char *\n"
9850 " guestfs_getcon (guestfs_h *g);\n"
9851 "\n"
9852 msgstr ""
9853
9854 #. type: textblock
9855 #: ../src/guestfs-actions.pod:2129 ../fish/guestfish-actions.pod:1436
9856 msgid "This gets the SELinux security context of the daemon."
9857 msgstr ""
9858
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:2131
9861 msgid ""
9862 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9863 msgstr ""
9864
9865 #. type: =head2
9866 #: ../src/guestfs-actions.pod:2139
9867 msgid "guestfs_getxattr"
9868 msgstr ""
9869
9870 #. type: verbatim
9871 #: ../src/guestfs-actions.pod:2141
9872 #, no-wrap
9873 msgid ""
9874 " char *\n"
9875 " guestfs_getxattr (guestfs_h *g,\n"
9876 "                   const char *path,\n"
9877 "                   const char *name,\n"
9878 "                   size_t *size_r);\n"
9879 "\n"
9880 msgstr ""
9881
9882 #. type: textblock
9883 #: ../src/guestfs-actions.pod:2147
9884 msgid ""
9885 "Get a single extended attribute from file C<path> named C<name>.  This call "
9886 "follows symlinks.  If you want to lookup an extended attribute for the "
9887 "symlink itself, use C<guestfs_lgetxattr>."
9888 msgstr ""
9889
9890 #. type: textblock
9891 #: ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:3607
9892 msgid ""
9893 "Normally it is better to get all extended attributes from a file in one go "
9894 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9895 "implementations are buggy and do not provide a way to list out attributes.  "
9896 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9897 "extended attributes you want in advance and call this function."
9898 msgstr ""
9899
9900 #. type: textblock
9901 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:3614
9902 #: ../fish/guestfish-actions.pod:1456 ../fish/guestfish-actions.pod:2483
9903 msgid ""
9904 "Extended attribute values are blobs of binary data.  If there is no extended "
9905 "attribute named C<name>, this returns an error."
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2161
9910 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9911 msgstr ""
9912
9913 #. type: textblock
9914 #: ../src/guestfs-actions.pod:2163 ../src/guestfs-actions.pod:2354
9915 #: ../src/guestfs-actions.pod:2824 ../src/guestfs-actions.pod:3619
9916 #: ../src/guestfs-actions.pod:5419 ../src/guestfs-actions.pod:5445
9917 #: ../src/guestfs-actions.pod:5626
9918 msgid ""
9919 "This function returns a buffer, or NULL on error.  The size of the returned "
9920 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9921 "after use>."
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2167 ../src/guestfs-actions.pod:3623
9926 msgid "(Added in 1.7.24)"
9927 msgstr ""
9928
9929 #. type: =head2
9930 #: ../src/guestfs-actions.pod:2169
9931 msgid "guestfs_getxattrs"
9932 msgstr ""
9933
9934 #. type: verbatim
9935 #: ../src/guestfs-actions.pod:2171
9936 #, no-wrap
9937 msgid ""
9938 " struct guestfs_xattr_list *\n"
9939 " guestfs_getxattrs (guestfs_h *g,\n"
9940 "                    const char *path);\n"
9941 "\n"
9942 msgstr ""
9943
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2175 ../fish/guestfish-actions.pod:1465
9946 msgid ""
9947 "This call lists the extended attributes of the file or directory C<path>."
9948 msgstr ""
9949
9950 #. type: textblock
9951 #: ../src/guestfs-actions.pod:2178 ../fish/guestfish-actions.pod:1468
9952 msgid ""
9953 "At the system call level, this is a combination of the L<listxattr(2)> and "
9954 "L<getxattr(2)> calls."
9955 msgstr ""
9956
9957 #. type: textblock
9958 #: ../src/guestfs-actions.pod:2181
9959 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9960 msgstr ""
9961
9962 #. type: textblock
9963 #: ../src/guestfs-actions.pod:2183 ../src/guestfs-actions.pod:3635
9964 #: ../src/guestfs-actions.pod:4300
9965 msgid ""
9966 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9967 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9968 msgstr ""
9969
9970 #. type: textblock
9971 #: ../src/guestfs-actions.pod:2187 ../src/guestfs-actions.pod:3639
9972 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3854
9973 #: ../src/guestfs-actions.pod:5799 ../src/guestfs-actions.pod:6291
9974 #: ../src/guestfs-actions.pod:7662
9975 msgid "(Added in 1.0.59)"
9976 msgstr ""
9977
9978 #. type: =head2
9979 #: ../src/guestfs-actions.pod:2189
9980 msgid "guestfs_glob_expand"
9981 msgstr ""
9982
9983 #. type: verbatim
9984 #: ../src/guestfs-actions.pod:2191
9985 #, no-wrap
9986 msgid ""
9987 " char **\n"
9988 " guestfs_glob_expand (guestfs_h *g,\n"
9989 "                      const char *pattern);\n"
9990 "\n"
9991 msgstr ""
9992
9993 #. type: textblock
9994 #: ../src/guestfs-actions.pod:2195 ../fish/guestfish-actions.pod:1477
9995 msgid ""
9996 "This command searches for all the pathnames matching C<pattern> according to "
9997 "the wildcard expansion rules used by the shell."
9998 msgstr ""
9999
10000 #. type: textblock
10001 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1481
10002 msgid ""
10003 "If no paths match, then this returns an empty list (note: not an error)."
10004 msgstr ""
10005
10006 #. type: textblock
10007 #: ../src/guestfs-actions.pod:2202 ../fish/guestfish-actions.pod:1484
10008 msgid ""
10009 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10010 "GLOB_BRACE>.  See that manual page for more details."
10011 msgstr ""
10012
10013 #. type: textblock
10014 #: ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:6484
10015 #: ../src/guestfs-actions.pod:6501
10016 msgid "(Added in 1.0.50)"
10017 msgstr ""
10018
10019 #. type: =head2
10020 #: ../src/guestfs-actions.pod:2212
10021 msgid "guestfs_grep"
10022 msgstr ""
10023
10024 #. type: verbatim
10025 #: ../src/guestfs-actions.pod:2214
10026 #, no-wrap
10027 msgid ""
10028 " char **\n"
10029 " guestfs_grep (guestfs_h *g,\n"
10030 "               const char *regex,\n"
10031 "               const char *path);\n"
10032 "\n"
10033 msgstr ""
10034
10035 #. type: textblock
10036 #: ../src/guestfs-actions.pod:2219 ../fish/guestfish-actions.pod:1492
10037 msgid "This calls the external C<grep> program and returns the matching lines."
10038 msgstr ""
10039
10040 #. type: =head2
10041 #: ../src/guestfs-actions.pod:2231
10042 msgid "guestfs_grepi"
10043 msgstr ""
10044
10045 #. type: verbatim
10046 #: ../src/guestfs-actions.pod:2233
10047 #, no-wrap
10048 msgid ""
10049 " char **\n"
10050 " guestfs_grepi (guestfs_h *g,\n"
10051 "                const char *regex,\n"
10052 "                const char *path);\n"
10053 "\n"
10054 msgstr ""
10055
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1502
10058 msgid ""
10059 "This calls the external C<grep -i> program and returns the matching lines."
10060 msgstr ""
10061
10062 #. type: =head2
10063 #: ../src/guestfs-actions.pod:2250
10064 msgid "guestfs_grub_install"
10065 msgstr ""
10066
10067 #. type: verbatim
10068 #: ../src/guestfs-actions.pod:2252
10069 #, no-wrap
10070 msgid ""
10071 " int\n"
10072 " guestfs_grub_install (guestfs_h *g,\n"
10073 "                       const char *root,\n"
10074 "                       const char *device);\n"
10075 "\n"
10076 msgstr ""
10077
10078 #. type: textblock
10079 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1512
10080 msgid ""
10081 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10082 "the root directory being C<root>."
10083 msgstr ""
10084
10085 #. type: textblock
10086 #: ../src/guestfs-actions.pod:2260 ../fish/guestfish-actions.pod:1515
10087 msgid ""
10088 "Note: If grub-install reports the error \"No suitable drive was found in the "
10089 "generated device map.\" it may be that you need to create a C</boot/grub/"
10090 "device.map> file first that contains the mapping between grub device names "
10091 "and Linux device names.  It is usually sufficient to create a file "
10092 "containing:"
10093 msgstr ""
10094
10095 #. type: verbatim
10096 #: ../src/guestfs-actions.pod:2267 ../fish/guestfish-actions.pod:1522
10097 #, no-wrap
10098 msgid ""
10099 " (hd0) /dev/vda\n"
10100 "\n"
10101 msgstr ""
10102
10103 #. type: textblock
10104 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1524
10105 msgid "replacing C</dev/vda> with the name of the installation device."
10106 msgstr ""
10107
10108 #. type: textblock
10109 #: ../src/guestfs-actions.pod:2273
10110 msgid "(Added in 1.0.17)"
10111 msgstr ""
10112
10113 #. type: =head2
10114 #: ../src/guestfs-actions.pod:2275
10115 msgid "guestfs_head"
10116 msgstr ""
10117
10118 #. type: verbatim
10119 #: ../src/guestfs-actions.pod:2277
10120 #, no-wrap
10121 msgid ""
10122 " char **\n"
10123 " guestfs_head (guestfs_h *g,\n"
10124 "               const char *path);\n"
10125 "\n"
10126 msgstr ""
10127
10128 #. type: textblock
10129 #: ../src/guestfs-actions.pod:2281 ../fish/guestfish-actions.pod:1530
10130 msgid ""
10131 "This command returns up to the first 10 lines of a file as a list of strings."
10132 msgstr ""
10133
10134 #. type: =head2
10135 #: ../src/guestfs-actions.pod:2293
10136 msgid "guestfs_head_n"
10137 msgstr ""
10138
10139 #. type: verbatim
10140 #: ../src/guestfs-actions.pod:2295
10141 #, no-wrap
10142 msgid ""
10143 " char **\n"
10144 " guestfs_head_n (guestfs_h *g,\n"
10145 "                 int nrlines,\n"
10146 "                 const char *path);\n"
10147 "\n"
10148 msgstr ""
10149
10150 #. type: textblock
10151 #: ../src/guestfs-actions.pod:2300 ../fish/guestfish-actions.pod:1540
10152 msgid ""
10153 "If the parameter C<nrlines> is a positive number, this returns the first "
10154 "C<nrlines> lines of the file C<path>."
10155 msgstr ""
10156
10157 #. type: textblock
10158 #: ../src/guestfs-actions.pod:2303 ../fish/guestfish-actions.pod:1543
10159 msgid ""
10160 "If the parameter C<nrlines> is a negative number, this returns lines from "
10161 "the file C<path>, excluding the last C<nrlines> lines."
10162 msgstr ""
10163
10164 #. type: textblock
10165 #: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:6781
10166 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:4518
10167 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10168 msgstr ""
10169
10170 #. type: =head2
10171 #: ../src/guestfs-actions.pod:2317
10172 msgid "guestfs_hexdump"
10173 msgstr ""
10174
10175 #. type: verbatim
10176 #: ../src/guestfs-actions.pod:2319
10177 #, no-wrap
10178 msgid ""
10179 " char *\n"
10180 " guestfs_hexdump (guestfs_h *g,\n"
10181 "                  const char *path);\n"
10182 "\n"
10183 msgstr ""
10184
10185 #. type: textblock
10186 #: ../src/guestfs-actions.pod:2323 ../fish/guestfish-actions.pod:1555
10187 msgid ""
10188 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10189 "readable, canonical hex dump of the file."
10190 msgstr ""
10191
10192 #. type: textblock
10193 #: ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:6565
10194 #: ../src/guestfs-actions.pod:6620
10195 msgid "(Added in 1.0.22)"
10196 msgstr ""
10197
10198 #. type: =head2
10199 #: ../src/guestfs-actions.pod:2334
10200 msgid "guestfs_initrd_cat"
10201 msgstr ""
10202
10203 #. type: verbatim
10204 #: ../src/guestfs-actions.pod:2336
10205 #, no-wrap
10206 msgid ""
10207 " char *\n"
10208 " guestfs_initrd_cat (guestfs_h *g,\n"
10209 "                     const char *initrdpath,\n"
10210 "                     const char *filename,\n"
10211 "                     size_t *size_r);\n"
10212 "\n"
10213 msgstr ""
10214
10215 #. type: textblock
10216 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1565
10217 msgid ""
10218 "This command unpacks the file C<filename> from the initrd file called "
10219 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10220 "character."
10221 msgstr ""
10222
10223 #. type: textblock
10224 #: ../src/guestfs-actions.pod:2346 ../fish/guestfish-actions.pod:1569
10225 msgid ""
10226 "For example, in guestfish you could use the following command to examine the "
10227 "boot script (usually called C</init>)  contained in a Linux initrd or "
10228 "initramfs image:"
10229 msgstr ""
10230
10231 #. type: verbatim
10232 #: ../src/guestfs-actions.pod:2350 ../fish/guestfish-actions.pod:1573
10233 #, no-wrap
10234 msgid ""
10235 " initrd-cat /boot/initrd-<version>.img init\n"
10236 "\n"
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../src/guestfs-actions.pod:2352
10241 msgid "See also C<guestfs_initrd_list>."
10242 msgstr ""
10243
10244 #. type: =head2
10245 #: ../src/guestfs-actions.pod:2363
10246 msgid "guestfs_initrd_list"
10247 msgstr ""
10248
10249 #. type: verbatim
10250 #: ../src/guestfs-actions.pod:2365
10251 #, no-wrap
10252 msgid ""
10253 " char **\n"
10254 " guestfs_initrd_list (guestfs_h *g,\n"
10255 "                      const char *path);\n"
10256 "\n"
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:2369 ../fish/guestfish-actions.pod:1584
10261 msgid "This command lists out files contained in an initrd."
10262 msgstr ""
10263
10264 #. type: textblock
10265 #: ../src/guestfs-actions.pod:2371 ../fish/guestfish-actions.pod:1586
10266 msgid ""
10267 "The files are listed without any initial C</> character.  The files are "
10268 "listed in the order they appear (not necessarily alphabetical).  Directory "
10269 "names are listed as separate items."
10270 msgstr ""
10271
10272 #. type: textblock
10273 #: ../src/guestfs-actions.pod:2375 ../fish/guestfish-actions.pod:1590
10274 msgid ""
10275 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10276 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10277 "files)."
10278 msgstr ""
10279
10280 #. type: =head2
10281 #: ../src/guestfs-actions.pod:2385
10282 msgid "guestfs_inotify_add_watch"
10283 msgstr ""
10284
10285 #. type: verbatim
10286 #: ../src/guestfs-actions.pod:2387
10287 #, no-wrap
10288 msgid ""
10289 " int64_t\n"
10290 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10291 "                            const char *path,\n"
10292 "                            int mask);\n"
10293 "\n"
10294 msgstr ""
10295
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:2392 ../fish/guestfish-actions.pod:1598
10298 msgid "Watch C<path> for the events listed in C<mask>."
10299 msgstr ""
10300
10301 #. type: textblock
10302 #: ../src/guestfs-actions.pod:2394 ../fish/guestfish-actions.pod:1600
10303 msgid ""
10304 "Note that if C<path> is a directory then events within that directory are "
10305 "watched, but this does I<not> happen recursively (in subdirectories)."
10306 msgstr ""
10307
10308 #. type: textblock
10309 #: ../src/guestfs-actions.pod:2398 ../fish/guestfish-actions.pod:1604
10310 msgid ""
10311 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10312 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10313 msgstr ""
10314
10315 #. type: =head2
10316 #: ../src/guestfs-actions.pod:2406
10317 msgid "guestfs_inotify_close"
10318 msgstr ""
10319
10320 #. type: verbatim
10321 #: ../src/guestfs-actions.pod:2408
10322 #, no-wrap
10323 msgid ""
10324 " int\n"
10325 " guestfs_inotify_close (guestfs_h *g);\n"
10326 "\n"
10327 msgstr ""
10328
10329 #. type: textblock
10330 #: ../src/guestfs-actions.pod:2411 ../fish/guestfish-actions.pod:1612
10331 msgid ""
10332 "This closes the inotify handle which was previously opened by inotify_init.  "
10333 "It removes all watches, throws away any pending events, and deallocates all "
10334 "resources."
10335 msgstr ""
10336
10337 #. type: =head2
10338 #: ../src/guestfs-actions.pod:2419
10339 msgid "guestfs_inotify_files"
10340 msgstr ""
10341
10342 #. type: verbatim
10343 #: ../src/guestfs-actions.pod:2421
10344 #, no-wrap
10345 msgid ""
10346 " char **\n"
10347 " guestfs_inotify_files (guestfs_h *g);\n"
10348 "\n"
10349 msgstr ""
10350
10351 #. type: textblock
10352 #: ../src/guestfs-actions.pod:2424
10353 msgid ""
10354 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10355 "returns a list of pathnames of objects that were touched.  The returned "
10356 "pathnames are sorted and deduplicated."
10357 msgstr ""
10358
10359 #. type: =head2
10360 #: ../src/guestfs-actions.pod:2434
10361 msgid "guestfs_inotify_init"
10362 msgstr ""
10363
10364 #. type: verbatim
10365 #: ../src/guestfs-actions.pod:2436
10366 #, no-wrap
10367 msgid ""
10368 " int\n"
10369 " guestfs_inotify_init (guestfs_h *g,\n"
10370 "                       int maxevents);\n"
10371 "\n"
10372 msgstr ""
10373
10374 #. type: textblock
10375 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1628
10376 msgid ""
10377 "This command creates a new inotify handle.  The inotify subsystem can be "
10378 "used to notify events which happen to objects in the guest filesystem."
10379 msgstr ""
10380
10381 #. type: textblock
10382 #: ../src/guestfs-actions.pod:2444
10383 msgid ""
10384 "C<maxevents> is the maximum number of events which will be queued up between "
10385 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10386 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10387 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10388 "throws away events, but records the fact that it threw them away by setting "
10389 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10390 "C<guestfs_inotify_read>)."
10391 msgstr ""
10392
10393 #. type: textblock
10394 #: ../src/guestfs-actions.pod:2454
10395 msgid ""
10396 "Before any events are generated, you have to add some watches to the "
10397 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10398 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10399 msgstr ""
10400
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:2460
10403 msgid ""
10404 "Queued up events should be read periodically by calling "
10405 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10406 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10407 "often enough then you risk the internal queue overflowing."
10408 msgstr ""
10409
10410 #. type: textblock
10411 #: ../src/guestfs-actions.pod:2467
10412 msgid ""
10413 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10414 "This also removes any watches automatically."
10415 msgstr ""
10416
10417 #. type: textblock
10418 #: ../src/guestfs-actions.pod:2471 ../fish/guestfish-actions.pod:1659
10419 msgid ""
10420 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10421 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10422 "that there is one global inotify handle per libguestfs instance."
10423 msgstr ""
10424
10425 #. type: =head2
10426 #: ../src/guestfs-actions.pod:2480
10427 msgid "guestfs_inotify_read"
10428 msgstr ""
10429
10430 #. type: verbatim
10431 #: ../src/guestfs-actions.pod:2482
10432 #, no-wrap
10433 msgid ""
10434 " struct guestfs_inotify_event_list *\n"
10435 " guestfs_inotify_read (guestfs_h *g);\n"
10436 "\n"
10437 msgstr ""
10438
10439 #. type: textblock
10440 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1668
10441 msgid ""
10442 "Return the complete queue of events that have happened since the previous "
10443 "read call."
10444 msgstr ""
10445
10446 #. type: textblock
10447 #: ../src/guestfs-actions.pod:2488 ../fish/guestfish-actions.pod:1671
10448 msgid "If no events have happened, this returns an empty list."
10449 msgstr ""
10450
10451 #. type: textblock
10452 #: ../src/guestfs-actions.pod:2490 ../fish/guestfish-actions.pod:1673
10453 msgid ""
10454 "I<Note>: In order to make sure that all events have been read, you must call "
10455 "this function repeatedly until it returns an empty list.  The reason is that "
10456 "the call will read events up to the maximum appliance-to-host message size "
10457 "and leave remaining events in the queue."
10458 msgstr ""
10459
10460 #. type: textblock
10461 #: ../src/guestfs-actions.pod:2496
10462 msgid ""
10463 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10464 "there was an error.  I<The caller must call "
10465 "C<guestfs_free_inotify_event_list> after use>."
10466 msgstr ""
10467
10468 #. type: =head2
10469 #: ../src/guestfs-actions.pod:2502
10470 msgid "guestfs_inotify_rm_watch"
10471 msgstr ""
10472
10473 #. type: verbatim
10474 #: ../src/guestfs-actions.pod:2504
10475 #, no-wrap
10476 msgid ""
10477 " int\n"
10478 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10479 "                           int wd);\n"
10480 "\n"
10481 msgstr ""
10482
10483 #. type: textblock
10484 #: ../src/guestfs-actions.pod:2508
10485 msgid ""
10486 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10487 msgstr ""
10488
10489 #. type: =head2
10490 #: ../src/guestfs-actions.pod:2515
10491 msgid "guestfs_inspect_get_arch"
10492 msgstr ""
10493
10494 #. type: verbatim
10495 #: ../src/guestfs-actions.pod:2517
10496 #, no-wrap
10497 msgid ""
10498 " char *\n"
10499 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10500 "                           const char *root);\n"
10501 "\n"
10502 msgstr ""
10503
10504 #. type: textblock
10505 #: ../src/guestfs-actions.pod:2521
10506 msgid ""
10507 "This returns the architecture of the inspected operating system.  The "
10508 "possible return values are listed under C<guestfs_file_architecture>."
10509 msgstr ""
10510
10511 #. type: textblock
10512 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1694
10513 msgid ""
10514 "If the architecture could not be determined, then the string C<unknown> is "
10515 "returned."
10516 msgstr ""
10517
10518 #. type: textblock
10519 #: ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2618
10520 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2741
10521 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2955
10522 #: ../src/guestfs-actions.pod:2983 ../src/guestfs-actions.pod:3004
10523 #: ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3097
10524 #: ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3137
10525 #: ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3170
10526 #: ../src/guestfs-actions.pod:3188 ../src/guestfs-actions.pod:3290
10527 #: ../src/guestfs-actions.pod:3331 ../fish/guestfish-actions.pod:1697
10528 #: ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1859
10529 #: ../fish/guestfish-actions.pod:1871 ../fish/guestfish-actions.pod:1955
10530 #: ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2037
10531 #: ../fish/guestfish-actions.pod:2051 ../fish/guestfish-actions.pod:2091
10532 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2136
10533 #: ../fish/guestfish-actions.pod:2149 ../fish/guestfish-actions.pod:2159
10534 #: ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2181
10535 #: ../fish/guestfish-actions.pod:2277 ../fish/guestfish-actions.pod:2311
10536 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10537 msgstr ""
10538
10539 #. type: =head2
10540 #: ../src/guestfs-actions.pod:2535
10541 msgid "guestfs_inspect_get_distro"
10542 msgstr ""
10543
10544 #. type: verbatim
10545 #: ../src/guestfs-actions.pod:2537
10546 #, no-wrap
10547 msgid ""
10548 " char *\n"
10549 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10550 "                             const char *root);\n"
10551 "\n"
10552 msgstr ""
10553
10554 #. type: textblock
10555 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1703
10556 msgid ""
10557 "This returns the distro (distribution) of the inspected operating system."
10558 msgstr ""
10559
10560 #. type: textblock
10561 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1706
10562 msgid "Currently defined distros are:"
10563 msgstr ""
10564
10565 #. type: =item
10566 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1710
10567 msgid "\"archlinux\""
10568 msgstr "\"archlinux\""
10569
10570 #. type: textblock
10571 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1712
10572 msgid "Arch Linux."
10573 msgstr "Arch Linux."
10574
10575 #. type: =item
10576 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1714
10577 #, fuzzy
10578 #| msgid "\"gentoo\""
10579 msgid "\"centos\""
10580 msgstr "\"gentoo\""
10581
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1716
10584 msgid "CentOS."
10585 msgstr ""
10586
10587 #. type: =item
10588 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1718
10589 msgid "\"debian\""
10590 msgstr "\"debian\""
10591
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1720
10594 msgid "Debian."
10595 msgstr "Debian."
10596
10597 #. type: =item
10598 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1722
10599 msgid "\"fedora\""
10600 msgstr "\"fedora\""
10601
10602 #. type: textblock
10603 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1724
10604 msgid "Fedora."
10605 msgstr "Fedora."
10606
10607 #. type: =item
10608 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1726
10609 msgid "\"gentoo\""
10610 msgstr "\"gentoo\""
10611
10612 #. type: textblock
10613 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1728
10614 msgid "Gentoo."
10615 msgstr "Gentoo."
10616
10617 #. type: =item
10618 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1730
10619 msgid "\"linuxmint\""
10620 msgstr "\"linuxmint\""
10621
10622 #. type: textblock
10623 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1732
10624 msgid "Linux Mint."
10625 msgstr "Linux Mint."
10626
10627 #. type: =item
10628 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1734
10629 msgid "\"mandriva\""
10630 msgstr "\"mandriva\""
10631
10632 #. type: textblock
10633 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1736
10634 msgid "Mandriva."
10635 msgstr "Mandriva."
10636
10637 #. type: =item
10638 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1738
10639 msgid "\"meego\""
10640 msgstr "\"meego\""
10641
10642 #. type: textblock
10643 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1740
10644 msgid "MeeGo."
10645 msgstr "MeeGo."
10646
10647 #. type: =item
10648 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1742
10649 msgid "\"pardus\""
10650 msgstr "\"pardus\""
10651
10652 #. type: textblock
10653 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1744
10654 msgid "Pardus."
10655 msgstr "Pardus."
10656
10657 #. type: =item
10658 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1746
10659 msgid "\"redhat-based\""
10660 msgstr "\"redhat-based\""
10661
10662 #. type: textblock
10663 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1748
10664 msgid "Some Red Hat-derived distro."
10665 msgstr "Дистрибутив, що походить від Red Hat."
10666
10667 #. type: =item
10668 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1750
10669 msgid "\"rhel\""
10670 msgstr "\"rhel\""
10671
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1752
10674 #, fuzzy
10675 #| msgid "Red Hat Enterprise Linux and some derivatives."
10676 msgid "Red Hat Enterprise Linux."
10677 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10678
10679 #. type: =item
10680 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1754
10681 msgid "\"scientificlinux\""
10682 msgstr ""
10683
10684 #. type: textblock
10685 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1756
10686 msgid "Scientific Linux."
10687 msgstr ""
10688
10689 #. type: =item
10690 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1758
10691 msgid "\"slackware\""
10692 msgstr ""
10693
10694 #. type: textblock
10695 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1760
10696 msgid "Slackware."
10697 msgstr ""
10698
10699 #. type: =item
10700 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1762
10701 msgid "\"ubuntu\""
10702 msgstr "\"ubuntu\""
10703
10704 #. type: textblock
10705 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1764
10706 msgid "Ubuntu."
10707 msgstr "Ubuntu."
10708
10709 #. type: =item
10710 #: ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2713
10711 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:1766
10712 #: ../fish/guestfish-actions.pod:1850 ../fish/guestfish-actions.pod:2114
10713 msgid "\"unknown\""
10714 msgstr "\"unknown\""
10715
10716 #. type: textblock
10717 #: ../src/guestfs-actions.pod:2606 ../fish/guestfish-actions.pod:1768
10718 msgid "The distro could not be determined."
10719 msgstr "Дистрибутив, тип якого не вдалося визначити."
10720
10721 #. type: =item
10722 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:3080
10723 #: ../fish/guestfish-actions.pod:1770 ../fish/guestfish-actions.pod:2106
10724 msgid "\"windows\""
10725 msgstr "\"windows\""
10726
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:2610 ../fish/guestfish-actions.pod:1772
10729 msgid ""
10730 "Windows does not have distributions.  This string is returned if the OS type "
10731 "is Windows."
10732 msgstr ""
10733
10734 #. type: textblock
10735 #: ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2719
10736 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:1777
10737 #: ../fish/guestfish-actions.pod:1856 ../fish/guestfish-actions.pod:2120
10738 msgid ""
10739 "Future versions of libguestfs may return other strings here.  The caller "
10740 "should be prepared to handle any string."
10741 msgstr ""
10742
10743 #. type: =head2
10744 #: ../src/guestfs-actions.pod:2625
10745 msgid "guestfs_inspect_get_drive_mappings"
10746 msgstr ""
10747
10748 #. type: verbatim
10749 #: ../src/guestfs-actions.pod:2627
10750 #, no-wrap
10751 msgid ""
10752 " char **\n"
10753 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10754 "                                     const char *root);\n"
10755 "\n"
10756 msgstr ""
10757
10758 #. type: textblock
10759 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1786
10760 msgid ""
10761 "This call is useful for Windows which uses a primitive system of assigning "
10762 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10763 "Windows Registry to find out how disks/partitions are mapped to drive "
10764 "letters, and returns a hash table as in the example below:"
10765 msgstr ""
10766
10767 #. type: verbatim
10768 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1792
10769 #, no-wrap
10770 msgid ""
10771 " C      =>     /dev/vda2\n"
10772 " E      =>     /dev/vdb1\n"
10773 " F      =>     /dev/vdc1\n"
10774 "\n"
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1796
10779 msgid ""
10780 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10781 "and just contains the drive letter, without the customary colon separator "
10782 "character."
10783 msgstr ""
10784
10785 #. type: textblock
10786 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1800
10787 msgid ""
10788 "In future we may support other operating systems that also used drive "
10789 "letters, but the keys for those might not be case insensitive and might be "
10790 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10791 "C<h1> etc."
10792 msgstr ""
10793
10794 #. type: textblock
10795 #: ../src/guestfs-actions.pod:2650 ../fish/guestfish-actions.pod:1805
10796 msgid ""
10797 "For Windows guests, currently only hard drive mappings are returned.  "
10798 "Removable disks (eg. DVD-ROMs) are ignored."
10799 msgstr ""
10800
10801 #. type: textblock
10802 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1808
10803 msgid ""
10804 "For guests that do not use drive mappings, or if the drive mappings could "
10805 "not be determined, this returns an empty hash table."
10806 msgstr ""
10807
10808 #. type: textblock
10809 #: ../src/guestfs-actions.pod:2656
10810 msgid ""
10811 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10812 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10813 msgstr ""
10814
10815 #. type: textblock
10816 #: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2928
10817 #: ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:4985
10818 #: ../src/guestfs-actions.pod:6922
10819 msgid ""
10820 "This function returns a NULL-terminated array of strings, or NULL if there "
10821 "was an error.  The array of strings will always have length C<2n+1>, where "
10822 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10823 "caller must free the strings and the array after use>."
10824 msgstr ""
10825
10826 #. type: textblock
10827 #: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:3122
10828 msgid "(Added in 1.9.17)"
10829 msgstr ""
10830
10831 #. type: =head2
10832 #: ../src/guestfs-actions.pod:2668
10833 msgid "guestfs_inspect_get_filesystems"
10834 msgstr ""
10835
10836 #. type: verbatim
10837 #: ../src/guestfs-actions.pod:2670
10838 #, no-wrap
10839 msgid ""
10840 " char **\n"
10841 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10842 "                                  const char *root);\n"
10843 "\n"
10844 msgstr ""
10845
10846 #. type: textblock
10847 #: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1819
10848 msgid ""
10849 "This returns a list of all the filesystems that we think are associated with "
10850 "this operating system.  This includes the root filesystem, other ordinary "
10851 "filesystems, and non-mounted devices like swap partitions."
10852 msgstr ""
10853
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:2679 ../fish/guestfish-actions.pod:1824
10856 msgid ""
10857 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10858 "to be shared between operating systems."
10859 msgstr ""
10860
10861 #. type: textblock
10862 #: ../src/guestfs-actions.pod:2682
10863 msgid ""
10864 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10865 "C<guestfs_inspect_get_mountpoints>."
10866 msgstr ""
10867
10868 #. type: =head2
10869 #: ../src/guestfs-actions.pod:2691
10870 msgid "guestfs_inspect_get_format"
10871 msgstr ""
10872
10873 #. type: verbatim
10874 #: ../src/guestfs-actions.pod:2693
10875 #, no-wrap
10876 msgid ""
10877 " char *\n"
10878 " guestfs_inspect_get_format (guestfs_h *g,\n"
10879 "                             const char *root);\n"
10880 "\n"
10881 msgstr ""
10882
10883 #. type: textblock
10884 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1834
10885 msgid ""
10886 "This returns the format of the inspected operating system.  You can use it "
10887 "to detect install images, live CDs and similar."
10888 msgstr ""
10889
10890 #. type: textblock
10891 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1837
10892 msgid "Currently defined formats are:"
10893 msgstr ""
10894
10895 #. type: =item
10896 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1841
10897 msgid "\"installed\""
10898 msgstr "\"installed\""
10899
10900 #. type: textblock
10901 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1843
10902 msgid "This is an installed operating system."
10903 msgstr "Це встановлена операційна система."
10904
10905 #. type: =item
10906 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1845
10907 msgid "\"installer\""
10908 msgstr ""
10909
10910 #. type: textblock
10911 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1847
10912 msgid ""
10913 "The disk image being inspected is not an installed operating system, but a "
10914 "I<bootable> install disk, live CD, or similar."
10915 msgstr ""
10916
10917 #. type: textblock
10918 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1852
10919 msgid "The format of this disk image is not known."
10920 msgstr ""
10921
10922 #. type: textblock
10923 #: ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:3158
10924 #: ../src/guestfs-actions.pod:3174 ../src/guestfs-actions.pod:3192
10925 #: ../src/guestfs-actions.pod:5837
10926 msgid "(Added in 1.9.4)"
10927 msgstr ""
10928
10929 #. type: =head2
10930 #: ../src/guestfs-actions.pod:2729
10931 msgid "guestfs_inspect_get_hostname"
10932 msgstr ""
10933
10934 #. type: verbatim
10935 #: ../src/guestfs-actions.pod:2731
10936 #, no-wrap
10937 msgid ""
10938 " char *\n"
10939 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10940 "                               const char *root);\n"
10941 "\n"
10942 msgstr ""
10943
10944 #. type: textblock
10945 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1865
10946 msgid ""
10947 "This function returns the hostname of the operating system as found by "
10948 "inspection of the guest's configuration files."
10949 msgstr ""
10950
10951 #. type: textblock
10952 #: ../src/guestfs-actions.pod:2738 ../fish/guestfish-actions.pod:1868
10953 msgid ""
10954 "If the hostname could not be determined, then the string C<unknown> is "
10955 "returned."
10956 msgstr ""
10957
10958 #. type: textblock
10959 #: ../src/guestfs-actions.pod:2746
10960 msgid "(Added in 1.7.9)"
10961 msgstr ""
10962
10963 #. type: =head2
10964 #: ../src/guestfs-actions.pod:2748
10965 msgid "guestfs_inspect_get_icon"
10966 msgstr ""
10967
10968 #. type: verbatim
10969 #: ../src/guestfs-actions.pod:2750
10970 #, no-wrap
10971 msgid ""
10972 " char *\n"
10973 " guestfs_inspect_get_icon (guestfs_h *g,\n"
10974 "                           const char *root,\n"
10975 "                           size_t *size_r,\n"
10976 "                           ...);\n"
10977 "\n"
10978 msgstr ""
10979
10980 #. type: verbatim
10981 #: ../src/guestfs-actions.pod:2761
10982 #, no-wrap
10983 msgid ""
10984 " GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
10985 " GUESTFS_INSPECT_GET_ICON_HIGHQUALITY, int highquality,\n"
10986 "\n"
10987 msgstr ""
10988
10989 #. type: textblock
10990 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1877
10991 msgid ""
10992 "This function returns an icon corresponding to the inspected operating "
10993 "system.  The icon is returned as a buffer containing a PNG image (re-encoded "
10994 "to PNG if necessary)."
10995 msgstr ""
10996
10997 #. type: textblock
10998 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1881
10999 msgid ""
11000 "If it was not possible to get an icon this function returns a zero-length "
11001 "(non-NULL) buffer.  I<Callers must check for this case>."
11002 msgstr ""
11003
11004 #. type: textblock
11005 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1884
11006 msgid ""
11007 "Libguestfs will start by looking for a file called C</etc/favicon.png> or "
11008 "C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
11009 "this file will be returned.  You can disable favicons by passing the "
11010 "optional C<favicon> boolean as false (default is true)."
11011 msgstr ""
11012
11013 #. type: textblock
11014 #: ../src/guestfs-actions.pod:2777 ../fish/guestfish-actions.pod:1890
11015 msgid ""
11016 "If finding the favicon fails, then we look in other places in the guest for "
11017 "a suitable icon."
11018 msgstr ""
11019
11020 #. type: textblock
11021 #: ../src/guestfs-actions.pod:2780 ../fish/guestfish-actions.pod:1893
11022 msgid ""
11023 "If the optional C<highquality> boolean is true then only high quality icons "
11024 "are returned, which means only icons of high resolution with an alpha "
11025 "channel.  The default (false) is to return any icon we can, even if it is of "
11026 "substandard quality."
11027 msgstr ""
11028
11029 #. type: textblock
11030 #: ../src/guestfs-actions.pod:2791 ../fish/guestfish-actions.pod:1904
11031 msgid ""
11032 "Unlike most other inspection API calls, the guest's disks must be mounted up "
11033 "before you call this, since it needs to read information from the guest "
11034 "filesystem during the call."
11035 msgstr ""
11036
11037 #. type: textblock
11038 #: ../src/guestfs-actions.pod:2797 ../fish/guestfish-actions.pod:1910
11039 msgid ""
11040 "B<Security:> The icon data comes from the untrusted guest, and should be "
11041 "treated with caution.  PNG files have been known to contain exploits.  "
11042 "Ensure that libpng (or other relevant libraries) are fully up to date before "
11043 "trying to process or display the icon."
11044 msgstr ""
11045
11046 #. type: textblock
11047 #: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1918
11048 msgid ""
11049 "The PNG image returned can be any size.  It might not be square.  Libguestfs "
11050 "tries to return the largest, highest quality icon available.  The "
11051 "application must scale the icon to the required size."
11052 msgstr ""
11053
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1925
11056 msgid ""
11057 "Extracting icons from Windows guests requires the external C<wrestool> "
11058 "program from the C<icoutils> package, and several programs (C<bmptopnm>, "
11059 "C<pnmtopng>, C<pamcut>)  from the C<netpbm> package.  These must be "
11060 "installed separately."
11061 msgstr ""
11062
11063 #. type: textblock
11064 #: ../src/guestfs-actions.pod:2819 ../fish/guestfish-actions.pod:1932
11065 msgid ""
11066 "Operating system icons are usually trademarks.  Seek legal advice before "
11067 "using trademarks in applications."
11068 msgstr ""
11069
11070 #. type: textblock
11071 #: ../src/guestfs-actions.pod:2828 ../src/guestfs-actions.pod:3653
11072 #: ../src/guestfs-actions.pod:4884
11073 msgid "(Added in 1.11.12)"
11074 msgstr ""
11075
11076 #. type: =head2
11077 #: ../src/guestfs-actions.pod:2830
11078 msgid "guestfs_inspect_get_icon_va"
11079 msgstr ""
11080
11081 #. type: verbatim
11082 #: ../src/guestfs-actions.pod:2832
11083 #, no-wrap
11084 msgid ""
11085 " char *\n"
11086 " guestfs_inspect_get_icon_va (guestfs_h *g,\n"
11087 "                              const char *root,\n"
11088 "                              size_t *size_r,\n"
11089 "                              va_list args);\n"
11090 "\n"
11091 msgstr ""
11092
11093 #. type: textblock
11094 #: ../src/guestfs-actions.pod:2838
11095 msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
11096 msgstr ""
11097
11098 #. type: =head2
11099 #: ../src/guestfs-actions.pod:2842
11100 msgid "guestfs_inspect_get_icon_argv"
11101 msgstr ""
11102
11103 #. type: verbatim
11104 #: ../src/guestfs-actions.pod:2844
11105 #, no-wrap
11106 msgid ""
11107 " char *\n"
11108 " guestfs_inspect_get_icon_argv (guestfs_h *g,\n"
11109 "                                const char *root,\n"
11110 "                                size_t *size_r,\n"
11111 "                                const struct guestfs_inspect_get_icon_argv *optargs);\n"
11112 "\n"
11113 msgstr ""
11114
11115 #. type: textblock
11116 #: ../src/guestfs-actions.pod:2850
11117 msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
11118 msgstr ""
11119
11120 #. type: =head2
11121 #: ../src/guestfs-actions.pod:2854
11122 msgid "guestfs_inspect_get_major_version"
11123 msgstr ""
11124
11125 #. type: verbatim
11126 #: ../src/guestfs-actions.pod:2856
11127 #, no-wrap
11128 msgid ""
11129 " int\n"
11130 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11131 "                                    const char *root);\n"
11132 "\n"
11133 msgstr ""
11134
11135 #. type: textblock
11136 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1943
11137 msgid ""
11138 "This returns the major version number of the inspected operating system."
11139 msgstr ""
11140
11141 #. type: textblock
11142 #: ../src/guestfs-actions.pod:2863 ../fish/guestfish-actions.pod:1946
11143 msgid ""
11144 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11145 "popular public names used by the operating system.  Notably the operating "
11146 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11147 "1).  You can find out the real versions corresponding to releases of Windows "
11148 "by consulting Wikipedia or MSDN."
11149 msgstr ""
11150
11151 #. type: textblock
11152 #: ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:2887
11153 #: ../fish/guestfish-actions.pod:1953 ../fish/guestfish-actions.pod:1964
11154 msgid "If the version could not be determined, then C<0> is returned."
11155 msgstr ""
11156
11157 #. type: =head2
11158 #: ../src/guestfs-actions.pod:2878
11159 msgid "guestfs_inspect_get_minor_version"
11160 msgstr ""
11161
11162 #. type: verbatim
11163 #: ../src/guestfs-actions.pod:2880
11164 #, no-wrap
11165 msgid ""
11166 " int\n"
11167 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11168 "                                    const char *root);\n"
11169 "\n"
11170 msgstr ""
11171
11172 #. type: textblock
11173 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1961
11174 msgid ""
11175 "This returns the minor version number of the inspected operating system."
11176 msgstr ""
11177
11178 #. type: textblock
11179 #: ../src/guestfs-actions.pod:2889
11180 msgid ""
11181 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11182 "C<guestfs_inspect_get_major_version>."
11183 msgstr ""
11184
11185 #. type: =head2
11186 #: ../src/guestfs-actions.pod:2896
11187 msgid "guestfs_inspect_get_mountpoints"
11188 msgstr ""
11189
11190 #. type: verbatim
11191 #: ../src/guestfs-actions.pod:2898
11192 #, no-wrap
11193 msgid ""
11194 " char **\n"
11195 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11196 "                                  const char *root);\n"
11197 "\n"
11198 msgstr ""
11199
11200 #. type: textblock
11201 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1973
11202 msgid ""
11203 "This returns a hash of where we think the filesystems associated with this "
11204 "operating system should be mounted.  Callers should note that this is at "
11205 "best an educated guess made by reading configuration files such as C</etc/"
11206 "fstab>.  I<In particular note> that this may return filesystems which are "
11207 "non-existent or not mountable and callers should be prepared to handle or "
11208 "ignore failures if they try to mount them."
11209 msgstr ""
11210
11211 #. type: textblock
11212 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:1982
11213 msgid ""
11214 "Each element in the returned hashtable has a key which is the path of the "
11215 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11216 "mounted there (eg. C</dev/sda1>)."
11217 msgstr ""
11218
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:1987
11221 msgid ""
11222 "Non-mounted devices such as swap devices are I<not> returned in this list."
11223 msgstr ""
11224
11225 #. type: textblock
11226 #: ../src/guestfs-actions.pod:2919
11227 msgid ""
11228 "For operating systems like Windows which still use drive letters, this call "
11229 "will only return an entry for the first drive \"mounted on\" C</>.  For "
11230 "information about the mapping of drive letters to partitions, see "
11231 "C<guestfs_inspect_get_drive_mappings>."
11232 msgstr ""
11233
11234 #. type: textblock
11235 #: ../src/guestfs-actions.pod:2925
11236 msgid ""
11237 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11238 "C<guestfs_inspect_get_filesystems>."
11239 msgstr ""
11240
11241 #. type: =head2
11242 #: ../src/guestfs-actions.pod:2936
11243 msgid "guestfs_inspect_get_package_format"
11244 msgstr ""
11245
11246 #. type: verbatim
11247 #: ../src/guestfs-actions.pod:2938
11248 #, no-wrap
11249 msgid ""
11250 " char *\n"
11251 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11252 "                                     const char *root);\n"
11253 "\n"
11254 msgstr ""
11255
11256 #. type: textblock
11257 #: ../src/guestfs-actions.pod:2942
11258 msgid ""
11259 "This function and C<guestfs_inspect_get_package_management> return the "
11260 "package format and package management tool used by the inspected operating "
11261 "system.  For example for Fedora these functions would return C<rpm> (package "
11262 "format) and C<yum> (package management)."
11263 msgstr ""
11264
11265 #. type: textblock
11266 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2009
11267 msgid ""
11268 "This returns the string C<unknown> if we could not determine the package "
11269 "format I<or> if the operating system does not have a real packaging system "
11270 "(eg. Windows)."
11271 msgstr ""
11272
11273 #. type: textblock
11274 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2013
11275 msgid ""
11276 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11277 "Future versions of libguestfs may return other strings."
11278 msgstr ""
11279
11280 #. type: textblock
11281 #: ../src/guestfs-actions.pod:2960 ../src/guestfs-actions.pod:2988
11282 msgid "(Added in 1.7.5)"
11283 msgstr ""
11284
11285 #. type: =head2
11286 #: ../src/guestfs-actions.pod:2962
11287 msgid "guestfs_inspect_get_package_management"
11288 msgstr ""
11289
11290 #. type: verbatim
11291 #: ../src/guestfs-actions.pod:2964
11292 #, no-wrap
11293 msgid ""
11294 " char *\n"
11295 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11296 "                                         const char *root);\n"
11297 "\n"
11298 msgstr ""
11299
11300 #. type: textblock
11301 #: ../src/guestfs-actions.pod:2968
11302 msgid ""
11303 "C<guestfs_inspect_get_package_format> and this function return the package "
11304 "format and package management tool used by the inspected operating system.  "
11305 "For example for Fedora these functions would return C<rpm> (package format) "
11306 "and C<yum> (package management)."
11307 msgstr ""
11308
11309 #. type: textblock
11310 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2028
11311 msgid ""
11312 "This returns the string C<unknown> if we could not determine the package "
11313 "management tool I<or> if the operating system does not have a real packaging "
11314 "system (eg. Windows)."
11315 msgstr ""
11316
11317 #. type: textblock
11318 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2032
11319 msgid ""
11320 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11321 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11322 "libguestfs may return other strings."
11323 msgstr ""
11324
11325 #. type: =head2
11326 #: ../src/guestfs-actions.pod:2990
11327 msgid "guestfs_inspect_get_product_name"
11328 msgstr ""
11329
11330 #. type: verbatim
11331 #: ../src/guestfs-actions.pod:2992
11332 #, no-wrap
11333 msgid ""
11334 " char *\n"
11335 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11336 "                                   const char *root);\n"
11337 "\n"
11338 msgstr ""
11339
11340 #. type: textblock
11341 #: ../src/guestfs-actions.pod:2996 ../fish/guestfish-actions.pod:2043
11342 msgid ""
11343 "This returns the product name of the inspected operating system.  The "
11344 "product name is generally some freeform string which can be displayed to the "
11345 "user, but should not be parsed by programs."
11346 msgstr ""
11347
11348 #. type: textblock
11349 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2048
11350 msgid ""
11351 "If the product name could not be determined, then the string C<unknown> is "
11352 "returned."
11353 msgstr ""
11354
11355 #. type: =head2
11356 #: ../src/guestfs-actions.pod:3011
11357 msgid "guestfs_inspect_get_product_variant"
11358 msgstr ""
11359
11360 #. type: verbatim
11361 #: ../src/guestfs-actions.pod:3013
11362 #, no-wrap
11363 msgid ""
11364 " char *\n"
11365 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
11366 "                                      const char *root);\n"
11367 "\n"
11368 msgstr ""
11369
11370 #. type: textblock
11371 #: ../src/guestfs-actions.pod:3017 ../fish/guestfish-actions.pod:2057
11372 #, fuzzy
11373 #| msgid "This is an installed operating system."
11374 msgid "This returns the product variant of the inspected operating system."
11375 msgstr "Це встановлена операційна система."
11376
11377 #. type: textblock
11378 #: ../src/guestfs-actions.pod:3020 ../fish/guestfish-actions.pod:2060
11379 msgid ""
11380 "For Windows guests, this returns the contents of the Registry key C<HKLM"
11381 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
11382 "is usually a string such as C<Client> or C<Server> (other values are "
11383 "possible).  This can be used to distinguish consumer and enterprise versions "
11384 "of Windows that have the same version number (for example, Windows 7 and "
11385 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
11386 "the latter is C<Server>)."
11387 msgstr ""
11388
11389 #. type: textblock
11390 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2069
11391 msgid ""
11392 "For enterprise Linux guests, in future we intend this to return the product "
11393 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
11394 "implemented at present."
11395 msgstr ""
11396
11397 #. type: textblock
11398 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2073
11399 msgid ""
11400 "If the product variant could not be determined, then the string C<unknown> "
11401 "is returned."
11402 msgstr ""
11403
11404 #. type: textblock
11405 #: ../src/guestfs-actions.pod:3036
11406 msgid ""
11407 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11408 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
11409 msgstr ""
11410
11411 #. type: textblock
11412 #: ../src/guestfs-actions.pod:3043
11413 msgid "(Added in 1.9.13)"
11414 msgstr ""
11415
11416 #. type: =head2
11417 #: ../src/guestfs-actions.pod:3045
11418 msgid "guestfs_inspect_get_roots"
11419 msgstr ""
11420
11421 #. type: verbatim
11422 #: ../src/guestfs-actions.pod:3047
11423 #, no-wrap
11424 msgid ""
11425 " char **\n"
11426 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11427 "\n"
11428 msgstr ""
11429
11430 #. type: textblock
11431 #: ../src/guestfs-actions.pod:3050
11432 msgid ""
11433 "This function is a convenient way to get the list of root devices, as "
11434 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11435 "the whole inspection process."
11436 msgstr ""
11437
11438 #. type: textblock
11439 #: ../src/guestfs-actions.pod:3054
11440 msgid ""
11441 "This returns an empty list if either no root devices were found or the "
11442 "caller has not called C<guestfs_inspect_os>."
11443 msgstr ""
11444
11445 #. type: textblock
11446 #: ../src/guestfs-actions.pod:3063
11447 msgid "(Added in 1.7.3)"
11448 msgstr ""
11449
11450 #. type: =head2
11451 #: ../src/guestfs-actions.pod:3065
11452 msgid "guestfs_inspect_get_type"
11453 msgstr ""
11454
11455 #. type: verbatim
11456 #: ../src/guestfs-actions.pod:3067
11457 #, no-wrap
11458 msgid ""
11459 " char *\n"
11460 " guestfs_inspect_get_type (guestfs_h *g,\n"
11461 "                           const char *root);\n"
11462 "\n"
11463 msgstr ""
11464
11465 #. type: textblock
11466 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2097
11467 msgid ""
11468 "This returns the type of the inspected operating system.  Currently defined "
11469 "types are:"
11470 msgstr ""
11471
11472 #. type: =item
11473 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2102
11474 msgid "\"linux\""
11475 msgstr "\"linux\""
11476
11477 #. type: textblock
11478 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2104
11479 msgid "Any Linux-based operating system."
11480 msgstr ""
11481
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2108
11484 msgid "Any Microsoft Windows operating system."
11485 msgstr ""
11486
11487 #. type: =item
11488 #: ../src/guestfs-actions.pod:3084 ../fish/guestfish-actions.pod:2110
11489 msgid "\"freebsd\""
11490 msgstr "\"freebsd\""
11491
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:3086 ../fish/guestfish-actions.pod:2112
11494 msgid "FreeBSD."
11495 msgstr "FreeBSD."
11496
11497 #. type: textblock
11498 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2116
11499 msgid "The operating system type could not be determined."
11500 msgstr ""
11501
11502 #. type: =head2
11503 #: ../src/guestfs-actions.pod:3104
11504 msgid "guestfs_inspect_get_windows_current_control_set"
11505 msgstr ""
11506
11507 #. type: verbatim
11508 #: ../src/guestfs-actions.pod:3106
11509 #, no-wrap
11510 msgid ""
11511 " char *\n"
11512 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
11513 "                                                  const char *root);\n"
11514 "\n"
11515 msgstr ""
11516
11517 #. type: textblock
11518 #: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2129
11519 msgid ""
11520 "This returns the Windows CurrentControlSet of the inspected guest.  The "
11521 "CurrentControlSet is a registry key name such as C<ControlSet001>."
11522 msgstr ""
11523
11524 #. type: textblock
11525 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2132
11526 msgid ""
11527 "This call assumes that the guest is Windows and that the Registry could be "
11528 "examined by inspection.  If this is not the case then an error is returned."
11529 msgstr ""
11530
11531 #. type: =head2
11532 #: ../src/guestfs-actions.pod:3124
11533 msgid "guestfs_inspect_get_windows_systemroot"
11534 msgstr ""
11535
11536 #. type: verbatim
11537 #: ../src/guestfs-actions.pod:3126
11538 #, no-wrap
11539 msgid ""
11540 " char *\n"
11541 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11542 "                                         const char *root);\n"
11543 "\n"
11544 msgstr ""
11545
11546 #. type: textblock
11547 #: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2142
11548 msgid ""
11549 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11550 "is a directory path such as C</WINDOWS>."
11551 msgstr ""
11552
11553 #. type: textblock
11554 #: ../src/guestfs-actions.pod:3133 ../fish/guestfish-actions.pod:2145
11555 msgid ""
11556 "This call assumes that the guest is Windows and that the systemroot could be "
11557 "determined by inspection.  If this is not the case then an error is returned."
11558 msgstr ""
11559
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:3142
11562 msgid "(Added in 1.5.25)"
11563 msgstr ""
11564
11565 #. type: =head2
11566 #: ../src/guestfs-actions.pod:3144
11567 msgid "guestfs_inspect_is_live"
11568 msgstr ""
11569
11570 #. type: verbatim
11571 #: ../src/guestfs-actions.pod:3146
11572 #, no-wrap
11573 msgid ""
11574 " int\n"
11575 " guestfs_inspect_is_live (guestfs_h *g,\n"
11576 "                          const char *root);\n"
11577 "\n"
11578 msgstr ""
11579
11580 #. type: textblock
11581 #: ../src/guestfs-actions.pod:3150
11582 msgid ""
11583 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11584 "disk), then this returns true if a live image was detected on the disk."
11585 msgstr ""
11586
11587 #. type: =head2
11588 #: ../src/guestfs-actions.pod:3160
11589 msgid "guestfs_inspect_is_multipart"
11590 msgstr ""
11591
11592 #. type: verbatim
11593 #: ../src/guestfs-actions.pod:3162
11594 #, no-wrap
11595 msgid ""
11596 " int\n"
11597 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11598 "                               const char *root);\n"
11599 "\n"
11600 msgstr ""
11601
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:3166
11604 msgid ""
11605 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11606 "disk), then this returns true if the disk is part of a set."
11607 msgstr ""
11608
11609 #. type: =head2
11610 #: ../src/guestfs-actions.pod:3176
11611 msgid "guestfs_inspect_is_netinst"
11612 msgstr ""
11613
11614 #. type: verbatim
11615 #: ../src/guestfs-actions.pod:3178
11616 #, no-wrap
11617 msgid ""
11618 " int\n"
11619 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11620 "                             const char *root);\n"
11621 "\n"
11622 msgstr ""
11623
11624 #. type: textblock
11625 #: ../src/guestfs-actions.pod:3182
11626 msgid ""
11627 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11628 "disk), then this returns true if the disk is a network installer, ie. not a "
11629 "self-contained install CD but one which is likely to require network access "
11630 "to complete the install."
11631 msgstr ""
11632
11633 #. type: =head2
11634 #: ../src/guestfs-actions.pod:3194
11635 msgid "guestfs_inspect_list_applications"
11636 msgstr ""
11637
11638 #. type: verbatim
11639 #: ../src/guestfs-actions.pod:3196
11640 #, no-wrap
11641 msgid ""
11642 " struct guestfs_application_list *\n"
11643 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11644 "                                    const char *root);\n"
11645 "\n"
11646 msgstr ""
11647
11648 #. type: textblock
11649 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2187
11650 msgid "Return the list of applications installed in the operating system."
11651 msgstr ""
11652
11653 #. type: textblock
11654 #: ../src/guestfs-actions.pod:3202
11655 msgid ""
11656 "I<Note:> This call works differently from other parts of the inspection "
11657 "API.  You have to call C<guestfs_inspect_os>, then "
11658 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11659 "this.  Listing applications is a significantly more difficult operation "
11660 "which requires access to the full filesystem.  Also note that unlike the "
11661 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11662 "the libguestfs handle, this call actually reads parts of the mounted "
11663 "filesystems during the call."
11664 msgstr ""
11665
11666 #. type: textblock
11667 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2199
11668 msgid ""
11669 "This returns an empty list if the inspection code was not able to determine "
11670 "the list of applications."
11671 msgstr ""
11672
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2202
11675 msgid "The application structure contains the following fields:"
11676 msgstr ""
11677
11678 #. type: =item
11679 #: ../src/guestfs-actions.pod:3219 ../fish/guestfish-actions.pod:2206
11680 msgid "C<app_name>"
11681 msgstr "C<app_name>"
11682
11683 #. type: textblock
11684 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2208
11685 msgid ""
11686 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11687 "guests, this is the package name."
11688 msgstr ""
11689
11690 #. type: =item
11691 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2211
11692 msgid "C<app_display_name>"
11693 msgstr "C<app_display_name>"
11694
11695 #. type: textblock
11696 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2213
11697 msgid ""
11698 "The display name of the application, sometimes localized to the install "
11699 "language of the guest operating system."
11700 msgstr ""
11701
11702 #. type: textblock
11703 #: ../src/guestfs-actions.pod:3229 ../fish/guestfish-actions.pod:2216
11704 msgid ""
11705 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11706 "to display something can use C<app_name> instead."
11707 msgstr ""
11708
11709 #. type: =item
11710 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2219
11711 msgid "C<app_epoch>"
11712 msgstr "C<app_epoch>"
11713
11714 #. type: textblock
11715 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2221
11716 msgid ""
11717 "For package managers which use epochs, this contains the epoch of the "
11718 "package (an integer).  If unavailable, this is returned as C<0>."
11719 msgstr ""
11720
11721 #. type: =item
11722 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2224
11723 msgid "C<app_version>"
11724 msgstr "C<app_version>"
11725
11726 #. type: textblock
11727 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2226
11728 msgid ""
11729 "The version string of the application or package.  If unavailable this is "
11730 "returned as an empty string C<\"\">."
11731 msgstr ""
11732
11733 #. type: =item
11734 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2229
11735 msgid "C<app_release>"
11736 msgstr "C<app_release>"
11737
11738 #. type: textblock
11739 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2231
11740 msgid ""
11741 "The release string of the application or package, for package managers that "
11742 "use this.  If unavailable this is returned as an empty string C<\"\">."
11743 msgstr ""
11744
11745 #. type: =item
11746 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2235
11747 msgid "C<app_install_path>"
11748 msgstr "C<app_install_path>"
11749
11750 #. type: textblock
11751 #: ../src/guestfs-actions.pod:3250 ../fish/guestfish-actions.pod:2237
11752 msgid ""
11753 "The installation path of the application (on operating systems such as "
11754 "Windows which use installation paths).  This path is in the format used by "
11755 "the guest operating system, it is not a libguestfs path."
11756 msgstr ""
11757
11758 #. type: textblock
11759 #: ../src/guestfs-actions.pod:3255 ../fish/guestfish-actions.pod:2242
11760 msgid "If unavailable this is returned as an empty string C<\"\">."
11761 msgstr ""
11762
11763 #. type: =item
11764 #: ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:2244
11765 msgid "C<app_trans_path>"
11766 msgstr "C<app_trans_path>"
11767
11768 #. type: textblock
11769 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2246
11770 msgid ""
11771 "The install path translated into a libguestfs path.  If unavailable this is "
11772 "returned as an empty string C<\"\">."
11773 msgstr ""
11774
11775 #. type: =item
11776 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2249
11777 msgid "C<app_publisher>"
11778 msgstr "C<app_publisher>"
11779
11780 #. type: textblock
11781 #: ../src/guestfs-actions.pod:3264 ../fish/guestfish-actions.pod:2251
11782 msgid ""
11783 "The name of the publisher of the application, for package managers that use "
11784 "this.  If unavailable this is returned as an empty string C<\"\">."
11785 msgstr ""
11786
11787 #. type: =item
11788 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2255
11789 msgid "C<app_url>"
11790 msgstr "C<app_url>"
11791
11792 #. type: textblock
11793 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2257
11794 msgid ""
11795 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11796 "returned as an empty string C<\"\">."
11797 msgstr ""
11798
11799 #. type: =item
11800 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2260
11801 msgid "C<app_source_package>"
11802 msgstr ""
11803
11804 #. type: textblock
11805 #: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2262
11806 msgid ""
11807 "For packaging systems which support this, the name of the source package.  "
11808 "If unavailable this is returned as an empty string C<\"\">."
11809 msgstr ""
11810
11811 #. type: =item
11812 #: ../src/guestfs-actions.pod:3278 ../fish/guestfish-actions.pod:2265
11813 msgid "C<app_summary>"
11814 msgstr ""
11815
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:3280 ../fish/guestfish-actions.pod:2267
11818 msgid ""
11819 "A short (usually one line) description of the application or package.  If "
11820 "unavailable this is returned as an empty string C<\"\">."
11821 msgstr ""
11822
11823 #. type: =item
11824 #: ../src/guestfs-actions.pod:3283 ../fish/guestfish-actions.pod:2270
11825 msgid "C<app_description>"
11826 msgstr ""
11827
11828 #. type: textblock
11829 #: ../src/guestfs-actions.pod:3285 ../fish/guestfish-actions.pod:2272
11830 msgid ""
11831 "A longer description of the application or package.  If unavailable this is "
11832 "returned as an empty string C<\"\">."
11833 msgstr ""
11834
11835 #. type: textblock
11836 #: ../src/guestfs-actions.pod:3292
11837 msgid ""
11838 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11839 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11840 "after use>."
11841 msgstr ""
11842
11843 #. type: textblock
11844 #: ../src/guestfs-actions.pod:3296
11845 msgid "(Added in 1.7.8)"
11846 msgstr ""
11847
11848 #. type: =head2
11849 #: ../src/guestfs-actions.pod:3298
11850 msgid "guestfs_inspect_os"
11851 msgstr ""
11852
11853 #. type: verbatim
11854 #: ../src/guestfs-actions.pod:3300
11855 #, no-wrap
11856 msgid ""
11857 " char **\n"
11858 " guestfs_inspect_os (guestfs_h *g);\n"
11859 "\n"
11860 msgstr ""
11861
11862 #. type: textblock
11863 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2283
11864 msgid ""
11865 "This function uses other libguestfs functions and certain heuristics to "
11866 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11867 "for operating systems."
11868 msgstr ""
11869
11870 #. type: textblock
11871 #: ../src/guestfs-actions.pod:3307 ../fish/guestfish-actions.pod:2287
11872 msgid "The list returned is empty if no operating systems were found."
11873 msgstr ""
11874
11875 #. type: textblock
11876 #: ../src/guestfs-actions.pod:3309 ../fish/guestfish-actions.pod:2289
11877 msgid ""
11878 "If one operating system was found, then this returns a list with a single "
11879 "element, which is the name of the root filesystem of this operating system.  "
11880 "It is also possible for this function to return a list containing more than "
11881 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11882 "element being the root filesystem of one of the operating systems."
11883 msgstr ""
11884
11885 #. type: textblock
11886 #: ../src/guestfs-actions.pod:3316
11887 msgid ""
11888 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11889 "functions in order to query further information about each operating system, "
11890 "such as the name and version."
11891 msgstr ""
11892
11893 #. type: textblock
11894 #: ../src/guestfs-actions.pod:3321
11895 msgid ""
11896 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11897 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11898 "the contents.  This should be called with no disks currently mounted.  The "
11899 "function may also use Augeas, so any existing Augeas handle will be closed."
11900 msgstr ""
11901
11902 #. type: textblock
11903 #: ../src/guestfs-actions.pod:3327 ../fish/guestfish-actions.pod:2307
11904 msgid ""
11905 "This function cannot decrypt encrypted disks.  The caller must do that first "
11906 "(supplying the necessary keys) if the disk is encrypted."
11907 msgstr ""
11908
11909 #. type: textblock
11910 #: ../src/guestfs-actions.pod:3333 ../src/guestfs-actions.pod:3664
11911 #: ../src/guestfs-actions.pod:3726
11912 msgid "See also C<guestfs_list_filesystems>."
11913 msgstr ""
11914
11915 #. type: =head2
11916 #: ../src/guestfs-actions.pod:3341
11917 msgid "guestfs_is_blockdev"
11918 msgstr ""
11919
11920 #. type: verbatim
11921 #: ../src/guestfs-actions.pod:3343
11922 #, no-wrap
11923 msgid ""
11924 " int\n"
11925 " guestfs_is_blockdev (guestfs_h *g,\n"
11926 "                      const char *path);\n"
11927 "\n"
11928 msgstr ""
11929
11930 #. type: textblock
11931 #: ../src/guestfs-actions.pod:3347 ../fish/guestfish-actions.pod:2319
11932 msgid ""
11933 "This returns C<true> if and only if there is a block device with the given "
11934 "C<path> name."
11935 msgstr ""
11936
11937 #. type: textblock
11938 #: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3379
11939 #: ../src/guestfs-actions.pod:3409 ../src/guestfs-actions.pod:3424
11940 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3496
11941 #: ../src/guestfs-actions.pod:3511
11942 msgid "See also C<guestfs_stat>."
11943 msgstr ""
11944
11945 #. type: textblock
11946 #: ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3383
11947 #: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3500
11948 #: ../src/guestfs-actions.pod:3515
11949 msgid "(Added in 1.5.10)"
11950 msgstr ""
11951
11952 #. type: =head2
11953 #: ../src/guestfs-actions.pod:3356
11954 msgid "guestfs_is_busy"
11955 msgstr ""
11956
11957 #. type: verbatim
11958 #: ../src/guestfs-actions.pod:3358
11959 #, no-wrap
11960 msgid ""
11961 " int\n"
11962 " guestfs_is_busy (guestfs_h *g);\n"
11963 "\n"
11964 msgstr ""
11965
11966 #. type: textblock
11967 #: ../src/guestfs-actions.pod:3361 ../fish/guestfish-actions.pod:2328
11968 msgid ""
11969 "This returns true iff this handle is busy processing a command (in the "
11970 "C<BUSY> state)."
11971 msgstr ""
11972
11973 #. type: =head2
11974 #: ../src/guestfs-actions.pod:3370
11975 msgid "guestfs_is_chardev"
11976 msgstr ""
11977
11978 #. type: verbatim
11979 #: ../src/guestfs-actions.pod:3372
11980 #, no-wrap
11981 msgid ""
11982 " int\n"
11983 " guestfs_is_chardev (guestfs_h *g,\n"
11984 "                     const char *path);\n"
11985 "\n"
11986 msgstr ""
11987
11988 #. type: textblock
11989 #: ../src/guestfs-actions.pod:3376 ../fish/guestfish-actions.pod:2337
11990 msgid ""
11991 "This returns C<true> if and only if there is a character device with the "
11992 "given C<path> name."
11993 msgstr ""
11994
11995 #. type: =head2
11996 #: ../src/guestfs-actions.pod:3385
11997 msgid "guestfs_is_config"
11998 msgstr ""
11999
12000 #. type: verbatim
12001 #: ../src/guestfs-actions.pod:3387
12002 #, no-wrap
12003 msgid ""
12004 " int\n"
12005 " guestfs_is_config (guestfs_h *g);\n"
12006 "\n"
12007 msgstr ""
12008
12009 #. type: textblock
12010 #: ../src/guestfs-actions.pod:3390 ../fish/guestfish-actions.pod:2346
12011 msgid ""
12012 "This returns true iff this handle is being configured (in the C<CONFIG> "
12013 "state)."
12014 msgstr ""
12015
12016 #. type: =head2
12017 #: ../src/guestfs-actions.pod:3399
12018 msgid "guestfs_is_dir"
12019 msgstr ""
12020
12021 #. type: verbatim
12022 #: ../src/guestfs-actions.pod:3401
12023 #, no-wrap
12024 msgid ""
12025 " int\n"
12026 " guestfs_is_dir (guestfs_h *g,\n"
12027 "                 const char *path);\n"
12028 "\n"
12029 msgstr ""
12030
12031 #. type: textblock
12032 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2355
12033 msgid ""
12034 "This returns C<true> if and only if there is a directory with the given "
12035 "C<path> name.  Note that it returns false for other objects like files."
12036 msgstr ""
12037
12038 #. type: =head2
12039 #: ../src/guestfs-actions.pod:3415
12040 msgid "guestfs_is_fifo"
12041 msgstr ""
12042
12043 #. type: verbatim
12044 #: ../src/guestfs-actions.pod:3417
12045 #, no-wrap
12046 msgid ""
12047 " int\n"
12048 " guestfs_is_fifo (guestfs_h *g,\n"
12049 "                  const char *path);\n"
12050 "\n"
12051 msgstr ""
12052
12053 #. type: textblock
12054 #: ../src/guestfs-actions.pod:3421 ../fish/guestfish-actions.pod:2365
12055 msgid ""
12056 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
12057 "given C<path> name."
12058 msgstr ""
12059
12060 #. type: =head2
12061 #: ../src/guestfs-actions.pod:3430
12062 msgid "guestfs_is_file"
12063 msgstr ""
12064
12065 #. type: verbatim
12066 #: ../src/guestfs-actions.pod:3432
12067 #, no-wrap
12068 msgid ""
12069 " int\n"
12070 " guestfs_is_file (guestfs_h *g,\n"
12071 "                  const char *path);\n"
12072 "\n"
12073 msgstr ""
12074
12075 #. type: textblock
12076 #: ../src/guestfs-actions.pod:3436 ../fish/guestfish-actions.pod:2374
12077 msgid ""
12078 "This returns C<true> if and only if there is a regular file with the given "
12079 "C<path> name.  Note that it returns false for other objects like directories."
12080 msgstr ""
12081
12082 #. type: =head2
12083 #: ../src/guestfs-actions.pod:3446
12084 msgid "guestfs_is_launching"
12085 msgstr ""
12086
12087 #. type: verbatim
12088 #: ../src/guestfs-actions.pod:3448
12089 #, no-wrap
12090 msgid ""
12091 " int\n"
12092 " guestfs_is_launching (guestfs_h *g);\n"
12093 "\n"
12094 msgstr ""
12095
12096 #. type: textblock
12097 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2384
12098 msgid ""
12099 "This returns true iff this handle is launching the subprocess (in the "
12100 "C<LAUNCHING> state)."
12101 msgstr ""
12102
12103 #. type: =head2
12104 #: ../src/guestfs-actions.pod:3460
12105 msgid "guestfs_is_lv"
12106 msgstr ""
12107
12108 #. type: verbatim
12109 #: ../src/guestfs-actions.pod:3462
12110 #, no-wrap
12111 msgid ""
12112 " int\n"
12113 " guestfs_is_lv (guestfs_h *g,\n"
12114 "                const char *device);\n"
12115 "\n"
12116 msgstr ""
12117
12118 #. type: textblock
12119 #: ../src/guestfs-actions.pod:3466 ../fish/guestfish-actions.pod:2393
12120 msgid ""
12121 "This command tests whether C<device> is a logical volume, and returns true "
12122 "iff this is the case."
12123 msgstr ""
12124
12125 #. type: =head2
12126 #: ../src/guestfs-actions.pod:3473
12127 msgid "guestfs_is_ready"
12128 msgstr ""
12129
12130 #. type: verbatim
12131 #: ../src/guestfs-actions.pod:3475
12132 #, no-wrap
12133 msgid ""
12134 " int\n"
12135 " guestfs_is_ready (guestfs_h *g);\n"
12136 "\n"
12137 msgstr ""
12138
12139 #. type: textblock
12140 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2400
12141 msgid ""
12142 "This returns true iff this handle is ready to accept commands (in the "
12143 "C<READY> state)."
12144 msgstr ""
12145
12146 #. type: =head2
12147 #: ../src/guestfs-actions.pod:3487
12148 msgid "guestfs_is_socket"
12149 msgstr ""
12150
12151 #. type: verbatim
12152 #: ../src/guestfs-actions.pod:3489
12153 #, no-wrap
12154 msgid ""
12155 " int\n"
12156 " guestfs_is_socket (guestfs_h *g,\n"
12157 "                    const char *path);\n"
12158 "\n"
12159 msgstr ""
12160
12161 #. type: textblock
12162 #: ../src/guestfs-actions.pod:3493 ../fish/guestfish-actions.pod:2409
12163 msgid ""
12164 "This returns C<true> if and only if there is a Unix domain socket with the "
12165 "given C<path> name."
12166 msgstr ""
12167
12168 #. type: =head2
12169 #: ../src/guestfs-actions.pod:3502
12170 msgid "guestfs_is_symlink"
12171 msgstr ""
12172
12173 #. type: verbatim
12174 #: ../src/guestfs-actions.pod:3504
12175 #, no-wrap
12176 msgid ""
12177 " int\n"
12178 " guestfs_is_symlink (guestfs_h *g,\n"
12179 "                     const char *path);\n"
12180 "\n"
12181 msgstr ""
12182
12183 #. type: textblock
12184 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2418
12185 msgid ""
12186 "This returns C<true> if and only if there is a symbolic link with the given "
12187 "C<path> name."
12188 msgstr ""
12189
12190 #. type: =head2
12191 #: ../src/guestfs-actions.pod:3517
12192 msgid "guestfs_is_zero"
12193 msgstr ""
12194
12195 #. type: verbatim
12196 #: ../src/guestfs-actions.pod:3519
12197 #, no-wrap
12198 msgid ""
12199 " int\n"
12200 " guestfs_is_zero (guestfs_h *g,\n"
12201 "                  const char *path);\n"
12202 "\n"
12203 msgstr ""
12204
12205 #. type: textblock
12206 #: ../src/guestfs-actions.pod:3523 ../fish/guestfish-actions.pod:2427
12207 msgid ""
12208 "This returns true iff the file exists and the file is empty or it contains "
12209 "all zero bytes."
12210 msgstr ""
12211
12212 #. type: textblock
12213 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:3542
12214 msgid "(Added in 1.11.8)"
12215 msgstr ""
12216
12217 #. type: =head2
12218 #: ../src/guestfs-actions.pod:3530
12219 msgid "guestfs_is_zero_device"
12220 msgstr ""
12221
12222 #. type: verbatim
12223 #: ../src/guestfs-actions.pod:3532
12224 #, no-wrap
12225 msgid ""
12226 " int\n"
12227 " guestfs_is_zero_device (guestfs_h *g,\n"
12228 "                         const char *device);\n"
12229 "\n"
12230 msgstr ""
12231
12232 #. type: textblock
12233 #: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2434
12234 msgid "This returns true iff the device exists and contains all zero bytes."
12235 msgstr ""
12236
12237 #. type: textblock
12238 #: ../src/guestfs-actions.pod:3538 ../fish/guestfish-actions.pod:2436
12239 msgid "Note that for large devices this can take a long time to run."
12240 msgstr ""
12241
12242 #. type: =head2
12243 #: ../src/guestfs-actions.pod:3544
12244 msgid "guestfs_kill_subprocess"
12245 msgstr ""
12246
12247 #. type: verbatim
12248 #: ../src/guestfs-actions.pod:3546
12249 #, no-wrap
12250 msgid ""
12251 " int\n"
12252 " guestfs_kill_subprocess (guestfs_h *g);\n"
12253 "\n"
12254 msgstr ""
12255
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:3549 ../fish/guestfish-actions.pod:2442
12258 msgid "This kills the qemu subprocess.  You should never need to call this."
12259 msgstr ""
12260
12261 #. type: =head2
12262 #: ../src/guestfs-actions.pod:3555
12263 msgid "guestfs_launch"
12264 msgstr ""
12265
12266 #. type: verbatim
12267 #: ../src/guestfs-actions.pod:3557
12268 #, no-wrap
12269 msgid ""
12270 " int\n"
12271 " guestfs_launch (guestfs_h *g);\n"
12272 "\n"
12273 msgstr ""
12274
12275 #. type: textblock
12276 #: ../src/guestfs-actions.pod:3560 ../fish/guestfish-actions.pod:2450
12277 msgid ""
12278 "Internally libguestfs is implemented by running a virtual machine using "
12279 "L<qemu(1)>."
12280 msgstr ""
12281
12282 #. type: textblock
12283 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2453
12284 msgid ""
12285 "You should call this after configuring the handle (eg. adding drives) but "
12286 "before performing any actions."
12287 msgstr ""
12288
12289 #. type: =head2
12290 #: ../src/guestfs-actions.pod:3575
12291 msgid "guestfs_lchown"
12292 msgstr ""
12293
12294 #. type: verbatim
12295 #: ../src/guestfs-actions.pod:3577
12296 #, no-wrap
12297 msgid ""
12298 " int\n"
12299 " guestfs_lchown (guestfs_h *g,\n"
12300 "                 int owner,\n"
12301 "                 int group,\n"
12302 "                 const char *path);\n"
12303 "\n"
12304 msgstr ""
12305
12306 #. type: textblock
12307 #: ../src/guestfs-actions.pod:3583
12308 msgid ""
12309 "Change the file owner to C<owner> and group to C<group>.  This is like "
12310 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12311 "changed, not the target."
12312 msgstr ""
12313
12314 #. type: =head2
12315 #: ../src/guestfs-actions.pod:3595
12316 msgid "guestfs_lgetxattr"
12317 msgstr ""
12318
12319 #. type: verbatim
12320 #: ../src/guestfs-actions.pod:3597
12321 #, no-wrap
12322 msgid ""
12323 " char *\n"
12324 " guestfs_lgetxattr (guestfs_h *g,\n"
12325 "                    const char *path,\n"
12326 "                    const char *name,\n"
12327 "                    size_t *size_r);\n"
12328 "\n"
12329 msgstr ""
12330
12331 #. type: textblock
12332 #: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2472
12333 msgid ""
12334 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12335 "is a symlink, then this call returns an extended attribute from the symlink."
12336 msgstr ""
12337
12338 #. type: textblock
12339 #: ../src/guestfs-actions.pod:3617
12340 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12341 msgstr ""
12342
12343 #. type: =head2
12344 #: ../src/guestfs-actions.pod:3625
12345 msgid "guestfs_lgetxattrs"
12346 msgstr ""
12347
12348 #. type: verbatim
12349 #: ../src/guestfs-actions.pod:3627
12350 #, no-wrap
12351 msgid ""
12352 " struct guestfs_xattr_list *\n"
12353 " guestfs_lgetxattrs (guestfs_h *g,\n"
12354 "                     const char *path);\n"
12355 "\n"
12356 msgstr ""
12357
12358 #. type: textblock
12359 #: ../src/guestfs-actions.pod:3631
12360 msgid ""
12361 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12362 "then it returns the extended attributes of the link itself."
12363 msgstr ""
12364
12365 #. type: =head2
12366 #: ../src/guestfs-actions.pod:3641
12367 msgid "guestfs_list_9p"
12368 msgstr ""
12369
12370 #. type: verbatim
12371 #: ../src/guestfs-actions.pod:3643
12372 #, no-wrap
12373 msgid ""
12374 " char **\n"
12375 " guestfs_list_9p (guestfs_h *g);\n"
12376 "\n"
12377 msgstr ""
12378
12379 #. type: textblock
12380 #: ../src/guestfs-actions.pod:3646 ../fish/guestfish-actions.pod:2500
12381 msgid ""
12382 "List all 9p filesystems attached to the guest.  A list of mount tags is "
12383 "returned."
12384 msgstr ""
12385
12386 #. type: =head2
12387 #: ../src/guestfs-actions.pod:3655
12388 msgid "guestfs_list_devices"
12389 msgstr ""
12390
12391 #. type: verbatim
12392 #: ../src/guestfs-actions.pod:3657
12393 #, no-wrap
12394 msgid ""
12395 " char **\n"
12396 " guestfs_list_devices (guestfs_h *g);\n"
12397 "\n"
12398 msgstr ""
12399
12400 #. type: textblock
12401 #: ../src/guestfs-actions.pod:3660 ../fish/guestfish-actions.pod:2507
12402 msgid "List all the block devices."
12403 msgstr ""
12404
12405 #. type: textblock
12406 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2509
12407 msgid "The full block device names are returned, eg. C</dev/sda>."
12408 msgstr ""
12409
12410 #. type: =head2
12411 #: ../src/guestfs-actions.pod:3672
12412 msgid "guestfs_list_filesystems"
12413 msgstr ""
12414
12415 #. type: verbatim
12416 #: ../src/guestfs-actions.pod:3674
12417 #, no-wrap
12418 msgid ""
12419 " char **\n"
12420 " guestfs_list_filesystems (guestfs_h *g);\n"
12421 "\n"
12422 msgstr ""
12423
12424 #. type: textblock
12425 #: ../src/guestfs-actions.pod:3677 ../fish/guestfish-actions.pod:2517
12426 msgid ""
12427 "This inspection command looks for filesystems on partitions, block devices "
12428 "and logical volumes, returning a list of devices containing filesystems and "
12429 "their type."
12430 msgstr ""
12431
12432 #. type: textblock
12433 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2521
12434 msgid ""
12435 "The return value is a hash, where the keys are the devices containing "
12436 "filesystems, and the values are the filesystem types.  For example:"
12437 msgstr ""
12438
12439 #. type: verbatim
12440 #: ../src/guestfs-actions.pod:3685 ../fish/guestfish-actions.pod:2525
12441 #, no-wrap
12442 msgid ""
12443 " \"/dev/sda1\" => \"ntfs\"\n"
12444 " \"/dev/sda2\" => \"ext2\"\n"
12445 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12446 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12447 "\n"
12448 msgstr ""
12449
12450 #. type: textblock
12451 #: ../src/guestfs-actions.pod:3690 ../fish/guestfish-actions.pod:2530
12452 msgid ""
12453 "The value can have the special value \"unknown\", meaning the content of the "
12454 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12455 msgstr ""
12456
12457 #. type: textblock
12458 #: ../src/guestfs-actions.pod:3694
12459 msgid ""
12460 "This command runs other libguestfs commands, which might include "
12461 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12462 "soon after launch and only when nothing is mounted."
12463 msgstr ""
12464
12465 #. type: textblock
12466 #: ../src/guestfs-actions.pod:3698
12467 msgid ""
12468 "Not all of the filesystems returned will be mountable.  In particular, swap "
12469 "partitions are returned in the list.  Also this command does not check that "
12470 "each filesystem found is valid and mountable, and some filesystems might be "
12471 "mountable but require special options.  Filesystems may not all belong to a "
12472 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12473 msgstr ""
12474
12475 #. type: textblock
12476 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:5386
12477 msgid "(Added in 1.5.15)"
12478 msgstr ""
12479
12480 #. type: =head2
12481 #: ../src/guestfs-actions.pod:3714
12482 msgid "guestfs_list_partitions"
12483 msgstr ""
12484
12485 #. type: verbatim
12486 #: ../src/guestfs-actions.pod:3716
12487 #, no-wrap
12488 msgid ""
12489 " char **\n"
12490 " guestfs_list_partitions (guestfs_h *g);\n"
12491 "\n"
12492 msgstr ""
12493
12494 #. type: textblock
12495 #: ../src/guestfs-actions.pod:3719 ../fish/guestfish-actions.pod:2550
12496 msgid "List all the partitions detected on all block devices."
12497 msgstr ""
12498
12499 #. type: textblock
12500 #: ../src/guestfs-actions.pod:3721 ../fish/guestfish-actions.pod:2552
12501 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12502 msgstr ""
12503
12504 #. type: textblock
12505 #: ../src/guestfs-actions.pod:3723
12506 msgid ""
12507 "This does not return logical volumes.  For that you will need to call "
12508 "C<guestfs_lvs>."
12509 msgstr ""
12510
12511 #. type: =head2
12512 #: ../src/guestfs-actions.pod:3734
12513 msgid "guestfs_ll"
12514 msgstr ""
12515
12516 #. type: verbatim
12517 #: ../src/guestfs-actions.pod:3736
12518 #, no-wrap
12519 msgid ""
12520 " char *\n"
12521 " guestfs_ll (guestfs_h *g,\n"
12522 "             const char *directory);\n"
12523 "\n"
12524 msgstr ""
12525
12526 #. type: textblock
12527 #: ../src/guestfs-actions.pod:3740 ../fish/guestfish-actions.pod:2563
12528 msgid ""
12529 "List the files in C<directory> (relative to the root directory, there is no "
12530 "cwd) in the format of 'ls -la'."
12531 msgstr ""
12532
12533 #. type: textblock
12534 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2566
12535 msgid ""
12536 "This command is mostly useful for interactive sessions.  It is I<not> "
12537 "intended that you try to parse the output string."
12538 msgstr ""
12539
12540 #. type: =head2
12541 #: ../src/guestfs-actions.pod:3751
12542 msgid "guestfs_ln"
12543 msgstr ""
12544
12545 #. type: verbatim
12546 #: ../src/guestfs-actions.pod:3753
12547 #, no-wrap
12548 msgid ""
12549 " int\n"
12550 " guestfs_ln (guestfs_h *g,\n"
12551 "             const char *target,\n"
12552 "             const char *linkname);\n"
12553 "\n"
12554 msgstr ""
12555
12556 #. type: textblock
12557 #: ../src/guestfs-actions.pod:3758 ../fish/guestfish-actions.pod:2573
12558 msgid "This command creates a hard link using the C<ln> command."
12559 msgstr ""
12560
12561 #. type: =head2
12562 #: ../src/guestfs-actions.pod:3764
12563 msgid "guestfs_ln_f"
12564 msgstr ""
12565
12566 #. type: verbatim
12567 #: ../src/guestfs-actions.pod:3766
12568 #, no-wrap
12569 msgid ""
12570 " int\n"
12571 " guestfs_ln_f (guestfs_h *g,\n"
12572 "               const char *target,\n"
12573 "               const char *linkname);\n"
12574 "\n"
12575 msgstr ""
12576
12577 #. type: textblock
12578 #: ../src/guestfs-actions.pod:3771 ../fish/guestfish-actions.pod:2579
12579 msgid ""
12580 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
12581 "option removes the link (C<linkname>) if it exists already."
12582 msgstr ""
12583
12584 #. type: =head2
12585 #: ../src/guestfs-actions.pod:3778
12586 msgid "guestfs_ln_s"
12587 msgstr ""
12588
12589 #. type: verbatim
12590 #: ../src/guestfs-actions.pod:3780
12591 #, no-wrap
12592 msgid ""
12593 " int\n"
12594 " guestfs_ln_s (guestfs_h *g,\n"
12595 "               const char *target,\n"
12596 "               const char *linkname);\n"
12597 "\n"
12598 msgstr ""
12599
12600 #. type: textblock
12601 #: ../src/guestfs-actions.pod:3785 ../fish/guestfish-actions.pod:2586
12602 msgid "This command creates a symbolic link using the C<ln -s> command."
12603 msgstr ""
12604
12605 #. type: =head2
12606 #: ../src/guestfs-actions.pod:3791
12607 msgid "guestfs_ln_sf"
12608 msgstr ""
12609
12610 #. type: verbatim
12611 #: ../src/guestfs-actions.pod:3793
12612 #, no-wrap
12613 msgid ""
12614 " int\n"
12615 " guestfs_ln_sf (guestfs_h *g,\n"
12616 "                const char *target,\n"
12617 "                const char *linkname);\n"
12618 "\n"
12619 msgstr ""
12620
12621 #. type: textblock
12622 #: ../src/guestfs-actions.pod:3798 ../fish/guestfish-actions.pod:2592
12623 msgid ""
12624 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
12625 "option removes the link (C<linkname>) if it exists already."
12626 msgstr ""
12627
12628 #. type: =head2
12629 #: ../src/guestfs-actions.pod:3805
12630 msgid "guestfs_lremovexattr"
12631 msgstr ""
12632
12633 #. type: verbatim
12634 #: ../src/guestfs-actions.pod:3807
12635 #, no-wrap
12636 msgid ""
12637 " int\n"
12638 " guestfs_lremovexattr (guestfs_h *g,\n"
12639 "                       const char *xattr,\n"
12640 "                       const char *path);\n"
12641 "\n"
12642 msgstr ""
12643
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:3812
12646 msgid ""
12647 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12648 "link, then it removes an extended attribute of the link itself."
12649 msgstr ""
12650
12651 #. type: =head2
12652 #: ../src/guestfs-actions.pod:3820
12653 msgid "guestfs_ls"
12654 msgstr ""
12655
12656 #. type: verbatim
12657 #: ../src/guestfs-actions.pod:3822
12658 #, no-wrap
12659 msgid ""
12660 " char **\n"
12661 " guestfs_ls (guestfs_h *g,\n"
12662 "             const char *directory);\n"
12663 "\n"
12664 msgstr ""
12665
12666 #. type: textblock
12667 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2607
12668 msgid ""
12669 "List the files in C<directory> (relative to the root directory, there is no "
12670 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12671 msgstr ""
12672
12673 #. type: textblock
12674 #: ../src/guestfs-actions.pod:3830
12675 msgid ""
12676 "This command is mostly useful for interactive sessions.  Programs should "
12677 "probably use C<guestfs_readdir> instead."
12678 msgstr ""
12679
12680 #. type: =head2
12681 #: ../src/guestfs-actions.pod:3839
12682 msgid "guestfs_lsetxattr"
12683 msgstr ""
12684
12685 #. type: verbatim
12686 #: ../src/guestfs-actions.pod:3841
12687 #, no-wrap
12688 msgid ""
12689 " int\n"
12690 " guestfs_lsetxattr (guestfs_h *g,\n"
12691 "                    const char *xattr,\n"
12692 "                    const char *val,\n"
12693 "                    int vallen,\n"
12694 "                    const char *path);\n"
12695 "\n"
12696 msgstr ""
12697
12698 #. type: textblock
12699 #: ../src/guestfs-actions.pod:3848
12700 msgid ""
12701 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12702 "then it sets an extended attribute of the link itself."
12703 msgstr ""
12704
12705 #. type: =head2
12706 #: ../src/guestfs-actions.pod:3856
12707 msgid "guestfs_lstat"
12708 msgstr ""
12709
12710 #. type: verbatim
12711 #: ../src/guestfs-actions.pod:3858
12712 #, no-wrap
12713 msgid ""
12714 " struct guestfs_stat *\n"
12715 " guestfs_lstat (guestfs_h *g,\n"
12716 "                const char *path);\n"
12717 "\n"
12718 msgstr ""
12719
12720 #. type: textblock
12721 #: ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:6521
12722 #: ../fish/guestfish-actions.pod:2626 ../fish/guestfish-actions.pod:4353
12723 msgid "Returns file information for the given C<path>."
12724 msgstr ""
12725
12726 #. type: textblock
12727 #: ../src/guestfs-actions.pod:3864
12728 msgid ""
12729 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12730 "link, then the link is stat-ed, not the file it refers to."
12731 msgstr ""
12732
12733 #. type: textblock
12734 #: ../src/guestfs-actions.pod:3868 ../fish/guestfish-actions.pod:2632
12735 msgid "This is the same as the C<lstat(2)> system call."
12736 msgstr ""
12737
12738 #. type: textblock
12739 #: ../src/guestfs-actions.pod:3870 ../src/guestfs-actions.pod:6525
12740 msgid ""
12741 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12742 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12743 msgstr ""
12744
12745 #. type: textblock
12746 #: ../src/guestfs-actions.pod:3874 ../src/guestfs-actions.pod:6529
12747 #: ../src/guestfs-actions.pod:6547 ../src/guestfs-actions.pod:6928
12748 msgid "(Added in 0.9.2)"
12749 msgstr ""
12750
12751 #. type: =head2
12752 #: ../src/guestfs-actions.pod:3876
12753 msgid "guestfs_lstatlist"
12754 msgstr ""
12755
12756 #. type: verbatim
12757 #: ../src/guestfs-actions.pod:3878
12758 #, no-wrap
12759 msgid ""
12760 " struct guestfs_stat_list *\n"
12761 " guestfs_lstatlist (guestfs_h *g,\n"
12762 "                    const char *path,\n"
12763 "                    char *const *names);\n"
12764 "\n"
12765 msgstr ""
12766
12767 #. type: textblock
12768 #: ../src/guestfs-actions.pod:3883
12769 msgid ""
12770 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12771 "files, where all files are in the directory C<path>.  C<names> is the list "
12772 "of files from this directory."
12773 msgstr ""
12774
12775 #. type: textblock
12776 #: ../src/guestfs-actions.pod:3887 ../fish/guestfish-actions.pod:2642
12777 msgid ""
12778 "On return you get a list of stat structs, with a one-to-one correspondence "
12779 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12780 "then the C<ino> field of that structure is set to C<-1>."
12781 msgstr ""
12782
12783 #. type: textblock
12784 #: ../src/guestfs-actions.pod:3892
12785 msgid ""
12786 "This call is intended for programs that want to efficiently list a directory "
12787 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12788 "for a similarly efficient call for getting extended attributes.  Very long "
12789 "directory listings might cause the protocol message size to be exceeded, "
12790 "causing this call to fail.  The caller must split up such requests into "
12791 "smaller groups of names."
12792 msgstr ""
12793
12794 #. type: textblock
12795 #: ../src/guestfs-actions.pod:3900
12796 msgid ""
12797 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12798 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12799 msgstr ""
12800
12801 #. type: =head2
12802 #: ../src/guestfs-actions.pod:3906
12803 msgid "guestfs_luks_add_key"
12804 msgstr ""
12805
12806 #. type: verbatim
12807 #: ../src/guestfs-actions.pod:3908
12808 #, no-wrap
12809 msgid ""
12810 " int\n"
12811 " guestfs_luks_add_key (guestfs_h *g,\n"
12812 "                       const char *device,\n"
12813 "                       const char *key,\n"
12814 "                       const char *newkey,\n"
12815 "                       int keyslot);\n"
12816 "\n"
12817 msgstr ""
12818
12819 #. type: textblock
12820 #: ../src/guestfs-actions.pod:3915 ../fish/guestfish-actions.pod:2659
12821 msgid ""
12822 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12823 "existing key, and is used to access the device.  C<newkey> is the new key to "
12824 "add.  C<keyslot> is the key slot that will be replaced."
12825 msgstr ""
12826
12827 #. type: textblock
12828 #: ../src/guestfs-actions.pod:3920
12829 msgid ""
12830 "Note that if C<keyslot> already contains a key, then this command will "
12831 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12832 msgstr ""
12833
12834 #. type: textblock
12835 #: ../src/guestfs-actions.pod:3926 ../src/guestfs-actions.pod:3966
12836 #: ../src/guestfs-actions.pod:3989 ../src/guestfs-actions.pod:4009
12837 #: ../src/guestfs-actions.pod:4041 ../src/guestfs-actions.pod:4060
12838 msgid ""
12839 "This function takes a key or passphrase parameter which could contain "
12840 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12841 "information."
12842 msgstr ""
12843
12844 #. type: textblock
12845 #: ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:3970
12846 #: ../src/guestfs-actions.pod:3993 ../src/guestfs-actions.pod:4013
12847 msgid "(Added in 1.5.2)"
12848 msgstr ""
12849
12850 #. type: =head2
12851 #: ../src/guestfs-actions.pod:3932
12852 msgid "guestfs_luks_close"
12853 msgstr ""
12854
12855 #. type: verbatim
12856 #: ../src/guestfs-actions.pod:3934
12857 #, no-wrap
12858 msgid ""
12859 " int\n"
12860 " guestfs_luks_close (guestfs_h *g,\n"
12861 "                     const char *device);\n"
12862 "\n"
12863 msgstr ""
12864
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:3938
12867 msgid ""
12868 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12869 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12870 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12871 "underlying block device."
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:3946 ../src/guestfs-actions.pod:4045
12876 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:4114
12877 #: ../src/guestfs-actions.pod:4162
12878 msgid "(Added in 1.5.1)"
12879 msgstr ""
12880
12881 #. type: =head2
12882 #: ../src/guestfs-actions.pod:3948
12883 msgid "guestfs_luks_format"
12884 msgstr ""
12885
12886 #. type: verbatim
12887 #: ../src/guestfs-actions.pod:3950
12888 #, no-wrap
12889 msgid ""
12890 " int\n"
12891 " guestfs_luks_format (guestfs_h *g,\n"
12892 "                      const char *device,\n"
12893 "                      const char *key,\n"
12894 "                      int keyslot);\n"
12895 "\n"
12896 msgstr ""
12897
12898 #. type: textblock
12899 #: ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2685
12900 msgid ""
12901 "This command erases existing data on C<device> and formats the device as a "
12902 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12903 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12904 msgstr ""
12905
12906 #. type: textblock
12907 #: ../src/guestfs-actions.pod:3963 ../src/guestfs-actions.pod:3986
12908 #: ../src/guestfs-actions.pod:4126 ../src/guestfs-actions.pod:5137
12909 #: ../src/guestfs-actions.pod:5919 ../src/guestfs-actions.pod:6328
12910 #: ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:6391
12911 #: ../src/guestfs-actions.pod:7573 ../fish/guestfish-actions.pod:2693
12912 #: ../fish/guestfish-actions.pod:2706 ../fish/guestfish-actions.pod:2790
12913 #: ../fish/guestfish-actions.pod:3394 ../fish/guestfish-actions.pod:3914
12914 #: ../fish/guestfish-actions.pod:4224 ../fish/guestfish-actions.pod:4247
12915 #: ../fish/guestfish-actions.pod:4269 ../fish/guestfish-actions.pod:4999
12916 msgid ""
12917 "B<This command is dangerous.  Without careful use you can easily destroy all "
12918 "your data>."
12919 msgstr ""
12920
12921 #. type: =head2
12922 #: ../src/guestfs-actions.pod:3972
12923 msgid "guestfs_luks_format_cipher"
12924 msgstr ""
12925
12926 #. type: verbatim
12927 #: ../src/guestfs-actions.pod:3974
12928 #, no-wrap
12929 msgid ""
12930 " int\n"
12931 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12932 "                             const char *device,\n"
12933 "                             const char *key,\n"
12934 "                             int keyslot,\n"
12935 "                             const char *cipher);\n"
12936 "\n"
12937 msgstr ""
12938
12939 #. type: textblock
12940 #: ../src/guestfs-actions.pod:3981
12941 msgid ""
12942 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12943 "set the C<cipher> used."
12944 msgstr ""
12945
12946 #. type: =head2
12947 #: ../src/guestfs-actions.pod:3995
12948 msgid "guestfs_luks_kill_slot"
12949 msgstr ""
12950
12951 #. type: verbatim
12952 #: ../src/guestfs-actions.pod:3997
12953 #, no-wrap
12954 msgid ""
12955 " int\n"
12956 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12957 "                         const char *device,\n"
12958 "                         const char *key,\n"
12959 "                         int keyslot);\n"
12960 "\n"
12961 msgstr ""
12962
12963 #. type: textblock
12964 #: ../src/guestfs-actions.pod:4003 ../fish/guestfish-actions.pod:2713
12965 msgid ""
12966 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12967 "device C<device>.  C<key> must be one of the I<other> keys."
12968 msgstr ""
12969
12970 #. type: =head2
12971 #: ../src/guestfs-actions.pod:4015
12972 msgid "guestfs_luks_open"
12973 msgstr ""
12974
12975 #. type: verbatim
12976 #: ../src/guestfs-actions.pod:4017
12977 #, no-wrap
12978 msgid ""
12979 " int\n"
12980 " guestfs_luks_open (guestfs_h *g,\n"
12981 "                    const char *device,\n"
12982 "                    const char *key,\n"
12983 "                    const char *mapname);\n"
12984 "\n"
12985 msgstr ""
12986
12987 #. type: textblock
12988 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2724
12989 msgid ""
12990 "This command opens a block device which has been encrypted according to the "
12991 "Linux Unified Key Setup (LUKS) standard."
12992 msgstr ""
12993
12994 #. type: textblock
12995 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2727
12996 msgid "C<device> is the encrypted block device or partition."
12997 msgstr ""
12998
12999 #. type: textblock
13000 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2729
13001 msgid ""
13002 "The caller must supply one of the keys associated with the LUKS block "
13003 "device, in the C<key> parameter."
13004 msgstr ""
13005
13006 #. type: textblock
13007 #: ../src/guestfs-actions.pod:4031 ../fish/guestfish-actions.pod:2732
13008 msgid ""
13009 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
13010 "writes to this block device are decrypted from and encrypted to the "
13011 "underlying C<device> respectively."
13012 msgstr ""
13013
13014 #. type: textblock
13015 #: ../src/guestfs-actions.pod:4035
13016 msgid ""
13017 "If this block device contains LVM volume groups, then calling "
13018 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13019 "visible."
13020 msgstr ""
13021
13022 #. type: =head2
13023 #: ../src/guestfs-actions.pod:4047
13024 msgid "guestfs_luks_open_ro"
13025 msgstr ""
13026
13027 #. type: verbatim
13028 #: ../src/guestfs-actions.pod:4049
13029 #, no-wrap
13030 msgid ""
13031 " int\n"
13032 " guestfs_luks_open_ro (guestfs_h *g,\n"
13033 "                       const char *device,\n"
13034 "                       const char *key,\n"
13035 "                       const char *mapname);\n"
13036 "\n"
13037 msgstr ""
13038
13039 #. type: textblock
13040 #: ../src/guestfs-actions.pod:4055
13041 msgid ""
13042 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13043 "created."
13044 msgstr ""
13045
13046 #. type: =head2
13047 #: ../src/guestfs-actions.pod:4066
13048 msgid "guestfs_lvcreate"
13049 msgstr ""
13050
13051 #. type: verbatim
13052 #: ../src/guestfs-actions.pod:4068
13053 #, no-wrap
13054 msgid ""
13055 " int\n"
13056 " guestfs_lvcreate (guestfs_h *g,\n"
13057 "                   const char *logvol,\n"
13058 "                   const char *volgroup,\n"
13059 "                   int mbytes);\n"
13060 "\n"
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4074 ../fish/guestfish-actions.pod:2757
13065 msgid ""
13066 "This creates an LVM logical volume called C<logvol> on the volume group "
13067 "C<volgroup>, with C<size> megabytes."
13068 msgstr ""
13069
13070 #. type: =head2
13071 #: ../src/guestfs-actions.pod:4081
13072 msgid "guestfs_lvm_canonical_lv_name"
13073 msgstr ""
13074
13075 #. type: verbatim
13076 #: ../src/guestfs-actions.pod:4083
13077 #, no-wrap
13078 msgid ""
13079 " char *\n"
13080 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13081 "                                const char *lvname);\n"
13082 "\n"
13083 msgstr ""
13084
13085 #. type: textblock
13086 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2764
13087 msgid ""
13088 "This converts alternative naming schemes for LVs that you might find to the "
13089 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13090 "LV>."
13091 msgstr ""
13092
13093 #. type: textblock
13094 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2768
13095 msgid ""
13096 "This command returns an error if the C<lvname> parameter does not refer to a "
13097 "logical volume."
13098 msgstr ""
13099
13100 #. type: textblock
13101 #: ../src/guestfs-actions.pod:4094
13102 msgid "See also C<guestfs_is_lv>."
13103 msgstr ""
13104
13105 #. type: textblock
13106 #: ../src/guestfs-actions.pod:4099
13107 msgid "(Added in 1.5.24)"
13108 msgstr ""
13109
13110 #. type: =head2
13111 #: ../src/guestfs-actions.pod:4101
13112 msgid "guestfs_lvm_clear_filter"
13113 msgstr ""
13114
13115 #. type: verbatim
13116 #: ../src/guestfs-actions.pod:4103
13117 #, no-wrap
13118 msgid ""
13119 " int\n"
13120 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13121 "\n"
13122 msgstr ""
13123
13124 #. type: textblock
13125 #: ../src/guestfs-actions.pod:4106
13126 msgid ""
13127 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13128 "see every block device."
13129 msgstr ""
13130
13131 #. type: textblock
13132 #: ../src/guestfs-actions.pod:4109 ../src/guestfs-actions.pod:4151
13133 #: ../fish/guestfish-actions.pod:2780 ../fish/guestfish-actions.pod:2811
13134 msgid ""
13135 "This command also clears the LVM cache and performs a volume group scan."
13136 msgstr ""
13137
13138 #. type: =head2
13139 #: ../src/guestfs-actions.pod:4116
13140 msgid "guestfs_lvm_remove_all"
13141 msgstr ""
13142
13143 #. type: verbatim
13144 #: ../src/guestfs-actions.pod:4118
13145 #, no-wrap
13146 msgid ""
13147 " int\n"
13148 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13149 "\n"
13150 msgstr ""
13151
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2787
13154 msgid ""
13155 "This command removes all LVM logical volumes, volume groups and physical "
13156 "volumes."
13157 msgstr ""
13158
13159 #. type: =head2
13160 #: ../src/guestfs-actions.pod:4131
13161 msgid "guestfs_lvm_set_filter"
13162 msgstr ""
13163
13164 #. type: verbatim
13165 #: ../src/guestfs-actions.pod:4133
13166 #, no-wrap
13167 msgid ""
13168 " int\n"
13169 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13170 "                         char *const *devices);\n"
13171 "\n"
13172 msgstr ""
13173
13174 #. type: textblock
13175 #: ../src/guestfs-actions.pod:4137 ../fish/guestfish-actions.pod:2797
13176 msgid ""
13177 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13178 "block devices in the list C<devices>, and will ignore all other attached "
13179 "block devices."
13180 msgstr ""
13181
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:4141 ../fish/guestfish-actions.pod:2801
13184 msgid ""
13185 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13186 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13187 "there are two types of duplication possible: either cloned PVs/VGs which "
13188 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13189 "same name.  In normal operation you cannot create this situation, but you "
13190 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13191 "inside the LVM metadata."
13192 msgstr ""
13193
13194 #. type: textblock
13195 #: ../src/guestfs-actions.pod:4154 ../fish/guestfish-actions.pod:2814
13196 msgid "You can filter whole block devices or individual partitions."
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4156 ../fish/guestfish-actions.pod:2816
13201 msgid ""
13202 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13203 "filesystem), even if you are not filtering out that VG."
13204 msgstr ""
13205
13206 #. type: =head2
13207 #: ../src/guestfs-actions.pod:4164
13208 msgid "guestfs_lvremove"
13209 msgstr ""
13210
13211 #. type: verbatim
13212 #: ../src/guestfs-actions.pod:4166
13213 #, no-wrap
13214 msgid ""
13215 " int\n"
13216 " guestfs_lvremove (guestfs_h *g,\n"
13217 "                   const char *device);\n"
13218 "\n"
13219 msgstr ""
13220
13221 #. type: textblock
13222 #: ../src/guestfs-actions.pod:4170 ../fish/guestfish-actions.pod:2824
13223 msgid ""
13224 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13225 "LV, such as C</dev/VG/LV>."
13226 msgstr ""
13227
13228 #. type: textblock
13229 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2827
13230 msgid ""
13231 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13232 "dev/VG>."
13233 msgstr ""
13234
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:5483
13237 #: ../src/guestfs-actions.pod:7304
13238 msgid "(Added in 1.0.13)"
13239 msgstr ""
13240
13241 #. type: =head2
13242 #: ../src/guestfs-actions.pod:4180
13243 msgid "guestfs_lvrename"
13244 msgstr ""
13245
13246 #. type: verbatim
13247 #: ../src/guestfs-actions.pod:4182
13248 #, no-wrap
13249 msgid ""
13250 " int\n"
13251 " guestfs_lvrename (guestfs_h *g,\n"
13252 "                   const char *logvol,\n"
13253 "                   const char *newlogvol);\n"
13254 "\n"
13255 msgstr ""
13256
13257 #. type: textblock
13258 #: ../src/guestfs-actions.pod:4187 ../fish/guestfish-actions.pod:2834
13259 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13260 msgstr ""
13261
13262 #. type: textblock
13263 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:7317
13264 msgid "(Added in 1.0.83)"
13265 msgstr ""
13266
13267 #. type: =head2
13268 #: ../src/guestfs-actions.pod:4193
13269 msgid "guestfs_lvresize"
13270 msgstr ""
13271
13272 #. type: verbatim
13273 #: ../src/guestfs-actions.pod:4195
13274 #, no-wrap
13275 msgid ""
13276 " int\n"
13277 " guestfs_lvresize (guestfs_h *g,\n"
13278 "                   const char *device,\n"
13279 "                   int mbytes);\n"
13280 "\n"
13281 msgstr ""
13282
13283 #. type: textblock
13284 #: ../src/guestfs-actions.pod:4200 ../fish/guestfish-actions.pod:2840
13285 msgid ""
13286 "This resizes (expands or shrinks) an existing LVM logical volume to "
13287 "C<mbytes>.  When reducing, data in the reduced part is lost."
13288 msgstr ""
13289
13290 #. type: =head2
13291 #: ../src/guestfs-actions.pod:4208
13292 msgid "guestfs_lvresize_free"
13293 msgstr ""
13294
13295 #. type: verbatim
13296 #: ../src/guestfs-actions.pod:4210
13297 #, no-wrap
13298 msgid ""
13299 " int\n"
13300 " guestfs_lvresize_free (guestfs_h *g,\n"
13301 "                        const char *lv,\n"
13302 "                        int percent);\n"
13303 "\n"
13304 msgstr ""
13305
13306 #. type: textblock
13307 #: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2848
13308 msgid ""
13309 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13310 "remaining free space in the volume group.  Commonly you would call this with "
13311 "pc = 100 which expands the logical volume as much as possible, using all "
13312 "remaining free space in the volume group."
13313 msgstr ""
13314
13315 #. type: textblock
13316 #: ../src/guestfs-actions.pod:4223
13317 msgid "(Added in 1.3.3)"
13318 msgstr ""
13319
13320 #. type: =head2
13321 #: ../src/guestfs-actions.pod:4225
13322 msgid "guestfs_lvs"
13323 msgstr ""
13324
13325 #. type: verbatim
13326 #: ../src/guestfs-actions.pod:4227
13327 #, no-wrap
13328 msgid ""
13329 " char **\n"
13330 " guestfs_lvs (guestfs_h *g);\n"
13331 "\n"
13332 msgstr ""
13333
13334 #. type: textblock
13335 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2858
13336 msgid ""
13337 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13338 "(8)> command."
13339 msgstr ""
13340
13341 #. type: textblock
13342 #: ../src/guestfs-actions.pod:4233 ../fish/guestfish-actions.pod:2861
13343 msgid ""
13344 "This returns a list of the logical volume device names (eg. C</dev/"
13345 "VolGroup00/LogVol00>)."
13346 msgstr ""
13347
13348 #. type: textblock
13349 #: ../src/guestfs-actions.pod:4236
13350 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13351 msgstr ""
13352
13353 #. type: =head2
13354 #: ../src/guestfs-actions.pod:4244
13355 msgid "guestfs_lvs_full"
13356 msgstr ""
13357
13358 #. type: verbatim
13359 #: ../src/guestfs-actions.pod:4246
13360 #, no-wrap
13361 msgid ""
13362 " struct guestfs_lvm_lv_list *\n"
13363 " guestfs_lvs_full (guestfs_h *g);\n"
13364 "\n"
13365 msgstr ""
13366
13367 #. type: textblock
13368 #: ../src/guestfs-actions.pod:4249 ../fish/guestfish-actions.pod:2870
13369 msgid ""
13370 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13371 "(8)> command.  The \"full\" version includes all fields."
13372 msgstr ""
13373
13374 #. type: textblock
13375 #: ../src/guestfs-actions.pod:4252
13376 msgid ""
13377 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13378 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13379 msgstr ""
13380
13381 #. type: =head2
13382 #: ../src/guestfs-actions.pod:4258
13383 msgid "guestfs_lvuuid"
13384 msgstr ""
13385
13386 #. type: verbatim
13387 #: ../src/guestfs-actions.pod:4260
13388 #, no-wrap
13389 msgid ""
13390 " char *\n"
13391 " guestfs_lvuuid (guestfs_h *g,\n"
13392 "                 const char *device);\n"
13393 "\n"
13394 msgstr ""
13395
13396 #. type: textblock
13397 #: ../src/guestfs-actions.pod:4264 ../fish/guestfish-actions.pod:2877
13398 msgid "This command returns the UUID of the LVM LV C<device>."
13399 msgstr ""
13400
13401 #. type: =head2
13402 #: ../src/guestfs-actions.pod:4271
13403 msgid "guestfs_lxattrlist"
13404 msgstr ""
13405
13406 #. type: verbatim
13407 #: ../src/guestfs-actions.pod:4273
13408 #, no-wrap
13409 msgid ""
13410 " struct guestfs_xattr_list *\n"
13411 " guestfs_lxattrlist (guestfs_h *g,\n"
13412 "                     const char *path,\n"
13413 "                     char *const *names);\n"
13414 "\n"
13415 msgstr ""
13416
13417 #. type: textblock
13418 #: ../src/guestfs-actions.pod:4278 ../fish/guestfish-actions.pod:2883
13419 msgid ""
13420 "This call allows you to get the extended attributes of multiple files, where "
13421 "all files are in the directory C<path>.  C<names> is the list of files from "
13422 "this directory."
13423 msgstr ""
13424
13425 #. type: textblock
13426 #: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2887
13427 msgid ""
13428 "On return you get a flat list of xattr structs which must be interpreted "
13429 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13430 "C<attrval> in this struct is zero-length to indicate there was an error "
13431 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13432 "number (the number of following attributes for this file, which could be C<"
13433 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13434 "for the first named file.  This repeats for the second and subsequent files."
13435 msgstr ""
13436
13437 #. type: textblock
13438 #: ../src/guestfs-actions.pod:4292
13439 msgid ""
13440 "This call is intended for programs that want to efficiently list a directory "
13441 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13442 "a similarly efficient call for getting standard stats.  Very long directory "
13443 "listings might cause the protocol message size to be exceeded, causing this "
13444 "call to fail.  The caller must split up such requests into smaller groups of "
13445 "names."
13446 msgstr ""
13447
13448 #. type: =head2
13449 #: ../src/guestfs-actions.pod:4306
13450 msgid "guestfs_mkdir"
13451 msgstr ""
13452
13453 #. type: verbatim
13454 #: ../src/guestfs-actions.pod:4308
13455 #, no-wrap
13456 msgid ""
13457 " int\n"
13458 " guestfs_mkdir (guestfs_h *g,\n"
13459 "                const char *path);\n"
13460 "\n"
13461 msgstr ""
13462
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2909
13465 msgid "Create a directory named C<path>."
13466 msgstr ""
13467
13468 #. type: =head2
13469 #: ../src/guestfs-actions.pod:4318
13470 msgid "guestfs_mkdir_mode"
13471 msgstr ""
13472
13473 #. type: verbatim
13474 #: ../src/guestfs-actions.pod:4320
13475 #, no-wrap
13476 msgid ""
13477 " int\n"
13478 " guestfs_mkdir_mode (guestfs_h *g,\n"
13479 "                     const char *path,\n"
13480 "                     int mode);\n"
13481 "\n"
13482 msgstr ""
13483
13484 #. type: textblock
13485 #: ../src/guestfs-actions.pod:4325 ../fish/guestfish-actions.pod:2915
13486 msgid ""
13487 "This command creates a directory, setting the initial permissions of the "
13488 "directory to C<mode>."
13489 msgstr ""
13490
13491 #. type: textblock
13492 #: ../src/guestfs-actions.pod:4328 ../fish/guestfish-actions.pod:2918
13493 msgid ""
13494 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13495 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13496 "other ways."
13497 msgstr ""
13498
13499 #. type: textblock
13500 #: ../src/guestfs-actions.pod:4332
13501 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13502 msgstr ""
13503
13504 #. type: =head2
13505 #: ../src/guestfs-actions.pod:4338
13506 msgid "guestfs_mkdir_p"
13507 msgstr ""
13508
13509 #. type: verbatim
13510 #: ../src/guestfs-actions.pod:4340
13511 #, no-wrap
13512 msgid ""
13513 " int\n"
13514 " guestfs_mkdir_p (guestfs_h *g,\n"
13515 "                  const char *path);\n"
13516 "\n"
13517 msgstr ""
13518
13519 #. type: textblock
13520 #: ../src/guestfs-actions.pod:4344 ../fish/guestfish-actions.pod:2928
13521 msgid ""
13522 "Create a directory named C<path>, creating any parent directories as "
13523 "necessary.  This is like the C<mkdir -p> shell command."
13524 msgstr ""
13525
13526 #. type: =head2
13527 #: ../src/guestfs-actions.pod:4351
13528 msgid "guestfs_mkdtemp"
13529 msgstr ""
13530
13531 #. type: verbatim
13532 #: ../src/guestfs-actions.pod:4353
13533 #, no-wrap
13534 msgid ""
13535 " char *\n"
13536 " guestfs_mkdtemp (guestfs_h *g,\n"
13537 "                  const char *template);\n"
13538 "\n"
13539 msgstr ""
13540
13541 #. type: textblock
13542 #: ../src/guestfs-actions.pod:4357 ../fish/guestfish-actions.pod:2935
13543 msgid ""
13544 "This command creates a temporary directory.  The C<template> parameter "
13545 "should be a full pathname for the temporary directory name with the final "
13546 "six characters being \"XXXXXX\"."
13547 msgstr ""
13548
13549 #. type: textblock
13550 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2940
13551 msgid ""
13552 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13553 "being suitable for Windows filesystems."
13554 msgstr ""
13555
13556 #. type: textblock
13557 #: ../src/guestfs-actions.pod:4365 ../fish/guestfish-actions.pod:2943
13558 msgid "The name of the temporary directory that was created is returned."
13559 msgstr ""
13560
13561 #. type: textblock
13562 #: ../src/guestfs-actions.pod:4368 ../fish/guestfish-actions.pod:2946
13563 msgid "The temporary directory is created with mode 0700 and is owned by root."
13564 msgstr ""
13565
13566 #. type: textblock
13567 #: ../src/guestfs-actions.pod:4371 ../fish/guestfish-actions.pod:2949
13568 msgid ""
13569 "The caller is responsible for deleting the temporary directory and its "
13570 "contents after use."
13571 msgstr ""
13572
13573 #. type: textblock
13574 #: ../src/guestfs-actions.pod:4374 ../fish/guestfish-actions.pod:2952
13575 msgid "See also: L<mkdtemp(3)>"
13576 msgstr ""
13577
13578 #. type: =head2
13579 #: ../src/guestfs-actions.pod:4381
13580 msgid "guestfs_mke2fs_J"
13581 msgstr ""
13582
13583 #. type: verbatim
13584 #: ../src/guestfs-actions.pod:4383
13585 #, no-wrap
13586 msgid ""
13587 " int\n"
13588 " guestfs_mke2fs_J (guestfs_h *g,\n"
13589 "                   const char *fstype,\n"
13590 "                   int blocksize,\n"
13591 "                   const char *device,\n"
13592 "                   const char *journal);\n"
13593 "\n"
13594 msgstr ""
13595
13596 #. type: textblock
13597 #: ../src/guestfs-actions.pod:4390 ../fish/guestfish-actions.pod:2958
13598 msgid ""
13599 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13600 "C<journal>.  It is equivalent to the command:"
13601 msgstr ""
13602
13603 #. type: verbatim
13604 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2962
13605 #, no-wrap
13606 msgid ""
13607 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13608 "\n"
13609 msgstr ""
13610
13611 #. type: textblock
13612 #: ../src/guestfs-actions.pod:4396
13613 msgid "See also C<guestfs_mke2journal>."
13614 msgstr ""
13615
13616 #. type: textblock
13617 #: ../src/guestfs-actions.pod:4400 ../src/guestfs-actions.pod:4418
13618 #: ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:4452
13619 #: ../src/guestfs-actions.pod:4466 ../src/guestfs-actions.pod:4480
13620 #: ../src/guestfs-actions.pod:4539 ../src/guestfs-actions.pod:4816
13621 msgid "(Added in 1.0.68)"
13622 msgstr ""
13623
13624 #. type: =head2
13625 #: ../src/guestfs-actions.pod:4402
13626 msgid "guestfs_mke2fs_JL"
13627 msgstr ""
13628
13629 #. type: verbatim
13630 #: ../src/guestfs-actions.pod:4404
13631 #, no-wrap
13632 msgid ""
13633 " int\n"
13634 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13635 "                    const char *fstype,\n"
13636 "                    int blocksize,\n"
13637 "                    const char *device,\n"
13638 "                    const char *label);\n"
13639 "\n"
13640 msgstr ""
13641
13642 #. type: textblock
13643 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2970
13644 msgid ""
13645 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13646 "the journal labeled C<label>."
13647 msgstr ""
13648
13649 #. type: textblock
13650 #: ../src/guestfs-actions.pod:4414
13651 msgid "See also C<guestfs_mke2journal_L>."
13652 msgstr ""
13653
13654 #. type: =head2
13655 #: ../src/guestfs-actions.pod:4420
13656 msgid "guestfs_mke2fs_JU"
13657 msgstr ""
13658
13659 #. type: verbatim
13660 #: ../src/guestfs-actions.pod:4422
13661 #, no-wrap
13662 msgid ""
13663 " int\n"
13664 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13665 "                    const char *fstype,\n"
13666 "                    int blocksize,\n"
13667 "                    const char *device,\n"
13668 "                    const char *uuid);\n"
13669 "\n"
13670 msgstr ""
13671
13672 #. type: textblock
13673 #: ../src/guestfs-actions.pod:4429 ../fish/guestfish-actions.pod:2979
13674 msgid ""
13675 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13676 "the journal with UUID C<uuid>."
13677 msgstr ""
13678
13679 #. type: textblock
13680 #: ../src/guestfs-actions.pod:4432
13681 msgid "See also C<guestfs_mke2journal_U>."
13682 msgstr ""
13683
13684 #. type: =head2
13685 #: ../src/guestfs-actions.pod:4438
13686 msgid "guestfs_mke2journal"
13687 msgstr ""
13688
13689 #. type: verbatim
13690 #: ../src/guestfs-actions.pod:4440
13691 #, no-wrap
13692 msgid ""
13693 " int\n"
13694 " guestfs_mke2journal (guestfs_h *g,\n"
13695 "                      int blocksize,\n"
13696 "                      const char *device);\n"
13697 "\n"
13698 msgstr ""
13699
13700 #. type: textblock
13701 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2988
13702 msgid ""
13703 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13704 "command:"
13705 msgstr ""
13706
13707 #. type: verbatim
13708 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:2991
13709 #, no-wrap
13710 msgid ""
13711 " mke2fs -O journal_dev -b blocksize device\n"
13712 "\n"
13713 msgstr ""
13714
13715 #. type: =head2
13716 #: ../src/guestfs-actions.pod:4454
13717 msgid "guestfs_mke2journal_L"
13718 msgstr ""
13719
13720 #. type: verbatim
13721 #: ../src/guestfs-actions.pod:4456
13722 #, no-wrap
13723 msgid ""
13724 " int\n"
13725 " guestfs_mke2journal_L (guestfs_h *g,\n"
13726 "                        int blocksize,\n"
13727 "                        const char *label,\n"
13728 "                        const char *device);\n"
13729 "\n"
13730 msgstr ""
13731
13732 #. type: textblock
13733 #: ../src/guestfs-actions.pod:4462 ../fish/guestfish-actions.pod:2997
13734 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13735 msgstr ""
13736
13737 #. type: =head2
13738 #: ../src/guestfs-actions.pod:4468
13739 msgid "guestfs_mke2journal_U"
13740 msgstr ""
13741
13742 #. type: verbatim
13743 #: ../src/guestfs-actions.pod:4470
13744 #, no-wrap
13745 msgid ""
13746 " int\n"
13747 " guestfs_mke2journal_U (guestfs_h *g,\n"
13748 "                        int blocksize,\n"
13749 "                        const char *uuid,\n"
13750 "                        const char *device);\n"
13751 "\n"
13752 msgstr ""
13753
13754 #. type: textblock
13755 #: ../src/guestfs-actions.pod:4476 ../fish/guestfish-actions.pod:3003
13756 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13757 msgstr ""
13758
13759 #. type: =head2
13760 #: ../src/guestfs-actions.pod:4482
13761 msgid "guestfs_mkfifo"
13762 msgstr ""
13763
13764 #. type: verbatim
13765 #: ../src/guestfs-actions.pod:4484
13766 #, no-wrap
13767 msgid ""
13768 " int\n"
13769 " guestfs_mkfifo (guestfs_h *g,\n"
13770 "                 int mode,\n"
13771 "                 const char *path);\n"
13772 "\n"
13773 msgstr ""
13774
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:4489
13777 msgid ""
13778 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13779 "is just a convenient wrapper around C<guestfs_mknod>."
13780 msgstr ""
13781
13782 #. type: =head2
13783 #: ../src/guestfs-actions.pod:4499
13784 msgid "guestfs_mkfs"
13785 msgstr ""
13786
13787 #. type: verbatim
13788 #: ../src/guestfs-actions.pod:4501
13789 #, no-wrap
13790 msgid ""
13791 " int\n"
13792 " guestfs_mkfs (guestfs_h *g,\n"
13793 "               const char *fstype,\n"
13794 "               const char *device);\n"
13795 "\n"
13796 msgstr ""
13797
13798 #. type: textblock
13799 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3019
13800 msgid ""
13801 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13802 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13803 msgstr ""
13804
13805 #. type: =head2
13806 #: ../src/guestfs-actions.pod:4514
13807 msgid "guestfs_mkfs_b"
13808 msgstr ""
13809
13810 #. type: verbatim
13811 #: ../src/guestfs-actions.pod:4516
13812 #, no-wrap
13813 msgid ""
13814 " int\n"
13815 " guestfs_mkfs_b (guestfs_h *g,\n"
13816 "                 const char *fstype,\n"
13817 "                 int blocksize,\n"
13818 "                 const char *device);\n"
13819 "\n"
13820 msgstr ""
13821
13822 #. type: textblock
13823 #: ../src/guestfs-actions.pod:4522
13824 msgid ""
13825 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13826 "block size of the resulting filesystem.  Supported block sizes depend on the "
13827 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13828 msgstr ""
13829
13830 #. type: textblock
13831 #: ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4572
13832 #: ../fish/guestfish-actions.pod:3032 ../fish/guestfish-actions.pod:3059
13833 msgid ""
13834 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13835 "cluster size."
13836 msgstr ""
13837
13838 #. type: textblock
13839 #: ../src/guestfs-actions.pod:4532 ../fish/guestfish-actions.pod:3035
13840 msgid ""
13841 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13842 msgstr ""
13843
13844 #. type: =head2
13845 #: ../src/guestfs-actions.pod:4541
13846 msgid "guestfs_mkfs_opts"
13847 msgstr ""
13848
13849 #. type: verbatim
13850 #: ../src/guestfs-actions.pod:4543
13851 #, no-wrap
13852 msgid ""
13853 " int\n"
13854 " guestfs_mkfs_opts (guestfs_h *g,\n"
13855 "                    const char *fstype,\n"
13856 "                    const char *device,\n"
13857 "                    ...);\n"
13858 "\n"
13859 msgstr ""
13860
13861 #. type: verbatim
13862 #: ../src/guestfs-actions.pod:4554
13863 #, no-wrap
13864 msgid ""
13865 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13866 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13867 " GUESTFS_MKFS_OPTS_INODE, int inode,\n"
13868 " GUESTFS_MKFS_OPTS_SECTORSIZE, int sectorsize,\n"
13869 "\n"
13870 msgstr ""
13871
13872 #. type: textblock
13873 #: ../src/guestfs-actions.pod:4559 ../fish/guestfish-actions.pod:3046
13874 msgid ""
13875 "This function creates a filesystem on C<device>.  The filesystem type is "
13876 "C<fstype>, for example C<ext3>."
13877 msgstr ""
13878
13879 #. type: =item
13880 #: ../src/guestfs-actions.pod:4566 ../fish/guestfish-actions.pod:3053
13881 msgid "C<blocksize>"
13882 msgstr ""
13883
13884 #. type: textblock
13885 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3055
13886 msgid ""
13887 "The filesystem block size.  Supported block sizes depend on the filesystem "
13888 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13889 "filesystems."
13890 msgstr ""
13891
13892 #. type: textblock
13893 #: ../src/guestfs-actions.pod:4575 ../fish/guestfish-actions.pod:3062
13894 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13895 msgstr ""
13896
13897 #. type: =item
13898 #: ../src/guestfs-actions.pod:4577 ../fish/guestfish-actions.pod:3064
13899 msgid "C<features>"
13900 msgstr ""
13901
13902 #. type: textblock
13903 #: ../src/guestfs-actions.pod:4579 ../fish/guestfish-actions.pod:3066
13904 msgid "This passes the I<-O> parameter to the external mkfs program."
13905 msgstr ""
13906
13907 #. type: textblock
13908 #: ../src/guestfs-actions.pod:4581 ../fish/guestfish-actions.pod:3068
13909 msgid ""
13910 "For certain filesystem types, this allows extra filesystem features to be "
13911 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13912 msgstr ""
13913
13914 #. type: textblock
13915 #: ../src/guestfs-actions.pod:4585 ../fish/guestfish-actions.pod:3072
13916 msgid ""
13917 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13918 "type."
13919 msgstr ""
13920
13921 #. type: =item
13922 #: ../src/guestfs-actions.pod:4588 ../fish/guestfish-actions.pod:3075
13923 #, fuzzy
13924 #| msgid "C<inspector>"
13925 msgid "C<inode>"
13926 msgstr "C<inspector>"
13927
13928 #. type: textblock
13929 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3077
13930 msgid ""
13931 "This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
13932 "sets the inode size (only for ext2/3/4 filesystems at present)."
13933 msgstr ""
13934
13935 #. type: =item
13936 #: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3080
13937 #, fuzzy
13938 #| msgid "C<inspector>"
13939 msgid "C<sectorsize>"
13940 msgstr "C<inspector>"
13941
13942 #. type: textblock
13943 #: ../src/guestfs-actions.pod:4595 ../fish/guestfish-actions.pod:3082
13944 msgid ""
13945 "This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
13946 "sets sector size for ufs filesystem."
13947 msgstr ""
13948
13949 #. type: textblock
13950 #: ../src/guestfs-actions.pod:4602
13951 msgid "(Added in 1.7.19)"
13952 msgstr ""
13953
13954 #. type: =head2
13955 #: ../src/guestfs-actions.pod:4604
13956 msgid "guestfs_mkfs_opts_va"
13957 msgstr ""
13958
13959 #. type: verbatim
13960 #: ../src/guestfs-actions.pod:4606
13961 #, no-wrap
13962 msgid ""
13963 " int\n"
13964 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13965 "                       const char *fstype,\n"
13966 "                       const char *device,\n"
13967 "                       va_list args);\n"
13968 "\n"
13969 msgstr ""
13970
13971 #. type: textblock
13972 #: ../src/guestfs-actions.pod:4612
13973 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13974 msgstr ""
13975
13976 #. type: =head2
13977 #: ../src/guestfs-actions.pod:4616
13978 msgid "guestfs_mkfs_opts_argv"
13979 msgstr ""
13980
13981 #. type: verbatim
13982 #: ../src/guestfs-actions.pod:4618
13983 #, no-wrap
13984 msgid ""
13985 " int\n"
13986 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13987 "                         const char *fstype,\n"
13988 "                         const char *device,\n"
13989 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13990 "\n"
13991 msgstr ""
13992
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:4624
13995 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13996 msgstr ""
13997
13998 #. type: =head2
13999 #: ../src/guestfs-actions.pod:4628
14000 msgid "guestfs_mkmountpoint"
14001 msgstr ""
14002
14003 #. type: verbatim
14004 #: ../src/guestfs-actions.pod:4630
14005 #, no-wrap
14006 msgid ""
14007 " int\n"
14008 " guestfs_mkmountpoint (guestfs_h *g,\n"
14009 "                       const char *exemptpath);\n"
14010 "\n"
14011 msgstr ""
14012
14013 #. type: textblock
14014 #: ../src/guestfs-actions.pod:4634
14015 msgid ""
14016 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14017 "that can be used to create extra mountpoints before mounting the first "
14018 "filesystem."
14019 msgstr ""
14020
14021 #. type: textblock
14022 #: ../src/guestfs-actions.pod:4638 ../fish/guestfish-actions.pod:3097
14023 msgid ""
14024 "These calls are I<only> necessary in some very limited circumstances, mainly "
14025 "the case where you want to mount a mix of unrelated and/or read-only "
14026 "filesystems together."
14027 msgstr ""
14028
14029 #. type: textblock
14030 #: ../src/guestfs-actions.pod:4642 ../fish/guestfish-actions.pod:3101
14031 msgid ""
14032 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14033 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14034 "inside that.  You can unpack this as follows in guestfish:"
14035 msgstr ""
14036
14037 #. type: verbatim
14038 #: ../src/guestfs-actions.pod:4647 ../fish/guestfish-actions.pod:3106
14039 #, no-wrap
14040 msgid ""
14041 " add-ro Fedora-11-i686-Live.iso\n"
14042 " run\n"
14043 " mkmountpoint /cd\n"
14044 " mkmountpoint /sqsh\n"
14045 " mkmountpoint /ext3fs\n"
14046 " mount /dev/sda /cd\n"
14047 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14048 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14049 "\n"
14050 msgstr ""
14051
14052 #. type: textblock
14053 #: ../src/guestfs-actions.pod:4656 ../fish/guestfish-actions.pod:3115
14054 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14055 msgstr ""
14056
14057 #. type: textblock
14058 #: ../src/guestfs-actions.pod:4658
14059 msgid ""
14060 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14061 "may get unexpected errors if you try to mix these calls.  It is safest to "
14062 "manually unmount filesystems and remove mountpoints after use."
14063 msgstr ""
14064
14065 #. type: textblock
14066 #: ../src/guestfs-actions.pod:4662
14067 msgid ""
14068 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14069 "first, so for this to work for manual mountpoints, you must ensure that the "
14070 "innermost mountpoints have the longest pathnames, as in the example code "
14071 "above."
14072 msgstr ""
14073
14074 #. type: textblock
14075 #: ../src/guestfs-actions.pod:4667 ../fish/guestfish-actions.pod:3126
14076 msgid ""
14077 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14078 msgstr ""
14079
14080 #. type: textblock
14081 #: ../src/guestfs-actions.pod:4669
14082 msgid ""
14083 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14084 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
14085 "can also trigger these issues."
14086 msgstr ""
14087
14088 #. type: textblock
14089 #: ../src/guestfs-actions.pod:4675 ../src/guestfs-actions.pod:4991
14090 #: ../src/guestfs-actions.pod:5903
14091 msgid "(Added in 1.0.62)"
14092 msgstr ""
14093
14094 #. type: =head2
14095 #: ../src/guestfs-actions.pod:4677
14096 msgid "guestfs_mknod"
14097 msgstr ""
14098
14099 #. type: verbatim
14100 #: ../src/guestfs-actions.pod:4679
14101 #, no-wrap
14102 msgid ""
14103 " int\n"
14104 " guestfs_mknod (guestfs_h *g,\n"
14105 "                int mode,\n"
14106 "                int devmajor,\n"
14107 "                int devminor,\n"
14108 "                const char *path);\n"
14109 "\n"
14110 msgstr ""
14111
14112 #. type: textblock
14113 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3136
14114 msgid ""
14115 "This call creates block or character special devices, or named pipes (FIFOs)."
14116 msgstr ""
14117
14118 #. type: textblock
14119 #: ../src/guestfs-actions.pod:4689 ../fish/guestfish-actions.pod:3139
14120 msgid ""
14121 "The C<mode> parameter should be the mode, using the standard constants.  "
14122 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14123 "used when creating block and character special devices."
14124 msgstr ""
14125
14126 #. type: textblock
14127 #: ../src/guestfs-actions.pod:4694
14128 msgid ""
14129 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14130 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14131 "regular file).  These constants are available in the standard Linux header "
14132 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14133 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14134 "the appropriate constant for you."
14135 msgstr ""
14136
14137 #. type: =head2
14138 #: ../src/guestfs-actions.pod:4708
14139 msgid "guestfs_mknod_b"
14140 msgstr ""
14141
14142 #. type: verbatim
14143 #: ../src/guestfs-actions.pod:4710
14144 #, no-wrap
14145 msgid ""
14146 " int\n"
14147 " guestfs_mknod_b (guestfs_h *g,\n"
14148 "                  int mode,\n"
14149 "                  int devmajor,\n"
14150 "                  int devminor,\n"
14151 "                  const char *path);\n"
14152 "\n"
14153 msgstr ""
14154
14155 #. type: textblock
14156 #: ../src/guestfs-actions.pod:4717
14157 msgid ""
14158 "This call creates a block device node called C<path> with mode C<mode> and "
14159 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14160 "wrapper around C<guestfs_mknod>."
14161 msgstr ""
14162
14163 #. type: =head2
14164 #: ../src/guestfs-actions.pod:4727
14165 msgid "guestfs_mknod_c"
14166 msgstr ""
14167
14168 #. type: verbatim
14169 #: ../src/guestfs-actions.pod:4729
14170 #, no-wrap
14171 msgid ""
14172 " int\n"
14173 " guestfs_mknod_c (guestfs_h *g,\n"
14174 "                  int mode,\n"
14175 "                  int devmajor,\n"
14176 "                  int devminor,\n"
14177 "                  const char *path);\n"
14178 "\n"
14179 msgstr ""
14180
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:4736
14183 msgid ""
14184 "This call creates a char device node called C<path> with mode C<mode> and "
14185 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14186 "wrapper around C<guestfs_mknod>."
14187 msgstr ""
14188
14189 #. type: =head2
14190 #: ../src/guestfs-actions.pod:4746
14191 msgid "guestfs_mkswap"
14192 msgstr ""
14193
14194 #. type: verbatim
14195 #: ../src/guestfs-actions.pod:4748
14196 #, no-wrap
14197 msgid ""
14198 " int\n"
14199 " guestfs_mkswap (guestfs_h *g,\n"
14200 "                 const char *device);\n"
14201 "\n"
14202 msgstr ""
14203
14204 #. type: textblock
14205 #: ../src/guestfs-actions.pod:4752 ../fish/guestfish-actions.pod:3178
14206 msgid "Create a swap partition on C<device>."
14207 msgstr ""
14208
14209 #. type: =head2
14210 #: ../src/guestfs-actions.pod:4758
14211 msgid "guestfs_mkswap_L"
14212 msgstr ""
14213
14214 #. type: verbatim
14215 #: ../src/guestfs-actions.pod:4760
14216 #, no-wrap
14217 msgid ""
14218 " int\n"
14219 " guestfs_mkswap_L (guestfs_h *g,\n"
14220 "                   const char *label,\n"
14221 "                   const char *device);\n"
14222 "\n"
14223 msgstr ""
14224
14225 #. type: textblock
14226 #: ../src/guestfs-actions.pod:4765 ../fish/guestfish-actions.pod:3184
14227 msgid "Create a swap partition on C<device> with label C<label>."
14228 msgstr ""
14229
14230 #. type: textblock
14231 #: ../src/guestfs-actions.pod:4767 ../fish/guestfish-actions.pod:3186
14232 msgid ""
14233 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14234 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14235 "or swap tools."
14236 msgstr ""
14237
14238 #. type: =head2
14239 #: ../src/guestfs-actions.pod:4775
14240 msgid "guestfs_mkswap_U"
14241 msgstr ""
14242
14243 #. type: verbatim
14244 #: ../src/guestfs-actions.pod:4777
14245 #, no-wrap
14246 msgid ""
14247 " int\n"
14248 " guestfs_mkswap_U (guestfs_h *g,\n"
14249 "                   const char *uuid,\n"
14250 "                   const char *device);\n"
14251 "\n"
14252 msgstr ""
14253
14254 #. type: textblock
14255 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3194
14256 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14257 msgstr ""
14258
14259 #. type: =head2
14260 #: ../src/guestfs-actions.pod:4788
14261 msgid "guestfs_mkswap_file"
14262 msgstr ""
14263
14264 #. type: verbatim
14265 #: ../src/guestfs-actions.pod:4790
14266 #, no-wrap
14267 msgid ""
14268 " int\n"
14269 " guestfs_mkswap_file (guestfs_h *g,\n"
14270 "                      const char *path);\n"
14271 "\n"
14272 msgstr ""
14273
14274 #. type: textblock
14275 #: ../src/guestfs-actions.pod:4794 ../fish/guestfish-actions.pod:3200
14276 msgid "Create a swap file."
14277 msgstr ""
14278
14279 #. type: textblock
14280 #: ../src/guestfs-actions.pod:4796
14281 msgid ""
14282 "This command just writes a swap file signature to an existing file.  To "
14283 "create the file itself, use something like C<guestfs_fallocate>."
14284 msgstr ""
14285
14286 #. type: =head2
14287 #: ../src/guestfs-actions.pod:4803
14288 msgid "guestfs_modprobe"
14289 msgstr ""
14290
14291 #. type: verbatim
14292 #: ../src/guestfs-actions.pod:4805
14293 #, no-wrap
14294 msgid ""
14295 " int\n"
14296 " guestfs_modprobe (guestfs_h *g,\n"
14297 "                   const char *modulename);\n"
14298 "\n"
14299 msgstr ""
14300
14301 #. type: textblock
14302 #: ../src/guestfs-actions.pod:4809 ../fish/guestfish-actions.pod:3209
14303 msgid "This loads a kernel module in the appliance."
14304 msgstr ""
14305
14306 #. type: textblock
14307 #: ../src/guestfs-actions.pod:4811 ../fish/guestfish-actions.pod:3211
14308 msgid ""
14309 "The kernel module must have been whitelisted when libguestfs was built (see "
14310 "C<appliance/kmod.whitelist.in> in the source)."
14311 msgstr ""
14312
14313 #. type: =head2
14314 #: ../src/guestfs-actions.pod:4818
14315 msgid "guestfs_mount"
14316 msgstr ""
14317
14318 #. type: verbatim
14319 #: ../src/guestfs-actions.pod:4820
14320 #, no-wrap
14321 msgid ""
14322 " int\n"
14323 " guestfs_mount (guestfs_h *g,\n"
14324 "                const char *device,\n"
14325 "                const char *mountpoint);\n"
14326 "\n"
14327 msgstr ""
14328
14329 #. type: textblock
14330 #: ../src/guestfs-actions.pod:4825 ../fish/guestfish-actions.pod:3218
14331 msgid ""
14332 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14333 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14334 "those block devices contain partitions, they will have the usual names (eg. "
14335 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14336 msgstr ""
14337
14338 #. type: textblock
14339 #: ../src/guestfs-actions.pod:4831 ../fish/guestfish-actions.pod:3224
14340 msgid ""
14341 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14342 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14343 "mounted on directories which already exist."
14344 msgstr ""
14345
14346 #. type: textblock
14347 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3229
14348 msgid ""
14349 "The mounted filesystem is writable, if we have sufficient permissions on the "
14350 "underlying device."
14351 msgstr ""
14352
14353 #. type: textblock
14354 #: ../src/guestfs-actions.pod:4839
14355 msgid ""
14356 "B<Important note:> When you use this call, the filesystem options C<sync> "
14357 "and C<noatime> are set implicitly.  This was originally done because we "
14358 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14359 "very large negative performance impact and negligible effect on "
14360 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14361 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14362 "(use an empty string for the first parameter if you don't want any options)."
14363 msgstr ""
14364
14365 #. type: textblock
14366 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3242
14367 msgid ""
14368 "This function is deprecated.  In new code, use the C<mount_options> call "
14369 "instead."
14370 msgstr ""
14371
14372 #. type: =head2
14373 #: ../src/guestfs-actions.pod:4860
14374 msgid "guestfs_mount_9p"
14375 msgstr ""
14376
14377 #. type: verbatim
14378 #: ../src/guestfs-actions.pod:4862
14379 #, no-wrap
14380 msgid ""
14381 " int\n"
14382 " guestfs_mount_9p (guestfs_h *g,\n"
14383 "                   const char *mounttag,\n"
14384 "                   const char *mountpoint,\n"
14385 "                   ...);\n"
14386 "\n"
14387 msgstr ""
14388
14389 #. type: verbatim
14390 #: ../src/guestfs-actions.pod:4873
14391 #, no-wrap
14392 msgid ""
14393 " GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
14394 "\n"
14395 msgstr ""
14396
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:4875 ../fish/guestfish-actions.pod:3253
14399 msgid ""
14400 "Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
14401 "C<mountpoint>."
14402 msgstr ""
14403
14404 #. type: textblock
14405 #: ../src/guestfs-actions.pod:4878 ../fish/guestfish-actions.pod:3256
14406 msgid ""
14407 "If required, C<trans=virtio> will be automatically added to the options.  "
14408 "Any other options required can be passed in the optional C<options> "
14409 "parameter."
14410 msgstr ""
14411
14412 #. type: =head2
14413 #: ../src/guestfs-actions.pod:4886
14414 msgid "guestfs_mount_9p_va"
14415 msgstr ""
14416
14417 #. type: verbatim
14418 #: ../src/guestfs-actions.pod:4888
14419 #, no-wrap
14420 msgid ""
14421 " int\n"
14422 " guestfs_mount_9p_va (guestfs_h *g,\n"
14423 "                      const char *mounttag,\n"
14424 "                      const char *mountpoint,\n"
14425 "                      va_list args);\n"
14426 "\n"
14427 msgstr ""
14428
14429 #. type: textblock
14430 #: ../src/guestfs-actions.pod:4894
14431 msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
14432 msgstr ""
14433
14434 #. type: =head2
14435 #: ../src/guestfs-actions.pod:4898
14436 msgid "guestfs_mount_9p_argv"
14437 msgstr ""
14438
14439 #. type: verbatim
14440 #: ../src/guestfs-actions.pod:4900
14441 #, no-wrap
14442 msgid ""
14443 " int\n"
14444 " guestfs_mount_9p_argv (guestfs_h *g,\n"
14445 "                        const char *mounttag,\n"
14446 "                        const char *mountpoint,\n"
14447 "                        const struct guestfs_mount_9p_argv *optargs);\n"
14448 "\n"
14449 msgstr ""
14450
14451 #. type: textblock
14452 #: ../src/guestfs-actions.pod:4906
14453 msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
14454 msgstr ""
14455
14456 #. type: =head2
14457 #: ../src/guestfs-actions.pod:4910
14458 msgid "guestfs_mount_loop"
14459 msgstr ""
14460
14461 #. type: verbatim
14462 #: ../src/guestfs-actions.pod:4912
14463 #, no-wrap
14464 msgid ""
14465 " int\n"
14466 " guestfs_mount_loop (guestfs_h *g,\n"
14467 "                     const char *file,\n"
14468 "                     const char *mountpoint);\n"
14469 "\n"
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:4917 ../fish/guestfish-actions.pod:3266
14474 msgid ""
14475 "This command lets you mount C<file> (a filesystem image in a file) on a "
14476 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14477 "mountpoint>."
14478 msgstr ""
14479
14480 #. type: =head2
14481 #: ../src/guestfs-actions.pod:4925
14482 msgid "guestfs_mount_options"
14483 msgstr ""
14484
14485 #. type: verbatim
14486 #: ../src/guestfs-actions.pod:4927
14487 #, no-wrap
14488 msgid ""
14489 " int\n"
14490 " guestfs_mount_options (guestfs_h *g,\n"
14491 "                        const char *options,\n"
14492 "                        const char *device,\n"
14493 "                        const char *mountpoint);\n"
14494 "\n"
14495 msgstr ""
14496
14497 #. type: textblock
14498 #: ../src/guestfs-actions.pod:4933
14499 msgid ""
14500 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14501 "the mount options as for the L<mount(8)> I<-o> flag."
14502 msgstr ""
14503
14504 #. type: textblock
14505 #: ../src/guestfs-actions.pod:4937 ../fish/guestfish-actions.pod:3278
14506 msgid ""
14507 "If the C<options> parameter is an empty string, then no options are passed "
14508 "(all options default to whatever the filesystem uses)."
14509 msgstr ""
14510
14511 #. type: textblock
14512 #: ../src/guestfs-actions.pod:4943 ../src/guestfs-actions.pod:4957
14513 #: ../src/guestfs-actions.pod:4974
14514 msgid "(Added in 1.0.10)"
14515 msgstr ""
14516
14517 #. type: =head2
14518 #: ../src/guestfs-actions.pod:4945
14519 msgid "guestfs_mount_ro"
14520 msgstr ""
14521
14522 #. type: verbatim
14523 #: ../src/guestfs-actions.pod:4947
14524 #, no-wrap
14525 msgid ""
14526 " int\n"
14527 " guestfs_mount_ro (guestfs_h *g,\n"
14528 "                   const char *device,\n"
14529 "                   const char *mountpoint);\n"
14530 "\n"
14531 msgstr ""
14532
14533 #. type: textblock
14534 #: ../src/guestfs-actions.pod:4952
14535 msgid ""
14536 "This is the same as the C<guestfs_mount> command, but it mounts the "
14537 "filesystem with the read-only (I<-o ro>) flag."
14538 msgstr ""
14539
14540 #. type: =head2
14541 #: ../src/guestfs-actions.pod:4959
14542 msgid "guestfs_mount_vfs"
14543 msgstr ""
14544
14545 #. type: verbatim
14546 #: ../src/guestfs-actions.pod:4961
14547 #, no-wrap
14548 msgid ""
14549 " int\n"
14550 " guestfs_mount_vfs (guestfs_h *g,\n"
14551 "                    const char *options,\n"
14552 "                    const char *vfstype,\n"
14553 "                    const char *device,\n"
14554 "                    const char *mountpoint);\n"
14555 "\n"
14556 msgstr ""
14557
14558 #. type: textblock
14559 #: ../src/guestfs-actions.pod:4968
14560 msgid ""
14561 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14562 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14563 "t> flags."
14564 msgstr ""
14565
14566 #. type: =head2
14567 #: ../src/guestfs-actions.pod:4976
14568 msgid "guestfs_mountpoints"
14569 msgstr ""
14570
14571 #. type: verbatim
14572 #: ../src/guestfs-actions.pod:4978
14573 #, no-wrap
14574 msgid ""
14575 " char **\n"
14576 " guestfs_mountpoints (guestfs_h *g);\n"
14577 "\n"
14578 msgstr ""
14579
14580 #. type: textblock
14581 #: ../src/guestfs-actions.pod:4981
14582 msgid ""
14583 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14584 "devices.  This one returns a hash table (map) of device name to directory "
14585 "where the device is mounted."
14586 msgstr ""
14587
14588 #. type: =head2
14589 #: ../src/guestfs-actions.pod:4993
14590 msgid "guestfs_mounts"
14591 msgstr ""
14592
14593 #. type: verbatim
14594 #: ../src/guestfs-actions.pod:4995
14595 #, no-wrap
14596 msgid ""
14597 " char **\n"
14598 " guestfs_mounts (guestfs_h *g);\n"
14599 "\n"
14600 msgstr ""
14601
14602 #. type: textblock
14603 #: ../src/guestfs-actions.pod:4998 ../fish/guestfish-actions.pod:3309
14604 msgid ""
14605 "This returns the list of currently mounted filesystems.  It returns the list "
14606 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14607 msgstr ""
14608
14609 #. type: textblock
14610 #: ../src/guestfs-actions.pod:5001 ../fish/guestfish-actions.pod:3312
14611 msgid "Some internal mounts are not shown."
14612 msgstr ""
14613
14614 #. type: textblock
14615 #: ../src/guestfs-actions.pod:5003
14616 msgid "See also: C<guestfs_mountpoints>"
14617 msgstr ""
14618
14619 #. type: =head2
14620 #: ../src/guestfs-actions.pod:5011
14621 msgid "guestfs_mv"
14622 msgstr ""
14623
14624 #. type: verbatim
14625 #: ../src/guestfs-actions.pod:5013
14626 #, no-wrap
14627 msgid ""
14628 " int\n"
14629 " guestfs_mv (guestfs_h *g,\n"
14630 "             const char *src,\n"
14631 "             const char *dest);\n"
14632 "\n"
14633 msgstr ""
14634
14635 #. type: textblock
14636 #: ../src/guestfs-actions.pod:5018 ../fish/guestfish-actions.pod:3320
14637 msgid ""
14638 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14639 "destination filename or destination directory."
14640 msgstr ""
14641
14642 #. type: =head2
14643 #: ../src/guestfs-actions.pod:5025
14644 msgid "guestfs_ntfs_3g_probe"
14645 msgstr ""
14646
14647 #. type: verbatim
14648 #: ../src/guestfs-actions.pod:5027
14649 #, no-wrap
14650 msgid ""
14651 " int\n"
14652 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14653 "                        int rw,\n"
14654 "                        const char *device);\n"
14655 "\n"
14656 msgstr ""
14657
14658 #. type: textblock
14659 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3327
14660 msgid ""
14661 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14662 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14663 "write, and some cannot be mounted at all)."
14664 msgstr ""
14665
14666 #. type: textblock
14667 #: ../src/guestfs-actions.pod:5036 ../fish/guestfish-actions.pod:3331
14668 msgid ""
14669 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14670 "can be mounted read-write.  Set it to false if you want to test if the "
14671 "volume can be mounted read-only."
14672 msgstr ""
14673
14674 #. type: textblock
14675 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3335
14676 msgid ""
14677 "The return value is an integer which C<0> if the operation would succeed, or "
14678 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14679 msgstr ""
14680
14681 #. type: textblock
14682 #: ../src/guestfs-actions.pod:5046
14683 msgid "(Added in 1.0.43)"
14684 msgstr ""
14685
14686 #. type: =head2
14687 #: ../src/guestfs-actions.pod:5048
14688 msgid "guestfs_ntfsresize"
14689 msgstr ""
14690
14691 #. type: verbatim
14692 #: ../src/guestfs-actions.pod:5050
14693 #, no-wrap
14694 msgid ""
14695 " int\n"
14696 " guestfs_ntfsresize (guestfs_h *g,\n"
14697 "                     const char *device);\n"
14698 "\n"
14699 msgstr ""
14700
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3343
14703 msgid ""
14704 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14705 "size of the underlying device.  See also L<ntfsresize(8)>."
14706 msgstr ""
14707
14708 #. type: =head2
14709 #: ../src/guestfs-actions.pod:5062
14710 msgid "guestfs_ntfsresize_size"
14711 msgstr ""
14712
14713 #. type: verbatim
14714 #: ../src/guestfs-actions.pod:5064
14715 #, no-wrap
14716 msgid ""
14717 " int\n"
14718 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14719 "                          const char *device,\n"
14720 "                          int64_t size);\n"
14721 "\n"
14722 msgstr ""
14723
14724 #. type: textblock
14725 #: ../src/guestfs-actions.pod:5069
14726 msgid ""
14727 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14728 "to specify the new size (in bytes) explicitly."
14729 msgstr ""
14730
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:5074 ../src/guestfs-actions.pod:5510
14733 #: ../src/guestfs-actions.pod:5583 ../src/guestfs-actions.pod:5851
14734 #: ../src/guestfs-actions.pod:7459
14735 msgid "(Added in 1.3.14)"
14736 msgstr ""
14737
14738 #. type: =head2
14739 #: ../src/guestfs-actions.pod:5076
14740 msgid "guestfs_part_add"
14741 msgstr ""
14742
14743 #. type: verbatim
14744 #: ../src/guestfs-actions.pod:5078
14745 #, no-wrap
14746 msgid ""
14747 " int\n"
14748 " guestfs_part_add (guestfs_h *g,\n"
14749 "                   const char *device,\n"
14750 "                   const char *prlogex,\n"
14751 "                   int64_t startsect,\n"
14752 "                   int64_t endsect);\n"
14753 "\n"
14754 msgstr ""
14755
14756 #. type: textblock
14757 #: ../src/guestfs-actions.pod:5085
14758 msgid ""
14759 "This command adds a partition to C<device>.  If there is no partition table "
14760 "on the device, call C<guestfs_part_init> first."
14761 msgstr ""
14762
14763 #. type: textblock
14764 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3361
14765 msgid ""
14766 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14767 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14768 "C<logical>) and C<e> (or C<extended>) partition types."
14769 msgstr ""
14770
14771 #. type: textblock
14772 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3366
14773 msgid ""
14774 "C<startsect> and C<endsect> are the start and end of the partition in "
14775 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14776 "from the end of the disk (C<-1> is the last sector)."
14777 msgstr ""
14778
14779 #. type: textblock
14780 #: ../src/guestfs-actions.pod:5097
14781 msgid ""
14782 "Creating a partition which covers the whole disk is not so easy.  Use "
14783 "C<guestfs_part_disk> to do that."
14784 msgstr ""
14785
14786 #. type: textblock
14787 #: ../src/guestfs-actions.pod:5102 ../src/guestfs-actions.pod:5140
14788 #: ../src/guestfs-actions.pod:5193 ../src/guestfs-actions.pod:5271
14789 #: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5328
14790 #: ../src/guestfs-actions.pod:5368
14791 msgid "(Added in 1.0.78)"
14792 msgstr ""
14793
14794 #. type: =head2
14795 #: ../src/guestfs-actions.pod:5104
14796 msgid "guestfs_part_del"
14797 msgstr ""
14798
14799 #. type: verbatim
14800 #: ../src/guestfs-actions.pod:5106
14801 #, no-wrap
14802 msgid ""
14803 " int\n"
14804 " guestfs_part_del (guestfs_h *g,\n"
14805 "                   const char *device,\n"
14806 "                   int partnum);\n"
14807 "\n"
14808 msgstr ""
14809
14810 #. type: textblock
14811 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3377
14812 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14813 msgstr ""
14814
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:5113 ../fish/guestfish-actions.pod:3379
14817 msgid ""
14818 "Note that in the case of MBR partitioning, deleting an extended partition "
14819 "also deletes any logical partitions it contains."
14820 msgstr ""
14821
14822 #. type: =head2
14823 #: ../src/guestfs-actions.pod:5121
14824 msgid "guestfs_part_disk"
14825 msgstr ""
14826
14827 #. type: verbatim
14828 #: ../src/guestfs-actions.pod:5123
14829 #, no-wrap
14830 msgid ""
14831 " int\n"
14832 " guestfs_part_disk (guestfs_h *g,\n"
14833 "                    const char *device,\n"
14834 "                    const char *parttype);\n"
14835 "\n"
14836 msgstr ""
14837
14838 #. type: textblock
14839 #: ../src/guestfs-actions.pod:5128
14840 msgid ""
14841 "This command is simply a combination of C<guestfs_part_init> followed by "
14842 "C<guestfs_part_add> to create a single primary partition covering the whole "
14843 "disk."
14844 msgstr ""
14845
14846 #. type: textblock
14847 #: ../src/guestfs-actions.pod:5132
14848 msgid ""
14849 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14850 "possible values are described in C<guestfs_part_init>."
14851 msgstr ""
14852
14853 #. type: =head2
14854 #: ../src/guestfs-actions.pod:5142
14855 msgid "guestfs_part_get_bootable"
14856 msgstr ""
14857
14858 #. type: verbatim
14859 #: ../src/guestfs-actions.pod:5144
14860 #, no-wrap
14861 msgid ""
14862 " int\n"
14863 " guestfs_part_get_bootable (guestfs_h *g,\n"
14864 "                            const char *device,\n"
14865 "                            int partnum);\n"
14866 "\n"
14867 msgstr ""
14868
14869 #. type: textblock
14870 #: ../src/guestfs-actions.pod:5149 ../fish/guestfish-actions.pod:3401
14871 msgid ""
14872 "This command returns true if the partition C<partnum> on C<device> has the "
14873 "bootable flag set."
14874 msgstr ""
14875
14876 #. type: textblock
14877 #: ../src/guestfs-actions.pod:5152
14878 msgid "See also C<guestfs_part_set_bootable>."
14879 msgstr ""
14880
14881 #. type: =head2
14882 #: ../src/guestfs-actions.pod:5158
14883 msgid "guestfs_part_get_mbr_id"
14884 msgstr ""
14885
14886 #. type: verbatim
14887 #: ../src/guestfs-actions.pod:5160
14888 #, no-wrap
14889 msgid ""
14890 " int\n"
14891 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14892 "                          const char *device,\n"
14893 "                          int partnum);\n"
14894 "\n"
14895 msgstr ""
14896
14897 #. type: textblock
14898 #: ../src/guestfs-actions.pod:5165 ../fish/guestfish-actions.pod:3410
14899 msgid ""
14900 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14901 "partition C<partnum>."
14902 msgstr ""
14903
14904 #. type: textblock
14905 #: ../src/guestfs-actions.pod:5168 ../src/guestfs-actions.pod:5344
14906 msgid ""
14907 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14908 "undefined results for other partition table types (see "
14909 "C<guestfs_part_get_parttype>)."
14910 msgstr ""
14911
14912 #. type: =head2
14913 #: ../src/guestfs-actions.pod:5176
14914 msgid "guestfs_part_get_parttype"
14915 msgstr ""
14916
14917 #. type: verbatim
14918 #: ../src/guestfs-actions.pod:5178
14919 #, no-wrap
14920 msgid ""
14921 " char *\n"
14922 " guestfs_part_get_parttype (guestfs_h *g,\n"
14923 "                            const char *device);\n"
14924 "\n"
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../src/guestfs-actions.pod:5182 ../fish/guestfish-actions.pod:3421
14929 msgid ""
14930 "This command examines the partition table on C<device> and returns the "
14931 "partition table type (format) being used."
14932 msgstr ""
14933
14934 #. type: textblock
14935 #: ../src/guestfs-actions.pod:5185
14936 msgid ""
14937 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14938 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14939 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14940 msgstr ""
14941
14942 #. type: =head2
14943 #: ../src/guestfs-actions.pod:5195
14944 msgid "guestfs_part_init"
14945 msgstr ""
14946
14947 #. type: verbatim
14948 #: ../src/guestfs-actions.pod:5197
14949 #, no-wrap
14950 msgid ""
14951 " int\n"
14952 " guestfs_part_init (guestfs_h *g,\n"
14953 "                    const char *device,\n"
14954 "                    const char *parttype);\n"
14955 "\n"
14956 msgstr ""
14957
14958 #. type: textblock
14959 #: ../src/guestfs-actions.pod:5202 ../fish/guestfish-actions.pod:3433
14960 msgid ""
14961 "This creates an empty partition table on C<device> of one of the partition "
14962 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14963 "(for large disks)."
14964 msgstr ""
14965
14966 #. type: textblock
14967 #: ../src/guestfs-actions.pod:5206
14968 msgid ""
14969 "Initially there are no partitions.  Following this, you should call "
14970 "C<guestfs_part_add> for each partition required."
14971 msgstr ""
14972
14973 #. type: textblock
14974 #: ../src/guestfs-actions.pod:5209 ../fish/guestfish-actions.pod:3440
14975 msgid "Possible values for C<parttype> are:"
14976 msgstr ""
14977
14978 #. type: =item
14979 #: ../src/guestfs-actions.pod:5213 ../fish/guestfish-actions.pod:3444
14980 msgid "B<efi> | B<gpt>"
14981 msgstr ""
14982
14983 #. type: textblock
14984 #: ../src/guestfs-actions.pod:5215 ../fish/guestfish-actions.pod:3446
14985 msgid "Intel EFI / GPT partition table."
14986 msgstr ""
14987
14988 #. type: textblock
14989 #: ../src/guestfs-actions.pod:5217 ../fish/guestfish-actions.pod:3448
14990 msgid ""
14991 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14992 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14993 "the C<mbr> format."
14994 msgstr ""
14995
14996 #. type: =item
14997 #: ../src/guestfs-actions.pod:5221 ../fish/guestfish-actions.pod:3452
14998 msgid "B<mbr> | B<msdos>"
14999 msgstr ""
15000
15001 #. type: textblock
15002 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3454
15003 msgid ""
15004 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15005 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15006 "TB.  For large disks we recommend using C<gpt>."
15007 msgstr ""
15008
15009 #. type: textblock
15010 #: ../src/guestfs-actions.pod:5230 ../fish/guestfish-actions.pod:3461
15011 msgid ""
15012 "Other partition table types that may work but are not supported include:"
15013 msgstr ""
15014
15015 #. type: =item
15016 #: ../src/guestfs-actions.pod:5235 ../fish/guestfish-actions.pod:3466
15017 msgid "B<aix>"
15018 msgstr ""
15019
15020 #. type: textblock
15021 #: ../src/guestfs-actions.pod:5237 ../fish/guestfish-actions.pod:3468
15022 msgid "AIX disk labels."
15023 msgstr ""
15024
15025 #. type: =item
15026 #: ../src/guestfs-actions.pod:5239 ../fish/guestfish-actions.pod:3470
15027 msgid "B<amiga> | B<rdb>"
15028 msgstr ""
15029
15030 #. type: textblock
15031 #: ../src/guestfs-actions.pod:5241 ../fish/guestfish-actions.pod:3472
15032 msgid "Amiga \"Rigid Disk Block\" format."
15033 msgstr ""
15034
15035 #. type: =item
15036 #: ../src/guestfs-actions.pod:5243 ../fish/guestfish-actions.pod:3474
15037 msgid "B<bsd>"
15038 msgstr ""
15039
15040 #. type: textblock
15041 #: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3476
15042 msgid "BSD disk labels."
15043 msgstr ""
15044
15045 #. type: =item
15046 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3478
15047 msgid "B<dasd>"
15048 msgstr ""
15049
15050 #. type: textblock
15051 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3480
15052 msgid "DASD, used on IBM mainframes."
15053 msgstr ""
15054
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3482
15057 msgid "B<dvh>"
15058 msgstr ""
15059
15060 #. type: textblock
15061 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3484
15062 msgid "MIPS/SGI volumes."
15063 msgstr ""
15064
15065 #. type: =item
15066 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3486
15067 msgid "B<mac>"
15068 msgstr ""
15069
15070 #. type: textblock
15071 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3488
15072 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15073 msgstr ""
15074
15075 #. type: =item
15076 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3490
15077 msgid "B<pc98>"
15078 msgstr ""
15079
15080 #. type: textblock
15081 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3492
15082 msgid "NEC PC-98 format, common in Japan apparently."
15083 msgstr ""
15084
15085 #. type: =item
15086 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3494
15087 msgid "B<sun>"
15088 msgstr ""
15089
15090 #. type: textblock
15091 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3496
15092 msgid "Sun disk labels."
15093 msgstr ""
15094
15095 #. type: =head2
15096 #: ../src/guestfs-actions.pod:5273
15097 msgid "guestfs_part_list"
15098 msgstr ""
15099
15100 #. type: verbatim
15101 #: ../src/guestfs-actions.pod:5275
15102 #, no-wrap
15103 msgid ""
15104 " struct guestfs_partition_list *\n"
15105 " guestfs_part_list (guestfs_h *g,\n"
15106 "                    const char *device);\n"
15107 "\n"
15108 msgstr ""
15109
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3504
15112 msgid ""
15113 "This command parses the partition table on C<device> and returns the list of "
15114 "partitions found."
15115 msgstr ""
15116
15117 #. type: textblock
15118 #: ../src/guestfs-actions.pod:5282 ../fish/guestfish-actions.pod:3507
15119 msgid "The fields in the returned structure are:"
15120 msgstr ""
15121
15122 #. type: =item
15123 #: ../src/guestfs-actions.pod:5286 ../fish/guestfish-actions.pod:3511
15124 msgid "B<part_num>"
15125 msgstr ""
15126
15127 #. type: textblock
15128 #: ../src/guestfs-actions.pod:5288 ../fish/guestfish-actions.pod:3513
15129 msgid "Partition number, counting from 1."
15130 msgstr ""
15131
15132 #. type: =item
15133 #: ../src/guestfs-actions.pod:5290 ../fish/guestfish-actions.pod:3515
15134 msgid "B<part_start>"
15135 msgstr ""
15136
15137 #. type: textblock
15138 #: ../src/guestfs-actions.pod:5292
15139 msgid ""
15140 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15141 "the device's sector size, see C<guestfs_blockdev_getss>."
15142 msgstr ""
15143
15144 #. type: =item
15145 #: ../src/guestfs-actions.pod:5295 ../fish/guestfish-actions.pod:3520
15146 msgid "B<part_end>"
15147 msgstr ""
15148
15149 #. type: textblock
15150 #: ../src/guestfs-actions.pod:5297 ../fish/guestfish-actions.pod:3522
15151 msgid "End of the partition in bytes."
15152 msgstr ""
15153
15154 #. type: =item
15155 #: ../src/guestfs-actions.pod:5299 ../fish/guestfish-actions.pod:3524
15156 msgid "B<part_size>"
15157 msgstr ""
15158
15159 #. type: textblock
15160 #: ../src/guestfs-actions.pod:5301 ../fish/guestfish-actions.pod:3526
15161 msgid "Size of the partition in bytes."
15162 msgstr ""
15163
15164 #. type: textblock
15165 #: ../src/guestfs-actions.pod:5305
15166 msgid ""
15167 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15168 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15169 "use>."
15170 msgstr ""
15171
15172 #. type: =head2
15173 #: ../src/guestfs-actions.pod:5311
15174 msgid "guestfs_part_set_bootable"
15175 msgstr ""
15176
15177 #. type: verbatim
15178 #: ../src/guestfs-actions.pod:5313
15179 #, no-wrap
15180 msgid ""
15181 " int\n"
15182 " guestfs_part_set_bootable (guestfs_h *g,\n"
15183 "                            const char *device,\n"
15184 "                            int partnum,\n"
15185 "                            int bootable);\n"
15186 "\n"
15187 msgstr ""
15188
15189 #. type: textblock
15190 #: ../src/guestfs-actions.pod:5319 ../fish/guestfish-actions.pod:3534
15191 msgid ""
15192 "This sets the bootable flag on partition numbered C<partnum> on device "
15193 "C<device>.  Note that partitions are numbered from 1."
15194 msgstr ""
15195
15196 #. type: textblock
15197 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3537
15198 msgid ""
15199 "The bootable flag is used by some operating systems (notably Windows) to "
15200 "determine which partition to boot from.  It is by no means universally "
15201 "recognized."
15202 msgstr ""
15203
15204 #. type: =head2
15205 #: ../src/guestfs-actions.pod:5330
15206 msgid "guestfs_part_set_mbr_id"
15207 msgstr ""
15208
15209 #. type: verbatim
15210 #: ../src/guestfs-actions.pod:5332
15211 #, no-wrap
15212 msgid ""
15213 " int\n"
15214 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15215 "                          const char *device,\n"
15216 "                          int partnum,\n"
15217 "                          int idbyte);\n"
15218 "\n"
15219 msgstr ""
15220
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:5338 ../fish/guestfish-actions.pod:3545
15223 msgid ""
15224 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15225 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15226 "documentation are in fact hexadecimal numbers, but usually documented "
15227 "without any leading \"0x\" which might be confusing."
15228 msgstr ""
15229
15230 #. type: =head2
15231 #: ../src/guestfs-actions.pod:5352
15232 msgid "guestfs_part_set_name"
15233 msgstr ""
15234
15235 #. type: verbatim
15236 #: ../src/guestfs-actions.pod:5354
15237 #, no-wrap
15238 msgid ""
15239 " int\n"
15240 " guestfs_part_set_name (guestfs_h *g,\n"
15241 "                        const char *device,\n"
15242 "                        int partnum,\n"
15243 "                        const char *name);\n"
15244 "\n"
15245 msgstr ""
15246
15247 #. type: textblock
15248 #: ../src/guestfs-actions.pod:5360 ../fish/guestfish-actions.pod:3559
15249 msgid ""
15250 "This sets the partition name on partition numbered C<partnum> on device "
15251 "C<device>.  Note that partitions are numbered from 1."
15252 msgstr ""
15253
15254 #. type: textblock
15255 #: ../src/guestfs-actions.pod:5363 ../fish/guestfish-actions.pod:3562
15256 msgid ""
15257 "The partition name can only be set on certain types of partition table.  "
15258 "This works on C<gpt> but not on C<mbr> partitions."
15259 msgstr ""
15260
15261 #. type: =head2
15262 #: ../src/guestfs-actions.pod:5370
15263 msgid "guestfs_part_to_dev"
15264 msgstr ""
15265
15266 #. type: verbatim
15267 #: ../src/guestfs-actions.pod:5372
15268 #, no-wrap
15269 msgid ""
15270 " char *\n"
15271 " guestfs_part_to_dev (guestfs_h *g,\n"
15272 "                      const char *partition);\n"
15273 "\n"
15274 msgstr ""
15275
15276 #. type: textblock
15277 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3569
15278 msgid ""
15279 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15280 "partition number, returning the device name (eg. \"/dev/sdb\")."
15281 msgstr ""
15282
15283 #. type: textblock
15284 #: ../src/guestfs-actions.pod:5380
15285 msgid ""
15286 "The named partition must exist, for example as a string returned from "
15287 "C<guestfs_list_partitions>."
15288 msgstr ""
15289
15290 #. type: =head2
15291 #: ../src/guestfs-actions.pod:5388
15292 msgid "guestfs_ping_daemon"
15293 msgstr ""
15294
15295 #. type: verbatim
15296 #: ../src/guestfs-actions.pod:5390
15297 #, no-wrap
15298 msgid ""
15299 " int\n"
15300 " guestfs_ping_daemon (guestfs_h *g);\n"
15301 "\n"
15302 msgstr ""
15303
15304 #. type: textblock
15305 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3580
15306 msgid ""
15307 "This is a test probe into the guestfs daemon running inside the qemu "
15308 "subprocess.  Calling this function checks that the daemon responds to the "
15309 "ping message, without affecting the daemon or attached block device(s) in "
15310 "any other way."
15311 msgstr ""
15312
15313 #. type: =head2
15314 #: ../src/guestfs-actions.pod:5402
15315 msgid "guestfs_pread"
15316 msgstr ""
15317
15318 #. type: verbatim
15319 #: ../src/guestfs-actions.pod:5404
15320 #, no-wrap
15321 msgid ""
15322 " char *\n"
15323 " guestfs_pread (guestfs_h *g,\n"
15324 "                const char *path,\n"
15325 "                int count,\n"
15326 "                int64_t offset,\n"
15327 "                size_t *size_r);\n"
15328 "\n"
15329 msgstr ""
15330
15331 #. type: textblock
15332 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3589
15333 msgid ""
15334 "This command lets you read part of a file.  It reads C<count> bytes of the "
15335 "file, starting at C<offset>, from file C<path>."
15336 msgstr ""
15337
15338 #. type: textblock
15339 #: ../src/guestfs-actions.pod:5414 ../src/guestfs-actions.pod:5440
15340 #: ../fish/guestfish-actions.pod:3592 ../fish/guestfish-actions.pod:3607
15341 msgid ""
15342 "This may read fewer bytes than requested.  For further details see the "
15343 "L<pread(2)> system call."
15344 msgstr ""
15345
15346 #. type: textblock
15347 #: ../src/guestfs-actions.pod:5417
15348 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15349 msgstr ""
15350
15351 #. type: =head2
15352 #: ../src/guestfs-actions.pod:5428
15353 msgid "guestfs_pread_device"
15354 msgstr ""
15355
15356 #. type: verbatim
15357 #: ../src/guestfs-actions.pod:5430
15358 #, no-wrap
15359 msgid ""
15360 " char *\n"
15361 " guestfs_pread_device (guestfs_h *g,\n"
15362 "                       const char *device,\n"
15363 "                       int count,\n"
15364 "                       int64_t offset,\n"
15365 "                       size_t *size_r);\n"
15366 "\n"
15367 msgstr ""
15368
15369 #. type: textblock
15370 #: ../src/guestfs-actions.pod:5437 ../fish/guestfish-actions.pod:3604
15371 msgid ""
15372 "This command lets you read part of a file.  It reads C<count> bytes of "
15373 "C<device>, starting at C<offset>."
15374 msgstr ""
15375
15376 #. type: textblock
15377 #: ../src/guestfs-actions.pod:5443
15378 msgid "See also C<guestfs_pread>."
15379 msgstr ""
15380
15381 #. type: textblock
15382 #: ../src/guestfs-actions.pod:5452
15383 msgid "(Added in 1.5.21)"
15384 msgstr ""
15385
15386 #. type: =head2
15387 #: ../src/guestfs-actions.pod:5454
15388 msgid "guestfs_pvcreate"
15389 msgstr ""
15390
15391 #. type: verbatim
15392 #: ../src/guestfs-actions.pod:5456
15393 #, no-wrap
15394 msgid ""
15395 " int\n"
15396 " guestfs_pvcreate (guestfs_h *g,\n"
15397 "                   const char *device);\n"
15398 "\n"
15399 msgstr ""
15400
15401 #. type: textblock
15402 #: ../src/guestfs-actions.pod:5460 ../fish/guestfish-actions.pod:3619
15403 msgid ""
15404 "This creates an LVM physical volume on the named C<device>, where C<device> "
15405 "should usually be a partition name such as C</dev/sda1>."
15406 msgstr ""
15407
15408 #. type: =head2
15409 #: ../src/guestfs-actions.pod:5468
15410 msgid "guestfs_pvremove"
15411 msgstr ""
15412
15413 #. type: verbatim
15414 #: ../src/guestfs-actions.pod:5470
15415 #, no-wrap
15416 msgid ""
15417 " int\n"
15418 " guestfs_pvremove (guestfs_h *g,\n"
15419 "                   const char *device);\n"
15420 "\n"
15421 msgstr ""
15422
15423 #. type: textblock
15424 #: ../src/guestfs-actions.pod:5474 ../fish/guestfish-actions.pod:3627
15425 msgid ""
15426 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15427 "it."
15428 msgstr ""
15429
15430 #. type: textblock
15431 #: ../src/guestfs-actions.pod:5477 ../fish/guestfish-actions.pod:3630
15432 msgid ""
15433 "The implementation uses the C<pvremove> command which refuses to wipe "
15434 "physical volumes that contain any volume groups, so you have to remove those "
15435 "first."
15436 msgstr ""
15437
15438 #. type: =head2
15439 #: ../src/guestfs-actions.pod:5485
15440 msgid "guestfs_pvresize"
15441 msgstr ""
15442
15443 #. type: verbatim
15444 #: ../src/guestfs-actions.pod:5487
15445 #, no-wrap
15446 msgid ""
15447 " int\n"
15448 " guestfs_pvresize (guestfs_h *g,\n"
15449 "                   const char *device);\n"
15450 "\n"
15451 msgstr ""
15452
15453 #. type: textblock
15454 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3638
15455 msgid ""
15456 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15457 "the new size of the underlying device."
15458 msgstr ""
15459
15460 #. type: =head2
15461 #: ../src/guestfs-actions.pod:5498
15462 msgid "guestfs_pvresize_size"
15463 msgstr ""
15464
15465 #. type: verbatim
15466 #: ../src/guestfs-actions.pod:5500
15467 #, no-wrap
15468 msgid ""
15469 " int\n"
15470 " guestfs_pvresize_size (guestfs_h *g,\n"
15471 "                        const char *device,\n"
15472 "                        int64_t size);\n"
15473 "\n"
15474 msgstr ""
15475
15476 #. type: textblock
15477 #: ../src/guestfs-actions.pod:5505
15478 msgid ""
15479 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15480 "specify the new size (in bytes) explicitly."
15481 msgstr ""
15482
15483 #. type: =head2
15484 #: ../src/guestfs-actions.pod:5512
15485 msgid "guestfs_pvs"
15486 msgstr ""
15487
15488 #. type: verbatim
15489 #: ../src/guestfs-actions.pod:5514
15490 #, no-wrap
15491 msgid ""
15492 " char **\n"
15493 " guestfs_pvs (guestfs_h *g);\n"
15494 "\n"
15495 msgstr ""
15496
15497 #. type: textblock
15498 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3652
15499 msgid ""
15500 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15501 "(8)> command."
15502 msgstr ""
15503
15504 #. type: textblock
15505 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3655
15506 msgid ""
15507 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15508 "sda2>)."
15509 msgstr ""
15510
15511 #. type: textblock
15512 #: ../src/guestfs-actions.pod:5523
15513 msgid "See also C<guestfs_pvs_full>."
15514 msgstr ""
15515
15516 #. type: =head2
15517 #: ../src/guestfs-actions.pod:5531
15518 msgid "guestfs_pvs_full"
15519 msgstr ""
15520
15521 #. type: verbatim
15522 #: ../src/guestfs-actions.pod:5533
15523 #, no-wrap
15524 msgid ""
15525 " struct guestfs_lvm_pv_list *\n"
15526 " guestfs_pvs_full (guestfs_h *g);\n"
15527 "\n"
15528 msgstr ""
15529
15530 #. type: textblock
15531 #: ../src/guestfs-actions.pod:5536 ../fish/guestfish-actions.pod:3664
15532 msgid ""
15533 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15534 "(8)> command.  The \"full\" version includes all fields."
15535 msgstr ""
15536
15537 #. type: textblock
15538 #: ../src/guestfs-actions.pod:5539
15539 msgid ""
15540 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15541 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15542 msgstr ""
15543
15544 #. type: =head2
15545 #: ../src/guestfs-actions.pod:5545
15546 msgid "guestfs_pvuuid"
15547 msgstr ""
15548
15549 #. type: verbatim
15550 #: ../src/guestfs-actions.pod:5547
15551 #, no-wrap
15552 msgid ""
15553 " char *\n"
15554 " guestfs_pvuuid (guestfs_h *g,\n"
15555 "                 const char *device);\n"
15556 "\n"
15557 msgstr ""
15558
15559 #. type: textblock
15560 #: ../src/guestfs-actions.pod:5551 ../fish/guestfish-actions.pod:3671
15561 msgid "This command returns the UUID of the LVM PV C<device>."
15562 msgstr ""
15563
15564 #. type: =head2
15565 #: ../src/guestfs-actions.pod:5558
15566 msgid "guestfs_pwrite"
15567 msgstr ""
15568
15569 #. type: verbatim
15570 #: ../src/guestfs-actions.pod:5560
15571 #, no-wrap
15572 msgid ""
15573 " int\n"
15574 " guestfs_pwrite (guestfs_h *g,\n"
15575 "                 const char *path,\n"
15576 "                 const char *content,\n"
15577 "                 size_t content_size,\n"
15578 "                 int64_t offset);\n"
15579 "\n"
15580 msgstr ""
15581
15582 #. type: textblock
15583 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3677
15584 msgid ""
15585 "This command writes to part of a file.  It writes the data buffer C<content> "
15586 "to the file C<path> starting at offset C<offset>."
15587 msgstr ""
15588
15589 #. type: textblock
15590 #: ../src/guestfs-actions.pod:5570 ../fish/guestfish-actions.pod:3680
15591 msgid ""
15592 "This command implements the L<pwrite(2)> system call, and like that system "
15593 "call it may not write the full data requested.  The return value is the "
15594 "number of bytes that were actually written to the file.  This could even be "
15595 "0, although short writes are unlikely for regular files in ordinary "
15596 "circumstances."
15597 msgstr ""
15598
15599 #. type: textblock
15600 #: ../src/guestfs-actions.pod:5576
15601 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15602 msgstr ""
15603
15604 #. type: =head2
15605 #: ../src/guestfs-actions.pod:5585
15606 msgid "guestfs_pwrite_device"
15607 msgstr ""
15608
15609 #. type: verbatim
15610 #: ../src/guestfs-actions.pod:5587
15611 #, no-wrap
15612 msgid ""
15613 " int\n"
15614 " guestfs_pwrite_device (guestfs_h *g,\n"
15615 "                        const char *device,\n"
15616 "                        const char *content,\n"
15617 "                        size_t content_size,\n"
15618 "                        int64_t offset);\n"
15619 "\n"
15620 msgstr ""
15621
15622 #. type: textblock
15623 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3695
15624 msgid ""
15625 "This command writes to part of a device.  It writes the data buffer "
15626 "C<content> to C<device> starting at offset C<offset>."
15627 msgstr ""
15628
15629 #. type: textblock
15630 #: ../src/guestfs-actions.pod:5597 ../fish/guestfish-actions.pod:3698
15631 msgid ""
15632 "This command implements the L<pwrite(2)> system call, and like that system "
15633 "call it may not write the full data requested (although short writes to disk "
15634 "devices and partitions are probably impossible with standard Linux kernels)."
15635 msgstr ""
15636
15637 #. type: textblock
15638 #: ../src/guestfs-actions.pod:5602
15639 msgid "See also C<guestfs_pwrite>."
15640 msgstr ""
15641
15642 #. type: textblock
15643 #: ../src/guestfs-actions.pod:5609
15644 msgid "(Added in 1.5.20)"
15645 msgstr ""
15646
15647 #. type: =head2
15648 #: ../src/guestfs-actions.pod:5611
15649 msgid "guestfs_read_file"
15650 msgstr ""
15651
15652 #. type: verbatim
15653 #: ../src/guestfs-actions.pod:5613
15654 #, no-wrap
15655 msgid ""
15656 " char *\n"
15657 " guestfs_read_file (guestfs_h *g,\n"
15658 "                    const char *path,\n"
15659 "                    size_t *size_r);\n"
15660 "\n"
15661 msgstr ""
15662
15663 #. type: textblock
15664 #: ../src/guestfs-actions.pod:5618 ../fish/guestfish-actions.pod:3712
15665 msgid "This calls returns the contents of the file C<path> as a buffer."
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:5621
15670 msgid ""
15671 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15672 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15673 "function is limited in the total size of file that can be handled."
15674 msgstr ""
15675
15676 #. type: textblock
15677 #: ../src/guestfs-actions.pod:5633
15678 msgid "(Added in 1.0.63)"
15679 msgstr ""
15680
15681 #. type: =head2
15682 #: ../src/guestfs-actions.pod:5635
15683 msgid "guestfs_read_lines"
15684 msgstr ""
15685
15686 #. type: verbatim
15687 #: ../src/guestfs-actions.pod:5637
15688 #, no-wrap
15689 msgid ""
15690 " char **\n"
15691 " guestfs_read_lines (guestfs_h *g,\n"
15692 "                     const char *path);\n"
15693 "\n"
15694 msgstr ""
15695
15696 #. type: textblock
15697 #: ../src/guestfs-actions.pod:5643 ../fish/guestfish-actions.pod:3729
15698 msgid ""
15699 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15700 "C<CRLF> character sequences are I<not> returned."
15701 msgstr ""
15702
15703 #. type: textblock
15704 #: ../src/guestfs-actions.pod:5646
15705 msgid ""
15706 "Note that this function cannot correctly handle binary files (specifically, "
15707 "files containing C<\\0> character which is treated as end of line).  For "
15708 "those you need to use the C<guestfs_read_file> function which has a more "
15709 "complex interface."
15710 msgstr ""
15711
15712 #. type: =head2
15713 #: ../src/guestfs-actions.pod:5657
15714 msgid "guestfs_readdir"
15715 msgstr ""
15716
15717 #. type: verbatim
15718 #: ../src/guestfs-actions.pod:5659
15719 #, no-wrap
15720 msgid ""
15721 " struct guestfs_dirent_list *\n"
15722 " guestfs_readdir (guestfs_h *g,\n"
15723 "                  const char *dir);\n"
15724 "\n"
15725 msgstr ""
15726
15727 #. type: textblock
15728 #: ../src/guestfs-actions.pod:5663 ../fish/guestfish-actions.pod:3741
15729 msgid "This returns the list of directory entries in directory C<dir>."
15730 msgstr ""
15731
15732 #. type: textblock
15733 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3743
15734 msgid ""
15735 "All entries in the directory are returned, including C<.> and C<..>.  The "
15736 "entries are I<not> sorted, but returned in the same order as the underlying "
15737 "filesystem."
15738 msgstr ""
15739
15740 #. type: textblock
15741 #: ../src/guestfs-actions.pod:5669 ../fish/guestfish-actions.pod:3747
15742 msgid ""
15743 "Also this call returns basic file type information about each file.  The "
15744 "C<ftyp> field will contain one of the following characters:"
15745 msgstr ""
15746
15747 #. type: =item
15748 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3752
15749 msgid "'b'"
15750 msgstr ""
15751
15752 #. type: textblock
15753 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3754
15754 msgid "Block special"
15755 msgstr ""
15756
15757 #. type: =item
15758 #: ../src/guestfs-actions.pod:5678 ../fish/guestfish-actions.pod:3756
15759 msgid "'c'"
15760 msgstr ""
15761
15762 #. type: textblock
15763 #: ../src/guestfs-actions.pod:5680 ../fish/guestfish-actions.pod:3758
15764 msgid "Char special"
15765 msgstr ""
15766
15767 #. type: =item
15768 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3760
15769 msgid "'d'"
15770 msgstr ""
15771
15772 #. type: textblock
15773 #: ../src/guestfs-actions.pod:5684 ../fish/guestfish-actions.pod:3762
15774 msgid "Directory"
15775 msgstr ""
15776
15777 #. type: =item
15778 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3764
15779 msgid "'f'"
15780 msgstr ""
15781
15782 #. type: textblock
15783 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3766
15784 msgid "FIFO (named pipe)"
15785 msgstr ""
15786
15787 #. type: =item
15788 #: ../src/guestfs-actions.pod:5690 ../fish/guestfish-actions.pod:3768
15789 msgid "'l'"
15790 msgstr ""
15791
15792 #. type: textblock
15793 #: ../src/guestfs-actions.pod:5692 ../fish/guestfish-actions.pod:3770
15794 msgid "Symbolic link"
15795 msgstr ""
15796
15797 #. type: =item
15798 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3772
15799 msgid "'r'"
15800 msgstr ""
15801
15802 #. type: textblock
15803 #: ../src/guestfs-actions.pod:5696 ../fish/guestfish-actions.pod:3774
15804 msgid "Regular file"
15805 msgstr ""
15806
15807 #. type: =item
15808 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3776
15809 msgid "'s'"
15810 msgstr ""
15811
15812 #. type: textblock
15813 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3778
15814 msgid "Socket"
15815 msgstr ""
15816
15817 #. type: =item
15818 #: ../src/guestfs-actions.pod:5702 ../fish/guestfish-actions.pod:3780
15819 msgid "'u'"
15820 msgstr ""
15821
15822 #. type: textblock
15823 #: ../src/guestfs-actions.pod:5704 ../fish/guestfish-actions.pod:3782
15824 msgid "Unknown file type"
15825 msgstr ""
15826
15827 #. type: =item
15828 #: ../src/guestfs-actions.pod:5706 ../fish/guestfish-actions.pod:3784
15829 msgid "'?'"
15830 msgstr ""
15831
15832 #. type: textblock
15833 #: ../src/guestfs-actions.pod:5708 ../fish/guestfish-actions.pod:3786
15834 msgid ""
15835 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15836 msgstr ""
15837
15838 #. type: textblock
15839 #: ../src/guestfs-actions.pod:5713
15840 msgid ""
15841 "This function is primarily intended for use by programs.  To get a simple "
15842 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15843 "consumption, use C<guestfs_ll>."
15844 msgstr ""
15845
15846 #. type: textblock
15847 #: ../src/guestfs-actions.pod:5717
15848 msgid ""
15849 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15850 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15851 msgstr ""
15852
15853 #. type: =head2
15854 #: ../src/guestfs-actions.pod:5723
15855 msgid "guestfs_readlink"
15856 msgstr ""
15857
15858 #. type: verbatim
15859 #: ../src/guestfs-actions.pod:5725
15860 #, no-wrap
15861 msgid ""
15862 " char *\n"
15863 " guestfs_readlink (guestfs_h *g,\n"
15864 "                   const char *path);\n"
15865 "\n"
15866 msgstr ""
15867
15868 #. type: textblock
15869 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3799
15870 msgid "This command reads the target of a symbolic link."
15871 msgstr ""
15872
15873 #. type: =head2
15874 #: ../src/guestfs-actions.pod:5736
15875 msgid "guestfs_readlinklist"
15876 msgstr ""
15877
15878 #. type: verbatim
15879 #: ../src/guestfs-actions.pod:5738
15880 #, no-wrap
15881 msgid ""
15882 " char **\n"
15883 " guestfs_readlinklist (guestfs_h *g,\n"
15884 "                       const char *path,\n"
15885 "                       char *const *names);\n"
15886 "\n"
15887 msgstr ""
15888
15889 #. type: textblock
15890 #: ../src/guestfs-actions.pod:5743 ../fish/guestfish-actions.pod:3805
15891 msgid ""
15892 "This call allows you to do a C<readlink> operation on multiple files, where "
15893 "all files are in the directory C<path>.  C<names> is the list of files from "
15894 "this directory."
15895 msgstr ""
15896
15897 #. type: textblock
15898 #: ../src/guestfs-actions.pod:5747 ../fish/guestfish-actions.pod:3809
15899 msgid ""
15900 "On return you get a list of strings, with a one-to-one correspondence to the "
15901 "C<names> list.  Each string is the value of the symbolic link."
15902 msgstr ""
15903
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:5751 ../fish/guestfish-actions.pod:3813
15906 msgid ""
15907 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15908 "result string is the empty string C<\"\">.  However the whole operation is "
15909 "completed even if there were C<readlink(2)> errors, and so you can call this "
15910 "function with names where you don't know if they are symbolic links already "
15911 "(albeit slightly less efficient)."
15912 msgstr ""
15913
15914 #. type: textblock
15915 #: ../src/guestfs-actions.pod:5758 ../fish/guestfish-actions.pod:3820
15916 msgid ""
15917 "This call is intended for programs that want to efficiently list a directory "
15918 "contents without making many round-trips.  Very long directory listings "
15919 "might cause the protocol message size to be exceeded, causing this call to "
15920 "fail.  The caller must split up such requests into smaller groups of names."
15921 msgstr ""
15922
15923 #. type: =head2
15924 #: ../src/guestfs-actions.pod:5771
15925 msgid "guestfs_realpath"
15926 msgstr ""
15927
15928 #. type: verbatim
15929 #: ../src/guestfs-actions.pod:5773
15930 #, no-wrap
15931 msgid ""
15932 " char *\n"
15933 " guestfs_realpath (guestfs_h *g,\n"
15934 "                   const char *path);\n"
15935 "\n"
15936 msgstr ""
15937
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:5777 ../fish/guestfish-actions.pod:3831
15940 msgid ""
15941 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15942 "has no C<.>, C<..> or symbolic link path elements."
15943 msgstr ""
15944
15945 #. type: =head2
15946 #: ../src/guestfs-actions.pod:5785
15947 msgid "guestfs_removexattr"
15948 msgstr ""
15949
15950 #. type: verbatim
15951 #: ../src/guestfs-actions.pod:5787
15952 #, no-wrap
15953 msgid ""
15954 " int\n"
15955 " guestfs_removexattr (guestfs_h *g,\n"
15956 "                      const char *xattr,\n"
15957 "                      const char *path);\n"
15958 "\n"
15959 msgstr ""
15960
15961 #. type: textblock
15962 #: ../src/guestfs-actions.pod:5792 ../fish/guestfish-actions.pod:3838
15963 msgid ""
15964 "This call removes the extended attribute named C<xattr> of the file C<path>."
15965 msgstr ""
15966
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5795
15969 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15970 msgstr ""
15971
15972 #. type: =head2
15973 #: ../src/guestfs-actions.pod:5801
15974 msgid "guestfs_resize2fs"
15975 msgstr ""
15976
15977 #. type: verbatim
15978 #: ../src/guestfs-actions.pod:5803
15979 #, no-wrap
15980 msgid ""
15981 " int\n"
15982 " guestfs_resize2fs (guestfs_h *g,\n"
15983 "                    const char *device);\n"
15984 "\n"
15985 msgstr ""
15986
15987 #. type: textblock
15988 #: ../src/guestfs-actions.pod:5807 ../fish/guestfish-actions.pod:3847
15989 msgid ""
15990 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15991 "underlying device."
15992 msgstr ""
15993
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:5810
15996 msgid ""
15997 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15998 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15999 "sometimes gives an error about this and sometimes not.  In any case, it is "
16000 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16001 msgstr ""
16002
16003 #. type: =head2
16004 #: ../src/guestfs-actions.pod:5820
16005 msgid "guestfs_resize2fs_M"
16006 msgstr ""
16007
16008 #. type: verbatim
16009 #: ../src/guestfs-actions.pod:5822
16010 #, no-wrap
16011 msgid ""
16012 " int\n"
16013 " guestfs_resize2fs_M (guestfs_h *g,\n"
16014 "                      const char *device);\n"
16015 "\n"
16016 msgstr ""
16017
16018 #. type: textblock
16019 #: ../src/guestfs-actions.pod:5826
16020 msgid ""
16021 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
16022 "resized to its minimum size.  This works like the I<-M> option to the "
16023 "C<resize2fs> command."
16024 msgstr ""
16025
16026 #. type: textblock
16027 #: ../src/guestfs-actions.pod:5830
16028 msgid ""
16029 "To get the resulting size of the filesystem you should call "
16030 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
16031 "These two numbers, multiplied together, give the resulting size of the "
16032 "minimal filesystem in bytes."
16033 msgstr ""
16034
16035 #. type: =head2
16036 #: ../src/guestfs-actions.pod:5839
16037 msgid "guestfs_resize2fs_size"
16038 msgstr ""
16039
16040 #. type: verbatim
16041 #: ../src/guestfs-actions.pod:5841
16042 #, no-wrap
16043 msgid ""
16044 " int\n"
16045 " guestfs_resize2fs_size (guestfs_h *g,\n"
16046 "                         const char *device,\n"
16047 "                         int64_t size);\n"
16048 "\n"
16049 msgstr ""
16050
16051 #. type: textblock
16052 #: ../src/guestfs-actions.pod:5846
16053 msgid ""
16054 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16055 "to specify the new size (in bytes) explicitly."
16056 msgstr ""
16057
16058 #. type: =head2
16059 #: ../src/guestfs-actions.pod:5853
16060 msgid "guestfs_rm"
16061 msgstr ""
16062
16063 #. type: verbatim
16064 #: ../src/guestfs-actions.pod:5855
16065 #, no-wrap
16066 msgid ""
16067 " int\n"
16068 " guestfs_rm (guestfs_h *g,\n"
16069 "             const char *path);\n"
16070 "\n"
16071 msgstr ""
16072
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:5859 ../fish/guestfish-actions.pod:3880
16075 msgid "Remove the single file C<path>."
16076 msgstr ""
16077
16078 #. type: =head2
16079 #: ../src/guestfs-actions.pod:5865
16080 msgid "guestfs_rm_rf"
16081 msgstr ""
16082
16083 #. type: verbatim
16084 #: ../src/guestfs-actions.pod:5867
16085 #, no-wrap
16086 msgid ""
16087 " int\n"
16088 " guestfs_rm_rf (guestfs_h *g,\n"
16089 "                const char *path);\n"
16090 "\n"
16091 msgstr ""
16092
16093 #. type: textblock
16094 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3886
16095 msgid ""
16096 "Remove the file or directory C<path>, recursively removing the contents if "
16097 "its a directory.  This is like the C<rm -rf> shell command."
16098 msgstr ""
16099
16100 #. type: =head2
16101 #: ../src/guestfs-actions.pod:5879
16102 msgid "guestfs_rmdir"
16103 msgstr ""
16104
16105 #. type: verbatim
16106 #: ../src/guestfs-actions.pod:5881
16107 #, no-wrap
16108 msgid ""
16109 " int\n"
16110 " guestfs_rmdir (guestfs_h *g,\n"
16111 "                const char *path);\n"
16112 "\n"
16113 msgstr ""
16114
16115 #. type: textblock
16116 #: ../src/guestfs-actions.pod:5885 ../fish/guestfish-actions.pod:3894
16117 msgid "Remove the single directory C<path>."
16118 msgstr ""
16119
16120 #. type: =head2
16121 #: ../src/guestfs-actions.pod:5891
16122 msgid "guestfs_rmmountpoint"
16123 msgstr ""
16124
16125 #. type: verbatim
16126 #: ../src/guestfs-actions.pod:5893
16127 #, no-wrap
16128 msgid ""
16129 " int\n"
16130 " guestfs_rmmountpoint (guestfs_h *g,\n"
16131 "                       const char *exemptpath);\n"
16132 "\n"
16133 msgstr ""
16134
16135 #. type: textblock
16136 #: ../src/guestfs-actions.pod:5897
16137 msgid ""
16138 "This calls removes a mountpoint that was previously created with "
16139 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16140 msgstr ""
16141
16142 #. type: =head2
16143 #: ../src/guestfs-actions.pod:5905
16144 msgid "guestfs_scrub_device"
16145 msgstr ""
16146
16147 #. type: verbatim
16148 #: ../src/guestfs-actions.pod:5907
16149 #, no-wrap
16150 msgid ""
16151 " int\n"
16152 " guestfs_scrub_device (guestfs_h *g,\n"
16153 "                       const char *device);\n"
16154 "\n"
16155 msgstr ""
16156
16157 #. type: textblock
16158 #: ../src/guestfs-actions.pod:5911 ../fish/guestfish-actions.pod:3908
16159 msgid ""
16160 "This command writes patterns over C<device> to make data retrieval more "
16161 "difficult."
16162 msgstr ""
16163
16164 #. type: textblock
16165 #: ../src/guestfs-actions.pod:5914 ../src/guestfs-actions.pod:5935
16166 #: ../src/guestfs-actions.pod:5954 ../fish/guestfish-actions.pod:3911
16167 #: ../fish/guestfish-actions.pod:3926 ../fish/guestfish-actions.pod:3939
16168 msgid ""
16169 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16170 "more details."
16171 msgstr ""
16172
16173 #. type: textblock
16174 #: ../src/guestfs-actions.pod:5922 ../src/guestfs-actions.pod:5940
16175 #: ../src/guestfs-actions.pod:5959
16176 msgid "(Added in 1.0.52)"
16177 msgstr ""
16178
16179 #. type: =head2
16180 #: ../src/guestfs-actions.pod:5924
16181 msgid "guestfs_scrub_file"
16182 msgstr ""
16183
16184 #. type: verbatim
16185 #: ../src/guestfs-actions.pod:5926
16186 #, no-wrap
16187 msgid ""
16188 " int\n"
16189 " guestfs_scrub_file (guestfs_h *g,\n"
16190 "                     const char *file);\n"
16191 "\n"
16192 msgstr ""
16193
16194 #. type: textblock
16195 #: ../src/guestfs-actions.pod:5930 ../fish/guestfish-actions.pod:3921
16196 msgid ""
16197 "This command writes patterns over a file to make data retrieval more "
16198 "difficult."
16199 msgstr ""
16200
16201 #. type: textblock
16202 #: ../src/guestfs-actions.pod:5933 ../fish/guestfish-actions.pod:3924
16203 msgid "The file is I<removed> after scrubbing."
16204 msgstr ""
16205
16206 #. type: =head2
16207 #: ../src/guestfs-actions.pod:5942
16208 msgid "guestfs_scrub_freespace"
16209 msgstr ""
16210
16211 #. type: verbatim
16212 #: ../src/guestfs-actions.pod:5944
16213 #, no-wrap
16214 msgid ""
16215 " int\n"
16216 " guestfs_scrub_freespace (guestfs_h *g,\n"
16217 "                          const char *dir);\n"
16218 "\n"
16219 msgstr ""
16220
16221 #. type: textblock
16222 #: ../src/guestfs-actions.pod:5948
16223 msgid ""
16224 "This command creates the directory C<dir> and then fills it with files until "
16225 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16226 "and deletes them.  The intention is to scrub any free space on the partition "
16227 "containing C<dir>."
16228 msgstr ""
16229
16230 #. type: =head2
16231 #: ../src/guestfs-actions.pod:5961
16232 msgid "guestfs_set_append"
16233 msgstr ""
16234
16235 #. type: verbatim
16236 #: ../src/guestfs-actions.pod:5963
16237 #, no-wrap
16238 msgid ""
16239 " int\n"
16240 " guestfs_set_append (guestfs_h *g,\n"
16241 "                     const char *append);\n"
16242 "\n"
16243 msgstr ""
16244
16245 #. type: textblock
16246 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3948
16247 msgid ""
16248 "This function is used to add additional options to the guest kernel command "
16249 "line."
16250 msgstr ""
16251
16252 #. type: textblock
16253 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:3951
16254 msgid ""
16255 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16256 "environment variable."
16257 msgstr ""
16258
16259 #. type: textblock
16260 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:3954
16261 msgid ""
16262 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16263 "(libguestfs always adds a few of its own)."
16264 msgstr ""
16265
16266 #. type: =head2
16267 #: ../src/guestfs-actions.pod:5980
16268 msgid "guestfs_set_attach_method"
16269 msgstr ""
16270
16271 #. type: verbatim
16272 #: ../src/guestfs-actions.pod:5982
16273 #, no-wrap
16274 msgid ""
16275 " int\n"
16276 " guestfs_set_attach_method (guestfs_h *g,\n"
16277 "                            const char *attachmethod);\n"
16278 "\n"
16279 msgstr ""
16280
16281 #. type: textblock
16282 #: ../src/guestfs-actions.pod:5986 ../fish/guestfish-actions.pod:3963
16283 msgid ""
16284 "Set the method that libguestfs uses to connect to the back end guestfsd "
16285 "daemon.  Possible methods are:"
16286 msgstr ""
16287
16288 #. type: textblock
16289 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:3970
16290 msgid ""
16291 "Launch an appliance and connect to it.  This is the ordinary method and the "
16292 "default."
16293 msgstr ""
16294
16295 #. type: =item
16296 #: ../src/guestfs-actions.pod:5996 ../fish/guestfish-actions.pod:3973
16297 msgid "C<unix:I<path>>"
16298 msgstr ""
16299
16300 #. type: textblock
16301 #: ../src/guestfs-actions.pod:5998 ../fish/guestfish-actions.pod:3975
16302 msgid "Connect to the Unix domain socket I<path>."
16303 msgstr ""
16304
16305 #. type: textblock
16306 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:3977
16307 msgid ""
16308 "This method lets you connect to an existing daemon or (using virtio-serial) "
16309 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
16310 "RUNNING DAEMONS>."
16311 msgstr ""
16312
16313 #. type: =head2
16314 #: ../src/guestfs-actions.pod:6010
16315 msgid "guestfs_set_autosync"
16316 msgstr ""
16317
16318 #. type: verbatim
16319 #: ../src/guestfs-actions.pod:6012
16320 #, no-wrap
16321 msgid ""
16322 " int\n"
16323 " guestfs_set_autosync (guestfs_h *g,\n"
16324 "                       int autosync);\n"
16325 "\n"
16326 msgstr ""
16327
16328 #. type: textblock
16329 #: ../src/guestfs-actions.pod:6016 ../fish/guestfish-actions.pod:3989
16330 msgid ""
16331 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16332 "effort attempt to make filesystems consistent and synchronized when the "
16333 "handle is closed (also if the program exits without closing handles)."
16334 msgstr ""
16335
16336 #. type: textblock
16337 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:3994
16338 msgid ""
16339 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16340 "disabled by default)."
16341 msgstr ""
16342
16343 #. type: =head2
16344 #: ../src/guestfs-actions.pod:6028
16345 msgid "guestfs_set_direct"
16346 msgstr ""
16347
16348 #. type: verbatim
16349 #: ../src/guestfs-actions.pod:6030
16350 #, no-wrap
16351 msgid ""
16352 " int\n"
16353 " guestfs_set_direct (guestfs_h *g,\n"
16354 "                     int direct);\n"
16355 "\n"
16356 msgstr ""
16357
16358 #. type: textblock
16359 #: ../src/guestfs-actions.pod:6034 ../fish/guestfish-actions.pod:4003
16360 msgid ""
16361 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16362 "passed directly through to the appliance once it is launched."
16363 msgstr ""
16364
16365 #. type: textblock
16366 #: ../src/guestfs-actions.pod:6038
16367 msgid ""
16368 "One consequence of this is that log messages aren't caught by the library "
16369 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16370 "stdout."
16371 msgstr ""
16372
16373 #. type: textblock
16374 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4011
16375 msgid "You probably don't want to use this unless you know what you are doing."
16376 msgstr ""
16377
16378 #. type: textblock
16379 #: ../src/guestfs-actions.pod:6045 ../fish/guestfish-actions.pod:4014
16380 msgid "The default is disabled."
16381 msgstr ""
16382
16383 #. type: =head2
16384 #: ../src/guestfs-actions.pod:6051
16385 msgid "guestfs_set_e2label"
16386 msgstr ""
16387
16388 #. type: verbatim
16389 #: ../src/guestfs-actions.pod:6053
16390 #, no-wrap
16391 msgid ""
16392 " int\n"
16393 " guestfs_set_e2label (guestfs_h *g,\n"
16394 "                      const char *device,\n"
16395 "                      const char *label);\n"
16396 "\n"
16397 msgstr ""
16398
16399 #. type: textblock
16400 #: ../src/guestfs-actions.pod:6058 ../fish/guestfish-actions.pod:4020
16401 msgid ""
16402 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16403 "C<label>.  Filesystem labels are limited to 16 characters."
16404 msgstr ""
16405
16406 #. type: textblock
16407 #: ../src/guestfs-actions.pod:6062
16408 msgid ""
16409 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16410 "the existing label on a filesystem."
16411 msgstr ""
16412
16413 #. type: =head2
16414 #: ../src/guestfs-actions.pod:6069
16415 msgid "guestfs_set_e2uuid"
16416 msgstr ""
16417
16418 #. type: verbatim
16419 #: ../src/guestfs-actions.pod:6071
16420 #, no-wrap
16421 msgid ""
16422 " int\n"
16423 " guestfs_set_e2uuid (guestfs_h *g,\n"
16424 "                     const char *device,\n"
16425 "                     const char *uuid);\n"
16426 "\n"
16427 msgstr ""
16428
16429 #. type: textblock
16430 #: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4031
16431 msgid ""
16432 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16433 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16434 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16435 msgstr ""
16436
16437 #. type: textblock
16438 #: ../src/guestfs-actions.pod:6081
16439 msgid ""
16440 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16441 "the existing UUID of a filesystem."
16442 msgstr ""
16443
16444 #. type: =head2
16445 #: ../src/guestfs-actions.pod:6088
16446 msgid "guestfs_set_memsize"
16447 msgstr ""
16448
16449 #. type: verbatim
16450 #: ../src/guestfs-actions.pod:6090
16451 #, no-wrap
16452 msgid ""
16453 " int\n"
16454 " guestfs_set_memsize (guestfs_h *g,\n"
16455 "                      int memsize);\n"
16456 "\n"
16457 msgstr ""
16458
16459 #. type: textblock
16460 #: ../src/guestfs-actions.pod:6094
16461 msgid ""
16462 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16463 "This only has any effect if called before C<guestfs_launch>."
16464 msgstr ""
16465
16466 #. type: textblock
16467 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4049
16468 msgid ""
16469 "You can also change this by setting the environment variable "
16470 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16471 msgstr ""
16472
16473 #. type: =head2
16474 #: ../src/guestfs-actions.pod:6109
16475 msgid "guestfs_set_network"
16476 msgstr ""
16477
16478 #. type: verbatim
16479 #: ../src/guestfs-actions.pod:6111
16480 #, no-wrap
16481 msgid ""
16482 " int\n"
16483 " guestfs_set_network (guestfs_h *g,\n"
16484 "                      int network);\n"
16485 "\n"
16486 msgstr ""
16487
16488 #. type: textblock
16489 #: ../src/guestfs-actions.pod:6115 ../fish/guestfish-actions.pod:4062
16490 msgid ""
16491 "If C<network> is true, then the network is enabled in the libguestfs "
16492 "appliance.  The default is false."
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6118 ../fish/guestfish-actions.pod:4065
16497 msgid ""
16498 "This affects whether commands are able to access the network (see L<guestfs"
16499 "(3)/RUNNING COMMANDS>)."
16500 msgstr ""
16501
16502 #. type: textblock
16503 #: ../src/guestfs-actions.pod:6121
16504 msgid ""
16505 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16506 "effect."
16507 msgstr ""
16508
16509 #. type: =head2
16510 #: ../src/guestfs-actions.pod:6128
16511 msgid "guestfs_set_path"
16512 msgstr ""
16513
16514 #. type: verbatim
16515 #: ../src/guestfs-actions.pod:6130
16516 #, no-wrap
16517 msgid ""
16518 " int\n"
16519 " guestfs_set_path (guestfs_h *g,\n"
16520 "                   const char *searchpath);\n"
16521 "\n"
16522 msgstr ""
16523
16524 #. type: textblock
16525 #: ../src/guestfs-actions.pod:6134 ../fish/guestfish-actions.pod:4077
16526 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16527 msgstr ""
16528
16529 #. type: textblock
16530 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4079
16531 msgid ""
16532 "The default is C<$libdir/guestfs> unless overridden by setting "
16533 "C<LIBGUESTFS_PATH> environment variable."
16534 msgstr ""
16535
16536 #. type: textblock
16537 #: ../src/guestfs-actions.pod:6139 ../fish/guestfish-actions.pod:4082
16538 msgid "Setting C<path> to C<NULL> restores the default path."
16539 msgstr ""
16540
16541 #. type: =head2
16542 #: ../src/guestfs-actions.pod:6145
16543 msgid "guestfs_set_qemu"
16544 msgstr ""
16545
16546 #. type: verbatim
16547 #: ../src/guestfs-actions.pod:6147
16548 #, no-wrap
16549 msgid ""
16550 " int\n"
16551 " guestfs_set_qemu (guestfs_h *g,\n"
16552 "                   const char *qemu);\n"
16553 "\n"
16554 msgstr ""
16555
16556 #. type: textblock
16557 #: ../src/guestfs-actions.pod:6151 ../fish/guestfish-actions.pod:4090
16558 msgid "Set the qemu binary that we will use."
16559 msgstr ""
16560
16561 #. type: textblock
16562 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4092
16563 msgid ""
16564 "The default is chosen when the library was compiled by the configure script."
16565 msgstr ""
16566
16567 #. type: textblock
16568 #: ../src/guestfs-actions.pod:6156 ../fish/guestfish-actions.pod:4095
16569 msgid ""
16570 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16571 "variable."
16572 msgstr ""
16573
16574 #. type: textblock
16575 #: ../src/guestfs-actions.pod:6159 ../fish/guestfish-actions.pod:4098
16576 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16577 msgstr ""
16578
16579 #. type: textblock
16580 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4100
16581 msgid ""
16582 "Note that you should call this function as early as possible after creating "
16583 "the handle.  This is because some pre-launch operations depend on testing "
16584 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16585 "don't retest features, and so you might see inconsistent results.  Using the "
16586 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16587 "the qemu binary at the same time as the handle is created."
16588 msgstr ""
16589
16590 #. type: =head2
16591 #: ../src/guestfs-actions.pod:6173
16592 msgid "guestfs_set_recovery_proc"
16593 msgstr ""
16594
16595 #. type: verbatim
16596 #: ../src/guestfs-actions.pod:6175
16597 #, no-wrap
16598 msgid ""
16599 " int\n"
16600 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16601 "                            int recoveryproc);\n"
16602 "\n"
16603 msgstr ""
16604
16605 #. type: textblock
16606 #: ../src/guestfs-actions.pod:6179
16607 msgid ""
16608 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16609 "not create a recovery process.  The purpose of the recovery process is to "
16610 "stop runaway qemu processes in the case where the main program aborts "
16611 "abruptly."
16612 msgstr ""
16613
16614 #. type: textblock
16615 #: ../src/guestfs-actions.pod:6184
16616 msgid ""
16617 "This only has any effect if called before C<guestfs_launch>, and the default "
16618 "is true."
16619 msgstr ""
16620
16621 #. type: textblock
16622 #: ../src/guestfs-actions.pod:6187 ../fish/guestfish-actions.pod:4122
16623 msgid ""
16624 "About the only time when you would want to disable this is if the main "
16625 "process will fork itself into the background (\"daemonize\" itself).  In "
16626 "this case the recovery process thinks that the main program has disappeared "
16627 "and so kills qemu, which is not very helpful."
16628 msgstr ""
16629
16630 #. type: =head2
16631 #: ../src/guestfs-actions.pod:6197
16632 msgid "guestfs_set_selinux"
16633 msgstr ""
16634
16635 #. type: verbatim
16636 #: ../src/guestfs-actions.pod:6199
16637 #, no-wrap
16638 msgid ""
16639 " int\n"
16640 " guestfs_set_selinux (guestfs_h *g,\n"
16641 "                      int selinux);\n"
16642 "\n"
16643 msgstr ""
16644
16645 #. type: textblock
16646 #: ../src/guestfs-actions.pod:6203 ../fish/guestfish-actions.pod:4134
16647 msgid ""
16648 "This sets the selinux flag that is passed to the appliance at boot time.  "
16649 "The default is C<selinux=0> (disabled)."
16650 msgstr ""
16651
16652 #. type: textblock
16653 #: ../src/guestfs-actions.pod:6206 ../fish/guestfish-actions.pod:4137
16654 msgid ""
16655 "Note that if SELinux is enabled, it is always in Permissive mode "
16656 "(C<enforcing=0>)."
16657 msgstr ""
16658
16659 #. type: =head2
16660 #: ../src/guestfs-actions.pod:6216
16661 msgid "guestfs_set_trace"
16662 msgstr ""
16663
16664 #. type: verbatim
16665 #: ../src/guestfs-actions.pod:6218
16666 #, no-wrap
16667 msgid ""
16668 " int\n"
16669 " guestfs_set_trace (guestfs_h *g,\n"
16670 "                    int trace);\n"
16671 "\n"
16672 msgstr ""
16673
16674 #. type: textblock
16675 #: ../src/guestfs-actions.pod:6222 ../fish/guestfish-actions.pod:4149
16676 msgid ""
16677 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
16678 "return values are traced."
16679 msgstr ""
16680
16681 #. type: textblock
16682 #: ../src/guestfs-actions.pod:6225 ../fish/guestfish-actions.pod:4152
16683 msgid ""
16684 "If you want to trace C API calls into libguestfs (and other libraries) then "
16685 "possibly a better way is to use the external ltrace(1) command."
16686 msgstr ""
16687
16688 #. type: textblock
16689 #: ../src/guestfs-actions.pod:6229 ../fish/guestfish-actions.pod:4156
16690 msgid ""
16691 "Command traces are disabled unless the environment variable "
16692 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16693 msgstr ""
16694
16695 #. type: textblock
16696 #: ../src/guestfs-actions.pod:6232
16697 msgid ""
16698 "Trace messages are normally sent to C<stderr>, unless you register a "
16699 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16700 msgstr ""
16701
16702 #. type: =head2
16703 #: ../src/guestfs-actions.pod:6240
16704 msgid "guestfs_set_verbose"
16705 msgstr ""
16706
16707 #. type: verbatim
16708 #: ../src/guestfs-actions.pod:6242
16709 #, no-wrap
16710 msgid ""
16711 " int\n"
16712 " guestfs_set_verbose (guestfs_h *g,\n"
16713 "                      int verbose);\n"
16714 "\n"
16715 msgstr ""
16716
16717 #. type: textblock
16718 #: ../src/guestfs-actions.pod:6246 ../fish/guestfish-actions.pod:4169
16719 msgid "If C<verbose> is true, this turns on verbose messages."
16720 msgstr ""
16721
16722 #. type: textblock
16723 #: ../src/guestfs-actions.pod:6248 ../fish/guestfish-actions.pod:4171
16724 msgid ""
16725 "Verbose messages are disabled unless the environment variable "
16726 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16727 msgstr ""
16728
16729 #. type: textblock
16730 #: ../src/guestfs-actions.pod:6251
16731 msgid ""
16732 "Verbose messages are normally sent to C<stderr>, unless you register a "
16733 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16734 msgstr ""
16735
16736 #. type: =head2
16737 #: ../src/guestfs-actions.pod:6259
16738 msgid "guestfs_setcon"
16739 msgstr ""
16740
16741 #. type: verbatim
16742 #: ../src/guestfs-actions.pod:6261
16743 #, no-wrap
16744 msgid ""
16745 " int\n"
16746 " guestfs_setcon (guestfs_h *g,\n"
16747 "                 const char *context);\n"
16748 "\n"
16749 msgstr ""
16750
16751 #. type: textblock
16752 #: ../src/guestfs-actions.pod:6265 ../fish/guestfish-actions.pod:4182
16753 msgid ""
16754 "This sets the SELinux security context of the daemon to the string "
16755 "C<context>."
16756 msgstr ""
16757
16758 #. type: textblock
16759 #: ../src/guestfs-actions.pod:6268 ../fish/guestfish-actions.pod:4185
16760 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16761 msgstr ""
16762
16763 #. type: =head2
16764 #: ../src/guestfs-actions.pod:6274
16765 msgid "guestfs_setxattr"
16766 msgstr ""
16767
16768 #. type: verbatim
16769 #: ../src/guestfs-actions.pod:6276
16770 #, no-wrap
16771 msgid ""
16772 " int\n"
16773 " guestfs_setxattr (guestfs_h *g,\n"
16774 "                   const char *xattr,\n"
16775 "                   const char *val,\n"
16776 "                   int vallen,\n"
16777 "                   const char *path);\n"
16778 "\n"
16779 msgstr ""
16780
16781 #. type: textblock
16782 #: ../src/guestfs-actions.pod:6283 ../fish/guestfish-actions.pod:4191
16783 msgid ""
16784 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16785 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16786 msgstr ""
16787
16788 #. type: textblock
16789 #: ../src/guestfs-actions.pod:6287
16790 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16791 msgstr ""
16792
16793 #. type: =head2
16794 #: ../src/guestfs-actions.pod:6293
16795 msgid "guestfs_sfdisk"
16796 msgstr ""
16797
16798 #. type: verbatim
16799 #: ../src/guestfs-actions.pod:6295
16800 #, no-wrap
16801 msgid ""
16802 " int\n"
16803 " guestfs_sfdisk (guestfs_h *g,\n"
16804 "                 const char *device,\n"
16805 "                 int cyls,\n"
16806 "                 int heads,\n"
16807 "                 int sectors,\n"
16808 "                 char *const *lines);\n"
16809 "\n"
16810 msgstr ""
16811
16812 #. type: textblock
16813 #: ../src/guestfs-actions.pod:6303 ../fish/guestfish-actions.pod:4201
16814 msgid ""
16815 "This is a direct interface to the L<sfdisk(8)> program for creating "
16816 "partitions on block devices."
16817 msgstr ""
16818
16819 #. type: textblock
16820 #: ../src/guestfs-actions.pod:6306 ../fish/guestfish-actions.pod:4204
16821 msgid "C<device> should be a block device, for example C</dev/sda>."
16822 msgstr ""
16823
16824 #. type: textblock
16825 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4206
16826 msgid ""
16827 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16828 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16829 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16830 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16831 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16832 "the kernel) cannot work out the right geometry and you will need to tell it."
16833 msgstr ""
16834
16835 #. type: textblock
16836 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4214
16837 msgid ""
16838 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16839 "refer to the L<sfdisk(8)> manpage."
16840 msgstr ""
16841
16842 #. type: textblock
16843 #: ../src/guestfs-actions.pod:6319 ../fish/guestfish-actions.pod:4217
16844 msgid ""
16845 "To create a single partition occupying the whole disk, you would pass "
16846 "C<lines> as a single element list, when the single element being the string "
16847 "C<,> (comma)."
16848 msgstr ""
16849
16850 #. type: textblock
16851 #: ../src/guestfs-actions.pod:6323
16852 msgid ""
16853 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16854 msgstr ""
16855
16856 #. type: textblock
16857 #: ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6361
16858 #: ../src/guestfs-actions.pod:6394 ../fish/guestfish-actions.pod:4227
16859 #: ../fish/guestfish-actions.pod:4250 ../fish/guestfish-actions.pod:4272
16860 msgid ""
16861 "This function is deprecated.  In new code, use the C<part_add> call instead."
16862 msgstr ""
16863
16864 #. type: =head2
16865 #: ../src/guestfs-actions.pod:6340
16866 msgid "guestfs_sfdiskM"
16867 msgstr ""
16868
16869 #. type: verbatim
16870 #: ../src/guestfs-actions.pod:6342
16871 #, no-wrap
16872 msgid ""
16873 " int\n"
16874 " guestfs_sfdiskM (guestfs_h *g,\n"
16875 "                  const char *device,\n"
16876 "                  char *const *lines);\n"
16877 "\n"
16878 msgstr ""
16879
16880 #. type: textblock
16881 #: ../src/guestfs-actions.pod:6347
16882 msgid ""
16883 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16884 "partition sizes are specified in megabytes only (rounded to the nearest "
16885 "cylinder) and you don't need to specify the cyls, heads and sectors "
16886 "parameters which were rarely if ever used anyway."
16887 msgstr ""
16888
16889 #. type: textblock
16890 #: ../src/guestfs-actions.pod:6353
16891 msgid ""
16892 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16893 "C<guestfs_part_disk>"
16894 msgstr ""
16895
16896 #. type: =head2
16897 #: ../src/guestfs-actions.pod:6370
16898 msgid "guestfs_sfdisk_N"
16899 msgstr ""
16900
16901 #. type: verbatim
16902 #: ../src/guestfs-actions.pod:6372
16903 #, no-wrap
16904 msgid ""
16905 " int\n"
16906 " guestfs_sfdisk_N (guestfs_h *g,\n"
16907 "                   const char *device,\n"
16908 "                   int partnum,\n"
16909 "                   int cyls,\n"
16910 "                   int heads,\n"
16911 "                   int sectors,\n"
16912 "                   const char *line);\n"
16913 "\n"
16914 msgstr ""
16915
16916 #. type: textblock
16917 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4261
16918 msgid ""
16919 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16920 "(note: C<n> counts from 1)."
16921 msgstr ""
16922
16923 #. type: textblock
16924 #: ../src/guestfs-actions.pod:6384
16925 msgid ""
16926 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16927 "for the cyls/heads/sectors parameters."
16928 msgstr ""
16929
16930 #. type: textblock
16931 #: ../src/guestfs-actions.pod:6387
16932 msgid "See also: C<guestfs_part_add>"
16933 msgstr ""
16934
16935 #. type: =head2
16936 #: ../src/guestfs-actions.pod:6403
16937 msgid "guestfs_sfdisk_disk_geometry"
16938 msgstr ""
16939
16940 #. type: verbatim
16941 #: ../src/guestfs-actions.pod:6405
16942 #, no-wrap
16943 msgid ""
16944 " char *\n"
16945 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16946 "                               const char *device);\n"
16947 "\n"
16948 msgstr ""
16949
16950 #. type: textblock
16951 #: ../src/guestfs-actions.pod:6409
16952 msgid ""
16953 "This displays the disk geometry of C<device> read from the partition table.  "
16954 "Especially in the case where the underlying block device has been resized, "
16955 "this can be different from the kernel's idea of the geometry (see "
16956 "C<guestfs_sfdisk_kernel_geometry>)."
16957 msgstr ""
16958
16959 #. type: textblock
16960 #: ../src/guestfs-actions.pod:6414 ../src/guestfs-actions.pod:6430
16961 #: ../fish/guestfish-actions.pod:4288 ../fish/guestfish-actions.pod:4297
16962 msgid "The result is in human-readable format, and not designed to be parsed."
16963 msgstr ""
16964
16965 #. type: =head2
16966 #: ../src/guestfs-actions.pod:6422
16967 msgid "guestfs_sfdisk_kernel_geometry"
16968 msgstr ""
16969
16970 #. type: verbatim
16971 #: ../src/guestfs-actions.pod:6424
16972 #, no-wrap
16973 msgid ""
16974 " char *\n"
16975 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16976 "                                 const char *device);\n"
16977 "\n"
16978 msgstr ""
16979
16980 #. type: textblock
16981 #: ../src/guestfs-actions.pod:6428 ../fish/guestfish-actions.pod:4295
16982 msgid "This displays the kernel's idea of the geometry of C<device>."
16983 msgstr ""
16984
16985 #. type: =head2
16986 #: ../src/guestfs-actions.pod:6438
16987 msgid "guestfs_sfdisk_l"
16988 msgstr ""
16989
16990 #. type: verbatim
16991 #: ../src/guestfs-actions.pod:6440
16992 #, no-wrap
16993 msgid ""
16994 " char *\n"
16995 " guestfs_sfdisk_l (guestfs_h *g,\n"
16996 "                   const char *device);\n"
16997 "\n"
16998 msgstr ""
16999
17000 #. type: textblock
17001 #: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4304
17002 msgid ""
17003 "This displays the partition table on C<device>, in the human-readable output "
17004 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17005 msgstr ""
17006
17007 #. type: textblock
17008 #: ../src/guestfs-actions.pod:6448
17009 msgid "See also: C<guestfs_part_list>"
17010 msgstr ""
17011
17012 #. type: textblock
17013 #: ../src/guestfs-actions.pod:6453 ../fish/guestfish-actions.pod:4310
17014 msgid ""
17015 "This function is deprecated.  In new code, use the C<part_list> call instead."
17016 msgstr ""
17017
17018 #. type: =head2
17019 #: ../src/guestfs-actions.pod:6462
17020 msgid "guestfs_sh"
17021 msgstr ""
17022
17023 #. type: verbatim
17024 #: ../src/guestfs-actions.pod:6464
17025 #, no-wrap
17026 msgid ""
17027 " char *\n"
17028 " guestfs_sh (guestfs_h *g,\n"
17029 "             const char *command);\n"
17030 "\n"
17031 msgstr ""
17032
17033 #. type: textblock
17034 #: ../src/guestfs-actions.pod:6468 ../fish/guestfish-actions.pod:4321
17035 msgid ""
17036 "This call runs a command from the guest filesystem via the guest's C</bin/"
17037 "sh>."
17038 msgstr ""
17039
17040 #. type: textblock
17041 #: ../src/guestfs-actions.pod:6471
17042 msgid "This is like C<guestfs_command>, but passes the command to:"
17043 msgstr ""
17044
17045 #. type: verbatim
17046 #: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4326
17047 #, no-wrap
17048 msgid ""
17049 " /bin/sh -c \"command\"\n"
17050 "\n"
17051 msgstr ""
17052
17053 #. type: textblock
17054 #: ../src/guestfs-actions.pod:6475 ../fish/guestfish-actions.pod:4328
17055 msgid ""
17056 "Depending on the guest's shell, this usually results in wildcards being "
17057 "expanded, shell expressions being interpolated and so on."
17058 msgstr ""
17059
17060 #. type: textblock
17061 #: ../src/guestfs-actions.pod:6479
17062 msgid "All the provisos about C<guestfs_command> apply to this call."
17063 msgstr ""
17064
17065 #. type: =head2
17066 #: ../src/guestfs-actions.pod:6486
17067 msgid "guestfs_sh_lines"
17068 msgstr ""
17069
17070 #. type: verbatim
17071 #: ../src/guestfs-actions.pod:6488
17072 #, no-wrap
17073 msgid ""
17074 " char **\n"
17075 " guestfs_sh_lines (guestfs_h *g,\n"
17076 "                   const char *command);\n"
17077 "\n"
17078 msgstr ""
17079
17080 #. type: textblock
17081 #: ../src/guestfs-actions.pod:6492
17082 msgid ""
17083 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17084 "lines."
17085 msgstr ""
17086
17087 #. type: textblock
17088 #: ../src/guestfs-actions.pod:6495
17089 msgid "See also: C<guestfs_command_lines>"
17090 msgstr ""
17091
17092 #. type: =head2
17093 #: ../src/guestfs-actions.pod:6503
17094 msgid "guestfs_sleep"
17095 msgstr ""
17096
17097 #. type: verbatim
17098 #: ../src/guestfs-actions.pod:6505
17099 #, no-wrap
17100 msgid ""
17101 " int\n"
17102 " guestfs_sleep (guestfs_h *g,\n"
17103 "                int secs);\n"
17104 "\n"
17105 msgstr ""
17106
17107 #. type: textblock
17108 #: ../src/guestfs-actions.pod:6509 ../fish/guestfish-actions.pod:4347
17109 msgid "Sleep for C<secs> seconds."
17110 msgstr ""
17111
17112 #. type: textblock
17113 #: ../src/guestfs-actions.pod:6513
17114 msgid "(Added in 1.0.41)"
17115 msgstr ""
17116
17117 #. type: =head2
17118 #: ../src/guestfs-actions.pod:6515 ../src/guestfs-structs.pod:109
17119 msgid "guestfs_stat"
17120 msgstr ""
17121
17122 #. type: verbatim
17123 #: ../src/guestfs-actions.pod:6517
17124 #, no-wrap
17125 msgid ""
17126 " struct guestfs_stat *\n"
17127 " guestfs_stat (guestfs_h *g,\n"
17128 "               const char *path);\n"
17129 "\n"
17130 msgstr ""
17131
17132 #. type: textblock
17133 #: ../src/guestfs-actions.pod:6523 ../fish/guestfish-actions.pod:4355
17134 msgid "This is the same as the C<stat(2)> system call."
17135 msgstr ""
17136
17137 #. type: =head2
17138 #: ../src/guestfs-actions.pod:6531 ../src/guestfs-structs.pod:135
17139 msgid "guestfs_statvfs"
17140 msgstr ""
17141
17142 #. type: verbatim
17143 #: ../src/guestfs-actions.pod:6533
17144 #, no-wrap
17145 msgid ""
17146 " struct guestfs_statvfs *\n"
17147 " guestfs_statvfs (guestfs_h *g,\n"
17148 "                  const char *path);\n"
17149 "\n"
17150 msgstr ""
17151
17152 #. type: textblock
17153 #: ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4361
17154 msgid ""
17155 "Returns file system statistics for any mounted file system.  C<path> should "
17156 "be a file or directory in the mounted file system (typically it is the mount "
17157 "point itself, but it doesn't need to be)."
17158 msgstr ""
17159
17160 #. type: textblock
17161 #: ../src/guestfs-actions.pod:6541 ../fish/guestfish-actions.pod:4365
17162 msgid "This is the same as the C<statvfs(2)> system call."
17163 msgstr ""
17164
17165 #. type: textblock
17166 #: ../src/guestfs-actions.pod:6543
17167 msgid ""
17168 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17169 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17170 msgstr ""
17171
17172 #. type: =head2
17173 #: ../src/guestfs-actions.pod:6549
17174 msgid "guestfs_strings"
17175 msgstr ""
17176
17177 #. type: verbatim
17178 #: ../src/guestfs-actions.pod:6551
17179 #, no-wrap
17180 msgid ""
17181 " char **\n"
17182 " guestfs_strings (guestfs_h *g,\n"
17183 "                  const char *path);\n"
17184 "\n"
17185 msgstr ""
17186
17187 #. type: textblock
17188 #: ../src/guestfs-actions.pod:6555 ../fish/guestfish-actions.pod:4371
17189 msgid ""
17190 "This runs the L<strings(1)> command on a file and returns the list of "
17191 "printable strings found."
17192 msgstr ""
17193
17194 #. type: =head2
17195 #: ../src/guestfs-actions.pod:6567
17196 msgid "guestfs_strings_e"
17197 msgstr ""
17198
17199 #. type: verbatim
17200 #: ../src/guestfs-actions.pod:6569
17201 #, no-wrap
17202 msgid ""
17203 " char **\n"
17204 " guestfs_strings_e (guestfs_h *g,\n"
17205 "                    const char *encoding,\n"
17206 "                    const char *path);\n"
17207 "\n"
17208 msgstr ""
17209
17210 #. type: textblock
17211 #: ../src/guestfs-actions.pod:6574
17212 msgid ""
17213 "This is like the C<guestfs_strings> command, but allows you to specify the "
17214 "encoding of strings that are looked for in the source file C<path>."
17215 msgstr ""
17216
17217 #. type: textblock
17218 #: ../src/guestfs-actions.pod:6578 ../fish/guestfish-actions.pod:4385
17219 msgid "Allowed encodings are:"
17220 msgstr ""
17221
17222 #. type: =item
17223 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4389
17224 msgid "s"
17225 msgstr ""
17226
17227 #. type: textblock
17228 #: ../src/guestfs-actions.pod:6584
17229 msgid ""
17230 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17231 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17232 msgstr ""
17233
17234 #. type: =item
17235 #: ../src/guestfs-actions.pod:6587 ../fish/guestfish-actions.pod:4394
17236 msgid "S"
17237 msgstr ""
17238
17239 #. type: textblock
17240 #: ../src/guestfs-actions.pod:6589 ../fish/guestfish-actions.pod:4396
17241 msgid "Single 8-bit-byte characters."
17242 msgstr ""
17243
17244 #. type: =item
17245 #: ../src/guestfs-actions.pod:6591 ../fish/guestfish-actions.pod:4398
17246 msgid "b"
17247 msgstr ""
17248
17249 #. type: textblock
17250 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4400
17251 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17252 msgstr ""
17253
17254 #. type: =item
17255 #: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4403
17256 msgid "l (lower case letter L)"
17257 msgstr ""
17258
17259 #. type: textblock
17260 #: ../src/guestfs-actions.pod:6598 ../fish/guestfish-actions.pod:4405
17261 msgid ""
17262 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17263 "examining binaries in Windows guests."
17264 msgstr ""
17265
17266 #. type: =item
17267 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4408
17268 msgid "B"
17269 msgstr ""
17270
17271 #. type: textblock
17272 #: ../src/guestfs-actions.pod:6603 ../fish/guestfish-actions.pod:4410
17273 msgid "32-bit big endian such as UCS-4BE."
17274 msgstr ""
17275
17276 #. type: =item
17277 #: ../src/guestfs-actions.pod:6605 ../fish/guestfish-actions.pod:4412
17278 msgid "L"
17279 msgstr ""
17280
17281 #. type: textblock
17282 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4414
17283 msgid "32-bit little endian such as UCS-4LE."
17284 msgstr ""
17285
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:6611 ../fish/guestfish-actions.pod:4418
17288 msgid "The returned strings are transcoded to UTF-8."
17289 msgstr ""
17290
17291 #. type: =head2
17292 #: ../src/guestfs-actions.pod:6622
17293 msgid "guestfs_swapoff_device"
17294 msgstr ""
17295
17296 #. type: verbatim
17297 #: ../src/guestfs-actions.pod:6624
17298 #, no-wrap
17299 msgid ""
17300 " int\n"
17301 " guestfs_swapoff_device (guestfs_h *g,\n"
17302 "                         const char *device);\n"
17303 "\n"
17304 msgstr ""
17305
17306 #. type: textblock
17307 #: ../src/guestfs-actions.pod:6628
17308 msgid ""
17309 "This command disables the libguestfs appliance swap device or partition "
17310 "named C<device>.  See C<guestfs_swapon_device>."
17311 msgstr ""
17312
17313 #. type: =head2
17314 #: ../src/guestfs-actions.pod:6636
17315 msgid "guestfs_swapoff_file"
17316 msgstr ""
17317
17318 #. type: verbatim
17319 #: ../src/guestfs-actions.pod:6638
17320 #, no-wrap
17321 msgid ""
17322 " int\n"
17323 " guestfs_swapoff_file (guestfs_h *g,\n"
17324 "                       const char *file);\n"
17325 "\n"
17326 msgstr ""
17327
17328 #. type: textblock
17329 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4435
17330 msgid "This command disables the libguestfs appliance swap on file."
17331 msgstr ""
17332
17333 #. type: =head2
17334 #: ../src/guestfs-actions.pod:6648
17335 msgid "guestfs_swapoff_label"
17336 msgstr ""
17337
17338 #. type: verbatim
17339 #: ../src/guestfs-actions.pod:6650
17340 #, no-wrap
17341 msgid ""
17342 " int\n"
17343 " guestfs_swapoff_label (guestfs_h *g,\n"
17344 "                        const char *label);\n"
17345 "\n"
17346 msgstr ""
17347
17348 #. type: textblock
17349 #: ../src/guestfs-actions.pod:6654 ../fish/guestfish-actions.pod:4441
17350 msgid ""
17351 "This command disables the libguestfs appliance swap on labeled swap "
17352 "partition."
17353 msgstr ""
17354
17355 #. type: =head2
17356 #: ../src/guestfs-actions.pod:6661
17357 msgid "guestfs_swapoff_uuid"
17358 msgstr ""
17359
17360 #. type: verbatim
17361 #: ../src/guestfs-actions.pod:6663
17362 #, no-wrap
17363 msgid ""
17364 " int\n"
17365 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17366 "                       const char *uuid);\n"
17367 "\n"
17368 msgstr ""
17369
17370 #. type: textblock
17371 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4448
17372 msgid ""
17373 "This command disables the libguestfs appliance swap partition with the given "
17374 "UUID."
17375 msgstr ""
17376
17377 #. type: =head2
17378 #: ../src/guestfs-actions.pod:6674
17379 msgid "guestfs_swapon_device"
17380 msgstr ""
17381
17382 #. type: verbatim
17383 #: ../src/guestfs-actions.pod:6676
17384 #, no-wrap
17385 msgid ""
17386 " int\n"
17387 " guestfs_swapon_device (guestfs_h *g,\n"
17388 "                        const char *device);\n"
17389 "\n"
17390 msgstr ""
17391
17392 #. type: textblock
17393 #: ../src/guestfs-actions.pod:6680
17394 msgid ""
17395 "This command enables the libguestfs appliance to use the swap device or "
17396 "partition named C<device>.  The increased memory is made available for all "
17397 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17398 msgstr ""
17399
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:6685 ../fish/guestfish-actions.pod:4460
17402 msgid ""
17403 "Note that you should not swap to existing guest swap partitions unless you "
17404 "know what you are doing.  They may contain hibernation information, or other "
17405 "information that the guest doesn't want you to trash.  You also risk leaking "
17406 "information about the host to the guest this way.  Instead, attach a new "
17407 "host device to the guest and swap on that."
17408 msgstr ""
17409
17410 #. type: =head2
17411 #: ../src/guestfs-actions.pod:6696
17412 msgid "guestfs_swapon_file"
17413 msgstr ""
17414
17415 #. type: verbatim
17416 #: ../src/guestfs-actions.pod:6698
17417 #, no-wrap
17418 msgid ""
17419 " int\n"
17420 " guestfs_swapon_file (guestfs_h *g,\n"
17421 "                      const char *file);\n"
17422 "\n"
17423 msgstr ""
17424
17425 #. type: textblock
17426 #: ../src/guestfs-actions.pod:6702
17427 msgid ""
17428 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17429 "notes."
17430 msgstr ""
17431
17432 #. type: =head2
17433 #: ../src/guestfs-actions.pod:6709
17434 msgid "guestfs_swapon_label"
17435 msgstr ""
17436
17437 #. type: verbatim
17438 #: ../src/guestfs-actions.pod:6711
17439 #, no-wrap
17440 msgid ""
17441 " int\n"
17442 " guestfs_swapon_label (guestfs_h *g,\n"
17443 "                       const char *label);\n"
17444 "\n"
17445 msgstr ""
17446
17447 #. type: textblock
17448 #: ../src/guestfs-actions.pod:6715
17449 msgid ""
17450 "This command enables swap to a labeled swap partition.  See "
17451 "C<guestfs_swapon_device> for other notes."
17452 msgstr ""
17453
17454 #. type: =head2
17455 #: ../src/guestfs-actions.pod:6722
17456 msgid "guestfs_swapon_uuid"
17457 msgstr ""
17458
17459 #. type: verbatim
17460 #: ../src/guestfs-actions.pod:6724
17461 #, no-wrap
17462 msgid ""
17463 " int\n"
17464 " guestfs_swapon_uuid (guestfs_h *g,\n"
17465 "                      const char *uuid);\n"
17466 "\n"
17467 msgstr ""
17468
17469 #. type: textblock
17470 #: ../src/guestfs-actions.pod:6728
17471 msgid ""
17472 "This command enables swap to a swap partition with the given UUID.  See "
17473 "C<guestfs_swapon_device> for other notes."
17474 msgstr ""
17475
17476 #. type: =head2
17477 #: ../src/guestfs-actions.pod:6735
17478 msgid "guestfs_sync"
17479 msgstr ""
17480
17481 #. type: verbatim
17482 #: ../src/guestfs-actions.pod:6737
17483 #, no-wrap
17484 msgid ""
17485 " int\n"
17486 " guestfs_sync (guestfs_h *g);\n"
17487 "\n"
17488 msgstr ""
17489
17490 #. type: textblock
17491 #: ../src/guestfs-actions.pod:6740 ../fish/guestfish-actions.pod:4492
17492 msgid ""
17493 "This syncs the disk, so that any writes are flushed through to the "
17494 "underlying disk image."
17495 msgstr ""
17496
17497 #. type: textblock
17498 #: ../src/guestfs-actions.pod:6743 ../fish/guestfish-actions.pod:4495
17499 msgid ""
17500 "You should always call this if you have modified a disk image, before "
17501 "closing the handle."
17502 msgstr ""
17503
17504 #. type: =head2
17505 #: ../src/guestfs-actions.pod:6750
17506 msgid "guestfs_tail"
17507 msgstr ""
17508
17509 #. type: verbatim
17510 #: ../src/guestfs-actions.pod:6752
17511 #, no-wrap
17512 msgid ""
17513 " char **\n"
17514 " guestfs_tail (guestfs_h *g,\n"
17515 "               const char *path);\n"
17516 "\n"
17517 msgstr ""
17518
17519 #. type: textblock
17520 #: ../src/guestfs-actions.pod:6756 ../fish/guestfish-actions.pod:4502
17521 msgid ""
17522 "This command returns up to the last 10 lines of a file as a list of strings."
17523 msgstr ""
17524
17525 #. type: =head2
17526 #: ../src/guestfs-actions.pod:6768
17527 msgid "guestfs_tail_n"
17528 msgstr ""
17529
17530 #. type: verbatim
17531 #: ../src/guestfs-actions.pod:6770
17532 #, no-wrap
17533 msgid ""
17534 " char **\n"
17535 " guestfs_tail_n (guestfs_h *g,\n"
17536 "                 int nrlines,\n"
17537 "                 const char *path);\n"
17538 "\n"
17539 msgstr ""
17540
17541 #. type: textblock
17542 #: ../src/guestfs-actions.pod:6775 ../fish/guestfish-actions.pod:4512
17543 msgid ""
17544 "If the parameter C<nrlines> is a positive number, this returns the last "
17545 "C<nrlines> lines of the file C<path>."
17546 msgstr ""
17547
17548 #. type: textblock
17549 #: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4515
17550 msgid ""
17551 "If the parameter C<nrlines> is a negative number, this returns lines from "
17552 "the file C<path>, starting with the C<-nrlines>th line."
17553 msgstr ""
17554
17555 #. type: =head2
17556 #: ../src/guestfs-actions.pod:6792
17557 msgid "guestfs_tar_in"
17558 msgstr ""
17559
17560 #. type: verbatim
17561 #: ../src/guestfs-actions.pod:6794
17562 #, no-wrap
17563 msgid ""
17564 " int\n"
17565 " guestfs_tar_in (guestfs_h *g,\n"
17566 "                 const char *tarfile,\n"
17567 "                 const char *directory);\n"
17568 "\n"
17569 msgstr ""
17570
17571 #. type: textblock
17572 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4527
17573 msgid ""
17574 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17575 "tar file) into C<directory>."
17576 msgstr ""
17577
17578 #. type: textblock
17579 #: ../src/guestfs-actions.pod:6802
17580 msgid ""
17581 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17582 msgstr ""
17583
17584 #. type: textblock
17585 #: ../src/guestfs-actions.pod:6807 ../src/guestfs-actions.pod:6824
17586 #: ../src/guestfs-actions.pod:6840 ../src/guestfs-actions.pod:6856
17587 msgid "(Added in 1.0.3)"
17588 msgstr ""
17589
17590 #. type: =head2
17591 #: ../src/guestfs-actions.pod:6809
17592 msgid "guestfs_tar_out"
17593 msgstr ""
17594
17595 #. type: verbatim
17596 #: ../src/guestfs-actions.pod:6811
17597 #, no-wrap
17598 msgid ""
17599 " int\n"
17600 " guestfs_tar_out (guestfs_h *g,\n"
17601 "                  const char *directory,\n"
17602 "                  const char *tarfile);\n"
17603 "\n"
17604 msgstr ""
17605
17606 #. type: textblock
17607 #: ../src/guestfs-actions.pod:6816 ../fish/guestfish-actions.pod:4539
17608 msgid ""
17609 "This command packs the contents of C<directory> and downloads it to local "
17610 "file C<tarfile>."
17611 msgstr ""
17612
17613 #. type: textblock
17614 #: ../src/guestfs-actions.pod:6819
17615 msgid ""
17616 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17617 "C<guestfs_txz_out>."
17618 msgstr ""
17619
17620 #. type: =head2
17621 #: ../src/guestfs-actions.pod:6826
17622 msgid "guestfs_tgz_in"
17623 msgstr ""
17624
17625 #. type: verbatim
17626 #: ../src/guestfs-actions.pod:6828
17627 #, no-wrap
17628 msgid ""
17629 " int\n"
17630 " guestfs_tgz_in (guestfs_h *g,\n"
17631 "                 const char *tarball,\n"
17632 "                 const char *directory);\n"
17633 "\n"
17634 msgstr ""
17635
17636 #. type: textblock
17637 #: ../src/guestfs-actions.pod:6833 ../fish/guestfish-actions.pod:4551
17638 msgid ""
17639 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17640 "tar file) into C<directory>."
17641 msgstr ""
17642
17643 #. type: textblock
17644 #: ../src/guestfs-actions.pod:6836
17645 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17646 msgstr ""
17647
17648 #. type: =head2
17649 #: ../src/guestfs-actions.pod:6842
17650 msgid "guestfs_tgz_out"
17651 msgstr ""
17652
17653 #. type: verbatim
17654 #: ../src/guestfs-actions.pod:6844
17655 #, no-wrap
17656 msgid ""
17657 " int\n"
17658 " guestfs_tgz_out (guestfs_h *g,\n"
17659 "                  const char *directory,\n"
17660 "                  const char *tarball);\n"
17661 "\n"
17662 msgstr ""
17663
17664 #. type: textblock
17665 #: ../src/guestfs-actions.pod:6849 ../fish/guestfish-actions.pod:4562
17666 msgid ""
17667 "This command packs the contents of C<directory> and downloads it to local "
17668 "file C<tarball>."
17669 msgstr ""
17670
17671 #. type: textblock
17672 #: ../src/guestfs-actions.pod:6852
17673 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
17674 msgstr ""
17675
17676 #. type: =head2
17677 #: ../src/guestfs-actions.pod:6858
17678 msgid "guestfs_touch"
17679 msgstr ""
17680
17681 #. type: verbatim
17682 #: ../src/guestfs-actions.pod:6860
17683 #, no-wrap
17684 msgid ""
17685 " int\n"
17686 " guestfs_touch (guestfs_h *g,\n"
17687 "                const char *path);\n"
17688 "\n"
17689 msgstr ""
17690
17691 #. type: textblock
17692 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4573
17693 msgid ""
17694 "Touch acts like the L<touch(1)> command.  It can be used to update the "
17695 "timestamps on a file, or, if the file does not exist, to create a new zero-"
17696 "length file."
17697 msgstr ""
17698
17699 #. type: textblock
17700 #: ../src/guestfs-actions.pod:6868 ../fish/guestfish-actions.pod:4577
17701 msgid ""
17702 "This command only works on regular files, and will fail on other file types "
17703 "such as directories, symbolic links, block special etc."
17704 msgstr ""
17705
17706 #. type: =head2
17707 #: ../src/guestfs-actions.pod:6875
17708 msgid "guestfs_truncate"
17709 msgstr ""
17710
17711 #. type: verbatim
17712 #: ../src/guestfs-actions.pod:6877
17713 #, no-wrap
17714 msgid ""
17715 " int\n"
17716 " guestfs_truncate (guestfs_h *g,\n"
17717 "                   const char *path);\n"
17718 "\n"
17719 msgstr ""
17720
17721 #. type: textblock
17722 #: ../src/guestfs-actions.pod:6881 ../fish/guestfish-actions.pod:4584
17723 msgid ""
17724 "This command truncates C<path> to a zero-length file.  The file must exist "
17725 "already."
17726 msgstr ""
17727
17728 #. type: =head2
17729 #: ../src/guestfs-actions.pod:6888
17730 msgid "guestfs_truncate_size"
17731 msgstr ""
17732
17733 #. type: verbatim
17734 #: ../src/guestfs-actions.pod:6890
17735 #, no-wrap
17736 msgid ""
17737 " int\n"
17738 " guestfs_truncate_size (guestfs_h *g,\n"
17739 "                        const char *path,\n"
17740 "                        int64_t size);\n"
17741 "\n"
17742 msgstr ""
17743
17744 #. type: textblock
17745 #: ../src/guestfs-actions.pod:6895 ../fish/guestfish-actions.pod:4591
17746 msgid ""
17747 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17748 "already."
17749 msgstr ""
17750
17751 #. type: textblock
17752 #: ../src/guestfs-actions.pod:6898
17753 msgid ""
17754 "If the current file size is less than C<size> then the file is extended to "
17755 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17756 "blocks are not allocated for the file until you write to it).  To create a "
17757 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17758 msgstr ""
17759
17760 #. type: =head2
17761 #: ../src/guestfs-actions.pod:6908
17762 msgid "guestfs_tune2fs_l"
17763 msgstr ""
17764
17765 #. type: verbatim
17766 #: ../src/guestfs-actions.pod:6910
17767 #, no-wrap
17768 msgid ""
17769 " char **\n"
17770 " guestfs_tune2fs_l (guestfs_h *g,\n"
17771 "                    const char *device);\n"
17772 "\n"
17773 msgstr ""
17774
17775 #. type: textblock
17776 #: ../src/guestfs-actions.pod:6914 ../fish/guestfish-actions.pod:4604
17777 msgid ""
17778 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17779 "C<device>."
17780 msgstr ""
17781
17782 #. type: textblock
17783 #: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:4607
17784 msgid ""
17785 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17786 "for more details.  The list of fields returned isn't clearly defined, and "
17787 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17788 "and the filesystem itself."
17789 msgstr ""
17790
17791 #. type: =head2
17792 #: ../src/guestfs-actions.pod:6930
17793 msgid "guestfs_txz_in"
17794 msgstr ""
17795
17796 #. type: verbatim
17797 #: ../src/guestfs-actions.pod:6932
17798 #, no-wrap
17799 msgid ""
17800 " int\n"
17801 " guestfs_txz_in (guestfs_h *g,\n"
17802 "                 const char *tarball,\n"
17803 "                 const char *directory);\n"
17804 "\n"
17805 msgstr ""
17806
17807 #. type: textblock
17808 #: ../src/guestfs-actions.pod:6937 ../fish/guestfish-actions.pod:4616
17809 msgid ""
17810 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17811 "tar file) into C<directory>."
17812 msgstr ""
17813
17814 #. type: =head2
17815 #: ../src/guestfs-actions.pod:6944
17816 msgid "guestfs_txz_out"
17817 msgstr ""
17818
17819 #. type: verbatim
17820 #: ../src/guestfs-actions.pod:6946
17821 #, no-wrap
17822 msgid ""
17823 " int\n"
17824 " guestfs_txz_out (guestfs_h *g,\n"
17825 "                  const char *directory,\n"
17826 "                  const char *tarball);\n"
17827 "\n"
17828 msgstr ""
17829
17830 #. type: textblock
17831 #: ../src/guestfs-actions.pod:6951 ../fish/guestfish-actions.pod:4625
17832 msgid ""
17833 "This command packs the contents of C<directory> and downloads it to local "
17834 "file C<tarball> (as an xz compressed tar archive)."
17835 msgstr ""
17836
17837 #. type: =head2
17838 #: ../src/guestfs-actions.pod:6958
17839 msgid "guestfs_umask"
17840 msgstr ""
17841
17842 #. type: verbatim
17843 #: ../src/guestfs-actions.pod:6960
17844 #, no-wrap
17845 msgid ""
17846 " int\n"
17847 " guestfs_umask (guestfs_h *g,\n"
17848 "                int mask);\n"
17849 "\n"
17850 msgstr ""
17851
17852 #. type: textblock
17853 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4634
17854 msgid ""
17855 "This function sets the mask used for creating new files and device nodes to "
17856 "C<mask & 0777>."
17857 msgstr ""
17858
17859 #. type: textblock
17860 #: ../src/guestfs-actions.pod:6967 ../fish/guestfish-actions.pod:4637
17861 msgid ""
17862 "Typical umask values would be C<022> which creates new files with "
17863 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17864 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17865 msgstr ""
17866
17867 #. type: textblock
17868 #: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4642
17869 msgid ""
17870 "The default umask is C<022>.  This is important because it means that "
17871 "directories and device nodes will be created with C<0644> or C<0755> mode "
17872 "even if you specify C<0777>."
17873 msgstr ""
17874
17875 #. type: textblock
17876 #: ../src/guestfs-actions.pod:6976
17877 msgid ""
17878 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17879 "C<guestfs_mkdir>."
17880 msgstr ""
17881
17882 #. type: textblock
17883 #: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4649
17884 msgid "This call returns the previous umask."
17885 msgstr ""
17886
17887 #. type: =head2
17888 #: ../src/guestfs-actions.pod:6985
17889 msgid "guestfs_umount"
17890 msgstr ""
17891
17892 #. type: verbatim
17893 #: ../src/guestfs-actions.pod:6987
17894 #, no-wrap
17895 msgid ""
17896 " int\n"
17897 " guestfs_umount (guestfs_h *g,\n"
17898 "                 const char *pathordevice);\n"
17899 "\n"
17900 msgstr ""
17901
17902 #. type: textblock
17903 #: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4657
17904 msgid ""
17905 "This unmounts the given filesystem.  The filesystem may be specified either "
17906 "by its mountpoint (path) or the device which contains the filesystem."
17907 msgstr ""
17908
17909 #. type: =head2
17910 #: ../src/guestfs-actions.pod:6999
17911 msgid "guestfs_umount_all"
17912 msgstr ""
17913
17914 #. type: verbatim
17915 #: ../src/guestfs-actions.pod:7001
17916 #, no-wrap
17917 msgid ""
17918 " int\n"
17919 " guestfs_umount_all (guestfs_h *g);\n"
17920 "\n"
17921 msgstr ""
17922
17923 #. type: textblock
17924 #: ../src/guestfs-actions.pod:7004 ../fish/guestfish-actions.pod:4667
17925 msgid "This unmounts all mounted filesystems."
17926 msgstr ""
17927
17928 #. type: textblock
17929 #: ../src/guestfs-actions.pod:7006 ../fish/guestfish-actions.pod:4669
17930 msgid "Some internal mounts are not unmounted by this call."
17931 msgstr ""
17932
17933 #. type: =head2
17934 #: ../src/guestfs-actions.pod:7012
17935 msgid "guestfs_upload"
17936 msgstr ""
17937
17938 #. type: verbatim
17939 #: ../src/guestfs-actions.pod:7014
17940 #, no-wrap
17941 msgid ""
17942 " int\n"
17943 " guestfs_upload (guestfs_h *g,\n"
17944 "                 const char *filename,\n"
17945 "                 const char *remotefilename);\n"
17946 "\n"
17947 msgstr ""
17948
17949 #. type: textblock
17950 #: ../src/guestfs-actions.pod:7019 ../src/guestfs-actions.pod:7043
17951 #: ../fish/guestfish-actions.pod:4675 ../fish/guestfish-actions.pod:4688
17952 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17953 msgstr ""
17954
17955 #. type: textblock
17956 #: ../src/guestfs-actions.pod:7024
17957 msgid "See also C<guestfs_download>."
17958 msgstr ""
17959
17960 #. type: =head2
17961 #: ../src/guestfs-actions.pod:7035
17962 msgid "guestfs_upload_offset"
17963 msgstr ""
17964
17965 #. type: verbatim
17966 #: ../src/guestfs-actions.pod:7037
17967 #, no-wrap
17968 msgid ""
17969 " int\n"
17970 " guestfs_upload_offset (guestfs_h *g,\n"
17971 "                        const char *filename,\n"
17972 "                        const char *remotefilename,\n"
17973 "                        int64_t offset);\n"
17974 "\n"
17975 msgstr ""
17976
17977 #. type: textblock
17978 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4691
17979 msgid ""
17980 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17981 "The intention is to overwrite parts of existing files or devices, although "
17982 "if a non-existant file is specified then it is created with a \"hole\" "
17983 "before C<offset>.  The size of the data written is implicit in the size of "
17984 "the source C<filename>."
17985 msgstr ""
17986
17987 #. type: textblock
17988 #: ../src/guestfs-actions.pod:7053
17989 msgid ""
17990 "Note that there is no limit on the amount of data that can be uploaded with "
17991 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17992 "full amount unless an error occurs."
17993 msgstr ""
17994
17995 #. type: textblock
17996 #: ../src/guestfs-actions.pod:7058
17997 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17998 msgstr ""
17999
18000 #. type: =head2
18001 #: ../src/guestfs-actions.pod:7069
18002 msgid "guestfs_utimens"
18003 msgstr ""
18004
18005 #. type: verbatim
18006 #: ../src/guestfs-actions.pod:7071
18007 #, no-wrap
18008 msgid ""
18009 " int\n"
18010 " guestfs_utimens (guestfs_h *g,\n"
18011 "                  const char *path,\n"
18012 "                  int64_t atsecs,\n"
18013 "                  int64_t atnsecs,\n"
18014 "                  int64_t mtsecs,\n"
18015 "                  int64_t mtnsecs);\n"
18016 "\n"
18017 msgstr ""
18018
18019 #. type: textblock
18020 #: ../src/guestfs-actions.pod:7079 ../fish/guestfish-actions.pod:4711
18021 msgid "This command sets the timestamps of a file with nanosecond precision."
18022 msgstr ""
18023
18024 #. type: textblock
18025 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4714
18026 msgid ""
18027 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18028 "from the epoch."
18029 msgstr ""
18030
18031 #. type: textblock
18032 #: ../src/guestfs-actions.pod:7085 ../fish/guestfish-actions.pod:4717
18033 msgid ""
18034 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18035 "nanoseconds from the epoch."
18036 msgstr ""
18037
18038 #. type: textblock
18039 #: ../src/guestfs-actions.pod:7088 ../fish/guestfish-actions.pod:4720
18040 msgid ""
18041 "If the C<*nsecs> field contains the special value C<-1> then the "
18042 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18043 "ignored in this case)."
18044 msgstr ""
18045
18046 #. type: textblock
18047 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4724
18048 msgid ""
18049 "If the C<*nsecs> field contains the special value C<-2> then the "
18050 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18051 "in this case)."
18052 msgstr ""
18053
18054 #. type: =head2
18055 #: ../src/guestfs-actions.pod:7100 ../src/guestfs-structs.pod:175
18056 msgid "guestfs_version"
18057 msgstr ""
18058
18059 #. type: verbatim
18060 #: ../src/guestfs-actions.pod:7102
18061 #, no-wrap
18062 msgid ""
18063 " struct guestfs_version *\n"
18064 " guestfs_version (guestfs_h *g);\n"
18065 "\n"
18066 msgstr ""
18067
18068 #. type: textblock
18069 #: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4732
18070 msgid ""
18071 "Return the libguestfs version number that the program is linked against."
18072 msgstr ""
18073
18074 #. type: textblock
18075 #: ../src/guestfs-actions.pod:7108 ../fish/guestfish-actions.pod:4735
18076 msgid ""
18077 "Note that because of dynamic linking this is not necessarily the version of "
18078 "libguestfs that you compiled against.  You can compile the program, and then "
18079 "at runtime dynamically link against a completely different C<libguestfs.so> "
18080 "library."
18081 msgstr ""
18082
18083 #. type: textblock
18084 #: ../src/guestfs-actions.pod:7113 ../fish/guestfish-actions.pod:4740
18085 msgid ""
18086 "This call was added in version C<1.0.58>.  In previous versions of "
18087 "libguestfs there was no way to get the version number.  From C code you can "
18088 "use dynamic linker functions to find out if this symbol exists (if it "
18089 "doesn't, then it's an earlier version)."
18090 msgstr ""
18091
18092 #. type: textblock
18093 #: ../src/guestfs-actions.pod:7119 ../fish/guestfish-actions.pod:4746
18094 msgid ""
18095 "The call returns a structure with four elements.  The first three (C<major>, "
18096 "C<minor> and C<release>) are numbers and correspond to the usual version "
18097 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18098 "but may be used for distro-specific information."
18099 msgstr ""
18100
18101 #. type: textblock
18102 #: ../src/guestfs-actions.pod:7125 ../fish/guestfish-actions.pod:4752
18103 msgid ""
18104 "To construct the original version string: C<$major.$minor.$release$extra>"
18105 msgstr ""
18106
18107 #. type: textblock
18108 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4755
18109 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18110 msgstr ""
18111
18112 #. type: textblock
18113 #: ../src/guestfs-actions.pod:7130
18114 msgid ""
18115 "I<Note:> Don't use this call to test for availability of features.  In "
18116 "enterprise distributions we backport features from later versions into "
18117 "earlier versions, making this an unreliable way to test for features.  Use "
18118 "C<guestfs_available> instead."
18119 msgstr ""
18120
18121 #. type: textblock
18122 #: ../src/guestfs-actions.pod:7136
18123 msgid ""
18124 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18125 "error.  I<The caller must call C<guestfs_free_version> after use>."
18126 msgstr ""
18127
18128 #. type: textblock
18129 #: ../src/guestfs-actions.pod:7140
18130 msgid "(Added in 1.0.58)"
18131 msgstr ""
18132
18133 #. type: =head2
18134 #: ../src/guestfs-actions.pod:7142
18135 msgid "guestfs_vfs_label"
18136 msgstr ""
18137
18138 #. type: verbatim
18139 #: ../src/guestfs-actions.pod:7144
18140 #, no-wrap
18141 msgid ""
18142 " char *\n"
18143 " guestfs_vfs_label (guestfs_h *g,\n"
18144 "                    const char *device);\n"
18145 "\n"
18146 msgstr ""
18147
18148 #. type: textblock
18149 #: ../src/guestfs-actions.pod:7148 ../fish/guestfish-actions.pod:4767
18150 msgid "This returns the filesystem label of the filesystem on C<device>."
18151 msgstr ""
18152
18153 #. type: textblock
18154 #: ../src/guestfs-actions.pod:7151 ../fish/guestfish-actions.pod:4770
18155 msgid "If the filesystem is unlabeled, this returns the empty string."
18156 msgstr ""
18157
18158 #. type: textblock
18159 #: ../src/guestfs-actions.pod:7153
18160 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18161 msgstr ""
18162
18163 #. type: textblock
18164 #: ../src/guestfs-actions.pod:7158 ../src/guestfs-actions.pod:7195
18165 msgid "(Added in 1.3.18)"
18166 msgstr ""
18167
18168 #. type: =head2
18169 #: ../src/guestfs-actions.pod:7160
18170 msgid "guestfs_vfs_type"
18171 msgstr ""
18172
18173 #. type: verbatim
18174 #: ../src/guestfs-actions.pod:7162
18175 #, no-wrap
18176 msgid ""
18177 " char *\n"
18178 " guestfs_vfs_type (guestfs_h *g,\n"
18179 "                   const char *device);\n"
18180 "\n"
18181 msgstr ""
18182
18183 #. type: textblock
18184 #: ../src/guestfs-actions.pod:7166 ../fish/guestfish-actions.pod:4778
18185 msgid ""
18186 "This command gets the filesystem type corresponding to the filesystem on "
18187 "C<device>."
18188 msgstr ""
18189
18190 #. type: textblock
18191 #: ../src/guestfs-actions.pod:7169 ../fish/guestfish-actions.pod:4781
18192 msgid ""
18193 "For most filesystems, the result is the name of the Linux VFS module which "
18194 "would be used to mount this filesystem if you mounted it without specifying "
18195 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18196 msgstr ""
18197
18198 #. type: =head2
18199 #: ../src/guestfs-actions.pod:7179
18200 msgid "guestfs_vfs_uuid"
18201 msgstr ""
18202
18203 #. type: verbatim
18204 #: ../src/guestfs-actions.pod:7181
18205 #, no-wrap
18206 msgid ""
18207 " char *\n"
18208 " guestfs_vfs_uuid (guestfs_h *g,\n"
18209 "                   const char *device);\n"
18210 "\n"
18211 msgstr ""
18212
18213 #. type: textblock
18214 #: ../src/guestfs-actions.pod:7185 ../fish/guestfish-actions.pod:4790
18215 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18216 msgstr ""
18217
18218 #. type: textblock
18219 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4793
18220 msgid "If the filesystem does not have a UUID, this returns the empty string."
18221 msgstr ""
18222
18223 #. type: textblock
18224 #: ../src/guestfs-actions.pod:7190
18225 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18226 msgstr ""
18227
18228 #. type: =head2
18229 #: ../src/guestfs-actions.pod:7197
18230 msgid "guestfs_vg_activate"
18231 msgstr ""
18232
18233 #. type: verbatim
18234 #: ../src/guestfs-actions.pod:7199
18235 #, no-wrap
18236 msgid ""
18237 " int\n"
18238 " guestfs_vg_activate (guestfs_h *g,\n"
18239 "                      int activate,\n"
18240 "                      char *const *volgroups);\n"
18241 "\n"
18242 msgstr ""
18243
18244 #. type: textblock
18245 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4801
18246 msgid ""
18247 "This command activates or (if C<activate> is false) deactivates all logical "
18248 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18249 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18250 "deactivated, then those devices disappear."
18251 msgstr ""
18252
18253 #. type: textblock
18254 #: ../src/guestfs-actions.pod:7210 ../fish/guestfish-actions.pod:4807
18255 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18256 msgstr ""
18257
18258 #. type: textblock
18259 #: ../src/guestfs-actions.pod:7212 ../fish/guestfish-actions.pod:4809
18260 msgid ""
18261 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18262 "activated or deactivated."
18263 msgstr ""
18264
18265 #. type: =head2
18266 #: ../src/guestfs-actions.pod:7219
18267 msgid "guestfs_vg_activate_all"
18268 msgstr ""
18269
18270 #. type: verbatim
18271 #: ../src/guestfs-actions.pod:7221
18272 #, no-wrap
18273 msgid ""
18274 " int\n"
18275 " guestfs_vg_activate_all (guestfs_h *g,\n"
18276 "                          int activate);\n"
18277 "\n"
18278 msgstr ""
18279
18280 #. type: textblock
18281 #: ../src/guestfs-actions.pod:7225 ../fish/guestfish-actions.pod:4816
18282 msgid ""
18283 "This command activates or (if C<activate> is false) deactivates all logical "
18284 "volumes in all volume groups.  If activated, then they are made known to the "
18285 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18286 "those devices disappear."
18287 msgstr ""
18288
18289 #. type: textblock
18290 #: ../src/guestfs-actions.pod:7231 ../fish/guestfish-actions.pod:4822
18291 msgid "This command is the same as running C<vgchange -a y|n>"
18292 msgstr ""
18293
18294 #. type: =head2
18295 #: ../src/guestfs-actions.pod:7237
18296 msgid "guestfs_vgcreate"
18297 msgstr ""
18298
18299 #. type: verbatim
18300 #: ../src/guestfs-actions.pod:7239
18301 #, no-wrap
18302 msgid ""
18303 " int\n"
18304 " guestfs_vgcreate (guestfs_h *g,\n"
18305 "                   const char *volgroup,\n"
18306 "                   char *const *physvols);\n"
18307 "\n"
18308 msgstr ""
18309
18310 #. type: textblock
18311 #: ../src/guestfs-actions.pod:7244 ../fish/guestfish-actions.pod:4828
18312 msgid ""
18313 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18314 "of physical volumes C<physvols>."
18315 msgstr ""
18316
18317 #. type: =head2
18318 #: ../src/guestfs-actions.pod:7251
18319 msgid "guestfs_vglvuuids"
18320 msgstr ""
18321
18322 #. type: verbatim
18323 #: ../src/guestfs-actions.pod:7253
18324 #, no-wrap
18325 msgid ""
18326 " char **\n"
18327 " guestfs_vglvuuids (guestfs_h *g,\n"
18328 "                    const char *vgname);\n"
18329 "\n"
18330 msgstr ""
18331
18332 #. type: textblock
18333 #: ../src/guestfs-actions.pod:7257 ../fish/guestfish-actions.pod:4835
18334 msgid ""
18335 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18336 "volumes created in this volume group."
18337 msgstr ""
18338
18339 #. type: textblock
18340 #: ../src/guestfs-actions.pod:7260
18341 msgid ""
18342 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18343 "associate logical volumes and volume groups."
18344 msgstr ""
18345
18346 #. type: textblock
18347 #: ../src/guestfs-actions.pod:7263
18348 msgid "See also C<guestfs_vgpvuuids>."
18349 msgstr ""
18350
18351 #. type: =head2
18352 #: ../src/guestfs-actions.pod:7271
18353 msgid "guestfs_vgpvuuids"
18354 msgstr ""
18355
18356 #. type: verbatim
18357 #: ../src/guestfs-actions.pod:7273
18358 #, no-wrap
18359 msgid ""
18360 " char **\n"
18361 " guestfs_vgpvuuids (guestfs_h *g,\n"
18362 "                    const char *vgname);\n"
18363 "\n"
18364 msgstr ""
18365
18366 #. type: textblock
18367 #: ../src/guestfs-actions.pod:7277 ../fish/guestfish-actions.pod:4847
18368 msgid ""
18369 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18370 "volumes that this volume group resides on."
18371 msgstr ""
18372
18373 #. type: textblock
18374 #: ../src/guestfs-actions.pod:7280
18375 msgid ""
18376 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18377 "associate physical volumes and volume groups."
18378 msgstr ""
18379
18380 #. type: textblock
18381 #: ../src/guestfs-actions.pod:7283
18382 msgid "See also C<guestfs_vglvuuids>."
18383 msgstr ""
18384
18385 #. type: =head2
18386 #: ../src/guestfs-actions.pod:7291
18387 msgid "guestfs_vgremove"
18388 msgstr ""
18389
18390 #. type: verbatim
18391 #: ../src/guestfs-actions.pod:7293
18392 #, no-wrap
18393 msgid ""
18394 " int\n"
18395 " guestfs_vgremove (guestfs_h *g,\n"
18396 "                   const char *vgname);\n"
18397 "\n"
18398 msgstr ""
18399
18400 #. type: textblock
18401 #: ../src/guestfs-actions.pod:7297 ../fish/guestfish-actions.pod:4859
18402 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18403 msgstr ""
18404
18405 #. type: textblock
18406 #: ../src/guestfs-actions.pod:7299 ../fish/guestfish-actions.pod:4861
18407 msgid ""
18408 "This also forcibly removes all logical volumes in the volume group (if any)."
18409 msgstr ""
18410
18411 #. type: =head2
18412 #: ../src/guestfs-actions.pod:7306
18413 msgid "guestfs_vgrename"
18414 msgstr ""
18415
18416 #. type: verbatim
18417 #: ../src/guestfs-actions.pod:7308
18418 #, no-wrap
18419 msgid ""
18420 " int\n"
18421 " guestfs_vgrename (guestfs_h *g,\n"
18422 "                   const char *volgroup,\n"
18423 "                   const char *newvolgroup);\n"
18424 "\n"
18425 msgstr ""
18426
18427 #. type: textblock
18428 #: ../src/guestfs-actions.pod:7313 ../fish/guestfish-actions.pod:4868
18429 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18430 msgstr ""
18431
18432 #. type: =head2
18433 #: ../src/guestfs-actions.pod:7319
18434 msgid "guestfs_vgs"
18435 msgstr ""
18436
18437 #. type: verbatim
18438 #: ../src/guestfs-actions.pod:7321
18439 #, no-wrap
18440 msgid ""
18441 " char **\n"
18442 " guestfs_vgs (guestfs_h *g);\n"
18443 "\n"
18444 msgstr ""
18445
18446 #. type: textblock
18447 #: ../src/guestfs-actions.pod:7324 ../fish/guestfish-actions.pod:4874
18448 msgid ""
18449 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18450 "> command."
18451 msgstr ""
18452
18453 #. type: textblock
18454 #: ../src/guestfs-actions.pod:7327 ../fish/guestfish-actions.pod:4877
18455 msgid ""
18456 "This returns a list of just the volume group names that were detected (eg. "
18457 "C<VolGroup00>)."
18458 msgstr ""
18459
18460 #. type: textblock
18461 #: ../src/guestfs-actions.pod:7330
18462 msgid "See also C<guestfs_vgs_full>."
18463 msgstr ""
18464
18465 #. type: =head2
18466 #: ../src/guestfs-actions.pod:7338
18467 msgid "guestfs_vgs_full"
18468 msgstr ""
18469
18470 #. type: verbatim
18471 #: ../src/guestfs-actions.pod:7340
18472 #, no-wrap
18473 msgid ""
18474 " struct guestfs_lvm_vg_list *\n"
18475 " guestfs_vgs_full (guestfs_h *g);\n"
18476 "\n"
18477 msgstr ""
18478
18479 #. type: textblock
18480 #: ../src/guestfs-actions.pod:7343 ../fish/guestfish-actions.pod:4886
18481 msgid ""
18482 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18483 "> command.  The \"full\" version includes all fields."
18484 msgstr ""
18485
18486 #. type: textblock
18487 #: ../src/guestfs-actions.pod:7346
18488 msgid ""
18489 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18490 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18491 msgstr ""
18492
18493 #. type: =head2
18494 #: ../src/guestfs-actions.pod:7352
18495 msgid "guestfs_vgscan"
18496 msgstr ""
18497
18498 #. type: verbatim
18499 #: ../src/guestfs-actions.pod:7354
18500 #, no-wrap
18501 msgid ""
18502 " int\n"
18503 " guestfs_vgscan (guestfs_h *g);\n"
18504 "\n"
18505 msgstr ""
18506
18507 #. type: textblock
18508 #: ../src/guestfs-actions.pod:7357 ../fish/guestfish-actions.pod:4893
18509 msgid ""
18510 "This rescans all block devices and rebuilds the list of LVM physical "
18511 "volumes, volume groups and logical volumes."
18512 msgstr ""
18513
18514 #. type: =head2
18515 #: ../src/guestfs-actions.pod:7364
18516 msgid "guestfs_vguuid"
18517 msgstr ""
18518
18519 #. type: verbatim
18520 #: ../src/guestfs-actions.pod:7366
18521 #, no-wrap
18522 msgid ""
18523 " char *\n"
18524 " guestfs_vguuid (guestfs_h *g,\n"
18525 "                 const char *vgname);\n"
18526 "\n"
18527 msgstr ""
18528
18529 #. type: textblock
18530 #: ../src/guestfs-actions.pod:7370 ../fish/guestfish-actions.pod:4900
18531 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18532 msgstr ""
18533
18534 #. type: =head2
18535 #: ../src/guestfs-actions.pod:7377
18536 msgid "guestfs_wait_ready"
18537 msgstr ""
18538
18539 #. type: verbatim
18540 #: ../src/guestfs-actions.pod:7379
18541 #, no-wrap
18542 msgid ""
18543 " int\n"
18544 " guestfs_wait_ready (guestfs_h *g);\n"
18545 "\n"
18546 msgstr ""
18547
18548 #. type: textblock
18549 #: ../src/guestfs-actions.pod:7382
18550 msgid "This function is a no op."
18551 msgstr ""
18552
18553 #. type: textblock
18554 #: ../src/guestfs-actions.pod:7384
18555 msgid ""
18556 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
18557 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
18558 "is no longer necessary because C<guestfs_launch> now does the waiting."
18559 msgstr ""
18560
18561 #. type: textblock
18562 #: ../src/guestfs-actions.pod:7389
18563 msgid ""
18564 "If you see any calls to this function in code then you can just remove them, "
18565 "unless you want to retain compatibility with older versions of the API."
18566 msgstr ""
18567
18568 #. type: textblock
18569 #: ../src/guestfs-actions.pod:7395
18570 msgid ""
18571 "This function is deprecated.  In new code, use the C<launch> call instead."
18572 msgstr ""
18573
18574 #. type: =head2
18575 #: ../src/guestfs-actions.pod:7404
18576 msgid "guestfs_wc_c"
18577 msgstr ""
18578
18579 #. type: verbatim
18580 #: ../src/guestfs-actions.pod:7406
18581 #, no-wrap
18582 msgid ""
18583 " int\n"
18584 " guestfs_wc_c (guestfs_h *g,\n"
18585 "               const char *path);\n"
18586 "\n"
18587 msgstr ""
18588
18589 #. type: textblock
18590 #: ../src/guestfs-actions.pod:7410 ../fish/guestfish-actions.pod:4906
18591 msgid ""
18592 "This command counts the characters in a file, using the C<wc -c> external "
18593 "command."
18594 msgstr ""
18595
18596 #. type: =head2
18597 #: ../src/guestfs-actions.pod:7417
18598 msgid "guestfs_wc_l"
18599 msgstr ""
18600
18601 #. type: verbatim
18602 #: ../src/guestfs-actions.pod:7419
18603 #, no-wrap
18604 msgid ""
18605 " int\n"
18606 " guestfs_wc_l (guestfs_h *g,\n"
18607 "               const char *path);\n"
18608 "\n"
18609 msgstr ""
18610
18611 #. type: textblock
18612 #: ../src/guestfs-actions.pod:7423 ../fish/guestfish-actions.pod:4913
18613 msgid ""
18614 "This command counts the lines in a file, using the C<wc -l> external command."
18615 msgstr ""
18616
18617 #. type: =head2
18618 #: ../src/guestfs-actions.pod:7430
18619 msgid "guestfs_wc_w"
18620 msgstr ""
18621
18622 #. type: verbatim
18623 #: ../src/guestfs-actions.pod:7432
18624 #, no-wrap
18625 msgid ""
18626 " int\n"
18627 " guestfs_wc_w (guestfs_h *g,\n"
18628 "               const char *path);\n"
18629 "\n"
18630 msgstr ""
18631
18632 #. type: textblock
18633 #: ../src/guestfs-actions.pod:7436 ../fish/guestfish-actions.pod:4920
18634 msgid ""
18635 "This command counts the words in a file, using the C<wc -w> external command."
18636 msgstr ""
18637
18638 #. type: =head2
18639 #: ../src/guestfs-actions.pod:7443
18640 msgid "guestfs_write"
18641 msgstr ""
18642
18643 #. type: verbatim
18644 #: ../src/guestfs-actions.pod:7445
18645 #, no-wrap
18646 msgid ""
18647 " int\n"
18648 " guestfs_write (guestfs_h *g,\n"
18649 "                const char *path,\n"
18650 "                const char *content,\n"
18651 "                size_t content_size);\n"
18652 "\n"
18653 msgstr ""
18654
18655 #. type: textblock
18656 #: ../src/guestfs-actions.pod:7451 ../fish/guestfish-actions.pod:4927
18657 msgid ""
18658 "This call creates a file called C<path>.  The content of the file is the "
18659 "string C<content> (which can contain any 8 bit data)."
18660 msgstr ""
18661
18662 #. type: =head2
18663 #: ../src/guestfs-actions.pod:7461
18664 msgid "guestfs_write_file"
18665 msgstr ""
18666
18667 #. type: verbatim
18668 #: ../src/guestfs-actions.pod:7463
18669 #, no-wrap
18670 msgid ""
18671 " int\n"
18672 " guestfs_write_file (guestfs_h *g,\n"
18673 "                     const char *path,\n"
18674 "                     const char *content,\n"
18675 "                     int size);\n"
18676 "\n"
18677 msgstr ""
18678
18679 #. type: textblock
18680 #: ../src/guestfs-actions.pod:7469 ../fish/guestfish-actions.pod:4937
18681 msgid ""
18682 "This call creates a file called C<path>.  The contents of the file is the "
18683 "string C<content> (which can contain any 8 bit data), with length C<size>."
18684 msgstr ""
18685
18686 #. type: textblock
18687 #: ../src/guestfs-actions.pod:7473 ../fish/guestfish-actions.pod:4941
18688 msgid ""
18689 "As a special case, if C<size> is C<0> then the length is calculated using "
18690 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
18691 msgstr ""
18692
18693 #. type: textblock
18694 #: ../src/guestfs-actions.pod:7477 ../fish/guestfish-actions.pod:4945
18695 msgid ""
18696 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
18697 "I<not> work, even if the length is specified."
18698 msgstr ""
18699
18700 #. type: textblock
18701 #: ../src/guestfs-actions.pod:7485 ../fish/guestfish-actions.pod:4951
18702 msgid ""
18703 "This function is deprecated.  In new code, use the C<write> call instead."
18704 msgstr ""
18705
18706 #. type: =head2
18707 #: ../src/guestfs-actions.pod:7494
18708 msgid "guestfs_zegrep"
18709 msgstr ""
18710
18711 #. type: verbatim
18712 #: ../src/guestfs-actions.pod:7496
18713 #, no-wrap
18714 msgid ""
18715 " char **\n"
18716 " guestfs_zegrep (guestfs_h *g,\n"
18717 "                 const char *regex,\n"
18718 "                 const char *path);\n"
18719 "\n"
18720 msgstr ""
18721
18722 #. type: textblock
18723 #: ../src/guestfs-actions.pod:7501 ../fish/guestfish-actions.pod:4962
18724 msgid ""
18725 "This calls the external C<zegrep> program and returns the matching lines."
18726 msgstr ""
18727
18728 #. type: =head2
18729 #: ../src/guestfs-actions.pod:7513
18730 msgid "guestfs_zegrepi"
18731 msgstr ""
18732
18733 #. type: verbatim
18734 #: ../src/guestfs-actions.pod:7515
18735 #, no-wrap
18736 msgid ""
18737 " char **\n"
18738 " guestfs_zegrepi (guestfs_h *g,\n"
18739 "                  const char *regex,\n"
18740 "                  const char *path);\n"
18741 "\n"
18742 msgstr ""
18743
18744 #. type: textblock
18745 #: ../src/guestfs-actions.pod:7520 ../fish/guestfish-actions.pod:4972
18746 msgid ""
18747 "This calls the external C<zegrep -i> program and returns the matching lines."
18748 msgstr ""
18749
18750 #. type: =head2
18751 #: ../src/guestfs-actions.pod:7532
18752 msgid "guestfs_zero"
18753 msgstr ""
18754
18755 #. type: verbatim
18756 #: ../src/guestfs-actions.pod:7534
18757 #, no-wrap
18758 msgid ""
18759 " int\n"
18760 " guestfs_zero (guestfs_h *g,\n"
18761 "               const char *device);\n"
18762 "\n"
18763 msgstr ""
18764
18765 #. type: textblock
18766 #: ../src/guestfs-actions.pod:7538 ../fish/guestfish-actions.pod:4982
18767 msgid "This command writes zeroes over the first few blocks of C<device>."
18768 msgstr ""
18769
18770 #. type: textblock
18771 #: ../src/guestfs-actions.pod:7540 ../fish/guestfish-actions.pod:4984
18772 msgid ""
18773 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18774 "securely wipe the device).  It should be sufficient to remove any partition "
18775 "tables, filesystem superblocks and so on."
18776 msgstr ""
18777
18778 #. type: textblock
18779 #: ../src/guestfs-actions.pod:7544
18780 msgid ""
18781 "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
18782 "C<guestfs_is_zero_device>"
18783 msgstr ""
18784
18785 #. type: =head2
18786 #: ../src/guestfs-actions.pod:7556
18787 msgid "guestfs_zero_device"
18788 msgstr ""
18789
18790 #. type: verbatim
18791 #: ../src/guestfs-actions.pod:7558
18792 #, no-wrap
18793 msgid ""
18794 " int\n"
18795 " guestfs_zero_device (guestfs_h *g,\n"
18796 "                      const char *device);\n"
18797 "\n"
18798 msgstr ""
18799
18800 #. type: textblock
18801 #: ../src/guestfs-actions.pod:7562
18802 msgid ""
18803 "This command writes zeroes over the entire C<device>.  Compare with "
18804 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18805 msgstr ""
18806
18807 #. type: textblock
18808 #: ../src/guestfs-actions.pod:7576
18809 msgid "(Added in 1.3.1)"
18810 msgstr ""
18811
18812 #. type: =head2
18813 #: ../src/guestfs-actions.pod:7578
18814 msgid "guestfs_zerofree"
18815 msgstr ""
18816
18817 #. type: verbatim
18818 #: ../src/guestfs-actions.pod:7580
18819 #, no-wrap
18820 msgid ""
18821 " int\n"
18822 " guestfs_zerofree (guestfs_h *g,\n"
18823 "                   const char *device);\n"
18824 "\n"
18825 msgstr ""
18826
18827 #. type: textblock
18828 #: ../src/guestfs-actions.pod:7584 ../fish/guestfish-actions.pod:5006
18829 msgid ""
18830 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18831 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18832 "possible to compress the filesystem more effectively."
18833 msgstr ""
18834
18835 #. type: textblock
18836 #: ../src/guestfs-actions.pod:7589 ../fish/guestfish-actions.pod:5011
18837 msgid "You should B<not> run this program if the filesystem is mounted."
18838 msgstr ""
18839
18840 #. type: textblock
18841 #: ../src/guestfs-actions.pod:7592 ../fish/guestfish-actions.pod:5014
18842 msgid ""
18843 "It is possible that using this program can damage the filesystem or data on "
18844 "the filesystem."
18845 msgstr ""
18846
18847 #. type: =head2
18848 #: ../src/guestfs-actions.pod:7599
18849 msgid "guestfs_zfgrep"
18850 msgstr ""
18851
18852 #. type: verbatim
18853 #: ../src/guestfs-actions.pod:7601
18854 #, no-wrap
18855 msgid ""
18856 " char **\n"
18857 " guestfs_zfgrep (guestfs_h *g,\n"
18858 "                 const char *pattern,\n"
18859 "                 const char *path);\n"
18860 "\n"
18861 msgstr ""
18862
18863 #. type: textblock
18864 #: ../src/guestfs-actions.pod:7606 ../fish/guestfish-actions.pod:5021
18865 msgid ""
18866 "This calls the external C<zfgrep> program and returns the matching lines."
18867 msgstr ""
18868
18869 #. type: =head2
18870 #: ../src/guestfs-actions.pod:7618
18871 msgid "guestfs_zfgrepi"
18872 msgstr ""
18873
18874 #. type: verbatim
18875 #: ../src/guestfs-actions.pod:7620
18876 #, no-wrap
18877 msgid ""
18878 " char **\n"
18879 " guestfs_zfgrepi (guestfs_h *g,\n"
18880 "                  const char *pattern,\n"
18881 "                  const char *path);\n"
18882 "\n"
18883 msgstr ""
18884
18885 #. type: textblock
18886 #: ../src/guestfs-actions.pod:7625 ../fish/guestfish-actions.pod:5031
18887 msgid ""
18888 "This calls the external C<zfgrep -i> program and returns the matching lines."
18889 msgstr ""
18890
18891 #. type: =head2
18892 #: ../src/guestfs-actions.pod:7637
18893 msgid "guestfs_zfile"
18894 msgstr ""
18895
18896 #. type: verbatim
18897 #: ../src/guestfs-actions.pod:7639
18898 #, no-wrap
18899 msgid ""
18900 " char *\n"
18901 " guestfs_zfile (guestfs_h *g,\n"
18902 "                const char *meth,\n"
18903 "                const char *path);\n"
18904 "\n"
18905 msgstr ""
18906
18907 #. type: textblock
18908 #: ../src/guestfs-actions.pod:7644 ../fish/guestfish-actions.pod:5041
18909 msgid ""
18910 "This command runs C<file> after first decompressing C<path> using C<method>."
18911 msgstr ""
18912
18913 #. type: textblock
18914 #: ../src/guestfs-actions.pod:7647 ../fish/guestfish-actions.pod:5044
18915 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18916 msgstr ""
18917
18918 #. type: textblock
18919 #: ../src/guestfs-actions.pod:7649
18920 msgid ""
18921 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18922 "files."
18923 msgstr ""
18924
18925 #. type: textblock
18926 #: ../src/guestfs-actions.pod:7655 ../fish/guestfish-actions.pod:5049
18927 msgid ""
18928 "This function is deprecated.  In new code, use the C<file> call instead."
18929 msgstr ""
18930
18931 #. type: =head2
18932 #: ../src/guestfs-actions.pod:7664
18933 msgid "guestfs_zgrep"
18934 msgstr ""
18935
18936 #. type: verbatim
18937 #: ../src/guestfs-actions.pod:7666
18938 #, no-wrap
18939 msgid ""
18940 " char **\n"
18941 " guestfs_zgrep (guestfs_h *g,\n"
18942 "                const char *regex,\n"
18943 "                const char *path);\n"
18944 "\n"
18945 msgstr ""
18946
18947 #. type: textblock
18948 #: ../src/guestfs-actions.pod:7671 ../fish/guestfish-actions.pod:5060
18949 msgid ""
18950 "This calls the external C<zgrep> program and returns the matching lines."
18951 msgstr ""
18952
18953 #. type: =head2
18954 #: ../src/guestfs-actions.pod:7683
18955 msgid "guestfs_zgrepi"
18956 msgstr ""
18957
18958 #. type: verbatim
18959 #: ../src/guestfs-actions.pod:7685
18960 #, no-wrap
18961 msgid ""
18962 " char **\n"
18963 " guestfs_zgrepi (guestfs_h *g,\n"
18964 "                 const char *regex,\n"
18965 "                 const char *path);\n"
18966 "\n"
18967 msgstr ""
18968
18969 #. type: textblock
18970 #: ../src/guestfs-actions.pod:7690 ../fish/guestfish-actions.pod:5070
18971 msgid ""
18972 "This calls the external C<zgrep -i> program and returns the matching lines."
18973 msgstr ""
18974
18975 #. type: =item
18976 #: ../src/guestfs-availability.pod:3
18977 msgid "B<augeas>"
18978 msgstr ""
18979
18980 #. type: textblock
18981 #: ../src/guestfs-availability.pod:5
18982 msgid ""
18983 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18984 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18985 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18986 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18987 "L</guestfs_aug_save> L</guestfs_aug_set>"
18988 msgstr ""
18989
18990 #. type: =item
18991 #: ../src/guestfs-availability.pod:21
18992 msgid "B<inotify>"
18993 msgstr ""
18994
18995 #. type: textblock
18996 #: ../src/guestfs-availability.pod:23
18997 msgid ""
18998 "The following functions: L</guestfs_inotify_add_watch> L</"
18999 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19000 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19001 msgstr ""
19002
19003 #. type: =item
19004 #: ../src/guestfs-availability.pod:31
19005 msgid "B<linuxfsuuid>"
19006 msgstr ""
19007
19008 #. type: textblock
19009 #: ../src/guestfs-availability.pod:33
19010 msgid ""
19011 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19012 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19013 msgstr ""
19014
19015 #. type: =item
19016 #: ../src/guestfs-availability.pod:40
19017 msgid "B<linuxmodules>"
19018 msgstr ""
19019
19020 #. type: textblock
19021 #: ../src/guestfs-availability.pod:42
19022 msgid "The following functions: L</guestfs_modprobe>"
19023 msgstr ""
19024
19025 #. type: =item
19026 #: ../src/guestfs-availability.pod:45
19027 msgid "B<linuxxattrs>"
19028 msgstr ""
19029
19030 #. type: textblock
19031 #: ../src/guestfs-availability.pod:47
19032 msgid ""
19033 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19034 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19035 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19036 "guestfs_setxattr>"
19037 msgstr ""
19038
19039 #. type: =item
19040 #: ../src/guestfs-availability.pod:58
19041 msgid "B<luks>"
19042 msgstr ""
19043
19044 #. type: textblock
19045 #: ../src/guestfs-availability.pod:60
19046 msgid ""
19047 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19048 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19049 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19050 msgstr ""
19051
19052 #. type: =item
19053 #: ../src/guestfs-availability.pod:69
19054 msgid "B<lvm2>"
19055 msgstr ""
19056
19057 #. type: textblock
19058 #: ../src/guestfs-availability.pod:71
19059 msgid ""
19060 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19061 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19062 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19063 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19064 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19065 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19066 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19067 msgstr ""
19068
19069 #. type: =item
19070 #: ../src/guestfs-availability.pod:94
19071 msgid "B<mknod>"
19072 msgstr ""
19073
19074 #. type: textblock
19075 #: ../src/guestfs-availability.pod:96
19076 msgid ""
19077 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19078 "guestfs_mknod_b> L</guestfs_mknod_c>"
19079 msgstr ""
19080
19081 #. type: =item
19082 #: ../src/guestfs-availability.pod:102
19083 msgid "B<ntfs3g>"
19084 msgstr ""
19085
19086 #. type: textblock
19087 #: ../src/guestfs-availability.pod:104
19088 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19089 msgstr ""
19090
19091 #. type: =item
19092 #: ../src/guestfs-availability.pod:107
19093 msgid "B<ntfsprogs>"
19094 msgstr ""
19095
19096 #. type: textblock
19097 #: ../src/guestfs-availability.pod:109
19098 msgid ""
19099 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19100 msgstr ""
19101
19102 #. type: =item
19103 #: ../src/guestfs-availability.pod:113
19104 msgid "B<realpath>"
19105 msgstr ""
19106
19107 #. type: textblock
19108 #: ../src/guestfs-availability.pod:115
19109 msgid "The following functions: L</guestfs_realpath>"
19110 msgstr ""
19111
19112 #. type: =item
19113 #: ../src/guestfs-availability.pod:118
19114 msgid "B<scrub>"
19115 msgstr ""
19116
19117 #. type: textblock
19118 #: ../src/guestfs-availability.pod:120
19119 msgid ""
19120 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19121 "guestfs_scrub_freespace>"
19122 msgstr ""
19123
19124 #. type: =item
19125 #: ../src/guestfs-availability.pod:125
19126 msgid "B<selinux>"
19127 msgstr ""
19128
19129 #. type: textblock
19130 #: ../src/guestfs-availability.pod:127
19131 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19132 msgstr ""
19133
19134 #. type: =item
19135 #: ../src/guestfs-availability.pod:131
19136 msgid "B<xz>"
19137 msgstr ""
19138
19139 #. type: textblock
19140 #: ../src/guestfs-availability.pod:133
19141 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19142 msgstr ""
19143
19144 #. type: =item
19145 #: ../src/guestfs-availability.pod:137
19146 msgid "B<zerofree>"
19147 msgstr ""
19148
19149 #. type: textblock
19150 #: ../src/guestfs-availability.pod:139
19151 msgid "The following functions: L</guestfs_zerofree>"
19152 msgstr ""
19153
19154 #. type: =head2
19155 #: ../src/guestfs-structs.pod:1
19156 msgid "guestfs_int_bool"
19157 msgstr ""
19158
19159 #. type: verbatim
19160 #: ../src/guestfs-structs.pod:3
19161 #, no-wrap
19162 msgid ""
19163 " struct guestfs_int_bool {\n"
19164 "   int32_t i;\n"
19165 "   int32_t b;\n"
19166 " };\n"
19167 " \n"
19168 msgstr ""
19169
19170 #. type: verbatim
19171 #: ../src/guestfs-structs.pod:8
19172 #, no-wrap
19173 msgid ""
19174 " struct guestfs_int_bool_list {\n"
19175 "   uint32_t len; /* Number of elements in list. */\n"
19176 "   struct guestfs_int_bool *val; /* Elements. */\n"
19177 " };\n"
19178 " \n"
19179 msgstr ""
19180
19181 #. type: verbatim
19182 #: ../src/guestfs-structs.pod:13
19183 #, no-wrap
19184 msgid ""
19185 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19186 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19187 "\n"
19188 msgstr ""
19189
19190 #. type: =head2
19191 #: ../src/guestfs-structs.pod:16
19192 msgid "guestfs_lvm_pv"
19193 msgstr ""
19194
19195 #. type: verbatim
19196 #: ../src/guestfs-structs.pod:18
19197 #, no-wrap
19198 msgid ""
19199 " struct guestfs_lvm_pv {\n"
19200 "   char *pv_name;\n"
19201 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19202 "   char pv_uuid[32];\n"
19203 "   char *pv_fmt;\n"
19204 "   uint64_t pv_size;\n"
19205 "   uint64_t dev_size;\n"
19206 "   uint64_t pv_free;\n"
19207 "   uint64_t pv_used;\n"
19208 "   char *pv_attr;\n"
19209 "   int64_t pv_pe_count;\n"
19210 "   int64_t pv_pe_alloc_count;\n"
19211 "   char *pv_tags;\n"
19212 "   uint64_t pe_start;\n"
19213 "   int64_t pv_mda_count;\n"
19214 "   uint64_t pv_mda_free;\n"
19215 " };\n"
19216 " \n"
19217 msgstr ""
19218
19219 #. type: verbatim
19220 #: ../src/guestfs-structs.pod:36
19221 #, no-wrap
19222 msgid ""
19223 " struct guestfs_lvm_pv_list {\n"
19224 "   uint32_t len; /* Number of elements in list. */\n"
19225 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19226 " };\n"
19227 " \n"
19228 msgstr ""
19229
19230 #. type: verbatim
19231 #: ../src/guestfs-structs.pod:41
19232 #, no-wrap
19233 msgid ""
19234 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19235 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19236 "\n"
19237 msgstr ""
19238
19239 #. type: =head2
19240 #: ../src/guestfs-structs.pod:44
19241 msgid "guestfs_lvm_vg"
19242 msgstr ""
19243
19244 #. type: verbatim
19245 #: ../src/guestfs-structs.pod:46
19246 #, no-wrap
19247 msgid ""
19248 " struct guestfs_lvm_vg {\n"
19249 "   char *vg_name;\n"
19250 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19251 "   char vg_uuid[32];\n"
19252 "   char *vg_fmt;\n"
19253 "   char *vg_attr;\n"
19254 "   uint64_t vg_size;\n"
19255 "   uint64_t vg_free;\n"
19256 "   char *vg_sysid;\n"
19257 "   uint64_t vg_extent_size;\n"
19258 "   int64_t vg_extent_count;\n"
19259 "   int64_t vg_free_count;\n"
19260 "   int64_t max_lv;\n"
19261 "   int64_t max_pv;\n"
19262 "   int64_t pv_count;\n"
19263 "   int64_t lv_count;\n"
19264 "   int64_t snap_count;\n"
19265 "   int64_t vg_seqno;\n"
19266 "   char *vg_tags;\n"
19267 "   int64_t vg_mda_count;\n"
19268 "   uint64_t vg_mda_free;\n"
19269 " };\n"
19270 " \n"
19271 msgstr ""
19272
19273 #. type: verbatim
19274 #: ../src/guestfs-structs.pod:69
19275 #, no-wrap
19276 msgid ""
19277 " struct guestfs_lvm_vg_list {\n"
19278 "   uint32_t len; /* Number of elements in list. */\n"
19279 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19280 " };\n"
19281 " \n"
19282 msgstr ""
19283
19284 #. type: verbatim
19285 #: ../src/guestfs-structs.pod:74
19286 #, no-wrap
19287 msgid ""
19288 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19289 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19290 "\n"
19291 msgstr ""
19292
19293 #. type: =head2
19294 #: ../src/guestfs-structs.pod:77
19295 msgid "guestfs_lvm_lv"
19296 msgstr ""
19297
19298 #. type: verbatim
19299 #: ../src/guestfs-structs.pod:79
19300 #, no-wrap
19301 msgid ""
19302 " struct guestfs_lvm_lv {\n"
19303 "   char *lv_name;\n"
19304 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19305 "   char lv_uuid[32];\n"
19306 "   char *lv_attr;\n"
19307 "   int64_t lv_major;\n"
19308 "   int64_t lv_minor;\n"
19309 "   int64_t lv_kernel_major;\n"
19310 "   int64_t lv_kernel_minor;\n"
19311 "   uint64_t lv_size;\n"
19312 "   int64_t seg_count;\n"
19313 "   char *origin;\n"
19314 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19315 "   float snap_percent;\n"
19316 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19317 "   float copy_percent;\n"
19318 "   char *move_pv;\n"
19319 "   char *lv_tags;\n"
19320 "   char *mirror_log;\n"
19321 "   char *modules;\n"
19322 " };\n"
19323 " \n"
19324 msgstr ""
19325
19326 #. type: verbatim
19327 #: ../src/guestfs-structs.pod:101
19328 #, no-wrap
19329 msgid ""
19330 " struct guestfs_lvm_lv_list {\n"
19331 "   uint32_t len; /* Number of elements in list. */\n"
19332 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19333 " };\n"
19334 " \n"
19335 msgstr ""
19336
19337 #. type: verbatim
19338 #: ../src/guestfs-structs.pod:106
19339 #, no-wrap
19340 msgid ""
19341 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19342 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19343 "\n"
19344 msgstr ""
19345
19346 #. type: verbatim
19347 #: ../src/guestfs-structs.pod:111
19348 #, no-wrap
19349 msgid ""
19350 " struct guestfs_stat {\n"
19351 "   int64_t dev;\n"
19352 "   int64_t ino;\n"
19353 "   int64_t mode;\n"
19354 "   int64_t nlink;\n"
19355 "   int64_t uid;\n"
19356 "   int64_t gid;\n"
19357 "   int64_t rdev;\n"
19358 "   int64_t size;\n"
19359 "   int64_t blksize;\n"
19360 "   int64_t blocks;\n"
19361 "   int64_t atime;\n"
19362 "   int64_t mtime;\n"
19363 "   int64_t ctime;\n"
19364 " };\n"
19365 " \n"
19366 msgstr ""
19367
19368 #. type: verbatim
19369 #: ../src/guestfs-structs.pod:127
19370 #, no-wrap
19371 msgid ""
19372 " struct guestfs_stat_list {\n"
19373 "   uint32_t len; /* Number of elements in list. */\n"
19374 "   struct guestfs_stat *val; /* Elements. */\n"
19375 " };\n"
19376 " \n"
19377 msgstr ""
19378
19379 #. type: verbatim
19380 #: ../src/guestfs-structs.pod:132
19381 #, no-wrap
19382 msgid ""
19383 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19384 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19385 "\n"
19386 msgstr ""
19387
19388 #. type: verbatim
19389 #: ../src/guestfs-structs.pod:137
19390 #, no-wrap
19391 msgid ""
19392 " struct guestfs_statvfs {\n"
19393 "   int64_t bsize;\n"
19394 "   int64_t frsize;\n"
19395 "   int64_t blocks;\n"
19396 "   int64_t bfree;\n"
19397 "   int64_t bavail;\n"
19398 "   int64_t files;\n"
19399 "   int64_t ffree;\n"
19400 "   int64_t favail;\n"
19401 "   int64_t fsid;\n"
19402 "   int64_t flag;\n"
19403 "   int64_t namemax;\n"
19404 " };\n"
19405 " \n"
19406 msgstr ""
19407
19408 #. type: verbatim
19409 #: ../src/guestfs-structs.pod:151
19410 #, no-wrap
19411 msgid ""
19412 " struct guestfs_statvfs_list {\n"
19413 "   uint32_t len; /* Number of elements in list. */\n"
19414 "   struct guestfs_statvfs *val; /* Elements. */\n"
19415 " };\n"
19416 " \n"
19417 msgstr ""
19418
19419 #. type: verbatim
19420 #: ../src/guestfs-structs.pod:156
19421 #, no-wrap
19422 msgid ""
19423 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19424 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19425 "\n"
19426 msgstr ""
19427
19428 #. type: =head2
19429 #: ../src/guestfs-structs.pod:159
19430 msgid "guestfs_dirent"
19431 msgstr ""
19432
19433 #. type: verbatim
19434 #: ../src/guestfs-structs.pod:161
19435 #, no-wrap
19436 msgid ""
19437 " struct guestfs_dirent {\n"
19438 "   int64_t ino;\n"
19439 "   char ftyp;\n"
19440 "   char *name;\n"
19441 " };\n"
19442 " \n"
19443 msgstr ""
19444
19445 #. type: verbatim
19446 #: ../src/guestfs-structs.pod:167
19447 #, no-wrap
19448 msgid ""
19449 " struct guestfs_dirent_list {\n"
19450 "   uint32_t len; /* Number of elements in list. */\n"
19451 "   struct guestfs_dirent *val; /* Elements. */\n"
19452 " };\n"
19453 " \n"
19454 msgstr ""
19455
19456 #. type: verbatim
19457 #: ../src/guestfs-structs.pod:172
19458 #, no-wrap
19459 msgid ""
19460 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
19461 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
19462 "\n"
19463 msgstr ""
19464
19465 #. type: verbatim
19466 #: ../src/guestfs-structs.pod:177
19467 #, no-wrap
19468 msgid ""
19469 " struct guestfs_version {\n"
19470 "   int64_t major;\n"
19471 "   int64_t minor;\n"
19472 "   int64_t release;\n"
19473 "   char *extra;\n"
19474 " };\n"
19475 " \n"
19476 msgstr ""
19477
19478 #. type: verbatim
19479 #: ../src/guestfs-structs.pod:184
19480 #, no-wrap
19481 msgid ""
19482 " struct guestfs_version_list {\n"
19483 "   uint32_t len; /* Number of elements in list. */\n"
19484 "   struct guestfs_version *val; /* Elements. */\n"
19485 " };\n"
19486 " \n"
19487 msgstr ""
19488
19489 #. type: verbatim
19490 #: ../src/guestfs-structs.pod:189
19491 #, no-wrap
19492 msgid ""
19493 " void guestfs_free_version (struct guestfs_free_version *);\n"
19494 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
19495 "\n"
19496 msgstr ""
19497
19498 #. type: =head2
19499 #: ../src/guestfs-structs.pod:192
19500 msgid "guestfs_xattr"
19501 msgstr ""
19502
19503 #. type: verbatim
19504 #: ../src/guestfs-structs.pod:194
19505 #, no-wrap
19506 msgid ""
19507 " struct guestfs_xattr {\n"
19508 "   char *attrname;\n"
19509 "   /* The next two fields describe a byte array. */\n"
19510 "   uint32_t attrval_len;\n"
19511 "   char *attrval;\n"
19512 " };\n"
19513 " \n"
19514 msgstr ""
19515
19516 #. type: verbatim
19517 #: ../src/guestfs-structs.pod:201
19518 #, no-wrap
19519 msgid ""
19520 " struct guestfs_xattr_list {\n"
19521 "   uint32_t len; /* Number of elements in list. */\n"
19522 "   struct guestfs_xattr *val; /* Elements. */\n"
19523 " };\n"
19524 " \n"
19525 msgstr ""
19526
19527 #. type: verbatim
19528 #: ../src/guestfs-structs.pod:206
19529 #, no-wrap
19530 msgid ""
19531 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
19532 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
19533 "\n"
19534 msgstr ""
19535
19536 #. type: =head2
19537 #: ../src/guestfs-structs.pod:209
19538 msgid "guestfs_inotify_event"
19539 msgstr ""
19540
19541 #. type: verbatim
19542 #: ../src/guestfs-structs.pod:211
19543 #, no-wrap
19544 msgid ""
19545 " struct guestfs_inotify_event {\n"
19546 "   int64_t in_wd;\n"
19547 "   uint32_t in_mask;\n"
19548 "   uint32_t in_cookie;\n"
19549 "   char *in_name;\n"
19550 " };\n"
19551 " \n"
19552 msgstr ""
19553
19554 #. type: verbatim
19555 #: ../src/guestfs-structs.pod:218
19556 #, no-wrap
19557 msgid ""
19558 " struct guestfs_inotify_event_list {\n"
19559 "   uint32_t len; /* Number of elements in list. */\n"
19560 "   struct guestfs_inotify_event *val; /* Elements. */\n"
19561 " };\n"
19562 " \n"
19563 msgstr ""
19564
19565 #. type: verbatim
19566 #: ../src/guestfs-structs.pod:223
19567 #, no-wrap
19568 msgid ""
19569 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
19570 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
19571 "\n"
19572 msgstr ""
19573
19574 #. type: =head2
19575 #: ../src/guestfs-structs.pod:226
19576 msgid "guestfs_partition"
19577 msgstr ""
19578
19579 #. type: verbatim
19580 #: ../src/guestfs-structs.pod:228
19581 #, no-wrap
19582 msgid ""
19583 " struct guestfs_partition {\n"
19584 "   int32_t part_num;\n"
19585 "   uint64_t part_start;\n"
19586 "   uint64_t part_end;\n"
19587 "   uint64_t part_size;\n"
19588 " };\n"
19589 " \n"
19590 msgstr ""
19591
19592 #. type: verbatim
19593 #: ../src/guestfs-structs.pod:235
19594 #, no-wrap
19595 msgid ""
19596 " struct guestfs_partition_list {\n"
19597 "   uint32_t len; /* Number of elements in list. */\n"
19598 "   struct guestfs_partition *val; /* Elements. */\n"
19599 " };\n"
19600 " \n"
19601 msgstr ""
19602
19603 #. type: verbatim
19604 #: ../src/guestfs-structs.pod:240
19605 #, no-wrap
19606 msgid ""
19607 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
19608 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
19609 "\n"
19610 msgstr ""
19611
19612 #. type: =head2
19613 #: ../src/guestfs-structs.pod:243
19614 msgid "guestfs_application"
19615 msgstr ""
19616
19617 #. type: verbatim
19618 #: ../src/guestfs-structs.pod:245
19619 #, no-wrap
19620 msgid ""
19621 " struct guestfs_application {\n"
19622 "   char *app_name;\n"
19623 "   char *app_display_name;\n"
19624 "   int32_t app_epoch;\n"
19625 "   char *app_version;\n"
19626 "   char *app_release;\n"
19627 "   char *app_install_path;\n"
19628 "   char *app_trans_path;\n"
19629 "   char *app_publisher;\n"
19630 "   char *app_url;\n"
19631 "   char *app_source_package;\n"
19632 "   char *app_summary;\n"
19633 "   char *app_description;\n"
19634 " };\n"
19635 " \n"
19636 msgstr ""
19637
19638 #. type: verbatim
19639 #: ../src/guestfs-structs.pod:260
19640 #, no-wrap
19641 msgid ""
19642 " struct guestfs_application_list {\n"
19643 "   uint32_t len; /* Number of elements in list. */\n"
19644 "   struct guestfs_application *val; /* Elements. */\n"
19645 " };\n"
19646 " \n"
19647 msgstr ""
19648
19649 #. type: verbatim
19650 #: ../src/guestfs-structs.pod:265
19651 #, no-wrap
19652 msgid ""
19653 " void guestfs_free_application (struct guestfs_free_application *);\n"
19654 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
19655 "\n"
19656 msgstr ""
19657
19658 #. type: textblock
19659 #: ../fish/guestfish.pod:5
19660 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
19661 msgstr ""
19662
19663 #. type: verbatim
19664 #: ../fish/guestfish.pod:9
19665 #, no-wrap
19666 msgid ""
19667 " guestfish [--options] [commands]\n"
19668 "\n"
19669 msgstr ""
19670
19671 #. type: verbatim
19672 #: ../fish/guestfish.pod:11
19673 #, no-wrap
19674 msgid ""
19675 " guestfish\n"
19676 "\n"
19677 msgstr ""
19678
19679 #. type: verbatim
19680 #: ../fish/guestfish.pod:13
19681 #, no-wrap
19682 msgid ""
19683 " guestfish [--ro|--rw] -a disk.img\n"
19684 "\n"
19685 msgstr ""
19686
19687 #. type: verbatim
19688 #: ../fish/guestfish.pod:15
19689 #, no-wrap
19690 msgid ""
19691 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
19692 "\n"
19693 msgstr ""
19694
19695 #. type: verbatim
19696 #: ../fish/guestfish.pod:17
19697 #, no-wrap
19698 msgid ""
19699 " guestfish -d libvirt-domain\n"
19700 "\n"
19701 msgstr ""
19702
19703 #. type: verbatim
19704 #: ../fish/guestfish.pod:19
19705 #, no-wrap
19706 msgid ""
19707 " guestfish [--ro|--rw] -a disk.img -i\n"
19708 "\n"
19709 msgstr ""
19710
19711 #. type: verbatim
19712 #: ../fish/guestfish.pod:21
19713 #, no-wrap
19714 msgid ""
19715 " guestfish -d libvirt-domain -i\n"
19716 "\n"
19717 msgstr ""
19718
19719 #. type: =head1
19720 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15
19721 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
19722 msgid "WARNING"
19723 msgstr ""
19724
19725 #. type: textblock
19726 #: ../fish/guestfish.pod:25
19727 msgid ""
19728 "Using guestfish in read/write mode on live virtual machines can be "
19729 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
19730 "option to use guestfish safely if the disk image or virtual machine might be "
19731 "live."
19732 msgstr ""
19733
19734 #. type: textblock
19735 #: ../fish/guestfish.pod:32
19736 msgid ""
19737 "Guestfish is a shell and command-line tool for examining and modifying "
19738 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19739 "functionality of the guestfs API, see L<guestfs(3)>."
19740 msgstr ""
19741
19742 #. type: textblock
19743 #: ../fish/guestfish.pod:36
19744 msgid ""
19745 "Guestfish gives you structured access to the libguestfs API, from shell "
19746 "scripts or the command line or interactively.  If you want to rescue a "
19747 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19748 "command."
19749 msgstr ""
19750
19751 #. type: =head1
19752 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:949
19753 #: ../fuse/guestmount.pod:39 ../tools/virt-tar.pl:50
19754 msgid "EXAMPLES"
19755 msgstr ""
19756
19757 #. type: =head2
19758 #: ../fish/guestfish.pod:43
19759 msgid "As an interactive shell"
19760 msgstr ""
19761
19762 #. type: verbatim
19763 #: ../fish/guestfish.pod:45
19764 #, no-wrap
19765 msgid ""
19766 " $ guestfish\n"
19767 " \n"
19768 msgstr ""
19769
19770 #. type: verbatim
19771 #: ../fish/guestfish.pod:47
19772 #, no-wrap
19773 msgid ""
19774 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19775 " editing virtual machine filesystems.\n"
19776 " \n"
19777 msgstr ""
19778
19779 #. type: verbatim
19780 #: ../fish/guestfish.pod:50
19781 #, no-wrap
19782 msgid ""
19783 " Type: 'help' for a list of commands\n"
19784 "       'man' to read the manual\n"
19785 "       'quit' to quit the shell\n"
19786 " \n"
19787 msgstr ""
19788
19789 #. type: verbatim
19790 #: ../fish/guestfish.pod:54
19791 #, no-wrap
19792 msgid ""
19793 " ><fs> add-ro disk.img\n"
19794 " ><fs> run\n"
19795 " ><fs> list-filesystems\n"
19796 " /dev/sda1: ext4\n"
19797 " /dev/vg_guest/lv_root: ext4\n"
19798 " /dev/vg_guest/lv_swap: swap\n"
19799 " ><fs> mount /dev/vg_guest/lv_root /\n"
19800 " ><fs> cat /etc/fstab\n"
19801 " # /etc/fstab\n"
19802 " # Created by anaconda\n"
19803 " [...]\n"
19804 " ><fs> exit\n"
19805 "\n"
19806 msgstr ""
19807
19808 #. type: =head2
19809 #: ../fish/guestfish.pod:67
19810 msgid "From shell scripts"
19811 msgstr ""
19812
19813 #. type: textblock
19814 #: ../fish/guestfish.pod:69
19815 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19816 msgstr ""
19817
19818 #. type: verbatim
19819 #: ../fish/guestfish.pod:71
19820 #, no-wrap
19821 msgid ""
19822 " guestfish <<_EOF_\n"
19823 " add disk.img\n"
19824 " run\n"
19825 " mount /dev/vg_guest/lv_root /\n"
19826 " write /etc/motd \"Welcome, new users\"\n"
19827 " _EOF_\n"
19828 "\n"
19829 msgstr ""
19830
19831 #. type: textblock
19832 #: ../fish/guestfish.pod:78
19833 msgid "List the LVM logical volumes in a disk image:"
19834 msgstr ""
19835
19836 #. type: verbatim
19837 #: ../fish/guestfish.pod:80
19838 #, no-wrap
19839 msgid ""
19840 " guestfish -a disk.img --ro <<_EOF_\n"
19841 " run\n"
19842 " lvs\n"
19843 " _EOF_\n"
19844 "\n"
19845 msgstr ""
19846
19847 #. type: textblock
19848 #: ../fish/guestfish.pod:85
19849 msgid "List all the filesystems in a disk image:"
19850 msgstr ""
19851
19852 #. type: verbatim
19853 #: ../fish/guestfish.pod:87
19854 #, no-wrap
19855 msgid ""
19856 " guestfish -a disk.img --ro <<_EOF_\n"
19857 " run\n"
19858 " list-filesystems\n"
19859 " _EOF_\n"
19860 "\n"
19861 msgstr ""
19862
19863 #. type: =head2
19864 #: ../fish/guestfish.pod:92
19865 msgid "On one command line"
19866 msgstr ""
19867
19868 #. type: textblock
19869 #: ../fish/guestfish.pod:94
19870 msgid "Update C</etc/resolv.conf> in a guest:"
19871 msgstr ""
19872
19873 #. type: verbatim
19874 #: ../fish/guestfish.pod:96
19875 #, no-wrap
19876 msgid ""
19877 " guestfish \\\n"
19878 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19879 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19880 "\n"
19881 msgstr ""
19882
19883 #. type: textblock
19884 #: ../fish/guestfish.pod:100
19885 msgid "Edit C</boot/grub/grub.conf> interactively:"
19886 msgstr ""
19887
19888 #. type: verbatim
19889 #: ../fish/guestfish.pod:102
19890 #, no-wrap
19891 msgid ""
19892 " guestfish --rw --add disk.img \\\n"
19893 "   --mount /dev/vg_guest/lv_root \\\n"
19894 "   --mount /dev/sda1:/boot \\\n"
19895 "   edit /boot/grub/grub.conf\n"
19896 "\n"
19897 msgstr ""
19898
19899 #. type: =head2
19900 #: ../fish/guestfish.pod:107
19901 msgid "Mount disks automatically"
19902 msgstr ""
19903
19904 #. type: textblock
19905 #: ../fish/guestfish.pod:109
19906 msgid ""
19907 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19908 msgstr ""
19909
19910 #. type: verbatim
19911 #: ../fish/guestfish.pod:112
19912 #, no-wrap
19913 msgid ""
19914 " guestfish --ro -a disk.img -i cat /etc/group\n"
19915 "\n"
19916 msgstr ""
19917
19918 #. type: verbatim
19919 #: ../fish/guestfish.pod:114
19920 #, no-wrap
19921 msgid ""
19922 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19923 "\n"
19924 msgstr ""
19925
19926 #. type: textblock
19927 #: ../fish/guestfish.pod:116
19928 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19929 msgstr ""
19930
19931 #. type: verbatim
19932 #: ../fish/guestfish.pod:118
19933 #, no-wrap
19934 msgid ""
19935 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19936 "\n"
19937 msgstr ""
19938
19939 #. type: =head2
19940 #: ../fish/guestfish.pod:120
19941 msgid "As a script interpreter"
19942 msgstr ""
19943
19944 #. type: textblock
19945 #: ../fish/guestfish.pod:122
19946 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19947 msgstr ""
19948
19949 #. type: verbatim
19950 #: ../fish/guestfish.pod:124
19951 #, no-wrap
19952 msgid ""
19953 " #!/usr/bin/guestfish -f\n"
19954 " sparse test1.img 100M\n"
19955 " run\n"
19956 " part-disk /dev/sda mbr\n"
19957 " mkfs ext2 /dev/sda1\n"
19958 "\n"
19959 msgstr ""
19960
19961 #. type: =head2
19962 #: ../fish/guestfish.pod:130
19963 msgid "Start with a prepared disk"
19964 msgstr ""
19965
19966 #. type: textblock
19967 #: ../fish/guestfish.pod:132
19968 msgid ""
19969 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19970 "single ext2-formatted partition:"
19971 msgstr ""
19972
19973 #. type: verbatim
19974 #: ../fish/guestfish.pod:135
19975 #, no-wrap
19976 msgid ""
19977 " guestfish -N fs\n"
19978 "\n"
19979 msgstr ""
19980
19981 #. type: textblock
19982 #: ../fish/guestfish.pod:137
19983 msgid "To list what is available do:"
19984 msgstr ""
19985
19986 #. type: verbatim
19987 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:940
19988 #, no-wrap
19989 msgid ""
19990 " guestfish -N help | less\n"
19991 "\n"
19992 msgstr ""
19993
19994 #. type: =head2
19995 #: ../fish/guestfish.pod:141
19996 msgid "Remote control"
19997 msgstr ""
19998
19999 #. type: verbatim
20000 #: ../fish/guestfish.pod:143
20001 #, no-wrap
20002 msgid ""
20003 " eval \"`guestfish --listen`\"\n"
20004 " guestfish --remote add-ro disk.img\n"
20005 " guestfish --remote run\n"
20006 " guestfish --remote lvs\n"
20007 "\n"
20008 msgstr ""
20009
20010 #. type: =head1
20011 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20012 #: ../fuse/guestmount.pod:83 ../tools/virt-win-reg.pl:96
20013 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
20014 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20015 msgid "OPTIONS"
20016 msgstr ""
20017
20018 #. type: =item
20019 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:143
20020 #: ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61
20021 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
20022 #: ../tools/virt-list-partitions.pl:62
20023 msgid "B<--help>"
20024 msgstr ""
20025
20026 #. type: textblock
20027 #: ../fish/guestfish.pod:154
20028 msgid "Displays general help on options."
20029 msgstr ""
20030
20031 #. type: =item
20032 #: ../fish/guestfish.pod:156
20033 msgid "B<-h>"
20034 msgstr ""
20035
20036 #. type: =item
20037 #: ../fish/guestfish.pod:158
20038 msgid "B<--cmd-help>"
20039 msgstr ""
20040
20041 #. type: textblock
20042 #: ../fish/guestfish.pod:160
20043 msgid "Lists all available guestfish commands."
20044 msgstr ""
20045
20046 #. type: =item
20047 #: ../fish/guestfish.pod:162
20048 msgid "B<-h cmd>"
20049 msgstr ""
20050
20051 #. type: =item
20052 #: ../fish/guestfish.pod:164
20053 msgid "B<--cmd-help cmd>"
20054 msgstr ""
20055
20056 #. type: textblock
20057 #: ../fish/guestfish.pod:166
20058 msgid "Displays detailed help on a single command C<cmd>."
20059 msgstr ""
20060
20061 #. type: =item
20062 #: ../fish/guestfish.pod:168
20063 msgid "B<-a image>"
20064 msgstr ""
20065
20066 #. type: =item
20067 #: ../fish/guestfish.pod:170
20068 msgid "B<--add image>"
20069 msgstr ""
20070
20071 #. type: textblock
20072 #: ../fish/guestfish.pod:172
20073 msgid "Add a block device or virtual machine image to the shell."
20074 msgstr ""
20075
20076 #. type: textblock
20077 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
20078 msgid ""
20079 "The format of the disk image is auto-detected.  To override this and force a "
20080 "particular format use the I<--format=..> option."
20081 msgstr ""
20082
20083 #. type: textblock
20084 #: ../fish/guestfish.pod:177
20085 msgid ""
20086 "Using this flag is mostly equivalent to using the C<add> command, with "
20087 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20088 "the I<--format=...> flag was given."
20089 msgstr ""
20090
20091 #. type: =item
20092 #: ../fish/guestfish.pod:181
20093 msgid "B<-c URI>"
20094 msgstr ""
20095
20096 #. type: =item
20097 #: ../fish/guestfish.pod:183
20098 msgid "B<--connect URI>"
20099 msgstr ""
20100
20101 #. type: textblock
20102 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
20103 msgid ""
20104 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20105 "URI to use.  The default is to use the default libvirt connection."
20106 msgstr ""
20107
20108 #. type: =item
20109 #: ../fish/guestfish.pod:189
20110 msgid "B<--csh>"
20111 msgstr ""
20112
20113 #. type: textblock
20114 #: ../fish/guestfish.pod:191
20115 msgid ""
20116 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20117 "section L</REMOTE CONTROL AND CSH> below."
20118 msgstr ""
20119
20120 #. type: =item
20121 #: ../fish/guestfish.pod:194
20122 msgid "B<-d libvirt-domain>"
20123 msgstr ""
20124
20125 #. type: =item
20126 #: ../fish/guestfish.pod:196
20127 msgid "B<--domain libvirt-domain>"
20128 msgstr ""
20129
20130 #. type: textblock
20131 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
20132 msgid ""
20133 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20134 "used, then any libvirt domain can be used.  However in write mode, only "
20135 "libvirt domains which are shut down can be named here."
20136 msgstr ""
20137
20138 #. type: textblock
20139 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:106
20140 msgid "Domain UUIDs can be used instead of names."
20141 msgstr ""
20142
20143 #. type: textblock
20144 #: ../fish/guestfish.pod:204
20145 msgid ""
20146 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20147 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20148 "if the I<--format:...> flag was given."
20149 msgstr ""
20150
20151 #. type: =item
20152 #: ../fish/guestfish.pod:208
20153 msgid "B<-D>"
20154 msgstr ""
20155
20156 #. type: =item
20157 #: ../fish/guestfish.pod:210
20158 msgid "B<--no-dest-paths>"
20159 msgstr ""
20160
20161 #. type: textblock
20162 #: ../fish/guestfish.pod:212
20163 msgid ""
20164 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20165 "to hit the tab key to complete paths on the guest filesystem, but this "
20166 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20167 "allow this feature to be disabled."
20168 msgstr ""
20169
20170 #. type: =item
20171 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
20172 msgid "B<--echo-keys>"
20173 msgstr ""
20174
20175 #. type: textblock
20176 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:122
20177 msgid ""
20178 "When prompting for keys and passphrases, guestfish normally turns echoing "
20179 "off so you cannot see what you are typing.  If you are not worried about "
20180 "Tempest attacks and there is no one else in the room you can specify this "
20181 "flag to see what you are typing."
20182 msgstr ""
20183
20184 #. type: =item
20185 #: ../fish/guestfish.pod:224
20186 msgid "B<-f file>"
20187 msgstr ""
20188
20189 #. type: =item
20190 #: ../fish/guestfish.pod:226
20191 msgid "B<--file file>"
20192 msgstr ""
20193
20194 #. type: textblock
20195 #: ../fish/guestfish.pod:228
20196 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20197 msgstr ""
20198
20199 #. type: verbatim
20200 #: ../fish/guestfish.pod:231
20201 #, no-wrap
20202 msgid ""
20203 " #!/usr/bin/guestfish -f\n"
20204 "\n"
20205 msgstr ""
20206
20207 #. type: =item
20208 #: ../fish/guestfish.pod:233
20209 msgid "B<--format=raw|qcow2|..>"
20210 msgstr ""
20211
20212 #. type: =item
20213 #: ../fish/guestfish.pod:235
20214 msgid "B<--format>"
20215 msgstr ""
20216
20217 #. type: textblock
20218 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:129
20219 msgid ""
20220 "The default for the I<-a> option is to auto-detect the format of the disk "
20221 "image.  Using this forces the disk format for I<-a> options which follow on "
20222 "the command line.  Using I<--format> with no argument switches back to auto-"
20223 "detection for subsequent I<-a> options."
20224 msgstr ""
20225
20226 #. type: verbatim
20227 #: ../fish/guestfish.pod:244
20228 #, no-wrap
20229 msgid ""
20230 " guestfish --format=raw -a disk.img\n"
20231 "\n"
20232 msgstr ""
20233
20234 #. type: textblock
20235 #: ../fish/guestfish.pod:246
20236 msgid "forces raw format (no auto-detection) for C<disk.img>."
20237 msgstr ""
20238
20239 #. type: verbatim
20240 #: ../fish/guestfish.pod:248
20241 #, no-wrap
20242 msgid ""
20243 " guestfish --format=raw -a disk.img --format -a another.img\n"
20244 "\n"
20245 msgstr ""
20246
20247 #. type: textblock
20248 #: ../fish/guestfish.pod:250
20249 msgid ""
20250 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20251 "detection for C<another.img>."
20252 msgstr ""
20253
20254 #. type: textblock
20255 #: ../fish/guestfish.pod:253
20256 msgid ""
20257 "If you have untrusted raw-format guest disk images, you should use this "
20258 "option to specify the disk format.  This avoids a possible security problem "
20259 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20260 msgstr ""
20261
20262 #. type: =item
20263 #: ../fish/guestfish.pod:258
20264 msgid "B<-i>"
20265 msgstr ""
20266
20267 #. type: =item
20268 #: ../fish/guestfish.pod:260
20269 msgid "B<--inspector>"
20270 msgstr ""
20271
20272 #. type: textblock
20273 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:149
20274 msgid ""
20275 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20276 "system and mount filesystems as they would be mounted on the real virtual "
20277 "machine."
20278 msgstr ""
20279
20280 #. type: textblock
20281 #: ../fish/guestfish.pod:266
20282 msgid "Typical usage is either:"
20283 msgstr ""
20284
20285 #. type: verbatim
20286 #: ../fish/guestfish.pod:268
20287 #, no-wrap
20288 msgid ""
20289 " guestfish -d myguest -i\n"
20290 "\n"
20291 msgstr ""
20292
20293 #. type: textblock
20294 #: ../fish/guestfish.pod:270
20295 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20296 msgstr ""
20297
20298 #. type: verbatim
20299 #: ../fish/guestfish.pod:272
20300 #, no-wrap
20301 msgid ""
20302 " guestfish --ro -d myguest -i\n"
20303 "\n"
20304 msgstr ""
20305
20306 #. type: textblock
20307 #: ../fish/guestfish.pod:274
20308 msgid "(for active domains, readonly), or specify the block device directly:"
20309 msgstr ""
20310
20311 #. type: verbatim
20312 #: ../fish/guestfish.pod:276
20313 #, no-wrap
20314 msgid ""
20315 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
20316 "\n"
20317 msgstr ""
20318
20319 #. type: textblock
20320 #: ../fish/guestfish.pod:278
20321 msgid ""
20322 "Note that the command line syntax changed slightly over older versions of "
20323 "guestfish.  You can still use the old syntax:"
20324 msgstr ""
20325
20326 #. type: verbatim
20327 #: ../fish/guestfish.pod:281
20328 #, no-wrap
20329 msgid ""
20330 " guestfish [--ro] -i disk.img\n"
20331 "\n"
20332 msgstr ""
20333
20334 #. type: verbatim
20335 #: ../fish/guestfish.pod:283
20336 #, no-wrap
20337 msgid ""
20338 " guestfish [--ro] -i libvirt-domain\n"
20339 "\n"
20340 msgstr ""
20341
20342 #. type: textblock
20343 #: ../fish/guestfish.pod:285
20344 msgid ""
20345 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
20346 "then using other commands to mount the filesystems that were found."
20347 msgstr ""
20348
20349 #. type: =item
20350 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
20351 msgid "B<--keys-from-stdin>"
20352 msgstr ""
20353
20354 #. type: textblock
20355 #: ../fish/guestfish.pod:291 ../fuse/guestmount.pod:155
20356 msgid ""
20357 "Read key or passphrase parameters from stdin.  The default is to try to read "
20358 "passphrases from the user by opening C</dev/tty>."
20359 msgstr ""
20360
20361 #. type: =item
20362 #: ../fish/guestfish.pod:294
20363 msgid "B<--listen>"
20364 msgstr ""
20365
20366 #. type: textblock
20367 #: ../fish/guestfish.pod:296
20368 msgid ""
20369 "Fork into the background and listen for remote commands.  See section L</"
20370 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
20371 msgstr ""
20372
20373 #. type: =item
20374 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
20375 msgid "B<--live>"
20376 msgstr ""
20377
20378 #. type: textblock
20379 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:160
20380 msgid ""
20381 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
20382 "ATTACHING TO RUNNING DAEMONS>)."
20383 msgstr ""
20384
20385 #. type: =item
20386 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
20387 msgid "B<-m dev[:mountpoint[:options]]>"
20388 msgstr ""
20389
20390 #. type: =item
20391 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:165
20392 msgid "B<--mount dev[:mountpoint[:options]]>"
20393 msgstr ""
20394
20395 #. type: textblock
20396 #: ../fish/guestfish.pod:308
20397 msgid "Mount the named partition or logical volume on the given mountpoint."
20398 msgstr ""
20399
20400 #. type: textblock
20401 #: ../fish/guestfish.pod:310
20402 msgid "If the mountpoint is omitted, it defaults to C</>."
20403 msgstr ""
20404
20405 #. type: textblock
20406 #: ../fish/guestfish.pod:312
20407 msgid "You have to mount something on C</> before most commands will work."
20408 msgstr ""
20409
20410 #. type: textblock
20411 #: ../fish/guestfish.pod:314
20412 msgid ""
20413 "If any I<-m> or I<--mount> options are given, the guest is automatically "
20414 "launched."
20415 msgstr ""
20416
20417 #. type: textblock
20418 #: ../fish/guestfish.pod:317
20419 msgid ""
20420 "If you don't know what filesystems a disk image contains, you can either run "
20421 "guestfish without this option, then list the partitions, filesystems and LVs "
20422 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
20423 "commands), or you can use the L<virt-filesystems(1)> program."
20424 msgstr ""
20425
20426 #. type: textblock
20427 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:173
20428 msgid ""
20429 "The third (and rarely used) part of the mount parameter is the list of mount "
20430 "options used to mount the underlying filesystem.  If this is not given, then "
20431 "the mount options are either the empty string or C<ro> (the latter if the "
20432 "I<--ro> flag is used).  By specifying the mount options, you override this "
20433 "default choice.  Probably the only time you would use this is to enable ACLs "
20434 "and/or extended attributes if the filesystem can support them:"
20435 msgstr ""
20436
20437 #. type: verbatim
20438 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:181
20439 #, no-wrap
20440 msgid ""
20441 " -m /dev/sda1:/:acl,user_xattr\n"
20442 "\n"
20443 msgstr ""
20444
20445 #. type: textblock
20446 #: ../fish/guestfish.pod:333
20447 msgid "Using this flag is equivalent to using the C<mount-options> command."
20448 msgstr ""
20449
20450 #. type: =item
20451 #: ../fish/guestfish.pod:335
20452 msgid "B<-n>"
20453 msgstr ""
20454
20455 #. type: =item
20456 #: ../fish/guestfish.pod:337
20457 msgid "B<--no-sync>"
20458 msgstr ""
20459
20460 #. type: textblock
20461 #: ../fish/guestfish.pod:339
20462 msgid ""
20463 "Disable autosync.  This is enabled by default.  See the discussion of "
20464 "autosync in the L<guestfs(3)> manpage."
20465 msgstr ""
20466
20467 #. type: =item
20468 #: ../fish/guestfish.pod:342
20469 msgid "B<-N type>"
20470 msgstr ""
20471
20472 #. type: =item
20473 #: ../fish/guestfish.pod:344
20474 msgid "B<--new type>"
20475 msgstr ""
20476
20477 #. type: =item
20478 #: ../fish/guestfish.pod:346
20479 msgid "B<-N help>"
20480 msgstr ""
20481
20482 #. type: textblock
20483 #: ../fish/guestfish.pod:348
20484 msgid ""
20485 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
20486 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
20487 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
20488 "IMAGES> below."
20489 msgstr ""
20490
20491 #. type: =item
20492 #: ../fish/guestfish.pod:353
20493 msgid "B<--progress-bars>"
20494 msgstr ""
20495
20496 #. type: textblock
20497 #: ../fish/guestfish.pod:355
20498 msgid "Enable progress bars, even when guestfish is used non-interactively."
20499 msgstr ""
20500
20501 #. type: textblock
20502 #: ../fish/guestfish.pod:357
20503 msgid ""
20504 "Progress bars are enabled by default when guestfish is used as an "
20505 "interactive shell."
20506 msgstr ""
20507
20508 #. type: =item
20509 #: ../fish/guestfish.pod:360
20510 msgid "B<--no-progress-bars>"
20511 msgstr ""
20512
20513 #. type: textblock
20514 #: ../fish/guestfish.pod:362
20515 msgid "Disable progress bars."
20516 msgstr ""
20517
20518 #. type: =item
20519 #: ../fish/guestfish.pod:364
20520 msgid "B<--remote[=pid]>"
20521 msgstr ""
20522
20523 #. type: textblock
20524 #: ../fish/guestfish.pod:366
20525 msgid ""
20526 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
20527 "CONTROL GUESTFISH OVER A SOCKET> below."
20528 msgstr ""
20529
20530 #. type: =item
20531 #: ../fish/guestfish.pod:369
20532 msgid "B<-r>"
20533 msgstr ""
20534
20535 #. type: =item
20536 #: ../fish/guestfish.pod:371
20537 msgid "B<--ro>"
20538 msgstr ""
20539
20540 #. type: textblock
20541 #: ../fish/guestfish.pod:373
20542 msgid ""
20543 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20544 "mounts are done read-only."
20545 msgstr ""
20546
20547 #. type: textblock
20548 #: ../fish/guestfish.pod:376
20549 msgid ""
20550 "The option must always be used if the disk image or virtual machine might be "
20551 "running, and is generally recommended in cases where you don't need write "
20552 "access to the disk."
20553 msgstr ""
20554
20555 #. type: textblock
20556 #: ../fish/guestfish.pod:380
20557 msgid ""
20558 "Note that prepared disk images created with I<-N> are not affected by this "
20559 "option.  Also commands like C<add> are not affected - you have to specify "
20560 "the C<readonly:true> option explicitly if you need it."
20561 msgstr ""
20562
20563 #. type: textblock
20564 #: ../fish/guestfish.pod:384
20565 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
20566 msgstr ""
20567
20568 #. type: =item
20569 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:237
20570 msgid "B<--selinux>"
20571 msgstr ""
20572
20573 #. type: textblock
20574 #: ../fish/guestfish.pod:388
20575 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
20576 msgstr ""
20577
20578 #. type: =item
20579 #: ../fish/guestfish.pod:390
20580 msgid "B<-v>"
20581 msgstr ""
20582
20583 #. type: =item
20584 #: ../fish/guestfish.pod:392
20585 msgid "B<--verbose>"
20586 msgstr ""
20587
20588 #. type: textblock
20589 #: ../fish/guestfish.pod:394
20590 msgid ""
20591 "Enable very verbose messages.  This is particularly useful if you find a bug."
20592 msgstr ""
20593
20594 #. type: =item
20595 #: ../fish/guestfish.pod:397
20596 msgid "B<-V>"
20597 msgstr ""
20598
20599 #. type: =item
20600 #: ../fish/guestfish.pod:399 ../tools/virt-win-reg.pl:112
20601 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
20602 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
20603 msgid "B<--version>"
20604 msgstr ""
20605
20606 #. type: textblock
20607 #: ../fish/guestfish.pod:401
20608 msgid "Display the guestfish / libguestfs version number and exit."
20609 msgstr ""
20610
20611 #. type: =item
20612 #: ../fish/guestfish.pod:403
20613 msgid "B<-w>"
20614 msgstr ""
20615
20616 #. type: =item
20617 #: ../fish/guestfish.pod:405
20618 msgid "B<--rw>"
20619 msgstr ""
20620
20621 #. type: textblock
20622 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:251
20623 msgid ""
20624 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20625 "mounts are done read-write."
20626 msgstr ""
20627
20628 #. type: textblock
20629 #: ../fish/guestfish.pod:410
20630 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
20631 msgstr ""
20632
20633 #. type: =item
20634 #: ../fish/guestfish.pod:412
20635 msgid "B<-x>"
20636 msgstr ""
20637
20638 #. type: textblock
20639 #: ../fish/guestfish.pod:414
20640 msgid "Echo each command before executing it."
20641 msgstr ""
20642
20643 #. type: =head1
20644 #: ../fish/guestfish.pod:418
20645 msgid "COMMANDS ON COMMAND LINE"
20646 msgstr ""
20647
20648 #. type: textblock
20649 #: ../fish/guestfish.pod:420
20650 msgid ""
20651 "Any additional (non-option) arguments are treated as commands to execute."
20652 msgstr ""
20653
20654 #. type: textblock
20655 #: ../fish/guestfish.pod:423
20656 msgid ""
20657 "Commands to execute should be separated by a colon (C<:>), where the colon "
20658 "is a separate parameter.  Thus:"
20659 msgstr ""
20660
20661 #. type: verbatim
20662 #: ../fish/guestfish.pod:426
20663 #, no-wrap
20664 msgid ""
20665 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
20666 "\n"
20667 msgstr ""
20668
20669 #. type: textblock
20670 #: ../fish/guestfish.pod:428
20671 msgid ""
20672 "If there are no additional arguments, then we enter a shell, either an "
20673 "interactive shell with a prompt (if the input is a terminal) or a non-"
20674 "interactive shell."
20675 msgstr ""
20676
20677 #. type: textblock
20678 #: ../fish/guestfish.pod:432
20679 msgid ""
20680 "In either command line mode or non-interactive shell, the first command that "
20681 "gives an error causes the whole shell to exit.  In interactive mode (with a "
20682 "prompt) if a command fails, you can continue to enter commands."
20683 msgstr ""
20684
20685 #. type: =head1
20686 #: ../fish/guestfish.pod:437
20687 msgid "USING launch (OR run)"
20688 msgstr ""
20689
20690 #. type: textblock
20691 #: ../fish/guestfish.pod:439
20692 msgid ""
20693 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
20694 "then launch it, then mount any disks you need, and finally issue actions/"
20695 "commands.  So the general order of the day is:"
20696 msgstr ""
20697
20698 #. type: textblock
20699 #: ../fish/guestfish.pod:447
20700 msgid "add or -a/--add"
20701 msgstr ""
20702
20703 #. type: textblock
20704 #: ../fish/guestfish.pod:451
20705 msgid "launch (aka run)"
20706 msgstr ""
20707
20708 #. type: textblock
20709 #: ../fish/guestfish.pod:455
20710 msgid "mount or -m/--mount"
20711 msgstr ""
20712
20713 #. type: textblock
20714 #: ../fish/guestfish.pod:459
20715 msgid "any other commands"
20716 msgstr ""
20717
20718 #. type: textblock
20719 #: ../fish/guestfish.pod:463
20720 msgid ""
20721 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
20722 "guest before mounting or performing any other commands."
20723 msgstr ""
20724
20725 #. type: textblock
20726 #: ../fish/guestfish.pod:466
20727 msgid ""
20728 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
20729 "I<--new> options were given then C<run> is done automatically, simply "
20730 "because guestfish can't perform the action you asked for without doing this."
20731 msgstr ""
20732
20733 #. type: =head1
20734 #: ../fish/guestfish.pod:471
20735 msgid "OPENING DISKS FOR READ AND WRITE"
20736 msgstr ""
20737
20738 #. type: textblock
20739 #: ../fish/guestfish.pod:473
20740 msgid ""
20741 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20742 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20743 "I<-i> and I<-m> open disk images read-only or for writing."
20744 msgstr ""
20745
20746 #. type: textblock
20747 #: ../fish/guestfish.pod:478
20748 msgid ""
20749 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
20750 "opening disk images supplied on the command line for write.  To open a disk "
20751 "image read-only you have to do I<-a image --ro>."
20752 msgstr ""
20753
20754 #. type: textblock
20755 #: ../fish/guestfish.pod:482
20756 msgid ""
20757 "This matters: If you accidentally open a live VM disk image writable then "
20758 "you will cause irreversible disk corruption."
20759 msgstr ""
20760
20761 #. type: textblock
20762 #: ../fish/guestfish.pod:485
20763 msgid ""
20764 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
20765 "images will be opened read-only.  You will have to either specify "
20766 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20767 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20768 "access for disk images specified by those other command line options."
20769 msgstr ""
20770
20771 #. type: textblock
20772 #: ../fish/guestfish.pod:492
20773 msgid ""
20774 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20775 "which does nothing (it is already the default).  However it is highly "
20776 "recommended that you use this option to indicate that you need write access, "
20777 "and prepare your scripts for the day when this option will be required for "
20778 "write access."
20779 msgstr ""
20780
20781 #. type: textblock
20782 #: ../fish/guestfish.pod:498
20783 msgid ""
20784 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20785 "other libguestfs program apart from guestfish and guestmount."
20786 msgstr ""
20787
20788 #. type: =head1
20789 #: ../fish/guestfish.pod:501
20790 msgid "QUOTING"
20791 msgstr ""
20792
20793 #. type: textblock
20794 #: ../fish/guestfish.pod:503
20795 msgid ""
20796 "You can quote ordinary parameters using either single or double quotes.  For "
20797 "example:"
20798 msgstr ""
20799
20800 #. type: verbatim
20801 #: ../fish/guestfish.pod:506
20802 #, no-wrap
20803 msgid ""
20804 " add \"file with a space.img\"\n"
20805 "\n"
20806 msgstr ""
20807
20808 #. type: verbatim
20809 #: ../fish/guestfish.pod:508
20810 #, no-wrap
20811 msgid ""
20812 " rm '/file name'\n"
20813 "\n"
20814 msgstr ""
20815
20816 #. type: verbatim
20817 #: ../fish/guestfish.pod:510
20818 #, no-wrap
20819 msgid ""
20820 " rm '/\"'\n"
20821 "\n"
20822 msgstr ""
20823
20824 #. type: textblock
20825 #: ../fish/guestfish.pod:512
20826 msgid ""
20827 "A few commands require a list of strings to be passed.  For these, use a "
20828 "whitespace-separated list, enclosed in quotes.  Strings containing "
20829 "whitespace to be passed through must be enclosed in single quotes.  A "
20830 "literal single quote must be escaped with a backslash."
20831 msgstr ""
20832
20833 #. type: verbatim
20834 #: ../fish/guestfish.pod:517
20835 #, no-wrap
20836 msgid ""
20837 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20838 " command \"/bin/echo 'foo      bar'\"\n"
20839 " command \"/bin/echo \\'foo\\'\"\n"
20840 "\n"
20841 msgstr ""
20842
20843 #. type: =head1
20844 #: ../fish/guestfish.pod:521
20845 msgid "OPTIONAL ARGUMENTS"
20846 msgstr ""
20847
20848 #. type: textblock
20849 #: ../fish/guestfish.pod:523
20850 msgid ""
20851 "Some commands take optional arguments.  These arguments appear in this "
20852 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20853 msgstr ""
20854
20855 #. type: verbatim
20856 #: ../fish/guestfish.pod:527
20857 #, no-wrap
20858 msgid ""
20859 " add-drive-opts filename\n"
20860 "\n"
20861 msgstr ""
20862
20863 #. type: verbatim
20864 #: ../fish/guestfish.pod:529
20865 #, no-wrap
20866 msgid ""
20867 " add-drive-opts filename readonly:true\n"
20868 "\n"
20869 msgstr ""
20870
20871 #. type: verbatim
20872 #: ../fish/guestfish.pod:531
20873 #, no-wrap
20874 msgid ""
20875 " add-drive-opts filename format:qcow2 readonly:false\n"
20876 "\n"
20877 msgstr ""
20878
20879 #. type: textblock
20880 #: ../fish/guestfish.pod:533
20881 msgid ""
20882 "Each optional argument can appear at most once.  All optional arguments must "
20883 "appear after the required ones."
20884 msgstr ""
20885
20886 #. type: =head1
20887 #: ../fish/guestfish.pod:536
20888 msgid "NUMBERS"
20889 msgstr ""
20890
20891 #. type: textblock
20892 #: ../fish/guestfish.pod:538
20893 msgid ""
20894 "This section applies to all commands which can take integers as parameters."
20895 msgstr ""
20896
20897 #. type: =head2
20898 #: ../fish/guestfish.pod:541
20899 msgid "SIZE SUFFIX"
20900 msgstr ""
20901
20902 #. type: textblock
20903 #: ../fish/guestfish.pod:543
20904 msgid ""
20905 "When the command takes a parameter measured in bytes, you can use one of the "
20906 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20907 msgstr ""
20908
20909 #. type: =item
20910 #: ../fish/guestfish.pod:549
20911 msgid "B<k> or B<K> or B<KiB>"
20912 msgstr ""
20913
20914 #. type: textblock
20915 #: ../fish/guestfish.pod:551
20916 msgid "The size in kilobytes (multiplied by 1024)."
20917 msgstr ""
20918
20919 #. type: =item
20920 #: ../fish/guestfish.pod:553
20921 msgid "B<KB>"
20922 msgstr ""
20923
20924 #. type: textblock
20925 #: ../fish/guestfish.pod:555
20926 msgid "The size in SI 1000 byte units."
20927 msgstr ""
20928
20929 #. type: =item
20930 #: ../fish/guestfish.pod:557
20931 msgid "B<M> or B<MiB>"
20932 msgstr ""
20933
20934 #. type: textblock
20935 #: ../fish/guestfish.pod:559
20936 msgid "The size in megabytes (multiplied by 1048576)."
20937 msgstr ""
20938
20939 #. type: =item
20940 #: ../fish/guestfish.pod:561
20941 msgid "B<MB>"
20942 msgstr ""
20943
20944 #. type: textblock
20945 #: ../fish/guestfish.pod:563
20946 msgid "The size in SI 1000000 byte units."
20947 msgstr ""
20948
20949 #. type: =item
20950 #: ../fish/guestfish.pod:565
20951 msgid "B<G> or B<GiB>"
20952 msgstr ""
20953
20954 #. type: textblock
20955 #: ../fish/guestfish.pod:567
20956 msgid "The size in gigabytes (multiplied by 2**30)."
20957 msgstr ""
20958
20959 #. type: =item
20960 #: ../fish/guestfish.pod:569
20961 msgid "B<GB>"
20962 msgstr ""
20963
20964 #. type: textblock
20965 #: ../fish/guestfish.pod:571
20966 msgid "The size in SI 10**9 byte units."
20967 msgstr ""
20968
20969 #. type: =item
20970 #: ../fish/guestfish.pod:573
20971 msgid "B<T> or B<TiB>"
20972 msgstr ""
20973
20974 #. type: textblock
20975 #: ../fish/guestfish.pod:575
20976 msgid "The size in terabytes (multiplied by 2**40)."
20977 msgstr ""
20978
20979 #. type: =item
20980 #: ../fish/guestfish.pod:577
20981 msgid "B<TB>"
20982 msgstr ""
20983
20984 #. type: textblock
20985 #: ../fish/guestfish.pod:579
20986 msgid "The size in SI 10**12 byte units."
20987 msgstr ""
20988
20989 #. type: =item
20990 #: ../fish/guestfish.pod:581
20991 msgid "B<P> or B<PiB>"
20992 msgstr ""
20993
20994 #. type: textblock
20995 #: ../fish/guestfish.pod:583
20996 msgid "The size in petabytes (multiplied by 2**50)."
20997 msgstr ""
20998
20999 #. type: =item
21000 #: ../fish/guestfish.pod:585
21001 msgid "B<PB>"
21002 msgstr ""
21003
21004 #. type: textblock
21005 #: ../fish/guestfish.pod:587
21006 msgid "The size in SI 10**15 byte units."
21007 msgstr ""
21008
21009 #. type: =item
21010 #: ../fish/guestfish.pod:589
21011 msgid "B<E> or B<EiB>"
21012 msgstr ""
21013
21014 #. type: textblock
21015 #: ../fish/guestfish.pod:591
21016 msgid "The size in exabytes (multiplied by 2**60)."
21017 msgstr ""
21018
21019 #. type: =item
21020 #: ../fish/guestfish.pod:593
21021 msgid "B<EB>"
21022 msgstr ""
21023
21024 #. type: textblock
21025 #: ../fish/guestfish.pod:595
21026 msgid "The size in SI 10**18 byte units."
21027 msgstr ""
21028
21029 #. type: =item
21030 #: ../fish/guestfish.pod:597
21031 msgid "B<Z> or B<ZiB>"
21032 msgstr ""
21033
21034 #. type: textblock
21035 #: ../fish/guestfish.pod:599
21036 msgid "The size in zettabytes (multiplied by 2**70)."
21037 msgstr ""
21038
21039 #. type: =item
21040 #: ../fish/guestfish.pod:601
21041 msgid "B<ZB>"
21042 msgstr ""
21043
21044 #. type: textblock
21045 #: ../fish/guestfish.pod:603
21046 msgid "The size in SI 10**21 byte units."
21047 msgstr ""
21048
21049 #. type: =item
21050 #: ../fish/guestfish.pod:605
21051 msgid "B<Y> or B<YiB>"
21052 msgstr ""
21053
21054 #. type: textblock
21055 #: ../fish/guestfish.pod:607
21056 msgid "The size in yottabytes (multiplied by 2**80)."
21057 msgstr ""
21058
21059 #. type: =item
21060 #: ../fish/guestfish.pod:609
21061 msgid "B<YB>"
21062 msgstr ""
21063
21064 #. type: textblock
21065 #: ../fish/guestfish.pod:611
21066 msgid "The size in SI 10**24 byte units."
21067 msgstr ""
21068
21069 #. type: verbatim
21070 #: ../fish/guestfish.pod:617
21071 #, no-wrap
21072 msgid ""
21073 " truncate-size /file 1G\n"
21074 "\n"
21075 msgstr ""
21076
21077 #. type: textblock
21078 #: ../fish/guestfish.pod:619
21079 msgid "would truncate the file to 1 gigabyte."
21080 msgstr ""
21081
21082 #. type: textblock
21083 #: ../fish/guestfish.pod:621
21084 msgid ""
21085 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21086 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21087 "suffix will probably not do what you expect."
21088 msgstr ""
21089
21090 #. type: =head2
21091 #: ../fish/guestfish.pod:625
21092 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21093 msgstr ""
21094
21095 #. type: textblock
21096 #: ../fish/guestfish.pod:627
21097 msgid ""
21098 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21099 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21100 msgstr ""
21101
21102 #. type: verbatim
21103 #: ../fish/guestfish.pod:630
21104 #, no-wrap
21105 msgid ""
21106 " 1234      decimal number 1234\n"
21107 " 02322     octal number, equivalent to decimal 1234\n"
21108 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21109 "\n"
21110 msgstr ""
21111
21112 #. type: textblock
21113 #: ../fish/guestfish.pod:634
21114 msgid ""
21115 "When using the C<chmod> command, you almost always want to specify an octal "
21116 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21117 "L<chmod(1)> program):"
21118 msgstr ""
21119
21120 #. type: verbatim
21121 #: ../fish/guestfish.pod:638
21122 #, no-wrap
21123 msgid ""
21124 " chmod 0777 /public  # OK\n"
21125 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21126 "\n"
21127 msgstr ""
21128
21129 #. type: textblock
21130 #: ../fish/guestfish.pod:641
21131 msgid ""
21132 "Commands that return numbers usually print them in decimal, but some "
21133 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21134 "octal, preceeded by C<0>)."
21135 msgstr ""
21136
21137 #. type: =head1
21138 #: ../fish/guestfish.pod:645
21139 msgid "WILDCARDS AND GLOBBING"
21140 msgstr ""
21141
21142 #. type: textblock
21143 #: ../fish/guestfish.pod:647
21144 msgid ""
21145 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21146 "(globbing) by default.  So for example the following will not do what you "
21147 "expect:"
21148 msgstr ""
21149
21150 #. type: verbatim
21151 #: ../fish/guestfish.pod:651
21152 #, no-wrap
21153 msgid ""
21154 " rm-rf /home/*\n"
21155 "\n"
21156 msgstr ""
21157
21158 #. type: textblock
21159 #: ../fish/guestfish.pod:653
21160 msgid ""
21161 "Assuming you don't have a directory called literally C</home/*> then the "
21162 "above command will return an error."
21163 msgstr ""
21164
21165 #. type: textblock
21166 #: ../fish/guestfish.pod:656
21167 msgid "To perform wildcard expansion, use the C<glob> command."
21168 msgstr ""
21169
21170 #. type: verbatim
21171 #: ../fish/guestfish.pod:658
21172 #, no-wrap
21173 msgid ""
21174 " glob rm-rf /home/*\n"
21175 "\n"
21176 msgstr ""
21177
21178 #. type: textblock
21179 #: ../fish/guestfish.pod:660
21180 msgid ""
21181 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21182 "many times), equivalent to:"
21183 msgstr ""
21184
21185 #. type: verbatim
21186 #: ../fish/guestfish.pod:663
21187 #, no-wrap
21188 msgid ""
21189 " rm-rf /home/jim\n"
21190 " rm-rf /home/joe\n"
21191 " rm-rf /home/mary\n"
21192 "\n"
21193 msgstr ""
21194
21195 #. type: textblock
21196 #: ../fish/guestfish.pod:667
21197 msgid "C<glob> only works on simple guest paths and not on device names."
21198 msgstr ""
21199
21200 #. type: textblock
21201 #: ../fish/guestfish.pod:669
21202 msgid ""
21203 "If you have several parameters, each containing a wildcard, then glob will "
21204 "perform a Cartesian product."
21205 msgstr ""
21206
21207 #. type: =head1
21208 #: ../fish/guestfish.pod:672
21209 msgid "COMMENTS"
21210 msgstr ""
21211
21212 #. type: textblock
21213 #: ../fish/guestfish.pod:674
21214 msgid ""
21215 "Any line which starts with a I<#> character is treated as a comment and "
21216 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
21217 "a command.  For example:"
21218 msgstr ""
21219
21220 #. type: verbatim
21221 #: ../fish/guestfish.pod:678
21222 #, no-wrap
21223 msgid ""
21224 " # this is a comment\n"
21225 "         # this is a comment\n"
21226 " foo # NOT a comment\n"
21227 "\n"
21228 msgstr ""
21229
21230 #. type: textblock
21231 #: ../fish/guestfish.pod:682
21232 msgid "Blank lines are also ignored."
21233 msgstr ""
21234
21235 #. type: =head1
21236 #: ../fish/guestfish.pod:684
21237 msgid "RUNNING COMMANDS LOCALLY"
21238 msgstr ""
21239
21240 #. type: textblock
21241 #: ../fish/guestfish.pod:686
21242 msgid ""
21243 "Any line which starts with a I<!> character is treated as a command sent to "
21244 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
21245 msgstr ""
21246
21247 #. type: verbatim
21248 #: ../fish/guestfish.pod:690
21249 #, no-wrap
21250 msgid ""
21251 " !mkdir local\n"
21252 " tgz-out /remote local/remote-data.tar.gz\n"
21253 "\n"
21254 msgstr ""
21255
21256 #. type: textblock
21257 #: ../fish/guestfish.pod:693
21258 msgid ""
21259 "will create a directory C<local> on the host, and then export the contents "
21260 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
21261 "(See C<tgz-out>)."
21262 msgstr ""
21263
21264 #. type: textblock
21265 #: ../fish/guestfish.pod:697
21266 msgid ""
21267 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
21268 "effect, due to the way that subprocesses work in Unix."
21269 msgstr ""
21270
21271 #. type: =head2
21272 #: ../fish/guestfish.pod:700
21273 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
21274 msgstr ""
21275
21276 #. type: textblock
21277 #: ../fish/guestfish.pod:702
21278 msgid ""
21279 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
21280 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
21281 "and executed as guestfish commands."
21282 msgstr ""
21283
21284 #. type: textblock
21285 #: ../fish/guestfish.pod:706
21286 msgid ""
21287 "Thus you can use shell script to construct arbitrary guestfish commands "
21288 "which are then parsed by guestfish."
21289 msgstr ""
21290
21291 #. type: textblock
21292 #: ../fish/guestfish.pod:709
21293 msgid ""
21294 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
21295 "through C</foo.100>) using guestfish commands alone.  However this is simple "
21296 "if we use a shell script to create the guestfish commands for us:"
21297 msgstr ""
21298
21299 #. type: verbatim
21300 #: ../fish/guestfish.pod:714
21301 #, no-wrap
21302 msgid ""
21303 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
21304 "\n"
21305 msgstr ""
21306
21307 #. type: textblock
21308 #: ../fish/guestfish.pod:716
21309 msgid "or with names like C</foo.001>:"
21310 msgstr ""
21311
21312 #. type: verbatim
21313 #: ../fish/guestfish.pod:718
21314 #, no-wrap
21315 msgid ""
21316 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
21317 "\n"
21318 msgstr ""
21319
21320 #. type: textblock
21321 #: ../fish/guestfish.pod:720
21322 msgid ""
21323 "When using guestfish interactively it can be helpful to just run the shell "
21324 "script first (ie. remove the initial C<E<lt>> character so it is just an "
21325 "ordinary I<!> local command), see what guestfish commands it would run, and "
21326 "when you are happy with those prepend the C<E<lt>> character to run the "
21327 "guestfish commands for real."
21328 msgstr ""
21329
21330 #. type: =head1
21331 #: ../fish/guestfish.pod:726
21332 msgid "PIPES"
21333 msgstr ""
21334
21335 #. type: textblock
21336 #: ../fish/guestfish.pod:728
21337 msgid ""
21338 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
21339 "command (a guestfish command) to the second command (any host command).  For "
21340 "example:"
21341 msgstr ""
21342
21343 #. type: verbatim
21344 #: ../fish/guestfish.pod:732
21345 #, no-wrap
21346 msgid ""
21347 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
21348 "\n"
21349 msgstr ""
21350
21351 #. type: textblock
21352 #: ../fish/guestfish.pod:734
21353 msgid ""
21354 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
21355 "program).  The above command would list all accounts in the guest filesystem "
21356 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
21357 msgstr ""
21358
21359 #. type: verbatim
21360 #: ../fish/guestfish.pod:739
21361 #, no-wrap
21362 msgid ""
21363 " hexdump /bin/ls | head\n"
21364 " list-devices | tail -1\n"
21365 " tgz-out / - | tar ztf -\n"
21366 "\n"
21367 msgstr ""
21368
21369 #. type: textblock
21370 #: ../fish/guestfish.pod:743
21371 msgid ""
21372 "The space before the pipe symbol is required, any space after the pipe "
21373 "symbol is optional.  Everything after the pipe symbol is just passed "
21374 "straight to the host shell, so it can contain redirections, globs and "
21375 "anything else that makes sense on the host side."
21376 msgstr ""
21377
21378 #. type: textblock
21379 #: ../fish/guestfish.pod:748
21380 msgid ""
21381 "To use a literal argument which begins with a pipe symbol, you have to quote "
21382 "it, eg:"
21383 msgstr ""
21384
21385 #. type: verbatim
21386 #: ../fish/guestfish.pod:751
21387 #, no-wrap
21388 msgid ""
21389 " echo \"|\"\n"
21390 "\n"
21391 msgstr ""
21392
21393 #. type: =head1
21394 #: ../fish/guestfish.pod:753
21395 msgid "HOME DIRECTORIES"
21396 msgstr ""
21397
21398 #. type: textblock
21399 #: ../fish/guestfish.pod:755
21400 msgid ""
21401 "If a parameter starts with the character C<~> then the tilde may be expanded "
21402 "as a home directory path (either C<~> for the current user's home directory, "
21403 "or C<~user> for another user)."
21404 msgstr ""
21405
21406 #. type: textblock
21407 #: ../fish/guestfish.pod:759
21408 msgid ""
21409 "Note that home directory expansion happens for users known I<on the host>, "
21410 "not in the guest filesystem."
21411 msgstr ""
21412
21413 #. type: textblock
21414 #: ../fish/guestfish.pod:762
21415 msgid ""
21416 "To use a literal argument which begins with a tilde, you have to quote it, "
21417 "eg:"
21418 msgstr ""
21419
21420 #. type: verbatim
21421 #: ../fish/guestfish.pod:765
21422 #, no-wrap
21423 msgid ""
21424 " echo \"~\"\n"
21425 "\n"
21426 msgstr ""
21427
21428 #. type: textblock
21429 #: ../fish/guestfish.pod:769
21430 msgid ""
21431 "Libguestfs has some support for Linux guests encrypted according to the "
21432 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
21433 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
21434 "LUKS is supported."
21435 msgstr ""
21436
21437 #. type: textblock
21438 #: ../fish/guestfish.pod:774
21439 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
21440 msgstr ""
21441
21442 #. type: verbatim
21443 #: ../fish/guestfish.pod:776
21444 #, no-wrap
21445 msgid ""
21446 " ><fs> vfs-type /dev/sda2\n"
21447 " crypto_LUKS\n"
21448 "\n"
21449 msgstr ""
21450
21451 #. type: textblock
21452 #: ../fish/guestfish.pod:779
21453 msgid ""
21454 "Then open those devices using L</luks-open>.  This creates a device-mapper "
21455 "device called C</dev/mapper/luksdev>."
21456 msgstr ""
21457
21458 #. type: verbatim
21459 #: ../fish/guestfish.pod:782
21460 #, no-wrap
21461 msgid ""
21462 " ><fs> luks-open /dev/sda2 luksdev\n"
21463 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
21464 "\n"
21465 msgstr ""
21466
21467 #. type: textblock
21468 #: ../fish/guestfish.pod:785
21469 msgid ""
21470 "Finally you have to tell LVM to scan for volume groups on the newly created "
21471 "mapper device:"
21472 msgstr ""
21473
21474 #. type: verbatim
21475 #: ../fish/guestfish.pod:788
21476 #, no-wrap
21477 msgid ""
21478 " vgscan\n"
21479 " vg-activate-all true\n"
21480 "\n"
21481 msgstr ""
21482
21483 #. type: textblock
21484 #: ../fish/guestfish.pod:791
21485 msgid "The logical volume(s) can now be mounted in the usual way."
21486 msgstr ""
21487
21488 #. type: textblock
21489 #: ../fish/guestfish.pod:793
21490 msgid ""
21491 "Before closing a LUKS device you must unmount any logical volumes on it and "
21492 "deactivate the volume groups by calling C<vg-activate false VG> on each "
21493 "one.  Then you can close the mapper device:"
21494 msgstr ""
21495
21496 #. type: verbatim
21497 #: ../fish/guestfish.pod:797
21498 #, no-wrap
21499 msgid ""
21500 " vg-activate false /dev/VG\n"
21501 " luks-close /dev/mapper/luksdev\n"
21502 "\n"
21503 msgstr ""
21504
21505 #. type: =head1
21506 #: ../fish/guestfish.pod:800
21507 msgid "WINDOWS PATHS"
21508 msgstr ""
21509
21510 #. type: textblock
21511 #: ../fish/guestfish.pod:802
21512 msgid ""
21513 "If a path is prefixed with C<win:> then you can use Windows-style drive "
21514 "letters and paths (with some limitations).  The following commands are "
21515 "equivalent:"
21516 msgstr ""
21517
21518 #. type: verbatim
21519 #: ../fish/guestfish.pod:806
21520 #, no-wrap
21521 msgid ""
21522 " file /WINDOWS/system32/config/system.LOG\n"
21523 "\n"
21524 msgstr ""
21525
21526 #. type: verbatim
21527 #: ../fish/guestfish.pod:808
21528 #, no-wrap
21529 msgid ""
21530 " file win:\\windows\\system32\\config\\system.log\n"
21531 "\n"
21532 msgstr ""
21533
21534 #. type: verbatim
21535 #: ../fish/guestfish.pod:810
21536 #, no-wrap
21537 msgid ""
21538 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
21539 "\n"
21540 msgstr ""
21541
21542 #. type: textblock
21543 #: ../fish/guestfish.pod:812
21544 msgid ""
21545 "The parameter is rewritten \"behind the scenes\" by looking up the position "
21546 "where the drive is mounted, prepending that to the path, changing all "
21547 "backslash characters to forward slash, then resolving the result using L</"
21548 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
21549 "the parameter might be rewritten like this:"
21550 msgstr ""
21551
21552 #. type: verbatim
21553 #: ../fish/guestfish.pod:818
21554 #, no-wrap
21555 msgid ""
21556 " win:e:\\foo\\bar => /e/FOO/bar\n"
21557 "\n"
21558 msgstr ""
21559
21560 #. type: textblock
21561 #: ../fish/guestfish.pod:820
21562 msgid "This only works in argument positions that expect a path."
21563 msgstr ""
21564
21565 #. type: =head1
21566 #: ../fish/guestfish.pod:822
21567 msgid "UPLOADING AND DOWNLOADING FILES"
21568 msgstr ""
21569
21570 #. type: textblock
21571 #: ../fish/guestfish.pod:824
21572 msgid ""
21573 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
21574 "others which upload from or download to a local file, you can use the "
21575 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
21576 msgstr ""
21577
21578 #. type: verbatim
21579 #: ../fish/guestfish.pod:828
21580 #, no-wrap
21581 msgid ""
21582 " upload - /foo\n"
21583 "\n"
21584 msgstr ""
21585
21586 #. type: textblock
21587 #: ../fish/guestfish.pod:830
21588 msgid ""
21589 "reads stdin and creates from that a file C</foo> in the disk image, and:"
21590 msgstr ""
21591
21592 #. type: verbatim
21593 #: ../fish/guestfish.pod:833
21594 #, no-wrap
21595 msgid ""
21596 " tar-out /etc - | tar tf -\n"
21597 "\n"
21598 msgstr ""
21599
21600 #. type: textblock
21601 #: ../fish/guestfish.pod:835
21602 msgid ""
21603 "writes the tarball to stdout and then pipes that into the external \"tar\" "
21604 "command (see L</PIPES>)."
21605 msgstr ""
21606
21607 #. type: textblock
21608 #: ../fish/guestfish.pod:838
21609 msgid ""
21610 "When using C<-> to read from stdin, the input is read up to the end of "
21611 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
21612 "some arbitrary end marker:"
21613 msgstr ""
21614
21615 #. type: verbatim
21616 #: ../fish/guestfish.pod:842
21617 #, no-wrap
21618 msgid ""
21619 " upload -<<END /foo\n"
21620 " input line 1\n"
21621 " input line 2\n"
21622 " input line 3\n"
21623 " END\n"
21624 "\n"
21625 msgstr ""
21626
21627 #. type: textblock
21628 #: ../fish/guestfish.pod:848
21629 msgid ""
21630 "Any string of characters can be used instead of C<END>.  The end marker must "
21631 "appear on a line of its own, without any preceeding or following characters "
21632 "(not even spaces)."
21633 msgstr ""
21634
21635 #. type: textblock
21636 #: ../fish/guestfish.pod:852
21637 msgid ""
21638 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
21639 "upload local files (so-called \"FileIn\" parameters in the generator)."
21640 msgstr ""
21641
21642 #. type: =head1
21643 #: ../fish/guestfish.pod:855
21644 msgid "EXIT ON ERROR BEHAVIOUR"
21645 msgstr ""
21646
21647 #. type: textblock
21648 #: ../fish/guestfish.pod:857
21649 msgid ""
21650 "By default, guestfish will ignore any errors when in interactive mode (ie. "
21651 "taking commands from a human over a tty), and will exit on the first error "
21652 "in non-interactive mode (scripts, commands given on the command line)."
21653 msgstr ""
21654
21655 #. type: textblock
21656 #: ../fish/guestfish.pod:862
21657 msgid ""
21658 "If you prefix a command with a I<-> character, then that command will not "
21659 "cause guestfish to exit, even if that (one) command returns an error."
21660 msgstr ""
21661
21662 #. type: =head1
21663 #: ../fish/guestfish.pod:866
21664 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
21665 msgstr ""
21666
21667 #. type: textblock
21668 #: ../fish/guestfish.pod:868
21669 msgid ""
21670 "Guestfish can be remote-controlled over a socket.  This is useful "
21671 "particularly in shell scripts where you want to make several different "
21672 "changes to a filesystem, but you don't want the overhead of starting up a "
21673 "guestfish process each time."
21674 msgstr ""
21675
21676 #. type: textblock
21677 #: ../fish/guestfish.pod:873
21678 msgid "Start a guestfish server process using:"
21679 msgstr ""
21680
21681 #. type: verbatim
21682 #: ../fish/guestfish.pod:875
21683 #, no-wrap
21684 msgid ""
21685 " eval \"`guestfish --listen`\"\n"
21686 "\n"
21687 msgstr ""
21688
21689 #. type: textblock
21690 #: ../fish/guestfish.pod:877
21691 msgid "and then send it commands by doing:"
21692 msgstr ""
21693
21694 #. type: verbatim
21695 #: ../fish/guestfish.pod:879
21696 #, no-wrap
21697 msgid ""
21698 " guestfish --remote cmd [...]\n"
21699 "\n"
21700 msgstr ""
21701
21702 #. type: textblock
21703 #: ../fish/guestfish.pod:881
21704 msgid "To cause the server to exit, send it the exit command:"
21705 msgstr ""
21706
21707 #. type: verbatim
21708 #: ../fish/guestfish.pod:883
21709 #, no-wrap
21710 msgid ""
21711 " guestfish --remote exit\n"
21712 "\n"
21713 msgstr ""
21714
21715 #. type: textblock
21716 #: ../fish/guestfish.pod:885
21717 msgid ""
21718 "Note that the server will normally exit if there is an error in a command.  "
21719 "You can change this in the usual way.  See section L</EXIT ON ERROR "
21720 "BEHAVIOUR>."
21721 msgstr ""
21722
21723 #. type: =head2
21724 #: ../fish/guestfish.pod:889
21725 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
21726 msgstr ""
21727
21728 #. type: textblock
21729 #: ../fish/guestfish.pod:891
21730 msgid ""
21731 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
21732 "is how the I<--remote> option knows where to send the commands.  You can "
21733 "have several guestfish listener processes running using:"
21734 msgstr ""
21735
21736 #. type: verbatim
21737 #: ../fish/guestfish.pod:895
21738 #, no-wrap
21739 msgid ""
21740 " eval \"`guestfish --listen`\"\n"
21741 " pid1=$GUESTFISH_PID\n"
21742 " eval \"`guestfish --listen`\"\n"
21743 " pid2=$GUESTFISH_PID\n"
21744 " ...\n"
21745 " guestfish --remote=$pid1 cmd\n"
21746 " guestfish --remote=$pid2 cmd\n"
21747 "\n"
21748 msgstr ""
21749
21750 #. type: =head2
21751 #: ../fish/guestfish.pod:903
21752 msgid "REMOTE CONTROL AND CSH"
21753 msgstr ""
21754
21755 #. type: textblock
21756 #: ../fish/guestfish.pod:905
21757 msgid ""
21758 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21759 "option:"
21760 msgstr ""
21761
21762 #. type: verbatim
21763 #: ../fish/guestfish.pod:908
21764 #, no-wrap
21765 msgid ""
21766 " eval \"`guestfish --listen --csh`\"\n"
21767 "\n"
21768 msgstr ""
21769
21770 #. type: =head2
21771 #: ../fish/guestfish.pod:910
21772 msgid "REMOTE CONTROL DETAILS"
21773 msgstr ""
21774
21775 #. type: textblock
21776 #: ../fish/guestfish.pod:912
21777 msgid ""
21778 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21779 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21780 "and C<$PID> is the process ID of the server."
21781 msgstr ""
21782
21783 #. type: textblock
21784 #: ../fish/guestfish.pod:916
21785 msgid "Guestfish client and server versions must match exactly."
21786 msgstr ""
21787
21788 #. type: =head1
21789 #: ../fish/guestfish.pod:918
21790 msgid "PREPARED DISK IMAGES"
21791 msgstr ""
21792
21793 #. type: textblock
21794 #: ../fish/guestfish.pod:920
21795 msgid ""
21796 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21797 "preformatted disk images that guestfish can make for you to save typing.  "
21798 "This is particularly useful for testing purposes.  This option is used "
21799 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21800 "can be mixed with I<-a>)."
21801 msgstr ""
21802
21803 #. type: textblock
21804 #: ../fish/guestfish.pod:926
21805 msgid ""
21806 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21807 "the second and so on.  Existing files in the current directory are "
21808 "I<overwritten>."
21809 msgstr ""
21810
21811 #. type: textblock
21812 #: ../fish/guestfish.pod:930
21813 msgid ""
21814 "The type briefly describes how the disk should be sized, partitioned, how "
21815 "filesystem(s) should be created, and how content should be added.  "
21816 "Optionally the type can be followed by extra parameters, separated by C<:> "
21817 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21818 "allocated disk, containing a single partition, with the partition formatted "
21819 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21820 "disk instead."
21821 msgstr ""
21822
21823 #. type: textblock
21824 #: ../fish/guestfish.pod:938
21825 msgid "To list the available types and any extra parameters they take, run:"
21826 msgstr ""
21827
21828 #. type: textblock
21829 #: ../fish/guestfish.pod:942
21830 msgid ""
21831 "Note that the prepared filesystem is not mounted.  You would usually have to "
21832 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21833 msgstr ""
21834
21835 #. type: textblock
21836 #: ../fish/guestfish.pod:946
21837 msgid ""
21838 "If any I<-N> or I<--new> options are given, the guest is automatically "
21839 "launched."
21840 msgstr ""
21841
21842 #. type: textblock
21843 #: ../fish/guestfish.pod:951
21844 msgid "Create a 100MB disk with an ext4-formatted partition:"
21845 msgstr ""
21846
21847 #. type: verbatim
21848 #: ../fish/guestfish.pod:953
21849 #, no-wrap
21850 msgid ""
21851 " guestfish -N fs:ext4\n"
21852 "\n"
21853 msgstr ""
21854
21855 #. type: textblock
21856 #: ../fish/guestfish.pod:955
21857 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21858 msgstr ""
21859
21860 #. type: verbatim
21861 #: ../fish/guestfish.pod:957
21862 #, no-wrap
21863 msgid ""
21864 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21865 "\n"
21866 msgstr ""
21867
21868 #. type: textblock
21869 #: ../fish/guestfish.pod:959
21870 msgid "Create a blank 200MB disk:"
21871 msgstr ""
21872
21873 #. type: verbatim
21874 #: ../fish/guestfish.pod:961
21875 #, no-wrap
21876 msgid ""
21877 " guestfish -N disk:200M\n"
21878 "\n"
21879 msgstr ""
21880
21881 #. type: =head1
21882 #: ../fish/guestfish.pod:963
21883 msgid "PROGRESS BARS"
21884 msgstr ""
21885
21886 #. type: textblock
21887 #: ../fish/guestfish.pod:965
21888 msgid ""
21889 "Some (not all) long-running commands send progress notification messages as "
21890 "they are running.  Guestfish turns these messages into progress bars."
21891 msgstr ""
21892
21893 #. type: textblock
21894 #: ../fish/guestfish.pod:969
21895 msgid ""
21896 "When a command that supports progress bars takes longer than two seconds to "
21897 "run, and if progress bars are enabled, then you will see one appearing below "
21898 "the command:"
21899 msgstr ""
21900
21901 #. type: verbatim
21902 #: ../fish/guestfish.pod:973
21903 #, no-wrap
21904 msgid ""
21905 " ><fs> copy-size /large-file /another-file 2048M\n"
21906 " / 10% [#####-----------------------------------------] 00:30\n"
21907 "\n"
21908 msgstr ""
21909
21910 #. type: textblock
21911 #: ../fish/guestfish.pod:976
21912 msgid ""
21913 "The spinner on the left hand side moves round once for every progress "
21914 "notification received from the backend.  This is a (reasonably) golden "
21915 "assurance that the command is \"doing something\" even if the progress bar "
21916 "is not moving, because the command is able to send the progress "
21917 "notifications.  When the bar reaches 100% and the command finishes, the "
21918 "spinner disappears."
21919 msgstr ""
21920
21921 #. type: textblock
21922 #: ../fish/guestfish.pod:983
21923 msgid ""
21924 "Progress bars are enabled by default when guestfish is used interactively.  "
21925 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21926 "and you can disable them completely using I<--no-progress-bars>."
21927 msgstr ""
21928
21929 #. type: =head1
21930 #: ../fish/guestfish.pod:988
21931 msgid "GUESTFISH COMMANDS"
21932 msgstr ""
21933
21934 #. type: textblock
21935 #: ../fish/guestfish.pod:990
21936 msgid ""
21937 "The commands in this section are guestfish convenience commands, in other "
21938 "words, they are not part of the L<guestfs(3)> API."
21939 msgstr ""
21940
21941 #. type: =head2
21942 #: ../fish/guestfish.pod:993
21943 msgid "help"
21944 msgstr ""
21945
21946 #. type: verbatim
21947 #: ../fish/guestfish.pod:995
21948 #, no-wrap
21949 msgid ""
21950 " help\n"
21951 " help cmd\n"
21952 "\n"
21953 msgstr ""
21954
21955 #. type: textblock
21956 #: ../fish/guestfish.pod:998
21957 msgid "Without any parameter, this provides general help."
21958 msgstr ""
21959
21960 #. type: textblock
21961 #: ../fish/guestfish.pod:1000
21962 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21963 msgstr ""
21964
21965 #. type: =head2
21966 #: ../fish/guestfish.pod:1002
21967 msgid "quit | exit"
21968 msgstr ""
21969
21970 #. type: textblock
21971 #: ../fish/guestfish.pod:1004
21972 msgid "This exits guestfish.  You can also use C<^D> key."
21973 msgstr ""
21974
21975 #. type: textblock
21976 #: ../fish/guestfish.pod:1006
21977 msgid "@FISH_COMMANDS@"
21978 msgstr ""
21979
21980 #. type: =head1
21981 #: ../fish/guestfish.pod:1008
21982 msgid "COMMANDS"
21983 msgstr ""
21984
21985 #. type: =head1
21986 #: ../fish/guestfish.pod:1012 ../test-tool/libguestfs-test-tool.pod:77
21987 msgid "EXIT CODE"
21988 msgstr ""
21989
21990 #. type: textblock
21991 #: ../fish/guestfish.pod:1014
21992 msgid ""
21993 "guestfish returns 0 if the commands completed without error, or 1 if there "
21994 "was an error."
21995 msgstr ""
21996
21997 #. type: =item
21998 #: ../fish/guestfish.pod:1021
21999 msgid "EDITOR"
22000 msgstr ""
22001
22002 #. type: textblock
22003 #: ../fish/guestfish.pod:1023
22004 msgid ""
22005 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22006 "C<vi>."
22007 msgstr ""
22008
22009 #. type: =item
22010 #: ../fish/guestfish.pod:1026
22011 msgid "GUESTFISH_DISPLAY_IMAGE"
22012 msgstr ""
22013
22014 #. type: textblock
22015 #: ../fish/guestfish.pod:1028
22016 msgid ""
22017 "The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to display images.  "
22018 "If not set, it uses L<display(1)>."
22019 msgstr ""
22020
22021 #. type: =item
22022 #: ../fish/guestfish.pod:1031
22023 msgid "GUESTFISH_PID"
22024 msgstr ""
22025
22026 #. type: textblock
22027 #: ../fish/guestfish.pod:1033
22028 msgid ""
22029 "Used with the I<--remote> option to specify the remote guestfish process to "
22030 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22031 msgstr ""
22032
22033 #. type: =item
22034 #: ../fish/guestfish.pod:1037
22035 msgid "HEXEDITOR"
22036 msgstr ""
22037
22038 #. type: textblock
22039 #: ../fish/guestfish.pod:1039
22040 msgid ""
22041 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22042 "not specified, the external L<hexedit(1)> program is used."
22043 msgstr ""
22044
22045 #. type: =item
22046 #: ../fish/guestfish.pod:1043
22047 msgid "HOME"
22048 msgstr ""
22049
22050 #. type: textblock
22051 #: ../fish/guestfish.pod:1045
22052 msgid ""
22053 "If compiled with GNU readline support, various files in the home directory "
22054 "can be used.  See L</FILES>."
22055 msgstr ""
22056
22057 #. type: textblock
22058 #: ../fish/guestfish.pod:1054
22059 msgid ""
22060 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22061 "effect as using the B<-v> option."
22062 msgstr ""
22063
22064 #. type: textblock
22065 #: ../fish/guestfish.pod:1066
22066 msgid ""
22067 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22068 "the discussion of paths in L<guestfs(3)>."
22069 msgstr ""
22070
22071 #. type: textblock
22072 #: ../fish/guestfish.pod:1077
22073 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22074 msgstr ""
22075
22076 #. type: =item
22077 #: ../fish/guestfish.pod:1079
22078 msgid "PAGER"
22079 msgstr ""
22080
22081 #. type: textblock
22082 #: ../fish/guestfish.pod:1081
22083 msgid ""
22084 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22085 "C<more>."
22086 msgstr ""
22087
22088 #. type: =head1
22089 #: ../fish/guestfish.pod:1097 ../fuse/guestmount.pod:264
22090 msgid "FILES"
22091 msgstr ""
22092
22093 #. type: =item
22094 #: ../fish/guestfish.pod:1101 ../fuse/guestmount.pod:268
22095 msgid "$HOME/.libguestfs-tools.rc"
22096 msgstr ""
22097
22098 #. type: =item
22099 #: ../fish/guestfish.pod:1103 ../fuse/guestmount.pod:270
22100 msgid "/etc/libguestfs-tools.conf"
22101 msgstr ""
22102
22103 #. type: textblock
22104 #: ../fish/guestfish.pod:1105 ../fuse/guestmount.pod:272
22105 msgid ""
22106 "This configuration file controls the default read-only or read-write mode "
22107 "(I<--ro> or I<--rw>)."
22108 msgstr ""
22109
22110 #. type: textblock
22111 #: ../fish/guestfish.pod:1108
22112 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
22113 msgstr ""
22114
22115 #. type: =item
22116 #: ../fish/guestfish.pod:1110
22117 msgid "$HOME/.guestfish"
22118 msgstr ""
22119
22120 #. type: textblock
22121 #: ../fish/guestfish.pod:1112
22122 msgid ""
22123 "If compiled with GNU readline support, then the command history is saved in "
22124 "this file."
22125 msgstr ""
22126
22127 #. type: =item
22128 #: ../fish/guestfish.pod:1115
22129 msgid "$HOME/.inputrc"
22130 msgstr ""
22131
22132 #. type: =item
22133 #: ../fish/guestfish.pod:1117
22134 msgid "/etc/inputrc"
22135 msgstr ""
22136
22137 #. type: textblock
22138 #: ../fish/guestfish.pod:1119
22139 msgid ""
22140 "If compiled with GNU readline support, then these files can be used to "
22141 "configure readline.  For further information, please see L<readline(3)/"
22142 "INITIALIZATION FILE>."
22143 msgstr ""
22144
22145 #. type: textblock
22146 #: ../fish/guestfish.pod:1123
22147 msgid "To write rules which only apply to guestfish, use:"
22148 msgstr ""
22149
22150 #. type: verbatim
22151 #: ../fish/guestfish.pod:1125
22152 #, no-wrap
22153 msgid ""
22154 " $if guestfish\n"
22155 " ...\n"
22156 " $endif\n"
22157 "\n"
22158 msgstr ""
22159
22160 #. type: textblock
22161 #: ../fish/guestfish.pod:1129
22162 msgid ""
22163 "Variables that you can set in inputrc that change the behaviour of guestfish "
22164 "in useful ways include:"
22165 msgstr ""
22166
22167 #. type: =item
22168 #: ../fish/guestfish.pod:1134
22169 msgid "completion-ignore-case (default: on)"
22170 msgstr ""
22171
22172 #. type: textblock
22173 #: ../fish/guestfish.pod:1136
22174 msgid ""
22175 "By default, guestfish will ignore case when tab-completing paths on the "
22176 "disk.  Use:"
22177 msgstr ""
22178
22179 #. type: verbatim
22180 #: ../fish/guestfish.pod:1139
22181 #, no-wrap
22182 msgid ""
22183 " set completion-ignore-case off\n"
22184 "\n"
22185 msgstr ""
22186
22187 #. type: textblock
22188 #: ../fish/guestfish.pod:1141
22189 msgid "to make guestfish case sensitive."
22190 msgstr ""
22191
22192 #. type: =item
22193 #: ../fish/guestfish.pod:1145
22194 msgid "test1.img"
22195 msgstr ""
22196
22197 #. type: =item
22198 #: ../fish/guestfish.pod:1147
22199 msgid "test2.img (etc)"
22200 msgstr ""
22201
22202 #. type: textblock
22203 #: ../fish/guestfish.pod:1149
22204 msgid ""
22205 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
22206 "will be created in the file C<test1.img> in the current directory.  The "
22207 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
22208 "the same name will be overwritten."
22209 msgstr ""
22210
22211 #. type: textblock
22212 #: ../fish/guestfish.pod:1158
22213 msgid ""
22214 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
22215 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
22216 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
22217 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
22218 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
22219 ">, L<display(1)>, L<hexedit(1)>."
22220 msgstr ""
22221
22222 #. type: textblock
22223 #: ../fish/guestfish.pod:1189 ../test-tool/libguestfs-test-tool.pod:102
22224 #: ../fuse/guestmount.pod:299 ../tools/virt-win-reg.pl:778
22225 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
22226 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
22227 msgid ""
22228 "This program is free software; you can redistribute it and/or modify it "
22229 "under the terms of the GNU General Public License as published by the Free "
22230 "Software Foundation; either version 2 of the License, or (at your option) "
22231 "any later version."
22232 msgstr ""
22233
22234 #. type: textblock
22235 #: ../fish/guestfish.pod:1194 ../test-tool/libguestfs-test-tool.pod:107
22236 #: ../fuse/guestmount.pod:304 ../tools/virt-win-reg.pl:783
22237 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
22238 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
22239 msgid ""
22240 "This program is distributed in the hope that it will be useful, but WITHOUT "
22241 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
22242 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
22243 "more details."
22244 msgstr ""
22245
22246 #. type: textblock
22247 #: ../fish/guestfish.pod:1199 ../test-tool/libguestfs-test-tool.pod:112
22248 #: ../fuse/guestmount.pod:309 ../tools/virt-win-reg.pl:788
22249 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
22250 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
22251 msgid ""
22252 "You should have received a copy of the GNU General Public License along with "
22253 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
22254 "Ave, Cambridge, MA 02139, USA."
22255 msgstr ""
22256
22257 #. type: =head2
22258 #: ../fish/guestfish-actions.pod:1
22259 msgid "add-cdrom"
22260 msgstr ""
22261
22262 #. type: verbatim
22263 #: ../fish/guestfish-actions.pod:3
22264 #, no-wrap
22265 msgid ""
22266 " add-cdrom filename\n"
22267 "\n"
22268 msgstr ""
22269
22270 #. type: textblock
22271 #: ../fish/guestfish-actions.pod:15
22272 msgid ""
22273 "This call checks for the existence of C<filename>.  This stops you from "
22274 "specifying other types of drive which are supported by qemu such as C<nbd:> "
22275 "and C<http:> URLs.  To specify those, use the general L</config> call "
22276 "instead."
22277 msgstr ""
22278
22279 #. type: textblock
22280 #: ../fish/guestfish-actions.pod:22
22281 msgid ""
22282 "If you just want to add an ISO file (often you use this as an efficient way "
22283 "to transfer large files into the guest), then you should probably use L</add-"
22284 "drive-ro> instead."
22285 msgstr ""
22286
22287 #. type: =head2
22288 #: ../fish/guestfish-actions.pod:35
22289 msgid "add-domain"
22290 msgstr ""
22291
22292 #. type: =head2
22293 #: ../fish/guestfish-actions.pod:37
22294 msgid "domain"
22295 msgstr ""
22296
22297 #. type: verbatim
22298 #: ../fish/guestfish-actions.pod:39
22299 #, no-wrap
22300 msgid ""
22301 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] [allowuuid:..]\n"
22302 "\n"
22303 msgstr ""
22304
22305 #. type: textblock
22306 #: ../fish/guestfish-actions.pod:41
22307 msgid ""
22308 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
22309 "It works by connecting to libvirt, requesting the domain and domain XML from "
22310 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
22311 msgstr ""
22312
22313 #. type: textblock
22314 #: ../fish/guestfish-actions.pod:76
22315 msgid ""
22316 "The other optional parameters are passed directly through to L</add-drive-"
22317 "opts>."
22318 msgstr ""
22319
22320 #. type: textblock
22321 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143
22322 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:3087
22323 #: ../fish/guestfish-actions.pod:3260
22324 msgid ""
22325 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
22326 msgstr ""
22327
22328 #. type: =head2
22329 #: ../fish/guestfish-actions.pod:81
22330 msgid "add-drive"
22331 msgstr ""
22332
22333 #. type: verbatim
22334 #: ../fish/guestfish-actions.pod:83
22335 #, no-wrap
22336 msgid ""
22337 " add-drive filename\n"
22338 "\n"
22339 msgstr ""
22340
22341 #. type: textblock
22342 #: ../fish/guestfish-actions.pod:85
22343 msgid ""
22344 "This function is the equivalent of calling L</add-drive-opts> with no "
22345 "optional parameters, so the disk is added writable, with the format being "
22346 "detected automatically."
22347 msgstr ""
22348
22349 #. type: textblock
22350 #: ../fish/guestfish-actions.pod:89
22351 msgid ""
22352 "Automatic detection of the format opens you up to a potential security hole "
22353 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
22354 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
22355 "you should think about replacing calls to this function with calls to L</add-"
22356 "drive-opts>, and specifying the format."
22357 msgstr ""
22358
22359 #. type: =head2
22360 #: ../fish/guestfish-actions.pod:96
22361 msgid "add-drive-opts"
22362 msgstr ""
22363
22364 #. type: =head2
22365 #: ../fish/guestfish-actions.pod:98
22366 msgid "add"
22367 msgstr ""
22368
22369 #. type: verbatim
22370 #: ../fish/guestfish-actions.pod:100
22371 #, no-wrap
22372 msgid ""
22373 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
22374 "\n"
22375 msgstr ""
22376
22377 #. type: textblock
22378 #: ../fish/guestfish-actions.pod:127
22379 msgid ""
22380 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
22381 "add-drive-ro>) then the format is automatically detected.  Possible formats "
22382 "include C<raw> and C<qcow2>."
22383 msgstr ""
22384
22385 #. type: textblock
22386 #: ../fish/guestfish-actions.pod:138
22387 msgid ""
22388 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
22389 "add-drive-with-if> call (q.v.)"
22390 msgstr ""
22391
22392 #. type: =head2
22393 #: ../fish/guestfish-actions.pod:145
22394 msgid "add-drive-ro"
22395 msgstr ""
22396
22397 #. type: =head2
22398 #: ../fish/guestfish-actions.pod:147
22399 msgid "add-ro"
22400 msgstr ""
22401
22402 #. type: verbatim
22403 #: ../fish/guestfish-actions.pod:149
22404 #, no-wrap
22405 msgid ""
22406 " add-drive-ro filename\n"
22407 "\n"
22408 msgstr ""
22409
22410 #. type: textblock
22411 #: ../fish/guestfish-actions.pod:151
22412 msgid ""
22413 "This function is the equivalent of calling L</add-drive-opts> with the "
22414 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
22415 "is added read-only, with the format being detected automatically."
22416 msgstr ""
22417
22418 #. type: =head2
22419 #: ../fish/guestfish-actions.pod:156
22420 msgid "add-drive-ro-with-if"
22421 msgstr ""
22422
22423 #. type: verbatim
22424 #: ../fish/guestfish-actions.pod:158
22425 #, no-wrap
22426 msgid ""
22427 " add-drive-ro-with-if filename iface\n"
22428 "\n"
22429 msgstr ""
22430
22431 #. type: textblock
22432 #: ../fish/guestfish-actions.pod:160
22433 msgid ""
22434 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
22435 "interface emulation to use at run time."
22436 msgstr ""
22437
22438 #. type: =head2
22439 #: ../fish/guestfish-actions.pod:170
22440 msgid "add-drive-with-if"
22441 msgstr ""
22442
22443 #. type: verbatim
22444 #: ../fish/guestfish-actions.pod:172
22445 #, no-wrap
22446 msgid ""
22447 " add-drive-with-if filename iface\n"
22448 "\n"
22449 msgstr ""
22450
22451 #. type: textblock
22452 #: ../fish/guestfish-actions.pod:174
22453 msgid ""
22454 "This is the same as L</add-drive> but it allows you to specify the QEMU "
22455 "interface emulation to use at run time."
22456 msgstr ""
22457
22458 #. type: =head2
22459 #: ../fish/guestfish-actions.pod:184
22460 msgid "aug-clear"
22461 msgstr ""
22462
22463 #. type: verbatim
22464 #: ../fish/guestfish-actions.pod:186
22465 #, no-wrap
22466 msgid ""
22467 " aug-clear augpath\n"
22468 "\n"
22469 msgstr ""
22470
22471 #. type: =head2
22472 #: ../fish/guestfish-actions.pod:191
22473 msgid "aug-close"
22474 msgstr ""
22475
22476 #. type: verbatim
22477 #: ../fish/guestfish-actions.pod:193
22478 #, no-wrap
22479 msgid ""
22480 " aug-close\n"
22481 "\n"
22482 msgstr ""
22483
22484 #. type: textblock
22485 #: ../fish/guestfish-actions.pod:195
22486 msgid ""
22487 "Close the current Augeas handle and free up any resources used by it.  After "
22488 "calling this, you have to call L</aug-init> again before you can use any "
22489 "other Augeas functions."
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:200
22494 msgid "aug-defnode"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:202
22499 #, no-wrap
22500 msgid ""
22501 " aug-defnode name expr val\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: textblock
22506 #: ../fish/guestfish-actions.pod:207
22507 msgid ""
22508 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
22509 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
22510 "containing that single node."
22511 msgstr ""
22512
22513 #. type: =head2
22514 #: ../fish/guestfish-actions.pod:215
22515 msgid "aug-defvar"
22516 msgstr ""
22517
22518 #. type: verbatim
22519 #: ../fish/guestfish-actions.pod:217
22520 #, no-wrap
22521 msgid ""
22522 " aug-defvar name expr\n"
22523 "\n"
22524 msgstr ""
22525
22526 #. type: =head2
22527 #: ../fish/guestfish-actions.pod:226
22528 msgid "aug-get"
22529 msgstr ""
22530
22531 #. type: verbatim
22532 #: ../fish/guestfish-actions.pod:228
22533 #, no-wrap
22534 msgid ""
22535 " aug-get augpath\n"
22536 "\n"
22537 msgstr ""
22538
22539 #. type: =head2
22540 #: ../fish/guestfish-actions.pod:233
22541 msgid "aug-init"
22542 msgstr ""
22543
22544 #. type: verbatim
22545 #: ../fish/guestfish-actions.pod:235
22546 #, no-wrap
22547 msgid ""
22548 " aug-init root flags\n"
22549 "\n"
22550 msgstr ""
22551
22552 #. type: textblock
22553 #: ../fish/guestfish-actions.pod:241
22554 msgid "You must call this before using any other L</aug-*> commands."
22555 msgstr ""
22556
22557 #. type: textblock
22558 #: ../fish/guestfish-actions.pod:276
22559 msgid "Do not load the tree in L</aug-init>."
22560 msgstr ""
22561
22562 #. type: textblock
22563 #: ../fish/guestfish-actions.pod:280
22564 msgid "To close the handle, you can call L</aug-close>."
22565 msgstr ""
22566
22567 #. type: =head2
22568 #: ../fish/guestfish-actions.pod:284
22569 msgid "aug-insert"
22570 msgstr ""
22571
22572 #. type: verbatim
22573 #: ../fish/guestfish-actions.pod:286
22574 #, no-wrap
22575 msgid ""
22576 " aug-insert augpath label true|false\n"
22577 "\n"
22578 msgstr ""
22579
22580 #. type: =head2
22581 #: ../fish/guestfish-actions.pod:296
22582 msgid "aug-load"
22583 msgstr ""
22584
22585 #. type: verbatim
22586 #: ../fish/guestfish-actions.pod:298
22587 #, no-wrap
22588 msgid ""
22589 " aug-load\n"
22590 "\n"
22591 msgstr ""
22592
22593 #. type: =head2
22594 #: ../fish/guestfish-actions.pod:305
22595 msgid "aug-ls"
22596 msgstr ""
22597
22598 #. type: verbatim
22599 #: ../fish/guestfish-actions.pod:307
22600 #, no-wrap
22601 msgid ""
22602 " aug-ls augpath\n"
22603 "\n"
22604 msgstr ""
22605
22606 #. type: textblock
22607 #: ../fish/guestfish-actions.pod:309
22608 msgid ""
22609 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
22610 "resulting nodes into alphabetical order."
22611 msgstr ""
22612
22613 #. type: =head2
22614 #: ../fish/guestfish-actions.pod:312
22615 msgid "aug-match"
22616 msgstr ""
22617
22618 #. type: verbatim
22619 #: ../fish/guestfish-actions.pod:314
22620 #, no-wrap
22621 msgid ""
22622 " aug-match augpath\n"
22623 "\n"
22624 msgstr ""
22625
22626 #. type: =head2
22627 #: ../fish/guestfish-actions.pod:320
22628 msgid "aug-mv"
22629 msgstr ""
22630
22631 #. type: verbatim
22632 #: ../fish/guestfish-actions.pod:322
22633 #, no-wrap
22634 msgid ""
22635 " aug-mv src dest\n"
22636 "\n"
22637 msgstr ""
22638
22639 #. type: =head2
22640 #: ../fish/guestfish-actions.pod:327
22641 msgid "aug-rm"
22642 msgstr ""
22643
22644 #. type: verbatim
22645 #: ../fish/guestfish-actions.pod:329
22646 #, no-wrap
22647 msgid ""
22648 " aug-rm augpath\n"
22649 "\n"
22650 msgstr ""
22651
22652 #. type: =head2
22653 #: ../fish/guestfish-actions.pod:335
22654 msgid "aug-save"
22655 msgstr ""
22656
22657 #. type: verbatim
22658 #: ../fish/guestfish-actions.pod:337
22659 #, no-wrap
22660 msgid ""
22661 " aug-save\n"
22662 "\n"
22663 msgstr ""
22664
22665 #. type: textblock
22666 #: ../fish/guestfish-actions.pod:341
22667 msgid ""
22668 "The flags which were passed to L</aug-init> affect exactly how files are "
22669 "saved."
22670 msgstr ""
22671
22672 #. type: =head2
22673 #: ../fish/guestfish-actions.pod:344
22674 msgid "aug-set"
22675 msgstr ""
22676
22677 #. type: verbatim
22678 #: ../fish/guestfish-actions.pod:346
22679 #, no-wrap
22680 msgid ""
22681 " aug-set augpath val\n"
22682 "\n"
22683 msgstr ""
22684
22685 #. type: textblock
22686 #: ../fish/guestfish-actions.pod:350
22687 msgid ""
22688 "In the Augeas API, it is possible to clear a node by setting the value to "
22689 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
22690 "this call.  Instead you must use the L</aug-clear> call."
22691 msgstr ""
22692
22693 #. type: =head2
22694 #: ../fish/guestfish-actions.pod:355
22695 msgid "available"
22696 msgstr ""
22697
22698 #. type: verbatim
22699 #: ../fish/guestfish-actions.pod:357
22700 #, no-wrap
22701 msgid ""
22702 " available 'groups ...'\n"
22703 "\n"
22704 msgstr ""
22705
22706 #. type: textblock
22707 #: ../fish/guestfish-actions.pod:363
22708 msgid ""
22709 "The libguestfs groups, and the functions that those groups correspond to, "
22710 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
22711 "runtime by calling L</available-all-groups>."
22712 msgstr ""
22713
22714 #. type: textblock
22715 #: ../fish/guestfish-actions.pod:387
22716 msgid "You must call L</launch> before calling this function."
22717 msgstr ""
22718
22719 #. type: textblock
22720 #: ../fish/guestfish-actions.pod:409
22721 msgid ""
22722 "This call was added in version C<1.0.80>.  In previous versions of "
22723 "libguestfs all you could do would be to speculatively execute a command to "
22724 "find out if the daemon implemented it.  See also L</version>."
22725 msgstr ""
22726
22727 #. type: =head2
22728 #: ../fish/guestfish-actions.pod:416
22729 msgid "available-all-groups"
22730 msgstr ""
22731
22732 #. type: verbatim
22733 #: ../fish/guestfish-actions.pod:418
22734 #, no-wrap
22735 msgid ""
22736 " available-all-groups\n"
22737 "\n"
22738 msgstr ""
22739
22740 #. type: textblock
22741 #: ../fish/guestfish-actions.pod:420
22742 msgid ""
22743 "This command returns a list of all optional groups that this daemon knows "
22744 "about.  Note this returns both supported and unsupported groups.  To find "
22745 "out which ones the daemon can actually support you have to call L</"
22746 "available> on each member of the returned list."
22747 msgstr ""
22748
22749 #. type: textblock
22750 #: ../fish/guestfish-actions.pod:426
22751 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
22752 msgstr ""
22753
22754 #. type: =head2
22755 #: ../fish/guestfish-actions.pod:428
22756 msgid "base64-in"
22757 msgstr ""
22758
22759 #. type: verbatim
22760 #: ../fish/guestfish-actions.pod:430
22761 #, no-wrap
22762 msgid ""
22763 " base64-in (base64file|-) filename\n"
22764 "\n"
22765 msgstr ""
22766
22767 #. type: textblock
22768 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444
22769 #: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837
22770 #: ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1230
22771 #: ../fish/guestfish-actions.pod:4533 ../fish/guestfish-actions.pod:4545
22772 #: ../fish/guestfish-actions.pod:4556 ../fish/guestfish-actions.pod:4567
22773 #: ../fish/guestfish-actions.pod:4619 ../fish/guestfish-actions.pod:4628
22774 #: ../fish/guestfish-actions.pod:4682 ../fish/guestfish-actions.pod:4705
22775 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22776 msgstr ""
22777
22778 #. type: =head2
22779 #: ../fish/guestfish-actions.pod:437
22780 msgid "base64-out"
22781 msgstr ""
22782
22783 #. type: verbatim
22784 #: ../fish/guestfish-actions.pod:439
22785 #, no-wrap
22786 msgid ""
22787 " base64-out filename (base64file|-)\n"
22788 "\n"
22789 msgstr ""
22790
22791 #. type: =head2
22792 #: ../fish/guestfish-actions.pod:446
22793 msgid "blockdev-flushbufs"
22794 msgstr ""
22795
22796 #. type: verbatim
22797 #: ../fish/guestfish-actions.pod:448
22798 #, no-wrap
22799 msgid ""
22800 " blockdev-flushbufs device\n"
22801 "\n"
22802 msgstr ""
22803
22804 #. type: =head2
22805 #: ../fish/guestfish-actions.pod:455
22806 msgid "blockdev-getbsz"
22807 msgstr ""
22808
22809 #. type: verbatim
22810 #: ../fish/guestfish-actions.pod:457
22811 #, no-wrap
22812 msgid ""
22813 " blockdev-getbsz device\n"
22814 "\n"
22815 msgstr ""
22816
22817 #. type: =head2
22818 #: ../fish/guestfish-actions.pod:466
22819 msgid "blockdev-getro"
22820 msgstr ""
22821
22822 #. type: verbatim
22823 #: ../fish/guestfish-actions.pod:468
22824 #, no-wrap
22825 msgid ""
22826 " blockdev-getro device\n"
22827 "\n"
22828 msgstr ""
22829
22830 #. type: =head2
22831 #: ../fish/guestfish-actions.pod:475
22832 msgid "blockdev-getsize64"
22833 msgstr ""
22834
22835 #. type: verbatim
22836 #: ../fish/guestfish-actions.pod:477
22837 #, no-wrap
22838 msgid ""
22839 " blockdev-getsize64 device\n"
22840 "\n"
22841 msgstr ""
22842
22843 #. type: textblock
22844 #: ../fish/guestfish-actions.pod:481
22845 msgid "See also L</blockdev-getsz>."
22846 msgstr ""
22847
22848 #. type: =head2
22849 #: ../fish/guestfish-actions.pod:485
22850 msgid "blockdev-getss"
22851 msgstr ""
22852
22853 #. type: verbatim
22854 #: ../fish/guestfish-actions.pod:487
22855 #, no-wrap
22856 msgid ""
22857 " blockdev-getss device\n"
22858 "\n"
22859 msgstr ""
22860
22861 #. type: textblock
22862 #: ../fish/guestfish-actions.pod:492
22863 msgid ""
22864 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22865 msgstr ""
22866
22867 #. type: =head2
22868 #: ../fish/guestfish-actions.pod:497
22869 msgid "blockdev-getsz"
22870 msgstr ""
22871
22872 #. type: verbatim
22873 #: ../fish/guestfish-actions.pod:499
22874 #, no-wrap
22875 msgid ""
22876 " blockdev-getsz device\n"
22877 "\n"
22878 msgstr ""
22879
22880 #. type: textblock
22881 #: ../fish/guestfish-actions.pod:504
22882 msgid ""
22883 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22884 "blockdev-getsize64> for the more useful I<size in bytes>."
22885 msgstr ""
22886
22887 #. type: =head2
22888 #: ../fish/guestfish-actions.pod:510
22889 msgid "blockdev-rereadpt"
22890 msgstr ""
22891
22892 #. type: verbatim
22893 #: ../fish/guestfish-actions.pod:512
22894 #, no-wrap
22895 msgid ""
22896 " blockdev-rereadpt device\n"
22897 "\n"
22898 msgstr ""
22899
22900 #. type: =head2
22901 #: ../fish/guestfish-actions.pod:518
22902 msgid "blockdev-setbsz"
22903 msgstr ""
22904
22905 #. type: verbatim
22906 #: ../fish/guestfish-actions.pod:520
22907 #, no-wrap
22908 msgid ""
22909 " blockdev-setbsz device blocksize\n"
22910 "\n"
22911 msgstr ""
22912
22913 #. type: =head2
22914 #: ../fish/guestfish-actions.pod:529
22915 msgid "blockdev-setro"
22916 msgstr ""
22917
22918 #. type: verbatim
22919 #: ../fish/guestfish-actions.pod:531
22920 #, no-wrap
22921 msgid ""
22922 " blockdev-setro device\n"
22923 "\n"
22924 msgstr ""
22925
22926 #. type: =head2
22927 #: ../fish/guestfish-actions.pod:537
22928 msgid "blockdev-setrw"
22929 msgstr ""
22930
22931 #. type: verbatim
22932 #: ../fish/guestfish-actions.pod:539
22933 #, no-wrap
22934 msgid ""
22935 " blockdev-setrw device\n"
22936 "\n"
22937 msgstr ""
22938
22939 #. type: =head2
22940 #: ../fish/guestfish-actions.pod:545
22941 msgid "case-sensitive-path"
22942 msgstr ""
22943
22944 #. type: verbatim
22945 #: ../fish/guestfish-actions.pod:547
22946 #, no-wrap
22947 msgid ""
22948 " case-sensitive-path path\n"
22949 "\n"
22950 msgstr ""
22951
22952 #. type: textblock
22953 #: ../fish/guestfish-actions.pod:571
22954 msgid ""
22955 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22956 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22957 "the directories were originally created under Windows)."
22958 msgstr ""
22959
22960 #. type: textblock
22961 #: ../fish/guestfish-actions.pod:579
22962 msgid "See also L</realpath>."
22963 msgstr ""
22964
22965 #. type: =head2
22966 #: ../fish/guestfish-actions.pod:581
22967 msgid "cat"
22968 msgstr ""
22969
22970 #. type: verbatim
22971 #: ../fish/guestfish-actions.pod:583
22972 #, no-wrap
22973 msgid ""
22974 " cat path\n"
22975 "\n"
22976 msgstr ""
22977
22978 #. type: textblock
22979 #: ../fish/guestfish-actions.pod:587
22980 msgid ""
22981 "Note that this function cannot correctly handle binary files (specifically, "
22982 "files containing C<\\0> character which is treated as end of string).  For "
22983 "those you need to use the L</read-file> or L</download> functions which have "
22984 "a more complex interface."
22985 msgstr ""
22986
22987 #. type: =head2
22988 #: ../fish/guestfish-actions.pod:595
22989 msgid "checksum"
22990 msgstr ""
22991
22992 #. type: verbatim
22993 #: ../fish/guestfish-actions.pod:597
22994 #, no-wrap
22995 msgid ""
22996 " checksum csumtype path\n"
22997 "\n"
22998 msgstr ""
22999
23000 #. type: textblock
23001 #: ../fish/guestfish-actions.pod:640
23002 msgid "To get the checksum for a device, use L</checksum-device>."
23003 msgstr ""
23004
23005 #. type: textblock
23006 #: ../fish/guestfish-actions.pod:642
23007 msgid "To get the checksums for many files, use L</checksums-out>."
23008 msgstr ""
23009
23010 #. type: =head2
23011 #: ../fish/guestfish-actions.pod:644
23012 msgid "checksum-device"
23013 msgstr ""
23014
23015 #. type: verbatim
23016 #: ../fish/guestfish-actions.pod:646
23017 #, no-wrap
23018 msgid ""
23019 " checksum-device csumtype device\n"
23020 "\n"
23021 msgstr ""
23022
23023 #. type: textblock
23024 #: ../fish/guestfish-actions.pod:648
23025 msgid ""
23026 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23027 "device named C<device>.  For the types of checksums supported see the L</"
23028 "checksum> command."
23029 msgstr ""
23030
23031 #. type: =head2
23032 #: ../fish/guestfish-actions.pod:652
23033 msgid "checksums-out"
23034 msgstr ""
23035
23036 #. type: verbatim
23037 #: ../fish/guestfish-actions.pod:654
23038 #, no-wrap
23039 msgid ""
23040 " checksums-out csumtype directory (sumsfile|-)\n"
23041 "\n"
23042 msgstr ""
23043
23044 #. type: =head2
23045 #: ../fish/guestfish-actions.pod:670
23046 msgid "chmod"
23047 msgstr ""
23048
23049 #. type: verbatim
23050 #: ../fish/guestfish-actions.pod:672
23051 #, no-wrap
23052 msgid ""
23053 " chmod mode path\n"
23054 "\n"
23055 msgstr ""
23056
23057 #. type: =head2
23058 #: ../fish/guestfish-actions.pod:683
23059 msgid "chown"
23060 msgstr ""
23061
23062 #. type: verbatim
23063 #: ../fish/guestfish-actions.pod:685
23064 #, no-wrap
23065 msgid ""
23066 " chown owner group path\n"
23067 "\n"
23068 msgstr ""
23069
23070 #. type: =head2
23071 #: ../fish/guestfish-actions.pod:693
23072 msgid "command"
23073 msgstr ""
23074
23075 #. type: verbatim
23076 #: ../fish/guestfish-actions.pod:695
23077 #, no-wrap
23078 msgid ""
23079 " command 'arguments ...'\n"
23080 "\n"
23081 msgstr ""
23082
23083 #. type: textblock
23084 #: ../fish/guestfish-actions.pod:702
23085 msgid ""
23086 "The single parameter is an argv-style list of arguments.  The first element "
23087 "is the name of the program to run.  Subsequent elements are parameters.  The "
23088 "list must be non-empty (ie. must contain a program name).  Note that the "
23089 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
23090 msgstr ""
23091
23092 #. type: =head2
23093 #: ../fish/guestfish-actions.pod:730
23094 msgid "command-lines"
23095 msgstr ""
23096
23097 #. type: verbatim
23098 #: ../fish/guestfish-actions.pod:732
23099 #, no-wrap
23100 msgid ""
23101 " command-lines 'arguments ...'\n"
23102 "\n"
23103 msgstr ""
23104
23105 #. type: textblock
23106 #: ../fish/guestfish-actions.pod:734
23107 msgid ""
23108 "This is the same as L</command>, but splits the result into a list of lines."
23109 msgstr ""
23110
23111 #. type: textblock
23112 #: ../fish/guestfish-actions.pod:737
23113 msgid "See also: L</sh-lines>"
23114 msgstr ""
23115
23116 #. type: =head2
23117 #: ../fish/guestfish-actions.pod:742
23118 msgid "config"
23119 msgstr ""
23120
23121 #. type: verbatim
23122 #: ../fish/guestfish-actions.pod:744
23123 #, no-wrap
23124 msgid ""
23125 " config qemuparam qemuvalue\n"
23126 "\n"
23127 msgstr ""
23128
23129 #. type: =head2
23130 #: ../fish/guestfish-actions.pod:755
23131 msgid "copy-size"
23132 msgstr ""
23133
23134 #. type: verbatim
23135 #: ../fish/guestfish-actions.pod:757
23136 #, no-wrap
23137 msgid ""
23138 " copy-size src dest size\n"
23139 "\n"
23140 msgstr ""
23141
23142 #. type: =head2
23143 #: ../fish/guestfish-actions.pod:765
23144 msgid "cp"
23145 msgstr ""
23146
23147 #. type: verbatim
23148 #: ../fish/guestfish-actions.pod:767
23149 #, no-wrap
23150 msgid ""
23151 " cp src dest\n"
23152 "\n"
23153 msgstr ""
23154
23155 #. type: =head2
23156 #: ../fish/guestfish-actions.pod:772
23157 msgid "cp-a"
23158 msgstr ""
23159
23160 #. type: verbatim
23161 #: ../fish/guestfish-actions.pod:774
23162 #, no-wrap
23163 msgid ""
23164 " cp-a src dest\n"
23165 "\n"
23166 msgstr ""
23167
23168 #. type: =head2
23169 #: ../fish/guestfish-actions.pod:779
23170 msgid "dd"
23171 msgstr ""
23172
23173 #. type: verbatim
23174 #: ../fish/guestfish-actions.pod:781
23175 #, no-wrap
23176 msgid ""
23177 " dd src dest\n"
23178 "\n"
23179 msgstr ""
23180
23181 #. type: textblock
23182 #: ../fish/guestfish-actions.pod:788
23183 msgid ""
23184 "If the destination is a device, it must be as large or larger than the "
23185 "source file or device, otherwise the copy will fail.  This command cannot do "
23186 "partial copies (see L</copy-size>)."
23187 msgstr ""
23188
23189 #. type: =head2
23190 #: ../fish/guestfish-actions.pod:792
23191 msgid "df"
23192 msgstr ""
23193
23194 #. type: verbatim
23195 #: ../fish/guestfish-actions.pod:794
23196 #, no-wrap
23197 msgid ""
23198 " df\n"
23199 "\n"
23200 msgstr ""
23201
23202 #. type: textblock
23203 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
23204 msgid ""
23205 "This command is mostly useful for interactive sessions.  It is I<not> "
23206 "intended that you try to parse the output string.  Use L</statvfs> from "
23207 "programs."
23208 msgstr ""
23209
23210 #. type: =head2
23211 #: ../fish/guestfish-actions.pod:802
23212 msgid "df-h"
23213 msgstr ""
23214
23215 #. type: verbatim
23216 #: ../fish/guestfish-actions.pod:804
23217 #, no-wrap
23218 msgid ""
23219 " df-h\n"
23220 "\n"
23221 msgstr ""
23222
23223 #. type: =head2
23224 #: ../fish/guestfish-actions.pod:813
23225 msgid "dmesg"
23226 msgstr ""
23227
23228 #. type: verbatim
23229 #: ../fish/guestfish-actions.pod:815
23230 #, no-wrap
23231 msgid ""
23232 " dmesg\n"
23233 "\n"
23234 msgstr ""
23235
23236 #. type: textblock
23237 #: ../fish/guestfish-actions.pod:821
23238 msgid ""
23239 "Another way to get the same information is to enable verbose messages with "
23240 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
23241 "before running the program."
23242 msgstr ""
23243
23244 #. type: =head2
23245 #: ../fish/guestfish-actions.pod:826
23246 msgid "download"
23247 msgstr ""
23248
23249 #. type: verbatim
23250 #: ../fish/guestfish-actions.pod:828
23251 #, no-wrap
23252 msgid ""
23253 " download remotefilename (filename|-)\n"
23254 "\n"
23255 msgstr ""
23256
23257 #. type: textblock
23258 #: ../fish/guestfish-actions.pod:835
23259 msgid "See also L</upload>, L</cat>."
23260 msgstr ""
23261
23262 #. type: =head2
23263 #: ../fish/guestfish-actions.pod:839
23264 msgid "download-offset"
23265 msgstr ""
23266
23267 #. type: verbatim
23268 #: ../fish/guestfish-actions.pod:841
23269 #, no-wrap
23270 msgid ""
23271 " download-offset remotefilename (filename|-) offset size\n"
23272 "\n"
23273 msgstr ""
23274
23275 #. type: textblock
23276 #: ../fish/guestfish-actions.pod:849
23277 msgid ""
23278 "Note that there is no limit on the amount of data that can be downloaded "
23279 "with this call, unlike with L</pread>, and this call always reads the full "
23280 "amount unless an error occurs."
23281 msgstr ""
23282
23283 #. type: textblock
23284 #: ../fish/guestfish-actions.pod:854
23285 msgid "See also L</download>, L</pread>."
23286 msgstr ""
23287
23288 #. type: =head2
23289 #: ../fish/guestfish-actions.pod:858
23290 msgid "drop-caches"
23291 msgstr ""
23292
23293 #. type: verbatim
23294 #: ../fish/guestfish-actions.pod:860
23295 #, no-wrap
23296 msgid ""
23297 " drop-caches whattodrop\n"
23298 "\n"
23299 msgstr ""
23300
23301 #. type: =head2
23302 #: ../fish/guestfish-actions.pod:872
23303 msgid "du"
23304 msgstr ""
23305
23306 #. type: verbatim
23307 #: ../fish/guestfish-actions.pod:874
23308 #, no-wrap
23309 msgid ""
23310 " du path\n"
23311 "\n"
23312 msgstr ""
23313
23314 #. type: =head2
23315 #: ../fish/guestfish-actions.pod:886
23316 msgid "e2fsck-f"
23317 msgstr ""
23318
23319 #. type: verbatim
23320 #: ../fish/guestfish-actions.pod:888
23321 #, no-wrap
23322 msgid ""
23323 " e2fsck-f device\n"
23324 "\n"
23325 msgstr ""
23326
23327 #. type: textblock
23328 #: ../fish/guestfish-actions.pod:894
23329 msgid ""
23330 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
23331 "should use L</fsck>."
23332 msgstr ""
23333
23334 #. type: =head2
23335 #: ../fish/guestfish-actions.pod:897
23336 msgid "echo-daemon"
23337 msgstr ""
23338
23339 #. type: verbatim
23340 #: ../fish/guestfish-actions.pod:899
23341 #, no-wrap
23342 msgid ""
23343 " echo-daemon 'words ...'\n"
23344 "\n"
23345 msgstr ""
23346
23347 #. type: textblock
23348 #: ../fish/guestfish-actions.pod:906
23349 msgid "See also L</ping-daemon>."
23350 msgstr ""
23351
23352 #. type: =head2
23353 #: ../fish/guestfish-actions.pod:908
23354 msgid "egrep"
23355 msgstr ""
23356
23357 #. type: verbatim
23358 #: ../fish/guestfish-actions.pod:910
23359 #, no-wrap
23360 msgid ""
23361 " egrep regex path\n"
23362 "\n"
23363 msgstr ""
23364
23365 #. type: =head2
23366 #: ../fish/guestfish-actions.pod:918
23367 msgid "egrepi"
23368 msgstr ""
23369
23370 #. type: verbatim
23371 #: ../fish/guestfish-actions.pod:920
23372 #, no-wrap
23373 msgid ""
23374 " egrepi regex path\n"
23375 "\n"
23376 msgstr ""
23377
23378 #. type: =head2
23379 #: ../fish/guestfish-actions.pod:928
23380 msgid "equal"
23381 msgstr ""
23382
23383 #. type: verbatim
23384 #: ../fish/guestfish-actions.pod:930
23385 #, no-wrap
23386 msgid ""
23387 " equal file1 file2\n"
23388 "\n"
23389 msgstr ""
23390
23391 #. type: =head2
23392 #: ../fish/guestfish-actions.pod:937
23393 msgid "exists"
23394 msgstr ""
23395
23396 #. type: verbatim
23397 #: ../fish/guestfish-actions.pod:939
23398 #, no-wrap
23399 msgid ""
23400 " exists path\n"
23401 "\n"
23402 msgstr ""
23403
23404 #. type: textblock
23405 #: ../fish/guestfish-actions.pod:944
23406 msgid "See also L</is-file>, L</is-dir>, L</stat>."
23407 msgstr ""
23408
23409 #. type: =head2
23410 #: ../fish/guestfish-actions.pod:946
23411 msgid "fallocate"
23412 msgstr ""
23413
23414 #. type: verbatim
23415 #: ../fish/guestfish-actions.pod:948
23416 #, no-wrap
23417 msgid ""
23418 " fallocate path len\n"
23419 "\n"
23420 msgstr ""
23421
23422 #. type: =head2
23423 #: ../fish/guestfish-actions.pod:965
23424 msgid "fallocate64"
23425 msgstr ""
23426
23427 #. type: verbatim
23428 #: ../fish/guestfish-actions.pod:967
23429 #, no-wrap
23430 msgid ""
23431 " fallocate64 path len\n"
23432 "\n"
23433 msgstr ""
23434
23435 #. type: textblock
23436 #: ../fish/guestfish-actions.pod:973
23437 msgid ""
23438 "Note that this call allocates disk blocks for the file.  To create a sparse "
23439 "file use L</truncate-size> instead."
23440 msgstr ""
23441
23442 #. type: textblock
23443 #: ../fish/guestfish-actions.pod:976
23444 msgid ""
23445 "The deprecated call L</fallocate> does the same, but owing to an oversight "
23446 "it only allowed 30 bit lengths to be specified, effectively limiting the "
23447 "maximum size of files created through that call to 1GB."
23448 msgstr ""
23449
23450 #. type: =head2
23451 #: ../fish/guestfish-actions.pod:985
23452 msgid "fgrep"
23453 msgstr ""
23454
23455 #. type: verbatim
23456 #: ../fish/guestfish-actions.pod:987
23457 #, no-wrap
23458 msgid ""
23459 " fgrep pattern path\n"
23460 "\n"
23461 msgstr ""
23462
23463 #. type: =head2
23464 #: ../fish/guestfish-actions.pod:995
23465 msgid "fgrepi"
23466 msgstr ""
23467
23468 #. type: verbatim
23469 #: ../fish/guestfish-actions.pod:997
23470 #, no-wrap
23471 msgid ""
23472 " fgrepi pattern path\n"
23473 "\n"
23474 msgstr ""
23475
23476 #. type: =head2
23477 #: ../fish/guestfish-actions.pod:1005
23478 msgid "file"
23479 msgstr ""
23480
23481 #. type: verbatim
23482 #: ../fish/guestfish-actions.pod:1007
23483 #, no-wrap
23484 msgid ""
23485 " file path\n"
23486 "\n"
23487 msgstr ""
23488
23489 #. type: textblock
23490 #: ../fish/guestfish-actions.pod:1023
23491 msgid ""
23492 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
23493 "(etc), L</is-zero>."
23494 msgstr ""
23495
23496 #. type: =head2
23497 #: ../fish/guestfish-actions.pod:1026
23498 msgid "file-architecture"
23499 msgstr ""
23500
23501 #. type: verbatim
23502 #: ../fish/guestfish-actions.pod:1028
23503 #, no-wrap
23504 msgid ""
23505 " file-architecture filename\n"
23506 "\n"
23507 msgstr ""
23508
23509 #. type: =head2
23510 #: ../fish/guestfish-actions.pod:1131
23511 msgid "filesize"
23512 msgstr ""
23513
23514 #. type: verbatim
23515 #: ../fish/guestfish-actions.pod:1133
23516 #, no-wrap
23517 msgid ""
23518 " filesize file\n"
23519 "\n"
23520 msgstr ""
23521
23522 #. type: textblock
23523 #: ../fish/guestfish-actions.pod:1137
23524 msgid ""
23525 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
23526 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
23527 msgstr ""
23528
23529 #. type: =head2
23530 #: ../fish/guestfish-actions.pod:1141
23531 msgid "fill"
23532 msgstr ""
23533
23534 #. type: verbatim
23535 #: ../fish/guestfish-actions.pod:1143
23536 #, no-wrap
23537 msgid ""
23538 " fill c len path\n"
23539 "\n"
23540 msgstr ""
23541
23542 #. type: textblock
23543 #: ../fish/guestfish-actions.pod:1149
23544 msgid ""
23545 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
23546 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
23547 "L</fill-pattern>."
23548 msgstr ""
23549
23550 #. type: =head2
23551 #: ../fish/guestfish-actions.pod:1154
23552 msgid "fill-pattern"
23553 msgstr ""
23554
23555 #. type: verbatim
23556 #: ../fish/guestfish-actions.pod:1156
23557 #, no-wrap
23558 msgid ""
23559 " fill-pattern pattern len path\n"
23560 "\n"
23561 msgstr ""
23562
23563 #. type: textblock
23564 #: ../fish/guestfish-actions.pod:1158
23565 msgid ""
23566 "This function is like L</fill> except that it creates a new file of length "
23567 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
23568 "is truncated if necessary to ensure the length of the file is exactly C<len> "
23569 "bytes."
23570 msgstr ""
23571
23572 #. type: =head2
23573 #: ../fish/guestfish-actions.pod:1163
23574 msgid "find"
23575 msgstr ""
23576
23577 #. type: verbatim
23578 #: ../fish/guestfish-actions.pod:1165
23579 #, no-wrap
23580 msgid ""
23581 " find directory\n"
23582 "\n"
23583 msgstr ""
23584
23585 #. type: textblock
23586 #: ../fish/guestfish-actions.pod:1179
23587 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
23588 msgstr ""
23589
23590 #. type: textblock
23591 #: ../fish/guestfish-actions.pod:1192
23592 msgid "See also L</find0>."
23593 msgstr ""
23594
23595 #. type: =head2
23596 #: ../fish/guestfish-actions.pod:1197
23597 msgid "find0"
23598 msgstr ""
23599
23600 #. type: verbatim
23601 #: ../fish/guestfish-actions.pod:1199
23602 #, no-wrap
23603 msgid ""
23604 " find0 directory (files|-)\n"
23605 "\n"
23606 msgstr ""
23607
23608 #. type: textblock
23609 #: ../fish/guestfish-actions.pod:1205
23610 msgid ""
23611 "This command works the same way as L</find> with the following exceptions:"
23612 msgstr ""
23613
23614 #. type: =head2
23615 #: ../fish/guestfish-actions.pod:1232
23616 msgid "findfs-label"
23617 msgstr ""
23618
23619 #. type: verbatim
23620 #: ../fish/guestfish-actions.pod:1234
23621 #, no-wrap
23622 msgid ""
23623 " findfs-label label\n"
23624 "\n"
23625 msgstr ""
23626
23627 #. type: textblock
23628 #: ../fish/guestfish-actions.pod:1240
23629 msgid "To find the label of a filesystem, use L</vfs-label>."
23630 msgstr ""
23631
23632 #. type: =head2
23633 #: ../fish/guestfish-actions.pod:1242
23634 msgid "findfs-uuid"
23635 msgstr ""
23636
23637 #. type: verbatim
23638 #: ../fish/guestfish-actions.pod:1244
23639 #, no-wrap
23640 msgid ""
23641 " findfs-uuid uuid\n"
23642 "\n"
23643 msgstr ""
23644
23645 #. type: textblock
23646 #: ../fish/guestfish-actions.pod:1250
23647 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
23648 msgstr ""
23649
23650 #. type: =head2
23651 #: ../fish/guestfish-actions.pod:1252
23652 msgid "fsck"
23653 msgstr ""
23654
23655 #. type: verbatim
23656 #: ../fish/guestfish-actions.pod:1254
23657 #, no-wrap
23658 msgid ""
23659 " fsck fstype device\n"
23660 "\n"
23661 msgstr ""
23662
23663 #. type: =head2
23664 #: ../fish/guestfish-actions.pod:1284
23665 msgid "get-append"
23666 msgstr ""
23667
23668 #. type: verbatim
23669 #: ../fish/guestfish-actions.pod:1286
23670 #, no-wrap
23671 msgid ""
23672 " get-append\n"
23673 "\n"
23674 msgstr ""
23675
23676 #. type: =head2
23677 #: ../fish/guestfish-actions.pod:1293
23678 msgid "get-attach-method"
23679 msgstr ""
23680
23681 #. type: verbatim
23682 #: ../fish/guestfish-actions.pod:1295
23683 #, no-wrap
23684 msgid ""
23685 " get-attach-method\n"
23686 "\n"
23687 msgstr ""
23688
23689 #. type: textblock
23690 #: ../fish/guestfish-actions.pod:1297
23691 msgid "Return the current attach method.  See L</set-attach-method>."
23692 msgstr ""
23693
23694 #. type: =head2
23695 #: ../fish/guestfish-actions.pod:1299
23696 msgid "get-autosync"
23697 msgstr ""
23698
23699 #. type: verbatim
23700 #: ../fish/guestfish-actions.pod:1301
23701 #, no-wrap
23702 msgid ""
23703 " get-autosync\n"
23704 "\n"
23705 msgstr ""
23706
23707 #. type: =head2
23708 #: ../fish/guestfish-actions.pod:1305
23709 msgid "get-direct"
23710 msgstr ""
23711
23712 #. type: verbatim
23713 #: ../fish/guestfish-actions.pod:1307
23714 #, no-wrap
23715 msgid ""
23716 " get-direct\n"
23717 "\n"
23718 msgstr ""
23719
23720 #. type: =head2
23721 #: ../fish/guestfish-actions.pod:1311
23722 msgid "get-e2label"
23723 msgstr ""
23724
23725 #. type: verbatim
23726 #: ../fish/guestfish-actions.pod:1313
23727 #, no-wrap
23728 msgid ""
23729 " get-e2label device\n"
23730 "\n"
23731 msgstr ""
23732
23733 #. type: =head2
23734 #: ../fish/guestfish-actions.pod:1325
23735 msgid "get-e2uuid"
23736 msgstr ""
23737
23738 #. type: verbatim
23739 #: ../fish/guestfish-actions.pod:1327
23740 #, no-wrap
23741 msgid ""
23742 " get-e2uuid device\n"
23743 "\n"
23744 msgstr ""
23745
23746 #. type: =head2
23747 #: ../fish/guestfish-actions.pod:1339
23748 msgid "get-memsize"
23749 msgstr ""
23750
23751 #. type: verbatim
23752 #: ../fish/guestfish-actions.pod:1341
23753 #, no-wrap
23754 msgid ""
23755 " get-memsize\n"
23756 "\n"
23757 msgstr ""
23758
23759 #. type: textblock
23760 #: ../fish/guestfish-actions.pod:1346
23761 msgid ""
23762 "If L</set-memsize> was not called on this handle, and if "
23763 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23764 "value for memsize."
23765 msgstr ""
23766
23767 #. type: =head2
23768 #: ../fish/guestfish-actions.pod:1353
23769 msgid "get-network"
23770 msgstr ""
23771
23772 #. type: verbatim
23773 #: ../fish/guestfish-actions.pod:1355
23774 #, no-wrap
23775 msgid ""
23776 " get-network\n"
23777 "\n"
23778 msgstr ""
23779
23780 #. type: =head2
23781 #: ../fish/guestfish-actions.pod:1359
23782 msgid "get-path"
23783 msgstr ""
23784
23785 #. type: verbatim
23786 #: ../fish/guestfish-actions.pod:1361
23787 #, no-wrap
23788 msgid ""
23789 " get-path\n"
23790 "\n"
23791 msgstr ""
23792
23793 #. type: =head2
23794 #: ../fish/guestfish-actions.pod:1368
23795 msgid "get-pid"
23796 msgstr ""
23797
23798 #. type: =head2
23799 #: ../fish/guestfish-actions.pod:1370
23800 msgid "pid"
23801 msgstr ""
23802
23803 #. type: verbatim
23804 #: ../fish/guestfish-actions.pod:1372
23805 #, no-wrap
23806 msgid ""
23807 " get-pid\n"
23808 "\n"
23809 msgstr ""
23810
23811 #. type: =head2
23812 #: ../fish/guestfish-actions.pod:1379
23813 msgid "get-qemu"
23814 msgstr ""
23815
23816 #. type: verbatim
23817 #: ../fish/guestfish-actions.pod:1381
23818 #, no-wrap
23819 msgid ""
23820 " get-qemu\n"
23821 "\n"
23822 msgstr ""
23823
23824 #. type: =head2
23825 #: ../fish/guestfish-actions.pod:1388
23826 msgid "get-recovery-proc"
23827 msgstr ""
23828
23829 #. type: verbatim
23830 #: ../fish/guestfish-actions.pod:1390
23831 #, no-wrap
23832 msgid ""
23833 " get-recovery-proc\n"
23834 "\n"
23835 msgstr ""
23836
23837 #. type: =head2
23838 #: ../fish/guestfish-actions.pod:1394
23839 msgid "get-selinux"
23840 msgstr ""
23841
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:1396
23844 #, no-wrap
23845 msgid ""
23846 " get-selinux\n"
23847 "\n"
23848 msgstr ""
23849
23850 #. type: textblock
23851 #: ../fish/guestfish-actions.pod:1398
23852 msgid ""
23853 "This returns the current setting of the selinux flag which is passed to the "
23854 "appliance at boot time.  See L</set-selinux>."
23855 msgstr ""
23856
23857 #. type: =head2
23858 #: ../fish/guestfish-actions.pod:1404
23859 msgid "get-state"
23860 msgstr ""
23861
23862 #. type: verbatim
23863 #: ../fish/guestfish-actions.pod:1406
23864 #, no-wrap
23865 msgid ""
23866 " get-state\n"
23867 "\n"
23868 msgstr ""
23869
23870 #. type: =head2
23871 #: ../fish/guestfish-actions.pod:1413
23872 msgid "get-trace"
23873 msgstr ""
23874
23875 #. type: verbatim
23876 #: ../fish/guestfish-actions.pod:1415
23877 #, no-wrap
23878 msgid ""
23879 " get-trace\n"
23880 "\n"
23881 msgstr ""
23882
23883 #. type: =head2
23884 #: ../fish/guestfish-actions.pod:1419
23885 msgid "get-umask"
23886 msgstr ""
23887
23888 #. type: verbatim
23889 #: ../fish/guestfish-actions.pod:1421
23890 #, no-wrap
23891 msgid ""
23892 " get-umask\n"
23893 "\n"
23894 msgstr ""
23895
23896 #. type: textblock
23897 #: ../fish/guestfish-actions.pod:1423
23898 msgid ""
23899 "Return the current umask.  By default the umask is C<022> unless it has been "
23900 "set by calling L</umask>."
23901 msgstr ""
23902
23903 #. type: =head2
23904 #: ../fish/guestfish-actions.pod:1426
23905 msgid "get-verbose"
23906 msgstr ""
23907
23908 #. type: verbatim
23909 #: ../fish/guestfish-actions.pod:1428
23910 #, no-wrap
23911 msgid ""
23912 " get-verbose\n"
23913 "\n"
23914 msgstr ""
23915
23916 #. type: =head2
23917 #: ../fish/guestfish-actions.pod:1432
23918 msgid "getcon"
23919 msgstr ""
23920
23921 #. type: verbatim
23922 #: ../fish/guestfish-actions.pod:1434
23923 #, no-wrap
23924 msgid ""
23925 " getcon\n"
23926 "\n"
23927 msgstr ""
23928
23929 #. type: textblock
23930 #: ../fish/guestfish-actions.pod:1438
23931 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23932 msgstr ""
23933
23934 #. type: =head2
23935 #: ../fish/guestfish-actions.pod:1441
23936 msgid "getxattr"
23937 msgstr ""
23938
23939 #. type: verbatim
23940 #: ../fish/guestfish-actions.pod:1443
23941 #, no-wrap
23942 msgid ""
23943 " getxattr path name\n"
23944 "\n"
23945 msgstr ""
23946
23947 #. type: textblock
23948 #: ../fish/guestfish-actions.pod:1445
23949 msgid ""
23950 "Get a single extended attribute from file C<path> named C<name>.  This call "
23951 "follows symlinks.  If you want to lookup an extended attribute for the "
23952 "symlink itself, use L</lgetxattr>."
23953 msgstr ""
23954
23955 #. type: textblock
23956 #: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:2476
23957 msgid ""
23958 "Normally it is better to get all extended attributes from a file in one go "
23959 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23960 "buggy and do not provide a way to list out attributes.  For these "
23961 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23962 "attributes you want in advance and call this function."
23963 msgstr ""
23964
23965 #. type: textblock
23966 #: ../fish/guestfish-actions.pod:1459
23967 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23968 msgstr ""
23969
23970 #. type: =head2
23971 #: ../fish/guestfish-actions.pod:1461
23972 msgid "getxattrs"
23973 msgstr ""
23974
23975 #. type: verbatim
23976 #: ../fish/guestfish-actions.pod:1463
23977 #, no-wrap
23978 msgid ""
23979 " getxattrs path\n"
23980 "\n"
23981 msgstr ""
23982
23983 #. type: textblock
23984 #: ../fish/guestfish-actions.pod:1471
23985 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23986 msgstr ""
23987
23988 #. type: =head2
23989 #: ../fish/guestfish-actions.pod:1473
23990 msgid "glob-expand"
23991 msgstr ""
23992
23993 #. type: verbatim
23994 #: ../fish/guestfish-actions.pod:1475
23995 #, no-wrap
23996 msgid ""
23997 " glob-expand pattern\n"
23998 "\n"
23999 msgstr ""
24000
24001 #. type: =head2
24002 #: ../fish/guestfish-actions.pod:1488
24003 msgid "grep"
24004 msgstr ""
24005
24006 #. type: verbatim
24007 #: ../fish/guestfish-actions.pod:1490
24008 #, no-wrap
24009 msgid ""
24010 " grep regex path\n"
24011 "\n"
24012 msgstr ""
24013
24014 #. type: =head2
24015 #: ../fish/guestfish-actions.pod:1498
24016 msgid "grepi"
24017 msgstr ""
24018
24019 #. type: verbatim
24020 #: ../fish/guestfish-actions.pod:1500
24021 #, no-wrap
24022 msgid ""
24023 " grepi regex path\n"
24024 "\n"
24025 msgstr ""
24026
24027 #. type: =head2
24028 #: ../fish/guestfish-actions.pod:1508
24029 msgid "grub-install"
24030 msgstr ""
24031
24032 #. type: verbatim
24033 #: ../fish/guestfish-actions.pod:1510
24034 #, no-wrap
24035 msgid ""
24036 " grub-install root device\n"
24037 "\n"
24038 msgstr ""
24039
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:1526
24042 msgid "head"
24043 msgstr ""
24044
24045 #. type: verbatim
24046 #: ../fish/guestfish-actions.pod:1528
24047 #, no-wrap
24048 msgid ""
24049 " head path\n"
24050 "\n"
24051 msgstr ""
24052
24053 #. type: =head2
24054 #: ../fish/guestfish-actions.pod:1536
24055 msgid "head-n"
24056 msgstr ""
24057
24058 #. type: verbatim
24059 #: ../fish/guestfish-actions.pod:1538
24060 #, no-wrap
24061 msgid ""
24062 " head-n nrlines path\n"
24063 "\n"
24064 msgstr ""
24065
24066 #. type: =head2
24067 #: ../fish/guestfish-actions.pod:1551
24068 msgid "hexdump"
24069 msgstr ""
24070
24071 #. type: verbatim
24072 #: ../fish/guestfish-actions.pod:1553
24073 #, no-wrap
24074 msgid ""
24075 " hexdump path\n"
24076 "\n"
24077 msgstr ""
24078
24079 #. type: =head2
24080 #: ../fish/guestfish-actions.pod:1561
24081 msgid "initrd-cat"
24082 msgstr ""
24083
24084 #. type: verbatim
24085 #: ../fish/guestfish-actions.pod:1563
24086 #, no-wrap
24087 msgid ""
24088 " initrd-cat initrdpath filename\n"
24089 "\n"
24090 msgstr ""
24091
24092 #. type: textblock
24093 #: ../fish/guestfish-actions.pod:1575
24094 msgid "See also L</initrd-list>."
24095 msgstr ""
24096
24097 #. type: =head2
24098 #: ../fish/guestfish-actions.pod:1580
24099 msgid "initrd-list"
24100 msgstr ""
24101
24102 #. type: verbatim
24103 #: ../fish/guestfish-actions.pod:1582
24104 #, no-wrap
24105 msgid ""
24106 " initrd-list path\n"
24107 "\n"
24108 msgstr ""
24109
24110 #. type: =head2
24111 #: ../fish/guestfish-actions.pod:1594
24112 msgid "inotify-add-watch"
24113 msgstr ""
24114
24115 #. type: verbatim
24116 #: ../fish/guestfish-actions.pod:1596
24117 #, no-wrap
24118 msgid ""
24119 " inotify-add-watch path mask\n"
24120 "\n"
24121 msgstr ""
24122
24123 #. type: =head2
24124 #: ../fish/guestfish-actions.pod:1608
24125 msgid "inotify-close"
24126 msgstr ""
24127
24128 #. type: verbatim
24129 #: ../fish/guestfish-actions.pod:1610
24130 #, no-wrap
24131 msgid ""
24132 " inotify-close\n"
24133 "\n"
24134 msgstr ""
24135
24136 #. type: =head2
24137 #: ../fish/guestfish-actions.pod:1616
24138 msgid "inotify-files"
24139 msgstr ""
24140
24141 #. type: verbatim
24142 #: ../fish/guestfish-actions.pod:1618
24143 #, no-wrap
24144 msgid ""
24145 " inotify-files\n"
24146 "\n"
24147 msgstr ""
24148
24149 #. type: textblock
24150 #: ../fish/guestfish-actions.pod:1620
24151 msgid ""
24152 "This function is a helpful wrapper around L</inotify-read> which just "
24153 "returns a list of pathnames of objects that were touched.  The returned "
24154 "pathnames are sorted and deduplicated."
24155 msgstr ""
24156
24157 #. type: =head2
24158 #: ../fish/guestfish-actions.pod:1624
24159 msgid "inotify-init"
24160 msgstr ""
24161
24162 #. type: verbatim
24163 #: ../fish/guestfish-actions.pod:1626
24164 #, no-wrap
24165 msgid ""
24166 " inotify-init maxevents\n"
24167 "\n"
24168 msgstr ""
24169
24170 #. type: textblock
24171 #: ../fish/guestfish-actions.pod:1632
24172 msgid ""
24173 "C<maxevents> is the maximum number of events which will be queued up between "
24174 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
24175 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
24176 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
24177 "but records the fact that it threw them away by setting a flag "
24178 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
24179 msgstr ""
24180
24181 #. type: textblock
24182 #: ../fish/guestfish-actions.pod:1642
24183 msgid ""
24184 "Before any events are generated, you have to add some watches to the "
24185 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
24186 "L</inotify-watch-all>."
24187 msgstr ""
24188
24189 #. type: textblock
24190 #: ../fish/guestfish-actions.pod:1648
24191 msgid ""
24192 "Queued up events should be read periodically by calling L</inotify-read> (or "
24193 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
24194 "If you don't read the events out often enough then you risk the internal "
24195 "queue overflowing."
24196 msgstr ""
24197
24198 #. type: textblock
24199 #: ../fish/guestfish-actions.pod:1655
24200 msgid ""
24201 "The handle should be closed after use by calling L</inotify-close>.  This "
24202 "also removes any watches automatically."
24203 msgstr ""
24204
24205 #. type: =head2
24206 #: ../fish/guestfish-actions.pod:1664
24207 msgid "inotify-read"
24208 msgstr ""
24209
24210 #. type: verbatim
24211 #: ../fish/guestfish-actions.pod:1666
24212 #, no-wrap
24213 msgid ""
24214 " inotify-read\n"
24215 "\n"
24216 msgstr ""
24217
24218 #. type: =head2
24219 #: ../fish/guestfish-actions.pod:1679
24220 msgid "inotify-rm-watch"
24221 msgstr ""
24222
24223 #. type: verbatim
24224 #: ../fish/guestfish-actions.pod:1681
24225 #, no-wrap
24226 msgid ""
24227 " inotify-rm-watch wd\n"
24228 "\n"
24229 msgstr ""
24230
24231 #. type: textblock
24232 #: ../fish/guestfish-actions.pod:1683
24233 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
24234 msgstr ""
24235
24236 #. type: =head2
24237 #: ../fish/guestfish-actions.pod:1686
24238 msgid "inspect-get-arch"
24239 msgstr ""
24240
24241 #. type: verbatim
24242 #: ../fish/guestfish-actions.pod:1688
24243 #, no-wrap
24244 msgid ""
24245 " inspect-get-arch root\n"
24246 "\n"
24247 msgstr ""
24248
24249 #. type: textblock
24250 #: ../fish/guestfish-actions.pod:1690
24251 msgid ""
24252 "This returns the architecture of the inspected operating system.  The "
24253 "possible return values are listed under L</file-architecture>."
24254 msgstr ""
24255
24256 #. type: =head2
24257 #: ../fish/guestfish-actions.pod:1699
24258 msgid "inspect-get-distro"
24259 msgstr ""
24260
24261 #. type: verbatim
24262 #: ../fish/guestfish-actions.pod:1701
24263 #, no-wrap
24264 msgid ""
24265 " inspect-get-distro root\n"
24266 "\n"
24267 msgstr ""
24268
24269 #. type: =head2
24270 #: ../fish/guestfish-actions.pod:1782
24271 msgid "inspect-get-drive-mappings"
24272 msgstr ""
24273
24274 #. type: verbatim
24275 #: ../fish/guestfish-actions.pod:1784
24276 #, no-wrap
24277 msgid ""
24278 " inspect-get-drive-mappings root\n"
24279 "\n"
24280 msgstr ""
24281
24282 #. type: textblock
24283 #: ../fish/guestfish-actions.pod:1811
24284 msgid ""
24285 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24286 "get-mountpoints>, L</inspect-get-filesystems>."
24287 msgstr ""
24288
24289 #. type: =head2
24290 #: ../fish/guestfish-actions.pod:1815
24291 msgid "inspect-get-filesystems"
24292 msgstr ""
24293
24294 #. type: verbatim
24295 #: ../fish/guestfish-actions.pod:1817
24296 #, no-wrap
24297 msgid ""
24298 " inspect-get-filesystems root\n"
24299 "\n"
24300 msgstr ""
24301
24302 #. type: textblock
24303 #: ../fish/guestfish-actions.pod:1827
24304 msgid ""
24305 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24306 "get-mountpoints>."
24307 msgstr ""
24308
24309 #. type: =head2
24310 #: ../fish/guestfish-actions.pod:1830
24311 msgid "inspect-get-format"
24312 msgstr ""
24313
24314 #. type: verbatim
24315 #: ../fish/guestfish-actions.pod:1832
24316 #, no-wrap
24317 msgid ""
24318 " inspect-get-format root\n"
24319 "\n"
24320 msgstr ""
24321
24322 #. type: =head2
24323 #: ../fish/guestfish-actions.pod:1861
24324 msgid "inspect-get-hostname"
24325 msgstr ""
24326
24327 #. type: verbatim
24328 #: ../fish/guestfish-actions.pod:1863
24329 #, no-wrap
24330 msgid ""
24331 " inspect-get-hostname root\n"
24332 "\n"
24333 msgstr ""
24334
24335 #. type: =head2
24336 #: ../fish/guestfish-actions.pod:1873
24337 msgid "inspect-get-icon"
24338 msgstr ""
24339
24340 #. type: verbatim
24341 #: ../fish/guestfish-actions.pod:1875
24342 #, no-wrap
24343 msgid ""
24344 " inspect-get-icon root [favicon:..] [highquality:..]\n"
24345 "\n"
24346 msgstr ""
24347
24348 #. type: =head2
24349 #: ../fish/guestfish-actions.pod:1939
24350 msgid "inspect-get-major-version"
24351 msgstr ""
24352
24353 #. type: verbatim
24354 #: ../fish/guestfish-actions.pod:1941
24355 #, no-wrap
24356 msgid ""
24357 " inspect-get-major-version root\n"
24358 "\n"
24359 msgstr ""
24360
24361 #. type: =head2
24362 #: ../fish/guestfish-actions.pod:1957
24363 msgid "inspect-get-minor-version"
24364 msgstr ""
24365
24366 #. type: verbatim
24367 #: ../fish/guestfish-actions.pod:1959
24368 #, no-wrap
24369 msgid ""
24370 " inspect-get-minor-version root\n"
24371 "\n"
24372 msgstr ""
24373
24374 #. type: textblock
24375 #: ../fish/guestfish-actions.pod:1966
24376 msgid ""
24377 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24378 "get-major-version>."
24379 msgstr ""
24380
24381 #. type: =head2
24382 #: ../fish/guestfish-actions.pod:1969
24383 msgid "inspect-get-mountpoints"
24384 msgstr ""
24385
24386 #. type: verbatim
24387 #: ../fish/guestfish-actions.pod:1971
24388 #, no-wrap
24389 msgid ""
24390 " inspect-get-mountpoints root\n"
24391 "\n"
24392 msgstr ""
24393
24394 #. type: textblock
24395 #: ../fish/guestfish-actions.pod:1990
24396 msgid ""
24397 "For operating systems like Windows which still use drive letters, this call "
24398 "will only return an entry for the first drive \"mounted on\" C</>.  For "
24399 "information about the mapping of drive letters to partitions, see L</inspect-"
24400 "get-drive-mappings>."
24401 msgstr ""
24402
24403 #. type: textblock
24404 #: ../fish/guestfish-actions.pod:1996
24405 msgid ""
24406 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24407 "get-filesystems>."
24408 msgstr ""
24409
24410 #. type: =head2
24411 #: ../fish/guestfish-actions.pod:1999
24412 msgid "inspect-get-package-format"
24413 msgstr ""
24414
24415 #. type: verbatim
24416 #: ../fish/guestfish-actions.pod:2001
24417 #, no-wrap
24418 msgid ""
24419 " inspect-get-package-format root\n"
24420 "\n"
24421 msgstr ""
24422
24423 #. type: textblock
24424 #: ../fish/guestfish-actions.pod:2003
24425 msgid ""
24426 "This function and L</inspect-get-package-management> return the package "
24427 "format and package management tool used by the inspected operating system.  "
24428 "For example for Fedora these functions would return C<rpm> (package format) "
24429 "and C<yum> (package management)."
24430 msgstr ""
24431
24432 #. type: =head2
24433 #: ../fish/guestfish-actions.pod:2018
24434 msgid "inspect-get-package-management"
24435 msgstr ""
24436
24437 #. type: verbatim
24438 #: ../fish/guestfish-actions.pod:2020
24439 #, no-wrap
24440 msgid ""
24441 " inspect-get-package-management root\n"
24442 "\n"
24443 msgstr ""
24444
24445 #. type: textblock
24446 #: ../fish/guestfish-actions.pod:2022
24447 msgid ""
24448 "L</inspect-get-package-format> and this function return the package format "
24449 "and package management tool used by the inspected operating system.  For "
24450 "example for Fedora these functions would return C<rpm> (package format) and "
24451 "C<yum> (package management)."
24452 msgstr ""
24453
24454 #. type: =head2
24455 #: ../fish/guestfish-actions.pod:2039
24456 msgid "inspect-get-product-name"
24457 msgstr ""
24458
24459 #. type: verbatim
24460 #: ../fish/guestfish-actions.pod:2041
24461 #, no-wrap
24462 msgid ""
24463 " inspect-get-product-name root\n"
24464 "\n"
24465 msgstr ""
24466
24467 #. type: =head2
24468 #: ../fish/guestfish-actions.pod:2053
24469 msgid "inspect-get-product-variant"
24470 msgstr ""
24471
24472 #. type: verbatim
24473 #: ../fish/guestfish-actions.pod:2055
24474 #, no-wrap
24475 msgid ""
24476 " inspect-get-product-variant root\n"
24477 "\n"
24478 msgstr ""
24479
24480 #. type: textblock
24481 #: ../fish/guestfish-actions.pod:2076
24482 msgid ""
24483 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24484 "get-product-name>, L</inspect-get-major-version>."
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:2080
24489 msgid "inspect-get-roots"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:2082
24494 #, no-wrap
24495 msgid ""
24496 " inspect-get-roots\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: textblock
24501 #: ../fish/guestfish-actions.pod:2084
24502 msgid ""
24503 "This function is a convenient way to get the list of root devices, as "
24504 "returned from a previous call to L</inspect-os>, but without redoing the "
24505 "whole inspection process."
24506 msgstr ""
24507
24508 #. type: textblock
24509 #: ../fish/guestfish-actions.pod:2088
24510 msgid ""
24511 "This returns an empty list if either no root devices were found or the "
24512 "caller has not called L</inspect-os>."
24513 msgstr ""
24514
24515 #. type: =head2
24516 #: ../fish/guestfish-actions.pod:2093
24517 msgid "inspect-get-type"
24518 msgstr ""
24519
24520 #. type: verbatim
24521 #: ../fish/guestfish-actions.pod:2095
24522 #, no-wrap
24523 msgid ""
24524 " inspect-get-type root\n"
24525 "\n"
24526 msgstr ""
24527
24528 #. type: =head2
24529 #: ../fish/guestfish-actions.pod:2125
24530 msgid "inspect-get-windows-current-control-set"
24531 msgstr ""
24532
24533 #. type: verbatim
24534 #: ../fish/guestfish-actions.pod:2127
24535 #, no-wrap
24536 msgid ""
24537 " inspect-get-windows-current-control-set root\n"
24538 "\n"
24539 msgstr ""
24540
24541 #. type: =head2
24542 #: ../fish/guestfish-actions.pod:2138
24543 msgid "inspect-get-windows-systemroot"
24544 msgstr ""
24545
24546 #. type: verbatim
24547 #: ../fish/guestfish-actions.pod:2140
24548 #, no-wrap
24549 msgid ""
24550 " inspect-get-windows-systemroot root\n"
24551 "\n"
24552 msgstr ""
24553
24554 #. type: =head2
24555 #: ../fish/guestfish-actions.pod:2151
24556 msgid "inspect-is-live"
24557 msgstr ""
24558
24559 #. type: verbatim
24560 #: ../fish/guestfish-actions.pod:2153
24561 #, no-wrap
24562 msgid ""
24563 " inspect-is-live root\n"
24564 "\n"
24565 msgstr ""
24566
24567 #. type: textblock
24568 #: ../fish/guestfish-actions.pod:2155
24569 msgid ""
24570 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24571 "then this returns true if a live image was detected on the disk."
24572 msgstr ""
24573
24574 #. type: =head2
24575 #: ../fish/guestfish-actions.pod:2161
24576 msgid "inspect-is-multipart"
24577 msgstr ""
24578
24579 #. type: verbatim
24580 #: ../fish/guestfish-actions.pod:2163
24581 #, no-wrap
24582 msgid ""
24583 " inspect-is-multipart root\n"
24584 "\n"
24585 msgstr ""
24586
24587 #. type: textblock
24588 #: ../fish/guestfish-actions.pod:2165
24589 msgid ""
24590 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24591 "then this returns true if the disk is part of a set."
24592 msgstr ""
24593
24594 #. type: =head2
24595 #: ../fish/guestfish-actions.pod:2171
24596 msgid "inspect-is-netinst"
24597 msgstr ""
24598
24599 #. type: verbatim
24600 #: ../fish/guestfish-actions.pod:2173
24601 #, no-wrap
24602 msgid ""
24603 " inspect-is-netinst root\n"
24604 "\n"
24605 msgstr ""
24606
24607 #. type: textblock
24608 #: ../fish/guestfish-actions.pod:2175
24609 msgid ""
24610 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24611 "then this returns true if the disk is a network installer, ie. not a self-"
24612 "contained install CD but one which is likely to require network access to "
24613 "complete the install."
24614 msgstr ""
24615
24616 #. type: =head2
24617 #: ../fish/guestfish-actions.pod:2183
24618 msgid "inspect-list-applications"
24619 msgstr ""
24620
24621 #. type: verbatim
24622 #: ../fish/guestfish-actions.pod:2185
24623 #, no-wrap
24624 msgid ""
24625 " inspect-list-applications root\n"
24626 "\n"
24627 msgstr ""
24628
24629 #. type: textblock
24630 #: ../fish/guestfish-actions.pod:2189
24631 msgid ""
24632 "I<Note:> This call works differently from other parts of the inspection "
24633 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
24634 "then mount up the disks, before calling this.  Listing applications is a "
24635 "significantly more difficult operation which requires access to the full "
24636 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
24637 "are just returning data cached in the libguestfs handle, this call actually "
24638 "reads parts of the mounted filesystems during the call."
24639 msgstr ""
24640
24641 #. type: =head2
24642 #: ../fish/guestfish-actions.pod:2279
24643 msgid "inspect-os"
24644 msgstr ""
24645
24646 #. type: verbatim
24647 #: ../fish/guestfish-actions.pod:2281
24648 #, no-wrap
24649 msgid ""
24650 " inspect-os\n"
24651 "\n"
24652 msgstr ""
24653
24654 #. type: textblock
24655 #: ../fish/guestfish-actions.pod:2296
24656 msgid ""
24657 "You can pass the root string(s) returned to other L</inspect-get-*> "
24658 "functions in order to query further information about each operating system, "
24659 "such as the name and version."
24660 msgstr ""
24661
24662 #. type: textblock
24663 #: ../fish/guestfish-actions.pod:2301
24664 msgid ""
24665 "This function uses other libguestfs features such as L</mount-ro> and L</"
24666 "umount-all> in order to mount and unmount filesystems and look at the "
24667 "contents.  This should be called with no disks currently mounted.  The "
24668 "function may also use Augeas, so any existing Augeas handle will be closed."
24669 msgstr ""
24670
24671 #. type: textblock
24672 #: ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2511
24673 #: ../fish/guestfish-actions.pod:2557
24674 msgid "See also L</list-filesystems>."
24675 msgstr ""
24676
24677 #. type: =head2
24678 #: ../fish/guestfish-actions.pod:2315
24679 msgid "is-blockdev"
24680 msgstr ""
24681
24682 #. type: verbatim
24683 #: ../fish/guestfish-actions.pod:2317
24684 #, no-wrap
24685 msgid ""
24686 " is-blockdev path\n"
24687 "\n"
24688 msgstr ""
24689
24690 #. type: textblock
24691 #: ../fish/guestfish-actions.pod:2322 ../fish/guestfish-actions.pod:2340
24692 #: ../fish/guestfish-actions.pod:2359 ../fish/guestfish-actions.pod:2368
24693 #: ../fish/guestfish-actions.pod:2378 ../fish/guestfish-actions.pod:2412
24694 #: ../fish/guestfish-actions.pod:2421
24695 msgid "See also L</stat>."
24696 msgstr ""
24697
24698 #. type: =head2
24699 #: ../fish/guestfish-actions.pod:2324
24700 msgid "is-busy"
24701 msgstr ""
24702
24703 #. type: verbatim
24704 #: ../fish/guestfish-actions.pod:2326
24705 #, no-wrap
24706 msgid ""
24707 " is-busy\n"
24708 "\n"
24709 msgstr ""
24710
24711 #. type: =head2
24712 #: ../fish/guestfish-actions.pod:2333
24713 msgid "is-chardev"
24714 msgstr ""
24715
24716 #. type: verbatim
24717 #: ../fish/guestfish-actions.pod:2335
24718 #, no-wrap
24719 msgid ""
24720 " is-chardev path\n"
24721 "\n"
24722 msgstr ""
24723
24724 #. type: =head2
24725 #: ../fish/guestfish-actions.pod:2342
24726 msgid "is-config"
24727 msgstr ""
24728
24729 #. type: verbatim
24730 #: ../fish/guestfish-actions.pod:2344
24731 #, no-wrap
24732 msgid ""
24733 " is-config\n"
24734 "\n"
24735 msgstr ""
24736
24737 #. type: =head2
24738 #: ../fish/guestfish-actions.pod:2351
24739 msgid "is-dir"
24740 msgstr ""
24741
24742 #. type: verbatim
24743 #: ../fish/guestfish-actions.pod:2353
24744 #, no-wrap
24745 msgid ""
24746 " is-dir path\n"
24747 "\n"
24748 msgstr ""
24749
24750 #. type: =head2
24751 #: ../fish/guestfish-actions.pod:2361
24752 msgid "is-fifo"
24753 msgstr ""
24754
24755 #. type: verbatim
24756 #: ../fish/guestfish-actions.pod:2363
24757 #, no-wrap
24758 msgid ""
24759 " is-fifo path\n"
24760 "\n"
24761 msgstr ""
24762
24763 #. type: =head2
24764 #: ../fish/guestfish-actions.pod:2370
24765 msgid "is-file"
24766 msgstr ""
24767
24768 #. type: verbatim
24769 #: ../fish/guestfish-actions.pod:2372
24770 #, no-wrap
24771 msgid ""
24772 " is-file path\n"
24773 "\n"
24774 msgstr ""
24775
24776 #. type: =head2
24777 #: ../fish/guestfish-actions.pod:2380
24778 msgid "is-launching"
24779 msgstr ""
24780
24781 #. type: verbatim
24782 #: ../fish/guestfish-actions.pod:2382
24783 #, no-wrap
24784 msgid ""
24785 " is-launching\n"
24786 "\n"
24787 msgstr ""
24788
24789 #. type: =head2
24790 #: ../fish/guestfish-actions.pod:2389
24791 msgid "is-lv"
24792 msgstr ""
24793
24794 #. type: verbatim
24795 #: ../fish/guestfish-actions.pod:2391
24796 #, no-wrap
24797 msgid ""
24798 " is-lv device\n"
24799 "\n"
24800 msgstr ""
24801
24802 #. type: =head2
24803 #: ../fish/guestfish-actions.pod:2396
24804 msgid "is-ready"
24805 msgstr ""
24806
24807 #. type: verbatim
24808 #: ../fish/guestfish-actions.pod:2398
24809 #, no-wrap
24810 msgid ""
24811 " is-ready\n"
24812 "\n"
24813 msgstr ""
24814
24815 #. type: =head2
24816 #: ../fish/guestfish-actions.pod:2405
24817 msgid "is-socket"
24818 msgstr ""
24819
24820 #. type: verbatim
24821 #: ../fish/guestfish-actions.pod:2407
24822 #, no-wrap
24823 msgid ""
24824 " is-socket path\n"
24825 "\n"
24826 msgstr ""
24827
24828 #. type: =head2
24829 #: ../fish/guestfish-actions.pod:2414
24830 msgid "is-symlink"
24831 msgstr ""
24832
24833 #. type: verbatim
24834 #: ../fish/guestfish-actions.pod:2416
24835 #, no-wrap
24836 msgid ""
24837 " is-symlink path\n"
24838 "\n"
24839 msgstr ""
24840
24841 #. type: =head2
24842 #: ../fish/guestfish-actions.pod:2423
24843 msgid "is-zero"
24844 msgstr ""
24845
24846 #. type: verbatim
24847 #: ../fish/guestfish-actions.pod:2425
24848 #, no-wrap
24849 msgid ""
24850 " is-zero path\n"
24851 "\n"
24852 msgstr ""
24853
24854 #. type: =head2
24855 #: ../fish/guestfish-actions.pod:2430
24856 msgid "is-zero-device"
24857 msgstr ""
24858
24859 #. type: verbatim
24860 #: ../fish/guestfish-actions.pod:2432
24861 #, no-wrap
24862 msgid ""
24863 " is-zero-device device\n"
24864 "\n"
24865 msgstr ""
24866
24867 #. type: =head2
24868 #: ../fish/guestfish-actions.pod:2438
24869 msgid "kill-subprocess"
24870 msgstr ""
24871
24872 #. type: verbatim
24873 #: ../fish/guestfish-actions.pod:2440
24874 #, no-wrap
24875 msgid ""
24876 " kill-subprocess\n"
24877 "\n"
24878 msgstr ""
24879
24880 #. type: =head2
24881 #: ../fish/guestfish-actions.pod:2444
24882 msgid "launch"
24883 msgstr ""
24884
24885 #. type: =head2
24886 #: ../fish/guestfish-actions.pod:2446
24887 msgid "run"
24888 msgstr ""
24889
24890 #. type: verbatim
24891 #: ../fish/guestfish-actions.pod:2448
24892 #, no-wrap
24893 msgid ""
24894 " launch\n"
24895 "\n"
24896 msgstr ""
24897
24898 #. type: =head2
24899 #: ../fish/guestfish-actions.pod:2456
24900 msgid "lchown"
24901 msgstr ""
24902
24903 #. type: verbatim
24904 #: ../fish/guestfish-actions.pod:2458
24905 #, no-wrap
24906 msgid ""
24907 " lchown owner group path\n"
24908 "\n"
24909 msgstr ""
24910
24911 #. type: textblock
24912 #: ../fish/guestfish-actions.pod:2460
24913 msgid ""
24914 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24915 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24916 "target."
24917 msgstr ""
24918
24919 #. type: =head2
24920 #: ../fish/guestfish-actions.pod:2468
24921 msgid "lgetxattr"
24922 msgstr ""
24923
24924 #. type: verbatim
24925 #: ../fish/guestfish-actions.pod:2470
24926 #, no-wrap
24927 msgid ""
24928 " lgetxattr path name\n"
24929 "\n"
24930 msgstr ""
24931
24932 #. type: textblock
24933 #: ../fish/guestfish-actions.pod:2486
24934 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24935 msgstr ""
24936
24937 #. type: =head2
24938 #: ../fish/guestfish-actions.pod:2488
24939 msgid "lgetxattrs"
24940 msgstr ""
24941
24942 #. type: verbatim
24943 #: ../fish/guestfish-actions.pod:2490
24944 #, no-wrap
24945 msgid ""
24946 " lgetxattrs path\n"
24947 "\n"
24948 msgstr ""
24949
24950 #. type: textblock
24951 #: ../fish/guestfish-actions.pod:2492
24952 msgid ""
24953 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24954 "it returns the extended attributes of the link itself."
24955 msgstr ""
24956
24957 #. type: =head2
24958 #: ../fish/guestfish-actions.pod:2496
24959 msgid "list-9p"
24960 msgstr ""
24961
24962 #. type: verbatim
24963 #: ../fish/guestfish-actions.pod:2498
24964 #, no-wrap
24965 msgid ""
24966 " list-9p\n"
24967 "\n"
24968 msgstr ""
24969
24970 #. type: =head2
24971 #: ../fish/guestfish-actions.pod:2503
24972 msgid "list-devices"
24973 msgstr ""
24974
24975 #. type: verbatim
24976 #: ../fish/guestfish-actions.pod:2505
24977 #, no-wrap
24978 msgid ""
24979 " list-devices\n"
24980 "\n"
24981 msgstr ""
24982
24983 #. type: =head2
24984 #: ../fish/guestfish-actions.pod:2513
24985 msgid "list-filesystems"
24986 msgstr ""
24987
24988 #. type: verbatim
24989 #: ../fish/guestfish-actions.pod:2515
24990 #, no-wrap
24991 msgid ""
24992 " list-filesystems\n"
24993 "\n"
24994 msgstr ""
24995
24996 #. type: textblock
24997 #: ../fish/guestfish-actions.pod:2534
24998 msgid ""
24999 "This command runs other libguestfs commands, which might include L</mount> "
25000 "and L</umount>, and therefore you should use this soon after launch and only "
25001 "when nothing is mounted."
25002 msgstr ""
25003
25004 #. type: textblock
25005 #: ../fish/guestfish-actions.pod:2538
25006 msgid ""
25007 "Not all of the filesystems returned will be mountable.  In particular, swap "
25008 "partitions are returned in the list.  Also this command does not check that "
25009 "each filesystem found is valid and mountable, and some filesystems might be "
25010 "mountable but require special options.  Filesystems may not all belong to a "
25011 "single logical operating system (use L</inspect-os> to look for OSes)."
25012 msgstr ""
25013
25014 #. type: =head2
25015 #: ../fish/guestfish-actions.pod:2546
25016 msgid "list-partitions"
25017 msgstr ""
25018
25019 #. type: verbatim
25020 #: ../fish/guestfish-actions.pod:2548
25021 #, no-wrap
25022 msgid ""
25023 " list-partitions\n"
25024 "\n"
25025 msgstr ""
25026
25027 #. type: textblock
25028 #: ../fish/guestfish-actions.pod:2554
25029 msgid ""
25030 "This does not return logical volumes.  For that you will need to call L</"
25031 "lvs>."
25032 msgstr ""
25033
25034 #. type: =head2
25035 #: ../fish/guestfish-actions.pod:2559
25036 msgid "ll"
25037 msgstr ""
25038
25039 #. type: verbatim
25040 #: ../fish/guestfish-actions.pod:2561
25041 #, no-wrap
25042 msgid ""
25043 " ll directory\n"
25044 "\n"
25045 msgstr ""
25046
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:2569
25049 msgid "ln"
25050 msgstr ""
25051
25052 #. type: verbatim
25053 #: ../fish/guestfish-actions.pod:2571
25054 #, no-wrap
25055 msgid ""
25056 " ln target linkname\n"
25057 "\n"
25058 msgstr ""
25059
25060 #. type: =head2
25061 #: ../fish/guestfish-actions.pod:2575
25062 msgid "ln-f"
25063 msgstr ""
25064
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:2577
25067 #, no-wrap
25068 msgid ""
25069 " ln-f target linkname\n"
25070 "\n"
25071 msgstr ""
25072
25073 #. type: =head2
25074 #: ../fish/guestfish-actions.pod:2582
25075 msgid "ln-s"
25076 msgstr ""
25077
25078 #. type: verbatim
25079 #: ../fish/guestfish-actions.pod:2584
25080 #, no-wrap
25081 msgid ""
25082 " ln-s target linkname\n"
25083 "\n"
25084 msgstr ""
25085
25086 #. type: =head2
25087 #: ../fish/guestfish-actions.pod:2588
25088 msgid "ln-sf"
25089 msgstr ""
25090
25091 #. type: verbatim
25092 #: ../fish/guestfish-actions.pod:2590
25093 #, no-wrap
25094 msgid ""
25095 " ln-sf target linkname\n"
25096 "\n"
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:2595
25101 msgid "lremovexattr"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:2597
25106 #, no-wrap
25107 msgid ""
25108 " lremovexattr xattr path\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: textblock
25113 #: ../fish/guestfish-actions.pod:2599
25114 msgid ""
25115 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
25116 "it removes an extended attribute of the link itself."
25117 msgstr ""
25118
25119 #. type: =head2
25120 #: ../fish/guestfish-actions.pod:2603
25121 msgid "ls"
25122 msgstr ""
25123
25124 #. type: verbatim
25125 #: ../fish/guestfish-actions.pod:2605
25126 #, no-wrap
25127 msgid ""
25128 " ls directory\n"
25129 "\n"
25130 msgstr ""
25131
25132 #. type: textblock
25133 #: ../fish/guestfish-actions.pod:2611
25134 msgid ""
25135 "This command is mostly useful for interactive sessions.  Programs should "
25136 "probably use L</readdir> instead."
25137 msgstr ""
25138
25139 #. type: =head2
25140 #: ../fish/guestfish-actions.pod:2614
25141 msgid "lsetxattr"
25142 msgstr ""
25143
25144 #. type: verbatim
25145 #: ../fish/guestfish-actions.pod:2616
25146 #, no-wrap
25147 msgid ""
25148 " lsetxattr xattr val vallen path\n"
25149 "\n"
25150 msgstr ""
25151
25152 #. type: textblock
25153 #: ../fish/guestfish-actions.pod:2618
25154 msgid ""
25155 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
25156 "sets an extended attribute of the link itself."
25157 msgstr ""
25158
25159 #. type: =head2
25160 #: ../fish/guestfish-actions.pod:2622
25161 msgid "lstat"
25162 msgstr ""
25163
25164 #. type: verbatim
25165 #: ../fish/guestfish-actions.pod:2624
25166 #, no-wrap
25167 msgid ""
25168 " lstat path\n"
25169 "\n"
25170 msgstr ""
25171
25172 #. type: textblock
25173 #: ../fish/guestfish-actions.pod:2628
25174 msgid ""
25175 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
25176 "the link is stat-ed, not the file it refers to."
25177 msgstr ""
25178
25179 #. type: =head2
25180 #: ../fish/guestfish-actions.pod:2634
25181 msgid "lstatlist"
25182 msgstr ""
25183
25184 #. type: verbatim
25185 #: ../fish/guestfish-actions.pod:2636
25186 #, no-wrap
25187 msgid ""
25188 " lstatlist path 'names ...'\n"
25189 "\n"
25190 msgstr ""
25191
25192 #. type: textblock
25193 #: ../fish/guestfish-actions.pod:2638
25194 msgid ""
25195 "This call allows you to perform the L</lstat> operation on multiple files, "
25196 "where all files are in the directory C<path>.  C<names> is the list of files "
25197 "from this directory."
25198 msgstr ""
25199
25200 #. type: textblock
25201 #: ../fish/guestfish-actions.pod:2647
25202 msgid ""
25203 "This call is intended for programs that want to efficiently list a directory "
25204 "contents without making many round-trips.  See also L</lxattrlist> for a "
25205 "similarly efficient call for getting extended attributes.  Very long "
25206 "directory listings might cause the protocol message size to be exceeded, "
25207 "causing this call to fail.  The caller must split up such requests into "
25208 "smaller groups of names."
25209 msgstr ""
25210
25211 #. type: =head2
25212 #: ../fish/guestfish-actions.pod:2655
25213 msgid "luks-add-key"
25214 msgstr ""
25215
25216 #. type: verbatim
25217 #: ../fish/guestfish-actions.pod:2657
25218 #, no-wrap
25219 msgid ""
25220 " luks-add-key device keyslot\n"
25221 "\n"
25222 msgstr ""
25223
25224 #. type: textblock
25225 #: ../fish/guestfish-actions.pod:2664
25226 msgid ""
25227 "Note that if C<keyslot> already contains a key, then this command will "
25228 "fail.  You have to use L</luks-kill-slot> first to remove that key."
25229 msgstr ""
25230
25231 #. type: textblock
25232 #: ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2690
25233 #: ../fish/guestfish-actions.pod:2703 ../fish/guestfish-actions.pod:2717
25234 #: ../fish/guestfish-actions.pod:2740 ../fish/guestfish-actions.pod:2750
25235 msgid ""
25236 "This command has one or more key or passphrase parameters.  Guestfish will "
25237 "prompt for these separately."
25238 msgstr ""
25239
25240 #. type: =head2
25241 #: ../fish/guestfish-actions.pod:2671
25242 msgid "luks-close"
25243 msgstr ""
25244
25245 #. type: verbatim
25246 #: ../fish/guestfish-actions.pod:2673
25247 #, no-wrap
25248 msgid ""
25249 " luks-close device\n"
25250 "\n"
25251 msgstr ""
25252
25253 #. type: textblock
25254 #: ../fish/guestfish-actions.pod:2675
25255 msgid ""
25256 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
25257 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
25258 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
25259 "block device."
25260 msgstr ""
25261
25262 #. type: =head2
25263 #: ../fish/guestfish-actions.pod:2681
25264 msgid "luks-format"
25265 msgstr ""
25266
25267 #. type: verbatim
25268 #: ../fish/guestfish-actions.pod:2683
25269 #, no-wrap
25270 msgid ""
25271 " luks-format device keyslot\n"
25272 "\n"
25273 msgstr ""
25274
25275 #. type: =head2
25276 #: ../fish/guestfish-actions.pod:2696
25277 msgid "luks-format-cipher"
25278 msgstr ""
25279
25280 #. type: verbatim
25281 #: ../fish/guestfish-actions.pod:2698
25282 #, no-wrap
25283 msgid ""
25284 " luks-format-cipher device keyslot cipher\n"
25285 "\n"
25286 msgstr ""
25287
25288 #. type: textblock
25289 #: ../fish/guestfish-actions.pod:2700
25290 msgid ""
25291 "This command is the same as L</luks-format> but it also allows you to set "
25292 "the C<cipher> used."
25293 msgstr ""
25294
25295 #. type: =head2
25296 #: ../fish/guestfish-actions.pod:2709
25297 msgid "luks-kill-slot"
25298 msgstr ""
25299
25300 #. type: verbatim
25301 #: ../fish/guestfish-actions.pod:2711
25302 #, no-wrap
25303 msgid ""
25304 " luks-kill-slot device keyslot\n"
25305 "\n"
25306 msgstr ""
25307
25308 #. type: =head2
25309 #: ../fish/guestfish-actions.pod:2720
25310 msgid "luks-open"
25311 msgstr ""
25312
25313 #. type: verbatim
25314 #: ../fish/guestfish-actions.pod:2722
25315 #, no-wrap
25316 msgid ""
25317 " luks-open device mapname\n"
25318 "\n"
25319 msgstr ""
25320
25321 #. type: textblock
25322 #: ../fish/guestfish-actions.pod:2736
25323 msgid ""
25324 "If this block device contains LVM volume groups, then calling L</vgscan> "
25325 "followed by L</vg-activate-all> will make them visible."
25326 msgstr ""
25327
25328 #. type: =head2
25329 #: ../fish/guestfish-actions.pod:2743
25330 msgid "luks-open-ro"
25331 msgstr ""
25332
25333 #. type: verbatim
25334 #: ../fish/guestfish-actions.pod:2745
25335 #, no-wrap
25336 msgid ""
25337 " luks-open-ro device mapname\n"
25338 "\n"
25339 msgstr ""
25340
25341 #. type: textblock
25342 #: ../fish/guestfish-actions.pod:2747
25343 msgid ""
25344 "This is the same as L</luks-open> except that a read-only mapping is created."
25345 msgstr ""
25346
25347 #. type: =head2
25348 #: ../fish/guestfish-actions.pod:2753
25349 msgid "lvcreate"
25350 msgstr ""
25351
25352 #. type: verbatim
25353 #: ../fish/guestfish-actions.pod:2755
25354 #, no-wrap
25355 msgid ""
25356 " lvcreate logvol volgroup mbytes\n"
25357 "\n"
25358 msgstr ""
25359
25360 #. type: =head2
25361 #: ../fish/guestfish-actions.pod:2760
25362 msgid "lvm-canonical-lv-name"
25363 msgstr ""
25364
25365 #. type: verbatim
25366 #: ../fish/guestfish-actions.pod:2762
25367 #, no-wrap
25368 msgid ""
25369 " lvm-canonical-lv-name lvname\n"
25370 "\n"
25371 msgstr ""
25372
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:2771
25375 msgid "See also L</is-lv>."
25376 msgstr ""
25377
25378 #. type: =head2
25379 #: ../fish/guestfish-actions.pod:2773
25380 msgid "lvm-clear-filter"
25381 msgstr ""
25382
25383 #. type: verbatim
25384 #: ../fish/guestfish-actions.pod:2775
25385 #, no-wrap
25386 msgid ""
25387 " lvm-clear-filter\n"
25388 "\n"
25389 msgstr ""
25390
25391 #. type: textblock
25392 #: ../fish/guestfish-actions.pod:2777
25393 msgid ""
25394 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
25395 "block device."
25396 msgstr ""
25397
25398 #. type: =head2
25399 #: ../fish/guestfish-actions.pod:2783
25400 msgid "lvm-remove-all"
25401 msgstr ""
25402
25403 #. type: verbatim
25404 #: ../fish/guestfish-actions.pod:2785
25405 #, no-wrap
25406 msgid ""
25407 " lvm-remove-all\n"
25408 "\n"
25409 msgstr ""
25410
25411 #. type: =head2
25412 #: ../fish/guestfish-actions.pod:2793
25413 msgid "lvm-set-filter"
25414 msgstr ""
25415
25416 #. type: verbatim
25417 #: ../fish/guestfish-actions.pod:2795
25418 #, no-wrap
25419 msgid ""
25420 " lvm-set-filter 'devices ...'\n"
25421 "\n"
25422 msgstr ""
25423
25424 #. type: =head2
25425 #: ../fish/guestfish-actions.pod:2820
25426 msgid "lvremove"
25427 msgstr ""
25428
25429 #. type: verbatim
25430 #: ../fish/guestfish-actions.pod:2822
25431 #, no-wrap
25432 msgid ""
25433 " lvremove device\n"
25434 "\n"
25435 msgstr ""
25436
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:2830
25439 msgid "lvrename"
25440 msgstr ""
25441
25442 #. type: verbatim
25443 #: ../fish/guestfish-actions.pod:2832
25444 #, no-wrap
25445 msgid ""
25446 " lvrename logvol newlogvol\n"
25447 "\n"
25448 msgstr ""
25449
25450 #. type: =head2
25451 #: ../fish/guestfish-actions.pod:2836
25452 msgid "lvresize"
25453 msgstr ""
25454
25455 #. type: verbatim
25456 #: ../fish/guestfish-actions.pod:2838
25457 #, no-wrap
25458 msgid ""
25459 " lvresize device mbytes\n"
25460 "\n"
25461 msgstr ""
25462
25463 #. type: =head2
25464 #: ../fish/guestfish-actions.pod:2844
25465 msgid "lvresize-free"
25466 msgstr ""
25467
25468 #. type: verbatim
25469 #: ../fish/guestfish-actions.pod:2846
25470 #, no-wrap
25471 msgid ""
25472 " lvresize-free lv percent\n"
25473 "\n"
25474 msgstr ""
25475
25476 #. type: =head2
25477 #: ../fish/guestfish-actions.pod:2854
25478 msgid "lvs"
25479 msgstr ""
25480
25481 #. type: verbatim
25482 #: ../fish/guestfish-actions.pod:2856
25483 #, no-wrap
25484 msgid ""
25485 " lvs\n"
25486 "\n"
25487 msgstr ""
25488
25489 #. type: textblock
25490 #: ../fish/guestfish-actions.pod:2864
25491 msgid "See also L</lvs-full>, L</list-filesystems>."
25492 msgstr ""
25493
25494 #. type: =head2
25495 #: ../fish/guestfish-actions.pod:2866
25496 msgid "lvs-full"
25497 msgstr ""
25498
25499 #. type: verbatim
25500 #: ../fish/guestfish-actions.pod:2868
25501 #, no-wrap
25502 msgid ""
25503 " lvs-full\n"
25504 "\n"
25505 msgstr ""
25506
25507 #. type: =head2
25508 #: ../fish/guestfish-actions.pod:2873
25509 msgid "lvuuid"
25510 msgstr ""
25511
25512 #. type: verbatim
25513 #: ../fish/guestfish-actions.pod:2875
25514 #, no-wrap
25515 msgid ""
25516 " lvuuid device\n"
25517 "\n"
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:2879
25522 msgid "lxattrlist"
25523 msgstr ""
25524
25525 #. type: verbatim
25526 #: ../fish/guestfish-actions.pod:2881
25527 #, no-wrap
25528 msgid ""
25529 " lxattrlist path 'names ...'\n"
25530 "\n"
25531 msgstr ""
25532
25533 #. type: textblock
25534 #: ../fish/guestfish-actions.pod:2897
25535 msgid ""
25536 "This call is intended for programs that want to efficiently list a directory "
25537 "contents without making many round-trips.  See also L</lstatlist> for a "
25538 "similarly efficient call for getting standard stats.  Very long directory "
25539 "listings might cause the protocol message size to be exceeded, causing this "
25540 "call to fail.  The caller must split up such requests into smaller groups of "
25541 "names."
25542 msgstr ""
25543
25544 #. type: =head2
25545 #: ../fish/guestfish-actions.pod:2905
25546 msgid "mkdir"
25547 msgstr ""
25548
25549 #. type: verbatim
25550 #: ../fish/guestfish-actions.pod:2907
25551 #, no-wrap
25552 msgid ""
25553 " mkdir path\n"
25554 "\n"
25555 msgstr ""
25556
25557 #. type: =head2
25558 #: ../fish/guestfish-actions.pod:2911
25559 msgid "mkdir-mode"
25560 msgstr ""
25561
25562 #. type: verbatim
25563 #: ../fish/guestfish-actions.pod:2913
25564 #, no-wrap
25565 msgid ""
25566 " mkdir-mode path mode\n"
25567 "\n"
25568 msgstr ""
25569
25570 #. type: textblock
25571 #: ../fish/guestfish-actions.pod:2922
25572 msgid "See also L</mkdir>, L</umask>"
25573 msgstr ""
25574
25575 #. type: =head2
25576 #: ../fish/guestfish-actions.pod:2924
25577 msgid "mkdir-p"
25578 msgstr ""
25579
25580 #. type: verbatim
25581 #: ../fish/guestfish-actions.pod:2926
25582 #, no-wrap
25583 msgid ""
25584 " mkdir-p path\n"
25585 "\n"
25586 msgstr ""
25587
25588 #. type: =head2
25589 #: ../fish/guestfish-actions.pod:2931
25590 msgid "mkdtemp"
25591 msgstr ""
25592
25593 #. type: verbatim
25594 #: ../fish/guestfish-actions.pod:2933
25595 #, no-wrap
25596 msgid ""
25597 " mkdtemp template\n"
25598 "\n"
25599 msgstr ""
25600
25601 #. type: =head2
25602 #: ../fish/guestfish-actions.pod:2954
25603 msgid "mke2fs-J"
25604 msgstr ""
25605
25606 #. type: verbatim
25607 #: ../fish/guestfish-actions.pod:2956
25608 #, no-wrap
25609 msgid ""
25610 " mke2fs-J fstype blocksize device journal\n"
25611 "\n"
25612 msgstr ""
25613
25614 #. type: textblock
25615 #: ../fish/guestfish-actions.pod:2964
25616 msgid "See also L</mke2journal>."
25617 msgstr ""
25618
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:2966
25621 msgid "mke2fs-JL"
25622 msgstr ""
25623
25624 #. type: verbatim
25625 #: ../fish/guestfish-actions.pod:2968
25626 #, no-wrap
25627 msgid ""
25628 " mke2fs-JL fstype blocksize device label\n"
25629 "\n"
25630 msgstr ""
25631
25632 #. type: textblock
25633 #: ../fish/guestfish-actions.pod:2973
25634 msgid "See also L</mke2journal-L>."
25635 msgstr ""
25636
25637 #. type: =head2
25638 #: ../fish/guestfish-actions.pod:2975
25639 msgid "mke2fs-JU"
25640 msgstr ""
25641
25642 #. type: verbatim
25643 #: ../fish/guestfish-actions.pod:2977
25644 #, no-wrap
25645 msgid ""
25646 " mke2fs-JU fstype blocksize device uuid\n"
25647 "\n"
25648 msgstr ""
25649
25650 #. type: textblock
25651 #: ../fish/guestfish-actions.pod:2982
25652 msgid "See also L</mke2journal-U>."
25653 msgstr ""
25654
25655 #. type: =head2
25656 #: ../fish/guestfish-actions.pod:2984
25657 msgid "mke2journal"
25658 msgstr ""
25659
25660 #. type: verbatim
25661 #: ../fish/guestfish-actions.pod:2986
25662 #, no-wrap
25663 msgid ""
25664 " mke2journal blocksize device\n"
25665 "\n"
25666 msgstr ""
25667
25668 #. type: =head2
25669 #: ../fish/guestfish-actions.pod:2993
25670 msgid "mke2journal-L"
25671 msgstr ""
25672
25673 #. type: verbatim
25674 #: ../fish/guestfish-actions.pod:2995
25675 #, no-wrap
25676 msgid ""
25677 " mke2journal-L blocksize label device\n"
25678 "\n"
25679 msgstr ""
25680
25681 #. type: =head2
25682 #: ../fish/guestfish-actions.pod:2999
25683 msgid "mke2journal-U"
25684 msgstr ""
25685
25686 #. type: verbatim
25687 #: ../fish/guestfish-actions.pod:3001
25688 #, no-wrap
25689 msgid ""
25690 " mke2journal-U blocksize uuid device\n"
25691 "\n"
25692 msgstr ""
25693
25694 #. type: =head2
25695 #: ../fish/guestfish-actions.pod:3005
25696 msgid "mkfifo"
25697 msgstr ""
25698
25699 #. type: verbatim
25700 #: ../fish/guestfish-actions.pod:3007
25701 #, no-wrap
25702 msgid ""
25703 " mkfifo mode path\n"
25704 "\n"
25705 msgstr ""
25706
25707 #. type: textblock
25708 #: ../fish/guestfish-actions.pod:3009
25709 msgid ""
25710 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
25711 "is just a convenient wrapper around L</mknod>."
25712 msgstr ""
25713
25714 #. type: =head2
25715 #: ../fish/guestfish-actions.pod:3015
25716 msgid "mkfs"
25717 msgstr ""
25718
25719 #. type: verbatim
25720 #: ../fish/guestfish-actions.pod:3017
25721 #, no-wrap
25722 msgid ""
25723 " mkfs fstype device\n"
25724 "\n"
25725 msgstr ""
25726
25727 #. type: =head2
25728 #: ../fish/guestfish-actions.pod:3023
25729 msgid "mkfs-b"
25730 msgstr ""
25731
25732 #. type: verbatim
25733 #: ../fish/guestfish-actions.pod:3025
25734 #, no-wrap
25735 msgid ""
25736 " mkfs-b fstype blocksize device\n"
25737 "\n"
25738 msgstr ""
25739
25740 #. type: textblock
25741 #: ../fish/guestfish-actions.pod:3027
25742 msgid ""
25743 "This call is similar to L</mkfs>, but it allows you to control the block "
25744 "size of the resulting filesystem.  Supported block sizes depend on the "
25745 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
25746 msgstr ""
25747
25748 #. type: =head2
25749 #: ../fish/guestfish-actions.pod:3042
25750 msgid "mkfs-opts"
25751 msgstr ""
25752
25753 #. type: verbatim
25754 #: ../fish/guestfish-actions.pod:3044
25755 #, no-wrap
25756 msgid ""
25757 " mkfs-opts fstype device [blocksize:..] [features:..] [inode:..] [sectorsize:..]\n"
25758 "\n"
25759 msgstr ""
25760
25761 #. type: =head2
25762 #: ../fish/guestfish-actions.pod:3089
25763 msgid "mkmountpoint"
25764 msgstr ""
25765
25766 #. type: verbatim
25767 #: ../fish/guestfish-actions.pod:3091
25768 #, no-wrap
25769 msgid ""
25770 " mkmountpoint exemptpath\n"
25771 "\n"
25772 msgstr ""
25773
25774 #. type: textblock
25775 #: ../fish/guestfish-actions.pod:3093
25776 msgid ""
25777 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
25778 "to create extra mountpoints before mounting the first filesystem."
25779 msgstr ""
25780
25781 #. type: textblock
25782 #: ../fish/guestfish-actions.pod:3117
25783 msgid ""
25784 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
25785 "unexpected errors if you try to mix these calls.  It is safest to manually "
25786 "unmount filesystems and remove mountpoints after use."
25787 msgstr ""
25788
25789 #. type: textblock
25790 #: ../fish/guestfish-actions.pod:3121
25791 msgid ""
25792 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
25793 "for this to work for manual mountpoints, you must ensure that the innermost "
25794 "mountpoints have the longest pathnames, as in the example code above."
25795 msgstr ""
25796
25797 #. type: textblock
25798 #: ../fish/guestfish-actions.pod:3128
25799 msgid ""
25800 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
25801 "L</umount-all> to be called when the handle is closed which can also trigger "
25802 "these issues."
25803 msgstr ""
25804
25805 #. type: =head2
25806 #: ../fish/guestfish-actions.pod:3132
25807 msgid "mknod"
25808 msgstr ""
25809
25810 #. type: verbatim
25811 #: ../fish/guestfish-actions.pod:3134
25812 #, no-wrap
25813 msgid ""
25814 " mknod mode devmajor devminor path\n"
25815 "\n"
25816 msgstr ""
25817
25818 #. type: textblock
25819 #: ../fish/guestfish-actions.pod:3144
25820 msgid ""
25821 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
25822 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
25823 "regular file).  These constants are available in the standard Linux header "
25824 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
25825 "wrappers around this command which bitwise OR in the appropriate constant "
25826 "for you."
25827 msgstr ""
25828
25829 #. type: =head2
25830 #: ../fish/guestfish-actions.pod:3154
25831 msgid "mknod-b"
25832 msgstr ""
25833
25834 #. type: verbatim
25835 #: ../fish/guestfish-actions.pod:3156
25836 #, no-wrap
25837 msgid ""
25838 " mknod-b mode devmajor devminor path\n"
25839 "\n"
25840 msgstr ""
25841
25842 #. type: textblock
25843 #: ../fish/guestfish-actions.pod:3158
25844 msgid ""
25845 "This call creates a block device node called C<path> with mode C<mode> and "
25846 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25847 "wrapper around L</mknod>."
25848 msgstr ""
25849
25850 #. type: =head2
25851 #: ../fish/guestfish-actions.pod:3164
25852 msgid "mknod-c"
25853 msgstr ""
25854
25855 #. type: verbatim
25856 #: ../fish/guestfish-actions.pod:3166
25857 #, no-wrap
25858 msgid ""
25859 " mknod-c mode devmajor devminor path\n"
25860 "\n"
25861 msgstr ""
25862
25863 #. type: textblock
25864 #: ../fish/guestfish-actions.pod:3168
25865 msgid ""
25866 "This call creates a char device node called C<path> with mode C<mode> and "
25867 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25868 "wrapper around L</mknod>."
25869 msgstr ""
25870
25871 #. type: =head2
25872 #: ../fish/guestfish-actions.pod:3174
25873 msgid "mkswap"
25874 msgstr ""
25875
25876 #. type: verbatim
25877 #: ../fish/guestfish-actions.pod:3176
25878 #, no-wrap
25879 msgid ""
25880 " mkswap device\n"
25881 "\n"
25882 msgstr ""
25883
25884 #. type: =head2
25885 #: ../fish/guestfish-actions.pod:3180
25886 msgid "mkswap-L"
25887 msgstr ""
25888
25889 #. type: verbatim
25890 #: ../fish/guestfish-actions.pod:3182
25891 #, no-wrap
25892 msgid ""
25893 " mkswap-L label device\n"
25894 "\n"
25895 msgstr ""
25896
25897 #. type: =head2
25898 #: ../fish/guestfish-actions.pod:3190
25899 msgid "mkswap-U"
25900 msgstr ""
25901
25902 #. type: verbatim
25903 #: ../fish/guestfish-actions.pod:3192
25904 #, no-wrap
25905 msgid ""
25906 " mkswap-U uuid device\n"
25907 "\n"
25908 msgstr ""
25909
25910 #. type: =head2
25911 #: ../fish/guestfish-actions.pod:3196
25912 msgid "mkswap-file"
25913 msgstr ""
25914
25915 #. type: verbatim
25916 #: ../fish/guestfish-actions.pod:3198
25917 #, no-wrap
25918 msgid ""
25919 " mkswap-file path\n"
25920 "\n"
25921 msgstr ""
25922
25923 #. type: textblock
25924 #: ../fish/guestfish-actions.pod:3202
25925 msgid ""
25926 "This command just writes a swap file signature to an existing file.  To "
25927 "create the file itself, use something like L</fallocate>."
25928 msgstr ""
25929
25930 #. type: =head2
25931 #: ../fish/guestfish-actions.pod:3205
25932 msgid "modprobe"
25933 msgstr ""
25934
25935 #. type: verbatim
25936 #: ../fish/guestfish-actions.pod:3207
25937 #, no-wrap
25938 msgid ""
25939 " modprobe modulename\n"
25940 "\n"
25941 msgstr ""
25942
25943 #. type: =head2
25944 #: ../fish/guestfish-actions.pod:3214
25945 msgid "mount"
25946 msgstr ""
25947
25948 #. type: verbatim
25949 #: ../fish/guestfish-actions.pod:3216
25950 #, no-wrap
25951 msgid ""
25952 " mount device mountpoint\n"
25953 "\n"
25954 msgstr ""
25955
25956 #. type: textblock
25957 #: ../fish/guestfish-actions.pod:3232
25958 msgid ""
25959 "B<Important note:> When you use this call, the filesystem options C<sync> "
25960 "and C<noatime> are set implicitly.  This was originally done because we "
25961 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25962 "very large negative performance impact and negligible effect on "
25963 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25964 "code that needs performance, and instead use L</mount-options> (use an empty "
25965 "string for the first parameter if you don't want any options)."
25966 msgstr ""
25967
25968 #. type: =head2
25969 #: ../fish/guestfish-actions.pod:3249
25970 msgid "mount-9p"
25971 msgstr ""
25972
25973 #. type: verbatim
25974 #: ../fish/guestfish-actions.pod:3251
25975 #, no-wrap
25976 msgid ""
25977 " mount-9p mounttag mountpoint [options:..]\n"
25978 "\n"
25979 msgstr ""
25980
25981 #. type: =head2
25982 #: ../fish/guestfish-actions.pod:3262
25983 msgid "mount-loop"
25984 msgstr ""
25985
25986 #. type: verbatim
25987 #: ../fish/guestfish-actions.pod:3264
25988 #, no-wrap
25989 msgid ""
25990 " mount-loop file mountpoint\n"
25991 "\n"
25992 msgstr ""
25993
25994 #. type: =head2
25995 #: ../fish/guestfish-actions.pod:3270
25996 msgid "mount-options"
25997 msgstr ""
25998
25999 #. type: verbatim
26000 #: ../fish/guestfish-actions.pod:3272
26001 #, no-wrap
26002 msgid ""
26003 " mount-options options device mountpoint\n"
26004 "\n"
26005 msgstr ""
26006
26007 #. type: textblock
26008 #: ../fish/guestfish-actions.pod:3274
26009 msgid ""
26010 "This is the same as the L</mount> command, but it allows you to set the "
26011 "mount options as for the L<mount(8)> I<-o> flag."
26012 msgstr ""
26013
26014 #. type: =head2
26015 #: ../fish/guestfish-actions.pod:3282
26016 msgid "mount-ro"
26017 msgstr ""
26018
26019 #. type: verbatim
26020 #: ../fish/guestfish-actions.pod:3284
26021 #, no-wrap
26022 msgid ""
26023 " mount-ro device mountpoint\n"
26024 "\n"
26025 msgstr ""
26026
26027 #. type: textblock
26028 #: ../fish/guestfish-actions.pod:3286
26029 msgid ""
26030 "This is the same as the L</mount> command, but it mounts the filesystem with "
26031 "the read-only (I<-o ro>) flag."
26032 msgstr ""
26033
26034 #. type: =head2
26035 #: ../fish/guestfish-actions.pod:3289
26036 msgid "mount-vfs"
26037 msgstr ""
26038
26039 #. type: verbatim
26040 #: ../fish/guestfish-actions.pod:3291
26041 #, no-wrap
26042 msgid ""
26043 " mount-vfs options vfstype device mountpoint\n"
26044 "\n"
26045 msgstr ""
26046
26047 #. type: textblock
26048 #: ../fish/guestfish-actions.pod:3293
26049 msgid ""
26050 "This is the same as the L</mount> command, but it allows you to set both the "
26051 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
26052 msgstr ""
26053
26054 #. type: =head2
26055 #: ../fish/guestfish-actions.pod:3297
26056 msgid "mountpoints"
26057 msgstr ""
26058
26059 #. type: verbatim
26060 #: ../fish/guestfish-actions.pod:3299
26061 #, no-wrap
26062 msgid ""
26063 " mountpoints\n"
26064 "\n"
26065 msgstr ""
26066
26067 #. type: textblock
26068 #: ../fish/guestfish-actions.pod:3301
26069 msgid ""
26070 "This call is similar to L</mounts>.  That call returns a list of devices.  "
26071 "This one returns a hash table (map) of device name to directory where the "
26072 "device is mounted."
26073 msgstr ""
26074
26075 #. type: =head2
26076 #: ../fish/guestfish-actions.pod:3305
26077 msgid "mounts"
26078 msgstr ""
26079
26080 #. type: verbatim
26081 #: ../fish/guestfish-actions.pod:3307
26082 #, no-wrap
26083 msgid ""
26084 " mounts\n"
26085 "\n"
26086 msgstr ""
26087
26088 #. type: textblock
26089 #: ../fish/guestfish-actions.pod:3314
26090 msgid "See also: L</mountpoints>"
26091 msgstr ""
26092
26093 #. type: =head2
26094 #: ../fish/guestfish-actions.pod:3316
26095 msgid "mv"
26096 msgstr ""
26097
26098 #. type: verbatim
26099 #: ../fish/guestfish-actions.pod:3318
26100 #, no-wrap
26101 msgid ""
26102 " mv src dest\n"
26103 "\n"
26104 msgstr ""
26105
26106 #. type: =head2
26107 #: ../fish/guestfish-actions.pod:3323
26108 msgid "ntfs-3g-probe"
26109 msgstr ""
26110
26111 #. type: verbatim
26112 #: ../fish/guestfish-actions.pod:3325
26113 #, no-wrap
26114 msgid ""
26115 " ntfs-3g-probe true|false device\n"
26116 "\n"
26117 msgstr ""
26118
26119 #. type: =head2
26120 #: ../fish/guestfish-actions.pod:3339
26121 msgid "ntfsresize"
26122 msgstr ""
26123
26124 #. type: verbatim
26125 #: ../fish/guestfish-actions.pod:3341
26126 #, no-wrap
26127 msgid ""
26128 " ntfsresize device\n"
26129 "\n"
26130 msgstr ""
26131
26132 #. type: =head2
26133 #: ../fish/guestfish-actions.pod:3347
26134 msgid "ntfsresize-size"
26135 msgstr ""
26136
26137 #. type: verbatim
26138 #: ../fish/guestfish-actions.pod:3349
26139 #, no-wrap
26140 msgid ""
26141 " ntfsresize-size device size\n"
26142 "\n"
26143 msgstr ""
26144
26145 #. type: textblock
26146 #: ../fish/guestfish-actions.pod:3351
26147 msgid ""
26148 "This command is the same as L</ntfsresize> except that it allows you to "
26149 "specify the new size (in bytes) explicitly."
26150 msgstr ""
26151
26152 #. type: =head2
26153 #: ../fish/guestfish-actions.pod:3354
26154 msgid "part-add"
26155 msgstr ""
26156
26157 #. type: verbatim
26158 #: ../fish/guestfish-actions.pod:3356
26159 #, no-wrap
26160 msgid ""
26161 " part-add device prlogex startsect endsect\n"
26162 "\n"
26163 msgstr ""
26164
26165 #. type: textblock
26166 #: ../fish/guestfish-actions.pod:3358
26167 msgid ""
26168 "This command adds a partition to C<device>.  If there is no partition table "
26169 "on the device, call L</part-init> first."
26170 msgstr ""
26171
26172 #. type: textblock
26173 #: ../fish/guestfish-actions.pod:3370
26174 msgid ""
26175 "Creating a partition which covers the whole disk is not so easy.  Use L</"
26176 "part-disk> to do that."
26177 msgstr ""
26178
26179 #. type: =head2
26180 #: ../fish/guestfish-actions.pod:3373
26181 msgid "part-del"
26182 msgstr ""
26183
26184 #. type: verbatim
26185 #: ../fish/guestfish-actions.pod:3375
26186 #, no-wrap
26187 msgid ""
26188 " part-del device partnum\n"
26189 "\n"
26190 msgstr ""
26191
26192 #. type: =head2
26193 #: ../fish/guestfish-actions.pod:3383
26194 msgid "part-disk"
26195 msgstr ""
26196
26197 #. type: verbatim
26198 #: ../fish/guestfish-actions.pod:3385
26199 #, no-wrap
26200 msgid ""
26201 " part-disk device parttype\n"
26202 "\n"
26203 msgstr ""
26204
26205 #. type: textblock
26206 #: ../fish/guestfish-actions.pod:3387
26207 msgid ""
26208 "This command is simply a combination of L</part-init> followed by L</part-"
26209 "add> to create a single primary partition covering the whole disk."
26210 msgstr ""
26211
26212 #. type: textblock
26213 #: ../fish/guestfish-actions.pod:3391
26214 msgid ""
26215 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
26216 "possible values are described in L</part-init>."
26217 msgstr ""
26218
26219 #. type: =head2
26220 #: ../fish/guestfish-actions.pod:3397
26221 msgid "part-get-bootable"
26222 msgstr ""
26223
26224 #. type: verbatim
26225 #: ../fish/guestfish-actions.pod:3399
26226 #, no-wrap
26227 msgid ""
26228 " part-get-bootable device partnum\n"
26229 "\n"
26230 msgstr ""
26231
26232 #. type: textblock
26233 #: ../fish/guestfish-actions.pod:3404
26234 msgid "See also L</part-set-bootable>."
26235 msgstr ""
26236
26237 #. type: =head2
26238 #: ../fish/guestfish-actions.pod:3406
26239 msgid "part-get-mbr-id"
26240 msgstr ""
26241
26242 #. type: verbatim
26243 #: ../fish/guestfish-actions.pod:3408
26244 #, no-wrap
26245 msgid ""
26246 " part-get-mbr-id device partnum\n"
26247 "\n"
26248 msgstr ""
26249
26250 #. type: textblock
26251 #: ../fish/guestfish-actions.pod:3413 ../fish/guestfish-actions.pod:3551
26252 msgid ""
26253 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
26254 "undefined results for other partition table types (see L</part-get-"
26255 "parttype>)."
26256 msgstr ""
26257
26258 #. type: =head2
26259 #: ../fish/guestfish-actions.pod:3417
26260 msgid "part-get-parttype"
26261 msgstr ""
26262
26263 #. type: verbatim
26264 #: ../fish/guestfish-actions.pod:3419
26265 #, no-wrap
26266 msgid ""
26267 " part-get-parttype device\n"
26268 "\n"
26269 msgstr ""
26270
26271 #. type: textblock
26272 #: ../fish/guestfish-actions.pod:3424
26273 msgid ""
26274 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
26275 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
26276 "possible, although unusual.  See L</part-init> for a full list."
26277 msgstr ""
26278
26279 #. type: =head2
26280 #: ../fish/guestfish-actions.pod:3429
26281 msgid "part-init"
26282 msgstr ""
26283
26284 #. type: verbatim
26285 #: ../fish/guestfish-actions.pod:3431
26286 #, no-wrap
26287 msgid ""
26288 " part-init device parttype\n"
26289 "\n"
26290 msgstr ""
26291
26292 #. type: textblock
26293 #: ../fish/guestfish-actions.pod:3437
26294 msgid ""
26295 "Initially there are no partitions.  Following this, you should call L</part-"
26296 "add> for each partition required."
26297 msgstr ""
26298
26299 #. type: =head2
26300 #: ../fish/guestfish-actions.pod:3500
26301 msgid "part-list"
26302 msgstr ""
26303
26304 #. type: verbatim
26305 #: ../fish/guestfish-actions.pod:3502
26306 #, no-wrap
26307 msgid ""
26308 " part-list device\n"
26309 "\n"
26310 msgstr ""
26311
26312 #. type: textblock
26313 #: ../fish/guestfish-actions.pod:3517
26314 msgid ""
26315 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
26316 "the device's sector size, see L</blockdev-getss>."
26317 msgstr ""
26318
26319 #. type: =head2
26320 #: ../fish/guestfish-actions.pod:3530
26321 msgid "part-set-bootable"
26322 msgstr ""
26323
26324 #. type: verbatim
26325 #: ../fish/guestfish-actions.pod:3532
26326 #, no-wrap
26327 msgid ""
26328 " part-set-bootable device partnum true|false\n"
26329 "\n"
26330 msgstr ""
26331
26332 #. type: =head2
26333 #: ../fish/guestfish-actions.pod:3541
26334 msgid "part-set-mbr-id"
26335 msgstr ""
26336
26337 #. type: verbatim
26338 #: ../fish/guestfish-actions.pod:3543
26339 #, no-wrap
26340 msgid ""
26341 " part-set-mbr-id device partnum idbyte\n"
26342 "\n"
26343 msgstr ""
26344
26345 #. type: =head2
26346 #: ../fish/guestfish-actions.pod:3555
26347 msgid "part-set-name"
26348 msgstr ""
26349
26350 #. type: verbatim
26351 #: ../fish/guestfish-actions.pod:3557
26352 #, no-wrap
26353 msgid ""
26354 " part-set-name device partnum name\n"
26355 "\n"
26356 msgstr ""
26357
26358 #. type: =head2
26359 #: ../fish/guestfish-actions.pod:3565
26360 msgid "part-to-dev"
26361 msgstr ""
26362
26363 #. type: verbatim
26364 #: ../fish/guestfish-actions.pod:3567
26365 #, no-wrap
26366 msgid ""
26367 " part-to-dev partition\n"
26368 "\n"
26369 msgstr ""
26370
26371 #. type: textblock
26372 #: ../fish/guestfish-actions.pod:3573
26373 msgid ""
26374 "The named partition must exist, for example as a string returned from L</"
26375 "list-partitions>."
26376 msgstr ""
26377
26378 #. type: =head2
26379 #: ../fish/guestfish-actions.pod:3576
26380 msgid "ping-daemon"
26381 msgstr ""
26382
26383 #. type: verbatim
26384 #: ../fish/guestfish-actions.pod:3578
26385 #, no-wrap
26386 msgid ""
26387 " ping-daemon\n"
26388 "\n"
26389 msgstr ""
26390
26391 #. type: =head2
26392 #: ../fish/guestfish-actions.pod:3585
26393 msgid "pread"
26394 msgstr ""
26395
26396 #. type: verbatim
26397 #: ../fish/guestfish-actions.pod:3587
26398 #, no-wrap
26399 msgid ""
26400 " pread path count offset\n"
26401 "\n"
26402 msgstr ""
26403
26404 #. type: textblock
26405 #: ../fish/guestfish-actions.pod:3595
26406 msgid "See also L</pwrite>, L</pread-device>."
26407 msgstr ""
26408
26409 #. type: =head2
26410 #: ../fish/guestfish-actions.pod:3600
26411 msgid "pread-device"
26412 msgstr ""
26413
26414 #. type: verbatim
26415 #: ../fish/guestfish-actions.pod:3602
26416 #, no-wrap
26417 msgid ""
26418 " pread-device device count offset\n"
26419 "\n"
26420 msgstr ""
26421
26422 #. type: textblock
26423 #: ../fish/guestfish-actions.pod:3610
26424 msgid "See also L</pread>."
26425 msgstr ""
26426
26427 #. type: =head2
26428 #: ../fish/guestfish-actions.pod:3615
26429 msgid "pvcreate"
26430 msgstr ""
26431
26432 #. type: verbatim
26433 #: ../fish/guestfish-actions.pod:3617
26434 #, no-wrap
26435 msgid ""
26436 " pvcreate device\n"
26437 "\n"
26438 msgstr ""
26439
26440 #. type: =head2
26441 #: ../fish/guestfish-actions.pod:3623
26442 msgid "pvremove"
26443 msgstr ""
26444
26445 #. type: verbatim
26446 #: ../fish/guestfish-actions.pod:3625
26447 #, no-wrap
26448 msgid ""
26449 " pvremove device\n"
26450 "\n"
26451 msgstr ""
26452
26453 #. type: =head2
26454 #: ../fish/guestfish-actions.pod:3634
26455 msgid "pvresize"
26456 msgstr ""
26457
26458 #. type: verbatim
26459 #: ../fish/guestfish-actions.pod:3636
26460 #, no-wrap
26461 msgid ""
26462 " pvresize device\n"
26463 "\n"
26464 msgstr ""
26465
26466 #. type: =head2
26467 #: ../fish/guestfish-actions.pod:3641
26468 msgid "pvresize-size"
26469 msgstr ""
26470
26471 #. type: verbatim
26472 #: ../fish/guestfish-actions.pod:3643
26473 #, no-wrap
26474 msgid ""
26475 " pvresize-size device size\n"
26476 "\n"
26477 msgstr ""
26478
26479 #. type: textblock
26480 #: ../fish/guestfish-actions.pod:3645
26481 msgid ""
26482 "This command is the same as L</pvresize> except that it allows you to "
26483 "specify the new size (in bytes) explicitly."
26484 msgstr ""
26485
26486 #. type: =head2
26487 #: ../fish/guestfish-actions.pod:3648
26488 msgid "pvs"
26489 msgstr ""
26490
26491 #. type: verbatim
26492 #: ../fish/guestfish-actions.pod:3650
26493 #, no-wrap
26494 msgid ""
26495 " pvs\n"
26496 "\n"
26497 msgstr ""
26498
26499 #. type: textblock
26500 #: ../fish/guestfish-actions.pod:3658
26501 msgid "See also L</pvs-full>."
26502 msgstr ""
26503
26504 #. type: =head2
26505 #: ../fish/guestfish-actions.pod:3660
26506 msgid "pvs-full"
26507 msgstr ""
26508
26509 #. type: verbatim
26510 #: ../fish/guestfish-actions.pod:3662
26511 #, no-wrap
26512 msgid ""
26513 " pvs-full\n"
26514 "\n"
26515 msgstr ""
26516
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:3667
26519 msgid "pvuuid"
26520 msgstr ""
26521
26522 #. type: verbatim
26523 #: ../fish/guestfish-actions.pod:3669
26524 #, no-wrap
26525 msgid ""
26526 " pvuuid device\n"
26527 "\n"
26528 msgstr ""
26529
26530 #. type: =head2
26531 #: ../fish/guestfish-actions.pod:3673
26532 msgid "pwrite"
26533 msgstr ""
26534
26535 #. type: verbatim
26536 #: ../fish/guestfish-actions.pod:3675
26537 #, no-wrap
26538 msgid ""
26539 " pwrite path content offset\n"
26540 "\n"
26541 msgstr ""
26542
26543 #. type: textblock
26544 #: ../fish/guestfish-actions.pod:3686
26545 msgid "See also L</pread>, L</pwrite-device>."
26546 msgstr ""
26547
26548 #. type: =head2
26549 #: ../fish/guestfish-actions.pod:3691
26550 msgid "pwrite-device"
26551 msgstr ""
26552
26553 #. type: verbatim
26554 #: ../fish/guestfish-actions.pod:3693
26555 #, no-wrap
26556 msgid ""
26557 " pwrite-device device content offset\n"
26558 "\n"
26559 msgstr ""
26560
26561 #. type: textblock
26562 #: ../fish/guestfish-actions.pod:3703
26563 msgid "See also L</pwrite>."
26564 msgstr ""
26565
26566 #. type: =head2
26567 #: ../fish/guestfish-actions.pod:3708
26568 msgid "read-file"
26569 msgstr ""
26570
26571 #. type: verbatim
26572 #: ../fish/guestfish-actions.pod:3710
26573 #, no-wrap
26574 msgid ""
26575 " read-file path\n"
26576 "\n"
26577 msgstr ""
26578
26579 #. type: textblock
26580 #: ../fish/guestfish-actions.pod:3715
26581 msgid ""
26582 "Unlike L</cat>, this function can correctly handle files that contain "
26583 "embedded ASCII NUL characters.  However unlike L</download>, this function "
26584 "is limited in the total size of file that can be handled."
26585 msgstr ""
26586
26587 #. type: =head2
26588 #: ../fish/guestfish-actions.pod:3723
26589 msgid "read-lines"
26590 msgstr ""
26591
26592 #. type: verbatim
26593 #: ../fish/guestfish-actions.pod:3725
26594 #, no-wrap
26595 msgid ""
26596 " read-lines path\n"
26597 "\n"
26598 msgstr ""
26599
26600 #. type: textblock
26601 #: ../fish/guestfish-actions.pod:3732
26602 msgid ""
26603 "Note that this function cannot correctly handle binary files (specifically, "
26604 "files containing C<\\0> character which is treated as end of line).  For "
26605 "those you need to use the L</read-file> function which has a more complex "
26606 "interface."
26607 msgstr ""
26608
26609 #. type: =head2
26610 #: ../fish/guestfish-actions.pod:3737
26611 msgid "readdir"
26612 msgstr ""
26613
26614 #. type: verbatim
26615 #: ../fish/guestfish-actions.pod:3739
26616 #, no-wrap
26617 msgid ""
26618 " readdir dir\n"
26619 "\n"
26620 msgstr ""
26621
26622 #. type: textblock
26623 #: ../fish/guestfish-actions.pod:3791
26624 msgid ""
26625 "This function is primarily intended for use by programs.  To get a simple "
26626 "list of names, use L</ls>.  To get a printable directory for human "
26627 "consumption, use L</ll>."
26628 msgstr ""
26629
26630 #. type: =head2
26631 #: ../fish/guestfish-actions.pod:3795
26632 msgid "readlink"
26633 msgstr ""
26634
26635 #. type: verbatim
26636 #: ../fish/guestfish-actions.pod:3797
26637 #, no-wrap
26638 msgid ""
26639 " readlink path\n"
26640 "\n"
26641 msgstr ""
26642
26643 #. type: =head2
26644 #: ../fish/guestfish-actions.pod:3801
26645 msgid "readlinklist"
26646 msgstr ""
26647
26648 #. type: verbatim
26649 #: ../fish/guestfish-actions.pod:3803
26650 #, no-wrap
26651 msgid ""
26652 " readlinklist path 'names ...'\n"
26653 "\n"
26654 msgstr ""
26655
26656 #. type: =head2
26657 #: ../fish/guestfish-actions.pod:3827
26658 msgid "realpath"
26659 msgstr ""
26660
26661 #. type: verbatim
26662 #: ../fish/guestfish-actions.pod:3829
26663 #, no-wrap
26664 msgid ""
26665 " realpath path\n"
26666 "\n"
26667 msgstr ""
26668
26669 #. type: =head2
26670 #: ../fish/guestfish-actions.pod:3834
26671 msgid "removexattr"
26672 msgstr ""
26673
26674 #. type: verbatim
26675 #: ../fish/guestfish-actions.pod:3836
26676 #, no-wrap
26677 msgid ""
26678 " removexattr xattr path\n"
26679 "\n"
26680 msgstr ""
26681
26682 #. type: textblock
26683 #: ../fish/guestfish-actions.pod:3841
26684 msgid "See also: L</lremovexattr>, L<attr(5)>."
26685 msgstr ""
26686
26687 #. type: =head2
26688 #: ../fish/guestfish-actions.pod:3843
26689 msgid "resize2fs"
26690 msgstr ""
26691
26692 #. type: verbatim
26693 #: ../fish/guestfish-actions.pod:3845
26694 #, no-wrap
26695 msgid ""
26696 " resize2fs device\n"
26697 "\n"
26698 msgstr ""
26699
26700 #. type: textblock
26701 #: ../fish/guestfish-actions.pod:3850
26702 msgid ""
26703 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
26704 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
26705 "gives an error about this and sometimes not.  In any case, it is always safe "
26706 "to call L</e2fsck-f> before calling this function."
26707 msgstr ""
26708
26709 #. type: =head2
26710 #: ../fish/guestfish-actions.pod:3856
26711 msgid "resize2fs-M"
26712 msgstr ""
26713
26714 #. type: verbatim
26715 #: ../fish/guestfish-actions.pod:3858
26716 #, no-wrap
26717 msgid ""
26718 " resize2fs-M device\n"
26719 "\n"
26720 msgstr ""
26721
26722 #. type: textblock
26723 #: ../fish/guestfish-actions.pod:3860
26724 msgid ""
26725 "This command is the same as L</resize2fs>, but the filesystem is resized to "
26726 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
26727 "command."
26728 msgstr ""
26729
26730 #. type: textblock
26731 #: ../fish/guestfish-actions.pod:3864
26732 msgid ""
26733 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
26734 "and read the C<Block size> and C<Block count> values.  These two numbers, "
26735 "multiplied together, give the resulting size of the minimal filesystem in "
26736 "bytes."
26737 msgstr ""
26738
26739 #. type: =head2
26740 #: ../fish/guestfish-actions.pod:3869
26741 msgid "resize2fs-size"
26742 msgstr ""
26743
26744 #. type: verbatim
26745 #: ../fish/guestfish-actions.pod:3871
26746 #, no-wrap
26747 msgid ""
26748 " resize2fs-size device size\n"
26749 "\n"
26750 msgstr ""
26751
26752 #. type: textblock
26753 #: ../fish/guestfish-actions.pod:3873
26754 msgid ""
26755 "This command is the same as L</resize2fs> except that it allows you to "
26756 "specify the new size (in bytes) explicitly."
26757 msgstr ""
26758
26759 #. type: =head2
26760 #: ../fish/guestfish-actions.pod:3876
26761 msgid "rm"
26762 msgstr ""
26763
26764 #. type: verbatim
26765 #: ../fish/guestfish-actions.pod:3878
26766 #, no-wrap
26767 msgid ""
26768 " rm path\n"
26769 "\n"
26770 msgstr ""
26771
26772 #. type: =head2
26773 #: ../fish/guestfish-actions.pod:3882
26774 msgid "rm-rf"
26775 msgstr ""
26776
26777 #. type: verbatim
26778 #: ../fish/guestfish-actions.pod:3884
26779 #, no-wrap
26780 msgid ""
26781 " rm-rf path\n"
26782 "\n"
26783 msgstr ""
26784
26785 #. type: =head2
26786 #: ../fish/guestfish-actions.pod:3890
26787 msgid "rmdir"
26788 msgstr ""
26789
26790 #. type: verbatim
26791 #: ../fish/guestfish-actions.pod:3892
26792 #, no-wrap
26793 msgid ""
26794 " rmdir path\n"
26795 "\n"
26796 msgstr ""
26797
26798 #. type: =head2
26799 #: ../fish/guestfish-actions.pod:3896
26800 msgid "rmmountpoint"
26801 msgstr ""
26802
26803 #. type: verbatim
26804 #: ../fish/guestfish-actions.pod:3898
26805 #, no-wrap
26806 msgid ""
26807 " rmmountpoint exemptpath\n"
26808 "\n"
26809 msgstr ""
26810
26811 #. type: textblock
26812 #: ../fish/guestfish-actions.pod:3900
26813 msgid ""
26814 "This calls removes a mountpoint that was previously created with L</"
26815 "mkmountpoint>.  See L</mkmountpoint> for full details."
26816 msgstr ""
26817
26818 #. type: =head2
26819 #: ../fish/guestfish-actions.pod:3904
26820 msgid "scrub-device"
26821 msgstr ""
26822
26823 #. type: verbatim
26824 #: ../fish/guestfish-actions.pod:3906
26825 #, no-wrap
26826 msgid ""
26827 " scrub-device device\n"
26828 "\n"
26829 msgstr ""
26830
26831 #. type: =head2
26832 #: ../fish/guestfish-actions.pod:3917
26833 msgid "scrub-file"
26834 msgstr ""
26835
26836 #. type: verbatim
26837 #: ../fish/guestfish-actions.pod:3919
26838 #, no-wrap
26839 msgid ""
26840 " scrub-file file\n"
26841 "\n"
26842 msgstr ""
26843
26844 #. type: =head2
26845 #: ../fish/guestfish-actions.pod:3929
26846 msgid "scrub-freespace"
26847 msgstr ""
26848
26849 #. type: verbatim
26850 #: ../fish/guestfish-actions.pod:3931
26851 #, no-wrap
26852 msgid ""
26853 " scrub-freespace dir\n"
26854 "\n"
26855 msgstr ""
26856
26857 #. type: textblock
26858 #: ../fish/guestfish-actions.pod:3933
26859 msgid ""
26860 "This command creates the directory C<dir> and then fills it with files until "
26861 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26862 "deletes them.  The intention is to scrub any free space on the partition "
26863 "containing C<dir>."
26864 msgstr ""
26865
26866 #. type: =head2
26867 #: ../fish/guestfish-actions.pod:3942
26868 msgid "set-append"
26869 msgstr ""
26870
26871 #. type: =head2
26872 #: ../fish/guestfish-actions.pod:3944
26873 msgid "append"
26874 msgstr ""
26875
26876 #. type: verbatim
26877 #: ../fish/guestfish-actions.pod:3946
26878 #, no-wrap
26879 msgid ""
26880 " set-append append\n"
26881 "\n"
26882 msgstr ""
26883
26884 #. type: =head2
26885 #: ../fish/guestfish-actions.pod:3957
26886 msgid "set-attach-method"
26887 msgstr ""
26888
26889 #. type: =head2
26890 #: ../fish/guestfish-actions.pod:3959
26891 msgid "attach-method"
26892 msgstr ""
26893
26894 #. type: verbatim
26895 #: ../fish/guestfish-actions.pod:3961
26896 #, no-wrap
26897 msgid ""
26898 " set-attach-method attachmethod\n"
26899 "\n"
26900 msgstr ""
26901
26902 #. type: =head2
26903 #: ../fish/guestfish-actions.pod:3983
26904 msgid "set-autosync"
26905 msgstr ""
26906
26907 #. type: =head2
26908 #: ../fish/guestfish-actions.pod:3985
26909 msgid "autosync"
26910 msgstr ""
26911
26912 #. type: verbatim
26913 #: ../fish/guestfish-actions.pod:3987
26914 #, no-wrap
26915 msgid ""
26916 " set-autosync true|false\n"
26917 "\n"
26918 msgstr ""
26919
26920 #. type: =head2
26921 #: ../fish/guestfish-actions.pod:3997
26922 msgid "set-direct"
26923 msgstr ""
26924
26925 #. type: =head2
26926 #: ../fish/guestfish-actions.pod:3999
26927 msgid "direct"
26928 msgstr ""
26929
26930 #. type: verbatim
26931 #: ../fish/guestfish-actions.pod:4001
26932 #, no-wrap
26933 msgid ""
26934 " set-direct true|false\n"
26935 "\n"
26936 msgstr ""
26937
26938 #. type: textblock
26939 #: ../fish/guestfish-actions.pod:4007
26940 msgid ""
26941 "One consequence of this is that log messages aren't caught by the library "
26942 "and handled by L</set-log-message-callback>, but go straight to stdout."
26943 msgstr ""
26944
26945 #. type: =head2
26946 #: ../fish/guestfish-actions.pod:4016
26947 msgid "set-e2label"
26948 msgstr ""
26949
26950 #. type: verbatim
26951 #: ../fish/guestfish-actions.pod:4018
26952 #, no-wrap
26953 msgid ""
26954 " set-e2label device label\n"
26955 "\n"
26956 msgstr ""
26957
26958 #. type: textblock
26959 #: ../fish/guestfish-actions.pod:4024
26960 msgid ""
26961 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26962 "label on a filesystem."
26963 msgstr ""
26964
26965 #. type: =head2
26966 #: ../fish/guestfish-actions.pod:4027
26967 msgid "set-e2uuid"
26968 msgstr ""
26969
26970 #. type: verbatim
26971 #: ../fish/guestfish-actions.pod:4029
26972 #, no-wrap
26973 msgid ""
26974 " set-e2uuid device uuid\n"
26975 "\n"
26976 msgstr ""
26977
26978 #. type: textblock
26979 #: ../fish/guestfish-actions.pod:4036
26980 msgid ""
26981 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26982 "UUID of a filesystem."
26983 msgstr ""
26984
26985 #. type: =head2
26986 #: ../fish/guestfish-actions.pod:4039
26987 msgid "set-memsize"
26988 msgstr ""
26989
26990 #. type: =head2
26991 #: ../fish/guestfish-actions.pod:4041
26992 msgid "memsize"
26993 msgstr ""
26994
26995 #. type: verbatim
26996 #: ../fish/guestfish-actions.pod:4043
26997 #, no-wrap
26998 msgid ""
26999 " set-memsize memsize\n"
27000 "\n"
27001 msgstr ""
27002
27003 #. type: textblock
27004 #: ../fish/guestfish-actions.pod:4045
27005 msgid ""
27006 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
27007 "This only has any effect if called before L</launch>."
27008 msgstr ""
27009
27010 #. type: =head2
27011 #: ../fish/guestfish-actions.pod:4056
27012 msgid "set-network"
27013 msgstr ""
27014
27015 #. type: =head2
27016 #: ../fish/guestfish-actions.pod:4058
27017 msgid "network"
27018 msgstr ""
27019
27020 #. type: verbatim
27021 #: ../fish/guestfish-actions.pod:4060
27022 #, no-wrap
27023 msgid ""
27024 " set-network true|false\n"
27025 "\n"
27026 msgstr ""
27027
27028 #. type: textblock
27029 #: ../fish/guestfish-actions.pod:4068
27030 msgid ""
27031 "You must call this before calling L</launch>, otherwise it has no effect."
27032 msgstr ""
27033
27034 #. type: =head2
27035 #: ../fish/guestfish-actions.pod:4071
27036 msgid "set-path"
27037 msgstr ""
27038
27039 #. type: =head2
27040 #: ../fish/guestfish-actions.pod:4073
27041 msgid "path"
27042 msgstr ""
27043
27044 #. type: verbatim
27045 #: ../fish/guestfish-actions.pod:4075
27046 #, no-wrap
27047 msgid ""
27048 " set-path searchpath\n"
27049 "\n"
27050 msgstr ""
27051
27052 #. type: =head2
27053 #: ../fish/guestfish-actions.pod:4084
27054 msgid "set-qemu"
27055 msgstr ""
27056
27057 #. type: =head2
27058 #: ../fish/guestfish-actions.pod:4086
27059 msgid "qemu"
27060 msgstr ""
27061
27062 #. type: verbatim
27063 #: ../fish/guestfish-actions.pod:4088
27064 #, no-wrap
27065 msgid ""
27066 " set-qemu qemu\n"
27067 "\n"
27068 msgstr ""
27069
27070 #. type: =head2
27071 #: ../fish/guestfish-actions.pod:4108
27072 msgid "set-recovery-proc"
27073 msgstr ""
27074
27075 #. type: =head2
27076 #: ../fish/guestfish-actions.pod:4110
27077 msgid "recovery-proc"
27078 msgstr ""
27079
27080 #. type: verbatim
27081 #: ../fish/guestfish-actions.pod:4112
27082 #, no-wrap
27083 msgid ""
27084 " set-recovery-proc true|false\n"
27085 "\n"
27086 msgstr ""
27087
27088 #. type: textblock
27089 #: ../fish/guestfish-actions.pod:4114
27090 msgid ""
27091 "If this is called with the parameter C<false> then L</launch> does not "
27092 "create a recovery process.  The purpose of the recovery process is to stop "
27093 "runaway qemu processes in the case where the main program aborts abruptly."
27094 msgstr ""
27095
27096 #. type: textblock
27097 #: ../fish/guestfish-actions.pod:4119
27098 msgid ""
27099 "This only has any effect if called before L</launch>, and the default is "
27100 "true."
27101 msgstr ""
27102
27103 #. type: =head2
27104 #: ../fish/guestfish-actions.pod:4128
27105 msgid "set-selinux"
27106 msgstr ""
27107
27108 #. type: =head2
27109 #: ../fish/guestfish-actions.pod:4130
27110 msgid "selinux"
27111 msgstr ""
27112
27113 #. type: verbatim
27114 #: ../fish/guestfish-actions.pod:4132
27115 #, no-wrap
27116 msgid ""
27117 " set-selinux true|false\n"
27118 "\n"
27119 msgstr ""
27120
27121 #. type: =head2
27122 #: ../fish/guestfish-actions.pod:4143
27123 msgid "set-trace"
27124 msgstr ""
27125
27126 #. type: =head2
27127 #: ../fish/guestfish-actions.pod:4145
27128 msgid "trace"
27129 msgstr ""
27130
27131 #. type: verbatim
27132 #: ../fish/guestfish-actions.pod:4147
27133 #, no-wrap
27134 msgid ""
27135 " set-trace true|false\n"
27136 "\n"
27137 msgstr ""
27138
27139 #. type: textblock
27140 #: ../fish/guestfish-actions.pod:4159
27141 msgid ""
27142 "Trace messages are normally sent to C<stderr>, unless you register a "
27143 "callback to send them somewhere else (see L</set-event-callback>)."
27144 msgstr ""
27145
27146 #. type: =head2
27147 #: ../fish/guestfish-actions.pod:4163
27148 msgid "set-verbose"
27149 msgstr ""
27150
27151 #. type: =head2
27152 #: ../fish/guestfish-actions.pod:4165
27153 msgid "verbose"
27154 msgstr ""
27155
27156 #. type: verbatim
27157 #: ../fish/guestfish-actions.pod:4167
27158 #, no-wrap
27159 msgid ""
27160 " set-verbose true|false\n"
27161 "\n"
27162 msgstr ""
27163
27164 #. type: textblock
27165 #: ../fish/guestfish-actions.pod:4174
27166 msgid ""
27167 "Verbose messages are normally sent to C<stderr>, unless you register a "
27168 "callback to send them somewhere else (see L</set-event-callback>)."
27169 msgstr ""
27170
27171 #. type: =head2
27172 #: ../fish/guestfish-actions.pod:4178
27173 msgid "setcon"
27174 msgstr ""
27175
27176 #. type: verbatim
27177 #: ../fish/guestfish-actions.pod:4180
27178 #, no-wrap
27179 msgid ""
27180 " setcon context\n"
27181 "\n"
27182 msgstr ""
27183
27184 #. type: =head2
27185 #: ../fish/guestfish-actions.pod:4187
27186 msgid "setxattr"
27187 msgstr ""
27188
27189 #. type: verbatim
27190 #: ../fish/guestfish-actions.pod:4189
27191 #, no-wrap
27192 msgid ""
27193 " setxattr xattr val vallen path\n"
27194 "\n"
27195 msgstr ""
27196
27197 #. type: textblock
27198 #: ../fish/guestfish-actions.pod:4195
27199 msgid "See also: L</lsetxattr>, L<attr(5)>."
27200 msgstr ""
27201
27202 #. type: =head2
27203 #: ../fish/guestfish-actions.pod:4197
27204 msgid "sfdisk"
27205 msgstr ""
27206
27207 #. type: verbatim
27208 #: ../fish/guestfish-actions.pod:4199
27209 #, no-wrap
27210 msgid ""
27211 " sfdisk device cyls heads sectors 'lines ...'\n"
27212 "\n"
27213 msgstr ""
27214
27215 #. type: textblock
27216 #: ../fish/guestfish-actions.pod:4221
27217 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
27218 msgstr ""
27219
27220 #. type: =head2
27221 #: ../fish/guestfish-actions.pod:4234
27222 msgid "sfdiskM"
27223 msgstr ""
27224
27225 #. type: verbatim
27226 #: ../fish/guestfish-actions.pod:4236
27227 #, no-wrap
27228 msgid ""
27229 " sfdiskM device 'lines ...'\n"
27230 "\n"
27231 msgstr ""
27232
27233 #. type: textblock
27234 #: ../fish/guestfish-actions.pod:4238
27235 msgid ""
27236 "This is a simplified interface to the L</sfdisk> command, where partition "
27237 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
27238 "you don't need to specify the cyls, heads and sectors parameters which were "
27239 "rarely if ever used anyway."
27240 msgstr ""
27241
27242 #. type: textblock
27243 #: ../fish/guestfish-actions.pod:4244
27244 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
27245 msgstr ""
27246
27247 #. type: =head2
27248 #: ../fish/guestfish-actions.pod:4257
27249 msgid "sfdisk-N"
27250 msgstr ""
27251
27252 #. type: verbatim
27253 #: ../fish/guestfish-actions.pod:4259
27254 #, no-wrap
27255 msgid ""
27256 " sfdisk-N device partnum cyls heads sectors line\n"
27257 "\n"
27258 msgstr ""
27259
27260 #. type: textblock
27261 #: ../fish/guestfish-actions.pod:4264
27262 msgid ""
27263 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
27264 "cyls/heads/sectors parameters."
27265 msgstr ""
27266
27267 #. type: textblock
27268 #: ../fish/guestfish-actions.pod:4267
27269 msgid "See also: L</part-add>"
27270 msgstr ""
27271
27272 #. type: =head2
27273 #: ../fish/guestfish-actions.pod:4279
27274 msgid "sfdisk-disk-geometry"
27275 msgstr ""
27276
27277 #. type: verbatim
27278 #: ../fish/guestfish-actions.pod:4281
27279 #, no-wrap
27280 msgid ""
27281 " sfdisk-disk-geometry device\n"
27282 "\n"
27283 msgstr ""
27284
27285 #. type: textblock
27286 #: ../fish/guestfish-actions.pod:4283
27287 msgid ""
27288 "This displays the disk geometry of C<device> read from the partition table.  "
27289 "Especially in the case where the underlying block device has been resized, "
27290 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
27291 "kernel-geometry>)."
27292 msgstr ""
27293
27294 #. type: =head2
27295 #: ../fish/guestfish-actions.pod:4291
27296 msgid "sfdisk-kernel-geometry"
27297 msgstr ""
27298
27299 #. type: verbatim
27300 #: ../fish/guestfish-actions.pod:4293
27301 #, no-wrap
27302 msgid ""
27303 " sfdisk-kernel-geometry device\n"
27304 "\n"
27305 msgstr ""
27306
27307 #. type: =head2
27308 #: ../fish/guestfish-actions.pod:4300
27309 msgid "sfdisk-l"
27310 msgstr ""
27311
27312 #. type: verbatim
27313 #: ../fish/guestfish-actions.pod:4302
27314 #, no-wrap
27315 msgid ""
27316 " sfdisk-l device\n"
27317 "\n"
27318 msgstr ""
27319
27320 #. type: textblock
27321 #: ../fish/guestfish-actions.pod:4308
27322 msgid "See also: L</part-list>"
27323 msgstr ""
27324
27325 #. type: =head2
27326 #: ../fish/guestfish-actions.pod:4317
27327 msgid "sh"
27328 msgstr ""
27329
27330 #. type: verbatim
27331 #: ../fish/guestfish-actions.pod:4319
27332 #, no-wrap
27333 msgid ""
27334 " sh command\n"
27335 "\n"
27336 msgstr ""
27337
27338 #. type: textblock
27339 #: ../fish/guestfish-actions.pod:4324
27340 msgid "This is like L</command>, but passes the command to:"
27341 msgstr ""
27342
27343 #. type: textblock
27344 #: ../fish/guestfish-actions.pod:4332
27345 msgid "All the provisos about L</command> apply to this call."
27346 msgstr ""
27347
27348 #. type: =head2
27349 #: ../fish/guestfish-actions.pod:4334
27350 msgid "sh-lines"
27351 msgstr ""
27352
27353 #. type: verbatim
27354 #: ../fish/guestfish-actions.pod:4336
27355 #, no-wrap
27356 msgid ""
27357 " sh-lines command\n"
27358 "\n"
27359 msgstr ""
27360
27361 #. type: textblock
27362 #: ../fish/guestfish-actions.pod:4338
27363 msgid "This is the same as L</sh>, but splits the result into a list of lines."
27364 msgstr ""
27365
27366 #. type: textblock
27367 #: ../fish/guestfish-actions.pod:4341
27368 msgid "See also: L</command-lines>"
27369 msgstr ""
27370
27371 #. type: =head2
27372 #: ../fish/guestfish-actions.pod:4343
27373 msgid "sleep"
27374 msgstr ""
27375
27376 #. type: verbatim
27377 #: ../fish/guestfish-actions.pod:4345
27378 #, no-wrap
27379 msgid ""
27380 " sleep secs\n"
27381 "\n"
27382 msgstr ""
27383
27384 #. type: =head2
27385 #: ../fish/guestfish-actions.pod:4349
27386 msgid "stat"
27387 msgstr ""
27388
27389 #. type: verbatim
27390 #: ../fish/guestfish-actions.pod:4351
27391 #, no-wrap
27392 msgid ""
27393 " stat path\n"
27394 "\n"
27395 msgstr ""
27396
27397 #. type: =head2
27398 #: ../fish/guestfish-actions.pod:4357
27399 msgid "statvfs"
27400 msgstr ""
27401
27402 #. type: verbatim
27403 #: ../fish/guestfish-actions.pod:4359
27404 #, no-wrap
27405 msgid ""
27406 " statvfs path\n"
27407 "\n"
27408 msgstr ""
27409
27410 #. type: =head2
27411 #: ../fish/guestfish-actions.pod:4367
27412 msgid "strings"
27413 msgstr ""
27414
27415 #. type: verbatim
27416 #: ../fish/guestfish-actions.pod:4369
27417 #, no-wrap
27418 msgid ""
27419 " strings path\n"
27420 "\n"
27421 msgstr ""
27422
27423 #. type: =head2
27424 #: ../fish/guestfish-actions.pod:4377
27425 msgid "strings-e"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../fish/guestfish-actions.pod:4379
27430 #, no-wrap
27431 msgid ""
27432 " strings-e encoding path\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: textblock
27437 #: ../fish/guestfish-actions.pod:4381
27438 msgid ""
27439 "This is like the L</strings> command, but allows you to specify the encoding "
27440 "of strings that are looked for in the source file C<path>."
27441 msgstr ""
27442
27443 #. type: textblock
27444 #: ../fish/guestfish-actions.pod:4391
27445 msgid ""
27446 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
27447 "ISO-8859-X (this is what L</strings> uses)."
27448 msgstr ""
27449
27450 #. type: =head2
27451 #: ../fish/guestfish-actions.pod:4423
27452 msgid "swapoff-device"
27453 msgstr ""
27454
27455 #. type: verbatim
27456 #: ../fish/guestfish-actions.pod:4425
27457 #, no-wrap
27458 msgid ""
27459 " swapoff-device device\n"
27460 "\n"
27461 msgstr ""
27462
27463 #. type: textblock
27464 #: ../fish/guestfish-actions.pod:4427
27465 msgid ""
27466 "This command disables the libguestfs appliance swap device or partition "
27467 "named C<device>.  See L</swapon-device>."
27468 msgstr ""
27469
27470 #. type: =head2
27471 #: ../fish/guestfish-actions.pod:4431
27472 msgid "swapoff-file"
27473 msgstr ""
27474
27475 #. type: verbatim
27476 #: ../fish/guestfish-actions.pod:4433
27477 #, no-wrap
27478 msgid ""
27479 " swapoff-file file\n"
27480 "\n"
27481 msgstr ""
27482
27483 #. type: =head2
27484 #: ../fish/guestfish-actions.pod:4437
27485 msgid "swapoff-label"
27486 msgstr ""
27487
27488 #. type: verbatim
27489 #: ../fish/guestfish-actions.pod:4439
27490 #, no-wrap
27491 msgid ""
27492 " swapoff-label label\n"
27493 "\n"
27494 msgstr ""
27495
27496 #. type: =head2
27497 #: ../fish/guestfish-actions.pod:4444
27498 msgid "swapoff-uuid"
27499 msgstr ""
27500
27501 #. type: verbatim
27502 #: ../fish/guestfish-actions.pod:4446
27503 #, no-wrap
27504 msgid ""
27505 " swapoff-uuid uuid\n"
27506 "\n"
27507 msgstr ""
27508
27509 #. type: =head2
27510 #: ../fish/guestfish-actions.pod:4451
27511 msgid "swapon-device"
27512 msgstr ""
27513
27514 #. type: verbatim
27515 #: ../fish/guestfish-actions.pod:4453
27516 #, no-wrap
27517 msgid ""
27518 " swapon-device device\n"
27519 "\n"
27520 msgstr ""
27521
27522 #. type: textblock
27523 #: ../fish/guestfish-actions.pod:4455
27524 msgid ""
27525 "This command enables the libguestfs appliance to use the swap device or "
27526 "partition named C<device>.  The increased memory is made available for all "
27527 "commands, for example those run using L</command> or L</sh>."
27528 msgstr ""
27529
27530 #. type: =head2
27531 #: ../fish/guestfish-actions.pod:4467
27532 msgid "swapon-file"
27533 msgstr ""
27534
27535 #. type: verbatim
27536 #: ../fish/guestfish-actions.pod:4469
27537 #, no-wrap
27538 msgid ""
27539 " swapon-file file\n"
27540 "\n"
27541 msgstr ""
27542
27543 #. type: textblock
27544 #: ../fish/guestfish-actions.pod:4471
27545 msgid ""
27546 "This command enables swap to a file.  See L</swapon-device> for other notes."
27547 msgstr ""
27548
27549 #. type: =head2
27550 #: ../fish/guestfish-actions.pod:4474
27551 msgid "swapon-label"
27552 msgstr ""
27553
27554 #. type: verbatim
27555 #: ../fish/guestfish-actions.pod:4476
27556 #, no-wrap
27557 msgid ""
27558 " swapon-label label\n"
27559 "\n"
27560 msgstr ""
27561
27562 #. type: textblock
27563 #: ../fish/guestfish-actions.pod:4478
27564 msgid ""
27565 "This command enables swap to a labeled swap partition.  See L</swapon-"
27566 "device> for other notes."
27567 msgstr ""
27568
27569 #. type: =head2
27570 #: ../fish/guestfish-actions.pod:4481
27571 msgid "swapon-uuid"
27572 msgstr ""
27573
27574 #. type: verbatim
27575 #: ../fish/guestfish-actions.pod:4483
27576 #, no-wrap
27577 msgid ""
27578 " swapon-uuid uuid\n"
27579 "\n"
27580 msgstr ""
27581
27582 #. type: textblock
27583 #: ../fish/guestfish-actions.pod:4485
27584 msgid ""
27585 "This command enables swap to a swap partition with the given UUID.  See L</"
27586 "swapon-device> for other notes."
27587 msgstr ""
27588
27589 #. type: =head2
27590 #: ../fish/guestfish-actions.pod:4488
27591 msgid "sync"
27592 msgstr ""
27593
27594 #. type: verbatim
27595 #: ../fish/guestfish-actions.pod:4490
27596 #, no-wrap
27597 msgid ""
27598 " sync\n"
27599 "\n"
27600 msgstr ""
27601
27602 #. type: =head2
27603 #: ../fish/guestfish-actions.pod:4498
27604 msgid "tail"
27605 msgstr ""
27606
27607 #. type: verbatim
27608 #: ../fish/guestfish-actions.pod:4500
27609 #, no-wrap
27610 msgid ""
27611 " tail path\n"
27612 "\n"
27613 msgstr ""
27614
27615 #. type: =head2
27616 #: ../fish/guestfish-actions.pod:4508
27617 msgid "tail-n"
27618 msgstr ""
27619
27620 #. type: verbatim
27621 #: ../fish/guestfish-actions.pod:4510
27622 #, no-wrap
27623 msgid ""
27624 " tail-n nrlines path\n"
27625 "\n"
27626 msgstr ""
27627
27628 #. type: =head2
27629 #: ../fish/guestfish-actions.pod:4523
27630 msgid "tar-in"
27631 msgstr ""
27632
27633 #. type: verbatim
27634 #: ../fish/guestfish-actions.pod:4525
27635 #, no-wrap
27636 msgid ""
27637 " tar-in (tarfile|-) directory\n"
27638 "\n"
27639 msgstr ""
27640
27641 #. type: textblock
27642 #: ../fish/guestfish-actions.pod:4530
27643 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
27644 msgstr ""
27645
27646 #. type: =head2
27647 #: ../fish/guestfish-actions.pod:4535
27648 msgid "tar-out"
27649 msgstr ""
27650
27651 #. type: verbatim
27652 #: ../fish/guestfish-actions.pod:4537
27653 #, no-wrap
27654 msgid ""
27655 " tar-out directory (tarfile|-)\n"
27656 "\n"
27657 msgstr ""
27658
27659 #. type: textblock
27660 #: ../fish/guestfish-actions.pod:4542
27661 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
27662 msgstr ""
27663
27664 #. type: =head2
27665 #: ../fish/guestfish-actions.pod:4547
27666 msgid "tgz-in"
27667 msgstr ""
27668
27669 #. type: verbatim
27670 #: ../fish/guestfish-actions.pod:4549
27671 #, no-wrap
27672 msgid ""
27673 " tgz-in (tarball|-) directory\n"
27674 "\n"
27675 msgstr ""
27676
27677 #. type: textblock
27678 #: ../fish/guestfish-actions.pod:4554
27679 msgid "To upload an uncompressed tarball, use L</tar-in>."
27680 msgstr ""
27681
27682 #. type: =head2
27683 #: ../fish/guestfish-actions.pod:4558
27684 msgid "tgz-out"
27685 msgstr ""
27686
27687 #. type: verbatim
27688 #: ../fish/guestfish-actions.pod:4560
27689 #, no-wrap
27690 msgid ""
27691 " tgz-out directory (tarball|-)\n"
27692 "\n"
27693 msgstr ""
27694
27695 #. type: textblock
27696 #: ../fish/guestfish-actions.pod:4565
27697 msgid "To download an uncompressed tarball, use L</tar-out>."
27698 msgstr ""
27699
27700 #. type: =head2
27701 #: ../fish/guestfish-actions.pod:4569
27702 msgid "touch"
27703 msgstr ""
27704
27705 #. type: verbatim
27706 #: ../fish/guestfish-actions.pod:4571
27707 #, no-wrap
27708 msgid ""
27709 " touch path\n"
27710 "\n"
27711 msgstr ""
27712
27713 #. type: =head2
27714 #: ../fish/guestfish-actions.pod:4580
27715 msgid "truncate"
27716 msgstr ""
27717
27718 #. type: verbatim
27719 #: ../fish/guestfish-actions.pod:4582
27720 #, no-wrap
27721 msgid ""
27722 " truncate path\n"
27723 "\n"
27724 msgstr ""
27725
27726 #. type: =head2
27727 #: ../fish/guestfish-actions.pod:4587
27728 msgid "truncate-size"
27729 msgstr ""
27730
27731 #. type: verbatim
27732 #: ../fish/guestfish-actions.pod:4589
27733 #, no-wrap
27734 msgid ""
27735 " truncate-size path size\n"
27736 "\n"
27737 msgstr ""
27738
27739 #. type: textblock
27740 #: ../fish/guestfish-actions.pod:4594
27741 msgid ""
27742 "If the current file size is less than C<size> then the file is extended to "
27743 "the required size with zero bytes.  This creates a sparse file (ie. disk "
27744 "blocks are not allocated for the file until you write to it).  To create a "
27745 "non-sparse file of zeroes, use L</fallocate64> instead."
27746 msgstr ""
27747
27748 #. type: =head2
27749 #: ../fish/guestfish-actions.pod:4600
27750 msgid "tune2fs-l"
27751 msgstr ""
27752
27753 #. type: verbatim
27754 #: ../fish/guestfish-actions.pod:4602
27755 #, no-wrap
27756 msgid ""
27757 " tune2fs-l device\n"
27758 "\n"
27759 msgstr ""
27760
27761 #. type: =head2
27762 #: ../fish/guestfish-actions.pod:4612
27763 msgid "txz-in"
27764 msgstr ""
27765
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:4614
27768 #, no-wrap
27769 msgid ""
27770 " txz-in (tarball|-) directory\n"
27771 "\n"
27772 msgstr ""
27773
27774 #. type: =head2
27775 #: ../fish/guestfish-actions.pod:4621
27776 msgid "txz-out"
27777 msgstr ""
27778
27779 #. type: verbatim
27780 #: ../fish/guestfish-actions.pod:4623
27781 #, no-wrap
27782 msgid ""
27783 " txz-out directory (tarball|-)\n"
27784 "\n"
27785 msgstr ""
27786
27787 #. type: =head2
27788 #: ../fish/guestfish-actions.pod:4630
27789 msgid "umask"
27790 msgstr ""
27791
27792 #. type: verbatim
27793 #: ../fish/guestfish-actions.pod:4632
27794 #, no-wrap
27795 msgid ""
27796 " umask mask\n"
27797 "\n"
27798 msgstr ""
27799
27800 #. type: textblock
27801 #: ../fish/guestfish-actions.pod:4646
27802 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
27803 msgstr ""
27804
27805 #. type: =head2
27806 #: ../fish/guestfish-actions.pod:4651
27807 msgid "umount"
27808 msgstr ""
27809
27810 #. type: =head2
27811 #: ../fish/guestfish-actions.pod:4653
27812 msgid "unmount"
27813 msgstr ""
27814
27815 #. type: verbatim
27816 #: ../fish/guestfish-actions.pod:4655
27817 #, no-wrap
27818 msgid ""
27819 " umount pathordevice\n"
27820 "\n"
27821 msgstr ""
27822
27823 #. type: =head2
27824 #: ../fish/guestfish-actions.pod:4661
27825 msgid "umount-all"
27826 msgstr ""
27827
27828 #. type: =head2
27829 #: ../fish/guestfish-actions.pod:4663
27830 msgid "unmount-all"
27831 msgstr ""
27832
27833 #. type: verbatim
27834 #: ../fish/guestfish-actions.pod:4665
27835 #, no-wrap
27836 msgid ""
27837 " umount-all\n"
27838 "\n"
27839 msgstr ""
27840
27841 #. type: =head2
27842 #: ../fish/guestfish-actions.pod:4671
27843 msgid "upload"
27844 msgstr ""
27845
27846 #. type: verbatim
27847 #: ../fish/guestfish-actions.pod:4673
27848 #, no-wrap
27849 msgid ""
27850 " upload (filename|-) remotefilename\n"
27851 "\n"
27852 msgstr ""
27853
27854 #. type: textblock
27855 #: ../fish/guestfish-actions.pod:4680
27856 msgid "See also L</download>."
27857 msgstr ""
27858
27859 #. type: =head2
27860 #: ../fish/guestfish-actions.pod:4684
27861 msgid "upload-offset"
27862 msgstr ""
27863
27864 #. type: verbatim
27865 #: ../fish/guestfish-actions.pod:4686
27866 #, no-wrap
27867 msgid ""
27868 " upload-offset (filename|-) remotefilename offset\n"
27869 "\n"
27870 msgstr ""
27871
27872 #. type: textblock
27873 #: ../fish/guestfish-actions.pod:4698
27874 msgid ""
27875 "Note that there is no limit on the amount of data that can be uploaded with "
27876 "this call, unlike with L</pwrite>, and this call always writes the full "
27877 "amount unless an error occurs."
27878 msgstr ""
27879
27880 #. type: textblock
27881 #: ../fish/guestfish-actions.pod:4703
27882 msgid "See also L</upload>, L</pwrite>."
27883 msgstr ""
27884
27885 #. type: =head2
27886 #: ../fish/guestfish-actions.pod:4707
27887 msgid "utimens"
27888 msgstr ""
27889
27890 #. type: verbatim
27891 #: ../fish/guestfish-actions.pod:4709
27892 #, no-wrap
27893 msgid ""
27894 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27895 "\n"
27896 msgstr ""
27897
27898 #. type: =head2
27899 #: ../fish/guestfish-actions.pod:4728
27900 msgid "version"
27901 msgstr ""
27902
27903 #. type: verbatim
27904 #: ../fish/guestfish-actions.pod:4730
27905 #, no-wrap
27906 msgid ""
27907 " version\n"
27908 "\n"
27909 msgstr ""
27910
27911 #. type: textblock
27912 #: ../fish/guestfish-actions.pod:4757
27913 msgid ""
27914 "I<Note:> Don't use this call to test for availability of features.  In "
27915 "enterprise distributions we backport features from later versions into "
27916 "earlier versions, making this an unreliable way to test for features.  Use "
27917 "L</available> instead."
27918 msgstr ""
27919
27920 #. type: =head2
27921 #: ../fish/guestfish-actions.pod:4763
27922 msgid "vfs-label"
27923 msgstr ""
27924
27925 #. type: verbatim
27926 #: ../fish/guestfish-actions.pod:4765
27927 #, no-wrap
27928 msgid ""
27929 " vfs-label device\n"
27930 "\n"
27931 msgstr ""
27932
27933 #. type: textblock
27934 #: ../fish/guestfish-actions.pod:4772
27935 msgid "To find a filesystem from the label, use L</findfs-label>."
27936 msgstr ""
27937
27938 #. type: =head2
27939 #: ../fish/guestfish-actions.pod:4774
27940 msgid "vfs-type"
27941 msgstr ""
27942
27943 #. type: verbatim
27944 #: ../fish/guestfish-actions.pod:4776
27945 #, no-wrap
27946 msgid ""
27947 " vfs-type device\n"
27948 "\n"
27949 msgstr ""
27950
27951 #. type: =head2
27952 #: ../fish/guestfish-actions.pod:4786
27953 msgid "vfs-uuid"
27954 msgstr ""
27955
27956 #. type: verbatim
27957 #: ../fish/guestfish-actions.pod:4788
27958 #, no-wrap
27959 msgid ""
27960 " vfs-uuid device\n"
27961 "\n"
27962 msgstr ""
27963
27964 #. type: textblock
27965 #: ../fish/guestfish-actions.pod:4795
27966 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27967 msgstr ""
27968
27969 #. type: =head2
27970 #: ../fish/guestfish-actions.pod:4797
27971 msgid "vg-activate"
27972 msgstr ""
27973
27974 #. type: verbatim
27975 #: ../fish/guestfish-actions.pod:4799
27976 #, no-wrap
27977 msgid ""
27978 " vg-activate true|false 'volgroups ...'\n"
27979 "\n"
27980 msgstr ""
27981
27982 #. type: =head2
27983 #: ../fish/guestfish-actions.pod:4812
27984 msgid "vg-activate-all"
27985 msgstr ""
27986
27987 #. type: verbatim
27988 #: ../fish/guestfish-actions.pod:4814
27989 #, no-wrap
27990 msgid ""
27991 " vg-activate-all true|false\n"
27992 "\n"
27993 msgstr ""
27994
27995 #. type: =head2
27996 #: ../fish/guestfish-actions.pod:4824
27997 msgid "vgcreate"
27998 msgstr ""
27999
28000 #. type: verbatim
28001 #: ../fish/guestfish-actions.pod:4826
28002 #, no-wrap
28003 msgid ""
28004 " vgcreate volgroup 'physvols ...'\n"
28005 "\n"
28006 msgstr ""
28007
28008 #. type: =head2
28009 #: ../fish/guestfish-actions.pod:4831
28010 msgid "vglvuuids"
28011 msgstr ""
28012
28013 #. type: verbatim
28014 #: ../fish/guestfish-actions.pod:4833
28015 #, no-wrap
28016 msgid ""
28017 " vglvuuids vgname\n"
28018 "\n"
28019 msgstr ""
28020
28021 #. type: textblock
28022 #: ../fish/guestfish-actions.pod:4838
28023 msgid ""
28024 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
28025 "logical volumes and volume groups."
28026 msgstr ""
28027
28028 #. type: textblock
28029 #: ../fish/guestfish-actions.pod:4841
28030 msgid "See also L</vgpvuuids>."
28031 msgstr ""
28032
28033 #. type: =head2
28034 #: ../fish/guestfish-actions.pod:4843
28035 msgid "vgpvuuids"
28036 msgstr ""
28037
28038 #. type: verbatim
28039 #: ../fish/guestfish-actions.pod:4845
28040 #, no-wrap
28041 msgid ""
28042 " vgpvuuids vgname\n"
28043 "\n"
28044 msgstr ""
28045
28046 #. type: textblock
28047 #: ../fish/guestfish-actions.pod:4850
28048 msgid ""
28049 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
28050 "physical volumes and volume groups."
28051 msgstr ""
28052
28053 #. type: textblock
28054 #: ../fish/guestfish-actions.pod:4853
28055 msgid "See also L</vglvuuids>."
28056 msgstr ""
28057
28058 #. type: =head2
28059 #: ../fish/guestfish-actions.pod:4855
28060 msgid "vgremove"
28061 msgstr ""
28062
28063 #. type: verbatim
28064 #: ../fish/guestfish-actions.pod:4857
28065 #, no-wrap
28066 msgid ""
28067 " vgremove vgname\n"
28068 "\n"
28069 msgstr ""
28070
28071 #. type: =head2
28072 #: ../fish/guestfish-actions.pod:4864
28073 msgid "vgrename"
28074 msgstr ""
28075
28076 #. type: verbatim
28077 #: ../fish/guestfish-actions.pod:4866
28078 #, no-wrap
28079 msgid ""
28080 " vgrename volgroup newvolgroup\n"
28081 "\n"
28082 msgstr ""
28083
28084 #. type: =head2
28085 #: ../fish/guestfish-actions.pod:4870
28086 msgid "vgs"
28087 msgstr ""
28088
28089 #. type: verbatim
28090 #: ../fish/guestfish-actions.pod:4872
28091 #, no-wrap
28092 msgid ""
28093 " vgs\n"
28094 "\n"
28095 msgstr ""
28096
28097 #. type: textblock
28098 #: ../fish/guestfish-actions.pod:4880
28099 msgid "See also L</vgs-full>."
28100 msgstr ""
28101
28102 #. type: =head2
28103 #: ../fish/guestfish-actions.pod:4882
28104 msgid "vgs-full"
28105 msgstr ""
28106
28107 #. type: verbatim
28108 #: ../fish/guestfish-actions.pod:4884
28109 #, no-wrap
28110 msgid ""
28111 " vgs-full\n"
28112 "\n"
28113 msgstr ""
28114
28115 #. type: =head2
28116 #: ../fish/guestfish-actions.pod:4889
28117 msgid "vgscan"
28118 msgstr ""
28119
28120 #. type: verbatim
28121 #: ../fish/guestfish-actions.pod:4891
28122 #, no-wrap
28123 msgid ""
28124 " vgscan\n"
28125 "\n"
28126 msgstr ""
28127
28128 #. type: =head2
28129 #: ../fish/guestfish-actions.pod:4896
28130 msgid "vguuid"
28131 msgstr ""
28132
28133 #. type: verbatim
28134 #: ../fish/guestfish-actions.pod:4898
28135 #, no-wrap
28136 msgid ""
28137 " vguuid vgname\n"
28138 "\n"
28139 msgstr ""
28140
28141 #. type: =head2
28142 #: ../fish/guestfish-actions.pod:4902
28143 msgid "wc-c"
28144 msgstr ""
28145
28146 #. type: verbatim
28147 #: ../fish/guestfish-actions.pod:4904
28148 #, no-wrap
28149 msgid ""
28150 " wc-c path\n"
28151 "\n"
28152 msgstr ""
28153
28154 #. type: =head2
28155 #: ../fish/guestfish-actions.pod:4909
28156 msgid "wc-l"
28157 msgstr ""
28158
28159 #. type: verbatim
28160 #: ../fish/guestfish-actions.pod:4911
28161 #, no-wrap
28162 msgid ""
28163 " wc-l path\n"
28164 "\n"
28165 msgstr ""
28166
28167 #. type: =head2
28168 #: ../fish/guestfish-actions.pod:4916
28169 msgid "wc-w"
28170 msgstr ""
28171
28172 #. type: verbatim
28173 #: ../fish/guestfish-actions.pod:4918
28174 #, no-wrap
28175 msgid ""
28176 " wc-w path\n"
28177 "\n"
28178 msgstr ""
28179
28180 #. type: =head2
28181 #: ../fish/guestfish-actions.pod:4923
28182 msgid "write"
28183 msgstr ""
28184
28185 #. type: verbatim
28186 #: ../fish/guestfish-actions.pod:4925
28187 #, no-wrap
28188 msgid ""
28189 " write path content\n"
28190 "\n"
28191 msgstr ""
28192
28193 #. type: =head2
28194 #: ../fish/guestfish-actions.pod:4933
28195 msgid "write-file"
28196 msgstr ""
28197
28198 #. type: verbatim
28199 #: ../fish/guestfish-actions.pod:4935
28200 #, no-wrap
28201 msgid ""
28202 " write-file path content size\n"
28203 "\n"
28204 msgstr ""
28205
28206 #. type: =head2
28207 #: ../fish/guestfish-actions.pod:4958
28208 msgid "zegrep"
28209 msgstr ""
28210
28211 #. type: verbatim
28212 #: ../fish/guestfish-actions.pod:4960
28213 #, no-wrap
28214 msgid ""
28215 " zegrep regex path\n"
28216 "\n"
28217 msgstr ""
28218
28219 #. type: =head2
28220 #: ../fish/guestfish-actions.pod:4968
28221 msgid "zegrepi"
28222 msgstr ""
28223
28224 #. type: verbatim
28225 #: ../fish/guestfish-actions.pod:4970
28226 #, no-wrap
28227 msgid ""
28228 " zegrepi regex path\n"
28229 "\n"
28230 msgstr ""
28231
28232 #. type: =head2
28233 #: ../fish/guestfish-actions.pod:4978
28234 msgid "zero"
28235 msgstr ""
28236
28237 #. type: verbatim
28238 #: ../fish/guestfish-actions.pod:4980
28239 #, no-wrap
28240 msgid ""
28241 " zero device\n"
28242 "\n"
28243 msgstr ""
28244
28245 #. type: textblock
28246 #: ../fish/guestfish-actions.pod:4988
28247 msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
28248 msgstr ""
28249
28250 #. type: =head2
28251 #: ../fish/guestfish-actions.pod:4991
28252 msgid "zero-device"
28253 msgstr ""
28254
28255 #. type: verbatim
28256 #: ../fish/guestfish-actions.pod:4993
28257 #, no-wrap
28258 msgid ""
28259 " zero-device device\n"
28260 "\n"
28261 msgstr ""
28262
28263 #. type: textblock
28264 #: ../fish/guestfish-actions.pod:4995
28265 msgid ""
28266 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
28267 "which just zeroes the first few blocks of a device."
28268 msgstr ""
28269
28270 #. type: =head2
28271 #: ../fish/guestfish-actions.pod:5002
28272 msgid "zerofree"
28273 msgstr ""
28274
28275 #. type: verbatim
28276 #: ../fish/guestfish-actions.pod:5004
28277 #, no-wrap
28278 msgid ""
28279 " zerofree device\n"
28280 "\n"
28281 msgstr ""
28282
28283 #. type: =head2
28284 #: ../fish/guestfish-actions.pod:5017
28285 msgid "zfgrep"
28286 msgstr ""
28287
28288 #. type: verbatim
28289 #: ../fish/guestfish-actions.pod:5019
28290 #, no-wrap
28291 msgid ""
28292 " zfgrep pattern path\n"
28293 "\n"
28294 msgstr ""
28295
28296 #. type: =head2
28297 #: ../fish/guestfish-actions.pod:5027
28298 msgid "zfgrepi"
28299 msgstr ""
28300
28301 #. type: verbatim
28302 #: ../fish/guestfish-actions.pod:5029
28303 #, no-wrap
28304 msgid ""
28305 " zfgrepi pattern path\n"
28306 "\n"
28307 msgstr ""
28308
28309 #. type: =head2
28310 #: ../fish/guestfish-actions.pod:5037
28311 msgid "zfile"
28312 msgstr ""
28313
28314 #. type: verbatim
28315 #: ../fish/guestfish-actions.pod:5039
28316 #, no-wrap
28317 msgid ""
28318 " zfile meth path\n"
28319 "\n"
28320 msgstr ""
28321
28322 #. type: textblock
28323 #: ../fish/guestfish-actions.pod:5046
28324 msgid ""
28325 "Since 1.0.63, use L</file> instead which can now process compressed files."
28326 msgstr ""
28327
28328 #. type: =head2
28329 #: ../fish/guestfish-actions.pod:5056
28330 msgid "zgrep"
28331 msgstr ""
28332
28333 #. type: verbatim
28334 #: ../fish/guestfish-actions.pod:5058
28335 #, no-wrap
28336 msgid ""
28337 " zgrep regex path\n"
28338 "\n"
28339 msgstr ""
28340
28341 #. type: =head2
28342 #: ../fish/guestfish-actions.pod:5066
28343 msgid "zgrepi"
28344 msgstr ""
28345
28346 #. type: verbatim
28347 #: ../fish/guestfish-actions.pod:5068
28348 #, no-wrap
28349 msgid ""
28350 " zgrepi regex path\n"
28351 "\n"
28352 msgstr ""
28353
28354 #. type: =head2
28355 #: ../fish/guestfish-commands.pod:1
28356 msgid "alloc"
28357 msgstr ""
28358
28359 #. type: =head2
28360 #: ../fish/guestfish-commands.pod:3
28361 msgid "allocate"
28362 msgstr ""
28363
28364 #. type: verbatim
28365 #: ../fish/guestfish-commands.pod:5
28366 #, no-wrap
28367 msgid ""
28368 " alloc filename size\n"
28369 "\n"
28370 msgstr ""
28371
28372 #. type: textblock
28373 #: ../fish/guestfish-commands.pod:7
28374 msgid ""
28375 "This creates an empty (zeroed) file of the given size, and then adds so it "
28376 "can be further examined."
28377 msgstr ""
28378
28379 #. type: textblock
28380 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:182
28381 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:184
28386 msgid "Size can be specified using standard suffixes, eg. C<1M>."
28387 msgstr ""
28388
28389 #. type: textblock
28390 #: ../fish/guestfish-commands.pod:14
28391 msgid ""
28392 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
28393 "image, see L</PREPARED DISK IMAGES>."
28394 msgstr ""
28395
28396 #. type: =head2
28397 #: ../fish/guestfish-commands.pod:17
28398 msgid "copy-in"
28399 msgstr ""
28400
28401 #. type: verbatim
28402 #: ../fish/guestfish-commands.pod:19
28403 #, no-wrap
28404 msgid ""
28405 " copy-in local [local ...] /remotedir\n"
28406 "\n"
28407 msgstr ""
28408
28409 #. type: textblock
28410 #: ../fish/guestfish-commands.pod:21
28411 msgid ""
28412 "C<copy-in> copies local files or directories recursively into the disk "
28413 "image, placing them in the directory called C</remotedir> (which must "
28414 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
28415 "other commands as necessary."
28416 msgstr ""
28417
28418 #. type: textblock
28419 #: ../fish/guestfish-commands.pod:26
28420 msgid ""
28421 "Multiple local files and directories can be specified, but the last "
28422 "parameter must always be a remote directory.  Wildcards cannot be used."
28423 msgstr ""
28424
28425 #. type: =head2
28426 #: ../fish/guestfish-commands.pod:30
28427 msgid "copy-out"
28428 msgstr ""
28429
28430 #. type: verbatim
28431 #: ../fish/guestfish-commands.pod:32
28432 #, no-wrap
28433 msgid ""
28434 " copy-out remote [remote ...] localdir\n"
28435 "\n"
28436 msgstr ""
28437
28438 #. type: textblock
28439 #: ../fish/guestfish-commands.pod:34
28440 msgid ""
28441 "C<copy-out> copies remote files or directories recursively out of the disk "
28442 "image, placing them on the host disk in a local directory called C<localdir> "
28443 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
28444 "download>, L</tar-out> and other commands as necessary."
28445 msgstr ""
28446
28447 #. type: textblock
28448 #: ../fish/guestfish-commands.pod:40
28449 msgid ""
28450 "Multiple remote files and directories can be specified, but the last "
28451 "parameter must always be a local directory.  To download to the current "
28452 "directory, use C<.> as in:"
28453 msgstr ""
28454
28455 #. type: verbatim
28456 #: ../fish/guestfish-commands.pod:44
28457 #, no-wrap
28458 msgid ""
28459 " copy-out /home .\n"
28460 "\n"
28461 msgstr ""
28462
28463 #. type: textblock
28464 #: ../fish/guestfish-commands.pod:46
28465 msgid ""
28466 "Wildcards cannot be used in the ordinary command, but you can use them with "
28467 "the help of L</glob> like this:"
28468 msgstr ""
28469
28470 #. type: verbatim
28471 #: ../fish/guestfish-commands.pod:49
28472 #, no-wrap
28473 msgid ""
28474 " glob copy-out /home/* .\n"
28475 "\n"
28476 msgstr ""
28477
28478 #. type: =head2
28479 #: ../fish/guestfish-commands.pod:51
28480 msgid "display"
28481 msgstr ""
28482
28483 #. type: verbatim
28484 #: ../fish/guestfish-commands.pod:53
28485 #, no-wrap
28486 msgid ""
28487 " display filename\n"
28488 "\n"
28489 msgstr ""
28490
28491 #. type: textblock
28492 #: ../fish/guestfish-commands.pod:55
28493 msgid ""
28494 "Use C<display> (a graphical display program) to display an image file.  It "
28495 "downloads the file, and runs C<display> on it."
28496 msgstr ""
28497
28498 #. type: textblock
28499 #: ../fish/guestfish-commands.pod:58
28500 msgid ""
28501 "To use an alternative program, set the C<GUESTFISH_DISPLAY_IMAGE> "
28502 "environment variable.  For example to use the GNOME display program:"
28503 msgstr ""
28504
28505 #. type: verbatim
28506 #: ../fish/guestfish-commands.pod:61
28507 #, no-wrap
28508 msgid ""
28509 " export GUESTFISH_DISPLAY_IMAGE=eog\n"
28510 "\n"
28511 msgstr ""
28512
28513 #. type: textblock
28514 #: ../fish/guestfish-commands.pod:63
28515 #, fuzzy
28516 #| msgid "See L<guestfish(1)>."
28517 msgid "See also L<display(1)>."
28518 msgstr "Див. L<guestfish(1)>."
28519
28520 #. type: =head2
28521 #: ../fish/guestfish-commands.pod:65
28522 msgid "echo"
28523 msgstr ""
28524
28525 #. type: verbatim
28526 #: ../fish/guestfish-commands.pod:67
28527 #, no-wrap
28528 msgid ""
28529 " echo [params ...]\n"
28530 "\n"
28531 msgstr ""
28532
28533 #. type: textblock
28534 #: ../fish/guestfish-commands.pod:69
28535 msgid "This echos the parameters to the terminal."
28536 msgstr ""
28537
28538 #. type: =head2
28539 #: ../fish/guestfish-commands.pod:71
28540 msgid "edit"
28541 msgstr ""
28542
28543 #. type: =head2
28544 #: ../fish/guestfish-commands.pod:73
28545 msgid "vi"
28546 msgstr ""
28547
28548 #. type: =head2
28549 #: ../fish/guestfish-commands.pod:75
28550 msgid "emacs"
28551 msgstr ""
28552
28553 #. type: verbatim
28554 #: ../fish/guestfish-commands.pod:77
28555 #, no-wrap
28556 msgid ""
28557 " edit filename\n"
28558 "\n"
28559 msgstr ""
28560
28561 #. type: textblock
28562 #: ../fish/guestfish-commands.pod:79
28563 msgid ""
28564 "This is used to edit a file.  It downloads the file, edits it locally using "
28565 "your editor, then uploads the result."
28566 msgstr ""
28567
28568 #. type: textblock
28569 #: ../fish/guestfish-commands.pod:82
28570 msgid ""
28571 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
28572 "or C<emacs> you will get those corresponding editors."
28573 msgstr ""
28574
28575 #. type: =head2
28576 #: ../fish/guestfish-commands.pod:86
28577 msgid "glob"
28578 msgstr ""
28579
28580 #. type: verbatim
28581 #: ../fish/guestfish-commands.pod:88
28582 #, no-wrap
28583 msgid ""
28584 " glob command args...\n"
28585 "\n"
28586 msgstr ""
28587
28588 #. type: textblock
28589 #: ../fish/guestfish-commands.pod:90
28590 msgid ""
28591 "Expand wildcards in any paths in the args list, and run C<command> "
28592 "repeatedly on each matching path."
28593 msgstr ""
28594
28595 #. type: textblock
28596 #: ../fish/guestfish-commands.pod:93
28597 msgid "See L</WILDCARDS AND GLOBBING>."
28598 msgstr ""
28599
28600 #. type: =head2
28601 #: ../fish/guestfish-commands.pod:95
28602 msgid "hexedit"
28603 msgstr ""
28604
28605 #. type: verbatim
28606 #: ../fish/guestfish-commands.pod:97
28607 #, no-wrap
28608 msgid ""
28609 " hexedit <filename|device>\n"
28610 " hexedit <filename|device> <max>\n"
28611 " hexedit <filename|device> <start> <max>\n"
28612 "\n"
28613 msgstr ""
28614
28615 #. type: textblock
28616 #: ../fish/guestfish-commands.pod:101
28617 msgid ""
28618 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
28619 "device."
28620 msgstr ""
28621
28622 #. type: textblock
28623 #: ../fish/guestfish-commands.pod:104
28624 msgid ""
28625 "This command works by downloading potentially the whole file or device, "
28626 "editing it locally, then uploading it.  If the file or device is large, you "
28627 "have to specify which part you wish to edit by using C<max> and/or C<start> "
28628 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
28629 "usual modifiers allowed such as C<1M> (1 megabyte)."
28630 msgstr ""
28631
28632 #. type: textblock
28633 #: ../fish/guestfish-commands.pod:111
28634 msgid "For example to edit the first few sectors of a disk you might do:"
28635 msgstr ""
28636
28637 #. type: verbatim
28638 #: ../fish/guestfish-commands.pod:114
28639 #, no-wrap
28640 msgid ""
28641 " hexedit /dev/sda 1M\n"
28642 "\n"
28643 msgstr ""
28644
28645 #. type: textblock
28646 #: ../fish/guestfish-commands.pod:116
28647 msgid ""
28648 "which would allow you to edit anywhere within the first megabyte of the disk."
28649 msgstr ""
28650
28651 #. type: textblock
28652 #: ../fish/guestfish-commands.pod:119
28653 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
28654 msgstr ""
28655
28656 #. type: verbatim
28657 #: ../fish/guestfish-commands.pod:121
28658 #, no-wrap
28659 msgid ""
28660 " hexedit /dev/sda1 0x400 0x400\n"
28661 "\n"
28662 msgstr ""
28663
28664 #. type: textblock
28665 #: ../fish/guestfish-commands.pod:123
28666 msgid "(assuming the superblock is in the standard location)."
28667 msgstr ""
28668
28669 #. type: textblock
28670 #: ../fish/guestfish-commands.pod:125
28671 msgid ""
28672 "This command requires the external L<hexedit(1)> program.  You can specify "
28673 "another program to use by setting the C<HEXEDITOR> environment variable."
28674 msgstr ""
28675
28676 #. type: textblock
28677 #: ../fish/guestfish-commands.pod:129
28678 msgid "See also L</hexdump>."
28679 msgstr ""
28680
28681 #. type: =head2
28682 #: ../fish/guestfish-commands.pod:131
28683 msgid "lcd"
28684 msgstr ""
28685
28686 #. type: verbatim
28687 #: ../fish/guestfish-commands.pod:133
28688 #, no-wrap
28689 msgid ""
28690 " lcd directory\n"
28691 "\n"
28692 msgstr ""
28693
28694 #. type: textblock
28695 #: ../fish/guestfish-commands.pod:135
28696 msgid ""
28697 "Change the local directory, ie. the current directory of guestfish itself."
28698 msgstr ""
28699
28700 #. type: textblock
28701 #: ../fish/guestfish-commands.pod:138
28702 msgid "Note that C<!cd> won't do what you might expect."
28703 msgstr ""
28704
28705 #. type: =head2
28706 #: ../fish/guestfish-commands.pod:140
28707 msgid "man"
28708 msgstr ""
28709
28710 #. type: =head2
28711 #: ../fish/guestfish-commands.pod:142
28712 msgid "manual"
28713 msgstr ""
28714
28715 #. type: verbatim
28716 #: ../fish/guestfish-commands.pod:144
28717 #, no-wrap
28718 msgid ""
28719 "  man\n"
28720 "\n"
28721 msgstr ""
28722
28723 #. type: textblock
28724 #: ../fish/guestfish-commands.pod:146
28725 msgid "Opens the manual page for guestfish."
28726 msgstr ""
28727
28728 #. type: =head2
28729 #: ../fish/guestfish-commands.pod:148
28730 msgid "more"
28731 msgstr ""
28732
28733 #. type: =head2
28734 #: ../fish/guestfish-commands.pod:150
28735 msgid "less"
28736 msgstr ""
28737
28738 #. type: verbatim
28739 #: ../fish/guestfish-commands.pod:152
28740 #, no-wrap
28741 msgid ""
28742 " more filename\n"
28743 "\n"
28744 msgstr ""
28745
28746 #. type: verbatim
28747 #: ../fish/guestfish-commands.pod:154
28748 #, no-wrap
28749 msgid ""
28750 " less filename\n"
28751 "\n"
28752 msgstr ""
28753
28754 #. type: textblock
28755 #: ../fish/guestfish-commands.pod:156
28756 msgid "This is used to view a file."
28757 msgstr ""
28758
28759 #. type: textblock
28760 #: ../fish/guestfish-commands.pod:158
28761 msgid ""
28762 "The default viewer is C<$PAGER>.  However if you use the alternate command "
28763 "C<less> you will get the C<less> command specifically."
28764 msgstr ""
28765
28766 #. type: =head2
28767 #: ../fish/guestfish-commands.pod:161
28768 msgid "reopen"
28769 msgstr ""
28770
28771 #. type: verbatim
28772 #: ../fish/guestfish-commands.pod:163
28773 #, no-wrap
28774 msgid ""
28775 "  reopen\n"
28776 "\n"
28777 msgstr ""
28778
28779 #. type: textblock
28780 #: ../fish/guestfish-commands.pod:165
28781 msgid ""
28782 "Close and reopen the libguestfs handle.  It is not necessary to use this "
28783 "normally, because the handle is closed properly when guestfish exits.  "
28784 "However this is occasionally useful for testing."
28785 msgstr ""
28786
28787 #. type: =head2
28788 #: ../fish/guestfish-commands.pod:169
28789 msgid "sparse"
28790 msgstr ""
28791
28792 #. type: verbatim
28793 #: ../fish/guestfish-commands.pod:171
28794 #, no-wrap
28795 msgid ""
28796 " sparse filename size\n"
28797 "\n"
28798 msgstr ""
28799
28800 #. type: textblock
28801 #: ../fish/guestfish-commands.pod:173
28802 msgid ""
28803 "This creates an empty sparse file of the given size, and then adds so it can "
28804 "be further examined."
28805 msgstr ""
28806
28807 #. type: textblock
28808 #: ../fish/guestfish-commands.pod:176
28809 msgid ""
28810 "In all respects it works the same as the L</alloc> command, except that the "
28811 "image file is allocated sparsely, which means that disk blocks are not "
28812 "assigned to the file until they are needed.  Sparse disk files only use "
28813 "space when written to, but they are slower and there is a danger you could "
28814 "run out of real disk space during a write operation."
28815 msgstr ""
28816
28817 #. type: =head2
28818 #: ../fish/guestfish-commands.pod:186
28819 msgid "supported"
28820 msgstr ""
28821
28822 #. type: verbatim
28823 #: ../fish/guestfish-commands.pod:188
28824 #, no-wrap
28825 msgid ""
28826 " supported\n"
28827 "\n"
28828 msgstr ""
28829
28830 #. type: textblock
28831 #: ../fish/guestfish-commands.pod:190
28832 msgid ""
28833 "This command returns a list of the optional groups known to the daemon, and "
28834 "indicates which ones are supported by this build of the libguestfs appliance."
28835 msgstr ""
28836
28837 #. type: textblock
28838 #: ../fish/guestfish-commands.pod:194
28839 msgid "See also L<guestfs(3)/AVAILABILITY>."
28840 msgstr ""
28841
28842 #. type: =head2
28843 #: ../fish/guestfish-commands.pod:196
28844 msgid "time"
28845 msgstr ""
28846
28847 #. type: verbatim
28848 #: ../fish/guestfish-commands.pod:198
28849 #, no-wrap
28850 msgid ""
28851 " time command args...\n"
28852 "\n"
28853 msgstr ""
28854
28855 #. type: textblock
28856 #: ../fish/guestfish-commands.pod:200
28857 msgid ""
28858 "Run the command as usual, but print the elapsed time afterwards.  This can "
28859 "be useful for benchmarking operations."
28860 msgstr ""
28861
28862 #. type: textblock
28863 #: ../test-tool/libguestfs-test-tool.pod:5
28864 msgid "libguestfs-test-tool - End user tests for libguestfs"
28865 msgstr ""
28866
28867 #. type: verbatim
28868 #: ../test-tool/libguestfs-test-tool.pod:9
28869 #, no-wrap
28870 msgid ""
28871 " libguestfs-test-tool [--options]\n"
28872 "\n"
28873 msgstr ""
28874
28875 #. type: textblock
28876 #: ../test-tool/libguestfs-test-tool.pod:13
28877 msgid ""
28878 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
28879 "and developers, to allow them to check basic libguestfs functionality is "
28880 "working.  This is needed because libguestfs occasionally breaks for reasons "
28881 "beyond our control: usually because of changes in the underlying qemu or "
28882 "kernel packages, or the host environment."
28883 msgstr ""
28884
28885 #. type: textblock
28886 #: ../test-tool/libguestfs-test-tool.pod:20
28887 msgid "If you suspect a problem in libguestfs, then just run:"
28888 msgstr ""
28889
28890 #. type: verbatim
28891 #: ../test-tool/libguestfs-test-tool.pod:22
28892 #, no-wrap
28893 msgid ""
28894 " libguestfs-test-tool\n"
28895 "\n"
28896 msgstr ""
28897
28898 #. type: textblock
28899 #: ../test-tool/libguestfs-test-tool.pod:24
28900 msgid "It will print lots of diagnostic messages."
28901 msgstr ""
28902
28903 #. type: textblock
28904 #: ../test-tool/libguestfs-test-tool.pod:26
28905 msgid "If it runs to completion successfully, you will see this near the end:"
28906 msgstr ""
28907
28908 #. type: verbatim
28909 #: ../test-tool/libguestfs-test-tool.pod:28
28910 #, no-wrap
28911 msgid ""
28912 " ===== TEST FINISHED OK =====\n"
28913 "\n"
28914 msgstr ""
28915
28916 #. type: textblock
28917 #: ../test-tool/libguestfs-test-tool.pod:30
28918 msgid "and the test tool will exit with code 0."
28919 msgstr ""
28920
28921 #. type: textblock
28922 #: ../test-tool/libguestfs-test-tool.pod:32
28923 msgid ""
28924 "If it fails (and/or exits with non-zero error code), please paste the "
28925 "B<complete, unedited> output of the test tool into a bug report.  More "
28926 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28927 "> website."
28928 msgstr ""
28929
28930 #. type: =item
28931 #: ../test-tool/libguestfs-test-tool.pod:41
28932 msgid "I<--help>"
28933 msgstr ""
28934
28935 #. type: textblock
28936 #: ../test-tool/libguestfs-test-tool.pod:43
28937 msgid "Display short usage information and exit."
28938 msgstr ""
28939
28940 #. type: =item
28941 #: ../test-tool/libguestfs-test-tool.pod:45
28942 msgid "I<--qemu qemu_binary>"
28943 msgstr ""
28944
28945 #. type: textblock
28946 #: ../test-tool/libguestfs-test-tool.pod:47
28947 msgid ""
28948 "If you have downloaded another qemu binary, point this option at the full "
28949 "path of the binary to try it."
28950 msgstr ""
28951
28952 #. type: =item
28953 #: ../test-tool/libguestfs-test-tool.pod:50
28954 msgid "I<--qemudir qemu_source_dir>"
28955 msgstr ""
28956
28957 #. type: textblock
28958 #: ../test-tool/libguestfs-test-tool.pod:52
28959 msgid ""
28960 "If you have compiled qemu from source, point this option at the source "
28961 "directory to try it."
28962 msgstr ""
28963
28964 #. type: =item
28965 #: ../test-tool/libguestfs-test-tool.pod:55
28966 msgid "I<--timeout N>"
28967 msgstr ""
28968
28969 #. type: textblock
28970 #: ../test-tool/libguestfs-test-tool.pod:57
28971 msgid ""
28972 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28973 "does not usually need to be adjusted unless your machine is very slow."
28974 msgstr ""
28975
28976 #. type: =head1
28977 #: ../test-tool/libguestfs-test-tool.pod:63
28978 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28979 msgstr ""
28980
28981 #. type: textblock
28982 #: ../test-tool/libguestfs-test-tool.pod:65
28983 msgid ""
28984 "If you have compiled another version of qemu from source and would like to "
28985 "try that, then you can use the I<--qemudir> option to point to the qemu "
28986 "source directory."
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../test-tool/libguestfs-test-tool.pod:69
28991 msgid ""
28992 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28993 "option to point to the binary."
28994 msgstr ""
28995
28996 #. type: textblock
28997 #: ../test-tool/libguestfs-test-tool.pod:72
28998 msgid ""
28999 "When using an alternate qemu with libguestfs, usually you would need to "
29000 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
29001 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
29002 "use either of the I<--qemudir> or I<--qemu> options."
29003 msgstr ""
29004
29005 #. type: textblock
29006 #: ../test-tool/libguestfs-test-tool.pod:79
29007 msgid ""
29008 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
29009 "I<1> if there was an error."
29010 msgstr ""
29011
29012 #. type: textblock
29013 #: ../test-tool/libguestfs-test-tool.pod:84
29014 msgid ""
29015 "For the full list of environment variables which may affect libguestfs, "
29016 "please see the L<guestfs(3)> manual page."
29017 msgstr ""
29018
29019 #. type: textblock
29020 #: ../test-tool/libguestfs-test-tool.pod:89
29021 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
29022 msgstr ""
29023
29024 #. type: textblock
29025 #: ../fuse/guestmount.pod:5
29026 msgid ""
29027 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
29028 msgstr ""
29029
29030 #. type: verbatim
29031 #: ../fuse/guestmount.pod:9
29032 #, no-wrap
29033 msgid ""
29034 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
29035 "\n"
29036 msgstr ""
29037
29038 #. type: verbatim
29039 #: ../fuse/guestmount.pod:11
29040 #, no-wrap
29041 msgid ""
29042 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
29043 "\n"
29044 msgstr ""
29045
29046 #. type: verbatim
29047 #: ../fuse/guestmount.pod:13
29048 #, no-wrap
29049 msgid ""
29050 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
29051 "\n"
29052 msgstr ""
29053
29054 #. type: textblock
29055 #: ../fuse/guestmount.pod:17
29056 msgid ""
29057 "You must I<not> use C<guestmount> in read-write mode on live virtual "
29058 "machines.  If you do this, you risk disk corruption in the VM."
29059 msgstr ""
29060
29061 #. type: textblock
29062 #: ../fuse/guestmount.pod:22
29063 msgid ""
29064 "The guestmount program can be used to mount virtual machine filesystems and "
29065 "other disk images on the host.  It uses libguestfs for access to the guest "
29066 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
29067 "a mountable device."
29068 msgstr ""
29069
29070 #. type: textblock
29071 #: ../fuse/guestmount.pod:27
29072 msgid ""
29073 "Along with other options, you have to give at least one device (I<-a> "
29074 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
29075 "option) or use the I<-i> inspection option.  How this works is better "
29076 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
29077 "below."
29078 msgstr ""
29079
29080 #. type: textblock
29081 #: ../fuse/guestmount.pod:33
29082 msgid ""
29083 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
29084 "by you, and the filesystem will not be visible to any other users unless you "
29085 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
29086 "the filesystem, use the C<fusermount -u> command."
29087 msgstr ""
29088
29089 #. type: textblock
29090 #: ../fuse/guestmount.pod:41
29091 msgid ""
29092 "For a typical Windows guest which has its main filesystem on the first "
29093 "partition:"
29094 msgstr ""
29095
29096 #. type: verbatim
29097 #: ../fuse/guestmount.pod:44
29098 #, no-wrap
29099 msgid ""
29100 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
29101 "\n"
29102 msgstr ""
29103
29104 #. type: textblock
29105 #: ../fuse/guestmount.pod:46
29106 msgid ""
29107 "For a typical Linux guest which has a /boot filesystem on the first "
29108 "partition, and the root filesystem on a logical volume:"
29109 msgstr ""
29110
29111 #. type: verbatim
29112 #: ../fuse/guestmount.pod:49
29113 #, no-wrap
29114 msgid ""
29115 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
29116 "\n"
29117 msgstr ""
29118
29119 #. type: textblock
29120 #: ../fuse/guestmount.pod:51
29121 msgid "To get libguestfs to detect guest mountpoints for you:"
29122 msgstr ""
29123
29124 #. type: verbatim
29125 #: ../fuse/guestmount.pod:53
29126 #, no-wrap
29127 msgid ""
29128 " guestmount -a guest.img -i --ro /mnt\n"
29129 "\n"
29130 msgstr ""
29131
29132 #. type: textblock
29133 #: ../fuse/guestmount.pod:55
29134 msgid "For a libvirt guest called \"Guest\" you could do:"
29135 msgstr ""
29136
29137 #. type: verbatim
29138 #: ../fuse/guestmount.pod:57
29139 #, no-wrap
29140 msgid ""
29141 " guestmount -d Guest -i --ro /mnt\n"
29142 "\n"
29143 msgstr ""
29144
29145 #. type: textblock
29146 #: ../fuse/guestmount.pod:59
29147 msgid ""
29148 "If you don't know what filesystems are contained in a guest or disk image, "
29149 "use L<virt-filesystems(1)> first:"
29150 msgstr ""
29151
29152 #. type: verbatim
29153 #: ../fuse/guestmount.pod:62
29154 #, no-wrap
29155 msgid ""
29156 " virt-filesystems MyGuest\n"
29157 "\n"
29158 msgstr ""
29159
29160 #. type: textblock
29161 #: ../fuse/guestmount.pod:64
29162 msgid ""
29163 "If you want to trace the libguestfs calls but without excessive debugging "
29164 "information, we recommend:"
29165 msgstr ""
29166
29167 #. type: verbatim
29168 #: ../fuse/guestmount.pod:67
29169 #, no-wrap
29170 msgid ""
29171 " guestmount [...] --trace /mnt\n"
29172 "\n"
29173 msgstr ""
29174
29175 #. type: textblock
29176 #: ../fuse/guestmount.pod:69
29177 msgid "If you want to debug the program, we recommend:"
29178 msgstr ""
29179
29180 #. type: verbatim
29181 #: ../fuse/guestmount.pod:71
29182 #, no-wrap
29183 msgid ""
29184 " guestmount [...] --trace --verbose /mnt\n"
29185 "\n"
29186 msgstr ""
29187
29188 #. type: =head1
29189 #: ../fuse/guestmount.pod:73
29190 msgid "NOTES"
29191 msgstr ""
29192
29193 #. type: =head2
29194 #: ../fuse/guestmount.pod:75
29195 msgid "Other users cannot see the filesystem by default"
29196 msgstr ""
29197
29198 #. type: textblock
29199 #: ../fuse/guestmount.pod:77
29200 msgid ""
29201 "If you mount a filesystem as one user (eg. root), then other users will not "
29202 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
29203 "option when mounting:"
29204 msgstr ""
29205
29206 #. type: verbatim
29207 #: ../fuse/guestmount.pod:81
29208 #, no-wrap
29209 msgid ""
29210 " sudo guestmount [...] -o allow_other /mnt\n"
29211 "\n"
29212 msgstr ""
29213
29214 #. type: =item
29215 #: ../fuse/guestmount.pod:87
29216 msgid "B<-a image> | B<--add image>"
29217 msgstr ""
29218
29219 #. type: textblock
29220 #: ../fuse/guestmount.pod:89
29221 msgid "Add a block device or virtual machine image."
29222 msgstr ""
29223
29224 #. type: =item
29225 #: ../fuse/guestmount.pod:94
29226 msgid "B<-c URI> | B<--connect URI>"
29227 msgstr ""
29228
29229 #. type: =item
29230 #: ../fuse/guestmount.pod:100
29231 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
29232 msgstr ""
29233
29234 #. type: =item
29235 #: ../fuse/guestmount.pod:108
29236 msgid "B<--dir-cache-timeout N>"
29237 msgstr ""
29238
29239 #. type: textblock
29240 #: ../fuse/guestmount.pod:110
29241 msgid ""
29242 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
29243 "seconds.  The readdir cache [actually, there are several semi-independent "
29244 "caches] is populated after a readdir(2) call with the stat and extended "
29245 "attributes of the files in the directory, in anticipation that they will be "
29246 "requested soon after."
29247 msgstr ""
29248
29249 #. type: textblock
29250 #: ../fuse/guestmount.pod:116
29251 msgid ""
29252 "There is also a different attribute cache implemented by FUSE (see the FUSE "
29253 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
29254 "requests, only cache existing ones."
29255 msgstr ""
29256
29257 #. type: =item
29258 #: ../fuse/guestmount.pod:127
29259 msgid "B<--format=raw|qcow2|..> | B<--format>"
29260 msgstr ""
29261
29262 #. type: textblock
29263 #: ../fuse/guestmount.pod:134
29264 msgid ""
29265 "If you have untrusted raw-format guest disk images, you should use this "
29266 "option to specify the disk format.  This avoids a possible security problem "
29267 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
29268 "guestfs_add_drive_opts>."
29269 msgstr ""
29270
29271 #. type: =item
29272 #: ../fuse/guestmount.pod:139
29273 msgid "B<--fuse-help>"
29274 msgstr ""
29275
29276 #. type: textblock
29277 #: ../fuse/guestmount.pod:141
29278 msgid "Display help on special FUSE options (see I<-o> below)."
29279 msgstr ""
29280
29281 #. type: textblock
29282 #: ../fuse/guestmount.pod:145
29283 msgid "Display brief help and exit."
29284 msgstr ""
29285
29286 #. type: =item
29287 #: ../fuse/guestmount.pod:147
29288 msgid "B<-i> | B<--inspector>"
29289 msgstr ""
29290
29291 #. type: textblock
29292 #: ../fuse/guestmount.pod:167
29293 msgid ""
29294 "Mount the named partition or logical volume on the given mountpoint B<in the "
29295 "guest> (this has nothing to do with mountpoints in the host)."
29296 msgstr ""
29297
29298 #. type: textblock
29299 #: ../fuse/guestmount.pod:170
29300 msgid ""
29301 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
29302 "something on C</>."
29303 msgstr ""
29304
29305 #. type: =item
29306 #: ../fuse/guestmount.pod:183
29307 msgid "B<-n> | B<--no-sync>"
29308 msgstr ""
29309
29310 #. type: textblock
29311 #: ../fuse/guestmount.pod:185
29312 msgid ""
29313 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
29314 "unmounted.  If you specify this option, then we don't attempt to sync the "
29315 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
29316 msgstr ""
29317
29318 #. type: =item
29319 #: ../fuse/guestmount.pod:190
29320 msgid "B<-o option> | B<--option option>"
29321 msgstr ""
29322
29323 #. type: textblock
29324 #: ../fuse/guestmount.pod:192
29325 msgid "Pass extra options to FUSE."
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../fuse/guestmount.pod:194
29330 msgid ""
29331 "To get a list of all the extra options supported by FUSE, use the command "
29332 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
29333 "of them are a good idea."
29334 msgstr ""
29335
29336 #. type: verbatim
29337 #: ../fuse/guestmount.pod:198
29338 #, no-wrap
29339 msgid ""
29340 " guestmount --fuse-help\n"
29341 "\n"
29342 msgstr ""
29343
29344 #. type: textblock
29345 #: ../fuse/guestmount.pod:200
29346 msgid "Some potentially useful FUSE options:"
29347 msgstr ""
29348
29349 #. type: =item
29350 #: ../fuse/guestmount.pod:204
29351 msgid "B<-o allow_other>"
29352 msgstr ""
29353
29354 #. type: textblock
29355 #: ../fuse/guestmount.pod:206
29356 msgid "Allow other users to see the filesystem."
29357 msgstr ""
29358
29359 #. type: =item
29360 #: ../fuse/guestmount.pod:208
29361 msgid "B<-o attr_timeout=N>"
29362 msgstr ""
29363
29364 #. type: textblock
29365 #: ../fuse/guestmount.pod:210
29366 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
29367 msgstr ""
29368
29369 #. type: =item
29370 #: ../fuse/guestmount.pod:212
29371 msgid "B<-o kernel_cache>"
29372 msgstr ""
29373
29374 #. type: textblock
29375 #: ../fuse/guestmount.pod:214
29376 msgid ""
29377 "Allow the kernel to cache files (reduces the number of reads that have to go "
29378 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
29379 "afford the extra memory usage."
29380 msgstr ""
29381
29382 #. type: =item
29383 #: ../fuse/guestmount.pod:218
29384 msgid "B<-o uid=N> B<-o gid=N>"
29385 msgstr ""
29386
29387 #. type: textblock
29388 #: ../fuse/guestmount.pod:220
29389 msgid ""
29390 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
29391 "the chosen values."
29392 msgstr ""
29393
29394 #. type: =item
29395 #: ../fuse/guestmount.pod:225
29396 msgid "B<-r> | B<--ro>"
29397 msgstr ""
29398
29399 #. type: textblock
29400 #: ../fuse/guestmount.pod:227
29401 msgid ""
29402 "Add devices and mount everything read-only.  Also disallow writes and make "
29403 "the disk appear read-only to FUSE."
29404 msgstr ""
29405
29406 #. type: textblock
29407 #: ../fuse/guestmount.pod:230
29408 msgid ""
29409 "This is highly recommended if you are not going to edit the guest disk.  If "
29410 "the guest is running and this option is I<not> supplied, then there is a "
29411 "strong risk of disk corruption in the guest.  We try to prevent this from "
29412 "happening, but it is not always possible."
29413 msgstr ""
29414
29415 #. type: textblock
29416 #: ../fuse/guestmount.pod:235
29417 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
29418 msgstr ""
29419
29420 #. type: textblock
29421 #: ../fuse/guestmount.pod:239
29422 msgid "Enable SELinux support for the guest."
29423 msgstr ""
29424
29425 #. type: =item
29426 #: ../fuse/guestmount.pod:241
29427 msgid "B<-v> | B<--verbose>"
29428 msgstr ""
29429
29430 #. type: textblock
29431 #: ../fuse/guestmount.pod:243
29432 msgid "Enable verbose messages from underlying libguestfs."
29433 msgstr ""
29434
29435 #. type: =item
29436 #: ../fuse/guestmount.pod:245
29437 msgid "B<-V> | B<--version>"
29438 msgstr ""
29439
29440 #. type: textblock
29441 #: ../fuse/guestmount.pod:247
29442 msgid "Display the program version and exit."
29443 msgstr ""
29444
29445 #. type: =item
29446 #: ../fuse/guestmount.pod:249
29447 msgid "B<-w> | B<--rw>"
29448 msgstr ""
29449
29450 #. type: textblock
29451 #: ../fuse/guestmount.pod:254 ../fuse/guestmount.pod:275
29452 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
29453 msgstr ""
29454
29455 #. type: =item
29456 #: ../fuse/guestmount.pod:256
29457 msgid "B<-x> | B<--trace>"
29458 msgstr ""
29459
29460 #. type: textblock
29461 #: ../fuse/guestmount.pod:258
29462 msgid "Trace libguestfs calls and entry into each FUSE function."
29463 msgstr ""
29464
29465 #. type: textblock
29466 #: ../fuse/guestmount.pod:260
29467 msgid "This also stops the daemon from forking into the background."
29468 msgstr ""
29469
29470 #. type: textblock
29471 #: ../fuse/guestmount.pod:281
29472 msgid ""
29473 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29474 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
29475 "net/>."
29476 msgstr ""
29477
29478 #. type: textblock
29479 #: ../fuse/guestmount.pod:296
29480 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
29481 msgstr ""
29482
29483 #. type: textblock
29484 #: ../tools/virt-win-reg.pl:37
29485 msgid ""
29486 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29487 msgstr ""
29488
29489 #. type: verbatim
29490 #: ../tools/virt-win-reg.pl:41
29491 #, no-wrap
29492 msgid ""
29493 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29494 "\n"
29495 msgstr ""
29496
29497 #. type: verbatim
29498 #: ../tools/virt-win-reg.pl:43
29499 #, no-wrap
29500 msgid ""
29501 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29502 "\n"
29503 msgstr ""
29504
29505 #. type: verbatim
29506 #: ../tools/virt-win-reg.pl:45
29507 #, no-wrap
29508 msgid ""
29509 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29510 "\n"
29511 msgstr ""
29512
29513 #. type: verbatim
29514 #: ../tools/virt-win-reg.pl:47
29515 #, no-wrap
29516 msgid ""
29517 " virt-win-reg --merge domname [input.reg ...]\n"
29518 "\n"
29519 msgstr ""
29520
29521 #. type: verbatim
29522 #: ../tools/virt-win-reg.pl:49
29523 #, no-wrap
29524 msgid ""
29525 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29526 "\n"
29527 msgstr ""
29528
29529 #. type: textblock
29530 #: ../tools/virt-win-reg.pl:53
29531 msgid ""
29532 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29533 "virtual machines.  If you do this, you I<will> get irreversible disk "
29534 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29535 "but doesn't catch all cases."
29536 msgstr ""
29537
29538 #. type: textblock
29539 #: ../tools/virt-win-reg.pl:58
29540 msgid ""
29541 "Modifying the Windows Registry is an inherently risky operation.  The format "
29542 "is deliberately obscure and undocumented, and Registry changes can leave the "
29543 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29544 "you have a reliable backup first."
29545 msgstr ""
29546
29547 #. type: textblock
29548 #: ../tools/virt-win-reg.pl:65
29549 msgid ""
29550 "This program can export and merge Windows Registry entries from a Windows "
29551 "guest."
29552 msgstr ""
29553
29554 #. type: textblock
29555 #: ../tools/virt-win-reg.pl:68
29556 msgid ""
29557 "The first parameter is the libvirt guest name or the raw disk image of a "
29558 "Windows guest."
29559 msgstr ""
29560
29561 #. type: textblock
29562 #: ../tools/virt-win-reg.pl:71
29563 msgid ""
29564 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
29565 "exported (recursively).  For example:"
29566 msgstr ""
29567
29568 #. type: verbatim
29569 #: ../tools/virt-win-reg.pl:74
29570 #, no-wrap
29571 msgid ""
29572 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29573 "\n"
29574 msgstr ""
29575
29576 #. type: textblock
29577 #: ../tools/virt-win-reg.pl:76
29578 msgid ""
29579 "You can also display single values from within registry keys, for example:"
29580 msgstr ""
29581
29582 #. type: verbatim
29583 #: ../tools/virt-win-reg.pl:79
29584 #, no-wrap
29585 msgid ""
29586 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29587 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29588 " Windows 7 Enterprise\n"
29589 "\n"
29590 msgstr ""
29591
29592 #. type: textblock
29593 #: ../tools/virt-win-reg.pl:83
29594 msgid ""
29595 "With I<--merge>, you can merge a textual regedit file into the Windows "
29596 "Registry:"
29597 msgstr ""
29598
29599 #. type: verbatim
29600 #: ../tools/virt-win-reg.pl:86
29601 #, no-wrap
29602 msgid ""
29603 " $ virt-win-reg --merge Windows7 changes.reg\n"
29604 "\n"
29605 msgstr ""
29606
29607 #. type: =head1
29608 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29609 msgid "NOTE"
29610 msgstr ""
29611
29612 #. type: textblock
29613 #: ../tools/virt-win-reg.pl:90
29614 msgid ""
29615 "This program is only meant for simple access to the registry.  If you want "
29616 "to do complicated things with the registry, we suggest you download the "
29617 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29618 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29619 "L<hivexregedit(1)>."
29620 msgstr ""
29621
29622 #. type: textblock
29623 #: ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63
29624 #: ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163
29625 #: ../tools/virt-list-partitions.pl:64
29626 msgid "Display brief help."
29627 msgstr ""
29628
29629 #. type: textblock
29630 #: ../tools/virt-win-reg.pl:114 ../tools/virt-list-filesystems.pl:71
29631 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
29632 #: ../tools/virt-list-partitions.pl:72
29633 msgid "Display version number and exit."
29634 msgstr ""
29635
29636 #. type: =item
29637 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29638 msgid "B<--debug>"
29639 msgstr ""
29640
29641 #. type: textblock
29642 #: ../tools/virt-win-reg.pl:122
29643 msgid "Enable debugging messages."
29644 msgstr ""
29645
29646 #. type: =item
29647 #: ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77
29648 #: ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
29649 msgid "B<--connect URI> | B<-c URI>"
29650 msgstr ""
29651
29652 #. type: textblock
29653 #: ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79
29654 #: ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
29655 msgid ""
29656 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
29657 "to the default libvirt hypervisor."
29658 msgstr ""
29659
29660 #. type: textblock
29661 #: ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82
29662 #: ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
29663 msgid ""
29664 "If you specify guest block devices directly, then libvirt is not used at all."
29665 msgstr ""
29666
29667 #. type: =item
29668 #: ../tools/virt-win-reg.pl:140 ../tools/virt-list-filesystems.pl:89
29669 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
29670 msgid "B<--format> raw"
29671 msgstr ""
29672
29673 #. type: textblock
29674 #: ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91
29675 #: ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
29676 msgid ""
29677 "Specify the format of disk images given on the command line.  If this is "
29678 "omitted then the format is autodetected from the content of the disk image."
29679 msgstr ""
29680
29681 #. type: textblock
29682 #: ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95
29683 #: ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
29684 msgid ""
29685 "If disk images are requested from libvirt, then this program asks libvirt "
29686 "for this information.  In this case, the value of the format parameter is "
29687 "ignored."
29688 msgstr ""
29689
29690 #. type: textblock
29691 #: ../tools/virt-win-reg.pl:150 ../tools/virt-list-filesystems.pl:99
29692 #: ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
29693 msgid ""
29694 "If working with untrusted raw-format guest disk images, you should ensure "
29695 "the format is always specified."
29696 msgstr ""
29697
29698 #. type: =item
29699 #: ../tools/virt-win-reg.pl:157
29700 msgid "B<--merge>"
29701 msgstr ""
29702
29703 #. type: textblock
29704 #: ../tools/virt-win-reg.pl:159
29705 msgid ""
29706 "In merge mode, this merges a textual regedit file into the Windows Registry "
29707 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29708 "displays or exports Registry entries instead."
29709 msgstr ""
29710
29711 #. type: textblock
29712 #: ../tools/virt-win-reg.pl:163
29713 msgid ""
29714 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29715 "result in disk corruption.  However exporting (without this flag)  is always "
29716 "safe."
29717 msgstr ""
29718
29719 #. type: =item
29720 #: ../tools/virt-win-reg.pl:171
29721 msgid "B<--encoding> UTF-16LE|ASCII"
29722 msgstr ""
29723
29724 #. type: textblock
29725 #: ../tools/virt-win-reg.pl:173
29726 msgid ""
29727 "When merging (only), you may need to specify the encoding for strings to be "
29728 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29729 "(3)/ENCODING STRINGS>."
29730 msgstr ""
29731
29732 #. type: textblock
29733 #: ../tools/virt-win-reg.pl:177
29734 msgid ""
29735 "The default is to use UTF-16LE, which should work with recent versions of "
29736 "Windows."
29737 msgstr ""
29738
29739 #. type: =item
29740 #: ../tools/virt-win-reg.pl:184
29741 msgid "B<--unsafe-printable-strings>"
29742 msgstr ""
29743
29744 #. type: textblock
29745 #: ../tools/virt-win-reg.pl:186
29746 msgid ""
29747 "When exporting (only), assume strings are UTF-16LE and print them as strings "
29748 "instead of hex sequences.  Remove the final zero codepoint from strings if "
29749 "present."
29750 msgstr ""
29751
29752 #. type: textblock
29753 #: ../tools/virt-win-reg.pl:190
29754 msgid ""
29755 "This is unsafe and does not preserve the fidelity of strings in the original "
29756 "Registry for various reasons:"
29757 msgstr ""
29758
29759 #. type: textblock
29760 #: ../tools/virt-win-reg.pl:197
29761 msgid ""
29762 "Assumes the original encoding is UTF-16LE.  ASCII strings and strings in "
29763 "other encodings will be corrupted by this transformation."
29764 msgstr ""
29765
29766 #. type: textblock
29767 #: ../tools/virt-win-reg.pl:202
29768 msgid ""
29769 "Assumes that everything which has type 1 or 2 is really a string and that "
29770 "everything else is not a string, but the type field in real Registries is "
29771 "not reliable."
29772 msgstr ""
29773
29774 #. type: textblock
29775 #: ../tools/virt-win-reg.pl:208
29776 msgid ""
29777 "Loses information about whether a zero codepoint followed the string in the "
29778 "Registry or not."
29779 msgstr ""
29780
29781 #. type: textblock
29782 #: ../tools/virt-win-reg.pl:213
29783 msgid ""
29784 "This all happens because the Registry itself contains no information about "
29785 "how strings are encoded (see L<Win::Hivex::Regedit(3)/ENCODING STRINGS>)."
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-win-reg.pl:217
29790 msgid ""
29791 "You should only use this option for quick hacking and debugging of the "
29792 "Registry contents, and I<never> use it if the output is going to be passed "
29793 "into another program or stored in another Registry."
29794 msgstr ""
29795
29796 #. type: =head1
29797 #: ../tools/virt-win-reg.pl:554
29798 msgid "SUPPORTED SYSTEMS"
29799 msgstr ""
29800
29801 #. type: textblock
29802 #: ../tools/virt-win-reg.pl:556
29803 msgid ""
29804 "The program currently supports Windows NT-derived guests starting with "
29805 "Windows XP through to at least Windows 7."
29806 msgstr ""
29807
29808 #. type: textblock
29809 #: ../tools/virt-win-reg.pl:559
29810 msgid "The following Registry keys are supported:"
29811 msgstr ""
29812
29813 #. type: =item
29814 #: ../tools/virt-win-reg.pl:563
29815 msgid "C<HKEY_LOCAL_MACHINE\\SAM>"
29816 msgstr ""
29817
29818 #. type: =item
29819 #: ../tools/virt-win-reg.pl:565
29820 msgid "C<HKEY_LOCAL_MACHINE\\SECURITY>"
29821 msgstr ""
29822
29823 #. type: =item
29824 #: ../tools/virt-win-reg.pl:567
29825 msgid "C<HKEY_LOCAL_MACHINE\\SOFTWARE>"
29826 msgstr ""
29827
29828 #. type: =item
29829 #: ../tools/virt-win-reg.pl:569
29830 msgid "C<HKEY_LOCAL_MACHINE\\SYSTEM>"
29831 msgstr ""
29832
29833 #. type: =item
29834 #: ../tools/virt-win-reg.pl:571
29835 msgid "C<HKEY_USERS\\.DEFAULT>"
29836 msgstr ""
29837
29838 #. type: =item
29839 #: ../tools/virt-win-reg.pl:573
29840 msgid "C<HKEY_USERS\\I<SID>>"
29841 msgstr ""
29842
29843 #. type: textblock
29844 #: ../tools/virt-win-reg.pl:575
29845 msgid "where I<SID> is a Windows User SID (eg. C<S-1-5-18>)."
29846 msgstr ""
29847
29848 #. type: =item
29849 #: ../tools/virt-win-reg.pl:577
29850 msgid "C<HKEY_USERS\\I<username>>"
29851 msgstr ""
29852
29853 #. type: textblock
29854 #: ../tools/virt-win-reg.pl:579
29855 msgid ""
29856 "where I<username> is a local user name (this is a libguestfs extension)."
29857 msgstr ""
29858
29859 #. type: textblock
29860 #: ../tools/virt-win-reg.pl:583
29861 msgid ""
29862 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29863 "C<HKEY_USERS>."
29864 msgstr ""
29865
29866 #. type: textblock
29867 #: ../tools/virt-win-reg.pl:586
29868 msgid ""
29869 "The literal keys C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are not "
29870 "supported (there is no \"current user\")."
29871 msgstr ""
29872
29873 #. type: =head1
29874 #: ../tools/virt-win-reg.pl:589
29875 msgid "ENCODING"
29876 msgstr ""
29877
29878 #. type: textblock
29879 #: ../tools/virt-win-reg.pl:591
29880 msgid ""
29881 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29882 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29883 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29884 "Windows-style line endings, you may need to reencode the whole file before "
29885 "or after processing."
29886 msgstr ""
29887
29888 #. type: textblock
29889 #: ../tools/virt-win-reg.pl:597
29890 msgid ""
29891 "To reencode a file from Windows format to Linux (before processing it with "
29892 "the I<--merge> option), you would do something like this:"
29893 msgstr ""
29894
29895 #. type: verbatim
29896 #: ../tools/virt-win-reg.pl:600
29897 #, no-wrap
29898 msgid ""
29899 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29900 "\n"
29901 msgstr ""
29902
29903 #. type: textblock
29904 #: ../tools/virt-win-reg.pl:602
29905 msgid ""
29906 "To go in the opposite direction, after exporting and before sending the file "
29907 "to a Windows user, do something like this:"
29908 msgstr ""
29909
29910 #. type: verbatim
29911 #: ../tools/virt-win-reg.pl:605
29912 #, no-wrap
29913 msgid ""
29914 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29915 "\n"
29916 msgstr ""
29917
29918 #. type: textblock
29919 #: ../tools/virt-win-reg.pl:607
29920 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29921 msgstr ""
29922
29923 #. type: textblock
29924 #: ../tools/virt-win-reg.pl:609
29925 msgid ""
29926 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29927 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29928 "style (CRLF) line endings, like this:"
29929 msgstr ""
29930
29931 #. type: verbatim
29932 #: ../tools/virt-win-reg.pl:613
29933 #, no-wrap
29934 msgid ""
29935 " $ file software.reg\n"
29936 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29937 " with CRLF line terminators\n"
29938 "\n"
29939 msgstr ""
29940
29941 #. type: textblock
29942 #: ../tools/virt-win-reg.pl:617
29943 msgid "This file would need conversion before you could I<--merge> it."
29944 msgstr ""
29945
29946 #. type: =head1
29947 #: ../tools/virt-win-reg.pl:619
29948 msgid "CurrentControlSet etc."
29949 msgstr ""
29950
29951 #. type: textblock
29952 #: ../tools/virt-win-reg.pl:621
29953 msgid ""
29954 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29955 "Registry at the level of the hive file, and therefore you cannot modify "
29956 "these."
29957 msgstr ""
29958
29959 #. type: textblock
29960 #: ../tools/virt-win-reg.pl:625
29961 msgid ""
29962 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29963 "circumstances it might refer to another control set.  The way to find out is "
29964 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29965 msgstr ""
29966
29967 #. type: verbatim
29968 #: ../tools/virt-win-reg.pl:629
29969 #, no-wrap
29970 msgid ""
29971 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29972 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29973 " \"Current\"=dword:00000001\n"
29974 " \"Default\"=dword:00000001\n"
29975 " \"Failed\"=dword:00000000\n"
29976 " \"LastKnownGood\"=dword:00000002\n"
29977 "\n"
29978 msgstr ""
29979
29980 #. type: textblock
29981 #: ../tools/virt-win-reg.pl:636
29982 msgid "\"Current\" is the one which Windows will choose when it boots."
29983 msgstr ""
29984
29985 #. type: textblock
29986 #: ../tools/virt-win-reg.pl:638
29987 msgid ""
29988 "Similarly, other C<Current...> keys in the path may need to be replaced."
29989 msgstr ""
29990
29991 #. type: =head1
29992 #: ../tools/virt-win-reg.pl:641
29993 msgid "WINDOWS TIPS"
29994 msgstr ""
29995
29996 #. type: textblock
29997 #: ../tools/virt-win-reg.pl:643
29998 msgid ""
29999 "Note that some of these tips modify the guest disk image.  The guest I<must> "
30000 "be shut off, else you will get disk corruption."
30001 msgstr ""
30002
30003 #. type: =head2
30004 #: ../tools/virt-win-reg.pl:646
30005 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
30006 msgstr ""
30007
30008 #. type: textblock
30009 #: ../tools/virt-win-reg.pl:648
30010 msgid ""
30011 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
30012 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
30013 "is uploaded into C<C:\\>:"
30014 msgstr ""
30015
30016 #. type: verbatim
30017 #: ../tools/virt-win-reg.pl:652
30018 #, no-wrap
30019 msgid ""
30020 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
30021 "\n"
30022 msgstr ""
30023
30024 #. type: textblock
30025 #: ../tools/virt-win-reg.pl:654
30026 msgid "Prepare a regedit file containing the registry change:"
30027 msgstr ""
30028
30029 #. type: verbatim
30030 #: ../tools/virt-win-reg.pl:656
30031 #, no-wrap
30032 msgid ""
30033 " cat > test.reg <<'EOF'\n"
30034 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
30035 " \"Test\"=\"c:\\\\test.bat\"\n"
30036 " EOF\n"
30037 "\n"
30038 msgstr ""
30039
30040 #. type: textblock
30041 #: ../tools/virt-win-reg.pl:661
30042 msgid ""
30043 "In this example we use the key C<RunOnce> which means that the script will "
30044 "run precisely once when the first user logs in.  If you want it to run every "
30045 "time a user logs in, replace C<RunOnce> with C<Run>."
30046 msgstr ""
30047
30048 #. type: textblock
30049 #: ../tools/virt-win-reg.pl:665
30050 msgid "Now update the registry:"
30051 msgstr ""
30052
30053 #. type: verbatim
30054 #: ../tools/virt-win-reg.pl:667
30055 #, no-wrap
30056 msgid ""
30057 " virt-win-reg --merge WindowsGuest test.reg\n"
30058 "\n"
30059 msgstr ""
30060
30061 #. type: =head2
30062 #: ../tools/virt-win-reg.pl:669
30063 msgid "INSTALLING A SERVICE"
30064 msgstr ""
30065
30066 #. type: textblock
30067 #: ../tools/virt-win-reg.pl:671
30068 msgid ""
30069 "This section assumes you are familiar with Windows services, and you either "
30070 "have a program which handles the Windows Service Control Protocol directly "
30071 "or you want to run any program using a service wrapper like SrvAny or the "
30072 "free RHSrvAny."
30073 msgstr ""
30074
30075 #. type: textblock
30076 #: ../tools/virt-win-reg.pl:676
30077 msgid ""
30078 "First upload the program and optionally the service wrapper.  In this case "
30079 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
30080 msgstr ""
30081
30082 #. type: verbatim
30083 #: ../tools/virt-win-reg.pl:680
30084 #, no-wrap
30085 msgid ""
30086 " guestfish -i -d WindowsGuest <<EOF\n"
30087 "   upload rhsrvany.exe /rhsrvany.exe\n"
30088 "   upload test.exe /test.exe\n"
30089 " EOF\n"
30090 "\n"
30091 msgstr ""
30092
30093 #. type: textblock
30094 #: ../tools/virt-win-reg.pl:685
30095 msgid ""
30096 "Prepare a regedit file containing the registry changes.  In this example, "
30097 "the first registry change is needed for the service itself or the service "
30098 "wrapper (if used).  The second registry change is only needed because I am "
30099 "using the RHSrvAny service wrapper."
30100 msgstr ""
30101
30102 #. type: verbatim
30103 #: ../tools/virt-win-reg.pl:690
30104 #, no-wrap
30105 msgid ""
30106 " cat > service.reg <<'EOF'\n"
30107 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
30108 " \"Type\"=dword:00000010\n"
30109 " \"Start\"=dword:00000002\n"
30110 " \"ErrorControl\"=dword:00000001\n"
30111 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
30112 " \"DisplayName\"=\"RHSrvAny\"\n"
30113 " \"ObjectName\"=\"NetworkService\"\n"
30114 " \n"
30115 msgstr ""
30116
30117 #. type: verbatim
30118 #: ../tools/virt-win-reg.pl:699
30119 #, no-wrap
30120 msgid ""
30121 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
30122 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
30123 " \"PWD\"=\"c:\\\\Temp\"\n"
30124 " EOF\n"
30125 "\n"
30126 msgstr ""
30127
30128 #. type: textblock
30129 #: ../tools/virt-win-reg.pl:710
30130 msgid ""
30131 "For use of C<ControlSet001> see the section above in this manual page.  You "
30132 "may need to adjust this according to the control set that is in use by the "
30133 "guest."
30134 msgstr ""
30135
30136 #. type: textblock
30137 #: ../tools/virt-win-reg.pl:716
30138 msgid ""
30139 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
30140 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
30141 "privileged account."
30142 msgstr ""
30143
30144 #. type: textblock
30145 #: ../tools/virt-win-reg.pl:722
30146 msgid ""
30147 "For the meaning of the magic numbers, see this Microsoft KB article: "
30148 "L<http://support.microsoft.com/kb/103000>."
30149 msgstr ""
30150
30151 #. type: textblock
30152 #: ../tools/virt-win-reg.pl:727
30153 msgid "Update the registry:"
30154 msgstr ""
30155
30156 #. type: verbatim
30157 #: ../tools/virt-win-reg.pl:729
30158 #, no-wrap
30159 msgid ""
30160 " virt-win-reg --merge WindowsGuest service.reg\n"
30161 "\n"
30162 msgstr ""
30163
30164 #. type: =head1
30165 #: ../tools/virt-win-reg.pl:731 ../tools/virt-list-filesystems.pl:182
30166 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
30167 #: ../tools/virt-list-partitions.pl:250
30168 msgid "SHELL QUOTING"
30169 msgstr ""
30170
30171 #. type: textblock
30172 #: ../tools/virt-win-reg.pl:733
30173 msgid ""
30174 "Be careful when passing parameters containing C<\\> (backslash) in the "
30175 "shell.  Usually you will have to use 'single quotes' or double backslashes "
30176 "(but not both) to protect them from the shell."
30177 msgstr ""
30178
30179 #. type: textblock
30180 #: ../tools/virt-win-reg.pl:737
30181 msgid "Paths and value names are case-insensitive."
30182 msgstr ""
30183
30184 #. type: textblock
30185 #: ../tools/virt-win-reg.pl:739 ../tools/virt-list-filesystems.pl:184
30186 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
30187 #: ../tools/virt-list-partitions.pl:252
30188 msgid ""
30189 "Libvirt guest names can contain arbitrary characters, some of which have "
30190 "meaning to the shell such as C<#> and space.  You may need to quote or "
30191 "escape these characters on the command line.  See the shell manual page L<sh"
30192 "(1)> for details."
30193 msgstr ""
30194
30195 #. type: textblock
30196 #: ../tools/virt-win-reg.pl:746
30197 msgid ""
30198 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
30199 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
30200 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30201 msgstr ""
30202
30203 #. type: textblock
30204 #: ../tools/virt-win-reg.pl:761 ../tools/virt-make-fs.pl:555
30205 msgid ""
30206 "When reporting bugs, please enable debugging and capture the I<complete> "
30207 "output:"
30208 msgstr ""
30209
30210 #. type: verbatim
30211 #: ../tools/virt-win-reg.pl:764
30212 #, no-wrap
30213 msgid ""
30214 " export LIBGUESTFS_DEBUG=1\n"
30215 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
30216 "\n"
30217 msgstr ""
30218
30219 #. type: textblock
30220 #: ../tools/virt-win-reg.pl:767
30221 msgid ""
30222 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
30223 "redhat.com/>"
30224 msgstr ""
30225
30226 #. type: =head1
30227 #: ../tools/virt-win-reg.pl:770 ../tools/virt-list-filesystems.pl:202
30228 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
30229 #: ../tools/virt-list-partitions.pl:269
30230 msgid "AUTHOR"
30231 msgstr ""
30232
30233 #. type: textblock
30234 #: ../tools/virt-win-reg.pl:772 ../tools/virt-list-filesystems.pl:204
30235 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
30236 #: ../tools/virt-list-partitions.pl:271
30237 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
30238 msgstr ""
30239
30240 #. type: textblock
30241 #: ../tools/virt-win-reg.pl:776 ../tools/virt-make-fs.pl:570
30242 msgid "Copyright (C) 2010 Red Hat Inc."
30243 msgstr ""
30244
30245 #. type: textblock
30246 #: ../tools/virt-list-filesystems.pl:32
30247 msgid ""
30248 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30249 msgstr ""
30250
30251 #. type: verbatim
30252 #: ../tools/virt-list-filesystems.pl:36
30253 #, no-wrap
30254 msgid ""
30255 " virt-list-filesystems [--options] domname\n"
30256 "\n"
30257 msgstr ""
30258
30259 #. type: verbatim
30260 #: ../tools/virt-list-filesystems.pl:38
30261 #, no-wrap
30262 msgid ""
30263 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30264 "\n"
30265 msgstr ""
30266
30267 #. type: textblock
30268 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30269 msgid ""
30270 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30271 "replacement."
30272 msgstr ""
30273
30274 #. type: textblock
30275 #: ../tools/virt-list-filesystems.pl:45
30276 msgid ""
30277 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30278 "are contained in a virtual machine or disk image."
30279 msgstr ""
30280
30281 #. type: textblock
30282 #: ../tools/virt-list-filesystems.pl:49
30283 msgid ""
30284 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30285 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30286 "> tool."
30287 msgstr ""
30288
30289 #. type: =item
30290 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30291 msgid "B<-l> | B<--long>"
30292 msgstr ""
30293
30294 #. type: textblock
30295 #: ../tools/virt-list-filesystems.pl:108
30296 msgid ""
30297 "With this option, C<virt-list-filesystems> displays the type of each "
30298 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30299 msgstr ""
30300
30301 #. type: =item
30302 #: ../tools/virt-list-filesystems.pl:115
30303 msgid "B<-a> | B<--all>"
30304 msgstr ""
30305
30306 #. type: textblock
30307 #: ../tools/virt-list-filesystems.pl:117
30308 msgid ""
30309 "Normally we only show mountable filesystems.  If this option is given then "
30310 "swap devices are shown too."
30311 msgstr ""
30312
30313 #. type: textblock
30314 #: ../tools/virt-list-filesystems.pl:191
30315 msgid ""
30316 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
30317 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
30318 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30319 msgstr ""
30320
30321 #. type: textblock
30322 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30323 msgid "Copyright (C) 2009 Red Hat Inc."
30324 msgstr ""
30325
30326 #. type: textblock
30327 #: ../tools/virt-tar.pl:33
30328 msgid "virt-tar - Extract or upload files to a virtual machine"
30329 msgstr ""
30330
30331 #. type: verbatim
30332 #: ../tools/virt-tar.pl:37
30333 #, no-wrap
30334 msgid ""
30335 " virt-tar [--options] -x domname directory tarball\n"
30336 "\n"
30337 msgstr ""
30338
30339 #. type: verbatim
30340 #: ../tools/virt-tar.pl:39
30341 #, no-wrap
30342 msgid ""
30343 " virt-tar [--options] -u domname tarball directory\n"
30344 "\n"
30345 msgstr ""
30346
30347 #. type: verbatim
30348 #: ../tools/virt-tar.pl:41
30349 #, no-wrap
30350 msgid ""
30351 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30352 "\n"
30353 msgstr ""
30354
30355 #. type: verbatim
30356 #: ../tools/virt-tar.pl:43
30357 #, no-wrap
30358 msgid ""
30359 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30360 "\n"
30361 msgstr ""
30362
30363 #. type: textblock
30364 #: ../tools/virt-tar.pl:47
30365 msgid ""
30366 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
30367 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
30368 msgstr ""
30369
30370 #. type: textblock
30371 #: ../tools/virt-tar.pl:52
30372 msgid "Download C</home> from the VM into a local tarball:"
30373 msgstr ""
30374
30375 #. type: verbatim
30376 #: ../tools/virt-tar.pl:54
30377 #, no-wrap
30378 msgid ""
30379 " virt-tar -x domname /home home.tar\n"
30380 "\n"
30381 msgstr ""
30382
30383 #. type: verbatim
30384 #: ../tools/virt-tar.pl:56
30385 #, no-wrap
30386 msgid ""
30387 " virt-tar -zx domname /home home.tar.gz\n"
30388 "\n"
30389 msgstr ""
30390
30391 #. type: textblock
30392 #: ../tools/virt-tar.pl:58
30393 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30394 msgstr ""
30395
30396 #. type: verbatim
30397 #: ../tools/virt-tar.pl:60
30398 #, no-wrap
30399 msgid ""
30400 " virt-tar -u domname uploadstuff.tar /tmp\n"
30401 "\n"
30402 msgstr ""
30403
30404 #. type: verbatim
30405 #: ../tools/virt-tar.pl:62
30406 #, no-wrap
30407 msgid ""
30408 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30409 "\n"
30410 msgstr ""
30411
30412 #. type: textblock
30413 #: ../tools/virt-tar.pl:66
30414 msgid ""
30415 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
30416 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30417 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30418 msgstr ""
30419
30420 #. type: textblock
30421 #: ../tools/virt-tar.pl:71
30422 msgid ""
30423 "You can use I<-x> (extract) on live virtual machines, but you might get "
30424 "inconsistent results or errors if there is filesystem activity inside the "
30425 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30426 "work, but the only way to guarantee consistent results is if the virtual "
30427 "machine is shut down."
30428 msgstr ""
30429
30430 #. type: textblock
30431 #: ../tools/virt-tar.pl:79
30432 msgid ""
30433 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30434 "parts of a guest filesystem.  There are many possibilities: making backups, "
30435 "uploading data files, snooping on guest activity, fixing or customizing "
30436 "guests, etc."
30437 msgstr ""
30438
30439 #. type: textblock
30440 #: ../tools/virt-tar.pl:84
30441 msgid ""
30442 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30443 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30444 "should look at the L<guestfish(1)> tool."
30445 msgstr ""
30446
30447 #. type: textblock
30448 #: ../tools/virt-tar.pl:88
30449 msgid ""
30450 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
30451 "its contents (recursively) from the virtual machine into a local tarball.  "
30452 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
30453 "virtual machine.  You cannot use these two options together."
30454 msgstr ""
30455
30456 #. type: textblock
30457 #: ../tools/virt-tar.pl:94
30458 msgid ""
30459 "In addition, you may need to use the I<-z> (gZip) option to enable "
30460 "compression.  When uploading, you have to specify I<-z> if the upload file "
30461 "is compressed because virt-tar won't detect this on its own."
30462 msgstr ""
30463
30464 #. type: textblock
30465 #: ../tools/virt-tar.pl:98
30466 msgid ""
30467 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30468 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30469 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30470 "the L<libguestfs(3)> API)."
30471 msgstr ""
30472
30473 #. type: =item
30474 #: ../tools/virt-tar.pl:156
30475 msgid "B<-x> | B<--extract> | B<--download>"
30476 msgstr ""
30477
30478 #. type: =item
30479 #: ../tools/virt-tar.pl:158
30480 msgid "B<-u> | B<--upload>"
30481 msgstr ""
30482
30483 #. type: textblock
30484 #: ../tools/virt-tar.pl:160
30485 msgid ""
30486 "Use I<-x> to extract (download) a directory from a virtual machine to a "
30487 "local tarball."
30488 msgstr ""
30489
30490 #. type: textblock
30491 #: ../tools/virt-tar.pl:163
30492 msgid ""
30493 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
30494 "Please read the L</WARNING> section above before using this option."
30495 msgstr ""
30496
30497 #. type: textblock
30498 #: ../tools/virt-tar.pl:167
30499 msgid "You must specify exactly one of these options."
30500 msgstr ""
30501
30502 #. type: =item
30503 #: ../tools/virt-tar.pl:173
30504 msgid "B<-z> | B<--gzip>"
30505 msgstr ""
30506
30507 #. type: textblock
30508 #: ../tools/virt-tar.pl:175
30509 msgid "Specify that the input or output tarball is gzip-compressed."
30510 msgstr ""
30511
30512 #. type: textblock
30513 #: ../tools/virt-tar.pl:288
30514 msgid ""
30515 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
30516 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
30517 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
30518 "org/>."
30519 msgstr ""
30520
30521 #. type: textblock
30522 #: ../tools/virt-make-fs.pl:37
30523 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30524 msgstr ""
30525
30526 #. type: verbatim
30527 #: ../tools/virt-make-fs.pl:41
30528 #, no-wrap
30529 msgid ""
30530 " virt-make-fs [--options] input.tar output.img\n"
30531 "\n"
30532 msgstr ""
30533
30534 #. type: verbatim
30535 #: ../tools/virt-make-fs.pl:43
30536 #, no-wrap
30537 msgid ""
30538 " virt-make-fs [--options] input.tar.gz output.img\n"
30539 "\n"
30540 msgstr ""
30541
30542 #. type: verbatim
30543 #: ../tools/virt-make-fs.pl:45
30544 #, no-wrap
30545 msgid ""
30546 " virt-make-fs [--options] directory output.img\n"
30547 "\n"
30548 msgstr ""
30549
30550 #. type: textblock
30551 #: ../tools/virt-make-fs.pl:49
30552 msgid ""
30553 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30554 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
30555 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
30556 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
30557 "you want to attach these filesystems to existing virtual machines (eg. to "
30558 "import large amounts of read-only data to a VM)."
30559 msgstr ""
30560
30561 #. type: textblock
30562 #: ../tools/virt-make-fs.pl:57
30563 msgid "Basic usage is:"
30564 msgstr ""
30565
30566 #. type: verbatim
30567 #: ../tools/virt-make-fs.pl:59
30568 #, no-wrap
30569 msgid ""
30570 " virt-make-fs input output\n"
30571 "\n"
30572 msgstr ""
30573
30574 #. type: textblock
30575 #: ../tools/virt-make-fs.pl:61
30576 msgid ""
30577 "where C<input> is either a directory containing files that you want to add, "
30578 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30579 "C<output> is a disk image.  The input type is detected automatically.  The "
30580 "output disk image defaults to a raw ext2 image unless you specify extra "
30581 "flags (see L</OPTIONS> below)."
30582 msgstr ""
30583
30584 #. type: =head2
30585 #: ../tools/virt-make-fs.pl:67
30586 msgid "EXTRA SPACE"
30587 msgstr ""
30588
30589 #. type: textblock
30590 #: ../tools/virt-make-fs.pl:69
30591 msgid ""
30592 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30593 "the files that it contains, but might have extra space.  Depending on how "
30594 "you are going to use the output, you might think this extra space is wasted "
30595 "and want to minimize it, or you might want to leave space so that more files "
30596 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30597 "but you can use the I<--size> flag to leave space in the filesystem if you "
30598 "want it."
30599 msgstr ""
30600
30601 #. type: textblock
30602 #: ../tools/virt-make-fs.pl:77
30603 msgid ""
30604 "An alternative way to leave extra space but not make the output image any "
30605 "bigger is to use an alternative disk image format (instead of the default "
30606 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
30607 "image format (check your hypervisor supports this before using it).  This "
30608 "allows you to choose a large I<--size> but the extra space won't actually be "
30609 "allocated in the image until you try to store something in it."
30610 msgstr ""
30611
30612 #. type: textblock
30613 #: ../tools/virt-make-fs.pl:85
30614 msgid ""
30615 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30616 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30617 "to build another image from scratch."
30618 msgstr ""
30619
30620 #. type: =head3
30621 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
30622 #: ../tools/virt-make-fs.pl:142
30623 msgid "EXAMPLE"
30624 msgstr ""
30625
30626 #. type: verbatim
30627 #: ../tools/virt-make-fs.pl:91
30628 #, no-wrap
30629 msgid ""
30630 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30631 "\n"
30632 msgstr ""
30633
30634 #. type: =head2
30635 #: ../tools/virt-make-fs.pl:93
30636 msgid "FILESYSTEM TYPE"
30637 msgstr ""
30638
30639 #. type: textblock
30640 #: ../tools/virt-make-fs.pl:95
30641 msgid ""
30642 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30643 "libguestfs supports can be used (but I<not> read-only formats like "
30644 "ISO9660).  Here are some of the more common choices:"
30645 msgstr ""
30646
30647 #. type: =item
30648 #: ../tools/virt-make-fs.pl:101
30649 msgid "I<ext3>"
30650 msgstr ""
30651
30652 #. type: textblock
30653 #: ../tools/virt-make-fs.pl:103
30654 msgid ""
30655 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30656 "you are not going to use the filesystem in a way that requires the journal, "
30657 "then this is just wasted overhead."
30658 msgstr ""
30659
30660 #. type: =item
30661 #: ../tools/virt-make-fs.pl:107
30662 msgid "I<ntfs> or I<vfat>"
30663 msgstr ""
30664
30665 #. type: textblock
30666 #: ../tools/virt-make-fs.pl:109
30667 msgid "Useful if exporting data to a Windows guest."
30668 msgstr ""
30669
30670 #. type: textblock
30671 #: ../tools/virt-make-fs.pl:111
30672 msgid ""
30673 "I<Note for vfat>: The tar archive or local directory must only contain files "
30674 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30675 "program running within libguestfs is unable to change the ownership of non-"
30676 "root files, since vfat itself does not support this."
30677 msgstr ""
30678
30679 #. type: =item
30680 #: ../tools/virt-make-fs.pl:116
30681 msgid "I<minix>"
30682 msgstr ""
30683
30684 #. type: textblock
30685 #: ../tools/virt-make-fs.pl:118
30686 msgid ""
30687 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30688 "total filesystem size."
30689 msgstr ""
30690
30691 #. type: verbatim
30692 #: ../tools/virt-make-fs.pl:125
30693 #, no-wrap
30694 msgid ""
30695 " virt-make-fs --type=minix input minixfs.img\n"
30696 "\n"
30697 msgstr ""
30698
30699 #. type: =head2
30700 #: ../tools/virt-make-fs.pl:127
30701 msgid "TO PARTITION OR NOT TO PARTITION"
30702 msgstr ""
30703
30704 #. type: textblock
30705 #: ../tools/virt-make-fs.pl:129
30706 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30707 msgstr ""
30708
30709 #. type: textblock
30710 #: ../tools/virt-make-fs.pl:131
30711 msgid ""
30712 "Adding a partition can make the disk image more compatible with certain "
30713 "virtualized operating systems which don't expect to see a filesystem "
30714 "directly located on a block device (Linux doesn't care and will happily "
30715 "handle both types)."
30716 msgstr ""
30717
30718 #. type: textblock
30719 #: ../tools/virt-make-fs.pl:136
30720 msgid ""
30721 "On the other hand, if you have a partition table then the output image is no "
30722 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30723 "directly on a partitioned disk image.  (However libguestfs tools such as "
30724 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30725 msgstr ""
30726
30727 #. type: textblock
30728 #: ../tools/virt-make-fs.pl:144
30729 msgid "Add an MBR partition:"
30730 msgstr ""
30731
30732 #. type: verbatim
30733 #: ../tools/virt-make-fs.pl:146
30734 #, no-wrap
30735 msgid ""
30736 " virt-make-fs --partition -- input disk.img\n"
30737 "\n"
30738 msgstr ""
30739
30740 #. type: textblock
30741 #: ../tools/virt-make-fs.pl:148
30742 msgid ""
30743 "If the output disk image could be terabyte-sized or larger, it's better to "
30744 "use an EFI/GPT-compatible partition table:"
30745 msgstr ""
30746
30747 #. type: verbatim
30748 #: ../tools/virt-make-fs.pl:151
30749 #, no-wrap
30750 msgid ""
30751 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30752 "\n"
30753 msgstr ""
30754
30755 #. type: textblock
30756 #: ../tools/virt-make-fs.pl:179
30757 msgid "Enable debugging information."
30758 msgstr ""
30759
30760 #. type: =item
30761 #: ../tools/virt-make-fs.pl:185
30762 msgid "B<--size=E<lt>NE<gt>>"
30763 msgstr ""
30764
30765 #. type: =item
30766 #: ../tools/virt-make-fs.pl:187
30767 msgid "B<--size=+E<lt>NE<gt>>"
30768 msgstr ""
30769
30770 #. type: =item
30771 #: ../tools/virt-make-fs.pl:189
30772 msgid "B<-s E<lt>NE<gt>>"
30773 msgstr ""
30774
30775 #. type: =item
30776 #: ../tools/virt-make-fs.pl:191
30777 msgid "B<-s +E<lt>NE<gt>>"
30778 msgstr ""
30779
30780 #. type: textblock
30781 #: ../tools/virt-make-fs.pl:193
30782 msgid ""
30783 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30784 msgstr ""
30785
30786 #. type: textblock
30787 #: ../tools/virt-make-fs.pl:196
30788 msgid ""
30789 "If this option is I<not> given, then the output image will be just large "
30790 "enough to contain all the files, with not much wasted space."
30791 msgstr ""
30792
30793 #. type: textblock
30794 #: ../tools/virt-make-fs.pl:199
30795 msgid ""
30796 "To choose a fixed size output disk, specify an absolute number followed by b/"
30797 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30798 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30799 "files, else you will get an error."
30800 msgstr ""
30801
30802 #. type: textblock
30803 #: ../tools/virt-make-fs.pl:204
30804 msgid ""
30805 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
30806 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30807 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30808 "the input files, and (approximately) an extra 200 MB free space."
30809 msgstr ""
30810
30811 #. type: textblock
30812 #: ../tools/virt-make-fs.pl:210
30813 msgid ""
30814 "Note that virt-make-fs estimates free space, and therefore will not produce "
30815 "filesystems containing precisely the free space requested.  (It is much more "
30816 "expensive and time-consuming to produce a filesystem which has precisely the "
30817 "desired free space)."
30818 msgstr ""
30819
30820 #. type: =item
30821 #: ../tools/virt-make-fs.pl:219
30822 msgid "B<--format=E<lt>fmtE<gt>>"
30823 msgstr ""
30824
30825 #. type: =item
30826 #: ../tools/virt-make-fs.pl:221
30827 msgid "B<-F E<lt>fmtE<gt>>"
30828 msgstr ""
30829
30830 #. type: textblock
30831 #: ../tools/virt-make-fs.pl:223
30832 msgid "Choose the output disk image format."
30833 msgstr ""
30834
30835 #. type: textblock
30836 #: ../tools/virt-make-fs.pl:225
30837 msgid "The default is C<raw> (raw disk image)."
30838 msgstr ""
30839
30840 #. type: textblock
30841 #: ../tools/virt-make-fs.pl:227
30842 msgid ""
30843 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30844 "that would really make sense here is C<qcow2>."
30845 msgstr ""
30846
30847 #. type: =item
30848 #: ../tools/virt-make-fs.pl:234
30849 msgid "B<--type=E<lt>fsE<gt>>"
30850 msgstr ""
30851
30852 #. type: =item
30853 #: ../tools/virt-make-fs.pl:236
30854 msgid "B<-t E<lt>fsE<gt>>"
30855 msgstr ""
30856
30857 #. type: textblock
30858 #: ../tools/virt-make-fs.pl:238
30859 msgid "Choose the output filesystem type."
30860 msgstr ""
30861
30862 #. type: textblock
30863 #: ../tools/virt-make-fs.pl:240
30864 msgid "The default is C<ext2>."
30865 msgstr ""
30866
30867 #. type: textblock
30868 #: ../tools/virt-make-fs.pl:242
30869 msgid ""
30870 "Any filesystem which is supported read-write by libguestfs can be used here."
30871 msgstr ""
30872
30873 #. type: =item
30874 #: ../tools/virt-make-fs.pl:249
30875 msgid "B<--partition>"
30876 msgstr ""
30877
30878 #. type: =item
30879 #: ../tools/virt-make-fs.pl:251
30880 msgid "B<--partition=E<lt>parttypeE<gt>>"
30881 msgstr ""
30882
30883 #. type: textblock
30884 #: ../tools/virt-make-fs.pl:253
30885 msgid ""
30886 "If specified, this flag adds an MBR partition table to the output disk image."
30887 msgstr ""
30888
30889 #. type: textblock
30890 #: ../tools/virt-make-fs.pl:256
30891 msgid ""
30892 "You can change the partition table type, eg. I<--partition=gpt> for large "
30893 "disks."
30894 msgstr ""
30895
30896 #. type: textblock
30897 #: ../tools/virt-make-fs.pl:259
30898 msgid ""
30899 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30900 "might consider the next parameter to be the partition type.  For example:"
30901 msgstr ""
30902
30903 #. type: verbatim
30904 #: ../tools/virt-make-fs.pl:263
30905 #, no-wrap
30906 msgid ""
30907 " virt-make-fs --partition input.tar ...\n"
30908 "\n"
30909 msgstr ""
30910
30911 #. type: textblock
30912 #: ../tools/virt-make-fs.pl:265
30913 msgid ""
30914 "would cause virt-make-fs to think you wanted to use a partition type of "
30915 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30916 "dash) between options and the input file argument:"
30917 msgstr ""
30918
30919 #. type: verbatim
30920 #: ../tools/virt-make-fs.pl:269
30921 #, no-wrap
30922 msgid ""
30923 " virt-make-fs --partition -- input.tar ...\n"
30924 "\n"
30925 msgstr ""
30926
30927 #. type: textblock
30928 #: ../tools/virt-make-fs.pl:541
30929 msgid ""
30930 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30931 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
30932 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30933 msgstr ""
30934
30935 #. type: verbatim
30936 #: ../tools/virt-make-fs.pl:558
30937 #, no-wrap
30938 msgid ""
30939 " export LIBGUESTFS_DEBUG=1\n"
30940 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30941 "\n"
30942 msgstr ""
30943
30944 #. type: textblock
30945 #: ../tools/virt-make-fs.pl:561
30946 msgid ""
30947 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
30948 "redhat.com/>"
30949 msgstr ""
30950
30951 #. type: textblock
30952 #: ../tools/virt-list-partitions.pl:32
30953 msgid ""
30954 "virt-list-partitions - List partitions in a virtual machine or disk image"
30955 msgstr ""
30956
30957 #. type: verbatim
30958 #: ../tools/virt-list-partitions.pl:36
30959 #, no-wrap
30960 msgid ""
30961 " virt-list-partitions [--options] domname\n"
30962 "\n"
30963 msgstr ""
30964
30965 #. type: verbatim
30966 #: ../tools/virt-list-partitions.pl:38
30967 #, no-wrap
30968 msgid ""
30969 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30970 "\n"
30971 msgstr ""
30972
30973 #. type: textblock
30974 #: ../tools/virt-list-partitions.pl:45
30975 msgid ""
30976 "C<virt-list-partitions> is a command line tool to list the partitions that "
30977 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30978 "first step to using L<virt-resize(1)>."
30979 msgstr ""
30980
30981 #. type: textblock
30982 #: ../tools/virt-list-partitions.pl:50
30983 msgid ""
30984 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30985 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30986 "> tool."
30987 msgstr ""
30988
30989 #. type: =item
30990 #: ../tools/virt-list-partitions.pl:107
30991 msgid "B<-h> | B<--human-readable>"
30992 msgstr ""
30993
30994 #. type: textblock
30995 #: ../tools/virt-list-partitions.pl:109
30996 msgid "Show sizes in human-readable form (eg. \"1G\")."
30997 msgstr ""
30998
30999 #. type: textblock
31000 #: ../tools/virt-list-partitions.pl:117
31001 msgid ""
31002 "With this option, C<virt-list-partitions> displays the type and size of each "
31003 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
31004 msgstr ""
31005
31006 #. type: =item
31007 #: ../tools/virt-list-partitions.pl:124
31008 msgid "B<-t> | B<--total>"
31009 msgstr ""
31010
31011 #. type: textblock
31012 #: ../tools/virt-list-partitions.pl:126
31013 msgid ""
31014 "Display the total size of each block device (as a separate row or rows)."
31015 msgstr ""
31016
31017 #. type: textblock
31018 #: ../tools/virt-list-partitions.pl:259
31019 msgid ""
31020 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
31021 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
31022 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
31023 msgstr ""
31024
31025 #. type: textblock
31026 #: ../tools/virt-list-partitions.pl:275
31027 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31028 msgstr ""