Version 1.11.7.
[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-05-17 17:29+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:2967 ../src/guestfs.pod:2971 ../src/guestfs.pod:2975
927 #: ../src/guestfs.pod:2979 ../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:1606
931 #: ../src/guestfs-actions.pod:1610 ../src/guestfs-actions.pod:1614
932 #: ../src/guestfs-actions.pod:1618 ../src/guestfs-actions.pod:1626
933 #: ../src/guestfs-actions.pod:1630 ../src/guestfs-actions.pod:1634
934 #: ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1648
935 #: ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1790
936 #: ../src/guestfs-actions.pod:1794 ../src/guestfs-actions.pod:1799
937 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1865
938 #: ../src/guestfs-actions.pod:1869 ../src/guestfs-actions.pod:1874
939 #: ../fish/guestfish.pod:445 ../fish/guestfish.pod:449
940 #: ../fish/guestfish.pod:453 ../fish/guestfish.pod:457
941 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
942 #: ../fish/guestfish-actions.pod:385 ../fish/guestfish-actions.pod:393
943 #: ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:407
944 #: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1081
945 #: ../fish/guestfish-actions.pod:1085 ../fish/guestfish-actions.pod:1089
946 #: ../fish/guestfish-actions.pod:1097 ../fish/guestfish-actions.pod:1101
947 #: ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1115
948 #: ../fish/guestfish-actions.pod:1119 ../fish/guestfish-actions.pod:1123
949 #: ../fish/guestfish-actions.pod:1213 ../fish/guestfish-actions.pod:1217
950 #: ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1227
951 #: ../fish/guestfish-actions.pod:1269 ../fish/guestfish-actions.pod:1273
952 #: ../fish/guestfish-actions.pod:1278 ../tools/virt-win-reg.pl:195
953 #: ../tools/virt-win-reg.pl:200 ../tools/virt-win-reg.pl:206
954 #: ../tools/virt-win-reg.pl:707 ../tools/virt-win-reg.pl:713
955 #: ../tools/virt-win-reg.pl:719
956 msgid "*"
957 msgstr ""
958
959 # type: textblock
960 #. type: textblock
961 #: ../src/guestfs.pod:390
962 msgid ""
963 "The kernel version that the command runs under will be different from what "
964 "it expects."
965 msgstr ""
966
967 # type: textblock
968 #. type: textblock
969 #: ../src/guestfs.pod:395
970 msgid ""
971 "If the command needs to communicate with daemons, then most likely they "
972 "won't be running."
973 msgstr ""
974
975 # type: textblock
976 #. type: textblock
977 #: ../src/guestfs.pod:400
978 msgid "The command will be running in limited memory."
979 msgstr ""
980
981 # type: textblock
982 #. type: textblock
983 #: ../src/guestfs.pod:404
984 msgid ""
985 "The network may not be available unless you enable it (see L</"
986 "guestfs_set_network>)."
987 msgstr ""
988
989 # type: textblock
990 #. type: textblock
991 #: ../src/guestfs.pod:409
992 msgid "Only supports Linux guests (not Windows, BSD, etc)."
993 msgstr ""
994
995 # type: textblock
996 #. type: textblock
997 #: ../src/guestfs.pod:413
998 msgid ""
999 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1000 msgstr ""
1001
1002 # type: textblock
1003 #. type: textblock
1004 #: ../src/guestfs.pod:418
1005 msgid ""
1006 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1007 "See L</SELINUX> in this manpage."
1008 msgstr ""
1009
1010 # type: textblock
1011 #. type: textblock
1012 #: ../src/guestfs.pod:423
1013 msgid ""
1014 "I<Security:> It is not safe to run commands from untrusted, possibly "
1015 "malicious guests.  These commands may attempt to exploit your program by "
1016 "sending unexpected output.  They could also try to exploit the Linux kernel "
1017 "or qemu provided by the libguestfs appliance.  They could use the network "
1018 "provided by the libguestfs appliance to bypass ordinary network partitions "
1019 "and firewalls.  They could use the elevated privileges or different SELinux "
1020 "context of your program to their advantage."
1021 msgstr ""
1022
1023 # type: textblock
1024 #. type: textblock
1025 #: ../src/guestfs.pod:432
1026 msgid ""
1027 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1028 "(a script which runs when the guest next boots normally), and to have this "
1029 "script run the commands you want in the normal context of the running guest, "
1030 "network security and so on.  For information about other security issues, "
1031 "see L</SECURITY>."
1032 msgstr ""
1033
1034 # type: textblock
1035 #. type: textblock
1036 #: ../src/guestfs.pod:440
1037 msgid ""
1038 "The two main API calls to run commands are L</guestfs_command> and L</"
1039 "guestfs_sh> (there are also variations)."
1040 msgstr ""
1041
1042 # type: textblock
1043 #. type: textblock
1044 #: ../src/guestfs.pod:443
1045 msgid ""
1046 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1047 "shell globs, redirections, etc will work."
1048 msgstr ""
1049
1050 # type: =head2
1051 #. type: =head2
1052 #: ../src/guestfs.pod:446
1053 msgid "CONFIGURATION FILES"
1054 msgstr ""
1055
1056 # type: textblock
1057 #. type: textblock
1058 #: ../src/guestfs.pod:448
1059 msgid ""
1060 "To read and write configuration files in Linux guest filesystems, we "
1061 "strongly recommend using Augeas.  For example, Augeas understands how to "
1062 "read and write, say, a Linux shadow password file or X.org configuration "
1063 "file, and so avoids you having to write that code."
1064 msgstr ""
1065
1066 # type: textblock
1067 #. type: textblock
1068 #: ../src/guestfs.pod:453
1069 msgid ""
1070 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1071 "document Augeas itself here because there is excellent documentation on the "
1072 "L<http://augeas.net/> website."
1073 msgstr ""
1074
1075 # type: textblock
1076 #. type: textblock
1077 #: ../src/guestfs.pod:457
1078 msgid ""
1079 "If you don't want to use Augeas (you fool!) then try calling L</"
1080 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1081 "over."
1082 msgstr ""
1083
1084 # type: =head2
1085 #. type: =head2
1086 #: ../src/guestfs.pod:461
1087 msgid "SELINUX"
1088 msgstr ""
1089
1090 # type: textblock
1091 #. type: textblock
1092 #: ../src/guestfs.pod:463
1093 msgid ""
1094 "We support SELinux guests.  To ensure that labeling happens correctly in "
1095 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1096 msgstr ""
1097
1098 # type: =item
1099 #. type: =item
1100 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395
1101 #: ../src/guestfs.pod:2426
1102 msgid "1."
1103 msgstr ""
1104
1105 # type: textblock
1106 #. type: textblock
1107 #: ../src/guestfs.pod:471
1108 msgid "Before launching, do:"
1109 msgstr ""
1110
1111 # type: verbatim
1112 #. type: verbatim
1113 #: ../src/guestfs.pod:473
1114 #, no-wrap
1115 msgid ""
1116 " guestfs_set_selinux (g, 1);\n"
1117 "\n"
1118 msgstr ""
1119
1120 # type: =item
1121 #. type: =item
1122 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399
1123 #: ../src/guestfs.pod:2451
1124 msgid "2."
1125 msgstr ""
1126
1127 # type: textblock
1128 #. type: textblock
1129 #: ../src/guestfs.pod:477
1130 msgid ""
1131 "After mounting the guest's filesystem(s), load the policy.  This is best "
1132 "done by running the L<load_policy(8)> command in the guest itself:"
1133 msgstr ""
1134
1135 # type: verbatim
1136 #. type: verbatim
1137 #: ../src/guestfs.pod:481
1138 #, no-wrap
1139 msgid ""
1140 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1141 "\n"
1142 msgstr ""
1143
1144 # type: textblock
1145 #. type: textblock
1146 #: ../src/guestfs.pod:483
1147 msgid ""
1148 "(Older versions of C<load_policy> require you to specify the name of the "
1149 "policy file)."
1150 msgstr ""
1151
1152 # type: =item
1153 #. type: =item
1154 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
1155 msgid "3."
1156 msgstr ""
1157
1158 # type: textblock
1159 #. type: textblock
1160 #: ../src/guestfs.pod:488
1161 msgid ""
1162 "Optionally, set the security context for the API.  The correct security "
1163 "context to use can only be known by inspecting the guest.  As an example:"
1164 msgstr ""
1165
1166 # type: verbatim
1167 #. type: verbatim
1168 #: ../src/guestfs.pod:492
1169 #, no-wrap
1170 msgid ""
1171 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1172 "\n"
1173 msgstr ""
1174
1175 # type: textblock
1176 #. type: textblock
1177 #: ../src/guestfs.pod:496
1178 msgid "This will work for running commands and editing existing files."
1179 msgstr ""
1180
1181 # type: textblock
1182 #. type: textblock
1183 #: ../src/guestfs.pod:498
1184 msgid ""
1185 "When new files are created, you may need to label them explicitly, for "
1186 "example by running the external command C<restorecon pathname>."
1187 msgstr ""
1188
1189 # type: =head2
1190 #. type: =head2
1191 #: ../src/guestfs.pod:502
1192 msgid "UMASK"
1193 msgstr ""
1194
1195 # type: textblock
1196 #. type: textblock
1197 #: ../src/guestfs.pod:504
1198 msgid ""
1199 "Certain calls are affected by the current file mode creation mask (the "
1200 "\"umask\").  In particular ones which create files or directories, such as "
1201 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1202 "either the default mode that the file is created with or modifies the mode "
1203 "that you supply."
1204 msgstr ""
1205
1206 # type: textblock
1207 #. type: textblock
1208 #: ../src/guestfs.pod:510
1209 msgid ""
1210 "The default umask is C<022>, so files are created with modes such as C<0644> "
1211 "and directories with C<0755>."
1212 msgstr ""
1213
1214 # type: textblock
1215 #. type: textblock
1216 #: ../src/guestfs.pod:513
1217 msgid ""
1218 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1219 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1220 "guestfs_chmod> after creating each file or directory."
1221 msgstr ""
1222
1223 # type: textblock
1224 #. type: textblock
1225 #: ../src/guestfs.pod:517
1226 msgid "For more information about umask, see L<umask(2)>."
1227 msgstr ""
1228
1229 # type: =head1
1230 #. type: =head1
1231 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:767
1232 msgid "ENCRYPTED DISKS"
1233 msgstr ""
1234
1235 # type: textblock
1236 #. type: textblock
1237 #: ../src/guestfs.pod:521
1238 msgid ""
1239 "Libguestfs allows you to access Linux guests which have been encrypted using "
1240 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1241 "standard.  This includes nearly all whole disk encryption systems used by "
1242 "modern Linux guests."
1243 msgstr ""
1244
1245 # type: textblock
1246 #. type: textblock
1247 #: ../src/guestfs.pod:527
1248 msgid ""
1249 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1250 "returns the string C<crypto_LUKS>)."
1251 msgstr ""
1252
1253 # type: textblock
1254 #. type: textblock
1255 #: ../src/guestfs.pod:530
1256 msgid ""
1257 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1258 "will require the passphrase!"
1259 msgstr ""
1260
1261 # type: textblock
1262 #. type: textblock
1263 #: ../src/guestfs.pod:533
1264 msgid ""
1265 "Opening a LUKS device creates a new device mapper device called C</dev/"
1266 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1267 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1268 "from and encrypted to the underlying block device respectively."
1269 msgstr ""
1270
1271 # type: textblock
1272 #. type: textblock
1273 #: ../src/guestfs.pod:539
1274 msgid ""
1275 "LVM volume groups on the device can be made visible by calling L</"
1276 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1277 "(s) can now be mounted in the usual way."
1278 msgstr ""
1279
1280 # type: textblock
1281 #. type: textblock
1282 #: ../src/guestfs.pod:543
1283 msgid ""
1284 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1285 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1286 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1287 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1288 "underlying encrypted block device)."
1289 msgstr ""
1290
1291 # type: =head2
1292 #. type: =head2
1293 #: ../src/guestfs.pod:550
1294 msgid "INSPECTION"
1295 msgstr ""
1296
1297 #. type: textblock
1298 #: ../src/guestfs.pod:552
1299 msgid ""
1300 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1301 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1302 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1303 "version 1.5.3 the most frequently used part of this library has been "
1304 "rewritten in C and moved into the core code)."
1305 msgstr ""
1306
1307 # type: textblock
1308 #. type: textblock
1309 #: ../src/guestfs.pod:559
1310 msgid ""
1311 "Add all disks belonging to the unknown virtual machine and call L</"
1312 "guestfs_launch> in the usual way."
1313 msgstr ""
1314
1315 # type: textblock
1316 #. type: textblock
1317 #: ../src/guestfs.pod:562
1318 msgid ""
1319 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1320 "and certain heuristics, and returns a list of operating systems that were "
1321 "found.  An empty list means none were found.  A single element is the root "
1322 "filesystem of the operating system.  For dual- or multi-boot guests, "
1323 "multiple roots can be returned, each one corresponding to a separate "
1324 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1325 "world of virtualization, but since this scenario can happen, we have built "
1326 "libguestfs to deal with it.)"
1327 msgstr ""
1328
1329 # type: textblock
1330 #. type: textblock
1331 #: ../src/guestfs.pod:571
1332 msgid ""
1333 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1334 "to get additional details about that operating system.  For example, call L</"
1335 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1336 "Windows and Linux-based operating systems respectively."
1337 msgstr ""
1338
1339 # type: textblock
1340 #. type: textblock
1341 #: ../src/guestfs.pod:577
1342 msgid ""
1343 "Un*x-like and Linux-based operating systems usually consist of several "
1344 "filesystems which are mounted at boot time (for example, a separate boot "
1345 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1346 "filesystems correspond to mount points.  Call "
1347 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1348 "hash table like this example:"
1349 msgstr ""
1350
1351 # type: verbatim
1352 #. type: verbatim
1353 #: ../src/guestfs.pod:584
1354 #, no-wrap
1355 msgid ""
1356 " /boot => /dev/sda1\n"
1357 " /     => /dev/vg_guest/lv_root\n"
1358 " /usr  => /dev/vg_guest/lv_usr\n"
1359 "\n"
1360 msgstr ""
1361
1362 # type: textblock
1363 #. type: textblock
1364 #: ../src/guestfs.pod:588
1365 msgid ""
1366 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1367 "filesystems as suggested."
1368 msgstr ""
1369
1370 # type: textblock
1371 #. type: textblock
1372 #: ../src/guestfs.pod:591
1373 msgid ""
1374 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1375 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1376 msgstr ""
1377
1378 # type: textblock
1379 #. type: textblock
1380 #: ../src/guestfs.pod:595
1381 msgid ""
1382 "Inspection currently only works for some common operating systems.  "
1383 "Contributors are welcome to send patches for other operating systems that we "
1384 "currently cannot detect."
1385 msgstr ""
1386
1387 # type: textblock
1388 #. type: textblock
1389 #: ../src/guestfs.pod:599
1390 msgid ""
1391 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1392 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1393 "encrypted devices."
1394 msgstr ""
1395
1396 # type: textblock
1397 #. type: textblock
1398 #: ../src/guestfs.pod:603
1399 msgid ""
1400 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1401 "inspection and caches the results in the guest handle.  Subsequent calls to "
1402 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1403 "read the disks.  If you change the content of the guest disks, you can redo "
1404 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1405 "guestfs_inspect_list_applications> works a little differently from the other "
1406 "calls and does read the disks.  See documentation for that function for "
1407 "details)."
1408 msgstr ""
1409
1410 #. type: =head3
1411 #: ../src/guestfs.pod:612
1412 msgid "INSPECTING INSTALL DISKS"
1413 msgstr ""
1414
1415 #. type: textblock
1416 #: ../src/guestfs.pod:614
1417 msgid ""
1418 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1419 "CDs and more."
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:617
1424 msgid ""
1425 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1426 "system, which currently can be C<installed> (a regular operating system) or "
1427 "C<installer> (some sort of install disk)."
1428 msgstr ""
1429
1430 #. type: textblock
1431 #: ../src/guestfs.pod:621
1432 msgid ""
1433 "Further information is available about the operating system that can be "
1434 "installed using the regular inspection APIs like L</"
1435 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1436 msgstr ""
1437
1438 #. type: textblock
1439 #: ../src/guestfs.pod:626
1440 msgid ""
1441 "Some additional information specific to installer disks is also available "
1442 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1443 "guestfs_inspect_is_multipart> calls."
1444 msgstr ""
1445
1446 # type: =head2
1447 #. type: =head2
1448 #: ../src/guestfs.pod:631
1449 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1450 msgstr ""
1451
1452 # type: textblock
1453 #. type: textblock
1454 #: ../src/guestfs.pod:633
1455 msgid ""
1456 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1457 "ntfs-3g.org/> driver."
1458 msgstr ""
1459
1460 # type: =head3
1461 #. type: =head3
1462 #: ../src/guestfs.pod:636
1463 msgid "DRIVE LETTERS AND PATHS"
1464 msgstr ""
1465
1466 # type: textblock
1467 #. type: textblock
1468 #: ../src/guestfs.pod:638
1469 msgid ""
1470 "DOS and Windows still use drive letters, and the filesystems are always "
1471 "treated as case insensitive by Windows itself, and therefore you might find "
1472 "a Windows configuration file referring to a path like C<c:\\windows"
1473 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1474 "might be referred to as C</WINDOWS/System32>."
1475 msgstr ""
1476
1477 #. type: textblock
1478 #: ../src/guestfs.pod:644
1479 msgid ""
1480 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1481 "L</guestfs_inspect_get_drive_mappings>)"
1482 msgstr ""
1483
1484 #. type: textblock
1485 #: ../src/guestfs.pod:647
1486 msgid ""
1487 "Dealing with separator characters (backslash vs forward slash) is outside "
1488 "the scope of libguestfs, but usually a simple character replacement will "
1489 "work."
1490 msgstr ""
1491
1492 #. type: textblock
1493 #: ../src/guestfs.pod:651
1494 msgid ""
1495 "To resolve the case insensitivity of paths, call L</"
1496 "guestfs_case_sensitive_path>."
1497 msgstr ""
1498
1499 # type: =head3
1500 #. type: =head3
1501 #: ../src/guestfs.pod:654
1502 msgid "ACCESSING THE WINDOWS REGISTRY"
1503 msgstr ""
1504
1505 # type: textblock
1506 #. type: textblock
1507 #: ../src/guestfs.pod:656
1508 msgid ""
1509 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1510 "files, through the library C<hivex> which is part of the libguestfs project "
1511 "although ships as a separate tarball.  You have to locate and download the "
1512 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1513 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1514 "reg(1)> for more help on this issue."
1515 msgstr ""
1516
1517 # type: =head3
1518 #. type: =head3
1519 #: ../src/guestfs.pod:664
1520 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1521 msgstr ""
1522
1523 # type: textblock
1524 #. type: textblock
1525 #: ../src/guestfs.pod:666
1526 msgid ""
1527 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1528 "provide something which looks like a Linux symlink.  The way it tries to do "
1529 "the rewriting is described here:"
1530 msgstr ""
1531
1532 # type: textblock
1533 #. type: textblock
1534 #: ../src/guestfs.pod:670
1535 msgid ""
1536 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1537 "symbolic-links/>"
1538 msgstr ""
1539
1540 # type: textblock
1541 #. type: textblock
1542 #: ../src/guestfs.pod:672
1543 msgid ""
1544 "The essential problem is that ntfs-3g simply does not have enough "
1545 "information to do a correct job.  NTFS links can contain drive letters and "
1546 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1547 "It is almost certainly the case that libguestfs callers should ignore what "
1548 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1549 msgstr ""
1550
1551 # type: textblock
1552 #. type: textblock
1553 #: ../src/guestfs.pod:679
1554 msgid ""
1555 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1556 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1557 "attribute, and read the raw reparse data from that (you can find the format "
1558 "documented in various places around the web)."
1559 msgstr ""
1560
1561 # type: =head3
1562 #. type: =head3
1563 #: ../src/guestfs.pod:684
1564 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1565 msgstr ""
1566
1567 # type: textblock
1568 #. type: textblock
1569 #: ../src/guestfs.pod:686
1570 msgid ""
1571 "There are other useful extended attributes that can be read from ntfs-3g "
1572 "filesystems (using L</guestfs_getxattr>).  See:"
1573 msgstr ""
1574
1575 # type: textblock
1576 #. type: textblock
1577 #: ../src/guestfs.pod:689
1578 msgid ""
1579 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1580 msgstr ""
1581
1582 # type: =head2
1583 #. type: =head2
1584 #: ../src/guestfs.pod:691
1585 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1586 msgstr ""
1587
1588 # type: textblock
1589 #. type: textblock
1590 #: ../src/guestfs.pod:693
1591 msgid ""
1592 "Although we don't want to discourage you from using the C API, we will "
1593 "mention here that the same API is also available in other languages."
1594 msgstr ""
1595
1596 #. type: textblock
1597 #: ../src/guestfs.pod:696
1598 msgid ""
1599 "The API is broadly identical in all supported languages.  This means that "
1600 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1601 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1602 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1603 "each language."
1604 msgstr ""
1605
1606 # type: textblock
1607 #. type: textblock
1608 #: ../src/guestfs.pod:702
1609 msgid ""
1610 "Error messages are automatically transformed into exceptions if the language "
1611 "supports it."
1612 msgstr ""
1613
1614 # type: textblock
1615 #. type: textblock
1616 #: ../src/guestfs.pod:705
1617 msgid ""
1618 "We don't try to \"object orientify\" parts of the API in OO languages, "
1619 "although contributors are welcome to write higher level APIs above what we "
1620 "provide in their favourite languages if they wish."
1621 msgstr ""
1622
1623 # type: =item
1624 #. type: =item
1625 #: ../src/guestfs.pod:711
1626 msgid "B<C++>"
1627 msgstr ""
1628
1629 # type: textblock
1630 #. type: textblock
1631 #: ../src/guestfs.pod:713
1632 msgid ""
1633 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1634 "identical to the C API.  C++ classes and exceptions are not used."
1635 msgstr ""
1636
1637 # type: =item
1638 #. type: =item
1639 #: ../src/guestfs.pod:717
1640 msgid "B<C#>"
1641 msgstr ""
1642
1643 # type: textblock
1644 #. type: textblock
1645 #: ../src/guestfs.pod:719
1646 msgid ""
1647 "The C# bindings are highly experimental.  Please read the warnings at the "
1648 "top of C<csharp/Libguestfs.cs>."
1649 msgstr ""
1650
1651 # type: =item
1652 #. type: =item
1653 #: ../src/guestfs.pod:722
1654 msgid "B<Haskell>"
1655 msgstr ""
1656
1657 # type: textblock
1658 #. type: textblock
1659 #: ../src/guestfs.pod:724
1660 msgid ""
1661 "This is the only language binding that is working but incomplete.  Only "
1662 "calls which return simple integers have been bound in Haskell, and we are "
1663 "looking for help to complete this binding."
1664 msgstr ""
1665
1666 # type: =item
1667 #. type: =item
1668 #: ../src/guestfs.pod:728
1669 msgid "B<Java>"
1670 msgstr ""
1671
1672 # type: textblock
1673 #. type: textblock
1674 #: ../src/guestfs.pod:730
1675 msgid ""
1676 "Full documentation is contained in the Javadoc which is distributed with "
1677 "libguestfs."
1678 msgstr ""
1679
1680 # type: =item
1681 #. type: =item
1682 #: ../src/guestfs.pod:733
1683 msgid "B<OCaml>"
1684 msgstr ""
1685
1686 #. type: textblock
1687 #: ../src/guestfs.pod:735
1688 msgid "See L<guestfs-ocaml(3)>."
1689 msgstr ""
1690
1691 # type: =item
1692 #. type: =item
1693 #: ../src/guestfs.pod:737
1694 msgid "B<Perl>"
1695 msgstr ""
1696
1697 #. type: textblock
1698 #: ../src/guestfs.pod:739
1699 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1700 msgstr ""
1701
1702 # type: =item
1703 #. type: =item
1704 #: ../src/guestfs.pod:741
1705 msgid "B<PHP>"
1706 msgstr ""
1707
1708 # type: textblock
1709 #. type: textblock
1710 #: ../src/guestfs.pod:743
1711 msgid ""
1712 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1713 "the php-libguestfs package for your distribution."
1714 msgstr ""
1715
1716 # type: textblock
1717 #. type: textblock
1718 #: ../src/guestfs.pod:746
1719 msgid "The PHP binding only works correctly on 64 bit machines."
1720 msgstr ""
1721
1722 # type: =item
1723 #. type: =item
1724 #: ../src/guestfs.pod:748
1725 msgid "B<Python>"
1726 msgstr ""
1727
1728 #. type: textblock
1729 #: ../src/guestfs.pod:750
1730 msgid "See L<guestfs-python(3)>."
1731 msgstr ""
1732
1733 # type: =item
1734 #. type: =item
1735 #: ../src/guestfs.pod:752
1736 msgid "B<Ruby>"
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: ../src/guestfs.pod:754
1741 msgid "See L<guestfs-ruby(3)>."
1742 msgstr ""
1743
1744 # type: =item
1745 #. type: =item
1746 #: ../src/guestfs.pod:756
1747 msgid "B<shell scripts>"
1748 msgstr ""
1749
1750 #. type: textblock
1751 #: ../src/guestfs.pod:758
1752 msgid "See L<guestfish(1)>."
1753 msgstr ""
1754
1755 # type: =head2
1756 #. type: =head2
1757 #: ../src/guestfs.pod:762
1758 msgid "LIBGUESTFS GOTCHAS"
1759 msgstr ""
1760
1761 # type: textblock
1762 #. type: textblock
1763 #: ../src/guestfs.pod:764
1764 msgid ""
1765 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1766 "system [...] that works in the way it is documented but is counterintuitive "
1767 "and almost invites mistakes.\""
1768 msgstr ""
1769
1770 # type: textblock
1771 #. type: textblock
1772 #: ../src/guestfs.pod:768
1773 msgid ""
1774 "Since we developed libguestfs and the associated tools, there are several "
1775 "things we would have designed differently, but are now stuck with for "
1776 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1777 "release, you can expect these to change.  Beware of them."
1778 msgstr ""
1779
1780 # type: =item
1781 #. type: =item
1782 #: ../src/guestfs.pod:776
1783 msgid "Autosync / forgetting to sync."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:778
1788 msgid ""
1789 "I<Update:> Autosync is enabled by default for all API users starting from "
1790 "libguestfs 1.5.24.  This section only applies to older versions."
1791 msgstr ""
1792
1793 # type: textblock
1794 #. type: textblock
1795 #: ../src/guestfs.pod:781
1796 msgid ""
1797 "When modifying a filesystem from C or another language, you B<must> unmount "
1798 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1799 "libguestfs handle.  You can also call:"
1800 msgstr ""
1801
1802 # type: verbatim
1803 #. type: verbatim
1804 #: ../src/guestfs.pod:785
1805 #, no-wrap
1806 msgid ""
1807 " guestfs_set_autosync (g, 1);\n"
1808 "\n"
1809 msgstr ""
1810
1811 # type: textblock
1812 #. type: textblock
1813 #: ../src/guestfs.pod:787
1814 msgid ""
1815 "to have the unmount/sync done automatically for you when the handle 'g' is "
1816 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1817 msgstr ""
1818
1819 # type: textblock
1820 #. type: textblock
1821 #: ../src/guestfs.pod:791
1822 msgid ""
1823 "If you forget to do this, then it is entirely possible that your changes "
1824 "won't be written out, or will be partially written, or (very rarely) that "
1825 "you'll get disk corruption."
1826 msgstr ""
1827
1828 # type: textblock
1829 #. type: textblock
1830 #: ../src/guestfs.pod:795
1831 msgid ""
1832 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1833 "guestfish scripts that forget to sync will work just fine, which can make "
1834 "this very puzzling if you are trying to debug a problem."
1835 msgstr ""
1836
1837 # type: =item
1838 #. type: =item
1839 #: ../src/guestfs.pod:799
1840 msgid "Mount option C<-o sync> should not be the default."
1841 msgstr ""
1842
1843 # type: textblock
1844 #. type: textblock
1845 #: ../src/guestfs.pod:801
1846 msgid ""
1847 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1848 "However C<-o sync> does not add any reliability benefit, but does have a "
1849 "very large performance impact."
1850 msgstr ""
1851
1852 # type: textblock
1853 #. type: textblock
1854 #: ../src/guestfs.pod:805
1855 msgid ""
1856 "The work around is to use L</guestfs_mount_options> and set the mount "
1857 "options that you actually want to use."
1858 msgstr ""
1859
1860 # type: =item
1861 #. type: =item
1862 #: ../src/guestfs.pod:808
1863 msgid "Read-only should be the default."
1864 msgstr ""
1865
1866 # type: textblock
1867 #. type: textblock
1868 #: ../src/guestfs.pod:810
1869 msgid ""
1870 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1871 "specify I<--rw> if you want to make changes to the image."
1872 msgstr ""
1873
1874 # type: textblock
1875 #. type: textblock
1876 #: ../src/guestfs.pod:813
1877 msgid "This would reduce the potential to corrupt live VM images."
1878 msgstr ""
1879
1880 # type: textblock
1881 #. type: textblock
1882 #: ../src/guestfs.pod:815
1883 msgid ""
1884 "Note that many filesystems change the disk when you just mount and unmount, "
1885 "even if you didn't perform any writes.  You need to use L</"
1886 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1887 msgstr ""
1888
1889 # type: =item
1890 #. type: =item
1891 #: ../src/guestfs.pod:819
1892 msgid "guestfish command line is hard to use."
1893 msgstr ""
1894
1895 # type: textblock
1896 #. type: textblock
1897 #: ../src/guestfs.pod:821
1898 msgid ""
1899 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1900 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1901 "exist, so it fails.  In earlier versions of guestfish the error message was "
1902 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1903 "we should have used C<guestfish -c command> to run commands."
1904 msgstr ""
1905
1906 # type: =item
1907 #. type: =item
1908 #: ../src/guestfs.pod:828
1909 msgid "guestfish megabyte modifiers don't work right on all commands"
1910 msgstr ""
1911
1912 # type: textblock
1913 #. type: textblock
1914 #: ../src/guestfs.pod:830
1915 msgid ""
1916 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1917 "other modifiers).  What guestfish actually does is to multiply the number "
1918 "part by the modifier part and pass the result to the C API.  However this "
1919 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1920 "expecting some other unit (eg. megabytes)."
1921 msgstr ""
1922
1923 # type: textblock
1924 #. type: textblock
1925 #: ../src/guestfs.pod:837
1926 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1927 msgstr ""
1928
1929 # type: verbatim
1930 #. type: verbatim
1931 #: ../src/guestfs.pod:839
1932 #, no-wrap
1933 msgid ""
1934 " lvcreate LV VG 100M\n"
1935 "\n"
1936 msgstr ""
1937
1938 # type: textblock
1939 #. type: textblock
1940 #: ../src/guestfs.pod:841
1941 msgid ""
1942 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1943 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1944 "megabytes * megabytes) logical volume.  The error message you get from this "
1945 "is also a little obscure."
1946 msgstr ""
1947
1948 # type: textblock
1949 #. type: textblock
1950 #: ../src/guestfs.pod:846
1951 msgid ""
1952 "This could be fixed in the generator by specially marking parameters and "
1953 "return values which take bytes or other units."
1954 msgstr ""
1955
1956 # type: =item
1957 #. type: =item
1958 #: ../src/guestfs.pod:849
1959 msgid "Ambiguity between devices and paths"
1960 msgstr ""
1961
1962 # type: textblock
1963 #. type: textblock
1964 #: ../src/guestfs.pod:851
1965 msgid ""
1966 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1967 "sdb2>) and a similar pathname.  A file might just happen to be called "
1968 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1969 msgstr ""
1970
1971 # type: textblock
1972 #. type: textblock
1973 #: ../src/guestfs.pod:856
1974 msgid ""
1975 "In the current API we usually resolve this ambiguity by having two separate "
1976 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1977 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1978 "detecting if the path supplied begins with C</dev/>."
1979 msgstr ""
1980
1981 # type: textblock
1982 #. type: textblock
1983 #: ../src/guestfs.pod:862
1984 msgid ""
1985 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1986 "make paths/devices into structured names.  One way to do this would be to "
1987 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1988 "aspect of grub.  Another way would be to use a structured type, equivalent "
1989 "to this OCaml type:"
1990 msgstr ""
1991
1992 # type: verbatim
1993 #. type: verbatim
1994 #: ../src/guestfs.pod:868
1995 #, no-wrap
1996 msgid ""
1997 " type path = Path of string | Device of int | Partition of int * int\n"
1998 "\n"
1999 msgstr ""
2000
2001 # type: textblock
2002 #. type: textblock
2003 #: ../src/guestfs.pod:870
2004 msgid "which would allow you to pass arguments like:"
2005 msgstr ""
2006
2007 # type: verbatim
2008 #. type: verbatim
2009 #: ../src/guestfs.pod:872
2010 #, no-wrap
2011 msgid ""
2012 " Path \"/foo/bar\"\n"
2013 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
2014 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
2015 " Path \"/dev/sdb2\"    (* not a device *)\n"
2016 "\n"
2017 msgstr ""
2018
2019 # type: textblock
2020 #. type: textblock
2021 #: ../src/guestfs.pod:877
2022 msgid ""
2023 "As you can see there are still problems to resolve even with this "
2024 "representation.  Also consider how it might work in guestfish."
2025 msgstr ""
2026
2027 # type: =head2
2028 #. type: =head2
2029 #: ../src/guestfs.pod:882
2030 msgid "KEYS AND PASSPHRASES"
2031 msgstr ""
2032
2033 # type: textblock
2034 #. type: textblock
2035 #: ../src/guestfs.pod:884
2036 msgid ""
2037 "Certain libguestfs calls take a parameter that contains sensitive key "
2038 "material, passed in as a C string."
2039 msgstr ""
2040
2041 # type: textblock
2042 #. type: textblock
2043 #: ../src/guestfs.pod:887
2044 msgid ""
2045 "In the future we would hope to change the libguestfs implementation so that "
2046 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2047 "swap.  However this is I<not> done at the moment, because of the complexity "
2048 "of such an implementation."
2049 msgstr ""
2050
2051 # type: textblock
2052 #. type: textblock
2053 #: ../src/guestfs.pod:892
2054 msgid ""
2055 "Therefore you should be aware that any key parameter you pass to libguestfs "
2056 "might end up being written out to the swap partition.  If this is a concern, "
2057 "scrub the swap partition or don't use libguestfs on encrypted devices."
2058 msgstr ""
2059
2060 # type: =head1
2061 #. type: =head2
2062 #: ../src/guestfs.pod:897
2063 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2064 msgstr ""
2065
2066 # type: textblock
2067 #. type: textblock
2068 #: ../src/guestfs.pod:899
2069 msgid ""
2070 "All high-level libguestfs actions are synchronous.  If you want to use "
2071 "libguestfs asynchronously then you must create a thread."
2072 msgstr ""
2073
2074 # type: textblock
2075 #. type: textblock
2076 #: ../src/guestfs.pod:902
2077 msgid ""
2078 "Only use the handle from a single thread.  Either use the handle exclusively "
2079 "from one thread, or provide your own mutex so that two threads cannot issue "
2080 "calls on the same handle at the same time."
2081 msgstr ""
2082
2083 # type: textblock
2084 #. type: textblock
2085 #: ../src/guestfs.pod:906
2086 msgid ""
2087 "See the graphical program guestfs-browser for one possible architecture for "
2088 "multithreaded programs using libvirt and libguestfs."
2089 msgstr ""
2090
2091 # type: =head1
2092 #. type: =head2
2093 #: ../src/guestfs.pod:909
2094 msgid "PATH"
2095 msgstr ""
2096
2097 #. type: textblock
2098 #: ../src/guestfs.pod:911
2099 msgid ""
2100 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2101 "internal path."
2102 msgstr ""
2103
2104 # type: textblock
2105 #. type: textblock
2106 #: ../src/guestfs.pod:914
2107 msgid ""
2108 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2109 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2110 msgstr ""
2111
2112 # type: textblock
2113 #. type: textblock
2114 #: ../src/guestfs.pod:917
2115 msgid ""
2116 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2117 "to change the directories that libguestfs will search in.  The value is a "
2118 "colon-separated list of paths.  The current directory is I<not> searched "
2119 "unless the path contains an empty element or C<.>.  For example "
2120 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2121 "then C</usr/lib/guestfs>."
2122 msgstr ""
2123
2124 # type: =head1
2125 #. type: =head2
2126 #: ../src/guestfs.pod:924
2127 msgid "QEMU WRAPPERS"
2128 msgstr ""
2129
2130 # type: textblock
2131 #. type: textblock
2132 #: ../src/guestfs.pod:926
2133 msgid ""
2134 "If you want to compile your own qemu, run qemu from a non-standard location, "
2135 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2136 "around qemu."
2137 msgstr ""
2138
2139 # type: textblock
2140 #. type: textblock
2141 #: ../src/guestfs.pod:930
2142 msgid ""
2143 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2144 "last command in the shell script (so that qemu replaces the shell and "
2145 "becomes the direct child of the libguestfs-using program).  If you don't do "
2146 "this, then the qemu process won't be cleaned up correctly."
2147 msgstr ""
2148
2149 # type: textblock
2150 #. type: textblock
2151 #: ../src/guestfs.pod:935
2152 msgid ""
2153 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2154 "source:"
2155 msgstr ""
2156
2157 # type: verbatim
2158 #. type: verbatim
2159 #: ../src/guestfs.pod:938
2160 #, no-wrap
2161 msgid ""
2162 " #!/bin/sh -\n"
2163 " qemudir=/home/rjones/d/qemu\n"
2164 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2165 "\n"
2166 msgstr ""
2167
2168 # type: textblock
2169 #. type: textblock
2170 #: ../src/guestfs.pod:942
2171 msgid ""
2172 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2173 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2174 "example:"
2175 msgstr ""
2176
2177 # type: verbatim
2178 #. type: verbatim
2179 #: ../src/guestfs.pod:946
2180 #, no-wrap
2181 msgid ""
2182 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2183 "\n"
2184 msgstr ""
2185
2186 # type: textblock
2187 #. type: textblock
2188 #: ../src/guestfs.pod:948
2189 msgid ""
2190 "Note that libguestfs also calls qemu with the -help and -version options in "
2191 "order to determine features."
2192 msgstr ""
2193
2194 #. type: =head2
2195 #: ../src/guestfs.pod:951
2196 msgid "ATTACHING TO RUNNING DAEMONS"
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:953
2201 msgid ""
2202 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2203 "babies.  Use with caution."
2204 msgstr ""
2205
2206 #. type: textblock
2207 #: ../src/guestfs.pod:956
2208 msgid ""
2209 "I<Note (2):> This section explains how to attach to a running daemon from a "
2210 "low level perspective.  For most users, simply using virt tools such as "
2211 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2212 msgstr ""
2213
2214 #. type: =head3
2215 #: ../src/guestfs.pod:960
2216 msgid "Using guestfs_set_attach_method"
2217 msgstr ""
2218
2219 #. type: textblock
2220 #: ../src/guestfs.pod:962
2221 msgid ""
2222 "By calling L</guestfs_set_attach_method> you can change how the library "
2223 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2224 "ARCHITECTURE> for some background)."
2225 msgstr ""
2226
2227 #. type: textblock
2228 #: ../src/guestfs.pod:966
2229 msgid ""
2230 "The normal attach method is C<appliance>, where a small appliance is created "
2231 "containing the daemon, and then the library connects to this."
2232 msgstr ""
2233
2234 #. type: textblock
2235 #: ../src/guestfs.pod:969
2236 msgid ""
2237 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2238 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2239 "daemon over the Unix domain socket."
2240 msgstr ""
2241
2242 #. type: textblock
2243 #: ../src/guestfs.pod:973
2244 msgid ""
2245 "The normal use for this is to connect to a running virtual machine that "
2246 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2247 "files inside the live virtual machine."
2248 msgstr ""
2249
2250 #. type: =head3
2251 #: ../src/guestfs.pod:977
2252 msgid "Using guestfs_add_domain with live flag"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:979
2257 msgid ""
2258 "L</guestfs_add_domain> provides some help for getting the correct attach "
2259 "method.  If you pass the C<live> option to this function, then (if the "
2260 "virtual machine is running) it will examine the libvirt XML looking for a "
2261 "virtio-serial channel to connect to:"
2262 msgstr ""
2263
2264 #. type: verbatim
2265 #: ../src/guestfs.pod:985
2266 #, no-wrap
2267 msgid ""
2268 " <domain>\n"
2269 "   ...\n"
2270 "   <devices>\n"
2271 "     ...\n"
2272 "     <channel type='unix'>\n"
2273 "       <source mode='bind' path='/path/to/socket'/>\n"
2274 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2275 "     </channel>\n"
2276 "     ...\n"
2277 "   </devices>\n"
2278 " </domain>\n"
2279 "\n"
2280 msgstr ""
2281
2282 #. type: textblock
2283 #: ../src/guestfs.pod:997
2284 msgid ""
2285 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2286 "method to C<unix:/path/to/socket>."
2287 msgstr ""
2288
2289 #. type: textblock
2290 #: ../src/guestfs.pod:1000
2291 msgid ""
2292 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2293 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2294 "to attach to and modify live virtual machines."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../src/guestfs.pod:1004
2299 msgid ""
2300 "The virtual machine needs to have been set up beforehand so that it has the "
2301 "virtio-serial channel and so that guestfsd is running inside it."
2302 msgstr ""
2303
2304 # type: =head2
2305 #. type: =head2
2306 #: ../src/guestfs.pod:1008
2307 msgid "ABI GUARANTEE"
2308 msgstr ""
2309
2310 # type: textblock
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1010
2313 msgid ""
2314 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2315 "actions as outlined in this section.  Although we will deprecate some "
2316 "actions, for example if they get replaced by newer calls, we will keep the "
2317 "old actions forever.  This allows you the developer to program in confidence "
2318 "against the libguestfs API."
2319 msgstr ""
2320
2321 # type: =head1
2322 #. type: =head2
2323 #: ../src/guestfs.pod:1016
2324 msgid "BLOCK DEVICE NAMING"
2325 msgstr ""
2326
2327 # type: textblock
2328 #. type: textblock
2329 #: ../src/guestfs.pod:1018
2330 msgid ""
2331 "In the kernel there is now quite a profusion of schemata for naming block "
2332 "devices (in this context, by I<block device> I mean a physical or virtual "
2333 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2334 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2335 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2336 "for the old IDE driver (particularly for SATA devices) those devices also "
2337 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2338 "paravirtualized drivers.  This has created several different naming systems, "
2339 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2340 msgstr ""
2341
2342 # type: textblock
2343 #. type: textblock
2344 #: ../src/guestfs.pod:1030
2345 msgid ""
2346 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2347 "Linux kernel to access block devices.  We can run a variety of appliances "
2348 "based on a variety of Linux kernels."
2349 msgstr ""
2350
2351 # type: textblock
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1034
2354 msgid ""
2355 "This causes a problem for libguestfs because many API calls use device or "
2356 "partition names.  Working scripts and the recipe (example) scripts that we "
2357 "make available over the internet could fail if the naming scheme changes."
2358 msgstr ""
2359
2360 # type: textblock
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1039
2363 msgid ""
2364 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2365 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2366 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2367 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2368 msgstr ""
2369
2370 # type: textblock
2371 #. type: textblock
2372 #: ../src/guestfs.pod:1045
2373 msgid ""
2374 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2375 "L</guestfs_list_partitions> and similar calls return the true names of the "
2376 "devices and partitions as known to the appliance."
2377 msgstr ""
2378
2379 # type: =head2
2380 #. type: =head3
2381 #: ../src/guestfs.pod:1050
2382 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2383 msgstr ""
2384
2385 # type: textblock
2386 #. type: textblock
2387 #: ../src/guestfs.pod:1052
2388 msgid ""
2389 "Usually this translation is transparent.  However in some (very rare)  cases "
2390 "you may need to know the exact algorithm.  Such cases include where you use "
2391 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2392 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2393 msgstr ""
2394
2395 # type: textblock
2396 #. type: textblock
2397 #: ../src/guestfs.pod:1058
2398 msgid ""
2399 "The algorithm is applied only to I<parameters> which are known to be either "
2400 "device or partition names.  Return values from functions such as L</"
2401 "guestfs_list_devices> are never changed."
2402 msgstr ""
2403
2404 # type: textblock
2405 #. type: textblock
2406 #: ../src/guestfs.pod:1066
2407 msgid "Is the string a parameter which is a device or partition name?"
2408 msgstr ""
2409
2410 # type: textblock
2411 #. type: textblock
2412 #: ../src/guestfs.pod:1070
2413 msgid "Does the string begin with C</dev/sd>?"
2414 msgstr ""
2415
2416 # type: textblock
2417 #. type: textblock
2418 #: ../src/guestfs.pod:1074
2419 msgid ""
2420 "Does the named device exist? If so, we use that device.  However if I<not> "
2421 "then we continue with this algorithm."
2422 msgstr ""
2423
2424 # type: textblock
2425 #. type: textblock
2426 #: ../src/guestfs.pod:1079
2427 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2428 msgstr ""
2429
2430 # type: textblock
2431 #. type: textblock
2432 #: ../src/guestfs.pod:1081
2433 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2434 msgstr ""
2435
2436 # type: textblock
2437 #. type: textblock
2438 #: ../src/guestfs.pod:1083
2439 msgid "If that named device exists, use it.  If not, continue."
2440 msgstr ""
2441
2442 # type: textblock
2443 #. type: textblock
2444 #: ../src/guestfs.pod:1087
2445 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2446 msgstr ""
2447
2448 # type: textblock
2449 #. type: textblock
2450 #: ../src/guestfs.pod:1089
2451 msgid "If that named device exists, use it.  If not, return an error."
2452 msgstr ""
2453
2454 # type: =head3
2455 #. type: =head3
2456 #: ../src/guestfs.pod:1093
2457 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2458 msgstr ""
2459
2460 # type: textblock
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1095
2463 msgid ""
2464 "Although the standard naming scheme and automatic translation is useful for "
2465 "simple programs and guestfish scripts, for larger programs it is best not to "
2466 "rely on this mechanism."
2467 msgstr ""
2468
2469 # type: textblock
2470 #. type: textblock
2471 #: ../src/guestfs.pod:1099
2472 msgid ""
2473 "Where possible for maximum future portability programs using libguestfs "
2474 "should use these future-proof techniques:"
2475 msgstr ""
2476
2477 # type: textblock
2478 #. type: textblock
2479 #: ../src/guestfs.pod:1106
2480 msgid ""
2481 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2482 "device names, and then use those names directly."
2483 msgstr ""
2484
2485 # type: textblock
2486 #. type: textblock
2487 #: ../src/guestfs.pod:1109
2488 msgid ""
2489 "Since those device names exist by definition, they will never be translated."
2490 msgstr ""
2491
2492 # type: textblock
2493 #. type: textblock
2494 #: ../src/guestfs.pod:1114
2495 msgid ""
2496 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2497 "filesystem labels."
2498 msgstr ""
2499
2500 # type: =head1
2501 #. type: =head1
2502 #: ../src/guestfs.pod:1119
2503 msgid "SECURITY"
2504 msgstr ""
2505
2506 # type: textblock
2507 #. type: textblock
2508 #: ../src/guestfs.pod:1121
2509 msgid ""
2510 "This section discusses security implications of using libguestfs, "
2511 "particularly with untrusted or malicious guests or disk images."
2512 msgstr ""
2513
2514 # type: =head2
2515 #. type: =head2
2516 #: ../src/guestfs.pod:1124
2517 msgid "GENERAL SECURITY CONSIDERATIONS"
2518 msgstr ""
2519
2520 # type: textblock
2521 #. type: textblock
2522 #: ../src/guestfs.pod:1126
2523 msgid ""
2524 "Be careful with any files or data that you download from a guest (by "
2525 "\"download\" we mean not just the L</guestfs_download> command but any "
2526 "command that reads files, filenames, directories or anything else from a "
2527 "disk image).  An attacker could manipulate the data to fool your program "
2528 "into doing the wrong thing.  Consider cases such as:"
2529 msgstr ""
2530
2531 # type: textblock
2532 #. type: textblock
2533 #: ../src/guestfs.pod:1136
2534 msgid "the data (file etc) not being present"
2535 msgstr ""
2536
2537 # type: textblock
2538 #. type: textblock
2539 #: ../src/guestfs.pod:1140
2540 msgid "being present but empty"
2541 msgstr ""
2542
2543 # type: textblock
2544 #. type: textblock
2545 #: ../src/guestfs.pod:1144
2546 msgid "being much larger than normal"
2547 msgstr ""
2548
2549 # type: textblock
2550 #. type: textblock
2551 #: ../src/guestfs.pod:1148
2552 msgid "containing arbitrary 8 bit data"
2553 msgstr ""
2554
2555 # type: textblock
2556 #. type: textblock
2557 #: ../src/guestfs.pod:1152
2558 msgid "being in an unexpected character encoding"
2559 msgstr ""
2560
2561 # type: textblock
2562 #. type: textblock
2563 #: ../src/guestfs.pod:1156
2564 msgid "containing homoglyphs."
2565 msgstr ""
2566
2567 # type: =head2
2568 #. type: =head2
2569 #: ../src/guestfs.pod:1160
2570 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2571 msgstr ""
2572
2573 # type: textblock
2574 #. type: textblock
2575 #: ../src/guestfs.pod:1162
2576 msgid ""
2577 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2578 "(VFS) module can sometimes be escalated into exploits by deliberately "
2579 "creating a malicious, malformed filesystem.  These exploits are very severe "
2580 "for two reasons.  Firstly there are very many filesystem drivers in the "
2581 "kernel, and many of them are infrequently used and not much developer "
2582 "attention has been paid to the code.  Linux userspace helps potential "
2583 "crackers by detecting the filesystem type and automatically choosing the "
2584 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2585 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2586 "exploit (worse in some ways), giving immediate and total access to the "
2587 "system right down to the hardware level."
2588 msgstr ""
2589
2590 # type: textblock
2591 #. type: textblock
2592 #: ../src/guestfs.pod:1175
2593 msgid ""
2594 "That explains why you should never mount a filesystem from an untrusted "
2595 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2596 "inside a qemu virtual machine, usually running as a non-root user.  The "
2597 "attacker would need to write a filesystem which first exploited the kernel, "
2598 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2599 "the libguestfs protocol, and finally to be as serious as the host kernel "
2600 "exploit it would need to escalate its privileges to root.  This multi-step "
2601 "escalation, performed by a static piece of data, is thought to be extremely "
2602 "hard to do, although we never say 'never' about security issues."
2603 msgstr ""
2604
2605 # type: textblock
2606 #. type: textblock
2607 #: ../src/guestfs.pod:1186
2608 msgid ""
2609 "In any case callers can reduce the attack surface by forcing the filesystem "
2610 "type when mounting (use L</guestfs_mount_vfs>)."
2611 msgstr ""
2612
2613 # type: =head2
2614 #. type: =head2
2615 #: ../src/guestfs.pod:1189
2616 msgid "PROTOCOL SECURITY"
2617 msgstr ""
2618
2619 # type: textblock
2620 #. type: textblock
2621 #: ../src/guestfs.pod:1191
2622 msgid ""
2623 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2624 "defined upper message size.  However a program that uses libguestfs must "
2625 "also take care - for example you can write a program that downloads a binary "
2626 "from a disk image and executes it locally, and no amount of protocol "
2627 "security will save you from the consequences."
2628 msgstr ""
2629
2630 # type: =head2
2631 #. type: =head2
2632 #: ../src/guestfs.pod:1197
2633 msgid "INSPECTION SECURITY"
2634 msgstr ""
2635
2636 # type: textblock
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1199
2639 msgid ""
2640 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2641 "directly from the guest, and these could contain any 8 bit data.  Callers "
2642 "should be careful to escape these before printing them to a structured file "
2643 "(for example, use HTML escaping if creating a web page)."
2644 msgstr ""
2645
2646 # type: textblock
2647 #. type: textblock
2648 #: ../src/guestfs.pod:1205
2649 msgid ""
2650 "Guest configuration may be altered in unusual ways by the administrator of "
2651 "the virtual machine, and may not reflect reality (particularly for untrusted "
2652 "or actively malicious guests).  For example we parse the hostname from "
2653 "configuration files like C</etc/sysconfig/network> that we find in the "
2654 "guest, but the guest administrator can easily manipulate these files to "
2655 "provide the wrong hostname."
2656 msgstr ""
2657
2658 # type: textblock
2659 #. type: textblock
2660 #: ../src/guestfs.pod:1213
2661 msgid ""
2662 "The inspection API parses guest configuration using two external libraries: "
2663 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2664 "designed to be robust in the face of malicious data, although denial of "
2665 "service attacks are still possible, for example with oversized configuration "
2666 "files."
2667 msgstr ""
2668
2669 # type: =head2
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1219
2672 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2673 msgstr ""
2674
2675 # type: textblock
2676 #. type: textblock
2677 #: ../src/guestfs.pod:1221
2678 msgid ""
2679 "Be very cautious about running commands from the guest.  By running a "
2680 "command in the guest, you are giving CPU time to a binary that you do not "
2681 "control, under the same user account as the library, albeit wrapped in qemu "
2682 "virtualization.  More information and alternatives can be found in the "
2683 "section L</RUNNING COMMANDS>."
2684 msgstr ""
2685
2686 # type: =head2
2687 #. type: =head2
2688 #: ../src/guestfs.pod:1227
2689 msgid "CVE-2010-3851"
2690 msgstr ""
2691
2692 # type: textblock
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1229
2695 msgid "https://bugzilla.redhat.com/642934"
2696 msgstr ""
2697
2698 # type: textblock
2699 #. type: textblock
2700 #: ../src/guestfs.pod:1231
2701 msgid ""
2702 "This security bug concerns the automatic disk format detection that qemu "
2703 "does on disk images."
2704 msgstr ""
2705
2706 # type: textblock
2707 #. type: textblock
2708 #: ../src/guestfs.pod:1234
2709 msgid ""
2710 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2711 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2712 "for one of the known headers, and if none is found then assuming the disk "
2713 "image must be raw."
2714 msgstr ""
2715
2716 # type: textblock
2717 #. type: textblock
2718 #: ../src/guestfs.pod:1239
2719 msgid ""
2720 "This allows a guest which has been given a raw disk image to write some "
2721 "other header.  At next boot (or when the disk image is accessed by "
2722 "libguestfs) qemu would do autodetection and think the disk image format was, "
2723 "say, qcow2 based on the header written by the guest."
2724 msgstr ""
2725
2726 # type: textblock
2727 #. type: textblock
2728 #: ../src/guestfs.pod:1244
2729 msgid ""
2730 "This in itself would not be a problem, but qcow2 offers many features, one "
2731 "of which is to allow a disk image to refer to another image (called the "
2732 "\"backing disk\").  It does this by placing the path to the backing disk "
2733 "into the qcow2 header.  This path is not validated and could point to any "
2734 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2735 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2736 "control of the attacker."
2737 msgstr ""
2738
2739 # type: textblock
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1252
2742 msgid ""
2743 "In libguestfs this is rather hard to exploit except under two circumstances:"
2744 msgstr ""
2745
2746 # type: textblock
2747 #. type: textblock
2748 #: ../src/guestfs.pod:1259
2749 msgid "You have enabled the network or have opened the disk in write mode."
2750 msgstr ""
2751
2752 # type: textblock
2753 #. type: textblock
2754 #: ../src/guestfs.pod:1263
2755 msgid ""
2756 "You are also running untrusted code from the guest (see L</RUNNING "
2757 "COMMANDS>)."
2758 msgstr ""
2759
2760 # type: textblock
2761 #. type: textblock
2762 #: ../src/guestfs.pod:1268
2763 msgid ""
2764 "The way to avoid this is to specify the expected disk format when adding "
2765 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2766 "should always do this if the disk is raw format, and it's a good idea for "
2767 "other cases too."
2768 msgstr ""
2769
2770 # type: textblock
2771 #. type: textblock
2772 #: ../src/guestfs.pod:1273
2773 msgid ""
2774 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2775 "format is fetched from libvirt and passed through."
2776 msgstr ""
2777
2778 # type: textblock
2779 #. type: textblock
2780 #: ../src/guestfs.pod:1276
2781 msgid ""
2782 "For libguestfs tools, use the I<--format> command line parameter as "
2783 "appropriate."
2784 msgstr ""
2785
2786 # type: =head1
2787 #. type: =head1
2788 #: ../src/guestfs.pod:1279
2789 msgid "CONNECTION MANAGEMENT"
2790 msgstr ""
2791
2792 # type: =head2
2793 #. type: =head2
2794 #: ../src/guestfs.pod:1281
2795 msgid "guestfs_h *"
2796 msgstr ""
2797
2798 # type: textblock
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1283
2801 msgid ""
2802 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2803 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2804 "handle and release all resources used."
2805 msgstr ""
2806
2807 #. type: textblock
2808 #: ../src/guestfs.pod:1287
2809 msgid ""
2810 "For information on using multiple handles and threads, see the section L</"
2811 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2812 msgstr ""
2813
2814 # type: =head2
2815 #. type: =head2
2816 #: ../src/guestfs.pod:1290
2817 msgid "guestfs_create"
2818 msgstr ""
2819
2820 # type: verbatim
2821 #. type: verbatim
2822 #: ../src/guestfs.pod:1292
2823 #, no-wrap
2824 msgid ""
2825 " guestfs_h *guestfs_create (void);\n"
2826 "\n"
2827 msgstr ""
2828
2829 # type: textblock
2830 #. type: textblock
2831 #: ../src/guestfs.pod:1294
2832 msgid "Create a connection handle."
2833 msgstr ""
2834
2835 #. type: textblock
2836 #: ../src/guestfs.pod:1296
2837 msgid ""
2838 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2839 "NULL."
2840 msgstr ""
2841
2842 #. type: textblock
2843 #: ../src/guestfs.pod:1299
2844 msgid ""
2845 "You have to \"configure\" the handle after creating it.  This includes "
2846 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2847 "handle at least once."
2848 msgstr ""
2849
2850 # type: textblock
2851 #. type: textblock
2852 #: ../src/guestfs.pod:1303
2853 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2854 msgstr ""
2855
2856 #. type: textblock
2857 #: ../src/guestfs.pod:1305
2858 msgid ""
2859 "You may also want to configure error handling for the handle.  See the L</"
2860 "ERROR HANDLING> section below."
2861 msgstr ""
2862
2863 # type: =head2
2864 #. type: =head2
2865 #: ../src/guestfs.pod:1308
2866 msgid "guestfs_close"
2867 msgstr ""
2868
2869 # type: verbatim
2870 #. type: verbatim
2871 #: ../src/guestfs.pod:1310
2872 #, no-wrap
2873 msgid ""
2874 " void guestfs_close (guestfs_h *g);\n"
2875 "\n"
2876 msgstr ""
2877
2878 # type: textblock
2879 #. type: textblock
2880 #: ../src/guestfs.pod:1312
2881 msgid "This closes the connection handle and frees up all resources used."
2882 msgstr ""
2883
2884 #. type: textblock
2885 #: ../src/guestfs.pod:1314
2886 msgid ""
2887 "If autosync was set on the handle and the handle was launched, then this "
2888 "implicitly calls various functions to unmount filesystems and sync the "
2889 "disk.  See L</guestfs_set_autosync> for more details."
2890 msgstr ""
2891
2892 #. type: textblock
2893 #: ../src/guestfs.pod:1318
2894 msgid "If a close callback was set on the handle, then it is called."
2895 msgstr ""
2896
2897 # type: =head1
2898 #. type: =head1
2899 #: ../src/guestfs.pod:1320
2900 msgid "ERROR HANDLING"
2901 msgstr ""
2902
2903 # type: textblock
2904 #. type: textblock
2905 #: ../src/guestfs.pod:1322
2906 msgid ""
2907 "API functions can return errors.  For example, almost all functions that "
2908 "return C<int> will return C<-1> to indicate an error."
2909 msgstr ""
2910
2911 # type: textblock
2912 #. type: textblock
2913 #: ../src/guestfs.pod:1325
2914 msgid ""
2915 "Additional information is available for errors: an error message string and "
2916 "optionally an error number (errno) if the thing that failed was a system "
2917 "call."
2918 msgstr ""
2919
2920 # type: textblock
2921 #. type: textblock
2922 #: ../src/guestfs.pod:1329
2923 msgid ""
2924 "You can get at the additional information about the last error on the handle "
2925 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2926 "up an error handler with L</guestfs_set_error_handler>."
2927 msgstr ""
2928
2929 # type: textblock
2930 #. type: textblock
2931 #: ../src/guestfs.pod:1334
2932 msgid ""
2933 "When the handle is created, a default error handler is installed which "
2934 "prints the error message string to C<stderr>.  For small short-running "
2935 "command line programs it is sufficient to do:"
2936 msgstr ""
2937
2938 # type: verbatim
2939 #. type: verbatim
2940 #: ../src/guestfs.pod:1338
2941 #, no-wrap
2942 msgid ""
2943 " if (guestfs_launch (g) == -1)\n"
2944 "   exit (EXIT_FAILURE);\n"
2945 "\n"
2946 msgstr ""
2947
2948 # type: textblock
2949 #. type: textblock
2950 #: ../src/guestfs.pod:1341
2951 msgid ""
2952 "since the default error handler will ensure that an error message has been "
2953 "printed to C<stderr> before the program exits."
2954 msgstr ""
2955
2956 # type: textblock
2957 #. type: textblock
2958 #: ../src/guestfs.pod:1344
2959 msgid ""
2960 "For other programs the caller will almost certainly want to install an "
2961 "alternate error handler or do error handling in-line like this:"
2962 msgstr ""
2963
2964 # type: verbatim
2965 #. type: verbatim
2966 #: ../src/guestfs.pod:1347
2967 #, no-wrap
2968 msgid ""
2969 " g = guestfs_create ();\n"
2970 " \n"
2971 msgstr ""
2972
2973 # type: verbatim
2974 #. type: verbatim
2975 #: ../src/guestfs.pod:1349
2976 #, no-wrap
2977 msgid ""
2978 " /* This disables the default behaviour of printing errors\n"
2979 "    on stderr. */\n"
2980 " guestfs_set_error_handler (g, NULL, NULL);\n"
2981 " \n"
2982 msgstr ""
2983
2984 # type: verbatim
2985 #. type: verbatim
2986 #: ../src/guestfs.pod:1353
2987 #, no-wrap
2988 msgid ""
2989 " if (guestfs_launch (g) == -1) {\n"
2990 "   /* Examine the error message and print it etc. */\n"
2991 "   char *msg = guestfs_last_error (g);\n"
2992 "   int errnum = guestfs_last_errno (g);\n"
2993 "   fprintf (stderr, \"%s\\n\", msg);\n"
2994 "   /* ... */\n"
2995 "  }\n"
2996 "\n"
2997 msgstr ""
2998
2999 # type: textblock
3000 #. type: textblock
3001 #: ../src/guestfs.pod:1361
3002 msgid ""
3003 "Out of memory errors are handled differently.  The default action is to call "
3004 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
3005 "guestfs_set_out_of_memory_handler>."
3006 msgstr ""
3007
3008 # type: textblock
3009 #. type: textblock
3010 #: ../src/guestfs.pod:1365
3011 msgid ""
3012 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
3013 "because there is no handle if this happens there is no way to get additional "
3014 "error information.  However L</guestfs_create> is supposed to be a "
3015 "lightweight operation which can only fail because of insufficient memory (it "
3016 "returns NULL in this case)."
3017 msgstr ""
3018
3019 # type: =head2
3020 #. type: =head2
3021 #: ../src/guestfs.pod:1371
3022 msgid "guestfs_last_error"
3023 msgstr ""
3024
3025 # type: verbatim
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1373
3028 #, no-wrap
3029 msgid ""
3030 " const char *guestfs_last_error (guestfs_h *g);\n"
3031 "\n"
3032 msgstr ""
3033
3034 # type: textblock
3035 #. type: textblock
3036 #: ../src/guestfs.pod:1375
3037 msgid ""
3038 "This returns the last error message that happened on C<g>.  If there has not "
3039 "been an error since the handle was created, then this returns C<NULL>."
3040 msgstr ""
3041
3042 # type: textblock
3043 #. type: textblock
3044 #: ../src/guestfs.pod:1379
3045 msgid ""
3046 "The lifetime of the returned string is until the next error occurs, or L</"
3047 "guestfs_close> is called."
3048 msgstr ""
3049
3050 # type: =head2
3051 #. type: =head2
3052 #: ../src/guestfs.pod:1382
3053 msgid "guestfs_last_errno"
3054 msgstr ""
3055
3056 # type: verbatim
3057 #. type: verbatim
3058 #: ../src/guestfs.pod:1384
3059 #, no-wrap
3060 msgid ""
3061 " int guestfs_last_errno (guestfs_h *g);\n"
3062 "\n"
3063 msgstr ""
3064
3065 # type: textblock
3066 #. type: textblock
3067 #: ../src/guestfs.pod:1386
3068 msgid "This returns the last error number (errno) that happened on C<g>."
3069 msgstr ""
3070
3071 # type: textblock
3072 #. type: textblock
3073 #: ../src/guestfs.pod:1388
3074 msgid "If successful, an errno integer not equal to zero is returned."
3075 msgstr ""
3076
3077 # type: textblock
3078 #. type: textblock
3079 #: ../src/guestfs.pod:1390
3080 msgid ""
3081 "If no error, this returns 0.  This call can return 0 in three situations:"
3082 msgstr ""
3083
3084 # type: textblock
3085 #. type: textblock
3086 #: ../src/guestfs.pod:1397
3087 msgid "There has not been any error on the handle."
3088 msgstr ""
3089
3090 # type: textblock
3091 #. type: textblock
3092 #: ../src/guestfs.pod:1401
3093 msgid ""
3094 "There has been an error but the errno was meaningless.  This corresponds to "
3095 "the case where the error did not come from a failed system call, but for "
3096 "some other reason."
3097 msgstr ""
3098
3099 # type: textblock
3100 #. type: textblock
3101 #: ../src/guestfs.pod:1407
3102 msgid ""
3103 "There was an error from a failed system call, but for some reason the errno "
3104 "was not captured and returned.  This usually indicates a bug in libguestfs."
3105 msgstr ""
3106
3107 # type: textblock
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1413
3110 msgid ""
3111 "Libguestfs tries to convert the errno from inside the applicance into a "
3112 "corresponding errno for the caller (not entirely trivial: the appliance "
3113 "might be running a completely different operating system from the library "
3114 "and error numbers are not standardized across Un*xen).  If this could not be "
3115 "done, then the error is translated to C<EINVAL>.  In practice this should "
3116 "only happen in very rare circumstances."
3117 msgstr ""
3118
3119 # type: =head2
3120 #. type: =head2
3121 #: ../src/guestfs.pod:1421
3122 msgid "guestfs_set_error_handler"
3123 msgstr ""
3124
3125 # type: verbatim
3126 #. type: verbatim
3127 #: ../src/guestfs.pod:1423
3128 #, no-wrap
3129 msgid ""
3130 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3131 "                                           void *opaque,\n"
3132 "                                           const char *msg);\n"
3133 " void guestfs_set_error_handler (guestfs_h *g,\n"
3134 "                                 guestfs_error_handler_cb cb,\n"
3135 "                                 void *opaque);\n"
3136 "\n"
3137 msgstr ""
3138
3139 # type: textblock
3140 #. type: textblock
3141 #: ../src/guestfs.pod:1430
3142 msgid ""
3143 "The callback C<cb> will be called if there is an error.  The parameters "
3144 "passed to the callback are an opaque data pointer and the error message "
3145 "string."
3146 msgstr ""
3147
3148 # type: textblock
3149 #. type: textblock
3150 #: ../src/guestfs.pod:1434
3151 msgid ""
3152 "C<errno> is not passed to the callback.  To get that the callback must call "
3153 "L</guestfs_last_errno>."
3154 msgstr ""
3155
3156 # type: textblock
3157 #. type: textblock
3158 #: ../src/guestfs.pod:1437
3159 msgid ""
3160 "Note that the message string C<msg> is freed as soon as the callback "
3161 "function returns, so if you want to stash it somewhere you must make your "
3162 "own copy."
3163 msgstr ""
3164
3165 # type: textblock
3166 #. type: textblock
3167 #: ../src/guestfs.pod:1441
3168 msgid "The default handler prints messages on C<stderr>."
3169 msgstr ""
3170
3171 # type: textblock
3172 #. type: textblock
3173 #: ../src/guestfs.pod:1443
3174 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3175 msgstr ""
3176
3177 # type: =head2
3178 #. type: =head2
3179 #: ../src/guestfs.pod:1445
3180 msgid "guestfs_get_error_handler"
3181 msgstr ""
3182
3183 # type: verbatim
3184 #. type: verbatim
3185 #: ../src/guestfs.pod:1447
3186 #, no-wrap
3187 msgid ""
3188 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3189 "                                                     void **opaque_rtn);\n"
3190 "\n"
3191 msgstr ""
3192
3193 # type: textblock
3194 #. type: textblock
3195 #: ../src/guestfs.pod:1450
3196 msgid "Returns the current error handler callback."
3197 msgstr ""
3198
3199 # type: =head2
3200 #. type: =head2
3201 #: ../src/guestfs.pod:1452
3202 msgid "guestfs_set_out_of_memory_handler"
3203 msgstr ""
3204
3205 # type: verbatim
3206 #. type: verbatim
3207 #: ../src/guestfs.pod:1454
3208 #, no-wrap
3209 msgid ""
3210 " typedef void (*guestfs_abort_cb) (void);\n"
3211 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3212 "                                        guestfs_abort_cb);\n"
3213 "\n"
3214 msgstr ""
3215
3216 # type: textblock
3217 #. type: textblock
3218 #: ../src/guestfs.pod:1458
3219 msgid ""
3220 "The callback C<cb> will be called if there is an out of memory situation.  "
3221 "I<Note this callback must not return>."
3222 msgstr ""
3223
3224 # type: textblock
3225 #. type: textblock
3226 #: ../src/guestfs.pod:1461
3227 msgid "The default is to call L<abort(3)>."
3228 msgstr ""
3229
3230 # type: textblock
3231 #. type: textblock
3232 #: ../src/guestfs.pod:1463
3233 msgid ""
3234 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3235 msgstr ""
3236
3237 # type: =head2
3238 #. type: =head2
3239 #: ../src/guestfs.pod:1466
3240 msgid "guestfs_get_out_of_memory_handler"
3241 msgstr ""
3242
3243 # type: verbatim
3244 #. type: verbatim
3245 #: ../src/guestfs.pod:1468
3246 #, no-wrap
3247 msgid ""
3248 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3249 "\n"
3250 msgstr ""
3251
3252 # type: textblock
3253 #. type: textblock
3254 #: ../src/guestfs.pod:1470
3255 msgid "This returns the current out of memory handler."
3256 msgstr ""
3257
3258 # type: =head1
3259 #. type: =head1
3260 #: ../src/guestfs.pod:1472
3261 msgid "API CALLS"
3262 msgstr ""
3263
3264 # type: textblock
3265 #. type: textblock
3266 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1010
3267 msgid "@ACTIONS@"
3268 msgstr ""
3269
3270 # type: =head1
3271 #. type: =head1
3272 #: ../src/guestfs.pod:1476
3273 msgid "STRUCTURES"
3274 msgstr ""
3275
3276 # type: textblock
3277 #. type: textblock
3278 #: ../src/guestfs.pod:1478
3279 msgid "@STRUCTS@"
3280 msgstr ""
3281
3282 # type: =head1
3283 #. type: =head1
3284 #: ../src/guestfs.pod:1480
3285 msgid "AVAILABILITY"
3286 msgstr ""
3287
3288 # type: =head2
3289 #. type: =head2
3290 #: ../src/guestfs.pod:1482
3291 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3292 msgstr ""
3293
3294 # type: textblock
3295 #. type: textblock
3296 #: ../src/guestfs.pod:1484
3297 msgid ""
3298 "Using L</guestfs_available> you can test availability of the following "
3299 "groups of functions.  This test queries the appliance to see if the "
3300 "appliance you are currently using supports the functionality."
3301 msgstr ""
3302
3303 # type: textblock
3304 #. type: textblock
3305 #: ../src/guestfs.pod:1489
3306 msgid "@AVAILABILITY@"
3307 msgstr ""
3308
3309 # type: =head2
3310 #. type: =head2
3311 #: ../src/guestfs.pod:1491
3312 msgid "GUESTFISH supported COMMAND"
3313 msgstr ""
3314
3315 # type: textblock
3316 #. type: textblock
3317 #: ../src/guestfs.pod:1493
3318 msgid ""
3319 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3320 "prints out the available groups and whether they are supported by this build "
3321 "of libguestfs.  Note however that you have to do C<run> first."
3322 msgstr ""
3323
3324 # type: =head2
3325 #. type: =head2
3326 #: ../src/guestfs.pod:1498
3327 msgid "SINGLE CALLS AT COMPILE TIME"
3328 msgstr ""
3329
3330 # type: textblock
3331 #. type: textblock
3332 #: ../src/guestfs.pod:1500
3333 msgid ""
3334 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3335 "function, such as:"
3336 msgstr ""
3337
3338 # type: verbatim
3339 #. type: verbatim
3340 #: ../src/guestfs.pod:1503
3341 #, no-wrap
3342 msgid ""
3343 " #define LIBGUESTFS_HAVE_DD 1\n"
3344 "\n"
3345 msgstr ""
3346
3347 # type: textblock
3348 #. type: textblock
3349 #: ../src/guestfs.pod:1505
3350 msgid "if L</guestfs_dd> is available."
3351 msgstr ""
3352
3353 # type: textblock
3354 #. type: textblock
3355 #: ../src/guestfs.pod:1507
3356 msgid ""
3357 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3358 "function is available at compile time, we recommended using build tools such "
3359 "as autoconf or cmake.  For example in autotools you could use:"
3360 msgstr ""
3361
3362 # type: verbatim
3363 #. type: verbatim
3364 #: ../src/guestfs.pod:1512
3365 #, no-wrap
3366 msgid ""
3367 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3368 " AC_CHECK_FUNCS([guestfs_dd])\n"
3369 "\n"
3370 msgstr ""
3371
3372 # type: textblock
3373 #. type: textblock
3374 #: ../src/guestfs.pod:1515
3375 msgid ""
3376 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3377 "in your program."
3378 msgstr ""
3379
3380 # type: =head2
3381 #. type: =head2
3382 #: ../src/guestfs.pod:1518
3383 msgid "SINGLE CALLS AT RUN TIME"
3384 msgstr ""
3385
3386 # type: textblock
3387 #. type: textblock
3388 #: ../src/guestfs.pod:1520
3389 msgid ""
3390 "Testing at compile time doesn't guarantee that a function really exists in "
3391 "the library.  The reason is that you might be dynamically linked against a "
3392 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3393 "This situation unfortunately results in a segmentation fault, which is a "
3394 "shortcoming of the C dynamic linking system itself."
3395 msgstr ""
3396
3397 # type: textblock
3398 #. type: textblock
3399 #: ../src/guestfs.pod:1527
3400 msgid ""
3401 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3402 "in this example program (note that you still need the compile time check as "
3403 "well):"
3404 msgstr ""
3405
3406 # type: verbatim
3407 #. type: verbatim
3408 #: ../src/guestfs.pod:1531
3409 #, no-wrap
3410 msgid ""
3411 " #include <stdio.h>\n"
3412 " #include <stdlib.h>\n"
3413 " #include <unistd.h>\n"
3414 " #include <dlfcn.h>\n"
3415 " #include <guestfs.h>\n"
3416 " \n"
3417 msgstr ""
3418
3419 # type: verbatim
3420 #. type: verbatim
3421 #: ../src/guestfs.pod:1537
3422 #, no-wrap
3423 msgid ""
3424 " main ()\n"
3425 " {\n"
3426 " #ifdef LIBGUESTFS_HAVE_DD\n"
3427 "   void *dl;\n"
3428 "   int has_function;\n"
3429 " \n"
3430 msgstr ""
3431
3432 # type: verbatim
3433 #. type: verbatim
3434 #: ../src/guestfs.pod:1543
3435 #, no-wrap
3436 msgid ""
3437 "   /* Test if the function guestfs_dd is really available. */\n"
3438 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3439 "   if (!dl) {\n"
3440 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3441 "     exit (EXIT_FAILURE);\n"
3442 "   }\n"
3443 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3444 "   dlclose (dl);\n"
3445 " \n"
3446 msgstr ""
3447
3448 # type: verbatim
3449 #. type: verbatim
3450 #: ../src/guestfs.pod:1552
3451 #, no-wrap
3452 msgid ""
3453 "   if (!has_function)\n"
3454 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3455 "   else {\n"
3456 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3457 "     /* Now it's safe to call\n"
3458 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3459 "     */\n"
3460 "   }\n"
3461 " #else\n"
3462 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3463 " #endif\n"
3464 "  }\n"
3465 "\n"
3466 msgstr ""
3467
3468 # type: textblock
3469 #. type: textblock
3470 #: ../src/guestfs.pod:1565
3471 msgid ""
3472 "You may think the above is an awful lot of hassle, and it is.  There are "
3473 "other ways outside of the C linking system to ensure that this kind of "
3474 "incompatibility never arises, such as using package versioning:"
3475 msgstr ""
3476
3477 # type: verbatim
3478 #. type: verbatim
3479 #: ../src/guestfs.pod:1570
3480 #, no-wrap
3481 msgid ""
3482 " Requires: libguestfs >= 1.0.80\n"
3483 "\n"
3484 msgstr ""
3485
3486 # type: =head1
3487 #. type: =head1
3488 #: ../src/guestfs.pod:1572
3489 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3490 msgstr ""
3491
3492 # type: textblock
3493 #. type: textblock
3494 #: ../src/guestfs.pod:1574
3495 msgid ""
3496 "A recent feature of the API is the introduction of calls which take optional "
3497 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3498 "takes variable arguments (ie. C<...>), as in this example:"
3499 msgstr ""
3500
3501 # type: verbatim
3502 #. type: verbatim
3503 #: ../src/guestfs.pod:1579
3504 #, no-wrap
3505 msgid ""
3506 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3507 "\n"
3508 msgstr ""
3509
3510 # type: textblock
3511 #. type: textblock
3512 #: ../src/guestfs.pod:1581
3513 msgid ""
3514 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3515 "call with no optional arguments specified:"
3516 msgstr ""
3517
3518 # type: verbatim
3519 #. type: verbatim
3520 #: ../src/guestfs.pod:1584
3521 #, no-wrap
3522 msgid ""
3523 " guestfs_add_drive_opts (g, filename, -1);\n"
3524 "\n"
3525 msgstr ""
3526
3527 # type: textblock
3528 #. type: textblock
3529 #: ../src/guestfs.pod:1586
3530 msgid "With a single optional argument:"
3531 msgstr ""
3532
3533 # type: verbatim
3534 #. type: verbatim
3535 #: ../src/guestfs.pod:1588
3536 #, no-wrap
3537 msgid ""
3538 " guestfs_add_drive_opts (g, filename,\n"
3539 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3540 "                         -1);\n"
3541 "\n"
3542 msgstr ""
3543
3544 # type: textblock
3545 #. type: textblock
3546 #: ../src/guestfs.pod:1592
3547 msgid "With two:"
3548 msgstr ""
3549
3550 # type: verbatim
3551 #. type: verbatim
3552 #: ../src/guestfs.pod:1594
3553 #, no-wrap
3554 msgid ""
3555 " guestfs_add_drive_opts (g, filename,\n"
3556 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3557 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3558 "                         -1);\n"
3559 "\n"
3560 msgstr ""
3561
3562 # type: textblock
3563 #. type: textblock
3564 #: ../src/guestfs.pod:1599
3565 msgid ""
3566 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3567 "happen!"
3568 msgstr ""
3569
3570 # type: =head2
3571 #. type: =head2
3572 #: ../src/guestfs.pod:1602
3573 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3574 msgstr ""
3575
3576 # type: textblock
3577 #. type: textblock
3578 #: ../src/guestfs.pod:1604
3579 msgid ""
3580 "The second variant has the same name with the suffix C<_va>, which works the "
3581 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3582 "example function, this is declared:"
3583 msgstr ""
3584
3585 # type: verbatim
3586 #. type: verbatim
3587 #: ../src/guestfs.pod:1608
3588 #, no-wrap
3589 msgid ""
3590 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3591 "                                va_list args);\n"
3592 "\n"
3593 msgstr ""
3594
3595 # type: =head2
3596 #. type: =head2
3597 #: ../src/guestfs.pod:1611
3598 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3599 msgstr ""
3600
3601 # type: textblock
3602 #. type: textblock
3603 #: ../src/guestfs.pod:1613
3604 msgid ""
3605 "The third variant is useful where you need to construct these calls.  You "
3606 "pass in a structure where you fill in the optional fields.  The structure "
3607 "has a bitmask as the first element which you must set to indicate which "
3608 "fields you have filled in.  For our example function the structure and call "
3609 "are declared:"
3610 msgstr ""
3611
3612 # type: verbatim
3613 #. type: verbatim
3614 #: ../src/guestfs.pod:1619
3615 #, no-wrap
3616 msgid ""
3617 " struct guestfs_add_drive_opts_argv {\n"
3618 "   uint64_t bitmask;\n"
3619 "   int readonly;\n"
3620 "   const char *format;\n"
3621 "   /* ... */\n"
3622 " };\n"
3623 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3624 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3625 "\n"
3626 msgstr ""
3627
3628 # type: textblock
3629 #. type: textblock
3630 #: ../src/guestfs.pod:1628
3631 msgid "You could call it like this:"
3632 msgstr ""
3633
3634 # type: verbatim
3635 #. type: verbatim
3636 #: ../src/guestfs.pod:1630
3637 #, no-wrap
3638 msgid ""
3639 " struct guestfs_add_drive_opts_argv optargs = {\n"
3640 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3641 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3642 "   .readonly = 1,\n"
3643 "   .format = \"qcow2\"\n"
3644 " };\n"
3645 " \n"
3646 msgstr ""
3647
3648 # type: verbatim
3649 #. type: verbatim
3650 #: ../src/guestfs.pod:1637
3651 #, no-wrap
3652 msgid ""
3653 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3654 "\n"
3655 msgstr ""
3656
3657 # type: textblock
3658 #. type: textblock
3659 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11
3660 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:9
3661 #: ../fish/guestfish-actions.pod:1265 ../tools/virt-win-reg.pl:703
3662 msgid "Notes:"
3663 msgstr ""
3664
3665 # type: textblock
3666 #. type: textblock
3667 #: ../src/guestfs.pod:1645
3668 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3669 msgstr ""
3670
3671 # type: textblock
3672 #. type: textblock
3673 #: ../src/guestfs.pod:1650
3674 msgid "You do not need to fill in all fields of the structure."
3675 msgstr ""
3676
3677 # type: textblock
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1654
3680 msgid ""
3681 "There must be a one-to-one correspondence between fields of the structure "
3682 "that are filled in, and bits set in the bitmask."
3683 msgstr ""
3684
3685 # type: =head2
3686 #. type: =head2
3687 #: ../src/guestfs.pod:1659
3688 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3689 msgstr ""
3690
3691 # type: textblock
3692 #. type: textblock
3693 #: ../src/guestfs.pod:1661
3694 msgid ""
3695 "In other languages, optional arguments are expressed in the way that is "
3696 "natural for that language.  We refer you to the language-specific "
3697 "documentation for more details on that."
3698 msgstr ""
3699
3700 # type: textblock
3701 #. type: textblock
3702 #: ../src/guestfs.pod:1665
3703 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3704 msgstr ""
3705
3706 # type: =head2
3707 #. type: =head2
3708 #: ../src/guestfs.pod:1667
3709 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3710 msgstr ""
3711
3712 #. type: textblock
3713 #: ../src/guestfs.pod:1669
3714 msgid ""
3715 "B<Note:> This section documents the generic event mechanism introduced in "
3716 "libguestfs 1.10, which you should use in new code if possible.  The old "
3717 "functions C<guestfs_set_log_message_callback>, "
3718 "C<guestfs_set_subprocess_quit_callback>, "
3719 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3720 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3721 "page.  Because of the ABI guarantee, the old functions continue to work."
3722 msgstr ""
3723
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1678
3726 msgid ""
3727 "Handles generate events when certain things happen, such as log messages "
3728 "being generated, progress messages during long-running operations, or the "
3729 "handle being closed.  The API calls described below let you register a "
3730 "callback to be called when events happen.  You can register multiple "
3731 "callbacks (for the same, different or overlapping sets of events), and "
3732 "individually remove callbacks.  If callbacks are not removed, then they "
3733 "remain in force until the handle is closed."
3734 msgstr ""
3735
3736 #. type: textblock
3737 #: ../src/guestfs.pod:1686
3738 msgid ""
3739 "In the current implementation, events are only generated synchronously: that "
3740 "means that events (and hence callbacks) can only happen while you are in the "
3741 "middle of making another libguestfs call.  The callback is called in the "
3742 "same thread."
3743 msgstr ""
3744
3745 #. type: textblock
3746 #: ../src/guestfs.pod:1691
3747 msgid ""
3748 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3749 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3750 msgstr ""
3751
3752 #. type: =head3
3753 #: ../src/guestfs.pod:1695
3754 msgid "CLASSES OF EVENTS"
3755 msgstr ""
3756
3757 #. type: =item
3758 #: ../src/guestfs.pod:1699
3759 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3760 msgstr ""
3761
3762 #. type: textblock
3763 #: ../src/guestfs.pod:1702
3764 msgid ""
3765 "The callback function will be called while the handle is being closed "
3766 "(synchronously from L</guestfs_close>)."
3767 msgstr ""
3768
3769 # type: textblock
3770 #. type: textblock
3771 #: ../src/guestfs.pod:1705
3772 msgid ""
3773 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3774 "handles that are open when the program exits.  This means that this callback "
3775 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3776 "problems in higher-level languages (eg. if your HLL interpreter has already "
3777 "been cleaned up by the time this is called, and if your callback then jumps "
3778 "into some HLL function)."
3779 msgstr ""
3780
3781 #. type: textblock
3782 #: ../src/guestfs.pod:1712
3783 msgid ""
3784 "If no callback is registered: the handle is closed without any callback "
3785 "being invoked."
3786 msgstr ""
3787
3788 #. type: =item
3789 #: ../src/guestfs.pod:1715
3790 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3791 msgstr ""
3792
3793 #. type: textblock
3794 #: ../src/guestfs.pod:1718
3795 msgid ""
3796 "The callback function will be called when the child process quits, either "
3797 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3798 "corresponds to a transition from any state to the CONFIG state)."
3799 msgstr ""
3800
3801 #. type: textblock
3802 #: ../src/guestfs.pod:1722 ../src/guestfs.pod:1731
3803 msgid "If no callback is registered: the event is ignored."
3804 msgstr ""
3805
3806 #. type: =item
3807 #: ../src/guestfs.pod:1724
3808 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3809 msgstr ""
3810
3811 #. type: textblock
3812 #: ../src/guestfs.pod:1727
3813 msgid ""
3814 "The callback function will be called when the child process becomes ready "
3815 "first time after it has been launched.  (This corresponds to a transition "
3816 "from LAUNCHING to the READY state)."
3817 msgstr ""
3818
3819 #. type: =item
3820 #: ../src/guestfs.pod:1733
3821 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3822 msgstr ""
3823
3824 # type: textblock
3825 #. type: textblock
3826 #: ../src/guestfs.pod:1736
3827 msgid ""
3828 "Some long-running operations can generate progress messages.  If this "
3829 "callback is registered, then it will be called each time a progress message "
3830 "is generated (usually two seconds after the operation started, and three "
3831 "times per second thereafter until it completes, although the frequency may "
3832 "change in future versions)."
3833 msgstr ""
3834
3835 #. type: textblock
3836 #: ../src/guestfs.pod:1742
3837 msgid ""
3838 "The callback receives in the payload four unsigned 64 bit numbers which are "
3839 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3840 msgstr ""
3841
3842 #. type: textblock
3843 #: ../src/guestfs.pod:1745
3844 msgid ""
3845 "The units of C<total> are not defined, although for some operations C<total> "
3846 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3847 "or megabytes), and C<position> may be the portion which has been transferred."
3848 msgstr ""
3849
3850 # type: textblock
3851 #. type: textblock
3852 #: ../src/guestfs.pod:1750
3853 msgid "The only defined and stable parts of the API are:"
3854 msgstr ""
3855
3856 # type: textblock
3857 #. type: textblock
3858 #: ../src/guestfs.pod:1756
3859 msgid ""
3860 "The callback can display to the user some type of progress bar or indicator "
3861 "which shows the ratio of C<position>:C<total>."
3862 msgstr ""
3863
3864 # type: textblock
3865 #. type: textblock
3866 #: ../src/guestfs.pod:1761
3867 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3868 msgstr ""
3869
3870 #. type: textblock
3871 #: ../src/guestfs.pod:1765
3872 msgid ""
3873 "If any progress notification is sent during a call, then a final progress "
3874 "notification is always sent when C<position> = C<total> (I<unless> the call "
3875 "fails with an error)."
3876 msgstr ""
3877
3878 # type: textblock
3879 #. type: textblock
3880 #: ../src/guestfs.pod:1769
3881 msgid ""
3882 "This is to simplify caller code, so callers can easily set the progress "
3883 "indicator to \"100%\" at the end of the operation, without requiring special "
3884 "code to detect this case."
3885 msgstr ""
3886
3887 #. type: textblock
3888 #: ../src/guestfs.pod:1775
3889 msgid ""
3890 "For some calls we are unable to estimate the progress of the call, but we "
3891 "can still generate progress messages to indicate activity.  This is known as "
3892 "\"pulse mode\", and is directly supported by certain progress bar "
3893 "implementations (eg. GtkProgressBar)."
3894 msgstr ""
3895
3896 #. type: textblock
3897 #: ../src/guestfs.pod:1780
3898 msgid ""
3899 "For these calls, zero or more progress messages are generated with "
3900 "C<position = 0> and C<total = 1>, followed by a final message with "
3901 "C<position = total = 1>."
3902 msgstr ""
3903
3904 #. type: textblock
3905 #: ../src/guestfs.pod:1784
3906 msgid ""
3907 "As noted above, if the call fails with an error then the final message may "
3908 "not be generated."
3909 msgstr ""
3910
3911 #. type: textblock
3912 #: ../src/guestfs.pod:1789
3913 msgid ""
3914 "The callback also receives the procedure number (C<proc_nr>) and serial "
3915 "number (C<serial>) of the call.  These are only useful for debugging "
3916 "protocol issues, and the callback can normally ignore them.  The callback "
3917 "may want to print these numbers in error messages or debugging messages."
3918 msgstr ""
3919
3920 #. type: textblock
3921 #: ../src/guestfs.pod:1795
3922 msgid "If no callback is registered: progress messages are discarded."
3923 msgstr ""
3924
3925 #. type: =item
3926 #: ../src/guestfs.pod:1797
3927 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3928 msgstr ""
3929
3930 #. type: textblock
3931 #: ../src/guestfs.pod:1800
3932 msgid ""
3933 "The callback function is called whenever a log message is generated by qemu, "
3934 "the appliance kernel, guestfsd (daemon), or utility programs."
3935 msgstr ""
3936
3937 #. type: textblock
3938 #: ../src/guestfs.pod:1803
3939 msgid ""
3940 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3941 "guestfs_launch>) then additional debug messages are generated."
3942 msgstr ""
3943
3944 #. type: textblock
3945 #: ../src/guestfs.pod:1806 ../src/guestfs.pod:1820
3946 msgid ""
3947 "If no callback is registered: the messages are discarded unless the verbose "
3948 "flag is set in which case they are sent to stderr.  You can override the "
3949 "printing of verbose messages to stderr by setting up a callback."
3950 msgstr ""
3951
3952 #. type: =item
3953 #: ../src/guestfs.pod:1811
3954 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3955 msgstr ""
3956
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1814
3959 msgid ""
3960 "The callback function is called whenever a log message is generated by the "
3961 "library part of libguestfs."
3962 msgstr ""
3963
3964 #. type: textblock
3965 #: ../src/guestfs.pod:1817
3966 msgid ""
3967 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3968 "messages are generated."
3969 msgstr ""
3970
3971 #. type: =item
3972 #: ../src/guestfs.pod:1825
3973 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3974 msgstr ""
3975
3976 #. type: textblock
3977 #: ../src/guestfs.pod:1828
3978 msgid ""
3979 "The callback function is called whenever a trace message is generated.  This "
3980 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3981 msgstr ""
3982
3983 #. type: textblock
3984 #: ../src/guestfs.pod:1831
3985 msgid ""
3986 "If no callback is registered: the messages are sent to stderr.  You can "
3987 "override the printing of trace messages to stderr by setting up a callback."
3988 msgstr ""
3989
3990 #. type: =head3
3991 #: ../src/guestfs.pod:1837
3992 msgid "guestfs_set_event_callback"
3993 msgstr ""
3994
3995 #. type: verbatim
3996 #: ../src/guestfs.pod:1839
3997 #, no-wrap
3998 msgid ""
3999 " int guestfs_set_event_callback (guestfs_h *g,\n"
4000 "                                 guestfs_event_callback cb,\n"
4001 "                                 uint64_t event_bitmask,\n"
4002 "                                 int flags,\n"
4003 "                                 void *opaque);\n"
4004 "\n"
4005 msgstr ""
4006
4007 #. type: textblock
4008 #: ../src/guestfs.pod:1845
4009 msgid ""
4010 "This function registers a callback (C<cb>) for all event classes in the "
4011 "C<event_bitmask>."
4012 msgstr ""
4013
4014 #. type: textblock
4015 #: ../src/guestfs.pod:1848
4016 msgid ""
4017 "For example, to register for all log message events, you could call this "
4018 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
4019 "To register a single callback for all possible classes of events, use "
4020 "C<GUESTFS_EVENT_ALL>."
4021 msgstr ""
4022
4023 #. type: textblock
4024 #: ../src/guestfs.pod:1854
4025 msgid "C<flags> should always be passed as 0."
4026 msgstr ""
4027
4028 #. type: textblock
4029 #: ../src/guestfs.pod:1856
4030 msgid ""
4031 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
4032 "it for any purpose."
4033 msgstr ""
4034
4035 #. type: textblock
4036 #: ../src/guestfs.pod:1859
4037 msgid ""
4038 "The return value is the event handle (an integer) which you can use to "
4039 "delete the callback (see below)."
4040 msgstr ""
4041
4042 #. type: textblock
4043 #: ../src/guestfs.pod:1862
4044 msgid ""
4045 "If there is an error, this function returns C<-1>, and sets the error in the "
4046 "handle in the usual way (see L</guestfs_last_error> etc.)"
4047 msgstr ""
4048
4049 #. type: textblock
4050 #: ../src/guestfs.pod:1865
4051 msgid ""
4052 "Callbacks remain in effect until they are deleted, or until the handle is "
4053 "closed."
4054 msgstr ""
4055
4056 #. type: textblock
4057 #: ../src/guestfs.pod:1868
4058 msgid ""
4059 "In the case where multiple callbacks are registered for a particular event "
4060 "class, all of the callbacks are called.  The order in which multiple "
4061 "callbacks are called is not defined."
4062 msgstr ""
4063
4064 #. type: =head3
4065 #: ../src/guestfs.pod:1872
4066 msgid "guestfs_delete_event_callback"
4067 msgstr ""
4068
4069 #. type: verbatim
4070 #: ../src/guestfs.pod:1874
4071 #, no-wrap
4072 msgid ""
4073 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
4074 "\n"
4075 msgstr ""
4076
4077 #. type: textblock
4078 #: ../src/guestfs.pod:1876
4079 msgid ""
4080 "Delete a callback that was previously registered.  C<event_handle> should be "
4081 "the integer that was returned by a previous call to "
4082 "C<guestfs_set_event_callback> on the same handle."
4083 msgstr ""
4084
4085 #. type: =head3
4086 #: ../src/guestfs.pod:1880
4087 msgid "guestfs_event_callback"
4088 msgstr ""
4089
4090 #. type: verbatim
4091 #: ../src/guestfs.pod:1882
4092 #, no-wrap
4093 msgid ""
4094 " typedef void (*guestfs_event_callback) (\n"
4095 "                  guestfs_h *g,\n"
4096 "                  void *opaque,\n"
4097 "                  uint64_t event,\n"
4098 "                  int event_handle,\n"
4099 "                  int flags,\n"
4100 "                  const char *buf, size_t buf_len,\n"
4101 "                  const uint64_t *array, size_t array_len);\n"
4102 "\n"
4103 msgstr ""
4104
4105 #. type: textblock
4106 #: ../src/guestfs.pod:1891
4107 msgid ""
4108 "This is the type of the event callback function that you have to provide."
4109 msgstr ""
4110
4111 #. type: textblock
4112 #: ../src/guestfs.pod:1894
4113 msgid ""
4114 "The basic parameters are: the handle (C<g>), the opaque user pointer "
4115 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
4116 "handle, and C<flags> which in the current API you should ignore."
4117 msgstr ""
4118
4119 #. type: textblock
4120 #: ../src/guestfs.pod:1898
4121 msgid ""
4122 "The remaining parameters contain the event payload (if any).  Each event may "
4123 "contain a payload, which usually relates to the event class, but for future "
4124 "proofing your code should be written to handle any payload for any event "
4125 "class."
4126 msgstr ""
4127
4128 #. type: textblock
4129 #: ../src/guestfs.pod:1903
4130 msgid ""
4131 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
4132 "there is no message buffer).  Note that this message buffer can contain "
4133 "arbitrary 8 bit data, including NUL bytes."
4134 msgstr ""
4135
4136 #. type: textblock
4137 #: ../src/guestfs.pod:1907
4138 msgid ""
4139 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
4140 "moment this is only used for progress messages."
4141 msgstr ""
4142
4143 #. type: =head3
4144 #: ../src/guestfs.pod:1910
4145 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
4146 msgstr ""
4147
4148 #. type: textblock
4149 #: ../src/guestfs.pod:1912
4150 msgid ""
4151 "One motivation for the generic event API was to allow GUI programs to "
4152 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
4153 "unconditionally to C<stderr>."
4154 msgstr ""
4155
4156 #. type: textblock
4157 #: ../src/guestfs.pod:1916
4158 msgid ""
4159 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
4160 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
4161 "messages are not events; you must capture error messages separately)."
4162 msgstr ""
4163
4164 #. type: textblock
4165 #: ../src/guestfs.pod:1921
4166 msgid ""
4167 "Programs have to set up a callback to capture the classes of events of "
4168 "interest:"
4169 msgstr ""
4170
4171 #. type: verbatim
4172 #: ../src/guestfs.pod:1924
4173 #, no-wrap
4174 msgid ""
4175 " int eh =\n"
4176 "   guestfs_set_event_callback\n"
4177 "     (g, message_callback,\n"
4178 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
4179 "      GUESTFS_EVENT_TRACE,\n"
4180 "      0, NULL) == -1)\n"
4181 " if (eh == -1) {\n"
4182 "   // handle error in the usual way\n"
4183 " }\n"
4184 "\n"
4185 msgstr ""
4186
4187 #. type: textblock
4188 #: ../src/guestfs.pod:1934
4189 msgid ""
4190 "The callback can then direct messages to the appropriate place.  In this "
4191 "example, messages are directed to syslog:"
4192 msgstr ""
4193
4194 #. type: verbatim
4195 #: ../src/guestfs.pod:1937
4196 #, no-wrap
4197 msgid ""
4198 " static void\n"
4199 " message_callback (\n"
4200 "         guestfs_h *g,\n"
4201 "         void *opaque,\n"
4202 "         uint64_t event,\n"
4203 "         int event_handle,\n"
4204 "         int flags,\n"
4205 "         const char *buf, size_t buf_len,\n"
4206 "         const uint64_t *array, size_t array_len)\n"
4207 " {\n"
4208 "   const int priority = LOG_USER|LOG_INFO;\n"
4209 "   if (buf_len > 0)\n"
4210 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
4211 " }\n"
4212 "\n"
4213 msgstr ""
4214
4215 # type: =head1
4216 #. type: =head1
4217 #: ../src/guestfs.pod:1952
4218 msgid "PRIVATE DATA AREA"
4219 msgstr ""
4220
4221 #. type: textblock
4222 #: ../src/guestfs.pod:1954
4223 msgid ""
4224 "You can attach named pieces of private data to the libguestfs handle, fetch "
4225 "them by name, and walk over them, for the lifetime of the handle.  This is "
4226 "called the private data area and is only available from the C API."
4227 msgstr ""
4228
4229 # type: textblock
4230 #. type: textblock
4231 #: ../src/guestfs.pod:1959
4232 msgid "To attach a named piece of data, use the following call:"
4233 msgstr ""
4234
4235 # type: verbatim
4236 #. type: verbatim
4237 #: ../src/guestfs.pod:1961
4238 #, no-wrap
4239 msgid ""
4240 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
4241 "\n"
4242 msgstr ""
4243
4244 #. type: textblock
4245 #: ../src/guestfs.pod:1963
4246 msgid ""
4247 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
4248 "pointer (which can be C<NULL>).  Any previous item with the same key is "
4249 "overwritten."
4250 msgstr ""
4251
4252 #. type: textblock
4253 #: ../src/guestfs.pod:1967
4254 msgid ""
4255 "You can use any C<key> you want, but your key should I<not> start with an "
4256 "underscore character.  Keys beginning with an underscore character are "
4257 "reserved for internal libguestfs purposes (eg. for implementing language "
4258 "bindings).  It is recommended that you prefix the key with some unique "
4259 "string to avoid collisions with other users."
4260 msgstr ""
4261
4262 # type: textblock
4263 #. type: textblock
4264 #: ../src/guestfs.pod:1973
4265 msgid "To retrieve the pointer, use:"
4266 msgstr ""
4267
4268 # type: verbatim
4269 #. type: verbatim
4270 #: ../src/guestfs.pod:1975
4271 #, no-wrap
4272 msgid ""
4273 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
4274 "\n"
4275 msgstr ""
4276
4277 # type: textblock
4278 #. type: textblock
4279 #: ../src/guestfs.pod:1977
4280 msgid ""
4281 "This function returns C<NULL> if either no data is found associated with "
4282 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
4283 "C<NULL>."
4284 msgstr ""
4285
4286 #. type: textblock
4287 #: ../src/guestfs.pod:1981
4288 msgid ""
4289 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
4290 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
4291 "all.  In particular, libguestfs does I<not> try to free the data when the "
4292 "handle is closed.  If the data must be freed, then the caller must either "
4293 "free it before calling L</guestfs_close> or must set up a close callback to "
4294 "do it (see L</GUESTFS_EVENT_CLOSE>)."
4295 msgstr ""
4296
4297 #. type: textblock
4298 #: ../src/guestfs.pod:1988
4299 msgid "To walk over all entries, use these two functions:"
4300 msgstr ""
4301
4302 #. type: verbatim
4303 #: ../src/guestfs.pod:1990
4304 #, no-wrap
4305 msgid ""
4306 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
4307 "\n"
4308 msgstr ""
4309
4310 #. type: verbatim
4311 #: ../src/guestfs.pod:1992
4312 #, no-wrap
4313 msgid ""
4314 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
4315 "\n"
4316 msgstr ""
4317
4318 #. type: textblock
4319 #: ../src/guestfs.pod:1994
4320 msgid ""
4321 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
4322 "not have any particular meaning -- keys are not returned in any defined "
4323 "order).  A pointer to the key is returned in C<*key_rtn> and the "
4324 "corresponding data pointer is returned from the function.  C<NULL> is "
4325 "returned if there are no keys stored in the handle."
4326 msgstr ""
4327
4328 #. type: textblock
4329 #: ../src/guestfs.pod:2000
4330 msgid ""
4331 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
4332 "value of this function is also C<NULL> is there are no further entries to "
4333 "return."
4334 msgstr ""
4335
4336 #. type: textblock
4337 #: ../src/guestfs.pod:2004
4338 msgid "Notes about walking over entries:"
4339 msgstr ""
4340
4341 #. type: textblock
4342 #: ../src/guestfs.pod:2010
4343 msgid ""
4344 "You must not call C<guestfs_set_private> while walking over the entries."
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: ../src/guestfs.pod:2015
4349 msgid ""
4350 "The handle maintains an internal iterator which is reset when you call "
4351 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4352 "call C<guestfs_set_private>."
4353 msgstr ""
4354
4355 #. type: textblock
4356 #: ../src/guestfs.pod:2021
4357 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4358 msgstr ""
4359
4360 #. type: verbatim
4361 #: ../src/guestfs.pod:2023
4362 #, no-wrap
4363 msgid ""
4364 " guestfs_set_private (g, key, NULL);\n"
4365 "\n"
4366 msgstr ""
4367
4368 #. type: textblock
4369 #: ../src/guestfs.pod:2025
4370 msgid "then that C<key> is not returned when walking."
4371 msgstr ""
4372
4373 #. type: textblock
4374 #: ../src/guestfs.pod:2029
4375 msgid ""
4376 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4377 "C<guestfs_next_private> or C<guestfs_set_private>."
4378 msgstr ""
4379
4380 #. type: textblock
4381 #: ../src/guestfs.pod:2035
4382 msgid ""
4383 "The following example code shows how to print all keys and data pointers "
4384 "that are associated with the handle C<g>:"
4385 msgstr ""
4386
4387 #. type: verbatim
4388 #: ../src/guestfs.pod:2038
4389 #, no-wrap
4390 msgid ""
4391 " const char *key;\n"
4392 " void *data = guestfs_first_private (g, &key);\n"
4393 " while (data != NULL)\n"
4394 "   {\n"
4395 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4396 "     data = guestfs_next_private (g, &key);\n"
4397 "   }\n"
4398 "\n"
4399 msgstr ""
4400
4401 #. type: textblock
4402 #: ../src/guestfs.pod:2046
4403 msgid ""
4404 "More commonly you are only interested in keys that begin with an application-"
4405 "specific prefix C<foo_>.  Modify the loop like so:"
4406 msgstr ""
4407
4408 #. type: verbatim
4409 #: ../src/guestfs.pod:2049
4410 #, no-wrap
4411 msgid ""
4412 " const char *key;\n"
4413 " void *data = guestfs_first_private (g, &key);\n"
4414 " while (data != NULL)\n"
4415 "   {\n"
4416 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4417 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4418 "     data = guestfs_next_private (g, &key);\n"
4419 "   }\n"
4420 "\n"
4421 msgstr ""
4422
4423 #. type: textblock
4424 #: ../src/guestfs.pod:2058
4425 msgid ""
4426 "If you need to modify keys while walking, then you have to jump back to the "
4427 "beginning of the loop.  For example, to delete all keys prefixed with "
4428 "C<foo_>:"
4429 msgstr ""
4430
4431 #. type: verbatim
4432 #: ../src/guestfs.pod:2062
4433 #, no-wrap
4434 msgid ""
4435 "  const char *key;\n"
4436 "  void *data;\n"
4437 " again:\n"
4438 "  data = guestfs_first_private (g, &key);\n"
4439 "  while (data != NULL)\n"
4440 "    {\n"
4441 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4442 "        {\n"
4443 "          guestfs_set_private (g, key, NULL);\n"
4444 "          /* note that 'key' pointer is now invalid, and so is\n"
4445 "             the internal iterator */\n"
4446 "          goto again;\n"
4447 "        }\n"
4448 "      data = guestfs_next_private (g, &key);\n"
4449 "    }\n"
4450 "\n"
4451 msgstr ""
4452
4453 #. type: textblock
4454 #: ../src/guestfs.pod:2078
4455 msgid ""
4456 "Note that the above loop is guaranteed to terminate because the keys are "
4457 "being deleted, but other manipulations of keys within the loop might not "
4458 "terminate unless you also maintain an indication of which keys have been "
4459 "visited."
4460 msgstr ""
4461
4462 # type: =end
4463 #. type: =end
4464 #: ../src/guestfs.pod:2083 ../src/guestfs.pod:2088
4465 msgid "html"
4466 msgstr ""
4467
4468 # type: textblock
4469 #. type: textblock
4470 #: ../src/guestfs.pod:2085
4471 msgid ""
4472 "<!-- old anchor for the next section --> <a name="
4473 "\"state_machine_and_low_level_event_api\"/>"
4474 msgstr ""
4475
4476 # type: =head1
4477 #. type: =head1
4478 #: ../src/guestfs.pod:2090
4479 msgid "ARCHITECTURE"
4480 msgstr ""
4481
4482 # type: textblock
4483 #. type: textblock
4484 #: ../src/guestfs.pod:2092
4485 msgid ""
4486 "Internally, libguestfs is implemented by running an appliance (a special "
4487 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4488 "process of the main program."
4489 msgstr ""
4490
4491 # type: verbatim
4492 #. type: verbatim
4493 #: ../src/guestfs.pod:2096
4494 #, no-wrap
4495 msgid ""
4496 "  ___________________\n"
4497 " /                   \\\n"
4498 " | main program      |\n"
4499 " |                   |\n"
4500 " |                   |           child process / appliance\n"
4501 " |                   |           __________________________\n"
4502 " |                   |          / qemu                     \\\n"
4503 " +-------------------+   RPC    |      +-----------------+ |\n"
4504 " | libguestfs     <--------------------> guestfsd        | |\n"
4505 " |                   |          |      +-----------------+ |\n"
4506 " \\___________________/          |      | Linux kernel    | |\n"
4507 "                                |      +--^--------------+ |\n"
4508 "                                \\_________|________________/\n"
4509 "                                          |\n"
4510 "                                   _______v______\n"
4511 "                                  /              \\\n"
4512 "                                  | Device or    |\n"
4513 "                                  | disk image   |\n"
4514 "                                  \\______________/\n"
4515 "\n"
4516 msgstr ""
4517
4518 # type: textblock
4519 #. type: textblock
4520 #: ../src/guestfs.pod:2116
4521 msgid ""
4522 "The library, linked to the main program, creates the child process and hence "
4523 "the appliance in the L</guestfs_launch> function."
4524 msgstr ""
4525
4526 # type: textblock
4527 #. type: textblock
4528 #: ../src/guestfs.pod:2119
4529 msgid ""
4530 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4531 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4532 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4533 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4534 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4535 "attached to the qemu process which translates device access by the "
4536 "appliance's Linux kernel into accesses to the image."
4537 msgstr ""
4538
4539 # type: textblock
4540 #. type: textblock
4541 #: ../src/guestfs.pod:2128
4542 msgid ""
4543 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4544 "Although the disk image you are attached to might also be used by some "
4545 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4546 "care if both libguestfs's qemu process and your virtual machine are trying "
4547 "to update the disk image at the same time, since these usually results in "
4548 "massive disk corruption)."
4549 msgstr ""
4550
4551 # type: =head1
4552 #. type: =head1
4553 #: ../src/guestfs.pod:2135
4554 msgid "STATE MACHINE"
4555 msgstr ""
4556
4557 # type: textblock
4558 #. type: textblock
4559 #: ../src/guestfs.pod:2137
4560 msgid "libguestfs uses a state machine to model the child process:"
4561 msgstr ""
4562
4563 # type: verbatim
4564 #. type: verbatim
4565 #: ../src/guestfs.pod:2139
4566 #, no-wrap
4567 msgid ""
4568 "                         |\n"
4569 "                    guestfs_create\n"
4570 "                         |\n"
4571 "                         |\n"
4572 "                     ____V_____\n"
4573 "                    /          \\\n"
4574 "                    |  CONFIG  |\n"
4575 "                    \\__________/\n"
4576 "                     ^ ^   ^  \\\n"
4577 "                    /  |    \\  \\ guestfs_launch\n"
4578 "                   /   |    _\\__V______\n"
4579 "                  /    |   /           \\\n"
4580 "                 /     |   | LAUNCHING |\n"
4581 "                /      |   \\___________/\n"
4582 "               /       |       /\n"
4583 "              /        |  guestfs_launch\n"
4584 "             /         |     /\n"
4585 "    ______  /        __|____V\n"
4586 "   /      \\ ------> /        \\\n"
4587 "   | BUSY |         | READY  |\n"
4588 "   \\______/ <------ \\________/\n"
4589 "\n"
4590 msgstr ""
4591
4592 # type: textblock
4593 #. type: textblock
4594 #: ../src/guestfs.pod:2161
4595 msgid ""
4596 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4597 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4598 "(3) alternating between READY and BUSY as commands are issued to, and "
4599 "carried out by, the child process."
4600 msgstr ""
4601
4602 # type: textblock
4603 #. type: textblock
4604 #: ../src/guestfs.pod:2166
4605 msgid ""
4606 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4607 "asynchronously at any time (eg. due to some internal error), and that causes "
4608 "the state to transition back to CONFIG."
4609 msgstr ""
4610
4611 # type: textblock
4612 #. type: textblock
4613 #: ../src/guestfs.pod:2170
4614 msgid ""
4615 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4616 "issued when in the CONFIG state."
4617 msgstr ""
4618
4619 # type: textblock
4620 #. type: textblock
4621 #: ../src/guestfs.pod:2173
4622 msgid ""
4623 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4624 "L</guestfs_launch> blocks until the child process is READY to accept "
4625 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4626 "moves the state from CONFIG to LAUNCHING while it is running."
4627 msgstr ""
4628
4629 # type: textblock
4630 #. type: textblock
4631 #: ../src/guestfs.pod:2179
4632 msgid ""
4633 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4634 "state.  These API calls block waiting for the command to be carried out (ie. "
4635 "the state to transition to BUSY and then back to READY).  There are no non-"
4636 "blocking versions, and no way to issue more than one command per handle at "
4637 "the same time."
4638 msgstr ""
4639
4640 # type: textblock
4641 #. type: textblock
4642 #: ../src/guestfs.pod:2185
4643 msgid ""
4644 "Finally, the child process sends asynchronous messages back to the main "
4645 "program, such as kernel log messages.  You can register a callback to "
4646 "receive these messages."
4647 msgstr ""
4648
4649 # type: =head1
4650 #. type: =head1
4651 #: ../src/guestfs.pod:2189
4652 msgid "INTERNALS"
4653 msgstr ""
4654
4655 # type: =head2
4656 #. type: =head2
4657 #: ../src/guestfs.pod:2191
4658 msgid "COMMUNICATION PROTOCOL"
4659 msgstr ""
4660
4661 # type: textblock
4662 #. type: textblock
4663 #: ../src/guestfs.pod:2193
4664 msgid ""
4665 "Don't rely on using this protocol directly.  This section documents how it "
4666 "currently works, but it may change at any time."
4667 msgstr ""
4668
4669 # type: textblock
4670 #. type: textblock
4671 #: ../src/guestfs.pod:2196
4672 msgid ""
4673 "The protocol used to talk between the library and the daemon running inside "
4674 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4675 "1014, RFC 1832, RFC 4506)."
4676 msgstr ""
4677
4678 # type: textblock
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2200
4681 msgid ""
4682 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4683 "this file is automatically generated)."
4684 msgstr ""
4685
4686 # type: textblock
4687 #. type: textblock
4688 #: ../src/guestfs.pod:2203
4689 msgid ""
4690 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4691 "and C<FileOut> parameters, which are handled with very simple request/reply "
4692 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4693 "parameters, which use the same request and reply messages, but they may also "
4694 "be followed by files sent using a chunked encoding."
4695 msgstr ""
4696
4697 # type: =head3
4698 #. type: =head3
4699 #: ../src/guestfs.pod:2210
4700 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4701 msgstr ""
4702
4703 # type: textblock
4704 #. type: textblock
4705 #: ../src/guestfs.pod:2212
4706 msgid "For ordinary functions, the request message is:"
4707 msgstr ""
4708
4709 # type: verbatim
4710 #. type: verbatim
4711 #: ../src/guestfs.pod:2214
4712 #, no-wrap
4713 msgid ""
4714 " total length (header + arguments,\n"
4715 "      but not including the length word itself)\n"
4716 " struct guestfs_message_header (encoded as XDR)\n"
4717 " struct guestfs_<foo>_args (encoded as XDR)\n"
4718 "\n"
4719 msgstr ""
4720
4721 # type: textblock
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2219
4724 msgid ""
4725 "The total length field allows the daemon to allocate a fixed size buffer "
4726 "into which it slurps the rest of the message.  As a result, the total length "
4727 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4728 "effective size of any request is limited to somewhere under this size."
4729 msgstr ""
4730
4731 # type: textblock
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2225
4734 msgid ""
4735 "Note also that many functions don't take any arguments, in which case the "
4736 "C<guestfs_I<foo>_args> is completely omitted."
4737 msgstr ""
4738
4739 # type: textblock
4740 #. type: textblock
4741 #: ../src/guestfs.pod:2228
4742 msgid ""
4743 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4744 "receiver knows what type of args structure to expect, or none at all."
4745 msgstr ""
4746
4747 # type: textblock
4748 #. type: textblock
4749 #: ../src/guestfs.pod:2232
4750 msgid ""
4751 "For functions that take optional arguments, the optional arguments are "
4752 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4753 "arguments.  A bitmask in the header indicates which optional arguments are "
4754 "meaningful.  The bitmask is also checked to see if it contains bits set "
4755 "which the daemon does not know about (eg. if more optional arguments were "
4756 "added in a later version of the library), and this causes the call to be "
4757 "rejected."
4758 msgstr ""
4759
4760 # type: textblock
4761 #. type: textblock
4762 #: ../src/guestfs.pod:2240
4763 msgid "The reply message for ordinary functions is:"
4764 msgstr ""
4765
4766 # type: verbatim
4767 #. type: verbatim
4768 #: ../src/guestfs.pod:2242
4769 #, no-wrap
4770 msgid ""
4771 " total length (header + ret,\n"
4772 "      but not including the length word itself)\n"
4773 " struct guestfs_message_header (encoded as XDR)\n"
4774 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4775 "\n"
4776 msgstr ""
4777
4778 # type: textblock
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2247
4781 msgid ""
4782 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4783 "functions that return no formal return values."
4784 msgstr ""
4785
4786 # type: textblock
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2250
4789 msgid ""
4790 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4791 msgstr ""
4792
4793 # type: textblock
4794 #. type: textblock
4795 #: ../src/guestfs.pod:2253
4796 msgid ""
4797 "In the case of an error, a flag is set in the header, and the reply message "
4798 "is slightly changed:"
4799 msgstr ""
4800
4801 # type: verbatim
4802 #. type: verbatim
4803 #: ../src/guestfs.pod:2256
4804 #, no-wrap
4805 msgid ""
4806 " total length (header + error,\n"
4807 "      but not including the length word itself)\n"
4808 " struct guestfs_message_header (encoded as XDR)\n"
4809 " struct guestfs_message_error (encoded as XDR)\n"
4810 "\n"
4811 msgstr ""
4812
4813 # type: textblock
4814 #. type: textblock
4815 #: ../src/guestfs.pod:2261
4816 msgid ""
4817 "The C<guestfs_message_error> structure contains the error message as a "
4818 "string."
4819 msgstr ""
4820
4821 # type: =head3
4822 #. type: =head3
4823 #: ../src/guestfs.pod:2264
4824 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4825 msgstr ""
4826
4827 # type: textblock
4828 #. type: textblock
4829 #: ../src/guestfs.pod:2266
4830 msgid ""
4831 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4832 "The normal request message is sent (see above).  However this is followed by "
4833 "a sequence of file chunks."
4834 msgstr ""
4835
4836 # type: verbatim
4837 #. type: verbatim
4838 #: ../src/guestfs.pod:2270
4839 #, no-wrap
4840 msgid ""
4841 " total length (header + arguments,\n"
4842 "      but not including the length word itself,\n"
4843 "      and not including the chunks)\n"
4844 " struct guestfs_message_header (encoded as XDR)\n"
4845 " struct guestfs_<foo>_args (encoded as XDR)\n"
4846 " sequence of chunks for FileIn param #0\n"
4847 " sequence of chunks for FileIn param #1 etc.\n"
4848 "\n"
4849 msgstr ""
4850
4851 # type: textblock
4852 #. type: textblock
4853 #: ../src/guestfs.pod:2278
4854 msgid "The \"sequence of chunks\" is:"
4855 msgstr ""
4856
4857 # type: verbatim
4858 #. type: verbatim
4859 #: ../src/guestfs.pod:2280
4860 #, no-wrap
4861 msgid ""
4862 " length of chunk (not including length word itself)\n"
4863 " struct guestfs_chunk (encoded as XDR)\n"
4864 " length of chunk\n"
4865 " struct guestfs_chunk (encoded as XDR)\n"
4866 "   ...\n"
4867 " length of chunk\n"
4868 " struct guestfs_chunk (with data.data_len == 0)\n"
4869 "\n"
4870 msgstr ""
4871
4872 # type: textblock
4873 #. type: textblock
4874 #: ../src/guestfs.pod:2288
4875 msgid ""
4876 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4877 "is set in the final chunk to indicate either successful completion or early "
4878 "cancellation."
4879 msgstr ""
4880
4881 # type: textblock
4882 #. type: textblock
4883 #: ../src/guestfs.pod:2292
4884 msgid ""
4885 "At time of writing there are no functions that have more than one FileIn "
4886 "parameter.  However this is (theoretically) supported, by sending the "
4887 "sequence of chunks for each FileIn parameter one after another (from left to "
4888 "right)."
4889 msgstr ""
4890
4891 # type: textblock
4892 #. type: textblock
4893 #: ../src/guestfs.pod:2297
4894 msgid ""
4895 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4896 "transfer.  The library does this by sending a chunk with a special flag set "
4897 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4898 "RPC, does I<not> send any reply, and goes back to reading the next request."
4899 msgstr ""
4900
4901 # type: textblock
4902 #. type: textblock
4903 #: ../src/guestfs.pod:2303
4904 msgid ""
4905 "The daemon may also cancel.  It does this by writing a special word "
4906 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4907 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4908 "cancel chunk).  The special word is chosen so that even if cancellation "
4909 "happens right at the end of the transfer (after the library has finished "
4910 "writing and has started listening for the reply), the \"spurious\" cancel "
4911 "flag will not be confused with the reply message."
4912 msgstr ""
4913
4914 # type: textblock
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2312
4917 msgid ""
4918 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4919 "limit), and also files where the size is not known in advance (eg. from "
4920 "pipes or sockets).  However the chunks are rather small "
4921 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4922 "to keep much in memory."
4923 msgstr ""
4924
4925 # type: =head3
4926 #. type: =head3
4927 #: ../src/guestfs.pod:2318
4928 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4929 msgstr ""
4930
4931 # type: textblock
4932 #. type: textblock
4933 #: ../src/guestfs.pod:2320
4934 msgid ""
4935 "The protocol for FileOut parameters is exactly the same as for FileIn "
4936 "parameters, but with the roles of daemon and library reversed."
4937 msgstr ""
4938
4939 # type: verbatim
4940 #. type: verbatim
4941 #: ../src/guestfs.pod:2323
4942 #, no-wrap
4943 msgid ""
4944 " total length (header + ret,\n"
4945 "      but not including the length word itself,\n"
4946 "      and not including the chunks)\n"
4947 " struct guestfs_message_header (encoded as XDR)\n"
4948 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4949 " sequence of chunks for FileOut param #0\n"
4950 " sequence of chunks for FileOut param #1 etc.\n"
4951 "\n"
4952 msgstr ""
4953
4954 # type: =head3
4955 #. type: =head3
4956 #: ../src/guestfs.pod:2331
4957 msgid "INITIAL MESSAGE"
4958 msgstr ""
4959
4960 # type: textblock
4961 #. type: textblock
4962 #: ../src/guestfs.pod:2333
4963 msgid ""
4964 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4965 "which indicates that the guest and daemon is alive.  This is what L</"
4966 "guestfs_launch> waits for."
4967 msgstr ""
4968
4969 # type: =head3
4970 #. type: =head3
4971 #: ../src/guestfs.pod:2337
4972 msgid "PROGRESS NOTIFICATION MESSAGES"
4973 msgstr ""
4974
4975 # type: textblock
4976 #. type: textblock
4977 #: ../src/guestfs.pod:2339
4978 msgid ""
4979 "The daemon may send progress notification messages at any time.  These are "
4980 "distinguished by the normal length word being replaced by "
4981 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4982 msgstr ""
4983
4984 #. type: textblock
4985 #: ../src/guestfs.pod:2343
4986 msgid ""
4987 "The library turns them into progress callbacks (see L</"
4988 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4989 "if not."
4990 msgstr ""
4991
4992 # type: textblock
4993 #. type: textblock
4994 #: ../src/guestfs.pod:2347
4995 msgid ""
4996 "The daemon self-limits the frequency of progress messages it sends (see "
4997 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4998 "messages."
4999 msgstr ""
5000
5001 # type: =head1
5002 #. type: =head1
5003 #: ../src/guestfs.pod:2351
5004 msgid "LIBGUESTFS VERSION NUMBERS"
5005 msgstr ""
5006
5007 # type: textblock
5008 #. type: textblock
5009 #: ../src/guestfs.pod:2353
5010 msgid ""
5011 "Since April 2010, libguestfs has started to make separate development and "
5012 "stable releases, along with corresponding branches in our git repository.  "
5013 "These separate releases can be identified by version number:"
5014 msgstr ""
5015
5016 # type: verbatim
5017 #. type: verbatim
5018 #: ../src/guestfs.pod:2358
5019 #, no-wrap
5020 msgid ""
5021 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
5022 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
5023 "       |\n"
5024 "       v\n"
5025 " 1  .  3  .  5\n"
5026 " ^           ^\n"
5027 " |           |\n"
5028 " |           `-------- sub-version\n"
5029 " |\n"
5030 " `------ always '1' because we don't change the ABI\n"
5031 "\n"
5032 msgstr ""
5033
5034 # type: textblock
5035 #. type: textblock
5036 #: ../src/guestfs.pod:2369
5037 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
5038 msgstr ""
5039
5040 # type: textblock
5041 #. type: textblock
5042 #: ../src/guestfs.pod:2371
5043 msgid ""
5044 "As time passes we cherry pick fixes from the development branch and backport "
5045 "those into the stable branch, the effect being that the stable branch should "
5046 "get more stable and less buggy over time.  So the stable releases are ideal "
5047 "for people who don't need new features but would just like the software to "
5048 "work."
5049 msgstr ""
5050
5051 # type: textblock
5052 #. type: textblock
5053 #: ../src/guestfs.pod:2377
5054 msgid "Our criteria for backporting changes are:"
5055 msgstr ""
5056
5057 # type: textblock
5058 #. type: textblock
5059 #: ../src/guestfs.pod:2383
5060 msgid ""
5061 "Documentation changes which don't affect any code are backported unless the "
5062 "documentation refers to a future feature which is not in stable."
5063 msgstr ""
5064
5065 # type: textblock
5066 #. type: textblock
5067 #: ../src/guestfs.pod:2389
5068 msgid ""
5069 "Bug fixes which are not controversial, fix obvious problems, and have been "
5070 "well tested are backported."
5071 msgstr ""
5072
5073 # type: textblock
5074 #. type: textblock
5075 #: ../src/guestfs.pod:2394
5076 msgid ""
5077 "Simple rearrangements of code which shouldn't affect how it works get "
5078 "backported.  This is so that the code in the two branches doesn't get too "
5079 "far out of step, allowing us to backport future fixes more easily."
5080 msgstr ""
5081
5082 # type: textblock
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2400
5085 msgid ""
5086 "We I<don't> backport new features, new APIs, new tools etc, except in one "
5087 "exceptional case: the new feature is required in order to implement an "
5088 "important bug fix."
5089 msgstr ""
5090
5091 # type: textblock
5092 #. type: textblock
5093 #: ../src/guestfs.pod:2406
5094 msgid ""
5095 "A new stable branch starts when we think the new features in development are "
5096 "substantial and compelling enough over the current stable branch to warrant "
5097 "it.  When that happens we create new stable and development versions 1.N.0 "
5098 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
5099 "stable at this point, but by backporting fixes from development, that branch "
5100 "will stabilize over time."
5101 msgstr ""
5102
5103 #. type: =head1
5104 #: ../src/guestfs.pod:2414
5105 msgid "EXTENDING LIBGUESTFS"
5106 msgstr ""
5107
5108 #. type: =head2
5109 #: ../src/guestfs.pod:2416
5110 msgid "ADDING A NEW API ACTION"
5111 msgstr ""
5112
5113 #. type: textblock
5114 #: ../src/guestfs.pod:2418
5115 msgid ""
5116 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
5117 "documentation) are generated, and this makes it easy to extend the "
5118 "libguestfs API."
5119 msgstr ""
5120
5121 #. type: textblock
5122 #: ../src/guestfs.pod:2422
5123 msgid "To add a new API action there are two changes:"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2428
5128 msgid ""
5129 "You need to add a description of the call (name, parameters, return type, "
5130 "tests, documentation) to C<generator/generator_actions.ml>."
5131 msgstr ""
5132
5133 #. type: textblock
5134 #: ../src/guestfs.pod:2431
5135 msgid ""
5136 "There are two sorts of API action, depending on whether the call goes "
5137 "through to the daemon in the appliance, or is serviced entirely by the "
5138 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
5139 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
5140 "an example of the latter, since a trace flag is maintained in the handle and "
5141 "all tracing is done on the library side."
5142 msgstr ""
5143
5144 #. type: textblock
5145 #: ../src/guestfs.pod:2439
5146 msgid ""
5147 "Most new actions are of the first type, and get added to the "
5148 "C<daemon_functions> list.  Each function has a unique procedure number used "
5149 "in the RPC protocol which is assigned to that action when we publish "
5150 "libguestfs and cannot be reused.  Take the latest procedure number and "
5151 "increment it."
5152 msgstr ""
5153
5154 #. type: textblock
5155 #: ../src/guestfs.pod:2445
5156 msgid ""
5157 "For library-only actions of the second type, add to the "
5158 "C<non_daemon_functions> list.  Since these functions are serviced by the "
5159 "library and do not travel over the RPC mechanism to the daemon, these "
5160 "functions do not need a procedure number, and so the procedure number is set "
5161 "to C<-1>."
5162 msgstr ""
5163
5164 #. type: textblock
5165 #: ../src/guestfs.pod:2453
5166 msgid "Implement the action (in C):"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs.pod:2455
5171 msgid ""
5172 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
5173 "C<daemon/> directory."
5174 msgstr ""
5175
5176 #. type: textblock
5177 #: ../src/guestfs.pod:2458
5178 msgid ""
5179 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
5180 "(note: double underscore) in the C<src/> directory."
5181 msgstr ""
5182
5183 #. type: textblock
5184 #: ../src/guestfs.pod:2461
5185 msgid "In either case, use another function as an example of what to do."
5186 msgstr ""
5187
5188 #. type: textblock
5189 #: ../src/guestfs.pod:2465
5190 msgid "After making these changes, use C<make> to compile."
5191 msgstr ""
5192
5193 #. type: textblock
5194 #: ../src/guestfs.pod:2467
5195 msgid ""
5196 "Note that you don't need to implement the RPC, language bindings, manual "
5197 "pages or anything else.  It's all automatically generated from the OCaml "
5198 "description."
5199 msgstr ""
5200
5201 #. type: =head2
5202 #: ../src/guestfs.pod:2471
5203 msgid "ADDING TESTS FOR AN API ACTION"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../src/guestfs.pod:2473
5208 msgid ""
5209 "You can supply zero or as many tests as you want per API call.  The tests "
5210 "can either be added as part of the API description (C<generator/"
5211 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
5212 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
5213 "slower, so if possible use the first method."
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2479
5218 msgid ""
5219 "The following describes the test environment used when you add an API test "
5220 "in C<generator_actions.ml>."
5221 msgstr ""
5222
5223 #. type: textblock
5224 #: ../src/guestfs.pod:2482
5225 msgid "The test environment has 4 block devices:"
5226 msgstr ""
5227
5228 #. type: =item
5229 #: ../src/guestfs.pod:2486
5230 msgid "C</dev/sda> 500MB"
5231 msgstr ""
5232
5233 #. type: textblock
5234 #: ../src/guestfs.pod:2488
5235 msgid "General block device for testing."
5236 msgstr ""
5237
5238 #. type: =item
5239 #: ../src/guestfs.pod:2490
5240 msgid "C</dev/sdb> 50MB"
5241 msgstr ""
5242
5243 #. type: textblock
5244 #: ../src/guestfs.pod:2492
5245 msgid ""
5246 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
5247 "operations."
5248 msgstr ""
5249
5250 #. type: =item
5251 #: ../src/guestfs.pod:2495
5252 msgid "C</dev/sdc> 10MB"
5253 msgstr ""
5254
5255 #. type: textblock
5256 #: ../src/guestfs.pod:2497
5257 msgid "Used in a few tests where two block devices are needed."
5258 msgstr ""
5259
5260 #. type: =item
5261 #: ../src/guestfs.pod:2499
5262 msgid "C</dev/sdd>"
5263 msgstr ""
5264
5265 #. type: textblock
5266 #: ../src/guestfs.pod:2501
5267 msgid "ISO with fixed content (see C<images/test.iso>)."
5268 msgstr ""
5269
5270 #. type: textblock
5271 #: ../src/guestfs.pod:2505
5272 msgid ""
5273 "To be able to run the tests in a reasonable amount of time, the libguestfs "
5274 "appliance and block devices are reused between tests.  So don't try testing "
5275 "L</guestfs_kill_subprocess> :-x"
5276 msgstr ""
5277
5278 #. type: textblock
5279 #: ../src/guestfs.pod:2509
5280 msgid ""
5281 "Each test starts with an initial scenario, selected using one of the "
5282 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
5283 "initialize the disks mentioned above in a particular way as documented in "
5284 "C<generator_types.ml>.  You should not assume anything about the previous "
5285 "contents of other disks that are not initialized."
5286 msgstr ""
5287
5288 #. type: textblock
5289 #: ../src/guestfs.pod:2515
5290 msgid ""
5291 "You can add a prerequisite clause to any individual test.  This is a run-"
5292 "time check, which, if it fails, causes the test to be skipped.  Useful if "
5293 "testing a command which might not work on all variations of libguestfs "
5294 "builds.  A test that has prerequisite of C<Always> means to run "
5295 "unconditionally."
5296 msgstr ""
5297
5298 #. type: textblock
5299 #: ../src/guestfs.pod:2521
5300 msgid ""
5301 "In addition, packagers can skip individual tests by setting environment "
5302 "variables before running C<make check>."
5303 msgstr ""
5304
5305 #. type: verbatim
5306 #: ../src/guestfs.pod:2524
5307 #, no-wrap
5308 msgid ""
5309 " SKIP_TEST_<CMD>_<NUM>=1\n"
5310 "\n"
5311 msgstr ""
5312
5313 #. type: textblock
5314 #: ../src/guestfs.pod:2526
5315 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
5316 msgstr ""
5317
5318 #. type: textblock
5319 #: ../src/guestfs.pod:2528
5320 msgid "or:"
5321 msgstr ""
5322
5323 #. type: verbatim
5324 #: ../src/guestfs.pod:2530
5325 #, no-wrap
5326 msgid ""
5327 " SKIP_TEST_<CMD>=1\n"
5328 "\n"
5329 msgstr ""
5330
5331 #. type: textblock
5332 #: ../src/guestfs.pod:2532
5333 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
5334 msgstr ""
5335
5336 #. type: textblock
5337 #: ../src/guestfs.pod:2534
5338 msgid "Packagers can run only certain tests by setting for example:"
5339 msgstr ""
5340
5341 #. type: verbatim
5342 #: ../src/guestfs.pod:2536
5343 #, no-wrap
5344 msgid ""
5345 " TEST_ONLY=\"vfs_type zerofree\"\n"
5346 "\n"
5347 msgstr ""
5348
5349 #. type: textblock
5350 #: ../src/guestfs.pod:2538
5351 msgid ""
5352 "See C<capitests/tests.c> for more details of how these environment variables "
5353 "work."
5354 msgstr ""
5355
5356 #. type: =head2
5357 #: ../src/guestfs.pod:2541
5358 msgid "DEBUGGING NEW API ACTIONS"
5359 msgstr ""
5360
5361 #. type: textblock
5362 #: ../src/guestfs.pod:2543
5363 msgid "Test new actions work before submitting them."
5364 msgstr ""
5365
5366 #. type: textblock
5367 #: ../src/guestfs.pod:2545
5368 msgid "You can use guestfish to try out new commands."
5369 msgstr ""
5370
5371 #. type: textblock
5372 #: ../src/guestfs.pod:2547
5373 msgid ""
5374 "Debugging the daemon is a problem because it runs inside a minimal "
5375 "environment.  However you can fprintf messages in the daemon to stderr, and "
5376 "they will show up if you use C<guestfish -v>."
5377 msgstr ""
5378
5379 #. type: =head2
5380 #: ../src/guestfs.pod:2551
5381 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
5382 msgstr ""
5383
5384 #. type: textblock
5385 #: ../src/guestfs.pod:2553
5386 msgid ""
5387 "Our C source code generally adheres to some basic code-formatting "
5388 "conventions.  The existing code base is not totally consistent on this "
5389 "front, but we do prefer that contributed code be formatted similarly.  In "
5390 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
5391 "indentation level, and other than that, follow the K&R style."
5392 msgstr ""
5393
5394 #. type: textblock
5395 #: ../src/guestfs.pod:2559
5396 msgid ""
5397 "If you use Emacs, add the following to one of one of your start-up files (e."
5398 "g., ~/.emacs), to help ensure that you get indentation right:"
5399 msgstr ""
5400
5401 #. type: verbatim
5402 #: ../src/guestfs.pod:2562
5403 #, no-wrap
5404 msgid ""
5405 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5406 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5407 " (add-hook 'find-file-hook\n"
5408 "     '(lambda () (if (and buffer-file-name\n"
5409 "                          (string-match \"/libguestfs\\\\>\"\n"
5410 "                              (buffer-file-name))\n"
5411 "                          (not (string-equal mode-name \"Change Log\"))\n"
5412 "                          (not (string-equal mode-name \"Makefile\")))\n"
5413 "                     (setq indent-tabs-mode nil))))\n"
5414 " \n"
5415 msgstr ""
5416
5417 #. type: verbatim
5418 #: ../src/guestfs.pod:2572
5419 #, no-wrap
5420 msgid ""
5421 " ;;; When editing C sources in libguestfs, use this style.\n"
5422 " (defun libguestfs-c-mode ()\n"
5423 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5424 "   (interactive)\n"
5425 "   (c-set-style \"K&R\")\n"
5426 "   (setq c-indent-level 2)\n"
5427 "   (setq c-basic-offset 2))\n"
5428 " (add-hook 'c-mode-hook\n"
5429 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5430 "                               (buffer-file-name))\n"
5431 "                           (libguestfs-c-mode))))\n"
5432 "\n"
5433 msgstr ""
5434
5435 #. type: textblock
5436 #: ../src/guestfs.pod:2584
5437 msgid "Enable warnings when compiling (and fix any problems this finds):"
5438 msgstr ""
5439
5440 #. type: verbatim
5441 #: ../src/guestfs.pod:2587
5442 #, no-wrap
5443 msgid ""
5444 " ./configure --enable-gcc-warnings\n"
5445 "\n"
5446 msgstr ""
5447
5448 #. type: textblock
5449 #: ../src/guestfs.pod:2589
5450 msgid "Useful targets are:"
5451 msgstr ""
5452
5453 #. type: verbatim
5454 #: ../src/guestfs.pod:2591
5455 #, no-wrap
5456 msgid ""
5457 " make syntax-check  # checks the syntax of the C code\n"
5458 " make check         # runs the test suite\n"
5459 "\n"
5460 msgstr ""
5461
5462 #. type: =head2
5463 #: ../src/guestfs.pod:2594
5464 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5465 msgstr ""
5466
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2596
5469 msgid ""
5470 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5471 "which are used to do shell quoting."
5472 msgstr ""
5473
5474 #. type: =item
5475 #: ../src/guestfs.pod:2601
5476 msgid "%Q"
5477 msgstr ""
5478
5479 #. type: textblock
5480 #: ../src/guestfs.pod:2603
5481 msgid ""
5482 "Simple shell quoted string.  Any spaces or other shell characters are "
5483 "escaped for you."
5484 msgstr ""
5485
5486 #. type: =item
5487 #: ../src/guestfs.pod:2606
5488 msgid "%R"
5489 msgstr ""
5490
5491 #. type: textblock
5492 #: ../src/guestfs.pod:2608
5493 msgid ""
5494 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5495 "the sysroot."
5496 msgstr ""
5497
5498 # type: textblock
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2613 ../fish/guestfish.pod:242 ../fish/guestfish.pod:615
5501 msgid "For example:"
5502 msgstr ""
5503
5504 #. type: verbatim
5505 #: ../src/guestfs.pod:2615
5506 #, no-wrap
5507 msgid ""
5508 " asprintf (&cmd, \"cat %R\", path);\n"
5509 "\n"
5510 msgstr ""
5511
5512 #. type: textblock
5513 #: ../src/guestfs.pod:2617
5514 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5515 msgstr ""
5516
5517 #. type: textblock
5518 #: ../src/guestfs.pod:2619
5519 msgid ""
5520 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5521 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5522 "they are not passed via the shell (instead, straight to exec).  You probably "
5523 "want to use the C<sysroot_path()> function however."
5524 msgstr ""
5525
5526 #. type: =head2
5527 #: ../src/guestfs.pod:2625
5528 msgid "SUBMITTING YOUR NEW API ACTIONS"
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2627
5533 msgid ""
5534 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5535 "libguestfs> and CC to L<rjones@redhat.com>."
5536 msgstr ""
5537
5538 #. type: =head2
5539 #: ../src/guestfs.pod:2631
5540 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5541 msgstr ""
5542
5543 #. type: textblock
5544 #: ../src/guestfs.pod:2633
5545 msgid "We support i18n (gettext anyhow) in the library."
5546 msgstr ""
5547
5548 #. type: textblock
5549 #: ../src/guestfs.pod:2635
5550 msgid ""
5551 "However many messages come from the daemon, and we don't translate those at "
5552 "the moment.  One reason is that the appliance generally has all locale files "
5553 "removed from it, because they take up a lot of space.  So we'd have to readd "
5554 "some of those, as well as copying our PO files into the appliance."
5555 msgstr ""
5556
5557 #. type: textblock
5558 #: ../src/guestfs.pod:2641
5559 msgid ""
5560 "Debugging messages are never translated, since they are intended for the "
5561 "programmers."
5562 msgstr ""
5563
5564 #. type: =head2
5565 #: ../src/guestfs.pod:2644
5566 msgid "SOURCE CODE SUBDIRECTORIES"
5567 msgstr ""
5568
5569 #. type: =item
5570 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5827
5571 #: ../fish/guestfish-actions.pod:3920
5572 msgid "C<appliance>"
5573 msgstr ""
5574
5575 #. type: textblock
5576 #: ../src/guestfs.pod:2650
5577 msgid "The libguestfs appliance, build scripts and so on."
5578 msgstr ""
5579
5580 #. type: =item
5581 #: ../src/guestfs.pod:2652
5582 msgid "C<capitests>"
5583 msgstr ""
5584
5585 #. type: textblock
5586 #: ../src/guestfs.pod:2654
5587 msgid "Automated tests of the C API."
5588 msgstr ""
5589
5590 #. type: =item
5591 #: ../src/guestfs.pod:2656
5592 msgid "C<cat>"
5593 msgstr ""
5594
5595 #. type: textblock
5596 #: ../src/guestfs.pod:2658
5597 msgid ""
5598 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5599 "documentation."
5600 msgstr ""
5601
5602 #. type: =item
5603 #: ../src/guestfs.pod:2661
5604 msgid "C<contrib>"
5605 msgstr ""
5606
5607 #. type: textblock
5608 #: ../src/guestfs.pod:2663
5609 msgid "Outside contributions, experimental parts."
5610 msgstr ""
5611
5612 #. type: =item
5613 #: ../src/guestfs.pod:2665
5614 msgid "C<daemon>"
5615 msgstr ""
5616
5617 #. type: textblock
5618 #: ../src/guestfs.pod:2667
5619 msgid ""
5620 "The daemon that runs inside the libguestfs appliance and carries out actions."
5621 msgstr ""
5622
5623 #. type: =item
5624 #: ../src/guestfs.pod:2670
5625 msgid "C<df>"
5626 msgstr ""
5627
5628 #. type: textblock
5629 #: ../src/guestfs.pod:2672
5630 msgid "L<virt-df(1)> command and documentation."
5631 msgstr ""
5632
5633 #. type: =item
5634 #: ../src/guestfs.pod:2674
5635 msgid "C<edit>"
5636 msgstr ""
5637
5638 #. type: textblock
5639 #: ../src/guestfs.pod:2676
5640 msgid "L<virt-edit(1)> command and documentation."
5641 msgstr ""
5642
5643 #. type: =item
5644 #: ../src/guestfs.pod:2678
5645 msgid "C<examples>"
5646 msgstr ""
5647
5648 #. type: textblock
5649 #: ../src/guestfs.pod:2680
5650 msgid "C API example code."
5651 msgstr ""
5652
5653 #. type: =item
5654 #: ../src/guestfs.pod:2682
5655 msgid "C<fish>"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs.pod:2684
5660 msgid ""
5661 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5662 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5663 "L<virt-tar-out(1)>."
5664 msgstr ""
5665
5666 #. type: =item
5667 #: ../src/guestfs.pod:2688
5668 msgid "C<fuse>"
5669 msgstr ""
5670
5671 #. type: textblock
5672 #: ../src/guestfs.pod:2690
5673 msgid ""
5674 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5675 msgstr ""
5676
5677 #. type: =item
5678 #: ../src/guestfs.pod:2692
5679 msgid "C<generator>"
5680 msgstr ""
5681
5682 #. type: textblock
5683 #: ../src/guestfs.pod:2694
5684 msgid ""
5685 "The crucially important generator, used to automatically generate large "
5686 "amounts of boilerplate C code for things like RPC and bindings."
5687 msgstr ""
5688
5689 #. type: =item
5690 #: ../src/guestfs.pod:2697
5691 msgid "C<images>"
5692 msgstr ""
5693
5694 #. type: textblock
5695 #: ../src/guestfs.pod:2699
5696 msgid "Files used by the test suite."
5697 msgstr ""
5698
5699 #. type: textblock
5700 #: ../src/guestfs.pod:2701
5701 msgid "Some \"phony\" guest images which we test against."
5702 msgstr ""
5703
5704 #. type: =item
5705 #: ../src/guestfs.pod:2703
5706 msgid "C<inspector>"
5707 msgstr ""
5708
5709 #. type: textblock
5710 #: ../src/guestfs.pod:2705
5711 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5712 msgstr ""
5713
5714 #. type: =item
5715 #: ../src/guestfs.pod:2707
5716 msgid "C<logo>"
5717 msgstr ""
5718
5719 #. type: textblock
5720 #: ../src/guestfs.pod:2709
5721 msgid "Logo used on the website.  The fish is called Arthur by the way."
5722 msgstr ""
5723
5724 #. type: =item
5725 #: ../src/guestfs.pod:2711
5726 msgid "C<m4>"
5727 msgstr ""
5728
5729 #. type: textblock
5730 #: ../src/guestfs.pod:2713
5731 msgid "M4 macros used by autoconf."
5732 msgstr ""
5733
5734 #. type: =item
5735 #: ../src/guestfs.pod:2715
5736 msgid "C<po>"
5737 msgstr ""
5738
5739 #. type: textblock
5740 #: ../src/guestfs.pod:2717
5741 msgid "Translations of simple gettext strings."
5742 msgstr ""
5743
5744 #. type: =item
5745 #: ../src/guestfs.pod:2719
5746 msgid "C<po-docs>"
5747 msgstr ""
5748
5749 #. type: textblock
5750 #: ../src/guestfs.pod:2721
5751 msgid ""
5752 "The build infrastructure and PO files for translations of manpages and POD "
5753 "files.  Eventually this will be combined with the C<po> directory, but that "
5754 "is rather complicated."
5755 msgstr ""
5756
5757 #. type: =item
5758 #: ../src/guestfs.pod:2725
5759 msgid "C<regressions>"
5760 msgstr ""
5761
5762 #. type: textblock
5763 #: ../src/guestfs.pod:2727
5764 msgid "Regression tests."
5765 msgstr ""
5766
5767 #. type: =item
5768 #: ../src/guestfs.pod:2729
5769 msgid "C<rescue>"
5770 msgstr ""
5771
5772 #. type: textblock
5773 #: ../src/guestfs.pod:2731
5774 msgid "L<virt-rescue(1)> command and documentation."
5775 msgstr ""
5776
5777 #. type: =item
5778 #: ../src/guestfs.pod:2733
5779 msgid "C<src>"
5780 msgstr ""
5781
5782 #. type: textblock
5783 #: ../src/guestfs.pod:2735
5784 msgid "Source code to the C library."
5785 msgstr ""
5786
5787 #. type: =item
5788 #: ../src/guestfs.pod:2737
5789 msgid "C<tools>"
5790 msgstr ""
5791
5792 #. type: textblock
5793 #: ../src/guestfs.pod:2739
5794 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5795 msgstr ""
5796
5797 #. type: =item
5798 #: ../src/guestfs.pod:2741
5799 msgid "C<test-tool>"
5800 msgstr ""
5801
5802 #. type: textblock
5803 #: ../src/guestfs.pod:2743
5804 msgid ""
5805 "Test tool for end users to test if their qemu/kernel combination will work "
5806 "with libguestfs."
5807 msgstr ""
5808
5809 #. type: =item
5810 #: ../src/guestfs.pod:2746
5811 msgid "C<csharp>"
5812 msgstr ""
5813
5814 #. type: =item
5815 #: ../src/guestfs.pod:2748
5816 msgid "C<haskell>"
5817 msgstr ""
5818
5819 #. type: =item
5820 #: ../src/guestfs.pod:2750
5821 msgid "C<java>"
5822 msgstr ""
5823
5824 #. type: =item
5825 #: ../src/guestfs.pod:2752
5826 msgid "C<ocaml>"
5827 msgstr ""
5828
5829 #. type: =item
5830 #: ../src/guestfs.pod:2754
5831 msgid "C<php>"
5832 msgstr ""
5833
5834 #. type: =item
5835 #: ../src/guestfs.pod:2756
5836 msgid "C<perl>"
5837 msgstr ""
5838
5839 #. type: =item
5840 #: ../src/guestfs.pod:2758
5841 msgid "C<python>"
5842 msgstr ""
5843
5844 #. type: =item
5845 #: ../src/guestfs.pod:2760
5846 msgid "C<ruby>"
5847 msgstr ""
5848
5849 #. type: textblock
5850 #: ../src/guestfs.pod:2762
5851 msgid "Language bindings."
5852 msgstr ""
5853
5854 #. type: =head1
5855 #: ../src/guestfs.pod:2766
5856 msgid "LIMITS"
5857 msgstr ""
5858
5859 # type: =head2
5860 #. type: =head2
5861 #: ../src/guestfs.pod:2768
5862 msgid "PROTOCOL LIMITS"
5863 msgstr ""
5864
5865 # type: textblock
5866 #. type: textblock
5867 #: ../src/guestfs.pod:2770
5868 msgid ""
5869 "Internally libguestfs uses a message-based protocol to pass API calls and "
5870 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5871 "plenty more detail about this).  The maximum message size used by the "
5872 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5873 "aware of this limit.  The API calls which may be affected are individually "
5874 "documented, with a link back to this section of the documentation."
5875 msgstr ""
5876
5877 # type: textblock
5878 #. type: textblock
5879 #: ../src/guestfs.pod:2778
5880 msgid ""
5881 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5882 "a simple string.  Because this string is at some point internally encoded as "
5883 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5884 "the requested file is larger than this then you will get an error."
5885 msgstr ""
5886
5887 # type: textblock
5888 #. type: textblock
5889 #: ../src/guestfs.pod:2784
5890 msgid ""
5891 "In order to transfer large files into and out of the guest filesystem, you "
5892 "need to use particular calls that support this.  The sections L</UPLOADING> "
5893 "and L</DOWNLOADING> document how to do this."
5894 msgstr ""
5895
5896 # type: textblock
5897 #. type: textblock
5898 #: ../src/guestfs.pod:2788
5899 msgid ""
5900 "You might also consider mounting the disk image using our FUSE filesystem "
5901 "support (L<guestmount(1)>)."
5902 msgstr ""
5903
5904 #. type: =head2
5905 #: ../src/guestfs.pod:2791
5906 msgid "MAXIMUM NUMBER OF DISKS"
5907 msgstr ""
5908
5909 #. type: textblock
5910 #: ../src/guestfs.pod:2793
5911 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs.pod:2796
5916 msgid ""
5917 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5918 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5919 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5920 "purposes."
5921 msgstr ""
5922
5923 #. type: textblock
5924 #: ../src/guestfs.pod:2801
5925 msgid ""
5926 "We are working to substantially raise this limit in future versions but it "
5927 "requires complex changes to qemu."
5928 msgstr ""
5929
5930 #. type: textblock
5931 #: ../src/guestfs.pod:2804
5932 msgid ""
5933 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5934 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5935 "requires changes to qemu."
5936 msgstr ""
5937
5938 #. type: =head2
5939 #: ../src/guestfs.pod:2808
5940 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5941 msgstr ""
5942
5943 #. type: textblock
5944 #: ../src/guestfs.pod:2810
5945 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5946 msgstr ""
5947
5948 #. type: textblock
5949 #: ../src/guestfs.pod:2812
5950 msgid ""
5951 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5952 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5953 msgstr ""
5954
5955 #. type: textblock
5956 #: ../src/guestfs.pod:2815
5957 msgid ""
5958 "If you attach a disk with more than 15 partitions, the extra partitions are "
5959 "ignored by libguestfs."
5960 msgstr ""
5961
5962 #. type: =head2
5963 #: ../src/guestfs.pod:2818
5964 msgid "MAXIMUM SIZE OF A DISK"
5965 msgstr ""
5966
5967 #. type: textblock
5968 #: ../src/guestfs.pod:2820
5969 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5970 msgstr ""
5971
5972 #. type: textblock
5973 #: ../src/guestfs.pod:2822
5974 msgid ""
5975 "We have tested block devices up to 1 exabyte (2**60 or "
5976 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5977 "filesystem."
5978 msgstr ""
5979
5980 #. type: textblock
5981 #: ../src/guestfs.pod:2826
5982 msgid ""
5983 "Although libguestfs probably does not impose any limit, the underlying host "
5984 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5985 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5986 "TB).  If you store disk images as host logical volumes then you are limited "
5987 "by the maximum size of an LV."
5988 msgstr ""
5989
5990 #. type: textblock
5991 #: ../src/guestfs.pod:2832
5992 msgid ""
5993 "For the hugest disk image files, we recommend using XFS on the host for "
5994 "storage."
5995 msgstr ""
5996
5997 #. type: =head2
5998 #: ../src/guestfs.pod:2835
5999 msgid "MAXIMUM SIZE OF A PARTITION"
6000 msgstr ""
6001
6002 #. type: textblock
6003 #: ../src/guestfs.pod:2837
6004 msgid ""
6005 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
6006 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
6007 "address a partition located beyond 2 TB on the disk."
6008 msgstr ""
6009
6010 #. type: textblock
6011 #: ../src/guestfs.pod:2841
6012 msgid ""
6013 "It is recommended that you use GPT partitions on disks which are larger than "
6014 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
6015 "which are theoretically larger than the largest disk we could support."
6016 msgstr ""
6017
6018 #. type: =head2
6019 #: ../src/guestfs.pod:2846
6020 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
6021 msgstr ""
6022
6023 #. type: textblock
6024 #: ../src/guestfs.pod:2848
6025 msgid ""
6026 "This depends on the filesystem type.  libguestfs itself does not impose any "
6027 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
6028 "what these limits are."
6029 msgstr ""
6030
6031 #. type: =head2
6032 #: ../src/guestfs.pod:2852
6033 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
6034 msgstr ""
6035
6036 #. type: textblock
6037 #: ../src/guestfs.pod:2854
6038 msgid ""
6039 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
6040 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
6041 "uploads and downloads."
6042 msgstr ""
6043
6044 #. type: =head2
6045 #: ../src/guestfs.pod:2858
6046 msgid "INSPECTION LIMITS"
6047 msgstr ""
6048
6049 #. type: textblock
6050 #: ../src/guestfs.pod:2860
6051 msgid ""
6052 "The inspection code has several arbitrary limits on things like the size of "
6053 "Windows Registry hive it will read, and the length of product name.  These "
6054 "are intended to stop a malicious guest from consuming arbitrary amounts of "
6055 "memory and disk space on the host, and should not be reached in practice.  "
6056 "See the source code for more information."
6057 msgstr ""
6058
6059 # type: =head1
6060 #. type: =head1
6061 #: ../src/guestfs.pod:2866 ../fish/guestfish.pod:1017
6062 #: ../test-tool/libguestfs-test-tool.pod:82
6063 msgid "ENVIRONMENT VARIABLES"
6064 msgstr ""
6065
6066 # type: =item
6067 #. type: =item
6068 #: ../src/guestfs.pod:2870 ../fish/guestfish.pod:1043
6069 msgid "LIBGUESTFS_APPEND"
6070 msgstr ""
6071
6072 # type: textblock
6073 #. type: textblock
6074 #: ../src/guestfs.pod:2872 ../fish/guestfish.pod:1045
6075 msgid "Pass additional options to the guest kernel."
6076 msgstr ""
6077
6078 # type: =item
6079 #. type: =item
6080 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1047
6081 msgid "LIBGUESTFS_DEBUG"
6082 msgstr ""
6083
6084 # type: textblock
6085 #. type: textblock
6086 #: ../src/guestfs.pod:2876
6087 msgid ""
6088 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
6089 "effect as calling C<guestfs_set_verbose (g, 1)>."
6090 msgstr ""
6091
6092 # type: =item
6093 #. type: =item
6094 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1052
6095 msgid "LIBGUESTFS_MEMSIZE"
6096 msgstr ""
6097
6098 # type: textblock
6099 #. type: textblock
6100 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1054
6101 msgid ""
6102 "Set the memory allocated to the qemu process, in megabytes.  For example:"
6103 msgstr ""
6104
6105 # type: verbatim
6106 #. type: verbatim
6107 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1057
6108 #, no-wrap
6109 msgid ""
6110 " LIBGUESTFS_MEMSIZE=700\n"
6111 "\n"
6112 msgstr ""
6113
6114 # type: =item
6115 #. type: =item
6116 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1059
6117 msgid "LIBGUESTFS_PATH"
6118 msgstr ""
6119
6120 #. type: textblock
6121 #: ../src/guestfs.pod:2888
6122 msgid ""
6123 "Set the path that libguestfs uses to search for a supermin appliance.  See "
6124 "the discussion of paths in section L</PATH> above."
6125 msgstr ""
6126
6127 # type: =item
6128 #. type: =item
6129 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1064
6130 msgid "LIBGUESTFS_QEMU"
6131 msgstr ""
6132
6133 # type: textblock
6134 #. type: textblock
6135 #: ../src/guestfs.pod:2893 ../fish/guestfish.pod:1066
6136 msgid ""
6137 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
6138 "which was found at compile time by the configure script is used."
6139 msgstr ""
6140
6141 # type: textblock
6142 #. type: textblock
6143 #: ../src/guestfs.pod:2897
6144 msgid "See also L</QEMU WRAPPERS> above."
6145 msgstr ""
6146
6147 # type: =item
6148 #. type: =item
6149 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1070
6150 msgid "LIBGUESTFS_TRACE"
6151 msgstr ""
6152
6153 # type: textblock
6154 #. type: textblock
6155 #: ../src/guestfs.pod:2901
6156 msgid ""
6157 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
6158 "effect as calling C<guestfs_set_trace (g, 1)>."
6159 msgstr ""
6160
6161 # type: =item
6162 #. type: =item
6163 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1079
6164 msgid "TMPDIR"
6165 msgstr ""
6166
6167 #. type: textblock
6168 #: ../src/guestfs.pod:2906 ../fish/guestfish.pod:1081
6169 msgid ""
6170 "Location of temporary directory, defaults to C</tmp> except for the cached "
6171 "supermin appliance which defaults to C</var/tmp>."
6172 msgstr ""
6173
6174 #. type: textblock
6175 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1084
6176 msgid ""
6177 "If libguestfs was compiled to use the supermin appliance then the real "
6178 "appliance is cached in this directory, shared between all handles belonging "
6179 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
6180 "use in case C</var/tmp> is not large enough."
6181 msgstr ""
6182
6183 # type: =head1
6184 #. type: =head1
6185 #: ../src/guestfs.pod:2917 ../fish/guestfish.pod:1151
6186 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:269
6187 #: ../tools/virt-win-reg.pl:743 ../tools/virt-list-filesystems.pl:189
6188 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
6189 #: ../tools/virt-list-partitions.pl:257
6190 msgid "SEE ALSO"
6191 msgstr ""
6192
6193 #. type: textblock
6194 #: ../src/guestfs.pod:2919
6195 msgid ""
6196 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
6197 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
6198 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
6199 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
6200 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
6201 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
6202 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
6203 msgstr ""
6204
6205 # type: textblock
6206 #. type: textblock
6207 #: ../src/guestfs.pod:2946
6208 msgid ""
6209 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
6210 "(8)>, L<disktype(1)>."
6211 msgstr ""
6212
6213 # type: =head1
6214 #. type: =head1
6215 #: ../src/guestfs.pod:2953 ../tools/virt-win-reg.pl:758
6216 #: ../tools/virt-make-fs.pl:553
6217 msgid "BUGS"
6218 msgstr ""
6219
6220 # type: textblock
6221 #. type: textblock
6222 #: ../src/guestfs.pod:2955
6223 msgid "To get a list of bugs against libguestfs use this link:"
6224 msgstr ""
6225
6226 # type: textblock
6227 #. type: textblock
6228 #: ../src/guestfs.pod:2957
6229 msgid ""
6230 "L<https://bugzilla.redhat.com/buglist.cgi?"
6231 "component=libguestfs&product=Virtualization+Tools>"
6232 msgstr ""
6233
6234 # type: textblock
6235 #. type: textblock
6236 #: ../src/guestfs.pod:2959
6237 msgid "To report a new bug against libguestfs use this link:"
6238 msgstr ""
6239
6240 # type: textblock
6241 #. type: textblock
6242 #: ../src/guestfs.pod:2961
6243 msgid ""
6244 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
6245 "component=libguestfs&product=Virtualization+Tools>"
6246 msgstr ""
6247
6248 # type: textblock
6249 #. type: textblock
6250 #: ../src/guestfs.pod:2963
6251 msgid "When reporting a bug, please check:"
6252 msgstr ""
6253
6254 # type: textblock
6255 #. type: textblock
6256 #: ../src/guestfs.pod:2969
6257 msgid "That the bug hasn't been reported already."
6258 msgstr ""
6259
6260 # type: textblock
6261 #. type: textblock
6262 #: ../src/guestfs.pod:2973
6263 msgid "That you are testing a recent version."
6264 msgstr ""
6265
6266 # type: textblock
6267 #. type: textblock
6268 #: ../src/guestfs.pod:2977
6269 msgid "Describe the bug accurately, and give a way to reproduce it."
6270 msgstr ""
6271
6272 # type: textblock
6273 #. type: textblock
6274 #: ../src/guestfs.pod:2981
6275 msgid ""
6276 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
6277 "bug report."
6278 msgstr ""
6279
6280 # type: =head1
6281 #. type: =head1
6282 #: ../src/guestfs.pod:2986 ../fish/guestfish.pod:1174
6283 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:280
6284 msgid "AUTHORS"
6285 msgstr ""
6286
6287 # type: textblock
6288 #. type: textblock
6289 #: ../src/guestfs.pod:2988 ../fish/guestfish.pod:1176
6290 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:282
6291 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
6292 msgstr ""
6293
6294 # type: =head1
6295 #. type: =head1
6296 #: ../src/guestfs.pod:2990 ../fish/guestfish.pod:1178
6297 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:284
6298 #: ../tools/virt-win-reg.pl:773 ../tools/virt-list-filesystems.pl:206
6299 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
6300 #: ../tools/virt-list-partitions.pl:273
6301 msgid "COPYRIGHT"
6302 msgstr ""
6303
6304 #. type: textblock
6305 #: ../src/guestfs.pod:2992 ../fish/guestfish.pod:1180
6306 #: ../test-tool/libguestfs-test-tool.pod:99
6307 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
6308 msgstr ""
6309
6310 # type: textblock
6311 #. type: textblock
6312 #: ../src/guestfs.pod:2995
6313 msgid ""
6314 "This library is free software; you can redistribute it and/or modify it "
6315 "under the terms of the GNU Lesser General Public License as published by the "
6316 "Free Software Foundation; either version 2 of the License, or (at your "
6317 "option) any later version."
6318 msgstr ""
6319
6320 # type: textblock
6321 #. type: textblock
6322 #: ../src/guestfs.pod:3000
6323 msgid ""
6324 "This library is distributed in the hope that it will be useful, but WITHOUT "
6325 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
6326 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
6327 "for more details."
6328 msgstr ""
6329
6330 # type: textblock
6331 #. type: textblock
6332 #: ../src/guestfs.pod:3005
6333 msgid ""
6334 "You should have received a copy of the GNU Lesser General Public License "
6335 "along with this library; if not, write to the Free Software Foundation, "
6336 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
6337 msgstr ""
6338
6339 # type: =head2
6340 #. type: =head2
6341 #: ../src/guestfs-actions.pod:1
6342 msgid "guestfs_add_cdrom"
6343 msgstr ""
6344
6345 # type: verbatim
6346 #. type: verbatim
6347 #: ../src/guestfs-actions.pod:3
6348 #, no-wrap
6349 msgid ""
6350 " int\n"
6351 " guestfs_add_cdrom (guestfs_h *g,\n"
6352 "                    const char *filename);\n"
6353 "\n"
6354 msgstr ""
6355
6356 # type: textblock
6357 #. type: textblock
6358 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
6359 msgid "This function adds a virtual CD-ROM disk image to the guest."
6360 msgstr ""
6361
6362 #. type: textblock
6363 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
6364 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
6365 msgstr ""
6366
6367 # type: textblock
6368 #. type: textblock
6369 #: ../src/guestfs-actions.pod:17
6370 msgid ""
6371 "This call checks for the existence of C<filename>.  This stops you from "
6372 "specifying other types of drive which are supported by qemu such as C<nbd:> "
6373 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
6374 "instead."
6375 msgstr ""
6376
6377 # type: textblock
6378 #. type: textblock
6379 #: ../src/guestfs-actions.pod:24
6380 msgid ""
6381 "If you just want to add an ISO file (often you use this as an efficient way "
6382 "to transfer large files into the guest), then you should probably use "
6383 "C<guestfs_add_drive_ro> instead."
6384 msgstr ""
6385
6386 # type: textblock
6387 #. type: textblock
6388 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140
6389 #: ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238
6390 #: ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273
6391 #: ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307
6392 #: ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442
6393 #: ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501
6394 #: ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547
6395 #: ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647
6396 #: ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676
6397 #: ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793
6398 #: ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821
6399 #: ../src/guestfs-actions.pod:982 ../src/guestfs-actions.pod:1002
6400 #: ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1104
6401 #: ../src/guestfs-actions.pod:1122 ../src/guestfs-actions.pod:1141
6402 #: ../src/guestfs-actions.pod:1155 ../src/guestfs-actions.pod:1175
6403 #: ../src/guestfs-actions.pod:1245 ../src/guestfs-actions.pod:1276
6404 #: ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1343
6405 #: ../src/guestfs-actions.pod:1449 ../src/guestfs-actions.pod:1483
6406 #: ../src/guestfs-actions.pod:1701 ../src/guestfs-actions.pod:1723
6407 #: ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:2272
6408 #: ../src/guestfs-actions.pod:2416 ../src/guestfs-actions.pod:2477
6409 #: ../src/guestfs-actions.pod:2512 ../src/guestfs-actions.pod:3465
6410 #: ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:3505
6411 #: ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3674
6412 #: ../src/guestfs-actions.pod:3687 ../src/guestfs-actions.pod:3701
6413 #: ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3752
6414 #: ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3844
6415 #: ../src/guestfs-actions.pod:3861 ../src/guestfs-actions.pod:3884
6416 #: ../src/guestfs-actions.pod:3907 ../src/guestfs-actions.pod:3939
6417 #: ../src/guestfs-actions.pod:3958 ../src/guestfs-actions.pod:3977
6418 #: ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4024
6419 #: ../src/guestfs-actions.pod:4060 ../src/guestfs-actions.pod:4076
6420 #: ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4104
6421 #: ../src/guestfs-actions.pod:4121 ../src/guestfs-actions.pod:4214
6422 #: ../src/guestfs-actions.pod:4234 ../src/guestfs-actions.pod:4247
6423 #: ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4316
6424 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4350
6425 #: ../src/guestfs-actions.pod:4364 ../src/guestfs-actions.pod:4378
6426 #: ../src/guestfs-actions.pod:4395 ../src/guestfs-actions.pod:4410
6427 #: ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4488
6428 #: ../src/guestfs-actions.pod:4561 ../src/guestfs-actions.pod:4592
6429 #: ../src/guestfs-actions.pod:4611 ../src/guestfs-actions.pod:4630
6430 #: ../src/guestfs-actions.pod:4642 ../src/guestfs-actions.pod:4659
6431 #: ../src/guestfs-actions.pod:4672 ../src/guestfs-actions.pod:4687
6432 #: ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4737
6433 #: ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4779
6434 #: ../src/guestfs-actions.pod:4793 ../src/guestfs-actions.pod:4810
6435 #: ../src/guestfs-actions.pod:4859 ../src/guestfs-actions.pod:4896
6436 #: ../src/guestfs-actions.pod:4910 ../src/guestfs-actions.pod:4938
6437 #: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:4973
6438 #: ../src/guestfs-actions.pod:5107 ../src/guestfs-actions.pod:5164
6439 #: ../src/guestfs-actions.pod:5186 ../src/guestfs-actions.pod:5204
6440 #: ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5302
6441 #: ../src/guestfs-actions.pod:5319 ../src/guestfs-actions.pod:5332
6442 #: ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5635
6443 #: ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:5673
6444 #: ../src/guestfs-actions.pod:5685 ../src/guestfs-actions.pod:5697
6445 #: ../src/guestfs-actions.pod:5711 ../src/guestfs-actions.pod:5723
6446 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5753
6447 #: ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5793
6448 #: ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:5842
6449 #: ../src/guestfs-actions.pod:5858 ../src/guestfs-actions.pod:5881
6450 #: ../src/guestfs-actions.pod:5899 ../src/guestfs-actions.pod:5918
6451 #: ../src/guestfs-actions.pod:5939 ../src/guestfs-actions.pod:5958
6452 #: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6003
6453 #: ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6046
6454 #: ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6089
6455 #: ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6123
6456 #: ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6190
6457 #: ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6345
6458 #: ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6478
6459 #: ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504
6460 #: ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6539
6461 #: ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6565
6462 #: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6639
6463 #: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6672
6464 #: ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6705
6465 #: ../src/guestfs-actions.pod:6718 ../src/guestfs-actions.pod:6738
6466 #: ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6788
6467 #: ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6842
6468 #: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6894
6469 #: ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:7049
6470 #: ../src/guestfs-actions.pod:7067 ../src/guestfs-actions.pod:7081
6471 #: ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7149
6472 #: ../src/guestfs-actions.pod:7194 ../src/guestfs-actions.pod:7227
6473 #: ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314
6474 #: ../src/guestfs-actions.pod:7380 ../src/guestfs-actions.pod:7399
6475 #: ../src/guestfs-actions.pod:7428
6476 msgid "This function returns 0 on success or -1 on error."
6477 msgstr ""
6478
6479 # type: textblock
6480 #. type: textblock
6481 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254
6482 #: ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28
6483 #: ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177
6484 msgid ""
6485 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6486 "instead."
6487 msgstr ""
6488
6489 # type: textblock
6490 #. type: textblock
6491 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257
6492 #: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1454
6493 #: ../src/guestfs-actions.pod:1950 ../src/guestfs-actions.pod:1971
6494 #: ../src/guestfs-actions.pod:4435 ../src/guestfs-actions.pod:4742
6495 #: ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6198
6496 #: ../src/guestfs-actions.pod:6231 ../src/guestfs-actions.pod:6290
6497 #: ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7322
6498 #: ../src/guestfs-actions.pod:7491 ../fish/guestfish-actions.pod:31
6499 #: ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180
6500 #: ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1324
6501 #: ../fish/guestfish-actions.pod:1338 ../fish/guestfish-actions.pod:3013
6502 #: ../fish/guestfish-actions.pod:3210 ../fish/guestfish-actions.pod:4182
6503 #: ../fish/guestfish-actions.pod:4205 ../fish/guestfish-actions.pod:4227
6504 #: ../fish/guestfish-actions.pod:4265 ../fish/guestfish-actions.pod:4906
6505 #: ../fish/guestfish-actions.pod:5003
6506 msgid ""
6507 "Deprecated functions will not be removed from the API, but the fact that "
6508 "they are deprecated indicates that there are problems with correct use of "
6509 "these functions."
6510 msgstr ""
6511
6512 # type: textblock
6513 #. type: textblock
6514 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142
6515 #: ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1922
6516 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:2123
6517 #: ../src/guestfs-actions.pod:3467 ../src/guestfs-actions.pod:3487
6518 #: ../src/guestfs-actions.pod:4746 ../src/guestfs-actions.pod:5860
6519 #: ../src/guestfs-actions.pod:5977 ../src/guestfs-actions.pod:6091
6520 #: ../src/guestfs-actions.pod:6582 ../src/guestfs-actions.pod:6707
6521 #: ../src/guestfs-actions.pod:7236
6522 msgid "(Added in 0.3)"
6523 msgstr ""
6524
6525 # type: =head2
6526 #. type: =head2
6527 #: ../src/guestfs-actions.pod:41
6528 msgid "guestfs_add_domain"
6529 msgstr ""
6530
6531 # type: verbatim
6532 #. type: verbatim
6533 #: ../src/guestfs-actions.pod:43
6534 #, no-wrap
6535 msgid ""
6536 " int\n"
6537 " guestfs_add_domain (guestfs_h *g,\n"
6538 "                     const char *dom,\n"
6539 "                     ...);\n"
6540 "\n"
6541 msgstr ""
6542
6543 # type: textblock
6544 #. type: textblock
6545 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151
6546 #: ../src/guestfs-actions.pod:4449
6547 msgid ""
6548 "You may supply a list of optional arguments to this call.  Use zero or more "
6549 "of the following pairs of parameters, and terminate the list with C<-1> on "
6550 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6551 msgstr ""
6552
6553 #. type: verbatim
6554 #: ../src/guestfs-actions.pod:53
6555 #, no-wrap
6556 msgid ""
6557 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6558 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6559 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6560 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6561 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
6562 "\n"
6563 msgstr ""
6564
6565 # type: textblock
6566 #. type: textblock
6567 #: ../src/guestfs-actions.pod:59
6568 msgid ""
6569 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6570 "It works by connecting to libvirt, requesting the domain and domain XML from "
6571 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6572 "one."
6573 msgstr ""
6574
6575 # type: textblock
6576 #. type: textblock
6577 #: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46
6578 msgid ""
6579 "The number of disks added is returned.  This operation is atomic: if an "
6580 "error is returned, then no disks are added."
6581 msgstr ""
6582
6583 # type: textblock
6584 #. type: textblock
6585 #: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49
6586 msgid ""
6587 "This function does some minimal checks to make sure the libvirt domain is "
6588 "not running (unless C<readonly> is true).  In a future version we will try "
6589 "to acquire the libvirt lock on each disk."
6590 msgstr ""
6591
6592 # type: textblock
6593 #. type: textblock
6594 #: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53
6595 msgid ""
6596 "Disks must be accessible locally.  This often means that adding disks from a "
6597 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6598 "unless those disks are accessible via the same device path locally too."
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58
6603 msgid ""
6604 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6605 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6606 "libvirt URI (or one set through an environment variable, see the libvirt "
6607 "documentation for full details)."
6608 msgstr ""
6609
6610 #. type: textblock
6611 #: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64
6612 msgid ""
6613 "The optional C<live> flag controls whether this call will try to connect to "
6614 "a running virtual machine C<guestfsd> process if it sees a suitable "
6615 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6616 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6617 "DAEMONS> for more information."
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71
6622 msgid ""
6623 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
6624 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
6625 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
6626 "as usual."
6627 msgstr ""
6628
6629 # type: textblock
6630 #. type: textblock
6631 #: ../src/guestfs-actions.pod:94
6632 msgid ""
6633 "The other optional parameters are passed directly through to "
6634 "C<guestfs_add_drive_opts>."
6635 msgstr ""
6636
6637 # type: textblock
6638 #. type: textblock
6639 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350
6640 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693
6641 #: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742
6642 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1321
6643 #: ../src/guestfs-actions.pod:1680 ../src/guestfs-actions.pod:1883
6644 #: ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2032
6645 #: ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2110
6646 #: ../src/guestfs-actions.pod:2403 ../src/guestfs-actions.pod:2786
6647 #: ../src/guestfs-actions.pod:2807 ../src/guestfs-actions.pod:4882
6648 #: ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5416
6649 #: ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:6815
6650 #: ../src/guestfs-actions.pod:7247 ../src/guestfs-actions.pod:7260
6651 #: ../src/guestfs-actions.pod:7273
6652 msgid "On error this function returns -1."
6653 msgstr ""
6654
6655 # type: textblock
6656 #. type: textblock
6657 #: ../src/guestfs-actions.pod:99
6658 msgid "(Added in 1.7.4)"
6659 msgstr ""
6660
6661 # type: =head2
6662 #. type: =head2
6663 #: ../src/guestfs-actions.pod:101
6664 msgid "guestfs_add_domain_va"
6665 msgstr ""
6666
6667 # type: verbatim
6668 #. type: verbatim
6669 #: ../src/guestfs-actions.pod:103
6670 #, no-wrap
6671 msgid ""
6672 " int\n"
6673 " guestfs_add_domain_va (guestfs_h *g,\n"
6674 "                        const char *dom,\n"
6675 "                        va_list args);\n"
6676 "\n"
6677 msgstr ""
6678
6679 # type: textblock
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:108
6682 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6683 msgstr ""
6684
6685 # type: textblock
6686 #. type: textblock
6687 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121
6688 #: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225
6689 #: ../src/guestfs-actions.pod:4502 ../src/guestfs-actions.pod:4514
6690 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6691 msgstr ""
6692
6693 # type: =head2
6694 #. type: =head2
6695 #: ../src/guestfs-actions.pod:112
6696 msgid "guestfs_add_domain_argv"
6697 msgstr ""
6698
6699 # type: verbatim
6700 #. type: verbatim
6701 #: ../src/guestfs-actions.pod:114
6702 #, no-wrap
6703 msgid ""
6704 " int\n"
6705 " guestfs_add_domain_argv (guestfs_h *g,\n"
6706 "                          const char *dom,\n"
6707 "                          const struct guestfs_add_domain_argv *optargs);\n"
6708 "\n"
6709 msgstr ""
6710
6711 # type: textblock
6712 #. type: textblock
6713 #: ../src/guestfs-actions.pod:119
6714 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6715 msgstr ""
6716
6717 # type: =head2
6718 #. type: =head2
6719 #: ../src/guestfs-actions.pod:123
6720 msgid "guestfs_add_drive"
6721 msgstr ""
6722
6723 # type: verbatim
6724 #. type: verbatim
6725 #: ../src/guestfs-actions.pod:125
6726 #, no-wrap
6727 msgid ""
6728 " int\n"
6729 " guestfs_add_drive (guestfs_h *g,\n"
6730 "                    const char *filename);\n"
6731 "\n"
6732 msgstr ""
6733
6734 # type: textblock
6735 #. type: textblock
6736 #: ../src/guestfs-actions.pod:129
6737 msgid ""
6738 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6739 "optional parameters, so the disk is added writable, with the format being "
6740 "detected automatically."
6741 msgstr ""
6742
6743 # type: textblock
6744 #. type: textblock
6745 #: ../src/guestfs-actions.pod:133
6746 msgid ""
6747 "Automatic detection of the format opens you up to a potential security hole "
6748 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6749 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6750 "you should think about replacing calls to this function with calls to "
6751 "C<guestfs_add_drive_opts>, and specifying the format."
6752 msgstr ""
6753
6754 # type: =head2
6755 #. type: =head2
6756 #: ../src/guestfs-actions.pod:144
6757 msgid "guestfs_add_drive_opts"
6758 msgstr ""
6759
6760 # type: verbatim
6761 #. type: verbatim
6762 #: ../src/guestfs-actions.pod:146
6763 #, no-wrap
6764 msgid ""
6765 " int\n"
6766 " guestfs_add_drive_opts (guestfs_h *g,\n"
6767 "                         const char *filename,\n"
6768 "                         ...);\n"
6769 "\n"
6770 msgstr ""
6771
6772 # type: verbatim
6773 #. type: verbatim
6774 #: ../src/guestfs-actions.pod:156
6775 #, no-wrap
6776 msgid ""
6777 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6778 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6779 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6780 "\n"
6781 msgstr ""
6782
6783 # type: textblock
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102
6786 msgid ""
6787 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6788 "The first time you call this function, the disk appears as C</dev/sda>, the "
6789 "second time as C</dev/sdb>, and so on."
6790 msgstr ""
6791
6792 # type: textblock
6793 #. type: textblock
6794 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107
6795 msgid ""
6796 "You don't necessarily need to be root when using libguestfs.  However you "
6797 "obviously do need sufficient permissions to access the filename for whatever "
6798 "operations you want to perform (ie. read access if you just want to read the "
6799 "image or write access if you want to modify the image)."
6800 msgstr ""
6801
6802 # type: textblock
6803 #. type: textblock
6804 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113
6805 msgid "This call checks that C<filename> exists."
6806 msgstr ""
6807
6808 # type: textblock
6809 #. type: textblock
6810 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4460
6811 #: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3024
6812 msgid "The optional arguments are:"
6813 msgstr ""
6814
6815 # type: =item
6816 #. type: =item
6817 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119
6818 msgid "C<readonly>"
6819 msgstr ""
6820
6821 # type: textblock
6822 #. type: textblock
6823 #: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121
6824 msgid ""
6825 "If true then the image is treated as read-only.  Writes are still allowed, "
6826 "but they are stored in a temporary snapshot overlay which is discarded at "
6827 "the end.  The disk that you add is not modified."
6828 msgstr ""
6829
6830 # type: =item
6831 #. type: =item
6832 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125
6833 msgid "C<format>"
6834 msgstr ""
6835
6836 # type: textblock
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:185
6839 msgid ""
6840 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6841 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6842 "Possible formats include C<raw> and C<qcow2>."
6843 msgstr ""
6844
6845 # type: textblock
6846 #. type: textblock
6847 #: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131
6848 msgid ""
6849 "Automatic detection of the format opens you up to a potential security hole "
6850 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6851 "RHBZ#642934.  Specifying the format closes this security hole."
6852 msgstr ""
6853
6854 # type: =item
6855 #. type: =item
6856 #: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136
6857 msgid "C<iface>"
6858 msgstr ""
6859
6860 # type: textblock
6861 #. type: textblock
6862 #: ../src/guestfs-actions.pod:196
6863 msgid ""
6864 "This rarely-used option lets you emulate the behaviour of the deprecated "
6865 "C<guestfs_add_drive_with_if> call (q.v.)"
6866 msgstr ""
6867
6868 # type: textblock
6869 #. type: textblock
6870 #: ../src/guestfs-actions.pod:203
6871 msgid "(Added in 1.5.23)"
6872 msgstr ""
6873
6874 # type: =head2
6875 #. type: =head2
6876 #: ../src/guestfs-actions.pod:205
6877 msgid "guestfs_add_drive_opts_va"
6878 msgstr ""
6879
6880 # type: verbatim
6881 #. type: verbatim
6882 #: ../src/guestfs-actions.pod:207
6883 #, no-wrap
6884 msgid ""
6885 " int\n"
6886 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6887 "                            const char *filename,\n"
6888 "                            va_list args);\n"
6889 "\n"
6890 msgstr ""
6891
6892 # type: textblock
6893 #. type: textblock
6894 #: ../src/guestfs-actions.pod:212
6895 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6896 msgstr ""
6897
6898 # type: =head2
6899 #. type: =head2
6900 #: ../src/guestfs-actions.pod:216
6901 msgid "guestfs_add_drive_opts_argv"
6902 msgstr ""
6903
6904 # type: verbatim
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:218
6907 #, no-wrap
6908 msgid ""
6909 " int\n"
6910 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6911 "                              const char *filename,\n"
6912 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6913 "\n"
6914 msgstr ""
6915
6916 # type: textblock
6917 #. type: textblock
6918 #: ../src/guestfs-actions.pod:223
6919 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6920 msgstr ""
6921
6922 # type: =head2
6923 #. type: =head2
6924 #: ../src/guestfs-actions.pod:227
6925 msgid "guestfs_add_drive_ro"
6926 msgstr ""
6927
6928 # type: verbatim
6929 #. type: verbatim
6930 #: ../src/guestfs-actions.pod:229
6931 #, no-wrap
6932 msgid ""
6933 " int\n"
6934 " guestfs_add_drive_ro (guestfs_h *g,\n"
6935 "                       const char *filename);\n"
6936 "\n"
6937 msgstr ""
6938
6939 # type: textblock
6940 #. type: textblock
6941 #: ../src/guestfs-actions.pod:233
6942 msgid ""
6943 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6944 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6945 "disk is added read-only, with the format being detected automatically."
6946 msgstr ""
6947
6948 # type: textblock
6949 #. type: textblock
6950 #: ../src/guestfs-actions.pod:240
6951 msgid "(Added in 1.0.38)"
6952 msgstr ""
6953
6954 # type: =head2
6955 #. type: =head2
6956 #: ../src/guestfs-actions.pod:242
6957 msgid "guestfs_add_drive_ro_with_if"
6958 msgstr ""
6959
6960 # type: verbatim
6961 #. type: verbatim
6962 #: ../src/guestfs-actions.pod:244
6963 #, no-wrap
6964 msgid ""
6965 " int\n"
6966 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6967 "                               const char *filename,\n"
6968 "                               const char *iface);\n"
6969 "\n"
6970 msgstr ""
6971
6972 # type: textblock
6973 #. type: textblock
6974 #: ../src/guestfs-actions.pod:249
6975 msgid ""
6976 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6977 "QEMU interface emulation to use at run time."
6978 msgstr ""
6979
6980 # type: textblock
6981 #. type: textblock
6982 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282
6983 #: ../src/guestfs-actions.pod:2362
6984 msgid "(Added in 1.0.84)"
6985 msgstr ""
6986
6987 # type: =head2
6988 #. type: =head2
6989 #: ../src/guestfs-actions.pod:263
6990 msgid "guestfs_add_drive_with_if"
6991 msgstr ""
6992
6993 # type: verbatim
6994 #. type: verbatim
6995 #: ../src/guestfs-actions.pod:265
6996 #, no-wrap
6997 msgid ""
6998 " int\n"
6999 " guestfs_add_drive_with_if (guestfs_h *g,\n"
7000 "                            const char *filename,\n"
7001 "                            const char *iface);\n"
7002 "\n"
7003 msgstr ""
7004
7005 # type: textblock
7006 #. type: textblock
7007 #: ../src/guestfs-actions.pod:270
7008 msgid ""
7009 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
7010 "QEMU interface emulation to use at run time."
7011 msgstr ""
7012
7013 # type: =head2
7014 #. type: =head2
7015 #: ../src/guestfs-actions.pod:284
7016 msgid "guestfs_aug_clear"
7017 msgstr ""
7018
7019 # type: verbatim
7020 #. type: verbatim
7021 #: ../src/guestfs-actions.pod:286
7022 #, no-wrap
7023 msgid ""
7024 " int\n"
7025 " guestfs_aug_clear (guestfs_h *g,\n"
7026 "                    const char *augpath);\n"
7027 "\n"
7028 msgstr ""
7029
7030 # type: textblock
7031 #. type: textblock
7032 #: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188
7033 msgid ""
7034 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
7035 "L<augtool(1)> C<clear> command."
7036 msgstr ""
7037
7038 # type: textblock
7039 #. type: textblock
7040 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2112
7041 msgid "(Added in 1.3.4)"
7042 msgstr ""
7043
7044 # type: =head2
7045 #. type: =head2
7046 #: ../src/guestfs-actions.pod:297
7047 msgid "guestfs_aug_close"
7048 msgstr ""
7049
7050 # type: verbatim
7051 #. type: verbatim
7052 #: ../src/guestfs-actions.pod:299
7053 #, no-wrap
7054 msgid ""
7055 " int\n"
7056 " guestfs_aug_close (guestfs_h *g);\n"
7057 "\n"
7058 msgstr ""
7059
7060 # type: textblock
7061 #. type: textblock
7062 #: ../src/guestfs-actions.pod:302
7063 msgid ""
7064 "Close the current Augeas handle and free up any resources used by it.  After "
7065 "calling this, you have to call C<guestfs_aug_init> again before you can use "
7066 "any other Augeas functions."
7067 msgstr ""
7068
7069 # type: textblock
7070 #. type: textblock
7071 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334
7072 #: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366
7073 #: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444
7074 #: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489
7075 #: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517
7076 #: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549
7077 #: ../src/guestfs-actions.pod:5493
7078 msgid "(Added in 0.7)"
7079 msgstr ""
7080
7081 # type: =head2
7082 #. type: =head2
7083 #: ../src/guestfs-actions.pod:311
7084 msgid "guestfs_aug_defnode"
7085 msgstr ""
7086
7087 # type: verbatim
7088 #. type: verbatim
7089 #: ../src/guestfs-actions.pod:313
7090 #, no-wrap
7091 msgid ""
7092 " struct guestfs_int_bool *\n"
7093 " guestfs_aug_defnode (guestfs_h *g,\n"
7094 "                      const char *name,\n"
7095 "                      const char *expr,\n"
7096 "                      const char *val);\n"
7097 "\n"
7098 msgstr ""
7099
7100 # type: textblock
7101 #. type: textblock
7102 #: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204
7103 msgid ""
7104 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
7105 msgstr ""
7106
7107 # type: textblock
7108 #. type: textblock
7109 #: ../src/guestfs-actions.pod:322
7110 msgid ""
7111 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
7112 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
7113 "containing that single node."
7114 msgstr ""
7115
7116 # type: textblock
7117 #. type: textblock
7118 #: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211
7119 msgid ""
7120 "On success this returns a pair containing the number of nodes in the "
7121 "nodeset, and a boolean flag if a node was created."
7122 msgstr ""
7123
7124 # type: textblock
7125 #. type: textblock
7126 #: ../src/guestfs-actions.pod:330
7127 msgid ""
7128 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
7129 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
7130 msgstr ""
7131
7132 # type: =head2
7133 #. type: =head2
7134 #: ../src/guestfs-actions.pod:336
7135 msgid "guestfs_aug_defvar"
7136 msgstr ""
7137
7138 # type: verbatim
7139 #. type: verbatim
7140 #: ../src/guestfs-actions.pod:338
7141 #, no-wrap
7142 msgid ""
7143 " int\n"
7144 " guestfs_aug_defvar (guestfs_h *g,\n"
7145 "                     const char *name,\n"
7146 "                     const char *expr);\n"
7147 "\n"
7148 msgstr ""
7149
7150 # type: textblock
7151 #. type: textblock
7152 #: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219
7153 msgid ""
7154 "Defines an Augeas variable C<name> whose value is the result of evaluating "
7155 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
7156 msgstr ""
7157
7158 # type: textblock
7159 #. type: textblock
7160 #: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223
7161 msgid ""
7162 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
7163 "evaluates to something which is not a nodeset."
7164 msgstr ""
7165
7166 # type: =head2
7167 #. type: =head2
7168 #: ../src/guestfs-actions.pod:354
7169 msgid "guestfs_aug_get"
7170 msgstr ""
7171
7172 # type: verbatim
7173 #. type: verbatim
7174 #: ../src/guestfs-actions.pod:356
7175 #, no-wrap
7176 msgid ""
7177 " char *\n"
7178 " guestfs_aug_get (guestfs_h *g,\n"
7179 "                  const char *augpath);\n"
7180 "\n"
7181 msgstr ""
7182
7183 # type: textblock
7184 #. type: textblock
7185 #: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230
7186 msgid ""
7187 "Look up the value associated with C<path>.  If C<path> matches exactly one "
7188 "node, the C<value> is returned."
7189 msgstr ""
7190
7191 # type: textblock
7192 #. type: textblock
7193 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:863
7194 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:941
7195 #: ../src/guestfs-actions.pod:957 ../src/guestfs-actions.pod:1060
7196 #: ../src/guestfs-actions.pod:1190 ../src/guestfs-actions.pod:1207
7197 #: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1360
7198 #: ../src/guestfs-actions.pod:1551 ../src/guestfs-actions.pod:1663
7199 #: ../src/guestfs-actions.pod:1826 ../src/guestfs-actions.pod:1843
7200 #: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:1944
7201 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2135
7202 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:2534
7203 #: ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:2738
7204 #: ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:2878
7205 #: ../src/guestfs-actions.pod:2909 ../src/guestfs-actions.pod:2933
7206 #: ../src/guestfs-actions.pod:2970 ../src/guestfs-actions.pod:3030
7207 #: ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3074
7208 #: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3996
7209 #: ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4276
7210 #: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5221
7211 #: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5569
7212 #: ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:6251
7213 #: ../src/guestfs-actions.pod:6267 ../src/guestfs-actions.pod:6284
7214 #: ../src/guestfs-actions.pod:6315 ../src/guestfs-actions.pod:6989
7215 #: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7026
7216 #: ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7485
7217 msgid ""
7218 "This function returns a string, or NULL on error.  I<The caller must free "
7219 "the returned string after use>."
7220 msgstr ""
7221
7222 # type: =head2
7223 #. type: =head2
7224 #: ../src/guestfs-actions.pod:368
7225 msgid "guestfs_aug_init"
7226 msgstr ""
7227
7228 # type: verbatim
7229 #. type: verbatim
7230 #: ../src/guestfs-actions.pod:370
7231 #, no-wrap
7232 msgid ""
7233 " int\n"
7234 " guestfs_aug_init (guestfs_h *g,\n"
7235 "                   const char *root,\n"
7236 "                   int flags);\n"
7237 "\n"
7238 msgstr ""
7239
7240 # type: textblock
7241 #. type: textblock
7242 #: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237
7243 msgid ""
7244 "Create a new Augeas handle for editing configuration files.  If there was "
7245 "any previous Augeas handle associated with this guestfs session, then it is "
7246 "closed."
7247 msgstr ""
7248
7249 # type: textblock
7250 #. type: textblock
7251 #: ../src/guestfs-actions.pod:379
7252 msgid "You must call this before using any other C<guestfs_aug_*> commands."
7253 msgstr ""
7254
7255 # type: textblock
7256 #. type: textblock
7257 #: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244
7258 msgid ""
7259 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
7260 msgstr ""
7261
7262 # type: textblock
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247
7265 msgid ""
7266 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
7267 "logical I<or> of the following integers:"
7268 msgstr ""
7269
7270 # type: =item
7271 #. type: =item
7272 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253
7273 msgid "C<AUG_SAVE_BACKUP> = 1"
7274 msgstr ""
7275
7276 # type: textblock
7277 #. type: textblock
7278 #: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255
7279 msgid "Keep the original file with a C<.augsave> extension."
7280 msgstr ""
7281
7282 # type: =item
7283 #. type: =item
7284 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257
7285 msgid "C<AUG_SAVE_NEWFILE> = 2"
7286 msgstr ""
7287
7288 # type: textblock
7289 #. type: textblock
7290 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259
7291 msgid ""
7292 "Save changes into a file with extension C<.augnew>, and do not overwrite "
7293 "original.  Overrides C<AUG_SAVE_BACKUP>."
7294 msgstr ""
7295
7296 # type: =item
7297 #. type: =item
7298 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262
7299 msgid "C<AUG_TYPE_CHECK> = 4"
7300 msgstr ""
7301
7302 # type: textblock
7303 #. type: textblock
7304 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264
7305 msgid "Typecheck lenses (can be expensive)."
7306 msgstr ""
7307
7308 # type: =item
7309 #. type: =item
7310 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266
7311 msgid "C<AUG_NO_STDINC> = 8"
7312 msgstr ""
7313
7314 # type: textblock
7315 #. type: textblock
7316 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268
7317 msgid "Do not use standard load path for modules."
7318 msgstr ""
7319
7320 # type: =item
7321 #. type: =item
7322 #: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270
7323 msgid "C<AUG_SAVE_NOOP> = 16"
7324 msgstr ""
7325
7326 # type: textblock
7327 #. type: textblock
7328 #: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272
7329 msgid "Make save a no-op, just record what would have been changed."
7330 msgstr ""
7331
7332 # type: =item
7333 #. type: =item
7334 #: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274
7335 msgid "C<AUG_NO_LOAD> = 32"
7336 msgstr ""
7337
7338 # type: textblock
7339 #. type: textblock
7340 #: ../src/guestfs-actions.pod:414
7341 msgid "Do not load the tree in C<guestfs_aug_init>."
7342 msgstr ""
7343
7344 # type: textblock
7345 #. type: textblock
7346 #: ../src/guestfs-actions.pod:418
7347 msgid "To close the handle, you can call C<guestfs_aug_close>."
7348 msgstr ""
7349
7350 # type: textblock
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282
7353 msgid "To find out more about Augeas, see L<http://augeas.net/>."
7354 msgstr ""
7355
7356 # type: =head2
7357 #. type: =head2
7358 #: ../src/guestfs-actions.pod:426
7359 msgid "guestfs_aug_insert"
7360 msgstr ""
7361
7362 # type: verbatim
7363 #. type: verbatim
7364 #: ../src/guestfs-actions.pod:428
7365 #, no-wrap
7366 msgid ""
7367 " int\n"
7368 " guestfs_aug_insert (guestfs_h *g,\n"
7369 "                     const char *augpath,\n"
7370 "                     const char *label,\n"
7371 "                     int before);\n"
7372 "\n"
7373 msgstr ""
7374
7375 # type: textblock
7376 #. type: textblock
7377 #: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288
7378 msgid ""
7379 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
7380 "or after C<path> (depending on the boolean flag C<before>)."
7381 msgstr ""
7382
7383 # type: textblock
7384 #. type: textblock
7385 #: ../src/guestfs-actions.pod:438 ../fish/guestfish-actions.pod:292
7386 msgid ""
7387 "C<path> must match exactly one existing node in the tree, and C<label> must "
7388 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
7389 msgstr ""
7390
7391 # type: =head2
7392 #. type: =head2
7393 #: ../src/guestfs-actions.pod:446
7394 msgid "guestfs_aug_load"
7395 msgstr ""
7396
7397 # type: verbatim
7398 #. type: verbatim
7399 #: ../src/guestfs-actions.pod:448
7400 #, no-wrap
7401 msgid ""
7402 " int\n"
7403 " guestfs_aug_load (guestfs_h *g);\n"
7404 "\n"
7405 msgstr ""
7406
7407 # type: textblock
7408 #. type: textblock
7409 #: ../src/guestfs-actions.pod:451 ../fish/guestfish-actions.pod:300
7410 msgid "Load files into the tree."
7411 msgstr ""
7412
7413 # type: textblock
7414 #. type: textblock
7415 #: ../src/guestfs-actions.pod:453 ../fish/guestfish-actions.pod:302
7416 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
7417 msgstr ""
7418
7419 # type: =head2
7420 #. type: =head2
7421 #: ../src/guestfs-actions.pod:460
7422 msgid "guestfs_aug_ls"
7423 msgstr ""
7424
7425 # type: verbatim
7426 #. type: verbatim
7427 #: ../src/guestfs-actions.pod:462
7428 #, no-wrap
7429 msgid ""
7430 " char **\n"
7431 " guestfs_aug_ls (guestfs_h *g,\n"
7432 "                 const char *augpath);\n"
7433 "\n"
7434 msgstr ""
7435
7436 # type: textblock
7437 #. type: textblock
7438 #: ../src/guestfs-actions.pod:466
7439 msgid ""
7440 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
7441 "sorting the resulting nodes into alphabetical order."
7442 msgstr ""
7443
7444 # type: textblock
7445 #. type: textblock
7446 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485
7447 #: ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1079
7448 #: ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1394
7449 #: ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1516
7450 #: ../src/guestfs-actions.pod:1765 ../src/guestfs-actions.pod:2207
7451 #: ../src/guestfs-actions.pod:2223 ../src/guestfs-actions.pod:2242
7452 #: ../src/guestfs-actions.pod:2285 ../src/guestfs-actions.pod:2309
7453 #: ../src/guestfs-actions.pod:2380 ../src/guestfs-actions.pod:2429
7454 #: ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:2987
7455 #: ../src/guestfs-actions.pod:3276 ../src/guestfs-actions.pod:3566
7456 #: ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:3733
7457 #: ../src/guestfs-actions.pod:4138 ../src/guestfs-actions.pod:4843
7458 #: ../src/guestfs-actions.pod:5363 ../src/guestfs-actions.pod:5489
7459 #: ../src/guestfs-actions.pod:5603 ../src/guestfs-actions.pod:6331
7460 #: ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6447
7461 #: ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6617
7462 #: ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7119
7463 #: ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7338
7464 #: ../src/guestfs-actions.pod:7357 ../src/guestfs-actions.pod:7442
7465 #: ../src/guestfs-actions.pod:7461 ../src/guestfs-actions.pod:7507
7466 #: ../src/guestfs-actions.pod:7526
7467 msgid ""
7468 "This function returns a NULL-terminated array of strings (like L<environ(3)"
7469 ">), or NULL if there was an error.  I<The caller must free the strings and "
7470 "the array after use>."
7471 msgstr ""
7472
7473 # type: textblock
7474 #. type: textblock
7475 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1004
7476 #: ../src/guestfs-actions.pod:1022 ../src/guestfs-actions.pod:1432
7477 #: ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3385
7478 #: ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4029
7479 #: ../src/guestfs-actions.pod:4216 ../src/guestfs-actions.pod:4249
7480 #: ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:4847
7481 #: ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5699
7482 #: ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5725
7483 #: ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6831
7484 #: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:7083
7485 #: ../src/guestfs-actions.pod:7326
7486 msgid "(Added in 0.8)"
7487 msgstr ""
7488
7489 # type: =head2
7490 #. type: =head2
7491 #: ../src/guestfs-actions.pod:475
7492 msgid "guestfs_aug_match"
7493 msgstr ""
7494
7495 # type: verbatim
7496 #. type: verbatim
7497 #: ../src/guestfs-actions.pod:477
7498 #, no-wrap
7499 msgid ""
7500 " char **\n"
7501 " guestfs_aug_match (guestfs_h *g,\n"
7502 "                    const char *augpath);\n"
7503 "\n"
7504 msgstr ""
7505
7506 # type: textblock
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:481 ../fish/guestfish-actions.pod:316
7509 msgid ""
7510 "Returns a list of paths which match the path expression C<path>.  The "
7511 "returned paths are sufficiently qualified so that they match exactly one "
7512 "node in the current tree."
7513 msgstr ""
7514
7515 # type: =head2
7516 #. type: =head2
7517 #: ../src/guestfs-actions.pod:491
7518 msgid "guestfs_aug_mv"
7519 msgstr ""
7520
7521 # type: verbatim
7522 #. type: verbatim
7523 #: ../src/guestfs-actions.pod:493
7524 #, no-wrap
7525 msgid ""
7526 " int\n"
7527 " guestfs_aug_mv (guestfs_h *g,\n"
7528 "                 const char *src,\n"
7529 "                 const char *dest);\n"
7530 "\n"
7531 msgstr ""
7532
7533 # type: textblock
7534 #. type: textblock
7535 #: ../src/guestfs-actions.pod:498 ../fish/guestfish-actions.pod:324
7536 msgid ""
7537 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
7538 "C<dest> is overwritten if it exists."
7539 msgstr ""
7540
7541 # type: =head2
7542 #. type: =head2
7543 #: ../src/guestfs-actions.pod:505
7544 msgid "guestfs_aug_rm"
7545 msgstr ""
7546
7547 # type: verbatim
7548 #. type: verbatim
7549 #: ../src/guestfs-actions.pod:507
7550 #, no-wrap
7551 msgid ""
7552 " int\n"
7553 " guestfs_aug_rm (guestfs_h *g,\n"
7554 "                 const char *augpath);\n"
7555 "\n"
7556 msgstr ""
7557
7558 # type: textblock
7559 #. type: textblock
7560 #: ../src/guestfs-actions.pod:511 ../fish/guestfish-actions.pod:331
7561 msgid "Remove C<path> and all of its children."
7562 msgstr ""
7563
7564 # type: textblock
7565 #. type: textblock
7566 #: ../src/guestfs-actions.pod:513 ../fish/guestfish-actions.pod:333
7567 msgid "On success this returns the number of entries which were removed."
7568 msgstr ""
7569
7570 # type: =head2
7571 #. type: =head2
7572 #: ../src/guestfs-actions.pod:519
7573 msgid "guestfs_aug_save"
7574 msgstr ""
7575
7576 # type: verbatim
7577 #. type: verbatim
7578 #: ../src/guestfs-actions.pod:521
7579 #, no-wrap
7580 msgid ""
7581 " int\n"
7582 " guestfs_aug_save (guestfs_h *g);\n"
7583 "\n"
7584 msgstr ""
7585
7586 # type: textblock
7587 #. type: textblock
7588 #: ../src/guestfs-actions.pod:524 ../fish/guestfish-actions.pod:339
7589 msgid "This writes all pending changes to disk."
7590 msgstr ""
7591
7592 # type: textblock
7593 #. type: textblock
7594 #: ../src/guestfs-actions.pod:526
7595 msgid ""
7596 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7597 "are saved."
7598 msgstr ""
7599
7600 # type: =head2
7601 #. type: =head2
7602 #: ../src/guestfs-actions.pod:533
7603 msgid "guestfs_aug_set"
7604 msgstr ""
7605
7606 # type: verbatim
7607 #. type: verbatim
7608 #: ../src/guestfs-actions.pod:535
7609 #, no-wrap
7610 msgid ""
7611 " int\n"
7612 " guestfs_aug_set (guestfs_h *g,\n"
7613 "                  const char *augpath,\n"
7614 "                  const char *val);\n"
7615 "\n"
7616 msgstr ""
7617
7618 # type: textblock
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:540 ../fish/guestfish-actions.pod:348
7621 msgid "Set the value associated with C<path> to C<val>."
7622 msgstr ""
7623
7624 # type: textblock
7625 #. type: textblock
7626 #: ../src/guestfs-actions.pod:542
7627 msgid ""
7628 "In the Augeas API, it is possible to clear a node by setting the value to "
7629 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7630 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7631 msgstr ""
7632
7633 # type: =head2
7634 #. type: =head2
7635 #: ../src/guestfs-actions.pod:551
7636 msgid "guestfs_available"
7637 msgstr ""
7638
7639 # type: verbatim
7640 #. type: verbatim
7641 #: ../src/guestfs-actions.pod:553
7642 #, no-wrap
7643 msgid ""
7644 " int\n"
7645 " guestfs_available (guestfs_h *g,\n"
7646 "                    char *const *groups);\n"
7647 "\n"
7648 msgstr ""
7649
7650 # type: textblock
7651 #. type: textblock
7652 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:359
7653 msgid ""
7654 "This command is used to check the availability of some groups of "
7655 "functionality in the appliance, which not all builds of the libguestfs "
7656 "appliance will be able to provide."
7657 msgstr ""
7658
7659 # type: textblock
7660 #. type: textblock
7661 #: ../src/guestfs-actions.pod:561
7662 msgid ""
7663 "The libguestfs groups, and the functions that those groups correspond to, "
7664 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7665 "runtime by calling C<guestfs_available_all_groups>."
7666 msgstr ""
7667
7668 # type: textblock
7669 #. type: textblock
7670 #: ../src/guestfs-actions.pod:566 ../fish/guestfish-actions.pod:368
7671 msgid ""
7672 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7673 "\"]> would check for the availability of the Linux inotify functions and "
7674 "Augeas (configuration file editing) functions."
7675 msgstr ""
7676
7677 # type: textblock
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:571 ../fish/guestfish-actions.pod:373
7680 msgid "The command returns no error if I<all> requested groups are available."
7681 msgstr ""
7682
7683 # type: textblock
7684 #. type: textblock
7685 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:375
7686 msgid ""
7687 "It fails with an error if one or more of the requested groups is unavailable "
7688 "in the appliance."
7689 msgstr ""
7690
7691 # type: textblock
7692 #. type: textblock
7693 #: ../src/guestfs-actions.pod:576 ../fish/guestfish-actions.pod:378
7694 msgid ""
7695 "If an unknown group name is included in the list of groups then an error is "
7696 "always returned."
7697 msgstr ""
7698
7699 # type: textblock
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:381
7702 msgid "I<Notes:>"
7703 msgstr ""
7704
7705 # type: textblock
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:585
7708 msgid "You must call C<guestfs_launch> before calling this function."
7709 msgstr ""
7710
7711 # type: textblock
7712 #. type: textblock
7713 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:389
7714 msgid ""
7715 "The reason is because we don't know what groups are supported by the "
7716 "appliance/daemon until it is running and can be queried."
7717 msgstr ""
7718
7719 # type: textblock
7720 #. type: textblock
7721 #: ../src/guestfs-actions.pod:593 ../fish/guestfish-actions.pod:395
7722 msgid ""
7723 "If a group of functions is available, this does not necessarily mean that "
7724 "they will work.  You still have to check for errors when calling individual "
7725 "API functions even if they are available."
7726 msgstr ""
7727
7728 # type: textblock
7729 #. type: textblock
7730 #: ../src/guestfs-actions.pod:600 ../fish/guestfish-actions.pod:402
7731 msgid ""
7732 "It is usually the job of distro packagers to build complete functionality "
7733 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7734 "with all requirements satisfied, will support everything."
7735 msgstr ""
7736
7737 # type: textblock
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:607
7740 msgid ""
7741 "This call was added in version C<1.0.80>.  In previous versions of "
7742 "libguestfs all you could do would be to speculatively execute a command to "
7743 "find out if the daemon implemented it.  See also C<guestfs_version>."
7744 msgstr ""
7745
7746 # type: textblock
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1177
7749 msgid "(Added in 1.0.80)"
7750 msgstr ""
7751
7752 # type: =head2
7753 #. type: =head2
7754 #: ../src/guestfs-actions.pod:618
7755 msgid "guestfs_available_all_groups"
7756 msgstr ""
7757
7758 # type: verbatim
7759 #. type: verbatim
7760 #: ../src/guestfs-actions.pod:620
7761 #, no-wrap
7762 msgid ""
7763 " char **\n"
7764 " guestfs_available_all_groups (guestfs_h *g);\n"
7765 "\n"
7766 msgstr ""
7767
7768 # type: textblock
7769 #. type: textblock
7770 #: ../src/guestfs-actions.pod:623
7771 msgid ""
7772 "This command returns a list of all optional groups that this daemon knows "
7773 "about.  Note this returns both supported and unsupported groups.  To find "
7774 "out which ones the daemon can actually support you have to call "
7775 "C<guestfs_available> on each member of the returned list."
7776 msgstr ""
7777
7778 # type: textblock
7779 #. type: textblock
7780 #: ../src/guestfs-actions.pod:629
7781 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7782 msgstr ""
7783
7784 # type: textblock
7785 #. type: textblock
7786 #: ../src/guestfs-actions.pod:635
7787 msgid "(Added in 1.3.15)"
7788 msgstr ""
7789
7790 # type: =head2
7791 #. type: =head2
7792 #: ../src/guestfs-actions.pod:637
7793 msgid "guestfs_base64_in"
7794 msgstr ""
7795
7796 # type: verbatim
7797 #. type: verbatim
7798 #: ../src/guestfs-actions.pod:639
7799 #, no-wrap
7800 msgid ""
7801 " int\n"
7802 " guestfs_base64_in (guestfs_h *g,\n"
7803 "                    const char *base64file,\n"
7804 "                    const char *filename);\n"
7805 "\n"
7806 msgstr ""
7807
7808 # type: textblock
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:432
7811 msgid ""
7812 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7813 msgstr ""
7814
7815 # type: textblock
7816 #. type: textblock
7817 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
7818 msgid "(Added in 1.3.5)"
7819 msgstr ""
7820
7821 # type: =head2
7822 #. type: =head2
7823 #: ../src/guestfs-actions.pod:651
7824 msgid "guestfs_base64_out"
7825 msgstr ""
7826
7827 # type: verbatim
7828 #. type: verbatim
7829 #: ../src/guestfs-actions.pod:653
7830 #, no-wrap
7831 msgid ""
7832 " int\n"
7833 " guestfs_base64_out (guestfs_h *g,\n"
7834 "                     const char *filename,\n"
7835 "                     const char *base64file);\n"
7836 "\n"
7837 msgstr ""
7838
7839 # type: textblock
7840 #. type: textblock
7841 #: ../src/guestfs-actions.pod:658 ../fish/guestfish-actions.pod:441
7842 msgid ""
7843 "This command downloads the contents of C<filename>, writing it out to local "
7844 "file C<base64file> encoded as base64."
7845 msgstr ""
7846
7847 # type: =head2
7848 #. type: =head2
7849 #: ../src/guestfs-actions.pod:665
7850 msgid "guestfs_blockdev_flushbufs"
7851 msgstr ""
7852
7853 # type: verbatim
7854 #. type: verbatim
7855 #: ../src/guestfs-actions.pod:667
7856 #, no-wrap
7857 msgid ""
7858 " int\n"
7859 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7860 "                             const char *device);\n"
7861 "\n"
7862 msgstr ""
7863
7864 # type: textblock
7865 #. type: textblock
7866 #: ../src/guestfs-actions.pod:671 ../fish/guestfish-actions.pod:450
7867 msgid ""
7868 "This tells the kernel to flush internal buffers associated with C<device>."
7869 msgstr ""
7870
7871 # type: textblock
7872 #. type: textblock
7873 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691
7874 #: ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722
7875 #: ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759
7876 #: ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791
7877 #: ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819
7878 #: ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464
7879 #: ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483
7880 #: ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508
7881 #: ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527
7882 #: ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
7883 msgid "This uses the L<blockdev(8)> command."
7884 msgstr ""
7885
7886 # type: textblock
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695
7889 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726
7890 #: ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763
7891 #: ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795
7892 #: ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
7893 msgid "(Added in 0.9.3)"
7894 msgstr ""
7895
7896 # type: =head2
7897 #. type: =head2
7898 #: ../src/guestfs-actions.pod:680
7899 msgid "guestfs_blockdev_getbsz"
7900 msgstr ""
7901
7902 # type: verbatim
7903 #. type: verbatim
7904 #: ../src/guestfs-actions.pod:682
7905 #, no-wrap
7906 msgid ""
7907 " int\n"
7908 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7909 "                          const char *device);\n"
7910 "\n"
7911 msgstr ""
7912
7913 # type: textblock
7914 #. type: textblock
7915 #: ../src/guestfs-actions.pod:686 ../fish/guestfish-actions.pod:459
7916 msgid "This returns the block size of a device."
7917 msgstr ""
7918
7919 # type: textblock
7920 #. type: textblock
7921 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788
7922 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
7923 msgid ""
7924 "(Note this is different from both I<size in blocks> and I<filesystem block "
7925 "size>)."
7926 msgstr ""
7927
7928 # type: =head2
7929 #. type: =head2
7930 #: ../src/guestfs-actions.pod:697
7931 msgid "guestfs_blockdev_getro"
7932 msgstr ""
7933
7934 # type: verbatim
7935 #. type: verbatim
7936 #: ../src/guestfs-actions.pod:699
7937 #, no-wrap
7938 msgid ""
7939 " int\n"
7940 " guestfs_blockdev_getro (guestfs_h *g,\n"
7941 "                         const char *device);\n"
7942 "\n"
7943 msgstr ""
7944
7945 # type: textblock
7946 #. type: textblock
7947 #: ../src/guestfs-actions.pod:703 ../fish/guestfish-actions.pod:470
7948 msgid ""
7949 "Returns a boolean indicating if the block device is read-only (true if read-"
7950 "only, false if not)."
7951 msgstr ""
7952
7953 # type: textblock
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1415
7956 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1920
7957 #: ../src/guestfs-actions.pod:1931 ../src/guestfs-actions.pod:2003
7958 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2073
7959 #: ../src/guestfs-actions.pod:2098 ../src/guestfs-actions.pod:2121
7960 #: ../src/guestfs-actions.pod:3094 ../src/guestfs-actions.pod:3111
7961 #: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3293
7962 #: ../src/guestfs-actions.pod:3307 ../src/guestfs-actions.pod:3322
7963 #: ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3352
7964 #: ../src/guestfs-actions.pod:3367 ../src/guestfs-actions.pod:3383
7965 #: ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:3410
7966 #: ../src/guestfs-actions.pod:3424 ../src/guestfs-actions.pod:3439
7967 #: ../src/guestfs-actions.pod:3454 ../src/guestfs-actions.pod:4992
7968 msgid "This function returns a C truth value on success or -1 on error."
7969 msgstr ""
7970
7971 # type: =head2
7972 #. type: =head2
7973 #: ../src/guestfs-actions.pod:712
7974 msgid "guestfs_blockdev_getsize64"
7975 msgstr ""
7976
7977 # type: verbatim
7978 #. type: verbatim
7979 #: ../src/guestfs-actions.pod:714
7980 #, no-wrap
7981 msgid ""
7982 " int64_t\n"
7983 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7984 "                             const char *device);\n"
7985 "\n"
7986 msgstr ""
7987
7988 # type: textblock
7989 #. type: textblock
7990 #: ../src/guestfs-actions.pod:718 ../fish/guestfish-actions.pod:479
7991 msgid "This returns the size of the device in bytes."
7992 msgstr ""
7993
7994 # type: textblock
7995 #. type: textblock
7996 #: ../src/guestfs-actions.pod:720
7997 msgid "See also C<guestfs_blockdev_getsz>."
7998 msgstr ""
7999
8000 # type: =head2
8001 #. type: =head2
8002 #: ../src/guestfs-actions.pod:728
8003 msgid "guestfs_blockdev_getss"
8004 msgstr ""
8005
8006 # type: verbatim
8007 #. type: verbatim
8008 #: ../src/guestfs-actions.pod:730
8009 #, no-wrap
8010 msgid ""
8011 " int\n"
8012 " guestfs_blockdev_getss (guestfs_h *g,\n"
8013 "                         const char *device);\n"
8014 "\n"
8015 msgstr ""
8016
8017 # type: textblock
8018 #. type: textblock
8019 #: ../src/guestfs-actions.pod:734 ../fish/guestfish-actions.pod:489
8020 msgid ""
8021 "This returns the size of sectors on a block device.  Usually 512, but can be "
8022 "larger for modern devices."
8023 msgstr ""
8024
8025 # type: textblock
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:737
8028 msgid ""
8029 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
8030 "that)."
8031 msgstr ""
8032
8033 # type: =head2
8034 #. type: =head2
8035 #: ../src/guestfs-actions.pod:746
8036 msgid "guestfs_blockdev_getsz"
8037 msgstr ""
8038
8039 # type: verbatim
8040 #. type: verbatim
8041 #: ../src/guestfs-actions.pod:748
8042 #, no-wrap
8043 msgid ""
8044 " int64_t\n"
8045 " guestfs_blockdev_getsz (guestfs_h *g,\n"
8046 "                         const char *device);\n"
8047 "\n"
8048 msgstr ""
8049
8050 # type: textblock
8051 #. type: textblock
8052 #: ../src/guestfs-actions.pod:752 ../fish/guestfish-actions.pod:501
8053 msgid ""
8054 "This returns the size of the device in units of 512-byte sectors (even if "
8055 "the sectorsize isn't 512 bytes ... weird)."
8056 msgstr ""
8057
8058 # type: textblock
8059 #. type: textblock
8060 #: ../src/guestfs-actions.pod:755
8061 msgid ""
8062 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
8063 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
8064 msgstr ""
8065
8066 # type: =head2
8067 #. type: =head2
8068 #: ../src/guestfs-actions.pod:765
8069 msgid "guestfs_blockdev_rereadpt"
8070 msgstr ""
8071
8072 # type: verbatim
8073 #. type: verbatim
8074 #: ../src/guestfs-actions.pod:767
8075 #, no-wrap
8076 msgid ""
8077 " int\n"
8078 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
8079 "                            const char *device);\n"
8080 "\n"
8081 msgstr ""
8082
8083 # type: textblock
8084 #. type: textblock
8085 #: ../src/guestfs-actions.pod:771 ../fish/guestfish-actions.pod:514
8086 msgid "Reread the partition table on C<device>."
8087 msgstr ""
8088
8089 # type: =head2
8090 #. type: =head2
8091 #: ../src/guestfs-actions.pod:779
8092 msgid "guestfs_blockdev_setbsz"
8093 msgstr ""
8094
8095 # type: verbatim
8096 #. type: verbatim
8097 #: ../src/guestfs-actions.pod:781
8098 #, no-wrap
8099 msgid ""
8100 " int\n"
8101 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
8102 "                          const char *device,\n"
8103 "                          int blocksize);\n"
8104 "\n"
8105 msgstr ""
8106
8107 # type: textblock
8108 #. type: textblock
8109 #: ../src/guestfs-actions.pod:786 ../fish/guestfish-actions.pod:522
8110 msgid "This sets the block size of a device."
8111 msgstr ""
8112
8113 # type: =head2
8114 #. type: =head2
8115 #: ../src/guestfs-actions.pod:797
8116 msgid "guestfs_blockdev_setro"
8117 msgstr ""
8118
8119 # type: verbatim
8120 #. type: verbatim
8121 #: ../src/guestfs-actions.pod:799
8122 #, no-wrap
8123 msgid ""
8124 " int\n"
8125 " guestfs_blockdev_setro (guestfs_h *g,\n"
8126 "                         const char *device);\n"
8127 "\n"
8128 msgstr ""
8129
8130 # type: textblock
8131 #. type: textblock
8132 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:533
8133 msgid "Sets the block device named C<device> to read-only."
8134 msgstr ""
8135
8136 # type: =head2
8137 #. type: =head2
8138 #: ../src/guestfs-actions.pod:811
8139 msgid "guestfs_blockdev_setrw"
8140 msgstr ""
8141
8142 # type: verbatim
8143 #. type: verbatim
8144 #: ../src/guestfs-actions.pod:813
8145 #, no-wrap
8146 msgid ""
8147 " int\n"
8148 " guestfs_blockdev_setrw (guestfs_h *g,\n"
8149 "                         const char *device);\n"
8150 "\n"
8151 msgstr ""
8152
8153 # type: textblock
8154 #. type: textblock
8155 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:541
8156 msgid "Sets the block device named C<device> to read-write."
8157 msgstr ""
8158
8159 # type: =head2
8160 #. type: =head2
8161 #: ../src/guestfs-actions.pod:825
8162 msgid "guestfs_case_sensitive_path"
8163 msgstr ""
8164
8165 # type: verbatim
8166 #. type: verbatim
8167 #: ../src/guestfs-actions.pod:827
8168 #, no-wrap
8169 msgid ""
8170 " char *\n"
8171 " guestfs_case_sensitive_path (guestfs_h *g,\n"
8172 "                              const char *path);\n"
8173 "\n"
8174 msgstr ""
8175
8176 # type: textblock
8177 #. type: textblock
8178 #: ../src/guestfs-actions.pod:831 ../fish/guestfish-actions.pod:549
8179 msgid ""
8180 "This can be used to resolve case insensitive paths on a filesystem which is "
8181 "case sensitive.  The use case is to resolve paths which you have read from "
8182 "Windows configuration files or the Windows Registry, to the true path."
8183 msgstr ""
8184
8185 # type: textblock
8186 #. type: textblock
8187 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:554
8188 msgid ""
8189 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
8190 "(and probably others), which is that although the underlying filesystem is "
8191 "case-insensitive, the driver exports the filesystem to Linux as case-"
8192 "sensitive."
8193 msgstr ""
8194
8195 # type: textblock
8196 #. type: textblock
8197 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:559
8198 msgid ""
8199 "One consequence of this is that special directories such as C<c:\\windows> "
8200 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
8201 "precise details of how they were created.  In Windows itself this would not "
8202 "be a problem."
8203 msgstr ""
8204
8205 # type: textblock
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:847 ../fish/guestfish-actions.pod:565
8208 msgid ""
8209 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
8210 "#posixfilenames1>"
8211 msgstr ""
8212
8213 # type: textblock
8214 #. type: textblock
8215 #: ../src/guestfs-actions.pod:850 ../fish/guestfish-actions.pod:568
8216 msgid ""
8217 "This function resolves the true case of each element in the path and returns "
8218 "the case-sensitive path."
8219 msgstr ""
8220
8221 # type: textblock
8222 #. type: textblock
8223 #: ../src/guestfs-actions.pod:853
8224 msgid ""
8225 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
8226 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
8227 "how the directories were originally created under Windows)."
8228 msgstr ""
8229
8230 # type: textblock
8231 #. type: textblock
8232 #: ../src/guestfs-actions.pod:858 ../fish/guestfish-actions.pod:576
8233 msgid "I<Note>: This function does not handle drive names, backslashes etc."
8234 msgstr ""
8235
8236 # type: textblock
8237 #. type: textblock
8238 #: ../src/guestfs-actions.pod:861
8239 msgid "See also C<guestfs_realpath>."
8240 msgstr ""
8241
8242 # type: textblock
8243 #. type: textblock
8244 #: ../src/guestfs-actions.pod:866 ../src/guestfs-actions.pod:7011
8245 msgid "(Added in 1.0.75)"
8246 msgstr ""
8247
8248 # type: =head2
8249 #. type: =head2
8250 #: ../src/guestfs-actions.pod:868
8251 msgid "guestfs_cat"
8252 msgstr ""
8253
8254 # type: verbatim
8255 #. type: verbatim
8256 #: ../src/guestfs-actions.pod:870
8257 #, no-wrap
8258 msgid ""
8259 " char *\n"
8260 " guestfs_cat (guestfs_h *g,\n"
8261 "              const char *path);\n"
8262 "\n"
8263 msgstr ""
8264
8265 # type: textblock
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:874 ../src/guestfs-actions.pod:5479
8268 #: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3679
8269 msgid "Return the contents of the file named C<path>."
8270 msgstr ""
8271
8272 # type: textblock
8273 #. type: textblock
8274 #: ../src/guestfs-actions.pod:876
8275 msgid ""
8276 "Note that this function cannot correctly handle binary files (specifically, "
8277 "files containing C<\\0> character which is treated as end of string).  For "
8278 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
8279 "functions which have a more complex interface."
8280 msgstr ""
8281
8282 # type: textblock
8283 #. type: textblock
8284 #: ../src/guestfs-actions.pod:884 ../src/guestfs-actions.pod:1063
8285 #: ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1379
8286 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:1501
8287 #: ../src/guestfs-actions.pod:1520 ../src/guestfs-actions.pod:1769
8288 #: ../src/guestfs-actions.pod:2227 ../src/guestfs-actions.pod:2246
8289 #: ../src/guestfs-actions.pod:2289 ../src/guestfs-actions.pod:2313
8290 #: ../src/guestfs-actions.pod:2330 ../src/guestfs-actions.pod:2359
8291 #: ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5287
8292 #: ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5444
8293 #: ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:6396
8294 #: ../src/guestfs-actions.pod:6451 ../src/guestfs-actions.pod:6597
8295 #: ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:7290
8296 #: ../src/guestfs-actions.pod:7316 ../src/guestfs-actions.pod:7342
8297 #: ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7446
8298 #: ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7511
8299 #: ../src/guestfs-actions.pod:7530 ../fish/guestfish-actions.pod:592
8300 #: ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739
8301 #: ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925
8302 #: ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002
8303 #: ../fish/guestfish-actions.pod:1197 ../fish/guestfish-actions.pod:1498
8304 #: ../fish/guestfish-actions.pod:1508 ../fish/guestfish-actions.pod:1536
8305 #: ../fish/guestfish-actions.pod:1551 ../fish/guestfish-actions.pod:1561
8306 #: ../fish/guestfish-actions.pod:1580 ../fish/guestfish-actions.pod:3549
8307 #: ../fish/guestfish-actions.pod:3564 ../fish/guestfish-actions.pod:3640
8308 #: ../fish/guestfish-actions.pod:3657 ../fish/guestfish-actions.pod:3672
8309 #: ../fish/guestfish-actions.pod:4326 ../fish/guestfish-actions.pod:4372
8310 #: ../fish/guestfish-actions.pod:4457 ../fish/guestfish-actions.pod:4472
8311 #: ../fish/guestfish-actions.pod:4882 ../fish/guestfish-actions.pod:4900
8312 #: ../fish/guestfish-actions.pod:4917 ../fish/guestfish-actions.pod:4927
8313 #: ../fish/guestfish-actions.pod:4975 ../fish/guestfish-actions.pod:4985
8314 #: ../fish/guestfish-actions.pod:5014 ../fish/guestfish-actions.pod:5024
8315 msgid ""
8316 "Because of the message protocol, there is a transfer limit of somewhere "
8317 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
8318 msgstr ""
8319
8320 # type: textblock
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:887 ../src/guestfs-actions.pod:3570
8323 #: ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3649
8324 #: ../src/guestfs-actions.pod:3737 ../src/guestfs-actions.pod:4142
8325 #: ../src/guestfs-actions.pod:4156 ../src/guestfs-actions.pod:5367
8326 #: ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7170
8327 #: ../src/guestfs-actions.pod:7184
8328 msgid "(Added in 0.4)"
8329 msgstr ""
8330
8331 # type: =head2
8332 #. type: =head2
8333 #: ../src/guestfs-actions.pod:889
8334 msgid "guestfs_checksum"
8335 msgstr ""
8336
8337 # type: verbatim
8338 #. type: verbatim
8339 #: ../src/guestfs-actions.pod:891
8340 #, no-wrap
8341 msgid ""
8342 " char *\n"
8343 " guestfs_checksum (guestfs_h *g,\n"
8344 "                   const char *csumtype,\n"
8345 "                   const char *path);\n"
8346 "\n"
8347 msgstr ""
8348
8349 # type: textblock
8350 #. type: textblock
8351 #: ../src/guestfs-actions.pod:896 ../fish/guestfish-actions.pod:599
8352 msgid ""
8353 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
8354 msgstr ""
8355
8356 # type: textblock
8357 #. type: textblock
8358 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:602
8359 msgid ""
8360 "The type of checksum to compute is given by the C<csumtype> parameter which "
8361 "must have one of the following values:"
8362 msgstr ""
8363
8364 # type: =item
8365 #. type: =item
8366 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:607
8367 msgid "C<crc>"
8368 msgstr ""
8369
8370 # type: textblock
8371 #. type: textblock
8372 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:609
8373 msgid ""
8374 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
8375 "C<cksum> command."
8376 msgstr ""
8377
8378 # type: =item
8379 #. type: =item
8380 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:612
8381 msgid "C<md5>"
8382 msgstr ""
8383
8384 # type: textblock
8385 #. type: textblock
8386 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:614
8387 msgid "Compute the MD5 hash (using the C<md5sum> program)."
8388 msgstr ""
8389
8390 # type: =item
8391 #. type: =item
8392 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:616
8393 msgid "C<sha1>"
8394 msgstr ""
8395
8396 # type: textblock
8397 #. type: textblock
8398 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:618
8399 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
8400 msgstr ""
8401
8402 # type: =item
8403 #. type: =item
8404 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:620
8405 msgid "C<sha224>"
8406 msgstr ""
8407
8408 # type: textblock
8409 #. type: textblock
8410 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:622
8411 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
8412 msgstr ""
8413
8414 # type: =item
8415 #. type: =item
8416 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:624
8417 msgid "C<sha256>"
8418 msgstr ""
8419
8420 # type: textblock
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:626
8423 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
8424 msgstr ""
8425
8426 # type: =item
8427 #. type: =item
8428 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:628
8429 msgid "C<sha384>"
8430 msgstr ""
8431
8432 # type: textblock
8433 #. type: textblock
8434 #: ../src/guestfs-actions.pod:927 ../fish/guestfish-actions.pod:630
8435 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
8436 msgstr ""
8437
8438 # type: =item
8439 #. type: =item
8440 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:632
8441 msgid "C<sha512>"
8442 msgstr ""
8443
8444 # type: textblock
8445 #. type: textblock
8446 #: ../src/guestfs-actions.pod:931 ../fish/guestfish-actions.pod:634
8447 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
8448 msgstr ""
8449
8450 # type: textblock
8451 #. type: textblock
8452 #: ../src/guestfs-actions.pod:935 ../fish/guestfish-actions.pod:638
8453 msgid "The checksum is returned as a printable string."
8454 msgstr ""
8455
8456 # type: textblock
8457 #. type: textblock
8458 #: ../src/guestfs-actions.pod:937
8459 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
8460 msgstr ""
8461
8462 # type: textblock
8463 #. type: textblock
8464 #: ../src/guestfs-actions.pod:939
8465 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
8466 msgstr ""
8467
8468 # type: textblock
8469 #. type: textblock
8470 #: ../src/guestfs-actions.pod:944 ../src/guestfs-actions.pod:1252
8471 #: ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:3309
8472 #: ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3399
8473 #: ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:6867
8474 msgid "(Added in 1.0.2)"
8475 msgstr ""
8476
8477 # type: =head2
8478 #. type: =head2
8479 #: ../src/guestfs-actions.pod:946
8480 msgid "guestfs_checksum_device"
8481 msgstr ""
8482
8483 # type: verbatim
8484 #. type: verbatim
8485 #: ../src/guestfs-actions.pod:948
8486 #, no-wrap
8487 msgid ""
8488 " char *\n"
8489 " guestfs_checksum_device (guestfs_h *g,\n"
8490 "                          const char *csumtype,\n"
8491 "                          const char *device);\n"
8492 "\n"
8493 msgstr ""
8494
8495 # type: textblock
8496 #. type: textblock
8497 #: ../src/guestfs-actions.pod:953
8498 msgid ""
8499 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
8500 "device named C<device>.  For the types of checksums supported see the "
8501 "C<guestfs_checksum> command."
8502 msgstr ""
8503
8504 # type: textblock
8505 #. type: textblock
8506 #: ../src/guestfs-actions.pod:960 ../src/guestfs-actions.pod:4898
8507 #: ../src/guestfs-actions.pod:4957 ../src/guestfs-actions.pod:4994
8508 #: ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5188
8509 #: ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:6790
8510 #: ../src/guestfs-actions.pod:7196
8511 msgid "(Added in 1.3.2)"
8512 msgstr ""
8513
8514 # type: =head2
8515 #. type: =head2
8516 #: ../src/guestfs-actions.pod:962
8517 msgid "guestfs_checksums_out"
8518 msgstr ""
8519
8520 # type: verbatim
8521 #. type: verbatim
8522 #: ../src/guestfs-actions.pod:964
8523 #, no-wrap
8524 msgid ""
8525 " int\n"
8526 " guestfs_checksums_out (guestfs_h *g,\n"
8527 "                        const char *csumtype,\n"
8528 "                        const char *directory,\n"
8529 "                        const char *sumsfile);\n"
8530 "\n"
8531 msgstr ""
8532
8533 # type: textblock
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:970 ../fish/guestfish-actions.pod:656
8536 msgid ""
8537 "This command computes the checksums of all regular files in C<directory> and "
8538 "then emits a list of those checksums to the local output file C<sumsfile>."
8539 msgstr ""
8540
8541 # type: textblock
8542 #. type: textblock
8543 #: ../src/guestfs-actions.pod:974 ../fish/guestfish-actions.pod:660
8544 msgid ""
8545 "This can be used for verifying the integrity of a virtual machine.  However "
8546 "to be properly secure you should pay attention to the output of the checksum "
8547 "command (it uses the ones from GNU coreutils).  In particular when the "
8548 "filename is not printable, coreutils uses a special backslash syntax.  For "
8549 "more information, see the GNU coreutils info file."
8550 msgstr ""
8551
8552 # type: textblock
8553 #. type: textblock
8554 #: ../src/guestfs-actions.pod:984
8555 msgid "(Added in 1.3.7)"
8556 msgstr ""
8557
8558 # type: =head2
8559 #. type: =head2
8560 #: ../src/guestfs-actions.pod:986
8561 msgid "guestfs_chmod"
8562 msgstr ""
8563
8564 # type: verbatim
8565 #. type: verbatim
8566 #: ../src/guestfs-actions.pod:988
8567 #, no-wrap
8568 msgid ""
8569 " int\n"
8570 " guestfs_chmod (guestfs_h *g,\n"
8571 "                int mode,\n"
8572 "                const char *path);\n"
8573 "\n"
8574 msgstr ""
8575
8576 # type: textblock
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:993 ../fish/guestfish-actions.pod:674
8579 msgid ""
8580 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
8581 "supported."
8582 msgstr ""
8583
8584 # type: textblock
8585 #. type: textblock
8586 #: ../src/guestfs-actions.pod:996 ../fish/guestfish-actions.pod:677
8587 msgid ""
8588 "I<Note>: When using this command from guestfish, C<mode> by default would be "
8589 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
8590 "C<700>."
8591 msgstr ""
8592
8593 # type: textblock
8594 #. type: textblock
8595 #: ../src/guestfs-actions.pod:1000 ../src/guestfs-actions.pod:4393
8596 #: ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4609
8597 #: ../src/guestfs-actions.pod:4628 ../fish/guestfish-actions.pod:681
8598 #: ../fish/guestfish-actions.pod:2988 ../fish/guestfish-actions.pod:3117
8599 #: ../fish/guestfish-actions.pod:3127 ../fish/guestfish-actions.pod:3137
8600 msgid "The mode actually set is affected by the umask."
8601 msgstr ""
8602
8603 # type: =head2
8604 #. type: =head2
8605 #: ../src/guestfs-actions.pod:1006
8606 msgid "guestfs_chown"
8607 msgstr ""
8608
8609 # type: verbatim
8610 #. type: verbatim
8611 #: ../src/guestfs-actions.pod:1008
8612 #, no-wrap
8613 msgid ""
8614 " int\n"
8615 " guestfs_chown (guestfs_h *g,\n"
8616 "                int owner,\n"
8617 "                int group,\n"
8618 "                const char *path);\n"
8619 "\n"
8620 msgstr ""
8621
8622 # type: textblock
8623 #. type: textblock
8624 #: ../src/guestfs-actions.pod:1014 ../fish/guestfish-actions.pod:687
8625 msgid "Change the file owner to C<owner> and group to C<group>."
8626 msgstr ""
8627
8628 # type: textblock
8629 #. type: textblock
8630 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:3501
8631 #: ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2446
8632 msgid ""
8633 "Only numeric uid and gid are supported.  If you want to use names, you will "
8634 "need to locate and parse the password file yourself (Augeas support makes "
8635 "this relatively easy)."
8636 msgstr ""
8637
8638 # type: =head2
8639 #. type: =head2
8640 #: ../src/guestfs-actions.pod:1024
8641 msgid "guestfs_command"
8642 msgstr ""
8643
8644 # type: verbatim
8645 #. type: verbatim
8646 #: ../src/guestfs-actions.pod:1026
8647 #, no-wrap
8648 msgid ""
8649 " char *\n"
8650 " guestfs_command (guestfs_h *g,\n"
8651 "                  char *const *arguments);\n"
8652 "\n"
8653 msgstr ""
8654
8655 # type: textblock
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:697
8658 msgid ""
8659 "This call runs a command from the guest filesystem.  The filesystem must be "
8660 "mounted, and must contain a compatible operating system (ie. something "
8661 "Linux, with the same or compatible processor architecture)."
8662 msgstr ""
8663
8664 # type: textblock
8665 #. type: textblock
8666 #: ../src/guestfs-actions.pod:1035
8667 msgid ""
8668 "The single parameter is an argv-style list of arguments.  The first element "
8669 "is the name of the program to run.  Subsequent elements are parameters.  The "
8670 "list must be non-empty (ie. must contain a program name).  Note that the "
8671 "command runs directly, and is I<not> invoked via the shell (see "
8672 "C<guestfs_sh>)."
8673 msgstr ""
8674
8675 # type: textblock
8676 #. type: textblock
8677 #: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:709
8678 msgid "The return value is anything printed to I<stdout> by the command."
8679 msgstr ""
8680
8681 # type: textblock
8682 #. type: textblock
8683 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:712
8684 msgid ""
8685 "If the command returns a non-zero exit status, then this function returns an "
8686 "error message.  The error message string is the content of I<stderr> from "
8687 "the command."
8688 msgstr ""
8689
8690 # type: textblock
8691 #. type: textblock
8692 #: ../src/guestfs-actions.pod:1049 ../fish/guestfish-actions.pod:716
8693 msgid ""
8694 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
8695 "bin>.  If you require a program from another location, you should provide "
8696 "the full path in the first parameter."
8697 msgstr ""
8698
8699 # type: textblock
8700 #. type: textblock
8701 #: ../src/guestfs-actions.pod:1054 ../fish/guestfish-actions.pod:721
8702 msgid ""
8703 "Shared libraries and data files required by the program must be available on "
8704 "filesystems which are mounted in the correct places.  It is the caller's "
8705 "responsibility to ensure all filesystems that are needed are mounted at the "
8706 "right locations."
8707 msgstr ""
8708
8709 # type: textblock
8710 #. type: textblock
8711 #: ../src/guestfs-actions.pod:1066 ../src/guestfs-actions.pod:1086
8712 #: ../src/guestfs-actions.pod:1554
8713 msgid "(Added in 0.9.1)"
8714 msgstr ""
8715
8716 # type: =head2
8717 #. type: =head2
8718 #: ../src/guestfs-actions.pod:1068
8719 msgid "guestfs_command_lines"
8720 msgstr ""
8721
8722 # type: verbatim
8723 #. type: verbatim
8724 #: ../src/guestfs-actions.pod:1070
8725 #, no-wrap
8726 msgid ""
8727 " char **\n"
8728 " guestfs_command_lines (guestfs_h *g,\n"
8729 "                        char *const *arguments);\n"
8730 "\n"
8731 msgstr ""
8732
8733 # type: textblock
8734 #. type: textblock
8735 #: ../src/guestfs-actions.pod:1074
8736 msgid ""
8737 "This is the same as C<guestfs_command>, but splits the result into a list of "
8738 "lines."
8739 msgstr ""
8740
8741 # type: textblock
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1077
8744 msgid "See also: C<guestfs_sh_lines>"
8745 msgstr ""
8746
8747 # type: =head2
8748 #. type: =head2
8749 #: ../src/guestfs-actions.pod:1088
8750 msgid "guestfs_config"
8751 msgstr ""
8752
8753 # type: verbatim
8754 #. type: verbatim
8755 #: ../src/guestfs-actions.pod:1090
8756 #, no-wrap
8757 msgid ""
8758 " int\n"
8759 " guestfs_config (guestfs_h *g,\n"
8760 "                 const char *qemuparam,\n"
8761 "                 const char *qemuvalue);\n"
8762 "\n"
8763 msgstr ""
8764
8765 #. type: textblock
8766 #: ../src/guestfs-actions.pod:1095 ../fish/guestfish-actions.pod:746
8767 msgid ""
8768 "This can be used to add arbitrary qemu command line parameters of the form "
8769 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8770 "setting some parameters which would interfere with parameters that we use."
8771 msgstr ""
8772
8773 # type: textblock
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1100 ../fish/guestfish-actions.pod:751
8776 msgid "The first character of C<param> string must be a C<-> (dash)."
8777 msgstr ""
8778
8779 # type: textblock
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:753
8782 msgid "C<value> can be NULL."
8783 msgstr ""
8784
8785 # type: =head2
8786 #. type: =head2
8787 #: ../src/guestfs-actions.pod:1108
8788 msgid "guestfs_copy_size"
8789 msgstr ""
8790
8791 # type: verbatim
8792 #. type: verbatim
8793 #: ../src/guestfs-actions.pod:1110
8794 #, no-wrap
8795 msgid ""
8796 " int\n"
8797 " guestfs_copy_size (guestfs_h *g,\n"
8798 "                    const char *src,\n"
8799 "                    const char *dest,\n"
8800 "                    int64_t size);\n"
8801 "\n"
8802 msgstr ""
8803
8804 # type: textblock
8805 #. type: textblock
8806 #: ../src/guestfs-actions.pod:1116 ../fish/guestfish-actions.pod:759
8807 msgid ""
8808 "This command copies exactly C<size> bytes from one source device or file "
8809 "C<src> to another destination device or file C<dest>."
8810 msgstr ""
8811
8812 # type: textblock
8813 #. type: textblock
8814 #: ../src/guestfs-actions.pod:1119 ../fish/guestfish-actions.pod:762
8815 msgid ""
8816 "Note this will fail if the source is too short or if the destination is not "
8817 "large enough."
8818 msgstr ""
8819
8820 #. type: textblock
8821 #: ../src/guestfs-actions.pod:1124 ../src/guestfs-actions.pod:1247
8822 #: ../src/guestfs-actions.pod:1278 ../src/guestfs-actions.pod:1323
8823 #: ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:1725
8824 #: ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:6862
8825 #: ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7382
8826 #: ../src/guestfs-actions.pod:7401
8827 msgid ""
8828 "This long-running command can generate progress notification messages so "
8829 "that the caller can display a progress bar or indicator.  To receive these "
8830 "messages, the caller must register a progress event callback.  See L<guestfs"
8831 "(3)/GUESTFS_EVENT_PROGRESS>."
8832 msgstr ""
8833
8834 # type: textblock
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:4169
8837 #: ../src/guestfs-actions.pod:5394 ../src/guestfs-actions.pod:7103
8838 #: ../src/guestfs-actions.pod:7123 ../src/guestfs-actions.pod:7209
8839 msgid "(Added in 1.0.87)"
8840 msgstr ""
8841
8842 # type: =head2
8843 #. type: =head2
8844 #: ../src/guestfs-actions.pod:1131
8845 msgid "guestfs_cp"
8846 msgstr ""
8847
8848 # type: verbatim
8849 #. type: verbatim
8850 #: ../src/guestfs-actions.pod:1133
8851 #, no-wrap
8852 msgid ""
8853 " int\n"
8854 " guestfs_cp (guestfs_h *g,\n"
8855 "             const char *src,\n"
8856 "             const char *dest);\n"
8857 "\n"
8858 msgstr ""
8859
8860 # type: textblock
8861 #. type: textblock
8862 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:769
8863 msgid ""
8864 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8865 "destination filename or destination directory."
8866 msgstr ""
8867
8868 # type: textblock
8869 #. type: textblock
8870 #: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1157
8871 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1303
8872 #: ../src/guestfs-actions.pod:1417 ../src/guestfs-actions.pod:4861
8873 #: ../src/guestfs-actions.pod:5238
8874 msgid "(Added in 1.0.18)"
8875 msgstr ""
8876
8877 # type: =head2
8878 #. type: =head2
8879 #: ../src/guestfs-actions.pod:1145
8880 msgid "guestfs_cp_a"
8881 msgstr ""
8882
8883 # type: verbatim
8884 #. type: verbatim
8885 #: ../src/guestfs-actions.pod:1147
8886 #, no-wrap
8887 msgid ""
8888 " int\n"
8889 " guestfs_cp_a (guestfs_h *g,\n"
8890 "               const char *src,\n"
8891 "               const char *dest);\n"
8892 "\n"
8893 msgstr ""
8894
8895 # type: textblock
8896 #. type: textblock
8897 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:776
8898 msgid ""
8899 "This copies a file or directory from C<src> to C<dest> recursively using the "
8900 "C<cp -a> command."
8901 msgstr ""
8902
8903 # type: =head2
8904 #. type: =head2
8905 #: ../src/guestfs-actions.pod:1159
8906 msgid "guestfs_dd"
8907 msgstr ""
8908
8909 # type: verbatim
8910 #. type: verbatim
8911 #: ../src/guestfs-actions.pod:1161
8912 #, no-wrap
8913 msgid ""
8914 " int\n"
8915 " guestfs_dd (guestfs_h *g,\n"
8916 "             const char *src,\n"
8917 "             const char *dest);\n"
8918 "\n"
8919 msgstr ""
8920
8921 # type: textblock
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:1166 ../fish/guestfish-actions.pod:783
8924 msgid ""
8925 "This command copies from one source device or file C<src> to another "
8926 "destination device or file C<dest>.  Normally you would use this to copy to "
8927 "or from a device or partition, for example to duplicate a filesystem."
8928 msgstr ""
8929
8930 # type: textblock
8931 #. type: textblock
8932 #: ../src/guestfs-actions.pod:1171
8933 msgid ""
8934 "If the destination is a device, it must be as large or larger than the "
8935 "source file or device, otherwise the copy will fail.  This command cannot do "
8936 "partial copies (see C<guestfs_copy_size>)."
8937 msgstr ""
8938
8939 # type: =head2
8940 #. type: =head2
8941 #: ../src/guestfs-actions.pod:1179
8942 msgid "guestfs_df"
8943 msgstr ""
8944
8945 # type: verbatim
8946 #. type: verbatim
8947 #: ../src/guestfs-actions.pod:1181
8948 #, no-wrap
8949 msgid ""
8950 " char *\n"
8951 " guestfs_df (guestfs_h *g);\n"
8952 "\n"
8953 msgstr ""
8954
8955 # type: textblock
8956 #. type: textblock
8957 #: ../src/guestfs-actions.pod:1184 ../fish/guestfish-actions.pod:796
8958 msgid "This command runs the C<df> command to report disk space used."
8959 msgstr ""
8960
8961 # type: textblock
8962 #. type: textblock
8963 #: ../src/guestfs-actions.pod:1186 ../src/guestfs-actions.pod:1203
8964 msgid ""
8965 "This command is mostly useful for interactive sessions.  It is I<not> "
8966 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8967 "from programs."
8968 msgstr ""
8969
8970 # type: textblock
8971 #. type: textblock
8972 #: ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1210
8973 #: ../src/guestfs-actions.pod:1328 ../src/guestfs-actions.pod:2292
8974 #: ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2384
8975 #: ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:4761
8976 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6624
8977 #: ../src/guestfs-actions.pod:7249 ../src/guestfs-actions.pod:7262
8978 #: ../src/guestfs-actions.pod:7275
8979 msgid "(Added in 1.0.54)"
8980 msgstr ""
8981
8982 # type: =head2
8983 #. type: =head2
8984 #: ../src/guestfs-actions.pod:1195
8985 msgid "guestfs_df_h"
8986 msgstr ""
8987
8988 # type: verbatim
8989 #. type: verbatim
8990 #: ../src/guestfs-actions.pod:1197
8991 #, no-wrap
8992 msgid ""
8993 " char *\n"
8994 " guestfs_df_h (guestfs_h *g);\n"
8995 "\n"
8996 msgstr ""
8997
8998 # type: textblock
8999 #. type: textblock
9000 #: ../src/guestfs-actions.pod:1200 ../fish/guestfish-actions.pod:806
9001 msgid ""
9002 "This command runs the C<df -h> command to report disk space used in human-"
9003 "readable format."
9004 msgstr ""
9005
9006 # type: =head2
9007 #. type: =head2
9008 #: ../src/guestfs-actions.pod:1212
9009 msgid "guestfs_dmesg"
9010 msgstr ""
9011
9012 # type: verbatim
9013 #. type: verbatim
9014 #: ../src/guestfs-actions.pod:1214
9015 #, no-wrap
9016 msgid ""
9017 " char *\n"
9018 " guestfs_dmesg (guestfs_h *g);\n"
9019 "\n"
9020 msgstr ""
9021
9022 # type: textblock
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:1217 ../fish/guestfish-actions.pod:817
9025 msgid ""
9026 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
9027 "This is sometimes useful for extended debugging of problems."
9028 msgstr ""
9029
9030 # type: textblock
9031 #. type: textblock
9032 #: ../src/guestfs-actions.pod:1221
9033 msgid ""
9034 "Another way to get the same information is to enable verbose messages with "
9035 "C<guestfs_set_verbose> or by setting the environment variable "
9036 "C<LIBGUESTFS_DEBUG=1> before running the program."
9037 msgstr ""
9038
9039 # type: =head2
9040 #. type: =head2
9041 #: ../src/guestfs-actions.pod:1231
9042 msgid "guestfs_download"
9043 msgstr ""
9044
9045 # type: verbatim
9046 #. type: verbatim
9047 #: ../src/guestfs-actions.pod:1233
9048 #, no-wrap
9049 msgid ""
9050 " int\n"
9051 " guestfs_download (guestfs_h *g,\n"
9052 "                   const char *remotefilename,\n"
9053 "                   const char *filename);\n"
9054 "\n"
9055 msgstr ""
9056
9057 # type: textblock
9058 #. type: textblock
9059 #: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1263
9060 #: ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
9061 msgid ""
9062 "Download file C<remotefilename> and save it as C<filename> on the local "
9063 "machine."
9064 msgstr ""
9065
9066 # type: textblock
9067 #. type: textblock
9068 #: ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:6856
9069 #: ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4630
9070 msgid "C<filename> can also be a named pipe."
9071 msgstr ""
9072
9073 # type: textblock
9074 #. type: textblock
9075 #: ../src/guestfs-actions.pod:1243
9076 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
9077 msgstr ""
9078
9079 # type: =head2
9080 #. type: =head2
9081 #: ../src/guestfs-actions.pod:1254
9082 msgid "guestfs_download_offset"
9083 msgstr ""
9084
9085 # type: verbatim
9086 #. type: verbatim
9087 #: ../src/guestfs-actions.pod:1256
9088 #, no-wrap
9089 msgid ""
9090 " int\n"
9091 " guestfs_download_offset (guestfs_h *g,\n"
9092 "                          const char *remotefilename,\n"
9093 "                          const char *filename,\n"
9094 "                          int64_t offset,\n"
9095 "                          int64_t size);\n"
9096 "\n"
9097 msgstr ""
9098
9099 # type: textblock
9100 #. type: textblock
9101 #: ../src/guestfs-actions.pod:1266 ../fish/guestfish-actions.pod:846
9102 msgid ""
9103 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
9104 "region must be within the file or device)."
9105 msgstr ""
9106
9107 # type: textblock
9108 #. type: textblock
9109 #: ../src/guestfs-actions.pod:1269
9110 msgid ""
9111 "Note that there is no limit on the amount of data that can be downloaded "
9112 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
9113 "full amount unless an error occurs."
9114 msgstr ""
9115
9116 # type: textblock
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:1274
9119 msgid "See also C<guestfs_download>, C<guestfs_pread>."
9120 msgstr ""
9121
9122 # type: textblock
9123 #. type: textblock
9124 #: ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:6901
9125 msgid "(Added in 1.5.17)"
9126 msgstr ""
9127
9128 # type: =head2
9129 #. type: =head2
9130 #: ../src/guestfs-actions.pod:1285
9131 msgid "guestfs_drop_caches"
9132 msgstr ""
9133
9134 # type: verbatim
9135 #. type: verbatim
9136 #: ../src/guestfs-actions.pod:1287
9137 #, no-wrap
9138 msgid ""
9139 " int\n"
9140 " guestfs_drop_caches (guestfs_h *g,\n"
9141 "                      int whattodrop);\n"
9142 "\n"
9143 msgstr ""
9144
9145 # type: textblock
9146 #. type: textblock
9147 #: ../src/guestfs-actions.pod:1291 ../fish/guestfish-actions.pod:862
9148 msgid ""
9149 "This instructs the guest kernel to drop its page cache, and/or dentries and "
9150 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
9151 "to drop, see L<http://linux-mm.org/Drop_Caches>"
9152 msgstr ""
9153
9154 # type: textblock
9155 #. type: textblock
9156 #: ../src/guestfs-actions.pod:1296 ../fish/guestfish-actions.pod:867
9157 msgid "Setting C<whattodrop> to 3 should drop everything."
9158 msgstr ""
9159
9160 # type: textblock
9161 #. type: textblock
9162 #: ../src/guestfs-actions.pod:1298 ../fish/guestfish-actions.pod:869
9163 msgid ""
9164 "This automatically calls L<sync(2)> before the operation, so that the "
9165 "maximum guest memory is freed."
9166 msgstr ""
9167
9168 # type: =head2
9169 #. type: =head2
9170 #: ../src/guestfs-actions.pod:1305
9171 msgid "guestfs_du"
9172 msgstr ""
9173
9174 # type: verbatim
9175 #. type: verbatim
9176 #: ../src/guestfs-actions.pod:1307
9177 #, no-wrap
9178 msgid ""
9179 " int64_t\n"
9180 " guestfs_du (guestfs_h *g,\n"
9181 "             const char *path);\n"
9182 "\n"
9183 msgstr ""
9184
9185 # type: textblock
9186 #. type: textblock
9187 #: ../src/guestfs-actions.pod:1311 ../fish/guestfish-actions.pod:876
9188 msgid ""
9189 "This command runs the C<du -s> command to estimate file space usage for "
9190 "C<path>."
9191 msgstr ""
9192
9193 # type: textblock
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:1314 ../fish/guestfish-actions.pod:879
9196 msgid ""
9197 "C<path> can be a file or a directory.  If C<path> is a directory then the "
9198 "estimate includes the contents of the directory and all subdirectories "
9199 "(recursively)."
9200 msgstr ""
9201
9202 # type: textblock
9203 #. type: textblock
9204 #: ../src/guestfs-actions.pod:1318 ../fish/guestfish-actions.pod:883
9205 msgid ""
9206 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
9207 msgstr ""
9208
9209 # type: =head2
9210 #. type: =head2
9211 #: ../src/guestfs-actions.pod:1330
9212 msgid "guestfs_e2fsck_f"
9213 msgstr ""
9214
9215 # type: verbatim
9216 #. type: verbatim
9217 #: ../src/guestfs-actions.pod:1332
9218 #, no-wrap
9219 msgid ""
9220 " int\n"
9221 " guestfs_e2fsck_f (guestfs_h *g,\n"
9222 "                   const char *device);\n"
9223 "\n"
9224 msgstr ""
9225
9226 #. type: textblock
9227 #: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:890
9228 msgid ""
9229 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
9230 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
9231 "clean (I<-f>)."
9232 msgstr ""
9233
9234 # type: textblock
9235 #. type: textblock
9236 #: ../src/guestfs-actions.pod:1340
9237 msgid ""
9238 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
9239 "Normally you should use C<guestfs_fsck>."
9240 msgstr ""
9241
9242 # type: textblock
9243 #. type: textblock
9244 #: ../src/guestfs-actions.pod:1345
9245 msgid "(Added in 1.0.29)"
9246 msgstr ""
9247
9248 # type: =head2
9249 #. type: =head2
9250 #: ../src/guestfs-actions.pod:1347
9251 msgid "guestfs_echo_daemon"
9252 msgstr ""
9253
9254 # type: verbatim
9255 #. type: verbatim
9256 #: ../src/guestfs-actions.pod:1349
9257 #, no-wrap
9258 msgid ""
9259 " char *\n"
9260 " guestfs_echo_daemon (guestfs_h *g,\n"
9261 "                      char *const *words);\n"
9262 "\n"
9263 msgstr ""
9264
9265 # type: textblock
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:901
9268 msgid ""
9269 "This command concatenates the list of C<words> passed with single spaces "
9270 "between them and returns the resulting string."
9271 msgstr ""
9272
9273 # type: textblock
9274 #. type: textblock
9275 #: ../src/guestfs-actions.pod:1356 ../fish/guestfish-actions.pod:904
9276 msgid "You can use this command to test the connection through to the daemon."
9277 msgstr ""
9278
9279 # type: textblock
9280 #. type: textblock
9281 #: ../src/guestfs-actions.pod:1358
9282 msgid "See also C<guestfs_ping_daemon>."
9283 msgstr ""
9284
9285 # type: textblock
9286 #. type: textblock
9287 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:2100
9288 #: ../src/guestfs-actions.pod:6072
9289 msgid "(Added in 1.0.69)"
9290 msgstr ""
9291
9292 # type: =head2
9293 #. type: =head2
9294 #: ../src/guestfs-actions.pod:1365
9295 msgid "guestfs_egrep"
9296 msgstr ""
9297
9298 # type: verbatim
9299 #. type: verbatim
9300 #: ../src/guestfs-actions.pod:1367
9301 #, no-wrap
9302 msgid ""
9303 " char **\n"
9304 " guestfs_egrep (guestfs_h *g,\n"
9305 "                const char *regex,\n"
9306 "                const char *path);\n"
9307 "\n"
9308 msgstr ""
9309
9310 # type: textblock
9311 #. type: textblock
9312 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
9313 msgid ""
9314 "This calls the external C<egrep> program and returns the matching lines."
9315 msgstr ""
9316
9317 # type: textblock
9318 #. type: textblock
9319 #: ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1401
9320 #: ../src/guestfs-actions.pod:1458 ../src/guestfs-actions.pod:1504
9321 #: ../src/guestfs-actions.pod:1523 ../src/guestfs-actions.pod:2230
9322 #: ../src/guestfs-actions.pod:2249 ../src/guestfs-actions.pod:2405
9323 #: ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2433
9324 #: ../src/guestfs-actions.pod:2479 ../src/guestfs-actions.pod:2501
9325 #: ../src/guestfs-actions.pod:2514 ../src/guestfs-actions.pod:3662
9326 #: ../src/guestfs-actions.pod:3676 ../src/guestfs-actions.pod:3689
9327 #: ../src/guestfs-actions.pod:3703 ../src/guestfs-actions.pod:4689
9328 #: ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5621
9329 #: ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6480
9330 #: ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6506
9331 #: ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6541
9332 #: ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6567
9333 #: ../src/guestfs-actions.pod:7345 ../src/guestfs-actions.pod:7364
9334 #: ../src/guestfs-actions.pod:7449 ../src/guestfs-actions.pod:7468
9335 #: ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7533
9336 msgid "(Added in 1.0.66)"
9337 msgstr ""
9338
9339 # type: =head2
9340 #. type: =head2
9341 #: ../src/guestfs-actions.pod:1384
9342 msgid "guestfs_egrepi"
9343 msgstr ""
9344
9345 # type: verbatim
9346 #. type: verbatim
9347 #: ../src/guestfs-actions.pod:1386
9348 #, no-wrap
9349 msgid ""
9350 " char **\n"
9351 " guestfs_egrepi (guestfs_h *g,\n"
9352 "                 const char *regex,\n"
9353 "                 const char *path);\n"
9354 "\n"
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
9360 msgid ""
9361 "This calls the external C<egrep -i> program and returns the matching lines."
9362 msgstr ""
9363
9364 # type: =head2
9365 #. type: =head2
9366 #: ../src/guestfs-actions.pod:1403
9367 msgid "guestfs_equal"
9368 msgstr ""
9369
9370 # type: verbatim
9371 #. type: verbatim
9372 #: ../src/guestfs-actions.pod:1405
9373 #, no-wrap
9374 msgid ""
9375 " int\n"
9376 " guestfs_equal (guestfs_h *g,\n"
9377 "                const char *file1,\n"
9378 "                const char *file2);\n"
9379 "\n"
9380 msgstr ""
9381
9382 # type: textblock
9383 #. type: textblock
9384 #: ../src/guestfs-actions.pod:1410 ../fish/guestfish-actions.pod:932
9385 msgid ""
9386 "This compares the two files C<file1> and C<file2> and returns true if their "
9387 "content is exactly equal, or false otherwise."
9388 msgstr ""
9389
9390 # type: textblock
9391 #. type: textblock
9392 #: ../src/guestfs-actions.pod:1413 ../fish/guestfish-actions.pod:935
9393 msgid "The external L<cmp(1)> program is used for the comparison."
9394 msgstr ""
9395
9396 # type: =head2
9397 #. type: =head2
9398 #: ../src/guestfs-actions.pod:1419
9399 msgid "guestfs_exists"
9400 msgstr ""
9401
9402 # type: verbatim
9403 #. type: verbatim
9404 #: ../src/guestfs-actions.pod:1421
9405 #, no-wrap
9406 msgid ""
9407 " int\n"
9408 " guestfs_exists (guestfs_h *g,\n"
9409 "                 const char *path);\n"
9410 "\n"
9411 msgstr ""
9412
9413 # type: textblock
9414 #. type: textblock
9415 #: ../src/guestfs-actions.pod:1425 ../fish/guestfish-actions.pod:941
9416 msgid ""
9417 "This returns C<true> if and only if there is a file, directory (or anything) "
9418 "with the given C<path> name."
9419 msgstr ""
9420
9421 # type: textblock
9422 #. type: textblock
9423 #: ../src/guestfs-actions.pod:1428
9424 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
9425 msgstr ""
9426
9427 # type: =head2
9428 #. type: =head2
9429 #: ../src/guestfs-actions.pod:1434
9430 msgid "guestfs_fallocate"
9431 msgstr ""
9432
9433 # type: verbatim
9434 #. type: verbatim
9435 #: ../src/guestfs-actions.pod:1436
9436 #, no-wrap
9437 msgid ""
9438 " int\n"
9439 " guestfs_fallocate (guestfs_h *g,\n"
9440 "                    const char *path,\n"
9441 "                    int len);\n"
9442 "\n"
9443 msgstr ""
9444
9445 # type: textblock
9446 #. type: textblock
9447 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1467
9448 #: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
9449 msgid ""
9450 "This command preallocates a file (containing zero bytes) named C<path> of "
9451 "size C<len> bytes.  If the file exists already, it is overwritten."
9452 msgstr ""
9453
9454 # type: textblock
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:954
9457 msgid ""
9458 "Do not confuse this with the guestfish-specific C<alloc> command which "
9459 "allocates a file in the host and attaches it as a device."
9460 msgstr ""
9461
9462 # type: textblock
9463 #. type: textblock
9464 #: ../src/guestfs-actions.pod:1451 ../fish/guestfish-actions.pod:958
9465 msgid ""
9466 "This function is deprecated.  In new code, use the C<fallocate64> call "
9467 "instead."
9468 msgstr ""
9469
9470 # type: =head2
9471 #. type: =head2
9472 #: ../src/guestfs-actions.pod:1460
9473 msgid "guestfs_fallocate64"
9474 msgstr ""
9475
9476 # type: verbatim
9477 #. type: verbatim
9478 #: ../src/guestfs-actions.pod:1462
9479 #, no-wrap
9480 msgid ""
9481 " int\n"
9482 " guestfs_fallocate64 (guestfs_h *g,\n"
9483 "                      const char *path,\n"
9484 "                      int64_t len);\n"
9485 "\n"
9486 msgstr ""
9487
9488 # type: textblock
9489 #. type: textblock
9490 #: ../src/guestfs-actions.pod:1471
9491 msgid ""
9492 "Note that this call allocates disk blocks for the file.  To create a sparse "
9493 "file use C<guestfs_truncate_size> instead."
9494 msgstr ""
9495
9496 # type: textblock
9497 #. type: textblock
9498 #: ../src/guestfs-actions.pod:1474
9499 msgid ""
9500 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
9501 "oversight it only allowed 30 bit lengths to be specified, effectively "
9502 "limiting the maximum size of files created through that call to 1GB."
9503 msgstr ""
9504
9505 # type: textblock
9506 #. type: textblock
9507 #: ../src/guestfs-actions.pod:1479 ../fish/guestfish-actions.pod:981
9508 msgid ""
9509 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
9510 "commands which create a file in the host and attach it as a device."
9511 msgstr ""
9512
9513 # type: textblock
9514 #. type: textblock
9515 #: ../src/guestfs-actions.pod:1485
9516 msgid "(Added in 1.3.17)"
9517 msgstr ""
9518
9519 # type: =head2
9520 #. type: =head2
9521 #: ../src/guestfs-actions.pod:1487
9522 msgid "guestfs_fgrep"
9523 msgstr ""
9524
9525 # type: verbatim
9526 #. type: verbatim
9527 #: ../src/guestfs-actions.pod:1489
9528 #, no-wrap
9529 msgid ""
9530 " char **\n"
9531 " guestfs_fgrep (guestfs_h *g,\n"
9532 "                const char *pattern,\n"
9533 "                const char *path);\n"
9534 "\n"
9535 msgstr ""
9536
9537 # type: textblock
9538 #. type: textblock
9539 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
9540 msgid ""
9541 "This calls the external C<fgrep> program and returns the matching lines."
9542 msgstr ""
9543
9544 # type: =head2
9545 #. type: =head2
9546 #: ../src/guestfs-actions.pod:1506
9547 msgid "guestfs_fgrepi"
9548 msgstr ""
9549
9550 # type: verbatim
9551 #. type: verbatim
9552 #: ../src/guestfs-actions.pod:1508
9553 #, no-wrap
9554 msgid ""
9555 " char **\n"
9556 " guestfs_fgrepi (guestfs_h *g,\n"
9557 "                 const char *pattern,\n"
9558 "                 const char *path);\n"
9559 "\n"
9560 msgstr ""
9561
9562 # type: textblock
9563 #. type: textblock
9564 #: ../src/guestfs-actions.pod:1513 ../fish/guestfish-actions.pod:999
9565 msgid ""
9566 "This calls the external C<fgrep -i> program and returns the matching lines."
9567 msgstr ""
9568
9569 # type: =head2
9570 #. type: =head2
9571 #: ../src/guestfs-actions.pod:1525
9572 msgid "guestfs_file"
9573 msgstr ""
9574
9575 # type: verbatim
9576 #. type: verbatim
9577 #: ../src/guestfs-actions.pod:1527
9578 #, no-wrap
9579 msgid ""
9580 " char *\n"
9581 " guestfs_file (guestfs_h *g,\n"
9582 "               const char *path);\n"
9583 "\n"
9584 msgstr ""
9585
9586 # type: textblock
9587 #. type: textblock
9588 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1009
9589 msgid ""
9590 "This call uses the standard L<file(1)> command to determine the type or "
9591 "contents of the file."
9592 msgstr ""
9593
9594 # type: textblock
9595 #. type: textblock
9596 #: ../src/guestfs-actions.pod:1534 ../fish/guestfish-actions.pod:1012
9597 msgid ""
9598 "This call will also transparently look inside various types of compressed "
9599 "file."
9600 msgstr ""
9601
9602 #. type: textblock
9603 #: ../src/guestfs-actions.pod:1537 ../fish/guestfish-actions.pod:1015
9604 msgid ""
9605 "The exact command which runs is C<file -zb path>.  Note in particular that "
9606 "the filename is not prepended to the output (the I<-b> option)."
9607 msgstr ""
9608
9609 # type: textblock
9610 #. type: textblock
9611 #: ../src/guestfs-actions.pod:1541
9612 msgid ""
9613 "This command can also be used on C</dev/> devices (and partitions, LV "
9614 "names).  You can for example use this to determine if a device contains a "
9615 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
9616 msgstr ""
9617
9618 # type: textblock
9619 #. type: textblock
9620 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
9621 msgid ""
9622 "If the C<path> does not begin with C</dev/> then this command only works for "
9623 "the content of regular files.  For other file types (directory, symbolic "
9624 "link etc) it will just return the string C<directory> etc."
9625 msgstr ""
9626
9627 # type: =head2
9628 #. type: =head2
9629 #: ../src/guestfs-actions.pod:1556
9630 msgid "guestfs_file_architecture"
9631 msgstr ""
9632
9633 # type: verbatim
9634 #. type: verbatim
9635 #: ../src/guestfs-actions.pod:1558
9636 #, no-wrap
9637 msgid ""
9638 " char *\n"
9639 " guestfs_file_architecture (guestfs_h *g,\n"
9640 "                            const char *filename);\n"
9641 "\n"
9642 msgstr ""
9643
9644 # type: textblock
9645 #. type: textblock
9646 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1033
9647 msgid ""
9648 "This detects the architecture of the binary C<filename>, and returns it if "
9649 "known."
9650 msgstr ""
9651
9652 # type: textblock
9653 #. type: textblock
9654 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1036
9655 msgid "Currently defined architectures are:"
9656 msgstr ""
9657
9658 # type: =item
9659 #. type: =item
9660 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1040
9661 msgid "\"i386\""
9662 msgstr ""
9663
9664 # type: textblock
9665 #. type: textblock
9666 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1042
9667 msgid ""
9668 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
9669 "irrespective of the precise processor requirements of the binary."
9670 msgstr ""
9671
9672 # type: =item
9673 #. type: =item
9674 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1045
9675 msgid "\"x86_64\""
9676 msgstr ""
9677
9678 # type: textblock
9679 #. type: textblock
9680 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1047
9681 msgid "64 bit x86-64."
9682 msgstr ""
9683
9684 # type: =item
9685 #. type: =item
9686 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1049
9687 msgid "\"sparc\""
9688 msgstr ""
9689
9690 # type: textblock
9691 #. type: textblock
9692 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1051
9693 msgid "32 bit SPARC."
9694 msgstr ""
9695
9696 # type: =item
9697 #. type: =item
9698 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1053
9699 msgid "\"sparc64\""
9700 msgstr ""
9701
9702 # type: textblock
9703 #. type: textblock
9704 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1055
9705 msgid "64 bit SPARC V9 and above."
9706 msgstr ""
9707
9708 # type: =item
9709 #. type: =item
9710 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1057
9711 msgid "\"ia64\""
9712 msgstr ""
9713
9714 # type: textblock
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1059
9717 msgid "Intel Itanium."
9718 msgstr ""
9719
9720 # type: =item
9721 #. type: =item
9722 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1061
9723 msgid "\"ppc\""
9724 msgstr ""
9725
9726 # type: textblock
9727 #. type: textblock
9728 #: ../src/guestfs-actions.pod:1592 ../fish/guestfish-actions.pod:1063
9729 msgid "32 bit Power PC."
9730 msgstr ""
9731
9732 # type: =item
9733 #. type: =item
9734 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1065
9735 msgid "\"ppc64\""
9736 msgstr ""
9737
9738 # type: textblock
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1067
9741 msgid "64 bit Power PC."
9742 msgstr ""
9743
9744 # type: textblock
9745 #. type: textblock
9746 #: ../src/guestfs-actions.pod:1600 ../fish/guestfish-actions.pod:1071
9747 msgid "Libguestfs may return other architecture strings in future."
9748 msgstr ""
9749
9750 # type: textblock
9751 #. type: textblock
9752 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1073
9753 msgid "The function works on at least the following types of files:"
9754 msgstr ""
9755
9756 # type: textblock
9757 #. type: textblock
9758 #: ../src/guestfs-actions.pod:1608 ../fish/guestfish-actions.pod:1079
9759 msgid "many types of Un*x and Linux binary"
9760 msgstr ""
9761
9762 # type: textblock
9763 #. type: textblock
9764 #: ../src/guestfs-actions.pod:1612 ../fish/guestfish-actions.pod:1083
9765 msgid "many types of Un*x and Linux shared library"
9766 msgstr ""
9767
9768 # type: textblock
9769 #. type: textblock
9770 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1087
9771 msgid "Windows Win32 and Win64 binaries"
9772 msgstr ""
9773
9774 # type: textblock
9775 #. type: textblock
9776 #: ../src/guestfs-actions.pod:1620 ../fish/guestfish-actions.pod:1091
9777 msgid "Windows Win32 and Win64 DLLs"
9778 msgstr ""
9779
9780 # type: textblock
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1093
9783 msgid "Win32 binaries and DLLs return C<i386>."
9784 msgstr ""
9785
9786 # type: textblock
9787 #. type: textblock
9788 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1095
9789 msgid "Win64 binaries and DLLs return C<x86_64>."
9790 msgstr ""
9791
9792 # type: textblock
9793 #. type: textblock
9794 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1099
9795 msgid "Linux kernel modules"
9796 msgstr ""
9797
9798 # type: textblock
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1103
9801 msgid "Linux new-style initrd images"
9802 msgstr ""
9803
9804 # type: textblock
9805 #. type: textblock
9806 #: ../src/guestfs-actions.pod:1636 ../fish/guestfish-actions.pod:1107
9807 msgid "some non-x86 Linux vmlinuz kernels"
9808 msgstr ""
9809
9810 # type: textblock
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1111
9813 msgid "What it can't do currently:"
9814 msgstr ""
9815
9816 # type: textblock
9817 #. type: textblock
9818 #: ../src/guestfs-actions.pod:1646 ../fish/guestfish-actions.pod:1117
9819 msgid "static libraries (libfoo.a)"
9820 msgstr ""
9821
9822 # type: textblock
9823 #. type: textblock
9824 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1121
9825 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9826 msgstr ""
9827
9828 # type: textblock
9829 #. type: textblock
9830 #: ../src/guestfs-actions.pod:1654 ../fish/guestfish-actions.pod:1125
9831 msgid "x86 Linux vmlinuz kernels"
9832 msgstr ""
9833
9834 # type: textblock
9835 #. type: textblock
9836 #: ../src/guestfs-actions.pod:1656 ../fish/guestfish-actions.pod:1127
9837 msgid ""
9838 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9839 "compressed code, and are horribly hard to unpack.  If you want to find the "
9840 "architecture of a kernel, use the architecture of the associated initrd or "
9841 "kernel module(s) instead."
9842 msgstr ""
9843
9844 # type: textblock
9845 #. type: textblock
9846 #: ../src/guestfs-actions.pod:1666 ../src/guestfs-actions.pod:1829
9847 #: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:2537
9848 #: ../src/guestfs-actions.pod:2630 ../src/guestfs-actions.pod:2700
9849 #: ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:2809
9850 #: ../src/guestfs-actions.pod:2852 ../src/guestfs-actions.pod:2936
9851 #: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3280
9852 #: ../src/guestfs-actions.pod:3412
9853 msgid "(Added in 1.5.3)"
9854 msgstr ""
9855
9856 # type: =head2
9857 #. type: =head2
9858 #: ../src/guestfs-actions.pod:1668
9859 msgid "guestfs_filesize"
9860 msgstr ""
9861
9862 # type: verbatim
9863 #. type: verbatim
9864 #: ../src/guestfs-actions.pod:1670
9865 #, no-wrap
9866 msgid ""
9867 " int64_t\n"
9868 " guestfs_filesize (guestfs_h *g,\n"
9869 "                   const char *file);\n"
9870 "\n"
9871 msgstr ""
9872
9873 # type: textblock
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:1674 ../fish/guestfish-actions.pod:1138
9876 msgid "This command returns the size of C<file> in bytes."
9877 msgstr ""
9878
9879 # type: textblock
9880 #. type: textblock
9881 #: ../src/guestfs-actions.pod:1676
9882 msgid ""
9883 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9884 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9885 "devices, use C<guestfs_blockdev_getsize64>."
9886 msgstr ""
9887
9888 # type: textblock
9889 #. type: textblock
9890 #: ../src/guestfs-actions.pod:1682
9891 msgid "(Added in 1.0.82)"
9892 msgstr ""
9893
9894 # type: =head2
9895 #. type: =head2
9896 #: ../src/guestfs-actions.pod:1684
9897 msgid "guestfs_fill"
9898 msgstr ""
9899
9900 # type: verbatim
9901 #. type: verbatim
9902 #: ../src/guestfs-actions.pod:1686
9903 #, no-wrap
9904 msgid ""
9905 " int\n"
9906 " guestfs_fill (guestfs_h *g,\n"
9907 "               int c,\n"
9908 "               int len,\n"
9909 "               const char *path);\n"
9910 "\n"
9911 msgstr ""
9912
9913 # type: textblock
9914 #. type: textblock
9915 #: ../src/guestfs-actions.pod:1692 ../fish/guestfish-actions.pod:1148
9916 msgid ""
9917 "This command creates a new file called C<path>.  The initial content of the "
9918 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9919 "[0..255]>."
9920 msgstr ""
9921
9922 # type: textblock
9923 #. type: textblock
9924 #: ../src/guestfs-actions.pod:1696
9925 msgid ""
9926 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9927 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9928 "bytes use C<guestfs_fill_pattern>."
9929 msgstr ""
9930
9931 # type: textblock
9932 #. type: textblock
9933 #: ../src/guestfs-actions.pod:1708
9934 msgid "(Added in 1.0.79)"
9935 msgstr ""
9936
9937 # type: =head2
9938 #. type: =head2
9939 #: ../src/guestfs-actions.pod:1710
9940 msgid "guestfs_fill_pattern"
9941 msgstr ""
9942
9943 # type: verbatim
9944 #. type: verbatim
9945 #: ../src/guestfs-actions.pod:1712
9946 #, no-wrap
9947 msgid ""
9948 " int\n"
9949 " guestfs_fill_pattern (guestfs_h *g,\n"
9950 "                       const char *pattern,\n"
9951 "                       int len,\n"
9952 "                       const char *path);\n"
9953 "\n"
9954 msgstr ""
9955
9956 # type: textblock
9957 #. type: textblock
9958 #: ../src/guestfs-actions.pod:1718
9959 msgid ""
9960 "This function is like C<guestfs_fill> except that it creates a new file of "
9961 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9962 "pattern is truncated if necessary to ensure the length of the file is "
9963 "exactly C<len> bytes."
9964 msgstr ""
9965
9966 # type: textblock
9967 #. type: textblock
9968 #: ../src/guestfs-actions.pod:1730
9969 msgid "(Added in 1.3.12)"
9970 msgstr ""
9971
9972 # type: =head2
9973 #. type: =head2
9974 #: ../src/guestfs-actions.pod:1732
9975 msgid "guestfs_find"
9976 msgstr ""
9977
9978 # type: verbatim
9979 #. type: verbatim
9980 #: ../src/guestfs-actions.pod:1734
9981 #, no-wrap
9982 msgid ""
9983 " char **\n"
9984 " guestfs_find (guestfs_h *g,\n"
9985 "               const char *directory);\n"
9986 "\n"
9987 msgstr ""
9988
9989 # type: textblock
9990 #. type: textblock
9991 #: ../src/guestfs-actions.pod:1738 ../fish/guestfish-actions.pod:1170
9992 msgid ""
9993 "This command lists out all files and directories, recursively, starting at "
9994 "C<directory>.  It is essentially equivalent to running the shell command "
9995 "C<find directory -print> but some post-processing happens on the output, "
9996 "described below."
9997 msgstr ""
9998
9999 # type: textblock
10000 #. type: textblock
10001 #: ../src/guestfs-actions.pod:1743 ../fish/guestfish-actions.pod:1175
10002 msgid ""
10003 "This returns a list of strings I<without any prefix>.  Thus if the directory "
10004 "structure was:"
10005 msgstr ""
10006
10007 # type: verbatim
10008 #. type: verbatim
10009 #: ../src/guestfs-actions.pod:1746 ../fish/guestfish-actions.pod:1178
10010 #, no-wrap
10011 msgid ""
10012 " /tmp/a\n"
10013 " /tmp/b\n"
10014 " /tmp/c/d\n"
10015 "\n"
10016 msgstr ""
10017
10018 # type: textblock
10019 #. type: textblock
10020 #: ../src/guestfs-actions.pod:1750
10021 msgid ""
10022 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
10023 msgstr ""
10024
10025 # type: verbatim
10026 #. type: verbatim
10027 #: ../src/guestfs-actions.pod:1753 ../fish/guestfish-actions.pod:1185
10028 #, no-wrap
10029 msgid ""
10030 " a\n"
10031 " b\n"
10032 " c\n"
10033 " c/d\n"
10034 "\n"
10035 msgstr ""
10036
10037 # type: textblock
10038 #. type: textblock
10039 #: ../src/guestfs-actions.pod:1758 ../fish/guestfish-actions.pod:1190
10040 msgid "If C<directory> is not a directory, then this command returns an error."
10041 msgstr ""
10042
10043 # type: textblock
10044 #. type: textblock
10045 #: ../src/guestfs-actions.pod:1761 ../fish/guestfish-actions.pod:1193
10046 msgid "The returned list is sorted."
10047 msgstr ""
10048
10049 # type: textblock
10050 #. type: textblock
10051 #: ../src/guestfs-actions.pod:1763
10052 msgid "See also C<guestfs_find0>."
10053 msgstr ""
10054
10055 # type: textblock
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:1772 ../src/guestfs-actions.pod:4106
10058 #: ../src/guestfs-actions.pod:5656
10059 msgid "(Added in 1.0.27)"
10060 msgstr ""
10061
10062 # type: =head2
10063 #. type: =head2
10064 #: ../src/guestfs-actions.pod:1774
10065 msgid "guestfs_find0"
10066 msgstr ""
10067
10068 # type: verbatim
10069 #. type: verbatim
10070 #: ../src/guestfs-actions.pod:1776
10071 #, no-wrap
10072 msgid ""
10073 " int\n"
10074 " guestfs_find0 (guestfs_h *g,\n"
10075 "                const char *directory,\n"
10076 "                const char *files);\n"
10077 "\n"
10078 msgstr ""
10079
10080 # type: textblock
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:1781 ../fish/guestfish-actions.pod:1204
10083 msgid ""
10084 "This command lists out all files and directories, recursively, starting at "
10085 "C<directory>, placing the resulting list in the external file called "
10086 "C<files>."
10087 msgstr ""
10088
10089 # type: textblock
10090 #. type: textblock
10091 #: ../src/guestfs-actions.pod:1785
10092 msgid ""
10093 "This command works the same way as C<guestfs_find> with the following "
10094 "exceptions:"
10095 msgstr ""
10096
10097 # type: textblock
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1215
10100 msgid "The resulting list is written to an external file."
10101 msgstr ""
10102
10103 # type: textblock
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:1796 ../fish/guestfish-actions.pod:1219
10106 msgid ""
10107 "Items (filenames) in the result are separated by C<\\0> characters.  See "
10108 "L<find(1)> option I<-print0>."
10109 msgstr ""
10110
10111 # type: textblock
10112 #. type: textblock
10113 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1224
10114 msgid "This command is not limited in the number of names that it can return."
10115 msgstr ""
10116
10117 # type: textblock
10118 #. type: textblock
10119 #: ../src/guestfs-actions.pod:1806 ../fish/guestfish-actions.pod:1229
10120 msgid "The result list is not sorted."
10121 msgstr ""
10122
10123 # type: textblock
10124 #. type: textblock
10125 #: ../src/guestfs-actions.pod:1812
10126 msgid "(Added in 1.0.74)"
10127 msgstr ""
10128
10129 # type: =head2
10130 #. type: =head2
10131 #: ../src/guestfs-actions.pod:1814
10132 msgid "guestfs_findfs_label"
10133 msgstr ""
10134
10135 # type: verbatim
10136 #. type: verbatim
10137 #: ../src/guestfs-actions.pod:1816
10138 #, no-wrap
10139 msgid ""
10140 " char *\n"
10141 " guestfs_findfs_label (guestfs_h *g,\n"
10142 "                       const char *label);\n"
10143 "\n"
10144 msgstr ""
10145
10146 # type: textblock
10147 #. type: textblock
10148 #: ../src/guestfs-actions.pod:1820 ../fish/guestfish-actions.pod:1239
10149 msgid ""
10150 "This command searches the filesystems and returns the one which has the "
10151 "given label.  An error is returned if no such filesystem can be found."
10152 msgstr ""
10153
10154 # type: textblock
10155 #. type: textblock
10156 #: ../src/guestfs-actions.pod:1824
10157 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
10158 msgstr ""
10159
10160 # type: =head2
10161 #. type: =head2
10162 #: ../src/guestfs-actions.pod:1831
10163 msgid "guestfs_findfs_uuid"
10164 msgstr ""
10165
10166 # type: verbatim
10167 #. type: verbatim
10168 #: ../src/guestfs-actions.pod:1833
10169 #, no-wrap
10170 msgid ""
10171 " char *\n"
10172 " guestfs_findfs_uuid (guestfs_h *g,\n"
10173 "                      const char *uuid);\n"
10174 "\n"
10175 msgstr ""
10176
10177 # type: textblock
10178 #. type: textblock
10179 #: ../src/guestfs-actions.pod:1837 ../fish/guestfish-actions.pod:1249
10180 msgid ""
10181 "This command searches the filesystems and returns the one which has the "
10182 "given UUID.  An error is returned if no such filesystem can be found."
10183 msgstr ""
10184
10185 # type: textblock
10186 #. type: textblock
10187 #: ../src/guestfs-actions.pod:1841
10188 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
10189 msgstr ""
10190
10191 # type: =head2
10192 #. type: =head2
10193 #: ../src/guestfs-actions.pod:1848
10194 msgid "guestfs_fsck"
10195 msgstr ""
10196
10197 # type: verbatim
10198 #. type: verbatim
10199 #: ../src/guestfs-actions.pod:1850
10200 #, no-wrap
10201 msgid ""
10202 " int\n"
10203 " guestfs_fsck (guestfs_h *g,\n"
10204 "               const char *fstype,\n"
10205 "               const char *device);\n"
10206 "\n"
10207 msgstr ""
10208
10209 # type: textblock
10210 #. type: textblock
10211 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:1259
10212 msgid ""
10213 "This runs the filesystem checker (fsck) on C<device> which should have "
10214 "filesystem type C<fstype>."
10215 msgstr ""
10216
10217 # type: textblock
10218 #. type: textblock
10219 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1262
10220 msgid ""
10221 "The returned integer is the status.  See L<fsck(8)> for the list of status "
10222 "codes from C<fsck>."
10223 msgstr ""
10224
10225 # type: textblock
10226 #. type: textblock
10227 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1271
10228 msgid "Multiple status codes can be summed together."
10229 msgstr ""
10230
10231 # type: textblock
10232 #. type: textblock
10233 #: ../src/guestfs-actions.pod:1871 ../fish/guestfish-actions.pod:1275
10234 msgid ""
10235 "A non-zero return code can mean \"success\", for example if errors have been "
10236 "corrected on the filesystem."
10237 msgstr ""
10238
10239 # type: textblock
10240 #. type: textblock
10241 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1280
10242 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
10243 msgstr ""
10244
10245 # type: textblock
10246 #. type: textblock
10247 #: ../src/guestfs-actions.pod:1881 ../fish/guestfish-actions.pod:1285
10248 msgid ""
10249 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
10250 msgstr ""
10251
10252 # type: textblock
10253 #. type: textblock
10254 #: ../src/guestfs-actions.pod:1885 ../src/guestfs-actions.pod:7387
10255 msgid "(Added in 1.0.16)"
10256 msgstr ""
10257
10258 # type: =head2
10259 #. type: =head2
10260 #: ../src/guestfs-actions.pod:1887
10261 msgid "guestfs_get_append"
10262 msgstr ""
10263
10264 # type: verbatim
10265 #. type: verbatim
10266 #: ../src/guestfs-actions.pod:1889
10267 #, no-wrap
10268 msgid ""
10269 " const char *\n"
10270 " guestfs_get_append (guestfs_h *g);\n"
10271 "\n"
10272 msgstr ""
10273
10274 # type: textblock
10275 #. type: textblock
10276 #: ../src/guestfs-actions.pod:1892 ../fish/guestfish-actions.pod:1291
10277 msgid ""
10278 "Return the additional kernel options which are added to the guest kernel "
10279 "command line."
10280 msgstr ""
10281
10282 # type: textblock
10283 #. type: textblock
10284 #: ../src/guestfs-actions.pod:1895 ../fish/guestfish-actions.pod:1294
10285 msgid "If C<NULL> then no options are added."
10286 msgstr ""
10287
10288 # type: textblock
10289 #. type: textblock
10290 #: ../src/guestfs-actions.pod:1897
10291 msgid ""
10292 "This function returns a string which may be NULL.  There is no way to return "
10293 "an error from this function.  The string is owned by the guest handle and "
10294 "must I<not> be freed."
10295 msgstr ""
10296
10297 # type: textblock
10298 #. type: textblock
10299 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:5334
10300 #: ../src/guestfs-actions.pod:5814 ../src/guestfs-actions.pod:6235
10301 #: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6270
10302 #: ../src/guestfs-actions.pod:6294 ../src/guestfs-actions.pod:7051
10303 #: ../src/guestfs-actions.pod:7069 ../src/guestfs-actions.pod:7430
10304 msgid "(Added in 1.0.26)"
10305 msgstr ""
10306
10307 #. type: =head2
10308 #: ../src/guestfs-actions.pod:1903
10309 msgid "guestfs_get_attach_method"
10310 msgstr ""
10311
10312 #. type: verbatim
10313 #: ../src/guestfs-actions.pod:1905
10314 #, no-wrap
10315 msgid ""
10316 " char *\n"
10317 " guestfs_get_attach_method (guestfs_h *g);\n"
10318 "\n"
10319 msgstr ""
10320
10321 #. type: textblock
10322 #: ../src/guestfs-actions.pod:1908
10323 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
10324 msgstr ""
10325
10326 # type: =head2
10327 #. type: =head2
10328 #: ../src/guestfs-actions.pod:1913
10329 msgid "guestfs_get_autosync"
10330 msgstr ""
10331
10332 # type: verbatim
10333 #. type: verbatim
10334 #: ../src/guestfs-actions.pod:1915
10335 #, no-wrap
10336 msgid ""
10337 " int\n"
10338 " guestfs_get_autosync (guestfs_h *g);\n"
10339 "\n"
10340 msgstr ""
10341
10342 # type: textblock
10343 #. type: textblock
10344 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1306
10345 msgid "Get the autosync flag."
10346 msgstr ""
10347
10348 # type: =head2
10349 #. type: =head2
10350 #: ../src/guestfs-actions.pod:1924
10351 msgid "guestfs_get_direct"
10352 msgstr ""
10353
10354 # type: verbatim
10355 #. type: verbatim
10356 #: ../src/guestfs-actions.pod:1926
10357 #, no-wrap
10358 msgid ""
10359 " int\n"
10360 " guestfs_get_direct (guestfs_h *g);\n"
10361 "\n"
10362 msgstr ""
10363
10364 # type: textblock
10365 #. type: textblock
10366 #: ../src/guestfs-actions.pod:1929 ../fish/guestfish-actions.pod:1312
10367 msgid "Return the direct appliance mode flag."
10368 msgstr ""
10369
10370 # type: textblock
10371 #. type: textblock
10372 #: ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:5883
10373 msgid "(Added in 1.0.72)"
10374 msgstr ""
10375
10376 # type: =head2
10377 #. type: =head2
10378 #: ../src/guestfs-actions.pod:1935
10379 msgid "guestfs_get_e2label"
10380 msgstr ""
10381
10382 # type: verbatim
10383 #. type: verbatim
10384 #: ../src/guestfs-actions.pod:1937
10385 #, no-wrap
10386 msgid ""
10387 " char *\n"
10388 " guestfs_get_e2label (guestfs_h *g,\n"
10389 "                      const char *device);\n"
10390 "\n"
10391 msgstr ""
10392
10393 # type: textblock
10394 #. type: textblock
10395 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1318
10396 msgid ""
10397 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
10398 msgstr ""
10399
10400 # type: textblock
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:1947 ../fish/guestfish-actions.pod:1321
10403 msgid ""
10404 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
10405 msgstr ""
10406
10407 # type: textblock
10408 #. type: textblock
10409 #: ../src/guestfs-actions.pod:1954 ../src/guestfs-actions.pod:1975
10410 #: ../src/guestfs-actions.pod:5901 ../src/guestfs-actions.pod:5920
10411 msgid "(Added in 1.0.15)"
10412 msgstr ""
10413
10414 # type: =head2
10415 #. type: =head2
10416 #: ../src/guestfs-actions.pod:1956
10417 msgid "guestfs_get_e2uuid"
10418 msgstr ""
10419
10420 # type: verbatim
10421 #. type: verbatim
10422 #: ../src/guestfs-actions.pod:1958
10423 #, no-wrap
10424 msgid ""
10425 " char *\n"
10426 " guestfs_get_e2uuid (guestfs_h *g,\n"
10427 "                     const char *device);\n"
10428 "\n"
10429 msgstr ""
10430
10431 # type: textblock
10432 #. type: textblock
10433 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1332
10434 msgid ""
10435 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
10436 msgstr ""
10437
10438 # type: textblock
10439 #. type: textblock
10440 #: ../src/guestfs-actions.pod:1968 ../fish/guestfish-actions.pod:1335
10441 msgid ""
10442 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
10443 msgstr ""
10444
10445 # type: =head2
10446 #. type: =head2
10447 #: ../src/guestfs-actions.pod:1977
10448 msgid "guestfs_get_memsize"
10449 msgstr ""
10450
10451 # type: verbatim
10452 #. type: verbatim
10453 #: ../src/guestfs-actions.pod:1979
10454 #, no-wrap
10455 msgid ""
10456 " int\n"
10457 " guestfs_get_memsize (guestfs_h *g);\n"
10458 "\n"
10459 msgstr ""
10460
10461 # type: textblock
10462 #. type: textblock
10463 #: ../src/guestfs-actions.pod:1982 ../fish/guestfish-actions.pod:1346
10464 msgid ""
10465 "This gets the memory size in megabytes allocated to the qemu subprocess."
10466 msgstr ""
10467
10468 # type: textblock
10469 #. type: textblock
10470 #: ../src/guestfs-actions.pod:1985
10471 msgid ""
10472 "If C<guestfs_set_memsize> was not called on this handle, and if "
10473 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
10474 "value for memsize."
10475 msgstr ""
10476
10477 # type: textblock
10478 #. type: textblock
10479 #: ../src/guestfs-actions.pod:1989 ../src/guestfs-actions.pod:2070
10480 #: ../src/guestfs-actions.pod:5936 ../src/guestfs-actions.pod:6043
10481 #: ../fish/guestfish-actions.pod:1353 ../fish/guestfish-actions.pod:1404
10482 #: ../fish/guestfish-actions.pod:4005 ../fish/guestfish-actions.pod:4092
10483 msgid ""
10484 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
10485 msgstr ""
10486
10487 # type: textblock
10488 #. type: textblock
10489 #: ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:4397
10490 #: ../src/guestfs-actions.pod:4594 ../src/guestfs-actions.pod:4613
10491 #: ../src/guestfs-actions.pod:4632 ../src/guestfs-actions.pod:4644
10492 #: ../src/guestfs-actions.pod:4661 ../src/guestfs-actions.pod:4674
10493 #: ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5941
10494 #: ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6817
10495 msgid "(Added in 1.0.55)"
10496 msgstr ""
10497
10498 # type: =head2
10499 #. type: =head2
10500 #: ../src/guestfs-actions.pod:1996
10501 msgid "guestfs_get_network"
10502 msgstr ""
10503
10504 # type: verbatim
10505 #. type: verbatim
10506 #: ../src/guestfs-actions.pod:1998
10507 #, no-wrap
10508 msgid ""
10509 " int\n"
10510 " guestfs_get_network (guestfs_h *g);\n"
10511 "\n"
10512 msgstr ""
10513
10514 # type: textblock
10515 #. type: textblock
10516 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1360
10517 msgid "This returns the enable network flag."
10518 msgstr ""
10519
10520 # type: textblock
10521 #. type: textblock
10522 #: ../src/guestfs-actions.pod:2005 ../src/guestfs-actions.pod:5960
10523 msgid "(Added in 1.5.4)"
10524 msgstr ""
10525
10526 # type: =head2
10527 #. type: =head2
10528 #: ../src/guestfs-actions.pod:2007
10529 msgid "guestfs_get_path"
10530 msgstr ""
10531
10532 # type: verbatim
10533 #. type: verbatim
10534 #: ../src/guestfs-actions.pod:2009
10535 #, no-wrap
10536 msgid ""
10537 " const char *\n"
10538 " guestfs_get_path (guestfs_h *g);\n"
10539 "\n"
10540 msgstr ""
10541
10542 # type: textblock
10543 #. type: textblock
10544 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1366
10545 msgid "Return the current search path."
10546 msgstr ""
10547
10548 # type: textblock
10549 #. type: textblock
10550 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1368
10551 msgid ""
10552 "This is always non-NULL.  If it wasn't set already, then this will return "
10553 "the default path."
10554 msgstr ""
10555
10556 # type: textblock
10557 #. type: textblock
10558 #: ../src/guestfs-actions.pod:2017 ../src/guestfs-actions.pod:2046
10559 msgid ""
10560 "This function returns a string, or NULL on error.  The string is owned by "
10561 "the guest handle and must I<not> be freed."
10562 msgstr ""
10563
10564 # type: =head2
10565 #. type: =head2
10566 #: ../src/guestfs-actions.pod:2022
10567 msgid "guestfs_get_pid"
10568 msgstr ""
10569
10570 # type: verbatim
10571 #. type: verbatim
10572 #: ../src/guestfs-actions.pod:2024
10573 #, no-wrap
10574 msgid ""
10575 " int\n"
10576 " guestfs_get_pid (guestfs_h *g);\n"
10577 "\n"
10578 msgstr ""
10579
10580 # type: textblock
10581 #. type: textblock
10582 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
10583 msgid ""
10584 "Return the process ID of the qemu subprocess.  If there is no qemu "
10585 "subprocess, then this will return an error."
10586 msgstr ""
10587
10588 # type: textblock
10589 #. type: textblock
10590 #: ../src/guestfs-actions.pod:2030 ../fish/guestfish-actions.pod:1380
10591 msgid "This is an internal call used for debugging and testing."
10592 msgstr ""
10593
10594 # type: textblock
10595 #. type: textblock
10596 #: ../src/guestfs-actions.pod:2034
10597 msgid "(Added in 1.0.56)"
10598 msgstr ""
10599
10600 # type: =head2
10601 #. type: =head2
10602 #: ../src/guestfs-actions.pod:2036
10603 msgid "guestfs_get_qemu"
10604 msgstr ""
10605
10606 # type: verbatim
10607 #. type: verbatim
10608 #: ../src/guestfs-actions.pod:2038
10609 #, no-wrap
10610 msgid ""
10611 " const char *\n"
10612 " guestfs_get_qemu (guestfs_h *g);\n"
10613 "\n"
10614 msgstr ""
10615
10616 # type: textblock
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:2041 ../fish/guestfish-actions.pod:1386
10619 msgid "Return the current qemu binary."
10620 msgstr ""
10621
10622 # type: textblock
10623 #. type: textblock
10624 #: ../src/guestfs-actions.pod:2043 ../fish/guestfish-actions.pod:1388
10625 msgid ""
10626 "This is always non-NULL.  If it wasn't set already, then this will return "
10627 "the default qemu binary name."
10628 msgstr ""
10629
10630 # type: textblock
10631 #. type: textblock
10632 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:6005
10633 msgid "(Added in 1.0.6)"
10634 msgstr ""
10635
10636 # type: =head2
10637 #. type: =head2
10638 #: ../src/guestfs-actions.pod:2051
10639 msgid "guestfs_get_recovery_proc"
10640 msgstr ""
10641
10642 # type: verbatim
10643 #. type: verbatim
10644 #: ../src/guestfs-actions.pod:2053
10645 #, no-wrap
10646 msgid ""
10647 " int\n"
10648 " guestfs_get_recovery_proc (guestfs_h *g);\n"
10649 "\n"
10650 msgstr ""
10651
10652 # type: textblock
10653 #. type: textblock
10654 #: ../src/guestfs-actions.pod:2056 ../fish/guestfish-actions.pod:1395
10655 msgid "Return the recovery process enabled flag."
10656 msgstr ""
10657
10658 # type: textblock
10659 #. type: textblock
10660 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3507
10661 #: ../src/guestfs-actions.pod:3804 ../src/guestfs-actions.pod:4204
10662 #: ../src/guestfs-actions.pod:4236 ../src/guestfs-actions.pod:5264
10663 #: ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:6029
10664 #: ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6740
10665 #: ../src/guestfs-actions.pod:6932
10666 msgid "(Added in 1.0.77)"
10667 msgstr ""
10668
10669 # type: =head2
10670 #. type: =head2
10671 #: ../src/guestfs-actions.pod:2062
10672 msgid "guestfs_get_selinux"
10673 msgstr ""
10674
10675 # type: verbatim
10676 #. type: verbatim
10677 #: ../src/guestfs-actions.pod:2064
10678 #, no-wrap
10679 msgid ""
10680 " int\n"
10681 " guestfs_get_selinux (guestfs_h *g);\n"
10682 "\n"
10683 msgstr ""
10684
10685 # type: textblock
10686 #. type: textblock
10687 #: ../src/guestfs-actions.pod:2067
10688 msgid ""
10689 "This returns the current setting of the selinux flag which is passed to the "
10690 "appliance at boot time.  See C<guestfs_set_selinux>."
10691 msgstr ""
10692
10693 # type: textblock
10694 #. type: textblock
10695 #: ../src/guestfs-actions.pod:2075 ../src/guestfs-actions.pod:2138
10696 #: ../src/guestfs-actions.pod:6048 ../src/guestfs-actions.pod:6106
10697 msgid "(Added in 1.0.67)"
10698 msgstr ""
10699
10700 # type: =head2
10701 #. type: =head2
10702 #: ../src/guestfs-actions.pod:2077
10703 msgid "guestfs_get_state"
10704 msgstr ""
10705
10706 # type: verbatim
10707 #. type: verbatim
10708 #: ../src/guestfs-actions.pod:2079
10709 #, no-wrap
10710 msgid ""
10711 " int\n"
10712 " guestfs_get_state (guestfs_h *g);\n"
10713 "\n"
10714 msgstr ""
10715
10716 # type: textblock
10717 #. type: textblock
10718 #: ../src/guestfs-actions.pod:2082 ../fish/guestfish-actions.pod:1411
10719 msgid ""
10720 "This returns the current state as an opaque integer.  This is only useful "
10721 "for printing debug and internal error messages."
10722 msgstr ""
10723
10724 # type: textblock
10725 #. type: textblock
10726 #: ../src/guestfs-actions.pod:2085 ../src/guestfs-actions.pod:3305
10727 #: ../src/guestfs-actions.pod:3334 ../src/guestfs-actions.pod:3395
10728 #: ../src/guestfs-actions.pod:3422 ../fish/guestfish-actions.pod:1414
10729 #: ../fish/guestfish-actions.pod:2328 ../fish/guestfish-actions.pod:2346
10730 #: ../fish/guestfish-actions.pod:2384 ../fish/guestfish-actions.pod:2400
10731 msgid "For more information on states, see L<guestfs(3)>."
10732 msgstr ""
10733
10734 # type: =head2
10735 #. type: =head2
10736 #: ../src/guestfs-actions.pod:2091
10737 msgid "guestfs_get_trace"
10738 msgstr ""
10739
10740 # type: verbatim
10741 #. type: verbatim
10742 #: ../src/guestfs-actions.pod:2093
10743 #, no-wrap
10744 msgid ""
10745 " int\n"
10746 " guestfs_get_trace (guestfs_h *g);\n"
10747 "\n"
10748 msgstr ""
10749
10750 # type: textblock
10751 #. type: textblock
10752 #: ../src/guestfs-actions.pod:2096 ../fish/guestfish-actions.pod:1420
10753 msgid "Return the command trace flag."
10754 msgstr ""
10755
10756 # type: =head2
10757 #. type: =head2
10758 #: ../src/guestfs-actions.pod:2102
10759 msgid "guestfs_get_umask"
10760 msgstr ""
10761
10762 # type: verbatim
10763 #. type: verbatim
10764 #: ../src/guestfs-actions.pod:2104
10765 #, no-wrap
10766 msgid ""
10767 " int\n"
10768 " guestfs_get_umask (guestfs_h *g);\n"
10769 "\n"
10770 msgstr ""
10771
10772 # type: textblock
10773 #. type: textblock
10774 #: ../src/guestfs-actions.pod:2107
10775 msgid ""
10776 "Return the current umask.  By default the umask is C<022> unless it has been "
10777 "set by calling C<guestfs_umask>."
10778 msgstr ""
10779
10780 # type: =head2
10781 #. type: =head2
10782 #: ../src/guestfs-actions.pod:2114
10783 msgid "guestfs_get_verbose"
10784 msgstr ""
10785
10786 # type: verbatim
10787 #. type: verbatim
10788 #: ../src/guestfs-actions.pod:2116
10789 #, no-wrap
10790 msgid ""
10791 " int\n"
10792 " guestfs_get_verbose (guestfs_h *g);\n"
10793 "\n"
10794 msgstr ""
10795
10796 # type: textblock
10797 #. type: textblock
10798 #: ../src/guestfs-actions.pod:2119 ../fish/guestfish-actions.pod:1433
10799 msgid "This returns the verbose messages flag."
10800 msgstr ""
10801
10802 # type: =head2
10803 #. type: =head2
10804 #: ../src/guestfs-actions.pod:2125
10805 msgid "guestfs_getcon"
10806 msgstr ""
10807
10808 # type: verbatim
10809 #. type: verbatim
10810 #: ../src/guestfs-actions.pod:2127
10811 #, no-wrap
10812 msgid ""
10813 " char *\n"
10814 " guestfs_getcon (guestfs_h *g);\n"
10815 "\n"
10816 msgstr ""
10817
10818 # type: textblock
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:2130 ../fish/guestfish-actions.pod:1439
10821 msgid "This gets the SELinux security context of the daemon."
10822 msgstr ""
10823
10824 # type: textblock
10825 #. type: textblock
10826 #: ../src/guestfs-actions.pod:2132
10827 msgid ""
10828 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10829 msgstr ""
10830
10831 # type: =head2
10832 #. type: =head2
10833 #: ../src/guestfs-actions.pod:2140
10834 msgid "guestfs_getxattr"
10835 msgstr ""
10836
10837 # type: verbatim
10838 #. type: verbatim
10839 #: ../src/guestfs-actions.pod:2142
10840 #, no-wrap
10841 msgid ""
10842 " char *\n"
10843 " guestfs_getxattr (guestfs_h *g,\n"
10844 "                   const char *path,\n"
10845 "                   const char *name,\n"
10846 "                   size_t *size_r);\n"
10847 "\n"
10848 msgstr ""
10849
10850 # type: textblock
10851 #. type: textblock
10852 #: ../src/guestfs-actions.pod:2148
10853 msgid ""
10854 "Get a single extended attribute from file C<path> named C<name>.  This call "
10855 "follows symlinks.  If you want to lookup an extended attribute for the "
10856 "symlink itself, use C<guestfs_lgetxattr>."
10857 msgstr ""
10858
10859 # type: textblock
10860 #. type: textblock
10861 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:3521
10862 msgid ""
10863 "Normally it is better to get all extended attributes from a file in one go "
10864 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10865 "implementations are buggy and do not provide a way to list out attributes.  "
10866 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10867 "extended attributes you want in advance and call this function."
10868 msgstr ""
10869
10870 # type: textblock
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528
10873 #: ../fish/guestfish-actions.pod:1459 ../fish/guestfish-actions.pod:2465
10874 msgid ""
10875 "Extended attribute values are blobs of binary data.  If there is no extended "
10876 "attribute named C<name>, this returns an error."
10877 msgstr ""
10878
10879 # type: textblock
10880 #. type: textblock
10881 #: ../src/guestfs-actions.pod:2162
10882 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10883 msgstr ""
10884
10885 # type: textblock
10886 #. type: textblock
10887 #: ../src/guestfs-actions.pod:2164 ../src/guestfs-actions.pod:2355
10888 #: ../src/guestfs-actions.pod:3533 ../src/guestfs-actions.pod:5257
10889 #: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5464
10890 msgid ""
10891 "This function returns a buffer, or NULL on error.  The size of the returned "
10892 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10893 "after use>."
10894 msgstr ""
10895
10896 #. type: textblock
10897 #: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:3537
10898 msgid "(Added in 1.7.24)"
10899 msgstr ""
10900
10901 # type: =head2
10902 #. type: =head2
10903 #: ../src/guestfs-actions.pod:2170
10904 msgid "guestfs_getxattrs"
10905 msgstr ""
10906
10907 # type: verbatim
10908 #. type: verbatim
10909 #: ../src/guestfs-actions.pod:2172
10910 #, no-wrap
10911 msgid ""
10912 " struct guestfs_xattr_list *\n"
10913 " guestfs_getxattrs (guestfs_h *g,\n"
10914 "                    const char *path);\n"
10915 "\n"
10916 msgstr ""
10917
10918 # type: textblock
10919 #. type: textblock
10920 #: ../src/guestfs-actions.pod:2176 ../fish/guestfish-actions.pod:1468
10921 msgid ""
10922 "This call lists the extended attributes of the file or directory C<path>."
10923 msgstr ""
10924
10925 # type: textblock
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:2179 ../fish/guestfish-actions.pod:1471
10928 msgid ""
10929 "At the system call level, this is a combination of the L<listxattr(2)> and "
10930 "L<getxattr(2)> calls."
10931 msgstr ""
10932
10933 # type: textblock
10934 #. type: textblock
10935 #: ../src/guestfs-actions.pod:2182
10936 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10937 msgstr ""
10938
10939 # type: textblock
10940 #. type: textblock
10941 #: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:3549
10942 #: ../src/guestfs-actions.pod:4200
10943 msgid ""
10944 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10945 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10946 msgstr ""
10947
10948 # type: textblock
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:2188 ../src/guestfs-actions.pod:3553
10951 #: ../src/guestfs-actions.pod:3718 ../src/guestfs-actions.pod:3754
10952 #: ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:6125
10953 #: ../src/guestfs-actions.pod:7495
10954 msgid "(Added in 1.0.59)"
10955 msgstr ""
10956
10957 # type: =head2
10958 #. type: =head2
10959 #: ../src/guestfs-actions.pod:2190
10960 msgid "guestfs_glob_expand"
10961 msgstr ""
10962
10963 # type: verbatim
10964 #. type: verbatim
10965 #: ../src/guestfs-actions.pod:2192
10966 #, no-wrap
10967 msgid ""
10968 " char **\n"
10969 " guestfs_glob_expand (guestfs_h *g,\n"
10970 "                      const char *pattern);\n"
10971 "\n"
10972 msgstr ""
10973
10974 # type: textblock
10975 #. type: textblock
10976 #: ../src/guestfs-actions.pod:2196 ../fish/guestfish-actions.pod:1480
10977 msgid ""
10978 "This command searches for all the pathnames matching C<pattern> according to "
10979 "the wildcard expansion rules used by the shell."
10980 msgstr ""
10981
10982 # type: textblock
10983 #. type: textblock
10984 #: ../src/guestfs-actions.pod:2200 ../fish/guestfish-actions.pod:1484
10985 msgid ""
10986 "If no paths match, then this returns an empty list (note: not an error)."
10987 msgstr ""
10988
10989 # type: textblock
10990 #. type: textblock
10991 #: ../src/guestfs-actions.pod:2203 ../fish/guestfish-actions.pod:1487
10992 msgid ""
10993 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10994 "GLOB_BRACE>.  See that manual page for more details."
10995 msgstr ""
10996
10997 # type: textblock
10998 #. type: textblock
10999 #: ../src/guestfs-actions.pod:2211 ../src/guestfs-actions.pod:6318
11000 #: ../src/guestfs-actions.pod:6335
11001 msgid "(Added in 1.0.50)"
11002 msgstr ""
11003
11004 # type: =head2
11005 #. type: =head2
11006 #: ../src/guestfs-actions.pod:2213
11007 msgid "guestfs_grep"
11008 msgstr ""
11009
11010 # type: verbatim
11011 #. type: verbatim
11012 #: ../src/guestfs-actions.pod:2215
11013 #, no-wrap
11014 msgid ""
11015 " char **\n"
11016 " guestfs_grep (guestfs_h *g,\n"
11017 "               const char *regex,\n"
11018 "               const char *path);\n"
11019 "\n"
11020 msgstr ""
11021
11022 # type: textblock
11023 #. type: textblock
11024 #: ../src/guestfs-actions.pod:2220 ../fish/guestfish-actions.pod:1495
11025 msgid "This calls the external C<grep> program and returns the matching lines."
11026 msgstr ""
11027
11028 # type: =head2
11029 #. type: =head2
11030 #: ../src/guestfs-actions.pod:2232
11031 msgid "guestfs_grepi"
11032 msgstr ""
11033
11034 # type: verbatim
11035 #. type: verbatim
11036 #: ../src/guestfs-actions.pod:2234
11037 #, no-wrap
11038 msgid ""
11039 " char **\n"
11040 " guestfs_grepi (guestfs_h *g,\n"
11041 "                const char *regex,\n"
11042 "                const char *path);\n"
11043 "\n"
11044 msgstr ""
11045
11046 # type: textblock
11047 #. type: textblock
11048 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1505
11049 msgid ""
11050 "This calls the external C<grep -i> program and returns the matching lines."
11051 msgstr ""
11052
11053 # type: =head2
11054 #. type: =head2
11055 #: ../src/guestfs-actions.pod:2251
11056 msgid "guestfs_grub_install"
11057 msgstr ""
11058
11059 # type: verbatim
11060 #. type: verbatim
11061 #: ../src/guestfs-actions.pod:2253
11062 #, no-wrap
11063 msgid ""
11064 " int\n"
11065 " guestfs_grub_install (guestfs_h *g,\n"
11066 "                       const char *root,\n"
11067 "                       const char *device);\n"
11068 "\n"
11069 msgstr ""
11070
11071 # type: textblock
11072 #. type: textblock
11073 #: ../src/guestfs-actions.pod:2258 ../fish/guestfish-actions.pod:1515
11074 msgid ""
11075 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
11076 "the root directory being C<root>."
11077 msgstr ""
11078
11079 # type: textblock
11080 #. type: textblock
11081 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1518
11082 msgid ""
11083 "Note: If grub-install reports the error \"No suitable drive was found in the "
11084 "generated device map.\" it may be that you need to create a C</boot/grub/"
11085 "device.map> file first that contains the mapping between grub device names "
11086 "and Linux device names.  It is usually sufficient to create a file "
11087 "containing:"
11088 msgstr ""
11089
11090 # type: verbatim
11091 #. type: verbatim
11092 #: ../src/guestfs-actions.pod:2268 ../fish/guestfish-actions.pod:1525
11093 #, no-wrap
11094 msgid ""
11095 " (hd0) /dev/vda\n"
11096 "\n"
11097 msgstr ""
11098
11099 # type: textblock
11100 #. type: textblock
11101 #: ../src/guestfs-actions.pod:2270 ../fish/guestfish-actions.pod:1527
11102 msgid "replacing C</dev/vda> with the name of the installation device."
11103 msgstr ""
11104
11105 # type: textblock
11106 #. type: textblock
11107 #: ../src/guestfs-actions.pod:2274
11108 msgid "(Added in 1.0.17)"
11109 msgstr ""
11110
11111 # type: =head2
11112 #. type: =head2
11113 #: ../src/guestfs-actions.pod:2276
11114 msgid "guestfs_head"
11115 msgstr ""
11116
11117 # type: verbatim
11118 #. type: verbatim
11119 #: ../src/guestfs-actions.pod:2278
11120 #, no-wrap
11121 msgid ""
11122 " char **\n"
11123 " guestfs_head (guestfs_h *g,\n"
11124 "               const char *path);\n"
11125 "\n"
11126 msgstr ""
11127
11128 # type: textblock
11129 #. type: textblock
11130 #: ../src/guestfs-actions.pod:2282 ../fish/guestfish-actions.pod:1533
11131 msgid ""
11132 "This command returns up to the first 10 lines of a file as a list of strings."
11133 msgstr ""
11134
11135 # type: =head2
11136 #. type: =head2
11137 #: ../src/guestfs-actions.pod:2294
11138 msgid "guestfs_head_n"
11139 msgstr ""
11140
11141 # type: verbatim
11142 #. type: verbatim
11143 #: ../src/guestfs-actions.pod:2296
11144 #, no-wrap
11145 msgid ""
11146 " char **\n"
11147 " guestfs_head_n (guestfs_h *g,\n"
11148 "                 int nrlines,\n"
11149 "                 const char *path);\n"
11150 "\n"
11151 msgstr ""
11152
11153 # type: textblock
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:2301 ../fish/guestfish-actions.pod:1543
11156 msgid ""
11157 "If the parameter C<nrlines> is a positive number, this returns the first "
11158 "C<nrlines> lines of the file C<path>."
11159 msgstr ""
11160
11161 # type: textblock
11162 #. type: textblock
11163 #: ../src/guestfs-actions.pod:2304 ../fish/guestfish-actions.pod:1546
11164 msgid ""
11165 "If the parameter C<nrlines> is a negative number, this returns lines from "
11166 "the file C<path>, excluding the last C<nrlines> lines."
11167 msgstr ""
11168
11169 # type: textblock
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:6615
11172 #: ../fish/guestfish-actions.pod:1549 ../fish/guestfish-actions.pod:4470
11173 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
11174 msgstr ""
11175
11176 # type: =head2
11177 #. type: =head2
11178 #: ../src/guestfs-actions.pod:2318
11179 msgid "guestfs_hexdump"
11180 msgstr ""
11181
11182 # type: verbatim
11183 #. type: verbatim
11184 #: ../src/guestfs-actions.pod:2320
11185 #, no-wrap
11186 msgid ""
11187 " char *\n"
11188 " guestfs_hexdump (guestfs_h *g,\n"
11189 "                  const char *path);\n"
11190 "\n"
11191 msgstr ""
11192
11193 # type: textblock
11194 #. type: textblock
11195 #: ../src/guestfs-actions.pod:2324 ../fish/guestfish-actions.pod:1558
11196 msgid ""
11197 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
11198 "readable, canonical hex dump of the file."
11199 msgstr ""
11200
11201 # type: textblock
11202 #. type: textblock
11203 #: ../src/guestfs-actions.pod:2333 ../src/guestfs-actions.pod:6399
11204 #: ../src/guestfs-actions.pod:6454
11205 msgid "(Added in 1.0.22)"
11206 msgstr ""
11207
11208 # type: =head2
11209 #. type: =head2
11210 #: ../src/guestfs-actions.pod:2335
11211 msgid "guestfs_initrd_cat"
11212 msgstr ""
11213
11214 # type: verbatim
11215 #. type: verbatim
11216 #: ../src/guestfs-actions.pod:2337
11217 #, no-wrap
11218 msgid ""
11219 " char *\n"
11220 " guestfs_initrd_cat (guestfs_h *g,\n"
11221 "                     const char *initrdpath,\n"
11222 "                     const char *filename,\n"
11223 "                     size_t *size_r);\n"
11224 "\n"
11225 msgstr ""
11226
11227 # type: textblock
11228 #. type: textblock
11229 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1568
11230 msgid ""
11231 "This command unpacks the file C<filename> from the initrd file called "
11232 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
11233 "character."
11234 msgstr ""
11235
11236 # type: textblock
11237 #. type: textblock
11238 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1572
11239 msgid ""
11240 "For example, in guestfish you could use the following command to examine the "
11241 "boot script (usually called C</init>)  contained in a Linux initrd or "
11242 "initramfs image:"
11243 msgstr ""
11244
11245 # type: verbatim
11246 #. type: verbatim
11247 #: ../src/guestfs-actions.pod:2351 ../fish/guestfish-actions.pod:1576
11248 #, no-wrap
11249 msgid ""
11250 " initrd-cat /boot/initrd-<version>.img init\n"
11251 "\n"
11252 msgstr ""
11253
11254 # type: textblock
11255 #. type: textblock
11256 #: ../src/guestfs-actions.pod:2353
11257 msgid "See also C<guestfs_initrd_list>."
11258 msgstr ""
11259
11260 # type: =head2
11261 #. type: =head2
11262 #: ../src/guestfs-actions.pod:2364
11263 msgid "guestfs_initrd_list"
11264 msgstr ""
11265
11266 # type: verbatim
11267 #. type: verbatim
11268 #: ../src/guestfs-actions.pod:2366
11269 #, no-wrap
11270 msgid ""
11271 " char **\n"
11272 " guestfs_initrd_list (guestfs_h *g,\n"
11273 "                      const char *path);\n"
11274 "\n"
11275 msgstr ""
11276
11277 # type: textblock
11278 #. type: textblock
11279 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1587
11280 msgid "This command lists out files contained in an initrd."
11281 msgstr ""
11282
11283 # type: textblock
11284 #. type: textblock
11285 #: ../src/guestfs-actions.pod:2372 ../fish/guestfish-actions.pod:1589
11286 msgid ""
11287 "The files are listed without any initial C</> character.  The files are "
11288 "listed in the order they appear (not necessarily alphabetical).  Directory "
11289 "names are listed as separate items."
11290 msgstr ""
11291
11292 # type: textblock
11293 #. type: textblock
11294 #: ../src/guestfs-actions.pod:2376 ../fish/guestfish-actions.pod:1593
11295 msgid ""
11296 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
11297 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
11298 "files)."
11299 msgstr ""
11300
11301 # type: =head2
11302 #. type: =head2
11303 #: ../src/guestfs-actions.pod:2386
11304 msgid "guestfs_inotify_add_watch"
11305 msgstr ""
11306
11307 # type: verbatim
11308 #. type: verbatim
11309 #: ../src/guestfs-actions.pod:2388
11310 #, no-wrap
11311 msgid ""
11312 " int64_t\n"
11313 " guestfs_inotify_add_watch (guestfs_h *g,\n"
11314 "                            const char *path,\n"
11315 "                            int mask);\n"
11316 "\n"
11317 msgstr ""
11318
11319 # type: textblock
11320 #. type: textblock
11321 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1601
11322 msgid "Watch C<path> for the events listed in C<mask>."
11323 msgstr ""
11324
11325 # type: textblock
11326 #. type: textblock
11327 #: ../src/guestfs-actions.pod:2395 ../fish/guestfish-actions.pod:1603
11328 msgid ""
11329 "Note that if C<path> is a directory then events within that directory are "
11330 "watched, but this does I<not> happen recursively (in subdirectories)."
11331 msgstr ""
11332
11333 # type: textblock
11334 #. type: textblock
11335 #: ../src/guestfs-actions.pod:2399 ../fish/guestfish-actions.pod:1607
11336 msgid ""
11337 "Note for non-C or non-Linux callers: the inotify events are defined by the "
11338 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
11339 msgstr ""
11340
11341 # type: =head2
11342 #. type: =head2
11343 #: ../src/guestfs-actions.pod:2407
11344 msgid "guestfs_inotify_close"
11345 msgstr ""
11346
11347 # type: verbatim
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:2409
11350 #, no-wrap
11351 msgid ""
11352 " int\n"
11353 " guestfs_inotify_close (guestfs_h *g);\n"
11354 "\n"
11355 msgstr ""
11356
11357 # type: textblock
11358 #. type: textblock
11359 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1615
11360 msgid ""
11361 "This closes the inotify handle which was previously opened by inotify_init.  "
11362 "It removes all watches, throws away any pending events, and deallocates all "
11363 "resources."
11364 msgstr ""
11365
11366 # type: =head2
11367 #. type: =head2
11368 #: ../src/guestfs-actions.pod:2420
11369 msgid "guestfs_inotify_files"
11370 msgstr ""
11371
11372 # type: verbatim
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:2422
11375 #, no-wrap
11376 msgid ""
11377 " char **\n"
11378 " guestfs_inotify_files (guestfs_h *g);\n"
11379 "\n"
11380 msgstr ""
11381
11382 # type: textblock
11383 #. type: textblock
11384 #: ../src/guestfs-actions.pod:2425
11385 msgid ""
11386 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
11387 "returns a list of pathnames of objects that were touched.  The returned "
11388 "pathnames are sorted and deduplicated."
11389 msgstr ""
11390
11391 # type: =head2
11392 #. type: =head2
11393 #: ../src/guestfs-actions.pod:2435
11394 msgid "guestfs_inotify_init"
11395 msgstr ""
11396
11397 # type: verbatim
11398 #. type: verbatim
11399 #: ../src/guestfs-actions.pod:2437
11400 #, no-wrap
11401 msgid ""
11402 " int\n"
11403 " guestfs_inotify_init (guestfs_h *g,\n"
11404 "                       int maxevents);\n"
11405 "\n"
11406 msgstr ""
11407
11408 # type: textblock
11409 #. type: textblock
11410 #: ../src/guestfs-actions.pod:2441 ../fish/guestfish-actions.pod:1631
11411 msgid ""
11412 "This command creates a new inotify handle.  The inotify subsystem can be "
11413 "used to notify events which happen to objects in the guest filesystem."
11414 msgstr ""
11415
11416 # type: textblock
11417 #. type: textblock
11418 #: ../src/guestfs-actions.pod:2445
11419 msgid ""
11420 "C<maxevents> is the maximum number of events which will be queued up between "
11421 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
11422 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
11423 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
11424 "throws away events, but records the fact that it threw them away by setting "
11425 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
11426 "C<guestfs_inotify_read>)."
11427 msgstr ""
11428
11429 # type: textblock
11430 #. type: textblock
11431 #: ../src/guestfs-actions.pod:2455
11432 msgid ""
11433 "Before any events are generated, you have to add some watches to the "
11434 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
11435 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
11436 msgstr ""
11437
11438 # type: textblock
11439 #. type: textblock
11440 #: ../src/guestfs-actions.pod:2461
11441 msgid ""
11442 "Queued up events should be read periodically by calling "
11443 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
11444 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
11445 "often enough then you risk the internal queue overflowing."
11446 msgstr ""
11447
11448 # type: textblock
11449 #. type: textblock
11450 #: ../src/guestfs-actions.pod:2468
11451 msgid ""
11452 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
11453 "This also removes any watches automatically."
11454 msgstr ""
11455
11456 # type: textblock
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:2472 ../fish/guestfish-actions.pod:1662
11459 msgid ""
11460 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
11461 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
11462 "that there is one global inotify handle per libguestfs instance."
11463 msgstr ""
11464
11465 # type: =head2
11466 #. type: =head2
11467 #: ../src/guestfs-actions.pod:2481
11468 msgid "guestfs_inotify_read"
11469 msgstr ""
11470
11471 # type: verbatim
11472 #. type: verbatim
11473 #: ../src/guestfs-actions.pod:2483
11474 #, no-wrap
11475 msgid ""
11476 " struct guestfs_inotify_event_list *\n"
11477 " guestfs_inotify_read (guestfs_h *g);\n"
11478 "\n"
11479 msgstr ""
11480
11481 # type: textblock
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:2486 ../fish/guestfish-actions.pod:1671
11484 msgid ""
11485 "Return the complete queue of events that have happened since the previous "
11486 "read call."
11487 msgstr ""
11488
11489 # type: textblock
11490 #. type: textblock
11491 #: ../src/guestfs-actions.pod:2489 ../fish/guestfish-actions.pod:1674
11492 msgid "If no events have happened, this returns an empty list."
11493 msgstr ""
11494
11495 # type: textblock
11496 #. type: textblock
11497 #: ../src/guestfs-actions.pod:2491 ../fish/guestfish-actions.pod:1676
11498 msgid ""
11499 "I<Note>: In order to make sure that all events have been read, you must call "
11500 "this function repeatedly until it returns an empty list.  The reason is that "
11501 "the call will read events up to the maximum appliance-to-host message size "
11502 "and leave remaining events in the queue."
11503 msgstr ""
11504
11505 # type: textblock
11506 #. type: textblock
11507 #: ../src/guestfs-actions.pod:2497
11508 msgid ""
11509 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
11510 "there was an error.  I<The caller must call "
11511 "C<guestfs_free_inotify_event_list> after use>."
11512 msgstr ""
11513
11514 # type: =head2
11515 #. type: =head2
11516 #: ../src/guestfs-actions.pod:2503
11517 msgid "guestfs_inotify_rm_watch"
11518 msgstr ""
11519
11520 # type: verbatim
11521 #. type: verbatim
11522 #: ../src/guestfs-actions.pod:2505
11523 #, no-wrap
11524 msgid ""
11525 " int\n"
11526 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
11527 "                           int wd);\n"
11528 "\n"
11529 msgstr ""
11530
11531 # type: textblock
11532 #. type: textblock
11533 #: ../src/guestfs-actions.pod:2509
11534 msgid ""
11535 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
11536 msgstr ""
11537
11538 # type: =head2
11539 #. type: =head2
11540 #: ../src/guestfs-actions.pod:2516
11541 msgid "guestfs_inspect_get_arch"
11542 msgstr ""
11543
11544 # type: verbatim
11545 #. type: verbatim
11546 #: ../src/guestfs-actions.pod:2518
11547 #, no-wrap
11548 msgid ""
11549 " char *\n"
11550 " guestfs_inspect_get_arch (guestfs_h *g,\n"
11551 "                           const char *root);\n"
11552 "\n"
11553 msgstr ""
11554
11555 # type: textblock
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:2522 ../src/guestfs-actions.pod:2545
11558 #: ../src/guestfs-actions.pod:2638 ../src/guestfs-actions.pod:2682
11559 #: ../src/guestfs-actions.pod:2708 ../src/guestfs-actions.pod:2747
11560 #: ../src/guestfs-actions.pod:2769 ../src/guestfs-actions.pod:2796
11561 #: ../src/guestfs-actions.pod:2817 ../src/guestfs-actions.pod:2860
11562 #: ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:2920
11563 #: ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:2999
11564 #: ../src/guestfs-actions.pod:3041 ../src/guestfs-actions.pod:3062
11565 #: ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102
11566 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3138
11567 msgid ""
11568 "This function should only be called with a root device string as returned by "
11569 "C<guestfs_inspect_os>."
11570 msgstr ""
11571
11572 # type: textblock
11573 #. type: textblock
11574 #: ../src/guestfs-actions.pod:2525
11575 msgid ""
11576 "This returns the architecture of the inspected operating system.  The "
11577 "possible return values are listed under C<guestfs_file_architecture>."
11578 msgstr ""
11579
11580 # type: textblock
11581 #. type: textblock
11582 #: ../src/guestfs-actions.pod:2529 ../fish/guestfish-actions.pod:1700
11583 msgid ""
11584 "If the architecture could not be determined, then the string C<unknown> is "
11585 "returned."
11586 msgstr ""
11587
11588 # type: textblock
11589 #. type: textblock
11590 #: ../src/guestfs-actions.pod:2532 ../src/guestfs-actions.pod:2625
11591 #: ../src/guestfs-actions.pod:2736 ../src/guestfs-actions.pod:2756
11592 #: ../src/guestfs-actions.pod:2784 ../src/guestfs-actions.pod:2876
11593 #: ../src/guestfs-actions.pod:2907 ../src/guestfs-actions.pod:2931
11594 #: ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3028
11595 #: ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3072
11596 #: ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3109
11597 #: ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3231
11598 #: ../src/guestfs-actions.pod:3272 ../fish/guestfish-actions.pod:1703
11599 #: ../fish/guestfish-actions.pod:1789 ../fish/guestfish-actions.pod:1877
11600 #: ../fish/guestfish-actions.pod:1892 ../fish/guestfish-actions.pod:1913
11601 #: ../fish/guestfish-actions.pod:1983 ../fish/guestfish-actions.pod:2007
11602 #: ../fish/guestfish-actions.pod:2024 ../fish/guestfish-actions.pod:2067
11603 #: ../fish/guestfish-actions.pod:2102 ../fish/guestfish-actions.pod:2118
11604 #: ../fish/guestfish-actions.pod:2134 ../fish/guestfish-actions.pod:2147
11605 #: ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2175
11606 #: ../fish/guestfish-actions.pod:2274 ../fish/guestfish-actions.pod:2308
11607 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
11608 msgstr ""
11609
11610 # type: =head2
11611 #. type: =head2
11612 #: ../src/guestfs-actions.pod:2539
11613 msgid "guestfs_inspect_get_distro"
11614 msgstr ""
11615
11616 # type: verbatim
11617 #. type: verbatim
11618 #: ../src/guestfs-actions.pod:2541
11619 #, no-wrap
11620 msgid ""
11621 " char *\n"
11622 " guestfs_inspect_get_distro (guestfs_h *g,\n"
11623 "                             const char *root);\n"
11624 "\n"
11625 msgstr ""
11626
11627 # type: textblock
11628 #. type: textblock
11629 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1712
11630 msgid ""
11631 "This returns the distro (distribution) of the inspected operating system."
11632 msgstr ""
11633
11634 # type: textblock
11635 #. type: textblock
11636 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1715
11637 msgid "Currently defined distros are:"
11638 msgstr ""
11639
11640 # type: =item
11641 #. type: =item
11642 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1719
11643 msgid "\"archlinux\""
11644 msgstr ""
11645
11646 # type: textblock
11647 #. type: textblock
11648 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1721
11649 msgid "Arch Linux."
11650 msgstr ""
11651
11652 #. type: =item
11653 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1723
11654 msgid "\"centos\""
11655 msgstr ""
11656
11657 #. type: textblock
11658 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1725
11659 msgid "CentOS."
11660 msgstr ""
11661
11662 # type: =item
11663 #. type: =item
11664 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1727
11665 msgid "\"debian\""
11666 msgstr ""
11667
11668 # type: textblock
11669 #. type: textblock
11670 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1729
11671 msgid "Debian."
11672 msgstr ""
11673
11674 # type: =item
11675 #. type: =item
11676 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1731
11677 msgid "\"fedora\""
11678 msgstr ""
11679
11680 # type: textblock
11681 #. type: textblock
11682 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1733
11683 msgid "Fedora."
11684 msgstr ""
11685
11686 # type: =item
11687 #. type: =item
11688 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1735
11689 msgid "\"gentoo\""
11690 msgstr ""
11691
11692 # type: textblock
11693 #. type: textblock
11694 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1737
11695 msgid "Gentoo."
11696 msgstr ""
11697
11698 # type: =item
11699 #. type: =item
11700 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1739
11701 msgid "\"linuxmint\""
11702 msgstr ""
11703
11704 # type: textblock
11705 #. type: textblock
11706 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1741
11707 msgid "Linux Mint."
11708 msgstr ""
11709
11710 # type: =item
11711 #. type: =item
11712 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1743
11713 msgid "\"mandriva\""
11714 msgstr ""
11715
11716 # type: textblock
11717 #. type: textblock
11718 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1745
11719 msgid "Mandriva."
11720 msgstr ""
11721
11722 # type: =item
11723 #. type: =item
11724 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1747
11725 msgid "\"meego\""
11726 msgstr ""
11727
11728 # type: textblock
11729 #. type: textblock
11730 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1749
11731 msgid "MeeGo."
11732 msgstr ""
11733
11734 # type: =item
11735 #. type: =item
11736 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1751
11737 msgid "\"pardus\""
11738 msgstr ""
11739
11740 # type: textblock
11741 #. type: textblock
11742 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1753
11743 msgid "Pardus."
11744 msgstr ""
11745
11746 # type: =item
11747 #. type: =item
11748 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1755
11749 msgid "\"redhat-based\""
11750 msgstr ""
11751
11752 # type: textblock
11753 #. type: textblock
11754 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1757
11755 msgid "Some Red Hat-derived distro."
11756 msgstr ""
11757
11758 # type: =item
11759 #. type: =item
11760 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1759
11761 msgid "\"rhel\""
11762 msgstr ""
11763
11764 #. type: textblock
11765 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1761
11766 msgid "Red Hat Enterprise Linux."
11767 msgstr ""
11768
11769 #. type: =item
11770 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1763
11771 msgid "\"scientificlinux\""
11772 msgstr ""
11773
11774 #. type: textblock
11775 #: ../src/guestfs-actions.pod:2601 ../fish/guestfish-actions.pod:1765
11776 msgid "Scientific Linux."
11777 msgstr ""
11778
11779 #. type: =item
11780 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1767
11781 msgid "\"slackware\""
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1769
11786 msgid "Slackware."
11787 msgstr ""
11788
11789 # type: =item
11790 #. type: =item
11791 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1771
11792 msgid "\"ubuntu\""
11793 msgstr ""
11794
11795 # type: textblock
11796 #. type: textblock
11797 #: ../src/guestfs-actions.pod:2609 ../fish/guestfish-actions.pod:1773
11798 msgid "Ubuntu."
11799 msgstr ""
11800
11801 # type: =item
11802 #. type: =item
11803 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2727
11804 #: ../src/guestfs-actions.pod:3019 ../fish/guestfish-actions.pod:1775
11805 #: ../fish/guestfish-actions.pod:1868 ../fish/guestfish-actions.pod:2093
11806 msgid "\"unknown\""
11807 msgstr ""
11808
11809 # type: textblock
11810 #. type: textblock
11811 #: ../src/guestfs-actions.pod:2613 ../fish/guestfish-actions.pod:1777
11812 msgid "The distro could not be determined."
11813 msgstr ""
11814
11815 # type: =item
11816 #. type: =item
11817 #: ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:3011
11818 #: ../fish/guestfish-actions.pod:1779 ../fish/guestfish-actions.pod:2085
11819 msgid "\"windows\""
11820 msgstr ""
11821
11822 # type: textblock
11823 #. type: textblock
11824 #: ../src/guestfs-actions.pod:2617 ../fish/guestfish-actions.pod:1781
11825 msgid ""
11826 "Windows does not have distributions.  This string is returned if the OS type "
11827 "is Windows."
11828 msgstr ""
11829
11830 # type: textblock
11831 #. type: textblock
11832 #: ../src/guestfs-actions.pod:2622 ../src/guestfs-actions.pod:2733
11833 #: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:1786
11834 #: ../fish/guestfish-actions.pod:1874 ../fish/guestfish-actions.pod:2099
11835 msgid ""
11836 "Future versions of libguestfs may return other strings here.  The caller "
11837 "should be prepared to handle any string."
11838 msgstr ""
11839
11840 #. type: =head2
11841 #: ../src/guestfs-actions.pod:2632
11842 msgid "guestfs_inspect_get_drive_mappings"
11843 msgstr ""
11844
11845 #. type: verbatim
11846 #: ../src/guestfs-actions.pod:2634
11847 #, no-wrap
11848 msgid ""
11849 " char **\n"
11850 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
11851 "                                     const char *root);\n"
11852 "\n"
11853 msgstr ""
11854
11855 #. type: textblock
11856 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1798
11857 msgid ""
11858 "This call is useful for Windows which uses a primitive system of assigning "
11859 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
11860 "Windows Registry to find out how disks/partitions are mapped to drive "
11861 "letters, and returns a hash table as in the example below:"
11862 msgstr ""
11863
11864 #. type: verbatim
11865 #: ../src/guestfs-actions.pod:2647 ../fish/guestfish-actions.pod:1804
11866 #, no-wrap
11867 msgid ""
11868 " C      =>     /dev/vda2\n"
11869 " E      =>     /dev/vdb1\n"
11870 " F      =>     /dev/vdc1\n"
11871 "\n"
11872 msgstr ""
11873
11874 #. type: textblock
11875 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1808
11876 msgid ""
11877 "Note that keys are drive letters.  For Windows, the key is case insensitive "
11878 "and just contains the drive letter, without the customary colon separator "
11879 "character."
11880 msgstr ""
11881
11882 #. type: textblock
11883 #: ../src/guestfs-actions.pod:2655 ../fish/guestfish-actions.pod:1812
11884 msgid ""
11885 "In future we may support other operating systems that also used drive "
11886 "letters, but the keys for those might not be case insensitive and might be "
11887 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
11888 "C<h1> etc."
11889 msgstr ""
11890
11891 #. type: textblock
11892 #: ../src/guestfs-actions.pod:2660 ../fish/guestfish-actions.pod:1817
11893 msgid ""
11894 "For Windows guests, currently only hard drive mappings are returned.  "
11895 "Removable disks (eg. DVD-ROMs) are ignored."
11896 msgstr ""
11897
11898 #. type: textblock
11899 #: ../src/guestfs-actions.pod:2663 ../fish/guestfish-actions.pod:1820
11900 msgid ""
11901 "For guests that do not use drive mappings, or if the drive mappings could "
11902 "not be determined, this returns an empty hash table."
11903 msgstr ""
11904
11905 #. type: textblock
11906 #: ../src/guestfs-actions.pod:2666
11907 msgid ""
11908 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11909 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
11910 msgstr ""
11911
11912 # type: textblock
11913 #. type: textblock
11914 #: ../src/guestfs-actions.pod:2670 ../src/guestfs-actions.pod:2846
11915 #: ../src/guestfs-actions.pod:3606 ../src/guestfs-actions.pod:4823
11916 #: ../src/guestfs-actions.pod:6756
11917 msgid ""
11918 "This function returns a NULL-terminated array of strings, or NULL if there "
11919 "was an error.  The array of strings will always have length C<2n+1>, where "
11920 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11921 "caller must free the strings and the array after use>."
11922 msgstr ""
11923
11924 # type: =head2
11925 #. type: =head2
11926 #: ../src/guestfs-actions.pod:2676
11927 msgid "guestfs_inspect_get_filesystems"
11928 msgstr ""
11929
11930 # type: verbatim
11931 #. type: verbatim
11932 #: ../src/guestfs-actions.pod:2678
11933 #, no-wrap
11934 msgid ""
11935 " char **\n"
11936 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11937 "                                  const char *root);\n"
11938 "\n"
11939 msgstr ""
11940
11941 # type: textblock
11942 #. type: textblock
11943 #: ../src/guestfs-actions.pod:2685 ../fish/guestfish-actions.pod:1834
11944 msgid ""
11945 "This returns a list of all the filesystems that we think are associated with "
11946 "this operating system.  This includes the root filesystem, other ordinary "
11947 "filesystems, and non-mounted devices like swap partitions."
11948 msgstr ""
11949
11950 # type: textblock
11951 #. type: textblock
11952 #: ../src/guestfs-actions.pod:2690 ../fish/guestfish-actions.pod:1839
11953 msgid ""
11954 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11955 "to be shared between operating systems."
11956 msgstr ""
11957
11958 # type: textblock
11959 #. type: textblock
11960 #: ../src/guestfs-actions.pod:2693
11961 msgid ""
11962 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11963 "C<guestfs_inspect_get_mountpoints>."
11964 msgstr ""
11965
11966 #. type: =head2
11967 #: ../src/guestfs-actions.pod:2702
11968 msgid "guestfs_inspect_get_format"
11969 msgstr ""
11970
11971 #. type: verbatim
11972 #: ../src/guestfs-actions.pod:2704
11973 #, no-wrap
11974 msgid ""
11975 " char *\n"
11976 " guestfs_inspect_get_format (guestfs_h *g,\n"
11977 "                             const char *root);\n"
11978 "\n"
11979 msgstr ""
11980
11981 #. type: textblock
11982 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1852
11983 msgid ""
11984 "This returns the format of the inspected operating system.  You can use it "
11985 "to detect install images, live CDs and similar."
11986 msgstr ""
11987
11988 #. type: textblock
11989 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1855
11990 msgid "Currently defined formats are:"
11991 msgstr ""
11992
11993 #. type: =item
11994 #: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1859
11995 msgid "\"installed\""
11996 msgstr ""
11997
11998 #. type: textblock
11999 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1861
12000 msgid "This is an installed operating system."
12001 msgstr ""
12002
12003 #. type: =item
12004 #: ../src/guestfs-actions.pod:2722 ../fish/guestfish-actions.pod:1863
12005 msgid "\"installer\""
12006 msgstr ""
12007
12008 #. type: textblock
12009 #: ../src/guestfs-actions.pod:2724 ../fish/guestfish-actions.pod:1865
12010 msgid ""
12011 "The disk image being inspected is not an installed operating system, but a "
12012 "I<bootable> install disk, live CD, or similar."
12013 msgstr ""
12014
12015 #. type: textblock
12016 #: ../src/guestfs-actions.pod:2729 ../fish/guestfish-actions.pod:1870
12017 msgid "The format of this disk image is not known."
12018 msgstr ""
12019
12020 # type: =head2
12021 #. type: =head2
12022 #: ../src/guestfs-actions.pod:2741
12023 msgid "guestfs_inspect_get_hostname"
12024 msgstr ""
12025
12026 # type: verbatim
12027 #. type: verbatim
12028 #: ../src/guestfs-actions.pod:2743
12029 #, no-wrap
12030 msgid ""
12031 " char *\n"
12032 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
12033 "                               const char *root);\n"
12034 "\n"
12035 msgstr ""
12036
12037 # type: textblock
12038 #. type: textblock
12039 #: ../src/guestfs-actions.pod:2750 ../fish/guestfish-actions.pod:1886
12040 msgid ""
12041 "This function returns the hostname of the operating system as found by "
12042 "inspection of the guest's configuration files."
12043 msgstr ""
12044
12045 # type: textblock
12046 #. type: textblock
12047 #: ../src/guestfs-actions.pod:2753 ../fish/guestfish-actions.pod:1889
12048 msgid ""
12049 "If the hostname could not be determined, then the string C<unknown> is "
12050 "returned."
12051 msgstr ""
12052
12053 # type: textblock
12054 #. type: textblock
12055 #: ../src/guestfs-actions.pod:2761
12056 msgid "(Added in 1.7.9)"
12057 msgstr ""
12058
12059 # type: =head2
12060 #. type: =head2
12061 #: ../src/guestfs-actions.pod:2763
12062 msgid "guestfs_inspect_get_major_version"
12063 msgstr ""
12064
12065 # type: verbatim
12066 #. type: verbatim
12067 #: ../src/guestfs-actions.pod:2765
12068 #, no-wrap
12069 msgid ""
12070 " int\n"
12071 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
12072 "                                    const char *root);\n"
12073 "\n"
12074 msgstr ""
12075
12076 # type: textblock
12077 #. type: textblock
12078 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1901
12079 msgid ""
12080 "This returns the major version number of the inspected operating system."
12081 msgstr ""
12082
12083 # type: textblock
12084 #. type: textblock
12085 #: ../src/guestfs-actions.pod:2775 ../fish/guestfish-actions.pod:1904
12086 msgid ""
12087 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
12088 "popular public names used by the operating system.  Notably the operating "
12089 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
12090 "1).  You can find out the real versions corresponding to releases of Windows "
12091 "by consulting Wikipedia or MSDN."
12092 msgstr ""
12093
12094 # type: textblock
12095 #. type: textblock
12096 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2802
12097 #: ../fish/guestfish-actions.pod:1911 ../fish/guestfish-actions.pod:1925
12098 msgid "If the version could not be determined, then C<0> is returned."
12099 msgstr ""
12100
12101 # type: =head2
12102 #. type: =head2
12103 #: ../src/guestfs-actions.pod:2790
12104 msgid "guestfs_inspect_get_minor_version"
12105 msgstr ""
12106
12107 # type: verbatim
12108 #. type: verbatim
12109 #: ../src/guestfs-actions.pod:2792
12110 #, no-wrap
12111 msgid ""
12112 " int\n"
12113 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
12114 "                                    const char *root);\n"
12115 "\n"
12116 msgstr ""
12117
12118 # type: textblock
12119 #. type: textblock
12120 #: ../src/guestfs-actions.pod:2799 ../fish/guestfish-actions.pod:1922
12121 msgid ""
12122 "This returns the minor version number of the inspected operating system."
12123 msgstr ""
12124
12125 # type: textblock
12126 #. type: textblock
12127 #: ../src/guestfs-actions.pod:2804
12128 msgid ""
12129 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12130 "C<guestfs_inspect_get_major_version>."
12131 msgstr ""
12132
12133 # type: =head2
12134 #. type: =head2
12135 #: ../src/guestfs-actions.pod:2811
12136 msgid "guestfs_inspect_get_mountpoints"
12137 msgstr ""
12138
12139 # type: verbatim
12140 #. type: verbatim
12141 #: ../src/guestfs-actions.pod:2813
12142 #, no-wrap
12143 msgid ""
12144 " char **\n"
12145 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
12146 "                                  const char *root);\n"
12147 "\n"
12148 msgstr ""
12149
12150 #. type: textblock
12151 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1937
12152 msgid ""
12153 "This returns a hash of where we think the filesystems associated with this "
12154 "operating system should be mounted.  Callers should note that this is at "
12155 "best an educated guess made by reading configuration files such as C</etc/"
12156 "fstab>.  I<In particular note> that this may return filesystems which are "
12157 "non-existent or not mountable and callers should be prepared to handle or "
12158 "ignore failures if they try to mount them."
12159 msgstr ""
12160
12161 # type: textblock
12162 #. type: textblock
12163 #: ../src/guestfs-actions.pod:2829 ../fish/guestfish-actions.pod:1946
12164 msgid ""
12165 "Each element in the returned hashtable has a key which is the path of the "
12166 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
12167 "mounted there (eg. C</dev/sda1>)."
12168 msgstr ""
12169
12170 # type: textblock
12171 #. type: textblock
12172 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1951
12173 msgid ""
12174 "Non-mounted devices such as swap devices are I<not> returned in this list."
12175 msgstr ""
12176
12177 #. type: textblock
12178 #: ../src/guestfs-actions.pod:2837
12179 msgid ""
12180 "For operating systems like Windows which still use drive letters, this call "
12181 "will only return an entry for the first drive \"mounted on\" C</>.  For "
12182 "information about the mapping of drive letters to partitions, see "
12183 "C<guestfs_inspect_get_drive_mappings>."
12184 msgstr ""
12185
12186 # type: textblock
12187 #. type: textblock
12188 #: ../src/guestfs-actions.pod:2843
12189 msgid ""
12190 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12191 "C<guestfs_inspect_get_filesystems>."
12192 msgstr ""
12193
12194 # type: =head2
12195 #. type: =head2
12196 #: ../src/guestfs-actions.pod:2854
12197 msgid "guestfs_inspect_get_package_format"
12198 msgstr ""
12199
12200 # type: verbatim
12201 #. type: verbatim
12202 #: ../src/guestfs-actions.pod:2856
12203 #, no-wrap
12204 msgid ""
12205 " char *\n"
12206 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
12207 "                                     const char *root);\n"
12208 "\n"
12209 msgstr ""
12210
12211 # type: textblock
12212 #. type: textblock
12213 #: ../src/guestfs-actions.pod:2863
12214 msgid ""
12215 "This function and C<guestfs_inspect_get_package_management> return the "
12216 "package format and package management tool used by the inspected operating "
12217 "system.  For example for Fedora these functions would return C<rpm> (package "
12218 "format) and C<yum> (package management)."
12219 msgstr ""
12220
12221 # type: textblock
12222 #. type: textblock
12223 #: ../src/guestfs-actions.pod:2869 ../fish/guestfish-actions.pod:1976
12224 msgid ""
12225 "This returns the string C<unknown> if we could not determine the package "
12226 "format I<or> if the operating system does not have a real packaging system "
12227 "(eg. Windows)."
12228 msgstr ""
12229
12230 # type: textblock
12231 #. type: textblock
12232 #: ../src/guestfs-actions.pod:2873 ../fish/guestfish-actions.pod:1980
12233 msgid ""
12234 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
12235 "Future versions of libguestfs may return other strings."
12236 msgstr ""
12237
12238 # type: textblock
12239 #. type: textblock
12240 #: ../src/guestfs-actions.pod:2881 ../src/guestfs-actions.pod:2912
12241 msgid "(Added in 1.7.5)"
12242 msgstr ""
12243
12244 # type: =head2
12245 #. type: =head2
12246 #: ../src/guestfs-actions.pod:2883
12247 msgid "guestfs_inspect_get_package_management"
12248 msgstr ""
12249
12250 # type: verbatim
12251 #. type: verbatim
12252 #: ../src/guestfs-actions.pod:2885
12253 #, no-wrap
12254 msgid ""
12255 " char *\n"
12256 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
12257 "                                         const char *root);\n"
12258 "\n"
12259 msgstr ""
12260
12261 # type: textblock
12262 #. type: textblock
12263 #: ../src/guestfs-actions.pod:2892
12264 msgid ""
12265 "C<guestfs_inspect_get_package_format> and this function return the package "
12266 "format and package management tool used by the inspected operating system.  "
12267 "For example for Fedora these functions would return C<rpm> (package format) "
12268 "and C<yum> (package management)."
12269 msgstr ""
12270
12271 # type: textblock
12272 #. type: textblock
12273 #: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1998
12274 msgid ""
12275 "This returns the string C<unknown> if we could not determine the package "
12276 "management tool I<or> if the operating system does not have a real packaging "
12277 "system (eg. Windows)."
12278 msgstr ""
12279
12280 # type: textblock
12281 #. type: textblock
12282 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:2002
12283 msgid ""
12284 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
12285 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
12286 "libguestfs may return other strings."
12287 msgstr ""
12288
12289 # type: =head2
12290 #. type: =head2
12291 #: ../src/guestfs-actions.pod:2914
12292 msgid "guestfs_inspect_get_product_name"
12293 msgstr ""
12294
12295 # type: verbatim
12296 #. type: verbatim
12297 #: ../src/guestfs-actions.pod:2916
12298 #, no-wrap
12299 msgid ""
12300 " char *\n"
12301 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
12302 "                                   const char *root);\n"
12303 "\n"
12304 msgstr ""
12305
12306 # type: textblock
12307 #. type: textblock
12308 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2016
12309 msgid ""
12310 "This returns the product name of the inspected operating system.  The "
12311 "product name is generally some freeform string which can be displayed to the "
12312 "user, but should not be parsed by programs."
12313 msgstr ""
12314
12315 # type: textblock
12316 #. type: textblock
12317 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2021
12318 msgid ""
12319 "If the product name could not be determined, then the string C<unknown> is "
12320 "returned."
12321 msgstr ""
12322
12323 #. type: =head2
12324 #: ../src/guestfs-actions.pod:2938
12325 msgid "guestfs_inspect_get_product_variant"
12326 msgstr ""
12327
12328 #. type: verbatim
12329 #: ../src/guestfs-actions.pod:2940
12330 #, no-wrap
12331 msgid ""
12332 " char *\n"
12333 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
12334 "                                      const char *root);\n"
12335 "\n"
12336 msgstr ""
12337
12338 #. type: textblock
12339 #: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2033
12340 msgid "This returns the product variant of the inspected operating system."
12341 msgstr ""
12342
12343 #. type: textblock
12344 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2036
12345 msgid ""
12346 "For Windows guests, this returns the contents of the Registry key C<HKLM"
12347 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
12348 "is usually a string such as C<Client> or C<Server> (other values are "
12349 "possible).  This can be used to distinguish consumer and enterprise versions "
12350 "of Windows that have the same version number (for example, Windows 7 and "
12351 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
12352 "the latter is C<Server>)."
12353 msgstr ""
12354
12355 #. type: textblock
12356 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2045
12357 msgid ""
12358 "For enterprise Linux guests, in future we intend this to return the product "
12359 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
12360 "implemented at present."
12361 msgstr ""
12362
12363 #. type: textblock
12364 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2049
12365 msgid ""
12366 "If the product variant could not be determined, then the string C<unknown> "
12367 "is returned."
12368 msgstr ""
12369
12370 #. type: textblock
12371 #: ../src/guestfs-actions.pod:2966
12372 msgid ""
12373 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12374 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
12375 msgstr ""
12376
12377 # type: =head2
12378 #. type: =head2
12379 #: ../src/guestfs-actions.pod:2973
12380 msgid "guestfs_inspect_get_roots"
12381 msgstr ""
12382
12383 # type: verbatim
12384 #. type: verbatim
12385 #: ../src/guestfs-actions.pod:2975
12386 #, no-wrap
12387 msgid ""
12388 " char **\n"
12389 " guestfs_inspect_get_roots (guestfs_h *g);\n"
12390 "\n"
12391 msgstr ""
12392
12393 # type: textblock
12394 #. type: textblock
12395 #: ../src/guestfs-actions.pod:2978
12396 msgid ""
12397 "This function is a convenient way to get the list of root devices, as "
12398 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
12399 "the whole inspection process."
12400 msgstr ""
12401
12402 # type: textblock
12403 #. type: textblock
12404 #: ../src/guestfs-actions.pod:2982
12405 msgid ""
12406 "This returns an empty list if either no root devices were found or the "
12407 "caller has not called C<guestfs_inspect_os>."
12408 msgstr ""
12409
12410 # type: textblock
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:2991
12413 msgid "(Added in 1.7.3)"
12414 msgstr ""
12415
12416 # type: =head2
12417 #. type: =head2
12418 #: ../src/guestfs-actions.pod:2993
12419 msgid "guestfs_inspect_get_type"
12420 msgstr ""
12421
12422 # type: verbatim
12423 #. type: verbatim
12424 #: ../src/guestfs-actions.pod:2995
12425 #, no-wrap
12426 msgid ""
12427 " char *\n"
12428 " guestfs_inspect_get_type (guestfs_h *g,\n"
12429 "                           const char *root);\n"
12430 "\n"
12431 msgstr ""
12432
12433 # type: textblock
12434 #. type: textblock
12435 #: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:2076
12436 msgid ""
12437 "This returns the type of the inspected operating system.  Currently defined "
12438 "types are:"
12439 msgstr ""
12440
12441 # type: =item
12442 #. type: =item
12443 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2081
12444 msgid "\"linux\""
12445 msgstr ""
12446
12447 # type: textblock
12448 #. type: textblock
12449 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2083
12450 msgid "Any Linux-based operating system."
12451 msgstr ""
12452
12453 # type: textblock
12454 #. type: textblock
12455 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:2087
12456 msgid "Any Microsoft Windows operating system."
12457 msgstr ""
12458
12459 # type: =item
12460 #. type: =item
12461 #: ../src/guestfs-actions.pod:3015 ../fish/guestfish-actions.pod:2089
12462 msgid "\"freebsd\""
12463 msgstr ""
12464
12465 # type: textblock
12466 #. type: textblock
12467 #: ../src/guestfs-actions.pod:3017 ../fish/guestfish-actions.pod:2091
12468 msgid "FreeBSD."
12469 msgstr ""
12470
12471 # type: textblock
12472 #. type: textblock
12473 #: ../src/guestfs-actions.pod:3021 ../fish/guestfish-actions.pod:2095
12474 msgid "The operating system type could not be determined."
12475 msgstr ""
12476
12477 #. type: =head2
12478 #: ../src/guestfs-actions.pod:3035
12479 msgid "guestfs_inspect_get_windows_current_control_set"
12480 msgstr ""
12481
12482 #. type: verbatim
12483 #: ../src/guestfs-actions.pod:3037
12484 #, no-wrap
12485 msgid ""
12486 " char *\n"
12487 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
12488 "                                                  const char *root);\n"
12489 "\n"
12490 msgstr ""
12491
12492 #. type: textblock
12493 #: ../src/guestfs-actions.pod:3044 ../fish/guestfish-actions.pod:2111
12494 msgid ""
12495 "This returns the Windows CurrentControlSet of the inspected guest.  The "
12496 "CurrentControlSet is a registry key name such as C<ControlSet001>."
12497 msgstr ""
12498
12499 #. type: textblock
12500 #: ../src/guestfs-actions.pod:3047 ../fish/guestfish-actions.pod:2114
12501 msgid ""
12502 "This call assumes that the guest is Windows and that the Registry could be "
12503 "examined by inspection.  If this is not the case then an error is returned."
12504 msgstr ""
12505
12506 # type: =head2
12507 #. type: =head2
12508 #: ../src/guestfs-actions.pod:3056
12509 msgid "guestfs_inspect_get_windows_systemroot"
12510 msgstr ""
12511
12512 # type: verbatim
12513 #. type: verbatim
12514 #: ../src/guestfs-actions.pod:3058
12515 #, no-wrap
12516 msgid ""
12517 " char *\n"
12518 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
12519 "                                         const char *root);\n"
12520 "\n"
12521 msgstr ""
12522
12523 # type: textblock
12524 #. type: textblock
12525 #: ../src/guestfs-actions.pod:3065 ../fish/guestfish-actions.pod:2127
12526 msgid ""
12527 "This returns the Windows systemroot of the inspected guest.  The systemroot "
12528 "is a directory path such as C</WINDOWS>."
12529 msgstr ""
12530
12531 # type: textblock
12532 #. type: textblock
12533 #: ../src/guestfs-actions.pod:3068 ../fish/guestfish-actions.pod:2130
12534 msgid ""
12535 "This call assumes that the guest is Windows and that the systemroot could be "
12536 "determined by inspection.  If this is not the case then an error is returned."
12537 msgstr ""
12538
12539 # type: textblock
12540 #. type: textblock
12541 #: ../src/guestfs-actions.pod:3077
12542 msgid "(Added in 1.5.25)"
12543 msgstr ""
12544
12545 #. type: =head2
12546 #: ../src/guestfs-actions.pod:3079
12547 msgid "guestfs_inspect_is_live"
12548 msgstr ""
12549
12550 #. type: verbatim
12551 #: ../src/guestfs-actions.pod:3081
12552 #, no-wrap
12553 msgid ""
12554 " int\n"
12555 " guestfs_inspect_is_live (guestfs_h *g,\n"
12556 "                          const char *root);\n"
12557 "\n"
12558 msgstr ""
12559
12560 #. type: textblock
12561 #: ../src/guestfs-actions.pod:3088
12562 msgid ""
12563 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12564 "disk), then this returns true if a live image was detected on the disk."
12565 msgstr ""
12566
12567 #. type: =head2
12568 #: ../src/guestfs-actions.pod:3096
12569 msgid "guestfs_inspect_is_multipart"
12570 msgstr ""
12571
12572 #. type: verbatim
12573 #: ../src/guestfs-actions.pod:3098
12574 #, no-wrap
12575 msgid ""
12576 " int\n"
12577 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
12578 "                               const char *root);\n"
12579 "\n"
12580 msgstr ""
12581
12582 #. type: textblock
12583 #: ../src/guestfs-actions.pod:3105
12584 msgid ""
12585 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12586 "disk), then this returns true if the disk is part of a set."
12587 msgstr ""
12588
12589 #. type: =head2
12590 #: ../src/guestfs-actions.pod:3113
12591 msgid "guestfs_inspect_is_netinst"
12592 msgstr ""
12593
12594 #. type: verbatim
12595 #: ../src/guestfs-actions.pod:3115
12596 #, no-wrap
12597 msgid ""
12598 " int\n"
12599 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
12600 "                             const char *root);\n"
12601 "\n"
12602 msgstr ""
12603
12604 #. type: textblock
12605 #: ../src/guestfs-actions.pod:3122
12606 msgid ""
12607 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12608 "disk), then this returns true if the disk is a network installer, ie. not a "
12609 "self-contained install CD but one which is likely to require network access "
12610 "to complete the install."
12611 msgstr ""
12612
12613 # type: =head2
12614 #. type: =head2
12615 #: ../src/guestfs-actions.pod:3132
12616 msgid "guestfs_inspect_list_applications"
12617 msgstr ""
12618
12619 # type: verbatim
12620 #. type: verbatim
12621 #: ../src/guestfs-actions.pod:3134
12622 #, no-wrap
12623 msgid ""
12624 " struct guestfs_application_list *\n"
12625 " guestfs_inspect_list_applications (guestfs_h *g,\n"
12626 "                                    const char *root);\n"
12627 "\n"
12628 msgstr ""
12629
12630 # type: textblock
12631 #. type: textblock
12632 #: ../src/guestfs-actions.pod:3141 ../fish/guestfish-actions.pod:2184
12633 msgid "Return the list of applications installed in the operating system."
12634 msgstr ""
12635
12636 # type: textblock
12637 #. type: textblock
12638 #: ../src/guestfs-actions.pod:3143
12639 msgid ""
12640 "I<Note:> This call works differently from other parts of the inspection "
12641 "API.  You have to call C<guestfs_inspect_os>, then "
12642 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
12643 "this.  Listing applications is a significantly more difficult operation "
12644 "which requires access to the full filesystem.  Also note that unlike the "
12645 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
12646 "the libguestfs handle, this call actually reads parts of the mounted "
12647 "filesystems during the call."
12648 msgstr ""
12649
12650 # type: textblock
12651 #. type: textblock
12652 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2196
12653 msgid ""
12654 "This returns an empty list if the inspection code was not able to determine "
12655 "the list of applications."
12656 msgstr ""
12657
12658 # type: textblock
12659 #. type: textblock
12660 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2199
12661 msgid "The application structure contains the following fields:"
12662 msgstr ""
12663
12664 # type: =item
12665 #. type: =item
12666 #: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2203
12667 msgid "C<app_name>"
12668 msgstr ""
12669
12670 # type: textblock
12671 #. type: textblock
12672 #: ../src/guestfs-actions.pod:3162 ../fish/guestfish-actions.pod:2205
12673 msgid ""
12674 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
12675 "guests, this is the package name."
12676 msgstr ""
12677
12678 # type: =item
12679 #. type: =item
12680 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2208
12681 msgid "C<app_display_name>"
12682 msgstr ""
12683
12684 # type: textblock
12685 #. type: textblock
12686 #: ../src/guestfs-actions.pod:3167 ../fish/guestfish-actions.pod:2210
12687 msgid ""
12688 "The display name of the application, sometimes localized to the install "
12689 "language of the guest operating system."
12690 msgstr ""
12691
12692 # type: textblock
12693 #. type: textblock
12694 #: ../src/guestfs-actions.pod:3170 ../fish/guestfish-actions.pod:2213
12695 msgid ""
12696 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
12697 "to display something can use C<app_name> instead."
12698 msgstr ""
12699
12700 # type: =item
12701 #. type: =item
12702 #: ../src/guestfs-actions.pod:3173 ../fish/guestfish-actions.pod:2216
12703 msgid "C<app_epoch>"
12704 msgstr ""
12705
12706 # type: textblock
12707 #. type: textblock
12708 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2218
12709 msgid ""
12710 "For package managers which use epochs, this contains the epoch of the "
12711 "package (an integer).  If unavailable, this is returned as C<0>."
12712 msgstr ""
12713
12714 # type: =item
12715 #. type: =item
12716 #: ../src/guestfs-actions.pod:3178 ../fish/guestfish-actions.pod:2221
12717 msgid "C<app_version>"
12718 msgstr ""
12719
12720 # type: textblock
12721 #. type: textblock
12722 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2223
12723 msgid ""
12724 "The version string of the application or package.  If unavailable this is "
12725 "returned as an empty string C<\"\">."
12726 msgstr ""
12727
12728 # type: =item
12729 #. type: =item
12730 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2226
12731 msgid "C<app_release>"
12732 msgstr ""
12733
12734 # type: textblock
12735 #. type: textblock
12736 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2228
12737 msgid ""
12738 "The release string of the application or package, for package managers that "
12739 "use this.  If unavailable this is returned as an empty string C<\"\">."
12740 msgstr ""
12741
12742 # type: =item
12743 #. type: =item
12744 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2232
12745 msgid "C<app_install_path>"
12746 msgstr ""
12747
12748 # type: textblock
12749 #. type: textblock
12750 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2234
12751 msgid ""
12752 "The installation path of the application (on operating systems such as "
12753 "Windows which use installation paths).  This path is in the format used by "
12754 "the guest operating system, it is not a libguestfs path."
12755 msgstr ""
12756
12757 # type: textblock
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2239
12760 msgid "If unavailable this is returned as an empty string C<\"\">."
12761 msgstr ""
12762
12763 # type: =item
12764 #. type: =item
12765 #: ../src/guestfs-actions.pod:3198 ../fish/guestfish-actions.pod:2241
12766 msgid "C<app_trans_path>"
12767 msgstr ""
12768
12769 # type: textblock
12770 #. type: textblock
12771 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2243
12772 msgid ""
12773 "The install path translated into a libguestfs path.  If unavailable this is "
12774 "returned as an empty string C<\"\">."
12775 msgstr ""
12776
12777 # type: =item
12778 #. type: =item
12779 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2246
12780 msgid "C<app_publisher>"
12781 msgstr ""
12782
12783 # type: textblock
12784 #. type: textblock
12785 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2248
12786 msgid ""
12787 "The name of the publisher of the application, for package managers that use "
12788 "this.  If unavailable this is returned as an empty string C<\"\">."
12789 msgstr ""
12790
12791 # type: =item
12792 #. type: =item
12793 #: ../src/guestfs-actions.pod:3209 ../fish/guestfish-actions.pod:2252
12794 msgid "C<app_url>"
12795 msgstr ""
12796
12797 # type: textblock
12798 #. type: textblock
12799 #: ../src/guestfs-actions.pod:3211 ../fish/guestfish-actions.pod:2254
12800 msgid ""
12801 "The URL (eg. upstream URL) of the application.  If unavailable this is "
12802 "returned as an empty string C<\"\">."
12803 msgstr ""
12804
12805 # type: =item
12806 #. type: =item
12807 #: ../src/guestfs-actions.pod:3214 ../fish/guestfish-actions.pod:2257
12808 msgid "C<app_source_package>"
12809 msgstr ""
12810
12811 # type: textblock
12812 #. type: textblock
12813 #: ../src/guestfs-actions.pod:3216 ../fish/guestfish-actions.pod:2259
12814 msgid ""
12815 "For packaging systems which support this, the name of the source package.  "
12816 "If unavailable this is returned as an empty string C<\"\">."
12817 msgstr ""
12818
12819 # type: =item
12820 #. type: =item
12821 #: ../src/guestfs-actions.pod:3219 ../fish/guestfish-actions.pod:2262
12822 msgid "C<app_summary>"
12823 msgstr ""
12824
12825 # type: textblock
12826 #. type: textblock
12827 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2264
12828 msgid ""
12829 "A short (usually one line) description of the application or package.  If "
12830 "unavailable this is returned as an empty string C<\"\">."
12831 msgstr ""
12832
12833 # type: =item
12834 #. type: =item
12835 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2267
12836 msgid "C<app_description>"
12837 msgstr ""
12838
12839 # type: textblock
12840 #. type: textblock
12841 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2269
12842 msgid ""
12843 "A longer description of the application or package.  If unavailable this is "
12844 "returned as an empty string C<\"\">."
12845 msgstr ""
12846
12847 # type: textblock
12848 #. type: textblock
12849 #: ../src/guestfs-actions.pod:3233
12850 msgid ""
12851 "This function returns a C<struct guestfs_application_list *>, or NULL if "
12852 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
12853 "after use>."
12854 msgstr ""
12855
12856 # type: textblock
12857 #. type: textblock
12858 #: ../src/guestfs-actions.pod:3237
12859 msgid "(Added in 1.7.8)"
12860 msgstr ""
12861
12862 # type: =head2
12863 #. type: =head2
12864 #: ../src/guestfs-actions.pod:3239
12865 msgid "guestfs_inspect_os"
12866 msgstr ""
12867
12868 # type: verbatim
12869 #. type: verbatim
12870 #: ../src/guestfs-actions.pod:3241
12871 #, no-wrap
12872 msgid ""
12873 " char **\n"
12874 " guestfs_inspect_os (guestfs_h *g);\n"
12875 "\n"
12876 msgstr ""
12877
12878 # type: textblock
12879 #. type: textblock
12880 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2280
12881 msgid ""
12882 "This function uses other libguestfs functions and certain heuristics to "
12883 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
12884 "for operating systems."
12885 msgstr ""
12886
12887 # type: textblock
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2284
12890 msgid "The list returned is empty if no operating systems were found."
12891 msgstr ""
12892
12893 # type: textblock
12894 #. type: textblock
12895 #: ../src/guestfs-actions.pod:3250 ../fish/guestfish-actions.pod:2286
12896 msgid ""
12897 "If one operating system was found, then this returns a list with a single "
12898 "element, which is the name of the root filesystem of this operating system.  "
12899 "It is also possible for this function to return a list containing more than "
12900 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
12901 "element being the root filesystem of one of the operating systems."
12902 msgstr ""
12903
12904 # type: textblock
12905 #. type: textblock
12906 #: ../src/guestfs-actions.pod:3257
12907 msgid ""
12908 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
12909 "functions in order to query further information about each operating system, "
12910 "such as the name and version."
12911 msgstr ""
12912
12913 # type: textblock
12914 #. type: textblock
12915 #: ../src/guestfs-actions.pod:3262
12916 msgid ""
12917 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
12918 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
12919 "the contents.  This should be called with no disks currently mounted.  The "
12920 "function may also use Augeas, so any existing Augeas handle will be closed."
12921 msgstr ""
12922
12923 # type: textblock
12924 #. type: textblock
12925 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2304
12926 msgid ""
12927 "This function cannot decrypt encrypted disks.  The caller must do that first "
12928 "(supplying the necessary keys) if the disk is encrypted."
12929 msgstr ""
12930
12931 # type: textblock
12932 #. type: textblock
12933 #: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:3564
12934 #: ../src/guestfs-actions.pod:3626
12935 msgid "See also C<guestfs_list_filesystems>."
12936 msgstr ""
12937
12938 # type: =head2
12939 #. type: =head2
12940 #: ../src/guestfs-actions.pod:3282
12941 msgid "guestfs_is_blockdev"
12942 msgstr ""
12943
12944 # type: verbatim
12945 #. type: verbatim
12946 #: ../src/guestfs-actions.pod:3284
12947 #, no-wrap
12948 msgid ""
12949 " int\n"
12950 " guestfs_is_blockdev (guestfs_h *g,\n"
12951 "                      const char *path);\n"
12952 "\n"
12953 msgstr ""
12954
12955 # type: textblock
12956 #. type: textblock
12957 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2316
12958 msgid ""
12959 "This returns C<true> if and only if there is a block device with the given "
12960 "C<path> name."
12961 msgstr ""
12962
12963 # type: textblock
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:3320
12966 #: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3365
12967 #: ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3437
12968 #: ../src/guestfs-actions.pod:3452
12969 msgid "See also C<guestfs_stat>."
12970 msgstr ""
12971
12972 # type: textblock
12973 #. type: textblock
12974 #: ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3324
12975 #: ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3441
12976 #: ../src/guestfs-actions.pod:3456
12977 msgid "(Added in 1.5.10)"
12978 msgstr ""
12979
12980 # type: =head2
12981 #. type: =head2
12982 #: ../src/guestfs-actions.pod:3297
12983 msgid "guestfs_is_busy"
12984 msgstr ""
12985
12986 # type: verbatim
12987 #. type: verbatim
12988 #: ../src/guestfs-actions.pod:3299
12989 #, no-wrap
12990 msgid ""
12991 " int\n"
12992 " guestfs_is_busy (guestfs_h *g);\n"
12993 "\n"
12994 msgstr ""
12995
12996 # type: textblock
12997 #. type: textblock
12998 #: ../src/guestfs-actions.pod:3302 ../fish/guestfish-actions.pod:2325
12999 msgid ""
13000 "This returns true iff this handle is busy processing a command (in the "
13001 "C<BUSY> state)."
13002 msgstr ""
13003
13004 # type: =head2
13005 #. type: =head2
13006 #: ../src/guestfs-actions.pod:3311
13007 msgid "guestfs_is_chardev"
13008 msgstr ""
13009
13010 # type: verbatim
13011 #. type: verbatim
13012 #: ../src/guestfs-actions.pod:3313
13013 #, no-wrap
13014 msgid ""
13015 " int\n"
13016 " guestfs_is_chardev (guestfs_h *g,\n"
13017 "                     const char *path);\n"
13018 "\n"
13019 msgstr ""
13020
13021 # type: textblock
13022 #. type: textblock
13023 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2334
13024 msgid ""
13025 "This returns C<true> if and only if there is a character device with the "
13026 "given C<path> name."
13027 msgstr ""
13028
13029 # type: =head2
13030 #. type: =head2
13031 #: ../src/guestfs-actions.pod:3326
13032 msgid "guestfs_is_config"
13033 msgstr ""
13034
13035 # type: verbatim
13036 #. type: verbatim
13037 #: ../src/guestfs-actions.pod:3328
13038 #, no-wrap
13039 msgid ""
13040 " int\n"
13041 " guestfs_is_config (guestfs_h *g);\n"
13042 "\n"
13043 msgstr ""
13044
13045 # type: textblock
13046 #. type: textblock
13047 #: ../src/guestfs-actions.pod:3331 ../fish/guestfish-actions.pod:2343
13048 msgid ""
13049 "This returns true iff this handle is being configured (in the C<CONFIG> "
13050 "state)."
13051 msgstr ""
13052
13053 # type: =head2
13054 #. type: =head2
13055 #: ../src/guestfs-actions.pod:3340
13056 msgid "guestfs_is_dir"
13057 msgstr ""
13058
13059 # type: verbatim
13060 #. type: verbatim
13061 #: ../src/guestfs-actions.pod:3342
13062 #, no-wrap
13063 msgid ""
13064 " int\n"
13065 " guestfs_is_dir (guestfs_h *g,\n"
13066 "                 const char *path);\n"
13067 "\n"
13068 msgstr ""
13069
13070 # type: textblock
13071 #. type: textblock
13072 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2352
13073 msgid ""
13074 "This returns C<true> if and only if there is a directory with the given "
13075 "C<path> name.  Note that it returns false for other objects like files."
13076 msgstr ""
13077
13078 # type: =head2
13079 #. type: =head2
13080 #: ../src/guestfs-actions.pod:3356
13081 msgid "guestfs_is_fifo"
13082 msgstr ""
13083
13084 # type: verbatim
13085 #. type: verbatim
13086 #: ../src/guestfs-actions.pod:3358
13087 #, no-wrap
13088 msgid ""
13089 " int\n"
13090 " guestfs_is_fifo (guestfs_h *g,\n"
13091 "                  const char *path);\n"
13092 "\n"
13093 msgstr ""
13094
13095 # type: textblock
13096 #. type: textblock
13097 #: ../src/guestfs-actions.pod:3362 ../fish/guestfish-actions.pod:2362
13098 msgid ""
13099 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
13100 "given C<path> name."
13101 msgstr ""
13102
13103 # type: =head2
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:3371
13106 msgid "guestfs_is_file"
13107 msgstr ""
13108
13109 # type: verbatim
13110 #. type: verbatim
13111 #: ../src/guestfs-actions.pod:3373
13112 #, no-wrap
13113 msgid ""
13114 " int\n"
13115 " guestfs_is_file (guestfs_h *g,\n"
13116 "                  const char *path);\n"
13117 "\n"
13118 msgstr ""
13119
13120 # type: textblock
13121 #. type: textblock
13122 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2371
13123 msgid ""
13124 "This returns C<true> if and only if there is a regular file with the given "
13125 "C<path> name.  Note that it returns false for other objects like directories."
13126 msgstr ""
13127
13128 # type: =head2
13129 #. type: =head2
13130 #: ../src/guestfs-actions.pod:3387
13131 msgid "guestfs_is_launching"
13132 msgstr ""
13133
13134 # type: verbatim
13135 #. type: verbatim
13136 #: ../src/guestfs-actions.pod:3389
13137 #, no-wrap
13138 msgid ""
13139 " int\n"
13140 " guestfs_is_launching (guestfs_h *g);\n"
13141 "\n"
13142 msgstr ""
13143
13144 # type: textblock
13145 #. type: textblock
13146 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2381
13147 msgid ""
13148 "This returns true iff this handle is launching the subprocess (in the "
13149 "C<LAUNCHING> state)."
13150 msgstr ""
13151
13152 # type: =head2
13153 #. type: =head2
13154 #: ../src/guestfs-actions.pod:3401
13155 msgid "guestfs_is_lv"
13156 msgstr ""
13157
13158 # type: verbatim
13159 #. type: verbatim
13160 #: ../src/guestfs-actions.pod:3403
13161 #, no-wrap
13162 msgid ""
13163 " int\n"
13164 " guestfs_is_lv (guestfs_h *g,\n"
13165 "                const char *device);\n"
13166 "\n"
13167 msgstr ""
13168
13169 # type: textblock
13170 #. type: textblock
13171 #: ../src/guestfs-actions.pod:3407 ../fish/guestfish-actions.pod:2390
13172 msgid ""
13173 "This command tests whether C<device> is a logical volume, and returns true "
13174 "iff this is the case."
13175 msgstr ""
13176
13177 # type: =head2
13178 #. type: =head2
13179 #: ../src/guestfs-actions.pod:3414
13180 msgid "guestfs_is_ready"
13181 msgstr ""
13182
13183 # type: verbatim
13184 #. type: verbatim
13185 #: ../src/guestfs-actions.pod:3416
13186 #, no-wrap
13187 msgid ""
13188 " int\n"
13189 " guestfs_is_ready (guestfs_h *g);\n"
13190 "\n"
13191 msgstr ""
13192
13193 # type: textblock
13194 #. type: textblock
13195 #: ../src/guestfs-actions.pod:3419 ../fish/guestfish-actions.pod:2397
13196 msgid ""
13197 "This returns true iff this handle is ready to accept commands (in the "
13198 "C<READY> state)."
13199 msgstr ""
13200
13201 # type: =head2
13202 #. type: =head2
13203 #: ../src/guestfs-actions.pod:3428
13204 msgid "guestfs_is_socket"
13205 msgstr ""
13206
13207 # type: verbatim
13208 #. type: verbatim
13209 #: ../src/guestfs-actions.pod:3430
13210 #, no-wrap
13211 msgid ""
13212 " int\n"
13213 " guestfs_is_socket (guestfs_h *g,\n"
13214 "                    const char *path);\n"
13215 "\n"
13216 msgstr ""
13217
13218 # type: textblock
13219 #. type: textblock
13220 #: ../src/guestfs-actions.pod:3434 ../fish/guestfish-actions.pod:2406
13221 msgid ""
13222 "This returns C<true> if and only if there is a Unix domain socket with the "
13223 "given C<path> name."
13224 msgstr ""
13225
13226 # type: =head2
13227 #. type: =head2
13228 #: ../src/guestfs-actions.pod:3443
13229 msgid "guestfs_is_symlink"
13230 msgstr ""
13231
13232 # type: verbatim
13233 #. type: verbatim
13234 #: ../src/guestfs-actions.pod:3445
13235 #, no-wrap
13236 msgid ""
13237 " int\n"
13238 " guestfs_is_symlink (guestfs_h *g,\n"
13239 "                     const char *path);\n"
13240 "\n"
13241 msgstr ""
13242
13243 # type: textblock
13244 #. type: textblock
13245 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2415
13246 msgid ""
13247 "This returns C<true> if and only if there is a symbolic link with the given "
13248 "C<path> name."
13249 msgstr ""
13250
13251 # type: =head2
13252 #. type: =head2
13253 #: ../src/guestfs-actions.pod:3458
13254 msgid "guestfs_kill_subprocess"
13255 msgstr ""
13256
13257 # type: verbatim
13258 #. type: verbatim
13259 #: ../src/guestfs-actions.pod:3460
13260 #, no-wrap
13261 msgid ""
13262 " int\n"
13263 " guestfs_kill_subprocess (guestfs_h *g);\n"
13264 "\n"
13265 msgstr ""
13266
13267 # type: textblock
13268 #. type: textblock
13269 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2424
13270 msgid "This kills the qemu subprocess.  You should never need to call this."
13271 msgstr ""
13272
13273 # type: =head2
13274 #. type: =head2
13275 #: ../src/guestfs-actions.pod:3469
13276 msgid "guestfs_launch"
13277 msgstr ""
13278
13279 # type: verbatim
13280 #. type: verbatim
13281 #: ../src/guestfs-actions.pod:3471
13282 #, no-wrap
13283 msgid ""
13284 " int\n"
13285 " guestfs_launch (guestfs_h *g);\n"
13286 "\n"
13287 msgstr ""
13288
13289 # type: textblock
13290 #. type: textblock
13291 #: ../src/guestfs-actions.pod:3474 ../fish/guestfish-actions.pod:2432
13292 msgid ""
13293 "Internally libguestfs is implemented by running a virtual machine using "
13294 "L<qemu(1)>."
13295 msgstr ""
13296
13297 # type: textblock
13298 #. type: textblock
13299 #: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2435
13300 msgid ""
13301 "You should call this after configuring the handle (eg. adding drives) but "
13302 "before performing any actions."
13303 msgstr ""
13304
13305 # type: =head2
13306 #. type: =head2
13307 #: ../src/guestfs-actions.pod:3489
13308 msgid "guestfs_lchown"
13309 msgstr ""
13310
13311 # type: verbatim
13312 #. type: verbatim
13313 #: ../src/guestfs-actions.pod:3491
13314 #, no-wrap
13315 msgid ""
13316 " int\n"
13317 " guestfs_lchown (guestfs_h *g,\n"
13318 "                 int owner,\n"
13319 "                 int group,\n"
13320 "                 const char *path);\n"
13321 "\n"
13322 msgstr ""
13323
13324 # type: textblock
13325 #. type: textblock
13326 #: ../src/guestfs-actions.pod:3497
13327 msgid ""
13328 "Change the file owner to C<owner> and group to C<group>.  This is like "
13329 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
13330 "changed, not the target."
13331 msgstr ""
13332
13333 # type: =head2
13334 #. type: =head2
13335 #: ../src/guestfs-actions.pod:3509
13336 msgid "guestfs_lgetxattr"
13337 msgstr ""
13338
13339 # type: verbatim
13340 #. type: verbatim
13341 #: ../src/guestfs-actions.pod:3511
13342 #, no-wrap
13343 msgid ""
13344 " char *\n"
13345 " guestfs_lgetxattr (guestfs_h *g,\n"
13346 "                    const char *path,\n"
13347 "                    const char *name,\n"
13348 "                    size_t *size_r);\n"
13349 "\n"
13350 msgstr ""
13351
13352 # type: textblock
13353 #. type: textblock
13354 #: ../src/guestfs-actions.pod:3517 ../fish/guestfish-actions.pod:2454
13355 msgid ""
13356 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
13357 "is a symlink, then this call returns an extended attribute from the symlink."
13358 msgstr ""
13359
13360 # type: textblock
13361 #. type: textblock
13362 #: ../src/guestfs-actions.pod:3531
13363 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
13364 msgstr ""
13365
13366 # type: =head2
13367 #. type: =head2
13368 #: ../src/guestfs-actions.pod:3539
13369 msgid "guestfs_lgetxattrs"
13370 msgstr ""
13371
13372 # type: verbatim
13373 #. type: verbatim
13374 #: ../src/guestfs-actions.pod:3541
13375 #, no-wrap
13376 msgid ""
13377 " struct guestfs_xattr_list *\n"
13378 " guestfs_lgetxattrs (guestfs_h *g,\n"
13379 "                     const char *path);\n"
13380 "\n"
13381 msgstr ""
13382
13383 # type: textblock
13384 #. type: textblock
13385 #: ../src/guestfs-actions.pod:3545
13386 msgid ""
13387 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
13388 "then it returns the extended attributes of the link itself."
13389 msgstr ""
13390
13391 # type: =head2
13392 #. type: =head2
13393 #: ../src/guestfs-actions.pod:3555
13394 msgid "guestfs_list_devices"
13395 msgstr ""
13396
13397 # type: verbatim
13398 #. type: verbatim
13399 #: ../src/guestfs-actions.pod:3557
13400 #, no-wrap
13401 msgid ""
13402 " char **\n"
13403 " guestfs_list_devices (guestfs_h *g);\n"
13404 "\n"
13405 msgstr ""
13406
13407 # type: textblock
13408 #. type: textblock
13409 #: ../src/guestfs-actions.pod:3560 ../fish/guestfish-actions.pod:2482
13410 msgid "List all the block devices."
13411 msgstr ""
13412
13413 # type: textblock
13414 #. type: textblock
13415 #: ../src/guestfs-actions.pod:3562 ../fish/guestfish-actions.pod:2484
13416 msgid "The full block device names are returned, eg. C</dev/sda>."
13417 msgstr ""
13418
13419 # type: =head2
13420 #. type: =head2
13421 #: ../src/guestfs-actions.pod:3572
13422 msgid "guestfs_list_filesystems"
13423 msgstr ""
13424
13425 # type: verbatim
13426 #. type: verbatim
13427 #: ../src/guestfs-actions.pod:3574
13428 #, no-wrap
13429 msgid ""
13430 " char **\n"
13431 " guestfs_list_filesystems (guestfs_h *g);\n"
13432 "\n"
13433 msgstr ""
13434
13435 # type: textblock
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:3577 ../fish/guestfish-actions.pod:2492
13438 msgid ""
13439 "This inspection command looks for filesystems on partitions, block devices "
13440 "and logical volumes, returning a list of devices containing filesystems and "
13441 "their type."
13442 msgstr ""
13443
13444 # type: textblock
13445 #. type: textblock
13446 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2496
13447 msgid ""
13448 "The return value is a hash, where the keys are the devices containing "
13449 "filesystems, and the values are the filesystem types.  For example:"
13450 msgstr ""
13451
13452 # type: verbatim
13453 #. type: verbatim
13454 #: ../src/guestfs-actions.pod:3585 ../fish/guestfish-actions.pod:2500
13455 #, no-wrap
13456 msgid ""
13457 " \"/dev/sda1\" => \"ntfs\"\n"
13458 " \"/dev/sda2\" => \"ext2\"\n"
13459 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
13460 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
13461 "\n"
13462 msgstr ""
13463
13464 # type: textblock
13465 #. type: textblock
13466 #: ../src/guestfs-actions.pod:3590 ../fish/guestfish-actions.pod:2505
13467 msgid ""
13468 "The value can have the special value \"unknown\", meaning the content of the "
13469 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
13470 msgstr ""
13471
13472 # type: textblock
13473 #. type: textblock
13474 #: ../src/guestfs-actions.pod:3594
13475 msgid ""
13476 "This command runs other libguestfs commands, which might include "
13477 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
13478 "soon after launch and only when nothing is mounted."
13479 msgstr ""
13480
13481 # type: textblock
13482 #. type: textblock
13483 #: ../src/guestfs-actions.pod:3598
13484 msgid ""
13485 "Not all of the filesystems returned will be mountable.  In particular, swap "
13486 "partitions are returned in the list.  Also this command does not check that "
13487 "each filesystem found is valid and mountable, and some filesystems might be "
13488 "mountable but require special options.  Filesystems may not all belong to a "
13489 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
13490 msgstr ""
13491
13492 # type: textblock
13493 #. type: textblock
13494 #: ../src/guestfs-actions.pod:3612 ../src/guestfs-actions.pod:5224
13495 msgid "(Added in 1.5.15)"
13496 msgstr ""
13497
13498 # type: =head2
13499 #. type: =head2
13500 #: ../src/guestfs-actions.pod:3614
13501 msgid "guestfs_list_partitions"
13502 msgstr ""
13503
13504 # type: verbatim
13505 #. type: verbatim
13506 #: ../src/guestfs-actions.pod:3616
13507 #, no-wrap
13508 msgid ""
13509 " char **\n"
13510 " guestfs_list_partitions (guestfs_h *g);\n"
13511 "\n"
13512 msgstr ""
13513
13514 # type: textblock
13515 #. type: textblock
13516 #: ../src/guestfs-actions.pod:3619 ../fish/guestfish-actions.pod:2525
13517 msgid "List all the partitions detected on all block devices."
13518 msgstr ""
13519
13520 # type: textblock
13521 #. type: textblock
13522 #: ../src/guestfs-actions.pod:3621 ../fish/guestfish-actions.pod:2527
13523 msgid "The full partition device names are returned, eg. C</dev/sda1>"
13524 msgstr ""
13525
13526 # type: textblock
13527 #. type: textblock
13528 #: ../src/guestfs-actions.pod:3623
13529 msgid ""
13530 "This does not return logical volumes.  For that you will need to call "
13531 "C<guestfs_lvs>."
13532 msgstr ""
13533
13534 # type: =head2
13535 #. type: =head2
13536 #: ../src/guestfs-actions.pod:3634
13537 msgid "guestfs_ll"
13538 msgstr ""
13539
13540 # type: verbatim
13541 #. type: verbatim
13542 #: ../src/guestfs-actions.pod:3636
13543 #, no-wrap
13544 msgid ""
13545 " char *\n"
13546 " guestfs_ll (guestfs_h *g,\n"
13547 "             const char *directory);\n"
13548 "\n"
13549 msgstr ""
13550
13551 # type: textblock
13552 #. type: textblock
13553 #: ../src/guestfs-actions.pod:3640 ../fish/guestfish-actions.pod:2538
13554 msgid ""
13555 "List the files in C<directory> (relative to the root directory, there is no "
13556 "cwd) in the format of 'ls -la'."
13557 msgstr ""
13558
13559 # type: textblock
13560 #. type: textblock
13561 #: ../src/guestfs-actions.pod:3643 ../fish/guestfish-actions.pod:2541
13562 msgid ""
13563 "This command is mostly useful for interactive sessions.  It is I<not> "
13564 "intended that you try to parse the output string."
13565 msgstr ""
13566
13567 # type: =head2
13568 #. type: =head2
13569 #: ../src/guestfs-actions.pod:3651
13570 msgid "guestfs_ln"
13571 msgstr ""
13572
13573 # type: verbatim
13574 #. type: verbatim
13575 #: ../src/guestfs-actions.pod:3653
13576 #, no-wrap
13577 msgid ""
13578 " int\n"
13579 " guestfs_ln (guestfs_h *g,\n"
13580 "             const char *target,\n"
13581 "             const char *linkname);\n"
13582 "\n"
13583 msgstr ""
13584
13585 # type: textblock
13586 #. type: textblock
13587 #: ../src/guestfs-actions.pod:3658 ../fish/guestfish-actions.pod:2548
13588 msgid "This command creates a hard link using the C<ln> command."
13589 msgstr ""
13590
13591 # type: =head2
13592 #. type: =head2
13593 #: ../src/guestfs-actions.pod:3664
13594 msgid "guestfs_ln_f"
13595 msgstr ""
13596
13597 # type: verbatim
13598 #. type: verbatim
13599 #: ../src/guestfs-actions.pod:3666
13600 #, no-wrap
13601 msgid ""
13602 " int\n"
13603 " guestfs_ln_f (guestfs_h *g,\n"
13604 "               const char *target,\n"
13605 "               const char *linkname);\n"
13606 "\n"
13607 msgstr ""
13608
13609 #. type: textblock
13610 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2554
13611 msgid ""
13612 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
13613 "option removes the link (C<linkname>) if it exists already."
13614 msgstr ""
13615
13616 # type: =head2
13617 #. type: =head2
13618 #: ../src/guestfs-actions.pod:3678
13619 msgid "guestfs_ln_s"
13620 msgstr ""
13621
13622 # type: verbatim
13623 #. type: verbatim
13624 #: ../src/guestfs-actions.pod:3680
13625 #, no-wrap
13626 msgid ""
13627 " int\n"
13628 " guestfs_ln_s (guestfs_h *g,\n"
13629 "               const char *target,\n"
13630 "               const char *linkname);\n"
13631 "\n"
13632 msgstr ""
13633
13634 # type: textblock
13635 #. type: textblock
13636 #: ../src/guestfs-actions.pod:3685 ../fish/guestfish-actions.pod:2561
13637 msgid "This command creates a symbolic link using the C<ln -s> command."
13638 msgstr ""
13639
13640 # type: =head2
13641 #. type: =head2
13642 #: ../src/guestfs-actions.pod:3691
13643 msgid "guestfs_ln_sf"
13644 msgstr ""
13645
13646 # type: verbatim
13647 #. type: verbatim
13648 #: ../src/guestfs-actions.pod:3693
13649 #, no-wrap
13650 msgid ""
13651 " int\n"
13652 " guestfs_ln_sf (guestfs_h *g,\n"
13653 "                const char *target,\n"
13654 "                const char *linkname);\n"
13655 "\n"
13656 msgstr ""
13657
13658 #. type: textblock
13659 #: ../src/guestfs-actions.pod:3698 ../fish/guestfish-actions.pod:2567
13660 msgid ""
13661 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
13662 "option removes the link (C<linkname>) if it exists already."
13663 msgstr ""
13664
13665 # type: =head2
13666 #. type: =head2
13667 #: ../src/guestfs-actions.pod:3705
13668 msgid "guestfs_lremovexattr"
13669 msgstr ""
13670
13671 # type: verbatim
13672 #. type: verbatim
13673 #: ../src/guestfs-actions.pod:3707
13674 #, no-wrap
13675 msgid ""
13676 " int\n"
13677 " guestfs_lremovexattr (guestfs_h *g,\n"
13678 "                       const char *xattr,\n"
13679 "                       const char *path);\n"
13680 "\n"
13681 msgstr ""
13682
13683 # type: textblock
13684 #. type: textblock
13685 #: ../src/guestfs-actions.pod:3712
13686 msgid ""
13687 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
13688 "link, then it removes an extended attribute of the link itself."
13689 msgstr ""
13690
13691 # type: =head2
13692 #. type: =head2
13693 #: ../src/guestfs-actions.pod:3720
13694 msgid "guestfs_ls"
13695 msgstr ""
13696
13697 # type: verbatim
13698 #. type: verbatim
13699 #: ../src/guestfs-actions.pod:3722
13700 #, no-wrap
13701 msgid ""
13702 " char **\n"
13703 " guestfs_ls (guestfs_h *g,\n"
13704 "             const char *directory);\n"
13705 "\n"
13706 msgstr ""
13707
13708 # type: textblock
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2582
13711 msgid ""
13712 "List the files in C<directory> (relative to the root directory, there is no "
13713 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
13714 msgstr ""
13715
13716 # type: textblock
13717 #. type: textblock
13718 #: ../src/guestfs-actions.pod:3730
13719 msgid ""
13720 "This command is mostly useful for interactive sessions.  Programs should "
13721 "probably use C<guestfs_readdir> instead."
13722 msgstr ""
13723
13724 # type: =head2
13725 #. type: =head2
13726 #: ../src/guestfs-actions.pod:3739
13727 msgid "guestfs_lsetxattr"
13728 msgstr ""
13729
13730 # type: verbatim
13731 #. type: verbatim
13732 #: ../src/guestfs-actions.pod:3741
13733 #, no-wrap
13734 msgid ""
13735 " int\n"
13736 " guestfs_lsetxattr (guestfs_h *g,\n"
13737 "                    const char *xattr,\n"
13738 "                    const char *val,\n"
13739 "                    int vallen,\n"
13740 "                    const char *path);\n"
13741 "\n"
13742 msgstr ""
13743
13744 # type: textblock
13745 #. type: textblock
13746 #: ../src/guestfs-actions.pod:3748
13747 msgid ""
13748 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
13749 "then it sets an extended attribute of the link itself."
13750 msgstr ""
13751
13752 # type: =head2
13753 #. type: =head2
13754 #: ../src/guestfs-actions.pod:3756
13755 msgid "guestfs_lstat"
13756 msgstr ""
13757
13758 # type: verbatim
13759 #. type: verbatim
13760 #: ../src/guestfs-actions.pod:3758
13761 #, no-wrap
13762 msgid ""
13763 " struct guestfs_stat *\n"
13764 " guestfs_lstat (guestfs_h *g,\n"
13765 "                const char *path);\n"
13766 "\n"
13767 msgstr ""
13768
13769 # type: textblock
13770 #. type: textblock
13771 #: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:6355
13772 #: ../fish/guestfish-actions.pod:2601 ../fish/guestfish-actions.pod:4305
13773 msgid "Returns file information for the given C<path>."
13774 msgstr ""
13775
13776 # type: textblock
13777 #. type: textblock
13778 #: ../src/guestfs-actions.pod:3764
13779 msgid ""
13780 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
13781 "link, then the link is stat-ed, not the file it refers to."
13782 msgstr ""
13783
13784 # type: textblock
13785 #. type: textblock
13786 #: ../src/guestfs-actions.pod:3768 ../fish/guestfish-actions.pod:2607
13787 msgid "This is the same as the C<lstat(2)> system call."
13788 msgstr ""
13789
13790 # type: textblock
13791 #. type: textblock
13792 #: ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:6359
13793 msgid ""
13794 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
13795 "error.  I<The caller must call C<guestfs_free_stat> after use>."
13796 msgstr ""
13797
13798 # type: textblock
13799 #. type: textblock
13800 #: ../src/guestfs-actions.pod:3774 ../src/guestfs-actions.pod:6363
13801 #: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6762
13802 msgid "(Added in 0.9.2)"
13803 msgstr ""
13804
13805 # type: =head2
13806 #. type: =head2
13807 #: ../src/guestfs-actions.pod:3776
13808 msgid "guestfs_lstatlist"
13809 msgstr ""
13810
13811 # type: verbatim
13812 #. type: verbatim
13813 #: ../src/guestfs-actions.pod:3778
13814 #, no-wrap
13815 msgid ""
13816 " struct guestfs_stat_list *\n"
13817 " guestfs_lstatlist (guestfs_h *g,\n"
13818 "                    const char *path,\n"
13819 "                    char *const *names);\n"
13820 "\n"
13821 msgstr ""
13822
13823 # type: textblock
13824 #. type: textblock
13825 #: ../src/guestfs-actions.pod:3783
13826 msgid ""
13827 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
13828 "files, where all files are in the directory C<path>.  C<names> is the list "
13829 "of files from this directory."
13830 msgstr ""
13831
13832 # type: textblock
13833 #. type: textblock
13834 #: ../src/guestfs-actions.pod:3787 ../fish/guestfish-actions.pod:2617
13835 msgid ""
13836 "On return you get a list of stat structs, with a one-to-one correspondence "
13837 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
13838 "then the C<ino> field of that structure is set to C<-1>."
13839 msgstr ""
13840
13841 # type: textblock
13842 #. type: textblock
13843 #: ../src/guestfs-actions.pod:3792
13844 msgid ""
13845 "This call is intended for programs that want to efficiently list a directory "
13846 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
13847 "for a similarly efficient call for getting extended attributes.  Very long "
13848 "directory listings might cause the protocol message size to be exceeded, "
13849 "causing this call to fail.  The caller must split up such requests into "
13850 "smaller groups of names."
13851 msgstr ""
13852
13853 # type: textblock
13854 #. type: textblock
13855 #: ../src/guestfs-actions.pod:3800
13856 msgid ""
13857 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
13858 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
13859 msgstr ""
13860
13861 # type: =head2
13862 #. type: =head2
13863 #: ../src/guestfs-actions.pod:3806
13864 msgid "guestfs_luks_add_key"
13865 msgstr ""
13866
13867 # type: verbatim
13868 #. type: verbatim
13869 #: ../src/guestfs-actions.pod:3808
13870 #, no-wrap
13871 msgid ""
13872 " int\n"
13873 " guestfs_luks_add_key (guestfs_h *g,\n"
13874 "                       const char *device,\n"
13875 "                       const char *key,\n"
13876 "                       const char *newkey,\n"
13877 "                       int keyslot);\n"
13878 "\n"
13879 msgstr ""
13880
13881 # type: textblock
13882 #. type: textblock
13883 #: ../src/guestfs-actions.pod:3815 ../fish/guestfish-actions.pod:2634
13884 msgid ""
13885 "This command adds a new key on LUKS device C<device>.  C<key> is any "
13886 "existing key, and is used to access the device.  C<newkey> is the new key to "
13887 "add.  C<keyslot> is the key slot that will be replaced."
13888 msgstr ""
13889
13890 # type: textblock
13891 #. type: textblock
13892 #: ../src/guestfs-actions.pod:3820
13893 msgid ""
13894 "Note that if C<keyslot> already contains a key, then this command will "
13895 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
13896 msgstr ""
13897
13898 # type: textblock
13899 #. type: textblock
13900 #: ../src/guestfs-actions.pod:3826 ../src/guestfs-actions.pod:3866
13901 #: ../src/guestfs-actions.pod:3889 ../src/guestfs-actions.pod:3909
13902 #: ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:3960
13903 msgid ""
13904 "This function takes a key or passphrase parameter which could contain "
13905 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
13906 "information."
13907 msgstr ""
13908
13909 # type: textblock
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:3870
13912 #: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3913
13913 msgid "(Added in 1.5.2)"
13914 msgstr ""
13915
13916 # type: =head2
13917 #. type: =head2
13918 #: ../src/guestfs-actions.pod:3832
13919 msgid "guestfs_luks_close"
13920 msgstr ""
13921
13922 # type: verbatim
13923 #. type: verbatim
13924 #: ../src/guestfs-actions.pod:3834
13925 #, no-wrap
13926 msgid ""
13927 " int\n"
13928 " guestfs_luks_close (guestfs_h *g,\n"
13929 "                     const char *device);\n"
13930 "\n"
13931 msgstr ""
13932
13933 # type: textblock
13934 #. type: textblock
13935 #: ../src/guestfs-actions.pod:3838
13936 msgid ""
13937 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
13938 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
13939 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
13940 "underlying block device."
13941 msgstr ""
13942
13943 # type: textblock
13944 #. type: textblock
13945 #: ../src/guestfs-actions.pod:3846 ../src/guestfs-actions.pod:3945
13946 #: ../src/guestfs-actions.pod:3964 ../src/guestfs-actions.pod:4014
13947 #: ../src/guestfs-actions.pod:4062
13948 msgid "(Added in 1.5.1)"
13949 msgstr ""
13950
13951 # type: =head2
13952 #. type: =head2
13953 #: ../src/guestfs-actions.pod:3848
13954 msgid "guestfs_luks_format"
13955 msgstr ""
13956
13957 # type: verbatim
13958 #. type: verbatim
13959 #: ../src/guestfs-actions.pod:3850
13960 #, no-wrap
13961 msgid ""
13962 " int\n"
13963 " guestfs_luks_format (guestfs_h *g,\n"
13964 "                      const char *device,\n"
13965 "                      const char *key,\n"
13966 "                      int keyslot);\n"
13967 "\n"
13968 msgstr ""
13969
13970 # type: textblock
13971 #. type: textblock
13972 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2660
13973 msgid ""
13974 "This command erases existing data on C<device> and formats the device as a "
13975 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
13976 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
13977 msgstr ""
13978
13979 # type: textblock
13980 #. type: textblock
13981 #: ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3886
13982 #: ../src/guestfs-actions.pod:4026 ../src/guestfs-actions.pod:4975
13983 #: ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:6162
13984 #: ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6225
13985 #: ../src/guestfs-actions.pod:7406 ../fish/guestfish-actions.pod:2668
13986 #: ../fish/guestfish-actions.pod:2681 ../fish/guestfish-actions.pod:2765
13987 #: ../fish/guestfish-actions.pod:3346 ../fish/guestfish-actions.pod:3866
13988 #: ../fish/guestfish-actions.pod:4176 ../fish/guestfish-actions.pod:4199
13989 #: ../fish/guestfish-actions.pod:4221 ../fish/guestfish-actions.pod:4950
13990 msgid ""
13991 "B<This command is dangerous.  Without careful use you can easily destroy all "
13992 "your data>."
13993 msgstr ""
13994
13995 # type: =head2
13996 #. type: =head2
13997 #: ../src/guestfs-actions.pod:3872
13998 msgid "guestfs_luks_format_cipher"
13999 msgstr ""
14000
14001 # type: verbatim
14002 #. type: verbatim
14003 #: ../src/guestfs-actions.pod:3874
14004 #, no-wrap
14005 msgid ""
14006 " int\n"
14007 " guestfs_luks_format_cipher (guestfs_h *g,\n"
14008 "                             const char *device,\n"
14009 "                             const char *key,\n"
14010 "                             int keyslot,\n"
14011 "                             const char *cipher);\n"
14012 "\n"
14013 msgstr ""
14014
14015 # type: textblock
14016 #. type: textblock
14017 #: ../src/guestfs-actions.pod:3881
14018 msgid ""
14019 "This command is the same as C<guestfs_luks_format> but it also allows you to "
14020 "set the C<cipher> used."
14021 msgstr ""
14022
14023 # type: =head2
14024 #. type: =head2
14025 #: ../src/guestfs-actions.pod:3895
14026 msgid "guestfs_luks_kill_slot"
14027 msgstr ""
14028
14029 # type: verbatim
14030 #. type: verbatim
14031 #: ../src/guestfs-actions.pod:3897
14032 #, no-wrap
14033 msgid ""
14034 " int\n"
14035 " guestfs_luks_kill_slot (guestfs_h *g,\n"
14036 "                         const char *device,\n"
14037 "                         const char *key,\n"
14038 "                         int keyslot);\n"
14039 "\n"
14040 msgstr ""
14041
14042 # type: textblock
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:3903 ../fish/guestfish-actions.pod:2688
14045 msgid ""
14046 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
14047 "device C<device>.  C<key> must be one of the I<other> keys."
14048 msgstr ""
14049
14050 # type: =head2
14051 #. type: =head2
14052 #: ../src/guestfs-actions.pod:3915
14053 msgid "guestfs_luks_open"
14054 msgstr ""
14055
14056 # type: verbatim
14057 #. type: verbatim
14058 #: ../src/guestfs-actions.pod:3917
14059 #, no-wrap
14060 msgid ""
14061 " int\n"
14062 " guestfs_luks_open (guestfs_h *g,\n"
14063 "                    const char *device,\n"
14064 "                    const char *key,\n"
14065 "                    const char *mapname);\n"
14066 "\n"
14067 msgstr ""
14068
14069 # type: textblock
14070 #. type: textblock
14071 #: ../src/guestfs-actions.pod:3923 ../fish/guestfish-actions.pod:2699
14072 msgid ""
14073 "This command opens a block device which has been encrypted according to the "
14074 "Linux Unified Key Setup (LUKS) standard."
14075 msgstr ""
14076
14077 # type: textblock
14078 #. type: textblock
14079 #: ../src/guestfs-actions.pod:3926 ../fish/guestfish-actions.pod:2702
14080 msgid "C<device> is the encrypted block device or partition."
14081 msgstr ""
14082
14083 # type: textblock
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:3928 ../fish/guestfish-actions.pod:2704
14086 msgid ""
14087 "The caller must supply one of the keys associated with the LUKS block "
14088 "device, in the C<key> parameter."
14089 msgstr ""
14090
14091 # type: textblock
14092 #. type: textblock
14093 #: ../src/guestfs-actions.pod:3931 ../fish/guestfish-actions.pod:2707
14094 msgid ""
14095 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
14096 "writes to this block device are decrypted from and encrypted to the "
14097 "underlying C<device> respectively."
14098 msgstr ""
14099
14100 # type: textblock
14101 #. type: textblock
14102 #: ../src/guestfs-actions.pod:3935
14103 msgid ""
14104 "If this block device contains LVM volume groups, then calling "
14105 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
14106 "visible."
14107 msgstr ""
14108
14109 # type: =head2
14110 #. type: =head2
14111 #: ../src/guestfs-actions.pod:3947
14112 msgid "guestfs_luks_open_ro"
14113 msgstr ""
14114
14115 # type: verbatim
14116 #. type: verbatim
14117 #: ../src/guestfs-actions.pod:3949
14118 #, no-wrap
14119 msgid ""
14120 " int\n"
14121 " guestfs_luks_open_ro (guestfs_h *g,\n"
14122 "                       const char *device,\n"
14123 "                       const char *key,\n"
14124 "                       const char *mapname);\n"
14125 "\n"
14126 msgstr ""
14127
14128 # type: textblock
14129 #. type: textblock
14130 #: ../src/guestfs-actions.pod:3955
14131 msgid ""
14132 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
14133 "created."
14134 msgstr ""
14135
14136 # type: =head2
14137 #. type: =head2
14138 #: ../src/guestfs-actions.pod:3966
14139 msgid "guestfs_lvcreate"
14140 msgstr ""
14141
14142 # type: verbatim
14143 #. type: verbatim
14144 #: ../src/guestfs-actions.pod:3968
14145 #, no-wrap
14146 msgid ""
14147 " int\n"
14148 " guestfs_lvcreate (guestfs_h *g,\n"
14149 "                   const char *logvol,\n"
14150 "                   const char *volgroup,\n"
14151 "                   int mbytes);\n"
14152 "\n"
14153 msgstr ""
14154
14155 # type: textblock
14156 #. type: textblock
14157 #: ../src/guestfs-actions.pod:3974 ../fish/guestfish-actions.pod:2732
14158 msgid ""
14159 "This creates an LVM logical volume called C<logvol> on the volume group "
14160 "C<volgroup>, with C<size> megabytes."
14161 msgstr ""
14162
14163 # type: =head2
14164 #. type: =head2
14165 #: ../src/guestfs-actions.pod:3981
14166 msgid "guestfs_lvm_canonical_lv_name"
14167 msgstr ""
14168
14169 # type: verbatim
14170 #. type: verbatim
14171 #: ../src/guestfs-actions.pod:3983
14172 #, no-wrap
14173 msgid ""
14174 " char *\n"
14175 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
14176 "                                const char *lvname);\n"
14177 "\n"
14178 msgstr ""
14179
14180 # type: textblock
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:3987 ../fish/guestfish-actions.pod:2739
14183 msgid ""
14184 "This converts alternative naming schemes for LVs that you might find to the "
14185 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
14186 "LV>."
14187 msgstr ""
14188
14189 # type: textblock
14190 #. type: textblock
14191 #: ../src/guestfs-actions.pod:3991 ../fish/guestfish-actions.pod:2743
14192 msgid ""
14193 "This command returns an error if the C<lvname> parameter does not refer to a "
14194 "logical volume."
14195 msgstr ""
14196
14197 # type: textblock
14198 #. type: textblock
14199 #: ../src/guestfs-actions.pod:3994
14200 msgid "See also C<guestfs_is_lv>."
14201 msgstr ""
14202
14203 # type: textblock
14204 #. type: textblock
14205 #: ../src/guestfs-actions.pod:3999
14206 msgid "(Added in 1.5.24)"
14207 msgstr ""
14208
14209 # type: =head2
14210 #. type: =head2
14211 #: ../src/guestfs-actions.pod:4001
14212 msgid "guestfs_lvm_clear_filter"
14213 msgstr ""
14214
14215 # type: verbatim
14216 #. type: verbatim
14217 #: ../src/guestfs-actions.pod:4003
14218 #, no-wrap
14219 msgid ""
14220 " int\n"
14221 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
14222 "\n"
14223 msgstr ""
14224
14225 # type: textblock
14226 #. type: textblock
14227 #: ../src/guestfs-actions.pod:4006
14228 msgid ""
14229 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
14230 "see every block device."
14231 msgstr ""
14232
14233 # type: textblock
14234 #. type: textblock
14235 #: ../src/guestfs-actions.pod:4009 ../src/guestfs-actions.pod:4051
14236 #: ../fish/guestfish-actions.pod:2755 ../fish/guestfish-actions.pod:2786
14237 msgid ""
14238 "This command also clears the LVM cache and performs a volume group scan."
14239 msgstr ""
14240
14241 # type: =head2
14242 #. type: =head2
14243 #: ../src/guestfs-actions.pod:4016
14244 msgid "guestfs_lvm_remove_all"
14245 msgstr ""
14246
14247 # type: verbatim
14248 #. type: verbatim
14249 #: ../src/guestfs-actions.pod:4018
14250 #, no-wrap
14251 msgid ""
14252 " int\n"
14253 " guestfs_lvm_remove_all (guestfs_h *g);\n"
14254 "\n"
14255 msgstr ""
14256
14257 # type: textblock
14258 #. type: textblock
14259 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2762
14260 msgid ""
14261 "This command removes all LVM logical volumes, volume groups and physical "
14262 "volumes."
14263 msgstr ""
14264
14265 # type: =head2
14266 #. type: =head2
14267 #: ../src/guestfs-actions.pod:4031
14268 msgid "guestfs_lvm_set_filter"
14269 msgstr ""
14270
14271 # type: verbatim
14272 #. type: verbatim
14273 #: ../src/guestfs-actions.pod:4033
14274 #, no-wrap
14275 msgid ""
14276 " int\n"
14277 " guestfs_lvm_set_filter (guestfs_h *g,\n"
14278 "                         char *const *devices);\n"
14279 "\n"
14280 msgstr ""
14281
14282 # type: textblock
14283 #. type: textblock
14284 #: ../src/guestfs-actions.pod:4037 ../fish/guestfish-actions.pod:2772
14285 msgid ""
14286 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
14287 "block devices in the list C<devices>, and will ignore all other attached "
14288 "block devices."
14289 msgstr ""
14290
14291 # type: textblock
14292 #. type: textblock
14293 #: ../src/guestfs-actions.pod:4041 ../fish/guestfish-actions.pod:2776
14294 msgid ""
14295 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
14296 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
14297 "there are two types of duplication possible: either cloned PVs/VGs which "
14298 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
14299 "same name.  In normal operation you cannot create this situation, but you "
14300 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
14301 "inside the LVM metadata."
14302 msgstr ""
14303
14304 # type: textblock
14305 #. type: textblock
14306 #: ../src/guestfs-actions.pod:4054 ../fish/guestfish-actions.pod:2789
14307 msgid "You can filter whole block devices or individual partitions."
14308 msgstr ""
14309
14310 # type: textblock
14311 #. type: textblock
14312 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2791
14313 msgid ""
14314 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
14315 "filesystem), even if you are not filtering out that VG."
14316 msgstr ""
14317
14318 # type: =head2
14319 #. type: =head2
14320 #: ../src/guestfs-actions.pod:4064
14321 msgid "guestfs_lvremove"
14322 msgstr ""
14323
14324 # type: verbatim
14325 #. type: verbatim
14326 #: ../src/guestfs-actions.pod:4066
14327 #, no-wrap
14328 msgid ""
14329 " int\n"
14330 " guestfs_lvremove (guestfs_h *g,\n"
14331 "                   const char *device);\n"
14332 "\n"
14333 msgstr ""
14334
14335 # type: textblock
14336 #. type: textblock
14337 #: ../src/guestfs-actions.pod:4070 ../fish/guestfish-actions.pod:2799
14338 msgid ""
14339 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
14340 "LV, such as C</dev/VG/LV>."
14341 msgstr ""
14342
14343 # type: textblock
14344 #. type: textblock
14345 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2802
14346 msgid ""
14347 "You can also remove all LVs in a volume group by specifying the VG name, C</"
14348 "dev/VG>."
14349 msgstr ""
14350
14351 # type: textblock
14352 #. type: textblock
14353 #: ../src/guestfs-actions.pod:4078 ../src/guestfs-actions.pod:5321
14354 #: ../src/guestfs-actions.pod:7138
14355 msgid "(Added in 1.0.13)"
14356 msgstr ""
14357
14358 # type: =head2
14359 #. type: =head2
14360 #: ../src/guestfs-actions.pod:4080
14361 msgid "guestfs_lvrename"
14362 msgstr ""
14363
14364 # type: verbatim
14365 #. type: verbatim
14366 #: ../src/guestfs-actions.pod:4082
14367 #, no-wrap
14368 msgid ""
14369 " int\n"
14370 " guestfs_lvrename (guestfs_h *g,\n"
14371 "                   const char *logvol,\n"
14372 "                   const char *newlogvol);\n"
14373 "\n"
14374 msgstr ""
14375
14376 # type: textblock
14377 #. type: textblock
14378 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2809
14379 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
14380 msgstr ""
14381
14382 # type: textblock
14383 #. type: textblock
14384 #: ../src/guestfs-actions.pod:4091 ../src/guestfs-actions.pod:7151
14385 msgid "(Added in 1.0.83)"
14386 msgstr ""
14387
14388 # type: =head2
14389 #. type: =head2
14390 #: ../src/guestfs-actions.pod:4093
14391 msgid "guestfs_lvresize"
14392 msgstr ""
14393
14394 # type: verbatim
14395 #. type: verbatim
14396 #: ../src/guestfs-actions.pod:4095
14397 #, no-wrap
14398 msgid ""
14399 " int\n"
14400 " guestfs_lvresize (guestfs_h *g,\n"
14401 "                   const char *device,\n"
14402 "                   int mbytes);\n"
14403 "\n"
14404 msgstr ""
14405
14406 # type: textblock
14407 #. type: textblock
14408 #: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2815
14409 msgid ""
14410 "This resizes (expands or shrinks) an existing LVM logical volume to "
14411 "C<mbytes>.  When reducing, data in the reduced part is lost."
14412 msgstr ""
14413
14414 # type: =head2
14415 #. type: =head2
14416 #: ../src/guestfs-actions.pod:4108
14417 msgid "guestfs_lvresize_free"
14418 msgstr ""
14419
14420 # type: verbatim
14421 #. type: verbatim
14422 #: ../src/guestfs-actions.pod:4110
14423 #, no-wrap
14424 msgid ""
14425 " int\n"
14426 " guestfs_lvresize_free (guestfs_h *g,\n"
14427 "                        const char *lv,\n"
14428 "                        int percent);\n"
14429 "\n"
14430 msgstr ""
14431
14432 # type: textblock
14433 #. type: textblock
14434 #: ../src/guestfs-actions.pod:4115 ../fish/guestfish-actions.pod:2823
14435 msgid ""
14436 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
14437 "remaining free space in the volume group.  Commonly you would call this with "
14438 "pc = 100 which expands the logical volume as much as possible, using all "
14439 "remaining free space in the volume group."
14440 msgstr ""
14441
14442 # type: textblock
14443 #. type: textblock
14444 #: ../src/guestfs-actions.pod:4123
14445 msgid "(Added in 1.3.3)"
14446 msgstr ""
14447
14448 # type: =head2
14449 #. type: =head2
14450 #: ../src/guestfs-actions.pod:4125
14451 msgid "guestfs_lvs"
14452 msgstr ""
14453
14454 # type: verbatim
14455 #. type: verbatim
14456 #: ../src/guestfs-actions.pod:4127
14457 #, no-wrap
14458 msgid ""
14459 " char **\n"
14460 " guestfs_lvs (guestfs_h *g);\n"
14461 "\n"
14462 msgstr ""
14463
14464 # type: textblock
14465 #. type: textblock
14466 #: ../src/guestfs-actions.pod:4130 ../fish/guestfish-actions.pod:2833
14467 msgid ""
14468 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14469 "(8)> command."
14470 msgstr ""
14471
14472 # type: textblock
14473 #. type: textblock
14474 #: ../src/guestfs-actions.pod:4133 ../fish/guestfish-actions.pod:2836
14475 msgid ""
14476 "This returns a list of the logical volume device names (eg. C</dev/"
14477 "VolGroup00/LogVol00>)."
14478 msgstr ""
14479
14480 # type: textblock
14481 #. type: textblock
14482 #: ../src/guestfs-actions.pod:4136
14483 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
14484 msgstr ""
14485
14486 # type: =head2
14487 #. type: =head2
14488 #: ../src/guestfs-actions.pod:4144
14489 msgid "guestfs_lvs_full"
14490 msgstr ""
14491
14492 # type: verbatim
14493 #. type: verbatim
14494 #: ../src/guestfs-actions.pod:4146
14495 #, no-wrap
14496 msgid ""
14497 " struct guestfs_lvm_lv_list *\n"
14498 " guestfs_lvs_full (guestfs_h *g);\n"
14499 "\n"
14500 msgstr ""
14501
14502 # type: textblock
14503 #. type: textblock
14504 #: ../src/guestfs-actions.pod:4149 ../fish/guestfish-actions.pod:2845
14505 msgid ""
14506 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14507 "(8)> command.  The \"full\" version includes all fields."
14508 msgstr ""
14509
14510 # type: textblock
14511 #. type: textblock
14512 #: ../src/guestfs-actions.pod:4152
14513 msgid ""
14514 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
14515 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
14516 msgstr ""
14517
14518 # type: =head2
14519 #. type: =head2
14520 #: ../src/guestfs-actions.pod:4158
14521 msgid "guestfs_lvuuid"
14522 msgstr ""
14523
14524 # type: verbatim
14525 #. type: verbatim
14526 #: ../src/guestfs-actions.pod:4160
14527 #, no-wrap
14528 msgid ""
14529 " char *\n"
14530 " guestfs_lvuuid (guestfs_h *g,\n"
14531 "                 const char *device);\n"
14532 "\n"
14533 msgstr ""
14534
14535 # type: textblock
14536 #. type: textblock
14537 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2852
14538 msgid "This command returns the UUID of the LVM LV C<device>."
14539 msgstr ""
14540
14541 # type: =head2
14542 #. type: =head2
14543 #: ../src/guestfs-actions.pod:4171
14544 msgid "guestfs_lxattrlist"
14545 msgstr ""
14546
14547 # type: verbatim
14548 #. type: verbatim
14549 #: ../src/guestfs-actions.pod:4173
14550 #, no-wrap
14551 msgid ""
14552 " struct guestfs_xattr_list *\n"
14553 " guestfs_lxattrlist (guestfs_h *g,\n"
14554 "                     const char *path,\n"
14555 "                     char *const *names);\n"
14556 "\n"
14557 msgstr ""
14558
14559 # type: textblock
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:4178 ../fish/guestfish-actions.pod:2858
14562 msgid ""
14563 "This call allows you to get the extended attributes of multiple files, where "
14564 "all files are in the directory C<path>.  C<names> is the list of files from "
14565 "this directory."
14566 msgstr ""
14567
14568 # type: textblock
14569 #. type: textblock
14570 #: ../src/guestfs-actions.pod:4182 ../fish/guestfish-actions.pod:2862
14571 msgid ""
14572 "On return you get a flat list of xattr structs which must be interpreted "
14573 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
14574 "C<attrval> in this struct is zero-length to indicate there was an error "
14575 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
14576 "number (the number of following attributes for this file, which could be C<"
14577 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
14578 "for the first named file.  This repeats for the second and subsequent files."
14579 msgstr ""
14580
14581 # type: textblock
14582 #. type: textblock
14583 #: ../src/guestfs-actions.pod:4192
14584 msgid ""
14585 "This call is intended for programs that want to efficiently list a directory "
14586 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
14587 "a similarly efficient call for getting standard stats.  Very long directory "
14588 "listings might cause the protocol message size to be exceeded, causing this "
14589 "call to fail.  The caller must split up such requests into smaller groups of "
14590 "names."
14591 msgstr ""
14592
14593 # type: =head2
14594 #. type: =head2
14595 #: ../src/guestfs-actions.pod:4206
14596 msgid "guestfs_mkdir"
14597 msgstr ""
14598
14599 # type: verbatim
14600 #. type: verbatim
14601 #: ../src/guestfs-actions.pod:4208
14602 #, no-wrap
14603 msgid ""
14604 " int\n"
14605 " guestfs_mkdir (guestfs_h *g,\n"
14606 "                const char *path);\n"
14607 "\n"
14608 msgstr ""
14609
14610 # type: textblock
14611 #. type: textblock
14612 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2884
14613 msgid "Create a directory named C<path>."
14614 msgstr ""
14615
14616 # type: =head2
14617 #. type: =head2
14618 #: ../src/guestfs-actions.pod:4218
14619 msgid "guestfs_mkdir_mode"
14620 msgstr ""
14621
14622 # type: verbatim
14623 #. type: verbatim
14624 #: ../src/guestfs-actions.pod:4220
14625 #, no-wrap
14626 msgid ""
14627 " int\n"
14628 " guestfs_mkdir_mode (guestfs_h *g,\n"
14629 "                     const char *path,\n"
14630 "                     int mode);\n"
14631 "\n"
14632 msgstr ""
14633
14634 # type: textblock
14635 #. type: textblock
14636 #: ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2890
14637 msgid ""
14638 "This command creates a directory, setting the initial permissions of the "
14639 "directory to C<mode>."
14640 msgstr ""
14641
14642 # type: textblock
14643 #. type: textblock
14644 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2893
14645 msgid ""
14646 "For common Linux filesystems, the actual mode which is set will be C<mode & "
14647 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
14648 "other ways."
14649 msgstr ""
14650
14651 # type: textblock
14652 #. type: textblock
14653 #: ../src/guestfs-actions.pod:4232
14654 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
14655 msgstr ""
14656
14657 # type: =head2
14658 #. type: =head2
14659 #: ../src/guestfs-actions.pod:4238
14660 msgid "guestfs_mkdir_p"
14661 msgstr ""
14662
14663 # type: verbatim
14664 #. type: verbatim
14665 #: ../src/guestfs-actions.pod:4240
14666 #, no-wrap
14667 msgid ""
14668 " int\n"
14669 " guestfs_mkdir_p (guestfs_h *g,\n"
14670 "                  const char *path);\n"
14671 "\n"
14672 msgstr ""
14673
14674 # type: textblock
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:4244 ../fish/guestfish-actions.pod:2903
14677 msgid ""
14678 "Create a directory named C<path>, creating any parent directories as "
14679 "necessary.  This is like the C<mkdir -p> shell command."
14680 msgstr ""
14681
14682 # type: =head2
14683 #. type: =head2
14684 #: ../src/guestfs-actions.pod:4251
14685 msgid "guestfs_mkdtemp"
14686 msgstr ""
14687
14688 # type: verbatim
14689 #. type: verbatim
14690 #: ../src/guestfs-actions.pod:4253
14691 #, no-wrap
14692 msgid ""
14693 " char *\n"
14694 " guestfs_mkdtemp (guestfs_h *g,\n"
14695 "                  const char *template);\n"
14696 "\n"
14697 msgstr ""
14698
14699 # type: textblock
14700 #. type: textblock
14701 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2910
14702 msgid ""
14703 "This command creates a temporary directory.  The C<template> parameter "
14704 "should be a full pathname for the temporary directory name with the final "
14705 "six characters being \"XXXXXX\"."
14706 msgstr ""
14707
14708 # type: textblock
14709 #. type: textblock
14710 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2915
14711 msgid ""
14712 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
14713 "being suitable for Windows filesystems."
14714 msgstr ""
14715
14716 # type: textblock
14717 #. type: textblock
14718 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2918
14719 msgid "The name of the temporary directory that was created is returned."
14720 msgstr ""
14721
14722 # type: textblock
14723 #. type: textblock
14724 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2921
14725 msgid "The temporary directory is created with mode 0700 and is owned by root."
14726 msgstr ""
14727
14728 # type: textblock
14729 #. type: textblock
14730 #: ../src/guestfs-actions.pod:4271 ../fish/guestfish-actions.pod:2924
14731 msgid ""
14732 "The caller is responsible for deleting the temporary directory and its "
14733 "contents after use."
14734 msgstr ""
14735
14736 # type: textblock
14737 #. type: textblock
14738 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2927
14739 msgid "See also: L<mkdtemp(3)>"
14740 msgstr ""
14741
14742 # type: =head2
14743 #. type: =head2
14744 #: ../src/guestfs-actions.pod:4281
14745 msgid "guestfs_mke2fs_J"
14746 msgstr ""
14747
14748 # type: verbatim
14749 #. type: verbatim
14750 #: ../src/guestfs-actions.pod:4283
14751 #, no-wrap
14752 msgid ""
14753 " int\n"
14754 " guestfs_mke2fs_J (guestfs_h *g,\n"
14755 "                   const char *fstype,\n"
14756 "                   int blocksize,\n"
14757 "                   const char *device,\n"
14758 "                   const char *journal);\n"
14759 "\n"
14760 msgstr ""
14761
14762 # type: textblock
14763 #. type: textblock
14764 #: ../src/guestfs-actions.pod:4290 ../fish/guestfish-actions.pod:2933
14765 msgid ""
14766 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14767 "C<journal>.  It is equivalent to the command:"
14768 msgstr ""
14769
14770 # type: verbatim
14771 #. type: verbatim
14772 #: ../src/guestfs-actions.pod:4294 ../fish/guestfish-actions.pod:2937
14773 #, no-wrap
14774 msgid ""
14775 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
14776 "\n"
14777 msgstr ""
14778
14779 # type: textblock
14780 #. type: textblock
14781 #: ../src/guestfs-actions.pod:4296
14782 msgid "See also C<guestfs_mke2journal>."
14783 msgstr ""
14784
14785 # type: textblock
14786 #. type: textblock
14787 #: ../src/guestfs-actions.pod:4300 ../src/guestfs-actions.pod:4318
14788 #: ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4352
14789 #: ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:4380
14790 #: ../src/guestfs-actions.pod:4439 ../src/guestfs-actions.pod:4704
14791 msgid "(Added in 1.0.68)"
14792 msgstr ""
14793
14794 # type: =head2
14795 #. type: =head2
14796 #: ../src/guestfs-actions.pod:4302
14797 msgid "guestfs_mke2fs_JL"
14798 msgstr ""
14799
14800 # type: verbatim
14801 #. type: verbatim
14802 #: ../src/guestfs-actions.pod:4304
14803 #, no-wrap
14804 msgid ""
14805 " int\n"
14806 " guestfs_mke2fs_JL (guestfs_h *g,\n"
14807 "                    const char *fstype,\n"
14808 "                    int blocksize,\n"
14809 "                    const char *device,\n"
14810 "                    const char *label);\n"
14811 "\n"
14812 msgstr ""
14813
14814 # type: textblock
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:4311 ../fish/guestfish-actions.pod:2945
14817 msgid ""
14818 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14819 "the journal labeled C<label>."
14820 msgstr ""
14821
14822 # type: textblock
14823 #. type: textblock
14824 #: ../src/guestfs-actions.pod:4314
14825 msgid "See also C<guestfs_mke2journal_L>."
14826 msgstr ""
14827
14828 # type: =head2
14829 #. type: =head2
14830 #: ../src/guestfs-actions.pod:4320
14831 msgid "guestfs_mke2fs_JU"
14832 msgstr ""
14833
14834 # type: verbatim
14835 #. type: verbatim
14836 #: ../src/guestfs-actions.pod:4322
14837 #, no-wrap
14838 msgid ""
14839 " int\n"
14840 " guestfs_mke2fs_JU (guestfs_h *g,\n"
14841 "                    const char *fstype,\n"
14842 "                    int blocksize,\n"
14843 "                    const char *device,\n"
14844 "                    const char *uuid);\n"
14845 "\n"
14846 msgstr ""
14847
14848 # type: textblock
14849 #. type: textblock
14850 #: ../src/guestfs-actions.pod:4329 ../fish/guestfish-actions.pod:2954
14851 msgid ""
14852 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14853 "the journal with UUID C<uuid>."
14854 msgstr ""
14855
14856 # type: textblock
14857 #. type: textblock
14858 #: ../src/guestfs-actions.pod:4332
14859 msgid "See also C<guestfs_mke2journal_U>."
14860 msgstr ""
14861
14862 # type: =head2
14863 #. type: =head2
14864 #: ../src/guestfs-actions.pod:4338
14865 msgid "guestfs_mke2journal"
14866 msgstr ""
14867
14868 # type: verbatim
14869 #. type: verbatim
14870 #: ../src/guestfs-actions.pod:4340
14871 #, no-wrap
14872 msgid ""
14873 " int\n"
14874 " guestfs_mke2journal (guestfs_h *g,\n"
14875 "                      int blocksize,\n"
14876 "                      const char *device);\n"
14877 "\n"
14878 msgstr ""
14879
14880 # type: textblock
14881 #. type: textblock
14882 #: ../src/guestfs-actions.pod:4345 ../fish/guestfish-actions.pod:2963
14883 msgid ""
14884 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
14885 "command:"
14886 msgstr ""
14887
14888 # type: verbatim
14889 #. type: verbatim
14890 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2966
14891 #, no-wrap
14892 msgid ""
14893 " mke2fs -O journal_dev -b blocksize device\n"
14894 "\n"
14895 msgstr ""
14896
14897 # type: =head2
14898 #. type: =head2
14899 #: ../src/guestfs-actions.pod:4354
14900 msgid "guestfs_mke2journal_L"
14901 msgstr ""
14902
14903 # type: verbatim
14904 #. type: verbatim
14905 #: ../src/guestfs-actions.pod:4356
14906 #, no-wrap
14907 msgid ""
14908 " int\n"
14909 " guestfs_mke2journal_L (guestfs_h *g,\n"
14910 "                        int blocksize,\n"
14911 "                        const char *label,\n"
14912 "                        const char *device);\n"
14913 "\n"
14914 msgstr ""
14915
14916 # type: textblock
14917 #. type: textblock
14918 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2972
14919 msgid "This creates an ext2 external journal on C<device> with label C<label>."
14920 msgstr ""
14921
14922 # type: =head2
14923 #. type: =head2
14924 #: ../src/guestfs-actions.pod:4368
14925 msgid "guestfs_mke2journal_U"
14926 msgstr ""
14927
14928 # type: verbatim
14929 #. type: verbatim
14930 #: ../src/guestfs-actions.pod:4370
14931 #, no-wrap
14932 msgid ""
14933 " int\n"
14934 " guestfs_mke2journal_U (guestfs_h *g,\n"
14935 "                        int blocksize,\n"
14936 "                        const char *uuid,\n"
14937 "                        const char *device);\n"
14938 "\n"
14939 msgstr ""
14940
14941 # type: textblock
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:4376 ../fish/guestfish-actions.pod:2978
14944 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
14945 msgstr ""
14946
14947 # type: =head2
14948 #. type: =head2
14949 #: ../src/guestfs-actions.pod:4382
14950 msgid "guestfs_mkfifo"
14951 msgstr ""
14952
14953 # type: verbatim
14954 #. type: verbatim
14955 #: ../src/guestfs-actions.pod:4384
14956 #, no-wrap
14957 msgid ""
14958 " int\n"
14959 " guestfs_mkfifo (guestfs_h *g,\n"
14960 "                 int mode,\n"
14961 "                 const char *path);\n"
14962 "\n"
14963 msgstr ""
14964
14965 # type: textblock
14966 #. type: textblock
14967 #: ../src/guestfs-actions.pod:4389
14968 msgid ""
14969 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
14970 "is just a convenient wrapper around C<guestfs_mknod>."
14971 msgstr ""
14972
14973 # type: =head2
14974 #. type: =head2
14975 #: ../src/guestfs-actions.pod:4399
14976 msgid "guestfs_mkfs"
14977 msgstr ""
14978
14979 # type: verbatim
14980 #. type: verbatim
14981 #: ../src/guestfs-actions.pod:4401
14982 #, no-wrap
14983 msgid ""
14984 " int\n"
14985 " guestfs_mkfs (guestfs_h *g,\n"
14986 "               const char *fstype,\n"
14987 "               const char *device);\n"
14988 "\n"
14989 msgstr ""
14990
14991 # type: textblock
14992 #. type: textblock
14993 #: ../src/guestfs-actions.pod:4406 ../fish/guestfish-actions.pod:2994
14994 msgid ""
14995 "This creates a filesystem on C<device> (usually a partition or LVM logical "
14996 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
14997 msgstr ""
14998
14999 # type: =head2
15000 #. type: =head2
15001 #: ../src/guestfs-actions.pod:4414
15002 msgid "guestfs_mkfs_b"
15003 msgstr ""
15004
15005 # type: verbatim
15006 #. type: verbatim
15007 #: ../src/guestfs-actions.pod:4416
15008 #, no-wrap
15009 msgid ""
15010 " int\n"
15011 " guestfs_mkfs_b (guestfs_h *g,\n"
15012 "                 const char *fstype,\n"
15013 "                 int blocksize,\n"
15014 "                 const char *device);\n"
15015 "\n"
15016 msgstr ""
15017
15018 # type: textblock
15019 #. type: textblock
15020 #: ../src/guestfs-actions.pod:4422
15021 msgid ""
15022 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
15023 "block size of the resulting filesystem.  Supported block sizes depend on the "
15024 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
15025 msgstr ""
15026
15027 # type: textblock
15028 #. type: textblock
15029 #: ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:4470
15030 #: ../fish/guestfish-actions.pod:3007 ../fish/guestfish-actions.pod:3034
15031 msgid ""
15032 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
15033 "cluster size."
15034 msgstr ""
15035
15036 # type: textblock
15037 #. type: textblock
15038 #: ../src/guestfs-actions.pod:4432 ../fish/guestfish-actions.pod:3010
15039 msgid ""
15040 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
15041 msgstr ""
15042
15043 # type: =head2
15044 #. type: =head2
15045 #: ../src/guestfs-actions.pod:4441
15046 msgid "guestfs_mkfs_opts"
15047 msgstr ""
15048
15049 # type: verbatim
15050 #. type: verbatim
15051 #: ../src/guestfs-actions.pod:4443
15052 #, no-wrap
15053 msgid ""
15054 " int\n"
15055 " guestfs_mkfs_opts (guestfs_h *g,\n"
15056 "                    const char *fstype,\n"
15057 "                    const char *device,\n"
15058 "                    ...);\n"
15059 "\n"
15060 msgstr ""
15061
15062 #. type: verbatim
15063 #: ../src/guestfs-actions.pod:4454
15064 #, no-wrap
15065 msgid ""
15066 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
15067 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
15068 "\n"
15069 msgstr ""
15070
15071 # type: textblock
15072 #. type: textblock
15073 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3021
15074 msgid ""
15075 "This function creates a filesystem on C<device>.  The filesystem type is "
15076 "C<fstype>, for example C<ext3>."
15077 msgstr ""
15078
15079 # type: =item
15080 #. type: =item
15081 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3028
15082 msgid "C<blocksize>"
15083 msgstr ""
15084
15085 # type: textblock
15086 #. type: textblock
15087 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3030
15088 msgid ""
15089 "The filesystem block size.  Supported block sizes depend on the filesystem "
15090 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
15091 "filesystems."
15092 msgstr ""
15093
15094 #. type: textblock
15095 #: ../src/guestfs-actions.pod:4473 ../fish/guestfish-actions.pod:3037
15096 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
15097 msgstr ""
15098
15099 #. type: =item
15100 #: ../src/guestfs-actions.pod:4475 ../fish/guestfish-actions.pod:3039
15101 msgid "C<features>"
15102 msgstr ""
15103
15104 #. type: textblock
15105 #: ../src/guestfs-actions.pod:4477 ../fish/guestfish-actions.pod:3041
15106 msgid "This passes the I<-O> parameter to the external mkfs program."
15107 msgstr ""
15108
15109 #. type: textblock
15110 #: ../src/guestfs-actions.pod:4479 ../fish/guestfish-actions.pod:3043
15111 msgid ""
15112 "For certain filesystem types, this allows extra filesystem features to be "
15113 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
15114 msgstr ""
15115
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:4483 ../fish/guestfish-actions.pod:3047
15118 msgid ""
15119 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
15120 "type."
15121 msgstr ""
15122
15123 #. type: textblock
15124 #: ../src/guestfs-actions.pod:4490
15125 msgid "(Added in 1.7.19)"
15126 msgstr ""
15127
15128 # type: =head2
15129 #. type: =head2
15130 #: ../src/guestfs-actions.pod:4492
15131 msgid "guestfs_mkfs_opts_va"
15132 msgstr ""
15133
15134 # type: verbatim
15135 #. type: verbatim
15136 #: ../src/guestfs-actions.pod:4494
15137 #, no-wrap
15138 msgid ""
15139 " int\n"
15140 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
15141 "                       const char *fstype,\n"
15142 "                       const char *device,\n"
15143 "                       va_list args);\n"
15144 "\n"
15145 msgstr ""
15146
15147 # type: textblock
15148 #. type: textblock
15149 #: ../src/guestfs-actions.pod:4500
15150 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
15151 msgstr ""
15152
15153 # type: =head2
15154 #. type: =head2
15155 #: ../src/guestfs-actions.pod:4504
15156 msgid "guestfs_mkfs_opts_argv"
15157 msgstr ""
15158
15159 # type: verbatim
15160 #. type: verbatim
15161 #: ../src/guestfs-actions.pod:4506
15162 #, no-wrap
15163 msgid ""
15164 " int\n"
15165 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
15166 "                         const char *fstype,\n"
15167 "                         const char *device,\n"
15168 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
15169 "\n"
15170 msgstr ""
15171
15172 # type: textblock
15173 #. type: textblock
15174 #: ../src/guestfs-actions.pod:4512
15175 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
15176 msgstr ""
15177
15178 # type: =head2
15179 #. type: =head2
15180 #: ../src/guestfs-actions.pod:4516
15181 msgid "guestfs_mkmountpoint"
15182 msgstr ""
15183
15184 # type: verbatim
15185 #. type: verbatim
15186 #: ../src/guestfs-actions.pod:4518
15187 #, no-wrap
15188 msgid ""
15189 " int\n"
15190 " guestfs_mkmountpoint (guestfs_h *g,\n"
15191 "                       const char *exemptpath);\n"
15192 "\n"
15193 msgstr ""
15194
15195 # type: textblock
15196 #. type: textblock
15197 #: ../src/guestfs-actions.pod:4522
15198 msgid ""
15199 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
15200 "that can be used to create extra mountpoints before mounting the first "
15201 "filesystem."
15202 msgstr ""
15203
15204 # type: textblock
15205 #. type: textblock
15206 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3062
15207 msgid ""
15208 "These calls are I<only> necessary in some very limited circumstances, mainly "
15209 "the case where you want to mount a mix of unrelated and/or read-only "
15210 "filesystems together."
15211 msgstr ""
15212
15213 # type: textblock
15214 #. type: textblock
15215 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3066
15216 msgid ""
15217 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
15218 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
15219 "inside that.  You can unpack this as follows in guestfish:"
15220 msgstr ""
15221
15222 # type: verbatim
15223 #. type: verbatim
15224 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3071
15225 #, no-wrap
15226 msgid ""
15227 " add-ro Fedora-11-i686-Live.iso\n"
15228 " run\n"
15229 " mkmountpoint /cd\n"
15230 " mkmountpoint /sqsh\n"
15231 " mkmountpoint /ext3fs\n"
15232 " mount /dev/sda /cd\n"
15233 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
15234 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
15235 "\n"
15236 msgstr ""
15237
15238 # type: textblock
15239 #. type: textblock
15240 #: ../src/guestfs-actions.pod:4544 ../fish/guestfish-actions.pod:3080
15241 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
15242 msgstr ""
15243
15244 # type: textblock
15245 #. type: textblock
15246 #: ../src/guestfs-actions.pod:4546
15247 msgid ""
15248 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
15249 "may get unexpected errors if you try to mix these calls.  It is safest to "
15250 "manually unmount filesystems and remove mountpoints after use."
15251 msgstr ""
15252
15253 # type: textblock
15254 #. type: textblock
15255 #: ../src/guestfs-actions.pod:4550
15256 msgid ""
15257 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
15258 "first, so for this to work for manual mountpoints, you must ensure that the "
15259 "innermost mountpoints have the longest pathnames, as in the example code "
15260 "above."
15261 msgstr ""
15262
15263 # type: textblock
15264 #. type: textblock
15265 #: ../src/guestfs-actions.pod:4555 ../fish/guestfish-actions.pod:3091
15266 msgid ""
15267 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
15268 msgstr ""
15269
15270 #. type: textblock
15271 #: ../src/guestfs-actions.pod:4557
15272 msgid ""
15273 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
15274 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
15275 "can also trigger these issues."
15276 msgstr ""
15277
15278 # type: textblock
15279 #. type: textblock
15280 #: ../src/guestfs-actions.pod:4563 ../src/guestfs-actions.pod:4829
15281 #: ../src/guestfs-actions.pod:5739
15282 msgid "(Added in 1.0.62)"
15283 msgstr ""
15284
15285 # type: =head2
15286 #. type: =head2
15287 #: ../src/guestfs-actions.pod:4565
15288 msgid "guestfs_mknod"
15289 msgstr ""
15290
15291 # type: verbatim
15292 #. type: verbatim
15293 #: ../src/guestfs-actions.pod:4567
15294 #, no-wrap
15295 msgid ""
15296 " int\n"
15297 " guestfs_mknod (guestfs_h *g,\n"
15298 "                int mode,\n"
15299 "                int devmajor,\n"
15300 "                int devminor,\n"
15301 "                const char *path);\n"
15302 "\n"
15303 msgstr ""
15304
15305 # type: textblock
15306 #. type: textblock
15307 #: ../src/guestfs-actions.pod:4574 ../fish/guestfish-actions.pod:3101
15308 msgid ""
15309 "This call creates block or character special devices, or named pipes (FIFOs)."
15310 msgstr ""
15311
15312 # type: textblock
15313 #. type: textblock
15314 #: ../src/guestfs-actions.pod:4577 ../fish/guestfish-actions.pod:3104
15315 msgid ""
15316 "The C<mode> parameter should be the mode, using the standard constants.  "
15317 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
15318 "used when creating block and character special devices."
15319 msgstr ""
15320
15321 # type: textblock
15322 #. type: textblock
15323 #: ../src/guestfs-actions.pod:4582
15324 msgid ""
15325 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
15326 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
15327 "regular file).  These constants are available in the standard Linux header "
15328 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
15329 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
15330 "the appropriate constant for you."
15331 msgstr ""
15332
15333 # type: =head2
15334 #. type: =head2
15335 #: ../src/guestfs-actions.pod:4596
15336 msgid "guestfs_mknod_b"
15337 msgstr ""
15338
15339 # type: verbatim
15340 #. type: verbatim
15341 #: ../src/guestfs-actions.pod:4598
15342 #, no-wrap
15343 msgid ""
15344 " int\n"
15345 " guestfs_mknod_b (guestfs_h *g,\n"
15346 "                  int mode,\n"
15347 "                  int devmajor,\n"
15348 "                  int devminor,\n"
15349 "                  const char *path);\n"
15350 "\n"
15351 msgstr ""
15352
15353 # type: textblock
15354 #. type: textblock
15355 #: ../src/guestfs-actions.pod:4605
15356 msgid ""
15357 "This call creates a block device node called C<path> with mode C<mode> and "
15358 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15359 "wrapper around C<guestfs_mknod>."
15360 msgstr ""
15361
15362 # type: =head2
15363 #. type: =head2
15364 #: ../src/guestfs-actions.pod:4615
15365 msgid "guestfs_mknod_c"
15366 msgstr ""
15367
15368 # type: verbatim
15369 #. type: verbatim
15370 #: ../src/guestfs-actions.pod:4617
15371 #, no-wrap
15372 msgid ""
15373 " int\n"
15374 " guestfs_mknod_c (guestfs_h *g,\n"
15375 "                  int mode,\n"
15376 "                  int devmajor,\n"
15377 "                  int devminor,\n"
15378 "                  const char *path);\n"
15379 "\n"
15380 msgstr ""
15381
15382 # type: textblock
15383 #. type: textblock
15384 #: ../src/guestfs-actions.pod:4624
15385 msgid ""
15386 "This call creates a char device node called C<path> with mode C<mode> and "
15387 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15388 "wrapper around C<guestfs_mknod>."
15389 msgstr ""
15390
15391 # type: =head2
15392 #. type: =head2
15393 #: ../src/guestfs-actions.pod:4634
15394 msgid "guestfs_mkswap"
15395 msgstr ""
15396
15397 # type: verbatim
15398 #. type: verbatim
15399 #: ../src/guestfs-actions.pod:4636
15400 #, no-wrap
15401 msgid ""
15402 " int\n"
15403 " guestfs_mkswap (guestfs_h *g,\n"
15404 "                 const char *device);\n"
15405 "\n"
15406 msgstr ""
15407
15408 # type: textblock
15409 #. type: textblock
15410 #: ../src/guestfs-actions.pod:4640 ../fish/guestfish-actions.pod:3143
15411 msgid "Create a swap partition on C<device>."
15412 msgstr ""
15413
15414 # type: =head2
15415 #. type: =head2
15416 #: ../src/guestfs-actions.pod:4646
15417 msgid "guestfs_mkswap_L"
15418 msgstr ""
15419
15420 # type: verbatim
15421 #. type: verbatim
15422 #: ../src/guestfs-actions.pod:4648
15423 #, no-wrap
15424 msgid ""
15425 " int\n"
15426 " guestfs_mkswap_L (guestfs_h *g,\n"
15427 "                   const char *label,\n"
15428 "                   const char *device);\n"
15429 "\n"
15430 msgstr ""
15431
15432 # type: textblock
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:4653 ../fish/guestfish-actions.pod:3149
15435 msgid "Create a swap partition on C<device> with label C<label>."
15436 msgstr ""
15437
15438 # type: textblock
15439 #. type: textblock
15440 #: ../src/guestfs-actions.pod:4655 ../fish/guestfish-actions.pod:3151
15441 msgid ""
15442 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
15443 "sda>), just to a partition.  This appears to be a limitation of the kernel "
15444 "or swap tools."
15445 msgstr ""
15446
15447 # type: =head2
15448 #. type: =head2
15449 #: ../src/guestfs-actions.pod:4663
15450 msgid "guestfs_mkswap_U"
15451 msgstr ""
15452
15453 # type: verbatim
15454 #. type: verbatim
15455 #: ../src/guestfs-actions.pod:4665
15456 #, no-wrap
15457 msgid ""
15458 " int\n"
15459 " guestfs_mkswap_U (guestfs_h *g,\n"
15460 "                   const char *uuid,\n"
15461 "                   const char *device);\n"
15462 "\n"
15463 msgstr ""
15464
15465 # type: textblock
15466 #. type: textblock
15467 #: ../src/guestfs-actions.pod:4670 ../fish/guestfish-actions.pod:3159
15468 msgid "Create a swap partition on C<device> with UUID C<uuid>."
15469 msgstr ""
15470
15471 # type: =head2
15472 #. type: =head2
15473 #: ../src/guestfs-actions.pod:4676
15474 msgid "guestfs_mkswap_file"
15475 msgstr ""
15476
15477 # type: verbatim
15478 #. type: verbatim
15479 #: ../src/guestfs-actions.pod:4678
15480 #, no-wrap
15481 msgid ""
15482 " int\n"
15483 " guestfs_mkswap_file (guestfs_h *g,\n"
15484 "                      const char *path);\n"
15485 "\n"
15486 msgstr ""
15487
15488 # type: textblock
15489 #. type: textblock
15490 #: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3165
15491 msgid "Create a swap file."
15492 msgstr ""
15493
15494 # type: textblock
15495 #. type: textblock
15496 #: ../src/guestfs-actions.pod:4684
15497 msgid ""
15498 "This command just writes a swap file signature to an existing file.  To "
15499 "create the file itself, use something like C<guestfs_fallocate>."
15500 msgstr ""
15501
15502 # type: =head2
15503 #. type: =head2
15504 #: ../src/guestfs-actions.pod:4691
15505 msgid "guestfs_modprobe"
15506 msgstr ""
15507
15508 # type: verbatim
15509 #. type: verbatim
15510 #: ../src/guestfs-actions.pod:4693
15511 #, no-wrap
15512 msgid ""
15513 " int\n"
15514 " guestfs_modprobe (guestfs_h *g,\n"
15515 "                   const char *modulename);\n"
15516 "\n"
15517 msgstr ""
15518
15519 # type: textblock
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:4697 ../fish/guestfish-actions.pod:3174
15522 msgid "This loads a kernel module in the appliance."
15523 msgstr ""
15524
15525 # type: textblock
15526 #. type: textblock
15527 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3176
15528 msgid ""
15529 "The kernel module must have been whitelisted when libguestfs was built (see "
15530 "C<appliance/kmod.whitelist.in> in the source)."
15531 msgstr ""
15532
15533 # type: =head2
15534 #. type: =head2
15535 #: ../src/guestfs-actions.pod:4706
15536 msgid "guestfs_mount"
15537 msgstr ""
15538
15539 # type: verbatim
15540 #. type: verbatim
15541 #: ../src/guestfs-actions.pod:4708
15542 #, no-wrap
15543 msgid ""
15544 " int\n"
15545 " guestfs_mount (guestfs_h *g,\n"
15546 "                const char *device,\n"
15547 "                const char *mountpoint);\n"
15548 "\n"
15549 msgstr ""
15550
15551 # type: textblock
15552 #. type: textblock
15553 #: ../src/guestfs-actions.pod:4713 ../fish/guestfish-actions.pod:3183
15554 msgid ""
15555 "Mount a guest disk at a position in the filesystem.  Block devices are named "
15556 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
15557 "those block devices contain partitions, they will have the usual names (eg. "
15558 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
15559 msgstr ""
15560
15561 # type: textblock
15562 #. type: textblock
15563 #: ../src/guestfs-actions.pod:4719 ../fish/guestfish-actions.pod:3189
15564 msgid ""
15565 "The rules are the same as for L<mount(2)>: A filesystem must first be "
15566 "mounted on C</> before others can be mounted.  Other filesystems can only be "
15567 "mounted on directories which already exist."
15568 msgstr ""
15569
15570 # type: textblock
15571 #. type: textblock
15572 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3194
15573 msgid ""
15574 "The mounted filesystem is writable, if we have sufficient permissions on the "
15575 "underlying device."
15576 msgstr ""
15577
15578 # type: textblock
15579 #. type: textblock
15580 #: ../src/guestfs-actions.pod:4727
15581 msgid ""
15582 "B<Important note:> When you use this call, the filesystem options C<sync> "
15583 "and C<noatime> are set implicitly.  This was originally done because we "
15584 "thought it would improve reliability, but it turns out that I<-o sync> has a "
15585 "very large negative performance impact and negligible effect on "
15586 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
15587 "in any code that needs performance, and instead use C<guestfs_mount_options> "
15588 "(use an empty string for the first parameter if you don't want any options)."
15589 msgstr ""
15590
15591 #. type: textblock
15592 #: ../src/guestfs-actions.pod:4739 ../fish/guestfish-actions.pod:3207
15593 msgid ""
15594 "This function is deprecated.  In new code, use the C<mount_options> call "
15595 "instead."
15596 msgstr ""
15597
15598 # type: =head2
15599 #. type: =head2
15600 #: ../src/guestfs-actions.pod:4748
15601 msgid "guestfs_mount_loop"
15602 msgstr ""
15603
15604 # type: verbatim
15605 #. type: verbatim
15606 #: ../src/guestfs-actions.pod:4750
15607 #, no-wrap
15608 msgid ""
15609 " int\n"
15610 " guestfs_mount_loop (guestfs_h *g,\n"
15611 "                     const char *file,\n"
15612 "                     const char *mountpoint);\n"
15613 "\n"
15614 msgstr ""
15615
15616 # type: textblock
15617 #. type: textblock
15618 #: ../src/guestfs-actions.pod:4755 ../fish/guestfish-actions.pod:3218
15619 msgid ""
15620 "This command lets you mount C<file> (a filesystem image in a file) on a "
15621 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
15622 "mountpoint>."
15623 msgstr ""
15624
15625 # type: =head2
15626 #. type: =head2
15627 #: ../src/guestfs-actions.pod:4763
15628 msgid "guestfs_mount_options"
15629 msgstr ""
15630
15631 # type: verbatim
15632 #. type: verbatim
15633 #: ../src/guestfs-actions.pod:4765
15634 #, no-wrap
15635 msgid ""
15636 " int\n"
15637 " guestfs_mount_options (guestfs_h *g,\n"
15638 "                        const char *options,\n"
15639 "                        const char *device,\n"
15640 "                        const char *mountpoint);\n"
15641 "\n"
15642 msgstr ""
15643
15644 # type: textblock
15645 #. type: textblock
15646 #: ../src/guestfs-actions.pod:4771
15647 msgid ""
15648 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15649 "the mount options as for the L<mount(8)> I<-o> flag."
15650 msgstr ""
15651
15652 # type: textblock
15653 #. type: textblock
15654 #: ../src/guestfs-actions.pod:4775 ../fish/guestfish-actions.pod:3230
15655 msgid ""
15656 "If the C<options> parameter is an empty string, then no options are passed "
15657 "(all options default to whatever the filesystem uses)."
15658 msgstr ""
15659
15660 # type: textblock
15661 #. type: textblock
15662 #: ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:4795
15663 #: ../src/guestfs-actions.pod:4812
15664 msgid "(Added in 1.0.10)"
15665 msgstr ""
15666
15667 # type: =head2
15668 #. type: =head2
15669 #: ../src/guestfs-actions.pod:4783
15670 msgid "guestfs_mount_ro"
15671 msgstr ""
15672
15673 # type: verbatim
15674 #. type: verbatim
15675 #: ../src/guestfs-actions.pod:4785
15676 #, no-wrap
15677 msgid ""
15678 " int\n"
15679 " guestfs_mount_ro (guestfs_h *g,\n"
15680 "                   const char *device,\n"
15681 "                   const char *mountpoint);\n"
15682 "\n"
15683 msgstr ""
15684
15685 # type: textblock
15686 #. type: textblock
15687 #: ../src/guestfs-actions.pod:4790
15688 msgid ""
15689 "This is the same as the C<guestfs_mount> command, but it mounts the "
15690 "filesystem with the read-only (I<-o ro>) flag."
15691 msgstr ""
15692
15693 # type: =head2
15694 #. type: =head2
15695 #: ../src/guestfs-actions.pod:4797
15696 msgid "guestfs_mount_vfs"
15697 msgstr ""
15698
15699 # type: verbatim
15700 #. type: verbatim
15701 #: ../src/guestfs-actions.pod:4799
15702 #, no-wrap
15703 msgid ""
15704 " int\n"
15705 " guestfs_mount_vfs (guestfs_h *g,\n"
15706 "                    const char *options,\n"
15707 "                    const char *vfstype,\n"
15708 "                    const char *device,\n"
15709 "                    const char *mountpoint);\n"
15710 "\n"
15711 msgstr ""
15712
15713 # type: textblock
15714 #. type: textblock
15715 #: ../src/guestfs-actions.pod:4806
15716 msgid ""
15717 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15718 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
15719 "t> flags."
15720 msgstr ""
15721
15722 # type: =head2
15723 #. type: =head2
15724 #: ../src/guestfs-actions.pod:4814
15725 msgid "guestfs_mountpoints"
15726 msgstr ""
15727
15728 # type: verbatim
15729 #. type: verbatim
15730 #: ../src/guestfs-actions.pod:4816
15731 #, no-wrap
15732 msgid ""
15733 " char **\n"
15734 " guestfs_mountpoints (guestfs_h *g);\n"
15735 "\n"
15736 msgstr ""
15737
15738 # type: textblock
15739 #. type: textblock
15740 #: ../src/guestfs-actions.pod:4819
15741 msgid ""
15742 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
15743 "devices.  This one returns a hash table (map) of device name to directory "
15744 "where the device is mounted."
15745 msgstr ""
15746
15747 # type: =head2
15748 #. type: =head2
15749 #: ../src/guestfs-actions.pod:4831
15750 msgid "guestfs_mounts"
15751 msgstr ""
15752
15753 # type: verbatim
15754 #. type: verbatim
15755 #: ../src/guestfs-actions.pod:4833
15756 #, no-wrap
15757 msgid ""
15758 " char **\n"
15759 " guestfs_mounts (guestfs_h *g);\n"
15760 "\n"
15761 msgstr ""
15762
15763 # type: textblock
15764 #. type: textblock
15765 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3261
15766 msgid ""
15767 "This returns the list of currently mounted filesystems.  It returns the list "
15768 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
15769 msgstr ""
15770
15771 # type: textblock
15772 #. type: textblock
15773 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3264
15774 msgid "Some internal mounts are not shown."
15775 msgstr ""
15776
15777 # type: textblock
15778 #. type: textblock
15779 #: ../src/guestfs-actions.pod:4841
15780 msgid "See also: C<guestfs_mountpoints>"
15781 msgstr ""
15782
15783 # type: =head2
15784 #. type: =head2
15785 #: ../src/guestfs-actions.pod:4849
15786 msgid "guestfs_mv"
15787 msgstr ""
15788
15789 # type: verbatim
15790 #. type: verbatim
15791 #: ../src/guestfs-actions.pod:4851
15792 #, no-wrap
15793 msgid ""
15794 " int\n"
15795 " guestfs_mv (guestfs_h *g,\n"
15796 "             const char *src,\n"
15797 "             const char *dest);\n"
15798 "\n"
15799 msgstr ""
15800
15801 # type: textblock
15802 #. type: textblock
15803 #: ../src/guestfs-actions.pod:4856 ../fish/guestfish-actions.pod:3272
15804 msgid ""
15805 "This moves a file from C<src> to C<dest> where C<dest> is either a "
15806 "destination filename or destination directory."
15807 msgstr ""
15808
15809 # type: =head2
15810 #. type: =head2
15811 #: ../src/guestfs-actions.pod:4863
15812 msgid "guestfs_ntfs_3g_probe"
15813 msgstr ""
15814
15815 # type: verbatim
15816 #. type: verbatim
15817 #: ../src/guestfs-actions.pod:4865
15818 #, no-wrap
15819 msgid ""
15820 " int\n"
15821 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
15822 "                        int rw,\n"
15823 "                        const char *device);\n"
15824 "\n"
15825 msgstr ""
15826
15827 # type: textblock
15828 #. type: textblock
15829 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3279
15830 msgid ""
15831 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
15832 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
15833 "write, and some cannot be mounted at all)."
15834 msgstr ""
15835
15836 # type: textblock
15837 #. type: textblock
15838 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3283
15839 msgid ""
15840 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
15841 "can be mounted read-write.  Set it to false if you want to test if the "
15842 "volume can be mounted read-only."
15843 msgstr ""
15844
15845 # type: textblock
15846 #. type: textblock
15847 #: ../src/guestfs-actions.pod:4878 ../fish/guestfish-actions.pod:3287
15848 msgid ""
15849 "The return value is an integer which C<0> if the operation would succeed, or "
15850 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
15851 msgstr ""
15852
15853 # type: textblock
15854 #. type: textblock
15855 #: ../src/guestfs-actions.pod:4884
15856 msgid "(Added in 1.0.43)"
15857 msgstr ""
15858
15859 # type: =head2
15860 #. type: =head2
15861 #: ../src/guestfs-actions.pod:4886
15862 msgid "guestfs_ntfsresize"
15863 msgstr ""
15864
15865 # type: verbatim
15866 #. type: verbatim
15867 #: ../src/guestfs-actions.pod:4888
15868 #, no-wrap
15869 msgid ""
15870 " int\n"
15871 " guestfs_ntfsresize (guestfs_h *g,\n"
15872 "                     const char *device);\n"
15873 "\n"
15874 msgstr ""
15875
15876 # type: textblock
15877 #. type: textblock
15878 #: ../src/guestfs-actions.pod:4892 ../fish/guestfish-actions.pod:3295
15879 msgid ""
15880 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
15881 "size of the underlying device.  See also L<ntfsresize(8)>."
15882 msgstr ""
15883
15884 # type: =head2
15885 #. type: =head2
15886 #: ../src/guestfs-actions.pod:4900
15887 msgid "guestfs_ntfsresize_size"
15888 msgstr ""
15889
15890 # type: verbatim
15891 #. type: verbatim
15892 #: ../src/guestfs-actions.pod:4902
15893 #, no-wrap
15894 msgid ""
15895 " int\n"
15896 " guestfs_ntfsresize_size (guestfs_h *g,\n"
15897 "                          const char *device,\n"
15898 "                          int64_t size);\n"
15899 "\n"
15900 msgstr ""
15901
15902 # type: textblock
15903 #. type: textblock
15904 #: ../src/guestfs-actions.pod:4907
15905 msgid ""
15906 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
15907 "to specify the new size (in bytes) explicitly."
15908 msgstr ""
15909
15910 # type: textblock
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:5348
15913 #: ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5687
15914 #: ../src/guestfs-actions.pod:7293
15915 msgid "(Added in 1.3.14)"
15916 msgstr ""
15917
15918 # type: =head2
15919 #. type: =head2
15920 #: ../src/guestfs-actions.pod:4914
15921 msgid "guestfs_part_add"
15922 msgstr ""
15923
15924 # type: verbatim
15925 #. type: verbatim
15926 #: ../src/guestfs-actions.pod:4916
15927 #, no-wrap
15928 msgid ""
15929 " int\n"
15930 " guestfs_part_add (guestfs_h *g,\n"
15931 "                   const char *device,\n"
15932 "                   const char *prlogex,\n"
15933 "                   int64_t startsect,\n"
15934 "                   int64_t endsect);\n"
15935 "\n"
15936 msgstr ""
15937
15938 # type: textblock
15939 #. type: textblock
15940 #: ../src/guestfs-actions.pod:4923
15941 msgid ""
15942 "This command adds a partition to C<device>.  If there is no partition table "
15943 "on the device, call C<guestfs_part_init> first."
15944 msgstr ""
15945
15946 # type: textblock
15947 #. type: textblock
15948 #: ../src/guestfs-actions.pod:4926 ../fish/guestfish-actions.pod:3313
15949 msgid ""
15950 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
15951 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
15952 "C<logical>) and C<e> (or C<extended>) partition types."
15953 msgstr ""
15954
15955 # type: textblock
15956 #. type: textblock
15957 #: ../src/guestfs-actions.pod:4931 ../fish/guestfish-actions.pod:3318
15958 msgid ""
15959 "C<startsect> and C<endsect> are the start and end of the partition in "
15960 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
15961 "from the end of the disk (C<-1> is the last sector)."
15962 msgstr ""
15963
15964 # type: textblock
15965 #. type: textblock
15966 #: ../src/guestfs-actions.pod:4935
15967 msgid ""
15968 "Creating a partition which covers the whole disk is not so easy.  Use "
15969 "C<guestfs_part_disk> to do that."
15970 msgstr ""
15971
15972 # type: textblock
15973 #. type: textblock
15974 #: ../src/guestfs-actions.pod:4940 ../src/guestfs-actions.pod:4978
15975 #: ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5109
15976 #: ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5166
15977 #: ../src/guestfs-actions.pod:5206
15978 msgid "(Added in 1.0.78)"
15979 msgstr ""
15980
15981 # type: =head2
15982 #. type: =head2
15983 #: ../src/guestfs-actions.pod:4942
15984 msgid "guestfs_part_del"
15985 msgstr ""
15986
15987 # type: verbatim
15988 #. type: verbatim
15989 #: ../src/guestfs-actions.pod:4944
15990 #, no-wrap
15991 msgid ""
15992 " int\n"
15993 " guestfs_part_del (guestfs_h *g,\n"
15994 "                   const char *device,\n"
15995 "                   int partnum);\n"
15996 "\n"
15997 msgstr ""
15998
15999 # type: textblock
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3329
16002 msgid "This command deletes the partition numbered C<partnum> on C<device>."
16003 msgstr ""
16004
16005 # type: textblock
16006 #. type: textblock
16007 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3331
16008 msgid ""
16009 "Note that in the case of MBR partitioning, deleting an extended partition "
16010 "also deletes any logical partitions it contains."
16011 msgstr ""
16012
16013 # type: =head2
16014 #. type: =head2
16015 #: ../src/guestfs-actions.pod:4959
16016 msgid "guestfs_part_disk"
16017 msgstr ""
16018
16019 # type: verbatim
16020 #. type: verbatim
16021 #: ../src/guestfs-actions.pod:4961
16022 #, no-wrap
16023 msgid ""
16024 " int\n"
16025 " guestfs_part_disk (guestfs_h *g,\n"
16026 "                    const char *device,\n"
16027 "                    const char *parttype);\n"
16028 "\n"
16029 msgstr ""
16030
16031 # type: textblock
16032 #. type: textblock
16033 #: ../src/guestfs-actions.pod:4966
16034 msgid ""
16035 "This command is simply a combination of C<guestfs_part_init> followed by "
16036 "C<guestfs_part_add> to create a single primary partition covering the whole "
16037 "disk."
16038 msgstr ""
16039
16040 # type: textblock
16041 #. type: textblock
16042 #: ../src/guestfs-actions.pod:4970
16043 msgid ""
16044 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
16045 "possible values are described in C<guestfs_part_init>."
16046 msgstr ""
16047
16048 # type: =head2
16049 #. type: =head2
16050 #: ../src/guestfs-actions.pod:4980
16051 msgid "guestfs_part_get_bootable"
16052 msgstr ""
16053
16054 # type: verbatim
16055 #. type: verbatim
16056 #: ../src/guestfs-actions.pod:4982
16057 #, no-wrap
16058 msgid ""
16059 " int\n"
16060 " guestfs_part_get_bootable (guestfs_h *g,\n"
16061 "                            const char *device,\n"
16062 "                            int partnum);\n"
16063 "\n"
16064 msgstr ""
16065
16066 # type: textblock
16067 #. type: textblock
16068 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3353
16069 msgid ""
16070 "This command returns true if the partition C<partnum> on C<device> has the "
16071 "bootable flag set."
16072 msgstr ""
16073
16074 # type: textblock
16075 #. type: textblock
16076 #: ../src/guestfs-actions.pod:4990
16077 msgid "See also C<guestfs_part_set_bootable>."
16078 msgstr ""
16079
16080 # type: =head2
16081 #. type: =head2
16082 #: ../src/guestfs-actions.pod:4996
16083 msgid "guestfs_part_get_mbr_id"
16084 msgstr ""
16085
16086 # type: verbatim
16087 #. type: verbatim
16088 #: ../src/guestfs-actions.pod:4998
16089 #, no-wrap
16090 msgid ""
16091 " int\n"
16092 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
16093 "                          const char *device,\n"
16094 "                          int partnum);\n"
16095 "\n"
16096 msgstr ""
16097
16098 # type: textblock
16099 #. type: textblock
16100 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3362
16101 msgid ""
16102 "Returns the MBR type byte (also known as the ID byte) from the numbered "
16103 "partition C<partnum>."
16104 msgstr ""
16105
16106 # type: textblock
16107 #. type: textblock
16108 #: ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5182
16109 msgid ""
16110 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
16111 "undefined results for other partition table types (see "
16112 "C<guestfs_part_get_parttype>)."
16113 msgstr ""
16114
16115 # type: =head2
16116 #. type: =head2
16117 #: ../src/guestfs-actions.pod:5014
16118 msgid "guestfs_part_get_parttype"
16119 msgstr ""
16120
16121 # type: verbatim
16122 #. type: verbatim
16123 #: ../src/guestfs-actions.pod:5016
16124 #, no-wrap
16125 msgid ""
16126 " char *\n"
16127 " guestfs_part_get_parttype (guestfs_h *g,\n"
16128 "                            const char *device);\n"
16129 "\n"
16130 msgstr ""
16131
16132 # type: textblock
16133 #. type: textblock
16134 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3373
16135 msgid ""
16136 "This command examines the partition table on C<device> and returns the "
16137 "partition table type (format) being used."
16138 msgstr ""
16139
16140 # type: textblock
16141 #. type: textblock
16142 #: ../src/guestfs-actions.pod:5023
16143 msgid ""
16144 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
16145 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
16146 "possible, although unusual.  See C<guestfs_part_init> for a full list."
16147 msgstr ""
16148
16149 # type: =head2
16150 #. type: =head2
16151 #: ../src/guestfs-actions.pod:5033
16152 msgid "guestfs_part_init"
16153 msgstr ""
16154
16155 # type: verbatim
16156 #. type: verbatim
16157 #: ../src/guestfs-actions.pod:5035
16158 #, no-wrap
16159 msgid ""
16160 " int\n"
16161 " guestfs_part_init (guestfs_h *g,\n"
16162 "                    const char *device,\n"
16163 "                    const char *parttype);\n"
16164 "\n"
16165 msgstr ""
16166
16167 # type: textblock
16168 #. type: textblock
16169 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3385
16170 msgid ""
16171 "This creates an empty partition table on C<device> of one of the partition "
16172 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
16173 "(for large disks)."
16174 msgstr ""
16175
16176 # type: textblock
16177 #. type: textblock
16178 #: ../src/guestfs-actions.pod:5044
16179 msgid ""
16180 "Initially there are no partitions.  Following this, you should call "
16181 "C<guestfs_part_add> for each partition required."
16182 msgstr ""
16183
16184 # type: textblock
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3392
16187 msgid "Possible values for C<parttype> are:"
16188 msgstr ""
16189
16190 # type: =item
16191 #. type: =item
16192 #: ../src/guestfs-actions.pod:5051 ../fish/guestfish-actions.pod:3396
16193 msgid "B<efi> | B<gpt>"
16194 msgstr ""
16195
16196 # type: textblock
16197 #. type: textblock
16198 #: ../src/guestfs-actions.pod:5053 ../fish/guestfish-actions.pod:3398
16199 msgid "Intel EFI / GPT partition table."
16200 msgstr ""
16201
16202 # type: textblock
16203 #. type: textblock
16204 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3400
16205 msgid ""
16206 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
16207 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
16208 "the C<mbr> format."
16209 msgstr ""
16210
16211 # type: =item
16212 #. type: =item
16213 #: ../src/guestfs-actions.pod:5059 ../fish/guestfish-actions.pod:3404
16214 msgid "B<mbr> | B<msdos>"
16215 msgstr ""
16216
16217 # type: textblock
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3406
16220 msgid ""
16221 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
16222 "Windows.  This partition type will B<only> work for device sizes up to 2 "
16223 "TB.  For large disks we recommend using C<gpt>."
16224 msgstr ""
16225
16226 # type: textblock
16227 #. type: textblock
16228 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3413
16229 msgid ""
16230 "Other partition table types that may work but are not supported include:"
16231 msgstr ""
16232
16233 # type: =item
16234 #. type: =item
16235 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3418
16236 msgid "B<aix>"
16237 msgstr ""
16238
16239 # type: textblock
16240 #. type: textblock
16241 #: ../src/guestfs-actions.pod:5075 ../fish/guestfish-actions.pod:3420
16242 msgid "AIX disk labels."
16243 msgstr ""
16244
16245 # type: =item
16246 #. type: =item
16247 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3422
16248 msgid "B<amiga> | B<rdb>"
16249 msgstr ""
16250
16251 # type: textblock
16252 #. type: textblock
16253 #: ../src/guestfs-actions.pod:5079 ../fish/guestfish-actions.pod:3424
16254 msgid "Amiga \"Rigid Disk Block\" format."
16255 msgstr ""
16256
16257 # type: =item
16258 #. type: =item
16259 #: ../src/guestfs-actions.pod:5081 ../fish/guestfish-actions.pod:3426
16260 msgid "B<bsd>"
16261 msgstr ""
16262
16263 # type: textblock
16264 #. type: textblock
16265 #: ../src/guestfs-actions.pod:5083 ../fish/guestfish-actions.pod:3428
16266 msgid "BSD disk labels."
16267 msgstr ""
16268
16269 # type: =item
16270 #. type: =item
16271 #: ../src/guestfs-actions.pod:5085 ../fish/guestfish-actions.pod:3430
16272 msgid "B<dasd>"
16273 msgstr ""
16274
16275 # type: textblock
16276 #. type: textblock
16277 #: ../src/guestfs-actions.pod:5087 ../fish/guestfish-actions.pod:3432
16278 msgid "DASD, used on IBM mainframes."
16279 msgstr ""
16280
16281 # type: =item
16282 #. type: =item
16283 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3434
16284 msgid "B<dvh>"
16285 msgstr ""
16286
16287 # type: textblock
16288 #. type: textblock
16289 #: ../src/guestfs-actions.pod:5091 ../fish/guestfish-actions.pod:3436
16290 msgid "MIPS/SGI volumes."
16291 msgstr ""
16292
16293 # type: =item
16294 #. type: =item
16295 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3438
16296 msgid "B<mac>"
16297 msgstr ""
16298
16299 # type: textblock
16300 #. type: textblock
16301 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3440
16302 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
16303 msgstr ""
16304
16305 # type: =item
16306 #. type: =item
16307 #: ../src/guestfs-actions.pod:5097 ../fish/guestfish-actions.pod:3442
16308 msgid "B<pc98>"
16309 msgstr ""
16310
16311 # type: textblock
16312 #. type: textblock
16313 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3444
16314 msgid "NEC PC-98 format, common in Japan apparently."
16315 msgstr ""
16316
16317 # type: =item
16318 #. type: =item
16319 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3446
16320 msgid "B<sun>"
16321 msgstr ""
16322
16323 # type: textblock
16324 #. type: textblock
16325 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3448
16326 msgid "Sun disk labels."
16327 msgstr ""
16328
16329 # type: =head2
16330 #. type: =head2
16331 #: ../src/guestfs-actions.pod:5111
16332 msgid "guestfs_part_list"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #. type: verbatim
16337 #: ../src/guestfs-actions.pod:5113
16338 #, no-wrap
16339 msgid ""
16340 " struct guestfs_partition_list *\n"
16341 " guestfs_part_list (guestfs_h *g,\n"
16342 "                    const char *device);\n"
16343 "\n"
16344 msgstr ""
16345
16346 # type: textblock
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3456
16349 msgid ""
16350 "This command parses the partition table on C<device> and returns the list of "
16351 "partitions found."
16352 msgstr ""
16353
16354 # type: textblock
16355 #. type: textblock
16356 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3459
16357 msgid "The fields in the returned structure are:"
16358 msgstr ""
16359
16360 # type: =item
16361 #. type: =item
16362 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3463
16363 msgid "B<part_num>"
16364 msgstr ""
16365
16366 # type: textblock
16367 #. type: textblock
16368 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3465
16369 msgid "Partition number, counting from 1."
16370 msgstr ""
16371
16372 # type: =item
16373 #. type: =item
16374 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3467
16375 msgid "B<part_start>"
16376 msgstr ""
16377
16378 # type: textblock
16379 #. type: textblock
16380 #: ../src/guestfs-actions.pod:5130
16381 msgid ""
16382 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
16383 "the device's sector size, see C<guestfs_blockdev_getss>."
16384 msgstr ""
16385
16386 # type: =item
16387 #. type: =item
16388 #: ../src/guestfs-actions.pod:5133 ../fish/guestfish-actions.pod:3472
16389 msgid "B<part_end>"
16390 msgstr ""
16391
16392 # type: textblock
16393 #. type: textblock
16394 #: ../src/guestfs-actions.pod:5135 ../fish/guestfish-actions.pod:3474
16395 msgid "End of the partition in bytes."
16396 msgstr ""
16397
16398 # type: =item
16399 #. type: =item
16400 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3476
16401 msgid "B<part_size>"
16402 msgstr ""
16403
16404 # type: textblock
16405 #. type: textblock
16406 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3478
16407 msgid "Size of the partition in bytes."
16408 msgstr ""
16409
16410 # type: textblock
16411 #. type: textblock
16412 #: ../src/guestfs-actions.pod:5143
16413 msgid ""
16414 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
16415 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
16416 "use>."
16417 msgstr ""
16418
16419 # type: =head2
16420 #. type: =head2
16421 #: ../src/guestfs-actions.pod:5149
16422 msgid "guestfs_part_set_bootable"
16423 msgstr ""
16424
16425 # type: verbatim
16426 #. type: verbatim
16427 #: ../src/guestfs-actions.pod:5151
16428 #, no-wrap
16429 msgid ""
16430 " int\n"
16431 " guestfs_part_set_bootable (guestfs_h *g,\n"
16432 "                            const char *device,\n"
16433 "                            int partnum,\n"
16434 "                            int bootable);\n"
16435 "\n"
16436 msgstr ""
16437
16438 # type: textblock
16439 #. type: textblock
16440 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3486
16441 msgid ""
16442 "This sets the bootable flag on partition numbered C<partnum> on device "
16443 "C<device>.  Note that partitions are numbered from 1."
16444 msgstr ""
16445
16446 # type: textblock
16447 #. type: textblock
16448 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3489
16449 msgid ""
16450 "The bootable flag is used by some operating systems (notably Windows) to "
16451 "determine which partition to boot from.  It is by no means universally "
16452 "recognized."
16453 msgstr ""
16454
16455 # type: =head2
16456 #. type: =head2
16457 #: ../src/guestfs-actions.pod:5168
16458 msgid "guestfs_part_set_mbr_id"
16459 msgstr ""
16460
16461 # type: verbatim
16462 #. type: verbatim
16463 #: ../src/guestfs-actions.pod:5170
16464 #, no-wrap
16465 msgid ""
16466 " int\n"
16467 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
16468 "                          const char *device,\n"
16469 "                          int partnum,\n"
16470 "                          int idbyte);\n"
16471 "\n"
16472 msgstr ""
16473
16474 # type: textblock
16475 #. type: textblock
16476 #: ../src/guestfs-actions.pod:5176 ../fish/guestfish-actions.pod:3497
16477 msgid ""
16478 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
16479 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
16480 "documentation are in fact hexadecimal numbers, but usually documented "
16481 "without any leading \"0x\" which might be confusing."
16482 msgstr ""
16483
16484 # type: =head2
16485 #. type: =head2
16486 #: ../src/guestfs-actions.pod:5190
16487 msgid "guestfs_part_set_name"
16488 msgstr ""
16489
16490 # type: verbatim
16491 #. type: verbatim
16492 #: ../src/guestfs-actions.pod:5192
16493 #, no-wrap
16494 msgid ""
16495 " int\n"
16496 " guestfs_part_set_name (guestfs_h *g,\n"
16497 "                        const char *device,\n"
16498 "                        int partnum,\n"
16499 "                        const char *name);\n"
16500 "\n"
16501 msgstr ""
16502
16503 # type: textblock
16504 #. type: textblock
16505 #: ../src/guestfs-actions.pod:5198 ../fish/guestfish-actions.pod:3511
16506 msgid ""
16507 "This sets the partition name on partition numbered C<partnum> on device "
16508 "C<device>.  Note that partitions are numbered from 1."
16509 msgstr ""
16510
16511 # type: textblock
16512 #. type: textblock
16513 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3514
16514 msgid ""
16515 "The partition name can only be set on certain types of partition table.  "
16516 "This works on C<gpt> but not on C<mbr> partitions."
16517 msgstr ""
16518
16519 # type: =head2
16520 #. type: =head2
16521 #: ../src/guestfs-actions.pod:5208
16522 msgid "guestfs_part_to_dev"
16523 msgstr ""
16524
16525 # type: verbatim
16526 #. type: verbatim
16527 #: ../src/guestfs-actions.pod:5210
16528 #, no-wrap
16529 msgid ""
16530 " char *\n"
16531 " guestfs_part_to_dev (guestfs_h *g,\n"
16532 "                      const char *partition);\n"
16533 "\n"
16534 msgstr ""
16535
16536 # type: textblock
16537 #. type: textblock
16538 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3521
16539 msgid ""
16540 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
16541 "partition number, returning the device name (eg. \"/dev/sdb\")."
16542 msgstr ""
16543
16544 # type: textblock
16545 #. type: textblock
16546 #: ../src/guestfs-actions.pod:5218
16547 msgid ""
16548 "The named partition must exist, for example as a string returned from "
16549 "C<guestfs_list_partitions>."
16550 msgstr ""
16551
16552 # type: =head2
16553 #. type: =head2
16554 #: ../src/guestfs-actions.pod:5226
16555 msgid "guestfs_ping_daemon"
16556 msgstr ""
16557
16558 # type: verbatim
16559 #. type: verbatim
16560 #: ../src/guestfs-actions.pod:5228
16561 #, no-wrap
16562 msgid ""
16563 " int\n"
16564 " guestfs_ping_daemon (guestfs_h *g);\n"
16565 "\n"
16566 msgstr ""
16567
16568 # type: textblock
16569 #. type: textblock
16570 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3532
16571 msgid ""
16572 "This is a test probe into the guestfs daemon running inside the qemu "
16573 "subprocess.  Calling this function checks that the daemon responds to the "
16574 "ping message, without affecting the daemon or attached block device(s) in "
16575 "any other way."
16576 msgstr ""
16577
16578 # type: =head2
16579 #. type: =head2
16580 #: ../src/guestfs-actions.pod:5240
16581 msgid "guestfs_pread"
16582 msgstr ""
16583
16584 # type: verbatim
16585 #. type: verbatim
16586 #: ../src/guestfs-actions.pod:5242
16587 #, no-wrap
16588 msgid ""
16589 " char *\n"
16590 " guestfs_pread (guestfs_h *g,\n"
16591 "                const char *path,\n"
16592 "                int count,\n"
16593 "                int64_t offset,\n"
16594 "                size_t *size_r);\n"
16595 "\n"
16596 msgstr ""
16597
16598 # type: textblock
16599 #. type: textblock
16600 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3541
16601 msgid ""
16602 "This command lets you read part of a file.  It reads C<count> bytes of the "
16603 "file, starting at C<offset>, from file C<path>."
16604 msgstr ""
16605
16606 # type: textblock
16607 #. type: textblock
16608 #: ../src/guestfs-actions.pod:5252 ../src/guestfs-actions.pod:5278
16609 #: ../fish/guestfish-actions.pod:3544 ../fish/guestfish-actions.pod:3559
16610 msgid ""
16611 "This may read fewer bytes than requested.  For further details see the "
16612 "L<pread(2)> system call."
16613 msgstr ""
16614
16615 # type: textblock
16616 #. type: textblock
16617 #: ../src/guestfs-actions.pod:5255
16618 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
16619 msgstr ""
16620
16621 # type: =head2
16622 #. type: =head2
16623 #: ../src/guestfs-actions.pod:5266
16624 msgid "guestfs_pread_device"
16625 msgstr ""
16626
16627 # type: verbatim
16628 #. type: verbatim
16629 #: ../src/guestfs-actions.pod:5268
16630 #, no-wrap
16631 msgid ""
16632 " char *\n"
16633 " guestfs_pread_device (guestfs_h *g,\n"
16634 "                       const char *device,\n"
16635 "                       int count,\n"
16636 "                       int64_t offset,\n"
16637 "                       size_t *size_r);\n"
16638 "\n"
16639 msgstr ""
16640
16641 # type: textblock
16642 #. type: textblock
16643 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3556
16644 msgid ""
16645 "This command lets you read part of a file.  It reads C<count> bytes of "
16646 "C<device>, starting at C<offset>."
16647 msgstr ""
16648
16649 # type: textblock
16650 #. type: textblock
16651 #: ../src/guestfs-actions.pod:5281
16652 msgid "See also C<guestfs_pread>."
16653 msgstr ""
16654
16655 # type: textblock
16656 #. type: textblock
16657 #: ../src/guestfs-actions.pod:5290
16658 msgid "(Added in 1.5.21)"
16659 msgstr ""
16660
16661 # type: =head2
16662 #. type: =head2
16663 #: ../src/guestfs-actions.pod:5292
16664 msgid "guestfs_pvcreate"
16665 msgstr ""
16666
16667 # type: verbatim
16668 #. type: verbatim
16669 #: ../src/guestfs-actions.pod:5294
16670 #, no-wrap
16671 msgid ""
16672 " int\n"
16673 " guestfs_pvcreate (guestfs_h *g,\n"
16674 "                   const char *device);\n"
16675 "\n"
16676 msgstr ""
16677
16678 # type: textblock
16679 #. type: textblock
16680 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3571
16681 msgid ""
16682 "This creates an LVM physical volume on the named C<device>, where C<device> "
16683 "should usually be a partition name such as C</dev/sda1>."
16684 msgstr ""
16685
16686 # type: =head2
16687 #. type: =head2
16688 #: ../src/guestfs-actions.pod:5306
16689 msgid "guestfs_pvremove"
16690 msgstr ""
16691
16692 # type: verbatim
16693 #. type: verbatim
16694 #: ../src/guestfs-actions.pod:5308
16695 #, no-wrap
16696 msgid ""
16697 " int\n"
16698 " guestfs_pvremove (guestfs_h *g,\n"
16699 "                   const char *device);\n"
16700 "\n"
16701 msgstr ""
16702
16703 # type: textblock
16704 #. type: textblock
16705 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3579
16706 msgid ""
16707 "This wipes a physical volume C<device> so that LVM will no longer recognise "
16708 "it."
16709 msgstr ""
16710
16711 # type: textblock
16712 #. type: textblock
16713 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3582
16714 msgid ""
16715 "The implementation uses the C<pvremove> command which refuses to wipe "
16716 "physical volumes that contain any volume groups, so you have to remove those "
16717 "first."
16718 msgstr ""
16719
16720 # type: =head2
16721 #. type: =head2
16722 #: ../src/guestfs-actions.pod:5323
16723 msgid "guestfs_pvresize"
16724 msgstr ""
16725
16726 # type: verbatim
16727 #. type: verbatim
16728 #: ../src/guestfs-actions.pod:5325
16729 #, no-wrap
16730 msgid ""
16731 " int\n"
16732 " guestfs_pvresize (guestfs_h *g,\n"
16733 "                   const char *device);\n"
16734 "\n"
16735 msgstr ""
16736
16737 # type: textblock
16738 #. type: textblock
16739 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3590
16740 msgid ""
16741 "This resizes (expands or shrinks) an existing LVM physical volume to match "
16742 "the new size of the underlying device."
16743 msgstr ""
16744
16745 # type: =head2
16746 #. type: =head2
16747 #: ../src/guestfs-actions.pod:5336
16748 msgid "guestfs_pvresize_size"
16749 msgstr ""
16750
16751 # type: verbatim
16752 #. type: verbatim
16753 #: ../src/guestfs-actions.pod:5338
16754 #, no-wrap
16755 msgid ""
16756 " int\n"
16757 " guestfs_pvresize_size (guestfs_h *g,\n"
16758 "                        const char *device,\n"
16759 "                        int64_t size);\n"
16760 "\n"
16761 msgstr ""
16762
16763 # type: textblock
16764 #. type: textblock
16765 #: ../src/guestfs-actions.pod:5343
16766 msgid ""
16767 "This command is the same as C<guestfs_pvresize> except that it allows you to "
16768 "specify the new size (in bytes) explicitly."
16769 msgstr ""
16770
16771 # type: =head2
16772 #. type: =head2
16773 #: ../src/guestfs-actions.pod:5350
16774 msgid "guestfs_pvs"
16775 msgstr ""
16776
16777 # type: verbatim
16778 #. type: verbatim
16779 #: ../src/guestfs-actions.pod:5352
16780 #, no-wrap
16781 msgid ""
16782 " char **\n"
16783 " guestfs_pvs (guestfs_h *g);\n"
16784 "\n"
16785 msgstr ""
16786
16787 # type: textblock
16788 #. type: textblock
16789 #: ../src/guestfs-actions.pod:5355 ../fish/guestfish-actions.pod:3604
16790 msgid ""
16791 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16792 "(8)> command."
16793 msgstr ""
16794
16795 # type: textblock
16796 #. type: textblock
16797 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3607
16798 msgid ""
16799 "This returns a list of just the device names that contain PVs (eg. C</dev/"
16800 "sda2>)."
16801 msgstr ""
16802
16803 # type: textblock
16804 #. type: textblock
16805 #: ../src/guestfs-actions.pod:5361
16806 msgid "See also C<guestfs_pvs_full>."
16807 msgstr ""
16808
16809 # type: =head2
16810 #. type: =head2
16811 #: ../src/guestfs-actions.pod:5369
16812 msgid "guestfs_pvs_full"
16813 msgstr ""
16814
16815 # type: verbatim
16816 #. type: verbatim
16817 #: ../src/guestfs-actions.pod:5371
16818 #, no-wrap
16819 msgid ""
16820 " struct guestfs_lvm_pv_list *\n"
16821 " guestfs_pvs_full (guestfs_h *g);\n"
16822 "\n"
16823 msgstr ""
16824
16825 # type: textblock
16826 #. type: textblock
16827 #: ../src/guestfs-actions.pod:5374 ../fish/guestfish-actions.pod:3616
16828 msgid ""
16829 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16830 "(8)> command.  The \"full\" version includes all fields."
16831 msgstr ""
16832
16833 # type: textblock
16834 #. type: textblock
16835 #: ../src/guestfs-actions.pod:5377
16836 msgid ""
16837 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
16838 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
16839 msgstr ""
16840
16841 # type: =head2
16842 #. type: =head2
16843 #: ../src/guestfs-actions.pod:5383
16844 msgid "guestfs_pvuuid"
16845 msgstr ""
16846
16847 # type: verbatim
16848 #. type: verbatim
16849 #: ../src/guestfs-actions.pod:5385
16850 #, no-wrap
16851 msgid ""
16852 " char *\n"
16853 " guestfs_pvuuid (guestfs_h *g,\n"
16854 "                 const char *device);\n"
16855 "\n"
16856 msgstr ""
16857
16858 # type: textblock
16859 #. type: textblock
16860 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3623
16861 msgid "This command returns the UUID of the LVM PV C<device>."
16862 msgstr ""
16863
16864 # type: =head2
16865 #. type: =head2
16866 #: ../src/guestfs-actions.pod:5396
16867 msgid "guestfs_pwrite"
16868 msgstr ""
16869
16870 # type: verbatim
16871 #. type: verbatim
16872 #: ../src/guestfs-actions.pod:5398
16873 #, no-wrap
16874 msgid ""
16875 " int\n"
16876 " guestfs_pwrite (guestfs_h *g,\n"
16877 "                 const char *path,\n"
16878 "                 const char *content,\n"
16879 "                 size_t content_size,\n"
16880 "                 int64_t offset);\n"
16881 "\n"
16882 msgstr ""
16883
16884 # type: textblock
16885 #. type: textblock
16886 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3629
16887 msgid ""
16888 "This command writes to part of a file.  It writes the data buffer C<content> "
16889 "to the file C<path> starting at offset C<offset>."
16890 msgstr ""
16891
16892 # type: textblock
16893 #. type: textblock
16894 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3632
16895 msgid ""
16896 "This command implements the L<pwrite(2)> system call, and like that system "
16897 "call it may not write the full data requested.  The return value is the "
16898 "number of bytes that were actually written to the file.  This could even be "
16899 "0, although short writes are unlikely for regular files in ordinary "
16900 "circumstances."
16901 msgstr ""
16902
16903 # type: textblock
16904 #. type: textblock
16905 #: ../src/guestfs-actions.pod:5414
16906 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
16907 msgstr ""
16908
16909 # type: =head2
16910 #. type: =head2
16911 #: ../src/guestfs-actions.pod:5423
16912 msgid "guestfs_pwrite_device"
16913 msgstr ""
16914
16915 # type: verbatim
16916 #. type: verbatim
16917 #: ../src/guestfs-actions.pod:5425
16918 #, no-wrap
16919 msgid ""
16920 " int\n"
16921 " guestfs_pwrite_device (guestfs_h *g,\n"
16922 "                        const char *device,\n"
16923 "                        const char *content,\n"
16924 "                        size_t content_size,\n"
16925 "                        int64_t offset);\n"
16926 "\n"
16927 msgstr ""
16928
16929 # type: textblock
16930 #. type: textblock
16931 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3647
16932 msgid ""
16933 "This command writes to part of a device.  It writes the data buffer "
16934 "C<content> to C<device> starting at offset C<offset>."
16935 msgstr ""
16936
16937 # type: textblock
16938 #. type: textblock
16939 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3650
16940 msgid ""
16941 "This command implements the L<pwrite(2)> system call, and like that system "
16942 "call it may not write the full data requested (although short writes to disk "
16943 "devices and partitions are probably impossible with standard Linux kernels)."
16944 msgstr ""
16945
16946 # type: textblock
16947 #. type: textblock
16948 #: ../src/guestfs-actions.pod:5440
16949 msgid "See also C<guestfs_pwrite>."
16950 msgstr ""
16951
16952 # type: textblock
16953 #. type: textblock
16954 #: ../src/guestfs-actions.pod:5447
16955 msgid "(Added in 1.5.20)"
16956 msgstr ""
16957
16958 # type: =head2
16959 #. type: =head2
16960 #: ../src/guestfs-actions.pod:5449
16961 msgid "guestfs_read_file"
16962 msgstr ""
16963
16964 # type: verbatim
16965 #. type: verbatim
16966 #: ../src/guestfs-actions.pod:5451
16967 #, no-wrap
16968 msgid ""
16969 " char *\n"
16970 " guestfs_read_file (guestfs_h *g,\n"
16971 "                    const char *path,\n"
16972 "                    size_t *size_r);\n"
16973 "\n"
16974 msgstr ""
16975
16976 # type: textblock
16977 #. type: textblock
16978 #: ../src/guestfs-actions.pod:5456 ../fish/guestfish-actions.pod:3664
16979 msgid "This calls returns the contents of the file C<path> as a buffer."
16980 msgstr ""
16981
16982 # type: textblock
16983 #. type: textblock
16984 #: ../src/guestfs-actions.pod:5459
16985 msgid ""
16986 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
16987 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
16988 "function is limited in the total size of file that can be handled."
16989 msgstr ""
16990
16991 # type: textblock
16992 #. type: textblock
16993 #: ../src/guestfs-actions.pod:5471
16994 msgid "(Added in 1.0.63)"
16995 msgstr ""
16996
16997 # type: =head2
16998 #. type: =head2
16999 #: ../src/guestfs-actions.pod:5473
17000 msgid "guestfs_read_lines"
17001 msgstr ""
17002
17003 # type: verbatim
17004 #. type: verbatim
17005 #: ../src/guestfs-actions.pod:5475
17006 #, no-wrap
17007 msgid ""
17008 " char **\n"
17009 " guestfs_read_lines (guestfs_h *g,\n"
17010 "                     const char *path);\n"
17011 "\n"
17012 msgstr ""
17013
17014 # type: textblock
17015 #. type: textblock
17016 #: ../src/guestfs-actions.pod:5481 ../fish/guestfish-actions.pod:3681
17017 msgid ""
17018 "The file contents are returned as a list of lines.  Trailing C<LF> and "
17019 "C<CRLF> character sequences are I<not> returned."
17020 msgstr ""
17021
17022 # type: textblock
17023 #. type: textblock
17024 #: ../src/guestfs-actions.pod:5484
17025 msgid ""
17026 "Note that this function cannot correctly handle binary files (specifically, "
17027 "files containing C<\\0> character which is treated as end of line).  For "
17028 "those you need to use the C<guestfs_read_file> function which has a more "
17029 "complex interface."
17030 msgstr ""
17031
17032 # type: =head2
17033 #. type: =head2
17034 #: ../src/guestfs-actions.pod:5495
17035 msgid "guestfs_readdir"
17036 msgstr ""
17037
17038 # type: verbatim
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:5497
17041 #, no-wrap
17042 msgid ""
17043 " struct guestfs_dirent_list *\n"
17044 " guestfs_readdir (guestfs_h *g,\n"
17045 "                  const char *dir);\n"
17046 "\n"
17047 msgstr ""
17048
17049 # type: textblock
17050 #. type: textblock
17051 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3693
17052 msgid "This returns the list of directory entries in directory C<dir>."
17053 msgstr ""
17054
17055 # type: textblock
17056 #. type: textblock
17057 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3695
17058 msgid ""
17059 "All entries in the directory are returned, including C<.> and C<..>.  The "
17060 "entries are I<not> sorted, but returned in the same order as the underlying "
17061 "filesystem."
17062 msgstr ""
17063
17064 # type: textblock
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3699
17067 msgid ""
17068 "Also this call returns basic file type information about each file.  The "
17069 "C<ftyp> field will contain one of the following characters:"
17070 msgstr ""
17071
17072 # type: =item
17073 #. type: =item
17074 #: ../src/guestfs-actions.pod:5512 ../fish/guestfish-actions.pod:3704
17075 msgid "'b'"
17076 msgstr ""
17077
17078 # type: textblock
17079 #. type: textblock
17080 #: ../src/guestfs-actions.pod:5514 ../fish/guestfish-actions.pod:3706
17081 msgid "Block special"
17082 msgstr ""
17083
17084 # type: =item
17085 #. type: =item
17086 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3708
17087 msgid "'c'"
17088 msgstr ""
17089
17090 # type: textblock
17091 #. type: textblock
17092 #: ../src/guestfs-actions.pod:5518 ../fish/guestfish-actions.pod:3710
17093 msgid "Char special"
17094 msgstr ""
17095
17096 # type: =item
17097 #. type: =item
17098 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3712
17099 msgid "'d'"
17100 msgstr ""
17101
17102 # type: textblock
17103 #. type: textblock
17104 #: ../src/guestfs-actions.pod:5522 ../fish/guestfish-actions.pod:3714
17105 msgid "Directory"
17106 msgstr ""
17107
17108 # type: =item
17109 #. type: =item
17110 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3716
17111 msgid "'f'"
17112 msgstr ""
17113
17114 # type: textblock
17115 #. type: textblock
17116 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3718
17117 msgid "FIFO (named pipe)"
17118 msgstr ""
17119
17120 # type: =item
17121 #. type: =item
17122 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3720
17123 msgid "'l'"
17124 msgstr ""
17125
17126 # type: textblock
17127 #. type: textblock
17128 #: ../src/guestfs-actions.pod:5530 ../fish/guestfish-actions.pod:3722
17129 msgid "Symbolic link"
17130 msgstr ""
17131
17132 # type: =item
17133 #. type: =item
17134 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3724
17135 msgid "'r'"
17136 msgstr ""
17137
17138 # type: textblock
17139 #. type: textblock
17140 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3726
17141 msgid "Regular file"
17142 msgstr ""
17143
17144 # type: =item
17145 #. type: =item
17146 #: ../src/guestfs-actions.pod:5536 ../fish/guestfish-actions.pod:3728
17147 msgid "'s'"
17148 msgstr ""
17149
17150 # type: textblock
17151 #. type: textblock
17152 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3730
17153 msgid "Socket"
17154 msgstr ""
17155
17156 # type: =item
17157 #. type: =item
17158 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3732
17159 msgid "'u'"
17160 msgstr ""
17161
17162 # type: textblock
17163 #. type: textblock
17164 #: ../src/guestfs-actions.pod:5542 ../fish/guestfish-actions.pod:3734
17165 msgid "Unknown file type"
17166 msgstr ""
17167
17168 # type: =item
17169 #. type: =item
17170 #: ../src/guestfs-actions.pod:5544 ../fish/guestfish-actions.pod:3736
17171 msgid "'?'"
17172 msgstr ""
17173
17174 # type: textblock
17175 #. type: textblock
17176 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3738
17177 msgid ""
17178 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
17179 msgstr ""
17180
17181 # type: textblock
17182 #. type: textblock
17183 #: ../src/guestfs-actions.pod:5551
17184 msgid ""
17185 "This function is primarily intended for use by programs.  To get a simple "
17186 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
17187 "consumption, use C<guestfs_ll>."
17188 msgstr ""
17189
17190 # type: textblock
17191 #. type: textblock
17192 #: ../src/guestfs-actions.pod:5555
17193 msgid ""
17194 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
17195 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
17196 msgstr ""
17197
17198 # type: =head2
17199 #. type: =head2
17200 #: ../src/guestfs-actions.pod:5561
17201 msgid "guestfs_readlink"
17202 msgstr ""
17203
17204 # type: verbatim
17205 #. type: verbatim
17206 #: ../src/guestfs-actions.pod:5563
17207 #, no-wrap
17208 msgid ""
17209 " char *\n"
17210 " guestfs_readlink (guestfs_h *g,\n"
17211 "                   const char *path);\n"
17212 "\n"
17213 msgstr ""
17214
17215 # type: textblock
17216 #. type: textblock
17217 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3751
17218 msgid "This command reads the target of a symbolic link."
17219 msgstr ""
17220
17221 # type: =head2
17222 #. type: =head2
17223 #: ../src/guestfs-actions.pod:5574
17224 msgid "guestfs_readlinklist"
17225 msgstr ""
17226
17227 # type: verbatim
17228 #. type: verbatim
17229 #: ../src/guestfs-actions.pod:5576
17230 #, no-wrap
17231 msgid ""
17232 " char **\n"
17233 " guestfs_readlinklist (guestfs_h *g,\n"
17234 "                       const char *path,\n"
17235 "                       char *const *names);\n"
17236 "\n"
17237 msgstr ""
17238
17239 # type: textblock
17240 #. type: textblock
17241 #: ../src/guestfs-actions.pod:5581 ../fish/guestfish-actions.pod:3757
17242 msgid ""
17243 "This call allows you to do a C<readlink> operation on multiple files, where "
17244 "all files are in the directory C<path>.  C<names> is the list of files from "
17245 "this directory."
17246 msgstr ""
17247
17248 # type: textblock
17249 #. type: textblock
17250 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3761
17251 msgid ""
17252 "On return you get a list of strings, with a one-to-one correspondence to the "
17253 "C<names> list.  Each string is the value of the symbolic link."
17254 msgstr ""
17255
17256 # type: textblock
17257 #. type: textblock
17258 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3765
17259 msgid ""
17260 "If the C<readlink(2)> operation fails on any name, then the corresponding "
17261 "result string is the empty string C<\"\">.  However the whole operation is "
17262 "completed even if there were C<readlink(2)> errors, and so you can call this "
17263 "function with names where you don't know if they are symbolic links already "
17264 "(albeit slightly less efficient)."
17265 msgstr ""
17266
17267 # type: textblock
17268 #. type: textblock
17269 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3772
17270 msgid ""
17271 "This call is intended for programs that want to efficiently list a directory "
17272 "contents without making many round-trips.  Very long directory listings "
17273 "might cause the protocol message size to be exceeded, causing this call to "
17274 "fail.  The caller must split up such requests into smaller groups of names."
17275 msgstr ""
17276
17277 # type: =head2
17278 #. type: =head2
17279 #: ../src/guestfs-actions.pod:5609
17280 msgid "guestfs_realpath"
17281 msgstr ""
17282
17283 # type: verbatim
17284 #. type: verbatim
17285 #: ../src/guestfs-actions.pod:5611
17286 #, no-wrap
17287 msgid ""
17288 " char *\n"
17289 " guestfs_realpath (guestfs_h *g,\n"
17290 "                   const char *path);\n"
17291 "\n"
17292 msgstr ""
17293
17294 # type: textblock
17295 #. type: textblock
17296 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3783
17297 msgid ""
17298 "Return the canonicalized absolute pathname of C<path>.  The returned path "
17299 "has no C<.>, C<..> or symbolic link path elements."
17300 msgstr ""
17301
17302 # type: =head2
17303 #. type: =head2
17304 #: ../src/guestfs-actions.pod:5623
17305 msgid "guestfs_removexattr"
17306 msgstr ""
17307
17308 # type: verbatim
17309 #. type: verbatim
17310 #: ../src/guestfs-actions.pod:5625
17311 #, no-wrap
17312 msgid ""
17313 " int\n"
17314 " guestfs_removexattr (guestfs_h *g,\n"
17315 "                      const char *xattr,\n"
17316 "                      const char *path);\n"
17317 "\n"
17318 msgstr ""
17319
17320 # type: textblock
17321 #. type: textblock
17322 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3790
17323 msgid ""
17324 "This call removes the extended attribute named C<xattr> of the file C<path>."
17325 msgstr ""
17326
17327 # type: textblock
17328 #. type: textblock
17329 #: ../src/guestfs-actions.pod:5633
17330 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
17331 msgstr ""
17332
17333 # type: =head2
17334 #. type: =head2
17335 #: ../src/guestfs-actions.pod:5639
17336 msgid "guestfs_resize2fs"
17337 msgstr ""
17338
17339 # type: verbatim
17340 #. type: verbatim
17341 #: ../src/guestfs-actions.pod:5641
17342 #, no-wrap
17343 msgid ""
17344 " int\n"
17345 " guestfs_resize2fs (guestfs_h *g,\n"
17346 "                    const char *device);\n"
17347 "\n"
17348 msgstr ""
17349
17350 # type: textblock
17351 #. type: textblock
17352 #: ../src/guestfs-actions.pod:5645 ../fish/guestfish-actions.pod:3799
17353 msgid ""
17354 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
17355 "underlying device."
17356 msgstr ""
17357
17358 # type: textblock
17359 #. type: textblock
17360 #: ../src/guestfs-actions.pod:5648
17361 msgid ""
17362 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
17363 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
17364 "sometimes gives an error about this and sometimes not.  In any case, it is "
17365 "always safe to call C<guestfs_e2fsck_f> before calling this function."
17366 msgstr ""
17367
17368 #. type: =head2
17369 #: ../src/guestfs-actions.pod:5658
17370 msgid "guestfs_resize2fs_M"
17371 msgstr ""
17372
17373 #. type: verbatim
17374 #: ../src/guestfs-actions.pod:5660
17375 #, no-wrap
17376 msgid ""
17377 " int\n"
17378 " guestfs_resize2fs_M (guestfs_h *g,\n"
17379 "                      const char *device);\n"
17380 "\n"
17381 msgstr ""
17382
17383 #. type: textblock
17384 #: ../src/guestfs-actions.pod:5664
17385 msgid ""
17386 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
17387 "resized to its minimum size.  This works like the I<-M> option to the "
17388 "C<resize2fs> command."
17389 msgstr ""
17390
17391 #. type: textblock
17392 #: ../src/guestfs-actions.pod:5668
17393 msgid ""
17394 "To get the resulting size of the filesystem you should call "
17395 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
17396 "These two numbers, multiplied together, give the resulting size of the "
17397 "minimal filesystem in bytes."
17398 msgstr ""
17399
17400 # type: =head2
17401 #. type: =head2
17402 #: ../src/guestfs-actions.pod:5675
17403 msgid "guestfs_resize2fs_size"
17404 msgstr ""
17405
17406 # type: verbatim
17407 #. type: verbatim
17408 #: ../src/guestfs-actions.pod:5677
17409 #, no-wrap
17410 msgid ""
17411 " int\n"
17412 " guestfs_resize2fs_size (guestfs_h *g,\n"
17413 "                         const char *device,\n"
17414 "                         int64_t size);\n"
17415 "\n"
17416 msgstr ""
17417
17418 # type: textblock
17419 #. type: textblock
17420 #: ../src/guestfs-actions.pod:5682
17421 msgid ""
17422 "This command is the same as C<guestfs_resize2fs> except that it allows you "
17423 "to specify the new size (in bytes) explicitly."
17424 msgstr ""
17425
17426 # type: =head2
17427 #. type: =head2
17428 #: ../src/guestfs-actions.pod:5689
17429 msgid "guestfs_rm"
17430 msgstr ""
17431
17432 # type: verbatim
17433 #. type: verbatim
17434 #: ../src/guestfs-actions.pod:5691
17435 #, no-wrap
17436 msgid ""
17437 " int\n"
17438 " guestfs_rm (guestfs_h *g,\n"
17439 "             const char *path);\n"
17440 "\n"
17441 msgstr ""
17442
17443 # type: textblock
17444 #. type: textblock
17445 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3832
17446 msgid "Remove the single file C<path>."
17447 msgstr ""
17448
17449 # type: =head2
17450 #. type: =head2
17451 #: ../src/guestfs-actions.pod:5701
17452 msgid "guestfs_rm_rf"
17453 msgstr ""
17454
17455 # type: verbatim
17456 #. type: verbatim
17457 #: ../src/guestfs-actions.pod:5703
17458 #, no-wrap
17459 msgid ""
17460 " int\n"
17461 " guestfs_rm_rf (guestfs_h *g,\n"
17462 "                const char *path);\n"
17463 "\n"
17464 msgstr ""
17465
17466 # type: textblock
17467 #. type: textblock
17468 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3838
17469 msgid ""
17470 "Remove the file or directory C<path>, recursively removing the contents if "
17471 "its a directory.  This is like the C<rm -rf> shell command."
17472 msgstr ""
17473
17474 # type: =head2
17475 #. type: =head2
17476 #: ../src/guestfs-actions.pod:5715
17477 msgid "guestfs_rmdir"
17478 msgstr ""
17479
17480 # type: verbatim
17481 #. type: verbatim
17482 #: ../src/guestfs-actions.pod:5717
17483 #, no-wrap
17484 msgid ""
17485 " int\n"
17486 " guestfs_rmdir (guestfs_h *g,\n"
17487 "                const char *path);\n"
17488 "\n"
17489 msgstr ""
17490
17491 # type: textblock
17492 #. type: textblock
17493 #: ../src/guestfs-actions.pod:5721 ../fish/guestfish-actions.pod:3846
17494 msgid "Remove the single directory C<path>."
17495 msgstr ""
17496
17497 # type: =head2
17498 #. type: =head2
17499 #: ../src/guestfs-actions.pod:5727
17500 msgid "guestfs_rmmountpoint"
17501 msgstr ""
17502
17503 # type: verbatim
17504 #. type: verbatim
17505 #: ../src/guestfs-actions.pod:5729
17506 #, no-wrap
17507 msgid ""
17508 " int\n"
17509 " guestfs_rmmountpoint (guestfs_h *g,\n"
17510 "                       const char *exemptpath);\n"
17511 "\n"
17512 msgstr ""
17513
17514 # type: textblock
17515 #. type: textblock
17516 #: ../src/guestfs-actions.pod:5733
17517 msgid ""
17518 "This calls removes a mountpoint that was previously created with "
17519 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
17520 msgstr ""
17521
17522 # type: =head2
17523 #. type: =head2
17524 #: ../src/guestfs-actions.pod:5741
17525 msgid "guestfs_scrub_device"
17526 msgstr ""
17527
17528 # type: verbatim
17529 #. type: verbatim
17530 #: ../src/guestfs-actions.pod:5743
17531 #, no-wrap
17532 msgid ""
17533 " int\n"
17534 " guestfs_scrub_device (guestfs_h *g,\n"
17535 "                       const char *device);\n"
17536 "\n"
17537 msgstr ""
17538
17539 # type: textblock
17540 #. type: textblock
17541 #: ../src/guestfs-actions.pod:5747 ../fish/guestfish-actions.pod:3860
17542 msgid ""
17543 "This command writes patterns over C<device> to make data retrieval more "
17544 "difficult."
17545 msgstr ""
17546
17547 # type: textblock
17548 #. type: textblock
17549 #: ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5771
17550 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3863
17551 #: ../fish/guestfish-actions.pod:3878 ../fish/guestfish-actions.pod:3891
17552 msgid ""
17553 "It is an interface to the L<scrub(1)> program.  See that manual page for "
17554 "more details."
17555 msgstr ""
17556
17557 # type: textblock
17558 #. type: textblock
17559 #: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5776
17560 #: ../src/guestfs-actions.pod:5795
17561 msgid "(Added in 1.0.52)"
17562 msgstr ""
17563
17564 # type: =head2
17565 #. type: =head2
17566 #: ../src/guestfs-actions.pod:5760
17567 msgid "guestfs_scrub_file"
17568 msgstr ""
17569
17570 # type: verbatim
17571 #. type: verbatim
17572 #: ../src/guestfs-actions.pod:5762
17573 #, no-wrap
17574 msgid ""
17575 " int\n"
17576 " guestfs_scrub_file (guestfs_h *g,\n"
17577 "                     const char *file);\n"
17578 "\n"
17579 msgstr ""
17580
17581 # type: textblock
17582 #. type: textblock
17583 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3873
17584 msgid ""
17585 "This command writes patterns over a file to make data retrieval more "
17586 "difficult."
17587 msgstr ""
17588
17589 # type: textblock
17590 #. type: textblock
17591 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3876
17592 msgid "The file is I<removed> after scrubbing."
17593 msgstr ""
17594
17595 # type: =head2
17596 #. type: =head2
17597 #: ../src/guestfs-actions.pod:5778
17598 msgid "guestfs_scrub_freespace"
17599 msgstr ""
17600
17601 # type: verbatim
17602 #. type: verbatim
17603 #: ../src/guestfs-actions.pod:5780
17604 #, no-wrap
17605 msgid ""
17606 " int\n"
17607 " guestfs_scrub_freespace (guestfs_h *g,\n"
17608 "                          const char *dir);\n"
17609 "\n"
17610 msgstr ""
17611
17612 # type: textblock
17613 #. type: textblock
17614 #: ../src/guestfs-actions.pod:5784
17615 msgid ""
17616 "This command creates the directory C<dir> and then fills it with files until "
17617 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
17618 "and deletes them.  The intention is to scrub any free space on the partition "
17619 "containing C<dir>."
17620 msgstr ""
17621
17622 # type: =head2
17623 #. type: =head2
17624 #: ../src/guestfs-actions.pod:5797
17625 msgid "guestfs_set_append"
17626 msgstr ""
17627
17628 # type: verbatim
17629 #. type: verbatim
17630 #: ../src/guestfs-actions.pod:5799
17631 #, no-wrap
17632 msgid ""
17633 " int\n"
17634 " guestfs_set_append (guestfs_h *g,\n"
17635 "                     const char *append);\n"
17636 "\n"
17637 msgstr ""
17638
17639 # type: textblock
17640 #. type: textblock
17641 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3900
17642 msgid ""
17643 "This function is used to add additional options to the guest kernel command "
17644 "line."
17645 msgstr ""
17646
17647 # type: textblock
17648 #. type: textblock
17649 #: ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3903
17650 msgid ""
17651 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
17652 "environment variable."
17653 msgstr ""
17654
17655 # type: textblock
17656 #. type: textblock
17657 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3906
17658 msgid ""
17659 "Setting C<append> to C<NULL> means I<no> additional options are passed "
17660 "(libguestfs always adds a few of its own)."
17661 msgstr ""
17662
17663 #. type: =head2
17664 #: ../src/guestfs-actions.pod:5816
17665 msgid "guestfs_set_attach_method"
17666 msgstr ""
17667
17668 #. type: verbatim
17669 #: ../src/guestfs-actions.pod:5818
17670 #, no-wrap
17671 msgid ""
17672 " int\n"
17673 " guestfs_set_attach_method (guestfs_h *g,\n"
17674 "                            const char *attachmethod);\n"
17675 "\n"
17676 msgstr ""
17677
17678 #. type: textblock
17679 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3915
17680 msgid ""
17681 "Set the method that libguestfs uses to connect to the back end guestfsd "
17682 "daemon.  Possible methods are:"
17683 msgstr ""
17684
17685 #. type: textblock
17686 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3922
17687 msgid ""
17688 "Launch an appliance and connect to it.  This is the ordinary method and the "
17689 "default."
17690 msgstr ""
17691
17692 #. type: =item
17693 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3925
17694 msgid "C<unix:I<path>>"
17695 msgstr ""
17696
17697 #. type: textblock
17698 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3927
17699 msgid "Connect to the Unix domain socket I<path>."
17700 msgstr ""
17701
17702 #. type: textblock
17703 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3929
17704 msgid ""
17705 "This method lets you connect to an existing daemon or (using virtio-serial) "
17706 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
17707 "RUNNING DAEMONS>."
17708 msgstr ""
17709
17710 # type: =head2
17711 #. type: =head2
17712 #: ../src/guestfs-actions.pod:5844
17713 msgid "guestfs_set_autosync"
17714 msgstr ""
17715
17716 # type: verbatim
17717 #. type: verbatim
17718 #: ../src/guestfs-actions.pod:5846
17719 #, no-wrap
17720 msgid ""
17721 " int\n"
17722 " guestfs_set_autosync (guestfs_h *g,\n"
17723 "                       int autosync);\n"
17724 "\n"
17725 msgstr ""
17726
17727 #. type: textblock
17728 #: ../src/guestfs-actions.pod:5850 ../fish/guestfish-actions.pod:3941
17729 msgid ""
17730 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
17731 "effort attempt to make filesystems consistent and synchronized when the "
17732 "handle is closed (also if the program exits without closing handles)."
17733 msgstr ""
17734
17735 # type: textblock
17736 #. type: textblock
17737 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3946
17738 msgid ""
17739 "This is enabled by default (since libguestfs 1.5.24, previously it was "
17740 "disabled by default)."
17741 msgstr ""
17742
17743 # type: =head2
17744 #. type: =head2
17745 #: ../src/guestfs-actions.pod:5862
17746 msgid "guestfs_set_direct"
17747 msgstr ""
17748
17749 # type: verbatim
17750 #. type: verbatim
17751 #: ../src/guestfs-actions.pod:5864
17752 #, no-wrap
17753 msgid ""
17754 " int\n"
17755 " guestfs_set_direct (guestfs_h *g,\n"
17756 "                     int direct);\n"
17757 "\n"
17758 msgstr ""
17759
17760 # type: textblock
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:5868 ../fish/guestfish-actions.pod:3955
17763 msgid ""
17764 "If the direct appliance mode flag is enabled, then stdin and stdout are "
17765 "passed directly through to the appliance once it is launched."
17766 msgstr ""
17767
17768 # type: textblock
17769 #. type: textblock
17770 #: ../src/guestfs-actions.pod:5872
17771 msgid ""
17772 "One consequence of this is that log messages aren't caught by the library "
17773 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
17774 "stdout."
17775 msgstr ""
17776
17777 # type: textblock
17778 #. type: textblock
17779 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3963
17780 msgid "You probably don't want to use this unless you know what you are doing."
17781 msgstr ""
17782
17783 # type: textblock
17784 #. type: textblock
17785 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3966
17786 msgid "The default is disabled."
17787 msgstr ""
17788
17789 # type: =head2
17790 #. type: =head2
17791 #: ../src/guestfs-actions.pod:5885
17792 msgid "guestfs_set_e2label"
17793 msgstr ""
17794
17795 # type: verbatim
17796 #. type: verbatim
17797 #: ../src/guestfs-actions.pod:5887
17798 #, no-wrap
17799 msgid ""
17800 " int\n"
17801 " guestfs_set_e2label (guestfs_h *g,\n"
17802 "                      const char *device,\n"
17803 "                      const char *label);\n"
17804 "\n"
17805 msgstr ""
17806
17807 # type: textblock
17808 #. type: textblock
17809 #: ../src/guestfs-actions.pod:5892 ../fish/guestfish-actions.pod:3972
17810 msgid ""
17811 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
17812 "C<label>.  Filesystem labels are limited to 16 characters."
17813 msgstr ""
17814
17815 # type: textblock
17816 #. type: textblock
17817 #: ../src/guestfs-actions.pod:5896
17818 msgid ""
17819 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
17820 "the existing label on a filesystem."
17821 msgstr ""
17822
17823 # type: =head2
17824 #. type: =head2
17825 #: ../src/guestfs-actions.pod:5903
17826 msgid "guestfs_set_e2uuid"
17827 msgstr ""
17828
17829 # type: verbatim
17830 #. type: verbatim
17831 #: ../src/guestfs-actions.pod:5905
17832 #, no-wrap
17833 msgid ""
17834 " int\n"
17835 " guestfs_set_e2uuid (guestfs_h *g,\n"
17836 "                     const char *device,\n"
17837 "                     const char *uuid);\n"
17838 "\n"
17839 msgstr ""
17840
17841 # type: textblock
17842 #. type: textblock
17843 #: ../src/guestfs-actions.pod:5910 ../fish/guestfish-actions.pod:3983
17844 msgid ""
17845 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
17846 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
17847 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
17848 msgstr ""
17849
17850 # type: textblock
17851 #. type: textblock
17852 #: ../src/guestfs-actions.pod:5915
17853 msgid ""
17854 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
17855 "the existing UUID of a filesystem."
17856 msgstr ""
17857
17858 # type: =head2
17859 #. type: =head2
17860 #: ../src/guestfs-actions.pod:5922
17861 msgid "guestfs_set_memsize"
17862 msgstr ""
17863
17864 # type: verbatim
17865 #. type: verbatim
17866 #: ../src/guestfs-actions.pod:5924
17867 #, no-wrap
17868 msgid ""
17869 " int\n"
17870 " guestfs_set_memsize (guestfs_h *g,\n"
17871 "                      int memsize);\n"
17872 "\n"
17873 msgstr ""
17874
17875 # type: textblock
17876 #. type: textblock
17877 #: ../src/guestfs-actions.pod:5928
17878 msgid ""
17879 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
17880 "This only has any effect if called before C<guestfs_launch>."
17881 msgstr ""
17882
17883 # type: textblock
17884 #. type: textblock
17885 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:4001
17886 msgid ""
17887 "You can also change this by setting the environment variable "
17888 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
17889 msgstr ""
17890
17891 # type: =head2
17892 #. type: =head2
17893 #: ../src/guestfs-actions.pod:5943
17894 msgid "guestfs_set_network"
17895 msgstr ""
17896
17897 # type: verbatim
17898 #. type: verbatim
17899 #: ../src/guestfs-actions.pod:5945
17900 #, no-wrap
17901 msgid ""
17902 " int\n"
17903 " guestfs_set_network (guestfs_h *g,\n"
17904 "                      int network);\n"
17905 "\n"
17906 msgstr ""
17907
17908 # type: textblock
17909 #. type: textblock
17910 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4014
17911 msgid ""
17912 "If C<network> is true, then the network is enabled in the libguestfs "
17913 "appliance.  The default is false."
17914 msgstr ""
17915
17916 # type: textblock
17917 #. type: textblock
17918 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4017
17919 msgid ""
17920 "This affects whether commands are able to access the network (see L<guestfs"
17921 "(3)/RUNNING COMMANDS>)."
17922 msgstr ""
17923
17924 # type: textblock
17925 #. type: textblock
17926 #: ../src/guestfs-actions.pod:5955
17927 msgid ""
17928 "You must call this before calling C<guestfs_launch>, otherwise it has no "
17929 "effect."
17930 msgstr ""
17931
17932 # type: =head2
17933 #. type: =head2
17934 #: ../src/guestfs-actions.pod:5962
17935 msgid "guestfs_set_path"
17936 msgstr ""
17937
17938 # type: verbatim
17939 #. type: verbatim
17940 #: ../src/guestfs-actions.pod:5964
17941 #, no-wrap
17942 msgid ""
17943 " int\n"
17944 " guestfs_set_path (guestfs_h *g,\n"
17945 "                   const char *searchpath);\n"
17946 "\n"
17947 msgstr ""
17948
17949 # type: textblock
17950 #. type: textblock
17951 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:4029
17952 msgid "Set the path that libguestfs searches for kernel and initrd.img."
17953 msgstr ""
17954
17955 # type: textblock
17956 #. type: textblock
17957 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:4031
17958 msgid ""
17959 "The default is C<$libdir/guestfs> unless overridden by setting "
17960 "C<LIBGUESTFS_PATH> environment variable."
17961 msgstr ""
17962
17963 # type: textblock
17964 #. type: textblock
17965 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4034
17966 msgid "Setting C<path> to C<NULL> restores the default path."
17967 msgstr ""
17968
17969 # type: =head2
17970 #. type: =head2
17971 #: ../src/guestfs-actions.pod:5979
17972 msgid "guestfs_set_qemu"
17973 msgstr ""
17974
17975 # type: verbatim
17976 #. type: verbatim
17977 #: ../src/guestfs-actions.pod:5981
17978 #, no-wrap
17979 msgid ""
17980 " int\n"
17981 " guestfs_set_qemu (guestfs_h *g,\n"
17982 "                   const char *qemu);\n"
17983 "\n"
17984 msgstr ""
17985
17986 # type: textblock
17987 #. type: textblock
17988 #: ../src/guestfs-actions.pod:5985 ../fish/guestfish-actions.pod:4042
17989 msgid "Set the qemu binary that we will use."
17990 msgstr ""
17991
17992 # type: textblock
17993 #. type: textblock
17994 #: ../src/guestfs-actions.pod:5987 ../fish/guestfish-actions.pod:4044
17995 msgid ""
17996 "The default is chosen when the library was compiled by the configure script."
17997 msgstr ""
17998
17999 # type: textblock
18000 #. type: textblock
18001 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4047
18002 msgid ""
18003 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
18004 "variable."
18005 msgstr ""
18006
18007 # type: textblock
18008 #. type: textblock
18009 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:4050
18010 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
18011 msgstr ""
18012
18013 # type: textblock
18014 #. type: textblock
18015 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4052
18016 msgid ""
18017 "Note that you should call this function as early as possible after creating "
18018 "the handle.  This is because some pre-launch operations depend on testing "
18019 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
18020 "don't retest features, and so you might see inconsistent results.  Using the "
18021 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
18022 "the qemu binary at the same time as the handle is created."
18023 msgstr ""
18024
18025 # type: =head2
18026 #. type: =head2
18027 #: ../src/guestfs-actions.pod:6007
18028 msgid "guestfs_set_recovery_proc"
18029 msgstr ""
18030
18031 # type: verbatim
18032 #. type: verbatim
18033 #: ../src/guestfs-actions.pod:6009
18034 #, no-wrap
18035 msgid ""
18036 " int\n"
18037 " guestfs_set_recovery_proc (guestfs_h *g,\n"
18038 "                            int recoveryproc);\n"
18039 "\n"
18040 msgstr ""
18041
18042 # type: textblock
18043 #. type: textblock
18044 #: ../src/guestfs-actions.pod:6013
18045 msgid ""
18046 "If this is called with the parameter C<false> then C<guestfs_launch> does "
18047 "not create a recovery process.  The purpose of the recovery process is to "
18048 "stop runaway qemu processes in the case where the main program aborts "
18049 "abruptly."
18050 msgstr ""
18051
18052 # type: textblock
18053 #. type: textblock
18054 #: ../src/guestfs-actions.pod:6018
18055 msgid ""
18056 "This only has any effect if called before C<guestfs_launch>, and the default "
18057 "is true."
18058 msgstr ""
18059
18060 # type: textblock
18061 #. type: textblock
18062 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:4074
18063 msgid ""
18064 "About the only time when you would want to disable this is if the main "
18065 "process will fork itself into the background (\"daemonize\" itself).  In "
18066 "this case the recovery process thinks that the main program has disappeared "
18067 "and so kills qemu, which is not very helpful."
18068 msgstr ""
18069
18070 # type: =head2
18071 #. type: =head2
18072 #: ../src/guestfs-actions.pod:6031
18073 msgid "guestfs_set_selinux"
18074 msgstr ""
18075
18076 # type: verbatim
18077 #. type: verbatim
18078 #: ../src/guestfs-actions.pod:6033
18079 #, no-wrap
18080 msgid ""
18081 " int\n"
18082 " guestfs_set_selinux (guestfs_h *g,\n"
18083 "                      int selinux);\n"
18084 "\n"
18085 msgstr ""
18086
18087 # type: textblock
18088 #. type: textblock
18089 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4086
18090 msgid ""
18091 "This sets the selinux flag that is passed to the appliance at boot time.  "
18092 "The default is C<selinux=0> (disabled)."
18093 msgstr ""
18094
18095 # type: textblock
18096 #. type: textblock
18097 #: ../src/guestfs-actions.pod:6040 ../fish/guestfish-actions.pod:4089
18098 msgid ""
18099 "Note that if SELinux is enabled, it is always in Permissive mode "
18100 "(C<enforcing=0>)."
18101 msgstr ""
18102
18103 # type: =head2
18104 #. type: =head2
18105 #: ../src/guestfs-actions.pod:6050
18106 msgid "guestfs_set_trace"
18107 msgstr ""
18108
18109 # type: verbatim
18110 #. type: verbatim
18111 #: ../src/guestfs-actions.pod:6052
18112 #, no-wrap
18113 msgid ""
18114 " int\n"
18115 " guestfs_set_trace (guestfs_h *g,\n"
18116 "                    int trace);\n"
18117 "\n"
18118 msgstr ""
18119
18120 #. type: textblock
18121 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4101
18122 msgid ""
18123 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
18124 "return values are traced."
18125 msgstr ""
18126
18127 # type: textblock
18128 #. type: textblock
18129 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4104
18130 msgid ""
18131 "If you want to trace C API calls into libguestfs (and other libraries) then "
18132 "possibly a better way is to use the external ltrace(1) command."
18133 msgstr ""
18134
18135 # type: textblock
18136 #. type: textblock
18137 #: ../src/guestfs-actions.pod:6063 ../fish/guestfish-actions.pod:4108
18138 msgid ""
18139 "Command traces are disabled unless the environment variable "
18140 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
18141 msgstr ""
18142
18143 #. type: textblock
18144 #: ../src/guestfs-actions.pod:6066
18145 msgid ""
18146 "Trace messages are normally sent to C<stderr>, unless you register a "
18147 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18148 msgstr ""
18149
18150 # type: =head2
18151 #. type: =head2
18152 #: ../src/guestfs-actions.pod:6074
18153 msgid "guestfs_set_verbose"
18154 msgstr ""
18155
18156 # type: verbatim
18157 #. type: verbatim
18158 #: ../src/guestfs-actions.pod:6076
18159 #, no-wrap
18160 msgid ""
18161 " int\n"
18162 " guestfs_set_verbose (guestfs_h *g,\n"
18163 "                      int verbose);\n"
18164 "\n"
18165 msgstr ""
18166
18167 #. type: textblock
18168 #: ../src/guestfs-actions.pod:6080 ../fish/guestfish-actions.pod:4121
18169 msgid "If C<verbose> is true, this turns on verbose messages."
18170 msgstr ""
18171
18172 # type: textblock
18173 #. type: textblock
18174 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4123
18175 msgid ""
18176 "Verbose messages are disabled unless the environment variable "
18177 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
18178 msgstr ""
18179
18180 #. type: textblock
18181 #: ../src/guestfs-actions.pod:6085
18182 msgid ""
18183 "Verbose messages are normally sent to C<stderr>, unless you register a "
18184 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18185 msgstr ""
18186
18187 # type: =head2
18188 #. type: =head2
18189 #: ../src/guestfs-actions.pod:6093
18190 msgid "guestfs_setcon"
18191 msgstr ""
18192
18193 # type: verbatim
18194 #. type: verbatim
18195 #: ../src/guestfs-actions.pod:6095
18196 #, no-wrap
18197 msgid ""
18198 " int\n"
18199 " guestfs_setcon (guestfs_h *g,\n"
18200 "                 const char *context);\n"
18201 "\n"
18202 msgstr ""
18203
18204 # type: textblock
18205 #. type: textblock
18206 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4134
18207 msgid ""
18208 "This sets the SELinux security context of the daemon to the string "
18209 "C<context>."
18210 msgstr ""
18211
18212 # type: textblock
18213 #. type: textblock
18214 #: ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4137
18215 msgid "See the documentation about SELINUX in L<guestfs(3)>."
18216 msgstr ""
18217
18218 # type: =head2
18219 #. type: =head2
18220 #: ../src/guestfs-actions.pod:6108
18221 msgid "guestfs_setxattr"
18222 msgstr ""
18223
18224 # type: verbatim
18225 #. type: verbatim
18226 #: ../src/guestfs-actions.pod:6110
18227 #, no-wrap
18228 msgid ""
18229 " int\n"
18230 " guestfs_setxattr (guestfs_h *g,\n"
18231 "                   const char *xattr,\n"
18232 "                   const char *val,\n"
18233 "                   int vallen,\n"
18234 "                   const char *path);\n"
18235 "\n"
18236 msgstr ""
18237
18238 # type: textblock
18239 #. type: textblock
18240 #: ../src/guestfs-actions.pod:6117 ../fish/guestfish-actions.pod:4143
18241 msgid ""
18242 "This call sets the extended attribute named C<xattr> of the file C<path> to "
18243 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
18244 msgstr ""
18245
18246 # type: textblock
18247 #. type: textblock
18248 #: ../src/guestfs-actions.pod:6121
18249 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
18250 msgstr ""
18251
18252 # type: =head2
18253 #. type: =head2
18254 #: ../src/guestfs-actions.pod:6127
18255 msgid "guestfs_sfdisk"
18256 msgstr ""
18257
18258 # type: verbatim
18259 #. type: verbatim
18260 #: ../src/guestfs-actions.pod:6129
18261 #, no-wrap
18262 msgid ""
18263 " int\n"
18264 " guestfs_sfdisk (guestfs_h *g,\n"
18265 "                 const char *device,\n"
18266 "                 int cyls,\n"
18267 "                 int heads,\n"
18268 "                 int sectors,\n"
18269 "                 char *const *lines);\n"
18270 "\n"
18271 msgstr ""
18272
18273 # type: textblock
18274 #. type: textblock
18275 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4153
18276 msgid ""
18277 "This is a direct interface to the L<sfdisk(8)> program for creating "
18278 "partitions on block devices."
18279 msgstr ""
18280
18281 # type: textblock
18282 #. type: textblock
18283 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4156
18284 msgid "C<device> should be a block device, for example C</dev/sda>."
18285 msgstr ""
18286
18287 # type: textblock
18288 #. type: textblock
18289 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4158
18290 msgid ""
18291 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
18292 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
18293 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
18294 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
18295 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
18296 "the kernel) cannot work out the right geometry and you will need to tell it."
18297 msgstr ""
18298
18299 # type: textblock
18300 #. type: textblock
18301 #: ../src/guestfs-actions.pod:6150 ../fish/guestfish-actions.pod:4166
18302 msgid ""
18303 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
18304 "refer to the L<sfdisk(8)> manpage."
18305 msgstr ""
18306
18307 # type: textblock
18308 #. type: textblock
18309 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4169
18310 msgid ""
18311 "To create a single partition occupying the whole disk, you would pass "
18312 "C<lines> as a single element list, when the single element being the string "
18313 "C<,> (comma)."
18314 msgstr ""
18315
18316 # type: textblock
18317 #. type: textblock
18318 #: ../src/guestfs-actions.pod:6157
18319 msgid ""
18320 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
18321 msgstr ""
18322
18323 #. type: textblock
18324 #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195
18325 #: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4179
18326 #: ../fish/guestfish-actions.pod:4202 ../fish/guestfish-actions.pod:4224
18327 msgid ""
18328 "This function is deprecated.  In new code, use the C<part_add> call instead."
18329 msgstr ""
18330
18331 # type: =head2
18332 #. type: =head2
18333 #: ../src/guestfs-actions.pod:6174
18334 msgid "guestfs_sfdiskM"
18335 msgstr ""
18336
18337 # type: verbatim
18338 #. type: verbatim
18339 #: ../src/guestfs-actions.pod:6176
18340 #, no-wrap
18341 msgid ""
18342 " int\n"
18343 " guestfs_sfdiskM (guestfs_h *g,\n"
18344 "                  const char *device,\n"
18345 "                  char *const *lines);\n"
18346 "\n"
18347 msgstr ""
18348
18349 # type: textblock
18350 #. type: textblock
18351 #: ../src/guestfs-actions.pod:6181
18352 msgid ""
18353 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
18354 "partition sizes are specified in megabytes only (rounded to the nearest "
18355 "cylinder) and you don't need to specify the cyls, heads and sectors "
18356 "parameters which were rarely if ever used anyway."
18357 msgstr ""
18358
18359 # type: textblock
18360 #. type: textblock
18361 #: ../src/guestfs-actions.pod:6187
18362 msgid ""
18363 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
18364 "C<guestfs_part_disk>"
18365 msgstr ""
18366
18367 # type: =head2
18368 #. type: =head2
18369 #: ../src/guestfs-actions.pod:6204
18370 msgid "guestfs_sfdisk_N"
18371 msgstr ""
18372
18373 # type: verbatim
18374 #. type: verbatim
18375 #: ../src/guestfs-actions.pod:6206
18376 #, no-wrap
18377 msgid ""
18378 " int\n"
18379 " guestfs_sfdisk_N (guestfs_h *g,\n"
18380 "                   const char *device,\n"
18381 "                   int partnum,\n"
18382 "                   int cyls,\n"
18383 "                   int heads,\n"
18384 "                   int sectors,\n"
18385 "                   const char *line);\n"
18386 "\n"
18387 msgstr ""
18388
18389 # type: textblock
18390 #. type: textblock
18391 #: ../src/guestfs-actions.pod:6215 ../fish/guestfish-actions.pod:4213
18392 msgid ""
18393 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
18394 "(note: C<n> counts from 1)."
18395 msgstr ""
18396
18397 # type: textblock
18398 #. type: textblock
18399 #: ../src/guestfs-actions.pod:6218
18400 msgid ""
18401 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
18402 "for the cyls/heads/sectors parameters."
18403 msgstr ""
18404
18405 # type: textblock
18406 #. type: textblock
18407 #: ../src/guestfs-actions.pod:6221
18408 msgid "See also: C<guestfs_part_add>"
18409 msgstr ""
18410
18411 # type: =head2
18412 #. type: =head2
18413 #: ../src/guestfs-actions.pod:6237
18414 msgid "guestfs_sfdisk_disk_geometry"
18415 msgstr ""
18416
18417 # type: verbatim
18418 #. type: verbatim
18419 #: ../src/guestfs-actions.pod:6239
18420 #, no-wrap
18421 msgid ""
18422 " char *\n"
18423 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
18424 "                               const char *device);\n"
18425 "\n"
18426 msgstr ""
18427
18428 # type: textblock
18429 #. type: textblock
18430 #: ../src/guestfs-actions.pod:6243
18431 msgid ""
18432 "This displays the disk geometry of C<device> read from the partition table.  "
18433 "Especially in the case where the underlying block device has been resized, "
18434 "this can be different from the kernel's idea of the geometry (see "
18435 "C<guestfs_sfdisk_kernel_geometry>)."
18436 msgstr ""
18437
18438 # type: textblock
18439 #. type: textblock
18440 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6264
18441 #: ../fish/guestfish-actions.pod:4240 ../fish/guestfish-actions.pod:4249
18442 msgid "The result is in human-readable format, and not designed to be parsed."
18443 msgstr ""
18444
18445 # type: =head2
18446 #. type: =head2
18447 #: ../src/guestfs-actions.pod:6256
18448 msgid "guestfs_sfdisk_kernel_geometry"
18449 msgstr ""
18450
18451 # type: verbatim
18452 #. type: verbatim
18453 #: ../src/guestfs-actions.pod:6258
18454 #, no-wrap
18455 msgid ""
18456 " char *\n"
18457 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
18458 "                                 const char *device);\n"
18459 "\n"
18460 msgstr ""
18461
18462 # type: textblock
18463 #. type: textblock
18464 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4247
18465 msgid "This displays the kernel's idea of the geometry of C<device>."
18466 msgstr ""
18467
18468 # type: =head2
18469 #. type: =head2
18470 #: ../src/guestfs-actions.pod:6272
18471 msgid "guestfs_sfdisk_l"
18472 msgstr ""
18473
18474 # type: verbatim
18475 #. type: verbatim
18476 #: ../src/guestfs-actions.pod:6274
18477 #, no-wrap
18478 msgid ""
18479 " char *\n"
18480 " guestfs_sfdisk_l (guestfs_h *g,\n"
18481 "                   const char *device);\n"
18482 "\n"
18483 msgstr ""
18484
18485 # type: textblock
18486 #. type: textblock
18487 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4256
18488 msgid ""
18489 "This displays the partition table on C<device>, in the human-readable output "
18490 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
18491 msgstr ""
18492
18493 # type: textblock
18494 #. type: textblock
18495 #: ../src/guestfs-actions.pod:6282
18496 msgid "See also: C<guestfs_part_list>"
18497 msgstr ""
18498
18499 #. type: textblock
18500 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4262
18501 msgid ""
18502 "This function is deprecated.  In new code, use the C<part_list> call instead."
18503 msgstr ""
18504
18505 # type: =head2
18506 #. type: =head2
18507 #: ../src/guestfs-actions.pod:6296
18508 msgid "guestfs_sh"
18509 msgstr ""
18510
18511 # type: verbatim
18512 #. type: verbatim
18513 #: ../src/guestfs-actions.pod:6298
18514 #, no-wrap
18515 msgid ""
18516 " char *\n"
18517 " guestfs_sh (guestfs_h *g,\n"
18518 "             const char *command);\n"
18519 "\n"
18520 msgstr ""
18521
18522 # type: textblock
18523 #. type: textblock
18524 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4273
18525 msgid ""
18526 "This call runs a command from the guest filesystem via the guest's C</bin/"
18527 "sh>."
18528 msgstr ""
18529
18530 # type: textblock
18531 #. type: textblock
18532 #: ../src/guestfs-actions.pod:6305
18533 msgid "This is like C<guestfs_command>, but passes the command to:"
18534 msgstr ""
18535
18536 # type: verbatim
18537 #. type: verbatim
18538 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4278
18539 #, no-wrap
18540 msgid ""
18541 " /bin/sh -c \"command\"\n"
18542 "\n"
18543 msgstr ""
18544
18545 # type: textblock
18546 #. type: textblock
18547 #: ../src/guestfs-actions.pod:6309 ../fish/guestfish-actions.pod:4280
18548 msgid ""
18549 "Depending on the guest's shell, this usually results in wildcards being "
18550 "expanded, shell expressions being interpolated and so on."
18551 msgstr ""
18552
18553 # type: textblock
18554 #. type: textblock
18555 #: ../src/guestfs-actions.pod:6313
18556 msgid "All the provisos about C<guestfs_command> apply to this call."
18557 msgstr ""
18558
18559 # type: =head2
18560 #. type: =head2
18561 #: ../src/guestfs-actions.pod:6320
18562 msgid "guestfs_sh_lines"
18563 msgstr ""
18564
18565 # type: verbatim
18566 #. type: verbatim
18567 #: ../src/guestfs-actions.pod:6322
18568 #, no-wrap
18569 msgid ""
18570 " char **\n"
18571 " guestfs_sh_lines (guestfs_h *g,\n"
18572 "                   const char *command);\n"
18573 "\n"
18574 msgstr ""
18575
18576 # type: textblock
18577 #. type: textblock
18578 #: ../src/guestfs-actions.pod:6326
18579 msgid ""
18580 "This is the same as C<guestfs_sh>, but splits the result into a list of "
18581 "lines."
18582 msgstr ""
18583
18584 # type: textblock
18585 #. type: textblock
18586 #: ../src/guestfs-actions.pod:6329
18587 msgid "See also: C<guestfs_command_lines>"
18588 msgstr ""
18589
18590 # type: =head2
18591 #. type: =head2
18592 #: ../src/guestfs-actions.pod:6337
18593 msgid "guestfs_sleep"
18594 msgstr ""
18595
18596 # type: verbatim
18597 #. type: verbatim
18598 #: ../src/guestfs-actions.pod:6339
18599 #, no-wrap
18600 msgid ""
18601 " int\n"
18602 " guestfs_sleep (guestfs_h *g,\n"
18603 "                int secs);\n"
18604 "\n"
18605 msgstr ""
18606
18607 # type: textblock
18608 #. type: textblock
18609 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4299
18610 msgid "Sleep for C<secs> seconds."
18611 msgstr ""
18612
18613 # type: textblock
18614 #. type: textblock
18615 #: ../src/guestfs-actions.pod:6347
18616 msgid "(Added in 1.0.41)"
18617 msgstr ""
18618
18619 # type: =head2
18620 #. type: =head2
18621 #: ../src/guestfs-actions.pod:6349 ../src/guestfs-structs.pod:109
18622 msgid "guestfs_stat"
18623 msgstr ""
18624
18625 # type: verbatim
18626 #. type: verbatim
18627 #: ../src/guestfs-actions.pod:6351
18628 #, no-wrap
18629 msgid ""
18630 " struct guestfs_stat *\n"
18631 " guestfs_stat (guestfs_h *g,\n"
18632 "               const char *path);\n"
18633 "\n"
18634 msgstr ""
18635
18636 # type: textblock
18637 #. type: textblock
18638 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4307
18639 msgid "This is the same as the C<stat(2)> system call."
18640 msgstr ""
18641
18642 # type: =head2
18643 #. type: =head2
18644 #: ../src/guestfs-actions.pod:6365 ../src/guestfs-structs.pod:135
18645 msgid "guestfs_statvfs"
18646 msgstr ""
18647
18648 # type: verbatim
18649 #. type: verbatim
18650 #: ../src/guestfs-actions.pod:6367
18651 #, no-wrap
18652 msgid ""
18653 " struct guestfs_statvfs *\n"
18654 " guestfs_statvfs (guestfs_h *g,\n"
18655 "                  const char *path);\n"
18656 "\n"
18657 msgstr ""
18658
18659 # type: textblock
18660 #. type: textblock
18661 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4313
18662 msgid ""
18663 "Returns file system statistics for any mounted file system.  C<path> should "
18664 "be a file or directory in the mounted file system (typically it is the mount "
18665 "point itself, but it doesn't need to be)."
18666 msgstr ""
18667
18668 # type: textblock
18669 #. type: textblock
18670 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4317
18671 msgid "This is the same as the C<statvfs(2)> system call."
18672 msgstr ""
18673
18674 # type: textblock
18675 #. type: textblock
18676 #: ../src/guestfs-actions.pod:6377
18677 msgid ""
18678 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
18679 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
18680 msgstr ""
18681
18682 # type: =head2
18683 #. type: =head2
18684 #: ../src/guestfs-actions.pod:6383
18685 msgid "guestfs_strings"
18686 msgstr ""
18687
18688 # type: verbatim
18689 #. type: verbatim
18690 #: ../src/guestfs-actions.pod:6385
18691 #, no-wrap
18692 msgid ""
18693 " char **\n"
18694 " guestfs_strings (guestfs_h *g,\n"
18695 "                  const char *path);\n"
18696 "\n"
18697 msgstr ""
18698
18699 # type: textblock
18700 #. type: textblock
18701 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4323
18702 msgid ""
18703 "This runs the L<strings(1)> command on a file and returns the list of "
18704 "printable strings found."
18705 msgstr ""
18706
18707 # type: =head2
18708 #. type: =head2
18709 #: ../src/guestfs-actions.pod:6401
18710 msgid "guestfs_strings_e"
18711 msgstr ""
18712
18713 # type: verbatim
18714 #. type: verbatim
18715 #: ../src/guestfs-actions.pod:6403
18716 #, no-wrap
18717 msgid ""
18718 " char **\n"
18719 " guestfs_strings_e (guestfs_h *g,\n"
18720 "                    const char *encoding,\n"
18721 "                    const char *path);\n"
18722 "\n"
18723 msgstr ""
18724
18725 # type: textblock
18726 #. type: textblock
18727 #: ../src/guestfs-actions.pod:6408
18728 msgid ""
18729 "This is like the C<guestfs_strings> command, but allows you to specify the "
18730 "encoding of strings that are looked for in the source file C<path>."
18731 msgstr ""
18732
18733 # type: textblock
18734 #. type: textblock
18735 #: ../src/guestfs-actions.pod:6412 ../fish/guestfish-actions.pod:4337
18736 msgid "Allowed encodings are:"
18737 msgstr ""
18738
18739 # type: =item
18740 #. type: =item
18741 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4341
18742 msgid "s"
18743 msgstr ""
18744
18745 # type: textblock
18746 #. type: textblock
18747 #: ../src/guestfs-actions.pod:6418
18748 msgid ""
18749 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
18750 "ISO-8859-X (this is what C<guestfs_strings> uses)."
18751 msgstr ""
18752
18753 # type: =item
18754 #. type: =item
18755 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4346
18756 msgid "S"
18757 msgstr ""
18758
18759 # type: textblock
18760 #. type: textblock
18761 #: ../src/guestfs-actions.pod:6423 ../fish/guestfish-actions.pod:4348
18762 msgid "Single 8-bit-byte characters."
18763 msgstr ""
18764
18765 # type: =item
18766 #. type: =item
18767 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4350
18768 msgid "b"
18769 msgstr ""
18770
18771 # type: textblock
18772 #. type: textblock
18773 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4352
18774 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
18775 msgstr ""
18776
18777 # type: =item
18778 #. type: =item
18779 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4355
18780 msgid "l (lower case letter L)"
18781 msgstr ""
18782
18783 # type: textblock
18784 #. type: textblock
18785 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4357
18786 msgid ""
18787 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
18788 "examining binaries in Windows guests."
18789 msgstr ""
18790
18791 # type: =item
18792 #. type: =item
18793 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4360
18794 msgid "B"
18795 msgstr ""
18796
18797 # type: textblock
18798 #. type: textblock
18799 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4362
18800 msgid "32-bit big endian such as UCS-4BE."
18801 msgstr ""
18802
18803 # type: =item
18804 #. type: =item
18805 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4364
18806 msgid "L"
18807 msgstr ""
18808
18809 # type: textblock
18810 #. type: textblock
18811 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4366
18812 msgid "32-bit little endian such as UCS-4LE."
18813 msgstr ""
18814
18815 # type: textblock
18816 #. type: textblock
18817 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4370
18818 msgid "The returned strings are transcoded to UTF-8."
18819 msgstr ""
18820
18821 # type: =head2
18822 #. type: =head2
18823 #: ../src/guestfs-actions.pod:6456
18824 msgid "guestfs_swapoff_device"
18825 msgstr ""
18826
18827 # type: verbatim
18828 #. type: verbatim
18829 #: ../src/guestfs-actions.pod:6458
18830 #, no-wrap
18831 msgid ""
18832 " int\n"
18833 " guestfs_swapoff_device (guestfs_h *g,\n"
18834 "                         const char *device);\n"
18835 "\n"
18836 msgstr ""
18837
18838 # type: textblock
18839 #. type: textblock
18840 #: ../src/guestfs-actions.pod:6462
18841 msgid ""
18842 "This command disables the libguestfs appliance swap device or partition "
18843 "named C<device>.  See C<guestfs_swapon_device>."
18844 msgstr ""
18845
18846 # type: =head2
18847 #. type: =head2
18848 #: ../src/guestfs-actions.pod:6470
18849 msgid "guestfs_swapoff_file"
18850 msgstr ""
18851
18852 # type: verbatim
18853 #. type: verbatim
18854 #: ../src/guestfs-actions.pod:6472
18855 #, no-wrap
18856 msgid ""
18857 " int\n"
18858 " guestfs_swapoff_file (guestfs_h *g,\n"
18859 "                       const char *file);\n"
18860 "\n"
18861 msgstr ""
18862
18863 # type: textblock
18864 #. type: textblock
18865 #: ../src/guestfs-actions.pod:6476 ../fish/guestfish-actions.pod:4387
18866 msgid "This command disables the libguestfs appliance swap on file."
18867 msgstr ""
18868
18869 # type: =head2
18870 #. type: =head2
18871 #: ../src/guestfs-actions.pod:6482
18872 msgid "guestfs_swapoff_label"
18873 msgstr ""
18874
18875 # type: verbatim
18876 #. type: verbatim
18877 #: ../src/guestfs-actions.pod:6484
18878 #, no-wrap
18879 msgid ""
18880 " int\n"
18881 " guestfs_swapoff_label (guestfs_h *g,\n"
18882 "                        const char *label);\n"
18883 "\n"
18884 msgstr ""
18885
18886 # type: textblock
18887 #. type: textblock
18888 #: ../src/guestfs-actions.pod:6488 ../fish/guestfish-actions.pod:4393
18889 msgid ""
18890 "This command disables the libguestfs appliance swap on labeled swap "
18891 "partition."
18892 msgstr ""
18893
18894 # type: =head2
18895 #. type: =head2
18896 #: ../src/guestfs-actions.pod:6495
18897 msgid "guestfs_swapoff_uuid"
18898 msgstr ""
18899
18900 # type: verbatim
18901 #. type: verbatim
18902 #: ../src/guestfs-actions.pod:6497
18903 #, no-wrap
18904 msgid ""
18905 " int\n"
18906 " guestfs_swapoff_uuid (guestfs_h *g,\n"
18907 "                       const char *uuid);\n"
18908 "\n"
18909 msgstr ""
18910
18911 # type: textblock
18912 #. type: textblock
18913 #: ../src/guestfs-actions.pod:6501 ../fish/guestfish-actions.pod:4400
18914 msgid ""
18915 "This command disables the libguestfs appliance swap partition with the given "
18916 "UUID."
18917 msgstr ""
18918
18919 # type: =head2
18920 #. type: =head2
18921 #: ../src/guestfs-actions.pod:6508
18922 msgid "guestfs_swapon_device"
18923 msgstr ""
18924
18925 # type: verbatim
18926 #. type: verbatim
18927 #: ../src/guestfs-actions.pod:6510
18928 #, no-wrap
18929 msgid ""
18930 " int\n"
18931 " guestfs_swapon_device (guestfs_h *g,\n"
18932 "                        const char *device);\n"
18933 "\n"
18934 msgstr ""
18935
18936 # type: textblock
18937 #. type: textblock
18938 #: ../src/guestfs-actions.pod:6514
18939 msgid ""
18940 "This command enables the libguestfs appliance to use the swap device or "
18941 "partition named C<device>.  The increased memory is made available for all "
18942 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
18943 msgstr ""
18944
18945 # type: textblock
18946 #. type: textblock
18947 #: ../src/guestfs-actions.pod:6519 ../fish/guestfish-actions.pod:4412
18948 msgid ""
18949 "Note that you should not swap to existing guest swap partitions unless you "
18950 "know what you are doing.  They may contain hibernation information, or other "
18951 "information that the guest doesn't want you to trash.  You also risk leaking "
18952 "information about the host to the guest this way.  Instead, attach a new "
18953 "host device to the guest and swap on that."
18954 msgstr ""
18955
18956 # type: =head2
18957 #. type: =head2
18958 #: ../src/guestfs-actions.pod:6530
18959 msgid "guestfs_swapon_file"
18960 msgstr ""
18961
18962 # type: verbatim
18963 #. type: verbatim
18964 #: ../src/guestfs-actions.pod:6532
18965 #, no-wrap
18966 msgid ""
18967 " int\n"
18968 " guestfs_swapon_file (guestfs_h *g,\n"
18969 "                      const char *file);\n"
18970 "\n"
18971 msgstr ""
18972
18973 # type: textblock
18974 #. type: textblock
18975 #: ../src/guestfs-actions.pod:6536
18976 msgid ""
18977 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
18978 "notes."
18979 msgstr ""
18980
18981 # type: =head2
18982 #. type: =head2
18983 #: ../src/guestfs-actions.pod:6543
18984 msgid "guestfs_swapon_label"
18985 msgstr ""
18986
18987 # type: verbatim
18988 #. type: verbatim
18989 #: ../src/guestfs-actions.pod:6545
18990 #, no-wrap
18991 msgid ""
18992 " int\n"
18993 " guestfs_swapon_label (guestfs_h *g,\n"
18994 "                       const char *label);\n"
18995 "\n"
18996 msgstr ""
18997
18998 # type: textblock
18999 #. type: textblock
19000 #: ../src/guestfs-actions.pod:6549
19001 msgid ""
19002 "This command enables swap to a labeled swap partition.  See "
19003 "C<guestfs_swapon_device> for other notes."
19004 msgstr ""
19005
19006 # type: =head2
19007 #. type: =head2
19008 #: ../src/guestfs-actions.pod:6556
19009 msgid "guestfs_swapon_uuid"
19010 msgstr ""
19011
19012 # type: verbatim
19013 #. type: verbatim
19014 #: ../src/guestfs-actions.pod:6558
19015 #, no-wrap
19016 msgid ""
19017 " int\n"
19018 " guestfs_swapon_uuid (guestfs_h *g,\n"
19019 "                      const char *uuid);\n"
19020 "\n"
19021 msgstr ""
19022
19023 # type: textblock
19024 #. type: textblock
19025 #: ../src/guestfs-actions.pod:6562
19026 msgid ""
19027 "This command enables swap to a swap partition with the given UUID.  See "
19028 "C<guestfs_swapon_device> for other notes."
19029 msgstr ""
19030
19031 # type: =head2
19032 #. type: =head2
19033 #: ../src/guestfs-actions.pod:6569
19034 msgid "guestfs_sync"
19035 msgstr ""
19036
19037 # type: verbatim
19038 #. type: verbatim
19039 #: ../src/guestfs-actions.pod:6571
19040 #, no-wrap
19041 msgid ""
19042 " int\n"
19043 " guestfs_sync (guestfs_h *g);\n"
19044 "\n"
19045 msgstr ""
19046
19047 # type: textblock
19048 #. type: textblock
19049 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4444
19050 msgid ""
19051 "This syncs the disk, so that any writes are flushed through to the "
19052 "underlying disk image."
19053 msgstr ""
19054
19055 # type: textblock
19056 #. type: textblock
19057 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4447
19058 msgid ""
19059 "You should always call this if you have modified a disk image, before "
19060 "closing the handle."
19061 msgstr ""
19062
19063 # type: =head2
19064 #. type: =head2
19065 #: ../src/guestfs-actions.pod:6584
19066 msgid "guestfs_tail"
19067 msgstr ""
19068
19069 # type: verbatim
19070 #. type: verbatim
19071 #: ../src/guestfs-actions.pod:6586
19072 #, no-wrap
19073 msgid ""
19074 " char **\n"
19075 " guestfs_tail (guestfs_h *g,\n"
19076 "               const char *path);\n"
19077 "\n"
19078 msgstr ""
19079
19080 # type: textblock
19081 #. type: textblock
19082 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4454
19083 msgid ""
19084 "This command returns up to the last 10 lines of a file as a list of strings."
19085 msgstr ""
19086
19087 # type: =head2
19088 #. type: =head2
19089 #: ../src/guestfs-actions.pod:6602
19090 msgid "guestfs_tail_n"
19091 msgstr ""
19092
19093 # type: verbatim
19094 #. type: verbatim
19095 #: ../src/guestfs-actions.pod:6604
19096 #, no-wrap
19097 msgid ""
19098 " char **\n"
19099 " guestfs_tail_n (guestfs_h *g,\n"
19100 "                 int nrlines,\n"
19101 "                 const char *path);\n"
19102 "\n"
19103 msgstr ""
19104
19105 # type: textblock
19106 #. type: textblock
19107 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4464
19108 msgid ""
19109 "If the parameter C<nrlines> is a positive number, this returns the last "
19110 "C<nrlines> lines of the file C<path>."
19111 msgstr ""
19112
19113 # type: textblock
19114 #. type: textblock
19115 #: ../src/guestfs-actions.pod:6612 ../fish/guestfish-actions.pod:4467
19116 msgid ""
19117 "If the parameter C<nrlines> is a negative number, this returns lines from "
19118 "the file C<path>, starting with the C<-nrlines>th line."
19119 msgstr ""
19120
19121 # type: =head2
19122 #. type: =head2
19123 #: ../src/guestfs-actions.pod:6626
19124 msgid "guestfs_tar_in"
19125 msgstr ""
19126
19127 # type: verbatim
19128 #. type: verbatim
19129 #: ../src/guestfs-actions.pod:6628
19130 #, no-wrap
19131 msgid ""
19132 " int\n"
19133 " guestfs_tar_in (guestfs_h *g,\n"
19134 "                 const char *tarfile,\n"
19135 "                 const char *directory);\n"
19136 "\n"
19137 msgstr ""
19138
19139 # type: textblock
19140 #. type: textblock
19141 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4479
19142 msgid ""
19143 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
19144 "tar file) into C<directory>."
19145 msgstr ""
19146
19147 # type: textblock
19148 #. type: textblock
19149 #: ../src/guestfs-actions.pod:6636
19150 msgid ""
19151 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
19152 msgstr ""
19153
19154 # type: textblock
19155 #. type: textblock
19156 #: ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6658
19157 #: ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6690
19158 msgid "(Added in 1.0.3)"
19159 msgstr ""
19160
19161 # type: =head2
19162 #. type: =head2
19163 #: ../src/guestfs-actions.pod:6643
19164 msgid "guestfs_tar_out"
19165 msgstr ""
19166
19167 # type: verbatim
19168 #. type: verbatim
19169 #: ../src/guestfs-actions.pod:6645
19170 #, no-wrap
19171 msgid ""
19172 " int\n"
19173 " guestfs_tar_out (guestfs_h *g,\n"
19174 "                  const char *directory,\n"
19175 "                  const char *tarfile);\n"
19176 "\n"
19177 msgstr ""
19178
19179 # type: textblock
19180 #. type: textblock
19181 #: ../src/guestfs-actions.pod:6650 ../fish/guestfish-actions.pod:4491
19182 msgid ""
19183 "This command packs the contents of C<directory> and downloads it to local "
19184 "file C<tarfile>."
19185 msgstr ""
19186
19187 # type: textblock
19188 #. type: textblock
19189 #: ../src/guestfs-actions.pod:6653
19190 msgid ""
19191 "To download a compressed tarball, use C<guestfs_tgz_out> or "
19192 "C<guestfs_txz_out>."
19193 msgstr ""
19194
19195 # type: =head2
19196 #. type: =head2
19197 #: ../src/guestfs-actions.pod:6660
19198 msgid "guestfs_tgz_in"
19199 msgstr ""
19200
19201 # type: verbatim
19202 #. type: verbatim
19203 #: ../src/guestfs-actions.pod:6662
19204 #, no-wrap
19205 msgid ""
19206 " int\n"
19207 " guestfs_tgz_in (guestfs_h *g,\n"
19208 "                 const char *tarball,\n"
19209 "                 const char *directory);\n"
19210 "\n"
19211 msgstr ""
19212
19213 # type: textblock
19214 #. type: textblock
19215 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4503
19216 msgid ""
19217 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
19218 "tar file) into C<directory>."
19219 msgstr ""
19220
19221 # type: textblock
19222 #. type: textblock
19223 #: ../src/guestfs-actions.pod:6670
19224 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
19225 msgstr ""
19226
19227 # type: =head2
19228 #. type: =head2
19229 #: ../src/guestfs-actions.pod:6676
19230 msgid "guestfs_tgz_out"
19231 msgstr ""
19232
19233 # type: verbatim
19234 #. type: verbatim
19235 #: ../src/guestfs-actions.pod:6678
19236 #, no-wrap
19237 msgid ""
19238 " int\n"
19239 " guestfs_tgz_out (guestfs_h *g,\n"
19240 "                  const char *directory,\n"
19241 "                  const char *tarball);\n"
19242 "\n"
19243 msgstr ""
19244
19245 # type: textblock
19246 #. type: textblock
19247 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4514
19248 msgid ""
19249 "This command packs the contents of C<directory> and downloads it to local "
19250 "file C<tarball>."
19251 msgstr ""
19252
19253 # type: textblock
19254 #. type: textblock
19255 #: ../src/guestfs-actions.pod:6686
19256 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
19257 msgstr ""
19258
19259 # type: =head2
19260 #. type: =head2
19261 #: ../src/guestfs-actions.pod:6692
19262 msgid "guestfs_touch"
19263 msgstr ""
19264
19265 # type: verbatim
19266 #. type: verbatim
19267 #: ../src/guestfs-actions.pod:6694
19268 #, no-wrap
19269 msgid ""
19270 " int\n"
19271 " guestfs_touch (guestfs_h *g,\n"
19272 "                const char *path);\n"
19273 "\n"
19274 msgstr ""
19275
19276 # type: textblock
19277 #. type: textblock
19278 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4525
19279 msgid ""
19280 "Touch acts like the L<touch(1)> command.  It can be used to update the "
19281 "timestamps on a file, or, if the file does not exist, to create a new zero-"
19282 "length file."
19283 msgstr ""
19284
19285 # type: textblock
19286 #. type: textblock
19287 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4529
19288 msgid ""
19289 "This command only works on regular files, and will fail on other file types "
19290 "such as directories, symbolic links, block special etc."
19291 msgstr ""
19292
19293 # type: =head2
19294 #. type: =head2
19295 #: ../src/guestfs-actions.pod:6709
19296 msgid "guestfs_truncate"
19297 msgstr ""
19298
19299 # type: verbatim
19300 #. type: verbatim
19301 #: ../src/guestfs-actions.pod:6711
19302 #, no-wrap
19303 msgid ""
19304 " int\n"
19305 " guestfs_truncate (guestfs_h *g,\n"
19306 "                   const char *path);\n"
19307 "\n"
19308 msgstr ""
19309
19310 # type: textblock
19311 #. type: textblock
19312 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4536
19313 msgid ""
19314 "This command truncates C<path> to a zero-length file.  The file must exist "
19315 "already."
19316 msgstr ""
19317
19318 # type: =head2
19319 #. type: =head2
19320 #: ../src/guestfs-actions.pod:6722
19321 msgid "guestfs_truncate_size"
19322 msgstr ""
19323
19324 # type: verbatim
19325 #. type: verbatim
19326 #: ../src/guestfs-actions.pod:6724
19327 #, no-wrap
19328 msgid ""
19329 " int\n"
19330 " guestfs_truncate_size (guestfs_h *g,\n"
19331 "                        const char *path,\n"
19332 "                        int64_t size);\n"
19333 "\n"
19334 msgstr ""
19335
19336 # type: textblock
19337 #. type: textblock
19338 #: ../src/guestfs-actions.pod:6729 ../fish/guestfish-actions.pod:4543
19339 msgid ""
19340 "This command truncates C<path> to size C<size> bytes.  The file must exist "
19341 "already."
19342 msgstr ""
19343
19344 # type: textblock
19345 #. type: textblock
19346 #: ../src/guestfs-actions.pod:6732
19347 msgid ""
19348 "If the current file size is less than C<size> then the file is extended to "
19349 "the required size with zero bytes.  This creates a sparse file (ie. disk "
19350 "blocks are not allocated for the file until you write to it).  To create a "
19351 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
19352 msgstr ""
19353
19354 # type: =head2
19355 #. type: =head2
19356 #: ../src/guestfs-actions.pod:6742
19357 msgid "guestfs_tune2fs_l"
19358 msgstr ""
19359
19360 # type: verbatim
19361 #. type: verbatim
19362 #: ../src/guestfs-actions.pod:6744
19363 #, no-wrap
19364 msgid ""
19365 " char **\n"
19366 " guestfs_tune2fs_l (guestfs_h *g,\n"
19367 "                    const char *device);\n"
19368 "\n"
19369 msgstr ""
19370
19371 # type: textblock
19372 #. type: textblock
19373 #: ../src/guestfs-actions.pod:6748 ../fish/guestfish-actions.pod:4556
19374 msgid ""
19375 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
19376 "C<device>."
19377 msgstr ""
19378
19379 # type: textblock
19380 #. type: textblock
19381 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4559
19382 msgid ""
19383 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
19384 "for more details.  The list of fields returned isn't clearly defined, and "
19385 "depends on both the version of C<tune2fs> that libguestfs was built against, "
19386 "and the filesystem itself."
19387 msgstr ""
19388
19389 # type: =head2
19390 #. type: =head2
19391 #: ../src/guestfs-actions.pod:6764
19392 msgid "guestfs_txz_in"
19393 msgstr ""
19394
19395 # type: verbatim
19396 #. type: verbatim
19397 #: ../src/guestfs-actions.pod:6766
19398 #, no-wrap
19399 msgid ""
19400 " int\n"
19401 " guestfs_txz_in (guestfs_h *g,\n"
19402 "                 const char *tarball,\n"
19403 "                 const char *directory);\n"
19404 "\n"
19405 msgstr ""
19406
19407 # type: textblock
19408 #. type: textblock
19409 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4568
19410 msgid ""
19411 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
19412 "tar file) into C<directory>."
19413 msgstr ""
19414
19415 # type: =head2
19416 #. type: =head2
19417 #: ../src/guestfs-actions.pod:6778
19418 msgid "guestfs_txz_out"
19419 msgstr ""
19420
19421 # type: verbatim
19422 #. type: verbatim
19423 #: ../src/guestfs-actions.pod:6780
19424 #, no-wrap
19425 msgid ""
19426 " int\n"
19427 " guestfs_txz_out (guestfs_h *g,\n"
19428 "                  const char *directory,\n"
19429 "                  const char *tarball);\n"
19430 "\n"
19431 msgstr ""
19432
19433 # type: textblock
19434 #. type: textblock
19435 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4577
19436 msgid ""
19437 "This command packs the contents of C<directory> and downloads it to local "
19438 "file C<tarball> (as an xz compressed tar archive)."
19439 msgstr ""
19440
19441 # type: =head2
19442 #. type: =head2
19443 #: ../src/guestfs-actions.pod:6792
19444 msgid "guestfs_umask"
19445 msgstr ""
19446
19447 # type: verbatim
19448 #. type: verbatim
19449 #: ../src/guestfs-actions.pod:6794
19450 #, no-wrap
19451 msgid ""
19452 " int\n"
19453 " guestfs_umask (guestfs_h *g,\n"
19454 "                int mask);\n"
19455 "\n"
19456 msgstr ""
19457
19458 # type: textblock
19459 #. type: textblock
19460 #: ../src/guestfs-actions.pod:6798 ../fish/guestfish-actions.pod:4586
19461 msgid ""
19462 "This function sets the mask used for creating new files and device nodes to "
19463 "C<mask & 0777>."
19464 msgstr ""
19465
19466 # type: textblock
19467 #. type: textblock
19468 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4589
19469 msgid ""
19470 "Typical umask values would be C<022> which creates new files with "
19471 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
19472 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
19473 msgstr ""
19474
19475 # type: textblock
19476 #. type: textblock
19477 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4594
19478 msgid ""
19479 "The default umask is C<022>.  This is important because it means that "
19480 "directories and device nodes will be created with C<0644> or C<0755> mode "
19481 "even if you specify C<0777>."
19482 msgstr ""
19483
19484 # type: textblock
19485 #. type: textblock
19486 #: ../src/guestfs-actions.pod:6810
19487 msgid ""
19488 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
19489 "C<guestfs_mkdir>."
19490 msgstr ""
19491
19492 # type: textblock
19493 #. type: textblock
19494 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4601
19495 msgid "This call returns the previous umask."
19496 msgstr ""
19497
19498 # type: =head2
19499 #. type: =head2
19500 #: ../src/guestfs-actions.pod:6819
19501 msgid "guestfs_umount"
19502 msgstr ""
19503
19504 # type: verbatim
19505 #. type: verbatim
19506 #: ../src/guestfs-actions.pod:6821
19507 #, no-wrap
19508 msgid ""
19509 " int\n"
19510 " guestfs_umount (guestfs_h *g,\n"
19511 "                 const char *pathordevice);\n"
19512 "\n"
19513 msgstr ""
19514
19515 # type: textblock
19516 #. type: textblock
19517 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4609
19518 msgid ""
19519 "This unmounts the given filesystem.  The filesystem may be specified either "
19520 "by its mountpoint (path) or the device which contains the filesystem."
19521 msgstr ""
19522
19523 # type: =head2
19524 #. type: =head2
19525 #: ../src/guestfs-actions.pod:6833
19526 msgid "guestfs_umount_all"
19527 msgstr ""
19528
19529 # type: verbatim
19530 #. type: verbatim
19531 #: ../src/guestfs-actions.pod:6835
19532 #, no-wrap
19533 msgid ""
19534 " int\n"
19535 " guestfs_umount_all (guestfs_h *g);\n"
19536 "\n"
19537 msgstr ""
19538
19539 # type: textblock
19540 #. type: textblock
19541 #: ../src/guestfs-actions.pod:6838 ../fish/guestfish-actions.pod:4619
19542 msgid "This unmounts all mounted filesystems."
19543 msgstr ""
19544
19545 # type: textblock
19546 #. type: textblock
19547 #: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4621
19548 msgid "Some internal mounts are not unmounted by this call."
19549 msgstr ""
19550
19551 # type: =head2
19552 #. type: =head2
19553 #: ../src/guestfs-actions.pod:6846
19554 msgid "guestfs_upload"
19555 msgstr ""
19556
19557 # type: verbatim
19558 #. type: verbatim
19559 #: ../src/guestfs-actions.pod:6848
19560 #, no-wrap
19561 msgid ""
19562 " int\n"
19563 " guestfs_upload (guestfs_h *g,\n"
19564 "                 const char *filename,\n"
19565 "                 const char *remotefilename);\n"
19566 "\n"
19567 msgstr ""
19568
19569 # type: textblock
19570 #. type: textblock
19571 #: ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:6877
19572 #: ../fish/guestfish-actions.pod:4627 ../fish/guestfish-actions.pod:4640
19573 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
19574 msgstr ""
19575
19576 # type: textblock
19577 #. type: textblock
19578 #: ../src/guestfs-actions.pod:6858
19579 msgid "See also C<guestfs_download>."
19580 msgstr ""
19581
19582 # type: =head2
19583 #. type: =head2
19584 #: ../src/guestfs-actions.pod:6869
19585 msgid "guestfs_upload_offset"
19586 msgstr ""
19587
19588 # type: verbatim
19589 #. type: verbatim
19590 #: ../src/guestfs-actions.pod:6871
19591 #, no-wrap
19592 msgid ""
19593 " int\n"
19594 " guestfs_upload_offset (guestfs_h *g,\n"
19595 "                        const char *filename,\n"
19596 "                        const char *remotefilename,\n"
19597 "                        int64_t offset);\n"
19598 "\n"
19599 msgstr ""
19600
19601 # type: textblock
19602 #. type: textblock
19603 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4643
19604 msgid ""
19605 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
19606 "The intention is to overwrite parts of existing files or devices, although "
19607 "if a non-existant file is specified then it is created with a \"hole\" "
19608 "before C<offset>.  The size of the data written is implicit in the size of "
19609 "the source C<filename>."
19610 msgstr ""
19611
19612 # type: textblock
19613 #. type: textblock
19614 #: ../src/guestfs-actions.pod:6887
19615 msgid ""
19616 "Note that there is no limit on the amount of data that can be uploaded with "
19617 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
19618 "full amount unless an error occurs."
19619 msgstr ""
19620
19621 # type: textblock
19622 #. type: textblock
19623 #: ../src/guestfs-actions.pod:6892
19624 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
19625 msgstr ""
19626
19627 # type: =head2
19628 #. type: =head2
19629 #: ../src/guestfs-actions.pod:6903
19630 msgid "guestfs_utimens"
19631 msgstr ""
19632
19633 # type: verbatim
19634 #. type: verbatim
19635 #: ../src/guestfs-actions.pod:6905
19636 #, no-wrap
19637 msgid ""
19638 " int\n"
19639 " guestfs_utimens (guestfs_h *g,\n"
19640 "                  const char *path,\n"
19641 "                  int64_t atsecs,\n"
19642 "                  int64_t atnsecs,\n"
19643 "                  int64_t mtsecs,\n"
19644 "                  int64_t mtnsecs);\n"
19645 "\n"
19646 msgstr ""
19647
19648 # type: textblock
19649 #. type: textblock
19650 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4663
19651 msgid "This command sets the timestamps of a file with nanosecond precision."
19652 msgstr ""
19653
19654 # type: textblock
19655 #. type: textblock
19656 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4666
19657 msgid ""
19658 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
19659 "from the epoch."
19660 msgstr ""
19661
19662 # type: textblock
19663 #. type: textblock
19664 #: ../src/guestfs-actions.pod:6919 ../fish/guestfish-actions.pod:4669
19665 msgid ""
19666 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
19667 "nanoseconds from the epoch."
19668 msgstr ""
19669
19670 # type: textblock
19671 #. type: textblock
19672 #: ../src/guestfs-actions.pod:6922 ../fish/guestfish-actions.pod:4672
19673 msgid ""
19674 "If the C<*nsecs> field contains the special value C<-1> then the "
19675 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
19676 "ignored in this case)."
19677 msgstr ""
19678
19679 # type: textblock
19680 #. type: textblock
19681 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4676
19682 msgid ""
19683 "If the C<*nsecs> field contains the special value C<-2> then the "
19684 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
19685 "in this case)."
19686 msgstr ""
19687
19688 # type: =head2
19689 #. type: =head2
19690 #: ../src/guestfs-actions.pod:6934 ../src/guestfs-structs.pod:175
19691 msgid "guestfs_version"
19692 msgstr ""
19693
19694 # type: verbatim
19695 #. type: verbatim
19696 #: ../src/guestfs-actions.pod:6936
19697 #, no-wrap
19698 msgid ""
19699 " struct guestfs_version *\n"
19700 " guestfs_version (guestfs_h *g);\n"
19701 "\n"
19702 msgstr ""
19703
19704 # type: textblock
19705 #. type: textblock
19706 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4684
19707 msgid ""
19708 "Return the libguestfs version number that the program is linked against."
19709 msgstr ""
19710
19711 # type: textblock
19712 #. type: textblock
19713 #: ../src/guestfs-actions.pod:6942 ../fish/guestfish-actions.pod:4687
19714 msgid ""
19715 "Note that because of dynamic linking this is not necessarily the version of "
19716 "libguestfs that you compiled against.  You can compile the program, and then "
19717 "at runtime dynamically link against a completely different C<libguestfs.so> "
19718 "library."
19719 msgstr ""
19720
19721 # type: textblock
19722 #. type: textblock
19723 #: ../src/guestfs-actions.pod:6947 ../fish/guestfish-actions.pod:4692
19724 msgid ""
19725 "This call was added in version C<1.0.58>.  In previous versions of "
19726 "libguestfs there was no way to get the version number.  From C code you can "
19727 "use dynamic linker functions to find out if this symbol exists (if it "
19728 "doesn't, then it's an earlier version)."
19729 msgstr ""
19730
19731 # type: textblock
19732 #. type: textblock
19733 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4698
19734 msgid ""
19735 "The call returns a structure with four elements.  The first three (C<major>, "
19736 "C<minor> and C<release>) are numbers and correspond to the usual version "
19737 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
19738 "but may be used for distro-specific information."
19739 msgstr ""
19740
19741 # type: textblock
19742 #. type: textblock
19743 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4704
19744 msgid ""
19745 "To construct the original version string: C<$major.$minor.$release$extra>"
19746 msgstr ""
19747
19748 # type: textblock
19749 #. type: textblock
19750 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4707
19751 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
19752 msgstr ""
19753
19754 # type: textblock
19755 #. type: textblock
19756 #: ../src/guestfs-actions.pod:6964
19757 msgid ""
19758 "I<Note:> Don't use this call to test for availability of features.  In "
19759 "enterprise distributions we backport features from later versions into "
19760 "earlier versions, making this an unreliable way to test for features.  Use "
19761 "C<guestfs_available> instead."
19762 msgstr ""
19763
19764 # type: textblock
19765 #. type: textblock
19766 #: ../src/guestfs-actions.pod:6970
19767 msgid ""
19768 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
19769 "error.  I<The caller must call C<guestfs_free_version> after use>."
19770 msgstr ""
19771
19772 # type: textblock
19773 #. type: textblock
19774 #: ../src/guestfs-actions.pod:6974
19775 msgid "(Added in 1.0.58)"
19776 msgstr ""
19777
19778 # type: =head2
19779 #. type: =head2
19780 #: ../src/guestfs-actions.pod:6976
19781 msgid "guestfs_vfs_label"
19782 msgstr ""
19783
19784 # type: verbatim
19785 #. type: verbatim
19786 #: ../src/guestfs-actions.pod:6978
19787 #, no-wrap
19788 msgid ""
19789 " char *\n"
19790 " guestfs_vfs_label (guestfs_h *g,\n"
19791 "                    const char *device);\n"
19792 "\n"
19793 msgstr ""
19794
19795 # type: textblock
19796 #. type: textblock
19797 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4719
19798 msgid "This returns the filesystem label of the filesystem on C<device>."
19799 msgstr ""
19800
19801 # type: textblock
19802 #. type: textblock
19803 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4722
19804 msgid "If the filesystem is unlabeled, this returns the empty string."
19805 msgstr ""
19806
19807 # type: textblock
19808 #. type: textblock
19809 #: ../src/guestfs-actions.pod:6987
19810 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
19811 msgstr ""
19812
19813 # type: textblock
19814 #. type: textblock
19815 #: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7029
19816 msgid "(Added in 1.3.18)"
19817 msgstr ""
19818
19819 # type: =head2
19820 #. type: =head2
19821 #: ../src/guestfs-actions.pod:6994
19822 msgid "guestfs_vfs_type"
19823 msgstr ""
19824
19825 # type: verbatim
19826 #. type: verbatim
19827 #: ../src/guestfs-actions.pod:6996
19828 #, no-wrap
19829 msgid ""
19830 " char *\n"
19831 " guestfs_vfs_type (guestfs_h *g,\n"
19832 "                   const char *device);\n"
19833 "\n"
19834 msgstr ""
19835
19836 # type: textblock
19837 #. type: textblock
19838 #: ../src/guestfs-actions.pod:7000 ../fish/guestfish-actions.pod:4730
19839 msgid ""
19840 "This command gets the filesystem type corresponding to the filesystem on "
19841 "C<device>."
19842 msgstr ""
19843
19844 # type: textblock
19845 #. type: textblock
19846 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4733
19847 msgid ""
19848 "For most filesystems, the result is the name of the Linux VFS module which "
19849 "would be used to mount this filesystem if you mounted it without specifying "
19850 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
19851 msgstr ""
19852
19853 # type: =head2
19854 #. type: =head2
19855 #: ../src/guestfs-actions.pod:7013
19856 msgid "guestfs_vfs_uuid"
19857 msgstr ""
19858
19859 # type: verbatim
19860 #. type: verbatim
19861 #: ../src/guestfs-actions.pod:7015
19862 #, no-wrap
19863 msgid ""
19864 " char *\n"
19865 " guestfs_vfs_uuid (guestfs_h *g,\n"
19866 "                   const char *device);\n"
19867 "\n"
19868 msgstr ""
19869
19870 # type: textblock
19871 #. type: textblock
19872 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4742
19873 msgid "This returns the filesystem UUID of the filesystem on C<device>."
19874 msgstr ""
19875
19876 # type: textblock
19877 #. type: textblock
19878 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4745
19879 msgid "If the filesystem does not have a UUID, this returns the empty string."
19880 msgstr ""
19881
19882 # type: textblock
19883 #. type: textblock
19884 #: ../src/guestfs-actions.pod:7024
19885 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
19886 msgstr ""
19887
19888 # type: =head2
19889 #. type: =head2
19890 #: ../src/guestfs-actions.pod:7031
19891 msgid "guestfs_vg_activate"
19892 msgstr ""
19893
19894 # type: verbatim
19895 #. type: verbatim
19896 #: ../src/guestfs-actions.pod:7033
19897 #, no-wrap
19898 msgid ""
19899 " int\n"
19900 " guestfs_vg_activate (guestfs_h *g,\n"
19901 "                      int activate,\n"
19902 "                      char *const *volgroups);\n"
19903 "\n"
19904 msgstr ""
19905
19906 # type: textblock
19907 #. type: textblock
19908 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4753
19909 msgid ""
19910 "This command activates or (if C<activate> is false) deactivates all logical "
19911 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
19912 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
19913 "deactivated, then those devices disappear."
19914 msgstr ""
19915
19916 # type: textblock
19917 #. type: textblock
19918 #: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4759
19919 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
19920 msgstr ""
19921
19922 # type: textblock
19923 #. type: textblock
19924 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4761
19925 msgid ""
19926 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
19927 "activated or deactivated."
19928 msgstr ""
19929
19930 # type: =head2
19931 #. type: =head2
19932 #: ../src/guestfs-actions.pod:7053
19933 msgid "guestfs_vg_activate_all"
19934 msgstr ""
19935
19936 # type: verbatim
19937 #. type: verbatim
19938 #: ../src/guestfs-actions.pod:7055
19939 #, no-wrap
19940 msgid ""
19941 " int\n"
19942 " guestfs_vg_activate_all (guestfs_h *g,\n"
19943 "                          int activate);\n"
19944 "\n"
19945 msgstr ""
19946
19947 # type: textblock
19948 #. type: textblock
19949 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:4768
19950 msgid ""
19951 "This command activates or (if C<activate> is false) deactivates all logical "
19952 "volumes in all volume groups.  If activated, then they are made known to the "
19953 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
19954 "those devices disappear."
19955 msgstr ""
19956
19957 # type: textblock
19958 #. type: textblock
19959 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:4774
19960 msgid "This command is the same as running C<vgchange -a y|n>"
19961 msgstr ""
19962
19963 # type: =head2
19964 #. type: =head2
19965 #: ../src/guestfs-actions.pod:7071
19966 msgid "guestfs_vgcreate"
19967 msgstr ""
19968
19969 # type: verbatim
19970 #. type: verbatim
19971 #: ../src/guestfs-actions.pod:7073
19972 #, no-wrap
19973 msgid ""
19974 " int\n"
19975 " guestfs_vgcreate (guestfs_h *g,\n"
19976 "                   const char *volgroup,\n"
19977 "                   char *const *physvols);\n"
19978 "\n"
19979 msgstr ""
19980
19981 # type: textblock
19982 #. type: textblock
19983 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4780
19984 msgid ""
19985 "This creates an LVM volume group called C<volgroup> from the non-empty list "
19986 "of physical volumes C<physvols>."
19987 msgstr ""
19988
19989 # type: =head2
19990 #. type: =head2
19991 #: ../src/guestfs-actions.pod:7085
19992 msgid "guestfs_vglvuuids"
19993 msgstr ""
19994
19995 # type: verbatim
19996 #. type: verbatim
19997 #: ../src/guestfs-actions.pod:7087
19998 #, no-wrap
19999 msgid ""
20000 " char **\n"
20001 " guestfs_vglvuuids (guestfs_h *g,\n"
20002 "                    const char *vgname);\n"
20003 "\n"
20004 msgstr ""
20005
20006 # type: textblock
20007 #. type: textblock
20008 #: ../src/guestfs-actions.pod:7091 ../fish/guestfish-actions.pod:4787
20009 msgid ""
20010 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
20011 "volumes created in this volume group."
20012 msgstr ""
20013
20014 # type: textblock
20015 #. type: textblock
20016 #: ../src/guestfs-actions.pod:7094
20017 msgid ""
20018 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
20019 "associate logical volumes and volume groups."
20020 msgstr ""
20021
20022 # type: textblock
20023 #. type: textblock
20024 #: ../src/guestfs-actions.pod:7097
20025 msgid "See also C<guestfs_vgpvuuids>."
20026 msgstr ""
20027
20028 # type: =head2
20029 #. type: =head2
20030 #: ../src/guestfs-actions.pod:7105
20031 msgid "guestfs_vgpvuuids"
20032 msgstr ""
20033
20034 # type: verbatim
20035 #. type: verbatim
20036 #: ../src/guestfs-actions.pod:7107
20037 #, no-wrap
20038 msgid ""
20039 " char **\n"
20040 " guestfs_vgpvuuids (guestfs_h *g,\n"
20041 "                    const char *vgname);\n"
20042 "\n"
20043 msgstr ""
20044
20045 # type: textblock
20046 #. type: textblock
20047 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4799
20048 msgid ""
20049 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
20050 "volumes that this volume group resides on."
20051 msgstr ""
20052
20053 # type: textblock
20054 #. type: textblock
20055 #: ../src/guestfs-actions.pod:7114
20056 msgid ""
20057 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
20058 "associate physical volumes and volume groups."
20059 msgstr ""
20060
20061 # type: textblock
20062 #. type: textblock
20063 #: ../src/guestfs-actions.pod:7117
20064 msgid "See also C<guestfs_vglvuuids>."
20065 msgstr ""
20066
20067 # type: =head2
20068 #. type: =head2
20069 #: ../src/guestfs-actions.pod:7125
20070 msgid "guestfs_vgremove"
20071 msgstr ""
20072
20073 # type: verbatim
20074 #. type: verbatim
20075 #: ../src/guestfs-actions.pod:7127
20076 #, no-wrap
20077 msgid ""
20078 " int\n"
20079 " guestfs_vgremove (guestfs_h *g,\n"
20080 "                   const char *vgname);\n"
20081 "\n"
20082 msgstr ""
20083
20084 # type: textblock
20085 #. type: textblock
20086 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4811
20087 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
20088 msgstr ""
20089
20090 # type: textblock
20091 #. type: textblock
20092 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4813
20093 msgid ""
20094 "This also forcibly removes all logical volumes in the volume group (if any)."
20095 msgstr ""
20096
20097 # type: =head2
20098 #. type: =head2
20099 #: ../src/guestfs-actions.pod:7140
20100 msgid "guestfs_vgrename"
20101 msgstr ""
20102
20103 # type: verbatim
20104 #. type: verbatim
20105 #: ../src/guestfs-actions.pod:7142
20106 #, no-wrap
20107 msgid ""
20108 " int\n"
20109 " guestfs_vgrename (guestfs_h *g,\n"
20110 "                   const char *volgroup,\n"
20111 "                   const char *newvolgroup);\n"
20112 "\n"
20113 msgstr ""
20114
20115 # type: textblock
20116 #. type: textblock
20117 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4820
20118 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
20119 msgstr ""
20120
20121 # type: =head2
20122 #. type: =head2
20123 #: ../src/guestfs-actions.pod:7153
20124 msgid "guestfs_vgs"
20125 msgstr ""
20126
20127 # type: verbatim
20128 #. type: verbatim
20129 #: ../src/guestfs-actions.pod:7155
20130 #, no-wrap
20131 msgid ""
20132 " char **\n"
20133 " guestfs_vgs (guestfs_h *g);\n"
20134 "\n"
20135 msgstr ""
20136
20137 # type: textblock
20138 #. type: textblock
20139 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4826
20140 msgid ""
20141 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20142 "> command."
20143 msgstr ""
20144
20145 # type: textblock
20146 #. type: textblock
20147 #: ../src/guestfs-actions.pod:7161 ../fish/guestfish-actions.pod:4829
20148 msgid ""
20149 "This returns a list of just the volume group names that were detected (eg. "
20150 "C<VolGroup00>)."
20151 msgstr ""
20152
20153 # type: textblock
20154 #. type: textblock
20155 #: ../src/guestfs-actions.pod:7164
20156 msgid "See also C<guestfs_vgs_full>."
20157 msgstr ""
20158
20159 # type: =head2
20160 #. type: =head2
20161 #: ../src/guestfs-actions.pod:7172
20162 msgid "guestfs_vgs_full"
20163 msgstr ""
20164
20165 # type: verbatim
20166 #. type: verbatim
20167 #: ../src/guestfs-actions.pod:7174
20168 #, no-wrap
20169 msgid ""
20170 " struct guestfs_lvm_vg_list *\n"
20171 " guestfs_vgs_full (guestfs_h *g);\n"
20172 "\n"
20173 msgstr ""
20174
20175 # type: textblock
20176 #. type: textblock
20177 #: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:4838
20178 msgid ""
20179 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20180 "> command.  The \"full\" version includes all fields."
20181 msgstr ""
20182
20183 # type: textblock
20184 #. type: textblock
20185 #: ../src/guestfs-actions.pod:7180
20186 msgid ""
20187 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
20188 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
20189 msgstr ""
20190
20191 # type: =head2
20192 #. type: =head2
20193 #: ../src/guestfs-actions.pod:7186
20194 msgid "guestfs_vgscan"
20195 msgstr ""
20196
20197 # type: verbatim
20198 #. type: verbatim
20199 #: ../src/guestfs-actions.pod:7188
20200 #, no-wrap
20201 msgid ""
20202 " int\n"
20203 " guestfs_vgscan (guestfs_h *g);\n"
20204 "\n"
20205 msgstr ""
20206
20207 # type: textblock
20208 #. type: textblock
20209 #: ../src/guestfs-actions.pod:7191 ../fish/guestfish-actions.pod:4845
20210 msgid ""
20211 "This rescans all block devices and rebuilds the list of LVM physical "
20212 "volumes, volume groups and logical volumes."
20213 msgstr ""
20214
20215 # type: =head2
20216 #. type: =head2
20217 #: ../src/guestfs-actions.pod:7198
20218 msgid "guestfs_vguuid"
20219 msgstr ""
20220
20221 # type: verbatim
20222 #. type: verbatim
20223 #: ../src/guestfs-actions.pod:7200
20224 #, no-wrap
20225 msgid ""
20226 " char *\n"
20227 " guestfs_vguuid (guestfs_h *g,\n"
20228 "                 const char *vgname);\n"
20229 "\n"
20230 msgstr ""
20231
20232 # type: textblock
20233 #. type: textblock
20234 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4852
20235 msgid "This command returns the UUID of the LVM VG named C<vgname>."
20236 msgstr ""
20237
20238 # type: =head2
20239 #. type: =head2
20240 #: ../src/guestfs-actions.pod:7211
20241 msgid "guestfs_wait_ready"
20242 msgstr ""
20243
20244 # type: verbatim
20245 #. type: verbatim
20246 #: ../src/guestfs-actions.pod:7213
20247 #, no-wrap
20248 msgid ""
20249 " int\n"
20250 " guestfs_wait_ready (guestfs_h *g);\n"
20251 "\n"
20252 msgstr ""
20253
20254 # type: textblock
20255 #. type: textblock
20256 #: ../src/guestfs-actions.pod:7216
20257 msgid "This function is a no op."
20258 msgstr ""
20259
20260 # type: textblock
20261 #. type: textblock
20262 #: ../src/guestfs-actions.pod:7218
20263 msgid ""
20264 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
20265 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
20266 "is no longer necessary because C<guestfs_launch> now does the waiting."
20267 msgstr ""
20268
20269 # type: textblock
20270 #. type: textblock
20271 #: ../src/guestfs-actions.pod:7223
20272 msgid ""
20273 "If you see any calls to this function in code then you can just remove them, "
20274 "unless you want to retain compatibility with older versions of the API."
20275 msgstr ""
20276
20277 #. type: textblock
20278 #: ../src/guestfs-actions.pod:7229
20279 msgid ""
20280 "This function is deprecated.  In new code, use the C<launch> call instead."
20281 msgstr ""
20282
20283 # type: =head2
20284 #. type: =head2
20285 #: ../src/guestfs-actions.pod:7238
20286 msgid "guestfs_wc_c"
20287 msgstr ""
20288
20289 # type: verbatim
20290 #. type: verbatim
20291 #: ../src/guestfs-actions.pod:7240
20292 #, no-wrap
20293 msgid ""
20294 " int\n"
20295 " guestfs_wc_c (guestfs_h *g,\n"
20296 "               const char *path);\n"
20297 "\n"
20298 msgstr ""
20299
20300 # type: textblock
20301 #. type: textblock
20302 #: ../src/guestfs-actions.pod:7244 ../fish/guestfish-actions.pod:4858
20303 msgid ""
20304 "This command counts the characters in a file, using the C<wc -c> external "
20305 "command."
20306 msgstr ""
20307
20308 # type: =head2
20309 #. type: =head2
20310 #: ../src/guestfs-actions.pod:7251
20311 msgid "guestfs_wc_l"
20312 msgstr ""
20313
20314 # type: verbatim
20315 #. type: verbatim
20316 #: ../src/guestfs-actions.pod:7253
20317 #, no-wrap
20318 msgid ""
20319 " int\n"
20320 " guestfs_wc_l (guestfs_h *g,\n"
20321 "               const char *path);\n"
20322 "\n"
20323 msgstr ""
20324
20325 # type: textblock
20326 #. type: textblock
20327 #: ../src/guestfs-actions.pod:7257 ../fish/guestfish-actions.pod:4865
20328 msgid ""
20329 "This command counts the lines in a file, using the C<wc -l> external command."
20330 msgstr ""
20331
20332 # type: =head2
20333 #. type: =head2
20334 #: ../src/guestfs-actions.pod:7264
20335 msgid "guestfs_wc_w"
20336 msgstr ""
20337
20338 # type: verbatim
20339 #. type: verbatim
20340 #: ../src/guestfs-actions.pod:7266
20341 #, no-wrap
20342 msgid ""
20343 " int\n"
20344 " guestfs_wc_w (guestfs_h *g,\n"
20345 "               const char *path);\n"
20346 "\n"
20347 msgstr ""
20348
20349 # type: textblock
20350 #. type: textblock
20351 #: ../src/guestfs-actions.pod:7270 ../fish/guestfish-actions.pod:4872
20352 msgid ""
20353 "This command counts the words in a file, using the C<wc -w> external command."
20354 msgstr ""
20355
20356 # type: =head2
20357 #. type: =head2
20358 #: ../src/guestfs-actions.pod:7277
20359 msgid "guestfs_write"
20360 msgstr ""
20361
20362 # type: verbatim
20363 #. type: verbatim
20364 #: ../src/guestfs-actions.pod:7279
20365 #, no-wrap
20366 msgid ""
20367 " int\n"
20368 " guestfs_write (guestfs_h *g,\n"
20369 "                const char *path,\n"
20370 "                const char *content,\n"
20371 "                size_t content_size);\n"
20372 "\n"
20373 msgstr ""
20374
20375 # type: textblock
20376 #. type: textblock
20377 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4879
20378 msgid ""
20379 "This call creates a file called C<path>.  The content of the file is the "
20380 "string C<content> (which can contain any 8 bit data)."
20381 msgstr ""
20382
20383 # type: =head2
20384 #. type: =head2
20385 #: ../src/guestfs-actions.pod:7295
20386 msgid "guestfs_write_file"
20387 msgstr ""
20388
20389 # type: verbatim
20390 #. type: verbatim
20391 #: ../src/guestfs-actions.pod:7297
20392 #, no-wrap
20393 msgid ""
20394 " int\n"
20395 " guestfs_write_file (guestfs_h *g,\n"
20396 "                     const char *path,\n"
20397 "                     const char *content,\n"
20398 "                     int size);\n"
20399 "\n"
20400 msgstr ""
20401
20402 # type: textblock
20403 #. type: textblock
20404 #: ../src/guestfs-actions.pod:7303 ../fish/guestfish-actions.pod:4889
20405 msgid ""
20406 "This call creates a file called C<path>.  The contents of the file is the "
20407 "string C<content> (which can contain any 8 bit data), with length C<size>."
20408 msgstr ""
20409
20410 # type: textblock
20411 #. type: textblock
20412 #: ../src/guestfs-actions.pod:7307 ../fish/guestfish-actions.pod:4893
20413 msgid ""
20414 "As a special case, if C<size> is C<0> then the length is calculated using "
20415 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
20416 msgstr ""
20417
20418 # type: textblock
20419 #. type: textblock
20420 #: ../src/guestfs-actions.pod:7311 ../fish/guestfish-actions.pod:4897
20421 msgid ""
20422 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
20423 "I<not> work, even if the length is specified."
20424 msgstr ""
20425
20426 # type: textblock
20427 #. type: textblock
20428 #: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4903
20429 msgid ""
20430 "This function is deprecated.  In new code, use the C<write> call instead."
20431 msgstr ""
20432
20433 # type: =head2
20434 #. type: =head2
20435 #: ../src/guestfs-actions.pod:7328
20436 msgid "guestfs_zegrep"
20437 msgstr ""
20438
20439 # type: verbatim
20440 #. type: verbatim
20441 #: ../src/guestfs-actions.pod:7330
20442 #, no-wrap
20443 msgid ""
20444 " char **\n"
20445 " guestfs_zegrep (guestfs_h *g,\n"
20446 "                 const char *regex,\n"
20447 "                 const char *path);\n"
20448 "\n"
20449 msgstr ""
20450
20451 # type: textblock
20452 #. type: textblock
20453 #: ../src/guestfs-actions.pod:7335 ../fish/guestfish-actions.pod:4914
20454 msgid ""
20455 "This calls the external C<zegrep> program and returns the matching lines."
20456 msgstr ""
20457
20458 # type: =head2
20459 #. type: =head2
20460 #: ../src/guestfs-actions.pod:7347
20461 msgid "guestfs_zegrepi"
20462 msgstr ""
20463
20464 # type: verbatim
20465 #. type: verbatim
20466 #: ../src/guestfs-actions.pod:7349
20467 #, no-wrap
20468 msgid ""
20469 " char **\n"
20470 " guestfs_zegrepi (guestfs_h *g,\n"
20471 "                  const char *regex,\n"
20472 "                  const char *path);\n"
20473 "\n"
20474 msgstr ""
20475
20476 # type: textblock
20477 #. type: textblock
20478 #: ../src/guestfs-actions.pod:7354 ../fish/guestfish-actions.pod:4924
20479 msgid ""
20480 "This calls the external C<zegrep -i> program and returns the matching lines."
20481 msgstr ""
20482
20483 # type: =head2
20484 #. type: =head2
20485 #: ../src/guestfs-actions.pod:7366
20486 msgid "guestfs_zero"
20487 msgstr ""
20488
20489 # type: verbatim
20490 #. type: verbatim
20491 #: ../src/guestfs-actions.pod:7368
20492 #, no-wrap
20493 msgid ""
20494 " int\n"
20495 " guestfs_zero (guestfs_h *g,\n"
20496 "               const char *device);\n"
20497 "\n"
20498 msgstr ""
20499
20500 # type: textblock
20501 #. type: textblock
20502 #: ../src/guestfs-actions.pod:7372 ../fish/guestfish-actions.pod:4934
20503 msgid "This command writes zeroes over the first few blocks of C<device>."
20504 msgstr ""
20505
20506 # type: textblock
20507 #. type: textblock
20508 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4936
20509 msgid ""
20510 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
20511 "securely wipe the device).  It should be sufficient to remove any partition "
20512 "tables, filesystem superblocks and so on."
20513 msgstr ""
20514
20515 # type: textblock
20516 #. type: textblock
20517 #: ../src/guestfs-actions.pod:7378
20518 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
20519 msgstr ""
20520
20521 # type: =head2
20522 #. type: =head2
20523 #: ../src/guestfs-actions.pod:7389
20524 msgid "guestfs_zero_device"
20525 msgstr ""
20526
20527 # type: verbatim
20528 #. type: verbatim
20529 #: ../src/guestfs-actions.pod:7391
20530 #, no-wrap
20531 msgid ""
20532 " int\n"
20533 " guestfs_zero_device (guestfs_h *g,\n"
20534 "                      const char *device);\n"
20535 "\n"
20536 msgstr ""
20537
20538 # type: textblock
20539 #. type: textblock
20540 #: ../src/guestfs-actions.pod:7395
20541 msgid ""
20542 "This command writes zeroes over the entire C<device>.  Compare with "
20543 "C<guestfs_zero> which just zeroes the first few blocks of a device."
20544 msgstr ""
20545
20546 # type: textblock
20547 #. type: textblock
20548 #: ../src/guestfs-actions.pod:7409
20549 msgid "(Added in 1.3.1)"
20550 msgstr ""
20551
20552 # type: =head2
20553 #. type: =head2
20554 #: ../src/guestfs-actions.pod:7411
20555 msgid "guestfs_zerofree"
20556 msgstr ""
20557
20558 # type: verbatim
20559 #. type: verbatim
20560 #: ../src/guestfs-actions.pod:7413
20561 #, no-wrap
20562 msgid ""
20563 " int\n"
20564 " guestfs_zerofree (guestfs_h *g,\n"
20565 "                   const char *device);\n"
20566 "\n"
20567 msgstr ""
20568
20569 # type: textblock
20570 #. type: textblock
20571 #: ../src/guestfs-actions.pod:7417 ../fish/guestfish-actions.pod:4957
20572 msgid ""
20573 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
20574 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
20575 "possible to compress the filesystem more effectively."
20576 msgstr ""
20577
20578 # type: textblock
20579 #. type: textblock
20580 #: ../src/guestfs-actions.pod:7422 ../fish/guestfish-actions.pod:4962
20581 msgid "You should B<not> run this program if the filesystem is mounted."
20582 msgstr ""
20583
20584 # type: textblock
20585 #. type: textblock
20586 #: ../src/guestfs-actions.pod:7425 ../fish/guestfish-actions.pod:4965
20587 msgid ""
20588 "It is possible that using this program can damage the filesystem or data on "
20589 "the filesystem."
20590 msgstr ""
20591
20592 # type: =head2
20593 #. type: =head2
20594 #: ../src/guestfs-actions.pod:7432
20595 msgid "guestfs_zfgrep"
20596 msgstr ""
20597
20598 # type: verbatim
20599 #. type: verbatim
20600 #: ../src/guestfs-actions.pod:7434
20601 #, no-wrap
20602 msgid ""
20603 " char **\n"
20604 " guestfs_zfgrep (guestfs_h *g,\n"
20605 "                 const char *pattern,\n"
20606 "                 const char *path);\n"
20607 "\n"
20608 msgstr ""
20609
20610 # type: textblock
20611 #. type: textblock
20612 #: ../src/guestfs-actions.pod:7439 ../fish/guestfish-actions.pod:4972
20613 msgid ""
20614 "This calls the external C<zfgrep> program and returns the matching lines."
20615 msgstr ""
20616
20617 # type: =head2
20618 #. type: =head2
20619 #: ../src/guestfs-actions.pod:7451
20620 msgid "guestfs_zfgrepi"
20621 msgstr ""
20622
20623 # type: verbatim
20624 #. type: verbatim
20625 #: ../src/guestfs-actions.pod:7453
20626 #, no-wrap
20627 msgid ""
20628 " char **\n"
20629 " guestfs_zfgrepi (guestfs_h *g,\n"
20630 "                  const char *pattern,\n"
20631 "                  const char *path);\n"
20632 "\n"
20633 msgstr ""
20634
20635 # type: textblock
20636 #. type: textblock
20637 #: ../src/guestfs-actions.pod:7458 ../fish/guestfish-actions.pod:4982
20638 msgid ""
20639 "This calls the external C<zfgrep -i> program and returns the matching lines."
20640 msgstr ""
20641
20642 # type: =head2
20643 #. type: =head2
20644 #: ../src/guestfs-actions.pod:7470
20645 msgid "guestfs_zfile"
20646 msgstr ""
20647
20648 # type: verbatim
20649 #. type: verbatim
20650 #: ../src/guestfs-actions.pod:7472
20651 #, no-wrap
20652 msgid ""
20653 " char *\n"
20654 " guestfs_zfile (guestfs_h *g,\n"
20655 "                const char *meth,\n"
20656 "                const char *path);\n"
20657 "\n"
20658 msgstr ""
20659
20660 # type: textblock
20661 #. type: textblock
20662 #: ../src/guestfs-actions.pod:7477 ../fish/guestfish-actions.pod:4992
20663 msgid ""
20664 "This command runs C<file> after first decompressing C<path> using C<method>."
20665 msgstr ""
20666
20667 # type: textblock
20668 #. type: textblock
20669 #: ../src/guestfs-actions.pod:7480 ../fish/guestfish-actions.pod:4995
20670 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
20671 msgstr ""
20672
20673 # type: textblock
20674 #. type: textblock
20675 #: ../src/guestfs-actions.pod:7482
20676 msgid ""
20677 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
20678 "files."
20679 msgstr ""
20680
20681 # type: textblock
20682 #. type: textblock
20683 #: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5000
20684 msgid ""
20685 "This function is deprecated.  In new code, use the C<file> call instead."
20686 msgstr ""
20687
20688 # type: =head2
20689 #. type: =head2
20690 #: ../src/guestfs-actions.pod:7497
20691 msgid "guestfs_zgrep"
20692 msgstr ""
20693
20694 # type: verbatim
20695 #. type: verbatim
20696 #: ../src/guestfs-actions.pod:7499
20697 #, no-wrap
20698 msgid ""
20699 " char **\n"
20700 " guestfs_zgrep (guestfs_h *g,\n"
20701 "                const char *regex,\n"
20702 "                const char *path);\n"
20703 "\n"
20704 msgstr ""
20705
20706 # type: textblock
20707 #. type: textblock
20708 #: ../src/guestfs-actions.pod:7504 ../fish/guestfish-actions.pod:5011
20709 msgid ""
20710 "This calls the external C<zgrep> program and returns the matching lines."
20711 msgstr ""
20712
20713 # type: =head2
20714 #. type: =head2
20715 #: ../src/guestfs-actions.pod:7516
20716 msgid "guestfs_zgrepi"
20717 msgstr ""
20718
20719 # type: verbatim
20720 #. type: verbatim
20721 #: ../src/guestfs-actions.pod:7518
20722 #, no-wrap
20723 msgid ""
20724 " char **\n"
20725 " guestfs_zgrepi (guestfs_h *g,\n"
20726 "                 const char *regex,\n"
20727 "                 const char *path);\n"
20728 "\n"
20729 msgstr ""
20730
20731 # type: textblock
20732 #. type: textblock
20733 #: ../src/guestfs-actions.pod:7523 ../fish/guestfish-actions.pod:5021
20734 msgid ""
20735 "This calls the external C<zgrep -i> program and returns the matching lines."
20736 msgstr ""
20737
20738 # type: =item
20739 #. type: =item
20740 #: ../src/guestfs-availability.pod:3
20741 msgid "B<augeas>"
20742 msgstr ""
20743
20744 # type: textblock
20745 #. type: textblock
20746 #: ../src/guestfs-availability.pod:5
20747 msgid ""
20748 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
20749 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
20750 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
20751 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
20752 "L</guestfs_aug_save> L</guestfs_aug_set>"
20753 msgstr ""
20754
20755 # type: =item
20756 #. type: =item
20757 #: ../src/guestfs-availability.pod:21
20758 msgid "B<inotify>"
20759 msgstr ""
20760
20761 # type: textblock
20762 #. type: textblock
20763 #: ../src/guestfs-availability.pod:23
20764 msgid ""
20765 "The following functions: L</guestfs_inotify_add_watch> L</"
20766 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
20767 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
20768 msgstr ""
20769
20770 # type: =item
20771 #. type: =item
20772 #: ../src/guestfs-availability.pod:31
20773 msgid "B<linuxfsuuid>"
20774 msgstr ""
20775
20776 # type: textblock
20777 #. type: textblock
20778 #: ../src/guestfs-availability.pod:33
20779 msgid ""
20780 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
20781 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
20782 msgstr ""
20783
20784 # type: =item
20785 #. type: =item
20786 #: ../src/guestfs-availability.pod:40
20787 msgid "B<linuxmodules>"
20788 msgstr ""
20789
20790 # type: textblock
20791 #. type: textblock
20792 #: ../src/guestfs-availability.pod:42
20793 msgid "The following functions: L</guestfs_modprobe>"
20794 msgstr ""
20795
20796 # type: =item
20797 #. type: =item
20798 #: ../src/guestfs-availability.pod:45
20799 msgid "B<linuxxattrs>"
20800 msgstr ""
20801
20802 # type: textblock
20803 #. type: textblock
20804 #: ../src/guestfs-availability.pod:47
20805 msgid ""
20806 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
20807 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
20808 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
20809 "guestfs_setxattr>"
20810 msgstr ""
20811
20812 # type: =item
20813 #. type: =item
20814 #: ../src/guestfs-availability.pod:58
20815 msgid "B<luks>"
20816 msgstr ""
20817
20818 # type: textblock
20819 #. type: textblock
20820 #: ../src/guestfs-availability.pod:60
20821 msgid ""
20822 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
20823 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
20824 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
20825 msgstr ""
20826
20827 # type: =item
20828 #. type: =item
20829 #: ../src/guestfs-availability.pod:69
20830 msgid "B<lvm2>"
20831 msgstr ""
20832
20833 # type: textblock
20834 #. type: textblock
20835 #: ../src/guestfs-availability.pod:71
20836 msgid ""
20837 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
20838 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
20839 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
20840 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
20841 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
20842 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
20843 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
20844 msgstr ""
20845
20846 # type: =item
20847 #. type: =item
20848 #: ../src/guestfs-availability.pod:94
20849 msgid "B<mknod>"
20850 msgstr ""
20851
20852 # type: textblock
20853 #. type: textblock
20854 #: ../src/guestfs-availability.pod:96
20855 msgid ""
20856 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
20857 "guestfs_mknod_b> L</guestfs_mknod_c>"
20858 msgstr ""
20859
20860 # type: =item
20861 #. type: =item
20862 #: ../src/guestfs-availability.pod:102
20863 msgid "B<ntfs3g>"
20864 msgstr ""
20865
20866 # type: textblock
20867 #. type: textblock
20868 #: ../src/guestfs-availability.pod:104
20869 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
20870 msgstr ""
20871
20872 # type: =item
20873 #. type: =item
20874 #: ../src/guestfs-availability.pod:107
20875 msgid "B<ntfsprogs>"
20876 msgstr ""
20877
20878 # type: textblock
20879 #. type: textblock
20880 #: ../src/guestfs-availability.pod:109
20881 msgid ""
20882 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
20883 msgstr ""
20884
20885 # type: =item
20886 #. type: =item
20887 #: ../src/guestfs-availability.pod:113
20888 msgid "B<realpath>"
20889 msgstr ""
20890
20891 # type: textblock
20892 #. type: textblock
20893 #: ../src/guestfs-availability.pod:115
20894 msgid "The following functions: L</guestfs_realpath>"
20895 msgstr ""
20896
20897 # type: =item
20898 #. type: =item
20899 #: ../src/guestfs-availability.pod:118
20900 msgid "B<scrub>"
20901 msgstr ""
20902
20903 # type: textblock
20904 #. type: textblock
20905 #: ../src/guestfs-availability.pod:120
20906 msgid ""
20907 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
20908 "guestfs_scrub_freespace>"
20909 msgstr ""
20910
20911 # type: =item
20912 #. type: =item
20913 #: ../src/guestfs-availability.pod:125
20914 msgid "B<selinux>"
20915 msgstr ""
20916
20917 # type: textblock
20918 #. type: textblock
20919 #: ../src/guestfs-availability.pod:127
20920 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
20921 msgstr ""
20922
20923 # type: =item
20924 #. type: =item
20925 #: ../src/guestfs-availability.pod:131
20926 msgid "B<xz>"
20927 msgstr ""
20928
20929 # type: textblock
20930 #. type: textblock
20931 #: ../src/guestfs-availability.pod:133
20932 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
20933 msgstr ""
20934
20935 # type: =item
20936 #. type: =item
20937 #: ../src/guestfs-availability.pod:137
20938 msgid "B<zerofree>"
20939 msgstr ""
20940
20941 # type: textblock
20942 #. type: textblock
20943 #: ../src/guestfs-availability.pod:139
20944 msgid "The following functions: L</guestfs_zerofree>"
20945 msgstr ""
20946
20947 # type: =head2
20948 #. type: =head2
20949 #: ../src/guestfs-structs.pod:1
20950 msgid "guestfs_int_bool"
20951 msgstr ""
20952
20953 # type: verbatim
20954 #. type: verbatim
20955 #: ../src/guestfs-structs.pod:3
20956 #, no-wrap
20957 msgid ""
20958 " struct guestfs_int_bool {\n"
20959 "   int32_t i;\n"
20960 "   int32_t b;\n"
20961 " };\n"
20962 " \n"
20963 msgstr ""
20964
20965 # type: verbatim
20966 #. type: verbatim
20967 #: ../src/guestfs-structs.pod:8
20968 #, no-wrap
20969 msgid ""
20970 " struct guestfs_int_bool_list {\n"
20971 "   uint32_t len; /* Number of elements in list. */\n"
20972 "   struct guestfs_int_bool *val; /* Elements. */\n"
20973 " };\n"
20974 " \n"
20975 msgstr ""
20976
20977 # type: verbatim
20978 #. type: verbatim
20979 #: ../src/guestfs-structs.pod:13
20980 #, no-wrap
20981 msgid ""
20982 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
20983 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
20984 "\n"
20985 msgstr ""
20986
20987 # type: =head2
20988 #. type: =head2
20989 #: ../src/guestfs-structs.pod:16
20990 msgid "guestfs_lvm_pv"
20991 msgstr ""
20992
20993 # type: verbatim
20994 #. type: verbatim
20995 #: ../src/guestfs-structs.pod:18
20996 #, no-wrap
20997 msgid ""
20998 " struct guestfs_lvm_pv {\n"
20999 "   char *pv_name;\n"
21000 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21001 "   char pv_uuid[32];\n"
21002 "   char *pv_fmt;\n"
21003 "   uint64_t pv_size;\n"
21004 "   uint64_t dev_size;\n"
21005 "   uint64_t pv_free;\n"
21006 "   uint64_t pv_used;\n"
21007 "   char *pv_attr;\n"
21008 "   int64_t pv_pe_count;\n"
21009 "   int64_t pv_pe_alloc_count;\n"
21010 "   char *pv_tags;\n"
21011 "   uint64_t pe_start;\n"
21012 "   int64_t pv_mda_count;\n"
21013 "   uint64_t pv_mda_free;\n"
21014 " };\n"
21015 " \n"
21016 msgstr ""
21017
21018 # type: verbatim
21019 #. type: verbatim
21020 #: ../src/guestfs-structs.pod:36
21021 #, no-wrap
21022 msgid ""
21023 " struct guestfs_lvm_pv_list {\n"
21024 "   uint32_t len; /* Number of elements in list. */\n"
21025 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
21026 " };\n"
21027 " \n"
21028 msgstr ""
21029
21030 # type: verbatim
21031 #. type: verbatim
21032 #: ../src/guestfs-structs.pod:41
21033 #, no-wrap
21034 msgid ""
21035 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
21036 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
21037 "\n"
21038 msgstr ""
21039
21040 # type: =head2
21041 #. type: =head2
21042 #: ../src/guestfs-structs.pod:44
21043 msgid "guestfs_lvm_vg"
21044 msgstr ""
21045
21046 # type: verbatim
21047 #. type: verbatim
21048 #: ../src/guestfs-structs.pod:46
21049 #, no-wrap
21050 msgid ""
21051 " struct guestfs_lvm_vg {\n"
21052 "   char *vg_name;\n"
21053 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21054 "   char vg_uuid[32];\n"
21055 "   char *vg_fmt;\n"
21056 "   char *vg_attr;\n"
21057 "   uint64_t vg_size;\n"
21058 "   uint64_t vg_free;\n"
21059 "   char *vg_sysid;\n"
21060 "   uint64_t vg_extent_size;\n"
21061 "   int64_t vg_extent_count;\n"
21062 "   int64_t vg_free_count;\n"
21063 "   int64_t max_lv;\n"
21064 "   int64_t max_pv;\n"
21065 "   int64_t pv_count;\n"
21066 "   int64_t lv_count;\n"
21067 "   int64_t snap_count;\n"
21068 "   int64_t vg_seqno;\n"
21069 "   char *vg_tags;\n"
21070 "   int64_t vg_mda_count;\n"
21071 "   uint64_t vg_mda_free;\n"
21072 " };\n"
21073 " \n"
21074 msgstr ""
21075
21076 # type: verbatim
21077 #. type: verbatim
21078 #: ../src/guestfs-structs.pod:69
21079 #, no-wrap
21080 msgid ""
21081 " struct guestfs_lvm_vg_list {\n"
21082 "   uint32_t len; /* Number of elements in list. */\n"
21083 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
21084 " };\n"
21085 " \n"
21086 msgstr ""
21087
21088 # type: verbatim
21089 #. type: verbatim
21090 #: ../src/guestfs-structs.pod:74
21091 #, no-wrap
21092 msgid ""
21093 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
21094 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
21095 "\n"
21096 msgstr ""
21097
21098 # type: =head2
21099 #. type: =head2
21100 #: ../src/guestfs-structs.pod:77
21101 msgid "guestfs_lvm_lv"
21102 msgstr ""
21103
21104 # type: verbatim
21105 #. type: verbatim
21106 #: ../src/guestfs-structs.pod:79
21107 #, no-wrap
21108 msgid ""
21109 " struct guestfs_lvm_lv {\n"
21110 "   char *lv_name;\n"
21111 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21112 "   char lv_uuid[32];\n"
21113 "   char *lv_attr;\n"
21114 "   int64_t lv_major;\n"
21115 "   int64_t lv_minor;\n"
21116 "   int64_t lv_kernel_major;\n"
21117 "   int64_t lv_kernel_minor;\n"
21118 "   uint64_t lv_size;\n"
21119 "   int64_t seg_count;\n"
21120 "   char *origin;\n"
21121 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21122 "   float snap_percent;\n"
21123 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21124 "   float copy_percent;\n"
21125 "   char *move_pv;\n"
21126 "   char *lv_tags;\n"
21127 "   char *mirror_log;\n"
21128 "   char *modules;\n"
21129 " };\n"
21130 " \n"
21131 msgstr ""
21132
21133 # type: verbatim
21134 #. type: verbatim
21135 #: ../src/guestfs-structs.pod:101
21136 #, no-wrap
21137 msgid ""
21138 " struct guestfs_lvm_lv_list {\n"
21139 "   uint32_t len; /* Number of elements in list. */\n"
21140 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
21141 " };\n"
21142 " \n"
21143 msgstr ""
21144
21145 # type: verbatim
21146 #. type: verbatim
21147 #: ../src/guestfs-structs.pod:106
21148 #, no-wrap
21149 msgid ""
21150 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
21151 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
21152 "\n"
21153 msgstr ""
21154
21155 # type: verbatim
21156 #. type: verbatim
21157 #: ../src/guestfs-structs.pod:111
21158 #, no-wrap
21159 msgid ""
21160 " struct guestfs_stat {\n"
21161 "   int64_t dev;\n"
21162 "   int64_t ino;\n"
21163 "   int64_t mode;\n"
21164 "   int64_t nlink;\n"
21165 "   int64_t uid;\n"
21166 "   int64_t gid;\n"
21167 "   int64_t rdev;\n"
21168 "   int64_t size;\n"
21169 "   int64_t blksize;\n"
21170 "   int64_t blocks;\n"
21171 "   int64_t atime;\n"
21172 "   int64_t mtime;\n"
21173 "   int64_t ctime;\n"
21174 " };\n"
21175 " \n"
21176 msgstr ""
21177
21178 # type: verbatim
21179 #. type: verbatim
21180 #: ../src/guestfs-structs.pod:127
21181 #, no-wrap
21182 msgid ""
21183 " struct guestfs_stat_list {\n"
21184 "   uint32_t len; /* Number of elements in list. */\n"
21185 "   struct guestfs_stat *val; /* Elements. */\n"
21186 " };\n"
21187 " \n"
21188 msgstr ""
21189
21190 # type: verbatim
21191 #. type: verbatim
21192 #: ../src/guestfs-structs.pod:132
21193 #, no-wrap
21194 msgid ""
21195 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
21196 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
21197 "\n"
21198 msgstr ""
21199
21200 # type: verbatim
21201 #. type: verbatim
21202 #: ../src/guestfs-structs.pod:137
21203 #, no-wrap
21204 msgid ""
21205 " struct guestfs_statvfs {\n"
21206 "   int64_t bsize;\n"
21207 "   int64_t frsize;\n"
21208 "   int64_t blocks;\n"
21209 "   int64_t bfree;\n"
21210 "   int64_t bavail;\n"
21211 "   int64_t files;\n"
21212 "   int64_t ffree;\n"
21213 "   int64_t favail;\n"
21214 "   int64_t fsid;\n"
21215 "   int64_t flag;\n"
21216 "   int64_t namemax;\n"
21217 " };\n"
21218 " \n"
21219 msgstr ""
21220
21221 # type: verbatim
21222 #. type: verbatim
21223 #: ../src/guestfs-structs.pod:151
21224 #, no-wrap
21225 msgid ""
21226 " struct guestfs_statvfs_list {\n"
21227 "   uint32_t len; /* Number of elements in list. */\n"
21228 "   struct guestfs_statvfs *val; /* Elements. */\n"
21229 " };\n"
21230 " \n"
21231 msgstr ""
21232
21233 # type: verbatim
21234 #. type: verbatim
21235 #: ../src/guestfs-structs.pod:156
21236 #, no-wrap
21237 msgid ""
21238 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
21239 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
21240 "\n"
21241 msgstr ""
21242
21243 # type: =head2
21244 #. type: =head2
21245 #: ../src/guestfs-structs.pod:159
21246 msgid "guestfs_dirent"
21247 msgstr ""
21248
21249 # type: verbatim
21250 #. type: verbatim
21251 #: ../src/guestfs-structs.pod:161
21252 #, no-wrap
21253 msgid ""
21254 " struct guestfs_dirent {\n"
21255 "   int64_t ino;\n"
21256 "   char ftyp;\n"
21257 "   char *name;\n"
21258 " };\n"
21259 " \n"
21260 msgstr ""
21261
21262 # type: verbatim
21263 #. type: verbatim
21264 #: ../src/guestfs-structs.pod:167
21265 #, no-wrap
21266 msgid ""
21267 " struct guestfs_dirent_list {\n"
21268 "   uint32_t len; /* Number of elements in list. */\n"
21269 "   struct guestfs_dirent *val; /* Elements. */\n"
21270 " };\n"
21271 " \n"
21272 msgstr ""
21273
21274 # type: verbatim
21275 #. type: verbatim
21276 #: ../src/guestfs-structs.pod:172
21277 #, no-wrap
21278 msgid ""
21279 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
21280 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
21281 "\n"
21282 msgstr ""
21283
21284 # type: verbatim
21285 #. type: verbatim
21286 #: ../src/guestfs-structs.pod:177
21287 #, no-wrap
21288 msgid ""
21289 " struct guestfs_version {\n"
21290 "   int64_t major;\n"
21291 "   int64_t minor;\n"
21292 "   int64_t release;\n"
21293 "   char *extra;\n"
21294 " };\n"
21295 " \n"
21296 msgstr ""
21297
21298 # type: verbatim
21299 #. type: verbatim
21300 #: ../src/guestfs-structs.pod:184
21301 #, no-wrap
21302 msgid ""
21303 " struct guestfs_version_list {\n"
21304 "   uint32_t len; /* Number of elements in list. */\n"
21305 "   struct guestfs_version *val; /* Elements. */\n"
21306 " };\n"
21307 " \n"
21308 msgstr ""
21309
21310 # type: verbatim
21311 #. type: verbatim
21312 #: ../src/guestfs-structs.pod:189
21313 #, no-wrap
21314 msgid ""
21315 " void guestfs_free_version (struct guestfs_free_version *);\n"
21316 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
21317 "\n"
21318 msgstr ""
21319
21320 # type: =head2
21321 #. type: =head2
21322 #: ../src/guestfs-structs.pod:192
21323 msgid "guestfs_xattr"
21324 msgstr ""
21325
21326 # type: verbatim
21327 #. type: verbatim
21328 #: ../src/guestfs-structs.pod:194
21329 #, no-wrap
21330 msgid ""
21331 " struct guestfs_xattr {\n"
21332 "   char *attrname;\n"
21333 "   /* The next two fields describe a byte array. */\n"
21334 "   uint32_t attrval_len;\n"
21335 "   char *attrval;\n"
21336 " };\n"
21337 " \n"
21338 msgstr ""
21339
21340 # type: verbatim
21341 #. type: verbatim
21342 #: ../src/guestfs-structs.pod:201
21343 #, no-wrap
21344 msgid ""
21345 " struct guestfs_xattr_list {\n"
21346 "   uint32_t len; /* Number of elements in list. */\n"
21347 "   struct guestfs_xattr *val; /* Elements. */\n"
21348 " };\n"
21349 " \n"
21350 msgstr ""
21351
21352 # type: verbatim
21353 #. type: verbatim
21354 #: ../src/guestfs-structs.pod:206
21355 #, no-wrap
21356 msgid ""
21357 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
21358 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
21359 "\n"
21360 msgstr ""
21361
21362 # type: =head2
21363 #. type: =head2
21364 #: ../src/guestfs-structs.pod:209
21365 msgid "guestfs_inotify_event"
21366 msgstr ""
21367
21368 # type: verbatim
21369 #. type: verbatim
21370 #: ../src/guestfs-structs.pod:211
21371 #, no-wrap
21372 msgid ""
21373 " struct guestfs_inotify_event {\n"
21374 "   int64_t in_wd;\n"
21375 "   uint32_t in_mask;\n"
21376 "   uint32_t in_cookie;\n"
21377 "   char *in_name;\n"
21378 " };\n"
21379 " \n"
21380 msgstr ""
21381
21382 # type: verbatim
21383 #. type: verbatim
21384 #: ../src/guestfs-structs.pod:218
21385 #, no-wrap
21386 msgid ""
21387 " struct guestfs_inotify_event_list {\n"
21388 "   uint32_t len; /* Number of elements in list. */\n"
21389 "   struct guestfs_inotify_event *val; /* Elements. */\n"
21390 " };\n"
21391 " \n"
21392 msgstr ""
21393
21394 # type: verbatim
21395 #. type: verbatim
21396 #: ../src/guestfs-structs.pod:223
21397 #, no-wrap
21398 msgid ""
21399 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
21400 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
21401 "\n"
21402 msgstr ""
21403
21404 # type: =head2
21405 #. type: =head2
21406 #: ../src/guestfs-structs.pod:226
21407 msgid "guestfs_partition"
21408 msgstr ""
21409
21410 # type: verbatim
21411 #. type: verbatim
21412 #: ../src/guestfs-structs.pod:228
21413 #, no-wrap
21414 msgid ""
21415 " struct guestfs_partition {\n"
21416 "   int32_t part_num;\n"
21417 "   uint64_t part_start;\n"
21418 "   uint64_t part_end;\n"
21419 "   uint64_t part_size;\n"
21420 " };\n"
21421 " \n"
21422 msgstr ""
21423
21424 # type: verbatim
21425 #. type: verbatim
21426 #: ../src/guestfs-structs.pod:235
21427 #, no-wrap
21428 msgid ""
21429 " struct guestfs_partition_list {\n"
21430 "   uint32_t len; /* Number of elements in list. */\n"
21431 "   struct guestfs_partition *val; /* Elements. */\n"
21432 " };\n"
21433 " \n"
21434 msgstr ""
21435
21436 # type: verbatim
21437 #. type: verbatim
21438 #: ../src/guestfs-structs.pod:240
21439 #, no-wrap
21440 msgid ""
21441 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
21442 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
21443 "\n"
21444 msgstr ""
21445
21446 # type: =head2
21447 #. type: =head2
21448 #: ../src/guestfs-structs.pod:243
21449 msgid "guestfs_application"
21450 msgstr ""
21451
21452 # type: verbatim
21453 #. type: verbatim
21454 #: ../src/guestfs-structs.pod:245
21455 #, no-wrap
21456 msgid ""
21457 " struct guestfs_application {\n"
21458 "   char *app_name;\n"
21459 "   char *app_display_name;\n"
21460 "   int32_t app_epoch;\n"
21461 "   char *app_version;\n"
21462 "   char *app_release;\n"
21463 "   char *app_install_path;\n"
21464 "   char *app_trans_path;\n"
21465 "   char *app_publisher;\n"
21466 "   char *app_url;\n"
21467 "   char *app_source_package;\n"
21468 "   char *app_summary;\n"
21469 "   char *app_description;\n"
21470 " };\n"
21471 " \n"
21472 msgstr ""
21473
21474 # type: verbatim
21475 #. type: verbatim
21476 #: ../src/guestfs-structs.pod:260
21477 #, no-wrap
21478 msgid ""
21479 " struct guestfs_application_list {\n"
21480 "   uint32_t len; /* Number of elements in list. */\n"
21481 "   struct guestfs_application *val; /* Elements. */\n"
21482 " };\n"
21483 " \n"
21484 msgstr ""
21485
21486 # type: verbatim
21487 #. type: verbatim
21488 #: ../src/guestfs-structs.pod:265
21489 #, no-wrap
21490 msgid ""
21491 " void guestfs_free_application (struct guestfs_free_application *);\n"
21492 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
21493 "\n"
21494 msgstr ""
21495
21496 # type: textblock
21497 #. type: textblock
21498 #: ../fish/guestfish.pod:5
21499 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
21500 msgstr ""
21501
21502 # type: verbatim
21503 #. type: verbatim
21504 #: ../fish/guestfish.pod:9
21505 #, no-wrap
21506 msgid ""
21507 " guestfish [--options] [commands]\n"
21508 "\n"
21509 msgstr ""
21510
21511 # type: verbatim
21512 #. type: verbatim
21513 #: ../fish/guestfish.pod:11
21514 #, no-wrap
21515 msgid ""
21516 " guestfish\n"
21517 "\n"
21518 msgstr ""
21519
21520 # type: verbatim
21521 #. type: verbatim
21522 #: ../fish/guestfish.pod:13
21523 #, no-wrap
21524 msgid ""
21525 " guestfish [--ro|--rw] -a disk.img\n"
21526 "\n"
21527 msgstr ""
21528
21529 # type: verbatim
21530 #. type: verbatim
21531 #: ../fish/guestfish.pod:15
21532 #, no-wrap
21533 msgid ""
21534 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
21535 "\n"
21536 msgstr ""
21537
21538 # type: verbatim
21539 #. type: verbatim
21540 #: ../fish/guestfish.pod:17
21541 #, no-wrap
21542 msgid ""
21543 " guestfish -d libvirt-domain\n"
21544 "\n"
21545 msgstr ""
21546
21547 # type: verbatim
21548 #. type: verbatim
21549 #: ../fish/guestfish.pod:19
21550 #, no-wrap
21551 msgid ""
21552 " guestfish [--ro|--rw] -a disk.img -i\n"
21553 "\n"
21554 msgstr ""
21555
21556 # type: verbatim
21557 #. type: verbatim
21558 #: ../fish/guestfish.pod:21
21559 #, no-wrap
21560 msgid ""
21561 " guestfish -d libvirt-domain -i\n"
21562 "\n"
21563 msgstr ""
21564
21565 # type: =head1
21566 #. type: =head1
21567 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15
21568 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
21569 msgid "WARNING"
21570 msgstr ""
21571
21572 # type: textblock
21573 #. type: textblock
21574 #: ../fish/guestfish.pod:25
21575 msgid ""
21576 "Using guestfish in read/write mode on live virtual machines can be "
21577 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
21578 "option to use guestfish safely if the disk image or virtual machine might be "
21579 "live."
21580 msgstr ""
21581
21582 # type: textblock
21583 #. type: textblock
21584 #: ../fish/guestfish.pod:32
21585 msgid ""
21586 "Guestfish is a shell and command-line tool for examining and modifying "
21587 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
21588 "functionality of the guestfs API, see L<guestfs(3)>."
21589 msgstr ""
21590
21591 # type: textblock
21592 #. type: textblock
21593 #: ../fish/guestfish.pod:36
21594 msgid ""
21595 "Guestfish gives you structured access to the libguestfs API, from shell "
21596 "scripts or the command line or interactively.  If you want to rescue a "
21597 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
21598 "command."
21599 msgstr ""
21600
21601 # type: =head1
21602 #. type: =head1
21603 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:949
21604 #: ../fuse/guestmount.pod:39 ../tools/virt-tar.pl:50
21605 msgid "EXAMPLES"
21606 msgstr ""
21607
21608 # type: =head2
21609 #. type: =head2
21610 #: ../fish/guestfish.pod:43
21611 msgid "As an interactive shell"
21612 msgstr ""
21613
21614 # type: verbatim
21615 #. type: verbatim
21616 #: ../fish/guestfish.pod:45
21617 #, no-wrap
21618 msgid ""
21619 " $ guestfish\n"
21620 " \n"
21621 msgstr ""
21622
21623 # type: verbatim
21624 #. type: verbatim
21625 #: ../fish/guestfish.pod:47
21626 #, no-wrap
21627 msgid ""
21628 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
21629 " editing virtual machine filesystems.\n"
21630 " \n"
21631 msgstr ""
21632
21633 # type: verbatim
21634 #. type: verbatim
21635 #: ../fish/guestfish.pod:50
21636 #, no-wrap
21637 msgid ""
21638 " Type: 'help' for a list of commands\n"
21639 "       'man' to read the manual\n"
21640 "       'quit' to quit the shell\n"
21641 " \n"
21642 msgstr ""
21643
21644 # type: verbatim
21645 #. type: verbatim
21646 #: ../fish/guestfish.pod:54
21647 #, no-wrap
21648 msgid ""
21649 " ><fs> add-ro disk.img\n"
21650 " ><fs> run\n"
21651 " ><fs> list-filesystems\n"
21652 " /dev/sda1: ext4\n"
21653 " /dev/vg_guest/lv_root: ext4\n"
21654 " /dev/vg_guest/lv_swap: swap\n"
21655 " ><fs> mount /dev/vg_guest/lv_root /\n"
21656 " ><fs> cat /etc/fstab\n"
21657 " # /etc/fstab\n"
21658 " # Created by anaconda\n"
21659 " [...]\n"
21660 " ><fs> exit\n"
21661 "\n"
21662 msgstr ""
21663
21664 # type: =head2
21665 #. type: =head2
21666 #: ../fish/guestfish.pod:67
21667 msgid "From shell scripts"
21668 msgstr ""
21669
21670 # type: textblock
21671 #. type: textblock
21672 #: ../fish/guestfish.pod:69
21673 msgid "Create a new C</etc/motd> file in a guest or disk image:"
21674 msgstr ""
21675
21676 # type: verbatim
21677 #. type: verbatim
21678 #: ../fish/guestfish.pod:71
21679 #, no-wrap
21680 msgid ""
21681 " guestfish <<_EOF_\n"
21682 " add disk.img\n"
21683 " run\n"
21684 " mount /dev/vg_guest/lv_root /\n"
21685 " write /etc/motd \"Welcome, new users\"\n"
21686 " _EOF_\n"
21687 "\n"
21688 msgstr ""
21689
21690 # type: textblock
21691 #. type: textblock
21692 #: ../fish/guestfish.pod:78
21693 msgid "List the LVM logical volumes in a disk image:"
21694 msgstr ""
21695
21696 # type: verbatim
21697 #. type: verbatim
21698 #: ../fish/guestfish.pod:80
21699 #, no-wrap
21700 msgid ""
21701 " guestfish -a disk.img --ro <<_EOF_\n"
21702 " run\n"
21703 " lvs\n"
21704 " _EOF_\n"
21705 "\n"
21706 msgstr ""
21707
21708 # type: textblock
21709 #. type: textblock
21710 #: ../fish/guestfish.pod:85
21711 msgid "List all the filesystems in a disk image:"
21712 msgstr ""
21713
21714 # type: verbatim
21715 #. type: verbatim
21716 #: ../fish/guestfish.pod:87
21717 #, no-wrap
21718 msgid ""
21719 " guestfish -a disk.img --ro <<_EOF_\n"
21720 " run\n"
21721 " list-filesystems\n"
21722 " _EOF_\n"
21723 "\n"
21724 msgstr ""
21725
21726 # type: =head2
21727 #. type: =head2
21728 #: ../fish/guestfish.pod:92
21729 msgid "On one command line"
21730 msgstr ""
21731
21732 # type: textblock
21733 #. type: textblock
21734 #: ../fish/guestfish.pod:94
21735 msgid "Update C</etc/resolv.conf> in a guest:"
21736 msgstr ""
21737
21738 # type: verbatim
21739 #. type: verbatim
21740 #: ../fish/guestfish.pod:96
21741 #, no-wrap
21742 msgid ""
21743 " guestfish \\\n"
21744 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
21745 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
21746 "\n"
21747 msgstr ""
21748
21749 # type: textblock
21750 #. type: textblock
21751 #: ../fish/guestfish.pod:100
21752 msgid "Edit C</boot/grub/grub.conf> interactively:"
21753 msgstr ""
21754
21755 # type: verbatim
21756 #. type: verbatim
21757 #: ../fish/guestfish.pod:102
21758 #, no-wrap
21759 msgid ""
21760 " guestfish --rw --add disk.img \\\n"
21761 "   --mount /dev/vg_guest/lv_root \\\n"
21762 "   --mount /dev/sda1:/boot \\\n"
21763 "   edit /boot/grub/grub.conf\n"
21764 "\n"
21765 msgstr ""
21766
21767 # type: =head2
21768 #. type: =head2
21769 #: ../fish/guestfish.pod:107
21770 msgid "Mount disks automatically"
21771 msgstr ""
21772
21773 # type: textblock
21774 #. type: textblock
21775 #: ../fish/guestfish.pod:109
21776 msgid ""
21777 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
21778 msgstr ""
21779
21780 # type: verbatim
21781 #. type: verbatim
21782 #: ../fish/guestfish.pod:112
21783 #, no-wrap
21784 msgid ""
21785 " guestfish --ro -a disk.img -i cat /etc/group\n"
21786 "\n"
21787 msgstr ""
21788
21789 # type: verbatim
21790 #. type: verbatim
21791 #: ../fish/guestfish.pod:114
21792 #, no-wrap
21793 msgid ""
21794 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
21795 "\n"
21796 msgstr ""
21797
21798 # type: textblock
21799 #. type: textblock
21800 #: ../fish/guestfish.pod:116
21801 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
21802 msgstr ""
21803
21804 # type: verbatim
21805 #. type: verbatim
21806 #: ../fish/guestfish.pod:118
21807 #, no-wrap
21808 msgid ""
21809 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
21810 "\n"
21811 msgstr ""
21812
21813 # type: =head2
21814 #. type: =head2
21815 #: ../fish/guestfish.pod:120
21816 msgid "As a script interpreter"
21817 msgstr ""
21818
21819 # type: textblock
21820 #. type: textblock
21821 #: ../fish/guestfish.pod:122
21822 msgid "Create a 100MB disk containing an ext2-formatted partition:"
21823 msgstr ""
21824
21825 # type: verbatim
21826 #. type: verbatim
21827 #: ../fish/guestfish.pod:124
21828 #, no-wrap
21829 msgid ""
21830 " #!/usr/bin/guestfish -f\n"
21831 " sparse test1.img 100M\n"
21832 " run\n"
21833 " part-disk /dev/sda mbr\n"
21834 " mkfs ext2 /dev/sda1\n"
21835 "\n"
21836 msgstr ""
21837
21838 # type: =head2
21839 #. type: =head2
21840 #: ../fish/guestfish.pod:130
21841 msgid "Start with a prepared disk"
21842 msgstr ""
21843
21844 # type: textblock
21845 #. type: textblock
21846 #: ../fish/guestfish.pod:132
21847 msgid ""
21848 "An alternate way to create a 100MB disk called C<test1.img> containing a "
21849 "single ext2-formatted partition:"
21850 msgstr ""
21851
21852 # type: verbatim
21853 #. type: verbatim
21854 #: ../fish/guestfish.pod:135
21855 #, no-wrap
21856 msgid ""
21857 " guestfish -N fs\n"
21858 "\n"
21859 msgstr ""
21860
21861 # type: textblock
21862 #. type: textblock
21863 #: ../fish/guestfish.pod:137
21864 msgid "To list what is available do:"
21865 msgstr ""
21866
21867 # type: verbatim
21868 #. type: verbatim
21869 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:940
21870 #, no-wrap
21871 msgid ""
21872 " guestfish -N help | less\n"
21873 "\n"
21874 msgstr ""
21875
21876 # type: =head2
21877 #. type: =head2
21878 #: ../fish/guestfish.pod:141
21879 msgid "Remote control"
21880 msgstr ""
21881
21882 # type: verbatim
21883 #. type: verbatim
21884 #: ../fish/guestfish.pod:143
21885 #, no-wrap
21886 msgid ""
21887 " eval \"`guestfish --listen`\"\n"
21888 " guestfish --remote add-ro disk.img\n"
21889 " guestfish --remote run\n"
21890 " guestfish --remote lvs\n"
21891 "\n"
21892 msgstr ""
21893
21894 # type: =head1
21895 #. type: =head1
21896 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
21897 #: ../fuse/guestmount.pod:73 ../tools/virt-win-reg.pl:96
21898 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
21899 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
21900 msgid "OPTIONS"
21901 msgstr ""
21902
21903 # type: =item
21904 #. type: =item
21905 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:133
21906 #: ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61
21907 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
21908 #: ../tools/virt-list-partitions.pl:62
21909 msgid "B<--help>"
21910 msgstr ""
21911
21912 # type: textblock
21913 #. type: textblock
21914 #: ../fish/guestfish.pod:154
21915 msgid "Displays general help on options."
21916 msgstr ""
21917
21918 # type: =item
21919 #. type: =item
21920 #: ../fish/guestfish.pod:156
21921 msgid "B<-h>"
21922 msgstr ""
21923
21924 # type: =item
21925 #. type: =item
21926 #: ../fish/guestfish.pod:158
21927 msgid "B<--cmd-help>"
21928 msgstr ""
21929
21930 # type: textblock
21931 #. type: textblock
21932 #: ../fish/guestfish.pod:160
21933 msgid "Lists all available guestfish commands."
21934 msgstr ""
21935
21936 # type: =item
21937 #. type: =item
21938 #: ../fish/guestfish.pod:162
21939 msgid "B<-h cmd>"
21940 msgstr ""
21941
21942 # type: =item
21943 #. type: =item
21944 #: ../fish/guestfish.pod:164
21945 msgid "B<--cmd-help cmd>"
21946 msgstr ""
21947
21948 # type: textblock
21949 #. type: textblock
21950 #: ../fish/guestfish.pod:166
21951 msgid "Displays detailed help on a single command C<cmd>."
21952 msgstr ""
21953
21954 # type: =item
21955 #. type: =item
21956 #: ../fish/guestfish.pod:168
21957 msgid "B<-a image>"
21958 msgstr ""
21959
21960 # type: =item
21961 #. type: =item
21962 #: ../fish/guestfish.pod:170
21963 msgid "B<--add image>"
21964 msgstr ""
21965
21966 # type: textblock
21967 #. type: textblock
21968 #: ../fish/guestfish.pod:172
21969 msgid "Add a block device or virtual machine image to the shell."
21970 msgstr ""
21971
21972 # type: textblock
21973 #. type: textblock
21974 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
21975 msgid ""
21976 "The format of the disk image is auto-detected.  To override this and force a "
21977 "particular format use the I<--format=..> option."
21978 msgstr ""
21979
21980 #. type: textblock
21981 #: ../fish/guestfish.pod:177
21982 msgid ""
21983 "Using this flag is mostly equivalent to using the C<add> command, with "
21984 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
21985 "the I<--format=...> flag was given."
21986 msgstr ""
21987
21988 # type: =item
21989 #. type: =item
21990 #: ../fish/guestfish.pod:181
21991 msgid "B<-c URI>"
21992 msgstr ""
21993
21994 # type: =item
21995 #. type: =item
21996 #: ../fish/guestfish.pod:183
21997 msgid "B<--connect URI>"
21998 msgstr ""
21999
22000 # type: textblock
22001 #. type: textblock
22002 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
22003 msgid ""
22004 "When used in conjunction with the I<-d> option, this specifies the libvirt "
22005 "URI to use.  The default is to use the default libvirt connection."
22006 msgstr ""
22007
22008 # type: =item
22009 #. type: =item
22010 #: ../fish/guestfish.pod:189
22011 msgid "B<--csh>"
22012 msgstr ""
22013
22014 # type: textblock
22015 #. type: textblock
22016 #: ../fish/guestfish.pod:191
22017 msgid ""
22018 "If using the I<--listen> option and a csh-like shell, use this option.  See "
22019 "section L</REMOTE CONTROL AND CSH> below."
22020 msgstr ""
22021
22022 # type: =item
22023 #. type: =item
22024 #: ../fish/guestfish.pod:194
22025 msgid "B<-d libvirt-domain>"
22026 msgstr ""
22027
22028 # type: =item
22029 #. type: =item
22030 #: ../fish/guestfish.pod:196
22031 msgid "B<--domain libvirt-domain>"
22032 msgstr ""
22033
22034 # type: textblock
22035 #. type: textblock
22036 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
22037 msgid ""
22038 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
22039 "used, then any libvirt domain can be used.  However in write mode, only "
22040 "libvirt domains which are shut down can be named here."
22041 msgstr ""
22042
22043 #. type: textblock
22044 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:96
22045 msgid "Domain UUIDs can be used instead of names."
22046 msgstr ""
22047
22048 # type: textblock
22049 #. type: textblock
22050 #: ../fish/guestfish.pod:204
22051 msgid ""
22052 "Using this flag is mostly equivalent to using the C<add-domain> command, "
22053 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
22054 "if the I<--format:...> flag was given."
22055 msgstr ""
22056
22057 # type: =item
22058 #. type: =item
22059 #: ../fish/guestfish.pod:208
22060 msgid "B<-D>"
22061 msgstr ""
22062
22063 # type: =item
22064 #. type: =item
22065 #: ../fish/guestfish.pod:210
22066 msgid "B<--no-dest-paths>"
22067 msgstr ""
22068
22069 # type: textblock
22070 #. type: textblock
22071 #: ../fish/guestfish.pod:212
22072 msgid ""
22073 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
22074 "to hit the tab key to complete paths on the guest filesystem, but this "
22075 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
22076 "allow this feature to be disabled."
22077 msgstr ""
22078
22079 # type: =item
22080 #. type: =item
22081 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
22082 msgid "B<--echo-keys>"
22083 msgstr ""
22084
22085 # type: textblock
22086 #. type: textblock
22087 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:112
22088 msgid ""
22089 "When prompting for keys and passphrases, guestfish normally turns echoing "
22090 "off so you cannot see what you are typing.  If you are not worried about "
22091 "Tempest attacks and there is no one else in the room you can specify this "
22092 "flag to see what you are typing."
22093 msgstr ""
22094
22095 # type: =item
22096 #. type: =item
22097 #: ../fish/guestfish.pod:224
22098 msgid "B<-f file>"
22099 msgstr ""
22100
22101 # type: =item
22102 #. type: =item
22103 #: ../fish/guestfish.pod:226
22104 msgid "B<--file file>"
22105 msgstr ""
22106
22107 # type: textblock
22108 #. type: textblock
22109 #: ../fish/guestfish.pod:228
22110 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
22111 msgstr ""
22112
22113 # type: verbatim
22114 #. type: verbatim
22115 #: ../fish/guestfish.pod:231
22116 #, no-wrap
22117 msgid ""
22118 " #!/usr/bin/guestfish -f\n"
22119 "\n"
22120 msgstr ""
22121
22122 # type: =item
22123 #. type: =item
22124 #: ../fish/guestfish.pod:233
22125 msgid "B<--format=raw|qcow2|..>"
22126 msgstr ""
22127
22128 # type: =item
22129 #. type: =item
22130 #: ../fish/guestfish.pod:235
22131 msgid "B<--format>"
22132 msgstr ""
22133
22134 # type: textblock
22135 #. type: textblock
22136 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:119
22137 msgid ""
22138 "The default for the I<-a> option is to auto-detect the format of the disk "
22139 "image.  Using this forces the disk format for I<-a> options which follow on "
22140 "the command line.  Using I<--format> with no argument switches back to auto-"
22141 "detection for subsequent I<-a> options."
22142 msgstr ""
22143
22144 # type: verbatim
22145 #. type: verbatim
22146 #: ../fish/guestfish.pod:244
22147 #, no-wrap
22148 msgid ""
22149 " guestfish --format=raw -a disk.img\n"
22150 "\n"
22151 msgstr ""
22152
22153 # type: textblock
22154 #. type: textblock
22155 #: ../fish/guestfish.pod:246
22156 msgid "forces raw format (no auto-detection) for C<disk.img>."
22157 msgstr ""
22158
22159 # type: verbatim
22160 #. type: verbatim
22161 #: ../fish/guestfish.pod:248
22162 #, no-wrap
22163 msgid ""
22164 " guestfish --format=raw -a disk.img --format -a another.img\n"
22165 "\n"
22166 msgstr ""
22167
22168 # type: textblock
22169 #. type: textblock
22170 #: ../fish/guestfish.pod:250
22171 msgid ""
22172 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
22173 "detection for C<another.img>."
22174 msgstr ""
22175
22176 # type: textblock
22177 #. type: textblock
22178 #: ../fish/guestfish.pod:253
22179 msgid ""
22180 "If you have untrusted raw-format guest disk images, you should use this "
22181 "option to specify the disk format.  This avoids a possible security problem "
22182 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
22183 msgstr ""
22184
22185 # type: =item
22186 #. type: =item
22187 #: ../fish/guestfish.pod:258
22188 msgid "B<-i>"
22189 msgstr ""
22190
22191 # type: =item
22192 #. type: =item
22193 #: ../fish/guestfish.pod:260
22194 msgid "B<--inspector>"
22195 msgstr ""
22196
22197 # type: textblock
22198 #. type: textblock
22199 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:139
22200 msgid ""
22201 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
22202 "system and mount filesystems as they would be mounted on the real virtual "
22203 "machine."
22204 msgstr ""
22205
22206 # type: textblock
22207 #. type: textblock
22208 #: ../fish/guestfish.pod:266
22209 msgid "Typical usage is either:"
22210 msgstr ""
22211
22212 # type: verbatim
22213 #. type: verbatim
22214 #: ../fish/guestfish.pod:268
22215 #, no-wrap
22216 msgid ""
22217 " guestfish -d myguest -i\n"
22218 "\n"
22219 msgstr ""
22220
22221 # type: textblock
22222 #. type: textblock
22223 #: ../fish/guestfish.pod:270
22224 msgid "(for an inactive libvirt domain called I<myguest>), or:"
22225 msgstr ""
22226
22227 # type: verbatim
22228 #. type: verbatim
22229 #: ../fish/guestfish.pod:272
22230 #, no-wrap
22231 msgid ""
22232 " guestfish --ro -d myguest -i\n"
22233 "\n"
22234 msgstr ""
22235
22236 # type: textblock
22237 #. type: textblock
22238 #: ../fish/guestfish.pod:274
22239 msgid "(for active domains, readonly), or specify the block device directly:"
22240 msgstr ""
22241
22242 # type: verbatim
22243 #. type: verbatim
22244 #: ../fish/guestfish.pod:276
22245 #, no-wrap
22246 msgid ""
22247 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
22248 "\n"
22249 msgstr ""
22250
22251 # type: textblock
22252 #. type: textblock
22253 #: ../fish/guestfish.pod:278
22254 msgid ""
22255 "Note that the command line syntax changed slightly over older versions of "
22256 "guestfish.  You can still use the old syntax:"
22257 msgstr ""
22258
22259 # type: verbatim
22260 #. type: verbatim
22261 #: ../fish/guestfish.pod:281
22262 #, no-wrap
22263 msgid ""
22264 " guestfish [--ro] -i disk.img\n"
22265 "\n"
22266 msgstr ""
22267
22268 # type: verbatim
22269 #. type: verbatim
22270 #: ../fish/guestfish.pod:283
22271 #, no-wrap
22272 msgid ""
22273 " guestfish [--ro] -i libvirt-domain\n"
22274 "\n"
22275 msgstr ""
22276
22277 # type: textblock
22278 #. type: textblock
22279 #: ../fish/guestfish.pod:285
22280 msgid ""
22281 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
22282 "then using other commands to mount the filesystems that were found."
22283 msgstr ""
22284
22285 # type: =item
22286 #. type: =item
22287 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
22288 msgid "B<--keys-from-stdin>"
22289 msgstr ""
22290
22291 # type: textblock
22292 #. type: textblock
22293 #: ../fish/guestfish.pod:291 ../fuse/guestmount.pod:145
22294 msgid ""
22295 "Read key or passphrase parameters from stdin.  The default is to try to read "
22296 "passphrases from the user by opening C</dev/tty>."
22297 msgstr ""
22298
22299 # type: =item
22300 #. type: =item
22301 #: ../fish/guestfish.pod:294
22302 msgid "B<--listen>"
22303 msgstr ""
22304
22305 # type: textblock
22306 #. type: textblock
22307 #: ../fish/guestfish.pod:296
22308 msgid ""
22309 "Fork into the background and listen for remote commands.  See section L</"
22310 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
22311 msgstr ""
22312
22313 #. type: =item
22314 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
22315 msgid "B<--live>"
22316 msgstr ""
22317
22318 #. type: textblock
22319 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:150
22320 msgid ""
22321 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
22322 "ATTACHING TO RUNNING DAEMONS>)."
22323 msgstr ""
22324
22325 #. type: =item
22326 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
22327 msgid "B<-m dev[:mountpoint[:options]]>"
22328 msgstr ""
22329
22330 #. type: =item
22331 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:155
22332 msgid "B<--mount dev[:mountpoint[:options]]>"
22333 msgstr ""
22334
22335 # type: textblock
22336 #. type: textblock
22337 #: ../fish/guestfish.pod:308
22338 msgid "Mount the named partition or logical volume on the given mountpoint."
22339 msgstr ""
22340
22341 # type: textblock
22342 #. type: textblock
22343 #: ../fish/guestfish.pod:310
22344 msgid "If the mountpoint is omitted, it defaults to C</>."
22345 msgstr ""
22346
22347 # type: textblock
22348 #. type: textblock
22349 #: ../fish/guestfish.pod:312
22350 msgid "You have to mount something on C</> before most commands will work."
22351 msgstr ""
22352
22353 # type: textblock
22354 #. type: textblock
22355 #: ../fish/guestfish.pod:314
22356 msgid ""
22357 "If any I<-m> or I<--mount> options are given, the guest is automatically "
22358 "launched."
22359 msgstr ""
22360
22361 # type: textblock
22362 #. type: textblock
22363 #: ../fish/guestfish.pod:317
22364 msgid ""
22365 "If you don't know what filesystems a disk image contains, you can either run "
22366 "guestfish without this option, then list the partitions, filesystems and LVs "
22367 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
22368 "commands), or you can use the L<virt-filesystems(1)> program."
22369 msgstr ""
22370
22371 #. type: textblock
22372 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:163
22373 msgid ""
22374 "The third (and rarely used) part of the mount parameter is the list of mount "
22375 "options used to mount the underlying filesystem.  If this is not given, then "
22376 "the mount options are either the empty string or C<ro> (the latter if the "
22377 "I<--ro> flag is used).  By specifying the mount options, you override this "
22378 "default choice.  Probably the only time you would use this is to enable ACLs "
22379 "and/or extended attributes if the filesystem can support them:"
22380 msgstr ""
22381
22382 #. type: verbatim
22383 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:171
22384 #, no-wrap
22385 msgid ""
22386 " -m /dev/sda1:/:acl,user_xattr\n"
22387 "\n"
22388 msgstr ""
22389
22390 #. type: textblock
22391 #: ../fish/guestfish.pod:333
22392 msgid "Using this flag is equivalent to using the C<mount-options> command."
22393 msgstr ""
22394
22395 # type: =item
22396 #. type: =item
22397 #: ../fish/guestfish.pod:335
22398 msgid "B<-n>"
22399 msgstr ""
22400
22401 # type: =item
22402 #. type: =item
22403 #: ../fish/guestfish.pod:337
22404 msgid "B<--no-sync>"
22405 msgstr ""
22406
22407 # type: textblock
22408 #. type: textblock
22409 #: ../fish/guestfish.pod:339
22410 msgid ""
22411 "Disable autosync.  This is enabled by default.  See the discussion of "
22412 "autosync in the L<guestfs(3)> manpage."
22413 msgstr ""
22414
22415 # type: =item
22416 #. type: =item
22417 #: ../fish/guestfish.pod:342
22418 msgid "B<-N type>"
22419 msgstr ""
22420
22421 # type: =item
22422 #. type: =item
22423 #: ../fish/guestfish.pod:344
22424 msgid "B<--new type>"
22425 msgstr ""
22426
22427 # type: =item
22428 #. type: =item
22429 #: ../fish/guestfish.pod:346
22430 msgid "B<-N help>"
22431 msgstr ""
22432
22433 # type: textblock
22434 #. type: textblock
22435 #: ../fish/guestfish.pod:348
22436 msgid ""
22437 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
22438 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
22439 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
22440 "IMAGES> below."
22441 msgstr ""
22442
22443 # type: =item
22444 #. type: =item
22445 #: ../fish/guestfish.pod:353
22446 msgid "B<--progress-bars>"
22447 msgstr ""
22448
22449 # type: textblock
22450 #. type: textblock
22451 #: ../fish/guestfish.pod:355
22452 msgid "Enable progress bars, even when guestfish is used non-interactively."
22453 msgstr ""
22454
22455 # type: textblock
22456 #. type: textblock
22457 #: ../fish/guestfish.pod:357
22458 msgid ""
22459 "Progress bars are enabled by default when guestfish is used as an "
22460 "interactive shell."
22461 msgstr ""
22462
22463 # type: =item
22464 #. type: =item
22465 #: ../fish/guestfish.pod:360
22466 msgid "B<--no-progress-bars>"
22467 msgstr ""
22468
22469 # type: textblock
22470 #. type: textblock
22471 #: ../fish/guestfish.pod:362
22472 msgid "Disable progress bars."
22473 msgstr ""
22474
22475 # type: =item
22476 #. type: =item
22477 #: ../fish/guestfish.pod:364
22478 msgid "B<--remote[=pid]>"
22479 msgstr ""
22480
22481 # type: textblock
22482 #. type: textblock
22483 #: ../fish/guestfish.pod:366
22484 msgid ""
22485 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
22486 "CONTROL GUESTFISH OVER A SOCKET> below."
22487 msgstr ""
22488
22489 # type: =item
22490 #. type: =item
22491 #: ../fish/guestfish.pod:369
22492 msgid "B<-r>"
22493 msgstr ""
22494
22495 # type: =item
22496 #. type: =item
22497 #: ../fish/guestfish.pod:371
22498 msgid "B<--ro>"
22499 msgstr ""
22500
22501 # type: textblock
22502 #. type: textblock
22503 #: ../fish/guestfish.pod:373
22504 msgid ""
22505 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22506 "mounts are done read-only."
22507 msgstr ""
22508
22509 # type: textblock
22510 #. type: textblock
22511 #: ../fish/guestfish.pod:376
22512 msgid ""
22513 "The option must always be used if the disk image or virtual machine might be "
22514 "running, and is generally recommended in cases where you don't need write "
22515 "access to the disk."
22516 msgstr ""
22517
22518 # type: textblock
22519 #. type: textblock
22520 #: ../fish/guestfish.pod:380
22521 msgid ""
22522 "Note that prepared disk images created with I<-N> are not affected by this "
22523 "option.  Also commands like C<add> are not affected - you have to specify "
22524 "the C<readonly:true> option explicitly if you need it."
22525 msgstr ""
22526
22527 # type: textblock
22528 #. type: textblock
22529 #: ../fish/guestfish.pod:384
22530 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
22531 msgstr ""
22532
22533 # type: =item
22534 #. type: =item
22535 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:227
22536 msgid "B<--selinux>"
22537 msgstr ""
22538
22539 # type: textblock
22540 #. type: textblock
22541 #: ../fish/guestfish.pod:388
22542 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
22543 msgstr ""
22544
22545 # type: =item
22546 #. type: =item
22547 #: ../fish/guestfish.pod:390
22548 msgid "B<-v>"
22549 msgstr ""
22550
22551 # type: =item
22552 #. type: =item
22553 #: ../fish/guestfish.pod:392
22554 msgid "B<--verbose>"
22555 msgstr ""
22556
22557 # type: textblock
22558 #. type: textblock
22559 #: ../fish/guestfish.pod:394
22560 msgid ""
22561 "Enable very verbose messages.  This is particularly useful if you find a bug."
22562 msgstr ""
22563
22564 # type: =item
22565 #. type: =item
22566 #: ../fish/guestfish.pod:397
22567 msgid "B<-V>"
22568 msgstr ""
22569
22570 # type: =item
22571 #. type: =item
22572 #: ../fish/guestfish.pod:399 ../tools/virt-win-reg.pl:112
22573 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
22574 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
22575 msgid "B<--version>"
22576 msgstr ""
22577
22578 # type: textblock
22579 #. type: textblock
22580 #: ../fish/guestfish.pod:401
22581 msgid "Display the guestfish / libguestfs version number and exit."
22582 msgstr ""
22583
22584 # type: =item
22585 #. type: =item
22586 #: ../fish/guestfish.pod:403
22587 msgid "B<-w>"
22588 msgstr ""
22589
22590 # type: =item
22591 #. type: =item
22592 #: ../fish/guestfish.pod:405
22593 msgid "B<--rw>"
22594 msgstr ""
22595
22596 #. type: textblock
22597 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:241
22598 msgid ""
22599 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22600 "mounts are done read-write."
22601 msgstr ""
22602
22603 #. type: textblock
22604 #: ../fish/guestfish.pod:410
22605 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
22606 msgstr ""
22607
22608 # type: =item
22609 #. type: =item
22610 #: ../fish/guestfish.pod:412
22611 msgid "B<-x>"
22612 msgstr ""
22613
22614 # type: textblock
22615 #. type: textblock
22616 #: ../fish/guestfish.pod:414
22617 msgid "Echo each command before executing it."
22618 msgstr ""
22619
22620 # type: =head1
22621 #. type: =head1
22622 #: ../fish/guestfish.pod:418
22623 msgid "COMMANDS ON COMMAND LINE"
22624 msgstr ""
22625
22626 # type: textblock
22627 #. type: textblock
22628 #: ../fish/guestfish.pod:420
22629 msgid ""
22630 "Any additional (non-option) arguments are treated as commands to execute."
22631 msgstr ""
22632
22633 # type: textblock
22634 #. type: textblock
22635 #: ../fish/guestfish.pod:423
22636 msgid ""
22637 "Commands to execute should be separated by a colon (C<:>), where the colon "
22638 "is a separate parameter.  Thus:"
22639 msgstr ""
22640
22641 # type: verbatim
22642 #. type: verbatim
22643 #: ../fish/guestfish.pod:426
22644 #, no-wrap
22645 msgid ""
22646 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
22647 "\n"
22648 msgstr ""
22649
22650 # type: textblock
22651 #. type: textblock
22652 #: ../fish/guestfish.pod:428
22653 msgid ""
22654 "If there are no additional arguments, then we enter a shell, either an "
22655 "interactive shell with a prompt (if the input is a terminal) or a non-"
22656 "interactive shell."
22657 msgstr ""
22658
22659 # type: textblock
22660 #. type: textblock
22661 #: ../fish/guestfish.pod:432
22662 msgid ""
22663 "In either command line mode or non-interactive shell, the first command that "
22664 "gives an error causes the whole shell to exit.  In interactive mode (with a "
22665 "prompt) if a command fails, you can continue to enter commands."
22666 msgstr ""
22667
22668 # type: =head1
22669 #. type: =head1
22670 #: ../fish/guestfish.pod:437
22671 msgid "USING launch (OR run)"
22672 msgstr ""
22673
22674 # type: textblock
22675 #. type: textblock
22676 #: ../fish/guestfish.pod:439
22677 msgid ""
22678 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
22679 "then launch it, then mount any disks you need, and finally issue actions/"
22680 "commands.  So the general order of the day is:"
22681 msgstr ""
22682
22683 # type: textblock
22684 #. type: textblock
22685 #: ../fish/guestfish.pod:447
22686 msgid "add or -a/--add"
22687 msgstr ""
22688
22689 # type: textblock
22690 #. type: textblock
22691 #: ../fish/guestfish.pod:451
22692 msgid "launch (aka run)"
22693 msgstr ""
22694
22695 # type: textblock
22696 #. type: textblock
22697 #: ../fish/guestfish.pod:455
22698 msgid "mount or -m/--mount"
22699 msgstr ""
22700
22701 # type: textblock
22702 #. type: textblock
22703 #: ../fish/guestfish.pod:459
22704 msgid "any other commands"
22705 msgstr ""
22706
22707 # type: textblock
22708 #. type: textblock
22709 #: ../fish/guestfish.pod:463
22710 msgid ""
22711 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
22712 "guest before mounting or performing any other commands."
22713 msgstr ""
22714
22715 # type: textblock
22716 #. type: textblock
22717 #: ../fish/guestfish.pod:466
22718 msgid ""
22719 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
22720 "I<--new> options were given then C<run> is done automatically, simply "
22721 "because guestfish can't perform the action you asked for without doing this."
22722 msgstr ""
22723
22724 # type: =head1
22725 #. type: =head1
22726 #: ../fish/guestfish.pod:471
22727 msgid "OPENING DISKS FOR READ AND WRITE"
22728 msgstr ""
22729
22730 #. type: textblock
22731 #: ../fish/guestfish.pod:473
22732 msgid ""
22733 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
22734 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
22735 "I<-i> and I<-m> open disk images read-only or for writing."
22736 msgstr ""
22737
22738 #. type: textblock
22739 #: ../fish/guestfish.pod:478
22740 msgid ""
22741 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
22742 "opening disk images supplied on the command line for write.  To open a disk "
22743 "image read-only you have to do I<-a image --ro>."
22744 msgstr ""
22745
22746 # type: textblock
22747 #. type: textblock
22748 #: ../fish/guestfish.pod:482
22749 msgid ""
22750 "This matters: If you accidentally open a live VM disk image writable then "
22751 "you will cause irreversible disk corruption."
22752 msgstr ""
22753
22754 #. type: textblock
22755 #: ../fish/guestfish.pod:485
22756 msgid ""
22757 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
22758 "images will be opened read-only.  You will have to either specify "
22759 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
22760 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
22761 "access for disk images specified by those other command line options."
22762 msgstr ""
22763
22764 #. type: textblock
22765 #: ../fish/guestfish.pod:492
22766 msgid ""
22767 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
22768 "which does nothing (it is already the default).  However it is highly "
22769 "recommended that you use this option to indicate that you need write access, "
22770 "and prepare your scripts for the day when this option will be required for "
22771 "write access."
22772 msgstr ""
22773
22774 # type: textblock
22775 #. type: textblock
22776 #: ../fish/guestfish.pod:498
22777 msgid ""
22778 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
22779 "other libguestfs program apart from guestfish and guestmount."
22780 msgstr ""
22781
22782 # type: =head1
22783 #. type: =head1
22784 #: ../fish/guestfish.pod:501
22785 msgid "QUOTING"
22786 msgstr ""
22787
22788 # type: textblock
22789 #. type: textblock
22790 #: ../fish/guestfish.pod:503
22791 msgid ""
22792 "You can quote ordinary parameters using either single or double quotes.  For "
22793 "example:"
22794 msgstr ""
22795
22796 # type: verbatim
22797 #. type: verbatim
22798 #: ../fish/guestfish.pod:506
22799 #, no-wrap
22800 msgid ""
22801 " add \"file with a space.img\"\n"
22802 "\n"
22803 msgstr ""
22804
22805 # type: verbatim
22806 #. type: verbatim
22807 #: ../fish/guestfish.pod:508
22808 #, no-wrap
22809 msgid ""
22810 " rm '/file name'\n"
22811 "\n"
22812 msgstr ""
22813
22814 # type: verbatim
22815 #. type: verbatim
22816 #: ../fish/guestfish.pod:510
22817 #, no-wrap
22818 msgid ""
22819 " rm '/\"'\n"
22820 "\n"
22821 msgstr ""
22822
22823 # type: textblock
22824 #. type: textblock
22825 #: ../fish/guestfish.pod:512
22826 msgid ""
22827 "A few commands require a list of strings to be passed.  For these, use a "
22828 "whitespace-separated list, enclosed in quotes.  Strings containing "
22829 "whitespace to be passed through must be enclosed in single quotes.  A "
22830 "literal single quote must be escaped with a backslash."
22831 msgstr ""
22832
22833 # type: verbatim
22834 #. type: verbatim
22835 #: ../fish/guestfish.pod:517
22836 #, no-wrap
22837 msgid ""
22838 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
22839 " command \"/bin/echo 'foo      bar'\"\n"
22840 " command \"/bin/echo \\'foo\\'\"\n"
22841 "\n"
22842 msgstr ""
22843
22844 # type: =head1
22845 #. type: =head1
22846 #: ../fish/guestfish.pod:521
22847 msgid "OPTIONAL ARGUMENTS"
22848 msgstr ""
22849
22850 # type: textblock
22851 #. type: textblock
22852 #: ../fish/guestfish.pod:523
22853 msgid ""
22854 "Some commands take optional arguments.  These arguments appear in this "
22855 "documentation as C<[argname:..]>.  You can use them as in these examples:"
22856 msgstr ""
22857
22858 # type: verbatim
22859 #. type: verbatim
22860 #: ../fish/guestfish.pod:527
22861 #, no-wrap
22862 msgid ""
22863 " add-drive-opts filename\n"
22864 "\n"
22865 msgstr ""
22866
22867 # type: verbatim
22868 #. type: verbatim
22869 #: ../fish/guestfish.pod:529
22870 #, no-wrap
22871 msgid ""
22872 " add-drive-opts filename readonly:true\n"
22873 "\n"
22874 msgstr ""
22875
22876 # type: verbatim
22877 #. type: verbatim
22878 #: ../fish/guestfish.pod:531
22879 #, no-wrap
22880 msgid ""
22881 " add-drive-opts filename format:qcow2 readonly:false\n"
22882 "\n"
22883 msgstr ""
22884
22885 # type: textblock
22886 #. type: textblock
22887 #: ../fish/guestfish.pod:533
22888 msgid ""
22889 "Each optional argument can appear at most once.  All optional arguments must "
22890 "appear after the required ones."
22891 msgstr ""
22892
22893 # type: =head1
22894 #. type: =head1
22895 #: ../fish/guestfish.pod:536
22896 msgid "NUMBERS"
22897 msgstr ""
22898
22899 # type: textblock
22900 #. type: textblock
22901 #: ../fish/guestfish.pod:538
22902 msgid ""
22903 "This section applies to all commands which can take integers as parameters."
22904 msgstr ""
22905
22906 # type: =head2
22907 #. type: =head2
22908 #: ../fish/guestfish.pod:541
22909 msgid "SIZE SUFFIX"
22910 msgstr ""
22911
22912 # type: textblock
22913 #. type: textblock
22914 #: ../fish/guestfish.pod:543
22915 msgid ""
22916 "When the command takes a parameter measured in bytes, you can use one of the "
22917 "following suffixes to specify kilobytes, megabytes and larger sizes:"
22918 msgstr ""
22919
22920 # type: =item
22921 #. type: =item
22922 #: ../fish/guestfish.pod:549
22923 msgid "B<k> or B<K> or B<KiB>"
22924 msgstr ""
22925
22926 # type: textblock
22927 #. type: textblock
22928 #: ../fish/guestfish.pod:551
22929 msgid "The size in kilobytes (multiplied by 1024)."
22930 msgstr ""
22931
22932 # type: =item
22933 #. type: =item
22934 #: ../fish/guestfish.pod:553
22935 msgid "B<KB>"
22936 msgstr ""
22937
22938 # type: textblock
22939 #. type: textblock
22940 #: ../fish/guestfish.pod:555
22941 msgid "The size in SI 1000 byte units."
22942 msgstr ""
22943
22944 # type: =item
22945 #. type: =item
22946 #: ../fish/guestfish.pod:557
22947 msgid "B<M> or B<MiB>"
22948 msgstr ""
22949
22950 # type: textblock
22951 #. type: textblock
22952 #: ../fish/guestfish.pod:559
22953 msgid "The size in megabytes (multiplied by 1048576)."
22954 msgstr ""
22955
22956 # type: =item
22957 #. type: =item
22958 #: ../fish/guestfish.pod:561
22959 msgid "B<MB>"
22960 msgstr ""
22961
22962 # type: textblock
22963 #. type: textblock
22964 #: ../fish/guestfish.pod:563
22965 msgid "The size in SI 1000000 byte units."
22966 msgstr ""
22967
22968 # type: =item
22969 #. type: =item
22970 #: ../fish/guestfish.pod:565
22971 msgid "B<G> or B<GiB>"
22972 msgstr ""
22973
22974 # type: textblock
22975 #. type: textblock
22976 #: ../fish/guestfish.pod:567
22977 msgid "The size in gigabytes (multiplied by 2**30)."
22978 msgstr ""
22979
22980 # type: =item
22981 #. type: =item
22982 #: ../fish/guestfish.pod:569
22983 msgid "B<GB>"
22984 msgstr ""
22985
22986 # type: textblock
22987 #. type: textblock
22988 #: ../fish/guestfish.pod:571
22989 msgid "The size in SI 10**9 byte units."
22990 msgstr ""
22991
22992 # type: =item
22993 #. type: =item
22994 #: ../fish/guestfish.pod:573
22995 msgid "B<T> or B<TiB>"
22996 msgstr ""
22997
22998 # type: textblock
22999 #. type: textblock
23000 #: ../fish/guestfish.pod:575
23001 msgid "The size in terabytes (multiplied by 2**40)."
23002 msgstr ""
23003
23004 # type: =item
23005 #. type: =item
23006 #: ../fish/guestfish.pod:577
23007 msgid "B<TB>"
23008 msgstr ""
23009
23010 # type: textblock
23011 #. type: textblock
23012 #: ../fish/guestfish.pod:579
23013 msgid "The size in SI 10**12 byte units."
23014 msgstr ""
23015
23016 # type: =item
23017 #. type: =item
23018 #: ../fish/guestfish.pod:581
23019 msgid "B<P> or B<PiB>"
23020 msgstr ""
23021
23022 # type: textblock
23023 #. type: textblock
23024 #: ../fish/guestfish.pod:583
23025 msgid "The size in petabytes (multiplied by 2**50)."
23026 msgstr ""
23027
23028 # type: =item
23029 #. type: =item
23030 #: ../fish/guestfish.pod:585
23031 msgid "B<PB>"
23032 msgstr ""
23033
23034 # type: textblock
23035 #. type: textblock
23036 #: ../fish/guestfish.pod:587
23037 msgid "The size in SI 10**15 byte units."
23038 msgstr ""
23039
23040 # type: =item
23041 #. type: =item
23042 #: ../fish/guestfish.pod:589
23043 msgid "B<E> or B<EiB>"
23044 msgstr ""
23045
23046 # type: textblock
23047 #. type: textblock
23048 #: ../fish/guestfish.pod:591
23049 msgid "The size in exabytes (multiplied by 2**60)."
23050 msgstr ""
23051
23052 # type: =item
23053 #. type: =item
23054 #: ../fish/guestfish.pod:593
23055 msgid "B<EB>"
23056 msgstr ""
23057
23058 # type: textblock
23059 #. type: textblock
23060 #: ../fish/guestfish.pod:595
23061 msgid "The size in SI 10**18 byte units."
23062 msgstr ""
23063
23064 # type: =item
23065 #. type: =item
23066 #: ../fish/guestfish.pod:597
23067 msgid "B<Z> or B<ZiB>"
23068 msgstr ""
23069
23070 # type: textblock
23071 #. type: textblock
23072 #: ../fish/guestfish.pod:599
23073 msgid "The size in zettabytes (multiplied by 2**70)."
23074 msgstr ""
23075
23076 # type: =item
23077 #. type: =item
23078 #: ../fish/guestfish.pod:601
23079 msgid "B<ZB>"
23080 msgstr ""
23081
23082 # type: textblock
23083 #. type: textblock
23084 #: ../fish/guestfish.pod:603
23085 msgid "The size in SI 10**21 byte units."
23086 msgstr ""
23087
23088 # type: =item
23089 #. type: =item
23090 #: ../fish/guestfish.pod:605
23091 msgid "B<Y> or B<YiB>"
23092 msgstr ""
23093
23094 # type: textblock
23095 #. type: textblock
23096 #: ../fish/guestfish.pod:607
23097 msgid "The size in yottabytes (multiplied by 2**80)."
23098 msgstr ""
23099
23100 # type: =item
23101 #. type: =item
23102 #: ../fish/guestfish.pod:609
23103 msgid "B<YB>"
23104 msgstr ""
23105
23106 # type: textblock
23107 #. type: textblock
23108 #: ../fish/guestfish.pod:611
23109 msgid "The size in SI 10**24 byte units."
23110 msgstr ""
23111
23112 # type: verbatim
23113 #. type: verbatim
23114 #: ../fish/guestfish.pod:617
23115 #, no-wrap
23116 msgid ""
23117 " truncate-size /file 1G\n"
23118 "\n"
23119 msgstr ""
23120
23121 # type: textblock
23122 #. type: textblock
23123 #: ../fish/guestfish.pod:619
23124 msgid "would truncate the file to 1 gigabyte."
23125 msgstr ""
23126
23127 # type: textblock
23128 #. type: textblock
23129 #: ../fish/guestfish.pod:621
23130 msgid ""
23131 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
23132 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
23133 "suffix will probably not do what you expect."
23134 msgstr ""
23135
23136 # type: =head2
23137 #. type: =head2
23138 #: ../fish/guestfish.pod:625
23139 msgid "OCTAL AND HEXADECIMAL NUMBERS"
23140 msgstr ""
23141
23142 # type: textblock
23143 #. type: textblock
23144 #: ../fish/guestfish.pod:627
23145 msgid ""
23146 "For specifying the radix (base) use the C convention: C<0> to prefix an "
23147 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
23148 msgstr ""
23149
23150 # type: verbatim
23151 #. type: verbatim
23152 #: ../fish/guestfish.pod:630
23153 #, no-wrap
23154 msgid ""
23155 " 1234      decimal number 1234\n"
23156 " 02322     octal number, equivalent to decimal 1234\n"
23157 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
23158 "\n"
23159 msgstr ""
23160
23161 # type: textblock
23162 #. type: textblock
23163 #: ../fish/guestfish.pod:634
23164 msgid ""
23165 "When using the C<chmod> command, you almost always want to specify an octal "
23166 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
23167 "L<chmod(1)> program):"
23168 msgstr ""
23169
23170 # type: verbatim
23171 #. type: verbatim
23172 #: ../fish/guestfish.pod:638
23173 #, no-wrap
23174 msgid ""
23175 " chmod 0777 /public  # OK\n"
23176 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
23177 "\n"
23178 msgstr ""
23179
23180 # type: textblock
23181 #. type: textblock
23182 #: ../fish/guestfish.pod:641
23183 msgid ""
23184 "Commands that return numbers usually print them in decimal, but some "
23185 "commands print numbers in other radices (eg. C<umask> prints the mode in "
23186 "octal, preceeded by C<0>)."
23187 msgstr ""
23188
23189 # type: =head1
23190 #. type: =head1
23191 #: ../fish/guestfish.pod:645
23192 msgid "WILDCARDS AND GLOBBING"
23193 msgstr ""
23194
23195 # type: textblock
23196 #. type: textblock
23197 #: ../fish/guestfish.pod:647
23198 msgid ""
23199 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
23200 "(globbing) by default.  So for example the following will not do what you "
23201 "expect:"
23202 msgstr ""
23203
23204 # type: verbatim
23205 #. type: verbatim
23206 #: ../fish/guestfish.pod:651
23207 #, no-wrap
23208 msgid ""
23209 " rm-rf /home/*\n"
23210 "\n"
23211 msgstr ""
23212
23213 # type: textblock
23214 #. type: textblock
23215 #: ../fish/guestfish.pod:653
23216 msgid ""
23217 "Assuming you don't have a directory called literally C</home/*> then the "
23218 "above command will return an error."
23219 msgstr ""
23220
23221 # type: textblock
23222 #. type: textblock
23223 #: ../fish/guestfish.pod:656
23224 msgid "To perform wildcard expansion, use the C<glob> command."
23225 msgstr ""
23226
23227 # type: verbatim
23228 #. type: verbatim
23229 #: ../fish/guestfish.pod:658
23230 #, no-wrap
23231 msgid ""
23232 " glob rm-rf /home/*\n"
23233 "\n"
23234 msgstr ""
23235
23236 # type: textblock
23237 #. type: textblock
23238 #: ../fish/guestfish.pod:660
23239 msgid ""
23240 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
23241 "many times), equivalent to:"
23242 msgstr ""
23243
23244 # type: verbatim
23245 #. type: verbatim
23246 #: ../fish/guestfish.pod:663
23247 #, no-wrap
23248 msgid ""
23249 " rm-rf /home/jim\n"
23250 " rm-rf /home/joe\n"
23251 " rm-rf /home/mary\n"
23252 "\n"
23253 msgstr ""
23254
23255 # type: textblock
23256 #. type: textblock
23257 #: ../fish/guestfish.pod:667
23258 msgid "C<glob> only works on simple guest paths and not on device names."
23259 msgstr ""
23260
23261 # type: textblock
23262 #. type: textblock
23263 #: ../fish/guestfish.pod:669
23264 msgid ""
23265 "If you have several parameters, each containing a wildcard, then glob will "
23266 "perform a Cartesian product."
23267 msgstr ""
23268
23269 # type: =head1
23270 #. type: =head1
23271 #: ../fish/guestfish.pod:672
23272 msgid "COMMENTS"
23273 msgstr ""
23274
23275 # type: textblock
23276 #. type: textblock
23277 #: ../fish/guestfish.pod:674
23278 msgid ""
23279 "Any line which starts with a I<#> character is treated as a comment and "
23280 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
23281 "a command.  For example:"
23282 msgstr ""
23283
23284 # type: verbatim
23285 #. type: verbatim
23286 #: ../fish/guestfish.pod:678
23287 #, no-wrap
23288 msgid ""
23289 " # this is a comment\n"
23290 "         # this is a comment\n"
23291 " foo # NOT a comment\n"
23292 "\n"
23293 msgstr ""
23294
23295 # type: textblock
23296 #. type: textblock
23297 #: ../fish/guestfish.pod:682
23298 msgid "Blank lines are also ignored."
23299 msgstr ""
23300
23301 # type: =head1
23302 #. type: =head1
23303 #: ../fish/guestfish.pod:684
23304 msgid "RUNNING COMMANDS LOCALLY"
23305 msgstr ""
23306
23307 # type: textblock
23308 #. type: textblock
23309 #: ../fish/guestfish.pod:686
23310 msgid ""
23311 "Any line which starts with a I<!> character is treated as a command sent to "
23312 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
23313 msgstr ""
23314
23315 # type: verbatim
23316 #. type: verbatim
23317 #: ../fish/guestfish.pod:690
23318 #, no-wrap
23319 msgid ""
23320 " !mkdir local\n"
23321 " tgz-out /remote local/remote-data.tar.gz\n"
23322 "\n"
23323 msgstr ""
23324
23325 # type: textblock
23326 #. type: textblock
23327 #: ../fish/guestfish.pod:693
23328 msgid ""
23329 "will create a directory C<local> on the host, and then export the contents "
23330 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
23331 "(See C<tgz-out>)."
23332 msgstr ""
23333
23334 # type: textblock
23335 #. type: textblock
23336 #: ../fish/guestfish.pod:697
23337 msgid ""
23338 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
23339 "effect, due to the way that subprocesses work in Unix."
23340 msgstr ""
23341
23342 #. type: =head2
23343 #: ../fish/guestfish.pod:700
23344 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
23345 msgstr ""
23346
23347 #. type: textblock
23348 #: ../fish/guestfish.pod:702
23349 msgid ""
23350 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
23351 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
23352 "and executed as guestfish commands."
23353 msgstr ""
23354
23355 #. type: textblock
23356 #: ../fish/guestfish.pod:706
23357 msgid ""
23358 "Thus you can use shell script to construct arbitrary guestfish commands "
23359 "which are then parsed by guestfish."
23360 msgstr ""
23361
23362 #. type: textblock
23363 #: ../fish/guestfish.pod:709
23364 msgid ""
23365 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
23366 "through C</foo.100>) using guestfish commands alone.  However this is simple "
23367 "if we use a shell script to create the guestfish commands for us:"
23368 msgstr ""
23369
23370 #. type: verbatim
23371 #: ../fish/guestfish.pod:714
23372 #, no-wrap
23373 msgid ""
23374 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
23375 "\n"
23376 msgstr ""
23377
23378 #. type: textblock
23379 #: ../fish/guestfish.pod:716
23380 msgid "or with names like C</foo.001>:"
23381 msgstr ""
23382
23383 #. type: verbatim
23384 #: ../fish/guestfish.pod:718
23385 #, no-wrap
23386 msgid ""
23387 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
23388 "\n"
23389 msgstr ""
23390
23391 #. type: textblock
23392 #: ../fish/guestfish.pod:720
23393 msgid ""
23394 "When using guestfish interactively it can be helpful to just run the shell "
23395 "script first (ie. remove the initial C<E<lt>> character so it is just an "
23396 "ordinary I<!> local command), see what guestfish commands it would run, and "
23397 "when you are happy with those prepend the C<E<lt>> character to run the "
23398 "guestfish commands for real."
23399 msgstr ""
23400
23401 # type: =head1
23402 #. type: =head1
23403 #: ../fish/guestfish.pod:726
23404 msgid "PIPES"
23405 msgstr ""
23406
23407 # type: textblock
23408 #. type: textblock
23409 #: ../fish/guestfish.pod:728
23410 msgid ""
23411 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
23412 "command (a guestfish command) to the second command (any host command).  For "
23413 "example:"
23414 msgstr ""
23415
23416 # type: verbatim
23417 #. type: verbatim
23418 #: ../fish/guestfish.pod:732
23419 #, no-wrap
23420 msgid ""
23421 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
23422 "\n"
23423 msgstr ""
23424
23425 # type: textblock
23426 #. type: textblock
23427 #: ../fish/guestfish.pod:734
23428 msgid ""
23429 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
23430 "program).  The above command would list all accounts in the guest filesystem "
23431 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
23432 msgstr ""
23433
23434 # type: verbatim
23435 #. type: verbatim
23436 #: ../fish/guestfish.pod:739
23437 #, no-wrap
23438 msgid ""
23439 " hexdump /bin/ls | head\n"
23440 " list-devices | tail -1\n"
23441 " tgz-out / - | tar ztf -\n"
23442 "\n"
23443 msgstr ""
23444
23445 # type: textblock
23446 #. type: textblock
23447 #: ../fish/guestfish.pod:743
23448 msgid ""
23449 "The space before the pipe symbol is required, any space after the pipe "
23450 "symbol is optional.  Everything after the pipe symbol is just passed "
23451 "straight to the host shell, so it can contain redirections, globs and "
23452 "anything else that makes sense on the host side."
23453 msgstr ""
23454
23455 # type: textblock
23456 #. type: textblock
23457 #: ../fish/guestfish.pod:748
23458 msgid ""
23459 "To use a literal argument which begins with a pipe symbol, you have to quote "
23460 "it, eg:"
23461 msgstr ""
23462
23463 # type: verbatim
23464 #. type: verbatim
23465 #: ../fish/guestfish.pod:751
23466 #, no-wrap
23467 msgid ""
23468 " echo \"|\"\n"
23469 "\n"
23470 msgstr ""
23471
23472 # type: =head1
23473 #. type: =head1
23474 #: ../fish/guestfish.pod:753
23475 msgid "HOME DIRECTORIES"
23476 msgstr ""
23477
23478 # type: textblock
23479 #. type: textblock
23480 #: ../fish/guestfish.pod:755
23481 msgid ""
23482 "If a parameter starts with the character C<~> then the tilde may be expanded "
23483 "as a home directory path (either C<~> for the current user's home directory, "
23484 "or C<~user> for another user)."
23485 msgstr ""
23486
23487 # type: textblock
23488 #. type: textblock
23489 #: ../fish/guestfish.pod:759
23490 msgid ""
23491 "Note that home directory expansion happens for users known I<on the host>, "
23492 "not in the guest filesystem."
23493 msgstr ""
23494
23495 # type: textblock
23496 #. type: textblock
23497 #: ../fish/guestfish.pod:762
23498 msgid ""
23499 "To use a literal argument which begins with a tilde, you have to quote it, "
23500 "eg:"
23501 msgstr ""
23502
23503 # type: verbatim
23504 #. type: verbatim
23505 #: ../fish/guestfish.pod:765
23506 #, no-wrap
23507 msgid ""
23508 " echo \"~\"\n"
23509 "\n"
23510 msgstr ""
23511
23512 # type: textblock
23513 #. type: textblock
23514 #: ../fish/guestfish.pod:769
23515 msgid ""
23516 "Libguestfs has some support for Linux guests encrypted according to the "
23517 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
23518 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
23519 "LUKS is supported."
23520 msgstr ""
23521
23522 # type: textblock
23523 #. type: textblock
23524 #: ../fish/guestfish.pod:774
23525 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
23526 msgstr ""
23527
23528 # type: verbatim
23529 #. type: verbatim
23530 #: ../fish/guestfish.pod:776
23531 #, no-wrap
23532 msgid ""
23533 " ><fs> vfs-type /dev/sda2\n"
23534 " crypto_LUKS\n"
23535 "\n"
23536 msgstr ""
23537
23538 # type: textblock
23539 #. type: textblock
23540 #: ../fish/guestfish.pod:779
23541 msgid ""
23542 "Then open those devices using L</luks-open>.  This creates a device-mapper "
23543 "device called C</dev/mapper/luksdev>."
23544 msgstr ""
23545
23546 # type: verbatim
23547 #. type: verbatim
23548 #: ../fish/guestfish.pod:782
23549 #, no-wrap
23550 msgid ""
23551 " ><fs> luks-open /dev/sda2 luksdev\n"
23552 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
23553 "\n"
23554 msgstr ""
23555
23556 # type: textblock
23557 #. type: textblock
23558 #: ../fish/guestfish.pod:785
23559 msgid ""
23560 "Finally you have to tell LVM to scan for volume groups on the newly created "
23561 "mapper device:"
23562 msgstr ""
23563
23564 # type: verbatim
23565 #. type: verbatim
23566 #: ../fish/guestfish.pod:788
23567 #, no-wrap
23568 msgid ""
23569 " vgscan\n"
23570 " vg-activate-all true\n"
23571 "\n"
23572 msgstr ""
23573
23574 # type: textblock
23575 #. type: textblock
23576 #: ../fish/guestfish.pod:791
23577 msgid "The logical volume(s) can now be mounted in the usual way."
23578 msgstr ""
23579
23580 # type: textblock
23581 #. type: textblock
23582 #: ../fish/guestfish.pod:793
23583 msgid ""
23584 "Before closing a LUKS device you must unmount any logical volumes on it and "
23585 "deactivate the volume groups by calling C<vg-activate false VG> on each "
23586 "one.  Then you can close the mapper device:"
23587 msgstr ""
23588
23589 # type: verbatim
23590 #. type: verbatim
23591 #: ../fish/guestfish.pod:797
23592 #, no-wrap
23593 msgid ""
23594 " vg-activate false /dev/VG\n"
23595 " luks-close /dev/mapper/luksdev\n"
23596 "\n"
23597 msgstr ""
23598
23599 # type: =head1
23600 #. type: =head1
23601 #: ../fish/guestfish.pod:800
23602 msgid "WINDOWS PATHS"
23603 msgstr ""
23604
23605 #. type: textblock
23606 #: ../fish/guestfish.pod:802
23607 msgid ""
23608 "If a path is prefixed with C<win:> then you can use Windows-style drive "
23609 "letters and paths (with some limitations).  The following commands are "
23610 "equivalent:"
23611 msgstr ""
23612
23613 # type: verbatim
23614 #. type: verbatim
23615 #: ../fish/guestfish.pod:806
23616 #, no-wrap
23617 msgid ""
23618 " file /WINDOWS/system32/config/system.LOG\n"
23619 "\n"
23620 msgstr ""
23621
23622 # type: verbatim
23623 #. type: verbatim
23624 #: ../fish/guestfish.pod:808
23625 #, no-wrap
23626 msgid ""
23627 " file win:\\windows\\system32\\config\\system.log\n"
23628 "\n"
23629 msgstr ""
23630
23631 #. type: verbatim
23632 #: ../fish/guestfish.pod:810
23633 #, no-wrap
23634 msgid ""
23635 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
23636 "\n"
23637 msgstr ""
23638
23639 #. type: textblock
23640 #: ../fish/guestfish.pod:812
23641 msgid ""
23642 "The parameter is rewritten \"behind the scenes\" by looking up the position "
23643 "where the drive is mounted, prepending that to the path, changing all "
23644 "backslash characters to forward slash, then resolving the result using L</"
23645 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
23646 "the parameter might be rewritten like this:"
23647 msgstr ""
23648
23649 #. type: verbatim
23650 #: ../fish/guestfish.pod:818
23651 #, no-wrap
23652 msgid ""
23653 " win:e:\\foo\\bar => /e/FOO/bar\n"
23654 "\n"
23655 msgstr ""
23656
23657 #. type: textblock
23658 #: ../fish/guestfish.pod:820
23659 msgid "This only works in argument positions that expect a path."
23660 msgstr ""
23661
23662 # type: =head1
23663 #. type: =head1
23664 #: ../fish/guestfish.pod:822
23665 msgid "UPLOADING AND DOWNLOADING FILES"
23666 msgstr ""
23667
23668 # type: textblock
23669 #. type: textblock
23670 #: ../fish/guestfish.pod:824
23671 msgid ""
23672 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
23673 "others which upload from or download to a local file, you can use the "
23674 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
23675 msgstr ""
23676
23677 # type: verbatim
23678 #. type: verbatim
23679 #: ../fish/guestfish.pod:828
23680 #, no-wrap
23681 msgid ""
23682 " upload - /foo\n"
23683 "\n"
23684 msgstr ""
23685
23686 # type: textblock
23687 #. type: textblock
23688 #: ../fish/guestfish.pod:830
23689 msgid ""
23690 "reads stdin and creates from that a file C</foo> in the disk image, and:"
23691 msgstr ""
23692
23693 # type: verbatim
23694 #. type: verbatim
23695 #: ../fish/guestfish.pod:833
23696 #, no-wrap
23697 msgid ""
23698 " tar-out /etc - | tar tf -\n"
23699 "\n"
23700 msgstr ""
23701
23702 # type: textblock
23703 #. type: textblock
23704 #: ../fish/guestfish.pod:835
23705 msgid ""
23706 "writes the tarball to stdout and then pipes that into the external \"tar\" "
23707 "command (see L</PIPES>)."
23708 msgstr ""
23709
23710 # type: textblock
23711 #. type: textblock
23712 #: ../fish/guestfish.pod:838
23713 msgid ""
23714 "When using C<-> to read from stdin, the input is read up to the end of "
23715 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
23716 "some arbitrary end marker:"
23717 msgstr ""
23718
23719 # type: verbatim
23720 #. type: verbatim
23721 #: ../fish/guestfish.pod:842
23722 #, no-wrap
23723 msgid ""
23724 " upload -<<END /foo\n"
23725 " input line 1\n"
23726 " input line 2\n"
23727 " input line 3\n"
23728 " END\n"
23729 "\n"
23730 msgstr ""
23731
23732 # type: textblock
23733 #. type: textblock
23734 #: ../fish/guestfish.pod:848
23735 msgid ""
23736 "Any string of characters can be used instead of C<END>.  The end marker must "
23737 "appear on a line of its own, without any preceeding or following characters "
23738 "(not even spaces)."
23739 msgstr ""
23740
23741 # type: textblock
23742 #. type: textblock
23743 #: ../fish/guestfish.pod:852
23744 msgid ""
23745 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
23746 "upload local files (so-called \"FileIn\" parameters in the generator)."
23747 msgstr ""
23748
23749 # type: =head1
23750 #. type: =head1
23751 #: ../fish/guestfish.pod:855
23752 msgid "EXIT ON ERROR BEHAVIOUR"
23753 msgstr ""
23754
23755 # type: textblock
23756 #. type: textblock
23757 #: ../fish/guestfish.pod:857
23758 msgid ""
23759 "By default, guestfish will ignore any errors when in interactive mode (ie. "
23760 "taking commands from a human over a tty), and will exit on the first error "
23761 "in non-interactive mode (scripts, commands given on the command line)."
23762 msgstr ""
23763
23764 # type: textblock
23765 #. type: textblock
23766 #: ../fish/guestfish.pod:862
23767 msgid ""
23768 "If you prefix a command with a I<-> character, then that command will not "
23769 "cause guestfish to exit, even if that (one) command returns an error."
23770 msgstr ""
23771
23772 # type: =head1
23773 #. type: =head1
23774 #: ../fish/guestfish.pod:866
23775 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
23776 msgstr ""
23777
23778 # type: textblock
23779 #. type: textblock
23780 #: ../fish/guestfish.pod:868
23781 msgid ""
23782 "Guestfish can be remote-controlled over a socket.  This is useful "
23783 "particularly in shell scripts where you want to make several different "
23784 "changes to a filesystem, but you don't want the overhead of starting up a "
23785 "guestfish process each time."
23786 msgstr ""
23787
23788 # type: textblock
23789 #. type: textblock
23790 #: ../fish/guestfish.pod:873
23791 msgid "Start a guestfish server process using:"
23792 msgstr ""
23793
23794 # type: verbatim
23795 #. type: verbatim
23796 #: ../fish/guestfish.pod:875
23797 #, no-wrap
23798 msgid ""
23799 " eval \"`guestfish --listen`\"\n"
23800 "\n"
23801 msgstr ""
23802
23803 # type: textblock
23804 #. type: textblock
23805 #: ../fish/guestfish.pod:877
23806 msgid "and then send it commands by doing:"
23807 msgstr ""
23808
23809 # type: verbatim
23810 #. type: verbatim
23811 #: ../fish/guestfish.pod:879
23812 #, no-wrap
23813 msgid ""
23814 " guestfish --remote cmd [...]\n"
23815 "\n"
23816 msgstr ""
23817
23818 # type: textblock
23819 #. type: textblock
23820 #: ../fish/guestfish.pod:881
23821 msgid "To cause the server to exit, send it the exit command:"
23822 msgstr ""
23823
23824 # type: verbatim
23825 #. type: verbatim
23826 #: ../fish/guestfish.pod:883
23827 #, no-wrap
23828 msgid ""
23829 " guestfish --remote exit\n"
23830 "\n"
23831 msgstr ""
23832
23833 # type: textblock
23834 #. type: textblock
23835 #: ../fish/guestfish.pod:885
23836 msgid ""
23837 "Note that the server will normally exit if there is an error in a command.  "
23838 "You can change this in the usual way.  See section L</EXIT ON ERROR "
23839 "BEHAVIOUR>."
23840 msgstr ""
23841
23842 # type: =head2
23843 #. type: =head2
23844 #: ../fish/guestfish.pod:889
23845 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
23846 msgstr ""
23847
23848 # type: textblock
23849 #. type: textblock
23850 #: ../fish/guestfish.pod:891
23851 msgid ""
23852 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
23853 "is how the I<--remote> option knows where to send the commands.  You can "
23854 "have several guestfish listener processes running using:"
23855 msgstr ""
23856
23857 # type: verbatim
23858 #. type: verbatim
23859 #: ../fish/guestfish.pod:895
23860 #, no-wrap
23861 msgid ""
23862 " eval \"`guestfish --listen`\"\n"
23863 " pid1=$GUESTFISH_PID\n"
23864 " eval \"`guestfish --listen`\"\n"
23865 " pid2=$GUESTFISH_PID\n"
23866 " ...\n"
23867 " guestfish --remote=$pid1 cmd\n"
23868 " guestfish --remote=$pid2 cmd\n"
23869 "\n"
23870 msgstr ""
23871
23872 # type: =head2
23873 #. type: =head2
23874 #: ../fish/guestfish.pod:903
23875 msgid "REMOTE CONTROL AND CSH"
23876 msgstr ""
23877
23878 # type: textblock
23879 #. type: textblock
23880 #: ../fish/guestfish.pod:905
23881 msgid ""
23882 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
23883 "option:"
23884 msgstr ""
23885
23886 # type: verbatim
23887 #. type: verbatim
23888 #: ../fish/guestfish.pod:908
23889 #, no-wrap
23890 msgid ""
23891 " eval \"`guestfish --listen --csh`\"\n"
23892 "\n"
23893 msgstr ""
23894
23895 # type: =head2
23896 #. type: =head2
23897 #: ../fish/guestfish.pod:910
23898 msgid "REMOTE CONTROL DETAILS"
23899 msgstr ""
23900
23901 # type: textblock
23902 #. type: textblock
23903 #: ../fish/guestfish.pod:912
23904 msgid ""
23905 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
23906 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
23907 "and C<$PID> is the process ID of the server."
23908 msgstr ""
23909
23910 # type: textblock
23911 #. type: textblock
23912 #: ../fish/guestfish.pod:916
23913 msgid "Guestfish client and server versions must match exactly."
23914 msgstr ""
23915
23916 # type: =head1
23917 #. type: =head1
23918 #: ../fish/guestfish.pod:918
23919 msgid "PREPARED DISK IMAGES"
23920 msgstr ""
23921
23922 # type: textblock
23923 #. type: textblock
23924 #: ../fish/guestfish.pod:920
23925 msgid ""
23926 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
23927 "preformatted disk images that guestfish can make for you to save typing.  "
23928 "This is particularly useful for testing purposes.  This option is used "
23929 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
23930 "can be mixed with I<-a>)."
23931 msgstr ""
23932
23933 # type: textblock
23934 #. type: textblock
23935 #: ../fish/guestfish.pod:926
23936 msgid ""
23937 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
23938 "the second and so on.  Existing files in the current directory are "
23939 "I<overwritten>."
23940 msgstr ""
23941
23942 # type: textblock
23943 #. type: textblock
23944 #: ../fish/guestfish.pod:930
23945 msgid ""
23946 "The type briefly describes how the disk should be sized, partitioned, how "
23947 "filesystem(s) should be created, and how content should be added.  "
23948 "Optionally the type can be followed by extra parameters, separated by C<:> "
23949 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
23950 "allocated disk, containing a single partition, with the partition formatted "
23951 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
23952 "disk instead."
23953 msgstr ""
23954
23955 # type: textblock
23956 #. type: textblock
23957 #: ../fish/guestfish.pod:938
23958 msgid "To list the available types and any extra parameters they take, run:"
23959 msgstr ""
23960
23961 # type: textblock
23962 #. type: textblock
23963 #: ../fish/guestfish.pod:942
23964 msgid ""
23965 "Note that the prepared filesystem is not mounted.  You would usually have to "
23966 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
23967 msgstr ""
23968
23969 # type: textblock
23970 #. type: textblock
23971 #: ../fish/guestfish.pod:946
23972 msgid ""
23973 "If any I<-N> or I<--new> options are given, the guest is automatically "
23974 "launched."
23975 msgstr ""
23976
23977 # type: textblock
23978 #. type: textblock
23979 #: ../fish/guestfish.pod:951
23980 msgid "Create a 100MB disk with an ext4-formatted partition:"
23981 msgstr ""
23982
23983 # type: verbatim
23984 #. type: verbatim
23985 #: ../fish/guestfish.pod:953
23986 #, no-wrap
23987 msgid ""
23988 " guestfish -N fs:ext4\n"
23989 "\n"
23990 msgstr ""
23991
23992 # type: textblock
23993 #. type: textblock
23994 #: ../fish/guestfish.pod:955
23995 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
23996 msgstr ""
23997
23998 # type: verbatim
23999 #. type: verbatim
24000 #: ../fish/guestfish.pod:957
24001 #, no-wrap
24002 msgid ""
24003 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
24004 "\n"
24005 msgstr ""
24006
24007 # type: textblock
24008 #. type: textblock
24009 #: ../fish/guestfish.pod:959
24010 msgid "Create a blank 200MB disk:"
24011 msgstr ""
24012
24013 # type: verbatim
24014 #. type: verbatim
24015 #: ../fish/guestfish.pod:961
24016 #, no-wrap
24017 msgid ""
24018 " guestfish -N disk:200M\n"
24019 "\n"
24020 msgstr ""
24021
24022 # type: =head1
24023 #. type: =head1
24024 #: ../fish/guestfish.pod:963
24025 msgid "PROGRESS BARS"
24026 msgstr ""
24027
24028 # type: textblock
24029 #. type: textblock
24030 #: ../fish/guestfish.pod:965
24031 msgid ""
24032 "Some (not all) long-running commands send progress notification messages as "
24033 "they are running.  Guestfish turns these messages into progress bars."
24034 msgstr ""
24035
24036 # type: textblock
24037 #. type: textblock
24038 #: ../fish/guestfish.pod:969
24039 msgid ""
24040 "When a command that supports progress bars takes longer than two seconds to "
24041 "run, and if progress bars are enabled, then you will see one appearing below "
24042 "the command:"
24043 msgstr ""
24044
24045 # type: verbatim
24046 #. type: verbatim
24047 #: ../fish/guestfish.pod:973
24048 #, no-wrap
24049 msgid ""
24050 " ><fs> copy-size /large-file /another-file 2048M\n"
24051 " / 10% [#####-----------------------------------------] 00:30\n"
24052 "\n"
24053 msgstr ""
24054
24055 # type: textblock
24056 #. type: textblock
24057 #: ../fish/guestfish.pod:976
24058 msgid ""
24059 "The spinner on the left hand side moves round once for every progress "
24060 "notification received from the backend.  This is a (reasonably) golden "
24061 "assurance that the command is \"doing something\" even if the progress bar "
24062 "is not moving, because the command is able to send the progress "
24063 "notifications.  When the bar reaches 100% and the command finishes, the "
24064 "spinner disappears."
24065 msgstr ""
24066
24067 # type: textblock
24068 #. type: textblock
24069 #: ../fish/guestfish.pod:983
24070 msgid ""
24071 "Progress bars are enabled by default when guestfish is used interactively.  "
24072 "You can enable them even for non-interactive modes using I<--progress-bars>, "
24073 "and you can disable them completely using I<--no-progress-bars>."
24074 msgstr ""
24075
24076 # type: =head1
24077 #. type: =head1
24078 #: ../fish/guestfish.pod:988
24079 msgid "GUESTFISH COMMANDS"
24080 msgstr ""
24081
24082 # type: textblock
24083 #. type: textblock
24084 #: ../fish/guestfish.pod:990
24085 msgid ""
24086 "The commands in this section are guestfish convenience commands, in other "
24087 "words, they are not part of the L<guestfs(3)> API."
24088 msgstr ""
24089
24090 # type: =head2
24091 #. type: =head2
24092 #: ../fish/guestfish.pod:993
24093 msgid "help"
24094 msgstr ""
24095
24096 # type: verbatim
24097 #. type: verbatim
24098 #: ../fish/guestfish.pod:995
24099 #, no-wrap
24100 msgid ""
24101 " help\n"
24102 " help cmd\n"
24103 "\n"
24104 msgstr ""
24105
24106 # type: textblock
24107 #. type: textblock
24108 #: ../fish/guestfish.pod:998
24109 msgid "Without any parameter, this provides general help."
24110 msgstr ""
24111
24112 # type: textblock
24113 #. type: textblock
24114 #: ../fish/guestfish.pod:1000
24115 msgid "With a C<cmd> parameter, this displays detailed help for that command."
24116 msgstr ""
24117
24118 # type: =head2
24119 #. type: =head2
24120 #: ../fish/guestfish.pod:1002
24121 msgid "quit | exit"
24122 msgstr ""
24123
24124 # type: textblock
24125 #. type: textblock
24126 #: ../fish/guestfish.pod:1004
24127 msgid "This exits guestfish.  You can also use C<^D> key."
24128 msgstr ""
24129
24130 # type: textblock
24131 #. type: textblock
24132 #: ../fish/guestfish.pod:1006
24133 msgid "@FISH_COMMANDS@"
24134 msgstr ""
24135
24136 # type: =head1
24137 #. type: =head1
24138 #: ../fish/guestfish.pod:1008
24139 msgid "COMMANDS"
24140 msgstr ""
24141
24142 # type: =head1
24143 #. type: =head1
24144 #: ../fish/guestfish.pod:1012 ../test-tool/libguestfs-test-tool.pod:77
24145 msgid "EXIT CODE"
24146 msgstr ""
24147
24148 # type: textblock
24149 #. type: textblock
24150 #: ../fish/guestfish.pod:1014
24151 msgid ""
24152 "guestfish returns 0 if the commands completed without error, or 1 if there "
24153 "was an error."
24154 msgstr ""
24155
24156 # type: =item
24157 #. type: =item
24158 #: ../fish/guestfish.pod:1021
24159 msgid "EDITOR"
24160 msgstr ""
24161
24162 # type: textblock
24163 #. type: textblock
24164 #: ../fish/guestfish.pod:1023
24165 msgid ""
24166 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
24167 "C<vi>."
24168 msgstr ""
24169
24170 # type: =item
24171 #. type: =item
24172 #: ../fish/guestfish.pod:1026
24173 msgid "GUESTFISH_PID"
24174 msgstr ""
24175
24176 # type: textblock
24177 #. type: textblock
24178 #: ../fish/guestfish.pod:1028
24179 msgid ""
24180 "Used with the I<--remote> option to specify the remote guestfish process to "
24181 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
24182 msgstr ""
24183
24184 # type: =item
24185 #. type: =item
24186 #: ../fish/guestfish.pod:1032
24187 msgid "HEXEDITOR"
24188 msgstr ""
24189
24190 # type: textblock
24191 #. type: textblock
24192 #: ../fish/guestfish.pod:1034
24193 msgid ""
24194 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
24195 "not specified, the external L<hexedit(1)> program is used."
24196 msgstr ""
24197
24198 # type: =item
24199 #. type: =item
24200 #: ../fish/guestfish.pod:1038
24201 msgid "HOME"
24202 msgstr ""
24203
24204 # type: textblock
24205 #. type: textblock
24206 #: ../fish/guestfish.pod:1040
24207 msgid ""
24208 "If compiled with GNU readline support, various files in the home directory "
24209 "can be used.  See L</FILES>."
24210 msgstr ""
24211
24212 # type: textblock
24213 #. type: textblock
24214 #: ../fish/guestfish.pod:1049
24215 msgid ""
24216 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
24217 "effect as using the B<-v> option."
24218 msgstr ""
24219
24220 # type: textblock
24221 #. type: textblock
24222 #: ../fish/guestfish.pod:1061
24223 msgid ""
24224 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
24225 "the discussion of paths in L<guestfs(3)>."
24226 msgstr ""
24227
24228 # type: textblock
24229 #. type: textblock
24230 #: ../fish/guestfish.pod:1072
24231 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
24232 msgstr ""
24233
24234 # type: =item
24235 #. type: =item
24236 #: ../fish/guestfish.pod:1074
24237 msgid "PAGER"
24238 msgstr ""
24239
24240 # type: textblock
24241 #. type: textblock
24242 #: ../fish/guestfish.pod:1076
24243 msgid ""
24244 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
24245 "C<more>."
24246 msgstr ""
24247
24248 # type: =head1
24249 #. type: =head1
24250 #: ../fish/guestfish.pod:1092 ../fuse/guestmount.pod:254
24251 msgid "FILES"
24252 msgstr ""
24253
24254 #. type: =item
24255 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:258
24256 msgid "$HOME/.libguestfs-tools.rc"
24257 msgstr ""
24258
24259 #. type: =item
24260 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:260
24261 msgid "/etc/libguestfs-tools.conf"
24262 msgstr ""
24263
24264 #. type: textblock
24265 #: ../fish/guestfish.pod:1100 ../fuse/guestmount.pod:262
24266 msgid ""
24267 "This configuration file controls the default read-only or read-write mode "
24268 "(I<--ro> or I<--rw>)."
24269 msgstr ""
24270
24271 #. type: textblock
24272 #: ../fish/guestfish.pod:1103
24273 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
24274 msgstr ""
24275
24276 # type: =item
24277 #. type: =item
24278 #: ../fish/guestfish.pod:1105
24279 msgid "$HOME/.guestfish"
24280 msgstr ""
24281
24282 # type: textblock
24283 #. type: textblock
24284 #: ../fish/guestfish.pod:1107
24285 msgid ""
24286 "If compiled with GNU readline support, then the command history is saved in "
24287 "this file."
24288 msgstr ""
24289
24290 # type: =item
24291 #. type: =item
24292 #: ../fish/guestfish.pod:1110
24293 msgid "$HOME/.inputrc"
24294 msgstr ""
24295
24296 # type: =item
24297 #. type: =item
24298 #: ../fish/guestfish.pod:1112
24299 msgid "/etc/inputrc"
24300 msgstr ""
24301
24302 # type: textblock
24303 #. type: textblock
24304 #: ../fish/guestfish.pod:1114
24305 msgid ""
24306 "If compiled with GNU readline support, then these files can be used to "
24307 "configure readline.  For further information, please see L<readline(3)/"
24308 "INITIALIZATION FILE>."
24309 msgstr ""
24310
24311 # type: textblock
24312 #. type: textblock
24313 #: ../fish/guestfish.pod:1118
24314 msgid "To write rules which only apply to guestfish, use:"
24315 msgstr ""
24316
24317 # type: verbatim
24318 #. type: verbatim
24319 #: ../fish/guestfish.pod:1120
24320 #, no-wrap
24321 msgid ""
24322 " $if guestfish\n"
24323 " ...\n"
24324 " $endif\n"
24325 "\n"
24326 msgstr ""
24327
24328 # type: textblock
24329 #. type: textblock
24330 #: ../fish/guestfish.pod:1124
24331 msgid ""
24332 "Variables that you can set in inputrc that change the behaviour of guestfish "
24333 "in useful ways include:"
24334 msgstr ""
24335
24336 # type: =item
24337 #. type: =item
24338 #: ../fish/guestfish.pod:1129
24339 msgid "completion-ignore-case (default: on)"
24340 msgstr ""
24341
24342 # type: textblock
24343 #. type: textblock
24344 #: ../fish/guestfish.pod:1131
24345 msgid ""
24346 "By default, guestfish will ignore case when tab-completing paths on the "
24347 "disk.  Use:"
24348 msgstr ""
24349
24350 # type: verbatim
24351 #. type: verbatim
24352 #: ../fish/guestfish.pod:1134
24353 #, no-wrap
24354 msgid ""
24355 " set completion-ignore-case off\n"
24356 "\n"
24357 msgstr ""
24358
24359 # type: textblock
24360 #. type: textblock
24361 #: ../fish/guestfish.pod:1136
24362 msgid "to make guestfish case sensitive."
24363 msgstr ""
24364
24365 # type: =item
24366 #. type: =item
24367 #: ../fish/guestfish.pod:1140
24368 msgid "test1.img"
24369 msgstr ""
24370
24371 # type: =item
24372 #. type: =item
24373 #: ../fish/guestfish.pod:1142
24374 msgid "test2.img (etc)"
24375 msgstr ""
24376
24377 #. type: textblock
24378 #: ../fish/guestfish.pod:1144
24379 msgid ""
24380 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
24381 "will be created in the file C<test1.img> in the current directory.  The "
24382 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
24383 "the same name will be overwritten."
24384 msgstr ""
24385
24386 #. type: textblock
24387 #: ../fish/guestfish.pod:1153
24388 msgid ""
24389 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
24390 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
24391 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
24392 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
24393 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
24394 ">, L<hexedit(1)>."
24395 msgstr ""
24396
24397 # type: textblock
24398 #. type: textblock
24399 #: ../fish/guestfish.pod:1183 ../test-tool/libguestfs-test-tool.pod:102
24400 #: ../fuse/guestmount.pod:289 ../tools/virt-win-reg.pl:777
24401 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
24402 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
24403 msgid ""
24404 "This program is free software; you can redistribute it and/or modify it "
24405 "under the terms of the GNU General Public License as published by the Free "
24406 "Software Foundation; either version 2 of the License, or (at your option) "
24407 "any later version."
24408 msgstr ""
24409
24410 # type: textblock
24411 #. type: textblock
24412 #: ../fish/guestfish.pod:1188 ../test-tool/libguestfs-test-tool.pod:107
24413 #: ../fuse/guestmount.pod:294 ../tools/virt-win-reg.pl:782
24414 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
24415 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
24416 msgid ""
24417 "This program is distributed in the hope that it will be useful, but WITHOUT "
24418 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
24419 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
24420 "more details."
24421 msgstr ""
24422
24423 # type: textblock
24424 #. type: textblock
24425 #: ../fish/guestfish.pod:1193 ../test-tool/libguestfs-test-tool.pod:112
24426 #: ../fuse/guestmount.pod:299 ../tools/virt-win-reg.pl:787
24427 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
24428 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
24429 msgid ""
24430 "You should have received a copy of the GNU General Public License along with "
24431 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
24432 "Ave, Cambridge, MA 02139, USA."
24433 msgstr ""
24434
24435 # type: =head2
24436 #. type: =head2
24437 #: ../fish/guestfish-actions.pod:1
24438 msgid "add-cdrom"
24439 msgstr ""
24440
24441 # type: verbatim
24442 #. type: verbatim
24443 #: ../fish/guestfish-actions.pod:3
24444 #, no-wrap
24445 msgid ""
24446 " add-cdrom filename\n"
24447 "\n"
24448 msgstr ""
24449
24450 # type: textblock
24451 #. type: textblock
24452 #: ../fish/guestfish-actions.pod:15
24453 msgid ""
24454 "This call checks for the existence of C<filename>.  This stops you from "
24455 "specifying other types of drive which are supported by qemu such as C<nbd:> "
24456 "and C<http:> URLs.  To specify those, use the general L</config> call "
24457 "instead."
24458 msgstr ""
24459
24460 # type: textblock
24461 #. type: textblock
24462 #: ../fish/guestfish-actions.pod:22
24463 msgid ""
24464 "If you just want to add an ISO file (often you use this as an efficient way "
24465 "to transfer large files into the guest), then you should probably use L</add-"
24466 "drive-ro> instead."
24467 msgstr ""
24468
24469 # type: =head2
24470 #. type: =head2
24471 #: ../fish/guestfish-actions.pod:35
24472 msgid "add-domain"
24473 msgstr ""
24474
24475 # type: =head2
24476 #. type: =head2
24477 #: ../fish/guestfish-actions.pod:37
24478 msgid "domain"
24479 msgstr ""
24480
24481 #. type: verbatim
24482 #: ../fish/guestfish-actions.pod:39
24483 #, no-wrap
24484 msgid ""
24485 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] [allowuuid:..]\n"
24486 "\n"
24487 msgstr ""
24488
24489 # type: textblock
24490 #. type: textblock
24491 #: ../fish/guestfish-actions.pod:41
24492 msgid ""
24493 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
24494 "It works by connecting to libvirt, requesting the domain and domain XML from "
24495 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
24496 msgstr ""
24497
24498 # type: textblock
24499 #. type: textblock
24500 #: ../fish/guestfish-actions.pod:76
24501 msgid ""
24502 "The other optional parameters are passed directly through to L</add-drive-"
24503 "opts>."
24504 msgstr ""
24505
24506 # type: textblock
24507 #. type: textblock
24508 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143
24509 #: ../fish/guestfish-actions.pod:3052
24510 msgid ""
24511 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
24512 msgstr ""
24513
24514 # type: =head2
24515 #. type: =head2
24516 #: ../fish/guestfish-actions.pod:81
24517 msgid "add-drive"
24518 msgstr ""
24519
24520 # type: verbatim
24521 #. type: verbatim
24522 #: ../fish/guestfish-actions.pod:83
24523 #, no-wrap
24524 msgid ""
24525 " add-drive filename\n"
24526 "\n"
24527 msgstr ""
24528
24529 # type: textblock
24530 #. type: textblock
24531 #: ../fish/guestfish-actions.pod:85
24532 msgid ""
24533 "This function is the equivalent of calling L</add-drive-opts> with no "
24534 "optional parameters, so the disk is added writable, with the format being "
24535 "detected automatically."
24536 msgstr ""
24537
24538 # type: textblock
24539 #. type: textblock
24540 #: ../fish/guestfish-actions.pod:89
24541 msgid ""
24542 "Automatic detection of the format opens you up to a potential security hole "
24543 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
24544 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
24545 "you should think about replacing calls to this function with calls to L</add-"
24546 "drive-opts>, and specifying the format."
24547 msgstr ""
24548
24549 # type: =head2
24550 #. type: =head2
24551 #: ../fish/guestfish-actions.pod:96
24552 msgid "add-drive-opts"
24553 msgstr ""
24554
24555 # type: =head2
24556 #. type: =head2
24557 #: ../fish/guestfish-actions.pod:98
24558 msgid "add"
24559 msgstr ""
24560
24561 # type: verbatim
24562 #. type: verbatim
24563 #: ../fish/guestfish-actions.pod:100
24564 #, no-wrap
24565 msgid ""
24566 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
24567 "\n"
24568 msgstr ""
24569
24570 # type: textblock
24571 #. type: textblock
24572 #: ../fish/guestfish-actions.pod:127
24573 msgid ""
24574 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
24575 "add-drive-ro>) then the format is automatically detected.  Possible formats "
24576 "include C<raw> and C<qcow2>."
24577 msgstr ""
24578
24579 # type: textblock
24580 #. type: textblock
24581 #: ../fish/guestfish-actions.pod:138
24582 msgid ""
24583 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
24584 "add-drive-with-if> call (q.v.)"
24585 msgstr ""
24586
24587 # type: =head2
24588 #. type: =head2
24589 #: ../fish/guestfish-actions.pod:145
24590 msgid "add-drive-ro"
24591 msgstr ""
24592
24593 # type: =head2
24594 #. type: =head2
24595 #: ../fish/guestfish-actions.pod:147
24596 msgid "add-ro"
24597 msgstr ""
24598
24599 # type: verbatim
24600 #. type: verbatim
24601 #: ../fish/guestfish-actions.pod:149
24602 #, no-wrap
24603 msgid ""
24604 " add-drive-ro filename\n"
24605 "\n"
24606 msgstr ""
24607
24608 # type: textblock
24609 #. type: textblock
24610 #: ../fish/guestfish-actions.pod:151
24611 msgid ""
24612 "This function is the equivalent of calling L</add-drive-opts> with the "
24613 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
24614 "is added read-only, with the format being detected automatically."
24615 msgstr ""
24616
24617 # type: =head2
24618 #. type: =head2
24619 #: ../fish/guestfish-actions.pod:156
24620 msgid "add-drive-ro-with-if"
24621 msgstr ""
24622
24623 # type: verbatim
24624 #. type: verbatim
24625 #: ../fish/guestfish-actions.pod:158
24626 #, no-wrap
24627 msgid ""
24628 " add-drive-ro-with-if filename iface\n"
24629 "\n"
24630 msgstr ""
24631
24632 # type: textblock
24633 #. type: textblock
24634 #: ../fish/guestfish-actions.pod:160
24635 msgid ""
24636 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
24637 "interface emulation to use at run time."
24638 msgstr ""
24639
24640 # type: =head2
24641 #. type: =head2
24642 #: ../fish/guestfish-actions.pod:170
24643 msgid "add-drive-with-if"
24644 msgstr ""
24645
24646 # type: verbatim
24647 #. type: verbatim
24648 #: ../fish/guestfish-actions.pod:172
24649 #, no-wrap
24650 msgid ""
24651 " add-drive-with-if filename iface\n"
24652 "\n"
24653 msgstr ""
24654
24655 # type: textblock
24656 #. type: textblock
24657 #: ../fish/guestfish-actions.pod:174
24658 msgid ""
24659 "This is the same as L</add-drive> but it allows you to specify the QEMU "
24660 "interface emulation to use at run time."
24661 msgstr ""
24662
24663 # type: =head2
24664 #. type: =head2
24665 #: ../fish/guestfish-actions.pod:184
24666 msgid "aug-clear"
24667 msgstr ""
24668
24669 # type: verbatim
24670 #. type: verbatim
24671 #: ../fish/guestfish-actions.pod:186
24672 #, no-wrap
24673 msgid ""
24674 " aug-clear augpath\n"
24675 "\n"
24676 msgstr ""
24677
24678 # type: =head2
24679 #. type: =head2
24680 #: ../fish/guestfish-actions.pod:191
24681 msgid "aug-close"
24682 msgstr ""
24683
24684 # type: verbatim
24685 #. type: verbatim
24686 #: ../fish/guestfish-actions.pod:193
24687 #, no-wrap
24688 msgid ""
24689 " aug-close\n"
24690 "\n"
24691 msgstr ""
24692
24693 # type: textblock
24694 #. type: textblock
24695 #: ../fish/guestfish-actions.pod:195
24696 msgid ""
24697 "Close the current Augeas handle and free up any resources used by it.  After "
24698 "calling this, you have to call L</aug-init> again before you can use any "
24699 "other Augeas functions."
24700 msgstr ""
24701
24702 # type: =head2
24703 #. type: =head2
24704 #: ../fish/guestfish-actions.pod:200
24705 msgid "aug-defnode"
24706 msgstr ""
24707
24708 # type: verbatim
24709 #. type: verbatim
24710 #: ../fish/guestfish-actions.pod:202
24711 #, no-wrap
24712 msgid ""
24713 " aug-defnode name expr val\n"
24714 "\n"
24715 msgstr ""
24716
24717 # type: textblock
24718 #. type: textblock
24719 #: ../fish/guestfish-actions.pod:207
24720 msgid ""
24721 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
24722 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
24723 "containing that single node."
24724 msgstr ""
24725
24726 # type: =head2
24727 #. type: =head2
24728 #: ../fish/guestfish-actions.pod:215
24729 msgid "aug-defvar"
24730 msgstr ""
24731
24732 # type: verbatim
24733 #. type: verbatim
24734 #: ../fish/guestfish-actions.pod:217
24735 #, no-wrap
24736 msgid ""
24737 " aug-defvar name expr\n"
24738 "\n"
24739 msgstr ""
24740
24741 # type: =head2
24742 #. type: =head2
24743 #: ../fish/guestfish-actions.pod:226
24744 msgid "aug-get"
24745 msgstr ""
24746
24747 # type: verbatim
24748 #. type: verbatim
24749 #: ../fish/guestfish-actions.pod:228
24750 #, no-wrap
24751 msgid ""
24752 " aug-get augpath\n"
24753 "\n"
24754 msgstr ""
24755
24756 # type: =head2
24757 #. type: =head2
24758 #: ../fish/guestfish-actions.pod:233
24759 msgid "aug-init"
24760 msgstr ""
24761
24762 # type: verbatim
24763 #. type: verbatim
24764 #: ../fish/guestfish-actions.pod:235
24765 #, no-wrap
24766 msgid ""
24767 " aug-init root flags\n"
24768 "\n"
24769 msgstr ""
24770
24771 # type: textblock
24772 #. type: textblock
24773 #: ../fish/guestfish-actions.pod:241
24774 msgid "You must call this before using any other L</aug-*> commands."
24775 msgstr ""
24776
24777 # type: textblock
24778 #. type: textblock
24779 #: ../fish/guestfish-actions.pod:276
24780 msgid "Do not load the tree in L</aug-init>."
24781 msgstr ""
24782
24783 # type: textblock
24784 #. type: textblock
24785 #: ../fish/guestfish-actions.pod:280
24786 msgid "To close the handle, you can call L</aug-close>."
24787 msgstr ""
24788
24789 # type: =head2
24790 #. type: =head2
24791 #: ../fish/guestfish-actions.pod:284
24792 msgid "aug-insert"
24793 msgstr ""
24794
24795 # type: verbatim
24796 #. type: verbatim
24797 #: ../fish/guestfish-actions.pod:286
24798 #, no-wrap
24799 msgid ""
24800 " aug-insert augpath label true|false\n"
24801 "\n"
24802 msgstr ""
24803
24804 # type: =head2
24805 #. type: =head2
24806 #: ../fish/guestfish-actions.pod:296
24807 msgid "aug-load"
24808 msgstr ""
24809
24810 # type: verbatim
24811 #. type: verbatim
24812 #: ../fish/guestfish-actions.pod:298
24813 #, no-wrap
24814 msgid ""
24815 " aug-load\n"
24816 "\n"
24817 msgstr ""
24818
24819 # type: =head2
24820 #. type: =head2
24821 #: ../fish/guestfish-actions.pod:305
24822 msgid "aug-ls"
24823 msgstr ""
24824
24825 # type: verbatim
24826 #. type: verbatim
24827 #: ../fish/guestfish-actions.pod:307
24828 #, no-wrap
24829 msgid ""
24830 " aug-ls augpath\n"
24831 "\n"
24832 msgstr ""
24833
24834 # type: textblock
24835 #. type: textblock
24836 #: ../fish/guestfish-actions.pod:309
24837 msgid ""
24838 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
24839 "resulting nodes into alphabetical order."
24840 msgstr ""
24841
24842 # type: =head2
24843 #. type: =head2
24844 #: ../fish/guestfish-actions.pod:312
24845 msgid "aug-match"
24846 msgstr ""
24847
24848 # type: verbatim
24849 #. type: verbatim
24850 #: ../fish/guestfish-actions.pod:314
24851 #, no-wrap
24852 msgid ""
24853 " aug-match augpath\n"
24854 "\n"
24855 msgstr ""
24856
24857 # type: =head2
24858 #. type: =head2
24859 #: ../fish/guestfish-actions.pod:320
24860 msgid "aug-mv"
24861 msgstr ""
24862
24863 # type: verbatim
24864 #. type: verbatim
24865 #: ../fish/guestfish-actions.pod:322
24866 #, no-wrap
24867 msgid ""
24868 " aug-mv src dest\n"
24869 "\n"
24870 msgstr ""
24871
24872 # type: =head2
24873 #. type: =head2
24874 #: ../fish/guestfish-actions.pod:327
24875 msgid "aug-rm"
24876 msgstr ""
24877
24878 # type: verbatim
24879 #. type: verbatim
24880 #: ../fish/guestfish-actions.pod:329
24881 #, no-wrap
24882 msgid ""
24883 " aug-rm augpath\n"
24884 "\n"
24885 msgstr ""
24886
24887 # type: =head2
24888 #. type: =head2
24889 #: ../fish/guestfish-actions.pod:335
24890 msgid "aug-save"
24891 msgstr ""
24892
24893 # type: verbatim
24894 #. type: verbatim
24895 #: ../fish/guestfish-actions.pod:337
24896 #, no-wrap
24897 msgid ""
24898 " aug-save\n"
24899 "\n"
24900 msgstr ""
24901
24902 # type: textblock
24903 #. type: textblock
24904 #: ../fish/guestfish-actions.pod:341
24905 msgid ""
24906 "The flags which were passed to L</aug-init> affect exactly how files are "
24907 "saved."
24908 msgstr ""
24909
24910 # type: =head2
24911 #. type: =head2
24912 #: ../fish/guestfish-actions.pod:344
24913 msgid "aug-set"
24914 msgstr ""
24915
24916 # type: verbatim
24917 #. type: verbatim
24918 #: ../fish/guestfish-actions.pod:346
24919 #, no-wrap
24920 msgid ""
24921 " aug-set augpath val\n"
24922 "\n"
24923 msgstr ""
24924
24925 # type: textblock
24926 #. type: textblock
24927 #: ../fish/guestfish-actions.pod:350
24928 msgid ""
24929 "In the Augeas API, it is possible to clear a node by setting the value to "
24930 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
24931 "this call.  Instead you must use the L</aug-clear> call."
24932 msgstr ""
24933
24934 # type: =head2
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:355
24937 msgid "available"
24938 msgstr ""
24939
24940 # type: verbatim
24941 #. type: verbatim
24942 #: ../fish/guestfish-actions.pod:357
24943 #, no-wrap
24944 msgid ""
24945 " available 'groups ...'\n"
24946 "\n"
24947 msgstr ""
24948
24949 # type: textblock
24950 #. type: textblock
24951 #: ../fish/guestfish-actions.pod:363
24952 msgid ""
24953 "The libguestfs groups, and the functions that those groups correspond to, "
24954 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
24955 "runtime by calling L</available-all-groups>."
24956 msgstr ""
24957
24958 # type: textblock
24959 #. type: textblock
24960 #: ../fish/guestfish-actions.pod:387
24961 msgid "You must call L</launch> before calling this function."
24962 msgstr ""
24963
24964 # type: textblock
24965 #. type: textblock
24966 #: ../fish/guestfish-actions.pod:409
24967 msgid ""
24968 "This call was added in version C<1.0.80>.  In previous versions of "
24969 "libguestfs all you could do would be to speculatively execute a command to "
24970 "find out if the daemon implemented it.  See also L</version>."
24971 msgstr ""
24972
24973 # type: =head2
24974 #. type: =head2
24975 #: ../fish/guestfish-actions.pod:416
24976 msgid "available-all-groups"
24977 msgstr ""
24978
24979 # type: verbatim
24980 #. type: verbatim
24981 #: ../fish/guestfish-actions.pod:418
24982 #, no-wrap
24983 msgid ""
24984 " available-all-groups\n"
24985 "\n"
24986 msgstr ""
24987
24988 # type: textblock
24989 #. type: textblock
24990 #: ../fish/guestfish-actions.pod:420
24991 msgid ""
24992 "This command returns a list of all optional groups that this daemon knows "
24993 "about.  Note this returns both supported and unsupported groups.  To find "
24994 "out which ones the daemon can actually support you have to call L</"
24995 "available> on each member of the returned list."
24996 msgstr ""
24997
24998 # type: textblock
24999 #. type: textblock
25000 #: ../fish/guestfish-actions.pod:426
25001 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
25002 msgstr ""
25003
25004 # type: =head2
25005 #. type: =head2
25006 #: ../fish/guestfish-actions.pod:428
25007 msgid "base64-in"
25008 msgstr ""
25009
25010 # type: verbatim
25011 #. type: verbatim
25012 #: ../fish/guestfish-actions.pod:430
25013 #, no-wrap
25014 msgid ""
25015 " base64-in (base64file|-) filename\n"
25016 "\n"
25017 msgstr ""
25018
25019 # type: textblock
25020 #. type: textblock
25021 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444
25022 #: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837
25023 #: ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1233
25024 #: ../fish/guestfish-actions.pod:4485 ../fish/guestfish-actions.pod:4497
25025 #: ../fish/guestfish-actions.pod:4508 ../fish/guestfish-actions.pod:4519
25026 #: ../fish/guestfish-actions.pod:4571 ../fish/guestfish-actions.pod:4580
25027 #: ../fish/guestfish-actions.pod:4634 ../fish/guestfish-actions.pod:4657
25028 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
25029 msgstr ""
25030
25031 # type: =head2
25032 #. type: =head2
25033 #: ../fish/guestfish-actions.pod:437
25034 msgid "base64-out"
25035 msgstr ""
25036
25037 # type: verbatim
25038 #. type: verbatim
25039 #: ../fish/guestfish-actions.pod:439
25040 #, no-wrap
25041 msgid ""
25042 " base64-out filename (base64file|-)\n"
25043 "\n"
25044 msgstr ""
25045
25046 # type: =head2
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:446
25049 msgid "blockdev-flushbufs"
25050 msgstr ""
25051
25052 # type: verbatim
25053 #. type: verbatim
25054 #: ../fish/guestfish-actions.pod:448
25055 #, no-wrap
25056 msgid ""
25057 " blockdev-flushbufs device\n"
25058 "\n"
25059 msgstr ""
25060
25061 # type: =head2
25062 #. type: =head2
25063 #: ../fish/guestfish-actions.pod:455
25064 msgid "blockdev-getbsz"
25065 msgstr ""
25066
25067 # type: verbatim
25068 #. type: verbatim
25069 #: ../fish/guestfish-actions.pod:457
25070 #, no-wrap
25071 msgid ""
25072 " blockdev-getbsz device\n"
25073 "\n"
25074 msgstr ""
25075
25076 # type: =head2
25077 #. type: =head2
25078 #: ../fish/guestfish-actions.pod:466
25079 msgid "blockdev-getro"
25080 msgstr ""
25081
25082 # type: verbatim
25083 #. type: verbatim
25084 #: ../fish/guestfish-actions.pod:468
25085 #, no-wrap
25086 msgid ""
25087 " blockdev-getro device\n"
25088 "\n"
25089 msgstr ""
25090
25091 # type: =head2
25092 #. type: =head2
25093 #: ../fish/guestfish-actions.pod:475
25094 msgid "blockdev-getsize64"
25095 msgstr ""
25096
25097 # type: verbatim
25098 #. type: verbatim
25099 #: ../fish/guestfish-actions.pod:477
25100 #, no-wrap
25101 msgid ""
25102 " blockdev-getsize64 device\n"
25103 "\n"
25104 msgstr ""
25105
25106 # type: textblock
25107 #. type: textblock
25108 #: ../fish/guestfish-actions.pod:481
25109 msgid "See also L</blockdev-getsz>."
25110 msgstr ""
25111
25112 # type: =head2
25113 #. type: =head2
25114 #: ../fish/guestfish-actions.pod:485
25115 msgid "blockdev-getss"
25116 msgstr ""
25117
25118 # type: verbatim
25119 #. type: verbatim
25120 #: ../fish/guestfish-actions.pod:487
25121 #, no-wrap
25122 msgid ""
25123 " blockdev-getss device\n"
25124 "\n"
25125 msgstr ""
25126
25127 # type: textblock
25128 #. type: textblock
25129 #: ../fish/guestfish-actions.pod:492
25130 msgid ""
25131 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
25132 msgstr ""
25133
25134 # type: =head2
25135 #. type: =head2
25136 #: ../fish/guestfish-actions.pod:497
25137 msgid "blockdev-getsz"
25138 msgstr ""
25139
25140 # type: verbatim
25141 #. type: verbatim
25142 #: ../fish/guestfish-actions.pod:499
25143 #, no-wrap
25144 msgid ""
25145 " blockdev-getsz device\n"
25146 "\n"
25147 msgstr ""
25148
25149 # type: textblock
25150 #. type: textblock
25151 #: ../fish/guestfish-actions.pod:504
25152 msgid ""
25153 "See also L</blockdev-getss> for the real sector size of the device, and L</"
25154 "blockdev-getsize64> for the more useful I<size in bytes>."
25155 msgstr ""
25156
25157 # type: =head2
25158 #. type: =head2
25159 #: ../fish/guestfish-actions.pod:510
25160 msgid "blockdev-rereadpt"
25161 msgstr ""
25162
25163 # type: verbatim
25164 #. type: verbatim
25165 #: ../fish/guestfish-actions.pod:512
25166 #, no-wrap
25167 msgid ""
25168 " blockdev-rereadpt device\n"
25169 "\n"
25170 msgstr ""
25171
25172 # type: =head2
25173 #. type: =head2
25174 #: ../fish/guestfish-actions.pod:518
25175 msgid "blockdev-setbsz"
25176 msgstr ""
25177
25178 # type: verbatim
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:520
25181 #, no-wrap
25182 msgid ""
25183 " blockdev-setbsz device blocksize\n"
25184 "\n"
25185 msgstr ""
25186
25187 # type: =head2
25188 #. type: =head2
25189 #: ../fish/guestfish-actions.pod:529
25190 msgid "blockdev-setro"
25191 msgstr ""
25192
25193 # type: verbatim
25194 #. type: verbatim
25195 #: ../fish/guestfish-actions.pod:531
25196 #, no-wrap
25197 msgid ""
25198 " blockdev-setro device\n"
25199 "\n"
25200 msgstr ""
25201
25202 # type: =head2
25203 #. type: =head2
25204 #: ../fish/guestfish-actions.pod:537
25205 msgid "blockdev-setrw"
25206 msgstr ""
25207
25208 # type: verbatim
25209 #. type: verbatim
25210 #: ../fish/guestfish-actions.pod:539
25211 #, no-wrap
25212 msgid ""
25213 " blockdev-setrw device\n"
25214 "\n"
25215 msgstr ""
25216
25217 # type: =head2
25218 #. type: =head2
25219 #: ../fish/guestfish-actions.pod:545
25220 msgid "case-sensitive-path"
25221 msgstr ""
25222
25223 # type: verbatim
25224 #. type: verbatim
25225 #: ../fish/guestfish-actions.pod:547
25226 #, no-wrap
25227 msgid ""
25228 " case-sensitive-path path\n"
25229 "\n"
25230 msgstr ""
25231
25232 # type: textblock
25233 #. type: textblock
25234 #: ../fish/guestfish-actions.pod:571
25235 msgid ""
25236 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
25237 "WINDOWS/system32\"> (the exact return value would depend on details of how "
25238 "the directories were originally created under Windows)."
25239 msgstr ""
25240
25241 # type: textblock
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:579
25244 msgid "See also L</realpath>."
25245 msgstr ""
25246
25247 # type: =head2
25248 #. type: =head2
25249 #: ../fish/guestfish-actions.pod:581
25250 msgid "cat"
25251 msgstr ""
25252
25253 # type: verbatim
25254 #. type: verbatim
25255 #: ../fish/guestfish-actions.pod:583
25256 #, no-wrap
25257 msgid ""
25258 " cat path\n"
25259 "\n"
25260 msgstr ""
25261
25262 # type: textblock
25263 #. type: textblock
25264 #: ../fish/guestfish-actions.pod:587
25265 msgid ""
25266 "Note that this function cannot correctly handle binary files (specifically, "
25267 "files containing C<\\0> character which is treated as end of string).  For "
25268 "those you need to use the L</read-file> or L</download> functions which have "
25269 "a more complex interface."
25270 msgstr ""
25271
25272 # type: =head2
25273 #. type: =head2
25274 #: ../fish/guestfish-actions.pod:595
25275 msgid "checksum"
25276 msgstr ""
25277
25278 # type: verbatim
25279 #. type: verbatim
25280 #: ../fish/guestfish-actions.pod:597
25281 #, no-wrap
25282 msgid ""
25283 " checksum csumtype path\n"
25284 "\n"
25285 msgstr ""
25286
25287 # type: textblock
25288 #. type: textblock
25289 #: ../fish/guestfish-actions.pod:640
25290 msgid "To get the checksum for a device, use L</checksum-device>."
25291 msgstr ""
25292
25293 # type: textblock
25294 #. type: textblock
25295 #: ../fish/guestfish-actions.pod:642
25296 msgid "To get the checksums for many files, use L</checksums-out>."
25297 msgstr ""
25298
25299 # type: =head2
25300 #. type: =head2
25301 #: ../fish/guestfish-actions.pod:644
25302 msgid "checksum-device"
25303 msgstr ""
25304
25305 # type: verbatim
25306 #. type: verbatim
25307 #: ../fish/guestfish-actions.pod:646
25308 #, no-wrap
25309 msgid ""
25310 " checksum-device csumtype device\n"
25311 "\n"
25312 msgstr ""
25313
25314 # type: textblock
25315 #. type: textblock
25316 #: ../fish/guestfish-actions.pod:648
25317 msgid ""
25318 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
25319 "device named C<device>.  For the types of checksums supported see the L</"
25320 "checksum> command."
25321 msgstr ""
25322
25323 # type: =head2
25324 #. type: =head2
25325 #: ../fish/guestfish-actions.pod:652
25326 msgid "checksums-out"
25327 msgstr ""
25328
25329 # type: verbatim
25330 #. type: verbatim
25331 #: ../fish/guestfish-actions.pod:654
25332 #, no-wrap
25333 msgid ""
25334 " checksums-out csumtype directory (sumsfile|-)\n"
25335 "\n"
25336 msgstr ""
25337
25338 # type: =head2
25339 #. type: =head2
25340 #: ../fish/guestfish-actions.pod:670
25341 msgid "chmod"
25342 msgstr ""
25343
25344 # type: verbatim
25345 #. type: verbatim
25346 #: ../fish/guestfish-actions.pod:672
25347 #, no-wrap
25348 msgid ""
25349 " chmod mode path\n"
25350 "\n"
25351 msgstr ""
25352
25353 # type: =head2
25354 #. type: =head2
25355 #: ../fish/guestfish-actions.pod:683
25356 msgid "chown"
25357 msgstr ""
25358
25359 # type: verbatim
25360 #. type: verbatim
25361 #: ../fish/guestfish-actions.pod:685
25362 #, no-wrap
25363 msgid ""
25364 " chown owner group path\n"
25365 "\n"
25366 msgstr ""
25367
25368 # type: =head2
25369 #. type: =head2
25370 #: ../fish/guestfish-actions.pod:693
25371 msgid "command"
25372 msgstr ""
25373
25374 # type: verbatim
25375 #. type: verbatim
25376 #: ../fish/guestfish-actions.pod:695
25377 #, no-wrap
25378 msgid ""
25379 " command 'arguments ...'\n"
25380 "\n"
25381 msgstr ""
25382
25383 # type: textblock
25384 #. type: textblock
25385 #: ../fish/guestfish-actions.pod:702
25386 msgid ""
25387 "The single parameter is an argv-style list of arguments.  The first element "
25388 "is the name of the program to run.  Subsequent elements are parameters.  The "
25389 "list must be non-empty (ie. must contain a program name).  Note that the "
25390 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
25391 msgstr ""
25392
25393 # type: =head2
25394 #. type: =head2
25395 #: ../fish/guestfish-actions.pod:730
25396 msgid "command-lines"
25397 msgstr ""
25398
25399 # type: verbatim
25400 #. type: verbatim
25401 #: ../fish/guestfish-actions.pod:732
25402 #, no-wrap
25403 msgid ""
25404 " command-lines 'arguments ...'\n"
25405 "\n"
25406 msgstr ""
25407
25408 # type: textblock
25409 #. type: textblock
25410 #: ../fish/guestfish-actions.pod:734
25411 msgid ""
25412 "This is the same as L</command>, but splits the result into a list of lines."
25413 msgstr ""
25414
25415 # type: textblock
25416 #. type: textblock
25417 #: ../fish/guestfish-actions.pod:737
25418 msgid "See also: L</sh-lines>"
25419 msgstr ""
25420
25421 # type: =head2
25422 #. type: =head2
25423 #: ../fish/guestfish-actions.pod:742
25424 msgid "config"
25425 msgstr ""
25426
25427 # type: verbatim
25428 #. type: verbatim
25429 #: ../fish/guestfish-actions.pod:744
25430 #, no-wrap
25431 msgid ""
25432 " config qemuparam qemuvalue\n"
25433 "\n"
25434 msgstr ""
25435
25436 # type: =head2
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:755
25439 msgid "copy-size"
25440 msgstr ""
25441
25442 # type: verbatim
25443 #. type: verbatim
25444 #: ../fish/guestfish-actions.pod:757
25445 #, no-wrap
25446 msgid ""
25447 " copy-size src dest size\n"
25448 "\n"
25449 msgstr ""
25450
25451 # type: =head2
25452 #. type: =head2
25453 #: ../fish/guestfish-actions.pod:765
25454 msgid "cp"
25455 msgstr ""
25456
25457 # type: verbatim
25458 #. type: verbatim
25459 #: ../fish/guestfish-actions.pod:767
25460 #, no-wrap
25461 msgid ""
25462 " cp src dest\n"
25463 "\n"
25464 msgstr ""
25465
25466 # type: =head2
25467 #. type: =head2
25468 #: ../fish/guestfish-actions.pod:772
25469 msgid "cp-a"
25470 msgstr ""
25471
25472 # type: verbatim
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:774
25475 #, no-wrap
25476 msgid ""
25477 " cp-a src dest\n"
25478 "\n"
25479 msgstr ""
25480
25481 # type: =head2
25482 #. type: =head2
25483 #: ../fish/guestfish-actions.pod:779
25484 msgid "dd"
25485 msgstr ""
25486
25487 # type: verbatim
25488 #. type: verbatim
25489 #: ../fish/guestfish-actions.pod:781
25490 #, no-wrap
25491 msgid ""
25492 " dd src dest\n"
25493 "\n"
25494 msgstr ""
25495
25496 # type: textblock
25497 #. type: textblock
25498 #: ../fish/guestfish-actions.pod:788
25499 msgid ""
25500 "If the destination is a device, it must be as large or larger than the "
25501 "source file or device, otherwise the copy will fail.  This command cannot do "
25502 "partial copies (see L</copy-size>)."
25503 msgstr ""
25504
25505 # type: =head2
25506 #. type: =head2
25507 #: ../fish/guestfish-actions.pod:792
25508 msgid "df"
25509 msgstr ""
25510
25511 # type: verbatim
25512 #. type: verbatim
25513 #: ../fish/guestfish-actions.pod:794
25514 #, no-wrap
25515 msgid ""
25516 " df\n"
25517 "\n"
25518 msgstr ""
25519
25520 # type: textblock
25521 #. type: textblock
25522 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
25523 msgid ""
25524 "This command is mostly useful for interactive sessions.  It is I<not> "
25525 "intended that you try to parse the output string.  Use L</statvfs> from "
25526 "programs."
25527 msgstr ""
25528
25529 # type: =head2
25530 #. type: =head2
25531 #: ../fish/guestfish-actions.pod:802
25532 msgid "df-h"
25533 msgstr ""
25534
25535 # type: verbatim
25536 #. type: verbatim
25537 #: ../fish/guestfish-actions.pod:804
25538 #, no-wrap
25539 msgid ""
25540 " df-h\n"
25541 "\n"
25542 msgstr ""
25543
25544 # type: =head2
25545 #. type: =head2
25546 #: ../fish/guestfish-actions.pod:813
25547 msgid "dmesg"
25548 msgstr ""
25549
25550 # type: verbatim
25551 #. type: verbatim
25552 #: ../fish/guestfish-actions.pod:815
25553 #, no-wrap
25554 msgid ""
25555 " dmesg\n"
25556 "\n"
25557 msgstr ""
25558
25559 # type: textblock
25560 #. type: textblock
25561 #: ../fish/guestfish-actions.pod:821
25562 msgid ""
25563 "Another way to get the same information is to enable verbose messages with "
25564 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
25565 "before running the program."
25566 msgstr ""
25567
25568 # type: =head2
25569 #. type: =head2
25570 #: ../fish/guestfish-actions.pod:826
25571 msgid "download"
25572 msgstr ""
25573
25574 # type: verbatim
25575 #. type: verbatim
25576 #: ../fish/guestfish-actions.pod:828
25577 #, no-wrap
25578 msgid ""
25579 " download remotefilename (filename|-)\n"
25580 "\n"
25581 msgstr ""
25582
25583 # type: textblock
25584 #. type: textblock
25585 #: ../fish/guestfish-actions.pod:835
25586 msgid "See also L</upload>, L</cat>."
25587 msgstr ""
25588
25589 # type: =head2
25590 #. type: =head2
25591 #: ../fish/guestfish-actions.pod:839
25592 msgid "download-offset"
25593 msgstr ""
25594
25595 # type: verbatim
25596 #. type: verbatim
25597 #: ../fish/guestfish-actions.pod:841
25598 #, no-wrap
25599 msgid ""
25600 " download-offset remotefilename (filename|-) offset size\n"
25601 "\n"
25602 msgstr ""
25603
25604 # type: textblock
25605 #. type: textblock
25606 #: ../fish/guestfish-actions.pod:849
25607 msgid ""
25608 "Note that there is no limit on the amount of data that can be downloaded "
25609 "with this call, unlike with L</pread>, and this call always reads the full "
25610 "amount unless an error occurs."
25611 msgstr ""
25612
25613 # type: textblock
25614 #. type: textblock
25615 #: ../fish/guestfish-actions.pod:854
25616 msgid "See also L</download>, L</pread>."
25617 msgstr ""
25618
25619 # type: =head2
25620 #. type: =head2
25621 #: ../fish/guestfish-actions.pod:858
25622 msgid "drop-caches"
25623 msgstr ""
25624
25625 # type: verbatim
25626 #. type: verbatim
25627 #: ../fish/guestfish-actions.pod:860
25628 #, no-wrap
25629 msgid ""
25630 " drop-caches whattodrop\n"
25631 "\n"
25632 msgstr ""
25633
25634 # type: =head2
25635 #. type: =head2
25636 #: ../fish/guestfish-actions.pod:872
25637 msgid "du"
25638 msgstr ""
25639
25640 # type: verbatim
25641 #. type: verbatim
25642 #: ../fish/guestfish-actions.pod:874
25643 #, no-wrap
25644 msgid ""
25645 " du path\n"
25646 "\n"
25647 msgstr ""
25648
25649 # type: =head2
25650 #. type: =head2
25651 #: ../fish/guestfish-actions.pod:886
25652 msgid "e2fsck-f"
25653 msgstr ""
25654
25655 # type: verbatim
25656 #. type: verbatim
25657 #: ../fish/guestfish-actions.pod:888
25658 #, no-wrap
25659 msgid ""
25660 " e2fsck-f device\n"
25661 "\n"
25662 msgstr ""
25663
25664 # type: textblock
25665 #. type: textblock
25666 #: ../fish/guestfish-actions.pod:894
25667 msgid ""
25668 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
25669 "should use L</fsck>."
25670 msgstr ""
25671
25672 # type: =head2
25673 #. type: =head2
25674 #: ../fish/guestfish-actions.pod:897
25675 msgid "echo-daemon"
25676 msgstr ""
25677
25678 # type: verbatim
25679 #. type: verbatim
25680 #: ../fish/guestfish-actions.pod:899
25681 #, no-wrap
25682 msgid ""
25683 " echo-daemon 'words ...'\n"
25684 "\n"
25685 msgstr ""
25686
25687 # type: textblock
25688 #. type: textblock
25689 #: ../fish/guestfish-actions.pod:906
25690 msgid "See also L</ping-daemon>."
25691 msgstr ""
25692
25693 # type: =head2
25694 #. type: =head2
25695 #: ../fish/guestfish-actions.pod:908
25696 msgid "egrep"
25697 msgstr ""
25698
25699 # type: verbatim
25700 #. type: verbatim
25701 #: ../fish/guestfish-actions.pod:910
25702 #, no-wrap
25703 msgid ""
25704 " egrep regex path\n"
25705 "\n"
25706 msgstr ""
25707
25708 # type: =head2
25709 #. type: =head2
25710 #: ../fish/guestfish-actions.pod:918
25711 msgid "egrepi"
25712 msgstr ""
25713
25714 # type: verbatim
25715 #. type: verbatim
25716 #: ../fish/guestfish-actions.pod:920
25717 #, no-wrap
25718 msgid ""
25719 " egrepi regex path\n"
25720 "\n"
25721 msgstr ""
25722
25723 # type: =head2
25724 #. type: =head2
25725 #: ../fish/guestfish-actions.pod:928
25726 msgid "equal"
25727 msgstr ""
25728
25729 # type: verbatim
25730 #. type: verbatim
25731 #: ../fish/guestfish-actions.pod:930
25732 #, no-wrap
25733 msgid ""
25734 " equal file1 file2\n"
25735 "\n"
25736 msgstr ""
25737
25738 # type: =head2
25739 #. type: =head2
25740 #: ../fish/guestfish-actions.pod:937
25741 msgid "exists"
25742 msgstr ""
25743
25744 # type: verbatim
25745 #. type: verbatim
25746 #: ../fish/guestfish-actions.pod:939
25747 #, no-wrap
25748 msgid ""
25749 " exists path\n"
25750 "\n"
25751 msgstr ""
25752
25753 # type: textblock
25754 #. type: textblock
25755 #: ../fish/guestfish-actions.pod:944
25756 msgid "See also L</is-file>, L</is-dir>, L</stat>."
25757 msgstr ""
25758
25759 # type: =head2
25760 #. type: =head2
25761 #: ../fish/guestfish-actions.pod:946
25762 msgid "fallocate"
25763 msgstr ""
25764
25765 # type: verbatim
25766 #. type: verbatim
25767 #: ../fish/guestfish-actions.pod:948
25768 #, no-wrap
25769 msgid ""
25770 " fallocate path len\n"
25771 "\n"
25772 msgstr ""
25773
25774 # type: =head2
25775 #. type: =head2
25776 #: ../fish/guestfish-actions.pod:965
25777 msgid "fallocate64"
25778 msgstr ""
25779
25780 # type: verbatim
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:967
25783 #, no-wrap
25784 msgid ""
25785 " fallocate64 path len\n"
25786 "\n"
25787 msgstr ""
25788
25789 # type: textblock
25790 #. type: textblock
25791 #: ../fish/guestfish-actions.pod:973
25792 msgid ""
25793 "Note that this call allocates disk blocks for the file.  To create a sparse "
25794 "file use L</truncate-size> instead."
25795 msgstr ""
25796
25797 # type: textblock
25798 #. type: textblock
25799 #: ../fish/guestfish-actions.pod:976
25800 msgid ""
25801 "The deprecated call L</fallocate> does the same, but owing to an oversight "
25802 "it only allowed 30 bit lengths to be specified, effectively limiting the "
25803 "maximum size of files created through that call to 1GB."
25804 msgstr ""
25805
25806 # type: =head2
25807 #. type: =head2
25808 #: ../fish/guestfish-actions.pod:985
25809 msgid "fgrep"
25810 msgstr ""
25811
25812 # type: verbatim
25813 #. type: verbatim
25814 #: ../fish/guestfish-actions.pod:987
25815 #, no-wrap
25816 msgid ""
25817 " fgrep pattern path\n"
25818 "\n"
25819 msgstr ""
25820
25821 # type: =head2
25822 #. type: =head2
25823 #: ../fish/guestfish-actions.pod:995
25824 msgid "fgrepi"
25825 msgstr ""
25826
25827 # type: verbatim
25828 #. type: verbatim
25829 #: ../fish/guestfish-actions.pod:997
25830 #, no-wrap
25831 msgid ""
25832 " fgrepi pattern path\n"
25833 "\n"
25834 msgstr ""
25835
25836 # type: =head2
25837 #. type: =head2
25838 #: ../fish/guestfish-actions.pod:1005
25839 msgid "file"
25840 msgstr ""
25841
25842 # type: verbatim
25843 #. type: verbatim
25844 #: ../fish/guestfish-actions.pod:1007
25845 #, no-wrap
25846 msgid ""
25847 " file path\n"
25848 "\n"
25849 msgstr ""
25850
25851 # type: textblock
25852 #. type: textblock
25853 #: ../fish/guestfish-actions.pod:1019
25854 msgid ""
25855 "This command can also be used on C</dev/> devices (and partitions, LV "
25856 "names).  You can for example use this to determine if a device contains a "
25857 "filesystem, although it's usually better to use L</vfs-type>."
25858 msgstr ""
25859
25860 # type: =head2
25861 #. type: =head2
25862 #: ../fish/guestfish-actions.pod:1029
25863 msgid "file-architecture"
25864 msgstr ""
25865
25866 # type: verbatim
25867 #. type: verbatim
25868 #: ../fish/guestfish-actions.pod:1031
25869 #, no-wrap
25870 msgid ""
25871 " file-architecture filename\n"
25872 "\n"
25873 msgstr ""
25874
25875 # type: =head2
25876 #. type: =head2
25877 #: ../fish/guestfish-actions.pod:1134
25878 msgid "filesize"
25879 msgstr ""
25880
25881 # type: verbatim
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:1136
25884 #, no-wrap
25885 msgid ""
25886 " filesize file\n"
25887 "\n"
25888 msgstr ""
25889
25890 # type: textblock
25891 #. type: textblock
25892 #: ../fish/guestfish-actions.pod:1140
25893 msgid ""
25894 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
25895 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
25896 msgstr ""
25897
25898 # type: =head2
25899 #. type: =head2
25900 #: ../fish/guestfish-actions.pod:1144
25901 msgid "fill"
25902 msgstr ""
25903
25904 # type: verbatim
25905 #. type: verbatim
25906 #: ../fish/guestfish-actions.pod:1146
25907 #, no-wrap
25908 msgid ""
25909 " fill c len path\n"
25910 "\n"
25911 msgstr ""
25912
25913 # type: textblock
25914 #. type: textblock
25915 #: ../fish/guestfish-actions.pod:1152
25916 msgid ""
25917 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
25918 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
25919 "L</fill-pattern>."
25920 msgstr ""
25921
25922 # type: =head2
25923 #. type: =head2
25924 #: ../fish/guestfish-actions.pod:1157
25925 msgid "fill-pattern"
25926 msgstr ""
25927
25928 # type: verbatim
25929 #. type: verbatim
25930 #: ../fish/guestfish-actions.pod:1159
25931 #, no-wrap
25932 msgid ""
25933 " fill-pattern pattern len path\n"
25934 "\n"
25935 msgstr ""
25936
25937 # type: textblock
25938 #. type: textblock
25939 #: ../fish/guestfish-actions.pod:1161
25940 msgid ""
25941 "This function is like L</fill> except that it creates a new file of length "
25942 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
25943 "is truncated if necessary to ensure the length of the file is exactly C<len> "
25944 "bytes."
25945 msgstr ""
25946
25947 # type: =head2
25948 #. type: =head2
25949 #: ../fish/guestfish-actions.pod:1166
25950 msgid "find"
25951 msgstr ""
25952
25953 # type: verbatim
25954 #. type: verbatim
25955 #: ../fish/guestfish-actions.pod:1168
25956 #, no-wrap
25957 msgid ""
25958 " find directory\n"
25959 "\n"
25960 msgstr ""
25961
25962 # type: textblock
25963 #. type: textblock
25964 #: ../fish/guestfish-actions.pod:1182
25965 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
25966 msgstr ""
25967
25968 # type: textblock
25969 #. type: textblock
25970 #: ../fish/guestfish-actions.pod:1195
25971 msgid "See also L</find0>."
25972 msgstr ""
25973
25974 # type: =head2
25975 #. type: =head2
25976 #: ../fish/guestfish-actions.pod:1200
25977 msgid "find0"
25978 msgstr ""
25979
25980 # type: verbatim
25981 #. type: verbatim
25982 #: ../fish/guestfish-actions.pod:1202
25983 #, no-wrap
25984 msgid ""
25985 " find0 directory (files|-)\n"
25986 "\n"
25987 msgstr ""
25988
25989 # type: textblock
25990 #. type: textblock
25991 #: ../fish/guestfish-actions.pod:1208
25992 msgid ""
25993 "This command works the same way as L</find> with the following exceptions:"
25994 msgstr ""
25995
25996 # type: =head2
25997 #. type: =head2
25998 #: ../fish/guestfish-actions.pod:1235
25999 msgid "findfs-label"
26000 msgstr ""
26001
26002 # type: verbatim
26003 #. type: verbatim
26004 #: ../fish/guestfish-actions.pod:1237
26005 #, no-wrap
26006 msgid ""
26007 " findfs-label label\n"
26008 "\n"
26009 msgstr ""
26010
26011 # type: textblock
26012 #. type: textblock
26013 #: ../fish/guestfish-actions.pod:1243
26014 msgid "To find the label of a filesystem, use L</vfs-label>."
26015 msgstr ""
26016
26017 # type: =head2
26018 #. type: =head2
26019 #: ../fish/guestfish-actions.pod:1245
26020 msgid "findfs-uuid"
26021 msgstr ""
26022
26023 # type: verbatim
26024 #. type: verbatim
26025 #: ../fish/guestfish-actions.pod:1247
26026 #, no-wrap
26027 msgid ""
26028 " findfs-uuid uuid\n"
26029 "\n"
26030 msgstr ""
26031
26032 # type: textblock
26033 #. type: textblock
26034 #: ../fish/guestfish-actions.pod:1253
26035 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
26036 msgstr ""
26037
26038 # type: =head2
26039 #. type: =head2
26040 #: ../fish/guestfish-actions.pod:1255
26041 msgid "fsck"
26042 msgstr ""
26043
26044 # type: verbatim
26045 #. type: verbatim
26046 #: ../fish/guestfish-actions.pod:1257
26047 #, no-wrap
26048 msgid ""
26049 " fsck fstype device\n"
26050 "\n"
26051 msgstr ""
26052
26053 # type: =head2
26054 #. type: =head2
26055 #: ../fish/guestfish-actions.pod:1287
26056 msgid "get-append"
26057 msgstr ""
26058
26059 # type: verbatim
26060 #. type: verbatim
26061 #: ../fish/guestfish-actions.pod:1289
26062 #, no-wrap
26063 msgid ""
26064 " get-append\n"
26065 "\n"
26066 msgstr ""
26067
26068 #. type: =head2
26069 #: ../fish/guestfish-actions.pod:1296
26070 msgid "get-attach-method"
26071 msgstr ""
26072
26073 #. type: verbatim
26074 #: ../fish/guestfish-actions.pod:1298
26075 #, no-wrap
26076 msgid ""
26077 " get-attach-method\n"
26078 "\n"
26079 msgstr ""
26080
26081 #. type: textblock
26082 #: ../fish/guestfish-actions.pod:1300
26083 msgid "Return the current attach method.  See L</set-attach-method>."
26084 msgstr ""
26085
26086 # type: =head2
26087 #. type: =head2
26088 #: ../fish/guestfish-actions.pod:1302
26089 msgid "get-autosync"
26090 msgstr ""
26091
26092 # type: verbatim
26093 #. type: verbatim
26094 #: ../fish/guestfish-actions.pod:1304
26095 #, no-wrap
26096 msgid ""
26097 " get-autosync\n"
26098 "\n"
26099 msgstr ""
26100
26101 # type: =head2
26102 #. type: =head2
26103 #: ../fish/guestfish-actions.pod:1308
26104 msgid "get-direct"
26105 msgstr ""
26106
26107 # type: verbatim
26108 #. type: verbatim
26109 #: ../fish/guestfish-actions.pod:1310
26110 #, no-wrap
26111 msgid ""
26112 " get-direct\n"
26113 "\n"
26114 msgstr ""
26115
26116 # type: =head2
26117 #. type: =head2
26118 #: ../fish/guestfish-actions.pod:1314
26119 msgid "get-e2label"
26120 msgstr ""
26121
26122 # type: verbatim
26123 #. type: verbatim
26124 #: ../fish/guestfish-actions.pod:1316
26125 #, no-wrap
26126 msgid ""
26127 " get-e2label device\n"
26128 "\n"
26129 msgstr ""
26130
26131 # type: =head2
26132 #. type: =head2
26133 #: ../fish/guestfish-actions.pod:1328
26134 msgid "get-e2uuid"
26135 msgstr ""
26136
26137 # type: verbatim
26138 #. type: verbatim
26139 #: ../fish/guestfish-actions.pod:1330
26140 #, no-wrap
26141 msgid ""
26142 " get-e2uuid device\n"
26143 "\n"
26144 msgstr ""
26145
26146 # type: =head2
26147 #. type: =head2
26148 #: ../fish/guestfish-actions.pod:1342
26149 msgid "get-memsize"
26150 msgstr ""
26151
26152 # type: verbatim
26153 #. type: verbatim
26154 #: ../fish/guestfish-actions.pod:1344
26155 #, no-wrap
26156 msgid ""
26157 " get-memsize\n"
26158 "\n"
26159 msgstr ""
26160
26161 # type: textblock
26162 #. type: textblock
26163 #: ../fish/guestfish-actions.pod:1349
26164 msgid ""
26165 "If L</set-memsize> was not called on this handle, and if "
26166 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
26167 "value for memsize."
26168 msgstr ""
26169
26170 # type: =head2
26171 #. type: =head2
26172 #: ../fish/guestfish-actions.pod:1356
26173 msgid "get-network"
26174 msgstr ""
26175
26176 # type: verbatim
26177 #. type: verbatim
26178 #: ../fish/guestfish-actions.pod:1358
26179 #, no-wrap
26180 msgid ""
26181 " get-network\n"
26182 "\n"
26183 msgstr ""
26184
26185 # type: =head2
26186 #. type: =head2
26187 #: ../fish/guestfish-actions.pod:1362
26188 msgid "get-path"
26189 msgstr ""
26190
26191 # type: verbatim
26192 #. type: verbatim
26193 #: ../fish/guestfish-actions.pod:1364
26194 #, no-wrap
26195 msgid ""
26196 " get-path\n"
26197 "\n"
26198 msgstr ""
26199
26200 # type: =head2
26201 #. type: =head2
26202 #: ../fish/guestfish-actions.pod:1371
26203 msgid "get-pid"
26204 msgstr ""
26205
26206 # type: =head2
26207 #. type: =head2
26208 #: ../fish/guestfish-actions.pod:1373
26209 msgid "pid"
26210 msgstr ""
26211
26212 # type: verbatim
26213 #. type: verbatim
26214 #: ../fish/guestfish-actions.pod:1375
26215 #, no-wrap
26216 msgid ""
26217 " get-pid\n"
26218 "\n"
26219 msgstr ""
26220
26221 # type: =head2
26222 #. type: =head2
26223 #: ../fish/guestfish-actions.pod:1382
26224 msgid "get-qemu"
26225 msgstr ""
26226
26227 # type: verbatim
26228 #. type: verbatim
26229 #: ../fish/guestfish-actions.pod:1384
26230 #, no-wrap
26231 msgid ""
26232 " get-qemu\n"
26233 "\n"
26234 msgstr ""
26235
26236 # type: =head2
26237 #. type: =head2
26238 #: ../fish/guestfish-actions.pod:1391
26239 msgid "get-recovery-proc"
26240 msgstr ""
26241
26242 # type: verbatim
26243 #. type: verbatim
26244 #: ../fish/guestfish-actions.pod:1393
26245 #, no-wrap
26246 msgid ""
26247 " get-recovery-proc\n"
26248 "\n"
26249 msgstr ""
26250
26251 # type: =head2
26252 #. type: =head2
26253 #: ../fish/guestfish-actions.pod:1397
26254 msgid "get-selinux"
26255 msgstr ""
26256
26257 # type: verbatim
26258 #. type: verbatim
26259 #: ../fish/guestfish-actions.pod:1399
26260 #, no-wrap
26261 msgid ""
26262 " get-selinux\n"
26263 "\n"
26264 msgstr ""
26265
26266 # type: textblock
26267 #. type: textblock
26268 #: ../fish/guestfish-actions.pod:1401
26269 msgid ""
26270 "This returns the current setting of the selinux flag which is passed to the "
26271 "appliance at boot time.  See L</set-selinux>."
26272 msgstr ""
26273
26274 # type: =head2
26275 #. type: =head2
26276 #: ../fish/guestfish-actions.pod:1407
26277 msgid "get-state"
26278 msgstr ""
26279
26280 # type: verbatim
26281 #. type: verbatim
26282 #: ../fish/guestfish-actions.pod:1409
26283 #, no-wrap
26284 msgid ""
26285 " get-state\n"
26286 "\n"
26287 msgstr ""
26288
26289 # type: =head2
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:1416
26292 msgid "get-trace"
26293 msgstr ""
26294
26295 # type: verbatim
26296 #. type: verbatim
26297 #: ../fish/guestfish-actions.pod:1418
26298 #, no-wrap
26299 msgid ""
26300 " get-trace\n"
26301 "\n"
26302 msgstr ""
26303
26304 # type: =head2
26305 #. type: =head2
26306 #: ../fish/guestfish-actions.pod:1422
26307 msgid "get-umask"
26308 msgstr ""
26309
26310 # type: verbatim
26311 #. type: verbatim
26312 #: ../fish/guestfish-actions.pod:1424
26313 #, no-wrap
26314 msgid ""
26315 " get-umask\n"
26316 "\n"
26317 msgstr ""
26318
26319 # type: textblock
26320 #. type: textblock
26321 #: ../fish/guestfish-actions.pod:1426
26322 msgid ""
26323 "Return the current umask.  By default the umask is C<022> unless it has been "
26324 "set by calling L</umask>."
26325 msgstr ""
26326
26327 # type: =head2
26328 #. type: =head2
26329 #: ../fish/guestfish-actions.pod:1429
26330 msgid "get-verbose"
26331 msgstr ""
26332
26333 # type: verbatim
26334 #. type: verbatim
26335 #: ../fish/guestfish-actions.pod:1431
26336 #, no-wrap
26337 msgid ""
26338 " get-verbose\n"
26339 "\n"
26340 msgstr ""
26341
26342 # type: =head2
26343 #. type: =head2
26344 #: ../fish/guestfish-actions.pod:1435
26345 msgid "getcon"
26346 msgstr ""
26347
26348 # type: verbatim
26349 #. type: verbatim
26350 #: ../fish/guestfish-actions.pod:1437
26351 #, no-wrap
26352 msgid ""
26353 " getcon\n"
26354 "\n"
26355 msgstr ""
26356
26357 # type: textblock
26358 #. type: textblock
26359 #: ../fish/guestfish-actions.pod:1441
26360 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
26361 msgstr ""
26362
26363 # type: =head2
26364 #. type: =head2
26365 #: ../fish/guestfish-actions.pod:1444
26366 msgid "getxattr"
26367 msgstr ""
26368
26369 # type: verbatim
26370 #. type: verbatim
26371 #: ../fish/guestfish-actions.pod:1446
26372 #, no-wrap
26373 msgid ""
26374 " getxattr path name\n"
26375 "\n"
26376 msgstr ""
26377
26378 # type: textblock
26379 #. type: textblock
26380 #: ../fish/guestfish-actions.pod:1448
26381 msgid ""
26382 "Get a single extended attribute from file C<path> named C<name>.  This call "
26383 "follows symlinks.  If you want to lookup an extended attribute for the "
26384 "symlink itself, use L</lgetxattr>."
26385 msgstr ""
26386
26387 # type: textblock
26388 #. type: textblock
26389 #: ../fish/guestfish-actions.pod:1452 ../fish/guestfish-actions.pod:2458
26390 msgid ""
26391 "Normally it is better to get all extended attributes from a file in one go "
26392 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
26393 "buggy and do not provide a way to list out attributes.  For these "
26394 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
26395 "attributes you want in advance and call this function."
26396 msgstr ""
26397
26398 # type: textblock
26399 #. type: textblock
26400 #: ../fish/guestfish-actions.pod:1462
26401 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
26402 msgstr ""
26403
26404 # type: =head2
26405 #. type: =head2
26406 #: ../fish/guestfish-actions.pod:1464
26407 msgid "getxattrs"
26408 msgstr ""
26409
26410 # type: verbatim
26411 #. type: verbatim
26412 #: ../fish/guestfish-actions.pod:1466
26413 #, no-wrap
26414 msgid ""
26415 " getxattrs path\n"
26416 "\n"
26417 msgstr ""
26418
26419 # type: textblock
26420 #. type: textblock
26421 #: ../fish/guestfish-actions.pod:1474
26422 msgid "See also: L</lgetxattrs>, L<attr(5)>."
26423 msgstr ""
26424
26425 # type: =head2
26426 #. type: =head2
26427 #: ../fish/guestfish-actions.pod:1476
26428 msgid "glob-expand"
26429 msgstr ""
26430
26431 # type: verbatim
26432 #. type: verbatim
26433 #: ../fish/guestfish-actions.pod:1478
26434 #, no-wrap
26435 msgid ""
26436 " glob-expand pattern\n"
26437 "\n"
26438 msgstr ""
26439
26440 # type: =head2
26441 #. type: =head2
26442 #: ../fish/guestfish-actions.pod:1491
26443 msgid "grep"
26444 msgstr ""
26445
26446 # type: verbatim
26447 #. type: verbatim
26448 #: ../fish/guestfish-actions.pod:1493
26449 #, no-wrap
26450 msgid ""
26451 " grep regex path\n"
26452 "\n"
26453 msgstr ""
26454
26455 # type: =head2
26456 #. type: =head2
26457 #: ../fish/guestfish-actions.pod:1501
26458 msgid "grepi"
26459 msgstr ""
26460
26461 # type: verbatim
26462 #. type: verbatim
26463 #: ../fish/guestfish-actions.pod:1503
26464 #, no-wrap
26465 msgid ""
26466 " grepi regex path\n"
26467 "\n"
26468 msgstr ""
26469
26470 # type: =head2
26471 #. type: =head2
26472 #: ../fish/guestfish-actions.pod:1511
26473 msgid "grub-install"
26474 msgstr ""
26475
26476 # type: verbatim
26477 #. type: verbatim
26478 #: ../fish/guestfish-actions.pod:1513
26479 #, no-wrap
26480 msgid ""
26481 " grub-install root device\n"
26482 "\n"
26483 msgstr ""
26484
26485 # type: =head2
26486 #. type: =head2
26487 #: ../fish/guestfish-actions.pod:1529
26488 msgid "head"
26489 msgstr ""
26490
26491 # type: verbatim
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:1531
26494 #, no-wrap
26495 msgid ""
26496 " head path\n"
26497 "\n"
26498 msgstr ""
26499
26500 # type: =head2
26501 #. type: =head2
26502 #: ../fish/guestfish-actions.pod:1539
26503 msgid "head-n"
26504 msgstr ""
26505
26506 # type: verbatim
26507 #. type: verbatim
26508 #: ../fish/guestfish-actions.pod:1541
26509 #, no-wrap
26510 msgid ""
26511 " head-n nrlines path\n"
26512 "\n"
26513 msgstr ""
26514
26515 # type: =head2
26516 #. type: =head2
26517 #: ../fish/guestfish-actions.pod:1554
26518 msgid "hexdump"
26519 msgstr ""
26520
26521 # type: verbatim
26522 #. type: verbatim
26523 #: ../fish/guestfish-actions.pod:1556
26524 #, no-wrap
26525 msgid ""
26526 " hexdump path\n"
26527 "\n"
26528 msgstr ""
26529
26530 # type: =head2
26531 #. type: =head2
26532 #: ../fish/guestfish-actions.pod:1564
26533 msgid "initrd-cat"
26534 msgstr ""
26535
26536 # type: verbatim
26537 #. type: verbatim
26538 #: ../fish/guestfish-actions.pod:1566
26539 #, no-wrap
26540 msgid ""
26541 " initrd-cat initrdpath filename\n"
26542 "\n"
26543 msgstr ""
26544
26545 # type: textblock
26546 #. type: textblock
26547 #: ../fish/guestfish-actions.pod:1578
26548 msgid "See also L</initrd-list>."
26549 msgstr ""
26550
26551 # type: =head2
26552 #. type: =head2
26553 #: ../fish/guestfish-actions.pod:1583
26554 msgid "initrd-list"
26555 msgstr ""
26556
26557 # type: verbatim
26558 #. type: verbatim
26559 #: ../fish/guestfish-actions.pod:1585
26560 #, no-wrap
26561 msgid ""
26562 " initrd-list path\n"
26563 "\n"
26564 msgstr ""
26565
26566 # type: =head2
26567 #. type: =head2
26568 #: ../fish/guestfish-actions.pod:1597
26569 msgid "inotify-add-watch"
26570 msgstr ""
26571
26572 # type: verbatim
26573 #. type: verbatim
26574 #: ../fish/guestfish-actions.pod:1599
26575 #, no-wrap
26576 msgid ""
26577 " inotify-add-watch path mask\n"
26578 "\n"
26579 msgstr ""
26580
26581 # type: =head2
26582 #. type: =head2
26583 #: ../fish/guestfish-actions.pod:1611
26584 msgid "inotify-close"
26585 msgstr ""
26586
26587 # type: verbatim
26588 #. type: verbatim
26589 #: ../fish/guestfish-actions.pod:1613
26590 #, no-wrap
26591 msgid ""
26592 " inotify-close\n"
26593 "\n"
26594 msgstr ""
26595
26596 # type: =head2
26597 #. type: =head2
26598 #: ../fish/guestfish-actions.pod:1619
26599 msgid "inotify-files"
26600 msgstr ""
26601
26602 # type: verbatim
26603 #. type: verbatim
26604 #: ../fish/guestfish-actions.pod:1621
26605 #, no-wrap
26606 msgid ""
26607 " inotify-files\n"
26608 "\n"
26609 msgstr ""
26610
26611 # type: textblock
26612 #. type: textblock
26613 #: ../fish/guestfish-actions.pod:1623
26614 msgid ""
26615 "This function is a helpful wrapper around L</inotify-read> which just "
26616 "returns a list of pathnames of objects that were touched.  The returned "
26617 "pathnames are sorted and deduplicated."
26618 msgstr ""
26619
26620 # type: =head2
26621 #. type: =head2
26622 #: ../fish/guestfish-actions.pod:1627
26623 msgid "inotify-init"
26624 msgstr ""
26625
26626 # type: verbatim
26627 #. type: verbatim
26628 #: ../fish/guestfish-actions.pod:1629
26629 #, no-wrap
26630 msgid ""
26631 " inotify-init maxevents\n"
26632 "\n"
26633 msgstr ""
26634
26635 # type: textblock
26636 #. type: textblock
26637 #: ../fish/guestfish-actions.pod:1635
26638 msgid ""
26639 "C<maxevents> is the maximum number of events which will be queued up between "
26640 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
26641 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
26642 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
26643 "but records the fact that it threw them away by setting a flag "
26644 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
26645 msgstr ""
26646
26647 # type: textblock
26648 #. type: textblock
26649 #: ../fish/guestfish-actions.pod:1645
26650 msgid ""
26651 "Before any events are generated, you have to add some watches to the "
26652 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
26653 "L</inotify-watch-all>."
26654 msgstr ""
26655
26656 # type: textblock
26657 #. type: textblock
26658 #: ../fish/guestfish-actions.pod:1651
26659 msgid ""
26660 "Queued up events should be read periodically by calling L</inotify-read> (or "
26661 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
26662 "If you don't read the events out often enough then you risk the internal "
26663 "queue overflowing."
26664 msgstr ""
26665
26666 # type: textblock
26667 #. type: textblock
26668 #: ../fish/guestfish-actions.pod:1658
26669 msgid ""
26670 "The handle should be closed after use by calling L</inotify-close>.  This "
26671 "also removes any watches automatically."
26672 msgstr ""
26673
26674 # type: =head2
26675 #. type: =head2
26676 #: ../fish/guestfish-actions.pod:1667
26677 msgid "inotify-read"
26678 msgstr ""
26679
26680 # type: verbatim
26681 #. type: verbatim
26682 #: ../fish/guestfish-actions.pod:1669
26683 #, no-wrap
26684 msgid ""
26685 " inotify-read\n"
26686 "\n"
26687 msgstr ""
26688
26689 # type: =head2
26690 #. type: =head2
26691 #: ../fish/guestfish-actions.pod:1682
26692 msgid "inotify-rm-watch"
26693 msgstr ""
26694
26695 # type: verbatim
26696 #. type: verbatim
26697 #: ../fish/guestfish-actions.pod:1684
26698 #, no-wrap
26699 msgid ""
26700 " inotify-rm-watch wd\n"
26701 "\n"
26702 msgstr ""
26703
26704 # type: textblock
26705 #. type: textblock
26706 #: ../fish/guestfish-actions.pod:1686
26707 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
26708 msgstr ""
26709
26710 # type: =head2
26711 #. type: =head2
26712 #: ../fish/guestfish-actions.pod:1689
26713 msgid "inspect-get-arch"
26714 msgstr ""
26715
26716 # type: verbatim
26717 #. type: verbatim
26718 #: ../fish/guestfish-actions.pod:1691
26719 #, no-wrap
26720 msgid ""
26721 " inspect-get-arch root\n"
26722 "\n"
26723 msgstr ""
26724
26725 # type: textblock
26726 #. type: textblock
26727 #: ../fish/guestfish-actions.pod:1693 ../fish/guestfish-actions.pod:1709
26728 #: ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1831
26729 #: ../fish/guestfish-actions.pod:1849 ../fish/guestfish-actions.pod:1883
26730 #: ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1919
26731 #: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1967
26732 #: ../fish/guestfish-actions.pod:1989 ../fish/guestfish-actions.pod:2013
26733 #: ../fish/guestfish-actions.pod:2030 ../fish/guestfish-actions.pod:2073
26734 #: ../fish/guestfish-actions.pod:2108 ../fish/guestfish-actions.pod:2124
26735 #: ../fish/guestfish-actions.pod:2140 ../fish/guestfish-actions.pod:2153
26736 #: ../fish/guestfish-actions.pod:2166 ../fish/guestfish-actions.pod:2181
26737 msgid ""
26738 "This function should only be called with a root device string as returned by "
26739 "L</inspect-os>."
26740 msgstr ""
26741
26742 # type: textblock
26743 #. type: textblock
26744 #: ../fish/guestfish-actions.pod:1696
26745 msgid ""
26746 "This returns the architecture of the inspected operating system.  The "
26747 "possible return values are listed under L</file-architecture>."
26748 msgstr ""
26749
26750 # type: =head2
26751 #. type: =head2
26752 #: ../fish/guestfish-actions.pod:1705
26753 msgid "inspect-get-distro"
26754 msgstr ""
26755
26756 # type: verbatim
26757 #. type: verbatim
26758 #: ../fish/guestfish-actions.pod:1707
26759 #, no-wrap
26760 msgid ""
26761 " inspect-get-distro root\n"
26762 "\n"
26763 msgstr ""
26764
26765 #. type: =head2
26766 #: ../fish/guestfish-actions.pod:1791
26767 msgid "inspect-get-drive-mappings"
26768 msgstr ""
26769
26770 #. type: verbatim
26771 #: ../fish/guestfish-actions.pod:1793
26772 #, no-wrap
26773 msgid ""
26774 " inspect-get-drive-mappings root\n"
26775 "\n"
26776 msgstr ""
26777
26778 #. type: textblock
26779 #: ../fish/guestfish-actions.pod:1823
26780 msgid ""
26781 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26782 "get-mountpoints>, L</inspect-get-filesystems>."
26783 msgstr ""
26784
26785 # type: =head2
26786 #. type: =head2
26787 #: ../fish/guestfish-actions.pod:1827
26788 msgid "inspect-get-filesystems"
26789 msgstr ""
26790
26791 # type: verbatim
26792 #. type: verbatim
26793 #: ../fish/guestfish-actions.pod:1829
26794 #, no-wrap
26795 msgid ""
26796 " inspect-get-filesystems root\n"
26797 "\n"
26798 msgstr ""
26799
26800 # type: textblock
26801 #. type: textblock
26802 #: ../fish/guestfish-actions.pod:1842
26803 msgid ""
26804 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26805 "get-mountpoints>."
26806 msgstr ""
26807
26808 #. type: =head2
26809 #: ../fish/guestfish-actions.pod:1845
26810 msgid "inspect-get-format"
26811 msgstr ""
26812
26813 #. type: verbatim
26814 #: ../fish/guestfish-actions.pod:1847
26815 #, no-wrap
26816 msgid ""
26817 " inspect-get-format root\n"
26818 "\n"
26819 msgstr ""
26820
26821 # type: =head2
26822 #. type: =head2
26823 #: ../fish/guestfish-actions.pod:1879
26824 msgid "inspect-get-hostname"
26825 msgstr ""
26826
26827 # type: verbatim
26828 #. type: verbatim
26829 #: ../fish/guestfish-actions.pod:1881
26830 #, no-wrap
26831 msgid ""
26832 " inspect-get-hostname root\n"
26833 "\n"
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:1894
26839 msgid "inspect-get-major-version"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:1896
26845 #, no-wrap
26846 msgid ""
26847 " inspect-get-major-version root\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: =head2
26852 #. type: =head2
26853 #: ../fish/guestfish-actions.pod:1915
26854 msgid "inspect-get-minor-version"
26855 msgstr ""
26856
26857 # type: verbatim
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:1917
26860 #, no-wrap
26861 msgid ""
26862 " inspect-get-minor-version root\n"
26863 "\n"
26864 msgstr ""
26865
26866 # type: textblock
26867 #. type: textblock
26868 #: ../fish/guestfish-actions.pod:1927
26869 msgid ""
26870 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26871 "get-major-version>."
26872 msgstr ""
26873
26874 # type: =head2
26875 #. type: =head2
26876 #: ../fish/guestfish-actions.pod:1930
26877 msgid "inspect-get-mountpoints"
26878 msgstr ""
26879
26880 # type: verbatim
26881 #. type: verbatim
26882 #: ../fish/guestfish-actions.pod:1932
26883 #, no-wrap
26884 msgid ""
26885 " inspect-get-mountpoints root\n"
26886 "\n"
26887 msgstr ""
26888
26889 #. type: textblock
26890 #: ../fish/guestfish-actions.pod:1954
26891 msgid ""
26892 "For operating systems like Windows which still use drive letters, this call "
26893 "will only return an entry for the first drive \"mounted on\" C</>.  For "
26894 "information about the mapping of drive letters to partitions, see L</inspect-"
26895 "get-drive-mappings>."
26896 msgstr ""
26897
26898 # type: textblock
26899 #. type: textblock
26900 #: ../fish/guestfish-actions.pod:1960
26901 msgid ""
26902 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26903 "get-filesystems>."
26904 msgstr ""
26905
26906 # type: =head2
26907 #. type: =head2
26908 #: ../fish/guestfish-actions.pod:1963
26909 msgid "inspect-get-package-format"
26910 msgstr ""
26911
26912 # type: verbatim
26913 #. type: verbatim
26914 #: ../fish/guestfish-actions.pod:1965
26915 #, no-wrap
26916 msgid ""
26917 " inspect-get-package-format root\n"
26918 "\n"
26919 msgstr ""
26920
26921 # type: textblock
26922 #. type: textblock
26923 #: ../fish/guestfish-actions.pod:1970
26924 msgid ""
26925 "This function and L</inspect-get-package-management> return the package "
26926 "format and package management tool used by the inspected operating system.  "
26927 "For example for Fedora these functions would return C<rpm> (package format) "
26928 "and C<yum> (package management)."
26929 msgstr ""
26930
26931 # type: =head2
26932 #. type: =head2
26933 #: ../fish/guestfish-actions.pod:1985
26934 msgid "inspect-get-package-management"
26935 msgstr ""
26936
26937 # type: verbatim
26938 #. type: verbatim
26939 #: ../fish/guestfish-actions.pod:1987
26940 #, no-wrap
26941 msgid ""
26942 " inspect-get-package-management root\n"
26943 "\n"
26944 msgstr ""
26945
26946 # type: textblock
26947 #. type: textblock
26948 #: ../fish/guestfish-actions.pod:1992
26949 msgid ""
26950 "L</inspect-get-package-format> and this function return the package format "
26951 "and package management tool used by the inspected operating system.  For "
26952 "example for Fedora these functions would return C<rpm> (package format) and "
26953 "C<yum> (package management)."
26954 msgstr ""
26955
26956 # type: =head2
26957 #. type: =head2
26958 #: ../fish/guestfish-actions.pod:2009
26959 msgid "inspect-get-product-name"
26960 msgstr ""
26961
26962 # type: verbatim
26963 #. type: verbatim
26964 #: ../fish/guestfish-actions.pod:2011
26965 #, no-wrap
26966 msgid ""
26967 " inspect-get-product-name root\n"
26968 "\n"
26969 msgstr ""
26970
26971 #. type: =head2
26972 #: ../fish/guestfish-actions.pod:2026
26973 msgid "inspect-get-product-variant"
26974 msgstr ""
26975
26976 #. type: verbatim
26977 #: ../fish/guestfish-actions.pod:2028
26978 #, no-wrap
26979 msgid ""
26980 " inspect-get-product-variant root\n"
26981 "\n"
26982 msgstr ""
26983
26984 #. type: textblock
26985 #: ../fish/guestfish-actions.pod:2052
26986 msgid ""
26987 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26988 "get-product-name>, L</inspect-get-major-version>."
26989 msgstr ""
26990
26991 # type: =head2
26992 #. type: =head2
26993 #: ../fish/guestfish-actions.pod:2056
26994 msgid "inspect-get-roots"
26995 msgstr ""
26996
26997 # type: verbatim
26998 #. type: verbatim
26999 #: ../fish/guestfish-actions.pod:2058
27000 #, no-wrap
27001 msgid ""
27002 " inspect-get-roots\n"
27003 "\n"
27004 msgstr ""
27005
27006 # type: textblock
27007 #. type: textblock
27008 #: ../fish/guestfish-actions.pod:2060
27009 msgid ""
27010 "This function is a convenient way to get the list of root devices, as "
27011 "returned from a previous call to L</inspect-os>, but without redoing the "
27012 "whole inspection process."
27013 msgstr ""
27014
27015 # type: textblock
27016 #. type: textblock
27017 #: ../fish/guestfish-actions.pod:2064
27018 msgid ""
27019 "This returns an empty list if either no root devices were found or the "
27020 "caller has not called L</inspect-os>."
27021 msgstr ""
27022
27023 # type: =head2
27024 #. type: =head2
27025 #: ../fish/guestfish-actions.pod:2069
27026 msgid "inspect-get-type"
27027 msgstr ""
27028
27029 # type: verbatim
27030 #. type: verbatim
27031 #: ../fish/guestfish-actions.pod:2071
27032 #, no-wrap
27033 msgid ""
27034 " inspect-get-type root\n"
27035 "\n"
27036 msgstr ""
27037
27038 #. type: =head2
27039 #: ../fish/guestfish-actions.pod:2104
27040 msgid "inspect-get-windows-current-control-set"
27041 msgstr ""
27042
27043 #. type: verbatim
27044 #: ../fish/guestfish-actions.pod:2106
27045 #, no-wrap
27046 msgid ""
27047 " inspect-get-windows-current-control-set root\n"
27048 "\n"
27049 msgstr ""
27050
27051 # type: =head2
27052 #. type: =head2
27053 #: ../fish/guestfish-actions.pod:2120
27054 msgid "inspect-get-windows-systemroot"
27055 msgstr ""
27056
27057 # type: verbatim
27058 #. type: verbatim
27059 #: ../fish/guestfish-actions.pod:2122
27060 #, no-wrap
27061 msgid ""
27062 " inspect-get-windows-systemroot root\n"
27063 "\n"
27064 msgstr ""
27065
27066 #. type: =head2
27067 #: ../fish/guestfish-actions.pod:2136
27068 msgid "inspect-is-live"
27069 msgstr ""
27070
27071 #. type: verbatim
27072 #: ../fish/guestfish-actions.pod:2138
27073 #, no-wrap
27074 msgid ""
27075 " inspect-is-live root\n"
27076 "\n"
27077 msgstr ""
27078
27079 #. type: textblock
27080 #: ../fish/guestfish-actions.pod:2143
27081 msgid ""
27082 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27083 "then this returns true if a live image was detected on the disk."
27084 msgstr ""
27085
27086 #. type: =head2
27087 #: ../fish/guestfish-actions.pod:2149
27088 msgid "inspect-is-multipart"
27089 msgstr ""
27090
27091 #. type: verbatim
27092 #: ../fish/guestfish-actions.pod:2151
27093 #, no-wrap
27094 msgid ""
27095 " inspect-is-multipart root\n"
27096 "\n"
27097 msgstr ""
27098
27099 #. type: textblock
27100 #: ../fish/guestfish-actions.pod:2156
27101 msgid ""
27102 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27103 "then this returns true if the disk is part of a set."
27104 msgstr ""
27105
27106 #. type: =head2
27107 #: ../fish/guestfish-actions.pod:2162
27108 msgid "inspect-is-netinst"
27109 msgstr ""
27110
27111 #. type: verbatim
27112 #: ../fish/guestfish-actions.pod:2164
27113 #, no-wrap
27114 msgid ""
27115 " inspect-is-netinst root\n"
27116 "\n"
27117 msgstr ""
27118
27119 #. type: textblock
27120 #: ../fish/guestfish-actions.pod:2169
27121 msgid ""
27122 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27123 "then this returns true if the disk is a network installer, ie. not a self-"
27124 "contained install CD but one which is likely to require network access to "
27125 "complete the install."
27126 msgstr ""
27127
27128 # type: =head2
27129 #. type: =head2
27130 #: ../fish/guestfish-actions.pod:2177
27131 msgid "inspect-list-applications"
27132 msgstr ""
27133
27134 # type: verbatim
27135 #. type: verbatim
27136 #: ../fish/guestfish-actions.pod:2179
27137 #, no-wrap
27138 msgid ""
27139 " inspect-list-applications root\n"
27140 "\n"
27141 msgstr ""
27142
27143 # type: textblock
27144 #. type: textblock
27145 #: ../fish/guestfish-actions.pod:2186
27146 msgid ""
27147 "I<Note:> This call works differently from other parts of the inspection "
27148 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
27149 "then mount up the disks, before calling this.  Listing applications is a "
27150 "significantly more difficult operation which requires access to the full "
27151 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
27152 "are just returning data cached in the libguestfs handle, this call actually "
27153 "reads parts of the mounted filesystems during the call."
27154 msgstr ""
27155
27156 # type: =head2
27157 #. type: =head2
27158 #: ../fish/guestfish-actions.pod:2276
27159 msgid "inspect-os"
27160 msgstr ""
27161
27162 # type: verbatim
27163 #. type: verbatim
27164 #: ../fish/guestfish-actions.pod:2278
27165 #, no-wrap
27166 msgid ""
27167 " inspect-os\n"
27168 "\n"
27169 msgstr ""
27170
27171 # type: textblock
27172 #. type: textblock
27173 #: ../fish/guestfish-actions.pod:2293
27174 msgid ""
27175 "You can pass the root string(s) returned to other L</inspect-get-*> "
27176 "functions in order to query further information about each operating system, "
27177 "such as the name and version."
27178 msgstr ""
27179
27180 # type: textblock
27181 #. type: textblock
27182 #: ../fish/guestfish-actions.pod:2298
27183 msgid ""
27184 "This function uses other libguestfs features such as L</mount-ro> and L</"
27185 "umount-all> in order to mount and unmount filesystems and look at the "
27186 "contents.  This should be called with no disks currently mounted.  The "
27187 "function may also use Augeas, so any existing Augeas handle will be closed."
27188 msgstr ""
27189
27190 # type: textblock
27191 #. type: textblock
27192 #: ../fish/guestfish-actions.pod:2310 ../fish/guestfish-actions.pod:2486
27193 #: ../fish/guestfish-actions.pod:2532
27194 msgid "See also L</list-filesystems>."
27195 msgstr ""
27196
27197 # type: =head2
27198 #. type: =head2
27199 #: ../fish/guestfish-actions.pod:2312
27200 msgid "is-blockdev"
27201 msgstr ""
27202
27203 # type: verbatim
27204 #. type: verbatim
27205 #: ../fish/guestfish-actions.pod:2314
27206 #, no-wrap
27207 msgid ""
27208 " is-blockdev path\n"
27209 "\n"
27210 msgstr ""
27211
27212 # type: textblock
27213 #. type: textblock
27214 #: ../fish/guestfish-actions.pod:2319 ../fish/guestfish-actions.pod:2337
27215 #: ../fish/guestfish-actions.pod:2356 ../fish/guestfish-actions.pod:2365
27216 #: ../fish/guestfish-actions.pod:2375 ../fish/guestfish-actions.pod:2409
27217 #: ../fish/guestfish-actions.pod:2418
27218 msgid "See also L</stat>."
27219 msgstr ""
27220
27221 # type: =head2
27222 #. type: =head2
27223 #: ../fish/guestfish-actions.pod:2321
27224 msgid "is-busy"
27225 msgstr ""
27226
27227 # type: verbatim
27228 #. type: verbatim
27229 #: ../fish/guestfish-actions.pod:2323
27230 #, no-wrap
27231 msgid ""
27232 " is-busy\n"
27233 "\n"
27234 msgstr ""
27235
27236 # type: =head2
27237 #. type: =head2
27238 #: ../fish/guestfish-actions.pod:2330
27239 msgid "is-chardev"
27240 msgstr ""
27241
27242 # type: verbatim
27243 #. type: verbatim
27244 #: ../fish/guestfish-actions.pod:2332
27245 #, no-wrap
27246 msgid ""
27247 " is-chardev path\n"
27248 "\n"
27249 msgstr ""
27250
27251 # type: =head2
27252 #. type: =head2
27253 #: ../fish/guestfish-actions.pod:2339
27254 msgid "is-config"
27255 msgstr ""
27256
27257 # type: verbatim
27258 #. type: verbatim
27259 #: ../fish/guestfish-actions.pod:2341
27260 #, no-wrap
27261 msgid ""
27262 " is-config\n"
27263 "\n"
27264 msgstr ""
27265
27266 # type: =head2
27267 #. type: =head2
27268 #: ../fish/guestfish-actions.pod:2348
27269 msgid "is-dir"
27270 msgstr ""
27271
27272 # type: verbatim
27273 #. type: verbatim
27274 #: ../fish/guestfish-actions.pod:2350
27275 #, no-wrap
27276 msgid ""
27277 " is-dir path\n"
27278 "\n"
27279 msgstr ""
27280
27281 # type: =head2
27282 #. type: =head2
27283 #: ../fish/guestfish-actions.pod:2358
27284 msgid "is-fifo"
27285 msgstr ""
27286
27287 # type: verbatim
27288 #. type: verbatim
27289 #: ../fish/guestfish-actions.pod:2360
27290 #, no-wrap
27291 msgid ""
27292 " is-fifo path\n"
27293 "\n"
27294 msgstr ""
27295
27296 # type: =head2
27297 #. type: =head2
27298 #: ../fish/guestfish-actions.pod:2367
27299 msgid "is-file"
27300 msgstr ""
27301
27302 # type: verbatim
27303 #. type: verbatim
27304 #: ../fish/guestfish-actions.pod:2369
27305 #, no-wrap
27306 msgid ""
27307 " is-file path\n"
27308 "\n"
27309 msgstr ""
27310
27311 # type: =head2
27312 #. type: =head2
27313 #: ../fish/guestfish-actions.pod:2377
27314 msgid "is-launching"
27315 msgstr ""
27316
27317 # type: verbatim
27318 #. type: verbatim
27319 #: ../fish/guestfish-actions.pod:2379
27320 #, no-wrap
27321 msgid ""
27322 " is-launching\n"
27323 "\n"
27324 msgstr ""
27325
27326 # type: =head2
27327 #. type: =head2
27328 #: ../fish/guestfish-actions.pod:2386
27329 msgid "is-lv"
27330 msgstr ""
27331
27332 # type: verbatim
27333 #. type: verbatim
27334 #: ../fish/guestfish-actions.pod:2388
27335 #, no-wrap
27336 msgid ""
27337 " is-lv device\n"
27338 "\n"
27339 msgstr ""
27340
27341 # type: =head2
27342 #. type: =head2
27343 #: ../fish/guestfish-actions.pod:2393
27344 msgid "is-ready"
27345 msgstr ""
27346
27347 # type: verbatim
27348 #. type: verbatim
27349 #: ../fish/guestfish-actions.pod:2395
27350 #, no-wrap
27351 msgid ""
27352 " is-ready\n"
27353 "\n"
27354 msgstr ""
27355
27356 # type: =head2
27357 #. type: =head2
27358 #: ../fish/guestfish-actions.pod:2402
27359 msgid "is-socket"
27360 msgstr ""
27361
27362 # type: verbatim
27363 #. type: verbatim
27364 #: ../fish/guestfish-actions.pod:2404
27365 #, no-wrap
27366 msgid ""
27367 " is-socket path\n"
27368 "\n"
27369 msgstr ""
27370
27371 # type: =head2
27372 #. type: =head2
27373 #: ../fish/guestfish-actions.pod:2411
27374 msgid "is-symlink"
27375 msgstr ""
27376
27377 # type: verbatim
27378 #. type: verbatim
27379 #: ../fish/guestfish-actions.pod:2413
27380 #, no-wrap
27381 msgid ""
27382 " is-symlink path\n"
27383 "\n"
27384 msgstr ""
27385
27386 # type: =head2
27387 #. type: =head2
27388 #: ../fish/guestfish-actions.pod:2420
27389 msgid "kill-subprocess"
27390 msgstr ""
27391
27392 # type: verbatim
27393 #. type: verbatim
27394 #: ../fish/guestfish-actions.pod:2422
27395 #, no-wrap
27396 msgid ""
27397 " kill-subprocess\n"
27398 "\n"
27399 msgstr ""
27400
27401 # type: =head2
27402 #. type: =head2
27403 #: ../fish/guestfish-actions.pod:2426
27404 msgid "launch"
27405 msgstr ""
27406
27407 # type: =head2
27408 #. type: =head2
27409 #: ../fish/guestfish-actions.pod:2428
27410 msgid "run"
27411 msgstr ""
27412
27413 # type: verbatim
27414 #. type: verbatim
27415 #: ../fish/guestfish-actions.pod:2430
27416 #, no-wrap
27417 msgid ""
27418 " launch\n"
27419 "\n"
27420 msgstr ""
27421
27422 # type: =head2
27423 #. type: =head2
27424 #: ../fish/guestfish-actions.pod:2438
27425 msgid "lchown"
27426 msgstr ""
27427
27428 # type: verbatim
27429 #. type: verbatim
27430 #: ../fish/guestfish-actions.pod:2440
27431 #, no-wrap
27432 msgid ""
27433 " lchown owner group path\n"
27434 "\n"
27435 msgstr ""
27436
27437 # type: textblock
27438 #. type: textblock
27439 #: ../fish/guestfish-actions.pod:2442
27440 msgid ""
27441 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
27442 "chown> but if C<path> is a symlink then the link itself is changed, not the "
27443 "target."
27444 msgstr ""
27445
27446 # type: =head2
27447 #. type: =head2
27448 #: ../fish/guestfish-actions.pod:2450
27449 msgid "lgetxattr"
27450 msgstr ""
27451
27452 # type: verbatim
27453 #. type: verbatim
27454 #: ../fish/guestfish-actions.pod:2452
27455 #, no-wrap
27456 msgid ""
27457 " lgetxattr path name\n"
27458 "\n"
27459 msgstr ""
27460
27461 # type: textblock
27462 #. type: textblock
27463 #: ../fish/guestfish-actions.pod:2468
27464 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
27465 msgstr ""
27466
27467 # type: =head2
27468 #. type: =head2
27469 #: ../fish/guestfish-actions.pod:2470
27470 msgid "lgetxattrs"
27471 msgstr ""
27472
27473 # type: verbatim
27474 #. type: verbatim
27475 #: ../fish/guestfish-actions.pod:2472
27476 #, no-wrap
27477 msgid ""
27478 " lgetxattrs path\n"
27479 "\n"
27480 msgstr ""
27481
27482 # type: textblock
27483 #. type: textblock
27484 #: ../fish/guestfish-actions.pod:2474
27485 msgid ""
27486 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
27487 "it returns the extended attributes of the link itself."
27488 msgstr ""
27489
27490 # type: =head2
27491 #. type: =head2
27492 #: ../fish/guestfish-actions.pod:2478
27493 msgid "list-devices"
27494 msgstr ""
27495
27496 # type: verbatim
27497 #. type: verbatim
27498 #: ../fish/guestfish-actions.pod:2480
27499 #, no-wrap
27500 msgid ""
27501 " list-devices\n"
27502 "\n"
27503 msgstr ""
27504
27505 # type: =head2
27506 #. type: =head2
27507 #: ../fish/guestfish-actions.pod:2488
27508 msgid "list-filesystems"
27509 msgstr ""
27510
27511 # type: verbatim
27512 #. type: verbatim
27513 #: ../fish/guestfish-actions.pod:2490
27514 #, no-wrap
27515 msgid ""
27516 " list-filesystems\n"
27517 "\n"
27518 msgstr ""
27519
27520 # type: textblock
27521 #. type: textblock
27522 #: ../fish/guestfish-actions.pod:2509
27523 msgid ""
27524 "This command runs other libguestfs commands, which might include L</mount> "
27525 "and L</umount>, and therefore you should use this soon after launch and only "
27526 "when nothing is mounted."
27527 msgstr ""
27528
27529 # type: textblock
27530 #. type: textblock
27531 #: ../fish/guestfish-actions.pod:2513
27532 msgid ""
27533 "Not all of the filesystems returned will be mountable.  In particular, swap "
27534 "partitions are returned in the list.  Also this command does not check that "
27535 "each filesystem found is valid and mountable, and some filesystems might be "
27536 "mountable but require special options.  Filesystems may not all belong to a "
27537 "single logical operating system (use L</inspect-os> to look for OSes)."
27538 msgstr ""
27539
27540 # type: =head2
27541 #. type: =head2
27542 #: ../fish/guestfish-actions.pod:2521
27543 msgid "list-partitions"
27544 msgstr ""
27545
27546 # type: verbatim
27547 #. type: verbatim
27548 #: ../fish/guestfish-actions.pod:2523
27549 #, no-wrap
27550 msgid ""
27551 " list-partitions\n"
27552 "\n"
27553 msgstr ""
27554
27555 # type: textblock
27556 #. type: textblock
27557 #: ../fish/guestfish-actions.pod:2529
27558 msgid ""
27559 "This does not return logical volumes.  For that you will need to call L</"
27560 "lvs>."
27561 msgstr ""
27562
27563 # type: =head2
27564 #. type: =head2
27565 #: ../fish/guestfish-actions.pod:2534
27566 msgid "ll"
27567 msgstr ""
27568
27569 # type: verbatim
27570 #. type: verbatim
27571 #: ../fish/guestfish-actions.pod:2536
27572 #, no-wrap
27573 msgid ""
27574 " ll directory\n"
27575 "\n"
27576 msgstr ""
27577
27578 # type: =head2
27579 #. type: =head2
27580 #: ../fish/guestfish-actions.pod:2544
27581 msgid "ln"
27582 msgstr ""
27583
27584 # type: verbatim
27585 #. type: verbatim
27586 #: ../fish/guestfish-actions.pod:2546
27587 #, no-wrap
27588 msgid ""
27589 " ln target linkname\n"
27590 "\n"
27591 msgstr ""
27592
27593 # type: =head2
27594 #. type: =head2
27595 #: ../fish/guestfish-actions.pod:2550
27596 msgid "ln-f"
27597 msgstr ""
27598
27599 # type: verbatim
27600 #. type: verbatim
27601 #: ../fish/guestfish-actions.pod:2552
27602 #, no-wrap
27603 msgid ""
27604 " ln-f target linkname\n"
27605 "\n"
27606 msgstr ""
27607
27608 # type: =head2
27609 #. type: =head2
27610 #: ../fish/guestfish-actions.pod:2557
27611 msgid "ln-s"
27612 msgstr ""
27613
27614 # type: verbatim
27615 #. type: verbatim
27616 #: ../fish/guestfish-actions.pod:2559
27617 #, no-wrap
27618 msgid ""
27619 " ln-s target linkname\n"
27620 "\n"
27621 msgstr ""
27622
27623 # type: =head2
27624 #. type: =head2
27625 #: ../fish/guestfish-actions.pod:2563
27626 msgid "ln-sf"
27627 msgstr ""
27628
27629 # type: verbatim
27630 #. type: verbatim
27631 #: ../fish/guestfish-actions.pod:2565
27632 #, no-wrap
27633 msgid ""
27634 " ln-sf target linkname\n"
27635 "\n"
27636 msgstr ""
27637
27638 # type: =head2
27639 #. type: =head2
27640 #: ../fish/guestfish-actions.pod:2570
27641 msgid "lremovexattr"
27642 msgstr ""
27643
27644 # type: verbatim
27645 #. type: verbatim
27646 #: ../fish/guestfish-actions.pod:2572
27647 #, no-wrap
27648 msgid ""
27649 " lremovexattr xattr path\n"
27650 "\n"
27651 msgstr ""
27652
27653 # type: textblock
27654 #. type: textblock
27655 #: ../fish/guestfish-actions.pod:2574
27656 msgid ""
27657 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
27658 "it removes an extended attribute of the link itself."
27659 msgstr ""
27660
27661 # type: =head2
27662 #. type: =head2
27663 #: ../fish/guestfish-actions.pod:2578
27664 msgid "ls"
27665 msgstr ""
27666
27667 # type: verbatim
27668 #. type: verbatim
27669 #: ../fish/guestfish-actions.pod:2580
27670 #, no-wrap
27671 msgid ""
27672 " ls directory\n"
27673 "\n"
27674 msgstr ""
27675
27676 # type: textblock
27677 #. type: textblock
27678 #: ../fish/guestfish-actions.pod:2586
27679 msgid ""
27680 "This command is mostly useful for interactive sessions.  Programs should "
27681 "probably use L</readdir> instead."
27682 msgstr ""
27683
27684 # type: =head2
27685 #. type: =head2
27686 #: ../fish/guestfish-actions.pod:2589
27687 msgid "lsetxattr"
27688 msgstr ""
27689
27690 # type: verbatim
27691 #. type: verbatim
27692 #: ../fish/guestfish-actions.pod:2591
27693 #, no-wrap
27694 msgid ""
27695 " lsetxattr xattr val vallen path\n"
27696 "\n"
27697 msgstr ""
27698
27699 # type: textblock
27700 #. type: textblock
27701 #: ../fish/guestfish-actions.pod:2593
27702 msgid ""
27703 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
27704 "sets an extended attribute of the link itself."
27705 msgstr ""
27706
27707 # type: =head2
27708 #. type: =head2
27709 #: ../fish/guestfish-actions.pod:2597
27710 msgid "lstat"
27711 msgstr ""
27712
27713 # type: verbatim
27714 #. type: verbatim
27715 #: ../fish/guestfish-actions.pod:2599
27716 #, no-wrap
27717 msgid ""
27718 " lstat path\n"
27719 "\n"
27720 msgstr ""
27721
27722 # type: textblock
27723 #. type: textblock
27724 #: ../fish/guestfish-actions.pod:2603
27725 msgid ""
27726 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
27727 "the link is stat-ed, not the file it refers to."
27728 msgstr ""
27729
27730 # type: =head2
27731 #. type: =head2
27732 #: ../fish/guestfish-actions.pod:2609
27733 msgid "lstatlist"
27734 msgstr ""
27735
27736 # type: verbatim
27737 #. type: verbatim
27738 #: ../fish/guestfish-actions.pod:2611
27739 #, no-wrap
27740 msgid ""
27741 " lstatlist path 'names ...'\n"
27742 "\n"
27743 msgstr ""
27744
27745 # type: textblock
27746 #. type: textblock
27747 #: ../fish/guestfish-actions.pod:2613
27748 msgid ""
27749 "This call allows you to perform the L</lstat> operation on multiple files, "
27750 "where all files are in the directory C<path>.  C<names> is the list of files "
27751 "from this directory."
27752 msgstr ""
27753
27754 # type: textblock
27755 #. type: textblock
27756 #: ../fish/guestfish-actions.pod:2622
27757 msgid ""
27758 "This call is intended for programs that want to efficiently list a directory "
27759 "contents without making many round-trips.  See also L</lxattrlist> for a "
27760 "similarly efficient call for getting extended attributes.  Very long "
27761 "directory listings might cause the protocol message size to be exceeded, "
27762 "causing this call to fail.  The caller must split up such requests into "
27763 "smaller groups of names."
27764 msgstr ""
27765
27766 # type: =head2
27767 #. type: =head2
27768 #: ../fish/guestfish-actions.pod:2630
27769 msgid "luks-add-key"
27770 msgstr ""
27771
27772 # type: verbatim
27773 #. type: verbatim
27774 #: ../fish/guestfish-actions.pod:2632
27775 #, no-wrap
27776 msgid ""
27777 " luks-add-key device keyslot\n"
27778 "\n"
27779 msgstr ""
27780
27781 # type: textblock
27782 #. type: textblock
27783 #: ../fish/guestfish-actions.pod:2639
27784 msgid ""
27785 "Note that if C<keyslot> already contains a key, then this command will "
27786 "fail.  You have to use L</luks-kill-slot> first to remove that key."
27787 msgstr ""
27788
27789 # type: textblock
27790 #. type: textblock
27791 #: ../fish/guestfish-actions.pod:2643 ../fish/guestfish-actions.pod:2665
27792 #: ../fish/guestfish-actions.pod:2678 ../fish/guestfish-actions.pod:2692
27793 #: ../fish/guestfish-actions.pod:2715 ../fish/guestfish-actions.pod:2725
27794 msgid ""
27795 "This command has one or more key or passphrase parameters.  Guestfish will "
27796 "prompt for these separately."
27797 msgstr ""
27798
27799 # type: =head2
27800 #. type: =head2
27801 #: ../fish/guestfish-actions.pod:2646
27802 msgid "luks-close"
27803 msgstr ""
27804
27805 # type: verbatim
27806 #. type: verbatim
27807 #: ../fish/guestfish-actions.pod:2648
27808 #, no-wrap
27809 msgid ""
27810 " luks-close device\n"
27811 "\n"
27812 msgstr ""
27813
27814 # type: textblock
27815 #. type: textblock
27816 #: ../fish/guestfish-actions.pod:2650
27817 msgid ""
27818 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
27819 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
27820 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
27821 "block device."
27822 msgstr ""
27823
27824 # type: =head2
27825 #. type: =head2
27826 #: ../fish/guestfish-actions.pod:2656
27827 msgid "luks-format"
27828 msgstr ""
27829
27830 # type: verbatim
27831 #. type: verbatim
27832 #: ../fish/guestfish-actions.pod:2658
27833 #, no-wrap
27834 msgid ""
27835 " luks-format device keyslot\n"
27836 "\n"
27837 msgstr ""
27838
27839 # type: =head2
27840 #. type: =head2
27841 #: ../fish/guestfish-actions.pod:2671
27842 msgid "luks-format-cipher"
27843 msgstr ""
27844
27845 # type: verbatim
27846 #. type: verbatim
27847 #: ../fish/guestfish-actions.pod:2673
27848 #, no-wrap
27849 msgid ""
27850 " luks-format-cipher device keyslot cipher\n"
27851 "\n"
27852 msgstr ""
27853
27854 # type: textblock
27855 #. type: textblock
27856 #: ../fish/guestfish-actions.pod:2675
27857 msgid ""
27858 "This command is the same as L</luks-format> but it also allows you to set "
27859 "the C<cipher> used."
27860 msgstr ""
27861
27862 # type: =head2
27863 #. type: =head2
27864 #: ../fish/guestfish-actions.pod:2684
27865 msgid "luks-kill-slot"
27866 msgstr ""
27867
27868 # type: verbatim
27869 #. type: verbatim
27870 #: ../fish/guestfish-actions.pod:2686
27871 #, no-wrap
27872 msgid ""
27873 " luks-kill-slot device keyslot\n"
27874 "\n"
27875 msgstr ""
27876
27877 # type: =head2
27878 #. type: =head2
27879 #: ../fish/guestfish-actions.pod:2695
27880 msgid "luks-open"
27881 msgstr ""
27882
27883 # type: verbatim
27884 #. type: verbatim
27885 #: ../fish/guestfish-actions.pod:2697
27886 #, no-wrap
27887 msgid ""
27888 " luks-open device mapname\n"
27889 "\n"
27890 msgstr ""
27891
27892 # type: textblock
27893 #. type: textblock
27894 #: ../fish/guestfish-actions.pod:2711
27895 msgid ""
27896 "If this block device contains LVM volume groups, then calling L</vgscan> "
27897 "followed by L</vg-activate-all> will make them visible."
27898 msgstr ""
27899
27900 # type: =head2
27901 #. type: =head2
27902 #: ../fish/guestfish-actions.pod:2718
27903 msgid "luks-open-ro"
27904 msgstr ""
27905
27906 # type: verbatim
27907 #. type: verbatim
27908 #: ../fish/guestfish-actions.pod:2720
27909 #, no-wrap
27910 msgid ""
27911 " luks-open-ro device mapname\n"
27912 "\n"
27913 msgstr ""
27914
27915 # type: textblock
27916 #. type: textblock
27917 #: ../fish/guestfish-actions.pod:2722
27918 msgid ""
27919 "This is the same as L</luks-open> except that a read-only mapping is created."
27920 msgstr ""
27921
27922 # type: =head2
27923 #. type: =head2
27924 #: ../fish/guestfish-actions.pod:2728
27925 msgid "lvcreate"
27926 msgstr ""
27927
27928 # type: verbatim
27929 #. type: verbatim
27930 #: ../fish/guestfish-actions.pod:2730
27931 #, no-wrap
27932 msgid ""
27933 " lvcreate logvol volgroup mbytes\n"
27934 "\n"
27935 msgstr ""
27936
27937 # type: =head2
27938 #. type: =head2
27939 #: ../fish/guestfish-actions.pod:2735
27940 msgid "lvm-canonical-lv-name"
27941 msgstr ""
27942
27943 # type: verbatim
27944 #. type: verbatim
27945 #: ../fish/guestfish-actions.pod:2737
27946 #, no-wrap
27947 msgid ""
27948 " lvm-canonical-lv-name lvname\n"
27949 "\n"
27950 msgstr ""
27951
27952 # type: textblock
27953 #. type: textblock
27954 #: ../fish/guestfish-actions.pod:2746
27955 msgid "See also L</is-lv>."
27956 msgstr ""
27957
27958 # type: =head2
27959 #. type: =head2
27960 #: ../fish/guestfish-actions.pod:2748
27961 msgid "lvm-clear-filter"
27962 msgstr ""
27963
27964 # type: verbatim
27965 #. type: verbatim
27966 #: ../fish/guestfish-actions.pod:2750
27967 #, no-wrap
27968 msgid ""
27969 " lvm-clear-filter\n"
27970 "\n"
27971 msgstr ""
27972
27973 # type: textblock
27974 #. type: textblock
27975 #: ../fish/guestfish-actions.pod:2752
27976 msgid ""
27977 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
27978 "block device."
27979 msgstr ""
27980
27981 # type: =head2
27982 #. type: =head2
27983 #: ../fish/guestfish-actions.pod:2758
27984 msgid "lvm-remove-all"
27985 msgstr ""
27986
27987 # type: verbatim
27988 #. type: verbatim
27989 #: ../fish/guestfish-actions.pod:2760
27990 #, no-wrap
27991 msgid ""
27992 " lvm-remove-all\n"
27993 "\n"
27994 msgstr ""
27995
27996 # type: =head2
27997 #. type: =head2
27998 #: ../fish/guestfish-actions.pod:2768
27999 msgid "lvm-set-filter"
28000 msgstr ""
28001
28002 # type: verbatim
28003 #. type: verbatim
28004 #: ../fish/guestfish-actions.pod:2770
28005 #, no-wrap
28006 msgid ""
28007 " lvm-set-filter 'devices ...'\n"
28008 "\n"
28009 msgstr ""
28010
28011 # type: =head2
28012 #. type: =head2
28013 #: ../fish/guestfish-actions.pod:2795
28014 msgid "lvremove"
28015 msgstr ""
28016
28017 # type: verbatim
28018 #. type: verbatim
28019 #: ../fish/guestfish-actions.pod:2797
28020 #, no-wrap
28021 msgid ""
28022 " lvremove device\n"
28023 "\n"
28024 msgstr ""
28025
28026 # type: =head2
28027 #. type: =head2
28028 #: ../fish/guestfish-actions.pod:2805
28029 msgid "lvrename"
28030 msgstr ""
28031
28032 # type: verbatim
28033 #. type: verbatim
28034 #: ../fish/guestfish-actions.pod:2807
28035 #, no-wrap
28036 msgid ""
28037 " lvrename logvol newlogvol\n"
28038 "\n"
28039 msgstr ""
28040
28041 # type: =head2
28042 #. type: =head2
28043 #: ../fish/guestfish-actions.pod:2811
28044 msgid "lvresize"
28045 msgstr ""
28046
28047 # type: verbatim
28048 #. type: verbatim
28049 #: ../fish/guestfish-actions.pod:2813
28050 #, no-wrap
28051 msgid ""
28052 " lvresize device mbytes\n"
28053 "\n"
28054 msgstr ""
28055
28056 # type: =head2
28057 #. type: =head2
28058 #: ../fish/guestfish-actions.pod:2819
28059 msgid "lvresize-free"
28060 msgstr ""
28061
28062 # type: verbatim
28063 #. type: verbatim
28064 #: ../fish/guestfish-actions.pod:2821
28065 #, no-wrap
28066 msgid ""
28067 " lvresize-free lv percent\n"
28068 "\n"
28069 msgstr ""
28070
28071 # type: =head2
28072 #. type: =head2
28073 #: ../fish/guestfish-actions.pod:2829
28074 msgid "lvs"
28075 msgstr ""
28076
28077 # type: verbatim
28078 #. type: verbatim
28079 #: ../fish/guestfish-actions.pod:2831
28080 #, no-wrap
28081 msgid ""
28082 " lvs\n"
28083 "\n"
28084 msgstr ""
28085
28086 # type: textblock
28087 #. type: textblock
28088 #: ../fish/guestfish-actions.pod:2839
28089 msgid "See also L</lvs-full>, L</list-filesystems>."
28090 msgstr ""
28091
28092 # type: =head2
28093 #. type: =head2
28094 #: ../fish/guestfish-actions.pod:2841
28095 msgid "lvs-full"
28096 msgstr ""
28097
28098 # type: verbatim
28099 #. type: verbatim
28100 #: ../fish/guestfish-actions.pod:2843
28101 #, no-wrap
28102 msgid ""
28103 " lvs-full\n"
28104 "\n"
28105 msgstr ""
28106
28107 # type: =head2
28108 #. type: =head2
28109 #: ../fish/guestfish-actions.pod:2848
28110 msgid "lvuuid"
28111 msgstr ""
28112
28113 # type: verbatim
28114 #. type: verbatim
28115 #: ../fish/guestfish-actions.pod:2850
28116 #, no-wrap
28117 msgid ""
28118 " lvuuid device\n"
28119 "\n"
28120 msgstr ""
28121
28122 # type: =head2
28123 #. type: =head2
28124 #: ../fish/guestfish-actions.pod:2854
28125 msgid "lxattrlist"
28126 msgstr ""
28127
28128 # type: verbatim
28129 #. type: verbatim
28130 #: ../fish/guestfish-actions.pod:2856
28131 #, no-wrap
28132 msgid ""
28133 " lxattrlist path 'names ...'\n"
28134 "\n"
28135 msgstr ""
28136
28137 # type: textblock
28138 #. type: textblock
28139 #: ../fish/guestfish-actions.pod:2872
28140 msgid ""
28141 "This call is intended for programs that want to efficiently list a directory "
28142 "contents without making many round-trips.  See also L</lstatlist> for a "
28143 "similarly efficient call for getting standard stats.  Very long directory "
28144 "listings might cause the protocol message size to be exceeded, causing this "
28145 "call to fail.  The caller must split up such requests into smaller groups of "
28146 "names."
28147 msgstr ""
28148
28149 # type: =head2
28150 #. type: =head2
28151 #: ../fish/guestfish-actions.pod:2880
28152 msgid "mkdir"
28153 msgstr ""
28154
28155 # type: verbatim
28156 #. type: verbatim
28157 #: ../fish/guestfish-actions.pod:2882
28158 #, no-wrap
28159 msgid ""
28160 " mkdir path\n"
28161 "\n"
28162 msgstr ""
28163
28164 # type: =head2
28165 #. type: =head2
28166 #: ../fish/guestfish-actions.pod:2886
28167 msgid "mkdir-mode"
28168 msgstr ""
28169
28170 # type: verbatim
28171 #. type: verbatim
28172 #: ../fish/guestfish-actions.pod:2888
28173 #, no-wrap
28174 msgid ""
28175 " mkdir-mode path mode\n"
28176 "\n"
28177 msgstr ""
28178
28179 # type: textblock
28180 #. type: textblock
28181 #: ../fish/guestfish-actions.pod:2897
28182 msgid "See also L</mkdir>, L</umask>"
28183 msgstr ""
28184
28185 # type: =head2
28186 #. type: =head2
28187 #: ../fish/guestfish-actions.pod:2899
28188 msgid "mkdir-p"
28189 msgstr ""
28190
28191 # type: verbatim
28192 #. type: verbatim
28193 #: ../fish/guestfish-actions.pod:2901
28194 #, no-wrap
28195 msgid ""
28196 " mkdir-p path\n"
28197 "\n"
28198 msgstr ""
28199
28200 # type: =head2
28201 #. type: =head2
28202 #: ../fish/guestfish-actions.pod:2906
28203 msgid "mkdtemp"
28204 msgstr ""
28205
28206 # type: verbatim
28207 #. type: verbatim
28208 #: ../fish/guestfish-actions.pod:2908
28209 #, no-wrap
28210 msgid ""
28211 " mkdtemp template\n"
28212 "\n"
28213 msgstr ""
28214
28215 # type: =head2
28216 #. type: =head2
28217 #: ../fish/guestfish-actions.pod:2929
28218 msgid "mke2fs-J"
28219 msgstr ""
28220
28221 # type: verbatim
28222 #. type: verbatim
28223 #: ../fish/guestfish-actions.pod:2931
28224 #, no-wrap
28225 msgid ""
28226 " mke2fs-J fstype blocksize device journal\n"
28227 "\n"
28228 msgstr ""
28229
28230 # type: textblock
28231 #. type: textblock
28232 #: ../fish/guestfish-actions.pod:2939
28233 msgid "See also L</mke2journal>."
28234 msgstr ""
28235
28236 # type: =head2
28237 #. type: =head2
28238 #: ../fish/guestfish-actions.pod:2941
28239 msgid "mke2fs-JL"
28240 msgstr ""
28241
28242 # type: verbatim
28243 #. type: verbatim
28244 #: ../fish/guestfish-actions.pod:2943
28245 #, no-wrap
28246 msgid ""
28247 " mke2fs-JL fstype blocksize device label\n"
28248 "\n"
28249 msgstr ""
28250
28251 # type: textblock
28252 #. type: textblock
28253 #: ../fish/guestfish-actions.pod:2948
28254 msgid "See also L</mke2journal-L>."
28255 msgstr ""
28256
28257 # type: =head2
28258 #. type: =head2
28259 #: ../fish/guestfish-actions.pod:2950
28260 msgid "mke2fs-JU"
28261 msgstr ""
28262
28263 # type: verbatim
28264 #. type: verbatim
28265 #: ../fish/guestfish-actions.pod:2952
28266 #, no-wrap
28267 msgid ""
28268 " mke2fs-JU fstype blocksize device uuid\n"
28269 "\n"
28270 msgstr ""
28271
28272 # type: textblock
28273 #. type: textblock
28274 #: ../fish/guestfish-actions.pod:2957
28275 msgid "See also L</mke2journal-U>."
28276 msgstr ""
28277
28278 # type: =head2
28279 #. type: =head2
28280 #: ../fish/guestfish-actions.pod:2959
28281 msgid "mke2journal"
28282 msgstr ""
28283
28284 # type: verbatim
28285 #. type: verbatim
28286 #: ../fish/guestfish-actions.pod:2961
28287 #, no-wrap
28288 msgid ""
28289 " mke2journal blocksize device\n"
28290 "\n"
28291 msgstr ""
28292
28293 # type: =head2
28294 #. type: =head2
28295 #: ../fish/guestfish-actions.pod:2968
28296 msgid "mke2journal-L"
28297 msgstr ""
28298
28299 # type: verbatim
28300 #. type: verbatim
28301 #: ../fish/guestfish-actions.pod:2970
28302 #, no-wrap
28303 msgid ""
28304 " mke2journal-L blocksize label device\n"
28305 "\n"
28306 msgstr ""
28307
28308 # type: =head2
28309 #. type: =head2
28310 #: ../fish/guestfish-actions.pod:2974
28311 msgid "mke2journal-U"
28312 msgstr ""
28313
28314 # type: verbatim
28315 #. type: verbatim
28316 #: ../fish/guestfish-actions.pod:2976
28317 #, no-wrap
28318 msgid ""
28319 " mke2journal-U blocksize uuid device\n"
28320 "\n"
28321 msgstr ""
28322
28323 # type: =head2
28324 #. type: =head2
28325 #: ../fish/guestfish-actions.pod:2980
28326 msgid "mkfifo"
28327 msgstr ""
28328
28329 # type: verbatim
28330 #. type: verbatim
28331 #: ../fish/guestfish-actions.pod:2982
28332 #, no-wrap
28333 msgid ""
28334 " mkfifo mode path\n"
28335 "\n"
28336 msgstr ""
28337
28338 # type: textblock
28339 #. type: textblock
28340 #: ../fish/guestfish-actions.pod:2984
28341 msgid ""
28342 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
28343 "is just a convenient wrapper around L</mknod>."
28344 msgstr ""
28345
28346 # type: =head2
28347 #. type: =head2
28348 #: ../fish/guestfish-actions.pod:2990
28349 msgid "mkfs"
28350 msgstr ""
28351
28352 # type: verbatim
28353 #. type: verbatim
28354 #: ../fish/guestfish-actions.pod:2992
28355 #, no-wrap
28356 msgid ""
28357 " mkfs fstype device\n"
28358 "\n"
28359 msgstr ""
28360
28361 # type: =head2
28362 #. type: =head2
28363 #: ../fish/guestfish-actions.pod:2998
28364 msgid "mkfs-b"
28365 msgstr ""
28366
28367 # type: verbatim
28368 #. type: verbatim
28369 #: ../fish/guestfish-actions.pod:3000
28370 #, no-wrap
28371 msgid ""
28372 " mkfs-b fstype blocksize device\n"
28373 "\n"
28374 msgstr ""
28375
28376 # type: textblock
28377 #. type: textblock
28378 #: ../fish/guestfish-actions.pod:3002
28379 msgid ""
28380 "This call is similar to L</mkfs>, but it allows you to control the block "
28381 "size of the resulting filesystem.  Supported block sizes depend on the "
28382 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28383 msgstr ""
28384
28385 # type: =head2
28386 #. type: =head2
28387 #: ../fish/guestfish-actions.pod:3017
28388 msgid "mkfs-opts"
28389 msgstr ""
28390
28391 #. type: verbatim
28392 #: ../fish/guestfish-actions.pod:3019
28393 #, no-wrap
28394 msgid ""
28395 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
28396 "\n"
28397 msgstr ""
28398
28399 # type: =head2
28400 #. type: =head2
28401 #: ../fish/guestfish-actions.pod:3054
28402 msgid "mkmountpoint"
28403 msgstr ""
28404
28405 # type: verbatim
28406 #. type: verbatim
28407 #: ../fish/guestfish-actions.pod:3056
28408 #, no-wrap
28409 msgid ""
28410 " mkmountpoint exemptpath\n"
28411 "\n"
28412 msgstr ""
28413
28414 # type: textblock
28415 #. type: textblock
28416 #: ../fish/guestfish-actions.pod:3058
28417 msgid ""
28418 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
28419 "to create extra mountpoints before mounting the first filesystem."
28420 msgstr ""
28421
28422 # type: textblock
28423 #. type: textblock
28424 #: ../fish/guestfish-actions.pod:3082
28425 msgid ""
28426 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
28427 "unexpected errors if you try to mix these calls.  It is safest to manually "
28428 "unmount filesystems and remove mountpoints after use."
28429 msgstr ""
28430
28431 # type: textblock
28432 #. type: textblock
28433 #: ../fish/guestfish-actions.pod:3086
28434 msgid ""
28435 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
28436 "for this to work for manual mountpoints, you must ensure that the innermost "
28437 "mountpoints have the longest pathnames, as in the example code above."
28438 msgstr ""
28439
28440 #. type: textblock
28441 #: ../fish/guestfish-actions.pod:3093
28442 msgid ""
28443 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
28444 "L</umount-all> to be called when the handle is closed which can also trigger "
28445 "these issues."
28446 msgstr ""
28447
28448 # type: =head2
28449 #. type: =head2
28450 #: ../fish/guestfish-actions.pod:3097
28451 msgid "mknod"
28452 msgstr ""
28453
28454 # type: verbatim
28455 #. type: verbatim
28456 #: ../fish/guestfish-actions.pod:3099
28457 #, no-wrap
28458 msgid ""
28459 " mknod mode devmajor devminor path\n"
28460 "\n"
28461 msgstr ""
28462
28463 # type: textblock
28464 #. type: textblock
28465 #: ../fish/guestfish-actions.pod:3109
28466 msgid ""
28467 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
28468 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
28469 "regular file).  These constants are available in the standard Linux header "
28470 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
28471 "wrappers around this command which bitwise OR in the appropriate constant "
28472 "for you."
28473 msgstr ""
28474
28475 # type: =head2
28476 #. type: =head2
28477 #: ../fish/guestfish-actions.pod:3119
28478 msgid "mknod-b"
28479 msgstr ""
28480
28481 # type: verbatim
28482 #. type: verbatim
28483 #: ../fish/guestfish-actions.pod:3121
28484 #, no-wrap
28485 msgid ""
28486 " mknod-b mode devmajor devminor path\n"
28487 "\n"
28488 msgstr ""
28489
28490 # type: textblock
28491 #. type: textblock
28492 #: ../fish/guestfish-actions.pod:3123
28493 msgid ""
28494 "This call creates a block device node called C<path> with mode C<mode> and "
28495 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28496 "wrapper around L</mknod>."
28497 msgstr ""
28498
28499 # type: =head2
28500 #. type: =head2
28501 #: ../fish/guestfish-actions.pod:3129
28502 msgid "mknod-c"
28503 msgstr ""
28504
28505 # type: verbatim
28506 #. type: verbatim
28507 #: ../fish/guestfish-actions.pod:3131
28508 #, no-wrap
28509 msgid ""
28510 " mknod-c mode devmajor devminor path\n"
28511 "\n"
28512 msgstr ""
28513
28514 # type: textblock
28515 #. type: textblock
28516 #: ../fish/guestfish-actions.pod:3133
28517 msgid ""
28518 "This call creates a char device node called C<path> with mode C<mode> and "
28519 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28520 "wrapper around L</mknod>."
28521 msgstr ""
28522
28523 # type: =head2
28524 #. type: =head2
28525 #: ../fish/guestfish-actions.pod:3139
28526 msgid "mkswap"
28527 msgstr ""
28528
28529 # type: verbatim
28530 #. type: verbatim
28531 #: ../fish/guestfish-actions.pod:3141
28532 #, no-wrap
28533 msgid ""
28534 " mkswap device\n"
28535 "\n"
28536 msgstr ""
28537
28538 # type: =head2
28539 #. type: =head2
28540 #: ../fish/guestfish-actions.pod:3145
28541 msgid "mkswap-L"
28542 msgstr ""
28543
28544 # type: verbatim
28545 #. type: verbatim
28546 #: ../fish/guestfish-actions.pod:3147
28547 #, no-wrap
28548 msgid ""
28549 " mkswap-L label device\n"
28550 "\n"
28551 msgstr ""
28552
28553 # type: =head2
28554 #. type: =head2
28555 #: ../fish/guestfish-actions.pod:3155
28556 msgid "mkswap-U"
28557 msgstr ""
28558
28559 # type: verbatim
28560 #. type: verbatim
28561 #: ../fish/guestfish-actions.pod:3157
28562 #, no-wrap
28563 msgid ""
28564 " mkswap-U uuid device\n"
28565 "\n"
28566 msgstr ""
28567
28568 # type: =head2
28569 #. type: =head2
28570 #: ../fish/guestfish-actions.pod:3161
28571 msgid "mkswap-file"
28572 msgstr ""
28573
28574 # type: verbatim
28575 #. type: verbatim
28576 #: ../fish/guestfish-actions.pod:3163
28577 #, no-wrap
28578 msgid ""
28579 " mkswap-file path\n"
28580 "\n"
28581 msgstr ""
28582
28583 # type: textblock
28584 #. type: textblock
28585 #: ../fish/guestfish-actions.pod:3167
28586 msgid ""
28587 "This command just writes a swap file signature to an existing file.  To "
28588 "create the file itself, use something like L</fallocate>."
28589 msgstr ""
28590
28591 # type: =head2
28592 #. type: =head2
28593 #: ../fish/guestfish-actions.pod:3170
28594 msgid "modprobe"
28595 msgstr ""
28596
28597 # type: verbatim
28598 #. type: verbatim
28599 #: ../fish/guestfish-actions.pod:3172
28600 #, no-wrap
28601 msgid ""
28602 " modprobe modulename\n"
28603 "\n"
28604 msgstr ""
28605
28606 # type: =head2
28607 #. type: =head2
28608 #: ../fish/guestfish-actions.pod:3179
28609 msgid "mount"
28610 msgstr ""
28611
28612 # type: verbatim
28613 #. type: verbatim
28614 #: ../fish/guestfish-actions.pod:3181
28615 #, no-wrap
28616 msgid ""
28617 " mount device mountpoint\n"
28618 "\n"
28619 msgstr ""
28620
28621 # type: textblock
28622 #. type: textblock
28623 #: ../fish/guestfish-actions.pod:3197
28624 msgid ""
28625 "B<Important note:> When you use this call, the filesystem options C<sync> "
28626 "and C<noatime> are set implicitly.  This was originally done because we "
28627 "thought it would improve reliability, but it turns out that I<-o sync> has a "
28628 "very large negative performance impact and negligible effect on "
28629 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
28630 "code that needs performance, and instead use L</mount-options> (use an empty "
28631 "string for the first parameter if you don't want any options)."
28632 msgstr ""
28633
28634 # type: =head2
28635 #. type: =head2
28636 #: ../fish/guestfish-actions.pod:3214
28637 msgid "mount-loop"
28638 msgstr ""
28639
28640 # type: verbatim
28641 #. type: verbatim
28642 #: ../fish/guestfish-actions.pod:3216
28643 #, no-wrap
28644 msgid ""
28645 " mount-loop file mountpoint\n"
28646 "\n"
28647 msgstr ""
28648
28649 # type: =head2
28650 #. type: =head2
28651 #: ../fish/guestfish-actions.pod:3222
28652 msgid "mount-options"
28653 msgstr ""
28654
28655 # type: verbatim
28656 #. type: verbatim
28657 #: ../fish/guestfish-actions.pod:3224
28658 #, no-wrap
28659 msgid ""
28660 " mount-options options device mountpoint\n"
28661 "\n"
28662 msgstr ""
28663
28664 # type: textblock
28665 #. type: textblock
28666 #: ../fish/guestfish-actions.pod:3226
28667 msgid ""
28668 "This is the same as the L</mount> command, but it allows you to set the "
28669 "mount options as for the L<mount(8)> I<-o> flag."
28670 msgstr ""
28671
28672 # type: =head2
28673 #. type: =head2
28674 #: ../fish/guestfish-actions.pod:3234
28675 msgid "mount-ro"
28676 msgstr ""
28677
28678 # type: verbatim
28679 #. type: verbatim
28680 #: ../fish/guestfish-actions.pod:3236
28681 #, no-wrap
28682 msgid ""
28683 " mount-ro device mountpoint\n"
28684 "\n"
28685 msgstr ""
28686
28687 # type: textblock
28688 #. type: textblock
28689 #: ../fish/guestfish-actions.pod:3238
28690 msgid ""
28691 "This is the same as the L</mount> command, but it mounts the filesystem with "
28692 "the read-only (I<-o ro>) flag."
28693 msgstr ""
28694
28695 # type: =head2
28696 #. type: =head2
28697 #: ../fish/guestfish-actions.pod:3241
28698 msgid "mount-vfs"
28699 msgstr ""
28700
28701 # type: verbatim
28702 #. type: verbatim
28703 #: ../fish/guestfish-actions.pod:3243
28704 #, no-wrap
28705 msgid ""
28706 " mount-vfs options vfstype device mountpoint\n"
28707 "\n"
28708 msgstr ""
28709
28710 # type: textblock
28711 #. type: textblock
28712 #: ../fish/guestfish-actions.pod:3245
28713 msgid ""
28714 "This is the same as the L</mount> command, but it allows you to set both the "
28715 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
28716 msgstr ""
28717
28718 # type: =head2
28719 #. type: =head2
28720 #: ../fish/guestfish-actions.pod:3249
28721 msgid "mountpoints"
28722 msgstr ""
28723
28724 # type: verbatim
28725 #. type: verbatim
28726 #: ../fish/guestfish-actions.pod:3251
28727 #, no-wrap
28728 msgid ""
28729 " mountpoints\n"
28730 "\n"
28731 msgstr ""
28732
28733 # type: textblock
28734 #. type: textblock
28735 #: ../fish/guestfish-actions.pod:3253
28736 msgid ""
28737 "This call is similar to L</mounts>.  That call returns a list of devices.  "
28738 "This one returns a hash table (map) of device name to directory where the "
28739 "device is mounted."
28740 msgstr ""
28741
28742 # type: =head2
28743 #. type: =head2
28744 #: ../fish/guestfish-actions.pod:3257
28745 msgid "mounts"
28746 msgstr ""
28747
28748 # type: verbatim
28749 #. type: verbatim
28750 #: ../fish/guestfish-actions.pod:3259
28751 #, no-wrap
28752 msgid ""
28753 " mounts\n"
28754 "\n"
28755 msgstr ""
28756
28757 # type: textblock
28758 #. type: textblock
28759 #: ../fish/guestfish-actions.pod:3266
28760 msgid "See also: L</mountpoints>"
28761 msgstr ""
28762
28763 # type: =head2
28764 #. type: =head2
28765 #: ../fish/guestfish-actions.pod:3268
28766 msgid "mv"
28767 msgstr ""
28768
28769 # type: verbatim
28770 #. type: verbatim
28771 #: ../fish/guestfish-actions.pod:3270
28772 #, no-wrap
28773 msgid ""
28774 " mv src dest\n"
28775 "\n"
28776 msgstr ""
28777
28778 # type: =head2
28779 #. type: =head2
28780 #: ../fish/guestfish-actions.pod:3275
28781 msgid "ntfs-3g-probe"
28782 msgstr ""
28783
28784 # type: verbatim
28785 #. type: verbatim
28786 #: ../fish/guestfish-actions.pod:3277
28787 #, no-wrap
28788 msgid ""
28789 " ntfs-3g-probe true|false device\n"
28790 "\n"
28791 msgstr ""
28792
28793 # type: =head2
28794 #. type: =head2
28795 #: ../fish/guestfish-actions.pod:3291
28796 msgid "ntfsresize"
28797 msgstr ""
28798
28799 # type: verbatim
28800 #. type: verbatim
28801 #: ../fish/guestfish-actions.pod:3293
28802 #, no-wrap
28803 msgid ""
28804 " ntfsresize device\n"
28805 "\n"
28806 msgstr ""
28807
28808 # type: =head2
28809 #. type: =head2
28810 #: ../fish/guestfish-actions.pod:3299
28811 msgid "ntfsresize-size"
28812 msgstr ""
28813
28814 # type: verbatim
28815 #. type: verbatim
28816 #: ../fish/guestfish-actions.pod:3301
28817 #, no-wrap
28818 msgid ""
28819 " ntfsresize-size device size\n"
28820 "\n"
28821 msgstr ""
28822
28823 # type: textblock
28824 #. type: textblock
28825 #: ../fish/guestfish-actions.pod:3303
28826 msgid ""
28827 "This command is the same as L</ntfsresize> except that it allows you to "
28828 "specify the new size (in bytes) explicitly."
28829 msgstr ""
28830
28831 # type: =head2
28832 #. type: =head2
28833 #: ../fish/guestfish-actions.pod:3306
28834 msgid "part-add"
28835 msgstr ""
28836
28837 # type: verbatim
28838 #. type: verbatim
28839 #: ../fish/guestfish-actions.pod:3308
28840 #, no-wrap
28841 msgid ""
28842 " part-add device prlogex startsect endsect\n"
28843 "\n"
28844 msgstr ""
28845
28846 # type: textblock
28847 #. type: textblock
28848 #: ../fish/guestfish-actions.pod:3310
28849 msgid ""
28850 "This command adds a partition to C<device>.  If there is no partition table "
28851 "on the device, call L</part-init> first."
28852 msgstr ""
28853
28854 # type: textblock
28855 #. type: textblock
28856 #: ../fish/guestfish-actions.pod:3322
28857 msgid ""
28858 "Creating a partition which covers the whole disk is not so easy.  Use L</"
28859 "part-disk> to do that."
28860 msgstr ""
28861
28862 # type: =head2
28863 #. type: =head2
28864 #: ../fish/guestfish-actions.pod:3325
28865 msgid "part-del"
28866 msgstr ""
28867
28868 # type: verbatim
28869 #. type: verbatim
28870 #: ../fish/guestfish-actions.pod:3327
28871 #, no-wrap
28872 msgid ""
28873 " part-del device partnum\n"
28874 "\n"
28875 msgstr ""
28876
28877 # type: =head2
28878 #. type: =head2
28879 #: ../fish/guestfish-actions.pod:3335
28880 msgid "part-disk"
28881 msgstr ""
28882
28883 # type: verbatim
28884 #. type: verbatim
28885 #: ../fish/guestfish-actions.pod:3337
28886 #, no-wrap
28887 msgid ""
28888 " part-disk device parttype\n"
28889 "\n"
28890 msgstr ""
28891
28892 # type: textblock
28893 #. type: textblock
28894 #: ../fish/guestfish-actions.pod:3339
28895 msgid ""
28896 "This command is simply a combination of L</part-init> followed by L</part-"
28897 "add> to create a single primary partition covering the whole disk."
28898 msgstr ""
28899
28900 # type: textblock
28901 #. type: textblock
28902 #: ../fish/guestfish-actions.pod:3343
28903 msgid ""
28904 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
28905 "possible values are described in L</part-init>."
28906 msgstr ""
28907
28908 # type: =head2
28909 #. type: =head2
28910 #: ../fish/guestfish-actions.pod:3349
28911 msgid "part-get-bootable"
28912 msgstr ""
28913
28914 # type: verbatim
28915 #. type: verbatim
28916 #: ../fish/guestfish-actions.pod:3351
28917 #, no-wrap
28918 msgid ""
28919 " part-get-bootable device partnum\n"
28920 "\n"
28921 msgstr ""
28922
28923 # type: textblock
28924 #. type: textblock
28925 #: ../fish/guestfish-actions.pod:3356
28926 msgid "See also L</part-set-bootable>."
28927 msgstr ""
28928
28929 # type: =head2
28930 #. type: =head2
28931 #: ../fish/guestfish-actions.pod:3358
28932 msgid "part-get-mbr-id"
28933 msgstr ""
28934
28935 # type: verbatim
28936 #. type: verbatim
28937 #: ../fish/guestfish-actions.pod:3360
28938 #, no-wrap
28939 msgid ""
28940 " part-get-mbr-id device partnum\n"
28941 "\n"
28942 msgstr ""
28943
28944 # type: textblock
28945 #. type: textblock
28946 #: ../fish/guestfish-actions.pod:3365 ../fish/guestfish-actions.pod:3503
28947 msgid ""
28948 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
28949 "undefined results for other partition table types (see L</part-get-"
28950 "parttype>)."
28951 msgstr ""
28952
28953 # type: =head2
28954 #. type: =head2
28955 #: ../fish/guestfish-actions.pod:3369
28956 msgid "part-get-parttype"
28957 msgstr ""
28958
28959 # type: verbatim
28960 #. type: verbatim
28961 #: ../fish/guestfish-actions.pod:3371
28962 #, no-wrap
28963 msgid ""
28964 " part-get-parttype device\n"
28965 "\n"
28966 msgstr ""
28967
28968 # type: textblock
28969 #. type: textblock
28970 #: ../fish/guestfish-actions.pod:3376
28971 msgid ""
28972 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
28973 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
28974 "possible, although unusual.  See L</part-init> for a full list."
28975 msgstr ""
28976
28977 # type: =head2
28978 #. type: =head2
28979 #: ../fish/guestfish-actions.pod:3381
28980 msgid "part-init"
28981 msgstr ""
28982
28983 # type: verbatim
28984 #. type: verbatim
28985 #: ../fish/guestfish-actions.pod:3383
28986 #, no-wrap
28987 msgid ""
28988 " part-init device parttype\n"
28989 "\n"
28990 msgstr ""
28991
28992 # type: textblock
28993 #. type: textblock
28994 #: ../fish/guestfish-actions.pod:3389
28995 msgid ""
28996 "Initially there are no partitions.  Following this, you should call L</part-"
28997 "add> for each partition required."
28998 msgstr ""
28999
29000 # type: =head2
29001 #. type: =head2
29002 #: ../fish/guestfish-actions.pod:3452
29003 msgid "part-list"
29004 msgstr ""
29005
29006 # type: verbatim
29007 #. type: verbatim
29008 #: ../fish/guestfish-actions.pod:3454
29009 #, no-wrap
29010 msgid ""
29011 " part-list device\n"
29012 "\n"
29013 msgstr ""
29014
29015 # type: textblock
29016 #. type: textblock
29017 #: ../fish/guestfish-actions.pod:3469
29018 msgid ""
29019 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
29020 "the device's sector size, see L</blockdev-getss>."
29021 msgstr ""
29022
29023 # type: =head2
29024 #. type: =head2
29025 #: ../fish/guestfish-actions.pod:3482
29026 msgid "part-set-bootable"
29027 msgstr ""
29028
29029 # type: verbatim
29030 #. type: verbatim
29031 #: ../fish/guestfish-actions.pod:3484
29032 #, no-wrap
29033 msgid ""
29034 " part-set-bootable device partnum true|false\n"
29035 "\n"
29036 msgstr ""
29037
29038 # type: =head2
29039 #. type: =head2
29040 #: ../fish/guestfish-actions.pod:3493
29041 msgid "part-set-mbr-id"
29042 msgstr ""
29043
29044 # type: verbatim
29045 #. type: verbatim
29046 #: ../fish/guestfish-actions.pod:3495
29047 #, no-wrap
29048 msgid ""
29049 " part-set-mbr-id device partnum idbyte\n"
29050 "\n"
29051 msgstr ""
29052
29053 # type: =head2
29054 #. type: =head2
29055 #: ../fish/guestfish-actions.pod:3507
29056 msgid "part-set-name"
29057 msgstr ""
29058
29059 # type: verbatim
29060 #. type: verbatim
29061 #: ../fish/guestfish-actions.pod:3509
29062 #, no-wrap
29063 msgid ""
29064 " part-set-name device partnum name\n"
29065 "\n"
29066 msgstr ""
29067
29068 # type: =head2
29069 #. type: =head2
29070 #: ../fish/guestfish-actions.pod:3517
29071 msgid "part-to-dev"
29072 msgstr ""
29073
29074 # type: verbatim
29075 #. type: verbatim
29076 #: ../fish/guestfish-actions.pod:3519
29077 #, no-wrap
29078 msgid ""
29079 " part-to-dev partition\n"
29080 "\n"
29081 msgstr ""
29082
29083 # type: textblock
29084 #. type: textblock
29085 #: ../fish/guestfish-actions.pod:3525
29086 msgid ""
29087 "The named partition must exist, for example as a string returned from L</"
29088 "list-partitions>."
29089 msgstr ""
29090
29091 # type: =head2
29092 #. type: =head2
29093 #: ../fish/guestfish-actions.pod:3528
29094 msgid "ping-daemon"
29095 msgstr ""
29096
29097 # type: verbatim
29098 #. type: verbatim
29099 #: ../fish/guestfish-actions.pod:3530
29100 #, no-wrap
29101 msgid ""
29102 " ping-daemon\n"
29103 "\n"
29104 msgstr ""
29105
29106 # type: =head2
29107 #. type: =head2
29108 #: ../fish/guestfish-actions.pod:3537
29109 msgid "pread"
29110 msgstr ""
29111
29112 # type: verbatim
29113 #. type: verbatim
29114 #: ../fish/guestfish-actions.pod:3539
29115 #, no-wrap
29116 msgid ""
29117 " pread path count offset\n"
29118 "\n"
29119 msgstr ""
29120
29121 # type: textblock
29122 #. type: textblock
29123 #: ../fish/guestfish-actions.pod:3547
29124 msgid "See also L</pwrite>, L</pread-device>."
29125 msgstr ""
29126
29127 # type: =head2
29128 #. type: =head2
29129 #: ../fish/guestfish-actions.pod:3552
29130 msgid "pread-device"
29131 msgstr ""
29132
29133 # type: verbatim
29134 #. type: verbatim
29135 #: ../fish/guestfish-actions.pod:3554
29136 #, no-wrap
29137 msgid ""
29138 " pread-device device count offset\n"
29139 "\n"
29140 msgstr ""
29141
29142 # type: textblock
29143 #. type: textblock
29144 #: ../fish/guestfish-actions.pod:3562
29145 msgid "See also L</pread>."
29146 msgstr ""
29147
29148 # type: =head2
29149 #. type: =head2
29150 #: ../fish/guestfish-actions.pod:3567
29151 msgid "pvcreate"
29152 msgstr ""
29153
29154 # type: verbatim
29155 #. type: verbatim
29156 #: ../fish/guestfish-actions.pod:3569
29157 #, no-wrap
29158 msgid ""
29159 " pvcreate device\n"
29160 "\n"
29161 msgstr ""
29162
29163 # type: =head2
29164 #. type: =head2
29165 #: ../fish/guestfish-actions.pod:3575
29166 msgid "pvremove"
29167 msgstr ""
29168
29169 # type: verbatim
29170 #. type: verbatim
29171 #: ../fish/guestfish-actions.pod:3577
29172 #, no-wrap
29173 msgid ""
29174 " pvremove device\n"
29175 "\n"
29176 msgstr ""
29177
29178 # type: =head2
29179 #. type: =head2
29180 #: ../fish/guestfish-actions.pod:3586
29181 msgid "pvresize"
29182 msgstr ""
29183
29184 # type: verbatim
29185 #. type: verbatim
29186 #: ../fish/guestfish-actions.pod:3588
29187 #, no-wrap
29188 msgid ""
29189 " pvresize device\n"
29190 "\n"
29191 msgstr ""
29192
29193 # type: =head2
29194 #. type: =head2
29195 #: ../fish/guestfish-actions.pod:3593
29196 msgid "pvresize-size"
29197 msgstr ""
29198
29199 # type: verbatim
29200 #. type: verbatim
29201 #: ../fish/guestfish-actions.pod:3595
29202 #, no-wrap
29203 msgid ""
29204 " pvresize-size device size\n"
29205 "\n"
29206 msgstr ""
29207
29208 # type: textblock
29209 #. type: textblock
29210 #: ../fish/guestfish-actions.pod:3597
29211 msgid ""
29212 "This command is the same as L</pvresize> except that it allows you to "
29213 "specify the new size (in bytes) explicitly."
29214 msgstr ""
29215
29216 # type: =head2
29217 #. type: =head2
29218 #: ../fish/guestfish-actions.pod:3600
29219 msgid "pvs"
29220 msgstr ""
29221
29222 # type: verbatim
29223 #. type: verbatim
29224 #: ../fish/guestfish-actions.pod:3602
29225 #, no-wrap
29226 msgid ""
29227 " pvs\n"
29228 "\n"
29229 msgstr ""
29230
29231 # type: textblock
29232 #. type: textblock
29233 #: ../fish/guestfish-actions.pod:3610
29234 msgid "See also L</pvs-full>."
29235 msgstr ""
29236
29237 # type: =head2
29238 #. type: =head2
29239 #: ../fish/guestfish-actions.pod:3612
29240 msgid "pvs-full"
29241 msgstr ""
29242
29243 # type: verbatim
29244 #. type: verbatim
29245 #: ../fish/guestfish-actions.pod:3614
29246 #, no-wrap
29247 msgid ""
29248 " pvs-full\n"
29249 "\n"
29250 msgstr ""
29251
29252 # type: =head2
29253 #. type: =head2
29254 #: ../fish/guestfish-actions.pod:3619
29255 msgid "pvuuid"
29256 msgstr ""
29257
29258 # type: verbatim
29259 #. type: verbatim
29260 #: ../fish/guestfish-actions.pod:3621
29261 #, no-wrap
29262 msgid ""
29263 " pvuuid device\n"
29264 "\n"
29265 msgstr ""
29266
29267 # type: =head2
29268 #. type: =head2
29269 #: ../fish/guestfish-actions.pod:3625
29270 msgid "pwrite"
29271 msgstr ""
29272
29273 # type: verbatim
29274 #. type: verbatim
29275 #: ../fish/guestfish-actions.pod:3627
29276 #, no-wrap
29277 msgid ""
29278 " pwrite path content offset\n"
29279 "\n"
29280 msgstr ""
29281
29282 # type: textblock
29283 #. type: textblock
29284 #: ../fish/guestfish-actions.pod:3638
29285 msgid "See also L</pread>, L</pwrite-device>."
29286 msgstr ""
29287
29288 # type: =head2
29289 #. type: =head2
29290 #: ../fish/guestfish-actions.pod:3643
29291 msgid "pwrite-device"
29292 msgstr ""
29293
29294 # type: verbatim
29295 #. type: verbatim
29296 #: ../fish/guestfish-actions.pod:3645
29297 #, no-wrap
29298 msgid ""
29299 " pwrite-device device content offset\n"
29300 "\n"
29301 msgstr ""
29302
29303 # type: textblock
29304 #. type: textblock
29305 #: ../fish/guestfish-actions.pod:3655
29306 msgid "See also L</pwrite>."
29307 msgstr ""
29308
29309 # type: =head2
29310 #. type: =head2
29311 #: ../fish/guestfish-actions.pod:3660
29312 msgid "read-file"
29313 msgstr ""
29314
29315 # type: verbatim
29316 #. type: verbatim
29317 #: ../fish/guestfish-actions.pod:3662
29318 #, no-wrap
29319 msgid ""
29320 " read-file path\n"
29321 "\n"
29322 msgstr ""
29323
29324 # type: textblock
29325 #. type: textblock
29326 #: ../fish/guestfish-actions.pod:3667
29327 msgid ""
29328 "Unlike L</cat>, this function can correctly handle files that contain "
29329 "embedded ASCII NUL characters.  However unlike L</download>, this function "
29330 "is limited in the total size of file that can be handled."
29331 msgstr ""
29332
29333 # type: =head2
29334 #. type: =head2
29335 #: ../fish/guestfish-actions.pod:3675
29336 msgid "read-lines"
29337 msgstr ""
29338
29339 # type: verbatim
29340 #. type: verbatim
29341 #: ../fish/guestfish-actions.pod:3677
29342 #, no-wrap
29343 msgid ""
29344 " read-lines path\n"
29345 "\n"
29346 msgstr ""
29347
29348 # type: textblock
29349 #. type: textblock
29350 #: ../fish/guestfish-actions.pod:3684
29351 msgid ""
29352 "Note that this function cannot correctly handle binary files (specifically, "
29353 "files containing C<\\0> character which is treated as end of line).  For "
29354 "those you need to use the L</read-file> function which has a more complex "
29355 "interface."
29356 msgstr ""
29357
29358 # type: =head2
29359 #. type: =head2
29360 #: ../fish/guestfish-actions.pod:3689
29361 msgid "readdir"
29362 msgstr ""
29363
29364 # type: verbatim
29365 #. type: verbatim
29366 #: ../fish/guestfish-actions.pod:3691
29367 #, no-wrap
29368 msgid ""
29369 " readdir dir\n"
29370 "\n"
29371 msgstr ""
29372
29373 # type: textblock
29374 #. type: textblock
29375 #: ../fish/guestfish-actions.pod:3743
29376 msgid ""
29377 "This function is primarily intended for use by programs.  To get a simple "
29378 "list of names, use L</ls>.  To get a printable directory for human "
29379 "consumption, use L</ll>."
29380 msgstr ""
29381
29382 # type: =head2
29383 #. type: =head2
29384 #: ../fish/guestfish-actions.pod:3747
29385 msgid "readlink"
29386 msgstr ""
29387
29388 # type: verbatim
29389 #. type: verbatim
29390 #: ../fish/guestfish-actions.pod:3749
29391 #, no-wrap
29392 msgid ""
29393 " readlink path\n"
29394 "\n"
29395 msgstr ""
29396
29397 # type: =head2
29398 #. type: =head2
29399 #: ../fish/guestfish-actions.pod:3753
29400 msgid "readlinklist"
29401 msgstr ""
29402
29403 # type: verbatim
29404 #. type: verbatim
29405 #: ../fish/guestfish-actions.pod:3755
29406 #, no-wrap
29407 msgid ""
29408 " readlinklist path 'names ...'\n"
29409 "\n"
29410 msgstr ""
29411
29412 # type: =head2
29413 #. type: =head2
29414 #: ../fish/guestfish-actions.pod:3779
29415 msgid "realpath"
29416 msgstr ""
29417
29418 # type: verbatim
29419 #. type: verbatim
29420 #: ../fish/guestfish-actions.pod:3781
29421 #, no-wrap
29422 msgid ""
29423 " realpath path\n"
29424 "\n"
29425 msgstr ""
29426
29427 # type: =head2
29428 #. type: =head2
29429 #: ../fish/guestfish-actions.pod:3786
29430 msgid "removexattr"
29431 msgstr ""
29432
29433 # type: verbatim
29434 #. type: verbatim
29435 #: ../fish/guestfish-actions.pod:3788
29436 #, no-wrap
29437 msgid ""
29438 " removexattr xattr path\n"
29439 "\n"
29440 msgstr ""
29441
29442 # type: textblock
29443 #. type: textblock
29444 #: ../fish/guestfish-actions.pod:3793
29445 msgid "See also: L</lremovexattr>, L<attr(5)>."
29446 msgstr ""
29447
29448 # type: =head2
29449 #. type: =head2
29450 #: ../fish/guestfish-actions.pod:3795
29451 msgid "resize2fs"
29452 msgstr ""
29453
29454 # type: verbatim
29455 #. type: verbatim
29456 #: ../fish/guestfish-actions.pod:3797
29457 #, no-wrap
29458 msgid ""
29459 " resize2fs device\n"
29460 "\n"
29461 msgstr ""
29462
29463 # type: textblock
29464 #. type: textblock
29465 #: ../fish/guestfish-actions.pod:3802
29466 msgid ""
29467 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
29468 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
29469 "gives an error about this and sometimes not.  In any case, it is always safe "
29470 "to call L</e2fsck-f> before calling this function."
29471 msgstr ""
29472
29473 #. type: =head2
29474 #: ../fish/guestfish-actions.pod:3808
29475 msgid "resize2fs-M"
29476 msgstr ""
29477
29478 #. type: verbatim
29479 #: ../fish/guestfish-actions.pod:3810
29480 #, no-wrap
29481 msgid ""
29482 " resize2fs-M device\n"
29483 "\n"
29484 msgstr ""
29485
29486 #. type: textblock
29487 #: ../fish/guestfish-actions.pod:3812
29488 msgid ""
29489 "This command is the same as L</resize2fs>, but the filesystem is resized to "
29490 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
29491 "command."
29492 msgstr ""
29493
29494 #. type: textblock
29495 #: ../fish/guestfish-actions.pod:3816
29496 msgid ""
29497 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
29498 "and read the C<Block size> and C<Block count> values.  These two numbers, "
29499 "multiplied together, give the resulting size of the minimal filesystem in "
29500 "bytes."
29501 msgstr ""
29502
29503 # type: =head2
29504 #. type: =head2
29505 #: ../fish/guestfish-actions.pod:3821
29506 msgid "resize2fs-size"
29507 msgstr ""
29508
29509 # type: verbatim
29510 #. type: verbatim
29511 #: ../fish/guestfish-actions.pod:3823
29512 #, no-wrap
29513 msgid ""
29514 " resize2fs-size device size\n"
29515 "\n"
29516 msgstr ""
29517
29518 # type: textblock
29519 #. type: textblock
29520 #: ../fish/guestfish-actions.pod:3825
29521 msgid ""
29522 "This command is the same as L</resize2fs> except that it allows you to "
29523 "specify the new size (in bytes) explicitly."
29524 msgstr ""
29525
29526 # type: =head2
29527 #. type: =head2
29528 #: ../fish/guestfish-actions.pod:3828
29529 msgid "rm"
29530 msgstr ""
29531
29532 # type: verbatim
29533 #. type: verbatim
29534 #: ../fish/guestfish-actions.pod:3830
29535 #, no-wrap
29536 msgid ""
29537 " rm path\n"
29538 "\n"
29539 msgstr ""
29540
29541 # type: =head2
29542 #. type: =head2
29543 #: ../fish/guestfish-actions.pod:3834
29544 msgid "rm-rf"
29545 msgstr ""
29546
29547 # type: verbatim
29548 #. type: verbatim
29549 #: ../fish/guestfish-actions.pod:3836
29550 #, no-wrap
29551 msgid ""
29552 " rm-rf path\n"
29553 "\n"
29554 msgstr ""
29555
29556 # type: =head2
29557 #. type: =head2
29558 #: ../fish/guestfish-actions.pod:3842
29559 msgid "rmdir"
29560 msgstr ""
29561
29562 # type: verbatim
29563 #. type: verbatim
29564 #: ../fish/guestfish-actions.pod:3844
29565 #, no-wrap
29566 msgid ""
29567 " rmdir path\n"
29568 "\n"
29569 msgstr ""
29570
29571 # type: =head2
29572 #. type: =head2
29573 #: ../fish/guestfish-actions.pod:3848
29574 msgid "rmmountpoint"
29575 msgstr ""
29576
29577 # type: verbatim
29578 #. type: verbatim
29579 #: ../fish/guestfish-actions.pod:3850
29580 #, no-wrap
29581 msgid ""
29582 " rmmountpoint exemptpath\n"
29583 "\n"
29584 msgstr ""
29585
29586 # type: textblock
29587 #. type: textblock
29588 #: ../fish/guestfish-actions.pod:3852
29589 msgid ""
29590 "This calls removes a mountpoint that was previously created with L</"
29591 "mkmountpoint>.  See L</mkmountpoint> for full details."
29592 msgstr ""
29593
29594 # type: =head2
29595 #. type: =head2
29596 #: ../fish/guestfish-actions.pod:3856
29597 msgid "scrub-device"
29598 msgstr ""
29599
29600 # type: verbatim
29601 #. type: verbatim
29602 #: ../fish/guestfish-actions.pod:3858
29603 #, no-wrap
29604 msgid ""
29605 " scrub-device device\n"
29606 "\n"
29607 msgstr ""
29608
29609 # type: =head2
29610 #. type: =head2
29611 #: ../fish/guestfish-actions.pod:3869
29612 msgid "scrub-file"
29613 msgstr ""
29614
29615 # type: verbatim
29616 #. type: verbatim
29617 #: ../fish/guestfish-actions.pod:3871
29618 #, no-wrap
29619 msgid ""
29620 " scrub-file file\n"
29621 "\n"
29622 msgstr ""
29623
29624 # type: =head2
29625 #. type: =head2
29626 #: ../fish/guestfish-actions.pod:3881
29627 msgid "scrub-freespace"
29628 msgstr ""
29629
29630 # type: verbatim
29631 #. type: verbatim
29632 #: ../fish/guestfish-actions.pod:3883
29633 #, no-wrap
29634 msgid ""
29635 " scrub-freespace dir\n"
29636 "\n"
29637 msgstr ""
29638
29639 # type: textblock
29640 #. type: textblock
29641 #: ../fish/guestfish-actions.pod:3885
29642 msgid ""
29643 "This command creates the directory C<dir> and then fills it with files until "
29644 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
29645 "deletes them.  The intention is to scrub any free space on the partition "
29646 "containing C<dir>."
29647 msgstr ""
29648
29649 # type: =head2
29650 #. type: =head2
29651 #: ../fish/guestfish-actions.pod:3894
29652 msgid "set-append"
29653 msgstr ""
29654
29655 # type: =head2
29656 #. type: =head2
29657 #: ../fish/guestfish-actions.pod:3896
29658 msgid "append"
29659 msgstr ""
29660
29661 # type: verbatim
29662 #. type: verbatim
29663 #: ../fish/guestfish-actions.pod:3898
29664 #, no-wrap
29665 msgid ""
29666 " set-append append\n"
29667 "\n"
29668 msgstr ""
29669
29670 #. type: =head2
29671 #: ../fish/guestfish-actions.pod:3909
29672 msgid "set-attach-method"
29673 msgstr ""
29674
29675 #. type: =head2
29676 #: ../fish/guestfish-actions.pod:3911
29677 msgid "attach-method"
29678 msgstr ""
29679
29680 #. type: verbatim
29681 #: ../fish/guestfish-actions.pod:3913
29682 #, no-wrap
29683 msgid ""
29684 " set-attach-method attachmethod\n"
29685 "\n"
29686 msgstr ""
29687
29688 # type: =head2
29689 #. type: =head2
29690 #: ../fish/guestfish-actions.pod:3935
29691 msgid "set-autosync"
29692 msgstr ""
29693
29694 # type: =head2
29695 #. type: =head2
29696 #: ../fish/guestfish-actions.pod:3937
29697 msgid "autosync"
29698 msgstr ""
29699
29700 # type: verbatim
29701 #. type: verbatim
29702 #: ../fish/guestfish-actions.pod:3939
29703 #, no-wrap
29704 msgid ""
29705 " set-autosync true|false\n"
29706 "\n"
29707 msgstr ""
29708
29709 # type: =head2
29710 #. type: =head2
29711 #: ../fish/guestfish-actions.pod:3949
29712 msgid "set-direct"
29713 msgstr ""
29714
29715 # type: =head2
29716 #. type: =head2
29717 #: ../fish/guestfish-actions.pod:3951
29718 msgid "direct"
29719 msgstr ""
29720
29721 # type: verbatim
29722 #. type: verbatim
29723 #: ../fish/guestfish-actions.pod:3953
29724 #, no-wrap
29725 msgid ""
29726 " set-direct true|false\n"
29727 "\n"
29728 msgstr ""
29729
29730 # type: textblock
29731 #. type: textblock
29732 #: ../fish/guestfish-actions.pod:3959
29733 msgid ""
29734 "One consequence of this is that log messages aren't caught by the library "
29735 "and handled by L</set-log-message-callback>, but go straight to stdout."
29736 msgstr ""
29737
29738 # type: =head2
29739 #. type: =head2
29740 #: ../fish/guestfish-actions.pod:3968
29741 msgid "set-e2label"
29742 msgstr ""
29743
29744 # type: verbatim
29745 #. type: verbatim
29746 #: ../fish/guestfish-actions.pod:3970
29747 #, no-wrap
29748 msgid ""
29749 " set-e2label device label\n"
29750 "\n"
29751 msgstr ""
29752
29753 # type: textblock
29754 #. type: textblock
29755 #: ../fish/guestfish-actions.pod:3976
29756 msgid ""
29757 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
29758 "label on a filesystem."
29759 msgstr ""
29760
29761 # type: =head2
29762 #. type: =head2
29763 #: ../fish/guestfish-actions.pod:3979
29764 msgid "set-e2uuid"
29765 msgstr ""
29766
29767 # type: verbatim
29768 #. type: verbatim
29769 #: ../fish/guestfish-actions.pod:3981
29770 #, no-wrap
29771 msgid ""
29772 " set-e2uuid device uuid\n"
29773 "\n"
29774 msgstr ""
29775
29776 # type: textblock
29777 #. type: textblock
29778 #: ../fish/guestfish-actions.pod:3988
29779 msgid ""
29780 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
29781 "UUID of a filesystem."
29782 msgstr ""
29783
29784 # type: =head2
29785 #. type: =head2
29786 #: ../fish/guestfish-actions.pod:3991
29787 msgid "set-memsize"
29788 msgstr ""
29789
29790 # type: =head2
29791 #. type: =head2
29792 #: ../fish/guestfish-actions.pod:3993
29793 msgid "memsize"
29794 msgstr ""
29795
29796 # type: verbatim
29797 #. type: verbatim
29798 #: ../fish/guestfish-actions.pod:3995
29799 #, no-wrap
29800 msgid ""
29801 " set-memsize memsize\n"
29802 "\n"
29803 msgstr ""
29804
29805 # type: textblock
29806 #. type: textblock
29807 #: ../fish/guestfish-actions.pod:3997
29808 msgid ""
29809 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
29810 "This only has any effect if called before L</launch>."
29811 msgstr ""
29812
29813 # type: =head2
29814 #. type: =head2
29815 #: ../fish/guestfish-actions.pod:4008
29816 msgid "set-network"
29817 msgstr ""
29818
29819 # type: =head2
29820 #. type: =head2
29821 #: ../fish/guestfish-actions.pod:4010
29822 msgid "network"
29823 msgstr ""
29824
29825 # type: verbatim
29826 #. type: verbatim
29827 #: ../fish/guestfish-actions.pod:4012
29828 #, no-wrap
29829 msgid ""
29830 " set-network true|false\n"
29831 "\n"
29832 msgstr ""
29833
29834 # type: textblock
29835 #. type: textblock
29836 #: ../fish/guestfish-actions.pod:4020
29837 msgid ""
29838 "You must call this before calling L</launch>, otherwise it has no effect."
29839 msgstr ""
29840
29841 # type: =head2
29842 #. type: =head2
29843 #: ../fish/guestfish-actions.pod:4023
29844 msgid "set-path"
29845 msgstr ""
29846
29847 # type: =head2
29848 #. type: =head2
29849 #: ../fish/guestfish-actions.pod:4025
29850 msgid "path"
29851 msgstr ""
29852
29853 # type: verbatim
29854 #. type: verbatim
29855 #: ../fish/guestfish-actions.pod:4027
29856 #, no-wrap
29857 msgid ""
29858 " set-path searchpath\n"
29859 "\n"
29860 msgstr ""
29861
29862 # type: =head2
29863 #. type: =head2
29864 #: ../fish/guestfish-actions.pod:4036
29865 msgid "set-qemu"
29866 msgstr ""
29867
29868 # type: =head2
29869 #. type: =head2
29870 #: ../fish/guestfish-actions.pod:4038
29871 msgid "qemu"
29872 msgstr ""
29873
29874 # type: verbatim
29875 #. type: verbatim
29876 #: ../fish/guestfish-actions.pod:4040
29877 #, no-wrap
29878 msgid ""
29879 " set-qemu qemu\n"
29880 "\n"
29881 msgstr ""
29882
29883 # type: =head2
29884 #. type: =head2
29885 #: ../fish/guestfish-actions.pod:4060
29886 msgid "set-recovery-proc"
29887 msgstr ""
29888
29889 # type: =head2
29890 #. type: =head2
29891 #: ../fish/guestfish-actions.pod:4062
29892 msgid "recovery-proc"
29893 msgstr ""
29894
29895 # type: verbatim
29896 #. type: verbatim
29897 #: ../fish/guestfish-actions.pod:4064
29898 #, no-wrap
29899 msgid ""
29900 " set-recovery-proc true|false\n"
29901 "\n"
29902 msgstr ""
29903
29904 # type: textblock
29905 #. type: textblock
29906 #: ../fish/guestfish-actions.pod:4066
29907 msgid ""
29908 "If this is called with the parameter C<false> then L</launch> does not "
29909 "create a recovery process.  The purpose of the recovery process is to stop "
29910 "runaway qemu processes in the case where the main program aborts abruptly."
29911 msgstr ""
29912
29913 # type: textblock
29914 #. type: textblock
29915 #: ../fish/guestfish-actions.pod:4071
29916 msgid ""
29917 "This only has any effect if called before L</launch>, and the default is "
29918 "true."
29919 msgstr ""
29920
29921 # type: =head2
29922 #. type: =head2
29923 #: ../fish/guestfish-actions.pod:4080
29924 msgid "set-selinux"
29925 msgstr ""
29926
29927 # type: =head2
29928 #. type: =head2
29929 #: ../fish/guestfish-actions.pod:4082
29930 msgid "selinux"
29931 msgstr ""
29932
29933 # type: verbatim
29934 #. type: verbatim
29935 #: ../fish/guestfish-actions.pod:4084
29936 #, no-wrap
29937 msgid ""
29938 " set-selinux true|false\n"
29939 "\n"
29940 msgstr ""
29941
29942 # type: =head2
29943 #. type: =head2
29944 #: ../fish/guestfish-actions.pod:4095
29945 msgid "set-trace"
29946 msgstr ""
29947
29948 # type: =head2
29949 #. type: =head2
29950 #: ../fish/guestfish-actions.pod:4097
29951 msgid "trace"
29952 msgstr ""
29953
29954 # type: verbatim
29955 #. type: verbatim
29956 #: ../fish/guestfish-actions.pod:4099
29957 #, no-wrap
29958 msgid ""
29959 " set-trace true|false\n"
29960 "\n"
29961 msgstr ""
29962
29963 #. type: textblock
29964 #: ../fish/guestfish-actions.pod:4111
29965 msgid ""
29966 "Trace messages are normally sent to C<stderr>, unless you register a "
29967 "callback to send them somewhere else (see L</set-event-callback>)."
29968 msgstr ""
29969
29970 # type: =head2
29971 #. type: =head2
29972 #: ../fish/guestfish-actions.pod:4115
29973 msgid "set-verbose"
29974 msgstr ""
29975
29976 # type: =head2
29977 #. type: =head2
29978 #: ../fish/guestfish-actions.pod:4117
29979 msgid "verbose"
29980 msgstr ""
29981
29982 # type: verbatim
29983 #. type: verbatim
29984 #: ../fish/guestfish-actions.pod:4119
29985 #, no-wrap
29986 msgid ""
29987 " set-verbose true|false\n"
29988 "\n"
29989 msgstr ""
29990
29991 #. type: textblock
29992 #: ../fish/guestfish-actions.pod:4126
29993 msgid ""
29994 "Verbose messages are normally sent to C<stderr>, unless you register a "
29995 "callback to send them somewhere else (see L</set-event-callback>)."
29996 msgstr ""
29997
29998 # type: =head2
29999 #. type: =head2
30000 #: ../fish/guestfish-actions.pod:4130
30001 msgid "setcon"
30002 msgstr ""
30003
30004 # type: verbatim
30005 #. type: verbatim
30006 #: ../fish/guestfish-actions.pod:4132
30007 #, no-wrap
30008 msgid ""
30009 " setcon context\n"
30010 "\n"
30011 msgstr ""
30012
30013 # type: =head2
30014 #. type: =head2
30015 #: ../fish/guestfish-actions.pod:4139
30016 msgid "setxattr"
30017 msgstr ""
30018
30019 # type: verbatim
30020 #. type: verbatim
30021 #: ../fish/guestfish-actions.pod:4141
30022 #, no-wrap
30023 msgid ""
30024 " setxattr xattr val vallen path\n"
30025 "\n"
30026 msgstr ""
30027
30028 # type: textblock
30029 #. type: textblock
30030 #: ../fish/guestfish-actions.pod:4147
30031 msgid "See also: L</lsetxattr>, L<attr(5)>."
30032 msgstr ""
30033
30034 # type: =head2
30035 #. type: =head2
30036 #: ../fish/guestfish-actions.pod:4149
30037 msgid "sfdisk"
30038 msgstr ""
30039
30040 # type: verbatim
30041 #. type: verbatim
30042 #: ../fish/guestfish-actions.pod:4151
30043 #, no-wrap
30044 msgid ""
30045 " sfdisk device cyls heads sectors 'lines ...'\n"
30046 "\n"
30047 msgstr ""
30048
30049 # type: textblock
30050 #. type: textblock
30051 #: ../fish/guestfish-actions.pod:4173
30052 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
30053 msgstr ""
30054
30055 # type: =head2
30056 #. type: =head2
30057 #: ../fish/guestfish-actions.pod:4186
30058 msgid "sfdiskM"
30059 msgstr ""
30060
30061 # type: verbatim
30062 #. type: verbatim
30063 #: ../fish/guestfish-actions.pod:4188
30064 #, no-wrap
30065 msgid ""
30066 " sfdiskM device 'lines ...'\n"
30067 "\n"
30068 msgstr ""
30069
30070 # type: textblock
30071 #. type: textblock
30072 #: ../fish/guestfish-actions.pod:4190
30073 msgid ""
30074 "This is a simplified interface to the L</sfdisk> command, where partition "
30075 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
30076 "you don't need to specify the cyls, heads and sectors parameters which were "
30077 "rarely if ever used anyway."
30078 msgstr ""
30079
30080 # type: textblock
30081 #. type: textblock
30082 #: ../fish/guestfish-actions.pod:4196
30083 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
30084 msgstr ""
30085
30086 # type: =head2
30087 #. type: =head2
30088 #: ../fish/guestfish-actions.pod:4209
30089 msgid "sfdisk-N"
30090 msgstr ""
30091
30092 # type: verbatim
30093 #. type: verbatim
30094 #: ../fish/guestfish-actions.pod:4211
30095 #, no-wrap
30096 msgid ""
30097 " sfdisk-N device partnum cyls heads sectors line\n"
30098 "\n"
30099 msgstr ""
30100
30101 # type: textblock
30102 #. type: textblock
30103 #: ../fish/guestfish-actions.pod:4216
30104 msgid ""
30105 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
30106 "cyls/heads/sectors parameters."
30107 msgstr ""
30108
30109 # type: textblock
30110 #. type: textblock
30111 #: ../fish/guestfish-actions.pod:4219
30112 msgid "See also: L</part-add>"
30113 msgstr ""
30114
30115 # type: =head2
30116 #. type: =head2
30117 #: ../fish/guestfish-actions.pod:4231
30118 msgid "sfdisk-disk-geometry"
30119 msgstr ""
30120
30121 # type: verbatim
30122 #. type: verbatim
30123 #: ../fish/guestfish-actions.pod:4233
30124 #, no-wrap
30125 msgid ""
30126 " sfdisk-disk-geometry device\n"
30127 "\n"
30128 msgstr ""
30129
30130 # type: textblock
30131 #. type: textblock
30132 #: ../fish/guestfish-actions.pod:4235
30133 msgid ""
30134 "This displays the disk geometry of C<device> read from the partition table.  "
30135 "Especially in the case where the underlying block device has been resized, "
30136 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
30137 "kernel-geometry>)."
30138 msgstr ""
30139
30140 # type: =head2
30141 #. type: =head2
30142 #: ../fish/guestfish-actions.pod:4243
30143 msgid "sfdisk-kernel-geometry"
30144 msgstr ""
30145
30146 # type: verbatim
30147 #. type: verbatim
30148 #: ../fish/guestfish-actions.pod:4245
30149 #, no-wrap
30150 msgid ""
30151 " sfdisk-kernel-geometry device\n"
30152 "\n"
30153 msgstr ""
30154
30155 # type: =head2
30156 #. type: =head2
30157 #: ../fish/guestfish-actions.pod:4252
30158 msgid "sfdisk-l"
30159 msgstr ""
30160
30161 # type: verbatim
30162 #. type: verbatim
30163 #: ../fish/guestfish-actions.pod:4254
30164 #, no-wrap
30165 msgid ""
30166 " sfdisk-l device\n"
30167 "\n"
30168 msgstr ""
30169
30170 # type: textblock
30171 #. type: textblock
30172 #: ../fish/guestfish-actions.pod:4260
30173 msgid "See also: L</part-list>"
30174 msgstr ""
30175
30176 # type: =head2
30177 #. type: =head2
30178 #: ../fish/guestfish-actions.pod:4269
30179 msgid "sh"
30180 msgstr ""
30181
30182 # type: verbatim
30183 #. type: verbatim
30184 #: ../fish/guestfish-actions.pod:4271
30185 #, no-wrap
30186 msgid ""
30187 " sh command\n"
30188 "\n"
30189 msgstr ""
30190
30191 # type: textblock
30192 #. type: textblock
30193 #: ../fish/guestfish-actions.pod:4276
30194 msgid "This is like L</command>, but passes the command to:"
30195 msgstr ""
30196
30197 # type: textblock
30198 #. type: textblock
30199 #: ../fish/guestfish-actions.pod:4284
30200 msgid "All the provisos about L</command> apply to this call."
30201 msgstr ""
30202
30203 # type: =head2
30204 #. type: =head2
30205 #: ../fish/guestfish-actions.pod:4286
30206 msgid "sh-lines"
30207 msgstr ""
30208
30209 # type: verbatim
30210 #. type: verbatim
30211 #: ../fish/guestfish-actions.pod:4288
30212 #, no-wrap
30213 msgid ""
30214 " sh-lines command\n"
30215 "\n"
30216 msgstr ""
30217
30218 # type: textblock
30219 #. type: textblock
30220 #: ../fish/guestfish-actions.pod:4290
30221 msgid "This is the same as L</sh>, but splits the result into a list of lines."
30222 msgstr ""
30223
30224 # type: textblock
30225 #. type: textblock
30226 #: ../fish/guestfish-actions.pod:4293
30227 msgid "See also: L</command-lines>"
30228 msgstr ""
30229
30230 # type: =head2
30231 #. type: =head2
30232 #: ../fish/guestfish-actions.pod:4295
30233 msgid "sleep"
30234 msgstr ""
30235
30236 # type: verbatim
30237 #. type: verbatim
30238 #: ../fish/guestfish-actions.pod:4297
30239 #, no-wrap
30240 msgid ""
30241 " sleep secs\n"
30242 "\n"
30243 msgstr ""
30244
30245 # type: =head2
30246 #. type: =head2
30247 #: ../fish/guestfish-actions.pod:4301
30248 msgid "stat"
30249 msgstr ""
30250
30251 # type: verbatim
30252 #. type: verbatim
30253 #: ../fish/guestfish-actions.pod:4303
30254 #, no-wrap
30255 msgid ""
30256 " stat path\n"
30257 "\n"
30258 msgstr ""
30259
30260 # type: =head2
30261 #. type: =head2
30262 #: ../fish/guestfish-actions.pod:4309
30263 msgid "statvfs"
30264 msgstr ""
30265
30266 # type: verbatim
30267 #. type: verbatim
30268 #: ../fish/guestfish-actions.pod:4311
30269 #, no-wrap
30270 msgid ""
30271 " statvfs path\n"
30272 "\n"
30273 msgstr ""
30274
30275 # type: =head2
30276 #. type: =head2
30277 #: ../fish/guestfish-actions.pod:4319
30278 msgid "strings"
30279 msgstr ""
30280
30281 # type: verbatim
30282 #. type: verbatim
30283 #: ../fish/guestfish-actions.pod:4321
30284 #, no-wrap
30285 msgid ""
30286 " strings path\n"
30287 "\n"
30288 msgstr ""
30289
30290 # type: =head2
30291 #. type: =head2
30292 #: ../fish/guestfish-actions.pod:4329
30293 msgid "strings-e"
30294 msgstr ""
30295
30296 # type: verbatim
30297 #. type: verbatim
30298 #: ../fish/guestfish-actions.pod:4331
30299 #, no-wrap
30300 msgid ""
30301 " strings-e encoding path\n"
30302 "\n"
30303 msgstr ""
30304
30305 # type: textblock
30306 #. type: textblock
30307 #: ../fish/guestfish-actions.pod:4333
30308 msgid ""
30309 "This is like the L</strings> command, but allows you to specify the encoding "
30310 "of strings that are looked for in the source file C<path>."
30311 msgstr ""
30312
30313 # type: textblock
30314 #. type: textblock
30315 #: ../fish/guestfish-actions.pod:4343
30316 msgid ""
30317 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30318 "ISO-8859-X (this is what L</strings> uses)."
30319 msgstr ""
30320
30321 # type: =head2
30322 #. type: =head2
30323 #: ../fish/guestfish-actions.pod:4375
30324 msgid "swapoff-device"
30325 msgstr ""
30326
30327 # type: verbatim
30328 #. type: verbatim
30329 #: ../fish/guestfish-actions.pod:4377
30330 #, no-wrap
30331 msgid ""
30332 " swapoff-device device\n"
30333 "\n"
30334 msgstr ""
30335
30336 # type: textblock
30337 #. type: textblock
30338 #: ../fish/guestfish-actions.pod:4379
30339 msgid ""
30340 "This command disables the libguestfs appliance swap device or partition "
30341 "named C<device>.  See L</swapon-device>."
30342 msgstr ""
30343
30344 # type: =head2
30345 #. type: =head2
30346 #: ../fish/guestfish-actions.pod:4383
30347 msgid "swapoff-file"
30348 msgstr ""
30349
30350 # type: verbatim
30351 #. type: verbatim
30352 #: ../fish/guestfish-actions.pod:4385
30353 #, no-wrap
30354 msgid ""
30355 " swapoff-file file\n"
30356 "\n"
30357 msgstr ""
30358
30359 # type: =head2
30360 #. type: =head2
30361 #: ../fish/guestfish-actions.pod:4389
30362 msgid "swapoff-label"
30363 msgstr ""
30364
30365 # type: verbatim
30366 #. type: verbatim
30367 #: ../fish/guestfish-actions.pod:4391
30368 #, no-wrap
30369 msgid ""
30370 " swapoff-label label\n"
30371 "\n"
30372 msgstr ""
30373
30374 # type: =head2
30375 #. type: =head2
30376 #: ../fish/guestfish-actions.pod:4396
30377 msgid "swapoff-uuid"
30378 msgstr ""
30379
30380 # type: verbatim
30381 #. type: verbatim
30382 #: ../fish/guestfish-actions.pod:4398
30383 #, no-wrap
30384 msgid ""
30385 " swapoff-uuid uuid\n"
30386 "\n"
30387 msgstr ""
30388
30389 # type: =head2
30390 #. type: =head2
30391 #: ../fish/guestfish-actions.pod:4403
30392 msgid "swapon-device"
30393 msgstr ""
30394
30395 # type: verbatim
30396 #. type: verbatim
30397 #: ../fish/guestfish-actions.pod:4405
30398 #, no-wrap
30399 msgid ""
30400 " swapon-device device\n"
30401 "\n"
30402 msgstr ""
30403
30404 # type: textblock
30405 #. type: textblock
30406 #: ../fish/guestfish-actions.pod:4407
30407 msgid ""
30408 "This command enables the libguestfs appliance to use the swap device or "
30409 "partition named C<device>.  The increased memory is made available for all "
30410 "commands, for example those run using L</command> or L</sh>."
30411 msgstr ""
30412
30413 # type: =head2
30414 #. type: =head2
30415 #: ../fish/guestfish-actions.pod:4419
30416 msgid "swapon-file"
30417 msgstr ""
30418
30419 # type: verbatim
30420 #. type: verbatim
30421 #: ../fish/guestfish-actions.pod:4421
30422 #, no-wrap
30423 msgid ""
30424 " swapon-file file\n"
30425 "\n"
30426 msgstr ""
30427
30428 # type: textblock
30429 #. type: textblock
30430 #: ../fish/guestfish-actions.pod:4423
30431 msgid ""
30432 "This command enables swap to a file.  See L</swapon-device> for other notes."
30433 msgstr ""
30434
30435 # type: =head2
30436 #. type: =head2
30437 #: ../fish/guestfish-actions.pod:4426
30438 msgid "swapon-label"
30439 msgstr ""
30440
30441 # type: verbatim
30442 #. type: verbatim
30443 #: ../fish/guestfish-actions.pod:4428
30444 #, no-wrap
30445 msgid ""
30446 " swapon-label label\n"
30447 "\n"
30448 msgstr ""
30449
30450 # type: textblock
30451 #. type: textblock
30452 #: ../fish/guestfish-actions.pod:4430
30453 msgid ""
30454 "This command enables swap to a labeled swap partition.  See L</swapon-"
30455 "device> for other notes."
30456 msgstr ""
30457
30458 # type: =head2
30459 #. type: =head2
30460 #: ../fish/guestfish-actions.pod:4433
30461 msgid "swapon-uuid"
30462 msgstr ""
30463
30464 # type: verbatim
30465 #. type: verbatim
30466 #: ../fish/guestfish-actions.pod:4435
30467 #, no-wrap
30468 msgid ""
30469 " swapon-uuid uuid\n"
30470 "\n"
30471 msgstr ""
30472
30473 # type: textblock
30474 #. type: textblock
30475 #: ../fish/guestfish-actions.pod:4437
30476 msgid ""
30477 "This command enables swap to a swap partition with the given UUID.  See L</"
30478 "swapon-device> for other notes."
30479 msgstr ""
30480
30481 # type: =head2
30482 #. type: =head2
30483 #: ../fish/guestfish-actions.pod:4440
30484 msgid "sync"
30485 msgstr ""
30486
30487 # type: verbatim
30488 #. type: verbatim
30489 #: ../fish/guestfish-actions.pod:4442
30490 #, no-wrap
30491 msgid ""
30492 " sync\n"
30493 "\n"
30494 msgstr ""
30495
30496 # type: =head2
30497 #. type: =head2
30498 #: ../fish/guestfish-actions.pod:4450
30499 msgid "tail"
30500 msgstr ""
30501
30502 # type: verbatim
30503 #. type: verbatim
30504 #: ../fish/guestfish-actions.pod:4452
30505 #, no-wrap
30506 msgid ""
30507 " tail path\n"
30508 "\n"
30509 msgstr ""
30510
30511 # type: =head2
30512 #. type: =head2
30513 #: ../fish/guestfish-actions.pod:4460
30514 msgid "tail-n"
30515 msgstr ""
30516
30517 # type: verbatim
30518 #. type: verbatim
30519 #: ../fish/guestfish-actions.pod:4462
30520 #, no-wrap
30521 msgid ""
30522 " tail-n nrlines path\n"
30523 "\n"
30524 msgstr ""
30525
30526 # type: =head2
30527 #. type: =head2
30528 #: ../fish/guestfish-actions.pod:4475
30529 msgid "tar-in"
30530 msgstr ""
30531
30532 # type: verbatim
30533 #. type: verbatim
30534 #: ../fish/guestfish-actions.pod:4477
30535 #, no-wrap
30536 msgid ""
30537 " tar-in (tarfile|-) directory\n"
30538 "\n"
30539 msgstr ""
30540
30541 # type: textblock
30542 #. type: textblock
30543 #: ../fish/guestfish-actions.pod:4482
30544 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
30545 msgstr ""
30546
30547 # type: =head2
30548 #. type: =head2
30549 #: ../fish/guestfish-actions.pod:4487
30550 msgid "tar-out"
30551 msgstr ""
30552
30553 # type: verbatim
30554 #. type: verbatim
30555 #: ../fish/guestfish-actions.pod:4489
30556 #, no-wrap
30557 msgid ""
30558 " tar-out directory (tarfile|-)\n"
30559 "\n"
30560 msgstr ""
30561
30562 # type: textblock
30563 #. type: textblock
30564 #: ../fish/guestfish-actions.pod:4494
30565 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
30566 msgstr ""
30567
30568 # type: =head2
30569 #. type: =head2
30570 #: ../fish/guestfish-actions.pod:4499
30571 msgid "tgz-in"
30572 msgstr ""
30573
30574 # type: verbatim
30575 #. type: verbatim
30576 #: ../fish/guestfish-actions.pod:4501
30577 #, no-wrap
30578 msgid ""
30579 " tgz-in (tarball|-) directory\n"
30580 "\n"
30581 msgstr ""
30582
30583 # type: textblock
30584 #. type: textblock
30585 #: ../fish/guestfish-actions.pod:4506
30586 msgid "To upload an uncompressed tarball, use L</tar-in>."
30587 msgstr ""
30588
30589 # type: =head2
30590 #. type: =head2
30591 #: ../fish/guestfish-actions.pod:4510
30592 msgid "tgz-out"
30593 msgstr ""
30594
30595 # type: verbatim
30596 #. type: verbatim
30597 #: ../fish/guestfish-actions.pod:4512
30598 #, no-wrap
30599 msgid ""
30600 " tgz-out directory (tarball|-)\n"
30601 "\n"
30602 msgstr ""
30603
30604 # type: textblock
30605 #. type: textblock
30606 #: ../fish/guestfish-actions.pod:4517
30607 msgid "To download an uncompressed tarball, use L</tar-out>."
30608 msgstr ""
30609
30610 # type: =head2
30611 #. type: =head2
30612 #: ../fish/guestfish-actions.pod:4521
30613 msgid "touch"
30614 msgstr ""
30615
30616 # type: verbatim
30617 #. type: verbatim
30618 #: ../fish/guestfish-actions.pod:4523
30619 #, no-wrap
30620 msgid ""
30621 " touch path\n"
30622 "\n"
30623 msgstr ""
30624
30625 # type: =head2
30626 #. type: =head2
30627 #: ../fish/guestfish-actions.pod:4532
30628 msgid "truncate"
30629 msgstr ""
30630
30631 # type: verbatim
30632 #. type: verbatim
30633 #: ../fish/guestfish-actions.pod:4534
30634 #, no-wrap
30635 msgid ""
30636 " truncate path\n"
30637 "\n"
30638 msgstr ""
30639
30640 # type: =head2
30641 #. type: =head2
30642 #: ../fish/guestfish-actions.pod:4539
30643 msgid "truncate-size"
30644 msgstr ""
30645
30646 # type: verbatim
30647 #. type: verbatim
30648 #: ../fish/guestfish-actions.pod:4541
30649 #, no-wrap
30650 msgid ""
30651 " truncate-size path size\n"
30652 "\n"
30653 msgstr ""
30654
30655 # type: textblock
30656 #. type: textblock
30657 #: ../fish/guestfish-actions.pod:4546
30658 msgid ""
30659 "If the current file size is less than C<size> then the file is extended to "
30660 "the required size with zero bytes.  This creates a sparse file (ie. disk "
30661 "blocks are not allocated for the file until you write to it).  To create a "
30662 "non-sparse file of zeroes, use L</fallocate64> instead."
30663 msgstr ""
30664
30665 # type: =head2
30666 #. type: =head2
30667 #: ../fish/guestfish-actions.pod:4552
30668 msgid "tune2fs-l"
30669 msgstr ""
30670
30671 # type: verbatim
30672 #. type: verbatim
30673 #: ../fish/guestfish-actions.pod:4554
30674 #, no-wrap
30675 msgid ""
30676 " tune2fs-l device\n"
30677 "\n"
30678 msgstr ""
30679
30680 # type: =head2
30681 #. type: =head2
30682 #: ../fish/guestfish-actions.pod:4564
30683 msgid "txz-in"
30684 msgstr ""
30685
30686 # type: verbatim
30687 #. type: verbatim
30688 #: ../fish/guestfish-actions.pod:4566
30689 #, no-wrap
30690 msgid ""
30691 " txz-in (tarball|-) directory\n"
30692 "\n"
30693 msgstr ""
30694
30695 # type: =head2
30696 #. type: =head2
30697 #: ../fish/guestfish-actions.pod:4573
30698 msgid "txz-out"
30699 msgstr ""
30700
30701 # type: verbatim
30702 #. type: verbatim
30703 #: ../fish/guestfish-actions.pod:4575
30704 #, no-wrap
30705 msgid ""
30706 " txz-out directory (tarball|-)\n"
30707 "\n"
30708 msgstr ""
30709
30710 # type: =head2
30711 #. type: =head2
30712 #: ../fish/guestfish-actions.pod:4582
30713 msgid "umask"
30714 msgstr ""
30715
30716 # type: verbatim
30717 #. type: verbatim
30718 #: ../fish/guestfish-actions.pod:4584
30719 #, no-wrap
30720 msgid ""
30721 " umask mask\n"
30722 "\n"
30723 msgstr ""
30724
30725 # type: textblock
30726 #. type: textblock
30727 #: ../fish/guestfish-actions.pod:4598
30728 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
30729 msgstr ""
30730
30731 # type: =head2
30732 #. type: =head2
30733 #: ../fish/guestfish-actions.pod:4603
30734 msgid "umount"
30735 msgstr ""
30736
30737 # type: =head2
30738 #. type: =head2
30739 #: ../fish/guestfish-actions.pod:4605
30740 msgid "unmount"
30741 msgstr ""
30742
30743 # type: verbatim
30744 #. type: verbatim
30745 #: ../fish/guestfish-actions.pod:4607
30746 #, no-wrap
30747 msgid ""
30748 " umount pathordevice\n"
30749 "\n"
30750 msgstr ""
30751
30752 # type: =head2
30753 #. type: =head2
30754 #: ../fish/guestfish-actions.pod:4613
30755 msgid "umount-all"
30756 msgstr ""
30757
30758 # type: =head2
30759 #. type: =head2
30760 #: ../fish/guestfish-actions.pod:4615
30761 msgid "unmount-all"
30762 msgstr ""
30763
30764 # type: verbatim
30765 #. type: verbatim
30766 #: ../fish/guestfish-actions.pod:4617
30767 #, no-wrap
30768 msgid ""
30769 " umount-all\n"
30770 "\n"
30771 msgstr ""
30772
30773 # type: =head2
30774 #. type: =head2
30775 #: ../fish/guestfish-actions.pod:4623
30776 msgid "upload"
30777 msgstr ""
30778
30779 # type: verbatim
30780 #. type: verbatim
30781 #: ../fish/guestfish-actions.pod:4625
30782 #, no-wrap
30783 msgid ""
30784 " upload (filename|-) remotefilename\n"
30785 "\n"
30786 msgstr ""
30787
30788 # type: textblock
30789 #. type: textblock
30790 #: ../fish/guestfish-actions.pod:4632
30791 msgid "See also L</download>."
30792 msgstr ""
30793
30794 # type: =head2
30795 #. type: =head2
30796 #: ../fish/guestfish-actions.pod:4636
30797 msgid "upload-offset"
30798 msgstr ""
30799
30800 # type: verbatim
30801 #. type: verbatim
30802 #: ../fish/guestfish-actions.pod:4638
30803 #, no-wrap
30804 msgid ""
30805 " upload-offset (filename|-) remotefilename offset\n"
30806 "\n"
30807 msgstr ""
30808
30809 # type: textblock
30810 #. type: textblock
30811 #: ../fish/guestfish-actions.pod:4650
30812 msgid ""
30813 "Note that there is no limit on the amount of data that can be uploaded with "
30814 "this call, unlike with L</pwrite>, and this call always writes the full "
30815 "amount unless an error occurs."
30816 msgstr ""
30817
30818 # type: textblock
30819 #. type: textblock
30820 #: ../fish/guestfish-actions.pod:4655
30821 msgid "See also L</upload>, L</pwrite>."
30822 msgstr ""
30823
30824 # type: =head2
30825 #. type: =head2
30826 #: ../fish/guestfish-actions.pod:4659
30827 msgid "utimens"
30828 msgstr ""
30829
30830 # type: verbatim
30831 #. type: verbatim
30832 #: ../fish/guestfish-actions.pod:4661
30833 #, no-wrap
30834 msgid ""
30835 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
30836 "\n"
30837 msgstr ""
30838
30839 # type: =head2
30840 #. type: =head2
30841 #: ../fish/guestfish-actions.pod:4680
30842 msgid "version"
30843 msgstr ""
30844
30845 # type: verbatim
30846 #. type: verbatim
30847 #: ../fish/guestfish-actions.pod:4682
30848 #, no-wrap
30849 msgid ""
30850 " version\n"
30851 "\n"
30852 msgstr ""
30853
30854 # type: textblock
30855 #. type: textblock
30856 #: ../fish/guestfish-actions.pod:4709
30857 msgid ""
30858 "I<Note:> Don't use this call to test for availability of features.  In "
30859 "enterprise distributions we backport features from later versions into "
30860 "earlier versions, making this an unreliable way to test for features.  Use "
30861 "L</available> instead."
30862 msgstr ""
30863
30864 # type: =head2
30865 #. type: =head2
30866 #: ../fish/guestfish-actions.pod:4715
30867 msgid "vfs-label"
30868 msgstr ""
30869
30870 # type: verbatim
30871 #. type: verbatim
30872 #: ../fish/guestfish-actions.pod:4717
30873 #, no-wrap
30874 msgid ""
30875 " vfs-label device\n"
30876 "\n"
30877 msgstr ""
30878
30879 # type: textblock
30880 #. type: textblock
30881 #: ../fish/guestfish-actions.pod:4724
30882 msgid "To find a filesystem from the label, use L</findfs-label>."
30883 msgstr ""
30884
30885 # type: =head2
30886 #. type: =head2
30887 #: ../fish/guestfish-actions.pod:4726
30888 msgid "vfs-type"
30889 msgstr ""
30890
30891 # type: verbatim
30892 #. type: verbatim
30893 #: ../fish/guestfish-actions.pod:4728
30894 #, no-wrap
30895 msgid ""
30896 " vfs-type device\n"
30897 "\n"
30898 msgstr ""
30899
30900 # type: =head2
30901 #. type: =head2
30902 #: ../fish/guestfish-actions.pod:4738
30903 msgid "vfs-uuid"
30904 msgstr ""
30905
30906 # type: verbatim
30907 #. type: verbatim
30908 #: ../fish/guestfish-actions.pod:4740
30909 #, no-wrap
30910 msgid ""
30911 " vfs-uuid device\n"
30912 "\n"
30913 msgstr ""
30914
30915 # type: textblock
30916 #. type: textblock
30917 #: ../fish/guestfish-actions.pod:4747
30918 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
30919 msgstr ""
30920
30921 # type: =head2
30922 #. type: =head2
30923 #: ../fish/guestfish-actions.pod:4749
30924 msgid "vg-activate"
30925 msgstr ""
30926
30927 # type: verbatim
30928 #. type: verbatim
30929 #: ../fish/guestfish-actions.pod:4751
30930 #, no-wrap
30931 msgid ""
30932 " vg-activate true|false 'volgroups ...'\n"
30933 "\n"
30934 msgstr ""
30935
30936 # type: =head2
30937 #. type: =head2
30938 #: ../fish/guestfish-actions.pod:4764
30939 msgid "vg-activate-all"
30940 msgstr ""
30941
30942 # type: verbatim
30943 #. type: verbatim
30944 #: ../fish/guestfish-actions.pod:4766
30945 #, no-wrap
30946 msgid ""
30947 " vg-activate-all true|false\n"
30948 "\n"
30949 msgstr ""
30950
30951 # type: =head2
30952 #. type: =head2
30953 #: ../fish/guestfish-actions.pod:4776
30954 msgid "vgcreate"
30955 msgstr ""
30956
30957 # type: verbatim
30958 #. type: verbatim
30959 #: ../fish/guestfish-actions.pod:4778
30960 #, no-wrap
30961 msgid ""
30962 " vgcreate volgroup 'physvols ...'\n"
30963 "\n"
30964 msgstr ""
30965
30966 # type: =head2
30967 #. type: =head2
30968 #: ../fish/guestfish-actions.pod:4783
30969 msgid "vglvuuids"
30970 msgstr ""
30971
30972 # type: verbatim
30973 #. type: verbatim
30974 #: ../fish/guestfish-actions.pod:4785
30975 #, no-wrap
30976 msgid ""
30977 " vglvuuids vgname\n"
30978 "\n"
30979 msgstr ""
30980
30981 # type: textblock
30982 #. type: textblock
30983 #: ../fish/guestfish-actions.pod:4790
30984 msgid ""
30985 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
30986 "logical volumes and volume groups."
30987 msgstr ""
30988
30989 # type: textblock
30990 #. type: textblock
30991 #: ../fish/guestfish-actions.pod:4793
30992 msgid "See also L</vgpvuuids>."
30993 msgstr ""
30994
30995 # type: =head2
30996 #. type: =head2
30997 #: ../fish/guestfish-actions.pod:4795
30998 msgid "vgpvuuids"
30999 msgstr ""
31000
31001 # type: verbatim
31002 #. type: verbatim
31003 #: ../fish/guestfish-actions.pod:4797
31004 #, no-wrap
31005 msgid ""
31006 " vgpvuuids vgname\n"
31007 "\n"
31008 msgstr ""
31009
31010 # type: textblock
31011 #. type: textblock
31012 #: ../fish/guestfish-actions.pod:4802
31013 msgid ""
31014 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
31015 "physical volumes and volume groups."
31016 msgstr ""
31017
31018 # type: textblock
31019 #. type: textblock
31020 #: ../fish/guestfish-actions.pod:4805
31021 msgid "See also L</vglvuuids>."
31022 msgstr ""
31023
31024 # type: =head2
31025 #. type: =head2
31026 #: ../fish/guestfish-actions.pod:4807
31027 msgid "vgremove"
31028 msgstr ""
31029
31030 # type: verbatim
31031 #. type: verbatim
31032 #: ../fish/guestfish-actions.pod:4809
31033 #, no-wrap
31034 msgid ""
31035 " vgremove vgname\n"
31036 "\n"
31037 msgstr ""
31038
31039 # type: =head2
31040 #. type: =head2
31041 #: ../fish/guestfish-actions.pod:4816
31042 msgid "vgrename"
31043 msgstr ""
31044
31045 # type: verbatim
31046 #. type: verbatim
31047 #: ../fish/guestfish-actions.pod:4818
31048 #, no-wrap
31049 msgid ""
31050 " vgrename volgroup newvolgroup\n"
31051 "\n"
31052 msgstr ""
31053
31054 # type: =head2
31055 #. type: =head2
31056 #: ../fish/guestfish-actions.pod:4822
31057 msgid "vgs"
31058 msgstr ""
31059
31060 # type: verbatim
31061 #. type: verbatim
31062 #: ../fish/guestfish-actions.pod:4824
31063 #, no-wrap
31064 msgid ""
31065 " vgs\n"
31066 "\n"
31067 msgstr ""
31068
31069 # type: textblock
31070 #. type: textblock
31071 #: ../fish/guestfish-actions.pod:4832
31072 msgid "See also L</vgs-full>."
31073 msgstr ""
31074
31075 # type: =head2
31076 #. type: =head2
31077 #: ../fish/guestfish-actions.pod:4834
31078 msgid "vgs-full"
31079 msgstr ""
31080
31081 # type: verbatim
31082 #. type: verbatim
31083 #: ../fish/guestfish-actions.pod:4836
31084 #, no-wrap
31085 msgid ""
31086 " vgs-full\n"
31087 "\n"
31088 msgstr ""
31089
31090 # type: =head2
31091 #. type: =head2
31092 #: ../fish/guestfish-actions.pod:4841
31093 msgid "vgscan"
31094 msgstr ""
31095
31096 # type: verbatim
31097 #. type: verbatim
31098 #: ../fish/guestfish-actions.pod:4843
31099 #, no-wrap
31100 msgid ""
31101 " vgscan\n"
31102 "\n"
31103 msgstr ""
31104
31105 # type: =head2
31106 #. type: =head2
31107 #: ../fish/guestfish-actions.pod:4848
31108 msgid "vguuid"
31109 msgstr ""
31110
31111 # type: verbatim
31112 #. type: verbatim
31113 #: ../fish/guestfish-actions.pod:4850
31114 #, no-wrap
31115 msgid ""
31116 " vguuid vgname\n"
31117 "\n"
31118 msgstr ""
31119
31120 # type: =head2
31121 #. type: =head2
31122 #: ../fish/guestfish-actions.pod:4854
31123 msgid "wc-c"
31124 msgstr ""
31125
31126 # type: verbatim
31127 #. type: verbatim
31128 #: ../fish/guestfish-actions.pod:4856
31129 #, no-wrap
31130 msgid ""
31131 " wc-c path\n"
31132 "\n"
31133 msgstr ""
31134
31135 # type: =head2
31136 #. type: =head2
31137 #: ../fish/guestfish-actions.pod:4861
31138 msgid "wc-l"
31139 msgstr ""
31140
31141 # type: verbatim
31142 #. type: verbatim
31143 #: ../fish/guestfish-actions.pod:4863
31144 #, no-wrap
31145 msgid ""
31146 " wc-l path\n"
31147 "\n"
31148 msgstr ""
31149
31150 # type: =head2
31151 #. type: =head2
31152 #: ../fish/guestfish-actions.pod:4868
31153 msgid "wc-w"
31154 msgstr ""
31155
31156 # type: verbatim
31157 #. type: verbatim
31158 #: ../fish/guestfish-actions.pod:4870
31159 #, no-wrap
31160 msgid ""
31161 " wc-w path\n"
31162 "\n"
31163 msgstr ""
31164
31165 # type: =head2
31166 #. type: =head2
31167 #: ../fish/guestfish-actions.pod:4875
31168 msgid "write"
31169 msgstr ""
31170
31171 # type: verbatim
31172 #. type: verbatim
31173 #: ../fish/guestfish-actions.pod:4877
31174 #, no-wrap
31175 msgid ""
31176 " write path content\n"
31177 "\n"
31178 msgstr ""
31179
31180 # type: =head2
31181 #. type: =head2
31182 #: ../fish/guestfish-actions.pod:4885
31183 msgid "write-file"
31184 msgstr ""
31185
31186 # type: verbatim
31187 #. type: verbatim
31188 #: ../fish/guestfish-actions.pod:4887
31189 #, no-wrap
31190 msgid ""
31191 " write-file path content size\n"
31192 "\n"
31193 msgstr ""
31194
31195 # type: =head2
31196 #. type: =head2
31197 #: ../fish/guestfish-actions.pod:4910
31198 msgid "zegrep"
31199 msgstr ""
31200
31201 # type: verbatim
31202 #. type: verbatim
31203 #: ../fish/guestfish-actions.pod:4912
31204 #, no-wrap
31205 msgid ""
31206 " zegrep regex path\n"
31207 "\n"
31208 msgstr ""
31209
31210 # type: =head2
31211 #. type: =head2
31212 #: ../fish/guestfish-actions.pod:4920
31213 msgid "zegrepi"
31214 msgstr ""
31215
31216 # type: verbatim
31217 #. type: verbatim
31218 #: ../fish/guestfish-actions.pod:4922
31219 #, no-wrap
31220 msgid ""
31221 " zegrepi regex path\n"
31222 "\n"
31223 msgstr ""
31224
31225 # type: =head2
31226 #. type: =head2
31227 #: ../fish/guestfish-actions.pod:4930
31228 msgid "zero"
31229 msgstr ""
31230
31231 # type: verbatim
31232 #. type: verbatim
31233 #: ../fish/guestfish-actions.pod:4932
31234 #, no-wrap
31235 msgid ""
31236 " zero device\n"
31237 "\n"
31238 msgstr ""
31239
31240 # type: textblock
31241 #. type: textblock
31242 #: ../fish/guestfish-actions.pod:4940
31243 msgid "See also: L</zero-device>, L</scrub-device>."
31244 msgstr ""
31245
31246 # type: =head2
31247 #. type: =head2
31248 #: ../fish/guestfish-actions.pod:4942
31249 msgid "zero-device"
31250 msgstr ""
31251
31252 # type: verbatim
31253 #. type: verbatim
31254 #: ../fish/guestfish-actions.pod:4944
31255 #, no-wrap
31256 msgid ""
31257 " zero-device device\n"
31258 "\n"
31259 msgstr ""
31260
31261 # type: textblock
31262 #. type: textblock
31263 #: ../fish/guestfish-actions.pod:4946
31264 msgid ""
31265 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
31266 "which just zeroes the first few blocks of a device."
31267 msgstr ""
31268
31269 # type: =head2
31270 #. type: =head2
31271 #: ../fish/guestfish-actions.pod:4953
31272 msgid "zerofree"
31273 msgstr ""
31274
31275 # type: verbatim
31276 #. type: verbatim
31277 #: ../fish/guestfish-actions.pod:4955
31278 #, no-wrap
31279 msgid ""
31280 " zerofree device\n"
31281 "\n"
31282 msgstr ""
31283
31284 # type: =head2
31285 #. type: =head2
31286 #: ../fish/guestfish-actions.pod:4968
31287 msgid "zfgrep"
31288 msgstr ""
31289
31290 # type: verbatim
31291 #. type: verbatim
31292 #: ../fish/guestfish-actions.pod:4970
31293 #, no-wrap
31294 msgid ""
31295 " zfgrep pattern path\n"
31296 "\n"
31297 msgstr ""
31298
31299 # type: =head2
31300 #. type: =head2
31301 #: ../fish/guestfish-actions.pod:4978
31302 msgid "zfgrepi"
31303 msgstr ""
31304
31305 # type: verbatim
31306 #. type: verbatim
31307 #: ../fish/guestfish-actions.pod:4980
31308 #, no-wrap
31309 msgid ""
31310 " zfgrepi pattern path\n"
31311 "\n"
31312 msgstr ""
31313
31314 # type: =head2
31315 #. type: =head2
31316 #: ../fish/guestfish-actions.pod:4988
31317 msgid "zfile"
31318 msgstr ""
31319
31320 # type: verbatim
31321 #. type: verbatim
31322 #: ../fish/guestfish-actions.pod:4990
31323 #, no-wrap
31324 msgid ""
31325 " zfile meth path\n"
31326 "\n"
31327 msgstr ""
31328
31329 # type: textblock
31330 #. type: textblock
31331 #: ../fish/guestfish-actions.pod:4997
31332 msgid ""
31333 "Since 1.0.63, use L</file> instead which can now process compressed files."
31334 msgstr ""
31335
31336 # type: =head2
31337 #. type: =head2
31338 #: ../fish/guestfish-actions.pod:5007
31339 msgid "zgrep"
31340 msgstr ""
31341
31342 # type: verbatim
31343 #. type: verbatim
31344 #: ../fish/guestfish-actions.pod:5009
31345 #, no-wrap
31346 msgid ""
31347 " zgrep regex path\n"
31348 "\n"
31349 msgstr ""
31350
31351 # type: =head2
31352 #. type: =head2
31353 #: ../fish/guestfish-actions.pod:5017
31354 msgid "zgrepi"
31355 msgstr ""
31356
31357 # type: verbatim
31358 #. type: verbatim
31359 #: ../fish/guestfish-actions.pod:5019
31360 #, no-wrap
31361 msgid ""
31362 " zgrepi regex path\n"
31363 "\n"
31364 msgstr ""
31365
31366 # type: =head2
31367 #. type: =head2
31368 #: ../fish/guestfish-commands.pod:1
31369 msgid "alloc"
31370 msgstr ""
31371
31372 # type: =head2
31373 #. type: =head2
31374 #: ../fish/guestfish-commands.pod:3
31375 msgid "allocate"
31376 msgstr ""
31377
31378 # type: verbatim
31379 #. type: verbatim
31380 #: ../fish/guestfish-commands.pod:5
31381 #, no-wrap
31382 msgid ""
31383 " alloc filename size\n"
31384 "\n"
31385 msgstr ""
31386
31387 # type: textblock
31388 #. type: textblock
31389 #: ../fish/guestfish-commands.pod:7
31390 msgid ""
31391 "This creates an empty (zeroed) file of the given size, and then adds so it "
31392 "can be further examined."
31393 msgstr ""
31394
31395 # type: textblock
31396 #. type: textblock
31397 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
31398 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
31399 msgstr ""
31400
31401 # type: textblock
31402 #. type: textblock
31403 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
31404 msgid "Size can be specified using standard suffixes, eg. C<1M>."
31405 msgstr ""
31406
31407 # type: textblock
31408 #. type: textblock
31409 #: ../fish/guestfish-commands.pod:14
31410 msgid ""
31411 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
31412 "image, see L</PREPARED DISK IMAGES>."
31413 msgstr ""
31414
31415 # type: =head2
31416 #. type: =head2
31417 #: ../fish/guestfish-commands.pod:17
31418 msgid "copy-in"
31419 msgstr ""
31420
31421 # type: verbatim
31422 #. type: verbatim
31423 #: ../fish/guestfish-commands.pod:19
31424 #, no-wrap
31425 msgid ""
31426 " copy-in local [local ...] /remotedir\n"
31427 "\n"
31428 msgstr ""
31429
31430 # type: textblock
31431 #. type: textblock
31432 #: ../fish/guestfish-commands.pod:21
31433 msgid ""
31434 "C<copy-in> copies local files or directories recursively into the disk "
31435 "image, placing them in the directory called C</remotedir> (which must "
31436 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
31437 "other commands as necessary."
31438 msgstr ""
31439
31440 # type: textblock
31441 #. type: textblock
31442 #: ../fish/guestfish-commands.pod:26
31443 msgid ""
31444 "Multiple local files and directories can be specified, but the last "
31445 "parameter must always be a remote directory.  Wildcards cannot be used."
31446 msgstr ""
31447
31448 # type: =head2
31449 #. type: =head2
31450 #: ../fish/guestfish-commands.pod:30
31451 msgid "copy-out"
31452 msgstr ""
31453
31454 # type: verbatim
31455 #. type: verbatim
31456 #: ../fish/guestfish-commands.pod:32
31457 #, no-wrap
31458 msgid ""
31459 " copy-out remote [remote ...] localdir\n"
31460 "\n"
31461 msgstr ""
31462
31463 # type: textblock
31464 #. type: textblock
31465 #: ../fish/guestfish-commands.pod:34
31466 msgid ""
31467 "C<copy-out> copies remote files or directories recursively out of the disk "
31468 "image, placing them on the host disk in a local directory called C<localdir> "
31469 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
31470 "download>, L</tar-out> and other commands as necessary."
31471 msgstr ""
31472
31473 # type: textblock
31474 #. type: textblock
31475 #: ../fish/guestfish-commands.pod:40
31476 msgid ""
31477 "Multiple remote files and directories can be specified, but the last "
31478 "parameter must always be a local directory.  To download to the current "
31479 "directory, use C<.> as in:"
31480 msgstr ""
31481
31482 # type: verbatim
31483 #. type: verbatim
31484 #: ../fish/guestfish-commands.pod:44
31485 #, no-wrap
31486 msgid ""
31487 " copy-out /home .\n"
31488 "\n"
31489 msgstr ""
31490
31491 # type: textblock
31492 #. type: textblock
31493 #: ../fish/guestfish-commands.pod:46
31494 msgid ""
31495 "Wildcards cannot be used in the ordinary command, but you can use them with "
31496 "the help of L</glob> like this:"
31497 msgstr ""
31498
31499 # type: verbatim
31500 #. type: verbatim
31501 #: ../fish/guestfish-commands.pod:49
31502 #, no-wrap
31503 msgid ""
31504 " glob copy-out /home/* .\n"
31505 "\n"
31506 msgstr ""
31507
31508 # type: =head2
31509 #. type: =head2
31510 #: ../fish/guestfish-commands.pod:51
31511 msgid "echo"
31512 msgstr ""
31513
31514 # type: verbatim
31515 #. type: verbatim
31516 #: ../fish/guestfish-commands.pod:53
31517 #, no-wrap
31518 msgid ""
31519 " echo [params ...]\n"
31520 "\n"
31521 msgstr ""
31522
31523 # type: textblock
31524 #. type: textblock
31525 #: ../fish/guestfish-commands.pod:55
31526 msgid "This echos the parameters to the terminal."
31527 msgstr ""
31528
31529 # type: =head2
31530 #. type: =head2
31531 #: ../fish/guestfish-commands.pod:57
31532 msgid "edit"
31533 msgstr ""
31534
31535 # type: =head2
31536 #. type: =head2
31537 #: ../fish/guestfish-commands.pod:59
31538 msgid "vi"
31539 msgstr ""
31540
31541 # type: =head2
31542 #. type: =head2
31543 #: ../fish/guestfish-commands.pod:61
31544 msgid "emacs"
31545 msgstr ""
31546
31547 # type: verbatim
31548 #. type: verbatim
31549 #: ../fish/guestfish-commands.pod:63
31550 #, no-wrap
31551 msgid ""
31552 " edit filename\n"
31553 "\n"
31554 msgstr ""
31555
31556 # type: textblock
31557 #. type: textblock
31558 #: ../fish/guestfish-commands.pod:65
31559 msgid ""
31560 "This is used to edit a file.  It downloads the file, edits it locally using "
31561 "your editor, then uploads the result."
31562 msgstr ""
31563
31564 # type: textblock
31565 #. type: textblock
31566 #: ../fish/guestfish-commands.pod:68
31567 msgid ""
31568 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
31569 "or C<emacs> you will get those corresponding editors."
31570 msgstr ""
31571
31572 # type: =head2
31573 #. type: =head2
31574 #: ../fish/guestfish-commands.pod:72
31575 msgid "glob"
31576 msgstr ""
31577
31578 # type: verbatim
31579 #. type: verbatim
31580 #: ../fish/guestfish-commands.pod:74
31581 #, no-wrap
31582 msgid ""
31583 " glob command args...\n"
31584 "\n"
31585 msgstr ""
31586
31587 # type: textblock
31588 #. type: textblock
31589 #: ../fish/guestfish-commands.pod:76
31590 msgid ""
31591 "Expand wildcards in any paths in the args list, and run C<command> "
31592 "repeatedly on each matching path."
31593 msgstr ""
31594
31595 # type: textblock
31596 #. type: textblock
31597 #: ../fish/guestfish-commands.pod:79
31598 msgid "See L</WILDCARDS AND GLOBBING>."
31599 msgstr ""
31600
31601 # type: =head2
31602 #. type: =head2
31603 #: ../fish/guestfish-commands.pod:81
31604 msgid "hexedit"
31605 msgstr ""
31606
31607 # type: verbatim
31608 #. type: verbatim
31609 #: ../fish/guestfish-commands.pod:83
31610 #, no-wrap
31611 msgid ""
31612 " hexedit <filename|device>\n"
31613 " hexedit <filename|device> <max>\n"
31614 " hexedit <filename|device> <start> <max>\n"
31615 "\n"
31616 msgstr ""
31617
31618 # type: textblock
31619 #. type: textblock
31620 #: ../fish/guestfish-commands.pod:87
31621 msgid ""
31622 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
31623 "device."
31624 msgstr ""
31625
31626 # type: textblock
31627 #. type: textblock
31628 #: ../fish/guestfish-commands.pod:90
31629 msgid ""
31630 "This command works by downloading potentially the whole file or device, "
31631 "editing it locally, then uploading it.  If the file or device is large, you "
31632 "have to specify which part you wish to edit by using C<max> and/or C<start> "
31633 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
31634 "usual modifiers allowed such as C<1M> (1 megabyte)."
31635 msgstr ""
31636
31637 # type: textblock
31638 #. type: textblock
31639 #: ../fish/guestfish-commands.pod:97
31640 msgid "For example to edit the first few sectors of a disk you might do:"
31641 msgstr ""
31642
31643 # type: verbatim
31644 #. type: verbatim
31645 #: ../fish/guestfish-commands.pod:100
31646 #, no-wrap
31647 msgid ""
31648 " hexedit /dev/sda 1M\n"
31649 "\n"
31650 msgstr ""
31651
31652 # type: textblock
31653 #. type: textblock
31654 #: ../fish/guestfish-commands.pod:102
31655 msgid ""
31656 "which would allow you to edit anywhere within the first megabyte of the disk."
31657 msgstr ""
31658
31659 # type: textblock
31660 #. type: textblock
31661 #: ../fish/guestfish-commands.pod:105
31662 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
31663 msgstr ""
31664
31665 # type: verbatim
31666 #. type: verbatim
31667 #: ../fish/guestfish-commands.pod:107
31668 #, no-wrap
31669 msgid ""
31670 " hexedit /dev/sda1 0x400 0x400\n"
31671 "\n"
31672 msgstr ""
31673
31674 # type: textblock
31675 #. type: textblock
31676 #: ../fish/guestfish-commands.pod:109
31677 msgid "(assuming the superblock is in the standard location)."
31678 msgstr ""
31679
31680 # type: textblock
31681 #. type: textblock
31682 #: ../fish/guestfish-commands.pod:111
31683 msgid ""
31684 "This command requires the external L<hexedit(1)> program.  You can specify "
31685 "another program to use by setting the C<HEXEDITOR> environment variable."
31686 msgstr ""
31687
31688 # type: textblock
31689 #. type: textblock
31690 #: ../fish/guestfish-commands.pod:115
31691 msgid "See also L</hexdump>."
31692 msgstr ""
31693
31694 # type: =head2
31695 #. type: =head2
31696 #: ../fish/guestfish-commands.pod:117
31697 msgid "lcd"
31698 msgstr ""
31699
31700 # type: verbatim
31701 #. type: verbatim
31702 #: ../fish/guestfish-commands.pod:119
31703 #, no-wrap
31704 msgid ""
31705 " lcd directory\n"
31706 "\n"
31707 msgstr ""
31708
31709 # type: textblock
31710 #. type: textblock
31711 #: ../fish/guestfish-commands.pod:121
31712 msgid ""
31713 "Change the local directory, ie. the current directory of guestfish itself."
31714 msgstr ""
31715
31716 # type: textblock
31717 #. type: textblock
31718 #: ../fish/guestfish-commands.pod:124
31719 msgid "Note that C<!cd> won't do what you might expect."
31720 msgstr ""
31721
31722 # type: =head2
31723 #. type: =head2
31724 #: ../fish/guestfish-commands.pod:126
31725 msgid "man"
31726 msgstr ""
31727
31728 # type: =head2
31729 #. type: =head2
31730 #: ../fish/guestfish-commands.pod:128
31731 msgid "manual"
31732 msgstr ""
31733
31734 # type: verbatim
31735 #. type: verbatim
31736 #: ../fish/guestfish-commands.pod:130
31737 #, no-wrap
31738 msgid ""
31739 "  man\n"
31740 "\n"
31741 msgstr ""
31742
31743 # type: textblock
31744 #. type: textblock
31745 #: ../fish/guestfish-commands.pod:132
31746 msgid "Opens the manual page for guestfish."
31747 msgstr ""
31748
31749 # type: =head2
31750 #. type: =head2
31751 #: ../fish/guestfish-commands.pod:134
31752 msgid "more"
31753 msgstr ""
31754
31755 # type: =head2
31756 #. type: =head2
31757 #: ../fish/guestfish-commands.pod:136
31758 msgid "less"
31759 msgstr ""
31760
31761 # type: verbatim
31762 #. type: verbatim
31763 #: ../fish/guestfish-commands.pod:138
31764 #, no-wrap
31765 msgid ""
31766 " more filename\n"
31767 "\n"
31768 msgstr ""
31769
31770 # type: verbatim
31771 #. type: verbatim
31772 #: ../fish/guestfish-commands.pod:140
31773 #, no-wrap
31774 msgid ""
31775 " less filename\n"
31776 "\n"
31777 msgstr ""
31778
31779 # type: textblock
31780 #. type: textblock
31781 #: ../fish/guestfish-commands.pod:142
31782 msgid "This is used to view a file."
31783 msgstr ""
31784
31785 # type: textblock
31786 #. type: textblock
31787 #: ../fish/guestfish-commands.pod:144
31788 msgid ""
31789 "The default viewer is C<$PAGER>.  However if you use the alternate command "
31790 "C<less> you will get the C<less> command specifically."
31791 msgstr ""
31792
31793 # type: =head2
31794 #. type: =head2
31795 #: ../fish/guestfish-commands.pod:147
31796 msgid "reopen"
31797 msgstr ""
31798
31799 # type: verbatim
31800 #. type: verbatim
31801 #: ../fish/guestfish-commands.pod:149
31802 #, no-wrap
31803 msgid ""
31804 "  reopen\n"
31805 "\n"
31806 msgstr ""
31807
31808 # type: textblock
31809 #. type: textblock
31810 #: ../fish/guestfish-commands.pod:151
31811 msgid ""
31812 "Close and reopen the libguestfs handle.  It is not necessary to use this "
31813 "normally, because the handle is closed properly when guestfish exits.  "
31814 "However this is occasionally useful for testing."
31815 msgstr ""
31816
31817 # type: =head2
31818 #. type: =head2
31819 #: ../fish/guestfish-commands.pod:155
31820 msgid "sparse"
31821 msgstr ""
31822
31823 # type: verbatim
31824 #. type: verbatim
31825 #: ../fish/guestfish-commands.pod:157
31826 #, no-wrap
31827 msgid ""
31828 " sparse filename size\n"
31829 "\n"
31830 msgstr ""
31831
31832 # type: textblock
31833 #. type: textblock
31834 #: ../fish/guestfish-commands.pod:159
31835 msgid ""
31836 "This creates an empty sparse file of the given size, and then adds so it can "
31837 "be further examined."
31838 msgstr ""
31839
31840 # type: textblock
31841 #. type: textblock
31842 #: ../fish/guestfish-commands.pod:162
31843 msgid ""
31844 "In all respects it works the same as the L</alloc> command, except that the "
31845 "image file is allocated sparsely, which means that disk blocks are not "
31846 "assigned to the file until they are needed.  Sparse disk files only use "
31847 "space when written to, but they are slower and there is a danger you could "
31848 "run out of real disk space during a write operation."
31849 msgstr ""
31850
31851 # type: =head2
31852 #. type: =head2
31853 #: ../fish/guestfish-commands.pod:172
31854 msgid "supported"
31855 msgstr ""
31856
31857 # type: verbatim
31858 #. type: verbatim
31859 #: ../fish/guestfish-commands.pod:174
31860 #, no-wrap
31861 msgid ""
31862 " supported\n"
31863 "\n"
31864 msgstr ""
31865
31866 # type: textblock
31867 #. type: textblock
31868 #: ../fish/guestfish-commands.pod:176
31869 msgid ""
31870 "This command returns a list of the optional groups known to the daemon, and "
31871 "indicates which ones are supported by this build of the libguestfs appliance."
31872 msgstr ""
31873
31874 # type: textblock
31875 #. type: textblock
31876 #: ../fish/guestfish-commands.pod:180
31877 msgid "See also L<guestfs(3)/AVAILABILITY>."
31878 msgstr ""
31879
31880 # type: =head2
31881 #. type: =head2
31882 #: ../fish/guestfish-commands.pod:182
31883 msgid "time"
31884 msgstr ""
31885
31886 # type: verbatim
31887 #. type: verbatim
31888 #: ../fish/guestfish-commands.pod:184
31889 #, no-wrap
31890 msgid ""
31891 " time command args...\n"
31892 "\n"
31893 msgstr ""
31894
31895 # type: textblock
31896 #. type: textblock
31897 #: ../fish/guestfish-commands.pod:186
31898 msgid ""
31899 "Run the command as usual, but print the elapsed time afterwards.  This can "
31900 "be useful for benchmarking operations."
31901 msgstr ""
31902
31903 # type: textblock
31904 #. type: textblock
31905 #: ../test-tool/libguestfs-test-tool.pod:5
31906 msgid "libguestfs-test-tool - End user tests for libguestfs"
31907 msgstr ""
31908
31909 # type: verbatim
31910 #. type: verbatim
31911 #: ../test-tool/libguestfs-test-tool.pod:9
31912 #, no-wrap
31913 msgid ""
31914 " libguestfs-test-tool [--options]\n"
31915 "\n"
31916 msgstr ""
31917
31918 # type: textblock
31919 #. type: textblock
31920 #: ../test-tool/libguestfs-test-tool.pod:13
31921 msgid ""
31922 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
31923 "and developers, to allow them to check basic libguestfs functionality is "
31924 "working.  This is needed because libguestfs occasionally breaks for reasons "
31925 "beyond our control: usually because of changes in the underlying qemu or "
31926 "kernel packages, or the host environment."
31927 msgstr ""
31928
31929 # type: textblock
31930 #. type: textblock
31931 #: ../test-tool/libguestfs-test-tool.pod:20
31932 msgid "If you suspect a problem in libguestfs, then just run:"
31933 msgstr ""
31934
31935 # type: verbatim
31936 #. type: verbatim
31937 #: ../test-tool/libguestfs-test-tool.pod:22
31938 #, no-wrap
31939 msgid ""
31940 " libguestfs-test-tool\n"
31941 "\n"
31942 msgstr ""
31943
31944 # type: textblock
31945 #. type: textblock
31946 #: ../test-tool/libguestfs-test-tool.pod:24
31947 msgid "It will print lots of diagnostic messages."
31948 msgstr ""
31949
31950 # type: textblock
31951 #. type: textblock
31952 #: ../test-tool/libguestfs-test-tool.pod:26
31953 msgid "If it runs to completion successfully, you will see this near the end:"
31954 msgstr ""
31955
31956 # type: verbatim
31957 #. type: verbatim
31958 #: ../test-tool/libguestfs-test-tool.pod:28
31959 #, no-wrap
31960 msgid ""
31961 " ===== TEST FINISHED OK =====\n"
31962 "\n"
31963 msgstr ""
31964
31965 # type: textblock
31966 #. type: textblock
31967 #: ../test-tool/libguestfs-test-tool.pod:30
31968 msgid "and the test tool will exit with code 0."
31969 msgstr ""
31970
31971 # type: textblock
31972 #. type: textblock
31973 #: ../test-tool/libguestfs-test-tool.pod:32
31974 msgid ""
31975 "If it fails (and/or exits with non-zero error code), please paste the "
31976 "B<complete, unedited> output of the test tool into a bug report.  More "
31977 "information about reporting bugs can be found on the L<http://libguestfs.org/"
31978 "> website."
31979 msgstr ""
31980
31981 # type: =item
31982 #. type: =item
31983 #: ../test-tool/libguestfs-test-tool.pod:41
31984 msgid "I<--help>"
31985 msgstr ""
31986
31987 # type: textblock
31988 #. type: textblock
31989 #: ../test-tool/libguestfs-test-tool.pod:43
31990 msgid "Display short usage information and exit."
31991 msgstr ""
31992
31993 # type: =item
31994 #. type: =item
31995 #: ../test-tool/libguestfs-test-tool.pod:45
31996 msgid "I<--qemu qemu_binary>"
31997 msgstr ""
31998
31999 # type: textblock
32000 #. type: textblock
32001 #: ../test-tool/libguestfs-test-tool.pod:47
32002 msgid ""
32003 "If you have downloaded another qemu binary, point this option at the full "
32004 "path of the binary to try it."
32005 msgstr ""
32006
32007 # type: =item
32008 #. type: =item
32009 #: ../test-tool/libguestfs-test-tool.pod:50
32010 msgid "I<--qemudir qemu_source_dir>"
32011 msgstr ""
32012
32013 # type: textblock
32014 #. type: textblock
32015 #: ../test-tool/libguestfs-test-tool.pod:52
32016 msgid ""
32017 "If you have compiled qemu from source, point this option at the source "
32018 "directory to try it."
32019 msgstr ""
32020
32021 # type: =item
32022 #. type: =item
32023 #: ../test-tool/libguestfs-test-tool.pod:55
32024 msgid "I<--timeout N>"
32025 msgstr ""
32026
32027 # type: textblock
32028 #. type: textblock
32029 #: ../test-tool/libguestfs-test-tool.pod:57
32030 msgid ""
32031 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
32032 "does not usually need to be adjusted unless your machine is very slow."
32033 msgstr ""
32034
32035 # type: =head1
32036 #. type: =head1
32037 #: ../test-tool/libguestfs-test-tool.pod:63
32038 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
32039 msgstr ""
32040
32041 # type: textblock
32042 #. type: textblock
32043 #: ../test-tool/libguestfs-test-tool.pod:65
32044 msgid ""
32045 "If you have compiled another version of qemu from source and would like to "
32046 "try that, then you can use the I<--qemudir> option to point to the qemu "
32047 "source directory."
32048 msgstr ""
32049
32050 # type: textblock
32051 #. type: textblock
32052 #: ../test-tool/libguestfs-test-tool.pod:69
32053 msgid ""
32054 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
32055 "option to point to the binary."
32056 msgstr ""
32057
32058 # type: textblock
32059 #. type: textblock
32060 #: ../test-tool/libguestfs-test-tool.pod:72
32061 msgid ""
32062 "When using an alternate qemu with libguestfs, usually you would need to "
32063 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
32064 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
32065 "use either of the I<--qemudir> or I<--qemu> options."
32066 msgstr ""
32067
32068 # type: textblock
32069 #. type: textblock
32070 #: ../test-tool/libguestfs-test-tool.pod:79
32071 msgid ""
32072 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
32073 "I<1> if there was an error."
32074 msgstr ""
32075
32076 # type: textblock
32077 #. type: textblock
32078 #: ../test-tool/libguestfs-test-tool.pod:84
32079 msgid ""
32080 "For the full list of environment variables which may affect libguestfs, "
32081 "please see the L<guestfs(3)> manual page."
32082 msgstr ""
32083
32084 # type: textblock
32085 #. type: textblock
32086 #: ../test-tool/libguestfs-test-tool.pod:89
32087 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
32088 msgstr ""
32089
32090 # type: textblock
32091 #. type: textblock
32092 #: ../fuse/guestmount.pod:5
32093 msgid ""
32094 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
32095 msgstr ""
32096
32097 # type: verbatim
32098 #. type: verbatim
32099 #: ../fuse/guestmount.pod:9
32100 #, no-wrap
32101 msgid ""
32102 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
32103 "\n"
32104 msgstr ""
32105
32106 # type: verbatim
32107 #. type: verbatim
32108 #: ../fuse/guestmount.pod:11
32109 #, no-wrap
32110 msgid ""
32111 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
32112 "\n"
32113 msgstr ""
32114
32115 # type: verbatim
32116 #. type: verbatim
32117 #: ../fuse/guestmount.pod:13
32118 #, no-wrap
32119 msgid ""
32120 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
32121 "\n"
32122 msgstr ""
32123
32124 # type: textblock
32125 #. type: textblock
32126 #: ../fuse/guestmount.pod:17
32127 msgid ""
32128 "You must I<not> use C<guestmount> in read-write mode on live virtual "
32129 "machines.  If you do this, you risk disk corruption in the VM."
32130 msgstr ""
32131
32132 # type: textblock
32133 #. type: textblock
32134 #: ../fuse/guestmount.pod:22
32135 msgid ""
32136 "The guestmount program can be used to mount virtual machine filesystems and "
32137 "other disk images on the host.  It uses libguestfs for access to the guest "
32138 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
32139 "a mountable device."
32140 msgstr ""
32141
32142 # type: textblock
32143 #. type: textblock
32144 #: ../fuse/guestmount.pod:27
32145 msgid ""
32146 "Along with other options, you have to give at least one device (I<-a> "
32147 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
32148 "option) or use the I<-i> inspection option.  How this works is better "
32149 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
32150 "below."
32151 msgstr ""
32152
32153 # type: textblock
32154 #. type: textblock
32155 #: ../fuse/guestmount.pod:33
32156 msgid ""
32157 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
32158 "by you, and the filesystem will not be visible to any other users unless you "
32159 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
32160 "the filesystem, use the C<fusermount -u> command."
32161 msgstr ""
32162
32163 # type: textblock
32164 #. type: textblock
32165 #: ../fuse/guestmount.pod:41
32166 msgid ""
32167 "For a typical Windows guest which has its main filesystem on the first "
32168 "partition:"
32169 msgstr ""
32170
32171 # type: verbatim
32172 #. type: verbatim
32173 #: ../fuse/guestmount.pod:44
32174 #, no-wrap
32175 msgid ""
32176 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
32177 "\n"
32178 msgstr ""
32179
32180 # type: textblock
32181 #. type: textblock
32182 #: ../fuse/guestmount.pod:46
32183 msgid ""
32184 "For a typical Linux guest which has a /boot filesystem on the first "
32185 "partition, and the root filesystem on a logical volume:"
32186 msgstr ""
32187
32188 # type: verbatim
32189 #. type: verbatim
32190 #: ../fuse/guestmount.pod:49
32191 #, no-wrap
32192 msgid ""
32193 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
32194 "\n"
32195 msgstr ""
32196
32197 # type: textblock
32198 #. type: textblock
32199 #: ../fuse/guestmount.pod:51
32200 msgid "To get libguestfs to detect guest mountpoints for you:"
32201 msgstr ""
32202
32203 # type: verbatim
32204 #. type: verbatim
32205 #: ../fuse/guestmount.pod:53
32206 #, no-wrap
32207 msgid ""
32208 " guestmount -a guest.img -i --ro /mnt\n"
32209 "\n"
32210 msgstr ""
32211
32212 # type: textblock
32213 #. type: textblock
32214 #: ../fuse/guestmount.pod:55
32215 msgid "For a libvirt guest called \"Guest\" you could do:"
32216 msgstr ""
32217
32218 # type: verbatim
32219 #. type: verbatim
32220 #: ../fuse/guestmount.pod:57
32221 #, no-wrap
32222 msgid ""
32223 " guestmount -d Guest -i --ro /mnt\n"
32224 "\n"
32225 msgstr ""
32226
32227 # type: textblock
32228 #. type: textblock
32229 #: ../fuse/guestmount.pod:59
32230 msgid ""
32231 "If you don't know what filesystems are contained in a guest or disk image, "
32232 "use L<virt-filesystems(1)> first:"
32233 msgstr ""
32234
32235 # type: verbatim
32236 #. type: verbatim
32237 #: ../fuse/guestmount.pod:62
32238 #, no-wrap
32239 msgid ""
32240 " virt-filesystems MyGuest\n"
32241 "\n"
32242 msgstr ""
32243
32244 # type: textblock
32245 #. type: textblock
32246 #: ../fuse/guestmount.pod:64
32247 msgid ""
32248 "If you want to trace the libguestfs calls but without excessive debugging "
32249 "information, we recommend:"
32250 msgstr ""
32251
32252 # type: verbatim
32253 #. type: verbatim
32254 #: ../fuse/guestmount.pod:67
32255 #, no-wrap
32256 msgid ""
32257 " guestmount [...] --trace /mnt\n"
32258 "\n"
32259 msgstr ""
32260
32261 # type: textblock
32262 #. type: textblock
32263 #: ../fuse/guestmount.pod:69
32264 msgid "If you want to debug the program, we recommend:"
32265 msgstr ""
32266
32267 # type: verbatim
32268 #. type: verbatim
32269 #: ../fuse/guestmount.pod:71
32270 #, no-wrap
32271 msgid ""
32272 " guestmount [...] --trace --verbose /mnt\n"
32273 "\n"
32274 msgstr ""
32275
32276 # type: =item
32277 #. type: =item
32278 #: ../fuse/guestmount.pod:77
32279 msgid "B<-a image> | B<--add image>"
32280 msgstr ""
32281
32282 # type: textblock
32283 #. type: textblock
32284 #: ../fuse/guestmount.pod:79
32285 msgid "Add a block device or virtual machine image."
32286 msgstr ""
32287
32288 # type: =item
32289 #. type: =item
32290 #: ../fuse/guestmount.pod:84
32291 msgid "B<-c URI> | B<--connect URI>"
32292 msgstr ""
32293
32294 # type: =item
32295 #. type: =item
32296 #: ../fuse/guestmount.pod:90
32297 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
32298 msgstr ""
32299
32300 # type: =item
32301 #. type: =item
32302 #: ../fuse/guestmount.pod:98
32303 msgid "B<--dir-cache-timeout N>"
32304 msgstr ""
32305
32306 # type: textblock
32307 #. type: textblock
32308 #: ../fuse/guestmount.pod:100
32309 msgid ""
32310 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
32311 "seconds.  The readdir cache [actually, there are several semi-independent "
32312 "caches] is populated after a readdir(2) call with the stat and extended "
32313 "attributes of the files in the directory, in anticipation that they will be "
32314 "requested soon after."
32315 msgstr ""
32316
32317 # type: textblock
32318 #. type: textblock
32319 #: ../fuse/guestmount.pod:106
32320 msgid ""
32321 "There is also a different attribute cache implemented by FUSE (see the FUSE "
32322 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
32323 "requests, only cache existing ones."
32324 msgstr ""
32325
32326 # type: =item
32327 #. type: =item
32328 #: ../fuse/guestmount.pod:117
32329 msgid "B<--format=raw|qcow2|..> | B<--format>"
32330 msgstr ""
32331
32332 # type: textblock
32333 #. type: textblock
32334 #: ../fuse/guestmount.pod:124
32335 msgid ""
32336 "If you have untrusted raw-format guest disk images, you should use this "
32337 "option to specify the disk format.  This avoids a possible security problem "
32338 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
32339 "guestfs_add_drive_opts>."
32340 msgstr ""
32341
32342 # type: =item
32343 #. type: =item
32344 #: ../fuse/guestmount.pod:129
32345 msgid "B<--fuse-help>"
32346 msgstr ""
32347
32348 # type: textblock
32349 #. type: textblock
32350 #: ../fuse/guestmount.pod:131
32351 msgid "Display help on special FUSE options (see I<-o> below)."
32352 msgstr ""
32353
32354 # type: textblock
32355 #. type: textblock
32356 #: ../fuse/guestmount.pod:135
32357 msgid "Display brief help and exit."
32358 msgstr ""
32359
32360 # type: =item
32361 #. type: =item
32362 #: ../fuse/guestmount.pod:137
32363 msgid "B<-i> | B<--inspector>"
32364 msgstr ""
32365
32366 # type: textblock
32367 #. type: textblock
32368 #: ../fuse/guestmount.pod:157
32369 msgid ""
32370 "Mount the named partition or logical volume on the given mountpoint B<in the "
32371 "guest> (this has nothing to do with mountpoints in the host)."
32372 msgstr ""
32373
32374 # type: textblock
32375 #. type: textblock
32376 #: ../fuse/guestmount.pod:160
32377 msgid ""
32378 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
32379 "something on C</>."
32380 msgstr ""
32381
32382 # type: =item
32383 #. type: =item
32384 #: ../fuse/guestmount.pod:173
32385 msgid "B<-n> | B<--no-sync>"
32386 msgstr ""
32387
32388 # type: textblock
32389 #. type: textblock
32390 #: ../fuse/guestmount.pod:175
32391 msgid ""
32392 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
32393 "unmounted.  If you specify this option, then we don't attempt to sync the "
32394 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
32395 msgstr ""
32396
32397 # type: =item
32398 #. type: =item
32399 #: ../fuse/guestmount.pod:180
32400 msgid "B<-o option> | B<--option option>"
32401 msgstr ""
32402
32403 # type: textblock
32404 #. type: textblock
32405 #: ../fuse/guestmount.pod:182
32406 msgid "Pass extra options to FUSE."
32407 msgstr ""
32408
32409 # type: textblock
32410 #. type: textblock
32411 #: ../fuse/guestmount.pod:184
32412 msgid ""
32413 "To get a list of all the extra options supported by FUSE, use the command "
32414 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
32415 "of them are a good idea."
32416 msgstr ""
32417
32418 # type: verbatim
32419 #. type: verbatim
32420 #: ../fuse/guestmount.pod:188
32421 #, no-wrap
32422 msgid ""
32423 " guestmount --fuse-help\n"
32424 "\n"
32425 msgstr ""
32426
32427 # type: textblock
32428 #. type: textblock
32429 #: ../fuse/guestmount.pod:190
32430 msgid "Some potentially useful FUSE options:"
32431 msgstr ""
32432
32433 # type: =item
32434 #. type: =item
32435 #: ../fuse/guestmount.pod:194
32436 msgid "B<-o allow_other>"
32437 msgstr ""
32438
32439 # type: textblock
32440 #. type: textblock
32441 #: ../fuse/guestmount.pod:196
32442 msgid "Allow other users to see the filesystem."
32443 msgstr ""
32444
32445 # type: =item
32446 #. type: =item
32447 #: ../fuse/guestmount.pod:198
32448 msgid "B<-o attr_timeout=N>"
32449 msgstr ""
32450
32451 # type: textblock
32452 #. type: textblock
32453 #: ../fuse/guestmount.pod:200
32454 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
32455 msgstr ""
32456
32457 # type: =item
32458 #. type: =item
32459 #: ../fuse/guestmount.pod:202
32460 msgid "B<-o kernel_cache>"
32461 msgstr ""
32462
32463 # type: textblock
32464 #. type: textblock
32465 #: ../fuse/guestmount.pod:204
32466 msgid ""
32467 "Allow the kernel to cache files (reduces the number of reads that have to go "
32468 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
32469 "afford the extra memory usage."
32470 msgstr ""
32471
32472 # type: =item
32473 #. type: =item
32474 #: ../fuse/guestmount.pod:208
32475 msgid "B<-o uid=N> B<-o gid=N>"
32476 msgstr ""
32477
32478 # type: textblock
32479 #. type: textblock
32480 #: ../fuse/guestmount.pod:210
32481 msgid ""
32482 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
32483 "the chosen values."
32484 msgstr ""
32485
32486 # type: =item
32487 #. type: =item
32488 #: ../fuse/guestmount.pod:215
32489 msgid "B<-r> | B<--ro>"
32490 msgstr ""
32491
32492 # type: textblock
32493 #. type: textblock
32494 #: ../fuse/guestmount.pod:217
32495 msgid ""
32496 "Add devices and mount everything read-only.  Also disallow writes and make "
32497 "the disk appear read-only to FUSE."
32498 msgstr ""
32499
32500 # type: textblock
32501 #. type: textblock
32502 #: ../fuse/guestmount.pod:220
32503 msgid ""
32504 "This is highly recommended if you are not going to edit the guest disk.  If "
32505 "the guest is running and this option is I<not> supplied, then there is a "
32506 "strong risk of disk corruption in the guest.  We try to prevent this from "
32507 "happening, but it is not always possible."
32508 msgstr ""
32509
32510 # type: textblock
32511 #. type: textblock
32512 #: ../fuse/guestmount.pod:225
32513 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32514 msgstr ""
32515
32516 # type: textblock
32517 #. type: textblock
32518 #: ../fuse/guestmount.pod:229
32519 msgid "Enable SELinux support for the guest."
32520 msgstr ""
32521
32522 # type: =item
32523 #. type: =item
32524 #: ../fuse/guestmount.pod:231
32525 msgid "B<-v> | B<--verbose>"
32526 msgstr ""
32527
32528 # type: textblock
32529 #. type: textblock
32530 #: ../fuse/guestmount.pod:233
32531 msgid "Enable verbose messages from underlying libguestfs."
32532 msgstr ""
32533
32534 # type: =item
32535 #. type: =item
32536 #: ../fuse/guestmount.pod:235
32537 msgid "B<-V> | B<--version>"
32538 msgstr ""
32539
32540 # type: textblock
32541 #. type: textblock
32542 #: ../fuse/guestmount.pod:237
32543 msgid "Display the program version and exit."
32544 msgstr ""
32545
32546 # type: =item
32547 #. type: =item
32548 #: ../fuse/guestmount.pod:239
32549 msgid "B<-w> | B<--rw>"
32550 msgstr ""
32551
32552 #. type: textblock
32553 #: ../fuse/guestmount.pod:244 ../fuse/guestmount.pod:265
32554 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32555 msgstr ""
32556
32557 # type: =item
32558 #. type: =item
32559 #: ../fuse/guestmount.pod:246
32560 msgid "B<-x> | B<--trace>"
32561 msgstr ""
32562
32563 # type: textblock
32564 #. type: textblock
32565 #: ../fuse/guestmount.pod:248
32566 msgid "Trace libguestfs calls and entry into each FUSE function."
32567 msgstr ""
32568
32569 # type: textblock
32570 #. type: textblock
32571 #: ../fuse/guestmount.pod:250
32572 msgid "This also stops the daemon from forking into the background."
32573 msgstr ""
32574
32575 # type: textblock
32576 #. type: textblock
32577 #: ../fuse/guestmount.pod:271
32578 msgid ""
32579 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
32580 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
32581 "net/>."
32582 msgstr ""
32583
32584 # type: textblock
32585 #. type: textblock
32586 #: ../fuse/guestmount.pod:286
32587 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
32588 msgstr ""
32589
32590 # type: textblock
32591 #. type: textblock
32592 #: ../tools/virt-win-reg.pl:37
32593 msgid ""
32594 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
32595 msgstr ""
32596
32597 # type: verbatim
32598 #. type: verbatim
32599 #: ../tools/virt-win-reg.pl:41
32600 #, no-wrap
32601 msgid ""
32602 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
32603 "\n"
32604 msgstr ""
32605
32606 # type: verbatim
32607 #. type: verbatim
32608 #: ../tools/virt-win-reg.pl:43
32609 #, no-wrap
32610 msgid ""
32611 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
32612 "\n"
32613 msgstr ""
32614
32615 # type: verbatim
32616 #. type: verbatim
32617 #: ../tools/virt-win-reg.pl:45
32618 #, no-wrap
32619 msgid ""
32620 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
32621 "\n"
32622 msgstr ""
32623
32624 # type: verbatim
32625 #. type: verbatim
32626 #: ../tools/virt-win-reg.pl:47
32627 #, no-wrap
32628 msgid ""
32629 " virt-win-reg --merge domname [input.reg ...]\n"
32630 "\n"
32631 msgstr ""
32632
32633 # type: verbatim
32634 #. type: verbatim
32635 #: ../tools/virt-win-reg.pl:49
32636 #, no-wrap
32637 msgid ""
32638 " virt-win-reg [--options] disk.img ... # instead of domname\n"
32639 "\n"
32640 msgstr ""
32641
32642 #. type: textblock
32643 #: ../tools/virt-win-reg.pl:53
32644 msgid ""
32645 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
32646 "virtual machines.  If you do this, you I<will> get irreversible disk "
32647 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
32648 "but doesn't catch all cases."
32649 msgstr ""
32650
32651 #. type: textblock
32652 #: ../tools/virt-win-reg.pl:58
32653 msgid ""
32654 "Modifying the Windows Registry is an inherently risky operation.  The format "
32655 "is deliberately obscure and undocumented, and Registry changes can leave the "
32656 "system unbootable.  Therefore when using the I<--merge> option, make sure "
32657 "you have a reliable backup first."
32658 msgstr ""
32659
32660 # type: textblock
32661 #. type: textblock
32662 #: ../tools/virt-win-reg.pl:65
32663 msgid ""
32664 "This program can export and merge Windows Registry entries from a Windows "
32665 "guest."
32666 msgstr ""
32667
32668 # type: textblock
32669 #. type: textblock
32670 #: ../tools/virt-win-reg.pl:68
32671 msgid ""
32672 "The first parameter is the libvirt guest name or the raw disk image of a "
32673 "Windows guest."
32674 msgstr ""
32675
32676 #. type: textblock
32677 #: ../tools/virt-win-reg.pl:71
32678 msgid ""
32679 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
32680 "exported (recursively).  For example:"
32681 msgstr ""
32682
32683 # type: verbatim
32684 #. type: verbatim
32685 #: ../tools/virt-win-reg.pl:74
32686 #, no-wrap
32687 msgid ""
32688 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
32689 "\n"
32690 msgstr ""
32691
32692 # type: textblock
32693 #. type: textblock
32694 #: ../tools/virt-win-reg.pl:76
32695 msgid ""
32696 "You can also display single values from within registry keys, for example:"
32697 msgstr ""
32698
32699 # type: verbatim
32700 #. type: verbatim
32701 #: ../tools/virt-win-reg.pl:79
32702 #, no-wrap
32703 msgid ""
32704 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
32705 " $ virt-win-reg Windows7 $cvkey ProductName\n"
32706 " Windows 7 Enterprise\n"
32707 "\n"
32708 msgstr ""
32709
32710 #. type: textblock
32711 #: ../tools/virt-win-reg.pl:83
32712 msgid ""
32713 "With I<--merge>, you can merge a textual regedit file into the Windows "
32714 "Registry:"
32715 msgstr ""
32716
32717 # type: verbatim
32718 #. type: verbatim
32719 #: ../tools/virt-win-reg.pl:86
32720 #, no-wrap
32721 msgid ""
32722 " $ virt-win-reg --merge Windows7 changes.reg\n"
32723 "\n"
32724 msgstr ""
32725
32726 # type: =head2
32727 #. type: =head1
32728 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
32729 msgid "NOTE"
32730 msgstr ""
32731
32732 # type: textblock
32733 #. type: textblock
32734 #: ../tools/virt-win-reg.pl:90
32735 msgid ""
32736 "This program is only meant for simple access to the registry.  If you want "
32737 "to do complicated things with the registry, we suggest you download the "
32738 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
32739 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
32740 "L<hivexregedit(1)>."
32741 msgstr ""
32742
32743 # type: textblock
32744 #. type: textblock
32745 #: ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63
32746 #: ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163
32747 #: ../tools/virt-list-partitions.pl:64
32748 msgid "Display brief help."
32749 msgstr ""
32750
32751 # type: textblock
32752 #. type: textblock
32753 #: ../tools/virt-win-reg.pl:114 ../tools/virt-list-filesystems.pl:71
32754 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
32755 #: ../tools/virt-list-partitions.pl:72
32756 msgid "Display version number and exit."
32757 msgstr ""
32758
32759 # type: =item
32760 #. type: =item
32761 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
32762 msgid "B<--debug>"
32763 msgstr ""
32764
32765 # type: textblock
32766 #. type: textblock
32767 #: ../tools/virt-win-reg.pl:122
32768 msgid "Enable debugging messages."
32769 msgstr ""
32770
32771 # type: =item
32772 #. type: =item
32773 #: ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77
32774 #: ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
32775 msgid "B<--connect URI> | B<-c URI>"
32776 msgstr ""
32777
32778 # type: textblock
32779 #. type: textblock
32780 #: ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79
32781 #: ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
32782 msgid ""
32783 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
32784 "to the default libvirt hypervisor."
32785 msgstr ""
32786
32787 # type: textblock
32788 #. type: textblock
32789 #: ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82
32790 #: ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
32791 msgid ""
32792 "If you specify guest block devices directly, then libvirt is not used at all."
32793 msgstr ""
32794
32795 # type: =item
32796 #. type: =item
32797 #: ../tools/virt-win-reg.pl:140 ../tools/virt-list-filesystems.pl:89
32798 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
32799 msgid "B<--format> raw"
32800 msgstr ""
32801
32802 # type: textblock
32803 #. type: textblock
32804 #: ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91
32805 #: ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
32806 msgid ""
32807 "Specify the format of disk images given on the command line.  If this is "
32808 "omitted then the format is autodetected from the content of the disk image."
32809 msgstr ""
32810
32811 # type: textblock
32812 #. type: textblock
32813 #: ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95
32814 #: ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
32815 msgid ""
32816 "If disk images are requested from libvirt, then this program asks libvirt "
32817 "for this information.  In this case, the value of the format parameter is "
32818 "ignored."
32819 msgstr ""
32820
32821 # type: textblock
32822 #. type: textblock
32823 #: ../tools/virt-win-reg.pl:150 ../tools/virt-list-filesystems.pl:99
32824 #: ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
32825 msgid ""
32826 "If working with untrusted raw-format guest disk images, you should ensure "
32827 "the format is always specified."
32828 msgstr ""
32829
32830 # type: =item
32831 #. type: =item
32832 #: ../tools/virt-win-reg.pl:157
32833 msgid "B<--merge>"
32834 msgstr ""
32835
32836 # type: textblock
32837 #. type: textblock
32838 #: ../tools/virt-win-reg.pl:159
32839 msgid ""
32840 "In merge mode, this merges a textual regedit file into the Windows Registry "
32841 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
32842 "displays or exports Registry entries instead."
32843 msgstr ""
32844
32845 #. type: textblock
32846 #: ../tools/virt-win-reg.pl:163
32847 msgid ""
32848 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
32849 "result in disk corruption.  However exporting (without this flag)  is always "
32850 "safe."
32851 msgstr ""
32852
32853 # type: =item
32854 #. type: =item
32855 #: ../tools/virt-win-reg.pl:171
32856 msgid "B<--encoding> UTF-16LE|ASCII"
32857 msgstr ""
32858
32859 # type: textblock
32860 #. type: textblock
32861 #: ../tools/virt-win-reg.pl:173
32862 msgid ""
32863 "When merging (only), you may need to specify the encoding for strings to be "
32864 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
32865 "(3)/ENCODING STRINGS>."
32866 msgstr ""
32867
32868 # type: textblock
32869 #. type: textblock
32870 #: ../tools/virt-win-reg.pl:177
32871 msgid ""
32872 "The default is to use UTF-16LE, which should work with recent versions of "
32873 "Windows."
32874 msgstr ""
32875
32876 #. type: =item
32877 #: ../tools/virt-win-reg.pl:184
32878 msgid "B<--unsafe-printable-strings>"
32879 msgstr ""
32880
32881 #. type: textblock
32882 #: ../tools/virt-win-reg.pl:186
32883 msgid ""
32884 "When exporting (only), assume strings are UTF-16LE and print them as strings "
32885 "instead of hex sequences.  Remove the final zero codepoint from strings if "
32886 "present."
32887 msgstr ""
32888
32889 #. type: textblock
32890 #: ../tools/virt-win-reg.pl:190
32891 msgid ""
32892 "This is unsafe and does not preserve the fidelity of strings in the original "
32893 "Registry for various reasons:"
32894 msgstr ""
32895
32896 #. type: textblock
32897 #: ../tools/virt-win-reg.pl:197
32898 msgid ""
32899 "Assumes the original encoding is UTF-16LE.  ASCII strings and strings in "
32900 "other encodings will be corrupted by this transformation."
32901 msgstr ""
32902
32903 #. type: textblock
32904 #: ../tools/virt-win-reg.pl:202
32905 msgid ""
32906 "Assumes that everything which has type 1 or 2 is really a string and that "
32907 "everything else is not a string, but the type field in real Registries is "
32908 "not reliable."
32909 msgstr ""
32910
32911 #. type: textblock
32912 #: ../tools/virt-win-reg.pl:208
32913 msgid ""
32914 "Loses information about whether a zero codepoint followed the string in the "
32915 "Registry or not."
32916 msgstr ""
32917
32918 #. type: textblock
32919 #: ../tools/virt-win-reg.pl:213
32920 msgid ""
32921 "This all happens because the Registry itself contains no information about "
32922 "how strings are encoded (see L<Win::Hivex::Regedit(3)/ENCODING STRINGS>)."
32923 msgstr ""
32924
32925 #. type: textblock
32926 #: ../tools/virt-win-reg.pl:217
32927 msgid ""
32928 "You should only use this option for quick hacking and debugging of the "
32929 "Registry contents, and I<never> use it if the output is going to be passed "
32930 "into another program or stored in another Registry."
32931 msgstr ""
32932
32933 # type: =head2
32934 #. type: =head1
32935 #: ../tools/virt-win-reg.pl:553
32936 msgid "SUPPORTED SYSTEMS"
32937 msgstr ""
32938
32939 # type: textblock
32940 #. type: textblock
32941 #: ../tools/virt-win-reg.pl:555
32942 msgid ""
32943 "The program currently supports Windows NT-derived guests starting with "
32944 "Windows XP through to at least Windows 7."
32945 msgstr ""
32946
32947 #. type: textblock
32948 #: ../tools/virt-win-reg.pl:558
32949 msgid "The following Registry keys are supported:"
32950 msgstr ""
32951
32952 #. type: =item
32953 #: ../tools/virt-win-reg.pl:562
32954 msgid "C<HKEY_LOCAL_MACHINE\\SAM>"
32955 msgstr ""
32956
32957 #. type: =item
32958 #: ../tools/virt-win-reg.pl:564
32959 msgid "C<HKEY_LOCAL_MACHINE\\SECURITY>"
32960 msgstr ""
32961
32962 #. type: =item
32963 #: ../tools/virt-win-reg.pl:566
32964 msgid "C<HKEY_LOCAL_MACHINE\\SOFTWARE>"
32965 msgstr ""
32966
32967 #. type: =item
32968 #: ../tools/virt-win-reg.pl:568
32969 msgid "C<HKEY_LOCAL_MACHINE\\SYSTEM>"
32970 msgstr ""
32971
32972 #. type: =item
32973 #: ../tools/virt-win-reg.pl:570
32974 msgid "C<HKEY_USERS\\.DEFAULT>"
32975 msgstr ""
32976
32977 #. type: =item
32978 #: ../tools/virt-win-reg.pl:572
32979 msgid "C<HKEY_USERS\\I<SID>>"
32980 msgstr ""
32981
32982 #. type: textblock
32983 #: ../tools/virt-win-reg.pl:574
32984 msgid "where I<SID> is a Windows User SID (eg. C<S-1-5-18>)."
32985 msgstr ""
32986
32987 #. type: =item
32988 #: ../tools/virt-win-reg.pl:576
32989 msgid "C<HKEY_USERS\\I<username>>"
32990 msgstr ""
32991
32992 #. type: textblock
32993 #: ../tools/virt-win-reg.pl:578
32994 msgid ""
32995 "where I<username> is a local user name (this is a libguestfs extension)."
32996 msgstr ""
32997
32998 # type: textblock
32999 #. type: textblock
33000 #: ../tools/virt-win-reg.pl:582
33001 msgid ""
33002 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
33003 "C<HKEY_USERS>."
33004 msgstr ""
33005
33006 #. type: textblock
33007 #: ../tools/virt-win-reg.pl:585
33008 msgid ""
33009 "The literal keys C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are not "
33010 "supported (there is no \"current user\")."
33011 msgstr ""
33012
33013 # type: =head2
33014 #. type: =head1
33015 #: ../tools/virt-win-reg.pl:588
33016 msgid "ENCODING"
33017 msgstr ""
33018
33019 # type: textblock
33020 #. type: textblock
33021 #: ../tools/virt-win-reg.pl:590
33022 msgid ""
33023 "C<virt-win-reg> expects that regedit files have already been reencoded in "
33024 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
33025 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
33026 "Windows-style line endings, you may need to reencode the whole file before "
33027 "or after processing."
33028 msgstr ""
33029
33030 #. type: textblock
33031 #: ../tools/virt-win-reg.pl:596
33032 msgid ""
33033 "To reencode a file from Windows format to Linux (before processing it with "
33034 "the I<--merge> option), you would do something like this:"
33035 msgstr ""
33036
33037 # type: verbatim
33038 #. type: verbatim
33039 #: ../tools/virt-win-reg.pl:599
33040 #, no-wrap
33041 msgid ""
33042 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
33043 "\n"
33044 msgstr ""
33045
33046 # type: textblock
33047 #. type: textblock
33048 #: ../tools/virt-win-reg.pl:601
33049 msgid ""
33050 "To go in the opposite direction, after exporting and before sending the file "
33051 "to a Windows user, do something like this:"
33052 msgstr ""
33053
33054 # type: verbatim
33055 #. type: verbatim
33056 #: ../tools/virt-win-reg.pl:604
33057 #, no-wrap
33058 msgid ""
33059 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
33060 "\n"
33061 msgstr ""
33062
33063 # type: textblock
33064 #. type: textblock
33065 #: ../tools/virt-win-reg.pl:606
33066 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
33067 msgstr ""
33068
33069 # type: textblock
33070 #. type: textblock
33071 #: ../tools/virt-win-reg.pl:608
33072 msgid ""
33073 "If you are unsure about the current encoding, use the L<file(1)> command.  "
33074 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
33075 "style (CRLF) line endings, like this:"
33076 msgstr ""
33077
33078 # type: verbatim
33079 #. type: verbatim
33080 #: ../tools/virt-win-reg.pl:612
33081 #, no-wrap
33082 msgid ""
33083 " $ file software.reg\n"
33084 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
33085 " with CRLF line terminators\n"
33086 "\n"
33087 msgstr ""
33088
33089 #. type: textblock
33090 #: ../tools/virt-win-reg.pl:616
33091 msgid "This file would need conversion before you could I<--merge> it."
33092 msgstr ""
33093
33094 # type: =head2
33095 #. type: =head1
33096 #: ../tools/virt-win-reg.pl:618
33097 msgid "CurrentControlSet etc."
33098 msgstr ""
33099
33100 # type: textblock
33101 #. type: textblock
33102 #: ../tools/virt-win-reg.pl:620
33103 msgid ""
33104 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
33105 "Registry at the level of the hive file, and therefore you cannot modify "
33106 "these."
33107 msgstr ""
33108
33109 # type: textblock
33110 #. type: textblock
33111 #: ../tools/virt-win-reg.pl:624
33112 msgid ""
33113 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
33114 "circumstances it might refer to another control set.  The way to find out is "
33115 "to look at the C<HKLM\\SYSTEM\\Select> key:"
33116 msgstr ""
33117
33118 # type: verbatim
33119 #. type: verbatim
33120 #: ../tools/virt-win-reg.pl:628
33121 #, no-wrap
33122 msgid ""
33123 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
33124 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
33125 " \"Current\"=dword:00000001\n"
33126 " \"Default\"=dword:00000001\n"
33127 " \"Failed\"=dword:00000000\n"
33128 " \"LastKnownGood\"=dword:00000002\n"
33129 "\n"
33130 msgstr ""
33131
33132 # type: textblock
33133 #. type: textblock
33134 #: ../tools/virt-win-reg.pl:635
33135 msgid "\"Current\" is the one which Windows will choose when it boots."
33136 msgstr ""
33137
33138 # type: textblock
33139 #. type: textblock
33140 #: ../tools/virt-win-reg.pl:637
33141 msgid ""
33142 "Similarly, other C<Current...> keys in the path may need to be replaced."
33143 msgstr ""
33144
33145 # type: =head1
33146 #. type: =head1
33147 #: ../tools/virt-win-reg.pl:640
33148 msgid "WINDOWS TIPS"
33149 msgstr ""
33150
33151 # type: textblock
33152 #. type: textblock
33153 #: ../tools/virt-win-reg.pl:642
33154 msgid ""
33155 "Note that some of these tips modify the guest disk image.  The guest I<must> "
33156 "be shut off, else you will get disk corruption."
33157 msgstr ""
33158
33159 # type: =head2
33160 #. type: =head2
33161 #: ../tools/virt-win-reg.pl:645
33162 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
33163 msgstr ""
33164
33165 # type: textblock
33166 #. type: textblock
33167 #: ../tools/virt-win-reg.pl:647
33168 msgid ""
33169 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
33170 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
33171 "is uploaded into C<C:\\>:"
33172 msgstr ""
33173
33174 # type: verbatim
33175 #. type: verbatim
33176 #: ../tools/virt-win-reg.pl:651
33177 #, no-wrap
33178 msgid ""
33179 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
33180 "\n"
33181 msgstr ""
33182
33183 # type: textblock
33184 #. type: textblock
33185 #: ../tools/virt-win-reg.pl:653
33186 msgid "Prepare a regedit file containing the registry change:"
33187 msgstr ""
33188
33189 # type: verbatim
33190 #. type: verbatim
33191 #: ../tools/virt-win-reg.pl:655
33192 #, no-wrap
33193 msgid ""
33194 " cat > test.reg <<'EOF'\n"
33195 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
33196 " \"Test\"=\"c:\\\\test.bat\"\n"
33197 " EOF\n"
33198 "\n"
33199 msgstr ""
33200
33201 # type: textblock
33202 #. type: textblock
33203 #: ../tools/virt-win-reg.pl:660
33204 msgid ""
33205 "In this example we use the key C<RunOnce> which means that the script will "
33206 "run precisely once when the first user logs in.  If you want it to run every "
33207 "time a user logs in, replace C<RunOnce> with C<Run>."
33208 msgstr ""
33209
33210 # type: textblock
33211 #. type: textblock
33212 #: ../tools/virt-win-reg.pl:664
33213 msgid "Now update the registry:"
33214 msgstr ""
33215
33216 # type: verbatim
33217 #. type: verbatim
33218 #: ../tools/virt-win-reg.pl:666
33219 #, no-wrap
33220 msgid ""
33221 " virt-win-reg --merge WindowsGuest test.reg\n"
33222 "\n"
33223 msgstr ""
33224
33225 # type: =head2
33226 #. type: =head2
33227 #: ../tools/virt-win-reg.pl:668
33228 msgid "INSTALLING A SERVICE"
33229 msgstr ""
33230
33231 # type: textblock
33232 #. type: textblock
33233 #: ../tools/virt-win-reg.pl:670
33234 msgid ""
33235 "This section assumes you are familiar with Windows services, and you either "
33236 "have a program which handles the Windows Service Control Protocol directly "
33237 "or you want to run any program using a service wrapper like SrvAny or the "
33238 "free RHSrvAny."
33239 msgstr ""
33240
33241 # type: textblock
33242 #. type: textblock
33243 #: ../tools/virt-win-reg.pl:675
33244 msgid ""
33245 "First upload the program and optionally the service wrapper.  In this case "
33246 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
33247 msgstr ""
33248
33249 # type: verbatim
33250 #. type: verbatim
33251 #: ../tools/virt-win-reg.pl:679
33252 #, no-wrap
33253 msgid ""
33254 " guestfish -i -d WindowsGuest <<EOF\n"
33255 "   upload rhsrvany.exe /rhsrvany.exe\n"
33256 "   upload test.exe /test.exe\n"
33257 " EOF\n"
33258 "\n"
33259 msgstr ""
33260
33261 # type: textblock
33262 #. type: textblock
33263 #: ../tools/virt-win-reg.pl:684
33264 msgid ""
33265 "Prepare a regedit file containing the registry changes.  In this example, "
33266 "the first registry change is needed for the service itself or the service "
33267 "wrapper (if used).  The second registry change is only needed because I am "
33268 "using the RHSrvAny service wrapper."
33269 msgstr ""
33270
33271 # type: verbatim
33272 #. type: verbatim
33273 #: ../tools/virt-win-reg.pl:689
33274 #, no-wrap
33275 msgid ""
33276 " cat > service.reg <<'EOF'\n"
33277 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
33278 " \"Type\"=dword:00000010\n"
33279 " \"Start\"=dword:00000002\n"
33280 " \"ErrorControl\"=dword:00000001\n"
33281 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
33282 " \"DisplayName\"=\"RHSrvAny\"\n"
33283 " \"ObjectName\"=\"NetworkService\"\n"
33284 " \n"
33285 msgstr ""
33286
33287 # type: verbatim
33288 #. type: verbatim
33289 #: ../tools/virt-win-reg.pl:698
33290 #, no-wrap
33291 msgid ""
33292 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
33293 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
33294 " \"PWD\"=\"c:\\\\Temp\"\n"
33295 " EOF\n"
33296 "\n"
33297 msgstr ""
33298
33299 # type: textblock
33300 #. type: textblock
33301 #: ../tools/virt-win-reg.pl:709
33302 msgid ""
33303 "For use of C<ControlSet001> see the section above in this manual page.  You "
33304 "may need to adjust this according to the control set that is in use by the "
33305 "guest."
33306 msgstr ""
33307
33308 # type: textblock
33309 #. type: textblock
33310 #: ../tools/virt-win-reg.pl:715
33311 msgid ""
33312 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
33313 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
33314 "privileged account."
33315 msgstr ""
33316
33317 # type: textblock
33318 #. type: textblock
33319 #: ../tools/virt-win-reg.pl:721
33320 msgid ""
33321 "For the meaning of the magic numbers, see this Microsoft KB article: "
33322 "L<http://support.microsoft.com/kb/103000>."
33323 msgstr ""
33324
33325 # type: textblock
33326 #. type: textblock
33327 #: ../tools/virt-win-reg.pl:726
33328 msgid "Update the registry:"
33329 msgstr ""
33330
33331 # type: verbatim
33332 #. type: verbatim
33333 #: ../tools/virt-win-reg.pl:728
33334 #, no-wrap
33335 msgid ""
33336 " virt-win-reg --merge WindowsGuest service.reg\n"
33337 "\n"
33338 msgstr ""
33339
33340 # type: =head2
33341 #. type: =head1
33342 #: ../tools/virt-win-reg.pl:730 ../tools/virt-list-filesystems.pl:182
33343 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
33344 #: ../tools/virt-list-partitions.pl:250
33345 msgid "SHELL QUOTING"
33346 msgstr ""
33347
33348 # type: textblock
33349 #. type: textblock
33350 #: ../tools/virt-win-reg.pl:732
33351 msgid ""
33352 "Be careful when passing parameters containing C<\\> (backslash) in the "
33353 "shell.  Usually you will have to use 'single quotes' or double backslashes "
33354 "(but not both) to protect them from the shell."
33355 msgstr ""
33356
33357 # type: textblock
33358 #. type: textblock
33359 #: ../tools/virt-win-reg.pl:736
33360 msgid "Paths and value names are case-insensitive."
33361 msgstr ""
33362
33363 # type: textblock
33364 #. type: textblock
33365 #: ../tools/virt-win-reg.pl:738 ../tools/virt-list-filesystems.pl:184
33366 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
33367 #: ../tools/virt-list-partitions.pl:252
33368 msgid ""
33369 "Libvirt guest names can contain arbitrary characters, some of which have "
33370 "meaning to the shell such as C<#> and space.  You may need to quote or "
33371 "escape these characters on the command line.  See the shell manual page L<sh"
33372 "(1)> for details."
33373 msgstr ""
33374
33375 # type: textblock
33376 #. type: textblock
33377 #: ../tools/virt-win-reg.pl:745
33378 msgid ""
33379 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
33380 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
33381 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33382 msgstr ""
33383
33384 # type: textblock
33385 #. type: textblock
33386 #: ../tools/virt-win-reg.pl:760 ../tools/virt-make-fs.pl:555
33387 msgid ""
33388 "When reporting bugs, please enable debugging and capture the I<complete> "
33389 "output:"
33390 msgstr ""
33391
33392 # type: verbatim
33393 #. type: verbatim
33394 #: ../tools/virt-win-reg.pl:763
33395 #, no-wrap
33396 msgid ""
33397 " export LIBGUESTFS_DEBUG=1\n"
33398 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
33399 "\n"
33400 msgstr ""
33401
33402 # type: textblock
33403 #. type: textblock
33404 #: ../tools/virt-win-reg.pl:766
33405 msgid ""
33406 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
33407 "redhat.com/>"
33408 msgstr ""
33409
33410 # type: =head1
33411 #. type: =head1
33412 #: ../tools/virt-win-reg.pl:769 ../tools/virt-list-filesystems.pl:202
33413 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
33414 #: ../tools/virt-list-partitions.pl:269
33415 msgid "AUTHOR"
33416 msgstr ""
33417
33418 # type: textblock
33419 #. type: textblock
33420 #: ../tools/virt-win-reg.pl:771 ../tools/virt-list-filesystems.pl:204
33421 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
33422 #: ../tools/virt-list-partitions.pl:271
33423 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
33424 msgstr ""
33425
33426 # type: textblock
33427 #. type: textblock
33428 #: ../tools/virt-win-reg.pl:775 ../tools/virt-make-fs.pl:570
33429 msgid "Copyright (C) 2010 Red Hat Inc."
33430 msgstr ""
33431
33432 # type: textblock
33433 #. type: textblock
33434 #: ../tools/virt-list-filesystems.pl:32
33435 msgid ""
33436 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33437 msgstr ""
33438
33439 # type: verbatim
33440 #. type: verbatim
33441 #: ../tools/virt-list-filesystems.pl:36
33442 #, no-wrap
33443 msgid ""
33444 " virt-list-filesystems [--options] domname\n"
33445 "\n"
33446 msgstr ""
33447
33448 # type: verbatim
33449 #. type: verbatim
33450 #: ../tools/virt-list-filesystems.pl:38
33451 #, no-wrap
33452 msgid ""
33453 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33454 "\n"
33455 msgstr ""
33456
33457 # type: textblock
33458 #. type: textblock
33459 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33460 msgid ""
33461 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33462 "replacement."
33463 msgstr ""
33464
33465 # type: textblock
33466 #. type: textblock
33467 #: ../tools/virt-list-filesystems.pl:45
33468 msgid ""
33469 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33470 "are contained in a virtual machine or disk image."
33471 msgstr ""
33472
33473 # type: textblock
33474 #. type: textblock
33475 #: ../tools/virt-list-filesystems.pl:49
33476 msgid ""
33477 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33478 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33479 "> tool."
33480 msgstr ""
33481
33482 # type: =item
33483 #. type: =item
33484 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33485 msgid "B<-l> | B<--long>"
33486 msgstr ""
33487
33488 # type: textblock
33489 #. type: textblock
33490 #: ../tools/virt-list-filesystems.pl:108
33491 msgid ""
33492 "With this option, C<virt-list-filesystems> displays the type of each "
33493 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33494 msgstr ""
33495
33496 # type: =item
33497 #. type: =item
33498 #: ../tools/virt-list-filesystems.pl:115
33499 msgid "B<-a> | B<--all>"
33500 msgstr ""
33501
33502 # type: textblock
33503 #. type: textblock
33504 #: ../tools/virt-list-filesystems.pl:117
33505 msgid ""
33506 "Normally we only show mountable filesystems.  If this option is given then "
33507 "swap devices are shown too."
33508 msgstr ""
33509
33510 # type: textblock
33511 #. type: textblock
33512 #: ../tools/virt-list-filesystems.pl:191
33513 msgid ""
33514 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33515 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33516 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33517 msgstr ""
33518
33519 # type: textblock
33520 #. type: textblock
33521 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
33522 msgid "Copyright (C) 2009 Red Hat Inc."
33523 msgstr ""
33524
33525 # type: textblock
33526 #. type: textblock
33527 #: ../tools/virt-tar.pl:33
33528 msgid "virt-tar - Extract or upload files to a virtual machine"
33529 msgstr ""
33530
33531 # type: verbatim
33532 #. type: verbatim
33533 #: ../tools/virt-tar.pl:37
33534 #, no-wrap
33535 msgid ""
33536 " virt-tar [--options] -x domname directory tarball\n"
33537 "\n"
33538 msgstr ""
33539
33540 # type: verbatim
33541 #. type: verbatim
33542 #: ../tools/virt-tar.pl:39
33543 #, no-wrap
33544 msgid ""
33545 " virt-tar [--options] -u domname tarball directory\n"
33546 "\n"
33547 msgstr ""
33548
33549 # type: verbatim
33550 #. type: verbatim
33551 #: ../tools/virt-tar.pl:41
33552 #, no-wrap
33553 msgid ""
33554 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33555 "\n"
33556 msgstr ""
33557
33558 # type: verbatim
33559 #. type: verbatim
33560 #: ../tools/virt-tar.pl:43
33561 #, no-wrap
33562 msgid ""
33563 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33564 "\n"
33565 msgstr ""
33566
33567 #. type: textblock
33568 #: ../tools/virt-tar.pl:47
33569 msgid ""
33570 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
33571 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
33572 msgstr ""
33573
33574 # type: textblock
33575 #. type: textblock
33576 #: ../tools/virt-tar.pl:52
33577 msgid "Download C</home> from the VM into a local tarball:"
33578 msgstr ""
33579
33580 # type: verbatim
33581 #. type: verbatim
33582 #: ../tools/virt-tar.pl:54
33583 #, no-wrap
33584 msgid ""
33585 " virt-tar -x domname /home home.tar\n"
33586 "\n"
33587 msgstr ""
33588
33589 # type: verbatim
33590 #. type: verbatim
33591 #: ../tools/virt-tar.pl:56
33592 #, no-wrap
33593 msgid ""
33594 " virt-tar -zx domname /home home.tar.gz\n"
33595 "\n"
33596 msgstr ""
33597
33598 # type: textblock
33599 #. type: textblock
33600 #: ../tools/virt-tar.pl:58
33601 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33602 msgstr ""
33603
33604 # type: verbatim
33605 #. type: verbatim
33606 #: ../tools/virt-tar.pl:60
33607 #, no-wrap
33608 msgid ""
33609 " virt-tar -u domname uploadstuff.tar /tmp\n"
33610 "\n"
33611 msgstr ""
33612
33613 # type: verbatim
33614 #. type: verbatim
33615 #: ../tools/virt-tar.pl:62
33616 #, no-wrap
33617 msgid ""
33618 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33619 "\n"
33620 msgstr ""
33621
33622 #. type: textblock
33623 #: ../tools/virt-tar.pl:66
33624 msgid ""
33625 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
33626 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33627 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33628 msgstr ""
33629
33630 #. type: textblock
33631 #: ../tools/virt-tar.pl:71
33632 msgid ""
33633 "You can use I<-x> (extract) on live virtual machines, but you might get "
33634 "inconsistent results or errors if there is filesystem activity inside the "
33635 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33636 "work, but the only way to guarantee consistent results is if the virtual "
33637 "machine is shut down."
33638 msgstr ""
33639
33640 # type: textblock
33641 #. type: textblock
33642 #: ../tools/virt-tar.pl:79
33643 msgid ""
33644 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33645 "parts of a guest filesystem.  There are many possibilities: making backups, "
33646 "uploading data files, snooping on guest activity, fixing or customizing "
33647 "guests, etc."
33648 msgstr ""
33649
33650 # type: textblock
33651 #. type: textblock
33652 #: ../tools/virt-tar.pl:84
33653 msgid ""
33654 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33655 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33656 "should look at the L<guestfish(1)> tool."
33657 msgstr ""
33658
33659 #. type: textblock
33660 #: ../tools/virt-tar.pl:88
33661 msgid ""
33662 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
33663 "its contents (recursively) from the virtual machine into a local tarball.  "
33664 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
33665 "virtual machine.  You cannot use these two options together."
33666 msgstr ""
33667
33668 #. type: textblock
33669 #: ../tools/virt-tar.pl:94
33670 msgid ""
33671 "In addition, you may need to use the I<-z> (gZip) option to enable "
33672 "compression.  When uploading, you have to specify I<-z> if the upload file "
33673 "is compressed because virt-tar won't detect this on its own."
33674 msgstr ""
33675
33676 # type: textblock
33677 #. type: textblock
33678 #: ../tools/virt-tar.pl:98
33679 msgid ""
33680 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33681 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33682 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33683 "the L<libguestfs(3)> API)."
33684 msgstr ""
33685
33686 # type: =item
33687 #. type: =item
33688 #: ../tools/virt-tar.pl:156
33689 msgid "B<-x> | B<--extract> | B<--download>"
33690 msgstr ""
33691
33692 # type: =item
33693 #. type: =item
33694 #: ../tools/virt-tar.pl:158
33695 msgid "B<-u> | B<--upload>"
33696 msgstr ""
33697
33698 #. type: textblock
33699 #: ../tools/virt-tar.pl:160
33700 msgid ""
33701 "Use I<-x> to extract (download) a directory from a virtual machine to a "
33702 "local tarball."
33703 msgstr ""
33704
33705 #. type: textblock
33706 #: ../tools/virt-tar.pl:163
33707 msgid ""
33708 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
33709 "Please read the L</WARNING> section above before using this option."
33710 msgstr ""
33711
33712 # type: textblock
33713 #. type: textblock
33714 #: ../tools/virt-tar.pl:167
33715 msgid "You must specify exactly one of these options."
33716 msgstr ""
33717
33718 # type: =item
33719 #. type: =item
33720 #: ../tools/virt-tar.pl:173
33721 msgid "B<-z> | B<--gzip>"
33722 msgstr ""
33723
33724 # type: textblock
33725 #. type: textblock
33726 #: ../tools/virt-tar.pl:175
33727 msgid "Specify that the input or output tarball is gzip-compressed."
33728 msgstr ""
33729
33730 #. type: textblock
33731 #: ../tools/virt-tar.pl:288
33732 msgid ""
33733 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
33734 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
33735 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33736 "org/>."
33737 msgstr ""
33738
33739 # type: textblock
33740 #. type: textblock
33741 #: ../tools/virt-make-fs.pl:37
33742 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33743 msgstr ""
33744
33745 # type: verbatim
33746 #. type: verbatim
33747 #: ../tools/virt-make-fs.pl:41
33748 #, no-wrap
33749 msgid ""
33750 " virt-make-fs [--options] input.tar output.img\n"
33751 "\n"
33752 msgstr ""
33753
33754 # type: verbatim
33755 #. type: verbatim
33756 #: ../tools/virt-make-fs.pl:43
33757 #, no-wrap
33758 msgid ""
33759 " virt-make-fs [--options] input.tar.gz output.img\n"
33760 "\n"
33761 msgstr ""
33762
33763 # type: verbatim
33764 #. type: verbatim
33765 #: ../tools/virt-make-fs.pl:45
33766 #, no-wrap
33767 msgid ""
33768 " virt-make-fs [--options] directory output.img\n"
33769 "\n"
33770 msgstr ""
33771
33772 # type: textblock
33773 #. type: textblock
33774 #: ../tools/virt-make-fs.pl:49
33775 msgid ""
33776 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33777 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33778 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33779 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33780 "you want to attach these filesystems to existing virtual machines (eg. to "
33781 "import large amounts of read-only data to a VM)."
33782 msgstr ""
33783
33784 # type: textblock
33785 #. type: textblock
33786 #: ../tools/virt-make-fs.pl:57
33787 msgid "Basic usage is:"
33788 msgstr ""
33789
33790 # type: verbatim
33791 #. type: verbatim
33792 #: ../tools/virt-make-fs.pl:59
33793 #, no-wrap
33794 msgid ""
33795 " virt-make-fs input output\n"
33796 "\n"
33797 msgstr ""
33798
33799 # type: textblock
33800 #. type: textblock
33801 #: ../tools/virt-make-fs.pl:61
33802 msgid ""
33803 "where C<input> is either a directory containing files that you want to add, "
33804 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33805 "C<output> is a disk image.  The input type is detected automatically.  The "
33806 "output disk image defaults to a raw ext2 image unless you specify extra "
33807 "flags (see L</OPTIONS> below)."
33808 msgstr ""
33809
33810 # type: =head2
33811 #. type: =head2
33812 #: ../tools/virt-make-fs.pl:67
33813 msgid "EXTRA SPACE"
33814 msgstr ""
33815
33816 #. type: textblock
33817 #: ../tools/virt-make-fs.pl:69
33818 msgid ""
33819 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33820 "the files that it contains, but might have extra space.  Depending on how "
33821 "you are going to use the output, you might think this extra space is wasted "
33822 "and want to minimize it, or you might want to leave space so that more files "
33823 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33824 "but you can use the I<--size> flag to leave space in the filesystem if you "
33825 "want it."
33826 msgstr ""
33827
33828 #. type: textblock
33829 #: ../tools/virt-make-fs.pl:77
33830 msgid ""
33831 "An alternative way to leave extra space but not make the output image any "
33832 "bigger is to use an alternative disk image format (instead of the default "
33833 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
33834 "image format (check your hypervisor supports this before using it).  This "
33835 "allows you to choose a large I<--size> but the extra space won't actually be "
33836 "allocated in the image until you try to store something in it."
33837 msgstr ""
33838
33839 #. type: textblock
33840 #: ../tools/virt-make-fs.pl:85
33841 msgid ""
33842 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33843 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33844 "to build another image from scratch."
33845 msgstr ""
33846
33847 # type: =head3
33848 #. type: =head3
33849 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33850 #: ../tools/virt-make-fs.pl:142
33851 msgid "EXAMPLE"
33852 msgstr ""
33853
33854 # type: verbatim
33855 #. type: verbatim
33856 #: ../tools/virt-make-fs.pl:91
33857 #, no-wrap
33858 msgid ""
33859 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33860 "\n"
33861 msgstr ""
33862
33863 # type: =head2
33864 #. type: =head2
33865 #: ../tools/virt-make-fs.pl:93
33866 msgid "FILESYSTEM TYPE"
33867 msgstr ""
33868
33869 # type: textblock
33870 #. type: textblock
33871 #: ../tools/virt-make-fs.pl:95
33872 msgid ""
33873 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33874 "libguestfs supports can be used (but I<not> read-only formats like "
33875 "ISO9660).  Here are some of the more common choices:"
33876 msgstr ""
33877
33878 # type: =item
33879 #. type: =item
33880 #: ../tools/virt-make-fs.pl:101
33881 msgid "I<ext3>"
33882 msgstr ""
33883
33884 # type: textblock
33885 #. type: textblock
33886 #: ../tools/virt-make-fs.pl:103
33887 msgid ""
33888 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33889 "you are not going to use the filesystem in a way that requires the journal, "
33890 "then this is just wasted overhead."
33891 msgstr ""
33892
33893 # type: =item
33894 #. type: =item
33895 #: ../tools/virt-make-fs.pl:107
33896 msgid "I<ntfs> or I<vfat>"
33897 msgstr ""
33898
33899 # type: textblock
33900 #. type: textblock
33901 #: ../tools/virt-make-fs.pl:109
33902 msgid "Useful if exporting data to a Windows guest."
33903 msgstr ""
33904
33905 # type: textblock
33906 #. type: textblock
33907 #: ../tools/virt-make-fs.pl:111
33908 msgid ""
33909 "I<Note for vfat>: The tar archive or local directory must only contain files "
33910 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33911 "program running within libguestfs is unable to change the ownership of non-"
33912 "root files, since vfat itself does not support this."
33913 msgstr ""
33914
33915 # type: =item
33916 #. type: =item
33917 #: ../tools/virt-make-fs.pl:116
33918 msgid "I<minix>"
33919 msgstr ""
33920
33921 # type: textblock
33922 #. type: textblock
33923 #: ../tools/virt-make-fs.pl:118
33924 msgid ""
33925 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33926 "total filesystem size."
33927 msgstr ""
33928
33929 # type: verbatim
33930 #. type: verbatim
33931 #: ../tools/virt-make-fs.pl:125
33932 #, no-wrap
33933 msgid ""
33934 " virt-make-fs --type=minix input minixfs.img\n"
33935 "\n"
33936 msgstr ""
33937
33938 # type: =head2
33939 #. type: =head2
33940 #: ../tools/virt-make-fs.pl:127
33941 msgid "TO PARTITION OR NOT TO PARTITION"
33942 msgstr ""
33943
33944 # type: textblock
33945 #. type: textblock
33946 #: ../tools/virt-make-fs.pl:129
33947 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33948 msgstr ""
33949
33950 # type: textblock
33951 #. type: textblock
33952 #: ../tools/virt-make-fs.pl:131
33953 msgid ""
33954 "Adding a partition can make the disk image more compatible with certain "
33955 "virtualized operating systems which don't expect to see a filesystem "
33956 "directly located on a block device (Linux doesn't care and will happily "
33957 "handle both types)."
33958 msgstr ""
33959
33960 # type: textblock
33961 #. type: textblock
33962 #: ../tools/virt-make-fs.pl:136
33963 msgid ""
33964 "On the other hand, if you have a partition table then the output image is no "
33965 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33966 "directly on a partitioned disk image.  (However libguestfs tools such as "
33967 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33968 msgstr ""
33969
33970 # type: textblock
33971 #. type: textblock
33972 #: ../tools/virt-make-fs.pl:144
33973 msgid "Add an MBR partition:"
33974 msgstr ""
33975
33976 # type: verbatim
33977 #. type: verbatim
33978 #: ../tools/virt-make-fs.pl:146
33979 #, no-wrap
33980 msgid ""
33981 " virt-make-fs --partition -- input disk.img\n"
33982 "\n"
33983 msgstr ""
33984
33985 # type: textblock
33986 #. type: textblock
33987 #: ../tools/virt-make-fs.pl:148
33988 msgid ""
33989 "If the output disk image could be terabyte-sized or larger, it's better to "
33990 "use an EFI/GPT-compatible partition table:"
33991 msgstr ""
33992
33993 # type: verbatim
33994 #. type: verbatim
33995 #: ../tools/virt-make-fs.pl:151
33996 #, no-wrap
33997 msgid ""
33998 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33999 "\n"
34000 msgstr ""
34001
34002 # type: textblock
34003 #. type: textblock
34004 #: ../tools/virt-make-fs.pl:179
34005 msgid "Enable debugging information."
34006 msgstr ""
34007
34008 # type: =item
34009 #. type: =item
34010 #: ../tools/virt-make-fs.pl:185
34011 msgid "B<--size=E<lt>NE<gt>>"
34012 msgstr ""
34013
34014 # type: =item
34015 #. type: =item
34016 #: ../tools/virt-make-fs.pl:187
34017 msgid "B<--size=+E<lt>NE<gt>>"
34018 msgstr ""
34019
34020 # type: =item
34021 #. type: =item
34022 #: ../tools/virt-make-fs.pl:189
34023 msgid "B<-s E<lt>NE<gt>>"
34024 msgstr ""
34025
34026 # type: =item
34027 #. type: =item
34028 #: ../tools/virt-make-fs.pl:191
34029 msgid "B<-s +E<lt>NE<gt>>"
34030 msgstr ""
34031
34032 #. type: textblock
34033 #: ../tools/virt-make-fs.pl:193
34034 msgid ""
34035 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
34036 msgstr ""
34037
34038 # type: textblock
34039 #. type: textblock
34040 #: ../tools/virt-make-fs.pl:196
34041 msgid ""
34042 "If this option is I<not> given, then the output image will be just large "
34043 "enough to contain all the files, with not much wasted space."
34044 msgstr ""
34045
34046 # type: textblock
34047 #. type: textblock
34048 #: ../tools/virt-make-fs.pl:199
34049 msgid ""
34050 "To choose a fixed size output disk, specify an absolute number followed by b/"
34051 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34052 "Petabytes or Exabytes.  This must be large enough to contain all the input "
34053 "files, else you will get an error."
34054 msgstr ""
34055
34056 #. type: textblock
34057 #: ../tools/virt-make-fs.pl:204
34058 msgid ""
34059 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
34060 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34061 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
34062 "the input files, and (approximately) an extra 200 MB free space."
34063 msgstr ""
34064
34065 # type: textblock
34066 #. type: textblock
34067 #: ../tools/virt-make-fs.pl:210
34068 msgid ""
34069 "Note that virt-make-fs estimates free space, and therefore will not produce "
34070 "filesystems containing precisely the free space requested.  (It is much more "
34071 "expensive and time-consuming to produce a filesystem which has precisely the "
34072 "desired free space)."
34073 msgstr ""
34074
34075 # type: =item
34076 #. type: =item
34077 #: ../tools/virt-make-fs.pl:219
34078 msgid "B<--format=E<lt>fmtE<gt>>"
34079 msgstr ""
34080
34081 # type: =item
34082 #. type: =item
34083 #: ../tools/virt-make-fs.pl:221
34084 msgid "B<-F E<lt>fmtE<gt>>"
34085 msgstr ""
34086
34087 # type: textblock
34088 #. type: textblock
34089 #: ../tools/virt-make-fs.pl:223
34090 msgid "Choose the output disk image format."
34091 msgstr ""
34092
34093 # type: textblock
34094 #. type: textblock
34095 #: ../tools/virt-make-fs.pl:225
34096 msgid "The default is C<raw> (raw disk image)."
34097 msgstr ""
34098
34099 # type: textblock
34100 #. type: textblock
34101 #: ../tools/virt-make-fs.pl:227
34102 msgid ""
34103 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
34104 "that would really make sense here is C<qcow2>."
34105 msgstr ""
34106
34107 # type: =item
34108 #. type: =item
34109 #: ../tools/virt-make-fs.pl:234
34110 msgid "B<--type=E<lt>fsE<gt>>"
34111 msgstr ""
34112
34113 # type: =item
34114 #. type: =item
34115 #: ../tools/virt-make-fs.pl:236
34116 msgid "B<-t E<lt>fsE<gt>>"
34117 msgstr ""
34118
34119 # type: textblock
34120 #. type: textblock
34121 #: ../tools/virt-make-fs.pl:238
34122 msgid "Choose the output filesystem type."
34123 msgstr ""
34124
34125 # type: textblock
34126 #. type: textblock
34127 #: ../tools/virt-make-fs.pl:240
34128 msgid "The default is C<ext2>."
34129 msgstr ""
34130
34131 # type: textblock
34132 #. type: textblock
34133 #: ../tools/virt-make-fs.pl:242
34134 msgid ""
34135 "Any filesystem which is supported read-write by libguestfs can be used here."
34136 msgstr ""
34137
34138 # type: =item
34139 #. type: =item
34140 #: ../tools/virt-make-fs.pl:249
34141 msgid "B<--partition>"
34142 msgstr ""
34143
34144 # type: =item
34145 #. type: =item
34146 #: ../tools/virt-make-fs.pl:251
34147 msgid "B<--partition=E<lt>parttypeE<gt>>"
34148 msgstr ""
34149
34150 # type: textblock
34151 #. type: textblock
34152 #: ../tools/virt-make-fs.pl:253
34153 msgid ""
34154 "If specified, this flag adds an MBR partition table to the output disk image."
34155 msgstr ""
34156
34157 #. type: textblock
34158 #: ../tools/virt-make-fs.pl:256
34159 msgid ""
34160 "You can change the partition table type, eg. I<--partition=gpt> for large "
34161 "disks."
34162 msgstr ""
34163
34164 #. type: textblock
34165 #: ../tools/virt-make-fs.pl:259
34166 msgid ""
34167 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
34168 "might consider the next parameter to be the partition type.  For example:"
34169 msgstr ""
34170
34171 # type: verbatim
34172 #. type: verbatim
34173 #: ../tools/virt-make-fs.pl:263
34174 #, no-wrap
34175 msgid ""
34176 " virt-make-fs --partition input.tar ...\n"
34177 "\n"
34178 msgstr ""
34179
34180 #. type: textblock
34181 #: ../tools/virt-make-fs.pl:265
34182 msgid ""
34183 "would cause virt-make-fs to think you wanted to use a partition type of "
34184 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
34185 "dash) between options and the input file argument:"
34186 msgstr ""
34187
34188 # type: verbatim
34189 #. type: verbatim
34190 #: ../tools/virt-make-fs.pl:269
34191 #, no-wrap
34192 msgid ""
34193 " virt-make-fs --partition -- input.tar ...\n"
34194 "\n"
34195 msgstr ""
34196
34197 #. type: textblock
34198 #: ../tools/virt-make-fs.pl:541
34199 msgid ""
34200 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
34201 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
34202 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
34203 msgstr ""
34204
34205 # type: verbatim
34206 #. type: verbatim
34207 #: ../tools/virt-make-fs.pl:558
34208 #, no-wrap
34209 msgid ""
34210 " export LIBGUESTFS_DEBUG=1\n"
34211 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
34212 "\n"
34213 msgstr ""
34214
34215 # type: textblock
34216 #. type: textblock
34217 #: ../tools/virt-make-fs.pl:561
34218 msgid ""
34219 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
34220 "redhat.com/>"
34221 msgstr ""
34222
34223 # type: textblock
34224 #. type: textblock
34225 #: ../tools/virt-list-partitions.pl:32
34226 msgid ""
34227 "virt-list-partitions - List partitions in a virtual machine or disk image"
34228 msgstr ""
34229
34230 # type: verbatim
34231 #. type: verbatim
34232 #: ../tools/virt-list-partitions.pl:36
34233 #, no-wrap
34234 msgid ""
34235 " virt-list-partitions [--options] domname\n"
34236 "\n"
34237 msgstr ""
34238
34239 # type: verbatim
34240 #. type: verbatim
34241 #: ../tools/virt-list-partitions.pl:38
34242 #, no-wrap
34243 msgid ""
34244 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34245 "\n"
34246 msgstr ""
34247
34248 # type: textblock
34249 #. type: textblock
34250 #: ../tools/virt-list-partitions.pl:45
34251 msgid ""
34252 "C<virt-list-partitions> is a command line tool to list the partitions that "
34253 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34254 "first step to using L<virt-resize(1)>."
34255 msgstr ""
34256
34257 # type: textblock
34258 #. type: textblock
34259 #: ../tools/virt-list-partitions.pl:50
34260 msgid ""
34261 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34262 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34263 "> tool."
34264 msgstr ""
34265
34266 # type: =item
34267 #. type: =item
34268 #: ../tools/virt-list-partitions.pl:107
34269 msgid "B<-h> | B<--human-readable>"
34270 msgstr ""
34271
34272 # type: textblock
34273 #. type: textblock
34274 #: ../tools/virt-list-partitions.pl:109
34275 msgid "Show sizes in human-readable form (eg. \"1G\")."
34276 msgstr ""
34277
34278 # type: textblock
34279 #. type: textblock
34280 #: ../tools/virt-list-partitions.pl:117
34281 msgid ""
34282 "With this option, C<virt-list-partitions> displays the type and size of each "
34283 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34284 msgstr ""
34285
34286 # type: =item
34287 #. type: =item
34288 #: ../tools/virt-list-partitions.pl:124
34289 msgid "B<-t> | B<--total>"
34290 msgstr ""
34291
34292 # type: textblock
34293 #. type: textblock
34294 #: ../tools/virt-list-partitions.pl:126
34295 msgid ""
34296 "Display the total size of each block device (as a separate row or rows)."
34297 msgstr ""
34298
34299 # type: textblock
34300 #. type: textblock
34301 #: ../tools/virt-list-partitions.pl:259
34302 msgid ""
34303 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
34304 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
34305 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34306 msgstr ""
34307
34308 # type: textblock
34309 #. type: textblock
34310 #: ../tools/virt-list-partitions.pl:275
34311 msgid "Copyright (C) 2009-2010 Red Hat Inc."
34312 msgstr ""