Version 1.11.15.
[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-07-12 19:46+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:6102
5577 #: ../fish/guestfish-actions.pod:4041
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:3778 ../src/guestfs-actions.pod:3792
6430 #: ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3819
6431 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:3870
6432 #: ../src/guestfs-actions.pod:3942 ../src/guestfs-actions.pod:3962
6433 #: ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4002
6434 #: ../src/guestfs-actions.pod:4025 ../src/guestfs-actions.pod:4060
6435 #: ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4098
6436 #: ../src/guestfs-actions.pod:4133 ../src/guestfs-actions.pod:4145
6437 #: ../src/guestfs-actions.pod:4181 ../src/guestfs-actions.pod:4197
6438 #: ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4225
6439 #: ../src/guestfs-actions.pod:4242 ../src/guestfs-actions.pod:4335
6440 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4368
6441 #: ../src/guestfs-actions.pod:4419 ../src/guestfs-actions.pod:4437
6442 #: ../src/guestfs-actions.pod:4455 ../src/guestfs-actions.pod:4471
6443 #: ../src/guestfs-actions.pod:4485 ../src/guestfs-actions.pod:4499
6444 #: ../src/guestfs-actions.pod:4516 ../src/guestfs-actions.pod:4531
6445 #: ../src/guestfs-actions.pod:4551 ../src/guestfs-actions.pod:4621
6446 #: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4725
6447 #: ../src/guestfs-actions.pod:4744 ../src/guestfs-actions.pod:4763
6448 #: ../src/guestfs-actions.pod:4775 ../src/guestfs-actions.pod:4792
6449 #: ../src/guestfs-actions.pod:4805 ../src/guestfs-actions.pod:4820
6450 #: ../src/guestfs-actions.pod:4835 ../src/guestfs-actions.pod:4870
6451 #: ../src/guestfs-actions.pod:4903 ../src/guestfs-actions.pod:4942
6452 #: ../src/guestfs-actions.pod:4962 ../src/guestfs-actions.pod:4976
6453 #: ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5042
6454 #: ../src/guestfs-actions.pod:5088 ../src/guestfs-actions.pod:5142
6455 #: ../src/guestfs-actions.pod:5176 ../src/guestfs-actions.pod:5211
6456 #: ../src/guestfs-actions.pod:5228 ../src/guestfs-actions.pod:5246
6457 #: ../src/guestfs-actions.pod:5380 ../src/guestfs-actions.pod:5437
6458 #: ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5477
6459 #: ../src/guestfs-actions.pod:5509 ../src/guestfs-actions.pod:5575
6460 #: ../src/guestfs-actions.pod:5592 ../src/guestfs-actions.pod:5605
6461 #: ../src/guestfs-actions.pod:5619 ../src/guestfs-actions.pod:5908
6462 #: ../src/guestfs-actions.pod:5927 ../src/guestfs-actions.pod:5946
6463 #: ../src/guestfs-actions.pod:5960 ../src/guestfs-actions.pod:5972
6464 #: ../src/guestfs-actions.pod:5986 ../src/guestfs-actions.pod:5998
6465 #: ../src/guestfs-actions.pod:6012 ../src/guestfs-actions.pod:6028
6466 #: ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6068
6467 #: ../src/guestfs-actions.pod:6087 ../src/guestfs-actions.pod:6117
6468 #: ../src/guestfs-actions.pod:6135 ../src/guestfs-actions.pod:6158
6469 #: ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6195
6470 #: ../src/guestfs-actions.pod:6216 ../src/guestfs-actions.pod:6235
6471 #: ../src/guestfs-actions.pod:6252 ../src/guestfs-actions.pod:6280
6472 #: ../src/guestfs-actions.pod:6304 ../src/guestfs-actions.pod:6323
6473 #: ../src/guestfs-actions.pod:6347 ../src/guestfs-actions.pod:6366
6474 #: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6400
6475 #: ../src/guestfs-actions.pod:6437 ../src/guestfs-actions.pod:6467
6476 #: ../src/guestfs-actions.pod:6500 ../src/guestfs-actions.pod:6622
6477 #: ../src/guestfs-actions.pod:6743 ../src/guestfs-actions.pod:6755
6478 #: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:6781
6479 #: ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:6816
6480 #: ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6842
6481 #: ../src/guestfs-actions.pod:6857 ../src/guestfs-actions.pod:6916
6482 #: ../src/guestfs-actions.pod:6933 ../src/guestfs-actions.pod:6949
6483 #: ../src/guestfs-actions.pod:6965 ../src/guestfs-actions.pod:6982
6484 #: ../src/guestfs-actions.pod:6995 ../src/guestfs-actions.pod:7015
6485 #: ../src/guestfs-actions.pod:7051 ../src/guestfs-actions.pod:7065
6486 #: ../src/guestfs-actions.pod:7106 ../src/guestfs-actions.pod:7119
6487 #: ../src/guestfs-actions.pod:7137 ../src/guestfs-actions.pod:7171
6488 #: ../src/guestfs-actions.pod:7207 ../src/guestfs-actions.pod:7323
6489 #: ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7352
6490 #: ../src/guestfs-actions.pod:7407 ../src/guestfs-actions.pod:7420
6491 #: ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7498
6492 #: ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7585
6493 #: ../src/guestfs-actions.pod:7652 ../src/guestfs-actions.pod:7671
6494 #: ../src/guestfs-actions.pod:7700
6495 msgid "This function returns 0 on success or -1 on error."
6496 msgstr ""
6497
6498 # type: textblock
6499 #. type: textblock
6500 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254
6501 #: ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28
6502 #: ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177
6503 msgid ""
6504 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6505 "instead."
6506 msgstr ""
6507
6508 # type: textblock
6509 #. type: textblock
6510 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257
6511 #: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1454
6512 #: ../src/guestfs-actions.pod:1949 ../src/guestfs-actions.pod:1970
6513 #: ../src/guestfs-actions.pod:4556 ../src/guestfs-actions.pod:4875
6514 #: ../src/guestfs-actions.pod:5093 ../src/guestfs-actions.pod:5181
6515 #: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6475
6516 #: ../src/guestfs-actions.pod:6508 ../src/guestfs-actions.pod:6567
6517 #: ../src/guestfs-actions.pod:7503 ../src/guestfs-actions.pod:7593
6518 #: ../src/guestfs-actions.pod:7763 ../fish/guestfish-actions.pod:31
6519 #: ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180
6520 #: ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1321
6521 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:3054
6522 #: ../fish/guestfish-actions.pod:3261 ../fish/guestfish-actions.pod:3375
6523 #: ../fish/guestfish-actions.pod:3423 ../fish/guestfish-actions.pod:4303
6524 #: ../fish/guestfish-actions.pod:4326 ../fish/guestfish-actions.pod:4348
6525 #: ../fish/guestfish-actions.pod:4386 ../fish/guestfish-actions.pod:5021
6526 #: ../fish/guestfish-actions.pod:5119
6527 msgid ""
6528 "Deprecated functions will not be removed from the API, but the fact that "
6529 "they are deprecated indicates that there are problems with correct use of "
6530 "these functions."
6531 msgstr ""
6532
6533 # type: textblock
6534 #. type: textblock
6535 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142
6536 #: ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1921
6537 #: ../src/guestfs-actions.pod:2019 ../src/guestfs-actions.pod:2122
6538 #: ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3573
6539 #: ../src/guestfs-actions.pod:4879 ../src/guestfs-actions.pod:6137
6540 #: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6368
6541 #: ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:6984
6542 #: ../src/guestfs-actions.pod:7507
6543 msgid "(Added in 0.3)"
6544 msgstr ""
6545
6546 # type: =head2
6547 #. type: =head2
6548 #: ../src/guestfs-actions.pod:41
6549 msgid "guestfs_add_domain"
6550 msgstr ""
6551
6552 # type: verbatim
6553 #. type: verbatim
6554 #: ../src/guestfs-actions.pod:43
6555 #, no-wrap
6556 msgid ""
6557 " int\n"
6558 " guestfs_add_domain (guestfs_h *g,\n"
6559 "                     const char *dom,\n"
6560 "                     ...);\n"
6561 "\n"
6562 msgstr ""
6563
6564 # type: textblock
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151
6567 #: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:4570
6568 #: ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:5106
6569 msgid ""
6570 "You may supply a list of optional arguments to this call.  Use zero or more "
6571 "of the following pairs of parameters, and terminate the list with C<-1> on "
6572 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6573 msgstr ""
6574
6575 #. type: verbatim
6576 #: ../src/guestfs-actions.pod:53
6577 #, no-wrap
6578 msgid ""
6579 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6580 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6581 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6582 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6583 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
6584 "\n"
6585 msgstr ""
6586
6587 # type: textblock
6588 #. type: textblock
6589 #: ../src/guestfs-actions.pod:59
6590 msgid ""
6591 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6592 "It works by connecting to libvirt, requesting the domain and domain XML from "
6593 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6594 "one."
6595 msgstr ""
6596
6597 # type: textblock
6598 #. type: textblock
6599 #: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46
6600 msgid ""
6601 "The number of disks added is returned.  This operation is atomic: if an "
6602 "error is returned, then no disks are added."
6603 msgstr ""
6604
6605 # type: textblock
6606 #. type: textblock
6607 #: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49
6608 msgid ""
6609 "This function does some minimal checks to make sure the libvirt domain is "
6610 "not running (unless C<readonly> is true).  In a future version we will try "
6611 "to acquire the libvirt lock on each disk."
6612 msgstr ""
6613
6614 # type: textblock
6615 #. type: textblock
6616 #: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53
6617 msgid ""
6618 "Disks must be accessible locally.  This often means that adding disks from a "
6619 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6620 "unless those disks are accessible via the same device path locally too."
6621 msgstr ""
6622
6623 #. type: textblock
6624 #: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58
6625 msgid ""
6626 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6627 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6628 "libvirt URI (or one set through an environment variable, see the libvirt "
6629 "documentation for full details)."
6630 msgstr ""
6631
6632 #. type: textblock
6633 #: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64
6634 msgid ""
6635 "The optional C<live> flag controls whether this call will try to connect to "
6636 "a running virtual machine C<guestfsd> process if it sees a suitable "
6637 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6638 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6639 "DAEMONS> for more information."
6640 msgstr ""
6641
6642 #. type: textblock
6643 #: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71
6644 msgid ""
6645 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
6646 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
6647 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
6648 "as usual."
6649 msgstr ""
6650
6651 # type: textblock
6652 #. type: textblock
6653 #: ../src/guestfs-actions.pod:94
6654 msgid ""
6655 "The other optional parameters are passed directly through to "
6656 "C<guestfs_add_drive_opts>."
6657 msgstr ""
6658
6659 # type: textblock
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350
6662 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693
6663 #: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742
6664 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1321
6665 #: ../src/guestfs-actions.pod:1677 ../src/guestfs-actions.pod:1880
6666 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2031
6667 #: ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2109
6668 #: ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:2874
6669 #: ../src/guestfs-actions.pod:2892 ../src/guestfs-actions.pod:5065
6670 #: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5689
6671 #: ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:7092
6672 #: ../src/guestfs-actions.pod:7518 ../src/guestfs-actions.pod:7531
6673 #: ../src/guestfs-actions.pod:7544
6674 msgid "On error this function returns -1."
6675 msgstr ""
6676
6677 # type: textblock
6678 #. type: textblock
6679 #: ../src/guestfs-actions.pod:99
6680 msgid "(Added in 1.7.4)"
6681 msgstr ""
6682
6683 # type: =head2
6684 #. type: =head2
6685 #: ../src/guestfs-actions.pod:101
6686 msgid "guestfs_add_domain_va"
6687 msgstr ""
6688
6689 # type: verbatim
6690 #. type: verbatim
6691 #: ../src/guestfs-actions.pod:103
6692 #, no-wrap
6693 msgid ""
6694 " int\n"
6695 " guestfs_add_domain_va (guestfs_h *g,\n"
6696 "                        const char *dom,\n"
6697 "                        va_list args);\n"
6698 "\n"
6699 msgstr ""
6700
6701 # type: textblock
6702 #. type: textblock
6703 #: ../src/guestfs-actions.pod:108
6704 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6705 msgstr ""
6706
6707 # type: textblock
6708 #. type: textblock
6709 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121
6710 #: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225
6711 #: ../src/guestfs-actions.pod:2840 ../src/guestfs-actions.pod:2852
6712 #: ../src/guestfs-actions.pod:4635 ../src/guestfs-actions.pod:4647
6713 #: ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4929
6714 #: ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5164
6715 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6716 msgstr ""
6717
6718 # type: =head2
6719 #. type: =head2
6720 #: ../src/guestfs-actions.pod:112
6721 msgid "guestfs_add_domain_argv"
6722 msgstr ""
6723
6724 # type: verbatim
6725 #. type: verbatim
6726 #: ../src/guestfs-actions.pod:114
6727 #, no-wrap
6728 msgid ""
6729 " int\n"
6730 " guestfs_add_domain_argv (guestfs_h *g,\n"
6731 "                          const char *dom,\n"
6732 "                          const struct guestfs_add_domain_argv *optargs);\n"
6733 "\n"
6734 msgstr ""
6735
6736 # type: textblock
6737 #. type: textblock
6738 #: ../src/guestfs-actions.pod:119
6739 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6740 msgstr ""
6741
6742 # type: =head2
6743 #. type: =head2
6744 #: ../src/guestfs-actions.pod:123
6745 msgid "guestfs_add_drive"
6746 msgstr ""
6747
6748 # type: verbatim
6749 #. type: verbatim
6750 #: ../src/guestfs-actions.pod:125
6751 #, no-wrap
6752 msgid ""
6753 " int\n"
6754 " guestfs_add_drive (guestfs_h *g,\n"
6755 "                    const char *filename);\n"
6756 "\n"
6757 msgstr ""
6758
6759 # type: textblock
6760 #. type: textblock
6761 #: ../src/guestfs-actions.pod:129
6762 msgid ""
6763 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6764 "optional parameters, so the disk is added writable, with the format being "
6765 "detected automatically."
6766 msgstr ""
6767
6768 # type: textblock
6769 #. type: textblock
6770 #: ../src/guestfs-actions.pod:133
6771 msgid ""
6772 "Automatic detection of the format opens you up to a potential security hole "
6773 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6774 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6775 "you should think about replacing calls to this function with calls to "
6776 "C<guestfs_add_drive_opts>, and specifying the format."
6777 msgstr ""
6778
6779 # type: =head2
6780 #. type: =head2
6781 #: ../src/guestfs-actions.pod:144
6782 msgid "guestfs_add_drive_opts"
6783 msgstr ""
6784
6785 # type: verbatim
6786 #. type: verbatim
6787 #: ../src/guestfs-actions.pod:146
6788 #, no-wrap
6789 msgid ""
6790 " int\n"
6791 " guestfs_add_drive_opts (guestfs_h *g,\n"
6792 "                         const char *filename,\n"
6793 "                         ...);\n"
6794 "\n"
6795 msgstr ""
6796
6797 # type: verbatim
6798 #. type: verbatim
6799 #: ../src/guestfs-actions.pod:156
6800 #, no-wrap
6801 msgid ""
6802 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6803 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6804 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6805 "\n"
6806 msgstr ""
6807
6808 # type: textblock
6809 #. type: textblock
6810 #: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102
6811 msgid ""
6812 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6813 "The first time you call this function, the disk appears as C</dev/sda>, the "
6814 "second time as C</dev/sdb>, and so on."
6815 msgstr ""
6816
6817 # type: textblock
6818 #. type: textblock
6819 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107
6820 msgid ""
6821 "You don't necessarily need to be root when using libguestfs.  However you "
6822 "obviously do need sufficient permissions to access the filename for whatever "
6823 "operations you want to perform (ie. read access if you just want to read the "
6824 "image or write access if you want to modify the image)."
6825 msgstr ""
6826
6827 # type: textblock
6828 #. type: textblock
6829 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113
6830 msgid "This call checks that C<filename> exists."
6831 msgstr ""
6832
6833 # type: textblock
6834 #. type: textblock
6835 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4583
6836 #: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3065
6837 msgid "The optional arguments are:"
6838 msgstr ""
6839
6840 # type: =item
6841 #. type: =item
6842 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119
6843 msgid "C<readonly>"
6844 msgstr ""
6845
6846 # type: textblock
6847 #. type: textblock
6848 #: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121
6849 msgid ""
6850 "If true then the image is treated as read-only.  Writes are still allowed, "
6851 "but they are stored in a temporary snapshot overlay which is discarded at "
6852 "the end.  The disk that you add is not modified."
6853 msgstr ""
6854
6855 # type: =item
6856 #. type: =item
6857 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125
6858 msgid "C<format>"
6859 msgstr ""
6860
6861 # type: textblock
6862 #. type: textblock
6863 #: ../src/guestfs-actions.pod:185
6864 msgid ""
6865 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6866 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6867 "Possible formats include C<raw> and C<qcow2>."
6868 msgstr ""
6869
6870 # type: textblock
6871 #. type: textblock
6872 #: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131
6873 msgid ""
6874 "Automatic detection of the format opens you up to a potential security hole "
6875 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6876 "RHBZ#642934.  Specifying the format closes this security hole."
6877 msgstr ""
6878
6879 # type: =item
6880 #. type: =item
6881 #: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136
6882 msgid "C<iface>"
6883 msgstr ""
6884
6885 # type: textblock
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:196
6888 msgid ""
6889 "This rarely-used option lets you emulate the behaviour of the deprecated "
6890 "C<guestfs_add_drive_with_if> call (q.v.)"
6891 msgstr ""
6892
6893 # type: textblock
6894 #. type: textblock
6895 #: ../src/guestfs-actions.pod:203
6896 msgid "(Added in 1.5.23)"
6897 msgstr ""
6898
6899 # type: =head2
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:205
6902 msgid "guestfs_add_drive_opts_va"
6903 msgstr ""
6904
6905 # type: verbatim
6906 #. type: verbatim
6907 #: ../src/guestfs-actions.pod:207
6908 #, no-wrap
6909 msgid ""
6910 " int\n"
6911 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6912 "                            const char *filename,\n"
6913 "                            va_list args);\n"
6914 "\n"
6915 msgstr ""
6916
6917 # type: textblock
6918 #. type: textblock
6919 #: ../src/guestfs-actions.pod:212
6920 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6921 msgstr ""
6922
6923 # type: =head2
6924 #. type: =head2
6925 #: ../src/guestfs-actions.pod:216
6926 msgid "guestfs_add_drive_opts_argv"
6927 msgstr ""
6928
6929 # type: verbatim
6930 #. type: verbatim
6931 #: ../src/guestfs-actions.pod:218
6932 #, no-wrap
6933 msgid ""
6934 " int\n"
6935 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6936 "                              const char *filename,\n"
6937 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6938 "\n"
6939 msgstr ""
6940
6941 # type: textblock
6942 #. type: textblock
6943 #: ../src/guestfs-actions.pod:223
6944 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6945 msgstr ""
6946
6947 # type: =head2
6948 #. type: =head2
6949 #: ../src/guestfs-actions.pod:227
6950 msgid "guestfs_add_drive_ro"
6951 msgstr ""
6952
6953 # type: verbatim
6954 #. type: verbatim
6955 #: ../src/guestfs-actions.pod:229
6956 #, no-wrap
6957 msgid ""
6958 " int\n"
6959 " guestfs_add_drive_ro (guestfs_h *g,\n"
6960 "                       const char *filename);\n"
6961 "\n"
6962 msgstr ""
6963
6964 # type: textblock
6965 #. type: textblock
6966 #: ../src/guestfs-actions.pod:233
6967 msgid ""
6968 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6969 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6970 "disk is added read-only, with the format being detected automatically."
6971 msgstr ""
6972
6973 # type: textblock
6974 #. type: textblock
6975 #: ../src/guestfs-actions.pod:240
6976 msgid "(Added in 1.0.38)"
6977 msgstr ""
6978
6979 # type: =head2
6980 #. type: =head2
6981 #: ../src/guestfs-actions.pod:242
6982 msgid "guestfs_add_drive_ro_with_if"
6983 msgstr ""
6984
6985 # type: verbatim
6986 #. type: verbatim
6987 #: ../src/guestfs-actions.pod:244
6988 #, no-wrap
6989 msgid ""
6990 " int\n"
6991 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6992 "                               const char *filename,\n"
6993 "                               const char *iface);\n"
6994 "\n"
6995 msgstr ""
6996
6997 # type: textblock
6998 #. type: textblock
6999 #: ../src/guestfs-actions.pod:249
7000 msgid ""
7001 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
7002 "QEMU interface emulation to use at run time."
7003 msgstr ""
7004
7005 # type: textblock
7006 #. type: textblock
7007 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282
7008 #: ../src/guestfs-actions.pod:2361
7009 msgid "(Added in 1.0.84)"
7010 msgstr ""
7011
7012 # type: =head2
7013 #. type: =head2
7014 #: ../src/guestfs-actions.pod:263
7015 msgid "guestfs_add_drive_with_if"
7016 msgstr ""
7017
7018 # type: verbatim
7019 #. type: verbatim
7020 #: ../src/guestfs-actions.pod:265
7021 #, no-wrap
7022 msgid ""
7023 " int\n"
7024 " guestfs_add_drive_with_if (guestfs_h *g,\n"
7025 "                            const char *filename,\n"
7026 "                            const char *iface);\n"
7027 "\n"
7028 msgstr ""
7029
7030 # type: textblock
7031 #. type: textblock
7032 #: ../src/guestfs-actions.pod:270
7033 msgid ""
7034 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
7035 "QEMU interface emulation to use at run time."
7036 msgstr ""
7037
7038 # type: =head2
7039 #. type: =head2
7040 #: ../src/guestfs-actions.pod:284
7041 msgid "guestfs_aug_clear"
7042 msgstr ""
7043
7044 # type: verbatim
7045 #. type: verbatim
7046 #: ../src/guestfs-actions.pod:286
7047 #, no-wrap
7048 msgid ""
7049 " int\n"
7050 " guestfs_aug_clear (guestfs_h *g,\n"
7051 "                    const char *augpath);\n"
7052 "\n"
7053 msgstr ""
7054
7055 # type: textblock
7056 #. type: textblock
7057 #: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188
7058 msgid ""
7059 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
7060 "L<augtool(1)> C<clear> command."
7061 msgstr ""
7062
7063 # type: textblock
7064 #. type: textblock
7065 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2111
7066 msgid "(Added in 1.3.4)"
7067 msgstr ""
7068
7069 # type: =head2
7070 #. type: =head2
7071 #: ../src/guestfs-actions.pod:297
7072 msgid "guestfs_aug_close"
7073 msgstr ""
7074
7075 # type: verbatim
7076 #. type: verbatim
7077 #: ../src/guestfs-actions.pod:299
7078 #, no-wrap
7079 msgid ""
7080 " int\n"
7081 " guestfs_aug_close (guestfs_h *g);\n"
7082 "\n"
7083 msgstr ""
7084
7085 # type: textblock
7086 #. type: textblock
7087 #: ../src/guestfs-actions.pod:302
7088 msgid ""
7089 "Close the current Augeas handle and free up any resources used by it.  After "
7090 "calling this, you have to call C<guestfs_aug_init> again before you can use "
7091 "any other Augeas functions."
7092 msgstr ""
7093
7094 # type: textblock
7095 #. type: textblock
7096 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334
7097 #: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366
7098 #: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444
7099 #: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489
7100 #: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517
7101 #: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549
7102 #: ../src/guestfs-actions.pod:5766
7103 msgid "(Added in 0.7)"
7104 msgstr ""
7105
7106 # type: =head2
7107 #. type: =head2
7108 #: ../src/guestfs-actions.pod:311
7109 msgid "guestfs_aug_defnode"
7110 msgstr ""
7111
7112 # type: verbatim
7113 #. type: verbatim
7114 #: ../src/guestfs-actions.pod:313
7115 #, no-wrap
7116 msgid ""
7117 " struct guestfs_int_bool *\n"
7118 " guestfs_aug_defnode (guestfs_h *g,\n"
7119 "                      const char *name,\n"
7120 "                      const char *expr,\n"
7121 "                      const char *val);\n"
7122 "\n"
7123 msgstr ""
7124
7125 # type: textblock
7126 #. type: textblock
7127 #: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204
7128 msgid ""
7129 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
7130 msgstr ""
7131
7132 # type: textblock
7133 #. type: textblock
7134 #: ../src/guestfs-actions.pod:322
7135 msgid ""
7136 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
7137 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
7138 "containing that single node."
7139 msgstr ""
7140
7141 # type: textblock
7142 #. type: textblock
7143 #: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211
7144 msgid ""
7145 "On success this returns a pair containing the number of nodes in the "
7146 "nodeset, and a boolean flag if a node was created."
7147 msgstr ""
7148
7149 # type: textblock
7150 #. type: textblock
7151 #: ../src/guestfs-actions.pod:330
7152 msgid ""
7153 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
7154 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
7155 msgstr ""
7156
7157 # type: =head2
7158 #. type: =head2
7159 #: ../src/guestfs-actions.pod:336
7160 msgid "guestfs_aug_defvar"
7161 msgstr ""
7162
7163 # type: verbatim
7164 #. type: verbatim
7165 #: ../src/guestfs-actions.pod:338
7166 #, no-wrap
7167 msgid ""
7168 " int\n"
7169 " guestfs_aug_defvar (guestfs_h *g,\n"
7170 "                     const char *name,\n"
7171 "                     const char *expr);\n"
7172 "\n"
7173 msgstr ""
7174
7175 # type: textblock
7176 #. type: textblock
7177 #: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219
7178 msgid ""
7179 "Defines an Augeas variable C<name> whose value is the result of evaluating "
7180 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
7181 msgstr ""
7182
7183 # type: textblock
7184 #. type: textblock
7185 #: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223
7186 msgid ""
7187 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
7188 "evaluates to something which is not a nodeset."
7189 msgstr ""
7190
7191 # type: =head2
7192 #. type: =head2
7193 #: ../src/guestfs-actions.pod:354
7194 msgid "guestfs_aug_get"
7195 msgstr ""
7196
7197 # type: verbatim
7198 #. type: verbatim
7199 #: ../src/guestfs-actions.pod:356
7200 #, no-wrap
7201 msgid ""
7202 " char *\n"
7203 " guestfs_aug_get (guestfs_h *g,\n"
7204 "                  const char *augpath);\n"
7205 "\n"
7206 msgstr ""
7207
7208 # type: textblock
7209 #. type: textblock
7210 #: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230
7211 msgid ""
7212 "Look up the value associated with C<path>.  If C<path> matches exactly one "
7213 "node, the C<value> is returned."
7214 msgstr ""
7215
7216 # type: textblock
7217 #. type: textblock
7218 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:863
7219 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:941
7220 #: ../src/guestfs-actions.pod:957 ../src/guestfs-actions.pod:1060
7221 #: ../src/guestfs-actions.pod:1190 ../src/guestfs-actions.pod:1207
7222 #: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1360
7223 #: ../src/guestfs-actions.pod:1548 ../src/guestfs-actions.pod:1660
7224 #: ../src/guestfs-actions.pod:1823 ../src/guestfs-actions.pod:1840
7225 #: ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1943
7226 #: ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:2134
7227 #: ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:2530
7228 #: ../src/guestfs-actions.pod:2620 ../src/guestfs-actions.pod:2724
7229 #: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2957
7230 #: ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3006
7231 #: ../src/guestfs-actions.pod:3040 ../src/guestfs-actions.pod:3099
7232 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3139
7233 #: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:4117
7234 #: ../src/guestfs-actions.pod:4287 ../src/guestfs-actions.pod:4397
7235 #: ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:5494
7236 #: ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5842
7237 #: ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:6528
7238 #: ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6561
7239 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:7266
7240 #: ../src/guestfs-actions.pod:7285 ../src/guestfs-actions.pod:7303
7241 #: ../src/guestfs-actions.pod:7477 ../src/guestfs-actions.pod:7757
7242 msgid ""
7243 "This function returns a string, or NULL on error.  I<The caller must free "
7244 "the returned string after use>."
7245 msgstr ""
7246
7247 # type: =head2
7248 #. type: =head2
7249 #: ../src/guestfs-actions.pod:368
7250 msgid "guestfs_aug_init"
7251 msgstr ""
7252
7253 # type: verbatim
7254 #. type: verbatim
7255 #: ../src/guestfs-actions.pod:370
7256 #, no-wrap
7257 msgid ""
7258 " int\n"
7259 " guestfs_aug_init (guestfs_h *g,\n"
7260 "                   const char *root,\n"
7261 "                   int flags);\n"
7262 "\n"
7263 msgstr ""
7264
7265 # type: textblock
7266 #. type: textblock
7267 #: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237
7268 msgid ""
7269 "Create a new Augeas handle for editing configuration files.  If there was "
7270 "any previous Augeas handle associated with this guestfs session, then it is "
7271 "closed."
7272 msgstr ""
7273
7274 # type: textblock
7275 #. type: textblock
7276 #: ../src/guestfs-actions.pod:379
7277 msgid "You must call this before using any other C<guestfs_aug_*> commands."
7278 msgstr ""
7279
7280 # type: textblock
7281 #. type: textblock
7282 #: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244
7283 msgid ""
7284 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
7285 msgstr ""
7286
7287 # type: textblock
7288 #. type: textblock
7289 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247
7290 msgid ""
7291 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
7292 "logical I<or> of the following integers:"
7293 msgstr ""
7294
7295 # type: =item
7296 #. type: =item
7297 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253
7298 msgid "C<AUG_SAVE_BACKUP> = 1"
7299 msgstr ""
7300
7301 # type: textblock
7302 #. type: textblock
7303 #: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255
7304 msgid "Keep the original file with a C<.augsave> extension."
7305 msgstr ""
7306
7307 # type: =item
7308 #. type: =item
7309 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257
7310 msgid "C<AUG_SAVE_NEWFILE> = 2"
7311 msgstr ""
7312
7313 # type: textblock
7314 #. type: textblock
7315 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259
7316 msgid ""
7317 "Save changes into a file with extension C<.augnew>, and do not overwrite "
7318 "original.  Overrides C<AUG_SAVE_BACKUP>."
7319 msgstr ""
7320
7321 # type: =item
7322 #. type: =item
7323 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262
7324 msgid "C<AUG_TYPE_CHECK> = 4"
7325 msgstr ""
7326
7327 # type: textblock
7328 #. type: textblock
7329 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264
7330 msgid "Typecheck lenses (can be expensive)."
7331 msgstr ""
7332
7333 # type: =item
7334 #. type: =item
7335 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266
7336 msgid "C<AUG_NO_STDINC> = 8"
7337 msgstr ""
7338
7339 # type: textblock
7340 #. type: textblock
7341 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268
7342 msgid "Do not use standard load path for modules."
7343 msgstr ""
7344
7345 # type: =item
7346 #. type: =item
7347 #: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270
7348 msgid "C<AUG_SAVE_NOOP> = 16"
7349 msgstr ""
7350
7351 # type: textblock
7352 #. type: textblock
7353 #: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272
7354 msgid "Make save a no-op, just record what would have been changed."
7355 msgstr ""
7356
7357 # type: =item
7358 #. type: =item
7359 #: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274
7360 msgid "C<AUG_NO_LOAD> = 32"
7361 msgstr ""
7362
7363 # type: textblock
7364 #. type: textblock
7365 #: ../src/guestfs-actions.pod:414
7366 msgid "Do not load the tree in C<guestfs_aug_init>."
7367 msgstr ""
7368
7369 # type: textblock
7370 #. type: textblock
7371 #: ../src/guestfs-actions.pod:418
7372 msgid "To close the handle, you can call C<guestfs_aug_close>."
7373 msgstr ""
7374
7375 # type: textblock
7376 #. type: textblock
7377 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282
7378 msgid "To find out more about Augeas, see L<http://augeas.net/>."
7379 msgstr ""
7380
7381 # type: =head2
7382 #. type: =head2
7383 #: ../src/guestfs-actions.pod:426
7384 msgid "guestfs_aug_insert"
7385 msgstr ""
7386
7387 # type: verbatim
7388 #. type: verbatim
7389 #: ../src/guestfs-actions.pod:428
7390 #, no-wrap
7391 msgid ""
7392 " int\n"
7393 " guestfs_aug_insert (guestfs_h *g,\n"
7394 "                     const char *augpath,\n"
7395 "                     const char *label,\n"
7396 "                     int before);\n"
7397 "\n"
7398 msgstr ""
7399
7400 # type: textblock
7401 #. type: textblock
7402 #: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288
7403 msgid ""
7404 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
7405 "or after C<path> (depending on the boolean flag C<before>)."
7406 msgstr ""
7407
7408 # type: textblock
7409 #. type: textblock
7410 #: ../src/guestfs-actions.pod:438 ../fish/guestfish-actions.pod:292
7411 msgid ""
7412 "C<path> must match exactly one existing node in the tree, and C<label> must "
7413 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
7414 msgstr ""
7415
7416 # type: =head2
7417 #. type: =head2
7418 #: ../src/guestfs-actions.pod:446
7419 msgid "guestfs_aug_load"
7420 msgstr ""
7421
7422 # type: verbatim
7423 #. type: verbatim
7424 #: ../src/guestfs-actions.pod:448
7425 #, no-wrap
7426 msgid ""
7427 " int\n"
7428 " guestfs_aug_load (guestfs_h *g);\n"
7429 "\n"
7430 msgstr ""
7431
7432 # type: textblock
7433 #. type: textblock
7434 #: ../src/guestfs-actions.pod:451 ../fish/guestfish-actions.pod:300
7435 msgid "Load files into the tree."
7436 msgstr ""
7437
7438 # type: textblock
7439 #. type: textblock
7440 #: ../src/guestfs-actions.pod:453 ../fish/guestfish-actions.pod:302
7441 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
7442 msgstr ""
7443
7444 # type: =head2
7445 #. type: =head2
7446 #: ../src/guestfs-actions.pod:460
7447 msgid "guestfs_aug_ls"
7448 msgstr ""
7449
7450 # type: verbatim
7451 #. type: verbatim
7452 #: ../src/guestfs-actions.pod:462
7453 #, no-wrap
7454 msgid ""
7455 " char **\n"
7456 " guestfs_aug_ls (guestfs_h *g,\n"
7457 "                 const char *augpath);\n"
7458 "\n"
7459 msgstr ""
7460
7461 # type: textblock
7462 #. type: textblock
7463 #: ../src/guestfs-actions.pod:466
7464 msgid ""
7465 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
7466 "sorting the resulting nodes into alphabetical order."
7467 msgstr ""
7468
7469 # type: textblock
7470 #. type: textblock
7471 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485
7472 #: ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1079
7473 #: ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1394
7474 #: ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1516
7475 #: ../src/guestfs-actions.pod:1762 ../src/guestfs-actions.pod:2206
7476 #: ../src/guestfs-actions.pod:2222 ../src/guestfs-actions.pod:2241
7477 #: ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2308
7478 #: ../src/guestfs-actions.pod:2379 ../src/guestfs-actions.pod:2428
7479 #: ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:3059
7480 #: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3649
7481 #: ../src/guestfs-actions.pod:3666 ../src/guestfs-actions.pod:3686
7482 #: ../src/guestfs-actions.pod:3746 ../src/guestfs-actions.pod:3851
7483 #: ../src/guestfs-actions.pod:4259 ../src/guestfs-actions.pod:5026
7484 #: ../src/guestfs-actions.pod:5636 ../src/guestfs-actions.pod:5762
7485 #: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6608
7486 #: ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6724
7487 #: ../src/guestfs-actions.pod:6870 ../src/guestfs-actions.pod:6894
7488 #: ../src/guestfs-actions.pod:7370 ../src/guestfs-actions.pod:7390
7489 #: ../src/guestfs-actions.pod:7437 ../src/guestfs-actions.pod:7609
7490 #: ../src/guestfs-actions.pod:7628 ../src/guestfs-actions.pod:7714
7491 #: ../src/guestfs-actions.pod:7733 ../src/guestfs-actions.pod:7779
7492 #: ../src/guestfs-actions.pod:7798
7493 msgid ""
7494 "This function returns a NULL-terminated array of strings (like L<environ(3)"
7495 ">), or NULL if there was an error.  I<The caller must free the strings and "
7496 "the array after use>."
7497 msgstr ""
7498
7499 # type: textblock
7500 #. type: textblock
7501 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1004
7502 #: ../src/guestfs-actions.pod:1022 ../src/guestfs-actions.pod:1432
7503 #: ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3444
7504 #: ../src/guestfs-actions.pod:4100 ../src/guestfs-actions.pod:4150
7505 #: ../src/guestfs-actions.pod:4337 ../src/guestfs-actions.pod:4370
7506 #: ../src/guestfs-actions.pod:4533 ../src/guestfs-actions.pod:5030
7507 #: ../src/guestfs-actions.pod:5577 ../src/guestfs-actions.pod:5974
7508 #: ../src/guestfs-actions.pod:5988 ../src/guestfs-actions.pod:6000
7509 #: ../src/guestfs-actions.pod:6449 ../src/guestfs-actions.pod:7108
7510 #: ../src/guestfs-actions.pod:7121 ../src/guestfs-actions.pod:7354
7511 #: ../src/guestfs-actions.pod:7597
7512 msgid "(Added in 0.8)"
7513 msgstr ""
7514
7515 # type: =head2
7516 #. type: =head2
7517 #: ../src/guestfs-actions.pod:475
7518 msgid "guestfs_aug_match"
7519 msgstr ""
7520
7521 # type: verbatim
7522 #. type: verbatim
7523 #: ../src/guestfs-actions.pod:477
7524 #, no-wrap
7525 msgid ""
7526 " char **\n"
7527 " guestfs_aug_match (guestfs_h *g,\n"
7528 "                    const char *augpath);\n"
7529 "\n"
7530 msgstr ""
7531
7532 # type: textblock
7533 #. type: textblock
7534 #: ../src/guestfs-actions.pod:481 ../fish/guestfish-actions.pod:316
7535 msgid ""
7536 "Returns a list of paths which match the path expression C<path>.  The "
7537 "returned paths are sufficiently qualified so that they match exactly one "
7538 "node in the current tree."
7539 msgstr ""
7540
7541 # type: =head2
7542 #. type: =head2
7543 #: ../src/guestfs-actions.pod:491
7544 msgid "guestfs_aug_mv"
7545 msgstr ""
7546
7547 # type: verbatim
7548 #. type: verbatim
7549 #: ../src/guestfs-actions.pod:493
7550 #, no-wrap
7551 msgid ""
7552 " int\n"
7553 " guestfs_aug_mv (guestfs_h *g,\n"
7554 "                 const char *src,\n"
7555 "                 const char *dest);\n"
7556 "\n"
7557 msgstr ""
7558
7559 # type: textblock
7560 #. type: textblock
7561 #: ../src/guestfs-actions.pod:498 ../fish/guestfish-actions.pod:324
7562 msgid ""
7563 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
7564 "C<dest> is overwritten if it exists."
7565 msgstr ""
7566
7567 # type: =head2
7568 #. type: =head2
7569 #: ../src/guestfs-actions.pod:505
7570 msgid "guestfs_aug_rm"
7571 msgstr ""
7572
7573 # type: verbatim
7574 #. type: verbatim
7575 #: ../src/guestfs-actions.pod:507
7576 #, no-wrap
7577 msgid ""
7578 " int\n"
7579 " guestfs_aug_rm (guestfs_h *g,\n"
7580 "                 const char *augpath);\n"
7581 "\n"
7582 msgstr ""
7583
7584 # type: textblock
7585 #. type: textblock
7586 #: ../src/guestfs-actions.pod:511 ../fish/guestfish-actions.pod:331
7587 msgid "Remove C<path> and all of its children."
7588 msgstr ""
7589
7590 # type: textblock
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:513 ../fish/guestfish-actions.pod:333
7593 msgid "On success this returns the number of entries which were removed."
7594 msgstr ""
7595
7596 # type: =head2
7597 #. type: =head2
7598 #: ../src/guestfs-actions.pod:519
7599 msgid "guestfs_aug_save"
7600 msgstr ""
7601
7602 # type: verbatim
7603 #. type: verbatim
7604 #: ../src/guestfs-actions.pod:521
7605 #, no-wrap
7606 msgid ""
7607 " int\n"
7608 " guestfs_aug_save (guestfs_h *g);\n"
7609 "\n"
7610 msgstr ""
7611
7612 # type: textblock
7613 #. type: textblock
7614 #: ../src/guestfs-actions.pod:524 ../fish/guestfish-actions.pod:339
7615 msgid "This writes all pending changes to disk."
7616 msgstr ""
7617
7618 # type: textblock
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:526
7621 msgid ""
7622 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7623 "are saved."
7624 msgstr ""
7625
7626 # type: =head2
7627 #. type: =head2
7628 #: ../src/guestfs-actions.pod:533
7629 msgid "guestfs_aug_set"
7630 msgstr ""
7631
7632 # type: verbatim
7633 #. type: verbatim
7634 #: ../src/guestfs-actions.pod:535
7635 #, no-wrap
7636 msgid ""
7637 " int\n"
7638 " guestfs_aug_set (guestfs_h *g,\n"
7639 "                  const char *augpath,\n"
7640 "                  const char *val);\n"
7641 "\n"
7642 msgstr ""
7643
7644 # type: textblock
7645 #. type: textblock
7646 #: ../src/guestfs-actions.pod:540 ../fish/guestfish-actions.pod:348
7647 msgid "Set the value associated with C<path> to C<val>."
7648 msgstr ""
7649
7650 # type: textblock
7651 #. type: textblock
7652 #: ../src/guestfs-actions.pod:542
7653 msgid ""
7654 "In the Augeas API, it is possible to clear a node by setting the value to "
7655 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7656 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7657 msgstr ""
7658
7659 # type: =head2
7660 #. type: =head2
7661 #: ../src/guestfs-actions.pod:551
7662 msgid "guestfs_available"
7663 msgstr ""
7664
7665 # type: verbatim
7666 #. type: verbatim
7667 #: ../src/guestfs-actions.pod:553
7668 #, no-wrap
7669 msgid ""
7670 " int\n"
7671 " guestfs_available (guestfs_h *g,\n"
7672 "                    char *const *groups);\n"
7673 "\n"
7674 msgstr ""
7675
7676 # type: textblock
7677 #. type: textblock
7678 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:359
7679 msgid ""
7680 "This command is used to check the availability of some groups of "
7681 "functionality in the appliance, which not all builds of the libguestfs "
7682 "appliance will be able to provide."
7683 msgstr ""
7684
7685 # type: textblock
7686 #. type: textblock
7687 #: ../src/guestfs-actions.pod:561
7688 msgid ""
7689 "The libguestfs groups, and the functions that those groups correspond to, "
7690 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7691 "runtime by calling C<guestfs_available_all_groups>."
7692 msgstr ""
7693
7694 # type: textblock
7695 #. type: textblock
7696 #: ../src/guestfs-actions.pod:566 ../fish/guestfish-actions.pod:368
7697 msgid ""
7698 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7699 "\"]> would check for the availability of the Linux inotify functions and "
7700 "Augeas (configuration file editing) functions."
7701 msgstr ""
7702
7703 # type: textblock
7704 #. type: textblock
7705 #: ../src/guestfs-actions.pod:571 ../fish/guestfish-actions.pod:373
7706 msgid "The command returns no error if I<all> requested groups are available."
7707 msgstr ""
7708
7709 # type: textblock
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:375
7712 msgid ""
7713 "It fails with an error if one or more of the requested groups is unavailable "
7714 "in the appliance."
7715 msgstr ""
7716
7717 # type: textblock
7718 #. type: textblock
7719 #: ../src/guestfs-actions.pod:576 ../fish/guestfish-actions.pod:378
7720 msgid ""
7721 "If an unknown group name is included in the list of groups then an error is "
7722 "always returned."
7723 msgstr ""
7724
7725 # type: textblock
7726 #. type: textblock
7727 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:381
7728 msgid "I<Notes:>"
7729 msgstr ""
7730
7731 # type: textblock
7732 #. type: textblock
7733 #: ../src/guestfs-actions.pod:585
7734 msgid "You must call C<guestfs_launch> before calling this function."
7735 msgstr ""
7736
7737 # type: textblock
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:389
7740 msgid ""
7741 "The reason is because we don't know what groups are supported by the "
7742 "appliance/daemon until it is running and can be queried."
7743 msgstr ""
7744
7745 # type: textblock
7746 #. type: textblock
7747 #: ../src/guestfs-actions.pod:593 ../fish/guestfish-actions.pod:395
7748 msgid ""
7749 "If a group of functions is available, this does not necessarily mean that "
7750 "they will work.  You still have to check for errors when calling individual "
7751 "API functions even if they are available."
7752 msgstr ""
7753
7754 # type: textblock
7755 #. type: textblock
7756 #: ../src/guestfs-actions.pod:600 ../fish/guestfish-actions.pod:402
7757 msgid ""
7758 "It is usually the job of distro packagers to build complete functionality "
7759 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7760 "with all requirements satisfied, will support everything."
7761 msgstr ""
7762
7763 # type: textblock
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:607
7766 msgid ""
7767 "This call was added in version C<1.0.80>.  In previous versions of "
7768 "libguestfs all you could do would be to speculatively execute a command to "
7769 "find out if the daemon implemented it.  See also C<guestfs_version>."
7770 msgstr ""
7771
7772 # type: textblock
7773 #. type: textblock
7774 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1177
7775 msgid "(Added in 1.0.80)"
7776 msgstr ""
7777
7778 # type: =head2
7779 #. type: =head2
7780 #: ../src/guestfs-actions.pod:618
7781 msgid "guestfs_available_all_groups"
7782 msgstr ""
7783
7784 # type: verbatim
7785 #. type: verbatim
7786 #: ../src/guestfs-actions.pod:620
7787 #, no-wrap
7788 msgid ""
7789 " char **\n"
7790 " guestfs_available_all_groups (guestfs_h *g);\n"
7791 "\n"
7792 msgstr ""
7793
7794 # type: textblock
7795 #. type: textblock
7796 #: ../src/guestfs-actions.pod:623
7797 msgid ""
7798 "This command returns a list of all optional groups that this daemon knows "
7799 "about.  Note this returns both supported and unsupported groups.  To find "
7800 "out which ones the daemon can actually support you have to call "
7801 "C<guestfs_available> on each member of the returned list."
7802 msgstr ""
7803
7804 # type: textblock
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:629
7807 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7808 msgstr ""
7809
7810 # type: textblock
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:635
7813 msgid "(Added in 1.3.15)"
7814 msgstr ""
7815
7816 # type: =head2
7817 #. type: =head2
7818 #: ../src/guestfs-actions.pod:637
7819 msgid "guestfs_base64_in"
7820 msgstr ""
7821
7822 # type: verbatim
7823 #. type: verbatim
7824 #: ../src/guestfs-actions.pod:639
7825 #, no-wrap
7826 msgid ""
7827 " int\n"
7828 " guestfs_base64_in (guestfs_h *g,\n"
7829 "                    const char *base64file,\n"
7830 "                    const char *filename);\n"
7831 "\n"
7832 msgstr ""
7833
7834 # type: textblock
7835 #. type: textblock
7836 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:432
7837 msgid ""
7838 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7839 msgstr ""
7840
7841 # type: textblock
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
7844 msgid "(Added in 1.3.5)"
7845 msgstr ""
7846
7847 # type: =head2
7848 #. type: =head2
7849 #: ../src/guestfs-actions.pod:651
7850 msgid "guestfs_base64_out"
7851 msgstr ""
7852
7853 # type: verbatim
7854 #. type: verbatim
7855 #: ../src/guestfs-actions.pod:653
7856 #, no-wrap
7857 msgid ""
7858 " int\n"
7859 " guestfs_base64_out (guestfs_h *g,\n"
7860 "                     const char *filename,\n"
7861 "                     const char *base64file);\n"
7862 "\n"
7863 msgstr ""
7864
7865 # type: textblock
7866 #. type: textblock
7867 #: ../src/guestfs-actions.pod:658 ../fish/guestfish-actions.pod:441
7868 msgid ""
7869 "This command downloads the contents of C<filename>, writing it out to local "
7870 "file C<base64file> encoded as base64."
7871 msgstr ""
7872
7873 # type: =head2
7874 #. type: =head2
7875 #: ../src/guestfs-actions.pod:665
7876 msgid "guestfs_blockdev_flushbufs"
7877 msgstr ""
7878
7879 # type: verbatim
7880 #. type: verbatim
7881 #: ../src/guestfs-actions.pod:667
7882 #, no-wrap
7883 msgid ""
7884 " int\n"
7885 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7886 "                             const char *device);\n"
7887 "\n"
7888 msgstr ""
7889
7890 # type: textblock
7891 #. type: textblock
7892 #: ../src/guestfs-actions.pod:671 ../fish/guestfish-actions.pod:450
7893 msgid ""
7894 "This tells the kernel to flush internal buffers associated with C<device>."
7895 msgstr ""
7896
7897 # type: textblock
7898 #. type: textblock
7899 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691
7900 #: ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722
7901 #: ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759
7902 #: ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791
7903 #: ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819
7904 #: ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464
7905 #: ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483
7906 #: ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508
7907 #: ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527
7908 #: ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
7909 msgid "This uses the L<blockdev(8)> command."
7910 msgstr ""
7911
7912 # type: textblock
7913 #. type: textblock
7914 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695
7915 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726
7916 #: ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763
7917 #: ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795
7918 #: ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
7919 msgid "(Added in 0.9.3)"
7920 msgstr ""
7921
7922 # type: =head2
7923 #. type: =head2
7924 #: ../src/guestfs-actions.pod:680
7925 msgid "guestfs_blockdev_getbsz"
7926 msgstr ""
7927
7928 # type: verbatim
7929 #. type: verbatim
7930 #: ../src/guestfs-actions.pod:682
7931 #, no-wrap
7932 msgid ""
7933 " int\n"
7934 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7935 "                          const char *device);\n"
7936 "\n"
7937 msgstr ""
7938
7939 # type: textblock
7940 #. type: textblock
7941 #: ../src/guestfs-actions.pod:686 ../fish/guestfish-actions.pod:459
7942 msgid "This returns the block size of a device."
7943 msgstr ""
7944
7945 # type: textblock
7946 #. type: textblock
7947 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788
7948 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
7949 msgid ""
7950 "(Note this is different from both I<size in blocks> and I<filesystem block "
7951 "size>)."
7952 msgstr ""
7953
7954 # type: =head2
7955 #. type: =head2
7956 #: ../src/guestfs-actions.pod:697
7957 msgid "guestfs_blockdev_getro"
7958 msgstr ""
7959
7960 # type: verbatim
7961 #. type: verbatim
7962 #: ../src/guestfs-actions.pod:699
7963 #, no-wrap
7964 msgid ""
7965 " int\n"
7966 " guestfs_blockdev_getro (guestfs_h *g,\n"
7967 "                         const char *device);\n"
7968 "\n"
7969 msgstr ""
7970
7971 # type: textblock
7972 #. type: textblock
7973 #: ../src/guestfs-actions.pod:703 ../fish/guestfish-actions.pod:470
7974 msgid ""
7975 "Returns a boolean indicating if the block device is read-only (true if read-"
7976 "only, false if not)."
7977 msgstr ""
7978
7979 # type: textblock
7980 #. type: textblock
7981 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1415
7982 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1919
7983 #: ../src/guestfs-actions.pod:1930 ../src/guestfs-actions.pod:2002
7984 #: ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:2072
7985 #: ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2120
7986 #: ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3172
7987 #: ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3352
7988 #: ../src/guestfs-actions.pod:3366 ../src/guestfs-actions.pod:3381
7989 #: ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3411
7990 #: ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3442
7991 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3469
7992 #: ../src/guestfs-actions.pod:3483 ../src/guestfs-actions.pod:3498
7993 #: ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:3526
7994 #: ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:5265
7995 msgid "This function returns a C truth value on success or -1 on error."
7996 msgstr ""
7997
7998 # type: =head2
7999 #. type: =head2
8000 #: ../src/guestfs-actions.pod:712
8001 msgid "guestfs_blockdev_getsize64"
8002 msgstr ""
8003
8004 # type: verbatim
8005 #. type: verbatim
8006 #: ../src/guestfs-actions.pod:714
8007 #, no-wrap
8008 msgid ""
8009 " int64_t\n"
8010 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
8011 "                             const char *device);\n"
8012 "\n"
8013 msgstr ""
8014
8015 # type: textblock
8016 #. type: textblock
8017 #: ../src/guestfs-actions.pod:718 ../fish/guestfish-actions.pod:479
8018 msgid "This returns the size of the device in bytes."
8019 msgstr ""
8020
8021 # type: textblock
8022 #. type: textblock
8023 #: ../src/guestfs-actions.pod:720
8024 msgid "See also C<guestfs_blockdev_getsz>."
8025 msgstr ""
8026
8027 # type: =head2
8028 #. type: =head2
8029 #: ../src/guestfs-actions.pod:728
8030 msgid "guestfs_blockdev_getss"
8031 msgstr ""
8032
8033 # type: verbatim
8034 #. type: verbatim
8035 #: ../src/guestfs-actions.pod:730
8036 #, no-wrap
8037 msgid ""
8038 " int\n"
8039 " guestfs_blockdev_getss (guestfs_h *g,\n"
8040 "                         const char *device);\n"
8041 "\n"
8042 msgstr ""
8043
8044 # type: textblock
8045 #. type: textblock
8046 #: ../src/guestfs-actions.pod:734 ../fish/guestfish-actions.pod:489
8047 msgid ""
8048 "This returns the size of sectors on a block device.  Usually 512, but can be "
8049 "larger for modern devices."
8050 msgstr ""
8051
8052 # type: textblock
8053 #. type: textblock
8054 #: ../src/guestfs-actions.pod:737
8055 msgid ""
8056 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
8057 "that)."
8058 msgstr ""
8059
8060 # type: =head2
8061 #. type: =head2
8062 #: ../src/guestfs-actions.pod:746
8063 msgid "guestfs_blockdev_getsz"
8064 msgstr ""
8065
8066 # type: verbatim
8067 #. type: verbatim
8068 #: ../src/guestfs-actions.pod:748
8069 #, no-wrap
8070 msgid ""
8071 " int64_t\n"
8072 " guestfs_blockdev_getsz (guestfs_h *g,\n"
8073 "                         const char *device);\n"
8074 "\n"
8075 msgstr ""
8076
8077 # type: textblock
8078 #. type: textblock
8079 #: ../src/guestfs-actions.pod:752 ../fish/guestfish-actions.pod:501
8080 msgid ""
8081 "This returns the size of the device in units of 512-byte sectors (even if "
8082 "the sectorsize isn't 512 bytes ... weird)."
8083 msgstr ""
8084
8085 # type: textblock
8086 #. type: textblock
8087 #: ../src/guestfs-actions.pod:755
8088 msgid ""
8089 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
8090 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
8091 msgstr ""
8092
8093 # type: =head2
8094 #. type: =head2
8095 #: ../src/guestfs-actions.pod:765
8096 msgid "guestfs_blockdev_rereadpt"
8097 msgstr ""
8098
8099 # type: verbatim
8100 #. type: verbatim
8101 #: ../src/guestfs-actions.pod:767
8102 #, no-wrap
8103 msgid ""
8104 " int\n"
8105 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
8106 "                            const char *device);\n"
8107 "\n"
8108 msgstr ""
8109
8110 # type: textblock
8111 #. type: textblock
8112 #: ../src/guestfs-actions.pod:771 ../fish/guestfish-actions.pod:514
8113 msgid "Reread the partition table on C<device>."
8114 msgstr ""
8115
8116 # type: =head2
8117 #. type: =head2
8118 #: ../src/guestfs-actions.pod:779
8119 msgid "guestfs_blockdev_setbsz"
8120 msgstr ""
8121
8122 # type: verbatim
8123 #. type: verbatim
8124 #: ../src/guestfs-actions.pod:781
8125 #, no-wrap
8126 msgid ""
8127 " int\n"
8128 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
8129 "                          const char *device,\n"
8130 "                          int blocksize);\n"
8131 "\n"
8132 msgstr ""
8133
8134 # type: textblock
8135 #. type: textblock
8136 #: ../src/guestfs-actions.pod:786 ../fish/guestfish-actions.pod:522
8137 msgid "This sets the block size of a device."
8138 msgstr ""
8139
8140 # type: =head2
8141 #. type: =head2
8142 #: ../src/guestfs-actions.pod:797
8143 msgid "guestfs_blockdev_setro"
8144 msgstr ""
8145
8146 # type: verbatim
8147 #. type: verbatim
8148 #: ../src/guestfs-actions.pod:799
8149 #, no-wrap
8150 msgid ""
8151 " int\n"
8152 " guestfs_blockdev_setro (guestfs_h *g,\n"
8153 "                         const char *device);\n"
8154 "\n"
8155 msgstr ""
8156
8157 # type: textblock
8158 #. type: textblock
8159 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:533
8160 msgid "Sets the block device named C<device> to read-only."
8161 msgstr ""
8162
8163 # type: =head2
8164 #. type: =head2
8165 #: ../src/guestfs-actions.pod:811
8166 msgid "guestfs_blockdev_setrw"
8167 msgstr ""
8168
8169 # type: verbatim
8170 #. type: verbatim
8171 #: ../src/guestfs-actions.pod:813
8172 #, no-wrap
8173 msgid ""
8174 " int\n"
8175 " guestfs_blockdev_setrw (guestfs_h *g,\n"
8176 "                         const char *device);\n"
8177 "\n"
8178 msgstr ""
8179
8180 # type: textblock
8181 #. type: textblock
8182 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:541
8183 msgid "Sets the block device named C<device> to read-write."
8184 msgstr ""
8185
8186 # type: =head2
8187 #. type: =head2
8188 #: ../src/guestfs-actions.pod:825
8189 msgid "guestfs_case_sensitive_path"
8190 msgstr ""
8191
8192 # type: verbatim
8193 #. type: verbatim
8194 #: ../src/guestfs-actions.pod:827
8195 #, no-wrap
8196 msgid ""
8197 " char *\n"
8198 " guestfs_case_sensitive_path (guestfs_h *g,\n"
8199 "                              const char *path);\n"
8200 "\n"
8201 msgstr ""
8202
8203 # type: textblock
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:831 ../fish/guestfish-actions.pod:549
8206 msgid ""
8207 "This can be used to resolve case insensitive paths on a filesystem which is "
8208 "case sensitive.  The use case is to resolve paths which you have read from "
8209 "Windows configuration files or the Windows Registry, to the true path."
8210 msgstr ""
8211
8212 # type: textblock
8213 #. type: textblock
8214 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:554
8215 msgid ""
8216 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
8217 "(and probably others), which is that although the underlying filesystem is "
8218 "case-insensitive, the driver exports the filesystem to Linux as case-"
8219 "sensitive."
8220 msgstr ""
8221
8222 # type: textblock
8223 #. type: textblock
8224 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:559
8225 msgid ""
8226 "One consequence of this is that special directories such as C<c:\\windows> "
8227 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
8228 "precise details of how they were created.  In Windows itself this would not "
8229 "be a problem."
8230 msgstr ""
8231
8232 # type: textblock
8233 #. type: textblock
8234 #: ../src/guestfs-actions.pod:847 ../fish/guestfish-actions.pod:565
8235 msgid ""
8236 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
8237 "#posixfilenames1>"
8238 msgstr ""
8239
8240 # type: textblock
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:850 ../fish/guestfish-actions.pod:568
8243 msgid ""
8244 "This function resolves the true case of each element in the path and returns "
8245 "the case-sensitive path."
8246 msgstr ""
8247
8248 # type: textblock
8249 #. type: textblock
8250 #: ../src/guestfs-actions.pod:853
8251 msgid ""
8252 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
8253 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
8254 "how the directories were originally created under Windows)."
8255 msgstr ""
8256
8257 # type: textblock
8258 #. type: textblock
8259 #: ../src/guestfs-actions.pod:858 ../fish/guestfish-actions.pod:576
8260 msgid "I<Note>: This function does not handle drive names, backslashes etc."
8261 msgstr ""
8262
8263 # type: textblock
8264 #. type: textblock
8265 #: ../src/guestfs-actions.pod:861
8266 msgid "See also C<guestfs_realpath>."
8267 msgstr ""
8268
8269 # type: textblock
8270 #. type: textblock
8271 #: ../src/guestfs-actions.pod:866 ../src/guestfs-actions.pod:7288
8272 msgid "(Added in 1.0.75)"
8273 msgstr ""
8274
8275 # type: =head2
8276 #. type: =head2
8277 #: ../src/guestfs-actions.pod:868
8278 msgid "guestfs_cat"
8279 msgstr ""
8280
8281 # type: verbatim
8282 #. type: verbatim
8283 #: ../src/guestfs-actions.pod:870
8284 #, no-wrap
8285 msgid ""
8286 " char *\n"
8287 " guestfs_cat (guestfs_h *g,\n"
8288 "              const char *path);\n"
8289 "\n"
8290 msgstr ""
8291
8292 # type: textblock
8293 #. type: textblock
8294 #: ../src/guestfs-actions.pod:874 ../src/guestfs-actions.pod:5752
8295 #: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3800
8296 msgid "Return the contents of the file named C<path>."
8297 msgstr ""
8298
8299 # type: textblock
8300 #. type: textblock
8301 #: ../src/guestfs-actions.pod:876
8302 msgid ""
8303 "Note that this function cannot correctly handle binary files (specifically, "
8304 "files containing C<\\0> character which is treated as end of string).  For "
8305 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
8306 "functions which have a more complex interface."
8307 msgstr ""
8308
8309 # type: textblock
8310 #. type: textblock
8311 #: ../src/guestfs-actions.pod:884 ../src/guestfs-actions.pod:1063
8312 #: ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1379
8313 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:1501
8314 #: ../src/guestfs-actions.pod:1520 ../src/guestfs-actions.pod:1766
8315 #: ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2245
8316 #: ../src/guestfs-actions.pod:2288 ../src/guestfs-actions.pod:2312
8317 #: ../src/guestfs-actions.pod:2329 ../src/guestfs-actions.pod:2358
8318 #: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5560
8319 #: ../src/guestfs-actions.pod:5691 ../src/guestfs-actions.pod:5717
8320 #: ../src/guestfs-actions.pod:5741 ../src/guestfs-actions.pod:6673
8321 #: ../src/guestfs-actions.pod:6728 ../src/guestfs-actions.pod:6874
8322 #: ../src/guestfs-actions.pod:6898 ../src/guestfs-actions.pod:7561
8323 #: ../src/guestfs-actions.pod:7587 ../src/guestfs-actions.pod:7613
8324 #: ../src/guestfs-actions.pod:7632 ../src/guestfs-actions.pod:7718
8325 #: ../src/guestfs-actions.pod:7737 ../src/guestfs-actions.pod:7783
8326 #: ../src/guestfs-actions.pod:7802 ../fish/guestfish-actions.pod:592
8327 #: ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739
8328 #: ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925
8329 #: ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002
8330 #: ../fish/guestfish-actions.pod:1194 ../fish/guestfish-actions.pod:1495
8331 #: ../fish/guestfish-actions.pod:1505 ../fish/guestfish-actions.pod:1533
8332 #: ../fish/guestfish-actions.pod:1548 ../fish/guestfish-actions.pod:1558
8333 #: ../fish/guestfish-actions.pod:1577 ../fish/guestfish-actions.pod:3670
8334 #: ../fish/guestfish-actions.pod:3685 ../fish/guestfish-actions.pod:3761
8335 #: ../fish/guestfish-actions.pod:3778 ../fish/guestfish-actions.pod:3793
8336 #: ../fish/guestfish-actions.pod:4447 ../fish/guestfish-actions.pod:4493
8337 #: ../fish/guestfish-actions.pod:4578 ../fish/guestfish-actions.pod:4593
8338 #: ../fish/guestfish-actions.pod:4997 ../fish/guestfish-actions.pod:5015
8339 #: ../fish/guestfish-actions.pod:5032 ../fish/guestfish-actions.pod:5042
8340 #: ../fish/guestfish-actions.pod:5091 ../fish/guestfish-actions.pod:5101
8341 #: ../fish/guestfish-actions.pod:5130 ../fish/guestfish-actions.pod:5140
8342 msgid ""
8343 "Because of the message protocol, there is a transfer limit of somewhere "
8344 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
8345 msgstr ""
8346
8347 # type: textblock
8348 #. type: textblock
8349 #: ../src/guestfs-actions.pod:887 ../src/guestfs-actions.pod:3670
8350 #: ../src/guestfs-actions.pod:3750 ../src/guestfs-actions.pod:3767
8351 #: ../src/guestfs-actions.pod:3855 ../src/guestfs-actions.pod:4263
8352 #: ../src/guestfs-actions.pod:4277 ../src/guestfs-actions.pod:5640
8353 #: ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:7441
8354 #: ../src/guestfs-actions.pod:7455
8355 msgid "(Added in 0.4)"
8356 msgstr ""
8357
8358 # type: =head2
8359 #. type: =head2
8360 #: ../src/guestfs-actions.pod:889
8361 msgid "guestfs_checksum"
8362 msgstr ""
8363
8364 # type: verbatim
8365 #. type: verbatim
8366 #: ../src/guestfs-actions.pod:891
8367 #, no-wrap
8368 msgid ""
8369 " char *\n"
8370 " guestfs_checksum (guestfs_h *g,\n"
8371 "                   const char *csumtype,\n"
8372 "                   const char *path);\n"
8373 "\n"
8374 msgstr ""
8375
8376 # type: textblock
8377 #. type: textblock
8378 #: ../src/guestfs-actions.pod:896 ../fish/guestfish-actions.pod:599
8379 msgid ""
8380 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
8381 msgstr ""
8382
8383 # type: textblock
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:602
8386 msgid ""
8387 "The type of checksum to compute is given by the C<csumtype> parameter which "
8388 "must have one of the following values:"
8389 msgstr ""
8390
8391 # type: =item
8392 #. type: =item
8393 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:607
8394 msgid "C<crc>"
8395 msgstr ""
8396
8397 # type: textblock
8398 #. type: textblock
8399 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:609
8400 msgid ""
8401 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
8402 "C<cksum> command."
8403 msgstr ""
8404
8405 # type: =item
8406 #. type: =item
8407 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:612
8408 msgid "C<md5>"
8409 msgstr ""
8410
8411 # type: textblock
8412 #. type: textblock
8413 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:614
8414 msgid "Compute the MD5 hash (using the C<md5sum> program)."
8415 msgstr ""
8416
8417 # type: =item
8418 #. type: =item
8419 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:616
8420 msgid "C<sha1>"
8421 msgstr ""
8422
8423 # type: textblock
8424 #. type: textblock
8425 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:618
8426 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
8427 msgstr ""
8428
8429 # type: =item
8430 #. type: =item
8431 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:620
8432 msgid "C<sha224>"
8433 msgstr ""
8434
8435 # type: textblock
8436 #. type: textblock
8437 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:622
8438 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
8439 msgstr ""
8440
8441 # type: =item
8442 #. type: =item
8443 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:624
8444 msgid "C<sha256>"
8445 msgstr ""
8446
8447 # type: textblock
8448 #. type: textblock
8449 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:626
8450 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
8451 msgstr ""
8452
8453 # type: =item
8454 #. type: =item
8455 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:628
8456 msgid "C<sha384>"
8457 msgstr ""
8458
8459 # type: textblock
8460 #. type: textblock
8461 #: ../src/guestfs-actions.pod:927 ../fish/guestfish-actions.pod:630
8462 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
8463 msgstr ""
8464
8465 # type: =item
8466 #. type: =item
8467 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:632
8468 msgid "C<sha512>"
8469 msgstr ""
8470
8471 # type: textblock
8472 #. type: textblock
8473 #: ../src/guestfs-actions.pod:931 ../fish/guestfish-actions.pod:634
8474 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
8475 msgstr ""
8476
8477 # type: textblock
8478 #. type: textblock
8479 #: ../src/guestfs-actions.pod:935 ../fish/guestfish-actions.pod:638
8480 msgid "The checksum is returned as a printable string."
8481 msgstr ""
8482
8483 # type: textblock
8484 #. type: textblock
8485 #: ../src/guestfs-actions.pod:937
8486 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
8487 msgstr ""
8488
8489 # type: textblock
8490 #. type: textblock
8491 #: ../src/guestfs-actions.pod:939
8492 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
8493 msgstr ""
8494
8495 # type: textblock
8496 #. type: textblock
8497 #: ../src/guestfs-actions.pod:944 ../src/guestfs-actions.pod:1252
8498 #: ../src/guestfs-actions.pod:2088 ../src/guestfs-actions.pod:3368
8499 #: ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:3458
8500 #: ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:7144
8501 msgid "(Added in 1.0.2)"
8502 msgstr ""
8503
8504 # type: =head2
8505 #. type: =head2
8506 #: ../src/guestfs-actions.pod:946
8507 msgid "guestfs_checksum_device"
8508 msgstr ""
8509
8510 # type: verbatim
8511 #. type: verbatim
8512 #: ../src/guestfs-actions.pod:948
8513 #, no-wrap
8514 msgid ""
8515 " char *\n"
8516 " guestfs_checksum_device (guestfs_h *g,\n"
8517 "                          const char *csumtype,\n"
8518 "                          const char *device);\n"
8519 "\n"
8520 msgstr ""
8521
8522 # type: textblock
8523 #. type: textblock
8524 #: ../src/guestfs-actions.pod:953
8525 msgid ""
8526 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
8527 "device named C<device>.  For the types of checksums supported see the "
8528 "C<guestfs_checksum> command."
8529 msgstr ""
8530
8531 # type: textblock
8532 #. type: textblock
8533 #: ../src/guestfs-actions.pod:960 ../src/guestfs-actions.pod:5097
8534 #: ../src/guestfs-actions.pod:5230 ../src/guestfs-actions.pod:5267
8535 #: ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5461
8536 #: ../src/guestfs-actions.pod:7053 ../src/guestfs-actions.pod:7067
8537 #: ../src/guestfs-actions.pod:7467
8538 msgid "(Added in 1.3.2)"
8539 msgstr ""
8540
8541 # type: =head2
8542 #. type: =head2
8543 #: ../src/guestfs-actions.pod:962
8544 msgid "guestfs_checksums_out"
8545 msgstr ""
8546
8547 # type: verbatim
8548 #. type: verbatim
8549 #: ../src/guestfs-actions.pod:964
8550 #, no-wrap
8551 msgid ""
8552 " int\n"
8553 " guestfs_checksums_out (guestfs_h *g,\n"
8554 "                        const char *csumtype,\n"
8555 "                        const char *directory,\n"
8556 "                        const char *sumsfile);\n"
8557 "\n"
8558 msgstr ""
8559
8560 # type: textblock
8561 #. type: textblock
8562 #: ../src/guestfs-actions.pod:970 ../fish/guestfish-actions.pod:656
8563 msgid ""
8564 "This command computes the checksums of all regular files in C<directory> and "
8565 "then emits a list of those checksums to the local output file C<sumsfile>."
8566 msgstr ""
8567
8568 # type: textblock
8569 #. type: textblock
8570 #: ../src/guestfs-actions.pod:974 ../fish/guestfish-actions.pod:660
8571 msgid ""
8572 "This can be used for verifying the integrity of a virtual machine.  However "
8573 "to be properly secure you should pay attention to the output of the checksum "
8574 "command (it uses the ones from GNU coreutils).  In particular when the "
8575 "filename is not printable, coreutils uses a special backslash syntax.  For "
8576 "more information, see the GNU coreutils info file."
8577 msgstr ""
8578
8579 # type: textblock
8580 #. type: textblock
8581 #: ../src/guestfs-actions.pod:984
8582 msgid "(Added in 1.3.7)"
8583 msgstr ""
8584
8585 # type: =head2
8586 #. type: =head2
8587 #: ../src/guestfs-actions.pod:986
8588 msgid "guestfs_chmod"
8589 msgstr ""
8590
8591 # type: verbatim
8592 #. type: verbatim
8593 #: ../src/guestfs-actions.pod:988
8594 #, no-wrap
8595 msgid ""
8596 " int\n"
8597 " guestfs_chmod (guestfs_h *g,\n"
8598 "                int mode,\n"
8599 "                const char *path);\n"
8600 "\n"
8601 msgstr ""
8602
8603 # type: textblock
8604 #. type: textblock
8605 #: ../src/guestfs-actions.pod:993 ../fish/guestfish-actions.pod:674
8606 msgid ""
8607 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
8608 "supported."
8609 msgstr ""
8610
8611 # type: textblock
8612 #. type: textblock
8613 #: ../src/guestfs-actions.pod:996 ../fish/guestfish-actions.pod:677
8614 msgid ""
8615 "I<Note>: When using this command from guestfish, C<mode> by default would be "
8616 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
8617 "C<700>."
8618 msgstr ""
8619
8620 # type: textblock
8621 #. type: textblock
8622 #: ../src/guestfs-actions.pod:1000 ../src/guestfs-actions.pod:4514
8623 #: ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:4742
8624 #: ../src/guestfs-actions.pod:4761 ../fish/guestfish-actions.pod:681
8625 #: ../fish/guestfish-actions.pod:3029 ../fish/guestfish-actions.pod:3168
8626 #: ../fish/guestfish-actions.pod:3178 ../fish/guestfish-actions.pod:3188
8627 msgid "The mode actually set is affected by the umask."
8628 msgstr ""
8629
8630 # type: =head2
8631 #. type: =head2
8632 #: ../src/guestfs-actions.pod:1006
8633 msgid "guestfs_chown"
8634 msgstr ""
8635
8636 # type: verbatim
8637 #. type: verbatim
8638 #: ../src/guestfs-actions.pod:1008
8639 #, no-wrap
8640 msgid ""
8641 " int\n"
8642 " guestfs_chown (guestfs_h *g,\n"
8643 "                int owner,\n"
8644 "                int group,\n"
8645 "                const char *path);\n"
8646 "\n"
8647 msgstr ""
8648
8649 # type: textblock
8650 #. type: textblock
8651 #: ../src/guestfs-actions.pod:1014 ../fish/guestfish-actions.pod:687
8652 msgid "Change the file owner to C<owner> and group to C<group>."
8653 msgstr ""
8654
8655 # type: textblock
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:3587
8658 #: ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2464
8659 msgid ""
8660 "Only numeric uid and gid are supported.  If you want to use names, you will "
8661 "need to locate and parse the password file yourself (Augeas support makes "
8662 "this relatively easy)."
8663 msgstr ""
8664
8665 # type: =head2
8666 #. type: =head2
8667 #: ../src/guestfs-actions.pod:1024
8668 msgid "guestfs_command"
8669 msgstr ""
8670
8671 # type: verbatim
8672 #. type: verbatim
8673 #: ../src/guestfs-actions.pod:1026
8674 #, no-wrap
8675 msgid ""
8676 " char *\n"
8677 " guestfs_command (guestfs_h *g,\n"
8678 "                  char *const *arguments);\n"
8679 "\n"
8680 msgstr ""
8681
8682 # type: textblock
8683 #. type: textblock
8684 #: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:697
8685 msgid ""
8686 "This call runs a command from the guest filesystem.  The filesystem must be "
8687 "mounted, and must contain a compatible operating system (ie. something "
8688 "Linux, with the same or compatible processor architecture)."
8689 msgstr ""
8690
8691 # type: textblock
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1035
8694 msgid ""
8695 "The single parameter is an argv-style list of arguments.  The first element "
8696 "is the name of the program to run.  Subsequent elements are parameters.  The "
8697 "list must be non-empty (ie. must contain a program name).  Note that the "
8698 "command runs directly, and is I<not> invoked via the shell (see "
8699 "C<guestfs_sh>)."
8700 msgstr ""
8701
8702 # type: textblock
8703 #. type: textblock
8704 #: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:709
8705 msgid "The return value is anything printed to I<stdout> by the command."
8706 msgstr ""
8707
8708 # type: textblock
8709 #. type: textblock
8710 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:712
8711 msgid ""
8712 "If the command returns a non-zero exit status, then this function returns an "
8713 "error message.  The error message string is the content of I<stderr> from "
8714 "the command."
8715 msgstr ""
8716
8717 # type: textblock
8718 #. type: textblock
8719 #: ../src/guestfs-actions.pod:1049 ../fish/guestfish-actions.pod:716
8720 msgid ""
8721 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
8722 "bin>.  If you require a program from another location, you should provide "
8723 "the full path in the first parameter."
8724 msgstr ""
8725
8726 # type: textblock
8727 #. type: textblock
8728 #: ../src/guestfs-actions.pod:1054 ../fish/guestfish-actions.pod:721
8729 msgid ""
8730 "Shared libraries and data files required by the program must be available on "
8731 "filesystems which are mounted in the correct places.  It is the caller's "
8732 "responsibility to ensure all filesystems that are needed are mounted at the "
8733 "right locations."
8734 msgstr ""
8735
8736 # type: textblock
8737 #. type: textblock
8738 #: ../src/guestfs-actions.pod:1066 ../src/guestfs-actions.pod:1086
8739 #: ../src/guestfs-actions.pod:1551
8740 msgid "(Added in 0.9.1)"
8741 msgstr ""
8742
8743 # type: =head2
8744 #. type: =head2
8745 #: ../src/guestfs-actions.pod:1068
8746 msgid "guestfs_command_lines"
8747 msgstr ""
8748
8749 # type: verbatim
8750 #. type: verbatim
8751 #: ../src/guestfs-actions.pod:1070
8752 #, no-wrap
8753 msgid ""
8754 " char **\n"
8755 " guestfs_command_lines (guestfs_h *g,\n"
8756 "                        char *const *arguments);\n"
8757 "\n"
8758 msgstr ""
8759
8760 # type: textblock
8761 #. type: textblock
8762 #: ../src/guestfs-actions.pod:1074
8763 msgid ""
8764 "This is the same as C<guestfs_command>, but splits the result into a list of "
8765 "lines."
8766 msgstr ""
8767
8768 # type: textblock
8769 #. type: textblock
8770 #: ../src/guestfs-actions.pod:1077
8771 msgid "See also: C<guestfs_sh_lines>"
8772 msgstr ""
8773
8774 # type: =head2
8775 #. type: =head2
8776 #: ../src/guestfs-actions.pod:1088
8777 msgid "guestfs_config"
8778 msgstr ""
8779
8780 # type: verbatim
8781 #. type: verbatim
8782 #: ../src/guestfs-actions.pod:1090
8783 #, no-wrap
8784 msgid ""
8785 " int\n"
8786 " guestfs_config (guestfs_h *g,\n"
8787 "                 const char *qemuparam,\n"
8788 "                 const char *qemuvalue);\n"
8789 "\n"
8790 msgstr ""
8791
8792 #. type: textblock
8793 #: ../src/guestfs-actions.pod:1095 ../fish/guestfish-actions.pod:746
8794 msgid ""
8795 "This can be used to add arbitrary qemu command line parameters of the form "
8796 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8797 "setting some parameters which would interfere with parameters that we use."
8798 msgstr ""
8799
8800 # type: textblock
8801 #. type: textblock
8802 #: ../src/guestfs-actions.pod:1100 ../fish/guestfish-actions.pod:751
8803 msgid "The first character of C<param> string must be a C<-> (dash)."
8804 msgstr ""
8805
8806 # type: textblock
8807 #. type: textblock
8808 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:753
8809 msgid "C<value> can be NULL."
8810 msgstr ""
8811
8812 # type: =head2
8813 #. type: =head2
8814 #: ../src/guestfs-actions.pod:1108
8815 msgid "guestfs_copy_size"
8816 msgstr ""
8817
8818 # type: verbatim
8819 #. type: verbatim
8820 #: ../src/guestfs-actions.pod:1110
8821 #, no-wrap
8822 msgid ""
8823 " int\n"
8824 " guestfs_copy_size (guestfs_h *g,\n"
8825 "                    const char *src,\n"
8826 "                    const char *dest,\n"
8827 "                    int64_t size);\n"
8828 "\n"
8829 msgstr ""
8830
8831 # type: textblock
8832 #. type: textblock
8833 #: ../src/guestfs-actions.pod:1116 ../fish/guestfish-actions.pod:759
8834 msgid ""
8835 "This command copies exactly C<size> bytes from one source device or file "
8836 "C<src> to another destination device or file C<dest>."
8837 msgstr ""
8838
8839 # type: textblock
8840 #. type: textblock
8841 #: ../src/guestfs-actions.pod:1119 ../fish/guestfish-actions.pod:762
8842 msgid ""
8843 "Note this will fail if the source is too short or if the destination is not "
8844 "large enough."
8845 msgstr ""
8846
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1124 ../src/guestfs-actions.pod:1247
8849 #: ../src/guestfs-actions.pod:1278 ../src/guestfs-actions.pod:1323
8850 #: ../src/guestfs-actions.pod:1700 ../src/guestfs-actions.pod:1722
8851 #: ../src/guestfs-actions.pod:3568 ../src/guestfs-actions.pod:7139
8852 #: ../src/guestfs-actions.pod:7173 ../src/guestfs-actions.pod:7654
8853 #: ../src/guestfs-actions.pod:7673
8854 msgid ""
8855 "This long-running command can generate progress notification messages so "
8856 "that the caller can display a progress bar or indicator.  To receive these "
8857 "messages, the caller must register a progress event callback.  See L<guestfs"
8858 "(3)/GUESTFS_EVENT_PROGRESS>."
8859 msgstr ""
8860
8861 # type: textblock
8862 #. type: textblock
8863 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:4290
8864 #: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:7374
8865 #: ../src/guestfs-actions.pod:7394 ../src/guestfs-actions.pod:7480
8866 msgid "(Added in 1.0.87)"
8867 msgstr ""
8868
8869 # type: =head2
8870 #. type: =head2
8871 #: ../src/guestfs-actions.pod:1131
8872 msgid "guestfs_cp"
8873 msgstr ""
8874
8875 # type: verbatim
8876 #. type: verbatim
8877 #: ../src/guestfs-actions.pod:1133
8878 #, no-wrap
8879 msgid ""
8880 " int\n"
8881 " guestfs_cp (guestfs_h *g,\n"
8882 "             const char *src,\n"
8883 "             const char *dest);\n"
8884 "\n"
8885 msgstr ""
8886
8887 # type: textblock
8888 #. type: textblock
8889 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:769
8890 msgid ""
8891 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8892 "destination filename or destination directory."
8893 msgstr ""
8894
8895 # type: textblock
8896 #. type: textblock
8897 #: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1157
8898 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1303
8899 #: ../src/guestfs-actions.pod:1417 ../src/guestfs-actions.pod:5044
8900 #: ../src/guestfs-actions.pod:5511
8901 msgid "(Added in 1.0.18)"
8902 msgstr ""
8903
8904 # type: =head2
8905 #. type: =head2
8906 #: ../src/guestfs-actions.pod:1145
8907 msgid "guestfs_cp_a"
8908 msgstr ""
8909
8910 # type: verbatim
8911 #. type: verbatim
8912 #: ../src/guestfs-actions.pod:1147
8913 #, no-wrap
8914 msgid ""
8915 " int\n"
8916 " guestfs_cp_a (guestfs_h *g,\n"
8917 "               const char *src,\n"
8918 "               const char *dest);\n"
8919 "\n"
8920 msgstr ""
8921
8922 # type: textblock
8923 #. type: textblock
8924 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:776
8925 msgid ""
8926 "This copies a file or directory from C<src> to C<dest> recursively using the "
8927 "C<cp -a> command."
8928 msgstr ""
8929
8930 # type: =head2
8931 #. type: =head2
8932 #: ../src/guestfs-actions.pod:1159
8933 msgid "guestfs_dd"
8934 msgstr ""
8935
8936 # type: verbatim
8937 #. type: verbatim
8938 #: ../src/guestfs-actions.pod:1161
8939 #, no-wrap
8940 msgid ""
8941 " int\n"
8942 " guestfs_dd (guestfs_h *g,\n"
8943 "             const char *src,\n"
8944 "             const char *dest);\n"
8945 "\n"
8946 msgstr ""
8947
8948 # type: textblock
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1166 ../fish/guestfish-actions.pod:783
8951 msgid ""
8952 "This command copies from one source device or file C<src> to another "
8953 "destination device or file C<dest>.  Normally you would use this to copy to "
8954 "or from a device or partition, for example to duplicate a filesystem."
8955 msgstr ""
8956
8957 # type: textblock
8958 #. type: textblock
8959 #: ../src/guestfs-actions.pod:1171
8960 msgid ""
8961 "If the destination is a device, it must be as large or larger than the "
8962 "source file or device, otherwise the copy will fail.  This command cannot do "
8963 "partial copies (see C<guestfs_copy_size>)."
8964 msgstr ""
8965
8966 # type: =head2
8967 #. type: =head2
8968 #: ../src/guestfs-actions.pod:1179
8969 msgid "guestfs_df"
8970 msgstr ""
8971
8972 # type: verbatim
8973 #. type: verbatim
8974 #: ../src/guestfs-actions.pod:1181
8975 #, no-wrap
8976 msgid ""
8977 " char *\n"
8978 " guestfs_df (guestfs_h *g);\n"
8979 "\n"
8980 msgstr ""
8981
8982 # type: textblock
8983 #. type: textblock
8984 #: ../src/guestfs-actions.pod:1184 ../fish/guestfish-actions.pod:796
8985 msgid "This command runs the C<df> command to report disk space used."
8986 msgstr ""
8987
8988 # type: textblock
8989 #. type: textblock
8990 #: ../src/guestfs-actions.pod:1186 ../src/guestfs-actions.pod:1203
8991 msgid ""
8992 "This command is mostly useful for interactive sessions.  It is I<not> "
8993 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8994 "from programs."
8995 msgstr ""
8996
8997 # type: textblock
8998 #. type: textblock
8999 #: ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1210
9000 #: ../src/guestfs-actions.pod:1328 ../src/guestfs-actions.pod:2291
9001 #: ../src/guestfs-actions.pod:2315 ../src/guestfs-actions.pod:2383
9002 #: ../src/guestfs-actions.pod:4400 ../src/guestfs-actions.pod:4944
9003 #: ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:6901
9004 #: ../src/guestfs-actions.pod:7520 ../src/guestfs-actions.pod:7533
9005 #: ../src/guestfs-actions.pod:7546
9006 msgid "(Added in 1.0.54)"
9007 msgstr ""
9008
9009 # type: =head2
9010 #. type: =head2
9011 #: ../src/guestfs-actions.pod:1195
9012 msgid "guestfs_df_h"
9013 msgstr ""
9014
9015 # type: verbatim
9016 #. type: verbatim
9017 #: ../src/guestfs-actions.pod:1197
9018 #, no-wrap
9019 msgid ""
9020 " char *\n"
9021 " guestfs_df_h (guestfs_h *g);\n"
9022 "\n"
9023 msgstr ""
9024
9025 # type: textblock
9026 #. type: textblock
9027 #: ../src/guestfs-actions.pod:1200 ../fish/guestfish-actions.pod:806
9028 msgid ""
9029 "This command runs the C<df -h> command to report disk space used in human-"
9030 "readable format."
9031 msgstr ""
9032
9033 # type: =head2
9034 #. type: =head2
9035 #: ../src/guestfs-actions.pod:1212
9036 msgid "guestfs_dmesg"
9037 msgstr ""
9038
9039 # type: verbatim
9040 #. type: verbatim
9041 #: ../src/guestfs-actions.pod:1214
9042 #, no-wrap
9043 msgid ""
9044 " char *\n"
9045 " guestfs_dmesg (guestfs_h *g);\n"
9046 "\n"
9047 msgstr ""
9048
9049 # type: textblock
9050 #. type: textblock
9051 #: ../src/guestfs-actions.pod:1217 ../fish/guestfish-actions.pod:817
9052 msgid ""
9053 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
9054 "This is sometimes useful for extended debugging of problems."
9055 msgstr ""
9056
9057 # type: textblock
9058 #. type: textblock
9059 #: ../src/guestfs-actions.pod:1221
9060 msgid ""
9061 "Another way to get the same information is to enable verbose messages with "
9062 "C<guestfs_set_verbose> or by setting the environment variable "
9063 "C<LIBGUESTFS_DEBUG=1> before running the program."
9064 msgstr ""
9065
9066 # type: =head2
9067 #. type: =head2
9068 #: ../src/guestfs-actions.pod:1231
9069 msgid "guestfs_download"
9070 msgstr ""
9071
9072 # type: verbatim
9073 #. type: verbatim
9074 #: ../src/guestfs-actions.pod:1233
9075 #, no-wrap
9076 msgid ""
9077 " int\n"
9078 " guestfs_download (guestfs_h *g,\n"
9079 "                   const char *remotefilename,\n"
9080 "                   const char *filename);\n"
9081 "\n"
9082 msgstr ""
9083
9084 # type: textblock
9085 #. type: textblock
9086 #: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1263
9087 #: ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
9088 msgid ""
9089 "Download file C<remotefilename> and save it as C<filename> on the local "
9090 "machine."
9091 msgstr ""
9092
9093 # type: textblock
9094 #. type: textblock
9095 #: ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:7133
9096 #: ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4751
9097 msgid "C<filename> can also be a named pipe."
9098 msgstr ""
9099
9100 # type: textblock
9101 #. type: textblock
9102 #: ../src/guestfs-actions.pod:1243
9103 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
9104 msgstr ""
9105
9106 # type: =head2
9107 #. type: =head2
9108 #: ../src/guestfs-actions.pod:1254
9109 msgid "guestfs_download_offset"
9110 msgstr ""
9111
9112 # type: verbatim
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:1256
9115 #, no-wrap
9116 msgid ""
9117 " int\n"
9118 " guestfs_download_offset (guestfs_h *g,\n"
9119 "                          const char *remotefilename,\n"
9120 "                          const char *filename,\n"
9121 "                          int64_t offset,\n"
9122 "                          int64_t size);\n"
9123 "\n"
9124 msgstr ""
9125
9126 # type: textblock
9127 #. type: textblock
9128 #: ../src/guestfs-actions.pod:1266 ../fish/guestfish-actions.pod:846
9129 msgid ""
9130 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
9131 "region must be within the file or device)."
9132 msgstr ""
9133
9134 # type: textblock
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:1269
9137 msgid ""
9138 "Note that there is no limit on the amount of data that can be downloaded "
9139 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
9140 "full amount unless an error occurs."
9141 msgstr ""
9142
9143 # type: textblock
9144 #. type: textblock
9145 #: ../src/guestfs-actions.pod:1274
9146 msgid "See also C<guestfs_download>, C<guestfs_pread>."
9147 msgstr ""
9148
9149 # type: textblock
9150 #. type: textblock
9151 #: ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:7178
9152 msgid "(Added in 1.5.17)"
9153 msgstr ""
9154
9155 # type: =head2
9156 #. type: =head2
9157 #: ../src/guestfs-actions.pod:1285
9158 msgid "guestfs_drop_caches"
9159 msgstr ""
9160
9161 # type: verbatim
9162 #. type: verbatim
9163 #: ../src/guestfs-actions.pod:1287
9164 #, no-wrap
9165 msgid ""
9166 " int\n"
9167 " guestfs_drop_caches (guestfs_h *g,\n"
9168 "                      int whattodrop);\n"
9169 "\n"
9170 msgstr ""
9171
9172 # type: textblock
9173 #. type: textblock
9174 #: ../src/guestfs-actions.pod:1291 ../fish/guestfish-actions.pod:862
9175 msgid ""
9176 "This instructs the guest kernel to drop its page cache, and/or dentries and "
9177 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
9178 "to drop, see L<http://linux-mm.org/Drop_Caches>"
9179 msgstr ""
9180
9181 # type: textblock
9182 #. type: textblock
9183 #: ../src/guestfs-actions.pod:1296 ../fish/guestfish-actions.pod:867
9184 msgid "Setting C<whattodrop> to 3 should drop everything."
9185 msgstr ""
9186
9187 # type: textblock
9188 #. type: textblock
9189 #: ../src/guestfs-actions.pod:1298 ../fish/guestfish-actions.pod:869
9190 msgid ""
9191 "This automatically calls L<sync(2)> before the operation, so that the "
9192 "maximum guest memory is freed."
9193 msgstr ""
9194
9195 # type: =head2
9196 #. type: =head2
9197 #: ../src/guestfs-actions.pod:1305
9198 msgid "guestfs_du"
9199 msgstr ""
9200
9201 # type: verbatim
9202 #. type: verbatim
9203 #: ../src/guestfs-actions.pod:1307
9204 #, no-wrap
9205 msgid ""
9206 " int64_t\n"
9207 " guestfs_du (guestfs_h *g,\n"
9208 "             const char *path);\n"
9209 "\n"
9210 msgstr ""
9211
9212 # type: textblock
9213 #. type: textblock
9214 #: ../src/guestfs-actions.pod:1311 ../fish/guestfish-actions.pod:876
9215 msgid ""
9216 "This command runs the C<du -s> command to estimate file space usage for "
9217 "C<path>."
9218 msgstr ""
9219
9220 # type: textblock
9221 #. type: textblock
9222 #: ../src/guestfs-actions.pod:1314 ../fish/guestfish-actions.pod:879
9223 msgid ""
9224 "C<path> can be a file or a directory.  If C<path> is a directory then the "
9225 "estimate includes the contents of the directory and all subdirectories "
9226 "(recursively)."
9227 msgstr ""
9228
9229 # type: textblock
9230 #. type: textblock
9231 #: ../src/guestfs-actions.pod:1318 ../fish/guestfish-actions.pod:883
9232 msgid ""
9233 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
9234 msgstr ""
9235
9236 # type: =head2
9237 #. type: =head2
9238 #: ../src/guestfs-actions.pod:1330
9239 msgid "guestfs_e2fsck_f"
9240 msgstr ""
9241
9242 # type: verbatim
9243 #. type: verbatim
9244 #: ../src/guestfs-actions.pod:1332
9245 #, no-wrap
9246 msgid ""
9247 " int\n"
9248 " guestfs_e2fsck_f (guestfs_h *g,\n"
9249 "                   const char *device);\n"
9250 "\n"
9251 msgstr ""
9252
9253 #. type: textblock
9254 #: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:890
9255 msgid ""
9256 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
9257 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
9258 "clean (I<-f>)."
9259 msgstr ""
9260
9261 # type: textblock
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:1340
9264 msgid ""
9265 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
9266 "Normally you should use C<guestfs_fsck>."
9267 msgstr ""
9268
9269 # type: textblock
9270 #. type: textblock
9271 #: ../src/guestfs-actions.pod:1345
9272 msgid "(Added in 1.0.29)"
9273 msgstr ""
9274
9275 # type: =head2
9276 #. type: =head2
9277 #: ../src/guestfs-actions.pod:1347
9278 msgid "guestfs_echo_daemon"
9279 msgstr ""
9280
9281 # type: verbatim
9282 #. type: verbatim
9283 #: ../src/guestfs-actions.pod:1349
9284 #, no-wrap
9285 msgid ""
9286 " char *\n"
9287 " guestfs_echo_daemon (guestfs_h *g,\n"
9288 "                      char *const *words);\n"
9289 "\n"
9290 msgstr ""
9291
9292 # type: textblock
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:901
9295 msgid ""
9296 "This command concatenates the list of C<words> passed with single spaces "
9297 "between them and returns the resulting string."
9298 msgstr ""
9299
9300 # type: textblock
9301 #. type: textblock
9302 #: ../src/guestfs-actions.pod:1356 ../fish/guestfish-actions.pod:904
9303 msgid "You can use this command to test the connection through to the daemon."
9304 msgstr ""
9305
9306 # type: textblock
9307 #. type: textblock
9308 #: ../src/guestfs-actions.pod:1358
9309 msgid "See also C<guestfs_ping_daemon>."
9310 msgstr ""
9311
9312 # type: textblock
9313 #. type: textblock
9314 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:2099
9315 #: ../src/guestfs-actions.pod:6349
9316 msgid "(Added in 1.0.69)"
9317 msgstr ""
9318
9319 # type: =head2
9320 #. type: =head2
9321 #: ../src/guestfs-actions.pod:1365
9322 msgid "guestfs_egrep"
9323 msgstr ""
9324
9325 # type: verbatim
9326 #. type: verbatim
9327 #: ../src/guestfs-actions.pod:1367
9328 #, no-wrap
9329 msgid ""
9330 " char **\n"
9331 " guestfs_egrep (guestfs_h *g,\n"
9332 "                const char *regex,\n"
9333 "                const char *path);\n"
9334 "\n"
9335 msgstr ""
9336
9337 # type: textblock
9338 #. type: textblock
9339 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
9340 msgid ""
9341 "This calls the external C<egrep> program and returns the matching lines."
9342 msgstr ""
9343
9344 # type: textblock
9345 #. type: textblock
9346 #: ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1401
9347 #: ../src/guestfs-actions.pod:1458 ../src/guestfs-actions.pod:1504
9348 #: ../src/guestfs-actions.pod:1523 ../src/guestfs-actions.pod:2229
9349 #: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:2404
9350 #: ../src/guestfs-actions.pod:2417 ../src/guestfs-actions.pod:2432
9351 #: ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2500
9352 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:3780
9353 #: ../src/guestfs-actions.pod:3794 ../src/guestfs-actions.pod:3807
9354 #: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:4822
9355 #: ../src/guestfs-actions.pod:5845 ../src/guestfs-actions.pod:5894
9356 #: ../src/guestfs-actions.pod:6745 ../src/guestfs-actions.pod:6757
9357 #: ../src/guestfs-actions.pod:6770 ../src/guestfs-actions.pod:6783
9358 #: ../src/guestfs-actions.pod:6805 ../src/guestfs-actions.pod:6818
9359 #: ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6844
9360 #: ../src/guestfs-actions.pod:7616 ../src/guestfs-actions.pod:7635
9361 #: ../src/guestfs-actions.pod:7721 ../src/guestfs-actions.pod:7740
9362 #: ../src/guestfs-actions.pod:7786 ../src/guestfs-actions.pod:7805
9363 msgid "(Added in 1.0.66)"
9364 msgstr ""
9365
9366 # type: =head2
9367 #. type: =head2
9368 #: ../src/guestfs-actions.pod:1384
9369 msgid "guestfs_egrepi"
9370 msgstr ""
9371
9372 # type: verbatim
9373 #. type: verbatim
9374 #: ../src/guestfs-actions.pod:1386
9375 #, no-wrap
9376 msgid ""
9377 " char **\n"
9378 " guestfs_egrepi (guestfs_h *g,\n"
9379 "                 const char *regex,\n"
9380 "                 const char *path);\n"
9381 "\n"
9382 msgstr ""
9383
9384 # type: textblock
9385 #. type: textblock
9386 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
9387 msgid ""
9388 "This calls the external C<egrep -i> program and returns the matching lines."
9389 msgstr ""
9390
9391 # type: =head2
9392 #. type: =head2
9393 #: ../src/guestfs-actions.pod:1403
9394 msgid "guestfs_equal"
9395 msgstr ""
9396
9397 # type: verbatim
9398 #. type: verbatim
9399 #: ../src/guestfs-actions.pod:1405
9400 #, no-wrap
9401 msgid ""
9402 " int\n"
9403 " guestfs_equal (guestfs_h *g,\n"
9404 "                const char *file1,\n"
9405 "                const char *file2);\n"
9406 "\n"
9407 msgstr ""
9408
9409 # type: textblock
9410 #. type: textblock
9411 #: ../src/guestfs-actions.pod:1410 ../fish/guestfish-actions.pod:932
9412 msgid ""
9413 "This compares the two files C<file1> and C<file2> and returns true if their "
9414 "content is exactly equal, or false otherwise."
9415 msgstr ""
9416
9417 # type: textblock
9418 #. type: textblock
9419 #: ../src/guestfs-actions.pod:1413 ../fish/guestfish-actions.pod:935
9420 msgid "The external L<cmp(1)> program is used for the comparison."
9421 msgstr ""
9422
9423 # type: =head2
9424 #. type: =head2
9425 #: ../src/guestfs-actions.pod:1419
9426 msgid "guestfs_exists"
9427 msgstr ""
9428
9429 # type: verbatim
9430 #. type: verbatim
9431 #: ../src/guestfs-actions.pod:1421
9432 #, no-wrap
9433 msgid ""
9434 " int\n"
9435 " guestfs_exists (guestfs_h *g,\n"
9436 "                 const char *path);\n"
9437 "\n"
9438 msgstr ""
9439
9440 # type: textblock
9441 #. type: textblock
9442 #: ../src/guestfs-actions.pod:1425 ../fish/guestfish-actions.pod:941
9443 msgid ""
9444 "This returns C<true> if and only if there is a file, directory (or anything) "
9445 "with the given C<path> name."
9446 msgstr ""
9447
9448 # type: textblock
9449 #. type: textblock
9450 #: ../src/guestfs-actions.pod:1428
9451 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
9452 msgstr ""
9453
9454 # type: =head2
9455 #. type: =head2
9456 #: ../src/guestfs-actions.pod:1434
9457 msgid "guestfs_fallocate"
9458 msgstr ""
9459
9460 # type: verbatim
9461 #. type: verbatim
9462 #: ../src/guestfs-actions.pod:1436
9463 #, no-wrap
9464 msgid ""
9465 " int\n"
9466 " guestfs_fallocate (guestfs_h *g,\n"
9467 "                    const char *path,\n"
9468 "                    int len);\n"
9469 "\n"
9470 msgstr ""
9471
9472 # type: textblock
9473 #. type: textblock
9474 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1467
9475 #: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
9476 msgid ""
9477 "This command preallocates a file (containing zero bytes) named C<path> of "
9478 "size C<len> bytes.  If the file exists already, it is overwritten."
9479 msgstr ""
9480
9481 # type: textblock
9482 #. type: textblock
9483 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:954
9484 msgid ""
9485 "Do not confuse this with the guestfish-specific C<alloc> command which "
9486 "allocates a file in the host and attaches it as a device."
9487 msgstr ""
9488
9489 # type: textblock
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1451 ../fish/guestfish-actions.pod:958
9492 msgid ""
9493 "This function is deprecated.  In new code, use the C<fallocate64> call "
9494 "instead."
9495 msgstr ""
9496
9497 # type: =head2
9498 #. type: =head2
9499 #: ../src/guestfs-actions.pod:1460
9500 msgid "guestfs_fallocate64"
9501 msgstr ""
9502
9503 # type: verbatim
9504 #. type: verbatim
9505 #: ../src/guestfs-actions.pod:1462
9506 #, no-wrap
9507 msgid ""
9508 " int\n"
9509 " guestfs_fallocate64 (guestfs_h *g,\n"
9510 "                      const char *path,\n"
9511 "                      int64_t len);\n"
9512 "\n"
9513 msgstr ""
9514
9515 # type: textblock
9516 #. type: textblock
9517 #: ../src/guestfs-actions.pod:1471
9518 msgid ""
9519 "Note that this call allocates disk blocks for the file.  To create a sparse "
9520 "file use C<guestfs_truncate_size> instead."
9521 msgstr ""
9522
9523 # type: textblock
9524 #. type: textblock
9525 #: ../src/guestfs-actions.pod:1474
9526 msgid ""
9527 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
9528 "oversight it only allowed 30 bit lengths to be specified, effectively "
9529 "limiting the maximum size of files created through that call to 1GB."
9530 msgstr ""
9531
9532 # type: textblock
9533 #. type: textblock
9534 #: ../src/guestfs-actions.pod:1479 ../fish/guestfish-actions.pod:981
9535 msgid ""
9536 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
9537 "commands which create a file in the host and attach it as a device."
9538 msgstr ""
9539
9540 # type: textblock
9541 #. type: textblock
9542 #: ../src/guestfs-actions.pod:1485
9543 msgid "(Added in 1.3.17)"
9544 msgstr ""
9545
9546 # type: =head2
9547 #. type: =head2
9548 #: ../src/guestfs-actions.pod:1487
9549 msgid "guestfs_fgrep"
9550 msgstr ""
9551
9552 # type: verbatim
9553 #. type: verbatim
9554 #: ../src/guestfs-actions.pod:1489
9555 #, no-wrap
9556 msgid ""
9557 " char **\n"
9558 " guestfs_fgrep (guestfs_h *g,\n"
9559 "                const char *pattern,\n"
9560 "                const char *path);\n"
9561 "\n"
9562 msgstr ""
9563
9564 # type: textblock
9565 #. type: textblock
9566 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
9567 msgid ""
9568 "This calls the external C<fgrep> program and returns the matching lines."
9569 msgstr ""
9570
9571 # type: =head2
9572 #. type: =head2
9573 #: ../src/guestfs-actions.pod:1506
9574 msgid "guestfs_fgrepi"
9575 msgstr ""
9576
9577 # type: verbatim
9578 #. type: verbatim
9579 #: ../src/guestfs-actions.pod:1508
9580 #, no-wrap
9581 msgid ""
9582 " char **\n"
9583 " guestfs_fgrepi (guestfs_h *g,\n"
9584 "                 const char *pattern,\n"
9585 "                 const char *path);\n"
9586 "\n"
9587 msgstr ""
9588
9589 # type: textblock
9590 #. type: textblock
9591 #: ../src/guestfs-actions.pod:1513 ../fish/guestfish-actions.pod:999
9592 msgid ""
9593 "This calls the external C<fgrep -i> program and returns the matching lines."
9594 msgstr ""
9595
9596 # type: =head2
9597 #. type: =head2
9598 #: ../src/guestfs-actions.pod:1525
9599 msgid "guestfs_file"
9600 msgstr ""
9601
9602 # type: verbatim
9603 #. type: verbatim
9604 #: ../src/guestfs-actions.pod:1527
9605 #, no-wrap
9606 msgid ""
9607 " char *\n"
9608 " guestfs_file (guestfs_h *g,\n"
9609 "               const char *path);\n"
9610 "\n"
9611 msgstr ""
9612
9613 # type: textblock
9614 #. type: textblock
9615 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1009
9616 msgid ""
9617 "This call uses the standard L<file(1)> command to determine the type or "
9618 "contents of the file."
9619 msgstr ""
9620
9621 # type: textblock
9622 #. type: textblock
9623 #: ../src/guestfs-actions.pod:1534 ../fish/guestfish-actions.pod:1012
9624 msgid ""
9625 "This call will also transparently look inside various types of compressed "
9626 "file."
9627 msgstr ""
9628
9629 #. type: textblock
9630 #: ../src/guestfs-actions.pod:1537 ../fish/guestfish-actions.pod:1015
9631 msgid ""
9632 "The exact command which runs is C<file -zb path>.  Note in particular that "
9633 "the filename is not prepended to the output (the I<-b> option)."
9634 msgstr ""
9635
9636 #. type: textblock
9637 #: ../src/guestfs-actions.pod:1541 ../fish/guestfish-actions.pod:1019
9638 msgid ""
9639 "The output depends on the output of the underlying L<file(1)> command and it "
9640 "can change in future in ways beyond our control.  In other words, the output "
9641 "is not guaranteed by the ABI."
9642 msgstr ""
9643
9644 #. type: textblock
9645 #: ../src/guestfs-actions.pod:1545
9646 msgid ""
9647 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
9648 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
9649 msgstr ""
9650
9651 # type: =head2
9652 #. type: =head2
9653 #: ../src/guestfs-actions.pod:1553
9654 msgid "guestfs_file_architecture"
9655 msgstr ""
9656
9657 # type: verbatim
9658 #. type: verbatim
9659 #: ../src/guestfs-actions.pod:1555
9660 #, no-wrap
9661 msgid ""
9662 " char *\n"
9663 " guestfs_file_architecture (guestfs_h *g,\n"
9664 "                            const char *filename);\n"
9665 "\n"
9666 msgstr ""
9667
9668 # type: textblock
9669 #. type: textblock
9670 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1030
9671 msgid ""
9672 "This detects the architecture of the binary C<filename>, and returns it if "
9673 "known."
9674 msgstr ""
9675
9676 # type: textblock
9677 #. type: textblock
9678 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1033
9679 msgid "Currently defined architectures are:"
9680 msgstr ""
9681
9682 # type: =item
9683 #. type: =item
9684 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1037
9685 msgid "\"i386\""
9686 msgstr ""
9687
9688 # type: textblock
9689 #. type: textblock
9690 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1039
9691 msgid ""
9692 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
9693 "irrespective of the precise processor requirements of the binary."
9694 msgstr ""
9695
9696 # type: =item
9697 #. type: =item
9698 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1042
9699 msgid "\"x86_64\""
9700 msgstr ""
9701
9702 # type: textblock
9703 #. type: textblock
9704 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1044
9705 msgid "64 bit x86-64."
9706 msgstr ""
9707
9708 # type: =item
9709 #. type: =item
9710 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1046
9711 msgid "\"sparc\""
9712 msgstr ""
9713
9714 # type: textblock
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1048
9717 msgid "32 bit SPARC."
9718 msgstr ""
9719
9720 # type: =item
9721 #. type: =item
9722 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1050
9723 msgid "\"sparc64\""
9724 msgstr ""
9725
9726 # type: textblock
9727 #. type: textblock
9728 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1052
9729 msgid "64 bit SPARC V9 and above."
9730 msgstr ""
9731
9732 # type: =item
9733 #. type: =item
9734 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1054
9735 msgid "\"ia64\""
9736 msgstr ""
9737
9738 # type: textblock
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1056
9741 msgid "Intel Itanium."
9742 msgstr ""
9743
9744 # type: =item
9745 #. type: =item
9746 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1058
9747 msgid "\"ppc\""
9748 msgstr ""
9749
9750 # type: textblock
9751 #. type: textblock
9752 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1060
9753 msgid "32 bit Power PC."
9754 msgstr ""
9755
9756 # type: =item
9757 #. type: =item
9758 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1062
9759 msgid "\"ppc64\""
9760 msgstr ""
9761
9762 # type: textblock
9763 #. type: textblock
9764 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1064
9765 msgid "64 bit Power PC."
9766 msgstr ""
9767
9768 # type: textblock
9769 #. type: textblock
9770 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1068
9771 msgid "Libguestfs may return other architecture strings in future."
9772 msgstr ""
9773
9774 # type: textblock
9775 #. type: textblock
9776 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1070
9777 msgid "The function works on at least the following types of files:"
9778 msgstr ""
9779
9780 # type: textblock
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1076
9783 msgid "many types of Un*x and Linux binary"
9784 msgstr ""
9785
9786 # type: textblock
9787 #. type: textblock
9788 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1080
9789 msgid "many types of Un*x and Linux shared library"
9790 msgstr ""
9791
9792 # type: textblock
9793 #. type: textblock
9794 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1084
9795 msgid "Windows Win32 and Win64 binaries"
9796 msgstr ""
9797
9798 # type: textblock
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1088
9801 msgid "Windows Win32 and Win64 DLLs"
9802 msgstr ""
9803
9804 # type: textblock
9805 #. type: textblock
9806 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1090
9807 msgid "Win32 binaries and DLLs return C<i386>."
9808 msgstr ""
9809
9810 # type: textblock
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1092
9813 msgid "Win64 binaries and DLLs return C<x86_64>."
9814 msgstr ""
9815
9816 # type: textblock
9817 #. type: textblock
9818 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1096
9819 msgid "Linux kernel modules"
9820 msgstr ""
9821
9822 # type: textblock
9823 #. type: textblock
9824 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1100
9825 msgid "Linux new-style initrd images"
9826 msgstr ""
9827
9828 # type: textblock
9829 #. type: textblock
9830 #: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1104
9831 msgid "some non-x86 Linux vmlinuz kernels"
9832 msgstr ""
9833
9834 # type: textblock
9835 #. type: textblock
9836 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1108
9837 msgid "What it can't do currently:"
9838 msgstr ""
9839
9840 # type: textblock
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1114
9843 msgid "static libraries (libfoo.a)"
9844 msgstr ""
9845
9846 # type: textblock
9847 #. type: textblock
9848 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1118
9849 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9850 msgstr ""
9851
9852 # type: textblock
9853 #. type: textblock
9854 #: ../src/guestfs-actions.pod:1651 ../fish/guestfish-actions.pod:1122
9855 msgid "x86 Linux vmlinuz kernels"
9856 msgstr ""
9857
9858 # type: textblock
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:1653 ../fish/guestfish-actions.pod:1124
9861 msgid ""
9862 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9863 "compressed code, and are horribly hard to unpack.  If you want to find the "
9864 "architecture of a kernel, use the architecture of the associated initrd or "
9865 "kernel module(s) instead."
9866 msgstr ""
9867
9868 # type: textblock
9869 #. type: textblock
9870 #: ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1826
9871 #: ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:2533
9872 #: ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:2689
9873 #: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2894
9874 #: ../src/guestfs-actions.pod:2934 ../src/guestfs-actions.pod:3009
9875 #: ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3339
9876 #: ../src/guestfs-actions.pod:3471
9877 msgid "(Added in 1.5.3)"
9878 msgstr ""
9879
9880 # type: =head2
9881 #. type: =head2
9882 #: ../src/guestfs-actions.pod:1665
9883 msgid "guestfs_filesize"
9884 msgstr ""
9885
9886 # type: verbatim
9887 #. type: verbatim
9888 #: ../src/guestfs-actions.pod:1667
9889 #, no-wrap
9890 msgid ""
9891 " int64_t\n"
9892 " guestfs_filesize (guestfs_h *g,\n"
9893 "                   const char *file);\n"
9894 "\n"
9895 msgstr ""
9896
9897 # type: textblock
9898 #. type: textblock
9899 #: ../src/guestfs-actions.pod:1671 ../fish/guestfish-actions.pod:1135
9900 msgid "This command returns the size of C<file> in bytes."
9901 msgstr ""
9902
9903 # type: textblock
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:1673
9906 msgid ""
9907 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9908 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9909 "devices, use C<guestfs_blockdev_getsize64>."
9910 msgstr ""
9911
9912 # type: textblock
9913 #. type: textblock
9914 #: ../src/guestfs-actions.pod:1679
9915 msgid "(Added in 1.0.82)"
9916 msgstr ""
9917
9918 # type: =head2
9919 #. type: =head2
9920 #: ../src/guestfs-actions.pod:1681
9921 msgid "guestfs_fill"
9922 msgstr ""
9923
9924 # type: verbatim
9925 #. type: verbatim
9926 #: ../src/guestfs-actions.pod:1683
9927 #, no-wrap
9928 msgid ""
9929 " int\n"
9930 " guestfs_fill (guestfs_h *g,\n"
9931 "               int c,\n"
9932 "               int len,\n"
9933 "               const char *path);\n"
9934 "\n"
9935 msgstr ""
9936
9937 # type: textblock
9938 #. type: textblock
9939 #: ../src/guestfs-actions.pod:1689 ../fish/guestfish-actions.pod:1145
9940 msgid ""
9941 "This command creates a new file called C<path>.  The initial content of the "
9942 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9943 "[0..255]>."
9944 msgstr ""
9945
9946 # type: textblock
9947 #. type: textblock
9948 #: ../src/guestfs-actions.pod:1693
9949 msgid ""
9950 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9951 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9952 "bytes use C<guestfs_fill_pattern>."
9953 msgstr ""
9954
9955 # type: textblock
9956 #. type: textblock
9957 #: ../src/guestfs-actions.pod:1705
9958 msgid "(Added in 1.0.79)"
9959 msgstr ""
9960
9961 # type: =head2
9962 #. type: =head2
9963 #: ../src/guestfs-actions.pod:1707
9964 msgid "guestfs_fill_pattern"
9965 msgstr ""
9966
9967 # type: verbatim
9968 #. type: verbatim
9969 #: ../src/guestfs-actions.pod:1709
9970 #, no-wrap
9971 msgid ""
9972 " int\n"
9973 " guestfs_fill_pattern (guestfs_h *g,\n"
9974 "                       const char *pattern,\n"
9975 "                       int len,\n"
9976 "                       const char *path);\n"
9977 "\n"
9978 msgstr ""
9979
9980 # type: textblock
9981 #. type: textblock
9982 #: ../src/guestfs-actions.pod:1715
9983 msgid ""
9984 "This function is like C<guestfs_fill> except that it creates a new file of "
9985 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9986 "pattern is truncated if necessary to ensure the length of the file is "
9987 "exactly C<len> bytes."
9988 msgstr ""
9989
9990 # type: textblock
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:1727
9993 msgid "(Added in 1.3.12)"
9994 msgstr ""
9995
9996 # type: =head2
9997 #. type: =head2
9998 #: ../src/guestfs-actions.pod:1729
9999 msgid "guestfs_find"
10000 msgstr ""
10001
10002 # type: verbatim
10003 #. type: verbatim
10004 #: ../src/guestfs-actions.pod:1731
10005 #, no-wrap
10006 msgid ""
10007 " char **\n"
10008 " guestfs_find (guestfs_h *g,\n"
10009 "               const char *directory);\n"
10010 "\n"
10011 msgstr ""
10012
10013 # type: textblock
10014 #. type: textblock
10015 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1167
10016 msgid ""
10017 "This command lists out all files and directories, recursively, starting at "
10018 "C<directory>.  It is essentially equivalent to running the shell command "
10019 "C<find directory -print> but some post-processing happens on the output, "
10020 "described below."
10021 msgstr ""
10022
10023 # type: textblock
10024 #. type: textblock
10025 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1172
10026 msgid ""
10027 "This returns a list of strings I<without any prefix>.  Thus if the directory "
10028 "structure was:"
10029 msgstr ""
10030
10031 # type: verbatim
10032 #. type: verbatim
10033 #: ../src/guestfs-actions.pod:1743 ../fish/guestfish-actions.pod:1175
10034 #, no-wrap
10035 msgid ""
10036 " /tmp/a\n"
10037 " /tmp/b\n"
10038 " /tmp/c/d\n"
10039 "\n"
10040 msgstr ""
10041
10042 # type: textblock
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:1747
10045 msgid ""
10046 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
10047 msgstr ""
10048
10049 # type: verbatim
10050 #. type: verbatim
10051 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1182
10052 #, no-wrap
10053 msgid ""
10054 " a\n"
10055 " b\n"
10056 " c\n"
10057 " c/d\n"
10058 "\n"
10059 msgstr ""
10060
10061 # type: textblock
10062 #. type: textblock
10063 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1187
10064 msgid "If C<directory> is not a directory, then this command returns an error."
10065 msgstr ""
10066
10067 # type: textblock
10068 #. type: textblock
10069 #: ../src/guestfs-actions.pod:1758 ../fish/guestfish-actions.pod:1190
10070 msgid "The returned list is sorted."
10071 msgstr ""
10072
10073 # type: textblock
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:1760
10076 msgid "See also C<guestfs_find0>."
10077 msgstr ""
10078
10079 # type: textblock
10080 #. type: textblock
10081 #: ../src/guestfs-actions.pod:1769 ../src/guestfs-actions.pod:4227
10082 #: ../src/guestfs-actions.pod:5929
10083 msgid "(Added in 1.0.27)"
10084 msgstr ""
10085
10086 # type: =head2
10087 #. type: =head2
10088 #: ../src/guestfs-actions.pod:1771
10089 msgid "guestfs_find0"
10090 msgstr ""
10091
10092 # type: verbatim
10093 #. type: verbatim
10094 #: ../src/guestfs-actions.pod:1773
10095 #, no-wrap
10096 msgid ""
10097 " int\n"
10098 " guestfs_find0 (guestfs_h *g,\n"
10099 "                const char *directory,\n"
10100 "                const char *files);\n"
10101 "\n"
10102 msgstr ""
10103
10104 # type: textblock
10105 #. type: textblock
10106 #: ../src/guestfs-actions.pod:1778 ../fish/guestfish-actions.pod:1201
10107 msgid ""
10108 "This command lists out all files and directories, recursively, starting at "
10109 "C<directory>, placing the resulting list in the external file called "
10110 "C<files>."
10111 msgstr ""
10112
10113 # type: textblock
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:1782
10116 msgid ""
10117 "This command works the same way as C<guestfs_find> with the following "
10118 "exceptions:"
10119 msgstr ""
10120
10121 # type: textblock
10122 #. type: textblock
10123 #: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1212
10124 msgid "The resulting list is written to an external file."
10125 msgstr ""
10126
10127 # type: textblock
10128 #. type: textblock
10129 #: ../src/guestfs-actions.pod:1793 ../fish/guestfish-actions.pod:1216
10130 msgid ""
10131 "Items (filenames) in the result are separated by C<\\0> characters.  See "
10132 "L<find(1)> option I<-print0>."
10133 msgstr ""
10134
10135 # type: textblock
10136 #. type: textblock
10137 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1221
10138 msgid "This command is not limited in the number of names that it can return."
10139 msgstr ""
10140
10141 # type: textblock
10142 #. type: textblock
10143 #: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1226
10144 msgid "The result list is not sorted."
10145 msgstr ""
10146
10147 # type: textblock
10148 #. type: textblock
10149 #: ../src/guestfs-actions.pod:1809
10150 msgid "(Added in 1.0.74)"
10151 msgstr ""
10152
10153 # type: =head2
10154 #. type: =head2
10155 #: ../src/guestfs-actions.pod:1811
10156 msgid "guestfs_findfs_label"
10157 msgstr ""
10158
10159 # type: verbatim
10160 #. type: verbatim
10161 #: ../src/guestfs-actions.pod:1813
10162 #, no-wrap
10163 msgid ""
10164 " char *\n"
10165 " guestfs_findfs_label (guestfs_h *g,\n"
10166 "                       const char *label);\n"
10167 "\n"
10168 msgstr ""
10169
10170 # type: textblock
10171 #. type: textblock
10172 #: ../src/guestfs-actions.pod:1817 ../fish/guestfish-actions.pod:1236
10173 msgid ""
10174 "This command searches the filesystems and returns the one which has the "
10175 "given label.  An error is returned if no such filesystem can be found."
10176 msgstr ""
10177
10178 # type: textblock
10179 #. type: textblock
10180 #: ../src/guestfs-actions.pod:1821
10181 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
10182 msgstr ""
10183
10184 # type: =head2
10185 #. type: =head2
10186 #: ../src/guestfs-actions.pod:1828
10187 msgid "guestfs_findfs_uuid"
10188 msgstr ""
10189
10190 # type: verbatim
10191 #. type: verbatim
10192 #: ../src/guestfs-actions.pod:1830
10193 #, no-wrap
10194 msgid ""
10195 " char *\n"
10196 " guestfs_findfs_uuid (guestfs_h *g,\n"
10197 "                      const char *uuid);\n"
10198 "\n"
10199 msgstr ""
10200
10201 # type: textblock
10202 #. type: textblock
10203 #: ../src/guestfs-actions.pod:1834 ../fish/guestfish-actions.pod:1246
10204 msgid ""
10205 "This command searches the filesystems and returns the one which has the "
10206 "given UUID.  An error is returned if no such filesystem can be found."
10207 msgstr ""
10208
10209 # type: textblock
10210 #. type: textblock
10211 #: ../src/guestfs-actions.pod:1838
10212 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
10213 msgstr ""
10214
10215 # type: =head2
10216 #. type: =head2
10217 #: ../src/guestfs-actions.pod:1845
10218 msgid "guestfs_fsck"
10219 msgstr ""
10220
10221 # type: verbatim
10222 #. type: verbatim
10223 #: ../src/guestfs-actions.pod:1847
10224 #, no-wrap
10225 msgid ""
10226 " int\n"
10227 " guestfs_fsck (guestfs_h *g,\n"
10228 "               const char *fstype,\n"
10229 "               const char *device);\n"
10230 "\n"
10231 msgstr ""
10232
10233 # type: textblock
10234 #. type: textblock
10235 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1256
10236 msgid ""
10237 "This runs the filesystem checker (fsck) on C<device> which should have "
10238 "filesystem type C<fstype>."
10239 msgstr ""
10240
10241 # type: textblock
10242 #. type: textblock
10243 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:1259
10244 msgid ""
10245 "The returned integer is the status.  See L<fsck(8)> for the list of status "
10246 "codes from C<fsck>."
10247 msgstr ""
10248
10249 # type: textblock
10250 #. type: textblock
10251 #: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1268
10252 msgid "Multiple status codes can be summed together."
10253 msgstr ""
10254
10255 # type: textblock
10256 #. type: textblock
10257 #: ../src/guestfs-actions.pod:1868 ../fish/guestfish-actions.pod:1272
10258 msgid ""
10259 "A non-zero return code can mean \"success\", for example if errors have been "
10260 "corrected on the filesystem."
10261 msgstr ""
10262
10263 # type: textblock
10264 #. type: textblock
10265 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1277
10266 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
10267 msgstr ""
10268
10269 # type: textblock
10270 #. type: textblock
10271 #: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1282
10272 msgid ""
10273 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
10274 msgstr ""
10275
10276 # type: textblock
10277 #. type: textblock
10278 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:7659
10279 msgid "(Added in 1.0.16)"
10280 msgstr ""
10281
10282 # type: =head2
10283 #. type: =head2
10284 #: ../src/guestfs-actions.pod:1884
10285 msgid "guestfs_get_append"
10286 msgstr ""
10287
10288 # type: verbatim
10289 #. type: verbatim
10290 #: ../src/guestfs-actions.pod:1886
10291 #, no-wrap
10292 msgid ""
10293 " const char *\n"
10294 " guestfs_get_append (guestfs_h *g);\n"
10295 "\n"
10296 msgstr ""
10297
10298 # type: textblock
10299 #. type: textblock
10300 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
10301 msgid ""
10302 "Return the additional kernel options which are added to the guest kernel "
10303 "command line."
10304 msgstr ""
10305
10306 # type: textblock
10307 #. type: textblock
10308 #: ../src/guestfs-actions.pod:1892 ../fish/guestfish-actions.pod:1291
10309 msgid "If C<NULL> then no options are added."
10310 msgstr ""
10311
10312 # type: textblock
10313 #. type: textblock
10314 #: ../src/guestfs-actions.pod:1894
10315 msgid ""
10316 "This function returns a string which may be NULL.  There is no way to return "
10317 "an error from this function.  The string is owned by the guest handle and "
10318 "must I<not> be freed."
10319 msgstr ""
10320
10321 # type: textblock
10322 #. type: textblock
10323 #: ../src/guestfs-actions.pod:1898 ../src/guestfs-actions.pod:5607
10324 #: ../src/guestfs-actions.pod:6089 ../src/guestfs-actions.pod:6512
10325 #: ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6547
10326 #: ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:7325
10327 #: ../src/guestfs-actions.pod:7340 ../src/guestfs-actions.pod:7702
10328 msgid "(Added in 1.0.26)"
10329 msgstr ""
10330
10331 #. type: =head2
10332 #: ../src/guestfs-actions.pod:1900
10333 msgid "guestfs_get_attach_method"
10334 msgstr ""
10335
10336 #. type: verbatim
10337 #: ../src/guestfs-actions.pod:1902
10338 #, no-wrap
10339 msgid ""
10340 " char *\n"
10341 " guestfs_get_attach_method (guestfs_h *g);\n"
10342 "\n"
10343 msgstr ""
10344
10345 #. type: textblock
10346 #: ../src/guestfs-actions.pod:1905
10347 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
10348 msgstr ""
10349
10350 #. type: textblock
10351 #: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:6119
10352 msgid "(Added in 1.9.8)"
10353 msgstr ""
10354
10355 # type: =head2
10356 #. type: =head2
10357 #: ../src/guestfs-actions.pod:1912
10358 msgid "guestfs_get_autosync"
10359 msgstr ""
10360
10361 # type: verbatim
10362 #. type: verbatim
10363 #: ../src/guestfs-actions.pod:1914
10364 #, no-wrap
10365 msgid ""
10366 " int\n"
10367 " guestfs_get_autosync (guestfs_h *g);\n"
10368 "\n"
10369 msgstr ""
10370
10371 # type: textblock
10372 #. type: textblock
10373 #: ../src/guestfs-actions.pod:1917 ../fish/guestfish-actions.pod:1303
10374 msgid "Get the autosync flag."
10375 msgstr ""
10376
10377 # type: =head2
10378 #. type: =head2
10379 #: ../src/guestfs-actions.pod:1923
10380 msgid "guestfs_get_direct"
10381 msgstr ""
10382
10383 # type: verbatim
10384 #. type: verbatim
10385 #: ../src/guestfs-actions.pod:1925
10386 #, no-wrap
10387 msgid ""
10388 " int\n"
10389 " guestfs_get_direct (guestfs_h *g);\n"
10390 "\n"
10391 msgstr ""
10392
10393 # type: textblock
10394 #. type: textblock
10395 #: ../src/guestfs-actions.pod:1928 ../fish/guestfish-actions.pod:1309
10396 msgid "Return the direct appliance mode flag."
10397 msgstr ""
10398
10399 # type: textblock
10400 #. type: textblock
10401 #: ../src/guestfs-actions.pod:1932 ../src/guestfs-actions.pod:6160
10402 msgid "(Added in 1.0.72)"
10403 msgstr ""
10404
10405 # type: =head2
10406 #. type: =head2
10407 #: ../src/guestfs-actions.pod:1934
10408 msgid "guestfs_get_e2label"
10409 msgstr ""
10410
10411 # type: verbatim
10412 #. type: verbatim
10413 #: ../src/guestfs-actions.pod:1936
10414 #, no-wrap
10415 msgid ""
10416 " char *\n"
10417 " guestfs_get_e2label (guestfs_h *g,\n"
10418 "                      const char *device);\n"
10419 "\n"
10420 msgstr ""
10421
10422 # type: textblock
10423 #. type: textblock
10424 #: ../src/guestfs-actions.pod:1940 ../fish/guestfish-actions.pod:1315
10425 msgid ""
10426 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
10427 msgstr ""
10428
10429 # type: textblock
10430 #. type: textblock
10431 #: ../src/guestfs-actions.pod:1946 ../fish/guestfish-actions.pod:1318
10432 msgid ""
10433 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
10434 msgstr ""
10435
10436 # type: textblock
10437 #. type: textblock
10438 #: ../src/guestfs-actions.pod:1953 ../src/guestfs-actions.pod:1974
10439 #: ../src/guestfs-actions.pod:6178 ../src/guestfs-actions.pod:6197
10440 msgid "(Added in 1.0.15)"
10441 msgstr ""
10442
10443 # type: =head2
10444 #. type: =head2
10445 #: ../src/guestfs-actions.pod:1955
10446 msgid "guestfs_get_e2uuid"
10447 msgstr ""
10448
10449 # type: verbatim
10450 #. type: verbatim
10451 #: ../src/guestfs-actions.pod:1957
10452 #, no-wrap
10453 msgid ""
10454 " char *\n"
10455 " guestfs_get_e2uuid (guestfs_h *g,\n"
10456 "                     const char *device);\n"
10457 "\n"
10458 msgstr ""
10459
10460 # type: textblock
10461 #. type: textblock
10462 #: ../src/guestfs-actions.pod:1961 ../fish/guestfish-actions.pod:1329
10463 msgid ""
10464 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
10465 msgstr ""
10466
10467 # type: textblock
10468 #. type: textblock
10469 #: ../src/guestfs-actions.pod:1967 ../fish/guestfish-actions.pod:1332
10470 msgid ""
10471 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
10472 msgstr ""
10473
10474 # type: =head2
10475 #. type: =head2
10476 #: ../src/guestfs-actions.pod:1976
10477 msgid "guestfs_get_memsize"
10478 msgstr ""
10479
10480 # type: verbatim
10481 #. type: verbatim
10482 #: ../src/guestfs-actions.pod:1978
10483 #, no-wrap
10484 msgid ""
10485 " int\n"
10486 " guestfs_get_memsize (guestfs_h *g);\n"
10487 "\n"
10488 msgstr ""
10489
10490 # type: textblock
10491 #. type: textblock
10492 #: ../src/guestfs-actions.pod:1981 ../fish/guestfish-actions.pod:1343
10493 msgid ""
10494 "This gets the memory size in megabytes allocated to the qemu subprocess."
10495 msgstr ""
10496
10497 # type: textblock
10498 #. type: textblock
10499 #: ../src/guestfs-actions.pod:1984
10500 msgid ""
10501 "If C<guestfs_set_memsize> was not called on this handle, and if "
10502 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
10503 "value for memsize."
10504 msgstr ""
10505
10506 # type: textblock
10507 #. type: textblock
10508 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2069
10509 #: ../src/guestfs-actions.pod:6213 ../src/guestfs-actions.pod:6320
10510 #: ../fish/guestfish-actions.pod:1350 ../fish/guestfish-actions.pod:1401
10511 #: ../fish/guestfish-actions.pod:4126 ../fish/guestfish-actions.pod:4213
10512 msgid ""
10513 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
10514 msgstr ""
10515
10516 # type: textblock
10517 #. type: textblock
10518 #: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:4518
10519 #: ../src/guestfs-actions.pod:4727 ../src/guestfs-actions.pod:4746
10520 #: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4777
10521 #: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:4807
10522 #: ../src/guestfs-actions.pod:5832 ../src/guestfs-actions.pod:6218
10523 #: ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:7094
10524 msgid "(Added in 1.0.55)"
10525 msgstr ""
10526
10527 # type: =head2
10528 #. type: =head2
10529 #: ../src/guestfs-actions.pod:1995
10530 msgid "guestfs_get_network"
10531 msgstr ""
10532
10533 # type: verbatim
10534 #. type: verbatim
10535 #: ../src/guestfs-actions.pod:1997
10536 #, no-wrap
10537 msgid ""
10538 " int\n"
10539 " guestfs_get_network (guestfs_h *g);\n"
10540 "\n"
10541 msgstr ""
10542
10543 # type: textblock
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1357
10546 msgid "This returns the enable network flag."
10547 msgstr ""
10548
10549 # type: textblock
10550 #. type: textblock
10551 #: ../src/guestfs-actions.pod:2004 ../src/guestfs-actions.pod:6237
10552 msgid "(Added in 1.5.4)"
10553 msgstr ""
10554
10555 # type: =head2
10556 #. type: =head2
10557 #: ../src/guestfs-actions.pod:2006
10558 msgid "guestfs_get_path"
10559 msgstr ""
10560
10561 # type: verbatim
10562 #. type: verbatim
10563 #: ../src/guestfs-actions.pod:2008
10564 #, no-wrap
10565 msgid ""
10566 " const char *\n"
10567 " guestfs_get_path (guestfs_h *g);\n"
10568 "\n"
10569 msgstr ""
10570
10571 # type: textblock
10572 #. type: textblock
10573 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1363
10574 msgid "Return the current search path."
10575 msgstr ""
10576
10577 # type: textblock
10578 #. type: textblock
10579 #: ../src/guestfs-actions.pod:2013 ../fish/guestfish-actions.pod:1365
10580 msgid ""
10581 "This is always non-NULL.  If it wasn't set already, then this will return "
10582 "the default path."
10583 msgstr ""
10584
10585 # type: textblock
10586 #. type: textblock
10587 #: ../src/guestfs-actions.pod:2016 ../src/guestfs-actions.pod:2045
10588 msgid ""
10589 "This function returns a string, or NULL on error.  The string is owned by "
10590 "the guest handle and must I<not> be freed."
10591 msgstr ""
10592
10593 # type: =head2
10594 #. type: =head2
10595 #: ../src/guestfs-actions.pod:2021
10596 msgid "guestfs_get_pid"
10597 msgstr ""
10598
10599 # type: verbatim
10600 #. type: verbatim
10601 #: ../src/guestfs-actions.pod:2023
10602 #, no-wrap
10603 msgid ""
10604 " int\n"
10605 " guestfs_get_pid (guestfs_h *g);\n"
10606 "\n"
10607 msgstr ""
10608
10609 # type: textblock
10610 #. type: textblock
10611 #: ../src/guestfs-actions.pod:2026 ../fish/guestfish-actions.pod:1374
10612 msgid ""
10613 "Return the process ID of the qemu subprocess.  If there is no qemu "
10614 "subprocess, then this will return an error."
10615 msgstr ""
10616
10617 # type: textblock
10618 #. type: textblock
10619 #: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1377
10620 msgid "This is an internal call used for debugging and testing."
10621 msgstr ""
10622
10623 # type: textblock
10624 #. type: textblock
10625 #: ../src/guestfs-actions.pod:2033
10626 msgid "(Added in 1.0.56)"
10627 msgstr ""
10628
10629 # type: =head2
10630 #. type: =head2
10631 #: ../src/guestfs-actions.pod:2035
10632 msgid "guestfs_get_qemu"
10633 msgstr ""
10634
10635 # type: verbatim
10636 #. type: verbatim
10637 #: ../src/guestfs-actions.pod:2037
10638 #, no-wrap
10639 msgid ""
10640 " const char *\n"
10641 " guestfs_get_qemu (guestfs_h *g);\n"
10642 "\n"
10643 msgstr ""
10644
10645 # type: textblock
10646 #. type: textblock
10647 #: ../src/guestfs-actions.pod:2040 ../fish/guestfish-actions.pod:1383
10648 msgid "Return the current qemu binary."
10649 msgstr ""
10650
10651 # type: textblock
10652 #. type: textblock
10653 #: ../src/guestfs-actions.pod:2042 ../fish/guestfish-actions.pod:1385
10654 msgid ""
10655 "This is always non-NULL.  If it wasn't set already, then this will return "
10656 "the default qemu binary name."
10657 msgstr ""
10658
10659 # type: textblock
10660 #. type: textblock
10661 #: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:6282
10662 msgid "(Added in 1.0.6)"
10663 msgstr ""
10664
10665 # type: =head2
10666 #. type: =head2
10667 #: ../src/guestfs-actions.pod:2050
10668 msgid "guestfs_get_recovery_proc"
10669 msgstr ""
10670
10671 # type: verbatim
10672 #. type: verbatim
10673 #: ../src/guestfs-actions.pod:2052
10674 #, no-wrap
10675 msgid ""
10676 " int\n"
10677 " guestfs_get_recovery_proc (guestfs_h *g);\n"
10678 "\n"
10679 msgstr ""
10680
10681 # type: textblock
10682 #. type: textblock
10683 #: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1392
10684 msgid "Return the recovery process enabled flag."
10685 msgstr ""
10686
10687 # type: textblock
10688 #. type: textblock
10689 #: ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:3593
10690 #: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4325
10691 #: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:5537
10692 #: ../src/guestfs-actions.pod:5880 ../src/guestfs-actions.pod:6306
10693 #: ../src/guestfs-actions.pod:6997 ../src/guestfs-actions.pod:7017
10694 #: ../src/guestfs-actions.pod:7209
10695 msgid "(Added in 1.0.77)"
10696 msgstr ""
10697
10698 # type: =head2
10699 #. type: =head2
10700 #: ../src/guestfs-actions.pod:2061
10701 msgid "guestfs_get_selinux"
10702 msgstr ""
10703
10704 # type: verbatim
10705 #. type: verbatim
10706 #: ../src/guestfs-actions.pod:2063
10707 #, no-wrap
10708 msgid ""
10709 " int\n"
10710 " guestfs_get_selinux (guestfs_h *g);\n"
10711 "\n"
10712 msgstr ""
10713
10714 # type: textblock
10715 #. type: textblock
10716 #: ../src/guestfs-actions.pod:2066
10717 msgid ""
10718 "This returns the current setting of the selinux flag which is passed to the "
10719 "appliance at boot time.  See C<guestfs_set_selinux>."
10720 msgstr ""
10721
10722 # type: textblock
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:2137
10725 #: ../src/guestfs-actions.pod:6325 ../src/guestfs-actions.pod:6383
10726 msgid "(Added in 1.0.67)"
10727 msgstr ""
10728
10729 # type: =head2
10730 #. type: =head2
10731 #: ../src/guestfs-actions.pod:2076
10732 msgid "guestfs_get_state"
10733 msgstr ""
10734
10735 # type: verbatim
10736 #. type: verbatim
10737 #: ../src/guestfs-actions.pod:2078
10738 #, no-wrap
10739 msgid ""
10740 " int\n"
10741 " guestfs_get_state (guestfs_h *g);\n"
10742 "\n"
10743 msgstr ""
10744
10745 # type: textblock
10746 #. type: textblock
10747 #: ../src/guestfs-actions.pod:2081 ../fish/guestfish-actions.pod:1408
10748 msgid ""
10749 "This returns the current state as an opaque integer.  This is only useful "
10750 "for printing debug and internal error messages."
10751 msgstr ""
10752
10753 # type: textblock
10754 #. type: textblock
10755 #: ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:3364
10756 #: ../src/guestfs-actions.pod:3393 ../src/guestfs-actions.pod:3454
10757 #: ../src/guestfs-actions.pod:3481 ../fish/guestfish-actions.pod:1411
10758 #: ../fish/guestfish-actions.pod:2331 ../fish/guestfish-actions.pod:2349
10759 #: ../fish/guestfish-actions.pod:2387 ../fish/guestfish-actions.pod:2403
10760 msgid "For more information on states, see L<guestfs(3)>."
10761 msgstr ""
10762
10763 # type: =head2
10764 #. type: =head2
10765 #: ../src/guestfs-actions.pod:2090
10766 msgid "guestfs_get_trace"
10767 msgstr ""
10768
10769 # type: verbatim
10770 #. type: verbatim
10771 #: ../src/guestfs-actions.pod:2092
10772 #, no-wrap
10773 msgid ""
10774 " int\n"
10775 " guestfs_get_trace (guestfs_h *g);\n"
10776 "\n"
10777 msgstr ""
10778
10779 # type: textblock
10780 #. type: textblock
10781 #: ../src/guestfs-actions.pod:2095 ../fish/guestfish-actions.pod:1417
10782 msgid "Return the command trace flag."
10783 msgstr ""
10784
10785 # type: =head2
10786 #. type: =head2
10787 #: ../src/guestfs-actions.pod:2101
10788 msgid "guestfs_get_umask"
10789 msgstr ""
10790
10791 # type: verbatim
10792 #. type: verbatim
10793 #: ../src/guestfs-actions.pod:2103
10794 #, no-wrap
10795 msgid ""
10796 " int\n"
10797 " guestfs_get_umask (guestfs_h *g);\n"
10798 "\n"
10799 msgstr ""
10800
10801 # type: textblock
10802 #. type: textblock
10803 #: ../src/guestfs-actions.pod:2106
10804 msgid ""
10805 "Return the current umask.  By default the umask is C<022> unless it has been "
10806 "set by calling C<guestfs_umask>."
10807 msgstr ""
10808
10809 # type: =head2
10810 #. type: =head2
10811 #: ../src/guestfs-actions.pod:2113
10812 msgid "guestfs_get_verbose"
10813 msgstr ""
10814
10815 # type: verbatim
10816 #. type: verbatim
10817 #: ../src/guestfs-actions.pod:2115
10818 #, no-wrap
10819 msgid ""
10820 " int\n"
10821 " guestfs_get_verbose (guestfs_h *g);\n"
10822 "\n"
10823 msgstr ""
10824
10825 # type: textblock
10826 #. type: textblock
10827 #: ../src/guestfs-actions.pod:2118 ../fish/guestfish-actions.pod:1430
10828 msgid "This returns the verbose messages flag."
10829 msgstr ""
10830
10831 # type: =head2
10832 #. type: =head2
10833 #: ../src/guestfs-actions.pod:2124
10834 msgid "guestfs_getcon"
10835 msgstr ""
10836
10837 # type: verbatim
10838 #. type: verbatim
10839 #: ../src/guestfs-actions.pod:2126
10840 #, no-wrap
10841 msgid ""
10842 " char *\n"
10843 " guestfs_getcon (guestfs_h *g);\n"
10844 "\n"
10845 msgstr ""
10846
10847 # type: textblock
10848 #. type: textblock
10849 #: ../src/guestfs-actions.pod:2129 ../fish/guestfish-actions.pod:1436
10850 msgid "This gets the SELinux security context of the daemon."
10851 msgstr ""
10852
10853 # type: textblock
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:2131
10856 msgid ""
10857 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10858 msgstr ""
10859
10860 # type: =head2
10861 #. type: =head2
10862 #: ../src/guestfs-actions.pod:2139
10863 msgid "guestfs_getxattr"
10864 msgstr ""
10865
10866 # type: verbatim
10867 #. type: verbatim
10868 #: ../src/guestfs-actions.pod:2141
10869 #, no-wrap
10870 msgid ""
10871 " char *\n"
10872 " guestfs_getxattr (guestfs_h *g,\n"
10873 "                   const char *path,\n"
10874 "                   const char *name,\n"
10875 "                   size_t *size_r);\n"
10876 "\n"
10877 msgstr ""
10878
10879 # type: textblock
10880 #. type: textblock
10881 #: ../src/guestfs-actions.pod:2147
10882 msgid ""
10883 "Get a single extended attribute from file C<path> named C<name>.  This call "
10884 "follows symlinks.  If you want to lookup an extended attribute for the "
10885 "symlink itself, use C<guestfs_lgetxattr>."
10886 msgstr ""
10887
10888 # type: textblock
10889 #. type: textblock
10890 #: ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:3607
10891 msgid ""
10892 "Normally it is better to get all extended attributes from a file in one go "
10893 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10894 "implementations are buggy and do not provide a way to list out attributes.  "
10895 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10896 "extended attributes you want in advance and call this function."
10897 msgstr ""
10898
10899 # type: textblock
10900 #. type: textblock
10901 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:3614
10902 #: ../fish/guestfish-actions.pod:1456 ../fish/guestfish-actions.pod:2483
10903 msgid ""
10904 "Extended attribute values are blobs of binary data.  If there is no extended "
10905 "attribute named C<name>, this returns an error."
10906 msgstr ""
10907
10908 # type: textblock
10909 #. type: textblock
10910 #: ../src/guestfs-actions.pod:2161
10911 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10912 msgstr ""
10913
10914 # type: textblock
10915 #. type: textblock
10916 #: ../src/guestfs-actions.pod:2163 ../src/guestfs-actions.pod:2354
10917 #: ../src/guestfs-actions.pod:2824 ../src/guestfs-actions.pod:3619
10918 #: ../src/guestfs-actions.pod:5530 ../src/guestfs-actions.pod:5556
10919 #: ../src/guestfs-actions.pod:5737
10920 msgid ""
10921 "This function returns a buffer, or NULL on error.  The size of the returned "
10922 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10923 "after use>."
10924 msgstr ""
10925
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:2167 ../src/guestfs-actions.pod:3623
10928 msgid "(Added in 1.7.24)"
10929 msgstr ""
10930
10931 # type: =head2
10932 #. type: =head2
10933 #: ../src/guestfs-actions.pod:2169
10934 msgid "guestfs_getxattrs"
10935 msgstr ""
10936
10937 # type: verbatim
10938 #. type: verbatim
10939 #: ../src/guestfs-actions.pod:2171
10940 #, no-wrap
10941 msgid ""
10942 " struct guestfs_xattr_list *\n"
10943 " guestfs_getxattrs (guestfs_h *g,\n"
10944 "                    const char *path);\n"
10945 "\n"
10946 msgstr ""
10947
10948 # type: textblock
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:2175 ../fish/guestfish-actions.pod:1465
10951 msgid ""
10952 "This call lists the extended attributes of the file or directory C<path>."
10953 msgstr ""
10954
10955 # type: textblock
10956 #. type: textblock
10957 #: ../src/guestfs-actions.pod:2178 ../fish/guestfish-actions.pod:1468
10958 msgid ""
10959 "At the system call level, this is a combination of the L<listxattr(2)> and "
10960 "L<getxattr(2)> calls."
10961 msgstr ""
10962
10963 # type: textblock
10964 #. type: textblock
10965 #: ../src/guestfs-actions.pod:2181
10966 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10967 msgstr ""
10968
10969 # type: textblock
10970 #. type: textblock
10971 #: ../src/guestfs-actions.pod:2183 ../src/guestfs-actions.pod:3635
10972 #: ../src/guestfs-actions.pod:4321
10973 msgid ""
10974 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10975 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10976 msgstr ""
10977
10978 # type: textblock
10979 #. type: textblock
10980 #: ../src/guestfs-actions.pod:2187 ../src/guestfs-actions.pod:3639
10981 #: ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:3872
10982 #: ../src/guestfs-actions.pod:5910 ../src/guestfs-actions.pod:6402
10983 #: ../src/guestfs-actions.pod:7767
10984 msgid "(Added in 1.0.59)"
10985 msgstr ""
10986
10987 # type: =head2
10988 #. type: =head2
10989 #: ../src/guestfs-actions.pod:2189
10990 msgid "guestfs_glob_expand"
10991 msgstr ""
10992
10993 # type: verbatim
10994 #. type: verbatim
10995 #: ../src/guestfs-actions.pod:2191
10996 #, no-wrap
10997 msgid ""
10998 " char **\n"
10999 " guestfs_glob_expand (guestfs_h *g,\n"
11000 "                      const char *pattern);\n"
11001 "\n"
11002 msgstr ""
11003
11004 # type: textblock
11005 #. type: textblock
11006 #: ../src/guestfs-actions.pod:2195 ../fish/guestfish-actions.pod:1477
11007 msgid ""
11008 "This command searches for all the pathnames matching C<pattern> according to "
11009 "the wildcard expansion rules used by the shell."
11010 msgstr ""
11011
11012 # type: textblock
11013 #. type: textblock
11014 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1481
11015 msgid ""
11016 "If no paths match, then this returns an empty list (note: not an error)."
11017 msgstr ""
11018
11019 # type: textblock
11020 #. type: textblock
11021 #: ../src/guestfs-actions.pod:2202 ../fish/guestfish-actions.pod:1484
11022 msgid ""
11023 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
11024 "GLOB_BRACE>.  See that manual page for more details."
11025 msgstr ""
11026
11027 # type: textblock
11028 #. type: textblock
11029 #: ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:6595
11030 #: ../src/guestfs-actions.pod:6612
11031 msgid "(Added in 1.0.50)"
11032 msgstr ""
11033
11034 # type: =head2
11035 #. type: =head2
11036 #: ../src/guestfs-actions.pod:2212
11037 msgid "guestfs_grep"
11038 msgstr ""
11039
11040 # type: verbatim
11041 #. type: verbatim
11042 #: ../src/guestfs-actions.pod:2214
11043 #, no-wrap
11044 msgid ""
11045 " char **\n"
11046 " guestfs_grep (guestfs_h *g,\n"
11047 "               const char *regex,\n"
11048 "               const char *path);\n"
11049 "\n"
11050 msgstr ""
11051
11052 # type: textblock
11053 #. type: textblock
11054 #: ../src/guestfs-actions.pod:2219 ../fish/guestfish-actions.pod:1492
11055 msgid "This calls the external C<grep> program and returns the matching lines."
11056 msgstr ""
11057
11058 # type: =head2
11059 #. type: =head2
11060 #: ../src/guestfs-actions.pod:2231
11061 msgid "guestfs_grepi"
11062 msgstr ""
11063
11064 # type: verbatim
11065 #. type: verbatim
11066 #: ../src/guestfs-actions.pod:2233
11067 #, no-wrap
11068 msgid ""
11069 " char **\n"
11070 " guestfs_grepi (guestfs_h *g,\n"
11071 "                const char *regex,\n"
11072 "                const char *path);\n"
11073 "\n"
11074 msgstr ""
11075
11076 # type: textblock
11077 #. type: textblock
11078 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1502
11079 msgid ""
11080 "This calls the external C<grep -i> program and returns the matching lines."
11081 msgstr ""
11082
11083 # type: =head2
11084 #. type: =head2
11085 #: ../src/guestfs-actions.pod:2250
11086 msgid "guestfs_grub_install"
11087 msgstr ""
11088
11089 # type: verbatim
11090 #. type: verbatim
11091 #: ../src/guestfs-actions.pod:2252
11092 #, no-wrap
11093 msgid ""
11094 " int\n"
11095 " guestfs_grub_install (guestfs_h *g,\n"
11096 "                       const char *root,\n"
11097 "                       const char *device);\n"
11098 "\n"
11099 msgstr ""
11100
11101 # type: textblock
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1512
11104 msgid ""
11105 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
11106 "the root directory being C<root>."
11107 msgstr ""
11108
11109 # type: textblock
11110 #. type: textblock
11111 #: ../src/guestfs-actions.pod:2260 ../fish/guestfish-actions.pod:1515
11112 msgid ""
11113 "Note: If grub-install reports the error \"No suitable drive was found in the "
11114 "generated device map.\" it may be that you need to create a C</boot/grub/"
11115 "device.map> file first that contains the mapping between grub device names "
11116 "and Linux device names.  It is usually sufficient to create a file "
11117 "containing:"
11118 msgstr ""
11119
11120 # type: verbatim
11121 #. type: verbatim
11122 #: ../src/guestfs-actions.pod:2267 ../fish/guestfish-actions.pod:1522
11123 #, no-wrap
11124 msgid ""
11125 " (hd0) /dev/vda\n"
11126 "\n"
11127 msgstr ""
11128
11129 # type: textblock
11130 #. type: textblock
11131 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1524
11132 msgid "replacing C</dev/vda> with the name of the installation device."
11133 msgstr ""
11134
11135 # type: textblock
11136 #. type: textblock
11137 #: ../src/guestfs-actions.pod:2273
11138 msgid "(Added in 1.0.17)"
11139 msgstr ""
11140
11141 # type: =head2
11142 #. type: =head2
11143 #: ../src/guestfs-actions.pod:2275
11144 msgid "guestfs_head"
11145 msgstr ""
11146
11147 # type: verbatim
11148 #. type: verbatim
11149 #: ../src/guestfs-actions.pod:2277
11150 #, no-wrap
11151 msgid ""
11152 " char **\n"
11153 " guestfs_head (guestfs_h *g,\n"
11154 "               const char *path);\n"
11155 "\n"
11156 msgstr ""
11157
11158 # type: textblock
11159 #. type: textblock
11160 #: ../src/guestfs-actions.pod:2281 ../fish/guestfish-actions.pod:1530
11161 msgid ""
11162 "This command returns up to the first 10 lines of a file as a list of strings."
11163 msgstr ""
11164
11165 # type: =head2
11166 #. type: =head2
11167 #: ../src/guestfs-actions.pod:2293
11168 msgid "guestfs_head_n"
11169 msgstr ""
11170
11171 # type: verbatim
11172 #. type: verbatim
11173 #: ../src/guestfs-actions.pod:2295
11174 #, no-wrap
11175 msgid ""
11176 " char **\n"
11177 " guestfs_head_n (guestfs_h *g,\n"
11178 "                 int nrlines,\n"
11179 "                 const char *path);\n"
11180 "\n"
11181 msgstr ""
11182
11183 # type: textblock
11184 #. type: textblock
11185 #: ../src/guestfs-actions.pod:2300 ../fish/guestfish-actions.pod:1540
11186 msgid ""
11187 "If the parameter C<nrlines> is a positive number, this returns the first "
11188 "C<nrlines> lines of the file C<path>."
11189 msgstr ""
11190
11191 # type: textblock
11192 #. type: textblock
11193 #: ../src/guestfs-actions.pod:2303 ../fish/guestfish-actions.pod:1543
11194 msgid ""
11195 "If the parameter C<nrlines> is a negative number, this returns lines from "
11196 "the file C<path>, excluding the last C<nrlines> lines."
11197 msgstr ""
11198
11199 # type: textblock
11200 #. type: textblock
11201 #: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:6892
11202 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:4591
11203 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
11204 msgstr ""
11205
11206 # type: =head2
11207 #. type: =head2
11208 #: ../src/guestfs-actions.pod:2317
11209 msgid "guestfs_hexdump"
11210 msgstr ""
11211
11212 # type: verbatim
11213 #. type: verbatim
11214 #: ../src/guestfs-actions.pod:2319
11215 #, no-wrap
11216 msgid ""
11217 " char *\n"
11218 " guestfs_hexdump (guestfs_h *g,\n"
11219 "                  const char *path);\n"
11220 "\n"
11221 msgstr ""
11222
11223 # type: textblock
11224 #. type: textblock
11225 #: ../src/guestfs-actions.pod:2323 ../fish/guestfish-actions.pod:1555
11226 msgid ""
11227 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
11228 "readable, canonical hex dump of the file."
11229 msgstr ""
11230
11231 # type: textblock
11232 #. type: textblock
11233 #: ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:6676
11234 #: ../src/guestfs-actions.pod:6731
11235 msgid "(Added in 1.0.22)"
11236 msgstr ""
11237
11238 # type: =head2
11239 #. type: =head2
11240 #: ../src/guestfs-actions.pod:2334
11241 msgid "guestfs_initrd_cat"
11242 msgstr ""
11243
11244 # type: verbatim
11245 #. type: verbatim
11246 #: ../src/guestfs-actions.pod:2336
11247 #, no-wrap
11248 msgid ""
11249 " char *\n"
11250 " guestfs_initrd_cat (guestfs_h *g,\n"
11251 "                     const char *initrdpath,\n"
11252 "                     const char *filename,\n"
11253 "                     size_t *size_r);\n"
11254 "\n"
11255 msgstr ""
11256
11257 # type: textblock
11258 #. type: textblock
11259 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1565
11260 msgid ""
11261 "This command unpacks the file C<filename> from the initrd file called "
11262 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
11263 "character."
11264 msgstr ""
11265
11266 # type: textblock
11267 #. type: textblock
11268 #: ../src/guestfs-actions.pod:2346 ../fish/guestfish-actions.pod:1569
11269 msgid ""
11270 "For example, in guestfish you could use the following command to examine the "
11271 "boot script (usually called C</init>)  contained in a Linux initrd or "
11272 "initramfs image:"
11273 msgstr ""
11274
11275 # type: verbatim
11276 #. type: verbatim
11277 #: ../src/guestfs-actions.pod:2350 ../fish/guestfish-actions.pod:1573
11278 #, no-wrap
11279 msgid ""
11280 " initrd-cat /boot/initrd-<version>.img init\n"
11281 "\n"
11282 msgstr ""
11283
11284 # type: textblock
11285 #. type: textblock
11286 #: ../src/guestfs-actions.pod:2352
11287 msgid "See also C<guestfs_initrd_list>."
11288 msgstr ""
11289
11290 # type: =head2
11291 #. type: =head2
11292 #: ../src/guestfs-actions.pod:2363
11293 msgid "guestfs_initrd_list"
11294 msgstr ""
11295
11296 # type: verbatim
11297 #. type: verbatim
11298 #: ../src/guestfs-actions.pod:2365
11299 #, no-wrap
11300 msgid ""
11301 " char **\n"
11302 " guestfs_initrd_list (guestfs_h *g,\n"
11303 "                      const char *path);\n"
11304 "\n"
11305 msgstr ""
11306
11307 # type: textblock
11308 #. type: textblock
11309 #: ../src/guestfs-actions.pod:2369 ../fish/guestfish-actions.pod:1584
11310 msgid "This command lists out files contained in an initrd."
11311 msgstr ""
11312
11313 # type: textblock
11314 #. type: textblock
11315 #: ../src/guestfs-actions.pod:2371 ../fish/guestfish-actions.pod:1586
11316 msgid ""
11317 "The files are listed without any initial C</> character.  The files are "
11318 "listed in the order they appear (not necessarily alphabetical).  Directory "
11319 "names are listed as separate items."
11320 msgstr ""
11321
11322 # type: textblock
11323 #. type: textblock
11324 #: ../src/guestfs-actions.pod:2375 ../fish/guestfish-actions.pod:1590
11325 msgid ""
11326 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
11327 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
11328 "files)."
11329 msgstr ""
11330
11331 # type: =head2
11332 #. type: =head2
11333 #: ../src/guestfs-actions.pod:2385
11334 msgid "guestfs_inotify_add_watch"
11335 msgstr ""
11336
11337 # type: verbatim
11338 #. type: verbatim
11339 #: ../src/guestfs-actions.pod:2387
11340 #, no-wrap
11341 msgid ""
11342 " int64_t\n"
11343 " guestfs_inotify_add_watch (guestfs_h *g,\n"
11344 "                            const char *path,\n"
11345 "                            int mask);\n"
11346 "\n"
11347 msgstr ""
11348
11349 # type: textblock
11350 #. type: textblock
11351 #: ../src/guestfs-actions.pod:2392 ../fish/guestfish-actions.pod:1598
11352 msgid "Watch C<path> for the events listed in C<mask>."
11353 msgstr ""
11354
11355 # type: textblock
11356 #. type: textblock
11357 #: ../src/guestfs-actions.pod:2394 ../fish/guestfish-actions.pod:1600
11358 msgid ""
11359 "Note that if C<path> is a directory then events within that directory are "
11360 "watched, but this does I<not> happen recursively (in subdirectories)."
11361 msgstr ""
11362
11363 # type: textblock
11364 #. type: textblock
11365 #: ../src/guestfs-actions.pod:2398 ../fish/guestfish-actions.pod:1604
11366 msgid ""
11367 "Note for non-C or non-Linux callers: the inotify events are defined by the "
11368 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
11369 msgstr ""
11370
11371 # type: =head2
11372 #. type: =head2
11373 #: ../src/guestfs-actions.pod:2406
11374 msgid "guestfs_inotify_close"
11375 msgstr ""
11376
11377 # type: verbatim
11378 #. type: verbatim
11379 #: ../src/guestfs-actions.pod:2408
11380 #, no-wrap
11381 msgid ""
11382 " int\n"
11383 " guestfs_inotify_close (guestfs_h *g);\n"
11384 "\n"
11385 msgstr ""
11386
11387 # type: textblock
11388 #. type: textblock
11389 #: ../src/guestfs-actions.pod:2411 ../fish/guestfish-actions.pod:1612
11390 msgid ""
11391 "This closes the inotify handle which was previously opened by inotify_init.  "
11392 "It removes all watches, throws away any pending events, and deallocates all "
11393 "resources."
11394 msgstr ""
11395
11396 # type: =head2
11397 #. type: =head2
11398 #: ../src/guestfs-actions.pod:2419
11399 msgid "guestfs_inotify_files"
11400 msgstr ""
11401
11402 # type: verbatim
11403 #. type: verbatim
11404 #: ../src/guestfs-actions.pod:2421
11405 #, no-wrap
11406 msgid ""
11407 " char **\n"
11408 " guestfs_inotify_files (guestfs_h *g);\n"
11409 "\n"
11410 msgstr ""
11411
11412 # type: textblock
11413 #. type: textblock
11414 #: ../src/guestfs-actions.pod:2424
11415 msgid ""
11416 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
11417 "returns a list of pathnames of objects that were touched.  The returned "
11418 "pathnames are sorted and deduplicated."
11419 msgstr ""
11420
11421 # type: =head2
11422 #. type: =head2
11423 #: ../src/guestfs-actions.pod:2434
11424 msgid "guestfs_inotify_init"
11425 msgstr ""
11426
11427 # type: verbatim
11428 #. type: verbatim
11429 #: ../src/guestfs-actions.pod:2436
11430 #, no-wrap
11431 msgid ""
11432 " int\n"
11433 " guestfs_inotify_init (guestfs_h *g,\n"
11434 "                       int maxevents);\n"
11435 "\n"
11436 msgstr ""
11437
11438 # type: textblock
11439 #. type: textblock
11440 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1628
11441 msgid ""
11442 "This command creates a new inotify handle.  The inotify subsystem can be "
11443 "used to notify events which happen to objects in the guest filesystem."
11444 msgstr ""
11445
11446 # type: textblock
11447 #. type: textblock
11448 #: ../src/guestfs-actions.pod:2444
11449 msgid ""
11450 "C<maxevents> is the maximum number of events which will be queued up between "
11451 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
11452 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
11453 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
11454 "throws away events, but records the fact that it threw them away by setting "
11455 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
11456 "C<guestfs_inotify_read>)."
11457 msgstr ""
11458
11459 # type: textblock
11460 #. type: textblock
11461 #: ../src/guestfs-actions.pod:2454
11462 msgid ""
11463 "Before any events are generated, you have to add some watches to the "
11464 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
11465 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
11466 msgstr ""
11467
11468 # type: textblock
11469 #. type: textblock
11470 #: ../src/guestfs-actions.pod:2460
11471 msgid ""
11472 "Queued up events should be read periodically by calling "
11473 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
11474 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
11475 "often enough then you risk the internal queue overflowing."
11476 msgstr ""
11477
11478 # type: textblock
11479 #. type: textblock
11480 #: ../src/guestfs-actions.pod:2467
11481 msgid ""
11482 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
11483 "This also removes any watches automatically."
11484 msgstr ""
11485
11486 # type: textblock
11487 #. type: textblock
11488 #: ../src/guestfs-actions.pod:2471 ../fish/guestfish-actions.pod:1659
11489 msgid ""
11490 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
11491 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
11492 "that there is one global inotify handle per libguestfs instance."
11493 msgstr ""
11494
11495 # type: =head2
11496 #. type: =head2
11497 #: ../src/guestfs-actions.pod:2480
11498 msgid "guestfs_inotify_read"
11499 msgstr ""
11500
11501 # type: verbatim
11502 #. type: verbatim
11503 #: ../src/guestfs-actions.pod:2482
11504 #, no-wrap
11505 msgid ""
11506 " struct guestfs_inotify_event_list *\n"
11507 " guestfs_inotify_read (guestfs_h *g);\n"
11508 "\n"
11509 msgstr ""
11510
11511 # type: textblock
11512 #. type: textblock
11513 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1668
11514 msgid ""
11515 "Return the complete queue of events that have happened since the previous "
11516 "read call."
11517 msgstr ""
11518
11519 # type: textblock
11520 #. type: textblock
11521 #: ../src/guestfs-actions.pod:2488 ../fish/guestfish-actions.pod:1671
11522 msgid "If no events have happened, this returns an empty list."
11523 msgstr ""
11524
11525 # type: textblock
11526 #. type: textblock
11527 #: ../src/guestfs-actions.pod:2490 ../fish/guestfish-actions.pod:1673
11528 msgid ""
11529 "I<Note>: In order to make sure that all events have been read, you must call "
11530 "this function repeatedly until it returns an empty list.  The reason is that "
11531 "the call will read events up to the maximum appliance-to-host message size "
11532 "and leave remaining events in the queue."
11533 msgstr ""
11534
11535 # type: textblock
11536 #. type: textblock
11537 #: ../src/guestfs-actions.pod:2496
11538 msgid ""
11539 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
11540 "there was an error.  I<The caller must call "
11541 "C<guestfs_free_inotify_event_list> after use>."
11542 msgstr ""
11543
11544 # type: =head2
11545 #. type: =head2
11546 #: ../src/guestfs-actions.pod:2502
11547 msgid "guestfs_inotify_rm_watch"
11548 msgstr ""
11549
11550 # type: verbatim
11551 #. type: verbatim
11552 #: ../src/guestfs-actions.pod:2504
11553 #, no-wrap
11554 msgid ""
11555 " int\n"
11556 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
11557 "                           int wd);\n"
11558 "\n"
11559 msgstr ""
11560
11561 # type: textblock
11562 #. type: textblock
11563 #: ../src/guestfs-actions.pod:2508
11564 msgid ""
11565 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
11566 msgstr ""
11567
11568 # type: =head2
11569 #. type: =head2
11570 #: ../src/guestfs-actions.pod:2515
11571 msgid "guestfs_inspect_get_arch"
11572 msgstr ""
11573
11574 # type: verbatim
11575 #. type: verbatim
11576 #: ../src/guestfs-actions.pod:2517
11577 #, no-wrap
11578 msgid ""
11579 " char *\n"
11580 " guestfs_inspect_get_arch (guestfs_h *g,\n"
11581 "                           const char *root);\n"
11582 "\n"
11583 msgstr ""
11584
11585 # type: textblock
11586 #. type: textblock
11587 #: ../src/guestfs-actions.pod:2521
11588 msgid ""
11589 "This returns the architecture of the inspected operating system.  The "
11590 "possible return values are listed under C<guestfs_file_architecture>."
11591 msgstr ""
11592
11593 # type: textblock
11594 #. type: textblock
11595 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1694
11596 msgid ""
11597 "If the architecture could not be determined, then the string C<unknown> is "
11598 "returned."
11599 msgstr ""
11600
11601 # type: textblock
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2618
11604 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2741
11605 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2955
11606 #: ../src/guestfs-actions.pod:2983 ../src/guestfs-actions.pod:3004
11607 #: ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3097
11608 #: ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3137
11609 #: ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3170
11610 #: ../src/guestfs-actions.pod:3188 ../src/guestfs-actions.pod:3290
11611 #: ../src/guestfs-actions.pod:3331 ../fish/guestfish-actions.pod:1697
11612 #: ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1859
11613 #: ../fish/guestfish-actions.pod:1871 ../fish/guestfish-actions.pod:1955
11614 #: ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2037
11615 #: ../fish/guestfish-actions.pod:2051 ../fish/guestfish-actions.pod:2091
11616 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2136
11617 #: ../fish/guestfish-actions.pod:2149 ../fish/guestfish-actions.pod:2159
11618 #: ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2181
11619 #: ../fish/guestfish-actions.pod:2277 ../fish/guestfish-actions.pod:2311
11620 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
11621 msgstr ""
11622
11623 # type: =head2
11624 #. type: =head2
11625 #: ../src/guestfs-actions.pod:2535
11626 msgid "guestfs_inspect_get_distro"
11627 msgstr ""
11628
11629 # type: verbatim
11630 #. type: verbatim
11631 #: ../src/guestfs-actions.pod:2537
11632 #, no-wrap
11633 msgid ""
11634 " char *\n"
11635 " guestfs_inspect_get_distro (guestfs_h *g,\n"
11636 "                             const char *root);\n"
11637 "\n"
11638 msgstr ""
11639
11640 # type: textblock
11641 #. type: textblock
11642 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1703
11643 msgid ""
11644 "This returns the distro (distribution) of the inspected operating system."
11645 msgstr ""
11646
11647 # type: textblock
11648 #. type: textblock
11649 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1706
11650 msgid "Currently defined distros are:"
11651 msgstr ""
11652
11653 # type: =item
11654 #. type: =item
11655 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1710
11656 msgid "\"archlinux\""
11657 msgstr ""
11658
11659 # type: textblock
11660 #. type: textblock
11661 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1712
11662 msgid "Arch Linux."
11663 msgstr ""
11664
11665 #. type: =item
11666 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1714
11667 msgid "\"centos\""
11668 msgstr ""
11669
11670 #. type: textblock
11671 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1716
11672 msgid "CentOS."
11673 msgstr ""
11674
11675 # type: =item
11676 #. type: =item
11677 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1718
11678 msgid "\"debian\""
11679 msgstr ""
11680
11681 # type: textblock
11682 #. type: textblock
11683 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1720
11684 msgid "Debian."
11685 msgstr ""
11686
11687 # type: =item
11688 #. type: =item
11689 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1722
11690 msgid "\"fedora\""
11691 msgstr ""
11692
11693 # type: textblock
11694 #. type: textblock
11695 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1724
11696 msgid "Fedora."
11697 msgstr ""
11698
11699 # type: =item
11700 #. type: =item
11701 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1726
11702 msgid "\"gentoo\""
11703 msgstr ""
11704
11705 # type: textblock
11706 #. type: textblock
11707 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1728
11708 msgid "Gentoo."
11709 msgstr ""
11710
11711 # type: =item
11712 #. type: =item
11713 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1730
11714 msgid "\"linuxmint\""
11715 msgstr ""
11716
11717 # type: textblock
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1732
11720 msgid "Linux Mint."
11721 msgstr ""
11722
11723 # type: =item
11724 #. type: =item
11725 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1734
11726 msgid "\"mandriva\""
11727 msgstr ""
11728
11729 # type: textblock
11730 #. type: textblock
11731 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1736
11732 msgid "Mandriva."
11733 msgstr ""
11734
11735 # type: =item
11736 #. type: =item
11737 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1738
11738 msgid "\"meego\""
11739 msgstr ""
11740
11741 # type: textblock
11742 #. type: textblock
11743 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1740
11744 msgid "MeeGo."
11745 msgstr ""
11746
11747 # type: =item
11748 #. type: =item
11749 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1742
11750 msgid "\"pardus\""
11751 msgstr ""
11752
11753 # type: textblock
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1744
11756 msgid "Pardus."
11757 msgstr ""
11758
11759 # type: =item
11760 #. type: =item
11761 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1746
11762 msgid "\"redhat-based\""
11763 msgstr ""
11764
11765 # type: textblock
11766 #. type: textblock
11767 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1748
11768 msgid "Some Red Hat-derived distro."
11769 msgstr ""
11770
11771 # type: =item
11772 #. type: =item
11773 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1750
11774 msgid "\"rhel\""
11775 msgstr ""
11776
11777 #. type: textblock
11778 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1752
11779 msgid "Red Hat Enterprise Linux."
11780 msgstr ""
11781
11782 #. type: =item
11783 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1754
11784 msgid "\"scientificlinux\""
11785 msgstr ""
11786
11787 #. type: textblock
11788 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1756
11789 msgid "Scientific Linux."
11790 msgstr ""
11791
11792 #. type: =item
11793 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1758
11794 msgid "\"slackware\""
11795 msgstr ""
11796
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1760
11799 msgid "Slackware."
11800 msgstr ""
11801
11802 # type: =item
11803 #. type: =item
11804 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1762
11805 msgid "\"ubuntu\""
11806 msgstr ""
11807
11808 # type: textblock
11809 #. type: textblock
11810 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1764
11811 msgid "Ubuntu."
11812 msgstr ""
11813
11814 # type: =item
11815 #. type: =item
11816 #: ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2713
11817 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:1766
11818 #: ../fish/guestfish-actions.pod:1850 ../fish/guestfish-actions.pod:2114
11819 msgid "\"unknown\""
11820 msgstr ""
11821
11822 # type: textblock
11823 #. type: textblock
11824 #: ../src/guestfs-actions.pod:2606 ../fish/guestfish-actions.pod:1768
11825 msgid "The distro could not be determined."
11826 msgstr ""
11827
11828 # type: =item
11829 #. type: =item
11830 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:3080
11831 #: ../fish/guestfish-actions.pod:1770 ../fish/guestfish-actions.pod:2106
11832 msgid "\"windows\""
11833 msgstr ""
11834
11835 # type: textblock
11836 #. type: textblock
11837 #: ../src/guestfs-actions.pod:2610 ../fish/guestfish-actions.pod:1772
11838 msgid ""
11839 "Windows does not have distributions.  This string is returned if the OS type "
11840 "is Windows."
11841 msgstr ""
11842
11843 # type: textblock
11844 #. type: textblock
11845 #: ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2719
11846 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:1777
11847 #: ../fish/guestfish-actions.pod:1856 ../fish/guestfish-actions.pod:2120
11848 msgid ""
11849 "Future versions of libguestfs may return other strings here.  The caller "
11850 "should be prepared to handle any string."
11851 msgstr ""
11852
11853 #. type: =head2
11854 #: ../src/guestfs-actions.pod:2625
11855 msgid "guestfs_inspect_get_drive_mappings"
11856 msgstr ""
11857
11858 #. type: verbatim
11859 #: ../src/guestfs-actions.pod:2627
11860 #, no-wrap
11861 msgid ""
11862 " char **\n"
11863 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
11864 "                                     const char *root);\n"
11865 "\n"
11866 msgstr ""
11867
11868 #. type: textblock
11869 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1786
11870 msgid ""
11871 "This call is useful for Windows which uses a primitive system of assigning "
11872 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
11873 "Windows Registry to find out how disks/partitions are mapped to drive "
11874 "letters, and returns a hash table as in the example below:"
11875 msgstr ""
11876
11877 #. type: verbatim
11878 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1792
11879 #, no-wrap
11880 msgid ""
11881 " C      =>     /dev/vda2\n"
11882 " E      =>     /dev/vdb1\n"
11883 " F      =>     /dev/vdc1\n"
11884 "\n"
11885 msgstr ""
11886
11887 #. type: textblock
11888 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1796
11889 msgid ""
11890 "Note that keys are drive letters.  For Windows, the key is case insensitive "
11891 "and just contains the drive letter, without the customary colon separator "
11892 "character."
11893 msgstr ""
11894
11895 #. type: textblock
11896 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1800
11897 msgid ""
11898 "In future we may support other operating systems that also used drive "
11899 "letters, but the keys for those might not be case insensitive and might be "
11900 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
11901 "C<h1> etc."
11902 msgstr ""
11903
11904 #. type: textblock
11905 #: ../src/guestfs-actions.pod:2650 ../fish/guestfish-actions.pod:1805
11906 msgid ""
11907 "For Windows guests, currently only hard drive mappings are returned.  "
11908 "Removable disks (eg. DVD-ROMs) are ignored."
11909 msgstr ""
11910
11911 #. type: textblock
11912 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1808
11913 msgid ""
11914 "For guests that do not use drive mappings, or if the drive mappings could "
11915 "not be determined, this returns an empty hash table."
11916 msgstr ""
11917
11918 #. type: textblock
11919 #: ../src/guestfs-actions.pod:2656
11920 msgid ""
11921 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11922 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
11923 msgstr ""
11924
11925 # type: textblock
11926 #. type: textblock
11927 #: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2928
11928 #: ../src/guestfs-actions.pod:3724 ../src/guestfs-actions.pod:5006
11929 #: ../src/guestfs-actions.pod:7033
11930 msgid ""
11931 "This function returns a NULL-terminated array of strings, or NULL if there "
11932 "was an error.  The array of strings will always have length C<2n+1>, where "
11933 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11934 "caller must free the strings and the array after use>."
11935 msgstr ""
11936
11937 #. type: textblock
11938 #: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:3122
11939 msgid "(Added in 1.9.17)"
11940 msgstr ""
11941
11942 # type: =head2
11943 #. type: =head2
11944 #: ../src/guestfs-actions.pod:2668
11945 msgid "guestfs_inspect_get_filesystems"
11946 msgstr ""
11947
11948 # type: verbatim
11949 #. type: verbatim
11950 #: ../src/guestfs-actions.pod:2670
11951 #, no-wrap
11952 msgid ""
11953 " char **\n"
11954 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11955 "                                  const char *root);\n"
11956 "\n"
11957 msgstr ""
11958
11959 # type: textblock
11960 #. type: textblock
11961 #: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1819
11962 msgid ""
11963 "This returns a list of all the filesystems that we think are associated with "
11964 "this operating system.  This includes the root filesystem, other ordinary "
11965 "filesystems, and non-mounted devices like swap partitions."
11966 msgstr ""
11967
11968 # type: textblock
11969 #. type: textblock
11970 #: ../src/guestfs-actions.pod:2679 ../fish/guestfish-actions.pod:1824
11971 msgid ""
11972 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11973 "to be shared between operating systems."
11974 msgstr ""
11975
11976 # type: textblock
11977 #. type: textblock
11978 #: ../src/guestfs-actions.pod:2682
11979 msgid ""
11980 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11981 "C<guestfs_inspect_get_mountpoints>."
11982 msgstr ""
11983
11984 #. type: =head2
11985 #: ../src/guestfs-actions.pod:2691
11986 msgid "guestfs_inspect_get_format"
11987 msgstr ""
11988
11989 #. type: verbatim
11990 #: ../src/guestfs-actions.pod:2693
11991 #, no-wrap
11992 msgid ""
11993 " char *\n"
11994 " guestfs_inspect_get_format (guestfs_h *g,\n"
11995 "                             const char *root);\n"
11996 "\n"
11997 msgstr ""
11998
11999 #. type: textblock
12000 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1834
12001 msgid ""
12002 "This returns the format of the inspected operating system.  You can use it "
12003 "to detect install images, live CDs and similar."
12004 msgstr ""
12005
12006 #. type: textblock
12007 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1837
12008 msgid "Currently defined formats are:"
12009 msgstr ""
12010
12011 #. type: =item
12012 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1841
12013 msgid "\"installed\""
12014 msgstr ""
12015
12016 #. type: textblock
12017 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1843
12018 msgid "This is an installed operating system."
12019 msgstr ""
12020
12021 #. type: =item
12022 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1845
12023 msgid "\"installer\""
12024 msgstr ""
12025
12026 #. type: textblock
12027 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1847
12028 msgid ""
12029 "The disk image being inspected is not an installed operating system, but a "
12030 "I<bootable> install disk, live CD, or similar."
12031 msgstr ""
12032
12033 #. type: textblock
12034 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1852
12035 msgid "The format of this disk image is not known."
12036 msgstr ""
12037
12038 #. type: textblock
12039 #: ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:3158
12040 #: ../src/guestfs-actions.pod:3174 ../src/guestfs-actions.pod:3192
12041 #: ../src/guestfs-actions.pod:5948
12042 msgid "(Added in 1.9.4)"
12043 msgstr ""
12044
12045 # type: =head2
12046 #. type: =head2
12047 #: ../src/guestfs-actions.pod:2729
12048 msgid "guestfs_inspect_get_hostname"
12049 msgstr ""
12050
12051 # type: verbatim
12052 #. type: verbatim
12053 #: ../src/guestfs-actions.pod:2731
12054 #, no-wrap
12055 msgid ""
12056 " char *\n"
12057 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
12058 "                               const char *root);\n"
12059 "\n"
12060 msgstr ""
12061
12062 # type: textblock
12063 #. type: textblock
12064 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1865
12065 msgid ""
12066 "This function returns the hostname of the operating system as found by "
12067 "inspection of the guest's configuration files."
12068 msgstr ""
12069
12070 # type: textblock
12071 #. type: textblock
12072 #: ../src/guestfs-actions.pod:2738 ../fish/guestfish-actions.pod:1868
12073 msgid ""
12074 "If the hostname could not be determined, then the string C<unknown> is "
12075 "returned."
12076 msgstr ""
12077
12078 # type: textblock
12079 #. type: textblock
12080 #: ../src/guestfs-actions.pod:2746
12081 msgid "(Added in 1.7.9)"
12082 msgstr ""
12083
12084 #. type: =head2
12085 #: ../src/guestfs-actions.pod:2748
12086 msgid "guestfs_inspect_get_icon"
12087 msgstr ""
12088
12089 #. type: verbatim
12090 #: ../src/guestfs-actions.pod:2750
12091 #, no-wrap
12092 msgid ""
12093 " char *\n"
12094 " guestfs_inspect_get_icon (guestfs_h *g,\n"
12095 "                           const char *root,\n"
12096 "                           size_t *size_r,\n"
12097 "                           ...);\n"
12098 "\n"
12099 msgstr ""
12100
12101 #. type: verbatim
12102 #: ../src/guestfs-actions.pod:2761
12103 #, no-wrap
12104 msgid ""
12105 " GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
12106 " GUESTFS_INSPECT_GET_ICON_HIGHQUALITY, int highquality,\n"
12107 "\n"
12108 msgstr ""
12109
12110 #. type: textblock
12111 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1877
12112 msgid ""
12113 "This function returns an icon corresponding to the inspected operating "
12114 "system.  The icon is returned as a buffer containing a PNG image (re-encoded "
12115 "to PNG if necessary)."
12116 msgstr ""
12117
12118 #. type: textblock
12119 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1881
12120 msgid ""
12121 "If it was not possible to get an icon this function returns a zero-length "
12122 "(non-NULL) buffer.  I<Callers must check for this case>."
12123 msgstr ""
12124
12125 #. type: textblock
12126 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1884
12127 msgid ""
12128 "Libguestfs will start by looking for a file called C</etc/favicon.png> or "
12129 "C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
12130 "this file will be returned.  You can disable favicons by passing the "
12131 "optional C<favicon> boolean as false (default is true)."
12132 msgstr ""
12133
12134 #. type: textblock
12135 #: ../src/guestfs-actions.pod:2777 ../fish/guestfish-actions.pod:1890
12136 msgid ""
12137 "If finding the favicon fails, then we look in other places in the guest for "
12138 "a suitable icon."
12139 msgstr ""
12140
12141 #. type: textblock
12142 #: ../src/guestfs-actions.pod:2780 ../fish/guestfish-actions.pod:1893
12143 msgid ""
12144 "If the optional C<highquality> boolean is true then only high quality icons "
12145 "are returned, which means only icons of high resolution with an alpha "
12146 "channel.  The default (false) is to return any icon we can, even if it is of "
12147 "substandard quality."
12148 msgstr ""
12149
12150 #. type: textblock
12151 #: ../src/guestfs-actions.pod:2791 ../fish/guestfish-actions.pod:1904
12152 msgid ""
12153 "Unlike most other inspection API calls, the guest's disks must be mounted up "
12154 "before you call this, since it needs to read information from the guest "
12155 "filesystem during the call."
12156 msgstr ""
12157
12158 #. type: textblock
12159 #: ../src/guestfs-actions.pod:2797 ../fish/guestfish-actions.pod:1910
12160 msgid ""
12161 "B<Security:> The icon data comes from the untrusted guest, and should be "
12162 "treated with caution.  PNG files have been known to contain exploits.  "
12163 "Ensure that libpng (or other relevant libraries) are fully up to date before "
12164 "trying to process or display the icon."
12165 msgstr ""
12166
12167 #. type: textblock
12168 #: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1918
12169 msgid ""
12170 "The PNG image returned can be any size.  It might not be square.  Libguestfs "
12171 "tries to return the largest, highest quality icon available.  The "
12172 "application must scale the icon to the required size."
12173 msgstr ""
12174
12175 #. type: textblock
12176 #: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1925
12177 msgid ""
12178 "Extracting icons from Windows guests requires the external C<wrestool> "
12179 "program from the C<icoutils> package, and several programs (C<bmptopnm>, "
12180 "C<pnmtopng>, C<pamcut>)  from the C<netpbm> package.  These must be "
12181 "installed separately."
12182 msgstr ""
12183
12184 #. type: textblock
12185 #: ../src/guestfs-actions.pod:2819 ../fish/guestfish-actions.pod:1932
12186 msgid ""
12187 "Operating system icons are usually trademarks.  Seek legal advice before "
12188 "using trademarks in applications."
12189 msgstr ""
12190
12191 #. type: textblock
12192 #: ../src/guestfs-actions.pod:2828 ../src/guestfs-actions.pod:3653
12193 #: ../src/guestfs-actions.pod:4905
12194 msgid "(Added in 1.11.12)"
12195 msgstr ""
12196
12197 #. type: =head2
12198 #: ../src/guestfs-actions.pod:2830
12199 msgid "guestfs_inspect_get_icon_va"
12200 msgstr ""
12201
12202 #. type: verbatim
12203 #: ../src/guestfs-actions.pod:2832
12204 #, no-wrap
12205 msgid ""
12206 " char *\n"
12207 " guestfs_inspect_get_icon_va (guestfs_h *g,\n"
12208 "                              const char *root,\n"
12209 "                              size_t *size_r,\n"
12210 "                              va_list args);\n"
12211 "\n"
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:2838
12216 msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
12217 msgstr ""
12218
12219 #. type: =head2
12220 #: ../src/guestfs-actions.pod:2842
12221 msgid "guestfs_inspect_get_icon_argv"
12222 msgstr ""
12223
12224 #. type: verbatim
12225 #: ../src/guestfs-actions.pod:2844
12226 #, no-wrap
12227 msgid ""
12228 " char *\n"
12229 " guestfs_inspect_get_icon_argv (guestfs_h *g,\n"
12230 "                                const char *root,\n"
12231 "                                size_t *size_r,\n"
12232 "                                const struct guestfs_inspect_get_icon_argv *optargs);\n"
12233 "\n"
12234 msgstr ""
12235
12236 #. type: textblock
12237 #: ../src/guestfs-actions.pod:2850
12238 msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
12239 msgstr ""
12240
12241 # type: =head2
12242 #. type: =head2
12243 #: ../src/guestfs-actions.pod:2854
12244 msgid "guestfs_inspect_get_major_version"
12245 msgstr ""
12246
12247 # type: verbatim
12248 #. type: verbatim
12249 #: ../src/guestfs-actions.pod:2856
12250 #, no-wrap
12251 msgid ""
12252 " int\n"
12253 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
12254 "                                    const char *root);\n"
12255 "\n"
12256 msgstr ""
12257
12258 # type: textblock
12259 #. type: textblock
12260 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1943
12261 msgid ""
12262 "This returns the major version number of the inspected operating system."
12263 msgstr ""
12264
12265 # type: textblock
12266 #. type: textblock
12267 #: ../src/guestfs-actions.pod:2863 ../fish/guestfish-actions.pod:1946
12268 msgid ""
12269 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
12270 "popular public names used by the operating system.  Notably the operating "
12271 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
12272 "1).  You can find out the real versions corresponding to releases of Windows "
12273 "by consulting Wikipedia or MSDN."
12274 msgstr ""
12275
12276 # type: textblock
12277 #. type: textblock
12278 #: ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:2887
12279 #: ../fish/guestfish-actions.pod:1953 ../fish/guestfish-actions.pod:1964
12280 msgid "If the version could not be determined, then C<0> is returned."
12281 msgstr ""
12282
12283 # type: =head2
12284 #. type: =head2
12285 #: ../src/guestfs-actions.pod:2878
12286 msgid "guestfs_inspect_get_minor_version"
12287 msgstr ""
12288
12289 # type: verbatim
12290 #. type: verbatim
12291 #: ../src/guestfs-actions.pod:2880
12292 #, no-wrap
12293 msgid ""
12294 " int\n"
12295 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
12296 "                                    const char *root);\n"
12297 "\n"
12298 msgstr ""
12299
12300 # type: textblock
12301 #. type: textblock
12302 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1961
12303 msgid ""
12304 "This returns the minor version number of the inspected operating system."
12305 msgstr ""
12306
12307 # type: textblock
12308 #. type: textblock
12309 #: ../src/guestfs-actions.pod:2889
12310 msgid ""
12311 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12312 "C<guestfs_inspect_get_major_version>."
12313 msgstr ""
12314
12315 # type: =head2
12316 #. type: =head2
12317 #: ../src/guestfs-actions.pod:2896
12318 msgid "guestfs_inspect_get_mountpoints"
12319 msgstr ""
12320
12321 # type: verbatim
12322 #. type: verbatim
12323 #: ../src/guestfs-actions.pod:2898
12324 #, no-wrap
12325 msgid ""
12326 " char **\n"
12327 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
12328 "                                  const char *root);\n"
12329 "\n"
12330 msgstr ""
12331
12332 #. type: textblock
12333 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1973
12334 msgid ""
12335 "This returns a hash of where we think the filesystems associated with this "
12336 "operating system should be mounted.  Callers should note that this is at "
12337 "best an educated guess made by reading configuration files such as C</etc/"
12338 "fstab>.  I<In particular note> that this may return filesystems which are "
12339 "non-existent or not mountable and callers should be prepared to handle or "
12340 "ignore failures if they try to mount them."
12341 msgstr ""
12342
12343 # type: textblock
12344 #. type: textblock
12345 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:1982
12346 msgid ""
12347 "Each element in the returned hashtable has a key which is the path of the "
12348 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
12349 "mounted there (eg. C</dev/sda1>)."
12350 msgstr ""
12351
12352 # type: textblock
12353 #. type: textblock
12354 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:1987
12355 msgid ""
12356 "Non-mounted devices such as swap devices are I<not> returned in this list."
12357 msgstr ""
12358
12359 #. type: textblock
12360 #: ../src/guestfs-actions.pod:2919
12361 msgid ""
12362 "For operating systems like Windows which still use drive letters, this call "
12363 "will only return an entry for the first drive \"mounted on\" C</>.  For "
12364 "information about the mapping of drive letters to partitions, see "
12365 "C<guestfs_inspect_get_drive_mappings>."
12366 msgstr ""
12367
12368 # type: textblock
12369 #. type: textblock
12370 #: ../src/guestfs-actions.pod:2925
12371 msgid ""
12372 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12373 "C<guestfs_inspect_get_filesystems>."
12374 msgstr ""
12375
12376 # type: =head2
12377 #. type: =head2
12378 #: ../src/guestfs-actions.pod:2936
12379 msgid "guestfs_inspect_get_package_format"
12380 msgstr ""
12381
12382 # type: verbatim
12383 #. type: verbatim
12384 #: ../src/guestfs-actions.pod:2938
12385 #, no-wrap
12386 msgid ""
12387 " char *\n"
12388 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
12389 "                                     const char *root);\n"
12390 "\n"
12391 msgstr ""
12392
12393 # type: textblock
12394 #. type: textblock
12395 #: ../src/guestfs-actions.pod:2942
12396 msgid ""
12397 "This function and C<guestfs_inspect_get_package_management> return the "
12398 "package format and package management tool used by the inspected operating "
12399 "system.  For example for Fedora these functions would return C<rpm> (package "
12400 "format) and C<yum> (package management)."
12401 msgstr ""
12402
12403 # type: textblock
12404 #. type: textblock
12405 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2009
12406 msgid ""
12407 "This returns the string C<unknown> if we could not determine the package "
12408 "format I<or> if the operating system does not have a real packaging system "
12409 "(eg. Windows)."
12410 msgstr ""
12411
12412 # type: textblock
12413 #. type: textblock
12414 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2013
12415 msgid ""
12416 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
12417 "Future versions of libguestfs may return other strings."
12418 msgstr ""
12419
12420 # type: textblock
12421 #. type: textblock
12422 #: ../src/guestfs-actions.pod:2960 ../src/guestfs-actions.pod:2988
12423 msgid "(Added in 1.7.5)"
12424 msgstr ""
12425
12426 # type: =head2
12427 #. type: =head2
12428 #: ../src/guestfs-actions.pod:2962
12429 msgid "guestfs_inspect_get_package_management"
12430 msgstr ""
12431
12432 # type: verbatim
12433 #. type: verbatim
12434 #: ../src/guestfs-actions.pod:2964
12435 #, no-wrap
12436 msgid ""
12437 " char *\n"
12438 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
12439 "                                         const char *root);\n"
12440 "\n"
12441 msgstr ""
12442
12443 # type: textblock
12444 #. type: textblock
12445 #: ../src/guestfs-actions.pod:2968
12446 msgid ""
12447 "C<guestfs_inspect_get_package_format> and this function return the package "
12448 "format and package management tool used by the inspected operating system.  "
12449 "For example for Fedora these functions would return C<rpm> (package format) "
12450 "and C<yum> (package management)."
12451 msgstr ""
12452
12453 # type: textblock
12454 #. type: textblock
12455 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2028
12456 msgid ""
12457 "This returns the string C<unknown> if we could not determine the package "
12458 "management tool I<or> if the operating system does not have a real packaging "
12459 "system (eg. Windows)."
12460 msgstr ""
12461
12462 # type: textblock
12463 #. type: textblock
12464 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2032
12465 msgid ""
12466 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
12467 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
12468 "libguestfs may return other strings."
12469 msgstr ""
12470
12471 # type: =head2
12472 #. type: =head2
12473 #: ../src/guestfs-actions.pod:2990
12474 msgid "guestfs_inspect_get_product_name"
12475 msgstr ""
12476
12477 # type: verbatim
12478 #. type: verbatim
12479 #: ../src/guestfs-actions.pod:2992
12480 #, no-wrap
12481 msgid ""
12482 " char *\n"
12483 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
12484 "                                   const char *root);\n"
12485 "\n"
12486 msgstr ""
12487
12488 # type: textblock
12489 #. type: textblock
12490 #: ../src/guestfs-actions.pod:2996 ../fish/guestfish-actions.pod:2043
12491 msgid ""
12492 "This returns the product name of the inspected operating system.  The "
12493 "product name is generally some freeform string which can be displayed to the "
12494 "user, but should not be parsed by programs."
12495 msgstr ""
12496
12497 # type: textblock
12498 #. type: textblock
12499 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2048
12500 msgid ""
12501 "If the product name could not be determined, then the string C<unknown> is "
12502 "returned."
12503 msgstr ""
12504
12505 #. type: =head2
12506 #: ../src/guestfs-actions.pod:3011
12507 msgid "guestfs_inspect_get_product_variant"
12508 msgstr ""
12509
12510 #. type: verbatim
12511 #: ../src/guestfs-actions.pod:3013
12512 #, no-wrap
12513 msgid ""
12514 " char *\n"
12515 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
12516 "                                      const char *root);\n"
12517 "\n"
12518 msgstr ""
12519
12520 #. type: textblock
12521 #: ../src/guestfs-actions.pod:3017 ../fish/guestfish-actions.pod:2057
12522 msgid "This returns the product variant of the inspected operating system."
12523 msgstr ""
12524
12525 #. type: textblock
12526 #: ../src/guestfs-actions.pod:3020 ../fish/guestfish-actions.pod:2060
12527 msgid ""
12528 "For Windows guests, this returns the contents of the Registry key C<HKLM"
12529 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
12530 "is usually a string such as C<Client> or C<Server> (other values are "
12531 "possible).  This can be used to distinguish consumer and enterprise versions "
12532 "of Windows that have the same version number (for example, Windows 7 and "
12533 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
12534 "the latter is C<Server>)."
12535 msgstr ""
12536
12537 #. type: textblock
12538 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2069
12539 msgid ""
12540 "For enterprise Linux guests, in future we intend this to return the product "
12541 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
12542 "implemented at present."
12543 msgstr ""
12544
12545 #. type: textblock
12546 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2073
12547 msgid ""
12548 "If the product variant could not be determined, then the string C<unknown> "
12549 "is returned."
12550 msgstr ""
12551
12552 #. type: textblock
12553 #: ../src/guestfs-actions.pod:3036
12554 msgid ""
12555 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12556 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
12557 msgstr ""
12558
12559 #. type: textblock
12560 #: ../src/guestfs-actions.pod:3043
12561 msgid "(Added in 1.9.13)"
12562 msgstr ""
12563
12564 # type: =head2
12565 #. type: =head2
12566 #: ../src/guestfs-actions.pod:3045
12567 msgid "guestfs_inspect_get_roots"
12568 msgstr ""
12569
12570 # type: verbatim
12571 #. type: verbatim
12572 #: ../src/guestfs-actions.pod:3047
12573 #, no-wrap
12574 msgid ""
12575 " char **\n"
12576 " guestfs_inspect_get_roots (guestfs_h *g);\n"
12577 "\n"
12578 msgstr ""
12579
12580 # type: textblock
12581 #. type: textblock
12582 #: ../src/guestfs-actions.pod:3050
12583 msgid ""
12584 "This function is a convenient way to get the list of root devices, as "
12585 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
12586 "the whole inspection process."
12587 msgstr ""
12588
12589 # type: textblock
12590 #. type: textblock
12591 #: ../src/guestfs-actions.pod:3054
12592 msgid ""
12593 "This returns an empty list if either no root devices were found or the "
12594 "caller has not called C<guestfs_inspect_os>."
12595 msgstr ""
12596
12597 # type: textblock
12598 #. type: textblock
12599 #: ../src/guestfs-actions.pod:3063
12600 msgid "(Added in 1.7.3)"
12601 msgstr ""
12602
12603 # type: =head2
12604 #. type: =head2
12605 #: ../src/guestfs-actions.pod:3065
12606 msgid "guestfs_inspect_get_type"
12607 msgstr ""
12608
12609 # type: verbatim
12610 #. type: verbatim
12611 #: ../src/guestfs-actions.pod:3067
12612 #, no-wrap
12613 msgid ""
12614 " char *\n"
12615 " guestfs_inspect_get_type (guestfs_h *g,\n"
12616 "                           const char *root);\n"
12617 "\n"
12618 msgstr ""
12619
12620 # type: textblock
12621 #. type: textblock
12622 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2097
12623 msgid ""
12624 "This returns the type of the inspected operating system.  Currently defined "
12625 "types are:"
12626 msgstr ""
12627
12628 # type: =item
12629 #. type: =item
12630 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2102
12631 msgid "\"linux\""
12632 msgstr ""
12633
12634 # type: textblock
12635 #. type: textblock
12636 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2104
12637 msgid "Any Linux-based operating system."
12638 msgstr ""
12639
12640 # type: textblock
12641 #. type: textblock
12642 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2108
12643 msgid "Any Microsoft Windows operating system."
12644 msgstr ""
12645
12646 # type: =item
12647 #. type: =item
12648 #: ../src/guestfs-actions.pod:3084 ../fish/guestfish-actions.pod:2110
12649 msgid "\"freebsd\""
12650 msgstr ""
12651
12652 # type: textblock
12653 #. type: textblock
12654 #: ../src/guestfs-actions.pod:3086 ../fish/guestfish-actions.pod:2112
12655 msgid "FreeBSD."
12656 msgstr ""
12657
12658 # type: textblock
12659 #. type: textblock
12660 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2116
12661 msgid "The operating system type could not be determined."
12662 msgstr ""
12663
12664 #. type: =head2
12665 #: ../src/guestfs-actions.pod:3104
12666 msgid "guestfs_inspect_get_windows_current_control_set"
12667 msgstr ""
12668
12669 #. type: verbatim
12670 #: ../src/guestfs-actions.pod:3106
12671 #, no-wrap
12672 msgid ""
12673 " char *\n"
12674 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
12675 "                                                  const char *root);\n"
12676 "\n"
12677 msgstr ""
12678
12679 #. type: textblock
12680 #: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2129
12681 msgid ""
12682 "This returns the Windows CurrentControlSet of the inspected guest.  The "
12683 "CurrentControlSet is a registry key name such as C<ControlSet001>."
12684 msgstr ""
12685
12686 #. type: textblock
12687 #: ../src/guestfs-actions.pod:3113 ../fish/guestfish-actions.pod:2132
12688 msgid ""
12689 "This call assumes that the guest is Windows and that the Registry could be "
12690 "examined by inspection.  If this is not the case then an error is returned."
12691 msgstr ""
12692
12693 # type: =head2
12694 #. type: =head2
12695 #: ../src/guestfs-actions.pod:3124
12696 msgid "guestfs_inspect_get_windows_systemroot"
12697 msgstr ""
12698
12699 # type: verbatim
12700 #. type: verbatim
12701 #: ../src/guestfs-actions.pod:3126
12702 #, no-wrap
12703 msgid ""
12704 " char *\n"
12705 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
12706 "                                         const char *root);\n"
12707 "\n"
12708 msgstr ""
12709
12710 # type: textblock
12711 #. type: textblock
12712 #: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2142
12713 msgid ""
12714 "This returns the Windows systemroot of the inspected guest.  The systemroot "
12715 "is a directory path such as C</WINDOWS>."
12716 msgstr ""
12717
12718 # type: textblock
12719 #. type: textblock
12720 #: ../src/guestfs-actions.pod:3133 ../fish/guestfish-actions.pod:2145
12721 msgid ""
12722 "This call assumes that the guest is Windows and that the systemroot could be "
12723 "determined by inspection.  If this is not the case then an error is returned."
12724 msgstr ""
12725
12726 # type: textblock
12727 #. type: textblock
12728 #: ../src/guestfs-actions.pod:3142
12729 msgid "(Added in 1.5.25)"
12730 msgstr ""
12731
12732 #. type: =head2
12733 #: ../src/guestfs-actions.pod:3144
12734 msgid "guestfs_inspect_is_live"
12735 msgstr ""
12736
12737 #. type: verbatim
12738 #: ../src/guestfs-actions.pod:3146
12739 #, no-wrap
12740 msgid ""
12741 " int\n"
12742 " guestfs_inspect_is_live (guestfs_h *g,\n"
12743 "                          const char *root);\n"
12744 "\n"
12745 msgstr ""
12746
12747 #. type: textblock
12748 #: ../src/guestfs-actions.pod:3150
12749 msgid ""
12750 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12751 "disk), then this returns true if a live image was detected on the disk."
12752 msgstr ""
12753
12754 #. type: =head2
12755 #: ../src/guestfs-actions.pod:3160
12756 msgid "guestfs_inspect_is_multipart"
12757 msgstr ""
12758
12759 #. type: verbatim
12760 #: ../src/guestfs-actions.pod:3162
12761 #, no-wrap
12762 msgid ""
12763 " int\n"
12764 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
12765 "                               const char *root);\n"
12766 "\n"
12767 msgstr ""
12768
12769 #. type: textblock
12770 #: ../src/guestfs-actions.pod:3166
12771 msgid ""
12772 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12773 "disk), then this returns true if the disk is part of a set."
12774 msgstr ""
12775
12776 #. type: =head2
12777 #: ../src/guestfs-actions.pod:3176
12778 msgid "guestfs_inspect_is_netinst"
12779 msgstr ""
12780
12781 #. type: verbatim
12782 #: ../src/guestfs-actions.pod:3178
12783 #, no-wrap
12784 msgid ""
12785 " int\n"
12786 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
12787 "                             const char *root);\n"
12788 "\n"
12789 msgstr ""
12790
12791 #. type: textblock
12792 #: ../src/guestfs-actions.pod:3182
12793 msgid ""
12794 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12795 "disk), then this returns true if the disk is a network installer, ie. not a "
12796 "self-contained install CD but one which is likely to require network access "
12797 "to complete the install."
12798 msgstr ""
12799
12800 # type: =head2
12801 #. type: =head2
12802 #: ../src/guestfs-actions.pod:3194
12803 msgid "guestfs_inspect_list_applications"
12804 msgstr ""
12805
12806 # type: verbatim
12807 #. type: verbatim
12808 #: ../src/guestfs-actions.pod:3196
12809 #, no-wrap
12810 msgid ""
12811 " struct guestfs_application_list *\n"
12812 " guestfs_inspect_list_applications (guestfs_h *g,\n"
12813 "                                    const char *root);\n"
12814 "\n"
12815 msgstr ""
12816
12817 # type: textblock
12818 #. type: textblock
12819 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2187
12820 msgid "Return the list of applications installed in the operating system."
12821 msgstr ""
12822
12823 # type: textblock
12824 #. type: textblock
12825 #: ../src/guestfs-actions.pod:3202
12826 msgid ""
12827 "I<Note:> This call works differently from other parts of the inspection "
12828 "API.  You have to call C<guestfs_inspect_os>, then "
12829 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
12830 "this.  Listing applications is a significantly more difficult operation "
12831 "which requires access to the full filesystem.  Also note that unlike the "
12832 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
12833 "the libguestfs handle, this call actually reads parts of the mounted "
12834 "filesystems during the call."
12835 msgstr ""
12836
12837 # type: textblock
12838 #. type: textblock
12839 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2199
12840 msgid ""
12841 "This returns an empty list if the inspection code was not able to determine "
12842 "the list of applications."
12843 msgstr ""
12844
12845 # type: textblock
12846 #. type: textblock
12847 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2202
12848 msgid "The application structure contains the following fields:"
12849 msgstr ""
12850
12851 # type: =item
12852 #. type: =item
12853 #: ../src/guestfs-actions.pod:3219 ../fish/guestfish-actions.pod:2206
12854 msgid "C<app_name>"
12855 msgstr ""
12856
12857 # type: textblock
12858 #. type: textblock
12859 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2208
12860 msgid ""
12861 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
12862 "guests, this is the package name."
12863 msgstr ""
12864
12865 # type: =item
12866 #. type: =item
12867 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2211
12868 msgid "C<app_display_name>"
12869 msgstr ""
12870
12871 # type: textblock
12872 #. type: textblock
12873 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2213
12874 msgid ""
12875 "The display name of the application, sometimes localized to the install "
12876 "language of the guest operating system."
12877 msgstr ""
12878
12879 # type: textblock
12880 #. type: textblock
12881 #: ../src/guestfs-actions.pod:3229 ../fish/guestfish-actions.pod:2216
12882 msgid ""
12883 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
12884 "to display something can use C<app_name> instead."
12885 msgstr ""
12886
12887 # type: =item
12888 #. type: =item
12889 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2219
12890 msgid "C<app_epoch>"
12891 msgstr ""
12892
12893 # type: textblock
12894 #. type: textblock
12895 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2221
12896 msgid ""
12897 "For package managers which use epochs, this contains the epoch of the "
12898 "package (an integer).  If unavailable, this is returned as C<0>."
12899 msgstr ""
12900
12901 # type: =item
12902 #. type: =item
12903 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2224
12904 msgid "C<app_version>"
12905 msgstr ""
12906
12907 # type: textblock
12908 #. type: textblock
12909 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2226
12910 msgid ""
12911 "The version string of the application or package.  If unavailable this is "
12912 "returned as an empty string C<\"\">."
12913 msgstr ""
12914
12915 # type: =item
12916 #. type: =item
12917 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2229
12918 msgid "C<app_release>"
12919 msgstr ""
12920
12921 # type: textblock
12922 #. type: textblock
12923 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2231
12924 msgid ""
12925 "The release string of the application or package, for package managers that "
12926 "use this.  If unavailable this is returned as an empty string C<\"\">."
12927 msgstr ""
12928
12929 # type: =item
12930 #. type: =item
12931 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2235
12932 msgid "C<app_install_path>"
12933 msgstr ""
12934
12935 # type: textblock
12936 #. type: textblock
12937 #: ../src/guestfs-actions.pod:3250 ../fish/guestfish-actions.pod:2237
12938 msgid ""
12939 "The installation path of the application (on operating systems such as "
12940 "Windows which use installation paths).  This path is in the format used by "
12941 "the guest operating system, it is not a libguestfs path."
12942 msgstr ""
12943
12944 # type: textblock
12945 #. type: textblock
12946 #: ../src/guestfs-actions.pod:3255 ../fish/guestfish-actions.pod:2242
12947 msgid "If unavailable this is returned as an empty string C<\"\">."
12948 msgstr ""
12949
12950 # type: =item
12951 #. type: =item
12952 #: ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:2244
12953 msgid "C<app_trans_path>"
12954 msgstr ""
12955
12956 # type: textblock
12957 #. type: textblock
12958 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2246
12959 msgid ""
12960 "The install path translated into a libguestfs path.  If unavailable this is "
12961 "returned as an empty string C<\"\">."
12962 msgstr ""
12963
12964 # type: =item
12965 #. type: =item
12966 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2249
12967 msgid "C<app_publisher>"
12968 msgstr ""
12969
12970 # type: textblock
12971 #. type: textblock
12972 #: ../src/guestfs-actions.pod:3264 ../fish/guestfish-actions.pod:2251
12973 msgid ""
12974 "The name of the publisher of the application, for package managers that use "
12975 "this.  If unavailable this is returned as an empty string C<\"\">."
12976 msgstr ""
12977
12978 # type: =item
12979 #. type: =item
12980 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2255
12981 msgid "C<app_url>"
12982 msgstr ""
12983
12984 # type: textblock
12985 #. type: textblock
12986 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2257
12987 msgid ""
12988 "The URL (eg. upstream URL) of the application.  If unavailable this is "
12989 "returned as an empty string C<\"\">."
12990 msgstr ""
12991
12992 # type: =item
12993 #. type: =item
12994 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2260
12995 msgid "C<app_source_package>"
12996 msgstr ""
12997
12998 # type: textblock
12999 #. type: textblock
13000 #: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2262
13001 msgid ""
13002 "For packaging systems which support this, the name of the source package.  "
13003 "If unavailable this is returned as an empty string C<\"\">."
13004 msgstr ""
13005
13006 # type: =item
13007 #. type: =item
13008 #: ../src/guestfs-actions.pod:3278 ../fish/guestfish-actions.pod:2265
13009 msgid "C<app_summary>"
13010 msgstr ""
13011
13012 # type: textblock
13013 #. type: textblock
13014 #: ../src/guestfs-actions.pod:3280 ../fish/guestfish-actions.pod:2267
13015 msgid ""
13016 "A short (usually one line) description of the application or package.  If "
13017 "unavailable this is returned as an empty string C<\"\">."
13018 msgstr ""
13019
13020 # type: =item
13021 #. type: =item
13022 #: ../src/guestfs-actions.pod:3283 ../fish/guestfish-actions.pod:2270
13023 msgid "C<app_description>"
13024 msgstr ""
13025
13026 # type: textblock
13027 #. type: textblock
13028 #: ../src/guestfs-actions.pod:3285 ../fish/guestfish-actions.pod:2272
13029 msgid ""
13030 "A longer description of the application or package.  If unavailable this is "
13031 "returned as an empty string C<\"\">."
13032 msgstr ""
13033
13034 # type: textblock
13035 #. type: textblock
13036 #: ../src/guestfs-actions.pod:3292
13037 msgid ""
13038 "This function returns a C<struct guestfs_application_list *>, or NULL if "
13039 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
13040 "after use>."
13041 msgstr ""
13042
13043 # type: textblock
13044 #. type: textblock
13045 #: ../src/guestfs-actions.pod:3296
13046 msgid "(Added in 1.7.8)"
13047 msgstr ""
13048
13049 # type: =head2
13050 #. type: =head2
13051 #: ../src/guestfs-actions.pod:3298
13052 msgid "guestfs_inspect_os"
13053 msgstr ""
13054
13055 # type: verbatim
13056 #. type: verbatim
13057 #: ../src/guestfs-actions.pod:3300
13058 #, no-wrap
13059 msgid ""
13060 " char **\n"
13061 " guestfs_inspect_os (guestfs_h *g);\n"
13062 "\n"
13063 msgstr ""
13064
13065 # type: textblock
13066 #. type: textblock
13067 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2283
13068 msgid ""
13069 "This function uses other libguestfs functions and certain heuristics to "
13070 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
13071 "for operating systems."
13072 msgstr ""
13073
13074 # type: textblock
13075 #. type: textblock
13076 #: ../src/guestfs-actions.pod:3307 ../fish/guestfish-actions.pod:2287
13077 msgid "The list returned is empty if no operating systems were found."
13078 msgstr ""
13079
13080 # type: textblock
13081 #. type: textblock
13082 #: ../src/guestfs-actions.pod:3309 ../fish/guestfish-actions.pod:2289
13083 msgid ""
13084 "If one operating system was found, then this returns a list with a single "
13085 "element, which is the name of the root filesystem of this operating system.  "
13086 "It is also possible for this function to return a list containing more than "
13087 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
13088 "element being the root filesystem of one of the operating systems."
13089 msgstr ""
13090
13091 # type: textblock
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:3316
13094 msgid ""
13095 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
13096 "functions in order to query further information about each operating system, "
13097 "such as the name and version."
13098 msgstr ""
13099
13100 # type: textblock
13101 #. type: textblock
13102 #: ../src/guestfs-actions.pod:3321
13103 msgid ""
13104 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
13105 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
13106 "the contents.  This should be called with no disks currently mounted.  The "
13107 "function may also use Augeas, so any existing Augeas handle will be closed."
13108 msgstr ""
13109
13110 # type: textblock
13111 #. type: textblock
13112 #: ../src/guestfs-actions.pod:3327 ../fish/guestfish-actions.pod:2307
13113 msgid ""
13114 "This function cannot decrypt encrypted disks.  The caller must do that first "
13115 "(supplying the necessary keys) if the disk is encrypted."
13116 msgstr ""
13117
13118 # type: textblock
13119 #. type: textblock
13120 #: ../src/guestfs-actions.pod:3333 ../src/guestfs-actions.pod:3664
13121 #: ../src/guestfs-actions.pod:3744
13122 msgid "See also C<guestfs_list_filesystems>."
13123 msgstr ""
13124
13125 # type: =head2
13126 #. type: =head2
13127 #: ../src/guestfs-actions.pod:3341
13128 msgid "guestfs_is_blockdev"
13129 msgstr ""
13130
13131 # type: verbatim
13132 #. type: verbatim
13133 #: ../src/guestfs-actions.pod:3343
13134 #, no-wrap
13135 msgid ""
13136 " int\n"
13137 " guestfs_is_blockdev (guestfs_h *g,\n"
13138 "                      const char *path);\n"
13139 "\n"
13140 msgstr ""
13141
13142 # type: textblock
13143 #. type: textblock
13144 #: ../src/guestfs-actions.pod:3347 ../fish/guestfish-actions.pod:2319
13145 msgid ""
13146 "This returns C<true> if and only if there is a block device with the given "
13147 "C<path> name."
13148 msgstr ""
13149
13150 # type: textblock
13151 #. type: textblock
13152 #: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3379
13153 #: ../src/guestfs-actions.pod:3409 ../src/guestfs-actions.pod:3424
13154 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3496
13155 #: ../src/guestfs-actions.pod:3511
13156 msgid "See also C<guestfs_stat>."
13157 msgstr ""
13158
13159 # type: textblock
13160 #. type: textblock
13161 #: ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3383
13162 #: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3500
13163 #: ../src/guestfs-actions.pod:3515
13164 msgid "(Added in 1.5.10)"
13165 msgstr ""
13166
13167 # type: =head2
13168 #. type: =head2
13169 #: ../src/guestfs-actions.pod:3356
13170 msgid "guestfs_is_busy"
13171 msgstr ""
13172
13173 # type: verbatim
13174 #. type: verbatim
13175 #: ../src/guestfs-actions.pod:3358
13176 #, no-wrap
13177 msgid ""
13178 " int\n"
13179 " guestfs_is_busy (guestfs_h *g);\n"
13180 "\n"
13181 msgstr ""
13182
13183 # type: textblock
13184 #. type: textblock
13185 #: ../src/guestfs-actions.pod:3361 ../fish/guestfish-actions.pod:2328
13186 msgid ""
13187 "This returns true iff this handle is busy processing a command (in the "
13188 "C<BUSY> state)."
13189 msgstr ""
13190
13191 # type: =head2
13192 #. type: =head2
13193 #: ../src/guestfs-actions.pod:3370
13194 msgid "guestfs_is_chardev"
13195 msgstr ""
13196
13197 # type: verbatim
13198 #. type: verbatim
13199 #: ../src/guestfs-actions.pod:3372
13200 #, no-wrap
13201 msgid ""
13202 " int\n"
13203 " guestfs_is_chardev (guestfs_h *g,\n"
13204 "                     const char *path);\n"
13205 "\n"
13206 msgstr ""
13207
13208 # type: textblock
13209 #. type: textblock
13210 #: ../src/guestfs-actions.pod:3376 ../fish/guestfish-actions.pod:2337
13211 msgid ""
13212 "This returns C<true> if and only if there is a character device with the "
13213 "given C<path> name."
13214 msgstr ""
13215
13216 # type: =head2
13217 #. type: =head2
13218 #: ../src/guestfs-actions.pod:3385
13219 msgid "guestfs_is_config"
13220 msgstr ""
13221
13222 # type: verbatim
13223 #. type: verbatim
13224 #: ../src/guestfs-actions.pod:3387
13225 #, no-wrap
13226 msgid ""
13227 " int\n"
13228 " guestfs_is_config (guestfs_h *g);\n"
13229 "\n"
13230 msgstr ""
13231
13232 # type: textblock
13233 #. type: textblock
13234 #: ../src/guestfs-actions.pod:3390 ../fish/guestfish-actions.pod:2346
13235 msgid ""
13236 "This returns true iff this handle is being configured (in the C<CONFIG> "
13237 "state)."
13238 msgstr ""
13239
13240 # type: =head2
13241 #. type: =head2
13242 #: ../src/guestfs-actions.pod:3399
13243 msgid "guestfs_is_dir"
13244 msgstr ""
13245
13246 # type: verbatim
13247 #. type: verbatim
13248 #: ../src/guestfs-actions.pod:3401
13249 #, no-wrap
13250 msgid ""
13251 " int\n"
13252 " guestfs_is_dir (guestfs_h *g,\n"
13253 "                 const char *path);\n"
13254 "\n"
13255 msgstr ""
13256
13257 # type: textblock
13258 #. type: textblock
13259 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2355
13260 msgid ""
13261 "This returns C<true> if and only if there is a directory with the given "
13262 "C<path> name.  Note that it returns false for other objects like files."
13263 msgstr ""
13264
13265 # type: =head2
13266 #. type: =head2
13267 #: ../src/guestfs-actions.pod:3415
13268 msgid "guestfs_is_fifo"
13269 msgstr ""
13270
13271 # type: verbatim
13272 #. type: verbatim
13273 #: ../src/guestfs-actions.pod:3417
13274 #, no-wrap
13275 msgid ""
13276 " int\n"
13277 " guestfs_is_fifo (guestfs_h *g,\n"
13278 "                  const char *path);\n"
13279 "\n"
13280 msgstr ""
13281
13282 # type: textblock
13283 #. type: textblock
13284 #: ../src/guestfs-actions.pod:3421 ../fish/guestfish-actions.pod:2365
13285 msgid ""
13286 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
13287 "given C<path> name."
13288 msgstr ""
13289
13290 # type: =head2
13291 #. type: =head2
13292 #: ../src/guestfs-actions.pod:3430
13293 msgid "guestfs_is_file"
13294 msgstr ""
13295
13296 # type: verbatim
13297 #. type: verbatim
13298 #: ../src/guestfs-actions.pod:3432
13299 #, no-wrap
13300 msgid ""
13301 " int\n"
13302 " guestfs_is_file (guestfs_h *g,\n"
13303 "                  const char *path);\n"
13304 "\n"
13305 msgstr ""
13306
13307 # type: textblock
13308 #. type: textblock
13309 #: ../src/guestfs-actions.pod:3436 ../fish/guestfish-actions.pod:2374
13310 msgid ""
13311 "This returns C<true> if and only if there is a regular file with the given "
13312 "C<path> name.  Note that it returns false for other objects like directories."
13313 msgstr ""
13314
13315 # type: =head2
13316 #. type: =head2
13317 #: ../src/guestfs-actions.pod:3446
13318 msgid "guestfs_is_launching"
13319 msgstr ""
13320
13321 # type: verbatim
13322 #. type: verbatim
13323 #: ../src/guestfs-actions.pod:3448
13324 #, no-wrap
13325 msgid ""
13326 " int\n"
13327 " guestfs_is_launching (guestfs_h *g);\n"
13328 "\n"
13329 msgstr ""
13330
13331 # type: textblock
13332 #. type: textblock
13333 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2384
13334 msgid ""
13335 "This returns true iff this handle is launching the subprocess (in the "
13336 "C<LAUNCHING> state)."
13337 msgstr ""
13338
13339 # type: =head2
13340 #. type: =head2
13341 #: ../src/guestfs-actions.pod:3460
13342 msgid "guestfs_is_lv"
13343 msgstr ""
13344
13345 # type: verbatim
13346 #. type: verbatim
13347 #: ../src/guestfs-actions.pod:3462
13348 #, no-wrap
13349 msgid ""
13350 " int\n"
13351 " guestfs_is_lv (guestfs_h *g,\n"
13352 "                const char *device);\n"
13353 "\n"
13354 msgstr ""
13355
13356 # type: textblock
13357 #. type: textblock
13358 #: ../src/guestfs-actions.pod:3466 ../fish/guestfish-actions.pod:2393
13359 msgid ""
13360 "This command tests whether C<device> is a logical volume, and returns true "
13361 "iff this is the case."
13362 msgstr ""
13363
13364 # type: =head2
13365 #. type: =head2
13366 #: ../src/guestfs-actions.pod:3473
13367 msgid "guestfs_is_ready"
13368 msgstr ""
13369
13370 # type: verbatim
13371 #. type: verbatim
13372 #: ../src/guestfs-actions.pod:3475
13373 #, no-wrap
13374 msgid ""
13375 " int\n"
13376 " guestfs_is_ready (guestfs_h *g);\n"
13377 "\n"
13378 msgstr ""
13379
13380 # type: textblock
13381 #. type: textblock
13382 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2400
13383 msgid ""
13384 "This returns true iff this handle is ready to accept commands (in the "
13385 "C<READY> state)."
13386 msgstr ""
13387
13388 # type: =head2
13389 #. type: =head2
13390 #: ../src/guestfs-actions.pod:3487
13391 msgid "guestfs_is_socket"
13392 msgstr ""
13393
13394 # type: verbatim
13395 #. type: verbatim
13396 #: ../src/guestfs-actions.pod:3489
13397 #, no-wrap
13398 msgid ""
13399 " int\n"
13400 " guestfs_is_socket (guestfs_h *g,\n"
13401 "                    const char *path);\n"
13402 "\n"
13403 msgstr ""
13404
13405 # type: textblock
13406 #. type: textblock
13407 #: ../src/guestfs-actions.pod:3493 ../fish/guestfish-actions.pod:2409
13408 msgid ""
13409 "This returns C<true> if and only if there is a Unix domain socket with the "
13410 "given C<path> name."
13411 msgstr ""
13412
13413 # type: =head2
13414 #. type: =head2
13415 #: ../src/guestfs-actions.pod:3502
13416 msgid "guestfs_is_symlink"
13417 msgstr ""
13418
13419 # type: verbatim
13420 #. type: verbatim
13421 #: ../src/guestfs-actions.pod:3504
13422 #, no-wrap
13423 msgid ""
13424 " int\n"
13425 " guestfs_is_symlink (guestfs_h *g,\n"
13426 "                     const char *path);\n"
13427 "\n"
13428 msgstr ""
13429
13430 # type: textblock
13431 #. type: textblock
13432 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2418
13433 msgid ""
13434 "This returns C<true> if and only if there is a symbolic link with the given "
13435 "C<path> name."
13436 msgstr ""
13437
13438 #. type: =head2
13439 #: ../src/guestfs-actions.pod:3517
13440 msgid "guestfs_is_zero"
13441 msgstr ""
13442
13443 #. type: verbatim
13444 #: ../src/guestfs-actions.pod:3519
13445 #, no-wrap
13446 msgid ""
13447 " int\n"
13448 " guestfs_is_zero (guestfs_h *g,\n"
13449 "                  const char *path);\n"
13450 "\n"
13451 msgstr ""
13452
13453 #. type: textblock
13454 #: ../src/guestfs-actions.pod:3523 ../fish/guestfish-actions.pod:2427
13455 msgid ""
13456 "This returns true iff the file exists and the file is empty or it contains "
13457 "all zero bytes."
13458 msgstr ""
13459
13460 #. type: textblock
13461 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:3542
13462 msgid "(Added in 1.11.8)"
13463 msgstr ""
13464
13465 #. type: =head2
13466 #: ../src/guestfs-actions.pod:3530
13467 msgid "guestfs_is_zero_device"
13468 msgstr ""
13469
13470 #. type: verbatim
13471 #: ../src/guestfs-actions.pod:3532
13472 #, no-wrap
13473 msgid ""
13474 " int\n"
13475 " guestfs_is_zero_device (guestfs_h *g,\n"
13476 "                         const char *device);\n"
13477 "\n"
13478 msgstr ""
13479
13480 #. type: textblock
13481 #: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2434
13482 msgid "This returns true iff the device exists and contains all zero bytes."
13483 msgstr ""
13484
13485 #. type: textblock
13486 #: ../src/guestfs-actions.pod:3538 ../fish/guestfish-actions.pod:2436
13487 msgid "Note that for large devices this can take a long time to run."
13488 msgstr ""
13489
13490 # type: =head2
13491 #. type: =head2
13492 #: ../src/guestfs-actions.pod:3544
13493 msgid "guestfs_kill_subprocess"
13494 msgstr ""
13495
13496 # type: verbatim
13497 #. type: verbatim
13498 #: ../src/guestfs-actions.pod:3546
13499 #, no-wrap
13500 msgid ""
13501 " int\n"
13502 " guestfs_kill_subprocess (guestfs_h *g);\n"
13503 "\n"
13504 msgstr ""
13505
13506 # type: textblock
13507 #. type: textblock
13508 #: ../src/guestfs-actions.pod:3549 ../fish/guestfish-actions.pod:2442
13509 msgid "This kills the qemu subprocess.  You should never need to call this."
13510 msgstr ""
13511
13512 # type: =head2
13513 #. type: =head2
13514 #: ../src/guestfs-actions.pod:3555
13515 msgid "guestfs_launch"
13516 msgstr ""
13517
13518 # type: verbatim
13519 #. type: verbatim
13520 #: ../src/guestfs-actions.pod:3557
13521 #, no-wrap
13522 msgid ""
13523 " int\n"
13524 " guestfs_launch (guestfs_h *g);\n"
13525 "\n"
13526 msgstr ""
13527
13528 # type: textblock
13529 #. type: textblock
13530 #: ../src/guestfs-actions.pod:3560 ../fish/guestfish-actions.pod:2450
13531 msgid ""
13532 "Internally libguestfs is implemented by running a virtual machine using "
13533 "L<qemu(1)>."
13534 msgstr ""
13535
13536 # type: textblock
13537 #. type: textblock
13538 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2453
13539 msgid ""
13540 "You should call this after configuring the handle (eg. adding drives) but "
13541 "before performing any actions."
13542 msgstr ""
13543
13544 # type: =head2
13545 #. type: =head2
13546 #: ../src/guestfs-actions.pod:3575
13547 msgid "guestfs_lchown"
13548 msgstr ""
13549
13550 # type: verbatim
13551 #. type: verbatim
13552 #: ../src/guestfs-actions.pod:3577
13553 #, no-wrap
13554 msgid ""
13555 " int\n"
13556 " guestfs_lchown (guestfs_h *g,\n"
13557 "                 int owner,\n"
13558 "                 int group,\n"
13559 "                 const char *path);\n"
13560 "\n"
13561 msgstr ""
13562
13563 # type: textblock
13564 #. type: textblock
13565 #: ../src/guestfs-actions.pod:3583
13566 msgid ""
13567 "Change the file owner to C<owner> and group to C<group>.  This is like "
13568 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
13569 "changed, not the target."
13570 msgstr ""
13571
13572 # type: =head2
13573 #. type: =head2
13574 #: ../src/guestfs-actions.pod:3595
13575 msgid "guestfs_lgetxattr"
13576 msgstr ""
13577
13578 # type: verbatim
13579 #. type: verbatim
13580 #: ../src/guestfs-actions.pod:3597
13581 #, no-wrap
13582 msgid ""
13583 " char *\n"
13584 " guestfs_lgetxattr (guestfs_h *g,\n"
13585 "                    const char *path,\n"
13586 "                    const char *name,\n"
13587 "                    size_t *size_r);\n"
13588 "\n"
13589 msgstr ""
13590
13591 # type: textblock
13592 #. type: textblock
13593 #: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2472
13594 msgid ""
13595 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
13596 "is a symlink, then this call returns an extended attribute from the symlink."
13597 msgstr ""
13598
13599 # type: textblock
13600 #. type: textblock
13601 #: ../src/guestfs-actions.pod:3617
13602 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
13603 msgstr ""
13604
13605 # type: =head2
13606 #. type: =head2
13607 #: ../src/guestfs-actions.pod:3625
13608 msgid "guestfs_lgetxattrs"
13609 msgstr ""
13610
13611 # type: verbatim
13612 #. type: verbatim
13613 #: ../src/guestfs-actions.pod:3627
13614 #, no-wrap
13615 msgid ""
13616 " struct guestfs_xattr_list *\n"
13617 " guestfs_lgetxattrs (guestfs_h *g,\n"
13618 "                     const char *path);\n"
13619 "\n"
13620 msgstr ""
13621
13622 # type: textblock
13623 #. type: textblock
13624 #: ../src/guestfs-actions.pod:3631
13625 msgid ""
13626 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
13627 "then it returns the extended attributes of the link itself."
13628 msgstr ""
13629
13630 #. type: =head2
13631 #: ../src/guestfs-actions.pod:3641
13632 msgid "guestfs_list_9p"
13633 msgstr ""
13634
13635 #. type: verbatim
13636 #: ../src/guestfs-actions.pod:3643
13637 #, no-wrap
13638 msgid ""
13639 " char **\n"
13640 " guestfs_list_9p (guestfs_h *g);\n"
13641 "\n"
13642 msgstr ""
13643
13644 #. type: textblock
13645 #: ../src/guestfs-actions.pod:3646 ../fish/guestfish-actions.pod:2500
13646 msgid ""
13647 "List all 9p filesystems attached to the guest.  A list of mount tags is "
13648 "returned."
13649 msgstr ""
13650
13651 # type: =head2
13652 #. type: =head2
13653 #: ../src/guestfs-actions.pod:3655
13654 msgid "guestfs_list_devices"
13655 msgstr ""
13656
13657 # type: verbatim
13658 #. type: verbatim
13659 #: ../src/guestfs-actions.pod:3657
13660 #, no-wrap
13661 msgid ""
13662 " char **\n"
13663 " guestfs_list_devices (guestfs_h *g);\n"
13664 "\n"
13665 msgstr ""
13666
13667 # type: textblock
13668 #. type: textblock
13669 #: ../src/guestfs-actions.pod:3660 ../fish/guestfish-actions.pod:2507
13670 msgid "List all the block devices."
13671 msgstr ""
13672
13673 # type: textblock
13674 #. type: textblock
13675 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2509
13676 msgid "The full block device names are returned, eg. C</dev/sda>."
13677 msgstr ""
13678
13679 #. type: =head2
13680 #: ../src/guestfs-actions.pod:3672
13681 msgid "guestfs_list_dm_devices"
13682 msgstr ""
13683
13684 #. type: verbatim
13685 #: ../src/guestfs-actions.pod:3674
13686 #, no-wrap
13687 msgid ""
13688 " char **\n"
13689 " guestfs_list_dm_devices (guestfs_h *g);\n"
13690 "\n"
13691 msgstr ""
13692
13693 #. type: textblock
13694 #: ../src/guestfs-actions.pod:3677 ../fish/guestfish-actions.pod:2517
13695 msgid "List all device mapper devices."
13696 msgstr ""
13697
13698 #. type: textblock
13699 #: ../src/guestfs-actions.pod:3679
13700 msgid ""
13701 "The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
13702 "previous call to C<guestfs_luks_open>."
13703 msgstr ""
13704
13705 #. type: textblock
13706 #: ../src/guestfs-actions.pod:3682
13707 msgid ""
13708 "Device mapper devices which correspond to logical volumes are I<not> "
13709 "returned in this list.  Call C<guestfs_lvs> if you want to list logical "
13710 "volumes."
13711 msgstr ""
13712
13713 # type: =head2
13714 #. type: =head2
13715 #: ../src/guestfs-actions.pod:3690
13716 msgid "guestfs_list_filesystems"
13717 msgstr ""
13718
13719 # type: verbatim
13720 #. type: verbatim
13721 #: ../src/guestfs-actions.pod:3692
13722 #, no-wrap
13723 msgid ""
13724 " char **\n"
13725 " guestfs_list_filesystems (guestfs_h *g);\n"
13726 "\n"
13727 msgstr ""
13728
13729 # type: textblock
13730 #. type: textblock
13731 #: ../src/guestfs-actions.pod:3695 ../fish/guestfish-actions.pod:2530
13732 msgid ""
13733 "This inspection command looks for filesystems on partitions, block devices "
13734 "and logical volumes, returning a list of devices containing filesystems and "
13735 "their type."
13736 msgstr ""
13737
13738 # type: textblock
13739 #. type: textblock
13740 #: ../src/guestfs-actions.pod:3699 ../fish/guestfish-actions.pod:2534
13741 msgid ""
13742 "The return value is a hash, where the keys are the devices containing "
13743 "filesystems, and the values are the filesystem types.  For example:"
13744 msgstr ""
13745
13746 # type: verbatim
13747 #. type: verbatim
13748 #: ../src/guestfs-actions.pod:3703 ../fish/guestfish-actions.pod:2538
13749 #, no-wrap
13750 msgid ""
13751 " \"/dev/sda1\" => \"ntfs\"\n"
13752 " \"/dev/sda2\" => \"ext2\"\n"
13753 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
13754 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
13755 "\n"
13756 msgstr ""
13757
13758 # type: textblock
13759 #. type: textblock
13760 #: ../src/guestfs-actions.pod:3708 ../fish/guestfish-actions.pod:2543
13761 msgid ""
13762 "The value can have the special value \"unknown\", meaning the content of the "
13763 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
13764 msgstr ""
13765
13766 # type: textblock
13767 #. type: textblock
13768 #: ../src/guestfs-actions.pod:3712
13769 msgid ""
13770 "This command runs other libguestfs commands, which might include "
13771 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
13772 "soon after launch and only when nothing is mounted."
13773 msgstr ""
13774
13775 # type: textblock
13776 #. type: textblock
13777 #: ../src/guestfs-actions.pod:3716
13778 msgid ""
13779 "Not all of the filesystems returned will be mountable.  In particular, swap "
13780 "partitions are returned in the list.  Also this command does not check that "
13781 "each filesystem found is valid and mountable, and some filesystems might be "
13782 "mountable but require special options.  Filesystems may not all belong to a "
13783 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
13784 msgstr ""
13785
13786 # type: textblock
13787 #. type: textblock
13788 #: ../src/guestfs-actions.pod:3730 ../src/guestfs-actions.pod:5497
13789 msgid "(Added in 1.5.15)"
13790 msgstr ""
13791
13792 # type: =head2
13793 #. type: =head2
13794 #: ../src/guestfs-actions.pod:3732
13795 msgid "guestfs_list_partitions"
13796 msgstr ""
13797
13798 # type: verbatim
13799 #. type: verbatim
13800 #: ../src/guestfs-actions.pod:3734
13801 #, no-wrap
13802 msgid ""
13803 " char **\n"
13804 " guestfs_list_partitions (guestfs_h *g);\n"
13805 "\n"
13806 msgstr ""
13807
13808 # type: textblock
13809 #. type: textblock
13810 #: ../src/guestfs-actions.pod:3737 ../fish/guestfish-actions.pod:2563
13811 msgid "List all the partitions detected on all block devices."
13812 msgstr ""
13813
13814 # type: textblock
13815 #. type: textblock
13816 #: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2565
13817 msgid "The full partition device names are returned, eg. C</dev/sda1>"
13818 msgstr ""
13819
13820 # type: textblock
13821 #. type: textblock
13822 #: ../src/guestfs-actions.pod:3741
13823 msgid ""
13824 "This does not return logical volumes.  For that you will need to call "
13825 "C<guestfs_lvs>."
13826 msgstr ""
13827
13828 # type: =head2
13829 #. type: =head2
13830 #: ../src/guestfs-actions.pod:3752
13831 msgid "guestfs_ll"
13832 msgstr ""
13833
13834 # type: verbatim
13835 #. type: verbatim
13836 #: ../src/guestfs-actions.pod:3754
13837 #, no-wrap
13838 msgid ""
13839 " char *\n"
13840 " guestfs_ll (guestfs_h *g,\n"
13841 "             const char *directory);\n"
13842 "\n"
13843 msgstr ""
13844
13845 # type: textblock
13846 #. type: textblock
13847 #: ../src/guestfs-actions.pod:3758 ../fish/guestfish-actions.pod:2576
13848 msgid ""
13849 "List the files in C<directory> (relative to the root directory, there is no "
13850 "cwd) in the format of 'ls -la'."
13851 msgstr ""
13852
13853 # type: textblock
13854 #. type: textblock
13855 #: ../src/guestfs-actions.pod:3761 ../fish/guestfish-actions.pod:2579
13856 msgid ""
13857 "This command is mostly useful for interactive sessions.  It is I<not> "
13858 "intended that you try to parse the output string."
13859 msgstr ""
13860
13861 # type: =head2
13862 #. type: =head2
13863 #: ../src/guestfs-actions.pod:3769
13864 msgid "guestfs_ln"
13865 msgstr ""
13866
13867 # type: verbatim
13868 #. type: verbatim
13869 #: ../src/guestfs-actions.pod:3771
13870 #, no-wrap
13871 msgid ""
13872 " int\n"
13873 " guestfs_ln (guestfs_h *g,\n"
13874 "             const char *target,\n"
13875 "             const char *linkname);\n"
13876 "\n"
13877 msgstr ""
13878
13879 # type: textblock
13880 #. type: textblock
13881 #: ../src/guestfs-actions.pod:3776 ../fish/guestfish-actions.pod:2586
13882 msgid "This command creates a hard link using the C<ln> command."
13883 msgstr ""
13884
13885 # type: =head2
13886 #. type: =head2
13887 #: ../src/guestfs-actions.pod:3782
13888 msgid "guestfs_ln_f"
13889 msgstr ""
13890
13891 # type: verbatim
13892 #. type: verbatim
13893 #: ../src/guestfs-actions.pod:3784
13894 #, no-wrap
13895 msgid ""
13896 " int\n"
13897 " guestfs_ln_f (guestfs_h *g,\n"
13898 "               const char *target,\n"
13899 "               const char *linkname);\n"
13900 "\n"
13901 msgstr ""
13902
13903 #. type: textblock
13904 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2592
13905 msgid ""
13906 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
13907 "option removes the link (C<linkname>) if it exists already."
13908 msgstr ""
13909
13910 # type: =head2
13911 #. type: =head2
13912 #: ../src/guestfs-actions.pod:3796
13913 msgid "guestfs_ln_s"
13914 msgstr ""
13915
13916 # type: verbatim
13917 #. type: verbatim
13918 #: ../src/guestfs-actions.pod:3798
13919 #, no-wrap
13920 msgid ""
13921 " int\n"
13922 " guestfs_ln_s (guestfs_h *g,\n"
13923 "               const char *target,\n"
13924 "               const char *linkname);\n"
13925 "\n"
13926 msgstr ""
13927
13928 # type: textblock
13929 #. type: textblock
13930 #: ../src/guestfs-actions.pod:3803 ../fish/guestfish-actions.pod:2599
13931 msgid "This command creates a symbolic link using the C<ln -s> command."
13932 msgstr ""
13933
13934 # type: =head2
13935 #. type: =head2
13936 #: ../src/guestfs-actions.pod:3809
13937 msgid "guestfs_ln_sf"
13938 msgstr ""
13939
13940 # type: verbatim
13941 #. type: verbatim
13942 #: ../src/guestfs-actions.pod:3811
13943 #, no-wrap
13944 msgid ""
13945 " int\n"
13946 " guestfs_ln_sf (guestfs_h *g,\n"
13947 "                const char *target,\n"
13948 "                const char *linkname);\n"
13949 "\n"
13950 msgstr ""
13951
13952 #. type: textblock
13953 #: ../src/guestfs-actions.pod:3816 ../fish/guestfish-actions.pod:2605
13954 msgid ""
13955 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
13956 "option removes the link (C<linkname>) if it exists already."
13957 msgstr ""
13958
13959 # type: =head2
13960 #. type: =head2
13961 #: ../src/guestfs-actions.pod:3823
13962 msgid "guestfs_lremovexattr"
13963 msgstr ""
13964
13965 # type: verbatim
13966 #. type: verbatim
13967 #: ../src/guestfs-actions.pod:3825
13968 #, no-wrap
13969 msgid ""
13970 " int\n"
13971 " guestfs_lremovexattr (guestfs_h *g,\n"
13972 "                       const char *xattr,\n"
13973 "                       const char *path);\n"
13974 "\n"
13975 msgstr ""
13976
13977 # type: textblock
13978 #. type: textblock
13979 #: ../src/guestfs-actions.pod:3830
13980 msgid ""
13981 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
13982 "link, then it removes an extended attribute of the link itself."
13983 msgstr ""
13984
13985 # type: =head2
13986 #. type: =head2
13987 #: ../src/guestfs-actions.pod:3838
13988 msgid "guestfs_ls"
13989 msgstr ""
13990
13991 # type: verbatim
13992 #. type: verbatim
13993 #: ../src/guestfs-actions.pod:3840
13994 #, no-wrap
13995 msgid ""
13996 " char **\n"
13997 " guestfs_ls (guestfs_h *g,\n"
13998 "             const char *directory);\n"
13999 "\n"
14000 msgstr ""
14001
14002 # type: textblock
14003 #. type: textblock
14004 #: ../src/guestfs-actions.pod:3844 ../fish/guestfish-actions.pod:2620
14005 msgid ""
14006 "List the files in C<directory> (relative to the root directory, there is no "
14007 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
14008 msgstr ""
14009
14010 # type: textblock
14011 #. type: textblock
14012 #: ../src/guestfs-actions.pod:3848
14013 msgid ""
14014 "This command is mostly useful for interactive sessions.  Programs should "
14015 "probably use C<guestfs_readdir> instead."
14016 msgstr ""
14017
14018 # type: =head2
14019 #. type: =head2
14020 #: ../src/guestfs-actions.pod:3857
14021 msgid "guestfs_lsetxattr"
14022 msgstr ""
14023
14024 # type: verbatim
14025 #. type: verbatim
14026 #: ../src/guestfs-actions.pod:3859
14027 #, no-wrap
14028 msgid ""
14029 " int\n"
14030 " guestfs_lsetxattr (guestfs_h *g,\n"
14031 "                    const char *xattr,\n"
14032 "                    const char *val,\n"
14033 "                    int vallen,\n"
14034 "                    const char *path);\n"
14035 "\n"
14036 msgstr ""
14037
14038 # type: textblock
14039 #. type: textblock
14040 #: ../src/guestfs-actions.pod:3866
14041 msgid ""
14042 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
14043 "then it sets an extended attribute of the link itself."
14044 msgstr ""
14045
14046 # type: =head2
14047 #. type: =head2
14048 #: ../src/guestfs-actions.pod:3874
14049 msgid "guestfs_lstat"
14050 msgstr ""
14051
14052 # type: verbatim
14053 #. type: verbatim
14054 #: ../src/guestfs-actions.pod:3876
14055 #, no-wrap
14056 msgid ""
14057 " struct guestfs_stat *\n"
14058 " guestfs_lstat (guestfs_h *g,\n"
14059 "                const char *path);\n"
14060 "\n"
14061 msgstr ""
14062
14063 # type: textblock
14064 #. type: textblock
14065 #: ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:6632
14066 #: ../fish/guestfish-actions.pod:2639 ../fish/guestfish-actions.pod:4426
14067 msgid "Returns file information for the given C<path>."
14068 msgstr ""
14069
14070 # type: textblock
14071 #. type: textblock
14072 #: ../src/guestfs-actions.pod:3882
14073 msgid ""
14074 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
14075 "link, then the link is stat-ed, not the file it refers to."
14076 msgstr ""
14077
14078 # type: textblock
14079 #. type: textblock
14080 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2645
14081 msgid "This is the same as the C<lstat(2)> system call."
14082 msgstr ""
14083
14084 # type: textblock
14085 #. type: textblock
14086 #: ../src/guestfs-actions.pod:3888 ../src/guestfs-actions.pod:6636
14087 msgid ""
14088 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
14089 "error.  I<The caller must call C<guestfs_free_stat> after use>."
14090 msgstr ""
14091
14092 # type: textblock
14093 #. type: textblock
14094 #: ../src/guestfs-actions.pod:3892 ../src/guestfs-actions.pod:6640
14095 #: ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:7039
14096 msgid "(Added in 0.9.2)"
14097 msgstr ""
14098
14099 # type: =head2
14100 #. type: =head2
14101 #: ../src/guestfs-actions.pod:3894
14102 msgid "guestfs_lstatlist"
14103 msgstr ""
14104
14105 # type: verbatim
14106 #. type: verbatim
14107 #: ../src/guestfs-actions.pod:3896
14108 #, no-wrap
14109 msgid ""
14110 " struct guestfs_stat_list *\n"
14111 " guestfs_lstatlist (guestfs_h *g,\n"
14112 "                    const char *path,\n"
14113 "                    char *const *names);\n"
14114 "\n"
14115 msgstr ""
14116
14117 # type: textblock
14118 #. type: textblock
14119 #: ../src/guestfs-actions.pod:3901
14120 msgid ""
14121 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
14122 "files, where all files are in the directory C<path>.  C<names> is the list "
14123 "of files from this directory."
14124 msgstr ""
14125
14126 # type: textblock
14127 #. type: textblock
14128 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2655
14129 msgid ""
14130 "On return you get a list of stat structs, with a one-to-one correspondence "
14131 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
14132 "then the C<ino> field of that structure is set to C<-1>."
14133 msgstr ""
14134
14135 # type: textblock
14136 #. type: textblock
14137 #: ../src/guestfs-actions.pod:3910
14138 msgid ""
14139 "This call is intended for programs that want to efficiently list a directory "
14140 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
14141 "for a similarly efficient call for getting extended attributes.  Very long "
14142 "directory listings might cause the protocol message size to be exceeded, "
14143 "causing this call to fail.  The caller must split up such requests into "
14144 "smaller groups of names."
14145 msgstr ""
14146
14147 # type: textblock
14148 #. type: textblock
14149 #: ../src/guestfs-actions.pod:3918
14150 msgid ""
14151 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
14152 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
14153 msgstr ""
14154
14155 # type: =head2
14156 #. type: =head2
14157 #: ../src/guestfs-actions.pod:3924
14158 msgid "guestfs_luks_add_key"
14159 msgstr ""
14160
14161 # type: verbatim
14162 #. type: verbatim
14163 #: ../src/guestfs-actions.pod:3926
14164 #, no-wrap
14165 msgid ""
14166 " int\n"
14167 " guestfs_luks_add_key (guestfs_h *g,\n"
14168 "                       const char *device,\n"
14169 "                       const char *key,\n"
14170 "                       const char *newkey,\n"
14171 "                       int keyslot);\n"
14172 "\n"
14173 msgstr ""
14174
14175 # type: textblock
14176 #. type: textblock
14177 #: ../src/guestfs-actions.pod:3933 ../fish/guestfish-actions.pod:2672
14178 msgid ""
14179 "This command adds a new key on LUKS device C<device>.  C<key> is any "
14180 "existing key, and is used to access the device.  C<newkey> is the new key to "
14181 "add.  C<keyslot> is the key slot that will be replaced."
14182 msgstr ""
14183
14184 # type: textblock
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:3938
14187 msgid ""
14188 "Note that if C<keyslot> already contains a key, then this command will "
14189 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
14190 msgstr ""
14191
14192 # type: textblock
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3984
14195 #: ../src/guestfs-actions.pod:4007 ../src/guestfs-actions.pod:4027
14196 #: ../src/guestfs-actions.pod:4062 ../src/guestfs-actions.pod:4081
14197 msgid ""
14198 "This function takes a key or passphrase parameter which could contain "
14199 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
14200 "information."
14201 msgstr ""
14202
14203 # type: textblock
14204 #. type: textblock
14205 #: ../src/guestfs-actions.pod:3948 ../src/guestfs-actions.pod:3988
14206 #: ../src/guestfs-actions.pod:4011 ../src/guestfs-actions.pod:4031
14207 msgid "(Added in 1.5.2)"
14208 msgstr ""
14209
14210 # type: =head2
14211 #. type: =head2
14212 #: ../src/guestfs-actions.pod:3950
14213 msgid "guestfs_luks_close"
14214 msgstr ""
14215
14216 # type: verbatim
14217 #. type: verbatim
14218 #: ../src/guestfs-actions.pod:3952
14219 #, no-wrap
14220 msgid ""
14221 " int\n"
14222 " guestfs_luks_close (guestfs_h *g,\n"
14223 "                     const char *device);\n"
14224 "\n"
14225 msgstr ""
14226
14227 # type: textblock
14228 #. type: textblock
14229 #: ../src/guestfs-actions.pod:3956
14230 msgid ""
14231 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
14232 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
14233 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
14234 "underlying block device."
14235 msgstr ""
14236
14237 # type: textblock
14238 #. type: textblock
14239 #: ../src/guestfs-actions.pod:3964 ../src/guestfs-actions.pod:4066
14240 #: ../src/guestfs-actions.pod:4085 ../src/guestfs-actions.pod:4135
14241 #: ../src/guestfs-actions.pod:4183
14242 msgid "(Added in 1.5.1)"
14243 msgstr ""
14244
14245 # type: =head2
14246 #. type: =head2
14247 #: ../src/guestfs-actions.pod:3966
14248 msgid "guestfs_luks_format"
14249 msgstr ""
14250
14251 # type: verbatim
14252 #. type: verbatim
14253 #: ../src/guestfs-actions.pod:3968
14254 #, no-wrap
14255 msgid ""
14256 " int\n"
14257 " guestfs_luks_format (guestfs_h *g,\n"
14258 "                      const char *device,\n"
14259 "                      const char *key,\n"
14260 "                      int keyslot);\n"
14261 "\n"
14262 msgstr ""
14263
14264 # type: textblock
14265 #. type: textblock
14266 #: ../src/guestfs-actions.pod:3974 ../fish/guestfish-actions.pod:2698
14267 msgid ""
14268 "This command erases existing data on C<device> and formats the device as a "
14269 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
14270 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
14271 msgstr ""
14272
14273 # type: textblock
14274 #. type: textblock
14275 #: ../src/guestfs-actions.pod:3981 ../src/guestfs-actions.pod:4004
14276 #: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:5248
14277 #: ../src/guestfs-actions.pod:6030 ../src/guestfs-actions.pod:6439
14278 #: ../src/guestfs-actions.pod:6469 ../src/guestfs-actions.pod:6502
14279 #: ../src/guestfs-actions.pod:7678 ../fish/guestfish-actions.pod:2706
14280 #: ../fish/guestfish-actions.pod:2719 ../fish/guestfish-actions.pod:2806
14281 #: ../fish/guestfish-actions.pod:3467 ../fish/guestfish-actions.pod:3987
14282 #: ../fish/guestfish-actions.pod:4297 ../fish/guestfish-actions.pod:4320
14283 #: ../fish/guestfish-actions.pod:4342 ../fish/guestfish-actions.pod:5066
14284 msgid ""
14285 "B<This command is dangerous.  Without careful use you can easily destroy all "
14286 "your data>."
14287 msgstr ""
14288
14289 # type: =head2
14290 #. type: =head2
14291 #: ../src/guestfs-actions.pod:3990
14292 msgid "guestfs_luks_format_cipher"
14293 msgstr ""
14294
14295 # type: verbatim
14296 #. type: verbatim
14297 #: ../src/guestfs-actions.pod:3992
14298 #, no-wrap
14299 msgid ""
14300 " int\n"
14301 " guestfs_luks_format_cipher (guestfs_h *g,\n"
14302 "                             const char *device,\n"
14303 "                             const char *key,\n"
14304 "                             int keyslot,\n"
14305 "                             const char *cipher);\n"
14306 "\n"
14307 msgstr ""
14308
14309 # type: textblock
14310 #. type: textblock
14311 #: ../src/guestfs-actions.pod:3999
14312 msgid ""
14313 "This command is the same as C<guestfs_luks_format> but it also allows you to "
14314 "set the C<cipher> used."
14315 msgstr ""
14316
14317 # type: =head2
14318 #. type: =head2
14319 #: ../src/guestfs-actions.pod:4013
14320 msgid "guestfs_luks_kill_slot"
14321 msgstr ""
14322
14323 # type: verbatim
14324 #. type: verbatim
14325 #: ../src/guestfs-actions.pod:4015
14326 #, no-wrap
14327 msgid ""
14328 " int\n"
14329 " guestfs_luks_kill_slot (guestfs_h *g,\n"
14330 "                         const char *device,\n"
14331 "                         const char *key,\n"
14332 "                         int keyslot);\n"
14333 "\n"
14334 msgstr ""
14335
14336 # type: textblock
14337 #. type: textblock
14338 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2726
14339 msgid ""
14340 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
14341 "device C<device>.  C<key> must be one of the I<other> keys."
14342 msgstr ""
14343
14344 # type: =head2
14345 #. type: =head2
14346 #: ../src/guestfs-actions.pod:4033
14347 msgid "guestfs_luks_open"
14348 msgstr ""
14349
14350 # type: verbatim
14351 #. type: verbatim
14352 #: ../src/guestfs-actions.pod:4035
14353 #, no-wrap
14354 msgid ""
14355 " int\n"
14356 " guestfs_luks_open (guestfs_h *g,\n"
14357 "                    const char *device,\n"
14358 "                    const char *key,\n"
14359 "                    const char *mapname);\n"
14360 "\n"
14361 msgstr ""
14362
14363 # type: textblock
14364 #. type: textblock
14365 #: ../src/guestfs-actions.pod:4041 ../fish/guestfish-actions.pod:2737
14366 msgid ""
14367 "This command opens a block device which has been encrypted according to the "
14368 "Linux Unified Key Setup (LUKS) standard."
14369 msgstr ""
14370
14371 # type: textblock
14372 #. type: textblock
14373 #: ../src/guestfs-actions.pod:4044 ../fish/guestfish-actions.pod:2740
14374 msgid "C<device> is the encrypted block device or partition."
14375 msgstr ""
14376
14377 # type: textblock
14378 #. type: textblock
14379 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2742
14380 msgid ""
14381 "The caller must supply one of the keys associated with the LUKS block "
14382 "device, in the C<key> parameter."
14383 msgstr ""
14384
14385 # type: textblock
14386 #. type: textblock
14387 #: ../src/guestfs-actions.pod:4049 ../fish/guestfish-actions.pod:2745
14388 msgid ""
14389 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
14390 "writes to this block device are decrypted from and encrypted to the "
14391 "underlying C<device> respectively."
14392 msgstr ""
14393
14394 # type: textblock
14395 #. type: textblock
14396 #: ../src/guestfs-actions.pod:4053
14397 msgid ""
14398 "If this block device contains LVM volume groups, then calling "
14399 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
14400 "visible."
14401 msgstr ""
14402
14403 #. type: textblock
14404 #: ../src/guestfs-actions.pod:4057
14405 msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices."
14406 msgstr ""
14407
14408 # type: =head2
14409 #. type: =head2
14410 #: ../src/guestfs-actions.pod:4068
14411 msgid "guestfs_luks_open_ro"
14412 msgstr ""
14413
14414 # type: verbatim
14415 #. type: verbatim
14416 #: ../src/guestfs-actions.pod:4070
14417 #, no-wrap
14418 msgid ""
14419 " int\n"
14420 " guestfs_luks_open_ro (guestfs_h *g,\n"
14421 "                       const char *device,\n"
14422 "                       const char *key,\n"
14423 "                       const char *mapname);\n"
14424 "\n"
14425 msgstr ""
14426
14427 # type: textblock
14428 #. type: textblock
14429 #: ../src/guestfs-actions.pod:4076
14430 msgid ""
14431 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
14432 "created."
14433 msgstr ""
14434
14435 # type: =head2
14436 #. type: =head2
14437 #: ../src/guestfs-actions.pod:4087
14438 msgid "guestfs_lvcreate"
14439 msgstr ""
14440
14441 # type: verbatim
14442 #. type: verbatim
14443 #: ../src/guestfs-actions.pod:4089
14444 #, no-wrap
14445 msgid ""
14446 " int\n"
14447 " guestfs_lvcreate (guestfs_h *g,\n"
14448 "                   const char *logvol,\n"
14449 "                   const char *volgroup,\n"
14450 "                   int mbytes);\n"
14451 "\n"
14452 msgstr ""
14453
14454 # type: textblock
14455 #. type: textblock
14456 #: ../src/guestfs-actions.pod:4095 ../fish/guestfish-actions.pod:2773
14457 msgid ""
14458 "This creates an LVM logical volume called C<logvol> on the volume group "
14459 "C<volgroup>, with C<size> megabytes."
14460 msgstr ""
14461
14462 # type: =head2
14463 #. type: =head2
14464 #: ../src/guestfs-actions.pod:4102
14465 msgid "guestfs_lvm_canonical_lv_name"
14466 msgstr ""
14467
14468 # type: verbatim
14469 #. type: verbatim
14470 #: ../src/guestfs-actions.pod:4104
14471 #, no-wrap
14472 msgid ""
14473 " char *\n"
14474 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
14475 "                                const char *lvname);\n"
14476 "\n"
14477 msgstr ""
14478
14479 # type: textblock
14480 #. type: textblock
14481 #: ../src/guestfs-actions.pod:4108 ../fish/guestfish-actions.pod:2780
14482 msgid ""
14483 "This converts alternative naming schemes for LVs that you might find to the "
14484 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
14485 "LV>."
14486 msgstr ""
14487
14488 # type: textblock
14489 #. type: textblock
14490 #: ../src/guestfs-actions.pod:4112 ../fish/guestfish-actions.pod:2784
14491 msgid ""
14492 "This command returns an error if the C<lvname> parameter does not refer to a "
14493 "logical volume."
14494 msgstr ""
14495
14496 # type: textblock
14497 #. type: textblock
14498 #: ../src/guestfs-actions.pod:4115
14499 msgid "See also C<guestfs_is_lv>."
14500 msgstr ""
14501
14502 # type: textblock
14503 #. type: textblock
14504 #: ../src/guestfs-actions.pod:4120
14505 msgid "(Added in 1.5.24)"
14506 msgstr ""
14507
14508 # type: =head2
14509 #. type: =head2
14510 #: ../src/guestfs-actions.pod:4122
14511 msgid "guestfs_lvm_clear_filter"
14512 msgstr ""
14513
14514 # type: verbatim
14515 #. type: verbatim
14516 #: ../src/guestfs-actions.pod:4124
14517 #, no-wrap
14518 msgid ""
14519 " int\n"
14520 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
14521 "\n"
14522 msgstr ""
14523
14524 # type: textblock
14525 #. type: textblock
14526 #: ../src/guestfs-actions.pod:4127
14527 msgid ""
14528 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
14529 "see every block device."
14530 msgstr ""
14531
14532 # type: textblock
14533 #. type: textblock
14534 #: ../src/guestfs-actions.pod:4130 ../src/guestfs-actions.pod:4172
14535 #: ../fish/guestfish-actions.pod:2796 ../fish/guestfish-actions.pod:2827
14536 msgid ""
14537 "This command also clears the LVM cache and performs a volume group scan."
14538 msgstr ""
14539
14540 # type: =head2
14541 #. type: =head2
14542 #: ../src/guestfs-actions.pod:4137
14543 msgid "guestfs_lvm_remove_all"
14544 msgstr ""
14545
14546 # type: verbatim
14547 #. type: verbatim
14548 #: ../src/guestfs-actions.pod:4139
14549 #, no-wrap
14550 msgid ""
14551 " int\n"
14552 " guestfs_lvm_remove_all (guestfs_h *g);\n"
14553 "\n"
14554 msgstr ""
14555
14556 # type: textblock
14557 #. type: textblock
14558 #: ../src/guestfs-actions.pod:4142 ../fish/guestfish-actions.pod:2803
14559 msgid ""
14560 "This command removes all LVM logical volumes, volume groups and physical "
14561 "volumes."
14562 msgstr ""
14563
14564 # type: =head2
14565 #. type: =head2
14566 #: ../src/guestfs-actions.pod:4152
14567 msgid "guestfs_lvm_set_filter"
14568 msgstr ""
14569
14570 # type: verbatim
14571 #. type: verbatim
14572 #: ../src/guestfs-actions.pod:4154
14573 #, no-wrap
14574 msgid ""
14575 " int\n"
14576 " guestfs_lvm_set_filter (guestfs_h *g,\n"
14577 "                         char *const *devices);\n"
14578 "\n"
14579 msgstr ""
14580
14581 # type: textblock
14582 #. type: textblock
14583 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2813
14584 msgid ""
14585 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
14586 "block devices in the list C<devices>, and will ignore all other attached "
14587 "block devices."
14588 msgstr ""
14589
14590 # type: textblock
14591 #. type: textblock
14592 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2817
14593 msgid ""
14594 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
14595 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
14596 "there are two types of duplication possible: either cloned PVs/VGs which "
14597 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
14598 "same name.  In normal operation you cannot create this situation, but you "
14599 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
14600 "inside the LVM metadata."
14601 msgstr ""
14602
14603 # type: textblock
14604 #. type: textblock
14605 #: ../src/guestfs-actions.pod:4175 ../fish/guestfish-actions.pod:2830
14606 msgid "You can filter whole block devices or individual partitions."
14607 msgstr ""
14608
14609 # type: textblock
14610 #. type: textblock
14611 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2832
14612 msgid ""
14613 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
14614 "filesystem), even if you are not filtering out that VG."
14615 msgstr ""
14616
14617 # type: =head2
14618 #. type: =head2
14619 #: ../src/guestfs-actions.pod:4185
14620 msgid "guestfs_lvremove"
14621 msgstr ""
14622
14623 # type: verbatim
14624 #. type: verbatim
14625 #: ../src/guestfs-actions.pod:4187
14626 #, no-wrap
14627 msgid ""
14628 " int\n"
14629 " guestfs_lvremove (guestfs_h *g,\n"
14630 "                   const char *device);\n"
14631 "\n"
14632 msgstr ""
14633
14634 # type: textblock
14635 #. type: textblock
14636 #: ../src/guestfs-actions.pod:4191 ../fish/guestfish-actions.pod:2840
14637 msgid ""
14638 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
14639 "LV, such as C</dev/VG/LV>."
14640 msgstr ""
14641
14642 # type: textblock
14643 #. type: textblock
14644 #: ../src/guestfs-actions.pod:4194 ../fish/guestfish-actions.pod:2843
14645 msgid ""
14646 "You can also remove all LVs in a volume group by specifying the VG name, C</"
14647 "dev/VG>."
14648 msgstr ""
14649
14650 # type: textblock
14651 #. type: textblock
14652 #: ../src/guestfs-actions.pod:4199 ../src/guestfs-actions.pod:5594
14653 #: ../src/guestfs-actions.pod:7409
14654 msgid "(Added in 1.0.13)"
14655 msgstr ""
14656
14657 # type: =head2
14658 #. type: =head2
14659 #: ../src/guestfs-actions.pod:4201
14660 msgid "guestfs_lvrename"
14661 msgstr ""
14662
14663 # type: verbatim
14664 #. type: verbatim
14665 #: ../src/guestfs-actions.pod:4203
14666 #, no-wrap
14667 msgid ""
14668 " int\n"
14669 " guestfs_lvrename (guestfs_h *g,\n"
14670 "                   const char *logvol,\n"
14671 "                   const char *newlogvol);\n"
14672 "\n"
14673 msgstr ""
14674
14675 # type: textblock
14676 #. type: textblock
14677 #: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:2850
14678 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
14679 msgstr ""
14680
14681 # type: textblock
14682 #. type: textblock
14683 #: ../src/guestfs-actions.pod:4212 ../src/guestfs-actions.pod:7422
14684 msgid "(Added in 1.0.83)"
14685 msgstr ""
14686
14687 # type: =head2
14688 #. type: =head2
14689 #: ../src/guestfs-actions.pod:4214
14690 msgid "guestfs_lvresize"
14691 msgstr ""
14692
14693 # type: verbatim
14694 #. type: verbatim
14695 #: ../src/guestfs-actions.pod:4216
14696 #, no-wrap
14697 msgid ""
14698 " int\n"
14699 " guestfs_lvresize (guestfs_h *g,\n"
14700 "                   const char *device,\n"
14701 "                   int mbytes);\n"
14702 "\n"
14703 msgstr ""
14704
14705 # type: textblock
14706 #. type: textblock
14707 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2856
14708 msgid ""
14709 "This resizes (expands or shrinks) an existing LVM logical volume to "
14710 "C<mbytes>.  When reducing, data in the reduced part is lost."
14711 msgstr ""
14712
14713 # type: =head2
14714 #. type: =head2
14715 #: ../src/guestfs-actions.pod:4229
14716 msgid "guestfs_lvresize_free"
14717 msgstr ""
14718
14719 # type: verbatim
14720 #. type: verbatim
14721 #: ../src/guestfs-actions.pod:4231
14722 #, no-wrap
14723 msgid ""
14724 " int\n"
14725 " guestfs_lvresize_free (guestfs_h *g,\n"
14726 "                        const char *lv,\n"
14727 "                        int percent);\n"
14728 "\n"
14729 msgstr ""
14730
14731 # type: textblock
14732 #. type: textblock
14733 #: ../src/guestfs-actions.pod:4236 ../fish/guestfish-actions.pod:2864
14734 msgid ""
14735 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
14736 "remaining free space in the volume group.  Commonly you would call this with "
14737 "pc = 100 which expands the logical volume as much as possible, using all "
14738 "remaining free space in the volume group."
14739 msgstr ""
14740
14741 # type: textblock
14742 #. type: textblock
14743 #: ../src/guestfs-actions.pod:4244
14744 msgid "(Added in 1.3.3)"
14745 msgstr ""
14746
14747 # type: =head2
14748 #. type: =head2
14749 #: ../src/guestfs-actions.pod:4246
14750 msgid "guestfs_lvs"
14751 msgstr ""
14752
14753 # type: verbatim
14754 #. type: verbatim
14755 #: ../src/guestfs-actions.pod:4248
14756 #, no-wrap
14757 msgid ""
14758 " char **\n"
14759 " guestfs_lvs (guestfs_h *g);\n"
14760 "\n"
14761 msgstr ""
14762
14763 # type: textblock
14764 #. type: textblock
14765 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2874
14766 msgid ""
14767 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14768 "(8)> command."
14769 msgstr ""
14770
14771 # type: textblock
14772 #. type: textblock
14773 #: ../src/guestfs-actions.pod:4254 ../fish/guestfish-actions.pod:2877
14774 msgid ""
14775 "This returns a list of the logical volume device names (eg. C</dev/"
14776 "VolGroup00/LogVol00>)."
14777 msgstr ""
14778
14779 # type: textblock
14780 #. type: textblock
14781 #: ../src/guestfs-actions.pod:4257
14782 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
14783 msgstr ""
14784
14785 # type: =head2
14786 #. type: =head2
14787 #: ../src/guestfs-actions.pod:4265
14788 msgid "guestfs_lvs_full"
14789 msgstr ""
14790
14791 # type: verbatim
14792 #. type: verbatim
14793 #: ../src/guestfs-actions.pod:4267
14794 #, no-wrap
14795 msgid ""
14796 " struct guestfs_lvm_lv_list *\n"
14797 " guestfs_lvs_full (guestfs_h *g);\n"
14798 "\n"
14799 msgstr ""
14800
14801 # type: textblock
14802 #. type: textblock
14803 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2886
14804 msgid ""
14805 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14806 "(8)> command.  The \"full\" version includes all fields."
14807 msgstr ""
14808
14809 # type: textblock
14810 #. type: textblock
14811 #: ../src/guestfs-actions.pod:4273
14812 msgid ""
14813 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
14814 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
14815 msgstr ""
14816
14817 # type: =head2
14818 #. type: =head2
14819 #: ../src/guestfs-actions.pod:4279
14820 msgid "guestfs_lvuuid"
14821 msgstr ""
14822
14823 # type: verbatim
14824 #. type: verbatim
14825 #: ../src/guestfs-actions.pod:4281
14826 #, no-wrap
14827 msgid ""
14828 " char *\n"
14829 " guestfs_lvuuid (guestfs_h *g,\n"
14830 "                 const char *device);\n"
14831 "\n"
14832 msgstr ""
14833
14834 # type: textblock
14835 #. type: textblock
14836 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2893
14837 msgid "This command returns the UUID of the LVM LV C<device>."
14838 msgstr ""
14839
14840 # type: =head2
14841 #. type: =head2
14842 #: ../src/guestfs-actions.pod:4292
14843 msgid "guestfs_lxattrlist"
14844 msgstr ""
14845
14846 # type: verbatim
14847 #. type: verbatim
14848 #: ../src/guestfs-actions.pod:4294
14849 #, no-wrap
14850 msgid ""
14851 " struct guestfs_xattr_list *\n"
14852 " guestfs_lxattrlist (guestfs_h *g,\n"
14853 "                     const char *path,\n"
14854 "                     char *const *names);\n"
14855 "\n"
14856 msgstr ""
14857
14858 # type: textblock
14859 #. type: textblock
14860 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2899
14861 msgid ""
14862 "This call allows you to get the extended attributes of multiple files, where "
14863 "all files are in the directory C<path>.  C<names> is the list of files from "
14864 "this directory."
14865 msgstr ""
14866
14867 # type: textblock
14868 #. type: textblock
14869 #: ../src/guestfs-actions.pod:4303 ../fish/guestfish-actions.pod:2903
14870 msgid ""
14871 "On return you get a flat list of xattr structs which must be interpreted "
14872 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
14873 "C<attrval> in this struct is zero-length to indicate there was an error "
14874 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
14875 "number (the number of following attributes for this file, which could be C<"
14876 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
14877 "for the first named file.  This repeats for the second and subsequent files."
14878 msgstr ""
14879
14880 # type: textblock
14881 #. type: textblock
14882 #: ../src/guestfs-actions.pod:4313
14883 msgid ""
14884 "This call is intended for programs that want to efficiently list a directory "
14885 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
14886 "a similarly efficient call for getting standard stats.  Very long directory "
14887 "listings might cause the protocol message size to be exceeded, causing this "
14888 "call to fail.  The caller must split up such requests into smaller groups of "
14889 "names."
14890 msgstr ""
14891
14892 # type: =head2
14893 #. type: =head2
14894 #: ../src/guestfs-actions.pod:4327
14895 msgid "guestfs_mkdir"
14896 msgstr ""
14897
14898 # type: verbatim
14899 #. type: verbatim
14900 #: ../src/guestfs-actions.pod:4329
14901 #, no-wrap
14902 msgid ""
14903 " int\n"
14904 " guestfs_mkdir (guestfs_h *g,\n"
14905 "                const char *path);\n"
14906 "\n"
14907 msgstr ""
14908
14909 # type: textblock
14910 #. type: textblock
14911 #: ../src/guestfs-actions.pod:4333 ../fish/guestfish-actions.pod:2925
14912 msgid "Create a directory named C<path>."
14913 msgstr ""
14914
14915 # type: =head2
14916 #. type: =head2
14917 #: ../src/guestfs-actions.pod:4339
14918 msgid "guestfs_mkdir_mode"
14919 msgstr ""
14920
14921 # type: verbatim
14922 #. type: verbatim
14923 #: ../src/guestfs-actions.pod:4341
14924 #, no-wrap
14925 msgid ""
14926 " int\n"
14927 " guestfs_mkdir_mode (guestfs_h *g,\n"
14928 "                     const char *path,\n"
14929 "                     int mode);\n"
14930 "\n"
14931 msgstr ""
14932
14933 # type: textblock
14934 #. type: textblock
14935 #: ../src/guestfs-actions.pod:4346 ../fish/guestfish-actions.pod:2931
14936 msgid ""
14937 "This command creates a directory, setting the initial permissions of the "
14938 "directory to C<mode>."
14939 msgstr ""
14940
14941 # type: textblock
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:4349 ../fish/guestfish-actions.pod:2934
14944 msgid ""
14945 "For common Linux filesystems, the actual mode which is set will be C<mode & "
14946 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
14947 "other ways."
14948 msgstr ""
14949
14950 # type: textblock
14951 #. type: textblock
14952 #: ../src/guestfs-actions.pod:4353
14953 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
14954 msgstr ""
14955
14956 # type: =head2
14957 #. type: =head2
14958 #: ../src/guestfs-actions.pod:4359
14959 msgid "guestfs_mkdir_p"
14960 msgstr ""
14961
14962 # type: verbatim
14963 #. type: verbatim
14964 #: ../src/guestfs-actions.pod:4361
14965 #, no-wrap
14966 msgid ""
14967 " int\n"
14968 " guestfs_mkdir_p (guestfs_h *g,\n"
14969 "                  const char *path);\n"
14970 "\n"
14971 msgstr ""
14972
14973 # type: textblock
14974 #. type: textblock
14975 #: ../src/guestfs-actions.pod:4365 ../fish/guestfish-actions.pod:2944
14976 msgid ""
14977 "Create a directory named C<path>, creating any parent directories as "
14978 "necessary.  This is like the C<mkdir -p> shell command."
14979 msgstr ""
14980
14981 # type: =head2
14982 #. type: =head2
14983 #: ../src/guestfs-actions.pod:4372
14984 msgid "guestfs_mkdtemp"
14985 msgstr ""
14986
14987 # type: verbatim
14988 #. type: verbatim
14989 #: ../src/guestfs-actions.pod:4374
14990 #, no-wrap
14991 msgid ""
14992 " char *\n"
14993 " guestfs_mkdtemp (guestfs_h *g,\n"
14994 "                  const char *template);\n"
14995 "\n"
14996 msgstr ""
14997
14998 # type: textblock
14999 #. type: textblock
15000 #: ../src/guestfs-actions.pod:4378 ../fish/guestfish-actions.pod:2951
15001 msgid ""
15002 "This command creates a temporary directory.  The C<template> parameter "
15003 "should be a full pathname for the temporary directory name with the final "
15004 "six characters being \"XXXXXX\"."
15005 msgstr ""
15006
15007 # type: textblock
15008 #. type: textblock
15009 #: ../src/guestfs-actions.pod:4383 ../fish/guestfish-actions.pod:2956
15010 msgid ""
15011 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
15012 "being suitable for Windows filesystems."
15013 msgstr ""
15014
15015 # type: textblock
15016 #. type: textblock
15017 #: ../src/guestfs-actions.pod:4386 ../fish/guestfish-actions.pod:2959
15018 msgid "The name of the temporary directory that was created is returned."
15019 msgstr ""
15020
15021 # type: textblock
15022 #. type: textblock
15023 #: ../src/guestfs-actions.pod:4389 ../fish/guestfish-actions.pod:2962
15024 msgid "The temporary directory is created with mode 0700 and is owned by root."
15025 msgstr ""
15026
15027 # type: textblock
15028 #. type: textblock
15029 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2965
15030 msgid ""
15031 "The caller is responsible for deleting the temporary directory and its "
15032 "contents after use."
15033 msgstr ""
15034
15035 # type: textblock
15036 #. type: textblock
15037 #: ../src/guestfs-actions.pod:4395 ../fish/guestfish-actions.pod:2968
15038 msgid "See also: L<mkdtemp(3)>"
15039 msgstr ""
15040
15041 # type: =head2
15042 #. type: =head2
15043 #: ../src/guestfs-actions.pod:4402
15044 msgid "guestfs_mke2fs_J"
15045 msgstr ""
15046
15047 # type: verbatim
15048 #. type: verbatim
15049 #: ../src/guestfs-actions.pod:4404
15050 #, no-wrap
15051 msgid ""
15052 " int\n"
15053 " guestfs_mke2fs_J (guestfs_h *g,\n"
15054 "                   const char *fstype,\n"
15055 "                   int blocksize,\n"
15056 "                   const char *device,\n"
15057 "                   const char *journal);\n"
15058 "\n"
15059 msgstr ""
15060
15061 # type: textblock
15062 #. type: textblock
15063 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2974
15064 msgid ""
15065 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15066 "C<journal>.  It is equivalent to the command:"
15067 msgstr ""
15068
15069 # type: verbatim
15070 #. type: verbatim
15071 #: ../src/guestfs-actions.pod:4415 ../fish/guestfish-actions.pod:2978
15072 #, no-wrap
15073 msgid ""
15074 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
15075 "\n"
15076 msgstr ""
15077
15078 # type: textblock
15079 #. type: textblock
15080 #: ../src/guestfs-actions.pod:4417
15081 msgid "See also C<guestfs_mke2journal>."
15082 msgstr ""
15083
15084 # type: textblock
15085 #. type: textblock
15086 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4439
15087 #: ../src/guestfs-actions.pod:4457 ../src/guestfs-actions.pod:4473
15088 #: ../src/guestfs-actions.pod:4487 ../src/guestfs-actions.pod:4501
15089 #: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:4837
15090 msgid "(Added in 1.0.68)"
15091 msgstr ""
15092
15093 # type: =head2
15094 #. type: =head2
15095 #: ../src/guestfs-actions.pod:4423
15096 msgid "guestfs_mke2fs_JL"
15097 msgstr ""
15098
15099 # type: verbatim
15100 #. type: verbatim
15101 #: ../src/guestfs-actions.pod:4425
15102 #, no-wrap
15103 msgid ""
15104 " int\n"
15105 " guestfs_mke2fs_JL (guestfs_h *g,\n"
15106 "                    const char *fstype,\n"
15107 "                    int blocksize,\n"
15108 "                    const char *device,\n"
15109 "                    const char *label);\n"
15110 "\n"
15111 msgstr ""
15112
15113 # type: textblock
15114 #. type: textblock
15115 #: ../src/guestfs-actions.pod:4432 ../fish/guestfish-actions.pod:2986
15116 msgid ""
15117 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15118 "the journal labeled C<label>."
15119 msgstr ""
15120
15121 # type: textblock
15122 #. type: textblock
15123 #: ../src/guestfs-actions.pod:4435
15124 msgid "See also C<guestfs_mke2journal_L>."
15125 msgstr ""
15126
15127 # type: =head2
15128 #. type: =head2
15129 #: ../src/guestfs-actions.pod:4441
15130 msgid "guestfs_mke2fs_JU"
15131 msgstr ""
15132
15133 # type: verbatim
15134 #. type: verbatim
15135 #: ../src/guestfs-actions.pod:4443
15136 #, no-wrap
15137 msgid ""
15138 " int\n"
15139 " guestfs_mke2fs_JU (guestfs_h *g,\n"
15140 "                    const char *fstype,\n"
15141 "                    int blocksize,\n"
15142 "                    const char *device,\n"
15143 "                    const char *uuid);\n"
15144 "\n"
15145 msgstr ""
15146
15147 # type: textblock
15148 #. type: textblock
15149 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:2995
15150 msgid ""
15151 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
15152 "the journal with UUID C<uuid>."
15153 msgstr ""
15154
15155 # type: textblock
15156 #. type: textblock
15157 #: ../src/guestfs-actions.pod:4453
15158 msgid "See also C<guestfs_mke2journal_U>."
15159 msgstr ""
15160
15161 # type: =head2
15162 #. type: =head2
15163 #: ../src/guestfs-actions.pod:4459
15164 msgid "guestfs_mke2journal"
15165 msgstr ""
15166
15167 # type: verbatim
15168 #. type: verbatim
15169 #: ../src/guestfs-actions.pod:4461
15170 #, no-wrap
15171 msgid ""
15172 " int\n"
15173 " guestfs_mke2journal (guestfs_h *g,\n"
15174 "                      int blocksize,\n"
15175 "                      const char *device);\n"
15176 "\n"
15177 msgstr ""
15178
15179 # type: textblock
15180 #. type: textblock
15181 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3004
15182 msgid ""
15183 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
15184 "command:"
15185 msgstr ""
15186
15187 # type: verbatim
15188 #. type: verbatim
15189 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3007
15190 #, no-wrap
15191 msgid ""
15192 " mke2fs -O journal_dev -b blocksize device\n"
15193 "\n"
15194 msgstr ""
15195
15196 # type: =head2
15197 #. type: =head2
15198 #: ../src/guestfs-actions.pod:4475
15199 msgid "guestfs_mke2journal_L"
15200 msgstr ""
15201
15202 # type: verbatim
15203 #. type: verbatim
15204 #: ../src/guestfs-actions.pod:4477
15205 #, no-wrap
15206 msgid ""
15207 " int\n"
15208 " guestfs_mke2journal_L (guestfs_h *g,\n"
15209 "                        int blocksize,\n"
15210 "                        const char *label,\n"
15211 "                        const char *device);\n"
15212 "\n"
15213 msgstr ""
15214
15215 # type: textblock
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:4483 ../fish/guestfish-actions.pod:3013
15218 msgid "This creates an ext2 external journal on C<device> with label C<label>."
15219 msgstr ""
15220
15221 # type: =head2
15222 #. type: =head2
15223 #: ../src/guestfs-actions.pod:4489
15224 msgid "guestfs_mke2journal_U"
15225 msgstr ""
15226
15227 # type: verbatim
15228 #. type: verbatim
15229 #: ../src/guestfs-actions.pod:4491
15230 #, no-wrap
15231 msgid ""
15232 " int\n"
15233 " guestfs_mke2journal_U (guestfs_h *g,\n"
15234 "                        int blocksize,\n"
15235 "                        const char *uuid,\n"
15236 "                        const char *device);\n"
15237 "\n"
15238 msgstr ""
15239
15240 # type: textblock
15241 #. type: textblock
15242 #: ../src/guestfs-actions.pod:4497 ../fish/guestfish-actions.pod:3019
15243 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
15244 msgstr ""
15245
15246 # type: =head2
15247 #. type: =head2
15248 #: ../src/guestfs-actions.pod:4503
15249 msgid "guestfs_mkfifo"
15250 msgstr ""
15251
15252 # type: verbatim
15253 #. type: verbatim
15254 #: ../src/guestfs-actions.pod:4505
15255 #, no-wrap
15256 msgid ""
15257 " int\n"
15258 " guestfs_mkfifo (guestfs_h *g,\n"
15259 "                 int mode,\n"
15260 "                 const char *path);\n"
15261 "\n"
15262 msgstr ""
15263
15264 # type: textblock
15265 #. type: textblock
15266 #: ../src/guestfs-actions.pod:4510
15267 msgid ""
15268 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
15269 "is just a convenient wrapper around C<guestfs_mknod>."
15270 msgstr ""
15271
15272 # type: =head2
15273 #. type: =head2
15274 #: ../src/guestfs-actions.pod:4520
15275 msgid "guestfs_mkfs"
15276 msgstr ""
15277
15278 # type: verbatim
15279 #. type: verbatim
15280 #: ../src/guestfs-actions.pod:4522
15281 #, no-wrap
15282 msgid ""
15283 " int\n"
15284 " guestfs_mkfs (guestfs_h *g,\n"
15285 "               const char *fstype,\n"
15286 "               const char *device);\n"
15287 "\n"
15288 msgstr ""
15289
15290 # type: textblock
15291 #. type: textblock
15292 #: ../src/guestfs-actions.pod:4527 ../fish/guestfish-actions.pod:3035
15293 msgid ""
15294 "This creates a filesystem on C<device> (usually a partition or LVM logical "
15295 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
15296 msgstr ""
15297
15298 # type: =head2
15299 #. type: =head2
15300 #: ../src/guestfs-actions.pod:4535
15301 msgid "guestfs_mkfs_b"
15302 msgstr ""
15303
15304 # type: verbatim
15305 #. type: verbatim
15306 #: ../src/guestfs-actions.pod:4537
15307 #, no-wrap
15308 msgid ""
15309 " int\n"
15310 " guestfs_mkfs_b (guestfs_h *g,\n"
15311 "                 const char *fstype,\n"
15312 "                 int blocksize,\n"
15313 "                 const char *device);\n"
15314 "\n"
15315 msgstr ""
15316
15317 # type: textblock
15318 #. type: textblock
15319 #: ../src/guestfs-actions.pod:4543
15320 msgid ""
15321 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
15322 "block size of the resulting filesystem.  Supported block sizes depend on the "
15323 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
15324 msgstr ""
15325
15326 # type: textblock
15327 #. type: textblock
15328 #: ../src/guestfs-actions.pod:4548 ../src/guestfs-actions.pod:4593
15329 #: ../fish/guestfish-actions.pod:3048 ../fish/guestfish-actions.pod:3075
15330 msgid ""
15331 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
15332 "cluster size."
15333 msgstr ""
15334
15335 # type: textblock
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:4553 ../fish/guestfish-actions.pod:3051
15338 msgid ""
15339 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
15340 msgstr ""
15341
15342 # type: =head2
15343 #. type: =head2
15344 #: ../src/guestfs-actions.pod:4562
15345 msgid "guestfs_mkfs_opts"
15346 msgstr ""
15347
15348 # type: verbatim
15349 #. type: verbatim
15350 #: ../src/guestfs-actions.pod:4564
15351 #, no-wrap
15352 msgid ""
15353 " int\n"
15354 " guestfs_mkfs_opts (guestfs_h *g,\n"
15355 "                    const char *fstype,\n"
15356 "                    const char *device,\n"
15357 "                    ...);\n"
15358 "\n"
15359 msgstr ""
15360
15361 #. type: verbatim
15362 #: ../src/guestfs-actions.pod:4575
15363 #, no-wrap
15364 msgid ""
15365 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
15366 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
15367 " GUESTFS_MKFS_OPTS_INODE, int inode,\n"
15368 " GUESTFS_MKFS_OPTS_SECTORSIZE, int sectorsize,\n"
15369 "\n"
15370 msgstr ""
15371
15372 # type: textblock
15373 #. type: textblock
15374 #: ../src/guestfs-actions.pod:4580 ../fish/guestfish-actions.pod:3062
15375 msgid ""
15376 "This function creates a filesystem on C<device>.  The filesystem type is "
15377 "C<fstype>, for example C<ext3>."
15378 msgstr ""
15379
15380 # type: =item
15381 #. type: =item
15382 #: ../src/guestfs-actions.pod:4587 ../fish/guestfish-actions.pod:3069
15383 msgid "C<blocksize>"
15384 msgstr ""
15385
15386 # type: textblock
15387 #. type: textblock
15388 #: ../src/guestfs-actions.pod:4589 ../fish/guestfish-actions.pod:3071
15389 msgid ""
15390 "The filesystem block size.  Supported block sizes depend on the filesystem "
15391 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
15392 "filesystems."
15393 msgstr ""
15394
15395 #. type: textblock
15396 #: ../src/guestfs-actions.pod:4596 ../fish/guestfish-actions.pod:3078
15397 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
15398 msgstr ""
15399
15400 #. type: =item
15401 #: ../src/guestfs-actions.pod:4598 ../fish/guestfish-actions.pod:3080
15402 msgid "C<features>"
15403 msgstr ""
15404
15405 #. type: textblock
15406 #: ../src/guestfs-actions.pod:4600 ../fish/guestfish-actions.pod:3082
15407 msgid "This passes the I<-O> parameter to the external mkfs program."
15408 msgstr ""
15409
15410 #. type: textblock
15411 #: ../src/guestfs-actions.pod:4602 ../fish/guestfish-actions.pod:3084
15412 msgid ""
15413 "For certain filesystem types, this allows extra filesystem features to be "
15414 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
15415 msgstr ""
15416
15417 #. type: textblock
15418 #: ../src/guestfs-actions.pod:4606 ../fish/guestfish-actions.pod:3088
15419 msgid ""
15420 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
15421 "type."
15422 msgstr ""
15423
15424 #. type: =item
15425 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3091
15426 msgid "C<inode>"
15427 msgstr ""
15428
15429 #. type: textblock
15430 #: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3093
15431 msgid ""
15432 "This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
15433 "sets the inode size (only for ext2/3/4 filesystems at present)."
15434 msgstr ""
15435
15436 #. type: =item
15437 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3096
15438 msgid "C<sectorsize>"
15439 msgstr ""
15440
15441 #. type: textblock
15442 #: ../src/guestfs-actions.pod:4616 ../fish/guestfish-actions.pod:3098
15443 msgid ""
15444 "This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
15445 "sets sector size for ufs filesystem."
15446 msgstr ""
15447
15448 #. type: textblock
15449 #: ../src/guestfs-actions.pod:4623
15450 msgid "(Added in 1.7.19)"
15451 msgstr ""
15452
15453 # type: =head2
15454 #. type: =head2
15455 #: ../src/guestfs-actions.pod:4625
15456 msgid "guestfs_mkfs_opts_va"
15457 msgstr ""
15458
15459 # type: verbatim
15460 #. type: verbatim
15461 #: ../src/guestfs-actions.pod:4627
15462 #, no-wrap
15463 msgid ""
15464 " int\n"
15465 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
15466 "                       const char *fstype,\n"
15467 "                       const char *device,\n"
15468 "                       va_list args);\n"
15469 "\n"
15470 msgstr ""
15471
15472 # type: textblock
15473 #. type: textblock
15474 #: ../src/guestfs-actions.pod:4633
15475 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
15476 msgstr ""
15477
15478 # type: =head2
15479 #. type: =head2
15480 #: ../src/guestfs-actions.pod:4637
15481 msgid "guestfs_mkfs_opts_argv"
15482 msgstr ""
15483
15484 # type: verbatim
15485 #. type: verbatim
15486 #: ../src/guestfs-actions.pod:4639
15487 #, no-wrap
15488 msgid ""
15489 " int\n"
15490 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
15491 "                         const char *fstype,\n"
15492 "                         const char *device,\n"
15493 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
15494 "\n"
15495 msgstr ""
15496
15497 # type: textblock
15498 #. type: textblock
15499 #: ../src/guestfs-actions.pod:4645
15500 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
15501 msgstr ""
15502
15503 # type: =head2
15504 #. type: =head2
15505 #: ../src/guestfs-actions.pod:4649
15506 msgid "guestfs_mkmountpoint"
15507 msgstr ""
15508
15509 # type: verbatim
15510 #. type: verbatim
15511 #: ../src/guestfs-actions.pod:4651
15512 #, no-wrap
15513 msgid ""
15514 " int\n"
15515 " guestfs_mkmountpoint (guestfs_h *g,\n"
15516 "                       const char *exemptpath);\n"
15517 "\n"
15518 msgstr ""
15519
15520 # type: textblock
15521 #. type: textblock
15522 #: ../src/guestfs-actions.pod:4655
15523 msgid ""
15524 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
15525 "that can be used to create extra mountpoints before mounting the first "
15526 "filesystem."
15527 msgstr ""
15528
15529 # type: textblock
15530 #. type: textblock
15531 #: ../src/guestfs-actions.pod:4659 ../fish/guestfish-actions.pod:3113
15532 msgid ""
15533 "These calls are I<only> necessary in some very limited circumstances, mainly "
15534 "the case where you want to mount a mix of unrelated and/or read-only "
15535 "filesystems together."
15536 msgstr ""
15537
15538 # type: textblock
15539 #. type: textblock
15540 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3117
15541 msgid ""
15542 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
15543 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
15544 "inside that.  You can unpack this as follows in guestfish:"
15545 msgstr ""
15546
15547 # type: verbatim
15548 #. type: verbatim
15549 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3122
15550 #, no-wrap
15551 msgid ""
15552 " add-ro Fedora-11-i686-Live.iso\n"
15553 " run\n"
15554 " mkmountpoint /cd\n"
15555 " mkmountpoint /sqsh\n"
15556 " mkmountpoint /ext3fs\n"
15557 " mount /dev/sda /cd\n"
15558 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
15559 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
15560 "\n"
15561 msgstr ""
15562
15563 # type: textblock
15564 #. type: textblock
15565 #: ../src/guestfs-actions.pod:4677 ../fish/guestfish-actions.pod:3131
15566 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
15567 msgstr ""
15568
15569 # type: textblock
15570 #. type: textblock
15571 #: ../src/guestfs-actions.pod:4679
15572 msgid ""
15573 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
15574 "may get unexpected errors if you try to mix these calls.  It is safest to "
15575 "manually unmount filesystems and remove mountpoints after use."
15576 msgstr ""
15577
15578 # type: textblock
15579 #. type: textblock
15580 #: ../src/guestfs-actions.pod:4683
15581 msgid ""
15582 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
15583 "first, so for this to work for manual mountpoints, you must ensure that the "
15584 "innermost mountpoints have the longest pathnames, as in the example code "
15585 "above."
15586 msgstr ""
15587
15588 # type: textblock
15589 #. type: textblock
15590 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3142
15591 msgid ""
15592 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
15593 msgstr ""
15594
15595 #. type: textblock
15596 #: ../src/guestfs-actions.pod:4690
15597 msgid ""
15598 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
15599 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
15600 "can also trigger these issues."
15601 msgstr ""
15602
15603 # type: textblock
15604 #. type: textblock
15605 #: ../src/guestfs-actions.pod:4696 ../src/guestfs-actions.pod:5012
15606 #: ../src/guestfs-actions.pod:6014
15607 msgid "(Added in 1.0.62)"
15608 msgstr ""
15609
15610 # type: =head2
15611 #. type: =head2
15612 #: ../src/guestfs-actions.pod:4698
15613 msgid "guestfs_mknod"
15614 msgstr ""
15615
15616 # type: verbatim
15617 #. type: verbatim
15618 #: ../src/guestfs-actions.pod:4700
15619 #, no-wrap
15620 msgid ""
15621 " int\n"
15622 " guestfs_mknod (guestfs_h *g,\n"
15623 "                int mode,\n"
15624 "                int devmajor,\n"
15625 "                int devminor,\n"
15626 "                const char *path);\n"
15627 "\n"
15628 msgstr ""
15629
15630 # type: textblock
15631 #. type: textblock
15632 #: ../src/guestfs-actions.pod:4707 ../fish/guestfish-actions.pod:3152
15633 msgid ""
15634 "This call creates block or character special devices, or named pipes (FIFOs)."
15635 msgstr ""
15636
15637 # type: textblock
15638 #. type: textblock
15639 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3155
15640 msgid ""
15641 "The C<mode> parameter should be the mode, using the standard constants.  "
15642 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
15643 "used when creating block and character special devices."
15644 msgstr ""
15645
15646 # type: textblock
15647 #. type: textblock
15648 #: ../src/guestfs-actions.pod:4715
15649 msgid ""
15650 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
15651 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
15652 "regular file).  These constants are available in the standard Linux header "
15653 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
15654 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
15655 "the appropriate constant for you."
15656 msgstr ""
15657
15658 # type: =head2
15659 #. type: =head2
15660 #: ../src/guestfs-actions.pod:4729
15661 msgid "guestfs_mknod_b"
15662 msgstr ""
15663
15664 # type: verbatim
15665 #. type: verbatim
15666 #: ../src/guestfs-actions.pod:4731
15667 #, no-wrap
15668 msgid ""
15669 " int\n"
15670 " guestfs_mknod_b (guestfs_h *g,\n"
15671 "                  int mode,\n"
15672 "                  int devmajor,\n"
15673 "                  int devminor,\n"
15674 "                  const char *path);\n"
15675 "\n"
15676 msgstr ""
15677
15678 # type: textblock
15679 #. type: textblock
15680 #: ../src/guestfs-actions.pod:4738
15681 msgid ""
15682 "This call creates a block device node called C<path> with mode C<mode> and "
15683 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15684 "wrapper around C<guestfs_mknod>."
15685 msgstr ""
15686
15687 # type: =head2
15688 #. type: =head2
15689 #: ../src/guestfs-actions.pod:4748
15690 msgid "guestfs_mknod_c"
15691 msgstr ""
15692
15693 # type: verbatim
15694 #. type: verbatim
15695 #: ../src/guestfs-actions.pod:4750
15696 #, no-wrap
15697 msgid ""
15698 " int\n"
15699 " guestfs_mknod_c (guestfs_h *g,\n"
15700 "                  int mode,\n"
15701 "                  int devmajor,\n"
15702 "                  int devminor,\n"
15703 "                  const char *path);\n"
15704 "\n"
15705 msgstr ""
15706
15707 # type: textblock
15708 #. type: textblock
15709 #: ../src/guestfs-actions.pod:4757
15710 msgid ""
15711 "This call creates a char device node called C<path> with mode C<mode> and "
15712 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15713 "wrapper around C<guestfs_mknod>."
15714 msgstr ""
15715
15716 # type: =head2
15717 #. type: =head2
15718 #: ../src/guestfs-actions.pod:4767
15719 msgid "guestfs_mkswap"
15720 msgstr ""
15721
15722 # type: verbatim
15723 #. type: verbatim
15724 #: ../src/guestfs-actions.pod:4769
15725 #, no-wrap
15726 msgid ""
15727 " int\n"
15728 " guestfs_mkswap (guestfs_h *g,\n"
15729 "                 const char *device);\n"
15730 "\n"
15731 msgstr ""
15732
15733 # type: textblock
15734 #. type: textblock
15735 #: ../src/guestfs-actions.pod:4773 ../fish/guestfish-actions.pod:3194
15736 msgid "Create a swap partition on C<device>."
15737 msgstr ""
15738
15739 # type: =head2
15740 #. type: =head2
15741 #: ../src/guestfs-actions.pod:4779
15742 msgid "guestfs_mkswap_L"
15743 msgstr ""
15744
15745 # type: verbatim
15746 #. type: verbatim
15747 #: ../src/guestfs-actions.pod:4781
15748 #, no-wrap
15749 msgid ""
15750 " int\n"
15751 " guestfs_mkswap_L (guestfs_h *g,\n"
15752 "                   const char *label,\n"
15753 "                   const char *device);\n"
15754 "\n"
15755 msgstr ""
15756
15757 # type: textblock
15758 #. type: textblock
15759 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3200
15760 msgid "Create a swap partition on C<device> with label C<label>."
15761 msgstr ""
15762
15763 # type: textblock
15764 #. type: textblock
15765 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3202
15766 msgid ""
15767 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
15768 "sda>), just to a partition.  This appears to be a limitation of the kernel "
15769 "or swap tools."
15770 msgstr ""
15771
15772 # type: =head2
15773 #. type: =head2
15774 #: ../src/guestfs-actions.pod:4796
15775 msgid "guestfs_mkswap_U"
15776 msgstr ""
15777
15778 # type: verbatim
15779 #. type: verbatim
15780 #: ../src/guestfs-actions.pod:4798
15781 #, no-wrap
15782 msgid ""
15783 " int\n"
15784 " guestfs_mkswap_U (guestfs_h *g,\n"
15785 "                   const char *uuid,\n"
15786 "                   const char *device);\n"
15787 "\n"
15788 msgstr ""
15789
15790 # type: textblock
15791 #. type: textblock
15792 #: ../src/guestfs-actions.pod:4803 ../fish/guestfish-actions.pod:3210
15793 msgid "Create a swap partition on C<device> with UUID C<uuid>."
15794 msgstr ""
15795
15796 # type: =head2
15797 #. type: =head2
15798 #: ../src/guestfs-actions.pod:4809
15799 msgid "guestfs_mkswap_file"
15800 msgstr ""
15801
15802 # type: verbatim
15803 #. type: verbatim
15804 #: ../src/guestfs-actions.pod:4811
15805 #, no-wrap
15806 msgid ""
15807 " int\n"
15808 " guestfs_mkswap_file (guestfs_h *g,\n"
15809 "                      const char *path);\n"
15810 "\n"
15811 msgstr ""
15812
15813 # type: textblock
15814 #. type: textblock
15815 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3216
15816 msgid "Create a swap file."
15817 msgstr ""
15818
15819 # type: textblock
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:4817
15822 msgid ""
15823 "This command just writes a swap file signature to an existing file.  To "
15824 "create the file itself, use something like C<guestfs_fallocate>."
15825 msgstr ""
15826
15827 # type: =head2
15828 #. type: =head2
15829 #: ../src/guestfs-actions.pod:4824
15830 msgid "guestfs_modprobe"
15831 msgstr ""
15832
15833 # type: verbatim
15834 #. type: verbatim
15835 #: ../src/guestfs-actions.pod:4826
15836 #, no-wrap
15837 msgid ""
15838 " int\n"
15839 " guestfs_modprobe (guestfs_h *g,\n"
15840 "                   const char *modulename);\n"
15841 "\n"
15842 msgstr ""
15843
15844 # type: textblock
15845 #. type: textblock
15846 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3225
15847 msgid "This loads a kernel module in the appliance."
15848 msgstr ""
15849
15850 # type: textblock
15851 #. type: textblock
15852 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3227
15853 msgid ""
15854 "The kernel module must have been whitelisted when libguestfs was built (see "
15855 "C<appliance/kmod.whitelist.in> in the source)."
15856 msgstr ""
15857
15858 # type: =head2
15859 #. type: =head2
15860 #: ../src/guestfs-actions.pod:4839
15861 msgid "guestfs_mount"
15862 msgstr ""
15863
15864 # type: verbatim
15865 #. type: verbatim
15866 #: ../src/guestfs-actions.pod:4841
15867 #, no-wrap
15868 msgid ""
15869 " int\n"
15870 " guestfs_mount (guestfs_h *g,\n"
15871 "                const char *device,\n"
15872 "                const char *mountpoint);\n"
15873 "\n"
15874 msgstr ""
15875
15876 # type: textblock
15877 #. type: textblock
15878 #: ../src/guestfs-actions.pod:4846 ../fish/guestfish-actions.pod:3234
15879 msgid ""
15880 "Mount a guest disk at a position in the filesystem.  Block devices are named "
15881 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
15882 "those block devices contain partitions, they will have the usual names (eg. "
15883 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
15884 msgstr ""
15885
15886 # type: textblock
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:4852 ../fish/guestfish-actions.pod:3240
15889 msgid ""
15890 "The rules are the same as for L<mount(2)>: A filesystem must first be "
15891 "mounted on C</> before others can be mounted.  Other filesystems can only be "
15892 "mounted on directories which already exist."
15893 msgstr ""
15894
15895 # type: textblock
15896 #. type: textblock
15897 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3245
15898 msgid ""
15899 "The mounted filesystem is writable, if we have sufficient permissions on the "
15900 "underlying device."
15901 msgstr ""
15902
15903 # type: textblock
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:4860
15906 msgid ""
15907 "B<Important note:> When you use this call, the filesystem options C<sync> "
15908 "and C<noatime> are set implicitly.  This was originally done because we "
15909 "thought it would improve reliability, but it turns out that I<-o sync> has a "
15910 "very large negative performance impact and negligible effect on "
15911 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
15912 "in any code that needs performance, and instead use C<guestfs_mount_options> "
15913 "(use an empty string for the first parameter if you don't want any options)."
15914 msgstr ""
15915
15916 #. type: textblock
15917 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3258
15918 msgid ""
15919 "This function is deprecated.  In new code, use the C<mount_options> call "
15920 "instead."
15921 msgstr ""
15922
15923 #. type: =head2
15924 #: ../src/guestfs-actions.pod:4881
15925 msgid "guestfs_mount_9p"
15926 msgstr ""
15927
15928 #. type: verbatim
15929 #: ../src/guestfs-actions.pod:4883
15930 #, no-wrap
15931 msgid ""
15932 " int\n"
15933 " guestfs_mount_9p (guestfs_h *g,\n"
15934 "                   const char *mounttag,\n"
15935 "                   const char *mountpoint,\n"
15936 "                   ...);\n"
15937 "\n"
15938 msgstr ""
15939
15940 #. type: verbatim
15941 #: ../src/guestfs-actions.pod:4894
15942 #, no-wrap
15943 msgid ""
15944 " GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
15945 "\n"
15946 msgstr ""
15947
15948 #. type: textblock
15949 #: ../src/guestfs-actions.pod:4896 ../fish/guestfish-actions.pod:3269
15950 msgid ""
15951 "Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
15952 "C<mountpoint>."
15953 msgstr ""
15954
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:4899 ../fish/guestfish-actions.pod:3272
15957 msgid ""
15958 "If required, C<trans=virtio> will be automatically added to the options.  "
15959 "Any other options required can be passed in the optional C<options> "
15960 "parameter."
15961 msgstr ""
15962
15963 #. type: =head2
15964 #: ../src/guestfs-actions.pod:4907
15965 msgid "guestfs_mount_9p_va"
15966 msgstr ""
15967
15968 #. type: verbatim
15969 #: ../src/guestfs-actions.pod:4909
15970 #, no-wrap
15971 msgid ""
15972 " int\n"
15973 " guestfs_mount_9p_va (guestfs_h *g,\n"
15974 "                      const char *mounttag,\n"
15975 "                      const char *mountpoint,\n"
15976 "                      va_list args);\n"
15977 "\n"
15978 msgstr ""
15979
15980 #. type: textblock
15981 #: ../src/guestfs-actions.pod:4915
15982 msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
15983 msgstr ""
15984
15985 #. type: =head2
15986 #: ../src/guestfs-actions.pod:4919
15987 msgid "guestfs_mount_9p_argv"
15988 msgstr ""
15989
15990 #. type: verbatim
15991 #: ../src/guestfs-actions.pod:4921
15992 #, no-wrap
15993 msgid ""
15994 " int\n"
15995 " guestfs_mount_9p_argv (guestfs_h *g,\n"
15996 "                        const char *mounttag,\n"
15997 "                        const char *mountpoint,\n"
15998 "                        const struct guestfs_mount_9p_argv *optargs);\n"
15999 "\n"
16000 msgstr ""
16001
16002 #. type: textblock
16003 #: ../src/guestfs-actions.pod:4927
16004 msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
16005 msgstr ""
16006
16007 # type: =head2
16008 #. type: =head2
16009 #: ../src/guestfs-actions.pod:4931
16010 msgid "guestfs_mount_loop"
16011 msgstr ""
16012
16013 # type: verbatim
16014 #. type: verbatim
16015 #: ../src/guestfs-actions.pod:4933
16016 #, no-wrap
16017 msgid ""
16018 " int\n"
16019 " guestfs_mount_loop (guestfs_h *g,\n"
16020 "                     const char *file,\n"
16021 "                     const char *mountpoint);\n"
16022 "\n"
16023 msgstr ""
16024
16025 # type: textblock
16026 #. type: textblock
16027 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3282
16028 msgid ""
16029 "This command lets you mount C<file> (a filesystem image in a file) on a "
16030 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
16031 "mountpoint>."
16032 msgstr ""
16033
16034 # type: =head2
16035 #. type: =head2
16036 #: ../src/guestfs-actions.pod:4946
16037 msgid "guestfs_mount_options"
16038 msgstr ""
16039
16040 # type: verbatim
16041 #. type: verbatim
16042 #: ../src/guestfs-actions.pod:4948
16043 #, no-wrap
16044 msgid ""
16045 " int\n"
16046 " guestfs_mount_options (guestfs_h *g,\n"
16047 "                        const char *options,\n"
16048 "                        const char *device,\n"
16049 "                        const char *mountpoint);\n"
16050 "\n"
16051 msgstr ""
16052
16053 # type: textblock
16054 #. type: textblock
16055 #: ../src/guestfs-actions.pod:4954
16056 msgid ""
16057 "This is the same as the C<guestfs_mount> command, but it allows you to set "
16058 "the mount options as for the L<mount(8)> I<-o> flag."
16059 msgstr ""
16060
16061 # type: textblock
16062 #. type: textblock
16063 #: ../src/guestfs-actions.pod:4958 ../fish/guestfish-actions.pod:3294
16064 msgid ""
16065 "If the C<options> parameter is an empty string, then no options are passed "
16066 "(all options default to whatever the filesystem uses)."
16067 msgstr ""
16068
16069 # type: textblock
16070 #. type: textblock
16071 #: ../src/guestfs-actions.pod:4964 ../src/guestfs-actions.pod:4978
16072 #: ../src/guestfs-actions.pod:4995
16073 msgid "(Added in 1.0.10)"
16074 msgstr ""
16075
16076 # type: =head2
16077 #. type: =head2
16078 #: ../src/guestfs-actions.pod:4966
16079 msgid "guestfs_mount_ro"
16080 msgstr ""
16081
16082 # type: verbatim
16083 #. type: verbatim
16084 #: ../src/guestfs-actions.pod:4968
16085 #, no-wrap
16086 msgid ""
16087 " int\n"
16088 " guestfs_mount_ro (guestfs_h *g,\n"
16089 "                   const char *device,\n"
16090 "                   const char *mountpoint);\n"
16091 "\n"
16092 msgstr ""
16093
16094 # type: textblock
16095 #. type: textblock
16096 #: ../src/guestfs-actions.pod:4973
16097 msgid ""
16098 "This is the same as the C<guestfs_mount> command, but it mounts the "
16099 "filesystem with the read-only (I<-o ro>) flag."
16100 msgstr ""
16101
16102 # type: =head2
16103 #. type: =head2
16104 #: ../src/guestfs-actions.pod:4980
16105 msgid "guestfs_mount_vfs"
16106 msgstr ""
16107
16108 # type: verbatim
16109 #. type: verbatim
16110 #: ../src/guestfs-actions.pod:4982
16111 #, no-wrap
16112 msgid ""
16113 " int\n"
16114 " guestfs_mount_vfs (guestfs_h *g,\n"
16115 "                    const char *options,\n"
16116 "                    const char *vfstype,\n"
16117 "                    const char *device,\n"
16118 "                    const char *mountpoint);\n"
16119 "\n"
16120 msgstr ""
16121
16122 # type: textblock
16123 #. type: textblock
16124 #: ../src/guestfs-actions.pod:4989
16125 msgid ""
16126 "This is the same as the C<guestfs_mount> command, but it allows you to set "
16127 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
16128 "t> flags."
16129 msgstr ""
16130
16131 # type: =head2
16132 #. type: =head2
16133 #: ../src/guestfs-actions.pod:4997
16134 msgid "guestfs_mountpoints"
16135 msgstr ""
16136
16137 # type: verbatim
16138 #. type: verbatim
16139 #: ../src/guestfs-actions.pod:4999
16140 #, no-wrap
16141 msgid ""
16142 " char **\n"
16143 " guestfs_mountpoints (guestfs_h *g);\n"
16144 "\n"
16145 msgstr ""
16146
16147 # type: textblock
16148 #. type: textblock
16149 #: ../src/guestfs-actions.pod:5002
16150 msgid ""
16151 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
16152 "devices.  This one returns a hash table (map) of device name to directory "
16153 "where the device is mounted."
16154 msgstr ""
16155
16156 # type: =head2
16157 #. type: =head2
16158 #: ../src/guestfs-actions.pod:5014
16159 msgid "guestfs_mounts"
16160 msgstr ""
16161
16162 # type: verbatim
16163 #. type: verbatim
16164 #: ../src/guestfs-actions.pod:5016
16165 #, no-wrap
16166 msgid ""
16167 " char **\n"
16168 " guestfs_mounts (guestfs_h *g);\n"
16169 "\n"
16170 msgstr ""
16171
16172 # type: textblock
16173 #. type: textblock
16174 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3325
16175 msgid ""
16176 "This returns the list of currently mounted filesystems.  It returns the list "
16177 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
16178 msgstr ""
16179
16180 # type: textblock
16181 #. type: textblock
16182 #: ../src/guestfs-actions.pod:5022 ../fish/guestfish-actions.pod:3328
16183 msgid "Some internal mounts are not shown."
16184 msgstr ""
16185
16186 # type: textblock
16187 #. type: textblock
16188 #: ../src/guestfs-actions.pod:5024
16189 msgid "See also: C<guestfs_mountpoints>"
16190 msgstr ""
16191
16192 # type: =head2
16193 #. type: =head2
16194 #: ../src/guestfs-actions.pod:5032
16195 msgid "guestfs_mv"
16196 msgstr ""
16197
16198 # type: verbatim
16199 #. type: verbatim
16200 #: ../src/guestfs-actions.pod:5034
16201 #, no-wrap
16202 msgid ""
16203 " int\n"
16204 " guestfs_mv (guestfs_h *g,\n"
16205 "             const char *src,\n"
16206 "             const char *dest);\n"
16207 "\n"
16208 msgstr ""
16209
16210 # type: textblock
16211 #. type: textblock
16212 #: ../src/guestfs-actions.pod:5039 ../fish/guestfish-actions.pod:3336
16213 msgid ""
16214 "This moves a file from C<src> to C<dest> where C<dest> is either a "
16215 "destination filename or destination directory."
16216 msgstr ""
16217
16218 # type: =head2
16219 #. type: =head2
16220 #: ../src/guestfs-actions.pod:5046
16221 msgid "guestfs_ntfs_3g_probe"
16222 msgstr ""
16223
16224 # type: verbatim
16225 #. type: verbatim
16226 #: ../src/guestfs-actions.pod:5048
16227 #, no-wrap
16228 msgid ""
16229 " int\n"
16230 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
16231 "                        int rw,\n"
16232 "                        const char *device);\n"
16233 "\n"
16234 msgstr ""
16235
16236 # type: textblock
16237 #. type: textblock
16238 #: ../src/guestfs-actions.pod:5053 ../fish/guestfish-actions.pod:3343
16239 msgid ""
16240 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
16241 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
16242 "write, and some cannot be mounted at all)."
16243 msgstr ""
16244
16245 # type: textblock
16246 #. type: textblock
16247 #: ../src/guestfs-actions.pod:5057 ../fish/guestfish-actions.pod:3347
16248 msgid ""
16249 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
16250 "can be mounted read-write.  Set it to false if you want to test if the "
16251 "volume can be mounted read-only."
16252 msgstr ""
16253
16254 # type: textblock
16255 #. type: textblock
16256 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3351
16257 msgid ""
16258 "The return value is an integer which C<0> if the operation would succeed, or "
16259 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
16260 msgstr ""
16261
16262 # type: textblock
16263 #. type: textblock
16264 #: ../src/guestfs-actions.pod:5067
16265 msgid "(Added in 1.0.43)"
16266 msgstr ""
16267
16268 # type: =head2
16269 #. type: =head2
16270 #: ../src/guestfs-actions.pod:5069
16271 msgid "guestfs_ntfsresize"
16272 msgstr ""
16273
16274 # type: verbatim
16275 #. type: verbatim
16276 #: ../src/guestfs-actions.pod:5071
16277 #, no-wrap
16278 msgid ""
16279 " int\n"
16280 " guestfs_ntfsresize (guestfs_h *g,\n"
16281 "                     const char *device);\n"
16282 "\n"
16283 msgstr ""
16284
16285 #. type: textblock
16286 #: ../src/guestfs-actions.pod:5075 ../src/guestfs-actions.pod:5114
16287 #: ../fish/guestfish-actions.pod:3359 ../fish/guestfish-actions.pod:3383
16288 msgid ""
16289 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
16290 "size of the underlying device."
16291 msgstr ""
16292
16293 #. type: textblock
16294 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3362
16295 msgid ""
16296 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
16297 "consistency check (for safety).  You have to boot into Windows to perform "
16298 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
16299 "resize filesystems which have been marked in this way.  So in effect it is "
16300 "not possible to call ntfsresize multiple times on a single filesystem "
16301 "without booting into Windows between each resize."
16302 msgstr ""
16303
16304 #. type: textblock
16305 #: ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5140
16306 #: ../fish/guestfish-actions.pod:3370 ../fish/guestfish-actions.pod:3409
16307 msgid "See also L<ntfsresize(8)>."
16308 msgstr ""
16309
16310 #. type: textblock
16311 #: ../src/guestfs-actions.pod:5090 ../src/guestfs-actions.pod:5178
16312 #: ../fish/guestfish-actions.pod:3372 ../fish/guestfish-actions.pod:3420
16313 msgid ""
16314 "This function is deprecated.  In new code, use the C<ntfsresize_opts> call "
16315 "instead."
16316 msgstr ""
16317
16318 #. type: =head2
16319 #: ../src/guestfs-actions.pod:5099
16320 msgid "guestfs_ntfsresize_opts"
16321 msgstr ""
16322
16323 #. type: verbatim
16324 #: ../src/guestfs-actions.pod:5101
16325 #, no-wrap
16326 msgid ""
16327 " int\n"
16328 " guestfs_ntfsresize_opts (guestfs_h *g,\n"
16329 "                          const char *device,\n"
16330 "                          ...);\n"
16331 "\n"
16332 msgstr ""
16333
16334 #. type: verbatim
16335 #: ../src/guestfs-actions.pod:5111
16336 #, no-wrap
16337 msgid ""
16338 " GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n"
16339 " GUESTFS_NTFSRESIZE_OPTS_FORCE, int force,\n"
16340 "\n"
16341 msgstr ""
16342
16343 #. type: textblock
16344 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3386
16345 msgid "The optional parameters are:"
16346 msgstr ""
16347
16348 #. type: =item
16349 #: ../src/guestfs-actions.pod:5121 ../fish/guestfish-actions.pod:3390
16350 msgid "C<size>"
16351 msgstr ""
16352
16353 #. type: textblock
16354 #: ../src/guestfs-actions.pod:5123 ../fish/guestfish-actions.pod:3392
16355 msgid ""
16356 "The new size (in bytes) of the filesystem.  If omitted, the filesystem is "
16357 "resized to fit the container (eg. partition)."
16358 msgstr ""
16359
16360 #. type: =item
16361 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3395
16362 msgid "C<force>"
16363 msgstr ""
16364
16365 #. type: textblock
16366 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3397
16367 msgid ""
16368 "If this option is true, then force the resize of the filesystem even if the "
16369 "filesystem is marked as requiring a consistency check."
16370 msgstr ""
16371
16372 #. type: textblock
16373 #: ../src/guestfs-actions.pod:5131
16374 msgid ""
16375 "After the resize operation, the filesystem is always marked as requiring a "
16376 "consistency check (for safety).  You have to boot into Windows to perform "
16377 "this check and clear this condition.  If you I<don't> set the C<force> "
16378 "option then it is not possible to call C<guestfs_ntfsresize_opts> multiple "
16379 "times on a single filesystem without booting into Windows between each "
16380 "resize."
16381 msgstr ""
16382
16383 #. type: =head2
16384 #: ../src/guestfs-actions.pod:5144
16385 msgid "guestfs_ntfsresize_opts_va"
16386 msgstr ""
16387
16388 #. type: verbatim
16389 #: ../src/guestfs-actions.pod:5146
16390 #, no-wrap
16391 msgid ""
16392 " int\n"
16393 " guestfs_ntfsresize_opts_va (guestfs_h *g,\n"
16394 "                             const char *device,\n"
16395 "                             va_list args);\n"
16396 "\n"
16397 msgstr ""
16398
16399 #. type: textblock
16400 #: ../src/guestfs-actions.pod:5151
16401 msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>."
16402 msgstr ""
16403
16404 #. type: =head2
16405 #: ../src/guestfs-actions.pod:5155
16406 msgid "guestfs_ntfsresize_opts_argv"
16407 msgstr ""
16408
16409 #. type: verbatim
16410 #: ../src/guestfs-actions.pod:5157
16411 #, no-wrap
16412 msgid ""
16413 " int\n"
16414 " guestfs_ntfsresize_opts_argv (guestfs_h *g,\n"
16415 "                               const char *device,\n"
16416 "                               const struct guestfs_ntfsresize_opts_argv *optargs);\n"
16417 "\n"
16418 msgstr ""
16419
16420 #. type: textblock
16421 #: ../src/guestfs-actions.pod:5162
16422 msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>."
16423 msgstr ""
16424
16425 # type: =head2
16426 #. type: =head2
16427 #: ../src/guestfs-actions.pod:5166
16428 msgid "guestfs_ntfsresize_size"
16429 msgstr ""
16430
16431 # type: verbatim
16432 #. type: verbatim
16433 #: ../src/guestfs-actions.pod:5168
16434 #, no-wrap
16435 msgid ""
16436 " int\n"
16437 " guestfs_ntfsresize_size (guestfs_h *g,\n"
16438 "                          const char *device,\n"
16439 "                          int64_t size);\n"
16440 "\n"
16441 msgstr ""
16442
16443 # type: textblock
16444 #. type: textblock
16445 #: ../src/guestfs-actions.pod:5173
16446 msgid ""
16447 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
16448 "to specify the new size (in bytes) explicitly."
16449 msgstr ""
16450
16451 # type: textblock
16452 #. type: textblock
16453 #: ../src/guestfs-actions.pod:5185 ../src/guestfs-actions.pod:5621
16454 #: ../src/guestfs-actions.pod:5694 ../src/guestfs-actions.pod:5962
16455 #: ../src/guestfs-actions.pod:7564
16456 msgid "(Added in 1.3.14)"
16457 msgstr ""
16458
16459 # type: =head2
16460 #. type: =head2
16461 #: ../src/guestfs-actions.pod:5187
16462 msgid "guestfs_part_add"
16463 msgstr ""
16464
16465 # type: verbatim
16466 #. type: verbatim
16467 #: ../src/guestfs-actions.pod:5189
16468 #, no-wrap
16469 msgid ""
16470 " int\n"
16471 " guestfs_part_add (guestfs_h *g,\n"
16472 "                   const char *device,\n"
16473 "                   const char *prlogex,\n"
16474 "                   int64_t startsect,\n"
16475 "                   int64_t endsect);\n"
16476 "\n"
16477 msgstr ""
16478
16479 # type: textblock
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:5196
16482 msgid ""
16483 "This command adds a partition to C<device>.  If there is no partition table "
16484 "on the device, call C<guestfs_part_init> first."
16485 msgstr ""
16486
16487 # type: textblock
16488 #. type: textblock
16489 #: ../src/guestfs-actions.pod:5199 ../fish/guestfish-actions.pod:3434
16490 msgid ""
16491 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
16492 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
16493 "C<logical>) and C<e> (or C<extended>) partition types."
16494 msgstr ""
16495
16496 # type: textblock
16497 #. type: textblock
16498 #: ../src/guestfs-actions.pod:5204 ../fish/guestfish-actions.pod:3439
16499 msgid ""
16500 "C<startsect> and C<endsect> are the start and end of the partition in "
16501 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
16502 "from the end of the disk (C<-1> is the last sector)."
16503 msgstr ""
16504
16505 # type: textblock
16506 #. type: textblock
16507 #: ../src/guestfs-actions.pod:5208
16508 msgid ""
16509 "Creating a partition which covers the whole disk is not so easy.  Use "
16510 "C<guestfs_part_disk> to do that."
16511 msgstr ""
16512
16513 # type: textblock
16514 #. type: textblock
16515 #: ../src/guestfs-actions.pod:5213 ../src/guestfs-actions.pod:5251
16516 #: ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5382
16517 #: ../src/guestfs-actions.pod:5420 ../src/guestfs-actions.pod:5439
16518 #: ../src/guestfs-actions.pod:5479
16519 msgid "(Added in 1.0.78)"
16520 msgstr ""
16521
16522 # type: =head2
16523 #. type: =head2
16524 #: ../src/guestfs-actions.pod:5215
16525 msgid "guestfs_part_del"
16526 msgstr ""
16527
16528 # type: verbatim
16529 #. type: verbatim
16530 #: ../src/guestfs-actions.pod:5217
16531 #, no-wrap
16532 msgid ""
16533 " int\n"
16534 " guestfs_part_del (guestfs_h *g,\n"
16535 "                   const char *device,\n"
16536 "                   int partnum);\n"
16537 "\n"
16538 msgstr ""
16539
16540 # type: textblock
16541 #. type: textblock
16542 #: ../src/guestfs-actions.pod:5222 ../fish/guestfish-actions.pod:3450
16543 msgid "This command deletes the partition numbered C<partnum> on C<device>."
16544 msgstr ""
16545
16546 # type: textblock
16547 #. type: textblock
16548 #: ../src/guestfs-actions.pod:5224 ../fish/guestfish-actions.pod:3452
16549 msgid ""
16550 "Note that in the case of MBR partitioning, deleting an extended partition "
16551 "also deletes any logical partitions it contains."
16552 msgstr ""
16553
16554 # type: =head2
16555 #. type: =head2
16556 #: ../src/guestfs-actions.pod:5232
16557 msgid "guestfs_part_disk"
16558 msgstr ""
16559
16560 # type: verbatim
16561 #. type: verbatim
16562 #: ../src/guestfs-actions.pod:5234
16563 #, no-wrap
16564 msgid ""
16565 " int\n"
16566 " guestfs_part_disk (guestfs_h *g,\n"
16567 "                    const char *device,\n"
16568 "                    const char *parttype);\n"
16569 "\n"
16570 msgstr ""
16571
16572 # type: textblock
16573 #. type: textblock
16574 #: ../src/guestfs-actions.pod:5239
16575 msgid ""
16576 "This command is simply a combination of C<guestfs_part_init> followed by "
16577 "C<guestfs_part_add> to create a single primary partition covering the whole "
16578 "disk."
16579 msgstr ""
16580
16581 # type: textblock
16582 #. type: textblock
16583 #: ../src/guestfs-actions.pod:5243
16584 msgid ""
16585 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
16586 "possible values are described in C<guestfs_part_init>."
16587 msgstr ""
16588
16589 # type: =head2
16590 #. type: =head2
16591 #: ../src/guestfs-actions.pod:5253
16592 msgid "guestfs_part_get_bootable"
16593 msgstr ""
16594
16595 # type: verbatim
16596 #. type: verbatim
16597 #: ../src/guestfs-actions.pod:5255
16598 #, no-wrap
16599 msgid ""
16600 " int\n"
16601 " guestfs_part_get_bootable (guestfs_h *g,\n"
16602 "                            const char *device,\n"
16603 "                            int partnum);\n"
16604 "\n"
16605 msgstr ""
16606
16607 # type: textblock
16608 #. type: textblock
16609 #: ../src/guestfs-actions.pod:5260 ../fish/guestfish-actions.pod:3474
16610 msgid ""
16611 "This command returns true if the partition C<partnum> on C<device> has the "
16612 "bootable flag set."
16613 msgstr ""
16614
16615 # type: textblock
16616 #. type: textblock
16617 #: ../src/guestfs-actions.pod:5263
16618 msgid "See also C<guestfs_part_set_bootable>."
16619 msgstr ""
16620
16621 # type: =head2
16622 #. type: =head2
16623 #: ../src/guestfs-actions.pod:5269
16624 msgid "guestfs_part_get_mbr_id"
16625 msgstr ""
16626
16627 # type: verbatim
16628 #. type: verbatim
16629 #: ../src/guestfs-actions.pod:5271
16630 #, no-wrap
16631 msgid ""
16632 " int\n"
16633 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
16634 "                          const char *device,\n"
16635 "                          int partnum);\n"
16636 "\n"
16637 msgstr ""
16638
16639 # type: textblock
16640 #. type: textblock
16641 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3483
16642 msgid ""
16643 "Returns the MBR type byte (also known as the ID byte) from the numbered "
16644 "partition C<partnum>."
16645 msgstr ""
16646
16647 # type: textblock
16648 #. type: textblock
16649 #: ../src/guestfs-actions.pod:5279 ../src/guestfs-actions.pod:5455
16650 msgid ""
16651 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
16652 "undefined results for other partition table types (see "
16653 "C<guestfs_part_get_parttype>)."
16654 msgstr ""
16655
16656 # type: =head2
16657 #. type: =head2
16658 #: ../src/guestfs-actions.pod:5287
16659 msgid "guestfs_part_get_parttype"
16660 msgstr ""
16661
16662 # type: verbatim
16663 #. type: verbatim
16664 #: ../src/guestfs-actions.pod:5289
16665 #, no-wrap
16666 msgid ""
16667 " char *\n"
16668 " guestfs_part_get_parttype (guestfs_h *g,\n"
16669 "                            const char *device);\n"
16670 "\n"
16671 msgstr ""
16672
16673 # type: textblock
16674 #. type: textblock
16675 #: ../src/guestfs-actions.pod:5293 ../fish/guestfish-actions.pod:3494
16676 msgid ""
16677 "This command examines the partition table on C<device> and returns the "
16678 "partition table type (format) being used."
16679 msgstr ""
16680
16681 # type: textblock
16682 #. type: textblock
16683 #: ../src/guestfs-actions.pod:5296
16684 msgid ""
16685 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
16686 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
16687 "possible, although unusual.  See C<guestfs_part_init> for a full list."
16688 msgstr ""
16689
16690 # type: =head2
16691 #. type: =head2
16692 #: ../src/guestfs-actions.pod:5306
16693 msgid "guestfs_part_init"
16694 msgstr ""
16695
16696 # type: verbatim
16697 #. type: verbatim
16698 #: ../src/guestfs-actions.pod:5308
16699 #, no-wrap
16700 msgid ""
16701 " int\n"
16702 " guestfs_part_init (guestfs_h *g,\n"
16703 "                    const char *device,\n"
16704 "                    const char *parttype);\n"
16705 "\n"
16706 msgstr ""
16707
16708 # type: textblock
16709 #. type: textblock
16710 #: ../src/guestfs-actions.pod:5313 ../fish/guestfish-actions.pod:3506
16711 msgid ""
16712 "This creates an empty partition table on C<device> of one of the partition "
16713 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
16714 "(for large disks)."
16715 msgstr ""
16716
16717 # type: textblock
16718 #. type: textblock
16719 #: ../src/guestfs-actions.pod:5317
16720 msgid ""
16721 "Initially there are no partitions.  Following this, you should call "
16722 "C<guestfs_part_add> for each partition required."
16723 msgstr ""
16724
16725 # type: textblock
16726 #. type: textblock
16727 #: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3513
16728 msgid "Possible values for C<parttype> are:"
16729 msgstr ""
16730
16731 # type: =item
16732 #. type: =item
16733 #: ../src/guestfs-actions.pod:5324 ../fish/guestfish-actions.pod:3517
16734 msgid "B<efi> | B<gpt>"
16735 msgstr ""
16736
16737 # type: textblock
16738 #. type: textblock
16739 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3519
16740 msgid "Intel EFI / GPT partition table."
16741 msgstr ""
16742
16743 # type: textblock
16744 #. type: textblock
16745 #: ../src/guestfs-actions.pod:5328 ../fish/guestfish-actions.pod:3521
16746 msgid ""
16747 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
16748 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
16749 "the C<mbr> format."
16750 msgstr ""
16751
16752 # type: =item
16753 #. type: =item
16754 #: ../src/guestfs-actions.pod:5332 ../fish/guestfish-actions.pod:3525
16755 msgid "B<mbr> | B<msdos>"
16756 msgstr ""
16757
16758 # type: textblock
16759 #. type: textblock
16760 #: ../src/guestfs-actions.pod:5334 ../fish/guestfish-actions.pod:3527
16761 msgid ""
16762 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
16763 "Windows.  This partition type will B<only> work for device sizes up to 2 "
16764 "TB.  For large disks we recommend using C<gpt>."
16765 msgstr ""
16766
16767 # type: textblock
16768 #. type: textblock
16769 #: ../src/guestfs-actions.pod:5341 ../fish/guestfish-actions.pod:3534
16770 msgid ""
16771 "Other partition table types that may work but are not supported include:"
16772 msgstr ""
16773
16774 # type: =item
16775 #. type: =item
16776 #: ../src/guestfs-actions.pod:5346 ../fish/guestfish-actions.pod:3539
16777 msgid "B<aix>"
16778 msgstr ""
16779
16780 # type: textblock
16781 #. type: textblock
16782 #: ../src/guestfs-actions.pod:5348 ../fish/guestfish-actions.pod:3541
16783 msgid "AIX disk labels."
16784 msgstr ""
16785
16786 # type: =item
16787 #. type: =item
16788 #: ../src/guestfs-actions.pod:5350 ../fish/guestfish-actions.pod:3543
16789 msgid "B<amiga> | B<rdb>"
16790 msgstr ""
16791
16792 # type: textblock
16793 #. type: textblock
16794 #: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3545
16795 msgid "Amiga \"Rigid Disk Block\" format."
16796 msgstr ""
16797
16798 # type: =item
16799 #. type: =item
16800 #: ../src/guestfs-actions.pod:5354 ../fish/guestfish-actions.pod:3547
16801 msgid "B<bsd>"
16802 msgstr ""
16803
16804 # type: textblock
16805 #. type: textblock
16806 #: ../src/guestfs-actions.pod:5356 ../fish/guestfish-actions.pod:3549
16807 msgid "BSD disk labels."
16808 msgstr ""
16809
16810 # type: =item
16811 #. type: =item
16812 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3551
16813 msgid "B<dasd>"
16814 msgstr ""
16815
16816 # type: textblock
16817 #. type: textblock
16818 #: ../src/guestfs-actions.pod:5360 ../fish/guestfish-actions.pod:3553
16819 msgid "DASD, used on IBM mainframes."
16820 msgstr ""
16821
16822 # type: =item
16823 #. type: =item
16824 #: ../src/guestfs-actions.pod:5362 ../fish/guestfish-actions.pod:3555
16825 msgid "B<dvh>"
16826 msgstr ""
16827
16828 # type: textblock
16829 #. type: textblock
16830 #: ../src/guestfs-actions.pod:5364 ../fish/guestfish-actions.pod:3557
16831 msgid "MIPS/SGI volumes."
16832 msgstr ""
16833
16834 # type: =item
16835 #. type: =item
16836 #: ../src/guestfs-actions.pod:5366 ../fish/guestfish-actions.pod:3559
16837 msgid "B<mac>"
16838 msgstr ""
16839
16840 # type: textblock
16841 #. type: textblock
16842 #: ../src/guestfs-actions.pod:5368 ../fish/guestfish-actions.pod:3561
16843 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
16844 msgstr ""
16845
16846 # type: =item
16847 #. type: =item
16848 #: ../src/guestfs-actions.pod:5370 ../fish/guestfish-actions.pod:3563
16849 msgid "B<pc98>"
16850 msgstr ""
16851
16852 # type: textblock
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:5372 ../fish/guestfish-actions.pod:3565
16855 msgid "NEC PC-98 format, common in Japan apparently."
16856 msgstr ""
16857
16858 # type: =item
16859 #. type: =item
16860 #: ../src/guestfs-actions.pod:5374 ../fish/guestfish-actions.pod:3567
16861 msgid "B<sun>"
16862 msgstr ""
16863
16864 # type: textblock
16865 #. type: textblock
16866 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3569
16867 msgid "Sun disk labels."
16868 msgstr ""
16869
16870 # type: =head2
16871 #. type: =head2
16872 #: ../src/guestfs-actions.pod:5384
16873 msgid "guestfs_part_list"
16874 msgstr ""
16875
16876 # type: verbatim
16877 #. type: verbatim
16878 #: ../src/guestfs-actions.pod:5386
16879 #, no-wrap
16880 msgid ""
16881 " struct guestfs_partition_list *\n"
16882 " guestfs_part_list (guestfs_h *g,\n"
16883 "                    const char *device);\n"
16884 "\n"
16885 msgstr ""
16886
16887 # type: textblock
16888 #. type: textblock
16889 #: ../src/guestfs-actions.pod:5390 ../fish/guestfish-actions.pod:3577
16890 msgid ""
16891 "This command parses the partition table on C<device> and returns the list of "
16892 "partitions found."
16893 msgstr ""
16894
16895 # type: textblock
16896 #. type: textblock
16897 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3580
16898 msgid "The fields in the returned structure are:"
16899 msgstr ""
16900
16901 # type: =item
16902 #. type: =item
16903 #: ../src/guestfs-actions.pod:5397 ../fish/guestfish-actions.pod:3584
16904 msgid "B<part_num>"
16905 msgstr ""
16906
16907 # type: textblock
16908 #. type: textblock
16909 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3586
16910 msgid "Partition number, counting from 1."
16911 msgstr ""
16912
16913 # type: =item
16914 #. type: =item
16915 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3588
16916 msgid "B<part_start>"
16917 msgstr ""
16918
16919 # type: textblock
16920 #. type: textblock
16921 #: ../src/guestfs-actions.pod:5403
16922 msgid ""
16923 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
16924 "the device's sector size, see C<guestfs_blockdev_getss>."
16925 msgstr ""
16926
16927 # type: =item
16928 #. type: =item
16929 #: ../src/guestfs-actions.pod:5406 ../fish/guestfish-actions.pod:3593
16930 msgid "B<part_end>"
16931 msgstr ""
16932
16933 # type: textblock
16934 #. type: textblock
16935 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3595
16936 msgid "End of the partition in bytes."
16937 msgstr ""
16938
16939 # type: =item
16940 #. type: =item
16941 #: ../src/guestfs-actions.pod:5410 ../fish/guestfish-actions.pod:3597
16942 msgid "B<part_size>"
16943 msgstr ""
16944
16945 # type: textblock
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:5412 ../fish/guestfish-actions.pod:3599
16948 msgid "Size of the partition in bytes."
16949 msgstr ""
16950
16951 # type: textblock
16952 #. type: textblock
16953 #: ../src/guestfs-actions.pod:5416
16954 msgid ""
16955 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
16956 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
16957 "use>."
16958 msgstr ""
16959
16960 # type: =head2
16961 #. type: =head2
16962 #: ../src/guestfs-actions.pod:5422
16963 msgid "guestfs_part_set_bootable"
16964 msgstr ""
16965
16966 # type: verbatim
16967 #. type: verbatim
16968 #: ../src/guestfs-actions.pod:5424
16969 #, no-wrap
16970 msgid ""
16971 " int\n"
16972 " guestfs_part_set_bootable (guestfs_h *g,\n"
16973 "                            const char *device,\n"
16974 "                            int partnum,\n"
16975 "                            int bootable);\n"
16976 "\n"
16977 msgstr ""
16978
16979 # type: textblock
16980 #. type: textblock
16981 #: ../src/guestfs-actions.pod:5430 ../fish/guestfish-actions.pod:3607
16982 msgid ""
16983 "This sets the bootable flag on partition numbered C<partnum> on device "
16984 "C<device>.  Note that partitions are numbered from 1."
16985 msgstr ""
16986
16987 # type: textblock
16988 #. type: textblock
16989 #: ../src/guestfs-actions.pod:5433 ../fish/guestfish-actions.pod:3610
16990 msgid ""
16991 "The bootable flag is used by some operating systems (notably Windows) to "
16992 "determine which partition to boot from.  It is by no means universally "
16993 "recognized."
16994 msgstr ""
16995
16996 # type: =head2
16997 #. type: =head2
16998 #: ../src/guestfs-actions.pod:5441
16999 msgid "guestfs_part_set_mbr_id"
17000 msgstr ""
17001
17002 # type: verbatim
17003 #. type: verbatim
17004 #: ../src/guestfs-actions.pod:5443
17005 #, no-wrap
17006 msgid ""
17007 " int\n"
17008 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
17009 "                          const char *device,\n"
17010 "                          int partnum,\n"
17011 "                          int idbyte);\n"
17012 "\n"
17013 msgstr ""
17014
17015 # type: textblock
17016 #. type: textblock
17017 #: ../src/guestfs-actions.pod:5449 ../fish/guestfish-actions.pod:3618
17018 msgid ""
17019 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
17020 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
17021 "documentation are in fact hexadecimal numbers, but usually documented "
17022 "without any leading \"0x\" which might be confusing."
17023 msgstr ""
17024
17025 # type: =head2
17026 #. type: =head2
17027 #: ../src/guestfs-actions.pod:5463
17028 msgid "guestfs_part_set_name"
17029 msgstr ""
17030
17031 # type: verbatim
17032 #. type: verbatim
17033 #: ../src/guestfs-actions.pod:5465
17034 #, no-wrap
17035 msgid ""
17036 " int\n"
17037 " guestfs_part_set_name (guestfs_h *g,\n"
17038 "                        const char *device,\n"
17039 "                        int partnum,\n"
17040 "                        const char *name);\n"
17041 "\n"
17042 msgstr ""
17043
17044 # type: textblock
17045 #. type: textblock
17046 #: ../src/guestfs-actions.pod:5471 ../fish/guestfish-actions.pod:3632
17047 msgid ""
17048 "This sets the partition name on partition numbered C<partnum> on device "
17049 "C<device>.  Note that partitions are numbered from 1."
17050 msgstr ""
17051
17052 # type: textblock
17053 #. type: textblock
17054 #: ../src/guestfs-actions.pod:5474 ../fish/guestfish-actions.pod:3635
17055 msgid ""
17056 "The partition name can only be set on certain types of partition table.  "
17057 "This works on C<gpt> but not on C<mbr> partitions."
17058 msgstr ""
17059
17060 # type: =head2
17061 #. type: =head2
17062 #: ../src/guestfs-actions.pod:5481
17063 msgid "guestfs_part_to_dev"
17064 msgstr ""
17065
17066 # type: verbatim
17067 #. type: verbatim
17068 #: ../src/guestfs-actions.pod:5483
17069 #, no-wrap
17070 msgid ""
17071 " char *\n"
17072 " guestfs_part_to_dev (guestfs_h *g,\n"
17073 "                      const char *partition);\n"
17074 "\n"
17075 msgstr ""
17076
17077 # type: textblock
17078 #. type: textblock
17079 #: ../src/guestfs-actions.pod:5487 ../fish/guestfish-actions.pod:3642
17080 msgid ""
17081 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
17082 "partition number, returning the device name (eg. \"/dev/sdb\")."
17083 msgstr ""
17084
17085 # type: textblock
17086 #. type: textblock
17087 #: ../src/guestfs-actions.pod:5491
17088 msgid ""
17089 "The named partition must exist, for example as a string returned from "
17090 "C<guestfs_list_partitions>."
17091 msgstr ""
17092
17093 # type: =head2
17094 #. type: =head2
17095 #: ../src/guestfs-actions.pod:5499
17096 msgid "guestfs_ping_daemon"
17097 msgstr ""
17098
17099 # type: verbatim
17100 #. type: verbatim
17101 #: ../src/guestfs-actions.pod:5501
17102 #, no-wrap
17103 msgid ""
17104 " int\n"
17105 " guestfs_ping_daemon (guestfs_h *g);\n"
17106 "\n"
17107 msgstr ""
17108
17109 # type: textblock
17110 #. type: textblock
17111 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3653
17112 msgid ""
17113 "This is a test probe into the guestfs daemon running inside the qemu "
17114 "subprocess.  Calling this function checks that the daemon responds to the "
17115 "ping message, without affecting the daemon or attached block device(s) in "
17116 "any other way."
17117 msgstr ""
17118
17119 # type: =head2
17120 #. type: =head2
17121 #: ../src/guestfs-actions.pod:5513
17122 msgid "guestfs_pread"
17123 msgstr ""
17124
17125 # type: verbatim
17126 #. type: verbatim
17127 #: ../src/guestfs-actions.pod:5515
17128 #, no-wrap
17129 msgid ""
17130 " char *\n"
17131 " guestfs_pread (guestfs_h *g,\n"
17132 "                const char *path,\n"
17133 "                int count,\n"
17134 "                int64_t offset,\n"
17135 "                size_t *size_r);\n"
17136 "\n"
17137 msgstr ""
17138
17139 # type: textblock
17140 #. type: textblock
17141 #: ../src/guestfs-actions.pod:5522 ../fish/guestfish-actions.pod:3662
17142 msgid ""
17143 "This command lets you read part of a file.  It reads C<count> bytes of the "
17144 "file, starting at C<offset>, from file C<path>."
17145 msgstr ""
17146
17147 # type: textblock
17148 #. type: textblock
17149 #: ../src/guestfs-actions.pod:5525 ../src/guestfs-actions.pod:5551
17150 #: ../fish/guestfish-actions.pod:3665 ../fish/guestfish-actions.pod:3680
17151 msgid ""
17152 "This may read fewer bytes than requested.  For further details see the "
17153 "L<pread(2)> system call."
17154 msgstr ""
17155
17156 # type: textblock
17157 #. type: textblock
17158 #: ../src/guestfs-actions.pod:5528
17159 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
17160 msgstr ""
17161
17162 # type: =head2
17163 #. type: =head2
17164 #: ../src/guestfs-actions.pod:5539
17165 msgid "guestfs_pread_device"
17166 msgstr ""
17167
17168 # type: verbatim
17169 #. type: verbatim
17170 #: ../src/guestfs-actions.pod:5541
17171 #, no-wrap
17172 msgid ""
17173 " char *\n"
17174 " guestfs_pread_device (guestfs_h *g,\n"
17175 "                       const char *device,\n"
17176 "                       int count,\n"
17177 "                       int64_t offset,\n"
17178 "                       size_t *size_r);\n"
17179 "\n"
17180 msgstr ""
17181
17182 # type: textblock
17183 #. type: textblock
17184 #: ../src/guestfs-actions.pod:5548 ../fish/guestfish-actions.pod:3677
17185 msgid ""
17186 "This command lets you read part of a file.  It reads C<count> bytes of "
17187 "C<device>, starting at C<offset>."
17188 msgstr ""
17189
17190 # type: textblock
17191 #. type: textblock
17192 #: ../src/guestfs-actions.pod:5554
17193 msgid "See also C<guestfs_pread>."
17194 msgstr ""
17195
17196 # type: textblock
17197 #. type: textblock
17198 #: ../src/guestfs-actions.pod:5563
17199 msgid "(Added in 1.5.21)"
17200 msgstr ""
17201
17202 # type: =head2
17203 #. type: =head2
17204 #: ../src/guestfs-actions.pod:5565
17205 msgid "guestfs_pvcreate"
17206 msgstr ""
17207
17208 # type: verbatim
17209 #. type: verbatim
17210 #: ../src/guestfs-actions.pod:5567
17211 #, no-wrap
17212 msgid ""
17213 " int\n"
17214 " guestfs_pvcreate (guestfs_h *g,\n"
17215 "                   const char *device);\n"
17216 "\n"
17217 msgstr ""
17218
17219 # type: textblock
17220 #. type: textblock
17221 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3692
17222 msgid ""
17223 "This creates an LVM physical volume on the named C<device>, where C<device> "
17224 "should usually be a partition name such as C</dev/sda1>."
17225 msgstr ""
17226
17227 # type: =head2
17228 #. type: =head2
17229 #: ../src/guestfs-actions.pod:5579
17230 msgid "guestfs_pvremove"
17231 msgstr ""
17232
17233 # type: verbatim
17234 #. type: verbatim
17235 #: ../src/guestfs-actions.pod:5581
17236 #, no-wrap
17237 msgid ""
17238 " int\n"
17239 " guestfs_pvremove (guestfs_h *g,\n"
17240 "                   const char *device);\n"
17241 "\n"
17242 msgstr ""
17243
17244 # type: textblock
17245 #. type: textblock
17246 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3700
17247 msgid ""
17248 "This wipes a physical volume C<device> so that LVM will no longer recognise "
17249 "it."
17250 msgstr ""
17251
17252 # type: textblock
17253 #. type: textblock
17254 #: ../src/guestfs-actions.pod:5588 ../fish/guestfish-actions.pod:3703
17255 msgid ""
17256 "The implementation uses the C<pvremove> command which refuses to wipe "
17257 "physical volumes that contain any volume groups, so you have to remove those "
17258 "first."
17259 msgstr ""
17260
17261 # type: =head2
17262 #. type: =head2
17263 #: ../src/guestfs-actions.pod:5596
17264 msgid "guestfs_pvresize"
17265 msgstr ""
17266
17267 # type: verbatim
17268 #. type: verbatim
17269 #: ../src/guestfs-actions.pod:5598
17270 #, no-wrap
17271 msgid ""
17272 " int\n"
17273 " guestfs_pvresize (guestfs_h *g,\n"
17274 "                   const char *device);\n"
17275 "\n"
17276 msgstr ""
17277
17278 # type: textblock
17279 #. type: textblock
17280 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3711
17281 msgid ""
17282 "This resizes (expands or shrinks) an existing LVM physical volume to match "
17283 "the new size of the underlying device."
17284 msgstr ""
17285
17286 # type: =head2
17287 #. type: =head2
17288 #: ../src/guestfs-actions.pod:5609
17289 msgid "guestfs_pvresize_size"
17290 msgstr ""
17291
17292 # type: verbatim
17293 #. type: verbatim
17294 #: ../src/guestfs-actions.pod:5611
17295 #, no-wrap
17296 msgid ""
17297 " int\n"
17298 " guestfs_pvresize_size (guestfs_h *g,\n"
17299 "                        const char *device,\n"
17300 "                        int64_t size);\n"
17301 "\n"
17302 msgstr ""
17303
17304 # type: textblock
17305 #. type: textblock
17306 #: ../src/guestfs-actions.pod:5616
17307 msgid ""
17308 "This command is the same as C<guestfs_pvresize> except that it allows you to "
17309 "specify the new size (in bytes) explicitly."
17310 msgstr ""
17311
17312 # type: =head2
17313 #. type: =head2
17314 #: ../src/guestfs-actions.pod:5623
17315 msgid "guestfs_pvs"
17316 msgstr ""
17317
17318 # type: verbatim
17319 #. type: verbatim
17320 #: ../src/guestfs-actions.pod:5625
17321 #, no-wrap
17322 msgid ""
17323 " char **\n"
17324 " guestfs_pvs (guestfs_h *g);\n"
17325 "\n"
17326 msgstr ""
17327
17328 # type: textblock
17329 #. type: textblock
17330 #: ../src/guestfs-actions.pod:5628 ../fish/guestfish-actions.pod:3725
17331 msgid ""
17332 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
17333 "(8)> command."
17334 msgstr ""
17335
17336 # type: textblock
17337 #. type: textblock
17338 #: ../src/guestfs-actions.pod:5631 ../fish/guestfish-actions.pod:3728
17339 msgid ""
17340 "This returns a list of just the device names that contain PVs (eg. C</dev/"
17341 "sda2>)."
17342 msgstr ""
17343
17344 # type: textblock
17345 #. type: textblock
17346 #: ../src/guestfs-actions.pod:5634
17347 msgid "See also C<guestfs_pvs_full>."
17348 msgstr ""
17349
17350 # type: =head2
17351 #. type: =head2
17352 #: ../src/guestfs-actions.pod:5642
17353 msgid "guestfs_pvs_full"
17354 msgstr ""
17355
17356 # type: verbatim
17357 #. type: verbatim
17358 #: ../src/guestfs-actions.pod:5644
17359 #, no-wrap
17360 msgid ""
17361 " struct guestfs_lvm_pv_list *\n"
17362 " guestfs_pvs_full (guestfs_h *g);\n"
17363 "\n"
17364 msgstr ""
17365
17366 # type: textblock
17367 #. type: textblock
17368 #: ../src/guestfs-actions.pod:5647 ../fish/guestfish-actions.pod:3737
17369 msgid ""
17370 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
17371 "(8)> command.  The \"full\" version includes all fields."
17372 msgstr ""
17373
17374 # type: textblock
17375 #. type: textblock
17376 #: ../src/guestfs-actions.pod:5650
17377 msgid ""
17378 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
17379 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
17380 msgstr ""
17381
17382 # type: =head2
17383 #. type: =head2
17384 #: ../src/guestfs-actions.pod:5656
17385 msgid "guestfs_pvuuid"
17386 msgstr ""
17387
17388 # type: verbatim
17389 #. type: verbatim
17390 #: ../src/guestfs-actions.pod:5658
17391 #, no-wrap
17392 msgid ""
17393 " char *\n"
17394 " guestfs_pvuuid (guestfs_h *g,\n"
17395 "                 const char *device);\n"
17396 "\n"
17397 msgstr ""
17398
17399 # type: textblock
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3744
17402 msgid "This command returns the UUID of the LVM PV C<device>."
17403 msgstr ""
17404
17405 # type: =head2
17406 #. type: =head2
17407 #: ../src/guestfs-actions.pod:5669
17408 msgid "guestfs_pwrite"
17409 msgstr ""
17410
17411 # type: verbatim
17412 #. type: verbatim
17413 #: ../src/guestfs-actions.pod:5671
17414 #, no-wrap
17415 msgid ""
17416 " int\n"
17417 " guestfs_pwrite (guestfs_h *g,\n"
17418 "                 const char *path,\n"
17419 "                 const char *content,\n"
17420 "                 size_t content_size,\n"
17421 "                 int64_t offset);\n"
17422 "\n"
17423 msgstr ""
17424
17425 # type: textblock
17426 #. type: textblock
17427 #: ../src/guestfs-actions.pod:5678 ../fish/guestfish-actions.pod:3750
17428 msgid ""
17429 "This command writes to part of a file.  It writes the data buffer C<content> "
17430 "to the file C<path> starting at offset C<offset>."
17431 msgstr ""
17432
17433 # type: textblock
17434 #. type: textblock
17435 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3753
17436 msgid ""
17437 "This command implements the L<pwrite(2)> system call, and like that system "
17438 "call it may not write the full data requested.  The return value is the "
17439 "number of bytes that were actually written to the file.  This could even be "
17440 "0, although short writes are unlikely for regular files in ordinary "
17441 "circumstances."
17442 msgstr ""
17443
17444 # type: textblock
17445 #. type: textblock
17446 #: ../src/guestfs-actions.pod:5687
17447 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
17448 msgstr ""
17449
17450 # type: =head2
17451 #. type: =head2
17452 #: ../src/guestfs-actions.pod:5696
17453 msgid "guestfs_pwrite_device"
17454 msgstr ""
17455
17456 # type: verbatim
17457 #. type: verbatim
17458 #: ../src/guestfs-actions.pod:5698
17459 #, no-wrap
17460 msgid ""
17461 " int\n"
17462 " guestfs_pwrite_device (guestfs_h *g,\n"
17463 "                        const char *device,\n"
17464 "                        const char *content,\n"
17465 "                        size_t content_size,\n"
17466 "                        int64_t offset);\n"
17467 "\n"
17468 msgstr ""
17469
17470 # type: textblock
17471 #. type: textblock
17472 #: ../src/guestfs-actions.pod:5705 ../fish/guestfish-actions.pod:3768
17473 msgid ""
17474 "This command writes to part of a device.  It writes the data buffer "
17475 "C<content> to C<device> starting at offset C<offset>."
17476 msgstr ""
17477
17478 # type: textblock
17479 #. type: textblock
17480 #: ../src/guestfs-actions.pod:5708 ../fish/guestfish-actions.pod:3771
17481 msgid ""
17482 "This command implements the L<pwrite(2)> system call, and like that system "
17483 "call it may not write the full data requested (although short writes to disk "
17484 "devices and partitions are probably impossible with standard Linux kernels)."
17485 msgstr ""
17486
17487 # type: textblock
17488 #. type: textblock
17489 #: ../src/guestfs-actions.pod:5713
17490 msgid "See also C<guestfs_pwrite>."
17491 msgstr ""
17492
17493 # type: textblock
17494 #. type: textblock
17495 #: ../src/guestfs-actions.pod:5720
17496 msgid "(Added in 1.5.20)"
17497 msgstr ""
17498
17499 # type: =head2
17500 #. type: =head2
17501 #: ../src/guestfs-actions.pod:5722
17502 msgid "guestfs_read_file"
17503 msgstr ""
17504
17505 # type: verbatim
17506 #. type: verbatim
17507 #: ../src/guestfs-actions.pod:5724
17508 #, no-wrap
17509 msgid ""
17510 " char *\n"
17511 " guestfs_read_file (guestfs_h *g,\n"
17512 "                    const char *path,\n"
17513 "                    size_t *size_r);\n"
17514 "\n"
17515 msgstr ""
17516
17517 # type: textblock
17518 #. type: textblock
17519 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3785
17520 msgid "This calls returns the contents of the file C<path> as a buffer."
17521 msgstr ""
17522
17523 # type: textblock
17524 #. type: textblock
17525 #: ../src/guestfs-actions.pod:5732
17526 msgid ""
17527 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
17528 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
17529 "function is limited in the total size of file that can be handled."
17530 msgstr ""
17531
17532 # type: textblock
17533 #. type: textblock
17534 #: ../src/guestfs-actions.pod:5744
17535 msgid "(Added in 1.0.63)"
17536 msgstr ""
17537
17538 # type: =head2
17539 #. type: =head2
17540 #: ../src/guestfs-actions.pod:5746
17541 msgid "guestfs_read_lines"
17542 msgstr ""
17543
17544 # type: verbatim
17545 #. type: verbatim
17546 #: ../src/guestfs-actions.pod:5748
17547 #, no-wrap
17548 msgid ""
17549 " char **\n"
17550 " guestfs_read_lines (guestfs_h *g,\n"
17551 "                     const char *path);\n"
17552 "\n"
17553 msgstr ""
17554
17555 # type: textblock
17556 #. type: textblock
17557 #: ../src/guestfs-actions.pod:5754 ../fish/guestfish-actions.pod:3802
17558 msgid ""
17559 "The file contents are returned as a list of lines.  Trailing C<LF> and "
17560 "C<CRLF> character sequences are I<not> returned."
17561 msgstr ""
17562
17563 # type: textblock
17564 #. type: textblock
17565 #: ../src/guestfs-actions.pod:5757
17566 msgid ""
17567 "Note that this function cannot correctly handle binary files (specifically, "
17568 "files containing C<\\0> character which is treated as end of line).  For "
17569 "those you need to use the C<guestfs_read_file> function which has a more "
17570 "complex interface."
17571 msgstr ""
17572
17573 # type: =head2
17574 #. type: =head2
17575 #: ../src/guestfs-actions.pod:5768
17576 msgid "guestfs_readdir"
17577 msgstr ""
17578
17579 # type: verbatim
17580 #. type: verbatim
17581 #: ../src/guestfs-actions.pod:5770
17582 #, no-wrap
17583 msgid ""
17584 " struct guestfs_dirent_list *\n"
17585 " guestfs_readdir (guestfs_h *g,\n"
17586 "                  const char *dir);\n"
17587 "\n"
17588 msgstr ""
17589
17590 # type: textblock
17591 #. type: textblock
17592 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3814
17593 msgid "This returns the list of directory entries in directory C<dir>."
17594 msgstr ""
17595
17596 # type: textblock
17597 #. type: textblock
17598 #: ../src/guestfs-actions.pod:5776 ../fish/guestfish-actions.pod:3816
17599 msgid ""
17600 "All entries in the directory are returned, including C<.> and C<..>.  The "
17601 "entries are I<not> sorted, but returned in the same order as the underlying "
17602 "filesystem."
17603 msgstr ""
17604
17605 # type: textblock
17606 #. type: textblock
17607 #: ../src/guestfs-actions.pod:5780 ../fish/guestfish-actions.pod:3820
17608 msgid ""
17609 "Also this call returns basic file type information about each file.  The "
17610 "C<ftyp> field will contain one of the following characters:"
17611 msgstr ""
17612
17613 # type: =item
17614 #. type: =item
17615 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3825
17616 msgid "'b'"
17617 msgstr ""
17618
17619 # type: textblock
17620 #. type: textblock
17621 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3827
17622 msgid "Block special"
17623 msgstr ""
17624
17625 # type: =item
17626 #. type: =item
17627 #: ../src/guestfs-actions.pod:5789 ../fish/guestfish-actions.pod:3829
17628 msgid "'c'"
17629 msgstr ""
17630
17631 # type: textblock
17632 #. type: textblock
17633 #: ../src/guestfs-actions.pod:5791 ../fish/guestfish-actions.pod:3831
17634 msgid "Char special"
17635 msgstr ""
17636
17637 # type: =item
17638 #. type: =item
17639 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3833
17640 msgid "'d'"
17641 msgstr ""
17642
17643 # type: textblock
17644 #. type: textblock
17645 #: ../src/guestfs-actions.pod:5795 ../fish/guestfish-actions.pod:3835
17646 msgid "Directory"
17647 msgstr ""
17648
17649 # type: =item
17650 #. type: =item
17651 #: ../src/guestfs-actions.pod:5797 ../fish/guestfish-actions.pod:3837
17652 msgid "'f'"
17653 msgstr ""
17654
17655 # type: textblock
17656 #. type: textblock
17657 #: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3839
17658 msgid "FIFO (named pipe)"
17659 msgstr ""
17660
17661 # type: =item
17662 #. type: =item
17663 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3841
17664 msgid "'l'"
17665 msgstr ""
17666
17667 # type: textblock
17668 #. type: textblock
17669 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3843
17670 msgid "Symbolic link"
17671 msgstr ""
17672
17673 # type: =item
17674 #. type: =item
17675 #: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3845
17676 msgid "'r'"
17677 msgstr ""
17678
17679 # type: textblock
17680 #. type: textblock
17681 #: ../src/guestfs-actions.pod:5807 ../fish/guestfish-actions.pod:3847
17682 msgid "Regular file"
17683 msgstr ""
17684
17685 # type: =item
17686 #. type: =item
17687 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3849
17688 msgid "'s'"
17689 msgstr ""
17690
17691 # type: textblock
17692 #. type: textblock
17693 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3851
17694 msgid "Socket"
17695 msgstr ""
17696
17697 # type: =item
17698 #. type: =item
17699 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3853
17700 msgid "'u'"
17701 msgstr ""
17702
17703 # type: textblock
17704 #. type: textblock
17705 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3855
17706 msgid "Unknown file type"
17707 msgstr ""
17708
17709 # type: =item
17710 #. type: =item
17711 #: ../src/guestfs-actions.pod:5817 ../fish/guestfish-actions.pod:3857
17712 msgid "'?'"
17713 msgstr ""
17714
17715 # type: textblock
17716 #. type: textblock
17717 #: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3859
17718 msgid ""
17719 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
17720 msgstr ""
17721
17722 # type: textblock
17723 #. type: textblock
17724 #: ../src/guestfs-actions.pod:5824
17725 msgid ""
17726 "This function is primarily intended for use by programs.  To get a simple "
17727 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
17728 "consumption, use C<guestfs_ll>."
17729 msgstr ""
17730
17731 # type: textblock
17732 #. type: textblock
17733 #: ../src/guestfs-actions.pod:5828
17734 msgid ""
17735 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
17736 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
17737 msgstr ""
17738
17739 # type: =head2
17740 #. type: =head2
17741 #: ../src/guestfs-actions.pod:5834
17742 msgid "guestfs_readlink"
17743 msgstr ""
17744
17745 # type: verbatim
17746 #. type: verbatim
17747 #: ../src/guestfs-actions.pod:5836
17748 #, no-wrap
17749 msgid ""
17750 " char *\n"
17751 " guestfs_readlink (guestfs_h *g,\n"
17752 "                   const char *path);\n"
17753 "\n"
17754 msgstr ""
17755
17756 # type: textblock
17757 #. type: textblock
17758 #: ../src/guestfs-actions.pod:5840 ../fish/guestfish-actions.pod:3872
17759 msgid "This command reads the target of a symbolic link."
17760 msgstr ""
17761
17762 # type: =head2
17763 #. type: =head2
17764 #: ../src/guestfs-actions.pod:5847
17765 msgid "guestfs_readlinklist"
17766 msgstr ""
17767
17768 # type: verbatim
17769 #. type: verbatim
17770 #: ../src/guestfs-actions.pod:5849
17771 #, no-wrap
17772 msgid ""
17773 " char **\n"
17774 " guestfs_readlinklist (guestfs_h *g,\n"
17775 "                       const char *path,\n"
17776 "                       char *const *names);\n"
17777 "\n"
17778 msgstr ""
17779
17780 # type: textblock
17781 #. type: textblock
17782 #: ../src/guestfs-actions.pod:5854 ../fish/guestfish-actions.pod:3878
17783 msgid ""
17784 "This call allows you to do a C<readlink> operation on multiple files, where "
17785 "all files are in the directory C<path>.  C<names> is the list of files from "
17786 "this directory."
17787 msgstr ""
17788
17789 # type: textblock
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:5858 ../fish/guestfish-actions.pod:3882
17792 msgid ""
17793 "On return you get a list of strings, with a one-to-one correspondence to the "
17794 "C<names> list.  Each string is the value of the symbolic link."
17795 msgstr ""
17796
17797 # type: textblock
17798 #. type: textblock
17799 #: ../src/guestfs-actions.pod:5862 ../fish/guestfish-actions.pod:3886
17800 msgid ""
17801 "If the C<readlink(2)> operation fails on any name, then the corresponding "
17802 "result string is the empty string C<\"\">.  However the whole operation is "
17803 "completed even if there were C<readlink(2)> errors, and so you can call this "
17804 "function with names where you don't know if they are symbolic links already "
17805 "(albeit slightly less efficient)."
17806 msgstr ""
17807
17808 # type: textblock
17809 #. type: textblock
17810 #: ../src/guestfs-actions.pod:5869 ../fish/guestfish-actions.pod:3893
17811 msgid ""
17812 "This call is intended for programs that want to efficiently list a directory "
17813 "contents without making many round-trips.  Very long directory listings "
17814 "might cause the protocol message size to be exceeded, causing this call to "
17815 "fail.  The caller must split up such requests into smaller groups of names."
17816 msgstr ""
17817
17818 # type: =head2
17819 #. type: =head2
17820 #: ../src/guestfs-actions.pod:5882
17821 msgid "guestfs_realpath"
17822 msgstr ""
17823
17824 # type: verbatim
17825 #. type: verbatim
17826 #: ../src/guestfs-actions.pod:5884
17827 #, no-wrap
17828 msgid ""
17829 " char *\n"
17830 " guestfs_realpath (guestfs_h *g,\n"
17831 "                   const char *path);\n"
17832 "\n"
17833 msgstr ""
17834
17835 # type: textblock
17836 #. type: textblock
17837 #: ../src/guestfs-actions.pod:5888 ../fish/guestfish-actions.pod:3904
17838 msgid ""
17839 "Return the canonicalized absolute pathname of C<path>.  The returned path "
17840 "has no C<.>, C<..> or symbolic link path elements."
17841 msgstr ""
17842
17843 # type: =head2
17844 #. type: =head2
17845 #: ../src/guestfs-actions.pod:5896
17846 msgid "guestfs_removexattr"
17847 msgstr ""
17848
17849 # type: verbatim
17850 #. type: verbatim
17851 #: ../src/guestfs-actions.pod:5898
17852 #, no-wrap
17853 msgid ""
17854 " int\n"
17855 " guestfs_removexattr (guestfs_h *g,\n"
17856 "                      const char *xattr,\n"
17857 "                      const char *path);\n"
17858 "\n"
17859 msgstr ""
17860
17861 # type: textblock
17862 #. type: textblock
17863 #: ../src/guestfs-actions.pod:5903 ../fish/guestfish-actions.pod:3911
17864 msgid ""
17865 "This call removes the extended attribute named C<xattr> of the file C<path>."
17866 msgstr ""
17867
17868 # type: textblock
17869 #. type: textblock
17870 #: ../src/guestfs-actions.pod:5906
17871 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
17872 msgstr ""
17873
17874 # type: =head2
17875 #. type: =head2
17876 #: ../src/guestfs-actions.pod:5912
17877 msgid "guestfs_resize2fs"
17878 msgstr ""
17879
17880 # type: verbatim
17881 #. type: verbatim
17882 #: ../src/guestfs-actions.pod:5914
17883 #, no-wrap
17884 msgid ""
17885 " int\n"
17886 " guestfs_resize2fs (guestfs_h *g,\n"
17887 "                    const char *device);\n"
17888 "\n"
17889 msgstr ""
17890
17891 # type: textblock
17892 #. type: textblock
17893 #: ../src/guestfs-actions.pod:5918 ../fish/guestfish-actions.pod:3920
17894 msgid ""
17895 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
17896 "underlying device."
17897 msgstr ""
17898
17899 # type: textblock
17900 #. type: textblock
17901 #: ../src/guestfs-actions.pod:5921
17902 msgid ""
17903 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
17904 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
17905 "sometimes gives an error about this and sometimes not.  In any case, it is "
17906 "always safe to call C<guestfs_e2fsck_f> before calling this function."
17907 msgstr ""
17908
17909 #. type: =head2
17910 #: ../src/guestfs-actions.pod:5931
17911 msgid "guestfs_resize2fs_M"
17912 msgstr ""
17913
17914 #. type: verbatim
17915 #: ../src/guestfs-actions.pod:5933
17916 #, no-wrap
17917 msgid ""
17918 " int\n"
17919 " guestfs_resize2fs_M (guestfs_h *g,\n"
17920 "                      const char *device);\n"
17921 "\n"
17922 msgstr ""
17923
17924 #. type: textblock
17925 #: ../src/guestfs-actions.pod:5937
17926 msgid ""
17927 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
17928 "resized to its minimum size.  This works like the I<-M> option to the "
17929 "C<resize2fs> command."
17930 msgstr ""
17931
17932 #. type: textblock
17933 #: ../src/guestfs-actions.pod:5941
17934 msgid ""
17935 "To get the resulting size of the filesystem you should call "
17936 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
17937 "These two numbers, multiplied together, give the resulting size of the "
17938 "minimal filesystem in bytes."
17939 msgstr ""
17940
17941 # type: =head2
17942 #. type: =head2
17943 #: ../src/guestfs-actions.pod:5950
17944 msgid "guestfs_resize2fs_size"
17945 msgstr ""
17946
17947 # type: verbatim
17948 #. type: verbatim
17949 #: ../src/guestfs-actions.pod:5952
17950 #, no-wrap
17951 msgid ""
17952 " int\n"
17953 " guestfs_resize2fs_size (guestfs_h *g,\n"
17954 "                         const char *device,\n"
17955 "                         int64_t size);\n"
17956 "\n"
17957 msgstr ""
17958
17959 # type: textblock
17960 #. type: textblock
17961 #: ../src/guestfs-actions.pod:5957
17962 msgid ""
17963 "This command is the same as C<guestfs_resize2fs> except that it allows you "
17964 "to specify the new size (in bytes) explicitly."
17965 msgstr ""
17966
17967 # type: =head2
17968 #. type: =head2
17969 #: ../src/guestfs-actions.pod:5964
17970 msgid "guestfs_rm"
17971 msgstr ""
17972
17973 # type: verbatim
17974 #. type: verbatim
17975 #: ../src/guestfs-actions.pod:5966
17976 #, no-wrap
17977 msgid ""
17978 " int\n"
17979 " guestfs_rm (guestfs_h *g,\n"
17980 "             const char *path);\n"
17981 "\n"
17982 msgstr ""
17983
17984 # type: textblock
17985 #. type: textblock
17986 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:3953
17987 msgid "Remove the single file C<path>."
17988 msgstr ""
17989
17990 # type: =head2
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:5976
17993 msgid "guestfs_rm_rf"
17994 msgstr ""
17995
17996 # type: verbatim
17997 #. type: verbatim
17998 #: ../src/guestfs-actions.pod:5978
17999 #, no-wrap
18000 msgid ""
18001 " int\n"
18002 " guestfs_rm_rf (guestfs_h *g,\n"
18003 "                const char *path);\n"
18004 "\n"
18005 msgstr ""
18006
18007 # type: textblock
18008 #. type: textblock
18009 #: ../src/guestfs-actions.pod:5982 ../fish/guestfish-actions.pod:3959
18010 msgid ""
18011 "Remove the file or directory C<path>, recursively removing the contents if "
18012 "its a directory.  This is like the C<rm -rf> shell command."
18013 msgstr ""
18014
18015 # type: =head2
18016 #. type: =head2
18017 #: ../src/guestfs-actions.pod:5990
18018 msgid "guestfs_rmdir"
18019 msgstr ""
18020
18021 # type: verbatim
18022 #. type: verbatim
18023 #: ../src/guestfs-actions.pod:5992
18024 #, no-wrap
18025 msgid ""
18026 " int\n"
18027 " guestfs_rmdir (guestfs_h *g,\n"
18028 "                const char *path);\n"
18029 "\n"
18030 msgstr ""
18031
18032 # type: textblock
18033 #. type: textblock
18034 #: ../src/guestfs-actions.pod:5996 ../fish/guestfish-actions.pod:3967
18035 msgid "Remove the single directory C<path>."
18036 msgstr ""
18037
18038 # type: =head2
18039 #. type: =head2
18040 #: ../src/guestfs-actions.pod:6002
18041 msgid "guestfs_rmmountpoint"
18042 msgstr ""
18043
18044 # type: verbatim
18045 #. type: verbatim
18046 #: ../src/guestfs-actions.pod:6004
18047 #, no-wrap
18048 msgid ""
18049 " int\n"
18050 " guestfs_rmmountpoint (guestfs_h *g,\n"
18051 "                       const char *exemptpath);\n"
18052 "\n"
18053 msgstr ""
18054
18055 # type: textblock
18056 #. type: textblock
18057 #: ../src/guestfs-actions.pod:6008
18058 msgid ""
18059 "This calls removes a mountpoint that was previously created with "
18060 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
18061 msgstr ""
18062
18063 # type: =head2
18064 #. type: =head2
18065 #: ../src/guestfs-actions.pod:6016
18066 msgid "guestfs_scrub_device"
18067 msgstr ""
18068
18069 # type: verbatim
18070 #. type: verbatim
18071 #: ../src/guestfs-actions.pod:6018
18072 #, no-wrap
18073 msgid ""
18074 " int\n"
18075 " guestfs_scrub_device (guestfs_h *g,\n"
18076 "                       const char *device);\n"
18077 "\n"
18078 msgstr ""
18079
18080 # type: textblock
18081 #. type: textblock
18082 #: ../src/guestfs-actions.pod:6022 ../fish/guestfish-actions.pod:3981
18083 msgid ""
18084 "This command writes patterns over C<device> to make data retrieval more "
18085 "difficult."
18086 msgstr ""
18087
18088 # type: textblock
18089 #. type: textblock
18090 #: ../src/guestfs-actions.pod:6025 ../src/guestfs-actions.pod:6046
18091 #: ../src/guestfs-actions.pod:6065 ../fish/guestfish-actions.pod:3984
18092 #: ../fish/guestfish-actions.pod:3999 ../fish/guestfish-actions.pod:4012
18093 msgid ""
18094 "It is an interface to the L<scrub(1)> program.  See that manual page for "
18095 "more details."
18096 msgstr ""
18097
18098 # type: textblock
18099 #. type: textblock
18100 #: ../src/guestfs-actions.pod:6033 ../src/guestfs-actions.pod:6051
18101 #: ../src/guestfs-actions.pod:6070
18102 msgid "(Added in 1.0.52)"
18103 msgstr ""
18104
18105 # type: =head2
18106 #. type: =head2
18107 #: ../src/guestfs-actions.pod:6035
18108 msgid "guestfs_scrub_file"
18109 msgstr ""
18110
18111 # type: verbatim
18112 #. type: verbatim
18113 #: ../src/guestfs-actions.pod:6037
18114 #, no-wrap
18115 msgid ""
18116 " int\n"
18117 " guestfs_scrub_file (guestfs_h *g,\n"
18118 "                     const char *file);\n"
18119 "\n"
18120 msgstr ""
18121
18122 # type: textblock
18123 #. type: textblock
18124 #: ../src/guestfs-actions.pod:6041 ../fish/guestfish-actions.pod:3994
18125 msgid ""
18126 "This command writes patterns over a file to make data retrieval more "
18127 "difficult."
18128 msgstr ""
18129
18130 # type: textblock
18131 #. type: textblock
18132 #: ../src/guestfs-actions.pod:6044 ../fish/guestfish-actions.pod:3997
18133 msgid "The file is I<removed> after scrubbing."
18134 msgstr ""
18135
18136 # type: =head2
18137 #. type: =head2
18138 #: ../src/guestfs-actions.pod:6053
18139 msgid "guestfs_scrub_freespace"
18140 msgstr ""
18141
18142 # type: verbatim
18143 #. type: verbatim
18144 #: ../src/guestfs-actions.pod:6055
18145 #, no-wrap
18146 msgid ""
18147 " int\n"
18148 " guestfs_scrub_freespace (guestfs_h *g,\n"
18149 "                          const char *dir);\n"
18150 "\n"
18151 msgstr ""
18152
18153 # type: textblock
18154 #. type: textblock
18155 #: ../src/guestfs-actions.pod:6059
18156 msgid ""
18157 "This command creates the directory C<dir> and then fills it with files until "
18158 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
18159 "and deletes them.  The intention is to scrub any free space on the partition "
18160 "containing C<dir>."
18161 msgstr ""
18162
18163 # type: =head2
18164 #. type: =head2
18165 #: ../src/guestfs-actions.pod:6072
18166 msgid "guestfs_set_append"
18167 msgstr ""
18168
18169 # type: verbatim
18170 #. type: verbatim
18171 #: ../src/guestfs-actions.pod:6074
18172 #, no-wrap
18173 msgid ""
18174 " int\n"
18175 " guestfs_set_append (guestfs_h *g,\n"
18176 "                     const char *append);\n"
18177 "\n"
18178 msgstr ""
18179
18180 # type: textblock
18181 #. type: textblock
18182 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4021
18183 msgid ""
18184 "This function is used to add additional options to the guest kernel command "
18185 "line."
18186 msgstr ""
18187
18188 # type: textblock
18189 #. type: textblock
18190 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4024
18191 msgid ""
18192 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
18193 "environment variable."
18194 msgstr ""
18195
18196 # type: textblock
18197 #. type: textblock
18198 #: ../src/guestfs-actions.pod:6084 ../fish/guestfish-actions.pod:4027
18199 msgid ""
18200 "Setting C<append> to C<NULL> means I<no> additional options are passed "
18201 "(libguestfs always adds a few of its own)."
18202 msgstr ""
18203
18204 #. type: =head2
18205 #: ../src/guestfs-actions.pod:6091
18206 msgid "guestfs_set_attach_method"
18207 msgstr ""
18208
18209 #. type: verbatim
18210 #: ../src/guestfs-actions.pod:6093
18211 #, no-wrap
18212 msgid ""
18213 " int\n"
18214 " guestfs_set_attach_method (guestfs_h *g,\n"
18215 "                            const char *attachmethod);\n"
18216 "\n"
18217 msgstr ""
18218
18219 #. type: textblock
18220 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4036
18221 msgid ""
18222 "Set the method that libguestfs uses to connect to the back end guestfsd "
18223 "daemon.  Possible methods are:"
18224 msgstr ""
18225
18226 #. type: textblock
18227 #: ../src/guestfs-actions.pod:6104 ../fish/guestfish-actions.pod:4043
18228 msgid ""
18229 "Launch an appliance and connect to it.  This is the ordinary method and the "
18230 "default."
18231 msgstr ""
18232
18233 #. type: =item
18234 #: ../src/guestfs-actions.pod:6107 ../fish/guestfish-actions.pod:4046
18235 msgid "C<unix:I<path>>"
18236 msgstr ""
18237
18238 #. type: textblock
18239 #: ../src/guestfs-actions.pod:6109 ../fish/guestfish-actions.pod:4048
18240 msgid "Connect to the Unix domain socket I<path>."
18241 msgstr ""
18242
18243 #. type: textblock
18244 #: ../src/guestfs-actions.pod:6111 ../fish/guestfish-actions.pod:4050
18245 msgid ""
18246 "This method lets you connect to an existing daemon or (using virtio-serial) "
18247 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
18248 "RUNNING DAEMONS>."
18249 msgstr ""
18250
18251 # type: =head2
18252 #. type: =head2
18253 #: ../src/guestfs-actions.pod:6121
18254 msgid "guestfs_set_autosync"
18255 msgstr ""
18256
18257 # type: verbatim
18258 #. type: verbatim
18259 #: ../src/guestfs-actions.pod:6123
18260 #, no-wrap
18261 msgid ""
18262 " int\n"
18263 " guestfs_set_autosync (guestfs_h *g,\n"
18264 "                       int autosync);\n"
18265 "\n"
18266 msgstr ""
18267
18268 #. type: textblock
18269 #: ../src/guestfs-actions.pod:6127 ../fish/guestfish-actions.pod:4062
18270 msgid ""
18271 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
18272 "effort attempt to make filesystems consistent and synchronized when the "
18273 "handle is closed (also if the program exits without closing handles)."
18274 msgstr ""
18275
18276 # type: textblock
18277 #. type: textblock
18278 #: ../src/guestfs-actions.pod:6132 ../fish/guestfish-actions.pod:4067
18279 msgid ""
18280 "This is enabled by default (since libguestfs 1.5.24, previously it was "
18281 "disabled by default)."
18282 msgstr ""
18283
18284 # type: =head2
18285 #. type: =head2
18286 #: ../src/guestfs-actions.pod:6139
18287 msgid "guestfs_set_direct"
18288 msgstr ""
18289
18290 # type: verbatim
18291 #. type: verbatim
18292 #: ../src/guestfs-actions.pod:6141
18293 #, no-wrap
18294 msgid ""
18295 " int\n"
18296 " guestfs_set_direct (guestfs_h *g,\n"
18297 "                     int direct);\n"
18298 "\n"
18299 msgstr ""
18300
18301 # type: textblock
18302 #. type: textblock
18303 #: ../src/guestfs-actions.pod:6145 ../fish/guestfish-actions.pod:4076
18304 msgid ""
18305 "If the direct appliance mode flag is enabled, then stdin and stdout are "
18306 "passed directly through to the appliance once it is launched."
18307 msgstr ""
18308
18309 # type: textblock
18310 #. type: textblock
18311 #: ../src/guestfs-actions.pod:6149
18312 msgid ""
18313 "One consequence of this is that log messages aren't caught by the library "
18314 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
18315 "stdout."
18316 msgstr ""
18317
18318 # type: textblock
18319 #. type: textblock
18320 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4084
18321 msgid "You probably don't want to use this unless you know what you are doing."
18322 msgstr ""
18323
18324 # type: textblock
18325 #. type: textblock
18326 #: ../src/guestfs-actions.pod:6156 ../fish/guestfish-actions.pod:4087
18327 msgid "The default is disabled."
18328 msgstr ""
18329
18330 # type: =head2
18331 #. type: =head2
18332 #: ../src/guestfs-actions.pod:6162
18333 msgid "guestfs_set_e2label"
18334 msgstr ""
18335
18336 # type: verbatim
18337 #. type: verbatim
18338 #: ../src/guestfs-actions.pod:6164
18339 #, no-wrap
18340 msgid ""
18341 " int\n"
18342 " guestfs_set_e2label (guestfs_h *g,\n"
18343 "                      const char *device,\n"
18344 "                      const char *label);\n"
18345 "\n"
18346 msgstr ""
18347
18348 # type: textblock
18349 #. type: textblock
18350 #: ../src/guestfs-actions.pod:6169 ../fish/guestfish-actions.pod:4093
18351 msgid ""
18352 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
18353 "C<label>.  Filesystem labels are limited to 16 characters."
18354 msgstr ""
18355
18356 # type: textblock
18357 #. type: textblock
18358 #: ../src/guestfs-actions.pod:6173
18359 msgid ""
18360 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
18361 "the existing label on a filesystem."
18362 msgstr ""
18363
18364 # type: =head2
18365 #. type: =head2
18366 #: ../src/guestfs-actions.pod:6180
18367 msgid "guestfs_set_e2uuid"
18368 msgstr ""
18369
18370 # type: verbatim
18371 #. type: verbatim
18372 #: ../src/guestfs-actions.pod:6182
18373 #, no-wrap
18374 msgid ""
18375 " int\n"
18376 " guestfs_set_e2uuid (guestfs_h *g,\n"
18377 "                     const char *device,\n"
18378 "                     const char *uuid);\n"
18379 "\n"
18380 msgstr ""
18381
18382 # type: textblock
18383 #. type: textblock
18384 #: ../src/guestfs-actions.pod:6187 ../fish/guestfish-actions.pod:4104
18385 msgid ""
18386 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
18387 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
18388 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
18389 msgstr ""
18390
18391 # type: textblock
18392 #. type: textblock
18393 #: ../src/guestfs-actions.pod:6192
18394 msgid ""
18395 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
18396 "the existing UUID of a filesystem."
18397 msgstr ""
18398
18399 # type: =head2
18400 #. type: =head2
18401 #: ../src/guestfs-actions.pod:6199
18402 msgid "guestfs_set_memsize"
18403 msgstr ""
18404
18405 # type: verbatim
18406 #. type: verbatim
18407 #: ../src/guestfs-actions.pod:6201
18408 #, no-wrap
18409 msgid ""
18410 " int\n"
18411 " guestfs_set_memsize (guestfs_h *g,\n"
18412 "                      int memsize);\n"
18413 "\n"
18414 msgstr ""
18415
18416 # type: textblock
18417 #. type: textblock
18418 #: ../src/guestfs-actions.pod:6205
18419 msgid ""
18420 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
18421 "This only has any effect if called before C<guestfs_launch>."
18422 msgstr ""
18423
18424 # type: textblock
18425 #. type: textblock
18426 #: ../src/guestfs-actions.pod:6209 ../fish/guestfish-actions.pod:4122
18427 msgid ""
18428 "You can also change this by setting the environment variable "
18429 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
18430 msgstr ""
18431
18432 # type: =head2
18433 #. type: =head2
18434 #: ../src/guestfs-actions.pod:6220
18435 msgid "guestfs_set_network"
18436 msgstr ""
18437
18438 # type: verbatim
18439 #. type: verbatim
18440 #: ../src/guestfs-actions.pod:6222
18441 #, no-wrap
18442 msgid ""
18443 " int\n"
18444 " guestfs_set_network (guestfs_h *g,\n"
18445 "                      int network);\n"
18446 "\n"
18447 msgstr ""
18448
18449 # type: textblock
18450 #. type: textblock
18451 #: ../src/guestfs-actions.pod:6226 ../fish/guestfish-actions.pod:4135
18452 msgid ""
18453 "If C<network> is true, then the network is enabled in the libguestfs "
18454 "appliance.  The default is false."
18455 msgstr ""
18456
18457 # type: textblock
18458 #. type: textblock
18459 #: ../src/guestfs-actions.pod:6229 ../fish/guestfish-actions.pod:4138
18460 msgid ""
18461 "This affects whether commands are able to access the network (see L<guestfs"
18462 "(3)/RUNNING COMMANDS>)."
18463 msgstr ""
18464
18465 # type: textblock
18466 #. type: textblock
18467 #: ../src/guestfs-actions.pod:6232
18468 msgid ""
18469 "You must call this before calling C<guestfs_launch>, otherwise it has no "
18470 "effect."
18471 msgstr ""
18472
18473 # type: =head2
18474 #. type: =head2
18475 #: ../src/guestfs-actions.pod:6239
18476 msgid "guestfs_set_path"
18477 msgstr ""
18478
18479 # type: verbatim
18480 #. type: verbatim
18481 #: ../src/guestfs-actions.pod:6241
18482 #, no-wrap
18483 msgid ""
18484 " int\n"
18485 " guestfs_set_path (guestfs_h *g,\n"
18486 "                   const char *searchpath);\n"
18487 "\n"
18488 msgstr ""
18489
18490 # type: textblock
18491 #. type: textblock
18492 #: ../src/guestfs-actions.pod:6245 ../fish/guestfish-actions.pod:4150
18493 msgid "Set the path that libguestfs searches for kernel and initrd.img."
18494 msgstr ""
18495
18496 # type: textblock
18497 #. type: textblock
18498 #: ../src/guestfs-actions.pod:6247 ../fish/guestfish-actions.pod:4152
18499 msgid ""
18500 "The default is C<$libdir/guestfs> unless overridden by setting "
18501 "C<LIBGUESTFS_PATH> environment variable."
18502 msgstr ""
18503
18504 # type: textblock
18505 #. type: textblock
18506 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4155
18507 msgid "Setting C<path> to C<NULL> restores the default path."
18508 msgstr ""
18509
18510 # type: =head2
18511 #. type: =head2
18512 #: ../src/guestfs-actions.pod:6256
18513 msgid "guestfs_set_qemu"
18514 msgstr ""
18515
18516 # type: verbatim
18517 #. type: verbatim
18518 #: ../src/guestfs-actions.pod:6258
18519 #, no-wrap
18520 msgid ""
18521 " int\n"
18522 " guestfs_set_qemu (guestfs_h *g,\n"
18523 "                   const char *qemu);\n"
18524 "\n"
18525 msgstr ""
18526
18527 # type: textblock
18528 #. type: textblock
18529 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4163
18530 msgid "Set the qemu binary that we will use."
18531 msgstr ""
18532
18533 # type: textblock
18534 #. type: textblock
18535 #: ../src/guestfs-actions.pod:6264 ../fish/guestfish-actions.pod:4165
18536 msgid ""
18537 "The default is chosen when the library was compiled by the configure script."
18538 msgstr ""
18539
18540 # type: textblock
18541 #. type: textblock
18542 #: ../src/guestfs-actions.pod:6267 ../fish/guestfish-actions.pod:4168
18543 msgid ""
18544 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
18545 "variable."
18546 msgstr ""
18547
18548 # type: textblock
18549 #. type: textblock
18550 #: ../src/guestfs-actions.pod:6270 ../fish/guestfish-actions.pod:4171
18551 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
18552 msgstr ""
18553
18554 # type: textblock
18555 #. type: textblock
18556 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4173
18557 msgid ""
18558 "Note that you should call this function as early as possible after creating "
18559 "the handle.  This is because some pre-launch operations depend on testing "
18560 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
18561 "don't retest features, and so you might see inconsistent results.  Using the "
18562 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
18563 "the qemu binary at the same time as the handle is created."
18564 msgstr ""
18565
18566 # type: =head2
18567 #. type: =head2
18568 #: ../src/guestfs-actions.pod:6284
18569 msgid "guestfs_set_recovery_proc"
18570 msgstr ""
18571
18572 # type: verbatim
18573 #. type: verbatim
18574 #: ../src/guestfs-actions.pod:6286
18575 #, no-wrap
18576 msgid ""
18577 " int\n"
18578 " guestfs_set_recovery_proc (guestfs_h *g,\n"
18579 "                            int recoveryproc);\n"
18580 "\n"
18581 msgstr ""
18582
18583 # type: textblock
18584 #. type: textblock
18585 #: ../src/guestfs-actions.pod:6290
18586 msgid ""
18587 "If this is called with the parameter C<false> then C<guestfs_launch> does "
18588 "not create a recovery process.  The purpose of the recovery process is to "
18589 "stop runaway qemu processes in the case where the main program aborts "
18590 "abruptly."
18591 msgstr ""
18592
18593 # type: textblock
18594 #. type: textblock
18595 #: ../src/guestfs-actions.pod:6295
18596 msgid ""
18597 "This only has any effect if called before C<guestfs_launch>, and the default "
18598 "is true."
18599 msgstr ""
18600
18601 # type: textblock
18602 #. type: textblock
18603 #: ../src/guestfs-actions.pod:6298 ../fish/guestfish-actions.pod:4195
18604 msgid ""
18605 "About the only time when you would want to disable this is if the main "
18606 "process will fork itself into the background (\"daemonize\" itself).  In "
18607 "this case the recovery process thinks that the main program has disappeared "
18608 "and so kills qemu, which is not very helpful."
18609 msgstr ""
18610
18611 # type: =head2
18612 #. type: =head2
18613 #: ../src/guestfs-actions.pod:6308
18614 msgid "guestfs_set_selinux"
18615 msgstr ""
18616
18617 # type: verbatim
18618 #. type: verbatim
18619 #: ../src/guestfs-actions.pod:6310
18620 #, no-wrap
18621 msgid ""
18622 " int\n"
18623 " guestfs_set_selinux (guestfs_h *g,\n"
18624 "                      int selinux);\n"
18625 "\n"
18626 msgstr ""
18627
18628 # type: textblock
18629 #. type: textblock
18630 #: ../src/guestfs-actions.pod:6314 ../fish/guestfish-actions.pod:4207
18631 msgid ""
18632 "This sets the selinux flag that is passed to the appliance at boot time.  "
18633 "The default is C<selinux=0> (disabled)."
18634 msgstr ""
18635
18636 # type: textblock
18637 #. type: textblock
18638 #: ../src/guestfs-actions.pod:6317 ../fish/guestfish-actions.pod:4210
18639 msgid ""
18640 "Note that if SELinux is enabled, it is always in Permissive mode "
18641 "(C<enforcing=0>)."
18642 msgstr ""
18643
18644 # type: =head2
18645 #. type: =head2
18646 #: ../src/guestfs-actions.pod:6327
18647 msgid "guestfs_set_trace"
18648 msgstr ""
18649
18650 # type: verbatim
18651 #. type: verbatim
18652 #: ../src/guestfs-actions.pod:6329
18653 #, no-wrap
18654 msgid ""
18655 " int\n"
18656 " guestfs_set_trace (guestfs_h *g,\n"
18657 "                    int trace);\n"
18658 "\n"
18659 msgstr ""
18660
18661 #. type: textblock
18662 #: ../src/guestfs-actions.pod:6333 ../fish/guestfish-actions.pod:4222
18663 msgid ""
18664 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
18665 "return values are traced."
18666 msgstr ""
18667
18668 # type: textblock
18669 #. type: textblock
18670 #: ../src/guestfs-actions.pod:6336 ../fish/guestfish-actions.pod:4225
18671 msgid ""
18672 "If you want to trace C API calls into libguestfs (and other libraries) then "
18673 "possibly a better way is to use the external ltrace(1) command."
18674 msgstr ""
18675
18676 # type: textblock
18677 #. type: textblock
18678 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4229
18679 msgid ""
18680 "Command traces are disabled unless the environment variable "
18681 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
18682 msgstr ""
18683
18684 #. type: textblock
18685 #: ../src/guestfs-actions.pod:6343
18686 msgid ""
18687 "Trace messages are normally sent to C<stderr>, unless you register a "
18688 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18689 msgstr ""
18690
18691 # type: =head2
18692 #. type: =head2
18693 #: ../src/guestfs-actions.pod:6351
18694 msgid "guestfs_set_verbose"
18695 msgstr ""
18696
18697 # type: verbatim
18698 #. type: verbatim
18699 #: ../src/guestfs-actions.pod:6353
18700 #, no-wrap
18701 msgid ""
18702 " int\n"
18703 " guestfs_set_verbose (guestfs_h *g,\n"
18704 "                      int verbose);\n"
18705 "\n"
18706 msgstr ""
18707
18708 #. type: textblock
18709 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4242
18710 msgid "If C<verbose> is true, this turns on verbose messages."
18711 msgstr ""
18712
18713 # type: textblock
18714 #. type: textblock
18715 #: ../src/guestfs-actions.pod:6359 ../fish/guestfish-actions.pod:4244
18716 msgid ""
18717 "Verbose messages are disabled unless the environment variable "
18718 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
18719 msgstr ""
18720
18721 #. type: textblock
18722 #: ../src/guestfs-actions.pod:6362
18723 msgid ""
18724 "Verbose messages are normally sent to C<stderr>, unless you register a "
18725 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18726 msgstr ""
18727
18728 # type: =head2
18729 #. type: =head2
18730 #: ../src/guestfs-actions.pod:6370
18731 msgid "guestfs_setcon"
18732 msgstr ""
18733
18734 # type: verbatim
18735 #. type: verbatim
18736 #: ../src/guestfs-actions.pod:6372
18737 #, no-wrap
18738 msgid ""
18739 " int\n"
18740 " guestfs_setcon (guestfs_h *g,\n"
18741 "                 const char *context);\n"
18742 "\n"
18743 msgstr ""
18744
18745 # type: textblock
18746 #. type: textblock
18747 #: ../src/guestfs-actions.pod:6376 ../fish/guestfish-actions.pod:4255
18748 msgid ""
18749 "This sets the SELinux security context of the daemon to the string "
18750 "C<context>."
18751 msgstr ""
18752
18753 # type: textblock
18754 #. type: textblock
18755 #: ../src/guestfs-actions.pod:6379 ../fish/guestfish-actions.pod:4258
18756 msgid "See the documentation about SELINUX in L<guestfs(3)>."
18757 msgstr ""
18758
18759 # type: =head2
18760 #. type: =head2
18761 #: ../src/guestfs-actions.pod:6385
18762 msgid "guestfs_setxattr"
18763 msgstr ""
18764
18765 # type: verbatim
18766 #. type: verbatim
18767 #: ../src/guestfs-actions.pod:6387
18768 #, no-wrap
18769 msgid ""
18770 " int\n"
18771 " guestfs_setxattr (guestfs_h *g,\n"
18772 "                   const char *xattr,\n"
18773 "                   const char *val,\n"
18774 "                   int vallen,\n"
18775 "                   const char *path);\n"
18776 "\n"
18777 msgstr ""
18778
18779 # type: textblock
18780 #. type: textblock
18781 #: ../src/guestfs-actions.pod:6394 ../fish/guestfish-actions.pod:4264
18782 msgid ""
18783 "This call sets the extended attribute named C<xattr> of the file C<path> to "
18784 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
18785 msgstr ""
18786
18787 # type: textblock
18788 #. type: textblock
18789 #: ../src/guestfs-actions.pod:6398
18790 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
18791 msgstr ""
18792
18793 # type: =head2
18794 #. type: =head2
18795 #: ../src/guestfs-actions.pod:6404
18796 msgid "guestfs_sfdisk"
18797 msgstr ""
18798
18799 # type: verbatim
18800 #. type: verbatim
18801 #: ../src/guestfs-actions.pod:6406
18802 #, no-wrap
18803 msgid ""
18804 " int\n"
18805 " guestfs_sfdisk (guestfs_h *g,\n"
18806 "                 const char *device,\n"
18807 "                 int cyls,\n"
18808 "                 int heads,\n"
18809 "                 int sectors,\n"
18810 "                 char *const *lines);\n"
18811 "\n"
18812 msgstr ""
18813
18814 # type: textblock
18815 #. type: textblock
18816 #: ../src/guestfs-actions.pod:6414 ../fish/guestfish-actions.pod:4274
18817 msgid ""
18818 "This is a direct interface to the L<sfdisk(8)> program for creating "
18819 "partitions on block devices."
18820 msgstr ""
18821
18822 # type: textblock
18823 #. type: textblock
18824 #: ../src/guestfs-actions.pod:6417 ../fish/guestfish-actions.pod:4277
18825 msgid "C<device> should be a block device, for example C</dev/sda>."
18826 msgstr ""
18827
18828 # type: textblock
18829 #. type: textblock
18830 #: ../src/guestfs-actions.pod:6419 ../fish/guestfish-actions.pod:4279
18831 msgid ""
18832 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
18833 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
18834 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
18835 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
18836 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
18837 "the kernel) cannot work out the right geometry and you will need to tell it."
18838 msgstr ""
18839
18840 # type: textblock
18841 #. type: textblock
18842 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4287
18843 msgid ""
18844 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
18845 "refer to the L<sfdisk(8)> manpage."
18846 msgstr ""
18847
18848 # type: textblock
18849 #. type: textblock
18850 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4290
18851 msgid ""
18852 "To create a single partition occupying the whole disk, you would pass "
18853 "C<lines> as a single element list, when the single element being the string "
18854 "C<,> (comma)."
18855 msgstr ""
18856
18857 # type: textblock
18858 #. type: textblock
18859 #: ../src/guestfs-actions.pod:6434
18860 msgid ""
18861 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
18862 msgstr ""
18863
18864 #. type: textblock
18865 #: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6472
18866 #: ../src/guestfs-actions.pod:6505 ../fish/guestfish-actions.pod:4300
18867 #: ../fish/guestfish-actions.pod:4323 ../fish/guestfish-actions.pod:4345
18868 msgid ""
18869 "This function is deprecated.  In new code, use the C<part_add> call instead."
18870 msgstr ""
18871
18872 # type: =head2
18873 #. type: =head2
18874 #: ../src/guestfs-actions.pod:6451
18875 msgid "guestfs_sfdiskM"
18876 msgstr ""
18877
18878 # type: verbatim
18879 #. type: verbatim
18880 #: ../src/guestfs-actions.pod:6453
18881 #, no-wrap
18882 msgid ""
18883 " int\n"
18884 " guestfs_sfdiskM (guestfs_h *g,\n"
18885 "                  const char *device,\n"
18886 "                  char *const *lines);\n"
18887 "\n"
18888 msgstr ""
18889
18890 # type: textblock
18891 #. type: textblock
18892 #: ../src/guestfs-actions.pod:6458
18893 msgid ""
18894 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
18895 "partition sizes are specified in megabytes only (rounded to the nearest "
18896 "cylinder) and you don't need to specify the cyls, heads and sectors "
18897 "parameters which were rarely if ever used anyway."
18898 msgstr ""
18899
18900 # type: textblock
18901 #. type: textblock
18902 #: ../src/guestfs-actions.pod:6464
18903 msgid ""
18904 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
18905 "C<guestfs_part_disk>"
18906 msgstr ""
18907
18908 # type: =head2
18909 #. type: =head2
18910 #: ../src/guestfs-actions.pod:6481
18911 msgid "guestfs_sfdisk_N"
18912 msgstr ""
18913
18914 # type: verbatim
18915 #. type: verbatim
18916 #: ../src/guestfs-actions.pod:6483
18917 #, no-wrap
18918 msgid ""
18919 " int\n"
18920 " guestfs_sfdisk_N (guestfs_h *g,\n"
18921 "                   const char *device,\n"
18922 "                   int partnum,\n"
18923 "                   int cyls,\n"
18924 "                   int heads,\n"
18925 "                   int sectors,\n"
18926 "                   const char *line);\n"
18927 "\n"
18928 msgstr ""
18929
18930 # type: textblock
18931 #. type: textblock
18932 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4334
18933 msgid ""
18934 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
18935 "(note: C<n> counts from 1)."
18936 msgstr ""
18937
18938 # type: textblock
18939 #. type: textblock
18940 #: ../src/guestfs-actions.pod:6495
18941 msgid ""
18942 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
18943 "for the cyls/heads/sectors parameters."
18944 msgstr ""
18945
18946 # type: textblock
18947 #. type: textblock
18948 #: ../src/guestfs-actions.pod:6498
18949 msgid "See also: C<guestfs_part_add>"
18950 msgstr ""
18951
18952 # type: =head2
18953 #. type: =head2
18954 #: ../src/guestfs-actions.pod:6514
18955 msgid "guestfs_sfdisk_disk_geometry"
18956 msgstr ""
18957
18958 # type: verbatim
18959 #. type: verbatim
18960 #: ../src/guestfs-actions.pod:6516
18961 #, no-wrap
18962 msgid ""
18963 " char *\n"
18964 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
18965 "                               const char *device);\n"
18966 "\n"
18967 msgstr ""
18968
18969 # type: textblock
18970 #. type: textblock
18971 #: ../src/guestfs-actions.pod:6520
18972 msgid ""
18973 "This displays the disk geometry of C<device> read from the partition table.  "
18974 "Especially in the case where the underlying block device has been resized, "
18975 "this can be different from the kernel's idea of the geometry (see "
18976 "C<guestfs_sfdisk_kernel_geometry>)."
18977 msgstr ""
18978
18979 # type: textblock
18980 #. type: textblock
18981 #: ../src/guestfs-actions.pod:6525 ../src/guestfs-actions.pod:6541
18982 #: ../fish/guestfish-actions.pod:4361 ../fish/guestfish-actions.pod:4370
18983 msgid "The result is in human-readable format, and not designed to be parsed."
18984 msgstr ""
18985
18986 # type: =head2
18987 #. type: =head2
18988 #: ../src/guestfs-actions.pod:6533
18989 msgid "guestfs_sfdisk_kernel_geometry"
18990 msgstr ""
18991
18992 # type: verbatim
18993 #. type: verbatim
18994 #: ../src/guestfs-actions.pod:6535
18995 #, no-wrap
18996 msgid ""
18997 " char *\n"
18998 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
18999 "                                 const char *device);\n"
19000 "\n"
19001 msgstr ""
19002
19003 # type: textblock
19004 #. type: textblock
19005 #: ../src/guestfs-actions.pod:6539 ../fish/guestfish-actions.pod:4368
19006 msgid "This displays the kernel's idea of the geometry of C<device>."
19007 msgstr ""
19008
19009 # type: =head2
19010 #. type: =head2
19011 #: ../src/guestfs-actions.pod:6549
19012 msgid "guestfs_sfdisk_l"
19013 msgstr ""
19014
19015 # type: verbatim
19016 #. type: verbatim
19017 #: ../src/guestfs-actions.pod:6551
19018 #, no-wrap
19019 msgid ""
19020 " char *\n"
19021 " guestfs_sfdisk_l (guestfs_h *g,\n"
19022 "                   const char *device);\n"
19023 "\n"
19024 msgstr ""
19025
19026 # type: textblock
19027 #. type: textblock
19028 #: ../src/guestfs-actions.pod:6555 ../fish/guestfish-actions.pod:4377
19029 msgid ""
19030 "This displays the partition table on C<device>, in the human-readable output "
19031 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
19032 msgstr ""
19033
19034 # type: textblock
19035 #. type: textblock
19036 #: ../src/guestfs-actions.pod:6559
19037 msgid "See also: C<guestfs_part_list>"
19038 msgstr ""
19039
19040 #. type: textblock
19041 #: ../src/guestfs-actions.pod:6564 ../fish/guestfish-actions.pod:4383
19042 msgid ""
19043 "This function is deprecated.  In new code, use the C<part_list> call instead."
19044 msgstr ""
19045
19046 # type: =head2
19047 #. type: =head2
19048 #: ../src/guestfs-actions.pod:6573
19049 msgid "guestfs_sh"
19050 msgstr ""
19051
19052 # type: verbatim
19053 #. type: verbatim
19054 #: ../src/guestfs-actions.pod:6575
19055 #, no-wrap
19056 msgid ""
19057 " char *\n"
19058 " guestfs_sh (guestfs_h *g,\n"
19059 "             const char *command);\n"
19060 "\n"
19061 msgstr ""
19062
19063 # type: textblock
19064 #. type: textblock
19065 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4394
19066 msgid ""
19067 "This call runs a command from the guest filesystem via the guest's C</bin/"
19068 "sh>."
19069 msgstr ""
19070
19071 # type: textblock
19072 #. type: textblock
19073 #: ../src/guestfs-actions.pod:6582
19074 msgid "This is like C<guestfs_command>, but passes the command to:"
19075 msgstr ""
19076
19077 # type: verbatim
19078 #. type: verbatim
19079 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4399
19080 #, no-wrap
19081 msgid ""
19082 " /bin/sh -c \"command\"\n"
19083 "\n"
19084 msgstr ""
19085
19086 # type: textblock
19087 #. type: textblock
19088 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4401
19089 msgid ""
19090 "Depending on the guest's shell, this usually results in wildcards being "
19091 "expanded, shell expressions being interpolated and so on."
19092 msgstr ""
19093
19094 # type: textblock
19095 #. type: textblock
19096 #: ../src/guestfs-actions.pod:6590
19097 msgid "All the provisos about C<guestfs_command> apply to this call."
19098 msgstr ""
19099
19100 # type: =head2
19101 #. type: =head2
19102 #: ../src/guestfs-actions.pod:6597
19103 msgid "guestfs_sh_lines"
19104 msgstr ""
19105
19106 # type: verbatim
19107 #. type: verbatim
19108 #: ../src/guestfs-actions.pod:6599
19109 #, no-wrap
19110 msgid ""
19111 " char **\n"
19112 " guestfs_sh_lines (guestfs_h *g,\n"
19113 "                   const char *command);\n"
19114 "\n"
19115 msgstr ""
19116
19117 # type: textblock
19118 #. type: textblock
19119 #: ../src/guestfs-actions.pod:6603
19120 msgid ""
19121 "This is the same as C<guestfs_sh>, but splits the result into a list of "
19122 "lines."
19123 msgstr ""
19124
19125 # type: textblock
19126 #. type: textblock
19127 #: ../src/guestfs-actions.pod:6606
19128 msgid "See also: C<guestfs_command_lines>"
19129 msgstr ""
19130
19131 # type: =head2
19132 #. type: =head2
19133 #: ../src/guestfs-actions.pod:6614
19134 msgid "guestfs_sleep"
19135 msgstr ""
19136
19137 # type: verbatim
19138 #. type: verbatim
19139 #: ../src/guestfs-actions.pod:6616
19140 #, no-wrap
19141 msgid ""
19142 " int\n"
19143 " guestfs_sleep (guestfs_h *g,\n"
19144 "                int secs);\n"
19145 "\n"
19146 msgstr ""
19147
19148 # type: textblock
19149 #. type: textblock
19150 #: ../src/guestfs-actions.pod:6620 ../fish/guestfish-actions.pod:4420
19151 msgid "Sleep for C<secs> seconds."
19152 msgstr ""
19153
19154 # type: textblock
19155 #. type: textblock
19156 #: ../src/guestfs-actions.pod:6624
19157 msgid "(Added in 1.0.41)"
19158 msgstr ""
19159
19160 # type: =head2
19161 #. type: =head2
19162 #: ../src/guestfs-actions.pod:6626 ../src/guestfs-structs.pod:109
19163 msgid "guestfs_stat"
19164 msgstr ""
19165
19166 # type: verbatim
19167 #. type: verbatim
19168 #: ../src/guestfs-actions.pod:6628
19169 #, no-wrap
19170 msgid ""
19171 " struct guestfs_stat *\n"
19172 " guestfs_stat (guestfs_h *g,\n"
19173 "               const char *path);\n"
19174 "\n"
19175 msgstr ""
19176
19177 # type: textblock
19178 #. type: textblock
19179 #: ../src/guestfs-actions.pod:6634 ../fish/guestfish-actions.pod:4428
19180 msgid "This is the same as the C<stat(2)> system call."
19181 msgstr ""
19182
19183 # type: =head2
19184 #. type: =head2
19185 #: ../src/guestfs-actions.pod:6642 ../src/guestfs-structs.pod:135
19186 msgid "guestfs_statvfs"
19187 msgstr ""
19188
19189 # type: verbatim
19190 #. type: verbatim
19191 #: ../src/guestfs-actions.pod:6644
19192 #, no-wrap
19193 msgid ""
19194 " struct guestfs_statvfs *\n"
19195 " guestfs_statvfs (guestfs_h *g,\n"
19196 "                  const char *path);\n"
19197 "\n"
19198 msgstr ""
19199
19200 # type: textblock
19201 #. type: textblock
19202 #: ../src/guestfs-actions.pod:6648 ../fish/guestfish-actions.pod:4434
19203 msgid ""
19204 "Returns file system statistics for any mounted file system.  C<path> should "
19205 "be a file or directory in the mounted file system (typically it is the mount "
19206 "point itself, but it doesn't need to be)."
19207 msgstr ""
19208
19209 # type: textblock
19210 #. type: textblock
19211 #: ../src/guestfs-actions.pod:6652 ../fish/guestfish-actions.pod:4438
19212 msgid "This is the same as the C<statvfs(2)> system call."
19213 msgstr ""
19214
19215 # type: textblock
19216 #. type: textblock
19217 #: ../src/guestfs-actions.pod:6654
19218 msgid ""
19219 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
19220 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
19221 msgstr ""
19222
19223 # type: =head2
19224 #. type: =head2
19225 #: ../src/guestfs-actions.pod:6660
19226 msgid "guestfs_strings"
19227 msgstr ""
19228
19229 # type: verbatim
19230 #. type: verbatim
19231 #: ../src/guestfs-actions.pod:6662
19232 #, no-wrap
19233 msgid ""
19234 " char **\n"
19235 " guestfs_strings (guestfs_h *g,\n"
19236 "                  const char *path);\n"
19237 "\n"
19238 msgstr ""
19239
19240 # type: textblock
19241 #. type: textblock
19242 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4444
19243 msgid ""
19244 "This runs the L<strings(1)> command on a file and returns the list of "
19245 "printable strings found."
19246 msgstr ""
19247
19248 # type: =head2
19249 #. type: =head2
19250 #: ../src/guestfs-actions.pod:6678
19251 msgid "guestfs_strings_e"
19252 msgstr ""
19253
19254 # type: verbatim
19255 #. type: verbatim
19256 #: ../src/guestfs-actions.pod:6680
19257 #, no-wrap
19258 msgid ""
19259 " char **\n"
19260 " guestfs_strings_e (guestfs_h *g,\n"
19261 "                    const char *encoding,\n"
19262 "                    const char *path);\n"
19263 "\n"
19264 msgstr ""
19265
19266 # type: textblock
19267 #. type: textblock
19268 #: ../src/guestfs-actions.pod:6685
19269 msgid ""
19270 "This is like the C<guestfs_strings> command, but allows you to specify the "
19271 "encoding of strings that are looked for in the source file C<path>."
19272 msgstr ""
19273
19274 # type: textblock
19275 #. type: textblock
19276 #: ../src/guestfs-actions.pod:6689 ../fish/guestfish-actions.pod:4458
19277 msgid "Allowed encodings are:"
19278 msgstr ""
19279
19280 # type: =item
19281 #. type: =item
19282 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4462
19283 msgid "s"
19284 msgstr ""
19285
19286 # type: textblock
19287 #. type: textblock
19288 #: ../src/guestfs-actions.pod:6695
19289 msgid ""
19290 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
19291 "ISO-8859-X (this is what C<guestfs_strings> uses)."
19292 msgstr ""
19293
19294 # type: =item
19295 #. type: =item
19296 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4467
19297 msgid "S"
19298 msgstr ""
19299
19300 # type: textblock
19301 #. type: textblock
19302 #: ../src/guestfs-actions.pod:6700 ../fish/guestfish-actions.pod:4469
19303 msgid "Single 8-bit-byte characters."
19304 msgstr ""
19305
19306 # type: =item
19307 #. type: =item
19308 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4471
19309 msgid "b"
19310 msgstr ""
19311
19312 # type: textblock
19313 #. type: textblock
19314 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4473
19315 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
19316 msgstr ""
19317
19318 # type: =item
19319 #. type: =item
19320 #: ../src/guestfs-actions.pod:6707 ../fish/guestfish-actions.pod:4476
19321 msgid "l (lower case letter L)"
19322 msgstr ""
19323
19324 # type: textblock
19325 #. type: textblock
19326 #: ../src/guestfs-actions.pod:6709 ../fish/guestfish-actions.pod:4478
19327 msgid ""
19328 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
19329 "examining binaries in Windows guests."
19330 msgstr ""
19331
19332 # type: =item
19333 #. type: =item
19334 #: ../src/guestfs-actions.pod:6712 ../fish/guestfish-actions.pod:4481
19335 msgid "B"
19336 msgstr ""
19337
19338 # type: textblock
19339 #. type: textblock
19340 #: ../src/guestfs-actions.pod:6714 ../fish/guestfish-actions.pod:4483
19341 msgid "32-bit big endian such as UCS-4BE."
19342 msgstr ""
19343
19344 # type: =item
19345 #. type: =item
19346 #: ../src/guestfs-actions.pod:6716 ../fish/guestfish-actions.pod:4485
19347 msgid "L"
19348 msgstr ""
19349
19350 # type: textblock
19351 #. type: textblock
19352 #: ../src/guestfs-actions.pod:6718 ../fish/guestfish-actions.pod:4487
19353 msgid "32-bit little endian such as UCS-4LE."
19354 msgstr ""
19355
19356 # type: textblock
19357 #. type: textblock
19358 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4491
19359 msgid "The returned strings are transcoded to UTF-8."
19360 msgstr ""
19361
19362 # type: =head2
19363 #. type: =head2
19364 #: ../src/guestfs-actions.pod:6733
19365 msgid "guestfs_swapoff_device"
19366 msgstr ""
19367
19368 # type: verbatim
19369 #. type: verbatim
19370 #: ../src/guestfs-actions.pod:6735
19371 #, no-wrap
19372 msgid ""
19373 " int\n"
19374 " guestfs_swapoff_device (guestfs_h *g,\n"
19375 "                         const char *device);\n"
19376 "\n"
19377 msgstr ""
19378
19379 # type: textblock
19380 #. type: textblock
19381 #: ../src/guestfs-actions.pod:6739
19382 msgid ""
19383 "This command disables the libguestfs appliance swap device or partition "
19384 "named C<device>.  See C<guestfs_swapon_device>."
19385 msgstr ""
19386
19387 # type: =head2
19388 #. type: =head2
19389 #: ../src/guestfs-actions.pod:6747
19390 msgid "guestfs_swapoff_file"
19391 msgstr ""
19392
19393 # type: verbatim
19394 #. type: verbatim
19395 #: ../src/guestfs-actions.pod:6749
19396 #, no-wrap
19397 msgid ""
19398 " int\n"
19399 " guestfs_swapoff_file (guestfs_h *g,\n"
19400 "                       const char *file);\n"
19401 "\n"
19402 msgstr ""
19403
19404 # type: textblock
19405 #. type: textblock
19406 #: ../src/guestfs-actions.pod:6753 ../fish/guestfish-actions.pod:4508
19407 msgid "This command disables the libguestfs appliance swap on file."
19408 msgstr ""
19409
19410 # type: =head2
19411 #. type: =head2
19412 #: ../src/guestfs-actions.pod:6759
19413 msgid "guestfs_swapoff_label"
19414 msgstr ""
19415
19416 # type: verbatim
19417 #. type: verbatim
19418 #: ../src/guestfs-actions.pod:6761
19419 #, no-wrap
19420 msgid ""
19421 " int\n"
19422 " guestfs_swapoff_label (guestfs_h *g,\n"
19423 "                        const char *label);\n"
19424 "\n"
19425 msgstr ""
19426
19427 # type: textblock
19428 #. type: textblock
19429 #: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4514
19430 msgid ""
19431 "This command disables the libguestfs appliance swap on labeled swap "
19432 "partition."
19433 msgstr ""
19434
19435 # type: =head2
19436 #. type: =head2
19437 #: ../src/guestfs-actions.pod:6772
19438 msgid "guestfs_swapoff_uuid"
19439 msgstr ""
19440
19441 # type: verbatim
19442 #. type: verbatim
19443 #: ../src/guestfs-actions.pod:6774
19444 #, no-wrap
19445 msgid ""
19446 " int\n"
19447 " guestfs_swapoff_uuid (guestfs_h *g,\n"
19448 "                       const char *uuid);\n"
19449 "\n"
19450 msgstr ""
19451
19452 # type: textblock
19453 #. type: textblock
19454 #: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4521
19455 msgid ""
19456 "This command disables the libguestfs appliance swap partition with the given "
19457 "UUID."
19458 msgstr ""
19459
19460 # type: =head2
19461 #. type: =head2
19462 #: ../src/guestfs-actions.pod:6785
19463 msgid "guestfs_swapon_device"
19464 msgstr ""
19465
19466 # type: verbatim
19467 #. type: verbatim
19468 #: ../src/guestfs-actions.pod:6787
19469 #, no-wrap
19470 msgid ""
19471 " int\n"
19472 " guestfs_swapon_device (guestfs_h *g,\n"
19473 "                        const char *device);\n"
19474 "\n"
19475 msgstr ""
19476
19477 # type: textblock
19478 #. type: textblock
19479 #: ../src/guestfs-actions.pod:6791
19480 msgid ""
19481 "This command enables the libguestfs appliance to use the swap device or "
19482 "partition named C<device>.  The increased memory is made available for all "
19483 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
19484 msgstr ""
19485
19486 # type: textblock
19487 #. type: textblock
19488 #: ../src/guestfs-actions.pod:6796 ../fish/guestfish-actions.pod:4533
19489 msgid ""
19490 "Note that you should not swap to existing guest swap partitions unless you "
19491 "know what you are doing.  They may contain hibernation information, or other "
19492 "information that the guest doesn't want you to trash.  You also risk leaking "
19493 "information about the host to the guest this way.  Instead, attach a new "
19494 "host device to the guest and swap on that."
19495 msgstr ""
19496
19497 # type: =head2
19498 #. type: =head2
19499 #: ../src/guestfs-actions.pod:6807
19500 msgid "guestfs_swapon_file"
19501 msgstr ""
19502
19503 # type: verbatim
19504 #. type: verbatim
19505 #: ../src/guestfs-actions.pod:6809
19506 #, no-wrap
19507 msgid ""
19508 " int\n"
19509 " guestfs_swapon_file (guestfs_h *g,\n"
19510 "                      const char *file);\n"
19511 "\n"
19512 msgstr ""
19513
19514 # type: textblock
19515 #. type: textblock
19516 #: ../src/guestfs-actions.pod:6813
19517 msgid ""
19518 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
19519 "notes."
19520 msgstr ""
19521
19522 # type: =head2
19523 #. type: =head2
19524 #: ../src/guestfs-actions.pod:6820
19525 msgid "guestfs_swapon_label"
19526 msgstr ""
19527
19528 # type: verbatim
19529 #. type: verbatim
19530 #: ../src/guestfs-actions.pod:6822
19531 #, no-wrap
19532 msgid ""
19533 " int\n"
19534 " guestfs_swapon_label (guestfs_h *g,\n"
19535 "                       const char *label);\n"
19536 "\n"
19537 msgstr ""
19538
19539 # type: textblock
19540 #. type: textblock
19541 #: ../src/guestfs-actions.pod:6826
19542 msgid ""
19543 "This command enables swap to a labeled swap partition.  See "
19544 "C<guestfs_swapon_device> for other notes."
19545 msgstr ""
19546
19547 # type: =head2
19548 #. type: =head2
19549 #: ../src/guestfs-actions.pod:6833
19550 msgid "guestfs_swapon_uuid"
19551 msgstr ""
19552
19553 # type: verbatim
19554 #. type: verbatim
19555 #: ../src/guestfs-actions.pod:6835
19556 #, no-wrap
19557 msgid ""
19558 " int\n"
19559 " guestfs_swapon_uuid (guestfs_h *g,\n"
19560 "                      const char *uuid);\n"
19561 "\n"
19562 msgstr ""
19563
19564 # type: textblock
19565 #. type: textblock
19566 #: ../src/guestfs-actions.pod:6839
19567 msgid ""
19568 "This command enables swap to a swap partition with the given UUID.  See "
19569 "C<guestfs_swapon_device> for other notes."
19570 msgstr ""
19571
19572 # type: =head2
19573 #. type: =head2
19574 #: ../src/guestfs-actions.pod:6846
19575 msgid "guestfs_sync"
19576 msgstr ""
19577
19578 # type: verbatim
19579 #. type: verbatim
19580 #: ../src/guestfs-actions.pod:6848
19581 #, no-wrap
19582 msgid ""
19583 " int\n"
19584 " guestfs_sync (guestfs_h *g);\n"
19585 "\n"
19586 msgstr ""
19587
19588 # type: textblock
19589 #. type: textblock
19590 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4565
19591 msgid ""
19592 "This syncs the disk, so that any writes are flushed through to the "
19593 "underlying disk image."
19594 msgstr ""
19595
19596 # type: textblock
19597 #. type: textblock
19598 #: ../src/guestfs-actions.pod:6854 ../fish/guestfish-actions.pod:4568
19599 msgid ""
19600 "You should always call this if you have modified a disk image, before "
19601 "closing the handle."
19602 msgstr ""
19603
19604 # type: =head2
19605 #. type: =head2
19606 #: ../src/guestfs-actions.pod:6861
19607 msgid "guestfs_tail"
19608 msgstr ""
19609
19610 # type: verbatim
19611 #. type: verbatim
19612 #: ../src/guestfs-actions.pod:6863
19613 #, no-wrap
19614 msgid ""
19615 " char **\n"
19616 " guestfs_tail (guestfs_h *g,\n"
19617 "               const char *path);\n"
19618 "\n"
19619 msgstr ""
19620
19621 # type: textblock
19622 #. type: textblock
19623 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4575
19624 msgid ""
19625 "This command returns up to the last 10 lines of a file as a list of strings."
19626 msgstr ""
19627
19628 # type: =head2
19629 #. type: =head2
19630 #: ../src/guestfs-actions.pod:6879
19631 msgid "guestfs_tail_n"
19632 msgstr ""
19633
19634 # type: verbatim
19635 #. type: verbatim
19636 #: ../src/guestfs-actions.pod:6881
19637 #, no-wrap
19638 msgid ""
19639 " char **\n"
19640 " guestfs_tail_n (guestfs_h *g,\n"
19641 "                 int nrlines,\n"
19642 "                 const char *path);\n"
19643 "\n"
19644 msgstr ""
19645
19646 # type: textblock
19647 #. type: textblock
19648 #: ../src/guestfs-actions.pod:6886 ../fish/guestfish-actions.pod:4585
19649 msgid ""
19650 "If the parameter C<nrlines> is a positive number, this returns the last "
19651 "C<nrlines> lines of the file C<path>."
19652 msgstr ""
19653
19654 # type: textblock
19655 #. type: textblock
19656 #: ../src/guestfs-actions.pod:6889 ../fish/guestfish-actions.pod:4588
19657 msgid ""
19658 "If the parameter C<nrlines> is a negative number, this returns lines from "
19659 "the file C<path>, starting with the C<-nrlines>th line."
19660 msgstr ""
19661
19662 # type: =head2
19663 #. type: =head2
19664 #: ../src/guestfs-actions.pod:6903
19665 msgid "guestfs_tar_in"
19666 msgstr ""
19667
19668 # type: verbatim
19669 #. type: verbatim
19670 #: ../src/guestfs-actions.pod:6905
19671 #, no-wrap
19672 msgid ""
19673 " int\n"
19674 " guestfs_tar_in (guestfs_h *g,\n"
19675 "                 const char *tarfile,\n"
19676 "                 const char *directory);\n"
19677 "\n"
19678 msgstr ""
19679
19680 # type: textblock
19681 #. type: textblock
19682 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4600
19683 msgid ""
19684 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
19685 "tar file) into C<directory>."
19686 msgstr ""
19687
19688 # type: textblock
19689 #. type: textblock
19690 #: ../src/guestfs-actions.pod:6913
19691 msgid ""
19692 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
19693 msgstr ""
19694
19695 # type: textblock
19696 #. type: textblock
19697 #: ../src/guestfs-actions.pod:6918 ../src/guestfs-actions.pod:6935
19698 #: ../src/guestfs-actions.pod:6951 ../src/guestfs-actions.pod:6967
19699 msgid "(Added in 1.0.3)"
19700 msgstr ""
19701
19702 # type: =head2
19703 #. type: =head2
19704 #: ../src/guestfs-actions.pod:6920
19705 msgid "guestfs_tar_out"
19706 msgstr ""
19707
19708 # type: verbatim
19709 #. type: verbatim
19710 #: ../src/guestfs-actions.pod:6922
19711 #, no-wrap
19712 msgid ""
19713 " int\n"
19714 " guestfs_tar_out (guestfs_h *g,\n"
19715 "                  const char *directory,\n"
19716 "                  const char *tarfile);\n"
19717 "\n"
19718 msgstr ""
19719
19720 # type: textblock
19721 #. type: textblock
19722 #: ../src/guestfs-actions.pod:6927 ../fish/guestfish-actions.pod:4612
19723 msgid ""
19724 "This command packs the contents of C<directory> and downloads it to local "
19725 "file C<tarfile>."
19726 msgstr ""
19727
19728 # type: textblock
19729 #. type: textblock
19730 #: ../src/guestfs-actions.pod:6930
19731 msgid ""
19732 "To download a compressed tarball, use C<guestfs_tgz_out> or "
19733 "C<guestfs_txz_out>."
19734 msgstr ""
19735
19736 # type: =head2
19737 #. type: =head2
19738 #: ../src/guestfs-actions.pod:6937
19739 msgid "guestfs_tgz_in"
19740 msgstr ""
19741
19742 # type: verbatim
19743 #. type: verbatim
19744 #: ../src/guestfs-actions.pod:6939
19745 #, no-wrap
19746 msgid ""
19747 " int\n"
19748 " guestfs_tgz_in (guestfs_h *g,\n"
19749 "                 const char *tarball,\n"
19750 "                 const char *directory);\n"
19751 "\n"
19752 msgstr ""
19753
19754 # type: textblock
19755 #. type: textblock
19756 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4624
19757 msgid ""
19758 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
19759 "tar file) into C<directory>."
19760 msgstr ""
19761
19762 # type: textblock
19763 #. type: textblock
19764 #: ../src/guestfs-actions.pod:6947
19765 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
19766 msgstr ""
19767
19768 # type: =head2
19769 #. type: =head2
19770 #: ../src/guestfs-actions.pod:6953
19771 msgid "guestfs_tgz_out"
19772 msgstr ""
19773
19774 # type: verbatim
19775 #. type: verbatim
19776 #: ../src/guestfs-actions.pod:6955
19777 #, no-wrap
19778 msgid ""
19779 " int\n"
19780 " guestfs_tgz_out (guestfs_h *g,\n"
19781 "                  const char *directory,\n"
19782 "                  const char *tarball);\n"
19783 "\n"
19784 msgstr ""
19785
19786 # type: textblock
19787 #. type: textblock
19788 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4635
19789 msgid ""
19790 "This command packs the contents of C<directory> and downloads it to local "
19791 "file C<tarball>."
19792 msgstr ""
19793
19794 # type: textblock
19795 #. type: textblock
19796 #: ../src/guestfs-actions.pod:6963
19797 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
19798 msgstr ""
19799
19800 # type: =head2
19801 #. type: =head2
19802 #: ../src/guestfs-actions.pod:6969
19803 msgid "guestfs_touch"
19804 msgstr ""
19805
19806 # type: verbatim
19807 #. type: verbatim
19808 #: ../src/guestfs-actions.pod:6971
19809 #, no-wrap
19810 msgid ""
19811 " int\n"
19812 " guestfs_touch (guestfs_h *g,\n"
19813 "                const char *path);\n"
19814 "\n"
19815 msgstr ""
19816
19817 # type: textblock
19818 #. type: textblock
19819 #: ../src/guestfs-actions.pod:6975 ../fish/guestfish-actions.pod:4646
19820 msgid ""
19821 "Touch acts like the L<touch(1)> command.  It can be used to update the "
19822 "timestamps on a file, or, if the file does not exist, to create a new zero-"
19823 "length file."
19824 msgstr ""
19825
19826 # type: textblock
19827 #. type: textblock
19828 #: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4650
19829 msgid ""
19830 "This command only works on regular files, and will fail on other file types "
19831 "such as directories, symbolic links, block special etc."
19832 msgstr ""
19833
19834 # type: =head2
19835 #. type: =head2
19836 #: ../src/guestfs-actions.pod:6986
19837 msgid "guestfs_truncate"
19838 msgstr ""
19839
19840 # type: verbatim
19841 #. type: verbatim
19842 #: ../src/guestfs-actions.pod:6988
19843 #, no-wrap
19844 msgid ""
19845 " int\n"
19846 " guestfs_truncate (guestfs_h *g,\n"
19847 "                   const char *path);\n"
19848 "\n"
19849 msgstr ""
19850
19851 # type: textblock
19852 #. type: textblock
19853 #: ../src/guestfs-actions.pod:6992 ../fish/guestfish-actions.pod:4657
19854 msgid ""
19855 "This command truncates C<path> to a zero-length file.  The file must exist "
19856 "already."
19857 msgstr ""
19858
19859 # type: =head2
19860 #. type: =head2
19861 #: ../src/guestfs-actions.pod:6999
19862 msgid "guestfs_truncate_size"
19863 msgstr ""
19864
19865 # type: verbatim
19866 #. type: verbatim
19867 #: ../src/guestfs-actions.pod:7001
19868 #, no-wrap
19869 msgid ""
19870 " int\n"
19871 " guestfs_truncate_size (guestfs_h *g,\n"
19872 "                        const char *path,\n"
19873 "                        int64_t size);\n"
19874 "\n"
19875 msgstr ""
19876
19877 # type: textblock
19878 #. type: textblock
19879 #: ../src/guestfs-actions.pod:7006 ../fish/guestfish-actions.pod:4664
19880 msgid ""
19881 "This command truncates C<path> to size C<size> bytes.  The file must exist "
19882 "already."
19883 msgstr ""
19884
19885 # type: textblock
19886 #. type: textblock
19887 #: ../src/guestfs-actions.pod:7009
19888 msgid ""
19889 "If the current file size is less than C<size> then the file is extended to "
19890 "the required size with zero bytes.  This creates a sparse file (ie. disk "
19891 "blocks are not allocated for the file until you write to it).  To create a "
19892 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
19893 msgstr ""
19894
19895 # type: =head2
19896 #. type: =head2
19897 #: ../src/guestfs-actions.pod:7019
19898 msgid "guestfs_tune2fs_l"
19899 msgstr ""
19900
19901 # type: verbatim
19902 #. type: verbatim
19903 #: ../src/guestfs-actions.pod:7021
19904 #, no-wrap
19905 msgid ""
19906 " char **\n"
19907 " guestfs_tune2fs_l (guestfs_h *g,\n"
19908 "                    const char *device);\n"
19909 "\n"
19910 msgstr ""
19911
19912 # type: textblock
19913 #. type: textblock
19914 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4677
19915 msgid ""
19916 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
19917 "C<device>."
19918 msgstr ""
19919
19920 # type: textblock
19921 #. type: textblock
19922 #: ../src/guestfs-actions.pod:7028 ../fish/guestfish-actions.pod:4680
19923 msgid ""
19924 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
19925 "for more details.  The list of fields returned isn't clearly defined, and "
19926 "depends on both the version of C<tune2fs> that libguestfs was built against, "
19927 "and the filesystem itself."
19928 msgstr ""
19929
19930 # type: =head2
19931 #. type: =head2
19932 #: ../src/guestfs-actions.pod:7041
19933 msgid "guestfs_txz_in"
19934 msgstr ""
19935
19936 # type: verbatim
19937 #. type: verbatim
19938 #: ../src/guestfs-actions.pod:7043
19939 #, no-wrap
19940 msgid ""
19941 " int\n"
19942 " guestfs_txz_in (guestfs_h *g,\n"
19943 "                 const char *tarball,\n"
19944 "                 const char *directory);\n"
19945 "\n"
19946 msgstr ""
19947
19948 # type: textblock
19949 #. type: textblock
19950 #: ../src/guestfs-actions.pod:7048 ../fish/guestfish-actions.pod:4689
19951 msgid ""
19952 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
19953 "tar file) into C<directory>."
19954 msgstr ""
19955
19956 # type: =head2
19957 #. type: =head2
19958 #: ../src/guestfs-actions.pod:7055
19959 msgid "guestfs_txz_out"
19960 msgstr ""
19961
19962 # type: verbatim
19963 #. type: verbatim
19964 #: ../src/guestfs-actions.pod:7057
19965 #, no-wrap
19966 msgid ""
19967 " int\n"
19968 " guestfs_txz_out (guestfs_h *g,\n"
19969 "                  const char *directory,\n"
19970 "                  const char *tarball);\n"
19971 "\n"
19972 msgstr ""
19973
19974 # type: textblock
19975 #. type: textblock
19976 #: ../src/guestfs-actions.pod:7062 ../fish/guestfish-actions.pod:4698
19977 msgid ""
19978 "This command packs the contents of C<directory> and downloads it to local "
19979 "file C<tarball> (as an xz compressed tar archive)."
19980 msgstr ""
19981
19982 # type: =head2
19983 #. type: =head2
19984 #: ../src/guestfs-actions.pod:7069
19985 msgid "guestfs_umask"
19986 msgstr ""
19987
19988 # type: verbatim
19989 #. type: verbatim
19990 #: ../src/guestfs-actions.pod:7071
19991 #, no-wrap
19992 msgid ""
19993 " int\n"
19994 " guestfs_umask (guestfs_h *g,\n"
19995 "                int mask);\n"
19996 "\n"
19997 msgstr ""
19998
19999 # type: textblock
20000 #. type: textblock
20001 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4707
20002 msgid ""
20003 "This function sets the mask used for creating new files and device nodes to "
20004 "C<mask & 0777>."
20005 msgstr ""
20006
20007 # type: textblock
20008 #. type: textblock
20009 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4710
20010 msgid ""
20011 "Typical umask values would be C<022> which creates new files with "
20012 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
20013 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
20014 msgstr ""
20015
20016 # type: textblock
20017 #. type: textblock
20018 #: ../src/guestfs-actions.pod:7083 ../fish/guestfish-actions.pod:4715
20019 msgid ""
20020 "The default umask is C<022>.  This is important because it means that "
20021 "directories and device nodes will be created with C<0644> or C<0755> mode "
20022 "even if you specify C<0777>."
20023 msgstr ""
20024
20025 # type: textblock
20026 #. type: textblock
20027 #: ../src/guestfs-actions.pod:7087
20028 msgid ""
20029 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
20030 "C<guestfs_mkdir>."
20031 msgstr ""
20032
20033 # type: textblock
20034 #. type: textblock
20035 #: ../src/guestfs-actions.pod:7090 ../fish/guestfish-actions.pod:4722
20036 msgid "This call returns the previous umask."
20037 msgstr ""
20038
20039 # type: =head2
20040 #. type: =head2
20041 #: ../src/guestfs-actions.pod:7096
20042 msgid "guestfs_umount"
20043 msgstr ""
20044
20045 # type: verbatim
20046 #. type: verbatim
20047 #: ../src/guestfs-actions.pod:7098
20048 #, no-wrap
20049 msgid ""
20050 " int\n"
20051 " guestfs_umount (guestfs_h *g,\n"
20052 "                 const char *pathordevice);\n"
20053 "\n"
20054 msgstr ""
20055
20056 # type: textblock
20057 #. type: textblock
20058 #: ../src/guestfs-actions.pod:7102 ../fish/guestfish-actions.pod:4730
20059 msgid ""
20060 "This unmounts the given filesystem.  The filesystem may be specified either "
20061 "by its mountpoint (path) or the device which contains the filesystem."
20062 msgstr ""
20063
20064 # type: =head2
20065 #. type: =head2
20066 #: ../src/guestfs-actions.pod:7110
20067 msgid "guestfs_umount_all"
20068 msgstr ""
20069
20070 # type: verbatim
20071 #. type: verbatim
20072 #: ../src/guestfs-actions.pod:7112
20073 #, no-wrap
20074 msgid ""
20075 " int\n"
20076 " guestfs_umount_all (guestfs_h *g);\n"
20077 "\n"
20078 msgstr ""
20079
20080 # type: textblock
20081 #. type: textblock
20082 #: ../src/guestfs-actions.pod:7115 ../fish/guestfish-actions.pod:4740
20083 msgid "This unmounts all mounted filesystems."
20084 msgstr ""
20085
20086 # type: textblock
20087 #. type: textblock
20088 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4742
20089 msgid "Some internal mounts are not unmounted by this call."
20090 msgstr ""
20091
20092 # type: =head2
20093 #. type: =head2
20094 #: ../src/guestfs-actions.pod:7123
20095 msgid "guestfs_upload"
20096 msgstr ""
20097
20098 # type: verbatim
20099 #. type: verbatim
20100 #: ../src/guestfs-actions.pod:7125
20101 #, no-wrap
20102 msgid ""
20103 " int\n"
20104 " guestfs_upload (guestfs_h *g,\n"
20105 "                 const char *filename,\n"
20106 "                 const char *remotefilename);\n"
20107 "\n"
20108 msgstr ""
20109
20110 # type: textblock
20111 #. type: textblock
20112 #: ../src/guestfs-actions.pod:7130 ../src/guestfs-actions.pod:7154
20113 #: ../fish/guestfish-actions.pod:4748 ../fish/guestfish-actions.pod:4761
20114 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
20115 msgstr ""
20116
20117 # type: textblock
20118 #. type: textblock
20119 #: ../src/guestfs-actions.pod:7135
20120 msgid "See also C<guestfs_download>."
20121 msgstr ""
20122
20123 # type: =head2
20124 #. type: =head2
20125 #: ../src/guestfs-actions.pod:7146
20126 msgid "guestfs_upload_offset"
20127 msgstr ""
20128
20129 # type: verbatim
20130 #. type: verbatim
20131 #: ../src/guestfs-actions.pod:7148
20132 #, no-wrap
20133 msgid ""
20134 " int\n"
20135 " guestfs_upload_offset (guestfs_h *g,\n"
20136 "                        const char *filename,\n"
20137 "                        const char *remotefilename,\n"
20138 "                        int64_t offset);\n"
20139 "\n"
20140 msgstr ""
20141
20142 # type: textblock
20143 #. type: textblock
20144 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4764
20145 msgid ""
20146 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
20147 "The intention is to overwrite parts of existing files or devices, although "
20148 "if a non-existant file is specified then it is created with a \"hole\" "
20149 "before C<offset>.  The size of the data written is implicit in the size of "
20150 "the source C<filename>."
20151 msgstr ""
20152
20153 # type: textblock
20154 #. type: textblock
20155 #: ../src/guestfs-actions.pod:7164
20156 msgid ""
20157 "Note that there is no limit on the amount of data that can be uploaded with "
20158 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
20159 "full amount unless an error occurs."
20160 msgstr ""
20161
20162 # type: textblock
20163 #. type: textblock
20164 #: ../src/guestfs-actions.pod:7169
20165 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
20166 msgstr ""
20167
20168 # type: =head2
20169 #. type: =head2
20170 #: ../src/guestfs-actions.pod:7180
20171 msgid "guestfs_utimens"
20172 msgstr ""
20173
20174 # type: verbatim
20175 #. type: verbatim
20176 #: ../src/guestfs-actions.pod:7182
20177 #, no-wrap
20178 msgid ""
20179 " int\n"
20180 " guestfs_utimens (guestfs_h *g,\n"
20181 "                  const char *path,\n"
20182 "                  int64_t atsecs,\n"
20183 "                  int64_t atnsecs,\n"
20184 "                  int64_t mtsecs,\n"
20185 "                  int64_t mtnsecs);\n"
20186 "\n"
20187 msgstr ""
20188
20189 # type: textblock
20190 #. type: textblock
20191 #: ../src/guestfs-actions.pod:7190 ../fish/guestfish-actions.pod:4784
20192 msgid "This command sets the timestamps of a file with nanosecond precision."
20193 msgstr ""
20194
20195 # type: textblock
20196 #. type: textblock
20197 #: ../src/guestfs-actions.pod:7193 ../fish/guestfish-actions.pod:4787
20198 msgid ""
20199 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
20200 "from the epoch."
20201 msgstr ""
20202
20203 # type: textblock
20204 #. type: textblock
20205 #: ../src/guestfs-actions.pod:7196 ../fish/guestfish-actions.pod:4790
20206 msgid ""
20207 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
20208 "nanoseconds from the epoch."
20209 msgstr ""
20210
20211 # type: textblock
20212 #. type: textblock
20213 #: ../src/guestfs-actions.pod:7199 ../fish/guestfish-actions.pod:4793
20214 msgid ""
20215 "If the C<*nsecs> field contains the special value C<-1> then the "
20216 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
20217 "ignored in this case)."
20218 msgstr ""
20219
20220 # type: textblock
20221 #. type: textblock
20222 #: ../src/guestfs-actions.pod:7203 ../fish/guestfish-actions.pod:4797
20223 msgid ""
20224 "If the C<*nsecs> field contains the special value C<-2> then the "
20225 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
20226 "in this case)."
20227 msgstr ""
20228
20229 # type: =head2
20230 #. type: =head2
20231 #: ../src/guestfs-actions.pod:7211 ../src/guestfs-structs.pod:175
20232 msgid "guestfs_version"
20233 msgstr ""
20234
20235 # type: verbatim
20236 #. type: verbatim
20237 #: ../src/guestfs-actions.pod:7213
20238 #, no-wrap
20239 msgid ""
20240 " struct guestfs_version *\n"
20241 " guestfs_version (guestfs_h *g);\n"
20242 "\n"
20243 msgstr ""
20244
20245 # type: textblock
20246 #. type: textblock
20247 #: ../src/guestfs-actions.pod:7216 ../fish/guestfish-actions.pod:4805
20248 msgid ""
20249 "Return the libguestfs version number that the program is linked against."
20250 msgstr ""
20251
20252 # type: textblock
20253 #. type: textblock
20254 #: ../src/guestfs-actions.pod:7219 ../fish/guestfish-actions.pod:4808
20255 msgid ""
20256 "Note that because of dynamic linking this is not necessarily the version of "
20257 "libguestfs that you compiled against.  You can compile the program, and then "
20258 "at runtime dynamically link against a completely different C<libguestfs.so> "
20259 "library."
20260 msgstr ""
20261
20262 # type: textblock
20263 #. type: textblock
20264 #: ../src/guestfs-actions.pod:7224 ../fish/guestfish-actions.pod:4813
20265 msgid ""
20266 "This call was added in version C<1.0.58>.  In previous versions of "
20267 "libguestfs there was no way to get the version number.  From C code you can "
20268 "use dynamic linker functions to find out if this symbol exists (if it "
20269 "doesn't, then it's an earlier version)."
20270 msgstr ""
20271
20272 # type: textblock
20273 #. type: textblock
20274 #: ../src/guestfs-actions.pod:7230 ../fish/guestfish-actions.pod:4819
20275 msgid ""
20276 "The call returns a structure with four elements.  The first three (C<major>, "
20277 "C<minor> and C<release>) are numbers and correspond to the usual version "
20278 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
20279 "but may be used for distro-specific information."
20280 msgstr ""
20281
20282 # type: textblock
20283 #. type: textblock
20284 #: ../src/guestfs-actions.pod:7236 ../fish/guestfish-actions.pod:4825
20285 msgid ""
20286 "To construct the original version string: C<$major.$minor.$release$extra>"
20287 msgstr ""
20288
20289 # type: textblock
20290 #. type: textblock
20291 #: ../src/guestfs-actions.pod:7239 ../fish/guestfish-actions.pod:4828
20292 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
20293 msgstr ""
20294
20295 # type: textblock
20296 #. type: textblock
20297 #: ../src/guestfs-actions.pod:7241
20298 msgid ""
20299 "I<Note:> Don't use this call to test for availability of features.  In "
20300 "enterprise distributions we backport features from later versions into "
20301 "earlier versions, making this an unreliable way to test for features.  Use "
20302 "C<guestfs_available> instead."
20303 msgstr ""
20304
20305 # type: textblock
20306 #. type: textblock
20307 #: ../src/guestfs-actions.pod:7247
20308 msgid ""
20309 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
20310 "error.  I<The caller must call C<guestfs_free_version> after use>."
20311 msgstr ""
20312
20313 # type: textblock
20314 #. type: textblock
20315 #: ../src/guestfs-actions.pod:7251
20316 msgid "(Added in 1.0.58)"
20317 msgstr ""
20318
20319 # type: =head2
20320 #. type: =head2
20321 #: ../src/guestfs-actions.pod:7253
20322 msgid "guestfs_vfs_label"
20323 msgstr ""
20324
20325 # type: verbatim
20326 #. type: verbatim
20327 #: ../src/guestfs-actions.pod:7255
20328 #, no-wrap
20329 msgid ""
20330 " char *\n"
20331 " guestfs_vfs_label (guestfs_h *g,\n"
20332 "                    const char *device);\n"
20333 "\n"
20334 msgstr ""
20335
20336 # type: textblock
20337 #. type: textblock
20338 #: ../src/guestfs-actions.pod:7259 ../fish/guestfish-actions.pod:4840
20339 msgid "This returns the filesystem label of the filesystem on C<device>."
20340 msgstr ""
20341
20342 # type: textblock
20343 #. type: textblock
20344 #: ../src/guestfs-actions.pod:7262 ../fish/guestfish-actions.pod:4843
20345 msgid "If the filesystem is unlabeled, this returns the empty string."
20346 msgstr ""
20347
20348 # type: textblock
20349 #. type: textblock
20350 #: ../src/guestfs-actions.pod:7264
20351 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
20352 msgstr ""
20353
20354 # type: textblock
20355 #. type: textblock
20356 #: ../src/guestfs-actions.pod:7269 ../src/guestfs-actions.pod:7306
20357 msgid "(Added in 1.3.18)"
20358 msgstr ""
20359
20360 # type: =head2
20361 #. type: =head2
20362 #: ../src/guestfs-actions.pod:7271
20363 msgid "guestfs_vfs_type"
20364 msgstr ""
20365
20366 # type: verbatim
20367 #. type: verbatim
20368 #: ../src/guestfs-actions.pod:7273
20369 #, no-wrap
20370 msgid ""
20371 " char *\n"
20372 " guestfs_vfs_type (guestfs_h *g,\n"
20373 "                   const char *device);\n"
20374 "\n"
20375 msgstr ""
20376
20377 # type: textblock
20378 #. type: textblock
20379 #: ../src/guestfs-actions.pod:7277 ../fish/guestfish-actions.pod:4851
20380 msgid ""
20381 "This command gets the filesystem type corresponding to the filesystem on "
20382 "C<device>."
20383 msgstr ""
20384
20385 # type: textblock
20386 #. type: textblock
20387 #: ../src/guestfs-actions.pod:7280 ../fish/guestfish-actions.pod:4854
20388 msgid ""
20389 "For most filesystems, the result is the name of the Linux VFS module which "
20390 "would be used to mount this filesystem if you mounted it without specifying "
20391 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
20392 msgstr ""
20393
20394 # type: =head2
20395 #. type: =head2
20396 #: ../src/guestfs-actions.pod:7290
20397 msgid "guestfs_vfs_uuid"
20398 msgstr ""
20399
20400 # type: verbatim
20401 #. type: verbatim
20402 #: ../src/guestfs-actions.pod:7292
20403 #, no-wrap
20404 msgid ""
20405 " char *\n"
20406 " guestfs_vfs_uuid (guestfs_h *g,\n"
20407 "                   const char *device);\n"
20408 "\n"
20409 msgstr ""
20410
20411 # type: textblock
20412 #. type: textblock
20413 #: ../src/guestfs-actions.pod:7296 ../fish/guestfish-actions.pod:4863
20414 msgid "This returns the filesystem UUID of the filesystem on C<device>."
20415 msgstr ""
20416
20417 # type: textblock
20418 #. type: textblock
20419 #: ../src/guestfs-actions.pod:7299 ../fish/guestfish-actions.pod:4866
20420 msgid "If the filesystem does not have a UUID, this returns the empty string."
20421 msgstr ""
20422
20423 # type: textblock
20424 #. type: textblock
20425 #: ../src/guestfs-actions.pod:7301
20426 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
20427 msgstr ""
20428
20429 # type: =head2
20430 #. type: =head2
20431 #: ../src/guestfs-actions.pod:7308
20432 msgid "guestfs_vg_activate"
20433 msgstr ""
20434
20435 # type: verbatim
20436 #. type: verbatim
20437 #: ../src/guestfs-actions.pod:7310
20438 #, no-wrap
20439 msgid ""
20440 " int\n"
20441 " guestfs_vg_activate (guestfs_h *g,\n"
20442 "                      int activate,\n"
20443 "                      char *const *volgroups);\n"
20444 "\n"
20445 msgstr ""
20446
20447 #. type: textblock
20448 #: ../src/guestfs-actions.pod:7315 ../fish/guestfish-actions.pod:4874
20449 msgid ""
20450 "This command activates or (if C<activate> is false) deactivates all logical "
20451 "volumes in the listed volume groups C<volgroups>."
20452 msgstr ""
20453
20454 # type: textblock
20455 #. type: textblock
20456 #: ../src/guestfs-actions.pod:7318 ../fish/guestfish-actions.pod:4877
20457 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
20458 msgstr ""
20459
20460 # type: textblock
20461 #. type: textblock
20462 #: ../src/guestfs-actions.pod:7320 ../fish/guestfish-actions.pod:4879
20463 msgid ""
20464 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
20465 "activated or deactivated."
20466 msgstr ""
20467
20468 # type: =head2
20469 #. type: =head2
20470 #: ../src/guestfs-actions.pod:7327
20471 msgid "guestfs_vg_activate_all"
20472 msgstr ""
20473
20474 # type: verbatim
20475 #. type: verbatim
20476 #: ../src/guestfs-actions.pod:7329
20477 #, no-wrap
20478 msgid ""
20479 " int\n"
20480 " guestfs_vg_activate_all (guestfs_h *g,\n"
20481 "                          int activate);\n"
20482 "\n"
20483 msgstr ""
20484
20485 #. type: textblock
20486 #: ../src/guestfs-actions.pod:7333 ../fish/guestfish-actions.pod:4886
20487 msgid ""
20488 "This command activates or (if C<activate> is false) deactivates all logical "
20489 "volumes in all volume groups."
20490 msgstr ""
20491
20492 # type: textblock
20493 #. type: textblock
20494 #: ../src/guestfs-actions.pod:7336 ../fish/guestfish-actions.pod:4889
20495 msgid "This command is the same as running C<vgchange -a y|n>"
20496 msgstr ""
20497
20498 # type: =head2
20499 #. type: =head2
20500 #: ../src/guestfs-actions.pod:7342
20501 msgid "guestfs_vgcreate"
20502 msgstr ""
20503
20504 # type: verbatim
20505 #. type: verbatim
20506 #: ../src/guestfs-actions.pod:7344
20507 #, no-wrap
20508 msgid ""
20509 " int\n"
20510 " guestfs_vgcreate (guestfs_h *g,\n"
20511 "                   const char *volgroup,\n"
20512 "                   char *const *physvols);\n"
20513 "\n"
20514 msgstr ""
20515
20516 # type: textblock
20517 #. type: textblock
20518 #: ../src/guestfs-actions.pod:7349 ../fish/guestfish-actions.pod:4895
20519 msgid ""
20520 "This creates an LVM volume group called C<volgroup> from the non-empty list "
20521 "of physical volumes C<physvols>."
20522 msgstr ""
20523
20524 # type: =head2
20525 #. type: =head2
20526 #: ../src/guestfs-actions.pod:7356
20527 msgid "guestfs_vglvuuids"
20528 msgstr ""
20529
20530 # type: verbatim
20531 #. type: verbatim
20532 #: ../src/guestfs-actions.pod:7358
20533 #, no-wrap
20534 msgid ""
20535 " char **\n"
20536 " guestfs_vglvuuids (guestfs_h *g,\n"
20537 "                    const char *vgname);\n"
20538 "\n"
20539 msgstr ""
20540
20541 # type: textblock
20542 #. type: textblock
20543 #: ../src/guestfs-actions.pod:7362 ../fish/guestfish-actions.pod:4902
20544 msgid ""
20545 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
20546 "volumes created in this volume group."
20547 msgstr ""
20548
20549 # type: textblock
20550 #. type: textblock
20551 #: ../src/guestfs-actions.pod:7365
20552 msgid ""
20553 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
20554 "associate logical volumes and volume groups."
20555 msgstr ""
20556
20557 # type: textblock
20558 #. type: textblock
20559 #: ../src/guestfs-actions.pod:7368
20560 msgid "See also C<guestfs_vgpvuuids>."
20561 msgstr ""
20562
20563 # type: =head2
20564 #. type: =head2
20565 #: ../src/guestfs-actions.pod:7376
20566 msgid "guestfs_vgpvuuids"
20567 msgstr ""
20568
20569 # type: verbatim
20570 #. type: verbatim
20571 #: ../src/guestfs-actions.pod:7378
20572 #, no-wrap
20573 msgid ""
20574 " char **\n"
20575 " guestfs_vgpvuuids (guestfs_h *g,\n"
20576 "                    const char *vgname);\n"
20577 "\n"
20578 msgstr ""
20579
20580 # type: textblock
20581 #. type: textblock
20582 #: ../src/guestfs-actions.pod:7382 ../fish/guestfish-actions.pod:4914
20583 msgid ""
20584 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
20585 "volumes that this volume group resides on."
20586 msgstr ""
20587
20588 # type: textblock
20589 #. type: textblock
20590 #: ../src/guestfs-actions.pod:7385
20591 msgid ""
20592 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
20593 "associate physical volumes and volume groups."
20594 msgstr ""
20595
20596 # type: textblock
20597 #. type: textblock
20598 #: ../src/guestfs-actions.pod:7388
20599 msgid "See also C<guestfs_vglvuuids>."
20600 msgstr ""
20601
20602 # type: =head2
20603 #. type: =head2
20604 #: ../src/guestfs-actions.pod:7396
20605 msgid "guestfs_vgremove"
20606 msgstr ""
20607
20608 # type: verbatim
20609 #. type: verbatim
20610 #: ../src/guestfs-actions.pod:7398
20611 #, no-wrap
20612 msgid ""
20613 " int\n"
20614 " guestfs_vgremove (guestfs_h *g,\n"
20615 "                   const char *vgname);\n"
20616 "\n"
20617 msgstr ""
20618
20619 # type: textblock
20620 #. type: textblock
20621 #: ../src/guestfs-actions.pod:7402 ../fish/guestfish-actions.pod:4926
20622 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
20623 msgstr ""
20624
20625 # type: textblock
20626 #. type: textblock
20627 #: ../src/guestfs-actions.pod:7404 ../fish/guestfish-actions.pod:4928
20628 msgid ""
20629 "This also forcibly removes all logical volumes in the volume group (if any)."
20630 msgstr ""
20631
20632 # type: =head2
20633 #. type: =head2
20634 #: ../src/guestfs-actions.pod:7411
20635 msgid "guestfs_vgrename"
20636 msgstr ""
20637
20638 # type: verbatim
20639 #. type: verbatim
20640 #: ../src/guestfs-actions.pod:7413
20641 #, no-wrap
20642 msgid ""
20643 " int\n"
20644 " guestfs_vgrename (guestfs_h *g,\n"
20645 "                   const char *volgroup,\n"
20646 "                   const char *newvolgroup);\n"
20647 "\n"
20648 msgstr ""
20649
20650 # type: textblock
20651 #. type: textblock
20652 #: ../src/guestfs-actions.pod:7418 ../fish/guestfish-actions.pod:4935
20653 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
20654 msgstr ""
20655
20656 # type: =head2
20657 #. type: =head2
20658 #: ../src/guestfs-actions.pod:7424
20659 msgid "guestfs_vgs"
20660 msgstr ""
20661
20662 # type: verbatim
20663 #. type: verbatim
20664 #: ../src/guestfs-actions.pod:7426
20665 #, no-wrap
20666 msgid ""
20667 " char **\n"
20668 " guestfs_vgs (guestfs_h *g);\n"
20669 "\n"
20670 msgstr ""
20671
20672 # type: textblock
20673 #. type: textblock
20674 #: ../src/guestfs-actions.pod:7429 ../fish/guestfish-actions.pod:4941
20675 msgid ""
20676 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20677 "> command."
20678 msgstr ""
20679
20680 # type: textblock
20681 #. type: textblock
20682 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4944
20683 msgid ""
20684 "This returns a list of just the volume group names that were detected (eg. "
20685 "C<VolGroup00>)."
20686 msgstr ""
20687
20688 # type: textblock
20689 #. type: textblock
20690 #: ../src/guestfs-actions.pod:7435
20691 msgid "See also C<guestfs_vgs_full>."
20692 msgstr ""
20693
20694 # type: =head2
20695 #. type: =head2
20696 #: ../src/guestfs-actions.pod:7443
20697 msgid "guestfs_vgs_full"
20698 msgstr ""
20699
20700 # type: verbatim
20701 #. type: verbatim
20702 #: ../src/guestfs-actions.pod:7445
20703 #, no-wrap
20704 msgid ""
20705 " struct guestfs_lvm_vg_list *\n"
20706 " guestfs_vgs_full (guestfs_h *g);\n"
20707 "\n"
20708 msgstr ""
20709
20710 # type: textblock
20711 #. type: textblock
20712 #: ../src/guestfs-actions.pod:7448 ../fish/guestfish-actions.pod:4953
20713 msgid ""
20714 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20715 "> command.  The \"full\" version includes all fields."
20716 msgstr ""
20717
20718 # type: textblock
20719 #. type: textblock
20720 #: ../src/guestfs-actions.pod:7451
20721 msgid ""
20722 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
20723 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
20724 msgstr ""
20725
20726 # type: =head2
20727 #. type: =head2
20728 #: ../src/guestfs-actions.pod:7457
20729 msgid "guestfs_vgscan"
20730 msgstr ""
20731
20732 # type: verbatim
20733 #. type: verbatim
20734 #: ../src/guestfs-actions.pod:7459
20735 #, no-wrap
20736 msgid ""
20737 " int\n"
20738 " guestfs_vgscan (guestfs_h *g);\n"
20739 "\n"
20740 msgstr ""
20741
20742 # type: textblock
20743 #. type: textblock
20744 #: ../src/guestfs-actions.pod:7462 ../fish/guestfish-actions.pod:4960
20745 msgid ""
20746 "This rescans all block devices and rebuilds the list of LVM physical "
20747 "volumes, volume groups and logical volumes."
20748 msgstr ""
20749
20750 # type: =head2
20751 #. type: =head2
20752 #: ../src/guestfs-actions.pod:7469
20753 msgid "guestfs_vguuid"
20754 msgstr ""
20755
20756 # type: verbatim
20757 #. type: verbatim
20758 #: ../src/guestfs-actions.pod:7471
20759 #, no-wrap
20760 msgid ""
20761 " char *\n"
20762 " guestfs_vguuid (guestfs_h *g,\n"
20763 "                 const char *vgname);\n"
20764 "\n"
20765 msgstr ""
20766
20767 # type: textblock
20768 #. type: textblock
20769 #: ../src/guestfs-actions.pod:7475 ../fish/guestfish-actions.pod:4967
20770 msgid "This command returns the UUID of the LVM VG named C<vgname>."
20771 msgstr ""
20772
20773 # type: =head2
20774 #. type: =head2
20775 #: ../src/guestfs-actions.pod:7482
20776 msgid "guestfs_wait_ready"
20777 msgstr ""
20778
20779 # type: verbatim
20780 #. type: verbatim
20781 #: ../src/guestfs-actions.pod:7484
20782 #, no-wrap
20783 msgid ""
20784 " int\n"
20785 " guestfs_wait_ready (guestfs_h *g);\n"
20786 "\n"
20787 msgstr ""
20788
20789 # type: textblock
20790 #. type: textblock
20791 #: ../src/guestfs-actions.pod:7487
20792 msgid "This function is a no op."
20793 msgstr ""
20794
20795 # type: textblock
20796 #. type: textblock
20797 #: ../src/guestfs-actions.pod:7489
20798 msgid ""
20799 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
20800 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
20801 "is no longer necessary because C<guestfs_launch> now does the waiting."
20802 msgstr ""
20803
20804 # type: textblock
20805 #. type: textblock
20806 #: ../src/guestfs-actions.pod:7494
20807 msgid ""
20808 "If you see any calls to this function in code then you can just remove them, "
20809 "unless you want to retain compatibility with older versions of the API."
20810 msgstr ""
20811
20812 #. type: textblock
20813 #: ../src/guestfs-actions.pod:7500
20814 msgid ""
20815 "This function is deprecated.  In new code, use the C<launch> call instead."
20816 msgstr ""
20817
20818 # type: =head2
20819 #. type: =head2
20820 #: ../src/guestfs-actions.pod:7509
20821 msgid "guestfs_wc_c"
20822 msgstr ""
20823
20824 # type: verbatim
20825 #. type: verbatim
20826 #: ../src/guestfs-actions.pod:7511
20827 #, no-wrap
20828 msgid ""
20829 " int\n"
20830 " guestfs_wc_c (guestfs_h *g,\n"
20831 "               const char *path);\n"
20832 "\n"
20833 msgstr ""
20834
20835 # type: textblock
20836 #. type: textblock
20837 #: ../src/guestfs-actions.pod:7515 ../fish/guestfish-actions.pod:4973
20838 msgid ""
20839 "This command counts the characters in a file, using the C<wc -c> external "
20840 "command."
20841 msgstr ""
20842
20843 # type: =head2
20844 #. type: =head2
20845 #: ../src/guestfs-actions.pod:7522
20846 msgid "guestfs_wc_l"
20847 msgstr ""
20848
20849 # type: verbatim
20850 #. type: verbatim
20851 #: ../src/guestfs-actions.pod:7524
20852 #, no-wrap
20853 msgid ""
20854 " int\n"
20855 " guestfs_wc_l (guestfs_h *g,\n"
20856 "               const char *path);\n"
20857 "\n"
20858 msgstr ""
20859
20860 # type: textblock
20861 #. type: textblock
20862 #: ../src/guestfs-actions.pod:7528 ../fish/guestfish-actions.pod:4980
20863 msgid ""
20864 "This command counts the lines in a file, using the C<wc -l> external command."
20865 msgstr ""
20866
20867 # type: =head2
20868 #. type: =head2
20869 #: ../src/guestfs-actions.pod:7535
20870 msgid "guestfs_wc_w"
20871 msgstr ""
20872
20873 # type: verbatim
20874 #. type: verbatim
20875 #: ../src/guestfs-actions.pod:7537
20876 #, no-wrap
20877 msgid ""
20878 " int\n"
20879 " guestfs_wc_w (guestfs_h *g,\n"
20880 "               const char *path);\n"
20881 "\n"
20882 msgstr ""
20883
20884 # type: textblock
20885 #. type: textblock
20886 #: ../src/guestfs-actions.pod:7541 ../fish/guestfish-actions.pod:4987
20887 msgid ""
20888 "This command counts the words in a file, using the C<wc -w> external command."
20889 msgstr ""
20890
20891 # type: =head2
20892 #. type: =head2
20893 #: ../src/guestfs-actions.pod:7548
20894 msgid "guestfs_write"
20895 msgstr ""
20896
20897 # type: verbatim
20898 #. type: verbatim
20899 #: ../src/guestfs-actions.pod:7550
20900 #, no-wrap
20901 msgid ""
20902 " int\n"
20903 " guestfs_write (guestfs_h *g,\n"
20904 "                const char *path,\n"
20905 "                const char *content,\n"
20906 "                size_t content_size);\n"
20907 "\n"
20908 msgstr ""
20909
20910 # type: textblock
20911 #. type: textblock
20912 #: ../src/guestfs-actions.pod:7556 ../fish/guestfish-actions.pod:4994
20913 msgid ""
20914 "This call creates a file called C<path>.  The content of the file is the "
20915 "string C<content> (which can contain any 8 bit data)."
20916 msgstr ""
20917
20918 # type: =head2
20919 #. type: =head2
20920 #: ../src/guestfs-actions.pod:7566
20921 msgid "guestfs_write_file"
20922 msgstr ""
20923
20924 # type: verbatim
20925 #. type: verbatim
20926 #: ../src/guestfs-actions.pod:7568
20927 #, no-wrap
20928 msgid ""
20929 " int\n"
20930 " guestfs_write_file (guestfs_h *g,\n"
20931 "                     const char *path,\n"
20932 "                     const char *content,\n"
20933 "                     int size);\n"
20934 "\n"
20935 msgstr ""
20936
20937 # type: textblock
20938 #. type: textblock
20939 #: ../src/guestfs-actions.pod:7574 ../fish/guestfish-actions.pod:5004
20940 msgid ""
20941 "This call creates a file called C<path>.  The contents of the file is the "
20942 "string C<content> (which can contain any 8 bit data), with length C<size>."
20943 msgstr ""
20944
20945 # type: textblock
20946 #. type: textblock
20947 #: ../src/guestfs-actions.pod:7578 ../fish/guestfish-actions.pod:5008
20948 msgid ""
20949 "As a special case, if C<size> is C<0> then the length is calculated using "
20950 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
20951 msgstr ""
20952
20953 # type: textblock
20954 #. type: textblock
20955 #: ../src/guestfs-actions.pod:7582 ../fish/guestfish-actions.pod:5012
20956 msgid ""
20957 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
20958 "I<not> work, even if the length is specified."
20959 msgstr ""
20960
20961 # type: textblock
20962 #. type: textblock
20963 #: ../src/guestfs-actions.pod:7590 ../fish/guestfish-actions.pod:5018
20964 msgid ""
20965 "This function is deprecated.  In new code, use the C<write> call instead."
20966 msgstr ""
20967
20968 # type: =head2
20969 #. type: =head2
20970 #: ../src/guestfs-actions.pod:7599
20971 msgid "guestfs_zegrep"
20972 msgstr ""
20973
20974 # type: verbatim
20975 #. type: verbatim
20976 #: ../src/guestfs-actions.pod:7601
20977 #, no-wrap
20978 msgid ""
20979 " char **\n"
20980 " guestfs_zegrep (guestfs_h *g,\n"
20981 "                 const char *regex,\n"
20982 "                 const char *path);\n"
20983 "\n"
20984 msgstr ""
20985
20986 # type: textblock
20987 #. type: textblock
20988 #: ../src/guestfs-actions.pod:7606 ../fish/guestfish-actions.pod:5029
20989 msgid ""
20990 "This calls the external C<zegrep> program and returns the matching lines."
20991 msgstr ""
20992
20993 # type: =head2
20994 #. type: =head2
20995 #: ../src/guestfs-actions.pod:7618
20996 msgid "guestfs_zegrepi"
20997 msgstr ""
20998
20999 # type: verbatim
21000 #. type: verbatim
21001 #: ../src/guestfs-actions.pod:7620
21002 #, no-wrap
21003 msgid ""
21004 " char **\n"
21005 " guestfs_zegrepi (guestfs_h *g,\n"
21006 "                  const char *regex,\n"
21007 "                  const char *path);\n"
21008 "\n"
21009 msgstr ""
21010
21011 # type: textblock
21012 #. type: textblock
21013 #: ../src/guestfs-actions.pod:7625 ../fish/guestfish-actions.pod:5039
21014 msgid ""
21015 "This calls the external C<zegrep -i> program and returns the matching lines."
21016 msgstr ""
21017
21018 # type: =head2
21019 #. type: =head2
21020 #: ../src/guestfs-actions.pod:7637
21021 msgid "guestfs_zero"
21022 msgstr ""
21023
21024 # type: verbatim
21025 #. type: verbatim
21026 #: ../src/guestfs-actions.pod:7639
21027 #, no-wrap
21028 msgid ""
21029 " int\n"
21030 " guestfs_zero (guestfs_h *g,\n"
21031 "               const char *device);\n"
21032 "\n"
21033 msgstr ""
21034
21035 # type: textblock
21036 #. type: textblock
21037 #: ../src/guestfs-actions.pod:7643 ../fish/guestfish-actions.pod:5049
21038 msgid "This command writes zeroes over the first few blocks of C<device>."
21039 msgstr ""
21040
21041 # type: textblock
21042 #. type: textblock
21043 #: ../src/guestfs-actions.pod:7645 ../fish/guestfish-actions.pod:5051
21044 msgid ""
21045 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
21046 "securely wipe the device).  It should be sufficient to remove any partition "
21047 "tables, filesystem superblocks and so on."
21048 msgstr ""
21049
21050 #. type: textblock
21051 #: ../src/guestfs-actions.pod:7649
21052 msgid ""
21053 "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
21054 "C<guestfs_is_zero_device>"
21055 msgstr ""
21056
21057 # type: =head2
21058 #. type: =head2
21059 #: ../src/guestfs-actions.pod:7661
21060 msgid "guestfs_zero_device"
21061 msgstr ""
21062
21063 # type: verbatim
21064 #. type: verbatim
21065 #: ../src/guestfs-actions.pod:7663
21066 #, no-wrap
21067 msgid ""
21068 " int\n"
21069 " guestfs_zero_device (guestfs_h *g,\n"
21070 "                      const char *device);\n"
21071 "\n"
21072 msgstr ""
21073
21074 # type: textblock
21075 #. type: textblock
21076 #: ../src/guestfs-actions.pod:7667
21077 msgid ""
21078 "This command writes zeroes over the entire C<device>.  Compare with "
21079 "C<guestfs_zero> which just zeroes the first few blocks of a device."
21080 msgstr ""
21081
21082 # type: textblock
21083 #. type: textblock
21084 #: ../src/guestfs-actions.pod:7681
21085 msgid "(Added in 1.3.1)"
21086 msgstr ""
21087
21088 # type: =head2
21089 #. type: =head2
21090 #: ../src/guestfs-actions.pod:7683
21091 msgid "guestfs_zerofree"
21092 msgstr ""
21093
21094 # type: verbatim
21095 #. type: verbatim
21096 #: ../src/guestfs-actions.pod:7685
21097 #, no-wrap
21098 msgid ""
21099 " int\n"
21100 " guestfs_zerofree (guestfs_h *g,\n"
21101 "                   const char *device);\n"
21102 "\n"
21103 msgstr ""
21104
21105 # type: textblock
21106 #. type: textblock
21107 #: ../src/guestfs-actions.pod:7689 ../fish/guestfish-actions.pod:5073
21108 msgid ""
21109 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
21110 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
21111 "possible to compress the filesystem more effectively."
21112 msgstr ""
21113
21114 # type: textblock
21115 #. type: textblock
21116 #: ../src/guestfs-actions.pod:7694 ../fish/guestfish-actions.pod:5078
21117 msgid "You should B<not> run this program if the filesystem is mounted."
21118 msgstr ""
21119
21120 # type: textblock
21121 #. type: textblock
21122 #: ../src/guestfs-actions.pod:7697 ../fish/guestfish-actions.pod:5081
21123 msgid ""
21124 "It is possible that using this program can damage the filesystem or data on "
21125 "the filesystem."
21126 msgstr ""
21127
21128 # type: =head2
21129 #. type: =head2
21130 #: ../src/guestfs-actions.pod:7704
21131 msgid "guestfs_zfgrep"
21132 msgstr ""
21133
21134 # type: verbatim
21135 #. type: verbatim
21136 #: ../src/guestfs-actions.pod:7706
21137 #, no-wrap
21138 msgid ""
21139 " char **\n"
21140 " guestfs_zfgrep (guestfs_h *g,\n"
21141 "                 const char *pattern,\n"
21142 "                 const char *path);\n"
21143 "\n"
21144 msgstr ""
21145
21146 # type: textblock
21147 #. type: textblock
21148 #: ../src/guestfs-actions.pod:7711 ../fish/guestfish-actions.pod:5088
21149 msgid ""
21150 "This calls the external C<zfgrep> program and returns the matching lines."
21151 msgstr ""
21152
21153 # type: =head2
21154 #. type: =head2
21155 #: ../src/guestfs-actions.pod:7723
21156 msgid "guestfs_zfgrepi"
21157 msgstr ""
21158
21159 # type: verbatim
21160 #. type: verbatim
21161 #: ../src/guestfs-actions.pod:7725
21162 #, no-wrap
21163 msgid ""
21164 " char **\n"
21165 " guestfs_zfgrepi (guestfs_h *g,\n"
21166 "                  const char *pattern,\n"
21167 "                  const char *path);\n"
21168 "\n"
21169 msgstr ""
21170
21171 # type: textblock
21172 #. type: textblock
21173 #: ../src/guestfs-actions.pod:7730 ../fish/guestfish-actions.pod:5098
21174 msgid ""
21175 "This calls the external C<zfgrep -i> program and returns the matching lines."
21176 msgstr ""
21177
21178 # type: =head2
21179 #. type: =head2
21180 #: ../src/guestfs-actions.pod:7742
21181 msgid "guestfs_zfile"
21182 msgstr ""
21183
21184 # type: verbatim
21185 #. type: verbatim
21186 #: ../src/guestfs-actions.pod:7744
21187 #, no-wrap
21188 msgid ""
21189 " char *\n"
21190 " guestfs_zfile (guestfs_h *g,\n"
21191 "                const char *meth,\n"
21192 "                const char *path);\n"
21193 "\n"
21194 msgstr ""
21195
21196 # type: textblock
21197 #. type: textblock
21198 #: ../src/guestfs-actions.pod:7749 ../fish/guestfish-actions.pod:5108
21199 msgid ""
21200 "This command runs C<file> after first decompressing C<path> using C<method>."
21201 msgstr ""
21202
21203 # type: textblock
21204 #. type: textblock
21205 #: ../src/guestfs-actions.pod:7752 ../fish/guestfish-actions.pod:5111
21206 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
21207 msgstr ""
21208
21209 # type: textblock
21210 #. type: textblock
21211 #: ../src/guestfs-actions.pod:7754
21212 msgid ""
21213 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
21214 "files."
21215 msgstr ""
21216
21217 # type: textblock
21218 #. type: textblock
21219 #: ../src/guestfs-actions.pod:7760 ../fish/guestfish-actions.pod:5116
21220 msgid ""
21221 "This function is deprecated.  In new code, use the C<file> call instead."
21222 msgstr ""
21223
21224 # type: =head2
21225 #. type: =head2
21226 #: ../src/guestfs-actions.pod:7769
21227 msgid "guestfs_zgrep"
21228 msgstr ""
21229
21230 # type: verbatim
21231 #. type: verbatim
21232 #: ../src/guestfs-actions.pod:7771
21233 #, no-wrap
21234 msgid ""
21235 " char **\n"
21236 " guestfs_zgrep (guestfs_h *g,\n"
21237 "                const char *regex,\n"
21238 "                const char *path);\n"
21239 "\n"
21240 msgstr ""
21241
21242 # type: textblock
21243 #. type: textblock
21244 #: ../src/guestfs-actions.pod:7776 ../fish/guestfish-actions.pod:5127
21245 msgid ""
21246 "This calls the external C<zgrep> program and returns the matching lines."
21247 msgstr ""
21248
21249 # type: =head2
21250 #. type: =head2
21251 #: ../src/guestfs-actions.pod:7788
21252 msgid "guestfs_zgrepi"
21253 msgstr ""
21254
21255 # type: verbatim
21256 #. type: verbatim
21257 #: ../src/guestfs-actions.pod:7790
21258 #, no-wrap
21259 msgid ""
21260 " char **\n"
21261 " guestfs_zgrepi (guestfs_h *g,\n"
21262 "                 const char *regex,\n"
21263 "                 const char *path);\n"
21264 "\n"
21265 msgstr ""
21266
21267 # type: textblock
21268 #. type: textblock
21269 #: ../src/guestfs-actions.pod:7795 ../fish/guestfish-actions.pod:5137
21270 msgid ""
21271 "This calls the external C<zgrep -i> program and returns the matching lines."
21272 msgstr ""
21273
21274 # type: =item
21275 #. type: =item
21276 #: ../src/guestfs-availability.pod:3
21277 msgid "B<augeas>"
21278 msgstr ""
21279
21280 # type: textblock
21281 #. type: textblock
21282 #: ../src/guestfs-availability.pod:5
21283 msgid ""
21284 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
21285 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
21286 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
21287 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
21288 "L</guestfs_aug_save> L</guestfs_aug_set>"
21289 msgstr ""
21290
21291 # type: =item
21292 #. type: =item
21293 #: ../src/guestfs-availability.pod:21
21294 msgid "B<inotify>"
21295 msgstr ""
21296
21297 # type: textblock
21298 #. type: textblock
21299 #: ../src/guestfs-availability.pod:23
21300 msgid ""
21301 "The following functions: L</guestfs_inotify_add_watch> L</"
21302 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
21303 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
21304 msgstr ""
21305
21306 # type: =item
21307 #. type: =item
21308 #: ../src/guestfs-availability.pod:31
21309 msgid "B<linuxfsuuid>"
21310 msgstr ""
21311
21312 # type: textblock
21313 #. type: textblock
21314 #: ../src/guestfs-availability.pod:33
21315 msgid ""
21316 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
21317 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
21318 msgstr ""
21319
21320 # type: =item
21321 #. type: =item
21322 #: ../src/guestfs-availability.pod:40
21323 msgid "B<linuxmodules>"
21324 msgstr ""
21325
21326 # type: textblock
21327 #. type: textblock
21328 #: ../src/guestfs-availability.pod:42
21329 msgid "The following functions: L</guestfs_modprobe>"
21330 msgstr ""
21331
21332 # type: =item
21333 #. type: =item
21334 #: ../src/guestfs-availability.pod:45
21335 msgid "B<linuxxattrs>"
21336 msgstr ""
21337
21338 # type: textblock
21339 #. type: textblock
21340 #: ../src/guestfs-availability.pod:47
21341 msgid ""
21342 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
21343 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
21344 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
21345 "guestfs_setxattr>"
21346 msgstr ""
21347
21348 # type: =item
21349 #. type: =item
21350 #: ../src/guestfs-availability.pod:58
21351 msgid "B<luks>"
21352 msgstr ""
21353
21354 # type: textblock
21355 #. type: textblock
21356 #: ../src/guestfs-availability.pod:60
21357 msgid ""
21358 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
21359 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
21360 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
21361 msgstr ""
21362
21363 # type: =item
21364 #. type: =item
21365 #: ../src/guestfs-availability.pod:69
21366 msgid "B<lvm2>"
21367 msgstr ""
21368
21369 # type: textblock
21370 #. type: textblock
21371 #: ../src/guestfs-availability.pod:71
21372 msgid ""
21373 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
21374 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
21375 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
21376 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
21377 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
21378 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
21379 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
21380 msgstr ""
21381
21382 # type: =item
21383 #. type: =item
21384 #: ../src/guestfs-availability.pod:94
21385 msgid "B<mknod>"
21386 msgstr ""
21387
21388 # type: textblock
21389 #. type: textblock
21390 #: ../src/guestfs-availability.pod:96
21391 msgid ""
21392 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
21393 "guestfs_mknod_b> L</guestfs_mknod_c>"
21394 msgstr ""
21395
21396 # type: =item
21397 #. type: =item
21398 #: ../src/guestfs-availability.pod:102
21399 msgid "B<ntfs3g>"
21400 msgstr ""
21401
21402 # type: textblock
21403 #. type: textblock
21404 #: ../src/guestfs-availability.pod:104
21405 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
21406 msgstr ""
21407
21408 # type: =item
21409 #. type: =item
21410 #: ../src/guestfs-availability.pod:107
21411 msgid "B<ntfsprogs>"
21412 msgstr ""
21413
21414 #. type: textblock
21415 #: ../src/guestfs-availability.pod:109
21416 msgid ""
21417 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_opts> "
21418 "L</guestfs_ntfsresize_size>"
21419 msgstr ""
21420
21421 # type: =item
21422 #. type: =item
21423 #: ../src/guestfs-availability.pod:114
21424 msgid "B<realpath>"
21425 msgstr ""
21426
21427 # type: textblock
21428 #. type: textblock
21429 #: ../src/guestfs-availability.pod:116
21430 msgid "The following functions: L</guestfs_realpath>"
21431 msgstr ""
21432
21433 # type: =item
21434 #. type: =item
21435 #: ../src/guestfs-availability.pod:119
21436 msgid "B<scrub>"
21437 msgstr ""
21438
21439 # type: textblock
21440 #. type: textblock
21441 #: ../src/guestfs-availability.pod:121
21442 msgid ""
21443 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
21444 "guestfs_scrub_freespace>"
21445 msgstr ""
21446
21447 # type: =item
21448 #. type: =item
21449 #: ../src/guestfs-availability.pod:126
21450 msgid "B<selinux>"
21451 msgstr ""
21452
21453 # type: textblock
21454 #. type: textblock
21455 #: ../src/guestfs-availability.pod:128
21456 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
21457 msgstr ""
21458
21459 # type: =item
21460 #. type: =item
21461 #: ../src/guestfs-availability.pod:132
21462 msgid "B<xz>"
21463 msgstr ""
21464
21465 # type: textblock
21466 #. type: textblock
21467 #: ../src/guestfs-availability.pod:134
21468 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
21469 msgstr ""
21470
21471 # type: =item
21472 #. type: =item
21473 #: ../src/guestfs-availability.pod:138
21474 msgid "B<zerofree>"
21475 msgstr ""
21476
21477 # type: textblock
21478 #. type: textblock
21479 #: ../src/guestfs-availability.pod:140
21480 msgid "The following functions: L</guestfs_zerofree>"
21481 msgstr ""
21482
21483 # type: =head2
21484 #. type: =head2
21485 #: ../src/guestfs-structs.pod:1
21486 msgid "guestfs_int_bool"
21487 msgstr ""
21488
21489 # type: verbatim
21490 #. type: verbatim
21491 #: ../src/guestfs-structs.pod:3
21492 #, no-wrap
21493 msgid ""
21494 " struct guestfs_int_bool {\n"
21495 "   int32_t i;\n"
21496 "   int32_t b;\n"
21497 " };\n"
21498 " \n"
21499 msgstr ""
21500
21501 # type: verbatim
21502 #. type: verbatim
21503 #: ../src/guestfs-structs.pod:8
21504 #, no-wrap
21505 msgid ""
21506 " struct guestfs_int_bool_list {\n"
21507 "   uint32_t len; /* Number of elements in list. */\n"
21508 "   struct guestfs_int_bool *val; /* Elements. */\n"
21509 " };\n"
21510 " \n"
21511 msgstr ""
21512
21513 # type: verbatim
21514 #. type: verbatim
21515 #: ../src/guestfs-structs.pod:13
21516 #, no-wrap
21517 msgid ""
21518 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
21519 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
21520 "\n"
21521 msgstr ""
21522
21523 # type: =head2
21524 #. type: =head2
21525 #: ../src/guestfs-structs.pod:16
21526 msgid "guestfs_lvm_pv"
21527 msgstr ""
21528
21529 # type: verbatim
21530 #. type: verbatim
21531 #: ../src/guestfs-structs.pod:18
21532 #, no-wrap
21533 msgid ""
21534 " struct guestfs_lvm_pv {\n"
21535 "   char *pv_name;\n"
21536 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21537 "   char pv_uuid[32];\n"
21538 "   char *pv_fmt;\n"
21539 "   uint64_t pv_size;\n"
21540 "   uint64_t dev_size;\n"
21541 "   uint64_t pv_free;\n"
21542 "   uint64_t pv_used;\n"
21543 "   char *pv_attr;\n"
21544 "   int64_t pv_pe_count;\n"
21545 "   int64_t pv_pe_alloc_count;\n"
21546 "   char *pv_tags;\n"
21547 "   uint64_t pe_start;\n"
21548 "   int64_t pv_mda_count;\n"
21549 "   uint64_t pv_mda_free;\n"
21550 " };\n"
21551 " \n"
21552 msgstr ""
21553
21554 # type: verbatim
21555 #. type: verbatim
21556 #: ../src/guestfs-structs.pod:36
21557 #, no-wrap
21558 msgid ""
21559 " struct guestfs_lvm_pv_list {\n"
21560 "   uint32_t len; /* Number of elements in list. */\n"
21561 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
21562 " };\n"
21563 " \n"
21564 msgstr ""
21565
21566 # type: verbatim
21567 #. type: verbatim
21568 #: ../src/guestfs-structs.pod:41
21569 #, no-wrap
21570 msgid ""
21571 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
21572 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
21573 "\n"
21574 msgstr ""
21575
21576 # type: =head2
21577 #. type: =head2
21578 #: ../src/guestfs-structs.pod:44
21579 msgid "guestfs_lvm_vg"
21580 msgstr ""
21581
21582 # type: verbatim
21583 #. type: verbatim
21584 #: ../src/guestfs-structs.pod:46
21585 #, no-wrap
21586 msgid ""
21587 " struct guestfs_lvm_vg {\n"
21588 "   char *vg_name;\n"
21589 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21590 "   char vg_uuid[32];\n"
21591 "   char *vg_fmt;\n"
21592 "   char *vg_attr;\n"
21593 "   uint64_t vg_size;\n"
21594 "   uint64_t vg_free;\n"
21595 "   char *vg_sysid;\n"
21596 "   uint64_t vg_extent_size;\n"
21597 "   int64_t vg_extent_count;\n"
21598 "   int64_t vg_free_count;\n"
21599 "   int64_t max_lv;\n"
21600 "   int64_t max_pv;\n"
21601 "   int64_t pv_count;\n"
21602 "   int64_t lv_count;\n"
21603 "   int64_t snap_count;\n"
21604 "   int64_t vg_seqno;\n"
21605 "   char *vg_tags;\n"
21606 "   int64_t vg_mda_count;\n"
21607 "   uint64_t vg_mda_free;\n"
21608 " };\n"
21609 " \n"
21610 msgstr ""
21611
21612 # type: verbatim
21613 #. type: verbatim
21614 #: ../src/guestfs-structs.pod:69
21615 #, no-wrap
21616 msgid ""
21617 " struct guestfs_lvm_vg_list {\n"
21618 "   uint32_t len; /* Number of elements in list. */\n"
21619 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
21620 " };\n"
21621 " \n"
21622 msgstr ""
21623
21624 # type: verbatim
21625 #. type: verbatim
21626 #: ../src/guestfs-structs.pod:74
21627 #, no-wrap
21628 msgid ""
21629 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
21630 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
21631 "\n"
21632 msgstr ""
21633
21634 # type: =head2
21635 #. type: =head2
21636 #: ../src/guestfs-structs.pod:77
21637 msgid "guestfs_lvm_lv"
21638 msgstr ""
21639
21640 # type: verbatim
21641 #. type: verbatim
21642 #: ../src/guestfs-structs.pod:79
21643 #, no-wrap
21644 msgid ""
21645 " struct guestfs_lvm_lv {\n"
21646 "   char *lv_name;\n"
21647 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21648 "   char lv_uuid[32];\n"
21649 "   char *lv_attr;\n"
21650 "   int64_t lv_major;\n"
21651 "   int64_t lv_minor;\n"
21652 "   int64_t lv_kernel_major;\n"
21653 "   int64_t lv_kernel_minor;\n"
21654 "   uint64_t lv_size;\n"
21655 "   int64_t seg_count;\n"
21656 "   char *origin;\n"
21657 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21658 "   float snap_percent;\n"
21659 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21660 "   float copy_percent;\n"
21661 "   char *move_pv;\n"
21662 "   char *lv_tags;\n"
21663 "   char *mirror_log;\n"
21664 "   char *modules;\n"
21665 " };\n"
21666 " \n"
21667 msgstr ""
21668
21669 # type: verbatim
21670 #. type: verbatim
21671 #: ../src/guestfs-structs.pod:101
21672 #, no-wrap
21673 msgid ""
21674 " struct guestfs_lvm_lv_list {\n"
21675 "   uint32_t len; /* Number of elements in list. */\n"
21676 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
21677 " };\n"
21678 " \n"
21679 msgstr ""
21680
21681 # type: verbatim
21682 #. type: verbatim
21683 #: ../src/guestfs-structs.pod:106
21684 #, no-wrap
21685 msgid ""
21686 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
21687 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
21688 "\n"
21689 msgstr ""
21690
21691 # type: verbatim
21692 #. type: verbatim
21693 #: ../src/guestfs-structs.pod:111
21694 #, no-wrap
21695 msgid ""
21696 " struct guestfs_stat {\n"
21697 "   int64_t dev;\n"
21698 "   int64_t ino;\n"
21699 "   int64_t mode;\n"
21700 "   int64_t nlink;\n"
21701 "   int64_t uid;\n"
21702 "   int64_t gid;\n"
21703 "   int64_t rdev;\n"
21704 "   int64_t size;\n"
21705 "   int64_t blksize;\n"
21706 "   int64_t blocks;\n"
21707 "   int64_t atime;\n"
21708 "   int64_t mtime;\n"
21709 "   int64_t ctime;\n"
21710 " };\n"
21711 " \n"
21712 msgstr ""
21713
21714 # type: verbatim
21715 #. type: verbatim
21716 #: ../src/guestfs-structs.pod:127
21717 #, no-wrap
21718 msgid ""
21719 " struct guestfs_stat_list {\n"
21720 "   uint32_t len; /* Number of elements in list. */\n"
21721 "   struct guestfs_stat *val; /* Elements. */\n"
21722 " };\n"
21723 " \n"
21724 msgstr ""
21725
21726 # type: verbatim
21727 #. type: verbatim
21728 #: ../src/guestfs-structs.pod:132
21729 #, no-wrap
21730 msgid ""
21731 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
21732 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
21733 "\n"
21734 msgstr ""
21735
21736 # type: verbatim
21737 #. type: verbatim
21738 #: ../src/guestfs-structs.pod:137
21739 #, no-wrap
21740 msgid ""
21741 " struct guestfs_statvfs {\n"
21742 "   int64_t bsize;\n"
21743 "   int64_t frsize;\n"
21744 "   int64_t blocks;\n"
21745 "   int64_t bfree;\n"
21746 "   int64_t bavail;\n"
21747 "   int64_t files;\n"
21748 "   int64_t ffree;\n"
21749 "   int64_t favail;\n"
21750 "   int64_t fsid;\n"
21751 "   int64_t flag;\n"
21752 "   int64_t namemax;\n"
21753 " };\n"
21754 " \n"
21755 msgstr ""
21756
21757 # type: verbatim
21758 #. type: verbatim
21759 #: ../src/guestfs-structs.pod:151
21760 #, no-wrap
21761 msgid ""
21762 " struct guestfs_statvfs_list {\n"
21763 "   uint32_t len; /* Number of elements in list. */\n"
21764 "   struct guestfs_statvfs *val; /* Elements. */\n"
21765 " };\n"
21766 " \n"
21767 msgstr ""
21768
21769 # type: verbatim
21770 #. type: verbatim
21771 #: ../src/guestfs-structs.pod:156
21772 #, no-wrap
21773 msgid ""
21774 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
21775 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
21776 "\n"
21777 msgstr ""
21778
21779 # type: =head2
21780 #. type: =head2
21781 #: ../src/guestfs-structs.pod:159
21782 msgid "guestfs_dirent"
21783 msgstr ""
21784
21785 # type: verbatim
21786 #. type: verbatim
21787 #: ../src/guestfs-structs.pod:161
21788 #, no-wrap
21789 msgid ""
21790 " struct guestfs_dirent {\n"
21791 "   int64_t ino;\n"
21792 "   char ftyp;\n"
21793 "   char *name;\n"
21794 " };\n"
21795 " \n"
21796 msgstr ""
21797
21798 # type: verbatim
21799 #. type: verbatim
21800 #: ../src/guestfs-structs.pod:167
21801 #, no-wrap
21802 msgid ""
21803 " struct guestfs_dirent_list {\n"
21804 "   uint32_t len; /* Number of elements in list. */\n"
21805 "   struct guestfs_dirent *val; /* Elements. */\n"
21806 " };\n"
21807 " \n"
21808 msgstr ""
21809
21810 # type: verbatim
21811 #. type: verbatim
21812 #: ../src/guestfs-structs.pod:172
21813 #, no-wrap
21814 msgid ""
21815 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
21816 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
21817 "\n"
21818 msgstr ""
21819
21820 # type: verbatim
21821 #. type: verbatim
21822 #: ../src/guestfs-structs.pod:177
21823 #, no-wrap
21824 msgid ""
21825 " struct guestfs_version {\n"
21826 "   int64_t major;\n"
21827 "   int64_t minor;\n"
21828 "   int64_t release;\n"
21829 "   char *extra;\n"
21830 " };\n"
21831 " \n"
21832 msgstr ""
21833
21834 # type: verbatim
21835 #. type: verbatim
21836 #: ../src/guestfs-structs.pod:184
21837 #, no-wrap
21838 msgid ""
21839 " struct guestfs_version_list {\n"
21840 "   uint32_t len; /* Number of elements in list. */\n"
21841 "   struct guestfs_version *val; /* Elements. */\n"
21842 " };\n"
21843 " \n"
21844 msgstr ""
21845
21846 # type: verbatim
21847 #. type: verbatim
21848 #: ../src/guestfs-structs.pod:189
21849 #, no-wrap
21850 msgid ""
21851 " void guestfs_free_version (struct guestfs_free_version *);\n"
21852 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
21853 "\n"
21854 msgstr ""
21855
21856 # type: =head2
21857 #. type: =head2
21858 #: ../src/guestfs-structs.pod:192
21859 msgid "guestfs_xattr"
21860 msgstr ""
21861
21862 # type: verbatim
21863 #. type: verbatim
21864 #: ../src/guestfs-structs.pod:194
21865 #, no-wrap
21866 msgid ""
21867 " struct guestfs_xattr {\n"
21868 "   char *attrname;\n"
21869 "   /* The next two fields describe a byte array. */\n"
21870 "   uint32_t attrval_len;\n"
21871 "   char *attrval;\n"
21872 " };\n"
21873 " \n"
21874 msgstr ""
21875
21876 # type: verbatim
21877 #. type: verbatim
21878 #: ../src/guestfs-structs.pod:201
21879 #, no-wrap
21880 msgid ""
21881 " struct guestfs_xattr_list {\n"
21882 "   uint32_t len; /* Number of elements in list. */\n"
21883 "   struct guestfs_xattr *val; /* Elements. */\n"
21884 " };\n"
21885 " \n"
21886 msgstr ""
21887
21888 # type: verbatim
21889 #. type: verbatim
21890 #: ../src/guestfs-structs.pod:206
21891 #, no-wrap
21892 msgid ""
21893 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
21894 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
21895 "\n"
21896 msgstr ""
21897
21898 # type: =head2
21899 #. type: =head2
21900 #: ../src/guestfs-structs.pod:209
21901 msgid "guestfs_inotify_event"
21902 msgstr ""
21903
21904 # type: verbatim
21905 #. type: verbatim
21906 #: ../src/guestfs-structs.pod:211
21907 #, no-wrap
21908 msgid ""
21909 " struct guestfs_inotify_event {\n"
21910 "   int64_t in_wd;\n"
21911 "   uint32_t in_mask;\n"
21912 "   uint32_t in_cookie;\n"
21913 "   char *in_name;\n"
21914 " };\n"
21915 " \n"
21916 msgstr ""
21917
21918 # type: verbatim
21919 #. type: verbatim
21920 #: ../src/guestfs-structs.pod:218
21921 #, no-wrap
21922 msgid ""
21923 " struct guestfs_inotify_event_list {\n"
21924 "   uint32_t len; /* Number of elements in list. */\n"
21925 "   struct guestfs_inotify_event *val; /* Elements. */\n"
21926 " };\n"
21927 " \n"
21928 msgstr ""
21929
21930 # type: verbatim
21931 #. type: verbatim
21932 #: ../src/guestfs-structs.pod:223
21933 #, no-wrap
21934 msgid ""
21935 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
21936 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
21937 "\n"
21938 msgstr ""
21939
21940 # type: =head2
21941 #. type: =head2
21942 #: ../src/guestfs-structs.pod:226
21943 msgid "guestfs_partition"
21944 msgstr ""
21945
21946 # type: verbatim
21947 #. type: verbatim
21948 #: ../src/guestfs-structs.pod:228
21949 #, no-wrap
21950 msgid ""
21951 " struct guestfs_partition {\n"
21952 "   int32_t part_num;\n"
21953 "   uint64_t part_start;\n"
21954 "   uint64_t part_end;\n"
21955 "   uint64_t part_size;\n"
21956 " };\n"
21957 " \n"
21958 msgstr ""
21959
21960 # type: verbatim
21961 #. type: verbatim
21962 #: ../src/guestfs-structs.pod:235
21963 #, no-wrap
21964 msgid ""
21965 " struct guestfs_partition_list {\n"
21966 "   uint32_t len; /* Number of elements in list. */\n"
21967 "   struct guestfs_partition *val; /* Elements. */\n"
21968 " };\n"
21969 " \n"
21970 msgstr ""
21971
21972 # type: verbatim
21973 #. type: verbatim
21974 #: ../src/guestfs-structs.pod:240
21975 #, no-wrap
21976 msgid ""
21977 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
21978 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
21979 "\n"
21980 msgstr ""
21981
21982 # type: =head2
21983 #. type: =head2
21984 #: ../src/guestfs-structs.pod:243
21985 msgid "guestfs_application"
21986 msgstr ""
21987
21988 # type: verbatim
21989 #. type: verbatim
21990 #: ../src/guestfs-structs.pod:245
21991 #, no-wrap
21992 msgid ""
21993 " struct guestfs_application {\n"
21994 "   char *app_name;\n"
21995 "   char *app_display_name;\n"
21996 "   int32_t app_epoch;\n"
21997 "   char *app_version;\n"
21998 "   char *app_release;\n"
21999 "   char *app_install_path;\n"
22000 "   char *app_trans_path;\n"
22001 "   char *app_publisher;\n"
22002 "   char *app_url;\n"
22003 "   char *app_source_package;\n"
22004 "   char *app_summary;\n"
22005 "   char *app_description;\n"
22006 " };\n"
22007 " \n"
22008 msgstr ""
22009
22010 # type: verbatim
22011 #. type: verbatim
22012 #: ../src/guestfs-structs.pod:260
22013 #, no-wrap
22014 msgid ""
22015 " struct guestfs_application_list {\n"
22016 "   uint32_t len; /* Number of elements in list. */\n"
22017 "   struct guestfs_application *val; /* Elements. */\n"
22018 " };\n"
22019 " \n"
22020 msgstr ""
22021
22022 # type: verbatim
22023 #. type: verbatim
22024 #: ../src/guestfs-structs.pod:265
22025 #, no-wrap
22026 msgid ""
22027 " void guestfs_free_application (struct guestfs_free_application *);\n"
22028 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
22029 "\n"
22030 msgstr ""
22031
22032 # type: textblock
22033 #. type: textblock
22034 #: ../fish/guestfish.pod:5
22035 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
22036 msgstr ""
22037
22038 # type: verbatim
22039 #. type: verbatim
22040 #: ../fish/guestfish.pod:9
22041 #, no-wrap
22042 msgid ""
22043 " guestfish [--options] [commands]\n"
22044 "\n"
22045 msgstr ""
22046
22047 # type: verbatim
22048 #. type: verbatim
22049 #: ../fish/guestfish.pod:11
22050 #, no-wrap
22051 msgid ""
22052 " guestfish\n"
22053 "\n"
22054 msgstr ""
22055
22056 # type: verbatim
22057 #. type: verbatim
22058 #: ../fish/guestfish.pod:13
22059 #, no-wrap
22060 msgid ""
22061 " guestfish [--ro|--rw] -a disk.img\n"
22062 "\n"
22063 msgstr ""
22064
22065 # type: verbatim
22066 #. type: verbatim
22067 #: ../fish/guestfish.pod:15
22068 #, no-wrap
22069 msgid ""
22070 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
22071 "\n"
22072 msgstr ""
22073
22074 # type: verbatim
22075 #. type: verbatim
22076 #: ../fish/guestfish.pod:17
22077 #, no-wrap
22078 msgid ""
22079 " guestfish -d libvirt-domain\n"
22080 "\n"
22081 msgstr ""
22082
22083 # type: verbatim
22084 #. type: verbatim
22085 #: ../fish/guestfish.pod:19
22086 #, no-wrap
22087 msgid ""
22088 " guestfish [--ro|--rw] -a disk.img -i\n"
22089 "\n"
22090 msgstr ""
22091
22092 # type: verbatim
22093 #. type: verbatim
22094 #: ../fish/guestfish.pod:21
22095 #, no-wrap
22096 msgid ""
22097 " guestfish -d libvirt-domain -i\n"
22098 "\n"
22099 msgstr ""
22100
22101 # type: =head1
22102 #. type: =head1
22103 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15
22104 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
22105 msgid "WARNING"
22106 msgstr ""
22107
22108 # type: textblock
22109 #. type: textblock
22110 #: ../fish/guestfish.pod:25
22111 msgid ""
22112 "Using guestfish in read/write mode on live virtual machines can be "
22113 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
22114 "option to use guestfish safely if the disk image or virtual machine might be "
22115 "live."
22116 msgstr ""
22117
22118 # type: textblock
22119 #. type: textblock
22120 #: ../fish/guestfish.pod:32
22121 msgid ""
22122 "Guestfish is a shell and command-line tool for examining and modifying "
22123 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
22124 "functionality of the guestfs API, see L<guestfs(3)>."
22125 msgstr ""
22126
22127 # type: textblock
22128 #. type: textblock
22129 #: ../fish/guestfish.pod:36
22130 msgid ""
22131 "Guestfish gives you structured access to the libguestfs API, from shell "
22132 "scripts or the command line or interactively.  If you want to rescue a "
22133 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
22134 "command."
22135 msgstr ""
22136
22137 # type: =head1
22138 #. type: =head1
22139 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:949
22140 #: ../fuse/guestmount.pod:39 ../tools/virt-tar.pl:50
22141 msgid "EXAMPLES"
22142 msgstr ""
22143
22144 # type: =head2
22145 #. type: =head2
22146 #: ../fish/guestfish.pod:43
22147 msgid "As an interactive shell"
22148 msgstr ""
22149
22150 # type: verbatim
22151 #. type: verbatim
22152 #: ../fish/guestfish.pod:45
22153 #, no-wrap
22154 msgid ""
22155 " $ guestfish\n"
22156 " \n"
22157 msgstr ""
22158
22159 # type: verbatim
22160 #. type: verbatim
22161 #: ../fish/guestfish.pod:47
22162 #, no-wrap
22163 msgid ""
22164 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
22165 " editing virtual machine filesystems.\n"
22166 " \n"
22167 msgstr ""
22168
22169 # type: verbatim
22170 #. type: verbatim
22171 #: ../fish/guestfish.pod:50
22172 #, no-wrap
22173 msgid ""
22174 " Type: 'help' for a list of commands\n"
22175 "       'man' to read the manual\n"
22176 "       'quit' to quit the shell\n"
22177 " \n"
22178 msgstr ""
22179
22180 # type: verbatim
22181 #. type: verbatim
22182 #: ../fish/guestfish.pod:54
22183 #, no-wrap
22184 msgid ""
22185 " ><fs> add-ro disk.img\n"
22186 " ><fs> run\n"
22187 " ><fs> list-filesystems\n"
22188 " /dev/sda1: ext4\n"
22189 " /dev/vg_guest/lv_root: ext4\n"
22190 " /dev/vg_guest/lv_swap: swap\n"
22191 " ><fs> mount /dev/vg_guest/lv_root /\n"
22192 " ><fs> cat /etc/fstab\n"
22193 " # /etc/fstab\n"
22194 " # Created by anaconda\n"
22195 " [...]\n"
22196 " ><fs> exit\n"
22197 "\n"
22198 msgstr ""
22199
22200 # type: =head2
22201 #. type: =head2
22202 #: ../fish/guestfish.pod:67
22203 msgid "From shell scripts"
22204 msgstr ""
22205
22206 # type: textblock
22207 #. type: textblock
22208 #: ../fish/guestfish.pod:69
22209 msgid "Create a new C</etc/motd> file in a guest or disk image:"
22210 msgstr ""
22211
22212 # type: verbatim
22213 #. type: verbatim
22214 #: ../fish/guestfish.pod:71
22215 #, no-wrap
22216 msgid ""
22217 " guestfish <<_EOF_\n"
22218 " add disk.img\n"
22219 " run\n"
22220 " mount /dev/vg_guest/lv_root /\n"
22221 " write /etc/motd \"Welcome, new users\"\n"
22222 " _EOF_\n"
22223 "\n"
22224 msgstr ""
22225
22226 # type: textblock
22227 #. type: textblock
22228 #: ../fish/guestfish.pod:78
22229 msgid "List the LVM logical volumes in a disk image:"
22230 msgstr ""
22231
22232 # type: verbatim
22233 #. type: verbatim
22234 #: ../fish/guestfish.pod:80
22235 #, no-wrap
22236 msgid ""
22237 " guestfish -a disk.img --ro <<_EOF_\n"
22238 " run\n"
22239 " lvs\n"
22240 " _EOF_\n"
22241 "\n"
22242 msgstr ""
22243
22244 # type: textblock
22245 #. type: textblock
22246 #: ../fish/guestfish.pod:85
22247 msgid "List all the filesystems in a disk image:"
22248 msgstr ""
22249
22250 # type: verbatim
22251 #. type: verbatim
22252 #: ../fish/guestfish.pod:87
22253 #, no-wrap
22254 msgid ""
22255 " guestfish -a disk.img --ro <<_EOF_\n"
22256 " run\n"
22257 " list-filesystems\n"
22258 " _EOF_\n"
22259 "\n"
22260 msgstr ""
22261
22262 # type: =head2
22263 #. type: =head2
22264 #: ../fish/guestfish.pod:92
22265 msgid "On one command line"
22266 msgstr ""
22267
22268 # type: textblock
22269 #. type: textblock
22270 #: ../fish/guestfish.pod:94
22271 msgid "Update C</etc/resolv.conf> in a guest:"
22272 msgstr ""
22273
22274 # type: verbatim
22275 #. type: verbatim
22276 #: ../fish/guestfish.pod:96
22277 #, no-wrap
22278 msgid ""
22279 " guestfish \\\n"
22280 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
22281 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
22282 "\n"
22283 msgstr ""
22284
22285 # type: textblock
22286 #. type: textblock
22287 #: ../fish/guestfish.pod:100
22288 msgid "Edit C</boot/grub/grub.conf> interactively:"
22289 msgstr ""
22290
22291 # type: verbatim
22292 #. type: verbatim
22293 #: ../fish/guestfish.pod:102
22294 #, no-wrap
22295 msgid ""
22296 " guestfish --rw --add disk.img \\\n"
22297 "   --mount /dev/vg_guest/lv_root \\\n"
22298 "   --mount /dev/sda1:/boot \\\n"
22299 "   edit /boot/grub/grub.conf\n"
22300 "\n"
22301 msgstr ""
22302
22303 # type: =head2
22304 #. type: =head2
22305 #: ../fish/guestfish.pod:107
22306 msgid "Mount disks automatically"
22307 msgstr ""
22308
22309 # type: textblock
22310 #. type: textblock
22311 #: ../fish/guestfish.pod:109
22312 msgid ""
22313 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
22314 msgstr ""
22315
22316 # type: verbatim
22317 #. type: verbatim
22318 #: ../fish/guestfish.pod:112
22319 #, no-wrap
22320 msgid ""
22321 " guestfish --ro -a disk.img -i cat /etc/group\n"
22322 "\n"
22323 msgstr ""
22324
22325 # type: verbatim
22326 #. type: verbatim
22327 #: ../fish/guestfish.pod:114
22328 #, no-wrap
22329 msgid ""
22330 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
22331 "\n"
22332 msgstr ""
22333
22334 # type: textblock
22335 #. type: textblock
22336 #: ../fish/guestfish.pod:116
22337 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
22338 msgstr ""
22339
22340 # type: verbatim
22341 #. type: verbatim
22342 #: ../fish/guestfish.pod:118
22343 #, no-wrap
22344 msgid ""
22345 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
22346 "\n"
22347 msgstr ""
22348
22349 # type: =head2
22350 #. type: =head2
22351 #: ../fish/guestfish.pod:120
22352 msgid "As a script interpreter"
22353 msgstr ""
22354
22355 # type: textblock
22356 #. type: textblock
22357 #: ../fish/guestfish.pod:122
22358 msgid "Create a 100MB disk containing an ext2-formatted partition:"
22359 msgstr ""
22360
22361 # type: verbatim
22362 #. type: verbatim
22363 #: ../fish/guestfish.pod:124
22364 #, no-wrap
22365 msgid ""
22366 " #!/usr/bin/guestfish -f\n"
22367 " sparse test1.img 100M\n"
22368 " run\n"
22369 " part-disk /dev/sda mbr\n"
22370 " mkfs ext2 /dev/sda1\n"
22371 "\n"
22372 msgstr ""
22373
22374 # type: =head2
22375 #. type: =head2
22376 #: ../fish/guestfish.pod:130
22377 msgid "Start with a prepared disk"
22378 msgstr ""
22379
22380 # type: textblock
22381 #. type: textblock
22382 #: ../fish/guestfish.pod:132
22383 msgid ""
22384 "An alternate way to create a 100MB disk called C<test1.img> containing a "
22385 "single ext2-formatted partition:"
22386 msgstr ""
22387
22388 # type: verbatim
22389 #. type: verbatim
22390 #: ../fish/guestfish.pod:135
22391 #, no-wrap
22392 msgid ""
22393 " guestfish -N fs\n"
22394 "\n"
22395 msgstr ""
22396
22397 # type: textblock
22398 #. type: textblock
22399 #: ../fish/guestfish.pod:137
22400 msgid "To list what is available do:"
22401 msgstr ""
22402
22403 # type: verbatim
22404 #. type: verbatim
22405 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:940
22406 #, no-wrap
22407 msgid ""
22408 " guestfish -N help | less\n"
22409 "\n"
22410 msgstr ""
22411
22412 # type: =head2
22413 #. type: =head2
22414 #: ../fish/guestfish.pod:141
22415 msgid "Remote control"
22416 msgstr ""
22417
22418 # type: verbatim
22419 #. type: verbatim
22420 #: ../fish/guestfish.pod:143
22421 #, no-wrap
22422 msgid ""
22423 " eval \"`guestfish --listen`\"\n"
22424 " guestfish --remote add-ro disk.img\n"
22425 " guestfish --remote run\n"
22426 " guestfish --remote lvs\n"
22427 "\n"
22428 msgstr ""
22429
22430 # type: =head1
22431 #. type: =head1
22432 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
22433 #: ../fuse/guestmount.pod:83 ../tools/virt-win-reg.pl:96
22434 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
22435 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
22436 msgid "OPTIONS"
22437 msgstr ""
22438
22439 # type: =item
22440 #. type: =item
22441 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:143
22442 #: ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61
22443 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
22444 #: ../tools/virt-list-partitions.pl:62
22445 msgid "B<--help>"
22446 msgstr ""
22447
22448 # type: textblock
22449 #. type: textblock
22450 #: ../fish/guestfish.pod:154
22451 msgid "Displays general help on options."
22452 msgstr ""
22453
22454 # type: =item
22455 #. type: =item
22456 #: ../fish/guestfish.pod:156
22457 msgid "B<-h>"
22458 msgstr ""
22459
22460 # type: =item
22461 #. type: =item
22462 #: ../fish/guestfish.pod:158
22463 msgid "B<--cmd-help>"
22464 msgstr ""
22465
22466 # type: textblock
22467 #. type: textblock
22468 #: ../fish/guestfish.pod:160
22469 msgid "Lists all available guestfish commands."
22470 msgstr ""
22471
22472 # type: =item
22473 #. type: =item
22474 #: ../fish/guestfish.pod:162
22475 msgid "B<-h cmd>"
22476 msgstr ""
22477
22478 # type: =item
22479 #. type: =item
22480 #: ../fish/guestfish.pod:164
22481 msgid "B<--cmd-help cmd>"
22482 msgstr ""
22483
22484 # type: textblock
22485 #. type: textblock
22486 #: ../fish/guestfish.pod:166
22487 msgid "Displays detailed help on a single command C<cmd>."
22488 msgstr ""
22489
22490 # type: =item
22491 #. type: =item
22492 #: ../fish/guestfish.pod:168
22493 msgid "B<-a image>"
22494 msgstr ""
22495
22496 # type: =item
22497 #. type: =item
22498 #: ../fish/guestfish.pod:170
22499 msgid "B<--add image>"
22500 msgstr ""
22501
22502 # type: textblock
22503 #. type: textblock
22504 #: ../fish/guestfish.pod:172
22505 msgid "Add a block device or virtual machine image to the shell."
22506 msgstr ""
22507
22508 # type: textblock
22509 #. type: textblock
22510 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
22511 msgid ""
22512 "The format of the disk image is auto-detected.  To override this and force a "
22513 "particular format use the I<--format=..> option."
22514 msgstr ""
22515
22516 #. type: textblock
22517 #: ../fish/guestfish.pod:177
22518 msgid ""
22519 "Using this flag is mostly equivalent to using the C<add> command, with "
22520 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
22521 "the I<--format=...> flag was given."
22522 msgstr ""
22523
22524 # type: =item
22525 #. type: =item
22526 #: ../fish/guestfish.pod:181
22527 msgid "B<-c URI>"
22528 msgstr ""
22529
22530 # type: =item
22531 #. type: =item
22532 #: ../fish/guestfish.pod:183
22533 msgid "B<--connect URI>"
22534 msgstr ""
22535
22536 # type: textblock
22537 #. type: textblock
22538 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
22539 msgid ""
22540 "When used in conjunction with the I<-d> option, this specifies the libvirt "
22541 "URI to use.  The default is to use the default libvirt connection."
22542 msgstr ""
22543
22544 # type: =item
22545 #. type: =item
22546 #: ../fish/guestfish.pod:189
22547 msgid "B<--csh>"
22548 msgstr ""
22549
22550 # type: textblock
22551 #. type: textblock
22552 #: ../fish/guestfish.pod:191
22553 msgid ""
22554 "If using the I<--listen> option and a csh-like shell, use this option.  See "
22555 "section L</REMOTE CONTROL AND CSH> below."
22556 msgstr ""
22557
22558 # type: =item
22559 #. type: =item
22560 #: ../fish/guestfish.pod:194
22561 msgid "B<-d libvirt-domain>"
22562 msgstr ""
22563
22564 # type: =item
22565 #. type: =item
22566 #: ../fish/guestfish.pod:196
22567 msgid "B<--domain libvirt-domain>"
22568 msgstr ""
22569
22570 # type: textblock
22571 #. type: textblock
22572 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
22573 msgid ""
22574 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
22575 "used, then any libvirt domain can be used.  However in write mode, only "
22576 "libvirt domains which are shut down can be named here."
22577 msgstr ""
22578
22579 #. type: textblock
22580 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:106
22581 msgid "Domain UUIDs can be used instead of names."
22582 msgstr ""
22583
22584 # type: textblock
22585 #. type: textblock
22586 #: ../fish/guestfish.pod:204
22587 msgid ""
22588 "Using this flag is mostly equivalent to using the C<add-domain> command, "
22589 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
22590 "if the I<--format:...> flag was given."
22591 msgstr ""
22592
22593 # type: =item
22594 #. type: =item
22595 #: ../fish/guestfish.pod:208
22596 msgid "B<-D>"
22597 msgstr ""
22598
22599 # type: =item
22600 #. type: =item
22601 #: ../fish/guestfish.pod:210
22602 msgid "B<--no-dest-paths>"
22603 msgstr ""
22604
22605 # type: textblock
22606 #. type: textblock
22607 #: ../fish/guestfish.pod:212
22608 msgid ""
22609 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
22610 "to hit the tab key to complete paths on the guest filesystem, but this "
22611 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
22612 "allow this feature to be disabled."
22613 msgstr ""
22614
22615 # type: =item
22616 #. type: =item
22617 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
22618 msgid "B<--echo-keys>"
22619 msgstr ""
22620
22621 # type: textblock
22622 #. type: textblock
22623 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:122
22624 msgid ""
22625 "When prompting for keys and passphrases, guestfish normally turns echoing "
22626 "off so you cannot see what you are typing.  If you are not worried about "
22627 "Tempest attacks and there is no one else in the room you can specify this "
22628 "flag to see what you are typing."
22629 msgstr ""
22630
22631 # type: =item
22632 #. type: =item
22633 #: ../fish/guestfish.pod:224
22634 msgid "B<-f file>"
22635 msgstr ""
22636
22637 # type: =item
22638 #. type: =item
22639 #: ../fish/guestfish.pod:226
22640 msgid "B<--file file>"
22641 msgstr ""
22642
22643 # type: textblock
22644 #. type: textblock
22645 #: ../fish/guestfish.pod:228
22646 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
22647 msgstr ""
22648
22649 # type: verbatim
22650 #. type: verbatim
22651 #: ../fish/guestfish.pod:231
22652 #, no-wrap
22653 msgid ""
22654 " #!/usr/bin/guestfish -f\n"
22655 "\n"
22656 msgstr ""
22657
22658 # type: =item
22659 #. type: =item
22660 #: ../fish/guestfish.pod:233
22661 msgid "B<--format=raw|qcow2|..>"
22662 msgstr ""
22663
22664 # type: =item
22665 #. type: =item
22666 #: ../fish/guestfish.pod:235
22667 msgid "B<--format>"
22668 msgstr ""
22669
22670 # type: textblock
22671 #. type: textblock
22672 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:129
22673 msgid ""
22674 "The default for the I<-a> option is to auto-detect the format of the disk "
22675 "image.  Using this forces the disk format for I<-a> options which follow on "
22676 "the command line.  Using I<--format> with no argument switches back to auto-"
22677 "detection for subsequent I<-a> options."
22678 msgstr ""
22679
22680 # type: verbatim
22681 #. type: verbatim
22682 #: ../fish/guestfish.pod:244
22683 #, no-wrap
22684 msgid ""
22685 " guestfish --format=raw -a disk.img\n"
22686 "\n"
22687 msgstr ""
22688
22689 # type: textblock
22690 #. type: textblock
22691 #: ../fish/guestfish.pod:246
22692 msgid "forces raw format (no auto-detection) for C<disk.img>."
22693 msgstr ""
22694
22695 # type: verbatim
22696 #. type: verbatim
22697 #: ../fish/guestfish.pod:248
22698 #, no-wrap
22699 msgid ""
22700 " guestfish --format=raw -a disk.img --format -a another.img\n"
22701 "\n"
22702 msgstr ""
22703
22704 # type: textblock
22705 #. type: textblock
22706 #: ../fish/guestfish.pod:250
22707 msgid ""
22708 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
22709 "detection for C<another.img>."
22710 msgstr ""
22711
22712 # type: textblock
22713 #. type: textblock
22714 #: ../fish/guestfish.pod:253
22715 msgid ""
22716 "If you have untrusted raw-format guest disk images, you should use this "
22717 "option to specify the disk format.  This avoids a possible security problem "
22718 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
22719 msgstr ""
22720
22721 # type: =item
22722 #. type: =item
22723 #: ../fish/guestfish.pod:258
22724 msgid "B<-i>"
22725 msgstr ""
22726
22727 # type: =item
22728 #. type: =item
22729 #: ../fish/guestfish.pod:260
22730 msgid "B<--inspector>"
22731 msgstr ""
22732
22733 # type: textblock
22734 #. type: textblock
22735 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:149
22736 msgid ""
22737 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
22738 "system and mount filesystems as they would be mounted on the real virtual "
22739 "machine."
22740 msgstr ""
22741
22742 # type: textblock
22743 #. type: textblock
22744 #: ../fish/guestfish.pod:266
22745 msgid "Typical usage is either:"
22746 msgstr ""
22747
22748 # type: verbatim
22749 #. type: verbatim
22750 #: ../fish/guestfish.pod:268
22751 #, no-wrap
22752 msgid ""
22753 " guestfish -d myguest -i\n"
22754 "\n"
22755 msgstr ""
22756
22757 # type: textblock
22758 #. type: textblock
22759 #: ../fish/guestfish.pod:270
22760 msgid "(for an inactive libvirt domain called I<myguest>), or:"
22761 msgstr ""
22762
22763 # type: verbatim
22764 #. type: verbatim
22765 #: ../fish/guestfish.pod:272
22766 #, no-wrap
22767 msgid ""
22768 " guestfish --ro -d myguest -i\n"
22769 "\n"
22770 msgstr ""
22771
22772 # type: textblock
22773 #. type: textblock
22774 #: ../fish/guestfish.pod:274
22775 msgid "(for active domains, readonly), or specify the block device directly:"
22776 msgstr ""
22777
22778 # type: verbatim
22779 #. type: verbatim
22780 #: ../fish/guestfish.pod:276
22781 #, no-wrap
22782 msgid ""
22783 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
22784 "\n"
22785 msgstr ""
22786
22787 # type: textblock
22788 #. type: textblock
22789 #: ../fish/guestfish.pod:278
22790 msgid ""
22791 "Note that the command line syntax changed slightly over older versions of "
22792 "guestfish.  You can still use the old syntax:"
22793 msgstr ""
22794
22795 # type: verbatim
22796 #. type: verbatim
22797 #: ../fish/guestfish.pod:281
22798 #, no-wrap
22799 msgid ""
22800 " guestfish [--ro] -i disk.img\n"
22801 "\n"
22802 msgstr ""
22803
22804 # type: verbatim
22805 #. type: verbatim
22806 #: ../fish/guestfish.pod:283
22807 #, no-wrap
22808 msgid ""
22809 " guestfish [--ro] -i libvirt-domain\n"
22810 "\n"
22811 msgstr ""
22812
22813 # type: textblock
22814 #. type: textblock
22815 #: ../fish/guestfish.pod:285
22816 msgid ""
22817 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
22818 "then using other commands to mount the filesystems that were found."
22819 msgstr ""
22820
22821 # type: =item
22822 #. type: =item
22823 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
22824 msgid "B<--keys-from-stdin>"
22825 msgstr ""
22826
22827 # type: textblock
22828 #. type: textblock
22829 #: ../fish/guestfish.pod:291 ../fuse/guestmount.pod:155
22830 msgid ""
22831 "Read key or passphrase parameters from stdin.  The default is to try to read "
22832 "passphrases from the user by opening C</dev/tty>."
22833 msgstr ""
22834
22835 # type: =item
22836 #. type: =item
22837 #: ../fish/guestfish.pod:294
22838 msgid "B<--listen>"
22839 msgstr ""
22840
22841 # type: textblock
22842 #. type: textblock
22843 #: ../fish/guestfish.pod:296
22844 msgid ""
22845 "Fork into the background and listen for remote commands.  See section L</"
22846 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
22847 msgstr ""
22848
22849 #. type: =item
22850 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
22851 msgid "B<--live>"
22852 msgstr ""
22853
22854 #. type: textblock
22855 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:160
22856 msgid ""
22857 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
22858 "ATTACHING TO RUNNING DAEMONS>)."
22859 msgstr ""
22860
22861 #. type: =item
22862 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
22863 msgid "B<-m dev[:mountpoint[:options]]>"
22864 msgstr ""
22865
22866 #. type: =item
22867 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:165
22868 msgid "B<--mount dev[:mountpoint[:options]]>"
22869 msgstr ""
22870
22871 # type: textblock
22872 #. type: textblock
22873 #: ../fish/guestfish.pod:308
22874 msgid "Mount the named partition or logical volume on the given mountpoint."
22875 msgstr ""
22876
22877 # type: textblock
22878 #. type: textblock
22879 #: ../fish/guestfish.pod:310
22880 msgid "If the mountpoint is omitted, it defaults to C</>."
22881 msgstr ""
22882
22883 # type: textblock
22884 #. type: textblock
22885 #: ../fish/guestfish.pod:312
22886 msgid "You have to mount something on C</> before most commands will work."
22887 msgstr ""
22888
22889 # type: textblock
22890 #. type: textblock
22891 #: ../fish/guestfish.pod:314
22892 msgid ""
22893 "If any I<-m> or I<--mount> options are given, the guest is automatically "
22894 "launched."
22895 msgstr ""
22896
22897 # type: textblock
22898 #. type: textblock
22899 #: ../fish/guestfish.pod:317
22900 msgid ""
22901 "If you don't know what filesystems a disk image contains, you can either run "
22902 "guestfish without this option, then list the partitions, filesystems and LVs "
22903 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
22904 "commands), or you can use the L<virt-filesystems(1)> program."
22905 msgstr ""
22906
22907 #. type: textblock
22908 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:173
22909 msgid ""
22910 "The third (and rarely used) part of the mount parameter is the list of mount "
22911 "options used to mount the underlying filesystem.  If this is not given, then "
22912 "the mount options are either the empty string or C<ro> (the latter if the "
22913 "I<--ro> flag is used).  By specifying the mount options, you override this "
22914 "default choice.  Probably the only time you would use this is to enable ACLs "
22915 "and/or extended attributes if the filesystem can support them:"
22916 msgstr ""
22917
22918 #. type: verbatim
22919 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:181
22920 #, no-wrap
22921 msgid ""
22922 " -m /dev/sda1:/:acl,user_xattr\n"
22923 "\n"
22924 msgstr ""
22925
22926 #. type: textblock
22927 #: ../fish/guestfish.pod:333
22928 msgid "Using this flag is equivalent to using the C<mount-options> command."
22929 msgstr ""
22930
22931 # type: =item
22932 #. type: =item
22933 #: ../fish/guestfish.pod:335
22934 msgid "B<-n>"
22935 msgstr ""
22936
22937 # type: =item
22938 #. type: =item
22939 #: ../fish/guestfish.pod:337
22940 msgid "B<--no-sync>"
22941 msgstr ""
22942
22943 # type: textblock
22944 #. type: textblock
22945 #: ../fish/guestfish.pod:339
22946 msgid ""
22947 "Disable autosync.  This is enabled by default.  See the discussion of "
22948 "autosync in the L<guestfs(3)> manpage."
22949 msgstr ""
22950
22951 # type: =item
22952 #. type: =item
22953 #: ../fish/guestfish.pod:342
22954 msgid "B<-N type>"
22955 msgstr ""
22956
22957 # type: =item
22958 #. type: =item
22959 #: ../fish/guestfish.pod:344
22960 msgid "B<--new type>"
22961 msgstr ""
22962
22963 # type: =item
22964 #. type: =item
22965 #: ../fish/guestfish.pod:346
22966 msgid "B<-N help>"
22967 msgstr ""
22968
22969 # type: textblock
22970 #. type: textblock
22971 #: ../fish/guestfish.pod:348
22972 msgid ""
22973 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
22974 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
22975 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
22976 "IMAGES> below."
22977 msgstr ""
22978
22979 # type: =item
22980 #. type: =item
22981 #: ../fish/guestfish.pod:353
22982 msgid "B<--progress-bars>"
22983 msgstr ""
22984
22985 # type: textblock
22986 #. type: textblock
22987 #: ../fish/guestfish.pod:355
22988 msgid "Enable progress bars, even when guestfish is used non-interactively."
22989 msgstr ""
22990
22991 # type: textblock
22992 #. type: textblock
22993 #: ../fish/guestfish.pod:357
22994 msgid ""
22995 "Progress bars are enabled by default when guestfish is used as an "
22996 "interactive shell."
22997 msgstr ""
22998
22999 # type: =item
23000 #. type: =item
23001 #: ../fish/guestfish.pod:360
23002 msgid "B<--no-progress-bars>"
23003 msgstr ""
23004
23005 # type: textblock
23006 #. type: textblock
23007 #: ../fish/guestfish.pod:362
23008 msgid "Disable progress bars."
23009 msgstr ""
23010
23011 # type: =item
23012 #. type: =item
23013 #: ../fish/guestfish.pod:364
23014 msgid "B<--remote[=pid]>"
23015 msgstr ""
23016
23017 # type: textblock
23018 #. type: textblock
23019 #: ../fish/guestfish.pod:366
23020 msgid ""
23021 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
23022 "CONTROL GUESTFISH OVER A SOCKET> below."
23023 msgstr ""
23024
23025 # type: =item
23026 #. type: =item
23027 #: ../fish/guestfish.pod:369
23028 msgid "B<-r>"
23029 msgstr ""
23030
23031 # type: =item
23032 #. type: =item
23033 #: ../fish/guestfish.pod:371
23034 msgid "B<--ro>"
23035 msgstr ""
23036
23037 # type: textblock
23038 #. type: textblock
23039 #: ../fish/guestfish.pod:373
23040 msgid ""
23041 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
23042 "mounts are done read-only."
23043 msgstr ""
23044
23045 # type: textblock
23046 #. type: textblock
23047 #: ../fish/guestfish.pod:376
23048 msgid ""
23049 "The option must always be used if the disk image or virtual machine might be "
23050 "running, and is generally recommended in cases where you don't need write "
23051 "access to the disk."
23052 msgstr ""
23053
23054 # type: textblock
23055 #. type: textblock
23056 #: ../fish/guestfish.pod:380
23057 msgid ""
23058 "Note that prepared disk images created with I<-N> are not affected by this "
23059 "option.  Also commands like C<add> are not affected - you have to specify "
23060 "the C<readonly:true> option explicitly if you need it."
23061 msgstr ""
23062
23063 # type: textblock
23064 #. type: textblock
23065 #: ../fish/guestfish.pod:384
23066 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
23067 msgstr ""
23068
23069 # type: =item
23070 #. type: =item
23071 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:237
23072 msgid "B<--selinux>"
23073 msgstr ""
23074
23075 # type: textblock
23076 #. type: textblock
23077 #: ../fish/guestfish.pod:388
23078 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
23079 msgstr ""
23080
23081 # type: =item
23082 #. type: =item
23083 #: ../fish/guestfish.pod:390
23084 msgid "B<-v>"
23085 msgstr ""
23086
23087 # type: =item
23088 #. type: =item
23089 #: ../fish/guestfish.pod:392
23090 msgid "B<--verbose>"
23091 msgstr ""
23092
23093 # type: textblock
23094 #. type: textblock
23095 #: ../fish/guestfish.pod:394
23096 msgid ""
23097 "Enable very verbose messages.  This is particularly useful if you find a bug."
23098 msgstr ""
23099
23100 # type: =item
23101 #. type: =item
23102 #: ../fish/guestfish.pod:397
23103 msgid "B<-V>"
23104 msgstr ""
23105
23106 # type: =item
23107 #. type: =item
23108 #: ../fish/guestfish.pod:399 ../tools/virt-win-reg.pl:112
23109 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
23110 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
23111 msgid "B<--version>"
23112 msgstr ""
23113
23114 # type: textblock
23115 #. type: textblock
23116 #: ../fish/guestfish.pod:401
23117 msgid "Display the guestfish / libguestfs version number and exit."
23118 msgstr ""
23119
23120 # type: =item
23121 #. type: =item
23122 #: ../fish/guestfish.pod:403
23123 msgid "B<-w>"
23124 msgstr ""
23125
23126 # type: =item
23127 #. type: =item
23128 #: ../fish/guestfish.pod:405
23129 msgid "B<--rw>"
23130 msgstr ""
23131
23132 #. type: textblock
23133 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:251
23134 msgid ""
23135 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
23136 "mounts are done read-write."
23137 msgstr ""
23138
23139 #. type: textblock
23140 #: ../fish/guestfish.pod:410
23141 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
23142 msgstr ""
23143
23144 # type: =item
23145 #. type: =item
23146 #: ../fish/guestfish.pod:412
23147 msgid "B<-x>"
23148 msgstr ""
23149
23150 # type: textblock
23151 #. type: textblock
23152 #: ../fish/guestfish.pod:414
23153 msgid "Echo each command before executing it."
23154 msgstr ""
23155
23156 # type: =head1
23157 #. type: =head1
23158 #: ../fish/guestfish.pod:418
23159 msgid "COMMANDS ON COMMAND LINE"
23160 msgstr ""
23161
23162 # type: textblock
23163 #. type: textblock
23164 #: ../fish/guestfish.pod:420
23165 msgid ""
23166 "Any additional (non-option) arguments are treated as commands to execute."
23167 msgstr ""
23168
23169 # type: textblock
23170 #. type: textblock
23171 #: ../fish/guestfish.pod:423
23172 msgid ""
23173 "Commands to execute should be separated by a colon (C<:>), where the colon "
23174 "is a separate parameter.  Thus:"
23175 msgstr ""
23176
23177 # type: verbatim
23178 #. type: verbatim
23179 #: ../fish/guestfish.pod:426
23180 #, no-wrap
23181 msgid ""
23182 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
23183 "\n"
23184 msgstr ""
23185
23186 # type: textblock
23187 #. type: textblock
23188 #: ../fish/guestfish.pod:428
23189 msgid ""
23190 "If there are no additional arguments, then we enter a shell, either an "
23191 "interactive shell with a prompt (if the input is a terminal) or a non-"
23192 "interactive shell."
23193 msgstr ""
23194
23195 # type: textblock
23196 #. type: textblock
23197 #: ../fish/guestfish.pod:432
23198 msgid ""
23199 "In either command line mode or non-interactive shell, the first command that "
23200 "gives an error causes the whole shell to exit.  In interactive mode (with a "
23201 "prompt) if a command fails, you can continue to enter commands."
23202 msgstr ""
23203
23204 # type: =head1
23205 #. type: =head1
23206 #: ../fish/guestfish.pod:437
23207 msgid "USING launch (OR run)"
23208 msgstr ""
23209
23210 # type: textblock
23211 #. type: textblock
23212 #: ../fish/guestfish.pod:439
23213 msgid ""
23214 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
23215 "then launch it, then mount any disks you need, and finally issue actions/"
23216 "commands.  So the general order of the day is:"
23217 msgstr ""
23218
23219 # type: textblock
23220 #. type: textblock
23221 #: ../fish/guestfish.pod:447
23222 msgid "add or -a/--add"
23223 msgstr ""
23224
23225 # type: textblock
23226 #. type: textblock
23227 #: ../fish/guestfish.pod:451
23228 msgid "launch (aka run)"
23229 msgstr ""
23230
23231 # type: textblock
23232 #. type: textblock
23233 #: ../fish/guestfish.pod:455
23234 msgid "mount or -m/--mount"
23235 msgstr ""
23236
23237 # type: textblock
23238 #. type: textblock
23239 #: ../fish/guestfish.pod:459
23240 msgid "any other commands"
23241 msgstr ""
23242
23243 # type: textblock
23244 #. type: textblock
23245 #: ../fish/guestfish.pod:463
23246 msgid ""
23247 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
23248 "guest before mounting or performing any other commands."
23249 msgstr ""
23250
23251 # type: textblock
23252 #. type: textblock
23253 #: ../fish/guestfish.pod:466
23254 msgid ""
23255 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
23256 "I<--new> options were given then C<run> is done automatically, simply "
23257 "because guestfish can't perform the action you asked for without doing this."
23258 msgstr ""
23259
23260 # type: =head1
23261 #. type: =head1
23262 #: ../fish/guestfish.pod:471
23263 msgid "OPENING DISKS FOR READ AND WRITE"
23264 msgstr ""
23265
23266 #. type: textblock
23267 #: ../fish/guestfish.pod:473
23268 msgid ""
23269 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
23270 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
23271 "I<-i> and I<-m> open disk images read-only or for writing."
23272 msgstr ""
23273
23274 #. type: textblock
23275 #: ../fish/guestfish.pod:478
23276 msgid ""
23277 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
23278 "opening disk images supplied on the command line for write.  To open a disk "
23279 "image read-only you have to do I<-a image --ro>."
23280 msgstr ""
23281
23282 # type: textblock
23283 #. type: textblock
23284 #: ../fish/guestfish.pod:482
23285 msgid ""
23286 "This matters: If you accidentally open a live VM disk image writable then "
23287 "you will cause irreversible disk corruption."
23288 msgstr ""
23289
23290 #. type: textblock
23291 #: ../fish/guestfish.pod:485
23292 msgid ""
23293 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
23294 "images will be opened read-only.  You will have to either specify "
23295 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
23296 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
23297 "access for disk images specified by those other command line options."
23298 msgstr ""
23299
23300 #. type: textblock
23301 #: ../fish/guestfish.pod:492
23302 msgid ""
23303 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
23304 "which does nothing (it is already the default).  However it is highly "
23305 "recommended that you use this option to indicate that you need write access, "
23306 "and prepare your scripts for the day when this option will be required for "
23307 "write access."
23308 msgstr ""
23309
23310 # type: textblock
23311 #. type: textblock
23312 #: ../fish/guestfish.pod:498
23313 msgid ""
23314 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
23315 "other libguestfs program apart from guestfish and guestmount."
23316 msgstr ""
23317
23318 # type: =head1
23319 #. type: =head1
23320 #: ../fish/guestfish.pod:501
23321 msgid "QUOTING"
23322 msgstr ""
23323
23324 # type: textblock
23325 #. type: textblock
23326 #: ../fish/guestfish.pod:503
23327 msgid ""
23328 "You can quote ordinary parameters using either single or double quotes.  For "
23329 "example:"
23330 msgstr ""
23331
23332 # type: verbatim
23333 #. type: verbatim
23334 #: ../fish/guestfish.pod:506
23335 #, no-wrap
23336 msgid ""
23337 " add \"file with a space.img\"\n"
23338 "\n"
23339 msgstr ""
23340
23341 # type: verbatim
23342 #. type: verbatim
23343 #: ../fish/guestfish.pod:508
23344 #, no-wrap
23345 msgid ""
23346 " rm '/file name'\n"
23347 "\n"
23348 msgstr ""
23349
23350 # type: verbatim
23351 #. type: verbatim
23352 #: ../fish/guestfish.pod:510
23353 #, no-wrap
23354 msgid ""
23355 " rm '/\"'\n"
23356 "\n"
23357 msgstr ""
23358
23359 # type: textblock
23360 #. type: textblock
23361 #: ../fish/guestfish.pod:512
23362 msgid ""
23363 "A few commands require a list of strings to be passed.  For these, use a "
23364 "whitespace-separated list, enclosed in quotes.  Strings containing "
23365 "whitespace to be passed through must be enclosed in single quotes.  A "
23366 "literal single quote must be escaped with a backslash."
23367 msgstr ""
23368
23369 # type: verbatim
23370 #. type: verbatim
23371 #: ../fish/guestfish.pod:517
23372 #, no-wrap
23373 msgid ""
23374 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
23375 " command \"/bin/echo 'foo      bar'\"\n"
23376 " command \"/bin/echo \\'foo\\'\"\n"
23377 "\n"
23378 msgstr ""
23379
23380 # type: =head1
23381 #. type: =head1
23382 #: ../fish/guestfish.pod:521
23383 msgid "OPTIONAL ARGUMENTS"
23384 msgstr ""
23385
23386 # type: textblock
23387 #. type: textblock
23388 #: ../fish/guestfish.pod:523
23389 msgid ""
23390 "Some commands take optional arguments.  These arguments appear in this "
23391 "documentation as C<[argname:..]>.  You can use them as in these examples:"
23392 msgstr ""
23393
23394 # type: verbatim
23395 #. type: verbatim
23396 #: ../fish/guestfish.pod:527
23397 #, no-wrap
23398 msgid ""
23399 " add-drive-opts filename\n"
23400 "\n"
23401 msgstr ""
23402
23403 # type: verbatim
23404 #. type: verbatim
23405 #: ../fish/guestfish.pod:529
23406 #, no-wrap
23407 msgid ""
23408 " add-drive-opts filename readonly:true\n"
23409 "\n"
23410 msgstr ""
23411
23412 # type: verbatim
23413 #. type: verbatim
23414 #: ../fish/guestfish.pod:531
23415 #, no-wrap
23416 msgid ""
23417 " add-drive-opts filename format:qcow2 readonly:false\n"
23418 "\n"
23419 msgstr ""
23420
23421 # type: textblock
23422 #. type: textblock
23423 #: ../fish/guestfish.pod:533
23424 msgid ""
23425 "Each optional argument can appear at most once.  All optional arguments must "
23426 "appear after the required ones."
23427 msgstr ""
23428
23429 # type: =head1
23430 #. type: =head1
23431 #: ../fish/guestfish.pod:536
23432 msgid "NUMBERS"
23433 msgstr ""
23434
23435 # type: textblock
23436 #. type: textblock
23437 #: ../fish/guestfish.pod:538
23438 msgid ""
23439 "This section applies to all commands which can take integers as parameters."
23440 msgstr ""
23441
23442 # type: =head2
23443 #. type: =head2
23444 #: ../fish/guestfish.pod:541
23445 msgid "SIZE SUFFIX"
23446 msgstr ""
23447
23448 # type: textblock
23449 #. type: textblock
23450 #: ../fish/guestfish.pod:543
23451 msgid ""
23452 "When the command takes a parameter measured in bytes, you can use one of the "
23453 "following suffixes to specify kilobytes, megabytes and larger sizes:"
23454 msgstr ""
23455
23456 # type: =item
23457 #. type: =item
23458 #: ../fish/guestfish.pod:549
23459 msgid "B<k> or B<K> or B<KiB>"
23460 msgstr ""
23461
23462 # type: textblock
23463 #. type: textblock
23464 #: ../fish/guestfish.pod:551
23465 msgid "The size in kilobytes (multiplied by 1024)."
23466 msgstr ""
23467
23468 # type: =item
23469 #. type: =item
23470 #: ../fish/guestfish.pod:553
23471 msgid "B<KB>"
23472 msgstr ""
23473
23474 # type: textblock
23475 #. type: textblock
23476 #: ../fish/guestfish.pod:555
23477 msgid "The size in SI 1000 byte units."
23478 msgstr ""
23479
23480 # type: =item
23481 #. type: =item
23482 #: ../fish/guestfish.pod:557
23483 msgid "B<M> or B<MiB>"
23484 msgstr ""
23485
23486 # type: textblock
23487 #. type: textblock
23488 #: ../fish/guestfish.pod:559
23489 msgid "The size in megabytes (multiplied by 1048576)."
23490 msgstr ""
23491
23492 # type: =item
23493 #. type: =item
23494 #: ../fish/guestfish.pod:561
23495 msgid "B<MB>"
23496 msgstr ""
23497
23498 # type: textblock
23499 #. type: textblock
23500 #: ../fish/guestfish.pod:563
23501 msgid "The size in SI 1000000 byte units."
23502 msgstr ""
23503
23504 # type: =item
23505 #. type: =item
23506 #: ../fish/guestfish.pod:565
23507 msgid "B<G> or B<GiB>"
23508 msgstr ""
23509
23510 # type: textblock
23511 #. type: textblock
23512 #: ../fish/guestfish.pod:567
23513 msgid "The size in gigabytes (multiplied by 2**30)."
23514 msgstr ""
23515
23516 # type: =item
23517 #. type: =item
23518 #: ../fish/guestfish.pod:569
23519 msgid "B<GB>"
23520 msgstr ""
23521
23522 # type: textblock
23523 #. type: textblock
23524 #: ../fish/guestfish.pod:571
23525 msgid "The size in SI 10**9 byte units."
23526 msgstr ""
23527
23528 # type: =item
23529 #. type: =item
23530 #: ../fish/guestfish.pod:573
23531 msgid "B<T> or B<TiB>"
23532 msgstr ""
23533
23534 # type: textblock
23535 #. type: textblock
23536 #: ../fish/guestfish.pod:575
23537 msgid "The size in terabytes (multiplied by 2**40)."
23538 msgstr ""
23539
23540 # type: =item
23541 #. type: =item
23542 #: ../fish/guestfish.pod:577
23543 msgid "B<TB>"
23544 msgstr ""
23545
23546 # type: textblock
23547 #. type: textblock
23548 #: ../fish/guestfish.pod:579
23549 msgid "The size in SI 10**12 byte units."
23550 msgstr ""
23551
23552 # type: =item
23553 #. type: =item
23554 #: ../fish/guestfish.pod:581
23555 msgid "B<P> or B<PiB>"
23556 msgstr ""
23557
23558 # type: textblock
23559 #. type: textblock
23560 #: ../fish/guestfish.pod:583
23561 msgid "The size in petabytes (multiplied by 2**50)."
23562 msgstr ""
23563
23564 # type: =item
23565 #. type: =item
23566 #: ../fish/guestfish.pod:585
23567 msgid "B<PB>"
23568 msgstr ""
23569
23570 # type: textblock
23571 #. type: textblock
23572 #: ../fish/guestfish.pod:587
23573 msgid "The size in SI 10**15 byte units."
23574 msgstr ""
23575
23576 # type: =item
23577 #. type: =item
23578 #: ../fish/guestfish.pod:589
23579 msgid "B<E> or B<EiB>"
23580 msgstr ""
23581
23582 # type: textblock
23583 #. type: textblock
23584 #: ../fish/guestfish.pod:591
23585 msgid "The size in exabytes (multiplied by 2**60)."
23586 msgstr ""
23587
23588 # type: =item
23589 #. type: =item
23590 #: ../fish/guestfish.pod:593
23591 msgid "B<EB>"
23592 msgstr ""
23593
23594 # type: textblock
23595 #. type: textblock
23596 #: ../fish/guestfish.pod:595
23597 msgid "The size in SI 10**18 byte units."
23598 msgstr ""
23599
23600 # type: =item
23601 #. type: =item
23602 #: ../fish/guestfish.pod:597
23603 msgid "B<Z> or B<ZiB>"
23604 msgstr ""
23605
23606 # type: textblock
23607 #. type: textblock
23608 #: ../fish/guestfish.pod:599
23609 msgid "The size in zettabytes (multiplied by 2**70)."
23610 msgstr ""
23611
23612 # type: =item
23613 #. type: =item
23614 #: ../fish/guestfish.pod:601
23615 msgid "B<ZB>"
23616 msgstr ""
23617
23618 # type: textblock
23619 #. type: textblock
23620 #: ../fish/guestfish.pod:603
23621 msgid "The size in SI 10**21 byte units."
23622 msgstr ""
23623
23624 # type: =item
23625 #. type: =item
23626 #: ../fish/guestfish.pod:605
23627 msgid "B<Y> or B<YiB>"
23628 msgstr ""
23629
23630 # type: textblock
23631 #. type: textblock
23632 #: ../fish/guestfish.pod:607
23633 msgid "The size in yottabytes (multiplied by 2**80)."
23634 msgstr ""
23635
23636 # type: =item
23637 #. type: =item
23638 #: ../fish/guestfish.pod:609
23639 msgid "B<YB>"
23640 msgstr ""
23641
23642 # type: textblock
23643 #. type: textblock
23644 #: ../fish/guestfish.pod:611
23645 msgid "The size in SI 10**24 byte units."
23646 msgstr ""
23647
23648 # type: verbatim
23649 #. type: verbatim
23650 #: ../fish/guestfish.pod:617
23651 #, no-wrap
23652 msgid ""
23653 " truncate-size /file 1G\n"
23654 "\n"
23655 msgstr ""
23656
23657 # type: textblock
23658 #. type: textblock
23659 #: ../fish/guestfish.pod:619
23660 msgid "would truncate the file to 1 gigabyte."
23661 msgstr ""
23662
23663 # type: textblock
23664 #. type: textblock
23665 #: ../fish/guestfish.pod:621
23666 msgid ""
23667 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
23668 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
23669 "suffix will probably not do what you expect."
23670 msgstr ""
23671
23672 # type: =head2
23673 #. type: =head2
23674 #: ../fish/guestfish.pod:625
23675 msgid "OCTAL AND HEXADECIMAL NUMBERS"
23676 msgstr ""
23677
23678 # type: textblock
23679 #. type: textblock
23680 #: ../fish/guestfish.pod:627
23681 msgid ""
23682 "For specifying the radix (base) use the C convention: C<0> to prefix an "
23683 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
23684 msgstr ""
23685
23686 # type: verbatim
23687 #. type: verbatim
23688 #: ../fish/guestfish.pod:630
23689 #, no-wrap
23690 msgid ""
23691 " 1234      decimal number 1234\n"
23692 " 02322     octal number, equivalent to decimal 1234\n"
23693 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
23694 "\n"
23695 msgstr ""
23696
23697 # type: textblock
23698 #. type: textblock
23699 #: ../fish/guestfish.pod:634
23700 msgid ""
23701 "When using the C<chmod> command, you almost always want to specify an octal "
23702 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
23703 "L<chmod(1)> program):"
23704 msgstr ""
23705
23706 # type: verbatim
23707 #. type: verbatim
23708 #: ../fish/guestfish.pod:638
23709 #, no-wrap
23710 msgid ""
23711 " chmod 0777 /public  # OK\n"
23712 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
23713 "\n"
23714 msgstr ""
23715
23716 # type: textblock
23717 #. type: textblock
23718 #: ../fish/guestfish.pod:641
23719 msgid ""
23720 "Commands that return numbers usually print them in decimal, but some "
23721 "commands print numbers in other radices (eg. C<umask> prints the mode in "
23722 "octal, preceeded by C<0>)."
23723 msgstr ""
23724
23725 # type: =head1
23726 #. type: =head1
23727 #: ../fish/guestfish.pod:645
23728 msgid "WILDCARDS AND GLOBBING"
23729 msgstr ""
23730
23731 # type: textblock
23732 #. type: textblock
23733 #: ../fish/guestfish.pod:647
23734 msgid ""
23735 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
23736 "(globbing) by default.  So for example the following will not do what you "
23737 "expect:"
23738 msgstr ""
23739
23740 # type: verbatim
23741 #. type: verbatim
23742 #: ../fish/guestfish.pod:651
23743 #, no-wrap
23744 msgid ""
23745 " rm-rf /home/*\n"
23746 "\n"
23747 msgstr ""
23748
23749 # type: textblock
23750 #. type: textblock
23751 #: ../fish/guestfish.pod:653
23752 msgid ""
23753 "Assuming you don't have a directory called literally C</home/*> then the "
23754 "above command will return an error."
23755 msgstr ""
23756
23757 # type: textblock
23758 #. type: textblock
23759 #: ../fish/guestfish.pod:656
23760 msgid "To perform wildcard expansion, use the C<glob> command."
23761 msgstr ""
23762
23763 # type: verbatim
23764 #. type: verbatim
23765 #: ../fish/guestfish.pod:658
23766 #, no-wrap
23767 msgid ""
23768 " glob rm-rf /home/*\n"
23769 "\n"
23770 msgstr ""
23771
23772 # type: textblock
23773 #. type: textblock
23774 #: ../fish/guestfish.pod:660
23775 msgid ""
23776 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
23777 "many times), equivalent to:"
23778 msgstr ""
23779
23780 # type: verbatim
23781 #. type: verbatim
23782 #: ../fish/guestfish.pod:663
23783 #, no-wrap
23784 msgid ""
23785 " rm-rf /home/jim\n"
23786 " rm-rf /home/joe\n"
23787 " rm-rf /home/mary\n"
23788 "\n"
23789 msgstr ""
23790
23791 # type: textblock
23792 #. type: textblock
23793 #: ../fish/guestfish.pod:667
23794 msgid "C<glob> only works on simple guest paths and not on device names."
23795 msgstr ""
23796
23797 # type: textblock
23798 #. type: textblock
23799 #: ../fish/guestfish.pod:669
23800 msgid ""
23801 "If you have several parameters, each containing a wildcard, then glob will "
23802 "perform a Cartesian product."
23803 msgstr ""
23804
23805 # type: =head1
23806 #. type: =head1
23807 #: ../fish/guestfish.pod:672
23808 msgid "COMMENTS"
23809 msgstr ""
23810
23811 # type: textblock
23812 #. type: textblock
23813 #: ../fish/guestfish.pod:674
23814 msgid ""
23815 "Any line which starts with a I<#> character is treated as a comment and "
23816 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
23817 "a command.  For example:"
23818 msgstr ""
23819
23820 # type: verbatim
23821 #. type: verbatim
23822 #: ../fish/guestfish.pod:678
23823 #, no-wrap
23824 msgid ""
23825 " # this is a comment\n"
23826 "         # this is a comment\n"
23827 " foo # NOT a comment\n"
23828 "\n"
23829 msgstr ""
23830
23831 # type: textblock
23832 #. type: textblock
23833 #: ../fish/guestfish.pod:682
23834 msgid "Blank lines are also ignored."
23835 msgstr ""
23836
23837 # type: =head1
23838 #. type: =head1
23839 #: ../fish/guestfish.pod:684
23840 msgid "RUNNING COMMANDS LOCALLY"
23841 msgstr ""
23842
23843 # type: textblock
23844 #. type: textblock
23845 #: ../fish/guestfish.pod:686
23846 msgid ""
23847 "Any line which starts with a I<!> character is treated as a command sent to "
23848 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
23849 msgstr ""
23850
23851 # type: verbatim
23852 #. type: verbatim
23853 #: ../fish/guestfish.pod:690
23854 #, no-wrap
23855 msgid ""
23856 " !mkdir local\n"
23857 " tgz-out /remote local/remote-data.tar.gz\n"
23858 "\n"
23859 msgstr ""
23860
23861 # type: textblock
23862 #. type: textblock
23863 #: ../fish/guestfish.pod:693
23864 msgid ""
23865 "will create a directory C<local> on the host, and then export the contents "
23866 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
23867 "(See C<tgz-out>)."
23868 msgstr ""
23869
23870 # type: textblock
23871 #. type: textblock
23872 #: ../fish/guestfish.pod:697
23873 msgid ""
23874 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
23875 "effect, due to the way that subprocesses work in Unix."
23876 msgstr ""
23877
23878 #. type: =head2
23879 #: ../fish/guestfish.pod:700
23880 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
23881 msgstr ""
23882
23883 #. type: textblock
23884 #: ../fish/guestfish.pod:702
23885 msgid ""
23886 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
23887 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
23888 "and executed as guestfish commands."
23889 msgstr ""
23890
23891 #. type: textblock
23892 #: ../fish/guestfish.pod:706
23893 msgid ""
23894 "Thus you can use shell script to construct arbitrary guestfish commands "
23895 "which are then parsed by guestfish."
23896 msgstr ""
23897
23898 #. type: textblock
23899 #: ../fish/guestfish.pod:709
23900 msgid ""
23901 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
23902 "through C</foo.100>) using guestfish commands alone.  However this is simple "
23903 "if we use a shell script to create the guestfish commands for us:"
23904 msgstr ""
23905
23906 #. type: verbatim
23907 #: ../fish/guestfish.pod:714
23908 #, no-wrap
23909 msgid ""
23910 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
23911 "\n"
23912 msgstr ""
23913
23914 #. type: textblock
23915 #: ../fish/guestfish.pod:716
23916 msgid "or with names like C</foo.001>:"
23917 msgstr ""
23918
23919 #. type: verbatim
23920 #: ../fish/guestfish.pod:718
23921 #, no-wrap
23922 msgid ""
23923 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
23924 "\n"
23925 msgstr ""
23926
23927 #. type: textblock
23928 #: ../fish/guestfish.pod:720
23929 msgid ""
23930 "When using guestfish interactively it can be helpful to just run the shell "
23931 "script first (ie. remove the initial C<E<lt>> character so it is just an "
23932 "ordinary I<!> local command), see what guestfish commands it would run, and "
23933 "when you are happy with those prepend the C<E<lt>> character to run the "
23934 "guestfish commands for real."
23935 msgstr ""
23936
23937 # type: =head1
23938 #. type: =head1
23939 #: ../fish/guestfish.pod:726
23940 msgid "PIPES"
23941 msgstr ""
23942
23943 # type: textblock
23944 #. type: textblock
23945 #: ../fish/guestfish.pod:728
23946 msgid ""
23947 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
23948 "command (a guestfish command) to the second command (any host command).  For "
23949 "example:"
23950 msgstr ""
23951
23952 # type: verbatim
23953 #. type: verbatim
23954 #: ../fish/guestfish.pod:732
23955 #, no-wrap
23956 msgid ""
23957 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
23958 "\n"
23959 msgstr ""
23960
23961 # type: textblock
23962 #. type: textblock
23963 #: ../fish/guestfish.pod:734
23964 msgid ""
23965 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
23966 "program).  The above command would list all accounts in the guest filesystem "
23967 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
23968 msgstr ""
23969
23970 # type: verbatim
23971 #. type: verbatim
23972 #: ../fish/guestfish.pod:739
23973 #, no-wrap
23974 msgid ""
23975 " hexdump /bin/ls | head\n"
23976 " list-devices | tail -1\n"
23977 " tgz-out / - | tar ztf -\n"
23978 "\n"
23979 msgstr ""
23980
23981 # type: textblock
23982 #. type: textblock
23983 #: ../fish/guestfish.pod:743
23984 msgid ""
23985 "The space before the pipe symbol is required, any space after the pipe "
23986 "symbol is optional.  Everything after the pipe symbol is just passed "
23987 "straight to the host shell, so it can contain redirections, globs and "
23988 "anything else that makes sense on the host side."
23989 msgstr ""
23990
23991 # type: textblock
23992 #. type: textblock
23993 #: ../fish/guestfish.pod:748
23994 msgid ""
23995 "To use a literal argument which begins with a pipe symbol, you have to quote "
23996 "it, eg:"
23997 msgstr ""
23998
23999 # type: verbatim
24000 #. type: verbatim
24001 #: ../fish/guestfish.pod:751
24002 #, no-wrap
24003 msgid ""
24004 " echo \"|\"\n"
24005 "\n"
24006 msgstr ""
24007
24008 # type: =head1
24009 #. type: =head1
24010 #: ../fish/guestfish.pod:753
24011 msgid "HOME DIRECTORIES"
24012 msgstr ""
24013
24014 # type: textblock
24015 #. type: textblock
24016 #: ../fish/guestfish.pod:755
24017 msgid ""
24018 "If a parameter starts with the character C<~> then the tilde may be expanded "
24019 "as a home directory path (either C<~> for the current user's home directory, "
24020 "or C<~user> for another user)."
24021 msgstr ""
24022
24023 # type: textblock
24024 #. type: textblock
24025 #: ../fish/guestfish.pod:759
24026 msgid ""
24027 "Note that home directory expansion happens for users known I<on the host>, "
24028 "not in the guest filesystem."
24029 msgstr ""
24030
24031 # type: textblock
24032 #. type: textblock
24033 #: ../fish/guestfish.pod:762
24034 msgid ""
24035 "To use a literal argument which begins with a tilde, you have to quote it, "
24036 "eg:"
24037 msgstr ""
24038
24039 # type: verbatim
24040 #. type: verbatim
24041 #: ../fish/guestfish.pod:765
24042 #, no-wrap
24043 msgid ""
24044 " echo \"~\"\n"
24045 "\n"
24046 msgstr ""
24047
24048 # type: textblock
24049 #. type: textblock
24050 #: ../fish/guestfish.pod:769
24051 msgid ""
24052 "Libguestfs has some support for Linux guests encrypted according to the "
24053 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
24054 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
24055 "LUKS is supported."
24056 msgstr ""
24057
24058 # type: textblock
24059 #. type: textblock
24060 #: ../fish/guestfish.pod:774
24061 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
24062 msgstr ""
24063
24064 # type: verbatim
24065 #. type: verbatim
24066 #: ../fish/guestfish.pod:776
24067 #, no-wrap
24068 msgid ""
24069 " ><fs> vfs-type /dev/sda2\n"
24070 " crypto_LUKS\n"
24071 "\n"
24072 msgstr ""
24073
24074 # type: textblock
24075 #. type: textblock
24076 #: ../fish/guestfish.pod:779
24077 msgid ""
24078 "Then open those devices using L</luks-open>.  This creates a device-mapper "
24079 "device called C</dev/mapper/luksdev>."
24080 msgstr ""
24081
24082 # type: verbatim
24083 #. type: verbatim
24084 #: ../fish/guestfish.pod:782
24085 #, no-wrap
24086 msgid ""
24087 " ><fs> luks-open /dev/sda2 luksdev\n"
24088 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
24089 "\n"
24090 msgstr ""
24091
24092 # type: textblock
24093 #. type: textblock
24094 #: ../fish/guestfish.pod:785
24095 msgid ""
24096 "Finally you have to tell LVM to scan for volume groups on the newly created "
24097 "mapper device:"
24098 msgstr ""
24099
24100 # type: verbatim
24101 #. type: verbatim
24102 #: ../fish/guestfish.pod:788
24103 #, no-wrap
24104 msgid ""
24105 " vgscan\n"
24106 " vg-activate-all true\n"
24107 "\n"
24108 msgstr ""
24109
24110 # type: textblock
24111 #. type: textblock
24112 #: ../fish/guestfish.pod:791
24113 msgid "The logical volume(s) can now be mounted in the usual way."
24114 msgstr ""
24115
24116 # type: textblock
24117 #. type: textblock
24118 #: ../fish/guestfish.pod:793
24119 msgid ""
24120 "Before closing a LUKS device you must unmount any logical volumes on it and "
24121 "deactivate the volume groups by calling C<vg-activate false VG> on each "
24122 "one.  Then you can close the mapper device:"
24123 msgstr ""
24124
24125 # type: verbatim
24126 #. type: verbatim
24127 #: ../fish/guestfish.pod:797
24128 #, no-wrap
24129 msgid ""
24130 " vg-activate false /dev/VG\n"
24131 " luks-close /dev/mapper/luksdev\n"
24132 "\n"
24133 msgstr ""
24134
24135 # type: =head1
24136 #. type: =head1
24137 #: ../fish/guestfish.pod:800
24138 msgid "WINDOWS PATHS"
24139 msgstr ""
24140
24141 #. type: textblock
24142 #: ../fish/guestfish.pod:802
24143 msgid ""
24144 "If a path is prefixed with C<win:> then you can use Windows-style drive "
24145 "letters and paths (with some limitations).  The following commands are "
24146 "equivalent:"
24147 msgstr ""
24148
24149 # type: verbatim
24150 #. type: verbatim
24151 #: ../fish/guestfish.pod:806
24152 #, no-wrap
24153 msgid ""
24154 " file /WINDOWS/system32/config/system.LOG\n"
24155 "\n"
24156 msgstr ""
24157
24158 # type: verbatim
24159 #. type: verbatim
24160 #: ../fish/guestfish.pod:808
24161 #, no-wrap
24162 msgid ""
24163 " file win:\\windows\\system32\\config\\system.log\n"
24164 "\n"
24165 msgstr ""
24166
24167 #. type: verbatim
24168 #: ../fish/guestfish.pod:810
24169 #, no-wrap
24170 msgid ""
24171 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
24172 "\n"
24173 msgstr ""
24174
24175 #. type: textblock
24176 #: ../fish/guestfish.pod:812
24177 msgid ""
24178 "The parameter is rewritten \"behind the scenes\" by looking up the position "
24179 "where the drive is mounted, prepending that to the path, changing all "
24180 "backslash characters to forward slash, then resolving the result using L</"
24181 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
24182 "the parameter might be rewritten like this:"
24183 msgstr ""
24184
24185 #. type: verbatim
24186 #: ../fish/guestfish.pod:818
24187 #, no-wrap
24188 msgid ""
24189 " win:e:\\foo\\bar => /e/FOO/bar\n"
24190 "\n"
24191 msgstr ""
24192
24193 #. type: textblock
24194 #: ../fish/guestfish.pod:820
24195 msgid "This only works in argument positions that expect a path."
24196 msgstr ""
24197
24198 # type: =head1
24199 #. type: =head1
24200 #: ../fish/guestfish.pod:822
24201 msgid "UPLOADING AND DOWNLOADING FILES"
24202 msgstr ""
24203
24204 # type: textblock
24205 #. type: textblock
24206 #: ../fish/guestfish.pod:824
24207 msgid ""
24208 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
24209 "others which upload from or download to a local file, you can use the "
24210 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
24211 msgstr ""
24212
24213 # type: verbatim
24214 #. type: verbatim
24215 #: ../fish/guestfish.pod:828
24216 #, no-wrap
24217 msgid ""
24218 " upload - /foo\n"
24219 "\n"
24220 msgstr ""
24221
24222 # type: textblock
24223 #. type: textblock
24224 #: ../fish/guestfish.pod:830
24225 msgid ""
24226 "reads stdin and creates from that a file C</foo> in the disk image, and:"
24227 msgstr ""
24228
24229 # type: verbatim
24230 #. type: verbatim
24231 #: ../fish/guestfish.pod:833
24232 #, no-wrap
24233 msgid ""
24234 " tar-out /etc - | tar tf -\n"
24235 "\n"
24236 msgstr ""
24237
24238 # type: textblock
24239 #. type: textblock
24240 #: ../fish/guestfish.pod:835
24241 msgid ""
24242 "writes the tarball to stdout and then pipes that into the external \"tar\" "
24243 "command (see L</PIPES>)."
24244 msgstr ""
24245
24246 # type: textblock
24247 #. type: textblock
24248 #: ../fish/guestfish.pod:838
24249 msgid ""
24250 "When using C<-> to read from stdin, the input is read up to the end of "
24251 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
24252 "some arbitrary end marker:"
24253 msgstr ""
24254
24255 # type: verbatim
24256 #. type: verbatim
24257 #: ../fish/guestfish.pod:842
24258 #, no-wrap
24259 msgid ""
24260 " upload -<<END /foo\n"
24261 " input line 1\n"
24262 " input line 2\n"
24263 " input line 3\n"
24264 " END\n"
24265 "\n"
24266 msgstr ""
24267
24268 # type: textblock
24269 #. type: textblock
24270 #: ../fish/guestfish.pod:848
24271 msgid ""
24272 "Any string of characters can be used instead of C<END>.  The end marker must "
24273 "appear on a line of its own, without any preceeding or following characters "
24274 "(not even spaces)."
24275 msgstr ""
24276
24277 # type: textblock
24278 #. type: textblock
24279 #: ../fish/guestfish.pod:852
24280 msgid ""
24281 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
24282 "upload local files (so-called \"FileIn\" parameters in the generator)."
24283 msgstr ""
24284
24285 # type: =head1
24286 #. type: =head1
24287 #: ../fish/guestfish.pod:855
24288 msgid "EXIT ON ERROR BEHAVIOUR"
24289 msgstr ""
24290
24291 # type: textblock
24292 #. type: textblock
24293 #: ../fish/guestfish.pod:857
24294 msgid ""
24295 "By default, guestfish will ignore any errors when in interactive mode (ie. "
24296 "taking commands from a human over a tty), and will exit on the first error "
24297 "in non-interactive mode (scripts, commands given on the command line)."
24298 msgstr ""
24299
24300 # type: textblock
24301 #. type: textblock
24302 #: ../fish/guestfish.pod:862
24303 msgid ""
24304 "If you prefix a command with a I<-> character, then that command will not "
24305 "cause guestfish to exit, even if that (one) command returns an error."
24306 msgstr ""
24307
24308 # type: =head1
24309 #. type: =head1
24310 #: ../fish/guestfish.pod:866
24311 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
24312 msgstr ""
24313
24314 # type: textblock
24315 #. type: textblock
24316 #: ../fish/guestfish.pod:868
24317 msgid ""
24318 "Guestfish can be remote-controlled over a socket.  This is useful "
24319 "particularly in shell scripts where you want to make several different "
24320 "changes to a filesystem, but you don't want the overhead of starting up a "
24321 "guestfish process each time."
24322 msgstr ""
24323
24324 # type: textblock
24325 #. type: textblock
24326 #: ../fish/guestfish.pod:873
24327 msgid "Start a guestfish server process using:"
24328 msgstr ""
24329
24330 # type: verbatim
24331 #. type: verbatim
24332 #: ../fish/guestfish.pod:875
24333 #, no-wrap
24334 msgid ""
24335 " eval \"`guestfish --listen`\"\n"
24336 "\n"
24337 msgstr ""
24338
24339 # type: textblock
24340 #. type: textblock
24341 #: ../fish/guestfish.pod:877
24342 msgid "and then send it commands by doing:"
24343 msgstr ""
24344
24345 # type: verbatim
24346 #. type: verbatim
24347 #: ../fish/guestfish.pod:879
24348 #, no-wrap
24349 msgid ""
24350 " guestfish --remote cmd [...]\n"
24351 "\n"
24352 msgstr ""
24353
24354 # type: textblock
24355 #. type: textblock
24356 #: ../fish/guestfish.pod:881
24357 msgid "To cause the server to exit, send it the exit command:"
24358 msgstr ""
24359
24360 # type: verbatim
24361 #. type: verbatim
24362 #: ../fish/guestfish.pod:883
24363 #, no-wrap
24364 msgid ""
24365 " guestfish --remote exit\n"
24366 "\n"
24367 msgstr ""
24368
24369 # type: textblock
24370 #. type: textblock
24371 #: ../fish/guestfish.pod:885
24372 msgid ""
24373 "Note that the server will normally exit if there is an error in a command.  "
24374 "You can change this in the usual way.  See section L</EXIT ON ERROR "
24375 "BEHAVIOUR>."
24376 msgstr ""
24377
24378 # type: =head2
24379 #. type: =head2
24380 #: ../fish/guestfish.pod:889
24381 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
24382 msgstr ""
24383
24384 # type: textblock
24385 #. type: textblock
24386 #: ../fish/guestfish.pod:891
24387 msgid ""
24388 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
24389 "is how the I<--remote> option knows where to send the commands.  You can "
24390 "have several guestfish listener processes running using:"
24391 msgstr ""
24392
24393 # type: verbatim
24394 #. type: verbatim
24395 #: ../fish/guestfish.pod:895
24396 #, no-wrap
24397 msgid ""
24398 " eval \"`guestfish --listen`\"\n"
24399 " pid1=$GUESTFISH_PID\n"
24400 " eval \"`guestfish --listen`\"\n"
24401 " pid2=$GUESTFISH_PID\n"
24402 " ...\n"
24403 " guestfish --remote=$pid1 cmd\n"
24404 " guestfish --remote=$pid2 cmd\n"
24405 "\n"
24406 msgstr ""
24407
24408 # type: =head2
24409 #. type: =head2
24410 #: ../fish/guestfish.pod:903
24411 msgid "REMOTE CONTROL AND CSH"
24412 msgstr ""
24413
24414 # type: textblock
24415 #. type: textblock
24416 #: ../fish/guestfish.pod:905
24417 msgid ""
24418 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
24419 "option:"
24420 msgstr ""
24421
24422 # type: verbatim
24423 #. type: verbatim
24424 #: ../fish/guestfish.pod:908
24425 #, no-wrap
24426 msgid ""
24427 " eval \"`guestfish --listen --csh`\"\n"
24428 "\n"
24429 msgstr ""
24430
24431 # type: =head2
24432 #. type: =head2
24433 #: ../fish/guestfish.pod:910
24434 msgid "REMOTE CONTROL DETAILS"
24435 msgstr ""
24436
24437 # type: textblock
24438 #. type: textblock
24439 #: ../fish/guestfish.pod:912
24440 msgid ""
24441 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
24442 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
24443 "and C<$PID> is the process ID of the server."
24444 msgstr ""
24445
24446 # type: textblock
24447 #. type: textblock
24448 #: ../fish/guestfish.pod:916
24449 msgid "Guestfish client and server versions must match exactly."
24450 msgstr ""
24451
24452 # type: =head1
24453 #. type: =head1
24454 #: ../fish/guestfish.pod:918
24455 msgid "PREPARED DISK IMAGES"
24456 msgstr ""
24457
24458 # type: textblock
24459 #. type: textblock
24460 #: ../fish/guestfish.pod:920
24461 msgid ""
24462 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
24463 "preformatted disk images that guestfish can make for you to save typing.  "
24464 "This is particularly useful for testing purposes.  This option is used "
24465 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
24466 "can be mixed with I<-a>)."
24467 msgstr ""
24468
24469 # type: textblock
24470 #. type: textblock
24471 #: ../fish/guestfish.pod:926
24472 msgid ""
24473 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
24474 "the second and so on.  Existing files in the current directory are "
24475 "I<overwritten>."
24476 msgstr ""
24477
24478 # type: textblock
24479 #. type: textblock
24480 #: ../fish/guestfish.pod:930
24481 msgid ""
24482 "The type briefly describes how the disk should be sized, partitioned, how "
24483 "filesystem(s) should be created, and how content should be added.  "
24484 "Optionally the type can be followed by extra parameters, separated by C<:> "
24485 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
24486 "allocated disk, containing a single partition, with the partition formatted "
24487 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
24488 "disk instead."
24489 msgstr ""
24490
24491 # type: textblock
24492 #. type: textblock
24493 #: ../fish/guestfish.pod:938
24494 msgid "To list the available types and any extra parameters they take, run:"
24495 msgstr ""
24496
24497 # type: textblock
24498 #. type: textblock
24499 #: ../fish/guestfish.pod:942
24500 msgid ""
24501 "Note that the prepared filesystem is not mounted.  You would usually have to "
24502 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
24503 msgstr ""
24504
24505 # type: textblock
24506 #. type: textblock
24507 #: ../fish/guestfish.pod:946
24508 msgid ""
24509 "If any I<-N> or I<--new> options are given, the guest is automatically "
24510 "launched."
24511 msgstr ""
24512
24513 # type: textblock
24514 #. type: textblock
24515 #: ../fish/guestfish.pod:951
24516 msgid "Create a 100MB disk with an ext4-formatted partition:"
24517 msgstr ""
24518
24519 # type: verbatim
24520 #. type: verbatim
24521 #: ../fish/guestfish.pod:953
24522 #, no-wrap
24523 msgid ""
24524 " guestfish -N fs:ext4\n"
24525 "\n"
24526 msgstr ""
24527
24528 # type: textblock
24529 #. type: textblock
24530 #: ../fish/guestfish.pod:955
24531 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
24532 msgstr ""
24533
24534 # type: verbatim
24535 #. type: verbatim
24536 #: ../fish/guestfish.pod:957
24537 #, no-wrap
24538 msgid ""
24539 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
24540 "\n"
24541 msgstr ""
24542
24543 # type: textblock
24544 #. type: textblock
24545 #: ../fish/guestfish.pod:959
24546 msgid "Create a blank 200MB disk:"
24547 msgstr ""
24548
24549 # type: verbatim
24550 #. type: verbatim
24551 #: ../fish/guestfish.pod:961
24552 #, no-wrap
24553 msgid ""
24554 " guestfish -N disk:200M\n"
24555 "\n"
24556 msgstr ""
24557
24558 # type: =head1
24559 #. type: =head1
24560 #: ../fish/guestfish.pod:963
24561 msgid "PROGRESS BARS"
24562 msgstr ""
24563
24564 # type: textblock
24565 #. type: textblock
24566 #: ../fish/guestfish.pod:965
24567 msgid ""
24568 "Some (not all) long-running commands send progress notification messages as "
24569 "they are running.  Guestfish turns these messages into progress bars."
24570 msgstr ""
24571
24572 # type: textblock
24573 #. type: textblock
24574 #: ../fish/guestfish.pod:969
24575 msgid ""
24576 "When a command that supports progress bars takes longer than two seconds to "
24577 "run, and if progress bars are enabled, then you will see one appearing below "
24578 "the command:"
24579 msgstr ""
24580
24581 # type: verbatim
24582 #. type: verbatim
24583 #: ../fish/guestfish.pod:973
24584 #, no-wrap
24585 msgid ""
24586 " ><fs> copy-size /large-file /another-file 2048M\n"
24587 " / 10% [#####-----------------------------------------] 00:30\n"
24588 "\n"
24589 msgstr ""
24590
24591 # type: textblock
24592 #. type: textblock
24593 #: ../fish/guestfish.pod:976
24594 msgid ""
24595 "The spinner on the left hand side moves round once for every progress "
24596 "notification received from the backend.  This is a (reasonably) golden "
24597 "assurance that the command is \"doing something\" even if the progress bar "
24598 "is not moving, because the command is able to send the progress "
24599 "notifications.  When the bar reaches 100% and the command finishes, the "
24600 "spinner disappears."
24601 msgstr ""
24602
24603 # type: textblock
24604 #. type: textblock
24605 #: ../fish/guestfish.pod:983
24606 msgid ""
24607 "Progress bars are enabled by default when guestfish is used interactively.  "
24608 "You can enable them even for non-interactive modes using I<--progress-bars>, "
24609 "and you can disable them completely using I<--no-progress-bars>."
24610 msgstr ""
24611
24612 # type: =head1
24613 #. type: =head1
24614 #: ../fish/guestfish.pod:988
24615 msgid "GUESTFISH COMMANDS"
24616 msgstr ""
24617
24618 # type: textblock
24619 #. type: textblock
24620 #: ../fish/guestfish.pod:990
24621 msgid ""
24622 "The commands in this section are guestfish convenience commands, in other "
24623 "words, they are not part of the L<guestfs(3)> API."
24624 msgstr ""
24625
24626 # type: =head2
24627 #. type: =head2
24628 #: ../fish/guestfish.pod:993
24629 msgid "help"
24630 msgstr ""
24631
24632 # type: verbatim
24633 #. type: verbatim
24634 #: ../fish/guestfish.pod:995
24635 #, no-wrap
24636 msgid ""
24637 " help\n"
24638 " help cmd\n"
24639 "\n"
24640 msgstr ""
24641
24642 # type: textblock
24643 #. type: textblock
24644 #: ../fish/guestfish.pod:998
24645 msgid "Without any parameter, this provides general help."
24646 msgstr ""
24647
24648 # type: textblock
24649 #. type: textblock
24650 #: ../fish/guestfish.pod:1000
24651 msgid "With a C<cmd> parameter, this displays detailed help for that command."
24652 msgstr ""
24653
24654 # type: =head2
24655 #. type: =head2
24656 #: ../fish/guestfish.pod:1002
24657 msgid "quit | exit"
24658 msgstr ""
24659
24660 # type: textblock
24661 #. type: textblock
24662 #: ../fish/guestfish.pod:1004
24663 msgid "This exits guestfish.  You can also use C<^D> key."
24664 msgstr ""
24665
24666 # type: textblock
24667 #. type: textblock
24668 #: ../fish/guestfish.pod:1006
24669 msgid "@FISH_COMMANDS@"
24670 msgstr ""
24671
24672 # type: =head1
24673 #. type: =head1
24674 #: ../fish/guestfish.pod:1008
24675 msgid "COMMANDS"
24676 msgstr ""
24677
24678 # type: =head1
24679 #. type: =head1
24680 #: ../fish/guestfish.pod:1012 ../test-tool/libguestfs-test-tool.pod:77
24681 msgid "EXIT CODE"
24682 msgstr ""
24683
24684 # type: textblock
24685 #. type: textblock
24686 #: ../fish/guestfish.pod:1014
24687 msgid ""
24688 "guestfish returns 0 if the commands completed without error, or 1 if there "
24689 "was an error."
24690 msgstr ""
24691
24692 # type: =item
24693 #. type: =item
24694 #: ../fish/guestfish.pod:1021
24695 msgid "EDITOR"
24696 msgstr ""
24697
24698 # type: textblock
24699 #. type: textblock
24700 #: ../fish/guestfish.pod:1023
24701 msgid ""
24702 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
24703 "C<vi>."
24704 msgstr ""
24705
24706 #. type: =item
24707 #: ../fish/guestfish.pod:1026
24708 msgid "GUESTFISH_DISPLAY_IMAGE"
24709 msgstr ""
24710
24711 #. type: textblock
24712 #: ../fish/guestfish.pod:1028
24713 msgid ""
24714 "The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to display images.  "
24715 "If not set, it uses L<display(1)>."
24716 msgstr ""
24717
24718 # type: =item
24719 #. type: =item
24720 #: ../fish/guestfish.pod:1031
24721 msgid "GUESTFISH_PID"
24722 msgstr ""
24723
24724 # type: textblock
24725 #. type: textblock
24726 #: ../fish/guestfish.pod:1033
24727 msgid ""
24728 "Used with the I<--remote> option to specify the remote guestfish process to "
24729 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
24730 msgstr ""
24731
24732 # type: =item
24733 #. type: =item
24734 #: ../fish/guestfish.pod:1037
24735 msgid "HEXEDITOR"
24736 msgstr ""
24737
24738 # type: textblock
24739 #. type: textblock
24740 #: ../fish/guestfish.pod:1039
24741 msgid ""
24742 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
24743 "not specified, the external L<hexedit(1)> program is used."
24744 msgstr ""
24745
24746 # type: =item
24747 #. type: =item
24748 #: ../fish/guestfish.pod:1043
24749 msgid "HOME"
24750 msgstr ""
24751
24752 # type: textblock
24753 #. type: textblock
24754 #: ../fish/guestfish.pod:1045
24755 msgid ""
24756 "If compiled with GNU readline support, various files in the home directory "
24757 "can be used.  See L</FILES>."
24758 msgstr ""
24759
24760 # type: textblock
24761 #. type: textblock
24762 #: ../fish/guestfish.pod:1054
24763 msgid ""
24764 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
24765 "effect as using the B<-v> option."
24766 msgstr ""
24767
24768 # type: textblock
24769 #. type: textblock
24770 #: ../fish/guestfish.pod:1066
24771 msgid ""
24772 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
24773 "the discussion of paths in L<guestfs(3)>."
24774 msgstr ""
24775
24776 # type: textblock
24777 #. type: textblock
24778 #: ../fish/guestfish.pod:1077
24779 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
24780 msgstr ""
24781
24782 # type: =item
24783 #. type: =item
24784 #: ../fish/guestfish.pod:1079
24785 msgid "PAGER"
24786 msgstr ""
24787
24788 # type: textblock
24789 #. type: textblock
24790 #: ../fish/guestfish.pod:1081
24791 msgid ""
24792 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
24793 "C<more>."
24794 msgstr ""
24795
24796 # type: =head1
24797 #. type: =head1
24798 #: ../fish/guestfish.pod:1097 ../fuse/guestmount.pod:264
24799 msgid "FILES"
24800 msgstr ""
24801
24802 #. type: =item
24803 #: ../fish/guestfish.pod:1101 ../fuse/guestmount.pod:268
24804 msgid "$HOME/.libguestfs-tools.rc"
24805 msgstr ""
24806
24807 #. type: =item
24808 #: ../fish/guestfish.pod:1103 ../fuse/guestmount.pod:270
24809 msgid "/etc/libguestfs-tools.conf"
24810 msgstr ""
24811
24812 #. type: textblock
24813 #: ../fish/guestfish.pod:1105 ../fuse/guestmount.pod:272
24814 msgid ""
24815 "This configuration file controls the default read-only or read-write mode "
24816 "(I<--ro> or I<--rw>)."
24817 msgstr ""
24818
24819 #. type: textblock
24820 #: ../fish/guestfish.pod:1108
24821 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
24822 msgstr ""
24823
24824 # type: =item
24825 #. type: =item
24826 #: ../fish/guestfish.pod:1110
24827 msgid "$HOME/.guestfish"
24828 msgstr ""
24829
24830 # type: textblock
24831 #. type: textblock
24832 #: ../fish/guestfish.pod:1112
24833 msgid ""
24834 "If compiled with GNU readline support, then the command history is saved in "
24835 "this file."
24836 msgstr ""
24837
24838 # type: =item
24839 #. type: =item
24840 #: ../fish/guestfish.pod:1115
24841 msgid "$HOME/.inputrc"
24842 msgstr ""
24843
24844 # type: =item
24845 #. type: =item
24846 #: ../fish/guestfish.pod:1117
24847 msgid "/etc/inputrc"
24848 msgstr ""
24849
24850 # type: textblock
24851 #. type: textblock
24852 #: ../fish/guestfish.pod:1119
24853 msgid ""
24854 "If compiled with GNU readline support, then these files can be used to "
24855 "configure readline.  For further information, please see L<readline(3)/"
24856 "INITIALIZATION FILE>."
24857 msgstr ""
24858
24859 # type: textblock
24860 #. type: textblock
24861 #: ../fish/guestfish.pod:1123
24862 msgid "To write rules which only apply to guestfish, use:"
24863 msgstr ""
24864
24865 # type: verbatim
24866 #. type: verbatim
24867 #: ../fish/guestfish.pod:1125
24868 #, no-wrap
24869 msgid ""
24870 " $if guestfish\n"
24871 " ...\n"
24872 " $endif\n"
24873 "\n"
24874 msgstr ""
24875
24876 # type: textblock
24877 #. type: textblock
24878 #: ../fish/guestfish.pod:1129
24879 msgid ""
24880 "Variables that you can set in inputrc that change the behaviour of guestfish "
24881 "in useful ways include:"
24882 msgstr ""
24883
24884 # type: =item
24885 #. type: =item
24886 #: ../fish/guestfish.pod:1134
24887 msgid "completion-ignore-case (default: on)"
24888 msgstr ""
24889
24890 # type: textblock
24891 #. type: textblock
24892 #: ../fish/guestfish.pod:1136
24893 msgid ""
24894 "By default, guestfish will ignore case when tab-completing paths on the "
24895 "disk.  Use:"
24896 msgstr ""
24897
24898 # type: verbatim
24899 #. type: verbatim
24900 #: ../fish/guestfish.pod:1139
24901 #, no-wrap
24902 msgid ""
24903 " set completion-ignore-case off\n"
24904 "\n"
24905 msgstr ""
24906
24907 # type: textblock
24908 #. type: textblock
24909 #: ../fish/guestfish.pod:1141
24910 msgid "to make guestfish case sensitive."
24911 msgstr ""
24912
24913 # type: =item
24914 #. type: =item
24915 #: ../fish/guestfish.pod:1145
24916 msgid "test1.img"
24917 msgstr ""
24918
24919 # type: =item
24920 #. type: =item
24921 #: ../fish/guestfish.pod:1147
24922 msgid "test2.img (etc)"
24923 msgstr ""
24924
24925 #. type: textblock
24926 #: ../fish/guestfish.pod:1149
24927 msgid ""
24928 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
24929 "will be created in the file C<test1.img> in the current directory.  The "
24930 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
24931 "the same name will be overwritten."
24932 msgstr ""
24933
24934 #. type: textblock
24935 #: ../fish/guestfish.pod:1158
24936 msgid ""
24937 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
24938 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
24939 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
24940 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
24941 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
24942 ">, L<display(1)>, L<hexedit(1)>."
24943 msgstr ""
24944
24945 # type: textblock
24946 #. type: textblock
24947 #: ../fish/guestfish.pod:1189 ../test-tool/libguestfs-test-tool.pod:102
24948 #: ../fuse/guestmount.pod:299 ../tools/virt-win-reg.pl:778
24949 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
24950 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
24951 msgid ""
24952 "This program is free software; you can redistribute it and/or modify it "
24953 "under the terms of the GNU General Public License as published by the Free "
24954 "Software Foundation; either version 2 of the License, or (at your option) "
24955 "any later version."
24956 msgstr ""
24957
24958 # type: textblock
24959 #. type: textblock
24960 #: ../fish/guestfish.pod:1194 ../test-tool/libguestfs-test-tool.pod:107
24961 #: ../fuse/guestmount.pod:304 ../tools/virt-win-reg.pl:783
24962 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
24963 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
24964 msgid ""
24965 "This program is distributed in the hope that it will be useful, but WITHOUT "
24966 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
24967 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
24968 "more details."
24969 msgstr ""
24970
24971 # type: textblock
24972 #. type: textblock
24973 #: ../fish/guestfish.pod:1199 ../test-tool/libguestfs-test-tool.pod:112
24974 #: ../fuse/guestmount.pod:309 ../tools/virt-win-reg.pl:788
24975 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
24976 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
24977 msgid ""
24978 "You should have received a copy of the GNU General Public License along with "
24979 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
24980 "Ave, Cambridge, MA 02139, USA."
24981 msgstr ""
24982
24983 # type: =head2
24984 #. type: =head2
24985 #: ../fish/guestfish-actions.pod:1
24986 msgid "add-cdrom"
24987 msgstr ""
24988
24989 # type: verbatim
24990 #. type: verbatim
24991 #: ../fish/guestfish-actions.pod:3
24992 #, no-wrap
24993 msgid ""
24994 " add-cdrom filename\n"
24995 "\n"
24996 msgstr ""
24997
24998 # type: textblock
24999 #. type: textblock
25000 #: ../fish/guestfish-actions.pod:15
25001 msgid ""
25002 "This call checks for the existence of C<filename>.  This stops you from "
25003 "specifying other types of drive which are supported by qemu such as C<nbd:> "
25004 "and C<http:> URLs.  To specify those, use the general L</config> call "
25005 "instead."
25006 msgstr ""
25007
25008 # type: textblock
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:22
25011 msgid ""
25012 "If you just want to add an ISO file (often you use this as an efficient way "
25013 "to transfer large files into the guest), then you should probably use L</add-"
25014 "drive-ro> instead."
25015 msgstr ""
25016
25017 # type: =head2
25018 #. type: =head2
25019 #: ../fish/guestfish-actions.pod:35
25020 msgid "add-domain"
25021 msgstr ""
25022
25023 # type: =head2
25024 #. type: =head2
25025 #: ../fish/guestfish-actions.pod:37
25026 msgid "domain"
25027 msgstr ""
25028
25029 #. type: verbatim
25030 #: ../fish/guestfish-actions.pod:39
25031 #, no-wrap
25032 msgid ""
25033 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] [allowuuid:..]\n"
25034 "\n"
25035 msgstr ""
25036
25037 # type: textblock
25038 #. type: textblock
25039 #: ../fish/guestfish-actions.pod:41
25040 msgid ""
25041 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
25042 "It works by connecting to libvirt, requesting the domain and domain XML from "
25043 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
25044 msgstr ""
25045
25046 # type: textblock
25047 #. type: textblock
25048 #: ../fish/guestfish-actions.pod:76
25049 msgid ""
25050 "The other optional parameters are passed directly through to L</add-drive-"
25051 "opts>."
25052 msgstr ""
25053
25054 # type: textblock
25055 #. type: textblock
25056 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143
25057 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:3103
25058 #: ../fish/guestfish-actions.pod:3276 ../fish/guestfish-actions.pod:3411
25059 msgid ""
25060 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
25061 msgstr ""
25062
25063 # type: =head2
25064 #. type: =head2
25065 #: ../fish/guestfish-actions.pod:81
25066 msgid "add-drive"
25067 msgstr ""
25068
25069 # type: verbatim
25070 #. type: verbatim
25071 #: ../fish/guestfish-actions.pod:83
25072 #, no-wrap
25073 msgid ""
25074 " add-drive filename\n"
25075 "\n"
25076 msgstr ""
25077
25078 # type: textblock
25079 #. type: textblock
25080 #: ../fish/guestfish-actions.pod:85
25081 msgid ""
25082 "This function is the equivalent of calling L</add-drive-opts> with no "
25083 "optional parameters, so the disk is added writable, with the format being "
25084 "detected automatically."
25085 msgstr ""
25086
25087 # type: textblock
25088 #. type: textblock
25089 #: ../fish/guestfish-actions.pod:89
25090 msgid ""
25091 "Automatic detection of the format opens you up to a potential security hole "
25092 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
25093 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
25094 "you should think about replacing calls to this function with calls to L</add-"
25095 "drive-opts>, and specifying the format."
25096 msgstr ""
25097
25098 # type: =head2
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:96
25101 msgid "add-drive-opts"
25102 msgstr ""
25103
25104 # type: =head2
25105 #. type: =head2
25106 #: ../fish/guestfish-actions.pod:98
25107 msgid "add"
25108 msgstr ""
25109
25110 # type: verbatim
25111 #. type: verbatim
25112 #: ../fish/guestfish-actions.pod:100
25113 #, no-wrap
25114 msgid ""
25115 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
25116 "\n"
25117 msgstr ""
25118
25119 # type: textblock
25120 #. type: textblock
25121 #: ../fish/guestfish-actions.pod:127
25122 msgid ""
25123 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
25124 "add-drive-ro>) then the format is automatically detected.  Possible formats "
25125 "include C<raw> and C<qcow2>."
25126 msgstr ""
25127
25128 # type: textblock
25129 #. type: textblock
25130 #: ../fish/guestfish-actions.pod:138
25131 msgid ""
25132 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
25133 "add-drive-with-if> call (q.v.)"
25134 msgstr ""
25135
25136 # type: =head2
25137 #. type: =head2
25138 #: ../fish/guestfish-actions.pod:145
25139 msgid "add-drive-ro"
25140 msgstr ""
25141
25142 # type: =head2
25143 #. type: =head2
25144 #: ../fish/guestfish-actions.pod:147
25145 msgid "add-ro"
25146 msgstr ""
25147
25148 # type: verbatim
25149 #. type: verbatim
25150 #: ../fish/guestfish-actions.pod:149
25151 #, no-wrap
25152 msgid ""
25153 " add-drive-ro filename\n"
25154 "\n"
25155 msgstr ""
25156
25157 # type: textblock
25158 #. type: textblock
25159 #: ../fish/guestfish-actions.pod:151
25160 msgid ""
25161 "This function is the equivalent of calling L</add-drive-opts> with the "
25162 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
25163 "is added read-only, with the format being detected automatically."
25164 msgstr ""
25165
25166 # type: =head2
25167 #. type: =head2
25168 #: ../fish/guestfish-actions.pod:156
25169 msgid "add-drive-ro-with-if"
25170 msgstr ""
25171
25172 # type: verbatim
25173 #. type: verbatim
25174 #: ../fish/guestfish-actions.pod:158
25175 #, no-wrap
25176 msgid ""
25177 " add-drive-ro-with-if filename iface\n"
25178 "\n"
25179 msgstr ""
25180
25181 # type: textblock
25182 #. type: textblock
25183 #: ../fish/guestfish-actions.pod:160
25184 msgid ""
25185 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
25186 "interface emulation to use at run time."
25187 msgstr ""
25188
25189 # type: =head2
25190 #. type: =head2
25191 #: ../fish/guestfish-actions.pod:170
25192 msgid "add-drive-with-if"
25193 msgstr ""
25194
25195 # type: verbatim
25196 #. type: verbatim
25197 #: ../fish/guestfish-actions.pod:172
25198 #, no-wrap
25199 msgid ""
25200 " add-drive-with-if filename iface\n"
25201 "\n"
25202 msgstr ""
25203
25204 # type: textblock
25205 #. type: textblock
25206 #: ../fish/guestfish-actions.pod:174
25207 msgid ""
25208 "This is the same as L</add-drive> but it allows you to specify the QEMU "
25209 "interface emulation to use at run time."
25210 msgstr ""
25211
25212 # type: =head2
25213 #. type: =head2
25214 #: ../fish/guestfish-actions.pod:184
25215 msgid "aug-clear"
25216 msgstr ""
25217
25218 # type: verbatim
25219 #. type: verbatim
25220 #: ../fish/guestfish-actions.pod:186
25221 #, no-wrap
25222 msgid ""
25223 " aug-clear augpath\n"
25224 "\n"
25225 msgstr ""
25226
25227 # type: =head2
25228 #. type: =head2
25229 #: ../fish/guestfish-actions.pod:191
25230 msgid "aug-close"
25231 msgstr ""
25232
25233 # type: verbatim
25234 #. type: verbatim
25235 #: ../fish/guestfish-actions.pod:193
25236 #, no-wrap
25237 msgid ""
25238 " aug-close\n"
25239 "\n"
25240 msgstr ""
25241
25242 # type: textblock
25243 #. type: textblock
25244 #: ../fish/guestfish-actions.pod:195
25245 msgid ""
25246 "Close the current Augeas handle and free up any resources used by it.  After "
25247 "calling this, you have to call L</aug-init> again before you can use any "
25248 "other Augeas functions."
25249 msgstr ""
25250
25251 # type: =head2
25252 #. type: =head2
25253 #: ../fish/guestfish-actions.pod:200
25254 msgid "aug-defnode"
25255 msgstr ""
25256
25257 # type: verbatim
25258 #. type: verbatim
25259 #: ../fish/guestfish-actions.pod:202
25260 #, no-wrap
25261 msgid ""
25262 " aug-defnode name expr val\n"
25263 "\n"
25264 msgstr ""
25265
25266 # type: textblock
25267 #. type: textblock
25268 #: ../fish/guestfish-actions.pod:207
25269 msgid ""
25270 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
25271 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
25272 "containing that single node."
25273 msgstr ""
25274
25275 # type: =head2
25276 #. type: =head2
25277 #: ../fish/guestfish-actions.pod:215
25278 msgid "aug-defvar"
25279 msgstr ""
25280
25281 # type: verbatim
25282 #. type: verbatim
25283 #: ../fish/guestfish-actions.pod:217
25284 #, no-wrap
25285 msgid ""
25286 " aug-defvar name expr\n"
25287 "\n"
25288 msgstr ""
25289
25290 # type: =head2
25291 #. type: =head2
25292 #: ../fish/guestfish-actions.pod:226
25293 msgid "aug-get"
25294 msgstr ""
25295
25296 # type: verbatim
25297 #. type: verbatim
25298 #: ../fish/guestfish-actions.pod:228
25299 #, no-wrap
25300 msgid ""
25301 " aug-get augpath\n"
25302 "\n"
25303 msgstr ""
25304
25305 # type: =head2
25306 #. type: =head2
25307 #: ../fish/guestfish-actions.pod:233
25308 msgid "aug-init"
25309 msgstr ""
25310
25311 # type: verbatim
25312 #. type: verbatim
25313 #: ../fish/guestfish-actions.pod:235
25314 #, no-wrap
25315 msgid ""
25316 " aug-init root flags\n"
25317 "\n"
25318 msgstr ""
25319
25320 # type: textblock
25321 #. type: textblock
25322 #: ../fish/guestfish-actions.pod:241
25323 msgid "You must call this before using any other L</aug-*> commands."
25324 msgstr ""
25325
25326 # type: textblock
25327 #. type: textblock
25328 #: ../fish/guestfish-actions.pod:276
25329 msgid "Do not load the tree in L</aug-init>."
25330 msgstr ""
25331
25332 # type: textblock
25333 #. type: textblock
25334 #: ../fish/guestfish-actions.pod:280
25335 msgid "To close the handle, you can call L</aug-close>."
25336 msgstr ""
25337
25338 # type: =head2
25339 #. type: =head2
25340 #: ../fish/guestfish-actions.pod:284
25341 msgid "aug-insert"
25342 msgstr ""
25343
25344 # type: verbatim
25345 #. type: verbatim
25346 #: ../fish/guestfish-actions.pod:286
25347 #, no-wrap
25348 msgid ""
25349 " aug-insert augpath label true|false\n"
25350 "\n"
25351 msgstr ""
25352
25353 # type: =head2
25354 #. type: =head2
25355 #: ../fish/guestfish-actions.pod:296
25356 msgid "aug-load"
25357 msgstr ""
25358
25359 # type: verbatim
25360 #. type: verbatim
25361 #: ../fish/guestfish-actions.pod:298
25362 #, no-wrap
25363 msgid ""
25364 " aug-load\n"
25365 "\n"
25366 msgstr ""
25367
25368 # type: =head2
25369 #. type: =head2
25370 #: ../fish/guestfish-actions.pod:305
25371 msgid "aug-ls"
25372 msgstr ""
25373
25374 # type: verbatim
25375 #. type: verbatim
25376 #: ../fish/guestfish-actions.pod:307
25377 #, no-wrap
25378 msgid ""
25379 " aug-ls augpath\n"
25380 "\n"
25381 msgstr ""
25382
25383 # type: textblock
25384 #. type: textblock
25385 #: ../fish/guestfish-actions.pod:309
25386 msgid ""
25387 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
25388 "resulting nodes into alphabetical order."
25389 msgstr ""
25390
25391 # type: =head2
25392 #. type: =head2
25393 #: ../fish/guestfish-actions.pod:312
25394 msgid "aug-match"
25395 msgstr ""
25396
25397 # type: verbatim
25398 #. type: verbatim
25399 #: ../fish/guestfish-actions.pod:314
25400 #, no-wrap
25401 msgid ""
25402 " aug-match augpath\n"
25403 "\n"
25404 msgstr ""
25405
25406 # type: =head2
25407 #. type: =head2
25408 #: ../fish/guestfish-actions.pod:320
25409 msgid "aug-mv"
25410 msgstr ""
25411
25412 # type: verbatim
25413 #. type: verbatim
25414 #: ../fish/guestfish-actions.pod:322
25415 #, no-wrap
25416 msgid ""
25417 " aug-mv src dest\n"
25418 "\n"
25419 msgstr ""
25420
25421 # type: =head2
25422 #. type: =head2
25423 #: ../fish/guestfish-actions.pod:327
25424 msgid "aug-rm"
25425 msgstr ""
25426
25427 # type: verbatim
25428 #. type: verbatim
25429 #: ../fish/guestfish-actions.pod:329
25430 #, no-wrap
25431 msgid ""
25432 " aug-rm augpath\n"
25433 "\n"
25434 msgstr ""
25435
25436 # type: =head2
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:335
25439 msgid "aug-save"
25440 msgstr ""
25441
25442 # type: verbatim
25443 #. type: verbatim
25444 #: ../fish/guestfish-actions.pod:337
25445 #, no-wrap
25446 msgid ""
25447 " aug-save\n"
25448 "\n"
25449 msgstr ""
25450
25451 # type: textblock
25452 #. type: textblock
25453 #: ../fish/guestfish-actions.pod:341
25454 msgid ""
25455 "The flags which were passed to L</aug-init> affect exactly how files are "
25456 "saved."
25457 msgstr ""
25458
25459 # type: =head2
25460 #. type: =head2
25461 #: ../fish/guestfish-actions.pod:344
25462 msgid "aug-set"
25463 msgstr ""
25464
25465 # type: verbatim
25466 #. type: verbatim
25467 #: ../fish/guestfish-actions.pod:346
25468 #, no-wrap
25469 msgid ""
25470 " aug-set augpath val\n"
25471 "\n"
25472 msgstr ""
25473
25474 # type: textblock
25475 #. type: textblock
25476 #: ../fish/guestfish-actions.pod:350
25477 msgid ""
25478 "In the Augeas API, it is possible to clear a node by setting the value to "
25479 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
25480 "this call.  Instead you must use the L</aug-clear> call."
25481 msgstr ""
25482
25483 # type: =head2
25484 #. type: =head2
25485 #: ../fish/guestfish-actions.pod:355
25486 msgid "available"
25487 msgstr ""
25488
25489 # type: verbatim
25490 #. type: verbatim
25491 #: ../fish/guestfish-actions.pod:357
25492 #, no-wrap
25493 msgid ""
25494 " available 'groups ...'\n"
25495 "\n"
25496 msgstr ""
25497
25498 # type: textblock
25499 #. type: textblock
25500 #: ../fish/guestfish-actions.pod:363
25501 msgid ""
25502 "The libguestfs groups, and the functions that those groups correspond to, "
25503 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
25504 "runtime by calling L</available-all-groups>."
25505 msgstr ""
25506
25507 # type: textblock
25508 #. type: textblock
25509 #: ../fish/guestfish-actions.pod:387
25510 msgid "You must call L</launch> before calling this function."
25511 msgstr ""
25512
25513 # type: textblock
25514 #. type: textblock
25515 #: ../fish/guestfish-actions.pod:409
25516 msgid ""
25517 "This call was added in version C<1.0.80>.  In previous versions of "
25518 "libguestfs all you could do would be to speculatively execute a command to "
25519 "find out if the daemon implemented it.  See also L</version>."
25520 msgstr ""
25521
25522 # type: =head2
25523 #. type: =head2
25524 #: ../fish/guestfish-actions.pod:416
25525 msgid "available-all-groups"
25526 msgstr ""
25527
25528 # type: verbatim
25529 #. type: verbatim
25530 #: ../fish/guestfish-actions.pod:418
25531 #, no-wrap
25532 msgid ""
25533 " available-all-groups\n"
25534 "\n"
25535 msgstr ""
25536
25537 # type: textblock
25538 #. type: textblock
25539 #: ../fish/guestfish-actions.pod:420
25540 msgid ""
25541 "This command returns a list of all optional groups that this daemon knows "
25542 "about.  Note this returns both supported and unsupported groups.  To find "
25543 "out which ones the daemon can actually support you have to call L</"
25544 "available> on each member of the returned list."
25545 msgstr ""
25546
25547 # type: textblock
25548 #. type: textblock
25549 #: ../fish/guestfish-actions.pod:426
25550 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
25551 msgstr ""
25552
25553 # type: =head2
25554 #. type: =head2
25555 #: ../fish/guestfish-actions.pod:428
25556 msgid "base64-in"
25557 msgstr ""
25558
25559 # type: verbatim
25560 #. type: verbatim
25561 #: ../fish/guestfish-actions.pod:430
25562 #, no-wrap
25563 msgid ""
25564 " base64-in (base64file|-) filename\n"
25565 "\n"
25566 msgstr ""
25567
25568 # type: textblock
25569 #. type: textblock
25570 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444
25571 #: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837
25572 #: ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1230
25573 #: ../fish/guestfish-actions.pod:4606 ../fish/guestfish-actions.pod:4618
25574 #: ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4640
25575 #: ../fish/guestfish-actions.pod:4692 ../fish/guestfish-actions.pod:4701
25576 #: ../fish/guestfish-actions.pod:4755 ../fish/guestfish-actions.pod:4778
25577 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
25578 msgstr ""
25579
25580 # type: =head2
25581 #. type: =head2
25582 #: ../fish/guestfish-actions.pod:437
25583 msgid "base64-out"
25584 msgstr ""
25585
25586 # type: verbatim
25587 #. type: verbatim
25588 #: ../fish/guestfish-actions.pod:439
25589 #, no-wrap
25590 msgid ""
25591 " base64-out filename (base64file|-)\n"
25592 "\n"
25593 msgstr ""
25594
25595 # type: =head2
25596 #. type: =head2
25597 #: ../fish/guestfish-actions.pod:446
25598 msgid "blockdev-flushbufs"
25599 msgstr ""
25600
25601 # type: verbatim
25602 #. type: verbatim
25603 #: ../fish/guestfish-actions.pod:448
25604 #, no-wrap
25605 msgid ""
25606 " blockdev-flushbufs device\n"
25607 "\n"
25608 msgstr ""
25609
25610 # type: =head2
25611 #. type: =head2
25612 #: ../fish/guestfish-actions.pod:455
25613 msgid "blockdev-getbsz"
25614 msgstr ""
25615
25616 # type: verbatim
25617 #. type: verbatim
25618 #: ../fish/guestfish-actions.pod:457
25619 #, no-wrap
25620 msgid ""
25621 " blockdev-getbsz device\n"
25622 "\n"
25623 msgstr ""
25624
25625 # type: =head2
25626 #. type: =head2
25627 #: ../fish/guestfish-actions.pod:466
25628 msgid "blockdev-getro"
25629 msgstr ""
25630
25631 # type: verbatim
25632 #. type: verbatim
25633 #: ../fish/guestfish-actions.pod:468
25634 #, no-wrap
25635 msgid ""
25636 " blockdev-getro device\n"
25637 "\n"
25638 msgstr ""
25639
25640 # type: =head2
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:475
25643 msgid "blockdev-getsize64"
25644 msgstr ""
25645
25646 # type: verbatim
25647 #. type: verbatim
25648 #: ../fish/guestfish-actions.pod:477
25649 #, no-wrap
25650 msgid ""
25651 " blockdev-getsize64 device\n"
25652 "\n"
25653 msgstr ""
25654
25655 # type: textblock
25656 #. type: textblock
25657 #: ../fish/guestfish-actions.pod:481
25658 msgid "See also L</blockdev-getsz>."
25659 msgstr ""
25660
25661 # type: =head2
25662 #. type: =head2
25663 #: ../fish/guestfish-actions.pod:485
25664 msgid "blockdev-getss"
25665 msgstr ""
25666
25667 # type: verbatim
25668 #. type: verbatim
25669 #: ../fish/guestfish-actions.pod:487
25670 #, no-wrap
25671 msgid ""
25672 " blockdev-getss device\n"
25673 "\n"
25674 msgstr ""
25675
25676 # type: textblock
25677 #. type: textblock
25678 #: ../fish/guestfish-actions.pod:492
25679 msgid ""
25680 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
25681 msgstr ""
25682
25683 # type: =head2
25684 #. type: =head2
25685 #: ../fish/guestfish-actions.pod:497
25686 msgid "blockdev-getsz"
25687 msgstr ""
25688
25689 # type: verbatim
25690 #. type: verbatim
25691 #: ../fish/guestfish-actions.pod:499
25692 #, no-wrap
25693 msgid ""
25694 " blockdev-getsz device\n"
25695 "\n"
25696 msgstr ""
25697
25698 # type: textblock
25699 #. type: textblock
25700 #: ../fish/guestfish-actions.pod:504
25701 msgid ""
25702 "See also L</blockdev-getss> for the real sector size of the device, and L</"
25703 "blockdev-getsize64> for the more useful I<size in bytes>."
25704 msgstr ""
25705
25706 # type: =head2
25707 #. type: =head2
25708 #: ../fish/guestfish-actions.pod:510
25709 msgid "blockdev-rereadpt"
25710 msgstr ""
25711
25712 # type: verbatim
25713 #. type: verbatim
25714 #: ../fish/guestfish-actions.pod:512
25715 #, no-wrap
25716 msgid ""
25717 " blockdev-rereadpt device\n"
25718 "\n"
25719 msgstr ""
25720
25721 # type: =head2
25722 #. type: =head2
25723 #: ../fish/guestfish-actions.pod:518
25724 msgid "blockdev-setbsz"
25725 msgstr ""
25726
25727 # type: verbatim
25728 #. type: verbatim
25729 #: ../fish/guestfish-actions.pod:520
25730 #, no-wrap
25731 msgid ""
25732 " blockdev-setbsz device blocksize\n"
25733 "\n"
25734 msgstr ""
25735
25736 # type: =head2
25737 #. type: =head2
25738 #: ../fish/guestfish-actions.pod:529
25739 msgid "blockdev-setro"
25740 msgstr ""
25741
25742 # type: verbatim
25743 #. type: verbatim
25744 #: ../fish/guestfish-actions.pod:531
25745 #, no-wrap
25746 msgid ""
25747 " blockdev-setro device\n"
25748 "\n"
25749 msgstr ""
25750
25751 # type: =head2
25752 #. type: =head2
25753 #: ../fish/guestfish-actions.pod:537
25754 msgid "blockdev-setrw"
25755 msgstr ""
25756
25757 # type: verbatim
25758 #. type: verbatim
25759 #: ../fish/guestfish-actions.pod:539
25760 #, no-wrap
25761 msgid ""
25762 " blockdev-setrw device\n"
25763 "\n"
25764 msgstr ""
25765
25766 # type: =head2
25767 #. type: =head2
25768 #: ../fish/guestfish-actions.pod:545
25769 msgid "case-sensitive-path"
25770 msgstr ""
25771
25772 # type: verbatim
25773 #. type: verbatim
25774 #: ../fish/guestfish-actions.pod:547
25775 #, no-wrap
25776 msgid ""
25777 " case-sensitive-path path\n"
25778 "\n"
25779 msgstr ""
25780
25781 # type: textblock
25782 #. type: textblock
25783 #: ../fish/guestfish-actions.pod:571
25784 msgid ""
25785 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
25786 "WINDOWS/system32\"> (the exact return value would depend on details of how "
25787 "the directories were originally created under Windows)."
25788 msgstr ""
25789
25790 # type: textblock
25791 #. type: textblock
25792 #: ../fish/guestfish-actions.pod:579
25793 msgid "See also L</realpath>."
25794 msgstr ""
25795
25796 # type: =head2
25797 #. type: =head2
25798 #: ../fish/guestfish-actions.pod:581
25799 msgid "cat"
25800 msgstr ""
25801
25802 # type: verbatim
25803 #. type: verbatim
25804 #: ../fish/guestfish-actions.pod:583
25805 #, no-wrap
25806 msgid ""
25807 " cat path\n"
25808 "\n"
25809 msgstr ""
25810
25811 # type: textblock
25812 #. type: textblock
25813 #: ../fish/guestfish-actions.pod:587
25814 msgid ""
25815 "Note that this function cannot correctly handle binary files (specifically, "
25816 "files containing C<\\0> character which is treated as end of string).  For "
25817 "those you need to use the L</read-file> or L</download> functions which have "
25818 "a more complex interface."
25819 msgstr ""
25820
25821 # type: =head2
25822 #. type: =head2
25823 #: ../fish/guestfish-actions.pod:595
25824 msgid "checksum"
25825 msgstr ""
25826
25827 # type: verbatim
25828 #. type: verbatim
25829 #: ../fish/guestfish-actions.pod:597
25830 #, no-wrap
25831 msgid ""
25832 " checksum csumtype path\n"
25833 "\n"
25834 msgstr ""
25835
25836 # type: textblock
25837 #. type: textblock
25838 #: ../fish/guestfish-actions.pod:640
25839 msgid "To get the checksum for a device, use L</checksum-device>."
25840 msgstr ""
25841
25842 # type: textblock
25843 #. type: textblock
25844 #: ../fish/guestfish-actions.pod:642
25845 msgid "To get the checksums for many files, use L</checksums-out>."
25846 msgstr ""
25847
25848 # type: =head2
25849 #. type: =head2
25850 #: ../fish/guestfish-actions.pod:644
25851 msgid "checksum-device"
25852 msgstr ""
25853
25854 # type: verbatim
25855 #. type: verbatim
25856 #: ../fish/guestfish-actions.pod:646
25857 #, no-wrap
25858 msgid ""
25859 " checksum-device csumtype device\n"
25860 "\n"
25861 msgstr ""
25862
25863 # type: textblock
25864 #. type: textblock
25865 #: ../fish/guestfish-actions.pod:648
25866 msgid ""
25867 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
25868 "device named C<device>.  For the types of checksums supported see the L</"
25869 "checksum> command."
25870 msgstr ""
25871
25872 # type: =head2
25873 #. type: =head2
25874 #: ../fish/guestfish-actions.pod:652
25875 msgid "checksums-out"
25876 msgstr ""
25877
25878 # type: verbatim
25879 #. type: verbatim
25880 #: ../fish/guestfish-actions.pod:654
25881 #, no-wrap
25882 msgid ""
25883 " checksums-out csumtype directory (sumsfile|-)\n"
25884 "\n"
25885 msgstr ""
25886
25887 # type: =head2
25888 #. type: =head2
25889 #: ../fish/guestfish-actions.pod:670
25890 msgid "chmod"
25891 msgstr ""
25892
25893 # type: verbatim
25894 #. type: verbatim
25895 #: ../fish/guestfish-actions.pod:672
25896 #, no-wrap
25897 msgid ""
25898 " chmod mode path\n"
25899 "\n"
25900 msgstr ""
25901
25902 # type: =head2
25903 #. type: =head2
25904 #: ../fish/guestfish-actions.pod:683
25905 msgid "chown"
25906 msgstr ""
25907
25908 # type: verbatim
25909 #. type: verbatim
25910 #: ../fish/guestfish-actions.pod:685
25911 #, no-wrap
25912 msgid ""
25913 " chown owner group path\n"
25914 "\n"
25915 msgstr ""
25916
25917 # type: =head2
25918 #. type: =head2
25919 #: ../fish/guestfish-actions.pod:693
25920 msgid "command"
25921 msgstr ""
25922
25923 # type: verbatim
25924 #. type: verbatim
25925 #: ../fish/guestfish-actions.pod:695
25926 #, no-wrap
25927 msgid ""
25928 " command 'arguments ...'\n"
25929 "\n"
25930 msgstr ""
25931
25932 # type: textblock
25933 #. type: textblock
25934 #: ../fish/guestfish-actions.pod:702
25935 msgid ""
25936 "The single parameter is an argv-style list of arguments.  The first element "
25937 "is the name of the program to run.  Subsequent elements are parameters.  The "
25938 "list must be non-empty (ie. must contain a program name).  Note that the "
25939 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
25940 msgstr ""
25941
25942 # type: =head2
25943 #. type: =head2
25944 #: ../fish/guestfish-actions.pod:730
25945 msgid "command-lines"
25946 msgstr ""
25947
25948 # type: verbatim
25949 #. type: verbatim
25950 #: ../fish/guestfish-actions.pod:732
25951 #, no-wrap
25952 msgid ""
25953 " command-lines 'arguments ...'\n"
25954 "\n"
25955 msgstr ""
25956
25957 # type: textblock
25958 #. type: textblock
25959 #: ../fish/guestfish-actions.pod:734
25960 msgid ""
25961 "This is the same as L</command>, but splits the result into a list of lines."
25962 msgstr ""
25963
25964 # type: textblock
25965 #. type: textblock
25966 #: ../fish/guestfish-actions.pod:737
25967 msgid "See also: L</sh-lines>"
25968 msgstr ""
25969
25970 # type: =head2
25971 #. type: =head2
25972 #: ../fish/guestfish-actions.pod:742
25973 msgid "config"
25974 msgstr ""
25975
25976 # type: verbatim
25977 #. type: verbatim
25978 #: ../fish/guestfish-actions.pod:744
25979 #, no-wrap
25980 msgid ""
25981 " config qemuparam qemuvalue\n"
25982 "\n"
25983 msgstr ""
25984
25985 # type: =head2
25986 #. type: =head2
25987 #: ../fish/guestfish-actions.pod:755
25988 msgid "copy-size"
25989 msgstr ""
25990
25991 # type: verbatim
25992 #. type: verbatim
25993 #: ../fish/guestfish-actions.pod:757
25994 #, no-wrap
25995 msgid ""
25996 " copy-size src dest size\n"
25997 "\n"
25998 msgstr ""
25999
26000 # type: =head2
26001 #. type: =head2
26002 #: ../fish/guestfish-actions.pod:765
26003 msgid "cp"
26004 msgstr ""
26005
26006 # type: verbatim
26007 #. type: verbatim
26008 #: ../fish/guestfish-actions.pod:767
26009 #, no-wrap
26010 msgid ""
26011 " cp src dest\n"
26012 "\n"
26013 msgstr ""
26014
26015 # type: =head2
26016 #. type: =head2
26017 #: ../fish/guestfish-actions.pod:772
26018 msgid "cp-a"
26019 msgstr ""
26020
26021 # type: verbatim
26022 #. type: verbatim
26023 #: ../fish/guestfish-actions.pod:774
26024 #, no-wrap
26025 msgid ""
26026 " cp-a src dest\n"
26027 "\n"
26028 msgstr ""
26029
26030 # type: =head2
26031 #. type: =head2
26032 #: ../fish/guestfish-actions.pod:779
26033 msgid "dd"
26034 msgstr ""
26035
26036 # type: verbatim
26037 #. type: verbatim
26038 #: ../fish/guestfish-actions.pod:781
26039 #, no-wrap
26040 msgid ""
26041 " dd src dest\n"
26042 "\n"
26043 msgstr ""
26044
26045 # type: textblock
26046 #. type: textblock
26047 #: ../fish/guestfish-actions.pod:788
26048 msgid ""
26049 "If the destination is a device, it must be as large or larger than the "
26050 "source file or device, otherwise the copy will fail.  This command cannot do "
26051 "partial copies (see L</copy-size>)."
26052 msgstr ""
26053
26054 # type: =head2
26055 #. type: =head2
26056 #: ../fish/guestfish-actions.pod:792
26057 msgid "df"
26058 msgstr ""
26059
26060 # type: verbatim
26061 #. type: verbatim
26062 #: ../fish/guestfish-actions.pod:794
26063 #, no-wrap
26064 msgid ""
26065 " df\n"
26066 "\n"
26067 msgstr ""
26068
26069 # type: textblock
26070 #. type: textblock
26071 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
26072 msgid ""
26073 "This command is mostly useful for interactive sessions.  It is I<not> "
26074 "intended that you try to parse the output string.  Use L</statvfs> from "
26075 "programs."
26076 msgstr ""
26077
26078 # type: =head2
26079 #. type: =head2
26080 #: ../fish/guestfish-actions.pod:802
26081 msgid "df-h"
26082 msgstr ""
26083
26084 # type: verbatim
26085 #. type: verbatim
26086 #: ../fish/guestfish-actions.pod:804
26087 #, no-wrap
26088 msgid ""
26089 " df-h\n"
26090 "\n"
26091 msgstr ""
26092
26093 # type: =head2
26094 #. type: =head2
26095 #: ../fish/guestfish-actions.pod:813
26096 msgid "dmesg"
26097 msgstr ""
26098
26099 # type: verbatim
26100 #. type: verbatim
26101 #: ../fish/guestfish-actions.pod:815
26102 #, no-wrap
26103 msgid ""
26104 " dmesg\n"
26105 "\n"
26106 msgstr ""
26107
26108 # type: textblock
26109 #. type: textblock
26110 #: ../fish/guestfish-actions.pod:821
26111 msgid ""
26112 "Another way to get the same information is to enable verbose messages with "
26113 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
26114 "before running the program."
26115 msgstr ""
26116
26117 # type: =head2
26118 #. type: =head2
26119 #: ../fish/guestfish-actions.pod:826
26120 msgid "download"
26121 msgstr ""
26122
26123 # type: verbatim
26124 #. type: verbatim
26125 #: ../fish/guestfish-actions.pod:828
26126 #, no-wrap
26127 msgid ""
26128 " download remotefilename (filename|-)\n"
26129 "\n"
26130 msgstr ""
26131
26132 # type: textblock
26133 #. type: textblock
26134 #: ../fish/guestfish-actions.pod:835
26135 msgid "See also L</upload>, L</cat>."
26136 msgstr ""
26137
26138 # type: =head2
26139 #. type: =head2
26140 #: ../fish/guestfish-actions.pod:839
26141 msgid "download-offset"
26142 msgstr ""
26143
26144 # type: verbatim
26145 #. type: verbatim
26146 #: ../fish/guestfish-actions.pod:841
26147 #, no-wrap
26148 msgid ""
26149 " download-offset remotefilename (filename|-) offset size\n"
26150 "\n"
26151 msgstr ""
26152
26153 # type: textblock
26154 #. type: textblock
26155 #: ../fish/guestfish-actions.pod:849
26156 msgid ""
26157 "Note that there is no limit on the amount of data that can be downloaded "
26158 "with this call, unlike with L</pread>, and this call always reads the full "
26159 "amount unless an error occurs."
26160 msgstr ""
26161
26162 # type: textblock
26163 #. type: textblock
26164 #: ../fish/guestfish-actions.pod:854
26165 msgid "See also L</download>, L</pread>."
26166 msgstr ""
26167
26168 # type: =head2
26169 #. type: =head2
26170 #: ../fish/guestfish-actions.pod:858
26171 msgid "drop-caches"
26172 msgstr ""
26173
26174 # type: verbatim
26175 #. type: verbatim
26176 #: ../fish/guestfish-actions.pod:860
26177 #, no-wrap
26178 msgid ""
26179 " drop-caches whattodrop\n"
26180 "\n"
26181 msgstr ""
26182
26183 # type: =head2
26184 #. type: =head2
26185 #: ../fish/guestfish-actions.pod:872
26186 msgid "du"
26187 msgstr ""
26188
26189 # type: verbatim
26190 #. type: verbatim
26191 #: ../fish/guestfish-actions.pod:874
26192 #, no-wrap
26193 msgid ""
26194 " du path\n"
26195 "\n"
26196 msgstr ""
26197
26198 # type: =head2
26199 #. type: =head2
26200 #: ../fish/guestfish-actions.pod:886
26201 msgid "e2fsck-f"
26202 msgstr ""
26203
26204 # type: verbatim
26205 #. type: verbatim
26206 #: ../fish/guestfish-actions.pod:888
26207 #, no-wrap
26208 msgid ""
26209 " e2fsck-f device\n"
26210 "\n"
26211 msgstr ""
26212
26213 # type: textblock
26214 #. type: textblock
26215 #: ../fish/guestfish-actions.pod:894
26216 msgid ""
26217 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
26218 "should use L</fsck>."
26219 msgstr ""
26220
26221 # type: =head2
26222 #. type: =head2
26223 #: ../fish/guestfish-actions.pod:897
26224 msgid "echo-daemon"
26225 msgstr ""
26226
26227 # type: verbatim
26228 #. type: verbatim
26229 #: ../fish/guestfish-actions.pod:899
26230 #, no-wrap
26231 msgid ""
26232 " echo-daemon 'words ...'\n"
26233 "\n"
26234 msgstr ""
26235
26236 # type: textblock
26237 #. type: textblock
26238 #: ../fish/guestfish-actions.pod:906
26239 msgid "See also L</ping-daemon>."
26240 msgstr ""
26241
26242 # type: =head2
26243 #. type: =head2
26244 #: ../fish/guestfish-actions.pod:908
26245 msgid "egrep"
26246 msgstr ""
26247
26248 # type: verbatim
26249 #. type: verbatim
26250 #: ../fish/guestfish-actions.pod:910
26251 #, no-wrap
26252 msgid ""
26253 " egrep regex path\n"
26254 "\n"
26255 msgstr ""
26256
26257 # type: =head2
26258 #. type: =head2
26259 #: ../fish/guestfish-actions.pod:918
26260 msgid "egrepi"
26261 msgstr ""
26262
26263 # type: verbatim
26264 #. type: verbatim
26265 #: ../fish/guestfish-actions.pod:920
26266 #, no-wrap
26267 msgid ""
26268 " egrepi regex path\n"
26269 "\n"
26270 msgstr ""
26271
26272 # type: =head2
26273 #. type: =head2
26274 #: ../fish/guestfish-actions.pod:928
26275 msgid "equal"
26276 msgstr ""
26277
26278 # type: verbatim
26279 #. type: verbatim
26280 #: ../fish/guestfish-actions.pod:930
26281 #, no-wrap
26282 msgid ""
26283 " equal file1 file2\n"
26284 "\n"
26285 msgstr ""
26286
26287 # type: =head2
26288 #. type: =head2
26289 #: ../fish/guestfish-actions.pod:937
26290 msgid "exists"
26291 msgstr ""
26292
26293 # type: verbatim
26294 #. type: verbatim
26295 #: ../fish/guestfish-actions.pod:939
26296 #, no-wrap
26297 msgid ""
26298 " exists path\n"
26299 "\n"
26300 msgstr ""
26301
26302 # type: textblock
26303 #. type: textblock
26304 #: ../fish/guestfish-actions.pod:944
26305 msgid "See also L</is-file>, L</is-dir>, L</stat>."
26306 msgstr ""
26307
26308 # type: =head2
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:946
26311 msgid "fallocate"
26312 msgstr ""
26313
26314 # type: verbatim
26315 #. type: verbatim
26316 #: ../fish/guestfish-actions.pod:948
26317 #, no-wrap
26318 msgid ""
26319 " fallocate path len\n"
26320 "\n"
26321 msgstr ""
26322
26323 # type: =head2
26324 #. type: =head2
26325 #: ../fish/guestfish-actions.pod:965
26326 msgid "fallocate64"
26327 msgstr ""
26328
26329 # type: verbatim
26330 #. type: verbatim
26331 #: ../fish/guestfish-actions.pod:967
26332 #, no-wrap
26333 msgid ""
26334 " fallocate64 path len\n"
26335 "\n"
26336 msgstr ""
26337
26338 # type: textblock
26339 #. type: textblock
26340 #: ../fish/guestfish-actions.pod:973
26341 msgid ""
26342 "Note that this call allocates disk blocks for the file.  To create a sparse "
26343 "file use L</truncate-size> instead."
26344 msgstr ""
26345
26346 # type: textblock
26347 #. type: textblock
26348 #: ../fish/guestfish-actions.pod:976
26349 msgid ""
26350 "The deprecated call L</fallocate> does the same, but owing to an oversight "
26351 "it only allowed 30 bit lengths to be specified, effectively limiting the "
26352 "maximum size of files created through that call to 1GB."
26353 msgstr ""
26354
26355 # type: =head2
26356 #. type: =head2
26357 #: ../fish/guestfish-actions.pod:985
26358 msgid "fgrep"
26359 msgstr ""
26360
26361 # type: verbatim
26362 #. type: verbatim
26363 #: ../fish/guestfish-actions.pod:987
26364 #, no-wrap
26365 msgid ""
26366 " fgrep pattern path\n"
26367 "\n"
26368 msgstr ""
26369
26370 # type: =head2
26371 #. type: =head2
26372 #: ../fish/guestfish-actions.pod:995
26373 msgid "fgrepi"
26374 msgstr ""
26375
26376 # type: verbatim
26377 #. type: verbatim
26378 #: ../fish/guestfish-actions.pod:997
26379 #, no-wrap
26380 msgid ""
26381 " fgrepi pattern path\n"
26382 "\n"
26383 msgstr ""
26384
26385 # type: =head2
26386 #. type: =head2
26387 #: ../fish/guestfish-actions.pod:1005
26388 msgid "file"
26389 msgstr ""
26390
26391 # type: verbatim
26392 #. type: verbatim
26393 #: ../fish/guestfish-actions.pod:1007
26394 #, no-wrap
26395 msgid ""
26396 " file path\n"
26397 "\n"
26398 msgstr ""
26399
26400 #. type: textblock
26401 #: ../fish/guestfish-actions.pod:1023
26402 msgid ""
26403 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
26404 "(etc), L</is-zero>."
26405 msgstr ""
26406
26407 # type: =head2
26408 #. type: =head2
26409 #: ../fish/guestfish-actions.pod:1026
26410 msgid "file-architecture"
26411 msgstr ""
26412
26413 # type: verbatim
26414 #. type: verbatim
26415 #: ../fish/guestfish-actions.pod:1028
26416 #, no-wrap
26417 msgid ""
26418 " file-architecture filename\n"
26419 "\n"
26420 msgstr ""
26421
26422 # type: =head2
26423 #. type: =head2
26424 #: ../fish/guestfish-actions.pod:1131
26425 msgid "filesize"
26426 msgstr ""
26427
26428 # type: verbatim
26429 #. type: verbatim
26430 #: ../fish/guestfish-actions.pod:1133
26431 #, no-wrap
26432 msgid ""
26433 " filesize file\n"
26434 "\n"
26435 msgstr ""
26436
26437 # type: textblock
26438 #. type: textblock
26439 #: ../fish/guestfish-actions.pod:1137
26440 msgid ""
26441 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
26442 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
26443 msgstr ""
26444
26445 # type: =head2
26446 #. type: =head2
26447 #: ../fish/guestfish-actions.pod:1141
26448 msgid "fill"
26449 msgstr ""
26450
26451 # type: verbatim
26452 #. type: verbatim
26453 #: ../fish/guestfish-actions.pod:1143
26454 #, no-wrap
26455 msgid ""
26456 " fill c len path\n"
26457 "\n"
26458 msgstr ""
26459
26460 # type: textblock
26461 #. type: textblock
26462 #: ../fish/guestfish-actions.pod:1149
26463 msgid ""
26464 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
26465 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
26466 "L</fill-pattern>."
26467 msgstr ""
26468
26469 # type: =head2
26470 #. type: =head2
26471 #: ../fish/guestfish-actions.pod:1154
26472 msgid "fill-pattern"
26473 msgstr ""
26474
26475 # type: verbatim
26476 #. type: verbatim
26477 #: ../fish/guestfish-actions.pod:1156
26478 #, no-wrap
26479 msgid ""
26480 " fill-pattern pattern len path\n"
26481 "\n"
26482 msgstr ""
26483
26484 # type: textblock
26485 #. type: textblock
26486 #: ../fish/guestfish-actions.pod:1158
26487 msgid ""
26488 "This function is like L</fill> except that it creates a new file of length "
26489 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
26490 "is truncated if necessary to ensure the length of the file is exactly C<len> "
26491 "bytes."
26492 msgstr ""
26493
26494 # type: =head2
26495 #. type: =head2
26496 #: ../fish/guestfish-actions.pod:1163
26497 msgid "find"
26498 msgstr ""
26499
26500 # type: verbatim
26501 #. type: verbatim
26502 #: ../fish/guestfish-actions.pod:1165
26503 #, no-wrap
26504 msgid ""
26505 " find directory\n"
26506 "\n"
26507 msgstr ""
26508
26509 # type: textblock
26510 #. type: textblock
26511 #: ../fish/guestfish-actions.pod:1179
26512 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
26513 msgstr ""
26514
26515 # type: textblock
26516 #. type: textblock
26517 #: ../fish/guestfish-actions.pod:1192
26518 msgid "See also L</find0>."
26519 msgstr ""
26520
26521 # type: =head2
26522 #. type: =head2
26523 #: ../fish/guestfish-actions.pod:1197
26524 msgid "find0"
26525 msgstr ""
26526
26527 # type: verbatim
26528 #. type: verbatim
26529 #: ../fish/guestfish-actions.pod:1199
26530 #, no-wrap
26531 msgid ""
26532 " find0 directory (files|-)\n"
26533 "\n"
26534 msgstr ""
26535
26536 # type: textblock
26537 #. type: textblock
26538 #: ../fish/guestfish-actions.pod:1205
26539 msgid ""
26540 "This command works the same way as L</find> with the following exceptions:"
26541 msgstr ""
26542
26543 # type: =head2
26544 #. type: =head2
26545 #: ../fish/guestfish-actions.pod:1232
26546 msgid "findfs-label"
26547 msgstr ""
26548
26549 # type: verbatim
26550 #. type: verbatim
26551 #: ../fish/guestfish-actions.pod:1234
26552 #, no-wrap
26553 msgid ""
26554 " findfs-label label\n"
26555 "\n"
26556 msgstr ""
26557
26558 # type: textblock
26559 #. type: textblock
26560 #: ../fish/guestfish-actions.pod:1240
26561 msgid "To find the label of a filesystem, use L</vfs-label>."
26562 msgstr ""
26563
26564 # type: =head2
26565 #. type: =head2
26566 #: ../fish/guestfish-actions.pod:1242
26567 msgid "findfs-uuid"
26568 msgstr ""
26569
26570 # type: verbatim
26571 #. type: verbatim
26572 #: ../fish/guestfish-actions.pod:1244
26573 #, no-wrap
26574 msgid ""
26575 " findfs-uuid uuid\n"
26576 "\n"
26577 msgstr ""
26578
26579 # type: textblock
26580 #. type: textblock
26581 #: ../fish/guestfish-actions.pod:1250
26582 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
26583 msgstr ""
26584
26585 # type: =head2
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:1252
26588 msgid "fsck"
26589 msgstr ""
26590
26591 # type: verbatim
26592 #. type: verbatim
26593 #: ../fish/guestfish-actions.pod:1254
26594 #, no-wrap
26595 msgid ""
26596 " fsck fstype device\n"
26597 "\n"
26598 msgstr ""
26599
26600 # type: =head2
26601 #. type: =head2
26602 #: ../fish/guestfish-actions.pod:1284
26603 msgid "get-append"
26604 msgstr ""
26605
26606 # type: verbatim
26607 #. type: verbatim
26608 #: ../fish/guestfish-actions.pod:1286
26609 #, no-wrap
26610 msgid ""
26611 " get-append\n"
26612 "\n"
26613 msgstr ""
26614
26615 #. type: =head2
26616 #: ../fish/guestfish-actions.pod:1293
26617 msgid "get-attach-method"
26618 msgstr ""
26619
26620 #. type: verbatim
26621 #: ../fish/guestfish-actions.pod:1295
26622 #, no-wrap
26623 msgid ""
26624 " get-attach-method\n"
26625 "\n"
26626 msgstr ""
26627
26628 #. type: textblock
26629 #: ../fish/guestfish-actions.pod:1297
26630 msgid "Return the current attach method.  See L</set-attach-method>."
26631 msgstr ""
26632
26633 # type: =head2
26634 #. type: =head2
26635 #: ../fish/guestfish-actions.pod:1299
26636 msgid "get-autosync"
26637 msgstr ""
26638
26639 # type: verbatim
26640 #. type: verbatim
26641 #: ../fish/guestfish-actions.pod:1301
26642 #, no-wrap
26643 msgid ""
26644 " get-autosync\n"
26645 "\n"
26646 msgstr ""
26647
26648 # type: =head2
26649 #. type: =head2
26650 #: ../fish/guestfish-actions.pod:1305
26651 msgid "get-direct"
26652 msgstr ""
26653
26654 # type: verbatim
26655 #. type: verbatim
26656 #: ../fish/guestfish-actions.pod:1307
26657 #, no-wrap
26658 msgid ""
26659 " get-direct\n"
26660 "\n"
26661 msgstr ""
26662
26663 # type: =head2
26664 #. type: =head2
26665 #: ../fish/guestfish-actions.pod:1311
26666 msgid "get-e2label"
26667 msgstr ""
26668
26669 # type: verbatim
26670 #. type: verbatim
26671 #: ../fish/guestfish-actions.pod:1313
26672 #, no-wrap
26673 msgid ""
26674 " get-e2label device\n"
26675 "\n"
26676 msgstr ""
26677
26678 # type: =head2
26679 #. type: =head2
26680 #: ../fish/guestfish-actions.pod:1325
26681 msgid "get-e2uuid"
26682 msgstr ""
26683
26684 # type: verbatim
26685 #. type: verbatim
26686 #: ../fish/guestfish-actions.pod:1327
26687 #, no-wrap
26688 msgid ""
26689 " get-e2uuid device\n"
26690 "\n"
26691 msgstr ""
26692
26693 # type: =head2
26694 #. type: =head2
26695 #: ../fish/guestfish-actions.pod:1339
26696 msgid "get-memsize"
26697 msgstr ""
26698
26699 # type: verbatim
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:1341
26702 #, no-wrap
26703 msgid ""
26704 " get-memsize\n"
26705 "\n"
26706 msgstr ""
26707
26708 # type: textblock
26709 #. type: textblock
26710 #: ../fish/guestfish-actions.pod:1346
26711 msgid ""
26712 "If L</set-memsize> was not called on this handle, and if "
26713 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
26714 "value for memsize."
26715 msgstr ""
26716
26717 # type: =head2
26718 #. type: =head2
26719 #: ../fish/guestfish-actions.pod:1353
26720 msgid "get-network"
26721 msgstr ""
26722
26723 # type: verbatim
26724 #. type: verbatim
26725 #: ../fish/guestfish-actions.pod:1355
26726 #, no-wrap
26727 msgid ""
26728 " get-network\n"
26729 "\n"
26730 msgstr ""
26731
26732 # type: =head2
26733 #. type: =head2
26734 #: ../fish/guestfish-actions.pod:1359
26735 msgid "get-path"
26736 msgstr ""
26737
26738 # type: verbatim
26739 #. type: verbatim
26740 #: ../fish/guestfish-actions.pod:1361
26741 #, no-wrap
26742 msgid ""
26743 " get-path\n"
26744 "\n"
26745 msgstr ""
26746
26747 # type: =head2
26748 #. type: =head2
26749 #: ../fish/guestfish-actions.pod:1368
26750 msgid "get-pid"
26751 msgstr ""
26752
26753 # type: =head2
26754 #. type: =head2
26755 #: ../fish/guestfish-actions.pod:1370
26756 msgid "pid"
26757 msgstr ""
26758
26759 # type: verbatim
26760 #. type: verbatim
26761 #: ../fish/guestfish-actions.pod:1372
26762 #, no-wrap
26763 msgid ""
26764 " get-pid\n"
26765 "\n"
26766 msgstr ""
26767
26768 # type: =head2
26769 #. type: =head2
26770 #: ../fish/guestfish-actions.pod:1379
26771 msgid "get-qemu"
26772 msgstr ""
26773
26774 # type: verbatim
26775 #. type: verbatim
26776 #: ../fish/guestfish-actions.pod:1381
26777 #, no-wrap
26778 msgid ""
26779 " get-qemu\n"
26780 "\n"
26781 msgstr ""
26782
26783 # type: =head2
26784 #. type: =head2
26785 #: ../fish/guestfish-actions.pod:1388
26786 msgid "get-recovery-proc"
26787 msgstr ""
26788
26789 # type: verbatim
26790 #. type: verbatim
26791 #: ../fish/guestfish-actions.pod:1390
26792 #, no-wrap
26793 msgid ""
26794 " get-recovery-proc\n"
26795 "\n"
26796 msgstr ""
26797
26798 # type: =head2
26799 #. type: =head2
26800 #: ../fish/guestfish-actions.pod:1394
26801 msgid "get-selinux"
26802 msgstr ""
26803
26804 # type: verbatim
26805 #. type: verbatim
26806 #: ../fish/guestfish-actions.pod:1396
26807 #, no-wrap
26808 msgid ""
26809 " get-selinux\n"
26810 "\n"
26811 msgstr ""
26812
26813 # type: textblock
26814 #. type: textblock
26815 #: ../fish/guestfish-actions.pod:1398
26816 msgid ""
26817 "This returns the current setting of the selinux flag which is passed to the "
26818 "appliance at boot time.  See L</set-selinux>."
26819 msgstr ""
26820
26821 # type: =head2
26822 #. type: =head2
26823 #: ../fish/guestfish-actions.pod:1404
26824 msgid "get-state"
26825 msgstr ""
26826
26827 # type: verbatim
26828 #. type: verbatim
26829 #: ../fish/guestfish-actions.pod:1406
26830 #, no-wrap
26831 msgid ""
26832 " get-state\n"
26833 "\n"
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:1413
26839 msgid "get-trace"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:1415
26845 #, no-wrap
26846 msgid ""
26847 " get-trace\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: =head2
26852 #. type: =head2
26853 #: ../fish/guestfish-actions.pod:1419
26854 msgid "get-umask"
26855 msgstr ""
26856
26857 # type: verbatim
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:1421
26860 #, no-wrap
26861 msgid ""
26862 " get-umask\n"
26863 "\n"
26864 msgstr ""
26865
26866 # type: textblock
26867 #. type: textblock
26868 #: ../fish/guestfish-actions.pod:1423
26869 msgid ""
26870 "Return the current umask.  By default the umask is C<022> unless it has been "
26871 "set by calling L</umask>."
26872 msgstr ""
26873
26874 # type: =head2
26875 #. type: =head2
26876 #: ../fish/guestfish-actions.pod:1426
26877 msgid "get-verbose"
26878 msgstr ""
26879
26880 # type: verbatim
26881 #. type: verbatim
26882 #: ../fish/guestfish-actions.pod:1428
26883 #, no-wrap
26884 msgid ""
26885 " get-verbose\n"
26886 "\n"
26887 msgstr ""
26888
26889 # type: =head2
26890 #. type: =head2
26891 #: ../fish/guestfish-actions.pod:1432
26892 msgid "getcon"
26893 msgstr ""
26894
26895 # type: verbatim
26896 #. type: verbatim
26897 #: ../fish/guestfish-actions.pod:1434
26898 #, no-wrap
26899 msgid ""
26900 " getcon\n"
26901 "\n"
26902 msgstr ""
26903
26904 # type: textblock
26905 #. type: textblock
26906 #: ../fish/guestfish-actions.pod:1438
26907 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
26908 msgstr ""
26909
26910 # type: =head2
26911 #. type: =head2
26912 #: ../fish/guestfish-actions.pod:1441
26913 msgid "getxattr"
26914 msgstr ""
26915
26916 # type: verbatim
26917 #. type: verbatim
26918 #: ../fish/guestfish-actions.pod:1443
26919 #, no-wrap
26920 msgid ""
26921 " getxattr path name\n"
26922 "\n"
26923 msgstr ""
26924
26925 # type: textblock
26926 #. type: textblock
26927 #: ../fish/guestfish-actions.pod:1445
26928 msgid ""
26929 "Get a single extended attribute from file C<path> named C<name>.  This call "
26930 "follows symlinks.  If you want to lookup an extended attribute for the "
26931 "symlink itself, use L</lgetxattr>."
26932 msgstr ""
26933
26934 # type: textblock
26935 #. type: textblock
26936 #: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:2476
26937 msgid ""
26938 "Normally it is better to get all extended attributes from a file in one go "
26939 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
26940 "buggy and do not provide a way to list out attributes.  For these "
26941 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
26942 "attributes you want in advance and call this function."
26943 msgstr ""
26944
26945 # type: textblock
26946 #. type: textblock
26947 #: ../fish/guestfish-actions.pod:1459
26948 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
26949 msgstr ""
26950
26951 # type: =head2
26952 #. type: =head2
26953 #: ../fish/guestfish-actions.pod:1461
26954 msgid "getxattrs"
26955 msgstr ""
26956
26957 # type: verbatim
26958 #. type: verbatim
26959 #: ../fish/guestfish-actions.pod:1463
26960 #, no-wrap
26961 msgid ""
26962 " getxattrs path\n"
26963 "\n"
26964 msgstr ""
26965
26966 # type: textblock
26967 #. type: textblock
26968 #: ../fish/guestfish-actions.pod:1471
26969 msgid "See also: L</lgetxattrs>, L<attr(5)>."
26970 msgstr ""
26971
26972 # type: =head2
26973 #. type: =head2
26974 #: ../fish/guestfish-actions.pod:1473
26975 msgid "glob-expand"
26976 msgstr ""
26977
26978 # type: verbatim
26979 #. type: verbatim
26980 #: ../fish/guestfish-actions.pod:1475
26981 #, no-wrap
26982 msgid ""
26983 " glob-expand pattern\n"
26984 "\n"
26985 msgstr ""
26986
26987 # type: =head2
26988 #. type: =head2
26989 #: ../fish/guestfish-actions.pod:1488
26990 msgid "grep"
26991 msgstr ""
26992
26993 # type: verbatim
26994 #. type: verbatim
26995 #: ../fish/guestfish-actions.pod:1490
26996 #, no-wrap
26997 msgid ""
26998 " grep regex path\n"
26999 "\n"
27000 msgstr ""
27001
27002 # type: =head2
27003 #. type: =head2
27004 #: ../fish/guestfish-actions.pod:1498
27005 msgid "grepi"
27006 msgstr ""
27007
27008 # type: verbatim
27009 #. type: verbatim
27010 #: ../fish/guestfish-actions.pod:1500
27011 #, no-wrap
27012 msgid ""
27013 " grepi regex path\n"
27014 "\n"
27015 msgstr ""
27016
27017 # type: =head2
27018 #. type: =head2
27019 #: ../fish/guestfish-actions.pod:1508
27020 msgid "grub-install"
27021 msgstr ""
27022
27023 # type: verbatim
27024 #. type: verbatim
27025 #: ../fish/guestfish-actions.pod:1510
27026 #, no-wrap
27027 msgid ""
27028 " grub-install root device\n"
27029 "\n"
27030 msgstr ""
27031
27032 # type: =head2
27033 #. type: =head2
27034 #: ../fish/guestfish-actions.pod:1526
27035 msgid "head"
27036 msgstr ""
27037
27038 # type: verbatim
27039 #. type: verbatim
27040 #: ../fish/guestfish-actions.pod:1528
27041 #, no-wrap
27042 msgid ""
27043 " head path\n"
27044 "\n"
27045 msgstr ""
27046
27047 # type: =head2
27048 #. type: =head2
27049 #: ../fish/guestfish-actions.pod:1536
27050 msgid "head-n"
27051 msgstr ""
27052
27053 # type: verbatim
27054 #. type: verbatim
27055 #: ../fish/guestfish-actions.pod:1538
27056 #, no-wrap
27057 msgid ""
27058 " head-n nrlines path\n"
27059 "\n"
27060 msgstr ""
27061
27062 # type: =head2
27063 #. type: =head2
27064 #: ../fish/guestfish-actions.pod:1551
27065 msgid "hexdump"
27066 msgstr ""
27067
27068 # type: verbatim
27069 #. type: verbatim
27070 #: ../fish/guestfish-actions.pod:1553
27071 #, no-wrap
27072 msgid ""
27073 " hexdump path\n"
27074 "\n"
27075 msgstr ""
27076
27077 # type: =head2
27078 #. type: =head2
27079 #: ../fish/guestfish-actions.pod:1561
27080 msgid "initrd-cat"
27081 msgstr ""
27082
27083 # type: verbatim
27084 #. type: verbatim
27085 #: ../fish/guestfish-actions.pod:1563
27086 #, no-wrap
27087 msgid ""
27088 " initrd-cat initrdpath filename\n"
27089 "\n"
27090 msgstr ""
27091
27092 # type: textblock
27093 #. type: textblock
27094 #: ../fish/guestfish-actions.pod:1575
27095 msgid "See also L</initrd-list>."
27096 msgstr ""
27097
27098 # type: =head2
27099 #. type: =head2
27100 #: ../fish/guestfish-actions.pod:1580
27101 msgid "initrd-list"
27102 msgstr ""
27103
27104 # type: verbatim
27105 #. type: verbatim
27106 #: ../fish/guestfish-actions.pod:1582
27107 #, no-wrap
27108 msgid ""
27109 " initrd-list path\n"
27110 "\n"
27111 msgstr ""
27112
27113 # type: =head2
27114 #. type: =head2
27115 #: ../fish/guestfish-actions.pod:1594
27116 msgid "inotify-add-watch"
27117 msgstr ""
27118
27119 # type: verbatim
27120 #. type: verbatim
27121 #: ../fish/guestfish-actions.pod:1596
27122 #, no-wrap
27123 msgid ""
27124 " inotify-add-watch path mask\n"
27125 "\n"
27126 msgstr ""
27127
27128 # type: =head2
27129 #. type: =head2
27130 #: ../fish/guestfish-actions.pod:1608
27131 msgid "inotify-close"
27132 msgstr ""
27133
27134 # type: verbatim
27135 #. type: verbatim
27136 #: ../fish/guestfish-actions.pod:1610
27137 #, no-wrap
27138 msgid ""
27139 " inotify-close\n"
27140 "\n"
27141 msgstr ""
27142
27143 # type: =head2
27144 #. type: =head2
27145 #: ../fish/guestfish-actions.pod:1616
27146 msgid "inotify-files"
27147 msgstr ""
27148
27149 # type: verbatim
27150 #. type: verbatim
27151 #: ../fish/guestfish-actions.pod:1618
27152 #, no-wrap
27153 msgid ""
27154 " inotify-files\n"
27155 "\n"
27156 msgstr ""
27157
27158 # type: textblock
27159 #. type: textblock
27160 #: ../fish/guestfish-actions.pod:1620
27161 msgid ""
27162 "This function is a helpful wrapper around L</inotify-read> which just "
27163 "returns a list of pathnames of objects that were touched.  The returned "
27164 "pathnames are sorted and deduplicated."
27165 msgstr ""
27166
27167 # type: =head2
27168 #. type: =head2
27169 #: ../fish/guestfish-actions.pod:1624
27170 msgid "inotify-init"
27171 msgstr ""
27172
27173 # type: verbatim
27174 #. type: verbatim
27175 #: ../fish/guestfish-actions.pod:1626
27176 #, no-wrap
27177 msgid ""
27178 " inotify-init maxevents\n"
27179 "\n"
27180 msgstr ""
27181
27182 # type: textblock
27183 #. type: textblock
27184 #: ../fish/guestfish-actions.pod:1632
27185 msgid ""
27186 "C<maxevents> is the maximum number of events which will be queued up between "
27187 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
27188 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
27189 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
27190 "but records the fact that it threw them away by setting a flag "
27191 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
27192 msgstr ""
27193
27194 # type: textblock
27195 #. type: textblock
27196 #: ../fish/guestfish-actions.pod:1642
27197 msgid ""
27198 "Before any events are generated, you have to add some watches to the "
27199 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
27200 "L</inotify-watch-all>."
27201 msgstr ""
27202
27203 # type: textblock
27204 #. type: textblock
27205 #: ../fish/guestfish-actions.pod:1648
27206 msgid ""
27207 "Queued up events should be read periodically by calling L</inotify-read> (or "
27208 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
27209 "If you don't read the events out often enough then you risk the internal "
27210 "queue overflowing."
27211 msgstr ""
27212
27213 # type: textblock
27214 #. type: textblock
27215 #: ../fish/guestfish-actions.pod:1655
27216 msgid ""
27217 "The handle should be closed after use by calling L</inotify-close>.  This "
27218 "also removes any watches automatically."
27219 msgstr ""
27220
27221 # type: =head2
27222 #. type: =head2
27223 #: ../fish/guestfish-actions.pod:1664
27224 msgid "inotify-read"
27225 msgstr ""
27226
27227 # type: verbatim
27228 #. type: verbatim
27229 #: ../fish/guestfish-actions.pod:1666
27230 #, no-wrap
27231 msgid ""
27232 " inotify-read\n"
27233 "\n"
27234 msgstr ""
27235
27236 # type: =head2
27237 #. type: =head2
27238 #: ../fish/guestfish-actions.pod:1679
27239 msgid "inotify-rm-watch"
27240 msgstr ""
27241
27242 # type: verbatim
27243 #. type: verbatim
27244 #: ../fish/guestfish-actions.pod:1681
27245 #, no-wrap
27246 msgid ""
27247 " inotify-rm-watch wd\n"
27248 "\n"
27249 msgstr ""
27250
27251 # type: textblock
27252 #. type: textblock
27253 #: ../fish/guestfish-actions.pod:1683
27254 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
27255 msgstr ""
27256
27257 # type: =head2
27258 #. type: =head2
27259 #: ../fish/guestfish-actions.pod:1686
27260 msgid "inspect-get-arch"
27261 msgstr ""
27262
27263 # type: verbatim
27264 #. type: verbatim
27265 #: ../fish/guestfish-actions.pod:1688
27266 #, no-wrap
27267 msgid ""
27268 " inspect-get-arch root\n"
27269 "\n"
27270 msgstr ""
27271
27272 # type: textblock
27273 #. type: textblock
27274 #: ../fish/guestfish-actions.pod:1690
27275 msgid ""
27276 "This returns the architecture of the inspected operating system.  The "
27277 "possible return values are listed under L</file-architecture>."
27278 msgstr ""
27279
27280 # type: =head2
27281 #. type: =head2
27282 #: ../fish/guestfish-actions.pod:1699
27283 msgid "inspect-get-distro"
27284 msgstr ""
27285
27286 # type: verbatim
27287 #. type: verbatim
27288 #: ../fish/guestfish-actions.pod:1701
27289 #, no-wrap
27290 msgid ""
27291 " inspect-get-distro root\n"
27292 "\n"
27293 msgstr ""
27294
27295 #. type: =head2
27296 #: ../fish/guestfish-actions.pod:1782
27297 msgid "inspect-get-drive-mappings"
27298 msgstr ""
27299
27300 #. type: verbatim
27301 #: ../fish/guestfish-actions.pod:1784
27302 #, no-wrap
27303 msgid ""
27304 " inspect-get-drive-mappings root\n"
27305 "\n"
27306 msgstr ""
27307
27308 #. type: textblock
27309 #: ../fish/guestfish-actions.pod:1811
27310 msgid ""
27311 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27312 "get-mountpoints>, L</inspect-get-filesystems>."
27313 msgstr ""
27314
27315 # type: =head2
27316 #. type: =head2
27317 #: ../fish/guestfish-actions.pod:1815
27318 msgid "inspect-get-filesystems"
27319 msgstr ""
27320
27321 # type: verbatim
27322 #. type: verbatim
27323 #: ../fish/guestfish-actions.pod:1817
27324 #, no-wrap
27325 msgid ""
27326 " inspect-get-filesystems root\n"
27327 "\n"
27328 msgstr ""
27329
27330 # type: textblock
27331 #. type: textblock
27332 #: ../fish/guestfish-actions.pod:1827
27333 msgid ""
27334 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27335 "get-mountpoints>."
27336 msgstr ""
27337
27338 #. type: =head2
27339 #: ../fish/guestfish-actions.pod:1830
27340 msgid "inspect-get-format"
27341 msgstr ""
27342
27343 #. type: verbatim
27344 #: ../fish/guestfish-actions.pod:1832
27345 #, no-wrap
27346 msgid ""
27347 " inspect-get-format root\n"
27348 "\n"
27349 msgstr ""
27350
27351 # type: =head2
27352 #. type: =head2
27353 #: ../fish/guestfish-actions.pod:1861
27354 msgid "inspect-get-hostname"
27355 msgstr ""
27356
27357 # type: verbatim
27358 #. type: verbatim
27359 #: ../fish/guestfish-actions.pod:1863
27360 #, no-wrap
27361 msgid ""
27362 " inspect-get-hostname root\n"
27363 "\n"
27364 msgstr ""
27365
27366 #. type: =head2
27367 #: ../fish/guestfish-actions.pod:1873
27368 msgid "inspect-get-icon"
27369 msgstr ""
27370
27371 #. type: verbatim
27372 #: ../fish/guestfish-actions.pod:1875
27373 #, no-wrap
27374 msgid ""
27375 " inspect-get-icon root [favicon:..] [highquality:..]\n"
27376 "\n"
27377 msgstr ""
27378
27379 # type: =head2
27380 #. type: =head2
27381 #: ../fish/guestfish-actions.pod:1939
27382 msgid "inspect-get-major-version"
27383 msgstr ""
27384
27385 # type: verbatim
27386 #. type: verbatim
27387 #: ../fish/guestfish-actions.pod:1941
27388 #, no-wrap
27389 msgid ""
27390 " inspect-get-major-version root\n"
27391 "\n"
27392 msgstr ""
27393
27394 # type: =head2
27395 #. type: =head2
27396 #: ../fish/guestfish-actions.pod:1957
27397 msgid "inspect-get-minor-version"
27398 msgstr ""
27399
27400 # type: verbatim
27401 #. type: verbatim
27402 #: ../fish/guestfish-actions.pod:1959
27403 #, no-wrap
27404 msgid ""
27405 " inspect-get-minor-version root\n"
27406 "\n"
27407 msgstr ""
27408
27409 # type: textblock
27410 #. type: textblock
27411 #: ../fish/guestfish-actions.pod:1966
27412 msgid ""
27413 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27414 "get-major-version>."
27415 msgstr ""
27416
27417 # type: =head2
27418 #. type: =head2
27419 #: ../fish/guestfish-actions.pod:1969
27420 msgid "inspect-get-mountpoints"
27421 msgstr ""
27422
27423 # type: verbatim
27424 #. type: verbatim
27425 #: ../fish/guestfish-actions.pod:1971
27426 #, no-wrap
27427 msgid ""
27428 " inspect-get-mountpoints root\n"
27429 "\n"
27430 msgstr ""
27431
27432 #. type: textblock
27433 #: ../fish/guestfish-actions.pod:1990
27434 msgid ""
27435 "For operating systems like Windows which still use drive letters, this call "
27436 "will only return an entry for the first drive \"mounted on\" C</>.  For "
27437 "information about the mapping of drive letters to partitions, see L</inspect-"
27438 "get-drive-mappings>."
27439 msgstr ""
27440
27441 # type: textblock
27442 #. type: textblock
27443 #: ../fish/guestfish-actions.pod:1996
27444 msgid ""
27445 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27446 "get-filesystems>."
27447 msgstr ""
27448
27449 # type: =head2
27450 #. type: =head2
27451 #: ../fish/guestfish-actions.pod:1999
27452 msgid "inspect-get-package-format"
27453 msgstr ""
27454
27455 # type: verbatim
27456 #. type: verbatim
27457 #: ../fish/guestfish-actions.pod:2001
27458 #, no-wrap
27459 msgid ""
27460 " inspect-get-package-format root\n"
27461 "\n"
27462 msgstr ""
27463
27464 # type: textblock
27465 #. type: textblock
27466 #: ../fish/guestfish-actions.pod:2003
27467 msgid ""
27468 "This function and L</inspect-get-package-management> return the package "
27469 "format and package management tool used by the inspected operating system.  "
27470 "For example for Fedora these functions would return C<rpm> (package format) "
27471 "and C<yum> (package management)."
27472 msgstr ""
27473
27474 # type: =head2
27475 #. type: =head2
27476 #: ../fish/guestfish-actions.pod:2018
27477 msgid "inspect-get-package-management"
27478 msgstr ""
27479
27480 # type: verbatim
27481 #. type: verbatim
27482 #: ../fish/guestfish-actions.pod:2020
27483 #, no-wrap
27484 msgid ""
27485 " inspect-get-package-management root\n"
27486 "\n"
27487 msgstr ""
27488
27489 # type: textblock
27490 #. type: textblock
27491 #: ../fish/guestfish-actions.pod:2022
27492 msgid ""
27493 "L</inspect-get-package-format> and this function return the package format "
27494 "and package management tool used by the inspected operating system.  For "
27495 "example for Fedora these functions would return C<rpm> (package format) and "
27496 "C<yum> (package management)."
27497 msgstr ""
27498
27499 # type: =head2
27500 #. type: =head2
27501 #: ../fish/guestfish-actions.pod:2039
27502 msgid "inspect-get-product-name"
27503 msgstr ""
27504
27505 # type: verbatim
27506 #. type: verbatim
27507 #: ../fish/guestfish-actions.pod:2041
27508 #, no-wrap
27509 msgid ""
27510 " inspect-get-product-name root\n"
27511 "\n"
27512 msgstr ""
27513
27514 #. type: =head2
27515 #: ../fish/guestfish-actions.pod:2053
27516 msgid "inspect-get-product-variant"
27517 msgstr ""
27518
27519 #. type: verbatim
27520 #: ../fish/guestfish-actions.pod:2055
27521 #, no-wrap
27522 msgid ""
27523 " inspect-get-product-variant root\n"
27524 "\n"
27525 msgstr ""
27526
27527 #. type: textblock
27528 #: ../fish/guestfish-actions.pod:2076
27529 msgid ""
27530 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
27531 "get-product-name>, L</inspect-get-major-version>."
27532 msgstr ""
27533
27534 # type: =head2
27535 #. type: =head2
27536 #: ../fish/guestfish-actions.pod:2080
27537 msgid "inspect-get-roots"
27538 msgstr ""
27539
27540 # type: verbatim
27541 #. type: verbatim
27542 #: ../fish/guestfish-actions.pod:2082
27543 #, no-wrap
27544 msgid ""
27545 " inspect-get-roots\n"
27546 "\n"
27547 msgstr ""
27548
27549 # type: textblock
27550 #. type: textblock
27551 #: ../fish/guestfish-actions.pod:2084
27552 msgid ""
27553 "This function is a convenient way to get the list of root devices, as "
27554 "returned from a previous call to L</inspect-os>, but without redoing the "
27555 "whole inspection process."
27556 msgstr ""
27557
27558 # type: textblock
27559 #. type: textblock
27560 #: ../fish/guestfish-actions.pod:2088
27561 msgid ""
27562 "This returns an empty list if either no root devices were found or the "
27563 "caller has not called L</inspect-os>."
27564 msgstr ""
27565
27566 # type: =head2
27567 #. type: =head2
27568 #: ../fish/guestfish-actions.pod:2093
27569 msgid "inspect-get-type"
27570 msgstr ""
27571
27572 # type: verbatim
27573 #. type: verbatim
27574 #: ../fish/guestfish-actions.pod:2095
27575 #, no-wrap
27576 msgid ""
27577 " inspect-get-type root\n"
27578 "\n"
27579 msgstr ""
27580
27581 #. type: =head2
27582 #: ../fish/guestfish-actions.pod:2125
27583 msgid "inspect-get-windows-current-control-set"
27584 msgstr ""
27585
27586 #. type: verbatim
27587 #: ../fish/guestfish-actions.pod:2127
27588 #, no-wrap
27589 msgid ""
27590 " inspect-get-windows-current-control-set root\n"
27591 "\n"
27592 msgstr ""
27593
27594 # type: =head2
27595 #. type: =head2
27596 #: ../fish/guestfish-actions.pod:2138
27597 msgid "inspect-get-windows-systemroot"
27598 msgstr ""
27599
27600 # type: verbatim
27601 #. type: verbatim
27602 #: ../fish/guestfish-actions.pod:2140
27603 #, no-wrap
27604 msgid ""
27605 " inspect-get-windows-systemroot root\n"
27606 "\n"
27607 msgstr ""
27608
27609 #. type: =head2
27610 #: ../fish/guestfish-actions.pod:2151
27611 msgid "inspect-is-live"
27612 msgstr ""
27613
27614 #. type: verbatim
27615 #: ../fish/guestfish-actions.pod:2153
27616 #, no-wrap
27617 msgid ""
27618 " inspect-is-live root\n"
27619 "\n"
27620 msgstr ""
27621
27622 #. type: textblock
27623 #: ../fish/guestfish-actions.pod:2155
27624 msgid ""
27625 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27626 "then this returns true if a live image was detected on the disk."
27627 msgstr ""
27628
27629 #. type: =head2
27630 #: ../fish/guestfish-actions.pod:2161
27631 msgid "inspect-is-multipart"
27632 msgstr ""
27633
27634 #. type: verbatim
27635 #: ../fish/guestfish-actions.pod:2163
27636 #, no-wrap
27637 msgid ""
27638 " inspect-is-multipart root\n"
27639 "\n"
27640 msgstr ""
27641
27642 #. type: textblock
27643 #: ../fish/guestfish-actions.pod:2165
27644 msgid ""
27645 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27646 "then this returns true if the disk is part of a set."
27647 msgstr ""
27648
27649 #. type: =head2
27650 #: ../fish/guestfish-actions.pod:2171
27651 msgid "inspect-is-netinst"
27652 msgstr ""
27653
27654 #. type: verbatim
27655 #: ../fish/guestfish-actions.pod:2173
27656 #, no-wrap
27657 msgid ""
27658 " inspect-is-netinst root\n"
27659 "\n"
27660 msgstr ""
27661
27662 #. type: textblock
27663 #: ../fish/guestfish-actions.pod:2175
27664 msgid ""
27665 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27666 "then this returns true if the disk is a network installer, ie. not a self-"
27667 "contained install CD but one which is likely to require network access to "
27668 "complete the install."
27669 msgstr ""
27670
27671 # type: =head2
27672 #. type: =head2
27673 #: ../fish/guestfish-actions.pod:2183
27674 msgid "inspect-list-applications"
27675 msgstr ""
27676
27677 # type: verbatim
27678 #. type: verbatim
27679 #: ../fish/guestfish-actions.pod:2185
27680 #, no-wrap
27681 msgid ""
27682 " inspect-list-applications root\n"
27683 "\n"
27684 msgstr ""
27685
27686 # type: textblock
27687 #. type: textblock
27688 #: ../fish/guestfish-actions.pod:2189
27689 msgid ""
27690 "I<Note:> This call works differently from other parts of the inspection "
27691 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
27692 "then mount up the disks, before calling this.  Listing applications is a "
27693 "significantly more difficult operation which requires access to the full "
27694 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
27695 "are just returning data cached in the libguestfs handle, this call actually "
27696 "reads parts of the mounted filesystems during the call."
27697 msgstr ""
27698
27699 # type: =head2
27700 #. type: =head2
27701 #: ../fish/guestfish-actions.pod:2279
27702 msgid "inspect-os"
27703 msgstr ""
27704
27705 # type: verbatim
27706 #. type: verbatim
27707 #: ../fish/guestfish-actions.pod:2281
27708 #, no-wrap
27709 msgid ""
27710 " inspect-os\n"
27711 "\n"
27712 msgstr ""
27713
27714 # type: textblock
27715 #. type: textblock
27716 #: ../fish/guestfish-actions.pod:2296
27717 msgid ""
27718 "You can pass the root string(s) returned to other L</inspect-get-*> "
27719 "functions in order to query further information about each operating system, "
27720 "such as the name and version."
27721 msgstr ""
27722
27723 # type: textblock
27724 #. type: textblock
27725 #: ../fish/guestfish-actions.pod:2301
27726 msgid ""
27727 "This function uses other libguestfs features such as L</mount-ro> and L</"
27728 "umount-all> in order to mount and unmount filesystems and look at the "
27729 "contents.  This should be called with no disks currently mounted.  The "
27730 "function may also use Augeas, so any existing Augeas handle will be closed."
27731 msgstr ""
27732
27733 # type: textblock
27734 #. type: textblock
27735 #: ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2511
27736 #: ../fish/guestfish-actions.pod:2570
27737 msgid "See also L</list-filesystems>."
27738 msgstr ""
27739
27740 # type: =head2
27741 #. type: =head2
27742 #: ../fish/guestfish-actions.pod:2315
27743 msgid "is-blockdev"
27744 msgstr ""
27745
27746 # type: verbatim
27747 #. type: verbatim
27748 #: ../fish/guestfish-actions.pod:2317
27749 #, no-wrap
27750 msgid ""
27751 " is-blockdev path\n"
27752 "\n"
27753 msgstr ""
27754
27755 # type: textblock
27756 #. type: textblock
27757 #: ../fish/guestfish-actions.pod:2322 ../fish/guestfish-actions.pod:2340
27758 #: ../fish/guestfish-actions.pod:2359 ../fish/guestfish-actions.pod:2368
27759 #: ../fish/guestfish-actions.pod:2378 ../fish/guestfish-actions.pod:2412
27760 #: ../fish/guestfish-actions.pod:2421
27761 msgid "See also L</stat>."
27762 msgstr ""
27763
27764 # type: =head2
27765 #. type: =head2
27766 #: ../fish/guestfish-actions.pod:2324
27767 msgid "is-busy"
27768 msgstr ""
27769
27770 # type: verbatim
27771 #. type: verbatim
27772 #: ../fish/guestfish-actions.pod:2326
27773 #, no-wrap
27774 msgid ""
27775 " is-busy\n"
27776 "\n"
27777 msgstr ""
27778
27779 # type: =head2
27780 #. type: =head2
27781 #: ../fish/guestfish-actions.pod:2333
27782 msgid "is-chardev"
27783 msgstr ""
27784
27785 # type: verbatim
27786 #. type: verbatim
27787 #: ../fish/guestfish-actions.pod:2335
27788 #, no-wrap
27789 msgid ""
27790 " is-chardev path\n"
27791 "\n"
27792 msgstr ""
27793
27794 # type: =head2
27795 #. type: =head2
27796 #: ../fish/guestfish-actions.pod:2342
27797 msgid "is-config"
27798 msgstr ""
27799
27800 # type: verbatim
27801 #. type: verbatim
27802 #: ../fish/guestfish-actions.pod:2344
27803 #, no-wrap
27804 msgid ""
27805 " is-config\n"
27806 "\n"
27807 msgstr ""
27808
27809 # type: =head2
27810 #. type: =head2
27811 #: ../fish/guestfish-actions.pod:2351
27812 msgid "is-dir"
27813 msgstr ""
27814
27815 # type: verbatim
27816 #. type: verbatim
27817 #: ../fish/guestfish-actions.pod:2353
27818 #, no-wrap
27819 msgid ""
27820 " is-dir path\n"
27821 "\n"
27822 msgstr ""
27823
27824 # type: =head2
27825 #. type: =head2
27826 #: ../fish/guestfish-actions.pod:2361
27827 msgid "is-fifo"
27828 msgstr ""
27829
27830 # type: verbatim
27831 #. type: verbatim
27832 #: ../fish/guestfish-actions.pod:2363
27833 #, no-wrap
27834 msgid ""
27835 " is-fifo path\n"
27836 "\n"
27837 msgstr ""
27838
27839 # type: =head2
27840 #. type: =head2
27841 #: ../fish/guestfish-actions.pod:2370
27842 msgid "is-file"
27843 msgstr ""
27844
27845 # type: verbatim
27846 #. type: verbatim
27847 #: ../fish/guestfish-actions.pod:2372
27848 #, no-wrap
27849 msgid ""
27850 " is-file path\n"
27851 "\n"
27852 msgstr ""
27853
27854 # type: =head2
27855 #. type: =head2
27856 #: ../fish/guestfish-actions.pod:2380
27857 msgid "is-launching"
27858 msgstr ""
27859
27860 # type: verbatim
27861 #. type: verbatim
27862 #: ../fish/guestfish-actions.pod:2382
27863 #, no-wrap
27864 msgid ""
27865 " is-launching\n"
27866 "\n"
27867 msgstr ""
27868
27869 # type: =head2
27870 #. type: =head2
27871 #: ../fish/guestfish-actions.pod:2389
27872 msgid "is-lv"
27873 msgstr ""
27874
27875 # type: verbatim
27876 #. type: verbatim
27877 #: ../fish/guestfish-actions.pod:2391
27878 #, no-wrap
27879 msgid ""
27880 " is-lv device\n"
27881 "\n"
27882 msgstr ""
27883
27884 # type: =head2
27885 #. type: =head2
27886 #: ../fish/guestfish-actions.pod:2396
27887 msgid "is-ready"
27888 msgstr ""
27889
27890 # type: verbatim
27891 #. type: verbatim
27892 #: ../fish/guestfish-actions.pod:2398
27893 #, no-wrap
27894 msgid ""
27895 " is-ready\n"
27896 "\n"
27897 msgstr ""
27898
27899 # type: =head2
27900 #. type: =head2
27901 #: ../fish/guestfish-actions.pod:2405
27902 msgid "is-socket"
27903 msgstr ""
27904
27905 # type: verbatim
27906 #. type: verbatim
27907 #: ../fish/guestfish-actions.pod:2407
27908 #, no-wrap
27909 msgid ""
27910 " is-socket path\n"
27911 "\n"
27912 msgstr ""
27913
27914 # type: =head2
27915 #. type: =head2
27916 #: ../fish/guestfish-actions.pod:2414
27917 msgid "is-symlink"
27918 msgstr ""
27919
27920 # type: verbatim
27921 #. type: verbatim
27922 #: ../fish/guestfish-actions.pod:2416
27923 #, no-wrap
27924 msgid ""
27925 " is-symlink path\n"
27926 "\n"
27927 msgstr ""
27928
27929 #. type: =head2
27930 #: ../fish/guestfish-actions.pod:2423
27931 msgid "is-zero"
27932 msgstr ""
27933
27934 #. type: verbatim
27935 #: ../fish/guestfish-actions.pod:2425
27936 #, no-wrap
27937 msgid ""
27938 " is-zero path\n"
27939 "\n"
27940 msgstr ""
27941
27942 #. type: =head2
27943 #: ../fish/guestfish-actions.pod:2430
27944 msgid "is-zero-device"
27945 msgstr ""
27946
27947 #. type: verbatim
27948 #: ../fish/guestfish-actions.pod:2432
27949 #, no-wrap
27950 msgid ""
27951 " is-zero-device device\n"
27952 "\n"
27953 msgstr ""
27954
27955 # type: =head2
27956 #. type: =head2
27957 #: ../fish/guestfish-actions.pod:2438
27958 msgid "kill-subprocess"
27959 msgstr ""
27960
27961 # type: verbatim
27962 #. type: verbatim
27963 #: ../fish/guestfish-actions.pod:2440
27964 #, no-wrap
27965 msgid ""
27966 " kill-subprocess\n"
27967 "\n"
27968 msgstr ""
27969
27970 # type: =head2
27971 #. type: =head2
27972 #: ../fish/guestfish-actions.pod:2444
27973 msgid "launch"
27974 msgstr ""
27975
27976 # type: =head2
27977 #. type: =head2
27978 #: ../fish/guestfish-actions.pod:2446
27979 msgid "run"
27980 msgstr ""
27981
27982 # type: verbatim
27983 #. type: verbatim
27984 #: ../fish/guestfish-actions.pod:2448
27985 #, no-wrap
27986 msgid ""
27987 " launch\n"
27988 "\n"
27989 msgstr ""
27990
27991 # type: =head2
27992 #. type: =head2
27993 #: ../fish/guestfish-actions.pod:2456
27994 msgid "lchown"
27995 msgstr ""
27996
27997 # type: verbatim
27998 #. type: verbatim
27999 #: ../fish/guestfish-actions.pod:2458
28000 #, no-wrap
28001 msgid ""
28002 " lchown owner group path\n"
28003 "\n"
28004 msgstr ""
28005
28006 # type: textblock
28007 #. type: textblock
28008 #: ../fish/guestfish-actions.pod:2460
28009 msgid ""
28010 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
28011 "chown> but if C<path> is a symlink then the link itself is changed, not the "
28012 "target."
28013 msgstr ""
28014
28015 # type: =head2
28016 #. type: =head2
28017 #: ../fish/guestfish-actions.pod:2468
28018 msgid "lgetxattr"
28019 msgstr ""
28020
28021 # type: verbatim
28022 #. type: verbatim
28023 #: ../fish/guestfish-actions.pod:2470
28024 #, no-wrap
28025 msgid ""
28026 " lgetxattr path name\n"
28027 "\n"
28028 msgstr ""
28029
28030 # type: textblock
28031 #. type: textblock
28032 #: ../fish/guestfish-actions.pod:2486
28033 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
28034 msgstr ""
28035
28036 # type: =head2
28037 #. type: =head2
28038 #: ../fish/guestfish-actions.pod:2488
28039 msgid "lgetxattrs"
28040 msgstr ""
28041
28042 # type: verbatim
28043 #. type: verbatim
28044 #: ../fish/guestfish-actions.pod:2490
28045 #, no-wrap
28046 msgid ""
28047 " lgetxattrs path\n"
28048 "\n"
28049 msgstr ""
28050
28051 # type: textblock
28052 #. type: textblock
28053 #: ../fish/guestfish-actions.pod:2492
28054 msgid ""
28055 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
28056 "it returns the extended attributes of the link itself."
28057 msgstr ""
28058
28059 #. type: =head2
28060 #: ../fish/guestfish-actions.pod:2496
28061 msgid "list-9p"
28062 msgstr ""
28063
28064 #. type: verbatim
28065 #: ../fish/guestfish-actions.pod:2498
28066 #, no-wrap
28067 msgid ""
28068 " list-9p\n"
28069 "\n"
28070 msgstr ""
28071
28072 # type: =head2
28073 #. type: =head2
28074 #: ../fish/guestfish-actions.pod:2503
28075 msgid "list-devices"
28076 msgstr ""
28077
28078 # type: verbatim
28079 #. type: verbatim
28080 #: ../fish/guestfish-actions.pod:2505
28081 #, no-wrap
28082 msgid ""
28083 " list-devices\n"
28084 "\n"
28085 msgstr ""
28086
28087 #. type: =head2
28088 #: ../fish/guestfish-actions.pod:2513
28089 msgid "list-dm-devices"
28090 msgstr ""
28091
28092 #. type: verbatim
28093 #: ../fish/guestfish-actions.pod:2515
28094 #, no-wrap
28095 msgid ""
28096 " list-dm-devices\n"
28097 "\n"
28098 msgstr ""
28099
28100 #. type: textblock
28101 #: ../fish/guestfish-actions.pod:2519
28102 msgid ""
28103 "The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
28104 "previous call to L</luks-open>."
28105 msgstr ""
28106
28107 #. type: textblock
28108 #: ../fish/guestfish-actions.pod:2522
28109 msgid ""
28110 "Device mapper devices which correspond to logical volumes are I<not> "
28111 "returned in this list.  Call L</lvs> if you want to list logical volumes."
28112 msgstr ""
28113
28114 # type: =head2
28115 #. type: =head2
28116 #: ../fish/guestfish-actions.pod:2526
28117 msgid "list-filesystems"
28118 msgstr ""
28119
28120 # type: verbatim
28121 #. type: verbatim
28122 #: ../fish/guestfish-actions.pod:2528
28123 #, no-wrap
28124 msgid ""
28125 " list-filesystems\n"
28126 "\n"
28127 msgstr ""
28128
28129 # type: textblock
28130 #. type: textblock
28131 #: ../fish/guestfish-actions.pod:2547
28132 msgid ""
28133 "This command runs other libguestfs commands, which might include L</mount> "
28134 "and L</umount>, and therefore you should use this soon after launch and only "
28135 "when nothing is mounted."
28136 msgstr ""
28137
28138 # type: textblock
28139 #. type: textblock
28140 #: ../fish/guestfish-actions.pod:2551
28141 msgid ""
28142 "Not all of the filesystems returned will be mountable.  In particular, swap "
28143 "partitions are returned in the list.  Also this command does not check that "
28144 "each filesystem found is valid and mountable, and some filesystems might be "
28145 "mountable but require special options.  Filesystems may not all belong to a "
28146 "single logical operating system (use L</inspect-os> to look for OSes)."
28147 msgstr ""
28148
28149 # type: =head2
28150 #. type: =head2
28151 #: ../fish/guestfish-actions.pod:2559
28152 msgid "list-partitions"
28153 msgstr ""
28154
28155 # type: verbatim
28156 #. type: verbatim
28157 #: ../fish/guestfish-actions.pod:2561
28158 #, no-wrap
28159 msgid ""
28160 " list-partitions\n"
28161 "\n"
28162 msgstr ""
28163
28164 # type: textblock
28165 #. type: textblock
28166 #: ../fish/guestfish-actions.pod:2567
28167 msgid ""
28168 "This does not return logical volumes.  For that you will need to call L</"
28169 "lvs>."
28170 msgstr ""
28171
28172 # type: =head2
28173 #. type: =head2
28174 #: ../fish/guestfish-actions.pod:2572
28175 msgid "ll"
28176 msgstr ""
28177
28178 # type: verbatim
28179 #. type: verbatim
28180 #: ../fish/guestfish-actions.pod:2574
28181 #, no-wrap
28182 msgid ""
28183 " ll directory\n"
28184 "\n"
28185 msgstr ""
28186
28187 # type: =head2
28188 #. type: =head2
28189 #: ../fish/guestfish-actions.pod:2582
28190 msgid "ln"
28191 msgstr ""
28192
28193 # type: verbatim
28194 #. type: verbatim
28195 #: ../fish/guestfish-actions.pod:2584
28196 #, no-wrap
28197 msgid ""
28198 " ln target linkname\n"
28199 "\n"
28200 msgstr ""
28201
28202 # type: =head2
28203 #. type: =head2
28204 #: ../fish/guestfish-actions.pod:2588
28205 msgid "ln-f"
28206 msgstr ""
28207
28208 # type: verbatim
28209 #. type: verbatim
28210 #: ../fish/guestfish-actions.pod:2590
28211 #, no-wrap
28212 msgid ""
28213 " ln-f target linkname\n"
28214 "\n"
28215 msgstr ""
28216
28217 # type: =head2
28218 #. type: =head2
28219 #: ../fish/guestfish-actions.pod:2595
28220 msgid "ln-s"
28221 msgstr ""
28222
28223 # type: verbatim
28224 #. type: verbatim
28225 #: ../fish/guestfish-actions.pod:2597
28226 #, no-wrap
28227 msgid ""
28228 " ln-s target linkname\n"
28229 "\n"
28230 msgstr ""
28231
28232 # type: =head2
28233 #. type: =head2
28234 #: ../fish/guestfish-actions.pod:2601
28235 msgid "ln-sf"
28236 msgstr ""
28237
28238 # type: verbatim
28239 #. type: verbatim
28240 #: ../fish/guestfish-actions.pod:2603
28241 #, no-wrap
28242 msgid ""
28243 " ln-sf target linkname\n"
28244 "\n"
28245 msgstr ""
28246
28247 # type: =head2
28248 #. type: =head2
28249 #: ../fish/guestfish-actions.pod:2608
28250 msgid "lremovexattr"
28251 msgstr ""
28252
28253 # type: verbatim
28254 #. type: verbatim
28255 #: ../fish/guestfish-actions.pod:2610
28256 #, no-wrap
28257 msgid ""
28258 " lremovexattr xattr path\n"
28259 "\n"
28260 msgstr ""
28261
28262 # type: textblock
28263 #. type: textblock
28264 #: ../fish/guestfish-actions.pod:2612
28265 msgid ""
28266 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
28267 "it removes an extended attribute of the link itself."
28268 msgstr ""
28269
28270 # type: =head2
28271 #. type: =head2
28272 #: ../fish/guestfish-actions.pod:2616
28273 msgid "ls"
28274 msgstr ""
28275
28276 # type: verbatim
28277 #. type: verbatim
28278 #: ../fish/guestfish-actions.pod:2618
28279 #, no-wrap
28280 msgid ""
28281 " ls directory\n"
28282 "\n"
28283 msgstr ""
28284
28285 # type: textblock
28286 #. type: textblock
28287 #: ../fish/guestfish-actions.pod:2624
28288 msgid ""
28289 "This command is mostly useful for interactive sessions.  Programs should "
28290 "probably use L</readdir> instead."
28291 msgstr ""
28292
28293 # type: =head2
28294 #. type: =head2
28295 #: ../fish/guestfish-actions.pod:2627
28296 msgid "lsetxattr"
28297 msgstr ""
28298
28299 # type: verbatim
28300 #. type: verbatim
28301 #: ../fish/guestfish-actions.pod:2629
28302 #, no-wrap
28303 msgid ""
28304 " lsetxattr xattr val vallen path\n"
28305 "\n"
28306 msgstr ""
28307
28308 # type: textblock
28309 #. type: textblock
28310 #: ../fish/guestfish-actions.pod:2631
28311 msgid ""
28312 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
28313 "sets an extended attribute of the link itself."
28314 msgstr ""
28315
28316 # type: =head2
28317 #. type: =head2
28318 #: ../fish/guestfish-actions.pod:2635
28319 msgid "lstat"
28320 msgstr ""
28321
28322 # type: verbatim
28323 #. type: verbatim
28324 #: ../fish/guestfish-actions.pod:2637
28325 #, no-wrap
28326 msgid ""
28327 " lstat path\n"
28328 "\n"
28329 msgstr ""
28330
28331 # type: textblock
28332 #. type: textblock
28333 #: ../fish/guestfish-actions.pod:2641
28334 msgid ""
28335 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
28336 "the link is stat-ed, not the file it refers to."
28337 msgstr ""
28338
28339 # type: =head2
28340 #. type: =head2
28341 #: ../fish/guestfish-actions.pod:2647
28342 msgid "lstatlist"
28343 msgstr ""
28344
28345 # type: verbatim
28346 #. type: verbatim
28347 #: ../fish/guestfish-actions.pod:2649
28348 #, no-wrap
28349 msgid ""
28350 " lstatlist path 'names ...'\n"
28351 "\n"
28352 msgstr ""
28353
28354 # type: textblock
28355 #. type: textblock
28356 #: ../fish/guestfish-actions.pod:2651
28357 msgid ""
28358 "This call allows you to perform the L</lstat> operation on multiple files, "
28359 "where all files are in the directory C<path>.  C<names> is the list of files "
28360 "from this directory."
28361 msgstr ""
28362
28363 # type: textblock
28364 #. type: textblock
28365 #: ../fish/guestfish-actions.pod:2660
28366 msgid ""
28367 "This call is intended for programs that want to efficiently list a directory "
28368 "contents without making many round-trips.  See also L</lxattrlist> for a "
28369 "similarly efficient call for getting extended attributes.  Very long "
28370 "directory listings might cause the protocol message size to be exceeded, "
28371 "causing this call to fail.  The caller must split up such requests into "
28372 "smaller groups of names."
28373 msgstr ""
28374
28375 # type: =head2
28376 #. type: =head2
28377 #: ../fish/guestfish-actions.pod:2668
28378 msgid "luks-add-key"
28379 msgstr ""
28380
28381 # type: verbatim
28382 #. type: verbatim
28383 #: ../fish/guestfish-actions.pod:2670
28384 #, no-wrap
28385 msgid ""
28386 " luks-add-key device keyslot\n"
28387 "\n"
28388 msgstr ""
28389
28390 # type: textblock
28391 #. type: textblock
28392 #: ../fish/guestfish-actions.pod:2677
28393 msgid ""
28394 "Note that if C<keyslot> already contains a key, then this command will "
28395 "fail.  You have to use L</luks-kill-slot> first to remove that key."
28396 msgstr ""
28397
28398 # type: textblock
28399 #. type: textblock
28400 #: ../fish/guestfish-actions.pod:2681 ../fish/guestfish-actions.pod:2703
28401 #: ../fish/guestfish-actions.pod:2716 ../fish/guestfish-actions.pod:2730
28402 #: ../fish/guestfish-actions.pod:2756 ../fish/guestfish-actions.pod:2766
28403 msgid ""
28404 "This command has one or more key or passphrase parameters.  Guestfish will "
28405 "prompt for these separately."
28406 msgstr ""
28407
28408 # type: =head2
28409 #. type: =head2
28410 #: ../fish/guestfish-actions.pod:2684
28411 msgid "luks-close"
28412 msgstr ""
28413
28414 # type: verbatim
28415 #. type: verbatim
28416 #: ../fish/guestfish-actions.pod:2686
28417 #, no-wrap
28418 msgid ""
28419 " luks-close device\n"
28420 "\n"
28421 msgstr ""
28422
28423 # type: textblock
28424 #. type: textblock
28425 #: ../fish/guestfish-actions.pod:2688
28426 msgid ""
28427 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
28428 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
28429 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
28430 "block device."
28431 msgstr ""
28432
28433 # type: =head2
28434 #. type: =head2
28435 #: ../fish/guestfish-actions.pod:2694
28436 msgid "luks-format"
28437 msgstr ""
28438
28439 # type: verbatim
28440 #. type: verbatim
28441 #: ../fish/guestfish-actions.pod:2696
28442 #, no-wrap
28443 msgid ""
28444 " luks-format device keyslot\n"
28445 "\n"
28446 msgstr ""
28447
28448 # type: =head2
28449 #. type: =head2
28450 #: ../fish/guestfish-actions.pod:2709
28451 msgid "luks-format-cipher"
28452 msgstr ""
28453
28454 # type: verbatim
28455 #. type: verbatim
28456 #: ../fish/guestfish-actions.pod:2711
28457 #, no-wrap
28458 msgid ""
28459 " luks-format-cipher device keyslot cipher\n"
28460 "\n"
28461 msgstr ""
28462
28463 # type: textblock
28464 #. type: textblock
28465 #: ../fish/guestfish-actions.pod:2713
28466 msgid ""
28467 "This command is the same as L</luks-format> but it also allows you to set "
28468 "the C<cipher> used."
28469 msgstr ""
28470
28471 # type: =head2
28472 #. type: =head2
28473 #: ../fish/guestfish-actions.pod:2722
28474 msgid "luks-kill-slot"
28475 msgstr ""
28476
28477 # type: verbatim
28478 #. type: verbatim
28479 #: ../fish/guestfish-actions.pod:2724
28480 #, no-wrap
28481 msgid ""
28482 " luks-kill-slot device keyslot\n"
28483 "\n"
28484 msgstr ""
28485
28486 # type: =head2
28487 #. type: =head2
28488 #: ../fish/guestfish-actions.pod:2733
28489 msgid "luks-open"
28490 msgstr ""
28491
28492 # type: verbatim
28493 #. type: verbatim
28494 #: ../fish/guestfish-actions.pod:2735
28495 #, no-wrap
28496 msgid ""
28497 " luks-open device mapname\n"
28498 "\n"
28499 msgstr ""
28500
28501 # type: textblock
28502 #. type: textblock
28503 #: ../fish/guestfish-actions.pod:2749
28504 msgid ""
28505 "If this block device contains LVM volume groups, then calling L</vgscan> "
28506 "followed by L</vg-activate-all> will make them visible."
28507 msgstr ""
28508
28509 #. type: textblock
28510 #: ../fish/guestfish-actions.pod:2753
28511 msgid "Use L</list-dm-devices> to list all device mapper devices."
28512 msgstr ""
28513
28514 # type: =head2
28515 #. type: =head2
28516 #: ../fish/guestfish-actions.pod:2759
28517 msgid "luks-open-ro"
28518 msgstr ""
28519
28520 # type: verbatim
28521 #. type: verbatim
28522 #: ../fish/guestfish-actions.pod:2761
28523 #, no-wrap
28524 msgid ""
28525 " luks-open-ro device mapname\n"
28526 "\n"
28527 msgstr ""
28528
28529 # type: textblock
28530 #. type: textblock
28531 #: ../fish/guestfish-actions.pod:2763
28532 msgid ""
28533 "This is the same as L</luks-open> except that a read-only mapping is created."
28534 msgstr ""
28535
28536 # type: =head2
28537 #. type: =head2
28538 #: ../fish/guestfish-actions.pod:2769
28539 msgid "lvcreate"
28540 msgstr ""
28541
28542 # type: verbatim
28543 #. type: verbatim
28544 #: ../fish/guestfish-actions.pod:2771
28545 #, no-wrap
28546 msgid ""
28547 " lvcreate logvol volgroup mbytes\n"
28548 "\n"
28549 msgstr ""
28550
28551 # type: =head2
28552 #. type: =head2
28553 #: ../fish/guestfish-actions.pod:2776
28554 msgid "lvm-canonical-lv-name"
28555 msgstr ""
28556
28557 # type: verbatim
28558 #. type: verbatim
28559 #: ../fish/guestfish-actions.pod:2778
28560 #, no-wrap
28561 msgid ""
28562 " lvm-canonical-lv-name lvname\n"
28563 "\n"
28564 msgstr ""
28565
28566 # type: textblock
28567 #. type: textblock
28568 #: ../fish/guestfish-actions.pod:2787
28569 msgid "See also L</is-lv>."
28570 msgstr ""
28571
28572 # type: =head2
28573 #. type: =head2
28574 #: ../fish/guestfish-actions.pod:2789
28575 msgid "lvm-clear-filter"
28576 msgstr ""
28577
28578 # type: verbatim
28579 #. type: verbatim
28580 #: ../fish/guestfish-actions.pod:2791
28581 #, no-wrap
28582 msgid ""
28583 " lvm-clear-filter\n"
28584 "\n"
28585 msgstr ""
28586
28587 # type: textblock
28588 #. type: textblock
28589 #: ../fish/guestfish-actions.pod:2793
28590 msgid ""
28591 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
28592 "block device."
28593 msgstr ""
28594
28595 # type: =head2
28596 #. type: =head2
28597 #: ../fish/guestfish-actions.pod:2799
28598 msgid "lvm-remove-all"
28599 msgstr ""
28600
28601 # type: verbatim
28602 #. type: verbatim
28603 #: ../fish/guestfish-actions.pod:2801
28604 #, no-wrap
28605 msgid ""
28606 " lvm-remove-all\n"
28607 "\n"
28608 msgstr ""
28609
28610 # type: =head2
28611 #. type: =head2
28612 #: ../fish/guestfish-actions.pod:2809
28613 msgid "lvm-set-filter"
28614 msgstr ""
28615
28616 # type: verbatim
28617 #. type: verbatim
28618 #: ../fish/guestfish-actions.pod:2811
28619 #, no-wrap
28620 msgid ""
28621 " lvm-set-filter 'devices ...'\n"
28622 "\n"
28623 msgstr ""
28624
28625 # type: =head2
28626 #. type: =head2
28627 #: ../fish/guestfish-actions.pod:2836
28628 msgid "lvremove"
28629 msgstr ""
28630
28631 # type: verbatim
28632 #. type: verbatim
28633 #: ../fish/guestfish-actions.pod:2838
28634 #, no-wrap
28635 msgid ""
28636 " lvremove device\n"
28637 "\n"
28638 msgstr ""
28639
28640 # type: =head2
28641 #. type: =head2
28642 #: ../fish/guestfish-actions.pod:2846
28643 msgid "lvrename"
28644 msgstr ""
28645
28646 # type: verbatim
28647 #. type: verbatim
28648 #: ../fish/guestfish-actions.pod:2848
28649 #, no-wrap
28650 msgid ""
28651 " lvrename logvol newlogvol\n"
28652 "\n"
28653 msgstr ""
28654
28655 # type: =head2
28656 #. type: =head2
28657 #: ../fish/guestfish-actions.pod:2852
28658 msgid "lvresize"
28659 msgstr ""
28660
28661 # type: verbatim
28662 #. type: verbatim
28663 #: ../fish/guestfish-actions.pod:2854
28664 #, no-wrap
28665 msgid ""
28666 " lvresize device mbytes\n"
28667 "\n"
28668 msgstr ""
28669
28670 # type: =head2
28671 #. type: =head2
28672 #: ../fish/guestfish-actions.pod:2860
28673 msgid "lvresize-free"
28674 msgstr ""
28675
28676 # type: verbatim
28677 #. type: verbatim
28678 #: ../fish/guestfish-actions.pod:2862
28679 #, no-wrap
28680 msgid ""
28681 " lvresize-free lv percent\n"
28682 "\n"
28683 msgstr ""
28684
28685 # type: =head2
28686 #. type: =head2
28687 #: ../fish/guestfish-actions.pod:2870
28688 msgid "lvs"
28689 msgstr ""
28690
28691 # type: verbatim
28692 #. type: verbatim
28693 #: ../fish/guestfish-actions.pod:2872
28694 #, no-wrap
28695 msgid ""
28696 " lvs\n"
28697 "\n"
28698 msgstr ""
28699
28700 # type: textblock
28701 #. type: textblock
28702 #: ../fish/guestfish-actions.pod:2880
28703 msgid "See also L</lvs-full>, L</list-filesystems>."
28704 msgstr ""
28705
28706 # type: =head2
28707 #. type: =head2
28708 #: ../fish/guestfish-actions.pod:2882
28709 msgid "lvs-full"
28710 msgstr ""
28711
28712 # type: verbatim
28713 #. type: verbatim
28714 #: ../fish/guestfish-actions.pod:2884
28715 #, no-wrap
28716 msgid ""
28717 " lvs-full\n"
28718 "\n"
28719 msgstr ""
28720
28721 # type: =head2
28722 #. type: =head2
28723 #: ../fish/guestfish-actions.pod:2889
28724 msgid "lvuuid"
28725 msgstr ""
28726
28727 # type: verbatim
28728 #. type: verbatim
28729 #: ../fish/guestfish-actions.pod:2891
28730 #, no-wrap
28731 msgid ""
28732 " lvuuid device\n"
28733 "\n"
28734 msgstr ""
28735
28736 # type: =head2
28737 #. type: =head2
28738 #: ../fish/guestfish-actions.pod:2895
28739 msgid "lxattrlist"
28740 msgstr ""
28741
28742 # type: verbatim
28743 #. type: verbatim
28744 #: ../fish/guestfish-actions.pod:2897
28745 #, no-wrap
28746 msgid ""
28747 " lxattrlist path 'names ...'\n"
28748 "\n"
28749 msgstr ""
28750
28751 # type: textblock
28752 #. type: textblock
28753 #: ../fish/guestfish-actions.pod:2913
28754 msgid ""
28755 "This call is intended for programs that want to efficiently list a directory "
28756 "contents without making many round-trips.  See also L</lstatlist> for a "
28757 "similarly efficient call for getting standard stats.  Very long directory "
28758 "listings might cause the protocol message size to be exceeded, causing this "
28759 "call to fail.  The caller must split up such requests into smaller groups of "
28760 "names."
28761 msgstr ""
28762
28763 # type: =head2
28764 #. type: =head2
28765 #: ../fish/guestfish-actions.pod:2921
28766 msgid "mkdir"
28767 msgstr ""
28768
28769 # type: verbatim
28770 #. type: verbatim
28771 #: ../fish/guestfish-actions.pod:2923
28772 #, no-wrap
28773 msgid ""
28774 " mkdir path\n"
28775 "\n"
28776 msgstr ""
28777
28778 # type: =head2
28779 #. type: =head2
28780 #: ../fish/guestfish-actions.pod:2927
28781 msgid "mkdir-mode"
28782 msgstr ""
28783
28784 # type: verbatim
28785 #. type: verbatim
28786 #: ../fish/guestfish-actions.pod:2929
28787 #, no-wrap
28788 msgid ""
28789 " mkdir-mode path mode\n"
28790 "\n"
28791 msgstr ""
28792
28793 # type: textblock
28794 #. type: textblock
28795 #: ../fish/guestfish-actions.pod:2938
28796 msgid "See also L</mkdir>, L</umask>"
28797 msgstr ""
28798
28799 # type: =head2
28800 #. type: =head2
28801 #: ../fish/guestfish-actions.pod:2940
28802 msgid "mkdir-p"
28803 msgstr ""
28804
28805 # type: verbatim
28806 #. type: verbatim
28807 #: ../fish/guestfish-actions.pod:2942
28808 #, no-wrap
28809 msgid ""
28810 " mkdir-p path\n"
28811 "\n"
28812 msgstr ""
28813
28814 # type: =head2
28815 #. type: =head2
28816 #: ../fish/guestfish-actions.pod:2947
28817 msgid "mkdtemp"
28818 msgstr ""
28819
28820 # type: verbatim
28821 #. type: verbatim
28822 #: ../fish/guestfish-actions.pod:2949
28823 #, no-wrap
28824 msgid ""
28825 " mkdtemp template\n"
28826 "\n"
28827 msgstr ""
28828
28829 # type: =head2
28830 #. type: =head2
28831 #: ../fish/guestfish-actions.pod:2970
28832 msgid "mke2fs-J"
28833 msgstr ""
28834
28835 # type: verbatim
28836 #. type: verbatim
28837 #: ../fish/guestfish-actions.pod:2972
28838 #, no-wrap
28839 msgid ""
28840 " mke2fs-J fstype blocksize device journal\n"
28841 "\n"
28842 msgstr ""
28843
28844 # type: textblock
28845 #. type: textblock
28846 #: ../fish/guestfish-actions.pod:2980
28847 msgid "See also L</mke2journal>."
28848 msgstr ""
28849
28850 # type: =head2
28851 #. type: =head2
28852 #: ../fish/guestfish-actions.pod:2982
28853 msgid "mke2fs-JL"
28854 msgstr ""
28855
28856 # type: verbatim
28857 #. type: verbatim
28858 #: ../fish/guestfish-actions.pod:2984
28859 #, no-wrap
28860 msgid ""
28861 " mke2fs-JL fstype blocksize device label\n"
28862 "\n"
28863 msgstr ""
28864
28865 # type: textblock
28866 #. type: textblock
28867 #: ../fish/guestfish-actions.pod:2989
28868 msgid "See also L</mke2journal-L>."
28869 msgstr ""
28870
28871 # type: =head2
28872 #. type: =head2
28873 #: ../fish/guestfish-actions.pod:2991
28874 msgid "mke2fs-JU"
28875 msgstr ""
28876
28877 # type: verbatim
28878 #. type: verbatim
28879 #: ../fish/guestfish-actions.pod:2993
28880 #, no-wrap
28881 msgid ""
28882 " mke2fs-JU fstype blocksize device uuid\n"
28883 "\n"
28884 msgstr ""
28885
28886 # type: textblock
28887 #. type: textblock
28888 #: ../fish/guestfish-actions.pod:2998
28889 msgid "See also L</mke2journal-U>."
28890 msgstr ""
28891
28892 # type: =head2
28893 #. type: =head2
28894 #: ../fish/guestfish-actions.pod:3000
28895 msgid "mke2journal"
28896 msgstr ""
28897
28898 # type: verbatim
28899 #. type: verbatim
28900 #: ../fish/guestfish-actions.pod:3002
28901 #, no-wrap
28902 msgid ""
28903 " mke2journal blocksize device\n"
28904 "\n"
28905 msgstr ""
28906
28907 # type: =head2
28908 #. type: =head2
28909 #: ../fish/guestfish-actions.pod:3009
28910 msgid "mke2journal-L"
28911 msgstr ""
28912
28913 # type: verbatim
28914 #. type: verbatim
28915 #: ../fish/guestfish-actions.pod:3011
28916 #, no-wrap
28917 msgid ""
28918 " mke2journal-L blocksize label device\n"
28919 "\n"
28920 msgstr ""
28921
28922 # type: =head2
28923 #. type: =head2
28924 #: ../fish/guestfish-actions.pod:3015
28925 msgid "mke2journal-U"
28926 msgstr ""
28927
28928 # type: verbatim
28929 #. type: verbatim
28930 #: ../fish/guestfish-actions.pod:3017
28931 #, no-wrap
28932 msgid ""
28933 " mke2journal-U blocksize uuid device\n"
28934 "\n"
28935 msgstr ""
28936
28937 # type: =head2
28938 #. type: =head2
28939 #: ../fish/guestfish-actions.pod:3021
28940 msgid "mkfifo"
28941 msgstr ""
28942
28943 # type: verbatim
28944 #. type: verbatim
28945 #: ../fish/guestfish-actions.pod:3023
28946 #, no-wrap
28947 msgid ""
28948 " mkfifo mode path\n"
28949 "\n"
28950 msgstr ""
28951
28952 # type: textblock
28953 #. type: textblock
28954 #: ../fish/guestfish-actions.pod:3025
28955 msgid ""
28956 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
28957 "is just a convenient wrapper around L</mknod>."
28958 msgstr ""
28959
28960 # type: =head2
28961 #. type: =head2
28962 #: ../fish/guestfish-actions.pod:3031
28963 msgid "mkfs"
28964 msgstr ""
28965
28966 # type: verbatim
28967 #. type: verbatim
28968 #: ../fish/guestfish-actions.pod:3033
28969 #, no-wrap
28970 msgid ""
28971 " mkfs fstype device\n"
28972 "\n"
28973 msgstr ""
28974
28975 # type: =head2
28976 #. type: =head2
28977 #: ../fish/guestfish-actions.pod:3039
28978 msgid "mkfs-b"
28979 msgstr ""
28980
28981 # type: verbatim
28982 #. type: verbatim
28983 #: ../fish/guestfish-actions.pod:3041
28984 #, no-wrap
28985 msgid ""
28986 " mkfs-b fstype blocksize device\n"
28987 "\n"
28988 msgstr ""
28989
28990 # type: textblock
28991 #. type: textblock
28992 #: ../fish/guestfish-actions.pod:3043
28993 msgid ""
28994 "This call is similar to L</mkfs>, but it allows you to control the block "
28995 "size of the resulting filesystem.  Supported block sizes depend on the "
28996 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28997 msgstr ""
28998
28999 # type: =head2
29000 #. type: =head2
29001 #: ../fish/guestfish-actions.pod:3058
29002 msgid "mkfs-opts"
29003 msgstr ""
29004
29005 #. type: verbatim
29006 #: ../fish/guestfish-actions.pod:3060
29007 #, no-wrap
29008 msgid ""
29009 " mkfs-opts fstype device [blocksize:..] [features:..] [inode:..] [sectorsize:..]\n"
29010 "\n"
29011 msgstr ""
29012
29013 # type: =head2
29014 #. type: =head2
29015 #: ../fish/guestfish-actions.pod:3105
29016 msgid "mkmountpoint"
29017 msgstr ""
29018
29019 # type: verbatim
29020 #. type: verbatim
29021 #: ../fish/guestfish-actions.pod:3107
29022 #, no-wrap
29023 msgid ""
29024 " mkmountpoint exemptpath\n"
29025 "\n"
29026 msgstr ""
29027
29028 # type: textblock
29029 #. type: textblock
29030 #: ../fish/guestfish-actions.pod:3109
29031 msgid ""
29032 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
29033 "to create extra mountpoints before mounting the first filesystem."
29034 msgstr ""
29035
29036 # type: textblock
29037 #. type: textblock
29038 #: ../fish/guestfish-actions.pod:3133
29039 msgid ""
29040 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
29041 "unexpected errors if you try to mix these calls.  It is safest to manually "
29042 "unmount filesystems and remove mountpoints after use."
29043 msgstr ""
29044
29045 # type: textblock
29046 #. type: textblock
29047 #: ../fish/guestfish-actions.pod:3137
29048 msgid ""
29049 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
29050 "for this to work for manual mountpoints, you must ensure that the innermost "
29051 "mountpoints have the longest pathnames, as in the example code above."
29052 msgstr ""
29053
29054 #. type: textblock
29055 #: ../fish/guestfish-actions.pod:3144
29056 msgid ""
29057 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
29058 "L</umount-all> to be called when the handle is closed which can also trigger "
29059 "these issues."
29060 msgstr ""
29061
29062 # type: =head2
29063 #. type: =head2
29064 #: ../fish/guestfish-actions.pod:3148
29065 msgid "mknod"
29066 msgstr ""
29067
29068 # type: verbatim
29069 #. type: verbatim
29070 #: ../fish/guestfish-actions.pod:3150
29071 #, no-wrap
29072 msgid ""
29073 " mknod mode devmajor devminor path\n"
29074 "\n"
29075 msgstr ""
29076
29077 # type: textblock
29078 #. type: textblock
29079 #: ../fish/guestfish-actions.pod:3160
29080 msgid ""
29081 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
29082 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
29083 "regular file).  These constants are available in the standard Linux header "
29084 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
29085 "wrappers around this command which bitwise OR in the appropriate constant "
29086 "for you."
29087 msgstr ""
29088
29089 # type: =head2
29090 #. type: =head2
29091 #: ../fish/guestfish-actions.pod:3170
29092 msgid "mknod-b"
29093 msgstr ""
29094
29095 # type: verbatim
29096 #. type: verbatim
29097 #: ../fish/guestfish-actions.pod:3172
29098 #, no-wrap
29099 msgid ""
29100 " mknod-b mode devmajor devminor path\n"
29101 "\n"
29102 msgstr ""
29103
29104 # type: textblock
29105 #. type: textblock
29106 #: ../fish/guestfish-actions.pod:3174
29107 msgid ""
29108 "This call creates a block device node called C<path> with mode C<mode> and "
29109 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
29110 "wrapper around L</mknod>."
29111 msgstr ""
29112
29113 # type: =head2
29114 #. type: =head2
29115 #: ../fish/guestfish-actions.pod:3180
29116 msgid "mknod-c"
29117 msgstr ""
29118
29119 # type: verbatim
29120 #. type: verbatim
29121 #: ../fish/guestfish-actions.pod:3182
29122 #, no-wrap
29123 msgid ""
29124 " mknod-c mode devmajor devminor path\n"
29125 "\n"
29126 msgstr ""
29127
29128 # type: textblock
29129 #. type: textblock
29130 #: ../fish/guestfish-actions.pod:3184
29131 msgid ""
29132 "This call creates a char device node called C<path> with mode C<mode> and "
29133 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
29134 "wrapper around L</mknod>."
29135 msgstr ""
29136
29137 # type: =head2
29138 #. type: =head2
29139 #: ../fish/guestfish-actions.pod:3190
29140 msgid "mkswap"
29141 msgstr ""
29142
29143 # type: verbatim
29144 #. type: verbatim
29145 #: ../fish/guestfish-actions.pod:3192
29146 #, no-wrap
29147 msgid ""
29148 " mkswap device\n"
29149 "\n"
29150 msgstr ""
29151
29152 # type: =head2
29153 #. type: =head2
29154 #: ../fish/guestfish-actions.pod:3196
29155 msgid "mkswap-L"
29156 msgstr ""
29157
29158 # type: verbatim
29159 #. type: verbatim
29160 #: ../fish/guestfish-actions.pod:3198
29161 #, no-wrap
29162 msgid ""
29163 " mkswap-L label device\n"
29164 "\n"
29165 msgstr ""
29166
29167 # type: =head2
29168 #. type: =head2
29169 #: ../fish/guestfish-actions.pod:3206
29170 msgid "mkswap-U"
29171 msgstr ""
29172
29173 # type: verbatim
29174 #. type: verbatim
29175 #: ../fish/guestfish-actions.pod:3208
29176 #, no-wrap
29177 msgid ""
29178 " mkswap-U uuid device\n"
29179 "\n"
29180 msgstr ""
29181
29182 # type: =head2
29183 #. type: =head2
29184 #: ../fish/guestfish-actions.pod:3212
29185 msgid "mkswap-file"
29186 msgstr ""
29187
29188 # type: verbatim
29189 #. type: verbatim
29190 #: ../fish/guestfish-actions.pod:3214
29191 #, no-wrap
29192 msgid ""
29193 " mkswap-file path\n"
29194 "\n"
29195 msgstr ""
29196
29197 # type: textblock
29198 #. type: textblock
29199 #: ../fish/guestfish-actions.pod:3218
29200 msgid ""
29201 "This command just writes a swap file signature to an existing file.  To "
29202 "create the file itself, use something like L</fallocate>."
29203 msgstr ""
29204
29205 # type: =head2
29206 #. type: =head2
29207 #: ../fish/guestfish-actions.pod:3221
29208 msgid "modprobe"
29209 msgstr ""
29210
29211 # type: verbatim
29212 #. type: verbatim
29213 #: ../fish/guestfish-actions.pod:3223
29214 #, no-wrap
29215 msgid ""
29216 " modprobe modulename\n"
29217 "\n"
29218 msgstr ""
29219
29220 # type: =head2
29221 #. type: =head2
29222 #: ../fish/guestfish-actions.pod:3230
29223 msgid "mount"
29224 msgstr ""
29225
29226 # type: verbatim
29227 #. type: verbatim
29228 #: ../fish/guestfish-actions.pod:3232
29229 #, no-wrap
29230 msgid ""
29231 " mount device mountpoint\n"
29232 "\n"
29233 msgstr ""
29234
29235 # type: textblock
29236 #. type: textblock
29237 #: ../fish/guestfish-actions.pod:3248
29238 msgid ""
29239 "B<Important note:> When you use this call, the filesystem options C<sync> "
29240 "and C<noatime> are set implicitly.  This was originally done because we "
29241 "thought it would improve reliability, but it turns out that I<-o sync> has a "
29242 "very large negative performance impact and negligible effect on "
29243 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
29244 "code that needs performance, and instead use L</mount-options> (use an empty "
29245 "string for the first parameter if you don't want any options)."
29246 msgstr ""
29247
29248 #. type: =head2
29249 #: ../fish/guestfish-actions.pod:3265
29250 msgid "mount-9p"
29251 msgstr ""
29252
29253 #. type: verbatim
29254 #: ../fish/guestfish-actions.pod:3267
29255 #, no-wrap
29256 msgid ""
29257 " mount-9p mounttag mountpoint [options:..]\n"
29258 "\n"
29259 msgstr ""
29260
29261 # type: =head2
29262 #. type: =head2
29263 #: ../fish/guestfish-actions.pod:3278
29264 msgid "mount-loop"
29265 msgstr ""
29266
29267 # type: verbatim
29268 #. type: verbatim
29269 #: ../fish/guestfish-actions.pod:3280
29270 #, no-wrap
29271 msgid ""
29272 " mount-loop file mountpoint\n"
29273 "\n"
29274 msgstr ""
29275
29276 # type: =head2
29277 #. type: =head2
29278 #: ../fish/guestfish-actions.pod:3286
29279 msgid "mount-options"
29280 msgstr ""
29281
29282 # type: verbatim
29283 #. type: verbatim
29284 #: ../fish/guestfish-actions.pod:3288
29285 #, no-wrap
29286 msgid ""
29287 " mount-options options device mountpoint\n"
29288 "\n"
29289 msgstr ""
29290
29291 # type: textblock
29292 #. type: textblock
29293 #: ../fish/guestfish-actions.pod:3290
29294 msgid ""
29295 "This is the same as the L</mount> command, but it allows you to set the "
29296 "mount options as for the L<mount(8)> I<-o> flag."
29297 msgstr ""
29298
29299 # type: =head2
29300 #. type: =head2
29301 #: ../fish/guestfish-actions.pod:3298
29302 msgid "mount-ro"
29303 msgstr ""
29304
29305 # type: verbatim
29306 #. type: verbatim
29307 #: ../fish/guestfish-actions.pod:3300
29308 #, no-wrap
29309 msgid ""
29310 " mount-ro device mountpoint\n"
29311 "\n"
29312 msgstr ""
29313
29314 # type: textblock
29315 #. type: textblock
29316 #: ../fish/guestfish-actions.pod:3302
29317 msgid ""
29318 "This is the same as the L</mount> command, but it mounts the filesystem with "
29319 "the read-only (I<-o ro>) flag."
29320 msgstr ""
29321
29322 # type: =head2
29323 #. type: =head2
29324 #: ../fish/guestfish-actions.pod:3305
29325 msgid "mount-vfs"
29326 msgstr ""
29327
29328 # type: verbatim
29329 #. type: verbatim
29330 #: ../fish/guestfish-actions.pod:3307
29331 #, no-wrap
29332 msgid ""
29333 " mount-vfs options vfstype device mountpoint\n"
29334 "\n"
29335 msgstr ""
29336
29337 # type: textblock
29338 #. type: textblock
29339 #: ../fish/guestfish-actions.pod:3309
29340 msgid ""
29341 "This is the same as the L</mount> command, but it allows you to set both the "
29342 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
29343 msgstr ""
29344
29345 # type: =head2
29346 #. type: =head2
29347 #: ../fish/guestfish-actions.pod:3313
29348 msgid "mountpoints"
29349 msgstr ""
29350
29351 # type: verbatim
29352 #. type: verbatim
29353 #: ../fish/guestfish-actions.pod:3315
29354 #, no-wrap
29355 msgid ""
29356 " mountpoints\n"
29357 "\n"
29358 msgstr ""
29359
29360 # type: textblock
29361 #. type: textblock
29362 #: ../fish/guestfish-actions.pod:3317
29363 msgid ""
29364 "This call is similar to L</mounts>.  That call returns a list of devices.  "
29365 "This one returns a hash table (map) of device name to directory where the "
29366 "device is mounted."
29367 msgstr ""
29368
29369 # type: =head2
29370 #. type: =head2
29371 #: ../fish/guestfish-actions.pod:3321
29372 msgid "mounts"
29373 msgstr ""
29374
29375 # type: verbatim
29376 #. type: verbatim
29377 #: ../fish/guestfish-actions.pod:3323
29378 #, no-wrap
29379 msgid ""
29380 " mounts\n"
29381 "\n"
29382 msgstr ""
29383
29384 # type: textblock
29385 #. type: textblock
29386 #: ../fish/guestfish-actions.pod:3330
29387 msgid "See also: L</mountpoints>"
29388 msgstr ""
29389
29390 # type: =head2
29391 #. type: =head2
29392 #: ../fish/guestfish-actions.pod:3332
29393 msgid "mv"
29394 msgstr ""
29395
29396 # type: verbatim
29397 #. type: verbatim
29398 #: ../fish/guestfish-actions.pod:3334
29399 #, no-wrap
29400 msgid ""
29401 " mv src dest\n"
29402 "\n"
29403 msgstr ""
29404
29405 # type: =head2
29406 #. type: =head2
29407 #: ../fish/guestfish-actions.pod:3339
29408 msgid "ntfs-3g-probe"
29409 msgstr ""
29410
29411 # type: verbatim
29412 #. type: verbatim
29413 #: ../fish/guestfish-actions.pod:3341
29414 #, no-wrap
29415 msgid ""
29416 " ntfs-3g-probe true|false device\n"
29417 "\n"
29418 msgstr ""
29419
29420 # type: =head2
29421 #. type: =head2
29422 #: ../fish/guestfish-actions.pod:3355
29423 msgid "ntfsresize"
29424 msgstr ""
29425
29426 # type: verbatim
29427 #. type: verbatim
29428 #: ../fish/guestfish-actions.pod:3357
29429 #, no-wrap
29430 msgid ""
29431 " ntfsresize device\n"
29432 "\n"
29433 msgstr ""
29434
29435 #. type: =head2
29436 #: ../fish/guestfish-actions.pod:3379
29437 msgid "ntfsresize-opts"
29438 msgstr ""
29439
29440 #. type: verbatim
29441 #: ../fish/guestfish-actions.pod:3381
29442 #, no-wrap
29443 msgid ""
29444 " ntfsresize-opts device [size:..] [force:..]\n"
29445 "\n"
29446 msgstr ""
29447
29448 #. type: textblock
29449 #: ../fish/guestfish-actions.pod:3400
29450 msgid ""
29451 "After the resize operation, the filesystem is always marked as requiring a "
29452 "consistency check (for safety).  You have to boot into Windows to perform "
29453 "this check and clear this condition.  If you I<don't> set the C<force> "
29454 "option then it is not possible to call L</ntfsresize-opts> multiple times on "
29455 "a single filesystem without booting into Windows between each resize."
29456 msgstr ""
29457
29458 # type: =head2
29459 #. type: =head2
29460 #: ../fish/guestfish-actions.pod:3413
29461 msgid "ntfsresize-size"
29462 msgstr ""
29463
29464 # type: verbatim
29465 #. type: verbatim
29466 #: ../fish/guestfish-actions.pod:3415
29467 #, no-wrap
29468 msgid ""
29469 " ntfsresize-size device size\n"
29470 "\n"
29471 msgstr ""
29472
29473 # type: textblock
29474 #. type: textblock
29475 #: ../fish/guestfish-actions.pod:3417
29476 msgid ""
29477 "This command is the same as L</ntfsresize> except that it allows you to "
29478 "specify the new size (in bytes) explicitly."
29479 msgstr ""
29480
29481 # type: =head2
29482 #. type: =head2
29483 #: ../fish/guestfish-actions.pod:3427
29484 msgid "part-add"
29485 msgstr ""
29486
29487 # type: verbatim
29488 #. type: verbatim
29489 #: ../fish/guestfish-actions.pod:3429
29490 #, no-wrap
29491 msgid ""
29492 " part-add device prlogex startsect endsect\n"
29493 "\n"
29494 msgstr ""
29495
29496 # type: textblock
29497 #. type: textblock
29498 #: ../fish/guestfish-actions.pod:3431
29499 msgid ""
29500 "This command adds a partition to C<device>.  If there is no partition table "
29501 "on the device, call L</part-init> first."
29502 msgstr ""
29503
29504 # type: textblock
29505 #. type: textblock
29506 #: ../fish/guestfish-actions.pod:3443
29507 msgid ""
29508 "Creating a partition which covers the whole disk is not so easy.  Use L</"
29509 "part-disk> to do that."
29510 msgstr ""
29511
29512 # type: =head2
29513 #. type: =head2
29514 #: ../fish/guestfish-actions.pod:3446
29515 msgid "part-del"
29516 msgstr ""
29517
29518 # type: verbatim
29519 #. type: verbatim
29520 #: ../fish/guestfish-actions.pod:3448
29521 #, no-wrap
29522 msgid ""
29523 " part-del device partnum\n"
29524 "\n"
29525 msgstr ""
29526
29527 # type: =head2
29528 #. type: =head2
29529 #: ../fish/guestfish-actions.pod:3456
29530 msgid "part-disk"
29531 msgstr ""
29532
29533 # type: verbatim
29534 #. type: verbatim
29535 #: ../fish/guestfish-actions.pod:3458
29536 #, no-wrap
29537 msgid ""
29538 " part-disk device parttype\n"
29539 "\n"
29540 msgstr ""
29541
29542 # type: textblock
29543 #. type: textblock
29544 #: ../fish/guestfish-actions.pod:3460
29545 msgid ""
29546 "This command is simply a combination of L</part-init> followed by L</part-"
29547 "add> to create a single primary partition covering the whole disk."
29548 msgstr ""
29549
29550 # type: textblock
29551 #. type: textblock
29552 #: ../fish/guestfish-actions.pod:3464
29553 msgid ""
29554 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
29555 "possible values are described in L</part-init>."
29556 msgstr ""
29557
29558 # type: =head2
29559 #. type: =head2
29560 #: ../fish/guestfish-actions.pod:3470
29561 msgid "part-get-bootable"
29562 msgstr ""
29563
29564 # type: verbatim
29565 #. type: verbatim
29566 #: ../fish/guestfish-actions.pod:3472
29567 #, no-wrap
29568 msgid ""
29569 " part-get-bootable device partnum\n"
29570 "\n"
29571 msgstr ""
29572
29573 # type: textblock
29574 #. type: textblock
29575 #: ../fish/guestfish-actions.pod:3477
29576 msgid "See also L</part-set-bootable>."
29577 msgstr ""
29578
29579 # type: =head2
29580 #. type: =head2
29581 #: ../fish/guestfish-actions.pod:3479
29582 msgid "part-get-mbr-id"
29583 msgstr ""
29584
29585 # type: verbatim
29586 #. type: verbatim
29587 #: ../fish/guestfish-actions.pod:3481
29588 #, no-wrap
29589 msgid ""
29590 " part-get-mbr-id device partnum\n"
29591 "\n"
29592 msgstr ""
29593
29594 # type: textblock
29595 #. type: textblock
29596 #: ../fish/guestfish-actions.pod:3486 ../fish/guestfish-actions.pod:3624
29597 msgid ""
29598 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
29599 "undefined results for other partition table types (see L</part-get-"
29600 "parttype>)."
29601 msgstr ""
29602
29603 # type: =head2
29604 #. type: =head2
29605 #: ../fish/guestfish-actions.pod:3490
29606 msgid "part-get-parttype"
29607 msgstr ""
29608
29609 # type: verbatim
29610 #. type: verbatim
29611 #: ../fish/guestfish-actions.pod:3492
29612 #, no-wrap
29613 msgid ""
29614 " part-get-parttype device\n"
29615 "\n"
29616 msgstr ""
29617
29618 # type: textblock
29619 #. type: textblock
29620 #: ../fish/guestfish-actions.pod:3497
29621 msgid ""
29622 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
29623 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
29624 "possible, although unusual.  See L</part-init> for a full list."
29625 msgstr ""
29626
29627 # type: =head2
29628 #. type: =head2
29629 #: ../fish/guestfish-actions.pod:3502
29630 msgid "part-init"
29631 msgstr ""
29632
29633 # type: verbatim
29634 #. type: verbatim
29635 #: ../fish/guestfish-actions.pod:3504
29636 #, no-wrap
29637 msgid ""
29638 " part-init device parttype\n"
29639 "\n"
29640 msgstr ""
29641
29642 # type: textblock
29643 #. type: textblock
29644 #: ../fish/guestfish-actions.pod:3510
29645 msgid ""
29646 "Initially there are no partitions.  Following this, you should call L</part-"
29647 "add> for each partition required."
29648 msgstr ""
29649
29650 # type: =head2
29651 #. type: =head2
29652 #: ../fish/guestfish-actions.pod:3573
29653 msgid "part-list"
29654 msgstr ""
29655
29656 # type: verbatim
29657 #. type: verbatim
29658 #: ../fish/guestfish-actions.pod:3575
29659 #, no-wrap
29660 msgid ""
29661 " part-list device\n"
29662 "\n"
29663 msgstr ""
29664
29665 # type: textblock
29666 #. type: textblock
29667 #: ../fish/guestfish-actions.pod:3590
29668 msgid ""
29669 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
29670 "the device's sector size, see L</blockdev-getss>."
29671 msgstr ""
29672
29673 # type: =head2
29674 #. type: =head2
29675 #: ../fish/guestfish-actions.pod:3603
29676 msgid "part-set-bootable"
29677 msgstr ""
29678
29679 # type: verbatim
29680 #. type: verbatim
29681 #: ../fish/guestfish-actions.pod:3605
29682 #, no-wrap
29683 msgid ""
29684 " part-set-bootable device partnum true|false\n"
29685 "\n"
29686 msgstr ""
29687
29688 # type: =head2
29689 #. type: =head2
29690 #: ../fish/guestfish-actions.pod:3614
29691 msgid "part-set-mbr-id"
29692 msgstr ""
29693
29694 # type: verbatim
29695 #. type: verbatim
29696 #: ../fish/guestfish-actions.pod:3616
29697 #, no-wrap
29698 msgid ""
29699 " part-set-mbr-id device partnum idbyte\n"
29700 "\n"
29701 msgstr ""
29702
29703 # type: =head2
29704 #. type: =head2
29705 #: ../fish/guestfish-actions.pod:3628
29706 msgid "part-set-name"
29707 msgstr ""
29708
29709 # type: verbatim
29710 #. type: verbatim
29711 #: ../fish/guestfish-actions.pod:3630
29712 #, no-wrap
29713 msgid ""
29714 " part-set-name device partnum name\n"
29715 "\n"
29716 msgstr ""
29717
29718 # type: =head2
29719 #. type: =head2
29720 #: ../fish/guestfish-actions.pod:3638
29721 msgid "part-to-dev"
29722 msgstr ""
29723
29724 # type: verbatim
29725 #. type: verbatim
29726 #: ../fish/guestfish-actions.pod:3640
29727 #, no-wrap
29728 msgid ""
29729 " part-to-dev partition\n"
29730 "\n"
29731 msgstr ""
29732
29733 # type: textblock
29734 #. type: textblock
29735 #: ../fish/guestfish-actions.pod:3646
29736 msgid ""
29737 "The named partition must exist, for example as a string returned from L</"
29738 "list-partitions>."
29739 msgstr ""
29740
29741 # type: =head2
29742 #. type: =head2
29743 #: ../fish/guestfish-actions.pod:3649
29744 msgid "ping-daemon"
29745 msgstr ""
29746
29747 # type: verbatim
29748 #. type: verbatim
29749 #: ../fish/guestfish-actions.pod:3651
29750 #, no-wrap
29751 msgid ""
29752 " ping-daemon\n"
29753 "\n"
29754 msgstr ""
29755
29756 # type: =head2
29757 #. type: =head2
29758 #: ../fish/guestfish-actions.pod:3658
29759 msgid "pread"
29760 msgstr ""
29761
29762 # type: verbatim
29763 #. type: verbatim
29764 #: ../fish/guestfish-actions.pod:3660
29765 #, no-wrap
29766 msgid ""
29767 " pread path count offset\n"
29768 "\n"
29769 msgstr ""
29770
29771 # type: textblock
29772 #. type: textblock
29773 #: ../fish/guestfish-actions.pod:3668
29774 msgid "See also L</pwrite>, L</pread-device>."
29775 msgstr ""
29776
29777 # type: =head2
29778 #. type: =head2
29779 #: ../fish/guestfish-actions.pod:3673
29780 msgid "pread-device"
29781 msgstr ""
29782
29783 # type: verbatim
29784 #. type: verbatim
29785 #: ../fish/guestfish-actions.pod:3675
29786 #, no-wrap
29787 msgid ""
29788 " pread-device device count offset\n"
29789 "\n"
29790 msgstr ""
29791
29792 # type: textblock
29793 #. type: textblock
29794 #: ../fish/guestfish-actions.pod:3683
29795 msgid "See also L</pread>."
29796 msgstr ""
29797
29798 # type: =head2
29799 #. type: =head2
29800 #: ../fish/guestfish-actions.pod:3688
29801 msgid "pvcreate"
29802 msgstr ""
29803
29804 # type: verbatim
29805 #. type: verbatim
29806 #: ../fish/guestfish-actions.pod:3690
29807 #, no-wrap
29808 msgid ""
29809 " pvcreate device\n"
29810 "\n"
29811 msgstr ""
29812
29813 # type: =head2
29814 #. type: =head2
29815 #: ../fish/guestfish-actions.pod:3696
29816 msgid "pvremove"
29817 msgstr ""
29818
29819 # type: verbatim
29820 #. type: verbatim
29821 #: ../fish/guestfish-actions.pod:3698
29822 #, no-wrap
29823 msgid ""
29824 " pvremove device\n"
29825 "\n"
29826 msgstr ""
29827
29828 # type: =head2
29829 #. type: =head2
29830 #: ../fish/guestfish-actions.pod:3707
29831 msgid "pvresize"
29832 msgstr ""
29833
29834 # type: verbatim
29835 #. type: verbatim
29836 #: ../fish/guestfish-actions.pod:3709
29837 #, no-wrap
29838 msgid ""
29839 " pvresize device\n"
29840 "\n"
29841 msgstr ""
29842
29843 # type: =head2
29844 #. type: =head2
29845 #: ../fish/guestfish-actions.pod:3714
29846 msgid "pvresize-size"
29847 msgstr ""
29848
29849 # type: verbatim
29850 #. type: verbatim
29851 #: ../fish/guestfish-actions.pod:3716
29852 #, no-wrap
29853 msgid ""
29854 " pvresize-size device size\n"
29855 "\n"
29856 msgstr ""
29857
29858 # type: textblock
29859 #. type: textblock
29860 #: ../fish/guestfish-actions.pod:3718
29861 msgid ""
29862 "This command is the same as L</pvresize> except that it allows you to "
29863 "specify the new size (in bytes) explicitly."
29864 msgstr ""
29865
29866 # type: =head2
29867 #. type: =head2
29868 #: ../fish/guestfish-actions.pod:3721
29869 msgid "pvs"
29870 msgstr ""
29871
29872 # type: verbatim
29873 #. type: verbatim
29874 #: ../fish/guestfish-actions.pod:3723
29875 #, no-wrap
29876 msgid ""
29877 " pvs\n"
29878 "\n"
29879 msgstr ""
29880
29881 # type: textblock
29882 #. type: textblock
29883 #: ../fish/guestfish-actions.pod:3731
29884 msgid "See also L</pvs-full>."
29885 msgstr ""
29886
29887 # type: =head2
29888 #. type: =head2
29889 #: ../fish/guestfish-actions.pod:3733
29890 msgid "pvs-full"
29891 msgstr ""
29892
29893 # type: verbatim
29894 #. type: verbatim
29895 #: ../fish/guestfish-actions.pod:3735
29896 #, no-wrap
29897 msgid ""
29898 " pvs-full\n"
29899 "\n"
29900 msgstr ""
29901
29902 # type: =head2
29903 #. type: =head2
29904 #: ../fish/guestfish-actions.pod:3740
29905 msgid "pvuuid"
29906 msgstr ""
29907
29908 # type: verbatim
29909 #. type: verbatim
29910 #: ../fish/guestfish-actions.pod:3742
29911 #, no-wrap
29912 msgid ""
29913 " pvuuid device\n"
29914 "\n"
29915 msgstr ""
29916
29917 # type: =head2
29918 #. type: =head2
29919 #: ../fish/guestfish-actions.pod:3746
29920 msgid "pwrite"
29921 msgstr ""
29922
29923 # type: verbatim
29924 #. type: verbatim
29925 #: ../fish/guestfish-actions.pod:3748
29926 #, no-wrap
29927 msgid ""
29928 " pwrite path content offset\n"
29929 "\n"
29930 msgstr ""
29931
29932 # type: textblock
29933 #. type: textblock
29934 #: ../fish/guestfish-actions.pod:3759
29935 msgid "See also L</pread>, L</pwrite-device>."
29936 msgstr ""
29937
29938 # type: =head2
29939 #. type: =head2
29940 #: ../fish/guestfish-actions.pod:3764
29941 msgid "pwrite-device"
29942 msgstr ""
29943
29944 # type: verbatim
29945 #. type: verbatim
29946 #: ../fish/guestfish-actions.pod:3766
29947 #, no-wrap
29948 msgid ""
29949 " pwrite-device device content offset\n"
29950 "\n"
29951 msgstr ""
29952
29953 # type: textblock
29954 #. type: textblock
29955 #: ../fish/guestfish-actions.pod:3776
29956 msgid "See also L</pwrite>."
29957 msgstr ""
29958
29959 # type: =head2
29960 #. type: =head2
29961 #: ../fish/guestfish-actions.pod:3781
29962 msgid "read-file"
29963 msgstr ""
29964
29965 # type: verbatim
29966 #. type: verbatim
29967 #: ../fish/guestfish-actions.pod:3783
29968 #, no-wrap
29969 msgid ""
29970 " read-file path\n"
29971 "\n"
29972 msgstr ""
29973
29974 # type: textblock
29975 #. type: textblock
29976 #: ../fish/guestfish-actions.pod:3788
29977 msgid ""
29978 "Unlike L</cat>, this function can correctly handle files that contain "
29979 "embedded ASCII NUL characters.  However unlike L</download>, this function "
29980 "is limited in the total size of file that can be handled."
29981 msgstr ""
29982
29983 # type: =head2
29984 #. type: =head2
29985 #: ../fish/guestfish-actions.pod:3796
29986 msgid "read-lines"
29987 msgstr ""
29988
29989 # type: verbatim
29990 #. type: verbatim
29991 #: ../fish/guestfish-actions.pod:3798
29992 #, no-wrap
29993 msgid ""
29994 " read-lines path\n"
29995 "\n"
29996 msgstr ""
29997
29998 # type: textblock
29999 #. type: textblock
30000 #: ../fish/guestfish-actions.pod:3805
30001 msgid ""
30002 "Note that this function cannot correctly handle binary files (specifically, "
30003 "files containing C<\\0> character which is treated as end of line).  For "
30004 "those you need to use the L</read-file> function which has a more complex "
30005 "interface."
30006 msgstr ""
30007
30008 # type: =head2
30009 #. type: =head2
30010 #: ../fish/guestfish-actions.pod:3810
30011 msgid "readdir"
30012 msgstr ""
30013
30014 # type: verbatim
30015 #. type: verbatim
30016 #: ../fish/guestfish-actions.pod:3812
30017 #, no-wrap
30018 msgid ""
30019 " readdir dir\n"
30020 "\n"
30021 msgstr ""
30022
30023 # type: textblock
30024 #. type: textblock
30025 #: ../fish/guestfish-actions.pod:3864
30026 msgid ""
30027 "This function is primarily intended for use by programs.  To get a simple "
30028 "list of names, use L</ls>.  To get a printable directory for human "
30029 "consumption, use L</ll>."
30030 msgstr ""
30031
30032 # type: =head2
30033 #. type: =head2
30034 #: ../fish/guestfish-actions.pod:3868
30035 msgid "readlink"
30036 msgstr ""
30037
30038 # type: verbatim
30039 #. type: verbatim
30040 #: ../fish/guestfish-actions.pod:3870
30041 #, no-wrap
30042 msgid ""
30043 " readlink path\n"
30044 "\n"
30045 msgstr ""
30046
30047 # type: =head2
30048 #. type: =head2
30049 #: ../fish/guestfish-actions.pod:3874
30050 msgid "readlinklist"
30051 msgstr ""
30052
30053 # type: verbatim
30054 #. type: verbatim
30055 #: ../fish/guestfish-actions.pod:3876
30056 #, no-wrap
30057 msgid ""
30058 " readlinklist path 'names ...'\n"
30059 "\n"
30060 msgstr ""
30061
30062 # type: =head2
30063 #. type: =head2
30064 #: ../fish/guestfish-actions.pod:3900
30065 msgid "realpath"
30066 msgstr ""
30067
30068 # type: verbatim
30069 #. type: verbatim
30070 #: ../fish/guestfish-actions.pod:3902
30071 #, no-wrap
30072 msgid ""
30073 " realpath path\n"
30074 "\n"
30075 msgstr ""
30076
30077 # type: =head2
30078 #. type: =head2
30079 #: ../fish/guestfish-actions.pod:3907
30080 msgid "removexattr"
30081 msgstr ""
30082
30083 # type: verbatim
30084 #. type: verbatim
30085 #: ../fish/guestfish-actions.pod:3909
30086 #, no-wrap
30087 msgid ""
30088 " removexattr xattr path\n"
30089 "\n"
30090 msgstr ""
30091
30092 # type: textblock
30093 #. type: textblock
30094 #: ../fish/guestfish-actions.pod:3914
30095 msgid "See also: L</lremovexattr>, L<attr(5)>."
30096 msgstr ""
30097
30098 # type: =head2
30099 #. type: =head2
30100 #: ../fish/guestfish-actions.pod:3916
30101 msgid "resize2fs"
30102 msgstr ""
30103
30104 # type: verbatim
30105 #. type: verbatim
30106 #: ../fish/guestfish-actions.pod:3918
30107 #, no-wrap
30108 msgid ""
30109 " resize2fs device\n"
30110 "\n"
30111 msgstr ""
30112
30113 # type: textblock
30114 #. type: textblock
30115 #: ../fish/guestfish-actions.pod:3923
30116 msgid ""
30117 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
30118 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
30119 "gives an error about this and sometimes not.  In any case, it is always safe "
30120 "to call L</e2fsck-f> before calling this function."
30121 msgstr ""
30122
30123 #. type: =head2
30124 #: ../fish/guestfish-actions.pod:3929
30125 msgid "resize2fs-M"
30126 msgstr ""
30127
30128 #. type: verbatim
30129 #: ../fish/guestfish-actions.pod:3931
30130 #, no-wrap
30131 msgid ""
30132 " resize2fs-M device\n"
30133 "\n"
30134 msgstr ""
30135
30136 #. type: textblock
30137 #: ../fish/guestfish-actions.pod:3933
30138 msgid ""
30139 "This command is the same as L</resize2fs>, but the filesystem is resized to "
30140 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
30141 "command."
30142 msgstr ""
30143
30144 #. type: textblock
30145 #: ../fish/guestfish-actions.pod:3937
30146 msgid ""
30147 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
30148 "and read the C<Block size> and C<Block count> values.  These two numbers, "
30149 "multiplied together, give the resulting size of the minimal filesystem in "
30150 "bytes."
30151 msgstr ""
30152
30153 # type: =head2
30154 #. type: =head2
30155 #: ../fish/guestfish-actions.pod:3942
30156 msgid "resize2fs-size"
30157 msgstr ""
30158
30159 # type: verbatim
30160 #. type: verbatim
30161 #: ../fish/guestfish-actions.pod:3944
30162 #, no-wrap
30163 msgid ""
30164 " resize2fs-size device size\n"
30165 "\n"
30166 msgstr ""
30167
30168 # type: textblock
30169 #. type: textblock
30170 #: ../fish/guestfish-actions.pod:3946
30171 msgid ""
30172 "This command is the same as L</resize2fs> except that it allows you to "
30173 "specify the new size (in bytes) explicitly."
30174 msgstr ""
30175
30176 # type: =head2
30177 #. type: =head2
30178 #: ../fish/guestfish-actions.pod:3949
30179 msgid "rm"
30180 msgstr ""
30181
30182 # type: verbatim
30183 #. type: verbatim
30184 #: ../fish/guestfish-actions.pod:3951
30185 #, no-wrap
30186 msgid ""
30187 " rm path\n"
30188 "\n"
30189 msgstr ""
30190
30191 # type: =head2
30192 #. type: =head2
30193 #: ../fish/guestfish-actions.pod:3955
30194 msgid "rm-rf"
30195 msgstr ""
30196
30197 # type: verbatim
30198 #. type: verbatim
30199 #: ../fish/guestfish-actions.pod:3957
30200 #, no-wrap
30201 msgid ""
30202 " rm-rf path\n"
30203 "\n"
30204 msgstr ""
30205
30206 # type: =head2
30207 #. type: =head2
30208 #: ../fish/guestfish-actions.pod:3963
30209 msgid "rmdir"
30210 msgstr ""
30211
30212 # type: verbatim
30213 #. type: verbatim
30214 #: ../fish/guestfish-actions.pod:3965
30215 #, no-wrap
30216 msgid ""
30217 " rmdir path\n"
30218 "\n"
30219 msgstr ""
30220
30221 # type: =head2
30222 #. type: =head2
30223 #: ../fish/guestfish-actions.pod:3969
30224 msgid "rmmountpoint"
30225 msgstr ""
30226
30227 # type: verbatim
30228 #. type: verbatim
30229 #: ../fish/guestfish-actions.pod:3971
30230 #, no-wrap
30231 msgid ""
30232 " rmmountpoint exemptpath\n"
30233 "\n"
30234 msgstr ""
30235
30236 # type: textblock
30237 #. type: textblock
30238 #: ../fish/guestfish-actions.pod:3973
30239 msgid ""
30240 "This calls removes a mountpoint that was previously created with L</"
30241 "mkmountpoint>.  See L</mkmountpoint> for full details."
30242 msgstr ""
30243
30244 # type: =head2
30245 #. type: =head2
30246 #: ../fish/guestfish-actions.pod:3977
30247 msgid "scrub-device"
30248 msgstr ""
30249
30250 # type: verbatim
30251 #. type: verbatim
30252 #: ../fish/guestfish-actions.pod:3979
30253 #, no-wrap
30254 msgid ""
30255 " scrub-device device\n"
30256 "\n"
30257 msgstr ""
30258
30259 # type: =head2
30260 #. type: =head2
30261 #: ../fish/guestfish-actions.pod:3990
30262 msgid "scrub-file"
30263 msgstr ""
30264
30265 # type: verbatim
30266 #. type: verbatim
30267 #: ../fish/guestfish-actions.pod:3992
30268 #, no-wrap
30269 msgid ""
30270 " scrub-file file\n"
30271 "\n"
30272 msgstr ""
30273
30274 # type: =head2
30275 #. type: =head2
30276 #: ../fish/guestfish-actions.pod:4002
30277 msgid "scrub-freespace"
30278 msgstr ""
30279
30280 # type: verbatim
30281 #. type: verbatim
30282 #: ../fish/guestfish-actions.pod:4004
30283 #, no-wrap
30284 msgid ""
30285 " scrub-freespace dir\n"
30286 "\n"
30287 msgstr ""
30288
30289 # type: textblock
30290 #. type: textblock
30291 #: ../fish/guestfish-actions.pod:4006
30292 msgid ""
30293 "This command creates the directory C<dir> and then fills it with files until "
30294 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
30295 "deletes them.  The intention is to scrub any free space on the partition "
30296 "containing C<dir>."
30297 msgstr ""
30298
30299 # type: =head2
30300 #. type: =head2
30301 #: ../fish/guestfish-actions.pod:4015
30302 msgid "set-append"
30303 msgstr ""
30304
30305 # type: =head2
30306 #. type: =head2
30307 #: ../fish/guestfish-actions.pod:4017
30308 msgid "append"
30309 msgstr ""
30310
30311 # type: verbatim
30312 #. type: verbatim
30313 #: ../fish/guestfish-actions.pod:4019
30314 #, no-wrap
30315 msgid ""
30316 " set-append append\n"
30317 "\n"
30318 msgstr ""
30319
30320 #. type: =head2
30321 #: ../fish/guestfish-actions.pod:4030
30322 msgid "set-attach-method"
30323 msgstr ""
30324
30325 #. type: =head2
30326 #: ../fish/guestfish-actions.pod:4032
30327 msgid "attach-method"
30328 msgstr ""
30329
30330 #. type: verbatim
30331 #: ../fish/guestfish-actions.pod:4034
30332 #, no-wrap
30333 msgid ""
30334 " set-attach-method attachmethod\n"
30335 "\n"
30336 msgstr ""
30337
30338 # type: =head2
30339 #. type: =head2
30340 #: ../fish/guestfish-actions.pod:4056
30341 msgid "set-autosync"
30342 msgstr ""
30343
30344 # type: =head2
30345 #. type: =head2
30346 #: ../fish/guestfish-actions.pod:4058
30347 msgid "autosync"
30348 msgstr ""
30349
30350 # type: verbatim
30351 #. type: verbatim
30352 #: ../fish/guestfish-actions.pod:4060
30353 #, no-wrap
30354 msgid ""
30355 " set-autosync true|false\n"
30356 "\n"
30357 msgstr ""
30358
30359 # type: =head2
30360 #. type: =head2
30361 #: ../fish/guestfish-actions.pod:4070
30362 msgid "set-direct"
30363 msgstr ""
30364
30365 # type: =head2
30366 #. type: =head2
30367 #: ../fish/guestfish-actions.pod:4072
30368 msgid "direct"
30369 msgstr ""
30370
30371 # type: verbatim
30372 #. type: verbatim
30373 #: ../fish/guestfish-actions.pod:4074
30374 #, no-wrap
30375 msgid ""
30376 " set-direct true|false\n"
30377 "\n"
30378 msgstr ""
30379
30380 # type: textblock
30381 #. type: textblock
30382 #: ../fish/guestfish-actions.pod:4080
30383 msgid ""
30384 "One consequence of this is that log messages aren't caught by the library "
30385 "and handled by L</set-log-message-callback>, but go straight to stdout."
30386 msgstr ""
30387
30388 # type: =head2
30389 #. type: =head2
30390 #: ../fish/guestfish-actions.pod:4089
30391 msgid "set-e2label"
30392 msgstr ""
30393
30394 # type: verbatim
30395 #. type: verbatim
30396 #: ../fish/guestfish-actions.pod:4091
30397 #, no-wrap
30398 msgid ""
30399 " set-e2label device label\n"
30400 "\n"
30401 msgstr ""
30402
30403 # type: textblock
30404 #. type: textblock
30405 #: ../fish/guestfish-actions.pod:4097
30406 msgid ""
30407 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
30408 "label on a filesystem."
30409 msgstr ""
30410
30411 # type: =head2
30412 #. type: =head2
30413 #: ../fish/guestfish-actions.pod:4100
30414 msgid "set-e2uuid"
30415 msgstr ""
30416
30417 # type: verbatim
30418 #. type: verbatim
30419 #: ../fish/guestfish-actions.pod:4102
30420 #, no-wrap
30421 msgid ""
30422 " set-e2uuid device uuid\n"
30423 "\n"
30424 msgstr ""
30425
30426 # type: textblock
30427 #. type: textblock
30428 #: ../fish/guestfish-actions.pod:4109
30429 msgid ""
30430 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
30431 "UUID of a filesystem."
30432 msgstr ""
30433
30434 # type: =head2
30435 #. type: =head2
30436 #: ../fish/guestfish-actions.pod:4112
30437 msgid "set-memsize"
30438 msgstr ""
30439
30440 # type: =head2
30441 #. type: =head2
30442 #: ../fish/guestfish-actions.pod:4114
30443 msgid "memsize"
30444 msgstr ""
30445
30446 # type: verbatim
30447 #. type: verbatim
30448 #: ../fish/guestfish-actions.pod:4116
30449 #, no-wrap
30450 msgid ""
30451 " set-memsize memsize\n"
30452 "\n"
30453 msgstr ""
30454
30455 # type: textblock
30456 #. type: textblock
30457 #: ../fish/guestfish-actions.pod:4118
30458 msgid ""
30459 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
30460 "This only has any effect if called before L</launch>."
30461 msgstr ""
30462
30463 # type: =head2
30464 #. type: =head2
30465 #: ../fish/guestfish-actions.pod:4129
30466 msgid "set-network"
30467 msgstr ""
30468
30469 # type: =head2
30470 #. type: =head2
30471 #: ../fish/guestfish-actions.pod:4131
30472 msgid "network"
30473 msgstr ""
30474
30475 # type: verbatim
30476 #. type: verbatim
30477 #: ../fish/guestfish-actions.pod:4133
30478 #, no-wrap
30479 msgid ""
30480 " set-network true|false\n"
30481 "\n"
30482 msgstr ""
30483
30484 # type: textblock
30485 #. type: textblock
30486 #: ../fish/guestfish-actions.pod:4141
30487 msgid ""
30488 "You must call this before calling L</launch>, otherwise it has no effect."
30489 msgstr ""
30490
30491 # type: =head2
30492 #. type: =head2
30493 #: ../fish/guestfish-actions.pod:4144
30494 msgid "set-path"
30495 msgstr ""
30496
30497 # type: =head2
30498 #. type: =head2
30499 #: ../fish/guestfish-actions.pod:4146
30500 msgid "path"
30501 msgstr ""
30502
30503 # type: verbatim
30504 #. type: verbatim
30505 #: ../fish/guestfish-actions.pod:4148
30506 #, no-wrap
30507 msgid ""
30508 " set-path searchpath\n"
30509 "\n"
30510 msgstr ""
30511
30512 # type: =head2
30513 #. type: =head2
30514 #: ../fish/guestfish-actions.pod:4157
30515 msgid "set-qemu"
30516 msgstr ""
30517
30518 # type: =head2
30519 #. type: =head2
30520 #: ../fish/guestfish-actions.pod:4159
30521 msgid "qemu"
30522 msgstr ""
30523
30524 # type: verbatim
30525 #. type: verbatim
30526 #: ../fish/guestfish-actions.pod:4161
30527 #, no-wrap
30528 msgid ""
30529 " set-qemu qemu\n"
30530 "\n"
30531 msgstr ""
30532
30533 # type: =head2
30534 #. type: =head2
30535 #: ../fish/guestfish-actions.pod:4181
30536 msgid "set-recovery-proc"
30537 msgstr ""
30538
30539 # type: =head2
30540 #. type: =head2
30541 #: ../fish/guestfish-actions.pod:4183
30542 msgid "recovery-proc"
30543 msgstr ""
30544
30545 # type: verbatim
30546 #. type: verbatim
30547 #: ../fish/guestfish-actions.pod:4185
30548 #, no-wrap
30549 msgid ""
30550 " set-recovery-proc true|false\n"
30551 "\n"
30552 msgstr ""
30553
30554 # type: textblock
30555 #. type: textblock
30556 #: ../fish/guestfish-actions.pod:4187
30557 msgid ""
30558 "If this is called with the parameter C<false> then L</launch> does not "
30559 "create a recovery process.  The purpose of the recovery process is to stop "
30560 "runaway qemu processes in the case where the main program aborts abruptly."
30561 msgstr ""
30562
30563 # type: textblock
30564 #. type: textblock
30565 #: ../fish/guestfish-actions.pod:4192
30566 msgid ""
30567 "This only has any effect if called before L</launch>, and the default is "
30568 "true."
30569 msgstr ""
30570
30571 # type: =head2
30572 #. type: =head2
30573 #: ../fish/guestfish-actions.pod:4201
30574 msgid "set-selinux"
30575 msgstr ""
30576
30577 # type: =head2
30578 #. type: =head2
30579 #: ../fish/guestfish-actions.pod:4203
30580 msgid "selinux"
30581 msgstr ""
30582
30583 # type: verbatim
30584 #. type: verbatim
30585 #: ../fish/guestfish-actions.pod:4205
30586 #, no-wrap
30587 msgid ""
30588 " set-selinux true|false\n"
30589 "\n"
30590 msgstr ""
30591
30592 # type: =head2
30593 #. type: =head2
30594 #: ../fish/guestfish-actions.pod:4216
30595 msgid "set-trace"
30596 msgstr ""
30597
30598 # type: =head2
30599 #. type: =head2
30600 #: ../fish/guestfish-actions.pod:4218
30601 msgid "trace"
30602 msgstr ""
30603
30604 # type: verbatim
30605 #. type: verbatim
30606 #: ../fish/guestfish-actions.pod:4220
30607 #, no-wrap
30608 msgid ""
30609 " set-trace true|false\n"
30610 "\n"
30611 msgstr ""
30612
30613 #. type: textblock
30614 #: ../fish/guestfish-actions.pod:4232
30615 msgid ""
30616 "Trace messages are normally sent to C<stderr>, unless you register a "
30617 "callback to send them somewhere else (see L</set-event-callback>)."
30618 msgstr ""
30619
30620 # type: =head2
30621 #. type: =head2
30622 #: ../fish/guestfish-actions.pod:4236
30623 msgid "set-verbose"
30624 msgstr ""
30625
30626 # type: =head2
30627 #. type: =head2
30628 #: ../fish/guestfish-actions.pod:4238
30629 msgid "verbose"
30630 msgstr ""
30631
30632 # type: verbatim
30633 #. type: verbatim
30634 #: ../fish/guestfish-actions.pod:4240
30635 #, no-wrap
30636 msgid ""
30637 " set-verbose true|false\n"
30638 "\n"
30639 msgstr ""
30640
30641 #. type: textblock
30642 #: ../fish/guestfish-actions.pod:4247
30643 msgid ""
30644 "Verbose messages are normally sent to C<stderr>, unless you register a "
30645 "callback to send them somewhere else (see L</set-event-callback>)."
30646 msgstr ""
30647
30648 # type: =head2
30649 #. type: =head2
30650 #: ../fish/guestfish-actions.pod:4251
30651 msgid "setcon"
30652 msgstr ""
30653
30654 # type: verbatim
30655 #. type: verbatim
30656 #: ../fish/guestfish-actions.pod:4253
30657 #, no-wrap
30658 msgid ""
30659 " setcon context\n"
30660 "\n"
30661 msgstr ""
30662
30663 # type: =head2
30664 #. type: =head2
30665 #: ../fish/guestfish-actions.pod:4260
30666 msgid "setxattr"
30667 msgstr ""
30668
30669 # type: verbatim
30670 #. type: verbatim
30671 #: ../fish/guestfish-actions.pod:4262
30672 #, no-wrap
30673 msgid ""
30674 " setxattr xattr val vallen path\n"
30675 "\n"
30676 msgstr ""
30677
30678 # type: textblock
30679 #. type: textblock
30680 #: ../fish/guestfish-actions.pod:4268
30681 msgid "See also: L</lsetxattr>, L<attr(5)>."
30682 msgstr ""
30683
30684 # type: =head2
30685 #. type: =head2
30686 #: ../fish/guestfish-actions.pod:4270
30687 msgid "sfdisk"
30688 msgstr ""
30689
30690 # type: verbatim
30691 #. type: verbatim
30692 #: ../fish/guestfish-actions.pod:4272
30693 #, no-wrap
30694 msgid ""
30695 " sfdisk device cyls heads sectors 'lines ...'\n"
30696 "\n"
30697 msgstr ""
30698
30699 # type: textblock
30700 #. type: textblock
30701 #: ../fish/guestfish-actions.pod:4294
30702 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
30703 msgstr ""
30704
30705 # type: =head2
30706 #. type: =head2
30707 #: ../fish/guestfish-actions.pod:4307
30708 msgid "sfdiskM"
30709 msgstr ""
30710
30711 # type: verbatim
30712 #. type: verbatim
30713 #: ../fish/guestfish-actions.pod:4309
30714 #, no-wrap
30715 msgid ""
30716 " sfdiskM device 'lines ...'\n"
30717 "\n"
30718 msgstr ""
30719
30720 # type: textblock
30721 #. type: textblock
30722 #: ../fish/guestfish-actions.pod:4311
30723 msgid ""
30724 "This is a simplified interface to the L</sfdisk> command, where partition "
30725 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
30726 "you don't need to specify the cyls, heads and sectors parameters which were "
30727 "rarely if ever used anyway."
30728 msgstr ""
30729
30730 # type: textblock
30731 #. type: textblock
30732 #: ../fish/guestfish-actions.pod:4317
30733 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
30734 msgstr ""
30735
30736 # type: =head2
30737 #. type: =head2
30738 #: ../fish/guestfish-actions.pod:4330
30739 msgid "sfdisk-N"
30740 msgstr ""
30741
30742 # type: verbatim
30743 #. type: verbatim
30744 #: ../fish/guestfish-actions.pod:4332
30745 #, no-wrap
30746 msgid ""
30747 " sfdisk-N device partnum cyls heads sectors line\n"
30748 "\n"
30749 msgstr ""
30750
30751 # type: textblock
30752 #. type: textblock
30753 #: ../fish/guestfish-actions.pod:4337
30754 msgid ""
30755 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
30756 "cyls/heads/sectors parameters."
30757 msgstr ""
30758
30759 # type: textblock
30760 #. type: textblock
30761 #: ../fish/guestfish-actions.pod:4340
30762 msgid "See also: L</part-add>"
30763 msgstr ""
30764
30765 # type: =head2
30766 #. type: =head2
30767 #: ../fish/guestfish-actions.pod:4352
30768 msgid "sfdisk-disk-geometry"
30769 msgstr ""
30770
30771 # type: verbatim
30772 #. type: verbatim
30773 #: ../fish/guestfish-actions.pod:4354
30774 #, no-wrap
30775 msgid ""
30776 " sfdisk-disk-geometry device\n"
30777 "\n"
30778 msgstr ""
30779
30780 # type: textblock
30781 #. type: textblock
30782 #: ../fish/guestfish-actions.pod:4356
30783 msgid ""
30784 "This displays the disk geometry of C<device> read from the partition table.  "
30785 "Especially in the case where the underlying block device has been resized, "
30786 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
30787 "kernel-geometry>)."
30788 msgstr ""
30789
30790 # type: =head2
30791 #. type: =head2
30792 #: ../fish/guestfish-actions.pod:4364
30793 msgid "sfdisk-kernel-geometry"
30794 msgstr ""
30795
30796 # type: verbatim
30797 #. type: verbatim
30798 #: ../fish/guestfish-actions.pod:4366
30799 #, no-wrap
30800 msgid ""
30801 " sfdisk-kernel-geometry device\n"
30802 "\n"
30803 msgstr ""
30804
30805 # type: =head2
30806 #. type: =head2
30807 #: ../fish/guestfish-actions.pod:4373
30808 msgid "sfdisk-l"
30809 msgstr ""
30810
30811 # type: verbatim
30812 #. type: verbatim
30813 #: ../fish/guestfish-actions.pod:4375
30814 #, no-wrap
30815 msgid ""
30816 " sfdisk-l device\n"
30817 "\n"
30818 msgstr ""
30819
30820 # type: textblock
30821 #. type: textblock
30822 #: ../fish/guestfish-actions.pod:4381
30823 msgid "See also: L</part-list>"
30824 msgstr ""
30825
30826 # type: =head2
30827 #. type: =head2
30828 #: ../fish/guestfish-actions.pod:4390
30829 msgid "sh"
30830 msgstr ""
30831
30832 # type: verbatim
30833 #. type: verbatim
30834 #: ../fish/guestfish-actions.pod:4392
30835 #, no-wrap
30836 msgid ""
30837 " sh command\n"
30838 "\n"
30839 msgstr ""
30840
30841 # type: textblock
30842 #. type: textblock
30843 #: ../fish/guestfish-actions.pod:4397
30844 msgid "This is like L</command>, but passes the command to:"
30845 msgstr ""
30846
30847 # type: textblock
30848 #. type: textblock
30849 #: ../fish/guestfish-actions.pod:4405
30850 msgid "All the provisos about L</command> apply to this call."
30851 msgstr ""
30852
30853 # type: =head2
30854 #. type: =head2
30855 #: ../fish/guestfish-actions.pod:4407
30856 msgid "sh-lines"
30857 msgstr ""
30858
30859 # type: verbatim
30860 #. type: verbatim
30861 #: ../fish/guestfish-actions.pod:4409
30862 #, no-wrap
30863 msgid ""
30864 " sh-lines command\n"
30865 "\n"
30866 msgstr ""
30867
30868 # type: textblock
30869 #. type: textblock
30870 #: ../fish/guestfish-actions.pod:4411
30871 msgid "This is the same as L</sh>, but splits the result into a list of lines."
30872 msgstr ""
30873
30874 # type: textblock
30875 #. type: textblock
30876 #: ../fish/guestfish-actions.pod:4414
30877 msgid "See also: L</command-lines>"
30878 msgstr ""
30879
30880 # type: =head2
30881 #. type: =head2
30882 #: ../fish/guestfish-actions.pod:4416
30883 msgid "sleep"
30884 msgstr ""
30885
30886 # type: verbatim
30887 #. type: verbatim
30888 #: ../fish/guestfish-actions.pod:4418
30889 #, no-wrap
30890 msgid ""
30891 " sleep secs\n"
30892 "\n"
30893 msgstr ""
30894
30895 # type: =head2
30896 #. type: =head2
30897 #: ../fish/guestfish-actions.pod:4422
30898 msgid "stat"
30899 msgstr ""
30900
30901 # type: verbatim
30902 #. type: verbatim
30903 #: ../fish/guestfish-actions.pod:4424
30904 #, no-wrap
30905 msgid ""
30906 " stat path\n"
30907 "\n"
30908 msgstr ""
30909
30910 # type: =head2
30911 #. type: =head2
30912 #: ../fish/guestfish-actions.pod:4430
30913 msgid "statvfs"
30914 msgstr ""
30915
30916 # type: verbatim
30917 #. type: verbatim
30918 #: ../fish/guestfish-actions.pod:4432
30919 #, no-wrap
30920 msgid ""
30921 " statvfs path\n"
30922 "\n"
30923 msgstr ""
30924
30925 # type: =head2
30926 #. type: =head2
30927 #: ../fish/guestfish-actions.pod:4440
30928 msgid "strings"
30929 msgstr ""
30930
30931 # type: verbatim
30932 #. type: verbatim
30933 #: ../fish/guestfish-actions.pod:4442
30934 #, no-wrap
30935 msgid ""
30936 " strings path\n"
30937 "\n"
30938 msgstr ""
30939
30940 # type: =head2
30941 #. type: =head2
30942 #: ../fish/guestfish-actions.pod:4450
30943 msgid "strings-e"
30944 msgstr ""
30945
30946 # type: verbatim
30947 #. type: verbatim
30948 #: ../fish/guestfish-actions.pod:4452
30949 #, no-wrap
30950 msgid ""
30951 " strings-e encoding path\n"
30952 "\n"
30953 msgstr ""
30954
30955 # type: textblock
30956 #. type: textblock
30957 #: ../fish/guestfish-actions.pod:4454
30958 msgid ""
30959 "This is like the L</strings> command, but allows you to specify the encoding "
30960 "of strings that are looked for in the source file C<path>."
30961 msgstr ""
30962
30963 # type: textblock
30964 #. type: textblock
30965 #: ../fish/guestfish-actions.pod:4464
30966 msgid ""
30967 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30968 "ISO-8859-X (this is what L</strings> uses)."
30969 msgstr ""
30970
30971 # type: =head2
30972 #. type: =head2
30973 #: ../fish/guestfish-actions.pod:4496
30974 msgid "swapoff-device"
30975 msgstr ""
30976
30977 # type: verbatim
30978 #. type: verbatim
30979 #: ../fish/guestfish-actions.pod:4498
30980 #, no-wrap
30981 msgid ""
30982 " swapoff-device device\n"
30983 "\n"
30984 msgstr ""
30985
30986 # type: textblock
30987 #. type: textblock
30988 #: ../fish/guestfish-actions.pod:4500
30989 msgid ""
30990 "This command disables the libguestfs appliance swap device or partition "
30991 "named C<device>.  See L</swapon-device>."
30992 msgstr ""
30993
30994 # type: =head2
30995 #. type: =head2
30996 #: ../fish/guestfish-actions.pod:4504
30997 msgid "swapoff-file"
30998 msgstr ""
30999
31000 # type: verbatim
31001 #. type: verbatim
31002 #: ../fish/guestfish-actions.pod:4506
31003 #, no-wrap
31004 msgid ""
31005 " swapoff-file file\n"
31006 "\n"
31007 msgstr ""
31008
31009 # type: =head2
31010 #. type: =head2
31011 #: ../fish/guestfish-actions.pod:4510
31012 msgid "swapoff-label"
31013 msgstr ""
31014
31015 # type: verbatim
31016 #. type: verbatim
31017 #: ../fish/guestfish-actions.pod:4512
31018 #, no-wrap
31019 msgid ""
31020 " swapoff-label label\n"
31021 "\n"
31022 msgstr ""
31023
31024 # type: =head2
31025 #. type: =head2
31026 #: ../fish/guestfish-actions.pod:4517
31027 msgid "swapoff-uuid"
31028 msgstr ""
31029
31030 # type: verbatim
31031 #. type: verbatim
31032 #: ../fish/guestfish-actions.pod:4519
31033 #, no-wrap
31034 msgid ""
31035 " swapoff-uuid uuid\n"
31036 "\n"
31037 msgstr ""
31038
31039 # type: =head2
31040 #. type: =head2
31041 #: ../fish/guestfish-actions.pod:4524
31042 msgid "swapon-device"
31043 msgstr ""
31044
31045 # type: verbatim
31046 #. type: verbatim
31047 #: ../fish/guestfish-actions.pod:4526
31048 #, no-wrap
31049 msgid ""
31050 " swapon-device device\n"
31051 "\n"
31052 msgstr ""
31053
31054 # type: textblock
31055 #. type: textblock
31056 #: ../fish/guestfish-actions.pod:4528
31057 msgid ""
31058 "This command enables the libguestfs appliance to use the swap device or "
31059 "partition named C<device>.  The increased memory is made available for all "
31060 "commands, for example those run using L</command> or L</sh>."
31061 msgstr ""
31062
31063 # type: =head2
31064 #. type: =head2
31065 #: ../fish/guestfish-actions.pod:4540
31066 msgid "swapon-file"
31067 msgstr ""
31068
31069 # type: verbatim
31070 #. type: verbatim
31071 #: ../fish/guestfish-actions.pod:4542
31072 #, no-wrap
31073 msgid ""
31074 " swapon-file file\n"
31075 "\n"
31076 msgstr ""
31077
31078 # type: textblock
31079 #. type: textblock
31080 #: ../fish/guestfish-actions.pod:4544
31081 msgid ""
31082 "This command enables swap to a file.  See L</swapon-device> for other notes."
31083 msgstr ""
31084
31085 # type: =head2
31086 #. type: =head2
31087 #: ../fish/guestfish-actions.pod:4547
31088 msgid "swapon-label"
31089 msgstr ""
31090
31091 # type: verbatim
31092 #. type: verbatim
31093 #: ../fish/guestfish-actions.pod:4549
31094 #, no-wrap
31095 msgid ""
31096 " swapon-label label\n"
31097 "\n"
31098 msgstr ""
31099
31100 # type: textblock
31101 #. type: textblock
31102 #: ../fish/guestfish-actions.pod:4551
31103 msgid ""
31104 "This command enables swap to a labeled swap partition.  See L</swapon-"
31105 "device> for other notes."
31106 msgstr ""
31107
31108 # type: =head2
31109 #. type: =head2
31110 #: ../fish/guestfish-actions.pod:4554
31111 msgid "swapon-uuid"
31112 msgstr ""
31113
31114 # type: verbatim
31115 #. type: verbatim
31116 #: ../fish/guestfish-actions.pod:4556
31117 #, no-wrap
31118 msgid ""
31119 " swapon-uuid uuid\n"
31120 "\n"
31121 msgstr ""
31122
31123 # type: textblock
31124 #. type: textblock
31125 #: ../fish/guestfish-actions.pod:4558
31126 msgid ""
31127 "This command enables swap to a swap partition with the given UUID.  See L</"
31128 "swapon-device> for other notes."
31129 msgstr ""
31130
31131 # type: =head2
31132 #. type: =head2
31133 #: ../fish/guestfish-actions.pod:4561
31134 msgid "sync"
31135 msgstr ""
31136
31137 # type: verbatim
31138 #. type: verbatim
31139 #: ../fish/guestfish-actions.pod:4563
31140 #, no-wrap
31141 msgid ""
31142 " sync\n"
31143 "\n"
31144 msgstr ""
31145
31146 # type: =head2
31147 #. type: =head2
31148 #: ../fish/guestfish-actions.pod:4571
31149 msgid "tail"
31150 msgstr ""
31151
31152 # type: verbatim
31153 #. type: verbatim
31154 #: ../fish/guestfish-actions.pod:4573
31155 #, no-wrap
31156 msgid ""
31157 " tail path\n"
31158 "\n"
31159 msgstr ""
31160
31161 # type: =head2
31162 #. type: =head2
31163 #: ../fish/guestfish-actions.pod:4581
31164 msgid "tail-n"
31165 msgstr ""
31166
31167 # type: verbatim
31168 #. type: verbatim
31169 #: ../fish/guestfish-actions.pod:4583
31170 #, no-wrap
31171 msgid ""
31172 " tail-n nrlines path\n"
31173 "\n"
31174 msgstr ""
31175
31176 # type: =head2
31177 #. type: =head2
31178 #: ../fish/guestfish-actions.pod:4596
31179 msgid "tar-in"
31180 msgstr ""
31181
31182 # type: verbatim
31183 #. type: verbatim
31184 #: ../fish/guestfish-actions.pod:4598
31185 #, no-wrap
31186 msgid ""
31187 " tar-in (tarfile|-) directory\n"
31188 "\n"
31189 msgstr ""
31190
31191 # type: textblock
31192 #. type: textblock
31193 #: ../fish/guestfish-actions.pod:4603
31194 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
31195 msgstr ""
31196
31197 # type: =head2
31198 #. type: =head2
31199 #: ../fish/guestfish-actions.pod:4608
31200 msgid "tar-out"
31201 msgstr ""
31202
31203 # type: verbatim
31204 #. type: verbatim
31205 #: ../fish/guestfish-actions.pod:4610
31206 #, no-wrap
31207 msgid ""
31208 " tar-out directory (tarfile|-)\n"
31209 "\n"
31210 msgstr ""
31211
31212 # type: textblock
31213 #. type: textblock
31214 #: ../fish/guestfish-actions.pod:4615
31215 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
31216 msgstr ""
31217
31218 # type: =head2
31219 #. type: =head2
31220 #: ../fish/guestfish-actions.pod:4620
31221 msgid "tgz-in"
31222 msgstr ""
31223
31224 # type: verbatim
31225 #. type: verbatim
31226 #: ../fish/guestfish-actions.pod:4622
31227 #, no-wrap
31228 msgid ""
31229 " tgz-in (tarball|-) directory\n"
31230 "\n"
31231 msgstr ""
31232
31233 # type: textblock
31234 #. type: textblock
31235 #: ../fish/guestfish-actions.pod:4627
31236 msgid "To upload an uncompressed tarball, use L</tar-in>."
31237 msgstr ""
31238
31239 # type: =head2
31240 #. type: =head2
31241 #: ../fish/guestfish-actions.pod:4631
31242 msgid "tgz-out"
31243 msgstr ""
31244
31245 # type: verbatim
31246 #. type: verbatim
31247 #: ../fish/guestfish-actions.pod:4633
31248 #, no-wrap
31249 msgid ""
31250 " tgz-out directory (tarball|-)\n"
31251 "\n"
31252 msgstr ""
31253
31254 # type: textblock
31255 #. type: textblock
31256 #: ../fish/guestfish-actions.pod:4638
31257 msgid "To download an uncompressed tarball, use L</tar-out>."
31258 msgstr ""
31259
31260 # type: =head2
31261 #. type: =head2
31262 #: ../fish/guestfish-actions.pod:4642
31263 msgid "touch"
31264 msgstr ""
31265
31266 # type: verbatim
31267 #. type: verbatim
31268 #: ../fish/guestfish-actions.pod:4644
31269 #, no-wrap
31270 msgid ""
31271 " touch path\n"
31272 "\n"
31273 msgstr ""
31274
31275 # type: =head2
31276 #. type: =head2
31277 #: ../fish/guestfish-actions.pod:4653
31278 msgid "truncate"
31279 msgstr ""
31280
31281 # type: verbatim
31282 #. type: verbatim
31283 #: ../fish/guestfish-actions.pod:4655
31284 #, no-wrap
31285 msgid ""
31286 " truncate path\n"
31287 "\n"
31288 msgstr ""
31289
31290 # type: =head2
31291 #. type: =head2
31292 #: ../fish/guestfish-actions.pod:4660
31293 msgid "truncate-size"
31294 msgstr ""
31295
31296 # type: verbatim
31297 #. type: verbatim
31298 #: ../fish/guestfish-actions.pod:4662
31299 #, no-wrap
31300 msgid ""
31301 " truncate-size path size\n"
31302 "\n"
31303 msgstr ""
31304
31305 # type: textblock
31306 #. type: textblock
31307 #: ../fish/guestfish-actions.pod:4667
31308 msgid ""
31309 "If the current file size is less than C<size> then the file is extended to "
31310 "the required size with zero bytes.  This creates a sparse file (ie. disk "
31311 "blocks are not allocated for the file until you write to it).  To create a "
31312 "non-sparse file of zeroes, use L</fallocate64> instead."
31313 msgstr ""
31314
31315 # type: =head2
31316 #. type: =head2
31317 #: ../fish/guestfish-actions.pod:4673
31318 msgid "tune2fs-l"
31319 msgstr ""
31320
31321 # type: verbatim
31322 #. type: verbatim
31323 #: ../fish/guestfish-actions.pod:4675
31324 #, no-wrap
31325 msgid ""
31326 " tune2fs-l device\n"
31327 "\n"
31328 msgstr ""
31329
31330 # type: =head2
31331 #. type: =head2
31332 #: ../fish/guestfish-actions.pod:4685
31333 msgid "txz-in"
31334 msgstr ""
31335
31336 # type: verbatim
31337 #. type: verbatim
31338 #: ../fish/guestfish-actions.pod:4687
31339 #, no-wrap
31340 msgid ""
31341 " txz-in (tarball|-) directory\n"
31342 "\n"
31343 msgstr ""
31344
31345 # type: =head2
31346 #. type: =head2
31347 #: ../fish/guestfish-actions.pod:4694
31348 msgid "txz-out"
31349 msgstr ""
31350
31351 # type: verbatim
31352 #. type: verbatim
31353 #: ../fish/guestfish-actions.pod:4696
31354 #, no-wrap
31355 msgid ""
31356 " txz-out directory (tarball|-)\n"
31357 "\n"
31358 msgstr ""
31359
31360 # type: =head2
31361 #. type: =head2
31362 #: ../fish/guestfish-actions.pod:4703
31363 msgid "umask"
31364 msgstr ""
31365
31366 # type: verbatim
31367 #. type: verbatim
31368 #: ../fish/guestfish-actions.pod:4705
31369 #, no-wrap
31370 msgid ""
31371 " umask mask\n"
31372 "\n"
31373 msgstr ""
31374
31375 # type: textblock
31376 #. type: textblock
31377 #: ../fish/guestfish-actions.pod:4719
31378 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
31379 msgstr ""
31380
31381 # type: =head2
31382 #. type: =head2
31383 #: ../fish/guestfish-actions.pod:4724
31384 msgid "umount"
31385 msgstr ""
31386
31387 # type: =head2
31388 #. type: =head2
31389 #: ../fish/guestfish-actions.pod:4726
31390 msgid "unmount"
31391 msgstr ""
31392
31393 # type: verbatim
31394 #. type: verbatim
31395 #: ../fish/guestfish-actions.pod:4728
31396 #, no-wrap
31397 msgid ""
31398 " umount pathordevice\n"
31399 "\n"
31400 msgstr ""
31401
31402 # type: =head2
31403 #. type: =head2
31404 #: ../fish/guestfish-actions.pod:4734
31405 msgid "umount-all"
31406 msgstr ""
31407
31408 # type: =head2
31409 #. type: =head2
31410 #: ../fish/guestfish-actions.pod:4736
31411 msgid "unmount-all"
31412 msgstr ""
31413
31414 # type: verbatim
31415 #. type: verbatim
31416 #: ../fish/guestfish-actions.pod:4738
31417 #, no-wrap
31418 msgid ""
31419 " umount-all\n"
31420 "\n"
31421 msgstr ""
31422
31423 # type: =head2
31424 #. type: =head2
31425 #: ../fish/guestfish-actions.pod:4744
31426 msgid "upload"
31427 msgstr ""
31428
31429 # type: verbatim
31430 #. type: verbatim
31431 #: ../fish/guestfish-actions.pod:4746
31432 #, no-wrap
31433 msgid ""
31434 " upload (filename|-) remotefilename\n"
31435 "\n"
31436 msgstr ""
31437
31438 # type: textblock
31439 #. type: textblock
31440 #: ../fish/guestfish-actions.pod:4753
31441 msgid "See also L</download>."
31442 msgstr ""
31443
31444 # type: =head2
31445 #. type: =head2
31446 #: ../fish/guestfish-actions.pod:4757
31447 msgid "upload-offset"
31448 msgstr ""
31449
31450 # type: verbatim
31451 #. type: verbatim
31452 #: ../fish/guestfish-actions.pod:4759
31453 #, no-wrap
31454 msgid ""
31455 " upload-offset (filename|-) remotefilename offset\n"
31456 "\n"
31457 msgstr ""
31458
31459 # type: textblock
31460 #. type: textblock
31461 #: ../fish/guestfish-actions.pod:4771
31462 msgid ""
31463 "Note that there is no limit on the amount of data that can be uploaded with "
31464 "this call, unlike with L</pwrite>, and this call always writes the full "
31465 "amount unless an error occurs."
31466 msgstr ""
31467
31468 # type: textblock
31469 #. type: textblock
31470 #: ../fish/guestfish-actions.pod:4776
31471 msgid "See also L</upload>, L</pwrite>."
31472 msgstr ""
31473
31474 # type: =head2
31475 #. type: =head2
31476 #: ../fish/guestfish-actions.pod:4780
31477 msgid "utimens"
31478 msgstr ""
31479
31480 # type: verbatim
31481 #. type: verbatim
31482 #: ../fish/guestfish-actions.pod:4782
31483 #, no-wrap
31484 msgid ""
31485 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
31486 "\n"
31487 msgstr ""
31488
31489 # type: =head2
31490 #. type: =head2
31491 #: ../fish/guestfish-actions.pod:4801
31492 msgid "version"
31493 msgstr ""
31494
31495 # type: verbatim
31496 #. type: verbatim
31497 #: ../fish/guestfish-actions.pod:4803
31498 #, no-wrap
31499 msgid ""
31500 " version\n"
31501 "\n"
31502 msgstr ""
31503
31504 # type: textblock
31505 #. type: textblock
31506 #: ../fish/guestfish-actions.pod:4830
31507 msgid ""
31508 "I<Note:> Don't use this call to test for availability of features.  In "
31509 "enterprise distributions we backport features from later versions into "
31510 "earlier versions, making this an unreliable way to test for features.  Use "
31511 "L</available> instead."
31512 msgstr ""
31513
31514 # type: =head2
31515 #. type: =head2
31516 #: ../fish/guestfish-actions.pod:4836
31517 msgid "vfs-label"
31518 msgstr ""
31519
31520 # type: verbatim
31521 #. type: verbatim
31522 #: ../fish/guestfish-actions.pod:4838
31523 #, no-wrap
31524 msgid ""
31525 " vfs-label device\n"
31526 "\n"
31527 msgstr ""
31528
31529 # type: textblock
31530 #. type: textblock
31531 #: ../fish/guestfish-actions.pod:4845
31532 msgid "To find a filesystem from the label, use L</findfs-label>."
31533 msgstr ""
31534
31535 # type: =head2
31536 #. type: =head2
31537 #: ../fish/guestfish-actions.pod:4847
31538 msgid "vfs-type"
31539 msgstr ""
31540
31541 # type: verbatim
31542 #. type: verbatim
31543 #: ../fish/guestfish-actions.pod:4849
31544 #, no-wrap
31545 msgid ""
31546 " vfs-type device\n"
31547 "\n"
31548 msgstr ""
31549
31550 # type: =head2
31551 #. type: =head2
31552 #: ../fish/guestfish-actions.pod:4859
31553 msgid "vfs-uuid"
31554 msgstr ""
31555
31556 # type: verbatim
31557 #. type: verbatim
31558 #: ../fish/guestfish-actions.pod:4861
31559 #, no-wrap
31560 msgid ""
31561 " vfs-uuid device\n"
31562 "\n"
31563 msgstr ""
31564
31565 # type: textblock
31566 #. type: textblock
31567 #: ../fish/guestfish-actions.pod:4868
31568 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
31569 msgstr ""
31570
31571 # type: =head2
31572 #. type: =head2
31573 #: ../fish/guestfish-actions.pod:4870
31574 msgid "vg-activate"
31575 msgstr ""
31576
31577 # type: verbatim
31578 #. type: verbatim
31579 #: ../fish/guestfish-actions.pod:4872
31580 #, no-wrap
31581 msgid ""
31582 " vg-activate true|false 'volgroups ...'\n"
31583 "\n"
31584 msgstr ""
31585
31586 # type: =head2
31587 #. type: =head2
31588 #: ../fish/guestfish-actions.pod:4882
31589 msgid "vg-activate-all"
31590 msgstr ""
31591
31592 # type: verbatim
31593 #. type: verbatim
31594 #: ../fish/guestfish-actions.pod:4884
31595 #, no-wrap
31596 msgid ""
31597 " vg-activate-all true|false\n"
31598 "\n"
31599 msgstr ""
31600
31601 # type: =head2
31602 #. type: =head2
31603 #: ../fish/guestfish-actions.pod:4891
31604 msgid "vgcreate"
31605 msgstr ""
31606
31607 # type: verbatim
31608 #. type: verbatim
31609 #: ../fish/guestfish-actions.pod:4893
31610 #, no-wrap
31611 msgid ""
31612 " vgcreate volgroup 'physvols ...'\n"
31613 "\n"
31614 msgstr ""
31615
31616 # type: =head2
31617 #. type: =head2
31618 #: ../fish/guestfish-actions.pod:4898
31619 msgid "vglvuuids"
31620 msgstr ""
31621
31622 # type: verbatim
31623 #. type: verbatim
31624 #: ../fish/guestfish-actions.pod:4900
31625 #, no-wrap
31626 msgid ""
31627 " vglvuuids vgname\n"
31628 "\n"
31629 msgstr ""
31630
31631 # type: textblock
31632 #. type: textblock
31633 #: ../fish/guestfish-actions.pod:4905
31634 msgid ""
31635 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
31636 "logical volumes and volume groups."
31637 msgstr ""
31638
31639 # type: textblock
31640 #. type: textblock
31641 #: ../fish/guestfish-actions.pod:4908
31642 msgid "See also L</vgpvuuids>."
31643 msgstr ""
31644
31645 # type: =head2
31646 #. type: =head2
31647 #: ../fish/guestfish-actions.pod:4910
31648 msgid "vgpvuuids"
31649 msgstr ""
31650
31651 # type: verbatim
31652 #. type: verbatim
31653 #: ../fish/guestfish-actions.pod:4912
31654 #, no-wrap
31655 msgid ""
31656 " vgpvuuids vgname\n"
31657 "\n"
31658 msgstr ""
31659
31660 # type: textblock
31661 #. type: textblock
31662 #: ../fish/guestfish-actions.pod:4917
31663 msgid ""
31664 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
31665 "physical volumes and volume groups."
31666 msgstr ""
31667
31668 # type: textblock
31669 #. type: textblock
31670 #: ../fish/guestfish-actions.pod:4920
31671 msgid "See also L</vglvuuids>."
31672 msgstr ""
31673
31674 # type: =head2
31675 #. type: =head2
31676 #: ../fish/guestfish-actions.pod:4922
31677 msgid "vgremove"
31678 msgstr ""
31679
31680 # type: verbatim
31681 #. type: verbatim
31682 #: ../fish/guestfish-actions.pod:4924
31683 #, no-wrap
31684 msgid ""
31685 " vgremove vgname\n"
31686 "\n"
31687 msgstr ""
31688
31689 # type: =head2
31690 #. type: =head2
31691 #: ../fish/guestfish-actions.pod:4931
31692 msgid "vgrename"
31693 msgstr ""
31694
31695 # type: verbatim
31696 #. type: verbatim
31697 #: ../fish/guestfish-actions.pod:4933
31698 #, no-wrap
31699 msgid ""
31700 " vgrename volgroup newvolgroup\n"
31701 "\n"
31702 msgstr ""
31703
31704 # type: =head2
31705 #. type: =head2
31706 #: ../fish/guestfish-actions.pod:4937
31707 msgid "vgs"
31708 msgstr ""
31709
31710 # type: verbatim
31711 #. type: verbatim
31712 #: ../fish/guestfish-actions.pod:4939
31713 #, no-wrap
31714 msgid ""
31715 " vgs\n"
31716 "\n"
31717 msgstr ""
31718
31719 # type: textblock
31720 #. type: textblock
31721 #: ../fish/guestfish-actions.pod:4947
31722 msgid "See also L</vgs-full>."
31723 msgstr ""
31724
31725 # type: =head2
31726 #. type: =head2
31727 #: ../fish/guestfish-actions.pod:4949
31728 msgid "vgs-full"
31729 msgstr ""
31730
31731 # type: verbatim
31732 #. type: verbatim
31733 #: ../fish/guestfish-actions.pod:4951
31734 #, no-wrap
31735 msgid ""
31736 " vgs-full\n"
31737 "\n"
31738 msgstr ""
31739
31740 # type: =head2
31741 #. type: =head2
31742 #: ../fish/guestfish-actions.pod:4956
31743 msgid "vgscan"
31744 msgstr ""
31745
31746 # type: verbatim
31747 #. type: verbatim
31748 #: ../fish/guestfish-actions.pod:4958
31749 #, no-wrap
31750 msgid ""
31751 " vgscan\n"
31752 "\n"
31753 msgstr ""
31754
31755 # type: =head2
31756 #. type: =head2
31757 #: ../fish/guestfish-actions.pod:4963
31758 msgid "vguuid"
31759 msgstr ""
31760
31761 # type: verbatim
31762 #. type: verbatim
31763 #: ../fish/guestfish-actions.pod:4965
31764 #, no-wrap
31765 msgid ""
31766 " vguuid vgname\n"
31767 "\n"
31768 msgstr ""
31769
31770 # type: =head2
31771 #. type: =head2
31772 #: ../fish/guestfish-actions.pod:4969
31773 msgid "wc-c"
31774 msgstr ""
31775
31776 # type: verbatim
31777 #. type: verbatim
31778 #: ../fish/guestfish-actions.pod:4971
31779 #, no-wrap
31780 msgid ""
31781 " wc-c path\n"
31782 "\n"
31783 msgstr ""
31784
31785 # type: =head2
31786 #. type: =head2
31787 #: ../fish/guestfish-actions.pod:4976
31788 msgid "wc-l"
31789 msgstr ""
31790
31791 # type: verbatim
31792 #. type: verbatim
31793 #: ../fish/guestfish-actions.pod:4978
31794 #, no-wrap
31795 msgid ""
31796 " wc-l path\n"
31797 "\n"
31798 msgstr ""
31799
31800 # type: =head2
31801 #. type: =head2
31802 #: ../fish/guestfish-actions.pod:4983
31803 msgid "wc-w"
31804 msgstr ""
31805
31806 # type: verbatim
31807 #. type: verbatim
31808 #: ../fish/guestfish-actions.pod:4985
31809 #, no-wrap
31810 msgid ""
31811 " wc-w path\n"
31812 "\n"
31813 msgstr ""
31814
31815 # type: =head2
31816 #. type: =head2
31817 #: ../fish/guestfish-actions.pod:4990
31818 msgid "write"
31819 msgstr ""
31820
31821 # type: verbatim
31822 #. type: verbatim
31823 #: ../fish/guestfish-actions.pod:4992
31824 #, no-wrap
31825 msgid ""
31826 " write path content\n"
31827 "\n"
31828 msgstr ""
31829
31830 # type: =head2
31831 #. type: =head2
31832 #: ../fish/guestfish-actions.pod:5000
31833 msgid "write-file"
31834 msgstr ""
31835
31836 # type: verbatim
31837 #. type: verbatim
31838 #: ../fish/guestfish-actions.pod:5002
31839 #, no-wrap
31840 msgid ""
31841 " write-file path content size\n"
31842 "\n"
31843 msgstr ""
31844
31845 # type: =head2
31846 #. type: =head2
31847 #: ../fish/guestfish-actions.pod:5025
31848 msgid "zegrep"
31849 msgstr ""
31850
31851 # type: verbatim
31852 #. type: verbatim
31853 #: ../fish/guestfish-actions.pod:5027
31854 #, no-wrap
31855 msgid ""
31856 " zegrep regex path\n"
31857 "\n"
31858 msgstr ""
31859
31860 # type: =head2
31861 #. type: =head2
31862 #: ../fish/guestfish-actions.pod:5035
31863 msgid "zegrepi"
31864 msgstr ""
31865
31866 # type: verbatim
31867 #. type: verbatim
31868 #: ../fish/guestfish-actions.pod:5037
31869 #, no-wrap
31870 msgid ""
31871 " zegrepi regex path\n"
31872 "\n"
31873 msgstr ""
31874
31875 # type: =head2
31876 #. type: =head2
31877 #: ../fish/guestfish-actions.pod:5045
31878 msgid "zero"
31879 msgstr ""
31880
31881 # type: verbatim
31882 #. type: verbatim
31883 #: ../fish/guestfish-actions.pod:5047
31884 #, no-wrap
31885 msgid ""
31886 " zero device\n"
31887 "\n"
31888 msgstr ""
31889
31890 #. type: textblock
31891 #: ../fish/guestfish-actions.pod:5055
31892 msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
31893 msgstr ""
31894
31895 # type: =head2
31896 #. type: =head2
31897 #: ../fish/guestfish-actions.pod:5058
31898 msgid "zero-device"
31899 msgstr ""
31900
31901 # type: verbatim
31902 #. type: verbatim
31903 #: ../fish/guestfish-actions.pod:5060
31904 #, no-wrap
31905 msgid ""
31906 " zero-device device\n"
31907 "\n"
31908 msgstr ""
31909
31910 # type: textblock
31911 #. type: textblock
31912 #: ../fish/guestfish-actions.pod:5062
31913 msgid ""
31914 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
31915 "which just zeroes the first few blocks of a device."
31916 msgstr ""
31917
31918 # type: =head2
31919 #. type: =head2
31920 #: ../fish/guestfish-actions.pod:5069
31921 msgid "zerofree"
31922 msgstr ""
31923
31924 # type: verbatim
31925 #. type: verbatim
31926 #: ../fish/guestfish-actions.pod:5071
31927 #, no-wrap
31928 msgid ""
31929 " zerofree device\n"
31930 "\n"
31931 msgstr ""
31932
31933 # type: =head2
31934 #. type: =head2
31935 #: ../fish/guestfish-actions.pod:5084
31936 msgid "zfgrep"
31937 msgstr ""
31938
31939 # type: verbatim
31940 #. type: verbatim
31941 #: ../fish/guestfish-actions.pod:5086
31942 #, no-wrap
31943 msgid ""
31944 " zfgrep pattern path\n"
31945 "\n"
31946 msgstr ""
31947
31948 # type: =head2
31949 #. type: =head2
31950 #: ../fish/guestfish-actions.pod:5094
31951 msgid "zfgrepi"
31952 msgstr ""
31953
31954 # type: verbatim
31955 #. type: verbatim
31956 #: ../fish/guestfish-actions.pod:5096
31957 #, no-wrap
31958 msgid ""
31959 " zfgrepi pattern path\n"
31960 "\n"
31961 msgstr ""
31962
31963 # type: =head2
31964 #. type: =head2
31965 #: ../fish/guestfish-actions.pod:5104
31966 msgid "zfile"
31967 msgstr ""
31968
31969 # type: verbatim
31970 #. type: verbatim
31971 #: ../fish/guestfish-actions.pod:5106
31972 #, no-wrap
31973 msgid ""
31974 " zfile meth path\n"
31975 "\n"
31976 msgstr ""
31977
31978 # type: textblock
31979 #. type: textblock
31980 #: ../fish/guestfish-actions.pod:5113
31981 msgid ""
31982 "Since 1.0.63, use L</file> instead which can now process compressed files."
31983 msgstr ""
31984
31985 # type: =head2
31986 #. type: =head2
31987 #: ../fish/guestfish-actions.pod:5123
31988 msgid "zgrep"
31989 msgstr ""
31990
31991 # type: verbatim
31992 #. type: verbatim
31993 #: ../fish/guestfish-actions.pod:5125
31994 #, no-wrap
31995 msgid ""
31996 " zgrep regex path\n"
31997 "\n"
31998 msgstr ""
31999
32000 # type: =head2
32001 #. type: =head2
32002 #: ../fish/guestfish-actions.pod:5133
32003 msgid "zgrepi"
32004 msgstr ""
32005
32006 # type: verbatim
32007 #. type: verbatim
32008 #: ../fish/guestfish-actions.pod:5135
32009 #, no-wrap
32010 msgid ""
32011 " zgrepi regex path\n"
32012 "\n"
32013 msgstr ""
32014
32015 # type: =head2
32016 #. type: =head2
32017 #: ../fish/guestfish-commands.pod:1
32018 msgid "alloc"
32019 msgstr ""
32020
32021 # type: =head2
32022 #. type: =head2
32023 #: ../fish/guestfish-commands.pod:3
32024 msgid "allocate"
32025 msgstr ""
32026
32027 # type: verbatim
32028 #. type: verbatim
32029 #: ../fish/guestfish-commands.pod:5
32030 #, no-wrap
32031 msgid ""
32032 " alloc filename size\n"
32033 "\n"
32034 msgstr ""
32035
32036 # type: textblock
32037 #. type: textblock
32038 #: ../fish/guestfish-commands.pod:7
32039 msgid ""
32040 "This creates an empty (zeroed) file of the given size, and then adds so it "
32041 "can be further examined."
32042 msgstr ""
32043
32044 # type: textblock
32045 #. type: textblock
32046 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:182
32047 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
32048 msgstr ""
32049
32050 # type: textblock
32051 #. type: textblock
32052 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:184
32053 msgid "Size can be specified using standard suffixes, eg. C<1M>."
32054 msgstr ""
32055
32056 # type: textblock
32057 #. type: textblock
32058 #: ../fish/guestfish-commands.pod:14
32059 msgid ""
32060 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
32061 "image, see L</PREPARED DISK IMAGES>."
32062 msgstr ""
32063
32064 # type: =head2
32065 #. type: =head2
32066 #: ../fish/guestfish-commands.pod:17
32067 msgid "copy-in"
32068 msgstr ""
32069
32070 # type: verbatim
32071 #. type: verbatim
32072 #: ../fish/guestfish-commands.pod:19
32073 #, no-wrap
32074 msgid ""
32075 " copy-in local [local ...] /remotedir\n"
32076 "\n"
32077 msgstr ""
32078
32079 # type: textblock
32080 #. type: textblock
32081 #: ../fish/guestfish-commands.pod:21
32082 msgid ""
32083 "C<copy-in> copies local files or directories recursively into the disk "
32084 "image, placing them in the directory called C</remotedir> (which must "
32085 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
32086 "other commands as necessary."
32087 msgstr ""
32088
32089 # type: textblock
32090 #. type: textblock
32091 #: ../fish/guestfish-commands.pod:26
32092 msgid ""
32093 "Multiple local files and directories can be specified, but the last "
32094 "parameter must always be a remote directory.  Wildcards cannot be used."
32095 msgstr ""
32096
32097 # type: =head2
32098 #. type: =head2
32099 #: ../fish/guestfish-commands.pod:30
32100 msgid "copy-out"
32101 msgstr ""
32102
32103 # type: verbatim
32104 #. type: verbatim
32105 #: ../fish/guestfish-commands.pod:32
32106 #, no-wrap
32107 msgid ""
32108 " copy-out remote [remote ...] localdir\n"
32109 "\n"
32110 msgstr ""
32111
32112 # type: textblock
32113 #. type: textblock
32114 #: ../fish/guestfish-commands.pod:34
32115 msgid ""
32116 "C<copy-out> copies remote files or directories recursively out of the disk "
32117 "image, placing them on the host disk in a local directory called C<localdir> "
32118 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
32119 "download>, L</tar-out> and other commands as necessary."
32120 msgstr ""
32121
32122 # type: textblock
32123 #. type: textblock
32124 #: ../fish/guestfish-commands.pod:40
32125 msgid ""
32126 "Multiple remote files and directories can be specified, but the last "
32127 "parameter must always be a local directory.  To download to the current "
32128 "directory, use C<.> as in:"
32129 msgstr ""
32130
32131 # type: verbatim
32132 #. type: verbatim
32133 #: ../fish/guestfish-commands.pod:44
32134 #, no-wrap
32135 msgid ""
32136 " copy-out /home .\n"
32137 "\n"
32138 msgstr ""
32139
32140 # type: textblock
32141 #. type: textblock
32142 #: ../fish/guestfish-commands.pod:46
32143 msgid ""
32144 "Wildcards cannot be used in the ordinary command, but you can use them with "
32145 "the help of L</glob> like this:"
32146 msgstr ""
32147
32148 # type: verbatim
32149 #. type: verbatim
32150 #: ../fish/guestfish-commands.pod:49
32151 #, no-wrap
32152 msgid ""
32153 " glob copy-out /home/* .\n"
32154 "\n"
32155 msgstr ""
32156
32157 #. type: =head2
32158 #: ../fish/guestfish-commands.pod:51
32159 msgid "display"
32160 msgstr ""
32161
32162 #. type: verbatim
32163 #: ../fish/guestfish-commands.pod:53
32164 #, no-wrap
32165 msgid ""
32166 " display filename\n"
32167 "\n"
32168 msgstr ""
32169
32170 #. type: textblock
32171 #: ../fish/guestfish-commands.pod:55
32172 msgid ""
32173 "Use C<display> (a graphical display program) to display an image file.  It "
32174 "downloads the file, and runs C<display> on it."
32175 msgstr ""
32176
32177 #. type: textblock
32178 #: ../fish/guestfish-commands.pod:58
32179 msgid ""
32180 "To use an alternative program, set the C<GUESTFISH_DISPLAY_IMAGE> "
32181 "environment variable.  For example to use the GNOME display program:"
32182 msgstr ""
32183
32184 #. type: verbatim
32185 #: ../fish/guestfish-commands.pod:61
32186 #, no-wrap
32187 msgid ""
32188 " export GUESTFISH_DISPLAY_IMAGE=eog\n"
32189 "\n"
32190 msgstr ""
32191
32192 #. type: textblock
32193 #: ../fish/guestfish-commands.pod:63
32194 msgid "See also L<display(1)>."
32195 msgstr ""
32196
32197 # type: =head2
32198 #. type: =head2
32199 #: ../fish/guestfish-commands.pod:65
32200 msgid "echo"
32201 msgstr ""
32202
32203 # type: verbatim
32204 #. type: verbatim
32205 #: ../fish/guestfish-commands.pod:67
32206 #, no-wrap
32207 msgid ""
32208 " echo [params ...]\n"
32209 "\n"
32210 msgstr ""
32211
32212 # type: textblock
32213 #. type: textblock
32214 #: ../fish/guestfish-commands.pod:69
32215 msgid "This echos the parameters to the terminal."
32216 msgstr ""
32217
32218 # type: =head2
32219 #. type: =head2
32220 #: ../fish/guestfish-commands.pod:71
32221 msgid "edit"
32222 msgstr ""
32223
32224 # type: =head2
32225 #. type: =head2
32226 #: ../fish/guestfish-commands.pod:73
32227 msgid "vi"
32228 msgstr ""
32229
32230 # type: =head2
32231 #. type: =head2
32232 #: ../fish/guestfish-commands.pod:75
32233 msgid "emacs"
32234 msgstr ""
32235
32236 # type: verbatim
32237 #. type: verbatim
32238 #: ../fish/guestfish-commands.pod:77
32239 #, no-wrap
32240 msgid ""
32241 " edit filename\n"
32242 "\n"
32243 msgstr ""
32244
32245 # type: textblock
32246 #. type: textblock
32247 #: ../fish/guestfish-commands.pod:79
32248 msgid ""
32249 "This is used to edit a file.  It downloads the file, edits it locally using "
32250 "your editor, then uploads the result."
32251 msgstr ""
32252
32253 # type: textblock
32254 #. type: textblock
32255 #: ../fish/guestfish-commands.pod:82
32256 msgid ""
32257 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
32258 "or C<emacs> you will get those corresponding editors."
32259 msgstr ""
32260
32261 # type: =head2
32262 #. type: =head2
32263 #: ../fish/guestfish-commands.pod:86
32264 msgid "glob"
32265 msgstr ""
32266
32267 # type: verbatim
32268 #. type: verbatim
32269 #: ../fish/guestfish-commands.pod:88
32270 #, no-wrap
32271 msgid ""
32272 " glob command args...\n"
32273 "\n"
32274 msgstr ""
32275
32276 # type: textblock
32277 #. type: textblock
32278 #: ../fish/guestfish-commands.pod:90
32279 msgid ""
32280 "Expand wildcards in any paths in the args list, and run C<command> "
32281 "repeatedly on each matching path."
32282 msgstr ""
32283
32284 # type: textblock
32285 #. type: textblock
32286 #: ../fish/guestfish-commands.pod:93
32287 msgid "See L</WILDCARDS AND GLOBBING>."
32288 msgstr ""
32289
32290 # type: =head2
32291 #. type: =head2
32292 #: ../fish/guestfish-commands.pod:95
32293 msgid "hexedit"
32294 msgstr ""
32295
32296 # type: verbatim
32297 #. type: verbatim
32298 #: ../fish/guestfish-commands.pod:97
32299 #, no-wrap
32300 msgid ""
32301 " hexedit <filename|device>\n"
32302 " hexedit <filename|device> <max>\n"
32303 " hexedit <filename|device> <start> <max>\n"
32304 "\n"
32305 msgstr ""
32306
32307 # type: textblock
32308 #. type: textblock
32309 #: ../fish/guestfish-commands.pod:101
32310 msgid ""
32311 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
32312 "device."
32313 msgstr ""
32314
32315 # type: textblock
32316 #. type: textblock
32317 #: ../fish/guestfish-commands.pod:104
32318 msgid ""
32319 "This command works by downloading potentially the whole file or device, "
32320 "editing it locally, then uploading it.  If the file or device is large, you "
32321 "have to specify which part you wish to edit by using C<max> and/or C<start> "
32322 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
32323 "usual modifiers allowed such as C<1M> (1 megabyte)."
32324 msgstr ""
32325
32326 # type: textblock
32327 #. type: textblock
32328 #: ../fish/guestfish-commands.pod:111
32329 msgid "For example to edit the first few sectors of a disk you might do:"
32330 msgstr ""
32331
32332 # type: verbatim
32333 #. type: verbatim
32334 #: ../fish/guestfish-commands.pod:114
32335 #, no-wrap
32336 msgid ""
32337 " hexedit /dev/sda 1M\n"
32338 "\n"
32339 msgstr ""
32340
32341 # type: textblock
32342 #. type: textblock
32343 #: ../fish/guestfish-commands.pod:116
32344 msgid ""
32345 "which would allow you to edit anywhere within the first megabyte of the disk."
32346 msgstr ""
32347
32348 # type: textblock
32349 #. type: textblock
32350 #: ../fish/guestfish-commands.pod:119
32351 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
32352 msgstr ""
32353
32354 # type: verbatim
32355 #. type: verbatim
32356 #: ../fish/guestfish-commands.pod:121
32357 #, no-wrap
32358 msgid ""
32359 " hexedit /dev/sda1 0x400 0x400\n"
32360 "\n"
32361 msgstr ""
32362
32363 # type: textblock
32364 #. type: textblock
32365 #: ../fish/guestfish-commands.pod:123
32366 msgid "(assuming the superblock is in the standard location)."
32367 msgstr ""
32368
32369 # type: textblock
32370 #. type: textblock
32371 #: ../fish/guestfish-commands.pod:125
32372 msgid ""
32373 "This command requires the external L<hexedit(1)> program.  You can specify "
32374 "another program to use by setting the C<HEXEDITOR> environment variable."
32375 msgstr ""
32376
32377 # type: textblock
32378 #. type: textblock
32379 #: ../fish/guestfish-commands.pod:129
32380 msgid "See also L</hexdump>."
32381 msgstr ""
32382
32383 # type: =head2
32384 #. type: =head2
32385 #: ../fish/guestfish-commands.pod:131
32386 msgid "lcd"
32387 msgstr ""
32388
32389 # type: verbatim
32390 #. type: verbatim
32391 #: ../fish/guestfish-commands.pod:133
32392 #, no-wrap
32393 msgid ""
32394 " lcd directory\n"
32395 "\n"
32396 msgstr ""
32397
32398 # type: textblock
32399 #. type: textblock
32400 #: ../fish/guestfish-commands.pod:135
32401 msgid ""
32402 "Change the local directory, ie. the current directory of guestfish itself."
32403 msgstr ""
32404
32405 # type: textblock
32406 #. type: textblock
32407 #: ../fish/guestfish-commands.pod:138
32408 msgid "Note that C<!cd> won't do what you might expect."
32409 msgstr ""
32410
32411 # type: =head2
32412 #. type: =head2
32413 #: ../fish/guestfish-commands.pod:140
32414 msgid "man"
32415 msgstr ""
32416
32417 # type: =head2
32418 #. type: =head2
32419 #: ../fish/guestfish-commands.pod:142
32420 msgid "manual"
32421 msgstr ""
32422
32423 # type: verbatim
32424 #. type: verbatim
32425 #: ../fish/guestfish-commands.pod:144
32426 #, no-wrap
32427 msgid ""
32428 "  man\n"
32429 "\n"
32430 msgstr ""
32431
32432 # type: textblock
32433 #. type: textblock
32434 #: ../fish/guestfish-commands.pod:146
32435 msgid "Opens the manual page for guestfish."
32436 msgstr ""
32437
32438 # type: =head2
32439 #. type: =head2
32440 #: ../fish/guestfish-commands.pod:148
32441 msgid "more"
32442 msgstr ""
32443
32444 # type: =head2
32445 #. type: =head2
32446 #: ../fish/guestfish-commands.pod:150
32447 msgid "less"
32448 msgstr ""
32449
32450 # type: verbatim
32451 #. type: verbatim
32452 #: ../fish/guestfish-commands.pod:152
32453 #, no-wrap
32454 msgid ""
32455 " more filename\n"
32456 "\n"
32457 msgstr ""
32458
32459 # type: verbatim
32460 #. type: verbatim
32461 #: ../fish/guestfish-commands.pod:154
32462 #, no-wrap
32463 msgid ""
32464 " less filename\n"
32465 "\n"
32466 msgstr ""
32467
32468 # type: textblock
32469 #. type: textblock
32470 #: ../fish/guestfish-commands.pod:156
32471 msgid "This is used to view a file."
32472 msgstr ""
32473
32474 # type: textblock
32475 #. type: textblock
32476 #: ../fish/guestfish-commands.pod:158
32477 msgid ""
32478 "The default viewer is C<$PAGER>.  However if you use the alternate command "
32479 "C<less> you will get the C<less> command specifically."
32480 msgstr ""
32481
32482 # type: =head2
32483 #. type: =head2
32484 #: ../fish/guestfish-commands.pod:161
32485 msgid "reopen"
32486 msgstr ""
32487
32488 # type: verbatim
32489 #. type: verbatim
32490 #: ../fish/guestfish-commands.pod:163
32491 #, no-wrap
32492 msgid ""
32493 "  reopen\n"
32494 "\n"
32495 msgstr ""
32496
32497 # type: textblock
32498 #. type: textblock
32499 #: ../fish/guestfish-commands.pod:165
32500 msgid ""
32501 "Close and reopen the libguestfs handle.  It is not necessary to use this "
32502 "normally, because the handle is closed properly when guestfish exits.  "
32503 "However this is occasionally useful for testing."
32504 msgstr ""
32505
32506 # type: =head2
32507 #. type: =head2
32508 #: ../fish/guestfish-commands.pod:169
32509 msgid "sparse"
32510 msgstr ""
32511
32512 # type: verbatim
32513 #. type: verbatim
32514 #: ../fish/guestfish-commands.pod:171
32515 #, no-wrap
32516 msgid ""
32517 " sparse filename size\n"
32518 "\n"
32519 msgstr ""
32520
32521 # type: textblock
32522 #. type: textblock
32523 #: ../fish/guestfish-commands.pod:173
32524 msgid ""
32525 "This creates an empty sparse file of the given size, and then adds so it can "
32526 "be further examined."
32527 msgstr ""
32528
32529 # type: textblock
32530 #. type: textblock
32531 #: ../fish/guestfish-commands.pod:176
32532 msgid ""
32533 "In all respects it works the same as the L</alloc> command, except that the "
32534 "image file is allocated sparsely, which means that disk blocks are not "
32535 "assigned to the file until they are needed.  Sparse disk files only use "
32536 "space when written to, but they are slower and there is a danger you could "
32537 "run out of real disk space during a write operation."
32538 msgstr ""
32539
32540 # type: =head2
32541 #. type: =head2
32542 #: ../fish/guestfish-commands.pod:186
32543 msgid "supported"
32544 msgstr ""
32545
32546 # type: verbatim
32547 #. type: verbatim
32548 #: ../fish/guestfish-commands.pod:188
32549 #, no-wrap
32550 msgid ""
32551 " supported\n"
32552 "\n"
32553 msgstr ""
32554
32555 # type: textblock
32556 #. type: textblock
32557 #: ../fish/guestfish-commands.pod:190
32558 msgid ""
32559 "This command returns a list of the optional groups known to the daemon, and "
32560 "indicates which ones are supported by this build of the libguestfs appliance."
32561 msgstr ""
32562
32563 # type: textblock
32564 #. type: textblock
32565 #: ../fish/guestfish-commands.pod:194
32566 msgid "See also L<guestfs(3)/AVAILABILITY>."
32567 msgstr ""
32568
32569 # type: =head2
32570 #. type: =head2
32571 #: ../fish/guestfish-commands.pod:196
32572 msgid "time"
32573 msgstr ""
32574
32575 # type: verbatim
32576 #. type: verbatim
32577 #: ../fish/guestfish-commands.pod:198
32578 #, no-wrap
32579 msgid ""
32580 " time command args...\n"
32581 "\n"
32582 msgstr ""
32583
32584 # type: textblock
32585 #. type: textblock
32586 #: ../fish/guestfish-commands.pod:200
32587 msgid ""
32588 "Run the command as usual, but print the elapsed time afterwards.  This can "
32589 "be useful for benchmarking operations."
32590 msgstr ""
32591
32592 # type: textblock
32593 #. type: textblock
32594 #: ../test-tool/libguestfs-test-tool.pod:5
32595 msgid "libguestfs-test-tool - End user tests for libguestfs"
32596 msgstr ""
32597
32598 # type: verbatim
32599 #. type: verbatim
32600 #: ../test-tool/libguestfs-test-tool.pod:9
32601 #, no-wrap
32602 msgid ""
32603 " libguestfs-test-tool [--options]\n"
32604 "\n"
32605 msgstr ""
32606
32607 # type: textblock
32608 #. type: textblock
32609 #: ../test-tool/libguestfs-test-tool.pod:13
32610 msgid ""
32611 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
32612 "and developers, to allow them to check basic libguestfs functionality is "
32613 "working.  This is needed because libguestfs occasionally breaks for reasons "
32614 "beyond our control: usually because of changes in the underlying qemu or "
32615 "kernel packages, or the host environment."
32616 msgstr ""
32617
32618 # type: textblock
32619 #. type: textblock
32620 #: ../test-tool/libguestfs-test-tool.pod:20
32621 msgid "If you suspect a problem in libguestfs, then just run:"
32622 msgstr ""
32623
32624 # type: verbatim
32625 #. type: verbatim
32626 #: ../test-tool/libguestfs-test-tool.pod:22
32627 #, no-wrap
32628 msgid ""
32629 " libguestfs-test-tool\n"
32630 "\n"
32631 msgstr ""
32632
32633 # type: textblock
32634 #. type: textblock
32635 #: ../test-tool/libguestfs-test-tool.pod:24
32636 msgid "It will print lots of diagnostic messages."
32637 msgstr ""
32638
32639 # type: textblock
32640 #. type: textblock
32641 #: ../test-tool/libguestfs-test-tool.pod:26
32642 msgid "If it runs to completion successfully, you will see this near the end:"
32643 msgstr ""
32644
32645 # type: verbatim
32646 #. type: verbatim
32647 #: ../test-tool/libguestfs-test-tool.pod:28
32648 #, no-wrap
32649 msgid ""
32650 " ===== TEST FINISHED OK =====\n"
32651 "\n"
32652 msgstr ""
32653
32654 # type: textblock
32655 #. type: textblock
32656 #: ../test-tool/libguestfs-test-tool.pod:30
32657 msgid "and the test tool will exit with code 0."
32658 msgstr ""
32659
32660 # type: textblock
32661 #. type: textblock
32662 #: ../test-tool/libguestfs-test-tool.pod:32
32663 msgid ""
32664 "If it fails (and/or exits with non-zero error code), please paste the "
32665 "B<complete, unedited> output of the test tool into a bug report.  More "
32666 "information about reporting bugs can be found on the L<http://libguestfs.org/"
32667 "> website."
32668 msgstr ""
32669
32670 # type: =item
32671 #. type: =item
32672 #: ../test-tool/libguestfs-test-tool.pod:41
32673 msgid "I<--help>"
32674 msgstr ""
32675
32676 # type: textblock
32677 #. type: textblock
32678 #: ../test-tool/libguestfs-test-tool.pod:43
32679 msgid "Display short usage information and exit."
32680 msgstr ""
32681
32682 # type: =item
32683 #. type: =item
32684 #: ../test-tool/libguestfs-test-tool.pod:45
32685 msgid "I<--qemu qemu_binary>"
32686 msgstr ""
32687
32688 # type: textblock
32689 #. type: textblock
32690 #: ../test-tool/libguestfs-test-tool.pod:47
32691 msgid ""
32692 "If you have downloaded another qemu binary, point this option at the full "
32693 "path of the binary to try it."
32694 msgstr ""
32695
32696 # type: =item
32697 #. type: =item
32698 #: ../test-tool/libguestfs-test-tool.pod:50
32699 msgid "I<--qemudir qemu_source_dir>"
32700 msgstr ""
32701
32702 # type: textblock
32703 #. type: textblock
32704 #: ../test-tool/libguestfs-test-tool.pod:52
32705 msgid ""
32706 "If you have compiled qemu from source, point this option at the source "
32707 "directory to try it."
32708 msgstr ""
32709
32710 # type: =item
32711 #. type: =item
32712 #: ../test-tool/libguestfs-test-tool.pod:55
32713 msgid "I<--timeout N>"
32714 msgstr ""
32715
32716 # type: textblock
32717 #. type: textblock
32718 #: ../test-tool/libguestfs-test-tool.pod:57
32719 msgid ""
32720 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
32721 "does not usually need to be adjusted unless your machine is very slow."
32722 msgstr ""
32723
32724 # type: =head1
32725 #. type: =head1
32726 #: ../test-tool/libguestfs-test-tool.pod:63
32727 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
32728 msgstr ""
32729
32730 # type: textblock
32731 #. type: textblock
32732 #: ../test-tool/libguestfs-test-tool.pod:65
32733 msgid ""
32734 "If you have compiled another version of qemu from source and would like to "
32735 "try that, then you can use the I<--qemudir> option to point to the qemu "
32736 "source directory."
32737 msgstr ""
32738
32739 # type: textblock
32740 #. type: textblock
32741 #: ../test-tool/libguestfs-test-tool.pod:69
32742 msgid ""
32743 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
32744 "option to point to the binary."
32745 msgstr ""
32746
32747 # type: textblock
32748 #. type: textblock
32749 #: ../test-tool/libguestfs-test-tool.pod:72
32750 msgid ""
32751 "When using an alternate qemu with libguestfs, usually you would need to "
32752 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
32753 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
32754 "use either of the I<--qemudir> or I<--qemu> options."
32755 msgstr ""
32756
32757 # type: textblock
32758 #. type: textblock
32759 #: ../test-tool/libguestfs-test-tool.pod:79
32760 msgid ""
32761 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
32762 "I<1> if there was an error."
32763 msgstr ""
32764
32765 # type: textblock
32766 #. type: textblock
32767 #: ../test-tool/libguestfs-test-tool.pod:84
32768 msgid ""
32769 "For the full list of environment variables which may affect libguestfs, "
32770 "please see the L<guestfs(3)> manual page."
32771 msgstr ""
32772
32773 # type: textblock
32774 #. type: textblock
32775 #: ../test-tool/libguestfs-test-tool.pod:89
32776 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
32777 msgstr ""
32778
32779 # type: textblock
32780 #. type: textblock
32781 #: ../fuse/guestmount.pod:5
32782 msgid ""
32783 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
32784 msgstr ""
32785
32786 # type: verbatim
32787 #. type: verbatim
32788 #: ../fuse/guestmount.pod:9
32789 #, no-wrap
32790 msgid ""
32791 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
32792 "\n"
32793 msgstr ""
32794
32795 # type: verbatim
32796 #. type: verbatim
32797 #: ../fuse/guestmount.pod:11
32798 #, no-wrap
32799 msgid ""
32800 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
32801 "\n"
32802 msgstr ""
32803
32804 # type: verbatim
32805 #. type: verbatim
32806 #: ../fuse/guestmount.pod:13
32807 #, no-wrap
32808 msgid ""
32809 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
32810 "\n"
32811 msgstr ""
32812
32813 # type: textblock
32814 #. type: textblock
32815 #: ../fuse/guestmount.pod:17
32816 msgid ""
32817 "You must I<not> use C<guestmount> in read-write mode on live virtual "
32818 "machines.  If you do this, you risk disk corruption in the VM."
32819 msgstr ""
32820
32821 # type: textblock
32822 #. type: textblock
32823 #: ../fuse/guestmount.pod:22
32824 msgid ""
32825 "The guestmount program can be used to mount virtual machine filesystems and "
32826 "other disk images on the host.  It uses libguestfs for access to the guest "
32827 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
32828 "a mountable device."
32829 msgstr ""
32830
32831 # type: textblock
32832 #. type: textblock
32833 #: ../fuse/guestmount.pod:27
32834 msgid ""
32835 "Along with other options, you have to give at least one device (I<-a> "
32836 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
32837 "option) or use the I<-i> inspection option.  How this works is better "
32838 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
32839 "below."
32840 msgstr ""
32841
32842 # type: textblock
32843 #. type: textblock
32844 #: ../fuse/guestmount.pod:33
32845 msgid ""
32846 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
32847 "by you, and the filesystem will not be visible to any other users unless you "
32848 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
32849 "the filesystem, use the C<fusermount -u> command."
32850 msgstr ""
32851
32852 # type: textblock
32853 #. type: textblock
32854 #: ../fuse/guestmount.pod:41
32855 msgid ""
32856 "For a typical Windows guest which has its main filesystem on the first "
32857 "partition:"
32858 msgstr ""
32859
32860 # type: verbatim
32861 #. type: verbatim
32862 #: ../fuse/guestmount.pod:44
32863 #, no-wrap
32864 msgid ""
32865 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
32866 "\n"
32867 msgstr ""
32868
32869 # type: textblock
32870 #. type: textblock
32871 #: ../fuse/guestmount.pod:46
32872 msgid ""
32873 "For a typical Linux guest which has a /boot filesystem on the first "
32874 "partition, and the root filesystem on a logical volume:"
32875 msgstr ""
32876
32877 # type: verbatim
32878 #. type: verbatim
32879 #: ../fuse/guestmount.pod:49
32880 #, no-wrap
32881 msgid ""
32882 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
32883 "\n"
32884 msgstr ""
32885
32886 # type: textblock
32887 #. type: textblock
32888 #: ../fuse/guestmount.pod:51
32889 msgid "To get libguestfs to detect guest mountpoints for you:"
32890 msgstr ""
32891
32892 # type: verbatim
32893 #. type: verbatim
32894 #: ../fuse/guestmount.pod:53
32895 #, no-wrap
32896 msgid ""
32897 " guestmount -a guest.img -i --ro /mnt\n"
32898 "\n"
32899 msgstr ""
32900
32901 # type: textblock
32902 #. type: textblock
32903 #: ../fuse/guestmount.pod:55
32904 msgid "For a libvirt guest called \"Guest\" you could do:"
32905 msgstr ""
32906
32907 # type: verbatim
32908 #. type: verbatim
32909 #: ../fuse/guestmount.pod:57
32910 #, no-wrap
32911 msgid ""
32912 " guestmount -d Guest -i --ro /mnt\n"
32913 "\n"
32914 msgstr ""
32915
32916 # type: textblock
32917 #. type: textblock
32918 #: ../fuse/guestmount.pod:59
32919 msgid ""
32920 "If you don't know what filesystems are contained in a guest or disk image, "
32921 "use L<virt-filesystems(1)> first:"
32922 msgstr ""
32923
32924 # type: verbatim
32925 #. type: verbatim
32926 #: ../fuse/guestmount.pod:62
32927 #, no-wrap
32928 msgid ""
32929 " virt-filesystems MyGuest\n"
32930 "\n"
32931 msgstr ""
32932
32933 # type: textblock
32934 #. type: textblock
32935 #: ../fuse/guestmount.pod:64
32936 msgid ""
32937 "If you want to trace the libguestfs calls but without excessive debugging "
32938 "information, we recommend:"
32939 msgstr ""
32940
32941 # type: verbatim
32942 #. type: verbatim
32943 #: ../fuse/guestmount.pod:67
32944 #, no-wrap
32945 msgid ""
32946 " guestmount [...] --trace /mnt\n"
32947 "\n"
32948 msgstr ""
32949
32950 # type: textblock
32951 #. type: textblock
32952 #: ../fuse/guestmount.pod:69
32953 msgid "If you want to debug the program, we recommend:"
32954 msgstr ""
32955
32956 # type: verbatim
32957 #. type: verbatim
32958 #: ../fuse/guestmount.pod:71
32959 #, no-wrap
32960 msgid ""
32961 " guestmount [...] --trace --verbose /mnt\n"
32962 "\n"
32963 msgstr ""
32964
32965 #. type: =head1
32966 #: ../fuse/guestmount.pod:73
32967 msgid "NOTES"
32968 msgstr ""
32969
32970 #. type: =head2
32971 #: ../fuse/guestmount.pod:75
32972 msgid "Other users cannot see the filesystem by default"
32973 msgstr ""
32974
32975 #. type: textblock
32976 #: ../fuse/guestmount.pod:77
32977 msgid ""
32978 "If you mount a filesystem as one user (eg. root), then other users will not "
32979 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
32980 "option when mounting:"
32981 msgstr ""
32982
32983 #. type: verbatim
32984 #: ../fuse/guestmount.pod:81
32985 #, no-wrap
32986 msgid ""
32987 " sudo guestmount [...] -o allow_other /mnt\n"
32988 "\n"
32989 msgstr ""
32990
32991 # type: =item
32992 #. type: =item
32993 #: ../fuse/guestmount.pod:87
32994 msgid "B<-a image> | B<--add image>"
32995 msgstr ""
32996
32997 # type: textblock
32998 #. type: textblock
32999 #: ../fuse/guestmount.pod:89
33000 msgid "Add a block device or virtual machine image."
33001 msgstr ""
33002
33003 # type: =item
33004 #. type: =item
33005 #: ../fuse/guestmount.pod:94
33006 msgid "B<-c URI> | B<--connect URI>"
33007 msgstr ""
33008
33009 # type: =item
33010 #. type: =item
33011 #: ../fuse/guestmount.pod:100
33012 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
33013 msgstr ""
33014
33015 # type: =item
33016 #. type: =item
33017 #: ../fuse/guestmount.pod:108
33018 msgid "B<--dir-cache-timeout N>"
33019 msgstr ""
33020
33021 # type: textblock
33022 #. type: textblock
33023 #: ../fuse/guestmount.pod:110
33024 msgid ""
33025 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
33026 "seconds.  The readdir cache [actually, there are several semi-independent "
33027 "caches] is populated after a readdir(2) call with the stat and extended "
33028 "attributes of the files in the directory, in anticipation that they will be "
33029 "requested soon after."
33030 msgstr ""
33031
33032 # type: textblock
33033 #. type: textblock
33034 #: ../fuse/guestmount.pod:116
33035 msgid ""
33036 "There is also a different attribute cache implemented by FUSE (see the FUSE "
33037 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
33038 "requests, only cache existing ones."
33039 msgstr ""
33040
33041 # type: =item
33042 #. type: =item
33043 #: ../fuse/guestmount.pod:127
33044 msgid "B<--format=raw|qcow2|..> | B<--format>"
33045 msgstr ""
33046
33047 # type: textblock
33048 #. type: textblock
33049 #: ../fuse/guestmount.pod:134
33050 msgid ""
33051 "If you have untrusted raw-format guest disk images, you should use this "
33052 "option to specify the disk format.  This avoids a possible security problem "
33053 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
33054 "guestfs_add_drive_opts>."
33055 msgstr ""
33056
33057 # type: =item
33058 #. type: =item
33059 #: ../fuse/guestmount.pod:139
33060 msgid "B<--fuse-help>"
33061 msgstr ""
33062
33063 # type: textblock
33064 #. type: textblock
33065 #: ../fuse/guestmount.pod:141
33066 msgid "Display help on special FUSE options (see I<-o> below)."
33067 msgstr ""
33068
33069 # type: textblock
33070 #. type: textblock
33071 #: ../fuse/guestmount.pod:145
33072 msgid "Display brief help and exit."
33073 msgstr ""
33074
33075 # type: =item
33076 #. type: =item
33077 #: ../fuse/guestmount.pod:147
33078 msgid "B<-i> | B<--inspector>"
33079 msgstr ""
33080
33081 # type: textblock
33082 #. type: textblock
33083 #: ../fuse/guestmount.pod:167
33084 msgid ""
33085 "Mount the named partition or logical volume on the given mountpoint B<in the "
33086 "guest> (this has nothing to do with mountpoints in the host)."
33087 msgstr ""
33088
33089 # type: textblock
33090 #. type: textblock
33091 #: ../fuse/guestmount.pod:170
33092 msgid ""
33093 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
33094 "something on C</>."
33095 msgstr ""
33096
33097 # type: =item
33098 #. type: =item
33099 #: ../fuse/guestmount.pod:183
33100 msgid "B<-n> | B<--no-sync>"
33101 msgstr ""
33102
33103 # type: textblock
33104 #. type: textblock
33105 #: ../fuse/guestmount.pod:185
33106 msgid ""
33107 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
33108 "unmounted.  If you specify this option, then we don't attempt to sync the "
33109 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
33110 msgstr ""
33111
33112 # type: =item
33113 #. type: =item
33114 #: ../fuse/guestmount.pod:190
33115 msgid "B<-o option> | B<--option option>"
33116 msgstr ""
33117
33118 # type: textblock
33119 #. type: textblock
33120 #: ../fuse/guestmount.pod:192
33121 msgid "Pass extra options to FUSE."
33122 msgstr ""
33123
33124 # type: textblock
33125 #. type: textblock
33126 #: ../fuse/guestmount.pod:194
33127 msgid ""
33128 "To get a list of all the extra options supported by FUSE, use the command "
33129 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
33130 "of them are a good idea."
33131 msgstr ""
33132
33133 # type: verbatim
33134 #. type: verbatim
33135 #: ../fuse/guestmount.pod:198
33136 #, no-wrap
33137 msgid ""
33138 " guestmount --fuse-help\n"
33139 "\n"
33140 msgstr ""
33141
33142 # type: textblock
33143 #. type: textblock
33144 #: ../fuse/guestmount.pod:200
33145 msgid "Some potentially useful FUSE options:"
33146 msgstr ""
33147
33148 # type: =item
33149 #. type: =item
33150 #: ../fuse/guestmount.pod:204
33151 msgid "B<-o allow_other>"
33152 msgstr ""
33153
33154 # type: textblock
33155 #. type: textblock
33156 #: ../fuse/guestmount.pod:206
33157 msgid "Allow other users to see the filesystem."
33158 msgstr ""
33159
33160 # type: =item
33161 #. type: =item
33162 #: ../fuse/guestmount.pod:208
33163 msgid "B<-o attr_timeout=N>"
33164 msgstr ""
33165
33166 # type: textblock
33167 #. type: textblock
33168 #: ../fuse/guestmount.pod:210
33169 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
33170 msgstr ""
33171
33172 # type: =item
33173 #. type: =item
33174 #: ../fuse/guestmount.pod:212
33175 msgid "B<-o kernel_cache>"
33176 msgstr ""
33177
33178 # type: textblock
33179 #. type: textblock
33180 #: ../fuse/guestmount.pod:214
33181 msgid ""
33182 "Allow the kernel to cache files (reduces the number of reads that have to go "
33183 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
33184 "afford the extra memory usage."
33185 msgstr ""
33186
33187 # type: =item
33188 #. type: =item
33189 #: ../fuse/guestmount.pod:218
33190 msgid "B<-o uid=N> B<-o gid=N>"
33191 msgstr ""
33192
33193 # type: textblock
33194 #. type: textblock
33195 #: ../fuse/guestmount.pod:220
33196 msgid ""
33197 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
33198 "the chosen values."
33199 msgstr ""
33200
33201 # type: =item
33202 #. type: =item
33203 #: ../fuse/guestmount.pod:225
33204 msgid "B<-r> | B<--ro>"
33205 msgstr ""
33206
33207 # type: textblock
33208 #. type: textblock
33209 #: ../fuse/guestmount.pod:227
33210 msgid ""
33211 "Add devices and mount everything read-only.  Also disallow writes and make "
33212 "the disk appear read-only to FUSE."
33213 msgstr ""
33214
33215 # type: textblock
33216 #. type: textblock
33217 #: ../fuse/guestmount.pod:230
33218 msgid ""
33219 "This is highly recommended if you are not going to edit the guest disk.  If "
33220 "the guest is running and this option is I<not> supplied, then there is a "
33221 "strong risk of disk corruption in the guest.  We try to prevent this from "
33222 "happening, but it is not always possible."
33223 msgstr ""
33224
33225 # type: textblock
33226 #. type: textblock
33227 #: ../fuse/guestmount.pod:235
33228 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
33229 msgstr ""
33230
33231 # type: textblock
33232 #. type: textblock
33233 #: ../fuse/guestmount.pod:239
33234 msgid "Enable SELinux support for the guest."
33235 msgstr ""
33236
33237 # type: =item
33238 #. type: =item
33239 #: ../fuse/guestmount.pod:241
33240 msgid "B<-v> | B<--verbose>"
33241 msgstr ""
33242
33243 # type: textblock
33244 #. type: textblock
33245 #: ../fuse/guestmount.pod:243
33246 msgid "Enable verbose messages from underlying libguestfs."
33247 msgstr ""
33248
33249 # type: =item
33250 #. type: =item
33251 #: ../fuse/guestmount.pod:245
33252 msgid "B<-V> | B<--version>"
33253 msgstr ""
33254
33255 # type: textblock
33256 #. type: textblock
33257 #: ../fuse/guestmount.pod:247
33258 msgid "Display the program version and exit."
33259 msgstr ""
33260
33261 # type: =item
33262 #. type: =item
33263 #: ../fuse/guestmount.pod:249
33264 msgid "B<-w> | B<--rw>"
33265 msgstr ""
33266
33267 #. type: textblock
33268 #: ../fuse/guestmount.pod:254 ../fuse/guestmount.pod:275
33269 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
33270 msgstr ""
33271
33272 # type: =item
33273 #. type: =item
33274 #: ../fuse/guestmount.pod:256
33275 msgid "B<-x> | B<--trace>"
33276 msgstr ""
33277
33278 # type: textblock
33279 #. type: textblock
33280 #: ../fuse/guestmount.pod:258
33281 msgid "Trace libguestfs calls and entry into each FUSE function."
33282 msgstr ""
33283
33284 # type: textblock
33285 #. type: textblock
33286 #: ../fuse/guestmount.pod:260
33287 msgid "This also stops the daemon from forking into the background."
33288 msgstr ""
33289
33290 # type: textblock
33291 #. type: textblock
33292 #: ../fuse/guestmount.pod:281
33293 msgid ""
33294 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
33295 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
33296 "net/>."
33297 msgstr ""
33298
33299 # type: textblock
33300 #. type: textblock
33301 #: ../fuse/guestmount.pod:296
33302 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
33303 msgstr ""
33304
33305 # type: textblock
33306 #. type: textblock
33307 #: ../tools/virt-win-reg.pl:37
33308 msgid ""
33309 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
33310 msgstr ""
33311
33312 # type: verbatim
33313 #. type: verbatim
33314 #: ../tools/virt-win-reg.pl:41
33315 #, no-wrap
33316 msgid ""
33317 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
33318 "\n"
33319 msgstr ""
33320
33321 # type: verbatim
33322 #. type: verbatim
33323 #: ../tools/virt-win-reg.pl:43
33324 #, no-wrap
33325 msgid ""
33326 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
33327 "\n"
33328 msgstr ""
33329
33330 # type: verbatim
33331 #. type: verbatim
33332 #: ../tools/virt-win-reg.pl:45
33333 #, no-wrap
33334 msgid ""
33335 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
33336 "\n"
33337 msgstr ""
33338
33339 # type: verbatim
33340 #. type: verbatim
33341 #: ../tools/virt-win-reg.pl:47
33342 #, no-wrap
33343 msgid ""
33344 " virt-win-reg --merge domname [input.reg ...]\n"
33345 "\n"
33346 msgstr ""
33347
33348 # type: verbatim
33349 #. type: verbatim
33350 #: ../tools/virt-win-reg.pl:49
33351 #, no-wrap
33352 msgid ""
33353 " virt-win-reg [--options] disk.img ... # instead of domname\n"
33354 "\n"
33355 msgstr ""
33356
33357 #. type: textblock
33358 #: ../tools/virt-win-reg.pl:53
33359 msgid ""
33360 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
33361 "virtual machines.  If you do this, you I<will> get irreversible disk "
33362 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
33363 "but doesn't catch all cases."
33364 msgstr ""
33365
33366 #. type: textblock
33367 #: ../tools/virt-win-reg.pl:58
33368 msgid ""
33369 "Modifying the Windows Registry is an inherently risky operation.  The format "
33370 "is deliberately obscure and undocumented, and Registry changes can leave the "
33371 "system unbootable.  Therefore when using the I<--merge> option, make sure "
33372 "you have a reliable backup first."
33373 msgstr ""
33374
33375 # type: textblock
33376 #. type: textblock
33377 #: ../tools/virt-win-reg.pl:65
33378 msgid ""
33379 "This program can export and merge Windows Registry entries from a Windows "
33380 "guest."
33381 msgstr ""
33382
33383 # type: textblock
33384 #. type: textblock
33385 #: ../tools/virt-win-reg.pl:68
33386 msgid ""
33387 "The first parameter is the libvirt guest name or the raw disk image of a "
33388 "Windows guest."
33389 msgstr ""
33390
33391 #. type: textblock
33392 #: ../tools/virt-win-reg.pl:71
33393 msgid ""
33394 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
33395 "exported (recursively).  For example:"
33396 msgstr ""
33397
33398 # type: verbatim
33399 #. type: verbatim
33400 #: ../tools/virt-win-reg.pl:74
33401 #, no-wrap
33402 msgid ""
33403 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
33404 "\n"
33405 msgstr ""
33406
33407 # type: textblock
33408 #. type: textblock
33409 #: ../tools/virt-win-reg.pl:76
33410 msgid ""
33411 "You can also display single values from within registry keys, for example:"
33412 msgstr ""
33413
33414 # type: verbatim
33415 #. type: verbatim
33416 #: ../tools/virt-win-reg.pl:79
33417 #, no-wrap
33418 msgid ""
33419 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
33420 " $ virt-win-reg Windows7 $cvkey ProductName\n"
33421 " Windows 7 Enterprise\n"
33422 "\n"
33423 msgstr ""
33424
33425 #. type: textblock
33426 #: ../tools/virt-win-reg.pl:83
33427 msgid ""
33428 "With I<--merge>, you can merge a textual regedit file into the Windows "
33429 "Registry:"
33430 msgstr ""
33431
33432 # type: verbatim
33433 #. type: verbatim
33434 #: ../tools/virt-win-reg.pl:86
33435 #, no-wrap
33436 msgid ""
33437 " $ virt-win-reg --merge Windows7 changes.reg\n"
33438 "\n"
33439 msgstr ""
33440
33441 # type: =head2
33442 #. type: =head1
33443 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
33444 msgid "NOTE"
33445 msgstr ""
33446
33447 # type: textblock
33448 #. type: textblock
33449 #: ../tools/virt-win-reg.pl:90
33450 msgid ""
33451 "This program is only meant for simple access to the registry.  If you want "
33452 "to do complicated things with the registry, we suggest you download the "
33453 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
33454 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
33455 "L<hivexregedit(1)>."
33456 msgstr ""
33457
33458 # type: textblock
33459 #. type: textblock
33460 #: ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63
33461 #: ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163
33462 #: ../tools/virt-list-partitions.pl:64
33463 msgid "Display brief help."
33464 msgstr ""
33465
33466 # type: textblock
33467 #. type: textblock
33468 #: ../tools/virt-win-reg.pl:114 ../tools/virt-list-filesystems.pl:71
33469 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
33470 #: ../tools/virt-list-partitions.pl:72
33471 msgid "Display version number and exit."
33472 msgstr ""
33473
33474 # type: =item
33475 #. type: =item
33476 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
33477 msgid "B<--debug>"
33478 msgstr ""
33479
33480 # type: textblock
33481 #. type: textblock
33482 #: ../tools/virt-win-reg.pl:122
33483 msgid "Enable debugging messages."
33484 msgstr ""
33485
33486 # type: =item
33487 #. type: =item
33488 #: ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77
33489 #: ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
33490 msgid "B<--connect URI> | B<-c URI>"
33491 msgstr ""
33492
33493 # type: textblock
33494 #. type: textblock
33495 #: ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79
33496 #: ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
33497 msgid ""
33498 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
33499 "to the default libvirt hypervisor."
33500 msgstr ""
33501
33502 # type: textblock
33503 #. type: textblock
33504 #: ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82
33505 #: ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
33506 msgid ""
33507 "If you specify guest block devices directly, then libvirt is not used at all."
33508 msgstr ""
33509
33510 # type: =item
33511 #. type: =item
33512 #: ../tools/virt-win-reg.pl:140 ../tools/virt-list-filesystems.pl:89
33513 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
33514 msgid "B<--format> raw"
33515 msgstr ""
33516
33517 # type: textblock
33518 #. type: textblock
33519 #: ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91
33520 #: ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
33521 msgid ""
33522 "Specify the format of disk images given on the command line.  If this is "
33523 "omitted then the format is autodetected from the content of the disk image."
33524 msgstr ""
33525
33526 # type: textblock
33527 #. type: textblock
33528 #: ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95
33529 #: ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
33530 msgid ""
33531 "If disk images are requested from libvirt, then this program asks libvirt "
33532 "for this information.  In this case, the value of the format parameter is "
33533 "ignored."
33534 msgstr ""
33535
33536 # type: textblock
33537 #. type: textblock
33538 #: ../tools/virt-win-reg.pl:150 ../tools/virt-list-filesystems.pl:99
33539 #: ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
33540 msgid ""
33541 "If working with untrusted raw-format guest disk images, you should ensure "
33542 "the format is always specified."
33543 msgstr ""
33544
33545 # type: =item
33546 #. type: =item
33547 #: ../tools/virt-win-reg.pl:157
33548 msgid "B<--merge>"
33549 msgstr ""
33550
33551 # type: textblock
33552 #. type: textblock
33553 #: ../tools/virt-win-reg.pl:159
33554 msgid ""
33555 "In merge mode, this merges a textual regedit file into the Windows Registry "
33556 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
33557 "displays or exports Registry entries instead."
33558 msgstr ""
33559
33560 #. type: textblock
33561 #: ../tools/virt-win-reg.pl:163
33562 msgid ""
33563 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
33564 "result in disk corruption.  However exporting (without this flag)  is always "
33565 "safe."
33566 msgstr ""
33567
33568 # type: =item
33569 #. type: =item
33570 #: ../tools/virt-win-reg.pl:171
33571 msgid "B<--encoding> UTF-16LE|ASCII"
33572 msgstr ""
33573
33574 # type: textblock
33575 #. type: textblock
33576 #: ../tools/virt-win-reg.pl:173
33577 msgid ""
33578 "When merging (only), you may need to specify the encoding for strings to be "
33579 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
33580 "(3)/ENCODING STRINGS>."
33581 msgstr ""
33582
33583 # type: textblock
33584 #. type: textblock
33585 #: ../tools/virt-win-reg.pl:177
33586 msgid ""
33587 "The default is to use UTF-16LE, which should work with recent versions of "
33588 "Windows."
33589 msgstr ""
33590
33591 #. type: =item
33592 #: ../tools/virt-win-reg.pl:184
33593 msgid "B<--unsafe-printable-strings>"
33594 msgstr ""
33595
33596 #. type: textblock
33597 #: ../tools/virt-win-reg.pl:186
33598 msgid ""
33599 "When exporting (only), assume strings are UTF-16LE and print them as strings "
33600 "instead of hex sequences.  Remove the final zero codepoint from strings if "
33601 "present."
33602 msgstr ""
33603
33604 #. type: textblock
33605 #: ../tools/virt-win-reg.pl:190
33606 msgid ""
33607 "This is unsafe and does not preserve the fidelity of strings in the original "
33608 "Registry for various reasons:"
33609 msgstr ""
33610
33611 #. type: textblock
33612 #: ../tools/virt-win-reg.pl:197
33613 msgid ""
33614 "Assumes the original encoding is UTF-16LE.  ASCII strings and strings in "
33615 "other encodings will be corrupted by this transformation."
33616 msgstr ""
33617
33618 #. type: textblock
33619 #: ../tools/virt-win-reg.pl:202
33620 msgid ""
33621 "Assumes that everything which has type 1 or 2 is really a string and that "
33622 "everything else is not a string, but the type field in real Registries is "
33623 "not reliable."
33624 msgstr ""
33625
33626 #. type: textblock
33627 #: ../tools/virt-win-reg.pl:208
33628 msgid ""
33629 "Loses information about whether a zero codepoint followed the string in the "
33630 "Registry or not."
33631 msgstr ""
33632
33633 #. type: textblock
33634 #: ../tools/virt-win-reg.pl:213
33635 msgid ""
33636 "This all happens because the Registry itself contains no information about "
33637 "how strings are encoded (see L<Win::Hivex::Regedit(3)/ENCODING STRINGS>)."
33638 msgstr ""
33639
33640 #. type: textblock
33641 #: ../tools/virt-win-reg.pl:217
33642 msgid ""
33643 "You should only use this option for quick hacking and debugging of the "
33644 "Registry contents, and I<never> use it if the output is going to be passed "
33645 "into another program or stored in another Registry."
33646 msgstr ""
33647
33648 # type: =head2
33649 #. type: =head1
33650 #: ../tools/virt-win-reg.pl:554
33651 msgid "SUPPORTED SYSTEMS"
33652 msgstr ""
33653
33654 # type: textblock
33655 #. type: textblock
33656 #: ../tools/virt-win-reg.pl:556
33657 msgid ""
33658 "The program currently supports Windows NT-derived guests starting with "
33659 "Windows XP through to at least Windows 7."
33660 msgstr ""
33661
33662 #. type: textblock
33663 #: ../tools/virt-win-reg.pl:559
33664 msgid "The following Registry keys are supported:"
33665 msgstr ""
33666
33667 #. type: =item
33668 #: ../tools/virt-win-reg.pl:563
33669 msgid "C<HKEY_LOCAL_MACHINE\\SAM>"
33670 msgstr ""
33671
33672 #. type: =item
33673 #: ../tools/virt-win-reg.pl:565
33674 msgid "C<HKEY_LOCAL_MACHINE\\SECURITY>"
33675 msgstr ""
33676
33677 #. type: =item
33678 #: ../tools/virt-win-reg.pl:567
33679 msgid "C<HKEY_LOCAL_MACHINE\\SOFTWARE>"
33680 msgstr ""
33681
33682 #. type: =item
33683 #: ../tools/virt-win-reg.pl:569
33684 msgid "C<HKEY_LOCAL_MACHINE\\SYSTEM>"
33685 msgstr ""
33686
33687 #. type: =item
33688 #: ../tools/virt-win-reg.pl:571
33689 msgid "C<HKEY_USERS\\.DEFAULT>"
33690 msgstr ""
33691
33692 #. type: =item
33693 #: ../tools/virt-win-reg.pl:573
33694 msgid "C<HKEY_USERS\\I<SID>>"
33695 msgstr ""
33696
33697 #. type: textblock
33698 #: ../tools/virt-win-reg.pl:575
33699 msgid "where I<SID> is a Windows User SID (eg. C<S-1-5-18>)."
33700 msgstr ""
33701
33702 #. type: =item
33703 #: ../tools/virt-win-reg.pl:577
33704 msgid "C<HKEY_USERS\\I<username>>"
33705 msgstr ""
33706
33707 #. type: textblock
33708 #: ../tools/virt-win-reg.pl:579
33709 msgid ""
33710 "where I<username> is a local user name (this is a libguestfs extension)."
33711 msgstr ""
33712
33713 # type: textblock
33714 #. type: textblock
33715 #: ../tools/virt-win-reg.pl:583
33716 msgid ""
33717 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
33718 "C<HKEY_USERS>."
33719 msgstr ""
33720
33721 #. type: textblock
33722 #: ../tools/virt-win-reg.pl:586
33723 msgid ""
33724 "The literal keys C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are not "
33725 "supported (there is no \"current user\")."
33726 msgstr ""
33727
33728 # type: =head2
33729 #. type: =head1
33730 #: ../tools/virt-win-reg.pl:589
33731 msgid "ENCODING"
33732 msgstr ""
33733
33734 # type: textblock
33735 #. type: textblock
33736 #: ../tools/virt-win-reg.pl:591
33737 msgid ""
33738 "C<virt-win-reg> expects that regedit files have already been reencoded in "
33739 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
33740 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
33741 "Windows-style line endings, you may need to reencode the whole file before "
33742 "or after processing."
33743 msgstr ""
33744
33745 #. type: textblock
33746 #: ../tools/virt-win-reg.pl:597
33747 msgid ""
33748 "To reencode a file from Windows format to Linux (before processing it with "
33749 "the I<--merge> option), you would do something like this:"
33750 msgstr ""
33751
33752 # type: verbatim
33753 #. type: verbatim
33754 #: ../tools/virt-win-reg.pl:600
33755 #, no-wrap
33756 msgid ""
33757 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
33758 "\n"
33759 msgstr ""
33760
33761 # type: textblock
33762 #. type: textblock
33763 #: ../tools/virt-win-reg.pl:602
33764 msgid ""
33765 "To go in the opposite direction, after exporting and before sending the file "
33766 "to a Windows user, do something like this:"
33767 msgstr ""
33768
33769 # type: verbatim
33770 #. type: verbatim
33771 #: ../tools/virt-win-reg.pl:605
33772 #, no-wrap
33773 msgid ""
33774 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
33775 "\n"
33776 msgstr ""
33777
33778 # type: textblock
33779 #. type: textblock
33780 #: ../tools/virt-win-reg.pl:607
33781 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
33782 msgstr ""
33783
33784 # type: textblock
33785 #. type: textblock
33786 #: ../tools/virt-win-reg.pl:609
33787 msgid ""
33788 "If you are unsure about the current encoding, use the L<file(1)> command.  "
33789 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
33790 "style (CRLF) line endings, like this:"
33791 msgstr ""
33792
33793 # type: verbatim
33794 #. type: verbatim
33795 #: ../tools/virt-win-reg.pl:613
33796 #, no-wrap
33797 msgid ""
33798 " $ file software.reg\n"
33799 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
33800 " with CRLF line terminators\n"
33801 "\n"
33802 msgstr ""
33803
33804 #. type: textblock
33805 #: ../tools/virt-win-reg.pl:617
33806 msgid "This file would need conversion before you could I<--merge> it."
33807 msgstr ""
33808
33809 # type: =head2
33810 #. type: =head1
33811 #: ../tools/virt-win-reg.pl:619
33812 msgid "CurrentControlSet etc."
33813 msgstr ""
33814
33815 # type: textblock
33816 #. type: textblock
33817 #: ../tools/virt-win-reg.pl:621
33818 msgid ""
33819 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
33820 "Registry at the level of the hive file, and therefore you cannot modify "
33821 "these."
33822 msgstr ""
33823
33824 # type: textblock
33825 #. type: textblock
33826 #: ../tools/virt-win-reg.pl:625
33827 msgid ""
33828 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
33829 "circumstances it might refer to another control set.  The way to find out is "
33830 "to look at the C<HKLM\\SYSTEM\\Select> key:"
33831 msgstr ""
33832
33833 # type: verbatim
33834 #. type: verbatim
33835 #: ../tools/virt-win-reg.pl:629
33836 #, no-wrap
33837 msgid ""
33838 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
33839 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
33840 " \"Current\"=dword:00000001\n"
33841 " \"Default\"=dword:00000001\n"
33842 " \"Failed\"=dword:00000000\n"
33843 " \"LastKnownGood\"=dword:00000002\n"
33844 "\n"
33845 msgstr ""
33846
33847 # type: textblock
33848 #. type: textblock
33849 #: ../tools/virt-win-reg.pl:636
33850 msgid "\"Current\" is the one which Windows will choose when it boots."
33851 msgstr ""
33852
33853 # type: textblock
33854 #. type: textblock
33855 #: ../tools/virt-win-reg.pl:638
33856 msgid ""
33857 "Similarly, other C<Current...> keys in the path may need to be replaced."
33858 msgstr ""
33859
33860 # type: =head1
33861 #. type: =head1
33862 #: ../tools/virt-win-reg.pl:641
33863 msgid "WINDOWS TIPS"
33864 msgstr ""
33865
33866 # type: textblock
33867 #. type: textblock
33868 #: ../tools/virt-win-reg.pl:643
33869 msgid ""
33870 "Note that some of these tips modify the guest disk image.  The guest I<must> "
33871 "be shut off, else you will get disk corruption."
33872 msgstr ""
33873
33874 # type: =head2
33875 #. type: =head2
33876 #: ../tools/virt-win-reg.pl:646
33877 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
33878 msgstr ""
33879
33880 # type: textblock
33881 #. type: textblock
33882 #: ../tools/virt-win-reg.pl:648
33883 msgid ""
33884 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
33885 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
33886 "is uploaded into C<C:\\>:"
33887 msgstr ""
33888
33889 # type: verbatim
33890 #. type: verbatim
33891 #: ../tools/virt-win-reg.pl:652
33892 #, no-wrap
33893 msgid ""
33894 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
33895 "\n"
33896 msgstr ""
33897
33898 # type: textblock
33899 #. type: textblock
33900 #: ../tools/virt-win-reg.pl:654
33901 msgid "Prepare a regedit file containing the registry change:"
33902 msgstr ""
33903
33904 # type: verbatim
33905 #. type: verbatim
33906 #: ../tools/virt-win-reg.pl:656
33907 #, no-wrap
33908 msgid ""
33909 " cat > test.reg <<'EOF'\n"
33910 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
33911 " \"Test\"=\"c:\\\\test.bat\"\n"
33912 " EOF\n"
33913 "\n"
33914 msgstr ""
33915
33916 # type: textblock
33917 #. type: textblock
33918 #: ../tools/virt-win-reg.pl:661
33919 msgid ""
33920 "In this example we use the key C<RunOnce> which means that the script will "
33921 "run precisely once when the first user logs in.  If you want it to run every "
33922 "time a user logs in, replace C<RunOnce> with C<Run>."
33923 msgstr ""
33924
33925 # type: textblock
33926 #. type: textblock
33927 #: ../tools/virt-win-reg.pl:665
33928 msgid "Now update the registry:"
33929 msgstr ""
33930
33931 # type: verbatim
33932 #. type: verbatim
33933 #: ../tools/virt-win-reg.pl:667
33934 #, no-wrap
33935 msgid ""
33936 " virt-win-reg --merge WindowsGuest test.reg\n"
33937 "\n"
33938 msgstr ""
33939
33940 # type: =head2
33941 #. type: =head2
33942 #: ../tools/virt-win-reg.pl:669
33943 msgid "INSTALLING A SERVICE"
33944 msgstr ""
33945
33946 # type: textblock
33947 #. type: textblock
33948 #: ../tools/virt-win-reg.pl:671
33949 msgid ""
33950 "This section assumes you are familiar with Windows services, and you either "
33951 "have a program which handles the Windows Service Control Protocol directly "
33952 "or you want to run any program using a service wrapper like SrvAny or the "
33953 "free RHSrvAny."
33954 msgstr ""
33955
33956 # type: textblock
33957 #. type: textblock
33958 #: ../tools/virt-win-reg.pl:676
33959 msgid ""
33960 "First upload the program and optionally the service wrapper.  In this case "
33961 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
33962 msgstr ""
33963
33964 # type: verbatim
33965 #. type: verbatim
33966 #: ../tools/virt-win-reg.pl:680
33967 #, no-wrap
33968 msgid ""
33969 " guestfish -i -d WindowsGuest <<EOF\n"
33970 "   upload rhsrvany.exe /rhsrvany.exe\n"
33971 "   upload test.exe /test.exe\n"
33972 " EOF\n"
33973 "\n"
33974 msgstr ""
33975
33976 # type: textblock
33977 #. type: textblock
33978 #: ../tools/virt-win-reg.pl:685
33979 msgid ""
33980 "Prepare a regedit file containing the registry changes.  In this example, "
33981 "the first registry change is needed for the service itself or the service "
33982 "wrapper (if used).  The second registry change is only needed because I am "
33983 "using the RHSrvAny service wrapper."
33984 msgstr ""
33985
33986 # type: verbatim
33987 #. type: verbatim
33988 #: ../tools/virt-win-reg.pl:690
33989 #, no-wrap
33990 msgid ""
33991 " cat > service.reg <<'EOF'\n"
33992 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
33993 " \"Type\"=dword:00000010\n"
33994 " \"Start\"=dword:00000002\n"
33995 " \"ErrorControl\"=dword:00000001\n"
33996 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
33997 " \"DisplayName\"=\"RHSrvAny\"\n"
33998 " \"ObjectName\"=\"NetworkService\"\n"
33999 " \n"
34000 msgstr ""
34001
34002 # type: verbatim
34003 #. type: verbatim
34004 #: ../tools/virt-win-reg.pl:699
34005 #, no-wrap
34006 msgid ""
34007 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
34008 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
34009 " \"PWD\"=\"c:\\\\Temp\"\n"
34010 " EOF\n"
34011 "\n"
34012 msgstr ""
34013
34014 # type: textblock
34015 #. type: textblock
34016 #: ../tools/virt-win-reg.pl:710
34017 msgid ""
34018 "For use of C<ControlSet001> see the section above in this manual page.  You "
34019 "may need to adjust this according to the control set that is in use by the "
34020 "guest."
34021 msgstr ""
34022
34023 # type: textblock
34024 #. type: textblock
34025 #: ../tools/virt-win-reg.pl:716
34026 msgid ""
34027 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
34028 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
34029 "privileged account."
34030 msgstr ""
34031
34032 # type: textblock
34033 #. type: textblock
34034 #: ../tools/virt-win-reg.pl:722
34035 msgid ""
34036 "For the meaning of the magic numbers, see this Microsoft KB article: "
34037 "L<http://support.microsoft.com/kb/103000>."
34038 msgstr ""
34039
34040 # type: textblock
34041 #. type: textblock
34042 #: ../tools/virt-win-reg.pl:727
34043 msgid "Update the registry:"
34044 msgstr ""
34045
34046 # type: verbatim
34047 #. type: verbatim
34048 #: ../tools/virt-win-reg.pl:729
34049 #, no-wrap
34050 msgid ""
34051 " virt-win-reg --merge WindowsGuest service.reg\n"
34052 "\n"
34053 msgstr ""
34054
34055 # type: =head2
34056 #. type: =head1
34057 #: ../tools/virt-win-reg.pl:731 ../tools/virt-list-filesystems.pl:182
34058 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
34059 #: ../tools/virt-list-partitions.pl:250
34060 msgid "SHELL QUOTING"
34061 msgstr ""
34062
34063 # type: textblock
34064 #. type: textblock
34065 #: ../tools/virt-win-reg.pl:733
34066 msgid ""
34067 "Be careful when passing parameters containing C<\\> (backslash) in the "
34068 "shell.  Usually you will have to use 'single quotes' or double backslashes "
34069 "(but not both) to protect them from the shell."
34070 msgstr ""
34071
34072 # type: textblock
34073 #. type: textblock
34074 #: ../tools/virt-win-reg.pl:737
34075 msgid "Paths and value names are case-insensitive."
34076 msgstr ""
34077
34078 # type: textblock
34079 #. type: textblock
34080 #: ../tools/virt-win-reg.pl:739 ../tools/virt-list-filesystems.pl:184
34081 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
34082 #: ../tools/virt-list-partitions.pl:252
34083 msgid ""
34084 "Libvirt guest names can contain arbitrary characters, some of which have "
34085 "meaning to the shell such as C<#> and space.  You may need to quote or "
34086 "escape these characters on the command line.  See the shell manual page L<sh"
34087 "(1)> for details."
34088 msgstr ""
34089
34090 # type: textblock
34091 #. type: textblock
34092 #: ../tools/virt-win-reg.pl:746
34093 msgid ""
34094 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
34095 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
34096 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34097 msgstr ""
34098
34099 # type: textblock
34100 #. type: textblock
34101 #: ../tools/virt-win-reg.pl:761 ../tools/virt-make-fs.pl:555
34102 msgid ""
34103 "When reporting bugs, please enable debugging and capture the I<complete> "
34104 "output:"
34105 msgstr ""
34106
34107 # type: verbatim
34108 #. type: verbatim
34109 #: ../tools/virt-win-reg.pl:764
34110 #, no-wrap
34111 msgid ""
34112 " export LIBGUESTFS_DEBUG=1\n"
34113 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
34114 "\n"
34115 msgstr ""
34116
34117 # type: textblock
34118 #. type: textblock
34119 #: ../tools/virt-win-reg.pl:767
34120 msgid ""
34121 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
34122 "redhat.com/>"
34123 msgstr ""
34124
34125 # type: =head1
34126 #. type: =head1
34127 #: ../tools/virt-win-reg.pl:770 ../tools/virt-list-filesystems.pl:202
34128 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
34129 #: ../tools/virt-list-partitions.pl:269
34130 msgid "AUTHOR"
34131 msgstr ""
34132
34133 # type: textblock
34134 #. type: textblock
34135 #: ../tools/virt-win-reg.pl:772 ../tools/virt-list-filesystems.pl:204
34136 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
34137 #: ../tools/virt-list-partitions.pl:271
34138 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
34139 msgstr ""
34140
34141 # type: textblock
34142 #. type: textblock
34143 #: ../tools/virt-win-reg.pl:776 ../tools/virt-make-fs.pl:570
34144 msgid "Copyright (C) 2010 Red Hat Inc."
34145 msgstr ""
34146
34147 # type: textblock
34148 #. type: textblock
34149 #: ../tools/virt-list-filesystems.pl:32
34150 msgid ""
34151 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
34152 msgstr ""
34153
34154 # type: verbatim
34155 #. type: verbatim
34156 #: ../tools/virt-list-filesystems.pl:36
34157 #, no-wrap
34158 msgid ""
34159 " virt-list-filesystems [--options] domname\n"
34160 "\n"
34161 msgstr ""
34162
34163 # type: verbatim
34164 #. type: verbatim
34165 #: ../tools/virt-list-filesystems.pl:38
34166 #, no-wrap
34167 msgid ""
34168 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
34169 "\n"
34170 msgstr ""
34171
34172 # type: textblock
34173 #. type: textblock
34174 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
34175 msgid ""
34176 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
34177 "replacement."
34178 msgstr ""
34179
34180 # type: textblock
34181 #. type: textblock
34182 #: ../tools/virt-list-filesystems.pl:45
34183 msgid ""
34184 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
34185 "are contained in a virtual machine or disk image."
34186 msgstr ""
34187
34188 # type: textblock
34189 #. type: textblock
34190 #: ../tools/virt-list-filesystems.pl:49
34191 msgid ""
34192 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
34193 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34194 "> tool."
34195 msgstr ""
34196
34197 # type: =item
34198 #. type: =item
34199 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
34200 msgid "B<-l> | B<--long>"
34201 msgstr ""
34202
34203 # type: textblock
34204 #. type: textblock
34205 #: ../tools/virt-list-filesystems.pl:108
34206 msgid ""
34207 "With this option, C<virt-list-filesystems> displays the type of each "
34208 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
34209 msgstr ""
34210
34211 # type: =item
34212 #. type: =item
34213 #: ../tools/virt-list-filesystems.pl:115
34214 msgid "B<-a> | B<--all>"
34215 msgstr ""
34216
34217 # type: textblock
34218 #. type: textblock
34219 #: ../tools/virt-list-filesystems.pl:117
34220 msgid ""
34221 "Normally we only show mountable filesystems.  If this option is given then "
34222 "swap devices are shown too."
34223 msgstr ""
34224
34225 # type: textblock
34226 #. type: textblock
34227 #: ../tools/virt-list-filesystems.pl:191
34228 msgid ""
34229 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
34230 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
34231 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34232 msgstr ""
34233
34234 # type: textblock
34235 #. type: textblock
34236 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
34237 msgid "Copyright (C) 2009 Red Hat Inc."
34238 msgstr ""
34239
34240 # type: textblock
34241 #. type: textblock
34242 #: ../tools/virt-tar.pl:33
34243 msgid "virt-tar - Extract or upload files to a virtual machine"
34244 msgstr ""
34245
34246 # type: verbatim
34247 #. type: verbatim
34248 #: ../tools/virt-tar.pl:37
34249 #, no-wrap
34250 msgid ""
34251 " virt-tar [--options] -x domname directory tarball\n"
34252 "\n"
34253 msgstr ""
34254
34255 # type: verbatim
34256 #. type: verbatim
34257 #: ../tools/virt-tar.pl:39
34258 #, no-wrap
34259 msgid ""
34260 " virt-tar [--options] -u domname tarball directory\n"
34261 "\n"
34262 msgstr ""
34263
34264 # type: verbatim
34265 #. type: verbatim
34266 #: ../tools/virt-tar.pl:41
34267 #, no-wrap
34268 msgid ""
34269 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
34270 "\n"
34271 msgstr ""
34272
34273 # type: verbatim
34274 #. type: verbatim
34275 #: ../tools/virt-tar.pl:43
34276 #, no-wrap
34277 msgid ""
34278 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
34279 "\n"
34280 msgstr ""
34281
34282 #. type: textblock
34283 #: ../tools/virt-tar.pl:47
34284 msgid ""
34285 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
34286 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
34287 msgstr ""
34288
34289 # type: textblock
34290 #. type: textblock
34291 #: ../tools/virt-tar.pl:52
34292 msgid "Download C</home> from the VM into a local tarball:"
34293 msgstr ""
34294
34295 # type: verbatim
34296 #. type: verbatim
34297 #: ../tools/virt-tar.pl:54
34298 #, no-wrap
34299 msgid ""
34300 " virt-tar -x domname /home home.tar\n"
34301 "\n"
34302 msgstr ""
34303
34304 # type: verbatim
34305 #. type: verbatim
34306 #: ../tools/virt-tar.pl:56
34307 #, no-wrap
34308 msgid ""
34309 " virt-tar -zx domname /home home.tar.gz\n"
34310 "\n"
34311 msgstr ""
34312
34313 # type: textblock
34314 #. type: textblock
34315 #: ../tools/virt-tar.pl:58
34316 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
34317 msgstr ""
34318
34319 # type: verbatim
34320 #. type: verbatim
34321 #: ../tools/virt-tar.pl:60
34322 #, no-wrap
34323 msgid ""
34324 " virt-tar -u domname uploadstuff.tar /tmp\n"
34325 "\n"
34326 msgstr ""
34327
34328 # type: verbatim
34329 #. type: verbatim
34330 #: ../tools/virt-tar.pl:62
34331 #, no-wrap
34332 msgid ""
34333 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
34334 "\n"
34335 msgstr ""
34336
34337 #. type: textblock
34338 #: ../tools/virt-tar.pl:66
34339 msgid ""
34340 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
34341 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
34342 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
34343 msgstr ""
34344
34345 #. type: textblock
34346 #: ../tools/virt-tar.pl:71
34347 msgid ""
34348 "You can use I<-x> (extract) on live virtual machines, but you might get "
34349 "inconsistent results or errors if there is filesystem activity inside the "
34350 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
34351 "work, but the only way to guarantee consistent results is if the virtual "
34352 "machine is shut down."
34353 msgstr ""
34354
34355 # type: textblock
34356 #. type: textblock
34357 #: ../tools/virt-tar.pl:79
34358 msgid ""
34359 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
34360 "parts of a guest filesystem.  There are many possibilities: making backups, "
34361 "uploading data files, snooping on guest activity, fixing or customizing "
34362 "guests, etc."
34363 msgstr ""
34364
34365 # type: textblock
34366 #. type: textblock
34367 #: ../tools/virt-tar.pl:84
34368 msgid ""
34369 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
34370 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
34371 "should look at the L<guestfish(1)> tool."
34372 msgstr ""
34373
34374 #. type: textblock
34375 #: ../tools/virt-tar.pl:88
34376 msgid ""
34377 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
34378 "its contents (recursively) from the virtual machine into a local tarball.  "
34379 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
34380 "virtual machine.  You cannot use these two options together."
34381 msgstr ""
34382
34383 #. type: textblock
34384 #: ../tools/virt-tar.pl:94
34385 msgid ""
34386 "In addition, you may need to use the I<-z> (gZip) option to enable "
34387 "compression.  When uploading, you have to specify I<-z> if the upload file "
34388 "is compressed because virt-tar won't detect this on its own."
34389 msgstr ""
34390
34391 # type: textblock
34392 #. type: textblock
34393 #: ../tools/virt-tar.pl:98
34394 msgid ""
34395 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
34396 "example it cannot do PKZip files or bzip2 compression.  If you want that "
34397 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
34398 "the L<libguestfs(3)> API)."
34399 msgstr ""
34400
34401 # type: =item
34402 #. type: =item
34403 #: ../tools/virt-tar.pl:156
34404 msgid "B<-x> | B<--extract> | B<--download>"
34405 msgstr ""
34406
34407 # type: =item
34408 #. type: =item
34409 #: ../tools/virt-tar.pl:158
34410 msgid "B<-u> | B<--upload>"
34411 msgstr ""
34412
34413 #. type: textblock
34414 #: ../tools/virt-tar.pl:160
34415 msgid ""
34416 "Use I<-x> to extract (download) a directory from a virtual machine to a "
34417 "local tarball."
34418 msgstr ""
34419
34420 #. type: textblock
34421 #: ../tools/virt-tar.pl:163
34422 msgid ""
34423 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
34424 "Please read the L</WARNING> section above before using this option."
34425 msgstr ""
34426
34427 # type: textblock
34428 #. type: textblock
34429 #: ../tools/virt-tar.pl:167
34430 msgid "You must specify exactly one of these options."
34431 msgstr ""
34432
34433 # type: =item
34434 #. type: =item
34435 #: ../tools/virt-tar.pl:173
34436 msgid "B<-z> | B<--gzip>"
34437 msgstr ""
34438
34439 # type: textblock
34440 #. type: textblock
34441 #: ../tools/virt-tar.pl:175
34442 msgid "Specify that the input or output tarball is gzip-compressed."
34443 msgstr ""
34444
34445 #. type: textblock
34446 #: ../tools/virt-tar.pl:288
34447 msgid ""
34448 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
34449 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
34450 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
34451 "org/>."
34452 msgstr ""
34453
34454 # type: textblock
34455 #. type: textblock
34456 #: ../tools/virt-make-fs.pl:37
34457 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
34458 msgstr ""
34459
34460 # type: verbatim
34461 #. type: verbatim
34462 #: ../tools/virt-make-fs.pl:41
34463 #, no-wrap
34464 msgid ""
34465 " virt-make-fs [--options] input.tar output.img\n"
34466 "\n"
34467 msgstr ""
34468
34469 # type: verbatim
34470 #. type: verbatim
34471 #: ../tools/virt-make-fs.pl:43
34472 #, no-wrap
34473 msgid ""
34474 " virt-make-fs [--options] input.tar.gz output.img\n"
34475 "\n"
34476 msgstr ""
34477
34478 # type: verbatim
34479 #. type: verbatim
34480 #: ../tools/virt-make-fs.pl:45
34481 #, no-wrap
34482 msgid ""
34483 " virt-make-fs [--options] directory output.img\n"
34484 "\n"
34485 msgstr ""
34486
34487 # type: textblock
34488 #. type: textblock
34489 #: ../tools/virt-make-fs.pl:49
34490 msgid ""
34491 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
34492 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
34493 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
34494 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
34495 "you want to attach these filesystems to existing virtual machines (eg. to "
34496 "import large amounts of read-only data to a VM)."
34497 msgstr ""
34498
34499 # type: textblock
34500 #. type: textblock
34501 #: ../tools/virt-make-fs.pl:57
34502 msgid "Basic usage is:"
34503 msgstr ""
34504
34505 # type: verbatim
34506 #. type: verbatim
34507 #: ../tools/virt-make-fs.pl:59
34508 #, no-wrap
34509 msgid ""
34510 " virt-make-fs input output\n"
34511 "\n"
34512 msgstr ""
34513
34514 # type: textblock
34515 #. type: textblock
34516 #: ../tools/virt-make-fs.pl:61
34517 msgid ""
34518 "where C<input> is either a directory containing files that you want to add, "
34519 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
34520 "C<output> is a disk image.  The input type is detected automatically.  The "
34521 "output disk image defaults to a raw ext2 image unless you specify extra "
34522 "flags (see L</OPTIONS> below)."
34523 msgstr ""
34524
34525 # type: =head2
34526 #. type: =head2
34527 #: ../tools/virt-make-fs.pl:67
34528 msgid "EXTRA SPACE"
34529 msgstr ""
34530
34531 #. type: textblock
34532 #: ../tools/virt-make-fs.pl:69
34533 msgid ""
34534 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
34535 "the files that it contains, but might have extra space.  Depending on how "
34536 "you are going to use the output, you might think this extra space is wasted "
34537 "and want to minimize it, or you might want to leave space so that more files "
34538 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
34539 "but you can use the I<--size> flag to leave space in the filesystem if you "
34540 "want it."
34541 msgstr ""
34542
34543 #. type: textblock
34544 #: ../tools/virt-make-fs.pl:77
34545 msgid ""
34546 "An alternative way to leave extra space but not make the output image any "
34547 "bigger is to use an alternative disk image format (instead of the default "
34548 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
34549 "image format (check your hypervisor supports this before using it).  This "
34550 "allows you to choose a large I<--size> but the extra space won't actually be "
34551 "allocated in the image until you try to store something in it."
34552 msgstr ""
34553
34554 #. type: textblock
34555 #: ../tools/virt-make-fs.pl:85
34556 msgid ""
34557 "Don't forget that you can also use local commands including L<resize2fs(8)> "
34558 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
34559 "to build another image from scratch."
34560 msgstr ""
34561
34562 # type: =head3
34563 #. type: =head3
34564 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
34565 #: ../tools/virt-make-fs.pl:142
34566 msgid "EXAMPLE"
34567 msgstr ""
34568
34569 # type: verbatim
34570 #. type: verbatim
34571 #: ../tools/virt-make-fs.pl:91
34572 #, no-wrap
34573 msgid ""
34574 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
34575 "\n"
34576 msgstr ""
34577
34578 # type: =head2
34579 #. type: =head2
34580 #: ../tools/virt-make-fs.pl:93
34581 msgid "FILESYSTEM TYPE"
34582 msgstr ""
34583
34584 # type: textblock
34585 #. type: textblock
34586 #: ../tools/virt-make-fs.pl:95
34587 msgid ""
34588 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
34589 "libguestfs supports can be used (but I<not> read-only formats like "
34590 "ISO9660).  Here are some of the more common choices:"
34591 msgstr ""
34592
34593 # type: =item
34594 #. type: =item
34595 #: ../tools/virt-make-fs.pl:101
34596 msgid "I<ext3>"
34597 msgstr ""
34598
34599 # type: textblock
34600 #. type: textblock
34601 #: ../tools/virt-make-fs.pl:103
34602 msgid ""
34603 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
34604 "you are not going to use the filesystem in a way that requires the journal, "
34605 "then this is just wasted overhead."
34606 msgstr ""
34607
34608 # type: =item
34609 #. type: =item
34610 #: ../tools/virt-make-fs.pl:107
34611 msgid "I<ntfs> or I<vfat>"
34612 msgstr ""
34613
34614 # type: textblock
34615 #. type: textblock
34616 #: ../tools/virt-make-fs.pl:109
34617 msgid "Useful if exporting data to a Windows guest."
34618 msgstr ""
34619
34620 # type: textblock
34621 #. type: textblock
34622 #: ../tools/virt-make-fs.pl:111
34623 msgid ""
34624 "I<Note for vfat>: The tar archive or local directory must only contain files "
34625 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
34626 "program running within libguestfs is unable to change the ownership of non-"
34627 "root files, since vfat itself does not support this."
34628 msgstr ""
34629
34630 # type: =item
34631 #. type: =item
34632 #: ../tools/virt-make-fs.pl:116
34633 msgid "I<minix>"
34634 msgstr ""
34635
34636 # type: textblock
34637 #. type: textblock
34638 #: ../tools/virt-make-fs.pl:118
34639 msgid ""
34640 "Lower overhead than C<ext2>, but certain limitations on filename length and "
34641 "total filesystem size."
34642 msgstr ""
34643
34644 # type: verbatim
34645 #. type: verbatim
34646 #: ../tools/virt-make-fs.pl:125
34647 #, no-wrap
34648 msgid ""
34649 " virt-make-fs --type=minix input minixfs.img\n"
34650 "\n"
34651 msgstr ""
34652
34653 # type: =head2
34654 #. type: =head2
34655 #: ../tools/virt-make-fs.pl:127
34656 msgid "TO PARTITION OR NOT TO PARTITION"
34657 msgstr ""
34658
34659 # type: textblock
34660 #. type: textblock
34661 #: ../tools/virt-make-fs.pl:129
34662 msgid "Optionally virt-make-fs can add a partition table to the output disk."
34663 msgstr ""
34664
34665 # type: textblock
34666 #. type: textblock
34667 #: ../tools/virt-make-fs.pl:131
34668 msgid ""
34669 "Adding a partition can make the disk image more compatible with certain "
34670 "virtualized operating systems which don't expect to see a filesystem "
34671 "directly located on a block device (Linux doesn't care and will happily "
34672 "handle both types)."
34673 msgstr ""
34674
34675 # type: textblock
34676 #. type: textblock
34677 #: ../tools/virt-make-fs.pl:136
34678 msgid ""
34679 "On the other hand, if you have a partition table then the output image is no "
34680 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
34681 "directly on a partitioned disk image.  (However libguestfs tools such as "
34682 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
34683 msgstr ""
34684
34685 # type: textblock
34686 #. type: textblock
34687 #: ../tools/virt-make-fs.pl:144
34688 msgid "Add an MBR partition:"
34689 msgstr ""
34690
34691 # type: verbatim
34692 #. type: verbatim
34693 #: ../tools/virt-make-fs.pl:146
34694 #, no-wrap
34695 msgid ""
34696 " virt-make-fs --partition -- input disk.img\n"
34697 "\n"
34698 msgstr ""
34699
34700 # type: textblock
34701 #. type: textblock
34702 #: ../tools/virt-make-fs.pl:148
34703 msgid ""
34704 "If the output disk image could be terabyte-sized or larger, it's better to "
34705 "use an EFI/GPT-compatible partition table:"
34706 msgstr ""
34707
34708 # type: verbatim
34709 #. type: verbatim
34710 #: ../tools/virt-make-fs.pl:151
34711 #, no-wrap
34712 msgid ""
34713 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
34714 "\n"
34715 msgstr ""
34716
34717 # type: textblock
34718 #. type: textblock
34719 #: ../tools/virt-make-fs.pl:179
34720 msgid "Enable debugging information."
34721 msgstr ""
34722
34723 # type: =item
34724 #. type: =item
34725 #: ../tools/virt-make-fs.pl:185
34726 msgid "B<--size=E<lt>NE<gt>>"
34727 msgstr ""
34728
34729 # type: =item
34730 #. type: =item
34731 #: ../tools/virt-make-fs.pl:187
34732 msgid "B<--size=+E<lt>NE<gt>>"
34733 msgstr ""
34734
34735 # type: =item
34736 #. type: =item
34737 #: ../tools/virt-make-fs.pl:189
34738 msgid "B<-s E<lt>NE<gt>>"
34739 msgstr ""
34740
34741 # type: =item
34742 #. type: =item
34743 #: ../tools/virt-make-fs.pl:191
34744 msgid "B<-s +E<lt>NE<gt>>"
34745 msgstr ""
34746
34747 #. type: textblock
34748 #: ../tools/virt-make-fs.pl:193
34749 msgid ""
34750 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
34751 msgstr ""
34752
34753 # type: textblock
34754 #. type: textblock
34755 #: ../tools/virt-make-fs.pl:196
34756 msgid ""
34757 "If this option is I<not> given, then the output image will be just large "
34758 "enough to contain all the files, with not much wasted space."
34759 msgstr ""
34760
34761 # type: textblock
34762 #. type: textblock
34763 #: ../tools/virt-make-fs.pl:199
34764 msgid ""
34765 "To choose a fixed size output disk, specify an absolute number followed by b/"
34766 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34767 "Petabytes or Exabytes.  This must be large enough to contain all the input "
34768 "files, else you will get an error."
34769 msgstr ""
34770
34771 #. type: textblock
34772 #: ../tools/virt-make-fs.pl:204
34773 msgid ""
34774 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
34775 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34776 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
34777 "the input files, and (approximately) an extra 200 MB free space."
34778 msgstr ""
34779
34780 # type: textblock
34781 #. type: textblock
34782 #: ../tools/virt-make-fs.pl:210
34783 msgid ""
34784 "Note that virt-make-fs estimates free space, and therefore will not produce "
34785 "filesystems containing precisely the free space requested.  (It is much more "
34786 "expensive and time-consuming to produce a filesystem which has precisely the "
34787 "desired free space)."
34788 msgstr ""
34789
34790 # type: =item
34791 #. type: =item
34792 #: ../tools/virt-make-fs.pl:219
34793 msgid "B<--format=E<lt>fmtE<gt>>"
34794 msgstr ""
34795
34796 # type: =item
34797 #. type: =item
34798 #: ../tools/virt-make-fs.pl:221
34799 msgid "B<-F E<lt>fmtE<gt>>"
34800 msgstr ""
34801
34802 # type: textblock
34803 #. type: textblock
34804 #: ../tools/virt-make-fs.pl:223
34805 msgid "Choose the output disk image format."
34806 msgstr ""
34807
34808 # type: textblock
34809 #. type: textblock
34810 #: ../tools/virt-make-fs.pl:225
34811 msgid "The default is C<raw> (raw disk image)."
34812 msgstr ""
34813
34814 # type: textblock
34815 #. type: textblock
34816 #: ../tools/virt-make-fs.pl:227
34817 msgid ""
34818 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
34819 "that would really make sense here is C<qcow2>."
34820 msgstr ""
34821
34822 # type: =item
34823 #. type: =item
34824 #: ../tools/virt-make-fs.pl:234
34825 msgid "B<--type=E<lt>fsE<gt>>"
34826 msgstr ""
34827
34828 # type: =item
34829 #. type: =item
34830 #: ../tools/virt-make-fs.pl:236
34831 msgid "B<-t E<lt>fsE<gt>>"
34832 msgstr ""
34833
34834 # type: textblock
34835 #. type: textblock
34836 #: ../tools/virt-make-fs.pl:238
34837 msgid "Choose the output filesystem type."
34838 msgstr ""
34839
34840 # type: textblock
34841 #. type: textblock
34842 #: ../tools/virt-make-fs.pl:240
34843 msgid "The default is C<ext2>."
34844 msgstr ""
34845
34846 # type: textblock
34847 #. type: textblock
34848 #: ../tools/virt-make-fs.pl:242
34849 msgid ""
34850 "Any filesystem which is supported read-write by libguestfs can be used here."
34851 msgstr ""
34852
34853 # type: =item
34854 #. type: =item
34855 #: ../tools/virt-make-fs.pl:249
34856 msgid "B<--partition>"
34857 msgstr ""
34858
34859 # type: =item
34860 #. type: =item
34861 #: ../tools/virt-make-fs.pl:251
34862 msgid "B<--partition=E<lt>parttypeE<gt>>"
34863 msgstr ""
34864
34865 # type: textblock
34866 #. type: textblock
34867 #: ../tools/virt-make-fs.pl:253
34868 msgid ""
34869 "If specified, this flag adds an MBR partition table to the output disk image."
34870 msgstr ""
34871
34872 #. type: textblock
34873 #: ../tools/virt-make-fs.pl:256
34874 msgid ""
34875 "You can change the partition table type, eg. I<--partition=gpt> for large "
34876 "disks."
34877 msgstr ""
34878
34879 #. type: textblock
34880 #: ../tools/virt-make-fs.pl:259
34881 msgid ""
34882 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
34883 "might consider the next parameter to be the partition type.  For example:"
34884 msgstr ""
34885
34886 # type: verbatim
34887 #. type: verbatim
34888 #: ../tools/virt-make-fs.pl:263
34889 #, no-wrap
34890 msgid ""
34891 " virt-make-fs --partition input.tar ...\n"
34892 "\n"
34893 msgstr ""
34894
34895 #. type: textblock
34896 #: ../tools/virt-make-fs.pl:265
34897 msgid ""
34898 "would cause virt-make-fs to think you wanted to use a partition type of "
34899 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
34900 "dash) between options and the input file argument:"
34901 msgstr ""
34902
34903 # type: verbatim
34904 #. type: verbatim
34905 #: ../tools/virt-make-fs.pl:269
34906 #, no-wrap
34907 msgid ""
34908 " virt-make-fs --partition -- input.tar ...\n"
34909 "\n"
34910 msgstr ""
34911
34912 #. type: textblock
34913 #: ../tools/virt-make-fs.pl:541
34914 msgid ""
34915 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
34916 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
34917 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
34918 msgstr ""
34919
34920 # type: verbatim
34921 #. type: verbatim
34922 #: ../tools/virt-make-fs.pl:558
34923 #, no-wrap
34924 msgid ""
34925 " export LIBGUESTFS_DEBUG=1\n"
34926 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
34927 "\n"
34928 msgstr ""
34929
34930 # type: textblock
34931 #. type: textblock
34932 #: ../tools/virt-make-fs.pl:561
34933 msgid ""
34934 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
34935 "redhat.com/>"
34936 msgstr ""
34937
34938 # type: textblock
34939 #. type: textblock
34940 #: ../tools/virt-list-partitions.pl:32
34941 msgid ""
34942 "virt-list-partitions - List partitions in a virtual machine or disk image"
34943 msgstr ""
34944
34945 # type: verbatim
34946 #. type: verbatim
34947 #: ../tools/virt-list-partitions.pl:36
34948 #, no-wrap
34949 msgid ""
34950 " virt-list-partitions [--options] domname\n"
34951 "\n"
34952 msgstr ""
34953
34954 # type: verbatim
34955 #. type: verbatim
34956 #: ../tools/virt-list-partitions.pl:38
34957 #, no-wrap
34958 msgid ""
34959 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34960 "\n"
34961 msgstr ""
34962
34963 # type: textblock
34964 #. type: textblock
34965 #: ../tools/virt-list-partitions.pl:45
34966 msgid ""
34967 "C<virt-list-partitions> is a command line tool to list the partitions that "
34968 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34969 "first step to using L<virt-resize(1)>."
34970 msgstr ""
34971
34972 # type: textblock
34973 #. type: textblock
34974 #: ../tools/virt-list-partitions.pl:50
34975 msgid ""
34976 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34977 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34978 "> tool."
34979 msgstr ""
34980
34981 # type: =item
34982 #. type: =item
34983 #: ../tools/virt-list-partitions.pl:107
34984 msgid "B<-h> | B<--human-readable>"
34985 msgstr ""
34986
34987 # type: textblock
34988 #. type: textblock
34989 #: ../tools/virt-list-partitions.pl:109
34990 msgid "Show sizes in human-readable form (eg. \"1G\")."
34991 msgstr ""
34992
34993 # type: textblock
34994 #. type: textblock
34995 #: ../tools/virt-list-partitions.pl:117
34996 msgid ""
34997 "With this option, C<virt-list-partitions> displays the type and size of each "
34998 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34999 msgstr ""
35000
35001 # type: =item
35002 #. type: =item
35003 #: ../tools/virt-list-partitions.pl:124
35004 msgid "B<-t> | B<--total>"
35005 msgstr ""
35006
35007 # type: textblock
35008 #. type: textblock
35009 #: ../tools/virt-list-partitions.pl:126
35010 msgid ""
35011 "Display the total size of each block device (as a separate row or rows)."
35012 msgstr ""
35013
35014 # type: textblock
35015 #. type: textblock
35016 #: ../tools/virt-list-partitions.pl:259
35017 msgid ""
35018 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
35019 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
35020 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
35021 msgstr ""
35022
35023 # type: textblock
35024 #. type: textblock
35025 #: ../tools/virt-list-partitions.pl:275
35026 msgid "Copyright (C) 2009-2010 Red Hat Inc."
35027 msgstr ""