Version 1.11.13.
[libguestfs.git] / po-docs / ja.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-06-30 15:51+0200\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30
24 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
25 #: ../tools/virt-list-partitions.pl:30
26 msgid "NAME"
27 msgstr "名前"
28
29 # type: textblock
30 #. type: textblock
31 #: ../src/guestfs.pod:5
32 msgid "guestfs - Library for accessing and modifying virtual machine images"
33 msgstr ""
34
35 # type: =head1
36 #. type: =head1
37 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
38 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
39 #: ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34
40 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
41 #: ../tools/virt-list-partitions.pl:34
42 msgid "SYNOPSIS"
43 msgstr ""
44
45 # type: verbatim
46 #. type: verbatim
47 #: ../src/guestfs.pod:9
48 #, no-wrap
49 msgid ""
50 " #include <guestfs.h>\n"
51 " \n"
52 msgstr ""
53
54 # type: verbatim
55 #. type: verbatim
56 #: ../src/guestfs.pod:11
57 #, no-wrap
58 msgid ""
59 " guestfs_h *g = guestfs_create ();\n"
60 " guestfs_add_drive (g, \"guest.img\");\n"
61 " guestfs_launch (g);\n"
62 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
63 " guestfs_touch (g, \"/hello\");\n"
64 " guestfs_umount (g, \"/\");\n"
65 " guestfs_close (g);\n"
66 "\n"
67 msgstr ""
68
69 # type: verbatim
70 #. type: verbatim
71 #: ../src/guestfs.pod:19
72 #, no-wrap
73 msgid ""
74 " cc prog.c -o prog -lguestfs\n"
75 "or:\n"
76 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
77 "\n"
78 msgstr ""
79
80 # type: =head1
81 #. type: =head1
82 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
83 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
84 #: ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40
85 #: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47
86 #: ../tools/virt-list-partitions.pl:40
87 msgid "DESCRIPTION"
88 msgstr ""
89
90 # type: textblock
91 #. type: textblock
92 #: ../src/guestfs.pod:25
93 msgid ""
94 "Libguestfs is a library for accessing and modifying guest disk images.  "
95 "Amongst the things this is good for: making batch configuration changes to "
96 "guests, getting disk used/free statistics (see also: virt-df), migrating "
97 "between virtualization systems (see also: virt-p2v), performing partial "
98 "backups, performing partial guest clones, cloning guests and changing "
99 "registry/UUID/hostname info, and much else besides."
100 msgstr ""
101
102 # type: textblock
103 #. type: textblock
104 #: ../src/guestfs.pod:33
105 msgid ""
106 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
107 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
108 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
109 "qcow2, vmdk."
110 msgstr ""
111
112 # type: textblock
113 #. type: textblock
114 #: ../src/guestfs.pod:38
115 msgid ""
116 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
117 "what filesystem is in each LV, etc.).  It can also run commands in the "
118 "context of the guest.  Also you can access filesystems over FUSE."
119 msgstr ""
120
121 # type: textblock
122 #. type: textblock
123 #: ../src/guestfs.pod:43
124 msgid ""
125 "Libguestfs is a library that can be linked with C and C++ management "
126 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
127 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
128 "line."
129 msgstr ""
130
131 # type: textblock
132 #. type: textblock
133 #: ../src/guestfs.pod:48
134 msgid ""
135 "You don't need to be root to use libguestfs, although obviously you do need "
136 "enough permissions to access the disk images."
137 msgstr ""
138
139 # type: textblock
140 #. type: textblock
141 #: ../src/guestfs.pod:51
142 msgid ""
143 "Libguestfs is a large API because it can do many things.  For a gentle "
144 "introduction, please read the L</API OVERVIEW> section next."
145 msgstr ""
146
147 # type: textblock
148 #. type: textblock
149 #: ../src/guestfs.pod:54
150 msgid ""
151 "There are also some example programs in the L<guestfs-examples(3)> manual "
152 "page."
153 msgstr ""
154
155 # type: =head1
156 #. type: =head1
157 #: ../src/guestfs.pod:57
158 msgid "API OVERVIEW"
159 msgstr ""
160
161 # type: textblock
162 #. type: textblock
163 #: ../src/guestfs.pod:59
164 msgid ""
165 "This section provides a gentler overview of the libguestfs API.  We also try "
166 "to group API calls together, where that may not be obvious from reading "
167 "about the individual calls in the main section of this manual."
168 msgstr ""
169
170 # type: =head2
171 #. type: =head2
172 #: ../src/guestfs.pod:64
173 msgid "HANDLES"
174 msgstr ""
175
176 # type: textblock
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 #. type: textblock
189 #: ../src/guestfs.pod:73
190 msgid "The general structure of all libguestfs-using programs looks like this:"
191 msgstr ""
192
193 # type: verbatim
194 #. type: verbatim
195 #: ../src/guestfs.pod:76
196 #, no-wrap
197 msgid ""
198 " guestfs_h *g = guestfs_create ();\n"
199 " \n"
200 msgstr ""
201
202 # type: verbatim
203 #. type: verbatim
204 #: ../src/guestfs.pod:78
205 #, no-wrap
206 msgid ""
207 " /* Call guestfs_add_drive additional times if there are\n"
208 "  * multiple disk images.\n"
209 "  */\n"
210 " guestfs_add_drive (g, \"guest.img\");\n"
211 " \n"
212 msgstr ""
213
214 # type: verbatim
215 #. type: verbatim
216 #: ../src/guestfs.pod:83
217 #, no-wrap
218 msgid ""
219 " /* Most manipulation calls won't work until you've launched\n"
220 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
221 "  * and _before_ other commands.\n"
222 "  */\n"
223 " guestfs_launch (g);\n"
224 " \n"
225 msgstr ""
226
227 # type: verbatim
228 #. type: verbatim
229 #: ../src/guestfs.pod:89
230 #, no-wrap
231 msgid ""
232 " /* Now you can examine what partitions, LVs etc are available.\n"
233 "  */\n"
234 " char **partitions = guestfs_list_partitions (g);\n"
235 " char **logvols = guestfs_lvs (g);\n"
236 " \n"
237 msgstr ""
238
239 # type: verbatim
240 #. type: verbatim
241 #: ../src/guestfs.pod:94
242 #, no-wrap
243 msgid ""
244 " /* To access a filesystem in the image, you must mount it.\n"
245 "  */\n"
246 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
247 " \n"
248 msgstr ""
249
250 #. type: verbatim
251 #: ../src/guestfs.pod:98
252 #, 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 msgstr ""
260
261 # type: verbatim
262 #. type: verbatim
263 #: ../src/guestfs.pod:103
264 #, no-wrap
265 msgid ""
266 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
267 "  * it is done automatically when you close the handle.  See\n"
268 "  * discussion of autosync in this page.\n"
269 "  */\n"
270 " guestfs_sync (g);\n"
271 " \n"
272 msgstr ""
273
274 # type: verbatim
275 #. type: verbatim
276 #: ../src/guestfs.pod:109
277 #, no-wrap
278 msgid ""
279 " /* Close the handle 'g'. */\n"
280 " guestfs_close (g);\n"
281 "\n"
282 msgstr ""
283
284 # type: textblock
285 #. type: textblock
286 #: ../src/guestfs.pod:112
287 msgid ""
288 "The code above doesn't include any error checking.  In real code you should "
289 "check return values carefully for errors.  In general all functions that "
290 "return integers return C<-1> on error, and all functions that return "
291 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
292 "how to handle errors, and consult the documentation for each function call "
293 "below to see precisely how they return error indications.  See L<guestfs-"
294 "examples(3)> for fully worked examples."
295 msgstr ""
296
297 # type: =head2
298 #. type: =head2
299 #: ../src/guestfs.pod:121
300 msgid "DISK IMAGES"
301 msgstr ""
302
303 # type: textblock
304 #. type: textblock
305 #: ../src/guestfs.pod:123
306 msgid ""
307 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
308 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
309 "actual block device, or simply an empty file of zeroes that you have created "
310 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
311 "of these."
312 msgstr ""
313
314 # type: textblock
315 #. type: textblock
316 #: ../src/guestfs.pod:129
317 msgid ""
318 "The call you should use in modern code for adding drives is L</"
319 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
320 "specifying that the format is raw, do:"
321 msgstr ""
322
323 # type: verbatim
324 #. type: verbatim
325 #: ../src/guestfs.pod:133
326 #, no-wrap
327 msgid ""
328 " guestfs_add_drive_opts (g, filename,\n"
329 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
330 "                         -1);\n"
331 "\n"
332 msgstr ""
333
334 # type: textblock
335 #. type: textblock
336 #: ../src/guestfs.pod:137
337 msgid "You can add a disk read-only using:"
338 msgstr ""
339
340 # type: verbatim
341 #. type: verbatim
342 #: ../src/guestfs.pod:139
343 #, no-wrap
344 msgid ""
345 " guestfs_add_drive_opts (g, filename,\n"
346 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
347 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
348 "                         -1);\n"
349 "\n"
350 msgstr ""
351
352 # type: textblock
353 #. type: textblock
354 #: ../src/guestfs.pod:144
355 msgid ""
356 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
357 "libguestfs won't modify the file."
358 msgstr ""
359
360 # type: textblock
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 #. type: textblock
371 #: ../src/guestfs.pod:151
372 msgid ""
373 "You must add at least one disk image, and you may add multiple disk images.  "
374 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
375 "first one you added), C</dev/sdb> (for the second one you added), etc."
376 msgstr ""
377
378 # type: textblock
379 #. type: textblock
380 #: ../src/guestfs.pod:156
381 msgid ""
382 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
383 "can call L</guestfs_list_devices> to get a list of the device names, in the "
384 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
385 msgstr ""
386
387 # type: =head2
388 #. type: =head2
389 #: ../src/guestfs.pod:161
390 msgid "MOUNTING"
391 msgstr ""
392
393 #. type: textblock
394 #: ../src/guestfs.pod:163
395 msgid ""
396 "Before you can read or write files, create directories and so on in a disk "
397 "image that contains filesystems, you have to mount those filesystems using "
398 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
399 "a disk image contains (for example) one partition with a filesystem on that "
400 "partition, then you can mount it directly:"
401 msgstr ""
402
403 #. type: verbatim
404 #: ../src/guestfs.pod:170
405 #, no-wrap
406 msgid ""
407 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
408 "\n"
409 msgstr ""
410
411 #. type: textblock
412 #: ../src/guestfs.pod:172
413 msgid ""
414 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
415 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
416 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
417 "that these are libguestfs virtual devices, and are nothing to do with host "
418 "devices."
419 msgstr ""
420
421 #. type: textblock
422 #: ../src/guestfs.pod:178
423 msgid ""
424 "If you are given a disk image and you don't know what it contains then you "
425 "have to find out.  Libguestfs can do that too: use L</"
426 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
427 "LVs, and either try mounting each to see what is mountable, or else examine "
428 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
429 "filesystems, use L</guestfs_list_filesystems>."
430 msgstr ""
431
432 #. type: textblock
433 #: ../src/guestfs.pod:186
434 msgid ""
435 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
436 "L</INSPECTION> below).  But you might find it easier to look at higher level "
437 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
438 msgstr ""
439
440 #. type: textblock
441 #: ../src/guestfs.pod:191
442 msgid ""
443 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
444 "several other variations of the C<guestfs_mount_*> call."
445 msgstr ""
446
447 # type: =head2
448 #. type: =head2
449 #: ../src/guestfs.pod:194
450 msgid "FILESYSTEM ACCESS AND MODIFICATION"
451 msgstr ""
452
453 # type: textblock
454 #. type: textblock
455 #: ../src/guestfs.pod:196
456 msgid ""
457 "The majority of the libguestfs API consists of fairly low-level calls for "
458 "accessing and modifying the files, directories, symlinks etc on mounted "
459 "filesystems.  There are over a hundred such calls which you can find listed "
460 "in detail below in this man page, and we don't even pretend to cover them "
461 "all in this overview."
462 msgstr ""
463
464 # type: textblock
465 #. type: textblock
466 #: ../src/guestfs.pod:202
467 msgid ""
468 "Specify filenames as full paths, starting with C<\"/\"> and including the "
469 "mount point."
470 msgstr ""
471
472 # type: textblock
473 #. type: textblock
474 #: ../src/guestfs.pod:205
475 msgid ""
476 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
477 "the file called C<\"etc/passwd\"> then you could do:"
478 msgstr ""
479
480 # type: verbatim
481 #. type: verbatim
482 #: ../src/guestfs.pod:208
483 #, no-wrap
484 msgid ""
485 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
486 "\n"
487 msgstr ""
488
489 # type: textblock
490 #. type: textblock
491 #: ../src/guestfs.pod:210
492 msgid ""
493 "This would return C<data> as a newly allocated buffer containing the full "
494 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
495 "or C<NULL> if there was an error."
496 msgstr ""
497
498 # type: textblock
499 #. type: textblock
500 #: ../src/guestfs.pod:214
501 msgid ""
502 "As another example, to create a top-level directory on that filesystem "
503 "called C<\"var\"> you would do:"
504 msgstr ""
505
506 # type: verbatim
507 #. type: verbatim
508 #: ../src/guestfs.pod:217
509 #, no-wrap
510 msgid ""
511 " guestfs_mkdir (g, \"/var\");\n"
512 "\n"
513 msgstr ""
514
515 # type: textblock
516 #. type: textblock
517 #: ../src/guestfs.pod:219
518 msgid "To create a symlink you could do:"
519 msgstr ""
520
521 # type: verbatim
522 #. type: verbatim
523 #: ../src/guestfs.pod:221
524 #, no-wrap
525 msgid ""
526 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
527 "               \"/etc/rc3.d/S30portmap\");\n"
528 "\n"
529 msgstr ""
530
531 # type: textblock
532 #. type: textblock
533 #: ../src/guestfs.pod:224
534 msgid ""
535 "Libguestfs will reject attempts to use relative paths and there is no "
536 "concept of a current working directory."
537 msgstr ""
538
539 # type: textblock
540 #. type: textblock
541 #: ../src/guestfs.pod:227
542 msgid ""
543 "Libguestfs can return errors in many situations: for example if the "
544 "filesystem isn't writable, or if a file or directory that you requested "
545 "doesn't exist.  If you are using the C API (documented here)  you have to "
546 "check for those error conditions after each call.  (Other language bindings "
547 "turn these errors into exceptions)."
548 msgstr ""
549
550 # type: textblock
551 #. type: textblock
552 #: ../src/guestfs.pod:233
553 msgid ""
554 "File writes are affected by the per-handle umask, set by calling L</"
555 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
556 msgstr ""
557
558 # type: =head2
559 #. type: =head2
560 #: ../src/guestfs.pod:236
561 msgid "PARTITIONING"
562 msgstr ""
563
564 # type: textblock
565 #. type: textblock
566 #: ../src/guestfs.pod:238
567 msgid ""
568 "Libguestfs contains API calls to read, create and modify partition tables on "
569 "disk images."
570 msgstr ""
571
572 # type: textblock
573 #. type: textblock
574 #: ../src/guestfs.pod:241
575 msgid ""
576 "In the common case where you want to create a single partition covering the "
577 "whole disk, you should use the L</guestfs_part_disk> call:"
578 msgstr ""
579
580 # type: verbatim
581 #. type: verbatim
582 #: ../src/guestfs.pod:245
583 #, no-wrap
584 msgid ""
585 " const char *parttype = \"mbr\";\n"
586 " if (disk_is_larger_than_2TB)\n"
587 "   parttype = \"gpt\";\n"
588 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
589 "\n"
590 msgstr ""
591
592 # type: textblock
593 #. type: textblock
594 #: ../src/guestfs.pod:250
595 msgid ""
596 "Obviously this effectively wipes anything that was on that disk image before."
597 msgstr ""
598
599 # type: =head2
600 #. type: =head2
601 #: ../src/guestfs.pod:253
602 msgid "LVM2"
603 msgstr ""
604
605 # type: textblock
606 #. type: textblock
607 #: ../src/guestfs.pod:255
608 msgid ""
609 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
610 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
611 "you familiarize yourself with the concepts of physical volumes, volume "
612 "groups and logical volumes."
613 msgstr ""
614
615 # type: textblock
616 #. type: textblock
617 #: ../src/guestfs.pod:260
618 msgid ""
619 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
620 "tldp.org/HOWTO/LVM-HOWTO/>."
621 msgstr ""
622
623 # type: =head2
624 #. type: =head2
625 #: ../src/guestfs.pod:263
626 msgid "DOWNLOADING"
627 msgstr ""
628
629 #. type: textblock
630 #: ../src/guestfs.pod:265
631 msgid ""
632 "Use L</guestfs_cat> to download small, text only files.  This call is "
633 "limited to files which are less than 2 MB and which cannot contain any ASCII "
634 "NUL (C<\\0>) characters.  However the API is very simple to use."
635 msgstr ""
636
637 # type: textblock
638 #. type: textblock
639 #: ../src/guestfs.pod:269
640 msgid ""
641 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
642 "bit data, since it returns a (pointer, size) pair.  However it is still "
643 "limited to \"small\" files, less than 2 MB."
644 msgstr ""
645
646 # type: textblock
647 #. type: textblock
648 #: ../src/guestfs.pod:273
649 msgid ""
650 "L</guestfs_download> can be used to download any file, with no limits on "
651 "content or size (even files larger than 4 GB)."
652 msgstr ""
653
654 # type: textblock
655 #. type: textblock
656 #: ../src/guestfs.pod:276
657 msgid ""
658 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
659 msgstr ""
660
661 # type: =head2
662 #. type: =head2
663 #: ../src/guestfs.pod:279
664 msgid "UPLOADING"
665 msgstr ""
666
667 # type: textblock
668 #. type: textblock
669 #: ../src/guestfs.pod:281
670 msgid ""
671 "It's often the case that you want to write a file or files to the disk image."
672 msgstr ""
673
674 # type: textblock
675 #. type: textblock
676 #: ../src/guestfs.pod:284
677 msgid ""
678 "To write a small file with fixed content, use L</guestfs_write>.  To create "
679 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
680 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
681 "of other functions for creating test files, for example L</guestfs_fill> and "
682 "L</guestfs_fill_pattern>."
683 msgstr ""
684
685 # type: textblock
686 #. type: textblock
687 #: ../src/guestfs.pod:290
688 msgid ""
689 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
690 "file content or size (even files larger than 4 GB)."
691 msgstr ""
692
693 # type: textblock
694 #. type: textblock
695 #: ../src/guestfs.pod:293
696 msgid ""
697 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
698 msgstr ""
699
700 # type: textblock
701 #. type: textblock
702 #: ../src/guestfs.pod:295
703 msgid ""
704 "However the fastest way to upload I<large numbers of arbitrary files> is to "
705 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
706 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
707 "in a predictable way (eg. adding it last after all other drives) then you "
708 "can get the device name from L</guestfs_list_devices> and mount it directly "
709 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
710 "portable between kernel versions, and they don't support labels or UUIDs.  "
711 "If you want to pre-build an image or you need to mount it using a label or "
712 "UUID, use an ISO image instead."
713 msgstr ""
714
715 # type: =head2
716 #. type: =head2
717 #: ../src/guestfs.pod:306
718 msgid "COPYING"
719 msgstr ""
720
721 # type: textblock
722 #. type: textblock
723 #: ../src/guestfs.pod:308
724 msgid ""
725 "There are various different commands for copying between files and devices "
726 "and in and out of the guest filesystem.  These are summarised in the table "
727 "below."
728 msgstr ""
729
730 # type: =item
731 #. type: =item
732 #: ../src/guestfs.pod:314
733 msgid "B<file> to B<file>"
734 msgstr ""
735
736 # type: textblock
737 #. type: textblock
738 #: ../src/guestfs.pod:316
739 msgid ""
740 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
741 "directories recursively."
742 msgstr ""
743
744 # type: =item
745 #. type: =item
746 #: ../src/guestfs.pod:319
747 msgid "B<file or device> to B<file or device>"
748 msgstr ""
749
750 # type: textblock
751 #. type: textblock
752 #: ../src/guestfs.pod:321
753 msgid ""
754 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
755 "devices in the guest."
756 msgstr ""
757
758 # type: textblock
759 #. type: textblock
760 #: ../src/guestfs.pod:324
761 msgid "Example: duplicate the contents of an LV:"
762 msgstr ""
763
764 # type: verbatim
765 #. type: verbatim
766 #: ../src/guestfs.pod:326
767 #, no-wrap
768 msgid ""
769 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
770 "\n"
771 msgstr ""
772
773 # type: textblock
774 #. type: textblock
775 #: ../src/guestfs.pod:328
776 msgid ""
777 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
778 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
779 "guestfs_copy_size>."
780 msgstr ""
781
782 # type: =item
783 #. type: =item
784 #: ../src/guestfs.pod:332
785 msgid "B<file on the host> to B<file or device>"
786 msgstr ""
787
788 # type: textblock
789 #. type: textblock
790 #: ../src/guestfs.pod:334
791 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
792 msgstr ""
793
794 # type: =item
795 #. type: =item
796 #: ../src/guestfs.pod:336
797 msgid "B<file or device> to B<file on the host>"
798 msgstr ""
799
800 # type: textblock
801 #. type: textblock
802 #: ../src/guestfs.pod:338
803 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
804 msgstr ""
805
806 # type: =head2
807 #. type: =head2
808 #: ../src/guestfs.pod:342
809 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
810 msgstr ""
811
812 # type: textblock
813 #. type: textblock
814 #: ../src/guestfs.pod:344
815 msgid ""
816 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
817 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
818 "appears you can only upload and download to files.  However many Un*x-like "
819 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
820 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
821 "and arbitrary file descriptor N."
822 msgstr ""
823
824 # type: textblock
825 #. type: textblock
826 #: ../src/guestfs.pod:352
827 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
828 msgstr ""
829
830 #. type: verbatim
831 #: ../src/guestfs.pod:355
832 #, no-wrap
833 msgid ""
834 " guestfs_download (g, filename, \"/dev/stdout\");\n"
835 "\n"
836 msgstr ""
837
838 #. type: textblock
839 #: ../src/guestfs.pod:357
840 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
841 msgstr ""
842
843 #. type: verbatim
844 #: ../src/guestfs.pod:359
845 #, no-wrap
846 msgid ""
847 " char devfd[64];\n"
848 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
849 " guestfs_tar_out (g, \"/\", devfd);\n"
850 "\n"
851 msgstr ""
852
853 # type: =head2
854 #. type: =head2
855 #: ../src/guestfs.pod:363
856 msgid "LISTING FILES"
857 msgstr ""
858
859 # type: textblock
860 #. type: textblock
861 #: ../src/guestfs.pod:365
862 msgid ""
863 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
864 "L<guestfish(1)>-equivalent command C<ll>)."
865 msgstr ""
866
867 # type: textblock
868 #. type: textblock
869 #: ../src/guestfs.pod:368
870 msgid ""
871 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
872 "programs, as a flat list of strings."
873 msgstr ""
874
875 # type: textblock
876 #. type: textblock
877 #: ../src/guestfs.pod:371
878 msgid ""
879 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
880 "directory, plus additional information about each one.  It is more "
881 "equivalent to using the L<readdir(3)> call on a local filesystem."
882 msgstr ""
883
884 # type: textblock
885 #. type: textblock
886 #: ../src/guestfs.pod:375
887 msgid ""
888 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
889 msgstr ""
890
891 # type: =head2
892 #. type: =head2
893 #: ../src/guestfs.pod:378
894 msgid "RUNNING COMMANDS"
895 msgstr ""
896
897 # type: textblock
898 #. type: textblock
899 #: ../src/guestfs.pod:380
900 msgid ""
901 "Although libguestfs is primarily an API for manipulating files inside guest "
902 "images, we also provide some limited facilities for running commands inside "
903 "guests."
904 msgstr ""
905
906 # type: textblock
907 #. type: textblock
908 #: ../src/guestfs.pod:384
909 msgid "There are many limitations to this:"
910 msgstr ""
911
912 # type: =item
913 #. type: =item
914 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
915 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
916 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064
917 #: ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077
918 #: ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112
919 #: ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142
920 #: ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154
921 #: ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652
922 #: ../src/guestfs.pod:1754 ../src/guestfs.pod:1759 ../src/guestfs.pod:1763
923 #: ../src/guestfs.pod:1773 ../src/guestfs.pod:2008 ../src/guestfs.pod:2013
924 #: ../src/guestfs.pod:2019 ../src/guestfs.pod:2027 ../src/guestfs.pod:2381
925 #: ../src/guestfs.pod:2387 ../src/guestfs.pod:2392 ../src/guestfs.pod:2398
926 #: ../src/guestfs.pod:2972 ../src/guestfs.pod:2976 ../src/guestfs.pod:2980
927 #: ../src/guestfs.pod:2984 ../src/guestfs-actions.pod:15
928 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:583
929 #: ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:598
930 #: ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:1603
931 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
932 #: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1623
933 #: ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1631
934 #: ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1645
935 #: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1787
936 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:1796
937 #: ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:1862
938 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1871
939 #: ../src/guestfs-actions.pod:2789 ../src/guestfs-actions.pod:2795
940 #: ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2810
941 #: ../src/guestfs-actions.pod:2817 ../fish/guestfish.pod:445
942 #: ../fish/guestfish.pod:449 ../fish/guestfish.pod:453
943 #: ../fish/guestfish.pod:457 ../fish/guestfish-actions.pod:13
944 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:385
945 #: ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400
946 #: ../fish/guestfish-actions.pod:407 ../fish/guestfish-actions.pod:1074
947 #: ../fish/guestfish-actions.pod:1078 ../fish/guestfish-actions.pod:1082
948 #: ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1094
949 #: ../fish/guestfish-actions.pod:1098 ../fish/guestfish-actions.pod:1102
950 #: ../fish/guestfish-actions.pod:1112 ../fish/guestfish-actions.pod:1116
951 #: ../fish/guestfish-actions.pod:1120 ../fish/guestfish-actions.pod:1210
952 #: ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219
953 #: ../fish/guestfish-actions.pod:1224 ../fish/guestfish-actions.pod:1266
954 #: ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1275
955 #: ../fish/guestfish-actions.pod:1902 ../fish/guestfish-actions.pod:1908
956 #: ../fish/guestfish-actions.pod:1916 ../fish/guestfish-actions.pod:1923
957 #: ../fish/guestfish-actions.pod:1930 ../tools/virt-win-reg.pl:195
958 #: ../tools/virt-win-reg.pl:200 ../tools/virt-win-reg.pl:206
959 #: ../tools/virt-win-reg.pl:708 ../tools/virt-win-reg.pl:714
960 #: ../tools/virt-win-reg.pl:720
961 msgid "*"
962 msgstr ""
963
964 # type: textblock
965 #. type: textblock
966 #: ../src/guestfs.pod:390
967 msgid ""
968 "The kernel version that the command runs under will be different from what "
969 "it expects."
970 msgstr ""
971
972 # type: textblock
973 #. type: textblock
974 #: ../src/guestfs.pod:395
975 msgid ""
976 "If the command needs to communicate with daemons, then most likely they "
977 "won't be running."
978 msgstr ""
979
980 # type: textblock
981 #. type: textblock
982 #: ../src/guestfs.pod:400
983 msgid "The command will be running in limited memory."
984 msgstr ""
985
986 # type: textblock
987 #. type: textblock
988 #: ../src/guestfs.pod:404
989 msgid ""
990 "The network may not be available unless you enable it (see L</"
991 "guestfs_set_network>)."
992 msgstr ""
993
994 # type: textblock
995 #. type: textblock
996 #: ../src/guestfs.pod:409
997 msgid "Only supports Linux guests (not Windows, BSD, etc)."
998 msgstr ""
999
1000 # type: textblock
1001 #. type: textblock
1002 #: ../src/guestfs.pod:413
1003 msgid ""
1004 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1005 msgstr ""
1006
1007 # type: textblock
1008 #. type: textblock
1009 #: ../src/guestfs.pod:418
1010 msgid ""
1011 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1012 "See L</SELINUX> in this manpage."
1013 msgstr ""
1014
1015 # type: textblock
1016 #. type: textblock
1017 #: ../src/guestfs.pod:423
1018 msgid ""
1019 "I<Security:> It is not safe to run commands from untrusted, possibly "
1020 "malicious guests.  These commands may attempt to exploit your program by "
1021 "sending unexpected output.  They could also try to exploit the Linux kernel "
1022 "or qemu provided by the libguestfs appliance.  They could use the network "
1023 "provided by the libguestfs appliance to bypass ordinary network partitions "
1024 "and firewalls.  They could use the elevated privileges or different SELinux "
1025 "context of your program to their advantage."
1026 msgstr ""
1027
1028 # type: textblock
1029 #. type: textblock
1030 #: ../src/guestfs.pod:432
1031 msgid ""
1032 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1033 "(a script which runs when the guest next boots normally), and to have this "
1034 "script run the commands you want in the normal context of the running guest, "
1035 "network security and so on.  For information about other security issues, "
1036 "see L</SECURITY>."
1037 msgstr ""
1038
1039 # type: textblock
1040 #. type: textblock
1041 #: ../src/guestfs.pod:440
1042 msgid ""
1043 "The two main API calls to run commands are L</guestfs_command> and L</"
1044 "guestfs_sh> (there are also variations)."
1045 msgstr ""
1046
1047 # type: textblock
1048 #. type: textblock
1049 #: ../src/guestfs.pod:443
1050 msgid ""
1051 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1052 "shell globs, redirections, etc will work."
1053 msgstr ""
1054
1055 # type: =head2
1056 #. type: =head2
1057 #: ../src/guestfs.pod:446
1058 msgid "CONFIGURATION FILES"
1059 msgstr ""
1060
1061 # type: textblock
1062 #. type: textblock
1063 #: ../src/guestfs.pod:448
1064 msgid ""
1065 "To read and write configuration files in Linux guest filesystems, we "
1066 "strongly recommend using Augeas.  For example, Augeas understands how to "
1067 "read and write, say, a Linux shadow password file or X.org configuration "
1068 "file, and so avoids you having to write that code."
1069 msgstr ""
1070
1071 # type: textblock
1072 #. type: textblock
1073 #: ../src/guestfs.pod:453
1074 msgid ""
1075 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1076 "document Augeas itself here because there is excellent documentation on the "
1077 "L<http://augeas.net/> website."
1078 msgstr ""
1079
1080 # type: textblock
1081 #. type: textblock
1082 #: ../src/guestfs.pod:457
1083 msgid ""
1084 "If you don't want to use Augeas (you fool!) then try calling L</"
1085 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1086 "over."
1087 msgstr ""
1088
1089 # type: =head2
1090 #. type: =head2
1091 #: ../src/guestfs.pod:461
1092 msgid "SELINUX"
1093 msgstr ""
1094
1095 # type: textblock
1096 #. type: textblock
1097 #: ../src/guestfs.pod:463
1098 msgid ""
1099 "We support SELinux guests.  To ensure that labeling happens correctly in "
1100 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1101 msgstr ""
1102
1103 # type: =item
1104 #. type: =item
1105 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395
1106 #: ../src/guestfs.pod:2426
1107 msgid "1."
1108 msgstr ""
1109
1110 # type: textblock
1111 #. type: textblock
1112 #: ../src/guestfs.pod:471
1113 msgid "Before launching, do:"
1114 msgstr ""
1115
1116 # type: verbatim
1117 #. type: verbatim
1118 #: ../src/guestfs.pod:473
1119 #, no-wrap
1120 msgid ""
1121 " guestfs_set_selinux (g, 1);\n"
1122 "\n"
1123 msgstr ""
1124
1125 # type: =item
1126 #. type: =item
1127 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399
1128 #: ../src/guestfs.pod:2451
1129 msgid "2."
1130 msgstr ""
1131
1132 # type: textblock
1133 #. type: textblock
1134 #: ../src/guestfs.pod:477
1135 msgid ""
1136 "After mounting the guest's filesystem(s), load the policy.  This is best "
1137 "done by running the L<load_policy(8)> command in the guest itself:"
1138 msgstr ""
1139
1140 # type: verbatim
1141 #. type: verbatim
1142 #: ../src/guestfs.pod:481
1143 #, no-wrap
1144 msgid ""
1145 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1146 "\n"
1147 msgstr ""
1148
1149 # type: textblock
1150 #. type: textblock
1151 #: ../src/guestfs.pod:483
1152 msgid ""
1153 "(Older versions of C<load_policy> require you to specify the name of the "
1154 "policy file)."
1155 msgstr ""
1156
1157 # type: =item
1158 #. type: =item
1159 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
1160 msgid "3."
1161 msgstr ""
1162
1163 # type: textblock
1164 #. type: textblock
1165 #: ../src/guestfs.pod:488
1166 msgid ""
1167 "Optionally, set the security context for the API.  The correct security "
1168 "context to use can only be known by inspecting the guest.  As an example:"
1169 msgstr ""
1170
1171 # type: verbatim
1172 #. type: verbatim
1173 #: ../src/guestfs.pod:492
1174 #, no-wrap
1175 msgid ""
1176 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1177 "\n"
1178 msgstr ""
1179
1180 # type: textblock
1181 #. type: textblock
1182 #: ../src/guestfs.pod:496
1183 msgid "This will work for running commands and editing existing files."
1184 msgstr ""
1185
1186 # type: textblock
1187 #. type: textblock
1188 #: ../src/guestfs.pod:498
1189 msgid ""
1190 "When new files are created, you may need to label them explicitly, for "
1191 "example by running the external command C<restorecon pathname>."
1192 msgstr ""
1193
1194 # type: =head2
1195 #. type: =head2
1196 #: ../src/guestfs.pod:502
1197 msgid "UMASK"
1198 msgstr ""
1199
1200 # type: textblock
1201 #. type: textblock
1202 #: ../src/guestfs.pod:504
1203 msgid ""
1204 "Certain calls are affected by the current file mode creation mask (the "
1205 "\"umask\").  In particular ones which create files or directories, such as "
1206 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1207 "either the default mode that the file is created with or modifies the mode "
1208 "that you supply."
1209 msgstr ""
1210
1211 # type: textblock
1212 #. type: textblock
1213 #: ../src/guestfs.pod:510
1214 msgid ""
1215 "The default umask is C<022>, so files are created with modes such as C<0644> "
1216 "and directories with C<0755>."
1217 msgstr ""
1218
1219 # type: textblock
1220 #. type: textblock
1221 #: ../src/guestfs.pod:513
1222 msgid ""
1223 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1224 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1225 "guestfs_chmod> after creating each file or directory."
1226 msgstr ""
1227
1228 # type: textblock
1229 #. type: textblock
1230 #: ../src/guestfs.pod:517
1231 msgid "For more information about umask, see L<umask(2)>."
1232 msgstr ""
1233
1234 # type: =head1
1235 #. type: =head1
1236 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:767
1237 msgid "ENCRYPTED DISKS"
1238 msgstr ""
1239
1240 # type: textblock
1241 #. type: textblock
1242 #: ../src/guestfs.pod:521
1243 msgid ""
1244 "Libguestfs allows you to access Linux guests which have been encrypted using "
1245 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1246 "standard.  This includes nearly all whole disk encryption systems used by "
1247 "modern Linux guests."
1248 msgstr ""
1249
1250 # type: textblock
1251 #. type: textblock
1252 #: ../src/guestfs.pod:527
1253 msgid ""
1254 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1255 "returns the string C<crypto_LUKS>)."
1256 msgstr ""
1257
1258 # type: textblock
1259 #. type: textblock
1260 #: ../src/guestfs.pod:530
1261 msgid ""
1262 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1263 "will require the passphrase!"
1264 msgstr ""
1265
1266 # type: textblock
1267 #. type: textblock
1268 #: ../src/guestfs.pod:533
1269 msgid ""
1270 "Opening a LUKS device creates a new device mapper device called C</dev/"
1271 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1272 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1273 "from and encrypted to the underlying block device respectively."
1274 msgstr ""
1275
1276 # type: textblock
1277 #. type: textblock
1278 #: ../src/guestfs.pod:539
1279 msgid ""
1280 "LVM volume groups on the device can be made visible by calling L</"
1281 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1282 "(s) can now be mounted in the usual way."
1283 msgstr ""
1284
1285 # type: textblock
1286 #. type: textblock
1287 #: ../src/guestfs.pod:543
1288 msgid ""
1289 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1290 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1291 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1292 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1293 "underlying encrypted block device)."
1294 msgstr ""
1295
1296 # type: =head2
1297 #. type: =head2
1298 #: ../src/guestfs.pod:550
1299 msgid "INSPECTION"
1300 msgstr ""
1301
1302 #. type: textblock
1303 #: ../src/guestfs.pod:552
1304 msgid ""
1305 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1306 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1307 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1308 "version 1.5.3 the most frequently used part of this library has been "
1309 "rewritten in C and moved into the core code)."
1310 msgstr ""
1311
1312 # type: textblock
1313 #. type: textblock
1314 #: ../src/guestfs.pod:559
1315 msgid ""
1316 "Add all disks belonging to the unknown virtual machine and call L</"
1317 "guestfs_launch> in the usual way."
1318 msgstr ""
1319
1320 # type: textblock
1321 #. type: textblock
1322 #: ../src/guestfs.pod:562
1323 msgid ""
1324 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1325 "and certain heuristics, and returns a list of operating systems that were "
1326 "found.  An empty list means none were found.  A single element is the root "
1327 "filesystem of the operating system.  For dual- or multi-boot guests, "
1328 "multiple roots can be returned, each one corresponding to a separate "
1329 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1330 "world of virtualization, but since this scenario can happen, we have built "
1331 "libguestfs to deal with it.)"
1332 msgstr ""
1333
1334 # type: textblock
1335 #. type: textblock
1336 #: ../src/guestfs.pod:571
1337 msgid ""
1338 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1339 "to get additional details about that operating system.  For example, call L</"
1340 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1341 "Windows and Linux-based operating systems respectively."
1342 msgstr ""
1343
1344 # type: textblock
1345 #. type: textblock
1346 #: ../src/guestfs.pod:577
1347 msgid ""
1348 "Un*x-like and Linux-based operating systems usually consist of several "
1349 "filesystems which are mounted at boot time (for example, a separate boot "
1350 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1351 "filesystems correspond to mount points.  Call "
1352 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1353 "hash table like this example:"
1354 msgstr ""
1355
1356 # type: verbatim
1357 #. type: verbatim
1358 #: ../src/guestfs.pod:584
1359 #, no-wrap
1360 msgid ""
1361 " /boot => /dev/sda1\n"
1362 " /     => /dev/vg_guest/lv_root\n"
1363 " /usr  => /dev/vg_guest/lv_usr\n"
1364 "\n"
1365 msgstr ""
1366
1367 # type: textblock
1368 #. type: textblock
1369 #: ../src/guestfs.pod:588
1370 msgid ""
1371 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1372 "filesystems as suggested."
1373 msgstr ""
1374
1375 # type: textblock
1376 #. type: textblock
1377 #: ../src/guestfs.pod:591
1378 msgid ""
1379 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1380 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1381 msgstr ""
1382
1383 # type: textblock
1384 #. type: textblock
1385 #: ../src/guestfs.pod:595
1386 msgid ""
1387 "Inspection currently only works for some common operating systems.  "
1388 "Contributors are welcome to send patches for other operating systems that we "
1389 "currently cannot detect."
1390 msgstr ""
1391
1392 # type: textblock
1393 #. type: textblock
1394 #: ../src/guestfs.pod:599
1395 msgid ""
1396 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1397 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1398 "encrypted devices."
1399 msgstr ""
1400
1401 # type: textblock
1402 #. type: textblock
1403 #: ../src/guestfs.pod:603
1404 msgid ""
1405 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1406 "inspection and caches the results in the guest handle.  Subsequent calls to "
1407 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1408 "read the disks.  If you change the content of the guest disks, you can redo "
1409 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1410 "guestfs_inspect_list_applications> works a little differently from the other "
1411 "calls and does read the disks.  See documentation for that function for "
1412 "details)."
1413 msgstr ""
1414
1415 #. type: =head3
1416 #: ../src/guestfs.pod:612
1417 msgid "INSPECTING INSTALL DISKS"
1418 msgstr ""
1419
1420 #. type: textblock
1421 #: ../src/guestfs.pod:614
1422 msgid ""
1423 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1424 "CDs and more."
1425 msgstr ""
1426
1427 #. type: textblock
1428 #: ../src/guestfs.pod:617
1429 msgid ""
1430 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1431 "system, which currently can be C<installed> (a regular operating system) or "
1432 "C<installer> (some sort of install disk)."
1433 msgstr ""
1434
1435 #. type: textblock
1436 #: ../src/guestfs.pod:621
1437 msgid ""
1438 "Further information is available about the operating system that can be "
1439 "installed using the regular inspection APIs like L</"
1440 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1441 msgstr ""
1442
1443 #. type: textblock
1444 #: ../src/guestfs.pod:626
1445 msgid ""
1446 "Some additional information specific to installer disks is also available "
1447 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1448 "guestfs_inspect_is_multipart> calls."
1449 msgstr ""
1450
1451 # type: =head2
1452 #. type: =head2
1453 #: ../src/guestfs.pod:631
1454 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1455 msgstr ""
1456
1457 # type: textblock
1458 #. type: textblock
1459 #: ../src/guestfs.pod:633
1460 msgid ""
1461 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1462 "ntfs-3g.org/> driver."
1463 msgstr ""
1464
1465 # type: =head3
1466 #. type: =head3
1467 #: ../src/guestfs.pod:636
1468 msgid "DRIVE LETTERS AND PATHS"
1469 msgstr ""
1470
1471 # type: textblock
1472 #. type: textblock
1473 #: ../src/guestfs.pod:638
1474 msgid ""
1475 "DOS and Windows still use drive letters, and the filesystems are always "
1476 "treated as case insensitive by Windows itself, and therefore you might find "
1477 "a Windows configuration file referring to a path like C<c:\\windows"
1478 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1479 "might be referred to as C</WINDOWS/System32>."
1480 msgstr ""
1481
1482 #. type: textblock
1483 #: ../src/guestfs.pod:644
1484 msgid ""
1485 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1486 "L</guestfs_inspect_get_drive_mappings>)"
1487 msgstr ""
1488
1489 #. type: textblock
1490 #: ../src/guestfs.pod:647
1491 msgid ""
1492 "Dealing with separator characters (backslash vs forward slash) is outside "
1493 "the scope of libguestfs, but usually a simple character replacement will "
1494 "work."
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: ../src/guestfs.pod:651
1499 msgid ""
1500 "To resolve the case insensitivity of paths, call L</"
1501 "guestfs_case_sensitive_path>."
1502 msgstr ""
1503
1504 # type: =head3
1505 #. type: =head3
1506 #: ../src/guestfs.pod:654
1507 msgid "ACCESSING THE WINDOWS REGISTRY"
1508 msgstr ""
1509
1510 # type: textblock
1511 #. type: textblock
1512 #: ../src/guestfs.pod:656
1513 msgid ""
1514 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1515 "files, through the library C<hivex> which is part of the libguestfs project "
1516 "although ships as a separate tarball.  You have to locate and download the "
1517 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1518 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1519 "reg(1)> for more help on this issue."
1520 msgstr ""
1521
1522 # type: =head3
1523 #. type: =head3
1524 #: ../src/guestfs.pod:664
1525 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1526 msgstr ""
1527
1528 # type: textblock
1529 #. type: textblock
1530 #: ../src/guestfs.pod:666
1531 msgid ""
1532 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1533 "provide something which looks like a Linux symlink.  The way it tries to do "
1534 "the rewriting is described here:"
1535 msgstr ""
1536
1537 # type: textblock
1538 #. type: textblock
1539 #: ../src/guestfs.pod:670
1540 msgid ""
1541 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1542 "symbolic-links/>"
1543 msgstr ""
1544
1545 # type: textblock
1546 #. type: textblock
1547 #: ../src/guestfs.pod:672
1548 msgid ""
1549 "The essential problem is that ntfs-3g simply does not have enough "
1550 "information to do a correct job.  NTFS links can contain drive letters and "
1551 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1552 "It is almost certainly the case that libguestfs callers should ignore what "
1553 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1554 msgstr ""
1555
1556 # type: textblock
1557 #. type: textblock
1558 #: ../src/guestfs.pod:679
1559 msgid ""
1560 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1561 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1562 "attribute, and read the raw reparse data from that (you can find the format "
1563 "documented in various places around the web)."
1564 msgstr ""
1565
1566 # type: =head3
1567 #. type: =head3
1568 #: ../src/guestfs.pod:684
1569 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1570 msgstr ""
1571
1572 # type: textblock
1573 #. type: textblock
1574 #: ../src/guestfs.pod:686
1575 msgid ""
1576 "There are other useful extended attributes that can be read from ntfs-3g "
1577 "filesystems (using L</guestfs_getxattr>).  See:"
1578 msgstr ""
1579
1580 # type: textblock
1581 #. type: textblock
1582 #: ../src/guestfs.pod:689
1583 msgid ""
1584 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1585 msgstr ""
1586
1587 # type: =head2
1588 #. type: =head2
1589 #: ../src/guestfs.pod:691
1590 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1591 msgstr ""
1592
1593 # type: textblock
1594 #. type: textblock
1595 #: ../src/guestfs.pod:693
1596 msgid ""
1597 "Although we don't want to discourage you from using the C API, we will "
1598 "mention here that the same API is also available in other languages."
1599 msgstr ""
1600
1601 #. type: textblock
1602 #: ../src/guestfs.pod:696
1603 msgid ""
1604 "The API is broadly identical in all supported languages.  This means that "
1605 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1606 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1607 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1608 "each language."
1609 msgstr ""
1610
1611 # type: textblock
1612 #. type: textblock
1613 #: ../src/guestfs.pod:702
1614 msgid ""
1615 "Error messages are automatically transformed into exceptions if the language "
1616 "supports it."
1617 msgstr ""
1618
1619 # type: textblock
1620 #. type: textblock
1621 #: ../src/guestfs.pod:705
1622 msgid ""
1623 "We don't try to \"object orientify\" parts of the API in OO languages, "
1624 "although contributors are welcome to write higher level APIs above what we "
1625 "provide in their favourite languages if they wish."
1626 msgstr ""
1627
1628 # type: =item
1629 #. type: =item
1630 #: ../src/guestfs.pod:711
1631 msgid "B<C++>"
1632 msgstr ""
1633
1634 # type: textblock
1635 #. type: textblock
1636 #: ../src/guestfs.pod:713
1637 msgid ""
1638 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1639 "identical to the C API.  C++ classes and exceptions are not used."
1640 msgstr ""
1641
1642 # type: =item
1643 #. type: =item
1644 #: ../src/guestfs.pod:717
1645 msgid "B<C#>"
1646 msgstr ""
1647
1648 # type: textblock
1649 #. type: textblock
1650 #: ../src/guestfs.pod:719
1651 msgid ""
1652 "The C# bindings are highly experimental.  Please read the warnings at the "
1653 "top of C<csharp/Libguestfs.cs>."
1654 msgstr ""
1655
1656 # type: =item
1657 #. type: =item
1658 #: ../src/guestfs.pod:722
1659 msgid "B<Haskell>"
1660 msgstr ""
1661
1662 # type: textblock
1663 #. type: textblock
1664 #: ../src/guestfs.pod:724
1665 msgid ""
1666 "This is the only language binding that is working but incomplete.  Only "
1667 "calls which return simple integers have been bound in Haskell, and we are "
1668 "looking for help to complete this binding."
1669 msgstr ""
1670
1671 # type: =item
1672 #. type: =item
1673 #: ../src/guestfs.pod:728
1674 msgid "B<Java>"
1675 msgstr ""
1676
1677 # type: textblock
1678 #. type: textblock
1679 #: ../src/guestfs.pod:730
1680 msgid ""
1681 "Full documentation is contained in the Javadoc which is distributed with "
1682 "libguestfs."
1683 msgstr ""
1684
1685 # type: =item
1686 #. type: =item
1687 #: ../src/guestfs.pod:733
1688 msgid "B<OCaml>"
1689 msgstr ""
1690
1691 #. type: textblock
1692 #: ../src/guestfs.pod:735
1693 msgid "See L<guestfs-ocaml(3)>."
1694 msgstr ""
1695
1696 # type: =item
1697 #. type: =item
1698 #: ../src/guestfs.pod:737
1699 msgid "B<Perl>"
1700 msgstr ""
1701
1702 #. type: textblock
1703 #: ../src/guestfs.pod:739
1704 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1705 msgstr ""
1706
1707 # type: =item
1708 #. type: =item
1709 #: ../src/guestfs.pod:741
1710 msgid "B<PHP>"
1711 msgstr ""
1712
1713 # type: textblock
1714 #. type: textblock
1715 #: ../src/guestfs.pod:743
1716 msgid ""
1717 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1718 "the php-libguestfs package for your distribution."
1719 msgstr ""
1720
1721 # type: textblock
1722 #. type: textblock
1723 #: ../src/guestfs.pod:746
1724 msgid "The PHP binding only works correctly on 64 bit machines."
1725 msgstr ""
1726
1727 # type: =item
1728 #. type: =item
1729 #: ../src/guestfs.pod:748
1730 msgid "B<Python>"
1731 msgstr ""
1732
1733 #. type: textblock
1734 #: ../src/guestfs.pod:750
1735 msgid "See L<guestfs-python(3)>."
1736 msgstr ""
1737
1738 # type: =item
1739 #. type: =item
1740 #: ../src/guestfs.pod:752
1741 msgid "B<Ruby>"
1742 msgstr ""
1743
1744 #. type: textblock
1745 #: ../src/guestfs.pod:754
1746 msgid "See L<guestfs-ruby(3)>."
1747 msgstr ""
1748
1749 # type: =item
1750 #. type: =item
1751 #: ../src/guestfs.pod:756
1752 msgid "B<shell scripts>"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:758
1757 msgid "See L<guestfish(1)>."
1758 msgstr ""
1759
1760 # type: =head2
1761 #. type: =head2
1762 #: ../src/guestfs.pod:762
1763 msgid "LIBGUESTFS GOTCHAS"
1764 msgstr ""
1765
1766 # type: textblock
1767 #. type: textblock
1768 #: ../src/guestfs.pod:764
1769 msgid ""
1770 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1771 "system [...] that works in the way it is documented but is counterintuitive "
1772 "and almost invites mistakes.\""
1773 msgstr ""
1774
1775 # type: textblock
1776 #. type: textblock
1777 #: ../src/guestfs.pod:768
1778 msgid ""
1779 "Since we developed libguestfs and the associated tools, there are several "
1780 "things we would have designed differently, but are now stuck with for "
1781 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1782 "release, you can expect these to change.  Beware of them."
1783 msgstr ""
1784
1785 # type: =item
1786 #. type: =item
1787 #: ../src/guestfs.pod:776
1788 msgid "Autosync / forgetting to sync."
1789 msgstr ""
1790
1791 #. type: textblock
1792 #: ../src/guestfs.pod:778
1793 msgid ""
1794 "I<Update:> Autosync is enabled by default for all API users starting from "
1795 "libguestfs 1.5.24.  This section only applies to older versions."
1796 msgstr ""
1797
1798 # type: textblock
1799 #. type: textblock
1800 #: ../src/guestfs.pod:781
1801 msgid ""
1802 "When modifying a filesystem from C or another language, you B<must> unmount "
1803 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1804 "libguestfs handle.  You can also call:"
1805 msgstr ""
1806
1807 # type: verbatim
1808 #. type: verbatim
1809 #: ../src/guestfs.pod:785
1810 #, no-wrap
1811 msgid ""
1812 " guestfs_set_autosync (g, 1);\n"
1813 "\n"
1814 msgstr ""
1815
1816 # type: textblock
1817 #. type: textblock
1818 #: ../src/guestfs.pod:787
1819 msgid ""
1820 "to have the unmount/sync done automatically for you when the handle 'g' is "
1821 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1822 msgstr ""
1823
1824 # type: textblock
1825 #. type: textblock
1826 #: ../src/guestfs.pod:791
1827 msgid ""
1828 "If you forget to do this, then it is entirely possible that your changes "
1829 "won't be written out, or will be partially written, or (very rarely) that "
1830 "you'll get disk corruption."
1831 msgstr ""
1832
1833 # type: textblock
1834 #. type: textblock
1835 #: ../src/guestfs.pod:795
1836 msgid ""
1837 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1838 "guestfish scripts that forget to sync will work just fine, which can make "
1839 "this very puzzling if you are trying to debug a problem."
1840 msgstr ""
1841
1842 # type: =item
1843 #. type: =item
1844 #: ../src/guestfs.pod:799
1845 msgid "Mount option C<-o sync> should not be the default."
1846 msgstr ""
1847
1848 # type: textblock
1849 #. type: textblock
1850 #: ../src/guestfs.pod:801
1851 msgid ""
1852 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1853 "However C<-o sync> does not add any reliability benefit, but does have a "
1854 "very large performance impact."
1855 msgstr ""
1856
1857 # type: textblock
1858 #. type: textblock
1859 #: ../src/guestfs.pod:805
1860 msgid ""
1861 "The work around is to use L</guestfs_mount_options> and set the mount "
1862 "options that you actually want to use."
1863 msgstr ""
1864
1865 # type: =item
1866 #. type: =item
1867 #: ../src/guestfs.pod:808
1868 msgid "Read-only should be the default."
1869 msgstr ""
1870
1871 # type: textblock
1872 #. type: textblock
1873 #: ../src/guestfs.pod:810
1874 msgid ""
1875 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1876 "specify I<--rw> if you want to make changes to the image."
1877 msgstr ""
1878
1879 # type: textblock
1880 #. type: textblock
1881 #: ../src/guestfs.pod:813
1882 msgid "This would reduce the potential to corrupt live VM images."
1883 msgstr ""
1884
1885 # type: textblock
1886 #. type: textblock
1887 #: ../src/guestfs.pod:815
1888 msgid ""
1889 "Note that many filesystems change the disk when you just mount and unmount, "
1890 "even if you didn't perform any writes.  You need to use L</"
1891 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1892 msgstr ""
1893
1894 # type: =item
1895 #. type: =item
1896 #: ../src/guestfs.pod:819
1897 msgid "guestfish command line is hard to use."
1898 msgstr ""
1899
1900 # type: textblock
1901 #. type: textblock
1902 #: ../src/guestfs.pod:821
1903 msgid ""
1904 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1905 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1906 "exist, so it fails.  In earlier versions of guestfish the error message was "
1907 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1908 "we should have used C<guestfish -c command> to run commands."
1909 msgstr ""
1910
1911 # type: =item
1912 #. type: =item
1913 #: ../src/guestfs.pod:828
1914 msgid "guestfish megabyte modifiers don't work right on all commands"
1915 msgstr ""
1916
1917 # type: textblock
1918 #. type: textblock
1919 #: ../src/guestfs.pod:830
1920 msgid ""
1921 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1922 "other modifiers).  What guestfish actually does is to multiply the number "
1923 "part by the modifier part and pass the result to the C API.  However this "
1924 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1925 "expecting some other unit (eg. megabytes)."
1926 msgstr ""
1927
1928 # type: textblock
1929 #. type: textblock
1930 #: ../src/guestfs.pod:837
1931 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1932 msgstr ""
1933
1934 # type: verbatim
1935 #. type: verbatim
1936 #: ../src/guestfs.pod:839
1937 #, no-wrap
1938 msgid ""
1939 " lvcreate LV VG 100M\n"
1940 "\n"
1941 msgstr ""
1942
1943 # type: textblock
1944 #. type: textblock
1945 #: ../src/guestfs.pod:841
1946 msgid ""
1947 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1948 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1949 "megabytes * megabytes) logical volume.  The error message you get from this "
1950 "is also a little obscure."
1951 msgstr ""
1952
1953 # type: textblock
1954 #. type: textblock
1955 #: ../src/guestfs.pod:846
1956 msgid ""
1957 "This could be fixed in the generator by specially marking parameters and "
1958 "return values which take bytes or other units."
1959 msgstr ""
1960
1961 # type: =item
1962 #. type: =item
1963 #: ../src/guestfs.pod:849
1964 msgid "Ambiguity between devices and paths"
1965 msgstr ""
1966
1967 # type: textblock
1968 #. type: textblock
1969 #: ../src/guestfs.pod:851
1970 msgid ""
1971 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1972 "sdb2>) and a similar pathname.  A file might just happen to be called "
1973 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1974 msgstr ""
1975
1976 # type: textblock
1977 #. type: textblock
1978 #: ../src/guestfs.pod:856
1979 msgid ""
1980 "In the current API we usually resolve this ambiguity by having two separate "
1981 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1982 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1983 "detecting if the path supplied begins with C</dev/>."
1984 msgstr ""
1985
1986 # type: textblock
1987 #. type: textblock
1988 #: ../src/guestfs.pod:862
1989 msgid ""
1990 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1991 "make paths/devices into structured names.  One way to do this would be to "
1992 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1993 "aspect of grub.  Another way would be to use a structured type, equivalent "
1994 "to this OCaml type:"
1995 msgstr ""
1996
1997 # type: verbatim
1998 #. type: verbatim
1999 #: ../src/guestfs.pod:868
2000 #, no-wrap
2001 msgid ""
2002 " type path = Path of string | Device of int | Partition of int * int\n"
2003 "\n"
2004 msgstr ""
2005
2006 # type: textblock
2007 #. type: textblock
2008 #: ../src/guestfs.pod:870
2009 msgid "which would allow you to pass arguments like:"
2010 msgstr ""
2011
2012 # type: verbatim
2013 #. type: verbatim
2014 #: ../src/guestfs.pod:872
2015 #, no-wrap
2016 msgid ""
2017 " Path \"/foo/bar\"\n"
2018 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
2019 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
2020 " Path \"/dev/sdb2\"    (* not a device *)\n"
2021 "\n"
2022 msgstr ""
2023
2024 # type: textblock
2025 #. type: textblock
2026 #: ../src/guestfs.pod:877
2027 msgid ""
2028 "As you can see there are still problems to resolve even with this "
2029 "representation.  Also consider how it might work in guestfish."
2030 msgstr ""
2031
2032 # type: =head2
2033 #. type: =head2
2034 #: ../src/guestfs.pod:882
2035 msgid "KEYS AND PASSPHRASES"
2036 msgstr ""
2037
2038 # type: textblock
2039 #. type: textblock
2040 #: ../src/guestfs.pod:884
2041 msgid ""
2042 "Certain libguestfs calls take a parameter that contains sensitive key "
2043 "material, passed in as a C string."
2044 msgstr ""
2045
2046 # type: textblock
2047 #. type: textblock
2048 #: ../src/guestfs.pod:887
2049 msgid ""
2050 "In the future we would hope to change the libguestfs implementation so that "
2051 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2052 "swap.  However this is I<not> done at the moment, because of the complexity "
2053 "of such an implementation."
2054 msgstr ""
2055
2056 # type: textblock
2057 #. type: textblock
2058 #: ../src/guestfs.pod:892
2059 msgid ""
2060 "Therefore you should be aware that any key parameter you pass to libguestfs "
2061 "might end up being written out to the swap partition.  If this is a concern, "
2062 "scrub the swap partition or don't use libguestfs on encrypted devices."
2063 msgstr ""
2064
2065 # type: =head1
2066 #. type: =head2
2067 #: ../src/guestfs.pod:897
2068 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2069 msgstr ""
2070
2071 # type: textblock
2072 #. type: textblock
2073 #: ../src/guestfs.pod:899
2074 msgid ""
2075 "All high-level libguestfs actions are synchronous.  If you want to use "
2076 "libguestfs asynchronously then you must create a thread."
2077 msgstr ""
2078
2079 # type: textblock
2080 #. type: textblock
2081 #: ../src/guestfs.pod:902
2082 msgid ""
2083 "Only use the handle from a single thread.  Either use the handle exclusively "
2084 "from one thread, or provide your own mutex so that two threads cannot issue "
2085 "calls on the same handle at the same time."
2086 msgstr ""
2087
2088 # type: textblock
2089 #. type: textblock
2090 #: ../src/guestfs.pod:906
2091 msgid ""
2092 "See the graphical program guestfs-browser for one possible architecture for "
2093 "multithreaded programs using libvirt and libguestfs."
2094 msgstr ""
2095
2096 # type: =head1
2097 #. type: =head2
2098 #: ../src/guestfs.pod:909
2099 msgid "PATH"
2100 msgstr ""
2101
2102 #. type: textblock
2103 #: ../src/guestfs.pod:911
2104 msgid ""
2105 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2106 "internal path."
2107 msgstr ""
2108
2109 # type: textblock
2110 #. type: textblock
2111 #: ../src/guestfs.pod:914
2112 msgid ""
2113 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2114 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2115 msgstr ""
2116
2117 # type: textblock
2118 #. type: textblock
2119 #: ../src/guestfs.pod:917
2120 msgid ""
2121 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2122 "to change the directories that libguestfs will search in.  The value is a "
2123 "colon-separated list of paths.  The current directory is I<not> searched "
2124 "unless the path contains an empty element or C<.>.  For example "
2125 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2126 "then C</usr/lib/guestfs>."
2127 msgstr ""
2128
2129 # type: =head1
2130 #. type: =head2
2131 #: ../src/guestfs.pod:924
2132 msgid "QEMU WRAPPERS"
2133 msgstr ""
2134
2135 # type: textblock
2136 #. type: textblock
2137 #: ../src/guestfs.pod:926
2138 msgid ""
2139 "If you want to compile your own qemu, run qemu from a non-standard location, "
2140 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2141 "around qemu."
2142 msgstr ""
2143
2144 # type: textblock
2145 #. type: textblock
2146 #: ../src/guestfs.pod:930
2147 msgid ""
2148 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2149 "last command in the shell script (so that qemu replaces the shell and "
2150 "becomes the direct child of the libguestfs-using program).  If you don't do "
2151 "this, then the qemu process won't be cleaned up correctly."
2152 msgstr ""
2153
2154 # type: textblock
2155 #. type: textblock
2156 #: ../src/guestfs.pod:935
2157 msgid ""
2158 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2159 "source:"
2160 msgstr ""
2161
2162 # type: verbatim
2163 #. type: verbatim
2164 #: ../src/guestfs.pod:938
2165 #, no-wrap
2166 msgid ""
2167 " #!/bin/sh -\n"
2168 " qemudir=/home/rjones/d/qemu\n"
2169 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2170 "\n"
2171 msgstr ""
2172
2173 # type: textblock
2174 #. type: textblock
2175 #: ../src/guestfs.pod:942
2176 msgid ""
2177 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2178 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2179 "example:"
2180 msgstr ""
2181
2182 # type: verbatim
2183 #. type: verbatim
2184 #: ../src/guestfs.pod:946
2185 #, no-wrap
2186 msgid ""
2187 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2188 "\n"
2189 msgstr ""
2190
2191 # type: textblock
2192 #. type: textblock
2193 #: ../src/guestfs.pod:948
2194 msgid ""
2195 "Note that libguestfs also calls qemu with the -help and -version options in "
2196 "order to determine features."
2197 msgstr ""
2198
2199 #. type: =head2
2200 #: ../src/guestfs.pod:951
2201 msgid "ATTACHING TO RUNNING DAEMONS"
2202 msgstr ""
2203
2204 #. type: textblock
2205 #: ../src/guestfs.pod:953
2206 msgid ""
2207 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2208 "babies.  Use with caution."
2209 msgstr ""
2210
2211 #. type: textblock
2212 #: ../src/guestfs.pod:956
2213 msgid ""
2214 "I<Note (2):> This section explains how to attach to a running daemon from a "
2215 "low level perspective.  For most users, simply using virt tools such as "
2216 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2217 msgstr ""
2218
2219 #. type: =head3
2220 #: ../src/guestfs.pod:960
2221 msgid "Using guestfs_set_attach_method"
2222 msgstr ""
2223
2224 #. type: textblock
2225 #: ../src/guestfs.pod:962
2226 msgid ""
2227 "By calling L</guestfs_set_attach_method> you can change how the library "
2228 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2229 "ARCHITECTURE> for some background)."
2230 msgstr ""
2231
2232 #. type: textblock
2233 #: ../src/guestfs.pod:966
2234 msgid ""
2235 "The normal attach method is C<appliance>, where a small appliance is created "
2236 "containing the daemon, and then the library connects to this."
2237 msgstr ""
2238
2239 #. type: textblock
2240 #: ../src/guestfs.pod:969
2241 msgid ""
2242 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2243 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2244 "daemon over the Unix domain socket."
2245 msgstr ""
2246
2247 #. type: textblock
2248 #: ../src/guestfs.pod:973
2249 msgid ""
2250 "The normal use for this is to connect to a running virtual machine that "
2251 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2252 "files inside the live virtual machine."
2253 msgstr ""
2254
2255 #. type: =head3
2256 #: ../src/guestfs.pod:977
2257 msgid "Using guestfs_add_domain with live flag"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:979
2262 msgid ""
2263 "L</guestfs_add_domain> provides some help for getting the correct attach "
2264 "method.  If you pass the C<live> option to this function, then (if the "
2265 "virtual machine is running) it will examine the libvirt XML looking for a "
2266 "virtio-serial channel to connect to:"
2267 msgstr ""
2268
2269 #. type: verbatim
2270 #: ../src/guestfs.pod:985
2271 #, no-wrap
2272 msgid ""
2273 " <domain>\n"
2274 "   ...\n"
2275 "   <devices>\n"
2276 "     ...\n"
2277 "     <channel type='unix'>\n"
2278 "       <source mode='bind' path='/path/to/socket'/>\n"
2279 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2280 "     </channel>\n"
2281 "     ...\n"
2282 "   </devices>\n"
2283 " </domain>\n"
2284 "\n"
2285 msgstr ""
2286
2287 #. type: textblock
2288 #: ../src/guestfs.pod:997
2289 msgid ""
2290 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2291 "method to C<unix:/path/to/socket>."
2292 msgstr ""
2293
2294 #. type: textblock
2295 #: ../src/guestfs.pod:1000
2296 msgid ""
2297 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2298 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2299 "to attach to and modify live virtual machines."
2300 msgstr ""
2301
2302 #. type: textblock
2303 #: ../src/guestfs.pod:1004
2304 msgid ""
2305 "The virtual machine needs to have been set up beforehand so that it has the "
2306 "virtio-serial channel and so that guestfsd is running inside it."
2307 msgstr ""
2308
2309 # type: =head2
2310 #. type: =head2
2311 #: ../src/guestfs.pod:1008
2312 msgid "ABI GUARANTEE"
2313 msgstr ""
2314
2315 # type: textblock
2316 #. type: textblock
2317 #: ../src/guestfs.pod:1010
2318 msgid ""
2319 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2320 "actions as outlined in this section.  Although we will deprecate some "
2321 "actions, for example if they get replaced by newer calls, we will keep the "
2322 "old actions forever.  This allows you the developer to program in confidence "
2323 "against the libguestfs API."
2324 msgstr ""
2325
2326 # type: =head1
2327 #. type: =head2
2328 #: ../src/guestfs.pod:1016
2329 msgid "BLOCK DEVICE NAMING"
2330 msgstr ""
2331
2332 # type: textblock
2333 #. type: textblock
2334 #: ../src/guestfs.pod:1018
2335 msgid ""
2336 "In the kernel there is now quite a profusion of schemata for naming block "
2337 "devices (in this context, by I<block device> I mean a physical or virtual "
2338 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2339 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2340 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2341 "for the old IDE driver (particularly for SATA devices) those devices also "
2342 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2343 "paravirtualized drivers.  This has created several different naming systems, "
2344 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2345 msgstr ""
2346
2347 # type: textblock
2348 #. type: textblock
2349 #: ../src/guestfs.pod:1030
2350 msgid ""
2351 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2352 "Linux kernel to access block devices.  We can run a variety of appliances "
2353 "based on a variety of Linux kernels."
2354 msgstr ""
2355
2356 # type: textblock
2357 #. type: textblock
2358 #: ../src/guestfs.pod:1034
2359 msgid ""
2360 "This causes a problem for libguestfs because many API calls use device or "
2361 "partition names.  Working scripts and the recipe (example) scripts that we "
2362 "make available over the internet could fail if the naming scheme changes."
2363 msgstr ""
2364
2365 # type: textblock
2366 #. type: textblock
2367 #: ../src/guestfs.pod:1039
2368 msgid ""
2369 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2370 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2371 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2372 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2373 msgstr ""
2374
2375 # type: textblock
2376 #. type: textblock
2377 #: ../src/guestfs.pod:1045
2378 msgid ""
2379 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2380 "L</guestfs_list_partitions> and similar calls return the true names of the "
2381 "devices and partitions as known to the appliance."
2382 msgstr ""
2383
2384 # type: =head2
2385 #. type: =head3
2386 #: ../src/guestfs.pod:1050
2387 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2388 msgstr ""
2389
2390 # type: textblock
2391 #. type: textblock
2392 #: ../src/guestfs.pod:1052
2393 msgid ""
2394 "Usually this translation is transparent.  However in some (very rare)  cases "
2395 "you may need to know the exact algorithm.  Such cases include where you use "
2396 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2397 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2398 msgstr ""
2399
2400 # type: textblock
2401 #. type: textblock
2402 #: ../src/guestfs.pod:1058
2403 msgid ""
2404 "The algorithm is applied only to I<parameters> which are known to be either "
2405 "device or partition names.  Return values from functions such as L</"
2406 "guestfs_list_devices> are never changed."
2407 msgstr ""
2408
2409 # type: textblock
2410 #. type: textblock
2411 #: ../src/guestfs.pod:1066
2412 msgid "Is the string a parameter which is a device or partition name?"
2413 msgstr ""
2414
2415 # type: textblock
2416 #. type: textblock
2417 #: ../src/guestfs.pod:1070
2418 msgid "Does the string begin with C</dev/sd>?"
2419 msgstr ""
2420
2421 # type: textblock
2422 #. type: textblock
2423 #: ../src/guestfs.pod:1074
2424 msgid ""
2425 "Does the named device exist? If so, we use that device.  However if I<not> "
2426 "then we continue with this algorithm."
2427 msgstr ""
2428
2429 # type: textblock
2430 #. type: textblock
2431 #: ../src/guestfs.pod:1079
2432 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2433 msgstr ""
2434
2435 # type: textblock
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1081
2438 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2439 msgstr ""
2440
2441 # type: textblock
2442 #. type: textblock
2443 #: ../src/guestfs.pod:1083
2444 msgid "If that named device exists, use it.  If not, continue."
2445 msgstr ""
2446
2447 # type: textblock
2448 #. type: textblock
2449 #: ../src/guestfs.pod:1087
2450 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2451 msgstr ""
2452
2453 # type: textblock
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1089
2456 msgid "If that named device exists, use it.  If not, return an error."
2457 msgstr ""
2458
2459 # type: =head3
2460 #. type: =head3
2461 #: ../src/guestfs.pod:1093
2462 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2463 msgstr ""
2464
2465 # type: textblock
2466 #. type: textblock
2467 #: ../src/guestfs.pod:1095
2468 msgid ""
2469 "Although the standard naming scheme and automatic translation is useful for "
2470 "simple programs and guestfish scripts, for larger programs it is best not to "
2471 "rely on this mechanism."
2472 msgstr ""
2473
2474 # type: textblock
2475 #. type: textblock
2476 #: ../src/guestfs.pod:1099
2477 msgid ""
2478 "Where possible for maximum future portability programs using libguestfs "
2479 "should use these future-proof techniques:"
2480 msgstr ""
2481
2482 # type: textblock
2483 #. type: textblock
2484 #: ../src/guestfs.pod:1106
2485 msgid ""
2486 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2487 "device names, and then use those names directly."
2488 msgstr ""
2489
2490 # type: textblock
2491 #. type: textblock
2492 #: ../src/guestfs.pod:1109
2493 msgid ""
2494 "Since those device names exist by definition, they will never be translated."
2495 msgstr ""
2496
2497 # type: textblock
2498 #. type: textblock
2499 #: ../src/guestfs.pod:1114
2500 msgid ""
2501 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2502 "filesystem labels."
2503 msgstr ""
2504
2505 # type: =head1
2506 #. type: =head1
2507 #: ../src/guestfs.pod:1119
2508 msgid "SECURITY"
2509 msgstr ""
2510
2511 # type: textblock
2512 #. type: textblock
2513 #: ../src/guestfs.pod:1121
2514 msgid ""
2515 "This section discusses security implications of using libguestfs, "
2516 "particularly with untrusted or malicious guests or disk images."
2517 msgstr ""
2518
2519 # type: =head2
2520 #. type: =head2
2521 #: ../src/guestfs.pod:1124
2522 msgid "GENERAL SECURITY CONSIDERATIONS"
2523 msgstr ""
2524
2525 # type: textblock
2526 #. type: textblock
2527 #: ../src/guestfs.pod:1126
2528 msgid ""
2529 "Be careful with any files or data that you download from a guest (by "
2530 "\"download\" we mean not just the L</guestfs_download> command but any "
2531 "command that reads files, filenames, directories or anything else from a "
2532 "disk image).  An attacker could manipulate the data to fool your program "
2533 "into doing the wrong thing.  Consider cases such as:"
2534 msgstr ""
2535
2536 # type: textblock
2537 #. type: textblock
2538 #: ../src/guestfs.pod:1136
2539 msgid "the data (file etc) not being present"
2540 msgstr ""
2541
2542 # type: textblock
2543 #. type: textblock
2544 #: ../src/guestfs.pod:1140
2545 msgid "being present but empty"
2546 msgstr ""
2547
2548 # type: textblock
2549 #. type: textblock
2550 #: ../src/guestfs.pod:1144
2551 msgid "being much larger than normal"
2552 msgstr ""
2553
2554 # type: textblock
2555 #. type: textblock
2556 #: ../src/guestfs.pod:1148
2557 msgid "containing arbitrary 8 bit data"
2558 msgstr ""
2559
2560 # type: textblock
2561 #. type: textblock
2562 #: ../src/guestfs.pod:1152
2563 msgid "being in an unexpected character encoding"
2564 msgstr ""
2565
2566 # type: textblock
2567 #. type: textblock
2568 #: ../src/guestfs.pod:1156
2569 msgid "containing homoglyphs."
2570 msgstr ""
2571
2572 # type: =head2
2573 #. type: =head2
2574 #: ../src/guestfs.pod:1160
2575 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2576 msgstr ""
2577
2578 # type: textblock
2579 #. type: textblock
2580 #: ../src/guestfs.pod:1162
2581 msgid ""
2582 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2583 "(VFS) module can sometimes be escalated into exploits by deliberately "
2584 "creating a malicious, malformed filesystem.  These exploits are very severe "
2585 "for two reasons.  Firstly there are very many filesystem drivers in the "
2586 "kernel, and many of them are infrequently used and not much developer "
2587 "attention has been paid to the code.  Linux userspace helps potential "
2588 "crackers by detecting the filesystem type and automatically choosing the "
2589 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2590 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2591 "exploit (worse in some ways), giving immediate and total access to the "
2592 "system right down to the hardware level."
2593 msgstr ""
2594
2595 # type: textblock
2596 #. type: textblock
2597 #: ../src/guestfs.pod:1175
2598 msgid ""
2599 "That explains why you should never mount a filesystem from an untrusted "
2600 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2601 "inside a qemu virtual machine, usually running as a non-root user.  The "
2602 "attacker would need to write a filesystem which first exploited the kernel, "
2603 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2604 "the libguestfs protocol, and finally to be as serious as the host kernel "
2605 "exploit it would need to escalate its privileges to root.  This multi-step "
2606 "escalation, performed by a static piece of data, is thought to be extremely "
2607 "hard to do, although we never say 'never' about security issues."
2608 msgstr ""
2609
2610 # type: textblock
2611 #. type: textblock
2612 #: ../src/guestfs.pod:1186
2613 msgid ""
2614 "In any case callers can reduce the attack surface by forcing the filesystem "
2615 "type when mounting (use L</guestfs_mount_vfs>)."
2616 msgstr ""
2617
2618 # type: =head2
2619 #. type: =head2
2620 #: ../src/guestfs.pod:1189
2621 msgid "PROTOCOL SECURITY"
2622 msgstr ""
2623
2624 # type: textblock
2625 #. type: textblock
2626 #: ../src/guestfs.pod:1191
2627 msgid ""
2628 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2629 "defined upper message size.  However a program that uses libguestfs must "
2630 "also take care - for example you can write a program that downloads a binary "
2631 "from a disk image and executes it locally, and no amount of protocol "
2632 "security will save you from the consequences."
2633 msgstr ""
2634
2635 # type: =head2
2636 #. type: =head2
2637 #: ../src/guestfs.pod:1197
2638 msgid "INSPECTION SECURITY"
2639 msgstr ""
2640
2641 # type: textblock
2642 #. type: textblock
2643 #: ../src/guestfs.pod:1199
2644 msgid ""
2645 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2646 "directly from the guest, and these could contain any 8 bit data.  Callers "
2647 "should be careful to escape these before printing them to a structured file "
2648 "(for example, use HTML escaping if creating a web page)."
2649 msgstr ""
2650
2651 # type: textblock
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1205
2654 msgid ""
2655 "Guest configuration may be altered in unusual ways by the administrator of "
2656 "the virtual machine, and may not reflect reality (particularly for untrusted "
2657 "or actively malicious guests).  For example we parse the hostname from "
2658 "configuration files like C</etc/sysconfig/network> that we find in the "
2659 "guest, but the guest administrator can easily manipulate these files to "
2660 "provide the wrong hostname."
2661 msgstr ""
2662
2663 # type: textblock
2664 #. type: textblock
2665 #: ../src/guestfs.pod:1213
2666 msgid ""
2667 "The inspection API parses guest configuration using two external libraries: "
2668 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2669 "designed to be robust in the face of malicious data, although denial of "
2670 "service attacks are still possible, for example with oversized configuration "
2671 "files."
2672 msgstr ""
2673
2674 # type: =head2
2675 #. type: =head2
2676 #: ../src/guestfs.pod:1219
2677 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2678 msgstr ""
2679
2680 # type: textblock
2681 #. type: textblock
2682 #: ../src/guestfs.pod:1221
2683 msgid ""
2684 "Be very cautious about running commands from the guest.  By running a "
2685 "command in the guest, you are giving CPU time to a binary that you do not "
2686 "control, under the same user account as the library, albeit wrapped in qemu "
2687 "virtualization.  More information and alternatives can be found in the "
2688 "section L</RUNNING COMMANDS>."
2689 msgstr ""
2690
2691 # type: =head2
2692 #. type: =head2
2693 #: ../src/guestfs.pod:1227
2694 msgid "CVE-2010-3851"
2695 msgstr ""
2696
2697 # type: textblock
2698 #. type: textblock
2699 #: ../src/guestfs.pod:1229
2700 msgid "https://bugzilla.redhat.com/642934"
2701 msgstr ""
2702
2703 # type: textblock
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1231
2706 msgid ""
2707 "This security bug concerns the automatic disk format detection that qemu "
2708 "does on disk images."
2709 msgstr ""
2710
2711 # type: textblock
2712 #. type: textblock
2713 #: ../src/guestfs.pod:1234
2714 msgid ""
2715 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2716 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2717 "for one of the known headers, and if none is found then assuming the disk "
2718 "image must be raw."
2719 msgstr ""
2720
2721 # type: textblock
2722 #. type: textblock
2723 #: ../src/guestfs.pod:1239
2724 msgid ""
2725 "This allows a guest which has been given a raw disk image to write some "
2726 "other header.  At next boot (or when the disk image is accessed by "
2727 "libguestfs) qemu would do autodetection and think the disk image format was, "
2728 "say, qcow2 based on the header written by the guest."
2729 msgstr ""
2730
2731 # type: textblock
2732 #. type: textblock
2733 #: ../src/guestfs.pod:1244
2734 msgid ""
2735 "This in itself would not be a problem, but qcow2 offers many features, one "
2736 "of which is to allow a disk image to refer to another image (called the "
2737 "\"backing disk\").  It does this by placing the path to the backing disk "
2738 "into the qcow2 header.  This path is not validated and could point to any "
2739 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2740 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2741 "control of the attacker."
2742 msgstr ""
2743
2744 # type: textblock
2745 #. type: textblock
2746 #: ../src/guestfs.pod:1252
2747 msgid ""
2748 "In libguestfs this is rather hard to exploit except under two circumstances:"
2749 msgstr ""
2750
2751 # type: textblock
2752 #. type: textblock
2753 #: ../src/guestfs.pod:1259
2754 msgid "You have enabled the network or have opened the disk in write mode."
2755 msgstr ""
2756
2757 # type: textblock
2758 #. type: textblock
2759 #: ../src/guestfs.pod:1263
2760 msgid ""
2761 "You are also running untrusted code from the guest (see L</RUNNING "
2762 "COMMANDS>)."
2763 msgstr ""
2764
2765 # type: textblock
2766 #. type: textblock
2767 #: ../src/guestfs.pod:1268
2768 msgid ""
2769 "The way to avoid this is to specify the expected disk format when adding "
2770 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2771 "should always do this if the disk is raw format, and it's a good idea for "
2772 "other cases too."
2773 msgstr ""
2774
2775 # type: textblock
2776 #. type: textblock
2777 #: ../src/guestfs.pod:1273
2778 msgid ""
2779 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2780 "format is fetched from libvirt and passed through."
2781 msgstr ""
2782
2783 # type: textblock
2784 #. type: textblock
2785 #: ../src/guestfs.pod:1276
2786 msgid ""
2787 "For libguestfs tools, use the I<--format> command line parameter as "
2788 "appropriate."
2789 msgstr ""
2790
2791 # type: =head1
2792 #. type: =head1
2793 #: ../src/guestfs.pod:1279
2794 msgid "CONNECTION MANAGEMENT"
2795 msgstr ""
2796
2797 # type: =head2
2798 #. type: =head2
2799 #: ../src/guestfs.pod:1281
2800 msgid "guestfs_h *"
2801 msgstr ""
2802
2803 # type: textblock
2804 #. type: textblock
2805 #: ../src/guestfs.pod:1283
2806 msgid ""
2807 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2808 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2809 "handle and release all resources used."
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: ../src/guestfs.pod:1287
2814 msgid ""
2815 "For information on using multiple handles and threads, see the section L</"
2816 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2817 msgstr ""
2818
2819 # type: =head2
2820 #. type: =head2
2821 #: ../src/guestfs.pod:1290
2822 msgid "guestfs_create"
2823 msgstr ""
2824
2825 # type: verbatim
2826 #. type: verbatim
2827 #: ../src/guestfs.pod:1292
2828 #, no-wrap
2829 msgid ""
2830 " guestfs_h *guestfs_create (void);\n"
2831 "\n"
2832 msgstr ""
2833
2834 # type: textblock
2835 #. type: textblock
2836 #: ../src/guestfs.pod:1294
2837 msgid "Create a connection handle."
2838 msgstr ""
2839
2840 #. type: textblock
2841 #: ../src/guestfs.pod:1296
2842 msgid ""
2843 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2844 "NULL."
2845 msgstr ""
2846
2847 #. type: textblock
2848 #: ../src/guestfs.pod:1299
2849 msgid ""
2850 "You have to \"configure\" the handle after creating it.  This includes "
2851 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2852 "handle at least once."
2853 msgstr ""
2854
2855 # type: textblock
2856 #. type: textblock
2857 #: ../src/guestfs.pod:1303
2858 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2859 msgstr ""
2860
2861 #. type: textblock
2862 #: ../src/guestfs.pod:1305
2863 msgid ""
2864 "You may also want to configure error handling for the handle.  See the L</"
2865 "ERROR HANDLING> section below."
2866 msgstr ""
2867
2868 # type: =head2
2869 #. type: =head2
2870 #: ../src/guestfs.pod:1308
2871 msgid "guestfs_close"
2872 msgstr ""
2873
2874 # type: verbatim
2875 #. type: verbatim
2876 #: ../src/guestfs.pod:1310
2877 #, no-wrap
2878 msgid ""
2879 " void guestfs_close (guestfs_h *g);\n"
2880 "\n"
2881 msgstr ""
2882
2883 # type: textblock
2884 #. type: textblock
2885 #: ../src/guestfs.pod:1312
2886 msgid "This closes the connection handle and frees up all resources used."
2887 msgstr ""
2888
2889 #. type: textblock
2890 #: ../src/guestfs.pod:1314
2891 msgid ""
2892 "If autosync was set on the handle and the handle was launched, then this "
2893 "implicitly calls various functions to unmount filesystems and sync the "
2894 "disk.  See L</guestfs_set_autosync> for more details."
2895 msgstr ""
2896
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1318
2899 msgid "If a close callback was set on the handle, then it is called."
2900 msgstr ""
2901
2902 # type: =head1
2903 #. type: =head1
2904 #: ../src/guestfs.pod:1320
2905 msgid "ERROR HANDLING"
2906 msgstr ""
2907
2908 # type: textblock
2909 #. type: textblock
2910 #: ../src/guestfs.pod:1322
2911 msgid ""
2912 "API functions can return errors.  For example, almost all functions that "
2913 "return C<int> will return C<-1> to indicate an error."
2914 msgstr ""
2915
2916 # type: textblock
2917 #. type: textblock
2918 #: ../src/guestfs.pod:1325
2919 msgid ""
2920 "Additional information is available for errors: an error message string and "
2921 "optionally an error number (errno) if the thing that failed was a system "
2922 "call."
2923 msgstr ""
2924
2925 # type: textblock
2926 #. type: textblock
2927 #: ../src/guestfs.pod:1329
2928 msgid ""
2929 "You can get at the additional information about the last error on the handle "
2930 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2931 "up an error handler with L</guestfs_set_error_handler>."
2932 msgstr ""
2933
2934 # type: textblock
2935 #. type: textblock
2936 #: ../src/guestfs.pod:1334
2937 msgid ""
2938 "When the handle is created, a default error handler is installed which "
2939 "prints the error message string to C<stderr>.  For small short-running "
2940 "command line programs it is sufficient to do:"
2941 msgstr ""
2942
2943 # type: verbatim
2944 #. type: verbatim
2945 #: ../src/guestfs.pod:1338
2946 #, no-wrap
2947 msgid ""
2948 " if (guestfs_launch (g) == -1)\n"
2949 "   exit (EXIT_FAILURE);\n"
2950 "\n"
2951 msgstr ""
2952
2953 # type: textblock
2954 #. type: textblock
2955 #: ../src/guestfs.pod:1341
2956 msgid ""
2957 "since the default error handler will ensure that an error message has been "
2958 "printed to C<stderr> before the program exits."
2959 msgstr ""
2960
2961 # type: textblock
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1344
2964 msgid ""
2965 "For other programs the caller will almost certainly want to install an "
2966 "alternate error handler or do error handling in-line like this:"
2967 msgstr ""
2968
2969 # type: verbatim
2970 #. type: verbatim
2971 #: ../src/guestfs.pod:1347
2972 #, no-wrap
2973 msgid ""
2974 " g = guestfs_create ();\n"
2975 " \n"
2976 msgstr ""
2977
2978 # type: verbatim
2979 #. type: verbatim
2980 #: ../src/guestfs.pod:1349
2981 #, no-wrap
2982 msgid ""
2983 " /* This disables the default behaviour of printing errors\n"
2984 "    on stderr. */\n"
2985 " guestfs_set_error_handler (g, NULL, NULL);\n"
2986 " \n"
2987 msgstr ""
2988
2989 # type: verbatim
2990 #. type: verbatim
2991 #: ../src/guestfs.pod:1353
2992 #, no-wrap
2993 msgid ""
2994 " if (guestfs_launch (g) == -1) {\n"
2995 "   /* Examine the error message and print it etc. */\n"
2996 "   char *msg = guestfs_last_error (g);\n"
2997 "   int errnum = guestfs_last_errno (g);\n"
2998 "   fprintf (stderr, \"%s\\n\", msg);\n"
2999 "   /* ... */\n"
3000 "  }\n"
3001 "\n"
3002 msgstr ""
3003
3004 # type: textblock
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1361
3007 msgid ""
3008 "Out of memory errors are handled differently.  The default action is to call "
3009 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
3010 "guestfs_set_out_of_memory_handler>."
3011 msgstr ""
3012
3013 # type: textblock
3014 #. type: textblock
3015 #: ../src/guestfs.pod:1365
3016 msgid ""
3017 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
3018 "because there is no handle if this happens there is no way to get additional "
3019 "error information.  However L</guestfs_create> is supposed to be a "
3020 "lightweight operation which can only fail because of insufficient memory (it "
3021 "returns NULL in this case)."
3022 msgstr ""
3023
3024 # type: =head2
3025 #. type: =head2
3026 #: ../src/guestfs.pod:1371
3027 msgid "guestfs_last_error"
3028 msgstr ""
3029
3030 # type: verbatim
3031 #. type: verbatim
3032 #: ../src/guestfs.pod:1373
3033 #, no-wrap
3034 msgid ""
3035 " const char *guestfs_last_error (guestfs_h *g);\n"
3036 "\n"
3037 msgstr ""
3038
3039 # type: textblock
3040 #. type: textblock
3041 #: ../src/guestfs.pod:1375
3042 msgid ""
3043 "This returns the last error message that happened on C<g>.  If there has not "
3044 "been an error since the handle was created, then this returns C<NULL>."
3045 msgstr ""
3046
3047 # type: textblock
3048 #. type: textblock
3049 #: ../src/guestfs.pod:1379
3050 msgid ""
3051 "The lifetime of the returned string is until the next error occurs, or L</"
3052 "guestfs_close> is called."
3053 msgstr ""
3054
3055 # type: =head2
3056 #. type: =head2
3057 #: ../src/guestfs.pod:1382
3058 msgid "guestfs_last_errno"
3059 msgstr ""
3060
3061 # type: verbatim
3062 #. type: verbatim
3063 #: ../src/guestfs.pod:1384
3064 #, no-wrap
3065 msgid ""
3066 " int guestfs_last_errno (guestfs_h *g);\n"
3067 "\n"
3068 msgstr ""
3069
3070 # type: textblock
3071 #. type: textblock
3072 #: ../src/guestfs.pod:1386
3073 msgid "This returns the last error number (errno) that happened on C<g>."
3074 msgstr ""
3075
3076 # type: textblock
3077 #. type: textblock
3078 #: ../src/guestfs.pod:1388
3079 msgid "If successful, an errno integer not equal to zero is returned."
3080 msgstr ""
3081
3082 # type: textblock
3083 #. type: textblock
3084 #: ../src/guestfs.pod:1390
3085 msgid ""
3086 "If no error, this returns 0.  This call can return 0 in three situations:"
3087 msgstr ""
3088
3089 # type: textblock
3090 #. type: textblock
3091 #: ../src/guestfs.pod:1397
3092 msgid "There has not been any error on the handle."
3093 msgstr ""
3094
3095 # type: textblock
3096 #. type: textblock
3097 #: ../src/guestfs.pod:1401
3098 msgid ""
3099 "There has been an error but the errno was meaningless.  This corresponds to "
3100 "the case where the error did not come from a failed system call, but for "
3101 "some other reason."
3102 msgstr ""
3103
3104 # type: textblock
3105 #. type: textblock
3106 #: ../src/guestfs.pod:1407
3107 msgid ""
3108 "There was an error from a failed system call, but for some reason the errno "
3109 "was not captured and returned.  This usually indicates a bug in libguestfs."
3110 msgstr ""
3111
3112 # type: textblock
3113 #. type: textblock
3114 #: ../src/guestfs.pod:1413
3115 msgid ""
3116 "Libguestfs tries to convert the errno from inside the applicance into a "
3117 "corresponding errno for the caller (not entirely trivial: the appliance "
3118 "might be running a completely different operating system from the library "
3119 "and error numbers are not standardized across Un*xen).  If this could not be "
3120 "done, then the error is translated to C<EINVAL>.  In practice this should "
3121 "only happen in very rare circumstances."
3122 msgstr ""
3123
3124 # type: =head2
3125 #. type: =head2
3126 #: ../src/guestfs.pod:1421
3127 msgid "guestfs_set_error_handler"
3128 msgstr ""
3129
3130 # type: verbatim
3131 #. type: verbatim
3132 #: ../src/guestfs.pod:1423
3133 #, no-wrap
3134 msgid ""
3135 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3136 "                                           void *opaque,\n"
3137 "                                           const char *msg);\n"
3138 " void guestfs_set_error_handler (guestfs_h *g,\n"
3139 "                                 guestfs_error_handler_cb cb,\n"
3140 "                                 void *opaque);\n"
3141 "\n"
3142 msgstr ""
3143
3144 # type: textblock
3145 #. type: textblock
3146 #: ../src/guestfs.pod:1430
3147 msgid ""
3148 "The callback C<cb> will be called if there is an error.  The parameters "
3149 "passed to the callback are an opaque data pointer and the error message "
3150 "string."
3151 msgstr ""
3152
3153 # type: textblock
3154 #. type: textblock
3155 #: ../src/guestfs.pod:1434
3156 msgid ""
3157 "C<errno> is not passed to the callback.  To get that the callback must call "
3158 "L</guestfs_last_errno>."
3159 msgstr ""
3160
3161 # type: textblock
3162 #. type: textblock
3163 #: ../src/guestfs.pod:1437
3164 msgid ""
3165 "Note that the message string C<msg> is freed as soon as the callback "
3166 "function returns, so if you want to stash it somewhere you must make your "
3167 "own copy."
3168 msgstr ""
3169
3170 # type: textblock
3171 #. type: textblock
3172 #: ../src/guestfs.pod:1441
3173 msgid "The default handler prints messages on C<stderr>."
3174 msgstr ""
3175
3176 # type: textblock
3177 #. type: textblock
3178 #: ../src/guestfs.pod:1443
3179 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3180 msgstr ""
3181
3182 # type: =head2
3183 #. type: =head2
3184 #: ../src/guestfs.pod:1445
3185 msgid "guestfs_get_error_handler"
3186 msgstr ""
3187
3188 # type: verbatim
3189 #. type: verbatim
3190 #: ../src/guestfs.pod:1447
3191 #, no-wrap
3192 msgid ""
3193 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3194 "                                                     void **opaque_rtn);\n"
3195 "\n"
3196 msgstr ""
3197
3198 # type: textblock
3199 #. type: textblock
3200 #: ../src/guestfs.pod:1450
3201 msgid "Returns the current error handler callback."
3202 msgstr ""
3203
3204 # type: =head2
3205 #. type: =head2
3206 #: ../src/guestfs.pod:1452
3207 msgid "guestfs_set_out_of_memory_handler"
3208 msgstr ""
3209
3210 # type: verbatim
3211 #. type: verbatim
3212 #: ../src/guestfs.pod:1454
3213 #, no-wrap
3214 msgid ""
3215 " typedef void (*guestfs_abort_cb) (void);\n"
3216 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3217 "                                        guestfs_abort_cb);\n"
3218 "\n"
3219 msgstr ""
3220
3221 # type: textblock
3222 #. type: textblock
3223 #: ../src/guestfs.pod:1458
3224 msgid ""
3225 "The callback C<cb> will be called if there is an out of memory situation.  "
3226 "I<Note this callback must not return>."
3227 msgstr ""
3228
3229 # type: textblock
3230 #. type: textblock
3231 #: ../src/guestfs.pod:1461
3232 msgid "The default is to call L<abort(3)>."
3233 msgstr ""
3234
3235 # type: textblock
3236 #. type: textblock
3237 #: ../src/guestfs.pod:1463
3238 msgid ""
3239 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3240 msgstr ""
3241
3242 # type: =head2
3243 #. type: =head2
3244 #: ../src/guestfs.pod:1466
3245 msgid "guestfs_get_out_of_memory_handler"
3246 msgstr ""
3247
3248 # type: verbatim
3249 #. type: verbatim
3250 #: ../src/guestfs.pod:1468
3251 #, no-wrap
3252 msgid ""
3253 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3254 "\n"
3255 msgstr ""
3256
3257 # type: textblock
3258 #. type: textblock
3259 #: ../src/guestfs.pod:1470
3260 msgid "This returns the current out of memory handler."
3261 msgstr ""
3262
3263 # type: =head1
3264 #. type: =head1
3265 #: ../src/guestfs.pod:1472
3266 msgid "API CALLS"
3267 msgstr ""
3268
3269 # type: textblock
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1010
3272 msgid "@ACTIONS@"
3273 msgstr ""
3274
3275 # type: =head1
3276 #. type: =head1
3277 #: ../src/guestfs.pod:1476
3278 msgid "STRUCTURES"
3279 msgstr ""
3280
3281 # type: textblock
3282 #. type: textblock
3283 #: ../src/guestfs.pod:1478
3284 msgid "@STRUCTS@"
3285 msgstr ""
3286
3287 # type: =head1
3288 #. type: =head1
3289 #: ../src/guestfs.pod:1480
3290 msgid "AVAILABILITY"
3291 msgstr ""
3292
3293 # type: =head2
3294 #. type: =head2
3295 #: ../src/guestfs.pod:1482
3296 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3297 msgstr ""
3298
3299 # type: textblock
3300 #. type: textblock
3301 #: ../src/guestfs.pod:1484
3302 msgid ""
3303 "Using L</guestfs_available> you can test availability of the following "
3304 "groups of functions.  This test queries the appliance to see if the "
3305 "appliance you are currently using supports the functionality."
3306 msgstr ""
3307
3308 # type: textblock
3309 #. type: textblock
3310 #: ../src/guestfs.pod:1489
3311 msgid "@AVAILABILITY@"
3312 msgstr ""
3313
3314 # type: =head2
3315 #. type: =head2
3316 #: ../src/guestfs.pod:1491
3317 msgid "GUESTFISH supported COMMAND"
3318 msgstr ""
3319
3320 # type: textblock
3321 #. type: textblock
3322 #: ../src/guestfs.pod:1493
3323 msgid ""
3324 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3325 "prints out the available groups and whether they are supported by this build "
3326 "of libguestfs.  Note however that you have to do C<run> first."
3327 msgstr ""
3328
3329 # type: =head2
3330 #. type: =head2
3331 #: ../src/guestfs.pod:1498
3332 msgid "SINGLE CALLS AT COMPILE TIME"
3333 msgstr ""
3334
3335 # type: textblock
3336 #. type: textblock
3337 #: ../src/guestfs.pod:1500
3338 msgid ""
3339 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3340 "function, such as:"
3341 msgstr ""
3342
3343 # type: verbatim
3344 #. type: verbatim
3345 #: ../src/guestfs.pod:1503
3346 #, no-wrap
3347 msgid ""
3348 " #define LIBGUESTFS_HAVE_DD 1\n"
3349 "\n"
3350 msgstr ""
3351
3352 # type: textblock
3353 #. type: textblock
3354 #: ../src/guestfs.pod:1505
3355 msgid "if L</guestfs_dd> is available."
3356 msgstr ""
3357
3358 # type: textblock
3359 #. type: textblock
3360 #: ../src/guestfs.pod:1507
3361 msgid ""
3362 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3363 "function is available at compile time, we recommended using build tools such "
3364 "as autoconf or cmake.  For example in autotools you could use:"
3365 msgstr ""
3366
3367 # type: verbatim
3368 #. type: verbatim
3369 #: ../src/guestfs.pod:1512
3370 #, no-wrap
3371 msgid ""
3372 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3373 " AC_CHECK_FUNCS([guestfs_dd])\n"
3374 "\n"
3375 msgstr ""
3376
3377 # type: textblock
3378 #. type: textblock
3379 #: ../src/guestfs.pod:1515
3380 msgid ""
3381 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3382 "in your program."
3383 msgstr ""
3384
3385 # type: =head2
3386 #. type: =head2
3387 #: ../src/guestfs.pod:1518
3388 msgid "SINGLE CALLS AT RUN TIME"
3389 msgstr ""
3390
3391 # type: textblock
3392 #. type: textblock
3393 #: ../src/guestfs.pod:1520
3394 msgid ""
3395 "Testing at compile time doesn't guarantee that a function really exists in "
3396 "the library.  The reason is that you might be dynamically linked against a "
3397 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3398 "This situation unfortunately results in a segmentation fault, which is a "
3399 "shortcoming of the C dynamic linking system itself."
3400 msgstr ""
3401
3402 # type: textblock
3403 #. type: textblock
3404 #: ../src/guestfs.pod:1527
3405 msgid ""
3406 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3407 "in this example program (note that you still need the compile time check as "
3408 "well):"
3409 msgstr ""
3410
3411 # type: verbatim
3412 #. type: verbatim
3413 #: ../src/guestfs.pod:1531
3414 #, no-wrap
3415 msgid ""
3416 " #include <stdio.h>\n"
3417 " #include <stdlib.h>\n"
3418 " #include <unistd.h>\n"
3419 " #include <dlfcn.h>\n"
3420 " #include <guestfs.h>\n"
3421 " \n"
3422 msgstr ""
3423
3424 # type: verbatim
3425 #. type: verbatim
3426 #: ../src/guestfs.pod:1537
3427 #, no-wrap
3428 msgid ""
3429 " main ()\n"
3430 " {\n"
3431 " #ifdef LIBGUESTFS_HAVE_DD\n"
3432 "   void *dl;\n"
3433 "   int has_function;\n"
3434 " \n"
3435 msgstr ""
3436
3437 # type: verbatim
3438 #. type: verbatim
3439 #: ../src/guestfs.pod:1543
3440 #, no-wrap
3441 msgid ""
3442 "   /* Test if the function guestfs_dd is really available. */\n"
3443 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3444 "   if (!dl) {\n"
3445 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3446 "     exit (EXIT_FAILURE);\n"
3447 "   }\n"
3448 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3449 "   dlclose (dl);\n"
3450 " \n"
3451 msgstr ""
3452
3453 # type: verbatim
3454 #. type: verbatim
3455 #: ../src/guestfs.pod:1552
3456 #, no-wrap
3457 msgid ""
3458 "   if (!has_function)\n"
3459 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3460 "   else {\n"
3461 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3462 "     /* Now it's safe to call\n"
3463 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3464 "     */\n"
3465 "   }\n"
3466 " #else\n"
3467 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3468 " #endif\n"
3469 "  }\n"
3470 "\n"
3471 msgstr ""
3472
3473 # type: textblock
3474 #. type: textblock
3475 #: ../src/guestfs.pod:1565
3476 msgid ""
3477 "You may think the above is an awful lot of hassle, and it is.  There are "
3478 "other ways outside of the C linking system to ensure that this kind of "
3479 "incompatibility never arises, such as using package versioning:"
3480 msgstr ""
3481
3482 # type: verbatim
3483 #. type: verbatim
3484 #: ../src/guestfs.pod:1570
3485 #, no-wrap
3486 msgid ""
3487 " Requires: libguestfs >= 1.0.80\n"
3488 "\n"
3489 msgstr ""
3490
3491 # type: =head1
3492 #. type: =head1
3493 #: ../src/guestfs.pod:1572
3494 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3495 msgstr ""
3496
3497 # type: textblock
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1574
3500 msgid ""
3501 "A recent feature of the API is the introduction of calls which take optional "
3502 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3503 "takes variable arguments (ie. C<...>), as in this example:"
3504 msgstr ""
3505
3506 # type: verbatim
3507 #. type: verbatim
3508 #: ../src/guestfs.pod:1579
3509 #, no-wrap
3510 msgid ""
3511 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3512 "\n"
3513 msgstr ""
3514
3515 # type: textblock
3516 #. type: textblock
3517 #: ../src/guestfs.pod:1581
3518 msgid ""
3519 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3520 "call with no optional arguments specified:"
3521 msgstr ""
3522
3523 # type: verbatim
3524 #. type: verbatim
3525 #: ../src/guestfs.pod:1584
3526 #, no-wrap
3527 msgid ""
3528 " guestfs_add_drive_opts (g, filename, -1);\n"
3529 "\n"
3530 msgstr ""
3531
3532 # type: textblock
3533 #. type: textblock
3534 #: ../src/guestfs.pod:1586
3535 msgid "With a single optional argument:"
3536 msgstr ""
3537
3538 # type: verbatim
3539 #. type: verbatim
3540 #: ../src/guestfs.pod:1588
3541 #, no-wrap
3542 msgid ""
3543 " guestfs_add_drive_opts (g, filename,\n"
3544 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3545 "                         -1);\n"
3546 "\n"
3547 msgstr ""
3548
3549 # type: textblock
3550 #. type: textblock
3551 #: ../src/guestfs.pod:1592
3552 msgid "With two:"
3553 msgstr ""
3554
3555 # type: verbatim
3556 #. type: verbatim
3557 #: ../src/guestfs.pod:1594
3558 #, no-wrap
3559 msgid ""
3560 " guestfs_add_drive_opts (g, filename,\n"
3561 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3562 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3563 "                         -1);\n"
3564 "\n"
3565 msgstr ""
3566
3567 # type: textblock
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1599
3570 msgid ""
3571 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3572 "happen!"
3573 msgstr ""
3574
3575 # type: =head2
3576 #. type: =head2
3577 #: ../src/guestfs.pod:1602
3578 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3579 msgstr ""
3580
3581 # type: textblock
3582 #. type: textblock
3583 #: ../src/guestfs.pod:1604
3584 msgid ""
3585 "The second variant has the same name with the suffix C<_va>, which works the "
3586 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3587 "example function, this is declared:"
3588 msgstr ""
3589
3590 # type: verbatim
3591 #. type: verbatim
3592 #: ../src/guestfs.pod:1608
3593 #, no-wrap
3594 msgid ""
3595 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3596 "                                va_list args);\n"
3597 "\n"
3598 msgstr ""
3599
3600 # type: =head2
3601 #. type: =head2
3602 #: ../src/guestfs.pod:1611
3603 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3604 msgstr ""
3605
3606 # type: textblock
3607 #. type: textblock
3608 #: ../src/guestfs.pod:1613
3609 msgid ""
3610 "The third variant is useful where you need to construct these calls.  You "
3611 "pass in a structure where you fill in the optional fields.  The structure "
3612 "has a bitmask as the first element which you must set to indicate which "
3613 "fields you have filled in.  For our example function the structure and call "
3614 "are declared:"
3615 msgstr ""
3616
3617 # type: verbatim
3618 #. type: verbatim
3619 #: ../src/guestfs.pod:1619
3620 #, no-wrap
3621 msgid ""
3622 " struct guestfs_add_drive_opts_argv {\n"
3623 "   uint64_t bitmask;\n"
3624 "   int readonly;\n"
3625 "   const char *format;\n"
3626 "   /* ... */\n"
3627 " };\n"
3628 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3629 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3630 "\n"
3631 msgstr ""
3632
3633 # type: textblock
3634 #. type: textblock
3635 #: ../src/guestfs.pod:1628
3636 msgid "You could call it like this:"
3637 msgstr ""
3638
3639 # type: verbatim
3640 #. type: verbatim
3641 #: ../src/guestfs.pod:1630
3642 #, no-wrap
3643 msgid ""
3644 " struct guestfs_add_drive_opts_argv optargs = {\n"
3645 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3646 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3647 "   .readonly = 1,\n"
3648 "   .format = \"qcow2\"\n"
3649 " };\n"
3650 " \n"
3651 msgstr ""
3652
3653 # type: verbatim
3654 #. type: verbatim
3655 #: ../src/guestfs.pod:1637
3656 #, no-wrap
3657 msgid ""
3658 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3659 "\n"
3660 msgstr ""
3661
3662 # type: textblock
3663 #. type: textblock
3664 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11
3665 #: ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:2785
3666 #: ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1262
3667 #: ../fish/guestfish-actions.pod:1898 ../tools/virt-win-reg.pl:704
3668 msgid "Notes:"
3669 msgstr ""
3670
3671 # type: textblock
3672 #. type: textblock
3673 #: ../src/guestfs.pod:1645
3674 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3675 msgstr ""
3676
3677 # type: textblock
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1650
3680 msgid "You do not need to fill in all fields of the structure."
3681 msgstr ""
3682
3683 # type: textblock
3684 #. type: textblock
3685 #: ../src/guestfs.pod:1654
3686 msgid ""
3687 "There must be a one-to-one correspondence between fields of the structure "
3688 "that are filled in, and bits set in the bitmask."
3689 msgstr ""
3690
3691 # type: =head2
3692 #. type: =head2
3693 #: ../src/guestfs.pod:1659
3694 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3695 msgstr ""
3696
3697 # type: textblock
3698 #. type: textblock
3699 #: ../src/guestfs.pod:1661
3700 msgid ""
3701 "In other languages, optional arguments are expressed in the way that is "
3702 "natural for that language.  We refer you to the language-specific "
3703 "documentation for more details on that."
3704 msgstr ""
3705
3706 # type: textblock
3707 #. type: textblock
3708 #: ../src/guestfs.pod:1665
3709 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3710 msgstr ""
3711
3712 # type: =head2
3713 #. type: =head2
3714 #: ../src/guestfs.pod:1667
3715 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3716 msgstr ""
3717
3718 #. type: textblock
3719 #: ../src/guestfs.pod:1669
3720 msgid ""
3721 "B<Note:> This section documents the generic event mechanism introduced in "
3722 "libguestfs 1.10, which you should use in new code if possible.  The old "
3723 "functions C<guestfs_set_log_message_callback>, "
3724 "C<guestfs_set_subprocess_quit_callback>, "
3725 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3726 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3727 "page.  Because of the ABI guarantee, the old functions continue to work."
3728 msgstr ""
3729
3730 #. type: textblock
3731 #: ../src/guestfs.pod:1678
3732 msgid ""
3733 "Handles generate events when certain things happen, such as log messages "
3734 "being generated, progress messages during long-running operations, or the "
3735 "handle being closed.  The API calls described below let you register a "
3736 "callback to be called when events happen.  You can register multiple "
3737 "callbacks (for the same, different or overlapping sets of events), and "
3738 "individually remove callbacks.  If callbacks are not removed, then they "
3739 "remain in force until the handle is closed."
3740 msgstr ""
3741
3742 #. type: textblock
3743 #: ../src/guestfs.pod:1686
3744 msgid ""
3745 "In the current implementation, events are only generated synchronously: that "
3746 "means that events (and hence callbacks) can only happen while you are in the "
3747 "middle of making another libguestfs call.  The callback is called in the "
3748 "same thread."
3749 msgstr ""
3750
3751 #. type: textblock
3752 #: ../src/guestfs.pod:1691
3753 msgid ""
3754 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3755 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3756 msgstr ""
3757
3758 #. type: =head3
3759 #: ../src/guestfs.pod:1695
3760 msgid "CLASSES OF EVENTS"
3761 msgstr ""
3762
3763 #. type: =item
3764 #: ../src/guestfs.pod:1699
3765 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3766 msgstr ""
3767
3768 #. type: textblock
3769 #: ../src/guestfs.pod:1702
3770 msgid ""
3771 "The callback function will be called while the handle is being closed "
3772 "(synchronously from L</guestfs_close>)."
3773 msgstr ""
3774
3775 # type: textblock
3776 #. type: textblock
3777 #: ../src/guestfs.pod:1705
3778 msgid ""
3779 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3780 "handles that are open when the program exits.  This means that this callback "
3781 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3782 "problems in higher-level languages (eg. if your HLL interpreter has already "
3783 "been cleaned up by the time this is called, and if your callback then jumps "
3784 "into some HLL function)."
3785 msgstr ""
3786
3787 #. type: textblock
3788 #: ../src/guestfs.pod:1712
3789 msgid ""
3790 "If no callback is registered: the handle is closed without any callback "
3791 "being invoked."
3792 msgstr ""
3793
3794 #. type: =item
3795 #: ../src/guestfs.pod:1715
3796 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3797 msgstr ""
3798
3799 #. type: textblock
3800 #: ../src/guestfs.pod:1718
3801 msgid ""
3802 "The callback function will be called when the child process quits, either "
3803 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3804 "corresponds to a transition from any state to the CONFIG state)."
3805 msgstr ""
3806
3807 #. type: textblock
3808 #: ../src/guestfs.pod:1722 ../src/guestfs.pod:1731
3809 msgid "If no callback is registered: the event is ignored."
3810 msgstr ""
3811
3812 #. type: =item
3813 #: ../src/guestfs.pod:1724
3814 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3815 msgstr ""
3816
3817 #. type: textblock
3818 #: ../src/guestfs.pod:1727
3819 msgid ""
3820 "The callback function will be called when the child process becomes ready "
3821 "first time after it has been launched.  (This corresponds to a transition "
3822 "from LAUNCHING to the READY state)."
3823 msgstr ""
3824
3825 #. type: =item
3826 #: ../src/guestfs.pod:1733
3827 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3828 msgstr ""
3829
3830 # type: textblock
3831 #. type: textblock
3832 #: ../src/guestfs.pod:1736
3833 msgid ""
3834 "Some long-running operations can generate progress messages.  If this "
3835 "callback is registered, then it will be called each time a progress message "
3836 "is generated (usually two seconds after the operation started, and three "
3837 "times per second thereafter until it completes, although the frequency may "
3838 "change in future versions)."
3839 msgstr ""
3840
3841 #. type: textblock
3842 #: ../src/guestfs.pod:1742
3843 msgid ""
3844 "The callback receives in the payload four unsigned 64 bit numbers which are "
3845 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3846 msgstr ""
3847
3848 #. type: textblock
3849 #: ../src/guestfs.pod:1745
3850 msgid ""
3851 "The units of C<total> are not defined, although for some operations C<total> "
3852 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3853 "or megabytes), and C<position> may be the portion which has been transferred."
3854 msgstr ""
3855
3856 # type: textblock
3857 #. type: textblock
3858 #: ../src/guestfs.pod:1750
3859 msgid "The only defined and stable parts of the API are:"
3860 msgstr ""
3861
3862 # type: textblock
3863 #. type: textblock
3864 #: ../src/guestfs.pod:1756
3865 msgid ""
3866 "The callback can display to the user some type of progress bar or indicator "
3867 "which shows the ratio of C<position>:C<total>."
3868 msgstr ""
3869
3870 # type: textblock
3871 #. type: textblock
3872 #: ../src/guestfs.pod:1761
3873 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3874 msgstr ""
3875
3876 #. type: textblock
3877 #: ../src/guestfs.pod:1765
3878 msgid ""
3879 "If any progress notification is sent during a call, then a final progress "
3880 "notification is always sent when C<position> = C<total> (I<unless> the call "
3881 "fails with an error)."
3882 msgstr ""
3883
3884 # type: textblock
3885 #. type: textblock
3886 #: ../src/guestfs.pod:1769
3887 msgid ""
3888 "This is to simplify caller code, so callers can easily set the progress "
3889 "indicator to \"100%\" at the end of the operation, without requiring special "
3890 "code to detect this case."
3891 msgstr ""
3892
3893 #. type: textblock
3894 #: ../src/guestfs.pod:1775
3895 msgid ""
3896 "For some calls we are unable to estimate the progress of the call, but we "
3897 "can still generate progress messages to indicate activity.  This is known as "
3898 "\"pulse mode\", and is directly supported by certain progress bar "
3899 "implementations (eg. GtkProgressBar)."
3900 msgstr ""
3901
3902 #. type: textblock
3903 #: ../src/guestfs.pod:1780
3904 msgid ""
3905 "For these calls, zero or more progress messages are generated with "
3906 "C<position = 0> and C<total = 1>, followed by a final message with "
3907 "C<position = total = 1>."
3908 msgstr ""
3909
3910 #. type: textblock
3911 #: ../src/guestfs.pod:1784
3912 msgid ""
3913 "As noted above, if the call fails with an error then the final message may "
3914 "not be generated."
3915 msgstr ""
3916
3917 #. type: textblock
3918 #: ../src/guestfs.pod:1789
3919 msgid ""
3920 "The callback also receives the procedure number (C<proc_nr>) and serial "
3921 "number (C<serial>) of the call.  These are only useful for debugging "
3922 "protocol issues, and the callback can normally ignore them.  The callback "
3923 "may want to print these numbers in error messages or debugging messages."
3924 msgstr ""
3925
3926 #. type: textblock
3927 #: ../src/guestfs.pod:1795
3928 msgid "If no callback is registered: progress messages are discarded."
3929 msgstr ""
3930
3931 #. type: =item
3932 #: ../src/guestfs.pod:1797
3933 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3934 msgstr ""
3935
3936 #. type: textblock
3937 #: ../src/guestfs.pod:1800
3938 msgid ""
3939 "The callback function is called whenever a log message is generated by qemu, "
3940 "the appliance kernel, guestfsd (daemon), or utility programs."
3941 msgstr ""
3942
3943 #. type: textblock
3944 #: ../src/guestfs.pod:1803
3945 msgid ""
3946 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3947 "guestfs_launch>) then additional debug messages are generated."
3948 msgstr ""
3949
3950 #. type: textblock
3951 #: ../src/guestfs.pod:1806 ../src/guestfs.pod:1820
3952 msgid ""
3953 "If no callback is registered: the messages are discarded unless the verbose "
3954 "flag is set in which case they are sent to stderr.  You can override the "
3955 "printing of verbose messages to stderr by setting up a callback."
3956 msgstr ""
3957
3958 #. type: =item
3959 #: ../src/guestfs.pod:1811
3960 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3961 msgstr ""
3962
3963 #. type: textblock
3964 #: ../src/guestfs.pod:1814
3965 msgid ""
3966 "The callback function is called whenever a log message is generated by the "
3967 "library part of libguestfs."
3968 msgstr ""
3969
3970 #. type: textblock
3971 #: ../src/guestfs.pod:1817
3972 msgid ""
3973 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3974 "messages are generated."
3975 msgstr ""
3976
3977 #. type: =item
3978 #: ../src/guestfs.pod:1825
3979 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3980 msgstr ""
3981
3982 #. type: textblock
3983 #: ../src/guestfs.pod:1828
3984 msgid ""
3985 "The callback function is called whenever a trace message is generated.  This "
3986 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3987 msgstr ""
3988
3989 #. type: textblock
3990 #: ../src/guestfs.pod:1831
3991 msgid ""
3992 "If no callback is registered: the messages are sent to stderr.  You can "
3993 "override the printing of trace messages to stderr by setting up a callback."
3994 msgstr ""
3995
3996 #. type: =head3
3997 #: ../src/guestfs.pod:1837
3998 msgid "guestfs_set_event_callback"
3999 msgstr ""
4000
4001 #. type: verbatim
4002 #: ../src/guestfs.pod:1839
4003 #, no-wrap
4004 msgid ""
4005 " int guestfs_set_event_callback (guestfs_h *g,\n"
4006 "                                 guestfs_event_callback cb,\n"
4007 "                                 uint64_t event_bitmask,\n"
4008 "                                 int flags,\n"
4009 "                                 void *opaque);\n"
4010 "\n"
4011 msgstr ""
4012
4013 #. type: textblock
4014 #: ../src/guestfs.pod:1845
4015 msgid ""
4016 "This function registers a callback (C<cb>) for all event classes in the "
4017 "C<event_bitmask>."
4018 msgstr ""
4019
4020 #. type: textblock
4021 #: ../src/guestfs.pod:1848
4022 msgid ""
4023 "For example, to register for all log message events, you could call this "
4024 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
4025 "To register a single callback for all possible classes of events, use "
4026 "C<GUESTFS_EVENT_ALL>."
4027 msgstr ""
4028
4029 #. type: textblock
4030 #: ../src/guestfs.pod:1854
4031 msgid "C<flags> should always be passed as 0."
4032 msgstr ""
4033
4034 #. type: textblock
4035 #: ../src/guestfs.pod:1856
4036 msgid ""
4037 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
4038 "it for any purpose."
4039 msgstr ""
4040
4041 #. type: textblock
4042 #: ../src/guestfs.pod:1859
4043 msgid ""
4044 "The return value is the event handle (an integer) which you can use to "
4045 "delete the callback (see below)."
4046 msgstr ""
4047
4048 #. type: textblock
4049 #: ../src/guestfs.pod:1862
4050 msgid ""
4051 "If there is an error, this function returns C<-1>, and sets the error in the "
4052 "handle in the usual way (see L</guestfs_last_error> etc.)"
4053 msgstr ""
4054
4055 #. type: textblock
4056 #: ../src/guestfs.pod:1865
4057 msgid ""
4058 "Callbacks remain in effect until they are deleted, or until the handle is "
4059 "closed."
4060 msgstr ""
4061
4062 #. type: textblock
4063 #: ../src/guestfs.pod:1868
4064 msgid ""
4065 "In the case where multiple callbacks are registered for a particular event "
4066 "class, all of the callbacks are called.  The order in which multiple "
4067 "callbacks are called is not defined."
4068 msgstr ""
4069
4070 #. type: =head3
4071 #: ../src/guestfs.pod:1872
4072 msgid "guestfs_delete_event_callback"
4073 msgstr ""
4074
4075 #. type: verbatim
4076 #: ../src/guestfs.pod:1874
4077 #, no-wrap
4078 msgid ""
4079 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
4080 "\n"
4081 msgstr ""
4082
4083 #. type: textblock
4084 #: ../src/guestfs.pod:1876
4085 msgid ""
4086 "Delete a callback that was previously registered.  C<event_handle> should be "
4087 "the integer that was returned by a previous call to "
4088 "C<guestfs_set_event_callback> on the same handle."
4089 msgstr ""
4090
4091 #. type: =head3
4092 #: ../src/guestfs.pod:1880
4093 msgid "guestfs_event_callback"
4094 msgstr ""
4095
4096 #. type: verbatim
4097 #: ../src/guestfs.pod:1882
4098 #, no-wrap
4099 msgid ""
4100 " typedef void (*guestfs_event_callback) (\n"
4101 "                  guestfs_h *g,\n"
4102 "                  void *opaque,\n"
4103 "                  uint64_t event,\n"
4104 "                  int event_handle,\n"
4105 "                  int flags,\n"
4106 "                  const char *buf, size_t buf_len,\n"
4107 "                  const uint64_t *array, size_t array_len);\n"
4108 "\n"
4109 msgstr ""
4110
4111 #. type: textblock
4112 #: ../src/guestfs.pod:1891
4113 msgid ""
4114 "This is the type of the event callback function that you have to provide."
4115 msgstr ""
4116
4117 #. type: textblock
4118 #: ../src/guestfs.pod:1894
4119 msgid ""
4120 "The basic parameters are: the handle (C<g>), the opaque user pointer "
4121 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
4122 "handle, and C<flags> which in the current API you should ignore."
4123 msgstr ""
4124
4125 #. type: textblock
4126 #: ../src/guestfs.pod:1898
4127 msgid ""
4128 "The remaining parameters contain the event payload (if any).  Each event may "
4129 "contain a payload, which usually relates to the event class, but for future "
4130 "proofing your code should be written to handle any payload for any event "
4131 "class."
4132 msgstr ""
4133
4134 #. type: textblock
4135 #: ../src/guestfs.pod:1903
4136 msgid ""
4137 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
4138 "there is no message buffer).  Note that this message buffer can contain "
4139 "arbitrary 8 bit data, including NUL bytes."
4140 msgstr ""
4141
4142 #. type: textblock
4143 #: ../src/guestfs.pod:1907
4144 msgid ""
4145 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
4146 "moment this is only used for progress messages."
4147 msgstr ""
4148
4149 #. type: =head3
4150 #: ../src/guestfs.pod:1910
4151 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
4152 msgstr ""
4153
4154 #. type: textblock
4155 #: ../src/guestfs.pod:1912
4156 msgid ""
4157 "One motivation for the generic event API was to allow GUI programs to "
4158 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
4159 "unconditionally to C<stderr>."
4160 msgstr ""
4161
4162 #. type: textblock
4163 #: ../src/guestfs.pod:1916
4164 msgid ""
4165 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
4166 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
4167 "messages are not events; you must capture error messages separately)."
4168 msgstr ""
4169
4170 #. type: textblock
4171 #: ../src/guestfs.pod:1921
4172 msgid ""
4173 "Programs have to set up a callback to capture the classes of events of "
4174 "interest:"
4175 msgstr ""
4176
4177 #. type: verbatim
4178 #: ../src/guestfs.pod:1924
4179 #, no-wrap
4180 msgid ""
4181 " int eh =\n"
4182 "   guestfs_set_event_callback\n"
4183 "     (g, message_callback,\n"
4184 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
4185 "      GUESTFS_EVENT_TRACE,\n"
4186 "      0, NULL) == -1)\n"
4187 " if (eh == -1) {\n"
4188 "   // handle error in the usual way\n"
4189 " }\n"
4190 "\n"
4191 msgstr ""
4192
4193 #. type: textblock
4194 #: ../src/guestfs.pod:1934
4195 msgid ""
4196 "The callback can then direct messages to the appropriate place.  In this "
4197 "example, messages are directed to syslog:"
4198 msgstr ""
4199
4200 #. type: verbatim
4201 #: ../src/guestfs.pod:1937
4202 #, no-wrap
4203 msgid ""
4204 " static void\n"
4205 " message_callback (\n"
4206 "         guestfs_h *g,\n"
4207 "         void *opaque,\n"
4208 "         uint64_t event,\n"
4209 "         int event_handle,\n"
4210 "         int flags,\n"
4211 "         const char *buf, size_t buf_len,\n"
4212 "         const uint64_t *array, size_t array_len)\n"
4213 " {\n"
4214 "   const int priority = LOG_USER|LOG_INFO;\n"
4215 "   if (buf_len > 0)\n"
4216 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
4217 " }\n"
4218 "\n"
4219 msgstr ""
4220
4221 # type: =head1
4222 #. type: =head1
4223 #: ../src/guestfs.pod:1952
4224 msgid "PRIVATE DATA AREA"
4225 msgstr ""
4226
4227 #. type: textblock
4228 #: ../src/guestfs.pod:1954
4229 msgid ""
4230 "You can attach named pieces of private data to the libguestfs handle, fetch "
4231 "them by name, and walk over them, for the lifetime of the handle.  This is "
4232 "called the private data area and is only available from the C API."
4233 msgstr ""
4234
4235 # type: textblock
4236 #. type: textblock
4237 #: ../src/guestfs.pod:1959
4238 msgid "To attach a named piece of data, use the following call:"
4239 msgstr ""
4240
4241 # type: verbatim
4242 #. type: verbatim
4243 #: ../src/guestfs.pod:1961
4244 #, no-wrap
4245 msgid ""
4246 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
4247 "\n"
4248 msgstr ""
4249
4250 #. type: textblock
4251 #: ../src/guestfs.pod:1963
4252 msgid ""
4253 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
4254 "pointer (which can be C<NULL>).  Any previous item with the same key is "
4255 "overwritten."
4256 msgstr ""
4257
4258 #. type: textblock
4259 #: ../src/guestfs.pod:1967
4260 msgid ""
4261 "You can use any C<key> you want, but your key should I<not> start with an "
4262 "underscore character.  Keys beginning with an underscore character are "
4263 "reserved for internal libguestfs purposes (eg. for implementing language "
4264 "bindings).  It is recommended that you prefix the key with some unique "
4265 "string to avoid collisions with other users."
4266 msgstr ""
4267
4268 # type: textblock
4269 #. type: textblock
4270 #: ../src/guestfs.pod:1973
4271 msgid "To retrieve the pointer, use:"
4272 msgstr ""
4273
4274 # type: verbatim
4275 #. type: verbatim
4276 #: ../src/guestfs.pod:1975
4277 #, no-wrap
4278 msgid ""
4279 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
4280 "\n"
4281 msgstr ""
4282
4283 # type: textblock
4284 #. type: textblock
4285 #: ../src/guestfs.pod:1977
4286 msgid ""
4287 "This function returns C<NULL> if either no data is found associated with "
4288 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
4289 "C<NULL>."
4290 msgstr ""
4291
4292 #. type: textblock
4293 #: ../src/guestfs.pod:1981
4294 msgid ""
4295 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
4296 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
4297 "all.  In particular, libguestfs does I<not> try to free the data when the "
4298 "handle is closed.  If the data must be freed, then the caller must either "
4299 "free it before calling L</guestfs_close> or must set up a close callback to "
4300 "do it (see L</GUESTFS_EVENT_CLOSE>)."
4301 msgstr ""
4302
4303 #. type: textblock
4304 #: ../src/guestfs.pod:1988
4305 msgid "To walk over all entries, use these two functions:"
4306 msgstr ""
4307
4308 #. type: verbatim
4309 #: ../src/guestfs.pod:1990
4310 #, no-wrap
4311 msgid ""
4312 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
4313 "\n"
4314 msgstr ""
4315
4316 #. type: verbatim
4317 #: ../src/guestfs.pod:1992
4318 #, no-wrap
4319 msgid ""
4320 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
4321 "\n"
4322 msgstr ""
4323
4324 #. type: textblock
4325 #: ../src/guestfs.pod:1994
4326 msgid ""
4327 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
4328 "not have any particular meaning -- keys are not returned in any defined "
4329 "order).  A pointer to the key is returned in C<*key_rtn> and the "
4330 "corresponding data pointer is returned from the function.  C<NULL> is "
4331 "returned if there are no keys stored in the handle."
4332 msgstr ""
4333
4334 #. type: textblock
4335 #: ../src/guestfs.pod:2000
4336 msgid ""
4337 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
4338 "value of this function is also C<NULL> is there are no further entries to "
4339 "return."
4340 msgstr ""
4341
4342 #. type: textblock
4343 #: ../src/guestfs.pod:2004
4344 msgid "Notes about walking over entries:"
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: ../src/guestfs.pod:2010
4349 msgid ""
4350 "You must not call C<guestfs_set_private> while walking over the entries."
4351 msgstr ""
4352
4353 #. type: textblock
4354 #: ../src/guestfs.pod:2015
4355 msgid ""
4356 "The handle maintains an internal iterator which is reset when you call "
4357 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4358 "call C<guestfs_set_private>."
4359 msgstr ""
4360
4361 #. type: textblock
4362 #: ../src/guestfs.pod:2021
4363 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4364 msgstr ""
4365
4366 #. type: verbatim
4367 #: ../src/guestfs.pod:2023
4368 #, no-wrap
4369 msgid ""
4370 " guestfs_set_private (g, key, NULL);\n"
4371 "\n"
4372 msgstr ""
4373
4374 #. type: textblock
4375 #: ../src/guestfs.pod:2025
4376 msgid "then that C<key> is not returned when walking."
4377 msgstr ""
4378
4379 #. type: textblock
4380 #: ../src/guestfs.pod:2029
4381 msgid ""
4382 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4383 "C<guestfs_next_private> or C<guestfs_set_private>."
4384 msgstr ""
4385
4386 #. type: textblock
4387 #: ../src/guestfs.pod:2035
4388 msgid ""
4389 "The following example code shows how to print all keys and data pointers "
4390 "that are associated with the handle C<g>:"
4391 msgstr ""
4392
4393 #. type: verbatim
4394 #: ../src/guestfs.pod:2038
4395 #, no-wrap
4396 msgid ""
4397 " const char *key;\n"
4398 " void *data = guestfs_first_private (g, &key);\n"
4399 " while (data != NULL)\n"
4400 "   {\n"
4401 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4402 "     data = guestfs_next_private (g, &key);\n"
4403 "   }\n"
4404 "\n"
4405 msgstr ""
4406
4407 #. type: textblock
4408 #: ../src/guestfs.pod:2046
4409 msgid ""
4410 "More commonly you are only interested in keys that begin with an application-"
4411 "specific prefix C<foo_>.  Modify the loop like so:"
4412 msgstr ""
4413
4414 #. type: verbatim
4415 #: ../src/guestfs.pod:2049
4416 #, no-wrap
4417 msgid ""
4418 " const char *key;\n"
4419 " void *data = guestfs_first_private (g, &key);\n"
4420 " while (data != NULL)\n"
4421 "   {\n"
4422 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4423 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4424 "     data = guestfs_next_private (g, &key);\n"
4425 "   }\n"
4426 "\n"
4427 msgstr ""
4428
4429 #. type: textblock
4430 #: ../src/guestfs.pod:2058
4431 msgid ""
4432 "If you need to modify keys while walking, then you have to jump back to the "
4433 "beginning of the loop.  For example, to delete all keys prefixed with "
4434 "C<foo_>:"
4435 msgstr ""
4436
4437 #. type: verbatim
4438 #: ../src/guestfs.pod:2062
4439 #, no-wrap
4440 msgid ""
4441 "  const char *key;\n"
4442 "  void *data;\n"
4443 " again:\n"
4444 "  data = guestfs_first_private (g, &key);\n"
4445 "  while (data != NULL)\n"
4446 "    {\n"
4447 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4448 "        {\n"
4449 "          guestfs_set_private (g, key, NULL);\n"
4450 "          /* note that 'key' pointer is now invalid, and so is\n"
4451 "             the internal iterator */\n"
4452 "          goto again;\n"
4453 "        }\n"
4454 "      data = guestfs_next_private (g, &key);\n"
4455 "    }\n"
4456 "\n"
4457 msgstr ""
4458
4459 #. type: textblock
4460 #: ../src/guestfs.pod:2078
4461 msgid ""
4462 "Note that the above loop is guaranteed to terminate because the keys are "
4463 "being deleted, but other manipulations of keys within the loop might not "
4464 "terminate unless you also maintain an indication of which keys have been "
4465 "visited."
4466 msgstr ""
4467
4468 # type: =end
4469 #. type: =end
4470 #: ../src/guestfs.pod:2083 ../src/guestfs.pod:2088
4471 msgid "html"
4472 msgstr ""
4473
4474 # type: textblock
4475 #. type: textblock
4476 #: ../src/guestfs.pod:2085
4477 msgid ""
4478 "<!-- old anchor for the next section --> <a name="
4479 "\"state_machine_and_low_level_event_api\"/>"
4480 msgstr ""
4481
4482 # type: =head1
4483 #. type: =head1
4484 #: ../src/guestfs.pod:2090
4485 msgid "ARCHITECTURE"
4486 msgstr ""
4487
4488 # type: textblock
4489 #. type: textblock
4490 #: ../src/guestfs.pod:2092
4491 msgid ""
4492 "Internally, libguestfs is implemented by running an appliance (a special "
4493 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4494 "process of the main program."
4495 msgstr ""
4496
4497 # type: verbatim
4498 #. type: verbatim
4499 #: ../src/guestfs.pod:2096
4500 #, no-wrap
4501 msgid ""
4502 "  ___________________\n"
4503 " /                   \\\n"
4504 " | main program      |\n"
4505 " |                   |\n"
4506 " |                   |           child process / appliance\n"
4507 " |                   |           __________________________\n"
4508 " |                   |          / qemu                     \\\n"
4509 " +-------------------+   RPC    |      +-----------------+ |\n"
4510 " | libguestfs     <--------------------> guestfsd        | |\n"
4511 " |                   |          |      +-----------------+ |\n"
4512 " \\___________________/          |      | Linux kernel    | |\n"
4513 "                                |      +--^--------------+ |\n"
4514 "                                \\_________|________________/\n"
4515 "                                          |\n"
4516 "                                   _______v______\n"
4517 "                                  /              \\\n"
4518 "                                  | Device or    |\n"
4519 "                                  | disk image   |\n"
4520 "                                  \\______________/\n"
4521 "\n"
4522 msgstr ""
4523
4524 # type: textblock
4525 #. type: textblock
4526 #: ../src/guestfs.pod:2116
4527 msgid ""
4528 "The library, linked to the main program, creates the child process and hence "
4529 "the appliance in the L</guestfs_launch> function."
4530 msgstr ""
4531
4532 # type: textblock
4533 #. type: textblock
4534 #: ../src/guestfs.pod:2119
4535 msgid ""
4536 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4537 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4538 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4539 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4540 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4541 "attached to the qemu process which translates device access by the "
4542 "appliance's Linux kernel into accesses to the image."
4543 msgstr ""
4544
4545 # type: textblock
4546 #. type: textblock
4547 #: ../src/guestfs.pod:2128
4548 msgid ""
4549 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4550 "Although the disk image you are attached to might also be used by some "
4551 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4552 "care if both libguestfs's qemu process and your virtual machine are trying "
4553 "to update the disk image at the same time, since these usually results in "
4554 "massive disk corruption)."
4555 msgstr ""
4556
4557 # type: =head1
4558 #. type: =head1
4559 #: ../src/guestfs.pod:2135
4560 msgid "STATE MACHINE"
4561 msgstr ""
4562
4563 # type: textblock
4564 #. type: textblock
4565 #: ../src/guestfs.pod:2137
4566 msgid "libguestfs uses a state machine to model the child process:"
4567 msgstr ""
4568
4569 # type: verbatim
4570 #. type: verbatim
4571 #: ../src/guestfs.pod:2139
4572 #, no-wrap
4573 msgid ""
4574 "                         |\n"
4575 "                    guestfs_create\n"
4576 "                         |\n"
4577 "                         |\n"
4578 "                     ____V_____\n"
4579 "                    /          \\\n"
4580 "                    |  CONFIG  |\n"
4581 "                    \\__________/\n"
4582 "                     ^ ^   ^  \\\n"
4583 "                    /  |    \\  \\ guestfs_launch\n"
4584 "                   /   |    _\\__V______\n"
4585 "                  /    |   /           \\\n"
4586 "                 /     |   | LAUNCHING |\n"
4587 "                /      |   \\___________/\n"
4588 "               /       |       /\n"
4589 "              /        |  guestfs_launch\n"
4590 "             /         |     /\n"
4591 "    ______  /        __|____V\n"
4592 "   /      \\ ------> /        \\\n"
4593 "   | BUSY |         | READY  |\n"
4594 "   \\______/ <------ \\________/\n"
4595 "\n"
4596 msgstr ""
4597
4598 # type: textblock
4599 #. type: textblock
4600 #: ../src/guestfs.pod:2161
4601 msgid ""
4602 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4603 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4604 "(3) alternating between READY and BUSY as commands are issued to, and "
4605 "carried out by, the child process."
4606 msgstr ""
4607
4608 # type: textblock
4609 #. type: textblock
4610 #: ../src/guestfs.pod:2166
4611 msgid ""
4612 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4613 "asynchronously at any time (eg. due to some internal error), and that causes "
4614 "the state to transition back to CONFIG."
4615 msgstr ""
4616
4617 # type: textblock
4618 #. type: textblock
4619 #: ../src/guestfs.pod:2170
4620 msgid ""
4621 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4622 "issued when in the CONFIG state."
4623 msgstr ""
4624
4625 # type: textblock
4626 #. type: textblock
4627 #: ../src/guestfs.pod:2173
4628 msgid ""
4629 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4630 "L</guestfs_launch> blocks until the child process is READY to accept "
4631 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4632 "moves the state from CONFIG to LAUNCHING while it is running."
4633 msgstr ""
4634
4635 # type: textblock
4636 #. type: textblock
4637 #: ../src/guestfs.pod:2179
4638 msgid ""
4639 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4640 "state.  These API calls block waiting for the command to be carried out (ie. "
4641 "the state to transition to BUSY and then back to READY).  There are no non-"
4642 "blocking versions, and no way to issue more than one command per handle at "
4643 "the same time."
4644 msgstr ""
4645
4646 # type: textblock
4647 #. type: textblock
4648 #: ../src/guestfs.pod:2185
4649 msgid ""
4650 "Finally, the child process sends asynchronous messages back to the main "
4651 "program, such as kernel log messages.  You can register a callback to "
4652 "receive these messages."
4653 msgstr ""
4654
4655 # type: =head1
4656 #. type: =head1
4657 #: ../src/guestfs.pod:2189
4658 msgid "INTERNALS"
4659 msgstr ""
4660
4661 # type: =head2
4662 #. type: =head2
4663 #: ../src/guestfs.pod:2191
4664 msgid "COMMUNICATION PROTOCOL"
4665 msgstr ""
4666
4667 # type: textblock
4668 #. type: textblock
4669 #: ../src/guestfs.pod:2193
4670 msgid ""
4671 "Don't rely on using this protocol directly.  This section documents how it "
4672 "currently works, but it may change at any time."
4673 msgstr ""
4674
4675 # type: textblock
4676 #. type: textblock
4677 #: ../src/guestfs.pod:2196
4678 msgid ""
4679 "The protocol used to talk between the library and the daemon running inside "
4680 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4681 "1014, RFC 1832, RFC 4506)."
4682 msgstr ""
4683
4684 # type: textblock
4685 #. type: textblock
4686 #: ../src/guestfs.pod:2200
4687 msgid ""
4688 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4689 "this file is automatically generated)."
4690 msgstr ""
4691
4692 # type: textblock
4693 #. type: textblock
4694 #: ../src/guestfs.pod:2203
4695 msgid ""
4696 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4697 "and C<FileOut> parameters, which are handled with very simple request/reply "
4698 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4699 "parameters, which use the same request and reply messages, but they may also "
4700 "be followed by files sent using a chunked encoding."
4701 msgstr ""
4702
4703 # type: =head3
4704 #. type: =head3
4705 #: ../src/guestfs.pod:2210
4706 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4707 msgstr ""
4708
4709 # type: textblock
4710 #. type: textblock
4711 #: ../src/guestfs.pod:2212
4712 msgid "For ordinary functions, the request message is:"
4713 msgstr ""
4714
4715 # type: verbatim
4716 #. type: verbatim
4717 #: ../src/guestfs.pod:2214
4718 #, no-wrap
4719 msgid ""
4720 " total length (header + arguments,\n"
4721 "      but not including the length word itself)\n"
4722 " struct guestfs_message_header (encoded as XDR)\n"
4723 " struct guestfs_<foo>_args (encoded as XDR)\n"
4724 "\n"
4725 msgstr ""
4726
4727 # type: textblock
4728 #. type: textblock
4729 #: ../src/guestfs.pod:2219
4730 msgid ""
4731 "The total length field allows the daemon to allocate a fixed size buffer "
4732 "into which it slurps the rest of the message.  As a result, the total length "
4733 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4734 "effective size of any request is limited to somewhere under this size."
4735 msgstr ""
4736
4737 # type: textblock
4738 #. type: textblock
4739 #: ../src/guestfs.pod:2225
4740 msgid ""
4741 "Note also that many functions don't take any arguments, in which case the "
4742 "C<guestfs_I<foo>_args> is completely omitted."
4743 msgstr ""
4744
4745 # type: textblock
4746 #. type: textblock
4747 #: ../src/guestfs.pod:2228
4748 msgid ""
4749 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4750 "receiver knows what type of args structure to expect, or none at all."
4751 msgstr ""
4752
4753 # type: textblock
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2232
4756 msgid ""
4757 "For functions that take optional arguments, the optional arguments are "
4758 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4759 "arguments.  A bitmask in the header indicates which optional arguments are "
4760 "meaningful.  The bitmask is also checked to see if it contains bits set "
4761 "which the daemon does not know about (eg. if more optional arguments were "
4762 "added in a later version of the library), and this causes the call to be "
4763 "rejected."
4764 msgstr ""
4765
4766 # type: textblock
4767 #. type: textblock
4768 #: ../src/guestfs.pod:2240
4769 msgid "The reply message for ordinary functions is:"
4770 msgstr ""
4771
4772 # type: verbatim
4773 #. type: verbatim
4774 #: ../src/guestfs.pod:2242
4775 #, no-wrap
4776 msgid ""
4777 " total length (header + ret,\n"
4778 "      but not including the length word itself)\n"
4779 " struct guestfs_message_header (encoded as XDR)\n"
4780 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4781 "\n"
4782 msgstr ""
4783
4784 # type: textblock
4785 #. type: textblock
4786 #: ../src/guestfs.pod:2247
4787 msgid ""
4788 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4789 "functions that return no formal return values."
4790 msgstr ""
4791
4792 # type: textblock
4793 #. type: textblock
4794 #: ../src/guestfs.pod:2250
4795 msgid ""
4796 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4797 msgstr ""
4798
4799 # type: textblock
4800 #. type: textblock
4801 #: ../src/guestfs.pod:2253
4802 msgid ""
4803 "In the case of an error, a flag is set in the header, and the reply message "
4804 "is slightly changed:"
4805 msgstr ""
4806
4807 # type: verbatim
4808 #. type: verbatim
4809 #: ../src/guestfs.pod:2256
4810 #, no-wrap
4811 msgid ""
4812 " total length (header + error,\n"
4813 "      but not including the length word itself)\n"
4814 " struct guestfs_message_header (encoded as XDR)\n"
4815 " struct guestfs_message_error (encoded as XDR)\n"
4816 "\n"
4817 msgstr ""
4818
4819 # type: textblock
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2261
4822 msgid ""
4823 "The C<guestfs_message_error> structure contains the error message as a "
4824 "string."
4825 msgstr ""
4826
4827 # type: =head3
4828 #. type: =head3
4829 #: ../src/guestfs.pod:2264
4830 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4831 msgstr ""
4832
4833 # type: textblock
4834 #. type: textblock
4835 #: ../src/guestfs.pod:2266
4836 msgid ""
4837 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4838 "The normal request message is sent (see above).  However this is followed by "
4839 "a sequence of file chunks."
4840 msgstr ""
4841
4842 # type: verbatim
4843 #. type: verbatim
4844 #: ../src/guestfs.pod:2270
4845 #, no-wrap
4846 msgid ""
4847 " total length (header + arguments,\n"
4848 "      but not including the length word itself,\n"
4849 "      and not including the chunks)\n"
4850 " struct guestfs_message_header (encoded as XDR)\n"
4851 " struct guestfs_<foo>_args (encoded as XDR)\n"
4852 " sequence of chunks for FileIn param #0\n"
4853 " sequence of chunks for FileIn param #1 etc.\n"
4854 "\n"
4855 msgstr ""
4856
4857 # type: textblock
4858 #. type: textblock
4859 #: ../src/guestfs.pod:2278
4860 msgid "The \"sequence of chunks\" is:"
4861 msgstr ""
4862
4863 # type: verbatim
4864 #. type: verbatim
4865 #: ../src/guestfs.pod:2280
4866 #, no-wrap
4867 msgid ""
4868 " length of chunk (not including length word itself)\n"
4869 " struct guestfs_chunk (encoded as XDR)\n"
4870 " length of chunk\n"
4871 " struct guestfs_chunk (encoded as XDR)\n"
4872 "   ...\n"
4873 " length of chunk\n"
4874 " struct guestfs_chunk (with data.data_len == 0)\n"
4875 "\n"
4876 msgstr ""
4877
4878 # type: textblock
4879 #. type: textblock
4880 #: ../src/guestfs.pod:2288
4881 msgid ""
4882 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4883 "is set in the final chunk to indicate either successful completion or early "
4884 "cancellation."
4885 msgstr ""
4886
4887 # type: textblock
4888 #. type: textblock
4889 #: ../src/guestfs.pod:2292
4890 msgid ""
4891 "At time of writing there are no functions that have more than one FileIn "
4892 "parameter.  However this is (theoretically) supported, by sending the "
4893 "sequence of chunks for each FileIn parameter one after another (from left to "
4894 "right)."
4895 msgstr ""
4896
4897 # type: textblock
4898 #. type: textblock
4899 #: ../src/guestfs.pod:2297
4900 msgid ""
4901 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4902 "transfer.  The library does this by sending a chunk with a special flag set "
4903 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4904 "RPC, does I<not> send any reply, and goes back to reading the next request."
4905 msgstr ""
4906
4907 # type: textblock
4908 #. type: textblock
4909 #: ../src/guestfs.pod:2303
4910 msgid ""
4911 "The daemon may also cancel.  It does this by writing a special word "
4912 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4913 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4914 "cancel chunk).  The special word is chosen so that even if cancellation "
4915 "happens right at the end of the transfer (after the library has finished "
4916 "writing and has started listening for the reply), the \"spurious\" cancel "
4917 "flag will not be confused with the reply message."
4918 msgstr ""
4919
4920 # type: textblock
4921 #. type: textblock
4922 #: ../src/guestfs.pod:2312
4923 msgid ""
4924 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4925 "limit), and also files where the size is not known in advance (eg. from "
4926 "pipes or sockets).  However the chunks are rather small "
4927 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4928 "to keep much in memory."
4929 msgstr ""
4930
4931 # type: =head3
4932 #. type: =head3
4933 #: ../src/guestfs.pod:2318
4934 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4935 msgstr ""
4936
4937 # type: textblock
4938 #. type: textblock
4939 #: ../src/guestfs.pod:2320
4940 msgid ""
4941 "The protocol for FileOut parameters is exactly the same as for FileIn "
4942 "parameters, but with the roles of daemon and library reversed."
4943 msgstr ""
4944
4945 # type: verbatim
4946 #. type: verbatim
4947 #: ../src/guestfs.pod:2323
4948 #, no-wrap
4949 msgid ""
4950 " total length (header + ret,\n"
4951 "      but not including the length word itself,\n"
4952 "      and not including the chunks)\n"
4953 " struct guestfs_message_header (encoded as XDR)\n"
4954 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4955 " sequence of chunks for FileOut param #0\n"
4956 " sequence of chunks for FileOut param #1 etc.\n"
4957 "\n"
4958 msgstr ""
4959
4960 # type: =head3
4961 #. type: =head3
4962 #: ../src/guestfs.pod:2331
4963 msgid "INITIAL MESSAGE"
4964 msgstr ""
4965
4966 # type: textblock
4967 #. type: textblock
4968 #: ../src/guestfs.pod:2333
4969 msgid ""
4970 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4971 "which indicates that the guest and daemon is alive.  This is what L</"
4972 "guestfs_launch> waits for."
4973 msgstr ""
4974
4975 # type: =head3
4976 #. type: =head3
4977 #: ../src/guestfs.pod:2337
4978 msgid "PROGRESS NOTIFICATION MESSAGES"
4979 msgstr ""
4980
4981 # type: textblock
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2339
4984 msgid ""
4985 "The daemon may send progress notification messages at any time.  These are "
4986 "distinguished by the normal length word being replaced by "
4987 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4988 msgstr ""
4989
4990 #. type: textblock
4991 #: ../src/guestfs.pod:2343
4992 msgid ""
4993 "The library turns them into progress callbacks (see L</"
4994 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4995 "if not."
4996 msgstr ""
4997
4998 # type: textblock
4999 #. type: textblock
5000 #: ../src/guestfs.pod:2347
5001 msgid ""
5002 "The daemon self-limits the frequency of progress messages it sends (see "
5003 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
5004 "messages."
5005 msgstr ""
5006
5007 # type: =head1
5008 #. type: =head1
5009 #: ../src/guestfs.pod:2351
5010 msgid "LIBGUESTFS VERSION NUMBERS"
5011 msgstr ""
5012
5013 # type: textblock
5014 #. type: textblock
5015 #: ../src/guestfs.pod:2353
5016 msgid ""
5017 "Since April 2010, libguestfs has started to make separate development and "
5018 "stable releases, along with corresponding branches in our git repository.  "
5019 "These separate releases can be identified by version number:"
5020 msgstr ""
5021
5022 # type: verbatim
5023 #. type: verbatim
5024 #: ../src/guestfs.pod:2358
5025 #, no-wrap
5026 msgid ""
5027 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
5028 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
5029 "       |\n"
5030 "       v\n"
5031 " 1  .  3  .  5\n"
5032 " ^           ^\n"
5033 " |           |\n"
5034 " |           `-------- sub-version\n"
5035 " |\n"
5036 " `------ always '1' because we don't change the ABI\n"
5037 "\n"
5038 msgstr ""
5039
5040 # type: textblock
5041 #. type: textblock
5042 #: ../src/guestfs.pod:2369
5043 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
5044 msgstr ""
5045
5046 # type: textblock
5047 #. type: textblock
5048 #: ../src/guestfs.pod:2371
5049 msgid ""
5050 "As time passes we cherry pick fixes from the development branch and backport "
5051 "those into the stable branch, the effect being that the stable branch should "
5052 "get more stable and less buggy over time.  So the stable releases are ideal "
5053 "for people who don't need new features but would just like the software to "
5054 "work."
5055 msgstr ""
5056
5057 # type: textblock
5058 #. type: textblock
5059 #: ../src/guestfs.pod:2377
5060 msgid "Our criteria for backporting changes are:"
5061 msgstr ""
5062
5063 # type: textblock
5064 #. type: textblock
5065 #: ../src/guestfs.pod:2383
5066 msgid ""
5067 "Documentation changes which don't affect any code are backported unless the "
5068 "documentation refers to a future feature which is not in stable."
5069 msgstr ""
5070
5071 # type: textblock
5072 #. type: textblock
5073 #: ../src/guestfs.pod:2389
5074 msgid ""
5075 "Bug fixes which are not controversial, fix obvious problems, and have been "
5076 "well tested are backported."
5077 msgstr ""
5078
5079 # type: textblock
5080 #. type: textblock
5081 #: ../src/guestfs.pod:2394
5082 msgid ""
5083 "Simple rearrangements of code which shouldn't affect how it works get "
5084 "backported.  This is so that the code in the two branches doesn't get too "
5085 "far out of step, allowing us to backport future fixes more easily."
5086 msgstr ""
5087
5088 # type: textblock
5089 #. type: textblock
5090 #: ../src/guestfs.pod:2400
5091 msgid ""
5092 "We I<don't> backport new features, new APIs, new tools etc, except in one "
5093 "exceptional case: the new feature is required in order to implement an "
5094 "important bug fix."
5095 msgstr ""
5096
5097 # type: textblock
5098 #. type: textblock
5099 #: ../src/guestfs.pod:2406
5100 msgid ""
5101 "A new stable branch starts when we think the new features in development are "
5102 "substantial and compelling enough over the current stable branch to warrant "
5103 "it.  When that happens we create new stable and development versions 1.N.0 "
5104 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
5105 "stable at this point, but by backporting fixes from development, that branch "
5106 "will stabilize over time."
5107 msgstr ""
5108
5109 #. type: =head1
5110 #: ../src/guestfs.pod:2414
5111 msgid "EXTENDING LIBGUESTFS"
5112 msgstr ""
5113
5114 #. type: =head2
5115 #: ../src/guestfs.pod:2416
5116 msgid "ADDING A NEW API ACTION"
5117 msgstr ""
5118
5119 #. type: textblock
5120 #: ../src/guestfs.pod:2418
5121 msgid ""
5122 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
5123 "documentation) are generated, and this makes it easy to extend the "
5124 "libguestfs API."
5125 msgstr ""
5126
5127 #. type: textblock
5128 #: ../src/guestfs.pod:2422
5129 msgid "To add a new API action there are two changes:"
5130 msgstr ""
5131
5132 #. type: textblock
5133 #: ../src/guestfs.pod:2428
5134 msgid ""
5135 "You need to add a description of the call (name, parameters, return type, "
5136 "tests, documentation) to C<generator/generator_actions.ml>."
5137 msgstr ""
5138
5139 #. type: textblock
5140 #: ../src/guestfs.pod:2431
5141 msgid ""
5142 "There are two sorts of API action, depending on whether the call goes "
5143 "through to the daemon in the appliance, or is serviced entirely by the "
5144 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
5145 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
5146 "an example of the latter, since a trace flag is maintained in the handle and "
5147 "all tracing is done on the library side."
5148 msgstr ""
5149
5150 #. type: textblock
5151 #: ../src/guestfs.pod:2439
5152 msgid ""
5153 "Most new actions are of the first type, and get added to the "
5154 "C<daemon_functions> list.  Each function has a unique procedure number used "
5155 "in the RPC protocol which is assigned to that action when we publish "
5156 "libguestfs and cannot be reused.  Take the latest procedure number and "
5157 "increment it."
5158 msgstr ""
5159
5160 #. type: textblock
5161 #: ../src/guestfs.pod:2445
5162 msgid ""
5163 "For library-only actions of the second type, add to the "
5164 "C<non_daemon_functions> list.  Since these functions are serviced by the "
5165 "library and do not travel over the RPC mechanism to the daemon, these "
5166 "functions do not need a procedure number, and so the procedure number is set "
5167 "to C<-1>."
5168 msgstr ""
5169
5170 #. type: textblock
5171 #: ../src/guestfs.pod:2453
5172 msgid "Implement the action (in C):"
5173 msgstr ""
5174
5175 #. type: textblock
5176 #: ../src/guestfs.pod:2455
5177 msgid ""
5178 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
5179 "C<daemon/> directory."
5180 msgstr ""
5181
5182 #. type: textblock
5183 #: ../src/guestfs.pod:2458
5184 msgid ""
5185 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
5186 "(note: double underscore) in the C<src/> directory."
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs.pod:2461
5191 msgid "In either case, use another function as an example of what to do."
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2465
5196 msgid "After making these changes, use C<make> to compile."
5197 msgstr ""
5198
5199 #. type: textblock
5200 #: ../src/guestfs.pod:2467
5201 msgid ""
5202 "Note that you don't need to implement the RPC, language bindings, manual "
5203 "pages or anything else.  It's all automatically generated from the OCaml "
5204 "description."
5205 msgstr ""
5206
5207 #. type: =head2
5208 #: ../src/guestfs.pod:2471
5209 msgid "ADDING TESTS FOR AN API ACTION"
5210 msgstr ""
5211
5212 #. type: textblock
5213 #: ../src/guestfs.pod:2473
5214 msgid ""
5215 "You can supply zero or as many tests as you want per API call.  The tests "
5216 "can either be added as part of the API description (C<generator/"
5217 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
5218 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
5219 "slower, so if possible use the first method."
5220 msgstr ""
5221
5222 #. type: textblock
5223 #: ../src/guestfs.pod:2479
5224 msgid ""
5225 "The following describes the test environment used when you add an API test "
5226 "in C<generator_actions.ml>."
5227 msgstr ""
5228
5229 #. type: textblock
5230 #: ../src/guestfs.pod:2482
5231 msgid "The test environment has 4 block devices:"
5232 msgstr ""
5233
5234 #. type: =item
5235 #: ../src/guestfs.pod:2486
5236 msgid "C</dev/sda> 500MB"
5237 msgstr ""
5238
5239 #. type: textblock
5240 #: ../src/guestfs.pod:2488
5241 msgid "General block device for testing."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2490
5246 msgid "C</dev/sdb> 50MB"
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2492
5251 msgid ""
5252 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
5253 "operations."
5254 msgstr ""
5255
5256 #. type: =item
5257 #: ../src/guestfs.pod:2495
5258 msgid "C</dev/sdc> 10MB"
5259 msgstr ""
5260
5261 #. type: textblock
5262 #: ../src/guestfs.pod:2497
5263 msgid "Used in a few tests where two block devices are needed."
5264 msgstr ""
5265
5266 #. type: =item
5267 #: ../src/guestfs.pod:2499
5268 msgid "C</dev/sdd>"
5269 msgstr ""
5270
5271 #. type: textblock
5272 #: ../src/guestfs.pod:2501
5273 msgid "ISO with fixed content (see C<images/test.iso>)."
5274 msgstr ""
5275
5276 #. type: textblock
5277 #: ../src/guestfs.pod:2505
5278 msgid ""
5279 "To be able to run the tests in a reasonable amount of time, the libguestfs "
5280 "appliance and block devices are reused between tests.  So don't try testing "
5281 "L</guestfs_kill_subprocess> :-x"
5282 msgstr ""
5283
5284 #. type: textblock
5285 #: ../src/guestfs.pod:2509
5286 msgid ""
5287 "Each test starts with an initial scenario, selected using one of the "
5288 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
5289 "initialize the disks mentioned above in a particular way as documented in "
5290 "C<generator_types.ml>.  You should not assume anything about the previous "
5291 "contents of other disks that are not initialized."
5292 msgstr ""
5293
5294 #. type: textblock
5295 #: ../src/guestfs.pod:2515
5296 msgid ""
5297 "You can add a prerequisite clause to any individual test.  This is a run-"
5298 "time check, which, if it fails, causes the test to be skipped.  Useful if "
5299 "testing a command which might not work on all variations of libguestfs "
5300 "builds.  A test that has prerequisite of C<Always> means to run "
5301 "unconditionally."
5302 msgstr ""
5303
5304 #. type: textblock
5305 #: ../src/guestfs.pod:2521
5306 msgid ""
5307 "In addition, packagers can skip individual tests by setting environment "
5308 "variables before running C<make check>."
5309 msgstr ""
5310
5311 #. type: verbatim
5312 #: ../src/guestfs.pod:2524
5313 #, no-wrap
5314 msgid ""
5315 " SKIP_TEST_<CMD>_<NUM>=1\n"
5316 "\n"
5317 msgstr ""
5318
5319 #. type: textblock
5320 #: ../src/guestfs.pod:2526
5321 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
5322 msgstr ""
5323
5324 #. type: textblock
5325 #: ../src/guestfs.pod:2528
5326 msgid "or:"
5327 msgstr ""
5328
5329 #. type: verbatim
5330 #: ../src/guestfs.pod:2530
5331 #, no-wrap
5332 msgid ""
5333 " SKIP_TEST_<CMD>=1\n"
5334 "\n"
5335 msgstr ""
5336
5337 #. type: textblock
5338 #: ../src/guestfs.pod:2532
5339 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
5340 msgstr ""
5341
5342 #. type: textblock
5343 #: ../src/guestfs.pod:2534
5344 msgid "Packagers can run only certain tests by setting for example:"
5345 msgstr ""
5346
5347 #. type: verbatim
5348 #: ../src/guestfs.pod:2536
5349 #, no-wrap
5350 msgid ""
5351 " TEST_ONLY=\"vfs_type zerofree\"\n"
5352 "\n"
5353 msgstr ""
5354
5355 #. type: textblock
5356 #: ../src/guestfs.pod:2538
5357 msgid ""
5358 "See C<capitests/tests.c> for more details of how these environment variables "
5359 "work."
5360 msgstr ""
5361
5362 #. type: =head2
5363 #: ../src/guestfs.pod:2541
5364 msgid "DEBUGGING NEW API ACTIONS"
5365 msgstr ""
5366
5367 #. type: textblock
5368 #: ../src/guestfs.pod:2543
5369 msgid "Test new actions work before submitting them."
5370 msgstr ""
5371
5372 #. type: textblock
5373 #: ../src/guestfs.pod:2545
5374 msgid "You can use guestfish to try out new commands."
5375 msgstr ""
5376
5377 #. type: textblock
5378 #: ../src/guestfs.pod:2547
5379 msgid ""
5380 "Debugging the daemon is a problem because it runs inside a minimal "
5381 "environment.  However you can fprintf messages in the daemon to stderr, and "
5382 "they will show up if you use C<guestfish -v>."
5383 msgstr ""
5384
5385 #. type: =head2
5386 #: ../src/guestfs.pod:2551
5387 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
5388 msgstr ""
5389
5390 #. type: textblock
5391 #: ../src/guestfs.pod:2553
5392 msgid ""
5393 "Our C source code generally adheres to some basic code-formatting "
5394 "conventions.  The existing code base is not totally consistent on this "
5395 "front, but we do prefer that contributed code be formatted similarly.  In "
5396 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
5397 "indentation level, and other than that, follow the K&R style."
5398 msgstr ""
5399
5400 #. type: textblock
5401 #: ../src/guestfs.pod:2559
5402 msgid ""
5403 "If you use Emacs, add the following to one of one of your start-up files (e."
5404 "g., ~/.emacs), to help ensure that you get indentation right:"
5405 msgstr ""
5406
5407 #. type: verbatim
5408 #: ../src/guestfs.pod:2562
5409 #, no-wrap
5410 msgid ""
5411 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5412 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5413 " (add-hook 'find-file-hook\n"
5414 "     '(lambda () (if (and buffer-file-name\n"
5415 "                          (string-match \"/libguestfs\\\\>\"\n"
5416 "                              (buffer-file-name))\n"
5417 "                          (not (string-equal mode-name \"Change Log\"))\n"
5418 "                          (not (string-equal mode-name \"Makefile\")))\n"
5419 "                     (setq indent-tabs-mode nil))))\n"
5420 " \n"
5421 msgstr ""
5422
5423 #. type: verbatim
5424 #: ../src/guestfs.pod:2572
5425 #, no-wrap
5426 msgid ""
5427 " ;;; When editing C sources in libguestfs, use this style.\n"
5428 " (defun libguestfs-c-mode ()\n"
5429 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5430 "   (interactive)\n"
5431 "   (c-set-style \"K&R\")\n"
5432 "   (setq c-indent-level 2)\n"
5433 "   (setq c-basic-offset 2))\n"
5434 " (add-hook 'c-mode-hook\n"
5435 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5436 "                               (buffer-file-name))\n"
5437 "                           (libguestfs-c-mode))))\n"
5438 "\n"
5439 msgstr ""
5440
5441 #. type: textblock
5442 #: ../src/guestfs.pod:2584
5443 msgid "Enable warnings when compiling (and fix any problems this finds):"
5444 msgstr ""
5445
5446 #. type: verbatim
5447 #: ../src/guestfs.pod:2587
5448 #, no-wrap
5449 msgid ""
5450 " ./configure --enable-gcc-warnings\n"
5451 "\n"
5452 msgstr ""
5453
5454 #. type: textblock
5455 #: ../src/guestfs.pod:2589
5456 msgid "Useful targets are:"
5457 msgstr ""
5458
5459 #. type: verbatim
5460 #: ../src/guestfs.pod:2591
5461 #, no-wrap
5462 msgid ""
5463 " make syntax-check  # checks the syntax of the C code\n"
5464 " make check         # runs the test suite\n"
5465 "\n"
5466 msgstr ""
5467
5468 #. type: =head2
5469 #: ../src/guestfs.pod:2594
5470 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5471 msgstr ""
5472
5473 #. type: textblock
5474 #: ../src/guestfs.pod:2596
5475 msgid ""
5476 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5477 "which are used to do shell quoting."
5478 msgstr ""
5479
5480 #. type: =item
5481 #: ../src/guestfs.pod:2601
5482 msgid "%Q"
5483 msgstr ""
5484
5485 #. type: textblock
5486 #: ../src/guestfs.pod:2603
5487 msgid ""
5488 "Simple shell quoted string.  Any spaces or other shell characters are "
5489 "escaped for you."
5490 msgstr ""
5491
5492 #. type: =item
5493 #: ../src/guestfs.pod:2606
5494 msgid "%R"
5495 msgstr ""
5496
5497 #. type: textblock
5498 #: ../src/guestfs.pod:2608
5499 msgid ""
5500 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5501 "the sysroot."
5502 msgstr ""
5503
5504 # type: textblock
5505 #. type: textblock
5506 #: ../src/guestfs.pod:2613 ../fish/guestfish.pod:242 ../fish/guestfish.pod:615
5507 msgid "For example:"
5508 msgstr ""
5509
5510 #. type: verbatim
5511 #: ../src/guestfs.pod:2615
5512 #, no-wrap
5513 msgid ""
5514 " asprintf (&cmd, \"cat %R\", path);\n"
5515 "\n"
5516 msgstr ""
5517
5518 #. type: textblock
5519 #: ../src/guestfs.pod:2617
5520 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs.pod:2619
5525 msgid ""
5526 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5527 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5528 "they are not passed via the shell (instead, straight to exec).  You probably "
5529 "want to use the C<sysroot_path()> function however."
5530 msgstr ""
5531
5532 #. type: =head2
5533 #: ../src/guestfs.pod:2625
5534 msgid "SUBMITTING YOUR NEW API ACTIONS"
5535 msgstr ""
5536
5537 #. type: textblock
5538 #: ../src/guestfs.pod:2627
5539 msgid ""
5540 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5541 "libguestfs> and CC to L<rjones@redhat.com>."
5542 msgstr ""
5543
5544 #. type: =head2
5545 #: ../src/guestfs.pod:2631
5546 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5547 msgstr ""
5548
5549 #. type: textblock
5550 #: ../src/guestfs.pod:2633
5551 msgid "We support i18n (gettext anyhow) in the library."
5552 msgstr ""
5553
5554 #. type: textblock
5555 #: ../src/guestfs.pod:2635
5556 msgid ""
5557 "However many messages come from the daemon, and we don't translate those at "
5558 "the moment.  One reason is that the appliance generally has all locale files "
5559 "removed from it, because they take up a lot of space.  So we'd have to readd "
5560 "some of those, as well as copying our PO files into the appliance."
5561 msgstr ""
5562
5563 #. type: textblock
5564 #: ../src/guestfs.pod:2641
5565 msgid ""
5566 "Debugging messages are never translated, since they are intended for the "
5567 "programmers."
5568 msgstr ""
5569
5570 #. type: =head2
5571 #: ../src/guestfs.pod:2644
5572 msgid "SOURCE CODE SUBDIRECTORIES"
5573 msgstr ""
5574
5575 #. type: =item
5576 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5979
5577 #: ../fish/guestfish-actions.pod:3958
5578 msgid "C<appliance>"
5579 msgstr ""
5580
5581 #. type: textblock
5582 #: ../src/guestfs.pod:2650
5583 msgid "The libguestfs appliance, build scripts and so on."
5584 msgstr ""
5585
5586 #. type: =item
5587 #: ../src/guestfs.pod:2652
5588 msgid "C<capitests>"
5589 msgstr ""
5590
5591 #. type: textblock
5592 #: ../src/guestfs.pod:2654
5593 msgid "Automated tests of the C API."
5594 msgstr ""
5595
5596 #. type: =item
5597 #: ../src/guestfs.pod:2656
5598 msgid "C<cat>"
5599 msgstr ""
5600
5601 #. type: textblock
5602 #: ../src/guestfs.pod:2658
5603 msgid ""
5604 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5605 "documentation."
5606 msgstr ""
5607
5608 #. type: =item
5609 #: ../src/guestfs.pod:2661
5610 msgid "C<caution>"
5611 msgstr ""
5612
5613 #. type: textblock
5614 #: ../src/guestfs.pod:2663
5615 msgid ""
5616 "Safety and liveness tests of components that libguestfs depends upon (not of "
5617 "libguestfs itself).  Mainly this is for qemu and the kernel."
5618 msgstr ""
5619
5620 #. type: =item
5621 #: ../src/guestfs.pod:2666
5622 msgid "C<contrib>"
5623 msgstr ""
5624
5625 #. type: textblock
5626 #: ../src/guestfs.pod:2668
5627 msgid "Outside contributions, experimental parts."
5628 msgstr ""
5629
5630 #. type: =item
5631 #: ../src/guestfs.pod:2670
5632 msgid "C<daemon>"
5633 msgstr ""
5634
5635 #. type: textblock
5636 #: ../src/guestfs.pod:2672
5637 msgid ""
5638 "The daemon that runs inside the libguestfs appliance and carries out actions."
5639 msgstr ""
5640
5641 #. type: =item
5642 #: ../src/guestfs.pod:2675
5643 msgid "C<df>"
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2677
5648 msgid "L<virt-df(1)> command and documentation."
5649 msgstr ""
5650
5651 #. type: =item
5652 #: ../src/guestfs.pod:2679
5653 msgid "C<edit>"
5654 msgstr ""
5655
5656 #. type: textblock
5657 #: ../src/guestfs.pod:2681
5658 msgid "L<virt-edit(1)> command and documentation."
5659 msgstr ""
5660
5661 #. type: =item
5662 #: ../src/guestfs.pod:2683
5663 msgid "C<examples>"
5664 msgstr ""
5665
5666 #. type: textblock
5667 #: ../src/guestfs.pod:2685
5668 msgid "C API example code."
5669 msgstr ""
5670
5671 #. type: =item
5672 #: ../src/guestfs.pod:2687
5673 msgid "C<fish>"
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs.pod:2689
5678 msgid ""
5679 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5680 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5681 "L<virt-tar-out(1)>."
5682 msgstr ""
5683
5684 #. type: =item
5685 #: ../src/guestfs.pod:2693
5686 msgid "C<fuse>"
5687 msgstr ""
5688
5689 #. type: textblock
5690 #: ../src/guestfs.pod:2695
5691 msgid ""
5692 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5693 msgstr ""
5694
5695 #. type: =item
5696 #: ../src/guestfs.pod:2697
5697 msgid "C<generator>"
5698 msgstr ""
5699
5700 #. type: textblock
5701 #: ../src/guestfs.pod:2699
5702 msgid ""
5703 "The crucially important generator, used to automatically generate large "
5704 "amounts of boilerplate C code for things like RPC and bindings."
5705 msgstr ""
5706
5707 #. type: =item
5708 #: ../src/guestfs.pod:2702
5709 msgid "C<images>"
5710 msgstr ""
5711
5712 #. type: textblock
5713 #: ../src/guestfs.pod:2704
5714 msgid "Files used by the test suite."
5715 msgstr ""
5716
5717 #. type: textblock
5718 #: ../src/guestfs.pod:2706
5719 msgid "Some \"phony\" guest images which we test against."
5720 msgstr ""
5721
5722 #. type: =item
5723 #: ../src/guestfs.pod:2708
5724 msgid "C<inspector>"
5725 msgstr ""
5726
5727 #. type: textblock
5728 #: ../src/guestfs.pod:2710
5729 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5730 msgstr ""
5731
5732 #. type: =item
5733 #: ../src/guestfs.pod:2712
5734 msgid "C<logo>"
5735 msgstr ""
5736
5737 #. type: textblock
5738 #: ../src/guestfs.pod:2714
5739 msgid "Logo used on the website.  The fish is called Arthur by the way."
5740 msgstr ""
5741
5742 #. type: =item
5743 #: ../src/guestfs.pod:2716
5744 msgid "C<m4>"
5745 msgstr ""
5746
5747 #. type: textblock
5748 #: ../src/guestfs.pod:2718
5749 msgid "M4 macros used by autoconf."
5750 msgstr ""
5751
5752 #. type: =item
5753 #: ../src/guestfs.pod:2720
5754 msgid "C<po>"
5755 msgstr ""
5756
5757 #. type: textblock
5758 #: ../src/guestfs.pod:2722
5759 msgid "Translations of simple gettext strings."
5760 msgstr ""
5761
5762 #. type: =item
5763 #: ../src/guestfs.pod:2724
5764 msgid "C<po-docs>"
5765 msgstr ""
5766
5767 #. type: textblock
5768 #: ../src/guestfs.pod:2726
5769 msgid ""
5770 "The build infrastructure and PO files for translations of manpages and POD "
5771 "files.  Eventually this will be combined with the C<po> directory, but that "
5772 "is rather complicated."
5773 msgstr ""
5774
5775 #. type: =item
5776 #: ../src/guestfs.pod:2730
5777 msgid "C<regressions>"
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs.pod:2732
5782 msgid "Regression tests."
5783 msgstr ""
5784
5785 #. type: =item
5786 #: ../src/guestfs.pod:2734
5787 msgid "C<rescue>"
5788 msgstr ""
5789
5790 #. type: textblock
5791 #: ../src/guestfs.pod:2736
5792 msgid "L<virt-rescue(1)> command and documentation."
5793 msgstr ""
5794
5795 #. type: =item
5796 #: ../src/guestfs.pod:2738
5797 msgid "C<src>"
5798 msgstr ""
5799
5800 #. type: textblock
5801 #: ../src/guestfs.pod:2740
5802 msgid "Source code to the C library."
5803 msgstr ""
5804
5805 #. type: =item
5806 #: ../src/guestfs.pod:2742
5807 msgid "C<tools>"
5808 msgstr ""
5809
5810 #. type: textblock
5811 #: ../src/guestfs.pod:2744
5812 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5813 msgstr ""
5814
5815 #. type: =item
5816 #: ../src/guestfs.pod:2746
5817 msgid "C<test-tool>"
5818 msgstr ""
5819
5820 #. type: textblock
5821 #: ../src/guestfs.pod:2748
5822 msgid ""
5823 "Test tool for end users to test if their qemu/kernel combination will work "
5824 "with libguestfs."
5825 msgstr ""
5826
5827 #. type: =item
5828 #: ../src/guestfs.pod:2751
5829 msgid "C<csharp>"
5830 msgstr ""
5831
5832 #. type: =item
5833 #: ../src/guestfs.pod:2753
5834 msgid "C<haskell>"
5835 msgstr ""
5836
5837 #. type: =item
5838 #: ../src/guestfs.pod:2755
5839 msgid "C<java>"
5840 msgstr ""
5841
5842 #. type: =item
5843 #: ../src/guestfs.pod:2757
5844 msgid "C<ocaml>"
5845 msgstr ""
5846
5847 #. type: =item
5848 #: ../src/guestfs.pod:2759
5849 msgid "C<php>"
5850 msgstr ""
5851
5852 #. type: =item
5853 #: ../src/guestfs.pod:2761
5854 msgid "C<perl>"
5855 msgstr ""
5856
5857 #. type: =item
5858 #: ../src/guestfs.pod:2763
5859 msgid "C<python>"
5860 msgstr ""
5861
5862 #. type: =item
5863 #: ../src/guestfs.pod:2765
5864 msgid "C<ruby>"
5865 msgstr ""
5866
5867 #. type: textblock
5868 #: ../src/guestfs.pod:2767
5869 msgid "Language bindings."
5870 msgstr ""
5871
5872 #. type: =head1
5873 #: ../src/guestfs.pod:2771
5874 msgid "LIMITS"
5875 msgstr ""
5876
5877 # type: =head2
5878 #. type: =head2
5879 #: ../src/guestfs.pod:2773
5880 msgid "PROTOCOL LIMITS"
5881 msgstr ""
5882
5883 # type: textblock
5884 #. type: textblock
5885 #: ../src/guestfs.pod:2775
5886 msgid ""
5887 "Internally libguestfs uses a message-based protocol to pass API calls and "
5888 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5889 "plenty more detail about this).  The maximum message size used by the "
5890 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5891 "aware of this limit.  The API calls which may be affected are individually "
5892 "documented, with a link back to this section of the documentation."
5893 msgstr ""
5894
5895 # type: textblock
5896 #. type: textblock
5897 #: ../src/guestfs.pod:2783
5898 msgid ""
5899 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5900 "a simple string.  Because this string is at some point internally encoded as "
5901 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5902 "the requested file is larger than this then you will get an error."
5903 msgstr ""
5904
5905 # type: textblock
5906 #. type: textblock
5907 #: ../src/guestfs.pod:2789
5908 msgid ""
5909 "In order to transfer large files into and out of the guest filesystem, you "
5910 "need to use particular calls that support this.  The sections L</UPLOADING> "
5911 "and L</DOWNLOADING> document how to do this."
5912 msgstr ""
5913
5914 # type: textblock
5915 #. type: textblock
5916 #: ../src/guestfs.pod:2793
5917 msgid ""
5918 "You might also consider mounting the disk image using our FUSE filesystem "
5919 "support (L<guestmount(1)>)."
5920 msgstr ""
5921
5922 #. type: =head2
5923 #: ../src/guestfs.pod:2796
5924 msgid "MAXIMUM NUMBER OF DISKS"
5925 msgstr ""
5926
5927 #. type: textblock
5928 #: ../src/guestfs.pod:2798
5929 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5930 msgstr ""
5931
5932 #. type: textblock
5933 #: ../src/guestfs.pod:2801
5934 msgid ""
5935 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5936 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5937 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5938 "purposes."
5939 msgstr ""
5940
5941 #. type: textblock
5942 #: ../src/guestfs.pod:2806
5943 msgid ""
5944 "We are working to substantially raise this limit in future versions but it "
5945 "requires complex changes to qemu."
5946 msgstr ""
5947
5948 #. type: textblock
5949 #: ../src/guestfs.pod:2809
5950 msgid ""
5951 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5952 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5953 "requires changes to qemu."
5954 msgstr ""
5955
5956 #. type: =head2
5957 #: ../src/guestfs.pod:2813
5958 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5959 msgstr ""
5960
5961 #. type: textblock
5962 #: ../src/guestfs.pod:2815
5963 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5964 msgstr ""
5965
5966 #. type: textblock
5967 #: ../src/guestfs.pod:2817
5968 msgid ""
5969 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5970 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5971 msgstr ""
5972
5973 #. type: textblock
5974 #: ../src/guestfs.pod:2820
5975 msgid ""
5976 "If you attach a disk with more than 15 partitions, the extra partitions are "
5977 "ignored by libguestfs."
5978 msgstr ""
5979
5980 #. type: =head2
5981 #: ../src/guestfs.pod:2823
5982 msgid "MAXIMUM SIZE OF A DISK"
5983 msgstr ""
5984
5985 #. type: textblock
5986 #: ../src/guestfs.pod:2825
5987 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5988 msgstr ""
5989
5990 #. type: textblock
5991 #: ../src/guestfs.pod:2827
5992 msgid ""
5993 "We have tested block devices up to 1 exabyte (2**60 or "
5994 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5995 "filesystem."
5996 msgstr ""
5997
5998 #. type: textblock
5999 #: ../src/guestfs.pod:2831
6000 msgid ""
6001 "Although libguestfs probably does not impose any limit, the underlying host "
6002 "storage will.  If you store disk images on a host ext4 filesystem, then the "
6003 "maximum size will be limited by the maximum ext4 file size (currently 16 "
6004 "TB).  If you store disk images as host logical volumes then you are limited "
6005 "by the maximum size of an LV."
6006 msgstr ""
6007
6008 #. type: textblock
6009 #: ../src/guestfs.pod:2837
6010 msgid ""
6011 "For the hugest disk image files, we recommend using XFS on the host for "
6012 "storage."
6013 msgstr ""
6014
6015 #. type: =head2
6016 #: ../src/guestfs.pod:2840
6017 msgid "MAXIMUM SIZE OF A PARTITION"
6018 msgstr ""
6019
6020 #. type: textblock
6021 #: ../src/guestfs.pod:2842
6022 msgid ""
6023 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
6024 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
6025 "address a partition located beyond 2 TB on the disk."
6026 msgstr ""
6027
6028 #. type: textblock
6029 #: ../src/guestfs.pod:2846
6030 msgid ""
6031 "It is recommended that you use GPT partitions on disks which are larger than "
6032 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
6033 "which are theoretically larger than the largest disk we could support."
6034 msgstr ""
6035
6036 #. type: =head2
6037 #: ../src/guestfs.pod:2851
6038 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
6039 msgstr ""
6040
6041 #. type: textblock
6042 #: ../src/guestfs.pod:2853
6043 msgid ""
6044 "This depends on the filesystem type.  libguestfs itself does not impose any "
6045 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
6046 "what these limits are."
6047 msgstr ""
6048
6049 #. type: =head2
6050 #: ../src/guestfs.pod:2857
6051 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
6052 msgstr ""
6053
6054 #. type: textblock
6055 #: ../src/guestfs.pod:2859
6056 msgid ""
6057 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
6058 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
6059 "uploads and downloads."
6060 msgstr ""
6061
6062 #. type: =head2
6063 #: ../src/guestfs.pod:2863
6064 msgid "INSPECTION LIMITS"
6065 msgstr ""
6066
6067 #. type: textblock
6068 #: ../src/guestfs.pod:2865
6069 msgid ""
6070 "The inspection code has several arbitrary limits on things like the size of "
6071 "Windows Registry hive it will read, and the length of product name.  These "
6072 "are intended to stop a malicious guest from consuming arbitrary amounts of "
6073 "memory and disk space on the host, and should not be reached in practice.  "
6074 "See the source code for more information."
6075 msgstr ""
6076
6077 # type: =head1
6078 #. type: =head1
6079 #: ../src/guestfs.pod:2871 ../fish/guestfish.pod:1017
6080 #: ../test-tool/libguestfs-test-tool.pod:82
6081 msgid "ENVIRONMENT VARIABLES"
6082 msgstr ""
6083
6084 # type: =item
6085 #. type: =item
6086 #: ../src/guestfs.pod:2875 ../fish/guestfish.pod:1048
6087 msgid "LIBGUESTFS_APPEND"
6088 msgstr ""
6089
6090 # type: textblock
6091 #. type: textblock
6092 #: ../src/guestfs.pod:2877 ../fish/guestfish.pod:1050
6093 msgid "Pass additional options to the guest kernel."
6094 msgstr ""
6095
6096 # type: =item
6097 #. type: =item
6098 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1052
6099 msgid "LIBGUESTFS_DEBUG"
6100 msgstr ""
6101
6102 # type: textblock
6103 #. type: textblock
6104 #: ../src/guestfs.pod:2881
6105 msgid ""
6106 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
6107 "effect as calling C<guestfs_set_verbose (g, 1)>."
6108 msgstr ""
6109
6110 # type: =item
6111 #. type: =item
6112 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1057
6113 msgid "LIBGUESTFS_MEMSIZE"
6114 msgstr ""
6115
6116 # type: textblock
6117 #. type: textblock
6118 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1059
6119 msgid ""
6120 "Set the memory allocated to the qemu process, in megabytes.  For example:"
6121 msgstr ""
6122
6123 # type: verbatim
6124 #. type: verbatim
6125 #: ../src/guestfs.pod:2889 ../fish/guestfish.pod:1062
6126 #, no-wrap
6127 msgid ""
6128 " LIBGUESTFS_MEMSIZE=700\n"
6129 "\n"
6130 msgstr ""
6131
6132 # type: =item
6133 #. type: =item
6134 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1064
6135 msgid "LIBGUESTFS_PATH"
6136 msgstr ""
6137
6138 #. type: textblock
6139 #: ../src/guestfs.pod:2893
6140 msgid ""
6141 "Set the path that libguestfs uses to search for a supermin appliance.  See "
6142 "the discussion of paths in section L</PATH> above."
6143 msgstr ""
6144
6145 # type: =item
6146 #. type: =item
6147 #: ../src/guestfs.pod:2896 ../fish/guestfish.pod:1069
6148 msgid "LIBGUESTFS_QEMU"
6149 msgstr ""
6150
6151 # type: textblock
6152 #. type: textblock
6153 #: ../src/guestfs.pod:2898 ../fish/guestfish.pod:1071
6154 msgid ""
6155 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
6156 "which was found at compile time by the configure script is used."
6157 msgstr ""
6158
6159 # type: textblock
6160 #. type: textblock
6161 #: ../src/guestfs.pod:2902
6162 msgid "See also L</QEMU WRAPPERS> above."
6163 msgstr ""
6164
6165 # type: =item
6166 #. type: =item
6167 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1075
6168 msgid "LIBGUESTFS_TRACE"
6169 msgstr ""
6170
6171 # type: textblock
6172 #. type: textblock
6173 #: ../src/guestfs.pod:2906
6174 msgid ""
6175 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
6176 "effect as calling C<guestfs_set_trace (g, 1)>."
6177 msgstr ""
6178
6179 # type: =item
6180 #. type: =item
6181 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1084
6182 msgid "TMPDIR"
6183 msgstr ""
6184
6185 #. type: textblock
6186 #: ../src/guestfs.pod:2911 ../fish/guestfish.pod:1086
6187 msgid ""
6188 "Location of temporary directory, defaults to C</tmp> except for the cached "
6189 "supermin appliance which defaults to C</var/tmp>."
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs.pod:2914 ../fish/guestfish.pod:1089
6194 msgid ""
6195 "If libguestfs was compiled to use the supermin appliance then the real "
6196 "appliance is cached in this directory, shared between all handles belonging "
6197 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
6198 "use in case C</var/tmp> is not large enough."
6199 msgstr ""
6200
6201 # type: =head1
6202 #. type: =head1
6203 #: ../src/guestfs.pod:2922 ../fish/guestfish.pod:1156
6204 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:279
6205 #: ../tools/virt-win-reg.pl:744 ../tools/virt-list-filesystems.pl:189
6206 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
6207 #: ../tools/virt-list-partitions.pl:257
6208 msgid "SEE ALSO"
6209 msgstr ""
6210
6211 #. type: textblock
6212 #: ../src/guestfs.pod:2924
6213 msgid ""
6214 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
6215 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
6216 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
6217 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
6218 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
6219 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
6220 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
6221 msgstr ""
6222
6223 # type: textblock
6224 #. type: textblock
6225 #: ../src/guestfs.pod:2951
6226 msgid ""
6227 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
6228 "(8)>, L<disktype(1)>."
6229 msgstr ""
6230
6231 # type: =head1
6232 #. type: =head1
6233 #: ../src/guestfs.pod:2958 ../tools/virt-win-reg.pl:759
6234 #: ../tools/virt-make-fs.pl:553
6235 msgid "BUGS"
6236 msgstr ""
6237
6238 # type: textblock
6239 #. type: textblock
6240 #: ../src/guestfs.pod:2960
6241 msgid "To get a list of bugs against libguestfs use this link:"
6242 msgstr ""
6243
6244 # type: textblock
6245 #. type: textblock
6246 #: ../src/guestfs.pod:2962
6247 msgid ""
6248 "L<https://bugzilla.redhat.com/buglist.cgi?"
6249 "component=libguestfs&product=Virtualization+Tools>"
6250 msgstr ""
6251
6252 # type: textblock
6253 #. type: textblock
6254 #: ../src/guestfs.pod:2964
6255 msgid "To report a new bug against libguestfs use this link:"
6256 msgstr ""
6257
6258 # type: textblock
6259 #. type: textblock
6260 #: ../src/guestfs.pod:2966
6261 msgid ""
6262 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
6263 "component=libguestfs&product=Virtualization+Tools>"
6264 msgstr ""
6265
6266 # type: textblock
6267 #. type: textblock
6268 #: ../src/guestfs.pod:2968
6269 msgid "When reporting a bug, please check:"
6270 msgstr ""
6271
6272 # type: textblock
6273 #. type: textblock
6274 #: ../src/guestfs.pod:2974
6275 msgid "That the bug hasn't been reported already."
6276 msgstr ""
6277
6278 # type: textblock
6279 #. type: textblock
6280 #: ../src/guestfs.pod:2978
6281 msgid "That you are testing a recent version."
6282 msgstr ""
6283
6284 # type: textblock
6285 #. type: textblock
6286 #: ../src/guestfs.pod:2982
6287 msgid "Describe the bug accurately, and give a way to reproduce it."
6288 msgstr ""
6289
6290 # type: textblock
6291 #. type: textblock
6292 #: ../src/guestfs.pod:2986
6293 msgid ""
6294 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
6295 "bug report."
6296 msgstr ""
6297
6298 # type: =head1
6299 #. type: =head1
6300 #: ../src/guestfs.pod:2991 ../fish/guestfish.pod:1180
6301 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:290
6302 msgid "AUTHORS"
6303 msgstr ""
6304
6305 # type: textblock
6306 #. type: textblock
6307 #: ../src/guestfs.pod:2993 ../fish/guestfish.pod:1182
6308 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:292
6309 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
6310 msgstr ""
6311
6312 # type: =head1
6313 #. type: =head1
6314 #: ../src/guestfs.pod:2995 ../fish/guestfish.pod:1184
6315 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:294
6316 #: ../tools/virt-win-reg.pl:774 ../tools/virt-list-filesystems.pl:206
6317 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
6318 #: ../tools/virt-list-partitions.pl:273
6319 msgid "COPYRIGHT"
6320 msgstr ""
6321
6322 #. type: textblock
6323 #: ../src/guestfs.pod:2997 ../fish/guestfish.pod:1186
6324 #: ../test-tool/libguestfs-test-tool.pod:99
6325 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
6326 msgstr ""
6327
6328 # type: textblock
6329 #. type: textblock
6330 #: ../src/guestfs.pod:3000
6331 msgid ""
6332 "This library is free software; you can redistribute it and/or modify it "
6333 "under the terms of the GNU Lesser General Public License as published by the "
6334 "Free Software Foundation; either version 2 of the License, or (at your "
6335 "option) any later version."
6336 msgstr ""
6337
6338 # type: textblock
6339 #. type: textblock
6340 #: ../src/guestfs.pod:3005
6341 msgid ""
6342 "This library is distributed in the hope that it will be useful, but WITHOUT "
6343 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
6344 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
6345 "for more details."
6346 msgstr ""
6347
6348 # type: textblock
6349 #. type: textblock
6350 #: ../src/guestfs.pod:3010
6351 msgid ""
6352 "You should have received a copy of the GNU Lesser General Public License "
6353 "along with this library; if not, write to the Free Software Foundation, "
6354 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
6355 msgstr ""
6356
6357 # type: =head2
6358 #. type: =head2
6359 #: ../src/guestfs-actions.pod:1
6360 msgid "guestfs_add_cdrom"
6361 msgstr ""
6362
6363 # type: verbatim
6364 #. type: verbatim
6365 #: ../src/guestfs-actions.pod:3
6366 #, no-wrap
6367 msgid ""
6368 " int\n"
6369 " guestfs_add_cdrom (guestfs_h *g,\n"
6370 "                    const char *filename);\n"
6371 "\n"
6372 msgstr ""
6373
6374 # type: textblock
6375 #. type: textblock
6376 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
6377 msgid "This function adds a virtual CD-ROM disk image to the guest."
6378 msgstr ""
6379
6380 #. type: textblock
6381 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
6382 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
6383 msgstr ""
6384
6385 # type: textblock
6386 #. type: textblock
6387 #: ../src/guestfs-actions.pod:17
6388 msgid ""
6389 "This call checks for the existence of C<filename>.  This stops you from "
6390 "specifying other types of drive which are supported by qemu such as C<nbd:> "
6391 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
6392 "instead."
6393 msgstr ""
6394
6395 # type: textblock
6396 #. type: textblock
6397 #: ../src/guestfs-actions.pod:24
6398 msgid ""
6399 "If you just want to add an ISO file (often you use this as an efficient way "
6400 "to transfer large files into the guest), then you should probably use "
6401 "C<guestfs_add_drive_ro> instead."
6402 msgstr ""
6403
6404 # type: textblock
6405 #. type: textblock
6406 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140
6407 #: ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238
6408 #: ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273
6409 #: ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307
6410 #: ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442
6411 #: ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501
6412 #: ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547
6413 #: ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647
6414 #: ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676
6415 #: ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793
6416 #: ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821
6417 #: ../src/guestfs-actions.pod:982 ../src/guestfs-actions.pod:1002
6418 #: ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1104
6419 #: ../src/guestfs-actions.pod:1122 ../src/guestfs-actions.pod:1141
6420 #: ../src/guestfs-actions.pod:1155 ../src/guestfs-actions.pod:1175
6421 #: ../src/guestfs-actions.pod:1245 ../src/guestfs-actions.pod:1276
6422 #: ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1343
6423 #: ../src/guestfs-actions.pod:1449 ../src/guestfs-actions.pod:1483
6424 #: ../src/guestfs-actions.pod:1698 ../src/guestfs-actions.pod:1720
6425 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:2271
6426 #: ../src/guestfs-actions.pod:2415 ../src/guestfs-actions.pod:2476
6427 #: ../src/guestfs-actions.pod:2511 ../src/guestfs-actions.pod:3551
6428 #: ../src/guestfs-actions.pod:3566 ../src/guestfs-actions.pod:3591
6429 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:3774
6430 #: ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3801
6431 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3852
6432 #: ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:3944
6433 #: ../src/guestfs-actions.pod:3961 ../src/guestfs-actions.pod:3984
6434 #: ../src/guestfs-actions.pod:4007 ../src/guestfs-actions.pod:4039
6435 #: ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4077
6436 #: ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4124
6437 #: ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4176
6438 #: ../src/guestfs-actions.pod:4189 ../src/guestfs-actions.pod:4204
6439 #: ../src/guestfs-actions.pod:4221 ../src/guestfs-actions.pod:4314
6440 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4347
6441 #: ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4416
6442 #: ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4450
6443 #: ../src/guestfs-actions.pod:4464 ../src/guestfs-actions.pod:4478
6444 #: ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:4510
6445 #: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4588
6446 #: ../src/guestfs-actions.pod:4661 ../src/guestfs-actions.pod:4692
6447 #: ../src/guestfs-actions.pod:4711 ../src/guestfs-actions.pod:4730
6448 #: ../src/guestfs-actions.pod:4742 ../src/guestfs-actions.pod:4759
6449 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4787
6450 #: ../src/guestfs-actions.pod:4802 ../src/guestfs-actions.pod:4837
6451 #: ../src/guestfs-actions.pod:4870 ../src/guestfs-actions.pod:4909
6452 #: ../src/guestfs-actions.pod:4929 ../src/guestfs-actions.pod:4943
6453 #: ../src/guestfs-actions.pod:4960 ../src/guestfs-actions.pod:5009
6454 #: ../src/guestfs-actions.pod:5046 ../src/guestfs-actions.pod:5060
6455 #: ../src/guestfs-actions.pod:5088 ../src/guestfs-actions.pod:5105
6456 #: ../src/guestfs-actions.pod:5123 ../src/guestfs-actions.pod:5257
6457 #: ../src/guestfs-actions.pod:5314 ../src/guestfs-actions.pod:5336
6458 #: ../src/guestfs-actions.pod:5354 ../src/guestfs-actions.pod:5386
6459 #: ../src/guestfs-actions.pod:5452 ../src/guestfs-actions.pod:5469
6460 #: ../src/guestfs-actions.pod:5482 ../src/guestfs-actions.pod:5496
6461 #: ../src/guestfs-actions.pod:5785 ../src/guestfs-actions.pod:5804
6462 #: ../src/guestfs-actions.pod:5823 ../src/guestfs-actions.pod:5837
6463 #: ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5863
6464 #: ../src/guestfs-actions.pod:5875 ../src/guestfs-actions.pod:5889
6465 #: ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5926
6466 #: ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5964
6467 #: ../src/guestfs-actions.pod:5994 ../src/guestfs-actions.pod:6012
6468 #: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6053
6469 #: ../src/guestfs-actions.pod:6072 ../src/guestfs-actions.pod:6093
6470 #: ../src/guestfs-actions.pod:6112 ../src/guestfs-actions.pod:6129
6471 #: ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6181
6472 #: ../src/guestfs-actions.pod:6200 ../src/guestfs-actions.pod:6224
6473 #: ../src/guestfs-actions.pod:6243 ../src/guestfs-actions.pod:6258
6474 #: ../src/guestfs-actions.pod:6277 ../src/guestfs-actions.pod:6314
6475 #: ../src/guestfs-actions.pod:6344 ../src/guestfs-actions.pod:6377
6476 #: ../src/guestfs-actions.pod:6499 ../src/guestfs-actions.pod:6620
6477 #: ../src/guestfs-actions.pod:6632 ../src/guestfs-actions.pod:6645
6478 #: ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6680
6479 #: ../src/guestfs-actions.pod:6693 ../src/guestfs-actions.pod:6706
6480 #: ../src/guestfs-actions.pod:6719 ../src/guestfs-actions.pod:6734
6481 #: ../src/guestfs-actions.pod:6793 ../src/guestfs-actions.pod:6810
6482 #: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6842
6483 #: ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:6872
6484 #: ../src/guestfs-actions.pod:6892 ../src/guestfs-actions.pod:6928
6485 #: ../src/guestfs-actions.pod:6942 ../src/guestfs-actions.pod:6983
6486 #: ../src/guestfs-actions.pod:6996 ../src/guestfs-actions.pod:7014
6487 #: ../src/guestfs-actions.pod:7048 ../src/guestfs-actions.pod:7084
6488 #: ../src/guestfs-actions.pod:7203 ../src/guestfs-actions.pod:7221
6489 #: ../src/guestfs-actions.pod:7235 ../src/guestfs-actions.pod:7290
6490 #: ../src/guestfs-actions.pod:7303 ../src/guestfs-actions.pod:7348
6491 #: ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:7442
6492 #: ../src/guestfs-actions.pod:7468 ../src/guestfs-actions.pod:7535
6493 #: ../src/guestfs-actions.pod:7554 ../src/guestfs-actions.pod:7583
6494 msgid "This function returns 0 on success or -1 on error."
6495 msgstr ""
6496
6497 # type: textblock
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254
6500 #: ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28
6501 #: ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177
6502 msgid ""
6503 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6504 "instead."
6505 msgstr ""
6506
6507 # type: textblock
6508 #. type: textblock
6509 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257
6510 #: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1454
6511 #: ../src/guestfs-actions.pod:1949 ../src/guestfs-actions.pod:1970
6512 #: ../src/guestfs-actions.pod:4535 ../src/guestfs-actions.pod:4842
6513 #: ../src/guestfs-actions.pod:6322 ../src/guestfs-actions.pod:6352
6514 #: ../src/guestfs-actions.pod:6385 ../src/guestfs-actions.pod:6444
6515 #: ../src/guestfs-actions.pod:7386 ../src/guestfs-actions.pod:7476
6516 #: ../src/guestfs-actions.pod:7646 ../fish/guestfish-actions.pod:31
6517 #: ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180
6518 #: ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1321
6519 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:3038
6520 #: ../fish/guestfish-actions.pod:3235 ../fish/guestfish-actions.pod:4220
6521 #: ../fish/guestfish-actions.pod:4243 ../fish/guestfish-actions.pod:4265
6522 #: ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:4944
6523 #: ../fish/guestfish-actions.pod:5042
6524 msgid ""
6525 "Deprecated functions will not be removed from the API, but the fact that "
6526 "they are deprecated indicates that there are problems with correct use of "
6527 "these functions."
6528 msgstr ""
6529
6530 # type: textblock
6531 #. type: textblock
6532 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142
6533 #: ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1921
6534 #: ../src/guestfs-actions.pod:2019 ../src/guestfs-actions.pod:2122
6535 #: ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3573
6536 #: ../src/guestfs-actions.pod:4846 ../src/guestfs-actions.pod:6014
6537 #: ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6245
6538 #: ../src/guestfs-actions.pod:6736 ../src/guestfs-actions.pod:6861
6539 #: ../src/guestfs-actions.pod:7390
6540 msgid "(Added in 0.3)"
6541 msgstr ""
6542
6543 # type: =head2
6544 #. type: =head2
6545 #: ../src/guestfs-actions.pod:41
6546 msgid "guestfs_add_domain"
6547 msgstr ""
6548
6549 # type: verbatim
6550 #. type: verbatim
6551 #: ../src/guestfs-actions.pod:43
6552 #, no-wrap
6553 msgid ""
6554 " int\n"
6555 " guestfs_add_domain (guestfs_h *g,\n"
6556 "                     const char *dom,\n"
6557 "                     ...);\n"
6558 "\n"
6559 msgstr ""
6560
6561 # type: textblock
6562 #. type: textblock
6563 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151
6564 #: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:4549
6565 #: ../src/guestfs-actions.pod:4856
6566 msgid ""
6567 "You may supply a list of optional arguments to this call.  Use zero or more "
6568 "of the following pairs of parameters, and terminate the list with C<-1> on "
6569 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6570 msgstr ""
6571
6572 #. type: verbatim
6573 #: ../src/guestfs-actions.pod:53
6574 #, no-wrap
6575 msgid ""
6576 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6577 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6578 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6579 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6580 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
6581 "\n"
6582 msgstr ""
6583
6584 # type: textblock
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:59
6587 msgid ""
6588 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6589 "It works by connecting to libvirt, requesting the domain and domain XML from "
6590 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6591 "one."
6592 msgstr ""
6593
6594 # type: textblock
6595 #. type: textblock
6596 #: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46
6597 msgid ""
6598 "The number of disks added is returned.  This operation is atomic: if an "
6599 "error is returned, then no disks are added."
6600 msgstr ""
6601
6602 # type: textblock
6603 #. type: textblock
6604 #: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49
6605 msgid ""
6606 "This function does some minimal checks to make sure the libvirt domain is "
6607 "not running (unless C<readonly> is true).  In a future version we will try "
6608 "to acquire the libvirt lock on each disk."
6609 msgstr ""
6610
6611 # type: textblock
6612 #. type: textblock
6613 #: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53
6614 msgid ""
6615 "Disks must be accessible locally.  This often means that adding disks from a "
6616 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6617 "unless those disks are accessible via the same device path locally too."
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58
6622 msgid ""
6623 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6624 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6625 "libvirt URI (or one set through an environment variable, see the libvirt "
6626 "documentation for full details)."
6627 msgstr ""
6628
6629 #. type: textblock
6630 #: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64
6631 msgid ""
6632 "The optional C<live> flag controls whether this call will try to connect to "
6633 "a running virtual machine C<guestfsd> process if it sees a suitable "
6634 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6635 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6636 "DAEMONS> for more information."
6637 msgstr ""
6638
6639 #. type: textblock
6640 #: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71
6641 msgid ""
6642 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
6643 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
6644 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
6645 "as usual."
6646 msgstr ""
6647
6648 # type: textblock
6649 #. type: textblock
6650 #: ../src/guestfs-actions.pod:94
6651 msgid ""
6652 "The other optional parameters are passed directly through to "
6653 "C<guestfs_add_drive_opts>."
6654 msgstr ""
6655
6656 # type: textblock
6657 #. type: textblock
6658 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350
6659 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693
6660 #: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742
6661 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1321
6662 #: ../src/guestfs-actions.pod:1677 ../src/guestfs-actions.pod:1880
6663 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2031
6664 #: ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2109
6665 #: ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:2874
6666 #: ../src/guestfs-actions.pod:2892 ../src/guestfs-actions.pod:5032
6667 #: ../src/guestfs-actions.pod:5160 ../src/guestfs-actions.pod:5566
6668 #: ../src/guestfs-actions.pod:5592 ../src/guestfs-actions.pod:6969
6669 #: ../src/guestfs-actions.pod:7401 ../src/guestfs-actions.pod:7414
6670 #: ../src/guestfs-actions.pod:7427
6671 msgid "On error this function returns -1."
6672 msgstr ""
6673
6674 # type: textblock
6675 #. type: textblock
6676 #: ../src/guestfs-actions.pod:99
6677 msgid "(Added in 1.7.4)"
6678 msgstr ""
6679
6680 # type: =head2
6681 #. type: =head2
6682 #: ../src/guestfs-actions.pod:101
6683 msgid "guestfs_add_domain_va"
6684 msgstr ""
6685
6686 # type: verbatim
6687 #. type: verbatim
6688 #: ../src/guestfs-actions.pod:103
6689 #, no-wrap
6690 msgid ""
6691 " int\n"
6692 " guestfs_add_domain_va (guestfs_h *g,\n"
6693 "                        const char *dom,\n"
6694 "                        va_list args);\n"
6695 "\n"
6696 msgstr ""
6697
6698 # type: textblock
6699 #. type: textblock
6700 #: ../src/guestfs-actions.pod:108
6701 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6702 msgstr ""
6703
6704 # type: textblock
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121
6707 #: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225
6708 #: ../src/guestfs-actions.pod:2840 ../src/guestfs-actions.pod:2852
6709 #: ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4614
6710 #: ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4896
6711 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6712 msgstr ""
6713
6714 # type: =head2
6715 #. type: =head2
6716 #: ../src/guestfs-actions.pod:112
6717 msgid "guestfs_add_domain_argv"
6718 msgstr ""
6719
6720 # type: verbatim
6721 #. type: verbatim
6722 #: ../src/guestfs-actions.pod:114
6723 #, no-wrap
6724 msgid ""
6725 " int\n"
6726 " guestfs_add_domain_argv (guestfs_h *g,\n"
6727 "                          const char *dom,\n"
6728 "                          const struct guestfs_add_domain_argv *optargs);\n"
6729 "\n"
6730 msgstr ""
6731
6732 # type: textblock
6733 #. type: textblock
6734 #: ../src/guestfs-actions.pod:119
6735 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6736 msgstr ""
6737
6738 # type: =head2
6739 #. type: =head2
6740 #: ../src/guestfs-actions.pod:123
6741 msgid "guestfs_add_drive"
6742 msgstr ""
6743
6744 # type: verbatim
6745 #. type: verbatim
6746 #: ../src/guestfs-actions.pod:125
6747 #, no-wrap
6748 msgid ""
6749 " int\n"
6750 " guestfs_add_drive (guestfs_h *g,\n"
6751 "                    const char *filename);\n"
6752 "\n"
6753 msgstr ""
6754
6755 # type: textblock
6756 #. type: textblock
6757 #: ../src/guestfs-actions.pod:129
6758 msgid ""
6759 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6760 "optional parameters, so the disk is added writable, with the format being "
6761 "detected automatically."
6762 msgstr ""
6763
6764 # type: textblock
6765 #. type: textblock
6766 #: ../src/guestfs-actions.pod:133
6767 msgid ""
6768 "Automatic detection of the format opens you up to a potential security hole "
6769 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6770 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6771 "you should think about replacing calls to this function with calls to "
6772 "C<guestfs_add_drive_opts>, and specifying the format."
6773 msgstr ""
6774
6775 # type: =head2
6776 #. type: =head2
6777 #: ../src/guestfs-actions.pod:144
6778 msgid "guestfs_add_drive_opts"
6779 msgstr ""
6780
6781 # type: verbatim
6782 #. type: verbatim
6783 #: ../src/guestfs-actions.pod:146
6784 #, no-wrap
6785 msgid ""
6786 " int\n"
6787 " guestfs_add_drive_opts (guestfs_h *g,\n"
6788 "                         const char *filename,\n"
6789 "                         ...);\n"
6790 "\n"
6791 msgstr ""
6792
6793 # type: verbatim
6794 #. type: verbatim
6795 #: ../src/guestfs-actions.pod:156
6796 #, no-wrap
6797 msgid ""
6798 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6799 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6800 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6801 "\n"
6802 msgstr ""
6803
6804 # type: textblock
6805 #. type: textblock
6806 #: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102
6807 msgid ""
6808 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6809 "The first time you call this function, the disk appears as C</dev/sda>, the "
6810 "second time as C</dev/sdb>, and so on."
6811 msgstr ""
6812
6813 # type: textblock
6814 #. type: textblock
6815 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107
6816 msgid ""
6817 "You don't necessarily need to be root when using libguestfs.  However you "
6818 "obviously do need sufficient permissions to access the filename for whatever "
6819 "operations you want to perform (ie. read access if you just want to read the "
6820 "image or write access if you want to modify the image)."
6821 msgstr ""
6822
6823 # type: textblock
6824 #. type: textblock
6825 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113
6826 msgid "This call checks that C<filename> exists."
6827 msgstr ""
6828
6829 # type: textblock
6830 #. type: textblock
6831 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4560
6832 #: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3049
6833 msgid "The optional arguments are:"
6834 msgstr ""
6835
6836 # type: =item
6837 #. type: =item
6838 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119
6839 msgid "C<readonly>"
6840 msgstr ""
6841
6842 # type: textblock
6843 #. type: textblock
6844 #: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121
6845 msgid ""
6846 "If true then the image is treated as read-only.  Writes are still allowed, "
6847 "but they are stored in a temporary snapshot overlay which is discarded at "
6848 "the end.  The disk that you add is not modified."
6849 msgstr ""
6850
6851 # type: =item
6852 #. type: =item
6853 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125
6854 msgid "C<format>"
6855 msgstr ""
6856
6857 # type: textblock
6858 #. type: textblock
6859 #: ../src/guestfs-actions.pod:185
6860 msgid ""
6861 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6862 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6863 "Possible formats include C<raw> and C<qcow2>."
6864 msgstr ""
6865
6866 # type: textblock
6867 #. type: textblock
6868 #: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131
6869 msgid ""
6870 "Automatic detection of the format opens you up to a potential security hole "
6871 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6872 "RHBZ#642934.  Specifying the format closes this security hole."
6873 msgstr ""
6874
6875 # type: =item
6876 #. type: =item
6877 #: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136
6878 msgid "C<iface>"
6879 msgstr ""
6880
6881 # type: textblock
6882 #. type: textblock
6883 #: ../src/guestfs-actions.pod:196
6884 msgid ""
6885 "This rarely-used option lets you emulate the behaviour of the deprecated "
6886 "C<guestfs_add_drive_with_if> call (q.v.)"
6887 msgstr ""
6888
6889 # type: textblock
6890 #. type: textblock
6891 #: ../src/guestfs-actions.pod:203
6892 msgid "(Added in 1.5.23)"
6893 msgstr ""
6894
6895 # type: =head2
6896 #. type: =head2
6897 #: ../src/guestfs-actions.pod:205
6898 msgid "guestfs_add_drive_opts_va"
6899 msgstr ""
6900
6901 # type: verbatim
6902 #. type: verbatim
6903 #: ../src/guestfs-actions.pod:207
6904 #, no-wrap
6905 msgid ""
6906 " int\n"
6907 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6908 "                            const char *filename,\n"
6909 "                            va_list args);\n"
6910 "\n"
6911 msgstr ""
6912
6913 # type: textblock
6914 #. type: textblock
6915 #: ../src/guestfs-actions.pod:212
6916 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6917 msgstr ""
6918
6919 # type: =head2
6920 #. type: =head2
6921 #: ../src/guestfs-actions.pod:216
6922 msgid "guestfs_add_drive_opts_argv"
6923 msgstr ""
6924
6925 # type: verbatim
6926 #. type: verbatim
6927 #: ../src/guestfs-actions.pod:218
6928 #, no-wrap
6929 msgid ""
6930 " int\n"
6931 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6932 "                              const char *filename,\n"
6933 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6934 "\n"
6935 msgstr ""
6936
6937 # type: textblock
6938 #. type: textblock
6939 #: ../src/guestfs-actions.pod:223
6940 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6941 msgstr ""
6942
6943 # type: =head2
6944 #. type: =head2
6945 #: ../src/guestfs-actions.pod:227
6946 msgid "guestfs_add_drive_ro"
6947 msgstr ""
6948
6949 # type: verbatim
6950 #. type: verbatim
6951 #: ../src/guestfs-actions.pod:229
6952 #, no-wrap
6953 msgid ""
6954 " int\n"
6955 " guestfs_add_drive_ro (guestfs_h *g,\n"
6956 "                       const char *filename);\n"
6957 "\n"
6958 msgstr ""
6959
6960 # type: textblock
6961 #. type: textblock
6962 #: ../src/guestfs-actions.pod:233
6963 msgid ""
6964 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6965 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6966 "disk is added read-only, with the format being detected automatically."
6967 msgstr ""
6968
6969 # type: textblock
6970 #. type: textblock
6971 #: ../src/guestfs-actions.pod:240
6972 msgid "(Added in 1.0.38)"
6973 msgstr ""
6974
6975 # type: =head2
6976 #. type: =head2
6977 #: ../src/guestfs-actions.pod:242
6978 msgid "guestfs_add_drive_ro_with_if"
6979 msgstr ""
6980
6981 # type: verbatim
6982 #. type: verbatim
6983 #: ../src/guestfs-actions.pod:244
6984 #, no-wrap
6985 msgid ""
6986 " int\n"
6987 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6988 "                               const char *filename,\n"
6989 "                               const char *iface);\n"
6990 "\n"
6991 msgstr ""
6992
6993 # type: textblock
6994 #. type: textblock
6995 #: ../src/guestfs-actions.pod:249
6996 msgid ""
6997 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6998 "QEMU interface emulation to use at run time."
6999 msgstr ""
7000
7001 # type: textblock
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282
7004 #: ../src/guestfs-actions.pod:2361
7005 msgid "(Added in 1.0.84)"
7006 msgstr ""
7007
7008 # type: =head2
7009 #. type: =head2
7010 #: ../src/guestfs-actions.pod:263
7011 msgid "guestfs_add_drive_with_if"
7012 msgstr ""
7013
7014 # type: verbatim
7015 #. type: verbatim
7016 #: ../src/guestfs-actions.pod:265
7017 #, no-wrap
7018 msgid ""
7019 " int\n"
7020 " guestfs_add_drive_with_if (guestfs_h *g,\n"
7021 "                            const char *filename,\n"
7022 "                            const char *iface);\n"
7023 "\n"
7024 msgstr ""
7025
7026 # type: textblock
7027 #. type: textblock
7028 #: ../src/guestfs-actions.pod:270
7029 msgid ""
7030 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
7031 "QEMU interface emulation to use at run time."
7032 msgstr ""
7033
7034 # type: =head2
7035 #. type: =head2
7036 #: ../src/guestfs-actions.pod:284
7037 msgid "guestfs_aug_clear"
7038 msgstr ""
7039
7040 # type: verbatim
7041 #. type: verbatim
7042 #: ../src/guestfs-actions.pod:286
7043 #, no-wrap
7044 msgid ""
7045 " int\n"
7046 " guestfs_aug_clear (guestfs_h *g,\n"
7047 "                    const char *augpath);\n"
7048 "\n"
7049 msgstr ""
7050
7051 # type: textblock
7052 #. type: textblock
7053 #: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188
7054 msgid ""
7055 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
7056 "L<augtool(1)> C<clear> command."
7057 msgstr ""
7058
7059 # type: textblock
7060 #. type: textblock
7061 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2111
7062 msgid "(Added in 1.3.4)"
7063 msgstr ""
7064
7065 # type: =head2
7066 #. type: =head2
7067 #: ../src/guestfs-actions.pod:297
7068 msgid "guestfs_aug_close"
7069 msgstr ""
7070
7071 # type: verbatim
7072 #. type: verbatim
7073 #: ../src/guestfs-actions.pod:299
7074 #, no-wrap
7075 msgid ""
7076 " int\n"
7077 " guestfs_aug_close (guestfs_h *g);\n"
7078 "\n"
7079 msgstr ""
7080
7081 # type: textblock
7082 #. type: textblock
7083 #: ../src/guestfs-actions.pod:302
7084 msgid ""
7085 "Close the current Augeas handle and free up any resources used by it.  After "
7086 "calling this, you have to call C<guestfs_aug_init> again before you can use "
7087 "any other Augeas functions."
7088 msgstr ""
7089
7090 # type: textblock
7091 #. type: textblock
7092 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334
7093 #: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366
7094 #: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444
7095 #: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489
7096 #: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517
7097 #: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549
7098 #: ../src/guestfs-actions.pod:5643
7099 msgid "(Added in 0.7)"
7100 msgstr ""
7101
7102 # type: =head2
7103 #. type: =head2
7104 #: ../src/guestfs-actions.pod:311
7105 msgid "guestfs_aug_defnode"
7106 msgstr ""
7107
7108 # type: verbatim
7109 #. type: verbatim
7110 #: ../src/guestfs-actions.pod:313
7111 #, no-wrap
7112 msgid ""
7113 " struct guestfs_int_bool *\n"
7114 " guestfs_aug_defnode (guestfs_h *g,\n"
7115 "                      const char *name,\n"
7116 "                      const char *expr,\n"
7117 "                      const char *val);\n"
7118 "\n"
7119 msgstr ""
7120
7121 # type: textblock
7122 #. type: textblock
7123 #: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204
7124 msgid ""
7125 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
7126 msgstr ""
7127
7128 # type: textblock
7129 #. type: textblock
7130 #: ../src/guestfs-actions.pod:322
7131 msgid ""
7132 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
7133 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
7134 "containing that single node."
7135 msgstr ""
7136
7137 # type: textblock
7138 #. type: textblock
7139 #: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211
7140 msgid ""
7141 "On success this returns a pair containing the number of nodes in the "
7142 "nodeset, and a boolean flag if a node was created."
7143 msgstr ""
7144
7145 # type: textblock
7146 #. type: textblock
7147 #: ../src/guestfs-actions.pod:330
7148 msgid ""
7149 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
7150 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
7151 msgstr ""
7152
7153 # type: =head2
7154 #. type: =head2
7155 #: ../src/guestfs-actions.pod:336
7156 msgid "guestfs_aug_defvar"
7157 msgstr ""
7158
7159 # type: verbatim
7160 #. type: verbatim
7161 #: ../src/guestfs-actions.pod:338
7162 #, no-wrap
7163 msgid ""
7164 " int\n"
7165 " guestfs_aug_defvar (guestfs_h *g,\n"
7166 "                     const char *name,\n"
7167 "                     const char *expr);\n"
7168 "\n"
7169 msgstr ""
7170
7171 # type: textblock
7172 #. type: textblock
7173 #: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219
7174 msgid ""
7175 "Defines an Augeas variable C<name> whose value is the result of evaluating "
7176 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
7177 msgstr ""
7178
7179 # type: textblock
7180 #. type: textblock
7181 #: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223
7182 msgid ""
7183 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
7184 "evaluates to something which is not a nodeset."
7185 msgstr ""
7186
7187 # type: =head2
7188 #. type: =head2
7189 #: ../src/guestfs-actions.pod:354
7190 msgid "guestfs_aug_get"
7191 msgstr ""
7192
7193 # type: verbatim
7194 #. type: verbatim
7195 #: ../src/guestfs-actions.pod:356
7196 #, no-wrap
7197 msgid ""
7198 " char *\n"
7199 " guestfs_aug_get (guestfs_h *g,\n"
7200 "                  const char *augpath);\n"
7201 "\n"
7202 msgstr ""
7203
7204 # type: textblock
7205 #. type: textblock
7206 #: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230
7207 msgid ""
7208 "Look up the value associated with C<path>.  If C<path> matches exactly one "
7209 "node, the C<value> is returned."
7210 msgstr ""
7211
7212 # type: textblock
7213 #. type: textblock
7214 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:863
7215 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:941
7216 #: ../src/guestfs-actions.pod:957 ../src/guestfs-actions.pod:1060
7217 #: ../src/guestfs-actions.pod:1190 ../src/guestfs-actions.pod:1207
7218 #: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1360
7219 #: ../src/guestfs-actions.pod:1548 ../src/guestfs-actions.pod:1660
7220 #: ../src/guestfs-actions.pod:1823 ../src/guestfs-actions.pod:1840
7221 #: ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1943
7222 #: ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:2134
7223 #: ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:2530
7224 #: ../src/guestfs-actions.pod:2620 ../src/guestfs-actions.pod:2724
7225 #: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2957
7226 #: ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3006
7227 #: ../src/guestfs-actions.pod:3040 ../src/guestfs-actions.pod:3099
7228 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3139
7229 #: ../src/guestfs-actions.pod:3746 ../src/guestfs-actions.pod:4096
7230 #: ../src/guestfs-actions.pod:4266 ../src/guestfs-actions.pod:4376
7231 #: ../src/guestfs-actions.pod:5178 ../src/guestfs-actions.pod:5371
7232 #: ../src/guestfs-actions.pod:5541 ../src/guestfs-actions.pod:5719
7233 #: ../src/guestfs-actions.pod:5768 ../src/guestfs-actions.pod:6405
7234 #: ../src/guestfs-actions.pod:6421 ../src/guestfs-actions.pod:6438
7235 #: ../src/guestfs-actions.pod:6469 ../src/guestfs-actions.pod:7143
7236 #: ../src/guestfs-actions.pod:7162 ../src/guestfs-actions.pod:7180
7237 #: ../src/guestfs-actions.pod:7360 ../src/guestfs-actions.pod:7640
7238 msgid ""
7239 "This function returns a string, or NULL on error.  I<The caller must free "
7240 "the returned string after use>."
7241 msgstr ""
7242
7243 # type: =head2
7244 #. type: =head2
7245 #: ../src/guestfs-actions.pod:368
7246 msgid "guestfs_aug_init"
7247 msgstr ""
7248
7249 # type: verbatim
7250 #. type: verbatim
7251 #: ../src/guestfs-actions.pod:370
7252 #, no-wrap
7253 msgid ""
7254 " int\n"
7255 " guestfs_aug_init (guestfs_h *g,\n"
7256 "                   const char *root,\n"
7257 "                   int flags);\n"
7258 "\n"
7259 msgstr ""
7260
7261 # type: textblock
7262 #. type: textblock
7263 #: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237
7264 msgid ""
7265 "Create a new Augeas handle for editing configuration files.  If there was "
7266 "any previous Augeas handle associated with this guestfs session, then it is "
7267 "closed."
7268 msgstr ""
7269
7270 # type: textblock
7271 #. type: textblock
7272 #: ../src/guestfs-actions.pod:379
7273 msgid "You must call this before using any other C<guestfs_aug_*> commands."
7274 msgstr ""
7275
7276 # type: textblock
7277 #. type: textblock
7278 #: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244
7279 msgid ""
7280 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
7281 msgstr ""
7282
7283 # type: textblock
7284 #. type: textblock
7285 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247
7286 msgid ""
7287 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
7288 "logical I<or> of the following integers:"
7289 msgstr ""
7290
7291 # type: =item
7292 #. type: =item
7293 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253
7294 msgid "C<AUG_SAVE_BACKUP> = 1"
7295 msgstr ""
7296
7297 # type: textblock
7298 #. type: textblock
7299 #: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255
7300 msgid "Keep the original file with a C<.augsave> extension."
7301 msgstr ""
7302
7303 # type: =item
7304 #. type: =item
7305 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257
7306 msgid "C<AUG_SAVE_NEWFILE> = 2"
7307 msgstr ""
7308
7309 # type: textblock
7310 #. type: textblock
7311 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259
7312 msgid ""
7313 "Save changes into a file with extension C<.augnew>, and do not overwrite "
7314 "original.  Overrides C<AUG_SAVE_BACKUP>."
7315 msgstr ""
7316
7317 # type: =item
7318 #. type: =item
7319 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262
7320 msgid "C<AUG_TYPE_CHECK> = 4"
7321 msgstr ""
7322
7323 # type: textblock
7324 #. type: textblock
7325 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264
7326 msgid "Typecheck lenses (can be expensive)."
7327 msgstr ""
7328
7329 # type: =item
7330 #. type: =item
7331 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266
7332 msgid "C<AUG_NO_STDINC> = 8"
7333 msgstr ""
7334
7335 # type: textblock
7336 #. type: textblock
7337 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268
7338 msgid "Do not use standard load path for modules."
7339 msgstr ""
7340
7341 # type: =item
7342 #. type: =item
7343 #: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270
7344 msgid "C<AUG_SAVE_NOOP> = 16"
7345 msgstr ""
7346
7347 # type: textblock
7348 #. type: textblock
7349 #: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272
7350 msgid "Make save a no-op, just record what would have been changed."
7351 msgstr ""
7352
7353 # type: =item
7354 #. type: =item
7355 #: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274
7356 msgid "C<AUG_NO_LOAD> = 32"
7357 msgstr ""
7358
7359 # type: textblock
7360 #. type: textblock
7361 #: ../src/guestfs-actions.pod:414
7362 msgid "Do not load the tree in C<guestfs_aug_init>."
7363 msgstr ""
7364
7365 # type: textblock
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:418
7368 msgid "To close the handle, you can call C<guestfs_aug_close>."
7369 msgstr ""
7370
7371 # type: textblock
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282
7374 msgid "To find out more about Augeas, see L<http://augeas.net/>."
7375 msgstr ""
7376
7377 # type: =head2
7378 #. type: =head2
7379 #: ../src/guestfs-actions.pod:426
7380 msgid "guestfs_aug_insert"
7381 msgstr ""
7382
7383 # type: verbatim
7384 #. type: verbatim
7385 #: ../src/guestfs-actions.pod:428
7386 #, no-wrap
7387 msgid ""
7388 " int\n"
7389 " guestfs_aug_insert (guestfs_h *g,\n"
7390 "                     const char *augpath,\n"
7391 "                     const char *label,\n"
7392 "                     int before);\n"
7393 "\n"
7394 msgstr ""
7395
7396 # type: textblock
7397 #. type: textblock
7398 #: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288
7399 msgid ""
7400 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
7401 "or after C<path> (depending on the boolean flag C<before>)."
7402 msgstr ""
7403
7404 # type: textblock
7405 #. type: textblock
7406 #: ../src/guestfs-actions.pod:438 ../fish/guestfish-actions.pod:292
7407 msgid ""
7408 "C<path> must match exactly one existing node in the tree, and C<label> must "
7409 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
7410 msgstr ""
7411
7412 # type: =head2
7413 #. type: =head2
7414 #: ../src/guestfs-actions.pod:446
7415 msgid "guestfs_aug_load"
7416 msgstr ""
7417
7418 # type: verbatim
7419 #. type: verbatim
7420 #: ../src/guestfs-actions.pod:448
7421 #, no-wrap
7422 msgid ""
7423 " int\n"
7424 " guestfs_aug_load (guestfs_h *g);\n"
7425 "\n"
7426 msgstr ""
7427
7428 # type: textblock
7429 #. type: textblock
7430 #: ../src/guestfs-actions.pod:451 ../fish/guestfish-actions.pod:300
7431 msgid "Load files into the tree."
7432 msgstr ""
7433
7434 # type: textblock
7435 #. type: textblock
7436 #: ../src/guestfs-actions.pod:453 ../fish/guestfish-actions.pod:302
7437 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
7438 msgstr ""
7439
7440 # type: =head2
7441 #. type: =head2
7442 #: ../src/guestfs-actions.pod:460
7443 msgid "guestfs_aug_ls"
7444 msgstr ""
7445
7446 # type: verbatim
7447 #. type: verbatim
7448 #: ../src/guestfs-actions.pod:462
7449 #, no-wrap
7450 msgid ""
7451 " char **\n"
7452 " guestfs_aug_ls (guestfs_h *g,\n"
7453 "                 const char *augpath);\n"
7454 "\n"
7455 msgstr ""
7456
7457 # type: textblock
7458 #. type: textblock
7459 #: ../src/guestfs-actions.pod:466
7460 msgid ""
7461 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
7462 "sorting the resulting nodes into alphabetical order."
7463 msgstr ""
7464
7465 # type: textblock
7466 #. type: textblock
7467 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485
7468 #: ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1079
7469 #: ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1394
7470 #: ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1516
7471 #: ../src/guestfs-actions.pod:1762 ../src/guestfs-actions.pod:2206
7472 #: ../src/guestfs-actions.pod:2222 ../src/guestfs-actions.pod:2241
7473 #: ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2308
7474 #: ../src/guestfs-actions.pod:2379 ../src/guestfs-actions.pod:2428
7475 #: ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:3059
7476 #: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3649
7477 #: ../src/guestfs-actions.pod:3666 ../src/guestfs-actions.pod:3728
7478 #: ../src/guestfs-actions.pod:3833 ../src/guestfs-actions.pod:4238
7479 #: ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5513
7480 #: ../src/guestfs-actions.pod:5639 ../src/guestfs-actions.pod:5753
7481 #: ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6546
7482 #: ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:6747
7483 #: ../src/guestfs-actions.pod:6771 ../src/guestfs-actions.pod:7253
7484 #: ../src/guestfs-actions.pod:7273 ../src/guestfs-actions.pod:7320
7485 #: ../src/guestfs-actions.pod:7492 ../src/guestfs-actions.pod:7511
7486 #: ../src/guestfs-actions.pod:7597 ../src/guestfs-actions.pod:7616
7487 #: ../src/guestfs-actions.pod:7662 ../src/guestfs-actions.pod:7681
7488 msgid ""
7489 "This function returns a NULL-terminated array of strings (like L<environ(3)"
7490 ">), or NULL if there was an error.  I<The caller must free the strings and "
7491 "the array after use>."
7492 msgstr ""
7493
7494 # type: textblock
7495 #. type: textblock
7496 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1004
7497 #: ../src/guestfs-actions.pod:1022 ../src/guestfs-actions.pod:1432
7498 #: ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3444
7499 #: ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4129
7500 #: ../src/guestfs-actions.pod:4316 ../src/guestfs-actions.pod:4349
7501 #: ../src/guestfs-actions.pod:4512 ../src/guestfs-actions.pod:4997
7502 #: ../src/guestfs-actions.pod:5454 ../src/guestfs-actions.pod:5851
7503 #: ../src/guestfs-actions.pod:5865 ../src/guestfs-actions.pod:5877
7504 #: ../src/guestfs-actions.pod:6326 ../src/guestfs-actions.pod:6985
7505 #: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7237
7506 #: ../src/guestfs-actions.pod:7480
7507 msgid "(Added in 0.8)"
7508 msgstr ""
7509
7510 # type: =head2
7511 #. type: =head2
7512 #: ../src/guestfs-actions.pod:475
7513 msgid "guestfs_aug_match"
7514 msgstr ""
7515
7516 # type: verbatim
7517 #. type: verbatim
7518 #: ../src/guestfs-actions.pod:477
7519 #, no-wrap
7520 msgid ""
7521 " char **\n"
7522 " guestfs_aug_match (guestfs_h *g,\n"
7523 "                    const char *augpath);\n"
7524 "\n"
7525 msgstr ""
7526
7527 # type: textblock
7528 #. type: textblock
7529 #: ../src/guestfs-actions.pod:481 ../fish/guestfish-actions.pod:316
7530 msgid ""
7531 "Returns a list of paths which match the path expression C<path>.  The "
7532 "returned paths are sufficiently qualified so that they match exactly one "
7533 "node in the current tree."
7534 msgstr ""
7535
7536 # type: =head2
7537 #. type: =head2
7538 #: ../src/guestfs-actions.pod:491
7539 msgid "guestfs_aug_mv"
7540 msgstr ""
7541
7542 # type: verbatim
7543 #. type: verbatim
7544 #: ../src/guestfs-actions.pod:493
7545 #, no-wrap
7546 msgid ""
7547 " int\n"
7548 " guestfs_aug_mv (guestfs_h *g,\n"
7549 "                 const char *src,\n"
7550 "                 const char *dest);\n"
7551 "\n"
7552 msgstr ""
7553
7554 # type: textblock
7555 #. type: textblock
7556 #: ../src/guestfs-actions.pod:498 ../fish/guestfish-actions.pod:324
7557 msgid ""
7558 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
7559 "C<dest> is overwritten if it exists."
7560 msgstr ""
7561
7562 # type: =head2
7563 #. type: =head2
7564 #: ../src/guestfs-actions.pod:505
7565 msgid "guestfs_aug_rm"
7566 msgstr ""
7567
7568 # type: verbatim
7569 #. type: verbatim
7570 #: ../src/guestfs-actions.pod:507
7571 #, no-wrap
7572 msgid ""
7573 " int\n"
7574 " guestfs_aug_rm (guestfs_h *g,\n"
7575 "                 const char *augpath);\n"
7576 "\n"
7577 msgstr ""
7578
7579 # type: textblock
7580 #. type: textblock
7581 #: ../src/guestfs-actions.pod:511 ../fish/guestfish-actions.pod:331
7582 msgid "Remove C<path> and all of its children."
7583 msgstr ""
7584
7585 # type: textblock
7586 #. type: textblock
7587 #: ../src/guestfs-actions.pod:513 ../fish/guestfish-actions.pod:333
7588 msgid "On success this returns the number of entries which were removed."
7589 msgstr ""
7590
7591 # type: =head2
7592 #. type: =head2
7593 #: ../src/guestfs-actions.pod:519
7594 msgid "guestfs_aug_save"
7595 msgstr ""
7596
7597 # type: verbatim
7598 #. type: verbatim
7599 #: ../src/guestfs-actions.pod:521
7600 #, no-wrap
7601 msgid ""
7602 " int\n"
7603 " guestfs_aug_save (guestfs_h *g);\n"
7604 "\n"
7605 msgstr ""
7606
7607 # type: textblock
7608 #. type: textblock
7609 #: ../src/guestfs-actions.pod:524 ../fish/guestfish-actions.pod:339
7610 msgid "This writes all pending changes to disk."
7611 msgstr ""
7612
7613 # type: textblock
7614 #. type: textblock
7615 #: ../src/guestfs-actions.pod:526
7616 msgid ""
7617 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7618 "are saved."
7619 msgstr ""
7620
7621 # type: =head2
7622 #. type: =head2
7623 #: ../src/guestfs-actions.pod:533
7624 msgid "guestfs_aug_set"
7625 msgstr ""
7626
7627 # type: verbatim
7628 #. type: verbatim
7629 #: ../src/guestfs-actions.pod:535
7630 #, no-wrap
7631 msgid ""
7632 " int\n"
7633 " guestfs_aug_set (guestfs_h *g,\n"
7634 "                  const char *augpath,\n"
7635 "                  const char *val);\n"
7636 "\n"
7637 msgstr ""
7638
7639 # type: textblock
7640 #. type: textblock
7641 #: ../src/guestfs-actions.pod:540 ../fish/guestfish-actions.pod:348
7642 msgid "Set the value associated with C<path> to C<val>."
7643 msgstr ""
7644
7645 # type: textblock
7646 #. type: textblock
7647 #: ../src/guestfs-actions.pod:542
7648 msgid ""
7649 "In the Augeas API, it is possible to clear a node by setting the value to "
7650 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7651 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7652 msgstr ""
7653
7654 # type: =head2
7655 #. type: =head2
7656 #: ../src/guestfs-actions.pod:551
7657 msgid "guestfs_available"
7658 msgstr ""
7659
7660 # type: verbatim
7661 #. type: verbatim
7662 #: ../src/guestfs-actions.pod:553
7663 #, no-wrap
7664 msgid ""
7665 " int\n"
7666 " guestfs_available (guestfs_h *g,\n"
7667 "                    char *const *groups);\n"
7668 "\n"
7669 msgstr ""
7670
7671 # type: textblock
7672 #. type: textblock
7673 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:359
7674 msgid ""
7675 "This command is used to check the availability of some groups of "
7676 "functionality in the appliance, which not all builds of the libguestfs "
7677 "appliance will be able to provide."
7678 msgstr ""
7679
7680 # type: textblock
7681 #. type: textblock
7682 #: ../src/guestfs-actions.pod:561
7683 msgid ""
7684 "The libguestfs groups, and the functions that those groups correspond to, "
7685 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7686 "runtime by calling C<guestfs_available_all_groups>."
7687 msgstr ""
7688
7689 # type: textblock
7690 #. type: textblock
7691 #: ../src/guestfs-actions.pod:566 ../fish/guestfish-actions.pod:368
7692 msgid ""
7693 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7694 "\"]> would check for the availability of the Linux inotify functions and "
7695 "Augeas (configuration file editing) functions."
7696 msgstr ""
7697
7698 # type: textblock
7699 #. type: textblock
7700 #: ../src/guestfs-actions.pod:571 ../fish/guestfish-actions.pod:373
7701 msgid "The command returns no error if I<all> requested groups are available."
7702 msgstr ""
7703
7704 # type: textblock
7705 #. type: textblock
7706 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:375
7707 msgid ""
7708 "It fails with an error if one or more of the requested groups is unavailable "
7709 "in the appliance."
7710 msgstr ""
7711
7712 # type: textblock
7713 #. type: textblock
7714 #: ../src/guestfs-actions.pod:576 ../fish/guestfish-actions.pod:378
7715 msgid ""
7716 "If an unknown group name is included in the list of groups then an error is "
7717 "always returned."
7718 msgstr ""
7719
7720 # type: textblock
7721 #. type: textblock
7722 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:381
7723 msgid "I<Notes:>"
7724 msgstr ""
7725
7726 # type: textblock
7727 #. type: textblock
7728 #: ../src/guestfs-actions.pod:585
7729 msgid "You must call C<guestfs_launch> before calling this function."
7730 msgstr ""
7731
7732 # type: textblock
7733 #. type: textblock
7734 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:389
7735 msgid ""
7736 "The reason is because we don't know what groups are supported by the "
7737 "appliance/daemon until it is running and can be queried."
7738 msgstr ""
7739
7740 # type: textblock
7741 #. type: textblock
7742 #: ../src/guestfs-actions.pod:593 ../fish/guestfish-actions.pod:395
7743 msgid ""
7744 "If a group of functions is available, this does not necessarily mean that "
7745 "they will work.  You still have to check for errors when calling individual "
7746 "API functions even if they are available."
7747 msgstr ""
7748
7749 # type: textblock
7750 #. type: textblock
7751 #: ../src/guestfs-actions.pod:600 ../fish/guestfish-actions.pod:402
7752 msgid ""
7753 "It is usually the job of distro packagers to build complete functionality "
7754 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7755 "with all requirements satisfied, will support everything."
7756 msgstr ""
7757
7758 # type: textblock
7759 #. type: textblock
7760 #: ../src/guestfs-actions.pod:607
7761 msgid ""
7762 "This call was added in version C<1.0.80>.  In previous versions of "
7763 "libguestfs all you could do would be to speculatively execute a command to "
7764 "find out if the daemon implemented it.  See also C<guestfs_version>."
7765 msgstr ""
7766
7767 # type: textblock
7768 #. type: textblock
7769 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1177
7770 msgid "(Added in 1.0.80)"
7771 msgstr ""
7772
7773 # type: =head2
7774 #. type: =head2
7775 #: ../src/guestfs-actions.pod:618
7776 msgid "guestfs_available_all_groups"
7777 msgstr ""
7778
7779 # type: verbatim
7780 #. type: verbatim
7781 #: ../src/guestfs-actions.pod:620
7782 #, no-wrap
7783 msgid ""
7784 " char **\n"
7785 " guestfs_available_all_groups (guestfs_h *g);\n"
7786 "\n"
7787 msgstr ""
7788
7789 # type: textblock
7790 #. type: textblock
7791 #: ../src/guestfs-actions.pod:623
7792 msgid ""
7793 "This command returns a list of all optional groups that this daemon knows "
7794 "about.  Note this returns both supported and unsupported groups.  To find "
7795 "out which ones the daemon can actually support you have to call "
7796 "C<guestfs_available> on each member of the returned list."
7797 msgstr ""
7798
7799 # type: textblock
7800 #. type: textblock
7801 #: ../src/guestfs-actions.pod:629
7802 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7803 msgstr ""
7804
7805 # type: textblock
7806 #. type: textblock
7807 #: ../src/guestfs-actions.pod:635
7808 msgid "(Added in 1.3.15)"
7809 msgstr ""
7810
7811 # type: =head2
7812 #. type: =head2
7813 #: ../src/guestfs-actions.pod:637
7814 msgid "guestfs_base64_in"
7815 msgstr ""
7816
7817 # type: verbatim
7818 #. type: verbatim
7819 #: ../src/guestfs-actions.pod:639
7820 #, no-wrap
7821 msgid ""
7822 " int\n"
7823 " guestfs_base64_in (guestfs_h *g,\n"
7824 "                    const char *base64file,\n"
7825 "                    const char *filename);\n"
7826 "\n"
7827 msgstr ""
7828
7829 # type: textblock
7830 #. type: textblock
7831 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:432
7832 msgid ""
7833 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7834 msgstr ""
7835
7836 # type: textblock
7837 #. type: textblock
7838 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
7839 msgid "(Added in 1.3.5)"
7840 msgstr ""
7841
7842 # type: =head2
7843 #. type: =head2
7844 #: ../src/guestfs-actions.pod:651
7845 msgid "guestfs_base64_out"
7846 msgstr ""
7847
7848 # type: verbatim
7849 #. type: verbatim
7850 #: ../src/guestfs-actions.pod:653
7851 #, no-wrap
7852 msgid ""
7853 " int\n"
7854 " guestfs_base64_out (guestfs_h *g,\n"
7855 "                     const char *filename,\n"
7856 "                     const char *base64file);\n"
7857 "\n"
7858 msgstr ""
7859
7860 # type: textblock
7861 #. type: textblock
7862 #: ../src/guestfs-actions.pod:658 ../fish/guestfish-actions.pod:441
7863 msgid ""
7864 "This command downloads the contents of C<filename>, writing it out to local "
7865 "file C<base64file> encoded as base64."
7866 msgstr ""
7867
7868 # type: =head2
7869 #. type: =head2
7870 #: ../src/guestfs-actions.pod:665
7871 msgid "guestfs_blockdev_flushbufs"
7872 msgstr ""
7873
7874 # type: verbatim
7875 #. type: verbatim
7876 #: ../src/guestfs-actions.pod:667
7877 #, no-wrap
7878 msgid ""
7879 " int\n"
7880 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7881 "                             const char *device);\n"
7882 "\n"
7883 msgstr ""
7884
7885 # type: textblock
7886 #. type: textblock
7887 #: ../src/guestfs-actions.pod:671 ../fish/guestfish-actions.pod:450
7888 msgid ""
7889 "This tells the kernel to flush internal buffers associated with C<device>."
7890 msgstr ""
7891
7892 # type: textblock
7893 #. type: textblock
7894 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691
7895 #: ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722
7896 #: ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759
7897 #: ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791
7898 #: ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819
7899 #: ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464
7900 #: ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483
7901 #: ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508
7902 #: ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527
7903 #: ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
7904 msgid "This uses the L<blockdev(8)> command."
7905 msgstr ""
7906
7907 # type: textblock
7908 #. type: textblock
7909 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695
7910 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726
7911 #: ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763
7912 #: ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795
7913 #: ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
7914 msgid "(Added in 0.9.3)"
7915 msgstr ""
7916
7917 # type: =head2
7918 #. type: =head2
7919 #: ../src/guestfs-actions.pod:680
7920 msgid "guestfs_blockdev_getbsz"
7921 msgstr ""
7922
7923 # type: verbatim
7924 #. type: verbatim
7925 #: ../src/guestfs-actions.pod:682
7926 #, no-wrap
7927 msgid ""
7928 " int\n"
7929 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7930 "                          const char *device);\n"
7931 "\n"
7932 msgstr ""
7933
7934 # type: textblock
7935 #. type: textblock
7936 #: ../src/guestfs-actions.pod:686 ../fish/guestfish-actions.pod:459
7937 msgid "This returns the block size of a device."
7938 msgstr ""
7939
7940 # type: textblock
7941 #. type: textblock
7942 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788
7943 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
7944 msgid ""
7945 "(Note this is different from both I<size in blocks> and I<filesystem block "
7946 "size>)."
7947 msgstr ""
7948
7949 # type: =head2
7950 #. type: =head2
7951 #: ../src/guestfs-actions.pod:697
7952 msgid "guestfs_blockdev_getro"
7953 msgstr ""
7954
7955 # type: verbatim
7956 #. type: verbatim
7957 #: ../src/guestfs-actions.pod:699
7958 #, no-wrap
7959 msgid ""
7960 " int\n"
7961 " guestfs_blockdev_getro (guestfs_h *g,\n"
7962 "                         const char *device);\n"
7963 "\n"
7964 msgstr ""
7965
7966 # type: textblock
7967 #. type: textblock
7968 #: ../src/guestfs-actions.pod:703 ../fish/guestfish-actions.pod:470
7969 msgid ""
7970 "Returns a boolean indicating if the block device is read-only (true if read-"
7971 "only, false if not)."
7972 msgstr ""
7973
7974 # type: textblock
7975 #. type: textblock
7976 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1415
7977 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1919
7978 #: ../src/guestfs-actions.pod:1930 ../src/guestfs-actions.pod:2002
7979 #: ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:2072
7980 #: ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2120
7981 #: ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3172
7982 #: ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3352
7983 #: ../src/guestfs-actions.pod:3366 ../src/guestfs-actions.pod:3381
7984 #: ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3411
7985 #: ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3442
7986 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3469
7987 #: ../src/guestfs-actions.pod:3483 ../src/guestfs-actions.pod:3498
7988 #: ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:3526
7989 #: ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:5142
7990 msgid "This function returns a C truth value on success or -1 on error."
7991 msgstr ""
7992
7993 # type: =head2
7994 #. type: =head2
7995 #: ../src/guestfs-actions.pod:712
7996 msgid "guestfs_blockdev_getsize64"
7997 msgstr ""
7998
7999 # type: verbatim
8000 #. type: verbatim
8001 #: ../src/guestfs-actions.pod:714
8002 #, no-wrap
8003 msgid ""
8004 " int64_t\n"
8005 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
8006 "                             const char *device);\n"
8007 "\n"
8008 msgstr ""
8009
8010 # type: textblock
8011 #. type: textblock
8012 #: ../src/guestfs-actions.pod:718 ../fish/guestfish-actions.pod:479
8013 msgid "This returns the size of the device in bytes."
8014 msgstr ""
8015
8016 # type: textblock
8017 #. type: textblock
8018 #: ../src/guestfs-actions.pod:720
8019 msgid "See also C<guestfs_blockdev_getsz>."
8020 msgstr ""
8021
8022 # type: =head2
8023 #. type: =head2
8024 #: ../src/guestfs-actions.pod:728
8025 msgid "guestfs_blockdev_getss"
8026 msgstr ""
8027
8028 # type: verbatim
8029 #. type: verbatim
8030 #: ../src/guestfs-actions.pod:730
8031 #, no-wrap
8032 msgid ""
8033 " int\n"
8034 " guestfs_blockdev_getss (guestfs_h *g,\n"
8035 "                         const char *device);\n"
8036 "\n"
8037 msgstr ""
8038
8039 # type: textblock
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:734 ../fish/guestfish-actions.pod:489
8042 msgid ""
8043 "This returns the size of sectors on a block device.  Usually 512, but can be "
8044 "larger for modern devices."
8045 msgstr ""
8046
8047 # type: textblock
8048 #. type: textblock
8049 #: ../src/guestfs-actions.pod:737
8050 msgid ""
8051 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
8052 "that)."
8053 msgstr ""
8054
8055 # type: =head2
8056 #. type: =head2
8057 #: ../src/guestfs-actions.pod:746
8058 msgid "guestfs_blockdev_getsz"
8059 msgstr ""
8060
8061 # type: verbatim
8062 #. type: verbatim
8063 #: ../src/guestfs-actions.pod:748
8064 #, no-wrap
8065 msgid ""
8066 " int64_t\n"
8067 " guestfs_blockdev_getsz (guestfs_h *g,\n"
8068 "                         const char *device);\n"
8069 "\n"
8070 msgstr ""
8071
8072 # type: textblock
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:752 ../fish/guestfish-actions.pod:501
8075 msgid ""
8076 "This returns the size of the device in units of 512-byte sectors (even if "
8077 "the sectorsize isn't 512 bytes ... weird)."
8078 msgstr ""
8079
8080 # type: textblock
8081 #. type: textblock
8082 #: ../src/guestfs-actions.pod:755
8083 msgid ""
8084 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
8085 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
8086 msgstr ""
8087
8088 # type: =head2
8089 #. type: =head2
8090 #: ../src/guestfs-actions.pod:765
8091 msgid "guestfs_blockdev_rereadpt"
8092 msgstr ""
8093
8094 # type: verbatim
8095 #. type: verbatim
8096 #: ../src/guestfs-actions.pod:767
8097 #, no-wrap
8098 msgid ""
8099 " int\n"
8100 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
8101 "                            const char *device);\n"
8102 "\n"
8103 msgstr ""
8104
8105 # type: textblock
8106 #. type: textblock
8107 #: ../src/guestfs-actions.pod:771 ../fish/guestfish-actions.pod:514
8108 msgid "Reread the partition table on C<device>."
8109 msgstr ""
8110
8111 # type: =head2
8112 #. type: =head2
8113 #: ../src/guestfs-actions.pod:779
8114 msgid "guestfs_blockdev_setbsz"
8115 msgstr ""
8116
8117 # type: verbatim
8118 #. type: verbatim
8119 #: ../src/guestfs-actions.pod:781
8120 #, no-wrap
8121 msgid ""
8122 " int\n"
8123 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
8124 "                          const char *device,\n"
8125 "                          int blocksize);\n"
8126 "\n"
8127 msgstr ""
8128
8129 # type: textblock
8130 #. type: textblock
8131 #: ../src/guestfs-actions.pod:786 ../fish/guestfish-actions.pod:522
8132 msgid "This sets the block size of a device."
8133 msgstr ""
8134
8135 # type: =head2
8136 #. type: =head2
8137 #: ../src/guestfs-actions.pod:797
8138 msgid "guestfs_blockdev_setro"
8139 msgstr ""
8140
8141 # type: verbatim
8142 #. type: verbatim
8143 #: ../src/guestfs-actions.pod:799
8144 #, no-wrap
8145 msgid ""
8146 " int\n"
8147 " guestfs_blockdev_setro (guestfs_h *g,\n"
8148 "                         const char *device);\n"
8149 "\n"
8150 msgstr ""
8151
8152 # type: textblock
8153 #. type: textblock
8154 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:533
8155 msgid "Sets the block device named C<device> to read-only."
8156 msgstr ""
8157
8158 # type: =head2
8159 #. type: =head2
8160 #: ../src/guestfs-actions.pod:811
8161 msgid "guestfs_blockdev_setrw"
8162 msgstr ""
8163
8164 # type: verbatim
8165 #. type: verbatim
8166 #: ../src/guestfs-actions.pod:813
8167 #, no-wrap
8168 msgid ""
8169 " int\n"
8170 " guestfs_blockdev_setrw (guestfs_h *g,\n"
8171 "                         const char *device);\n"
8172 "\n"
8173 msgstr ""
8174
8175 # type: textblock
8176 #. type: textblock
8177 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:541
8178 msgid "Sets the block device named C<device> to read-write."
8179 msgstr ""
8180
8181 # type: =head2
8182 #. type: =head2
8183 #: ../src/guestfs-actions.pod:825
8184 msgid "guestfs_case_sensitive_path"
8185 msgstr ""
8186
8187 # type: verbatim
8188 #. type: verbatim
8189 #: ../src/guestfs-actions.pod:827
8190 #, no-wrap
8191 msgid ""
8192 " char *\n"
8193 " guestfs_case_sensitive_path (guestfs_h *g,\n"
8194 "                              const char *path);\n"
8195 "\n"
8196 msgstr ""
8197
8198 # type: textblock
8199 #. type: textblock
8200 #: ../src/guestfs-actions.pod:831 ../fish/guestfish-actions.pod:549
8201 msgid ""
8202 "This can be used to resolve case insensitive paths on a filesystem which is "
8203 "case sensitive.  The use case is to resolve paths which you have read from "
8204 "Windows configuration files or the Windows Registry, to the true path."
8205 msgstr ""
8206
8207 # type: textblock
8208 #. type: textblock
8209 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:554
8210 msgid ""
8211 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
8212 "(and probably others), which is that although the underlying filesystem is "
8213 "case-insensitive, the driver exports the filesystem to Linux as case-"
8214 "sensitive."
8215 msgstr ""
8216
8217 # type: textblock
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:559
8220 msgid ""
8221 "One consequence of this is that special directories such as C<c:\\windows> "
8222 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
8223 "precise details of how they were created.  In Windows itself this would not "
8224 "be a problem."
8225 msgstr ""
8226
8227 # type: textblock
8228 #. type: textblock
8229 #: ../src/guestfs-actions.pod:847 ../fish/guestfish-actions.pod:565
8230 msgid ""
8231 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
8232 "#posixfilenames1>"
8233 msgstr ""
8234
8235 # type: textblock
8236 #. type: textblock
8237 #: ../src/guestfs-actions.pod:850 ../fish/guestfish-actions.pod:568
8238 msgid ""
8239 "This function resolves the true case of each element in the path and returns "
8240 "the case-sensitive path."
8241 msgstr ""
8242
8243 # type: textblock
8244 #. type: textblock
8245 #: ../src/guestfs-actions.pod:853
8246 msgid ""
8247 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
8248 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
8249 "how the directories were originally created under Windows)."
8250 msgstr ""
8251
8252 # type: textblock
8253 #. type: textblock
8254 #: ../src/guestfs-actions.pod:858 ../fish/guestfish-actions.pod:576
8255 msgid "I<Note>: This function does not handle drive names, backslashes etc."
8256 msgstr ""
8257
8258 # type: textblock
8259 #. type: textblock
8260 #: ../src/guestfs-actions.pod:861
8261 msgid "See also C<guestfs_realpath>."
8262 msgstr ""
8263
8264 # type: textblock
8265 #. type: textblock
8266 #: ../src/guestfs-actions.pod:866 ../src/guestfs-actions.pod:7165
8267 msgid "(Added in 1.0.75)"
8268 msgstr ""
8269
8270 # type: =head2
8271 #. type: =head2
8272 #: ../src/guestfs-actions.pod:868
8273 msgid "guestfs_cat"
8274 msgstr ""
8275
8276 # type: verbatim
8277 #. type: verbatim
8278 #: ../src/guestfs-actions.pod:870
8279 #, no-wrap
8280 msgid ""
8281 " char *\n"
8282 " guestfs_cat (guestfs_h *g,\n"
8283 "              const char *path);\n"
8284 "\n"
8285 msgstr ""
8286
8287 # type: textblock
8288 #. type: textblock
8289 #: ../src/guestfs-actions.pod:874 ../src/guestfs-actions.pod:5629
8290 #: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3717
8291 msgid "Return the contents of the file named C<path>."
8292 msgstr ""
8293
8294 # type: textblock
8295 #. type: textblock
8296 #: ../src/guestfs-actions.pod:876
8297 msgid ""
8298 "Note that this function cannot correctly handle binary files (specifically, "
8299 "files containing C<\\0> character which is treated as end of string).  For "
8300 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
8301 "functions which have a more complex interface."
8302 msgstr ""
8303
8304 # type: textblock
8305 #. type: textblock
8306 #: ../src/guestfs-actions.pod:884 ../src/guestfs-actions.pod:1063
8307 #: ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1379
8308 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:1501
8309 #: ../src/guestfs-actions.pod:1520 ../src/guestfs-actions.pod:1766
8310 #: ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2245
8311 #: ../src/guestfs-actions.pod:2288 ../src/guestfs-actions.pod:2312
8312 #: ../src/guestfs-actions.pod:2329 ../src/guestfs-actions.pod:2358
8313 #: ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5437
8314 #: ../src/guestfs-actions.pod:5568 ../src/guestfs-actions.pod:5594
8315 #: ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:6550
8316 #: ../src/guestfs-actions.pod:6605 ../src/guestfs-actions.pod:6751
8317 #: ../src/guestfs-actions.pod:6775 ../src/guestfs-actions.pod:7444
8318 #: ../src/guestfs-actions.pod:7470 ../src/guestfs-actions.pod:7496
8319 #: ../src/guestfs-actions.pod:7515 ../src/guestfs-actions.pod:7601
8320 #: ../src/guestfs-actions.pod:7620 ../src/guestfs-actions.pod:7666
8321 #: ../src/guestfs-actions.pod:7685 ../fish/guestfish-actions.pod:592
8322 #: ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739
8323 #: ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925
8324 #: ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002
8325 #: ../fish/guestfish-actions.pod:1194 ../fish/guestfish-actions.pod:1495
8326 #: ../fish/guestfish-actions.pod:1505 ../fish/guestfish-actions.pod:1533
8327 #: ../fish/guestfish-actions.pod:1548 ../fish/guestfish-actions.pod:1558
8328 #: ../fish/guestfish-actions.pod:1577 ../fish/guestfish-actions.pod:3587
8329 #: ../fish/guestfish-actions.pod:3602 ../fish/guestfish-actions.pod:3678
8330 #: ../fish/guestfish-actions.pod:3695 ../fish/guestfish-actions.pod:3710
8331 #: ../fish/guestfish-actions.pod:4364 ../fish/guestfish-actions.pod:4410
8332 #: ../fish/guestfish-actions.pod:4495 ../fish/guestfish-actions.pod:4510
8333 #: ../fish/guestfish-actions.pod:4920 ../fish/guestfish-actions.pod:4938
8334 #: ../fish/guestfish-actions.pod:4955 ../fish/guestfish-actions.pod:4965
8335 #: ../fish/guestfish-actions.pod:5014 ../fish/guestfish-actions.pod:5024
8336 #: ../fish/guestfish-actions.pod:5053 ../fish/guestfish-actions.pod:5063
8337 msgid ""
8338 "Because of the message protocol, there is a transfer limit of somewhere "
8339 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
8340 msgstr ""
8341
8342 # type: textblock
8343 #. type: textblock
8344 #: ../src/guestfs-actions.pod:887 ../src/guestfs-actions.pod:3670
8345 #: ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3749
8346 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:4242
8347 #: ../src/guestfs-actions.pod:4256 ../src/guestfs-actions.pod:5517
8348 #: ../src/guestfs-actions.pod:5531 ../src/guestfs-actions.pod:7324
8349 #: ../src/guestfs-actions.pod:7338
8350 msgid "(Added in 0.4)"
8351 msgstr ""
8352
8353 # type: =head2
8354 #. type: =head2
8355 #: ../src/guestfs-actions.pod:889
8356 msgid "guestfs_checksum"
8357 msgstr ""
8358
8359 # type: verbatim
8360 #. type: verbatim
8361 #: ../src/guestfs-actions.pod:891
8362 #, no-wrap
8363 msgid ""
8364 " char *\n"
8365 " guestfs_checksum (guestfs_h *g,\n"
8366 "                   const char *csumtype,\n"
8367 "                   const char *path);\n"
8368 "\n"
8369 msgstr ""
8370
8371 # type: textblock
8372 #. type: textblock
8373 #: ../src/guestfs-actions.pod:896 ../fish/guestfish-actions.pod:599
8374 msgid ""
8375 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
8376 msgstr ""
8377
8378 # type: textblock
8379 #. type: textblock
8380 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:602
8381 msgid ""
8382 "The type of checksum to compute is given by the C<csumtype> parameter which "
8383 "must have one of the following values:"
8384 msgstr ""
8385
8386 # type: =item
8387 #. type: =item
8388 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:607
8389 msgid "C<crc>"
8390 msgstr ""
8391
8392 # type: textblock
8393 #. type: textblock
8394 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:609
8395 msgid ""
8396 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
8397 "C<cksum> command."
8398 msgstr ""
8399
8400 # type: =item
8401 #. type: =item
8402 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:612
8403 msgid "C<md5>"
8404 msgstr ""
8405
8406 # type: textblock
8407 #. type: textblock
8408 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:614
8409 msgid "Compute the MD5 hash (using the C<md5sum> program)."
8410 msgstr ""
8411
8412 # type: =item
8413 #. type: =item
8414 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:616
8415 msgid "C<sha1>"
8416 msgstr ""
8417
8418 # type: textblock
8419 #. type: textblock
8420 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:618
8421 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
8422 msgstr ""
8423
8424 # type: =item
8425 #. type: =item
8426 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:620
8427 msgid "C<sha224>"
8428 msgstr ""
8429
8430 # type: textblock
8431 #. type: textblock
8432 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:622
8433 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
8434 msgstr ""
8435
8436 # type: =item
8437 #. type: =item
8438 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:624
8439 msgid "C<sha256>"
8440 msgstr ""
8441
8442 # type: textblock
8443 #. type: textblock
8444 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:626
8445 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
8446 msgstr ""
8447
8448 # type: =item
8449 #. type: =item
8450 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:628
8451 msgid "C<sha384>"
8452 msgstr ""
8453
8454 # type: textblock
8455 #. type: textblock
8456 #: ../src/guestfs-actions.pod:927 ../fish/guestfish-actions.pod:630
8457 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
8458 msgstr ""
8459
8460 # type: =item
8461 #. type: =item
8462 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:632
8463 msgid "C<sha512>"
8464 msgstr ""
8465
8466 # type: textblock
8467 #. type: textblock
8468 #: ../src/guestfs-actions.pod:931 ../fish/guestfish-actions.pod:634
8469 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
8470 msgstr ""
8471
8472 # type: textblock
8473 #. type: textblock
8474 #: ../src/guestfs-actions.pod:935 ../fish/guestfish-actions.pod:638
8475 msgid "The checksum is returned as a printable string."
8476 msgstr ""
8477
8478 # type: textblock
8479 #. type: textblock
8480 #: ../src/guestfs-actions.pod:937
8481 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
8482 msgstr ""
8483
8484 # type: textblock
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:939
8487 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
8488 msgstr ""
8489
8490 # type: textblock
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:944 ../src/guestfs-actions.pod:1252
8493 #: ../src/guestfs-actions.pod:2088 ../src/guestfs-actions.pod:3368
8494 #: ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:3458
8495 #: ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:7021
8496 msgid "(Added in 1.0.2)"
8497 msgstr ""
8498
8499 # type: =head2
8500 #. type: =head2
8501 #: ../src/guestfs-actions.pod:946
8502 msgid "guestfs_checksum_device"
8503 msgstr ""
8504
8505 # type: verbatim
8506 #. type: verbatim
8507 #: ../src/guestfs-actions.pod:948
8508 #, no-wrap
8509 msgid ""
8510 " char *\n"
8511 " guestfs_checksum_device (guestfs_h *g,\n"
8512 "                          const char *csumtype,\n"
8513 "                          const char *device);\n"
8514 "\n"
8515 msgstr ""
8516
8517 # type: textblock
8518 #. type: textblock
8519 #: ../src/guestfs-actions.pod:953
8520 msgid ""
8521 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
8522 "device named C<device>.  For the types of checksums supported see the "
8523 "C<guestfs_checksum> command."
8524 msgstr ""
8525
8526 # type: textblock
8527 #. type: textblock
8528 #: ../src/guestfs-actions.pod:960 ../src/guestfs-actions.pod:5048
8529 #: ../src/guestfs-actions.pod:5107 ../src/guestfs-actions.pod:5144
8530 #: ../src/guestfs-actions.pod:5162 ../src/guestfs-actions.pod:5338
8531 #: ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:6944
8532 #: ../src/guestfs-actions.pod:7350
8533 msgid "(Added in 1.3.2)"
8534 msgstr ""
8535
8536 # type: =head2
8537 #. type: =head2
8538 #: ../src/guestfs-actions.pod:962
8539 msgid "guestfs_checksums_out"
8540 msgstr ""
8541
8542 # type: verbatim
8543 #. type: verbatim
8544 #: ../src/guestfs-actions.pod:964
8545 #, no-wrap
8546 msgid ""
8547 " int\n"
8548 " guestfs_checksums_out (guestfs_h *g,\n"
8549 "                        const char *csumtype,\n"
8550 "                        const char *directory,\n"
8551 "                        const char *sumsfile);\n"
8552 "\n"
8553 msgstr ""
8554
8555 # type: textblock
8556 #. type: textblock
8557 #: ../src/guestfs-actions.pod:970 ../fish/guestfish-actions.pod:656
8558 msgid ""
8559 "This command computes the checksums of all regular files in C<directory> and "
8560 "then emits a list of those checksums to the local output file C<sumsfile>."
8561 msgstr ""
8562
8563 # type: textblock
8564 #. type: textblock
8565 #: ../src/guestfs-actions.pod:974 ../fish/guestfish-actions.pod:660
8566 msgid ""
8567 "This can be used for verifying the integrity of a virtual machine.  However "
8568 "to be properly secure you should pay attention to the output of the checksum "
8569 "command (it uses the ones from GNU coreutils).  In particular when the "
8570 "filename is not printable, coreutils uses a special backslash syntax.  For "
8571 "more information, see the GNU coreutils info file."
8572 msgstr ""
8573
8574 # type: textblock
8575 #. type: textblock
8576 #: ../src/guestfs-actions.pod:984
8577 msgid "(Added in 1.3.7)"
8578 msgstr ""
8579
8580 # type: =head2
8581 #. type: =head2
8582 #: ../src/guestfs-actions.pod:986
8583 msgid "guestfs_chmod"
8584 msgstr ""
8585
8586 # type: verbatim
8587 #. type: verbatim
8588 #: ../src/guestfs-actions.pod:988
8589 #, no-wrap
8590 msgid ""
8591 " int\n"
8592 " guestfs_chmod (guestfs_h *g,\n"
8593 "                int mode,\n"
8594 "                const char *path);\n"
8595 "\n"
8596 msgstr ""
8597
8598 # type: textblock
8599 #. type: textblock
8600 #: ../src/guestfs-actions.pod:993 ../fish/guestfish-actions.pod:674
8601 msgid ""
8602 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
8603 "supported."
8604 msgstr ""
8605
8606 # type: textblock
8607 #. type: textblock
8608 #: ../src/guestfs-actions.pod:996 ../fish/guestfish-actions.pod:677
8609 msgid ""
8610 "I<Note>: When using this command from guestfish, C<mode> by default would be "
8611 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
8612 "C<700>."
8613 msgstr ""
8614
8615 # type: textblock
8616 #. type: textblock
8617 #: ../src/guestfs-actions.pod:1000 ../src/guestfs-actions.pod:4493
8618 #: ../src/guestfs-actions.pod:4690 ../src/guestfs-actions.pod:4709
8619 #: ../src/guestfs-actions.pod:4728 ../fish/guestfish-actions.pod:681
8620 #: ../fish/guestfish-actions.pod:3013 ../fish/guestfish-actions.pod:3142
8621 #: ../fish/guestfish-actions.pod:3152 ../fish/guestfish-actions.pod:3162
8622 msgid "The mode actually set is affected by the umask."
8623 msgstr ""
8624
8625 # type: =head2
8626 #. type: =head2
8627 #: ../src/guestfs-actions.pod:1006
8628 msgid "guestfs_chown"
8629 msgstr ""
8630
8631 # type: verbatim
8632 #. type: verbatim
8633 #: ../src/guestfs-actions.pod:1008
8634 #, no-wrap
8635 msgid ""
8636 " int\n"
8637 " guestfs_chown (guestfs_h *g,\n"
8638 "                int owner,\n"
8639 "                int group,\n"
8640 "                const char *path);\n"
8641 "\n"
8642 msgstr ""
8643
8644 # type: textblock
8645 #. type: textblock
8646 #: ../src/guestfs-actions.pod:1014 ../fish/guestfish-actions.pod:687
8647 msgid "Change the file owner to C<owner> and group to C<group>."
8648 msgstr ""
8649
8650 # type: textblock
8651 #. type: textblock
8652 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:3587
8653 #: ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2464
8654 msgid ""
8655 "Only numeric uid and gid are supported.  If you want to use names, you will "
8656 "need to locate and parse the password file yourself (Augeas support makes "
8657 "this relatively easy)."
8658 msgstr ""
8659
8660 # type: =head2
8661 #. type: =head2
8662 #: ../src/guestfs-actions.pod:1024
8663 msgid "guestfs_command"
8664 msgstr ""
8665
8666 # type: verbatim
8667 #. type: verbatim
8668 #: ../src/guestfs-actions.pod:1026
8669 #, no-wrap
8670 msgid ""
8671 " char *\n"
8672 " guestfs_command (guestfs_h *g,\n"
8673 "                  char *const *arguments);\n"
8674 "\n"
8675 msgstr ""
8676
8677 # type: textblock
8678 #. type: textblock
8679 #: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:697
8680 msgid ""
8681 "This call runs a command from the guest filesystem.  The filesystem must be "
8682 "mounted, and must contain a compatible operating system (ie. something "
8683 "Linux, with the same or compatible processor architecture)."
8684 msgstr ""
8685
8686 # type: textblock
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:1035
8689 msgid ""
8690 "The single parameter is an argv-style list of arguments.  The first element "
8691 "is the name of the program to run.  Subsequent elements are parameters.  The "
8692 "list must be non-empty (ie. must contain a program name).  Note that the "
8693 "command runs directly, and is I<not> invoked via the shell (see "
8694 "C<guestfs_sh>)."
8695 msgstr ""
8696
8697 # type: textblock
8698 #. type: textblock
8699 #: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:709
8700 msgid "The return value is anything printed to I<stdout> by the command."
8701 msgstr ""
8702
8703 # type: textblock
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:712
8706 msgid ""
8707 "If the command returns a non-zero exit status, then this function returns an "
8708 "error message.  The error message string is the content of I<stderr> from "
8709 "the command."
8710 msgstr ""
8711
8712 # type: textblock
8713 #. type: textblock
8714 #: ../src/guestfs-actions.pod:1049 ../fish/guestfish-actions.pod:716
8715 msgid ""
8716 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
8717 "bin>.  If you require a program from another location, you should provide "
8718 "the full path in the first parameter."
8719 msgstr ""
8720
8721 # type: textblock
8722 #. type: textblock
8723 #: ../src/guestfs-actions.pod:1054 ../fish/guestfish-actions.pod:721
8724 msgid ""
8725 "Shared libraries and data files required by the program must be available on "
8726 "filesystems which are mounted in the correct places.  It is the caller's "
8727 "responsibility to ensure all filesystems that are needed are mounted at the "
8728 "right locations."
8729 msgstr ""
8730
8731 # type: textblock
8732 #. type: textblock
8733 #: ../src/guestfs-actions.pod:1066 ../src/guestfs-actions.pod:1086
8734 #: ../src/guestfs-actions.pod:1551
8735 msgid "(Added in 0.9.1)"
8736 msgstr ""
8737
8738 # type: =head2
8739 #. type: =head2
8740 #: ../src/guestfs-actions.pod:1068
8741 msgid "guestfs_command_lines"
8742 msgstr ""
8743
8744 # type: verbatim
8745 #. type: verbatim
8746 #: ../src/guestfs-actions.pod:1070
8747 #, no-wrap
8748 msgid ""
8749 " char **\n"
8750 " guestfs_command_lines (guestfs_h *g,\n"
8751 "                        char *const *arguments);\n"
8752 "\n"
8753 msgstr ""
8754
8755 # type: textblock
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1074
8758 msgid ""
8759 "This is the same as C<guestfs_command>, but splits the result into a list of "
8760 "lines."
8761 msgstr ""
8762
8763 # type: textblock
8764 #. type: textblock
8765 #: ../src/guestfs-actions.pod:1077
8766 msgid "See also: C<guestfs_sh_lines>"
8767 msgstr ""
8768
8769 # type: =head2
8770 #. type: =head2
8771 #: ../src/guestfs-actions.pod:1088
8772 msgid "guestfs_config"
8773 msgstr ""
8774
8775 # type: verbatim
8776 #. type: verbatim
8777 #: ../src/guestfs-actions.pod:1090
8778 #, no-wrap
8779 msgid ""
8780 " int\n"
8781 " guestfs_config (guestfs_h *g,\n"
8782 "                 const char *qemuparam,\n"
8783 "                 const char *qemuvalue);\n"
8784 "\n"
8785 msgstr ""
8786
8787 #. type: textblock
8788 #: ../src/guestfs-actions.pod:1095 ../fish/guestfish-actions.pod:746
8789 msgid ""
8790 "This can be used to add arbitrary qemu command line parameters of the form "
8791 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8792 "setting some parameters which would interfere with parameters that we use."
8793 msgstr ""
8794
8795 # type: textblock
8796 #. type: textblock
8797 #: ../src/guestfs-actions.pod:1100 ../fish/guestfish-actions.pod:751
8798 msgid "The first character of C<param> string must be a C<-> (dash)."
8799 msgstr ""
8800
8801 # type: textblock
8802 #. type: textblock
8803 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:753
8804 msgid "C<value> can be NULL."
8805 msgstr ""
8806
8807 # type: =head2
8808 #. type: =head2
8809 #: ../src/guestfs-actions.pod:1108
8810 msgid "guestfs_copy_size"
8811 msgstr ""
8812
8813 # type: verbatim
8814 #. type: verbatim
8815 #: ../src/guestfs-actions.pod:1110
8816 #, no-wrap
8817 msgid ""
8818 " int\n"
8819 " guestfs_copy_size (guestfs_h *g,\n"
8820 "                    const char *src,\n"
8821 "                    const char *dest,\n"
8822 "                    int64_t size);\n"
8823 "\n"
8824 msgstr ""
8825
8826 # type: textblock
8827 #. type: textblock
8828 #: ../src/guestfs-actions.pod:1116 ../fish/guestfish-actions.pod:759
8829 msgid ""
8830 "This command copies exactly C<size> bytes from one source device or file "
8831 "C<src> to another destination device or file C<dest>."
8832 msgstr ""
8833
8834 # type: textblock
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:1119 ../fish/guestfish-actions.pod:762
8837 msgid ""
8838 "Note this will fail if the source is too short or if the destination is not "
8839 "large enough."
8840 msgstr ""
8841
8842 #. type: textblock
8843 #: ../src/guestfs-actions.pod:1124 ../src/guestfs-actions.pod:1247
8844 #: ../src/guestfs-actions.pod:1278 ../src/guestfs-actions.pod:1323
8845 #: ../src/guestfs-actions.pod:1700 ../src/guestfs-actions.pod:1722
8846 #: ../src/guestfs-actions.pod:3568 ../src/guestfs-actions.pod:7016
8847 #: ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7537
8848 #: ../src/guestfs-actions.pod:7556
8849 msgid ""
8850 "This long-running command can generate progress notification messages so "
8851 "that the caller can display a progress bar or indicator.  To receive these "
8852 "messages, the caller must register a progress event callback.  See L<guestfs"
8853 "(3)/GUESTFS_EVENT_PROGRESS>."
8854 msgstr ""
8855
8856 # type: textblock
8857 #. type: textblock
8858 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:4269
8859 #: ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:7257
8860 #: ../src/guestfs-actions.pod:7277 ../src/guestfs-actions.pod:7363
8861 msgid "(Added in 1.0.87)"
8862 msgstr ""
8863
8864 # type: =head2
8865 #. type: =head2
8866 #: ../src/guestfs-actions.pod:1131
8867 msgid "guestfs_cp"
8868 msgstr ""
8869
8870 # type: verbatim
8871 #. type: verbatim
8872 #: ../src/guestfs-actions.pod:1133
8873 #, no-wrap
8874 msgid ""
8875 " int\n"
8876 " guestfs_cp (guestfs_h *g,\n"
8877 "             const char *src,\n"
8878 "             const char *dest);\n"
8879 "\n"
8880 msgstr ""
8881
8882 # type: textblock
8883 #. type: textblock
8884 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:769
8885 msgid ""
8886 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8887 "destination filename or destination directory."
8888 msgstr ""
8889
8890 # type: textblock
8891 #. type: textblock
8892 #: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1157
8893 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1303
8894 #: ../src/guestfs-actions.pod:1417 ../src/guestfs-actions.pod:5011
8895 #: ../src/guestfs-actions.pod:5388
8896 msgid "(Added in 1.0.18)"
8897 msgstr ""
8898
8899 # type: =head2
8900 #. type: =head2
8901 #: ../src/guestfs-actions.pod:1145
8902 msgid "guestfs_cp_a"
8903 msgstr ""
8904
8905 # type: verbatim
8906 #. type: verbatim
8907 #: ../src/guestfs-actions.pod:1147
8908 #, no-wrap
8909 msgid ""
8910 " int\n"
8911 " guestfs_cp_a (guestfs_h *g,\n"
8912 "               const char *src,\n"
8913 "               const char *dest);\n"
8914 "\n"
8915 msgstr ""
8916
8917 # type: textblock
8918 #. type: textblock
8919 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:776
8920 msgid ""
8921 "This copies a file or directory from C<src> to C<dest> recursively using the "
8922 "C<cp -a> command."
8923 msgstr ""
8924
8925 # type: =head2
8926 #. type: =head2
8927 #: ../src/guestfs-actions.pod:1159
8928 msgid "guestfs_dd"
8929 msgstr ""
8930
8931 # type: verbatim
8932 #. type: verbatim
8933 #: ../src/guestfs-actions.pod:1161
8934 #, no-wrap
8935 msgid ""
8936 " int\n"
8937 " guestfs_dd (guestfs_h *g,\n"
8938 "             const char *src,\n"
8939 "             const char *dest);\n"
8940 "\n"
8941 msgstr ""
8942
8943 # type: textblock
8944 #. type: textblock
8945 #: ../src/guestfs-actions.pod:1166 ../fish/guestfish-actions.pod:783
8946 msgid ""
8947 "This command copies from one source device or file C<src> to another "
8948 "destination device or file C<dest>.  Normally you would use this to copy to "
8949 "or from a device or partition, for example to duplicate a filesystem."
8950 msgstr ""
8951
8952 # type: textblock
8953 #. type: textblock
8954 #: ../src/guestfs-actions.pod:1171
8955 msgid ""
8956 "If the destination is a device, it must be as large or larger than the "
8957 "source file or device, otherwise the copy will fail.  This command cannot do "
8958 "partial copies (see C<guestfs_copy_size>)."
8959 msgstr ""
8960
8961 # type: =head2
8962 #. type: =head2
8963 #: ../src/guestfs-actions.pod:1179
8964 msgid "guestfs_df"
8965 msgstr ""
8966
8967 # type: verbatim
8968 #. type: verbatim
8969 #: ../src/guestfs-actions.pod:1181
8970 #, no-wrap
8971 msgid ""
8972 " char *\n"
8973 " guestfs_df (guestfs_h *g);\n"
8974 "\n"
8975 msgstr ""
8976
8977 # type: textblock
8978 #. type: textblock
8979 #: ../src/guestfs-actions.pod:1184 ../fish/guestfish-actions.pod:796
8980 msgid "This command runs the C<df> command to report disk space used."
8981 msgstr ""
8982
8983 # type: textblock
8984 #. type: textblock
8985 #: ../src/guestfs-actions.pod:1186 ../src/guestfs-actions.pod:1203
8986 msgid ""
8987 "This command is mostly useful for interactive sessions.  It is I<not> "
8988 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8989 "from programs."
8990 msgstr ""
8991
8992 # type: textblock
8993 #. type: textblock
8994 #: ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1210
8995 #: ../src/guestfs-actions.pod:1328 ../src/guestfs-actions.pod:2291
8996 #: ../src/guestfs-actions.pod:2315 ../src/guestfs-actions.pod:2383
8997 #: ../src/guestfs-actions.pod:4379 ../src/guestfs-actions.pod:4911
8998 #: ../src/guestfs-actions.pod:6754 ../src/guestfs-actions.pod:6778
8999 #: ../src/guestfs-actions.pod:7403 ../src/guestfs-actions.pod:7416
9000 #: ../src/guestfs-actions.pod:7429
9001 msgid "(Added in 1.0.54)"
9002 msgstr ""
9003
9004 # type: =head2
9005 #. type: =head2
9006 #: ../src/guestfs-actions.pod:1195
9007 msgid "guestfs_df_h"
9008 msgstr ""
9009
9010 # type: verbatim
9011 #. type: verbatim
9012 #: ../src/guestfs-actions.pod:1197
9013 #, no-wrap
9014 msgid ""
9015 " char *\n"
9016 " guestfs_df_h (guestfs_h *g);\n"
9017 "\n"
9018 msgstr ""
9019
9020 # type: textblock
9021 #. type: textblock
9022 #: ../src/guestfs-actions.pod:1200 ../fish/guestfish-actions.pod:806
9023 msgid ""
9024 "This command runs the C<df -h> command to report disk space used in human-"
9025 "readable format."
9026 msgstr ""
9027
9028 # type: =head2
9029 #. type: =head2
9030 #: ../src/guestfs-actions.pod:1212
9031 msgid "guestfs_dmesg"
9032 msgstr ""
9033
9034 # type: verbatim
9035 #. type: verbatim
9036 #: ../src/guestfs-actions.pod:1214
9037 #, no-wrap
9038 msgid ""
9039 " char *\n"
9040 " guestfs_dmesg (guestfs_h *g);\n"
9041 "\n"
9042 msgstr ""
9043
9044 # type: textblock
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1217 ../fish/guestfish-actions.pod:817
9047 msgid ""
9048 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
9049 "This is sometimes useful for extended debugging of problems."
9050 msgstr ""
9051
9052 # type: textblock
9053 #. type: textblock
9054 #: ../src/guestfs-actions.pod:1221
9055 msgid ""
9056 "Another way to get the same information is to enable verbose messages with "
9057 "C<guestfs_set_verbose> or by setting the environment variable "
9058 "C<LIBGUESTFS_DEBUG=1> before running the program."
9059 msgstr ""
9060
9061 # type: =head2
9062 #. type: =head2
9063 #: ../src/guestfs-actions.pod:1231
9064 msgid "guestfs_download"
9065 msgstr ""
9066
9067 # type: verbatim
9068 #. type: verbatim
9069 #: ../src/guestfs-actions.pod:1233
9070 #, no-wrap
9071 msgid ""
9072 " int\n"
9073 " guestfs_download (guestfs_h *g,\n"
9074 "                   const char *remotefilename,\n"
9075 "                   const char *filename);\n"
9076 "\n"
9077 msgstr ""
9078
9079 # type: textblock
9080 #. type: textblock
9081 #: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1263
9082 #: ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
9083 msgid ""
9084 "Download file C<remotefilename> and save it as C<filename> on the local "
9085 "machine."
9086 msgstr ""
9087
9088 # type: textblock
9089 #. type: textblock
9090 #: ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:7010
9091 #: ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4668
9092 msgid "C<filename> can also be a named pipe."
9093 msgstr ""
9094
9095 # type: textblock
9096 #. type: textblock
9097 #: ../src/guestfs-actions.pod:1243
9098 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
9099 msgstr ""
9100
9101 # type: =head2
9102 #. type: =head2
9103 #: ../src/guestfs-actions.pod:1254
9104 msgid "guestfs_download_offset"
9105 msgstr ""
9106
9107 # type: verbatim
9108 #. type: verbatim
9109 #: ../src/guestfs-actions.pod:1256
9110 #, no-wrap
9111 msgid ""
9112 " int\n"
9113 " guestfs_download_offset (guestfs_h *g,\n"
9114 "                          const char *remotefilename,\n"
9115 "                          const char *filename,\n"
9116 "                          int64_t offset,\n"
9117 "                          int64_t size);\n"
9118 "\n"
9119 msgstr ""
9120
9121 # type: textblock
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:1266 ../fish/guestfish-actions.pod:846
9124 msgid ""
9125 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
9126 "region must be within the file or device)."
9127 msgstr ""
9128
9129 # type: textblock
9130 #. type: textblock
9131 #: ../src/guestfs-actions.pod:1269
9132 msgid ""
9133 "Note that there is no limit on the amount of data that can be downloaded "
9134 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
9135 "full amount unless an error occurs."
9136 msgstr ""
9137
9138 # type: textblock
9139 #. type: textblock
9140 #: ../src/guestfs-actions.pod:1274
9141 msgid "See also C<guestfs_download>, C<guestfs_pread>."
9142 msgstr ""
9143
9144 # type: textblock
9145 #. type: textblock
9146 #: ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:7055
9147 msgid "(Added in 1.5.17)"
9148 msgstr ""
9149
9150 # type: =head2
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:1285
9153 msgid "guestfs_drop_caches"
9154 msgstr ""
9155
9156 # type: verbatim
9157 #. type: verbatim
9158 #: ../src/guestfs-actions.pod:1287
9159 #, no-wrap
9160 msgid ""
9161 " int\n"
9162 " guestfs_drop_caches (guestfs_h *g,\n"
9163 "                      int whattodrop);\n"
9164 "\n"
9165 msgstr ""
9166
9167 # type: textblock
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:1291 ../fish/guestfish-actions.pod:862
9170 msgid ""
9171 "This instructs the guest kernel to drop its page cache, and/or dentries and "
9172 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
9173 "to drop, see L<http://linux-mm.org/Drop_Caches>"
9174 msgstr ""
9175
9176 # type: textblock
9177 #. type: textblock
9178 #: ../src/guestfs-actions.pod:1296 ../fish/guestfish-actions.pod:867
9179 msgid "Setting C<whattodrop> to 3 should drop everything."
9180 msgstr ""
9181
9182 # type: textblock
9183 #. type: textblock
9184 #: ../src/guestfs-actions.pod:1298 ../fish/guestfish-actions.pod:869
9185 msgid ""
9186 "This automatically calls L<sync(2)> before the operation, so that the "
9187 "maximum guest memory is freed."
9188 msgstr ""
9189
9190 # type: =head2
9191 #. type: =head2
9192 #: ../src/guestfs-actions.pod:1305
9193 msgid "guestfs_du"
9194 msgstr ""
9195
9196 # type: verbatim
9197 #. type: verbatim
9198 #: ../src/guestfs-actions.pod:1307
9199 #, no-wrap
9200 msgid ""
9201 " int64_t\n"
9202 " guestfs_du (guestfs_h *g,\n"
9203 "             const char *path);\n"
9204 "\n"
9205 msgstr ""
9206
9207 # type: textblock
9208 #. type: textblock
9209 #: ../src/guestfs-actions.pod:1311 ../fish/guestfish-actions.pod:876
9210 msgid ""
9211 "This command runs the C<du -s> command to estimate file space usage for "
9212 "C<path>."
9213 msgstr ""
9214
9215 # type: textblock
9216 #. type: textblock
9217 #: ../src/guestfs-actions.pod:1314 ../fish/guestfish-actions.pod:879
9218 msgid ""
9219 "C<path> can be a file or a directory.  If C<path> is a directory then the "
9220 "estimate includes the contents of the directory and all subdirectories "
9221 "(recursively)."
9222 msgstr ""
9223
9224 # type: textblock
9225 #. type: textblock
9226 #: ../src/guestfs-actions.pod:1318 ../fish/guestfish-actions.pod:883
9227 msgid ""
9228 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
9229 msgstr ""
9230
9231 # type: =head2
9232 #. type: =head2
9233 #: ../src/guestfs-actions.pod:1330
9234 msgid "guestfs_e2fsck_f"
9235 msgstr ""
9236
9237 # type: verbatim
9238 #. type: verbatim
9239 #: ../src/guestfs-actions.pod:1332
9240 #, no-wrap
9241 msgid ""
9242 " int\n"
9243 " guestfs_e2fsck_f (guestfs_h *g,\n"
9244 "                   const char *device);\n"
9245 "\n"
9246 msgstr ""
9247
9248 #. type: textblock
9249 #: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:890
9250 msgid ""
9251 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
9252 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
9253 "clean (I<-f>)."
9254 msgstr ""
9255
9256 # type: textblock
9257 #. type: textblock
9258 #: ../src/guestfs-actions.pod:1340
9259 msgid ""
9260 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
9261 "Normally you should use C<guestfs_fsck>."
9262 msgstr ""
9263
9264 # type: textblock
9265 #. type: textblock
9266 #: ../src/guestfs-actions.pod:1345
9267 msgid "(Added in 1.0.29)"
9268 msgstr ""
9269
9270 # type: =head2
9271 #. type: =head2
9272 #: ../src/guestfs-actions.pod:1347
9273 msgid "guestfs_echo_daemon"
9274 msgstr ""
9275
9276 # type: verbatim
9277 #. type: verbatim
9278 #: ../src/guestfs-actions.pod:1349
9279 #, no-wrap
9280 msgid ""
9281 " char *\n"
9282 " guestfs_echo_daemon (guestfs_h *g,\n"
9283 "                      char *const *words);\n"
9284 "\n"
9285 msgstr ""
9286
9287 # type: textblock
9288 #. type: textblock
9289 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:901
9290 msgid ""
9291 "This command concatenates the list of C<words> passed with single spaces "
9292 "between them and returns the resulting string."
9293 msgstr ""
9294
9295 # type: textblock
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:1356 ../fish/guestfish-actions.pod:904
9298 msgid "You can use this command to test the connection through to the daemon."
9299 msgstr ""
9300
9301 # type: textblock
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:1358
9304 msgid "See also C<guestfs_ping_daemon>."
9305 msgstr ""
9306
9307 # type: textblock
9308 #. type: textblock
9309 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:2099
9310 #: ../src/guestfs-actions.pod:6226
9311 msgid "(Added in 1.0.69)"
9312 msgstr ""
9313
9314 # type: =head2
9315 #. type: =head2
9316 #: ../src/guestfs-actions.pod:1365
9317 msgid "guestfs_egrep"
9318 msgstr ""
9319
9320 # type: verbatim
9321 #. type: verbatim
9322 #: ../src/guestfs-actions.pod:1367
9323 #, no-wrap
9324 msgid ""
9325 " char **\n"
9326 " guestfs_egrep (guestfs_h *g,\n"
9327 "                const char *regex,\n"
9328 "                const char *path);\n"
9329 "\n"
9330 msgstr ""
9331
9332 # type: textblock
9333 #. type: textblock
9334 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
9335 msgid ""
9336 "This calls the external C<egrep> program and returns the matching lines."
9337 msgstr ""
9338
9339 # type: textblock
9340 #. type: textblock
9341 #: ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1401
9342 #: ../src/guestfs-actions.pod:1458 ../src/guestfs-actions.pod:1504
9343 #: ../src/guestfs-actions.pod:1523 ../src/guestfs-actions.pod:2229
9344 #: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:2404
9345 #: ../src/guestfs-actions.pod:2417 ../src/guestfs-actions.pod:2432
9346 #: ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2500
9347 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:3762
9348 #: ../src/guestfs-actions.pod:3776 ../src/guestfs-actions.pod:3789
9349 #: ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:4789
9350 #: ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:5771
9351 #: ../src/guestfs-actions.pod:6622 ../src/guestfs-actions.pod:6634
9352 #: ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6660
9353 #: ../src/guestfs-actions.pod:6682 ../src/guestfs-actions.pod:6695
9354 #: ../src/guestfs-actions.pod:6708 ../src/guestfs-actions.pod:6721
9355 #: ../src/guestfs-actions.pod:7499 ../src/guestfs-actions.pod:7518
9356 #: ../src/guestfs-actions.pod:7604 ../src/guestfs-actions.pod:7623
9357 #: ../src/guestfs-actions.pod:7669 ../src/guestfs-actions.pod:7688
9358 msgid "(Added in 1.0.66)"
9359 msgstr ""
9360
9361 # type: =head2
9362 #. type: =head2
9363 #: ../src/guestfs-actions.pod:1384
9364 msgid "guestfs_egrepi"
9365 msgstr ""
9366
9367 # type: verbatim
9368 #. type: verbatim
9369 #: ../src/guestfs-actions.pod:1386
9370 #, no-wrap
9371 msgid ""
9372 " char **\n"
9373 " guestfs_egrepi (guestfs_h *g,\n"
9374 "                 const char *regex,\n"
9375 "                 const char *path);\n"
9376 "\n"
9377 msgstr ""
9378
9379 # type: textblock
9380 #. type: textblock
9381 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
9382 msgid ""
9383 "This calls the external C<egrep -i> program and returns the matching lines."
9384 msgstr ""
9385
9386 # type: =head2
9387 #. type: =head2
9388 #: ../src/guestfs-actions.pod:1403
9389 msgid "guestfs_equal"
9390 msgstr ""
9391
9392 # type: verbatim
9393 #. type: verbatim
9394 #: ../src/guestfs-actions.pod:1405
9395 #, no-wrap
9396 msgid ""
9397 " int\n"
9398 " guestfs_equal (guestfs_h *g,\n"
9399 "                const char *file1,\n"
9400 "                const char *file2);\n"
9401 "\n"
9402 msgstr ""
9403
9404 # type: textblock
9405 #. type: textblock
9406 #: ../src/guestfs-actions.pod:1410 ../fish/guestfish-actions.pod:932
9407 msgid ""
9408 "This compares the two files C<file1> and C<file2> and returns true if their "
9409 "content is exactly equal, or false otherwise."
9410 msgstr ""
9411
9412 # type: textblock
9413 #. type: textblock
9414 #: ../src/guestfs-actions.pod:1413 ../fish/guestfish-actions.pod:935
9415 msgid "The external L<cmp(1)> program is used for the comparison."
9416 msgstr ""
9417
9418 # type: =head2
9419 #. type: =head2
9420 #: ../src/guestfs-actions.pod:1419
9421 msgid "guestfs_exists"
9422 msgstr ""
9423
9424 # type: verbatim
9425 #. type: verbatim
9426 #: ../src/guestfs-actions.pod:1421
9427 #, no-wrap
9428 msgid ""
9429 " int\n"
9430 " guestfs_exists (guestfs_h *g,\n"
9431 "                 const char *path);\n"
9432 "\n"
9433 msgstr ""
9434
9435 # type: textblock
9436 #. type: textblock
9437 #: ../src/guestfs-actions.pod:1425 ../fish/guestfish-actions.pod:941
9438 msgid ""
9439 "This returns C<true> if and only if there is a file, directory (or anything) "
9440 "with the given C<path> name."
9441 msgstr ""
9442
9443 # type: textblock
9444 #. type: textblock
9445 #: ../src/guestfs-actions.pod:1428
9446 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
9447 msgstr ""
9448
9449 # type: =head2
9450 #. type: =head2
9451 #: ../src/guestfs-actions.pod:1434
9452 msgid "guestfs_fallocate"
9453 msgstr ""
9454
9455 # type: verbatim
9456 #. type: verbatim
9457 #: ../src/guestfs-actions.pod:1436
9458 #, no-wrap
9459 msgid ""
9460 " int\n"
9461 " guestfs_fallocate (guestfs_h *g,\n"
9462 "                    const char *path,\n"
9463 "                    int len);\n"
9464 "\n"
9465 msgstr ""
9466
9467 # type: textblock
9468 #. type: textblock
9469 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1467
9470 #: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
9471 msgid ""
9472 "This command preallocates a file (containing zero bytes) named C<path> of "
9473 "size C<len> bytes.  If the file exists already, it is overwritten."
9474 msgstr ""
9475
9476 # type: textblock
9477 #. type: textblock
9478 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:954
9479 msgid ""
9480 "Do not confuse this with the guestfish-specific C<alloc> command which "
9481 "allocates a file in the host and attaches it as a device."
9482 msgstr ""
9483
9484 # type: textblock
9485 #. type: textblock
9486 #: ../src/guestfs-actions.pod:1451 ../fish/guestfish-actions.pod:958
9487 msgid ""
9488 "This function is deprecated.  In new code, use the C<fallocate64> call "
9489 "instead."
9490 msgstr ""
9491
9492 # type: =head2
9493 #. type: =head2
9494 #: ../src/guestfs-actions.pod:1460
9495 msgid "guestfs_fallocate64"
9496 msgstr ""
9497
9498 # type: verbatim
9499 #. type: verbatim
9500 #: ../src/guestfs-actions.pod:1462
9501 #, no-wrap
9502 msgid ""
9503 " int\n"
9504 " guestfs_fallocate64 (guestfs_h *g,\n"
9505 "                      const char *path,\n"
9506 "                      int64_t len);\n"
9507 "\n"
9508 msgstr ""
9509
9510 # type: textblock
9511 #. type: textblock
9512 #: ../src/guestfs-actions.pod:1471
9513 msgid ""
9514 "Note that this call allocates disk blocks for the file.  To create a sparse "
9515 "file use C<guestfs_truncate_size> instead."
9516 msgstr ""
9517
9518 # type: textblock
9519 #. type: textblock
9520 #: ../src/guestfs-actions.pod:1474
9521 msgid ""
9522 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
9523 "oversight it only allowed 30 bit lengths to be specified, effectively "
9524 "limiting the maximum size of files created through that call to 1GB."
9525 msgstr ""
9526
9527 # type: textblock
9528 #. type: textblock
9529 #: ../src/guestfs-actions.pod:1479 ../fish/guestfish-actions.pod:981
9530 msgid ""
9531 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
9532 "commands which create a file in the host and attach it as a device."
9533 msgstr ""
9534
9535 # type: textblock
9536 #. type: textblock
9537 #: ../src/guestfs-actions.pod:1485
9538 msgid "(Added in 1.3.17)"
9539 msgstr ""
9540
9541 # type: =head2
9542 #. type: =head2
9543 #: ../src/guestfs-actions.pod:1487
9544 msgid "guestfs_fgrep"
9545 msgstr ""
9546
9547 # type: verbatim
9548 #. type: verbatim
9549 #: ../src/guestfs-actions.pod:1489
9550 #, no-wrap
9551 msgid ""
9552 " char **\n"
9553 " guestfs_fgrep (guestfs_h *g,\n"
9554 "                const char *pattern,\n"
9555 "                const char *path);\n"
9556 "\n"
9557 msgstr ""
9558
9559 # type: textblock
9560 #. type: textblock
9561 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
9562 msgid ""
9563 "This calls the external C<fgrep> program and returns the matching lines."
9564 msgstr ""
9565
9566 # type: =head2
9567 #. type: =head2
9568 #: ../src/guestfs-actions.pod:1506
9569 msgid "guestfs_fgrepi"
9570 msgstr ""
9571
9572 # type: verbatim
9573 #. type: verbatim
9574 #: ../src/guestfs-actions.pod:1508
9575 #, no-wrap
9576 msgid ""
9577 " char **\n"
9578 " guestfs_fgrepi (guestfs_h *g,\n"
9579 "                 const char *pattern,\n"
9580 "                 const char *path);\n"
9581 "\n"
9582 msgstr ""
9583
9584 # type: textblock
9585 #. type: textblock
9586 #: ../src/guestfs-actions.pod:1513 ../fish/guestfish-actions.pod:999
9587 msgid ""
9588 "This calls the external C<fgrep -i> program and returns the matching lines."
9589 msgstr ""
9590
9591 # type: =head2
9592 #. type: =head2
9593 #: ../src/guestfs-actions.pod:1525
9594 msgid "guestfs_file"
9595 msgstr ""
9596
9597 # type: verbatim
9598 #. type: verbatim
9599 #: ../src/guestfs-actions.pod:1527
9600 #, no-wrap
9601 msgid ""
9602 " char *\n"
9603 " guestfs_file (guestfs_h *g,\n"
9604 "               const char *path);\n"
9605 "\n"
9606 msgstr ""
9607
9608 # type: textblock
9609 #. type: textblock
9610 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1009
9611 msgid ""
9612 "This call uses the standard L<file(1)> command to determine the type or "
9613 "contents of the file."
9614 msgstr ""
9615
9616 # type: textblock
9617 #. type: textblock
9618 #: ../src/guestfs-actions.pod:1534 ../fish/guestfish-actions.pod:1012
9619 msgid ""
9620 "This call will also transparently look inside various types of compressed "
9621 "file."
9622 msgstr ""
9623
9624 #. type: textblock
9625 #: ../src/guestfs-actions.pod:1537 ../fish/guestfish-actions.pod:1015
9626 msgid ""
9627 "The exact command which runs is C<file -zb path>.  Note in particular that "
9628 "the filename is not prepended to the output (the I<-b> option)."
9629 msgstr ""
9630
9631 #. type: textblock
9632 #: ../src/guestfs-actions.pod:1541 ../fish/guestfish-actions.pod:1019
9633 msgid ""
9634 "The output depends on the output of the underlying L<file(1)> command and it "
9635 "can change in future in ways beyond our control.  In other words, the output "
9636 "is not guaranteed by the ABI."
9637 msgstr ""
9638
9639 #. type: textblock
9640 #: ../src/guestfs-actions.pod:1545
9641 msgid ""
9642 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
9643 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
9644 msgstr ""
9645
9646 # type: =head2
9647 #. type: =head2
9648 #: ../src/guestfs-actions.pod:1553
9649 msgid "guestfs_file_architecture"
9650 msgstr ""
9651
9652 # type: verbatim
9653 #. type: verbatim
9654 #: ../src/guestfs-actions.pod:1555
9655 #, no-wrap
9656 msgid ""
9657 " char *\n"
9658 " guestfs_file_architecture (guestfs_h *g,\n"
9659 "                            const char *filename);\n"
9660 "\n"
9661 msgstr ""
9662
9663 # type: textblock
9664 #. type: textblock
9665 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1030
9666 msgid ""
9667 "This detects the architecture of the binary C<filename>, and returns it if "
9668 "known."
9669 msgstr ""
9670
9671 # type: textblock
9672 #. type: textblock
9673 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1033
9674 msgid "Currently defined architectures are:"
9675 msgstr ""
9676
9677 # type: =item
9678 #. type: =item
9679 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1037
9680 msgid "\"i386\""
9681 msgstr ""
9682
9683 # type: textblock
9684 #. type: textblock
9685 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1039
9686 msgid ""
9687 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
9688 "irrespective of the precise processor requirements of the binary."
9689 msgstr ""
9690
9691 # type: =item
9692 #. type: =item
9693 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1042
9694 msgid "\"x86_64\""
9695 msgstr ""
9696
9697 # type: textblock
9698 #. type: textblock
9699 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1044
9700 msgid "64 bit x86-64."
9701 msgstr ""
9702
9703 # type: =item
9704 #. type: =item
9705 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1046
9706 msgid "\"sparc\""
9707 msgstr ""
9708
9709 # type: textblock
9710 #. type: textblock
9711 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1048
9712 msgid "32 bit SPARC."
9713 msgstr ""
9714
9715 # type: =item
9716 #. type: =item
9717 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1050
9718 msgid "\"sparc64\""
9719 msgstr ""
9720
9721 # type: textblock
9722 #. type: textblock
9723 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1052
9724 msgid "64 bit SPARC V9 and above."
9725 msgstr ""
9726
9727 # type: =item
9728 #. type: =item
9729 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1054
9730 msgid "\"ia64\""
9731 msgstr ""
9732
9733 # type: textblock
9734 #. type: textblock
9735 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1056
9736 msgid "Intel Itanium."
9737 msgstr ""
9738
9739 # type: =item
9740 #. type: =item
9741 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1058
9742 msgid "\"ppc\""
9743 msgstr ""
9744
9745 # type: textblock
9746 #. type: textblock
9747 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1060
9748 msgid "32 bit Power PC."
9749 msgstr ""
9750
9751 # type: =item
9752 #. type: =item
9753 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1062
9754 msgid "\"ppc64\""
9755 msgstr ""
9756
9757 # type: textblock
9758 #. type: textblock
9759 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1064
9760 msgid "64 bit Power PC."
9761 msgstr ""
9762
9763 # type: textblock
9764 #. type: textblock
9765 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1068
9766 msgid "Libguestfs may return other architecture strings in future."
9767 msgstr ""
9768
9769 # type: textblock
9770 #. type: textblock
9771 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1070
9772 msgid "The function works on at least the following types of files:"
9773 msgstr ""
9774
9775 # type: textblock
9776 #. type: textblock
9777 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1076
9778 msgid "many types of Un*x and Linux binary"
9779 msgstr ""
9780
9781 # type: textblock
9782 #. type: textblock
9783 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1080
9784 msgid "many types of Un*x and Linux shared library"
9785 msgstr ""
9786
9787 # type: textblock
9788 #. type: textblock
9789 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1084
9790 msgid "Windows Win32 and Win64 binaries"
9791 msgstr ""
9792
9793 # type: textblock
9794 #. type: textblock
9795 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1088
9796 msgid "Windows Win32 and Win64 DLLs"
9797 msgstr ""
9798
9799 # type: textblock
9800 #. type: textblock
9801 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1090
9802 msgid "Win32 binaries and DLLs return C<i386>."
9803 msgstr ""
9804
9805 # type: textblock
9806 #. type: textblock
9807 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1092
9808 msgid "Win64 binaries and DLLs return C<x86_64>."
9809 msgstr ""
9810
9811 # type: textblock
9812 #. type: textblock
9813 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1096
9814 msgid "Linux kernel modules"
9815 msgstr ""
9816
9817 # type: textblock
9818 #. type: textblock
9819 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1100
9820 msgid "Linux new-style initrd images"
9821 msgstr ""
9822
9823 # type: textblock
9824 #. type: textblock
9825 #: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1104
9826 msgid "some non-x86 Linux vmlinuz kernels"
9827 msgstr ""
9828
9829 # type: textblock
9830 #. type: textblock
9831 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1108
9832 msgid "What it can't do currently:"
9833 msgstr ""
9834
9835 # type: textblock
9836 #. type: textblock
9837 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1114
9838 msgid "static libraries (libfoo.a)"
9839 msgstr ""
9840
9841 # type: textblock
9842 #. type: textblock
9843 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1118
9844 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9845 msgstr ""
9846
9847 # type: textblock
9848 #. type: textblock
9849 #: ../src/guestfs-actions.pod:1651 ../fish/guestfish-actions.pod:1122
9850 msgid "x86 Linux vmlinuz kernels"
9851 msgstr ""
9852
9853 # type: textblock
9854 #. type: textblock
9855 #: ../src/guestfs-actions.pod:1653 ../fish/guestfish-actions.pod:1124
9856 msgid ""
9857 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9858 "compressed code, and are horribly hard to unpack.  If you want to find the "
9859 "architecture of a kernel, use the architecture of the associated initrd or "
9860 "kernel module(s) instead."
9861 msgstr ""
9862
9863 # type: textblock
9864 #. type: textblock
9865 #: ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1826
9866 #: ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:2533
9867 #: ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2689
9868 #: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2894
9869 #: ../src/guestfs-actions.pod:2934 ../src/guestfs-actions.pod:3009
9870 #: ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3339
9871 #: ../src/guestfs-actions.pod:3471
9872 msgid "(Added in 1.5.3)"
9873 msgstr ""
9874
9875 # type: =head2
9876 #. type: =head2
9877 #: ../src/guestfs-actions.pod:1665
9878 msgid "guestfs_filesize"
9879 msgstr ""
9880
9881 # type: verbatim
9882 #. type: verbatim
9883 #: ../src/guestfs-actions.pod:1667
9884 #, no-wrap
9885 msgid ""
9886 " int64_t\n"
9887 " guestfs_filesize (guestfs_h *g,\n"
9888 "                   const char *file);\n"
9889 "\n"
9890 msgstr ""
9891
9892 # type: textblock
9893 #. type: textblock
9894 #: ../src/guestfs-actions.pod:1671 ../fish/guestfish-actions.pod:1135
9895 msgid "This command returns the size of C<file> in bytes."
9896 msgstr ""
9897
9898 # type: textblock
9899 #. type: textblock
9900 #: ../src/guestfs-actions.pod:1673
9901 msgid ""
9902 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9903 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9904 "devices, use C<guestfs_blockdev_getsize64>."
9905 msgstr ""
9906
9907 # type: textblock
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:1679
9910 msgid "(Added in 1.0.82)"
9911 msgstr ""
9912
9913 # type: =head2
9914 #. type: =head2
9915 #: ../src/guestfs-actions.pod:1681
9916 msgid "guestfs_fill"
9917 msgstr ""
9918
9919 # type: verbatim
9920 #. type: verbatim
9921 #: ../src/guestfs-actions.pod:1683
9922 #, no-wrap
9923 msgid ""
9924 " int\n"
9925 " guestfs_fill (guestfs_h *g,\n"
9926 "               int c,\n"
9927 "               int len,\n"
9928 "               const char *path);\n"
9929 "\n"
9930 msgstr ""
9931
9932 # type: textblock
9933 #. type: textblock
9934 #: ../src/guestfs-actions.pod:1689 ../fish/guestfish-actions.pod:1145
9935 msgid ""
9936 "This command creates a new file called C<path>.  The initial content of the "
9937 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9938 "[0..255]>."
9939 msgstr ""
9940
9941 # type: textblock
9942 #. type: textblock
9943 #: ../src/guestfs-actions.pod:1693
9944 msgid ""
9945 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9946 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9947 "bytes use C<guestfs_fill_pattern>."
9948 msgstr ""
9949
9950 # type: textblock
9951 #. type: textblock
9952 #: ../src/guestfs-actions.pod:1705
9953 msgid "(Added in 1.0.79)"
9954 msgstr ""
9955
9956 # type: =head2
9957 #. type: =head2
9958 #: ../src/guestfs-actions.pod:1707
9959 msgid "guestfs_fill_pattern"
9960 msgstr ""
9961
9962 # type: verbatim
9963 #. type: verbatim
9964 #: ../src/guestfs-actions.pod:1709
9965 #, no-wrap
9966 msgid ""
9967 " int\n"
9968 " guestfs_fill_pattern (guestfs_h *g,\n"
9969 "                       const char *pattern,\n"
9970 "                       int len,\n"
9971 "                       const char *path);\n"
9972 "\n"
9973 msgstr ""
9974
9975 # type: textblock
9976 #. type: textblock
9977 #: ../src/guestfs-actions.pod:1715
9978 msgid ""
9979 "This function is like C<guestfs_fill> except that it creates a new file of "
9980 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9981 "pattern is truncated if necessary to ensure the length of the file is "
9982 "exactly C<len> bytes."
9983 msgstr ""
9984
9985 # type: textblock
9986 #. type: textblock
9987 #: ../src/guestfs-actions.pod:1727
9988 msgid "(Added in 1.3.12)"
9989 msgstr ""
9990
9991 # type: =head2
9992 #. type: =head2
9993 #: ../src/guestfs-actions.pod:1729
9994 msgid "guestfs_find"
9995 msgstr ""
9996
9997 # type: verbatim
9998 #. type: verbatim
9999 #: ../src/guestfs-actions.pod:1731
10000 #, no-wrap
10001 msgid ""
10002 " char **\n"
10003 " guestfs_find (guestfs_h *g,\n"
10004 "               const char *directory);\n"
10005 "\n"
10006 msgstr ""
10007
10008 # type: textblock
10009 #. type: textblock
10010 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1167
10011 msgid ""
10012 "This command lists out all files and directories, recursively, starting at "
10013 "C<directory>.  It is essentially equivalent to running the shell command "
10014 "C<find directory -print> but some post-processing happens on the output, "
10015 "described below."
10016 msgstr ""
10017
10018 # type: textblock
10019 #. type: textblock
10020 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1172
10021 msgid ""
10022 "This returns a list of strings I<without any prefix>.  Thus if the directory "
10023 "structure was:"
10024 msgstr ""
10025
10026 # type: verbatim
10027 #. type: verbatim
10028 #: ../src/guestfs-actions.pod:1743 ../fish/guestfish-actions.pod:1175
10029 #, no-wrap
10030 msgid ""
10031 " /tmp/a\n"
10032 " /tmp/b\n"
10033 " /tmp/c/d\n"
10034 "\n"
10035 msgstr ""
10036
10037 # type: textblock
10038 #. type: textblock
10039 #: ../src/guestfs-actions.pod:1747
10040 msgid ""
10041 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
10042 msgstr ""
10043
10044 # type: verbatim
10045 #. type: verbatim
10046 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1182
10047 #, no-wrap
10048 msgid ""
10049 " a\n"
10050 " b\n"
10051 " c\n"
10052 " c/d\n"
10053 "\n"
10054 msgstr ""
10055
10056 # type: textblock
10057 #. type: textblock
10058 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1187
10059 msgid "If C<directory> is not a directory, then this command returns an error."
10060 msgstr ""
10061
10062 # type: textblock
10063 #. type: textblock
10064 #: ../src/guestfs-actions.pod:1758 ../fish/guestfish-actions.pod:1190
10065 msgid "The returned list is sorted."
10066 msgstr ""
10067
10068 # type: textblock
10069 #. type: textblock
10070 #: ../src/guestfs-actions.pod:1760
10071 msgid "See also C<guestfs_find0>."
10072 msgstr ""
10073
10074 # type: textblock
10075 #. type: textblock
10076 #: ../src/guestfs-actions.pod:1769 ../src/guestfs-actions.pod:4206
10077 #: ../src/guestfs-actions.pod:5806
10078 msgid "(Added in 1.0.27)"
10079 msgstr ""
10080
10081 # type: =head2
10082 #. type: =head2
10083 #: ../src/guestfs-actions.pod:1771
10084 msgid "guestfs_find0"
10085 msgstr ""
10086
10087 # type: verbatim
10088 #. type: verbatim
10089 #: ../src/guestfs-actions.pod:1773
10090 #, no-wrap
10091 msgid ""
10092 " int\n"
10093 " guestfs_find0 (guestfs_h *g,\n"
10094 "                const char *directory,\n"
10095 "                const char *files);\n"
10096 "\n"
10097 msgstr ""
10098
10099 # type: textblock
10100 #. type: textblock
10101 #: ../src/guestfs-actions.pod:1778 ../fish/guestfish-actions.pod:1201
10102 msgid ""
10103 "This command lists out all files and directories, recursively, starting at "
10104 "C<directory>, placing the resulting list in the external file called "
10105 "C<files>."
10106 msgstr ""
10107
10108 # type: textblock
10109 #. type: textblock
10110 #: ../src/guestfs-actions.pod:1782
10111 msgid ""
10112 "This command works the same way as C<guestfs_find> with the following "
10113 "exceptions:"
10114 msgstr ""
10115
10116 # type: textblock
10117 #. type: textblock
10118 #: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1212
10119 msgid "The resulting list is written to an external file."
10120 msgstr ""
10121
10122 # type: textblock
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:1793 ../fish/guestfish-actions.pod:1216
10125 msgid ""
10126 "Items (filenames) in the result are separated by C<\\0> characters.  See "
10127 "L<find(1)> option I<-print0>."
10128 msgstr ""
10129
10130 # type: textblock
10131 #. type: textblock
10132 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1221
10133 msgid "This command is not limited in the number of names that it can return."
10134 msgstr ""
10135
10136 # type: textblock
10137 #. type: textblock
10138 #: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1226
10139 msgid "The result list is not sorted."
10140 msgstr ""
10141
10142 # type: textblock
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:1809
10145 msgid "(Added in 1.0.74)"
10146 msgstr ""
10147
10148 # type: =head2
10149 #. type: =head2
10150 #: ../src/guestfs-actions.pod:1811
10151 msgid "guestfs_findfs_label"
10152 msgstr ""
10153
10154 # type: verbatim
10155 #. type: verbatim
10156 #: ../src/guestfs-actions.pod:1813
10157 #, no-wrap
10158 msgid ""
10159 " char *\n"
10160 " guestfs_findfs_label (guestfs_h *g,\n"
10161 "                       const char *label);\n"
10162 "\n"
10163 msgstr ""
10164
10165 # type: textblock
10166 #. type: textblock
10167 #: ../src/guestfs-actions.pod:1817 ../fish/guestfish-actions.pod:1236
10168 msgid ""
10169 "This command searches the filesystems and returns the one which has the "
10170 "given label.  An error is returned if no such filesystem can be found."
10171 msgstr ""
10172
10173 # type: textblock
10174 #. type: textblock
10175 #: ../src/guestfs-actions.pod:1821
10176 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
10177 msgstr ""
10178
10179 # type: =head2
10180 #. type: =head2
10181 #: ../src/guestfs-actions.pod:1828
10182 msgid "guestfs_findfs_uuid"
10183 msgstr ""
10184
10185 # type: verbatim
10186 #. type: verbatim
10187 #: ../src/guestfs-actions.pod:1830
10188 #, no-wrap
10189 msgid ""
10190 " char *\n"
10191 " guestfs_findfs_uuid (guestfs_h *g,\n"
10192 "                      const char *uuid);\n"
10193 "\n"
10194 msgstr ""
10195
10196 # type: textblock
10197 #. type: textblock
10198 #: ../src/guestfs-actions.pod:1834 ../fish/guestfish-actions.pod:1246
10199 msgid ""
10200 "This command searches the filesystems and returns the one which has the "
10201 "given UUID.  An error is returned if no such filesystem can be found."
10202 msgstr ""
10203
10204 # type: textblock
10205 #. type: textblock
10206 #: ../src/guestfs-actions.pod:1838
10207 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
10208 msgstr ""
10209
10210 # type: =head2
10211 #. type: =head2
10212 #: ../src/guestfs-actions.pod:1845
10213 msgid "guestfs_fsck"
10214 msgstr ""
10215
10216 # type: verbatim
10217 #. type: verbatim
10218 #: ../src/guestfs-actions.pod:1847
10219 #, no-wrap
10220 msgid ""
10221 " int\n"
10222 " guestfs_fsck (guestfs_h *g,\n"
10223 "               const char *fstype,\n"
10224 "               const char *device);\n"
10225 "\n"
10226 msgstr ""
10227
10228 # type: textblock
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1256
10231 msgid ""
10232 "This runs the filesystem checker (fsck) on C<device> which should have "
10233 "filesystem type C<fstype>."
10234 msgstr ""
10235
10236 # type: textblock
10237 #. type: textblock
10238 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:1259
10239 msgid ""
10240 "The returned integer is the status.  See L<fsck(8)> for the list of status "
10241 "codes from C<fsck>."
10242 msgstr ""
10243
10244 # type: textblock
10245 #. type: textblock
10246 #: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1268
10247 msgid "Multiple status codes can be summed together."
10248 msgstr ""
10249
10250 # type: textblock
10251 #. type: textblock
10252 #: ../src/guestfs-actions.pod:1868 ../fish/guestfish-actions.pod:1272
10253 msgid ""
10254 "A non-zero return code can mean \"success\", for example if errors have been "
10255 "corrected on the filesystem."
10256 msgstr ""
10257
10258 # type: textblock
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1277
10261 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
10262 msgstr ""
10263
10264 # type: textblock
10265 #. type: textblock
10266 #: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1282
10267 msgid ""
10268 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
10269 msgstr ""
10270
10271 # type: textblock
10272 #. type: textblock
10273 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:7542
10274 msgid "(Added in 1.0.16)"
10275 msgstr ""
10276
10277 # type: =head2
10278 #. type: =head2
10279 #: ../src/guestfs-actions.pod:1884
10280 msgid "guestfs_get_append"
10281 msgstr ""
10282
10283 # type: verbatim
10284 #. type: verbatim
10285 #: ../src/guestfs-actions.pod:1886
10286 #, no-wrap
10287 msgid ""
10288 " const char *\n"
10289 " guestfs_get_append (guestfs_h *g);\n"
10290 "\n"
10291 msgstr ""
10292
10293 # type: textblock
10294 #. type: textblock
10295 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
10296 msgid ""
10297 "Return the additional kernel options which are added to the guest kernel "
10298 "command line."
10299 msgstr ""
10300
10301 # type: textblock
10302 #. type: textblock
10303 #: ../src/guestfs-actions.pod:1892 ../fish/guestfish-actions.pod:1291
10304 msgid "If C<NULL> then no options are added."
10305 msgstr ""
10306
10307 # type: textblock
10308 #. type: textblock
10309 #: ../src/guestfs-actions.pod:1894
10310 msgid ""
10311 "This function returns a string which may be NULL.  There is no way to return "
10312 "an error from this function.  The string is owned by the guest handle and "
10313 "must I<not> be freed."
10314 msgstr ""
10315
10316 # type: textblock
10317 #. type: textblock
10318 #: ../src/guestfs-actions.pod:1898 ../src/guestfs-actions.pod:5484
10319 #: ../src/guestfs-actions.pod:5966 ../src/guestfs-actions.pod:6389
10320 #: ../src/guestfs-actions.pod:6408 ../src/guestfs-actions.pod:6424
10321 #: ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:7205
10322 #: ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7585
10323 msgid "(Added in 1.0.26)"
10324 msgstr ""
10325
10326 #. type: =head2
10327 #: ../src/guestfs-actions.pod:1900
10328 msgid "guestfs_get_attach_method"
10329 msgstr ""
10330
10331 #. type: verbatim
10332 #: ../src/guestfs-actions.pod:1902
10333 #, no-wrap
10334 msgid ""
10335 " char *\n"
10336 " guestfs_get_attach_method (guestfs_h *g);\n"
10337 "\n"
10338 msgstr ""
10339
10340 #. type: textblock
10341 #: ../src/guestfs-actions.pod:1905
10342 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
10343 msgstr ""
10344
10345 #. type: textblock
10346 #: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:5996
10347 msgid "(Added in 1.9.8)"
10348 msgstr ""
10349
10350 # type: =head2
10351 #. type: =head2
10352 #: ../src/guestfs-actions.pod:1912
10353 msgid "guestfs_get_autosync"
10354 msgstr ""
10355
10356 # type: verbatim
10357 #. type: verbatim
10358 #: ../src/guestfs-actions.pod:1914
10359 #, no-wrap
10360 msgid ""
10361 " int\n"
10362 " guestfs_get_autosync (guestfs_h *g);\n"
10363 "\n"
10364 msgstr ""
10365
10366 # type: textblock
10367 #. type: textblock
10368 #: ../src/guestfs-actions.pod:1917 ../fish/guestfish-actions.pod:1303
10369 msgid "Get the autosync flag."
10370 msgstr ""
10371
10372 # type: =head2
10373 #. type: =head2
10374 #: ../src/guestfs-actions.pod:1923
10375 msgid "guestfs_get_direct"
10376 msgstr ""
10377
10378 # type: verbatim
10379 #. type: verbatim
10380 #: ../src/guestfs-actions.pod:1925
10381 #, no-wrap
10382 msgid ""
10383 " int\n"
10384 " guestfs_get_direct (guestfs_h *g);\n"
10385 "\n"
10386 msgstr ""
10387
10388 # type: textblock
10389 #. type: textblock
10390 #: ../src/guestfs-actions.pod:1928 ../fish/guestfish-actions.pod:1309
10391 msgid "Return the direct appliance mode flag."
10392 msgstr ""
10393
10394 # type: textblock
10395 #. type: textblock
10396 #: ../src/guestfs-actions.pod:1932 ../src/guestfs-actions.pod:6037
10397 msgid "(Added in 1.0.72)"
10398 msgstr ""
10399
10400 # type: =head2
10401 #. type: =head2
10402 #: ../src/guestfs-actions.pod:1934
10403 msgid "guestfs_get_e2label"
10404 msgstr ""
10405
10406 # type: verbatim
10407 #. type: verbatim
10408 #: ../src/guestfs-actions.pod:1936
10409 #, no-wrap
10410 msgid ""
10411 " char *\n"
10412 " guestfs_get_e2label (guestfs_h *g,\n"
10413 "                      const char *device);\n"
10414 "\n"
10415 msgstr ""
10416
10417 # type: textblock
10418 #. type: textblock
10419 #: ../src/guestfs-actions.pod:1940 ../fish/guestfish-actions.pod:1315
10420 msgid ""
10421 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
10422 msgstr ""
10423
10424 # type: textblock
10425 #. type: textblock
10426 #: ../src/guestfs-actions.pod:1946 ../fish/guestfish-actions.pod:1318
10427 msgid ""
10428 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
10429 msgstr ""
10430
10431 # type: textblock
10432 #. type: textblock
10433 #: ../src/guestfs-actions.pod:1953 ../src/guestfs-actions.pod:1974
10434 #: ../src/guestfs-actions.pod:6055 ../src/guestfs-actions.pod:6074
10435 msgid "(Added in 1.0.15)"
10436 msgstr ""
10437
10438 # type: =head2
10439 #. type: =head2
10440 #: ../src/guestfs-actions.pod:1955
10441 msgid "guestfs_get_e2uuid"
10442 msgstr ""
10443
10444 # type: verbatim
10445 #. type: verbatim
10446 #: ../src/guestfs-actions.pod:1957
10447 #, no-wrap
10448 msgid ""
10449 " char *\n"
10450 " guestfs_get_e2uuid (guestfs_h *g,\n"
10451 "                     const char *device);\n"
10452 "\n"
10453 msgstr ""
10454
10455 # type: textblock
10456 #. type: textblock
10457 #: ../src/guestfs-actions.pod:1961 ../fish/guestfish-actions.pod:1329
10458 msgid ""
10459 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
10460 msgstr ""
10461
10462 # type: textblock
10463 #. type: textblock
10464 #: ../src/guestfs-actions.pod:1967 ../fish/guestfish-actions.pod:1332
10465 msgid ""
10466 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
10467 msgstr ""
10468
10469 # type: =head2
10470 #. type: =head2
10471 #: ../src/guestfs-actions.pod:1976
10472 msgid "guestfs_get_memsize"
10473 msgstr ""
10474
10475 # type: verbatim
10476 #. type: verbatim
10477 #: ../src/guestfs-actions.pod:1978
10478 #, no-wrap
10479 msgid ""
10480 " int\n"
10481 " guestfs_get_memsize (guestfs_h *g);\n"
10482 "\n"
10483 msgstr ""
10484
10485 # type: textblock
10486 #. type: textblock
10487 #: ../src/guestfs-actions.pod:1981 ../fish/guestfish-actions.pod:1343
10488 msgid ""
10489 "This gets the memory size in megabytes allocated to the qemu subprocess."
10490 msgstr ""
10491
10492 # type: textblock
10493 #. type: textblock
10494 #: ../src/guestfs-actions.pod:1984
10495 msgid ""
10496 "If C<guestfs_set_memsize> was not called on this handle, and if "
10497 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
10498 "value for memsize."
10499 msgstr ""
10500
10501 # type: textblock
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2069
10504 #: ../src/guestfs-actions.pod:6090 ../src/guestfs-actions.pod:6197
10505 #: ../fish/guestfish-actions.pod:1350 ../fish/guestfish-actions.pod:1401
10506 #: ../fish/guestfish-actions.pod:4043 ../fish/guestfish-actions.pod:4130
10507 msgid ""
10508 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
10509 msgstr ""
10510
10511 # type: textblock
10512 #. type: textblock
10513 #: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:4497
10514 #: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4713
10515 #: ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:4744
10516 #: ../src/guestfs-actions.pod:4761 ../src/guestfs-actions.pod:4774
10517 #: ../src/guestfs-actions.pod:5709 ../src/guestfs-actions.pod:6095
10518 #: ../src/guestfs-actions.pod:6356 ../src/guestfs-actions.pod:6971
10519 msgid "(Added in 1.0.55)"
10520 msgstr ""
10521
10522 # type: =head2
10523 #. type: =head2
10524 #: ../src/guestfs-actions.pod:1995
10525 msgid "guestfs_get_network"
10526 msgstr ""
10527
10528 # type: verbatim
10529 #. type: verbatim
10530 #: ../src/guestfs-actions.pod:1997
10531 #, no-wrap
10532 msgid ""
10533 " int\n"
10534 " guestfs_get_network (guestfs_h *g);\n"
10535 "\n"
10536 msgstr ""
10537
10538 # type: textblock
10539 #. type: textblock
10540 #: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1357
10541 msgid "This returns the enable network flag."
10542 msgstr ""
10543
10544 # type: textblock
10545 #. type: textblock
10546 #: ../src/guestfs-actions.pod:2004 ../src/guestfs-actions.pod:6114
10547 msgid "(Added in 1.5.4)"
10548 msgstr ""
10549
10550 # type: =head2
10551 #. type: =head2
10552 #: ../src/guestfs-actions.pod:2006
10553 msgid "guestfs_get_path"
10554 msgstr ""
10555
10556 # type: verbatim
10557 #. type: verbatim
10558 #: ../src/guestfs-actions.pod:2008
10559 #, no-wrap
10560 msgid ""
10561 " const char *\n"
10562 " guestfs_get_path (guestfs_h *g);\n"
10563 "\n"
10564 msgstr ""
10565
10566 # type: textblock
10567 #. type: textblock
10568 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1363
10569 msgid "Return the current search path."
10570 msgstr ""
10571
10572 # type: textblock
10573 #. type: textblock
10574 #: ../src/guestfs-actions.pod:2013 ../fish/guestfish-actions.pod:1365
10575 msgid ""
10576 "This is always non-NULL.  If it wasn't set already, then this will return "
10577 "the default path."
10578 msgstr ""
10579
10580 # type: textblock
10581 #. type: textblock
10582 #: ../src/guestfs-actions.pod:2016 ../src/guestfs-actions.pod:2045
10583 msgid ""
10584 "This function returns a string, or NULL on error.  The string is owned by "
10585 "the guest handle and must I<not> be freed."
10586 msgstr ""
10587
10588 # type: =head2
10589 #. type: =head2
10590 #: ../src/guestfs-actions.pod:2021
10591 msgid "guestfs_get_pid"
10592 msgstr ""
10593
10594 # type: verbatim
10595 #. type: verbatim
10596 #: ../src/guestfs-actions.pod:2023
10597 #, no-wrap
10598 msgid ""
10599 " int\n"
10600 " guestfs_get_pid (guestfs_h *g);\n"
10601 "\n"
10602 msgstr ""
10603
10604 # type: textblock
10605 #. type: textblock
10606 #: ../src/guestfs-actions.pod:2026 ../fish/guestfish-actions.pod:1374
10607 msgid ""
10608 "Return the process ID of the qemu subprocess.  If there is no qemu "
10609 "subprocess, then this will return an error."
10610 msgstr ""
10611
10612 # type: textblock
10613 #. type: textblock
10614 #: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1377
10615 msgid "This is an internal call used for debugging and testing."
10616 msgstr ""
10617
10618 # type: textblock
10619 #. type: textblock
10620 #: ../src/guestfs-actions.pod:2033
10621 msgid "(Added in 1.0.56)"
10622 msgstr ""
10623
10624 # type: =head2
10625 #. type: =head2
10626 #: ../src/guestfs-actions.pod:2035
10627 msgid "guestfs_get_qemu"
10628 msgstr ""
10629
10630 # type: verbatim
10631 #. type: verbatim
10632 #: ../src/guestfs-actions.pod:2037
10633 #, no-wrap
10634 msgid ""
10635 " const char *\n"
10636 " guestfs_get_qemu (guestfs_h *g);\n"
10637 "\n"
10638 msgstr ""
10639
10640 # type: textblock
10641 #. type: textblock
10642 #: ../src/guestfs-actions.pod:2040 ../fish/guestfish-actions.pod:1383
10643 msgid "Return the current qemu binary."
10644 msgstr ""
10645
10646 # type: textblock
10647 #. type: textblock
10648 #: ../src/guestfs-actions.pod:2042 ../fish/guestfish-actions.pod:1385
10649 msgid ""
10650 "This is always non-NULL.  If it wasn't set already, then this will return "
10651 "the default qemu binary name."
10652 msgstr ""
10653
10654 # type: textblock
10655 #. type: textblock
10656 #: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:6159
10657 msgid "(Added in 1.0.6)"
10658 msgstr ""
10659
10660 # type: =head2
10661 #. type: =head2
10662 #: ../src/guestfs-actions.pod:2050
10663 msgid "guestfs_get_recovery_proc"
10664 msgstr ""
10665
10666 # type: verbatim
10667 #. type: verbatim
10668 #: ../src/guestfs-actions.pod:2052
10669 #, no-wrap
10670 msgid ""
10671 " int\n"
10672 " guestfs_get_recovery_proc (guestfs_h *g);\n"
10673 "\n"
10674 msgstr ""
10675
10676 # type: textblock
10677 #. type: textblock
10678 #: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1392
10679 msgid "Return the recovery process enabled flag."
10680 msgstr ""
10681
10682 # type: textblock
10683 #. type: textblock
10684 #: ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:3593
10685 #: ../src/guestfs-actions.pod:3904 ../src/guestfs-actions.pod:4304
10686 #: ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:5414
10687 #: ../src/guestfs-actions.pod:5757 ../src/guestfs-actions.pod:6183
10688 #: ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:6894
10689 #: ../src/guestfs-actions.pod:7086
10690 msgid "(Added in 1.0.77)"
10691 msgstr ""
10692
10693 # type: =head2
10694 #. type: =head2
10695 #: ../src/guestfs-actions.pod:2061
10696 msgid "guestfs_get_selinux"
10697 msgstr ""
10698
10699 # type: verbatim
10700 #. type: verbatim
10701 #: ../src/guestfs-actions.pod:2063
10702 #, no-wrap
10703 msgid ""
10704 " int\n"
10705 " guestfs_get_selinux (guestfs_h *g);\n"
10706 "\n"
10707 msgstr ""
10708
10709 # type: textblock
10710 #. type: textblock
10711 #: ../src/guestfs-actions.pod:2066
10712 msgid ""
10713 "This returns the current setting of the selinux flag which is passed to the "
10714 "appliance at boot time.  See C<guestfs_set_selinux>."
10715 msgstr ""
10716
10717 # type: textblock
10718 #. type: textblock
10719 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:2137
10720 #: ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6260
10721 msgid "(Added in 1.0.67)"
10722 msgstr ""
10723
10724 # type: =head2
10725 #. type: =head2
10726 #: ../src/guestfs-actions.pod:2076
10727 msgid "guestfs_get_state"
10728 msgstr ""
10729
10730 # type: verbatim
10731 #. type: verbatim
10732 #: ../src/guestfs-actions.pod:2078
10733 #, no-wrap
10734 msgid ""
10735 " int\n"
10736 " guestfs_get_state (guestfs_h *g);\n"
10737 "\n"
10738 msgstr ""
10739
10740 # type: textblock
10741 #. type: textblock
10742 #: ../src/guestfs-actions.pod:2081 ../fish/guestfish-actions.pod:1408
10743 msgid ""
10744 "This returns the current state as an opaque integer.  This is only useful "
10745 "for printing debug and internal error messages."
10746 msgstr ""
10747
10748 # type: textblock
10749 #. type: textblock
10750 #: ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:3364
10751 #: ../src/guestfs-actions.pod:3393 ../src/guestfs-actions.pod:3454
10752 #: ../src/guestfs-actions.pod:3481 ../fish/guestfish-actions.pod:1411
10753 #: ../fish/guestfish-actions.pod:2331 ../fish/guestfish-actions.pod:2349
10754 #: ../fish/guestfish-actions.pod:2387 ../fish/guestfish-actions.pod:2403
10755 msgid "For more information on states, see L<guestfs(3)>."
10756 msgstr ""
10757
10758 # type: =head2
10759 #. type: =head2
10760 #: ../src/guestfs-actions.pod:2090
10761 msgid "guestfs_get_trace"
10762 msgstr ""
10763
10764 # type: verbatim
10765 #. type: verbatim
10766 #: ../src/guestfs-actions.pod:2092
10767 #, no-wrap
10768 msgid ""
10769 " int\n"
10770 " guestfs_get_trace (guestfs_h *g);\n"
10771 "\n"
10772 msgstr ""
10773
10774 # type: textblock
10775 #. type: textblock
10776 #: ../src/guestfs-actions.pod:2095 ../fish/guestfish-actions.pod:1417
10777 msgid "Return the command trace flag."
10778 msgstr ""
10779
10780 # type: =head2
10781 #. type: =head2
10782 #: ../src/guestfs-actions.pod:2101
10783 msgid "guestfs_get_umask"
10784 msgstr ""
10785
10786 # type: verbatim
10787 #. type: verbatim
10788 #: ../src/guestfs-actions.pod:2103
10789 #, no-wrap
10790 msgid ""
10791 " int\n"
10792 " guestfs_get_umask (guestfs_h *g);\n"
10793 "\n"
10794 msgstr ""
10795
10796 # type: textblock
10797 #. type: textblock
10798 #: ../src/guestfs-actions.pod:2106
10799 msgid ""
10800 "Return the current umask.  By default the umask is C<022> unless it has been "
10801 "set by calling C<guestfs_umask>."
10802 msgstr ""
10803
10804 # type: =head2
10805 #. type: =head2
10806 #: ../src/guestfs-actions.pod:2113
10807 msgid "guestfs_get_verbose"
10808 msgstr ""
10809
10810 # type: verbatim
10811 #. type: verbatim
10812 #: ../src/guestfs-actions.pod:2115
10813 #, no-wrap
10814 msgid ""
10815 " int\n"
10816 " guestfs_get_verbose (guestfs_h *g);\n"
10817 "\n"
10818 msgstr ""
10819
10820 # type: textblock
10821 #. type: textblock
10822 #: ../src/guestfs-actions.pod:2118 ../fish/guestfish-actions.pod:1430
10823 msgid "This returns the verbose messages flag."
10824 msgstr ""
10825
10826 # type: =head2
10827 #. type: =head2
10828 #: ../src/guestfs-actions.pod:2124
10829 msgid "guestfs_getcon"
10830 msgstr ""
10831
10832 # type: verbatim
10833 #. type: verbatim
10834 #: ../src/guestfs-actions.pod:2126
10835 #, no-wrap
10836 msgid ""
10837 " char *\n"
10838 " guestfs_getcon (guestfs_h *g);\n"
10839 "\n"
10840 msgstr ""
10841
10842 # type: textblock
10843 #. type: textblock
10844 #: ../src/guestfs-actions.pod:2129 ../fish/guestfish-actions.pod:1436
10845 msgid "This gets the SELinux security context of the daemon."
10846 msgstr ""
10847
10848 # type: textblock
10849 #. type: textblock
10850 #: ../src/guestfs-actions.pod:2131
10851 msgid ""
10852 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10853 msgstr ""
10854
10855 # type: =head2
10856 #. type: =head2
10857 #: ../src/guestfs-actions.pod:2139
10858 msgid "guestfs_getxattr"
10859 msgstr ""
10860
10861 # type: verbatim
10862 #. type: verbatim
10863 #: ../src/guestfs-actions.pod:2141
10864 #, no-wrap
10865 msgid ""
10866 " char *\n"
10867 " guestfs_getxattr (guestfs_h *g,\n"
10868 "                   const char *path,\n"
10869 "                   const char *name,\n"
10870 "                   size_t *size_r);\n"
10871 "\n"
10872 msgstr ""
10873
10874 # type: textblock
10875 #. type: textblock
10876 #: ../src/guestfs-actions.pod:2147
10877 msgid ""
10878 "Get a single extended attribute from file C<path> named C<name>.  This call "
10879 "follows symlinks.  If you want to lookup an extended attribute for the "
10880 "symlink itself, use C<guestfs_lgetxattr>."
10881 msgstr ""
10882
10883 # type: textblock
10884 #. type: textblock
10885 #: ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:3607
10886 msgid ""
10887 "Normally it is better to get all extended attributes from a file in one go "
10888 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10889 "implementations are buggy and do not provide a way to list out attributes.  "
10890 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10891 "extended attributes you want in advance and call this function."
10892 msgstr ""
10893
10894 # type: textblock
10895 #. type: textblock
10896 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:3614
10897 #: ../fish/guestfish-actions.pod:1456 ../fish/guestfish-actions.pod:2483
10898 msgid ""
10899 "Extended attribute values are blobs of binary data.  If there is no extended "
10900 "attribute named C<name>, this returns an error."
10901 msgstr ""
10902
10903 # type: textblock
10904 #. type: textblock
10905 #: ../src/guestfs-actions.pod:2161
10906 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10907 msgstr ""
10908
10909 # type: textblock
10910 #. type: textblock
10911 #: ../src/guestfs-actions.pod:2163 ../src/guestfs-actions.pod:2354
10912 #: ../src/guestfs-actions.pod:2824 ../src/guestfs-actions.pod:3619
10913 #: ../src/guestfs-actions.pod:5407 ../src/guestfs-actions.pod:5433
10914 #: ../src/guestfs-actions.pod:5614
10915 msgid ""
10916 "This function returns a buffer, or NULL on error.  The size of the returned "
10917 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10918 "after use>."
10919 msgstr ""
10920
10921 #. type: textblock
10922 #: ../src/guestfs-actions.pod:2167 ../src/guestfs-actions.pod:3623
10923 msgid "(Added in 1.7.24)"
10924 msgstr ""
10925
10926 # type: =head2
10927 #. type: =head2
10928 #: ../src/guestfs-actions.pod:2169
10929 msgid "guestfs_getxattrs"
10930 msgstr ""
10931
10932 # type: verbatim
10933 #. type: verbatim
10934 #: ../src/guestfs-actions.pod:2171
10935 #, no-wrap
10936 msgid ""
10937 " struct guestfs_xattr_list *\n"
10938 " guestfs_getxattrs (guestfs_h *g,\n"
10939 "                    const char *path);\n"
10940 "\n"
10941 msgstr ""
10942
10943 # type: textblock
10944 #. type: textblock
10945 #: ../src/guestfs-actions.pod:2175 ../fish/guestfish-actions.pod:1465
10946 msgid ""
10947 "This call lists the extended attributes of the file or directory C<path>."
10948 msgstr ""
10949
10950 # type: textblock
10951 #. type: textblock
10952 #: ../src/guestfs-actions.pod:2178 ../fish/guestfish-actions.pod:1468
10953 msgid ""
10954 "At the system call level, this is a combination of the L<listxattr(2)> and "
10955 "L<getxattr(2)> calls."
10956 msgstr ""
10957
10958 # type: textblock
10959 #. type: textblock
10960 #: ../src/guestfs-actions.pod:2181
10961 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10962 msgstr ""
10963
10964 # type: textblock
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2183 ../src/guestfs-actions.pod:3635
10967 #: ../src/guestfs-actions.pod:4300
10968 msgid ""
10969 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10970 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10971 msgstr ""
10972
10973 # type: textblock
10974 #. type: textblock
10975 #: ../src/guestfs-actions.pod:2187 ../src/guestfs-actions.pod:3639
10976 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3854
10977 #: ../src/guestfs-actions.pod:5787 ../src/guestfs-actions.pod:6279
10978 #: ../src/guestfs-actions.pod:7650
10979 msgid "(Added in 1.0.59)"
10980 msgstr ""
10981
10982 # type: =head2
10983 #. type: =head2
10984 #: ../src/guestfs-actions.pod:2189
10985 msgid "guestfs_glob_expand"
10986 msgstr ""
10987
10988 # type: verbatim
10989 #. type: verbatim
10990 #: ../src/guestfs-actions.pod:2191
10991 #, no-wrap
10992 msgid ""
10993 " char **\n"
10994 " guestfs_glob_expand (guestfs_h *g,\n"
10995 "                      const char *pattern);\n"
10996 "\n"
10997 msgstr ""
10998
10999 # type: textblock
11000 #. type: textblock
11001 #: ../src/guestfs-actions.pod:2195 ../fish/guestfish-actions.pod:1477
11002 msgid ""
11003 "This command searches for all the pathnames matching C<pattern> according to "
11004 "the wildcard expansion rules used by the shell."
11005 msgstr ""
11006
11007 # type: textblock
11008 #. type: textblock
11009 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1481
11010 msgid ""
11011 "If no paths match, then this returns an empty list (note: not an error)."
11012 msgstr ""
11013
11014 # type: textblock
11015 #. type: textblock
11016 #: ../src/guestfs-actions.pod:2202 ../fish/guestfish-actions.pod:1484
11017 msgid ""
11018 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
11019 "GLOB_BRACE>.  See that manual page for more details."
11020 msgstr ""
11021
11022 # type: textblock
11023 #. type: textblock
11024 #: ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:6472
11025 #: ../src/guestfs-actions.pod:6489
11026 msgid "(Added in 1.0.50)"
11027 msgstr ""
11028
11029 # type: =head2
11030 #. type: =head2
11031 #: ../src/guestfs-actions.pod:2212
11032 msgid "guestfs_grep"
11033 msgstr ""
11034
11035 # type: verbatim
11036 #. type: verbatim
11037 #: ../src/guestfs-actions.pod:2214
11038 #, no-wrap
11039 msgid ""
11040 " char **\n"
11041 " guestfs_grep (guestfs_h *g,\n"
11042 "               const char *regex,\n"
11043 "               const char *path);\n"
11044 "\n"
11045 msgstr ""
11046
11047 # type: textblock
11048 #. type: textblock
11049 #: ../src/guestfs-actions.pod:2219 ../fish/guestfish-actions.pod:1492
11050 msgid "This calls the external C<grep> program and returns the matching lines."
11051 msgstr ""
11052
11053 # type: =head2
11054 #. type: =head2
11055 #: ../src/guestfs-actions.pod:2231
11056 msgid "guestfs_grepi"
11057 msgstr ""
11058
11059 # type: verbatim
11060 #. type: verbatim
11061 #: ../src/guestfs-actions.pod:2233
11062 #, no-wrap
11063 msgid ""
11064 " char **\n"
11065 " guestfs_grepi (guestfs_h *g,\n"
11066 "                const char *regex,\n"
11067 "                const char *path);\n"
11068 "\n"
11069 msgstr ""
11070
11071 # type: textblock
11072 #. type: textblock
11073 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1502
11074 msgid ""
11075 "This calls the external C<grep -i> program and returns the matching lines."
11076 msgstr ""
11077
11078 # type: =head2
11079 #. type: =head2
11080 #: ../src/guestfs-actions.pod:2250
11081 msgid "guestfs_grub_install"
11082 msgstr ""
11083
11084 # type: verbatim
11085 #. type: verbatim
11086 #: ../src/guestfs-actions.pod:2252
11087 #, no-wrap
11088 msgid ""
11089 " int\n"
11090 " guestfs_grub_install (guestfs_h *g,\n"
11091 "                       const char *root,\n"
11092 "                       const char *device);\n"
11093 "\n"
11094 msgstr ""
11095
11096 # type: textblock
11097 #. type: textblock
11098 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1512
11099 msgid ""
11100 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
11101 "the root directory being C<root>."
11102 msgstr ""
11103
11104 # type: textblock
11105 #. type: textblock
11106 #: ../src/guestfs-actions.pod:2260 ../fish/guestfish-actions.pod:1515
11107 msgid ""
11108 "Note: If grub-install reports the error \"No suitable drive was found in the "
11109 "generated device map.\" it may be that you need to create a C</boot/grub/"
11110 "device.map> file first that contains the mapping between grub device names "
11111 "and Linux device names.  It is usually sufficient to create a file "
11112 "containing:"
11113 msgstr ""
11114
11115 # type: verbatim
11116 #. type: verbatim
11117 #: ../src/guestfs-actions.pod:2267 ../fish/guestfish-actions.pod:1522
11118 #, no-wrap
11119 msgid ""
11120 " (hd0) /dev/vda\n"
11121 "\n"
11122 msgstr ""
11123
11124 # type: textblock
11125 #. type: textblock
11126 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1524
11127 msgid "replacing C</dev/vda> with the name of the installation device."
11128 msgstr ""
11129
11130 # type: textblock
11131 #. type: textblock
11132 #: ../src/guestfs-actions.pod:2273
11133 msgid "(Added in 1.0.17)"
11134 msgstr ""
11135
11136 # type: =head2
11137 #. type: =head2
11138 #: ../src/guestfs-actions.pod:2275
11139 msgid "guestfs_head"
11140 msgstr ""
11141
11142 # type: verbatim
11143 #. type: verbatim
11144 #: ../src/guestfs-actions.pod:2277
11145 #, no-wrap
11146 msgid ""
11147 " char **\n"
11148 " guestfs_head (guestfs_h *g,\n"
11149 "               const char *path);\n"
11150 "\n"
11151 msgstr ""
11152
11153 # type: textblock
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:2281 ../fish/guestfish-actions.pod:1530
11156 msgid ""
11157 "This command returns up to the first 10 lines of a file as a list of strings."
11158 msgstr ""
11159
11160 # type: =head2
11161 #. type: =head2
11162 #: ../src/guestfs-actions.pod:2293
11163 msgid "guestfs_head_n"
11164 msgstr ""
11165
11166 # type: verbatim
11167 #. type: verbatim
11168 #: ../src/guestfs-actions.pod:2295
11169 #, no-wrap
11170 msgid ""
11171 " char **\n"
11172 " guestfs_head_n (guestfs_h *g,\n"
11173 "                 int nrlines,\n"
11174 "                 const char *path);\n"
11175 "\n"
11176 msgstr ""
11177
11178 # type: textblock
11179 #. type: textblock
11180 #: ../src/guestfs-actions.pod:2300 ../fish/guestfish-actions.pod:1540
11181 msgid ""
11182 "If the parameter C<nrlines> is a positive number, this returns the first "
11183 "C<nrlines> lines of the file C<path>."
11184 msgstr ""
11185
11186 # type: textblock
11187 #. type: textblock
11188 #: ../src/guestfs-actions.pod:2303 ../fish/guestfish-actions.pod:1543
11189 msgid ""
11190 "If the parameter C<nrlines> is a negative number, this returns lines from "
11191 "the file C<path>, excluding the last C<nrlines> lines."
11192 msgstr ""
11193
11194 # type: textblock
11195 #. type: textblock
11196 #: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:6769
11197 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:4508
11198 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
11199 msgstr ""
11200
11201 # type: =head2
11202 #. type: =head2
11203 #: ../src/guestfs-actions.pod:2317
11204 msgid "guestfs_hexdump"
11205 msgstr ""
11206
11207 # type: verbatim
11208 #. type: verbatim
11209 #: ../src/guestfs-actions.pod:2319
11210 #, no-wrap
11211 msgid ""
11212 " char *\n"
11213 " guestfs_hexdump (guestfs_h *g,\n"
11214 "                  const char *path);\n"
11215 "\n"
11216 msgstr ""
11217
11218 # type: textblock
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:2323 ../fish/guestfish-actions.pod:1555
11221 msgid ""
11222 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
11223 "readable, canonical hex dump of the file."
11224 msgstr ""
11225
11226 # type: textblock
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:6553
11229 #: ../src/guestfs-actions.pod:6608
11230 msgid "(Added in 1.0.22)"
11231 msgstr ""
11232
11233 # type: =head2
11234 #. type: =head2
11235 #: ../src/guestfs-actions.pod:2334
11236 msgid "guestfs_initrd_cat"
11237 msgstr ""
11238
11239 # type: verbatim
11240 #. type: verbatim
11241 #: ../src/guestfs-actions.pod:2336
11242 #, no-wrap
11243 msgid ""
11244 " char *\n"
11245 " guestfs_initrd_cat (guestfs_h *g,\n"
11246 "                     const char *initrdpath,\n"
11247 "                     const char *filename,\n"
11248 "                     size_t *size_r);\n"
11249 "\n"
11250 msgstr ""
11251
11252 # type: textblock
11253 #. type: textblock
11254 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1565
11255 msgid ""
11256 "This command unpacks the file C<filename> from the initrd file called "
11257 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
11258 "character."
11259 msgstr ""
11260
11261 # type: textblock
11262 #. type: textblock
11263 #: ../src/guestfs-actions.pod:2346 ../fish/guestfish-actions.pod:1569
11264 msgid ""
11265 "For example, in guestfish you could use the following command to examine the "
11266 "boot script (usually called C</init>)  contained in a Linux initrd or "
11267 "initramfs image:"
11268 msgstr ""
11269
11270 # type: verbatim
11271 #. type: verbatim
11272 #: ../src/guestfs-actions.pod:2350 ../fish/guestfish-actions.pod:1573
11273 #, no-wrap
11274 msgid ""
11275 " initrd-cat /boot/initrd-<version>.img init\n"
11276 "\n"
11277 msgstr ""
11278
11279 # type: textblock
11280 #. type: textblock
11281 #: ../src/guestfs-actions.pod:2352
11282 msgid "See also C<guestfs_initrd_list>."
11283 msgstr ""
11284
11285 # type: =head2
11286 #. type: =head2
11287 #: ../src/guestfs-actions.pod:2363
11288 msgid "guestfs_initrd_list"
11289 msgstr ""
11290
11291 # type: verbatim
11292 #. type: verbatim
11293 #: ../src/guestfs-actions.pod:2365
11294 #, no-wrap
11295 msgid ""
11296 " char **\n"
11297 " guestfs_initrd_list (guestfs_h *g,\n"
11298 "                      const char *path);\n"
11299 "\n"
11300 msgstr ""
11301
11302 # type: textblock
11303 #. type: textblock
11304 #: ../src/guestfs-actions.pod:2369 ../fish/guestfish-actions.pod:1584
11305 msgid "This command lists out files contained in an initrd."
11306 msgstr ""
11307
11308 # type: textblock
11309 #. type: textblock
11310 #: ../src/guestfs-actions.pod:2371 ../fish/guestfish-actions.pod:1586
11311 msgid ""
11312 "The files are listed without any initial C</> character.  The files are "
11313 "listed in the order they appear (not necessarily alphabetical).  Directory "
11314 "names are listed as separate items."
11315 msgstr ""
11316
11317 # type: textblock
11318 #. type: textblock
11319 #: ../src/guestfs-actions.pod:2375 ../fish/guestfish-actions.pod:1590
11320 msgid ""
11321 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
11322 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
11323 "files)."
11324 msgstr ""
11325
11326 # type: =head2
11327 #. type: =head2
11328 #: ../src/guestfs-actions.pod:2385
11329 msgid "guestfs_inotify_add_watch"
11330 msgstr ""
11331
11332 # type: verbatim
11333 #. type: verbatim
11334 #: ../src/guestfs-actions.pod:2387
11335 #, no-wrap
11336 msgid ""
11337 " int64_t\n"
11338 " guestfs_inotify_add_watch (guestfs_h *g,\n"
11339 "                            const char *path,\n"
11340 "                            int mask);\n"
11341 "\n"
11342 msgstr ""
11343
11344 # type: textblock
11345 #. type: textblock
11346 #: ../src/guestfs-actions.pod:2392 ../fish/guestfish-actions.pod:1598
11347 msgid "Watch C<path> for the events listed in C<mask>."
11348 msgstr ""
11349
11350 # type: textblock
11351 #. type: textblock
11352 #: ../src/guestfs-actions.pod:2394 ../fish/guestfish-actions.pod:1600
11353 msgid ""
11354 "Note that if C<path> is a directory then events within that directory are "
11355 "watched, but this does I<not> happen recursively (in subdirectories)."
11356 msgstr ""
11357
11358 # type: textblock
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:2398 ../fish/guestfish-actions.pod:1604
11361 msgid ""
11362 "Note for non-C or non-Linux callers: the inotify events are defined by the "
11363 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
11364 msgstr ""
11365
11366 # type: =head2
11367 #. type: =head2
11368 #: ../src/guestfs-actions.pod:2406
11369 msgid "guestfs_inotify_close"
11370 msgstr ""
11371
11372 # type: verbatim
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:2408
11375 #, no-wrap
11376 msgid ""
11377 " int\n"
11378 " guestfs_inotify_close (guestfs_h *g);\n"
11379 "\n"
11380 msgstr ""
11381
11382 # type: textblock
11383 #. type: textblock
11384 #: ../src/guestfs-actions.pod:2411 ../fish/guestfish-actions.pod:1612
11385 msgid ""
11386 "This closes the inotify handle which was previously opened by inotify_init.  "
11387 "It removes all watches, throws away any pending events, and deallocates all "
11388 "resources."
11389 msgstr ""
11390
11391 # type: =head2
11392 #. type: =head2
11393 #: ../src/guestfs-actions.pod:2419
11394 msgid "guestfs_inotify_files"
11395 msgstr ""
11396
11397 # type: verbatim
11398 #. type: verbatim
11399 #: ../src/guestfs-actions.pod:2421
11400 #, no-wrap
11401 msgid ""
11402 " char **\n"
11403 " guestfs_inotify_files (guestfs_h *g);\n"
11404 "\n"
11405 msgstr ""
11406
11407 # type: textblock
11408 #. type: textblock
11409 #: ../src/guestfs-actions.pod:2424
11410 msgid ""
11411 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
11412 "returns a list of pathnames of objects that were touched.  The returned "
11413 "pathnames are sorted and deduplicated."
11414 msgstr ""
11415
11416 # type: =head2
11417 #. type: =head2
11418 #: ../src/guestfs-actions.pod:2434
11419 msgid "guestfs_inotify_init"
11420 msgstr ""
11421
11422 # type: verbatim
11423 #. type: verbatim
11424 #: ../src/guestfs-actions.pod:2436
11425 #, no-wrap
11426 msgid ""
11427 " int\n"
11428 " guestfs_inotify_init (guestfs_h *g,\n"
11429 "                       int maxevents);\n"
11430 "\n"
11431 msgstr ""
11432
11433 # type: textblock
11434 #. type: textblock
11435 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1628
11436 msgid ""
11437 "This command creates a new inotify handle.  The inotify subsystem can be "
11438 "used to notify events which happen to objects in the guest filesystem."
11439 msgstr ""
11440
11441 # type: textblock
11442 #. type: textblock
11443 #: ../src/guestfs-actions.pod:2444
11444 msgid ""
11445 "C<maxevents> is the maximum number of events which will be queued up between "
11446 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
11447 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
11448 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
11449 "throws away events, but records the fact that it threw them away by setting "
11450 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
11451 "C<guestfs_inotify_read>)."
11452 msgstr ""
11453
11454 # type: textblock
11455 #. type: textblock
11456 #: ../src/guestfs-actions.pod:2454
11457 msgid ""
11458 "Before any events are generated, you have to add some watches to the "
11459 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
11460 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
11461 msgstr ""
11462
11463 # type: textblock
11464 #. type: textblock
11465 #: ../src/guestfs-actions.pod:2460
11466 msgid ""
11467 "Queued up events should be read periodically by calling "
11468 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
11469 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
11470 "often enough then you risk the internal queue overflowing."
11471 msgstr ""
11472
11473 # type: textblock
11474 #. type: textblock
11475 #: ../src/guestfs-actions.pod:2467
11476 msgid ""
11477 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
11478 "This also removes any watches automatically."
11479 msgstr ""
11480
11481 # type: textblock
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:2471 ../fish/guestfish-actions.pod:1659
11484 msgid ""
11485 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
11486 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
11487 "that there is one global inotify handle per libguestfs instance."
11488 msgstr ""
11489
11490 # type: =head2
11491 #. type: =head2
11492 #: ../src/guestfs-actions.pod:2480
11493 msgid "guestfs_inotify_read"
11494 msgstr ""
11495
11496 # type: verbatim
11497 #. type: verbatim
11498 #: ../src/guestfs-actions.pod:2482
11499 #, no-wrap
11500 msgid ""
11501 " struct guestfs_inotify_event_list *\n"
11502 " guestfs_inotify_read (guestfs_h *g);\n"
11503 "\n"
11504 msgstr ""
11505
11506 # type: textblock
11507 #. type: textblock
11508 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1668
11509 msgid ""
11510 "Return the complete queue of events that have happened since the previous "
11511 "read call."
11512 msgstr ""
11513
11514 # type: textblock
11515 #. type: textblock
11516 #: ../src/guestfs-actions.pod:2488 ../fish/guestfish-actions.pod:1671
11517 msgid "If no events have happened, this returns an empty list."
11518 msgstr ""
11519
11520 # type: textblock
11521 #. type: textblock
11522 #: ../src/guestfs-actions.pod:2490 ../fish/guestfish-actions.pod:1673
11523 msgid ""
11524 "I<Note>: In order to make sure that all events have been read, you must call "
11525 "this function repeatedly until it returns an empty list.  The reason is that "
11526 "the call will read events up to the maximum appliance-to-host message size "
11527 "and leave remaining events in the queue."
11528 msgstr ""
11529
11530 # type: textblock
11531 #. type: textblock
11532 #: ../src/guestfs-actions.pod:2496
11533 msgid ""
11534 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
11535 "there was an error.  I<The caller must call "
11536 "C<guestfs_free_inotify_event_list> after use>."
11537 msgstr ""
11538
11539 # type: =head2
11540 #. type: =head2
11541 #: ../src/guestfs-actions.pod:2502
11542 msgid "guestfs_inotify_rm_watch"
11543 msgstr ""
11544
11545 # type: verbatim
11546 #. type: verbatim
11547 #: ../src/guestfs-actions.pod:2504
11548 #, no-wrap
11549 msgid ""
11550 " int\n"
11551 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
11552 "                           int wd);\n"
11553 "\n"
11554 msgstr ""
11555
11556 # type: textblock
11557 #. type: textblock
11558 #: ../src/guestfs-actions.pod:2508
11559 msgid ""
11560 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
11561 msgstr ""
11562
11563 # type: =head2
11564 #. type: =head2
11565 #: ../src/guestfs-actions.pod:2515
11566 msgid "guestfs_inspect_get_arch"
11567 msgstr ""
11568
11569 # type: verbatim
11570 #. type: verbatim
11571 #: ../src/guestfs-actions.pod:2517
11572 #, no-wrap
11573 msgid ""
11574 " char *\n"
11575 " guestfs_inspect_get_arch (guestfs_h *g,\n"
11576 "                           const char *root);\n"
11577 "\n"
11578 msgstr ""
11579
11580 # type: textblock
11581 #. type: textblock
11582 #: ../src/guestfs-actions.pod:2521
11583 msgid ""
11584 "This returns the architecture of the inspected operating system.  The "
11585 "possible return values are listed under C<guestfs_file_architecture>."
11586 msgstr ""
11587
11588 # type: textblock
11589 #. type: textblock
11590 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1694
11591 msgid ""
11592 "If the architecture could not be determined, then the string C<unknown> is "
11593 "returned."
11594 msgstr ""
11595
11596 # type: textblock
11597 #. type: textblock
11598 #: ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2618
11599 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2741
11600 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2955
11601 #: ../src/guestfs-actions.pod:2983 ../src/guestfs-actions.pod:3004
11602 #: ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3097
11603 #: ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3137
11604 #: ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3170
11605 #: ../src/guestfs-actions.pod:3188 ../src/guestfs-actions.pod:3290
11606 #: ../src/guestfs-actions.pod:3331 ../fish/guestfish-actions.pod:1697
11607 #: ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1859
11608 #: ../fish/guestfish-actions.pod:1871 ../fish/guestfish-actions.pod:1955
11609 #: ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2037
11610 #: ../fish/guestfish-actions.pod:2051 ../fish/guestfish-actions.pod:2091
11611 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2136
11612 #: ../fish/guestfish-actions.pod:2149 ../fish/guestfish-actions.pod:2159
11613 #: ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2181
11614 #: ../fish/guestfish-actions.pod:2277 ../fish/guestfish-actions.pod:2311
11615 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
11616 msgstr ""
11617
11618 # type: =head2
11619 #. type: =head2
11620 #: ../src/guestfs-actions.pod:2535
11621 msgid "guestfs_inspect_get_distro"
11622 msgstr ""
11623
11624 # type: verbatim
11625 #. type: verbatim
11626 #: ../src/guestfs-actions.pod:2537
11627 #, no-wrap
11628 msgid ""
11629 " char *\n"
11630 " guestfs_inspect_get_distro (guestfs_h *g,\n"
11631 "                             const char *root);\n"
11632 "\n"
11633 msgstr ""
11634
11635 # type: textblock
11636 #. type: textblock
11637 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1703
11638 msgid ""
11639 "This returns the distro (distribution) of the inspected operating system."
11640 msgstr ""
11641
11642 # type: textblock
11643 #. type: textblock
11644 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1706
11645 msgid "Currently defined distros are:"
11646 msgstr ""
11647
11648 # type: =item
11649 #. type: =item
11650 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1710
11651 msgid "\"archlinux\""
11652 msgstr ""
11653
11654 # type: textblock
11655 #. type: textblock
11656 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1712
11657 msgid "Arch Linux."
11658 msgstr ""
11659
11660 #. type: =item
11661 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1714
11662 msgid "\"centos\""
11663 msgstr ""
11664
11665 #. type: textblock
11666 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1716
11667 msgid "CentOS."
11668 msgstr ""
11669
11670 # type: =item
11671 #. type: =item
11672 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1718
11673 msgid "\"debian\""
11674 msgstr ""
11675
11676 # type: textblock
11677 #. type: textblock
11678 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1720
11679 msgid "Debian."
11680 msgstr ""
11681
11682 # type: =item
11683 #. type: =item
11684 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1722
11685 msgid "\"fedora\""
11686 msgstr ""
11687
11688 # type: textblock
11689 #. type: textblock
11690 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1724
11691 msgid "Fedora."
11692 msgstr ""
11693
11694 # type: =item
11695 #. type: =item
11696 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1726
11697 msgid "\"gentoo\""
11698 msgstr ""
11699
11700 # type: textblock
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1728
11703 msgid "Gentoo."
11704 msgstr ""
11705
11706 # type: =item
11707 #. type: =item
11708 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1730
11709 msgid "\"linuxmint\""
11710 msgstr ""
11711
11712 # type: textblock
11713 #. type: textblock
11714 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1732
11715 msgid "Linux Mint."
11716 msgstr ""
11717
11718 # type: =item
11719 #. type: =item
11720 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1734
11721 msgid "\"mandriva\""
11722 msgstr ""
11723
11724 # type: textblock
11725 #. type: textblock
11726 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1736
11727 msgid "Mandriva."
11728 msgstr ""
11729
11730 # type: =item
11731 #. type: =item
11732 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1738
11733 msgid "\"meego\""
11734 msgstr ""
11735
11736 # type: textblock
11737 #. type: textblock
11738 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1740
11739 msgid "MeeGo."
11740 msgstr ""
11741
11742 # type: =item
11743 #. type: =item
11744 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1742
11745 msgid "\"pardus\""
11746 msgstr ""
11747
11748 # type: textblock
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1744
11751 msgid "Pardus."
11752 msgstr ""
11753
11754 # type: =item
11755 #. type: =item
11756 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1746
11757 msgid "\"redhat-based\""
11758 msgstr ""
11759
11760 # type: textblock
11761 #. type: textblock
11762 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1748
11763 msgid "Some Red Hat-derived distro."
11764 msgstr ""
11765
11766 # type: =item
11767 #. type: =item
11768 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1750
11769 msgid "\"rhel\""
11770 msgstr ""
11771
11772 #. type: textblock
11773 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1752
11774 msgid "Red Hat Enterprise Linux."
11775 msgstr ""
11776
11777 #. type: =item
11778 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1754
11779 msgid "\"scientificlinux\""
11780 msgstr ""
11781
11782 #. type: textblock
11783 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1756
11784 msgid "Scientific Linux."
11785 msgstr ""
11786
11787 #. type: =item
11788 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1758
11789 msgid "\"slackware\""
11790 msgstr ""
11791
11792 #. type: textblock
11793 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1760
11794 msgid "Slackware."
11795 msgstr ""
11796
11797 # type: =item
11798 #. type: =item
11799 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1762
11800 msgid "\"ubuntu\""
11801 msgstr ""
11802
11803 # type: textblock
11804 #. type: textblock
11805 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1764
11806 msgid "Ubuntu."
11807 msgstr ""
11808
11809 # type: =item
11810 #. type: =item
11811 #: ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2713
11812 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:1766
11813 #: ../fish/guestfish-actions.pod:1850 ../fish/guestfish-actions.pod:2114
11814 msgid "\"unknown\""
11815 msgstr ""
11816
11817 # type: textblock
11818 #. type: textblock
11819 #: ../src/guestfs-actions.pod:2606 ../fish/guestfish-actions.pod:1768
11820 msgid "The distro could not be determined."
11821 msgstr ""
11822
11823 # type: =item
11824 #. type: =item
11825 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:3080
11826 #: ../fish/guestfish-actions.pod:1770 ../fish/guestfish-actions.pod:2106
11827 msgid "\"windows\""
11828 msgstr ""
11829
11830 # type: textblock
11831 #. type: textblock
11832 #: ../src/guestfs-actions.pod:2610 ../fish/guestfish-actions.pod:1772
11833 msgid ""
11834 "Windows does not have distributions.  This string is returned if the OS type "
11835 "is Windows."
11836 msgstr ""
11837
11838 # type: textblock
11839 #. type: textblock
11840 #: ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2719
11841 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:1777
11842 #: ../fish/guestfish-actions.pod:1856 ../fish/guestfish-actions.pod:2120
11843 msgid ""
11844 "Future versions of libguestfs may return other strings here.  The caller "
11845 "should be prepared to handle any string."
11846 msgstr ""
11847
11848 #. type: =head2
11849 #: ../src/guestfs-actions.pod:2625
11850 msgid "guestfs_inspect_get_drive_mappings"
11851 msgstr ""
11852
11853 #. type: verbatim
11854 #: ../src/guestfs-actions.pod:2627
11855 #, no-wrap
11856 msgid ""
11857 " char **\n"
11858 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
11859 "                                     const char *root);\n"
11860 "\n"
11861 msgstr ""
11862
11863 #. type: textblock
11864 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1786
11865 msgid ""
11866 "This call is useful for Windows which uses a primitive system of assigning "
11867 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
11868 "Windows Registry to find out how disks/partitions are mapped to drive "
11869 "letters, and returns a hash table as in the example below:"
11870 msgstr ""
11871
11872 #. type: verbatim
11873 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1792
11874 #, no-wrap
11875 msgid ""
11876 " C      =>     /dev/vda2\n"
11877 " E      =>     /dev/vdb1\n"
11878 " F      =>     /dev/vdc1\n"
11879 "\n"
11880 msgstr ""
11881
11882 #. type: textblock
11883 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1796
11884 msgid ""
11885 "Note that keys are drive letters.  For Windows, the key is case insensitive "
11886 "and just contains the drive letter, without the customary colon separator "
11887 "character."
11888 msgstr ""
11889
11890 #. type: textblock
11891 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1800
11892 msgid ""
11893 "In future we may support other operating systems that also used drive "
11894 "letters, but the keys for those might not be case insensitive and might be "
11895 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
11896 "C<h1> etc."
11897 msgstr ""
11898
11899 #. type: textblock
11900 #: ../src/guestfs-actions.pod:2650 ../fish/guestfish-actions.pod:1805
11901 msgid ""
11902 "For Windows guests, currently only hard drive mappings are returned.  "
11903 "Removable disks (eg. DVD-ROMs) are ignored."
11904 msgstr ""
11905
11906 #. type: textblock
11907 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1808
11908 msgid ""
11909 "For guests that do not use drive mappings, or if the drive mappings could "
11910 "not be determined, this returns an empty hash table."
11911 msgstr ""
11912
11913 #. type: textblock
11914 #: ../src/guestfs-actions.pod:2656
11915 msgid ""
11916 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11917 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
11918 msgstr ""
11919
11920 # type: textblock
11921 #. type: textblock
11922 #: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2928
11923 #: ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:4973
11924 #: ../src/guestfs-actions.pod:6910
11925 msgid ""
11926 "This function returns a NULL-terminated array of strings, or NULL if there "
11927 "was an error.  The array of strings will always have length C<2n+1>, where "
11928 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11929 "caller must free the strings and the array after use>."
11930 msgstr ""
11931
11932 #. type: textblock
11933 #: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:3122
11934 msgid "(Added in 1.9.17)"
11935 msgstr ""
11936
11937 # type: =head2
11938 #. type: =head2
11939 #: ../src/guestfs-actions.pod:2668
11940 msgid "guestfs_inspect_get_filesystems"
11941 msgstr ""
11942
11943 # type: verbatim
11944 #. type: verbatim
11945 #: ../src/guestfs-actions.pod:2670
11946 #, no-wrap
11947 msgid ""
11948 " char **\n"
11949 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11950 "                                  const char *root);\n"
11951 "\n"
11952 msgstr ""
11953
11954 # type: textblock
11955 #. type: textblock
11956 #: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1819
11957 msgid ""
11958 "This returns a list of all the filesystems that we think are associated with "
11959 "this operating system.  This includes the root filesystem, other ordinary "
11960 "filesystems, and non-mounted devices like swap partitions."
11961 msgstr ""
11962
11963 # type: textblock
11964 #. type: textblock
11965 #: ../src/guestfs-actions.pod:2679 ../fish/guestfish-actions.pod:1824
11966 msgid ""
11967 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11968 "to be shared between operating systems."
11969 msgstr ""
11970
11971 # type: textblock
11972 #. type: textblock
11973 #: ../src/guestfs-actions.pod:2682
11974 msgid ""
11975 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11976 "C<guestfs_inspect_get_mountpoints>."
11977 msgstr ""
11978
11979 #. type: =head2
11980 #: ../src/guestfs-actions.pod:2691
11981 msgid "guestfs_inspect_get_format"
11982 msgstr ""
11983
11984 #. type: verbatim
11985 #: ../src/guestfs-actions.pod:2693
11986 #, no-wrap
11987 msgid ""
11988 " char *\n"
11989 " guestfs_inspect_get_format (guestfs_h *g,\n"
11990 "                             const char *root);\n"
11991 "\n"
11992 msgstr ""
11993
11994 #. type: textblock
11995 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1834
11996 msgid ""
11997 "This returns the format of the inspected operating system.  You can use it "
11998 "to detect install images, live CDs and similar."
11999 msgstr ""
12000
12001 #. type: textblock
12002 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1837
12003 msgid "Currently defined formats are:"
12004 msgstr ""
12005
12006 #. type: =item
12007 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1841
12008 msgid "\"installed\""
12009 msgstr ""
12010
12011 #. type: textblock
12012 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1843
12013 msgid "This is an installed operating system."
12014 msgstr ""
12015
12016 #. type: =item
12017 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1845
12018 msgid "\"installer\""
12019 msgstr ""
12020
12021 #. type: textblock
12022 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1847
12023 msgid ""
12024 "The disk image being inspected is not an installed operating system, but a "
12025 "I<bootable> install disk, live CD, or similar."
12026 msgstr ""
12027
12028 #. type: textblock
12029 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1852
12030 msgid "The format of this disk image is not known."
12031 msgstr ""
12032
12033 #. type: textblock
12034 #: ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:3158
12035 #: ../src/guestfs-actions.pod:3174 ../src/guestfs-actions.pod:3192
12036 #: ../src/guestfs-actions.pod:5825
12037 msgid "(Added in 1.9.4)"
12038 msgstr ""
12039
12040 # type: =head2
12041 #. type: =head2
12042 #: ../src/guestfs-actions.pod:2729
12043 msgid "guestfs_inspect_get_hostname"
12044 msgstr ""
12045
12046 # type: verbatim
12047 #. type: verbatim
12048 #: ../src/guestfs-actions.pod:2731
12049 #, no-wrap
12050 msgid ""
12051 " char *\n"
12052 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
12053 "                               const char *root);\n"
12054 "\n"
12055 msgstr ""
12056
12057 # type: textblock
12058 #. type: textblock
12059 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1865
12060 msgid ""
12061 "This function returns the hostname of the operating system as found by "
12062 "inspection of the guest's configuration files."
12063 msgstr ""
12064
12065 # type: textblock
12066 #. type: textblock
12067 #: ../src/guestfs-actions.pod:2738 ../fish/guestfish-actions.pod:1868
12068 msgid ""
12069 "If the hostname could not be determined, then the string C<unknown> is "
12070 "returned."
12071 msgstr ""
12072
12073 # type: textblock
12074 #. type: textblock
12075 #: ../src/guestfs-actions.pod:2746
12076 msgid "(Added in 1.7.9)"
12077 msgstr ""
12078
12079 #. type: =head2
12080 #: ../src/guestfs-actions.pod:2748
12081 msgid "guestfs_inspect_get_icon"
12082 msgstr ""
12083
12084 #. type: verbatim
12085 #: ../src/guestfs-actions.pod:2750
12086 #, no-wrap
12087 msgid ""
12088 " char *\n"
12089 " guestfs_inspect_get_icon (guestfs_h *g,\n"
12090 "                           const char *root,\n"
12091 "                           size_t *size_r,\n"
12092 "                           ...);\n"
12093 "\n"
12094 msgstr ""
12095
12096 #. type: verbatim
12097 #: ../src/guestfs-actions.pod:2761
12098 #, no-wrap
12099 msgid ""
12100 " GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
12101 " GUESTFS_INSPECT_GET_ICON_HIGHQUALITY, int highquality,\n"
12102 "\n"
12103 msgstr ""
12104
12105 #. type: textblock
12106 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1877
12107 msgid ""
12108 "This function returns an icon corresponding to the inspected operating "
12109 "system.  The icon is returned as a buffer containing a PNG image (re-encoded "
12110 "to PNG if necessary)."
12111 msgstr ""
12112
12113 #. type: textblock
12114 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1881
12115 msgid ""
12116 "If it was not possible to get an icon this function returns a zero-length "
12117 "(non-NULL) buffer.  I<Callers must check for this case>."
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1884
12122 msgid ""
12123 "Libguestfs will start by looking for a file called C</etc/favicon.png> or "
12124 "C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
12125 "this file will be returned.  You can disable favicons by passing the "
12126 "optional C<favicon> boolean as false (default is true)."
12127 msgstr ""
12128
12129 #. type: textblock
12130 #: ../src/guestfs-actions.pod:2777 ../fish/guestfish-actions.pod:1890
12131 msgid ""
12132 "If finding the favicon fails, then we look in other places in the guest for "
12133 "a suitable icon."
12134 msgstr ""
12135
12136 #. type: textblock
12137 #: ../src/guestfs-actions.pod:2780 ../fish/guestfish-actions.pod:1893
12138 msgid ""
12139 "If the optional C<highquality> boolean is true then only high quality icons "
12140 "are returned, which means only icons of high resolution with an alpha "
12141 "channel.  The default (false) is to return any icon we can, even if it is of "
12142 "substandard quality."
12143 msgstr ""
12144
12145 #. type: textblock
12146 #: ../src/guestfs-actions.pod:2791 ../fish/guestfish-actions.pod:1904
12147 msgid ""
12148 "Unlike most other inspection API calls, the guest's disks must be mounted up "
12149 "before you call this, since it needs to read information from the guest "
12150 "filesystem during the call."
12151 msgstr ""
12152
12153 #. type: textblock
12154 #: ../src/guestfs-actions.pod:2797 ../fish/guestfish-actions.pod:1910
12155 msgid ""
12156 "B<Security:> The icon data comes from the untrusted guest, and should be "
12157 "treated with caution.  PNG files have been known to contain exploits.  "
12158 "Ensure that libpng (or other relevant libraries) are fully up to date before "
12159 "trying to process or display the icon."
12160 msgstr ""
12161
12162 #. type: textblock
12163 #: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1918
12164 msgid ""
12165 "The PNG image returned can be any size.  It might not be square.  Libguestfs "
12166 "tries to return the largest, highest quality icon available.  The "
12167 "application must scale the icon to the required size."
12168 msgstr ""
12169
12170 #. type: textblock
12171 #: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1925
12172 msgid ""
12173 "Extracting icons from Windows guests requires the external C<wrestool> "
12174 "program from the C<icoutils> package, and several programs (C<bmptopnm>, "
12175 "C<pnmtopng>, C<pamcut>)  from the C<netpbm> package.  These must be "
12176 "installed separately."
12177 msgstr ""
12178
12179 #. type: textblock
12180 #: ../src/guestfs-actions.pod:2819 ../fish/guestfish-actions.pod:1932
12181 msgid ""
12182 "Operating system icons are usually trademarks.  Seek legal advice before "
12183 "using trademarks in applications."
12184 msgstr ""
12185
12186 #. type: textblock
12187 #: ../src/guestfs-actions.pod:2828 ../src/guestfs-actions.pod:3653
12188 #: ../src/guestfs-actions.pod:4872
12189 msgid "(Added in 1.11.12)"
12190 msgstr ""
12191
12192 #. type: =head2
12193 #: ../src/guestfs-actions.pod:2830
12194 msgid "guestfs_inspect_get_icon_va"
12195 msgstr ""
12196
12197 #. type: verbatim
12198 #: ../src/guestfs-actions.pod:2832
12199 #, no-wrap
12200 msgid ""
12201 " char *\n"
12202 " guestfs_inspect_get_icon_va (guestfs_h *g,\n"
12203 "                              const char *root,\n"
12204 "                              size_t *size_r,\n"
12205 "                              va_list args);\n"
12206 "\n"
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:2838
12211 msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
12212 msgstr ""
12213
12214 #. type: =head2
12215 #: ../src/guestfs-actions.pod:2842
12216 msgid "guestfs_inspect_get_icon_argv"
12217 msgstr ""
12218
12219 #. type: verbatim
12220 #: ../src/guestfs-actions.pod:2844
12221 #, no-wrap
12222 msgid ""
12223 " char *\n"
12224 " guestfs_inspect_get_icon_argv (guestfs_h *g,\n"
12225 "                                const char *root,\n"
12226 "                                size_t *size_r,\n"
12227 "                                const struct guestfs_inspect_get_icon_argv *optargs);\n"
12228 "\n"
12229 msgstr ""
12230
12231 #. type: textblock
12232 #: ../src/guestfs-actions.pod:2850
12233 msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
12234 msgstr ""
12235
12236 # type: =head2
12237 #. type: =head2
12238 #: ../src/guestfs-actions.pod:2854
12239 msgid "guestfs_inspect_get_major_version"
12240 msgstr ""
12241
12242 # type: verbatim
12243 #. type: verbatim
12244 #: ../src/guestfs-actions.pod:2856
12245 #, no-wrap
12246 msgid ""
12247 " int\n"
12248 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
12249 "                                    const char *root);\n"
12250 "\n"
12251 msgstr ""
12252
12253 # type: textblock
12254 #. type: textblock
12255 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1943
12256 msgid ""
12257 "This returns the major version number of the inspected operating system."
12258 msgstr ""
12259
12260 # type: textblock
12261 #. type: textblock
12262 #: ../src/guestfs-actions.pod:2863 ../fish/guestfish-actions.pod:1946
12263 msgid ""
12264 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
12265 "popular public names used by the operating system.  Notably the operating "
12266 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
12267 "1).  You can find out the real versions corresponding to releases of Windows "
12268 "by consulting Wikipedia or MSDN."
12269 msgstr ""
12270
12271 # type: textblock
12272 #. type: textblock
12273 #: ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:2887
12274 #: ../fish/guestfish-actions.pod:1953 ../fish/guestfish-actions.pod:1964
12275 msgid "If the version could not be determined, then C<0> is returned."
12276 msgstr ""
12277
12278 # type: =head2
12279 #. type: =head2
12280 #: ../src/guestfs-actions.pod:2878
12281 msgid "guestfs_inspect_get_minor_version"
12282 msgstr ""
12283
12284 # type: verbatim
12285 #. type: verbatim
12286 #: ../src/guestfs-actions.pod:2880
12287 #, no-wrap
12288 msgid ""
12289 " int\n"
12290 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
12291 "                                    const char *root);\n"
12292 "\n"
12293 msgstr ""
12294
12295 # type: textblock
12296 #. type: textblock
12297 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1961
12298 msgid ""
12299 "This returns the minor version number of the inspected operating system."
12300 msgstr ""
12301
12302 # type: textblock
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:2889
12305 msgid ""
12306 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12307 "C<guestfs_inspect_get_major_version>."
12308 msgstr ""
12309
12310 # type: =head2
12311 #. type: =head2
12312 #: ../src/guestfs-actions.pod:2896
12313 msgid "guestfs_inspect_get_mountpoints"
12314 msgstr ""
12315
12316 # type: verbatim
12317 #. type: verbatim
12318 #: ../src/guestfs-actions.pod:2898
12319 #, no-wrap
12320 msgid ""
12321 " char **\n"
12322 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
12323 "                                  const char *root);\n"
12324 "\n"
12325 msgstr ""
12326
12327 #. type: textblock
12328 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1973
12329 msgid ""
12330 "This returns a hash of where we think the filesystems associated with this "
12331 "operating system should be mounted.  Callers should note that this is at "
12332 "best an educated guess made by reading configuration files such as C</etc/"
12333 "fstab>.  I<In particular note> that this may return filesystems which are "
12334 "non-existent or not mountable and callers should be prepared to handle or "
12335 "ignore failures if they try to mount them."
12336 msgstr ""
12337
12338 # type: textblock
12339 #. type: textblock
12340 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:1982
12341 msgid ""
12342 "Each element in the returned hashtable has a key which is the path of the "
12343 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
12344 "mounted there (eg. C</dev/sda1>)."
12345 msgstr ""
12346
12347 # type: textblock
12348 #. type: textblock
12349 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:1987
12350 msgid ""
12351 "Non-mounted devices such as swap devices are I<not> returned in this list."
12352 msgstr ""
12353
12354 #. type: textblock
12355 #: ../src/guestfs-actions.pod:2919
12356 msgid ""
12357 "For operating systems like Windows which still use drive letters, this call "
12358 "will only return an entry for the first drive \"mounted on\" C</>.  For "
12359 "information about the mapping of drive letters to partitions, see "
12360 "C<guestfs_inspect_get_drive_mappings>."
12361 msgstr ""
12362
12363 # type: textblock
12364 #. type: textblock
12365 #: ../src/guestfs-actions.pod:2925
12366 msgid ""
12367 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12368 "C<guestfs_inspect_get_filesystems>."
12369 msgstr ""
12370
12371 # type: =head2
12372 #. type: =head2
12373 #: ../src/guestfs-actions.pod:2936
12374 msgid "guestfs_inspect_get_package_format"
12375 msgstr ""
12376
12377 # type: verbatim
12378 #. type: verbatim
12379 #: ../src/guestfs-actions.pod:2938
12380 #, no-wrap
12381 msgid ""
12382 " char *\n"
12383 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
12384 "                                     const char *root);\n"
12385 "\n"
12386 msgstr ""
12387
12388 # type: textblock
12389 #. type: textblock
12390 #: ../src/guestfs-actions.pod:2942
12391 msgid ""
12392 "This function and C<guestfs_inspect_get_package_management> return the "
12393 "package format and package management tool used by the inspected operating "
12394 "system.  For example for Fedora these functions would return C<rpm> (package "
12395 "format) and C<yum> (package management)."
12396 msgstr ""
12397
12398 # type: textblock
12399 #. type: textblock
12400 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2009
12401 msgid ""
12402 "This returns the string C<unknown> if we could not determine the package "
12403 "format I<or> if the operating system does not have a real packaging system "
12404 "(eg. Windows)."
12405 msgstr ""
12406
12407 # type: textblock
12408 #. type: textblock
12409 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2013
12410 msgid ""
12411 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
12412 "Future versions of libguestfs may return other strings."
12413 msgstr ""
12414
12415 # type: textblock
12416 #. type: textblock
12417 #: ../src/guestfs-actions.pod:2960 ../src/guestfs-actions.pod:2988
12418 msgid "(Added in 1.7.5)"
12419 msgstr ""
12420
12421 # type: =head2
12422 #. type: =head2
12423 #: ../src/guestfs-actions.pod:2962
12424 msgid "guestfs_inspect_get_package_management"
12425 msgstr ""
12426
12427 # type: verbatim
12428 #. type: verbatim
12429 #: ../src/guestfs-actions.pod:2964
12430 #, no-wrap
12431 msgid ""
12432 " char *\n"
12433 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
12434 "                                         const char *root);\n"
12435 "\n"
12436 msgstr ""
12437
12438 # type: textblock
12439 #. type: textblock
12440 #: ../src/guestfs-actions.pod:2968
12441 msgid ""
12442 "C<guestfs_inspect_get_package_format> and this function return the package "
12443 "format and package management tool used by the inspected operating system.  "
12444 "For example for Fedora these functions would return C<rpm> (package format) "
12445 "and C<yum> (package management)."
12446 msgstr ""
12447
12448 # type: textblock
12449 #. type: textblock
12450 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2028
12451 msgid ""
12452 "This returns the string C<unknown> if we could not determine the package "
12453 "management tool I<or> if the operating system does not have a real packaging "
12454 "system (eg. Windows)."
12455 msgstr ""
12456
12457 # type: textblock
12458 #. type: textblock
12459 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2032
12460 msgid ""
12461 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
12462 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
12463 "libguestfs may return other strings."
12464 msgstr ""
12465
12466 # type: =head2
12467 #. type: =head2
12468 #: ../src/guestfs-actions.pod:2990
12469 msgid "guestfs_inspect_get_product_name"
12470 msgstr ""
12471
12472 # type: verbatim
12473 #. type: verbatim
12474 #: ../src/guestfs-actions.pod:2992
12475 #, no-wrap
12476 msgid ""
12477 " char *\n"
12478 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
12479 "                                   const char *root);\n"
12480 "\n"
12481 msgstr ""
12482
12483 # type: textblock
12484 #. type: textblock
12485 #: ../src/guestfs-actions.pod:2996 ../fish/guestfish-actions.pod:2043
12486 msgid ""
12487 "This returns the product name of the inspected operating system.  The "
12488 "product name is generally some freeform string which can be displayed to the "
12489 "user, but should not be parsed by programs."
12490 msgstr ""
12491
12492 # type: textblock
12493 #. type: textblock
12494 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2048
12495 msgid ""
12496 "If the product name could not be determined, then the string C<unknown> is "
12497 "returned."
12498 msgstr ""
12499
12500 #. type: =head2
12501 #: ../src/guestfs-actions.pod:3011
12502 msgid "guestfs_inspect_get_product_variant"
12503 msgstr ""
12504
12505 #. type: verbatim
12506 #: ../src/guestfs-actions.pod:3013
12507 #, no-wrap
12508 msgid ""
12509 " char *\n"
12510 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
12511 "                                      const char *root);\n"
12512 "\n"
12513 msgstr ""
12514
12515 #. type: textblock
12516 #: ../src/guestfs-actions.pod:3017 ../fish/guestfish-actions.pod:2057
12517 msgid "This returns the product variant of the inspected operating system."
12518 msgstr ""
12519
12520 #. type: textblock
12521 #: ../src/guestfs-actions.pod:3020 ../fish/guestfish-actions.pod:2060
12522 msgid ""
12523 "For Windows guests, this returns the contents of the Registry key C<HKLM"
12524 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
12525 "is usually a string such as C<Client> or C<Server> (other values are "
12526 "possible).  This can be used to distinguish consumer and enterprise versions "
12527 "of Windows that have the same version number (for example, Windows 7 and "
12528 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
12529 "the latter is C<Server>)."
12530 msgstr ""
12531
12532 #. type: textblock
12533 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2069
12534 msgid ""
12535 "For enterprise Linux guests, in future we intend this to return the product "
12536 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
12537 "implemented at present."
12538 msgstr ""
12539
12540 #. type: textblock
12541 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2073
12542 msgid ""
12543 "If the product variant could not be determined, then the string C<unknown> "
12544 "is returned."
12545 msgstr ""
12546
12547 #. type: textblock
12548 #: ../src/guestfs-actions.pod:3036
12549 msgid ""
12550 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12551 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
12552 msgstr ""
12553
12554 #. type: textblock
12555 #: ../src/guestfs-actions.pod:3043
12556 msgid "(Added in 1.9.13)"
12557 msgstr ""
12558
12559 # type: =head2
12560 #. type: =head2
12561 #: ../src/guestfs-actions.pod:3045
12562 msgid "guestfs_inspect_get_roots"
12563 msgstr ""
12564
12565 # type: verbatim
12566 #. type: verbatim
12567 #: ../src/guestfs-actions.pod:3047
12568 #, no-wrap
12569 msgid ""
12570 " char **\n"
12571 " guestfs_inspect_get_roots (guestfs_h *g);\n"
12572 "\n"
12573 msgstr ""
12574
12575 # type: textblock
12576 #. type: textblock
12577 #: ../src/guestfs-actions.pod:3050
12578 msgid ""
12579 "This function is a convenient way to get the list of root devices, as "
12580 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
12581 "the whole inspection process."
12582 msgstr ""
12583
12584 # type: textblock
12585 #. type: textblock
12586 #: ../src/guestfs-actions.pod:3054
12587 msgid ""
12588 "This returns an empty list if either no root devices were found or the "
12589 "caller has not called C<guestfs_inspect_os>."
12590 msgstr ""
12591
12592 # type: textblock
12593 #. type: textblock
12594 #: ../src/guestfs-actions.pod:3063
12595 msgid "(Added in 1.7.3)"
12596 msgstr ""
12597
12598 # type: =head2
12599 #. type: =head2
12600 #: ../src/guestfs-actions.pod:3065
12601 msgid "guestfs_inspect_get_type"
12602 msgstr ""
12603
12604 # type: verbatim
12605 #. type: verbatim
12606 #: ../src/guestfs-actions.pod:3067
12607 #, no-wrap
12608 msgid ""
12609 " char *\n"
12610 " guestfs_inspect_get_type (guestfs_h *g,\n"
12611 "                           const char *root);\n"
12612 "\n"
12613 msgstr ""
12614
12615 # type: textblock
12616 #. type: textblock
12617 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2097
12618 msgid ""
12619 "This returns the type of the inspected operating system.  Currently defined "
12620 "types are:"
12621 msgstr ""
12622
12623 # type: =item
12624 #. type: =item
12625 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2102
12626 msgid "\"linux\""
12627 msgstr ""
12628
12629 # type: textblock
12630 #. type: textblock
12631 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2104
12632 msgid "Any Linux-based operating system."
12633 msgstr ""
12634
12635 # type: textblock
12636 #. type: textblock
12637 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2108
12638 msgid "Any Microsoft Windows operating system."
12639 msgstr ""
12640
12641 # type: =item
12642 #. type: =item
12643 #: ../src/guestfs-actions.pod:3084 ../fish/guestfish-actions.pod:2110
12644 msgid "\"freebsd\""
12645 msgstr ""
12646
12647 # type: textblock
12648 #. type: textblock
12649 #: ../src/guestfs-actions.pod:3086 ../fish/guestfish-actions.pod:2112
12650 msgid "FreeBSD."
12651 msgstr ""
12652
12653 # type: textblock
12654 #. type: textblock
12655 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2116
12656 msgid "The operating system type could not be determined."
12657 msgstr ""
12658
12659 #. type: =head2
12660 #: ../src/guestfs-actions.pod:3104
12661 msgid "guestfs_inspect_get_windows_current_control_set"
12662 msgstr ""
12663
12664 #. type: verbatim
12665 #: ../src/guestfs-actions.pod:3106
12666 #, no-wrap
12667 msgid ""
12668 " char *\n"
12669 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
12670 "                                                  const char *root);\n"
12671 "\n"
12672 msgstr ""
12673
12674 #. type: textblock
12675 #: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2129
12676 msgid ""
12677 "This returns the Windows CurrentControlSet of the inspected guest.  The "
12678 "CurrentControlSet is a registry key name such as C<ControlSet001>."
12679 msgstr ""
12680
12681 #. type: textblock
12682 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2132
12683 msgid ""
12684 "This call assumes that the guest is Windows and that the Registry could be "
12685 "examined by inspection.  If this is not the case then an error is returned."
12686 msgstr ""
12687
12688 # type: =head2
12689 #. type: =head2
12690 #: ../src/guestfs-actions.pod:3124
12691 msgid "guestfs_inspect_get_windows_systemroot"
12692 msgstr ""
12693
12694 # type: verbatim
12695 #. type: verbatim
12696 #: ../src/guestfs-actions.pod:3126
12697 #, no-wrap
12698 msgid ""
12699 " char *\n"
12700 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
12701 "                                         const char *root);\n"
12702 "\n"
12703 msgstr ""
12704
12705 # type: textblock
12706 #. type: textblock
12707 #: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2142
12708 msgid ""
12709 "This returns the Windows systemroot of the inspected guest.  The systemroot "
12710 "is a directory path such as C</WINDOWS>."
12711 msgstr ""
12712
12713 # type: textblock
12714 #. type: textblock
12715 #: ../src/guestfs-actions.pod:3133 ../fish/guestfish-actions.pod:2145
12716 msgid ""
12717 "This call assumes that the guest is Windows and that the systemroot could be "
12718 "determined by inspection.  If this is not the case then an error is returned."
12719 msgstr ""
12720
12721 # type: textblock
12722 #. type: textblock
12723 #: ../src/guestfs-actions.pod:3142
12724 msgid "(Added in 1.5.25)"
12725 msgstr ""
12726
12727 #. type: =head2
12728 #: ../src/guestfs-actions.pod:3144
12729 msgid "guestfs_inspect_is_live"
12730 msgstr ""
12731
12732 #. type: verbatim
12733 #: ../src/guestfs-actions.pod:3146
12734 #, no-wrap
12735 msgid ""
12736 " int\n"
12737 " guestfs_inspect_is_live (guestfs_h *g,\n"
12738 "                          const char *root);\n"
12739 "\n"
12740 msgstr ""
12741
12742 #. type: textblock
12743 #: ../src/guestfs-actions.pod:3150
12744 msgid ""
12745 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12746 "disk), then this returns true if a live image was detected on the disk."
12747 msgstr ""
12748
12749 #. type: =head2
12750 #: ../src/guestfs-actions.pod:3160
12751 msgid "guestfs_inspect_is_multipart"
12752 msgstr ""
12753
12754 #. type: verbatim
12755 #: ../src/guestfs-actions.pod:3162
12756 #, no-wrap
12757 msgid ""
12758 " int\n"
12759 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
12760 "                               const char *root);\n"
12761 "\n"
12762 msgstr ""
12763
12764 #. type: textblock
12765 #: ../src/guestfs-actions.pod:3166
12766 msgid ""
12767 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12768 "disk), then this returns true if the disk is part of a set."
12769 msgstr ""
12770
12771 #. type: =head2
12772 #: ../src/guestfs-actions.pod:3176
12773 msgid "guestfs_inspect_is_netinst"
12774 msgstr ""
12775
12776 #. type: verbatim
12777 #: ../src/guestfs-actions.pod:3178
12778 #, no-wrap
12779 msgid ""
12780 " int\n"
12781 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
12782 "                             const char *root);\n"
12783 "\n"
12784 msgstr ""
12785
12786 #. type: textblock
12787 #: ../src/guestfs-actions.pod:3182
12788 msgid ""
12789 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12790 "disk), then this returns true if the disk is a network installer, ie. not a "
12791 "self-contained install CD but one which is likely to require network access "
12792 "to complete the install."
12793 msgstr ""
12794
12795 # type: =head2
12796 #. type: =head2
12797 #: ../src/guestfs-actions.pod:3194
12798 msgid "guestfs_inspect_list_applications"
12799 msgstr ""
12800
12801 # type: verbatim
12802 #. type: verbatim
12803 #: ../src/guestfs-actions.pod:3196
12804 #, no-wrap
12805 msgid ""
12806 " struct guestfs_application_list *\n"
12807 " guestfs_inspect_list_applications (guestfs_h *g,\n"
12808 "                                    const char *root);\n"
12809 "\n"
12810 msgstr ""
12811
12812 # type: textblock
12813 #. type: textblock
12814 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2187
12815 msgid "Return the list of applications installed in the operating system."
12816 msgstr ""
12817
12818 # type: textblock
12819 #. type: textblock
12820 #: ../src/guestfs-actions.pod:3202
12821 msgid ""
12822 "I<Note:> This call works differently from other parts of the inspection "
12823 "API.  You have to call C<guestfs_inspect_os>, then "
12824 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
12825 "this.  Listing applications is a significantly more difficult operation "
12826 "which requires access to the full filesystem.  Also note that unlike the "
12827 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
12828 "the libguestfs handle, this call actually reads parts of the mounted "
12829 "filesystems during the call."
12830 msgstr ""
12831
12832 # type: textblock
12833 #. type: textblock
12834 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2199
12835 msgid ""
12836 "This returns an empty list if the inspection code was not able to determine "
12837 "the list of applications."
12838 msgstr ""
12839
12840 # type: textblock
12841 #. type: textblock
12842 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2202
12843 msgid "The application structure contains the following fields:"
12844 msgstr ""
12845
12846 # type: =item
12847 #. type: =item
12848 #: ../src/guestfs-actions.pod:3219 ../fish/guestfish-actions.pod:2206
12849 msgid "C<app_name>"
12850 msgstr ""
12851
12852 # type: textblock
12853 #. type: textblock
12854 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2208
12855 msgid ""
12856 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
12857 "guests, this is the package name."
12858 msgstr ""
12859
12860 # type: =item
12861 #. type: =item
12862 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2211
12863 msgid "C<app_display_name>"
12864 msgstr ""
12865
12866 # type: textblock
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2213
12869 msgid ""
12870 "The display name of the application, sometimes localized to the install "
12871 "language of the guest operating system."
12872 msgstr ""
12873
12874 # type: textblock
12875 #. type: textblock
12876 #: ../src/guestfs-actions.pod:3229 ../fish/guestfish-actions.pod:2216
12877 msgid ""
12878 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
12879 "to display something can use C<app_name> instead."
12880 msgstr ""
12881
12882 # type: =item
12883 #. type: =item
12884 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2219
12885 msgid "C<app_epoch>"
12886 msgstr ""
12887
12888 # type: textblock
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2221
12891 msgid ""
12892 "For package managers which use epochs, this contains the epoch of the "
12893 "package (an integer).  If unavailable, this is returned as C<0>."
12894 msgstr ""
12895
12896 # type: =item
12897 #. type: =item
12898 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2224
12899 msgid "C<app_version>"
12900 msgstr ""
12901
12902 # type: textblock
12903 #. type: textblock
12904 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2226
12905 msgid ""
12906 "The version string of the application or package.  If unavailable this is "
12907 "returned as an empty string C<\"\">."
12908 msgstr ""
12909
12910 # type: =item
12911 #. type: =item
12912 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2229
12913 msgid "C<app_release>"
12914 msgstr ""
12915
12916 # type: textblock
12917 #. type: textblock
12918 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2231
12919 msgid ""
12920 "The release string of the application or package, for package managers that "
12921 "use this.  If unavailable this is returned as an empty string C<\"\">."
12922 msgstr ""
12923
12924 # type: =item
12925 #. type: =item
12926 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2235
12927 msgid "C<app_install_path>"
12928 msgstr ""
12929
12930 # type: textblock
12931 #. type: textblock
12932 #: ../src/guestfs-actions.pod:3250 ../fish/guestfish-actions.pod:2237
12933 msgid ""
12934 "The installation path of the application (on operating systems such as "
12935 "Windows which use installation paths).  This path is in the format used by "
12936 "the guest operating system, it is not a libguestfs path."
12937 msgstr ""
12938
12939 # type: textblock
12940 #. type: textblock
12941 #: ../src/guestfs-actions.pod:3255 ../fish/guestfish-actions.pod:2242
12942 msgid "If unavailable this is returned as an empty string C<\"\">."
12943 msgstr ""
12944
12945 # type: =item
12946 #. type: =item
12947 #: ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:2244
12948 msgid "C<app_trans_path>"
12949 msgstr ""
12950
12951 # type: textblock
12952 #. type: textblock
12953 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2246
12954 msgid ""
12955 "The install path translated into a libguestfs path.  If unavailable this is "
12956 "returned as an empty string C<\"\">."
12957 msgstr ""
12958
12959 # type: =item
12960 #. type: =item
12961 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2249
12962 msgid "C<app_publisher>"
12963 msgstr ""
12964
12965 # type: textblock
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:3264 ../fish/guestfish-actions.pod:2251
12968 msgid ""
12969 "The name of the publisher of the application, for package managers that use "
12970 "this.  If unavailable this is returned as an empty string C<\"\">."
12971 msgstr ""
12972
12973 # type: =item
12974 #. type: =item
12975 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2255
12976 msgid "C<app_url>"
12977 msgstr ""
12978
12979 # type: textblock
12980 #. type: textblock
12981 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2257
12982 msgid ""
12983 "The URL (eg. upstream URL) of the application.  If unavailable this is "
12984 "returned as an empty string C<\"\">."
12985 msgstr ""
12986
12987 # type: =item
12988 #. type: =item
12989 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2260
12990 msgid "C<app_source_package>"
12991 msgstr ""
12992
12993 # type: textblock
12994 #. type: textblock
12995 #: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2262
12996 msgid ""
12997 "For packaging systems which support this, the name of the source package.  "
12998 "If unavailable this is returned as an empty string C<\"\">."
12999 msgstr ""
13000
13001 # type: =item
13002 #. type: =item
13003 #: ../src/guestfs-actions.pod:3278 ../fish/guestfish-actions.pod:2265
13004 msgid "C<app_summary>"
13005 msgstr ""
13006
13007 # type: textblock
13008 #. type: textblock
13009 #: ../src/guestfs-actions.pod:3280 ../fish/guestfish-actions.pod:2267
13010 msgid ""
13011 "A short (usually one line) description of the application or package.  If "
13012 "unavailable this is returned as an empty string C<\"\">."
13013 msgstr ""
13014
13015 # type: =item
13016 #. type: =item
13017 #: ../src/guestfs-actions.pod:3283 ../fish/guestfish-actions.pod:2270
13018 msgid "C<app_description>"
13019 msgstr ""
13020
13021 # type: textblock
13022 #. type: textblock
13023 #: ../src/guestfs-actions.pod:3285 ../fish/guestfish-actions.pod:2272
13024 msgid ""
13025 "A longer description of the application or package.  If unavailable this is "
13026 "returned as an empty string C<\"\">."
13027 msgstr ""
13028
13029 # type: textblock
13030 #. type: textblock
13031 #: ../src/guestfs-actions.pod:3292
13032 msgid ""
13033 "This function returns a C<struct guestfs_application_list *>, or NULL if "
13034 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
13035 "after use>."
13036 msgstr ""
13037
13038 # type: textblock
13039 #. type: textblock
13040 #: ../src/guestfs-actions.pod:3296
13041 msgid "(Added in 1.7.8)"
13042 msgstr ""
13043
13044 # type: =head2
13045 #. type: =head2
13046 #: ../src/guestfs-actions.pod:3298
13047 msgid "guestfs_inspect_os"
13048 msgstr ""
13049
13050 # type: verbatim
13051 #. type: verbatim
13052 #: ../src/guestfs-actions.pod:3300
13053 #, no-wrap
13054 msgid ""
13055 " char **\n"
13056 " guestfs_inspect_os (guestfs_h *g);\n"
13057 "\n"
13058 msgstr ""
13059
13060 # type: textblock
13061 #. type: textblock
13062 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2283
13063 msgid ""
13064 "This function uses other libguestfs functions and certain heuristics to "
13065 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
13066 "for operating systems."
13067 msgstr ""
13068
13069 # type: textblock
13070 #. type: textblock
13071 #: ../src/guestfs-actions.pod:3307 ../fish/guestfish-actions.pod:2287
13072 msgid "The list returned is empty if no operating systems were found."
13073 msgstr ""
13074
13075 # type: textblock
13076 #. type: textblock
13077 #: ../src/guestfs-actions.pod:3309 ../fish/guestfish-actions.pod:2289
13078 msgid ""
13079 "If one operating system was found, then this returns a list with a single "
13080 "element, which is the name of the root filesystem of this operating system.  "
13081 "It is also possible for this function to return a list containing more than "
13082 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
13083 "element being the root filesystem of one of the operating systems."
13084 msgstr ""
13085
13086 # type: textblock
13087 #. type: textblock
13088 #: ../src/guestfs-actions.pod:3316
13089 msgid ""
13090 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
13091 "functions in order to query further information about each operating system, "
13092 "such as the name and version."
13093 msgstr ""
13094
13095 # type: textblock
13096 #. type: textblock
13097 #: ../src/guestfs-actions.pod:3321
13098 msgid ""
13099 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
13100 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
13101 "the contents.  This should be called with no disks currently mounted.  The "
13102 "function may also use Augeas, so any existing Augeas handle will be closed."
13103 msgstr ""
13104
13105 # type: textblock
13106 #. type: textblock
13107 #: ../src/guestfs-actions.pod:3327 ../fish/guestfish-actions.pod:2307
13108 msgid ""
13109 "This function cannot decrypt encrypted disks.  The caller must do that first "
13110 "(supplying the necessary keys) if the disk is encrypted."
13111 msgstr ""
13112
13113 # type: textblock
13114 #. type: textblock
13115 #: ../src/guestfs-actions.pod:3333 ../src/guestfs-actions.pod:3664
13116 #: ../src/guestfs-actions.pod:3726
13117 msgid "See also C<guestfs_list_filesystems>."
13118 msgstr ""
13119
13120 # type: =head2
13121 #. type: =head2
13122 #: ../src/guestfs-actions.pod:3341
13123 msgid "guestfs_is_blockdev"
13124 msgstr ""
13125
13126 # type: verbatim
13127 #. type: verbatim
13128 #: ../src/guestfs-actions.pod:3343
13129 #, no-wrap
13130 msgid ""
13131 " int\n"
13132 " guestfs_is_blockdev (guestfs_h *g,\n"
13133 "                      const char *path);\n"
13134 "\n"
13135 msgstr ""
13136
13137 # type: textblock
13138 #. type: textblock
13139 #: ../src/guestfs-actions.pod:3347 ../fish/guestfish-actions.pod:2319
13140 msgid ""
13141 "This returns C<true> if and only if there is a block device with the given "
13142 "C<path> name."
13143 msgstr ""
13144
13145 # type: textblock
13146 #. type: textblock
13147 #: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3379
13148 #: ../src/guestfs-actions.pod:3409 ../src/guestfs-actions.pod:3424
13149 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3496
13150 #: ../src/guestfs-actions.pod:3511
13151 msgid "See also C<guestfs_stat>."
13152 msgstr ""
13153
13154 # type: textblock
13155 #. type: textblock
13156 #: ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3383
13157 #: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3500
13158 #: ../src/guestfs-actions.pod:3515
13159 msgid "(Added in 1.5.10)"
13160 msgstr ""
13161
13162 # type: =head2
13163 #. type: =head2
13164 #: ../src/guestfs-actions.pod:3356
13165 msgid "guestfs_is_busy"
13166 msgstr ""
13167
13168 # type: verbatim
13169 #. type: verbatim
13170 #: ../src/guestfs-actions.pod:3358
13171 #, no-wrap
13172 msgid ""
13173 " int\n"
13174 " guestfs_is_busy (guestfs_h *g);\n"
13175 "\n"
13176 msgstr ""
13177
13178 # type: textblock
13179 #. type: textblock
13180 #: ../src/guestfs-actions.pod:3361 ../fish/guestfish-actions.pod:2328
13181 msgid ""
13182 "This returns true iff this handle is busy processing a command (in the "
13183 "C<BUSY> state)."
13184 msgstr ""
13185
13186 # type: =head2
13187 #. type: =head2
13188 #: ../src/guestfs-actions.pod:3370
13189 msgid "guestfs_is_chardev"
13190 msgstr ""
13191
13192 # type: verbatim
13193 #. type: verbatim
13194 #: ../src/guestfs-actions.pod:3372
13195 #, no-wrap
13196 msgid ""
13197 " int\n"
13198 " guestfs_is_chardev (guestfs_h *g,\n"
13199 "                     const char *path);\n"
13200 "\n"
13201 msgstr ""
13202
13203 # type: textblock
13204 #. type: textblock
13205 #: ../src/guestfs-actions.pod:3376 ../fish/guestfish-actions.pod:2337
13206 msgid ""
13207 "This returns C<true> if and only if there is a character device with the "
13208 "given C<path> name."
13209 msgstr ""
13210
13211 # type: =head2
13212 #. type: =head2
13213 #: ../src/guestfs-actions.pod:3385
13214 msgid "guestfs_is_config"
13215 msgstr ""
13216
13217 # type: verbatim
13218 #. type: verbatim
13219 #: ../src/guestfs-actions.pod:3387
13220 #, no-wrap
13221 msgid ""
13222 " int\n"
13223 " guestfs_is_config (guestfs_h *g);\n"
13224 "\n"
13225 msgstr ""
13226
13227 # type: textblock
13228 #. type: textblock
13229 #: ../src/guestfs-actions.pod:3390 ../fish/guestfish-actions.pod:2346
13230 msgid ""
13231 "This returns true iff this handle is being configured (in the C<CONFIG> "
13232 "state)."
13233 msgstr ""
13234
13235 # type: =head2
13236 #. type: =head2
13237 #: ../src/guestfs-actions.pod:3399
13238 msgid "guestfs_is_dir"
13239 msgstr ""
13240
13241 # type: verbatim
13242 #. type: verbatim
13243 #: ../src/guestfs-actions.pod:3401
13244 #, no-wrap
13245 msgid ""
13246 " int\n"
13247 " guestfs_is_dir (guestfs_h *g,\n"
13248 "                 const char *path);\n"
13249 "\n"
13250 msgstr ""
13251
13252 # type: textblock
13253 #. type: textblock
13254 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2355
13255 msgid ""
13256 "This returns C<true> if and only if there is a directory with the given "
13257 "C<path> name.  Note that it returns false for other objects like files."
13258 msgstr ""
13259
13260 # type: =head2
13261 #. type: =head2
13262 #: ../src/guestfs-actions.pod:3415
13263 msgid "guestfs_is_fifo"
13264 msgstr ""
13265
13266 # type: verbatim
13267 #. type: verbatim
13268 #: ../src/guestfs-actions.pod:3417
13269 #, no-wrap
13270 msgid ""
13271 " int\n"
13272 " guestfs_is_fifo (guestfs_h *g,\n"
13273 "                  const char *path);\n"
13274 "\n"
13275 msgstr ""
13276
13277 # type: textblock
13278 #. type: textblock
13279 #: ../src/guestfs-actions.pod:3421 ../fish/guestfish-actions.pod:2365
13280 msgid ""
13281 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
13282 "given C<path> name."
13283 msgstr ""
13284
13285 # type: =head2
13286 #. type: =head2
13287 #: ../src/guestfs-actions.pod:3430
13288 msgid "guestfs_is_file"
13289 msgstr ""
13290
13291 # type: verbatim
13292 #. type: verbatim
13293 #: ../src/guestfs-actions.pod:3432
13294 #, no-wrap
13295 msgid ""
13296 " int\n"
13297 " guestfs_is_file (guestfs_h *g,\n"
13298 "                  const char *path);\n"
13299 "\n"
13300 msgstr ""
13301
13302 # type: textblock
13303 #. type: textblock
13304 #: ../src/guestfs-actions.pod:3436 ../fish/guestfish-actions.pod:2374
13305 msgid ""
13306 "This returns C<true> if and only if there is a regular file with the given "
13307 "C<path> name.  Note that it returns false for other objects like directories."
13308 msgstr ""
13309
13310 # type: =head2
13311 #. type: =head2
13312 #: ../src/guestfs-actions.pod:3446
13313 msgid "guestfs_is_launching"
13314 msgstr ""
13315
13316 # type: verbatim
13317 #. type: verbatim
13318 #: ../src/guestfs-actions.pod:3448
13319 #, no-wrap
13320 msgid ""
13321 " int\n"
13322 " guestfs_is_launching (guestfs_h *g);\n"
13323 "\n"
13324 msgstr ""
13325
13326 # type: textblock
13327 #. type: textblock
13328 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2384
13329 msgid ""
13330 "This returns true iff this handle is launching the subprocess (in the "
13331 "C<LAUNCHING> state)."
13332 msgstr ""
13333
13334 # type: =head2
13335 #. type: =head2
13336 #: ../src/guestfs-actions.pod:3460
13337 msgid "guestfs_is_lv"
13338 msgstr ""
13339
13340 # type: verbatim
13341 #. type: verbatim
13342 #: ../src/guestfs-actions.pod:3462
13343 #, no-wrap
13344 msgid ""
13345 " int\n"
13346 " guestfs_is_lv (guestfs_h *g,\n"
13347 "                const char *device);\n"
13348 "\n"
13349 msgstr ""
13350
13351 # type: textblock
13352 #. type: textblock
13353 #: ../src/guestfs-actions.pod:3466 ../fish/guestfish-actions.pod:2393
13354 msgid ""
13355 "This command tests whether C<device> is a logical volume, and returns true "
13356 "iff this is the case."
13357 msgstr ""
13358
13359 # type: =head2
13360 #. type: =head2
13361 #: ../src/guestfs-actions.pod:3473
13362 msgid "guestfs_is_ready"
13363 msgstr ""
13364
13365 # type: verbatim
13366 #. type: verbatim
13367 #: ../src/guestfs-actions.pod:3475
13368 #, no-wrap
13369 msgid ""
13370 " int\n"
13371 " guestfs_is_ready (guestfs_h *g);\n"
13372 "\n"
13373 msgstr ""
13374
13375 # type: textblock
13376 #. type: textblock
13377 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2400
13378 msgid ""
13379 "This returns true iff this handle is ready to accept commands (in the "
13380 "C<READY> state)."
13381 msgstr ""
13382
13383 # type: =head2
13384 #. type: =head2
13385 #: ../src/guestfs-actions.pod:3487
13386 msgid "guestfs_is_socket"
13387 msgstr ""
13388
13389 # type: verbatim
13390 #. type: verbatim
13391 #: ../src/guestfs-actions.pod:3489
13392 #, no-wrap
13393 msgid ""
13394 " int\n"
13395 " guestfs_is_socket (guestfs_h *g,\n"
13396 "                    const char *path);\n"
13397 "\n"
13398 msgstr ""
13399
13400 # type: textblock
13401 #. type: textblock
13402 #: ../src/guestfs-actions.pod:3493 ../fish/guestfish-actions.pod:2409
13403 msgid ""
13404 "This returns C<true> if and only if there is a Unix domain socket with the "
13405 "given C<path> name."
13406 msgstr ""
13407
13408 # type: =head2
13409 #. type: =head2
13410 #: ../src/guestfs-actions.pod:3502
13411 msgid "guestfs_is_symlink"
13412 msgstr ""
13413
13414 # type: verbatim
13415 #. type: verbatim
13416 #: ../src/guestfs-actions.pod:3504
13417 #, no-wrap
13418 msgid ""
13419 " int\n"
13420 " guestfs_is_symlink (guestfs_h *g,\n"
13421 "                     const char *path);\n"
13422 "\n"
13423 msgstr ""
13424
13425 # type: textblock
13426 #. type: textblock
13427 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2418
13428 msgid ""
13429 "This returns C<true> if and only if there is a symbolic link with the given "
13430 "C<path> name."
13431 msgstr ""
13432
13433 #. type: =head2
13434 #: ../src/guestfs-actions.pod:3517
13435 msgid "guestfs_is_zero"
13436 msgstr ""
13437
13438 #. type: verbatim
13439 #: ../src/guestfs-actions.pod:3519
13440 #, no-wrap
13441 msgid ""
13442 " int\n"
13443 " guestfs_is_zero (guestfs_h *g,\n"
13444 "                  const char *path);\n"
13445 "\n"
13446 msgstr ""
13447
13448 #. type: textblock
13449 #: ../src/guestfs-actions.pod:3523 ../fish/guestfish-actions.pod:2427
13450 msgid ""
13451 "This returns true iff the file exists and the file is empty or it contains "
13452 "all zero bytes."
13453 msgstr ""
13454
13455 #. type: textblock
13456 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:3542
13457 msgid "(Added in 1.11.8)"
13458 msgstr ""
13459
13460 #. type: =head2
13461 #: ../src/guestfs-actions.pod:3530
13462 msgid "guestfs_is_zero_device"
13463 msgstr ""
13464
13465 #. type: verbatim
13466 #: ../src/guestfs-actions.pod:3532
13467 #, no-wrap
13468 msgid ""
13469 " int\n"
13470 " guestfs_is_zero_device (guestfs_h *g,\n"
13471 "                         const char *device);\n"
13472 "\n"
13473 msgstr ""
13474
13475 #. type: textblock
13476 #: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2434
13477 msgid "This returns true iff the device exists and contains all zero bytes."
13478 msgstr ""
13479
13480 #. type: textblock
13481 #: ../src/guestfs-actions.pod:3538 ../fish/guestfish-actions.pod:2436
13482 msgid "Note that for large devices this can take a long time to run."
13483 msgstr ""
13484
13485 # type: =head2
13486 #. type: =head2
13487 #: ../src/guestfs-actions.pod:3544
13488 msgid "guestfs_kill_subprocess"
13489 msgstr ""
13490
13491 # type: verbatim
13492 #. type: verbatim
13493 #: ../src/guestfs-actions.pod:3546
13494 #, no-wrap
13495 msgid ""
13496 " int\n"
13497 " guestfs_kill_subprocess (guestfs_h *g);\n"
13498 "\n"
13499 msgstr ""
13500
13501 # type: textblock
13502 #. type: textblock
13503 #: ../src/guestfs-actions.pod:3549 ../fish/guestfish-actions.pod:2442
13504 msgid "This kills the qemu subprocess.  You should never need to call this."
13505 msgstr ""
13506
13507 # type: =head2
13508 #. type: =head2
13509 #: ../src/guestfs-actions.pod:3555
13510 msgid "guestfs_launch"
13511 msgstr ""
13512
13513 # type: verbatim
13514 #. type: verbatim
13515 #: ../src/guestfs-actions.pod:3557
13516 #, no-wrap
13517 msgid ""
13518 " int\n"
13519 " guestfs_launch (guestfs_h *g);\n"
13520 "\n"
13521 msgstr ""
13522
13523 # type: textblock
13524 #. type: textblock
13525 #: ../src/guestfs-actions.pod:3560 ../fish/guestfish-actions.pod:2450
13526 msgid ""
13527 "Internally libguestfs is implemented by running a virtual machine using "
13528 "L<qemu(1)>."
13529 msgstr ""
13530
13531 # type: textblock
13532 #. type: textblock
13533 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2453
13534 msgid ""
13535 "You should call this after configuring the handle (eg. adding drives) but "
13536 "before performing any actions."
13537 msgstr ""
13538
13539 # type: =head2
13540 #. type: =head2
13541 #: ../src/guestfs-actions.pod:3575
13542 msgid "guestfs_lchown"
13543 msgstr ""
13544
13545 # type: verbatim
13546 #. type: verbatim
13547 #: ../src/guestfs-actions.pod:3577
13548 #, no-wrap
13549 msgid ""
13550 " int\n"
13551 " guestfs_lchown (guestfs_h *g,\n"
13552 "                 int owner,\n"
13553 "                 int group,\n"
13554 "                 const char *path);\n"
13555 "\n"
13556 msgstr ""
13557
13558 # type: textblock
13559 #. type: textblock
13560 #: ../src/guestfs-actions.pod:3583
13561 msgid ""
13562 "Change the file owner to C<owner> and group to C<group>.  This is like "
13563 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
13564 "changed, not the target."
13565 msgstr ""
13566
13567 # type: =head2
13568 #. type: =head2
13569 #: ../src/guestfs-actions.pod:3595
13570 msgid "guestfs_lgetxattr"
13571 msgstr ""
13572
13573 # type: verbatim
13574 #. type: verbatim
13575 #: ../src/guestfs-actions.pod:3597
13576 #, no-wrap
13577 msgid ""
13578 " char *\n"
13579 " guestfs_lgetxattr (guestfs_h *g,\n"
13580 "                    const char *path,\n"
13581 "                    const char *name,\n"
13582 "                    size_t *size_r);\n"
13583 "\n"
13584 msgstr ""
13585
13586 # type: textblock
13587 #. type: textblock
13588 #: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2472
13589 msgid ""
13590 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
13591 "is a symlink, then this call returns an extended attribute from the symlink."
13592 msgstr ""
13593
13594 # type: textblock
13595 #. type: textblock
13596 #: ../src/guestfs-actions.pod:3617
13597 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
13598 msgstr ""
13599
13600 # type: =head2
13601 #. type: =head2
13602 #: ../src/guestfs-actions.pod:3625
13603 msgid "guestfs_lgetxattrs"
13604 msgstr ""
13605
13606 # type: verbatim
13607 #. type: verbatim
13608 #: ../src/guestfs-actions.pod:3627
13609 #, no-wrap
13610 msgid ""
13611 " struct guestfs_xattr_list *\n"
13612 " guestfs_lgetxattrs (guestfs_h *g,\n"
13613 "                     const char *path);\n"
13614 "\n"
13615 msgstr ""
13616
13617 # type: textblock
13618 #. type: textblock
13619 #: ../src/guestfs-actions.pod:3631
13620 msgid ""
13621 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
13622 "then it returns the extended attributes of the link itself."
13623 msgstr ""
13624
13625 #. type: =head2
13626 #: ../src/guestfs-actions.pod:3641
13627 msgid "guestfs_list_9p"
13628 msgstr ""
13629
13630 #. type: verbatim
13631 #: ../src/guestfs-actions.pod:3643
13632 #, no-wrap
13633 msgid ""
13634 " char **\n"
13635 " guestfs_list_9p (guestfs_h *g);\n"
13636 "\n"
13637 msgstr ""
13638
13639 #. type: textblock
13640 #: ../src/guestfs-actions.pod:3646 ../fish/guestfish-actions.pod:2500
13641 msgid ""
13642 "List all 9p filesystems attached to the guest.  A list of mount tags is "
13643 "returned."
13644 msgstr ""
13645
13646 # type: =head2
13647 #. type: =head2
13648 #: ../src/guestfs-actions.pod:3655
13649 msgid "guestfs_list_devices"
13650 msgstr ""
13651
13652 # type: verbatim
13653 #. type: verbatim
13654 #: ../src/guestfs-actions.pod:3657
13655 #, no-wrap
13656 msgid ""
13657 " char **\n"
13658 " guestfs_list_devices (guestfs_h *g);\n"
13659 "\n"
13660 msgstr ""
13661
13662 # type: textblock
13663 #. type: textblock
13664 #: ../src/guestfs-actions.pod:3660 ../fish/guestfish-actions.pod:2507
13665 msgid "List all the block devices."
13666 msgstr ""
13667
13668 # type: textblock
13669 #. type: textblock
13670 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2509
13671 msgid "The full block device names are returned, eg. C</dev/sda>."
13672 msgstr ""
13673
13674 # type: =head2
13675 #. type: =head2
13676 #: ../src/guestfs-actions.pod:3672
13677 msgid "guestfs_list_filesystems"
13678 msgstr ""
13679
13680 # type: verbatim
13681 #. type: verbatim
13682 #: ../src/guestfs-actions.pod:3674
13683 #, no-wrap
13684 msgid ""
13685 " char **\n"
13686 " guestfs_list_filesystems (guestfs_h *g);\n"
13687 "\n"
13688 msgstr ""
13689
13690 # type: textblock
13691 #. type: textblock
13692 #: ../src/guestfs-actions.pod:3677 ../fish/guestfish-actions.pod:2517
13693 msgid ""
13694 "This inspection command looks for filesystems on partitions, block devices "
13695 "and logical volumes, returning a list of devices containing filesystems and "
13696 "their type."
13697 msgstr ""
13698
13699 # type: textblock
13700 #. type: textblock
13701 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2521
13702 msgid ""
13703 "The return value is a hash, where the keys are the devices containing "
13704 "filesystems, and the values are the filesystem types.  For example:"
13705 msgstr ""
13706
13707 # type: verbatim
13708 #. type: verbatim
13709 #: ../src/guestfs-actions.pod:3685 ../fish/guestfish-actions.pod:2525
13710 #, no-wrap
13711 msgid ""
13712 " \"/dev/sda1\" => \"ntfs\"\n"
13713 " \"/dev/sda2\" => \"ext2\"\n"
13714 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
13715 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
13716 "\n"
13717 msgstr ""
13718
13719 # type: textblock
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:3690 ../fish/guestfish-actions.pod:2530
13722 msgid ""
13723 "The value can have the special value \"unknown\", meaning the content of the "
13724 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
13725 msgstr ""
13726
13727 # type: textblock
13728 #. type: textblock
13729 #: ../src/guestfs-actions.pod:3694
13730 msgid ""
13731 "This command runs other libguestfs commands, which might include "
13732 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
13733 "soon after launch and only when nothing is mounted."
13734 msgstr ""
13735
13736 # type: textblock
13737 #. type: textblock
13738 #: ../src/guestfs-actions.pod:3698
13739 msgid ""
13740 "Not all of the filesystems returned will be mountable.  In particular, swap "
13741 "partitions are returned in the list.  Also this command does not check that "
13742 "each filesystem found is valid and mountable, and some filesystems might be "
13743 "mountable but require special options.  Filesystems may not all belong to a "
13744 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
13745 msgstr ""
13746
13747 # type: textblock
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:5374
13750 msgid "(Added in 1.5.15)"
13751 msgstr ""
13752
13753 # type: =head2
13754 #. type: =head2
13755 #: ../src/guestfs-actions.pod:3714
13756 msgid "guestfs_list_partitions"
13757 msgstr ""
13758
13759 # type: verbatim
13760 #. type: verbatim
13761 #: ../src/guestfs-actions.pod:3716
13762 #, no-wrap
13763 msgid ""
13764 " char **\n"
13765 " guestfs_list_partitions (guestfs_h *g);\n"
13766 "\n"
13767 msgstr ""
13768
13769 # type: textblock
13770 #. type: textblock
13771 #: ../src/guestfs-actions.pod:3719 ../fish/guestfish-actions.pod:2550
13772 msgid "List all the partitions detected on all block devices."
13773 msgstr ""
13774
13775 # type: textblock
13776 #. type: textblock
13777 #: ../src/guestfs-actions.pod:3721 ../fish/guestfish-actions.pod:2552
13778 msgid "The full partition device names are returned, eg. C</dev/sda1>"
13779 msgstr ""
13780
13781 # type: textblock
13782 #. type: textblock
13783 #: ../src/guestfs-actions.pod:3723
13784 msgid ""
13785 "This does not return logical volumes.  For that you will need to call "
13786 "C<guestfs_lvs>."
13787 msgstr ""
13788
13789 # type: =head2
13790 #. type: =head2
13791 #: ../src/guestfs-actions.pod:3734
13792 msgid "guestfs_ll"
13793 msgstr ""
13794
13795 # type: verbatim
13796 #. type: verbatim
13797 #: ../src/guestfs-actions.pod:3736
13798 #, no-wrap
13799 msgid ""
13800 " char *\n"
13801 " guestfs_ll (guestfs_h *g,\n"
13802 "             const char *directory);\n"
13803 "\n"
13804 msgstr ""
13805
13806 # type: textblock
13807 #. type: textblock
13808 #: ../src/guestfs-actions.pod:3740 ../fish/guestfish-actions.pod:2563
13809 msgid ""
13810 "List the files in C<directory> (relative to the root directory, there is no "
13811 "cwd) in the format of 'ls -la'."
13812 msgstr ""
13813
13814 # type: textblock
13815 #. type: textblock
13816 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2566
13817 msgid ""
13818 "This command is mostly useful for interactive sessions.  It is I<not> "
13819 "intended that you try to parse the output string."
13820 msgstr ""
13821
13822 # type: =head2
13823 #. type: =head2
13824 #: ../src/guestfs-actions.pod:3751
13825 msgid "guestfs_ln"
13826 msgstr ""
13827
13828 # type: verbatim
13829 #. type: verbatim
13830 #: ../src/guestfs-actions.pod:3753
13831 #, no-wrap
13832 msgid ""
13833 " int\n"
13834 " guestfs_ln (guestfs_h *g,\n"
13835 "             const char *target,\n"
13836 "             const char *linkname);\n"
13837 "\n"
13838 msgstr ""
13839
13840 # type: textblock
13841 #. type: textblock
13842 #: ../src/guestfs-actions.pod:3758 ../fish/guestfish-actions.pod:2573
13843 msgid "This command creates a hard link using the C<ln> command."
13844 msgstr ""
13845
13846 # type: =head2
13847 #. type: =head2
13848 #: ../src/guestfs-actions.pod:3764
13849 msgid "guestfs_ln_f"
13850 msgstr ""
13851
13852 # type: verbatim
13853 #. type: verbatim
13854 #: ../src/guestfs-actions.pod:3766
13855 #, no-wrap
13856 msgid ""
13857 " int\n"
13858 " guestfs_ln_f (guestfs_h *g,\n"
13859 "               const char *target,\n"
13860 "               const char *linkname);\n"
13861 "\n"
13862 msgstr ""
13863
13864 #. type: textblock
13865 #: ../src/guestfs-actions.pod:3771 ../fish/guestfish-actions.pod:2579
13866 msgid ""
13867 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
13868 "option removes the link (C<linkname>) if it exists already."
13869 msgstr ""
13870
13871 # type: =head2
13872 #. type: =head2
13873 #: ../src/guestfs-actions.pod:3778
13874 msgid "guestfs_ln_s"
13875 msgstr ""
13876
13877 # type: verbatim
13878 #. type: verbatim
13879 #: ../src/guestfs-actions.pod:3780
13880 #, no-wrap
13881 msgid ""
13882 " int\n"
13883 " guestfs_ln_s (guestfs_h *g,\n"
13884 "               const char *target,\n"
13885 "               const char *linkname);\n"
13886 "\n"
13887 msgstr ""
13888
13889 # type: textblock
13890 #. type: textblock
13891 #: ../src/guestfs-actions.pod:3785 ../fish/guestfish-actions.pod:2586
13892 msgid "This command creates a symbolic link using the C<ln -s> command."
13893 msgstr ""
13894
13895 # type: =head2
13896 #. type: =head2
13897 #: ../src/guestfs-actions.pod:3791
13898 msgid "guestfs_ln_sf"
13899 msgstr ""
13900
13901 # type: verbatim
13902 #. type: verbatim
13903 #: ../src/guestfs-actions.pod:3793
13904 #, no-wrap
13905 msgid ""
13906 " int\n"
13907 " guestfs_ln_sf (guestfs_h *g,\n"
13908 "                const char *target,\n"
13909 "                const char *linkname);\n"
13910 "\n"
13911 msgstr ""
13912
13913 #. type: textblock
13914 #: ../src/guestfs-actions.pod:3798 ../fish/guestfish-actions.pod:2592
13915 msgid ""
13916 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
13917 "option removes the link (C<linkname>) if it exists already."
13918 msgstr ""
13919
13920 # type: =head2
13921 #. type: =head2
13922 #: ../src/guestfs-actions.pod:3805
13923 msgid "guestfs_lremovexattr"
13924 msgstr ""
13925
13926 # type: verbatim
13927 #. type: verbatim
13928 #: ../src/guestfs-actions.pod:3807
13929 #, no-wrap
13930 msgid ""
13931 " int\n"
13932 " guestfs_lremovexattr (guestfs_h *g,\n"
13933 "                       const char *xattr,\n"
13934 "                       const char *path);\n"
13935 "\n"
13936 msgstr ""
13937
13938 # type: textblock
13939 #. type: textblock
13940 #: ../src/guestfs-actions.pod:3812
13941 msgid ""
13942 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
13943 "link, then it removes an extended attribute of the link itself."
13944 msgstr ""
13945
13946 # type: =head2
13947 #. type: =head2
13948 #: ../src/guestfs-actions.pod:3820
13949 msgid "guestfs_ls"
13950 msgstr ""
13951
13952 # type: verbatim
13953 #. type: verbatim
13954 #: ../src/guestfs-actions.pod:3822
13955 #, no-wrap
13956 msgid ""
13957 " char **\n"
13958 " guestfs_ls (guestfs_h *g,\n"
13959 "             const char *directory);\n"
13960 "\n"
13961 msgstr ""
13962
13963 # type: textblock
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2607
13966 msgid ""
13967 "List the files in C<directory> (relative to the root directory, there is no "
13968 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
13969 msgstr ""
13970
13971 # type: textblock
13972 #. type: textblock
13973 #: ../src/guestfs-actions.pod:3830
13974 msgid ""
13975 "This command is mostly useful for interactive sessions.  Programs should "
13976 "probably use C<guestfs_readdir> instead."
13977 msgstr ""
13978
13979 # type: =head2
13980 #. type: =head2
13981 #: ../src/guestfs-actions.pod:3839
13982 msgid "guestfs_lsetxattr"
13983 msgstr ""
13984
13985 # type: verbatim
13986 #. type: verbatim
13987 #: ../src/guestfs-actions.pod:3841
13988 #, no-wrap
13989 msgid ""
13990 " int\n"
13991 " guestfs_lsetxattr (guestfs_h *g,\n"
13992 "                    const char *xattr,\n"
13993 "                    const char *val,\n"
13994 "                    int vallen,\n"
13995 "                    const char *path);\n"
13996 "\n"
13997 msgstr ""
13998
13999 # type: textblock
14000 #. type: textblock
14001 #: ../src/guestfs-actions.pod:3848
14002 msgid ""
14003 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
14004 "then it sets an extended attribute of the link itself."
14005 msgstr ""
14006
14007 # type: =head2
14008 #. type: =head2
14009 #: ../src/guestfs-actions.pod:3856
14010 msgid "guestfs_lstat"
14011 msgstr ""
14012
14013 # type: verbatim
14014 #. type: verbatim
14015 #: ../src/guestfs-actions.pod:3858
14016 #, no-wrap
14017 msgid ""
14018 " struct guestfs_stat *\n"
14019 " guestfs_lstat (guestfs_h *g,\n"
14020 "                const char *path);\n"
14021 "\n"
14022 msgstr ""
14023
14024 # type: textblock
14025 #. type: textblock
14026 #: ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:6509
14027 #: ../fish/guestfish-actions.pod:2626 ../fish/guestfish-actions.pod:4343
14028 msgid "Returns file information for the given C<path>."
14029 msgstr ""
14030
14031 # type: textblock
14032 #. type: textblock
14033 #: ../src/guestfs-actions.pod:3864
14034 msgid ""
14035 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
14036 "link, then the link is stat-ed, not the file it refers to."
14037 msgstr ""
14038
14039 # type: textblock
14040 #. type: textblock
14041 #: ../src/guestfs-actions.pod:3868 ../fish/guestfish-actions.pod:2632
14042 msgid "This is the same as the C<lstat(2)> system call."
14043 msgstr ""
14044
14045 # type: textblock
14046 #. type: textblock
14047 #: ../src/guestfs-actions.pod:3870 ../src/guestfs-actions.pod:6513
14048 msgid ""
14049 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
14050 "error.  I<The caller must call C<guestfs_free_stat> after use>."
14051 msgstr ""
14052
14053 # type: textblock
14054 #. type: textblock
14055 #: ../src/guestfs-actions.pod:3874 ../src/guestfs-actions.pod:6517
14056 #: ../src/guestfs-actions.pod:6535 ../src/guestfs-actions.pod:6916
14057 msgid "(Added in 0.9.2)"
14058 msgstr ""
14059
14060 # type: =head2
14061 #. type: =head2
14062 #: ../src/guestfs-actions.pod:3876
14063 msgid "guestfs_lstatlist"
14064 msgstr ""
14065
14066 # type: verbatim
14067 #. type: verbatim
14068 #: ../src/guestfs-actions.pod:3878
14069 #, no-wrap
14070 msgid ""
14071 " struct guestfs_stat_list *\n"
14072 " guestfs_lstatlist (guestfs_h *g,\n"
14073 "                    const char *path,\n"
14074 "                    char *const *names);\n"
14075 "\n"
14076 msgstr ""
14077
14078 # type: textblock
14079 #. type: textblock
14080 #: ../src/guestfs-actions.pod:3883
14081 msgid ""
14082 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
14083 "files, where all files are in the directory C<path>.  C<names> is the list "
14084 "of files from this directory."
14085 msgstr ""
14086
14087 # type: textblock
14088 #. type: textblock
14089 #: ../src/guestfs-actions.pod:3887 ../fish/guestfish-actions.pod:2642
14090 msgid ""
14091 "On return you get a list of stat structs, with a one-to-one correspondence "
14092 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
14093 "then the C<ino> field of that structure is set to C<-1>."
14094 msgstr ""
14095
14096 # type: textblock
14097 #. type: textblock
14098 #: ../src/guestfs-actions.pod:3892
14099 msgid ""
14100 "This call is intended for programs that want to efficiently list a directory "
14101 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
14102 "for a similarly efficient call for getting extended attributes.  Very long "
14103 "directory listings might cause the protocol message size to be exceeded, "
14104 "causing this call to fail.  The caller must split up such requests into "
14105 "smaller groups of names."
14106 msgstr ""
14107
14108 # type: textblock
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:3900
14111 msgid ""
14112 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
14113 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
14114 msgstr ""
14115
14116 # type: =head2
14117 #. type: =head2
14118 #: ../src/guestfs-actions.pod:3906
14119 msgid "guestfs_luks_add_key"
14120 msgstr ""
14121
14122 # type: verbatim
14123 #. type: verbatim
14124 #: ../src/guestfs-actions.pod:3908
14125 #, no-wrap
14126 msgid ""
14127 " int\n"
14128 " guestfs_luks_add_key (guestfs_h *g,\n"
14129 "                       const char *device,\n"
14130 "                       const char *key,\n"
14131 "                       const char *newkey,\n"
14132 "                       int keyslot);\n"
14133 "\n"
14134 msgstr ""
14135
14136 # type: textblock
14137 #. type: textblock
14138 #: ../src/guestfs-actions.pod:3915 ../fish/guestfish-actions.pod:2659
14139 msgid ""
14140 "This command adds a new key on LUKS device C<device>.  C<key> is any "
14141 "existing key, and is used to access the device.  C<newkey> is the new key to "
14142 "add.  C<keyslot> is the key slot that will be replaced."
14143 msgstr ""
14144
14145 # type: textblock
14146 #. type: textblock
14147 #: ../src/guestfs-actions.pod:3920
14148 msgid ""
14149 "Note that if C<keyslot> already contains a key, then this command will "
14150 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
14151 msgstr ""
14152
14153 # type: textblock
14154 #. type: textblock
14155 #: ../src/guestfs-actions.pod:3926 ../src/guestfs-actions.pod:3966
14156 #: ../src/guestfs-actions.pod:3989 ../src/guestfs-actions.pod:4009
14157 #: ../src/guestfs-actions.pod:4041 ../src/guestfs-actions.pod:4060
14158 msgid ""
14159 "This function takes a key or passphrase parameter which could contain "
14160 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
14161 "information."
14162 msgstr ""
14163
14164 # type: textblock
14165 #. type: textblock
14166 #: ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:3970
14167 #: ../src/guestfs-actions.pod:3993 ../src/guestfs-actions.pod:4013
14168 msgid "(Added in 1.5.2)"
14169 msgstr ""
14170
14171 # type: =head2
14172 #. type: =head2
14173 #: ../src/guestfs-actions.pod:3932
14174 msgid "guestfs_luks_close"
14175 msgstr ""
14176
14177 # type: verbatim
14178 #. type: verbatim
14179 #: ../src/guestfs-actions.pod:3934
14180 #, no-wrap
14181 msgid ""
14182 " int\n"
14183 " guestfs_luks_close (guestfs_h *g,\n"
14184 "                     const char *device);\n"
14185 "\n"
14186 msgstr ""
14187
14188 # type: textblock
14189 #. type: textblock
14190 #: ../src/guestfs-actions.pod:3938
14191 msgid ""
14192 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
14193 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
14194 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
14195 "underlying block device."
14196 msgstr ""
14197
14198 # type: textblock
14199 #. type: textblock
14200 #: ../src/guestfs-actions.pod:3946 ../src/guestfs-actions.pod:4045
14201 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:4114
14202 #: ../src/guestfs-actions.pod:4162
14203 msgid "(Added in 1.5.1)"
14204 msgstr ""
14205
14206 # type: =head2
14207 #. type: =head2
14208 #: ../src/guestfs-actions.pod:3948
14209 msgid "guestfs_luks_format"
14210 msgstr ""
14211
14212 # type: verbatim
14213 #. type: verbatim
14214 #: ../src/guestfs-actions.pod:3950
14215 #, no-wrap
14216 msgid ""
14217 " int\n"
14218 " guestfs_luks_format (guestfs_h *g,\n"
14219 "                      const char *device,\n"
14220 "                      const char *key,\n"
14221 "                      int keyslot);\n"
14222 "\n"
14223 msgstr ""
14224
14225 # type: textblock
14226 #. type: textblock
14227 #: ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2685
14228 msgid ""
14229 "This command erases existing data on C<device> and formats the device as a "
14230 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
14231 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
14232 msgstr ""
14233
14234 # type: textblock
14235 #. type: textblock
14236 #: ../src/guestfs-actions.pod:3963 ../src/guestfs-actions.pod:3986
14237 #: ../src/guestfs-actions.pod:4126 ../src/guestfs-actions.pod:5125
14238 #: ../src/guestfs-actions.pod:5907 ../src/guestfs-actions.pod:6316
14239 #: ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6379
14240 #: ../src/guestfs-actions.pod:7561 ../fish/guestfish-actions.pod:2693
14241 #: ../fish/guestfish-actions.pod:2706 ../fish/guestfish-actions.pod:2790
14242 #: ../fish/guestfish-actions.pod:3384 ../fish/guestfish-actions.pod:3904
14243 #: ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4237
14244 #: ../fish/guestfish-actions.pod:4259 ../fish/guestfish-actions.pod:4989
14245 msgid ""
14246 "B<This command is dangerous.  Without careful use you can easily destroy all "
14247 "your data>."
14248 msgstr ""
14249
14250 # type: =head2
14251 #. type: =head2
14252 #: ../src/guestfs-actions.pod:3972
14253 msgid "guestfs_luks_format_cipher"
14254 msgstr ""
14255
14256 # type: verbatim
14257 #. type: verbatim
14258 #: ../src/guestfs-actions.pod:3974
14259 #, no-wrap
14260 msgid ""
14261 " int\n"
14262 " guestfs_luks_format_cipher (guestfs_h *g,\n"
14263 "                             const char *device,\n"
14264 "                             const char *key,\n"
14265 "                             int keyslot,\n"
14266 "                             const char *cipher);\n"
14267 "\n"
14268 msgstr ""
14269
14270 # type: textblock
14271 #. type: textblock
14272 #: ../src/guestfs-actions.pod:3981
14273 msgid ""
14274 "This command is the same as C<guestfs_luks_format> but it also allows you to "
14275 "set the C<cipher> used."
14276 msgstr ""
14277
14278 # type: =head2
14279 #. type: =head2
14280 #: ../src/guestfs-actions.pod:3995
14281 msgid "guestfs_luks_kill_slot"
14282 msgstr ""
14283
14284 # type: verbatim
14285 #. type: verbatim
14286 #: ../src/guestfs-actions.pod:3997
14287 #, no-wrap
14288 msgid ""
14289 " int\n"
14290 " guestfs_luks_kill_slot (guestfs_h *g,\n"
14291 "                         const char *device,\n"
14292 "                         const char *key,\n"
14293 "                         int keyslot);\n"
14294 "\n"
14295 msgstr ""
14296
14297 # type: textblock
14298 #. type: textblock
14299 #: ../src/guestfs-actions.pod:4003 ../fish/guestfish-actions.pod:2713
14300 msgid ""
14301 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
14302 "device C<device>.  C<key> must be one of the I<other> keys."
14303 msgstr ""
14304
14305 # type: =head2
14306 #. type: =head2
14307 #: ../src/guestfs-actions.pod:4015
14308 msgid "guestfs_luks_open"
14309 msgstr ""
14310
14311 # type: verbatim
14312 #. type: verbatim
14313 #: ../src/guestfs-actions.pod:4017
14314 #, no-wrap
14315 msgid ""
14316 " int\n"
14317 " guestfs_luks_open (guestfs_h *g,\n"
14318 "                    const char *device,\n"
14319 "                    const char *key,\n"
14320 "                    const char *mapname);\n"
14321 "\n"
14322 msgstr ""
14323
14324 # type: textblock
14325 #. type: textblock
14326 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2724
14327 msgid ""
14328 "This command opens a block device which has been encrypted according to the "
14329 "Linux Unified Key Setup (LUKS) standard."
14330 msgstr ""
14331
14332 # type: textblock
14333 #. type: textblock
14334 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2727
14335 msgid "C<device> is the encrypted block device or partition."
14336 msgstr ""
14337
14338 # type: textblock
14339 #. type: textblock
14340 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2729
14341 msgid ""
14342 "The caller must supply one of the keys associated with the LUKS block "
14343 "device, in the C<key> parameter."
14344 msgstr ""
14345
14346 # type: textblock
14347 #. type: textblock
14348 #: ../src/guestfs-actions.pod:4031 ../fish/guestfish-actions.pod:2732
14349 msgid ""
14350 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
14351 "writes to this block device are decrypted from and encrypted to the "
14352 "underlying C<device> respectively."
14353 msgstr ""
14354
14355 # type: textblock
14356 #. type: textblock
14357 #: ../src/guestfs-actions.pod:4035
14358 msgid ""
14359 "If this block device contains LVM volume groups, then calling "
14360 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
14361 "visible."
14362 msgstr ""
14363
14364 # type: =head2
14365 #. type: =head2
14366 #: ../src/guestfs-actions.pod:4047
14367 msgid "guestfs_luks_open_ro"
14368 msgstr ""
14369
14370 # type: verbatim
14371 #. type: verbatim
14372 #: ../src/guestfs-actions.pod:4049
14373 #, no-wrap
14374 msgid ""
14375 " int\n"
14376 " guestfs_luks_open_ro (guestfs_h *g,\n"
14377 "                       const char *device,\n"
14378 "                       const char *key,\n"
14379 "                       const char *mapname);\n"
14380 "\n"
14381 msgstr ""
14382
14383 # type: textblock
14384 #. type: textblock
14385 #: ../src/guestfs-actions.pod:4055
14386 msgid ""
14387 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
14388 "created."
14389 msgstr ""
14390
14391 # type: =head2
14392 #. type: =head2
14393 #: ../src/guestfs-actions.pod:4066
14394 msgid "guestfs_lvcreate"
14395 msgstr ""
14396
14397 # type: verbatim
14398 #. type: verbatim
14399 #: ../src/guestfs-actions.pod:4068
14400 #, no-wrap
14401 msgid ""
14402 " int\n"
14403 " guestfs_lvcreate (guestfs_h *g,\n"
14404 "                   const char *logvol,\n"
14405 "                   const char *volgroup,\n"
14406 "                   int mbytes);\n"
14407 "\n"
14408 msgstr ""
14409
14410 # type: textblock
14411 #. type: textblock
14412 #: ../src/guestfs-actions.pod:4074 ../fish/guestfish-actions.pod:2757
14413 msgid ""
14414 "This creates an LVM logical volume called C<logvol> on the volume group "
14415 "C<volgroup>, with C<size> megabytes."
14416 msgstr ""
14417
14418 # type: =head2
14419 #. type: =head2
14420 #: ../src/guestfs-actions.pod:4081
14421 msgid "guestfs_lvm_canonical_lv_name"
14422 msgstr ""
14423
14424 # type: verbatim
14425 #. type: verbatim
14426 #: ../src/guestfs-actions.pod:4083
14427 #, no-wrap
14428 msgid ""
14429 " char *\n"
14430 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
14431 "                                const char *lvname);\n"
14432 "\n"
14433 msgstr ""
14434
14435 # type: textblock
14436 #. type: textblock
14437 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2764
14438 msgid ""
14439 "This converts alternative naming schemes for LVs that you might find to the "
14440 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
14441 "LV>."
14442 msgstr ""
14443
14444 # type: textblock
14445 #. type: textblock
14446 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2768
14447 msgid ""
14448 "This command returns an error if the C<lvname> parameter does not refer to a "
14449 "logical volume."
14450 msgstr ""
14451
14452 # type: textblock
14453 #. type: textblock
14454 #: ../src/guestfs-actions.pod:4094
14455 msgid "See also C<guestfs_is_lv>."
14456 msgstr ""
14457
14458 # type: textblock
14459 #. type: textblock
14460 #: ../src/guestfs-actions.pod:4099
14461 msgid "(Added in 1.5.24)"
14462 msgstr ""
14463
14464 # type: =head2
14465 #. type: =head2
14466 #: ../src/guestfs-actions.pod:4101
14467 msgid "guestfs_lvm_clear_filter"
14468 msgstr ""
14469
14470 # type: verbatim
14471 #. type: verbatim
14472 #: ../src/guestfs-actions.pod:4103
14473 #, no-wrap
14474 msgid ""
14475 " int\n"
14476 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
14477 "\n"
14478 msgstr ""
14479
14480 # type: textblock
14481 #. type: textblock
14482 #: ../src/guestfs-actions.pod:4106
14483 msgid ""
14484 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
14485 "see every block device."
14486 msgstr ""
14487
14488 # type: textblock
14489 #. type: textblock
14490 #: ../src/guestfs-actions.pod:4109 ../src/guestfs-actions.pod:4151
14491 #: ../fish/guestfish-actions.pod:2780 ../fish/guestfish-actions.pod:2811
14492 msgid ""
14493 "This command also clears the LVM cache and performs a volume group scan."
14494 msgstr ""
14495
14496 # type: =head2
14497 #. type: =head2
14498 #: ../src/guestfs-actions.pod:4116
14499 msgid "guestfs_lvm_remove_all"
14500 msgstr ""
14501
14502 # type: verbatim
14503 #. type: verbatim
14504 #: ../src/guestfs-actions.pod:4118
14505 #, no-wrap
14506 msgid ""
14507 " int\n"
14508 " guestfs_lvm_remove_all (guestfs_h *g);\n"
14509 "\n"
14510 msgstr ""
14511
14512 # type: textblock
14513 #. type: textblock
14514 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2787
14515 msgid ""
14516 "This command removes all LVM logical volumes, volume groups and physical "
14517 "volumes."
14518 msgstr ""
14519
14520 # type: =head2
14521 #. type: =head2
14522 #: ../src/guestfs-actions.pod:4131
14523 msgid "guestfs_lvm_set_filter"
14524 msgstr ""
14525
14526 # type: verbatim
14527 #. type: verbatim
14528 #: ../src/guestfs-actions.pod:4133
14529 #, no-wrap
14530 msgid ""
14531 " int\n"
14532 " guestfs_lvm_set_filter (guestfs_h *g,\n"
14533 "                         char *const *devices);\n"
14534 "\n"
14535 msgstr ""
14536
14537 # type: textblock
14538 #. type: textblock
14539 #: ../src/guestfs-actions.pod:4137 ../fish/guestfish-actions.pod:2797
14540 msgid ""
14541 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
14542 "block devices in the list C<devices>, and will ignore all other attached "
14543 "block devices."
14544 msgstr ""
14545
14546 # type: textblock
14547 #. type: textblock
14548 #: ../src/guestfs-actions.pod:4141 ../fish/guestfish-actions.pod:2801
14549 msgid ""
14550 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
14551 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
14552 "there are two types of duplication possible: either cloned PVs/VGs which "
14553 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
14554 "same name.  In normal operation you cannot create this situation, but you "
14555 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
14556 "inside the LVM metadata."
14557 msgstr ""
14558
14559 # type: textblock
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:4154 ../fish/guestfish-actions.pod:2814
14562 msgid "You can filter whole block devices or individual partitions."
14563 msgstr ""
14564
14565 # type: textblock
14566 #. type: textblock
14567 #: ../src/guestfs-actions.pod:4156 ../fish/guestfish-actions.pod:2816
14568 msgid ""
14569 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
14570 "filesystem), even if you are not filtering out that VG."
14571 msgstr ""
14572
14573 # type: =head2
14574 #. type: =head2
14575 #: ../src/guestfs-actions.pod:4164
14576 msgid "guestfs_lvremove"
14577 msgstr ""
14578
14579 # type: verbatim
14580 #. type: verbatim
14581 #: ../src/guestfs-actions.pod:4166
14582 #, no-wrap
14583 msgid ""
14584 " int\n"
14585 " guestfs_lvremove (guestfs_h *g,\n"
14586 "                   const char *device);\n"
14587 "\n"
14588 msgstr ""
14589
14590 # type: textblock
14591 #. type: textblock
14592 #: ../src/guestfs-actions.pod:4170 ../fish/guestfish-actions.pod:2824
14593 msgid ""
14594 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
14595 "LV, such as C</dev/VG/LV>."
14596 msgstr ""
14597
14598 # type: textblock
14599 #. type: textblock
14600 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2827
14601 msgid ""
14602 "You can also remove all LVs in a volume group by specifying the VG name, C</"
14603 "dev/VG>."
14604 msgstr ""
14605
14606 # type: textblock
14607 #. type: textblock
14608 #: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:5471
14609 #: ../src/guestfs-actions.pod:7292
14610 msgid "(Added in 1.0.13)"
14611 msgstr ""
14612
14613 # type: =head2
14614 #. type: =head2
14615 #: ../src/guestfs-actions.pod:4180
14616 msgid "guestfs_lvrename"
14617 msgstr ""
14618
14619 # type: verbatim
14620 #. type: verbatim
14621 #: ../src/guestfs-actions.pod:4182
14622 #, no-wrap
14623 msgid ""
14624 " int\n"
14625 " guestfs_lvrename (guestfs_h *g,\n"
14626 "                   const char *logvol,\n"
14627 "                   const char *newlogvol);\n"
14628 "\n"
14629 msgstr ""
14630
14631 # type: textblock
14632 #. type: textblock
14633 #: ../src/guestfs-actions.pod:4187 ../fish/guestfish-actions.pod:2834
14634 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
14635 msgstr ""
14636
14637 # type: textblock
14638 #. type: textblock
14639 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:7305
14640 msgid "(Added in 1.0.83)"
14641 msgstr ""
14642
14643 # type: =head2
14644 #. type: =head2
14645 #: ../src/guestfs-actions.pod:4193
14646 msgid "guestfs_lvresize"
14647 msgstr ""
14648
14649 # type: verbatim
14650 #. type: verbatim
14651 #: ../src/guestfs-actions.pod:4195
14652 #, no-wrap
14653 msgid ""
14654 " int\n"
14655 " guestfs_lvresize (guestfs_h *g,\n"
14656 "                   const char *device,\n"
14657 "                   int mbytes);\n"
14658 "\n"
14659 msgstr ""
14660
14661 # type: textblock
14662 #. type: textblock
14663 #: ../src/guestfs-actions.pod:4200 ../fish/guestfish-actions.pod:2840
14664 msgid ""
14665 "This resizes (expands or shrinks) an existing LVM logical volume to "
14666 "C<mbytes>.  When reducing, data in the reduced part is lost."
14667 msgstr ""
14668
14669 # type: =head2
14670 #. type: =head2
14671 #: ../src/guestfs-actions.pod:4208
14672 msgid "guestfs_lvresize_free"
14673 msgstr ""
14674
14675 # type: verbatim
14676 #. type: verbatim
14677 #: ../src/guestfs-actions.pod:4210
14678 #, no-wrap
14679 msgid ""
14680 " int\n"
14681 " guestfs_lvresize_free (guestfs_h *g,\n"
14682 "                        const char *lv,\n"
14683 "                        int percent);\n"
14684 "\n"
14685 msgstr ""
14686
14687 # type: textblock
14688 #. type: textblock
14689 #: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2848
14690 msgid ""
14691 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
14692 "remaining free space in the volume group.  Commonly you would call this with "
14693 "pc = 100 which expands the logical volume as much as possible, using all "
14694 "remaining free space in the volume group."
14695 msgstr ""
14696
14697 # type: textblock
14698 #. type: textblock
14699 #: ../src/guestfs-actions.pod:4223
14700 msgid "(Added in 1.3.3)"
14701 msgstr ""
14702
14703 # type: =head2
14704 #. type: =head2
14705 #: ../src/guestfs-actions.pod:4225
14706 msgid "guestfs_lvs"
14707 msgstr ""
14708
14709 # type: verbatim
14710 #. type: verbatim
14711 #: ../src/guestfs-actions.pod:4227
14712 #, no-wrap
14713 msgid ""
14714 " char **\n"
14715 " guestfs_lvs (guestfs_h *g);\n"
14716 "\n"
14717 msgstr ""
14718
14719 # type: textblock
14720 #. type: textblock
14721 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2858
14722 msgid ""
14723 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14724 "(8)> command."
14725 msgstr ""
14726
14727 # type: textblock
14728 #. type: textblock
14729 #: ../src/guestfs-actions.pod:4233 ../fish/guestfish-actions.pod:2861
14730 msgid ""
14731 "This returns a list of the logical volume device names (eg. C</dev/"
14732 "VolGroup00/LogVol00>)."
14733 msgstr ""
14734
14735 # type: textblock
14736 #. type: textblock
14737 #: ../src/guestfs-actions.pod:4236
14738 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
14739 msgstr ""
14740
14741 # type: =head2
14742 #. type: =head2
14743 #: ../src/guestfs-actions.pod:4244
14744 msgid "guestfs_lvs_full"
14745 msgstr ""
14746
14747 # type: verbatim
14748 #. type: verbatim
14749 #: ../src/guestfs-actions.pod:4246
14750 #, no-wrap
14751 msgid ""
14752 " struct guestfs_lvm_lv_list *\n"
14753 " guestfs_lvs_full (guestfs_h *g);\n"
14754 "\n"
14755 msgstr ""
14756
14757 # type: textblock
14758 #. type: textblock
14759 #: ../src/guestfs-actions.pod:4249 ../fish/guestfish-actions.pod:2870
14760 msgid ""
14761 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14762 "(8)> command.  The \"full\" version includes all fields."
14763 msgstr ""
14764
14765 # type: textblock
14766 #. type: textblock
14767 #: ../src/guestfs-actions.pod:4252
14768 msgid ""
14769 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
14770 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
14771 msgstr ""
14772
14773 # type: =head2
14774 #. type: =head2
14775 #: ../src/guestfs-actions.pod:4258
14776 msgid "guestfs_lvuuid"
14777 msgstr ""
14778
14779 # type: verbatim
14780 #. type: verbatim
14781 #: ../src/guestfs-actions.pod:4260
14782 #, no-wrap
14783 msgid ""
14784 " char *\n"
14785 " guestfs_lvuuid (guestfs_h *g,\n"
14786 "                 const char *device);\n"
14787 "\n"
14788 msgstr ""
14789
14790 # type: textblock
14791 #. type: textblock
14792 #: ../src/guestfs-actions.pod:4264 ../fish/guestfish-actions.pod:2877
14793 msgid "This command returns the UUID of the LVM LV C<device>."
14794 msgstr ""
14795
14796 # type: =head2
14797 #. type: =head2
14798 #: ../src/guestfs-actions.pod:4271
14799 msgid "guestfs_lxattrlist"
14800 msgstr ""
14801
14802 # type: verbatim
14803 #. type: verbatim
14804 #: ../src/guestfs-actions.pod:4273
14805 #, no-wrap
14806 msgid ""
14807 " struct guestfs_xattr_list *\n"
14808 " guestfs_lxattrlist (guestfs_h *g,\n"
14809 "                     const char *path,\n"
14810 "                     char *const *names);\n"
14811 "\n"
14812 msgstr ""
14813
14814 # type: textblock
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:4278 ../fish/guestfish-actions.pod:2883
14817 msgid ""
14818 "This call allows you to get the extended attributes of multiple files, where "
14819 "all files are in the directory C<path>.  C<names> is the list of files from "
14820 "this directory."
14821 msgstr ""
14822
14823 # type: textblock
14824 #. type: textblock
14825 #: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2887
14826 msgid ""
14827 "On return you get a flat list of xattr structs which must be interpreted "
14828 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
14829 "C<attrval> in this struct is zero-length to indicate there was an error "
14830 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
14831 "number (the number of following attributes for this file, which could be C<"
14832 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
14833 "for the first named file.  This repeats for the second and subsequent files."
14834 msgstr ""
14835
14836 # type: textblock
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:4292
14839 msgid ""
14840 "This call is intended for programs that want to efficiently list a directory "
14841 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
14842 "a similarly efficient call for getting standard stats.  Very long directory "
14843 "listings might cause the protocol message size to be exceeded, causing this "
14844 "call to fail.  The caller must split up such requests into smaller groups of "
14845 "names."
14846 msgstr ""
14847
14848 # type: =head2
14849 #. type: =head2
14850 #: ../src/guestfs-actions.pod:4306
14851 msgid "guestfs_mkdir"
14852 msgstr ""
14853
14854 # type: verbatim
14855 #. type: verbatim
14856 #: ../src/guestfs-actions.pod:4308
14857 #, no-wrap
14858 msgid ""
14859 " int\n"
14860 " guestfs_mkdir (guestfs_h *g,\n"
14861 "                const char *path);\n"
14862 "\n"
14863 msgstr ""
14864
14865 # type: textblock
14866 #. type: textblock
14867 #: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2909
14868 msgid "Create a directory named C<path>."
14869 msgstr ""
14870
14871 # type: =head2
14872 #. type: =head2
14873 #: ../src/guestfs-actions.pod:4318
14874 msgid "guestfs_mkdir_mode"
14875 msgstr ""
14876
14877 # type: verbatim
14878 #. type: verbatim
14879 #: ../src/guestfs-actions.pod:4320
14880 #, no-wrap
14881 msgid ""
14882 " int\n"
14883 " guestfs_mkdir_mode (guestfs_h *g,\n"
14884 "                     const char *path,\n"
14885 "                     int mode);\n"
14886 "\n"
14887 msgstr ""
14888
14889 # type: textblock
14890 #. type: textblock
14891 #: ../src/guestfs-actions.pod:4325 ../fish/guestfish-actions.pod:2915
14892 msgid ""
14893 "This command creates a directory, setting the initial permissions of the "
14894 "directory to C<mode>."
14895 msgstr ""
14896
14897 # type: textblock
14898 #. type: textblock
14899 #: ../src/guestfs-actions.pod:4328 ../fish/guestfish-actions.pod:2918
14900 msgid ""
14901 "For common Linux filesystems, the actual mode which is set will be C<mode & "
14902 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
14903 "other ways."
14904 msgstr ""
14905
14906 # type: textblock
14907 #. type: textblock
14908 #: ../src/guestfs-actions.pod:4332
14909 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
14910 msgstr ""
14911
14912 # type: =head2
14913 #. type: =head2
14914 #: ../src/guestfs-actions.pod:4338
14915 msgid "guestfs_mkdir_p"
14916 msgstr ""
14917
14918 # type: verbatim
14919 #. type: verbatim
14920 #: ../src/guestfs-actions.pod:4340
14921 #, no-wrap
14922 msgid ""
14923 " int\n"
14924 " guestfs_mkdir_p (guestfs_h *g,\n"
14925 "                  const char *path);\n"
14926 "\n"
14927 msgstr ""
14928
14929 # type: textblock
14930 #. type: textblock
14931 #: ../src/guestfs-actions.pod:4344 ../fish/guestfish-actions.pod:2928
14932 msgid ""
14933 "Create a directory named C<path>, creating any parent directories as "
14934 "necessary.  This is like the C<mkdir -p> shell command."
14935 msgstr ""
14936
14937 # type: =head2
14938 #. type: =head2
14939 #: ../src/guestfs-actions.pod:4351
14940 msgid "guestfs_mkdtemp"
14941 msgstr ""
14942
14943 # type: verbatim
14944 #. type: verbatim
14945 #: ../src/guestfs-actions.pod:4353
14946 #, no-wrap
14947 msgid ""
14948 " char *\n"
14949 " guestfs_mkdtemp (guestfs_h *g,\n"
14950 "                  const char *template);\n"
14951 "\n"
14952 msgstr ""
14953
14954 # type: textblock
14955 #. type: textblock
14956 #: ../src/guestfs-actions.pod:4357 ../fish/guestfish-actions.pod:2935
14957 msgid ""
14958 "This command creates a temporary directory.  The C<template> parameter "
14959 "should be a full pathname for the temporary directory name with the final "
14960 "six characters being \"XXXXXX\"."
14961 msgstr ""
14962
14963 # type: textblock
14964 #. type: textblock
14965 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2940
14966 msgid ""
14967 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
14968 "being suitable for Windows filesystems."
14969 msgstr ""
14970
14971 # type: textblock
14972 #. type: textblock
14973 #: ../src/guestfs-actions.pod:4365 ../fish/guestfish-actions.pod:2943
14974 msgid "The name of the temporary directory that was created is returned."
14975 msgstr ""
14976
14977 # type: textblock
14978 #. type: textblock
14979 #: ../src/guestfs-actions.pod:4368 ../fish/guestfish-actions.pod:2946
14980 msgid "The temporary directory is created with mode 0700 and is owned by root."
14981 msgstr ""
14982
14983 # type: textblock
14984 #. type: textblock
14985 #: ../src/guestfs-actions.pod:4371 ../fish/guestfish-actions.pod:2949
14986 msgid ""
14987 "The caller is responsible for deleting the temporary directory and its "
14988 "contents after use."
14989 msgstr ""
14990
14991 # type: textblock
14992 #. type: textblock
14993 #: ../src/guestfs-actions.pod:4374 ../fish/guestfish-actions.pod:2952
14994 msgid "See also: L<mkdtemp(3)>"
14995 msgstr ""
14996
14997 # type: =head2
14998 #. type: =head2
14999 #: ../src/guestfs-actions.pod:4381
15000 msgid "guestfs_mke2fs_J"
15001 msgstr ""
15002
15003 # type: verbatim
15004 #. type: verbatim
15005 #: ../src/guestfs-actions.pod:4383
15006 #, no-wrap
15007 msgid ""
15008 " int\n"
15009 " guestfs_mke2fs_J (guestfs_h *g,\n"
15010 "                   const char *fstype,\n"
15011 "                   int blocksize,\n"
15012 "                   const char *device,\n"
15013 "                   const char *journal);\n"
15014 "\n"
15015 msgstr ""
15016
15017 # type: textblock
15018 #. type: textblock
15019 #: ../src/guestfs-actions.pod:4390 ../fish/guestfish-actions.pod:2958
15020 msgid ""
15021 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15022 "C<journal>.  It is equivalent to the command:"
15023 msgstr ""
15024
15025 # type: verbatim
15026 #. type: verbatim
15027 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2962
15028 #, no-wrap
15029 msgid ""
15030 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
15031 "\n"
15032 msgstr ""
15033
15034 # type: textblock
15035 #. type: textblock
15036 #: ../src/guestfs-actions.pod:4396
15037 msgid "See also C<guestfs_mke2journal>."
15038 msgstr ""
15039
15040 # type: textblock
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:4400 ../src/guestfs-actions.pod:4418
15043 #: ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:4452
15044 #: ../src/guestfs-actions.pod:4466 ../src/guestfs-actions.pod:4480
15045 #: ../src/guestfs-actions.pod:4539 ../src/guestfs-actions.pod:4804
15046 msgid "(Added in 1.0.68)"
15047 msgstr ""
15048
15049 # type: =head2
15050 #. type: =head2
15051 #: ../src/guestfs-actions.pod:4402
15052 msgid "guestfs_mke2fs_JL"
15053 msgstr ""
15054
15055 # type: verbatim
15056 #. type: verbatim
15057 #: ../src/guestfs-actions.pod:4404
15058 #, no-wrap
15059 msgid ""
15060 " int\n"
15061 " guestfs_mke2fs_JL (guestfs_h *g,\n"
15062 "                    const char *fstype,\n"
15063 "                    int blocksize,\n"
15064 "                    const char *device,\n"
15065 "                    const char *label);\n"
15066 "\n"
15067 msgstr ""
15068
15069 # type: textblock
15070 #. type: textblock
15071 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2970
15072 msgid ""
15073 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15074 "the journal labeled C<label>."
15075 msgstr ""
15076
15077 # type: textblock
15078 #. type: textblock
15079 #: ../src/guestfs-actions.pod:4414
15080 msgid "See also C<guestfs_mke2journal_L>."
15081 msgstr ""
15082
15083 # type: =head2
15084 #. type: =head2
15085 #: ../src/guestfs-actions.pod:4420
15086 msgid "guestfs_mke2fs_JU"
15087 msgstr ""
15088
15089 # type: verbatim
15090 #. type: verbatim
15091 #: ../src/guestfs-actions.pod:4422
15092 #, no-wrap
15093 msgid ""
15094 " int\n"
15095 " guestfs_mke2fs_JU (guestfs_h *g,\n"
15096 "                    const char *fstype,\n"
15097 "                    int blocksize,\n"
15098 "                    const char *device,\n"
15099 "                    const char *uuid);\n"
15100 "\n"
15101 msgstr ""
15102
15103 # type: textblock
15104 #. type: textblock
15105 #: ../src/guestfs-actions.pod:4429 ../fish/guestfish-actions.pod:2979
15106 msgid ""
15107 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15108 "the journal with UUID C<uuid>."
15109 msgstr ""
15110
15111 # type: textblock
15112 #. type: textblock
15113 #: ../src/guestfs-actions.pod:4432
15114 msgid "See also C<guestfs_mke2journal_U>."
15115 msgstr ""
15116
15117 # type: =head2
15118 #. type: =head2
15119 #: ../src/guestfs-actions.pod:4438
15120 msgid "guestfs_mke2journal"
15121 msgstr ""
15122
15123 # type: verbatim
15124 #. type: verbatim
15125 #: ../src/guestfs-actions.pod:4440
15126 #, no-wrap
15127 msgid ""
15128 " int\n"
15129 " guestfs_mke2journal (guestfs_h *g,\n"
15130 "                      int blocksize,\n"
15131 "                      const char *device);\n"
15132 "\n"
15133 msgstr ""
15134
15135 # type: textblock
15136 #. type: textblock
15137 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2988
15138 msgid ""
15139 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
15140 "command:"
15141 msgstr ""
15142
15143 # type: verbatim
15144 #. type: verbatim
15145 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:2991
15146 #, no-wrap
15147 msgid ""
15148 " mke2fs -O journal_dev -b blocksize device\n"
15149 "\n"
15150 msgstr ""
15151
15152 # type: =head2
15153 #. type: =head2
15154 #: ../src/guestfs-actions.pod:4454
15155 msgid "guestfs_mke2journal_L"
15156 msgstr ""
15157
15158 # type: verbatim
15159 #. type: verbatim
15160 #: ../src/guestfs-actions.pod:4456
15161 #, no-wrap
15162 msgid ""
15163 " int\n"
15164 " guestfs_mke2journal_L (guestfs_h *g,\n"
15165 "                        int blocksize,\n"
15166 "                        const char *label,\n"
15167 "                        const char *device);\n"
15168 "\n"
15169 msgstr ""
15170
15171 # type: textblock
15172 #. type: textblock
15173 #: ../src/guestfs-actions.pod:4462 ../fish/guestfish-actions.pod:2997
15174 msgid "This creates an ext2 external journal on C<device> with label C<label>."
15175 msgstr ""
15176
15177 # type: =head2
15178 #. type: =head2
15179 #: ../src/guestfs-actions.pod:4468
15180 msgid "guestfs_mke2journal_U"
15181 msgstr ""
15182
15183 # type: verbatim
15184 #. type: verbatim
15185 #: ../src/guestfs-actions.pod:4470
15186 #, no-wrap
15187 msgid ""
15188 " int\n"
15189 " guestfs_mke2journal_U (guestfs_h *g,\n"
15190 "                        int blocksize,\n"
15191 "                        const char *uuid,\n"
15192 "                        const char *device);\n"
15193 "\n"
15194 msgstr ""
15195
15196 # type: textblock
15197 #. type: textblock
15198 #: ../src/guestfs-actions.pod:4476 ../fish/guestfish-actions.pod:3003
15199 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
15200 msgstr ""
15201
15202 # type: =head2
15203 #. type: =head2
15204 #: ../src/guestfs-actions.pod:4482
15205 msgid "guestfs_mkfifo"
15206 msgstr ""
15207
15208 # type: verbatim
15209 #. type: verbatim
15210 #: ../src/guestfs-actions.pod:4484
15211 #, no-wrap
15212 msgid ""
15213 " int\n"
15214 " guestfs_mkfifo (guestfs_h *g,\n"
15215 "                 int mode,\n"
15216 "                 const char *path);\n"
15217 "\n"
15218 msgstr ""
15219
15220 # type: textblock
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:4489
15223 msgid ""
15224 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
15225 "is just a convenient wrapper around C<guestfs_mknod>."
15226 msgstr ""
15227
15228 # type: =head2
15229 #. type: =head2
15230 #: ../src/guestfs-actions.pod:4499
15231 msgid "guestfs_mkfs"
15232 msgstr ""
15233
15234 # type: verbatim
15235 #. type: verbatim
15236 #: ../src/guestfs-actions.pod:4501
15237 #, no-wrap
15238 msgid ""
15239 " int\n"
15240 " guestfs_mkfs (guestfs_h *g,\n"
15241 "               const char *fstype,\n"
15242 "               const char *device);\n"
15243 "\n"
15244 msgstr ""
15245
15246 # type: textblock
15247 #. type: textblock
15248 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3019
15249 msgid ""
15250 "This creates a filesystem on C<device> (usually a partition or LVM logical "
15251 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
15252 msgstr ""
15253
15254 # type: =head2
15255 #. type: =head2
15256 #: ../src/guestfs-actions.pod:4514
15257 msgid "guestfs_mkfs_b"
15258 msgstr ""
15259
15260 # type: verbatim
15261 #. type: verbatim
15262 #: ../src/guestfs-actions.pod:4516
15263 #, no-wrap
15264 msgid ""
15265 " int\n"
15266 " guestfs_mkfs_b (guestfs_h *g,\n"
15267 "                 const char *fstype,\n"
15268 "                 int blocksize,\n"
15269 "                 const char *device);\n"
15270 "\n"
15271 msgstr ""
15272
15273 # type: textblock
15274 #. type: textblock
15275 #: ../src/guestfs-actions.pod:4522
15276 msgid ""
15277 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
15278 "block size of the resulting filesystem.  Supported block sizes depend on the "
15279 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
15280 msgstr ""
15281
15282 # type: textblock
15283 #. type: textblock
15284 #: ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4570
15285 #: ../fish/guestfish-actions.pod:3032 ../fish/guestfish-actions.pod:3059
15286 msgid ""
15287 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
15288 "cluster size."
15289 msgstr ""
15290
15291 # type: textblock
15292 #. type: textblock
15293 #: ../src/guestfs-actions.pod:4532 ../fish/guestfish-actions.pod:3035
15294 msgid ""
15295 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
15296 msgstr ""
15297
15298 # type: =head2
15299 #. type: =head2
15300 #: ../src/guestfs-actions.pod:4541
15301 msgid "guestfs_mkfs_opts"
15302 msgstr ""
15303
15304 # type: verbatim
15305 #. type: verbatim
15306 #: ../src/guestfs-actions.pod:4543
15307 #, no-wrap
15308 msgid ""
15309 " int\n"
15310 " guestfs_mkfs_opts (guestfs_h *g,\n"
15311 "                    const char *fstype,\n"
15312 "                    const char *device,\n"
15313 "                    ...);\n"
15314 "\n"
15315 msgstr ""
15316
15317 #. type: verbatim
15318 #: ../src/guestfs-actions.pod:4554
15319 #, no-wrap
15320 msgid ""
15321 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
15322 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
15323 "\n"
15324 msgstr ""
15325
15326 # type: textblock
15327 #. type: textblock
15328 #: ../src/guestfs-actions.pod:4557 ../fish/guestfish-actions.pod:3046
15329 msgid ""
15330 "This function creates a filesystem on C<device>.  The filesystem type is "
15331 "C<fstype>, for example C<ext3>."
15332 msgstr ""
15333
15334 # type: =item
15335 #. type: =item
15336 #: ../src/guestfs-actions.pod:4564 ../fish/guestfish-actions.pod:3053
15337 msgid "C<blocksize>"
15338 msgstr ""
15339
15340 # type: textblock
15341 #. type: textblock
15342 #: ../src/guestfs-actions.pod:4566 ../fish/guestfish-actions.pod:3055
15343 msgid ""
15344 "The filesystem block size.  Supported block sizes depend on the filesystem "
15345 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
15346 "filesystems."
15347 msgstr ""
15348
15349 #. type: textblock
15350 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3062
15351 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
15352 msgstr ""
15353
15354 #. type: =item
15355 #: ../src/guestfs-actions.pod:4575 ../fish/guestfish-actions.pod:3064
15356 msgid "C<features>"
15357 msgstr ""
15358
15359 #. type: textblock
15360 #: ../src/guestfs-actions.pod:4577 ../fish/guestfish-actions.pod:3066
15361 msgid "This passes the I<-O> parameter to the external mkfs program."
15362 msgstr ""
15363
15364 #. type: textblock
15365 #: ../src/guestfs-actions.pod:4579 ../fish/guestfish-actions.pod:3068
15366 msgid ""
15367 "For certain filesystem types, this allows extra filesystem features to be "
15368 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
15369 msgstr ""
15370
15371 #. type: textblock
15372 #: ../src/guestfs-actions.pod:4583 ../fish/guestfish-actions.pod:3072
15373 msgid ""
15374 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
15375 "type."
15376 msgstr ""
15377
15378 #. type: textblock
15379 #: ../src/guestfs-actions.pod:4590
15380 msgid "(Added in 1.7.19)"
15381 msgstr ""
15382
15383 # type: =head2
15384 #. type: =head2
15385 #: ../src/guestfs-actions.pod:4592
15386 msgid "guestfs_mkfs_opts_va"
15387 msgstr ""
15388
15389 # type: verbatim
15390 #. type: verbatim
15391 #: ../src/guestfs-actions.pod:4594
15392 #, no-wrap
15393 msgid ""
15394 " int\n"
15395 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
15396 "                       const char *fstype,\n"
15397 "                       const char *device,\n"
15398 "                       va_list args);\n"
15399 "\n"
15400 msgstr ""
15401
15402 # type: textblock
15403 #. type: textblock
15404 #: ../src/guestfs-actions.pod:4600
15405 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
15406 msgstr ""
15407
15408 # type: =head2
15409 #. type: =head2
15410 #: ../src/guestfs-actions.pod:4604
15411 msgid "guestfs_mkfs_opts_argv"
15412 msgstr ""
15413
15414 # type: verbatim
15415 #. type: verbatim
15416 #: ../src/guestfs-actions.pod:4606
15417 #, no-wrap
15418 msgid ""
15419 " int\n"
15420 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
15421 "                         const char *fstype,\n"
15422 "                         const char *device,\n"
15423 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
15424 "\n"
15425 msgstr ""
15426
15427 # type: textblock
15428 #. type: textblock
15429 #: ../src/guestfs-actions.pod:4612
15430 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
15431 msgstr ""
15432
15433 # type: =head2
15434 #. type: =head2
15435 #: ../src/guestfs-actions.pod:4616
15436 msgid "guestfs_mkmountpoint"
15437 msgstr ""
15438
15439 # type: verbatim
15440 #. type: verbatim
15441 #: ../src/guestfs-actions.pod:4618
15442 #, no-wrap
15443 msgid ""
15444 " int\n"
15445 " guestfs_mkmountpoint (guestfs_h *g,\n"
15446 "                       const char *exemptpath);\n"
15447 "\n"
15448 msgstr ""
15449
15450 # type: textblock
15451 #. type: textblock
15452 #: ../src/guestfs-actions.pod:4622
15453 msgid ""
15454 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
15455 "that can be used to create extra mountpoints before mounting the first "
15456 "filesystem."
15457 msgstr ""
15458
15459 # type: textblock
15460 #. type: textblock
15461 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3087
15462 msgid ""
15463 "These calls are I<only> necessary in some very limited circumstances, mainly "
15464 "the case where you want to mount a mix of unrelated and/or read-only "
15465 "filesystems together."
15466 msgstr ""
15467
15468 # type: textblock
15469 #. type: textblock
15470 #: ../src/guestfs-actions.pod:4630 ../fish/guestfish-actions.pod:3091
15471 msgid ""
15472 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
15473 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
15474 "inside that.  You can unpack this as follows in guestfish:"
15475 msgstr ""
15476
15477 # type: verbatim
15478 #. type: verbatim
15479 #: ../src/guestfs-actions.pod:4635 ../fish/guestfish-actions.pod:3096
15480 #, no-wrap
15481 msgid ""
15482 " add-ro Fedora-11-i686-Live.iso\n"
15483 " run\n"
15484 " mkmountpoint /cd\n"
15485 " mkmountpoint /sqsh\n"
15486 " mkmountpoint /ext3fs\n"
15487 " mount /dev/sda /cd\n"
15488 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
15489 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
15490 "\n"
15491 msgstr ""
15492
15493 # type: textblock
15494 #. type: textblock
15495 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3105
15496 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
15497 msgstr ""
15498
15499 # type: textblock
15500 #. type: textblock
15501 #: ../src/guestfs-actions.pod:4646
15502 msgid ""
15503 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
15504 "may get unexpected errors if you try to mix these calls.  It is safest to "
15505 "manually unmount filesystems and remove mountpoints after use."
15506 msgstr ""
15507
15508 # type: textblock
15509 #. type: textblock
15510 #: ../src/guestfs-actions.pod:4650
15511 msgid ""
15512 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
15513 "first, so for this to work for manual mountpoints, you must ensure that the "
15514 "innermost mountpoints have the longest pathnames, as in the example code "
15515 "above."
15516 msgstr ""
15517
15518 # type: textblock
15519 #. type: textblock
15520 #: ../src/guestfs-actions.pod:4655 ../fish/guestfish-actions.pod:3116
15521 msgid ""
15522 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
15523 msgstr ""
15524
15525 #. type: textblock
15526 #: ../src/guestfs-actions.pod:4657
15527 msgid ""
15528 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
15529 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
15530 "can also trigger these issues."
15531 msgstr ""
15532
15533 # type: textblock
15534 #. type: textblock
15535 #: ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4979
15536 #: ../src/guestfs-actions.pod:5891
15537 msgid "(Added in 1.0.62)"
15538 msgstr ""
15539
15540 # type: =head2
15541 #. type: =head2
15542 #: ../src/guestfs-actions.pod:4665
15543 msgid "guestfs_mknod"
15544 msgstr ""
15545
15546 # type: verbatim
15547 #. type: verbatim
15548 #: ../src/guestfs-actions.pod:4667
15549 #, no-wrap
15550 msgid ""
15551 " int\n"
15552 " guestfs_mknod (guestfs_h *g,\n"
15553 "                int mode,\n"
15554 "                int devmajor,\n"
15555 "                int devminor,\n"
15556 "                const char *path);\n"
15557 "\n"
15558 msgstr ""
15559
15560 # type: textblock
15561 #. type: textblock
15562 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3126
15563 msgid ""
15564 "This call creates block or character special devices, or named pipes (FIFOs)."
15565 msgstr ""
15566
15567 # type: textblock
15568 #. type: textblock
15569 #: ../src/guestfs-actions.pod:4677 ../fish/guestfish-actions.pod:3129
15570 msgid ""
15571 "The C<mode> parameter should be the mode, using the standard constants.  "
15572 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
15573 "used when creating block and character special devices."
15574 msgstr ""
15575
15576 # type: textblock
15577 #. type: textblock
15578 #: ../src/guestfs-actions.pod:4682
15579 msgid ""
15580 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
15581 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
15582 "regular file).  These constants are available in the standard Linux header "
15583 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
15584 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
15585 "the appropriate constant for you."
15586 msgstr ""
15587
15588 # type: =head2
15589 #. type: =head2
15590 #: ../src/guestfs-actions.pod:4696
15591 msgid "guestfs_mknod_b"
15592 msgstr ""
15593
15594 # type: verbatim
15595 #. type: verbatim
15596 #: ../src/guestfs-actions.pod:4698
15597 #, no-wrap
15598 msgid ""
15599 " int\n"
15600 " guestfs_mknod_b (guestfs_h *g,\n"
15601 "                  int mode,\n"
15602 "                  int devmajor,\n"
15603 "                  int devminor,\n"
15604 "                  const char *path);\n"
15605 "\n"
15606 msgstr ""
15607
15608 # type: textblock
15609 #. type: textblock
15610 #: ../src/guestfs-actions.pod:4705
15611 msgid ""
15612 "This call creates a block device node called C<path> with mode C<mode> and "
15613 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15614 "wrapper around C<guestfs_mknod>."
15615 msgstr ""
15616
15617 # type: =head2
15618 #. type: =head2
15619 #: ../src/guestfs-actions.pod:4715
15620 msgid "guestfs_mknod_c"
15621 msgstr ""
15622
15623 # type: verbatim
15624 #. type: verbatim
15625 #: ../src/guestfs-actions.pod:4717
15626 #, no-wrap
15627 msgid ""
15628 " int\n"
15629 " guestfs_mknod_c (guestfs_h *g,\n"
15630 "                  int mode,\n"
15631 "                  int devmajor,\n"
15632 "                  int devminor,\n"
15633 "                  const char *path);\n"
15634 "\n"
15635 msgstr ""
15636
15637 # type: textblock
15638 #. type: textblock
15639 #: ../src/guestfs-actions.pod:4724
15640 msgid ""
15641 "This call creates a char device node called C<path> with mode C<mode> and "
15642 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15643 "wrapper around C<guestfs_mknod>."
15644 msgstr ""
15645
15646 # type: =head2
15647 #. type: =head2
15648 #: ../src/guestfs-actions.pod:4734
15649 msgid "guestfs_mkswap"
15650 msgstr ""
15651
15652 # type: verbatim
15653 #. type: verbatim
15654 #: ../src/guestfs-actions.pod:4736
15655 #, no-wrap
15656 msgid ""
15657 " int\n"
15658 " guestfs_mkswap (guestfs_h *g,\n"
15659 "                 const char *device);\n"
15660 "\n"
15661 msgstr ""
15662
15663 # type: textblock
15664 #. type: textblock
15665 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3168
15666 msgid "Create a swap partition on C<device>."
15667 msgstr ""
15668
15669 # type: =head2
15670 #. type: =head2
15671 #: ../src/guestfs-actions.pod:4746
15672 msgid "guestfs_mkswap_L"
15673 msgstr ""
15674
15675 # type: verbatim
15676 #. type: verbatim
15677 #: ../src/guestfs-actions.pod:4748
15678 #, no-wrap
15679 msgid ""
15680 " int\n"
15681 " guestfs_mkswap_L (guestfs_h *g,\n"
15682 "                   const char *label,\n"
15683 "                   const char *device);\n"
15684 "\n"
15685 msgstr ""
15686
15687 # type: textblock
15688 #. type: textblock
15689 #: ../src/guestfs-actions.pod:4753 ../fish/guestfish-actions.pod:3174
15690 msgid "Create a swap partition on C<device> with label C<label>."
15691 msgstr ""
15692
15693 # type: textblock
15694 #. type: textblock
15695 #: ../src/guestfs-actions.pod:4755 ../fish/guestfish-actions.pod:3176
15696 msgid ""
15697 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
15698 "sda>), just to a partition.  This appears to be a limitation of the kernel "
15699 "or swap tools."
15700 msgstr ""
15701
15702 # type: =head2
15703 #. type: =head2
15704 #: ../src/guestfs-actions.pod:4763
15705 msgid "guestfs_mkswap_U"
15706 msgstr ""
15707
15708 # type: verbatim
15709 #. type: verbatim
15710 #: ../src/guestfs-actions.pod:4765
15711 #, no-wrap
15712 msgid ""
15713 " int\n"
15714 " guestfs_mkswap_U (guestfs_h *g,\n"
15715 "                   const char *uuid,\n"
15716 "                   const char *device);\n"
15717 "\n"
15718 msgstr ""
15719
15720 # type: textblock
15721 #. type: textblock
15722 #: ../src/guestfs-actions.pod:4770 ../fish/guestfish-actions.pod:3184
15723 msgid "Create a swap partition on C<device> with UUID C<uuid>."
15724 msgstr ""
15725
15726 # type: =head2
15727 #. type: =head2
15728 #: ../src/guestfs-actions.pod:4776
15729 msgid "guestfs_mkswap_file"
15730 msgstr ""
15731
15732 # type: verbatim
15733 #. type: verbatim
15734 #: ../src/guestfs-actions.pod:4778
15735 #, no-wrap
15736 msgid ""
15737 " int\n"
15738 " guestfs_mkswap_file (guestfs_h *g,\n"
15739 "                      const char *path);\n"
15740 "\n"
15741 msgstr ""
15742
15743 # type: textblock
15744 #. type: textblock
15745 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3190
15746 msgid "Create a swap file."
15747 msgstr ""
15748
15749 # type: textblock
15750 #. type: textblock
15751 #: ../src/guestfs-actions.pod:4784
15752 msgid ""
15753 "This command just writes a swap file signature to an existing file.  To "
15754 "create the file itself, use something like C<guestfs_fallocate>."
15755 msgstr ""
15756
15757 # type: =head2
15758 #. type: =head2
15759 #: ../src/guestfs-actions.pod:4791
15760 msgid "guestfs_modprobe"
15761 msgstr ""
15762
15763 # type: verbatim
15764 #. type: verbatim
15765 #: ../src/guestfs-actions.pod:4793
15766 #, no-wrap
15767 msgid ""
15768 " int\n"
15769 " guestfs_modprobe (guestfs_h *g,\n"
15770 "                   const char *modulename);\n"
15771 "\n"
15772 msgstr ""
15773
15774 # type: textblock
15775 #. type: textblock
15776 #: ../src/guestfs-actions.pod:4797 ../fish/guestfish-actions.pod:3199
15777 msgid "This loads a kernel module in the appliance."
15778 msgstr ""
15779
15780 # type: textblock
15781 #. type: textblock
15782 #: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3201
15783 msgid ""
15784 "The kernel module must have been whitelisted when libguestfs was built (see "
15785 "C<appliance/kmod.whitelist.in> in the source)."
15786 msgstr ""
15787
15788 # type: =head2
15789 #. type: =head2
15790 #: ../src/guestfs-actions.pod:4806
15791 msgid "guestfs_mount"
15792 msgstr ""
15793
15794 # type: verbatim
15795 #. type: verbatim
15796 #: ../src/guestfs-actions.pod:4808
15797 #, no-wrap
15798 msgid ""
15799 " int\n"
15800 " guestfs_mount (guestfs_h *g,\n"
15801 "                const char *device,\n"
15802 "                const char *mountpoint);\n"
15803 "\n"
15804 msgstr ""
15805
15806 # type: textblock
15807 #. type: textblock
15808 #: ../src/guestfs-actions.pod:4813 ../fish/guestfish-actions.pod:3208
15809 msgid ""
15810 "Mount a guest disk at a position in the filesystem.  Block devices are named "
15811 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
15812 "those block devices contain partitions, they will have the usual names (eg. "
15813 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
15814 msgstr ""
15815
15816 # type: textblock
15817 #. type: textblock
15818 #: ../src/guestfs-actions.pod:4819 ../fish/guestfish-actions.pod:3214
15819 msgid ""
15820 "The rules are the same as for L<mount(2)>: A filesystem must first be "
15821 "mounted on C</> before others can be mounted.  Other filesystems can only be "
15822 "mounted on directories which already exist."
15823 msgstr ""
15824
15825 # type: textblock
15826 #. type: textblock
15827 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3219
15828 msgid ""
15829 "The mounted filesystem is writable, if we have sufficient permissions on the "
15830 "underlying device."
15831 msgstr ""
15832
15833 # type: textblock
15834 #. type: textblock
15835 #: ../src/guestfs-actions.pod:4827
15836 msgid ""
15837 "B<Important note:> When you use this call, the filesystem options C<sync> "
15838 "and C<noatime> are set implicitly.  This was originally done because we "
15839 "thought it would improve reliability, but it turns out that I<-o sync> has a "
15840 "very large negative performance impact and negligible effect on "
15841 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
15842 "in any code that needs performance, and instead use C<guestfs_mount_options> "
15843 "(use an empty string for the first parameter if you don't want any options)."
15844 msgstr ""
15845
15846 #. type: textblock
15847 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3232
15848 msgid ""
15849 "This function is deprecated.  In new code, use the C<mount_options> call "
15850 "instead."
15851 msgstr ""
15852
15853 #. type: =head2
15854 #: ../src/guestfs-actions.pod:4848
15855 msgid "guestfs_mount_9p"
15856 msgstr ""
15857
15858 #. type: verbatim
15859 #: ../src/guestfs-actions.pod:4850
15860 #, no-wrap
15861 msgid ""
15862 " int\n"
15863 " guestfs_mount_9p (guestfs_h *g,\n"
15864 "                   const char *mounttag,\n"
15865 "                   const char *mountpoint,\n"
15866 "                   ...);\n"
15867 "\n"
15868 msgstr ""
15869
15870 #. type: verbatim
15871 #: ../src/guestfs-actions.pod:4861
15872 #, no-wrap
15873 msgid ""
15874 " GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
15875 "\n"
15876 msgstr ""
15877
15878 #. type: textblock
15879 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3243
15880 msgid ""
15881 "Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
15882 "C<mountpoint>."
15883 msgstr ""
15884
15885 #. type: textblock
15886 #: ../src/guestfs-actions.pod:4866 ../fish/guestfish-actions.pod:3246
15887 msgid ""
15888 "If required, C<trans=virtio> will be automatically added to the options.  "
15889 "Any other options required can be passed in the optional C<options> "
15890 "parameter."
15891 msgstr ""
15892
15893 #. type: =head2
15894 #: ../src/guestfs-actions.pod:4874
15895 msgid "guestfs_mount_9p_va"
15896 msgstr ""
15897
15898 #. type: verbatim
15899 #: ../src/guestfs-actions.pod:4876
15900 #, no-wrap
15901 msgid ""
15902 " int\n"
15903 " guestfs_mount_9p_va (guestfs_h *g,\n"
15904 "                      const char *mounttag,\n"
15905 "                      const char *mountpoint,\n"
15906 "                      va_list args);\n"
15907 "\n"
15908 msgstr ""
15909
15910 #. type: textblock
15911 #: ../src/guestfs-actions.pod:4882
15912 msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
15913 msgstr ""
15914
15915 #. type: =head2
15916 #: ../src/guestfs-actions.pod:4886
15917 msgid "guestfs_mount_9p_argv"
15918 msgstr ""
15919
15920 #. type: verbatim
15921 #: ../src/guestfs-actions.pod:4888
15922 #, no-wrap
15923 msgid ""
15924 " int\n"
15925 " guestfs_mount_9p_argv (guestfs_h *g,\n"
15926 "                        const char *mounttag,\n"
15927 "                        const char *mountpoint,\n"
15928 "                        const struct guestfs_mount_9p_argv *optargs);\n"
15929 "\n"
15930 msgstr ""
15931
15932 #. type: textblock
15933 #: ../src/guestfs-actions.pod:4894
15934 msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
15935 msgstr ""
15936
15937 # type: =head2
15938 #. type: =head2
15939 #: ../src/guestfs-actions.pod:4898
15940 msgid "guestfs_mount_loop"
15941 msgstr ""
15942
15943 # type: verbatim
15944 #. type: verbatim
15945 #: ../src/guestfs-actions.pod:4900
15946 #, no-wrap
15947 msgid ""
15948 " int\n"
15949 " guestfs_mount_loop (guestfs_h *g,\n"
15950 "                     const char *file,\n"
15951 "                     const char *mountpoint);\n"
15952 "\n"
15953 msgstr ""
15954
15955 # type: textblock
15956 #. type: textblock
15957 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3256
15958 msgid ""
15959 "This command lets you mount C<file> (a filesystem image in a file) on a "
15960 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
15961 "mountpoint>."
15962 msgstr ""
15963
15964 # type: =head2
15965 #. type: =head2
15966 #: ../src/guestfs-actions.pod:4913
15967 msgid "guestfs_mount_options"
15968 msgstr ""
15969
15970 # type: verbatim
15971 #. type: verbatim
15972 #: ../src/guestfs-actions.pod:4915
15973 #, no-wrap
15974 msgid ""
15975 " int\n"
15976 " guestfs_mount_options (guestfs_h *g,\n"
15977 "                        const char *options,\n"
15978 "                        const char *device,\n"
15979 "                        const char *mountpoint);\n"
15980 "\n"
15981 msgstr ""
15982
15983 # type: textblock
15984 #. type: textblock
15985 #: ../src/guestfs-actions.pod:4921
15986 msgid ""
15987 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15988 "the mount options as for the L<mount(8)> I<-o> flag."
15989 msgstr ""
15990
15991 # type: textblock
15992 #. type: textblock
15993 #: ../src/guestfs-actions.pod:4925 ../fish/guestfish-actions.pod:3268
15994 msgid ""
15995 "If the C<options> parameter is an empty string, then no options are passed "
15996 "(all options default to whatever the filesystem uses)."
15997 msgstr ""
15998
15999 # type: textblock
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:4945
16002 #: ../src/guestfs-actions.pod:4962
16003 msgid "(Added in 1.0.10)"
16004 msgstr ""
16005
16006 # type: =head2
16007 #. type: =head2
16008 #: ../src/guestfs-actions.pod:4933
16009 msgid "guestfs_mount_ro"
16010 msgstr ""
16011
16012 # type: verbatim
16013 #. type: verbatim
16014 #: ../src/guestfs-actions.pod:4935
16015 #, no-wrap
16016 msgid ""
16017 " int\n"
16018 " guestfs_mount_ro (guestfs_h *g,\n"
16019 "                   const char *device,\n"
16020 "                   const char *mountpoint);\n"
16021 "\n"
16022 msgstr ""
16023
16024 # type: textblock
16025 #. type: textblock
16026 #: ../src/guestfs-actions.pod:4940
16027 msgid ""
16028 "This is the same as the C<guestfs_mount> command, but it mounts the "
16029 "filesystem with the read-only (I<-o ro>) flag."
16030 msgstr ""
16031
16032 # type: =head2
16033 #. type: =head2
16034 #: ../src/guestfs-actions.pod:4947
16035 msgid "guestfs_mount_vfs"
16036 msgstr ""
16037
16038 # type: verbatim
16039 #. type: verbatim
16040 #: ../src/guestfs-actions.pod:4949
16041 #, no-wrap
16042 msgid ""
16043 " int\n"
16044 " guestfs_mount_vfs (guestfs_h *g,\n"
16045 "                    const char *options,\n"
16046 "                    const char *vfstype,\n"
16047 "                    const char *device,\n"
16048 "                    const char *mountpoint);\n"
16049 "\n"
16050 msgstr ""
16051
16052 # type: textblock
16053 #. type: textblock
16054 #: ../src/guestfs-actions.pod:4956
16055 msgid ""
16056 "This is the same as the C<guestfs_mount> command, but it allows you to set "
16057 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
16058 "t> flags."
16059 msgstr ""
16060
16061 # type: =head2
16062 #. type: =head2
16063 #: ../src/guestfs-actions.pod:4964
16064 msgid "guestfs_mountpoints"
16065 msgstr ""
16066
16067 # type: verbatim
16068 #. type: verbatim
16069 #: ../src/guestfs-actions.pod:4966
16070 #, no-wrap
16071 msgid ""
16072 " char **\n"
16073 " guestfs_mountpoints (guestfs_h *g);\n"
16074 "\n"
16075 msgstr ""
16076
16077 # type: textblock
16078 #. type: textblock
16079 #: ../src/guestfs-actions.pod:4969
16080 msgid ""
16081 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
16082 "devices.  This one returns a hash table (map) of device name to directory "
16083 "where the device is mounted."
16084 msgstr ""
16085
16086 # type: =head2
16087 #. type: =head2
16088 #: ../src/guestfs-actions.pod:4981
16089 msgid "guestfs_mounts"
16090 msgstr ""
16091
16092 # type: verbatim
16093 #. type: verbatim
16094 #: ../src/guestfs-actions.pod:4983
16095 #, no-wrap
16096 msgid ""
16097 " char **\n"
16098 " guestfs_mounts (guestfs_h *g);\n"
16099 "\n"
16100 msgstr ""
16101
16102 # type: textblock
16103 #. type: textblock
16104 #: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3299
16105 msgid ""
16106 "This returns the list of currently mounted filesystems.  It returns the list "
16107 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
16108 msgstr ""
16109
16110 # type: textblock
16111 #. type: textblock
16112 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3302
16113 msgid "Some internal mounts are not shown."
16114 msgstr ""
16115
16116 # type: textblock
16117 #. type: textblock
16118 #: ../src/guestfs-actions.pod:4991
16119 msgid "See also: C<guestfs_mountpoints>"
16120 msgstr ""
16121
16122 # type: =head2
16123 #. type: =head2
16124 #: ../src/guestfs-actions.pod:4999
16125 msgid "guestfs_mv"
16126 msgstr ""
16127
16128 # type: verbatim
16129 #. type: verbatim
16130 #: ../src/guestfs-actions.pod:5001
16131 #, no-wrap
16132 msgid ""
16133 " int\n"
16134 " guestfs_mv (guestfs_h *g,\n"
16135 "             const char *src,\n"
16136 "             const char *dest);\n"
16137 "\n"
16138 msgstr ""
16139
16140 # type: textblock
16141 #. type: textblock
16142 #: ../src/guestfs-actions.pod:5006 ../fish/guestfish-actions.pod:3310
16143 msgid ""
16144 "This moves a file from C<src> to C<dest> where C<dest> is either a "
16145 "destination filename or destination directory."
16146 msgstr ""
16147
16148 # type: =head2
16149 #. type: =head2
16150 #: ../src/guestfs-actions.pod:5013
16151 msgid "guestfs_ntfs_3g_probe"
16152 msgstr ""
16153
16154 # type: verbatim
16155 #. type: verbatim
16156 #: ../src/guestfs-actions.pod:5015
16157 #, no-wrap
16158 msgid ""
16159 " int\n"
16160 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
16161 "                        int rw,\n"
16162 "                        const char *device);\n"
16163 "\n"
16164 msgstr ""
16165
16166 # type: textblock
16167 #. type: textblock
16168 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3317
16169 msgid ""
16170 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
16171 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
16172 "write, and some cannot be mounted at all)."
16173 msgstr ""
16174
16175 # type: textblock
16176 #. type: textblock
16177 #: ../src/guestfs-actions.pod:5024 ../fish/guestfish-actions.pod:3321
16178 msgid ""
16179 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
16180 "can be mounted read-write.  Set it to false if you want to test if the "
16181 "volume can be mounted read-only."
16182 msgstr ""
16183
16184 # type: textblock
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:5028 ../fish/guestfish-actions.pod:3325
16187 msgid ""
16188 "The return value is an integer which C<0> if the operation would succeed, or "
16189 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
16190 msgstr ""
16191
16192 # type: textblock
16193 #. type: textblock
16194 #: ../src/guestfs-actions.pod:5034
16195 msgid "(Added in 1.0.43)"
16196 msgstr ""
16197
16198 # type: =head2
16199 #. type: =head2
16200 #: ../src/guestfs-actions.pod:5036
16201 msgid "guestfs_ntfsresize"
16202 msgstr ""
16203
16204 # type: verbatim
16205 #. type: verbatim
16206 #: ../src/guestfs-actions.pod:5038
16207 #, no-wrap
16208 msgid ""
16209 " int\n"
16210 " guestfs_ntfsresize (guestfs_h *g,\n"
16211 "                     const char *device);\n"
16212 "\n"
16213 msgstr ""
16214
16215 # type: textblock
16216 #. type: textblock
16217 #: ../src/guestfs-actions.pod:5042 ../fish/guestfish-actions.pod:3333
16218 msgid ""
16219 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
16220 "size of the underlying device.  See also L<ntfsresize(8)>."
16221 msgstr ""
16222
16223 # type: =head2
16224 #. type: =head2
16225 #: ../src/guestfs-actions.pod:5050
16226 msgid "guestfs_ntfsresize_size"
16227 msgstr ""
16228
16229 # type: verbatim
16230 #. type: verbatim
16231 #: ../src/guestfs-actions.pod:5052
16232 #, no-wrap
16233 msgid ""
16234 " int\n"
16235 " guestfs_ntfsresize_size (guestfs_h *g,\n"
16236 "                          const char *device,\n"
16237 "                          int64_t size);\n"
16238 "\n"
16239 msgstr ""
16240
16241 # type: textblock
16242 #. type: textblock
16243 #: ../src/guestfs-actions.pod:5057
16244 msgid ""
16245 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
16246 "to specify the new size (in bytes) explicitly."
16247 msgstr ""
16248
16249 # type: textblock
16250 #. type: textblock
16251 #: ../src/guestfs-actions.pod:5062 ../src/guestfs-actions.pod:5498
16252 #: ../src/guestfs-actions.pod:5571 ../src/guestfs-actions.pod:5839
16253 #: ../src/guestfs-actions.pod:7447
16254 msgid "(Added in 1.3.14)"
16255 msgstr ""
16256
16257 # type: =head2
16258 #. type: =head2
16259 #: ../src/guestfs-actions.pod:5064
16260 msgid "guestfs_part_add"
16261 msgstr ""
16262
16263 # type: verbatim
16264 #. type: verbatim
16265 #: ../src/guestfs-actions.pod:5066
16266 #, no-wrap
16267 msgid ""
16268 " int\n"
16269 " guestfs_part_add (guestfs_h *g,\n"
16270 "                   const char *device,\n"
16271 "                   const char *prlogex,\n"
16272 "                   int64_t startsect,\n"
16273 "                   int64_t endsect);\n"
16274 "\n"
16275 msgstr ""
16276
16277 # type: textblock
16278 #. type: textblock
16279 #: ../src/guestfs-actions.pod:5073
16280 msgid ""
16281 "This command adds a partition to C<device>.  If there is no partition table "
16282 "on the device, call C<guestfs_part_init> first."
16283 msgstr ""
16284
16285 # type: textblock
16286 #. type: textblock
16287 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3351
16288 msgid ""
16289 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
16290 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
16291 "C<logical>) and C<e> (or C<extended>) partition types."
16292 msgstr ""
16293
16294 # type: textblock
16295 #. type: textblock
16296 #: ../src/guestfs-actions.pod:5081 ../fish/guestfish-actions.pod:3356
16297 msgid ""
16298 "C<startsect> and C<endsect> are the start and end of the partition in "
16299 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
16300 "from the end of the disk (C<-1> is the last sector)."
16301 msgstr ""
16302
16303 # type: textblock
16304 #. type: textblock
16305 #: ../src/guestfs-actions.pod:5085
16306 msgid ""
16307 "Creating a partition which covers the whole disk is not so easy.  Use "
16308 "C<guestfs_part_disk> to do that."
16309 msgstr ""
16310
16311 # type: textblock
16312 #. type: textblock
16313 #: ../src/guestfs-actions.pod:5090 ../src/guestfs-actions.pod:5128
16314 #: ../src/guestfs-actions.pod:5181 ../src/guestfs-actions.pod:5259
16315 #: ../src/guestfs-actions.pod:5297 ../src/guestfs-actions.pod:5316
16316 #: ../src/guestfs-actions.pod:5356
16317 msgid "(Added in 1.0.78)"
16318 msgstr ""
16319
16320 # type: =head2
16321 #. type: =head2
16322 #: ../src/guestfs-actions.pod:5092
16323 msgid "guestfs_part_del"
16324 msgstr ""
16325
16326 # type: verbatim
16327 #. type: verbatim
16328 #: ../src/guestfs-actions.pod:5094
16329 #, no-wrap
16330 msgid ""
16331 " int\n"
16332 " guestfs_part_del (guestfs_h *g,\n"
16333 "                   const char *device,\n"
16334 "                   int partnum);\n"
16335 "\n"
16336 msgstr ""
16337
16338 # type: textblock
16339 #. type: textblock
16340 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3367
16341 msgid "This command deletes the partition numbered C<partnum> on C<device>."
16342 msgstr ""
16343
16344 # type: textblock
16345 #. type: textblock
16346 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3369
16347 msgid ""
16348 "Note that in the case of MBR partitioning, deleting an extended partition "
16349 "also deletes any logical partitions it contains."
16350 msgstr ""
16351
16352 # type: =head2
16353 #. type: =head2
16354 #: ../src/guestfs-actions.pod:5109
16355 msgid "guestfs_part_disk"
16356 msgstr ""
16357
16358 # type: verbatim
16359 #. type: verbatim
16360 #: ../src/guestfs-actions.pod:5111
16361 #, no-wrap
16362 msgid ""
16363 " int\n"
16364 " guestfs_part_disk (guestfs_h *g,\n"
16365 "                    const char *device,\n"
16366 "                    const char *parttype);\n"
16367 "\n"
16368 msgstr ""
16369
16370 # type: textblock
16371 #. type: textblock
16372 #: ../src/guestfs-actions.pod:5116
16373 msgid ""
16374 "This command is simply a combination of C<guestfs_part_init> followed by "
16375 "C<guestfs_part_add> to create a single primary partition covering the whole "
16376 "disk."
16377 msgstr ""
16378
16379 # type: textblock
16380 #. type: textblock
16381 #: ../src/guestfs-actions.pod:5120
16382 msgid ""
16383 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
16384 "possible values are described in C<guestfs_part_init>."
16385 msgstr ""
16386
16387 # type: =head2
16388 #. type: =head2
16389 #: ../src/guestfs-actions.pod:5130
16390 msgid "guestfs_part_get_bootable"
16391 msgstr ""
16392
16393 # type: verbatim
16394 #. type: verbatim
16395 #: ../src/guestfs-actions.pod:5132
16396 #, no-wrap
16397 msgid ""
16398 " int\n"
16399 " guestfs_part_get_bootable (guestfs_h *g,\n"
16400 "                            const char *device,\n"
16401 "                            int partnum);\n"
16402 "\n"
16403 msgstr ""
16404
16405 # type: textblock
16406 #. type: textblock
16407 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3391
16408 msgid ""
16409 "This command returns true if the partition C<partnum> on C<device> has the "
16410 "bootable flag set."
16411 msgstr ""
16412
16413 # type: textblock
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:5140
16416 msgid "See also C<guestfs_part_set_bootable>."
16417 msgstr ""
16418
16419 # type: =head2
16420 #. type: =head2
16421 #: ../src/guestfs-actions.pod:5146
16422 msgid "guestfs_part_get_mbr_id"
16423 msgstr ""
16424
16425 # type: verbatim
16426 #. type: verbatim
16427 #: ../src/guestfs-actions.pod:5148
16428 #, no-wrap
16429 msgid ""
16430 " int\n"
16431 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
16432 "                          const char *device,\n"
16433 "                          int partnum);\n"
16434 "\n"
16435 msgstr ""
16436
16437 # type: textblock
16438 #. type: textblock
16439 #: ../src/guestfs-actions.pod:5153 ../fish/guestfish-actions.pod:3400
16440 msgid ""
16441 "Returns the MBR type byte (also known as the ID byte) from the numbered "
16442 "partition C<partnum>."
16443 msgstr ""
16444
16445 # type: textblock
16446 #. type: textblock
16447 #: ../src/guestfs-actions.pod:5156 ../src/guestfs-actions.pod:5332
16448 msgid ""
16449 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
16450 "undefined results for other partition table types (see "
16451 "C<guestfs_part_get_parttype>)."
16452 msgstr ""
16453
16454 # type: =head2
16455 #. type: =head2
16456 #: ../src/guestfs-actions.pod:5164
16457 msgid "guestfs_part_get_parttype"
16458 msgstr ""
16459
16460 # type: verbatim
16461 #. type: verbatim
16462 #: ../src/guestfs-actions.pod:5166
16463 #, no-wrap
16464 msgid ""
16465 " char *\n"
16466 " guestfs_part_get_parttype (guestfs_h *g,\n"
16467 "                            const char *device);\n"
16468 "\n"
16469 msgstr ""
16470
16471 # type: textblock
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:5170 ../fish/guestfish-actions.pod:3411
16474 msgid ""
16475 "This command examines the partition table on C<device> and returns the "
16476 "partition table type (format) being used."
16477 msgstr ""
16478
16479 # type: textblock
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:5173
16482 msgid ""
16483 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
16484 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
16485 "possible, although unusual.  See C<guestfs_part_init> for a full list."
16486 msgstr ""
16487
16488 # type: =head2
16489 #. type: =head2
16490 #: ../src/guestfs-actions.pod:5183
16491 msgid "guestfs_part_init"
16492 msgstr ""
16493
16494 # type: verbatim
16495 #. type: verbatim
16496 #: ../src/guestfs-actions.pod:5185
16497 #, no-wrap
16498 msgid ""
16499 " int\n"
16500 " guestfs_part_init (guestfs_h *g,\n"
16501 "                    const char *device,\n"
16502 "                    const char *parttype);\n"
16503 "\n"
16504 msgstr ""
16505
16506 # type: textblock
16507 #. type: textblock
16508 #: ../src/guestfs-actions.pod:5190 ../fish/guestfish-actions.pod:3423
16509 msgid ""
16510 "This creates an empty partition table on C<device> of one of the partition "
16511 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
16512 "(for large disks)."
16513 msgstr ""
16514
16515 # type: textblock
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:5194
16518 msgid ""
16519 "Initially there are no partitions.  Following this, you should call "
16520 "C<guestfs_part_add> for each partition required."
16521 msgstr ""
16522
16523 # type: textblock
16524 #. type: textblock
16525 #: ../src/guestfs-actions.pod:5197 ../fish/guestfish-actions.pod:3430
16526 msgid "Possible values for C<parttype> are:"
16527 msgstr ""
16528
16529 # type: =item
16530 #. type: =item
16531 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3434
16532 msgid "B<efi> | B<gpt>"
16533 msgstr ""
16534
16535 # type: textblock
16536 #. type: textblock
16537 #: ../src/guestfs-actions.pod:5203 ../fish/guestfish-actions.pod:3436
16538 msgid "Intel EFI / GPT partition table."
16539 msgstr ""
16540
16541 # type: textblock
16542 #. type: textblock
16543 #: ../src/guestfs-actions.pod:5205 ../fish/guestfish-actions.pod:3438
16544 msgid ""
16545 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
16546 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
16547 "the C<mbr> format."
16548 msgstr ""
16549
16550 # type: =item
16551 #. type: =item
16552 #: ../src/guestfs-actions.pod:5209 ../fish/guestfish-actions.pod:3442
16553 msgid "B<mbr> | B<msdos>"
16554 msgstr ""
16555
16556 # type: textblock
16557 #. type: textblock
16558 #: ../src/guestfs-actions.pod:5211 ../fish/guestfish-actions.pod:3444
16559 msgid ""
16560 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
16561 "Windows.  This partition type will B<only> work for device sizes up to 2 "
16562 "TB.  For large disks we recommend using C<gpt>."
16563 msgstr ""
16564
16565 # type: textblock
16566 #. type: textblock
16567 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3451
16568 msgid ""
16569 "Other partition table types that may work but are not supported include:"
16570 msgstr ""
16571
16572 # type: =item
16573 #. type: =item
16574 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3456
16575 msgid "B<aix>"
16576 msgstr ""
16577
16578 # type: textblock
16579 #. type: textblock
16580 #: ../src/guestfs-actions.pod:5225 ../fish/guestfish-actions.pod:3458
16581 msgid "AIX disk labels."
16582 msgstr ""
16583
16584 # type: =item
16585 #. type: =item
16586 #: ../src/guestfs-actions.pod:5227 ../fish/guestfish-actions.pod:3460
16587 msgid "B<amiga> | B<rdb>"
16588 msgstr ""
16589
16590 # type: textblock
16591 #. type: textblock
16592 #: ../src/guestfs-actions.pod:5229 ../fish/guestfish-actions.pod:3462
16593 msgid "Amiga \"Rigid Disk Block\" format."
16594 msgstr ""
16595
16596 # type: =item
16597 #. type: =item
16598 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3464
16599 msgid "B<bsd>"
16600 msgstr ""
16601
16602 # type: textblock
16603 #. type: textblock
16604 #: ../src/guestfs-actions.pod:5233 ../fish/guestfish-actions.pod:3466
16605 msgid "BSD disk labels."
16606 msgstr ""
16607
16608 # type: =item
16609 #. type: =item
16610 #: ../src/guestfs-actions.pod:5235 ../fish/guestfish-actions.pod:3468
16611 msgid "B<dasd>"
16612 msgstr ""
16613
16614 # type: textblock
16615 #. type: textblock
16616 #: ../src/guestfs-actions.pod:5237 ../fish/guestfish-actions.pod:3470
16617 msgid "DASD, used on IBM mainframes."
16618 msgstr ""
16619
16620 # type: =item
16621 #. type: =item
16622 #: ../src/guestfs-actions.pod:5239 ../fish/guestfish-actions.pod:3472
16623 msgid "B<dvh>"
16624 msgstr ""
16625
16626 # type: textblock
16627 #. type: textblock
16628 #: ../src/guestfs-actions.pod:5241 ../fish/guestfish-actions.pod:3474
16629 msgid "MIPS/SGI volumes."
16630 msgstr ""
16631
16632 # type: =item
16633 #. type: =item
16634 #: ../src/guestfs-actions.pod:5243 ../fish/guestfish-actions.pod:3476
16635 msgid "B<mac>"
16636 msgstr ""
16637
16638 # type: textblock
16639 #. type: textblock
16640 #: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3478
16641 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
16642 msgstr ""
16643
16644 # type: =item
16645 #. type: =item
16646 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3480
16647 msgid "B<pc98>"
16648 msgstr ""
16649
16650 # type: textblock
16651 #. type: textblock
16652 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3482
16653 msgid "NEC PC-98 format, common in Japan apparently."
16654 msgstr ""
16655
16656 # type: =item
16657 #. type: =item
16658 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3484
16659 msgid "B<sun>"
16660 msgstr ""
16661
16662 # type: textblock
16663 #. type: textblock
16664 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3486
16665 msgid "Sun disk labels."
16666 msgstr ""
16667
16668 # type: =head2
16669 #. type: =head2
16670 #: ../src/guestfs-actions.pod:5261
16671 msgid "guestfs_part_list"
16672 msgstr ""
16673
16674 # type: verbatim
16675 #. type: verbatim
16676 #: ../src/guestfs-actions.pod:5263
16677 #, no-wrap
16678 msgid ""
16679 " struct guestfs_partition_list *\n"
16680 " guestfs_part_list (guestfs_h *g,\n"
16681 "                    const char *device);\n"
16682 "\n"
16683 msgstr ""
16684
16685 # type: textblock
16686 #. type: textblock
16687 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3494
16688 msgid ""
16689 "This command parses the partition table on C<device> and returns the list of "
16690 "partitions found."
16691 msgstr ""
16692
16693 # type: textblock
16694 #. type: textblock
16695 #: ../src/guestfs-actions.pod:5270 ../fish/guestfish-actions.pod:3497
16696 msgid "The fields in the returned structure are:"
16697 msgstr ""
16698
16699 # type: =item
16700 #. type: =item
16701 #: ../src/guestfs-actions.pod:5274 ../fish/guestfish-actions.pod:3501
16702 msgid "B<part_num>"
16703 msgstr ""
16704
16705 # type: textblock
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3503
16708 msgid "Partition number, counting from 1."
16709 msgstr ""
16710
16711 # type: =item
16712 #. type: =item
16713 #: ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3505
16714 msgid "B<part_start>"
16715 msgstr ""
16716
16717 # type: textblock
16718 #. type: textblock
16719 #: ../src/guestfs-actions.pod:5280
16720 msgid ""
16721 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
16722 "the device's sector size, see C<guestfs_blockdev_getss>."
16723 msgstr ""
16724
16725 # type: =item
16726 #. type: =item
16727 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3510
16728 msgid "B<part_end>"
16729 msgstr ""
16730
16731 # type: textblock
16732 #. type: textblock
16733 #: ../src/guestfs-actions.pod:5285 ../fish/guestfish-actions.pod:3512
16734 msgid "End of the partition in bytes."
16735 msgstr ""
16736
16737 # type: =item
16738 #. type: =item
16739 #: ../src/guestfs-actions.pod:5287 ../fish/guestfish-actions.pod:3514
16740 msgid "B<part_size>"
16741 msgstr ""
16742
16743 # type: textblock
16744 #. type: textblock
16745 #: ../src/guestfs-actions.pod:5289 ../fish/guestfish-actions.pod:3516
16746 msgid "Size of the partition in bytes."
16747 msgstr ""
16748
16749 # type: textblock
16750 #. type: textblock
16751 #: ../src/guestfs-actions.pod:5293
16752 msgid ""
16753 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
16754 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
16755 "use>."
16756 msgstr ""
16757
16758 # type: =head2
16759 #. type: =head2
16760 #: ../src/guestfs-actions.pod:5299
16761 msgid "guestfs_part_set_bootable"
16762 msgstr ""
16763
16764 # type: verbatim
16765 #. type: verbatim
16766 #: ../src/guestfs-actions.pod:5301
16767 #, no-wrap
16768 msgid ""
16769 " int\n"
16770 " guestfs_part_set_bootable (guestfs_h *g,\n"
16771 "                            const char *device,\n"
16772 "                            int partnum,\n"
16773 "                            int bootable);\n"
16774 "\n"
16775 msgstr ""
16776
16777 # type: textblock
16778 #. type: textblock
16779 #: ../src/guestfs-actions.pod:5307 ../fish/guestfish-actions.pod:3524
16780 msgid ""
16781 "This sets the bootable flag on partition numbered C<partnum> on device "
16782 "C<device>.  Note that partitions are numbered from 1."
16783 msgstr ""
16784
16785 # type: textblock
16786 #. type: textblock
16787 #: ../src/guestfs-actions.pod:5310 ../fish/guestfish-actions.pod:3527
16788 msgid ""
16789 "The bootable flag is used by some operating systems (notably Windows) to "
16790 "determine which partition to boot from.  It is by no means universally "
16791 "recognized."
16792 msgstr ""
16793
16794 # type: =head2
16795 #. type: =head2
16796 #: ../src/guestfs-actions.pod:5318
16797 msgid "guestfs_part_set_mbr_id"
16798 msgstr ""
16799
16800 # type: verbatim
16801 #. type: verbatim
16802 #: ../src/guestfs-actions.pod:5320
16803 #, no-wrap
16804 msgid ""
16805 " int\n"
16806 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
16807 "                          const char *device,\n"
16808 "                          int partnum,\n"
16809 "                          int idbyte);\n"
16810 "\n"
16811 msgstr ""
16812
16813 # type: textblock
16814 #. type: textblock
16815 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3535
16816 msgid ""
16817 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
16818 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
16819 "documentation are in fact hexadecimal numbers, but usually documented "
16820 "without any leading \"0x\" which might be confusing."
16821 msgstr ""
16822
16823 # type: =head2
16824 #. type: =head2
16825 #: ../src/guestfs-actions.pod:5340
16826 msgid "guestfs_part_set_name"
16827 msgstr ""
16828
16829 # type: verbatim
16830 #. type: verbatim
16831 #: ../src/guestfs-actions.pod:5342
16832 #, no-wrap
16833 msgid ""
16834 " int\n"
16835 " guestfs_part_set_name (guestfs_h *g,\n"
16836 "                        const char *device,\n"
16837 "                        int partnum,\n"
16838 "                        const char *name);\n"
16839 "\n"
16840 msgstr ""
16841
16842 # type: textblock
16843 #. type: textblock
16844 #: ../src/guestfs-actions.pod:5348 ../fish/guestfish-actions.pod:3549
16845 msgid ""
16846 "This sets the partition name on partition numbered C<partnum> on device "
16847 "C<device>.  Note that partitions are numbered from 1."
16848 msgstr ""
16849
16850 # type: textblock
16851 #. type: textblock
16852 #: ../src/guestfs-actions.pod:5351 ../fish/guestfish-actions.pod:3552
16853 msgid ""
16854 "The partition name can only be set on certain types of partition table.  "
16855 "This works on C<gpt> but not on C<mbr> partitions."
16856 msgstr ""
16857
16858 # type: =head2
16859 #. type: =head2
16860 #: ../src/guestfs-actions.pod:5358
16861 msgid "guestfs_part_to_dev"
16862 msgstr ""
16863
16864 # type: verbatim
16865 #. type: verbatim
16866 #: ../src/guestfs-actions.pod:5360
16867 #, no-wrap
16868 msgid ""
16869 " char *\n"
16870 " guestfs_part_to_dev (guestfs_h *g,\n"
16871 "                      const char *partition);\n"
16872 "\n"
16873 msgstr ""
16874
16875 # type: textblock
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:5364 ../fish/guestfish-actions.pod:3559
16878 msgid ""
16879 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
16880 "partition number, returning the device name (eg. \"/dev/sdb\")."
16881 msgstr ""
16882
16883 # type: textblock
16884 #. type: textblock
16885 #: ../src/guestfs-actions.pod:5368
16886 msgid ""
16887 "The named partition must exist, for example as a string returned from "
16888 "C<guestfs_list_partitions>."
16889 msgstr ""
16890
16891 # type: =head2
16892 #. type: =head2
16893 #: ../src/guestfs-actions.pod:5376
16894 msgid "guestfs_ping_daemon"
16895 msgstr ""
16896
16897 # type: verbatim
16898 #. type: verbatim
16899 #: ../src/guestfs-actions.pod:5378
16900 #, no-wrap
16901 msgid ""
16902 " int\n"
16903 " guestfs_ping_daemon (guestfs_h *g);\n"
16904 "\n"
16905 msgstr ""
16906
16907 # type: textblock
16908 #. type: textblock
16909 #: ../src/guestfs-actions.pod:5381 ../fish/guestfish-actions.pod:3570
16910 msgid ""
16911 "This is a test probe into the guestfs daemon running inside the qemu "
16912 "subprocess.  Calling this function checks that the daemon responds to the "
16913 "ping message, without affecting the daemon or attached block device(s) in "
16914 "any other way."
16915 msgstr ""
16916
16917 # type: =head2
16918 #. type: =head2
16919 #: ../src/guestfs-actions.pod:5390
16920 msgid "guestfs_pread"
16921 msgstr ""
16922
16923 # type: verbatim
16924 #. type: verbatim
16925 #: ../src/guestfs-actions.pod:5392
16926 #, no-wrap
16927 msgid ""
16928 " char *\n"
16929 " guestfs_pread (guestfs_h *g,\n"
16930 "                const char *path,\n"
16931 "                int count,\n"
16932 "                int64_t offset,\n"
16933 "                size_t *size_r);\n"
16934 "\n"
16935 msgstr ""
16936
16937 # type: textblock
16938 #. type: textblock
16939 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3579
16940 msgid ""
16941 "This command lets you read part of a file.  It reads C<count> bytes of the "
16942 "file, starting at C<offset>, from file C<path>."
16943 msgstr ""
16944
16945 # type: textblock
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5428
16948 #: ../fish/guestfish-actions.pod:3582 ../fish/guestfish-actions.pod:3597
16949 msgid ""
16950 "This may read fewer bytes than requested.  For further details see the "
16951 "L<pread(2)> system call."
16952 msgstr ""
16953
16954 # type: textblock
16955 #. type: textblock
16956 #: ../src/guestfs-actions.pod:5405
16957 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
16958 msgstr ""
16959
16960 # type: =head2
16961 #. type: =head2
16962 #: ../src/guestfs-actions.pod:5416
16963 msgid "guestfs_pread_device"
16964 msgstr ""
16965
16966 # type: verbatim
16967 #. type: verbatim
16968 #: ../src/guestfs-actions.pod:5418
16969 #, no-wrap
16970 msgid ""
16971 " char *\n"
16972 " guestfs_pread_device (guestfs_h *g,\n"
16973 "                       const char *device,\n"
16974 "                       int count,\n"
16975 "                       int64_t offset,\n"
16976 "                       size_t *size_r);\n"
16977 "\n"
16978 msgstr ""
16979
16980 # type: textblock
16981 #. type: textblock
16982 #: ../src/guestfs-actions.pod:5425 ../fish/guestfish-actions.pod:3594
16983 msgid ""
16984 "This command lets you read part of a file.  It reads C<count> bytes of "
16985 "C<device>, starting at C<offset>."
16986 msgstr ""
16987
16988 # type: textblock
16989 #. type: textblock
16990 #: ../src/guestfs-actions.pod:5431
16991 msgid "See also C<guestfs_pread>."
16992 msgstr ""
16993
16994 # type: textblock
16995 #. type: textblock
16996 #: ../src/guestfs-actions.pod:5440
16997 msgid "(Added in 1.5.21)"
16998 msgstr ""
16999
17000 # type: =head2
17001 #. type: =head2
17002 #: ../src/guestfs-actions.pod:5442
17003 msgid "guestfs_pvcreate"
17004 msgstr ""
17005
17006 # type: verbatim
17007 #. type: verbatim
17008 #: ../src/guestfs-actions.pod:5444
17009 #, no-wrap
17010 msgid ""
17011 " int\n"
17012 " guestfs_pvcreate (guestfs_h *g,\n"
17013 "                   const char *device);\n"
17014 "\n"
17015 msgstr ""
17016
17017 # type: textblock
17018 #. type: textblock
17019 #: ../src/guestfs-actions.pod:5448 ../fish/guestfish-actions.pod:3609
17020 msgid ""
17021 "This creates an LVM physical volume on the named C<device>, where C<device> "
17022 "should usually be a partition name such as C</dev/sda1>."
17023 msgstr ""
17024
17025 # type: =head2
17026 #. type: =head2
17027 #: ../src/guestfs-actions.pod:5456
17028 msgid "guestfs_pvremove"
17029 msgstr ""
17030
17031 # type: verbatim
17032 #. type: verbatim
17033 #: ../src/guestfs-actions.pod:5458
17034 #, no-wrap
17035 msgid ""
17036 " int\n"
17037 " guestfs_pvremove (guestfs_h *g,\n"
17038 "                   const char *device);\n"
17039 "\n"
17040 msgstr ""
17041
17042 # type: textblock
17043 #. type: textblock
17044 #: ../src/guestfs-actions.pod:5462 ../fish/guestfish-actions.pod:3617
17045 msgid ""
17046 "This wipes a physical volume C<device> so that LVM will no longer recognise "
17047 "it."
17048 msgstr ""
17049
17050 # type: textblock
17051 #. type: textblock
17052 #: ../src/guestfs-actions.pod:5465 ../fish/guestfish-actions.pod:3620
17053 msgid ""
17054 "The implementation uses the C<pvremove> command which refuses to wipe "
17055 "physical volumes that contain any volume groups, so you have to remove those "
17056 "first."
17057 msgstr ""
17058
17059 # type: =head2
17060 #. type: =head2
17061 #: ../src/guestfs-actions.pod:5473
17062 msgid "guestfs_pvresize"
17063 msgstr ""
17064
17065 # type: verbatim
17066 #. type: verbatim
17067 #: ../src/guestfs-actions.pod:5475
17068 #, no-wrap
17069 msgid ""
17070 " int\n"
17071 " guestfs_pvresize (guestfs_h *g,\n"
17072 "                   const char *device);\n"
17073 "\n"
17074 msgstr ""
17075
17076 # type: textblock
17077 #. type: textblock
17078 #: ../src/guestfs-actions.pod:5479 ../fish/guestfish-actions.pod:3628
17079 msgid ""
17080 "This resizes (expands or shrinks) an existing LVM physical volume to match "
17081 "the new size of the underlying device."
17082 msgstr ""
17083
17084 # type: =head2
17085 #. type: =head2
17086 #: ../src/guestfs-actions.pod:5486
17087 msgid "guestfs_pvresize_size"
17088 msgstr ""
17089
17090 # type: verbatim
17091 #. type: verbatim
17092 #: ../src/guestfs-actions.pod:5488
17093 #, no-wrap
17094 msgid ""
17095 " int\n"
17096 " guestfs_pvresize_size (guestfs_h *g,\n"
17097 "                        const char *device,\n"
17098 "                        int64_t size);\n"
17099 "\n"
17100 msgstr ""
17101
17102 # type: textblock
17103 #. type: textblock
17104 #: ../src/guestfs-actions.pod:5493
17105 msgid ""
17106 "This command is the same as C<guestfs_pvresize> except that it allows you to "
17107 "specify the new size (in bytes) explicitly."
17108 msgstr ""
17109
17110 # type: =head2
17111 #. type: =head2
17112 #: ../src/guestfs-actions.pod:5500
17113 msgid "guestfs_pvs"
17114 msgstr ""
17115
17116 # type: verbatim
17117 #. type: verbatim
17118 #: ../src/guestfs-actions.pod:5502
17119 #, no-wrap
17120 msgid ""
17121 " char **\n"
17122 " guestfs_pvs (guestfs_h *g);\n"
17123 "\n"
17124 msgstr ""
17125
17126 # type: textblock
17127 #. type: textblock
17128 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3642
17129 msgid ""
17130 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
17131 "(8)> command."
17132 msgstr ""
17133
17134 # type: textblock
17135 #. type: textblock
17136 #: ../src/guestfs-actions.pod:5508 ../fish/guestfish-actions.pod:3645
17137 msgid ""
17138 "This returns a list of just the device names that contain PVs (eg. C</dev/"
17139 "sda2>)."
17140 msgstr ""
17141
17142 # type: textblock
17143 #. type: textblock
17144 #: ../src/guestfs-actions.pod:5511
17145 msgid "See also C<guestfs_pvs_full>."
17146 msgstr ""
17147
17148 # type: =head2
17149 #. type: =head2
17150 #: ../src/guestfs-actions.pod:5519
17151 msgid "guestfs_pvs_full"
17152 msgstr ""
17153
17154 # type: verbatim
17155 #. type: verbatim
17156 #: ../src/guestfs-actions.pod:5521
17157 #, no-wrap
17158 msgid ""
17159 " struct guestfs_lvm_pv_list *\n"
17160 " guestfs_pvs_full (guestfs_h *g);\n"
17161 "\n"
17162 msgstr ""
17163
17164 # type: textblock
17165 #. type: textblock
17166 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3654
17167 msgid ""
17168 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
17169 "(8)> command.  The \"full\" version includes all fields."
17170 msgstr ""
17171
17172 # type: textblock
17173 #. type: textblock
17174 #: ../src/guestfs-actions.pod:5527
17175 msgid ""
17176 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
17177 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
17178 msgstr ""
17179
17180 # type: =head2
17181 #. type: =head2
17182 #: ../src/guestfs-actions.pod:5533
17183 msgid "guestfs_pvuuid"
17184 msgstr ""
17185
17186 # type: verbatim
17187 #. type: verbatim
17188 #: ../src/guestfs-actions.pod:5535
17189 #, no-wrap
17190 msgid ""
17191 " char *\n"
17192 " guestfs_pvuuid (guestfs_h *g,\n"
17193 "                 const char *device);\n"
17194 "\n"
17195 msgstr ""
17196
17197 # type: textblock
17198 #. type: textblock
17199 #: ../src/guestfs-actions.pod:5539 ../fish/guestfish-actions.pod:3661
17200 msgid "This command returns the UUID of the LVM PV C<device>."
17201 msgstr ""
17202
17203 # type: =head2
17204 #. type: =head2
17205 #: ../src/guestfs-actions.pod:5546
17206 msgid "guestfs_pwrite"
17207 msgstr ""
17208
17209 # type: verbatim
17210 #. type: verbatim
17211 #: ../src/guestfs-actions.pod:5548
17212 #, no-wrap
17213 msgid ""
17214 " int\n"
17215 " guestfs_pwrite (guestfs_h *g,\n"
17216 "                 const char *path,\n"
17217 "                 const char *content,\n"
17218 "                 size_t content_size,\n"
17219 "                 int64_t offset);\n"
17220 "\n"
17221 msgstr ""
17222
17223 # type: textblock
17224 #. type: textblock
17225 #: ../src/guestfs-actions.pod:5555 ../fish/guestfish-actions.pod:3667
17226 msgid ""
17227 "This command writes to part of a file.  It writes the data buffer C<content> "
17228 "to the file C<path> starting at offset C<offset>."
17229 msgstr ""
17230
17231 # type: textblock
17232 #. type: textblock
17233 #: ../src/guestfs-actions.pod:5558 ../fish/guestfish-actions.pod:3670
17234 msgid ""
17235 "This command implements the L<pwrite(2)> system call, and like that system "
17236 "call it may not write the full data requested.  The return value is the "
17237 "number of bytes that were actually written to the file.  This could even be "
17238 "0, although short writes are unlikely for regular files in ordinary "
17239 "circumstances."
17240 msgstr ""
17241
17242 # type: textblock
17243 #. type: textblock
17244 #: ../src/guestfs-actions.pod:5564
17245 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
17246 msgstr ""
17247
17248 # type: =head2
17249 #. type: =head2
17250 #: ../src/guestfs-actions.pod:5573
17251 msgid "guestfs_pwrite_device"
17252 msgstr ""
17253
17254 # type: verbatim
17255 #. type: verbatim
17256 #: ../src/guestfs-actions.pod:5575
17257 #, no-wrap
17258 msgid ""
17259 " int\n"
17260 " guestfs_pwrite_device (guestfs_h *g,\n"
17261 "                        const char *device,\n"
17262 "                        const char *content,\n"
17263 "                        size_t content_size,\n"
17264 "                        int64_t offset);\n"
17265 "\n"
17266 msgstr ""
17267
17268 # type: textblock
17269 #. type: textblock
17270 #: ../src/guestfs-actions.pod:5582 ../fish/guestfish-actions.pod:3685
17271 msgid ""
17272 "This command writes to part of a device.  It writes the data buffer "
17273 "C<content> to C<device> starting at offset C<offset>."
17274 msgstr ""
17275
17276 # type: textblock
17277 #. type: textblock
17278 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3688
17279 msgid ""
17280 "This command implements the L<pwrite(2)> system call, and like that system "
17281 "call it may not write the full data requested (although short writes to disk "
17282 "devices and partitions are probably impossible with standard Linux kernels)."
17283 msgstr ""
17284
17285 # type: textblock
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:5590
17288 msgid "See also C<guestfs_pwrite>."
17289 msgstr ""
17290
17291 # type: textblock
17292 #. type: textblock
17293 #: ../src/guestfs-actions.pod:5597
17294 msgid "(Added in 1.5.20)"
17295 msgstr ""
17296
17297 # type: =head2
17298 #. type: =head2
17299 #: ../src/guestfs-actions.pod:5599
17300 msgid "guestfs_read_file"
17301 msgstr ""
17302
17303 # type: verbatim
17304 #. type: verbatim
17305 #: ../src/guestfs-actions.pod:5601
17306 #, no-wrap
17307 msgid ""
17308 " char *\n"
17309 " guestfs_read_file (guestfs_h *g,\n"
17310 "                    const char *path,\n"
17311 "                    size_t *size_r);\n"
17312 "\n"
17313 msgstr ""
17314
17315 # type: textblock
17316 #. type: textblock
17317 #: ../src/guestfs-actions.pod:5606 ../fish/guestfish-actions.pod:3702
17318 msgid "This calls returns the contents of the file C<path> as a buffer."
17319 msgstr ""
17320
17321 # type: textblock
17322 #. type: textblock
17323 #: ../src/guestfs-actions.pod:5609
17324 msgid ""
17325 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
17326 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
17327 "function is limited in the total size of file that can be handled."
17328 msgstr ""
17329
17330 # type: textblock
17331 #. type: textblock
17332 #: ../src/guestfs-actions.pod:5621
17333 msgid "(Added in 1.0.63)"
17334 msgstr ""
17335
17336 # type: =head2
17337 #. type: =head2
17338 #: ../src/guestfs-actions.pod:5623
17339 msgid "guestfs_read_lines"
17340 msgstr ""
17341
17342 # type: verbatim
17343 #. type: verbatim
17344 #: ../src/guestfs-actions.pod:5625
17345 #, no-wrap
17346 msgid ""
17347 " char **\n"
17348 " guestfs_read_lines (guestfs_h *g,\n"
17349 "                     const char *path);\n"
17350 "\n"
17351 msgstr ""
17352
17353 # type: textblock
17354 #. type: textblock
17355 #: ../src/guestfs-actions.pod:5631 ../fish/guestfish-actions.pod:3719
17356 msgid ""
17357 "The file contents are returned as a list of lines.  Trailing C<LF> and "
17358 "C<CRLF> character sequences are I<not> returned."
17359 msgstr ""
17360
17361 # type: textblock
17362 #. type: textblock
17363 #: ../src/guestfs-actions.pod:5634
17364 msgid ""
17365 "Note that this function cannot correctly handle binary files (specifically, "
17366 "files containing C<\\0> character which is treated as end of line).  For "
17367 "those you need to use the C<guestfs_read_file> function which has a more "
17368 "complex interface."
17369 msgstr ""
17370
17371 # type: =head2
17372 #. type: =head2
17373 #: ../src/guestfs-actions.pod:5645
17374 msgid "guestfs_readdir"
17375 msgstr ""
17376
17377 # type: verbatim
17378 #. type: verbatim
17379 #: ../src/guestfs-actions.pod:5647
17380 #, no-wrap
17381 msgid ""
17382 " struct guestfs_dirent_list *\n"
17383 " guestfs_readdir (guestfs_h *g,\n"
17384 "                  const char *dir);\n"
17385 "\n"
17386 msgstr ""
17387
17388 # type: textblock
17389 #. type: textblock
17390 #: ../src/guestfs-actions.pod:5651 ../fish/guestfish-actions.pod:3731
17391 msgid "This returns the list of directory entries in directory C<dir>."
17392 msgstr ""
17393
17394 # type: textblock
17395 #. type: textblock
17396 #: ../src/guestfs-actions.pod:5653 ../fish/guestfish-actions.pod:3733
17397 msgid ""
17398 "All entries in the directory are returned, including C<.> and C<..>.  The "
17399 "entries are I<not> sorted, but returned in the same order as the underlying "
17400 "filesystem."
17401 msgstr ""
17402
17403 # type: textblock
17404 #. type: textblock
17405 #: ../src/guestfs-actions.pod:5657 ../fish/guestfish-actions.pod:3737
17406 msgid ""
17407 "Also this call returns basic file type information about each file.  The "
17408 "C<ftyp> field will contain one of the following characters:"
17409 msgstr ""
17410
17411 # type: =item
17412 #. type: =item
17413 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3742
17414 msgid "'b'"
17415 msgstr ""
17416
17417 # type: textblock
17418 #. type: textblock
17419 #: ../src/guestfs-actions.pod:5664 ../fish/guestfish-actions.pod:3744
17420 msgid "Block special"
17421 msgstr ""
17422
17423 # type: =item
17424 #. type: =item
17425 #: ../src/guestfs-actions.pod:5666 ../fish/guestfish-actions.pod:3746
17426 msgid "'c'"
17427 msgstr ""
17428
17429 # type: textblock
17430 #. type: textblock
17431 #: ../src/guestfs-actions.pod:5668 ../fish/guestfish-actions.pod:3748
17432 msgid "Char special"
17433 msgstr ""
17434
17435 # type: =item
17436 #. type: =item
17437 #: ../src/guestfs-actions.pod:5670 ../fish/guestfish-actions.pod:3750
17438 msgid "'d'"
17439 msgstr ""
17440
17441 # type: textblock
17442 #. type: textblock
17443 #: ../src/guestfs-actions.pod:5672 ../fish/guestfish-actions.pod:3752
17444 msgid "Directory"
17445 msgstr ""
17446
17447 # type: =item
17448 #. type: =item
17449 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3754
17450 msgid "'f'"
17451 msgstr ""
17452
17453 # type: textblock
17454 #. type: textblock
17455 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3756
17456 msgid "FIFO (named pipe)"
17457 msgstr ""
17458
17459 # type: =item
17460 #. type: =item
17461 #: ../src/guestfs-actions.pod:5678 ../fish/guestfish-actions.pod:3758
17462 msgid "'l'"
17463 msgstr ""
17464
17465 # type: textblock
17466 #. type: textblock
17467 #: ../src/guestfs-actions.pod:5680 ../fish/guestfish-actions.pod:3760
17468 msgid "Symbolic link"
17469 msgstr ""
17470
17471 # type: =item
17472 #. type: =item
17473 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3762
17474 msgid "'r'"
17475 msgstr ""
17476
17477 # type: textblock
17478 #. type: textblock
17479 #: ../src/guestfs-actions.pod:5684 ../fish/guestfish-actions.pod:3764
17480 msgid "Regular file"
17481 msgstr ""
17482
17483 # type: =item
17484 #. type: =item
17485 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3766
17486 msgid "'s'"
17487 msgstr ""
17488
17489 # type: textblock
17490 #. type: textblock
17491 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3768
17492 msgid "Socket"
17493 msgstr ""
17494
17495 # type: =item
17496 #. type: =item
17497 #: ../src/guestfs-actions.pod:5690 ../fish/guestfish-actions.pod:3770
17498 msgid "'u'"
17499 msgstr ""
17500
17501 # type: textblock
17502 #. type: textblock
17503 #: ../src/guestfs-actions.pod:5692 ../fish/guestfish-actions.pod:3772
17504 msgid "Unknown file type"
17505 msgstr ""
17506
17507 # type: =item
17508 #. type: =item
17509 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3774
17510 msgid "'?'"
17511 msgstr ""
17512
17513 # type: textblock
17514 #. type: textblock
17515 #: ../src/guestfs-actions.pod:5696 ../fish/guestfish-actions.pod:3776
17516 msgid ""
17517 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
17518 msgstr ""
17519
17520 # type: textblock
17521 #. type: textblock
17522 #: ../src/guestfs-actions.pod:5701
17523 msgid ""
17524 "This function is primarily intended for use by programs.  To get a simple "
17525 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
17526 "consumption, use C<guestfs_ll>."
17527 msgstr ""
17528
17529 # type: textblock
17530 #. type: textblock
17531 #: ../src/guestfs-actions.pod:5705
17532 msgid ""
17533 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
17534 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
17535 msgstr ""
17536
17537 # type: =head2
17538 #. type: =head2
17539 #: ../src/guestfs-actions.pod:5711
17540 msgid "guestfs_readlink"
17541 msgstr ""
17542
17543 # type: verbatim
17544 #. type: verbatim
17545 #: ../src/guestfs-actions.pod:5713
17546 #, no-wrap
17547 msgid ""
17548 " char *\n"
17549 " guestfs_readlink (guestfs_h *g,\n"
17550 "                   const char *path);\n"
17551 "\n"
17552 msgstr ""
17553
17554 # type: textblock
17555 #. type: textblock
17556 #: ../src/guestfs-actions.pod:5717 ../fish/guestfish-actions.pod:3789
17557 msgid "This command reads the target of a symbolic link."
17558 msgstr ""
17559
17560 # type: =head2
17561 #. type: =head2
17562 #: ../src/guestfs-actions.pod:5724
17563 msgid "guestfs_readlinklist"
17564 msgstr ""
17565
17566 # type: verbatim
17567 #. type: verbatim
17568 #: ../src/guestfs-actions.pod:5726
17569 #, no-wrap
17570 msgid ""
17571 " char **\n"
17572 " guestfs_readlinklist (guestfs_h *g,\n"
17573 "                       const char *path,\n"
17574 "                       char *const *names);\n"
17575 "\n"
17576 msgstr ""
17577
17578 # type: textblock
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:5731 ../fish/guestfish-actions.pod:3795
17581 msgid ""
17582 "This call allows you to do a C<readlink> operation on multiple files, where "
17583 "all files are in the directory C<path>.  C<names> is the list of files from "
17584 "this directory."
17585 msgstr ""
17586
17587 # type: textblock
17588 #. type: textblock
17589 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3799
17590 msgid ""
17591 "On return you get a list of strings, with a one-to-one correspondence to the "
17592 "C<names> list.  Each string is the value of the symbolic link."
17593 msgstr ""
17594
17595 # type: textblock
17596 #. type: textblock
17597 #: ../src/guestfs-actions.pod:5739 ../fish/guestfish-actions.pod:3803
17598 msgid ""
17599 "If the C<readlink(2)> operation fails on any name, then the corresponding "
17600 "result string is the empty string C<\"\">.  However the whole operation is "
17601 "completed even if there were C<readlink(2)> errors, and so you can call this "
17602 "function with names where you don't know if they are symbolic links already "
17603 "(albeit slightly less efficient)."
17604 msgstr ""
17605
17606 # type: textblock
17607 #. type: textblock
17608 #: ../src/guestfs-actions.pod:5746 ../fish/guestfish-actions.pod:3810
17609 msgid ""
17610 "This call is intended for programs that want to efficiently list a directory "
17611 "contents without making many round-trips.  Very long directory listings "
17612 "might cause the protocol message size to be exceeded, causing this call to "
17613 "fail.  The caller must split up such requests into smaller groups of names."
17614 msgstr ""
17615
17616 # type: =head2
17617 #. type: =head2
17618 #: ../src/guestfs-actions.pod:5759
17619 msgid "guestfs_realpath"
17620 msgstr ""
17621
17622 # type: verbatim
17623 #. type: verbatim
17624 #: ../src/guestfs-actions.pod:5761
17625 #, no-wrap
17626 msgid ""
17627 " char *\n"
17628 " guestfs_realpath (guestfs_h *g,\n"
17629 "                   const char *path);\n"
17630 "\n"
17631 msgstr ""
17632
17633 # type: textblock
17634 #. type: textblock
17635 #: ../src/guestfs-actions.pod:5765 ../fish/guestfish-actions.pod:3821
17636 msgid ""
17637 "Return the canonicalized absolute pathname of C<path>.  The returned path "
17638 "has no C<.>, C<..> or symbolic link path elements."
17639 msgstr ""
17640
17641 # type: =head2
17642 #. type: =head2
17643 #: ../src/guestfs-actions.pod:5773
17644 msgid "guestfs_removexattr"
17645 msgstr ""
17646
17647 # type: verbatim
17648 #. type: verbatim
17649 #: ../src/guestfs-actions.pod:5775
17650 #, no-wrap
17651 msgid ""
17652 " int\n"
17653 " guestfs_removexattr (guestfs_h *g,\n"
17654 "                      const char *xattr,\n"
17655 "                      const char *path);\n"
17656 "\n"
17657 msgstr ""
17658
17659 # type: textblock
17660 #. type: textblock
17661 #: ../src/guestfs-actions.pod:5780 ../fish/guestfish-actions.pod:3828
17662 msgid ""
17663 "This call removes the extended attribute named C<xattr> of the file C<path>."
17664 msgstr ""
17665
17666 # type: textblock
17667 #. type: textblock
17668 #: ../src/guestfs-actions.pod:5783
17669 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
17670 msgstr ""
17671
17672 # type: =head2
17673 #. type: =head2
17674 #: ../src/guestfs-actions.pod:5789
17675 msgid "guestfs_resize2fs"
17676 msgstr ""
17677
17678 # type: verbatim
17679 #. type: verbatim
17680 #: ../src/guestfs-actions.pod:5791
17681 #, no-wrap
17682 msgid ""
17683 " int\n"
17684 " guestfs_resize2fs (guestfs_h *g,\n"
17685 "                    const char *device);\n"
17686 "\n"
17687 msgstr ""
17688
17689 # type: textblock
17690 #. type: textblock
17691 #: ../src/guestfs-actions.pod:5795 ../fish/guestfish-actions.pod:3837
17692 msgid ""
17693 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
17694 "underlying device."
17695 msgstr ""
17696
17697 # type: textblock
17698 #. type: textblock
17699 #: ../src/guestfs-actions.pod:5798
17700 msgid ""
17701 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
17702 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
17703 "sometimes gives an error about this and sometimes not.  In any case, it is "
17704 "always safe to call C<guestfs_e2fsck_f> before calling this function."
17705 msgstr ""
17706
17707 #. type: =head2
17708 #: ../src/guestfs-actions.pod:5808
17709 msgid "guestfs_resize2fs_M"
17710 msgstr ""
17711
17712 #. type: verbatim
17713 #: ../src/guestfs-actions.pod:5810
17714 #, no-wrap
17715 msgid ""
17716 " int\n"
17717 " guestfs_resize2fs_M (guestfs_h *g,\n"
17718 "                      const char *device);\n"
17719 "\n"
17720 msgstr ""
17721
17722 #. type: textblock
17723 #: ../src/guestfs-actions.pod:5814
17724 msgid ""
17725 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
17726 "resized to its minimum size.  This works like the I<-M> option to the "
17727 "C<resize2fs> command."
17728 msgstr ""
17729
17730 #. type: textblock
17731 #: ../src/guestfs-actions.pod:5818
17732 msgid ""
17733 "To get the resulting size of the filesystem you should call "
17734 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
17735 "These two numbers, multiplied together, give the resulting size of the "
17736 "minimal filesystem in bytes."
17737 msgstr ""
17738
17739 # type: =head2
17740 #. type: =head2
17741 #: ../src/guestfs-actions.pod:5827
17742 msgid "guestfs_resize2fs_size"
17743 msgstr ""
17744
17745 # type: verbatim
17746 #. type: verbatim
17747 #: ../src/guestfs-actions.pod:5829
17748 #, no-wrap
17749 msgid ""
17750 " int\n"
17751 " guestfs_resize2fs_size (guestfs_h *g,\n"
17752 "                         const char *device,\n"
17753 "                         int64_t size);\n"
17754 "\n"
17755 msgstr ""
17756
17757 # type: textblock
17758 #. type: textblock
17759 #: ../src/guestfs-actions.pod:5834
17760 msgid ""
17761 "This command is the same as C<guestfs_resize2fs> except that it allows you "
17762 "to specify the new size (in bytes) explicitly."
17763 msgstr ""
17764
17765 # type: =head2
17766 #. type: =head2
17767 #: ../src/guestfs-actions.pod:5841
17768 msgid "guestfs_rm"
17769 msgstr ""
17770
17771 # type: verbatim
17772 #. type: verbatim
17773 #: ../src/guestfs-actions.pod:5843
17774 #, no-wrap
17775 msgid ""
17776 " int\n"
17777 " guestfs_rm (guestfs_h *g,\n"
17778 "             const char *path);\n"
17779 "\n"
17780 msgstr ""
17781
17782 # type: textblock
17783 #. type: textblock
17784 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3870
17785 msgid "Remove the single file C<path>."
17786 msgstr ""
17787
17788 # type: =head2
17789 #. type: =head2
17790 #: ../src/guestfs-actions.pod:5853
17791 msgid "guestfs_rm_rf"
17792 msgstr ""
17793
17794 # type: verbatim
17795 #. type: verbatim
17796 #: ../src/guestfs-actions.pod:5855
17797 #, no-wrap
17798 msgid ""
17799 " int\n"
17800 " guestfs_rm_rf (guestfs_h *g,\n"
17801 "                const char *path);\n"
17802 "\n"
17803 msgstr ""
17804
17805 # type: textblock
17806 #. type: textblock
17807 #: ../src/guestfs-actions.pod:5859 ../fish/guestfish-actions.pod:3876
17808 msgid ""
17809 "Remove the file or directory C<path>, recursively removing the contents if "
17810 "its a directory.  This is like the C<rm -rf> shell command."
17811 msgstr ""
17812
17813 # type: =head2
17814 #. type: =head2
17815 #: ../src/guestfs-actions.pod:5867
17816 msgid "guestfs_rmdir"
17817 msgstr ""
17818
17819 # type: verbatim
17820 #. type: verbatim
17821 #: ../src/guestfs-actions.pod:5869
17822 #, no-wrap
17823 msgid ""
17824 " int\n"
17825 " guestfs_rmdir (guestfs_h *g,\n"
17826 "                const char *path);\n"
17827 "\n"
17828 msgstr ""
17829
17830 # type: textblock
17831 #. type: textblock
17832 #: ../src/guestfs-actions.pod:5873 ../fish/guestfish-actions.pod:3884
17833 msgid "Remove the single directory C<path>."
17834 msgstr ""
17835
17836 # type: =head2
17837 #. type: =head2
17838 #: ../src/guestfs-actions.pod:5879
17839 msgid "guestfs_rmmountpoint"
17840 msgstr ""
17841
17842 # type: verbatim
17843 #. type: verbatim
17844 #: ../src/guestfs-actions.pod:5881
17845 #, no-wrap
17846 msgid ""
17847 " int\n"
17848 " guestfs_rmmountpoint (guestfs_h *g,\n"
17849 "                       const char *exemptpath);\n"
17850 "\n"
17851 msgstr ""
17852
17853 # type: textblock
17854 #. type: textblock
17855 #: ../src/guestfs-actions.pod:5885
17856 msgid ""
17857 "This calls removes a mountpoint that was previously created with "
17858 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
17859 msgstr ""
17860
17861 # type: =head2
17862 #. type: =head2
17863 #: ../src/guestfs-actions.pod:5893
17864 msgid "guestfs_scrub_device"
17865 msgstr ""
17866
17867 # type: verbatim
17868 #. type: verbatim
17869 #: ../src/guestfs-actions.pod:5895
17870 #, no-wrap
17871 msgid ""
17872 " int\n"
17873 " guestfs_scrub_device (guestfs_h *g,\n"
17874 "                       const char *device);\n"
17875 "\n"
17876 msgstr ""
17877
17878 # type: textblock
17879 #. type: textblock
17880 #: ../src/guestfs-actions.pod:5899 ../fish/guestfish-actions.pod:3898
17881 msgid ""
17882 "This command writes patterns over C<device> to make data retrieval more "
17883 "difficult."
17884 msgstr ""
17885
17886 # type: textblock
17887 #. type: textblock
17888 #: ../src/guestfs-actions.pod:5902 ../src/guestfs-actions.pod:5923
17889 #: ../src/guestfs-actions.pod:5942 ../fish/guestfish-actions.pod:3901
17890 #: ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3929
17891 msgid ""
17892 "It is an interface to the L<scrub(1)> program.  See that manual page for "
17893 "more details."
17894 msgstr ""
17895
17896 # type: textblock
17897 #. type: textblock
17898 #: ../src/guestfs-actions.pod:5910 ../src/guestfs-actions.pod:5928
17899 #: ../src/guestfs-actions.pod:5947
17900 msgid "(Added in 1.0.52)"
17901 msgstr ""
17902
17903 # type: =head2
17904 #. type: =head2
17905 #: ../src/guestfs-actions.pod:5912
17906 msgid "guestfs_scrub_file"
17907 msgstr ""
17908
17909 # type: verbatim
17910 #. type: verbatim
17911 #: ../src/guestfs-actions.pod:5914
17912 #, no-wrap
17913 msgid ""
17914 " int\n"
17915 " guestfs_scrub_file (guestfs_h *g,\n"
17916 "                     const char *file);\n"
17917 "\n"
17918 msgstr ""
17919
17920 # type: textblock
17921 #. type: textblock
17922 #: ../src/guestfs-actions.pod:5918 ../fish/guestfish-actions.pod:3911
17923 msgid ""
17924 "This command writes patterns over a file to make data retrieval more "
17925 "difficult."
17926 msgstr ""
17927
17928 # type: textblock
17929 #. type: textblock
17930 #: ../src/guestfs-actions.pod:5921 ../fish/guestfish-actions.pod:3914
17931 msgid "The file is I<removed> after scrubbing."
17932 msgstr ""
17933
17934 # type: =head2
17935 #. type: =head2
17936 #: ../src/guestfs-actions.pod:5930
17937 msgid "guestfs_scrub_freespace"
17938 msgstr ""
17939
17940 # type: verbatim
17941 #. type: verbatim
17942 #: ../src/guestfs-actions.pod:5932
17943 #, no-wrap
17944 msgid ""
17945 " int\n"
17946 " guestfs_scrub_freespace (guestfs_h *g,\n"
17947 "                          const char *dir);\n"
17948 "\n"
17949 msgstr ""
17950
17951 # type: textblock
17952 #. type: textblock
17953 #: ../src/guestfs-actions.pod:5936
17954 msgid ""
17955 "This command creates the directory C<dir> and then fills it with files until "
17956 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
17957 "and deletes them.  The intention is to scrub any free space on the partition "
17958 "containing C<dir>."
17959 msgstr ""
17960
17961 # type: =head2
17962 #. type: =head2
17963 #: ../src/guestfs-actions.pod:5949
17964 msgid "guestfs_set_append"
17965 msgstr ""
17966
17967 # type: verbatim
17968 #. type: verbatim
17969 #: ../src/guestfs-actions.pod:5951
17970 #, no-wrap
17971 msgid ""
17972 " int\n"
17973 " guestfs_set_append (guestfs_h *g,\n"
17974 "                     const char *append);\n"
17975 "\n"
17976 msgstr ""
17977
17978 # type: textblock
17979 #. type: textblock
17980 #: ../src/guestfs-actions.pod:5955 ../fish/guestfish-actions.pod:3938
17981 msgid ""
17982 "This function is used to add additional options to the guest kernel command "
17983 "line."
17984 msgstr ""
17985
17986 # type: textblock
17987 #. type: textblock
17988 #: ../src/guestfs-actions.pod:5958 ../fish/guestfish-actions.pod:3941
17989 msgid ""
17990 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
17991 "environment variable."
17992 msgstr ""
17993
17994 # type: textblock
17995 #. type: textblock
17996 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:3944
17997 msgid ""
17998 "Setting C<append> to C<NULL> means I<no> additional options are passed "
17999 "(libguestfs always adds a few of its own)."
18000 msgstr ""
18001
18002 #. type: =head2
18003 #: ../src/guestfs-actions.pod:5968
18004 msgid "guestfs_set_attach_method"
18005 msgstr ""
18006
18007 #. type: verbatim
18008 #: ../src/guestfs-actions.pod:5970
18009 #, no-wrap
18010 msgid ""
18011 " int\n"
18012 " guestfs_set_attach_method (guestfs_h *g,\n"
18013 "                            const char *attachmethod);\n"
18014 "\n"
18015 msgstr ""
18016
18017 #. type: textblock
18018 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:3953
18019 msgid ""
18020 "Set the method that libguestfs uses to connect to the back end guestfsd "
18021 "daemon.  Possible methods are:"
18022 msgstr ""
18023
18024 #. type: textblock
18025 #: ../src/guestfs-actions.pod:5981 ../fish/guestfish-actions.pod:3960
18026 msgid ""
18027 "Launch an appliance and connect to it.  This is the ordinary method and the "
18028 "default."
18029 msgstr ""
18030
18031 #. type: =item
18032 #: ../src/guestfs-actions.pod:5984 ../fish/guestfish-actions.pod:3963
18033 msgid "C<unix:I<path>>"
18034 msgstr ""
18035
18036 #. type: textblock
18037 #: ../src/guestfs-actions.pod:5986 ../fish/guestfish-actions.pod:3965
18038 msgid "Connect to the Unix domain socket I<path>."
18039 msgstr ""
18040
18041 #. type: textblock
18042 #: ../src/guestfs-actions.pod:5988 ../fish/guestfish-actions.pod:3967
18043 msgid ""
18044 "This method lets you connect to an existing daemon or (using virtio-serial) "
18045 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
18046 "RUNNING DAEMONS>."
18047 msgstr ""
18048
18049 # type: =head2
18050 #. type: =head2
18051 #: ../src/guestfs-actions.pod:5998
18052 msgid "guestfs_set_autosync"
18053 msgstr ""
18054
18055 # type: verbatim
18056 #. type: verbatim
18057 #: ../src/guestfs-actions.pod:6000
18058 #, no-wrap
18059 msgid ""
18060 " int\n"
18061 " guestfs_set_autosync (guestfs_h *g,\n"
18062 "                       int autosync);\n"
18063 "\n"
18064 msgstr ""
18065
18066 #. type: textblock
18067 #: ../src/guestfs-actions.pod:6004 ../fish/guestfish-actions.pod:3979
18068 msgid ""
18069 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
18070 "effort attempt to make filesystems consistent and synchronized when the "
18071 "handle is closed (also if the program exits without closing handles)."
18072 msgstr ""
18073
18074 # type: textblock
18075 #. type: textblock
18076 #: ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:3984
18077 msgid ""
18078 "This is enabled by default (since libguestfs 1.5.24, previously it was "
18079 "disabled by default)."
18080 msgstr ""
18081
18082 # type: =head2
18083 #. type: =head2
18084 #: ../src/guestfs-actions.pod:6016
18085 msgid "guestfs_set_direct"
18086 msgstr ""
18087
18088 # type: verbatim
18089 #. type: verbatim
18090 #: ../src/guestfs-actions.pod:6018
18091 #, no-wrap
18092 msgid ""
18093 " int\n"
18094 " guestfs_set_direct (guestfs_h *g,\n"
18095 "                     int direct);\n"
18096 "\n"
18097 msgstr ""
18098
18099 # type: textblock
18100 #. type: textblock
18101 #: ../src/guestfs-actions.pod:6022 ../fish/guestfish-actions.pod:3993
18102 msgid ""
18103 "If the direct appliance mode flag is enabled, then stdin and stdout are "
18104 "passed directly through to the appliance once it is launched."
18105 msgstr ""
18106
18107 # type: textblock
18108 #. type: textblock
18109 #: ../src/guestfs-actions.pod:6026
18110 msgid ""
18111 "One consequence of this is that log messages aren't caught by the library "
18112 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
18113 "stdout."
18114 msgstr ""
18115
18116 # type: textblock
18117 #. type: textblock
18118 #: ../src/guestfs-actions.pod:6030 ../fish/guestfish-actions.pod:4001
18119 msgid "You probably don't want to use this unless you know what you are doing."
18120 msgstr ""
18121
18122 # type: textblock
18123 #. type: textblock
18124 #: ../src/guestfs-actions.pod:6033 ../fish/guestfish-actions.pod:4004
18125 msgid "The default is disabled."
18126 msgstr ""
18127
18128 # type: =head2
18129 #. type: =head2
18130 #: ../src/guestfs-actions.pod:6039
18131 msgid "guestfs_set_e2label"
18132 msgstr ""
18133
18134 # type: verbatim
18135 #. type: verbatim
18136 #: ../src/guestfs-actions.pod:6041
18137 #, no-wrap
18138 msgid ""
18139 " int\n"
18140 " guestfs_set_e2label (guestfs_h *g,\n"
18141 "                      const char *device,\n"
18142 "                      const char *label);\n"
18143 "\n"
18144 msgstr ""
18145
18146 # type: textblock
18147 #. type: textblock
18148 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4010
18149 msgid ""
18150 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
18151 "C<label>.  Filesystem labels are limited to 16 characters."
18152 msgstr ""
18153
18154 # type: textblock
18155 #. type: textblock
18156 #: ../src/guestfs-actions.pod:6050
18157 msgid ""
18158 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
18159 "the existing label on a filesystem."
18160 msgstr ""
18161
18162 # type: =head2
18163 #. type: =head2
18164 #: ../src/guestfs-actions.pod:6057
18165 msgid "guestfs_set_e2uuid"
18166 msgstr ""
18167
18168 # type: verbatim
18169 #. type: verbatim
18170 #: ../src/guestfs-actions.pod:6059
18171 #, no-wrap
18172 msgid ""
18173 " int\n"
18174 " guestfs_set_e2uuid (guestfs_h *g,\n"
18175 "                     const char *device,\n"
18176 "                     const char *uuid);\n"
18177 "\n"
18178 msgstr ""
18179
18180 # type: textblock
18181 #. type: textblock
18182 #: ../src/guestfs-actions.pod:6064 ../fish/guestfish-actions.pod:4021
18183 msgid ""
18184 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
18185 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
18186 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
18187 msgstr ""
18188
18189 # type: textblock
18190 #. type: textblock
18191 #: ../src/guestfs-actions.pod:6069
18192 msgid ""
18193 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
18194 "the existing UUID of a filesystem."
18195 msgstr ""
18196
18197 # type: =head2
18198 #. type: =head2
18199 #: ../src/guestfs-actions.pod:6076
18200 msgid "guestfs_set_memsize"
18201 msgstr ""
18202
18203 # type: verbatim
18204 #. type: verbatim
18205 #: ../src/guestfs-actions.pod:6078
18206 #, no-wrap
18207 msgid ""
18208 " int\n"
18209 " guestfs_set_memsize (guestfs_h *g,\n"
18210 "                      int memsize);\n"
18211 "\n"
18212 msgstr ""
18213
18214 # type: textblock
18215 #. type: textblock
18216 #: ../src/guestfs-actions.pod:6082
18217 msgid ""
18218 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
18219 "This only has any effect if called before C<guestfs_launch>."
18220 msgstr ""
18221
18222 # type: textblock
18223 #. type: textblock
18224 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4039
18225 msgid ""
18226 "You can also change this by setting the environment variable "
18227 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
18228 msgstr ""
18229
18230 # type: =head2
18231 #. type: =head2
18232 #: ../src/guestfs-actions.pod:6097
18233 msgid "guestfs_set_network"
18234 msgstr ""
18235
18236 # type: verbatim
18237 #. type: verbatim
18238 #: ../src/guestfs-actions.pod:6099
18239 #, no-wrap
18240 msgid ""
18241 " int\n"
18242 " guestfs_set_network (guestfs_h *g,\n"
18243 "                      int network);\n"
18244 "\n"
18245 msgstr ""
18246
18247 # type: textblock
18248 #. type: textblock
18249 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4052
18250 msgid ""
18251 "If C<network> is true, then the network is enabled in the libguestfs "
18252 "appliance.  The default is false."
18253 msgstr ""
18254
18255 # type: textblock
18256 #. type: textblock
18257 #: ../src/guestfs-actions.pod:6106 ../fish/guestfish-actions.pod:4055
18258 msgid ""
18259 "This affects whether commands are able to access the network (see L<guestfs"
18260 "(3)/RUNNING COMMANDS>)."
18261 msgstr ""
18262
18263 # type: textblock
18264 #. type: textblock
18265 #: ../src/guestfs-actions.pod:6109
18266 msgid ""
18267 "You must call this before calling C<guestfs_launch>, otherwise it has no "
18268 "effect."
18269 msgstr ""
18270
18271 # type: =head2
18272 #. type: =head2
18273 #: ../src/guestfs-actions.pod:6116
18274 msgid "guestfs_set_path"
18275 msgstr ""
18276
18277 # type: verbatim
18278 #. type: verbatim
18279 #: ../src/guestfs-actions.pod:6118
18280 #, no-wrap
18281 msgid ""
18282 " int\n"
18283 " guestfs_set_path (guestfs_h *g,\n"
18284 "                   const char *searchpath);\n"
18285 "\n"
18286 msgstr ""
18287
18288 # type: textblock
18289 #. type: textblock
18290 #: ../src/guestfs-actions.pod:6122 ../fish/guestfish-actions.pod:4067
18291 msgid "Set the path that libguestfs searches for kernel and initrd.img."
18292 msgstr ""
18293
18294 # type: textblock
18295 #. type: textblock
18296 #: ../src/guestfs-actions.pod:6124 ../fish/guestfish-actions.pod:4069
18297 msgid ""
18298 "The default is C<$libdir/guestfs> unless overridden by setting "
18299 "C<LIBGUESTFS_PATH> environment variable."
18300 msgstr ""
18301
18302 # type: textblock
18303 #. type: textblock
18304 #: ../src/guestfs-actions.pod:6127 ../fish/guestfish-actions.pod:4072
18305 msgid "Setting C<path> to C<NULL> restores the default path."
18306 msgstr ""
18307
18308 # type: =head2
18309 #. type: =head2
18310 #: ../src/guestfs-actions.pod:6133
18311 msgid "guestfs_set_qemu"
18312 msgstr ""
18313
18314 # type: verbatim
18315 #. type: verbatim
18316 #: ../src/guestfs-actions.pod:6135
18317 #, no-wrap
18318 msgid ""
18319 " int\n"
18320 " guestfs_set_qemu (guestfs_h *g,\n"
18321 "                   const char *qemu);\n"
18322 "\n"
18323 msgstr ""
18324
18325 # type: textblock
18326 #. type: textblock
18327 #: ../src/guestfs-actions.pod:6139 ../fish/guestfish-actions.pod:4080
18328 msgid "Set the qemu binary that we will use."
18329 msgstr ""
18330
18331 # type: textblock
18332 #. type: textblock
18333 #: ../src/guestfs-actions.pod:6141 ../fish/guestfish-actions.pod:4082
18334 msgid ""
18335 "The default is chosen when the library was compiled by the configure script."
18336 msgstr ""
18337
18338 # type: textblock
18339 #. type: textblock
18340 #: ../src/guestfs-actions.pod:6144 ../fish/guestfish-actions.pod:4085
18341 msgid ""
18342 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
18343 "variable."
18344 msgstr ""
18345
18346 # type: textblock
18347 #. type: textblock
18348 #: ../src/guestfs-actions.pod:6147 ../fish/guestfish-actions.pod:4088
18349 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
18350 msgstr ""
18351
18352 # type: textblock
18353 #. type: textblock
18354 #: ../src/guestfs-actions.pod:6149 ../fish/guestfish-actions.pod:4090
18355 msgid ""
18356 "Note that you should call this function as early as possible after creating "
18357 "the handle.  This is because some pre-launch operations depend on testing "
18358 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
18359 "don't retest features, and so you might see inconsistent results.  Using the "
18360 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
18361 "the qemu binary at the same time as the handle is created."
18362 msgstr ""
18363
18364 # type: =head2
18365 #. type: =head2
18366 #: ../src/guestfs-actions.pod:6161
18367 msgid "guestfs_set_recovery_proc"
18368 msgstr ""
18369
18370 # type: verbatim
18371 #. type: verbatim
18372 #: ../src/guestfs-actions.pod:6163
18373 #, no-wrap
18374 msgid ""
18375 " int\n"
18376 " guestfs_set_recovery_proc (guestfs_h *g,\n"
18377 "                            int recoveryproc);\n"
18378 "\n"
18379 msgstr ""
18380
18381 # type: textblock
18382 #. type: textblock
18383 #: ../src/guestfs-actions.pod:6167
18384 msgid ""
18385 "If this is called with the parameter C<false> then C<guestfs_launch> does "
18386 "not create a recovery process.  The purpose of the recovery process is to "
18387 "stop runaway qemu processes in the case where the main program aborts "
18388 "abruptly."
18389 msgstr ""
18390
18391 # type: textblock
18392 #. type: textblock
18393 #: ../src/guestfs-actions.pod:6172
18394 msgid ""
18395 "This only has any effect if called before C<guestfs_launch>, and the default "
18396 "is true."
18397 msgstr ""
18398
18399 # type: textblock
18400 #. type: textblock
18401 #: ../src/guestfs-actions.pod:6175 ../fish/guestfish-actions.pod:4112
18402 msgid ""
18403 "About the only time when you would want to disable this is if the main "
18404 "process will fork itself into the background (\"daemonize\" itself).  In "
18405 "this case the recovery process thinks that the main program has disappeared "
18406 "and so kills qemu, which is not very helpful."
18407 msgstr ""
18408
18409 # type: =head2
18410 #. type: =head2
18411 #: ../src/guestfs-actions.pod:6185
18412 msgid "guestfs_set_selinux"
18413 msgstr ""
18414
18415 # type: verbatim
18416 #. type: verbatim
18417 #: ../src/guestfs-actions.pod:6187
18418 #, no-wrap
18419 msgid ""
18420 " int\n"
18421 " guestfs_set_selinux (guestfs_h *g,\n"
18422 "                      int selinux);\n"
18423 "\n"
18424 msgstr ""
18425
18426 # type: textblock
18427 #. type: textblock
18428 #: ../src/guestfs-actions.pod:6191 ../fish/guestfish-actions.pod:4124
18429 msgid ""
18430 "This sets the selinux flag that is passed to the appliance at boot time.  "
18431 "The default is C<selinux=0> (disabled)."
18432 msgstr ""
18433
18434 # type: textblock
18435 #. type: textblock
18436 #: ../src/guestfs-actions.pod:6194 ../fish/guestfish-actions.pod:4127
18437 msgid ""
18438 "Note that if SELinux is enabled, it is always in Permissive mode "
18439 "(C<enforcing=0>)."
18440 msgstr ""
18441
18442 # type: =head2
18443 #. type: =head2
18444 #: ../src/guestfs-actions.pod:6204
18445 msgid "guestfs_set_trace"
18446 msgstr ""
18447
18448 # type: verbatim
18449 #. type: verbatim
18450 #: ../src/guestfs-actions.pod:6206
18451 #, no-wrap
18452 msgid ""
18453 " int\n"
18454 " guestfs_set_trace (guestfs_h *g,\n"
18455 "                    int trace);\n"
18456 "\n"
18457 msgstr ""
18458
18459 #. type: textblock
18460 #: ../src/guestfs-actions.pod:6210 ../fish/guestfish-actions.pod:4139
18461 msgid ""
18462 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
18463 "return values are traced."
18464 msgstr ""
18465
18466 # type: textblock
18467 #. type: textblock
18468 #: ../src/guestfs-actions.pod:6213 ../fish/guestfish-actions.pod:4142
18469 msgid ""
18470 "If you want to trace C API calls into libguestfs (and other libraries) then "
18471 "possibly a better way is to use the external ltrace(1) command."
18472 msgstr ""
18473
18474 # type: textblock
18475 #. type: textblock
18476 #: ../src/guestfs-actions.pod:6217 ../fish/guestfish-actions.pod:4146
18477 msgid ""
18478 "Command traces are disabled unless the environment variable "
18479 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
18480 msgstr ""
18481
18482 #. type: textblock
18483 #: ../src/guestfs-actions.pod:6220
18484 msgid ""
18485 "Trace messages are normally sent to C<stderr>, unless you register a "
18486 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18487 msgstr ""
18488
18489 # type: =head2
18490 #. type: =head2
18491 #: ../src/guestfs-actions.pod:6228
18492 msgid "guestfs_set_verbose"
18493 msgstr ""
18494
18495 # type: verbatim
18496 #. type: verbatim
18497 #: ../src/guestfs-actions.pod:6230
18498 #, no-wrap
18499 msgid ""
18500 " int\n"
18501 " guestfs_set_verbose (guestfs_h *g,\n"
18502 "                      int verbose);\n"
18503 "\n"
18504 msgstr ""
18505
18506 #. type: textblock
18507 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4159
18508 msgid "If C<verbose> is true, this turns on verbose messages."
18509 msgstr ""
18510
18511 # type: textblock
18512 #. type: textblock
18513 #: ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4161
18514 msgid ""
18515 "Verbose messages are disabled unless the environment variable "
18516 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
18517 msgstr ""
18518
18519 #. type: textblock
18520 #: ../src/guestfs-actions.pod:6239
18521 msgid ""
18522 "Verbose messages are normally sent to C<stderr>, unless you register a "
18523 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18524 msgstr ""
18525
18526 # type: =head2
18527 #. type: =head2
18528 #: ../src/guestfs-actions.pod:6247
18529 msgid "guestfs_setcon"
18530 msgstr ""
18531
18532 # type: verbatim
18533 #. type: verbatim
18534 #: ../src/guestfs-actions.pod:6249
18535 #, no-wrap
18536 msgid ""
18537 " int\n"
18538 " guestfs_setcon (guestfs_h *g,\n"
18539 "                 const char *context);\n"
18540 "\n"
18541 msgstr ""
18542
18543 # type: textblock
18544 #. type: textblock
18545 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4172
18546 msgid ""
18547 "This sets the SELinux security context of the daemon to the string "
18548 "C<context>."
18549 msgstr ""
18550
18551 # type: textblock
18552 #. type: textblock
18553 #: ../src/guestfs-actions.pod:6256 ../fish/guestfish-actions.pod:4175
18554 msgid "See the documentation about SELINUX in L<guestfs(3)>."
18555 msgstr ""
18556
18557 # type: =head2
18558 #. type: =head2
18559 #: ../src/guestfs-actions.pod:6262
18560 msgid "guestfs_setxattr"
18561 msgstr ""
18562
18563 # type: verbatim
18564 #. type: verbatim
18565 #: ../src/guestfs-actions.pod:6264
18566 #, no-wrap
18567 msgid ""
18568 " int\n"
18569 " guestfs_setxattr (guestfs_h *g,\n"
18570 "                   const char *xattr,\n"
18571 "                   const char *val,\n"
18572 "                   int vallen,\n"
18573 "                   const char *path);\n"
18574 "\n"
18575 msgstr ""
18576
18577 # type: textblock
18578 #. type: textblock
18579 #: ../src/guestfs-actions.pod:6271 ../fish/guestfish-actions.pod:4181
18580 msgid ""
18581 "This call sets the extended attribute named C<xattr> of the file C<path> to "
18582 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
18583 msgstr ""
18584
18585 # type: textblock
18586 #. type: textblock
18587 #: ../src/guestfs-actions.pod:6275
18588 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
18589 msgstr ""
18590
18591 # type: =head2
18592 #. type: =head2
18593 #: ../src/guestfs-actions.pod:6281
18594 msgid "guestfs_sfdisk"
18595 msgstr ""
18596
18597 # type: verbatim
18598 #. type: verbatim
18599 #: ../src/guestfs-actions.pod:6283
18600 #, no-wrap
18601 msgid ""
18602 " int\n"
18603 " guestfs_sfdisk (guestfs_h *g,\n"
18604 "                 const char *device,\n"
18605 "                 int cyls,\n"
18606 "                 int heads,\n"
18607 "                 int sectors,\n"
18608 "                 char *const *lines);\n"
18609 "\n"
18610 msgstr ""
18611
18612 # type: textblock
18613 #. type: textblock
18614 #: ../src/guestfs-actions.pod:6291 ../fish/guestfish-actions.pod:4191
18615 msgid ""
18616 "This is a direct interface to the L<sfdisk(8)> program for creating "
18617 "partitions on block devices."
18618 msgstr ""
18619
18620 # type: textblock
18621 #. type: textblock
18622 #: ../src/guestfs-actions.pod:6294 ../fish/guestfish-actions.pod:4194
18623 msgid "C<device> should be a block device, for example C</dev/sda>."
18624 msgstr ""
18625
18626 # type: textblock
18627 #. type: textblock
18628 #: ../src/guestfs-actions.pod:6296 ../fish/guestfish-actions.pod:4196
18629 msgid ""
18630 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
18631 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
18632 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
18633 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
18634 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
18635 "the kernel) cannot work out the right geometry and you will need to tell it."
18636 msgstr ""
18637
18638 # type: textblock
18639 #. type: textblock
18640 #: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4204
18641 msgid ""
18642 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
18643 "refer to the L<sfdisk(8)> manpage."
18644 msgstr ""
18645
18646 # type: textblock
18647 #. type: textblock
18648 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4207
18649 msgid ""
18650 "To create a single partition occupying the whole disk, you would pass "
18651 "C<lines> as a single element list, when the single element being the string "
18652 "C<,> (comma)."
18653 msgstr ""
18654
18655 # type: textblock
18656 #. type: textblock
18657 #: ../src/guestfs-actions.pod:6311
18658 msgid ""
18659 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
18660 msgstr ""
18661
18662 #. type: textblock
18663 #: ../src/guestfs-actions.pod:6319 ../src/guestfs-actions.pod:6349
18664 #: ../src/guestfs-actions.pod:6382 ../fish/guestfish-actions.pod:4217
18665 #: ../fish/guestfish-actions.pod:4240 ../fish/guestfish-actions.pod:4262
18666 msgid ""
18667 "This function is deprecated.  In new code, use the C<part_add> call instead."
18668 msgstr ""
18669
18670 # type: =head2
18671 #. type: =head2
18672 #: ../src/guestfs-actions.pod:6328
18673 msgid "guestfs_sfdiskM"
18674 msgstr ""
18675
18676 # type: verbatim
18677 #. type: verbatim
18678 #: ../src/guestfs-actions.pod:6330
18679 #, no-wrap
18680 msgid ""
18681 " int\n"
18682 " guestfs_sfdiskM (guestfs_h *g,\n"
18683 "                  const char *device,\n"
18684 "                  char *const *lines);\n"
18685 "\n"
18686 msgstr ""
18687
18688 # type: textblock
18689 #. type: textblock
18690 #: ../src/guestfs-actions.pod:6335
18691 msgid ""
18692 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
18693 "partition sizes are specified in megabytes only (rounded to the nearest "
18694 "cylinder) and you don't need to specify the cyls, heads and sectors "
18695 "parameters which were rarely if ever used anyway."
18696 msgstr ""
18697
18698 # type: textblock
18699 #. type: textblock
18700 #: ../src/guestfs-actions.pod:6341
18701 msgid ""
18702 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
18703 "C<guestfs_part_disk>"
18704 msgstr ""
18705
18706 # type: =head2
18707 #. type: =head2
18708 #: ../src/guestfs-actions.pod:6358
18709 msgid "guestfs_sfdisk_N"
18710 msgstr ""
18711
18712 # type: verbatim
18713 #. type: verbatim
18714 #: ../src/guestfs-actions.pod:6360
18715 #, no-wrap
18716 msgid ""
18717 " int\n"
18718 " guestfs_sfdisk_N (guestfs_h *g,\n"
18719 "                   const char *device,\n"
18720 "                   int partnum,\n"
18721 "                   int cyls,\n"
18722 "                   int heads,\n"
18723 "                   int sectors,\n"
18724 "                   const char *line);\n"
18725 "\n"
18726 msgstr ""
18727
18728 # type: textblock
18729 #. type: textblock
18730 #: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4251
18731 msgid ""
18732 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
18733 "(note: C<n> counts from 1)."
18734 msgstr ""
18735
18736 # type: textblock
18737 #. type: textblock
18738 #: ../src/guestfs-actions.pod:6372
18739 msgid ""
18740 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
18741 "for the cyls/heads/sectors parameters."
18742 msgstr ""
18743
18744 # type: textblock
18745 #. type: textblock
18746 #: ../src/guestfs-actions.pod:6375
18747 msgid "See also: C<guestfs_part_add>"
18748 msgstr ""
18749
18750 # type: =head2
18751 #. type: =head2
18752 #: ../src/guestfs-actions.pod:6391
18753 msgid "guestfs_sfdisk_disk_geometry"
18754 msgstr ""
18755
18756 # type: verbatim
18757 #. type: verbatim
18758 #: ../src/guestfs-actions.pod:6393
18759 #, no-wrap
18760 msgid ""
18761 " char *\n"
18762 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
18763 "                               const char *device);\n"
18764 "\n"
18765 msgstr ""
18766
18767 # type: textblock
18768 #. type: textblock
18769 #: ../src/guestfs-actions.pod:6397
18770 msgid ""
18771 "This displays the disk geometry of C<device> read from the partition table.  "
18772 "Especially in the case where the underlying block device has been resized, "
18773 "this can be different from the kernel's idea of the geometry (see "
18774 "C<guestfs_sfdisk_kernel_geometry>)."
18775 msgstr ""
18776
18777 # type: textblock
18778 #. type: textblock
18779 #: ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6418
18780 #: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:4287
18781 msgid "The result is in human-readable format, and not designed to be parsed."
18782 msgstr ""
18783
18784 # type: =head2
18785 #. type: =head2
18786 #: ../src/guestfs-actions.pod:6410
18787 msgid "guestfs_sfdisk_kernel_geometry"
18788 msgstr ""
18789
18790 # type: verbatim
18791 #. type: verbatim
18792 #: ../src/guestfs-actions.pod:6412
18793 #, no-wrap
18794 msgid ""
18795 " char *\n"
18796 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
18797 "                                 const char *device);\n"
18798 "\n"
18799 msgstr ""
18800
18801 # type: textblock
18802 #. type: textblock
18803 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4285
18804 msgid "This displays the kernel's idea of the geometry of C<device>."
18805 msgstr ""
18806
18807 # type: =head2
18808 #. type: =head2
18809 #: ../src/guestfs-actions.pod:6426
18810 msgid "guestfs_sfdisk_l"
18811 msgstr ""
18812
18813 # type: verbatim
18814 #. type: verbatim
18815 #: ../src/guestfs-actions.pod:6428
18816 #, no-wrap
18817 msgid ""
18818 " char *\n"
18819 " guestfs_sfdisk_l (guestfs_h *g,\n"
18820 "                   const char *device);\n"
18821 "\n"
18822 msgstr ""
18823
18824 # type: textblock
18825 #. type: textblock
18826 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4294
18827 msgid ""
18828 "This displays the partition table on C<device>, in the human-readable output "
18829 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
18830 msgstr ""
18831
18832 # type: textblock
18833 #. type: textblock
18834 #: ../src/guestfs-actions.pod:6436
18835 msgid "See also: C<guestfs_part_list>"
18836 msgstr ""
18837
18838 #. type: textblock
18839 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4300
18840 msgid ""
18841 "This function is deprecated.  In new code, use the C<part_list> call instead."
18842 msgstr ""
18843
18844 # type: =head2
18845 #. type: =head2
18846 #: ../src/guestfs-actions.pod:6450
18847 msgid "guestfs_sh"
18848 msgstr ""
18849
18850 # type: verbatim
18851 #. type: verbatim
18852 #: ../src/guestfs-actions.pod:6452
18853 #, no-wrap
18854 msgid ""
18855 " char *\n"
18856 " guestfs_sh (guestfs_h *g,\n"
18857 "             const char *command);\n"
18858 "\n"
18859 msgstr ""
18860
18861 # type: textblock
18862 #. type: textblock
18863 #: ../src/guestfs-actions.pod:6456 ../fish/guestfish-actions.pod:4311
18864 msgid ""
18865 "This call runs a command from the guest filesystem via the guest's C</bin/"
18866 "sh>."
18867 msgstr ""
18868
18869 # type: textblock
18870 #. type: textblock
18871 #: ../src/guestfs-actions.pod:6459
18872 msgid "This is like C<guestfs_command>, but passes the command to:"
18873 msgstr ""
18874
18875 # type: verbatim
18876 #. type: verbatim
18877 #: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4316
18878 #, no-wrap
18879 msgid ""
18880 " /bin/sh -c \"command\"\n"
18881 "\n"
18882 msgstr ""
18883
18884 # type: textblock
18885 #. type: textblock
18886 #: ../src/guestfs-actions.pod:6463 ../fish/guestfish-actions.pod:4318
18887 msgid ""
18888 "Depending on the guest's shell, this usually results in wildcards being "
18889 "expanded, shell expressions being interpolated and so on."
18890 msgstr ""
18891
18892 # type: textblock
18893 #. type: textblock
18894 #: ../src/guestfs-actions.pod:6467
18895 msgid "All the provisos about C<guestfs_command> apply to this call."
18896 msgstr ""
18897
18898 # type: =head2
18899 #. type: =head2
18900 #: ../src/guestfs-actions.pod:6474
18901 msgid "guestfs_sh_lines"
18902 msgstr ""
18903
18904 # type: verbatim
18905 #. type: verbatim
18906 #: ../src/guestfs-actions.pod:6476
18907 #, no-wrap
18908 msgid ""
18909 " char **\n"
18910 " guestfs_sh_lines (guestfs_h *g,\n"
18911 "                   const char *command);\n"
18912 "\n"
18913 msgstr ""
18914
18915 # type: textblock
18916 #. type: textblock
18917 #: ../src/guestfs-actions.pod:6480
18918 msgid ""
18919 "This is the same as C<guestfs_sh>, but splits the result into a list of "
18920 "lines."
18921 msgstr ""
18922
18923 # type: textblock
18924 #. type: textblock
18925 #: ../src/guestfs-actions.pod:6483
18926 msgid "See also: C<guestfs_command_lines>"
18927 msgstr ""
18928
18929 # type: =head2
18930 #. type: =head2
18931 #: ../src/guestfs-actions.pod:6491
18932 msgid "guestfs_sleep"
18933 msgstr ""
18934
18935 # type: verbatim
18936 #. type: verbatim
18937 #: ../src/guestfs-actions.pod:6493
18938 #, no-wrap
18939 msgid ""
18940 " int\n"
18941 " guestfs_sleep (guestfs_h *g,\n"
18942 "                int secs);\n"
18943 "\n"
18944 msgstr ""
18945
18946 # type: textblock
18947 #. type: textblock
18948 #: ../src/guestfs-actions.pod:6497 ../fish/guestfish-actions.pod:4337
18949 msgid "Sleep for C<secs> seconds."
18950 msgstr ""
18951
18952 # type: textblock
18953 #. type: textblock
18954 #: ../src/guestfs-actions.pod:6501
18955 msgid "(Added in 1.0.41)"
18956 msgstr ""
18957
18958 # type: =head2
18959 #. type: =head2
18960 #: ../src/guestfs-actions.pod:6503 ../src/guestfs-structs.pod:109
18961 msgid "guestfs_stat"
18962 msgstr ""
18963
18964 # type: verbatim
18965 #. type: verbatim
18966 #: ../src/guestfs-actions.pod:6505
18967 #, no-wrap
18968 msgid ""
18969 " struct guestfs_stat *\n"
18970 " guestfs_stat (guestfs_h *g,\n"
18971 "               const char *path);\n"
18972 "\n"
18973 msgstr ""
18974
18975 # type: textblock
18976 #. type: textblock
18977 #: ../src/guestfs-actions.pod:6511 ../fish/guestfish-actions.pod:4345
18978 msgid "This is the same as the C<stat(2)> system call."
18979 msgstr ""
18980
18981 # type: =head2
18982 #. type: =head2
18983 #: ../src/guestfs-actions.pod:6519 ../src/guestfs-structs.pod:135
18984 msgid "guestfs_statvfs"
18985 msgstr ""
18986
18987 # type: verbatim
18988 #. type: verbatim
18989 #: ../src/guestfs-actions.pod:6521
18990 #, no-wrap
18991 msgid ""
18992 " struct guestfs_statvfs *\n"
18993 " guestfs_statvfs (guestfs_h *g,\n"
18994 "                  const char *path);\n"
18995 "\n"
18996 msgstr ""
18997
18998 # type: textblock
18999 #. type: textblock
19000 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4351
19001 msgid ""
19002 "Returns file system statistics for any mounted file system.  C<path> should "
19003 "be a file or directory in the mounted file system (typically it is the mount "
19004 "point itself, but it doesn't need to be)."
19005 msgstr ""
19006
19007 # type: textblock
19008 #. type: textblock
19009 #: ../src/guestfs-actions.pod:6529 ../fish/guestfish-actions.pod:4355
19010 msgid "This is the same as the C<statvfs(2)> system call."
19011 msgstr ""
19012
19013 # type: textblock
19014 #. type: textblock
19015 #: ../src/guestfs-actions.pod:6531
19016 msgid ""
19017 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
19018 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
19019 msgstr ""
19020
19021 # type: =head2
19022 #. type: =head2
19023 #: ../src/guestfs-actions.pod:6537
19024 msgid "guestfs_strings"
19025 msgstr ""
19026
19027 # type: verbatim
19028 #. type: verbatim
19029 #: ../src/guestfs-actions.pod:6539
19030 #, no-wrap
19031 msgid ""
19032 " char **\n"
19033 " guestfs_strings (guestfs_h *g,\n"
19034 "                  const char *path);\n"
19035 "\n"
19036 msgstr ""
19037
19038 # type: textblock
19039 #. type: textblock
19040 #: ../src/guestfs-actions.pod:6543 ../fish/guestfish-actions.pod:4361
19041 msgid ""
19042 "This runs the L<strings(1)> command on a file and returns the list of "
19043 "printable strings found."
19044 msgstr ""
19045
19046 # type: =head2
19047 #. type: =head2
19048 #: ../src/guestfs-actions.pod:6555
19049 msgid "guestfs_strings_e"
19050 msgstr ""
19051
19052 # type: verbatim
19053 #. type: verbatim
19054 #: ../src/guestfs-actions.pod:6557
19055 #, no-wrap
19056 msgid ""
19057 " char **\n"
19058 " guestfs_strings_e (guestfs_h *g,\n"
19059 "                    const char *encoding,\n"
19060 "                    const char *path);\n"
19061 "\n"
19062 msgstr ""
19063
19064 # type: textblock
19065 #. type: textblock
19066 #: ../src/guestfs-actions.pod:6562
19067 msgid ""
19068 "This is like the C<guestfs_strings> command, but allows you to specify the "
19069 "encoding of strings that are looked for in the source file C<path>."
19070 msgstr ""
19071
19072 # type: textblock
19073 #. type: textblock
19074 #: ../src/guestfs-actions.pod:6566 ../fish/guestfish-actions.pod:4375
19075 msgid "Allowed encodings are:"
19076 msgstr ""
19077
19078 # type: =item
19079 #. type: =item
19080 #: ../src/guestfs-actions.pod:6570 ../fish/guestfish-actions.pod:4379
19081 msgid "s"
19082 msgstr ""
19083
19084 # type: textblock
19085 #. type: textblock
19086 #: ../src/guestfs-actions.pod:6572
19087 msgid ""
19088 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
19089 "ISO-8859-X (this is what C<guestfs_strings> uses)."
19090 msgstr ""
19091
19092 # type: =item
19093 #. type: =item
19094 #: ../src/guestfs-actions.pod:6575 ../fish/guestfish-actions.pod:4384
19095 msgid "S"
19096 msgstr ""
19097
19098 # type: textblock
19099 #. type: textblock
19100 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4386
19101 msgid "Single 8-bit-byte characters."
19102 msgstr ""
19103
19104 # type: =item
19105 #. type: =item
19106 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4388
19107 msgid "b"
19108 msgstr ""
19109
19110 # type: textblock
19111 #. type: textblock
19112 #: ../src/guestfs-actions.pod:6581 ../fish/guestfish-actions.pod:4390
19113 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
19114 msgstr ""
19115
19116 # type: =item
19117 #. type: =item
19118 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4393
19119 msgid "l (lower case letter L)"
19120 msgstr ""
19121
19122 # type: textblock
19123 #. type: textblock
19124 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4395
19125 msgid ""
19126 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
19127 "examining binaries in Windows guests."
19128 msgstr ""
19129
19130 # type: =item
19131 #. type: =item
19132 #: ../src/guestfs-actions.pod:6589 ../fish/guestfish-actions.pod:4398
19133 msgid "B"
19134 msgstr ""
19135
19136 # type: textblock
19137 #. type: textblock
19138 #: ../src/guestfs-actions.pod:6591 ../fish/guestfish-actions.pod:4400
19139 msgid "32-bit big endian such as UCS-4BE."
19140 msgstr ""
19141
19142 # type: =item
19143 #. type: =item
19144 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4402
19145 msgid "L"
19146 msgstr ""
19147
19148 # type: textblock
19149 #. type: textblock
19150 #: ../src/guestfs-actions.pod:6595 ../fish/guestfish-actions.pod:4404
19151 msgid "32-bit little endian such as UCS-4LE."
19152 msgstr ""
19153
19154 # type: textblock
19155 #. type: textblock
19156 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4408
19157 msgid "The returned strings are transcoded to UTF-8."
19158 msgstr ""
19159
19160 # type: =head2
19161 #. type: =head2
19162 #: ../src/guestfs-actions.pod:6610
19163 msgid "guestfs_swapoff_device"
19164 msgstr ""
19165
19166 # type: verbatim
19167 #. type: verbatim
19168 #: ../src/guestfs-actions.pod:6612
19169 #, no-wrap
19170 msgid ""
19171 " int\n"
19172 " guestfs_swapoff_device (guestfs_h *g,\n"
19173 "                         const char *device);\n"
19174 "\n"
19175 msgstr ""
19176
19177 # type: textblock
19178 #. type: textblock
19179 #: ../src/guestfs-actions.pod:6616
19180 msgid ""
19181 "This command disables the libguestfs appliance swap device or partition "
19182 "named C<device>.  See C<guestfs_swapon_device>."
19183 msgstr ""
19184
19185 # type: =head2
19186 #. type: =head2
19187 #: ../src/guestfs-actions.pod:6624
19188 msgid "guestfs_swapoff_file"
19189 msgstr ""
19190
19191 # type: verbatim
19192 #. type: verbatim
19193 #: ../src/guestfs-actions.pod:6626
19194 #, no-wrap
19195 msgid ""
19196 " int\n"
19197 " guestfs_swapoff_file (guestfs_h *g,\n"
19198 "                       const char *file);\n"
19199 "\n"
19200 msgstr ""
19201
19202 # type: textblock
19203 #. type: textblock
19204 #: ../src/guestfs-actions.pod:6630 ../fish/guestfish-actions.pod:4425
19205 msgid "This command disables the libguestfs appliance swap on file."
19206 msgstr ""
19207
19208 # type: =head2
19209 #. type: =head2
19210 #: ../src/guestfs-actions.pod:6636
19211 msgid "guestfs_swapoff_label"
19212 msgstr ""
19213
19214 # type: verbatim
19215 #. type: verbatim
19216 #: ../src/guestfs-actions.pod:6638
19217 #, no-wrap
19218 msgid ""
19219 " int\n"
19220 " guestfs_swapoff_label (guestfs_h *g,\n"
19221 "                        const char *label);\n"
19222 "\n"
19223 msgstr ""
19224
19225 # type: textblock
19226 #. type: textblock
19227 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4431
19228 msgid ""
19229 "This command disables the libguestfs appliance swap on labeled swap "
19230 "partition."
19231 msgstr ""
19232
19233 # type: =head2
19234 #. type: =head2
19235 #: ../src/guestfs-actions.pod:6649
19236 msgid "guestfs_swapoff_uuid"
19237 msgstr ""
19238
19239 # type: verbatim
19240 #. type: verbatim
19241 #: ../src/guestfs-actions.pod:6651
19242 #, no-wrap
19243 msgid ""
19244 " int\n"
19245 " guestfs_swapoff_uuid (guestfs_h *g,\n"
19246 "                       const char *uuid);\n"
19247 "\n"
19248 msgstr ""
19249
19250 # type: textblock
19251 #. type: textblock
19252 #: ../src/guestfs-actions.pod:6655 ../fish/guestfish-actions.pod:4438
19253 msgid ""
19254 "This command disables the libguestfs appliance swap partition with the given "
19255 "UUID."
19256 msgstr ""
19257
19258 # type: =head2
19259 #. type: =head2
19260 #: ../src/guestfs-actions.pod:6662
19261 msgid "guestfs_swapon_device"
19262 msgstr ""
19263
19264 # type: verbatim
19265 #. type: verbatim
19266 #: ../src/guestfs-actions.pod:6664
19267 #, no-wrap
19268 msgid ""
19269 " int\n"
19270 " guestfs_swapon_device (guestfs_h *g,\n"
19271 "                        const char *device);\n"
19272 "\n"
19273 msgstr ""
19274
19275 # type: textblock
19276 #. type: textblock
19277 #: ../src/guestfs-actions.pod:6668
19278 msgid ""
19279 "This command enables the libguestfs appliance to use the swap device or "
19280 "partition named C<device>.  The increased memory is made available for all "
19281 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
19282 msgstr ""
19283
19284 # type: textblock
19285 #. type: textblock
19286 #: ../src/guestfs-actions.pod:6673 ../fish/guestfish-actions.pod:4450
19287 msgid ""
19288 "Note that you should not swap to existing guest swap partitions unless you "
19289 "know what you are doing.  They may contain hibernation information, or other "
19290 "information that the guest doesn't want you to trash.  You also risk leaking "
19291 "information about the host to the guest this way.  Instead, attach a new "
19292 "host device to the guest and swap on that."
19293 msgstr ""
19294
19295 # type: =head2
19296 #. type: =head2
19297 #: ../src/guestfs-actions.pod:6684
19298 msgid "guestfs_swapon_file"
19299 msgstr ""
19300
19301 # type: verbatim
19302 #. type: verbatim
19303 #: ../src/guestfs-actions.pod:6686
19304 #, no-wrap
19305 msgid ""
19306 " int\n"
19307 " guestfs_swapon_file (guestfs_h *g,\n"
19308 "                      const char *file);\n"
19309 "\n"
19310 msgstr ""
19311
19312 # type: textblock
19313 #. type: textblock
19314 #: ../src/guestfs-actions.pod:6690
19315 msgid ""
19316 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
19317 "notes."
19318 msgstr ""
19319
19320 # type: =head2
19321 #. type: =head2
19322 #: ../src/guestfs-actions.pod:6697
19323 msgid "guestfs_swapon_label"
19324 msgstr ""
19325
19326 # type: verbatim
19327 #. type: verbatim
19328 #: ../src/guestfs-actions.pod:6699
19329 #, no-wrap
19330 msgid ""
19331 " int\n"
19332 " guestfs_swapon_label (guestfs_h *g,\n"
19333 "                       const char *label);\n"
19334 "\n"
19335 msgstr ""
19336
19337 # type: textblock
19338 #. type: textblock
19339 #: ../src/guestfs-actions.pod:6703
19340 msgid ""
19341 "This command enables swap to a labeled swap partition.  See "
19342 "C<guestfs_swapon_device> for other notes."
19343 msgstr ""
19344
19345 # type: =head2
19346 #. type: =head2
19347 #: ../src/guestfs-actions.pod:6710
19348 msgid "guestfs_swapon_uuid"
19349 msgstr ""
19350
19351 # type: verbatim
19352 #. type: verbatim
19353 #: ../src/guestfs-actions.pod:6712
19354 #, no-wrap
19355 msgid ""
19356 " int\n"
19357 " guestfs_swapon_uuid (guestfs_h *g,\n"
19358 "                      const char *uuid);\n"
19359 "\n"
19360 msgstr ""
19361
19362 # type: textblock
19363 #. type: textblock
19364 #: ../src/guestfs-actions.pod:6716
19365 msgid ""
19366 "This command enables swap to a swap partition with the given UUID.  See "
19367 "C<guestfs_swapon_device> for other notes."
19368 msgstr ""
19369
19370 # type: =head2
19371 #. type: =head2
19372 #: ../src/guestfs-actions.pod:6723
19373 msgid "guestfs_sync"
19374 msgstr ""
19375
19376 # type: verbatim
19377 #. type: verbatim
19378 #: ../src/guestfs-actions.pod:6725
19379 #, no-wrap
19380 msgid ""
19381 " int\n"
19382 " guestfs_sync (guestfs_h *g);\n"
19383 "\n"
19384 msgstr ""
19385
19386 # type: textblock
19387 #. type: textblock
19388 #: ../src/guestfs-actions.pod:6728 ../fish/guestfish-actions.pod:4482
19389 msgid ""
19390 "This syncs the disk, so that any writes are flushed through to the "
19391 "underlying disk image."
19392 msgstr ""
19393
19394 # type: textblock
19395 #. type: textblock
19396 #: ../src/guestfs-actions.pod:6731 ../fish/guestfish-actions.pod:4485
19397 msgid ""
19398 "You should always call this if you have modified a disk image, before "
19399 "closing the handle."
19400 msgstr ""
19401
19402 # type: =head2
19403 #. type: =head2
19404 #: ../src/guestfs-actions.pod:6738
19405 msgid "guestfs_tail"
19406 msgstr ""
19407
19408 # type: verbatim
19409 #. type: verbatim
19410 #: ../src/guestfs-actions.pod:6740
19411 #, no-wrap
19412 msgid ""
19413 " char **\n"
19414 " guestfs_tail (guestfs_h *g,\n"
19415 "               const char *path);\n"
19416 "\n"
19417 msgstr ""
19418
19419 # type: textblock
19420 #. type: textblock
19421 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4492
19422 msgid ""
19423 "This command returns up to the last 10 lines of a file as a list of strings."
19424 msgstr ""
19425
19426 # type: =head2
19427 #. type: =head2
19428 #: ../src/guestfs-actions.pod:6756
19429 msgid "guestfs_tail_n"
19430 msgstr ""
19431
19432 # type: verbatim
19433 #. type: verbatim
19434 #: ../src/guestfs-actions.pod:6758
19435 #, no-wrap
19436 msgid ""
19437 " char **\n"
19438 " guestfs_tail_n (guestfs_h *g,\n"
19439 "                 int nrlines,\n"
19440 "                 const char *path);\n"
19441 "\n"
19442 msgstr ""
19443
19444 # type: textblock
19445 #. type: textblock
19446 #: ../src/guestfs-actions.pod:6763 ../fish/guestfish-actions.pod:4502
19447 msgid ""
19448 "If the parameter C<nrlines> is a positive number, this returns the last "
19449 "C<nrlines> lines of the file C<path>."
19450 msgstr ""
19451
19452 # type: textblock
19453 #. type: textblock
19454 #: ../src/guestfs-actions.pod:6766 ../fish/guestfish-actions.pod:4505
19455 msgid ""
19456 "If the parameter C<nrlines> is a negative number, this returns lines from "
19457 "the file C<path>, starting with the C<-nrlines>th line."
19458 msgstr ""
19459
19460 # type: =head2
19461 #. type: =head2
19462 #: ../src/guestfs-actions.pod:6780
19463 msgid "guestfs_tar_in"
19464 msgstr ""
19465
19466 # type: verbatim
19467 #. type: verbatim
19468 #: ../src/guestfs-actions.pod:6782
19469 #, no-wrap
19470 msgid ""
19471 " int\n"
19472 " guestfs_tar_in (guestfs_h *g,\n"
19473 "                 const char *tarfile,\n"
19474 "                 const char *directory);\n"
19475 "\n"
19476 msgstr ""
19477
19478 # type: textblock
19479 #. type: textblock
19480 #: ../src/guestfs-actions.pod:6787 ../fish/guestfish-actions.pod:4517
19481 msgid ""
19482 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
19483 "tar file) into C<directory>."
19484 msgstr ""
19485
19486 # type: textblock
19487 #. type: textblock
19488 #: ../src/guestfs-actions.pod:6790
19489 msgid ""
19490 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
19491 msgstr ""
19492
19493 # type: textblock
19494 #. type: textblock
19495 #: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:6812
19496 #: ../src/guestfs-actions.pod:6828 ../src/guestfs-actions.pod:6844
19497 msgid "(Added in 1.0.3)"
19498 msgstr ""
19499
19500 # type: =head2
19501 #. type: =head2
19502 #: ../src/guestfs-actions.pod:6797
19503 msgid "guestfs_tar_out"
19504 msgstr ""
19505
19506 # type: verbatim
19507 #. type: verbatim
19508 #: ../src/guestfs-actions.pod:6799
19509 #, no-wrap
19510 msgid ""
19511 " int\n"
19512 " guestfs_tar_out (guestfs_h *g,\n"
19513 "                  const char *directory,\n"
19514 "                  const char *tarfile);\n"
19515 "\n"
19516 msgstr ""
19517
19518 # type: textblock
19519 #. type: textblock
19520 #: ../src/guestfs-actions.pod:6804 ../fish/guestfish-actions.pod:4529
19521 msgid ""
19522 "This command packs the contents of C<directory> and downloads it to local "
19523 "file C<tarfile>."
19524 msgstr ""
19525
19526 # type: textblock
19527 #. type: textblock
19528 #: ../src/guestfs-actions.pod:6807
19529 msgid ""
19530 "To download a compressed tarball, use C<guestfs_tgz_out> or "
19531 "C<guestfs_txz_out>."
19532 msgstr ""
19533
19534 # type: =head2
19535 #. type: =head2
19536 #: ../src/guestfs-actions.pod:6814
19537 msgid "guestfs_tgz_in"
19538 msgstr ""
19539
19540 # type: verbatim
19541 #. type: verbatim
19542 #: ../src/guestfs-actions.pod:6816
19543 #, no-wrap
19544 msgid ""
19545 " int\n"
19546 " guestfs_tgz_in (guestfs_h *g,\n"
19547 "                 const char *tarball,\n"
19548 "                 const char *directory);\n"
19549 "\n"
19550 msgstr ""
19551
19552 # type: textblock
19553 #. type: textblock
19554 #: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4541
19555 msgid ""
19556 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
19557 "tar file) into C<directory>."
19558 msgstr ""
19559
19560 # type: textblock
19561 #. type: textblock
19562 #: ../src/guestfs-actions.pod:6824
19563 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
19564 msgstr ""
19565
19566 # type: =head2
19567 #. type: =head2
19568 #: ../src/guestfs-actions.pod:6830
19569 msgid "guestfs_tgz_out"
19570 msgstr ""
19571
19572 # type: verbatim
19573 #. type: verbatim
19574 #: ../src/guestfs-actions.pod:6832
19575 #, no-wrap
19576 msgid ""
19577 " int\n"
19578 " guestfs_tgz_out (guestfs_h *g,\n"
19579 "                  const char *directory,\n"
19580 "                  const char *tarball);\n"
19581 "\n"
19582 msgstr ""
19583
19584 # type: textblock
19585 #. type: textblock
19586 #: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4552
19587 msgid ""
19588 "This command packs the contents of C<directory> and downloads it to local "
19589 "file C<tarball>."
19590 msgstr ""
19591
19592 # type: textblock
19593 #. type: textblock
19594 #: ../src/guestfs-actions.pod:6840
19595 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
19596 msgstr ""
19597
19598 # type: =head2
19599 #. type: =head2
19600 #: ../src/guestfs-actions.pod:6846
19601 msgid "guestfs_touch"
19602 msgstr ""
19603
19604 # type: verbatim
19605 #. type: verbatim
19606 #: ../src/guestfs-actions.pod:6848
19607 #, no-wrap
19608 msgid ""
19609 " int\n"
19610 " guestfs_touch (guestfs_h *g,\n"
19611 "                const char *path);\n"
19612 "\n"
19613 msgstr ""
19614
19615 # type: textblock
19616 #. type: textblock
19617 #: ../src/guestfs-actions.pod:6852 ../fish/guestfish-actions.pod:4563
19618 msgid ""
19619 "Touch acts like the L<touch(1)> command.  It can be used to update the "
19620 "timestamps on a file, or, if the file does not exist, to create a new zero-"
19621 "length file."
19622 msgstr ""
19623
19624 # type: textblock
19625 #. type: textblock
19626 #: ../src/guestfs-actions.pod:6856 ../fish/guestfish-actions.pod:4567
19627 msgid ""
19628 "This command only works on regular files, and will fail on other file types "
19629 "such as directories, symbolic links, block special etc."
19630 msgstr ""
19631
19632 # type: =head2
19633 #. type: =head2
19634 #: ../src/guestfs-actions.pod:6863
19635 msgid "guestfs_truncate"
19636 msgstr ""
19637
19638 # type: verbatim
19639 #. type: verbatim
19640 #: ../src/guestfs-actions.pod:6865
19641 #, no-wrap
19642 msgid ""
19643 " int\n"
19644 " guestfs_truncate (guestfs_h *g,\n"
19645 "                   const char *path);\n"
19646 "\n"
19647 msgstr ""
19648
19649 # type: textblock
19650 #. type: textblock
19651 #: ../src/guestfs-actions.pod:6869 ../fish/guestfish-actions.pod:4574
19652 msgid ""
19653 "This command truncates C<path> to a zero-length file.  The file must exist "
19654 "already."
19655 msgstr ""
19656
19657 # type: =head2
19658 #. type: =head2
19659 #: ../src/guestfs-actions.pod:6876
19660 msgid "guestfs_truncate_size"
19661 msgstr ""
19662
19663 # type: verbatim
19664 #. type: verbatim
19665 #: ../src/guestfs-actions.pod:6878
19666 #, no-wrap
19667 msgid ""
19668 " int\n"
19669 " guestfs_truncate_size (guestfs_h *g,\n"
19670 "                        const char *path,\n"
19671 "                        int64_t size);\n"
19672 "\n"
19673 msgstr ""
19674
19675 # type: textblock
19676 #. type: textblock
19677 #: ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:4581
19678 msgid ""
19679 "This command truncates C<path> to size C<size> bytes.  The file must exist "
19680 "already."
19681 msgstr ""
19682
19683 # type: textblock
19684 #. type: textblock
19685 #: ../src/guestfs-actions.pod:6886
19686 msgid ""
19687 "If the current file size is less than C<size> then the file is extended to "
19688 "the required size with zero bytes.  This creates a sparse file (ie. disk "
19689 "blocks are not allocated for the file until you write to it).  To create a "
19690 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
19691 msgstr ""
19692
19693 # type: =head2
19694 #. type: =head2
19695 #: ../src/guestfs-actions.pod:6896
19696 msgid "guestfs_tune2fs_l"
19697 msgstr ""
19698
19699 # type: verbatim
19700 #. type: verbatim
19701 #: ../src/guestfs-actions.pod:6898
19702 #, no-wrap
19703 msgid ""
19704 " char **\n"
19705 " guestfs_tune2fs_l (guestfs_h *g,\n"
19706 "                    const char *device);\n"
19707 "\n"
19708 msgstr ""
19709
19710 # type: textblock
19711 #. type: textblock
19712 #: ../src/guestfs-actions.pod:6902 ../fish/guestfish-actions.pod:4594
19713 msgid ""
19714 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
19715 "C<device>."
19716 msgstr ""
19717
19718 # type: textblock
19719 #. type: textblock
19720 #: ../src/guestfs-actions.pod:6905 ../fish/guestfish-actions.pod:4597
19721 msgid ""
19722 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
19723 "for more details.  The list of fields returned isn't clearly defined, and "
19724 "depends on both the version of C<tune2fs> that libguestfs was built against, "
19725 "and the filesystem itself."
19726 msgstr ""
19727
19728 # type: =head2
19729 #. type: =head2
19730 #: ../src/guestfs-actions.pod:6918
19731 msgid "guestfs_txz_in"
19732 msgstr ""
19733
19734 # type: verbatim
19735 #. type: verbatim
19736 #: ../src/guestfs-actions.pod:6920
19737 #, no-wrap
19738 msgid ""
19739 " int\n"
19740 " guestfs_txz_in (guestfs_h *g,\n"
19741 "                 const char *tarball,\n"
19742 "                 const char *directory);\n"
19743 "\n"
19744 msgstr ""
19745
19746 # type: textblock
19747 #. type: textblock
19748 #: ../src/guestfs-actions.pod:6925 ../fish/guestfish-actions.pod:4606
19749 msgid ""
19750 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
19751 "tar file) into C<directory>."
19752 msgstr ""
19753
19754 # type: =head2
19755 #. type: =head2
19756 #: ../src/guestfs-actions.pod:6932
19757 msgid "guestfs_txz_out"
19758 msgstr ""
19759
19760 # type: verbatim
19761 #. type: verbatim
19762 #: ../src/guestfs-actions.pod:6934
19763 #, no-wrap
19764 msgid ""
19765 " int\n"
19766 " guestfs_txz_out (guestfs_h *g,\n"
19767 "                  const char *directory,\n"
19768 "                  const char *tarball);\n"
19769 "\n"
19770 msgstr ""
19771
19772 # type: textblock
19773 #. type: textblock
19774 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4615
19775 msgid ""
19776 "This command packs the contents of C<directory> and downloads it to local "
19777 "file C<tarball> (as an xz compressed tar archive)."
19778 msgstr ""
19779
19780 # type: =head2
19781 #. type: =head2
19782 #: ../src/guestfs-actions.pod:6946
19783 msgid "guestfs_umask"
19784 msgstr ""
19785
19786 # type: verbatim
19787 #. type: verbatim
19788 #: ../src/guestfs-actions.pod:6948
19789 #, no-wrap
19790 msgid ""
19791 " int\n"
19792 " guestfs_umask (guestfs_h *g,\n"
19793 "                int mask);\n"
19794 "\n"
19795 msgstr ""
19796
19797 # type: textblock
19798 #. type: textblock
19799 #: ../src/guestfs-actions.pod:6952 ../fish/guestfish-actions.pod:4624
19800 msgid ""
19801 "This function sets the mask used for creating new files and device nodes to "
19802 "C<mask & 0777>."
19803 msgstr ""
19804
19805 # type: textblock
19806 #. type: textblock
19807 #: ../src/guestfs-actions.pod:6955 ../fish/guestfish-actions.pod:4627
19808 msgid ""
19809 "Typical umask values would be C<022> which creates new files with "
19810 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
19811 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
19812 msgstr ""
19813
19814 # type: textblock
19815 #. type: textblock
19816 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4632
19817 msgid ""
19818 "The default umask is C<022>.  This is important because it means that "
19819 "directories and device nodes will be created with C<0644> or C<0755> mode "
19820 "even if you specify C<0777>."
19821 msgstr ""
19822
19823 # type: textblock
19824 #. type: textblock
19825 #: ../src/guestfs-actions.pod:6964
19826 msgid ""
19827 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
19828 "C<guestfs_mkdir>."
19829 msgstr ""
19830
19831 # type: textblock
19832 #. type: textblock
19833 #: ../src/guestfs-actions.pod:6967 ../fish/guestfish-actions.pod:4639
19834 msgid "This call returns the previous umask."
19835 msgstr ""
19836
19837 # type: =head2
19838 #. type: =head2
19839 #: ../src/guestfs-actions.pod:6973
19840 msgid "guestfs_umount"
19841 msgstr ""
19842
19843 # type: verbatim
19844 #. type: verbatim
19845 #: ../src/guestfs-actions.pod:6975
19846 #, no-wrap
19847 msgid ""
19848 " int\n"
19849 " guestfs_umount (guestfs_h *g,\n"
19850 "                 const char *pathordevice);\n"
19851 "\n"
19852 msgstr ""
19853
19854 # type: textblock
19855 #. type: textblock
19856 #: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4647
19857 msgid ""
19858 "This unmounts the given filesystem.  The filesystem may be specified either "
19859 "by its mountpoint (path) or the device which contains the filesystem."
19860 msgstr ""
19861
19862 # type: =head2
19863 #. type: =head2
19864 #: ../src/guestfs-actions.pod:6987
19865 msgid "guestfs_umount_all"
19866 msgstr ""
19867
19868 # type: verbatim
19869 #. type: verbatim
19870 #: ../src/guestfs-actions.pod:6989
19871 #, no-wrap
19872 msgid ""
19873 " int\n"
19874 " guestfs_umount_all (guestfs_h *g);\n"
19875 "\n"
19876 msgstr ""
19877
19878 # type: textblock
19879 #. type: textblock
19880 #: ../src/guestfs-actions.pod:6992 ../fish/guestfish-actions.pod:4657
19881 msgid "This unmounts all mounted filesystems."
19882 msgstr ""
19883
19884 # type: textblock
19885 #. type: textblock
19886 #: ../src/guestfs-actions.pod:6994 ../fish/guestfish-actions.pod:4659
19887 msgid "Some internal mounts are not unmounted by this call."
19888 msgstr ""
19889
19890 # type: =head2
19891 #. type: =head2
19892 #: ../src/guestfs-actions.pod:7000
19893 msgid "guestfs_upload"
19894 msgstr ""
19895
19896 # type: verbatim
19897 #. type: verbatim
19898 #: ../src/guestfs-actions.pod:7002
19899 #, no-wrap
19900 msgid ""
19901 " int\n"
19902 " guestfs_upload (guestfs_h *g,\n"
19903 "                 const char *filename,\n"
19904 "                 const char *remotefilename);\n"
19905 "\n"
19906 msgstr ""
19907
19908 # type: textblock
19909 #. type: textblock
19910 #: ../src/guestfs-actions.pod:7007 ../src/guestfs-actions.pod:7031
19911 #: ../fish/guestfish-actions.pod:4665 ../fish/guestfish-actions.pod:4678
19912 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
19913 msgstr ""
19914
19915 # type: textblock
19916 #. type: textblock
19917 #: ../src/guestfs-actions.pod:7012
19918 msgid "See also C<guestfs_download>."
19919 msgstr ""
19920
19921 # type: =head2
19922 #. type: =head2
19923 #: ../src/guestfs-actions.pod:7023
19924 msgid "guestfs_upload_offset"
19925 msgstr ""
19926
19927 # type: verbatim
19928 #. type: verbatim
19929 #: ../src/guestfs-actions.pod:7025
19930 #, no-wrap
19931 msgid ""
19932 " int\n"
19933 " guestfs_upload_offset (guestfs_h *g,\n"
19934 "                        const char *filename,\n"
19935 "                        const char *remotefilename,\n"
19936 "                        int64_t offset);\n"
19937 "\n"
19938 msgstr ""
19939
19940 # type: textblock
19941 #. type: textblock
19942 #: ../src/guestfs-actions.pod:7034 ../fish/guestfish-actions.pod:4681
19943 msgid ""
19944 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
19945 "The intention is to overwrite parts of existing files or devices, although "
19946 "if a non-existant file is specified then it is created with a \"hole\" "
19947 "before C<offset>.  The size of the data written is implicit in the size of "
19948 "the source C<filename>."
19949 msgstr ""
19950
19951 # type: textblock
19952 #. type: textblock
19953 #: ../src/guestfs-actions.pod:7041
19954 msgid ""
19955 "Note that there is no limit on the amount of data that can be uploaded with "
19956 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
19957 "full amount unless an error occurs."
19958 msgstr ""
19959
19960 # type: textblock
19961 #. type: textblock
19962 #: ../src/guestfs-actions.pod:7046
19963 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
19964 msgstr ""
19965
19966 # type: =head2
19967 #. type: =head2
19968 #: ../src/guestfs-actions.pod:7057
19969 msgid "guestfs_utimens"
19970 msgstr ""
19971
19972 # type: verbatim
19973 #. type: verbatim
19974 #: ../src/guestfs-actions.pod:7059
19975 #, no-wrap
19976 msgid ""
19977 " int\n"
19978 " guestfs_utimens (guestfs_h *g,\n"
19979 "                  const char *path,\n"
19980 "                  int64_t atsecs,\n"
19981 "                  int64_t atnsecs,\n"
19982 "                  int64_t mtsecs,\n"
19983 "                  int64_t mtnsecs);\n"
19984 "\n"
19985 msgstr ""
19986
19987 # type: textblock
19988 #. type: textblock
19989 #: ../src/guestfs-actions.pod:7067 ../fish/guestfish-actions.pod:4701
19990 msgid "This command sets the timestamps of a file with nanosecond precision."
19991 msgstr ""
19992
19993 # type: textblock
19994 #. type: textblock
19995 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4704
19996 msgid ""
19997 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
19998 "from the epoch."
19999 msgstr ""
20000
20001 # type: textblock
20002 #. type: textblock
20003 #: ../src/guestfs-actions.pod:7073 ../fish/guestfish-actions.pod:4707
20004 msgid ""
20005 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
20006 "nanoseconds from the epoch."
20007 msgstr ""
20008
20009 # type: textblock
20010 #. type: textblock
20011 #: ../src/guestfs-actions.pod:7076 ../fish/guestfish-actions.pod:4710
20012 msgid ""
20013 "If the C<*nsecs> field contains the special value C<-1> then the "
20014 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
20015 "ignored in this case)."
20016 msgstr ""
20017
20018 # type: textblock
20019 #. type: textblock
20020 #: ../src/guestfs-actions.pod:7080 ../fish/guestfish-actions.pod:4714
20021 msgid ""
20022 "If the C<*nsecs> field contains the special value C<-2> then the "
20023 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
20024 "in this case)."
20025 msgstr ""
20026
20027 # type: =head2
20028 #. type: =head2
20029 #: ../src/guestfs-actions.pod:7088 ../src/guestfs-structs.pod:175
20030 msgid "guestfs_version"
20031 msgstr ""
20032
20033 # type: verbatim
20034 #. type: verbatim
20035 #: ../src/guestfs-actions.pod:7090
20036 #, no-wrap
20037 msgid ""
20038 " struct guestfs_version *\n"
20039 " guestfs_version (guestfs_h *g);\n"
20040 "\n"
20041 msgstr ""
20042
20043 # type: textblock
20044 #. type: textblock
20045 #: ../src/guestfs-actions.pod:7093 ../fish/guestfish-actions.pod:4722
20046 msgid ""
20047 "Return the libguestfs version number that the program is linked against."
20048 msgstr ""
20049
20050 # type: textblock
20051 #. type: textblock
20052 #: ../src/guestfs-actions.pod:7096 ../fish/guestfish-actions.pod:4725
20053 msgid ""
20054 "Note that because of dynamic linking this is not necessarily the version of "
20055 "libguestfs that you compiled against.  You can compile the program, and then "
20056 "at runtime dynamically link against a completely different C<libguestfs.so> "
20057 "library."
20058 msgstr ""
20059
20060 # type: textblock
20061 #. type: textblock
20062 #: ../src/guestfs-actions.pod:7101 ../fish/guestfish-actions.pod:4730
20063 msgid ""
20064 "This call was added in version C<1.0.58>.  In previous versions of "
20065 "libguestfs there was no way to get the version number.  From C code you can "
20066 "use dynamic linker functions to find out if this symbol exists (if it "
20067 "doesn't, then it's an earlier version)."
20068 msgstr ""
20069
20070 # type: textblock
20071 #. type: textblock
20072 #: ../src/guestfs-actions.pod:7107 ../fish/guestfish-actions.pod:4736
20073 msgid ""
20074 "The call returns a structure with four elements.  The first three (C<major>, "
20075 "C<minor> and C<release>) are numbers and correspond to the usual version "
20076 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
20077 "but may be used for distro-specific information."
20078 msgstr ""
20079
20080 # type: textblock
20081 #. type: textblock
20082 #: ../src/guestfs-actions.pod:7113 ../fish/guestfish-actions.pod:4742
20083 msgid ""
20084 "To construct the original version string: C<$major.$minor.$release$extra>"
20085 msgstr ""
20086
20087 # type: textblock
20088 #. type: textblock
20089 #: ../src/guestfs-actions.pod:7116 ../fish/guestfish-actions.pod:4745
20090 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
20091 msgstr ""
20092
20093 # type: textblock
20094 #. type: textblock
20095 #: ../src/guestfs-actions.pod:7118
20096 msgid ""
20097 "I<Note:> Don't use this call to test for availability of features.  In "
20098 "enterprise distributions we backport features from later versions into "
20099 "earlier versions, making this an unreliable way to test for features.  Use "
20100 "C<guestfs_available> instead."
20101 msgstr ""
20102
20103 # type: textblock
20104 #. type: textblock
20105 #: ../src/guestfs-actions.pod:7124
20106 msgid ""
20107 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
20108 "error.  I<The caller must call C<guestfs_free_version> after use>."
20109 msgstr ""
20110
20111 # type: textblock
20112 #. type: textblock
20113 #: ../src/guestfs-actions.pod:7128
20114 msgid "(Added in 1.0.58)"
20115 msgstr ""
20116
20117 # type: =head2
20118 #. type: =head2
20119 #: ../src/guestfs-actions.pod:7130
20120 msgid "guestfs_vfs_label"
20121 msgstr ""
20122
20123 # type: verbatim
20124 #. type: verbatim
20125 #: ../src/guestfs-actions.pod:7132
20126 #, no-wrap
20127 msgid ""
20128 " char *\n"
20129 " guestfs_vfs_label (guestfs_h *g,\n"
20130 "                    const char *device);\n"
20131 "\n"
20132 msgstr ""
20133
20134 # type: textblock
20135 #. type: textblock
20136 #: ../src/guestfs-actions.pod:7136 ../fish/guestfish-actions.pod:4757
20137 msgid "This returns the filesystem label of the filesystem on C<device>."
20138 msgstr ""
20139
20140 # type: textblock
20141 #. type: textblock
20142 #: ../src/guestfs-actions.pod:7139 ../fish/guestfish-actions.pod:4760
20143 msgid "If the filesystem is unlabeled, this returns the empty string."
20144 msgstr ""
20145
20146 # type: textblock
20147 #. type: textblock
20148 #: ../src/guestfs-actions.pod:7141
20149 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
20150 msgstr ""
20151
20152 # type: textblock
20153 #. type: textblock
20154 #: ../src/guestfs-actions.pod:7146 ../src/guestfs-actions.pod:7183
20155 msgid "(Added in 1.3.18)"
20156 msgstr ""
20157
20158 # type: =head2
20159 #. type: =head2
20160 #: ../src/guestfs-actions.pod:7148
20161 msgid "guestfs_vfs_type"
20162 msgstr ""
20163
20164 # type: verbatim
20165 #. type: verbatim
20166 #: ../src/guestfs-actions.pod:7150
20167 #, no-wrap
20168 msgid ""
20169 " char *\n"
20170 " guestfs_vfs_type (guestfs_h *g,\n"
20171 "                   const char *device);\n"
20172 "\n"
20173 msgstr ""
20174
20175 # type: textblock
20176 #. type: textblock
20177 #: ../src/guestfs-actions.pod:7154 ../fish/guestfish-actions.pod:4768
20178 msgid ""
20179 "This command gets the filesystem type corresponding to the filesystem on "
20180 "C<device>."
20181 msgstr ""
20182
20183 # type: textblock
20184 #. type: textblock
20185 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4771
20186 msgid ""
20187 "For most filesystems, the result is the name of the Linux VFS module which "
20188 "would be used to mount this filesystem if you mounted it without specifying "
20189 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
20190 msgstr ""
20191
20192 # type: =head2
20193 #. type: =head2
20194 #: ../src/guestfs-actions.pod:7167
20195 msgid "guestfs_vfs_uuid"
20196 msgstr ""
20197
20198 # type: verbatim
20199 #. type: verbatim
20200 #: ../src/guestfs-actions.pod:7169
20201 #, no-wrap
20202 msgid ""
20203 " char *\n"
20204 " guestfs_vfs_uuid (guestfs_h *g,\n"
20205 "                   const char *device);\n"
20206 "\n"
20207 msgstr ""
20208
20209 # type: textblock
20210 #. type: textblock
20211 #: ../src/guestfs-actions.pod:7173 ../fish/guestfish-actions.pod:4780
20212 msgid "This returns the filesystem UUID of the filesystem on C<device>."
20213 msgstr ""
20214
20215 # type: textblock
20216 #. type: textblock
20217 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4783
20218 msgid "If the filesystem does not have a UUID, this returns the empty string."
20219 msgstr ""
20220
20221 # type: textblock
20222 #. type: textblock
20223 #: ../src/guestfs-actions.pod:7178
20224 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
20225 msgstr ""
20226
20227 # type: =head2
20228 #. type: =head2
20229 #: ../src/guestfs-actions.pod:7185
20230 msgid "guestfs_vg_activate"
20231 msgstr ""
20232
20233 # type: verbatim
20234 #. type: verbatim
20235 #: ../src/guestfs-actions.pod:7187
20236 #, no-wrap
20237 msgid ""
20238 " int\n"
20239 " guestfs_vg_activate (guestfs_h *g,\n"
20240 "                      int activate,\n"
20241 "                      char *const *volgroups);\n"
20242 "\n"
20243 msgstr ""
20244
20245 # type: textblock
20246 #. type: textblock
20247 #: ../src/guestfs-actions.pod:7192 ../fish/guestfish-actions.pod:4791
20248 msgid ""
20249 "This command activates or (if C<activate> is false) deactivates all logical "
20250 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
20251 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
20252 "deactivated, then those devices disappear."
20253 msgstr ""
20254
20255 # type: textblock
20256 #. type: textblock
20257 #: ../src/guestfs-actions.pod:7198 ../fish/guestfish-actions.pod:4797
20258 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
20259 msgstr ""
20260
20261 # type: textblock
20262 #. type: textblock
20263 #: ../src/guestfs-actions.pod:7200 ../fish/guestfish-actions.pod:4799
20264 msgid ""
20265 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
20266 "activated or deactivated."
20267 msgstr ""
20268
20269 # type: =head2
20270 #. type: =head2
20271 #: ../src/guestfs-actions.pod:7207
20272 msgid "guestfs_vg_activate_all"
20273 msgstr ""
20274
20275 # type: verbatim
20276 #. type: verbatim
20277 #: ../src/guestfs-actions.pod:7209
20278 #, no-wrap
20279 msgid ""
20280 " int\n"
20281 " guestfs_vg_activate_all (guestfs_h *g,\n"
20282 "                          int activate);\n"
20283 "\n"
20284 msgstr ""
20285
20286 # type: textblock
20287 #. type: textblock
20288 #: ../src/guestfs-actions.pod:7213 ../fish/guestfish-actions.pod:4806
20289 msgid ""
20290 "This command activates or (if C<activate> is false) deactivates all logical "
20291 "volumes in all volume groups.  If activated, then they are made known to the "
20292 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
20293 "those devices disappear."
20294 msgstr ""
20295
20296 # type: textblock
20297 #. type: textblock
20298 #: ../src/guestfs-actions.pod:7219 ../fish/guestfish-actions.pod:4812
20299 msgid "This command is the same as running C<vgchange -a y|n>"
20300 msgstr ""
20301
20302 # type: =head2
20303 #. type: =head2
20304 #: ../src/guestfs-actions.pod:7225
20305 msgid "guestfs_vgcreate"
20306 msgstr ""
20307
20308 # type: verbatim
20309 #. type: verbatim
20310 #: ../src/guestfs-actions.pod:7227
20311 #, no-wrap
20312 msgid ""
20313 " int\n"
20314 " guestfs_vgcreate (guestfs_h *g,\n"
20315 "                   const char *volgroup,\n"
20316 "                   char *const *physvols);\n"
20317 "\n"
20318 msgstr ""
20319
20320 # type: textblock
20321 #. type: textblock
20322 #: ../src/guestfs-actions.pod:7232 ../fish/guestfish-actions.pod:4818
20323 msgid ""
20324 "This creates an LVM volume group called C<volgroup> from the non-empty list "
20325 "of physical volumes C<physvols>."
20326 msgstr ""
20327
20328 # type: =head2
20329 #. type: =head2
20330 #: ../src/guestfs-actions.pod:7239
20331 msgid "guestfs_vglvuuids"
20332 msgstr ""
20333
20334 # type: verbatim
20335 #. type: verbatim
20336 #: ../src/guestfs-actions.pod:7241
20337 #, no-wrap
20338 msgid ""
20339 " char **\n"
20340 " guestfs_vglvuuids (guestfs_h *g,\n"
20341 "                    const char *vgname);\n"
20342 "\n"
20343 msgstr ""
20344
20345 # type: textblock
20346 #. type: textblock
20347 #: ../src/guestfs-actions.pod:7245 ../fish/guestfish-actions.pod:4825
20348 msgid ""
20349 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
20350 "volumes created in this volume group."
20351 msgstr ""
20352
20353 # type: textblock
20354 #. type: textblock
20355 #: ../src/guestfs-actions.pod:7248
20356 msgid ""
20357 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
20358 "associate logical volumes and volume groups."
20359 msgstr ""
20360
20361 # type: textblock
20362 #. type: textblock
20363 #: ../src/guestfs-actions.pod:7251
20364 msgid "See also C<guestfs_vgpvuuids>."
20365 msgstr ""
20366
20367 # type: =head2
20368 #. type: =head2
20369 #: ../src/guestfs-actions.pod:7259
20370 msgid "guestfs_vgpvuuids"
20371 msgstr ""
20372
20373 # type: verbatim
20374 #. type: verbatim
20375 #: ../src/guestfs-actions.pod:7261
20376 #, no-wrap
20377 msgid ""
20378 " char **\n"
20379 " guestfs_vgpvuuids (guestfs_h *g,\n"
20380 "                    const char *vgname);\n"
20381 "\n"
20382 msgstr ""
20383
20384 # type: textblock
20385 #. type: textblock
20386 #: ../src/guestfs-actions.pod:7265 ../fish/guestfish-actions.pod:4837
20387 msgid ""
20388 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
20389 "volumes that this volume group resides on."
20390 msgstr ""
20391
20392 # type: textblock
20393 #. type: textblock
20394 #: ../src/guestfs-actions.pod:7268
20395 msgid ""
20396 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
20397 "associate physical volumes and volume groups."
20398 msgstr ""
20399
20400 # type: textblock
20401 #. type: textblock
20402 #: ../src/guestfs-actions.pod:7271
20403 msgid "See also C<guestfs_vglvuuids>."
20404 msgstr ""
20405
20406 # type: =head2
20407 #. type: =head2
20408 #: ../src/guestfs-actions.pod:7279
20409 msgid "guestfs_vgremove"
20410 msgstr ""
20411
20412 # type: verbatim
20413 #. type: verbatim
20414 #: ../src/guestfs-actions.pod:7281
20415 #, no-wrap
20416 msgid ""
20417 " int\n"
20418 " guestfs_vgremove (guestfs_h *g,\n"
20419 "                   const char *vgname);\n"
20420 "\n"
20421 msgstr ""
20422
20423 # type: textblock
20424 #. type: textblock
20425 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4849
20426 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
20427 msgstr ""
20428
20429 # type: textblock
20430 #. type: textblock
20431 #: ../src/guestfs-actions.pod:7287 ../fish/guestfish-actions.pod:4851
20432 msgid ""
20433 "This also forcibly removes all logical volumes in the volume group (if any)."
20434 msgstr ""
20435
20436 # type: =head2
20437 #. type: =head2
20438 #: ../src/guestfs-actions.pod:7294
20439 msgid "guestfs_vgrename"
20440 msgstr ""
20441
20442 # type: verbatim
20443 #. type: verbatim
20444 #: ../src/guestfs-actions.pod:7296
20445 #, no-wrap
20446 msgid ""
20447 " int\n"
20448 " guestfs_vgrename (guestfs_h *g,\n"
20449 "                   const char *volgroup,\n"
20450 "                   const char *newvolgroup);\n"
20451 "\n"
20452 msgstr ""
20453
20454 # type: textblock
20455 #. type: textblock
20456 #: ../src/guestfs-actions.pod:7301 ../fish/guestfish-actions.pod:4858
20457 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
20458 msgstr ""
20459
20460 # type: =head2
20461 #. type: =head2
20462 #: ../src/guestfs-actions.pod:7307
20463 msgid "guestfs_vgs"
20464 msgstr ""
20465
20466 # type: verbatim
20467 #. type: verbatim
20468 #: ../src/guestfs-actions.pod:7309
20469 #, no-wrap
20470 msgid ""
20471 " char **\n"
20472 " guestfs_vgs (guestfs_h *g);\n"
20473 "\n"
20474 msgstr ""
20475
20476 # type: textblock
20477 #. type: textblock
20478 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4864
20479 msgid ""
20480 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20481 "> command."
20482 msgstr ""
20483
20484 # type: textblock
20485 #. type: textblock
20486 #: ../src/guestfs-actions.pod:7315 ../fish/guestfish-actions.pod:4867
20487 msgid ""
20488 "This returns a list of just the volume group names that were detected (eg. "
20489 "C<VolGroup00>)."
20490 msgstr ""
20491
20492 # type: textblock
20493 #. type: textblock
20494 #: ../src/guestfs-actions.pod:7318
20495 msgid "See also C<guestfs_vgs_full>."
20496 msgstr ""
20497
20498 # type: =head2
20499 #. type: =head2
20500 #: ../src/guestfs-actions.pod:7326
20501 msgid "guestfs_vgs_full"
20502 msgstr ""
20503
20504 # type: verbatim
20505 #. type: verbatim
20506 #: ../src/guestfs-actions.pod:7328
20507 #, no-wrap
20508 msgid ""
20509 " struct guestfs_lvm_vg_list *\n"
20510 " guestfs_vgs_full (guestfs_h *g);\n"
20511 "\n"
20512 msgstr ""
20513
20514 # type: textblock
20515 #. type: textblock
20516 #: ../src/guestfs-actions.pod:7331 ../fish/guestfish-actions.pod:4876
20517 msgid ""
20518 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20519 "> command.  The \"full\" version includes all fields."
20520 msgstr ""
20521
20522 # type: textblock
20523 #. type: textblock
20524 #: ../src/guestfs-actions.pod:7334
20525 msgid ""
20526 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
20527 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
20528 msgstr ""
20529
20530 # type: =head2
20531 #. type: =head2
20532 #: ../src/guestfs-actions.pod:7340
20533 msgid "guestfs_vgscan"
20534 msgstr ""
20535
20536 # type: verbatim
20537 #. type: verbatim
20538 #: ../src/guestfs-actions.pod:7342
20539 #, no-wrap
20540 msgid ""
20541 " int\n"
20542 " guestfs_vgscan (guestfs_h *g);\n"
20543 "\n"
20544 msgstr ""
20545
20546 # type: textblock
20547 #. type: textblock
20548 #: ../src/guestfs-actions.pod:7345 ../fish/guestfish-actions.pod:4883
20549 msgid ""
20550 "This rescans all block devices and rebuilds the list of LVM physical "
20551 "volumes, volume groups and logical volumes."
20552 msgstr ""
20553
20554 # type: =head2
20555 #. type: =head2
20556 #: ../src/guestfs-actions.pod:7352
20557 msgid "guestfs_vguuid"
20558 msgstr ""
20559
20560 # type: verbatim
20561 #. type: verbatim
20562 #: ../src/guestfs-actions.pod:7354
20563 #, no-wrap
20564 msgid ""
20565 " char *\n"
20566 " guestfs_vguuid (guestfs_h *g,\n"
20567 "                 const char *vgname);\n"
20568 "\n"
20569 msgstr ""
20570
20571 # type: textblock
20572 #. type: textblock
20573 #: ../src/guestfs-actions.pod:7358 ../fish/guestfish-actions.pod:4890
20574 msgid "This command returns the UUID of the LVM VG named C<vgname>."
20575 msgstr ""
20576
20577 # type: =head2
20578 #. type: =head2
20579 #: ../src/guestfs-actions.pod:7365
20580 msgid "guestfs_wait_ready"
20581 msgstr ""
20582
20583 # type: verbatim
20584 #. type: verbatim
20585 #: ../src/guestfs-actions.pod:7367
20586 #, no-wrap
20587 msgid ""
20588 " int\n"
20589 " guestfs_wait_ready (guestfs_h *g);\n"
20590 "\n"
20591 msgstr ""
20592
20593 # type: textblock
20594 #. type: textblock
20595 #: ../src/guestfs-actions.pod:7370
20596 msgid "This function is a no op."
20597 msgstr ""
20598
20599 # type: textblock
20600 #. type: textblock
20601 #: ../src/guestfs-actions.pod:7372
20602 msgid ""
20603 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
20604 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
20605 "is no longer necessary because C<guestfs_launch> now does the waiting."
20606 msgstr ""
20607
20608 # type: textblock
20609 #. type: textblock
20610 #: ../src/guestfs-actions.pod:7377
20611 msgid ""
20612 "If you see any calls to this function in code then you can just remove them, "
20613 "unless you want to retain compatibility with older versions of the API."
20614 msgstr ""
20615
20616 #. type: textblock
20617 #: ../src/guestfs-actions.pod:7383
20618 msgid ""
20619 "This function is deprecated.  In new code, use the C<launch> call instead."
20620 msgstr ""
20621
20622 # type: =head2
20623 #. type: =head2
20624 #: ../src/guestfs-actions.pod:7392
20625 msgid "guestfs_wc_c"
20626 msgstr ""
20627
20628 # type: verbatim
20629 #. type: verbatim
20630 #: ../src/guestfs-actions.pod:7394
20631 #, no-wrap
20632 msgid ""
20633 " int\n"
20634 " guestfs_wc_c (guestfs_h *g,\n"
20635 "               const char *path);\n"
20636 "\n"
20637 msgstr ""
20638
20639 # type: textblock
20640 #. type: textblock
20641 #: ../src/guestfs-actions.pod:7398 ../fish/guestfish-actions.pod:4896
20642 msgid ""
20643 "This command counts the characters in a file, using the C<wc -c> external "
20644 "command."
20645 msgstr ""
20646
20647 # type: =head2
20648 #. type: =head2
20649 #: ../src/guestfs-actions.pod:7405
20650 msgid "guestfs_wc_l"
20651 msgstr ""
20652
20653 # type: verbatim
20654 #. type: verbatim
20655 #: ../src/guestfs-actions.pod:7407
20656 #, no-wrap
20657 msgid ""
20658 " int\n"
20659 " guestfs_wc_l (guestfs_h *g,\n"
20660 "               const char *path);\n"
20661 "\n"
20662 msgstr ""
20663
20664 # type: textblock
20665 #. type: textblock
20666 #: ../src/guestfs-actions.pod:7411 ../fish/guestfish-actions.pod:4903
20667 msgid ""
20668 "This command counts the lines in a file, using the C<wc -l> external command."
20669 msgstr ""
20670
20671 # type: =head2
20672 #. type: =head2
20673 #: ../src/guestfs-actions.pod:7418
20674 msgid "guestfs_wc_w"
20675 msgstr ""
20676
20677 # type: verbatim
20678 #. type: verbatim
20679 #: ../src/guestfs-actions.pod:7420
20680 #, no-wrap
20681 msgid ""
20682 " int\n"
20683 " guestfs_wc_w (guestfs_h *g,\n"
20684 "               const char *path);\n"
20685 "\n"
20686 msgstr ""
20687
20688 # type: textblock
20689 #. type: textblock
20690 #: ../src/guestfs-actions.pod:7424 ../fish/guestfish-actions.pod:4910
20691 msgid ""
20692 "This command counts the words in a file, using the C<wc -w> external command."
20693 msgstr ""
20694
20695 # type: =head2
20696 #. type: =head2
20697 #: ../src/guestfs-actions.pod:7431
20698 msgid "guestfs_write"
20699 msgstr ""
20700
20701 # type: verbatim
20702 #. type: verbatim
20703 #: ../src/guestfs-actions.pod:7433
20704 #, no-wrap
20705 msgid ""
20706 " int\n"
20707 " guestfs_write (guestfs_h *g,\n"
20708 "                const char *path,\n"
20709 "                const char *content,\n"
20710 "                size_t content_size);\n"
20711 "\n"
20712 msgstr ""
20713
20714 # type: textblock
20715 #. type: textblock
20716 #: ../src/guestfs-actions.pod:7439 ../fish/guestfish-actions.pod:4917
20717 msgid ""
20718 "This call creates a file called C<path>.  The content of the file is the "
20719 "string C<content> (which can contain any 8 bit data)."
20720 msgstr ""
20721
20722 # type: =head2
20723 #. type: =head2
20724 #: ../src/guestfs-actions.pod:7449
20725 msgid "guestfs_write_file"
20726 msgstr ""
20727
20728 # type: verbatim
20729 #. type: verbatim
20730 #: ../src/guestfs-actions.pod:7451
20731 #, no-wrap
20732 msgid ""
20733 " int\n"
20734 " guestfs_write_file (guestfs_h *g,\n"
20735 "                     const char *path,\n"
20736 "                     const char *content,\n"
20737 "                     int size);\n"
20738 "\n"
20739 msgstr ""
20740
20741 # type: textblock
20742 #. type: textblock
20743 #: ../src/guestfs-actions.pod:7457 ../fish/guestfish-actions.pod:4927
20744 msgid ""
20745 "This call creates a file called C<path>.  The contents of the file is the "
20746 "string C<content> (which can contain any 8 bit data), with length C<size>."
20747 msgstr ""
20748
20749 # type: textblock
20750 #. type: textblock
20751 #: ../src/guestfs-actions.pod:7461 ../fish/guestfish-actions.pod:4931
20752 msgid ""
20753 "As a special case, if C<size> is C<0> then the length is calculated using "
20754 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
20755 msgstr ""
20756
20757 # type: textblock
20758 #. type: textblock
20759 #: ../src/guestfs-actions.pod:7465 ../fish/guestfish-actions.pod:4935
20760 msgid ""
20761 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
20762 "I<not> work, even if the length is specified."
20763 msgstr ""
20764
20765 # type: textblock
20766 #. type: textblock
20767 #: ../src/guestfs-actions.pod:7473 ../fish/guestfish-actions.pod:4941
20768 msgid ""
20769 "This function is deprecated.  In new code, use the C<write> call instead."
20770 msgstr ""
20771
20772 # type: =head2
20773 #. type: =head2
20774 #: ../src/guestfs-actions.pod:7482
20775 msgid "guestfs_zegrep"
20776 msgstr ""
20777
20778 # type: verbatim
20779 #. type: verbatim
20780 #: ../src/guestfs-actions.pod:7484
20781 #, no-wrap
20782 msgid ""
20783 " char **\n"
20784 " guestfs_zegrep (guestfs_h *g,\n"
20785 "                 const char *regex,\n"
20786 "                 const char *path);\n"
20787 "\n"
20788 msgstr ""
20789
20790 # type: textblock
20791 #. type: textblock
20792 #: ../src/guestfs-actions.pod:7489 ../fish/guestfish-actions.pod:4952
20793 msgid ""
20794 "This calls the external C<zegrep> program and returns the matching lines."
20795 msgstr ""
20796
20797 # type: =head2
20798 #. type: =head2
20799 #: ../src/guestfs-actions.pod:7501
20800 msgid "guestfs_zegrepi"
20801 msgstr ""
20802
20803 # type: verbatim
20804 #. type: verbatim
20805 #: ../src/guestfs-actions.pod:7503
20806 #, no-wrap
20807 msgid ""
20808 " char **\n"
20809 " guestfs_zegrepi (guestfs_h *g,\n"
20810 "                  const char *regex,\n"
20811 "                  const char *path);\n"
20812 "\n"
20813 msgstr ""
20814
20815 # type: textblock
20816 #. type: textblock
20817 #: ../src/guestfs-actions.pod:7508 ../fish/guestfish-actions.pod:4962
20818 msgid ""
20819 "This calls the external C<zegrep -i> program and returns the matching lines."
20820 msgstr ""
20821
20822 # type: =head2
20823 #. type: =head2
20824 #: ../src/guestfs-actions.pod:7520
20825 msgid "guestfs_zero"
20826 msgstr ""
20827
20828 # type: verbatim
20829 #. type: verbatim
20830 #: ../src/guestfs-actions.pod:7522
20831 #, no-wrap
20832 msgid ""
20833 " int\n"
20834 " guestfs_zero (guestfs_h *g,\n"
20835 "               const char *device);\n"
20836 "\n"
20837 msgstr ""
20838
20839 # type: textblock
20840 #. type: textblock
20841 #: ../src/guestfs-actions.pod:7526 ../fish/guestfish-actions.pod:4972
20842 msgid "This command writes zeroes over the first few blocks of C<device>."
20843 msgstr ""
20844
20845 # type: textblock
20846 #. type: textblock
20847 #: ../src/guestfs-actions.pod:7528 ../fish/guestfish-actions.pod:4974
20848 msgid ""
20849 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
20850 "securely wipe the device).  It should be sufficient to remove any partition "
20851 "tables, filesystem superblocks and so on."
20852 msgstr ""
20853
20854 #. type: textblock
20855 #: ../src/guestfs-actions.pod:7532
20856 msgid ""
20857 "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
20858 "C<guestfs_is_zero_device>"
20859 msgstr ""
20860
20861 # type: =head2
20862 #. type: =head2
20863 #: ../src/guestfs-actions.pod:7544
20864 msgid "guestfs_zero_device"
20865 msgstr ""
20866
20867 # type: verbatim
20868 #. type: verbatim
20869 #: ../src/guestfs-actions.pod:7546
20870 #, no-wrap
20871 msgid ""
20872 " int\n"
20873 " guestfs_zero_device (guestfs_h *g,\n"
20874 "                      const char *device);\n"
20875 "\n"
20876 msgstr ""
20877
20878 # type: textblock
20879 #. type: textblock
20880 #: ../src/guestfs-actions.pod:7550
20881 msgid ""
20882 "This command writes zeroes over the entire C<device>.  Compare with "
20883 "C<guestfs_zero> which just zeroes the first few blocks of a device."
20884 msgstr ""
20885
20886 # type: textblock
20887 #. type: textblock
20888 #: ../src/guestfs-actions.pod:7564
20889 msgid "(Added in 1.3.1)"
20890 msgstr ""
20891
20892 # type: =head2
20893 #. type: =head2
20894 #: ../src/guestfs-actions.pod:7566
20895 msgid "guestfs_zerofree"
20896 msgstr ""
20897
20898 # type: verbatim
20899 #. type: verbatim
20900 #: ../src/guestfs-actions.pod:7568
20901 #, no-wrap
20902 msgid ""
20903 " int\n"
20904 " guestfs_zerofree (guestfs_h *g,\n"
20905 "                   const char *device);\n"
20906 "\n"
20907 msgstr ""
20908
20909 # type: textblock
20910 #. type: textblock
20911 #: ../src/guestfs-actions.pod:7572 ../fish/guestfish-actions.pod:4996
20912 msgid ""
20913 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
20914 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
20915 "possible to compress the filesystem more effectively."
20916 msgstr ""
20917
20918 # type: textblock
20919 #. type: textblock
20920 #: ../src/guestfs-actions.pod:7577 ../fish/guestfish-actions.pod:5001
20921 msgid "You should B<not> run this program if the filesystem is mounted."
20922 msgstr ""
20923
20924 # type: textblock
20925 #. type: textblock
20926 #: ../src/guestfs-actions.pod:7580 ../fish/guestfish-actions.pod:5004
20927 msgid ""
20928 "It is possible that using this program can damage the filesystem or data on "
20929 "the filesystem."
20930 msgstr ""
20931
20932 # type: =head2
20933 #. type: =head2
20934 #: ../src/guestfs-actions.pod:7587
20935 msgid "guestfs_zfgrep"
20936 msgstr ""
20937
20938 # type: verbatim
20939 #. type: verbatim
20940 #: ../src/guestfs-actions.pod:7589
20941 #, no-wrap
20942 msgid ""
20943 " char **\n"
20944 " guestfs_zfgrep (guestfs_h *g,\n"
20945 "                 const char *pattern,\n"
20946 "                 const char *path);\n"
20947 "\n"
20948 msgstr ""
20949
20950 # type: textblock
20951 #. type: textblock
20952 #: ../src/guestfs-actions.pod:7594 ../fish/guestfish-actions.pod:5011
20953 msgid ""
20954 "This calls the external C<zfgrep> program and returns the matching lines."
20955 msgstr ""
20956
20957 # type: =head2
20958 #. type: =head2
20959 #: ../src/guestfs-actions.pod:7606
20960 msgid "guestfs_zfgrepi"
20961 msgstr ""
20962
20963 # type: verbatim
20964 #. type: verbatim
20965 #: ../src/guestfs-actions.pod:7608
20966 #, no-wrap
20967 msgid ""
20968 " char **\n"
20969 " guestfs_zfgrepi (guestfs_h *g,\n"
20970 "                  const char *pattern,\n"
20971 "                  const char *path);\n"
20972 "\n"
20973 msgstr ""
20974
20975 # type: textblock
20976 #. type: textblock
20977 #: ../src/guestfs-actions.pod:7613 ../fish/guestfish-actions.pod:5021
20978 msgid ""
20979 "This calls the external C<zfgrep -i> program and returns the matching lines."
20980 msgstr ""
20981
20982 # type: =head2
20983 #. type: =head2
20984 #: ../src/guestfs-actions.pod:7625
20985 msgid "guestfs_zfile"
20986 msgstr ""
20987
20988 # type: verbatim
20989 #. type: verbatim
20990 #: ../src/guestfs-actions.pod:7627
20991 #, no-wrap
20992 msgid ""
20993 " char *\n"
20994 " guestfs_zfile (guestfs_h *g,\n"
20995 "                const char *meth,\n"
20996 "                const char *path);\n"
20997 "\n"
20998 msgstr ""
20999
21000 # type: textblock
21001 #. type: textblock
21002 #: ../src/guestfs-actions.pod:7632 ../fish/guestfish-actions.pod:5031
21003 msgid ""
21004 "This command runs C<file> after first decompressing C<path> using C<method>."
21005 msgstr ""
21006
21007 # type: textblock
21008 #. type: textblock
21009 #: ../src/guestfs-actions.pod:7635 ../fish/guestfish-actions.pod:5034
21010 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
21011 msgstr ""
21012
21013 # type: textblock
21014 #. type: textblock
21015 #: ../src/guestfs-actions.pod:7637
21016 msgid ""
21017 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
21018 "files."
21019 msgstr ""
21020
21021 # type: textblock
21022 #. type: textblock
21023 #: ../src/guestfs-actions.pod:7643 ../fish/guestfish-actions.pod:5039
21024 msgid ""
21025 "This function is deprecated.  In new code, use the C<file> call instead."
21026 msgstr ""
21027
21028 # type: =head2
21029 #. type: =head2
21030 #: ../src/guestfs-actions.pod:7652
21031 msgid "guestfs_zgrep"
21032 msgstr ""
21033
21034 # type: verbatim
21035 #. type: verbatim
21036 #: ../src/guestfs-actions.pod:7654
21037 #, no-wrap
21038 msgid ""
21039 " char **\n"
21040 " guestfs_zgrep (guestfs_h *g,\n"
21041 "                const char *regex,\n"
21042 "                const char *path);\n"
21043 "\n"
21044 msgstr ""
21045
21046 # type: textblock
21047 #. type: textblock
21048 #: ../src/guestfs-actions.pod:7659 ../fish/guestfish-actions.pod:5050
21049 msgid ""
21050 "This calls the external C<zgrep> program and returns the matching lines."
21051 msgstr ""
21052
21053 # type: =head2
21054 #. type: =head2
21055 #: ../src/guestfs-actions.pod:7671
21056 msgid "guestfs_zgrepi"
21057 msgstr ""
21058
21059 # type: verbatim
21060 #. type: verbatim
21061 #: ../src/guestfs-actions.pod:7673
21062 #, no-wrap
21063 msgid ""
21064 " char **\n"
21065 " guestfs_zgrepi (guestfs_h *g,\n"
21066 "                 const char *regex,\n"
21067 "                 const char *path);\n"
21068 "\n"
21069 msgstr ""
21070
21071 # type: textblock
21072 #. type: textblock
21073 #: ../src/guestfs-actions.pod:7678 ../fish/guestfish-actions.pod:5060
21074 msgid ""
21075 "This calls the external C<zgrep -i> program and returns the matching lines."
21076 msgstr ""
21077
21078 # type: =item
21079 #. type: =item
21080 #: ../src/guestfs-availability.pod:3
21081 msgid "B<augeas>"
21082 msgstr ""
21083
21084 # type: textblock
21085 #. type: textblock
21086 #: ../src/guestfs-availability.pod:5
21087 msgid ""
21088 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
21089 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
21090 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
21091 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
21092 "L</guestfs_aug_save> L</guestfs_aug_set>"
21093 msgstr ""
21094
21095 # type: =item
21096 #. type: =item
21097 #: ../src/guestfs-availability.pod:21
21098 msgid "B<inotify>"
21099 msgstr ""
21100
21101 # type: textblock
21102 #. type: textblock
21103 #: ../src/guestfs-availability.pod:23
21104 msgid ""
21105 "The following functions: L</guestfs_inotify_add_watch> L</"
21106 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
21107 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
21108 msgstr ""
21109
21110 # type: =item
21111 #. type: =item
21112 #: ../src/guestfs-availability.pod:31
21113 msgid "B<linuxfsuuid>"
21114 msgstr ""
21115
21116 # type: textblock
21117 #. type: textblock
21118 #: ../src/guestfs-availability.pod:33
21119 msgid ""
21120 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
21121 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
21122 msgstr ""
21123
21124 # type: =item
21125 #. type: =item
21126 #: ../src/guestfs-availability.pod:40
21127 msgid "B<linuxmodules>"
21128 msgstr ""
21129
21130 # type: textblock
21131 #. type: textblock
21132 #: ../src/guestfs-availability.pod:42
21133 msgid "The following functions: L</guestfs_modprobe>"
21134 msgstr ""
21135
21136 # type: =item
21137 #. type: =item
21138 #: ../src/guestfs-availability.pod:45
21139 msgid "B<linuxxattrs>"
21140 msgstr ""
21141
21142 # type: textblock
21143 #. type: textblock
21144 #: ../src/guestfs-availability.pod:47
21145 msgid ""
21146 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
21147 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
21148 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
21149 "guestfs_setxattr>"
21150 msgstr ""
21151
21152 # type: =item
21153 #. type: =item
21154 #: ../src/guestfs-availability.pod:58
21155 msgid "B<luks>"
21156 msgstr ""
21157
21158 # type: textblock
21159 #. type: textblock
21160 #: ../src/guestfs-availability.pod:60
21161 msgid ""
21162 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
21163 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
21164 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
21165 msgstr ""
21166
21167 # type: =item
21168 #. type: =item
21169 #: ../src/guestfs-availability.pod:69
21170 msgid "B<lvm2>"
21171 msgstr ""
21172
21173 # type: textblock
21174 #. type: textblock
21175 #: ../src/guestfs-availability.pod:71
21176 msgid ""
21177 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
21178 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
21179 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
21180 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
21181 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
21182 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
21183 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
21184 msgstr ""
21185
21186 # type: =item
21187 #. type: =item
21188 #: ../src/guestfs-availability.pod:94
21189 msgid "B<mknod>"
21190 msgstr ""
21191
21192 # type: textblock
21193 #. type: textblock
21194 #: ../src/guestfs-availability.pod:96
21195 msgid ""
21196 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
21197 "guestfs_mknod_b> L</guestfs_mknod_c>"
21198 msgstr ""
21199
21200 # type: =item
21201 #. type: =item
21202 #: ../src/guestfs-availability.pod:102
21203 msgid "B<ntfs3g>"
21204 msgstr ""
21205
21206 # type: textblock
21207 #. type: textblock
21208 #: ../src/guestfs-availability.pod:104
21209 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
21210 msgstr ""
21211
21212 # type: =item
21213 #. type: =item
21214 #: ../src/guestfs-availability.pod:107
21215 msgid "B<ntfsprogs>"
21216 msgstr ""
21217
21218 # type: textblock
21219 #. type: textblock
21220 #: ../src/guestfs-availability.pod:109
21221 msgid ""
21222 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
21223 msgstr ""
21224
21225 # type: =item
21226 #. type: =item
21227 #: ../src/guestfs-availability.pod:113
21228 msgid "B<realpath>"
21229 msgstr ""
21230
21231 # type: textblock
21232 #. type: textblock
21233 #: ../src/guestfs-availability.pod:115
21234 msgid "The following functions: L</guestfs_realpath>"
21235 msgstr ""
21236
21237 # type: =item
21238 #. type: =item
21239 #: ../src/guestfs-availability.pod:118
21240 msgid "B<scrub>"
21241 msgstr ""
21242
21243 # type: textblock
21244 #. type: textblock
21245 #: ../src/guestfs-availability.pod:120
21246 msgid ""
21247 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
21248 "guestfs_scrub_freespace>"
21249 msgstr ""
21250
21251 # type: =item
21252 #. type: =item
21253 #: ../src/guestfs-availability.pod:125
21254 msgid "B<selinux>"
21255 msgstr ""
21256
21257 # type: textblock
21258 #. type: textblock
21259 #: ../src/guestfs-availability.pod:127
21260 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
21261 msgstr ""
21262
21263 # type: =item
21264 #. type: =item
21265 #: ../src/guestfs-availability.pod:131
21266 msgid "B<xz>"
21267 msgstr ""
21268
21269 # type: textblock
21270 #. type: textblock
21271 #: ../src/guestfs-availability.pod:133
21272 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
21273 msgstr ""
21274
21275 # type: =item
21276 #. type: =item
21277 #: ../src/guestfs-availability.pod:137
21278 msgid "B<zerofree>"
21279 msgstr ""
21280
21281 # type: textblock
21282 #. type: textblock
21283 #: ../src/guestfs-availability.pod:139
21284 msgid "The following functions: L</guestfs_zerofree>"
21285 msgstr ""
21286
21287 # type: =head2
21288 #. type: =head2
21289 #: ../src/guestfs-structs.pod:1
21290 msgid "guestfs_int_bool"
21291 msgstr ""
21292
21293 # type: verbatim
21294 #. type: verbatim
21295 #: ../src/guestfs-structs.pod:3
21296 #, no-wrap
21297 msgid ""
21298 " struct guestfs_int_bool {\n"
21299 "   int32_t i;\n"
21300 "   int32_t b;\n"
21301 " };\n"
21302 " \n"
21303 msgstr ""
21304
21305 # type: verbatim
21306 #. type: verbatim
21307 #: ../src/guestfs-structs.pod:8
21308 #, no-wrap
21309 msgid ""
21310 " struct guestfs_int_bool_list {\n"
21311 "   uint32_t len; /* Number of elements in list. */\n"
21312 "   struct guestfs_int_bool *val; /* Elements. */\n"
21313 " };\n"
21314 " \n"
21315 msgstr ""
21316
21317 # type: verbatim
21318 #. type: verbatim
21319 #: ../src/guestfs-structs.pod:13
21320 #, no-wrap
21321 msgid ""
21322 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
21323 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
21324 "\n"
21325 msgstr ""
21326
21327 # type: =head2
21328 #. type: =head2
21329 #: ../src/guestfs-structs.pod:16
21330 msgid "guestfs_lvm_pv"
21331 msgstr ""
21332
21333 # type: verbatim
21334 #. type: verbatim
21335 #: ../src/guestfs-structs.pod:18
21336 #, no-wrap
21337 msgid ""
21338 " struct guestfs_lvm_pv {\n"
21339 "   char *pv_name;\n"
21340 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21341 "   char pv_uuid[32];\n"
21342 "   char *pv_fmt;\n"
21343 "   uint64_t pv_size;\n"
21344 "   uint64_t dev_size;\n"
21345 "   uint64_t pv_free;\n"
21346 "   uint64_t pv_used;\n"
21347 "   char *pv_attr;\n"
21348 "   int64_t pv_pe_count;\n"
21349 "   int64_t pv_pe_alloc_count;\n"
21350 "   char *pv_tags;\n"
21351 "   uint64_t pe_start;\n"
21352 "   int64_t pv_mda_count;\n"
21353 "   uint64_t pv_mda_free;\n"
21354 " };\n"
21355 " \n"
21356 msgstr ""
21357
21358 # type: verbatim
21359 #. type: verbatim
21360 #: ../src/guestfs-structs.pod:36
21361 #, no-wrap
21362 msgid ""
21363 " struct guestfs_lvm_pv_list {\n"
21364 "   uint32_t len; /* Number of elements in list. */\n"
21365 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
21366 " };\n"
21367 " \n"
21368 msgstr ""
21369
21370 # type: verbatim
21371 #. type: verbatim
21372 #: ../src/guestfs-structs.pod:41
21373 #, no-wrap
21374 msgid ""
21375 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
21376 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
21377 "\n"
21378 msgstr ""
21379
21380 # type: =head2
21381 #. type: =head2
21382 #: ../src/guestfs-structs.pod:44
21383 msgid "guestfs_lvm_vg"
21384 msgstr ""
21385
21386 # type: verbatim
21387 #. type: verbatim
21388 #: ../src/guestfs-structs.pod:46
21389 #, no-wrap
21390 msgid ""
21391 " struct guestfs_lvm_vg {\n"
21392 "   char *vg_name;\n"
21393 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21394 "   char vg_uuid[32];\n"
21395 "   char *vg_fmt;\n"
21396 "   char *vg_attr;\n"
21397 "   uint64_t vg_size;\n"
21398 "   uint64_t vg_free;\n"
21399 "   char *vg_sysid;\n"
21400 "   uint64_t vg_extent_size;\n"
21401 "   int64_t vg_extent_count;\n"
21402 "   int64_t vg_free_count;\n"
21403 "   int64_t max_lv;\n"
21404 "   int64_t max_pv;\n"
21405 "   int64_t pv_count;\n"
21406 "   int64_t lv_count;\n"
21407 "   int64_t snap_count;\n"
21408 "   int64_t vg_seqno;\n"
21409 "   char *vg_tags;\n"
21410 "   int64_t vg_mda_count;\n"
21411 "   uint64_t vg_mda_free;\n"
21412 " };\n"
21413 " \n"
21414 msgstr ""
21415
21416 # type: verbatim
21417 #. type: verbatim
21418 #: ../src/guestfs-structs.pod:69
21419 #, no-wrap
21420 msgid ""
21421 " struct guestfs_lvm_vg_list {\n"
21422 "   uint32_t len; /* Number of elements in list. */\n"
21423 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
21424 " };\n"
21425 " \n"
21426 msgstr ""
21427
21428 # type: verbatim
21429 #. type: verbatim
21430 #: ../src/guestfs-structs.pod:74
21431 #, no-wrap
21432 msgid ""
21433 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
21434 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
21435 "\n"
21436 msgstr ""
21437
21438 # type: =head2
21439 #. type: =head2
21440 #: ../src/guestfs-structs.pod:77
21441 msgid "guestfs_lvm_lv"
21442 msgstr ""
21443
21444 # type: verbatim
21445 #. type: verbatim
21446 #: ../src/guestfs-structs.pod:79
21447 #, no-wrap
21448 msgid ""
21449 " struct guestfs_lvm_lv {\n"
21450 "   char *lv_name;\n"
21451 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21452 "   char lv_uuid[32];\n"
21453 "   char *lv_attr;\n"
21454 "   int64_t lv_major;\n"
21455 "   int64_t lv_minor;\n"
21456 "   int64_t lv_kernel_major;\n"
21457 "   int64_t lv_kernel_minor;\n"
21458 "   uint64_t lv_size;\n"
21459 "   int64_t seg_count;\n"
21460 "   char *origin;\n"
21461 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21462 "   float snap_percent;\n"
21463 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21464 "   float copy_percent;\n"
21465 "   char *move_pv;\n"
21466 "   char *lv_tags;\n"
21467 "   char *mirror_log;\n"
21468 "   char *modules;\n"
21469 " };\n"
21470 " \n"
21471 msgstr ""
21472
21473 # type: verbatim
21474 #. type: verbatim
21475 #: ../src/guestfs-structs.pod:101
21476 #, no-wrap
21477 msgid ""
21478 " struct guestfs_lvm_lv_list {\n"
21479 "   uint32_t len; /* Number of elements in list. */\n"
21480 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
21481 " };\n"
21482 " \n"
21483 msgstr ""
21484
21485 # type: verbatim
21486 #. type: verbatim
21487 #: ../src/guestfs-structs.pod:106
21488 #, no-wrap
21489 msgid ""
21490 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
21491 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
21492 "\n"
21493 msgstr ""
21494
21495 # type: verbatim
21496 #. type: verbatim
21497 #: ../src/guestfs-structs.pod:111
21498 #, no-wrap
21499 msgid ""
21500 " struct guestfs_stat {\n"
21501 "   int64_t dev;\n"
21502 "   int64_t ino;\n"
21503 "   int64_t mode;\n"
21504 "   int64_t nlink;\n"
21505 "   int64_t uid;\n"
21506 "   int64_t gid;\n"
21507 "   int64_t rdev;\n"
21508 "   int64_t size;\n"
21509 "   int64_t blksize;\n"
21510 "   int64_t blocks;\n"
21511 "   int64_t atime;\n"
21512 "   int64_t mtime;\n"
21513 "   int64_t ctime;\n"
21514 " };\n"
21515 " \n"
21516 msgstr ""
21517
21518 # type: verbatim
21519 #. type: verbatim
21520 #: ../src/guestfs-structs.pod:127
21521 #, no-wrap
21522 msgid ""
21523 " struct guestfs_stat_list {\n"
21524 "   uint32_t len; /* Number of elements in list. */\n"
21525 "   struct guestfs_stat *val; /* Elements. */\n"
21526 " };\n"
21527 " \n"
21528 msgstr ""
21529
21530 # type: verbatim
21531 #. type: verbatim
21532 #: ../src/guestfs-structs.pod:132
21533 #, no-wrap
21534 msgid ""
21535 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
21536 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
21537 "\n"
21538 msgstr ""
21539
21540 # type: verbatim
21541 #. type: verbatim
21542 #: ../src/guestfs-structs.pod:137
21543 #, no-wrap
21544 msgid ""
21545 " struct guestfs_statvfs {\n"
21546 "   int64_t bsize;\n"
21547 "   int64_t frsize;\n"
21548 "   int64_t blocks;\n"
21549 "   int64_t bfree;\n"
21550 "   int64_t bavail;\n"
21551 "   int64_t files;\n"
21552 "   int64_t ffree;\n"
21553 "   int64_t favail;\n"
21554 "   int64_t fsid;\n"
21555 "   int64_t flag;\n"
21556 "   int64_t namemax;\n"
21557 " };\n"
21558 " \n"
21559 msgstr ""
21560
21561 # type: verbatim
21562 #. type: verbatim
21563 #: ../src/guestfs-structs.pod:151
21564 #, no-wrap
21565 msgid ""
21566 " struct guestfs_statvfs_list {\n"
21567 "   uint32_t len; /* Number of elements in list. */\n"
21568 "   struct guestfs_statvfs *val; /* Elements. */\n"
21569 " };\n"
21570 " \n"
21571 msgstr ""
21572
21573 # type: verbatim
21574 #. type: verbatim
21575 #: ../src/guestfs-structs.pod:156
21576 #, no-wrap
21577 msgid ""
21578 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
21579 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
21580 "\n"
21581 msgstr ""
21582
21583 # type: =head2
21584 #. type: =head2
21585 #: ../src/guestfs-structs.pod:159
21586 msgid "guestfs_dirent"
21587 msgstr ""
21588
21589 # type: verbatim
21590 #. type: verbatim
21591 #: ../src/guestfs-structs.pod:161
21592 #, no-wrap
21593 msgid ""
21594 " struct guestfs_dirent {\n"
21595 "   int64_t ino;\n"
21596 "   char ftyp;\n"
21597 "   char *name;\n"
21598 " };\n"
21599 " \n"
21600 msgstr ""
21601
21602 # type: verbatim
21603 #. type: verbatim
21604 #: ../src/guestfs-structs.pod:167
21605 #, no-wrap
21606 msgid ""
21607 " struct guestfs_dirent_list {\n"
21608 "   uint32_t len; /* Number of elements in list. */\n"
21609 "   struct guestfs_dirent *val; /* Elements. */\n"
21610 " };\n"
21611 " \n"
21612 msgstr ""
21613
21614 # type: verbatim
21615 #. type: verbatim
21616 #: ../src/guestfs-structs.pod:172
21617 #, no-wrap
21618 msgid ""
21619 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
21620 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
21621 "\n"
21622 msgstr ""
21623
21624 # type: verbatim
21625 #. type: verbatim
21626 #: ../src/guestfs-structs.pod:177
21627 #, no-wrap
21628 msgid ""
21629 " struct guestfs_version {\n"
21630 "   int64_t major;\n"
21631 "   int64_t minor;\n"
21632 "   int64_t release;\n"
21633 "   char *extra;\n"
21634 " };\n"
21635 " \n"
21636 msgstr ""
21637
21638 # type: verbatim
21639 #. type: verbatim
21640 #: ../src/guestfs-structs.pod:184
21641 #, no-wrap
21642 msgid ""
21643 " struct guestfs_version_list {\n"
21644 "   uint32_t len; /* Number of elements in list. */\n"
21645 "   struct guestfs_version *val; /* Elements. */\n"
21646 " };\n"
21647 " \n"
21648 msgstr ""
21649
21650 # type: verbatim
21651 #. type: verbatim
21652 #: ../src/guestfs-structs.pod:189
21653 #, no-wrap
21654 msgid ""
21655 " void guestfs_free_version (struct guestfs_free_version *);\n"
21656 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
21657 "\n"
21658 msgstr ""
21659
21660 # type: =head2
21661 #. type: =head2
21662 #: ../src/guestfs-structs.pod:192
21663 msgid "guestfs_xattr"
21664 msgstr ""
21665
21666 # type: verbatim
21667 #. type: verbatim
21668 #: ../src/guestfs-structs.pod:194
21669 #, no-wrap
21670 msgid ""
21671 " struct guestfs_xattr {\n"
21672 "   char *attrname;\n"
21673 "   /* The next two fields describe a byte array. */\n"
21674 "   uint32_t attrval_len;\n"
21675 "   char *attrval;\n"
21676 " };\n"
21677 " \n"
21678 msgstr ""
21679
21680 # type: verbatim
21681 #. type: verbatim
21682 #: ../src/guestfs-structs.pod:201
21683 #, no-wrap
21684 msgid ""
21685 " struct guestfs_xattr_list {\n"
21686 "   uint32_t len; /* Number of elements in list. */\n"
21687 "   struct guestfs_xattr *val; /* Elements. */\n"
21688 " };\n"
21689 " \n"
21690 msgstr ""
21691
21692 # type: verbatim
21693 #. type: verbatim
21694 #: ../src/guestfs-structs.pod:206
21695 #, no-wrap
21696 msgid ""
21697 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
21698 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
21699 "\n"
21700 msgstr ""
21701
21702 # type: =head2
21703 #. type: =head2
21704 #: ../src/guestfs-structs.pod:209
21705 msgid "guestfs_inotify_event"
21706 msgstr ""
21707
21708 # type: verbatim
21709 #. type: verbatim
21710 #: ../src/guestfs-structs.pod:211
21711 #, no-wrap
21712 msgid ""
21713 " struct guestfs_inotify_event {\n"
21714 "   int64_t in_wd;\n"
21715 "   uint32_t in_mask;\n"
21716 "   uint32_t in_cookie;\n"
21717 "   char *in_name;\n"
21718 " };\n"
21719 " \n"
21720 msgstr ""
21721
21722 # type: verbatim
21723 #. type: verbatim
21724 #: ../src/guestfs-structs.pod:218
21725 #, no-wrap
21726 msgid ""
21727 " struct guestfs_inotify_event_list {\n"
21728 "   uint32_t len; /* Number of elements in list. */\n"
21729 "   struct guestfs_inotify_event *val; /* Elements. */\n"
21730 " };\n"
21731 " \n"
21732 msgstr ""
21733
21734 # type: verbatim
21735 #. type: verbatim
21736 #: ../src/guestfs-structs.pod:223
21737 #, no-wrap
21738 msgid ""
21739 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
21740 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
21741 "\n"
21742 msgstr ""
21743
21744 # type: =head2
21745 #. type: =head2
21746 #: ../src/guestfs-structs.pod:226
21747 msgid "guestfs_partition"
21748 msgstr ""
21749
21750 # type: verbatim
21751 #. type: verbatim
21752 #: ../src/guestfs-structs.pod:228
21753 #, no-wrap
21754 msgid ""
21755 " struct guestfs_partition {\n"
21756 "   int32_t part_num;\n"
21757 "   uint64_t part_start;\n"
21758 "   uint64_t part_end;\n"
21759 "   uint64_t part_size;\n"
21760 " };\n"
21761 " \n"
21762 msgstr ""
21763
21764 # type: verbatim
21765 #. type: verbatim
21766 #: ../src/guestfs-structs.pod:235
21767 #, no-wrap
21768 msgid ""
21769 " struct guestfs_partition_list {\n"
21770 "   uint32_t len; /* Number of elements in list. */\n"
21771 "   struct guestfs_partition *val; /* Elements. */\n"
21772 " };\n"
21773 " \n"
21774 msgstr ""
21775
21776 # type: verbatim
21777 #. type: verbatim
21778 #: ../src/guestfs-structs.pod:240
21779 #, no-wrap
21780 msgid ""
21781 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
21782 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
21783 "\n"
21784 msgstr ""
21785
21786 # type: =head2
21787 #. type: =head2
21788 #: ../src/guestfs-structs.pod:243
21789 msgid "guestfs_application"
21790 msgstr ""
21791
21792 # type: verbatim
21793 #. type: verbatim
21794 #: ../src/guestfs-structs.pod:245
21795 #, no-wrap
21796 msgid ""
21797 " struct guestfs_application {\n"
21798 "   char *app_name;\n"
21799 "   char *app_display_name;\n"
21800 "   int32_t app_epoch;\n"
21801 "   char *app_version;\n"
21802 "   char *app_release;\n"
21803 "   char *app_install_path;\n"
21804 "   char *app_trans_path;\n"
21805 "   char *app_publisher;\n"
21806 "   char *app_url;\n"
21807 "   char *app_source_package;\n"
21808 "   char *app_summary;\n"
21809 "   char *app_description;\n"
21810 " };\n"
21811 " \n"
21812 msgstr ""
21813
21814 # type: verbatim
21815 #. type: verbatim
21816 #: ../src/guestfs-structs.pod:260
21817 #, no-wrap
21818 msgid ""
21819 " struct guestfs_application_list {\n"
21820 "   uint32_t len; /* Number of elements in list. */\n"
21821 "   struct guestfs_application *val; /* Elements. */\n"
21822 " };\n"
21823 " \n"
21824 msgstr ""
21825
21826 # type: verbatim
21827 #. type: verbatim
21828 #: ../src/guestfs-structs.pod:265
21829 #, no-wrap
21830 msgid ""
21831 " void guestfs_free_application (struct guestfs_free_application *);\n"
21832 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
21833 "\n"
21834 msgstr ""
21835
21836 # type: textblock
21837 #. type: textblock
21838 #: ../fish/guestfish.pod:5
21839 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
21840 msgstr ""
21841
21842 # type: verbatim
21843 #. type: verbatim
21844 #: ../fish/guestfish.pod:9
21845 #, no-wrap
21846 msgid ""
21847 " guestfish [--options] [commands]\n"
21848 "\n"
21849 msgstr ""
21850
21851 # type: verbatim
21852 #. type: verbatim
21853 #: ../fish/guestfish.pod:11
21854 #, no-wrap
21855 msgid ""
21856 " guestfish\n"
21857 "\n"
21858 msgstr ""
21859
21860 # type: verbatim
21861 #. type: verbatim
21862 #: ../fish/guestfish.pod:13
21863 #, no-wrap
21864 msgid ""
21865 " guestfish [--ro|--rw] -a disk.img\n"
21866 "\n"
21867 msgstr ""
21868
21869 # type: verbatim
21870 #. type: verbatim
21871 #: ../fish/guestfish.pod:15
21872 #, no-wrap
21873 msgid ""
21874 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
21875 "\n"
21876 msgstr ""
21877
21878 # type: verbatim
21879 #. type: verbatim
21880 #: ../fish/guestfish.pod:17
21881 #, no-wrap
21882 msgid ""
21883 " guestfish -d libvirt-domain\n"
21884 "\n"
21885 msgstr ""
21886
21887 # type: verbatim
21888 #. type: verbatim
21889 #: ../fish/guestfish.pod:19
21890 #, no-wrap
21891 msgid ""
21892 " guestfish [--ro|--rw] -a disk.img -i\n"
21893 "\n"
21894 msgstr ""
21895
21896 # type: verbatim
21897 #. type: verbatim
21898 #: ../fish/guestfish.pod:21
21899 #, no-wrap
21900 msgid ""
21901 " guestfish -d libvirt-domain -i\n"
21902 "\n"
21903 msgstr ""
21904
21905 # type: =head1
21906 #. type: =head1
21907 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15
21908 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
21909 msgid "WARNING"
21910 msgstr ""
21911
21912 # type: textblock
21913 #. type: textblock
21914 #: ../fish/guestfish.pod:25
21915 msgid ""
21916 "Using guestfish in read/write mode on live virtual machines can be "
21917 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
21918 "option to use guestfish safely if the disk image or virtual machine might be "
21919 "live."
21920 msgstr ""
21921
21922 # type: textblock
21923 #. type: textblock
21924 #: ../fish/guestfish.pod:32
21925 msgid ""
21926 "Guestfish is a shell and command-line tool for examining and modifying "
21927 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
21928 "functionality of the guestfs API, see L<guestfs(3)>."
21929 msgstr ""
21930
21931 # type: textblock
21932 #. type: textblock
21933 #: ../fish/guestfish.pod:36
21934 msgid ""
21935 "Guestfish gives you structured access to the libguestfs API, from shell "
21936 "scripts or the command line or interactively.  If you want to rescue a "
21937 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
21938 "command."
21939 msgstr ""
21940
21941 # type: =head1
21942 #. type: =head1
21943 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:949
21944 #: ../fuse/guestmount.pod:39 ../tools/virt-tar.pl:50
21945 msgid "EXAMPLES"
21946 msgstr ""
21947
21948 # type: =head2
21949 #. type: =head2
21950 #: ../fish/guestfish.pod:43
21951 msgid "As an interactive shell"
21952 msgstr ""
21953
21954 # type: verbatim
21955 #. type: verbatim
21956 #: ../fish/guestfish.pod:45
21957 #, no-wrap
21958 msgid ""
21959 " $ guestfish\n"
21960 " \n"
21961 msgstr ""
21962
21963 # type: verbatim
21964 #. type: verbatim
21965 #: ../fish/guestfish.pod:47
21966 #, no-wrap
21967 msgid ""
21968 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
21969 " editing virtual machine filesystems.\n"
21970 " \n"
21971 msgstr ""
21972
21973 # type: verbatim
21974 #. type: verbatim
21975 #: ../fish/guestfish.pod:50
21976 #, no-wrap
21977 msgid ""
21978 " Type: 'help' for a list of commands\n"
21979 "       'man' to read the manual\n"
21980 "       'quit' to quit the shell\n"
21981 " \n"
21982 msgstr ""
21983
21984 # type: verbatim
21985 #. type: verbatim
21986 #: ../fish/guestfish.pod:54
21987 #, no-wrap
21988 msgid ""
21989 " ><fs> add-ro disk.img\n"
21990 " ><fs> run\n"
21991 " ><fs> list-filesystems\n"
21992 " /dev/sda1: ext4\n"
21993 " /dev/vg_guest/lv_root: ext4\n"
21994 " /dev/vg_guest/lv_swap: swap\n"
21995 " ><fs> mount /dev/vg_guest/lv_root /\n"
21996 " ><fs> cat /etc/fstab\n"
21997 " # /etc/fstab\n"
21998 " # Created by anaconda\n"
21999 " [...]\n"
22000 " ><fs> exit\n"
22001 "\n"
22002 msgstr ""
22003
22004 # type: =head2
22005 #. type: =head2
22006 #: ../fish/guestfish.pod:67
22007 msgid "From shell scripts"
22008 msgstr ""
22009
22010 # type: textblock
22011 #. type: textblock
22012 #: ../fish/guestfish.pod:69
22013 msgid "Create a new C</etc/motd> file in a guest or disk image:"
22014 msgstr ""
22015
22016 # type: verbatim
22017 #. type: verbatim
22018 #: ../fish/guestfish.pod:71
22019 #, no-wrap
22020 msgid ""
22021 " guestfish <<_EOF_\n"
22022 " add disk.img\n"
22023 " run\n"
22024 " mount /dev/vg_guest/lv_root /\n"
22025 " write /etc/motd \"Welcome, new users\"\n"
22026 " _EOF_\n"
22027 "\n"
22028 msgstr ""
22029
22030 # type: textblock
22031 #. type: textblock
22032 #: ../fish/guestfish.pod:78
22033 msgid "List the LVM logical volumes in a disk image:"
22034 msgstr ""
22035
22036 # type: verbatim
22037 #. type: verbatim
22038 #: ../fish/guestfish.pod:80
22039 #, no-wrap
22040 msgid ""
22041 " guestfish -a disk.img --ro <<_EOF_\n"
22042 " run\n"
22043 " lvs\n"
22044 " _EOF_\n"
22045 "\n"
22046 msgstr ""
22047
22048 # type: textblock
22049 #. type: textblock
22050 #: ../fish/guestfish.pod:85
22051 msgid "List all the filesystems in a disk image:"
22052 msgstr ""
22053
22054 # type: verbatim
22055 #. type: verbatim
22056 #: ../fish/guestfish.pod:87
22057 #, no-wrap
22058 msgid ""
22059 " guestfish -a disk.img --ro <<_EOF_\n"
22060 " run\n"
22061 " list-filesystems\n"
22062 " _EOF_\n"
22063 "\n"
22064 msgstr ""
22065
22066 # type: =head2
22067 #. type: =head2
22068 #: ../fish/guestfish.pod:92
22069 msgid "On one command line"
22070 msgstr ""
22071
22072 # type: textblock
22073 #. type: textblock
22074 #: ../fish/guestfish.pod:94
22075 msgid "Update C</etc/resolv.conf> in a guest:"
22076 msgstr ""
22077
22078 # type: verbatim
22079 #. type: verbatim
22080 #: ../fish/guestfish.pod:96
22081 #, no-wrap
22082 msgid ""
22083 " guestfish \\\n"
22084 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
22085 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
22086 "\n"
22087 msgstr ""
22088
22089 # type: textblock
22090 #. type: textblock
22091 #: ../fish/guestfish.pod:100
22092 msgid "Edit C</boot/grub/grub.conf> interactively:"
22093 msgstr ""
22094
22095 # type: verbatim
22096 #. type: verbatim
22097 #: ../fish/guestfish.pod:102
22098 #, no-wrap
22099 msgid ""
22100 " guestfish --rw --add disk.img \\\n"
22101 "   --mount /dev/vg_guest/lv_root \\\n"
22102 "   --mount /dev/sda1:/boot \\\n"
22103 "   edit /boot/grub/grub.conf\n"
22104 "\n"
22105 msgstr ""
22106
22107 # type: =head2
22108 #. type: =head2
22109 #: ../fish/guestfish.pod:107
22110 msgid "Mount disks automatically"
22111 msgstr ""
22112
22113 # type: textblock
22114 #. type: textblock
22115 #: ../fish/guestfish.pod:109
22116 msgid ""
22117 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
22118 msgstr ""
22119
22120 # type: verbatim
22121 #. type: verbatim
22122 #: ../fish/guestfish.pod:112
22123 #, no-wrap
22124 msgid ""
22125 " guestfish --ro -a disk.img -i cat /etc/group\n"
22126 "\n"
22127 msgstr ""
22128
22129 # type: verbatim
22130 #. type: verbatim
22131 #: ../fish/guestfish.pod:114
22132 #, no-wrap
22133 msgid ""
22134 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
22135 "\n"
22136 msgstr ""
22137
22138 # type: textblock
22139 #. type: textblock
22140 #: ../fish/guestfish.pod:116
22141 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
22142 msgstr ""
22143
22144 # type: verbatim
22145 #. type: verbatim
22146 #: ../fish/guestfish.pod:118
22147 #, no-wrap
22148 msgid ""
22149 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
22150 "\n"
22151 msgstr ""
22152
22153 # type: =head2
22154 #. type: =head2
22155 #: ../fish/guestfish.pod:120
22156 msgid "As a script interpreter"
22157 msgstr ""
22158
22159 # type: textblock
22160 #. type: textblock
22161 #: ../fish/guestfish.pod:122
22162 msgid "Create a 100MB disk containing an ext2-formatted partition:"
22163 msgstr ""
22164
22165 # type: verbatim
22166 #. type: verbatim
22167 #: ../fish/guestfish.pod:124
22168 #, no-wrap
22169 msgid ""
22170 " #!/usr/bin/guestfish -f\n"
22171 " sparse test1.img 100M\n"
22172 " run\n"
22173 " part-disk /dev/sda mbr\n"
22174 " mkfs ext2 /dev/sda1\n"
22175 "\n"
22176 msgstr ""
22177
22178 # type: =head2
22179 #. type: =head2
22180 #: ../fish/guestfish.pod:130
22181 msgid "Start with a prepared disk"
22182 msgstr ""
22183
22184 # type: textblock
22185 #. type: textblock
22186 #: ../fish/guestfish.pod:132
22187 msgid ""
22188 "An alternate way to create a 100MB disk called C<test1.img> containing a "
22189 "single ext2-formatted partition:"
22190 msgstr ""
22191
22192 # type: verbatim
22193 #. type: verbatim
22194 #: ../fish/guestfish.pod:135
22195 #, no-wrap
22196 msgid ""
22197 " guestfish -N fs\n"
22198 "\n"
22199 msgstr ""
22200
22201 # type: textblock
22202 #. type: textblock
22203 #: ../fish/guestfish.pod:137
22204 msgid "To list what is available do:"
22205 msgstr ""
22206
22207 # type: verbatim
22208 #. type: verbatim
22209 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:940
22210 #, no-wrap
22211 msgid ""
22212 " guestfish -N help | less\n"
22213 "\n"
22214 msgstr ""
22215
22216 # type: =head2
22217 #. type: =head2
22218 #: ../fish/guestfish.pod:141
22219 msgid "Remote control"
22220 msgstr ""
22221
22222 # type: verbatim
22223 #. type: verbatim
22224 #: ../fish/guestfish.pod:143
22225 #, no-wrap
22226 msgid ""
22227 " eval \"`guestfish --listen`\"\n"
22228 " guestfish --remote add-ro disk.img\n"
22229 " guestfish --remote run\n"
22230 " guestfish --remote lvs\n"
22231 "\n"
22232 msgstr ""
22233
22234 # type: =head1
22235 #. type: =head1
22236 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
22237 #: ../fuse/guestmount.pod:83 ../tools/virt-win-reg.pl:96
22238 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
22239 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
22240 msgid "OPTIONS"
22241 msgstr ""
22242
22243 # type: =item
22244 #. type: =item
22245 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:143
22246 #: ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61
22247 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
22248 #: ../tools/virt-list-partitions.pl:62
22249 msgid "B<--help>"
22250 msgstr ""
22251
22252 # type: textblock
22253 #. type: textblock
22254 #: ../fish/guestfish.pod:154
22255 msgid "Displays general help on options."
22256 msgstr ""
22257
22258 # type: =item
22259 #. type: =item
22260 #: ../fish/guestfish.pod:156
22261 msgid "B<-h>"
22262 msgstr ""
22263
22264 # type: =item
22265 #. type: =item
22266 #: ../fish/guestfish.pod:158
22267 msgid "B<--cmd-help>"
22268 msgstr ""
22269
22270 # type: textblock
22271 #. type: textblock
22272 #: ../fish/guestfish.pod:160
22273 msgid "Lists all available guestfish commands."
22274 msgstr ""
22275
22276 # type: =item
22277 #. type: =item
22278 #: ../fish/guestfish.pod:162
22279 msgid "B<-h cmd>"
22280 msgstr ""
22281
22282 # type: =item
22283 #. type: =item
22284 #: ../fish/guestfish.pod:164
22285 msgid "B<--cmd-help cmd>"
22286 msgstr ""
22287
22288 # type: textblock
22289 #. type: textblock
22290 #: ../fish/guestfish.pod:166
22291 msgid "Displays detailed help on a single command C<cmd>."
22292 msgstr ""
22293
22294 # type: =item
22295 #. type: =item
22296 #: ../fish/guestfish.pod:168
22297 msgid "B<-a image>"
22298 msgstr ""
22299
22300 # type: =item
22301 #. type: =item
22302 #: ../fish/guestfish.pod:170
22303 msgid "B<--add image>"
22304 msgstr ""
22305
22306 # type: textblock
22307 #. type: textblock
22308 #: ../fish/guestfish.pod:172
22309 msgid "Add a block device or virtual machine image to the shell."
22310 msgstr ""
22311
22312 # type: textblock
22313 #. type: textblock
22314 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
22315 msgid ""
22316 "The format of the disk image is auto-detected.  To override this and force a "
22317 "particular format use the I<--format=..> option."
22318 msgstr ""
22319
22320 #. type: textblock
22321 #: ../fish/guestfish.pod:177
22322 msgid ""
22323 "Using this flag is mostly equivalent to using the C<add> command, with "
22324 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
22325 "the I<--format=...> flag was given."
22326 msgstr ""
22327
22328 # type: =item
22329 #. type: =item
22330 #: ../fish/guestfish.pod:181
22331 msgid "B<-c URI>"
22332 msgstr ""
22333
22334 # type: =item
22335 #. type: =item
22336 #: ../fish/guestfish.pod:183
22337 msgid "B<--connect URI>"
22338 msgstr ""
22339
22340 # type: textblock
22341 #. type: textblock
22342 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
22343 msgid ""
22344 "When used in conjunction with the I<-d> option, this specifies the libvirt "
22345 "URI to use.  The default is to use the default libvirt connection."
22346 msgstr ""
22347
22348 # type: =item
22349 #. type: =item
22350 #: ../fish/guestfish.pod:189
22351 msgid "B<--csh>"
22352 msgstr ""
22353
22354 # type: textblock
22355 #. type: textblock
22356 #: ../fish/guestfish.pod:191
22357 msgid ""
22358 "If using the I<--listen> option and a csh-like shell, use this option.  See "
22359 "section L</REMOTE CONTROL AND CSH> below."
22360 msgstr ""
22361
22362 # type: =item
22363 #. type: =item
22364 #: ../fish/guestfish.pod:194
22365 msgid "B<-d libvirt-domain>"
22366 msgstr ""
22367
22368 # type: =item
22369 #. type: =item
22370 #: ../fish/guestfish.pod:196
22371 msgid "B<--domain libvirt-domain>"
22372 msgstr ""
22373
22374 # type: textblock
22375 #. type: textblock
22376 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
22377 msgid ""
22378 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
22379 "used, then any libvirt domain can be used.  However in write mode, only "
22380 "libvirt domains which are shut down can be named here."
22381 msgstr ""
22382
22383 #. type: textblock
22384 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:106
22385 msgid "Domain UUIDs can be used instead of names."
22386 msgstr ""
22387
22388 # type: textblock
22389 #. type: textblock
22390 #: ../fish/guestfish.pod:204
22391 msgid ""
22392 "Using this flag is mostly equivalent to using the C<add-domain> command, "
22393 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
22394 "if the I<--format:...> flag was given."
22395 msgstr ""
22396
22397 # type: =item
22398 #. type: =item
22399 #: ../fish/guestfish.pod:208
22400 msgid "B<-D>"
22401 msgstr ""
22402
22403 # type: =item
22404 #. type: =item
22405 #: ../fish/guestfish.pod:210
22406 msgid "B<--no-dest-paths>"
22407 msgstr ""
22408
22409 # type: textblock
22410 #. type: textblock
22411 #: ../fish/guestfish.pod:212
22412 msgid ""
22413 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
22414 "to hit the tab key to complete paths on the guest filesystem, but this "
22415 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
22416 "allow this feature to be disabled."
22417 msgstr ""
22418
22419 # type: =item
22420 #. type: =item
22421 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
22422 msgid "B<--echo-keys>"
22423 msgstr ""
22424
22425 # type: textblock
22426 #. type: textblock
22427 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:122
22428 msgid ""
22429 "When prompting for keys and passphrases, guestfish normally turns echoing "
22430 "off so you cannot see what you are typing.  If you are not worried about "
22431 "Tempest attacks and there is no one else in the room you can specify this "
22432 "flag to see what you are typing."
22433 msgstr ""
22434
22435 # type: =item
22436 #. type: =item
22437 #: ../fish/guestfish.pod:224
22438 msgid "B<-f file>"
22439 msgstr ""
22440
22441 # type: =item
22442 #. type: =item
22443 #: ../fish/guestfish.pod:226
22444 msgid "B<--file file>"
22445 msgstr ""
22446
22447 # type: textblock
22448 #. type: textblock
22449 #: ../fish/guestfish.pod:228
22450 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
22451 msgstr ""
22452
22453 # type: verbatim
22454 #. type: verbatim
22455 #: ../fish/guestfish.pod:231
22456 #, no-wrap
22457 msgid ""
22458 " #!/usr/bin/guestfish -f\n"
22459 "\n"
22460 msgstr ""
22461
22462 # type: =item
22463 #. type: =item
22464 #: ../fish/guestfish.pod:233
22465 msgid "B<--format=raw|qcow2|..>"
22466 msgstr ""
22467
22468 # type: =item
22469 #. type: =item
22470 #: ../fish/guestfish.pod:235
22471 msgid "B<--format>"
22472 msgstr ""
22473
22474 # type: textblock
22475 #. type: textblock
22476 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:129
22477 msgid ""
22478 "The default for the I<-a> option is to auto-detect the format of the disk "
22479 "image.  Using this forces the disk format for I<-a> options which follow on "
22480 "the command line.  Using I<--format> with no argument switches back to auto-"
22481 "detection for subsequent I<-a> options."
22482 msgstr ""
22483
22484 # type: verbatim
22485 #. type: verbatim
22486 #: ../fish/guestfish.pod:244
22487 #, no-wrap
22488 msgid ""
22489 " guestfish --format=raw -a disk.img\n"
22490 "\n"
22491 msgstr ""
22492
22493 # type: textblock
22494 #. type: textblock
22495 #: ../fish/guestfish.pod:246
22496 msgid "forces raw format (no auto-detection) for C<disk.img>."
22497 msgstr ""
22498
22499 # type: verbatim
22500 #. type: verbatim
22501 #: ../fish/guestfish.pod:248
22502 #, no-wrap
22503 msgid ""
22504 " guestfish --format=raw -a disk.img --format -a another.img\n"
22505 "\n"
22506 msgstr ""
22507
22508 # type: textblock
22509 #. type: textblock
22510 #: ../fish/guestfish.pod:250
22511 msgid ""
22512 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
22513 "detection for C<another.img>."
22514 msgstr ""
22515
22516 # type: textblock
22517 #. type: textblock
22518 #: ../fish/guestfish.pod:253
22519 msgid ""
22520 "If you have untrusted raw-format guest disk images, you should use this "
22521 "option to specify the disk format.  This avoids a possible security problem "
22522 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
22523 msgstr ""
22524
22525 # type: =item
22526 #. type: =item
22527 #: ../fish/guestfish.pod:258
22528 msgid "B<-i>"
22529 msgstr ""
22530
22531 # type: =item
22532 #. type: =item
22533 #: ../fish/guestfish.pod:260
22534 msgid "B<--inspector>"
22535 msgstr ""
22536
22537 # type: textblock
22538 #. type: textblock
22539 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:149
22540 msgid ""
22541 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
22542 "system and mount filesystems as they would be mounted on the real virtual "
22543 "machine."
22544 msgstr ""
22545
22546 # type: textblock
22547 #. type: textblock
22548 #: ../fish/guestfish.pod:266
22549 msgid "Typical usage is either:"
22550 msgstr ""
22551
22552 # type: verbatim
22553 #. type: verbatim
22554 #: ../fish/guestfish.pod:268
22555 #, no-wrap
22556 msgid ""
22557 " guestfish -d myguest -i\n"
22558 "\n"
22559 msgstr ""
22560
22561 # type: textblock
22562 #. type: textblock
22563 #: ../fish/guestfish.pod:270
22564 msgid "(for an inactive libvirt domain called I<myguest>), or:"
22565 msgstr ""
22566
22567 # type: verbatim
22568 #. type: verbatim
22569 #: ../fish/guestfish.pod:272
22570 #, no-wrap
22571 msgid ""
22572 " guestfish --ro -d myguest -i\n"
22573 "\n"
22574 msgstr ""
22575
22576 # type: textblock
22577 #. type: textblock
22578 #: ../fish/guestfish.pod:274
22579 msgid "(for active domains, readonly), or specify the block device directly:"
22580 msgstr ""
22581
22582 # type: verbatim
22583 #. type: verbatim
22584 #: ../fish/guestfish.pod:276
22585 #, no-wrap
22586 msgid ""
22587 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
22588 "\n"
22589 msgstr ""
22590
22591 # type: textblock
22592 #. type: textblock
22593 #: ../fish/guestfish.pod:278
22594 msgid ""
22595 "Note that the command line syntax changed slightly over older versions of "
22596 "guestfish.  You can still use the old syntax:"
22597 msgstr ""
22598
22599 # type: verbatim
22600 #. type: verbatim
22601 #: ../fish/guestfish.pod:281
22602 #, no-wrap
22603 msgid ""
22604 " guestfish [--ro] -i disk.img\n"
22605 "\n"
22606 msgstr ""
22607
22608 # type: verbatim
22609 #. type: verbatim
22610 #: ../fish/guestfish.pod:283
22611 #, no-wrap
22612 msgid ""
22613 " guestfish [--ro] -i libvirt-domain\n"
22614 "\n"
22615 msgstr ""
22616
22617 # type: textblock
22618 #. type: textblock
22619 #: ../fish/guestfish.pod:285
22620 msgid ""
22621 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
22622 "then using other commands to mount the filesystems that were found."
22623 msgstr ""
22624
22625 # type: =item
22626 #. type: =item
22627 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
22628 msgid "B<--keys-from-stdin>"
22629 msgstr ""
22630
22631 # type: textblock
22632 #. type: textblock
22633 #: ../fish/guestfish.pod:291 ../fuse/guestmount.pod:155
22634 msgid ""
22635 "Read key or passphrase parameters from stdin.  The default is to try to read "
22636 "passphrases from the user by opening C</dev/tty>."
22637 msgstr ""
22638
22639 # type: =item
22640 #. type: =item
22641 #: ../fish/guestfish.pod:294
22642 msgid "B<--listen>"
22643 msgstr ""
22644
22645 # type: textblock
22646 #. type: textblock
22647 #: ../fish/guestfish.pod:296
22648 msgid ""
22649 "Fork into the background and listen for remote commands.  See section L</"
22650 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
22651 msgstr ""
22652
22653 #. type: =item
22654 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
22655 msgid "B<--live>"
22656 msgstr ""
22657
22658 #. type: textblock
22659 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:160
22660 msgid ""
22661 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
22662 "ATTACHING TO RUNNING DAEMONS>)."
22663 msgstr ""
22664
22665 #. type: =item
22666 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
22667 msgid "B<-m dev[:mountpoint[:options]]>"
22668 msgstr ""
22669
22670 #. type: =item
22671 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:165
22672 msgid "B<--mount dev[:mountpoint[:options]]>"
22673 msgstr ""
22674
22675 # type: textblock
22676 #. type: textblock
22677 #: ../fish/guestfish.pod:308
22678 msgid "Mount the named partition or logical volume on the given mountpoint."
22679 msgstr ""
22680
22681 # type: textblock
22682 #. type: textblock
22683 #: ../fish/guestfish.pod:310
22684 msgid "If the mountpoint is omitted, it defaults to C</>."
22685 msgstr ""
22686
22687 # type: textblock
22688 #. type: textblock
22689 #: ../fish/guestfish.pod:312
22690 msgid "You have to mount something on C</> before most commands will work."
22691 msgstr ""
22692
22693 # type: textblock
22694 #. type: textblock
22695 #: ../fish/guestfish.pod:314
22696 msgid ""
22697 "If any I<-m> or I<--mount> options are given, the guest is automatically "
22698 "launched."
22699 msgstr ""
22700
22701 # type: textblock
22702 #. type: textblock
22703 #: ../fish/guestfish.pod:317
22704 msgid ""
22705 "If you don't know what filesystems a disk image contains, you can either run "
22706 "guestfish without this option, then list the partitions, filesystems and LVs "
22707 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
22708 "commands), or you can use the L<virt-filesystems(1)> program."
22709 msgstr ""
22710
22711 #. type: textblock
22712 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:173
22713 msgid ""
22714 "The third (and rarely used) part of the mount parameter is the list of mount "
22715 "options used to mount the underlying filesystem.  If this is not given, then "
22716 "the mount options are either the empty string or C<ro> (the latter if the "
22717 "I<--ro> flag is used).  By specifying the mount options, you override this "
22718 "default choice.  Probably the only time you would use this is to enable ACLs "
22719 "and/or extended attributes if the filesystem can support them:"
22720 msgstr ""
22721
22722 #. type: verbatim
22723 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:181
22724 #, no-wrap
22725 msgid ""
22726 " -m /dev/sda1:/:acl,user_xattr\n"
22727 "\n"
22728 msgstr ""
22729
22730 #. type: textblock
22731 #: ../fish/guestfish.pod:333
22732 msgid "Using this flag is equivalent to using the C<mount-options> command."
22733 msgstr ""
22734
22735 # type: =item
22736 #. type: =item
22737 #: ../fish/guestfish.pod:335
22738 msgid "B<-n>"
22739 msgstr ""
22740
22741 # type: =item
22742 #. type: =item
22743 #: ../fish/guestfish.pod:337
22744 msgid "B<--no-sync>"
22745 msgstr ""
22746
22747 # type: textblock
22748 #. type: textblock
22749 #: ../fish/guestfish.pod:339
22750 msgid ""
22751 "Disable autosync.  This is enabled by default.  See the discussion of "
22752 "autosync in the L<guestfs(3)> manpage."
22753 msgstr ""
22754
22755 # type: =item
22756 #. type: =item
22757 #: ../fish/guestfish.pod:342
22758 msgid "B<-N type>"
22759 msgstr ""
22760
22761 # type: =item
22762 #. type: =item
22763 #: ../fish/guestfish.pod:344
22764 msgid "B<--new type>"
22765 msgstr ""
22766
22767 # type: =item
22768 #. type: =item
22769 #: ../fish/guestfish.pod:346
22770 msgid "B<-N help>"
22771 msgstr ""
22772
22773 # type: textblock
22774 #. type: textblock
22775 #: ../fish/guestfish.pod:348
22776 msgid ""
22777 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
22778 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
22779 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
22780 "IMAGES> below."
22781 msgstr ""
22782
22783 # type: =item
22784 #. type: =item
22785 #: ../fish/guestfish.pod:353
22786 msgid "B<--progress-bars>"
22787 msgstr ""
22788
22789 # type: textblock
22790 #. type: textblock
22791 #: ../fish/guestfish.pod:355
22792 msgid "Enable progress bars, even when guestfish is used non-interactively."
22793 msgstr ""
22794
22795 # type: textblock
22796 #. type: textblock
22797 #: ../fish/guestfish.pod:357
22798 msgid ""
22799 "Progress bars are enabled by default when guestfish is used as an "
22800 "interactive shell."
22801 msgstr ""
22802
22803 # type: =item
22804 #. type: =item
22805 #: ../fish/guestfish.pod:360
22806 msgid "B<--no-progress-bars>"
22807 msgstr ""
22808
22809 # type: textblock
22810 #. type: textblock
22811 #: ../fish/guestfish.pod:362
22812 msgid "Disable progress bars."
22813 msgstr ""
22814
22815 # type: =item
22816 #. type: =item
22817 #: ../fish/guestfish.pod:364
22818 msgid "B<--remote[=pid]>"
22819 msgstr ""
22820
22821 # type: textblock
22822 #. type: textblock
22823 #: ../fish/guestfish.pod:366
22824 msgid ""
22825 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
22826 "CONTROL GUESTFISH OVER A SOCKET> below."
22827 msgstr ""
22828
22829 # type: =item
22830 #. type: =item
22831 #: ../fish/guestfish.pod:369
22832 msgid "B<-r>"
22833 msgstr ""
22834
22835 # type: =item
22836 #. type: =item
22837 #: ../fish/guestfish.pod:371
22838 msgid "B<--ro>"
22839 msgstr ""
22840
22841 # type: textblock
22842 #. type: textblock
22843 #: ../fish/guestfish.pod:373
22844 msgid ""
22845 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22846 "mounts are done read-only."
22847 msgstr ""
22848
22849 # type: textblock
22850 #. type: textblock
22851 #: ../fish/guestfish.pod:376
22852 msgid ""
22853 "The option must always be used if the disk image or virtual machine might be "
22854 "running, and is generally recommended in cases where you don't need write "
22855 "access to the disk."
22856 msgstr ""
22857
22858 # type: textblock
22859 #. type: textblock
22860 #: ../fish/guestfish.pod:380
22861 msgid ""
22862 "Note that prepared disk images created with I<-N> are not affected by this "
22863 "option.  Also commands like C<add> are not affected - you have to specify "
22864 "the C<readonly:true> option explicitly if you need it."
22865 msgstr ""
22866
22867 # type: textblock
22868 #. type: textblock
22869 #: ../fish/guestfish.pod:384
22870 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
22871 msgstr ""
22872
22873 # type: =item
22874 #. type: =item
22875 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:237
22876 msgid "B<--selinux>"
22877 msgstr ""
22878
22879 # type: textblock
22880 #. type: textblock
22881 #: ../fish/guestfish.pod:388
22882 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
22883 msgstr ""
22884
22885 # type: =item
22886 #. type: =item
22887 #: ../fish/guestfish.pod:390
22888 msgid "B<-v>"
22889 msgstr ""
22890
22891 # type: =item
22892 #. type: =item
22893 #: ../fish/guestfish.pod:392
22894 msgid "B<--verbose>"
22895 msgstr ""
22896
22897 # type: textblock
22898 #. type: textblock
22899 #: ../fish/guestfish.pod:394
22900 msgid ""
22901 "Enable very verbose messages.  This is particularly useful if you find a bug."
22902 msgstr ""
22903
22904 # type: =item
22905 #. type: =item
22906 #: ../fish/guestfish.pod:397
22907 msgid "B<-V>"
22908 msgstr ""
22909
22910 # type: =item
22911 #. type: =item
22912 #: ../fish/guestfish.pod:399 ../tools/virt-win-reg.pl:112
22913 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
22914 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
22915 msgid "B<--version>"
22916 msgstr ""
22917
22918 # type: textblock
22919 #. type: textblock
22920 #: ../fish/guestfish.pod:401
22921 msgid "Display the guestfish / libguestfs version number and exit."
22922 msgstr ""
22923
22924 # type: =item
22925 #. type: =item
22926 #: ../fish/guestfish.pod:403
22927 msgid "B<-w>"
22928 msgstr ""
22929
22930 # type: =item
22931 #. type: =item
22932 #: ../fish/guestfish.pod:405
22933 msgid "B<--rw>"
22934 msgstr ""
22935
22936 #. type: textblock
22937 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:251
22938 msgid ""
22939 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22940 "mounts are done read-write."
22941 msgstr ""
22942
22943 #. type: textblock
22944 #: ../fish/guestfish.pod:410
22945 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
22946 msgstr ""
22947
22948 # type: =item
22949 #. type: =item
22950 #: ../fish/guestfish.pod:412
22951 msgid "B<-x>"
22952 msgstr ""
22953
22954 # type: textblock
22955 #. type: textblock
22956 #: ../fish/guestfish.pod:414
22957 msgid "Echo each command before executing it."
22958 msgstr ""
22959
22960 # type: =head1
22961 #. type: =head1
22962 #: ../fish/guestfish.pod:418
22963 msgid "COMMANDS ON COMMAND LINE"
22964 msgstr ""
22965
22966 # type: textblock
22967 #. type: textblock
22968 #: ../fish/guestfish.pod:420
22969 msgid ""
22970 "Any additional (non-option) arguments are treated as commands to execute."
22971 msgstr ""
22972
22973 # type: textblock
22974 #. type: textblock
22975 #: ../fish/guestfish.pod:423
22976 msgid ""
22977 "Commands to execute should be separated by a colon (C<:>), where the colon "
22978 "is a separate parameter.  Thus:"
22979 msgstr ""
22980
22981 # type: verbatim
22982 #. type: verbatim
22983 #: ../fish/guestfish.pod:426
22984 #, no-wrap
22985 msgid ""
22986 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
22987 "\n"
22988 msgstr ""
22989
22990 # type: textblock
22991 #. type: textblock
22992 #: ../fish/guestfish.pod:428
22993 msgid ""
22994 "If there are no additional arguments, then we enter a shell, either an "
22995 "interactive shell with a prompt (if the input is a terminal) or a non-"
22996 "interactive shell."
22997 msgstr ""
22998
22999 # type: textblock
23000 #. type: textblock
23001 #: ../fish/guestfish.pod:432
23002 msgid ""
23003 "In either command line mode or non-interactive shell, the first command that "
23004 "gives an error causes the whole shell to exit.  In interactive mode (with a "
23005 "prompt) if a command fails, you can continue to enter commands."
23006 msgstr ""
23007
23008 # type: =head1
23009 #. type: =head1
23010 #: ../fish/guestfish.pod:437
23011 msgid "USING launch (OR run)"
23012 msgstr ""
23013
23014 # type: textblock
23015 #. type: textblock
23016 #: ../fish/guestfish.pod:439
23017 msgid ""
23018 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
23019 "then launch it, then mount any disks you need, and finally issue actions/"
23020 "commands.  So the general order of the day is:"
23021 msgstr ""
23022
23023 # type: textblock
23024 #. type: textblock
23025 #: ../fish/guestfish.pod:447
23026 msgid "add or -a/--add"
23027 msgstr ""
23028
23029 # type: textblock
23030 #. type: textblock
23031 #: ../fish/guestfish.pod:451
23032 msgid "launch (aka run)"
23033 msgstr ""
23034
23035 # type: textblock
23036 #. type: textblock
23037 #: ../fish/guestfish.pod:455
23038 msgid "mount or -m/--mount"
23039 msgstr ""
23040
23041 # type: textblock
23042 #. type: textblock
23043 #: ../fish/guestfish.pod:459
23044 msgid "any other commands"
23045 msgstr ""
23046
23047 # type: textblock
23048 #. type: textblock
23049 #: ../fish/guestfish.pod:463
23050 msgid ""
23051 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
23052 "guest before mounting or performing any other commands."
23053 msgstr ""
23054
23055 # type: textblock
23056 #. type: textblock
23057 #: ../fish/guestfish.pod:466
23058 msgid ""
23059 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
23060 "I<--new> options were given then C<run> is done automatically, simply "
23061 "because guestfish can't perform the action you asked for without doing this."
23062 msgstr ""
23063
23064 # type: =head1
23065 #. type: =head1
23066 #: ../fish/guestfish.pod:471
23067 msgid "OPENING DISKS FOR READ AND WRITE"
23068 msgstr ""
23069
23070 #. type: textblock
23071 #: ../fish/guestfish.pod:473
23072 msgid ""
23073 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
23074 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
23075 "I<-i> and I<-m> open disk images read-only or for writing."
23076 msgstr ""
23077
23078 #. type: textblock
23079 #: ../fish/guestfish.pod:478
23080 msgid ""
23081 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
23082 "opening disk images supplied on the command line for write.  To open a disk "
23083 "image read-only you have to do I<-a image --ro>."
23084 msgstr ""
23085
23086 # type: textblock
23087 #. type: textblock
23088 #: ../fish/guestfish.pod:482
23089 msgid ""
23090 "This matters: If you accidentally open a live VM disk image writable then "
23091 "you will cause irreversible disk corruption."
23092 msgstr ""
23093
23094 #. type: textblock
23095 #: ../fish/guestfish.pod:485
23096 msgid ""
23097 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
23098 "images will be opened read-only.  You will have to either specify "
23099 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
23100 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
23101 "access for disk images specified by those other command line options."
23102 msgstr ""
23103
23104 #. type: textblock
23105 #: ../fish/guestfish.pod:492
23106 msgid ""
23107 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
23108 "which does nothing (it is already the default).  However it is highly "
23109 "recommended that you use this option to indicate that you need write access, "
23110 "and prepare your scripts for the day when this option will be required for "
23111 "write access."
23112 msgstr ""
23113
23114 # type: textblock
23115 #. type: textblock
23116 #: ../fish/guestfish.pod:498
23117 msgid ""
23118 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
23119 "other libguestfs program apart from guestfish and guestmount."
23120 msgstr ""
23121
23122 # type: =head1
23123 #. type: =head1
23124 #: ../fish/guestfish.pod:501
23125 msgid "QUOTING"
23126 msgstr ""
23127
23128 # type: textblock
23129 #. type: textblock
23130 #: ../fish/guestfish.pod:503
23131 msgid ""
23132 "You can quote ordinary parameters using either single or double quotes.  For "
23133 "example:"
23134 msgstr ""
23135
23136 # type: verbatim
23137 #. type: verbatim
23138 #: ../fish/guestfish.pod:506
23139 #, no-wrap
23140 msgid ""
23141 " add \"file with a space.img\"\n"
23142 "\n"
23143 msgstr ""
23144
23145 # type: verbatim
23146 #. type: verbatim
23147 #: ../fish/guestfish.pod:508
23148 #, no-wrap
23149 msgid ""
23150 " rm '/file name'\n"
23151 "\n"
23152 msgstr ""
23153
23154 # type: verbatim
23155 #. type: verbatim
23156 #: ../fish/guestfish.pod:510
23157 #, no-wrap
23158 msgid ""
23159 " rm '/\"'\n"
23160 "\n"
23161 msgstr ""
23162
23163 # type: textblock
23164 #. type: textblock
23165 #: ../fish/guestfish.pod:512
23166 msgid ""
23167 "A few commands require a list of strings to be passed.  For these, use a "
23168 "whitespace-separated list, enclosed in quotes.  Strings containing "
23169 "whitespace to be passed through must be enclosed in single quotes.  A "
23170 "literal single quote must be escaped with a backslash."
23171 msgstr ""
23172
23173 # type: verbatim
23174 #. type: verbatim
23175 #: ../fish/guestfish.pod:517
23176 #, no-wrap
23177 msgid ""
23178 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
23179 " command \"/bin/echo 'foo      bar'\"\n"
23180 " command \"/bin/echo \\'foo\\'\"\n"
23181 "\n"
23182 msgstr ""
23183
23184 # type: =head1
23185 #. type: =head1
23186 #: ../fish/guestfish.pod:521
23187 msgid "OPTIONAL ARGUMENTS"
23188 msgstr ""
23189
23190 # type: textblock
23191 #. type: textblock
23192 #: ../fish/guestfish.pod:523
23193 msgid ""
23194 "Some commands take optional arguments.  These arguments appear in this "
23195 "documentation as C<[argname:..]>.  You can use them as in these examples:"
23196 msgstr ""
23197
23198 # type: verbatim
23199 #. type: verbatim
23200 #: ../fish/guestfish.pod:527
23201 #, no-wrap
23202 msgid ""
23203 " add-drive-opts filename\n"
23204 "\n"
23205 msgstr ""
23206
23207 # type: verbatim
23208 #. type: verbatim
23209 #: ../fish/guestfish.pod:529
23210 #, no-wrap
23211 msgid ""
23212 " add-drive-opts filename readonly:true\n"
23213 "\n"
23214 msgstr ""
23215
23216 # type: verbatim
23217 #. type: verbatim
23218 #: ../fish/guestfish.pod:531
23219 #, no-wrap
23220 msgid ""
23221 " add-drive-opts filename format:qcow2 readonly:false\n"
23222 "\n"
23223 msgstr ""
23224
23225 # type: textblock
23226 #. type: textblock
23227 #: ../fish/guestfish.pod:533
23228 msgid ""
23229 "Each optional argument can appear at most once.  All optional arguments must "
23230 "appear after the required ones."
23231 msgstr ""
23232
23233 # type: =head1
23234 #. type: =head1
23235 #: ../fish/guestfish.pod:536
23236 msgid "NUMBERS"
23237 msgstr ""
23238
23239 # type: textblock
23240 #. type: textblock
23241 #: ../fish/guestfish.pod:538
23242 msgid ""
23243 "This section applies to all commands which can take integers as parameters."
23244 msgstr ""
23245
23246 # type: =head2
23247 #. type: =head2
23248 #: ../fish/guestfish.pod:541
23249 msgid "SIZE SUFFIX"
23250 msgstr ""
23251
23252 # type: textblock
23253 #. type: textblock
23254 #: ../fish/guestfish.pod:543
23255 msgid ""
23256 "When the command takes a parameter measured in bytes, you can use one of the "
23257 "following suffixes to specify kilobytes, megabytes and larger sizes:"
23258 msgstr ""
23259
23260 # type: =item
23261 #. type: =item
23262 #: ../fish/guestfish.pod:549
23263 msgid "B<k> or B<K> or B<KiB>"
23264 msgstr ""
23265
23266 # type: textblock
23267 #. type: textblock
23268 #: ../fish/guestfish.pod:551
23269 msgid "The size in kilobytes (multiplied by 1024)."
23270 msgstr ""
23271
23272 # type: =item
23273 #. type: =item
23274 #: ../fish/guestfish.pod:553
23275 msgid "B<KB>"
23276 msgstr ""
23277
23278 # type: textblock
23279 #. type: textblock
23280 #: ../fish/guestfish.pod:555
23281 msgid "The size in SI 1000 byte units."
23282 msgstr ""
23283
23284 # type: =item
23285 #. type: =item
23286 #: ../fish/guestfish.pod:557
23287 msgid "B<M> or B<MiB>"
23288 msgstr ""
23289
23290 # type: textblock
23291 #. type: textblock
23292 #: ../fish/guestfish.pod:559
23293 msgid "The size in megabytes (multiplied by 1048576)."
23294 msgstr ""
23295
23296 # type: =item
23297 #. type: =item
23298 #: ../fish/guestfish.pod:561
23299 msgid "B<MB>"
23300 msgstr ""
23301
23302 # type: textblock
23303 #. type: textblock
23304 #: ../fish/guestfish.pod:563
23305 msgid "The size in SI 1000000 byte units."
23306 msgstr ""
23307
23308 # type: =item
23309 #. type: =item
23310 #: ../fish/guestfish.pod:565
23311 msgid "B<G> or B<GiB>"
23312 msgstr ""
23313
23314 # type: textblock
23315 #. type: textblock
23316 #: ../fish/guestfish.pod:567
23317 msgid "The size in gigabytes (multiplied by 2**30)."
23318 msgstr ""
23319
23320 # type: =item
23321 #. type: =item
23322 #: ../fish/guestfish.pod:569
23323 msgid "B<GB>"
23324 msgstr ""
23325
23326 # type: textblock
23327 #. type: textblock
23328 #: ../fish/guestfish.pod:571
23329 msgid "The size in SI 10**9 byte units."
23330 msgstr ""
23331
23332 # type: =item
23333 #. type: =item
23334 #: ../fish/guestfish.pod:573
23335 msgid "B<T> or B<TiB>"
23336 msgstr ""
23337
23338 # type: textblock
23339 #. type: textblock
23340 #: ../fish/guestfish.pod:575
23341 msgid "The size in terabytes (multiplied by 2**40)."
23342 msgstr ""
23343
23344 # type: =item
23345 #. type: =item
23346 #: ../fish/guestfish.pod:577
23347 msgid "B<TB>"
23348 msgstr ""
23349
23350 # type: textblock
23351 #. type: textblock
23352 #: ../fish/guestfish.pod:579
23353 msgid "The size in SI 10**12 byte units."
23354 msgstr ""
23355
23356 # type: =item
23357 #. type: =item
23358 #: ../fish/guestfish.pod:581
23359 msgid "B<P> or B<PiB>"
23360 msgstr ""
23361
23362 # type: textblock
23363 #. type: textblock
23364 #: ../fish/guestfish.pod:583
23365 msgid "The size in petabytes (multiplied by 2**50)."
23366 msgstr ""
23367
23368 # type: =item
23369 #. type: =item
23370 #: ../fish/guestfish.pod:585
23371 msgid "B<PB>"
23372 msgstr ""
23373
23374 # type: textblock
23375 #. type: textblock
23376 #: ../fish/guestfish.pod:587
23377 msgid "The size in SI 10**15 byte units."
23378 msgstr ""
23379
23380 # type: =item
23381 #. type: =item
23382 #: ../fish/guestfish.pod:589
23383 msgid "B<E> or B<EiB>"
23384 msgstr ""
23385
23386 # type: textblock
23387 #. type: textblock
23388 #: ../fish/guestfish.pod:591
23389 msgid "The size in exabytes (multiplied by 2**60)."
23390 msgstr ""
23391
23392 # type: =item
23393 #. type: =item
23394 #: ../fish/guestfish.pod:593
23395 msgid "B<EB>"
23396 msgstr ""
23397
23398 # type: textblock
23399 #. type: textblock
23400 #: ../fish/guestfish.pod:595
23401 msgid "The size in SI 10**18 byte units."
23402 msgstr ""
23403
23404 # type: =item
23405 #. type: =item
23406 #: ../fish/guestfish.pod:597
23407 msgid "B<Z> or B<ZiB>"
23408 msgstr ""
23409
23410 # type: textblock
23411 #. type: textblock
23412 #: ../fish/guestfish.pod:599
23413 msgid "The size in zettabytes (multiplied by 2**70)."
23414 msgstr ""
23415
23416 # type: =item
23417 #. type: =item
23418 #: ../fish/guestfish.pod:601
23419 msgid "B<ZB>"
23420 msgstr ""
23421
23422 # type: textblock
23423 #. type: textblock
23424 #: ../fish/guestfish.pod:603
23425 msgid "The size in SI 10**21 byte units."
23426 msgstr ""
23427
23428 # type: =item
23429 #. type: =item
23430 #: ../fish/guestfish.pod:605
23431 msgid "B<Y> or B<YiB>"
23432 msgstr ""
23433
23434 # type: textblock
23435 #. type: textblock
23436 #: ../fish/guestfish.pod:607
23437 msgid "The size in yottabytes (multiplied by 2**80)."
23438 msgstr ""
23439
23440 # type: =item
23441 #. type: =item
23442 #: ../fish/guestfish.pod:609
23443 msgid "B<YB>"
23444 msgstr ""
23445
23446 # type: textblock
23447 #. type: textblock
23448 #: ../fish/guestfish.pod:611
23449 msgid "The size in SI 10**24 byte units."
23450 msgstr ""
23451
23452 # type: verbatim
23453 #. type: verbatim
23454 #: ../fish/guestfish.pod:617
23455 #, no-wrap
23456 msgid ""
23457 " truncate-size /file 1G\n"
23458 "\n"
23459 msgstr ""
23460
23461 # type: textblock
23462 #. type: textblock
23463 #: ../fish/guestfish.pod:619
23464 msgid "would truncate the file to 1 gigabyte."
23465 msgstr ""
23466
23467 # type: textblock
23468 #. type: textblock
23469 #: ../fish/guestfish.pod:621
23470 msgid ""
23471 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
23472 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
23473 "suffix will probably not do what you expect."
23474 msgstr ""
23475
23476 # type: =head2
23477 #. type: =head2
23478 #: ../fish/guestfish.pod:625
23479 msgid "OCTAL AND HEXADECIMAL NUMBERS"
23480 msgstr ""
23481
23482 # type: textblock
23483 #. type: textblock
23484 #: ../fish/guestfish.pod:627
23485 msgid ""
23486 "For specifying the radix (base) use the C convention: C<0> to prefix an "
23487 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
23488 msgstr ""
23489
23490 # type: verbatim
23491 #. type: verbatim
23492 #: ../fish/guestfish.pod:630
23493 #, no-wrap
23494 msgid ""
23495 " 1234      decimal number 1234\n"
23496 " 02322     octal number, equivalent to decimal 1234\n"
23497 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
23498 "\n"
23499 msgstr ""
23500
23501 # type: textblock
23502 #. type: textblock
23503 #: ../fish/guestfish.pod:634
23504 msgid ""
23505 "When using the C<chmod> command, you almost always want to specify an octal "
23506 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
23507 "L<chmod(1)> program):"
23508 msgstr ""
23509
23510 # type: verbatim
23511 #. type: verbatim
23512 #: ../fish/guestfish.pod:638
23513 #, no-wrap
23514 msgid ""
23515 " chmod 0777 /public  # OK\n"
23516 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
23517 "\n"
23518 msgstr ""
23519
23520 # type: textblock
23521 #. type: textblock
23522 #: ../fish/guestfish.pod:641
23523 msgid ""
23524 "Commands that return numbers usually print them in decimal, but some "
23525 "commands print numbers in other radices (eg. C<umask> prints the mode in "
23526 "octal, preceeded by C<0>)."
23527 msgstr ""
23528
23529 # type: =head1
23530 #. type: =head1
23531 #: ../fish/guestfish.pod:645
23532 msgid "WILDCARDS AND GLOBBING"
23533 msgstr ""
23534
23535 # type: textblock
23536 #. type: textblock
23537 #: ../fish/guestfish.pod:647
23538 msgid ""
23539 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
23540 "(globbing) by default.  So for example the following will not do what you "
23541 "expect:"
23542 msgstr ""
23543
23544 # type: verbatim
23545 #. type: verbatim
23546 #: ../fish/guestfish.pod:651
23547 #, no-wrap
23548 msgid ""
23549 " rm-rf /home/*\n"
23550 "\n"
23551 msgstr ""
23552
23553 # type: textblock
23554 #. type: textblock
23555 #: ../fish/guestfish.pod:653
23556 msgid ""
23557 "Assuming you don't have a directory called literally C</home/*> then the "
23558 "above command will return an error."
23559 msgstr ""
23560
23561 # type: textblock
23562 #. type: textblock
23563 #: ../fish/guestfish.pod:656
23564 msgid "To perform wildcard expansion, use the C<glob> command."
23565 msgstr ""
23566
23567 # type: verbatim
23568 #. type: verbatim
23569 #: ../fish/guestfish.pod:658
23570 #, no-wrap
23571 msgid ""
23572 " glob rm-rf /home/*\n"
23573 "\n"
23574 msgstr ""
23575
23576 # type: textblock
23577 #. type: textblock
23578 #: ../fish/guestfish.pod:660
23579 msgid ""
23580 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
23581 "many times), equivalent to:"
23582 msgstr ""
23583
23584 # type: verbatim
23585 #. type: verbatim
23586 #: ../fish/guestfish.pod:663
23587 #, no-wrap
23588 msgid ""
23589 " rm-rf /home/jim\n"
23590 " rm-rf /home/joe\n"
23591 " rm-rf /home/mary\n"
23592 "\n"
23593 msgstr ""
23594
23595 # type: textblock
23596 #. type: textblock
23597 #: ../fish/guestfish.pod:667
23598 msgid "C<glob> only works on simple guest paths and not on device names."
23599 msgstr ""
23600
23601 # type: textblock
23602 #. type: textblock
23603 #: ../fish/guestfish.pod:669
23604 msgid ""
23605 "If you have several parameters, each containing a wildcard, then glob will "
23606 "perform a Cartesian product."
23607 msgstr ""
23608
23609 # type: =head1
23610 #. type: =head1
23611 #: ../fish/guestfish.pod:672
23612 msgid "COMMENTS"
23613 msgstr ""
23614
23615 # type: textblock
23616 #. type: textblock
23617 #: ../fish/guestfish.pod:674
23618 msgid ""
23619 "Any line which starts with a I<#> character is treated as a comment and "
23620 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
23621 "a command.  For example:"
23622 msgstr ""
23623
23624 # type: verbatim
23625 #. type: verbatim
23626 #: ../fish/guestfish.pod:678
23627 #, no-wrap
23628 msgid ""
23629 " # this is a comment\n"
23630 "         # this is a comment\n"
23631 " foo # NOT a comment\n"
23632 "\n"
23633 msgstr ""
23634
23635 # type: textblock
23636 #. type: textblock
23637 #: ../fish/guestfish.pod:682
23638 msgid "Blank lines are also ignored."
23639 msgstr ""
23640
23641 # type: =head1
23642 #. type: =head1
23643 #: ../fish/guestfish.pod:684
23644 msgid "RUNNING COMMANDS LOCALLY"
23645 msgstr ""
23646
23647 # type: textblock
23648 #. type: textblock
23649 #: ../fish/guestfish.pod:686
23650 msgid ""
23651 "Any line which starts with a I<!> character is treated as a command sent to "
23652 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
23653 msgstr ""
23654
23655 # type: verbatim
23656 #. type: verbatim
23657 #: ../fish/guestfish.pod:690
23658 #, no-wrap
23659 msgid ""
23660 " !mkdir local\n"
23661 " tgz-out /remote local/remote-data.tar.gz\n"
23662 "\n"
23663 msgstr ""
23664
23665 # type: textblock
23666 #. type: textblock
23667 #: ../fish/guestfish.pod:693
23668 msgid ""
23669 "will create a directory C<local> on the host, and then export the contents "
23670 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
23671 "(See C<tgz-out>)."
23672 msgstr ""
23673
23674 # type: textblock
23675 #. type: textblock
23676 #: ../fish/guestfish.pod:697
23677 msgid ""
23678 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
23679 "effect, due to the way that subprocesses work in Unix."
23680 msgstr ""
23681
23682 #. type: =head2
23683 #: ../fish/guestfish.pod:700
23684 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
23685 msgstr ""
23686
23687 #. type: textblock
23688 #: ../fish/guestfish.pod:702
23689 msgid ""
23690 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
23691 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
23692 "and executed as guestfish commands."
23693 msgstr ""
23694
23695 #. type: textblock
23696 #: ../fish/guestfish.pod:706
23697 msgid ""
23698 "Thus you can use shell script to construct arbitrary guestfish commands "
23699 "which are then parsed by guestfish."
23700 msgstr ""
23701
23702 #. type: textblock
23703 #: ../fish/guestfish.pod:709
23704 msgid ""
23705 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
23706 "through C</foo.100>) using guestfish commands alone.  However this is simple "
23707 "if we use a shell script to create the guestfish commands for us:"
23708 msgstr ""
23709
23710 #. type: verbatim
23711 #: ../fish/guestfish.pod:714
23712 #, no-wrap
23713 msgid ""
23714 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
23715 "\n"
23716 msgstr ""
23717
23718 #. type: textblock
23719 #: ../fish/guestfish.pod:716
23720 msgid "or with names like C</foo.001>:"
23721 msgstr ""
23722
23723 #. type: verbatim
23724 #: ../fish/guestfish.pod:718
23725 #, no-wrap
23726 msgid ""
23727 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
23728 "\n"
23729 msgstr ""
23730
23731 #. type: textblock
23732 #: ../fish/guestfish.pod:720
23733 msgid ""
23734 "When using guestfish interactively it can be helpful to just run the shell "
23735 "script first (ie. remove the initial C<E<lt>> character so it is just an "
23736 "ordinary I<!> local command), see what guestfish commands it would run, and "
23737 "when you are happy with those prepend the C<E<lt>> character to run the "
23738 "guestfish commands for real."
23739 msgstr ""
23740
23741 # type: =head1
23742 #. type: =head1
23743 #: ../fish/guestfish.pod:726
23744 msgid "PIPES"
23745 msgstr ""
23746
23747 # type: textblock
23748 #. type: textblock
23749 #: ../fish/guestfish.pod:728
23750 msgid ""
23751 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
23752 "command (a guestfish command) to the second command (any host command).  For "
23753 "example:"
23754 msgstr ""
23755
23756 # type: verbatim
23757 #. type: verbatim
23758 #: ../fish/guestfish.pod:732
23759 #, no-wrap
23760 msgid ""
23761 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
23762 "\n"
23763 msgstr ""
23764
23765 # type: textblock
23766 #. type: textblock
23767 #: ../fish/guestfish.pod:734
23768 msgid ""
23769 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
23770 "program).  The above command would list all accounts in the guest filesystem "
23771 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
23772 msgstr ""
23773
23774 # type: verbatim
23775 #. type: verbatim
23776 #: ../fish/guestfish.pod:739
23777 #, no-wrap
23778 msgid ""
23779 " hexdump /bin/ls | head\n"
23780 " list-devices | tail -1\n"
23781 " tgz-out / - | tar ztf -\n"
23782 "\n"
23783 msgstr ""
23784
23785 # type: textblock
23786 #. type: textblock
23787 #: ../fish/guestfish.pod:743
23788 msgid ""
23789 "The space before the pipe symbol is required, any space after the pipe "
23790 "symbol is optional.  Everything after the pipe symbol is just passed "
23791 "straight to the host shell, so it can contain redirections, globs and "
23792 "anything else that makes sense on the host side."
23793 msgstr ""
23794
23795 # type: textblock
23796 #. type: textblock
23797 #: ../fish/guestfish.pod:748
23798 msgid ""
23799 "To use a literal argument which begins with a pipe symbol, you have to quote "
23800 "it, eg:"
23801 msgstr ""
23802
23803 # type: verbatim
23804 #. type: verbatim
23805 #: ../fish/guestfish.pod:751
23806 #, no-wrap
23807 msgid ""
23808 " echo \"|\"\n"
23809 "\n"
23810 msgstr ""
23811
23812 # type: =head1
23813 #. type: =head1
23814 #: ../fish/guestfish.pod:753
23815 msgid "HOME DIRECTORIES"
23816 msgstr ""
23817
23818 # type: textblock
23819 #. type: textblock
23820 #: ../fish/guestfish.pod:755
23821 msgid ""
23822 "If a parameter starts with the character C<~> then the tilde may be expanded "
23823 "as a home directory path (either C<~> for the current user's home directory, "
23824 "or C<~user> for another user)."
23825 msgstr ""
23826
23827 # type: textblock
23828 #. type: textblock
23829 #: ../fish/guestfish.pod:759
23830 msgid ""
23831 "Note that home directory expansion happens for users known I<on the host>, "
23832 "not in the guest filesystem."
23833 msgstr ""
23834
23835 # type: textblock
23836 #. type: textblock
23837 #: ../fish/guestfish.pod:762
23838 msgid ""
23839 "To use a literal argument which begins with a tilde, you have to quote it, "
23840 "eg:"
23841 msgstr ""
23842
23843 # type: verbatim
23844 #. type: verbatim
23845 #: ../fish/guestfish.pod:765
23846 #, no-wrap
23847 msgid ""
23848 " echo \"~\"\n"
23849 "\n"
23850 msgstr ""
23851
23852 # type: textblock
23853 #. type: textblock
23854 #: ../fish/guestfish.pod:769
23855 msgid ""
23856 "Libguestfs has some support for Linux guests encrypted according to the "
23857 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
23858 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
23859 "LUKS is supported."
23860 msgstr ""
23861
23862 # type: textblock
23863 #. type: textblock
23864 #: ../fish/guestfish.pod:774
23865 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
23866 msgstr ""
23867
23868 # type: verbatim
23869 #. type: verbatim
23870 #: ../fish/guestfish.pod:776
23871 #, no-wrap
23872 msgid ""
23873 " ><fs> vfs-type /dev/sda2\n"
23874 " crypto_LUKS\n"
23875 "\n"
23876 msgstr ""
23877
23878 # type: textblock
23879 #. type: textblock
23880 #: ../fish/guestfish.pod:779
23881 msgid ""
23882 "Then open those devices using L</luks-open>.  This creates a device-mapper "
23883 "device called C</dev/mapper/luksdev>."
23884 msgstr ""
23885
23886 # type: verbatim
23887 #. type: verbatim
23888 #: ../fish/guestfish.pod:782
23889 #, no-wrap
23890 msgid ""
23891 " ><fs> luks-open /dev/sda2 luksdev\n"
23892 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
23893 "\n"
23894 msgstr ""
23895
23896 # type: textblock
23897 #. type: textblock
23898 #: ../fish/guestfish.pod:785
23899 msgid ""
23900 "Finally you have to tell LVM to scan for volume groups on the newly created "
23901 "mapper device:"
23902 msgstr ""
23903
23904 # type: verbatim
23905 #. type: verbatim
23906 #: ../fish/guestfish.pod:788
23907 #, no-wrap
23908 msgid ""
23909 " vgscan\n"
23910 " vg-activate-all true\n"
23911 "\n"
23912 msgstr ""
23913
23914 # type: textblock
23915 #. type: textblock
23916 #: ../fish/guestfish.pod:791
23917 msgid "The logical volume(s) can now be mounted in the usual way."
23918 msgstr ""
23919
23920 # type: textblock
23921 #. type: textblock
23922 #: ../fish/guestfish.pod:793
23923 msgid ""
23924 "Before closing a LUKS device you must unmount any logical volumes on it and "
23925 "deactivate the volume groups by calling C<vg-activate false VG> on each "
23926 "one.  Then you can close the mapper device:"
23927 msgstr ""
23928
23929 # type: verbatim
23930 #. type: verbatim
23931 #: ../fish/guestfish.pod:797
23932 #, no-wrap
23933 msgid ""
23934 " vg-activate false /dev/VG\n"
23935 " luks-close /dev/mapper/luksdev\n"
23936 "\n"
23937 msgstr ""
23938
23939 # type: =head1
23940 #. type: =head1
23941 #: ../fish/guestfish.pod:800
23942 msgid "WINDOWS PATHS"
23943 msgstr ""
23944
23945 #. type: textblock
23946 #: ../fish/guestfish.pod:802
23947 msgid ""
23948 "If a path is prefixed with C<win:> then you can use Windows-style drive "
23949 "letters and paths (with some limitations).  The following commands are "
23950 "equivalent:"
23951 msgstr ""
23952
23953 # type: verbatim
23954 #. type: verbatim
23955 #: ../fish/guestfish.pod:806
23956 #, no-wrap
23957 msgid ""
23958 " file /WINDOWS/system32/config/system.LOG\n"
23959 "\n"
23960 msgstr ""
23961
23962 # type: verbatim
23963 #. type: verbatim
23964 #: ../fish/guestfish.pod:808
23965 #, no-wrap
23966 msgid ""
23967 " file win:\\windows\\system32\\config\\system.log\n"
23968 "\n"
23969 msgstr ""
23970
23971 #. type: verbatim
23972 #: ../fish/guestfish.pod:810
23973 #, no-wrap
23974 msgid ""
23975 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
23976 "\n"
23977 msgstr ""
23978
23979 #. type: textblock
23980 #: ../fish/guestfish.pod:812
23981 msgid ""
23982 "The parameter is rewritten \"behind the scenes\" by looking up the position "
23983 "where the drive is mounted, prepending that to the path, changing all "
23984 "backslash characters to forward slash, then resolving the result using L</"
23985 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
23986 "the parameter might be rewritten like this:"
23987 msgstr ""
23988
23989 #. type: verbatim
23990 #: ../fish/guestfish.pod:818
23991 #, no-wrap
23992 msgid ""
23993 " win:e:\\foo\\bar => /e/FOO/bar\n"
23994 "\n"
23995 msgstr ""
23996
23997 #. type: textblock
23998 #: ../fish/guestfish.pod:820
23999 msgid "This only works in argument positions that expect a path."
24000 msgstr ""
24001
24002 # type: =head1
24003 #. type: =head1
24004 #: ../fish/guestfish.pod:822
24005 msgid "UPLOADING AND DOWNLOADING FILES"
24006 msgstr ""
24007
24008 # type: textblock
24009 #. type: textblock
24010 #: ../fish/guestfish.pod:824
24011 msgid ""
24012 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
24013 "others which upload from or download to a local file, you can use the "
24014 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
24015 msgstr ""
24016
24017 # type: verbatim
24018 #. type: verbatim
24019 #: ../fish/guestfish.pod:828
24020 #, no-wrap
24021 msgid ""
24022 " upload - /foo\n"
24023 "\n"
24024 msgstr ""
24025
24026 # type: textblock
24027 #. type: textblock
24028 #: ../fish/guestfish.pod:830
24029 msgid ""
24030 "reads stdin and creates from that a file C</foo> in the disk image, and:"
24031 msgstr ""
24032
24033 # type: verbatim
24034 #. type: verbatim
24035 #: ../fish/guestfish.pod:833
24036 #, no-wrap
24037 msgid ""
24038 " tar-out /etc - | tar tf -\n"
24039 "\n"
24040 msgstr ""
24041
24042 # type: textblock
24043 #. type: textblock
24044 #: ../fish/guestfish.pod:835
24045 msgid ""
24046 "writes the tarball to stdout and then pipes that into the external \"tar\" "
24047 "command (see L</PIPES>)."
24048 msgstr ""
24049
24050 # type: textblock
24051 #. type: textblock
24052 #: ../fish/guestfish.pod:838
24053 msgid ""
24054 "When using C<-> to read from stdin, the input is read up to the end of "
24055 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
24056 "some arbitrary end marker:"
24057 msgstr ""
24058
24059 # type: verbatim
24060 #. type: verbatim
24061 #: ../fish/guestfish.pod:842
24062 #, no-wrap
24063 msgid ""
24064 " upload -<<END /foo\n"
24065 " input line 1\n"
24066 " input line 2\n"
24067 " input line 3\n"
24068 " END\n"
24069 "\n"
24070 msgstr ""
24071
24072 # type: textblock
24073 #. type: textblock
24074 #: ../fish/guestfish.pod:848
24075 msgid ""
24076 "Any string of characters can be used instead of C<END>.  The end marker must "
24077 "appear on a line of its own, without any preceeding or following characters "
24078 "(not even spaces)."
24079 msgstr ""
24080
24081 # type: textblock
24082 #. type: textblock
24083 #: ../fish/guestfish.pod:852
24084 msgid ""
24085 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
24086 "upload local files (so-called \"FileIn\" parameters in the generator)."
24087 msgstr ""
24088
24089 # type: =head1
24090 #. type: =head1
24091 #: ../fish/guestfish.pod:855
24092 msgid "EXIT ON ERROR BEHAVIOUR"
24093 msgstr ""
24094
24095 # type: textblock
24096 #. type: textblock
24097 #: ../fish/guestfish.pod:857
24098 msgid ""
24099 "By default, guestfish will ignore any errors when in interactive mode (ie. "
24100 "taking commands from a human over a tty), and will exit on the first error "
24101 "in non-interactive mode (scripts, commands given on the command line)."
24102 msgstr ""
24103
24104 # type: textblock
24105 #. type: textblock
24106 #: ../fish/guestfish.pod:862
24107 msgid ""
24108 "If you prefix a command with a I<-> character, then that command will not "
24109 "cause guestfish to exit, even if that (one) command returns an error."
24110 msgstr ""
24111
24112 # type: =head1
24113 #. type: =head1
24114 #: ../fish/guestfish.pod:866
24115 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
24116 msgstr ""
24117
24118 # type: textblock
24119 #. type: textblock
24120 #: ../fish/guestfish.pod:868
24121 msgid ""
24122 "Guestfish can be remote-controlled over a socket.  This is useful "
24123 "particularly in shell scripts where you want to make several different "
24124 "changes to a filesystem, but you don't want the overhead of starting up a "
24125 "guestfish process each time."
24126 msgstr ""
24127
24128 # type: textblock
24129 #. type: textblock
24130 #: ../fish/guestfish.pod:873
24131 msgid "Start a guestfish server process using:"
24132 msgstr ""
24133
24134 # type: verbatim
24135 #. type: verbatim
24136 #: ../fish/guestfish.pod:875
24137 #, no-wrap
24138 msgid ""
24139 " eval \"`guestfish --listen`\"\n"
24140 "\n"
24141 msgstr ""
24142
24143 # type: textblock
24144 #. type: textblock
24145 #: ../fish/guestfish.pod:877
24146 msgid "and then send it commands by doing:"
24147 msgstr ""
24148
24149 # type: verbatim
24150 #. type: verbatim
24151 #: ../fish/guestfish.pod:879
24152 #, no-wrap
24153 msgid ""
24154 " guestfish --remote cmd [...]\n"
24155 "\n"
24156 msgstr ""
24157
24158 # type: textblock
24159 #. type: textblock
24160 #: ../fish/guestfish.pod:881
24161 msgid "To cause the server to exit, send it the exit command:"
24162 msgstr ""
24163
24164 # type: verbatim
24165 #. type: verbatim
24166 #: ../fish/guestfish.pod:883
24167 #, no-wrap
24168 msgid ""
24169 " guestfish --remote exit\n"
24170 "\n"
24171 msgstr ""
24172
24173 # type: textblock
24174 #. type: textblock
24175 #: ../fish/guestfish.pod:885
24176 msgid ""
24177 "Note that the server will normally exit if there is an error in a command.  "
24178 "You can change this in the usual way.  See section L</EXIT ON ERROR "
24179 "BEHAVIOUR>."
24180 msgstr ""
24181
24182 # type: =head2
24183 #. type: =head2
24184 #: ../fish/guestfish.pod:889
24185 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
24186 msgstr ""
24187
24188 # type: textblock
24189 #. type: textblock
24190 #: ../fish/guestfish.pod:891
24191 msgid ""
24192 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
24193 "is how the I<--remote> option knows where to send the commands.  You can "
24194 "have several guestfish listener processes running using:"
24195 msgstr ""
24196
24197 # type: verbatim
24198 #. type: verbatim
24199 #: ../fish/guestfish.pod:895
24200 #, no-wrap
24201 msgid ""
24202 " eval \"`guestfish --listen`\"\n"
24203 " pid1=$GUESTFISH_PID\n"
24204 " eval \"`guestfish --listen`\"\n"
24205 " pid2=$GUESTFISH_PID\n"
24206 " ...\n"
24207 " guestfish --remote=$pid1 cmd\n"
24208 " guestfish --remote=$pid2 cmd\n"
24209 "\n"
24210 msgstr ""
24211
24212 # type: =head2
24213 #. type: =head2
24214 #: ../fish/guestfish.pod:903
24215 msgid "REMOTE CONTROL AND CSH"
24216 msgstr ""
24217
24218 # type: textblock
24219 #. type: textblock
24220 #: ../fish/guestfish.pod:905
24221 msgid ""
24222 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
24223 "option:"
24224 msgstr ""
24225
24226 # type: verbatim
24227 #. type: verbatim
24228 #: ../fish/guestfish.pod:908
24229 #, no-wrap
24230 msgid ""
24231 " eval \"`guestfish --listen --csh`\"\n"
24232 "\n"
24233 msgstr ""
24234
24235 # type: =head2
24236 #. type: =head2
24237 #: ../fish/guestfish.pod:910
24238 msgid "REMOTE CONTROL DETAILS"
24239 msgstr ""
24240
24241 # type: textblock
24242 #. type: textblock
24243 #: ../fish/guestfish.pod:912
24244 msgid ""
24245 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
24246 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
24247 "and C<$PID> is the process ID of the server."
24248 msgstr ""
24249
24250 # type: textblock
24251 #. type: textblock
24252 #: ../fish/guestfish.pod:916
24253 msgid "Guestfish client and server versions must match exactly."
24254 msgstr ""
24255
24256 # type: =head1
24257 #. type: =head1
24258 #: ../fish/guestfish.pod:918
24259 msgid "PREPARED DISK IMAGES"
24260 msgstr ""
24261
24262 # type: textblock
24263 #. type: textblock
24264 #: ../fish/guestfish.pod:920
24265 msgid ""
24266 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
24267 "preformatted disk images that guestfish can make for you to save typing.  "
24268 "This is particularly useful for testing purposes.  This option is used "
24269 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
24270 "can be mixed with I<-a>)."
24271 msgstr ""
24272
24273 # type: textblock
24274 #. type: textblock
24275 #: ../fish/guestfish.pod:926
24276 msgid ""
24277 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
24278 "the second and so on.  Existing files in the current directory are "
24279 "I<overwritten>."
24280 msgstr ""
24281
24282 # type: textblock
24283 #. type: textblock
24284 #: ../fish/guestfish.pod:930
24285 msgid ""
24286 "The type briefly describes how the disk should be sized, partitioned, how "
24287 "filesystem(s) should be created, and how content should be added.  "
24288 "Optionally the type can be followed by extra parameters, separated by C<:> "
24289 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
24290 "allocated disk, containing a single partition, with the partition formatted "
24291 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
24292 "disk instead."
24293 msgstr ""
24294
24295 # type: textblock
24296 #. type: textblock
24297 #: ../fish/guestfish.pod:938
24298 msgid "To list the available types and any extra parameters they take, run:"
24299 msgstr ""
24300
24301 # type: textblock
24302 #. type: textblock
24303 #: ../fish/guestfish.pod:942
24304 msgid ""
24305 "Note that the prepared filesystem is not mounted.  You would usually have to "
24306 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
24307 msgstr ""
24308
24309 # type: textblock
24310 #. type: textblock
24311 #: ../fish/guestfish.pod:946
24312 msgid ""
24313 "If any I<-N> or I<--new> options are given, the guest is automatically "
24314 "launched."
24315 msgstr ""
24316
24317 # type: textblock
24318 #. type: textblock
24319 #: ../fish/guestfish.pod:951
24320 msgid "Create a 100MB disk with an ext4-formatted partition:"
24321 msgstr ""
24322
24323 # type: verbatim
24324 #. type: verbatim
24325 #: ../fish/guestfish.pod:953
24326 #, no-wrap
24327 msgid ""
24328 " guestfish -N fs:ext4\n"
24329 "\n"
24330 msgstr ""
24331
24332 # type: textblock
24333 #. type: textblock
24334 #: ../fish/guestfish.pod:955
24335 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
24336 msgstr ""
24337
24338 # type: verbatim
24339 #. type: verbatim
24340 #: ../fish/guestfish.pod:957
24341 #, no-wrap
24342 msgid ""
24343 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
24344 "\n"
24345 msgstr ""
24346
24347 # type: textblock
24348 #. type: textblock
24349 #: ../fish/guestfish.pod:959
24350 msgid "Create a blank 200MB disk:"
24351 msgstr ""
24352
24353 # type: verbatim
24354 #. type: verbatim
24355 #: ../fish/guestfish.pod:961
24356 #, no-wrap
24357 msgid ""
24358 " guestfish -N disk:200M\n"
24359 "\n"
24360 msgstr ""
24361
24362 # type: =head1
24363 #. type: =head1
24364 #: ../fish/guestfish.pod:963
24365 msgid "PROGRESS BARS"
24366 msgstr ""
24367
24368 # type: textblock
24369 #. type: textblock
24370 #: ../fish/guestfish.pod:965
24371 msgid ""
24372 "Some (not all) long-running commands send progress notification messages as "
24373 "they are running.  Guestfish turns these messages into progress bars."
24374 msgstr ""
24375
24376 # type: textblock
24377 #. type: textblock
24378 #: ../fish/guestfish.pod:969
24379 msgid ""
24380 "When a command that supports progress bars takes longer than two seconds to "
24381 "run, and if progress bars are enabled, then you will see one appearing below "
24382 "the command:"
24383 msgstr ""
24384
24385 # type: verbatim
24386 #. type: verbatim
24387 #: ../fish/guestfish.pod:973
24388 #, no-wrap
24389 msgid ""
24390 " ><fs> copy-size /large-file /another-file 2048M\n"
24391 " / 10% [#####-----------------------------------------] 00:30\n"
24392 "\n"
24393 msgstr ""
24394
24395 # type: textblock
24396 #. type: textblock
24397 #: ../fish/guestfish.pod:976
24398 msgid ""
24399 "The spinner on the left hand side moves round once for every progress "
24400 "notification received from the backend.  This is a (reasonably) golden "
24401 "assurance that the command is \"doing something\" even if the progress bar "
24402 "is not moving, because the command is able to send the progress "
24403 "notifications.  When the bar reaches 100% and the command finishes, the "
24404 "spinner disappears."
24405 msgstr ""
24406
24407 # type: textblock
24408 #. type: textblock
24409 #: ../fish/guestfish.pod:983
24410 msgid ""
24411 "Progress bars are enabled by default when guestfish is used interactively.  "
24412 "You can enable them even for non-interactive modes using I<--progress-bars>, "
24413 "and you can disable them completely using I<--no-progress-bars>."
24414 msgstr ""
24415
24416 # type: =head1
24417 #. type: =head1
24418 #: ../fish/guestfish.pod:988
24419 msgid "GUESTFISH COMMANDS"
24420 msgstr ""
24421
24422 # type: textblock
24423 #. type: textblock
24424 #: ../fish/guestfish.pod:990
24425 msgid ""
24426 "The commands in this section are guestfish convenience commands, in other "
24427 "words, they are not part of the L<guestfs(3)> API."
24428 msgstr ""
24429
24430 # type: =head2
24431 #. type: =head2
24432 #: ../fish/guestfish.pod:993
24433 msgid "help"
24434 msgstr ""
24435
24436 # type: verbatim
24437 #. type: verbatim
24438 #: ../fish/guestfish.pod:995
24439 #, no-wrap
24440 msgid ""
24441 " help\n"
24442 " help cmd\n"
24443 "\n"
24444 msgstr ""
24445
24446 # type: textblock
24447 #. type: textblock
24448 #: ../fish/guestfish.pod:998
24449 msgid "Without any parameter, this provides general help."
24450 msgstr ""
24451
24452 # type: textblock
24453 #. type: textblock
24454 #: ../fish/guestfish.pod:1000
24455 msgid "With a C<cmd> parameter, this displays detailed help for that command."
24456 msgstr ""
24457
24458 # type: =head2
24459 #. type: =head2
24460 #: ../fish/guestfish.pod:1002
24461 msgid "quit | exit"
24462 msgstr ""
24463
24464 # type: textblock
24465 #. type: textblock
24466 #: ../fish/guestfish.pod:1004
24467 msgid "This exits guestfish.  You can also use C<^D> key."
24468 msgstr ""
24469
24470 # type: textblock
24471 #. type: textblock
24472 #: ../fish/guestfish.pod:1006
24473 msgid "@FISH_COMMANDS@"
24474 msgstr ""
24475
24476 # type: =head1
24477 #. type: =head1
24478 #: ../fish/guestfish.pod:1008
24479 msgid "COMMANDS"
24480 msgstr ""
24481
24482 # type: =head1
24483 #. type: =head1
24484 #: ../fish/guestfish.pod:1012 ../test-tool/libguestfs-test-tool.pod:77
24485 msgid "EXIT CODE"
24486 msgstr ""
24487
24488 # type: textblock
24489 #. type: textblock
24490 #: ../fish/guestfish.pod:1014
24491 msgid ""
24492 "guestfish returns 0 if the commands completed without error, or 1 if there "
24493 "was an error."
24494 msgstr ""
24495
24496 # type: =item
24497 #. type: =item
24498 #: ../fish/guestfish.pod:1021
24499 msgid "EDITOR"
24500 msgstr ""
24501
24502 # type: textblock
24503 #. type: textblock
24504 #: ../fish/guestfish.pod:1023
24505 msgid ""
24506 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
24507 "C<vi>."
24508 msgstr ""
24509
24510 #. type: =item
24511 #: ../fish/guestfish.pod:1026
24512 msgid "GUESTFISH_DISPLAY_IMAGE"
24513 msgstr ""
24514
24515 #. type: textblock
24516 #: ../fish/guestfish.pod:1028
24517 msgid ""
24518 "The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to display images.  "
24519 "If not set, it uses L<display(1)>."
24520 msgstr ""
24521
24522 # type: =item
24523 #. type: =item
24524 #: ../fish/guestfish.pod:1031
24525 msgid "GUESTFISH_PID"
24526 msgstr ""
24527
24528 # type: textblock
24529 #. type: textblock
24530 #: ../fish/guestfish.pod:1033
24531 msgid ""
24532 "Used with the I<--remote> option to specify the remote guestfish process to "
24533 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
24534 msgstr ""
24535
24536 # type: =item
24537 #. type: =item
24538 #: ../fish/guestfish.pod:1037
24539 msgid "HEXEDITOR"
24540 msgstr ""
24541
24542 # type: textblock
24543 #. type: textblock
24544 #: ../fish/guestfish.pod:1039
24545 msgid ""
24546 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
24547 "not specified, the external L<hexedit(1)> program is used."
24548 msgstr ""
24549
24550 # type: =item
24551 #. type: =item
24552 #: ../fish/guestfish.pod:1043
24553 msgid "HOME"
24554 msgstr ""
24555
24556 # type: textblock
24557 #. type: textblock
24558 #: ../fish/guestfish.pod:1045
24559 msgid ""
24560 "If compiled with GNU readline support, various files in the home directory "
24561 "can be used.  See L</FILES>."
24562 msgstr ""
24563
24564 # type: textblock
24565 #. type: textblock
24566 #: ../fish/guestfish.pod:1054
24567 msgid ""
24568 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
24569 "effect as using the B<-v> option."
24570 msgstr ""
24571
24572 # type: textblock
24573 #. type: textblock
24574 #: ../fish/guestfish.pod:1066
24575 msgid ""
24576 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
24577 "the discussion of paths in L<guestfs(3)>."
24578 msgstr ""
24579
24580 # type: textblock
24581 #. type: textblock
24582 #: ../fish/guestfish.pod:1077
24583 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
24584 msgstr ""
24585
24586 # type: =item
24587 #. type: =item
24588 #: ../fish/guestfish.pod:1079
24589 msgid "PAGER"
24590 msgstr ""
24591
24592 # type: textblock
24593 #. type: textblock
24594 #: ../fish/guestfish.pod:1081
24595 msgid ""
24596 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
24597 "C<more>."
24598 msgstr ""
24599
24600 # type: =head1
24601 #. type: =head1
24602 #: ../fish/guestfish.pod:1097 ../fuse/guestmount.pod:264
24603 msgid "FILES"
24604 msgstr ""
24605
24606 #. type: =item
24607 #: ../fish/guestfish.pod:1101 ../fuse/guestmount.pod:268
24608 msgid "$HOME/.libguestfs-tools.rc"
24609 msgstr ""
24610
24611 #. type: =item
24612 #: ../fish/guestfish.pod:1103 ../fuse/guestmount.pod:270
24613 msgid "/etc/libguestfs-tools.conf"
24614 msgstr ""
24615
24616 #. type: textblock
24617 #: ../fish/guestfish.pod:1105 ../fuse/guestmount.pod:272
24618 msgid ""
24619 "This configuration file controls the default read-only or read-write mode "
24620 "(I<--ro> or I<--rw>)."
24621 msgstr ""
24622
24623 #. type: textblock
24624 #: ../fish/guestfish.pod:1108
24625 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
24626 msgstr ""
24627
24628 # type: =item
24629 #. type: =item
24630 #: ../fish/guestfish.pod:1110
24631 msgid "$HOME/.guestfish"
24632 msgstr ""
24633
24634 # type: textblock
24635 #. type: textblock
24636 #: ../fish/guestfish.pod:1112
24637 msgid ""
24638 "If compiled with GNU readline support, then the command history is saved in "
24639 "this file."
24640 msgstr ""
24641
24642 # type: =item
24643 #. type: =item
24644 #: ../fish/guestfish.pod:1115
24645 msgid "$HOME/.inputrc"
24646 msgstr ""
24647
24648 # type: =item
24649 #. type: =item
24650 #: ../fish/guestfish.pod:1117
24651 msgid "/etc/inputrc"
24652 msgstr ""
24653
24654 # type: textblock
24655 #. type: textblock
24656 #: ../fish/guestfish.pod:1119
24657 msgid ""
24658 "If compiled with GNU readline support, then these files can be used to "
24659 "configure readline.  For further information, please see L<readline(3)/"
24660 "INITIALIZATION FILE>."
24661 msgstr ""
24662
24663 # type: textblock
24664 #. type: textblock
24665 #: ../fish/guestfish.pod:1123
24666 msgid "To write rules which only apply to guestfish, use:"
24667 msgstr ""
24668
24669 # type: verbatim
24670 #. type: verbatim
24671 #: ../fish/guestfish.pod:1125
24672 #, no-wrap
24673 msgid ""
24674 " $if guestfish\n"
24675 " ...\n"
24676 " $endif\n"
24677 "\n"
24678 msgstr ""
24679
24680 # type: textblock
24681 #. type: textblock
24682 #: ../fish/guestfish.pod:1129
24683 msgid ""
24684 "Variables that you can set in inputrc that change the behaviour of guestfish "
24685 "in useful ways include:"
24686 msgstr ""
24687
24688 # type: =item
24689 #. type: =item
24690 #: ../fish/guestfish.pod:1134
24691 msgid "completion-ignore-case (default: on)"
24692 msgstr ""
24693
24694 # type: textblock
24695 #. type: textblock
24696 #: ../fish/guestfish.pod:1136
24697 msgid ""
24698 "By default, guestfish will ignore case when tab-completing paths on the "
24699 "disk.  Use:"
24700 msgstr ""
24701
24702 # type: verbatim
24703 #. type: verbatim
24704 #: ../fish/guestfish.pod:1139
24705 #, no-wrap
24706 msgid ""
24707 " set completion-ignore-case off\n"
24708 "\n"
24709 msgstr ""
24710
24711 # type: textblock
24712 #. type: textblock
24713 #: ../fish/guestfish.pod:1141
24714 msgid "to make guestfish case sensitive."
24715 msgstr ""
24716
24717 # type: =item
24718 #. type: =item
24719 #: ../fish/guestfish.pod:1145
24720 msgid "test1.img"
24721 msgstr ""
24722
24723 # type: =item
24724 #. type: =item
24725 #: ../fish/guestfish.pod:1147
24726 msgid "test2.img (etc)"
24727 msgstr ""
24728
24729 #. type: textblock
24730 #: ../fish/guestfish.pod:1149
24731 msgid ""
24732 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
24733 "will be created in the file C<test1.img> in the current directory.  The "
24734 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
24735 "the same name will be overwritten."
24736 msgstr ""
24737
24738 #. type: textblock
24739 #: ../fish/guestfish.pod:1158
24740 msgid ""
24741 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
24742 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
24743 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
24744 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
24745 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
24746 ">, L<display(1)>, L<hexedit(1)>."
24747 msgstr ""
24748
24749 # type: textblock
24750 #. type: textblock
24751 #: ../fish/guestfish.pod:1189 ../test-tool/libguestfs-test-tool.pod:102
24752 #: ../fuse/guestmount.pod:299 ../tools/virt-win-reg.pl:778
24753 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
24754 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
24755 msgid ""
24756 "This program is free software; you can redistribute it and/or modify it "
24757 "under the terms of the GNU General Public License as published by the Free "
24758 "Software Foundation; either version 2 of the License, or (at your option) "
24759 "any later version."
24760 msgstr ""
24761
24762 # type: textblock
24763 #. type: textblock
24764 #: ../fish/guestfish.pod:1194 ../test-tool/libguestfs-test-tool.pod:107
24765 #: ../fuse/guestmount.pod:304 ../tools/virt-win-reg.pl:783
24766 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
24767 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
24768 msgid ""
24769 "This program is distributed in the hope that it will be useful, but WITHOUT "
24770 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
24771 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
24772 "more details."
24773 msgstr ""
24774
24775 # type: textblock
24776 #. type: textblock
24777 #: ../fish/guestfish.pod:1199 ../test-tool/libguestfs-test-tool.pod:112
24778 #: ../fuse/guestmount.pod:309 ../tools/virt-win-reg.pl:788
24779 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
24780 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
24781 msgid ""
24782 "You should have received a copy of the GNU General Public License along with "
24783 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
24784 "Ave, Cambridge, MA 02139, USA."
24785 msgstr ""
24786
24787 # type: =head2
24788 #. type: =head2
24789 #: ../fish/guestfish-actions.pod:1
24790 msgid "add-cdrom"
24791 msgstr ""
24792
24793 # type: verbatim
24794 #. type: verbatim
24795 #: ../fish/guestfish-actions.pod:3
24796 #, no-wrap
24797 msgid ""
24798 " add-cdrom filename\n"
24799 "\n"
24800 msgstr ""
24801
24802 # type: textblock
24803 #. type: textblock
24804 #: ../fish/guestfish-actions.pod:15
24805 msgid ""
24806 "This call checks for the existence of C<filename>.  This stops you from "
24807 "specifying other types of drive which are supported by qemu such as C<nbd:> "
24808 "and C<http:> URLs.  To specify those, use the general L</config> call "
24809 "instead."
24810 msgstr ""
24811
24812 # type: textblock
24813 #. type: textblock
24814 #: ../fish/guestfish-actions.pod:22
24815 msgid ""
24816 "If you just want to add an ISO file (often you use this as an efficient way "
24817 "to transfer large files into the guest), then you should probably use L</add-"
24818 "drive-ro> instead."
24819 msgstr ""
24820
24821 # type: =head2
24822 #. type: =head2
24823 #: ../fish/guestfish-actions.pod:35
24824 msgid "add-domain"
24825 msgstr ""
24826
24827 # type: =head2
24828 #. type: =head2
24829 #: ../fish/guestfish-actions.pod:37
24830 msgid "domain"
24831 msgstr ""
24832
24833 #. type: verbatim
24834 #: ../fish/guestfish-actions.pod:39
24835 #, no-wrap
24836 msgid ""
24837 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] [allowuuid:..]\n"
24838 "\n"
24839 msgstr ""
24840
24841 # type: textblock
24842 #. type: textblock
24843 #: ../fish/guestfish-actions.pod:41
24844 msgid ""
24845 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
24846 "It works by connecting to libvirt, requesting the domain and domain XML from "
24847 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
24848 msgstr ""
24849
24850 # type: textblock
24851 #. type: textblock
24852 #: ../fish/guestfish-actions.pod:76
24853 msgid ""
24854 "The other optional parameters are passed directly through to L</add-drive-"
24855 "opts>."
24856 msgstr ""
24857
24858 # type: textblock
24859 #. type: textblock
24860 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143
24861 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:3077
24862 #: ../fish/guestfish-actions.pod:3250
24863 msgid ""
24864 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
24865 msgstr ""
24866
24867 # type: =head2
24868 #. type: =head2
24869 #: ../fish/guestfish-actions.pod:81
24870 msgid "add-drive"
24871 msgstr ""
24872
24873 # type: verbatim
24874 #. type: verbatim
24875 #: ../fish/guestfish-actions.pod:83
24876 #, no-wrap
24877 msgid ""
24878 " add-drive filename\n"
24879 "\n"
24880 msgstr ""
24881
24882 # type: textblock
24883 #. type: textblock
24884 #: ../fish/guestfish-actions.pod:85
24885 msgid ""
24886 "This function is the equivalent of calling L</add-drive-opts> with no "
24887 "optional parameters, so the disk is added writable, with the format being "
24888 "detected automatically."
24889 msgstr ""
24890
24891 # type: textblock
24892 #. type: textblock
24893 #: ../fish/guestfish-actions.pod:89
24894 msgid ""
24895 "Automatic detection of the format opens you up to a potential security hole "
24896 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
24897 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
24898 "you should think about replacing calls to this function with calls to L</add-"
24899 "drive-opts>, and specifying the format."
24900 msgstr ""
24901
24902 # type: =head2
24903 #. type: =head2
24904 #: ../fish/guestfish-actions.pod:96
24905 msgid "add-drive-opts"
24906 msgstr ""
24907
24908 # type: =head2
24909 #. type: =head2
24910 #: ../fish/guestfish-actions.pod:98
24911 msgid "add"
24912 msgstr ""
24913
24914 # type: verbatim
24915 #. type: verbatim
24916 #: ../fish/guestfish-actions.pod:100
24917 #, no-wrap
24918 msgid ""
24919 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
24920 "\n"
24921 msgstr ""
24922
24923 # type: textblock
24924 #. type: textblock
24925 #: ../fish/guestfish-actions.pod:127
24926 msgid ""
24927 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
24928 "add-drive-ro>) then the format is automatically detected.  Possible formats "
24929 "include C<raw> and C<qcow2>."
24930 msgstr ""
24931
24932 # type: textblock
24933 #. type: textblock
24934 #: ../fish/guestfish-actions.pod:138
24935 msgid ""
24936 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
24937 "add-drive-with-if> call (q.v.)"
24938 msgstr ""
24939
24940 # type: =head2
24941 #. type: =head2
24942 #: ../fish/guestfish-actions.pod:145
24943 msgid "add-drive-ro"
24944 msgstr ""
24945
24946 # type: =head2
24947 #. type: =head2
24948 #: ../fish/guestfish-actions.pod:147
24949 msgid "add-ro"
24950 msgstr ""
24951
24952 # type: verbatim
24953 #. type: verbatim
24954 #: ../fish/guestfish-actions.pod:149
24955 #, no-wrap
24956 msgid ""
24957 " add-drive-ro filename\n"
24958 "\n"
24959 msgstr ""
24960
24961 # type: textblock
24962 #. type: textblock
24963 #: ../fish/guestfish-actions.pod:151
24964 msgid ""
24965 "This function is the equivalent of calling L</add-drive-opts> with the "
24966 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
24967 "is added read-only, with the format being detected automatically."
24968 msgstr ""
24969
24970 # type: =head2
24971 #. type: =head2
24972 #: ../fish/guestfish-actions.pod:156
24973 msgid "add-drive-ro-with-if"
24974 msgstr ""
24975
24976 # type: verbatim
24977 #. type: verbatim
24978 #: ../fish/guestfish-actions.pod:158
24979 #, no-wrap
24980 msgid ""
24981 " add-drive-ro-with-if filename iface\n"
24982 "\n"
24983 msgstr ""
24984
24985 # type: textblock
24986 #. type: textblock
24987 #: ../fish/guestfish-actions.pod:160
24988 msgid ""
24989 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
24990 "interface emulation to use at run time."
24991 msgstr ""
24992
24993 # type: =head2
24994 #. type: =head2
24995 #: ../fish/guestfish-actions.pod:170
24996 msgid "add-drive-with-if"
24997 msgstr ""
24998
24999 # type: verbatim
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:172
25002 #, no-wrap
25003 msgid ""
25004 " add-drive-with-if filename iface\n"
25005 "\n"
25006 msgstr ""
25007
25008 # type: textblock
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:174
25011 msgid ""
25012 "This is the same as L</add-drive> but it allows you to specify the QEMU "
25013 "interface emulation to use at run time."
25014 msgstr ""
25015
25016 # type: =head2
25017 #. type: =head2
25018 #: ../fish/guestfish-actions.pod:184
25019 msgid "aug-clear"
25020 msgstr ""
25021
25022 # type: verbatim
25023 #. type: verbatim
25024 #: ../fish/guestfish-actions.pod:186
25025 #, no-wrap
25026 msgid ""
25027 " aug-clear augpath\n"
25028 "\n"
25029 msgstr ""
25030
25031 # type: =head2
25032 #. type: =head2
25033 #: ../fish/guestfish-actions.pod:191
25034 msgid "aug-close"
25035 msgstr ""
25036
25037 # type: verbatim
25038 #. type: verbatim
25039 #: ../fish/guestfish-actions.pod:193
25040 #, no-wrap
25041 msgid ""
25042 " aug-close\n"
25043 "\n"
25044 msgstr ""
25045
25046 # type: textblock
25047 #. type: textblock
25048 #: ../fish/guestfish-actions.pod:195
25049 msgid ""
25050 "Close the current Augeas handle and free up any resources used by it.  After "
25051 "calling this, you have to call L</aug-init> again before you can use any "
25052 "other Augeas functions."
25053 msgstr ""
25054
25055 # type: =head2
25056 #. type: =head2
25057 #: ../fish/guestfish-actions.pod:200
25058 msgid "aug-defnode"
25059 msgstr ""
25060
25061 # type: verbatim
25062 #. type: verbatim
25063 #: ../fish/guestfish-actions.pod:202
25064 #, no-wrap
25065 msgid ""
25066 " aug-defnode name expr val\n"
25067 "\n"
25068 msgstr ""
25069
25070 # type: textblock
25071 #. type: textblock
25072 #: ../fish/guestfish-actions.pod:207
25073 msgid ""
25074 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
25075 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
25076 "containing that single node."
25077 msgstr ""
25078
25079 # type: =head2
25080 #. type: =head2
25081 #: ../fish/guestfish-actions.pod:215
25082 msgid "aug-defvar"
25083 msgstr ""
25084
25085 # type: verbatim
25086 #. type: verbatim
25087 #: ../fish/guestfish-actions.pod:217
25088 #, no-wrap
25089 msgid ""
25090 " aug-defvar name expr\n"
25091 "\n"
25092 msgstr ""
25093
25094 # type: =head2
25095 #. type: =head2
25096 #: ../fish/guestfish-actions.pod:226
25097 msgid "aug-get"
25098 msgstr ""
25099
25100 # type: verbatim
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:228
25103 #, no-wrap
25104 msgid ""
25105 " aug-get augpath\n"
25106 "\n"
25107 msgstr ""
25108
25109 # type: =head2
25110 #. type: =head2
25111 #: ../fish/guestfish-actions.pod:233
25112 msgid "aug-init"
25113 msgstr ""
25114
25115 # type: verbatim
25116 #. type: verbatim
25117 #: ../fish/guestfish-actions.pod:235
25118 #, no-wrap
25119 msgid ""
25120 " aug-init root flags\n"
25121 "\n"
25122 msgstr ""
25123
25124 # type: textblock
25125 #. type: textblock
25126 #: ../fish/guestfish-actions.pod:241
25127 msgid "You must call this before using any other L</aug-*> commands."
25128 msgstr ""
25129
25130 # type: textblock
25131 #. type: textblock
25132 #: ../fish/guestfish-actions.pod:276
25133 msgid "Do not load the tree in L</aug-init>."
25134 msgstr ""
25135
25136 # type: textblock
25137 #. type: textblock
25138 #: ../fish/guestfish-actions.pod:280
25139 msgid "To close the handle, you can call L</aug-close>."
25140 msgstr ""
25141
25142 # type: =head2
25143 #. type: =head2
25144 #: ../fish/guestfish-actions.pod:284
25145 msgid "aug-insert"
25146 msgstr ""
25147
25148 # type: verbatim
25149 #. type: verbatim
25150 #: ../fish/guestfish-actions.pod:286
25151 #, no-wrap
25152 msgid ""
25153 " aug-insert augpath label true|false\n"
25154 "\n"
25155 msgstr ""
25156
25157 # type: =head2
25158 #. type: =head2
25159 #: ../fish/guestfish-actions.pod:296
25160 msgid "aug-load"
25161 msgstr ""
25162
25163 # type: verbatim
25164 #. type: verbatim
25165 #: ../fish/guestfish-actions.pod:298
25166 #, no-wrap
25167 msgid ""
25168 " aug-load\n"
25169 "\n"
25170 msgstr ""
25171
25172 # type: =head2
25173 #. type: =head2
25174 #: ../fish/guestfish-actions.pod:305
25175 msgid "aug-ls"
25176 msgstr ""
25177
25178 # type: verbatim
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:307
25181 #, no-wrap
25182 msgid ""
25183 " aug-ls augpath\n"
25184 "\n"
25185 msgstr ""
25186
25187 # type: textblock
25188 #. type: textblock
25189 #: ../fish/guestfish-actions.pod:309
25190 msgid ""
25191 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
25192 "resulting nodes into alphabetical order."
25193 msgstr ""
25194
25195 # type: =head2
25196 #. type: =head2
25197 #: ../fish/guestfish-actions.pod:312
25198 msgid "aug-match"
25199 msgstr ""
25200
25201 # type: verbatim
25202 #. type: verbatim
25203 #: ../fish/guestfish-actions.pod:314
25204 #, no-wrap
25205 msgid ""
25206 " aug-match augpath\n"
25207 "\n"
25208 msgstr ""
25209
25210 # type: =head2
25211 #. type: =head2
25212 #: ../fish/guestfish-actions.pod:320
25213 msgid "aug-mv"
25214 msgstr ""
25215
25216 # type: verbatim
25217 #. type: verbatim
25218 #: ../fish/guestfish-actions.pod:322
25219 #, no-wrap
25220 msgid ""
25221 " aug-mv src dest\n"
25222 "\n"
25223 msgstr ""
25224
25225 # type: =head2
25226 #. type: =head2
25227 #: ../fish/guestfish-actions.pod:327
25228 msgid "aug-rm"
25229 msgstr ""
25230
25231 # type: verbatim
25232 #. type: verbatim
25233 #: ../fish/guestfish-actions.pod:329
25234 #, no-wrap
25235 msgid ""
25236 " aug-rm augpath\n"
25237 "\n"
25238 msgstr ""
25239
25240 # type: =head2
25241 #. type: =head2
25242 #: ../fish/guestfish-actions.pod:335
25243 msgid "aug-save"
25244 msgstr ""
25245
25246 # type: verbatim
25247 #. type: verbatim
25248 #: ../fish/guestfish-actions.pod:337
25249 #, no-wrap
25250 msgid ""
25251 " aug-save\n"
25252 "\n"
25253 msgstr ""
25254
25255 # type: textblock
25256 #. type: textblock
25257 #: ../fish/guestfish-actions.pod:341
25258 msgid ""
25259 "The flags which were passed to L</aug-init> affect exactly how files are "
25260 "saved."
25261 msgstr ""
25262
25263 # type: =head2
25264 #. type: =head2
25265 #: ../fish/guestfish-actions.pod:344
25266 msgid "aug-set"
25267 msgstr ""
25268
25269 # type: verbatim
25270 #. type: verbatim
25271 #: ../fish/guestfish-actions.pod:346
25272 #, no-wrap
25273 msgid ""
25274 " aug-set augpath val\n"
25275 "\n"
25276 msgstr ""
25277
25278 # type: textblock
25279 #. type: textblock
25280 #: ../fish/guestfish-actions.pod:350
25281 msgid ""
25282 "In the Augeas API, it is possible to clear a node by setting the value to "
25283 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
25284 "this call.  Instead you must use the L</aug-clear> call."
25285 msgstr ""
25286
25287 # type: =head2
25288 #. type: =head2
25289 #: ../fish/guestfish-actions.pod:355
25290 msgid "available"
25291 msgstr ""
25292
25293 # type: verbatim
25294 #. type: verbatim
25295 #: ../fish/guestfish-actions.pod:357
25296 #, no-wrap
25297 msgid ""
25298 " available 'groups ...'\n"
25299 "\n"
25300 msgstr ""
25301
25302 # type: textblock
25303 #. type: textblock
25304 #: ../fish/guestfish-actions.pod:363
25305 msgid ""
25306 "The libguestfs groups, and the functions that those groups correspond to, "
25307 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
25308 "runtime by calling L</available-all-groups>."
25309 msgstr ""
25310
25311 # type: textblock
25312 #. type: textblock
25313 #: ../fish/guestfish-actions.pod:387
25314 msgid "You must call L</launch> before calling this function."
25315 msgstr ""
25316
25317 # type: textblock
25318 #. type: textblock
25319 #: ../fish/guestfish-actions.pod:409
25320 msgid ""
25321 "This call was added in version C<1.0.80>.  In previous versions of "
25322 "libguestfs all you could do would be to speculatively execute a command to "
25323 "find out if the daemon implemented it.  See also L</version>."
25324 msgstr ""
25325
25326 # type: =head2
25327 #. type: =head2
25328 #: ../fish/guestfish-actions.pod:416
25329 msgid "available-all-groups"
25330 msgstr ""
25331
25332 # type: verbatim
25333 #. type: verbatim
25334 #: ../fish/guestfish-actions.pod:418
25335 #, no-wrap
25336 msgid ""
25337 " available-all-groups\n"
25338 "\n"
25339 msgstr ""
25340
25341 # type: textblock
25342 #. type: textblock
25343 #: ../fish/guestfish-actions.pod:420
25344 msgid ""
25345 "This command returns a list of all optional groups that this daemon knows "
25346 "about.  Note this returns both supported and unsupported groups.  To find "
25347 "out which ones the daemon can actually support you have to call L</"
25348 "available> on each member of the returned list."
25349 msgstr ""
25350
25351 # type: textblock
25352 #. type: textblock
25353 #: ../fish/guestfish-actions.pod:426
25354 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
25355 msgstr ""
25356
25357 # type: =head2
25358 #. type: =head2
25359 #: ../fish/guestfish-actions.pod:428
25360 msgid "base64-in"
25361 msgstr ""
25362
25363 # type: verbatim
25364 #. type: verbatim
25365 #: ../fish/guestfish-actions.pod:430
25366 #, no-wrap
25367 msgid ""
25368 " base64-in (base64file|-) filename\n"
25369 "\n"
25370 msgstr ""
25371
25372 # type: textblock
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444
25375 #: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837
25376 #: ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1230
25377 #: ../fish/guestfish-actions.pod:4523 ../fish/guestfish-actions.pod:4535
25378 #: ../fish/guestfish-actions.pod:4546 ../fish/guestfish-actions.pod:4557
25379 #: ../fish/guestfish-actions.pod:4609 ../fish/guestfish-actions.pod:4618
25380 #: ../fish/guestfish-actions.pod:4672 ../fish/guestfish-actions.pod:4695
25381 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
25382 msgstr ""
25383
25384 # type: =head2
25385 #. type: =head2
25386 #: ../fish/guestfish-actions.pod:437
25387 msgid "base64-out"
25388 msgstr ""
25389
25390 # type: verbatim
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:439
25393 #, no-wrap
25394 msgid ""
25395 " base64-out filename (base64file|-)\n"
25396 "\n"
25397 msgstr ""
25398
25399 # type: =head2
25400 #. type: =head2
25401 #: ../fish/guestfish-actions.pod:446
25402 msgid "blockdev-flushbufs"
25403 msgstr ""
25404
25405 # type: verbatim
25406 #. type: verbatim
25407 #: ../fish/guestfish-actions.pod:448
25408 #, no-wrap
25409 msgid ""
25410 " blockdev-flushbufs device\n"
25411 "\n"
25412 msgstr ""
25413
25414 # type: =head2
25415 #. type: =head2
25416 #: ../fish/guestfish-actions.pod:455
25417 msgid "blockdev-getbsz"
25418 msgstr ""
25419
25420 # type: verbatim
25421 #. type: verbatim
25422 #: ../fish/guestfish-actions.pod:457
25423 #, no-wrap
25424 msgid ""
25425 " blockdev-getbsz device\n"
25426 "\n"
25427 msgstr ""
25428
25429 # type: =head2
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:466
25432 msgid "blockdev-getro"
25433 msgstr ""
25434
25435 # type: verbatim
25436 #. type: verbatim
25437 #: ../fish/guestfish-actions.pod:468
25438 #, no-wrap
25439 msgid ""
25440 " blockdev-getro device\n"
25441 "\n"
25442 msgstr ""
25443
25444 # type: =head2
25445 #. type: =head2
25446 #: ../fish/guestfish-actions.pod:475
25447 msgid "blockdev-getsize64"
25448 msgstr ""
25449
25450 # type: verbatim
25451 #. type: verbatim
25452 #: ../fish/guestfish-actions.pod:477
25453 #, no-wrap
25454 msgid ""
25455 " blockdev-getsize64 device\n"
25456 "\n"
25457 msgstr ""
25458
25459 # type: textblock
25460 #. type: textblock
25461 #: ../fish/guestfish-actions.pod:481
25462 msgid "See also L</blockdev-getsz>."
25463 msgstr ""
25464
25465 # type: =head2
25466 #. type: =head2
25467 #: ../fish/guestfish-actions.pod:485
25468 msgid "blockdev-getss"
25469 msgstr ""
25470
25471 # type: verbatim
25472 #. type: verbatim
25473 #: ../fish/guestfish-actions.pod:487
25474 #, no-wrap
25475 msgid ""
25476 " blockdev-getss device\n"
25477 "\n"
25478 msgstr ""
25479
25480 # type: textblock
25481 #. type: textblock
25482 #: ../fish/guestfish-actions.pod:492
25483 msgid ""
25484 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
25485 msgstr ""
25486
25487 # type: =head2
25488 #. type: =head2
25489 #: ../fish/guestfish-actions.pod:497
25490 msgid "blockdev-getsz"
25491 msgstr ""
25492
25493 # type: verbatim
25494 #. type: verbatim
25495 #: ../fish/guestfish-actions.pod:499
25496 #, no-wrap
25497 msgid ""
25498 " blockdev-getsz device\n"
25499 "\n"
25500 msgstr ""
25501
25502 # type: textblock
25503 #. type: textblock
25504 #: ../fish/guestfish-actions.pod:504
25505 msgid ""
25506 "See also L</blockdev-getss> for the real sector size of the device, and L</"
25507 "blockdev-getsize64> for the more useful I<size in bytes>."
25508 msgstr ""
25509
25510 # type: =head2
25511 #. type: =head2
25512 #: ../fish/guestfish-actions.pod:510
25513 msgid "blockdev-rereadpt"
25514 msgstr ""
25515
25516 # type: verbatim
25517 #. type: verbatim
25518 #: ../fish/guestfish-actions.pod:512
25519 #, no-wrap
25520 msgid ""
25521 " blockdev-rereadpt device\n"
25522 "\n"
25523 msgstr ""
25524
25525 # type: =head2
25526 #. type: =head2
25527 #: ../fish/guestfish-actions.pod:518
25528 msgid "blockdev-setbsz"
25529 msgstr ""
25530
25531 # type: verbatim
25532 #. type: verbatim
25533 #: ../fish/guestfish-actions.pod:520
25534 #, no-wrap
25535 msgid ""
25536 " blockdev-setbsz device blocksize\n"
25537 "\n"
25538 msgstr ""
25539
25540 # type: =head2
25541 #. type: =head2
25542 #: ../fish/guestfish-actions.pod:529
25543 msgid "blockdev-setro"
25544 msgstr ""
25545
25546 # type: verbatim
25547 #. type: verbatim
25548 #: ../fish/guestfish-actions.pod:531
25549 #, no-wrap
25550 msgid ""
25551 " blockdev-setro device\n"
25552 "\n"
25553 msgstr ""
25554
25555 # type: =head2
25556 #. type: =head2
25557 #: ../fish/guestfish-actions.pod:537
25558 msgid "blockdev-setrw"
25559 msgstr ""
25560
25561 # type: verbatim
25562 #. type: verbatim
25563 #: ../fish/guestfish-actions.pod:539
25564 #, no-wrap
25565 msgid ""
25566 " blockdev-setrw device\n"
25567 "\n"
25568 msgstr ""
25569
25570 # type: =head2
25571 #. type: =head2
25572 #: ../fish/guestfish-actions.pod:545
25573 msgid "case-sensitive-path"
25574 msgstr ""
25575
25576 # type: verbatim
25577 #. type: verbatim
25578 #: ../fish/guestfish-actions.pod:547
25579 #, no-wrap
25580 msgid ""
25581 " case-sensitive-path path\n"
25582 "\n"
25583 msgstr ""
25584
25585 # type: textblock
25586 #. type: textblock
25587 #: ../fish/guestfish-actions.pod:571
25588 msgid ""
25589 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
25590 "WINDOWS/system32\"> (the exact return value would depend on details of how "
25591 "the directories were originally created under Windows)."
25592 msgstr ""
25593
25594 # type: textblock
25595 #. type: textblock
25596 #: ../fish/guestfish-actions.pod:579
25597 msgid "See also L</realpath>."
25598 msgstr ""
25599
25600 # type: =head2
25601 #. type: =head2
25602 #: ../fish/guestfish-actions.pod:581
25603 msgid "cat"
25604 msgstr ""
25605
25606 # type: verbatim
25607 #. type: verbatim
25608 #: ../fish/guestfish-actions.pod:583
25609 #, no-wrap
25610 msgid ""
25611 " cat path\n"
25612 "\n"
25613 msgstr ""
25614
25615 # type: textblock
25616 #. type: textblock
25617 #: ../fish/guestfish-actions.pod:587
25618 msgid ""
25619 "Note that this function cannot correctly handle binary files (specifically, "
25620 "files containing C<\\0> character which is treated as end of string).  For "
25621 "those you need to use the L</read-file> or L</download> functions which have "
25622 "a more complex interface."
25623 msgstr ""
25624
25625 # type: =head2
25626 #. type: =head2
25627 #: ../fish/guestfish-actions.pod:595
25628 msgid "checksum"
25629 msgstr ""
25630
25631 # type: verbatim
25632 #. type: verbatim
25633 #: ../fish/guestfish-actions.pod:597
25634 #, no-wrap
25635 msgid ""
25636 " checksum csumtype path\n"
25637 "\n"
25638 msgstr ""
25639
25640 # type: textblock
25641 #. type: textblock
25642 #: ../fish/guestfish-actions.pod:640
25643 msgid "To get the checksum for a device, use L</checksum-device>."
25644 msgstr ""
25645
25646 # type: textblock
25647 #. type: textblock
25648 #: ../fish/guestfish-actions.pod:642
25649 msgid "To get the checksums for many files, use L</checksums-out>."
25650 msgstr ""
25651
25652 # type: =head2
25653 #. type: =head2
25654 #: ../fish/guestfish-actions.pod:644
25655 msgid "checksum-device"
25656 msgstr ""
25657
25658 # type: verbatim
25659 #. type: verbatim
25660 #: ../fish/guestfish-actions.pod:646
25661 #, no-wrap
25662 msgid ""
25663 " checksum-device csumtype device\n"
25664 "\n"
25665 msgstr ""
25666
25667 # type: textblock
25668 #. type: textblock
25669 #: ../fish/guestfish-actions.pod:648
25670 msgid ""
25671 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
25672 "device named C<device>.  For the types of checksums supported see the L</"
25673 "checksum> command."
25674 msgstr ""
25675
25676 # type: =head2
25677 #. type: =head2
25678 #: ../fish/guestfish-actions.pod:652
25679 msgid "checksums-out"
25680 msgstr ""
25681
25682 # type: verbatim
25683 #. type: verbatim
25684 #: ../fish/guestfish-actions.pod:654
25685 #, no-wrap
25686 msgid ""
25687 " checksums-out csumtype directory (sumsfile|-)\n"
25688 "\n"
25689 msgstr ""
25690
25691 # type: =head2
25692 #. type: =head2
25693 #: ../fish/guestfish-actions.pod:670
25694 msgid "chmod"
25695 msgstr ""
25696
25697 # type: verbatim
25698 #. type: verbatim
25699 #: ../fish/guestfish-actions.pod:672
25700 #, no-wrap
25701 msgid ""
25702 " chmod mode path\n"
25703 "\n"
25704 msgstr ""
25705
25706 # type: =head2
25707 #. type: =head2
25708 #: ../fish/guestfish-actions.pod:683
25709 msgid "chown"
25710 msgstr ""
25711
25712 # type: verbatim
25713 #. type: verbatim
25714 #: ../fish/guestfish-actions.pod:685
25715 #, no-wrap
25716 msgid ""
25717 " chown owner group path\n"
25718 "\n"
25719 msgstr ""
25720
25721 # type: =head2
25722 #. type: =head2
25723 #: ../fish/guestfish-actions.pod:693
25724 msgid "command"
25725 msgstr ""
25726
25727 # type: verbatim
25728 #. type: verbatim
25729 #: ../fish/guestfish-actions.pod:695
25730 #, no-wrap
25731 msgid ""
25732 " command 'arguments ...'\n"
25733 "\n"
25734 msgstr ""
25735
25736 # type: textblock
25737 #. type: textblock
25738 #: ../fish/guestfish-actions.pod:702
25739 msgid ""
25740 "The single parameter is an argv-style list of arguments.  The first element "
25741 "is the name of the program to run.  Subsequent elements are parameters.  The "
25742 "list must be non-empty (ie. must contain a program name).  Note that the "
25743 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
25744 msgstr ""
25745
25746 # type: =head2
25747 #. type: =head2
25748 #: ../fish/guestfish-actions.pod:730
25749 msgid "command-lines"
25750 msgstr ""
25751
25752 # type: verbatim
25753 #. type: verbatim
25754 #: ../fish/guestfish-actions.pod:732
25755 #, no-wrap
25756 msgid ""
25757 " command-lines 'arguments ...'\n"
25758 "\n"
25759 msgstr ""
25760
25761 # type: textblock
25762 #. type: textblock
25763 #: ../fish/guestfish-actions.pod:734
25764 msgid ""
25765 "This is the same as L</command>, but splits the result into a list of lines."
25766 msgstr ""
25767
25768 # type: textblock
25769 #. type: textblock
25770 #: ../fish/guestfish-actions.pod:737
25771 msgid "See also: L</sh-lines>"
25772 msgstr ""
25773
25774 # type: =head2
25775 #. type: =head2
25776 #: ../fish/guestfish-actions.pod:742
25777 msgid "config"
25778 msgstr ""
25779
25780 # type: verbatim
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:744
25783 #, no-wrap
25784 msgid ""
25785 " config qemuparam qemuvalue\n"
25786 "\n"
25787 msgstr ""
25788
25789 # type: =head2
25790 #. type: =head2
25791 #: ../fish/guestfish-actions.pod:755
25792 msgid "copy-size"
25793 msgstr ""
25794
25795 # type: verbatim
25796 #. type: verbatim
25797 #: ../fish/guestfish-actions.pod:757
25798 #, no-wrap
25799 msgid ""
25800 " copy-size src dest size\n"
25801 "\n"
25802 msgstr ""
25803
25804 # type: =head2
25805 #. type: =head2
25806 #: ../fish/guestfish-actions.pod:765
25807 msgid "cp"
25808 msgstr ""
25809
25810 # type: verbatim
25811 #. type: verbatim
25812 #: ../fish/guestfish-actions.pod:767
25813 #, no-wrap
25814 msgid ""
25815 " cp src dest\n"
25816 "\n"
25817 msgstr ""
25818
25819 # type: =head2
25820 #. type: =head2
25821 #: ../fish/guestfish-actions.pod:772
25822 msgid "cp-a"
25823 msgstr ""
25824
25825 # type: verbatim
25826 #. type: verbatim
25827 #: ../fish/guestfish-actions.pod:774
25828 #, no-wrap
25829 msgid ""
25830 " cp-a src dest\n"
25831 "\n"
25832 msgstr ""
25833
25834 # type: =head2
25835 #. type: =head2
25836 #: ../fish/guestfish-actions.pod:779
25837 msgid "dd"
25838 msgstr ""
25839
25840 # type: verbatim
25841 #. type: verbatim
25842 #: ../fish/guestfish-actions.pod:781
25843 #, no-wrap
25844 msgid ""
25845 " dd src dest\n"
25846 "\n"
25847 msgstr ""
25848
25849 # type: textblock
25850 #. type: textblock
25851 #: ../fish/guestfish-actions.pod:788
25852 msgid ""
25853 "If the destination is a device, it must be as large or larger than the "
25854 "source file or device, otherwise the copy will fail.  This command cannot do "
25855 "partial copies (see L</copy-size>)."
25856 msgstr ""
25857
25858 # type: =head2
25859 #. type: =head2
25860 #: ../fish/guestfish-actions.pod:792
25861 msgid "df"
25862 msgstr ""
25863
25864 # type: verbatim
25865 #. type: verbatim
25866 #: ../fish/guestfish-actions.pod:794
25867 #, no-wrap
25868 msgid ""
25869 " df\n"
25870 "\n"
25871 msgstr ""
25872
25873 # type: textblock
25874 #. type: textblock
25875 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
25876 msgid ""
25877 "This command is mostly useful for interactive sessions.  It is I<not> "
25878 "intended that you try to parse the output string.  Use L</statvfs> from "
25879 "programs."
25880 msgstr ""
25881
25882 # type: =head2
25883 #. type: =head2
25884 #: ../fish/guestfish-actions.pod:802
25885 msgid "df-h"
25886 msgstr ""
25887
25888 # type: verbatim
25889 #. type: verbatim
25890 #: ../fish/guestfish-actions.pod:804
25891 #, no-wrap
25892 msgid ""
25893 " df-h\n"
25894 "\n"
25895 msgstr ""
25896
25897 # type: =head2
25898 #. type: =head2
25899 #: ../fish/guestfish-actions.pod:813
25900 msgid "dmesg"
25901 msgstr ""
25902
25903 # type: verbatim
25904 #. type: verbatim
25905 #: ../fish/guestfish-actions.pod:815
25906 #, no-wrap
25907 msgid ""
25908 " dmesg\n"
25909 "\n"
25910 msgstr ""
25911
25912 # type: textblock
25913 #. type: textblock
25914 #: ../fish/guestfish-actions.pod:821
25915 msgid ""
25916 "Another way to get the same information is to enable verbose messages with "
25917 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
25918 "before running the program."
25919 msgstr ""
25920
25921 # type: =head2
25922 #. type: =head2
25923 #: ../fish/guestfish-actions.pod:826
25924 msgid "download"
25925 msgstr ""
25926
25927 # type: verbatim
25928 #. type: verbatim
25929 #: ../fish/guestfish-actions.pod:828
25930 #, no-wrap
25931 msgid ""
25932 " download remotefilename (filename|-)\n"
25933 "\n"
25934 msgstr ""
25935
25936 # type: textblock
25937 #. type: textblock
25938 #: ../fish/guestfish-actions.pod:835
25939 msgid "See also L</upload>, L</cat>."
25940 msgstr ""
25941
25942 # type: =head2
25943 #. type: =head2
25944 #: ../fish/guestfish-actions.pod:839
25945 msgid "download-offset"
25946 msgstr ""
25947
25948 # type: verbatim
25949 #. type: verbatim
25950 #: ../fish/guestfish-actions.pod:841
25951 #, no-wrap
25952 msgid ""
25953 " download-offset remotefilename (filename|-) offset size\n"
25954 "\n"
25955 msgstr ""
25956
25957 # type: textblock
25958 #. type: textblock
25959 #: ../fish/guestfish-actions.pod:849
25960 msgid ""
25961 "Note that there is no limit on the amount of data that can be downloaded "
25962 "with this call, unlike with L</pread>, and this call always reads the full "
25963 "amount unless an error occurs."
25964 msgstr ""
25965
25966 # type: textblock
25967 #. type: textblock
25968 #: ../fish/guestfish-actions.pod:854
25969 msgid "See also L</download>, L</pread>."
25970 msgstr ""
25971
25972 # type: =head2
25973 #. type: =head2
25974 #: ../fish/guestfish-actions.pod:858
25975 msgid "drop-caches"
25976 msgstr ""
25977
25978 # type: verbatim
25979 #. type: verbatim
25980 #: ../fish/guestfish-actions.pod:860
25981 #, no-wrap
25982 msgid ""
25983 " drop-caches whattodrop\n"
25984 "\n"
25985 msgstr ""
25986
25987 # type: =head2
25988 #. type: =head2
25989 #: ../fish/guestfish-actions.pod:872
25990 msgid "du"
25991 msgstr ""
25992
25993 # type: verbatim
25994 #. type: verbatim
25995 #: ../fish/guestfish-actions.pod:874
25996 #, no-wrap
25997 msgid ""
25998 " du path\n"
25999 "\n"
26000 msgstr ""
26001
26002 # type: =head2
26003 #. type: =head2
26004 #: ../fish/guestfish-actions.pod:886
26005 msgid "e2fsck-f"
26006 msgstr ""
26007
26008 # type: verbatim
26009 #. type: verbatim
26010 #: ../fish/guestfish-actions.pod:888
26011 #, no-wrap
26012 msgid ""
26013 " e2fsck-f device\n"
26014 "\n"
26015 msgstr ""
26016
26017 # type: textblock
26018 #. type: textblock
26019 #: ../fish/guestfish-actions.pod:894
26020 msgid ""
26021 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
26022 "should use L</fsck>."
26023 msgstr ""
26024
26025 # type: =head2
26026 #. type: =head2
26027 #: ../fish/guestfish-actions.pod:897
26028 msgid "echo-daemon"
26029 msgstr ""
26030
26031 # type: verbatim
26032 #. type: verbatim
26033 #: ../fish/guestfish-actions.pod:899
26034 #, no-wrap
26035 msgid ""
26036 " echo-daemon 'words ...'\n"
26037 "\n"
26038 msgstr ""
26039
26040 # type: textblock
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:906
26043 msgid "See also L</ping-daemon>."
26044 msgstr ""
26045
26046 # type: =head2
26047 #. type: =head2
26048 #: ../fish/guestfish-actions.pod:908
26049 msgid "egrep"
26050 msgstr ""
26051
26052 # type: verbatim
26053 #. type: verbatim
26054 #: ../fish/guestfish-actions.pod:910
26055 #, no-wrap
26056 msgid ""
26057 " egrep regex path\n"
26058 "\n"
26059 msgstr ""
26060
26061 # type: =head2
26062 #. type: =head2
26063 #: ../fish/guestfish-actions.pod:918
26064 msgid "egrepi"
26065 msgstr ""
26066
26067 # type: verbatim
26068 #. type: verbatim
26069 #: ../fish/guestfish-actions.pod:920
26070 #, no-wrap
26071 msgid ""
26072 " egrepi regex path\n"
26073 "\n"
26074 msgstr ""
26075
26076 # type: =head2
26077 #. type: =head2
26078 #: ../fish/guestfish-actions.pod:928
26079 msgid "equal"
26080 msgstr ""
26081
26082 # type: verbatim
26083 #. type: verbatim
26084 #: ../fish/guestfish-actions.pod:930
26085 #, no-wrap
26086 msgid ""
26087 " equal file1 file2\n"
26088 "\n"
26089 msgstr ""
26090
26091 # type: =head2
26092 #. type: =head2
26093 #: ../fish/guestfish-actions.pod:937
26094 msgid "exists"
26095 msgstr ""
26096
26097 # type: verbatim
26098 #. type: verbatim
26099 #: ../fish/guestfish-actions.pod:939
26100 #, no-wrap
26101 msgid ""
26102 " exists path\n"
26103 "\n"
26104 msgstr ""
26105
26106 # type: textblock
26107 #. type: textblock
26108 #: ../fish/guestfish-actions.pod:944
26109 msgid "See also L</is-file>, L</is-dir>, L</stat>."
26110 msgstr ""
26111
26112 # type: =head2
26113 #. type: =head2
26114 #: ../fish/guestfish-actions.pod:946
26115 msgid "fallocate"
26116 msgstr ""
26117
26118 # type: verbatim
26119 #. type: verbatim
26120 #: ../fish/guestfish-actions.pod:948
26121 #, no-wrap
26122 msgid ""
26123 " fallocate path len\n"
26124 "\n"
26125 msgstr ""
26126
26127 # type: =head2
26128 #. type: =head2
26129 #: ../fish/guestfish-actions.pod:965
26130 msgid "fallocate64"
26131 msgstr ""
26132
26133 # type: verbatim
26134 #. type: verbatim
26135 #: ../fish/guestfish-actions.pod:967
26136 #, no-wrap
26137 msgid ""
26138 " fallocate64 path len\n"
26139 "\n"
26140 msgstr ""
26141
26142 # type: textblock
26143 #. type: textblock
26144 #: ../fish/guestfish-actions.pod:973
26145 msgid ""
26146 "Note that this call allocates disk blocks for the file.  To create a sparse "
26147 "file use L</truncate-size> instead."
26148 msgstr ""
26149
26150 # type: textblock
26151 #. type: textblock
26152 #: ../fish/guestfish-actions.pod:976
26153 msgid ""
26154 "The deprecated call L</fallocate> does the same, but owing to an oversight "
26155 "it only allowed 30 bit lengths to be specified, effectively limiting the "
26156 "maximum size of files created through that call to 1GB."
26157 msgstr ""
26158
26159 # type: =head2
26160 #. type: =head2
26161 #: ../fish/guestfish-actions.pod:985
26162 msgid "fgrep"
26163 msgstr ""
26164
26165 # type: verbatim
26166 #. type: verbatim
26167 #: ../fish/guestfish-actions.pod:987
26168 #, no-wrap
26169 msgid ""
26170 " fgrep pattern path\n"
26171 "\n"
26172 msgstr ""
26173
26174 # type: =head2
26175 #. type: =head2
26176 #: ../fish/guestfish-actions.pod:995
26177 msgid "fgrepi"
26178 msgstr ""
26179
26180 # type: verbatim
26181 #. type: verbatim
26182 #: ../fish/guestfish-actions.pod:997
26183 #, no-wrap
26184 msgid ""
26185 " fgrepi pattern path\n"
26186 "\n"
26187 msgstr ""
26188
26189 # type: =head2
26190 #. type: =head2
26191 #: ../fish/guestfish-actions.pod:1005
26192 msgid "file"
26193 msgstr ""
26194
26195 # type: verbatim
26196 #. type: verbatim
26197 #: ../fish/guestfish-actions.pod:1007
26198 #, no-wrap
26199 msgid ""
26200 " file path\n"
26201 "\n"
26202 msgstr ""
26203
26204 #. type: textblock
26205 #: ../fish/guestfish-actions.pod:1023
26206 msgid ""
26207 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
26208 "(etc), L</is-zero>."
26209 msgstr ""
26210
26211 # type: =head2
26212 #. type: =head2
26213 #: ../fish/guestfish-actions.pod:1026
26214 msgid "file-architecture"
26215 msgstr ""
26216
26217 # type: verbatim
26218 #. type: verbatim
26219 #: ../fish/guestfish-actions.pod:1028
26220 #, no-wrap
26221 msgid ""
26222 " file-architecture filename\n"
26223 "\n"
26224 msgstr ""
26225
26226 # type: =head2
26227 #. type: =head2
26228 #: ../fish/guestfish-actions.pod:1131
26229 msgid "filesize"
26230 msgstr ""
26231
26232 # type: verbatim
26233 #. type: verbatim
26234 #: ../fish/guestfish-actions.pod:1133
26235 #, no-wrap
26236 msgid ""
26237 " filesize file\n"
26238 "\n"
26239 msgstr ""
26240
26241 # type: textblock
26242 #. type: textblock
26243 #: ../fish/guestfish-actions.pod:1137
26244 msgid ""
26245 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
26246 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
26247 msgstr ""
26248
26249 # type: =head2
26250 #. type: =head2
26251 #: ../fish/guestfish-actions.pod:1141
26252 msgid "fill"
26253 msgstr ""
26254
26255 # type: verbatim
26256 #. type: verbatim
26257 #: ../fish/guestfish-actions.pod:1143
26258 #, no-wrap
26259 msgid ""
26260 " fill c len path\n"
26261 "\n"
26262 msgstr ""
26263
26264 # type: textblock
26265 #. type: textblock
26266 #: ../fish/guestfish-actions.pod:1149
26267 msgid ""
26268 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
26269 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
26270 "L</fill-pattern>."
26271 msgstr ""
26272
26273 # type: =head2
26274 #. type: =head2
26275 #: ../fish/guestfish-actions.pod:1154
26276 msgid "fill-pattern"
26277 msgstr ""
26278
26279 # type: verbatim
26280 #. type: verbatim
26281 #: ../fish/guestfish-actions.pod:1156
26282 #, no-wrap
26283 msgid ""
26284 " fill-pattern pattern len path\n"
26285 "\n"
26286 msgstr ""
26287
26288 # type: textblock
26289 #. type: textblock
26290 #: ../fish/guestfish-actions.pod:1158
26291 msgid ""
26292 "This function is like L</fill> except that it creates a new file of length "
26293 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
26294 "is truncated if necessary to ensure the length of the file is exactly C<len> "
26295 "bytes."
26296 msgstr ""
26297
26298 # type: =head2
26299 #. type: =head2
26300 #: ../fish/guestfish-actions.pod:1163
26301 msgid "find"
26302 msgstr ""
26303
26304 # type: verbatim
26305 #. type: verbatim
26306 #: ../fish/guestfish-actions.pod:1165
26307 #, no-wrap
26308 msgid ""
26309 " find directory\n"
26310 "\n"
26311 msgstr ""
26312
26313 # type: textblock
26314 #. type: textblock
26315 #: ../fish/guestfish-actions.pod:1179
26316 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
26317 msgstr ""
26318
26319 # type: textblock
26320 #. type: textblock
26321 #: ../fish/guestfish-actions.pod:1192
26322 msgid "See also L</find0>."
26323 msgstr ""
26324
26325 # type: =head2
26326 #. type: =head2
26327 #: ../fish/guestfish-actions.pod:1197
26328 msgid "find0"
26329 msgstr ""
26330
26331 # type: verbatim
26332 #. type: verbatim
26333 #: ../fish/guestfish-actions.pod:1199
26334 #, no-wrap
26335 msgid ""
26336 " find0 directory (files|-)\n"
26337 "\n"
26338 msgstr ""
26339
26340 # type: textblock
26341 #. type: textblock
26342 #: ../fish/guestfish-actions.pod:1205
26343 msgid ""
26344 "This command works the same way as L</find> with the following exceptions:"
26345 msgstr ""
26346
26347 # type: =head2
26348 #. type: =head2
26349 #: ../fish/guestfish-actions.pod:1232
26350 msgid "findfs-label"
26351 msgstr ""
26352
26353 # type: verbatim
26354 #. type: verbatim
26355 #: ../fish/guestfish-actions.pod:1234
26356 #, no-wrap
26357 msgid ""
26358 " findfs-label label\n"
26359 "\n"
26360 msgstr ""
26361
26362 # type: textblock
26363 #. type: textblock
26364 #: ../fish/guestfish-actions.pod:1240
26365 msgid "To find the label of a filesystem, use L</vfs-label>."
26366 msgstr ""
26367
26368 # type: =head2
26369 #. type: =head2
26370 #: ../fish/guestfish-actions.pod:1242
26371 msgid "findfs-uuid"
26372 msgstr ""
26373
26374 # type: verbatim
26375 #. type: verbatim
26376 #: ../fish/guestfish-actions.pod:1244
26377 #, no-wrap
26378 msgid ""
26379 " findfs-uuid uuid\n"
26380 "\n"
26381 msgstr ""
26382
26383 # type: textblock
26384 #. type: textblock
26385 #: ../fish/guestfish-actions.pod:1250
26386 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
26387 msgstr ""
26388
26389 # type: =head2
26390 #. type: =head2
26391 #: ../fish/guestfish-actions.pod:1252
26392 msgid "fsck"
26393 msgstr ""
26394
26395 # type: verbatim
26396 #. type: verbatim
26397 #: ../fish/guestfish-actions.pod:1254
26398 #, no-wrap
26399 msgid ""
26400 " fsck fstype device\n"
26401 "\n"
26402 msgstr ""
26403
26404 # type: =head2
26405 #. type: =head2
26406 #: ../fish/guestfish-actions.pod:1284
26407 msgid "get-append"
26408 msgstr ""
26409
26410 # type: verbatim
26411 #. type: verbatim
26412 #: ../fish/guestfish-actions.pod:1286
26413 #, no-wrap
26414 msgid ""
26415 " get-append\n"
26416 "\n"
26417 msgstr ""
26418
26419 #. type: =head2
26420 #: ../fish/guestfish-actions.pod:1293
26421 msgid "get-attach-method"
26422 msgstr ""
26423
26424 #. type: verbatim
26425 #: ../fish/guestfish-actions.pod:1295
26426 #, no-wrap
26427 msgid ""
26428 " get-attach-method\n"
26429 "\n"
26430 msgstr ""
26431
26432 #. type: textblock
26433 #: ../fish/guestfish-actions.pod:1297
26434 msgid "Return the current attach method.  See L</set-attach-method>."
26435 msgstr ""
26436
26437 # type: =head2
26438 #. type: =head2
26439 #: ../fish/guestfish-actions.pod:1299
26440 msgid "get-autosync"
26441 msgstr ""
26442
26443 # type: verbatim
26444 #. type: verbatim
26445 #: ../fish/guestfish-actions.pod:1301
26446 #, no-wrap
26447 msgid ""
26448 " get-autosync\n"
26449 "\n"
26450 msgstr ""
26451
26452 # type: =head2
26453 #. type: =head2
26454 #: ../fish/guestfish-actions.pod:1305
26455 msgid "get-direct"
26456 msgstr ""
26457
26458 # type: verbatim
26459 #. type: verbatim
26460 #: ../fish/guestfish-actions.pod:1307
26461 #, no-wrap
26462 msgid ""
26463 " get-direct\n"
26464 "\n"
26465 msgstr ""
26466
26467 # type: =head2
26468 #. type: =head2
26469 #: ../fish/guestfish-actions.pod:1311
26470 msgid "get-e2label"
26471 msgstr ""
26472
26473 # type: verbatim
26474 #. type: verbatim
26475 #: ../fish/guestfish-actions.pod:1313
26476 #, no-wrap
26477 msgid ""
26478 " get-e2label device\n"
26479 "\n"
26480 msgstr ""
26481
26482 # type: =head2
26483 #. type: =head2
26484 #: ../fish/guestfish-actions.pod:1325
26485 msgid "get-e2uuid"
26486 msgstr ""
26487
26488 # type: verbatim
26489 #. type: verbatim
26490 #: ../fish/guestfish-actions.pod:1327
26491 #, no-wrap
26492 msgid ""
26493 " get-e2uuid device\n"
26494 "\n"
26495 msgstr ""
26496
26497 # type: =head2
26498 #. type: =head2
26499 #: ../fish/guestfish-actions.pod:1339
26500 msgid "get-memsize"
26501 msgstr ""
26502
26503 # type: verbatim
26504 #. type: verbatim
26505 #: ../fish/guestfish-actions.pod:1341
26506 #, no-wrap
26507 msgid ""
26508 " get-memsize\n"
26509 "\n"
26510 msgstr ""
26511
26512 # type: textblock
26513 #. type: textblock
26514 #: ../fish/guestfish-actions.pod:1346
26515 msgid ""
26516 "If L</set-memsize> was not called on this handle, and if "
26517 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
26518 "value for memsize."
26519 msgstr ""
26520
26521 # type: =head2
26522 #. type: =head2
26523 #: ../fish/guestfish-actions.pod:1353
26524 msgid "get-network"
26525 msgstr ""
26526
26527 # type: verbatim
26528 #. type: verbatim
26529 #: ../fish/guestfish-actions.pod:1355
26530 #, no-wrap
26531 msgid ""
26532 " get-network\n"
26533 "\n"
26534 msgstr ""
26535
26536 # type: =head2
26537 #. type: =head2
26538 #: ../fish/guestfish-actions.pod:1359
26539 msgid "get-path"
26540 msgstr ""
26541
26542 # type: verbatim
26543 #. type: verbatim
26544 #: ../fish/guestfish-actions.pod:1361
26545 #, no-wrap
26546 msgid ""
26547 " get-path\n"
26548 "\n"
26549 msgstr ""
26550
26551 # type: =head2
26552 #. type: =head2
26553 #: ../fish/guestfish-actions.pod:1368
26554 msgid "get-pid"
26555 msgstr ""
26556
26557 # type: =head2
26558 #. type: =head2
26559 #: ../fish/guestfish-actions.pod:1370
26560 msgid "pid"
26561 msgstr ""
26562
26563 # type: verbatim
26564 #. type: verbatim
26565 #: ../fish/guestfish-actions.pod:1372
26566 #, no-wrap
26567 msgid ""
26568 " get-pid\n"
26569 "\n"
26570 msgstr ""
26571
26572 # type: =head2
26573 #. type: =head2
26574 #: ../fish/guestfish-actions.pod:1379
26575 msgid "get-qemu"
26576 msgstr ""
26577
26578 # type: verbatim
26579 #. type: verbatim
26580 #: ../fish/guestfish-actions.pod:1381
26581 #, no-wrap
26582 msgid ""
26583 " get-qemu\n"
26584 "\n"
26585 msgstr ""
26586
26587 # type: =head2
26588 #. type: =head2
26589 #: ../fish/guestfish-actions.pod:1388
26590 msgid "get-recovery-proc"
26591 msgstr ""
26592
26593 # type: verbatim
26594 #. type: verbatim
26595 #: ../fish/guestfish-actions.pod:1390
26596 #, no-wrap
26597 msgid ""
26598 " get-recovery-proc\n"
26599 "\n"
26600 msgstr ""
26601
26602 # type: =head2
26603 #. type: =head2
26604 #: ../fish/guestfish-actions.pod:1394
26605 msgid "get-selinux"
26606 msgstr ""
26607
26608 # type: verbatim
26609 #. type: verbatim
26610 #: ../fish/guestfish-actions.pod:1396
26611 #, no-wrap
26612 msgid ""
26613 " get-selinux\n"
26614 "\n"
26615 msgstr ""
26616
26617 # type: textblock
26618 #. type: textblock
26619 #: ../fish/guestfish-actions.pod:1398
26620 msgid ""
26621 "This returns the current setting of the selinux flag which is passed to the "
26622 "appliance at boot time.  See L</set-selinux>."
26623 msgstr ""
26624
26625 # type: =head2
26626 #. type: =head2
26627 #: ../fish/guestfish-actions.pod:1404
26628 msgid "get-state"
26629 msgstr ""
26630
26631 # type: verbatim
26632 #. type: verbatim
26633 #: ../fish/guestfish-actions.pod:1406
26634 #, no-wrap
26635 msgid ""
26636 " get-state\n"
26637 "\n"
26638 msgstr ""
26639
26640 # type: =head2
26641 #. type: =head2
26642 #: ../fish/guestfish-actions.pod:1413
26643 msgid "get-trace"
26644 msgstr ""
26645
26646 # type: verbatim
26647 #. type: verbatim
26648 #: ../fish/guestfish-actions.pod:1415
26649 #, no-wrap
26650 msgid ""
26651 " get-trace\n"
26652 "\n"
26653 msgstr ""
26654
26655 # type: =head2
26656 #. type: =head2
26657 #: ../fish/guestfish-actions.pod:1419
26658 msgid "get-umask"
26659 msgstr ""
26660
26661 # type: verbatim
26662 #. type: verbatim
26663 #: ../fish/guestfish-actions.pod:1421
26664 #, no-wrap
26665 msgid ""
26666 " get-umask\n"
26667 "\n"
26668 msgstr ""
26669
26670 # type: textblock
26671 #. type: textblock
26672 #: ../fish/guestfish-actions.pod:1423
26673 msgid ""
26674 "Return the current umask.  By default the umask is C<022> unless it has been "
26675 "set by calling L</umask>."
26676 msgstr ""
26677
26678 # type: =head2
26679 #. type: =head2
26680 #: ../fish/guestfish-actions.pod:1426
26681 msgid "get-verbose"
26682 msgstr ""
26683
26684 # type: verbatim
26685 #. type: verbatim
26686 #: ../fish/guestfish-actions.pod:1428
26687 #, no-wrap
26688 msgid ""
26689 " get-verbose\n"
26690 "\n"
26691 msgstr ""
26692
26693 # type: =head2
26694 #. type: =head2
26695 #: ../fish/guestfish-actions.pod:1432
26696 msgid "getcon"
26697 msgstr ""
26698
26699 # type: verbatim
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:1434
26702 #, no-wrap
26703 msgid ""
26704 " getcon\n"
26705 "\n"
26706 msgstr ""
26707
26708 # type: textblock
26709 #. type: textblock
26710 #: ../fish/guestfish-actions.pod:1438
26711 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
26712 msgstr ""
26713
26714 # type: =head2
26715 #. type: =head2
26716 #: ../fish/guestfish-actions.pod:1441
26717 msgid "getxattr"
26718 msgstr ""
26719
26720 # type: verbatim
26721 #. type: verbatim
26722 #: ../fish/guestfish-actions.pod:1443
26723 #, no-wrap
26724 msgid ""
26725 " getxattr path name\n"
26726 "\n"
26727 msgstr ""
26728
26729 # type: textblock
26730 #. type: textblock
26731 #: ../fish/guestfish-actions.pod:1445
26732 msgid ""
26733 "Get a single extended attribute from file C<path> named C<name>.  This call "
26734 "follows symlinks.  If you want to lookup an extended attribute for the "
26735 "symlink itself, use L</lgetxattr>."
26736 msgstr ""
26737
26738 # type: textblock
26739 #. type: textblock
26740 #: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:2476
26741 msgid ""
26742 "Normally it is better to get all extended attributes from a file in one go "
26743 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
26744 "buggy and do not provide a way to list out attributes.  For these "
26745 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
26746 "attributes you want in advance and call this function."
26747 msgstr ""
26748
26749 # type: textblock
26750 #. type: textblock
26751 #: ../fish/guestfish-actions.pod:1459
26752 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
26753 msgstr ""
26754
26755 # type: =head2
26756 #. type: =head2
26757 #: ../fish/guestfish-actions.pod:1461
26758 msgid "getxattrs"
26759 msgstr ""
26760
26761 # type: verbatim
26762 #. type: verbatim
26763 #: ../fish/guestfish-actions.pod:1463
26764 #, no-wrap
26765 msgid ""
26766 " getxattrs path\n"
26767 "\n"
26768 msgstr ""
26769
26770 # type: textblock
26771 #. type: textblock
26772 #: ../fish/guestfish-actions.pod:1471
26773 msgid "See also: L</lgetxattrs>, L<attr(5)>."
26774 msgstr ""
26775
26776 # type: =head2
26777 #. type: =head2
26778 #: ../fish/guestfish-actions.pod:1473
26779 msgid "glob-expand"
26780 msgstr ""
26781
26782 # type: verbatim
26783 #. type: verbatim
26784 #: ../fish/guestfish-actions.pod:1475
26785 #, no-wrap
26786 msgid ""
26787 " glob-expand pattern\n"
26788 "\n"
26789 msgstr ""
26790
26791 # type: =head2
26792 #. type: =head2
26793 #: ../fish/guestfish-actions.pod:1488
26794 msgid "grep"
26795 msgstr ""
26796
26797 # type: verbatim
26798 #. type: verbatim
26799 #: ../fish/guestfish-actions.pod:1490
26800 #, no-wrap
26801 msgid ""
26802 " grep regex path\n"
26803 "\n"
26804 msgstr ""
26805
26806 # type: =head2
26807 #. type: =head2
26808 #: ../fish/guestfish-actions.pod:1498
26809 msgid "grepi"
26810 msgstr ""
26811
26812 # type: verbatim
26813 #. type: verbatim
26814 #: ../fish/guestfish-actions.pod:1500
26815 #, no-wrap
26816 msgid ""
26817 " grepi regex path\n"
26818 "\n"
26819 msgstr ""
26820
26821 # type: =head2
26822 #. type: =head2
26823 #: ../fish/guestfish-actions.pod:1508
26824 msgid "grub-install"
26825 msgstr ""
26826
26827 # type: verbatim
26828 #. type: verbatim
26829 #: ../fish/guestfish-actions.pod:1510
26830 #, no-wrap
26831 msgid ""
26832 " grub-install root device\n"
26833 "\n"
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:1526
26839 msgid "head"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:1528
26845 #, no-wrap
26846 msgid ""
26847 " head path\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: =head2
26852 #. type: =head2
26853 #: ../fish/guestfish-actions.pod:1536
26854 msgid "head-n"
26855 msgstr ""
26856
26857 # type: verbatim
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:1538
26860 #, no-wrap
26861 msgid ""
26862 " head-n nrlines path\n"
26863 "\n"
26864 msgstr ""
26865
26866 # type: =head2
26867 #. type: =head2
26868 #: ../fish/guestfish-actions.pod:1551
26869 msgid "hexdump"
26870 msgstr ""
26871
26872 # type: verbatim
26873 #. type: verbatim
26874 #: ../fish/guestfish-actions.pod:1553
26875 #, no-wrap
26876 msgid ""
26877 " hexdump path\n"
26878 "\n"
26879 msgstr ""
26880
26881 # type: =head2
26882 #. type: =head2
26883 #: ../fish/guestfish-actions.pod:1561
26884 msgid "initrd-cat"
26885 msgstr ""
26886
26887 # type: verbatim
26888 #. type: verbatim
26889 #: ../fish/guestfish-actions.pod:1563
26890 #, no-wrap
26891 msgid ""
26892 " initrd-cat initrdpath filename\n"
26893 "\n"
26894 msgstr ""
26895
26896 # type: textblock
26897 #. type: textblock
26898 #: ../fish/guestfish-actions.pod:1575
26899 msgid "See also L</initrd-list>."
26900 msgstr ""
26901
26902 # type: =head2
26903 #. type: =head2
26904 #: ../fish/guestfish-actions.pod:1580
26905 msgid "initrd-list"
26906 msgstr ""
26907
26908 # type: verbatim
26909 #. type: verbatim
26910 #: ../fish/guestfish-actions.pod:1582
26911 #, no-wrap
26912 msgid ""
26913 " initrd-list path\n"
26914 "\n"
26915 msgstr ""
26916
26917 # type: =head2
26918 #. type: =head2
26919 #: ../fish/guestfish-actions.pod:1594
26920 msgid "inotify-add-watch"
26921 msgstr ""
26922
26923 # type: verbatim
26924 #. type: verbatim
26925 #: ../fish/guestfish-actions.pod:1596
26926 #, no-wrap
26927 msgid ""
26928 " inotify-add-watch path mask\n"
26929 "\n"
26930 msgstr ""
26931
26932 # type: =head2
26933 #. type: =head2
26934 #: ../fish/guestfish-actions.pod:1608
26935 msgid "inotify-close"
26936 msgstr ""
26937
26938 # type: verbatim
26939 #. type: verbatim
26940 #: ../fish/guestfish-actions.pod:1610
26941 #, no-wrap
26942 msgid ""
26943 " inotify-close\n"
26944 "\n"
26945 msgstr ""
26946
26947 # type: =head2
26948 #. type: =head2
26949 #: ../fish/guestfish-actions.pod:1616
26950 msgid "inotify-files"
26951 msgstr ""
26952
26953 # type: verbatim
26954 #. type: verbatim
26955 #: ../fish/guestfish-actions.pod:1618
26956 #, no-wrap
26957 msgid ""
26958 " inotify-files\n"
26959 "\n"
26960 msgstr ""
26961
26962 # type: textblock
26963 #. type: textblock
26964 #: ../fish/guestfish-actions.pod:1620
26965 msgid ""
26966 "This function is a helpful wrapper around L</inotify-read> which just "
26967 "returns a list of pathnames of objects that were touched.  The returned "
26968 "pathnames are sorted and deduplicated."
26969 msgstr ""
26970
26971 # type: =head2
26972 #. type: =head2
26973 #: ../fish/guestfish-actions.pod:1624
26974 msgid "inotify-init"
26975 msgstr ""
26976
26977 # type: verbatim
26978 #. type: verbatim
26979 #: ../fish/guestfish-actions.pod:1626
26980 #, no-wrap
26981 msgid ""
26982 " inotify-init maxevents\n"
26983 "\n"
26984 msgstr ""
26985
26986 # type: textblock
26987 #. type: textblock
26988 #: ../fish/guestfish-actions.pod:1632
26989 msgid ""
26990 "C<maxevents> is the maximum number of events which will be queued up between "
26991 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
26992 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
26993 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
26994 "but records the fact that it threw them away by setting a flag "
26995 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
26996 msgstr ""
26997
26998 # type: textblock
26999 #. type: textblock
27000 #: ../fish/guestfish-actions.pod:1642
27001 msgid ""
27002 "Before any events are generated, you have to add some watches to the "
27003 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
27004 "L</inotify-watch-all>."
27005 msgstr ""
27006
27007 # type: textblock
27008 #. type: textblock
27009 #: ../fish/guestfish-actions.pod:1648
27010 msgid ""
27011 "Queued up events should be read periodically by calling L</inotify-read> (or "
27012 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
27013 "If you don't read the events out often enough then you risk the internal "
27014 "queue overflowing."
27015 msgstr ""
27016
27017 # type: textblock
27018 #. type: textblock
27019 #: ../fish/guestfish-actions.pod:1655
27020 msgid ""
27021 "The handle should be closed after use by calling L</inotify-close>.  This "
27022 "also removes any watches automatically."
27023 msgstr ""
27024
27025 # type: =head2
27026 #. type: =head2
27027 #: ../fish/guestfish-actions.pod:1664
27028 msgid "inotify-read"
27029 msgstr ""
27030
27031 # type: verbatim
27032 #. type: verbatim
27033 #: ../fish/guestfish-actions.pod:1666
27034 #, no-wrap
27035 msgid ""
27036 " inotify-read\n"
27037 "\n"
27038 msgstr ""
27039
27040 # type: =head2
27041 #. type: =head2
27042 #: ../fish/guestfish-actions.pod:1679
27043 msgid "inotify-rm-watch"
27044 msgstr ""
27045
27046 # type: verbatim
27047 #. type: verbatim
27048 #: ../fish/guestfish-actions.pod:1681
27049 #, no-wrap
27050 msgid ""
27051 " inotify-rm-watch wd\n"
27052 "\n"
27053 msgstr ""
27054
27055 # type: textblock
27056 #. type: textblock
27057 #: ../fish/guestfish-actions.pod:1683
27058 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
27059 msgstr ""
27060
27061 # type: =head2
27062 #. type: =head2
27063 #: ../fish/guestfish-actions.pod:1686
27064 msgid "inspect-get-arch"
27065 msgstr ""
27066
27067 # type: verbatim
27068 #. type: verbatim
27069 #: ../fish/guestfish-actions.pod:1688
27070 #, no-wrap
27071 msgid ""
27072 " inspect-get-arch root\n"
27073 "\n"
27074 msgstr ""
27075
27076 # type: textblock
27077 #. type: textblock
27078 #: ../fish/guestfish-actions.pod:1690
27079 msgid ""
27080 "This returns the architecture of the inspected operating system.  The "
27081 "possible return values are listed under L</file-architecture>."
27082 msgstr ""
27083
27084 # type: =head2
27085 #. type: =head2
27086 #: ../fish/guestfish-actions.pod:1699
27087 msgid "inspect-get-distro"
27088 msgstr ""
27089
27090 # type: verbatim
27091 #. type: verbatim
27092 #: ../fish/guestfish-actions.pod:1701
27093 #, no-wrap
27094 msgid ""
27095 " inspect-get-distro root\n"
27096 "\n"
27097 msgstr ""
27098
27099 #. type: =head2
27100 #: ../fish/guestfish-actions.pod:1782
27101 msgid "inspect-get-drive-mappings"
27102 msgstr ""
27103
27104 #. type: verbatim
27105 #: ../fish/guestfish-actions.pod:1784
27106 #, no-wrap
27107 msgid ""
27108 " inspect-get-drive-mappings root\n"
27109 "\n"
27110 msgstr ""
27111
27112 #. type: textblock
27113 #: ../fish/guestfish-actions.pod:1811
27114 msgid ""
27115 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27116 "get-mountpoints>, L</inspect-get-filesystems>."
27117 msgstr ""
27118
27119 # type: =head2
27120 #. type: =head2
27121 #: ../fish/guestfish-actions.pod:1815
27122 msgid "inspect-get-filesystems"
27123 msgstr ""
27124
27125 # type: verbatim
27126 #. type: verbatim
27127 #: ../fish/guestfish-actions.pod:1817
27128 #, no-wrap
27129 msgid ""
27130 " inspect-get-filesystems root\n"
27131 "\n"
27132 msgstr ""
27133
27134 # type: textblock
27135 #. type: textblock
27136 #: ../fish/guestfish-actions.pod:1827
27137 msgid ""
27138 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27139 "get-mountpoints>."
27140 msgstr ""
27141
27142 #. type: =head2
27143 #: ../fish/guestfish-actions.pod:1830
27144 msgid "inspect-get-format"
27145 msgstr ""
27146
27147 #. type: verbatim
27148 #: ../fish/guestfish-actions.pod:1832
27149 #, no-wrap
27150 msgid ""
27151 " inspect-get-format root\n"
27152 "\n"
27153 msgstr ""
27154
27155 # type: =head2
27156 #. type: =head2
27157 #: ../fish/guestfish-actions.pod:1861
27158 msgid "inspect-get-hostname"
27159 msgstr ""
27160
27161 # type: verbatim
27162 #. type: verbatim
27163 #: ../fish/guestfish-actions.pod:1863
27164 #, no-wrap
27165 msgid ""
27166 " inspect-get-hostname root\n"
27167 "\n"
27168 msgstr ""
27169
27170 #. type: =head2
27171 #: ../fish/guestfish-actions.pod:1873
27172 msgid "inspect-get-icon"
27173 msgstr ""
27174
27175 #. type: verbatim
27176 #: ../fish/guestfish-actions.pod:1875
27177 #, no-wrap
27178 msgid ""
27179 " inspect-get-icon root [favicon:..] [highquality:..]\n"
27180 "\n"
27181 msgstr ""
27182
27183 # type: =head2
27184 #. type: =head2
27185 #: ../fish/guestfish-actions.pod:1939
27186 msgid "inspect-get-major-version"
27187 msgstr ""
27188
27189 # type: verbatim
27190 #. type: verbatim
27191 #: ../fish/guestfish-actions.pod:1941
27192 #, no-wrap
27193 msgid ""
27194 " inspect-get-major-version root\n"
27195 "\n"
27196 msgstr ""
27197
27198 # type: =head2
27199 #. type: =head2
27200 #: ../fish/guestfish-actions.pod:1957
27201 msgid "inspect-get-minor-version"
27202 msgstr ""
27203
27204 # type: verbatim
27205 #. type: verbatim
27206 #: ../fish/guestfish-actions.pod:1959
27207 #, no-wrap
27208 msgid ""
27209 " inspect-get-minor-version root\n"
27210 "\n"
27211 msgstr ""
27212
27213 # type: textblock
27214 #. type: textblock
27215 #: ../fish/guestfish-actions.pod:1966
27216 msgid ""
27217 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27218 "get-major-version>."
27219 msgstr ""
27220
27221 # type: =head2
27222 #. type: =head2
27223 #: ../fish/guestfish-actions.pod:1969
27224 msgid "inspect-get-mountpoints"
27225 msgstr ""
27226
27227 # type: verbatim
27228 #. type: verbatim
27229 #: ../fish/guestfish-actions.pod:1971
27230 #, no-wrap
27231 msgid ""
27232 " inspect-get-mountpoints root\n"
27233 "\n"
27234 msgstr ""
27235
27236 #. type: textblock
27237 #: ../fish/guestfish-actions.pod:1990
27238 msgid ""
27239 "For operating systems like Windows which still use drive letters, this call "
27240 "will only return an entry for the first drive \"mounted on\" C</>.  For "
27241 "information about the mapping of drive letters to partitions, see L</inspect-"
27242 "get-drive-mappings>."
27243 msgstr ""
27244
27245 # type: textblock
27246 #. type: textblock
27247 #: ../fish/guestfish-actions.pod:1996
27248 msgid ""
27249 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27250 "get-filesystems>."
27251 msgstr ""
27252
27253 # type: =head2
27254 #. type: =head2
27255 #: ../fish/guestfish-actions.pod:1999
27256 msgid "inspect-get-package-format"
27257 msgstr ""
27258
27259 # type: verbatim
27260 #. type: verbatim
27261 #: ../fish/guestfish-actions.pod:2001
27262 #, no-wrap
27263 msgid ""
27264 " inspect-get-package-format root\n"
27265 "\n"
27266 msgstr ""
27267
27268 # type: textblock
27269 #. type: textblock
27270 #: ../fish/guestfish-actions.pod:2003
27271 msgid ""
27272 "This function and L</inspect-get-package-management> return the package "
27273 "format and package management tool used by the inspected operating system.  "
27274 "For example for Fedora these functions would return C<rpm> (package format) "
27275 "and C<yum> (package management)."
27276 msgstr ""
27277
27278 # type: =head2
27279 #. type: =head2
27280 #: ../fish/guestfish-actions.pod:2018
27281 msgid "inspect-get-package-management"
27282 msgstr ""
27283
27284 # type: verbatim
27285 #. type: verbatim
27286 #: ../fish/guestfish-actions.pod:2020
27287 #, no-wrap
27288 msgid ""
27289 " inspect-get-package-management root\n"
27290 "\n"
27291 msgstr ""
27292
27293 # type: textblock
27294 #. type: textblock
27295 #: ../fish/guestfish-actions.pod:2022
27296 msgid ""
27297 "L</inspect-get-package-format> and this function return the package format "
27298 "and package management tool used by the inspected operating system.  For "
27299 "example for Fedora these functions would return C<rpm> (package format) and "
27300 "C<yum> (package management)."
27301 msgstr ""
27302
27303 # type: =head2
27304 #. type: =head2
27305 #: ../fish/guestfish-actions.pod:2039
27306 msgid "inspect-get-product-name"
27307 msgstr ""
27308
27309 # type: verbatim
27310 #. type: verbatim
27311 #: ../fish/guestfish-actions.pod:2041
27312 #, no-wrap
27313 msgid ""
27314 " inspect-get-product-name root\n"
27315 "\n"
27316 msgstr ""
27317
27318 #. type: =head2
27319 #: ../fish/guestfish-actions.pod:2053
27320 msgid "inspect-get-product-variant"
27321 msgstr ""
27322
27323 #. type: verbatim
27324 #: ../fish/guestfish-actions.pod:2055
27325 #, no-wrap
27326 msgid ""
27327 " inspect-get-product-variant root\n"
27328 "\n"
27329 msgstr ""
27330
27331 #. type: textblock
27332 #: ../fish/guestfish-actions.pod:2076
27333 msgid ""
27334 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27335 "get-product-name>, L</inspect-get-major-version>."
27336 msgstr ""
27337
27338 # type: =head2
27339 #. type: =head2
27340 #: ../fish/guestfish-actions.pod:2080
27341 msgid "inspect-get-roots"
27342 msgstr ""
27343
27344 # type: verbatim
27345 #. type: verbatim
27346 #: ../fish/guestfish-actions.pod:2082
27347 #, no-wrap
27348 msgid ""
27349 " inspect-get-roots\n"
27350 "\n"
27351 msgstr ""
27352
27353 # type: textblock
27354 #. type: textblock
27355 #: ../fish/guestfish-actions.pod:2084
27356 msgid ""
27357 "This function is a convenient way to get the list of root devices, as "
27358 "returned from a previous call to L</inspect-os>, but without redoing the "
27359 "whole inspection process."
27360 msgstr ""
27361
27362 # type: textblock
27363 #. type: textblock
27364 #: ../fish/guestfish-actions.pod:2088
27365 msgid ""
27366 "This returns an empty list if either no root devices were found or the "
27367 "caller has not called L</inspect-os>."
27368 msgstr ""
27369
27370 # type: =head2
27371 #. type: =head2
27372 #: ../fish/guestfish-actions.pod:2093
27373 msgid "inspect-get-type"
27374 msgstr ""
27375
27376 # type: verbatim
27377 #. type: verbatim
27378 #: ../fish/guestfish-actions.pod:2095
27379 #, no-wrap
27380 msgid ""
27381 " inspect-get-type root\n"
27382 "\n"
27383 msgstr ""
27384
27385 #. type: =head2
27386 #: ../fish/guestfish-actions.pod:2125
27387 msgid "inspect-get-windows-current-control-set"
27388 msgstr ""
27389
27390 #. type: verbatim
27391 #: ../fish/guestfish-actions.pod:2127
27392 #, no-wrap
27393 msgid ""
27394 " inspect-get-windows-current-control-set root\n"
27395 "\n"
27396 msgstr ""
27397
27398 # type: =head2
27399 #. type: =head2
27400 #: ../fish/guestfish-actions.pod:2138
27401 msgid "inspect-get-windows-systemroot"
27402 msgstr ""
27403
27404 # type: verbatim
27405 #. type: verbatim
27406 #: ../fish/guestfish-actions.pod:2140
27407 #, no-wrap
27408 msgid ""
27409 " inspect-get-windows-systemroot root\n"
27410 "\n"
27411 msgstr ""
27412
27413 #. type: =head2
27414 #: ../fish/guestfish-actions.pod:2151
27415 msgid "inspect-is-live"
27416 msgstr ""
27417
27418 #. type: verbatim
27419 #: ../fish/guestfish-actions.pod:2153
27420 #, no-wrap
27421 msgid ""
27422 " inspect-is-live root\n"
27423 "\n"
27424 msgstr ""
27425
27426 #. type: textblock
27427 #: ../fish/guestfish-actions.pod:2155
27428 msgid ""
27429 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27430 "then this returns true if a live image was detected on the disk."
27431 msgstr ""
27432
27433 #. type: =head2
27434 #: ../fish/guestfish-actions.pod:2161
27435 msgid "inspect-is-multipart"
27436 msgstr ""
27437
27438 #. type: verbatim
27439 #: ../fish/guestfish-actions.pod:2163
27440 #, no-wrap
27441 msgid ""
27442 " inspect-is-multipart root\n"
27443 "\n"
27444 msgstr ""
27445
27446 #. type: textblock
27447 #: ../fish/guestfish-actions.pod:2165
27448 msgid ""
27449 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27450 "then this returns true if the disk is part of a set."
27451 msgstr ""
27452
27453 #. type: =head2
27454 #: ../fish/guestfish-actions.pod:2171
27455 msgid "inspect-is-netinst"
27456 msgstr ""
27457
27458 #. type: verbatim
27459 #: ../fish/guestfish-actions.pod:2173
27460 #, no-wrap
27461 msgid ""
27462 " inspect-is-netinst root\n"
27463 "\n"
27464 msgstr ""
27465
27466 #. type: textblock
27467 #: ../fish/guestfish-actions.pod:2175
27468 msgid ""
27469 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27470 "then this returns true if the disk is a network installer, ie. not a self-"
27471 "contained install CD but one which is likely to require network access to "
27472 "complete the install."
27473 msgstr ""
27474
27475 # type: =head2
27476 #. type: =head2
27477 #: ../fish/guestfish-actions.pod:2183
27478 msgid "inspect-list-applications"
27479 msgstr ""
27480
27481 # type: verbatim
27482 #. type: verbatim
27483 #: ../fish/guestfish-actions.pod:2185
27484 #, no-wrap
27485 msgid ""
27486 " inspect-list-applications root\n"
27487 "\n"
27488 msgstr ""
27489
27490 # type: textblock
27491 #. type: textblock
27492 #: ../fish/guestfish-actions.pod:2189
27493 msgid ""
27494 "I<Note:> This call works differently from other parts of the inspection "
27495 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
27496 "then mount up the disks, before calling this.  Listing applications is a "
27497 "significantly more difficult operation which requires access to the full "
27498 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
27499 "are just returning data cached in the libguestfs handle, this call actually "
27500 "reads parts of the mounted filesystems during the call."
27501 msgstr ""
27502
27503 # type: =head2
27504 #. type: =head2
27505 #: ../fish/guestfish-actions.pod:2279
27506 msgid "inspect-os"
27507 msgstr ""
27508
27509 # type: verbatim
27510 #. type: verbatim
27511 #: ../fish/guestfish-actions.pod:2281
27512 #, no-wrap
27513 msgid ""
27514 " inspect-os\n"
27515 "\n"
27516 msgstr ""
27517
27518 # type: textblock
27519 #. type: textblock
27520 #: ../fish/guestfish-actions.pod:2296
27521 msgid ""
27522 "You can pass the root string(s) returned to other L</inspect-get-*> "
27523 "functions in order to query further information about each operating system, "
27524 "such as the name and version."
27525 msgstr ""
27526
27527 # type: textblock
27528 #. type: textblock
27529 #: ../fish/guestfish-actions.pod:2301
27530 msgid ""
27531 "This function uses other libguestfs features such as L</mount-ro> and L</"
27532 "umount-all> in order to mount and unmount filesystems and look at the "
27533 "contents.  This should be called with no disks currently mounted.  The "
27534 "function may also use Augeas, so any existing Augeas handle will be closed."
27535 msgstr ""
27536
27537 # type: textblock
27538 #. type: textblock
27539 #: ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2511
27540 #: ../fish/guestfish-actions.pod:2557
27541 msgid "See also L</list-filesystems>."
27542 msgstr ""
27543
27544 # type: =head2
27545 #. type: =head2
27546 #: ../fish/guestfish-actions.pod:2315
27547 msgid "is-blockdev"
27548 msgstr ""
27549
27550 # type: verbatim
27551 #. type: verbatim
27552 #: ../fish/guestfish-actions.pod:2317
27553 #, no-wrap
27554 msgid ""
27555 " is-blockdev path\n"
27556 "\n"
27557 msgstr ""
27558
27559 # type: textblock
27560 #. type: textblock
27561 #: ../fish/guestfish-actions.pod:2322 ../fish/guestfish-actions.pod:2340
27562 #: ../fish/guestfish-actions.pod:2359 ../fish/guestfish-actions.pod:2368
27563 #: ../fish/guestfish-actions.pod:2378 ../fish/guestfish-actions.pod:2412
27564 #: ../fish/guestfish-actions.pod:2421
27565 msgid "See also L</stat>."
27566 msgstr ""
27567
27568 # type: =head2
27569 #. type: =head2
27570 #: ../fish/guestfish-actions.pod:2324
27571 msgid "is-busy"
27572 msgstr ""
27573
27574 # type: verbatim
27575 #. type: verbatim
27576 #: ../fish/guestfish-actions.pod:2326
27577 #, no-wrap
27578 msgid ""
27579 " is-busy\n"
27580 "\n"
27581 msgstr ""
27582
27583 # type: =head2
27584 #. type: =head2
27585 #: ../fish/guestfish-actions.pod:2333
27586 msgid "is-chardev"
27587 msgstr ""
27588
27589 # type: verbatim
27590 #. type: verbatim
27591 #: ../fish/guestfish-actions.pod:2335
27592 #, no-wrap
27593 msgid ""
27594 " is-chardev path\n"
27595 "\n"
27596 msgstr ""
27597
27598 # type: =head2
27599 #. type: =head2
27600 #: ../fish/guestfish-actions.pod:2342
27601 msgid "is-config"
27602 msgstr ""
27603
27604 # type: verbatim
27605 #. type: verbatim
27606 #: ../fish/guestfish-actions.pod:2344
27607 #, no-wrap
27608 msgid ""
27609 " is-config\n"
27610 "\n"
27611 msgstr ""
27612
27613 # type: =head2
27614 #. type: =head2
27615 #: ../fish/guestfish-actions.pod:2351
27616 msgid "is-dir"
27617 msgstr ""
27618
27619 # type: verbatim
27620 #. type: verbatim
27621 #: ../fish/guestfish-actions.pod:2353
27622 #, no-wrap
27623 msgid ""
27624 " is-dir path\n"
27625 "\n"
27626 msgstr ""
27627
27628 # type: =head2
27629 #. type: =head2
27630 #: ../fish/guestfish-actions.pod:2361
27631 msgid "is-fifo"
27632 msgstr ""
27633
27634 # type: verbatim
27635 #. type: verbatim
27636 #: ../fish/guestfish-actions.pod:2363
27637 #, no-wrap
27638 msgid ""
27639 " is-fifo path\n"
27640 "\n"
27641 msgstr ""
27642
27643 # type: =head2
27644 #. type: =head2
27645 #: ../fish/guestfish-actions.pod:2370
27646 msgid "is-file"
27647 msgstr ""
27648
27649 # type: verbatim
27650 #. type: verbatim
27651 #: ../fish/guestfish-actions.pod:2372
27652 #, no-wrap
27653 msgid ""
27654 " is-file path\n"
27655 "\n"
27656 msgstr ""
27657
27658 # type: =head2
27659 #. type: =head2
27660 #: ../fish/guestfish-actions.pod:2380
27661 msgid "is-launching"
27662 msgstr ""
27663
27664 # type: verbatim
27665 #. type: verbatim
27666 #: ../fish/guestfish-actions.pod:2382
27667 #, no-wrap
27668 msgid ""
27669 " is-launching\n"
27670 "\n"
27671 msgstr ""
27672
27673 # type: =head2
27674 #. type: =head2
27675 #: ../fish/guestfish-actions.pod:2389
27676 msgid "is-lv"
27677 msgstr ""
27678
27679 # type: verbatim
27680 #. type: verbatim
27681 #: ../fish/guestfish-actions.pod:2391
27682 #, no-wrap
27683 msgid ""
27684 " is-lv device\n"
27685 "\n"
27686 msgstr ""
27687
27688 # type: =head2
27689 #. type: =head2
27690 #: ../fish/guestfish-actions.pod:2396
27691 msgid "is-ready"
27692 msgstr ""
27693
27694 # type: verbatim
27695 #. type: verbatim
27696 #: ../fish/guestfish-actions.pod:2398
27697 #, no-wrap
27698 msgid ""
27699 " is-ready\n"
27700 "\n"
27701 msgstr ""
27702
27703 # type: =head2
27704 #. type: =head2
27705 #: ../fish/guestfish-actions.pod:2405
27706 msgid "is-socket"
27707 msgstr ""
27708
27709 # type: verbatim
27710 #. type: verbatim
27711 #: ../fish/guestfish-actions.pod:2407
27712 #, no-wrap
27713 msgid ""
27714 " is-socket path\n"
27715 "\n"
27716 msgstr ""
27717
27718 # type: =head2
27719 #. type: =head2
27720 #: ../fish/guestfish-actions.pod:2414
27721 msgid "is-symlink"
27722 msgstr ""
27723
27724 # type: verbatim
27725 #. type: verbatim
27726 #: ../fish/guestfish-actions.pod:2416
27727 #, no-wrap
27728 msgid ""
27729 " is-symlink path\n"
27730 "\n"
27731 msgstr ""
27732
27733 #. type: =head2
27734 #: ../fish/guestfish-actions.pod:2423
27735 msgid "is-zero"
27736 msgstr ""
27737
27738 #. type: verbatim
27739 #: ../fish/guestfish-actions.pod:2425
27740 #, no-wrap
27741 msgid ""
27742 " is-zero path\n"
27743 "\n"
27744 msgstr ""
27745
27746 #. type: =head2
27747 #: ../fish/guestfish-actions.pod:2430
27748 msgid "is-zero-device"
27749 msgstr ""
27750
27751 #. type: verbatim
27752 #: ../fish/guestfish-actions.pod:2432
27753 #, no-wrap
27754 msgid ""
27755 " is-zero-device device\n"
27756 "\n"
27757 msgstr ""
27758
27759 # type: =head2
27760 #. type: =head2
27761 #: ../fish/guestfish-actions.pod:2438
27762 msgid "kill-subprocess"
27763 msgstr ""
27764
27765 # type: verbatim
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:2440
27768 #, no-wrap
27769 msgid ""
27770 " kill-subprocess\n"
27771 "\n"
27772 msgstr ""
27773
27774 # type: =head2
27775 #. type: =head2
27776 #: ../fish/guestfish-actions.pod:2444
27777 msgid "launch"
27778 msgstr ""
27779
27780 # type: =head2
27781 #. type: =head2
27782 #: ../fish/guestfish-actions.pod:2446
27783 msgid "run"
27784 msgstr ""
27785
27786 # type: verbatim
27787 #. type: verbatim
27788 #: ../fish/guestfish-actions.pod:2448
27789 #, no-wrap
27790 msgid ""
27791 " launch\n"
27792 "\n"
27793 msgstr ""
27794
27795 # type: =head2
27796 #. type: =head2
27797 #: ../fish/guestfish-actions.pod:2456
27798 msgid "lchown"
27799 msgstr ""
27800
27801 # type: verbatim
27802 #. type: verbatim
27803 #: ../fish/guestfish-actions.pod:2458
27804 #, no-wrap
27805 msgid ""
27806 " lchown owner group path\n"
27807 "\n"
27808 msgstr ""
27809
27810 # type: textblock
27811 #. type: textblock
27812 #: ../fish/guestfish-actions.pod:2460
27813 msgid ""
27814 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
27815 "chown> but if C<path> is a symlink then the link itself is changed, not the "
27816 "target."
27817 msgstr ""
27818
27819 # type: =head2
27820 #. type: =head2
27821 #: ../fish/guestfish-actions.pod:2468
27822 msgid "lgetxattr"
27823 msgstr ""
27824
27825 # type: verbatim
27826 #. type: verbatim
27827 #: ../fish/guestfish-actions.pod:2470
27828 #, no-wrap
27829 msgid ""
27830 " lgetxattr path name\n"
27831 "\n"
27832 msgstr ""
27833
27834 # type: textblock
27835 #. type: textblock
27836 #: ../fish/guestfish-actions.pod:2486
27837 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
27838 msgstr ""
27839
27840 # type: =head2
27841 #. type: =head2
27842 #: ../fish/guestfish-actions.pod:2488
27843 msgid "lgetxattrs"
27844 msgstr ""
27845
27846 # type: verbatim
27847 #. type: verbatim
27848 #: ../fish/guestfish-actions.pod:2490
27849 #, no-wrap
27850 msgid ""
27851 " lgetxattrs path\n"
27852 "\n"
27853 msgstr ""
27854
27855 # type: textblock
27856 #. type: textblock
27857 #: ../fish/guestfish-actions.pod:2492
27858 msgid ""
27859 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
27860 "it returns the extended attributes of the link itself."
27861 msgstr ""
27862
27863 #. type: =head2
27864 #: ../fish/guestfish-actions.pod:2496
27865 msgid "list-9p"
27866 msgstr ""
27867
27868 #. type: verbatim
27869 #: ../fish/guestfish-actions.pod:2498
27870 #, no-wrap
27871 msgid ""
27872 " list-9p\n"
27873 "\n"
27874 msgstr ""
27875
27876 # type: =head2
27877 #. type: =head2
27878 #: ../fish/guestfish-actions.pod:2503
27879 msgid "list-devices"
27880 msgstr ""
27881
27882 # type: verbatim
27883 #. type: verbatim
27884 #: ../fish/guestfish-actions.pod:2505
27885 #, no-wrap
27886 msgid ""
27887 " list-devices\n"
27888 "\n"
27889 msgstr ""
27890
27891 # type: =head2
27892 #. type: =head2
27893 #: ../fish/guestfish-actions.pod:2513
27894 msgid "list-filesystems"
27895 msgstr ""
27896
27897 # type: verbatim
27898 #. type: verbatim
27899 #: ../fish/guestfish-actions.pod:2515
27900 #, no-wrap
27901 msgid ""
27902 " list-filesystems\n"
27903 "\n"
27904 msgstr ""
27905
27906 # type: textblock
27907 #. type: textblock
27908 #: ../fish/guestfish-actions.pod:2534
27909 msgid ""
27910 "This command runs other libguestfs commands, which might include L</mount> "
27911 "and L</umount>, and therefore you should use this soon after launch and only "
27912 "when nothing is mounted."
27913 msgstr ""
27914
27915 # type: textblock
27916 #. type: textblock
27917 #: ../fish/guestfish-actions.pod:2538
27918 msgid ""
27919 "Not all of the filesystems returned will be mountable.  In particular, swap "
27920 "partitions are returned in the list.  Also this command does not check that "
27921 "each filesystem found is valid and mountable, and some filesystems might be "
27922 "mountable but require special options.  Filesystems may not all belong to a "
27923 "single logical operating system (use L</inspect-os> to look for OSes)."
27924 msgstr ""
27925
27926 # type: =head2
27927 #. type: =head2
27928 #: ../fish/guestfish-actions.pod:2546
27929 msgid "list-partitions"
27930 msgstr ""
27931
27932 # type: verbatim
27933 #. type: verbatim
27934 #: ../fish/guestfish-actions.pod:2548
27935 #, no-wrap
27936 msgid ""
27937 " list-partitions\n"
27938 "\n"
27939 msgstr ""
27940
27941 # type: textblock
27942 #. type: textblock
27943 #: ../fish/guestfish-actions.pod:2554
27944 msgid ""
27945 "This does not return logical volumes.  For that you will need to call L</"
27946 "lvs>."
27947 msgstr ""
27948
27949 # type: =head2
27950 #. type: =head2
27951 #: ../fish/guestfish-actions.pod:2559
27952 msgid "ll"
27953 msgstr ""
27954
27955 # type: verbatim
27956 #. type: verbatim
27957 #: ../fish/guestfish-actions.pod:2561
27958 #, no-wrap
27959 msgid ""
27960 " ll directory\n"
27961 "\n"
27962 msgstr ""
27963
27964 # type: =head2
27965 #. type: =head2
27966 #: ../fish/guestfish-actions.pod:2569
27967 msgid "ln"
27968 msgstr ""
27969
27970 # type: verbatim
27971 #. type: verbatim
27972 #: ../fish/guestfish-actions.pod:2571
27973 #, no-wrap
27974 msgid ""
27975 " ln target linkname\n"
27976 "\n"
27977 msgstr ""
27978
27979 # type: =head2
27980 #. type: =head2
27981 #: ../fish/guestfish-actions.pod:2575
27982 msgid "ln-f"
27983 msgstr ""
27984
27985 # type: verbatim
27986 #. type: verbatim
27987 #: ../fish/guestfish-actions.pod:2577
27988 #, no-wrap
27989 msgid ""
27990 " ln-f target linkname\n"
27991 "\n"
27992 msgstr ""
27993
27994 # type: =head2
27995 #. type: =head2
27996 #: ../fish/guestfish-actions.pod:2582
27997 msgid "ln-s"
27998 msgstr ""
27999
28000 # type: verbatim
28001 #. type: verbatim
28002 #: ../fish/guestfish-actions.pod:2584
28003 #, no-wrap
28004 msgid ""
28005 " ln-s target linkname\n"
28006 "\n"
28007 msgstr ""
28008
28009 # type: =head2
28010 #. type: =head2
28011 #: ../fish/guestfish-actions.pod:2588
28012 msgid "ln-sf"
28013 msgstr ""
28014
28015 # type: verbatim
28016 #. type: verbatim
28017 #: ../fish/guestfish-actions.pod:2590
28018 #, no-wrap
28019 msgid ""
28020 " ln-sf target linkname\n"
28021 "\n"
28022 msgstr ""
28023
28024 # type: =head2
28025 #. type: =head2
28026 #: ../fish/guestfish-actions.pod:2595
28027 msgid "lremovexattr"
28028 msgstr ""
28029
28030 # type: verbatim
28031 #. type: verbatim
28032 #: ../fish/guestfish-actions.pod:2597
28033 #, no-wrap
28034 msgid ""
28035 " lremovexattr xattr path\n"
28036 "\n"
28037 msgstr ""
28038
28039 # type: textblock
28040 #. type: textblock
28041 #: ../fish/guestfish-actions.pod:2599
28042 msgid ""
28043 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
28044 "it removes an extended attribute of the link itself."
28045 msgstr ""
28046
28047 # type: =head2
28048 #. type: =head2
28049 #: ../fish/guestfish-actions.pod:2603
28050 msgid "ls"
28051 msgstr ""
28052
28053 # type: verbatim
28054 #. type: verbatim
28055 #: ../fish/guestfish-actions.pod:2605
28056 #, no-wrap
28057 msgid ""
28058 " ls directory\n"
28059 "\n"
28060 msgstr ""
28061
28062 # type: textblock
28063 #. type: textblock
28064 #: ../fish/guestfish-actions.pod:2611
28065 msgid ""
28066 "This command is mostly useful for interactive sessions.  Programs should "
28067 "probably use L</readdir> instead."
28068 msgstr ""
28069
28070 # type: =head2
28071 #. type: =head2
28072 #: ../fish/guestfish-actions.pod:2614
28073 msgid "lsetxattr"
28074 msgstr ""
28075
28076 # type: verbatim
28077 #. type: verbatim
28078 #: ../fish/guestfish-actions.pod:2616
28079 #, no-wrap
28080 msgid ""
28081 " lsetxattr xattr val vallen path\n"
28082 "\n"
28083 msgstr ""
28084
28085 # type: textblock
28086 #. type: textblock
28087 #: ../fish/guestfish-actions.pod:2618
28088 msgid ""
28089 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
28090 "sets an extended attribute of the link itself."
28091 msgstr ""
28092
28093 # type: =head2
28094 #. type: =head2
28095 #: ../fish/guestfish-actions.pod:2622
28096 msgid "lstat"
28097 msgstr ""
28098
28099 # type: verbatim
28100 #. type: verbatim
28101 #: ../fish/guestfish-actions.pod:2624
28102 #, no-wrap
28103 msgid ""
28104 " lstat path\n"
28105 "\n"
28106 msgstr ""
28107
28108 # type: textblock
28109 #. type: textblock
28110 #: ../fish/guestfish-actions.pod:2628
28111 msgid ""
28112 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
28113 "the link is stat-ed, not the file it refers to."
28114 msgstr ""
28115
28116 # type: =head2
28117 #. type: =head2
28118 #: ../fish/guestfish-actions.pod:2634
28119 msgid "lstatlist"
28120 msgstr ""
28121
28122 # type: verbatim
28123 #. type: verbatim
28124 #: ../fish/guestfish-actions.pod:2636
28125 #, no-wrap
28126 msgid ""
28127 " lstatlist path 'names ...'\n"
28128 "\n"
28129 msgstr ""
28130
28131 # type: textblock
28132 #. type: textblock
28133 #: ../fish/guestfish-actions.pod:2638
28134 msgid ""
28135 "This call allows you to perform the L</lstat> operation on multiple files, "
28136 "where all files are in the directory C<path>.  C<names> is the list of files "
28137 "from this directory."
28138 msgstr ""
28139
28140 # type: textblock
28141 #. type: textblock
28142 #: ../fish/guestfish-actions.pod:2647
28143 msgid ""
28144 "This call is intended for programs that want to efficiently list a directory "
28145 "contents without making many round-trips.  See also L</lxattrlist> for a "
28146 "similarly efficient call for getting extended attributes.  Very long "
28147 "directory listings might cause the protocol message size to be exceeded, "
28148 "causing this call to fail.  The caller must split up such requests into "
28149 "smaller groups of names."
28150 msgstr ""
28151
28152 # type: =head2
28153 #. type: =head2
28154 #: ../fish/guestfish-actions.pod:2655
28155 msgid "luks-add-key"
28156 msgstr ""
28157
28158 # type: verbatim
28159 #. type: verbatim
28160 #: ../fish/guestfish-actions.pod:2657
28161 #, no-wrap
28162 msgid ""
28163 " luks-add-key device keyslot\n"
28164 "\n"
28165 msgstr ""
28166
28167 # type: textblock
28168 #. type: textblock
28169 #: ../fish/guestfish-actions.pod:2664
28170 msgid ""
28171 "Note that if C<keyslot> already contains a key, then this command will "
28172 "fail.  You have to use L</luks-kill-slot> first to remove that key."
28173 msgstr ""
28174
28175 # type: textblock
28176 #. type: textblock
28177 #: ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2690
28178 #: ../fish/guestfish-actions.pod:2703 ../fish/guestfish-actions.pod:2717
28179 #: ../fish/guestfish-actions.pod:2740 ../fish/guestfish-actions.pod:2750
28180 msgid ""
28181 "This command has one or more key or passphrase parameters.  Guestfish will "
28182 "prompt for these separately."
28183 msgstr ""
28184
28185 # type: =head2
28186 #. type: =head2
28187 #: ../fish/guestfish-actions.pod:2671
28188 msgid "luks-close"
28189 msgstr ""
28190
28191 # type: verbatim
28192 #. type: verbatim
28193 #: ../fish/guestfish-actions.pod:2673
28194 #, no-wrap
28195 msgid ""
28196 " luks-close device\n"
28197 "\n"
28198 msgstr ""
28199
28200 # type: textblock
28201 #. type: textblock
28202 #: ../fish/guestfish-actions.pod:2675
28203 msgid ""
28204 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
28205 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
28206 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
28207 "block device."
28208 msgstr ""
28209
28210 # type: =head2
28211 #. type: =head2
28212 #: ../fish/guestfish-actions.pod:2681
28213 msgid "luks-format"
28214 msgstr ""
28215
28216 # type: verbatim
28217 #. type: verbatim
28218 #: ../fish/guestfish-actions.pod:2683
28219 #, no-wrap
28220 msgid ""
28221 " luks-format device keyslot\n"
28222 "\n"
28223 msgstr ""
28224
28225 # type: =head2
28226 #. type: =head2
28227 #: ../fish/guestfish-actions.pod:2696
28228 msgid "luks-format-cipher"
28229 msgstr ""
28230
28231 # type: verbatim
28232 #. type: verbatim
28233 #: ../fish/guestfish-actions.pod:2698
28234 #, no-wrap
28235 msgid ""
28236 " luks-format-cipher device keyslot cipher\n"
28237 "\n"
28238 msgstr ""
28239
28240 # type: textblock
28241 #. type: textblock
28242 #: ../fish/guestfish-actions.pod:2700
28243 msgid ""
28244 "This command is the same as L</luks-format> but it also allows you to set "
28245 "the C<cipher> used."
28246 msgstr ""
28247
28248 # type: =head2
28249 #. type: =head2
28250 #: ../fish/guestfish-actions.pod:2709
28251 msgid "luks-kill-slot"
28252 msgstr ""
28253
28254 # type: verbatim
28255 #. type: verbatim
28256 #: ../fish/guestfish-actions.pod:2711
28257 #, no-wrap
28258 msgid ""
28259 " luks-kill-slot device keyslot\n"
28260 "\n"
28261 msgstr ""
28262
28263 # type: =head2
28264 #. type: =head2
28265 #: ../fish/guestfish-actions.pod:2720
28266 msgid "luks-open"
28267 msgstr ""
28268
28269 # type: verbatim
28270 #. type: verbatim
28271 #: ../fish/guestfish-actions.pod:2722
28272 #, no-wrap
28273 msgid ""
28274 " luks-open device mapname\n"
28275 "\n"
28276 msgstr ""
28277
28278 # type: textblock
28279 #. type: textblock
28280 #: ../fish/guestfish-actions.pod:2736
28281 msgid ""
28282 "If this block device contains LVM volume groups, then calling L</vgscan> "
28283 "followed by L</vg-activate-all> will make them visible."
28284 msgstr ""
28285
28286 # type: =head2
28287 #. type: =head2
28288 #: ../fish/guestfish-actions.pod:2743
28289 msgid "luks-open-ro"
28290 msgstr ""
28291
28292 # type: verbatim
28293 #. type: verbatim
28294 #: ../fish/guestfish-actions.pod:2745
28295 #, no-wrap
28296 msgid ""
28297 " luks-open-ro device mapname\n"
28298 "\n"
28299 msgstr ""
28300
28301 # type: textblock
28302 #. type: textblock
28303 #: ../fish/guestfish-actions.pod:2747
28304 msgid ""
28305 "This is the same as L</luks-open> except that a read-only mapping is created."
28306 msgstr ""
28307
28308 # type: =head2
28309 #. type: =head2
28310 #: ../fish/guestfish-actions.pod:2753
28311 msgid "lvcreate"
28312 msgstr ""
28313
28314 # type: verbatim
28315 #. type: verbatim
28316 #: ../fish/guestfish-actions.pod:2755
28317 #, no-wrap
28318 msgid ""
28319 " lvcreate logvol volgroup mbytes\n"
28320 "\n"
28321 msgstr ""
28322
28323 # type: =head2
28324 #. type: =head2
28325 #: ../fish/guestfish-actions.pod:2760
28326 msgid "lvm-canonical-lv-name"
28327 msgstr ""
28328
28329 # type: verbatim
28330 #. type: verbatim
28331 #: ../fish/guestfish-actions.pod:2762
28332 #, no-wrap
28333 msgid ""
28334 " lvm-canonical-lv-name lvname\n"
28335 "\n"
28336 msgstr ""
28337
28338 # type: textblock
28339 #. type: textblock
28340 #: ../fish/guestfish-actions.pod:2771
28341 msgid "See also L</is-lv>."
28342 msgstr ""
28343
28344 # type: =head2
28345 #. type: =head2
28346 #: ../fish/guestfish-actions.pod:2773
28347 msgid "lvm-clear-filter"
28348 msgstr ""
28349
28350 # type: verbatim
28351 #. type: verbatim
28352 #: ../fish/guestfish-actions.pod:2775
28353 #, no-wrap
28354 msgid ""
28355 " lvm-clear-filter\n"
28356 "\n"
28357 msgstr ""
28358
28359 # type: textblock
28360 #. type: textblock
28361 #: ../fish/guestfish-actions.pod:2777
28362 msgid ""
28363 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
28364 "block device."
28365 msgstr ""
28366
28367 # type: =head2
28368 #. type: =head2
28369 #: ../fish/guestfish-actions.pod:2783
28370 msgid "lvm-remove-all"
28371 msgstr ""
28372
28373 # type: verbatim
28374 #. type: verbatim
28375 #: ../fish/guestfish-actions.pod:2785
28376 #, no-wrap
28377 msgid ""
28378 " lvm-remove-all\n"
28379 "\n"
28380 msgstr ""
28381
28382 # type: =head2
28383 #. type: =head2
28384 #: ../fish/guestfish-actions.pod:2793
28385 msgid "lvm-set-filter"
28386 msgstr ""
28387
28388 # type: verbatim
28389 #. type: verbatim
28390 #: ../fish/guestfish-actions.pod:2795
28391 #, no-wrap
28392 msgid ""
28393 " lvm-set-filter 'devices ...'\n"
28394 "\n"
28395 msgstr ""
28396
28397 # type: =head2
28398 #. type: =head2
28399 #: ../fish/guestfish-actions.pod:2820
28400 msgid "lvremove"
28401 msgstr ""
28402
28403 # type: verbatim
28404 #. type: verbatim
28405 #: ../fish/guestfish-actions.pod:2822
28406 #, no-wrap
28407 msgid ""
28408 " lvremove device\n"
28409 "\n"
28410 msgstr ""
28411
28412 # type: =head2
28413 #. type: =head2
28414 #: ../fish/guestfish-actions.pod:2830
28415 msgid "lvrename"
28416 msgstr ""
28417
28418 # type: verbatim
28419 #. type: verbatim
28420 #: ../fish/guestfish-actions.pod:2832
28421 #, no-wrap
28422 msgid ""
28423 " lvrename logvol newlogvol\n"
28424 "\n"
28425 msgstr ""
28426
28427 # type: =head2
28428 #. type: =head2
28429 #: ../fish/guestfish-actions.pod:2836
28430 msgid "lvresize"
28431 msgstr ""
28432
28433 # type: verbatim
28434 #. type: verbatim
28435 #: ../fish/guestfish-actions.pod:2838
28436 #, no-wrap
28437 msgid ""
28438 " lvresize device mbytes\n"
28439 "\n"
28440 msgstr ""
28441
28442 # type: =head2
28443 #. type: =head2
28444 #: ../fish/guestfish-actions.pod:2844
28445 msgid "lvresize-free"
28446 msgstr ""
28447
28448 # type: verbatim
28449 #. type: verbatim
28450 #: ../fish/guestfish-actions.pod:2846
28451 #, no-wrap
28452 msgid ""
28453 " lvresize-free lv percent\n"
28454 "\n"
28455 msgstr ""
28456
28457 # type: =head2
28458 #. type: =head2
28459 #: ../fish/guestfish-actions.pod:2854
28460 msgid "lvs"
28461 msgstr ""
28462
28463 # type: verbatim
28464 #. type: verbatim
28465 #: ../fish/guestfish-actions.pod:2856
28466 #, no-wrap
28467 msgid ""
28468 " lvs\n"
28469 "\n"
28470 msgstr ""
28471
28472 # type: textblock
28473 #. type: textblock
28474 #: ../fish/guestfish-actions.pod:2864
28475 msgid "See also L</lvs-full>, L</list-filesystems>."
28476 msgstr ""
28477
28478 # type: =head2
28479 #. type: =head2
28480 #: ../fish/guestfish-actions.pod:2866
28481 msgid "lvs-full"
28482 msgstr ""
28483
28484 # type: verbatim
28485 #. type: verbatim
28486 #: ../fish/guestfish-actions.pod:2868
28487 #, no-wrap
28488 msgid ""
28489 " lvs-full\n"
28490 "\n"
28491 msgstr ""
28492
28493 # type: =head2
28494 #. type: =head2
28495 #: ../fish/guestfish-actions.pod:2873
28496 msgid "lvuuid"
28497 msgstr ""
28498
28499 # type: verbatim
28500 #. type: verbatim
28501 #: ../fish/guestfish-actions.pod:2875
28502 #, no-wrap
28503 msgid ""
28504 " lvuuid device\n"
28505 "\n"
28506 msgstr ""
28507
28508 # type: =head2
28509 #. type: =head2
28510 #: ../fish/guestfish-actions.pod:2879
28511 msgid "lxattrlist"
28512 msgstr ""
28513
28514 # type: verbatim
28515 #. type: verbatim
28516 #: ../fish/guestfish-actions.pod:2881
28517 #, no-wrap
28518 msgid ""
28519 " lxattrlist path 'names ...'\n"
28520 "\n"
28521 msgstr ""
28522
28523 # type: textblock
28524 #. type: textblock
28525 #: ../fish/guestfish-actions.pod:2897
28526 msgid ""
28527 "This call is intended for programs that want to efficiently list a directory "
28528 "contents without making many round-trips.  See also L</lstatlist> for a "
28529 "similarly efficient call for getting standard stats.  Very long directory "
28530 "listings might cause the protocol message size to be exceeded, causing this "
28531 "call to fail.  The caller must split up such requests into smaller groups of "
28532 "names."
28533 msgstr ""
28534
28535 # type: =head2
28536 #. type: =head2
28537 #: ../fish/guestfish-actions.pod:2905
28538 msgid "mkdir"
28539 msgstr ""
28540
28541 # type: verbatim
28542 #. type: verbatim
28543 #: ../fish/guestfish-actions.pod:2907
28544 #, no-wrap
28545 msgid ""
28546 " mkdir path\n"
28547 "\n"
28548 msgstr ""
28549
28550 # type: =head2
28551 #. type: =head2
28552 #: ../fish/guestfish-actions.pod:2911
28553 msgid "mkdir-mode"
28554 msgstr ""
28555
28556 # type: verbatim
28557 #. type: verbatim
28558 #: ../fish/guestfish-actions.pod:2913
28559 #, no-wrap
28560 msgid ""
28561 " mkdir-mode path mode\n"
28562 "\n"
28563 msgstr ""
28564
28565 # type: textblock
28566 #. type: textblock
28567 #: ../fish/guestfish-actions.pod:2922
28568 msgid "See also L</mkdir>, L</umask>"
28569 msgstr ""
28570
28571 # type: =head2
28572 #. type: =head2
28573 #: ../fish/guestfish-actions.pod:2924
28574 msgid "mkdir-p"
28575 msgstr ""
28576
28577 # type: verbatim
28578 #. type: verbatim
28579 #: ../fish/guestfish-actions.pod:2926
28580 #, no-wrap
28581 msgid ""
28582 " mkdir-p path\n"
28583 "\n"
28584 msgstr ""
28585
28586 # type: =head2
28587 #. type: =head2
28588 #: ../fish/guestfish-actions.pod:2931
28589 msgid "mkdtemp"
28590 msgstr ""
28591
28592 # type: verbatim
28593 #. type: verbatim
28594 #: ../fish/guestfish-actions.pod:2933
28595 #, no-wrap
28596 msgid ""
28597 " mkdtemp template\n"
28598 "\n"
28599 msgstr ""
28600
28601 # type: =head2
28602 #. type: =head2
28603 #: ../fish/guestfish-actions.pod:2954
28604 msgid "mke2fs-J"
28605 msgstr ""
28606
28607 # type: verbatim
28608 #. type: verbatim
28609 #: ../fish/guestfish-actions.pod:2956
28610 #, no-wrap
28611 msgid ""
28612 " mke2fs-J fstype blocksize device journal\n"
28613 "\n"
28614 msgstr ""
28615
28616 # type: textblock
28617 #. type: textblock
28618 #: ../fish/guestfish-actions.pod:2964
28619 msgid "See also L</mke2journal>."
28620 msgstr ""
28621
28622 # type: =head2
28623 #. type: =head2
28624 #: ../fish/guestfish-actions.pod:2966
28625 msgid "mke2fs-JL"
28626 msgstr ""
28627
28628 # type: verbatim
28629 #. type: verbatim
28630 #: ../fish/guestfish-actions.pod:2968
28631 #, no-wrap
28632 msgid ""
28633 " mke2fs-JL fstype blocksize device label\n"
28634 "\n"
28635 msgstr ""
28636
28637 # type: textblock
28638 #. type: textblock
28639 #: ../fish/guestfish-actions.pod:2973
28640 msgid "See also L</mke2journal-L>."
28641 msgstr ""
28642
28643 # type: =head2
28644 #. type: =head2
28645 #: ../fish/guestfish-actions.pod:2975
28646 msgid "mke2fs-JU"
28647 msgstr ""
28648
28649 # type: verbatim
28650 #. type: verbatim
28651 #: ../fish/guestfish-actions.pod:2977
28652 #, no-wrap
28653 msgid ""
28654 " mke2fs-JU fstype blocksize device uuid\n"
28655 "\n"
28656 msgstr ""
28657
28658 # type: textblock
28659 #. type: textblock
28660 #: ../fish/guestfish-actions.pod:2982
28661 msgid "See also L</mke2journal-U>."
28662 msgstr ""
28663
28664 # type: =head2
28665 #. type: =head2
28666 #: ../fish/guestfish-actions.pod:2984
28667 msgid "mke2journal"
28668 msgstr ""
28669
28670 # type: verbatim
28671 #. type: verbatim
28672 #: ../fish/guestfish-actions.pod:2986
28673 #, no-wrap
28674 msgid ""
28675 " mke2journal blocksize device\n"
28676 "\n"
28677 msgstr ""
28678
28679 # type: =head2
28680 #. type: =head2
28681 #: ../fish/guestfish-actions.pod:2993
28682 msgid "mke2journal-L"
28683 msgstr ""
28684
28685 # type: verbatim
28686 #. type: verbatim
28687 #: ../fish/guestfish-actions.pod:2995
28688 #, no-wrap
28689 msgid ""
28690 " mke2journal-L blocksize label device\n"
28691 "\n"
28692 msgstr ""
28693
28694 # type: =head2
28695 #. type: =head2
28696 #: ../fish/guestfish-actions.pod:2999
28697 msgid "mke2journal-U"
28698 msgstr ""
28699
28700 # type: verbatim
28701 #. type: verbatim
28702 #: ../fish/guestfish-actions.pod:3001
28703 #, no-wrap
28704 msgid ""
28705 " mke2journal-U blocksize uuid device\n"
28706 "\n"
28707 msgstr ""
28708
28709 # type: =head2
28710 #. type: =head2
28711 #: ../fish/guestfish-actions.pod:3005
28712 msgid "mkfifo"
28713 msgstr ""
28714
28715 # type: verbatim
28716 #. type: verbatim
28717 #: ../fish/guestfish-actions.pod:3007
28718 #, no-wrap
28719 msgid ""
28720 " mkfifo mode path\n"
28721 "\n"
28722 msgstr ""
28723
28724 # type: textblock
28725 #. type: textblock
28726 #: ../fish/guestfish-actions.pod:3009
28727 msgid ""
28728 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
28729 "is just a convenient wrapper around L</mknod>."
28730 msgstr ""
28731
28732 # type: =head2
28733 #. type: =head2
28734 #: ../fish/guestfish-actions.pod:3015
28735 msgid "mkfs"
28736 msgstr ""
28737
28738 # type: verbatim
28739 #. type: verbatim
28740 #: ../fish/guestfish-actions.pod:3017
28741 #, no-wrap
28742 msgid ""
28743 " mkfs fstype device\n"
28744 "\n"
28745 msgstr ""
28746
28747 # type: =head2
28748 #. type: =head2
28749 #: ../fish/guestfish-actions.pod:3023
28750 msgid "mkfs-b"
28751 msgstr ""
28752
28753 # type: verbatim
28754 #. type: verbatim
28755 #: ../fish/guestfish-actions.pod:3025
28756 #, no-wrap
28757 msgid ""
28758 " mkfs-b fstype blocksize device\n"
28759 "\n"
28760 msgstr ""
28761
28762 # type: textblock
28763 #. type: textblock
28764 #: ../fish/guestfish-actions.pod:3027
28765 msgid ""
28766 "This call is similar to L</mkfs>, but it allows you to control the block "
28767 "size of the resulting filesystem.  Supported block sizes depend on the "
28768 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28769 msgstr ""
28770
28771 # type: =head2
28772 #. type: =head2
28773 #: ../fish/guestfish-actions.pod:3042
28774 msgid "mkfs-opts"
28775 msgstr ""
28776
28777 #. type: verbatim
28778 #: ../fish/guestfish-actions.pod:3044
28779 #, no-wrap
28780 msgid ""
28781 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
28782 "\n"
28783 msgstr ""
28784
28785 # type: =head2
28786 #. type: =head2
28787 #: ../fish/guestfish-actions.pod:3079
28788 msgid "mkmountpoint"
28789 msgstr ""
28790
28791 # type: verbatim
28792 #. type: verbatim
28793 #: ../fish/guestfish-actions.pod:3081
28794 #, no-wrap
28795 msgid ""
28796 " mkmountpoint exemptpath\n"
28797 "\n"
28798 msgstr ""
28799
28800 # type: textblock
28801 #. type: textblock
28802 #: ../fish/guestfish-actions.pod:3083
28803 msgid ""
28804 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
28805 "to create extra mountpoints before mounting the first filesystem."
28806 msgstr ""
28807
28808 # type: textblock
28809 #. type: textblock
28810 #: ../fish/guestfish-actions.pod:3107
28811 msgid ""
28812 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
28813 "unexpected errors if you try to mix these calls.  It is safest to manually "
28814 "unmount filesystems and remove mountpoints after use."
28815 msgstr ""
28816
28817 # type: textblock
28818 #. type: textblock
28819 #: ../fish/guestfish-actions.pod:3111
28820 msgid ""
28821 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
28822 "for this to work for manual mountpoints, you must ensure that the innermost "
28823 "mountpoints have the longest pathnames, as in the example code above."
28824 msgstr ""
28825
28826 #. type: textblock
28827 #: ../fish/guestfish-actions.pod:3118
28828 msgid ""
28829 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
28830 "L</umount-all> to be called when the handle is closed which can also trigger "
28831 "these issues."
28832 msgstr ""
28833
28834 # type: =head2
28835 #. type: =head2
28836 #: ../fish/guestfish-actions.pod:3122
28837 msgid "mknod"
28838 msgstr ""
28839
28840 # type: verbatim
28841 #. type: verbatim
28842 #: ../fish/guestfish-actions.pod:3124
28843 #, no-wrap
28844 msgid ""
28845 " mknod mode devmajor devminor path\n"
28846 "\n"
28847 msgstr ""
28848
28849 # type: textblock
28850 #. type: textblock
28851 #: ../fish/guestfish-actions.pod:3134
28852 msgid ""
28853 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
28854 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
28855 "regular file).  These constants are available in the standard Linux header "
28856 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
28857 "wrappers around this command which bitwise OR in the appropriate constant "
28858 "for you."
28859 msgstr ""
28860
28861 # type: =head2
28862 #. type: =head2
28863 #: ../fish/guestfish-actions.pod:3144
28864 msgid "mknod-b"
28865 msgstr ""
28866
28867 # type: verbatim
28868 #. type: verbatim
28869 #: ../fish/guestfish-actions.pod:3146
28870 #, no-wrap
28871 msgid ""
28872 " mknod-b mode devmajor devminor path\n"
28873 "\n"
28874 msgstr ""
28875
28876 # type: textblock
28877 #. type: textblock
28878 #: ../fish/guestfish-actions.pod:3148
28879 msgid ""
28880 "This call creates a block device node called C<path> with mode C<mode> and "
28881 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28882 "wrapper around L</mknod>."
28883 msgstr ""
28884
28885 # type: =head2
28886 #. type: =head2
28887 #: ../fish/guestfish-actions.pod:3154
28888 msgid "mknod-c"
28889 msgstr ""
28890
28891 # type: verbatim
28892 #. type: verbatim
28893 #: ../fish/guestfish-actions.pod:3156
28894 #, no-wrap
28895 msgid ""
28896 " mknod-c mode devmajor devminor path\n"
28897 "\n"
28898 msgstr ""
28899
28900 # type: textblock
28901 #. type: textblock
28902 #: ../fish/guestfish-actions.pod:3158
28903 msgid ""
28904 "This call creates a char device node called C<path> with mode C<mode> and "
28905 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28906 "wrapper around L</mknod>."
28907 msgstr ""
28908
28909 # type: =head2
28910 #. type: =head2
28911 #: ../fish/guestfish-actions.pod:3164
28912 msgid "mkswap"
28913 msgstr ""
28914
28915 # type: verbatim
28916 #. type: verbatim
28917 #: ../fish/guestfish-actions.pod:3166
28918 #, no-wrap
28919 msgid ""
28920 " mkswap device\n"
28921 "\n"
28922 msgstr ""
28923
28924 # type: =head2
28925 #. type: =head2
28926 #: ../fish/guestfish-actions.pod:3170
28927 msgid "mkswap-L"
28928 msgstr ""
28929
28930 # type: verbatim
28931 #. type: verbatim
28932 #: ../fish/guestfish-actions.pod:3172
28933 #, no-wrap
28934 msgid ""
28935 " mkswap-L label device\n"
28936 "\n"
28937 msgstr ""
28938
28939 # type: =head2
28940 #. type: =head2
28941 #: ../fish/guestfish-actions.pod:3180
28942 msgid "mkswap-U"
28943 msgstr ""
28944
28945 # type: verbatim
28946 #. type: verbatim
28947 #: ../fish/guestfish-actions.pod:3182
28948 #, no-wrap
28949 msgid ""
28950 " mkswap-U uuid device\n"
28951 "\n"
28952 msgstr ""
28953
28954 # type: =head2
28955 #. type: =head2
28956 #: ../fish/guestfish-actions.pod:3186
28957 msgid "mkswap-file"
28958 msgstr ""
28959
28960 # type: verbatim
28961 #. type: verbatim
28962 #: ../fish/guestfish-actions.pod:3188
28963 #, no-wrap
28964 msgid ""
28965 " mkswap-file path\n"
28966 "\n"
28967 msgstr ""
28968
28969 # type: textblock
28970 #. type: textblock
28971 #: ../fish/guestfish-actions.pod:3192
28972 msgid ""
28973 "This command just writes a swap file signature to an existing file.  To "
28974 "create the file itself, use something like L</fallocate>."
28975 msgstr ""
28976
28977 # type: =head2
28978 #. type: =head2
28979 #: ../fish/guestfish-actions.pod:3195
28980 msgid "modprobe"
28981 msgstr ""
28982
28983 # type: verbatim
28984 #. type: verbatim
28985 #: ../fish/guestfish-actions.pod:3197
28986 #, no-wrap
28987 msgid ""
28988 " modprobe modulename\n"
28989 "\n"
28990 msgstr ""
28991
28992 # type: =head2
28993 #. type: =head2
28994 #: ../fish/guestfish-actions.pod:3204
28995 msgid "mount"
28996 msgstr ""
28997
28998 # type: verbatim
28999 #. type: verbatim
29000 #: ../fish/guestfish-actions.pod:3206
29001 #, no-wrap
29002 msgid ""
29003 " mount device mountpoint\n"
29004 "\n"
29005 msgstr ""
29006
29007 # type: textblock
29008 #. type: textblock
29009 #: ../fish/guestfish-actions.pod:3222
29010 msgid ""
29011 "B<Important note:> When you use this call, the filesystem options C<sync> "
29012 "and C<noatime> are set implicitly.  This was originally done because we "
29013 "thought it would improve reliability, but it turns out that I<-o sync> has a "
29014 "very large negative performance impact and negligible effect on "
29015 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
29016 "code that needs performance, and instead use L</mount-options> (use an empty "
29017 "string for the first parameter if you don't want any options)."
29018 msgstr ""
29019
29020 #. type: =head2
29021 #: ../fish/guestfish-actions.pod:3239
29022 msgid "mount-9p"
29023 msgstr ""
29024
29025 #. type: verbatim
29026 #: ../fish/guestfish-actions.pod:3241
29027 #, no-wrap
29028 msgid ""
29029 " mount-9p mounttag mountpoint [options:..]\n"
29030 "\n"
29031 msgstr ""
29032
29033 # type: =head2
29034 #. type: =head2
29035 #: ../fish/guestfish-actions.pod:3252
29036 msgid "mount-loop"
29037 msgstr ""
29038
29039 # type: verbatim
29040 #. type: verbatim
29041 #: ../fish/guestfish-actions.pod:3254
29042 #, no-wrap
29043 msgid ""
29044 " mount-loop file mountpoint\n"
29045 "\n"
29046 msgstr ""
29047
29048 # type: =head2
29049 #. type: =head2
29050 #: ../fish/guestfish-actions.pod:3260
29051 msgid "mount-options"
29052 msgstr ""
29053
29054 # type: verbatim
29055 #. type: verbatim
29056 #: ../fish/guestfish-actions.pod:3262
29057 #, no-wrap
29058 msgid ""
29059 " mount-options options device mountpoint\n"
29060 "\n"
29061 msgstr ""
29062
29063 # type: textblock
29064 #. type: textblock
29065 #: ../fish/guestfish-actions.pod:3264
29066 msgid ""
29067 "This is the same as the L</mount> command, but it allows you to set the "
29068 "mount options as for the L<mount(8)> I<-o> flag."
29069 msgstr ""
29070
29071 # type: =head2
29072 #. type: =head2
29073 #: ../fish/guestfish-actions.pod:3272
29074 msgid "mount-ro"
29075 msgstr ""
29076
29077 # type: verbatim
29078 #. type: verbatim
29079 #: ../fish/guestfish-actions.pod:3274
29080 #, no-wrap
29081 msgid ""
29082 " mount-ro device mountpoint\n"
29083 "\n"
29084 msgstr ""
29085
29086 # type: textblock
29087 #. type: textblock
29088 #: ../fish/guestfish-actions.pod:3276
29089 msgid ""
29090 "This is the same as the L</mount> command, but it mounts the filesystem with "
29091 "the read-only (I<-o ro>) flag."
29092 msgstr ""
29093
29094 # type: =head2
29095 #. type: =head2
29096 #: ../fish/guestfish-actions.pod:3279
29097 msgid "mount-vfs"
29098 msgstr ""
29099
29100 # type: verbatim
29101 #. type: verbatim
29102 #: ../fish/guestfish-actions.pod:3281
29103 #, no-wrap
29104 msgid ""
29105 " mount-vfs options vfstype device mountpoint\n"
29106 "\n"
29107 msgstr ""
29108
29109 # type: textblock
29110 #. type: textblock
29111 #: ../fish/guestfish-actions.pod:3283
29112 msgid ""
29113 "This is the same as the L</mount> command, but it allows you to set both the "
29114 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
29115 msgstr ""
29116
29117 # type: =head2
29118 #. type: =head2
29119 #: ../fish/guestfish-actions.pod:3287
29120 msgid "mountpoints"
29121 msgstr ""
29122
29123 # type: verbatim
29124 #. type: verbatim
29125 #: ../fish/guestfish-actions.pod:3289
29126 #, no-wrap
29127 msgid ""
29128 " mountpoints\n"
29129 "\n"
29130 msgstr ""
29131
29132 # type: textblock
29133 #. type: textblock
29134 #: ../fish/guestfish-actions.pod:3291
29135 msgid ""
29136 "This call is similar to L</mounts>.  That call returns a list of devices.  "
29137 "This one returns a hash table (map) of device name to directory where the "
29138 "device is mounted."
29139 msgstr ""
29140
29141 # type: =head2
29142 #. type: =head2
29143 #: ../fish/guestfish-actions.pod:3295
29144 msgid "mounts"
29145 msgstr ""
29146
29147 # type: verbatim
29148 #. type: verbatim
29149 #: ../fish/guestfish-actions.pod:3297
29150 #, no-wrap
29151 msgid ""
29152 " mounts\n"
29153 "\n"
29154 msgstr ""
29155
29156 # type: textblock
29157 #. type: textblock
29158 #: ../fish/guestfish-actions.pod:3304
29159 msgid "See also: L</mountpoints>"
29160 msgstr ""
29161
29162 # type: =head2
29163 #. type: =head2
29164 #: ../fish/guestfish-actions.pod:3306
29165 msgid "mv"
29166 msgstr ""
29167
29168 # type: verbatim
29169 #. type: verbatim
29170 #: ../fish/guestfish-actions.pod:3308
29171 #, no-wrap
29172 msgid ""
29173 " mv src dest\n"
29174 "\n"
29175 msgstr ""
29176
29177 # type: =head2
29178 #. type: =head2
29179 #: ../fish/guestfish-actions.pod:3313
29180 msgid "ntfs-3g-probe"
29181 msgstr ""
29182
29183 # type: verbatim
29184 #. type: verbatim
29185 #: ../fish/guestfish-actions.pod:3315
29186 #, no-wrap
29187 msgid ""
29188 " ntfs-3g-probe true|false device\n"
29189 "\n"
29190 msgstr ""
29191
29192 # type: =head2
29193 #. type: =head2
29194 #: ../fish/guestfish-actions.pod:3329
29195 msgid "ntfsresize"
29196 msgstr ""
29197
29198 # type: verbatim
29199 #. type: verbatim
29200 #: ../fish/guestfish-actions.pod:3331
29201 #, no-wrap
29202 msgid ""
29203 " ntfsresize device\n"
29204 "\n"
29205 msgstr ""
29206
29207 # type: =head2
29208 #. type: =head2
29209 #: ../fish/guestfish-actions.pod:3337
29210 msgid "ntfsresize-size"
29211 msgstr ""
29212
29213 # type: verbatim
29214 #. type: verbatim
29215 #: ../fish/guestfish-actions.pod:3339
29216 #, no-wrap
29217 msgid ""
29218 " ntfsresize-size device size\n"
29219 "\n"
29220 msgstr ""
29221
29222 # type: textblock
29223 #. type: textblock
29224 #: ../fish/guestfish-actions.pod:3341
29225 msgid ""
29226 "This command is the same as L</ntfsresize> except that it allows you to "
29227 "specify the new size (in bytes) explicitly."
29228 msgstr ""
29229
29230 # type: =head2
29231 #. type: =head2
29232 #: ../fish/guestfish-actions.pod:3344
29233 msgid "part-add"
29234 msgstr ""
29235
29236 # type: verbatim
29237 #. type: verbatim
29238 #: ../fish/guestfish-actions.pod:3346
29239 #, no-wrap
29240 msgid ""
29241 " part-add device prlogex startsect endsect\n"
29242 "\n"
29243 msgstr ""
29244
29245 # type: textblock
29246 #. type: textblock
29247 #: ../fish/guestfish-actions.pod:3348
29248 msgid ""
29249 "This command adds a partition to C<device>.  If there is no partition table "
29250 "on the device, call L</part-init> first."
29251 msgstr ""
29252
29253 # type: textblock
29254 #. type: textblock
29255 #: ../fish/guestfish-actions.pod:3360
29256 msgid ""
29257 "Creating a partition which covers the whole disk is not so easy.  Use L</"
29258 "part-disk> to do that."
29259 msgstr ""
29260
29261 # type: =head2
29262 #. type: =head2
29263 #: ../fish/guestfish-actions.pod:3363
29264 msgid "part-del"
29265 msgstr ""
29266
29267 # type: verbatim
29268 #. type: verbatim
29269 #: ../fish/guestfish-actions.pod:3365
29270 #, no-wrap
29271 msgid ""
29272 " part-del device partnum\n"
29273 "\n"
29274 msgstr ""
29275
29276 # type: =head2
29277 #. type: =head2
29278 #: ../fish/guestfish-actions.pod:3373
29279 msgid "part-disk"
29280 msgstr ""
29281
29282 # type: verbatim
29283 #. type: verbatim
29284 #: ../fish/guestfish-actions.pod:3375
29285 #, no-wrap
29286 msgid ""
29287 " part-disk device parttype\n"
29288 "\n"
29289 msgstr ""
29290
29291 # type: textblock
29292 #. type: textblock
29293 #: ../fish/guestfish-actions.pod:3377
29294 msgid ""
29295 "This command is simply a combination of L</part-init> followed by L</part-"
29296 "add> to create a single primary partition covering the whole disk."
29297 msgstr ""
29298
29299 # type: textblock
29300 #. type: textblock
29301 #: ../fish/guestfish-actions.pod:3381
29302 msgid ""
29303 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
29304 "possible values are described in L</part-init>."
29305 msgstr ""
29306
29307 # type: =head2
29308 #. type: =head2
29309 #: ../fish/guestfish-actions.pod:3387
29310 msgid "part-get-bootable"
29311 msgstr ""
29312
29313 # type: verbatim
29314 #. type: verbatim
29315 #: ../fish/guestfish-actions.pod:3389
29316 #, no-wrap
29317 msgid ""
29318 " part-get-bootable device partnum\n"
29319 "\n"
29320 msgstr ""
29321
29322 # type: textblock
29323 #. type: textblock
29324 #: ../fish/guestfish-actions.pod:3394
29325 msgid "See also L</part-set-bootable>."
29326 msgstr ""
29327
29328 # type: =head2
29329 #. type: =head2
29330 #: ../fish/guestfish-actions.pod:3396
29331 msgid "part-get-mbr-id"
29332 msgstr ""
29333
29334 # type: verbatim
29335 #. type: verbatim
29336 #: ../fish/guestfish-actions.pod:3398
29337 #, no-wrap
29338 msgid ""
29339 " part-get-mbr-id device partnum\n"
29340 "\n"
29341 msgstr ""
29342
29343 # type: textblock
29344 #. type: textblock
29345 #: ../fish/guestfish-actions.pod:3403 ../fish/guestfish-actions.pod:3541
29346 msgid ""
29347 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
29348 "undefined results for other partition table types (see L</part-get-"
29349 "parttype>)."
29350 msgstr ""
29351
29352 # type: =head2
29353 #. type: =head2
29354 #: ../fish/guestfish-actions.pod:3407
29355 msgid "part-get-parttype"
29356 msgstr ""
29357
29358 # type: verbatim
29359 #. type: verbatim
29360 #: ../fish/guestfish-actions.pod:3409
29361 #, no-wrap
29362 msgid ""
29363 " part-get-parttype device\n"
29364 "\n"
29365 msgstr ""
29366
29367 # type: textblock
29368 #. type: textblock
29369 #: ../fish/guestfish-actions.pod:3414
29370 msgid ""
29371 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
29372 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
29373 "possible, although unusual.  See L</part-init> for a full list."
29374 msgstr ""
29375
29376 # type: =head2
29377 #. type: =head2
29378 #: ../fish/guestfish-actions.pod:3419
29379 msgid "part-init"
29380 msgstr ""
29381
29382 # type: verbatim
29383 #. type: verbatim
29384 #: ../fish/guestfish-actions.pod:3421
29385 #, no-wrap
29386 msgid ""
29387 " part-init device parttype\n"
29388 "\n"
29389 msgstr ""
29390
29391 # type: textblock
29392 #. type: textblock
29393 #: ../fish/guestfish-actions.pod:3427
29394 msgid ""
29395 "Initially there are no partitions.  Following this, you should call L</part-"
29396 "add> for each partition required."
29397 msgstr ""
29398
29399 # type: =head2
29400 #. type: =head2
29401 #: ../fish/guestfish-actions.pod:3490
29402 msgid "part-list"
29403 msgstr ""
29404
29405 # type: verbatim
29406 #. type: verbatim
29407 #: ../fish/guestfish-actions.pod:3492
29408 #, no-wrap
29409 msgid ""
29410 " part-list device\n"
29411 "\n"
29412 msgstr ""
29413
29414 # type: textblock
29415 #. type: textblock
29416 #: ../fish/guestfish-actions.pod:3507
29417 msgid ""
29418 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
29419 "the device's sector size, see L</blockdev-getss>."
29420 msgstr ""
29421
29422 # type: =head2
29423 #. type: =head2
29424 #: ../fish/guestfish-actions.pod:3520
29425 msgid "part-set-bootable"
29426 msgstr ""
29427
29428 # type: verbatim
29429 #. type: verbatim
29430 #: ../fish/guestfish-actions.pod:3522
29431 #, no-wrap
29432 msgid ""
29433 " part-set-bootable device partnum true|false\n"
29434 "\n"
29435 msgstr ""
29436
29437 # type: =head2
29438 #. type: =head2
29439 #: ../fish/guestfish-actions.pod:3531
29440 msgid "part-set-mbr-id"
29441 msgstr ""
29442
29443 # type: verbatim
29444 #. type: verbatim
29445 #: ../fish/guestfish-actions.pod:3533
29446 #, no-wrap
29447 msgid ""
29448 " part-set-mbr-id device partnum idbyte\n"
29449 "\n"
29450 msgstr ""
29451
29452 # type: =head2
29453 #. type: =head2
29454 #: ../fish/guestfish-actions.pod:3545
29455 msgid "part-set-name"
29456 msgstr ""
29457
29458 # type: verbatim
29459 #. type: verbatim
29460 #: ../fish/guestfish-actions.pod:3547
29461 #, no-wrap
29462 msgid ""
29463 " part-set-name device partnum name\n"
29464 "\n"
29465 msgstr ""
29466
29467 # type: =head2
29468 #. type: =head2
29469 #: ../fish/guestfish-actions.pod:3555
29470 msgid "part-to-dev"
29471 msgstr ""
29472
29473 # type: verbatim
29474 #. type: verbatim
29475 #: ../fish/guestfish-actions.pod:3557
29476 #, no-wrap
29477 msgid ""
29478 " part-to-dev partition\n"
29479 "\n"
29480 msgstr ""
29481
29482 # type: textblock
29483 #. type: textblock
29484 #: ../fish/guestfish-actions.pod:3563
29485 msgid ""
29486 "The named partition must exist, for example as a string returned from L</"
29487 "list-partitions>."
29488 msgstr ""
29489
29490 # type: =head2
29491 #. type: =head2
29492 #: ../fish/guestfish-actions.pod:3566
29493 msgid "ping-daemon"
29494 msgstr ""
29495
29496 # type: verbatim
29497 #. type: verbatim
29498 #: ../fish/guestfish-actions.pod:3568
29499 #, no-wrap
29500 msgid ""
29501 " ping-daemon\n"
29502 "\n"
29503 msgstr ""
29504
29505 # type: =head2
29506 #. type: =head2
29507 #: ../fish/guestfish-actions.pod:3575
29508 msgid "pread"
29509 msgstr ""
29510
29511 # type: verbatim
29512 #. type: verbatim
29513 #: ../fish/guestfish-actions.pod:3577
29514 #, no-wrap
29515 msgid ""
29516 " pread path count offset\n"
29517 "\n"
29518 msgstr ""
29519
29520 # type: textblock
29521 #. type: textblock
29522 #: ../fish/guestfish-actions.pod:3585
29523 msgid "See also L</pwrite>, L</pread-device>."
29524 msgstr ""
29525
29526 # type: =head2
29527 #. type: =head2
29528 #: ../fish/guestfish-actions.pod:3590
29529 msgid "pread-device"
29530 msgstr ""
29531
29532 # type: verbatim
29533 #. type: verbatim
29534 #: ../fish/guestfish-actions.pod:3592
29535 #, no-wrap
29536 msgid ""
29537 " pread-device device count offset\n"
29538 "\n"
29539 msgstr ""
29540
29541 # type: textblock
29542 #. type: textblock
29543 #: ../fish/guestfish-actions.pod:3600
29544 msgid "See also L</pread>."
29545 msgstr ""
29546
29547 # type: =head2
29548 #. type: =head2
29549 #: ../fish/guestfish-actions.pod:3605
29550 msgid "pvcreate"
29551 msgstr ""
29552
29553 # type: verbatim
29554 #. type: verbatim
29555 #: ../fish/guestfish-actions.pod:3607
29556 #, no-wrap
29557 msgid ""
29558 " pvcreate device\n"
29559 "\n"
29560 msgstr ""
29561
29562 # type: =head2
29563 #. type: =head2
29564 #: ../fish/guestfish-actions.pod:3613
29565 msgid "pvremove"
29566 msgstr ""
29567
29568 # type: verbatim
29569 #. type: verbatim
29570 #: ../fish/guestfish-actions.pod:3615
29571 #, no-wrap
29572 msgid ""
29573 " pvremove device\n"
29574 "\n"
29575 msgstr ""
29576
29577 # type: =head2
29578 #. type: =head2
29579 #: ../fish/guestfish-actions.pod:3624
29580 msgid "pvresize"
29581 msgstr ""
29582
29583 # type: verbatim
29584 #. type: verbatim
29585 #: ../fish/guestfish-actions.pod:3626
29586 #, no-wrap
29587 msgid ""
29588 " pvresize device\n"
29589 "\n"
29590 msgstr ""
29591
29592 # type: =head2
29593 #. type: =head2
29594 #: ../fish/guestfish-actions.pod:3631
29595 msgid "pvresize-size"
29596 msgstr ""
29597
29598 # type: verbatim
29599 #. type: verbatim
29600 #: ../fish/guestfish-actions.pod:3633
29601 #, no-wrap
29602 msgid ""
29603 " pvresize-size device size\n"
29604 "\n"
29605 msgstr ""
29606
29607 # type: textblock
29608 #. type: textblock
29609 #: ../fish/guestfish-actions.pod:3635
29610 msgid ""
29611 "This command is the same as L</pvresize> except that it allows you to "
29612 "specify the new size (in bytes) explicitly."
29613 msgstr ""
29614
29615 # type: =head2
29616 #. type: =head2
29617 #: ../fish/guestfish-actions.pod:3638
29618 msgid "pvs"
29619 msgstr ""
29620
29621 # type: verbatim
29622 #. type: verbatim
29623 #: ../fish/guestfish-actions.pod:3640
29624 #, no-wrap
29625 msgid ""
29626 " pvs\n"
29627 "\n"
29628 msgstr ""
29629
29630 # type: textblock
29631 #. type: textblock
29632 #: ../fish/guestfish-actions.pod:3648
29633 msgid "See also L</pvs-full>."
29634 msgstr ""
29635
29636 # type: =head2
29637 #. type: =head2
29638 #: ../fish/guestfish-actions.pod:3650
29639 msgid "pvs-full"
29640 msgstr ""
29641
29642 # type: verbatim
29643 #. type: verbatim
29644 #: ../fish/guestfish-actions.pod:3652
29645 #, no-wrap
29646 msgid ""
29647 " pvs-full\n"
29648 "\n"
29649 msgstr ""
29650
29651 # type: =head2
29652 #. type: =head2
29653 #: ../fish/guestfish-actions.pod:3657
29654 msgid "pvuuid"
29655 msgstr ""
29656
29657 # type: verbatim
29658 #. type: verbatim
29659 #: ../fish/guestfish-actions.pod:3659
29660 #, no-wrap
29661 msgid ""
29662 " pvuuid device\n"
29663 "\n"
29664 msgstr ""
29665
29666 # type: =head2
29667 #. type: =head2
29668 #: ../fish/guestfish-actions.pod:3663
29669 msgid "pwrite"
29670 msgstr ""
29671
29672 # type: verbatim
29673 #. type: verbatim
29674 #: ../fish/guestfish-actions.pod:3665
29675 #, no-wrap
29676 msgid ""
29677 " pwrite path content offset\n"
29678 "\n"
29679 msgstr ""
29680
29681 # type: textblock
29682 #. type: textblock
29683 #: ../fish/guestfish-actions.pod:3676
29684 msgid "See also L</pread>, L</pwrite-device>."
29685 msgstr ""
29686
29687 # type: =head2
29688 #. type: =head2
29689 #: ../fish/guestfish-actions.pod:3681
29690 msgid "pwrite-device"
29691 msgstr ""
29692
29693 # type: verbatim
29694 #. type: verbatim
29695 #: ../fish/guestfish-actions.pod:3683
29696 #, no-wrap
29697 msgid ""
29698 " pwrite-device device content offset\n"
29699 "\n"
29700 msgstr ""
29701
29702 # type: textblock
29703 #. type: textblock
29704 #: ../fish/guestfish-actions.pod:3693
29705 msgid "See also L</pwrite>."
29706 msgstr ""
29707
29708 # type: =head2
29709 #. type: =head2
29710 #: ../fish/guestfish-actions.pod:3698
29711 msgid "read-file"
29712 msgstr ""
29713
29714 # type: verbatim
29715 #. type: verbatim
29716 #: ../fish/guestfish-actions.pod:3700
29717 #, no-wrap
29718 msgid ""
29719 " read-file path\n"
29720 "\n"
29721 msgstr ""
29722
29723 # type: textblock
29724 #. type: textblock
29725 #: ../fish/guestfish-actions.pod:3705
29726 msgid ""
29727 "Unlike L</cat>, this function can correctly handle files that contain "
29728 "embedded ASCII NUL characters.  However unlike L</download>, this function "
29729 "is limited in the total size of file that can be handled."
29730 msgstr ""
29731
29732 # type: =head2
29733 #. type: =head2
29734 #: ../fish/guestfish-actions.pod:3713
29735 msgid "read-lines"
29736 msgstr ""
29737
29738 # type: verbatim
29739 #. type: verbatim
29740 #: ../fish/guestfish-actions.pod:3715
29741 #, no-wrap
29742 msgid ""
29743 " read-lines path\n"
29744 "\n"
29745 msgstr ""
29746
29747 # type: textblock
29748 #. type: textblock
29749 #: ../fish/guestfish-actions.pod:3722
29750 msgid ""
29751 "Note that this function cannot correctly handle binary files (specifically, "
29752 "files containing C<\\0> character which is treated as end of line).  For "
29753 "those you need to use the L</read-file> function which has a more complex "
29754 "interface."
29755 msgstr ""
29756
29757 # type: =head2
29758 #. type: =head2
29759 #: ../fish/guestfish-actions.pod:3727
29760 msgid "readdir"
29761 msgstr ""
29762
29763 # type: verbatim
29764 #. type: verbatim
29765 #: ../fish/guestfish-actions.pod:3729
29766 #, no-wrap
29767 msgid ""
29768 " readdir dir\n"
29769 "\n"
29770 msgstr ""
29771
29772 # type: textblock
29773 #. type: textblock
29774 #: ../fish/guestfish-actions.pod:3781
29775 msgid ""
29776 "This function is primarily intended for use by programs.  To get a simple "
29777 "list of names, use L</ls>.  To get a printable directory for human "
29778 "consumption, use L</ll>."
29779 msgstr ""
29780
29781 # type: =head2
29782 #. type: =head2
29783 #: ../fish/guestfish-actions.pod:3785
29784 msgid "readlink"
29785 msgstr ""
29786
29787 # type: verbatim
29788 #. type: verbatim
29789 #: ../fish/guestfish-actions.pod:3787
29790 #, no-wrap
29791 msgid ""
29792 " readlink path\n"
29793 "\n"
29794 msgstr ""
29795
29796 # type: =head2
29797 #. type: =head2
29798 #: ../fish/guestfish-actions.pod:3791
29799 msgid "readlinklist"
29800 msgstr ""
29801
29802 # type: verbatim
29803 #. type: verbatim
29804 #: ../fish/guestfish-actions.pod:3793
29805 #, no-wrap
29806 msgid ""
29807 " readlinklist path 'names ...'\n"
29808 "\n"
29809 msgstr ""
29810
29811 # type: =head2
29812 #. type: =head2
29813 #: ../fish/guestfish-actions.pod:3817
29814 msgid "realpath"
29815 msgstr ""
29816
29817 # type: verbatim
29818 #. type: verbatim
29819 #: ../fish/guestfish-actions.pod:3819
29820 #, no-wrap
29821 msgid ""
29822 " realpath path\n"
29823 "\n"
29824 msgstr ""
29825
29826 # type: =head2
29827 #. type: =head2
29828 #: ../fish/guestfish-actions.pod:3824
29829 msgid "removexattr"
29830 msgstr ""
29831
29832 # type: verbatim
29833 #. type: verbatim
29834 #: ../fish/guestfish-actions.pod:3826
29835 #, no-wrap
29836 msgid ""
29837 " removexattr xattr path\n"
29838 "\n"
29839 msgstr ""
29840
29841 # type: textblock
29842 #. type: textblock
29843 #: ../fish/guestfish-actions.pod:3831
29844 msgid "See also: L</lremovexattr>, L<attr(5)>."
29845 msgstr ""
29846
29847 # type: =head2
29848 #. type: =head2
29849 #: ../fish/guestfish-actions.pod:3833
29850 msgid "resize2fs"
29851 msgstr ""
29852
29853 # type: verbatim
29854 #. type: verbatim
29855 #: ../fish/guestfish-actions.pod:3835
29856 #, no-wrap
29857 msgid ""
29858 " resize2fs device\n"
29859 "\n"
29860 msgstr ""
29861
29862 # type: textblock
29863 #. type: textblock
29864 #: ../fish/guestfish-actions.pod:3840
29865 msgid ""
29866 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
29867 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
29868 "gives an error about this and sometimes not.  In any case, it is always safe "
29869 "to call L</e2fsck-f> before calling this function."
29870 msgstr ""
29871
29872 #. type: =head2
29873 #: ../fish/guestfish-actions.pod:3846
29874 msgid "resize2fs-M"
29875 msgstr ""
29876
29877 #. type: verbatim
29878 #: ../fish/guestfish-actions.pod:3848
29879 #, no-wrap
29880 msgid ""
29881 " resize2fs-M device\n"
29882 "\n"
29883 msgstr ""
29884
29885 #. type: textblock
29886 #: ../fish/guestfish-actions.pod:3850
29887 msgid ""
29888 "This command is the same as L</resize2fs>, but the filesystem is resized to "
29889 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
29890 "command."
29891 msgstr ""
29892
29893 #. type: textblock
29894 #: ../fish/guestfish-actions.pod:3854
29895 msgid ""
29896 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
29897 "and read the C<Block size> and C<Block count> values.  These two numbers, "
29898 "multiplied together, give the resulting size of the minimal filesystem in "
29899 "bytes."
29900 msgstr ""
29901
29902 # type: =head2
29903 #. type: =head2
29904 #: ../fish/guestfish-actions.pod:3859
29905 msgid "resize2fs-size"
29906 msgstr ""
29907
29908 # type: verbatim
29909 #. type: verbatim
29910 #: ../fish/guestfish-actions.pod:3861
29911 #, no-wrap
29912 msgid ""
29913 " resize2fs-size device size\n"
29914 "\n"
29915 msgstr ""
29916
29917 # type: textblock
29918 #. type: textblock
29919 #: ../fish/guestfish-actions.pod:3863
29920 msgid ""
29921 "This command is the same as L</resize2fs> except that it allows you to "
29922 "specify the new size (in bytes) explicitly."
29923 msgstr ""
29924
29925 # type: =head2
29926 #. type: =head2
29927 #: ../fish/guestfish-actions.pod:3866
29928 msgid "rm"
29929 msgstr ""
29930
29931 # type: verbatim
29932 #. type: verbatim
29933 #: ../fish/guestfish-actions.pod:3868
29934 #, no-wrap
29935 msgid ""
29936 " rm path\n"
29937 "\n"
29938 msgstr ""
29939
29940 # type: =head2
29941 #. type: =head2
29942 #: ../fish/guestfish-actions.pod:3872
29943 msgid "rm-rf"
29944 msgstr ""
29945
29946 # type: verbatim
29947 #. type: verbatim
29948 #: ../fish/guestfish-actions.pod:3874
29949 #, no-wrap
29950 msgid ""
29951 " rm-rf path\n"
29952 "\n"
29953 msgstr ""
29954
29955 # type: =head2
29956 #. type: =head2
29957 #: ../fish/guestfish-actions.pod:3880
29958 msgid "rmdir"
29959 msgstr ""
29960
29961 # type: verbatim
29962 #. type: verbatim
29963 #: ../fish/guestfish-actions.pod:3882
29964 #, no-wrap
29965 msgid ""
29966 " rmdir path\n"
29967 "\n"
29968 msgstr ""
29969
29970 # type: =head2
29971 #. type: =head2
29972 #: ../fish/guestfish-actions.pod:3886
29973 msgid "rmmountpoint"
29974 msgstr ""
29975
29976 # type: verbatim
29977 #. type: verbatim
29978 #: ../fish/guestfish-actions.pod:3888
29979 #, no-wrap
29980 msgid ""
29981 " rmmountpoint exemptpath\n"
29982 "\n"
29983 msgstr ""
29984
29985 # type: textblock
29986 #. type: textblock
29987 #: ../fish/guestfish-actions.pod:3890
29988 msgid ""
29989 "This calls removes a mountpoint that was previously created with L</"
29990 "mkmountpoint>.  See L</mkmountpoint> for full details."
29991 msgstr ""
29992
29993 # type: =head2
29994 #. type: =head2
29995 #: ../fish/guestfish-actions.pod:3894
29996 msgid "scrub-device"
29997 msgstr ""
29998
29999 # type: verbatim
30000 #. type: verbatim
30001 #: ../fish/guestfish-actions.pod:3896
30002 #, no-wrap
30003 msgid ""
30004 " scrub-device device\n"
30005 "\n"
30006 msgstr ""
30007
30008 # type: =head2
30009 #. type: =head2
30010 #: ../fish/guestfish-actions.pod:3907
30011 msgid "scrub-file"
30012 msgstr ""
30013
30014 # type: verbatim
30015 #. type: verbatim
30016 #: ../fish/guestfish-actions.pod:3909
30017 #, no-wrap
30018 msgid ""
30019 " scrub-file file\n"
30020 "\n"
30021 msgstr ""
30022
30023 # type: =head2
30024 #. type: =head2
30025 #: ../fish/guestfish-actions.pod:3919
30026 msgid "scrub-freespace"
30027 msgstr ""
30028
30029 # type: verbatim
30030 #. type: verbatim
30031 #: ../fish/guestfish-actions.pod:3921
30032 #, no-wrap
30033 msgid ""
30034 " scrub-freespace dir\n"
30035 "\n"
30036 msgstr ""
30037
30038 # type: textblock
30039 #. type: textblock
30040 #: ../fish/guestfish-actions.pod:3923
30041 msgid ""
30042 "This command creates the directory C<dir> and then fills it with files until "
30043 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
30044 "deletes them.  The intention is to scrub any free space on the partition "
30045 "containing C<dir>."
30046 msgstr ""
30047
30048 # type: =head2
30049 #. type: =head2
30050 #: ../fish/guestfish-actions.pod:3932
30051 msgid "set-append"
30052 msgstr ""
30053
30054 # type: =head2
30055 #. type: =head2
30056 #: ../fish/guestfish-actions.pod:3934
30057 msgid "append"
30058 msgstr ""
30059
30060 # type: verbatim
30061 #. type: verbatim
30062 #: ../fish/guestfish-actions.pod:3936
30063 #, no-wrap
30064 msgid ""
30065 " set-append append\n"
30066 "\n"
30067 msgstr ""
30068
30069 #. type: =head2
30070 #: ../fish/guestfish-actions.pod:3947
30071 msgid "set-attach-method"
30072 msgstr ""
30073
30074 #. type: =head2
30075 #: ../fish/guestfish-actions.pod:3949
30076 msgid "attach-method"
30077 msgstr ""
30078
30079 #. type: verbatim
30080 #: ../fish/guestfish-actions.pod:3951
30081 #, no-wrap
30082 msgid ""
30083 " set-attach-method attachmethod\n"
30084 "\n"
30085 msgstr ""
30086
30087 # type: =head2
30088 #. type: =head2
30089 #: ../fish/guestfish-actions.pod:3973
30090 msgid "set-autosync"
30091 msgstr ""
30092
30093 # type: =head2
30094 #. type: =head2
30095 #: ../fish/guestfish-actions.pod:3975
30096 msgid "autosync"
30097 msgstr ""
30098
30099 # type: verbatim
30100 #. type: verbatim
30101 #: ../fish/guestfish-actions.pod:3977
30102 #, no-wrap
30103 msgid ""
30104 " set-autosync true|false\n"
30105 "\n"
30106 msgstr ""
30107
30108 # type: =head2
30109 #. type: =head2
30110 #: ../fish/guestfish-actions.pod:3987
30111 msgid "set-direct"
30112 msgstr ""
30113
30114 # type: =head2
30115 #. type: =head2
30116 #: ../fish/guestfish-actions.pod:3989
30117 msgid "direct"
30118 msgstr ""
30119
30120 # type: verbatim
30121 #. type: verbatim
30122 #: ../fish/guestfish-actions.pod:3991
30123 #, no-wrap
30124 msgid ""
30125 " set-direct true|false\n"
30126 "\n"
30127 msgstr ""
30128
30129 # type: textblock
30130 #. type: textblock
30131 #: ../fish/guestfish-actions.pod:3997
30132 msgid ""
30133 "One consequence of this is that log messages aren't caught by the library "
30134 "and handled by L</set-log-message-callback>, but go straight to stdout."
30135 msgstr ""
30136
30137 # type: =head2
30138 #. type: =head2
30139 #: ../fish/guestfish-actions.pod:4006
30140 msgid "set-e2label"
30141 msgstr ""
30142
30143 # type: verbatim
30144 #. type: verbatim
30145 #: ../fish/guestfish-actions.pod:4008
30146 #, no-wrap
30147 msgid ""
30148 " set-e2label device label\n"
30149 "\n"
30150 msgstr ""
30151
30152 # type: textblock
30153 #. type: textblock
30154 #: ../fish/guestfish-actions.pod:4014
30155 msgid ""
30156 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
30157 "label on a filesystem."
30158 msgstr ""
30159
30160 # type: =head2
30161 #. type: =head2
30162 #: ../fish/guestfish-actions.pod:4017
30163 msgid "set-e2uuid"
30164 msgstr ""
30165
30166 # type: verbatim
30167 #. type: verbatim
30168 #: ../fish/guestfish-actions.pod:4019
30169 #, no-wrap
30170 msgid ""
30171 " set-e2uuid device uuid\n"
30172 "\n"
30173 msgstr ""
30174
30175 # type: textblock
30176 #. type: textblock
30177 #: ../fish/guestfish-actions.pod:4026
30178 msgid ""
30179 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
30180 "UUID of a filesystem."
30181 msgstr ""
30182
30183 # type: =head2
30184 #. type: =head2
30185 #: ../fish/guestfish-actions.pod:4029
30186 msgid "set-memsize"
30187 msgstr ""
30188
30189 # type: =head2
30190 #. type: =head2
30191 #: ../fish/guestfish-actions.pod:4031
30192 msgid "memsize"
30193 msgstr ""
30194
30195 # type: verbatim
30196 #. type: verbatim
30197 #: ../fish/guestfish-actions.pod:4033
30198 #, no-wrap
30199 msgid ""
30200 " set-memsize memsize\n"
30201 "\n"
30202 msgstr ""
30203
30204 # type: textblock
30205 #. type: textblock
30206 #: ../fish/guestfish-actions.pod:4035
30207 msgid ""
30208 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
30209 "This only has any effect if called before L</launch>."
30210 msgstr ""
30211
30212 # type: =head2
30213 #. type: =head2
30214 #: ../fish/guestfish-actions.pod:4046
30215 msgid "set-network"
30216 msgstr ""
30217
30218 # type: =head2
30219 #. type: =head2
30220 #: ../fish/guestfish-actions.pod:4048
30221 msgid "network"
30222 msgstr ""
30223
30224 # type: verbatim
30225 #. type: verbatim
30226 #: ../fish/guestfish-actions.pod:4050
30227 #, no-wrap
30228 msgid ""
30229 " set-network true|false\n"
30230 "\n"
30231 msgstr ""
30232
30233 # type: textblock
30234 #. type: textblock
30235 #: ../fish/guestfish-actions.pod:4058
30236 msgid ""
30237 "You must call this before calling L</launch>, otherwise it has no effect."
30238 msgstr ""
30239
30240 # type: =head2
30241 #. type: =head2
30242 #: ../fish/guestfish-actions.pod:4061
30243 msgid "set-path"
30244 msgstr ""
30245
30246 # type: =head2
30247 #. type: =head2
30248 #: ../fish/guestfish-actions.pod:4063
30249 msgid "path"
30250 msgstr ""
30251
30252 # type: verbatim
30253 #. type: verbatim
30254 #: ../fish/guestfish-actions.pod:4065
30255 #, no-wrap
30256 msgid ""
30257 " set-path searchpath\n"
30258 "\n"
30259 msgstr ""
30260
30261 # type: =head2
30262 #. type: =head2
30263 #: ../fish/guestfish-actions.pod:4074
30264 msgid "set-qemu"
30265 msgstr ""
30266
30267 # type: =head2
30268 #. type: =head2
30269 #: ../fish/guestfish-actions.pod:4076
30270 msgid "qemu"
30271 msgstr ""
30272
30273 # type: verbatim
30274 #. type: verbatim
30275 #: ../fish/guestfish-actions.pod:4078
30276 #, no-wrap
30277 msgid ""
30278 " set-qemu qemu\n"
30279 "\n"
30280 msgstr ""
30281
30282 # type: =head2
30283 #. type: =head2
30284 #: ../fish/guestfish-actions.pod:4098
30285 msgid "set-recovery-proc"
30286 msgstr ""
30287
30288 # type: =head2
30289 #. type: =head2
30290 #: ../fish/guestfish-actions.pod:4100
30291 msgid "recovery-proc"
30292 msgstr ""
30293
30294 # type: verbatim
30295 #. type: verbatim
30296 #: ../fish/guestfish-actions.pod:4102
30297 #, no-wrap
30298 msgid ""
30299 " set-recovery-proc true|false\n"
30300 "\n"
30301 msgstr ""
30302
30303 # type: textblock
30304 #. type: textblock
30305 #: ../fish/guestfish-actions.pod:4104
30306 msgid ""
30307 "If this is called with the parameter C<false> then L</launch> does not "
30308 "create a recovery process.  The purpose of the recovery process is to stop "
30309 "runaway qemu processes in the case where the main program aborts abruptly."
30310 msgstr ""
30311
30312 # type: textblock
30313 #. type: textblock
30314 #: ../fish/guestfish-actions.pod:4109
30315 msgid ""
30316 "This only has any effect if called before L</launch>, and the default is "
30317 "true."
30318 msgstr ""
30319
30320 # type: =head2
30321 #. type: =head2
30322 #: ../fish/guestfish-actions.pod:4118
30323 msgid "set-selinux"
30324 msgstr ""
30325
30326 # type: =head2
30327 #. type: =head2
30328 #: ../fish/guestfish-actions.pod:4120
30329 msgid "selinux"
30330 msgstr ""
30331
30332 # type: verbatim
30333 #. type: verbatim
30334 #: ../fish/guestfish-actions.pod:4122
30335 #, no-wrap
30336 msgid ""
30337 " set-selinux true|false\n"
30338 "\n"
30339 msgstr ""
30340
30341 # type: =head2
30342 #. type: =head2
30343 #: ../fish/guestfish-actions.pod:4133
30344 msgid "set-trace"
30345 msgstr ""
30346
30347 # type: =head2
30348 #. type: =head2
30349 #: ../fish/guestfish-actions.pod:4135
30350 msgid "trace"
30351 msgstr ""
30352
30353 # type: verbatim
30354 #. type: verbatim
30355 #: ../fish/guestfish-actions.pod:4137
30356 #, no-wrap
30357 msgid ""
30358 " set-trace true|false\n"
30359 "\n"
30360 msgstr ""
30361
30362 #. type: textblock
30363 #: ../fish/guestfish-actions.pod:4149
30364 msgid ""
30365 "Trace messages are normally sent to C<stderr>, unless you register a "
30366 "callback to send them somewhere else (see L</set-event-callback>)."
30367 msgstr ""
30368
30369 # type: =head2
30370 #. type: =head2
30371 #: ../fish/guestfish-actions.pod:4153
30372 msgid "set-verbose"
30373 msgstr ""
30374
30375 # type: =head2
30376 #. type: =head2
30377 #: ../fish/guestfish-actions.pod:4155
30378 msgid "verbose"
30379 msgstr ""
30380
30381 # type: verbatim
30382 #. type: verbatim
30383 #: ../fish/guestfish-actions.pod:4157
30384 #, no-wrap
30385 msgid ""
30386 " set-verbose true|false\n"
30387 "\n"
30388 msgstr ""
30389
30390 #. type: textblock
30391 #: ../fish/guestfish-actions.pod:4164
30392 msgid ""
30393 "Verbose messages are normally sent to C<stderr>, unless you register a "
30394 "callback to send them somewhere else (see L</set-event-callback>)."
30395 msgstr ""
30396
30397 # type: =head2
30398 #. type: =head2
30399 #: ../fish/guestfish-actions.pod:4168
30400 msgid "setcon"
30401 msgstr ""
30402
30403 # type: verbatim
30404 #. type: verbatim
30405 #: ../fish/guestfish-actions.pod:4170
30406 #, no-wrap
30407 msgid ""
30408 " setcon context\n"
30409 "\n"
30410 msgstr ""
30411
30412 # type: =head2
30413 #. type: =head2
30414 #: ../fish/guestfish-actions.pod:4177
30415 msgid "setxattr"
30416 msgstr ""
30417
30418 # type: verbatim
30419 #. type: verbatim
30420 #: ../fish/guestfish-actions.pod:4179
30421 #, no-wrap
30422 msgid ""
30423 " setxattr xattr val vallen path\n"
30424 "\n"
30425 msgstr ""
30426
30427 # type: textblock
30428 #. type: textblock
30429 #: ../fish/guestfish-actions.pod:4185
30430 msgid "See also: L</lsetxattr>, L<attr(5)>."
30431 msgstr ""
30432
30433 # type: =head2
30434 #. type: =head2
30435 #: ../fish/guestfish-actions.pod:4187
30436 msgid "sfdisk"
30437 msgstr ""
30438
30439 # type: verbatim
30440 #. type: verbatim
30441 #: ../fish/guestfish-actions.pod:4189
30442 #, no-wrap
30443 msgid ""
30444 " sfdisk device cyls heads sectors 'lines ...'\n"
30445 "\n"
30446 msgstr ""
30447
30448 # type: textblock
30449 #. type: textblock
30450 #: ../fish/guestfish-actions.pod:4211
30451 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
30452 msgstr ""
30453
30454 # type: =head2
30455 #. type: =head2
30456 #: ../fish/guestfish-actions.pod:4224
30457 msgid "sfdiskM"
30458 msgstr ""
30459
30460 # type: verbatim
30461 #. type: verbatim
30462 #: ../fish/guestfish-actions.pod:4226
30463 #, no-wrap
30464 msgid ""
30465 " sfdiskM device 'lines ...'\n"
30466 "\n"
30467 msgstr ""
30468
30469 # type: textblock
30470 #. type: textblock
30471 #: ../fish/guestfish-actions.pod:4228
30472 msgid ""
30473 "This is a simplified interface to the L</sfdisk> command, where partition "
30474 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
30475 "you don't need to specify the cyls, heads and sectors parameters which were "
30476 "rarely if ever used anyway."
30477 msgstr ""
30478
30479 # type: textblock
30480 #. type: textblock
30481 #: ../fish/guestfish-actions.pod:4234
30482 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
30483 msgstr ""
30484
30485 # type: =head2
30486 #. type: =head2
30487 #: ../fish/guestfish-actions.pod:4247
30488 msgid "sfdisk-N"
30489 msgstr ""
30490
30491 # type: verbatim
30492 #. type: verbatim
30493 #: ../fish/guestfish-actions.pod:4249
30494 #, no-wrap
30495 msgid ""
30496 " sfdisk-N device partnum cyls heads sectors line\n"
30497 "\n"
30498 msgstr ""
30499
30500 # type: textblock
30501 #. type: textblock
30502 #: ../fish/guestfish-actions.pod:4254
30503 msgid ""
30504 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
30505 "cyls/heads/sectors parameters."
30506 msgstr ""
30507
30508 # type: textblock
30509 #. type: textblock
30510 #: ../fish/guestfish-actions.pod:4257
30511 msgid "See also: L</part-add>"
30512 msgstr ""
30513
30514 # type: =head2
30515 #. type: =head2
30516 #: ../fish/guestfish-actions.pod:4269
30517 msgid "sfdisk-disk-geometry"
30518 msgstr ""
30519
30520 # type: verbatim
30521 #. type: verbatim
30522 #: ../fish/guestfish-actions.pod:4271
30523 #, no-wrap
30524 msgid ""
30525 " sfdisk-disk-geometry device\n"
30526 "\n"
30527 msgstr ""
30528
30529 # type: textblock
30530 #. type: textblock
30531 #: ../fish/guestfish-actions.pod:4273
30532 msgid ""
30533 "This displays the disk geometry of C<device> read from the partition table.  "
30534 "Especially in the case where the underlying block device has been resized, "
30535 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
30536 "kernel-geometry>)."
30537 msgstr ""
30538
30539 # type: =head2
30540 #. type: =head2
30541 #: ../fish/guestfish-actions.pod:4281
30542 msgid "sfdisk-kernel-geometry"
30543 msgstr ""
30544
30545 # type: verbatim
30546 #. type: verbatim
30547 #: ../fish/guestfish-actions.pod:4283
30548 #, no-wrap
30549 msgid ""
30550 " sfdisk-kernel-geometry device\n"
30551 "\n"
30552 msgstr ""
30553
30554 # type: =head2
30555 #. type: =head2
30556 #: ../fish/guestfish-actions.pod:4290
30557 msgid "sfdisk-l"
30558 msgstr ""
30559
30560 # type: verbatim
30561 #. type: verbatim
30562 #: ../fish/guestfish-actions.pod:4292
30563 #, no-wrap
30564 msgid ""
30565 " sfdisk-l device\n"
30566 "\n"
30567 msgstr ""
30568
30569 # type: textblock
30570 #. type: textblock
30571 #: ../fish/guestfish-actions.pod:4298
30572 msgid "See also: L</part-list>"
30573 msgstr ""
30574
30575 # type: =head2
30576 #. type: =head2
30577 #: ../fish/guestfish-actions.pod:4307
30578 msgid "sh"
30579 msgstr ""
30580
30581 # type: verbatim
30582 #. type: verbatim
30583 #: ../fish/guestfish-actions.pod:4309
30584 #, no-wrap
30585 msgid ""
30586 " sh command\n"
30587 "\n"
30588 msgstr ""
30589
30590 # type: textblock
30591 #. type: textblock
30592 #: ../fish/guestfish-actions.pod:4314
30593 msgid "This is like L</command>, but passes the command to:"
30594 msgstr ""
30595
30596 # type: textblock
30597 #. type: textblock
30598 #: ../fish/guestfish-actions.pod:4322
30599 msgid "All the provisos about L</command> apply to this call."
30600 msgstr ""
30601
30602 # type: =head2
30603 #. type: =head2
30604 #: ../fish/guestfish-actions.pod:4324
30605 msgid "sh-lines"
30606 msgstr ""
30607
30608 # type: verbatim
30609 #. type: verbatim
30610 #: ../fish/guestfish-actions.pod:4326
30611 #, no-wrap
30612 msgid ""
30613 " sh-lines command\n"
30614 "\n"
30615 msgstr ""
30616
30617 # type: textblock
30618 #. type: textblock
30619 #: ../fish/guestfish-actions.pod:4328
30620 msgid "This is the same as L</sh>, but splits the result into a list of lines."
30621 msgstr ""
30622
30623 # type: textblock
30624 #. type: textblock
30625 #: ../fish/guestfish-actions.pod:4331
30626 msgid "See also: L</command-lines>"
30627 msgstr ""
30628
30629 # type: =head2
30630 #. type: =head2
30631 #: ../fish/guestfish-actions.pod:4333
30632 msgid "sleep"
30633 msgstr ""
30634
30635 # type: verbatim
30636 #. type: verbatim
30637 #: ../fish/guestfish-actions.pod:4335
30638 #, no-wrap
30639 msgid ""
30640 " sleep secs\n"
30641 "\n"
30642 msgstr ""
30643
30644 # type: =head2
30645 #. type: =head2
30646 #: ../fish/guestfish-actions.pod:4339
30647 msgid "stat"
30648 msgstr ""
30649
30650 # type: verbatim
30651 #. type: verbatim
30652 #: ../fish/guestfish-actions.pod:4341
30653 #, no-wrap
30654 msgid ""
30655 " stat path\n"
30656 "\n"
30657 msgstr ""
30658
30659 # type: =head2
30660 #. type: =head2
30661 #: ../fish/guestfish-actions.pod:4347
30662 msgid "statvfs"
30663 msgstr ""
30664
30665 # type: verbatim
30666 #. type: verbatim
30667 #: ../fish/guestfish-actions.pod:4349
30668 #, no-wrap
30669 msgid ""
30670 " statvfs path\n"
30671 "\n"
30672 msgstr ""
30673
30674 # type: =head2
30675 #. type: =head2
30676 #: ../fish/guestfish-actions.pod:4357
30677 msgid "strings"
30678 msgstr ""
30679
30680 # type: verbatim
30681 #. type: verbatim
30682 #: ../fish/guestfish-actions.pod:4359
30683 #, no-wrap
30684 msgid ""
30685 " strings path\n"
30686 "\n"
30687 msgstr ""
30688
30689 # type: =head2
30690 #. type: =head2
30691 #: ../fish/guestfish-actions.pod:4367
30692 msgid "strings-e"
30693 msgstr ""
30694
30695 # type: verbatim
30696 #. type: verbatim
30697 #: ../fish/guestfish-actions.pod:4369
30698 #, no-wrap
30699 msgid ""
30700 " strings-e encoding path\n"
30701 "\n"
30702 msgstr ""
30703
30704 # type: textblock
30705 #. type: textblock
30706 #: ../fish/guestfish-actions.pod:4371
30707 msgid ""
30708 "This is like the L</strings> command, but allows you to specify the encoding "
30709 "of strings that are looked for in the source file C<path>."
30710 msgstr ""
30711
30712 # type: textblock
30713 #. type: textblock
30714 #: ../fish/guestfish-actions.pod:4381
30715 msgid ""
30716 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30717 "ISO-8859-X (this is what L</strings> uses)."
30718 msgstr ""
30719
30720 # type: =head2
30721 #. type: =head2
30722 #: ../fish/guestfish-actions.pod:4413
30723 msgid "swapoff-device"
30724 msgstr ""
30725
30726 # type: verbatim
30727 #. type: verbatim
30728 #: ../fish/guestfish-actions.pod:4415
30729 #, no-wrap
30730 msgid ""
30731 " swapoff-device device\n"
30732 "\n"
30733 msgstr ""
30734
30735 # type: textblock
30736 #. type: textblock
30737 #: ../fish/guestfish-actions.pod:4417
30738 msgid ""
30739 "This command disables the libguestfs appliance swap device or partition "
30740 "named C<device>.  See L</swapon-device>."
30741 msgstr ""
30742
30743 # type: =head2
30744 #. type: =head2
30745 #: ../fish/guestfish-actions.pod:4421
30746 msgid "swapoff-file"
30747 msgstr ""
30748
30749 # type: verbatim
30750 #. type: verbatim
30751 #: ../fish/guestfish-actions.pod:4423
30752 #, no-wrap
30753 msgid ""
30754 " swapoff-file file\n"
30755 "\n"
30756 msgstr ""
30757
30758 # type: =head2
30759 #. type: =head2
30760 #: ../fish/guestfish-actions.pod:4427
30761 msgid "swapoff-label"
30762 msgstr ""
30763
30764 # type: verbatim
30765 #. type: verbatim
30766 #: ../fish/guestfish-actions.pod:4429
30767 #, no-wrap
30768 msgid ""
30769 " swapoff-label label\n"
30770 "\n"
30771 msgstr ""
30772
30773 # type: =head2
30774 #. type: =head2
30775 #: ../fish/guestfish-actions.pod:4434
30776 msgid "swapoff-uuid"
30777 msgstr ""
30778
30779 # type: verbatim
30780 #. type: verbatim
30781 #: ../fish/guestfish-actions.pod:4436
30782 #, no-wrap
30783 msgid ""
30784 " swapoff-uuid uuid\n"
30785 "\n"
30786 msgstr ""
30787
30788 # type: =head2
30789 #. type: =head2
30790 #: ../fish/guestfish-actions.pod:4441
30791 msgid "swapon-device"
30792 msgstr ""
30793
30794 # type: verbatim
30795 #. type: verbatim
30796 #: ../fish/guestfish-actions.pod:4443
30797 #, no-wrap
30798 msgid ""
30799 " swapon-device device\n"
30800 "\n"
30801 msgstr ""
30802
30803 # type: textblock
30804 #. type: textblock
30805 #: ../fish/guestfish-actions.pod:4445
30806 msgid ""
30807 "This command enables the libguestfs appliance to use the swap device or "
30808 "partition named C<device>.  The increased memory is made available for all "
30809 "commands, for example those run using L</command> or L</sh>."
30810 msgstr ""
30811
30812 # type: =head2
30813 #. type: =head2
30814 #: ../fish/guestfish-actions.pod:4457
30815 msgid "swapon-file"
30816 msgstr ""
30817
30818 # type: verbatim
30819 #. type: verbatim
30820 #: ../fish/guestfish-actions.pod:4459
30821 #, no-wrap
30822 msgid ""
30823 " swapon-file file\n"
30824 "\n"
30825 msgstr ""
30826
30827 # type: textblock
30828 #. type: textblock
30829 #: ../fish/guestfish-actions.pod:4461
30830 msgid ""
30831 "This command enables swap to a file.  See L</swapon-device> for other notes."
30832 msgstr ""
30833
30834 # type: =head2
30835 #. type: =head2
30836 #: ../fish/guestfish-actions.pod:4464
30837 msgid "swapon-label"
30838 msgstr ""
30839
30840 # type: verbatim
30841 #. type: verbatim
30842 #: ../fish/guestfish-actions.pod:4466
30843 #, no-wrap
30844 msgid ""
30845 " swapon-label label\n"
30846 "\n"
30847 msgstr ""
30848
30849 # type: textblock
30850 #. type: textblock
30851 #: ../fish/guestfish-actions.pod:4468
30852 msgid ""
30853 "This command enables swap to a labeled swap partition.  See L</swapon-"
30854 "device> for other notes."
30855 msgstr ""
30856
30857 # type: =head2
30858 #. type: =head2
30859 #: ../fish/guestfish-actions.pod:4471
30860 msgid "swapon-uuid"
30861 msgstr ""
30862
30863 # type: verbatim
30864 #. type: verbatim
30865 #: ../fish/guestfish-actions.pod:4473
30866 #, no-wrap
30867 msgid ""
30868 " swapon-uuid uuid\n"
30869 "\n"
30870 msgstr ""
30871
30872 # type: textblock
30873 #. type: textblock
30874 #: ../fish/guestfish-actions.pod:4475
30875 msgid ""
30876 "This command enables swap to a swap partition with the given UUID.  See L</"
30877 "swapon-device> for other notes."
30878 msgstr ""
30879
30880 # type: =head2
30881 #. type: =head2
30882 #: ../fish/guestfish-actions.pod:4478
30883 msgid "sync"
30884 msgstr ""
30885
30886 # type: verbatim
30887 #. type: verbatim
30888 #: ../fish/guestfish-actions.pod:4480
30889 #, no-wrap
30890 msgid ""
30891 " sync\n"
30892 "\n"
30893 msgstr ""
30894
30895 # type: =head2
30896 #. type: =head2
30897 #: ../fish/guestfish-actions.pod:4488
30898 msgid "tail"
30899 msgstr ""
30900
30901 # type: verbatim
30902 #. type: verbatim
30903 #: ../fish/guestfish-actions.pod:4490
30904 #, no-wrap
30905 msgid ""
30906 " tail path\n"
30907 "\n"
30908 msgstr ""
30909
30910 # type: =head2
30911 #. type: =head2
30912 #: ../fish/guestfish-actions.pod:4498
30913 msgid "tail-n"
30914 msgstr ""
30915
30916 # type: verbatim
30917 #. type: verbatim
30918 #: ../fish/guestfish-actions.pod:4500
30919 #, no-wrap
30920 msgid ""
30921 " tail-n nrlines path\n"
30922 "\n"
30923 msgstr ""
30924
30925 # type: =head2
30926 #. type: =head2
30927 #: ../fish/guestfish-actions.pod:4513
30928 msgid "tar-in"
30929 msgstr ""
30930
30931 # type: verbatim
30932 #. type: verbatim
30933 #: ../fish/guestfish-actions.pod:4515
30934 #, no-wrap
30935 msgid ""
30936 " tar-in (tarfile|-) directory\n"
30937 "\n"
30938 msgstr ""
30939
30940 # type: textblock
30941 #. type: textblock
30942 #: ../fish/guestfish-actions.pod:4520
30943 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
30944 msgstr ""
30945
30946 # type: =head2
30947 #. type: =head2
30948 #: ../fish/guestfish-actions.pod:4525
30949 msgid "tar-out"
30950 msgstr ""
30951
30952 # type: verbatim
30953 #. type: verbatim
30954 #: ../fish/guestfish-actions.pod:4527
30955 #, no-wrap
30956 msgid ""
30957 " tar-out directory (tarfile|-)\n"
30958 "\n"
30959 msgstr ""
30960
30961 # type: textblock
30962 #. type: textblock
30963 #: ../fish/guestfish-actions.pod:4532
30964 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
30965 msgstr ""
30966
30967 # type: =head2
30968 #. type: =head2
30969 #: ../fish/guestfish-actions.pod:4537
30970 msgid "tgz-in"
30971 msgstr ""
30972
30973 # type: verbatim
30974 #. type: verbatim
30975 #: ../fish/guestfish-actions.pod:4539
30976 #, no-wrap
30977 msgid ""
30978 " tgz-in (tarball|-) directory\n"
30979 "\n"
30980 msgstr ""
30981
30982 # type: textblock
30983 #. type: textblock
30984 #: ../fish/guestfish-actions.pod:4544
30985 msgid "To upload an uncompressed tarball, use L</tar-in>."
30986 msgstr ""
30987
30988 # type: =head2
30989 #. type: =head2
30990 #: ../fish/guestfish-actions.pod:4548
30991 msgid "tgz-out"
30992 msgstr ""
30993
30994 # type: verbatim
30995 #. type: verbatim
30996 #: ../fish/guestfish-actions.pod:4550
30997 #, no-wrap
30998 msgid ""
30999 " tgz-out directory (tarball|-)\n"
31000 "\n"
31001 msgstr ""
31002
31003 # type: textblock
31004 #. type: textblock
31005 #: ../fish/guestfish-actions.pod:4555
31006 msgid "To download an uncompressed tarball, use L</tar-out>."
31007 msgstr ""
31008
31009 # type: =head2
31010 #. type: =head2
31011 #: ../fish/guestfish-actions.pod:4559
31012 msgid "touch"
31013 msgstr ""
31014
31015 # type: verbatim
31016 #. type: verbatim
31017 #: ../fish/guestfish-actions.pod:4561
31018 #, no-wrap
31019 msgid ""
31020 " touch path\n"
31021 "\n"
31022 msgstr ""
31023
31024 # type: =head2
31025 #. type: =head2
31026 #: ../fish/guestfish-actions.pod:4570
31027 msgid "truncate"
31028 msgstr ""
31029
31030 # type: verbatim
31031 #. type: verbatim
31032 #: ../fish/guestfish-actions.pod:4572
31033 #, no-wrap
31034 msgid ""
31035 " truncate path\n"
31036 "\n"
31037 msgstr ""
31038
31039 # type: =head2
31040 #. type: =head2
31041 #: ../fish/guestfish-actions.pod:4577
31042 msgid "truncate-size"
31043 msgstr ""
31044
31045 # type: verbatim
31046 #. type: verbatim
31047 #: ../fish/guestfish-actions.pod:4579
31048 #, no-wrap
31049 msgid ""
31050 " truncate-size path size\n"
31051 "\n"
31052 msgstr ""
31053
31054 # type: textblock
31055 #. type: textblock
31056 #: ../fish/guestfish-actions.pod:4584
31057 msgid ""
31058 "If the current file size is less than C<size> then the file is extended to "
31059 "the required size with zero bytes.  This creates a sparse file (ie. disk "
31060 "blocks are not allocated for the file until you write to it).  To create a "
31061 "non-sparse file of zeroes, use L</fallocate64> instead."
31062 msgstr ""
31063
31064 # type: =head2
31065 #. type: =head2
31066 #: ../fish/guestfish-actions.pod:4590
31067 msgid "tune2fs-l"
31068 msgstr ""
31069
31070 # type: verbatim
31071 #. type: verbatim
31072 #: ../fish/guestfish-actions.pod:4592
31073 #, no-wrap
31074 msgid ""
31075 " tune2fs-l device\n"
31076 "\n"
31077 msgstr ""
31078
31079 # type: =head2
31080 #. type: =head2
31081 #: ../fish/guestfish-actions.pod:4602
31082 msgid "txz-in"
31083 msgstr ""
31084
31085 # type: verbatim
31086 #. type: verbatim
31087 #: ../fish/guestfish-actions.pod:4604
31088 #, no-wrap
31089 msgid ""
31090 " txz-in (tarball|-) directory\n"
31091 "\n"
31092 msgstr ""
31093
31094 # type: =head2
31095 #. type: =head2
31096 #: ../fish/guestfish-actions.pod:4611
31097 msgid "txz-out"
31098 msgstr ""
31099
31100 # type: verbatim
31101 #. type: verbatim
31102 #: ../fish/guestfish-actions.pod:4613
31103 #, no-wrap
31104 msgid ""
31105 " txz-out directory (tarball|-)\n"
31106 "\n"
31107 msgstr ""
31108
31109 # type: =head2
31110 #. type: =head2
31111 #: ../fish/guestfish-actions.pod:4620
31112 msgid "umask"
31113 msgstr ""
31114
31115 # type: verbatim
31116 #. type: verbatim
31117 #: ../fish/guestfish-actions.pod:4622
31118 #, no-wrap
31119 msgid ""
31120 " umask mask\n"
31121 "\n"
31122 msgstr ""
31123
31124 # type: textblock
31125 #. type: textblock
31126 #: ../fish/guestfish-actions.pod:4636
31127 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
31128 msgstr ""
31129
31130 # type: =head2
31131 #. type: =head2
31132 #: ../fish/guestfish-actions.pod:4641
31133 msgid "umount"
31134 msgstr ""
31135
31136 # type: =head2
31137 #. type: =head2
31138 #: ../fish/guestfish-actions.pod:4643
31139 msgid "unmount"
31140 msgstr ""
31141
31142 # type: verbatim
31143 #. type: verbatim
31144 #: ../fish/guestfish-actions.pod:4645
31145 #, no-wrap
31146 msgid ""
31147 " umount pathordevice\n"
31148 "\n"
31149 msgstr ""
31150
31151 # type: =head2
31152 #. type: =head2
31153 #: ../fish/guestfish-actions.pod:4651
31154 msgid "umount-all"
31155 msgstr ""
31156
31157 # type: =head2
31158 #. type: =head2
31159 #: ../fish/guestfish-actions.pod:4653
31160 msgid "unmount-all"
31161 msgstr ""
31162
31163 # type: verbatim
31164 #. type: verbatim
31165 #: ../fish/guestfish-actions.pod:4655
31166 #, no-wrap
31167 msgid ""
31168 " umount-all\n"
31169 "\n"
31170 msgstr ""
31171
31172 # type: =head2
31173 #. type: =head2
31174 #: ../fish/guestfish-actions.pod:4661
31175 msgid "upload"
31176 msgstr ""
31177
31178 # type: verbatim
31179 #. type: verbatim
31180 #: ../fish/guestfish-actions.pod:4663
31181 #, no-wrap
31182 msgid ""
31183 " upload (filename|-) remotefilename\n"
31184 "\n"
31185 msgstr ""
31186
31187 # type: textblock
31188 #. type: textblock
31189 #: ../fish/guestfish-actions.pod:4670
31190 msgid "See also L</download>."
31191 msgstr ""
31192
31193 # type: =head2
31194 #. type: =head2
31195 #: ../fish/guestfish-actions.pod:4674
31196 msgid "upload-offset"
31197 msgstr ""
31198
31199 # type: verbatim
31200 #. type: verbatim
31201 #: ../fish/guestfish-actions.pod:4676
31202 #, no-wrap
31203 msgid ""
31204 " upload-offset (filename|-) remotefilename offset\n"
31205 "\n"
31206 msgstr ""
31207
31208 # type: textblock
31209 #. type: textblock
31210 #: ../fish/guestfish-actions.pod:4688
31211 msgid ""
31212 "Note that there is no limit on the amount of data that can be uploaded with "
31213 "this call, unlike with L</pwrite>, and this call always writes the full "
31214 "amount unless an error occurs."
31215 msgstr ""
31216
31217 # type: textblock
31218 #. type: textblock
31219 #: ../fish/guestfish-actions.pod:4693
31220 msgid "See also L</upload>, L</pwrite>."
31221 msgstr ""
31222
31223 # type: =head2
31224 #. type: =head2
31225 #: ../fish/guestfish-actions.pod:4697
31226 msgid "utimens"
31227 msgstr ""
31228
31229 # type: verbatim
31230 #. type: verbatim
31231 #: ../fish/guestfish-actions.pod:4699
31232 #, no-wrap
31233 msgid ""
31234 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
31235 "\n"
31236 msgstr ""
31237
31238 # type: =head2
31239 #. type: =head2
31240 #: ../fish/guestfish-actions.pod:4718
31241 msgid "version"
31242 msgstr ""
31243
31244 # type: verbatim
31245 #. type: verbatim
31246 #: ../fish/guestfish-actions.pod:4720
31247 #, no-wrap
31248 msgid ""
31249 " version\n"
31250 "\n"
31251 msgstr ""
31252
31253 # type: textblock
31254 #. type: textblock
31255 #: ../fish/guestfish-actions.pod:4747
31256 msgid ""
31257 "I<Note:> Don't use this call to test for availability of features.  In "
31258 "enterprise distributions we backport features from later versions into "
31259 "earlier versions, making this an unreliable way to test for features.  Use "
31260 "L</available> instead."
31261 msgstr ""
31262
31263 # type: =head2
31264 #. type: =head2
31265 #: ../fish/guestfish-actions.pod:4753
31266 msgid "vfs-label"
31267 msgstr ""
31268
31269 # type: verbatim
31270 #. type: verbatim
31271 #: ../fish/guestfish-actions.pod:4755
31272 #, no-wrap
31273 msgid ""
31274 " vfs-label device\n"
31275 "\n"
31276 msgstr ""
31277
31278 # type: textblock
31279 #. type: textblock
31280 #: ../fish/guestfish-actions.pod:4762
31281 msgid "To find a filesystem from the label, use L</findfs-label>."
31282 msgstr ""
31283
31284 # type: =head2
31285 #. type: =head2
31286 #: ../fish/guestfish-actions.pod:4764
31287 msgid "vfs-type"
31288 msgstr ""
31289
31290 # type: verbatim
31291 #. type: verbatim
31292 #: ../fish/guestfish-actions.pod:4766
31293 #, no-wrap
31294 msgid ""
31295 " vfs-type device\n"
31296 "\n"
31297 msgstr ""
31298
31299 # type: =head2
31300 #. type: =head2
31301 #: ../fish/guestfish-actions.pod:4776
31302 msgid "vfs-uuid"
31303 msgstr ""
31304
31305 # type: verbatim
31306 #. type: verbatim
31307 #: ../fish/guestfish-actions.pod:4778
31308 #, no-wrap
31309 msgid ""
31310 " vfs-uuid device\n"
31311 "\n"
31312 msgstr ""
31313
31314 # type: textblock
31315 #. type: textblock
31316 #: ../fish/guestfish-actions.pod:4785
31317 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
31318 msgstr ""
31319
31320 # type: =head2
31321 #. type: =head2
31322 #: ../fish/guestfish-actions.pod:4787
31323 msgid "vg-activate"
31324 msgstr ""
31325
31326 # type: verbatim
31327 #. type: verbatim
31328 #: ../fish/guestfish-actions.pod:4789
31329 #, no-wrap
31330 msgid ""
31331 " vg-activate true|false 'volgroups ...'\n"
31332 "\n"
31333 msgstr ""
31334
31335 # type: =head2
31336 #. type: =head2
31337 #: ../fish/guestfish-actions.pod:4802
31338 msgid "vg-activate-all"
31339 msgstr ""
31340
31341 # type: verbatim
31342 #. type: verbatim
31343 #: ../fish/guestfish-actions.pod:4804
31344 #, no-wrap
31345 msgid ""
31346 " vg-activate-all true|false\n"
31347 "\n"
31348 msgstr ""
31349
31350 # type: =head2
31351 #. type: =head2
31352 #: ../fish/guestfish-actions.pod:4814
31353 msgid "vgcreate"
31354 msgstr ""
31355
31356 # type: verbatim
31357 #. type: verbatim
31358 #: ../fish/guestfish-actions.pod:4816
31359 #, no-wrap
31360 msgid ""
31361 " vgcreate volgroup 'physvols ...'\n"
31362 "\n"
31363 msgstr ""
31364
31365 # type: =head2
31366 #. type: =head2
31367 #: ../fish/guestfish-actions.pod:4821
31368 msgid "vglvuuids"
31369 msgstr ""
31370
31371 # type: verbatim
31372 #. type: verbatim
31373 #: ../fish/guestfish-actions.pod:4823
31374 #, no-wrap
31375 msgid ""
31376 " vglvuuids vgname\n"
31377 "\n"
31378 msgstr ""
31379
31380 # type: textblock
31381 #. type: textblock
31382 #: ../fish/guestfish-actions.pod:4828
31383 msgid ""
31384 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
31385 "logical volumes and volume groups."
31386 msgstr ""
31387
31388 # type: textblock
31389 #. type: textblock
31390 #: ../fish/guestfish-actions.pod:4831
31391 msgid "See also L</vgpvuuids>."
31392 msgstr ""
31393
31394 # type: =head2
31395 #. type: =head2
31396 #: ../fish/guestfish-actions.pod:4833
31397 msgid "vgpvuuids"
31398 msgstr ""
31399
31400 # type: verbatim
31401 #. type: verbatim
31402 #: ../fish/guestfish-actions.pod:4835
31403 #, no-wrap
31404 msgid ""
31405 " vgpvuuids vgname\n"
31406 "\n"
31407 msgstr ""
31408
31409 # type: textblock
31410 #. type: textblock
31411 #: ../fish/guestfish-actions.pod:4840
31412 msgid ""
31413 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
31414 "physical volumes and volume groups."
31415 msgstr ""
31416
31417 # type: textblock
31418 #. type: textblock
31419 #: ../fish/guestfish-actions.pod:4843
31420 msgid "See also L</vglvuuids>."
31421 msgstr ""
31422
31423 # type: =head2
31424 #. type: =head2
31425 #: ../fish/guestfish-actions.pod:4845
31426 msgid "vgremove"
31427 msgstr ""
31428
31429 # type: verbatim
31430 #. type: verbatim
31431 #: ../fish/guestfish-actions.pod:4847
31432 #, no-wrap
31433 msgid ""
31434 " vgremove vgname\n"
31435 "\n"
31436 msgstr ""
31437
31438 # type: =head2
31439 #. type: =head2
31440 #: ../fish/guestfish-actions.pod:4854
31441 msgid "vgrename"
31442 msgstr ""
31443
31444 # type: verbatim
31445 #. type: verbatim
31446 #: ../fish/guestfish-actions.pod:4856
31447 #, no-wrap
31448 msgid ""
31449 " vgrename volgroup newvolgroup\n"
31450 "\n"
31451 msgstr ""
31452
31453 # type: =head2
31454 #. type: =head2
31455 #: ../fish/guestfish-actions.pod:4860
31456 msgid "vgs"
31457 msgstr ""
31458
31459 # type: verbatim
31460 #. type: verbatim
31461 #: ../fish/guestfish-actions.pod:4862
31462 #, no-wrap
31463 msgid ""
31464 " vgs\n"
31465 "\n"
31466 msgstr ""
31467
31468 # type: textblock
31469 #. type: textblock
31470 #: ../fish/guestfish-actions.pod:4870
31471 msgid "See also L</vgs-full>."
31472 msgstr ""
31473
31474 # type: =head2
31475 #. type: =head2
31476 #: ../fish/guestfish-actions.pod:4872
31477 msgid "vgs-full"
31478 msgstr ""
31479
31480 # type: verbatim
31481 #. type: verbatim
31482 #: ../fish/guestfish-actions.pod:4874
31483 #, no-wrap
31484 msgid ""
31485 " vgs-full\n"
31486 "\n"
31487 msgstr ""
31488
31489 # type: =head2
31490 #. type: =head2
31491 #: ../fish/guestfish-actions.pod:4879
31492 msgid "vgscan"
31493 msgstr ""
31494
31495 # type: verbatim
31496 #. type: verbatim
31497 #: ../fish/guestfish-actions.pod:4881
31498 #, no-wrap
31499 msgid ""
31500 " vgscan\n"
31501 "\n"
31502 msgstr ""
31503
31504 # type: =head2
31505 #. type: =head2
31506 #: ../fish/guestfish-actions.pod:4886
31507 msgid "vguuid"
31508 msgstr ""
31509
31510 # type: verbatim
31511 #. type: verbatim
31512 #: ../fish/guestfish-actions.pod:4888
31513 #, no-wrap
31514 msgid ""
31515 " vguuid vgname\n"
31516 "\n"
31517 msgstr ""
31518
31519 # type: =head2
31520 #. type: =head2
31521 #: ../fish/guestfish-actions.pod:4892
31522 msgid "wc-c"
31523 msgstr ""
31524
31525 # type: verbatim
31526 #. type: verbatim
31527 #: ../fish/guestfish-actions.pod:4894
31528 #, no-wrap
31529 msgid ""
31530 " wc-c path\n"
31531 "\n"
31532 msgstr ""
31533
31534 # type: =head2
31535 #. type: =head2
31536 #: ../fish/guestfish-actions.pod:4899
31537 msgid "wc-l"
31538 msgstr ""
31539
31540 # type: verbatim
31541 #. type: verbatim
31542 #: ../fish/guestfish-actions.pod:4901
31543 #, no-wrap
31544 msgid ""
31545 " wc-l path\n"
31546 "\n"
31547 msgstr ""
31548
31549 # type: =head2
31550 #. type: =head2
31551 #: ../fish/guestfish-actions.pod:4906
31552 msgid "wc-w"
31553 msgstr ""
31554
31555 # type: verbatim
31556 #. type: verbatim
31557 #: ../fish/guestfish-actions.pod:4908
31558 #, no-wrap
31559 msgid ""
31560 " wc-w path\n"
31561 "\n"
31562 msgstr ""
31563
31564 # type: =head2
31565 #. type: =head2
31566 #: ../fish/guestfish-actions.pod:4913
31567 msgid "write"
31568 msgstr ""
31569
31570 # type: verbatim
31571 #. type: verbatim
31572 #: ../fish/guestfish-actions.pod:4915
31573 #, no-wrap
31574 msgid ""
31575 " write path content\n"
31576 "\n"
31577 msgstr ""
31578
31579 # type: =head2
31580 #. type: =head2
31581 #: ../fish/guestfish-actions.pod:4923
31582 msgid "write-file"
31583 msgstr ""
31584
31585 # type: verbatim
31586 #. type: verbatim
31587 #: ../fish/guestfish-actions.pod:4925
31588 #, no-wrap
31589 msgid ""
31590 " write-file path content size\n"
31591 "\n"
31592 msgstr ""
31593
31594 # type: =head2
31595 #. type: =head2
31596 #: ../fish/guestfish-actions.pod:4948
31597 msgid "zegrep"
31598 msgstr ""
31599
31600 # type: verbatim
31601 #. type: verbatim
31602 #: ../fish/guestfish-actions.pod:4950
31603 #, no-wrap
31604 msgid ""
31605 " zegrep regex path\n"
31606 "\n"
31607 msgstr ""
31608
31609 # type: =head2
31610 #. type: =head2
31611 #: ../fish/guestfish-actions.pod:4958
31612 msgid "zegrepi"
31613 msgstr ""
31614
31615 # type: verbatim
31616 #. type: verbatim
31617 #: ../fish/guestfish-actions.pod:4960
31618 #, no-wrap
31619 msgid ""
31620 " zegrepi regex path\n"
31621 "\n"
31622 msgstr ""
31623
31624 # type: =head2
31625 #. type: =head2
31626 #: ../fish/guestfish-actions.pod:4968
31627 msgid "zero"
31628 msgstr ""
31629
31630 # type: verbatim
31631 #. type: verbatim
31632 #: ../fish/guestfish-actions.pod:4970
31633 #, no-wrap
31634 msgid ""
31635 " zero device\n"
31636 "\n"
31637 msgstr ""
31638
31639 #. type: textblock
31640 #: ../fish/guestfish-actions.pod:4978
31641 msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
31642 msgstr ""
31643
31644 # type: =head2
31645 #. type: =head2
31646 #: ../fish/guestfish-actions.pod:4981
31647 msgid "zero-device"
31648 msgstr ""
31649
31650 # type: verbatim
31651 #. type: verbatim
31652 #: ../fish/guestfish-actions.pod:4983
31653 #, no-wrap
31654 msgid ""
31655 " zero-device device\n"
31656 "\n"
31657 msgstr ""
31658
31659 # type: textblock
31660 #. type: textblock
31661 #: ../fish/guestfish-actions.pod:4985
31662 msgid ""
31663 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
31664 "which just zeroes the first few blocks of a device."
31665 msgstr ""
31666
31667 # type: =head2
31668 #. type: =head2
31669 #: ../fish/guestfish-actions.pod:4992
31670 msgid "zerofree"
31671 msgstr ""
31672
31673 # type: verbatim
31674 #. type: verbatim
31675 #: ../fish/guestfish-actions.pod:4994
31676 #, no-wrap
31677 msgid ""
31678 " zerofree device\n"
31679 "\n"
31680 msgstr ""
31681
31682 # type: =head2
31683 #. type: =head2
31684 #: ../fish/guestfish-actions.pod:5007
31685 msgid "zfgrep"
31686 msgstr ""
31687
31688 # type: verbatim
31689 #. type: verbatim
31690 #: ../fish/guestfish-actions.pod:5009
31691 #, no-wrap
31692 msgid ""
31693 " zfgrep pattern path\n"
31694 "\n"
31695 msgstr ""
31696
31697 # type: =head2
31698 #. type: =head2
31699 #: ../fish/guestfish-actions.pod:5017
31700 msgid "zfgrepi"
31701 msgstr ""
31702
31703 # type: verbatim
31704 #. type: verbatim
31705 #: ../fish/guestfish-actions.pod:5019
31706 #, no-wrap
31707 msgid ""
31708 " zfgrepi pattern path\n"
31709 "\n"
31710 msgstr ""
31711
31712 # type: =head2
31713 #. type: =head2
31714 #: ../fish/guestfish-actions.pod:5027
31715 msgid "zfile"
31716 msgstr ""
31717
31718 # type: verbatim
31719 #. type: verbatim
31720 #: ../fish/guestfish-actions.pod:5029
31721 #, no-wrap
31722 msgid ""
31723 " zfile meth path\n"
31724 "\n"
31725 msgstr ""
31726
31727 # type: textblock
31728 #. type: textblock
31729 #: ../fish/guestfish-actions.pod:5036
31730 msgid ""
31731 "Since 1.0.63, use L</file> instead which can now process compressed files."
31732 msgstr ""
31733
31734 # type: =head2
31735 #. type: =head2
31736 #: ../fish/guestfish-actions.pod:5046
31737 msgid "zgrep"
31738 msgstr ""
31739
31740 # type: verbatim
31741 #. type: verbatim
31742 #: ../fish/guestfish-actions.pod:5048
31743 #, no-wrap
31744 msgid ""
31745 " zgrep regex path\n"
31746 "\n"
31747 msgstr ""
31748
31749 # type: =head2
31750 #. type: =head2
31751 #: ../fish/guestfish-actions.pod:5056
31752 msgid "zgrepi"
31753 msgstr ""
31754
31755 # type: verbatim
31756 #. type: verbatim
31757 #: ../fish/guestfish-actions.pod:5058
31758 #, no-wrap
31759 msgid ""
31760 " zgrepi regex path\n"
31761 "\n"
31762 msgstr ""
31763
31764 # type: =head2
31765 #. type: =head2
31766 #: ../fish/guestfish-commands.pod:1
31767 msgid "alloc"
31768 msgstr ""
31769
31770 # type: =head2
31771 #. type: =head2
31772 #: ../fish/guestfish-commands.pod:3
31773 msgid "allocate"
31774 msgstr ""
31775
31776 # type: verbatim
31777 #. type: verbatim
31778 #: ../fish/guestfish-commands.pod:5
31779 #, no-wrap
31780 msgid ""
31781 " alloc filename size\n"
31782 "\n"
31783 msgstr ""
31784
31785 # type: textblock
31786 #. type: textblock
31787 #: ../fish/guestfish-commands.pod:7
31788 msgid ""
31789 "This creates an empty (zeroed) file of the given size, and then adds so it "
31790 "can be further examined."
31791 msgstr ""
31792
31793 # type: textblock
31794 #. type: textblock
31795 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:182
31796 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
31797 msgstr ""
31798
31799 # type: textblock
31800 #. type: textblock
31801 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:184
31802 msgid "Size can be specified using standard suffixes, eg. C<1M>."
31803 msgstr ""
31804
31805 # type: textblock
31806 #. type: textblock
31807 #: ../fish/guestfish-commands.pod:14
31808 msgid ""
31809 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
31810 "image, see L</PREPARED DISK IMAGES>."
31811 msgstr ""
31812
31813 # type: =head2
31814 #. type: =head2
31815 #: ../fish/guestfish-commands.pod:17
31816 msgid "copy-in"
31817 msgstr ""
31818
31819 # type: verbatim
31820 #. type: verbatim
31821 #: ../fish/guestfish-commands.pod:19
31822 #, no-wrap
31823 msgid ""
31824 " copy-in local [local ...] /remotedir\n"
31825 "\n"
31826 msgstr ""
31827
31828 # type: textblock
31829 #. type: textblock
31830 #: ../fish/guestfish-commands.pod:21
31831 msgid ""
31832 "C<copy-in> copies local files or directories recursively into the disk "
31833 "image, placing them in the directory called C</remotedir> (which must "
31834 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
31835 "other commands as necessary."
31836 msgstr ""
31837
31838 # type: textblock
31839 #. type: textblock
31840 #: ../fish/guestfish-commands.pod:26
31841 msgid ""
31842 "Multiple local files and directories can be specified, but the last "
31843 "parameter must always be a remote directory.  Wildcards cannot be used."
31844 msgstr ""
31845
31846 # type: =head2
31847 #. type: =head2
31848 #: ../fish/guestfish-commands.pod:30
31849 msgid "copy-out"
31850 msgstr ""
31851
31852 # type: verbatim
31853 #. type: verbatim
31854 #: ../fish/guestfish-commands.pod:32
31855 #, no-wrap
31856 msgid ""
31857 " copy-out remote [remote ...] localdir\n"
31858 "\n"
31859 msgstr ""
31860
31861 # type: textblock
31862 #. type: textblock
31863 #: ../fish/guestfish-commands.pod:34
31864 msgid ""
31865 "C<copy-out> copies remote files or directories recursively out of the disk "
31866 "image, placing them on the host disk in a local directory called C<localdir> "
31867 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
31868 "download>, L</tar-out> and other commands as necessary."
31869 msgstr ""
31870
31871 # type: textblock
31872 #. type: textblock
31873 #: ../fish/guestfish-commands.pod:40
31874 msgid ""
31875 "Multiple remote files and directories can be specified, but the last "
31876 "parameter must always be a local directory.  To download to the current "
31877 "directory, use C<.> as in:"
31878 msgstr ""
31879
31880 # type: verbatim
31881 #. type: verbatim
31882 #: ../fish/guestfish-commands.pod:44
31883 #, no-wrap
31884 msgid ""
31885 " copy-out /home .\n"
31886 "\n"
31887 msgstr ""
31888
31889 # type: textblock
31890 #. type: textblock
31891 #: ../fish/guestfish-commands.pod:46
31892 msgid ""
31893 "Wildcards cannot be used in the ordinary command, but you can use them with "
31894 "the help of L</glob> like this:"
31895 msgstr ""
31896
31897 # type: verbatim
31898 #. type: verbatim
31899 #: ../fish/guestfish-commands.pod:49
31900 #, no-wrap
31901 msgid ""
31902 " glob copy-out /home/* .\n"
31903 "\n"
31904 msgstr ""
31905
31906 #. type: =head2
31907 #: ../fish/guestfish-commands.pod:51
31908 msgid "display"
31909 msgstr ""
31910
31911 #. type: verbatim
31912 #: ../fish/guestfish-commands.pod:53
31913 #, no-wrap
31914 msgid ""
31915 " display filename\n"
31916 "\n"
31917 msgstr ""
31918
31919 #. type: textblock
31920 #: ../fish/guestfish-commands.pod:55
31921 msgid ""
31922 "Use C<display> (a graphical display program) to display an image file.  It "
31923 "downloads the file, and runs C<display> on it."
31924 msgstr ""
31925
31926 #. type: textblock
31927 #: ../fish/guestfish-commands.pod:58
31928 msgid ""
31929 "To use an alternative program, set the C<GUESTFISH_DISPLAY_IMAGE> "
31930 "environment variable.  For example to use the GNOME display program:"
31931 msgstr ""
31932
31933 #. type: verbatim
31934 #: ../fish/guestfish-commands.pod:61
31935 #, no-wrap
31936 msgid ""
31937 " export GUESTFISH_DISPLAY_IMAGE=eog\n"
31938 "\n"
31939 msgstr ""
31940
31941 #. type: textblock
31942 #: ../fish/guestfish-commands.pod:63
31943 msgid "See also L<display(1)>."
31944 msgstr ""
31945
31946 # type: =head2
31947 #. type: =head2
31948 #: ../fish/guestfish-commands.pod:65
31949 msgid "echo"
31950 msgstr ""
31951
31952 # type: verbatim
31953 #. type: verbatim
31954 #: ../fish/guestfish-commands.pod:67
31955 #, no-wrap
31956 msgid ""
31957 " echo [params ...]\n"
31958 "\n"
31959 msgstr ""
31960
31961 # type: textblock
31962 #. type: textblock
31963 #: ../fish/guestfish-commands.pod:69
31964 msgid "This echos the parameters to the terminal."
31965 msgstr ""
31966
31967 # type: =head2
31968 #. type: =head2
31969 #: ../fish/guestfish-commands.pod:71
31970 msgid "edit"
31971 msgstr ""
31972
31973 # type: =head2
31974 #. type: =head2
31975 #: ../fish/guestfish-commands.pod:73
31976 msgid "vi"
31977 msgstr ""
31978
31979 # type: =head2
31980 #. type: =head2
31981 #: ../fish/guestfish-commands.pod:75
31982 msgid "emacs"
31983 msgstr ""
31984
31985 # type: verbatim
31986 #. type: verbatim
31987 #: ../fish/guestfish-commands.pod:77
31988 #, no-wrap
31989 msgid ""
31990 " edit filename\n"
31991 "\n"
31992 msgstr ""
31993
31994 # type: textblock
31995 #. type: textblock
31996 #: ../fish/guestfish-commands.pod:79
31997 msgid ""
31998 "This is used to edit a file.  It downloads the file, edits it locally using "
31999 "your editor, then uploads the result."
32000 msgstr ""
32001
32002 # type: textblock
32003 #. type: textblock
32004 #: ../fish/guestfish-commands.pod:82
32005 msgid ""
32006 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
32007 "or C<emacs> you will get those corresponding editors."
32008 msgstr ""
32009
32010 # type: =head2
32011 #. type: =head2
32012 #: ../fish/guestfish-commands.pod:86
32013 msgid "glob"
32014 msgstr ""
32015
32016 # type: verbatim
32017 #. type: verbatim
32018 #: ../fish/guestfish-commands.pod:88
32019 #, no-wrap
32020 msgid ""
32021 " glob command args...\n"
32022 "\n"
32023 msgstr ""
32024
32025 # type: textblock
32026 #. type: textblock
32027 #: ../fish/guestfish-commands.pod:90
32028 msgid ""
32029 "Expand wildcards in any paths in the args list, and run C<command> "
32030 "repeatedly on each matching path."
32031 msgstr ""
32032
32033 # type: textblock
32034 #. type: textblock
32035 #: ../fish/guestfish-commands.pod:93
32036 msgid "See L</WILDCARDS AND GLOBBING>."
32037 msgstr ""
32038
32039 # type: =head2
32040 #. type: =head2
32041 #: ../fish/guestfish-commands.pod:95
32042 msgid "hexedit"
32043 msgstr ""
32044
32045 # type: verbatim
32046 #. type: verbatim
32047 #: ../fish/guestfish-commands.pod:97
32048 #, no-wrap
32049 msgid ""
32050 " hexedit <filename|device>\n"
32051 " hexedit <filename|device> <max>\n"
32052 " hexedit <filename|device> <start> <max>\n"
32053 "\n"
32054 msgstr ""
32055
32056 # type: textblock
32057 #. type: textblock
32058 #: ../fish/guestfish-commands.pod:101
32059 msgid ""
32060 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
32061 "device."
32062 msgstr ""
32063
32064 # type: textblock
32065 #. type: textblock
32066 #: ../fish/guestfish-commands.pod:104
32067 msgid ""
32068 "This command works by downloading potentially the whole file or device, "
32069 "editing it locally, then uploading it.  If the file or device is large, you "
32070 "have to specify which part you wish to edit by using C<max> and/or C<start> "
32071 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
32072 "usual modifiers allowed such as C<1M> (1 megabyte)."
32073 msgstr ""
32074
32075 # type: textblock
32076 #. type: textblock
32077 #: ../fish/guestfish-commands.pod:111
32078 msgid "For example to edit the first few sectors of a disk you might do:"
32079 msgstr ""
32080
32081 # type: verbatim
32082 #. type: verbatim
32083 #: ../fish/guestfish-commands.pod:114
32084 #, no-wrap
32085 msgid ""
32086 " hexedit /dev/sda 1M\n"
32087 "\n"
32088 msgstr ""
32089
32090 # type: textblock
32091 #. type: textblock
32092 #: ../fish/guestfish-commands.pod:116
32093 msgid ""
32094 "which would allow you to edit anywhere within the first megabyte of the disk."
32095 msgstr ""
32096
32097 # type: textblock
32098 #. type: textblock
32099 #: ../fish/guestfish-commands.pod:119
32100 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
32101 msgstr ""
32102
32103 # type: verbatim
32104 #. type: verbatim
32105 #: ../fish/guestfish-commands.pod:121
32106 #, no-wrap
32107 msgid ""
32108 " hexedit /dev/sda1 0x400 0x400\n"
32109 "\n"
32110 msgstr ""
32111
32112 # type: textblock
32113 #. type: textblock
32114 #: ../fish/guestfish-commands.pod:123
32115 msgid "(assuming the superblock is in the standard location)."
32116 msgstr ""
32117
32118 # type: textblock
32119 #. type: textblock
32120 #: ../fish/guestfish-commands.pod:125
32121 msgid ""
32122 "This command requires the external L<hexedit(1)> program.  You can specify "
32123 "another program to use by setting the C<HEXEDITOR> environment variable."
32124 msgstr ""
32125
32126 # type: textblock
32127 #. type: textblock
32128 #: ../fish/guestfish-commands.pod:129
32129 msgid "See also L</hexdump>."
32130 msgstr ""
32131
32132 # type: =head2
32133 #. type: =head2
32134 #: ../fish/guestfish-commands.pod:131
32135 msgid "lcd"
32136 msgstr ""
32137
32138 # type: verbatim
32139 #. type: verbatim
32140 #: ../fish/guestfish-commands.pod:133
32141 #, no-wrap
32142 msgid ""
32143 " lcd directory\n"
32144 "\n"
32145 msgstr ""
32146
32147 # type: textblock
32148 #. type: textblock
32149 #: ../fish/guestfish-commands.pod:135
32150 msgid ""
32151 "Change the local directory, ie. the current directory of guestfish itself."
32152 msgstr ""
32153
32154 # type: textblock
32155 #. type: textblock
32156 #: ../fish/guestfish-commands.pod:138
32157 msgid "Note that C<!cd> won't do what you might expect."
32158 msgstr ""
32159
32160 # type: =head2
32161 #. type: =head2
32162 #: ../fish/guestfish-commands.pod:140
32163 msgid "man"
32164 msgstr ""
32165
32166 # type: =head2
32167 #. type: =head2
32168 #: ../fish/guestfish-commands.pod:142
32169 msgid "manual"
32170 msgstr ""
32171
32172 # type: verbatim
32173 #. type: verbatim
32174 #: ../fish/guestfish-commands.pod:144
32175 #, no-wrap
32176 msgid ""
32177 "  man\n"
32178 "\n"
32179 msgstr ""
32180
32181 # type: textblock
32182 #. type: textblock
32183 #: ../fish/guestfish-commands.pod:146
32184 msgid "Opens the manual page for guestfish."
32185 msgstr ""
32186
32187 # type: =head2
32188 #. type: =head2
32189 #: ../fish/guestfish-commands.pod:148
32190 msgid "more"
32191 msgstr ""
32192
32193 # type: =head2
32194 #. type: =head2
32195 #: ../fish/guestfish-commands.pod:150
32196 msgid "less"
32197 msgstr ""
32198
32199 # type: verbatim
32200 #. type: verbatim
32201 #: ../fish/guestfish-commands.pod:152
32202 #, no-wrap
32203 msgid ""
32204 " more filename\n"
32205 "\n"
32206 msgstr ""
32207
32208 # type: verbatim
32209 #. type: verbatim
32210 #: ../fish/guestfish-commands.pod:154
32211 #, no-wrap
32212 msgid ""
32213 " less filename\n"
32214 "\n"
32215 msgstr ""
32216
32217 # type: textblock
32218 #. type: textblock
32219 #: ../fish/guestfish-commands.pod:156
32220 msgid "This is used to view a file."
32221 msgstr ""
32222
32223 # type: textblock
32224 #. type: textblock
32225 #: ../fish/guestfish-commands.pod:158
32226 msgid ""
32227 "The default viewer is C<$PAGER>.  However if you use the alternate command "
32228 "C<less> you will get the C<less> command specifically."
32229 msgstr ""
32230
32231 # type: =head2
32232 #. type: =head2
32233 #: ../fish/guestfish-commands.pod:161
32234 msgid "reopen"
32235 msgstr ""
32236
32237 # type: verbatim
32238 #. type: verbatim
32239 #: ../fish/guestfish-commands.pod:163
32240 #, no-wrap
32241 msgid ""
32242 "  reopen\n"
32243 "\n"
32244 msgstr ""
32245
32246 # type: textblock
32247 #. type: textblock
32248 #: ../fish/guestfish-commands.pod:165
32249 msgid ""
32250 "Close and reopen the libguestfs handle.  It is not necessary to use this "
32251 "normally, because the handle is closed properly when guestfish exits.  "
32252 "However this is occasionally useful for testing."
32253 msgstr ""
32254
32255 # type: =head2
32256 #. type: =head2
32257 #: ../fish/guestfish-commands.pod:169
32258 msgid "sparse"
32259 msgstr ""
32260
32261 # type: verbatim
32262 #. type: verbatim
32263 #: ../fish/guestfish-commands.pod:171
32264 #, no-wrap
32265 msgid ""
32266 " sparse filename size\n"
32267 "\n"
32268 msgstr ""
32269
32270 # type: textblock
32271 #. type: textblock
32272 #: ../fish/guestfish-commands.pod:173
32273 msgid ""
32274 "This creates an empty sparse file of the given size, and then adds so it can "
32275 "be further examined."
32276 msgstr ""
32277
32278 # type: textblock
32279 #. type: textblock
32280 #: ../fish/guestfish-commands.pod:176
32281 msgid ""
32282 "In all respects it works the same as the L</alloc> command, except that the "
32283 "image file is allocated sparsely, which means that disk blocks are not "
32284 "assigned to the file until they are needed.  Sparse disk files only use "
32285 "space when written to, but they are slower and there is a danger you could "
32286 "run out of real disk space during a write operation."
32287 msgstr ""
32288
32289 # type: =head2
32290 #. type: =head2
32291 #: ../fish/guestfish-commands.pod:186
32292 msgid "supported"
32293 msgstr ""
32294
32295 # type: verbatim
32296 #. type: verbatim
32297 #: ../fish/guestfish-commands.pod:188
32298 #, no-wrap
32299 msgid ""
32300 " supported\n"
32301 "\n"
32302 msgstr ""
32303
32304 # type: textblock
32305 #. type: textblock
32306 #: ../fish/guestfish-commands.pod:190
32307 msgid ""
32308 "This command returns a list of the optional groups known to the daemon, and "
32309 "indicates which ones are supported by this build of the libguestfs appliance."
32310 msgstr ""
32311
32312 # type: textblock
32313 #. type: textblock
32314 #: ../fish/guestfish-commands.pod:194
32315 msgid "See also L<guestfs(3)/AVAILABILITY>."
32316 msgstr ""
32317
32318 # type: =head2
32319 #. type: =head2
32320 #: ../fish/guestfish-commands.pod:196
32321 msgid "time"
32322 msgstr ""
32323
32324 # type: verbatim
32325 #. type: verbatim
32326 #: ../fish/guestfish-commands.pod:198
32327 #, no-wrap
32328 msgid ""
32329 " time command args...\n"
32330 "\n"
32331 msgstr ""
32332
32333 # type: textblock
32334 #. type: textblock
32335 #: ../fish/guestfish-commands.pod:200
32336 msgid ""
32337 "Run the command as usual, but print the elapsed time afterwards.  This can "
32338 "be useful for benchmarking operations."
32339 msgstr ""
32340
32341 # type: textblock
32342 #. type: textblock
32343 #: ../test-tool/libguestfs-test-tool.pod:5
32344 msgid "libguestfs-test-tool - End user tests for libguestfs"
32345 msgstr ""
32346
32347 # type: verbatim
32348 #. type: verbatim
32349 #: ../test-tool/libguestfs-test-tool.pod:9
32350 #, no-wrap
32351 msgid ""
32352 " libguestfs-test-tool [--options]\n"
32353 "\n"
32354 msgstr ""
32355
32356 # type: textblock
32357 #. type: textblock
32358 #: ../test-tool/libguestfs-test-tool.pod:13
32359 msgid ""
32360 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
32361 "and developers, to allow them to check basic libguestfs functionality is "
32362 "working.  This is needed because libguestfs occasionally breaks for reasons "
32363 "beyond our control: usually because of changes in the underlying qemu or "
32364 "kernel packages, or the host environment."
32365 msgstr ""
32366
32367 # type: textblock
32368 #. type: textblock
32369 #: ../test-tool/libguestfs-test-tool.pod:20
32370 msgid "If you suspect a problem in libguestfs, then just run:"
32371 msgstr ""
32372
32373 # type: verbatim
32374 #. type: verbatim
32375 #: ../test-tool/libguestfs-test-tool.pod:22
32376 #, no-wrap
32377 msgid ""
32378 " libguestfs-test-tool\n"
32379 "\n"
32380 msgstr ""
32381
32382 # type: textblock
32383 #. type: textblock
32384 #: ../test-tool/libguestfs-test-tool.pod:24
32385 msgid "It will print lots of diagnostic messages."
32386 msgstr ""
32387
32388 # type: textblock
32389 #. type: textblock
32390 #: ../test-tool/libguestfs-test-tool.pod:26
32391 msgid "If it runs to completion successfully, you will see this near the end:"
32392 msgstr ""
32393
32394 # type: verbatim
32395 #. type: verbatim
32396 #: ../test-tool/libguestfs-test-tool.pod:28
32397 #, no-wrap
32398 msgid ""
32399 " ===== TEST FINISHED OK =====\n"
32400 "\n"
32401 msgstr ""
32402
32403 # type: textblock
32404 #. type: textblock
32405 #: ../test-tool/libguestfs-test-tool.pod:30
32406 msgid "and the test tool will exit with code 0."
32407 msgstr ""
32408
32409 # type: textblock
32410 #. type: textblock
32411 #: ../test-tool/libguestfs-test-tool.pod:32
32412 msgid ""
32413 "If it fails (and/or exits with non-zero error code), please paste the "
32414 "B<complete, unedited> output of the test tool into a bug report.  More "
32415 "information about reporting bugs can be found on the L<http://libguestfs.org/"
32416 "> website."
32417 msgstr ""
32418
32419 # type: =item
32420 #. type: =item
32421 #: ../test-tool/libguestfs-test-tool.pod:41
32422 msgid "I<--help>"
32423 msgstr ""
32424
32425 # type: textblock
32426 #. type: textblock
32427 #: ../test-tool/libguestfs-test-tool.pod:43
32428 msgid "Display short usage information and exit."
32429 msgstr ""
32430
32431 # type: =item
32432 #. type: =item
32433 #: ../test-tool/libguestfs-test-tool.pod:45
32434 msgid "I<--qemu qemu_binary>"
32435 msgstr ""
32436
32437 # type: textblock
32438 #. type: textblock
32439 #: ../test-tool/libguestfs-test-tool.pod:47
32440 msgid ""
32441 "If you have downloaded another qemu binary, point this option at the full "
32442 "path of the binary to try it."
32443 msgstr ""
32444
32445 # type: =item
32446 #. type: =item
32447 #: ../test-tool/libguestfs-test-tool.pod:50
32448 msgid "I<--qemudir qemu_source_dir>"
32449 msgstr ""
32450
32451 # type: textblock
32452 #. type: textblock
32453 #: ../test-tool/libguestfs-test-tool.pod:52
32454 msgid ""
32455 "If you have compiled qemu from source, point this option at the source "
32456 "directory to try it."
32457 msgstr ""
32458
32459 # type: =item
32460 #. type: =item
32461 #: ../test-tool/libguestfs-test-tool.pod:55
32462 msgid "I<--timeout N>"
32463 msgstr ""
32464
32465 # type: textblock
32466 #. type: textblock
32467 #: ../test-tool/libguestfs-test-tool.pod:57
32468 msgid ""
32469 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
32470 "does not usually need to be adjusted unless your machine is very slow."
32471 msgstr ""
32472
32473 # type: =head1
32474 #. type: =head1
32475 #: ../test-tool/libguestfs-test-tool.pod:63
32476 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
32477 msgstr ""
32478
32479 # type: textblock
32480 #. type: textblock
32481 #: ../test-tool/libguestfs-test-tool.pod:65
32482 msgid ""
32483 "If you have compiled another version of qemu from source and would like to "
32484 "try that, then you can use the I<--qemudir> option to point to the qemu "
32485 "source directory."
32486 msgstr ""
32487
32488 # type: textblock
32489 #. type: textblock
32490 #: ../test-tool/libguestfs-test-tool.pod:69
32491 msgid ""
32492 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
32493 "option to point to the binary."
32494 msgstr ""
32495
32496 # type: textblock
32497 #. type: textblock
32498 #: ../test-tool/libguestfs-test-tool.pod:72
32499 msgid ""
32500 "When using an alternate qemu with libguestfs, usually you would need to "
32501 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
32502 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
32503 "use either of the I<--qemudir> or I<--qemu> options."
32504 msgstr ""
32505
32506 # type: textblock
32507 #. type: textblock
32508 #: ../test-tool/libguestfs-test-tool.pod:79
32509 msgid ""
32510 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
32511 "I<1> if there was an error."
32512 msgstr ""
32513
32514 # type: textblock
32515 #. type: textblock
32516 #: ../test-tool/libguestfs-test-tool.pod:84
32517 msgid ""
32518 "For the full list of environment variables which may affect libguestfs, "
32519 "please see the L<guestfs(3)> manual page."
32520 msgstr ""
32521
32522 # type: textblock
32523 #. type: textblock
32524 #: ../test-tool/libguestfs-test-tool.pod:89
32525 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
32526 msgstr ""
32527
32528 # type: textblock
32529 #. type: textblock
32530 #: ../fuse/guestmount.pod:5
32531 msgid ""
32532 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
32533 msgstr ""
32534
32535 # type: verbatim
32536 #. type: verbatim
32537 #: ../fuse/guestmount.pod:9
32538 #, no-wrap
32539 msgid ""
32540 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
32541 "\n"
32542 msgstr ""
32543
32544 # type: verbatim
32545 #. type: verbatim
32546 #: ../fuse/guestmount.pod:11
32547 #, no-wrap
32548 msgid ""
32549 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
32550 "\n"
32551 msgstr ""
32552
32553 # type: verbatim
32554 #. type: verbatim
32555 #: ../fuse/guestmount.pod:13
32556 #, no-wrap
32557 msgid ""
32558 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
32559 "\n"
32560 msgstr ""
32561
32562 # type: textblock
32563 #. type: textblock
32564 #: ../fuse/guestmount.pod:17
32565 msgid ""
32566 "You must I<not> use C<guestmount> in read-write mode on live virtual "
32567 "machines.  If you do this, you risk disk corruption in the VM."
32568 msgstr ""
32569
32570 # type: textblock
32571 #. type: textblock
32572 #: ../fuse/guestmount.pod:22
32573 msgid ""
32574 "The guestmount program can be used to mount virtual machine filesystems and "
32575 "other disk images on the host.  It uses libguestfs for access to the guest "
32576 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
32577 "a mountable device."
32578 msgstr ""
32579
32580 # type: textblock
32581 #. type: textblock
32582 #: ../fuse/guestmount.pod:27
32583 msgid ""
32584 "Along with other options, you have to give at least one device (I<-a> "
32585 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
32586 "option) or use the I<-i> inspection option.  How this works is better "
32587 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
32588 "below."
32589 msgstr ""
32590
32591 # type: textblock
32592 #. type: textblock
32593 #: ../fuse/guestmount.pod:33
32594 msgid ""
32595 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
32596 "by you, and the filesystem will not be visible to any other users unless you "
32597 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
32598 "the filesystem, use the C<fusermount -u> command."
32599 msgstr ""
32600
32601 # type: textblock
32602 #. type: textblock
32603 #: ../fuse/guestmount.pod:41
32604 msgid ""
32605 "For a typical Windows guest which has its main filesystem on the first "
32606 "partition:"
32607 msgstr ""
32608
32609 # type: verbatim
32610 #. type: verbatim
32611 #: ../fuse/guestmount.pod:44
32612 #, no-wrap
32613 msgid ""
32614 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
32615 "\n"
32616 msgstr ""
32617
32618 # type: textblock
32619 #. type: textblock
32620 #: ../fuse/guestmount.pod:46
32621 msgid ""
32622 "For a typical Linux guest which has a /boot filesystem on the first "
32623 "partition, and the root filesystem on a logical volume:"
32624 msgstr ""
32625
32626 # type: verbatim
32627 #. type: verbatim
32628 #: ../fuse/guestmount.pod:49
32629 #, no-wrap
32630 msgid ""
32631 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
32632 "\n"
32633 msgstr ""
32634
32635 # type: textblock
32636 #. type: textblock
32637 #: ../fuse/guestmount.pod:51
32638 msgid "To get libguestfs to detect guest mountpoints for you:"
32639 msgstr ""
32640
32641 # type: verbatim
32642 #. type: verbatim
32643 #: ../fuse/guestmount.pod:53
32644 #, no-wrap
32645 msgid ""
32646 " guestmount -a guest.img -i --ro /mnt\n"
32647 "\n"
32648 msgstr ""
32649
32650 # type: textblock
32651 #. type: textblock
32652 #: ../fuse/guestmount.pod:55
32653 msgid "For a libvirt guest called \"Guest\" you could do:"
32654 msgstr ""
32655
32656 # type: verbatim
32657 #. type: verbatim
32658 #: ../fuse/guestmount.pod:57
32659 #, no-wrap
32660 msgid ""
32661 " guestmount -d Guest -i --ro /mnt\n"
32662 "\n"
32663 msgstr ""
32664
32665 # type: textblock
32666 #. type: textblock
32667 #: ../fuse/guestmount.pod:59
32668 msgid ""
32669 "If you don't know what filesystems are contained in a guest or disk image, "
32670 "use L<virt-filesystems(1)> first:"
32671 msgstr ""
32672
32673 # type: verbatim
32674 #. type: verbatim
32675 #: ../fuse/guestmount.pod:62
32676 #, no-wrap
32677 msgid ""
32678 " virt-filesystems MyGuest\n"
32679 "\n"
32680 msgstr ""
32681
32682 # type: textblock
32683 #. type: textblock
32684 #: ../fuse/guestmount.pod:64
32685 msgid ""
32686 "If you want to trace the libguestfs calls but without excessive debugging "
32687 "information, we recommend:"
32688 msgstr ""
32689
32690 # type: verbatim
32691 #. type: verbatim
32692 #: ../fuse/guestmount.pod:67
32693 #, no-wrap
32694 msgid ""
32695 " guestmount [...] --trace /mnt\n"
32696 "\n"
32697 msgstr ""
32698
32699 # type: textblock
32700 #. type: textblock
32701 #: ../fuse/guestmount.pod:69
32702 msgid "If you want to debug the program, we recommend:"
32703 msgstr ""
32704
32705 # type: verbatim
32706 #. type: verbatim
32707 #: ../fuse/guestmount.pod:71
32708 #, no-wrap
32709 msgid ""
32710 " guestmount [...] --trace --verbose /mnt\n"
32711 "\n"
32712 msgstr ""
32713
32714 #. type: =head1
32715 #: ../fuse/guestmount.pod:73
32716 msgid "NOTES"
32717 msgstr ""
32718
32719 #. type: =head2
32720 #: ../fuse/guestmount.pod:75
32721 msgid "Other users cannot see the filesystem by default"
32722 msgstr ""
32723
32724 #. type: textblock
32725 #: ../fuse/guestmount.pod:77
32726 msgid ""
32727 "If you mount a filesystem as one user (eg. root), then other users will not "
32728 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
32729 "option when mounting:"
32730 msgstr ""
32731
32732 #. type: verbatim
32733 #: ../fuse/guestmount.pod:81
32734 #, no-wrap
32735 msgid ""
32736 " sudo guestmount [...] -o allow_other /mnt\n"
32737 "\n"
32738 msgstr ""
32739
32740 # type: =item
32741 #. type: =item
32742 #: ../fuse/guestmount.pod:87
32743 msgid "B<-a image> | B<--add image>"
32744 msgstr ""
32745
32746 # type: textblock
32747 #. type: textblock
32748 #: ../fuse/guestmount.pod:89
32749 msgid "Add a block device or virtual machine image."
32750 msgstr ""
32751
32752 # type: =item
32753 #. type: =item
32754 #: ../fuse/guestmount.pod:94
32755 msgid "B<-c URI> | B<--connect URI>"
32756 msgstr ""
32757
32758 # type: =item
32759 #. type: =item
32760 #: ../fuse/guestmount.pod:100
32761 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
32762 msgstr ""
32763
32764 # type: =item
32765 #. type: =item
32766 #: ../fuse/guestmount.pod:108
32767 msgid "B<--dir-cache-timeout N>"
32768 msgstr ""
32769
32770 # type: textblock
32771 #. type: textblock
32772 #: ../fuse/guestmount.pod:110
32773 msgid ""
32774 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
32775 "seconds.  The readdir cache [actually, there are several semi-independent "
32776 "caches] is populated after a readdir(2) call with the stat and extended "
32777 "attributes of the files in the directory, in anticipation that they will be "
32778 "requested soon after."
32779 msgstr ""
32780
32781 # type: textblock
32782 #. type: textblock
32783 #: ../fuse/guestmount.pod:116
32784 msgid ""
32785 "There is also a different attribute cache implemented by FUSE (see the FUSE "
32786 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
32787 "requests, only cache existing ones."
32788 msgstr ""
32789
32790 # type: =item
32791 #. type: =item
32792 #: ../fuse/guestmount.pod:127
32793 msgid "B<--format=raw|qcow2|..> | B<--format>"
32794 msgstr ""
32795
32796 # type: textblock
32797 #. type: textblock
32798 #: ../fuse/guestmount.pod:134
32799 msgid ""
32800 "If you have untrusted raw-format guest disk images, you should use this "
32801 "option to specify the disk format.  This avoids a possible security problem "
32802 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
32803 "guestfs_add_drive_opts>."
32804 msgstr ""
32805
32806 # type: =item
32807 #. type: =item
32808 #: ../fuse/guestmount.pod:139
32809 msgid "B<--fuse-help>"
32810 msgstr ""
32811
32812 # type: textblock
32813 #. type: textblock
32814 #: ../fuse/guestmount.pod:141
32815 msgid "Display help on special FUSE options (see I<-o> below)."
32816 msgstr ""
32817
32818 # type: textblock
32819 #. type: textblock
32820 #: ../fuse/guestmount.pod:145
32821 msgid "Display brief help and exit."
32822 msgstr ""
32823
32824 # type: =item
32825 #. type: =item
32826 #: ../fuse/guestmount.pod:147
32827 msgid "B<-i> | B<--inspector>"
32828 msgstr ""
32829
32830 # type: textblock
32831 #. type: textblock
32832 #: ../fuse/guestmount.pod:167
32833 msgid ""
32834 "Mount the named partition or logical volume on the given mountpoint B<in the "
32835 "guest> (this has nothing to do with mountpoints in the host)."
32836 msgstr ""
32837
32838 # type: textblock
32839 #. type: textblock
32840 #: ../fuse/guestmount.pod:170
32841 msgid ""
32842 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
32843 "something on C</>."
32844 msgstr ""
32845
32846 # type: =item
32847 #. type: =item
32848 #: ../fuse/guestmount.pod:183
32849 msgid "B<-n> | B<--no-sync>"
32850 msgstr ""
32851
32852 # type: textblock
32853 #. type: textblock
32854 #: ../fuse/guestmount.pod:185
32855 msgid ""
32856 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
32857 "unmounted.  If you specify this option, then we don't attempt to sync the "
32858 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
32859 msgstr ""
32860
32861 # type: =item
32862 #. type: =item
32863 #: ../fuse/guestmount.pod:190
32864 msgid "B<-o option> | B<--option option>"
32865 msgstr ""
32866
32867 # type: textblock
32868 #. type: textblock
32869 #: ../fuse/guestmount.pod:192
32870 msgid "Pass extra options to FUSE."
32871 msgstr ""
32872
32873 # type: textblock
32874 #. type: textblock
32875 #: ../fuse/guestmount.pod:194
32876 msgid ""
32877 "To get a list of all the extra options supported by FUSE, use the command "
32878 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
32879 "of them are a good idea."
32880 msgstr ""
32881
32882 # type: verbatim
32883 #. type: verbatim
32884 #: ../fuse/guestmount.pod:198
32885 #, no-wrap
32886 msgid ""
32887 " guestmount --fuse-help\n"
32888 "\n"
32889 msgstr ""
32890
32891 # type: textblock
32892 #. type: textblock
32893 #: ../fuse/guestmount.pod:200
32894 msgid "Some potentially useful FUSE options:"
32895 msgstr ""
32896
32897 # type: =item
32898 #. type: =item
32899 #: ../fuse/guestmount.pod:204
32900 msgid "B<-o allow_other>"
32901 msgstr ""
32902
32903 # type: textblock
32904 #. type: textblock
32905 #: ../fuse/guestmount.pod:206
32906 msgid "Allow other users to see the filesystem."
32907 msgstr ""
32908
32909 # type: =item
32910 #. type: =item
32911 #: ../fuse/guestmount.pod:208
32912 msgid "B<-o attr_timeout=N>"
32913 msgstr ""
32914
32915 # type: textblock
32916 #. type: textblock
32917 #: ../fuse/guestmount.pod:210
32918 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
32919 msgstr ""
32920
32921 # type: =item
32922 #. type: =item
32923 #: ../fuse/guestmount.pod:212
32924 msgid "B<-o kernel_cache>"
32925 msgstr ""
32926
32927 # type: textblock
32928 #. type: textblock
32929 #: ../fuse/guestmount.pod:214
32930 msgid ""
32931 "Allow the kernel to cache files (reduces the number of reads that have to go "
32932 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
32933 "afford the extra memory usage."
32934 msgstr ""
32935
32936 # type: =item
32937 #. type: =item
32938 #: ../fuse/guestmount.pod:218
32939 msgid "B<-o uid=N> B<-o gid=N>"
32940 msgstr ""
32941
32942 # type: textblock
32943 #. type: textblock
32944 #: ../fuse/guestmount.pod:220
32945 msgid ""
32946 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
32947 "the chosen values."
32948 msgstr ""
32949
32950 # type: =item
32951 #. type: =item
32952 #: ../fuse/guestmount.pod:225
32953 msgid "B<-r> | B<--ro>"
32954 msgstr ""
32955
32956 # type: textblock
32957 #. type: textblock
32958 #: ../fuse/guestmount.pod:227
32959 msgid ""
32960 "Add devices and mount everything read-only.  Also disallow writes and make "
32961 "the disk appear read-only to FUSE."
32962 msgstr ""
32963
32964 # type: textblock
32965 #. type: textblock
32966 #: ../fuse/guestmount.pod:230
32967 msgid ""
32968 "This is highly recommended if you are not going to edit the guest disk.  If "
32969 "the guest is running and this option is I<not> supplied, then there is a "
32970 "strong risk of disk corruption in the guest.  We try to prevent this from "
32971 "happening, but it is not always possible."
32972 msgstr ""
32973
32974 # type: textblock
32975 #. type: textblock
32976 #: ../fuse/guestmount.pod:235
32977 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32978 msgstr ""
32979
32980 # type: textblock
32981 #. type: textblock
32982 #: ../fuse/guestmount.pod:239
32983 msgid "Enable SELinux support for the guest."
32984 msgstr ""
32985
32986 # type: =item
32987 #. type: =item
32988 #: ../fuse/guestmount.pod:241
32989 msgid "B<-v> | B<--verbose>"
32990 msgstr ""
32991
32992 # type: textblock
32993 #. type: textblock
32994 #: ../fuse/guestmount.pod:243
32995 msgid "Enable verbose messages from underlying libguestfs."
32996 msgstr ""
32997
32998 # type: =item
32999 #. type: =item
33000 #: ../fuse/guestmount.pod:245
33001 msgid "B<-V> | B<--version>"
33002 msgstr ""
33003
33004 # type: textblock
33005 #. type: textblock
33006 #: ../fuse/guestmount.pod:247
33007 msgid "Display the program version and exit."
33008 msgstr ""
33009
33010 # type: =item
33011 #. type: =item
33012 #: ../fuse/guestmount.pod:249
33013 msgid "B<-w> | B<--rw>"
33014 msgstr ""
33015
33016 #. type: textblock
33017 #: ../fuse/guestmount.pod:254 ../fuse/guestmount.pod:275
33018 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
33019 msgstr ""
33020
33021 # type: =item
33022 #. type: =item
33023 #: ../fuse/guestmount.pod:256
33024 msgid "B<-x> | B<--trace>"
33025 msgstr ""
33026
33027 # type: textblock
33028 #. type: textblock
33029 #: ../fuse/guestmount.pod:258
33030 msgid "Trace libguestfs calls and entry into each FUSE function."
33031 msgstr ""
33032
33033 # type: textblock
33034 #. type: textblock
33035 #: ../fuse/guestmount.pod:260
33036 msgid "This also stops the daemon from forking into the background."
33037 msgstr ""
33038
33039 # type: textblock
33040 #. type: textblock
33041 #: ../fuse/guestmount.pod:281
33042 msgid ""
33043 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
33044 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
33045 "net/>."
33046 msgstr ""
33047
33048 # type: textblock
33049 #. type: textblock
33050 #: ../fuse/guestmount.pod:296
33051 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
33052 msgstr ""
33053
33054 # type: textblock
33055 #. type: textblock
33056 #: ../tools/virt-win-reg.pl:37
33057 msgid ""
33058 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
33059 msgstr ""
33060
33061 # type: verbatim
33062 #. type: verbatim
33063 #: ../tools/virt-win-reg.pl:41
33064 #, no-wrap
33065 msgid ""
33066 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
33067 "\n"
33068 msgstr ""
33069
33070 # type: verbatim
33071 #. type: verbatim
33072 #: ../tools/virt-win-reg.pl:43
33073 #, no-wrap
33074 msgid ""
33075 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
33076 "\n"
33077 msgstr ""
33078
33079 # type: verbatim
33080 #. type: verbatim
33081 #: ../tools/virt-win-reg.pl:45
33082 #, no-wrap
33083 msgid ""
33084 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
33085 "\n"
33086 msgstr ""
33087
33088 # type: verbatim
33089 #. type: verbatim
33090 #: ../tools/virt-win-reg.pl:47
33091 #, no-wrap
33092 msgid ""
33093 " virt-win-reg --merge domname [input.reg ...]\n"
33094 "\n"
33095 msgstr ""
33096
33097 # type: verbatim
33098 #. type: verbatim
33099 #: ../tools/virt-win-reg.pl:49
33100 #, no-wrap
33101 msgid ""
33102 " virt-win-reg [--options] disk.img ... # instead of domname\n"
33103 "\n"
33104 msgstr ""
33105
33106 #. type: textblock
33107 #: ../tools/virt-win-reg.pl:53
33108 msgid ""
33109 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
33110 "virtual machines.  If you do this, you I<will> get irreversible disk "
33111 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
33112 "but doesn't catch all cases."
33113 msgstr ""
33114
33115 #. type: textblock
33116 #: ../tools/virt-win-reg.pl:58
33117 msgid ""
33118 "Modifying the Windows Registry is an inherently risky operation.  The format "
33119 "is deliberately obscure and undocumented, and Registry changes can leave the "
33120 "system unbootable.  Therefore when using the I<--merge> option, make sure "
33121 "you have a reliable backup first."
33122 msgstr ""
33123
33124 # type: textblock
33125 #. type: textblock
33126 #: ../tools/virt-win-reg.pl:65
33127 msgid ""
33128 "This program can export and merge Windows Registry entries from a Windows "
33129 "guest."
33130 msgstr ""
33131
33132 # type: textblock
33133 #. type: textblock
33134 #: ../tools/virt-win-reg.pl:68
33135 msgid ""
33136 "The first parameter is the libvirt guest name or the raw disk image of a "
33137 "Windows guest."
33138 msgstr ""
33139
33140 #. type: textblock
33141 #: ../tools/virt-win-reg.pl:71
33142 msgid ""
33143 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
33144 "exported (recursively).  For example:"
33145 msgstr ""
33146
33147 # type: verbatim
33148 #. type: verbatim
33149 #: ../tools/virt-win-reg.pl:74
33150 #, no-wrap
33151 msgid ""
33152 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
33153 "\n"
33154 msgstr ""
33155
33156 # type: textblock
33157 #. type: textblock
33158 #: ../tools/virt-win-reg.pl:76
33159 msgid ""
33160 "You can also display single values from within registry keys, for example:"
33161 msgstr ""
33162
33163 # type: verbatim
33164 #. type: verbatim
33165 #: ../tools/virt-win-reg.pl:79
33166 #, no-wrap
33167 msgid ""
33168 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
33169 " $ virt-win-reg Windows7 $cvkey ProductName\n"
33170 " Windows 7 Enterprise\n"
33171 "\n"
33172 msgstr ""
33173
33174 #. type: textblock
33175 #: ../tools/virt-win-reg.pl:83
33176 msgid ""
33177 "With I<--merge>, you can merge a textual regedit file into the Windows "
33178 "Registry:"
33179 msgstr ""
33180
33181 # type: verbatim
33182 #. type: verbatim
33183 #: ../tools/virt-win-reg.pl:86
33184 #, no-wrap
33185 msgid ""
33186 " $ virt-win-reg --merge Windows7 changes.reg\n"
33187 "\n"
33188 msgstr ""
33189
33190 # type: =head2
33191 #. type: =head1
33192 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
33193 msgid "NOTE"
33194 msgstr ""
33195
33196 # type: textblock
33197 #. type: textblock
33198 #: ../tools/virt-win-reg.pl:90
33199 msgid ""
33200 "This program is only meant for simple access to the registry.  If you want "
33201 "to do complicated things with the registry, we suggest you download the "
33202 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
33203 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
33204 "L<hivexregedit(1)>."
33205 msgstr ""
33206
33207 # type: textblock
33208 #. type: textblock
33209 #: ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63
33210 #: ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163
33211 #: ../tools/virt-list-partitions.pl:64
33212 msgid "Display brief help."
33213 msgstr ""
33214
33215 # type: textblock
33216 #. type: textblock
33217 #: ../tools/virt-win-reg.pl:114 ../tools/virt-list-filesystems.pl:71
33218 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
33219 #: ../tools/virt-list-partitions.pl:72
33220 msgid "Display version number and exit."
33221 msgstr ""
33222
33223 # type: =item
33224 #. type: =item
33225 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
33226 msgid "B<--debug>"
33227 msgstr ""
33228
33229 # type: textblock
33230 #. type: textblock
33231 #: ../tools/virt-win-reg.pl:122
33232 msgid "Enable debugging messages."
33233 msgstr ""
33234
33235 # type: =item
33236 #. type: =item
33237 #: ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77
33238 #: ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
33239 msgid "B<--connect URI> | B<-c URI>"
33240 msgstr ""
33241
33242 # type: textblock
33243 #. type: textblock
33244 #: ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79
33245 #: ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
33246 msgid ""
33247 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
33248 "to the default libvirt hypervisor."
33249 msgstr ""
33250
33251 # type: textblock
33252 #. type: textblock
33253 #: ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82
33254 #: ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
33255 msgid ""
33256 "If you specify guest block devices directly, then libvirt is not used at all."
33257 msgstr ""
33258
33259 # type: =item
33260 #. type: =item
33261 #: ../tools/virt-win-reg.pl:140 ../tools/virt-list-filesystems.pl:89
33262 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
33263 msgid "B<--format> raw"
33264 msgstr ""
33265
33266 # type: textblock
33267 #. type: textblock
33268 #: ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91
33269 #: ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
33270 msgid ""
33271 "Specify the format of disk images given on the command line.  If this is "
33272 "omitted then the format is autodetected from the content of the disk image."
33273 msgstr ""
33274
33275 # type: textblock
33276 #. type: textblock
33277 #: ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95
33278 #: ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
33279 msgid ""
33280 "If disk images are requested from libvirt, then this program asks libvirt "
33281 "for this information.  In this case, the value of the format parameter is "
33282 "ignored."
33283 msgstr ""
33284
33285 # type: textblock
33286 #. type: textblock
33287 #: ../tools/virt-win-reg.pl:150 ../tools/virt-list-filesystems.pl:99
33288 #: ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
33289 msgid ""
33290 "If working with untrusted raw-format guest disk images, you should ensure "
33291 "the format is always specified."
33292 msgstr ""
33293
33294 # type: =item
33295 #. type: =item
33296 #: ../tools/virt-win-reg.pl:157
33297 msgid "B<--merge>"
33298 msgstr ""
33299
33300 # type: textblock
33301 #. type: textblock
33302 #: ../tools/virt-win-reg.pl:159
33303 msgid ""
33304 "In merge mode, this merges a textual regedit file into the Windows Registry "
33305 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
33306 "displays or exports Registry entries instead."
33307 msgstr ""
33308
33309 #. type: textblock
33310 #: ../tools/virt-win-reg.pl:163
33311 msgid ""
33312 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
33313 "result in disk corruption.  However exporting (without this flag)  is always "
33314 "safe."
33315 msgstr ""
33316
33317 # type: =item
33318 #. type: =item
33319 #: ../tools/virt-win-reg.pl:171
33320 msgid "B<--encoding> UTF-16LE|ASCII"
33321 msgstr ""
33322
33323 # type: textblock
33324 #. type: textblock
33325 #: ../tools/virt-win-reg.pl:173
33326 msgid ""
33327 "When merging (only), you may need to specify the encoding for strings to be "
33328 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
33329 "(3)/ENCODING STRINGS>."
33330 msgstr ""
33331
33332 # type: textblock
33333 #. type: textblock
33334 #: ../tools/virt-win-reg.pl:177
33335 msgid ""
33336 "The default is to use UTF-16LE, which should work with recent versions of "
33337 "Windows."
33338 msgstr ""
33339
33340 #. type: =item
33341 #: ../tools/virt-win-reg.pl:184
33342 msgid "B<--unsafe-printable-strings>"
33343 msgstr ""
33344
33345 #. type: textblock
33346 #: ../tools/virt-win-reg.pl:186
33347 msgid ""
33348 "When exporting (only), assume strings are UTF-16LE and print them as strings "
33349 "instead of hex sequences.  Remove the final zero codepoint from strings if "
33350 "present."
33351 msgstr ""
33352
33353 #. type: textblock
33354 #: ../tools/virt-win-reg.pl:190
33355 msgid ""
33356 "This is unsafe and does not preserve the fidelity of strings in the original "
33357 "Registry for various reasons:"
33358 msgstr ""
33359
33360 #. type: textblock
33361 #: ../tools/virt-win-reg.pl:197
33362 msgid ""
33363 "Assumes the original encoding is UTF-16LE.  ASCII strings and strings in "
33364 "other encodings will be corrupted by this transformation."
33365 msgstr ""
33366
33367 #. type: textblock
33368 #: ../tools/virt-win-reg.pl:202
33369 msgid ""
33370 "Assumes that everything which has type 1 or 2 is really a string and that "
33371 "everything else is not a string, but the type field in real Registries is "
33372 "not reliable."
33373 msgstr ""
33374
33375 #. type: textblock
33376 #: ../tools/virt-win-reg.pl:208
33377 msgid ""
33378 "Loses information about whether a zero codepoint followed the string in the "
33379 "Registry or not."
33380 msgstr ""
33381
33382 #. type: textblock
33383 #: ../tools/virt-win-reg.pl:213
33384 msgid ""
33385 "This all happens because the Registry itself contains no information about "
33386 "how strings are encoded (see L<Win::Hivex::Regedit(3)/ENCODING STRINGS>)."
33387 msgstr ""
33388
33389 #. type: textblock
33390 #: ../tools/virt-win-reg.pl:217
33391 msgid ""
33392 "You should only use this option for quick hacking and debugging of the "
33393 "Registry contents, and I<never> use it if the output is going to be passed "
33394 "into another program or stored in another Registry."
33395 msgstr ""
33396
33397 # type: =head2
33398 #. type: =head1
33399 #: ../tools/virt-win-reg.pl:554
33400 msgid "SUPPORTED SYSTEMS"
33401 msgstr ""
33402
33403 # type: textblock
33404 #. type: textblock
33405 #: ../tools/virt-win-reg.pl:556
33406 msgid ""
33407 "The program currently supports Windows NT-derived guests starting with "
33408 "Windows XP through to at least Windows 7."
33409 msgstr ""
33410
33411 #. type: textblock
33412 #: ../tools/virt-win-reg.pl:559
33413 msgid "The following Registry keys are supported:"
33414 msgstr ""
33415
33416 #. type: =item
33417 #: ../tools/virt-win-reg.pl:563
33418 msgid "C<HKEY_LOCAL_MACHINE\\SAM>"
33419 msgstr ""
33420
33421 #. type: =item
33422 #: ../tools/virt-win-reg.pl:565
33423 msgid "C<HKEY_LOCAL_MACHINE\\SECURITY>"
33424 msgstr ""
33425
33426 #. type: =item
33427 #: ../tools/virt-win-reg.pl:567
33428 msgid "C<HKEY_LOCAL_MACHINE\\SOFTWARE>"
33429 msgstr ""
33430
33431 #. type: =item
33432 #: ../tools/virt-win-reg.pl:569
33433 msgid "C<HKEY_LOCAL_MACHINE\\SYSTEM>"
33434 msgstr ""
33435
33436 #. type: =item
33437 #: ../tools/virt-win-reg.pl:571
33438 msgid "C<HKEY_USERS\\.DEFAULT>"
33439 msgstr ""
33440
33441 #. type: =item
33442 #: ../tools/virt-win-reg.pl:573
33443 msgid "C<HKEY_USERS\\I<SID>>"
33444 msgstr ""
33445
33446 #. type: textblock
33447 #: ../tools/virt-win-reg.pl:575
33448 msgid "where I<SID> is a Windows User SID (eg. C<S-1-5-18>)."
33449 msgstr ""
33450
33451 #. type: =item
33452 #: ../tools/virt-win-reg.pl:577
33453 msgid "C<HKEY_USERS\\I<username>>"
33454 msgstr ""
33455
33456 #. type: textblock
33457 #: ../tools/virt-win-reg.pl:579
33458 msgid ""
33459 "where I<username> is a local user name (this is a libguestfs extension)."
33460 msgstr ""
33461
33462 # type: textblock
33463 #. type: textblock
33464 #: ../tools/virt-win-reg.pl:583
33465 msgid ""
33466 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
33467 "C<HKEY_USERS>."
33468 msgstr ""
33469
33470 #. type: textblock
33471 #: ../tools/virt-win-reg.pl:586
33472 msgid ""
33473 "The literal keys C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are not "
33474 "supported (there is no \"current user\")."
33475 msgstr ""
33476
33477 # type: =head2
33478 #. type: =head1
33479 #: ../tools/virt-win-reg.pl:589
33480 msgid "ENCODING"
33481 msgstr ""
33482
33483 # type: textblock
33484 #. type: textblock
33485 #: ../tools/virt-win-reg.pl:591
33486 msgid ""
33487 "C<virt-win-reg> expects that regedit files have already been reencoded in "
33488 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
33489 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
33490 "Windows-style line endings, you may need to reencode the whole file before "
33491 "or after processing."
33492 msgstr ""
33493
33494 #. type: textblock
33495 #: ../tools/virt-win-reg.pl:597
33496 msgid ""
33497 "To reencode a file from Windows format to Linux (before processing it with "
33498 "the I<--merge> option), you would do something like this:"
33499 msgstr ""
33500
33501 # type: verbatim
33502 #. type: verbatim
33503 #: ../tools/virt-win-reg.pl:600
33504 #, no-wrap
33505 msgid ""
33506 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
33507 "\n"
33508 msgstr ""
33509
33510 # type: textblock
33511 #. type: textblock
33512 #: ../tools/virt-win-reg.pl:602
33513 msgid ""
33514 "To go in the opposite direction, after exporting and before sending the file "
33515 "to a Windows user, do something like this:"
33516 msgstr ""
33517
33518 # type: verbatim
33519 #. type: verbatim
33520 #: ../tools/virt-win-reg.pl:605
33521 #, no-wrap
33522 msgid ""
33523 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
33524 "\n"
33525 msgstr ""
33526
33527 # type: textblock
33528 #. type: textblock
33529 #: ../tools/virt-win-reg.pl:607
33530 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
33531 msgstr ""
33532
33533 # type: textblock
33534 #. type: textblock
33535 #: ../tools/virt-win-reg.pl:609
33536 msgid ""
33537 "If you are unsure about the current encoding, use the L<file(1)> command.  "
33538 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
33539 "style (CRLF) line endings, like this:"
33540 msgstr ""
33541
33542 # type: verbatim
33543 #. type: verbatim
33544 #: ../tools/virt-win-reg.pl:613
33545 #, no-wrap
33546 msgid ""
33547 " $ file software.reg\n"
33548 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
33549 " with CRLF line terminators\n"
33550 "\n"
33551 msgstr ""
33552
33553 #. type: textblock
33554 #: ../tools/virt-win-reg.pl:617
33555 msgid "This file would need conversion before you could I<--merge> it."
33556 msgstr ""
33557
33558 # type: =head2
33559 #. type: =head1
33560 #: ../tools/virt-win-reg.pl:619
33561 msgid "CurrentControlSet etc."
33562 msgstr ""
33563
33564 # type: textblock
33565 #. type: textblock
33566 #: ../tools/virt-win-reg.pl:621
33567 msgid ""
33568 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
33569 "Registry at the level of the hive file, and therefore you cannot modify "
33570 "these."
33571 msgstr ""
33572
33573 # type: textblock
33574 #. type: textblock
33575 #: ../tools/virt-win-reg.pl:625
33576 msgid ""
33577 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
33578 "circumstances it might refer to another control set.  The way to find out is "
33579 "to look at the C<HKLM\\SYSTEM\\Select> key:"
33580 msgstr ""
33581
33582 # type: verbatim
33583 #. type: verbatim
33584 #: ../tools/virt-win-reg.pl:629
33585 #, no-wrap
33586 msgid ""
33587 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
33588 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
33589 " \"Current\"=dword:00000001\n"
33590 " \"Default\"=dword:00000001\n"
33591 " \"Failed\"=dword:00000000\n"
33592 " \"LastKnownGood\"=dword:00000002\n"
33593 "\n"
33594 msgstr ""
33595
33596 # type: textblock
33597 #. type: textblock
33598 #: ../tools/virt-win-reg.pl:636
33599 msgid "\"Current\" is the one which Windows will choose when it boots."
33600 msgstr ""
33601
33602 # type: textblock
33603 #. type: textblock
33604 #: ../tools/virt-win-reg.pl:638
33605 msgid ""
33606 "Similarly, other C<Current...> keys in the path may need to be replaced."
33607 msgstr ""
33608
33609 # type: =head1
33610 #. type: =head1
33611 #: ../tools/virt-win-reg.pl:641
33612 msgid "WINDOWS TIPS"
33613 msgstr ""
33614
33615 # type: textblock
33616 #. type: textblock
33617 #: ../tools/virt-win-reg.pl:643
33618 msgid ""
33619 "Note that some of these tips modify the guest disk image.  The guest I<must> "
33620 "be shut off, else you will get disk corruption."
33621 msgstr ""
33622
33623 # type: =head2
33624 #. type: =head2
33625 #: ../tools/virt-win-reg.pl:646
33626 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
33627 msgstr ""
33628
33629 # type: textblock
33630 #. type: textblock
33631 #: ../tools/virt-win-reg.pl:648
33632 msgid ""
33633 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
33634 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
33635 "is uploaded into C<C:\\>:"
33636 msgstr ""
33637
33638 # type: verbatim
33639 #. type: verbatim
33640 #: ../tools/virt-win-reg.pl:652
33641 #, no-wrap
33642 msgid ""
33643 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
33644 "\n"
33645 msgstr ""
33646
33647 # type: textblock
33648 #. type: textblock
33649 #: ../tools/virt-win-reg.pl:654
33650 msgid "Prepare a regedit file containing the registry change:"
33651 msgstr ""
33652
33653 # type: verbatim
33654 #. type: verbatim
33655 #: ../tools/virt-win-reg.pl:656
33656 #, no-wrap
33657 msgid ""
33658 " cat > test.reg <<'EOF'\n"
33659 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
33660 " \"Test\"=\"c:\\\\test.bat\"\n"
33661 " EOF\n"
33662 "\n"
33663 msgstr ""
33664
33665 # type: textblock
33666 #. type: textblock
33667 #: ../tools/virt-win-reg.pl:661
33668 msgid ""
33669 "In this example we use the key C<RunOnce> which means that the script will "
33670 "run precisely once when the first user logs in.  If you want it to run every "
33671 "time a user logs in, replace C<RunOnce> with C<Run>."
33672 msgstr ""
33673
33674 # type: textblock
33675 #. type: textblock
33676 #: ../tools/virt-win-reg.pl:665
33677 msgid "Now update the registry:"
33678 msgstr ""
33679
33680 # type: verbatim
33681 #. type: verbatim
33682 #: ../tools/virt-win-reg.pl:667
33683 #, no-wrap
33684 msgid ""
33685 " virt-win-reg --merge WindowsGuest test.reg\n"
33686 "\n"
33687 msgstr ""
33688
33689 # type: =head2
33690 #. type: =head2
33691 #: ../tools/virt-win-reg.pl:669
33692 msgid "INSTALLING A SERVICE"
33693 msgstr ""
33694
33695 # type: textblock
33696 #. type: textblock
33697 #: ../tools/virt-win-reg.pl:671
33698 msgid ""
33699 "This section assumes you are familiar with Windows services, and you either "
33700 "have a program which handles the Windows Service Control Protocol directly "
33701 "or you want to run any program using a service wrapper like SrvAny or the "
33702 "free RHSrvAny."
33703 msgstr ""
33704
33705 # type: textblock
33706 #. type: textblock
33707 #: ../tools/virt-win-reg.pl:676
33708 msgid ""
33709 "First upload the program and optionally the service wrapper.  In this case "
33710 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
33711 msgstr ""
33712
33713 # type: verbatim
33714 #. type: verbatim
33715 #: ../tools/virt-win-reg.pl:680
33716 #, no-wrap
33717 msgid ""
33718 " guestfish -i -d WindowsGuest <<EOF\n"
33719 "   upload rhsrvany.exe /rhsrvany.exe\n"
33720 "   upload test.exe /test.exe\n"
33721 " EOF\n"
33722 "\n"
33723 msgstr ""
33724
33725 # type: textblock
33726 #. type: textblock
33727 #: ../tools/virt-win-reg.pl:685
33728 msgid ""
33729 "Prepare a regedit file containing the registry changes.  In this example, "
33730 "the first registry change is needed for the service itself or the service "
33731 "wrapper (if used).  The second registry change is only needed because I am "
33732 "using the RHSrvAny service wrapper."
33733 msgstr ""
33734
33735 # type: verbatim
33736 #. type: verbatim
33737 #: ../tools/virt-win-reg.pl:690
33738 #, no-wrap
33739 msgid ""
33740 " cat > service.reg <<'EOF'\n"
33741 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
33742 " \"Type\"=dword:00000010\n"
33743 " \"Start\"=dword:00000002\n"
33744 " \"ErrorControl\"=dword:00000001\n"
33745 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
33746 " \"DisplayName\"=\"RHSrvAny\"\n"
33747 " \"ObjectName\"=\"NetworkService\"\n"
33748 " \n"
33749 msgstr ""
33750
33751 # type: verbatim
33752 #. type: verbatim
33753 #: ../tools/virt-win-reg.pl:699
33754 #, no-wrap
33755 msgid ""
33756 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
33757 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
33758 " \"PWD\"=\"c:\\\\Temp\"\n"
33759 " EOF\n"
33760 "\n"
33761 msgstr ""
33762
33763 # type: textblock
33764 #. type: textblock
33765 #: ../tools/virt-win-reg.pl:710
33766 msgid ""
33767 "For use of C<ControlSet001> see the section above in this manual page.  You "
33768 "may need to adjust this according to the control set that is in use by the "
33769 "guest."
33770 msgstr ""
33771
33772 # type: textblock
33773 #. type: textblock
33774 #: ../tools/virt-win-reg.pl:716
33775 msgid ""
33776 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
33777 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
33778 "privileged account."
33779 msgstr ""
33780
33781 # type: textblock
33782 #. type: textblock
33783 #: ../tools/virt-win-reg.pl:722
33784 msgid ""
33785 "For the meaning of the magic numbers, see this Microsoft KB article: "
33786 "L<http://support.microsoft.com/kb/103000>."
33787 msgstr ""
33788
33789 # type: textblock
33790 #. type: textblock
33791 #: ../tools/virt-win-reg.pl:727
33792 msgid "Update the registry:"
33793 msgstr ""
33794
33795 # type: verbatim
33796 #. type: verbatim
33797 #: ../tools/virt-win-reg.pl:729
33798 #, no-wrap
33799 msgid ""
33800 " virt-win-reg --merge WindowsGuest service.reg\n"
33801 "\n"
33802 msgstr ""
33803
33804 # type: =head2
33805 #. type: =head1
33806 #: ../tools/virt-win-reg.pl:731 ../tools/virt-list-filesystems.pl:182
33807 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
33808 #: ../tools/virt-list-partitions.pl:250
33809 msgid "SHELL QUOTING"
33810 msgstr ""
33811
33812 # type: textblock
33813 #. type: textblock
33814 #: ../tools/virt-win-reg.pl:733
33815 msgid ""
33816 "Be careful when passing parameters containing C<\\> (backslash) in the "
33817 "shell.  Usually you will have to use 'single quotes' or double backslashes "
33818 "(but not both) to protect them from the shell."
33819 msgstr ""
33820
33821 # type: textblock
33822 #. type: textblock
33823 #: ../tools/virt-win-reg.pl:737
33824 msgid "Paths and value names are case-insensitive."
33825 msgstr ""
33826
33827 # type: textblock
33828 #. type: textblock
33829 #: ../tools/virt-win-reg.pl:739 ../tools/virt-list-filesystems.pl:184
33830 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
33831 #: ../tools/virt-list-partitions.pl:252
33832 msgid ""
33833 "Libvirt guest names can contain arbitrary characters, some of which have "
33834 "meaning to the shell such as C<#> and space.  You may need to quote or "
33835 "escape these characters on the command line.  See the shell manual page L<sh"
33836 "(1)> for details."
33837 msgstr ""
33838
33839 # type: textblock
33840 #. type: textblock
33841 #: ../tools/virt-win-reg.pl:746
33842 msgid ""
33843 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
33844 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
33845 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33846 msgstr ""
33847
33848 # type: textblock
33849 #. type: textblock
33850 #: ../tools/virt-win-reg.pl:761 ../tools/virt-make-fs.pl:555
33851 msgid ""
33852 "When reporting bugs, please enable debugging and capture the I<complete> "
33853 "output:"
33854 msgstr ""
33855
33856 # type: verbatim
33857 #. type: verbatim
33858 #: ../tools/virt-win-reg.pl:764
33859 #, no-wrap
33860 msgid ""
33861 " export LIBGUESTFS_DEBUG=1\n"
33862 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
33863 "\n"
33864 msgstr ""
33865
33866 # type: textblock
33867 #. type: textblock
33868 #: ../tools/virt-win-reg.pl:767
33869 msgid ""
33870 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
33871 "redhat.com/>"
33872 msgstr ""
33873
33874 # type: =head1
33875 #. type: =head1
33876 #: ../tools/virt-win-reg.pl:770 ../tools/virt-list-filesystems.pl:202
33877 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
33878 #: ../tools/virt-list-partitions.pl:269
33879 msgid "AUTHOR"
33880 msgstr ""
33881
33882 # type: textblock
33883 #. type: textblock
33884 #: ../tools/virt-win-reg.pl:772 ../tools/virt-list-filesystems.pl:204
33885 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
33886 #: ../tools/virt-list-partitions.pl:271
33887 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
33888 msgstr ""
33889
33890 # type: textblock
33891 #. type: textblock
33892 #: ../tools/virt-win-reg.pl:776 ../tools/virt-make-fs.pl:570
33893 msgid "Copyright (C) 2010 Red Hat Inc."
33894 msgstr ""
33895
33896 # type: textblock
33897 #. type: textblock
33898 #: ../tools/virt-list-filesystems.pl:32
33899 msgid ""
33900 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33901 msgstr ""
33902
33903 # type: verbatim
33904 #. type: verbatim
33905 #: ../tools/virt-list-filesystems.pl:36
33906 #, no-wrap
33907 msgid ""
33908 " virt-list-filesystems [--options] domname\n"
33909 "\n"
33910 msgstr ""
33911
33912 # type: verbatim
33913 #. type: verbatim
33914 #: ../tools/virt-list-filesystems.pl:38
33915 #, no-wrap
33916 msgid ""
33917 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33918 "\n"
33919 msgstr ""
33920
33921 # type: textblock
33922 #. type: textblock
33923 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33924 msgid ""
33925 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33926 "replacement."
33927 msgstr ""
33928
33929 # type: textblock
33930 #. type: textblock
33931 #: ../tools/virt-list-filesystems.pl:45
33932 msgid ""
33933 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33934 "are contained in a virtual machine or disk image."
33935 msgstr ""
33936
33937 # type: textblock
33938 #. type: textblock
33939 #: ../tools/virt-list-filesystems.pl:49
33940 msgid ""
33941 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33942 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33943 "> tool."
33944 msgstr ""
33945
33946 # type: =item
33947 #. type: =item
33948 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33949 msgid "B<-l> | B<--long>"
33950 msgstr ""
33951
33952 # type: textblock
33953 #. type: textblock
33954 #: ../tools/virt-list-filesystems.pl:108
33955 msgid ""
33956 "With this option, C<virt-list-filesystems> displays the type of each "
33957 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33958 msgstr ""
33959
33960 # type: =item
33961 #. type: =item
33962 #: ../tools/virt-list-filesystems.pl:115
33963 msgid "B<-a> | B<--all>"
33964 msgstr ""
33965
33966 # type: textblock
33967 #. type: textblock
33968 #: ../tools/virt-list-filesystems.pl:117
33969 msgid ""
33970 "Normally we only show mountable filesystems.  If this option is given then "
33971 "swap devices are shown too."
33972 msgstr ""
33973
33974 # type: textblock
33975 #. type: textblock
33976 #: ../tools/virt-list-filesystems.pl:191
33977 msgid ""
33978 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33979 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33980 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33981 msgstr ""
33982
33983 # type: textblock
33984 #. type: textblock
33985 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
33986 msgid "Copyright (C) 2009 Red Hat Inc."
33987 msgstr ""
33988
33989 # type: textblock
33990 #. type: textblock
33991 #: ../tools/virt-tar.pl:33
33992 msgid "virt-tar - Extract or upload files to a virtual machine"
33993 msgstr ""
33994
33995 # type: verbatim
33996 #. type: verbatim
33997 #: ../tools/virt-tar.pl:37
33998 #, no-wrap
33999 msgid ""
34000 " virt-tar [--options] -x domname directory tarball\n"
34001 "\n"
34002 msgstr ""
34003
34004 # type: verbatim
34005 #. type: verbatim
34006 #: ../tools/virt-tar.pl:39
34007 #, no-wrap
34008 msgid ""
34009 " virt-tar [--options] -u domname tarball directory\n"
34010 "\n"
34011 msgstr ""
34012
34013 # type: verbatim
34014 #. type: verbatim
34015 #: ../tools/virt-tar.pl:41
34016 #, no-wrap
34017 msgid ""
34018 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
34019 "\n"
34020 msgstr ""
34021
34022 # type: verbatim
34023 #. type: verbatim
34024 #: ../tools/virt-tar.pl:43
34025 #, no-wrap
34026 msgid ""
34027 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
34028 "\n"
34029 msgstr ""
34030
34031 #. type: textblock
34032 #: ../tools/virt-tar.pl:47
34033 msgid ""
34034 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
34035 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
34036 msgstr ""
34037
34038 # type: textblock
34039 #. type: textblock
34040 #: ../tools/virt-tar.pl:52
34041 msgid "Download C</home> from the VM into a local tarball:"
34042 msgstr ""
34043
34044 # type: verbatim
34045 #. type: verbatim
34046 #: ../tools/virt-tar.pl:54
34047 #, no-wrap
34048 msgid ""
34049 " virt-tar -x domname /home home.tar\n"
34050 "\n"
34051 msgstr ""
34052
34053 # type: verbatim
34054 #. type: verbatim
34055 #: ../tools/virt-tar.pl:56
34056 #, no-wrap
34057 msgid ""
34058 " virt-tar -zx domname /home home.tar.gz\n"
34059 "\n"
34060 msgstr ""
34061
34062 # type: textblock
34063 #. type: textblock
34064 #: ../tools/virt-tar.pl:58
34065 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
34066 msgstr ""
34067
34068 # type: verbatim
34069 #. type: verbatim
34070 #: ../tools/virt-tar.pl:60
34071 #, no-wrap
34072 msgid ""
34073 " virt-tar -u domname uploadstuff.tar /tmp\n"
34074 "\n"
34075 msgstr ""
34076
34077 # type: verbatim
34078 #. type: verbatim
34079 #: ../tools/virt-tar.pl:62
34080 #, no-wrap
34081 msgid ""
34082 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
34083 "\n"
34084 msgstr ""
34085
34086 #. type: textblock
34087 #: ../tools/virt-tar.pl:66
34088 msgid ""
34089 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
34090 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
34091 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
34092 msgstr ""
34093
34094 #. type: textblock
34095 #: ../tools/virt-tar.pl:71
34096 msgid ""
34097 "You can use I<-x> (extract) on live virtual machines, but you might get "
34098 "inconsistent results or errors if there is filesystem activity inside the "
34099 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
34100 "work, but the only way to guarantee consistent results is if the virtual "
34101 "machine is shut down."
34102 msgstr ""
34103
34104 # type: textblock
34105 #. type: textblock
34106 #: ../tools/virt-tar.pl:79
34107 msgid ""
34108 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
34109 "parts of a guest filesystem.  There are many possibilities: making backups, "
34110 "uploading data files, snooping on guest activity, fixing or customizing "
34111 "guests, etc."
34112 msgstr ""
34113
34114 # type: textblock
34115 #. type: textblock
34116 #: ../tools/virt-tar.pl:84
34117 msgid ""
34118 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
34119 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
34120 "should look at the L<guestfish(1)> tool."
34121 msgstr ""
34122
34123 #. type: textblock
34124 #: ../tools/virt-tar.pl:88
34125 msgid ""
34126 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
34127 "its contents (recursively) from the virtual machine into a local tarball.  "
34128 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
34129 "virtual machine.  You cannot use these two options together."
34130 msgstr ""
34131
34132 #. type: textblock
34133 #: ../tools/virt-tar.pl:94
34134 msgid ""
34135 "In addition, you may need to use the I<-z> (gZip) option to enable "
34136 "compression.  When uploading, you have to specify I<-z> if the upload file "
34137 "is compressed because virt-tar won't detect this on its own."
34138 msgstr ""
34139
34140 # type: textblock
34141 #. type: textblock
34142 #: ../tools/virt-tar.pl:98
34143 msgid ""
34144 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
34145 "example it cannot do PKZip files or bzip2 compression.  If you want that "
34146 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
34147 "the L<libguestfs(3)> API)."
34148 msgstr ""
34149
34150 # type: =item
34151 #. type: =item
34152 #: ../tools/virt-tar.pl:156
34153 msgid "B<-x> | B<--extract> | B<--download>"
34154 msgstr ""
34155
34156 # type: =item
34157 #. type: =item
34158 #: ../tools/virt-tar.pl:158
34159 msgid "B<-u> | B<--upload>"
34160 msgstr ""
34161
34162 #. type: textblock
34163 #: ../tools/virt-tar.pl:160
34164 msgid ""
34165 "Use I<-x> to extract (download) a directory from a virtual machine to a "
34166 "local tarball."
34167 msgstr ""
34168
34169 #. type: textblock
34170 #: ../tools/virt-tar.pl:163
34171 msgid ""
34172 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
34173 "Please read the L</WARNING> section above before using this option."
34174 msgstr ""
34175
34176 # type: textblock
34177 #. type: textblock
34178 #: ../tools/virt-tar.pl:167
34179 msgid "You must specify exactly one of these options."
34180 msgstr ""
34181
34182 # type: =item
34183 #. type: =item
34184 #: ../tools/virt-tar.pl:173
34185 msgid "B<-z> | B<--gzip>"
34186 msgstr ""
34187
34188 # type: textblock
34189 #. type: textblock
34190 #: ../tools/virt-tar.pl:175
34191 msgid "Specify that the input or output tarball is gzip-compressed."
34192 msgstr ""
34193
34194 #. type: textblock
34195 #: ../tools/virt-tar.pl:288
34196 msgid ""
34197 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
34198 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
34199 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
34200 "org/>."
34201 msgstr ""
34202
34203 # type: textblock
34204 #. type: textblock
34205 #: ../tools/virt-make-fs.pl:37
34206 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
34207 msgstr ""
34208
34209 # type: verbatim
34210 #. type: verbatim
34211 #: ../tools/virt-make-fs.pl:41
34212 #, no-wrap
34213 msgid ""
34214 " virt-make-fs [--options] input.tar output.img\n"
34215 "\n"
34216 msgstr ""
34217
34218 # type: verbatim
34219 #. type: verbatim
34220 #: ../tools/virt-make-fs.pl:43
34221 #, no-wrap
34222 msgid ""
34223 " virt-make-fs [--options] input.tar.gz output.img\n"
34224 "\n"
34225 msgstr ""
34226
34227 # type: verbatim
34228 #. type: verbatim
34229 #: ../tools/virt-make-fs.pl:45
34230 #, no-wrap
34231 msgid ""
34232 " virt-make-fs [--options] directory output.img\n"
34233 "\n"
34234 msgstr ""
34235
34236 # type: textblock
34237 #. type: textblock
34238 #: ../tools/virt-make-fs.pl:49
34239 msgid ""
34240 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
34241 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
34242 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
34243 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
34244 "you want to attach these filesystems to existing virtual machines (eg. to "
34245 "import large amounts of read-only data to a VM)."
34246 msgstr ""
34247
34248 # type: textblock
34249 #. type: textblock
34250 #: ../tools/virt-make-fs.pl:57
34251 msgid "Basic usage is:"
34252 msgstr ""
34253
34254 # type: verbatim
34255 #. type: verbatim
34256 #: ../tools/virt-make-fs.pl:59
34257 #, no-wrap
34258 msgid ""
34259 " virt-make-fs input output\n"
34260 "\n"
34261 msgstr ""
34262
34263 # type: textblock
34264 #. type: textblock
34265 #: ../tools/virt-make-fs.pl:61
34266 msgid ""
34267 "where C<input> is either a directory containing files that you want to add, "
34268 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
34269 "C<output> is a disk image.  The input type is detected automatically.  The "
34270 "output disk image defaults to a raw ext2 image unless you specify extra "
34271 "flags (see L</OPTIONS> below)."
34272 msgstr ""
34273
34274 # type: =head2
34275 #. type: =head2
34276 #: ../tools/virt-make-fs.pl:67
34277 msgid "EXTRA SPACE"
34278 msgstr ""
34279
34280 #. type: textblock
34281 #: ../tools/virt-make-fs.pl:69
34282 msgid ""
34283 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
34284 "the files that it contains, but might have extra space.  Depending on how "
34285 "you are going to use the output, you might think this extra space is wasted "
34286 "and want to minimize it, or you might want to leave space so that more files "
34287 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
34288 "but you can use the I<--size> flag to leave space in the filesystem if you "
34289 "want it."
34290 msgstr ""
34291
34292 #. type: textblock
34293 #: ../tools/virt-make-fs.pl:77
34294 msgid ""
34295 "An alternative way to leave extra space but not make the output image any "
34296 "bigger is to use an alternative disk image format (instead of the default "
34297 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
34298 "image format (check your hypervisor supports this before using it).  This "
34299 "allows you to choose a large I<--size> but the extra space won't actually be "
34300 "allocated in the image until you try to store something in it."
34301 msgstr ""
34302
34303 #. type: textblock
34304 #: ../tools/virt-make-fs.pl:85
34305 msgid ""
34306 "Don't forget that you can also use local commands including L<resize2fs(8)> "
34307 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
34308 "to build another image from scratch."
34309 msgstr ""
34310
34311 # type: =head3
34312 #. type: =head3
34313 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
34314 #: ../tools/virt-make-fs.pl:142
34315 msgid "EXAMPLE"
34316 msgstr ""
34317
34318 # type: verbatim
34319 #. type: verbatim
34320 #: ../tools/virt-make-fs.pl:91
34321 #, no-wrap
34322 msgid ""
34323 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
34324 "\n"
34325 msgstr ""
34326
34327 # type: =head2
34328 #. type: =head2
34329 #: ../tools/virt-make-fs.pl:93
34330 msgid "FILESYSTEM TYPE"
34331 msgstr ""
34332
34333 # type: textblock
34334 #. type: textblock
34335 #: ../tools/virt-make-fs.pl:95
34336 msgid ""
34337 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
34338 "libguestfs supports can be used (but I<not> read-only formats like "
34339 "ISO9660).  Here are some of the more common choices:"
34340 msgstr ""
34341
34342 # type: =item
34343 #. type: =item
34344 #: ../tools/virt-make-fs.pl:101
34345 msgid "I<ext3>"
34346 msgstr ""
34347
34348 # type: textblock
34349 #. type: textblock
34350 #: ../tools/virt-make-fs.pl:103
34351 msgid ""
34352 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
34353 "you are not going to use the filesystem in a way that requires the journal, "
34354 "then this is just wasted overhead."
34355 msgstr ""
34356
34357 # type: =item
34358 #. type: =item
34359 #: ../tools/virt-make-fs.pl:107
34360 msgid "I<ntfs> or I<vfat>"
34361 msgstr ""
34362
34363 # type: textblock
34364 #. type: textblock
34365 #: ../tools/virt-make-fs.pl:109
34366 msgid "Useful if exporting data to a Windows guest."
34367 msgstr ""
34368
34369 # type: textblock
34370 #. type: textblock
34371 #: ../tools/virt-make-fs.pl:111
34372 msgid ""
34373 "I<Note for vfat>: The tar archive or local directory must only contain files "
34374 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
34375 "program running within libguestfs is unable to change the ownership of non-"
34376 "root files, since vfat itself does not support this."
34377 msgstr ""
34378
34379 # type: =item
34380 #. type: =item
34381 #: ../tools/virt-make-fs.pl:116
34382 msgid "I<minix>"
34383 msgstr ""
34384
34385 # type: textblock
34386 #. type: textblock
34387 #: ../tools/virt-make-fs.pl:118
34388 msgid ""
34389 "Lower overhead than C<ext2>, but certain limitations on filename length and "
34390 "total filesystem size."
34391 msgstr ""
34392
34393 # type: verbatim
34394 #. type: verbatim
34395 #: ../tools/virt-make-fs.pl:125
34396 #, no-wrap
34397 msgid ""
34398 " virt-make-fs --type=minix input minixfs.img\n"
34399 "\n"
34400 msgstr ""
34401
34402 # type: =head2
34403 #. type: =head2
34404 #: ../tools/virt-make-fs.pl:127
34405 msgid "TO PARTITION OR NOT TO PARTITION"
34406 msgstr ""
34407
34408 # type: textblock
34409 #. type: textblock
34410 #: ../tools/virt-make-fs.pl:129
34411 msgid "Optionally virt-make-fs can add a partition table to the output disk."
34412 msgstr ""
34413
34414 # type: textblock
34415 #. type: textblock
34416 #: ../tools/virt-make-fs.pl:131
34417 msgid ""
34418 "Adding a partition can make the disk image more compatible with certain "
34419 "virtualized operating systems which don't expect to see a filesystem "
34420 "directly located on a block device (Linux doesn't care and will happily "
34421 "handle both types)."
34422 msgstr ""
34423
34424 # type: textblock
34425 #. type: textblock
34426 #: ../tools/virt-make-fs.pl:136
34427 msgid ""
34428 "On the other hand, if you have a partition table then the output image is no "
34429 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
34430 "directly on a partitioned disk image.  (However libguestfs tools such as "
34431 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
34432 msgstr ""
34433
34434 # type: textblock
34435 #. type: textblock
34436 #: ../tools/virt-make-fs.pl:144
34437 msgid "Add an MBR partition:"
34438 msgstr ""
34439
34440 # type: verbatim
34441 #. type: verbatim
34442 #: ../tools/virt-make-fs.pl:146
34443 #, no-wrap
34444 msgid ""
34445 " virt-make-fs --partition -- input disk.img\n"
34446 "\n"
34447 msgstr ""
34448
34449 # type: textblock
34450 #. type: textblock
34451 #: ../tools/virt-make-fs.pl:148
34452 msgid ""
34453 "If the output disk image could be terabyte-sized or larger, it's better to "
34454 "use an EFI/GPT-compatible partition table:"
34455 msgstr ""
34456
34457 # type: verbatim
34458 #. type: verbatim
34459 #: ../tools/virt-make-fs.pl:151
34460 #, no-wrap
34461 msgid ""
34462 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
34463 "\n"
34464 msgstr ""
34465
34466 # type: textblock
34467 #. type: textblock
34468 #: ../tools/virt-make-fs.pl:179
34469 msgid "Enable debugging information."
34470 msgstr ""
34471
34472 # type: =item
34473 #. type: =item
34474 #: ../tools/virt-make-fs.pl:185
34475 msgid "B<--size=E<lt>NE<gt>>"
34476 msgstr ""
34477
34478 # type: =item
34479 #. type: =item
34480 #: ../tools/virt-make-fs.pl:187
34481 msgid "B<--size=+E<lt>NE<gt>>"
34482 msgstr ""
34483
34484 # type: =item
34485 #. type: =item
34486 #: ../tools/virt-make-fs.pl:189
34487 msgid "B<-s E<lt>NE<gt>>"
34488 msgstr ""
34489
34490 # type: =item
34491 #. type: =item
34492 #: ../tools/virt-make-fs.pl:191
34493 msgid "B<-s +E<lt>NE<gt>>"
34494 msgstr ""
34495
34496 #. type: textblock
34497 #: ../tools/virt-make-fs.pl:193
34498 msgid ""
34499 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
34500 msgstr ""
34501
34502 # type: textblock
34503 #. type: textblock
34504 #: ../tools/virt-make-fs.pl:196
34505 msgid ""
34506 "If this option is I<not> given, then the output image will be just large "
34507 "enough to contain all the files, with not much wasted space."
34508 msgstr ""
34509
34510 # type: textblock
34511 #. type: textblock
34512 #: ../tools/virt-make-fs.pl:199
34513 msgid ""
34514 "To choose a fixed size output disk, specify an absolute number followed by b/"
34515 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34516 "Petabytes or Exabytes.  This must be large enough to contain all the input "
34517 "files, else you will get an error."
34518 msgstr ""
34519
34520 #. type: textblock
34521 #: ../tools/virt-make-fs.pl:204
34522 msgid ""
34523 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
34524 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34525 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
34526 "the input files, and (approximately) an extra 200 MB free space."
34527 msgstr ""
34528
34529 # type: textblock
34530 #. type: textblock
34531 #: ../tools/virt-make-fs.pl:210
34532 msgid ""
34533 "Note that virt-make-fs estimates free space, and therefore will not produce "
34534 "filesystems containing precisely the free space requested.  (It is much more "
34535 "expensive and time-consuming to produce a filesystem which has precisely the "
34536 "desired free space)."
34537 msgstr ""
34538
34539 # type: =item
34540 #. type: =item
34541 #: ../tools/virt-make-fs.pl:219
34542 msgid "B<--format=E<lt>fmtE<gt>>"
34543 msgstr ""
34544
34545 # type: =item
34546 #. type: =item
34547 #: ../tools/virt-make-fs.pl:221
34548 msgid "B<-F E<lt>fmtE<gt>>"
34549 msgstr ""
34550
34551 # type: textblock
34552 #. type: textblock
34553 #: ../tools/virt-make-fs.pl:223
34554 msgid "Choose the output disk image format."
34555 msgstr ""
34556
34557 # type: textblock
34558 #. type: textblock
34559 #: ../tools/virt-make-fs.pl:225
34560 msgid "The default is C<raw> (raw disk image)."
34561 msgstr ""
34562
34563 # type: textblock
34564 #. type: textblock
34565 #: ../tools/virt-make-fs.pl:227
34566 msgid ""
34567 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
34568 "that would really make sense here is C<qcow2>."
34569 msgstr ""
34570
34571 # type: =item
34572 #. type: =item
34573 #: ../tools/virt-make-fs.pl:234
34574 msgid "B<--type=E<lt>fsE<gt>>"
34575 msgstr ""
34576
34577 # type: =item
34578 #. type: =item
34579 #: ../tools/virt-make-fs.pl:236
34580 msgid "B<-t E<lt>fsE<gt>>"
34581 msgstr ""
34582
34583 # type: textblock
34584 #. type: textblock
34585 #: ../tools/virt-make-fs.pl:238
34586 msgid "Choose the output filesystem type."
34587 msgstr ""
34588
34589 # type: textblock
34590 #. type: textblock
34591 #: ../tools/virt-make-fs.pl:240
34592 msgid "The default is C<ext2>."
34593 msgstr ""
34594
34595 # type: textblock
34596 #. type: textblock
34597 #: ../tools/virt-make-fs.pl:242
34598 msgid ""
34599 "Any filesystem which is supported read-write by libguestfs can be used here."
34600 msgstr ""
34601
34602 # type: =item
34603 #. type: =item
34604 #: ../tools/virt-make-fs.pl:249
34605 msgid "B<--partition>"
34606 msgstr ""
34607
34608 # type: =item
34609 #. type: =item
34610 #: ../tools/virt-make-fs.pl:251
34611 msgid "B<--partition=E<lt>parttypeE<gt>>"
34612 msgstr ""
34613
34614 # type: textblock
34615 #. type: textblock
34616 #: ../tools/virt-make-fs.pl:253
34617 msgid ""
34618 "If specified, this flag adds an MBR partition table to the output disk image."
34619 msgstr ""
34620
34621 #. type: textblock
34622 #: ../tools/virt-make-fs.pl:256
34623 msgid ""
34624 "You can change the partition table type, eg. I<--partition=gpt> for large "
34625 "disks."
34626 msgstr ""
34627
34628 #. type: textblock
34629 #: ../tools/virt-make-fs.pl:259
34630 msgid ""
34631 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
34632 "might consider the next parameter to be the partition type.  For example:"
34633 msgstr ""
34634
34635 # type: verbatim
34636 #. type: verbatim
34637 #: ../tools/virt-make-fs.pl:263
34638 #, no-wrap
34639 msgid ""
34640 " virt-make-fs --partition input.tar ...\n"
34641 "\n"
34642 msgstr ""
34643
34644 #. type: textblock
34645 #: ../tools/virt-make-fs.pl:265
34646 msgid ""
34647 "would cause virt-make-fs to think you wanted to use a partition type of "
34648 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
34649 "dash) between options and the input file argument:"
34650 msgstr ""
34651
34652 # type: verbatim
34653 #. type: verbatim
34654 #: ../tools/virt-make-fs.pl:269
34655 #, no-wrap
34656 msgid ""
34657 " virt-make-fs --partition -- input.tar ...\n"
34658 "\n"
34659 msgstr ""
34660
34661 #. type: textblock
34662 #: ../tools/virt-make-fs.pl:541
34663 msgid ""
34664 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
34665 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
34666 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
34667 msgstr ""
34668
34669 # type: verbatim
34670 #. type: verbatim
34671 #: ../tools/virt-make-fs.pl:558
34672 #, no-wrap
34673 msgid ""
34674 " export LIBGUESTFS_DEBUG=1\n"
34675 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
34676 "\n"
34677 msgstr ""
34678
34679 # type: textblock
34680 #. type: textblock
34681 #: ../tools/virt-make-fs.pl:561
34682 msgid ""
34683 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
34684 "redhat.com/>"
34685 msgstr ""
34686
34687 # type: textblock
34688 #. type: textblock
34689 #: ../tools/virt-list-partitions.pl:32
34690 msgid ""
34691 "virt-list-partitions - List partitions in a virtual machine or disk image"
34692 msgstr ""
34693
34694 # type: verbatim
34695 #. type: verbatim
34696 #: ../tools/virt-list-partitions.pl:36
34697 #, no-wrap
34698 msgid ""
34699 " virt-list-partitions [--options] domname\n"
34700 "\n"
34701 msgstr ""
34702
34703 # type: verbatim
34704 #. type: verbatim
34705 #: ../tools/virt-list-partitions.pl:38
34706 #, no-wrap
34707 msgid ""
34708 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34709 "\n"
34710 msgstr ""
34711
34712 # type: textblock
34713 #. type: textblock
34714 #: ../tools/virt-list-partitions.pl:45
34715 msgid ""
34716 "C<virt-list-partitions> is a command line tool to list the partitions that "
34717 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34718 "first step to using L<virt-resize(1)>."
34719 msgstr ""
34720
34721 # type: textblock
34722 #. type: textblock
34723 #: ../tools/virt-list-partitions.pl:50
34724 msgid ""
34725 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34726 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34727 "> tool."
34728 msgstr ""
34729
34730 # type: =item
34731 #. type: =item
34732 #: ../tools/virt-list-partitions.pl:107
34733 msgid "B<-h> | B<--human-readable>"
34734 msgstr ""
34735
34736 # type: textblock
34737 #. type: textblock
34738 #: ../tools/virt-list-partitions.pl:109
34739 msgid "Show sizes in human-readable form (eg. \"1G\")."
34740 msgstr ""
34741
34742 # type: textblock
34743 #. type: textblock
34744 #: ../tools/virt-list-partitions.pl:117
34745 msgid ""
34746 "With this option, C<virt-list-partitions> displays the type and size of each "
34747 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34748 msgstr ""
34749
34750 # type: =item
34751 #. type: =item
34752 #: ../tools/virt-list-partitions.pl:124
34753 msgid "B<-t> | B<--total>"
34754 msgstr ""
34755
34756 # type: textblock
34757 #. type: textblock
34758 #: ../tools/virt-list-partitions.pl:126
34759 msgid ""
34760 "Display the total size of each block device (as a separate row or rows)."
34761 msgstr ""
34762
34763 # type: textblock
34764 #. type: textblock
34765 #: ../tools/virt-list-partitions.pl:259
34766 msgid ""
34767 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
34768 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
34769 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34770 msgstr ""
34771
34772 # type: textblock
34773 #. type: textblock
34774 #: ../tools/virt-list-partitions.pl:275
34775 msgid "Copyright (C) 2009-2010 Red Hat Inc."
34776 msgstr ""