4876ef725e02195364a5e5de1657aad430af6698
[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-18 12:00+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-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31
25 #: ../tools/virt-make-fs.pl:35 ../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-edit.pl:36 ../tools/virt-win-reg.pl:39
40 #: ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35
41 #: ../tools/virt-make-fs.pl:39 ../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-edit.pl:50 ../tools/virt-win-reg.pl:63
85 #: ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77
86 #: ../tools/virt-make-fs.pl:47 ../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:1753 ../src/guestfs.pod:1758 ../src/guestfs.pod:1762
923 #: ../src/guestfs.pod:1772 ../src/guestfs.pod:2007 ../src/guestfs.pod:2012
924 #: ../src/guestfs.pod:2018 ../src/guestfs.pod:2026 ../src/guestfs.pod:2380
925 #: ../src/guestfs.pod:2386 ../src/guestfs.pod:2391 ../src/guestfs.pod:2397
926 #: ../src/guestfs.pod:2962 ../src/guestfs.pod:2966 ../src/guestfs.pod:2970
927 #: ../src/guestfs.pod:2974 ../src/guestfs-actions.pod:15
928 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577
929 #: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592
930 #: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600
931 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
932 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620
933 #: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628
934 #: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642
935 #: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784
936 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793
937 #: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859
938 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868
939 #: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447
940 #: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455
941 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
942 #: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388
943 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402
944 #: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076
945 #: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084
946 #: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096
947 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110
948 #: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118
949 #: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212
950 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222
951 #: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268
952 #: ../fish/guestfish-actions.pod:1273 ../tools/virt-edit.pl:351
953 #: ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361
954 #: ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376
955 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
956 #: ../tools/virt-win-reg.pl:548
957 msgid "*"
958 msgstr ""
959
960 # type: textblock
961 #. type: textblock
962 #: ../src/guestfs.pod:390
963 msgid ""
964 "The kernel version that the command runs under will be different from what "
965 "it expects."
966 msgstr ""
967
968 # type: textblock
969 #. type: textblock
970 #: ../src/guestfs.pod:395
971 msgid ""
972 "If the command needs to communicate with daemons, then most likely they "
973 "won't be running."
974 msgstr ""
975
976 # type: textblock
977 #. type: textblock
978 #: ../src/guestfs.pod:400
979 msgid "The command will be running in limited memory."
980 msgstr ""
981
982 # type: textblock
983 #. type: textblock
984 #: ../src/guestfs.pod:404
985 msgid ""
986 "The network may not be available unless you enable it (see L</"
987 "guestfs_set_network>)."
988 msgstr ""
989
990 # type: textblock
991 #. type: textblock
992 #: ../src/guestfs.pod:409
993 msgid "Only supports Linux guests (not Windows, BSD, etc)."
994 msgstr ""
995
996 # type: textblock
997 #. type: textblock
998 #: ../src/guestfs.pod:413
999 msgid ""
1000 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1001 msgstr ""
1002
1003 # type: textblock
1004 #. type: textblock
1005 #: ../src/guestfs.pod:418
1006 msgid ""
1007 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1008 "See L</SELINUX> in this manpage."
1009 msgstr ""
1010
1011 # type: textblock
1012 #. type: textblock
1013 #: ../src/guestfs.pod:423
1014 msgid ""
1015 "I<Security:> It is not safe to run commands from untrusted, possibly "
1016 "malicious guests.  These commands may attempt to exploit your program by "
1017 "sending unexpected output.  They could also try to exploit the Linux kernel "
1018 "or qemu provided by the libguestfs appliance.  They could use the network "
1019 "provided by the libguestfs appliance to bypass ordinary network partitions "
1020 "and firewalls.  They could use the elevated privileges or different SELinux "
1021 "context of your program to their advantage."
1022 msgstr ""
1023
1024 # type: textblock
1025 #. type: textblock
1026 #: ../src/guestfs.pod:432
1027 msgid ""
1028 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1029 "(a script which runs when the guest next boots normally), and to have this "
1030 "script run the commands you want in the normal context of the running guest, "
1031 "network security and so on.  For information about other security issues, "
1032 "see L</SECURITY>."
1033 msgstr ""
1034
1035 # type: textblock
1036 #. type: textblock
1037 #: ../src/guestfs.pod:440
1038 msgid ""
1039 "The two main API calls to run commands are L</guestfs_command> and L</"
1040 "guestfs_sh> (there are also variations)."
1041 msgstr ""
1042
1043 # type: textblock
1044 #. type: textblock
1045 #: ../src/guestfs.pod:443
1046 msgid ""
1047 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1048 "shell globs, redirections, etc will work."
1049 msgstr ""
1050
1051 # type: =head2
1052 #. type: =head2
1053 #: ../src/guestfs.pod:446
1054 msgid "CONFIGURATION FILES"
1055 msgstr ""
1056
1057 # type: textblock
1058 #. type: textblock
1059 #: ../src/guestfs.pod:448
1060 msgid ""
1061 "To read and write configuration files in Linux guest filesystems, we "
1062 "strongly recommend using Augeas.  For example, Augeas understands how to "
1063 "read and write, say, a Linux shadow password file or X.org configuration "
1064 "file, and so avoids you having to write that code."
1065 msgstr ""
1066
1067 # type: textblock
1068 #. type: textblock
1069 #: ../src/guestfs.pod:453
1070 msgid ""
1071 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1072 "document Augeas itself here because there is excellent documentation on the "
1073 "L<http://augeas.net/> website."
1074 msgstr ""
1075
1076 # type: textblock
1077 #. type: textblock
1078 #: ../src/guestfs.pod:457
1079 msgid ""
1080 "If you don't want to use Augeas (you fool!) then try calling L</"
1081 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1082 "over."
1083 msgstr ""
1084
1085 # type: =head2
1086 #. type: =head2
1087 #: ../src/guestfs.pod:461
1088 msgid "SELINUX"
1089 msgstr ""
1090
1091 # type: textblock
1092 #. type: textblock
1093 #: ../src/guestfs.pod:463
1094 msgid ""
1095 "We support SELinux guests.  To ensure that labeling happens correctly in "
1096 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1097 msgstr ""
1098
1099 # type: =item
1100 #. type: =item
1101 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395
1102 #: ../src/guestfs.pod:2425
1103 msgid "1."
1104 msgstr ""
1105
1106 # type: textblock
1107 #. type: textblock
1108 #: ../src/guestfs.pod:471
1109 msgid "Before launching, do:"
1110 msgstr ""
1111
1112 # type: verbatim
1113 #. type: verbatim
1114 #: ../src/guestfs.pod:473
1115 #, no-wrap
1116 msgid ""
1117 " guestfs_set_selinux (g, 1);\n"
1118 "\n"
1119 msgstr ""
1120
1121 # type: =item
1122 #. type: =item
1123 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399
1124 #: ../src/guestfs.pod:2450
1125 msgid "2."
1126 msgstr ""
1127
1128 # type: textblock
1129 #. type: textblock
1130 #: ../src/guestfs.pod:477
1131 msgid ""
1132 "After mounting the guest's filesystem(s), load the policy.  This is best "
1133 "done by running the L<load_policy(8)> command in the guest itself:"
1134 msgstr ""
1135
1136 # type: verbatim
1137 #. type: verbatim
1138 #: ../src/guestfs.pod:481
1139 #, no-wrap
1140 msgid ""
1141 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1142 "\n"
1143 msgstr ""
1144
1145 # type: textblock
1146 #. type: textblock
1147 #: ../src/guestfs.pod:483
1148 msgid ""
1149 "(Older versions of C<load_policy> require you to specify the name of the "
1150 "policy file)."
1151 msgstr ""
1152
1153 # type: =item
1154 #. type: =item
1155 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
1156 msgid "3."
1157 msgstr ""
1158
1159 # type: textblock
1160 #. type: textblock
1161 #: ../src/guestfs.pod:488
1162 msgid ""
1163 "Optionally, set the security context for the API.  The correct security "
1164 "context to use can only be known by inspecting the guest.  As an example:"
1165 msgstr ""
1166
1167 # type: verbatim
1168 #. type: verbatim
1169 #: ../src/guestfs.pod:492
1170 #, no-wrap
1171 msgid ""
1172 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1173 "\n"
1174 msgstr ""
1175
1176 # type: textblock
1177 #. type: textblock
1178 #: ../src/guestfs.pod:496
1179 msgid "This will work for running commands and editing existing files."
1180 msgstr ""
1181
1182 # type: textblock
1183 #. type: textblock
1184 #: ../src/guestfs.pod:498
1185 msgid ""
1186 "When new files are created, you may need to label them explicitly, for "
1187 "example by running the external command C<restorecon pathname>."
1188 msgstr ""
1189
1190 # type: =head2
1191 #. type: =head2
1192 #: ../src/guestfs.pod:502
1193 msgid "UMASK"
1194 msgstr ""
1195
1196 # type: textblock
1197 #. type: textblock
1198 #: ../src/guestfs.pod:504
1199 msgid ""
1200 "Certain calls are affected by the current file mode creation mask (the "
1201 "\"umask\").  In particular ones which create files or directories, such as "
1202 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1203 "either the default mode that the file is created with or modifies the mode "
1204 "that you supply."
1205 msgstr ""
1206
1207 # type: textblock
1208 #. type: textblock
1209 #: ../src/guestfs.pod:510
1210 msgid ""
1211 "The default umask is C<022>, so files are created with modes such as C<0644> "
1212 "and directories with C<0755>."
1213 msgstr ""
1214
1215 # type: textblock
1216 #. type: textblock
1217 #: ../src/guestfs.pod:513
1218 msgid ""
1219 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1220 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1221 "guestfs_chmod> after creating each file or directory."
1222 msgstr ""
1223
1224 # type: textblock
1225 #. type: textblock
1226 #: ../src/guestfs.pod:517
1227 msgid "For more information about umask, see L<umask(2)>."
1228 msgstr ""
1229
1230 # type: =head1
1231 #. type: =head1
1232 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1233 msgid "ENCRYPTED DISKS"
1234 msgstr ""
1235
1236 # type: textblock
1237 #. type: textblock
1238 #: ../src/guestfs.pod:521
1239 msgid ""
1240 "Libguestfs allows you to access Linux guests which have been encrypted using "
1241 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1242 "standard.  This includes nearly all whole disk encryption systems used by "
1243 "modern Linux guests."
1244 msgstr ""
1245
1246 # type: textblock
1247 #. type: textblock
1248 #: ../src/guestfs.pod:527
1249 msgid ""
1250 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1251 "returns the string C<crypto_LUKS>)."
1252 msgstr ""
1253
1254 # type: textblock
1255 #. type: textblock
1256 #: ../src/guestfs.pod:530
1257 msgid ""
1258 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1259 "will require the passphrase!"
1260 msgstr ""
1261
1262 # type: textblock
1263 #. type: textblock
1264 #: ../src/guestfs.pod:533
1265 msgid ""
1266 "Opening a LUKS device creates a new device mapper device called C</dev/"
1267 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1268 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1269 "from and encrypted to the underlying block device respectively."
1270 msgstr ""
1271
1272 # type: textblock
1273 #. type: textblock
1274 #: ../src/guestfs.pod:539
1275 msgid ""
1276 "LVM volume groups on the device can be made visible by calling L</"
1277 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1278 "(s) can now be mounted in the usual way."
1279 msgstr ""
1280
1281 # type: textblock
1282 #. type: textblock
1283 #: ../src/guestfs.pod:543
1284 msgid ""
1285 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1286 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1287 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1288 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1289 "underlying encrypted block device)."
1290 msgstr ""
1291
1292 # type: =head2
1293 #. type: =head2
1294 #: ../src/guestfs.pod:550
1295 msgid "INSPECTION"
1296 msgstr ""
1297
1298 #. type: textblock
1299 #: ../src/guestfs.pod:552
1300 msgid ""
1301 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1302 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1303 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1304 "version 1.5.3 the most frequently used part of this library has been "
1305 "rewritten in C and moved into the core code)."
1306 msgstr ""
1307
1308 # type: textblock
1309 #. type: textblock
1310 #: ../src/guestfs.pod:559
1311 msgid ""
1312 "Add all disks belonging to the unknown virtual machine and call L</"
1313 "guestfs_launch> in the usual way."
1314 msgstr ""
1315
1316 # type: textblock
1317 #. type: textblock
1318 #: ../src/guestfs.pod:562
1319 msgid ""
1320 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1321 "and certain heuristics, and returns a list of operating systems that were "
1322 "found.  An empty list means none were found.  A single element is the root "
1323 "filesystem of the operating system.  For dual- or multi-boot guests, "
1324 "multiple roots can be returned, each one corresponding to a separate "
1325 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1326 "world of virtualization, but since this scenario can happen, we have built "
1327 "libguestfs to deal with it.)"
1328 msgstr ""
1329
1330 # type: textblock
1331 #. type: textblock
1332 #: ../src/guestfs.pod:571
1333 msgid ""
1334 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1335 "to get additional details about that operating system.  For example, call L</"
1336 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1337 "Windows and Linux-based operating systems respectively."
1338 msgstr ""
1339
1340 # type: textblock
1341 #. type: textblock
1342 #: ../src/guestfs.pod:577
1343 msgid ""
1344 "Un*x-like and Linux-based operating systems usually consist of several "
1345 "filesystems which are mounted at boot time (for example, a separate boot "
1346 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1347 "filesystems correspond to mount points.  Call "
1348 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1349 "hash table like this example:"
1350 msgstr ""
1351
1352 # type: verbatim
1353 #. type: verbatim
1354 #: ../src/guestfs.pod:584
1355 #, no-wrap
1356 msgid ""
1357 " /boot => /dev/sda1\n"
1358 " /     => /dev/vg_guest/lv_root\n"
1359 " /usr  => /dev/vg_guest/lv_usr\n"
1360 "\n"
1361 msgstr ""
1362
1363 # type: textblock
1364 #. type: textblock
1365 #: ../src/guestfs.pod:588
1366 msgid ""
1367 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1368 "filesystems as suggested."
1369 msgstr ""
1370
1371 # type: textblock
1372 #. type: textblock
1373 #: ../src/guestfs.pod:591
1374 msgid ""
1375 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1376 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1377 msgstr ""
1378
1379 # type: textblock
1380 #. type: textblock
1381 #: ../src/guestfs.pod:595
1382 msgid ""
1383 "Inspection currently only works for some common operating systems.  "
1384 "Contributors are welcome to send patches for other operating systems that we "
1385 "currently cannot detect."
1386 msgstr ""
1387
1388 # type: textblock
1389 #. type: textblock
1390 #: ../src/guestfs.pod:599
1391 msgid ""
1392 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1393 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1394 "encrypted devices."
1395 msgstr ""
1396
1397 # type: textblock
1398 #. type: textblock
1399 #: ../src/guestfs.pod:603
1400 msgid ""
1401 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1402 "inspection and caches the results in the guest handle.  Subsequent calls to "
1403 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1404 "read the disks.  If you change the content of the guest disks, you can redo "
1405 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1406 "guestfs_inspect_list_applications> works a little differently from the other "
1407 "calls and does read the disks.  See documentation for that function for "
1408 "details)."
1409 msgstr ""
1410
1411 #. type: =head3
1412 #: ../src/guestfs.pod:612
1413 msgid "INSPECTING INSTALL DISKS"
1414 msgstr ""
1415
1416 #. type: textblock
1417 #: ../src/guestfs.pod:614
1418 msgid ""
1419 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1420 "CDs and more."
1421 msgstr ""
1422
1423 #. type: textblock
1424 #: ../src/guestfs.pod:617
1425 msgid ""
1426 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1427 "system, which currently can be C<installed> (a regular operating system) or "
1428 "C<installer> (some sort of install disk)."
1429 msgstr ""
1430
1431 #. type: textblock
1432 #: ../src/guestfs.pod:621
1433 msgid ""
1434 "Further information is available about the operating system that can be "
1435 "installed using the regular inspection APIs like L</"
1436 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1437 msgstr ""
1438
1439 #. type: textblock
1440 #: ../src/guestfs.pod:626
1441 msgid ""
1442 "Some additional information specific to installer disks is also available "
1443 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1444 "guestfs_inspect_is_multipart> calls."
1445 msgstr ""
1446
1447 # type: =head2
1448 #. type: =head2
1449 #: ../src/guestfs.pod:631
1450 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1451 msgstr ""
1452
1453 # type: textblock
1454 #. type: textblock
1455 #: ../src/guestfs.pod:633
1456 msgid ""
1457 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1458 "ntfs-3g.org/> driver."
1459 msgstr ""
1460
1461 # type: =head3
1462 #. type: =head3
1463 #: ../src/guestfs.pod:636
1464 msgid "DRIVE LETTERS AND PATHS"
1465 msgstr ""
1466
1467 # type: textblock
1468 #. type: textblock
1469 #: ../src/guestfs.pod:638
1470 msgid ""
1471 "DOS and Windows still use drive letters, and the filesystems are always "
1472 "treated as case insensitive by Windows itself, and therefore you might find "
1473 "a Windows configuration file referring to a path like C<c:\\windows"
1474 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1475 "might be referred to as C</WINDOWS/System32>."
1476 msgstr ""
1477
1478 #. type: textblock
1479 #: ../src/guestfs.pod:644
1480 msgid ""
1481 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1482 "L</guestfs_inspect_get_drive_mappings>)"
1483 msgstr ""
1484
1485 #. type: textblock
1486 #: ../src/guestfs.pod:647
1487 msgid ""
1488 "Dealing with separator characters (backslash vs forward slash) is outside "
1489 "the scope of libguestfs, but usually a simple character replacement will "
1490 "work."
1491 msgstr ""
1492
1493 #. type: textblock
1494 #: ../src/guestfs.pod:651
1495 msgid ""
1496 "To resolve the case insensitivity of paths, call L</"
1497 "guestfs_case_sensitive_path>."
1498 msgstr ""
1499
1500 # type: =head3
1501 #. type: =head3
1502 #: ../src/guestfs.pod:654
1503 msgid "ACCESSING THE WINDOWS REGISTRY"
1504 msgstr ""
1505
1506 # type: textblock
1507 #. type: textblock
1508 #: ../src/guestfs.pod:656
1509 msgid ""
1510 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1511 "files, through the library C<hivex> which is part of the libguestfs project "
1512 "although ships as a separate tarball.  You have to locate and download the "
1513 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1514 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1515 "reg(1)> for more help on this issue."
1516 msgstr ""
1517
1518 # type: =head3
1519 #. type: =head3
1520 #: ../src/guestfs.pod:664
1521 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1522 msgstr ""
1523
1524 # type: textblock
1525 #. type: textblock
1526 #: ../src/guestfs.pod:666
1527 msgid ""
1528 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1529 "provide something which looks like a Linux symlink.  The way it tries to do "
1530 "the rewriting is described here:"
1531 msgstr ""
1532
1533 # type: textblock
1534 #. type: textblock
1535 #: ../src/guestfs.pod:670
1536 msgid ""
1537 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1538 "symbolic-links/>"
1539 msgstr ""
1540
1541 # type: textblock
1542 #. type: textblock
1543 #: ../src/guestfs.pod:672
1544 msgid ""
1545 "The essential problem is that ntfs-3g simply does not have enough "
1546 "information to do a correct job.  NTFS links can contain drive letters and "
1547 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1548 "It is almost certainly the case that libguestfs callers should ignore what "
1549 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1550 msgstr ""
1551
1552 # type: textblock
1553 #. type: textblock
1554 #: ../src/guestfs.pod:679
1555 msgid ""
1556 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1557 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1558 "attribute, and read the raw reparse data from that (you can find the format "
1559 "documented in various places around the web)."
1560 msgstr ""
1561
1562 # type: =head3
1563 #. type: =head3
1564 #: ../src/guestfs.pod:684
1565 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1566 msgstr ""
1567
1568 # type: textblock
1569 #. type: textblock
1570 #: ../src/guestfs.pod:686
1571 msgid ""
1572 "There are other useful extended attributes that can be read from ntfs-3g "
1573 "filesystems (using L</guestfs_getxattr>).  See:"
1574 msgstr ""
1575
1576 # type: textblock
1577 #. type: textblock
1578 #: ../src/guestfs.pod:689
1579 msgid ""
1580 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1581 msgstr ""
1582
1583 # type: =head2
1584 #. type: =head2
1585 #: ../src/guestfs.pod:691
1586 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1587 msgstr ""
1588
1589 # type: textblock
1590 #. type: textblock
1591 #: ../src/guestfs.pod:693
1592 msgid ""
1593 "Although we don't want to discourage you from using the C API, we will "
1594 "mention here that the same API is also available in other languages."
1595 msgstr ""
1596
1597 #. type: textblock
1598 #: ../src/guestfs.pod:696
1599 msgid ""
1600 "The API is broadly identical in all supported languages.  This means that "
1601 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1602 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1603 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1604 "each language."
1605 msgstr ""
1606
1607 # type: textblock
1608 #. type: textblock
1609 #: ../src/guestfs.pod:702
1610 msgid ""
1611 "Error messages are automatically transformed into exceptions if the language "
1612 "supports it."
1613 msgstr ""
1614
1615 # type: textblock
1616 #. type: textblock
1617 #: ../src/guestfs.pod:705
1618 msgid ""
1619 "We don't try to \"object orientify\" parts of the API in OO languages, "
1620 "although contributors are welcome to write higher level APIs above what we "
1621 "provide in their favourite languages if they wish."
1622 msgstr ""
1623
1624 # type: =item
1625 #. type: =item
1626 #: ../src/guestfs.pod:711
1627 msgid "B<C++>"
1628 msgstr ""
1629
1630 # type: textblock
1631 #. type: textblock
1632 #: ../src/guestfs.pod:713
1633 msgid ""
1634 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1635 "identical to the C API.  C++ classes and exceptions are not used."
1636 msgstr ""
1637
1638 # type: =item
1639 #. type: =item
1640 #: ../src/guestfs.pod:717
1641 msgid "B<C#>"
1642 msgstr ""
1643
1644 # type: textblock
1645 #. type: textblock
1646 #: ../src/guestfs.pod:719
1647 msgid ""
1648 "The C# bindings are highly experimental.  Please read the warnings at the "
1649 "top of C<csharp/Libguestfs.cs>."
1650 msgstr ""
1651
1652 # type: =item
1653 #. type: =item
1654 #: ../src/guestfs.pod:722
1655 msgid "B<Haskell>"
1656 msgstr ""
1657
1658 # type: textblock
1659 #. type: textblock
1660 #: ../src/guestfs.pod:724
1661 msgid ""
1662 "This is the only language binding that is working but incomplete.  Only "
1663 "calls which return simple integers have been bound in Haskell, and we are "
1664 "looking for help to complete this binding."
1665 msgstr ""
1666
1667 # type: =item
1668 #. type: =item
1669 #: ../src/guestfs.pod:728
1670 msgid "B<Java>"
1671 msgstr ""
1672
1673 # type: textblock
1674 #. type: textblock
1675 #: ../src/guestfs.pod:730
1676 msgid ""
1677 "Full documentation is contained in the Javadoc which is distributed with "
1678 "libguestfs."
1679 msgstr ""
1680
1681 # type: =item
1682 #. type: =item
1683 #: ../src/guestfs.pod:733
1684 msgid "B<OCaml>"
1685 msgstr ""
1686
1687 #. type: textblock
1688 #: ../src/guestfs.pod:735
1689 msgid "See L<guestfs-ocaml(3)>."
1690 msgstr ""
1691
1692 # type: =item
1693 #. type: =item
1694 #: ../src/guestfs.pod:737
1695 msgid "B<Perl>"
1696 msgstr ""
1697
1698 #. type: textblock
1699 #: ../src/guestfs.pod:739
1700 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1701 msgstr ""
1702
1703 # type: =item
1704 #. type: =item
1705 #: ../src/guestfs.pod:741
1706 msgid "B<PHP>"
1707 msgstr ""
1708
1709 # type: textblock
1710 #. type: textblock
1711 #: ../src/guestfs.pod:743
1712 msgid ""
1713 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1714 "the php-libguestfs package for your distribution."
1715 msgstr ""
1716
1717 # type: textblock
1718 #. type: textblock
1719 #: ../src/guestfs.pod:746
1720 msgid "The PHP binding only works correctly on 64 bit machines."
1721 msgstr ""
1722
1723 # type: =item
1724 #. type: =item
1725 #: ../src/guestfs.pod:748
1726 msgid "B<Python>"
1727 msgstr ""
1728
1729 #. type: textblock
1730 #: ../src/guestfs.pod:750
1731 msgid "See L<guestfs-python(3)>."
1732 msgstr ""
1733
1734 # type: =item
1735 #. type: =item
1736 #: ../src/guestfs.pod:752
1737 msgid "B<Ruby>"
1738 msgstr ""
1739
1740 #. type: textblock
1741 #: ../src/guestfs.pod:754
1742 msgid "See L<guestfs-ruby(3)>."
1743 msgstr ""
1744
1745 # type: =item
1746 #. type: =item
1747 #: ../src/guestfs.pod:756
1748 msgid "B<shell scripts>"
1749 msgstr ""
1750
1751 #. type: textblock
1752 #: ../src/guestfs.pod:758
1753 msgid "See L<guestfish(1)>."
1754 msgstr ""
1755
1756 # type: =head2
1757 #. type: =head2
1758 #: ../src/guestfs.pod:762
1759 msgid "LIBGUESTFS GOTCHAS"
1760 msgstr ""
1761
1762 # type: textblock
1763 #. type: textblock
1764 #: ../src/guestfs.pod:764
1765 msgid ""
1766 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1767 "system [...] that works in the way it is documented but is counterintuitive "
1768 "and almost invites mistakes.\""
1769 msgstr ""
1770
1771 # type: textblock
1772 #. type: textblock
1773 #: ../src/guestfs.pod:768
1774 msgid ""
1775 "Since we developed libguestfs and the associated tools, there are several "
1776 "things we would have designed differently, but are now stuck with for "
1777 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1778 "release, you can expect these to change.  Beware of them."
1779 msgstr ""
1780
1781 # type: =item
1782 #. type: =item
1783 #: ../src/guestfs.pod:776
1784 msgid "Autosync / forgetting to sync."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:778
1789 msgid ""
1790 "I<Update:> Autosync is enabled by default for all API users starting from "
1791 "libguestfs 1.5.24.  This section only applies to older versions."
1792 msgstr ""
1793
1794 # type: textblock
1795 #. type: textblock
1796 #: ../src/guestfs.pod:781
1797 msgid ""
1798 "When modifying a filesystem from C or another language, you B<must> unmount "
1799 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1800 "libguestfs handle.  You can also call:"
1801 msgstr ""
1802
1803 # type: verbatim
1804 #. type: verbatim
1805 #: ../src/guestfs.pod:785
1806 #, no-wrap
1807 msgid ""
1808 " guestfs_set_autosync (g, 1);\n"
1809 "\n"
1810 msgstr ""
1811
1812 # type: textblock
1813 #. type: textblock
1814 #: ../src/guestfs.pod:787
1815 msgid ""
1816 "to have the unmount/sync done automatically for you when the handle 'g' is "
1817 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1818 msgstr ""
1819
1820 # type: textblock
1821 #. type: textblock
1822 #: ../src/guestfs.pod:791
1823 msgid ""
1824 "If you forget to do this, then it is entirely possible that your changes "
1825 "won't be written out, or will be partially written, or (very rarely) that "
1826 "you'll get disk corruption."
1827 msgstr ""
1828
1829 # type: textblock
1830 #. type: textblock
1831 #: ../src/guestfs.pod:795
1832 msgid ""
1833 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1834 "guestfish scripts that forget to sync will work just fine, which can make "
1835 "this very puzzling if you are trying to debug a problem."
1836 msgstr ""
1837
1838 # type: =item
1839 #. type: =item
1840 #: ../src/guestfs.pod:799
1841 msgid "Mount option C<-o sync> should not be the default."
1842 msgstr ""
1843
1844 # type: textblock
1845 #. type: textblock
1846 #: ../src/guestfs.pod:801
1847 msgid ""
1848 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1849 "However C<-o sync> does not add any reliability benefit, but does have a "
1850 "very large performance impact."
1851 msgstr ""
1852
1853 # type: textblock
1854 #. type: textblock
1855 #: ../src/guestfs.pod:805
1856 msgid ""
1857 "The work around is to use L</guestfs_mount_options> and set the mount "
1858 "options that you actually want to use."
1859 msgstr ""
1860
1861 # type: =item
1862 #. type: =item
1863 #: ../src/guestfs.pod:808
1864 msgid "Read-only should be the default."
1865 msgstr ""
1866
1867 # type: textblock
1868 #. type: textblock
1869 #: ../src/guestfs.pod:810
1870 msgid ""
1871 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1872 "specify I<--rw> if you want to make changes to the image."
1873 msgstr ""
1874
1875 # type: textblock
1876 #. type: textblock
1877 #: ../src/guestfs.pod:813
1878 msgid "This would reduce the potential to corrupt live VM images."
1879 msgstr ""
1880
1881 # type: textblock
1882 #. type: textblock
1883 #: ../src/guestfs.pod:815
1884 msgid ""
1885 "Note that many filesystems change the disk when you just mount and unmount, "
1886 "even if you didn't perform any writes.  You need to use L</"
1887 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1888 msgstr ""
1889
1890 # type: =item
1891 #. type: =item
1892 #: ../src/guestfs.pod:819
1893 msgid "guestfish command line is hard to use."
1894 msgstr ""
1895
1896 # type: textblock
1897 #. type: textblock
1898 #: ../src/guestfs.pod:821
1899 msgid ""
1900 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1901 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1902 "exist, so it fails.  In earlier versions of guestfish the error message was "
1903 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1904 "we should have used C<guestfish -c command> to run commands."
1905 msgstr ""
1906
1907 # type: =item
1908 #. type: =item
1909 #: ../src/guestfs.pod:828
1910 msgid "guestfish megabyte modifiers don't work right on all commands"
1911 msgstr ""
1912
1913 # type: textblock
1914 #. type: textblock
1915 #: ../src/guestfs.pod:830
1916 msgid ""
1917 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1918 "other modifiers).  What guestfish actually does is to multiply the number "
1919 "part by the modifier part and pass the result to the C API.  However this "
1920 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1921 "expecting some other unit (eg. megabytes)."
1922 msgstr ""
1923
1924 # type: textblock
1925 #. type: textblock
1926 #: ../src/guestfs.pod:837
1927 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1928 msgstr ""
1929
1930 # type: verbatim
1931 #. type: verbatim
1932 #: ../src/guestfs.pod:839
1933 #, no-wrap
1934 msgid ""
1935 " lvcreate LV VG 100M\n"
1936 "\n"
1937 msgstr ""
1938
1939 # type: textblock
1940 #. type: textblock
1941 #: ../src/guestfs.pod:841
1942 msgid ""
1943 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1944 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1945 "megabytes * megabytes) logical volume.  The error message you get from this "
1946 "is also a little obscure."
1947 msgstr ""
1948
1949 # type: textblock
1950 #. type: textblock
1951 #: ../src/guestfs.pod:846
1952 msgid ""
1953 "This could be fixed in the generator by specially marking parameters and "
1954 "return values which take bytes or other units."
1955 msgstr ""
1956
1957 # type: =item
1958 #. type: =item
1959 #: ../src/guestfs.pod:849
1960 msgid "Ambiguity between devices and paths"
1961 msgstr ""
1962
1963 # type: textblock
1964 #. type: textblock
1965 #: ../src/guestfs.pod:851
1966 msgid ""
1967 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1968 "sdb2>) and a similar pathname.  A file might just happen to be called "
1969 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1970 msgstr ""
1971
1972 # type: textblock
1973 #. type: textblock
1974 #: ../src/guestfs.pod:856
1975 msgid ""
1976 "In the current API we usually resolve this ambiguity by having two separate "
1977 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1978 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1979 "detecting if the path supplied begins with C</dev/>."
1980 msgstr ""
1981
1982 # type: textblock
1983 #. type: textblock
1984 #: ../src/guestfs.pod:862
1985 msgid ""
1986 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1987 "make paths/devices into structured names.  One way to do this would be to "
1988 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1989 "aspect of grub.  Another way would be to use a structured type, equivalent "
1990 "to this OCaml type:"
1991 msgstr ""
1992
1993 # type: verbatim
1994 #. type: verbatim
1995 #: ../src/guestfs.pod:868
1996 #, no-wrap
1997 msgid ""
1998 " type path = Path of string | Device of int | Partition of int * int\n"
1999 "\n"
2000 msgstr ""
2001
2002 # type: textblock
2003 #. type: textblock
2004 #: ../src/guestfs.pod:870
2005 msgid "which would allow you to pass arguments like:"
2006 msgstr ""
2007
2008 # type: verbatim
2009 #. type: verbatim
2010 #: ../src/guestfs.pod:872
2011 #, no-wrap
2012 msgid ""
2013 " Path \"/foo/bar\"\n"
2014 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
2015 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
2016 " Path \"/dev/sdb2\"    (* not a device *)\n"
2017 "\n"
2018 msgstr ""
2019
2020 # type: textblock
2021 #. type: textblock
2022 #: ../src/guestfs.pod:877
2023 msgid ""
2024 "As you can see there are still problems to resolve even with this "
2025 "representation.  Also consider how it might work in guestfish."
2026 msgstr ""
2027
2028 # type: =head2
2029 #. type: =head2
2030 #: ../src/guestfs.pod:882
2031 msgid "KEYS AND PASSPHRASES"
2032 msgstr ""
2033
2034 # type: textblock
2035 #. type: textblock
2036 #: ../src/guestfs.pod:884
2037 msgid ""
2038 "Certain libguestfs calls take a parameter that contains sensitive key "
2039 "material, passed in as a C string."
2040 msgstr ""
2041
2042 # type: textblock
2043 #. type: textblock
2044 #: ../src/guestfs.pod:887
2045 msgid ""
2046 "In the future we would hope to change the libguestfs implementation so that "
2047 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2048 "swap.  However this is I<not> done at the moment, because of the complexity "
2049 "of such an implementation."
2050 msgstr ""
2051
2052 # type: textblock
2053 #. type: textblock
2054 #: ../src/guestfs.pod:892
2055 msgid ""
2056 "Therefore you should be aware that any key parameter you pass to libguestfs "
2057 "might end up being written out to the swap partition.  If this is a concern, "
2058 "scrub the swap partition or don't use libguestfs on encrypted devices."
2059 msgstr ""
2060
2061 # type: =head1
2062 #. type: =head2
2063 #: ../src/guestfs.pod:897
2064 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2065 msgstr ""
2066
2067 # type: textblock
2068 #. type: textblock
2069 #: ../src/guestfs.pod:899
2070 msgid ""
2071 "All high-level libguestfs actions are synchronous.  If you want to use "
2072 "libguestfs asynchronously then you must create a thread."
2073 msgstr ""
2074
2075 # type: textblock
2076 #. type: textblock
2077 #: ../src/guestfs.pod:902
2078 msgid ""
2079 "Only use the handle from a single thread.  Either use the handle exclusively "
2080 "from one thread, or provide your own mutex so that two threads cannot issue "
2081 "calls on the same handle at the same time."
2082 msgstr ""
2083
2084 # type: textblock
2085 #. type: textblock
2086 #: ../src/guestfs.pod:906
2087 msgid ""
2088 "See the graphical program guestfs-browser for one possible architecture for "
2089 "multithreaded programs using libvirt and libguestfs."
2090 msgstr ""
2091
2092 # type: =head1
2093 #. type: =head2
2094 #: ../src/guestfs.pod:909
2095 msgid "PATH"
2096 msgstr ""
2097
2098 #. type: textblock
2099 #: ../src/guestfs.pod:911
2100 msgid ""
2101 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2102 "internal path."
2103 msgstr ""
2104
2105 # type: textblock
2106 #. type: textblock
2107 #: ../src/guestfs.pod:914
2108 msgid ""
2109 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2110 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2111 msgstr ""
2112
2113 # type: textblock
2114 #. type: textblock
2115 #: ../src/guestfs.pod:917
2116 msgid ""
2117 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2118 "to change the directories that libguestfs will search in.  The value is a "
2119 "colon-separated list of paths.  The current directory is I<not> searched "
2120 "unless the path contains an empty element or C<.>.  For example "
2121 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2122 "then C</usr/lib/guestfs>."
2123 msgstr ""
2124
2125 # type: =head1
2126 #. type: =head2
2127 #: ../src/guestfs.pod:924
2128 msgid "QEMU WRAPPERS"
2129 msgstr ""
2130
2131 # type: textblock
2132 #. type: textblock
2133 #: ../src/guestfs.pod:926
2134 msgid ""
2135 "If you want to compile your own qemu, run qemu from a non-standard location, "
2136 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2137 "around qemu."
2138 msgstr ""
2139
2140 # type: textblock
2141 #. type: textblock
2142 #: ../src/guestfs.pod:930
2143 msgid ""
2144 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2145 "last command in the shell script (so that qemu replaces the shell and "
2146 "becomes the direct child of the libguestfs-using program).  If you don't do "
2147 "this, then the qemu process won't be cleaned up correctly."
2148 msgstr ""
2149
2150 # type: textblock
2151 #. type: textblock
2152 #: ../src/guestfs.pod:935
2153 msgid ""
2154 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2155 "source:"
2156 msgstr ""
2157
2158 # type: verbatim
2159 #. type: verbatim
2160 #: ../src/guestfs.pod:938
2161 #, no-wrap
2162 msgid ""
2163 " #!/bin/sh -\n"
2164 " qemudir=/home/rjones/d/qemu\n"
2165 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2166 "\n"
2167 msgstr ""
2168
2169 # type: textblock
2170 #. type: textblock
2171 #: ../src/guestfs.pod:942
2172 msgid ""
2173 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2174 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2175 "example:"
2176 msgstr ""
2177
2178 # type: verbatim
2179 #. type: verbatim
2180 #: ../src/guestfs.pod:946
2181 #, no-wrap
2182 msgid ""
2183 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2184 "\n"
2185 msgstr ""
2186
2187 # type: textblock
2188 #. type: textblock
2189 #: ../src/guestfs.pod:948
2190 msgid ""
2191 "Note that libguestfs also calls qemu with the -help and -version options in "
2192 "order to determine features."
2193 msgstr ""
2194
2195 #. type: =head2
2196 #: ../src/guestfs.pod:951
2197 msgid "ATTACHING TO RUNNING DAEMONS"
2198 msgstr ""
2199
2200 #. type: textblock
2201 #: ../src/guestfs.pod:953
2202 msgid ""
2203 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2204 "babies.  Use with caution."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:956
2209 msgid ""
2210 "I<Note (2):> This section explains how to attach to a running daemon from a "
2211 "low level perspective.  For most users, simply using virt tools such as "
2212 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2213 msgstr ""
2214
2215 #. type: =head3
2216 #: ../src/guestfs.pod:960
2217 msgid "Using guestfs_set_attach_method"
2218 msgstr ""
2219
2220 #. type: textblock
2221 #: ../src/guestfs.pod:962
2222 msgid ""
2223 "By calling L</guestfs_set_attach_method> you can change how the library "
2224 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2225 "ARCHITECTURE> for some background)."
2226 msgstr ""
2227
2228 #. type: textblock
2229 #: ../src/guestfs.pod:966
2230 msgid ""
2231 "The normal attach method is C<appliance>, where a small appliance is created "
2232 "containing the daemon, and then the library connects to this."
2233 msgstr ""
2234
2235 #. type: textblock
2236 #: ../src/guestfs.pod:969
2237 msgid ""
2238 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2239 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2240 "daemon over the Unix domain socket."
2241 msgstr ""
2242
2243 #. type: textblock
2244 #: ../src/guestfs.pod:973
2245 msgid ""
2246 "The normal use for this is to connect to a running virtual machine that "
2247 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2248 "files inside the live virtual machine."
2249 msgstr ""
2250
2251 #. type: =head3
2252 #: ../src/guestfs.pod:977
2253 msgid "Using guestfs_add_domain with live flag"
2254 msgstr ""
2255
2256 #. type: textblock
2257 #: ../src/guestfs.pod:979
2258 msgid ""
2259 "L</guestfs_add_domain> provides some help for getting the correct attach "
2260 "method.  If you pass the C<live> option to this function, then (if the "
2261 "virtual machine is running) it will examine the libvirt XML looking for a "
2262 "virtio-serial channel to connect to:"
2263 msgstr ""
2264
2265 #. type: verbatim
2266 #: ../src/guestfs.pod:985
2267 #, no-wrap
2268 msgid ""
2269 " <domain>\n"
2270 "   ...\n"
2271 "   <devices>\n"
2272 "     ...\n"
2273 "     <channel type='unix'>\n"
2274 "       <source mode='bind' path='/path/to/socket'/>\n"
2275 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2276 "     </channel>\n"
2277 "     ...\n"
2278 "   </devices>\n"
2279 " </domain>\n"
2280 "\n"
2281 msgstr ""
2282
2283 #. type: textblock
2284 #: ../src/guestfs.pod:997
2285 msgid ""
2286 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2287 "method to C<unix:/path/to/socket>."
2288 msgstr ""
2289
2290 #. type: textblock
2291 #: ../src/guestfs.pod:1000
2292 msgid ""
2293 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2294 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2295 "to attach to and modify live virtual machines."
2296 msgstr ""
2297
2298 #. type: textblock
2299 #: ../src/guestfs.pod:1004
2300 msgid ""
2301 "The virtual machine needs to have been set up beforehand so that it has the "
2302 "virtio-serial channel and so that guestfsd is running inside it."
2303 msgstr ""
2304
2305 # type: =head2
2306 #. type: =head2
2307 #: ../src/guestfs.pod:1008
2308 msgid "ABI GUARANTEE"
2309 msgstr ""
2310
2311 # type: textblock
2312 #. type: textblock
2313 #: ../src/guestfs.pod:1010
2314 msgid ""
2315 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2316 "actions as outlined in this section.  Although we will deprecate some "
2317 "actions, for example if they get replaced by newer calls, we will keep the "
2318 "old actions forever.  This allows you the developer to program in confidence "
2319 "against the libguestfs API."
2320 msgstr ""
2321
2322 # type: =head1
2323 #. type: =head2
2324 #: ../src/guestfs.pod:1016
2325 msgid "BLOCK DEVICE NAMING"
2326 msgstr ""
2327
2328 # type: textblock
2329 #. type: textblock
2330 #: ../src/guestfs.pod:1018
2331 msgid ""
2332 "In the kernel there is now quite a profusion of schemata for naming block "
2333 "devices (in this context, by I<block device> I mean a physical or virtual "
2334 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2335 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2336 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2337 "for the old IDE driver (particularly for SATA devices) those devices also "
2338 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2339 "paravirtualized drivers.  This has created several different naming systems, "
2340 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2341 msgstr ""
2342
2343 # type: textblock
2344 #. type: textblock
2345 #: ../src/guestfs.pod:1030
2346 msgid ""
2347 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2348 "Linux kernel to access block devices.  We can run a variety of appliances "
2349 "based on a variety of Linux kernels."
2350 msgstr ""
2351
2352 # type: textblock
2353 #. type: textblock
2354 #: ../src/guestfs.pod:1034
2355 msgid ""
2356 "This causes a problem for libguestfs because many API calls use device or "
2357 "partition names.  Working scripts and the recipe (example) scripts that we "
2358 "make available over the internet could fail if the naming scheme changes."
2359 msgstr ""
2360
2361 # type: textblock
2362 #. type: textblock
2363 #: ../src/guestfs.pod:1039
2364 msgid ""
2365 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2366 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2367 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2368 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2369 msgstr ""
2370
2371 # type: textblock
2372 #. type: textblock
2373 #: ../src/guestfs.pod:1045
2374 msgid ""
2375 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2376 "L</guestfs_list_partitions> and similar calls return the true names of the "
2377 "devices and partitions as known to the appliance."
2378 msgstr ""
2379
2380 # type: =head2
2381 #. type: =head3
2382 #: ../src/guestfs.pod:1050
2383 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2384 msgstr ""
2385
2386 # type: textblock
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1052
2389 msgid ""
2390 "Usually this translation is transparent.  However in some (very rare)  cases "
2391 "you may need to know the exact algorithm.  Such cases include where you use "
2392 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2393 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2394 msgstr ""
2395
2396 # type: textblock
2397 #. type: textblock
2398 #: ../src/guestfs.pod:1058
2399 msgid ""
2400 "The algorithm is applied only to I<parameters> which are known to be either "
2401 "device or partition names.  Return values from functions such as L</"
2402 "guestfs_list_devices> are never changed."
2403 msgstr ""
2404
2405 # type: textblock
2406 #. type: textblock
2407 #: ../src/guestfs.pod:1066
2408 msgid "Is the string a parameter which is a device or partition name?"
2409 msgstr ""
2410
2411 # type: textblock
2412 #. type: textblock
2413 #: ../src/guestfs.pod:1070
2414 msgid "Does the string begin with C</dev/sd>?"
2415 msgstr ""
2416
2417 # type: textblock
2418 #. type: textblock
2419 #: ../src/guestfs.pod:1074
2420 msgid ""
2421 "Does the named device exist? If so, we use that device.  However if I<not> "
2422 "then we continue with this algorithm."
2423 msgstr ""
2424
2425 # type: textblock
2426 #. type: textblock
2427 #: ../src/guestfs.pod:1079
2428 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2429 msgstr ""
2430
2431 # type: textblock
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1081
2434 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2435 msgstr ""
2436
2437 # type: textblock
2438 #. type: textblock
2439 #: ../src/guestfs.pod:1083
2440 msgid "If that named device exists, use it.  If not, continue."
2441 msgstr ""
2442
2443 # type: textblock
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1087
2446 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2447 msgstr ""
2448
2449 # type: textblock
2450 #. type: textblock
2451 #: ../src/guestfs.pod:1089
2452 msgid "If that named device exists, use it.  If not, return an error."
2453 msgstr ""
2454
2455 # type: =head3
2456 #. type: =head3
2457 #: ../src/guestfs.pod:1093
2458 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2459 msgstr ""
2460
2461 # type: textblock
2462 #. type: textblock
2463 #: ../src/guestfs.pod:1095
2464 msgid ""
2465 "Although the standard naming scheme and automatic translation is useful for "
2466 "simple programs and guestfish scripts, for larger programs it is best not to "
2467 "rely on this mechanism."
2468 msgstr ""
2469
2470 # type: textblock
2471 #. type: textblock
2472 #: ../src/guestfs.pod:1099
2473 msgid ""
2474 "Where possible for maximum future portability programs using libguestfs "
2475 "should use these future-proof techniques:"
2476 msgstr ""
2477
2478 # type: textblock
2479 #. type: textblock
2480 #: ../src/guestfs.pod:1106
2481 msgid ""
2482 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2483 "device names, and then use those names directly."
2484 msgstr ""
2485
2486 # type: textblock
2487 #. type: textblock
2488 #: ../src/guestfs.pod:1109
2489 msgid ""
2490 "Since those device names exist by definition, they will never be translated."
2491 msgstr ""
2492
2493 # type: textblock
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1114
2496 msgid ""
2497 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2498 "filesystem labels."
2499 msgstr ""
2500
2501 # type: =head1
2502 #. type: =head1
2503 #: ../src/guestfs.pod:1119
2504 msgid "SECURITY"
2505 msgstr ""
2506
2507 # type: textblock
2508 #. type: textblock
2509 #: ../src/guestfs.pod:1121
2510 msgid ""
2511 "This section discusses security implications of using libguestfs, "
2512 "particularly with untrusted or malicious guests or disk images."
2513 msgstr ""
2514
2515 # type: =head2
2516 #. type: =head2
2517 #: ../src/guestfs.pod:1124
2518 msgid "GENERAL SECURITY CONSIDERATIONS"
2519 msgstr ""
2520
2521 # type: textblock
2522 #. type: textblock
2523 #: ../src/guestfs.pod:1126
2524 msgid ""
2525 "Be careful with any files or data that you download from a guest (by "
2526 "\"download\" we mean not just the L</guestfs_download> command but any "
2527 "command that reads files, filenames, directories or anything else from a "
2528 "disk image).  An attacker could manipulate the data to fool your program "
2529 "into doing the wrong thing.  Consider cases such as:"
2530 msgstr ""
2531
2532 # type: textblock
2533 #. type: textblock
2534 #: ../src/guestfs.pod:1136
2535 msgid "the data (file etc) not being present"
2536 msgstr ""
2537
2538 # type: textblock
2539 #. type: textblock
2540 #: ../src/guestfs.pod:1140
2541 msgid "being present but empty"
2542 msgstr ""
2543
2544 # type: textblock
2545 #. type: textblock
2546 #: ../src/guestfs.pod:1144
2547 msgid "being much larger than normal"
2548 msgstr ""
2549
2550 # type: textblock
2551 #. type: textblock
2552 #: ../src/guestfs.pod:1148
2553 msgid "containing arbitrary 8 bit data"
2554 msgstr ""
2555
2556 # type: textblock
2557 #. type: textblock
2558 #: ../src/guestfs.pod:1152
2559 msgid "being in an unexpected character encoding"
2560 msgstr ""
2561
2562 # type: textblock
2563 #. type: textblock
2564 #: ../src/guestfs.pod:1156
2565 msgid "containing homoglyphs."
2566 msgstr ""
2567
2568 # type: =head2
2569 #. type: =head2
2570 #: ../src/guestfs.pod:1160
2571 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2572 msgstr ""
2573
2574 # type: textblock
2575 #. type: textblock
2576 #: ../src/guestfs.pod:1162
2577 msgid ""
2578 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2579 "(VFS) module can sometimes be escalated into exploits by deliberately "
2580 "creating a malicious, malformed filesystem.  These exploits are very severe "
2581 "for two reasons.  Firstly there are very many filesystem drivers in the "
2582 "kernel, and many of them are infrequently used and not much developer "
2583 "attention has been paid to the code.  Linux userspace helps potential "
2584 "crackers by detecting the filesystem type and automatically choosing the "
2585 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2586 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2587 "exploit (worse in some ways), giving immediate and total access to the "
2588 "system right down to the hardware level."
2589 msgstr ""
2590
2591 # type: textblock
2592 #. type: textblock
2593 #: ../src/guestfs.pod:1175
2594 msgid ""
2595 "That explains why you should never mount a filesystem from an untrusted "
2596 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2597 "inside a qemu virtual machine, usually running as a non-root user.  The "
2598 "attacker would need to write a filesystem which first exploited the kernel, "
2599 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2600 "the libguestfs protocol, and finally to be as serious as the host kernel "
2601 "exploit it would need to escalate its privileges to root.  This multi-step "
2602 "escalation, performed by a static piece of data, is thought to be extremely "
2603 "hard to do, although we never say 'never' about security issues."
2604 msgstr ""
2605
2606 # type: textblock
2607 #. type: textblock
2608 #: ../src/guestfs.pod:1186
2609 msgid ""
2610 "In any case callers can reduce the attack surface by forcing the filesystem "
2611 "type when mounting (use L</guestfs_mount_vfs>)."
2612 msgstr ""
2613
2614 # type: =head2
2615 #. type: =head2
2616 #: ../src/guestfs.pod:1189
2617 msgid "PROTOCOL SECURITY"
2618 msgstr ""
2619
2620 # type: textblock
2621 #. type: textblock
2622 #: ../src/guestfs.pod:1191
2623 msgid ""
2624 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2625 "defined upper message size.  However a program that uses libguestfs must "
2626 "also take care - for example you can write a program that downloads a binary "
2627 "from a disk image and executes it locally, and no amount of protocol "
2628 "security will save you from the consequences."
2629 msgstr ""
2630
2631 # type: =head2
2632 #. type: =head2
2633 #: ../src/guestfs.pod:1197
2634 msgid "INSPECTION SECURITY"
2635 msgstr ""
2636
2637 # type: textblock
2638 #. type: textblock
2639 #: ../src/guestfs.pod:1199
2640 msgid ""
2641 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2642 "directly from the guest, and these could contain any 8 bit data.  Callers "
2643 "should be careful to escape these before printing them to a structured file "
2644 "(for example, use HTML escaping if creating a web page)."
2645 msgstr ""
2646
2647 # type: textblock
2648 #. type: textblock
2649 #: ../src/guestfs.pod:1205
2650 msgid ""
2651 "Guest configuration may be altered in unusual ways by the administrator of "
2652 "the virtual machine, and may not reflect reality (particularly for untrusted "
2653 "or actively malicious guests).  For example we parse the hostname from "
2654 "configuration files like C</etc/sysconfig/network> that we find in the "
2655 "guest, but the guest administrator can easily manipulate these files to "
2656 "provide the wrong hostname."
2657 msgstr ""
2658
2659 # type: textblock
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1213
2662 msgid ""
2663 "The inspection API parses guest configuration using two external libraries: "
2664 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2665 "designed to be robust in the face of malicious data, although denial of "
2666 "service attacks are still possible, for example with oversized configuration "
2667 "files."
2668 msgstr ""
2669
2670 # type: =head2
2671 #. type: =head2
2672 #: ../src/guestfs.pod:1219
2673 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2674 msgstr ""
2675
2676 # type: textblock
2677 #. type: textblock
2678 #: ../src/guestfs.pod:1221
2679 msgid ""
2680 "Be very cautious about running commands from the guest.  By running a "
2681 "command in the guest, you are giving CPU time to a binary that you do not "
2682 "control, under the same user account as the library, albeit wrapped in qemu "
2683 "virtualization.  More information and alternatives can be found in the "
2684 "section L</RUNNING COMMANDS>."
2685 msgstr ""
2686
2687 # type: =head2
2688 #. type: =head2
2689 #: ../src/guestfs.pod:1227
2690 msgid "CVE-2010-3851"
2691 msgstr ""
2692
2693 # type: textblock
2694 #. type: textblock
2695 #: ../src/guestfs.pod:1229
2696 msgid "https://bugzilla.redhat.com/642934"
2697 msgstr ""
2698
2699 # type: textblock
2700 #. type: textblock
2701 #: ../src/guestfs.pod:1231
2702 msgid ""
2703 "This security bug concerns the automatic disk format detection that qemu "
2704 "does on disk images."
2705 msgstr ""
2706
2707 # type: textblock
2708 #. type: textblock
2709 #: ../src/guestfs.pod:1234
2710 msgid ""
2711 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2712 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2713 "for one of the known headers, and if none is found then assuming the disk "
2714 "image must be raw."
2715 msgstr ""
2716
2717 # type: textblock
2718 #. type: textblock
2719 #: ../src/guestfs.pod:1239
2720 msgid ""
2721 "This allows a guest which has been given a raw disk image to write some "
2722 "other header.  At next boot (or when the disk image is accessed by "
2723 "libguestfs) qemu would do autodetection and think the disk image format was, "
2724 "say, qcow2 based on the header written by the guest."
2725 msgstr ""
2726
2727 # type: textblock
2728 #. type: textblock
2729 #: ../src/guestfs.pod:1244
2730 msgid ""
2731 "This in itself would not be a problem, but qcow2 offers many features, one "
2732 "of which is to allow a disk image to refer to another image (called the "
2733 "\"backing disk\").  It does this by placing the path to the backing disk "
2734 "into the qcow2 header.  This path is not validated and could point to any "
2735 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2736 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2737 "control of the attacker."
2738 msgstr ""
2739
2740 # type: textblock
2741 #. type: textblock
2742 #: ../src/guestfs.pod:1252
2743 msgid ""
2744 "In libguestfs this is rather hard to exploit except under two circumstances:"
2745 msgstr ""
2746
2747 # type: textblock
2748 #. type: textblock
2749 #: ../src/guestfs.pod:1259
2750 msgid "You have enabled the network or have opened the disk in write mode."
2751 msgstr ""
2752
2753 # type: textblock
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1263
2756 msgid ""
2757 "You are also running untrusted code from the guest (see L</RUNNING "
2758 "COMMANDS>)."
2759 msgstr ""
2760
2761 # type: textblock
2762 #. type: textblock
2763 #: ../src/guestfs.pod:1268
2764 msgid ""
2765 "The way to avoid this is to specify the expected disk format when adding "
2766 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2767 "should always do this if the disk is raw format, and it's a good idea for "
2768 "other cases too."
2769 msgstr ""
2770
2771 # type: textblock
2772 #. type: textblock
2773 #: ../src/guestfs.pod:1273
2774 msgid ""
2775 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2776 "format is fetched from libvirt and passed through."
2777 msgstr ""
2778
2779 # type: textblock
2780 #. type: textblock
2781 #: ../src/guestfs.pod:1276
2782 msgid ""
2783 "For libguestfs tools, use the I<--format> command line parameter as "
2784 "appropriate."
2785 msgstr ""
2786
2787 # type: =head1
2788 #. type: =head1
2789 #: ../src/guestfs.pod:1279
2790 msgid "CONNECTION MANAGEMENT"
2791 msgstr ""
2792
2793 # type: =head2
2794 #. type: =head2
2795 #: ../src/guestfs.pod:1281
2796 msgid "guestfs_h *"
2797 msgstr ""
2798
2799 # type: textblock
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1283
2802 msgid ""
2803 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2804 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2805 "handle and release all resources used."
2806 msgstr ""
2807
2808 #. type: textblock
2809 #: ../src/guestfs.pod:1287
2810 msgid ""
2811 "For information on using multiple handles and threads, see the section L</"
2812 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2813 msgstr ""
2814
2815 # type: =head2
2816 #. type: =head2
2817 #: ../src/guestfs.pod:1290
2818 msgid "guestfs_create"
2819 msgstr ""
2820
2821 # type: verbatim
2822 #. type: verbatim
2823 #: ../src/guestfs.pod:1292
2824 #, no-wrap
2825 msgid ""
2826 " guestfs_h *guestfs_create (void);\n"
2827 "\n"
2828 msgstr ""
2829
2830 # type: textblock
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1294
2833 msgid "Create a connection handle."
2834 msgstr ""
2835
2836 #. type: textblock
2837 #: ../src/guestfs.pod:1296
2838 msgid ""
2839 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2840 "NULL."
2841 msgstr ""
2842
2843 #. type: textblock
2844 #: ../src/guestfs.pod:1299
2845 msgid ""
2846 "You have to \"configure\" the handle after creating it.  This includes "
2847 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2848 "handle at least once."
2849 msgstr ""
2850
2851 # type: textblock
2852 #. type: textblock
2853 #: ../src/guestfs.pod:1303
2854 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2855 msgstr ""
2856
2857 #. type: textblock
2858 #: ../src/guestfs.pod:1305
2859 msgid ""
2860 "You may also want to configure error handling for the handle.  See the L</"
2861 "ERROR HANDLING> section below."
2862 msgstr ""
2863
2864 # type: =head2
2865 #. type: =head2
2866 #: ../src/guestfs.pod:1308
2867 msgid "guestfs_close"
2868 msgstr ""
2869
2870 # type: verbatim
2871 #. type: verbatim
2872 #: ../src/guestfs.pod:1310
2873 #, no-wrap
2874 msgid ""
2875 " void guestfs_close (guestfs_h *g);\n"
2876 "\n"
2877 msgstr ""
2878
2879 # type: textblock
2880 #. type: textblock
2881 #: ../src/guestfs.pod:1312
2882 msgid "This closes the connection handle and frees up all resources used."
2883 msgstr ""
2884
2885 #. type: textblock
2886 #: ../src/guestfs.pod:1314
2887 msgid ""
2888 "If autosync was set on the handle and the handle was launched, then this "
2889 "implicitly calls various functions to unmount filesystems and sync the "
2890 "disk.  See L</guestfs_set_autosync> for more details."
2891 msgstr ""
2892
2893 #. type: textblock
2894 #: ../src/guestfs.pod:1318
2895 msgid "If a close callback was set on the handle, then it is called."
2896 msgstr ""
2897
2898 # type: =head1
2899 #. type: =head1
2900 #: ../src/guestfs.pod:1320
2901 msgid "ERROR HANDLING"
2902 msgstr ""
2903
2904 # type: textblock
2905 #. type: textblock
2906 #: ../src/guestfs.pod:1322
2907 msgid ""
2908 "API functions can return errors.  For example, almost all functions that "
2909 "return C<int> will return C<-1> to indicate an error."
2910 msgstr ""
2911
2912 # type: textblock
2913 #. type: textblock
2914 #: ../src/guestfs.pod:1325
2915 msgid ""
2916 "Additional information is available for errors: an error message string and "
2917 "optionally an error number (errno) if the thing that failed was a system "
2918 "call."
2919 msgstr ""
2920
2921 # type: textblock
2922 #. type: textblock
2923 #: ../src/guestfs.pod:1329
2924 msgid ""
2925 "You can get at the additional information about the last error on the handle "
2926 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2927 "up an error handler with L</guestfs_set_error_handler>."
2928 msgstr ""
2929
2930 # type: textblock
2931 #. type: textblock
2932 #: ../src/guestfs.pod:1334
2933 msgid ""
2934 "When the handle is created, a default error handler is installed which "
2935 "prints the error message string to C<stderr>.  For small short-running "
2936 "command line programs it is sufficient to do:"
2937 msgstr ""
2938
2939 # type: verbatim
2940 #. type: verbatim
2941 #: ../src/guestfs.pod:1338
2942 #, no-wrap
2943 msgid ""
2944 " if (guestfs_launch (g) == -1)\n"
2945 "   exit (EXIT_FAILURE);\n"
2946 "\n"
2947 msgstr ""
2948
2949 # type: textblock
2950 #. type: textblock
2951 #: ../src/guestfs.pod:1341
2952 msgid ""
2953 "since the default error handler will ensure that an error message has been "
2954 "printed to C<stderr> before the program exits."
2955 msgstr ""
2956
2957 # type: textblock
2958 #. type: textblock
2959 #: ../src/guestfs.pod:1344
2960 msgid ""
2961 "For other programs the caller will almost certainly want to install an "
2962 "alternate error handler or do error handling in-line like this:"
2963 msgstr ""
2964
2965 # type: verbatim
2966 #. type: verbatim
2967 #: ../src/guestfs.pod:1347
2968 #, no-wrap
2969 msgid ""
2970 " g = guestfs_create ();\n"
2971 " \n"
2972 msgstr ""
2973
2974 # type: verbatim
2975 #. type: verbatim
2976 #: ../src/guestfs.pod:1349
2977 #, no-wrap
2978 msgid ""
2979 " /* This disables the default behaviour of printing errors\n"
2980 "    on stderr. */\n"
2981 " guestfs_set_error_handler (g, NULL, NULL);\n"
2982 " \n"
2983 msgstr ""
2984
2985 # type: verbatim
2986 #. type: verbatim
2987 #: ../src/guestfs.pod:1353
2988 #, no-wrap
2989 msgid ""
2990 " if (guestfs_launch (g) == -1) {\n"
2991 "   /* Examine the error message and print it etc. */\n"
2992 "   char *msg = guestfs_last_error (g);\n"
2993 "   int errnum = guestfs_last_errno (g);\n"
2994 "   fprintf (stderr, \"%s\\n\", msg);\n"
2995 "   /* ... */\n"
2996 "  }\n"
2997 "\n"
2998 msgstr ""
2999
3000 # type: textblock
3001 #. type: textblock
3002 #: ../src/guestfs.pod:1361
3003 msgid ""
3004 "Out of memory errors are handled differently.  The default action is to call "
3005 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
3006 "guestfs_set_out_of_memory_handler>."
3007 msgstr ""
3008
3009 # type: textblock
3010 #. type: textblock
3011 #: ../src/guestfs.pod:1365
3012 msgid ""
3013 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
3014 "because there is no handle if this happens there is no way to get additional "
3015 "error information.  However L</guestfs_create> is supposed to be a "
3016 "lightweight operation which can only fail because of insufficient memory (it "
3017 "returns NULL in this case)."
3018 msgstr ""
3019
3020 # type: =head2
3021 #. type: =head2
3022 #: ../src/guestfs.pod:1371
3023 msgid "guestfs_last_error"
3024 msgstr ""
3025
3026 # type: verbatim
3027 #. type: verbatim
3028 #: ../src/guestfs.pod:1373
3029 #, no-wrap
3030 msgid ""
3031 " const char *guestfs_last_error (guestfs_h *g);\n"
3032 "\n"
3033 msgstr ""
3034
3035 # type: textblock
3036 #. type: textblock
3037 #: ../src/guestfs.pod:1375
3038 msgid ""
3039 "This returns the last error message that happened on C<g>.  If there has not "
3040 "been an error since the handle was created, then this returns C<NULL>."
3041 msgstr ""
3042
3043 # type: textblock
3044 #. type: textblock
3045 #: ../src/guestfs.pod:1379
3046 msgid ""
3047 "The lifetime of the returned string is until the next error occurs, or L</"
3048 "guestfs_close> is called."
3049 msgstr ""
3050
3051 # type: =head2
3052 #. type: =head2
3053 #: ../src/guestfs.pod:1382
3054 msgid "guestfs_last_errno"
3055 msgstr ""
3056
3057 # type: verbatim
3058 #. type: verbatim
3059 #: ../src/guestfs.pod:1384
3060 #, no-wrap
3061 msgid ""
3062 " int guestfs_last_errno (guestfs_h *g);\n"
3063 "\n"
3064 msgstr ""
3065
3066 # type: textblock
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1386
3069 msgid "This returns the last error number (errno) that happened on C<g>."
3070 msgstr ""
3071
3072 # type: textblock
3073 #. type: textblock
3074 #: ../src/guestfs.pod:1388
3075 msgid "If successful, an errno integer not equal to zero is returned."
3076 msgstr ""
3077
3078 # type: textblock
3079 #. type: textblock
3080 #: ../src/guestfs.pod:1390
3081 msgid ""
3082 "If no error, this returns 0.  This call can return 0 in three situations:"
3083 msgstr ""
3084
3085 # type: textblock
3086 #. type: textblock
3087 #: ../src/guestfs.pod:1397
3088 msgid "There has not been any error on the handle."
3089 msgstr ""
3090
3091 # type: textblock
3092 #. type: textblock
3093 #: ../src/guestfs.pod:1401
3094 msgid ""
3095 "There has been an error but the errno was meaningless.  This corresponds to "
3096 "the case where the error did not come from a failed system call, but for "
3097 "some other reason."
3098 msgstr ""
3099
3100 # type: textblock
3101 #. type: textblock
3102 #: ../src/guestfs.pod:1407
3103 msgid ""
3104 "There was an error from a failed system call, but for some reason the errno "
3105 "was not captured and returned.  This usually indicates a bug in libguestfs."
3106 msgstr ""
3107
3108 # type: textblock
3109 #. type: textblock
3110 #: ../src/guestfs.pod:1413
3111 msgid ""
3112 "Libguestfs tries to convert the errno from inside the applicance into a "
3113 "corresponding errno for the caller (not entirely trivial: the appliance "
3114 "might be running a completely different operating system from the library "
3115 "and error numbers are not standardized across Un*xen).  If this could not be "
3116 "done, then the error is translated to C<EINVAL>.  In practice this should "
3117 "only happen in very rare circumstances."
3118 msgstr ""
3119
3120 # type: =head2
3121 #. type: =head2
3122 #: ../src/guestfs.pod:1421
3123 msgid "guestfs_set_error_handler"
3124 msgstr ""
3125
3126 # type: verbatim
3127 #. type: verbatim
3128 #: ../src/guestfs.pod:1423
3129 #, no-wrap
3130 msgid ""
3131 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3132 "                                           void *opaque,\n"
3133 "                                           const char *msg);\n"
3134 " void guestfs_set_error_handler (guestfs_h *g,\n"
3135 "                                 guestfs_error_handler_cb cb,\n"
3136 "                                 void *opaque);\n"
3137 "\n"
3138 msgstr ""
3139
3140 # type: textblock
3141 #. type: textblock
3142 #: ../src/guestfs.pod:1430
3143 msgid ""
3144 "The callback C<cb> will be called if there is an error.  The parameters "
3145 "passed to the callback are an opaque data pointer and the error message "
3146 "string."
3147 msgstr ""
3148
3149 # type: textblock
3150 #. type: textblock
3151 #: ../src/guestfs.pod:1434
3152 msgid ""
3153 "C<errno> is not passed to the callback.  To get that the callback must call "
3154 "L</guestfs_last_errno>."
3155 msgstr ""
3156
3157 # type: textblock
3158 #. type: textblock
3159 #: ../src/guestfs.pod:1437
3160 msgid ""
3161 "Note that the message string C<msg> is freed as soon as the callback "
3162 "function returns, so if you want to stash it somewhere you must make your "
3163 "own copy."
3164 msgstr ""
3165
3166 # type: textblock
3167 #. type: textblock
3168 #: ../src/guestfs.pod:1441
3169 msgid "The default handler prints messages on C<stderr>."
3170 msgstr ""
3171
3172 # type: textblock
3173 #. type: textblock
3174 #: ../src/guestfs.pod:1443
3175 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3176 msgstr ""
3177
3178 # type: =head2
3179 #. type: =head2
3180 #: ../src/guestfs.pod:1445
3181 msgid "guestfs_get_error_handler"
3182 msgstr ""
3183
3184 # type: verbatim
3185 #. type: verbatim
3186 #: ../src/guestfs.pod:1447
3187 #, no-wrap
3188 msgid ""
3189 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3190 "                                                     void **opaque_rtn);\n"
3191 "\n"
3192 msgstr ""
3193
3194 # type: textblock
3195 #. type: textblock
3196 #: ../src/guestfs.pod:1450
3197 msgid "Returns the current error handler callback."
3198 msgstr ""
3199
3200 # type: =head2
3201 #. type: =head2
3202 #: ../src/guestfs.pod:1452
3203 msgid "guestfs_set_out_of_memory_handler"
3204 msgstr ""
3205
3206 # type: verbatim
3207 #. type: verbatim
3208 #: ../src/guestfs.pod:1454
3209 #, no-wrap
3210 msgid ""
3211 " typedef void (*guestfs_abort_cb) (void);\n"
3212 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3213 "                                        guestfs_abort_cb);\n"
3214 "\n"
3215 msgstr ""
3216
3217 # type: textblock
3218 #. type: textblock
3219 #: ../src/guestfs.pod:1458
3220 msgid ""
3221 "The callback C<cb> will be called if there is an out of memory situation.  "
3222 "I<Note this callback must not return>."
3223 msgstr ""
3224
3225 # type: textblock
3226 #. type: textblock
3227 #: ../src/guestfs.pod:1461
3228 msgid "The default is to call L<abort(3)>."
3229 msgstr ""
3230
3231 # type: textblock
3232 #. type: textblock
3233 #: ../src/guestfs.pod:1463
3234 msgid ""
3235 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3236 msgstr ""
3237
3238 # type: =head2
3239 #. type: =head2
3240 #: ../src/guestfs.pod:1466
3241 msgid "guestfs_get_out_of_memory_handler"
3242 msgstr ""
3243
3244 # type: verbatim
3245 #. type: verbatim
3246 #: ../src/guestfs.pod:1468
3247 #, no-wrap
3248 msgid ""
3249 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3250 "\n"
3251 msgstr ""
3252
3253 # type: textblock
3254 #. type: textblock
3255 #: ../src/guestfs.pod:1470
3256 msgid "This returns the current out of memory handler."
3257 msgstr ""
3258
3259 # type: =head1
3260 #. type: =head1
3261 #: ../src/guestfs.pod:1472
3262 msgid "API CALLS"
3263 msgstr ""
3264
3265 # type: textblock
3266 #. type: textblock
3267 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1008
3268 msgid "@ACTIONS@"
3269 msgstr ""
3270
3271 # type: =head1
3272 #. type: =head1
3273 #: ../src/guestfs.pod:1476
3274 msgid "STRUCTURES"
3275 msgstr ""
3276
3277 # type: textblock
3278 #. type: textblock
3279 #: ../src/guestfs.pod:1478
3280 msgid "@STRUCTS@"
3281 msgstr ""
3282
3283 # type: =head1
3284 #. type: =head1
3285 #: ../src/guestfs.pod:1480
3286 msgid "AVAILABILITY"
3287 msgstr ""
3288
3289 # type: =head2
3290 #. type: =head2
3291 #: ../src/guestfs.pod:1482
3292 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3293 msgstr ""
3294
3295 # type: textblock
3296 #. type: textblock
3297 #: ../src/guestfs.pod:1484
3298 msgid ""
3299 "Using L</guestfs_available> you can test availability of the following "
3300 "groups of functions.  This test queries the appliance to see if the "
3301 "appliance you are currently using supports the functionality."
3302 msgstr ""
3303
3304 # type: textblock
3305 #. type: textblock
3306 #: ../src/guestfs.pod:1489
3307 msgid "@AVAILABILITY@"
3308 msgstr ""
3309
3310 # type: =head2
3311 #. type: =head2
3312 #: ../src/guestfs.pod:1491
3313 msgid "GUESTFISH supported COMMAND"
3314 msgstr ""
3315
3316 # type: textblock
3317 #. type: textblock
3318 #: ../src/guestfs.pod:1493
3319 msgid ""
3320 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3321 "prints out the available groups and whether they are supported by this build "
3322 "of libguestfs.  Note however that you have to do C<run> first."
3323 msgstr ""
3324
3325 # type: =head2
3326 #. type: =head2
3327 #: ../src/guestfs.pod:1498
3328 msgid "SINGLE CALLS AT COMPILE TIME"
3329 msgstr ""
3330
3331 # type: textblock
3332 #. type: textblock
3333 #: ../src/guestfs.pod:1500
3334 msgid ""
3335 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3336 "function, such as:"
3337 msgstr ""
3338
3339 # type: verbatim
3340 #. type: verbatim
3341 #: ../src/guestfs.pod:1503
3342 #, no-wrap
3343 msgid ""
3344 " #define LIBGUESTFS_HAVE_DD 1\n"
3345 "\n"
3346 msgstr ""
3347
3348 # type: textblock
3349 #. type: textblock
3350 #: ../src/guestfs.pod:1505
3351 msgid "if L</guestfs_dd> is available."
3352 msgstr ""
3353
3354 # type: textblock
3355 #. type: textblock
3356 #: ../src/guestfs.pod:1507
3357 msgid ""
3358 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3359 "function is available at compile time, we recommended using build tools such "
3360 "as autoconf or cmake.  For example in autotools you could use:"
3361 msgstr ""
3362
3363 # type: verbatim
3364 #. type: verbatim
3365 #: ../src/guestfs.pod:1512
3366 #, no-wrap
3367 msgid ""
3368 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3369 " AC_CHECK_FUNCS([guestfs_dd])\n"
3370 "\n"
3371 msgstr ""
3372
3373 # type: textblock
3374 #. type: textblock
3375 #: ../src/guestfs.pod:1515
3376 msgid ""
3377 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3378 "in your program."
3379 msgstr ""
3380
3381 # type: =head2
3382 #. type: =head2
3383 #: ../src/guestfs.pod:1518
3384 msgid "SINGLE CALLS AT RUN TIME"
3385 msgstr ""
3386
3387 # type: textblock
3388 #. type: textblock
3389 #: ../src/guestfs.pod:1520
3390 msgid ""
3391 "Testing at compile time doesn't guarantee that a function really exists in "
3392 "the library.  The reason is that you might be dynamically linked against a "
3393 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3394 "This situation unfortunately results in a segmentation fault, which is a "
3395 "shortcoming of the C dynamic linking system itself."
3396 msgstr ""
3397
3398 # type: textblock
3399 #. type: textblock
3400 #: ../src/guestfs.pod:1527
3401 msgid ""
3402 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3403 "in this example program (note that you still need the compile time check as "
3404 "well):"
3405 msgstr ""
3406
3407 # type: verbatim
3408 #. type: verbatim
3409 #: ../src/guestfs.pod:1531
3410 #, no-wrap
3411 msgid ""
3412 " #include <stdio.h>\n"
3413 " #include <stdlib.h>\n"
3414 " #include <unistd.h>\n"
3415 " #include <dlfcn.h>\n"
3416 " #include <guestfs.h>\n"
3417 " \n"
3418 msgstr ""
3419
3420 # type: verbatim
3421 #. type: verbatim
3422 #: ../src/guestfs.pod:1537
3423 #, no-wrap
3424 msgid ""
3425 " main ()\n"
3426 " {\n"
3427 " #ifdef LIBGUESTFS_HAVE_DD\n"
3428 "   void *dl;\n"
3429 "   int has_function;\n"
3430 " \n"
3431 msgstr ""
3432
3433 # type: verbatim
3434 #. type: verbatim
3435 #: ../src/guestfs.pod:1543
3436 #, no-wrap
3437 msgid ""
3438 "   /* Test if the function guestfs_dd is really available. */\n"
3439 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3440 "   if (!dl) {\n"
3441 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3442 "     exit (EXIT_FAILURE);\n"
3443 "   }\n"
3444 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3445 "   dlclose (dl);\n"
3446 " \n"
3447 msgstr ""
3448
3449 # type: verbatim
3450 #. type: verbatim
3451 #: ../src/guestfs.pod:1552
3452 #, no-wrap
3453 msgid ""
3454 "   if (!has_function)\n"
3455 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3456 "   else {\n"
3457 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3458 "     /* Now it's safe to call\n"
3459 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3460 "     */\n"
3461 "   }\n"
3462 " #else\n"
3463 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3464 " #endif\n"
3465 "  }\n"
3466 "\n"
3467 msgstr ""
3468
3469 # type: textblock
3470 #. type: textblock
3471 #: ../src/guestfs.pod:1565
3472 msgid ""
3473 "You may think the above is an awful lot of hassle, and it is.  There are "
3474 "other ways outside of the C linking system to ensure that this kind of "
3475 "incompatibility never arises, such as using package versioning:"
3476 msgstr ""
3477
3478 # type: verbatim
3479 #. type: verbatim
3480 #: ../src/guestfs.pod:1570
3481 #, no-wrap
3482 msgid ""
3483 " Requires: libguestfs >= 1.0.80\n"
3484 "\n"
3485 msgstr ""
3486
3487 # type: =head1
3488 #. type: =head1
3489 #: ../src/guestfs.pod:1572
3490 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3491 msgstr ""
3492
3493 # type: textblock
3494 #. type: textblock
3495 #: ../src/guestfs.pod:1574
3496 msgid ""
3497 "A recent feature of the API is the introduction of calls which take optional "
3498 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3499 "takes variable arguments (ie. C<...>), as in this example:"
3500 msgstr ""
3501
3502 # type: verbatim
3503 #. type: verbatim
3504 #: ../src/guestfs.pod:1579
3505 #, no-wrap
3506 msgid ""
3507 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3508 "\n"
3509 msgstr ""
3510
3511 # type: textblock
3512 #. type: textblock
3513 #: ../src/guestfs.pod:1581
3514 msgid ""
3515 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3516 "call with no optional arguments specified:"
3517 msgstr ""
3518
3519 # type: verbatim
3520 #. type: verbatim
3521 #: ../src/guestfs.pod:1584
3522 #, no-wrap
3523 msgid ""
3524 " guestfs_add_drive_opts (g, filename, -1);\n"
3525 "\n"
3526 msgstr ""
3527
3528 # type: textblock
3529 #. type: textblock
3530 #: ../src/guestfs.pod:1586
3531 msgid "With a single optional argument:"
3532 msgstr ""
3533
3534 # type: verbatim
3535 #. type: verbatim
3536 #: ../src/guestfs.pod:1588
3537 #, no-wrap
3538 msgid ""
3539 " guestfs_add_drive_opts (g, filename,\n"
3540 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3541 "                         -1);\n"
3542 "\n"
3543 msgstr ""
3544
3545 # type: textblock
3546 #. type: textblock
3547 #: ../src/guestfs.pod:1592
3548 msgid "With two:"
3549 msgstr ""
3550
3551 # type: verbatim
3552 #. type: verbatim
3553 #: ../src/guestfs.pod:1594
3554 #, no-wrap
3555 msgid ""
3556 " guestfs_add_drive_opts (g, filename,\n"
3557 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3558 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3559 "                         -1);\n"
3560 "\n"
3561 msgstr ""
3562
3563 # type: textblock
3564 #. type: textblock
3565 #: ../src/guestfs.pod:1599
3566 msgid ""
3567 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3568 "happen!"
3569 msgstr ""
3570
3571 # type: =head2
3572 #. type: =head2
3573 #: ../src/guestfs.pod:1602
3574 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3575 msgstr ""
3576
3577 # type: textblock
3578 #. type: textblock
3579 #: ../src/guestfs.pod:1604
3580 msgid ""
3581 "The second variant has the same name with the suffix C<_va>, which works the "
3582 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3583 "example function, this is declared:"
3584 msgstr ""
3585
3586 # type: verbatim
3587 #. type: verbatim
3588 #: ../src/guestfs.pod:1608
3589 #, no-wrap
3590 msgid ""
3591 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3592 "                                va_list args);\n"
3593 "\n"
3594 msgstr ""
3595
3596 # type: =head2
3597 #. type: =head2
3598 #: ../src/guestfs.pod:1611
3599 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3600 msgstr ""
3601
3602 # type: textblock
3603 #. type: textblock
3604 #: ../src/guestfs.pod:1613
3605 msgid ""
3606 "The third variant is useful where you need to construct these calls.  You "
3607 "pass in a structure where you fill in the optional fields.  The structure "
3608 "has a bitmask as the first element which you must set to indicate which "
3609 "fields you have filled in.  For our example function the structure and call "
3610 "are declared:"
3611 msgstr ""
3612
3613 # type: verbatim
3614 #. type: verbatim
3615 #: ../src/guestfs.pod:1619
3616 #, no-wrap
3617 msgid ""
3618 " struct guestfs_add_drive_opts_argv {\n"
3619 "   uint64_t bitmask;\n"
3620 "   int readonly;\n"
3621 "   const char *format;\n"
3622 "   /* ... */\n"
3623 " };\n"
3624 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3625 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3626 "\n"
3627 msgstr ""
3628
3629 # type: textblock
3630 #. type: textblock
3631 #: ../src/guestfs.pod:1628
3632 msgid "You could call it like this:"
3633 msgstr ""
3634
3635 # type: verbatim
3636 #. type: verbatim
3637 #: ../src/guestfs.pod:1630
3638 #, no-wrap
3639 msgid ""
3640 " struct guestfs_add_drive_opts_argv optargs = {\n"
3641 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3642 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3643 "   .readonly = 1,\n"
3644 "   .format = \"qcow2\"\n"
3645 " };\n"
3646 " \n"
3647 msgstr ""
3648
3649 # type: verbatim
3650 #. type: verbatim
3651 #: ../src/guestfs.pod:1637
3652 #, no-wrap
3653 msgid ""
3654 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3655 "\n"
3656 msgstr ""
3657
3658 # type: textblock
3659 #. type: textblock
3660 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11
3661 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9
3662 #: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3663 msgid "Notes:"
3664 msgstr ""
3665
3666 # type: textblock
3667 #. type: textblock
3668 #: ../src/guestfs.pod:1645
3669 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3670 msgstr ""
3671
3672 # type: textblock
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1650
3675 msgid "You do not need to fill in all fields of the structure."
3676 msgstr ""
3677
3678 # type: textblock
3679 #. type: textblock
3680 #: ../src/guestfs.pod:1654
3681 msgid ""
3682 "There must be a one-to-one correspondence between fields of the structure "
3683 "that are filled in, and bits set in the bitmask."
3684 msgstr ""
3685
3686 # type: =head2
3687 #. type: =head2
3688 #: ../src/guestfs.pod:1659
3689 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3690 msgstr ""
3691
3692 # type: textblock
3693 #. type: textblock
3694 #: ../src/guestfs.pod:1661
3695 msgid ""
3696 "In other languages, optional arguments are expressed in the way that is "
3697 "natural for that language.  We refer you to the language-specific "
3698 "documentation for more details on that."
3699 msgstr ""
3700
3701 # type: textblock
3702 #. type: textblock
3703 #: ../src/guestfs.pod:1665
3704 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3705 msgstr ""
3706
3707 # type: =head2
3708 #. type: =head2
3709 #: ../src/guestfs.pod:1667
3710 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3711 msgstr ""
3712
3713 #. type: textblock
3714 #: ../src/guestfs.pod:1669
3715 msgid ""
3716 "B<Note:> This section documents the generic event mechanism introduced in "
3717 "libguestfs 1.10, which you should use in new code if possible.  The old "
3718 "functions C<guestfs_set_log_message_callback>, "
3719 "C<guestfs_set_subprocess_quit_callback>, "
3720 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3721 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3722 "page."
3723 msgstr ""
3724
3725 #. type: textblock
3726 #: ../src/guestfs.pod:1677
3727 msgid ""
3728 "Handles generate events when certain things happen, such as log messages "
3729 "being generated, progress messages during long-running operations, or the "
3730 "handle being closed.  The API calls described below let you register a "
3731 "callback to be called when events happen.  You can register multiple "
3732 "callbacks (for the same, different or overlapping sets of events), and "
3733 "individually remove callbacks.  If callbacks are not removed, then they "
3734 "remain in force until the handle is closed."
3735 msgstr ""
3736
3737 #. type: textblock
3738 #: ../src/guestfs.pod:1685
3739 msgid ""
3740 "In the current implementation, events are only generated synchronously: that "
3741 "means that events (and hence callbacks) can only happen while you are in the "
3742 "middle of making another libguestfs call.  The callback is called in the "
3743 "same thread."
3744 msgstr ""
3745
3746 #. type: textblock
3747 #: ../src/guestfs.pod:1690
3748 msgid ""
3749 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3750 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3751 msgstr ""
3752
3753 #. type: =head3
3754 #: ../src/guestfs.pod:1694
3755 msgid "CLASSES OF EVENTS"
3756 msgstr ""
3757
3758 #. type: =item
3759 #: ../src/guestfs.pod:1698
3760 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3761 msgstr ""
3762
3763 #. type: textblock
3764 #: ../src/guestfs.pod:1701
3765 msgid ""
3766 "The callback function will be called while the handle is being closed "
3767 "(synchronously from L</guestfs_close>)."
3768 msgstr ""
3769
3770 # type: textblock
3771 #. type: textblock
3772 #: ../src/guestfs.pod:1704
3773 msgid ""
3774 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3775 "handles that are open when the program exits.  This means that this callback "
3776 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3777 "problems in higher-level languages (eg. if your HLL interpreter has already "
3778 "been cleaned up by the time this is called, and if your callback then jumps "
3779 "into some HLL function)."
3780 msgstr ""
3781
3782 #. type: textblock
3783 #: ../src/guestfs.pod:1711
3784 msgid ""
3785 "If no callback is registered: the handle is closed without any callback "
3786 "being invoked."
3787 msgstr ""
3788
3789 #. type: =item
3790 #: ../src/guestfs.pod:1714
3791 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3792 msgstr ""
3793
3794 #. type: textblock
3795 #: ../src/guestfs.pod:1717
3796 msgid ""
3797 "The callback function will be called when the child process quits, either "
3798 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3799 "corresponds to a transition from any state to the CONFIG state)."
3800 msgstr ""
3801
3802 #. type: textblock
3803 #: ../src/guestfs.pod:1721 ../src/guestfs.pod:1730
3804 msgid "If no callback is registered: the event is ignored."
3805 msgstr ""
3806
3807 #. type: =item
3808 #: ../src/guestfs.pod:1723
3809 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3810 msgstr ""
3811
3812 #. type: textblock
3813 #: ../src/guestfs.pod:1726
3814 msgid ""
3815 "The callback function will be called when the child process becomes ready "
3816 "first time after it has been launched.  (This corresponds to a transition "
3817 "from LAUNCHING to the READY state)."
3818 msgstr ""
3819
3820 #. type: =item
3821 #: ../src/guestfs.pod:1732
3822 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3823 msgstr ""
3824
3825 # type: textblock
3826 #. type: textblock
3827 #: ../src/guestfs.pod:1735
3828 msgid ""
3829 "Some long-running operations can generate progress messages.  If this "
3830 "callback is registered, then it will be called each time a progress message "
3831 "is generated (usually two seconds after the operation started, and three "
3832 "times per second thereafter until it completes, although the frequency may "
3833 "change in future versions)."
3834 msgstr ""
3835
3836 #. type: textblock
3837 #: ../src/guestfs.pod:1741
3838 msgid ""
3839 "The callback receives in the payload four unsigned 64 bit numbers which are "
3840 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3841 msgstr ""
3842
3843 #. type: textblock
3844 #: ../src/guestfs.pod:1744
3845 msgid ""
3846 "The units of C<total> are not defined, although for some operations C<total> "
3847 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3848 "or megabytes), and C<position> may be the portion which has been transferred."
3849 msgstr ""
3850
3851 # type: textblock
3852 #. type: textblock
3853 #: ../src/guestfs.pod:1749
3854 msgid "The only defined and stable parts of the API are:"
3855 msgstr ""
3856
3857 # type: textblock
3858 #. type: textblock
3859 #: ../src/guestfs.pod:1755
3860 msgid ""
3861 "The callback can display to the user some type of progress bar or indicator "
3862 "which shows the ratio of C<position>:C<total>."
3863 msgstr ""
3864
3865 # type: textblock
3866 #. type: textblock
3867 #: ../src/guestfs.pod:1760
3868 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3869 msgstr ""
3870
3871 #. type: textblock
3872 #: ../src/guestfs.pod:1764
3873 msgid ""
3874 "If any progress notification is sent during a call, then a final progress "
3875 "notification is always sent when C<position> = C<total> (I<unless> the call "
3876 "fails with an error)."
3877 msgstr ""
3878
3879 # type: textblock
3880 #. type: textblock
3881 #: ../src/guestfs.pod:1768
3882 msgid ""
3883 "This is to simplify caller code, so callers can easily set the progress "
3884 "indicator to \"100%\" at the end of the operation, without requiring special "
3885 "code to detect this case."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:1774
3890 msgid ""
3891 "For some calls we are unable to estimate the progress of the call, but we "
3892 "can still generate progress messages to indicate activity.  This is known as "
3893 "\"pulse mode\", and is directly supported by certain progress bar "
3894 "implementations (eg. GtkProgressBar)."
3895 msgstr ""
3896
3897 #. type: textblock
3898 #: ../src/guestfs.pod:1779
3899 msgid ""
3900 "For these calls, zero or more progress messages are generated with "
3901 "C<position = 0> and C<total = 1>, followed by a final message with "
3902 "C<position = total = 1>."
3903 msgstr ""
3904
3905 #. type: textblock
3906 #: ../src/guestfs.pod:1783
3907 msgid ""
3908 "As noted above, if the call fails with an error then the final message may "
3909 "not be generated."
3910 msgstr ""
3911
3912 #. type: textblock
3913 #: ../src/guestfs.pod:1788
3914 msgid ""
3915 "The callback also receives the procedure number (C<proc_nr>) and serial "
3916 "number (C<serial>) of the call.  These are only useful for debugging "
3917 "protocol issues, and the callback can normally ignore them.  The callback "
3918 "may want to print these numbers in error messages or debugging messages."
3919 msgstr ""
3920
3921 #. type: textblock
3922 #: ../src/guestfs.pod:1794
3923 msgid "If no callback is registered: progress messages are discarded."
3924 msgstr ""
3925
3926 #. type: =item
3927 #: ../src/guestfs.pod:1796
3928 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3929 msgstr ""
3930
3931 #. type: textblock
3932 #: ../src/guestfs.pod:1799
3933 msgid ""
3934 "The callback function is called whenever a log message is generated by qemu, "
3935 "the appliance kernel, guestfsd (daemon), or utility programs."
3936 msgstr ""
3937
3938 #. type: textblock
3939 #: ../src/guestfs.pod:1802
3940 msgid ""
3941 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3942 "guestfs_launch>) then additional debug messages are generated."
3943 msgstr ""
3944
3945 #. type: textblock
3946 #: ../src/guestfs.pod:1805 ../src/guestfs.pod:1819
3947 msgid ""
3948 "If no callback is registered: the messages are discarded unless the verbose "
3949 "flag is set in which case they are sent to stderr.  You can override the "
3950 "printing of verbose messages to stderr by setting up a callback."
3951 msgstr ""
3952
3953 #. type: =item
3954 #: ../src/guestfs.pod:1810
3955 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3956 msgstr ""
3957
3958 #. type: textblock
3959 #: ../src/guestfs.pod:1813
3960 msgid ""
3961 "The callback function is called whenever a log message is generated by the "
3962 "library part of libguestfs."
3963 msgstr ""
3964
3965 #. type: textblock
3966 #: ../src/guestfs.pod:1816
3967 msgid ""
3968 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3969 "messages are generated."
3970 msgstr ""
3971
3972 #. type: =item
3973 #: ../src/guestfs.pod:1824
3974 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3975 msgstr ""
3976
3977 #. type: textblock
3978 #: ../src/guestfs.pod:1827
3979 msgid ""
3980 "The callback function is called whenever a trace message is generated.  This "
3981 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3982 msgstr ""
3983
3984 #. type: textblock
3985 #: ../src/guestfs.pod:1830
3986 msgid ""
3987 "If no callback is registered: the messages are sent to stderr.  You can "
3988 "override the printing of trace messages to stderr by setting up a callback."
3989 msgstr ""
3990
3991 #. type: =head3
3992 #: ../src/guestfs.pod:1836
3993 msgid "guestfs_set_event_callback"
3994 msgstr ""
3995
3996 #. type: verbatim
3997 #: ../src/guestfs.pod:1838
3998 #, no-wrap
3999 msgid ""
4000 " int guestfs_set_event_callback (guestfs_h *g,\n"
4001 "                                 guestfs_event_callback cb,\n"
4002 "                                 uint64_t event_bitmask,\n"
4003 "                                 int flags,\n"
4004 "                                 void *opaque);\n"
4005 "\n"
4006 msgstr ""
4007
4008 #. type: textblock
4009 #: ../src/guestfs.pod:1844
4010 msgid ""
4011 "This function registers a callback (C<cb>) for all event classes in the "
4012 "C<event_bitmask>."
4013 msgstr ""
4014
4015 #. type: textblock
4016 #: ../src/guestfs.pod:1847
4017 msgid ""
4018 "For example, to register for all log message events, you could call this "
4019 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
4020 "To register a single callback for all possible classes of events, use "
4021 "C<GUESTFS_EVENT_ALL>."
4022 msgstr ""
4023
4024 #. type: textblock
4025 #: ../src/guestfs.pod:1853
4026 msgid "C<flags> should always be passed as 0."
4027 msgstr ""
4028
4029 #. type: textblock
4030 #: ../src/guestfs.pod:1855
4031 msgid ""
4032 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
4033 "it for any purpose."
4034 msgstr ""
4035
4036 #. type: textblock
4037 #: ../src/guestfs.pod:1858
4038 msgid ""
4039 "The return value is the event handle (an integer) which you can use to "
4040 "delete the callback (see below)."
4041 msgstr ""
4042
4043 #. type: textblock
4044 #: ../src/guestfs.pod:1861
4045 msgid ""
4046 "If there is an error, this function returns C<-1>, and sets the error in the "
4047 "handle in the usual way (see L</guestfs_last_error> etc.)"
4048 msgstr ""
4049
4050 #. type: textblock
4051 #: ../src/guestfs.pod:1864
4052 msgid ""
4053 "Callbacks remain in effect until they are deleted, or until the handle is "
4054 "closed."
4055 msgstr ""
4056
4057 #. type: textblock
4058 #: ../src/guestfs.pod:1867
4059 msgid ""
4060 "In the case where multiple callbacks are registered for a particular event "
4061 "class, all of the callbacks are called.  The order in which multiple "
4062 "callbacks are called is not defined."
4063 msgstr ""
4064
4065 #. type: =head3
4066 #: ../src/guestfs.pod:1871
4067 msgid "guestfs_delete_event_callback"
4068 msgstr ""
4069
4070 #. type: verbatim
4071 #: ../src/guestfs.pod:1873
4072 #, no-wrap
4073 msgid ""
4074 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
4075 "\n"
4076 msgstr ""
4077
4078 #. type: textblock
4079 #: ../src/guestfs.pod:1875
4080 msgid ""
4081 "Delete a callback that was previously registered.  C<event_handle> should be "
4082 "the integer that was returned by a previous call to "
4083 "C<guestfs_set_event_callback> on the same handle."
4084 msgstr ""
4085
4086 #. type: =head3
4087 #: ../src/guestfs.pod:1879
4088 msgid "guestfs_event_callback"
4089 msgstr ""
4090
4091 #. type: verbatim
4092 #: ../src/guestfs.pod:1881
4093 #, no-wrap
4094 msgid ""
4095 " typedef void (*guestfs_event_callback) (\n"
4096 "                  guestfs_h *g,\n"
4097 "                  void *opaque,\n"
4098 "                  uint64_t event,\n"
4099 "                  int event_handle,\n"
4100 "                  int flags,\n"
4101 "                  const char *buf, size_t buf_len,\n"
4102 "                  const uint64_t *array, size_t array_len);\n"
4103 "\n"
4104 msgstr ""
4105
4106 #. type: textblock
4107 #: ../src/guestfs.pod:1890
4108 msgid ""
4109 "This is the type of the event callback function that you have to provide."
4110 msgstr ""
4111
4112 #. type: textblock
4113 #: ../src/guestfs.pod:1893
4114 msgid ""
4115 "The basic parameters are: the handle (C<g>), the opaque user pointer "
4116 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
4117 "handle, and C<flags> which in the current API you should ignore."
4118 msgstr ""
4119
4120 #. type: textblock
4121 #: ../src/guestfs.pod:1897
4122 msgid ""
4123 "The remaining parameters contain the event payload (if any).  Each event may "
4124 "contain a payload, which usually relates to the event class, but for future "
4125 "proofing your code should be written to handle any payload for any event "
4126 "class."
4127 msgstr ""
4128
4129 #. type: textblock
4130 #: ../src/guestfs.pod:1902
4131 msgid ""
4132 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
4133 "there is no message buffer).  Note that this message buffer can contain "
4134 "arbitrary 8 bit data, including NUL bytes."
4135 msgstr ""
4136
4137 #. type: textblock
4138 #: ../src/guestfs.pod:1906
4139 msgid ""
4140 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
4141 "moment this is only used for progress messages."
4142 msgstr ""
4143
4144 #. type: =head3
4145 #: ../src/guestfs.pod:1909
4146 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
4147 msgstr ""
4148
4149 #. type: textblock
4150 #: ../src/guestfs.pod:1911
4151 msgid ""
4152 "One motivation for the generic event API was to allow GUI programs to "
4153 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
4154 "unconditionally to C<stderr>."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:1915
4159 msgid ""
4160 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
4161 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
4162 "messages are not events; you must capture error messages separately)."
4163 msgstr ""
4164
4165 #. type: textblock
4166 #: ../src/guestfs.pod:1920
4167 msgid ""
4168 "Programs have to set up a callback to capture the classes of events of "
4169 "interest:"
4170 msgstr ""
4171
4172 #. type: verbatim
4173 #: ../src/guestfs.pod:1923
4174 #, no-wrap
4175 msgid ""
4176 " int eh =\n"
4177 "   guestfs_set_event_callback\n"
4178 "     (g, message_callback,\n"
4179 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
4180 "      GUESTFS_EVENT_TRACE,\n"
4181 "      0, NULL) == -1)\n"
4182 " if (eh == -1) {\n"
4183 "   // handle error in the usual way\n"
4184 " }\n"
4185 "\n"
4186 msgstr ""
4187
4188 #. type: textblock
4189 #: ../src/guestfs.pod:1933
4190 msgid ""
4191 "The callback can then direct messages to the appropriate place.  In this "
4192 "example, messages are directed to syslog:"
4193 msgstr ""
4194
4195 #. type: verbatim
4196 #: ../src/guestfs.pod:1936
4197 #, no-wrap
4198 msgid ""
4199 " static void\n"
4200 " message_callback (\n"
4201 "         guestfs_h *g,\n"
4202 "         void *opaque,\n"
4203 "         uint64_t event,\n"
4204 "         int event_handle,\n"
4205 "         int flags,\n"
4206 "         const char *buf, size_t buf_len,\n"
4207 "         const uint64_t *array, size_t array_len)\n"
4208 " {\n"
4209 "   const int priority = LOG_USER|LOG_INFO;\n"
4210 "   if (buf_len > 0)\n"
4211 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
4212 " }\n"
4213 "\n"
4214 msgstr ""
4215
4216 # type: =head1
4217 #. type: =head1
4218 #: ../src/guestfs.pod:1951
4219 msgid "PRIVATE DATA AREA"
4220 msgstr ""
4221
4222 #. type: textblock
4223 #: ../src/guestfs.pod:1953
4224 msgid ""
4225 "You can attach named pieces of private data to the libguestfs handle, fetch "
4226 "them by name, and walk over them, for the lifetime of the handle.  This is "
4227 "called the private data area and is only available from the C API."
4228 msgstr ""
4229
4230 # type: textblock
4231 #. type: textblock
4232 #: ../src/guestfs.pod:1958
4233 msgid "To attach a named piece of data, use the following call:"
4234 msgstr ""
4235
4236 # type: verbatim
4237 #. type: verbatim
4238 #: ../src/guestfs.pod:1960
4239 #, no-wrap
4240 msgid ""
4241 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
4242 "\n"
4243 msgstr ""
4244
4245 #. type: textblock
4246 #: ../src/guestfs.pod:1962
4247 msgid ""
4248 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
4249 "pointer (which can be C<NULL>).  Any previous item with the same key is "
4250 "overwritten."
4251 msgstr ""
4252
4253 #. type: textblock
4254 #: ../src/guestfs.pod:1966
4255 msgid ""
4256 "You can use any C<key> you want, but your key should I<not> start with an "
4257 "underscore character.  Keys beginning with an underscore character are "
4258 "reserved for internal libguestfs purposes (eg. for implementing language "
4259 "bindings).  It is recommended that you prefix the key with some unique "
4260 "string to avoid collisions with other users."
4261 msgstr ""
4262
4263 # type: textblock
4264 #. type: textblock
4265 #: ../src/guestfs.pod:1972
4266 msgid "To retrieve the pointer, use:"
4267 msgstr ""
4268
4269 # type: verbatim
4270 #. type: verbatim
4271 #: ../src/guestfs.pod:1974
4272 #, no-wrap
4273 msgid ""
4274 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
4275 "\n"
4276 msgstr ""
4277
4278 # type: textblock
4279 #. type: textblock
4280 #: ../src/guestfs.pod:1976
4281 msgid ""
4282 "This function returns C<NULL> if either no data is found associated with "
4283 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
4284 "C<NULL>."
4285 msgstr ""
4286
4287 #. type: textblock
4288 #: ../src/guestfs.pod:1980
4289 msgid ""
4290 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
4291 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
4292 "all.  In particular, libguestfs does I<not> try to free the data when the "
4293 "handle is closed.  If the data must be freed, then the caller must either "
4294 "free it before calling L</guestfs_close> or must set up a close callback to "
4295 "do it (see L</GUESTFS_EVENT_CLOSE>)."
4296 msgstr ""
4297
4298 #. type: textblock
4299 #: ../src/guestfs.pod:1987
4300 msgid "To walk over all entries, use these two functions:"
4301 msgstr ""
4302
4303 #. type: verbatim
4304 #: ../src/guestfs.pod:1989
4305 #, no-wrap
4306 msgid ""
4307 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
4308 "\n"
4309 msgstr ""
4310
4311 #. type: verbatim
4312 #: ../src/guestfs.pod:1991
4313 #, no-wrap
4314 msgid ""
4315 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
4316 "\n"
4317 msgstr ""
4318
4319 #. type: textblock
4320 #: ../src/guestfs.pod:1993
4321 msgid ""
4322 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
4323 "not have any particular meaning -- keys are not returned in any defined "
4324 "order).  A pointer to the key is returned in C<*key_rtn> and the "
4325 "corresponding data pointer is returned from the function.  C<NULL> is "
4326 "returned if there are no keys stored in the handle."
4327 msgstr ""
4328
4329 #. type: textblock
4330 #: ../src/guestfs.pod:1999
4331 msgid ""
4332 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
4333 "value of this function is also C<NULL> is there are no further entries to "
4334 "return."
4335 msgstr ""
4336
4337 #. type: textblock
4338 #: ../src/guestfs.pod:2003
4339 msgid "Notes about walking over entries:"
4340 msgstr ""
4341
4342 #. type: textblock
4343 #: ../src/guestfs.pod:2009
4344 msgid ""
4345 "You must not call C<guestfs_set_private> while walking over the entries."
4346 msgstr ""
4347
4348 #. type: textblock
4349 #: ../src/guestfs.pod:2014
4350 msgid ""
4351 "The handle maintains an internal iterator which is reset when you call "
4352 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4353 "call C<guestfs_set_private>."
4354 msgstr ""
4355
4356 #. type: textblock
4357 #: ../src/guestfs.pod:2020
4358 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4359 msgstr ""
4360
4361 #. type: verbatim
4362 #: ../src/guestfs.pod:2022
4363 #, no-wrap
4364 msgid ""
4365 " guestfs_set_private (g, key, NULL);\n"
4366 "\n"
4367 msgstr ""
4368
4369 #. type: textblock
4370 #: ../src/guestfs.pod:2024
4371 msgid "then that C<key> is not returned when walking."
4372 msgstr ""
4373
4374 #. type: textblock
4375 #: ../src/guestfs.pod:2028
4376 msgid ""
4377 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4378 "C<guestfs_next_private> or C<guestfs_set_private>."
4379 msgstr ""
4380
4381 #. type: textblock
4382 #: ../src/guestfs.pod:2034
4383 msgid ""
4384 "The following example code shows how to print all keys and data pointers "
4385 "that are associated with the handle C<g>:"
4386 msgstr ""
4387
4388 #. type: verbatim
4389 #: ../src/guestfs.pod:2037
4390 #, no-wrap
4391 msgid ""
4392 " const char *key;\n"
4393 " void *data = guestfs_first_private (g, &key);\n"
4394 " while (data != NULL)\n"
4395 "   {\n"
4396 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4397 "     data = guestfs_next_private (g, &key);\n"
4398 "   }\n"
4399 "\n"
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../src/guestfs.pod:2045
4404 msgid ""
4405 "More commonly you are only interested in keys that begin with an application-"
4406 "specific prefix C<foo_>.  Modify the loop like so:"
4407 msgstr ""
4408
4409 #. type: verbatim
4410 #: ../src/guestfs.pod:2048
4411 #, no-wrap
4412 msgid ""
4413 " const char *key;\n"
4414 " void *data = guestfs_first_private (g, &key);\n"
4415 " while (data != NULL)\n"
4416 "   {\n"
4417 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4418 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4419 "     data = guestfs_next_private (g, &key);\n"
4420 "   }\n"
4421 "\n"
4422 msgstr ""
4423
4424 #. type: textblock
4425 #: ../src/guestfs.pod:2057
4426 msgid ""
4427 "If you need to modify keys while walking, then you have to jump back to the "
4428 "beginning of the loop.  For example, to delete all keys prefixed with "
4429 "C<foo_>:"
4430 msgstr ""
4431
4432 #. type: verbatim
4433 #: ../src/guestfs.pod:2061
4434 #, no-wrap
4435 msgid ""
4436 "  const char *key;\n"
4437 "  void *data;\n"
4438 " again:\n"
4439 "  data = guestfs_first_private (g, &key);\n"
4440 "  while (data != NULL)\n"
4441 "    {\n"
4442 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4443 "        {\n"
4444 "          guestfs_set_private (g, key, NULL);\n"
4445 "          /* note that 'key' pointer is now invalid, and so is\n"
4446 "             the internal iterator */\n"
4447 "          goto again;\n"
4448 "        }\n"
4449 "      data = guestfs_next_private (g, &key);\n"
4450 "    }\n"
4451 "\n"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2077
4456 msgid ""
4457 "Note that the above loop is guaranteed to terminate because the keys are "
4458 "being deleted, but other manipulations of keys within the loop might not "
4459 "terminate unless you also maintain an indication of which keys have been "
4460 "visited."
4461 msgstr ""
4462
4463 # type: =end
4464 #. type: =end
4465 #: ../src/guestfs.pod:2082 ../src/guestfs.pod:2087
4466 msgid "html"
4467 msgstr ""
4468
4469 # type: textblock
4470 #. type: textblock
4471 #: ../src/guestfs.pod:2084
4472 msgid ""
4473 "<!-- old anchor for the next section --> <a name="
4474 "\"state_machine_and_low_level_event_api\"/>"
4475 msgstr ""
4476
4477 # type: =head1
4478 #. type: =head1
4479 #: ../src/guestfs.pod:2089
4480 msgid "ARCHITECTURE"
4481 msgstr ""
4482
4483 # type: textblock
4484 #. type: textblock
4485 #: ../src/guestfs.pod:2091
4486 msgid ""
4487 "Internally, libguestfs is implemented by running an appliance (a special "
4488 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4489 "process of the main program."
4490 msgstr ""
4491
4492 # type: verbatim
4493 #. type: verbatim
4494 #: ../src/guestfs.pod:2095
4495 #, no-wrap
4496 msgid ""
4497 "  ___________________\n"
4498 " /                   \\\n"
4499 " | main program      |\n"
4500 " |                   |\n"
4501 " |                   |           child process / appliance\n"
4502 " |                   |           __________________________\n"
4503 " |                   |          / qemu                     \\\n"
4504 " +-------------------+   RPC    |      +-----------------+ |\n"
4505 " | libguestfs     <--------------------> guestfsd        | |\n"
4506 " |                   |          |      +-----------------+ |\n"
4507 " \\___________________/          |      | Linux kernel    | |\n"
4508 "                                |      +--^--------------+ |\n"
4509 "                                \\_________|________________/\n"
4510 "                                          |\n"
4511 "                                   _______v______\n"
4512 "                                  /              \\\n"
4513 "                                  | Device or    |\n"
4514 "                                  | disk image   |\n"
4515 "                                  \\______________/\n"
4516 "\n"
4517 msgstr ""
4518
4519 # type: textblock
4520 #. type: textblock
4521 #: ../src/guestfs.pod:2115
4522 msgid ""
4523 "The library, linked to the main program, creates the child process and hence "
4524 "the appliance in the L</guestfs_launch> function."
4525 msgstr ""
4526
4527 # type: textblock
4528 #. type: textblock
4529 #: ../src/guestfs.pod:2118
4530 msgid ""
4531 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4532 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4533 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4534 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4535 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4536 "attached to the qemu process which translates device access by the "
4537 "appliance's Linux kernel into accesses to the image."
4538 msgstr ""
4539
4540 # type: textblock
4541 #. type: textblock
4542 #: ../src/guestfs.pod:2127
4543 msgid ""
4544 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4545 "Although the disk image you are attached to might also be used by some "
4546 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4547 "care if both libguestfs's qemu process and your virtual machine are trying "
4548 "to update the disk image at the same time, since these usually results in "
4549 "massive disk corruption)."
4550 msgstr ""
4551
4552 # type: =head1
4553 #. type: =head1
4554 #: ../src/guestfs.pod:2134
4555 msgid "STATE MACHINE"
4556 msgstr ""
4557
4558 # type: textblock
4559 #. type: textblock
4560 #: ../src/guestfs.pod:2136
4561 msgid "libguestfs uses a state machine to model the child process:"
4562 msgstr ""
4563
4564 # type: verbatim
4565 #. type: verbatim
4566 #: ../src/guestfs.pod:2138
4567 #, no-wrap
4568 msgid ""
4569 "                         |\n"
4570 "                    guestfs_create\n"
4571 "                         |\n"
4572 "                         |\n"
4573 "                     ____V_____\n"
4574 "                    /          \\\n"
4575 "                    |  CONFIG  |\n"
4576 "                    \\__________/\n"
4577 "                     ^ ^   ^  \\\n"
4578 "                    /  |    \\  \\ guestfs_launch\n"
4579 "                   /   |    _\\__V______\n"
4580 "                  /    |   /           \\\n"
4581 "                 /     |   | LAUNCHING |\n"
4582 "                /      |   \\___________/\n"
4583 "               /       |       /\n"
4584 "              /        |  guestfs_launch\n"
4585 "             /         |     /\n"
4586 "    ______  /        __|____V\n"
4587 "   /      \\ ------> /        \\\n"
4588 "   | BUSY |         | READY  |\n"
4589 "   \\______/ <------ \\________/\n"
4590 "\n"
4591 msgstr ""
4592
4593 # type: textblock
4594 #. type: textblock
4595 #: ../src/guestfs.pod:2160
4596 msgid ""
4597 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4598 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4599 "(3) alternating between READY and BUSY as commands are issued to, and "
4600 "carried out by, the child process."
4601 msgstr ""
4602
4603 # type: textblock
4604 #. type: textblock
4605 #: ../src/guestfs.pod:2165
4606 msgid ""
4607 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4608 "asynchronously at any time (eg. due to some internal error), and that causes "
4609 "the state to transition back to CONFIG."
4610 msgstr ""
4611
4612 # type: textblock
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2169
4615 msgid ""
4616 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4617 "issued when in the CONFIG state."
4618 msgstr ""
4619
4620 # type: textblock
4621 #. type: textblock
4622 #: ../src/guestfs.pod:2172
4623 msgid ""
4624 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4625 "L</guestfs_launch> blocks until the child process is READY to accept "
4626 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4627 "moves the state from CONFIG to LAUNCHING while it is running."
4628 msgstr ""
4629
4630 # type: textblock
4631 #. type: textblock
4632 #: ../src/guestfs.pod:2178
4633 msgid ""
4634 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4635 "state.  These API calls block waiting for the command to be carried out (ie. "
4636 "the state to transition to BUSY and then back to READY).  There are no non-"
4637 "blocking versions, and no way to issue more than one command per handle at "
4638 "the same time."
4639 msgstr ""
4640
4641 # type: textblock
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2184
4644 msgid ""
4645 "Finally, the child process sends asynchronous messages back to the main "
4646 "program, such as kernel log messages.  You can register a callback to "
4647 "receive these messages."
4648 msgstr ""
4649
4650 # type: =head1
4651 #. type: =head1
4652 #: ../src/guestfs.pod:2188
4653 msgid "INTERNALS"
4654 msgstr ""
4655
4656 # type: =head2
4657 #. type: =head2
4658 #: ../src/guestfs.pod:2190
4659 msgid "COMMUNICATION PROTOCOL"
4660 msgstr ""
4661
4662 # type: textblock
4663 #. type: textblock
4664 #: ../src/guestfs.pod:2192
4665 msgid ""
4666 "Don't rely on using this protocol directly.  This section documents how it "
4667 "currently works, but it may change at any time."
4668 msgstr ""
4669
4670 # type: textblock
4671 #. type: textblock
4672 #: ../src/guestfs.pod:2195
4673 msgid ""
4674 "The protocol used to talk between the library and the daemon running inside "
4675 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4676 "1014, RFC 1832, RFC 4506)."
4677 msgstr ""
4678
4679 # type: textblock
4680 #. type: textblock
4681 #: ../src/guestfs.pod:2199
4682 msgid ""
4683 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4684 "this file is automatically generated)."
4685 msgstr ""
4686
4687 # type: textblock
4688 #. type: textblock
4689 #: ../src/guestfs.pod:2202
4690 msgid ""
4691 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4692 "and C<FileOut> parameters, which are handled with very simple request/reply "
4693 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4694 "parameters, which use the same request and reply messages, but they may also "
4695 "be followed by files sent using a chunked encoding."
4696 msgstr ""
4697
4698 # type: =head3
4699 #. type: =head3
4700 #: ../src/guestfs.pod:2209
4701 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4702 msgstr ""
4703
4704 # type: textblock
4705 #. type: textblock
4706 #: ../src/guestfs.pod:2211
4707 msgid "For ordinary functions, the request message is:"
4708 msgstr ""
4709
4710 # type: verbatim
4711 #. type: verbatim
4712 #: ../src/guestfs.pod:2213
4713 #, no-wrap
4714 msgid ""
4715 " total length (header + arguments,\n"
4716 "      but not including the length word itself)\n"
4717 " struct guestfs_message_header (encoded as XDR)\n"
4718 " struct guestfs_<foo>_args (encoded as XDR)\n"
4719 "\n"
4720 msgstr ""
4721
4722 # type: textblock
4723 #. type: textblock
4724 #: ../src/guestfs.pod:2218
4725 msgid ""
4726 "The total length field allows the daemon to allocate a fixed size buffer "
4727 "into which it slurps the rest of the message.  As a result, the total length "
4728 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4729 "effective size of any request is limited to somewhere under this size."
4730 msgstr ""
4731
4732 # type: textblock
4733 #. type: textblock
4734 #: ../src/guestfs.pod:2224
4735 msgid ""
4736 "Note also that many functions don't take any arguments, in which case the "
4737 "C<guestfs_I<foo>_args> is completely omitted."
4738 msgstr ""
4739
4740 # type: textblock
4741 #. type: textblock
4742 #: ../src/guestfs.pod:2227
4743 msgid ""
4744 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4745 "receiver knows what type of args structure to expect, or none at all."
4746 msgstr ""
4747
4748 # type: textblock
4749 #. type: textblock
4750 #: ../src/guestfs.pod:2231
4751 msgid ""
4752 "For functions that take optional arguments, the optional arguments are "
4753 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4754 "arguments.  A bitmask in the header indicates which optional arguments are "
4755 "meaningful.  The bitmask is also checked to see if it contains bits set "
4756 "which the daemon does not know about (eg. if more optional arguments were "
4757 "added in a later version of the library), and this causes the call to be "
4758 "rejected."
4759 msgstr ""
4760
4761 # type: textblock
4762 #. type: textblock
4763 #: ../src/guestfs.pod:2239
4764 msgid "The reply message for ordinary functions is:"
4765 msgstr ""
4766
4767 # type: verbatim
4768 #. type: verbatim
4769 #: ../src/guestfs.pod:2241
4770 #, no-wrap
4771 msgid ""
4772 " total length (header + ret,\n"
4773 "      but not including the length word itself)\n"
4774 " struct guestfs_message_header (encoded as XDR)\n"
4775 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4776 "\n"
4777 msgstr ""
4778
4779 # type: textblock
4780 #. type: textblock
4781 #: ../src/guestfs.pod:2246
4782 msgid ""
4783 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4784 "functions that return no formal return values."
4785 msgstr ""
4786
4787 # type: textblock
4788 #. type: textblock
4789 #: ../src/guestfs.pod:2249
4790 msgid ""
4791 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4792 msgstr ""
4793
4794 # type: textblock
4795 #. type: textblock
4796 #: ../src/guestfs.pod:2252
4797 msgid ""
4798 "In the case of an error, a flag is set in the header, and the reply message "
4799 "is slightly changed:"
4800 msgstr ""
4801
4802 # type: verbatim
4803 #. type: verbatim
4804 #: ../src/guestfs.pod:2255
4805 #, no-wrap
4806 msgid ""
4807 " total length (header + error,\n"
4808 "      but not including the length word itself)\n"
4809 " struct guestfs_message_header (encoded as XDR)\n"
4810 " struct guestfs_message_error (encoded as XDR)\n"
4811 "\n"
4812 msgstr ""
4813
4814 # type: textblock
4815 #. type: textblock
4816 #: ../src/guestfs.pod:2260
4817 msgid ""
4818 "The C<guestfs_message_error> structure contains the error message as a "
4819 "string."
4820 msgstr ""
4821
4822 # type: =head3
4823 #. type: =head3
4824 #: ../src/guestfs.pod:2263
4825 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4826 msgstr ""
4827
4828 # type: textblock
4829 #. type: textblock
4830 #: ../src/guestfs.pod:2265
4831 msgid ""
4832 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4833 "The normal request message is sent (see above).  However this is followed by "
4834 "a sequence of file chunks."
4835 msgstr ""
4836
4837 # type: verbatim
4838 #. type: verbatim
4839 #: ../src/guestfs.pod:2269
4840 #, no-wrap
4841 msgid ""
4842 " total length (header + arguments,\n"
4843 "      but not including the length word itself,\n"
4844 "      and not including the chunks)\n"
4845 " struct guestfs_message_header (encoded as XDR)\n"
4846 " struct guestfs_<foo>_args (encoded as XDR)\n"
4847 " sequence of chunks for FileIn param #0\n"
4848 " sequence of chunks for FileIn param #1 etc.\n"
4849 "\n"
4850 msgstr ""
4851
4852 # type: textblock
4853 #. type: textblock
4854 #: ../src/guestfs.pod:2277
4855 msgid "The \"sequence of chunks\" is:"
4856 msgstr ""
4857
4858 # type: verbatim
4859 #. type: verbatim
4860 #: ../src/guestfs.pod:2279
4861 #, no-wrap
4862 msgid ""
4863 " length of chunk (not including length word itself)\n"
4864 " struct guestfs_chunk (encoded as XDR)\n"
4865 " length of chunk\n"
4866 " struct guestfs_chunk (encoded as XDR)\n"
4867 "   ...\n"
4868 " length of chunk\n"
4869 " struct guestfs_chunk (with data.data_len == 0)\n"
4870 "\n"
4871 msgstr ""
4872
4873 # type: textblock
4874 #. type: textblock
4875 #: ../src/guestfs.pod:2287
4876 msgid ""
4877 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4878 "is set in the final chunk to indicate either successful completion or early "
4879 "cancellation."
4880 msgstr ""
4881
4882 # type: textblock
4883 #. type: textblock
4884 #: ../src/guestfs.pod:2291
4885 msgid ""
4886 "At time of writing there are no functions that have more than one FileIn "
4887 "parameter.  However this is (theoretically) supported, by sending the "
4888 "sequence of chunks for each FileIn parameter one after another (from left to "
4889 "right)."
4890 msgstr ""
4891
4892 # type: textblock
4893 #. type: textblock
4894 #: ../src/guestfs.pod:2296
4895 msgid ""
4896 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4897 "transfer.  The library does this by sending a chunk with a special flag set "
4898 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4899 "RPC, does I<not> send any reply, and goes back to reading the next request."
4900 msgstr ""
4901
4902 # type: textblock
4903 #. type: textblock
4904 #: ../src/guestfs.pod:2302
4905 msgid ""
4906 "The daemon may also cancel.  It does this by writing a special word "
4907 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4908 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4909 "cancel chunk).  The special word is chosen so that even if cancellation "
4910 "happens right at the end of the transfer (after the library has finished "
4911 "writing and has started listening for the reply), the \"spurious\" cancel "
4912 "flag will not be confused with the reply message."
4913 msgstr ""
4914
4915 # type: textblock
4916 #. type: textblock
4917 #: ../src/guestfs.pod:2311
4918 msgid ""
4919 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4920 "limit), and also files where the size is not known in advance (eg. from "
4921 "pipes or sockets).  However the chunks are rather small "
4922 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4923 "to keep much in memory."
4924 msgstr ""
4925
4926 # type: =head3
4927 #. type: =head3
4928 #: ../src/guestfs.pod:2317
4929 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4930 msgstr ""
4931
4932 # type: textblock
4933 #. type: textblock
4934 #: ../src/guestfs.pod:2319
4935 msgid ""
4936 "The protocol for FileOut parameters is exactly the same as for FileIn "
4937 "parameters, but with the roles of daemon and library reversed."
4938 msgstr ""
4939
4940 # type: verbatim
4941 #. type: verbatim
4942 #: ../src/guestfs.pod:2322
4943 #, no-wrap
4944 msgid ""
4945 " total length (header + ret,\n"
4946 "      but not including the length word itself,\n"
4947 "      and not including the chunks)\n"
4948 " struct guestfs_message_header (encoded as XDR)\n"
4949 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4950 " sequence of chunks for FileOut param #0\n"
4951 " sequence of chunks for FileOut param #1 etc.\n"
4952 "\n"
4953 msgstr ""
4954
4955 # type: =head3
4956 #. type: =head3
4957 #: ../src/guestfs.pod:2330
4958 msgid "INITIAL MESSAGE"
4959 msgstr ""
4960
4961 # type: textblock
4962 #. type: textblock
4963 #: ../src/guestfs.pod:2332
4964 msgid ""
4965 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4966 "which indicates that the guest and daemon is alive.  This is what L</"
4967 "guestfs_launch> waits for."
4968 msgstr ""
4969
4970 # type: =head3
4971 #. type: =head3
4972 #: ../src/guestfs.pod:2336
4973 msgid "PROGRESS NOTIFICATION MESSAGES"
4974 msgstr ""
4975
4976 # type: textblock
4977 #. type: textblock
4978 #: ../src/guestfs.pod:2338
4979 msgid ""
4980 "The daemon may send progress notification messages at any time.  These are "
4981 "distinguished by the normal length word being replaced by "
4982 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4983 msgstr ""
4984
4985 #. type: textblock
4986 #: ../src/guestfs.pod:2342
4987 msgid ""
4988 "The library turns them into progress callbacks (see L</"
4989 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4990 "if not."
4991 msgstr ""
4992
4993 # type: textblock
4994 #. type: textblock
4995 #: ../src/guestfs.pod:2346
4996 msgid ""
4997 "The daemon self-limits the frequency of progress messages it sends (see "
4998 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4999 "messages."
5000 msgstr ""
5001
5002 # type: =head1
5003 #. type: =head1
5004 #: ../src/guestfs.pod:2350
5005 msgid "LIBGUESTFS VERSION NUMBERS"
5006 msgstr ""
5007
5008 # type: textblock
5009 #. type: textblock
5010 #: ../src/guestfs.pod:2352
5011 msgid ""
5012 "Since April 2010, libguestfs has started to make separate development and "
5013 "stable releases, along with corresponding branches in our git repository.  "
5014 "These separate releases can be identified by version number:"
5015 msgstr ""
5016
5017 # type: verbatim
5018 #. type: verbatim
5019 #: ../src/guestfs.pod:2357
5020 #, no-wrap
5021 msgid ""
5022 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
5023 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
5024 "       |\n"
5025 "       v\n"
5026 " 1  .  3  .  5\n"
5027 " ^           ^\n"
5028 " |           |\n"
5029 " |           `-------- sub-version\n"
5030 " |\n"
5031 " `------ always '1' because we don't change the ABI\n"
5032 "\n"
5033 msgstr ""
5034
5035 # type: textblock
5036 #. type: textblock
5037 #: ../src/guestfs.pod:2368
5038 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
5039 msgstr ""
5040
5041 # type: textblock
5042 #. type: textblock
5043 #: ../src/guestfs.pod:2370
5044 msgid ""
5045 "As time passes we cherry pick fixes from the development branch and backport "
5046 "those into the stable branch, the effect being that the stable branch should "
5047 "get more stable and less buggy over time.  So the stable releases are ideal "
5048 "for people who don't need new features but would just like the software to "
5049 "work."
5050 msgstr ""
5051
5052 # type: textblock
5053 #. type: textblock
5054 #: ../src/guestfs.pod:2376
5055 msgid "Our criteria for backporting changes are:"
5056 msgstr ""
5057
5058 # type: textblock
5059 #. type: textblock
5060 #: ../src/guestfs.pod:2382
5061 msgid ""
5062 "Documentation changes which don't affect any code are backported unless the "
5063 "documentation refers to a future feature which is not in stable."
5064 msgstr ""
5065
5066 # type: textblock
5067 #. type: textblock
5068 #: ../src/guestfs.pod:2388
5069 msgid ""
5070 "Bug fixes which are not controversial, fix obvious problems, and have been "
5071 "well tested are backported."
5072 msgstr ""
5073
5074 # type: textblock
5075 #. type: textblock
5076 #: ../src/guestfs.pod:2393
5077 msgid ""
5078 "Simple rearrangements of code which shouldn't affect how it works get "
5079 "backported.  This is so that the code in the two branches doesn't get too "
5080 "far out of step, allowing us to backport future fixes more easily."
5081 msgstr ""
5082
5083 # type: textblock
5084 #. type: textblock
5085 #: ../src/guestfs.pod:2399
5086 msgid ""
5087 "We I<don't> backport new features, new APIs, new tools etc, except in one "
5088 "exceptional case: the new feature is required in order to implement an "
5089 "important bug fix."
5090 msgstr ""
5091
5092 # type: textblock
5093 #. type: textblock
5094 #: ../src/guestfs.pod:2405
5095 msgid ""
5096 "A new stable branch starts when we think the new features in development are "
5097 "substantial and compelling enough over the current stable branch to warrant "
5098 "it.  When that happens we create new stable and development versions 1.N.0 "
5099 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
5100 "stable at this point, but by backporting fixes from development, that branch "
5101 "will stabilize over time."
5102 msgstr ""
5103
5104 #. type: =head1
5105 #: ../src/guestfs.pod:2413
5106 msgid "EXTENDING LIBGUESTFS"
5107 msgstr ""
5108
5109 #. type: =head2
5110 #: ../src/guestfs.pod:2415
5111 msgid "ADDING A NEW API ACTION"
5112 msgstr ""
5113
5114 #. type: textblock
5115 #: ../src/guestfs.pod:2417
5116 msgid ""
5117 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
5118 "documentation) are generated, and this makes it easy to extend the "
5119 "libguestfs API."
5120 msgstr ""
5121
5122 #. type: textblock
5123 #: ../src/guestfs.pod:2421
5124 msgid "To add a new API action there are two changes:"
5125 msgstr ""
5126
5127 #. type: textblock
5128 #: ../src/guestfs.pod:2427
5129 msgid ""
5130 "You need to add a description of the call (name, parameters, return type, "
5131 "tests, documentation) to C<generator/generator_actions.ml>."
5132 msgstr ""
5133
5134 #. type: textblock
5135 #: ../src/guestfs.pod:2430
5136 msgid ""
5137 "There are two sorts of API action, depending on whether the call goes "
5138 "through to the daemon in the appliance, or is serviced entirely by the "
5139 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
5140 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
5141 "an example of the latter, since a trace flag is maintained in the handle and "
5142 "all tracing is done on the library side."
5143 msgstr ""
5144
5145 #. type: textblock
5146 #: ../src/guestfs.pod:2438
5147 msgid ""
5148 "Most new actions are of the first type, and get added to the "
5149 "C<daemon_functions> list.  Each function has a unique procedure number used "
5150 "in the RPC protocol which is assigned to that action when we publish "
5151 "libguestfs and cannot be reused.  Take the latest procedure number and "
5152 "increment it."
5153 msgstr ""
5154
5155 #. type: textblock
5156 #: ../src/guestfs.pod:2444
5157 msgid ""
5158 "For library-only actions of the second type, add to the "
5159 "C<non_daemon_functions> list.  Since these functions are serviced by the "
5160 "library and do not travel over the RPC mechanism to the daemon, these "
5161 "functions do not need a procedure number, and so the procedure number is set "
5162 "to C<-1>."
5163 msgstr ""
5164
5165 #. type: textblock
5166 #: ../src/guestfs.pod:2452
5167 msgid "Implement the action (in C):"
5168 msgstr ""
5169
5170 #. type: textblock
5171 #: ../src/guestfs.pod:2454
5172 msgid ""
5173 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
5174 "C<daemon/> directory."
5175 msgstr ""
5176
5177 #. type: textblock
5178 #: ../src/guestfs.pod:2457
5179 msgid ""
5180 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
5181 "(note: double underscore) in the C<src/> directory."
5182 msgstr ""
5183
5184 #. type: textblock
5185 #: ../src/guestfs.pod:2460
5186 msgid "In either case, use another function as an example of what to do."
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs.pod:2464
5191 msgid "After making these changes, use C<make> to compile."
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2466
5196 msgid ""
5197 "Note that you don't need to implement the RPC, language bindings, manual "
5198 "pages or anything else.  It's all automatically generated from the OCaml "
5199 "description."
5200 msgstr ""
5201
5202 #. type: =head2
5203 #: ../src/guestfs.pod:2470
5204 msgid "ADDING TESTS FOR AN API ACTION"
5205 msgstr ""
5206
5207 #. type: textblock
5208 #: ../src/guestfs.pod:2472
5209 msgid ""
5210 "You can supply zero or as many tests as you want per API call.  The tests "
5211 "can either be added as part of the API description (C<generator/"
5212 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
5213 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
5214 "slower, so if possible use the first method."
5215 msgstr ""
5216
5217 #. type: textblock
5218 #: ../src/guestfs.pod:2478
5219 msgid ""
5220 "The following describes the test environment used when you add an API test "
5221 "in C<generator_actions.ml>."
5222 msgstr ""
5223
5224 #. type: textblock
5225 #: ../src/guestfs.pod:2481
5226 msgid "The test environment has 4 block devices:"
5227 msgstr ""
5228
5229 #. type: =item
5230 #: ../src/guestfs.pod:2485
5231 msgid "C</dev/sda> 500MB"
5232 msgstr ""
5233
5234 #. type: textblock
5235 #: ../src/guestfs.pod:2487
5236 msgid "General block device for testing."
5237 msgstr ""
5238
5239 #. type: =item
5240 #: ../src/guestfs.pod:2489
5241 msgid "C</dev/sdb> 50MB"
5242 msgstr ""
5243
5244 #. type: textblock
5245 #: ../src/guestfs.pod:2491
5246 msgid ""
5247 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
5248 "operations."
5249 msgstr ""
5250
5251 #. type: =item
5252 #: ../src/guestfs.pod:2494
5253 msgid "C</dev/sdc> 10MB"
5254 msgstr ""
5255
5256 #. type: textblock
5257 #: ../src/guestfs.pod:2496
5258 msgid "Used in a few tests where two block devices are needed."
5259 msgstr ""
5260
5261 #. type: =item
5262 #: ../src/guestfs.pod:2498
5263 msgid "C</dev/sdd>"
5264 msgstr ""
5265
5266 #. type: textblock
5267 #: ../src/guestfs.pod:2500
5268 msgid "ISO with fixed content (see C<images/test.iso>)."
5269 msgstr ""
5270
5271 #. type: textblock
5272 #: ../src/guestfs.pod:2504
5273 msgid ""
5274 "To be able to run the tests in a reasonable amount of time, the libguestfs "
5275 "appliance and block devices are reused between tests.  So don't try testing "
5276 "L</guestfs_kill_subprocess> :-x"
5277 msgstr ""
5278
5279 #. type: textblock
5280 #: ../src/guestfs.pod:2508
5281 msgid ""
5282 "Each test starts with an initial scenario, selected using one of the "
5283 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
5284 "initialize the disks mentioned above in a particular way as documented in "
5285 "C<generator_types.ml>.  You should not assume anything about the previous "
5286 "contents of other disks that are not initialized."
5287 msgstr ""
5288
5289 #. type: textblock
5290 #: ../src/guestfs.pod:2514
5291 msgid ""
5292 "You can add a prerequisite clause to any individual test.  This is a run-"
5293 "time check, which, if it fails, causes the test to be skipped.  Useful if "
5294 "testing a command which might not work on all variations of libguestfs "
5295 "builds.  A test that has prerequisite of C<Always> means to run "
5296 "unconditionally."
5297 msgstr ""
5298
5299 #. type: textblock
5300 #: ../src/guestfs.pod:2520
5301 msgid ""
5302 "In addition, packagers can skip individual tests by setting environment "
5303 "variables before running C<make check>."
5304 msgstr ""
5305
5306 #. type: verbatim
5307 #: ../src/guestfs.pod:2523
5308 #, no-wrap
5309 msgid ""
5310 " SKIP_TEST_<CMD>_<NUM>=1\n"
5311 "\n"
5312 msgstr ""
5313
5314 #. type: textblock
5315 #: ../src/guestfs.pod:2525
5316 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
5317 msgstr ""
5318
5319 #. type: textblock
5320 #: ../src/guestfs.pod:2527
5321 msgid "or:"
5322 msgstr ""
5323
5324 #. type: verbatim
5325 #: ../src/guestfs.pod:2529
5326 #, no-wrap
5327 msgid ""
5328 " SKIP_TEST_<CMD>=1\n"
5329 "\n"
5330 msgstr ""
5331
5332 #. type: textblock
5333 #: ../src/guestfs.pod:2531
5334 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
5335 msgstr ""
5336
5337 #. type: textblock
5338 #: ../src/guestfs.pod:2533
5339 msgid "Packagers can run only certain tests by setting for example:"
5340 msgstr ""
5341
5342 #. type: verbatim
5343 #: ../src/guestfs.pod:2535
5344 #, no-wrap
5345 msgid ""
5346 " TEST_ONLY=\"vfs_type zerofree\"\n"
5347 "\n"
5348 msgstr ""
5349
5350 #. type: textblock
5351 #: ../src/guestfs.pod:2537
5352 msgid ""
5353 "See C<capitests/tests.c> for more details of how these environment variables "
5354 "work."
5355 msgstr ""
5356
5357 #. type: =head2
5358 #: ../src/guestfs.pod:2540
5359 msgid "DEBUGGING NEW API ACTIONS"
5360 msgstr ""
5361
5362 #. type: textblock
5363 #: ../src/guestfs.pod:2542
5364 msgid "Test new actions work before submitting them."
5365 msgstr ""
5366
5367 #. type: textblock
5368 #: ../src/guestfs.pod:2544
5369 msgid "You can use guestfish to try out new commands."
5370 msgstr ""
5371
5372 #. type: textblock
5373 #: ../src/guestfs.pod:2546
5374 msgid ""
5375 "Debugging the daemon is a problem because it runs inside a minimal "
5376 "environment.  However you can fprintf messages in the daemon to stderr, and "
5377 "they will show up if you use C<guestfish -v>."
5378 msgstr ""
5379
5380 #. type: =head2
5381 #: ../src/guestfs.pod:2550
5382 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
5383 msgstr ""
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2552
5387 msgid ""
5388 "Our C source code generally adheres to some basic code-formatting "
5389 "conventions.  The existing code base is not totally consistent on this "
5390 "front, but we do prefer that contributed code be formatted similarly.  In "
5391 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
5392 "indentation level, and other than that, follow the K&R style."
5393 msgstr ""
5394
5395 #. type: textblock
5396 #: ../src/guestfs.pod:2558
5397 msgid ""
5398 "If you use Emacs, add the following to one of one of your start-up files (e."
5399 "g., ~/.emacs), to help ensure that you get indentation right:"
5400 msgstr ""
5401
5402 #. type: verbatim
5403 #: ../src/guestfs.pod:2561
5404 #, no-wrap
5405 msgid ""
5406 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5407 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5408 " (add-hook 'find-file-hook\n"
5409 "     '(lambda () (if (and buffer-file-name\n"
5410 "                          (string-match \"/libguestfs\\\\>\"\n"
5411 "                              (buffer-file-name))\n"
5412 "                          (not (string-equal mode-name \"Change Log\"))\n"
5413 "                          (not (string-equal mode-name \"Makefile\")))\n"
5414 "                     (setq indent-tabs-mode nil))))\n"
5415 " \n"
5416 msgstr ""
5417
5418 #. type: verbatim
5419 #: ../src/guestfs.pod:2571
5420 #, no-wrap
5421 msgid ""
5422 " ;;; When editing C sources in libguestfs, use this style.\n"
5423 " (defun libguestfs-c-mode ()\n"
5424 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5425 "   (interactive)\n"
5426 "   (c-set-style \"K&R\")\n"
5427 "   (setq c-indent-level 2)\n"
5428 "   (setq c-basic-offset 2))\n"
5429 " (add-hook 'c-mode-hook\n"
5430 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5431 "                               (buffer-file-name))\n"
5432 "                           (libguestfs-c-mode))))\n"
5433 "\n"
5434 msgstr ""
5435
5436 #. type: textblock
5437 #: ../src/guestfs.pod:2583
5438 msgid "Enable warnings when compiling (and fix any problems this finds):"
5439 msgstr ""
5440
5441 #. type: verbatim
5442 #: ../src/guestfs.pod:2586
5443 #, no-wrap
5444 msgid ""
5445 " ./configure --enable-gcc-warnings\n"
5446 "\n"
5447 msgstr ""
5448
5449 #. type: textblock
5450 #: ../src/guestfs.pod:2588
5451 msgid "Useful targets are:"
5452 msgstr ""
5453
5454 #. type: verbatim
5455 #: ../src/guestfs.pod:2590
5456 #, no-wrap
5457 msgid ""
5458 " make syntax-check  # checks the syntax of the C code\n"
5459 " make check         # runs the test suite\n"
5460 "\n"
5461 msgstr ""
5462
5463 #. type: =head2
5464 #: ../src/guestfs.pod:2593
5465 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5466 msgstr ""
5467
5468 #. type: textblock
5469 #: ../src/guestfs.pod:2595
5470 msgid ""
5471 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5472 "which are used to do shell quoting."
5473 msgstr ""
5474
5475 #. type: =item
5476 #: ../src/guestfs.pod:2600
5477 msgid "%Q"
5478 msgstr ""
5479
5480 #. type: textblock
5481 #: ../src/guestfs.pod:2602
5482 msgid ""
5483 "Simple shell quoted string.  Any spaces or other shell characters are "
5484 "escaped for you."
5485 msgstr ""
5486
5487 #. type: =item
5488 #: ../src/guestfs.pod:2605
5489 msgid "%R"
5490 msgstr ""
5491
5492 #. type: textblock
5493 #: ../src/guestfs.pod:2607
5494 msgid ""
5495 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5496 "the sysroot."
5497 msgstr ""
5498
5499 # type: textblock
5500 #. type: textblock
5501 #: ../src/guestfs.pod:2612 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
5502 msgid "For example:"
5503 msgstr ""
5504
5505 #. type: verbatim
5506 #: ../src/guestfs.pod:2614
5507 #, no-wrap
5508 msgid ""
5509 " asprintf (&cmd, \"cat %R\", path);\n"
5510 "\n"
5511 msgstr ""
5512
5513 #. type: textblock
5514 #: ../src/guestfs.pod:2616
5515 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5516 msgstr ""
5517
5518 #. type: textblock
5519 #: ../src/guestfs.pod:2618
5520 msgid ""
5521 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5522 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5523 "they are not passed via the shell (instead, straight to exec).  You probably "
5524 "want to use the C<sysroot_path()> function however."
5525 msgstr ""
5526
5527 #. type: =head2
5528 #: ../src/guestfs.pod:2624
5529 msgid "SUBMITTING YOUR NEW API ACTIONS"
5530 msgstr ""
5531
5532 #. type: textblock
5533 #: ../src/guestfs.pod:2626
5534 msgid ""
5535 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5536 "libguestfs> and CC to L<rjones@redhat.com>."
5537 msgstr ""
5538
5539 #. type: =head2
5540 #: ../src/guestfs.pod:2630
5541 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5542 msgstr ""
5543
5544 #. type: textblock
5545 #: ../src/guestfs.pod:2632
5546 msgid "We support i18n (gettext anyhow) in the library."
5547 msgstr ""
5548
5549 #. type: textblock
5550 #: ../src/guestfs.pod:2634
5551 msgid ""
5552 "However many messages come from the daemon, and we don't translate those at "
5553 "the moment.  One reason is that the appliance generally has all locale files "
5554 "removed from it, because they take up a lot of space.  So we'd have to readd "
5555 "some of those, as well as copying our PO files into the appliance."
5556 msgstr ""
5557
5558 #. type: textblock
5559 #: ../src/guestfs.pod:2640
5560 msgid ""
5561 "Debugging messages are never translated, since they are intended for the "
5562 "programmers."
5563 msgstr ""
5564
5565 #. type: =head2
5566 #: ../src/guestfs.pod:2643
5567 msgid "SOURCE CODE SUBDIRECTORIES"
5568 msgstr ""
5569
5570 #. type: =item
5571 #: ../src/guestfs.pod:2647 ../src/guestfs-actions.pod:5814
5572 #: ../fish/guestfish-actions.pod:3908
5573 msgid "C<appliance>"
5574 msgstr ""
5575
5576 #. type: textblock
5577 #: ../src/guestfs.pod:2649
5578 msgid "The libguestfs appliance, build scripts and so on."
5579 msgstr ""
5580
5581 #. type: =item
5582 #: ../src/guestfs.pod:2651
5583 msgid "C<capitests>"
5584 msgstr ""
5585
5586 #. type: textblock
5587 #: ../src/guestfs.pod:2653
5588 msgid "Automated tests of the C API."
5589 msgstr ""
5590
5591 #. type: =item
5592 #: ../src/guestfs.pod:2655
5593 msgid "C<cat>"
5594 msgstr ""
5595
5596 #. type: textblock
5597 #: ../src/guestfs.pod:2657
5598 msgid ""
5599 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5600 "documentation."
5601 msgstr ""
5602
5603 #. type: =item
5604 #: ../src/guestfs.pod:2660
5605 msgid "C<contrib>"
5606 msgstr ""
5607
5608 #. type: textblock
5609 #: ../src/guestfs.pod:2662
5610 msgid "Outside contributions, experimental parts."
5611 msgstr ""
5612
5613 #. type: =item
5614 #: ../src/guestfs.pod:2664
5615 msgid "C<daemon>"
5616 msgstr ""
5617
5618 #. type: textblock
5619 #: ../src/guestfs.pod:2666
5620 msgid ""
5621 "The daemon that runs inside the libguestfs appliance and carries out actions."
5622 msgstr ""
5623
5624 #. type: =item
5625 #: ../src/guestfs.pod:2669
5626 msgid "C<df>"
5627 msgstr ""
5628
5629 #. type: textblock
5630 #: ../src/guestfs.pod:2671
5631 msgid "L<virt-df(1)> command and documentation."
5632 msgstr ""
5633
5634 #. type: =item
5635 #: ../src/guestfs.pod:2673
5636 msgid "C<examples>"
5637 msgstr ""
5638
5639 #. type: textblock
5640 #: ../src/guestfs.pod:2675
5641 msgid "C API example code."
5642 msgstr ""
5643
5644 #. type: =item
5645 #: ../src/guestfs.pod:2677
5646 msgid "C<fish>"
5647 msgstr ""
5648
5649 #. type: textblock
5650 #: ../src/guestfs.pod:2679
5651 msgid ""
5652 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5653 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5654 "L<virt-tar-out(1)>."
5655 msgstr ""
5656
5657 #. type: =item
5658 #: ../src/guestfs.pod:2683
5659 msgid "C<fuse>"
5660 msgstr ""
5661
5662 #. type: textblock
5663 #: ../src/guestfs.pod:2685
5664 msgid ""
5665 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5666 msgstr ""
5667
5668 #. type: =item
5669 #: ../src/guestfs.pod:2687
5670 msgid "C<generator>"
5671 msgstr ""
5672
5673 #. type: textblock
5674 #: ../src/guestfs.pod:2689
5675 msgid ""
5676 "The crucially important generator, used to automatically generate large "
5677 "amounts of boilerplate C code for things like RPC and bindings."
5678 msgstr ""
5679
5680 #. type: =item
5681 #: ../src/guestfs.pod:2692
5682 msgid "C<images>"
5683 msgstr ""
5684
5685 #. type: textblock
5686 #: ../src/guestfs.pod:2694
5687 msgid "Files used by the test suite."
5688 msgstr ""
5689
5690 #. type: textblock
5691 #: ../src/guestfs.pod:2696
5692 msgid "Some \"phony\" guest images which we test against."
5693 msgstr ""
5694
5695 #. type: =item
5696 #: ../src/guestfs.pod:2698
5697 msgid "C<inspector>"
5698 msgstr ""
5699
5700 #. type: textblock
5701 #: ../src/guestfs.pod:2700
5702 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5703 msgstr ""
5704
5705 #. type: =item
5706 #: ../src/guestfs.pod:2702
5707 msgid "C<logo>"
5708 msgstr ""
5709
5710 #. type: textblock
5711 #: ../src/guestfs.pod:2704
5712 msgid "Logo used on the website.  The fish is called Arthur by the way."
5713 msgstr ""
5714
5715 #. type: =item
5716 #: ../src/guestfs.pod:2706
5717 msgid "C<m4>"
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs.pod:2708
5722 msgid "M4 macros used by autoconf."
5723 msgstr ""
5724
5725 #. type: =item
5726 #: ../src/guestfs.pod:2710
5727 msgid "C<po>"
5728 msgstr ""
5729
5730 #. type: textblock
5731 #: ../src/guestfs.pod:2712
5732 msgid "Translations of simple gettext strings."
5733 msgstr ""
5734
5735 #. type: =item
5736 #: ../src/guestfs.pod:2714
5737 msgid "C<po-docs>"
5738 msgstr ""
5739
5740 #. type: textblock
5741 #: ../src/guestfs.pod:2716
5742 msgid ""
5743 "The build infrastructure and PO files for translations of manpages and POD "
5744 "files.  Eventually this will be combined with the C<po> directory, but that "
5745 "is rather complicated."
5746 msgstr ""
5747
5748 #. type: =item
5749 #: ../src/guestfs.pod:2720
5750 msgid "C<regressions>"
5751 msgstr ""
5752
5753 #. type: textblock
5754 #: ../src/guestfs.pod:2722
5755 msgid "Regression tests."
5756 msgstr ""
5757
5758 #. type: =item
5759 #: ../src/guestfs.pod:2724
5760 msgid "C<rescue>"
5761 msgstr ""
5762
5763 #. type: textblock
5764 #: ../src/guestfs.pod:2726
5765 msgid "L<virt-rescue(1)> command and documentation."
5766 msgstr ""
5767
5768 #. type: =item
5769 #: ../src/guestfs.pod:2728
5770 msgid "C<src>"
5771 msgstr ""
5772
5773 #. type: textblock
5774 #: ../src/guestfs.pod:2730
5775 msgid "Source code to the C library."
5776 msgstr ""
5777
5778 #. type: =item
5779 #: ../src/guestfs.pod:2732
5780 msgid "C<tools>"
5781 msgstr ""
5782
5783 #. type: textblock
5784 #: ../src/guestfs.pod:2734
5785 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5786 msgstr ""
5787
5788 #. type: =item
5789 #: ../src/guestfs.pod:2736
5790 msgid "C<test-tool>"
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs.pod:2738
5795 msgid ""
5796 "Test tool for end users to test if their qemu/kernel combination will work "
5797 "with libguestfs."
5798 msgstr ""
5799
5800 #. type: =item
5801 #: ../src/guestfs.pod:2741
5802 msgid "C<csharp>"
5803 msgstr ""
5804
5805 #. type: =item
5806 #: ../src/guestfs.pod:2743
5807 msgid "C<haskell>"
5808 msgstr ""
5809
5810 #. type: =item
5811 #: ../src/guestfs.pod:2745
5812 msgid "C<java>"
5813 msgstr ""
5814
5815 #. type: =item
5816 #: ../src/guestfs.pod:2747
5817 msgid "C<ocaml>"
5818 msgstr ""
5819
5820 #. type: =item
5821 #: ../src/guestfs.pod:2749
5822 msgid "C<php>"
5823 msgstr ""
5824
5825 #. type: =item
5826 #: ../src/guestfs.pod:2751
5827 msgid "C<perl>"
5828 msgstr ""
5829
5830 #. type: =item
5831 #: ../src/guestfs.pod:2753
5832 msgid "C<python>"
5833 msgstr ""
5834
5835 #. type: =item
5836 #: ../src/guestfs.pod:2755
5837 msgid "C<ruby>"
5838 msgstr ""
5839
5840 #. type: textblock
5841 #: ../src/guestfs.pod:2757
5842 msgid "Language bindings."
5843 msgstr ""
5844
5845 #. type: =head1
5846 #: ../src/guestfs.pod:2761
5847 msgid "LIMITS"
5848 msgstr ""
5849
5850 # type: =head2
5851 #. type: =head2
5852 #: ../src/guestfs.pod:2763
5853 msgid "PROTOCOL LIMITS"
5854 msgstr ""
5855
5856 # type: textblock
5857 #. type: textblock
5858 #: ../src/guestfs.pod:2765
5859 msgid ""
5860 "Internally libguestfs uses a message-based protocol to pass API calls and "
5861 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5862 "plenty more detail about this).  The maximum message size used by the "
5863 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5864 "aware of this limit.  The API calls which may be affected are individually "
5865 "documented, with a link back to this section of the documentation."
5866 msgstr ""
5867
5868 # type: textblock
5869 #. type: textblock
5870 #: ../src/guestfs.pod:2773
5871 msgid ""
5872 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5873 "a simple string.  Because this string is at some point internally encoded as "
5874 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5875 "the requested file is larger than this then you will get an error."
5876 msgstr ""
5877
5878 # type: textblock
5879 #. type: textblock
5880 #: ../src/guestfs.pod:2779
5881 msgid ""
5882 "In order to transfer large files into and out of the guest filesystem, you "
5883 "need to use particular calls that support this.  The sections L</UPLOADING> "
5884 "and L</DOWNLOADING> document how to do this."
5885 msgstr ""
5886
5887 # type: textblock
5888 #. type: textblock
5889 #: ../src/guestfs.pod:2783
5890 msgid ""
5891 "You might also consider mounting the disk image using our FUSE filesystem "
5892 "support (L<guestmount(1)>)."
5893 msgstr ""
5894
5895 #. type: =head2
5896 #: ../src/guestfs.pod:2786
5897 msgid "MAXIMUM NUMBER OF DISKS"
5898 msgstr ""
5899
5900 #. type: textblock
5901 #: ../src/guestfs.pod:2788
5902 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5903 msgstr ""
5904
5905 #. type: textblock
5906 #: ../src/guestfs.pod:2791
5907 msgid ""
5908 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5909 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5910 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5911 "purposes."
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs.pod:2796
5916 msgid ""
5917 "We are working to substantially raise this limit in future versions but it "
5918 "requires complex changes to qemu."
5919 msgstr ""
5920
5921 #. type: textblock
5922 #: ../src/guestfs.pod:2799
5923 msgid ""
5924 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5925 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5926 "requires changes to qemu."
5927 msgstr ""
5928
5929 #. type: =head2
5930 #: ../src/guestfs.pod:2803
5931 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5932 msgstr ""
5933
5934 #. type: textblock
5935 #: ../src/guestfs.pod:2805
5936 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5937 msgstr ""
5938
5939 #. type: textblock
5940 #: ../src/guestfs.pod:2807
5941 msgid ""
5942 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5943 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5944 msgstr ""
5945
5946 #. type: textblock
5947 #: ../src/guestfs.pod:2810
5948 msgid ""
5949 "If you attach a disk with more than 15 partitions, the extra partitions are "
5950 "ignored by libguestfs."
5951 msgstr ""
5952
5953 #. type: =head2
5954 #: ../src/guestfs.pod:2813
5955 msgid "MAXIMUM SIZE OF A DISK"
5956 msgstr ""
5957
5958 #. type: textblock
5959 #: ../src/guestfs.pod:2815
5960 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs.pod:2817
5965 msgid ""
5966 "We have tested block devices up to 1 exabyte (2**60 or "
5967 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5968 "filesystem."
5969 msgstr ""
5970
5971 #. type: textblock
5972 #: ../src/guestfs.pod:2821
5973 msgid ""
5974 "Although libguestfs probably does not impose any limit, the underlying host "
5975 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5976 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5977 "TB).  If you store disk images as host logical volumes then you are limited "
5978 "by the maximum size of an LV."
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../src/guestfs.pod:2827
5983 msgid ""
5984 "For the hugest disk image files, we recommend using XFS on the host for "
5985 "storage."
5986 msgstr ""
5987
5988 #. type: =head2
5989 #: ../src/guestfs.pod:2830
5990 msgid "MAXIMUM SIZE OF A PARTITION"
5991 msgstr ""
5992
5993 #. type: textblock
5994 #: ../src/guestfs.pod:2832
5995 msgid ""
5996 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5997 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5998 "address a partition located beyond 2 TB on the disk."
5999 msgstr ""
6000
6001 #. type: textblock
6002 #: ../src/guestfs.pod:2836
6003 msgid ""
6004 "It is recommended that you use GPT partitions on disks which are larger than "
6005 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
6006 "which are theoretically larger than the largest disk we could support."
6007 msgstr ""
6008
6009 #. type: =head2
6010 #: ../src/guestfs.pod:2841
6011 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
6012 msgstr ""
6013
6014 #. type: textblock
6015 #: ../src/guestfs.pod:2843
6016 msgid ""
6017 "This depends on the filesystem type.  libguestfs itself does not impose any "
6018 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
6019 "what these limits are."
6020 msgstr ""
6021
6022 #. type: =head2
6023 #: ../src/guestfs.pod:2847
6024 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
6025 msgstr ""
6026
6027 #. type: textblock
6028 #: ../src/guestfs.pod:2849
6029 msgid ""
6030 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
6031 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
6032 "uploads and downloads."
6033 msgstr ""
6034
6035 #. type: =head2
6036 #: ../src/guestfs.pod:2853
6037 msgid "INSPECTION LIMITS"
6038 msgstr ""
6039
6040 #. type: textblock
6041 #: ../src/guestfs.pod:2855
6042 msgid ""
6043 "The inspection code has several arbitrary limits on things like the size of "
6044 "Windows Registry hive it will read, and the length of product name.  These "
6045 "are intended to stop a malicious guest from consuming arbitrary amounts of "
6046 "memory and disk space on the host, and should not be reached in practice.  "
6047 "See the source code for more information."
6048 msgstr ""
6049
6050 # type: =head1
6051 #. type: =head1
6052 #: ../src/guestfs.pod:2861 ../fish/guestfish.pod:1015
6053 #: ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
6054 msgid "ENVIRONMENT VARIABLES"
6055 msgstr ""
6056
6057 # type: =item
6058 #. type: =item
6059 #: ../src/guestfs.pod:2865 ../fish/guestfish.pod:1041
6060 msgid "LIBGUESTFS_APPEND"
6061 msgstr ""
6062
6063 # type: textblock
6064 #. type: textblock
6065 #: ../src/guestfs.pod:2867 ../fish/guestfish.pod:1043
6066 msgid "Pass additional options to the guest kernel."
6067 msgstr ""
6068
6069 # type: =item
6070 #. type: =item
6071 #: ../src/guestfs.pod:2869 ../fish/guestfish.pod:1045
6072 msgid "LIBGUESTFS_DEBUG"
6073 msgstr ""
6074
6075 # type: textblock
6076 #. type: textblock
6077 #: ../src/guestfs.pod:2871
6078 msgid ""
6079 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
6080 "effect as calling C<guestfs_set_verbose (g, 1)>."
6081 msgstr ""
6082
6083 # type: =item
6084 #. type: =item
6085 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1050
6086 msgid "LIBGUESTFS_MEMSIZE"
6087 msgstr ""
6088
6089 # type: textblock
6090 #. type: textblock
6091 #: ../src/guestfs.pod:2876 ../fish/guestfish.pod:1052
6092 msgid ""
6093 "Set the memory allocated to the qemu process, in megabytes.  For example:"
6094 msgstr ""
6095
6096 # type: verbatim
6097 #. type: verbatim
6098 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1055
6099 #, no-wrap
6100 msgid ""
6101 " LIBGUESTFS_MEMSIZE=700\n"
6102 "\n"
6103 msgstr ""
6104
6105 # type: =item
6106 #. type: =item
6107 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1057
6108 msgid "LIBGUESTFS_PATH"
6109 msgstr ""
6110
6111 #. type: textblock
6112 #: ../src/guestfs.pod:2883
6113 msgid ""
6114 "Set the path that libguestfs uses to search for a supermin appliance.  See "
6115 "the discussion of paths in section L</PATH> above."
6116 msgstr ""
6117
6118 # type: =item
6119 #. type: =item
6120 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1062
6121 msgid "LIBGUESTFS_QEMU"
6122 msgstr ""
6123
6124 # type: textblock
6125 #. type: textblock
6126 #: ../src/guestfs.pod:2888 ../fish/guestfish.pod:1064
6127 msgid ""
6128 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
6129 "which was found at compile time by the configure script is used."
6130 msgstr ""
6131
6132 # type: textblock
6133 #. type: textblock
6134 #: ../src/guestfs.pod:2892
6135 msgid "See also L</QEMU WRAPPERS> above."
6136 msgstr ""
6137
6138 # type: =item
6139 #. type: =item
6140 #: ../src/guestfs.pod:2894 ../fish/guestfish.pod:1068
6141 msgid "LIBGUESTFS_TRACE"
6142 msgstr ""
6143
6144 # type: textblock
6145 #. type: textblock
6146 #: ../src/guestfs.pod:2896
6147 msgid ""
6148 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
6149 "effect as calling C<guestfs_set_trace (g, 1)>."
6150 msgstr ""
6151
6152 # type: =item
6153 #. type: =item
6154 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1077
6155 msgid "TMPDIR"
6156 msgstr ""
6157
6158 #. type: textblock
6159 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1079
6160 msgid ""
6161 "Location of temporary directory, defaults to C</tmp> except for the cached "
6162 "supermin appliance which defaults to C</var/tmp>."
6163 msgstr ""
6164
6165 #. type: textblock
6166 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1082
6167 msgid ""
6168 "If libguestfs was compiled to use the supermin appliance then the real "
6169 "appliance is cached in this directory, shared between all handles belonging "
6170 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
6171 "use in case C</var/tmp> is not large enough."
6172 msgstr ""
6173
6174 # type: =head1
6175 #. type: =head1
6176 #: ../src/guestfs.pod:2912 ../fish/guestfish.pod:1149
6177 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:267
6178 #: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572
6179 #: ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286
6180 #: ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
6181 msgid "SEE ALSO"
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs.pod:2914
6186 msgid ""
6187 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
6188 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
6189 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
6190 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
6191 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
6192 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
6193 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
6194 msgstr ""
6195
6196 # type: textblock
6197 #. type: textblock
6198 #: ../src/guestfs.pod:2941
6199 msgid ""
6200 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
6201 "(8)>, L<disktype(1)>."
6202 msgstr ""
6203
6204 # type: =head1
6205 #. type: =head1
6206 #: ../src/guestfs.pod:2948 ../tools/virt-win-reg.pl:587
6207 #: ../tools/virt-make-fs.pl:553
6208 msgid "BUGS"
6209 msgstr ""
6210
6211 # type: textblock
6212 #. type: textblock
6213 #: ../src/guestfs.pod:2950
6214 msgid "To get a list of bugs against libguestfs use this link:"
6215 msgstr ""
6216
6217 # type: textblock
6218 #. type: textblock
6219 #: ../src/guestfs.pod:2952
6220 msgid ""
6221 "L<https://bugzilla.redhat.com/buglist.cgi?"
6222 "component=libguestfs&product=Virtualization+Tools>"
6223 msgstr ""
6224
6225 # type: textblock
6226 #. type: textblock
6227 #: ../src/guestfs.pod:2954
6228 msgid "To report a new bug against libguestfs use this link:"
6229 msgstr ""
6230
6231 # type: textblock
6232 #. type: textblock
6233 #: ../src/guestfs.pod:2956
6234 msgid ""
6235 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
6236 "component=libguestfs&product=Virtualization+Tools>"
6237 msgstr ""
6238
6239 # type: textblock
6240 #. type: textblock
6241 #: ../src/guestfs.pod:2958
6242 msgid "When reporting a bug, please check:"
6243 msgstr ""
6244
6245 # type: textblock
6246 #. type: textblock
6247 #: ../src/guestfs.pod:2964
6248 msgid "That the bug hasn't been reported already."
6249 msgstr ""
6250
6251 # type: textblock
6252 #. type: textblock
6253 #: ../src/guestfs.pod:2968
6254 msgid "That you are testing a recent version."
6255 msgstr ""
6256
6257 # type: textblock
6258 #. type: textblock
6259 #: ../src/guestfs.pod:2972
6260 msgid "Describe the bug accurately, and give a way to reproduce it."
6261 msgstr ""
6262
6263 # type: textblock
6264 #. type: textblock
6265 #: ../src/guestfs.pod:2976
6266 msgid ""
6267 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
6268 "bug report."
6269 msgstr ""
6270
6271 # type: =head1
6272 #. type: =head1
6273 #: ../src/guestfs.pod:2981 ../fish/guestfish.pod:1172
6274 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:278
6275 msgid "AUTHORS"
6276 msgstr ""
6277
6278 # type: textblock
6279 #. type: textblock
6280 #: ../src/guestfs.pod:2983 ../fish/guestfish.pod:1174
6281 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:280
6282 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
6283 msgstr ""
6284
6285 # type: =head1
6286 #. type: =head1
6287 #: ../src/guestfs.pod:2985 ../fish/guestfish.pod:1176
6288 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:282
6289 #: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602
6290 #: ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305
6291 #: ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
6292 msgid "COPYRIGHT"
6293 msgstr ""
6294
6295 #. type: textblock
6296 #: ../src/guestfs.pod:2987 ../fish/guestfish.pod:1178
6297 #: ../test-tool/libguestfs-test-tool.pod:99
6298 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
6299 msgstr ""
6300
6301 # type: textblock
6302 #. type: textblock
6303 #: ../src/guestfs.pod:2990
6304 msgid ""
6305 "This library is free software; you can redistribute it and/or modify it "
6306 "under the terms of the GNU Lesser General Public License as published by the "
6307 "Free Software Foundation; either version 2 of the License, or (at your "
6308 "option) any later version."
6309 msgstr ""
6310
6311 # type: textblock
6312 #. type: textblock
6313 #: ../src/guestfs.pod:2995
6314 msgid ""
6315 "This library is distributed in the hope that it will be useful, but WITHOUT "
6316 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
6317 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
6318 "for more details."
6319 msgstr ""
6320
6321 # type: textblock
6322 #. type: textblock
6323 #: ../src/guestfs.pod:3000
6324 msgid ""
6325 "You should have received a copy of the GNU Lesser General Public License "
6326 "along with this library; if not, write to the Free Software Foundation, "
6327 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
6328 msgstr ""
6329
6330 # type: =head2
6331 #. type: =head2
6332 #: ../src/guestfs-actions.pod:1
6333 msgid "guestfs_add_cdrom"
6334 msgstr ""
6335
6336 # type: verbatim
6337 #. type: verbatim
6338 #: ../src/guestfs-actions.pod:3
6339 #, no-wrap
6340 msgid ""
6341 " int\n"
6342 " guestfs_add_cdrom (guestfs_h *g,\n"
6343 "                    const char *filename);\n"
6344 "\n"
6345 msgstr ""
6346
6347 # type: textblock
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
6350 msgid "This function adds a virtual CD-ROM disk image to the guest."
6351 msgstr ""
6352
6353 #. type: textblock
6354 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
6355 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
6356 msgstr ""
6357
6358 # type: textblock
6359 #. type: textblock
6360 #: ../src/guestfs-actions.pod:17
6361 msgid ""
6362 "This call checks for the existence of C<filename>.  This stops you from "
6363 "specifying other types of drive which are supported by qemu such as C<nbd:> "
6364 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
6365 "instead."
6366 msgstr ""
6367
6368 # type: textblock
6369 #. type: textblock
6370 #: ../src/guestfs-actions.pod:24
6371 msgid ""
6372 "If you just want to add an ISO file (often you use this as an efficient way "
6373 "to transfer large files into the guest), then you should probably use "
6374 "C<guestfs_add_drive_ro> instead."
6375 msgstr ""
6376
6377 # type: textblock
6378 #. type: textblock
6379 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
6380 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
6381 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
6382 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
6383 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
6384 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
6385 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
6386 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
6387 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
6388 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
6389 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
6390 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
6391 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
6392 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
6393 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
6394 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
6395 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
6396 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
6397 #: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717
6398 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266
6399 #: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471
6400 #: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3459
6401 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3499
6402 #: ../src/guestfs-actions.pod:3654 ../src/guestfs-actions.pod:3668
6403 #: ../src/guestfs-actions.pod:3681 ../src/guestfs-actions.pod:3695
6404 #: ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3746
6405 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3838
6406 #: ../src/guestfs-actions.pod:3855 ../src/guestfs-actions.pod:3878
6407 #: ../src/guestfs-actions.pod:3901 ../src/guestfs-actions.pod:3933
6408 #: ../src/guestfs-actions.pod:3952 ../src/guestfs-actions.pod:3971
6409 #: ../src/guestfs-actions.pod:4006 ../src/guestfs-actions.pod:4018
6410 #: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4070
6411 #: ../src/guestfs-actions.pod:4083 ../src/guestfs-actions.pod:4098
6412 #: ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4208
6413 #: ../src/guestfs-actions.pod:4228 ../src/guestfs-actions.pod:4241
6414 #: ../src/guestfs-actions.pod:4292 ../src/guestfs-actions.pod:4310
6415 #: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4344
6416 #: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4372
6417 #: ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4404
6418 #: ../src/guestfs-actions.pod:4424 ../src/guestfs-actions.pod:4482
6419 #: ../src/guestfs-actions.pod:4555 ../src/guestfs-actions.pod:4586
6420 #: ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:4624
6421 #: ../src/guestfs-actions.pod:4636 ../src/guestfs-actions.pod:4653
6422 #: ../src/guestfs-actions.pod:4666 ../src/guestfs-actions.pod:4681
6423 #: ../src/guestfs-actions.pod:4696 ../src/guestfs-actions.pod:4731
6424 #: ../src/guestfs-actions.pod:4746 ../src/guestfs-actions.pod:4766
6425 #: ../src/guestfs-actions.pod:4780 ../src/guestfs-actions.pod:4797
6426 #: ../src/guestfs-actions.pod:4846 ../src/guestfs-actions.pod:4883
6427 #: ../src/guestfs-actions.pod:4897 ../src/guestfs-actions.pod:4925
6428 #: ../src/guestfs-actions.pod:4942 ../src/guestfs-actions.pod:4960
6429 #: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5151
6430 #: ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:5191
6431 #: ../src/guestfs-actions.pod:5223 ../src/guestfs-actions.pod:5289
6432 #: ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5319
6433 #: ../src/guestfs-actions.pod:5333 ../src/guestfs-actions.pod:5622
6434 #: ../src/guestfs-actions.pod:5641 ../src/guestfs-actions.pod:5660
6435 #: ../src/guestfs-actions.pod:5672 ../src/guestfs-actions.pod:5684
6436 #: ../src/guestfs-actions.pod:5698 ../src/guestfs-actions.pod:5710
6437 #: ../src/guestfs-actions.pod:5724 ../src/guestfs-actions.pod:5740
6438 #: ../src/guestfs-actions.pod:5761 ../src/guestfs-actions.pod:5780
6439 #: ../src/guestfs-actions.pod:5799 ../src/guestfs-actions.pod:5829
6440 #: ../src/guestfs-actions.pod:5845 ../src/guestfs-actions.pod:5868
6441 #: ../src/guestfs-actions.pod:5886 ../src/guestfs-actions.pod:5905
6442 #: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5945
6443 #: ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5990
6444 #: ../src/guestfs-actions.pod:6014 ../src/guestfs-actions.pod:6033
6445 #: ../src/guestfs-actions.pod:6057 ../src/guestfs-actions.pod:6076
6446 #: ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6110
6447 #: ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6170
6448 #: ../src/guestfs-actions.pod:6196 ../src/guestfs-actions.pod:6304
6449 #: ../src/guestfs-actions.pod:6425 ../src/guestfs-actions.pod:6437
6450 #: ../src/guestfs-actions.pod:6450 ../src/guestfs-actions.pod:6463
6451 #: ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6498
6452 #: ../src/guestfs-actions.pod:6511 ../src/guestfs-actions.pod:6524
6453 #: ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6598
6454 #: ../src/guestfs-actions.pod:6615 ../src/guestfs-actions.pod:6631
6455 #: ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6664
6456 #: ../src/guestfs-actions.pod:6677 ../src/guestfs-actions.pod:6697
6457 #: ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6747
6458 #: ../src/guestfs-actions.pod:6788 ../src/guestfs-actions.pod:6801
6459 #: ../src/guestfs-actions.pod:6819 ../src/guestfs-actions.pod:6853
6460 #: ../src/guestfs-actions.pod:6889 ../src/guestfs-actions.pod:7008
6461 #: ../src/guestfs-actions.pod:7026 ../src/guestfs-actions.pod:7040
6462 #: ../src/guestfs-actions.pod:7095 ../src/guestfs-actions.pod:7108
6463 #: ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7186
6464 #: ../src/guestfs-actions.pod:7240 ../src/guestfs-actions.pod:7266
6465 #: ../src/guestfs-actions.pod:7332 ../src/guestfs-actions.pod:7351
6466 #: ../src/guestfs-actions.pod:7380
6467 msgid "This function returns 0 on success or -1 on error."
6468 msgstr ""
6469
6470 # type: textblock
6471 #. type: textblock
6472 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
6473 #: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
6474 #: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
6475 msgid ""
6476 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6477 "instead."
6478 msgstr ""
6479
6480 # type: textblock
6481 #. type: textblock
6482 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
6483 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
6484 #: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965
6485 #: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:7274
6486 #: ../src/guestfs-actions.pod:7443 ../fish/guestfish-actions.pod:31
6487 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
6488 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319
6489 #: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3008
6490 #: ../fish/guestfish-actions.pod:4866 ../fish/guestfish-actions.pod:4963
6491 msgid ""
6492 "Deprecated functions will not be removed from the API, but the fact that "
6493 "they are deprecated indicates that there are problems with correct use of "
6494 "these functions."
6495 msgstr ""
6496
6497 # type: textblock
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
6500 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916
6501 #: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117
6502 #: ../src/guestfs-actions.pod:3461 ../src/guestfs-actions.pod:3481
6503 #: ../src/guestfs-actions.pod:4733 ../src/guestfs-actions.pod:5847
6504 #: ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:6078
6505 #: ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6666
6506 #: ../src/guestfs-actions.pod:7188
6507 msgid "(Added in 0.3)"
6508 msgstr ""
6509
6510 # type: =head2
6511 #. type: =head2
6512 #: ../src/guestfs-actions.pod:41
6513 msgid "guestfs_add_domain"
6514 msgstr ""
6515
6516 # type: verbatim
6517 #. type: verbatim
6518 #: ../src/guestfs-actions.pod:43
6519 #, no-wrap
6520 msgid ""
6521 " int\n"
6522 " guestfs_add_domain (guestfs_h *g,\n"
6523 "                     const char *dom,\n"
6524 "                     ...);\n"
6525 "\n"
6526 msgstr ""
6527
6528 # type: textblock
6529 #. type: textblock
6530 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
6531 #: ../src/guestfs-actions.pod:4443
6532 msgid ""
6533 "You may supply a list of optional arguments to this call.  Use zero or more "
6534 "of the following pairs of parameters, and terminate the list with C<-1> on "
6535 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6536 msgstr ""
6537
6538 #. type: verbatim
6539 #: ../src/guestfs-actions.pod:53
6540 #, no-wrap
6541 msgid ""
6542 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6543 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6544 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6545 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6546 "\n"
6547 msgstr ""
6548
6549 # type: textblock
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:58
6552 msgid ""
6553 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6554 "It works by connecting to libvirt, requesting the domain and domain XML from "
6555 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6556 "one."
6557 msgstr ""
6558
6559 # type: textblock
6560 #. type: textblock
6561 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
6562 msgid ""
6563 "The number of disks added is returned.  This operation is atomic: if an "
6564 "error is returned, then no disks are added."
6565 msgstr ""
6566
6567 # type: textblock
6568 #. type: textblock
6569 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
6570 msgid ""
6571 "This function does some minimal checks to make sure the libvirt domain is "
6572 "not running (unless C<readonly> is true).  In a future version we will try "
6573 "to acquire the libvirt lock on each disk."
6574 msgstr ""
6575
6576 # type: textblock
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
6579 msgid ""
6580 "Disks must be accessible locally.  This often means that adding disks from a "
6581 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6582 "unless those disks are accessible via the same device path locally too."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
6587 msgid ""
6588 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6589 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6590 "libvirt URI (or one set through an environment variable, see the libvirt "
6591 "documentation for full details)."
6592 msgstr ""
6593
6594 #. type: textblock
6595 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
6596 msgid ""
6597 "The optional C<live> flag controls whether this call will try to connect to "
6598 "a running virtual machine C<guestfsd> process if it sees a suitable "
6599 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6600 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6601 "DAEMONS> for more information."
6602 msgstr ""
6603
6604 # type: textblock
6605 #. type: textblock
6606 #: ../src/guestfs-actions.pod:88
6607 msgid ""
6608 "The other optional parameters are passed directly through to "
6609 "C<guestfs_add_drive_opts>."
6610 msgstr ""
6611
6612 # type: textblock
6613 #. type: textblock
6614 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
6615 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
6616 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
6617 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
6618 #: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877
6619 #: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026
6620 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104
6621 #: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2780
6622 #: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:4869
6623 #: ../src/guestfs-actions.pod:4997 ../src/guestfs-actions.pod:5403
6624 #: ../src/guestfs-actions.pod:5429 ../src/guestfs-actions.pod:6774
6625 #: ../src/guestfs-actions.pod:7199 ../src/guestfs-actions.pod:7212
6626 #: ../src/guestfs-actions.pod:7225
6627 msgid "On error this function returns -1."
6628 msgstr ""
6629
6630 # type: textblock
6631 #. type: textblock
6632 #: ../src/guestfs-actions.pod:93
6633 msgid "(Added in 1.7.4)"
6634 msgstr ""
6635
6636 # type: =head2
6637 #. type: =head2
6638 #: ../src/guestfs-actions.pod:95
6639 msgid "guestfs_add_domain_va"
6640 msgstr ""
6641
6642 # type: verbatim
6643 #. type: verbatim
6644 #: ../src/guestfs-actions.pod:97
6645 #, no-wrap
6646 msgid ""
6647 " int\n"
6648 " guestfs_add_domain_va (guestfs_h *g,\n"
6649 "                        const char *dom,\n"
6650 "                        va_list args);\n"
6651 "\n"
6652 msgstr ""
6653
6654 # type: textblock
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:102
6657 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6658 msgstr ""
6659
6660 # type: textblock
6661 #. type: textblock
6662 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6663 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6664 #: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4508
6665 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6666 msgstr ""
6667
6668 # type: =head2
6669 #. type: =head2
6670 #: ../src/guestfs-actions.pod:106
6671 msgid "guestfs_add_domain_argv"
6672 msgstr ""
6673
6674 # type: verbatim
6675 #. type: verbatim
6676 #: ../src/guestfs-actions.pod:108
6677 #, no-wrap
6678 msgid ""
6679 " int\n"
6680 " guestfs_add_domain_argv (guestfs_h *g,\n"
6681 "                          const char *dom,\n"
6682 "                          const struct guestfs_add_domain_argv *optargs);\n"
6683 "\n"
6684 msgstr ""
6685
6686 # type: textblock
6687 #. type: textblock
6688 #: ../src/guestfs-actions.pod:113
6689 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6690 msgstr ""
6691
6692 # type: =head2
6693 #. type: =head2
6694 #: ../src/guestfs-actions.pod:117
6695 msgid "guestfs_add_drive"
6696 msgstr ""
6697
6698 # type: verbatim
6699 #. type: verbatim
6700 #: ../src/guestfs-actions.pod:119
6701 #, no-wrap
6702 msgid ""
6703 " int\n"
6704 " guestfs_add_drive (guestfs_h *g,\n"
6705 "                    const char *filename);\n"
6706 "\n"
6707 msgstr ""
6708
6709 # type: textblock
6710 #. type: textblock
6711 #: ../src/guestfs-actions.pod:123
6712 msgid ""
6713 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6714 "optional parameters, so the disk is added writable, with the format being "
6715 "detected automatically."
6716 msgstr ""
6717
6718 # type: textblock
6719 #. type: textblock
6720 #: ../src/guestfs-actions.pod:127
6721 msgid ""
6722 "Automatic detection of the format opens you up to a potential security hole "
6723 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6724 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6725 "you should think about replacing calls to this function with calls to "
6726 "C<guestfs_add_drive_opts>, and specifying the format."
6727 msgstr ""
6728
6729 # type: =head2
6730 #. type: =head2
6731 #: ../src/guestfs-actions.pod:138
6732 msgid "guestfs_add_drive_opts"
6733 msgstr ""
6734
6735 # type: verbatim
6736 #. type: verbatim
6737 #: ../src/guestfs-actions.pod:140
6738 #, no-wrap
6739 msgid ""
6740 " int\n"
6741 " guestfs_add_drive_opts (guestfs_h *g,\n"
6742 "                         const char *filename,\n"
6743 "                         ...);\n"
6744 "\n"
6745 msgstr ""
6746
6747 # type: verbatim
6748 #. type: verbatim
6749 #: ../src/guestfs-actions.pod:150
6750 #, no-wrap
6751 msgid ""
6752 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6753 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6754 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6755 "\n"
6756 msgstr ""
6757
6758 # type: textblock
6759 #. type: textblock
6760 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6761 msgid ""
6762 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6763 "The first time you call this function, the disk appears as C</dev/sda>, the "
6764 "second time as C</dev/sdb>, and so on."
6765 msgstr ""
6766
6767 # type: textblock
6768 #. type: textblock
6769 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6770 msgid ""
6771 "You don't necessarily need to be root when using libguestfs.  However you "
6772 "obviously do need sufficient permissions to access the filename for whatever "
6773 "operations you want to perform (ie. read access if you just want to read the "
6774 "image or write access if you want to modify the image)."
6775 msgstr ""
6776
6777 # type: textblock
6778 #. type: textblock
6779 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6780 msgid "This call checks that C<filename> exists."
6781 msgstr ""
6782
6783 # type: textblock
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4454
6786 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3019
6787 msgid "The optional arguments are:"
6788 msgstr ""
6789
6790 # type: =item
6791 #. type: =item
6792 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6793 msgid "C<readonly>"
6794 msgstr ""
6795
6796 # type: textblock
6797 #. type: textblock
6798 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6799 msgid ""
6800 "If true then the image is treated as read-only.  Writes are still allowed, "
6801 "but they are stored in a temporary snapshot overlay which is discarded at "
6802 "the end.  The disk that you add is not modified."
6803 msgstr ""
6804
6805 # type: =item
6806 #. type: =item
6807 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6808 msgid "C<format>"
6809 msgstr ""
6810
6811 # type: textblock
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:179
6814 msgid ""
6815 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6816 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6817 "Possible formats include C<raw> and C<qcow2>."
6818 msgstr ""
6819
6820 # type: textblock
6821 #. type: textblock
6822 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6823 msgid ""
6824 "Automatic detection of the format opens you up to a potential security hole "
6825 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6826 "RHBZ#642934.  Specifying the format closes this security hole."
6827 msgstr ""
6828
6829 # type: =item
6830 #. type: =item
6831 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6832 msgid "C<iface>"
6833 msgstr ""
6834
6835 # type: textblock
6836 #. type: textblock
6837 #: ../src/guestfs-actions.pod:190
6838 msgid ""
6839 "This rarely-used option lets you emulate the behaviour of the deprecated "
6840 "C<guestfs_add_drive_with_if> call (q.v.)"
6841 msgstr ""
6842
6843 # type: textblock
6844 #. type: textblock
6845 #: ../src/guestfs-actions.pod:197
6846 msgid "(Added in 1.5.23)"
6847 msgstr ""
6848
6849 # type: =head2
6850 #. type: =head2
6851 #: ../src/guestfs-actions.pod:199
6852 msgid "guestfs_add_drive_opts_va"
6853 msgstr ""
6854
6855 # type: verbatim
6856 #. type: verbatim
6857 #: ../src/guestfs-actions.pod:201
6858 #, no-wrap
6859 msgid ""
6860 " int\n"
6861 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6862 "                            const char *filename,\n"
6863 "                            va_list args);\n"
6864 "\n"
6865 msgstr ""
6866
6867 # type: textblock
6868 #. type: textblock
6869 #: ../src/guestfs-actions.pod:206
6870 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6871 msgstr ""
6872
6873 # type: =head2
6874 #. type: =head2
6875 #: ../src/guestfs-actions.pod:210
6876 msgid "guestfs_add_drive_opts_argv"
6877 msgstr ""
6878
6879 # type: verbatim
6880 #. type: verbatim
6881 #: ../src/guestfs-actions.pod:212
6882 #, no-wrap
6883 msgid ""
6884 " int\n"
6885 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6886 "                              const char *filename,\n"
6887 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6888 "\n"
6889 msgstr ""
6890
6891 # type: textblock
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:217
6894 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6895 msgstr ""
6896
6897 # type: =head2
6898 #. type: =head2
6899 #: ../src/guestfs-actions.pod:221
6900 msgid "guestfs_add_drive_ro"
6901 msgstr ""
6902
6903 # type: verbatim
6904 #. type: verbatim
6905 #: ../src/guestfs-actions.pod:223
6906 #, no-wrap
6907 msgid ""
6908 " int\n"
6909 " guestfs_add_drive_ro (guestfs_h *g,\n"
6910 "                       const char *filename);\n"
6911 "\n"
6912 msgstr ""
6913
6914 # type: textblock
6915 #. type: textblock
6916 #: ../src/guestfs-actions.pod:227
6917 msgid ""
6918 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6919 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6920 "disk is added read-only, with the format being detected automatically."
6921 msgstr ""
6922
6923 # type: textblock
6924 #. type: textblock
6925 #: ../src/guestfs-actions.pod:234
6926 msgid "(Added in 1.0.38)"
6927 msgstr ""
6928
6929 # type: =head2
6930 #. type: =head2
6931 #: ../src/guestfs-actions.pod:236
6932 msgid "guestfs_add_drive_ro_with_if"
6933 msgstr ""
6934
6935 # type: verbatim
6936 #. type: verbatim
6937 #: ../src/guestfs-actions.pod:238
6938 #, no-wrap
6939 msgid ""
6940 " int\n"
6941 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6942 "                               const char *filename,\n"
6943 "                               const char *iface);\n"
6944 "\n"
6945 msgstr ""
6946
6947 # type: textblock
6948 #. type: textblock
6949 #: ../src/guestfs-actions.pod:243
6950 msgid ""
6951 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6952 "QEMU interface emulation to use at run time."
6953 msgstr ""
6954
6955 # type: textblock
6956 #. type: textblock
6957 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6958 #: ../src/guestfs-actions.pod:2356
6959 msgid "(Added in 1.0.84)"
6960 msgstr ""
6961
6962 # type: =head2
6963 #. type: =head2
6964 #: ../src/guestfs-actions.pod:257
6965 msgid "guestfs_add_drive_with_if"
6966 msgstr ""
6967
6968 # type: verbatim
6969 #. type: verbatim
6970 #: ../src/guestfs-actions.pod:259
6971 #, no-wrap
6972 msgid ""
6973 " int\n"
6974 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6975 "                            const char *filename,\n"
6976 "                            const char *iface);\n"
6977 "\n"
6978 msgstr ""
6979
6980 # type: textblock
6981 #. type: textblock
6982 #: ../src/guestfs-actions.pod:264
6983 msgid ""
6984 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6985 "QEMU interface emulation to use at run time."
6986 msgstr ""
6987
6988 # type: =head2
6989 #. type: =head2
6990 #: ../src/guestfs-actions.pod:278
6991 msgid "guestfs_aug_clear"
6992 msgstr ""
6993
6994 # type: verbatim
6995 #. type: verbatim
6996 #: ../src/guestfs-actions.pod:280
6997 #, no-wrap
6998 msgid ""
6999 " int\n"
7000 " guestfs_aug_clear (guestfs_h *g,\n"
7001 "                    const char *augpath);\n"
7002 "\n"
7003 msgstr ""
7004
7005 # type: textblock
7006 #. type: textblock
7007 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
7008 msgid ""
7009 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
7010 "L<augtool(1)> C<clear> command."
7011 msgstr ""
7012
7013 # type: textblock
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
7016 msgid "(Added in 1.3.4)"
7017 msgstr ""
7018
7019 # type: =head2
7020 #. type: =head2
7021 #: ../src/guestfs-actions.pod:291
7022 msgid "guestfs_aug_close"
7023 msgstr ""
7024
7025 # type: verbatim
7026 #. type: verbatim
7027 #: ../src/guestfs-actions.pod:293
7028 #, no-wrap
7029 msgid ""
7030 " int\n"
7031 " guestfs_aug_close (guestfs_h *g);\n"
7032 "\n"
7033 msgstr ""
7034
7035 # type: textblock
7036 #. type: textblock
7037 #: ../src/guestfs-actions.pod:296
7038 msgid ""
7039 "Close the current Augeas handle and free up any resources used by it.  After "
7040 "calling this, you have to call C<guestfs_aug_init> again before you can use "
7041 "any other Augeas functions."
7042 msgstr ""
7043
7044 # type: textblock
7045 #. type: textblock
7046 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
7047 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
7048 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
7049 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
7050 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
7051 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
7052 #: ../src/guestfs-actions.pod:5480
7053 msgid "(Added in 0.7)"
7054 msgstr ""
7055
7056 # type: =head2
7057 #. type: =head2
7058 #: ../src/guestfs-actions.pod:305
7059 msgid "guestfs_aug_defnode"
7060 msgstr ""
7061
7062 # type: verbatim
7063 #. type: verbatim
7064 #: ../src/guestfs-actions.pod:307
7065 #, no-wrap
7066 msgid ""
7067 " struct guestfs_int_bool *\n"
7068 " guestfs_aug_defnode (guestfs_h *g,\n"
7069 "                      const char *name,\n"
7070 "                      const char *expr,\n"
7071 "                      const char *val);\n"
7072 "\n"
7073 msgstr ""
7074
7075 # type: textblock
7076 #. type: textblock
7077 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
7078 msgid ""
7079 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
7080 msgstr ""
7081
7082 # type: textblock
7083 #. type: textblock
7084 #: ../src/guestfs-actions.pod:316
7085 msgid ""
7086 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
7087 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
7088 "containing that single node."
7089 msgstr ""
7090
7091 # type: textblock
7092 #. type: textblock
7093 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
7094 msgid ""
7095 "On success this returns a pair containing the number of nodes in the "
7096 "nodeset, and a boolean flag if a node was created."
7097 msgstr ""
7098
7099 # type: textblock
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:324
7102 msgid ""
7103 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
7104 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
7105 msgstr ""
7106
7107 # type: =head2
7108 #. type: =head2
7109 #: ../src/guestfs-actions.pod:330
7110 msgid "guestfs_aug_defvar"
7111 msgstr ""
7112
7113 # type: verbatim
7114 #. type: verbatim
7115 #: ../src/guestfs-actions.pod:332
7116 #, no-wrap
7117 msgid ""
7118 " int\n"
7119 " guestfs_aug_defvar (guestfs_h *g,\n"
7120 "                     const char *name,\n"
7121 "                     const char *expr);\n"
7122 "\n"
7123 msgstr ""
7124
7125 # type: textblock
7126 #. type: textblock
7127 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
7128 msgid ""
7129 "Defines an Augeas variable C<name> whose value is the result of evaluating "
7130 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
7131 msgstr ""
7132
7133 # type: textblock
7134 #. type: textblock
7135 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
7136 msgid ""
7137 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
7138 "evaluates to something which is not a nodeset."
7139 msgstr ""
7140
7141 # type: =head2
7142 #. type: =head2
7143 #: ../src/guestfs-actions.pod:348
7144 msgid "guestfs_aug_get"
7145 msgstr ""
7146
7147 # type: verbatim
7148 #. type: verbatim
7149 #: ../src/guestfs-actions.pod:350
7150 #, no-wrap
7151 msgid ""
7152 " char *\n"
7153 " guestfs_aug_get (guestfs_h *g,\n"
7154 "                  const char *augpath);\n"
7155 "\n"
7156 msgstr ""
7157
7158 # type: textblock
7159 #. type: textblock
7160 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
7161 msgid ""
7162 "Look up the value associated with C<path>.  If C<path> matches exactly one "
7163 "node, the C<value> is returned."
7164 msgstr ""
7165
7166 # type: textblock
7167 #. type: textblock
7168 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
7169 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
7170 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
7171 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
7172 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
7173 #: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657
7174 #: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837
7175 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938
7176 #: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129
7177 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528
7178 #: ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2732
7179 #: ../src/guestfs-actions.pod:2752 ../src/guestfs-actions.pod:2872
7180 #: ../src/guestfs-actions.pod:2903 ../src/guestfs-actions.pod:2927
7181 #: ../src/guestfs-actions.pod:2964 ../src/guestfs-actions.pod:3024
7182 #: ../src/guestfs-actions.pod:3047 ../src/guestfs-actions.pod:3068
7183 #: ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3990
7184 #: ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4270
7185 #: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5208
7186 #: ../src/guestfs-actions.pod:5378 ../src/guestfs-actions.pod:5556
7187 #: ../src/guestfs-actions.pod:5605 ../src/guestfs-actions.pod:6217
7188 #: ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:6250
7189 #: ../src/guestfs-actions.pod:6274 ../src/guestfs-actions.pod:6948
7190 #: ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:6985
7191 #: ../src/guestfs-actions.pod:7165 ../src/guestfs-actions.pod:7437
7192 msgid ""
7193 "This function returns a string, or NULL on error.  I<The caller must free "
7194 "the returned string after use>."
7195 msgstr ""
7196
7197 # type: =head2
7198 #. type: =head2
7199 #: ../src/guestfs-actions.pod:362
7200 msgid "guestfs_aug_init"
7201 msgstr ""
7202
7203 # type: verbatim
7204 #. type: verbatim
7205 #: ../src/guestfs-actions.pod:364
7206 #, no-wrap
7207 msgid ""
7208 " int\n"
7209 " guestfs_aug_init (guestfs_h *g,\n"
7210 "                   const char *root,\n"
7211 "                   int flags);\n"
7212 "\n"
7213 msgstr ""
7214
7215 # type: textblock
7216 #. type: textblock
7217 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
7218 msgid ""
7219 "Create a new Augeas handle for editing configuration files.  If there was "
7220 "any previous Augeas handle associated with this guestfs session, then it is "
7221 "closed."
7222 msgstr ""
7223
7224 # type: textblock
7225 #. type: textblock
7226 #: ../src/guestfs-actions.pod:373
7227 msgid "You must call this before using any other C<guestfs_aug_*> commands."
7228 msgstr ""
7229
7230 # type: textblock
7231 #. type: textblock
7232 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
7233 msgid ""
7234 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
7235 msgstr ""
7236
7237 # type: textblock
7238 #. type: textblock
7239 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
7240 msgid ""
7241 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
7242 "logical I<or> of the following integers:"
7243 msgstr ""
7244
7245 # type: =item
7246 #. type: =item
7247 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
7248 msgid "C<AUG_SAVE_BACKUP> = 1"
7249 msgstr ""
7250
7251 # type: textblock
7252 #. type: textblock
7253 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
7254 msgid "Keep the original file with a C<.augsave> extension."
7255 msgstr ""
7256
7257 # type: =item
7258 #. type: =item
7259 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
7260 msgid "C<AUG_SAVE_NEWFILE> = 2"
7261 msgstr ""
7262
7263 # type: textblock
7264 #. type: textblock
7265 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
7266 msgid ""
7267 "Save changes into a file with extension C<.augnew>, and do not overwrite "
7268 "original.  Overrides C<AUG_SAVE_BACKUP>."
7269 msgstr ""
7270
7271 # type: =item
7272 #. type: =item
7273 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
7274 msgid "C<AUG_TYPE_CHECK> = 4"
7275 msgstr ""
7276
7277 # type: textblock
7278 #. type: textblock
7279 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
7280 msgid "Typecheck lenses (can be expensive)."
7281 msgstr ""
7282
7283 # type: =item
7284 #. type: =item
7285 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
7286 msgid "C<AUG_NO_STDINC> = 8"
7287 msgstr ""
7288
7289 # type: textblock
7290 #. type: textblock
7291 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
7292 msgid "Do not use standard load path for modules."
7293 msgstr ""
7294
7295 # type: =item
7296 #. type: =item
7297 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
7298 msgid "C<AUG_SAVE_NOOP> = 16"
7299 msgstr ""
7300
7301 # type: textblock
7302 #. type: textblock
7303 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
7304 msgid "Make save a no-op, just record what would have been changed."
7305 msgstr ""
7306
7307 # type: =item
7308 #. type: =item
7309 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
7310 msgid "C<AUG_NO_LOAD> = 32"
7311 msgstr ""
7312
7313 # type: textblock
7314 #. type: textblock
7315 #: ../src/guestfs-actions.pod:408
7316 msgid "Do not load the tree in C<guestfs_aug_init>."
7317 msgstr ""
7318
7319 # type: textblock
7320 #. type: textblock
7321 #: ../src/guestfs-actions.pod:412
7322 msgid "To close the handle, you can call C<guestfs_aug_close>."
7323 msgstr ""
7324
7325 # type: textblock
7326 #. type: textblock
7327 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
7328 msgid "To find out more about Augeas, see L<http://augeas.net/>."
7329 msgstr ""
7330
7331 # type: =head2
7332 #. type: =head2
7333 #: ../src/guestfs-actions.pod:420
7334 msgid "guestfs_aug_insert"
7335 msgstr ""
7336
7337 # type: verbatim
7338 #. type: verbatim
7339 #: ../src/guestfs-actions.pod:422
7340 #, no-wrap
7341 msgid ""
7342 " int\n"
7343 " guestfs_aug_insert (guestfs_h *g,\n"
7344 "                     const char *augpath,\n"
7345 "                     const char *label,\n"
7346 "                     int before);\n"
7347 "\n"
7348 msgstr ""
7349
7350 # type: textblock
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
7353 msgid ""
7354 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
7355 "or after C<path> (depending on the boolean flag C<before>)."
7356 msgstr ""
7357
7358 # type: textblock
7359 #. type: textblock
7360 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
7361 msgid ""
7362 "C<path> must match exactly one existing node in the tree, and C<label> must "
7363 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
7364 msgstr ""
7365
7366 # type: =head2
7367 #. type: =head2
7368 #: ../src/guestfs-actions.pod:440
7369 msgid "guestfs_aug_load"
7370 msgstr ""
7371
7372 # type: verbatim
7373 #. type: verbatim
7374 #: ../src/guestfs-actions.pod:442
7375 #, no-wrap
7376 msgid ""
7377 " int\n"
7378 " guestfs_aug_load (guestfs_h *g);\n"
7379 "\n"
7380 msgstr ""
7381
7382 # type: textblock
7383 #. type: textblock
7384 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
7385 msgid "Load files into the tree."
7386 msgstr ""
7387
7388 # type: textblock
7389 #. type: textblock
7390 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
7391 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
7392 msgstr ""
7393
7394 # type: =head2
7395 #. type: =head2
7396 #: ../src/guestfs-actions.pod:454
7397 msgid "guestfs_aug_ls"
7398 msgstr ""
7399
7400 # type: verbatim
7401 #. type: verbatim
7402 #: ../src/guestfs-actions.pod:456
7403 #, no-wrap
7404 msgid ""
7405 " char **\n"
7406 " guestfs_aug_ls (guestfs_h *g,\n"
7407 "                 const char *augpath);\n"
7408 "\n"
7409 msgstr ""
7410
7411 # type: textblock
7412 #. type: textblock
7413 #: ../src/guestfs-actions.pod:460
7414 msgid ""
7415 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
7416 "sorting the resulting nodes into alphabetical order."
7417 msgstr ""
7418
7419 # type: textblock
7420 #. type: textblock
7421 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
7422 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
7423 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
7424 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
7425 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201
7426 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236
7427 #: ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303
7428 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423
7429 #: ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2981
7430 #: ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3560
7431 #: ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3727
7432 #: ../src/guestfs-actions.pod:4132 ../src/guestfs-actions.pod:4830
7433 #: ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5476
7434 #: ../src/guestfs-actions.pod:5590 ../src/guestfs-actions.pod:6290
7435 #: ../src/guestfs-actions.pod:6351 ../src/guestfs-actions.pod:6406
7436 #: ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6576
7437 #: ../src/guestfs-actions.pod:7058 ../src/guestfs-actions.pod:7078
7438 #: ../src/guestfs-actions.pod:7125 ../src/guestfs-actions.pod:7290
7439 #: ../src/guestfs-actions.pod:7309 ../src/guestfs-actions.pod:7394
7440 #: ../src/guestfs-actions.pod:7413 ../src/guestfs-actions.pod:7459
7441 #: ../src/guestfs-actions.pod:7478
7442 msgid ""
7443 "This function returns a NULL-terminated array of strings (like L<environ(3)"
7444 ">), or NULL if there was an error.  I<The caller must free the strings and "
7445 "the array after use>."
7446 msgstr ""
7447
7448 # type: textblock
7449 #. type: textblock
7450 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
7451 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
7452 #: ../src/guestfs-actions.pod:3348 ../src/guestfs-actions.pod:3379
7453 #: ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4023
7454 #: ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4243
7455 #: ../src/guestfs-actions.pod:4406 ../src/guestfs-actions.pod:4834
7456 #: ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5686
7457 #: ../src/guestfs-actions.pod:5700 ../src/guestfs-actions.pod:5712
7458 #: ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6790
7459 #: ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:7042
7460 #: ../src/guestfs-actions.pod:7278
7461 msgid "(Added in 0.8)"
7462 msgstr ""
7463
7464 # type: =head2
7465 #. type: =head2
7466 #: ../src/guestfs-actions.pod:469
7467 msgid "guestfs_aug_match"
7468 msgstr ""
7469
7470 # type: verbatim
7471 #. type: verbatim
7472 #: ../src/guestfs-actions.pod:471
7473 #, no-wrap
7474 msgid ""
7475 " char **\n"
7476 " guestfs_aug_match (guestfs_h *g,\n"
7477 "                    const char *augpath);\n"
7478 "\n"
7479 msgstr ""
7480
7481 # type: textblock
7482 #. type: textblock
7483 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
7484 msgid ""
7485 "Returns a list of paths which match the path expression C<path>.  The "
7486 "returned paths are sufficiently qualified so that they match exactly one "
7487 "node in the current tree."
7488 msgstr ""
7489
7490 # type: =head2
7491 #. type: =head2
7492 #: ../src/guestfs-actions.pod:485
7493 msgid "guestfs_aug_mv"
7494 msgstr ""
7495
7496 # type: verbatim
7497 #. type: verbatim
7498 #: ../src/guestfs-actions.pod:487
7499 #, no-wrap
7500 msgid ""
7501 " int\n"
7502 " guestfs_aug_mv (guestfs_h *g,\n"
7503 "                 const char *src,\n"
7504 "                 const char *dest);\n"
7505 "\n"
7506 msgstr ""
7507
7508 # type: textblock
7509 #. type: textblock
7510 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
7511 msgid ""
7512 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
7513 "C<dest> is overwritten if it exists."
7514 msgstr ""
7515
7516 # type: =head2
7517 #. type: =head2
7518 #: ../src/guestfs-actions.pod:499
7519 msgid "guestfs_aug_rm"
7520 msgstr ""
7521
7522 # type: verbatim
7523 #. type: verbatim
7524 #: ../src/guestfs-actions.pod:501
7525 #, no-wrap
7526 msgid ""
7527 " int\n"
7528 " guestfs_aug_rm (guestfs_h *g,\n"
7529 "                 const char *augpath);\n"
7530 "\n"
7531 msgstr ""
7532
7533 # type: textblock
7534 #. type: textblock
7535 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
7536 msgid "Remove C<path> and all of its children."
7537 msgstr ""
7538
7539 # type: textblock
7540 #. type: textblock
7541 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
7542 msgid "On success this returns the number of entries which were removed."
7543 msgstr ""
7544
7545 # type: =head2
7546 #. type: =head2
7547 #: ../src/guestfs-actions.pod:513
7548 msgid "guestfs_aug_save"
7549 msgstr ""
7550
7551 # type: verbatim
7552 #. type: verbatim
7553 #: ../src/guestfs-actions.pod:515
7554 #, no-wrap
7555 msgid ""
7556 " int\n"
7557 " guestfs_aug_save (guestfs_h *g);\n"
7558 "\n"
7559 msgstr ""
7560
7561 # type: textblock
7562 #. type: textblock
7563 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
7564 msgid "This writes all pending changes to disk."
7565 msgstr ""
7566
7567 # type: textblock
7568 #. type: textblock
7569 #: ../src/guestfs-actions.pod:520
7570 msgid ""
7571 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7572 "are saved."
7573 msgstr ""
7574
7575 # type: =head2
7576 #. type: =head2
7577 #: ../src/guestfs-actions.pod:527
7578 msgid "guestfs_aug_set"
7579 msgstr ""
7580
7581 # type: verbatim
7582 #. type: verbatim
7583 #: ../src/guestfs-actions.pod:529
7584 #, no-wrap
7585 msgid ""
7586 " int\n"
7587 " guestfs_aug_set (guestfs_h *g,\n"
7588 "                  const char *augpath,\n"
7589 "                  const char *val);\n"
7590 "\n"
7591 msgstr ""
7592
7593 # type: textblock
7594 #. type: textblock
7595 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
7596 msgid "Set the value associated with C<path> to C<val>."
7597 msgstr ""
7598
7599 # type: textblock
7600 #. type: textblock
7601 #: ../src/guestfs-actions.pod:536
7602 msgid ""
7603 "In the Augeas API, it is possible to clear a node by setting the value to "
7604 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7605 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7606 msgstr ""
7607
7608 # type: =head2
7609 #. type: =head2
7610 #: ../src/guestfs-actions.pod:545
7611 msgid "guestfs_available"
7612 msgstr ""
7613
7614 # type: verbatim
7615 #. type: verbatim
7616 #: ../src/guestfs-actions.pod:547
7617 #, no-wrap
7618 msgid ""
7619 " int\n"
7620 " guestfs_available (guestfs_h *g,\n"
7621 "                    char *const *groups);\n"
7622 "\n"
7623 msgstr ""
7624
7625 # type: textblock
7626 #. type: textblock
7627 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
7628 msgid ""
7629 "This command is used to check the availability of some groups of "
7630 "functionality in the appliance, which not all builds of the libguestfs "
7631 "appliance will be able to provide."
7632 msgstr ""
7633
7634 # type: textblock
7635 #. type: textblock
7636 #: ../src/guestfs-actions.pod:555
7637 msgid ""
7638 "The libguestfs groups, and the functions that those groups correspond to, "
7639 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7640 "runtime by calling C<guestfs_available_all_groups>."
7641 msgstr ""
7642
7643 # type: textblock
7644 #. type: textblock
7645 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
7646 msgid ""
7647 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7648 "\"]> would check for the availability of the Linux inotify functions and "
7649 "Augeas (configuration file editing) functions."
7650 msgstr ""
7651
7652 # type: textblock
7653 #. type: textblock
7654 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
7655 msgid "The command returns no error if I<all> requested groups are available."
7656 msgstr ""
7657
7658 # type: textblock
7659 #. type: textblock
7660 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
7661 msgid ""
7662 "It fails with an error if one or more of the requested groups is unavailable "
7663 "in the appliance."
7664 msgstr ""
7665
7666 # type: textblock
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
7669 msgid ""
7670 "If an unknown group name is included in the list of groups then an error is "
7671 "always returned."
7672 msgstr ""
7673
7674 # type: textblock
7675 #. type: textblock
7676 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
7677 msgid "I<Notes:>"
7678 msgstr ""
7679
7680 # type: textblock
7681 #. type: textblock
7682 #: ../src/guestfs-actions.pod:579
7683 msgid "You must call C<guestfs_launch> before calling this function."
7684 msgstr ""
7685
7686 # type: textblock
7687 #. type: textblock
7688 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
7689 msgid ""
7690 "The reason is because we don't know what groups are supported by the "
7691 "appliance/daemon until it is running and can be queried."
7692 msgstr ""
7693
7694 # type: textblock
7695 #. type: textblock
7696 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
7697 msgid ""
7698 "If a group of functions is available, this does not necessarily mean that "
7699 "they will work.  You still have to check for errors when calling individual "
7700 "API functions even if they are available."
7701 msgstr ""
7702
7703 # type: textblock
7704 #. type: textblock
7705 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
7706 msgid ""
7707 "It is usually the job of distro packagers to build complete functionality "
7708 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7709 "with all requirements satisfied, will support everything."
7710 msgstr ""
7711
7712 # type: textblock
7713 #. type: textblock
7714 #: ../src/guestfs-actions.pod:601
7715 msgid ""
7716 "This call was added in version C<1.0.80>.  In previous versions of "
7717 "libguestfs all you could do would be to speculatively execute a command to "
7718 "find out if the daemon implemented it.  See also C<guestfs_version>."
7719 msgstr ""
7720
7721 # type: textblock
7722 #. type: textblock
7723 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
7724 msgid "(Added in 1.0.80)"
7725 msgstr ""
7726
7727 # type: =head2
7728 #. type: =head2
7729 #: ../src/guestfs-actions.pod:612
7730 msgid "guestfs_available_all_groups"
7731 msgstr ""
7732
7733 # type: verbatim
7734 #. type: verbatim
7735 #: ../src/guestfs-actions.pod:614
7736 #, no-wrap
7737 msgid ""
7738 " char **\n"
7739 " guestfs_available_all_groups (guestfs_h *g);\n"
7740 "\n"
7741 msgstr ""
7742
7743 # type: textblock
7744 #. type: textblock
7745 #: ../src/guestfs-actions.pod:617
7746 msgid ""
7747 "This command returns a list of all optional groups that this daemon knows "
7748 "about.  Note this returns both supported and unsupported groups.  To find "
7749 "out which ones the daemon can actually support you have to call "
7750 "C<guestfs_available> on each member of the returned list."
7751 msgstr ""
7752
7753 # type: textblock
7754 #. type: textblock
7755 #: ../src/guestfs-actions.pod:623
7756 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7757 msgstr ""
7758
7759 # type: textblock
7760 #. type: textblock
7761 #: ../src/guestfs-actions.pod:629
7762 msgid "(Added in 1.3.15)"
7763 msgstr ""
7764
7765 # type: =head2
7766 #. type: =head2
7767 #: ../src/guestfs-actions.pod:631
7768 msgid "guestfs_base64_in"
7769 msgstr ""
7770
7771 # type: verbatim
7772 #. type: verbatim
7773 #: ../src/guestfs-actions.pod:633
7774 #, no-wrap
7775 msgid ""
7776 " int\n"
7777 " guestfs_base64_in (guestfs_h *g,\n"
7778 "                    const char *base64file,\n"
7779 "                    const char *filename);\n"
7780 "\n"
7781 msgstr ""
7782
7783 # type: textblock
7784 #. type: textblock
7785 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
7786 msgid ""
7787 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7788 msgstr ""
7789
7790 # type: textblock
7791 #. type: textblock
7792 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
7793 msgid "(Added in 1.3.5)"
7794 msgstr ""
7795
7796 # type: =head2
7797 #. type: =head2
7798 #: ../src/guestfs-actions.pod:645
7799 msgid "guestfs_base64_out"
7800 msgstr ""
7801
7802 # type: verbatim
7803 #. type: verbatim
7804 #: ../src/guestfs-actions.pod:647
7805 #, no-wrap
7806 msgid ""
7807 " int\n"
7808 " guestfs_base64_out (guestfs_h *g,\n"
7809 "                     const char *filename,\n"
7810 "                     const char *base64file);\n"
7811 "\n"
7812 msgstr ""
7813
7814 # type: textblock
7815 #. type: textblock
7816 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7817 msgid ""
7818 "This command downloads the contents of C<filename>, writing it out to local "
7819 "file C<base64file> encoded as base64."
7820 msgstr ""
7821
7822 # type: =head2
7823 #. type: =head2
7824 #: ../src/guestfs-actions.pod:659
7825 msgid "guestfs_blockdev_flushbufs"
7826 msgstr ""
7827
7828 # type: verbatim
7829 #. type: verbatim
7830 #: ../src/guestfs-actions.pod:661
7831 #, no-wrap
7832 msgid ""
7833 " int\n"
7834 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7835 "                             const char *device);\n"
7836 "\n"
7837 msgstr ""
7838
7839 # type: textblock
7840 #. type: textblock
7841 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7842 msgid ""
7843 "This tells the kernel to flush internal buffers associated with C<device>."
7844 msgstr ""
7845
7846 # type: textblock
7847 #. type: textblock
7848 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7849 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7850 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7851 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7852 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7853 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7854 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7855 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7856 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7857 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7858 msgid "This uses the L<blockdev(8)> command."
7859 msgstr ""
7860
7861 # type: textblock
7862 #. type: textblock
7863 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7864 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7865 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7866 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7867 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7868 msgid "(Added in 0.9.3)"
7869 msgstr ""
7870
7871 # type: =head2
7872 #. type: =head2
7873 #: ../src/guestfs-actions.pod:674
7874 msgid "guestfs_blockdev_getbsz"
7875 msgstr ""
7876
7877 # type: verbatim
7878 #. type: verbatim
7879 #: ../src/guestfs-actions.pod:676
7880 #, no-wrap
7881 msgid ""
7882 " int\n"
7883 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7884 "                          const char *device);\n"
7885 "\n"
7886 msgstr ""
7887
7888 # type: textblock
7889 #. type: textblock
7890 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7891 msgid "This returns the block size of a device."
7892 msgstr ""
7893
7894 # type: textblock
7895 #. type: textblock
7896 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7897 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7898 msgid ""
7899 "(Note this is different from both I<size in blocks> and I<filesystem block "
7900 "size>)."
7901 msgstr ""
7902
7903 # type: =head2
7904 #. type: =head2
7905 #: ../src/guestfs-actions.pod:691
7906 msgid "guestfs_blockdev_getro"
7907 msgstr ""
7908
7909 # type: verbatim
7910 #. type: verbatim
7911 #: ../src/guestfs-actions.pod:693
7912 #, no-wrap
7913 msgid ""
7914 " int\n"
7915 " guestfs_blockdev_getro (guestfs_h *g,\n"
7916 "                         const char *device);\n"
7917 "\n"
7918 msgstr ""
7919
7920 # type: textblock
7921 #. type: textblock
7922 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7923 msgid ""
7924 "Returns a boolean indicating if the block device is read-only (true if read-"
7925 "only, false if not)."
7926 msgstr ""
7927
7928 # type: textblock
7929 #. type: textblock
7930 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7931 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914
7932 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997
7933 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067
7934 #: ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115
7935 #: ../src/guestfs-actions.pod:3088 ../src/guestfs-actions.pod:3105
7936 #: ../src/guestfs-actions.pod:3124 ../src/guestfs-actions.pod:3287
7937 #: ../src/guestfs-actions.pod:3301 ../src/guestfs-actions.pod:3316
7938 #: ../src/guestfs-actions.pod:3330 ../src/guestfs-actions.pod:3346
7939 #: ../src/guestfs-actions.pod:3361 ../src/guestfs-actions.pod:3377
7940 #: ../src/guestfs-actions.pod:3391 ../src/guestfs-actions.pod:3404
7941 #: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3433
7942 #: ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:4979
7943 msgid "This function returns a C truth value on success or -1 on error."
7944 msgstr ""
7945
7946 # type: =head2
7947 #. type: =head2
7948 #: ../src/guestfs-actions.pod:706
7949 msgid "guestfs_blockdev_getsize64"
7950 msgstr ""
7951
7952 # type: verbatim
7953 #. type: verbatim
7954 #: ../src/guestfs-actions.pod:708
7955 #, no-wrap
7956 msgid ""
7957 " int64_t\n"
7958 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7959 "                             const char *device);\n"
7960 "\n"
7961 msgstr ""
7962
7963 # type: textblock
7964 #. type: textblock
7965 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7966 msgid "This returns the size of the device in bytes."
7967 msgstr ""
7968
7969 # type: textblock
7970 #. type: textblock
7971 #: ../src/guestfs-actions.pod:714
7972 msgid "See also C<guestfs_blockdev_getsz>."
7973 msgstr ""
7974
7975 # type: =head2
7976 #. type: =head2
7977 #: ../src/guestfs-actions.pod:722
7978 msgid "guestfs_blockdev_getss"
7979 msgstr ""
7980
7981 # type: verbatim
7982 #. type: verbatim
7983 #: ../src/guestfs-actions.pod:724
7984 #, no-wrap
7985 msgid ""
7986 " int\n"
7987 " guestfs_blockdev_getss (guestfs_h *g,\n"
7988 "                         const char *device);\n"
7989 "\n"
7990 msgstr ""
7991
7992 # type: textblock
7993 #. type: textblock
7994 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7995 msgid ""
7996 "This returns the size of sectors on a block device.  Usually 512, but can be "
7997 "larger for modern devices."
7998 msgstr ""
7999
8000 # type: textblock
8001 #. type: textblock
8002 #: ../src/guestfs-actions.pod:731
8003 msgid ""
8004 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
8005 "that)."
8006 msgstr ""
8007
8008 # type: =head2
8009 #. type: =head2
8010 #: ../src/guestfs-actions.pod:740
8011 msgid "guestfs_blockdev_getsz"
8012 msgstr ""
8013
8014 # type: verbatim
8015 #. type: verbatim
8016 #: ../src/guestfs-actions.pod:742
8017 #, no-wrap
8018 msgid ""
8019 " int64_t\n"
8020 " guestfs_blockdev_getsz (guestfs_h *g,\n"
8021 "                         const char *device);\n"
8022 "\n"
8023 msgstr ""
8024
8025 # type: textblock
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
8028 msgid ""
8029 "This returns the size of the device in units of 512-byte sectors (even if "
8030 "the sectorsize isn't 512 bytes ... weird)."
8031 msgstr ""
8032
8033 # type: textblock
8034 #. type: textblock
8035 #: ../src/guestfs-actions.pod:749
8036 msgid ""
8037 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
8038 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
8039 msgstr ""
8040
8041 # type: =head2
8042 #. type: =head2
8043 #: ../src/guestfs-actions.pod:759
8044 msgid "guestfs_blockdev_rereadpt"
8045 msgstr ""
8046
8047 # type: verbatim
8048 #. type: verbatim
8049 #: ../src/guestfs-actions.pod:761
8050 #, no-wrap
8051 msgid ""
8052 " int\n"
8053 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
8054 "                            const char *device);\n"
8055 "\n"
8056 msgstr ""
8057
8058 # type: textblock
8059 #. type: textblock
8060 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
8061 msgid "Reread the partition table on C<device>."
8062 msgstr ""
8063
8064 # type: =head2
8065 #. type: =head2
8066 #: ../src/guestfs-actions.pod:773
8067 msgid "guestfs_blockdev_setbsz"
8068 msgstr ""
8069
8070 # type: verbatim
8071 #. type: verbatim
8072 #: ../src/guestfs-actions.pod:775
8073 #, no-wrap
8074 msgid ""
8075 " int\n"
8076 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
8077 "                          const char *device,\n"
8078 "                          int blocksize);\n"
8079 "\n"
8080 msgstr ""
8081
8082 # type: textblock
8083 #. type: textblock
8084 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
8085 msgid "This sets the block size of a device."
8086 msgstr ""
8087
8088 # type: =head2
8089 #. type: =head2
8090 #: ../src/guestfs-actions.pod:791
8091 msgid "guestfs_blockdev_setro"
8092 msgstr ""
8093
8094 # type: verbatim
8095 #. type: verbatim
8096 #: ../src/guestfs-actions.pod:793
8097 #, no-wrap
8098 msgid ""
8099 " int\n"
8100 " guestfs_blockdev_setro (guestfs_h *g,\n"
8101 "                         const char *device);\n"
8102 "\n"
8103 msgstr ""
8104
8105 # type: textblock
8106 #. type: textblock
8107 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
8108 msgid "Sets the block device named C<device> to read-only."
8109 msgstr ""
8110
8111 # type: =head2
8112 #. type: =head2
8113 #: ../src/guestfs-actions.pod:805
8114 msgid "guestfs_blockdev_setrw"
8115 msgstr ""
8116
8117 # type: verbatim
8118 #. type: verbatim
8119 #: ../src/guestfs-actions.pod:807
8120 #, no-wrap
8121 msgid ""
8122 " int\n"
8123 " guestfs_blockdev_setrw (guestfs_h *g,\n"
8124 "                         const char *device);\n"
8125 "\n"
8126 msgstr ""
8127
8128 # type: textblock
8129 #. type: textblock
8130 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
8131 msgid "Sets the block device named C<device> to read-write."
8132 msgstr ""
8133
8134 # type: =head2
8135 #. type: =head2
8136 #: ../src/guestfs-actions.pod:819
8137 msgid "guestfs_case_sensitive_path"
8138 msgstr ""
8139
8140 # type: verbatim
8141 #. type: verbatim
8142 #: ../src/guestfs-actions.pod:821
8143 #, no-wrap
8144 msgid ""
8145 " char *\n"
8146 " guestfs_case_sensitive_path (guestfs_h *g,\n"
8147 "                              const char *path);\n"
8148 "\n"
8149 msgstr ""
8150
8151 # type: textblock
8152 #. type: textblock
8153 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
8154 msgid ""
8155 "This can be used to resolve case insensitive paths on a filesystem which is "
8156 "case sensitive.  The use case is to resolve paths which you have read from "
8157 "Windows configuration files or the Windows Registry, to the true path."
8158 msgstr ""
8159
8160 # type: textblock
8161 #. type: textblock
8162 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
8163 msgid ""
8164 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
8165 "(and probably others), which is that although the underlying filesystem is "
8166 "case-insensitive, the driver exports the filesystem to Linux as case-"
8167 "sensitive."
8168 msgstr ""
8169
8170 # type: textblock
8171 #. type: textblock
8172 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
8173 msgid ""
8174 "One consequence of this is that special directories such as C<c:\\windows> "
8175 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
8176 "precise details of how they were created.  In Windows itself this would not "
8177 "be a problem."
8178 msgstr ""
8179
8180 # type: textblock
8181 #. type: textblock
8182 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
8183 msgid ""
8184 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
8185 "#posixfilenames1>"
8186 msgstr ""
8187
8188 # type: textblock
8189 #. type: textblock
8190 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
8191 msgid ""
8192 "This function resolves the true case of each element in the path and returns "
8193 "the case-sensitive path."
8194 msgstr ""
8195
8196 # type: textblock
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:847
8199 msgid ""
8200 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
8201 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
8202 "how the directories were originally created under Windows)."
8203 msgstr ""
8204
8205 # type: textblock
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
8208 msgid "I<Note>: This function does not handle drive names, backslashes etc."
8209 msgstr ""
8210
8211 # type: textblock
8212 #. type: textblock
8213 #: ../src/guestfs-actions.pod:855
8214 msgid "See also C<guestfs_realpath>."
8215 msgstr ""
8216
8217 # type: textblock
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6970
8220 msgid "(Added in 1.0.75)"
8221 msgstr ""
8222
8223 # type: =head2
8224 #. type: =head2
8225 #: ../src/guestfs-actions.pod:862
8226 msgid "guestfs_cat"
8227 msgstr ""
8228
8229 # type: verbatim
8230 #. type: verbatim
8231 #: ../src/guestfs-actions.pod:864
8232 #, no-wrap
8233 msgid ""
8234 " char *\n"
8235 " guestfs_cat (guestfs_h *g,\n"
8236 "              const char *path);\n"
8237 "\n"
8238 msgstr ""
8239
8240 # type: textblock
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5466
8243 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3667
8244 msgid "Return the contents of the file named C<path>."
8245 msgstr ""
8246
8247 # type: textblock
8248 #. type: textblock
8249 #: ../src/guestfs-actions.pod:870
8250 msgid ""
8251 "Note that this function cannot correctly handle binary files (specifically, "
8252 "files containing C<\\0> character which is treated as end of string).  For "
8253 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
8254 "functions which have a more complex interface."
8255 msgstr ""
8256
8257 # type: textblock
8258 #. type: textblock
8259 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
8260 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
8261 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
8262 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763
8263 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240
8264 #: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307
8265 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353
8266 #: ../src/guestfs-actions.pod:5248 ../src/guestfs-actions.pod:5274
8267 #: ../src/guestfs-actions.pod:5405 ../src/guestfs-actions.pod:5431
8268 #: ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:6355
8269 #: ../src/guestfs-actions.pod:6410 ../src/guestfs-actions.pod:6556
8270 #: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:7242
8271 #: ../src/guestfs-actions.pod:7268 ../src/guestfs-actions.pod:7294
8272 #: ../src/guestfs-actions.pod:7313 ../src/guestfs-actions.pod:7398
8273 #: ../src/guestfs-actions.pod:7417 ../src/guestfs-actions.pod:7463
8274 #: ../src/guestfs-actions.pod:7482 ../fish/guestfish-actions.pod:587
8275 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
8276 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
8277 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
8278 #: ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493
8279 #: ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531
8280 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556
8281 #: ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3537
8282 #: ../fish/guestfish-actions.pod:3552 ../fish/guestfish-actions.pod:3628
8283 #: ../fish/guestfish-actions.pod:3645 ../fish/guestfish-actions.pod:3660
8284 #: ../fish/guestfish-actions.pod:4286 ../fish/guestfish-actions.pod:4332
8285 #: ../fish/guestfish-actions.pod:4417 ../fish/guestfish-actions.pod:4432
8286 #: ../fish/guestfish-actions.pod:4842 ../fish/guestfish-actions.pod:4860
8287 #: ../fish/guestfish-actions.pod:4877 ../fish/guestfish-actions.pod:4887
8288 #: ../fish/guestfish-actions.pod:4935 ../fish/guestfish-actions.pod:4945
8289 #: ../fish/guestfish-actions.pod:4974 ../fish/guestfish-actions.pod:4984
8290 msgid ""
8291 "Because of the message protocol, there is a transfer limit of somewhere "
8292 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
8293 msgstr ""
8294
8295 # type: textblock
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3564
8298 #: ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3643
8299 #: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:4136
8300 #: ../src/guestfs-actions.pod:4150 ../src/guestfs-actions.pod:5354
8301 #: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:7129
8302 #: ../src/guestfs-actions.pod:7143
8303 msgid "(Added in 0.4)"
8304 msgstr ""
8305
8306 # type: =head2
8307 #. type: =head2
8308 #: ../src/guestfs-actions.pod:883
8309 msgid "guestfs_checksum"
8310 msgstr ""
8311
8312 # type: verbatim
8313 #. type: verbatim
8314 #: ../src/guestfs-actions.pod:885
8315 #, no-wrap
8316 msgid ""
8317 " char *\n"
8318 " guestfs_checksum (guestfs_h *g,\n"
8319 "                   const char *csumtype,\n"
8320 "                   const char *path);\n"
8321 "\n"
8322 msgstr ""
8323
8324 # type: textblock
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
8327 msgid ""
8328 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
8329 msgstr ""
8330
8331 # type: textblock
8332 #. type: textblock
8333 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
8334 msgid ""
8335 "The type of checksum to compute is given by the C<csumtype> parameter which "
8336 "must have one of the following values:"
8337 msgstr ""
8338
8339 # type: =item
8340 #. type: =item
8341 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
8342 msgid "C<crc>"
8343 msgstr ""
8344
8345 # type: textblock
8346 #. type: textblock
8347 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
8348 msgid ""
8349 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
8350 "C<cksum> command."
8351 msgstr ""
8352
8353 # type: =item
8354 #. type: =item
8355 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
8356 msgid "C<md5>"
8357 msgstr ""
8358
8359 # type: textblock
8360 #. type: textblock
8361 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
8362 msgid "Compute the MD5 hash (using the C<md5sum> program)."
8363 msgstr ""
8364
8365 # type: =item
8366 #. type: =item
8367 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
8368 msgid "C<sha1>"
8369 msgstr ""
8370
8371 # type: textblock
8372 #. type: textblock
8373 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
8374 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
8375 msgstr ""
8376
8377 # type: =item
8378 #. type: =item
8379 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
8380 msgid "C<sha224>"
8381 msgstr ""
8382
8383 # type: textblock
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
8386 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
8387 msgstr ""
8388
8389 # type: =item
8390 #. type: =item
8391 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
8392 msgid "C<sha256>"
8393 msgstr ""
8394
8395 # type: textblock
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
8398 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
8399 msgstr ""
8400
8401 # type: =item
8402 #. type: =item
8403 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
8404 msgid "C<sha384>"
8405 msgstr ""
8406
8407 # type: textblock
8408 #. type: textblock
8409 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
8410 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
8411 msgstr ""
8412
8413 # type: =item
8414 #. type: =item
8415 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
8416 msgid "C<sha512>"
8417 msgstr ""
8418
8419 # type: textblock
8420 #. type: textblock
8421 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
8422 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
8423 msgstr ""
8424
8425 # type: textblock
8426 #. type: textblock
8427 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
8428 msgid "The checksum is returned as a printable string."
8429 msgstr ""
8430
8431 # type: textblock
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:931
8434 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
8435 msgstr ""
8436
8437 # type: textblock
8438 #. type: textblock
8439 #: ../src/guestfs-actions.pod:933
8440 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
8441 msgstr ""
8442
8443 # type: textblock
8444 #. type: textblock
8445 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
8446 #: ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3303
8447 #: ../src/guestfs-actions.pod:3332 ../src/guestfs-actions.pod:3393
8448 #: ../src/guestfs-actions.pod:3420 ../src/guestfs-actions.pod:6826
8449 msgid "(Added in 1.0.2)"
8450 msgstr ""
8451
8452 # type: =head2
8453 #. type: =head2
8454 #: ../src/guestfs-actions.pod:940
8455 msgid "guestfs_checksum_device"
8456 msgstr ""
8457
8458 # type: verbatim
8459 #. type: verbatim
8460 #: ../src/guestfs-actions.pod:942
8461 #, no-wrap
8462 msgid ""
8463 " char *\n"
8464 " guestfs_checksum_device (guestfs_h *g,\n"
8465 "                          const char *csumtype,\n"
8466 "                          const char *device);\n"
8467 "\n"
8468 msgstr ""
8469
8470 # type: textblock
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:947
8473 msgid ""
8474 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
8475 "device named C<device>.  For the types of checksums supported see the "
8476 "C<guestfs_checksum> command."
8477 msgstr ""
8478
8479 # type: textblock
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4885
8482 #: ../src/guestfs-actions.pod:4944 ../src/guestfs-actions.pod:4981
8483 #: ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:5175
8484 #: ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:6749
8485 #: ../src/guestfs-actions.pod:7155
8486 msgid "(Added in 1.3.2)"
8487 msgstr ""
8488
8489 # type: =head2
8490 #. type: =head2
8491 #: ../src/guestfs-actions.pod:956
8492 msgid "guestfs_checksums_out"
8493 msgstr ""
8494
8495 # type: verbatim
8496 #. type: verbatim
8497 #: ../src/guestfs-actions.pod:958
8498 #, no-wrap
8499 msgid ""
8500 " int\n"
8501 " guestfs_checksums_out (guestfs_h *g,\n"
8502 "                        const char *csumtype,\n"
8503 "                        const char *directory,\n"
8504 "                        const char *sumsfile);\n"
8505 "\n"
8506 msgstr ""
8507
8508 # type: textblock
8509 #. type: textblock
8510 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
8511 msgid ""
8512 "This command computes the checksums of all regular files in C<directory> and "
8513 "then emits a list of those checksums to the local output file C<sumsfile>."
8514 msgstr ""
8515
8516 # type: textblock
8517 #. type: textblock
8518 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
8519 msgid ""
8520 "This can be used for verifying the integrity of a virtual machine.  However "
8521 "to be properly secure you should pay attention to the output of the checksum "
8522 "command (it uses the ones from GNU coreutils).  In particular when the "
8523 "filename is not printable, coreutils uses a special backslash syntax.  For "
8524 "more information, see the GNU coreutils info file."
8525 msgstr ""
8526
8527 # type: textblock
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:978
8530 msgid "(Added in 1.3.7)"
8531 msgstr ""
8532
8533 # type: =head2
8534 #. type: =head2
8535 #: ../src/guestfs-actions.pod:980
8536 msgid "guestfs_chmod"
8537 msgstr ""
8538
8539 # type: verbatim
8540 #. type: verbatim
8541 #: ../src/guestfs-actions.pod:982
8542 #, no-wrap
8543 msgid ""
8544 " int\n"
8545 " guestfs_chmod (guestfs_h *g,\n"
8546 "                int mode,\n"
8547 "                const char *path);\n"
8548 "\n"
8549 msgstr ""
8550
8551 # type: textblock
8552 #. type: textblock
8553 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
8554 msgid ""
8555 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
8556 "supported."
8557 msgstr ""
8558
8559 # type: textblock
8560 #. type: textblock
8561 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
8562 msgid ""
8563 "I<Note>: When using this command from guestfish, C<mode> by default would be "
8564 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
8565 "C<700>."
8566 msgstr ""
8567
8568 # type: textblock
8569 #. type: textblock
8570 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4387
8571 #: ../src/guestfs-actions.pod:4584 ../src/guestfs-actions.pod:4603
8572 #: ../src/guestfs-actions.pod:4622 ../fish/guestfish-actions.pod:676
8573 #: ../fish/guestfish-actions.pod:2983 ../fish/guestfish-actions.pod:3112
8574 #: ../fish/guestfish-actions.pod:3122 ../fish/guestfish-actions.pod:3132
8575 msgid "The mode actually set is affected by the umask."
8576 msgstr ""
8577
8578 # type: =head2
8579 #. type: =head2
8580 #: ../src/guestfs-actions.pod:1000
8581 msgid "guestfs_chown"
8582 msgstr ""
8583
8584 # type: verbatim
8585 #. type: verbatim
8586 #: ../src/guestfs-actions.pod:1002
8587 #, no-wrap
8588 msgid ""
8589 " int\n"
8590 " guestfs_chown (guestfs_h *g,\n"
8591 "                int owner,\n"
8592 "                int group,\n"
8593 "                const char *path);\n"
8594 "\n"
8595 msgstr ""
8596
8597 # type: textblock
8598 #. type: textblock
8599 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
8600 msgid "Change the file owner to C<owner> and group to C<group>."
8601 msgstr ""
8602
8603 # type: textblock
8604 #. type: textblock
8605 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3495
8606 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2441
8607 msgid ""
8608 "Only numeric uid and gid are supported.  If you want to use names, you will "
8609 "need to locate and parse the password file yourself (Augeas support makes "
8610 "this relatively easy)."
8611 msgstr ""
8612
8613 # type: =head2
8614 #. type: =head2
8615 #: ../src/guestfs-actions.pod:1018
8616 msgid "guestfs_command"
8617 msgstr ""
8618
8619 # type: verbatim
8620 #. type: verbatim
8621 #: ../src/guestfs-actions.pod:1020
8622 #, no-wrap
8623 msgid ""
8624 " char *\n"
8625 " guestfs_command (guestfs_h *g,\n"
8626 "                  char *const *arguments);\n"
8627 "\n"
8628 msgstr ""
8629
8630 # type: textblock
8631 #. type: textblock
8632 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
8633 msgid ""
8634 "This call runs a command from the guest filesystem.  The filesystem must be "
8635 "mounted, and must contain a compatible operating system (ie. something "
8636 "Linux, with the same or compatible processor architecture)."
8637 msgstr ""
8638
8639 # type: textblock
8640 #. type: textblock
8641 #: ../src/guestfs-actions.pod:1029
8642 msgid ""
8643 "The single parameter is an argv-style list of arguments.  The first element "
8644 "is the name of the program to run.  Subsequent elements are parameters.  The "
8645 "list must be non-empty (ie. must contain a program name).  Note that the "
8646 "command runs directly, and is I<not> invoked via the shell (see "
8647 "C<guestfs_sh>)."
8648 msgstr ""
8649
8650 # type: textblock
8651 #. type: textblock
8652 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
8653 msgid "The return value is anything printed to I<stdout> by the command."
8654 msgstr ""
8655
8656 # type: textblock
8657 #. type: textblock
8658 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
8659 msgid ""
8660 "If the command returns a non-zero exit status, then this function returns an "
8661 "error message.  The error message string is the content of I<stderr> from "
8662 "the command."
8663 msgstr ""
8664
8665 # type: textblock
8666 #. type: textblock
8667 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
8668 msgid ""
8669 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
8670 "bin>.  If you require a program from another location, you should provide "
8671 "the full path in the first parameter."
8672 msgstr ""
8673
8674 # type: textblock
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
8677 msgid ""
8678 "Shared libraries and data files required by the program must be available on "
8679 "filesystems which are mounted in the correct places.  It is the caller's "
8680 "responsibility to ensure all filesystems that are needed are mounted at the "
8681 "right locations."
8682 msgstr ""
8683
8684 # type: textblock
8685 #. type: textblock
8686 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
8687 #: ../src/guestfs-actions.pod:1548
8688 msgid "(Added in 0.9.1)"
8689 msgstr ""
8690
8691 # type: =head2
8692 #. type: =head2
8693 #: ../src/guestfs-actions.pod:1062
8694 msgid "guestfs_command_lines"
8695 msgstr ""
8696
8697 # type: verbatim
8698 #. type: verbatim
8699 #: ../src/guestfs-actions.pod:1064
8700 #, no-wrap
8701 msgid ""
8702 " char **\n"
8703 " guestfs_command_lines (guestfs_h *g,\n"
8704 "                        char *const *arguments);\n"
8705 "\n"
8706 msgstr ""
8707
8708 # type: textblock
8709 #. type: textblock
8710 #: ../src/guestfs-actions.pod:1068
8711 msgid ""
8712 "This is the same as C<guestfs_command>, but splits the result into a list of "
8713 "lines."
8714 msgstr ""
8715
8716 # type: textblock
8717 #. type: textblock
8718 #: ../src/guestfs-actions.pod:1071
8719 msgid "See also: C<guestfs_sh_lines>"
8720 msgstr ""
8721
8722 # type: =head2
8723 #. type: =head2
8724 #: ../src/guestfs-actions.pod:1082
8725 msgid "guestfs_config"
8726 msgstr ""
8727
8728 # type: verbatim
8729 #. type: verbatim
8730 #: ../src/guestfs-actions.pod:1084
8731 #, no-wrap
8732 msgid ""
8733 " int\n"
8734 " guestfs_config (guestfs_h *g,\n"
8735 "                 const char *qemuparam,\n"
8736 "                 const char *qemuvalue);\n"
8737 "\n"
8738 msgstr ""
8739
8740 #. type: textblock
8741 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
8742 msgid ""
8743 "This can be used to add arbitrary qemu command line parameters of the form "
8744 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8745 "setting some parameters which would interfere with parameters that we use."
8746 msgstr ""
8747
8748 # type: textblock
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
8751 msgid "The first character of C<param> string must be a C<-> (dash)."
8752 msgstr ""
8753
8754 # type: textblock
8755 #. type: textblock
8756 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
8757 msgid "C<value> can be NULL."
8758 msgstr ""
8759
8760 # type: =head2
8761 #. type: =head2
8762 #: ../src/guestfs-actions.pod:1102
8763 msgid "guestfs_copy_size"
8764 msgstr ""
8765
8766 # type: verbatim
8767 #. type: verbatim
8768 #: ../src/guestfs-actions.pod:1104
8769 #, no-wrap
8770 msgid ""
8771 " int\n"
8772 " guestfs_copy_size (guestfs_h *g,\n"
8773 "                    const char *src,\n"
8774 "                    const char *dest,\n"
8775 "                    int64_t size);\n"
8776 "\n"
8777 msgstr ""
8778
8779 # type: textblock
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
8782 msgid ""
8783 "This command copies exactly C<size> bytes from one source device or file "
8784 "C<src> to another destination device or file C<dest>."
8785 msgstr ""
8786
8787 # type: textblock
8788 #. type: textblock
8789 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
8790 msgid ""
8791 "Note this will fail if the source is too short or if the destination is not "
8792 "large enough."
8793 msgstr ""
8794
8795 #. type: textblock
8796 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
8797 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
8798 #: ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719
8799 #: ../src/guestfs-actions.pod:3476 ../src/guestfs-actions.pod:6821
8800 #: ../src/guestfs-actions.pod:6855 ../src/guestfs-actions.pod:7334
8801 #: ../src/guestfs-actions.pod:7353
8802 msgid ""
8803 "This long-running command can generate progress notification messages so "
8804 "that the caller can display a progress bar or indicator.  To receive these "
8805 "messages, the caller must register a progress event callback.  See L<guestfs"
8806 "(3)/GUESTFS_EVENT_PROGRESS>."
8807 msgstr ""
8808
8809 # type: textblock
8810 #. type: textblock
8811 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4163
8812 #: ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7062
8813 #: ../src/guestfs-actions.pod:7082 ../src/guestfs-actions.pod:7168
8814 msgid "(Added in 1.0.87)"
8815 msgstr ""
8816
8817 # type: =head2
8818 #. type: =head2
8819 #: ../src/guestfs-actions.pod:1125
8820 msgid "guestfs_cp"
8821 msgstr ""
8822
8823 # type: verbatim
8824 #. type: verbatim
8825 #: ../src/guestfs-actions.pod:1127
8826 #, no-wrap
8827 msgid ""
8828 " int\n"
8829 " guestfs_cp (guestfs_h *g,\n"
8830 "             const char *src,\n"
8831 "             const char *dest);\n"
8832 "\n"
8833 msgstr ""
8834
8835 # type: textblock
8836 #. type: textblock
8837 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
8838 msgid ""
8839 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8840 "destination filename or destination directory."
8841 msgstr ""
8842
8843 # type: textblock
8844 #. type: textblock
8845 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
8846 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
8847 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4848
8848 #: ../src/guestfs-actions.pod:5225
8849 msgid "(Added in 1.0.18)"
8850 msgstr ""
8851
8852 # type: =head2
8853 #. type: =head2
8854 #: ../src/guestfs-actions.pod:1139
8855 msgid "guestfs_cp_a"
8856 msgstr ""
8857
8858 # type: verbatim
8859 #. type: verbatim
8860 #: ../src/guestfs-actions.pod:1141
8861 #, no-wrap
8862 msgid ""
8863 " int\n"
8864 " guestfs_cp_a (guestfs_h *g,\n"
8865 "               const char *src,\n"
8866 "               const char *dest);\n"
8867 "\n"
8868 msgstr ""
8869
8870 # type: textblock
8871 #. type: textblock
8872 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
8873 msgid ""
8874 "This copies a file or directory from C<src> to C<dest> recursively using the "
8875 "C<cp -a> command."
8876 msgstr ""
8877
8878 # type: =head2
8879 #. type: =head2
8880 #: ../src/guestfs-actions.pod:1153
8881 msgid "guestfs_dd"
8882 msgstr ""
8883
8884 # type: verbatim
8885 #. type: verbatim
8886 #: ../src/guestfs-actions.pod:1155
8887 #, no-wrap
8888 msgid ""
8889 " int\n"
8890 " guestfs_dd (guestfs_h *g,\n"
8891 "             const char *src,\n"
8892 "             const char *dest);\n"
8893 "\n"
8894 msgstr ""
8895
8896 # type: textblock
8897 #. type: textblock
8898 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
8899 msgid ""
8900 "This command copies from one source device or file C<src> to another "
8901 "destination device or file C<dest>.  Normally you would use this to copy to "
8902 "or from a device or partition, for example to duplicate a filesystem."
8903 msgstr ""
8904
8905 # type: textblock
8906 #. type: textblock
8907 #: ../src/guestfs-actions.pod:1165
8908 msgid ""
8909 "If the destination is a device, it must be as large or larger than the "
8910 "source file or device, otherwise the copy will fail.  This command cannot do "
8911 "partial copies (see C<guestfs_copy_size>)."
8912 msgstr ""
8913
8914 # type: =head2
8915 #. type: =head2
8916 #: ../src/guestfs-actions.pod:1173
8917 msgid "guestfs_df"
8918 msgstr ""
8919
8920 # type: verbatim
8921 #. type: verbatim
8922 #: ../src/guestfs-actions.pod:1175
8923 #, no-wrap
8924 msgid ""
8925 " char *\n"
8926 " guestfs_df (guestfs_h *g);\n"
8927 "\n"
8928 msgstr ""
8929
8930 # type: textblock
8931 #. type: textblock
8932 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8933 msgid "This command runs the C<df> command to report disk space used."
8934 msgstr ""
8935
8936 # type: textblock
8937 #. type: textblock
8938 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8939 msgid ""
8940 "This command is mostly useful for interactive sessions.  It is I<not> "
8941 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8942 "from programs."
8943 msgstr ""
8944
8945 # type: textblock
8946 #. type: textblock
8947 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8948 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286
8949 #: ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378
8950 #: ../src/guestfs-actions.pod:4273 ../src/guestfs-actions.pod:4748
8951 #: ../src/guestfs-actions.pod:6559 ../src/guestfs-actions.pod:6583
8952 #: ../src/guestfs-actions.pod:7201 ../src/guestfs-actions.pod:7214
8953 #: ../src/guestfs-actions.pod:7227
8954 msgid "(Added in 1.0.54)"
8955 msgstr ""
8956
8957 # type: =head2
8958 #. type: =head2
8959 #: ../src/guestfs-actions.pod:1189
8960 msgid "guestfs_df_h"
8961 msgstr ""
8962
8963 # type: verbatim
8964 #. type: verbatim
8965 #: ../src/guestfs-actions.pod:1191
8966 #, no-wrap
8967 msgid ""
8968 " char *\n"
8969 " guestfs_df_h (guestfs_h *g);\n"
8970 "\n"
8971 msgstr ""
8972
8973 # type: textblock
8974 #. type: textblock
8975 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8976 msgid ""
8977 "This command runs the C<df -h> command to report disk space used in human-"
8978 "readable format."
8979 msgstr ""
8980
8981 # type: =head2
8982 #. type: =head2
8983 #: ../src/guestfs-actions.pod:1206
8984 msgid "guestfs_dmesg"
8985 msgstr ""
8986
8987 # type: verbatim
8988 #. type: verbatim
8989 #: ../src/guestfs-actions.pod:1208
8990 #, no-wrap
8991 msgid ""
8992 " char *\n"
8993 " guestfs_dmesg (guestfs_h *g);\n"
8994 "\n"
8995 msgstr ""
8996
8997 # type: textblock
8998 #. type: textblock
8999 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
9000 msgid ""
9001 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
9002 "This is sometimes useful for extended debugging of problems."
9003 msgstr ""
9004
9005 # type: textblock
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:1215
9008 msgid ""
9009 "Another way to get the same information is to enable verbose messages with "
9010 "C<guestfs_set_verbose> or by setting the environment variable "
9011 "C<LIBGUESTFS_DEBUG=1> before running the program."
9012 msgstr ""
9013
9014 # type: =head2
9015 #. type: =head2
9016 #: ../src/guestfs-actions.pod:1225
9017 msgid "guestfs_download"
9018 msgstr ""
9019
9020 # type: verbatim
9021 #. type: verbatim
9022 #: ../src/guestfs-actions.pod:1227
9023 #, no-wrap
9024 msgid ""
9025 " int\n"
9026 " guestfs_download (guestfs_h *g,\n"
9027 "                   const char *remotefilename,\n"
9028 "                   const char *filename);\n"
9029 "\n"
9030 msgstr ""
9031
9032 # type: textblock
9033 #. type: textblock
9034 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
9035 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
9036 msgid ""
9037 "Download file C<remotefilename> and save it as C<filename> on the local "
9038 "machine."
9039 msgstr ""
9040
9041 # type: textblock
9042 #. type: textblock
9043 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6815
9044 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4590
9045 msgid "C<filename> can also be a named pipe."
9046 msgstr ""
9047
9048 # type: textblock
9049 #. type: textblock
9050 #: ../src/guestfs-actions.pod:1237
9051 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
9052 msgstr ""
9053
9054 # type: =head2
9055 #. type: =head2
9056 #: ../src/guestfs-actions.pod:1248
9057 msgid "guestfs_download_offset"
9058 msgstr ""
9059
9060 # type: verbatim
9061 #. type: verbatim
9062 #: ../src/guestfs-actions.pod:1250
9063 #, no-wrap
9064 msgid ""
9065 " int\n"
9066 " guestfs_download_offset (guestfs_h *g,\n"
9067 "                          const char *remotefilename,\n"
9068 "                          const char *filename,\n"
9069 "                          int64_t offset,\n"
9070 "                          int64_t size);\n"
9071 "\n"
9072 msgstr ""
9073
9074 # type: textblock
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
9077 msgid ""
9078 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
9079 "region must be within the file or device)."
9080 msgstr ""
9081
9082 # type: textblock
9083 #. type: textblock
9084 #: ../src/guestfs-actions.pod:1263
9085 msgid ""
9086 "Note that there is no limit on the amount of data that can be downloaded "
9087 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
9088 "full amount unless an error occurs."
9089 msgstr ""
9090
9091 # type: textblock
9092 #. type: textblock
9093 #: ../src/guestfs-actions.pod:1268
9094 msgid "See also C<guestfs_download>, C<guestfs_pread>."
9095 msgstr ""
9096
9097 # type: textblock
9098 #. type: textblock
9099 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6860
9100 msgid "(Added in 1.5.17)"
9101 msgstr ""
9102
9103 # type: =head2
9104 #. type: =head2
9105 #: ../src/guestfs-actions.pod:1279
9106 msgid "guestfs_drop_caches"
9107 msgstr ""
9108
9109 # type: verbatim
9110 #. type: verbatim
9111 #: ../src/guestfs-actions.pod:1281
9112 #, no-wrap
9113 msgid ""
9114 " int\n"
9115 " guestfs_drop_caches (guestfs_h *g,\n"
9116 "                      int whattodrop);\n"
9117 "\n"
9118 msgstr ""
9119
9120 # type: textblock
9121 #. type: textblock
9122 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
9123 msgid ""
9124 "This instructs the guest kernel to drop its page cache, and/or dentries and "
9125 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
9126 "to drop, see L<http://linux-mm.org/Drop_Caches>"
9127 msgstr ""
9128
9129 # type: textblock
9130 #. type: textblock
9131 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
9132 msgid "Setting C<whattodrop> to 3 should drop everything."
9133 msgstr ""
9134
9135 # type: textblock
9136 #. type: textblock
9137 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
9138 msgid ""
9139 "This automatically calls L<sync(2)> before the operation, so that the "
9140 "maximum guest memory is freed."
9141 msgstr ""
9142
9143 # type: =head2
9144 #. type: =head2
9145 #: ../src/guestfs-actions.pod:1299
9146 msgid "guestfs_du"
9147 msgstr ""
9148
9149 # type: verbatim
9150 #. type: verbatim
9151 #: ../src/guestfs-actions.pod:1301
9152 #, no-wrap
9153 msgid ""
9154 " int64_t\n"
9155 " guestfs_du (guestfs_h *g,\n"
9156 "             const char *path);\n"
9157 "\n"
9158 msgstr ""
9159
9160 # type: textblock
9161 #. type: textblock
9162 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
9163 msgid ""
9164 "This command runs the C<du -s> command to estimate file space usage for "
9165 "C<path>."
9166 msgstr ""
9167
9168 # type: textblock
9169 #. type: textblock
9170 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
9171 msgid ""
9172 "C<path> can be a file or a directory.  If C<path> is a directory then the "
9173 "estimate includes the contents of the directory and all subdirectories "
9174 "(recursively)."
9175 msgstr ""
9176
9177 # type: textblock
9178 #. type: textblock
9179 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
9180 msgid ""
9181 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
9182 msgstr ""
9183
9184 # type: =head2
9185 #. type: =head2
9186 #: ../src/guestfs-actions.pod:1324
9187 msgid "guestfs_e2fsck_f"
9188 msgstr ""
9189
9190 # type: verbatim
9191 #. type: verbatim
9192 #: ../src/guestfs-actions.pod:1326
9193 #, no-wrap
9194 msgid ""
9195 " int\n"
9196 " guestfs_e2fsck_f (guestfs_h *g,\n"
9197 "                   const char *device);\n"
9198 "\n"
9199 msgstr ""
9200
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
9203 msgid ""
9204 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
9205 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
9206 "clean (I<-f>)."
9207 msgstr ""
9208
9209 # type: textblock
9210 #. type: textblock
9211 #: ../src/guestfs-actions.pod:1334
9212 msgid ""
9213 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
9214 "Normally you should use C<guestfs_fsck>."
9215 msgstr ""
9216
9217 # type: textblock
9218 #. type: textblock
9219 #: ../src/guestfs-actions.pod:1339
9220 msgid "(Added in 1.0.29)"
9221 msgstr ""
9222
9223 # type: =head2
9224 #. type: =head2
9225 #: ../src/guestfs-actions.pod:1341
9226 msgid "guestfs_echo_daemon"
9227 msgstr ""
9228
9229 # type: verbatim
9230 #. type: verbatim
9231 #: ../src/guestfs-actions.pod:1343
9232 #, no-wrap
9233 msgid ""
9234 " char *\n"
9235 " guestfs_echo_daemon (guestfs_h *g,\n"
9236 "                      char *const *words);\n"
9237 "\n"
9238 msgstr ""
9239
9240 # type: textblock
9241 #. type: textblock
9242 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
9243 msgid ""
9244 "This command concatenates the list of C<words> passed with single spaces "
9245 "between them and returns the resulting string."
9246 msgstr ""
9247
9248 # type: textblock
9249 #. type: textblock
9250 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
9251 msgid "You can use this command to test the connection through to the daemon."
9252 msgstr ""
9253
9254 # type: textblock
9255 #. type: textblock
9256 #: ../src/guestfs-actions.pod:1352
9257 msgid "See also C<guestfs_ping_daemon>."
9258 msgstr ""
9259
9260 # type: textblock
9261 #. type: textblock
9262 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094
9263 #: ../src/guestfs-actions.pod:6059
9264 msgid "(Added in 1.0.69)"
9265 msgstr ""
9266
9267 # type: =head2
9268 #. type: =head2
9269 #: ../src/guestfs-actions.pod:1359
9270 msgid "guestfs_egrep"
9271 msgstr ""
9272
9273 # type: verbatim
9274 #. type: verbatim
9275 #: ../src/guestfs-actions.pod:1361
9276 #, no-wrap
9277 msgid ""
9278 " char **\n"
9279 " guestfs_egrep (guestfs_h *g,\n"
9280 "                const char *regex,\n"
9281 "                const char *path);\n"
9282 "\n"
9283 msgstr ""
9284
9285 # type: textblock
9286 #. type: textblock
9287 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
9288 msgid ""
9289 "This calls the external C<egrep> program and returns the matching lines."
9290 msgstr ""
9291
9292 # type: textblock
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
9295 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
9296 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224
9297 #: ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399
9298 #: ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427
9299 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495
9300 #: ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3656
9301 #: ../src/guestfs-actions.pod:3670 ../src/guestfs-actions.pod:3683
9302 #: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:4683
9303 #: ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5608
9304 #: ../src/guestfs-actions.pod:6427 ../src/guestfs-actions.pod:6439
9305 #: ../src/guestfs-actions.pod:6452 ../src/guestfs-actions.pod:6465
9306 #: ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:6500
9307 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6526
9308 #: ../src/guestfs-actions.pod:7297 ../src/guestfs-actions.pod:7316
9309 #: ../src/guestfs-actions.pod:7401 ../src/guestfs-actions.pod:7420
9310 #: ../src/guestfs-actions.pod:7466 ../src/guestfs-actions.pod:7485
9311 msgid "(Added in 1.0.66)"
9312 msgstr ""
9313
9314 # type: =head2
9315 #. type: =head2
9316 #: ../src/guestfs-actions.pod:1378
9317 msgid "guestfs_egrepi"
9318 msgstr ""
9319
9320 # type: verbatim
9321 #. type: verbatim
9322 #: ../src/guestfs-actions.pod:1380
9323 #, no-wrap
9324 msgid ""
9325 " char **\n"
9326 " guestfs_egrepi (guestfs_h *g,\n"
9327 "                 const char *regex,\n"
9328 "                 const char *path);\n"
9329 "\n"
9330 msgstr ""
9331
9332 # type: textblock
9333 #. type: textblock
9334 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
9335 msgid ""
9336 "This calls the external C<egrep -i> program and returns the matching lines."
9337 msgstr ""
9338
9339 # type: =head2
9340 #. type: =head2
9341 #: ../src/guestfs-actions.pod:1397
9342 msgid "guestfs_equal"
9343 msgstr ""
9344
9345 # type: verbatim
9346 #. type: verbatim
9347 #: ../src/guestfs-actions.pod:1399
9348 #, no-wrap
9349 msgid ""
9350 " int\n"
9351 " guestfs_equal (guestfs_h *g,\n"
9352 "                const char *file1,\n"
9353 "                const char *file2);\n"
9354 "\n"
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
9360 msgid ""
9361 "This compares the two files C<file1> and C<file2> and returns true if their "
9362 "content is exactly equal, or false otherwise."
9363 msgstr ""
9364
9365 # type: textblock
9366 #. type: textblock
9367 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
9368 msgid "The external L<cmp(1)> program is used for the comparison."
9369 msgstr ""
9370
9371 # type: =head2
9372 #. type: =head2
9373 #: ../src/guestfs-actions.pod:1413
9374 msgid "guestfs_exists"
9375 msgstr ""
9376
9377 # type: verbatim
9378 #. type: verbatim
9379 #: ../src/guestfs-actions.pod:1415
9380 #, no-wrap
9381 msgid ""
9382 " int\n"
9383 " guestfs_exists (guestfs_h *g,\n"
9384 "                 const char *path);\n"
9385 "\n"
9386 msgstr ""
9387
9388 # type: textblock
9389 #. type: textblock
9390 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
9391 msgid ""
9392 "This returns C<true> if and only if there is a file, directory (or anything) "
9393 "with the given C<path> name."
9394 msgstr ""
9395
9396 # type: textblock
9397 #. type: textblock
9398 #: ../src/guestfs-actions.pod:1422
9399 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
9400 msgstr ""
9401
9402 # type: =head2
9403 #. type: =head2
9404 #: ../src/guestfs-actions.pod:1428
9405 msgid "guestfs_fallocate"
9406 msgstr ""
9407
9408 # type: verbatim
9409 #. type: verbatim
9410 #: ../src/guestfs-actions.pod:1430
9411 #, no-wrap
9412 msgid ""
9413 " int\n"
9414 " guestfs_fallocate (guestfs_h *g,\n"
9415 "                    const char *path,\n"
9416 "                    int len);\n"
9417 "\n"
9418 msgstr ""
9419
9420 # type: textblock
9421 #. type: textblock
9422 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
9423 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
9424 msgid ""
9425 "This command preallocates a file (containing zero bytes) named C<path> of "
9426 "size C<len> bytes.  If the file exists already, it is overwritten."
9427 msgstr ""
9428
9429 # type: textblock
9430 #. type: textblock
9431 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
9432 msgid ""
9433 "Do not confuse this with the guestfish-specific C<alloc> command which "
9434 "allocates a file in the host and attaches it as a device."
9435 msgstr ""
9436
9437 # type: textblock
9438 #. type: textblock
9439 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
9440 msgid ""
9441 "This function is deprecated.  In new code, use the C<fallocate64> call "
9442 "instead."
9443 msgstr ""
9444
9445 # type: =head2
9446 #. type: =head2
9447 #: ../src/guestfs-actions.pod:1454
9448 msgid "guestfs_fallocate64"
9449 msgstr ""
9450
9451 # type: verbatim
9452 #. type: verbatim
9453 #: ../src/guestfs-actions.pod:1456
9454 #, no-wrap
9455 msgid ""
9456 " int\n"
9457 " guestfs_fallocate64 (guestfs_h *g,\n"
9458 "                      const char *path,\n"
9459 "                      int64_t len);\n"
9460 "\n"
9461 msgstr ""
9462
9463 # type: textblock
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:1465
9466 msgid ""
9467 "Note that this call allocates disk blocks for the file.  To create a sparse "
9468 "file use C<guestfs_truncate_size> instead."
9469 msgstr ""
9470
9471 # type: textblock
9472 #. type: textblock
9473 #: ../src/guestfs-actions.pod:1468
9474 msgid ""
9475 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
9476 "oversight it only allowed 30 bit lengths to be specified, effectively "
9477 "limiting the maximum size of files created through that call to 1GB."
9478 msgstr ""
9479
9480 # type: textblock
9481 #. type: textblock
9482 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
9483 msgid ""
9484 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
9485 "commands which create a file in the host and attach it as a device."
9486 msgstr ""
9487
9488 # type: textblock
9489 #. type: textblock
9490 #: ../src/guestfs-actions.pod:1479
9491 msgid "(Added in 1.3.17)"
9492 msgstr ""
9493
9494 # type: =head2
9495 #. type: =head2
9496 #: ../src/guestfs-actions.pod:1481
9497 msgid "guestfs_fgrep"
9498 msgstr ""
9499
9500 # type: verbatim
9501 #. type: verbatim
9502 #: ../src/guestfs-actions.pod:1483
9503 #, no-wrap
9504 msgid ""
9505 " char **\n"
9506 " guestfs_fgrep (guestfs_h *g,\n"
9507 "                const char *pattern,\n"
9508 "                const char *path);\n"
9509 "\n"
9510 msgstr ""
9511
9512 # type: textblock
9513 #. type: textblock
9514 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
9515 msgid ""
9516 "This calls the external C<fgrep> program and returns the matching lines."
9517 msgstr ""
9518
9519 # type: =head2
9520 #. type: =head2
9521 #: ../src/guestfs-actions.pod:1500
9522 msgid "guestfs_fgrepi"
9523 msgstr ""
9524
9525 # type: verbatim
9526 #. type: verbatim
9527 #: ../src/guestfs-actions.pod:1502
9528 #, no-wrap
9529 msgid ""
9530 " char **\n"
9531 " guestfs_fgrepi (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:1507 ../fish/guestfish-actions.pod:994
9540 msgid ""
9541 "This calls the external C<fgrep -i> program and returns the matching lines."
9542 msgstr ""
9543
9544 # type: =head2
9545 #. type: =head2
9546 #: ../src/guestfs-actions.pod:1519
9547 msgid "guestfs_file"
9548 msgstr ""
9549
9550 # type: verbatim
9551 #. type: verbatim
9552 #: ../src/guestfs-actions.pod:1521
9553 #, no-wrap
9554 msgid ""
9555 " char *\n"
9556 " guestfs_file (guestfs_h *g,\n"
9557 "               const char *path);\n"
9558 "\n"
9559 msgstr ""
9560
9561 # type: textblock
9562 #. type: textblock
9563 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
9564 msgid ""
9565 "This call uses the standard L<file(1)> command to determine the type or "
9566 "contents of the file."
9567 msgstr ""
9568
9569 # type: textblock
9570 #. type: textblock
9571 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
9572 msgid ""
9573 "This call will also transparently look inside various types of compressed "
9574 "file."
9575 msgstr ""
9576
9577 #. type: textblock
9578 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
9579 msgid ""
9580 "The exact command which runs is C<file -zb path>.  Note in particular that "
9581 "the filename is not prepended to the output (the I<-b> option)."
9582 msgstr ""
9583
9584 # type: textblock
9585 #. type: textblock
9586 #: ../src/guestfs-actions.pod:1535
9587 msgid ""
9588 "This command can also be used on C</dev/> devices (and partitions, LV "
9589 "names).  You can for example use this to determine if a device contains a "
9590 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
9591 msgstr ""
9592
9593 # type: textblock
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
9596 msgid ""
9597 "If the C<path> does not begin with C</dev/> then this command only works for "
9598 "the content of regular files.  For other file types (directory, symbolic "
9599 "link etc) it will just return the string C<directory> etc."
9600 msgstr ""
9601
9602 # type: =head2
9603 #. type: =head2
9604 #: ../src/guestfs-actions.pod:1550
9605 msgid "guestfs_file_architecture"
9606 msgstr ""
9607
9608 # type: verbatim
9609 #. type: verbatim
9610 #: ../src/guestfs-actions.pod:1552
9611 #, no-wrap
9612 msgid ""
9613 " char *\n"
9614 " guestfs_file_architecture (guestfs_h *g,\n"
9615 "                            const char *filename);\n"
9616 "\n"
9617 msgstr ""
9618
9619 # type: textblock
9620 #. type: textblock
9621 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
9622 msgid ""
9623 "This detects the architecture of the binary C<filename>, and returns it if "
9624 "known."
9625 msgstr ""
9626
9627 # type: textblock
9628 #. type: textblock
9629 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
9630 msgid "Currently defined architectures are:"
9631 msgstr ""
9632
9633 # type: =item
9634 #. type: =item
9635 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
9636 msgid "\"i386\""
9637 msgstr ""
9638
9639 # type: textblock
9640 #. type: textblock
9641 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
9642 msgid ""
9643 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
9644 "irrespective of the precise processor requirements of the binary."
9645 msgstr ""
9646
9647 # type: =item
9648 #. type: =item
9649 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
9650 msgid "\"x86_64\""
9651 msgstr ""
9652
9653 # type: textblock
9654 #. type: textblock
9655 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
9656 msgid "64 bit x86-64."
9657 msgstr ""
9658
9659 # type: =item
9660 #. type: =item
9661 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
9662 msgid "\"sparc\""
9663 msgstr ""
9664
9665 # type: textblock
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
9668 msgid "32 bit SPARC."
9669 msgstr ""
9670
9671 # type: =item
9672 #. type: =item
9673 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
9674 msgid "\"sparc64\""
9675 msgstr ""
9676
9677 # type: textblock
9678 #. type: textblock
9679 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
9680 msgid "64 bit SPARC V9 and above."
9681 msgstr ""
9682
9683 # type: =item
9684 #. type: =item
9685 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
9686 msgid "\"ia64\""
9687 msgstr ""
9688
9689 # type: textblock
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
9692 msgid "Intel Itanium."
9693 msgstr ""
9694
9695 # type: =item
9696 #. type: =item
9697 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
9698 msgid "\"ppc\""
9699 msgstr ""
9700
9701 # type: textblock
9702 #. type: textblock
9703 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
9704 msgid "32 bit Power PC."
9705 msgstr ""
9706
9707 # type: =item
9708 #. type: =item
9709 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
9710 msgid "\"ppc64\""
9711 msgstr ""
9712
9713 # type: textblock
9714 #. type: textblock
9715 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
9716 msgid "64 bit Power PC."
9717 msgstr ""
9718
9719 # type: textblock
9720 #. type: textblock
9721 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
9722 msgid "Libguestfs may return other architecture strings in future."
9723 msgstr ""
9724
9725 # type: textblock
9726 #. type: textblock
9727 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
9728 msgid "The function works on at least the following types of files:"
9729 msgstr ""
9730
9731 # type: textblock
9732 #. type: textblock
9733 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
9734 msgid "many types of Un*x and Linux binary"
9735 msgstr ""
9736
9737 # type: textblock
9738 #. type: textblock
9739 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
9740 msgid "many types of Un*x and Linux shared library"
9741 msgstr ""
9742
9743 # type: textblock
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
9746 msgid "Windows Win32 and Win64 binaries"
9747 msgstr ""
9748
9749 # type: textblock
9750 #. type: textblock
9751 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
9752 msgid "Windows Win32 and Win64 DLLs"
9753 msgstr ""
9754
9755 # type: textblock
9756 #. type: textblock
9757 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
9758 msgid "Win32 binaries and DLLs return C<i386>."
9759 msgstr ""
9760
9761 # type: textblock
9762 #. type: textblock
9763 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
9764 msgid "Win64 binaries and DLLs return C<x86_64>."
9765 msgstr ""
9766
9767 # type: textblock
9768 #. type: textblock
9769 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
9770 msgid "Linux kernel modules"
9771 msgstr ""
9772
9773 # type: textblock
9774 #. type: textblock
9775 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
9776 msgid "Linux new-style initrd images"
9777 msgstr ""
9778
9779 # type: textblock
9780 #. type: textblock
9781 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
9782 msgid "some non-x86 Linux vmlinuz kernels"
9783 msgstr ""
9784
9785 # type: textblock
9786 #. type: textblock
9787 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
9788 msgid "What it can't do currently:"
9789 msgstr ""
9790
9791 # type: textblock
9792 #. type: textblock
9793 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
9794 msgid "static libraries (libfoo.a)"
9795 msgstr ""
9796
9797 # type: textblock
9798 #. type: textblock
9799 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
9800 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9801 msgstr ""
9802
9803 # type: textblock
9804 #. type: textblock
9805 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
9806 msgid "x86 Linux vmlinuz kernels"
9807 msgstr ""
9808
9809 # type: textblock
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
9812 msgid ""
9813 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9814 "compressed code, and are horribly hard to unpack.  If you want to find the "
9815 "architecture of a kernel, use the architecture of the associated initrd or "
9816 "kernel module(s) instead."
9817 msgstr ""
9818
9819 # type: textblock
9820 #. type: textblock
9821 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823
9822 #: ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531
9823 #: ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2694
9824 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2803
9825 #: ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:2930
9826 #: ../src/guestfs-actions.pod:3027 ../src/guestfs-actions.pod:3274
9827 #: ../src/guestfs-actions.pod:3406
9828 msgid "(Added in 1.5.3)"
9829 msgstr ""
9830
9831 # type: =head2
9832 #. type: =head2
9833 #: ../src/guestfs-actions.pod:1662
9834 msgid "guestfs_filesize"
9835 msgstr ""
9836
9837 # type: verbatim
9838 #. type: verbatim
9839 #: ../src/guestfs-actions.pod:1664
9840 #, no-wrap
9841 msgid ""
9842 " int64_t\n"
9843 " guestfs_filesize (guestfs_h *g,\n"
9844 "                   const char *file);\n"
9845 "\n"
9846 msgstr ""
9847
9848 # type: textblock
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
9851 msgid "This command returns the size of C<file> in bytes."
9852 msgstr ""
9853
9854 # type: textblock
9855 #. type: textblock
9856 #: ../src/guestfs-actions.pod:1670
9857 msgid ""
9858 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9859 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9860 "devices, use C<guestfs_blockdev_getsize64>."
9861 msgstr ""
9862
9863 # type: textblock
9864 #. type: textblock
9865 #: ../src/guestfs-actions.pod:1676
9866 msgid "(Added in 1.0.82)"
9867 msgstr ""
9868
9869 # type: =head2
9870 #. type: =head2
9871 #: ../src/guestfs-actions.pod:1678
9872 msgid "guestfs_fill"
9873 msgstr ""
9874
9875 # type: verbatim
9876 #. type: verbatim
9877 #: ../src/guestfs-actions.pod:1680
9878 #, no-wrap
9879 msgid ""
9880 " int\n"
9881 " guestfs_fill (guestfs_h *g,\n"
9882 "               int c,\n"
9883 "               int len,\n"
9884 "               const char *path);\n"
9885 "\n"
9886 msgstr ""
9887
9888 # type: textblock
9889 #. type: textblock
9890 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
9891 msgid ""
9892 "This command creates a new file called C<path>.  The initial content of the "
9893 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9894 "[0..255]>."
9895 msgstr ""
9896
9897 # type: textblock
9898 #. type: textblock
9899 #: ../src/guestfs-actions.pod:1690
9900 msgid ""
9901 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9902 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9903 "bytes use C<guestfs_fill_pattern>."
9904 msgstr ""
9905
9906 # type: textblock
9907 #. type: textblock
9908 #: ../src/guestfs-actions.pod:1702
9909 msgid "(Added in 1.0.79)"
9910 msgstr ""
9911
9912 # type: =head2
9913 #. type: =head2
9914 #: ../src/guestfs-actions.pod:1704
9915 msgid "guestfs_fill_pattern"
9916 msgstr ""
9917
9918 # type: verbatim
9919 #. type: verbatim
9920 #: ../src/guestfs-actions.pod:1706
9921 #, no-wrap
9922 msgid ""
9923 " int\n"
9924 " guestfs_fill_pattern (guestfs_h *g,\n"
9925 "                       const char *pattern,\n"
9926 "                       int len,\n"
9927 "                       const char *path);\n"
9928 "\n"
9929 msgstr ""
9930
9931 # type: textblock
9932 #. type: textblock
9933 #: ../src/guestfs-actions.pod:1712
9934 msgid ""
9935 "This function is like C<guestfs_fill> except that it creates a new file of "
9936 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9937 "pattern is truncated if necessary to ensure the length of the file is "
9938 "exactly C<len> bytes."
9939 msgstr ""
9940
9941 # type: textblock
9942 #. type: textblock
9943 #: ../src/guestfs-actions.pod:1724
9944 msgid "(Added in 1.3.12)"
9945 msgstr ""
9946
9947 # type: =head2
9948 #. type: =head2
9949 #: ../src/guestfs-actions.pod:1726
9950 msgid "guestfs_find"
9951 msgstr ""
9952
9953 # type: verbatim
9954 #. type: verbatim
9955 #: ../src/guestfs-actions.pod:1728
9956 #, no-wrap
9957 msgid ""
9958 " char **\n"
9959 " guestfs_find (guestfs_h *g,\n"
9960 "               const char *directory);\n"
9961 "\n"
9962 msgstr ""
9963
9964 # type: textblock
9965 #. type: textblock
9966 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
9967 msgid ""
9968 "This command lists out all files and directories, recursively, starting at "
9969 "C<directory>.  It is essentially equivalent to running the shell command "
9970 "C<find directory -print> but some post-processing happens on the output, "
9971 "described below."
9972 msgstr ""
9973
9974 # type: textblock
9975 #. type: textblock
9976 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
9977 msgid ""
9978 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9979 "structure was:"
9980 msgstr ""
9981
9982 # type: verbatim
9983 #. type: verbatim
9984 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
9985 #, no-wrap
9986 msgid ""
9987 " /tmp/a\n"
9988 " /tmp/b\n"
9989 " /tmp/c/d\n"
9990 "\n"
9991 msgstr ""
9992
9993 # type: textblock
9994 #. type: textblock
9995 #: ../src/guestfs-actions.pod:1744
9996 msgid ""
9997 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9998 msgstr ""
9999
10000 # type: verbatim
10001 #. type: verbatim
10002 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
10003 #, no-wrap
10004 msgid ""
10005 " a\n"
10006 " b\n"
10007 " c\n"
10008 " c/d\n"
10009 "\n"
10010 msgstr ""
10011
10012 # type: textblock
10013 #. type: textblock
10014 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
10015 msgid "If C<directory> is not a directory, then this command returns an error."
10016 msgstr ""
10017
10018 # type: textblock
10019 #. type: textblock
10020 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
10021 msgid "The returned list is sorted."
10022 msgstr ""
10023
10024 # type: textblock
10025 #. type: textblock
10026 #: ../src/guestfs-actions.pod:1757
10027 msgid "See also C<guestfs_find0>."
10028 msgstr ""
10029
10030 # type: textblock
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4100
10033 #: ../src/guestfs-actions.pod:5643
10034 msgid "(Added in 1.0.27)"
10035 msgstr ""
10036
10037 # type: =head2
10038 #. type: =head2
10039 #: ../src/guestfs-actions.pod:1768
10040 msgid "guestfs_find0"
10041 msgstr ""
10042
10043 # type: verbatim
10044 #. type: verbatim
10045 #: ../src/guestfs-actions.pod:1770
10046 #, no-wrap
10047 msgid ""
10048 " int\n"
10049 " guestfs_find0 (guestfs_h *g,\n"
10050 "                const char *directory,\n"
10051 "                const char *files);\n"
10052 "\n"
10053 msgstr ""
10054
10055 # type: textblock
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
10058 msgid ""
10059 "This command lists out all files and directories, recursively, starting at "
10060 "C<directory>, placing the resulting list in the external file called "
10061 "C<files>."
10062 msgstr ""
10063
10064 # type: textblock
10065 #. type: textblock
10066 #: ../src/guestfs-actions.pod:1779
10067 msgid ""
10068 "This command works the same way as C<guestfs_find> with the following "
10069 "exceptions:"
10070 msgstr ""
10071
10072 # type: textblock
10073 #. type: textblock
10074 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
10075 msgid "The resulting list is written to an external file."
10076 msgstr ""
10077
10078 # type: textblock
10079 #. type: textblock
10080 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
10081 msgid ""
10082 "Items (filenames) in the result are separated by C<\\0> characters.  See "
10083 "L<find(1)> option I<-print0>."
10084 msgstr ""
10085
10086 # type: textblock
10087 #. type: textblock
10088 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
10089 msgid "This command is not limited in the number of names that it can return."
10090 msgstr ""
10091
10092 # type: textblock
10093 #. type: textblock
10094 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
10095 msgid "The result list is not sorted."
10096 msgstr ""
10097
10098 # type: textblock
10099 #. type: textblock
10100 #: ../src/guestfs-actions.pod:1806
10101 msgid "(Added in 1.0.74)"
10102 msgstr ""
10103
10104 # type: =head2
10105 #. type: =head2
10106 #: ../src/guestfs-actions.pod:1808
10107 msgid "guestfs_findfs_label"
10108 msgstr ""
10109
10110 # type: verbatim
10111 #. type: verbatim
10112 #: ../src/guestfs-actions.pod:1810
10113 #, no-wrap
10114 msgid ""
10115 " char *\n"
10116 " guestfs_findfs_label (guestfs_h *g,\n"
10117 "                       const char *label);\n"
10118 "\n"
10119 msgstr ""
10120
10121 # type: textblock
10122 #. type: textblock
10123 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
10124 msgid ""
10125 "This command searches the filesystems and returns the one which has the "
10126 "given label.  An error is returned if no such filesystem can be found."
10127 msgstr ""
10128
10129 # type: textblock
10130 #. type: textblock
10131 #: ../src/guestfs-actions.pod:1818
10132 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
10133 msgstr ""
10134
10135 # type: =head2
10136 #. type: =head2
10137 #: ../src/guestfs-actions.pod:1825
10138 msgid "guestfs_findfs_uuid"
10139 msgstr ""
10140
10141 # type: verbatim
10142 #. type: verbatim
10143 #: ../src/guestfs-actions.pod:1827
10144 #, no-wrap
10145 msgid ""
10146 " char *\n"
10147 " guestfs_findfs_uuid (guestfs_h *g,\n"
10148 "                      const char *uuid);\n"
10149 "\n"
10150 msgstr ""
10151
10152 # type: textblock
10153 #. type: textblock
10154 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
10155 msgid ""
10156 "This command searches the filesystems and returns the one which has the "
10157 "given UUID.  An error is returned if no such filesystem can be found."
10158 msgstr ""
10159
10160 # type: textblock
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:1835
10163 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
10164 msgstr ""
10165
10166 # type: =head2
10167 #. type: =head2
10168 #: ../src/guestfs-actions.pod:1842
10169 msgid "guestfs_fsck"
10170 msgstr ""
10171
10172 # type: verbatim
10173 #. type: verbatim
10174 #: ../src/guestfs-actions.pod:1844
10175 #, no-wrap
10176 msgid ""
10177 " int\n"
10178 " guestfs_fsck (guestfs_h *g,\n"
10179 "               const char *fstype,\n"
10180 "               const char *device);\n"
10181 "\n"
10182 msgstr ""
10183
10184 # type: textblock
10185 #. type: textblock
10186 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
10187 msgid ""
10188 "This runs the filesystem checker (fsck) on C<device> which should have "
10189 "filesystem type C<fstype>."
10190 msgstr ""
10191
10192 # type: textblock
10193 #. type: textblock
10194 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
10195 msgid ""
10196 "The returned integer is the status.  See L<fsck(8)> for the list of status "
10197 "codes from C<fsck>."
10198 msgstr ""
10199
10200 # type: textblock
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
10203 msgid "Multiple status codes can be summed together."
10204 msgstr ""
10205
10206 # type: textblock
10207 #. type: textblock
10208 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
10209 msgid ""
10210 "A non-zero return code can mean \"success\", for example if errors have been "
10211 "corrected on the filesystem."
10212 msgstr ""
10213
10214 # type: textblock
10215 #. type: textblock
10216 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
10217 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
10218 msgstr ""
10219
10220 # type: textblock
10221 #. type: textblock
10222 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
10223 msgid ""
10224 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
10225 msgstr ""
10226
10227 # type: textblock
10228 #. type: textblock
10229 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7339
10230 msgid "(Added in 1.0.16)"
10231 msgstr ""
10232
10233 # type: =head2
10234 #. type: =head2
10235 #: ../src/guestfs-actions.pod:1881
10236 msgid "guestfs_get_append"
10237 msgstr ""
10238
10239 # type: verbatim
10240 #. type: verbatim
10241 #: ../src/guestfs-actions.pod:1883
10242 #, no-wrap
10243 msgid ""
10244 " const char *\n"
10245 " guestfs_get_append (guestfs_h *g);\n"
10246 "\n"
10247 msgstr ""
10248
10249 # type: textblock
10250 #. type: textblock
10251 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
10252 msgid ""
10253 "Return the additional kernel options which are added to the guest kernel "
10254 "command line."
10255 msgstr ""
10256
10257 # type: textblock
10258 #. type: textblock
10259 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
10260 msgid "If C<NULL> then no options are added."
10261 msgstr ""
10262
10263 # type: textblock
10264 #. type: textblock
10265 #: ../src/guestfs-actions.pod:1891
10266 msgid ""
10267 "This function returns a string which may be NULL.  There is no way to return "
10268 "an error from this function.  The string is owned by the guest handle and "
10269 "must I<not> be freed."
10270 msgstr ""
10271
10272 # type: textblock
10273 #. type: textblock
10274 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5321
10275 #: ../src/guestfs-actions.pod:5801 ../src/guestfs-actions.pod:6201
10276 #: ../src/guestfs-actions.pod:6220 ../src/guestfs-actions.pod:6236
10277 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:7010
10278 #: ../src/guestfs-actions.pod:7028 ../src/guestfs-actions.pod:7382
10279 msgid "(Added in 1.0.26)"
10280 msgstr ""
10281
10282 #. type: =head2
10283 #: ../src/guestfs-actions.pod:1897
10284 msgid "guestfs_get_attach_method"
10285 msgstr ""
10286
10287 #. type: verbatim
10288 #: ../src/guestfs-actions.pod:1899
10289 #, no-wrap
10290 msgid ""
10291 " char *\n"
10292 " guestfs_get_attach_method (guestfs_h *g);\n"
10293 "\n"
10294 msgstr ""
10295
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:1902
10298 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
10299 msgstr ""
10300
10301 # type: =head2
10302 #. type: =head2
10303 #: ../src/guestfs-actions.pod:1907
10304 msgid "guestfs_get_autosync"
10305 msgstr ""
10306
10307 # type: verbatim
10308 #. type: verbatim
10309 #: ../src/guestfs-actions.pod:1909
10310 #, no-wrap
10311 msgid ""
10312 " int\n"
10313 " guestfs_get_autosync (guestfs_h *g);\n"
10314 "\n"
10315 msgstr ""
10316
10317 # type: textblock
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
10320 msgid "Get the autosync flag."
10321 msgstr ""
10322
10323 # type: =head2
10324 #. type: =head2
10325 #: ../src/guestfs-actions.pod:1918
10326 msgid "guestfs_get_direct"
10327 msgstr ""
10328
10329 # type: verbatim
10330 #. type: verbatim
10331 #: ../src/guestfs-actions.pod:1920
10332 #, no-wrap
10333 msgid ""
10334 " int\n"
10335 " guestfs_get_direct (guestfs_h *g);\n"
10336 "\n"
10337 msgstr ""
10338
10339 # type: textblock
10340 #. type: textblock
10341 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
10342 msgid "Return the direct appliance mode flag."
10343 msgstr ""
10344
10345 # type: textblock
10346 #. type: textblock
10347 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5870
10348 msgid "(Added in 1.0.72)"
10349 msgstr ""
10350
10351 # type: =head2
10352 #. type: =head2
10353 #: ../src/guestfs-actions.pod:1929
10354 msgid "guestfs_get_e2label"
10355 msgstr ""
10356
10357 # type: verbatim
10358 #. type: verbatim
10359 #: ../src/guestfs-actions.pod:1931
10360 #, no-wrap
10361 msgid ""
10362 " char *\n"
10363 " guestfs_get_e2label (guestfs_h *g,\n"
10364 "                      const char *device);\n"
10365 "\n"
10366 msgstr ""
10367
10368 # type: textblock
10369 #. type: textblock
10370 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
10371 msgid ""
10372 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
10373 msgstr ""
10374
10375 # type: textblock
10376 #. type: textblock
10377 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
10378 msgid ""
10379 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
10380 msgstr ""
10381
10382 # type: textblock
10383 #. type: textblock
10384 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969
10385 #: ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:5907
10386 msgid "(Added in 1.0.15)"
10387 msgstr ""
10388
10389 # type: =head2
10390 #. type: =head2
10391 #: ../src/guestfs-actions.pod:1950
10392 msgid "guestfs_get_e2uuid"
10393 msgstr ""
10394
10395 # type: verbatim
10396 #. type: verbatim
10397 #: ../src/guestfs-actions.pod:1952
10398 #, no-wrap
10399 msgid ""
10400 " char *\n"
10401 " guestfs_get_e2uuid (guestfs_h *g,\n"
10402 "                     const char *device);\n"
10403 "\n"
10404 msgstr ""
10405
10406 # type: textblock
10407 #. type: textblock
10408 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
10409 msgid ""
10410 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
10411 msgstr ""
10412
10413 # type: textblock
10414 #. type: textblock
10415 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
10416 msgid ""
10417 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
10418 msgstr ""
10419
10420 # type: =head2
10421 #. type: =head2
10422 #: ../src/guestfs-actions.pod:1971
10423 msgid "guestfs_get_memsize"
10424 msgstr ""
10425
10426 # type: verbatim
10427 #. type: verbatim
10428 #: ../src/guestfs-actions.pod:1973
10429 #, no-wrap
10430 msgid ""
10431 " int\n"
10432 " guestfs_get_memsize (guestfs_h *g);\n"
10433 "\n"
10434 msgstr ""
10435
10436 # type: textblock
10437 #. type: textblock
10438 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
10439 msgid ""
10440 "This gets the memory size in megabytes allocated to the qemu subprocess."
10441 msgstr ""
10442
10443 # type: textblock
10444 #. type: textblock
10445 #: ../src/guestfs-actions.pod:1979
10446 msgid ""
10447 "If C<guestfs_set_memsize> was not called on this handle, and if "
10448 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
10449 "value for memsize."
10450 msgstr ""
10451
10452 # type: textblock
10453 #. type: textblock
10454 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064
10455 #: ../src/guestfs-actions.pod:5923 ../src/guestfs-actions.pod:6030
10456 #: ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399
10457 #: ../fish/guestfish-actions.pod:3993 ../fish/guestfish-actions.pod:4080
10458 msgid ""
10459 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
10460 msgstr ""
10461
10462 # type: textblock
10463 #. type: textblock
10464 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4391
10465 #: ../src/guestfs-actions.pod:4588 ../src/guestfs-actions.pod:4607
10466 #: ../src/guestfs-actions.pod:4626 ../src/guestfs-actions.pod:4638
10467 #: ../src/guestfs-actions.pod:4655 ../src/guestfs-actions.pod:4668
10468 #: ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:5928
10469 #: ../src/guestfs-actions.pod:6175 ../src/guestfs-actions.pod:6776
10470 msgid "(Added in 1.0.55)"
10471 msgstr ""
10472
10473 # type: =head2
10474 #. type: =head2
10475 #: ../src/guestfs-actions.pod:1990
10476 msgid "guestfs_get_network"
10477 msgstr ""
10478
10479 # type: verbatim
10480 #. type: verbatim
10481 #: ../src/guestfs-actions.pod:1992
10482 #, no-wrap
10483 msgid ""
10484 " int\n"
10485 " guestfs_get_network (guestfs_h *g);\n"
10486 "\n"
10487 msgstr ""
10488
10489 # type: textblock
10490 #. type: textblock
10491 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
10492 msgid "This returns the enable network flag."
10493 msgstr ""
10494
10495 # type: textblock
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5947
10498 msgid "(Added in 1.5.4)"
10499 msgstr ""
10500
10501 # type: =head2
10502 #. type: =head2
10503 #: ../src/guestfs-actions.pod:2001
10504 msgid "guestfs_get_path"
10505 msgstr ""
10506
10507 # type: verbatim
10508 #. type: verbatim
10509 #: ../src/guestfs-actions.pod:2003
10510 #, no-wrap
10511 msgid ""
10512 " const char *\n"
10513 " guestfs_get_path (guestfs_h *g);\n"
10514 "\n"
10515 msgstr ""
10516
10517 # type: textblock
10518 #. type: textblock
10519 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
10520 msgid "Return the current search path."
10521 msgstr ""
10522
10523 # type: textblock
10524 #. type: textblock
10525 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
10526 msgid ""
10527 "This is always non-NULL.  If it wasn't set already, then this will return "
10528 "the default path."
10529 msgstr ""
10530
10531 # type: textblock
10532 #. type: textblock
10533 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
10534 msgid ""
10535 "This function returns a string, or NULL on error.  The string is owned by "
10536 "the guest handle and must I<not> be freed."
10537 msgstr ""
10538
10539 # type: =head2
10540 #. type: =head2
10541 #: ../src/guestfs-actions.pod:2016
10542 msgid "guestfs_get_pid"
10543 msgstr ""
10544
10545 # type: verbatim
10546 #. type: verbatim
10547 #: ../src/guestfs-actions.pod:2018
10548 #, no-wrap
10549 msgid ""
10550 " int\n"
10551 " guestfs_get_pid (guestfs_h *g);\n"
10552 "\n"
10553 msgstr ""
10554
10555 # type: textblock
10556 #. type: textblock
10557 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
10558 msgid ""
10559 "Return the process ID of the qemu subprocess.  If there is no qemu "
10560 "subprocess, then this will return an error."
10561 msgstr ""
10562
10563 # type: textblock
10564 #. type: textblock
10565 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
10566 msgid "This is an internal call used for debugging and testing."
10567 msgstr ""
10568
10569 # type: textblock
10570 #. type: textblock
10571 #: ../src/guestfs-actions.pod:2028
10572 msgid "(Added in 1.0.56)"
10573 msgstr ""
10574
10575 # type: =head2
10576 #. type: =head2
10577 #: ../src/guestfs-actions.pod:2030
10578 msgid "guestfs_get_qemu"
10579 msgstr ""
10580
10581 # type: verbatim
10582 #. type: verbatim
10583 #: ../src/guestfs-actions.pod:2032
10584 #, no-wrap
10585 msgid ""
10586 " const char *\n"
10587 " guestfs_get_qemu (guestfs_h *g);\n"
10588 "\n"
10589 msgstr ""
10590
10591 # type: textblock
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
10594 msgid "Return the current qemu binary."
10595 msgstr ""
10596
10597 # type: textblock
10598 #. type: textblock
10599 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
10600 msgid ""
10601 "This is always non-NULL.  If it wasn't set already, then this will return "
10602 "the default qemu binary name."
10603 msgstr ""
10604
10605 # type: textblock
10606 #. type: textblock
10607 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5992
10608 msgid "(Added in 1.0.6)"
10609 msgstr ""
10610
10611 # type: =head2
10612 #. type: =head2
10613 #: ../src/guestfs-actions.pod:2045
10614 msgid "guestfs_get_recovery_proc"
10615 msgstr ""
10616
10617 # type: verbatim
10618 #. type: verbatim
10619 #: ../src/guestfs-actions.pod:2047
10620 #, no-wrap
10621 msgid ""
10622 " int\n"
10623 " guestfs_get_recovery_proc (guestfs_h *g);\n"
10624 "\n"
10625 msgstr ""
10626
10627 # type: textblock
10628 #. type: textblock
10629 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
10630 msgid "Return the recovery process enabled flag."
10631 msgstr ""
10632
10633 # type: textblock
10634 #. type: textblock
10635 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3501
10636 #: ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:4198
10637 #: ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:5251
10638 #: ../src/guestfs-actions.pod:5594 ../src/guestfs-actions.pod:6016
10639 #: ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6699
10640 #: ../src/guestfs-actions.pod:6891
10641 msgid "(Added in 1.0.77)"
10642 msgstr ""
10643
10644 # type: =head2
10645 #. type: =head2
10646 #: ../src/guestfs-actions.pod:2056
10647 msgid "guestfs_get_selinux"
10648 msgstr ""
10649
10650 # type: verbatim
10651 #. type: verbatim
10652 #: ../src/guestfs-actions.pod:2058
10653 #, no-wrap
10654 msgid ""
10655 " int\n"
10656 " guestfs_get_selinux (guestfs_h *g);\n"
10657 "\n"
10658 msgstr ""
10659
10660 # type: textblock
10661 #. type: textblock
10662 #: ../src/guestfs-actions.pod:2061
10663 msgid ""
10664 "This returns the current setting of the selinux flag which is passed to the "
10665 "appliance at boot time.  See C<guestfs_set_selinux>."
10666 msgstr ""
10667
10668 # type: textblock
10669 #. type: textblock
10670 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132
10671 #: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6093
10672 msgid "(Added in 1.0.67)"
10673 msgstr ""
10674
10675 # type: =head2
10676 #. type: =head2
10677 #: ../src/guestfs-actions.pod:2071
10678 msgid "guestfs_get_state"
10679 msgstr ""
10680
10681 # type: verbatim
10682 #. type: verbatim
10683 #: ../src/guestfs-actions.pod:2073
10684 #, no-wrap
10685 msgid ""
10686 " int\n"
10687 " guestfs_get_state (guestfs_h *g);\n"
10688 "\n"
10689 msgstr ""
10690
10691 # type: textblock
10692 #. type: textblock
10693 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
10694 msgid ""
10695 "This returns the current state as an opaque integer.  This is only useful "
10696 "for printing debug and internal error messages."
10697 msgstr ""
10698
10699 # type: textblock
10700 #. type: textblock
10701 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3299
10702 #: ../src/guestfs-actions.pod:3328 ../src/guestfs-actions.pod:3389
10703 #: ../src/guestfs-actions.pod:3416 ../fish/guestfish-actions.pod:1409
10704 #: ../fish/guestfish-actions.pod:2323 ../fish/guestfish-actions.pod:2341
10705 #: ../fish/guestfish-actions.pod:2379 ../fish/guestfish-actions.pod:2395
10706 msgid "For more information on states, see L<guestfs(3)>."
10707 msgstr ""
10708
10709 # type: =head2
10710 #. type: =head2
10711 #: ../src/guestfs-actions.pod:2085
10712 msgid "guestfs_get_trace"
10713 msgstr ""
10714
10715 # type: verbatim
10716 #. type: verbatim
10717 #: ../src/guestfs-actions.pod:2087
10718 #, no-wrap
10719 msgid ""
10720 " int\n"
10721 " guestfs_get_trace (guestfs_h *g);\n"
10722 "\n"
10723 msgstr ""
10724
10725 # type: textblock
10726 #. type: textblock
10727 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10728 msgid "Return the command trace flag."
10729 msgstr ""
10730
10731 # type: =head2
10732 #. type: =head2
10733 #: ../src/guestfs-actions.pod:2096
10734 msgid "guestfs_get_umask"
10735 msgstr ""
10736
10737 # type: verbatim
10738 #. type: verbatim
10739 #: ../src/guestfs-actions.pod:2098
10740 #, no-wrap
10741 msgid ""
10742 " int\n"
10743 " guestfs_get_umask (guestfs_h *g);\n"
10744 "\n"
10745 msgstr ""
10746
10747 # type: textblock
10748 #. type: textblock
10749 #: ../src/guestfs-actions.pod:2101
10750 msgid ""
10751 "Return the current umask.  By default the umask is C<022> unless it has been "
10752 "set by calling C<guestfs_umask>."
10753 msgstr ""
10754
10755 # type: =head2
10756 #. type: =head2
10757 #: ../src/guestfs-actions.pod:2108
10758 msgid "guestfs_get_verbose"
10759 msgstr ""
10760
10761 # type: verbatim
10762 #. type: verbatim
10763 #: ../src/guestfs-actions.pod:2110
10764 #, no-wrap
10765 msgid ""
10766 " int\n"
10767 " guestfs_get_verbose (guestfs_h *g);\n"
10768 "\n"
10769 msgstr ""
10770
10771 # type: textblock
10772 #. type: textblock
10773 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
10774 msgid "This returns the verbose messages flag."
10775 msgstr ""
10776
10777 # type: =head2
10778 #. type: =head2
10779 #: ../src/guestfs-actions.pod:2119
10780 msgid "guestfs_getcon"
10781 msgstr ""
10782
10783 # type: verbatim
10784 #. type: verbatim
10785 #: ../src/guestfs-actions.pod:2121
10786 #, no-wrap
10787 msgid ""
10788 " char *\n"
10789 " guestfs_getcon (guestfs_h *g);\n"
10790 "\n"
10791 msgstr ""
10792
10793 # type: textblock
10794 #. type: textblock
10795 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
10796 msgid "This gets the SELinux security context of the daemon."
10797 msgstr ""
10798
10799 # type: textblock
10800 #. type: textblock
10801 #: ../src/guestfs-actions.pod:2126
10802 msgid ""
10803 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10804 msgstr ""
10805
10806 # type: =head2
10807 #. type: =head2
10808 #: ../src/guestfs-actions.pod:2134
10809 msgid "guestfs_getxattr"
10810 msgstr ""
10811
10812 # type: verbatim
10813 #. type: verbatim
10814 #: ../src/guestfs-actions.pod:2136
10815 #, no-wrap
10816 msgid ""
10817 " char *\n"
10818 " guestfs_getxattr (guestfs_h *g,\n"
10819 "                   const char *path,\n"
10820 "                   const char *name,\n"
10821 "                   size_t *size_r);\n"
10822 "\n"
10823 msgstr ""
10824
10825 # type: textblock
10826 #. type: textblock
10827 #: ../src/guestfs-actions.pod:2142
10828 msgid ""
10829 "Get a single extended attribute from file C<path> named C<name>.  This call "
10830 "follows symlinks.  If you want to lookup an extended attribute for the "
10831 "symlink itself, use C<guestfs_lgetxattr>."
10832 msgstr ""
10833
10834 # type: textblock
10835 #. type: textblock
10836 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3515
10837 msgid ""
10838 "Normally it is better to get all extended attributes from a file in one go "
10839 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10840 "implementations are buggy and do not provide a way to list out attributes.  "
10841 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10842 "extended attributes you want in advance and call this function."
10843 msgstr ""
10844
10845 # type: textblock
10846 #. type: textblock
10847 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3522
10848 #: ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2460
10849 msgid ""
10850 "Extended attribute values are blobs of binary data.  If there is no extended "
10851 "attribute named C<name>, this returns an error."
10852 msgstr ""
10853
10854 # type: textblock
10855 #. type: textblock
10856 #: ../src/guestfs-actions.pod:2156
10857 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10858 msgstr ""
10859
10860 # type: textblock
10861 #. type: textblock
10862 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349
10863 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:5244
10864 #: ../src/guestfs-actions.pod:5270 ../src/guestfs-actions.pod:5451
10865 msgid ""
10866 "This function returns a buffer, or NULL on error.  The size of the returned "
10867 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10868 "after use>."
10869 msgstr ""
10870
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3531
10873 msgid "(Added in 1.7.24)"
10874 msgstr ""
10875
10876 # type: =head2
10877 #. type: =head2
10878 #: ../src/guestfs-actions.pod:2164
10879 msgid "guestfs_getxattrs"
10880 msgstr ""
10881
10882 # type: verbatim
10883 #. type: verbatim
10884 #: ../src/guestfs-actions.pod:2166
10885 #, no-wrap
10886 msgid ""
10887 " struct guestfs_xattr_list *\n"
10888 " guestfs_getxattrs (guestfs_h *g,\n"
10889 "                    const char *path);\n"
10890 "\n"
10891 msgstr ""
10892
10893 # type: textblock
10894 #. type: textblock
10895 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
10896 msgid ""
10897 "This call lists the extended attributes of the file or directory C<path>."
10898 msgstr ""
10899
10900 # type: textblock
10901 #. type: textblock
10902 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
10903 msgid ""
10904 "At the system call level, this is a combination of the L<listxattr(2)> and "
10905 "L<getxattr(2)> calls."
10906 msgstr ""
10907
10908 # type: textblock
10909 #. type: textblock
10910 #: ../src/guestfs-actions.pod:2176
10911 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10912 msgstr ""
10913
10914 # type: textblock
10915 #. type: textblock
10916 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3543
10917 #: ../src/guestfs-actions.pod:4194
10918 msgid ""
10919 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10920 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10921 msgstr ""
10922
10923 # type: textblock
10924 #. type: textblock
10925 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3547
10926 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:3748
10927 #: ../src/guestfs-actions.pod:5624 ../src/guestfs-actions.pod:6112
10928 #: ../src/guestfs-actions.pod:7447
10929 msgid "(Added in 1.0.59)"
10930 msgstr ""
10931
10932 # type: =head2
10933 #. type: =head2
10934 #: ../src/guestfs-actions.pod:2184
10935 msgid "guestfs_glob_expand"
10936 msgstr ""
10937
10938 # type: verbatim
10939 #. type: verbatim
10940 #: ../src/guestfs-actions.pod:2186
10941 #, no-wrap
10942 msgid ""
10943 " char **\n"
10944 " guestfs_glob_expand (guestfs_h *g,\n"
10945 "                      const char *pattern);\n"
10946 "\n"
10947 msgstr ""
10948
10949 # type: textblock
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
10952 msgid ""
10953 "This command searches for all the pathnames matching C<pattern> according to "
10954 "the wildcard expansion rules used by the shell."
10955 msgstr ""
10956
10957 # type: textblock
10958 #. type: textblock
10959 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
10960 msgid ""
10961 "If no paths match, then this returns an empty list (note: not an error)."
10962 msgstr ""
10963
10964 # type: textblock
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
10967 msgid ""
10968 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10969 "GLOB_BRACE>.  See that manual page for more details."
10970 msgstr ""
10971
10972 # type: textblock
10973 #. type: textblock
10974 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6277
10975 #: ../src/guestfs-actions.pod:6294
10976 msgid "(Added in 1.0.50)"
10977 msgstr ""
10978
10979 # type: =head2
10980 #. type: =head2
10981 #: ../src/guestfs-actions.pod:2207
10982 msgid "guestfs_grep"
10983 msgstr ""
10984
10985 # type: verbatim
10986 #. type: verbatim
10987 #: ../src/guestfs-actions.pod:2209
10988 #, no-wrap
10989 msgid ""
10990 " char **\n"
10991 " guestfs_grep (guestfs_h *g,\n"
10992 "               const char *regex,\n"
10993 "               const char *path);\n"
10994 "\n"
10995 msgstr ""
10996
10997 # type: textblock
10998 #. type: textblock
10999 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
11000 msgid "This calls the external C<grep> program and returns the matching lines."
11001 msgstr ""
11002
11003 # type: =head2
11004 #. type: =head2
11005 #: ../src/guestfs-actions.pod:2226
11006 msgid "guestfs_grepi"
11007 msgstr ""
11008
11009 # type: verbatim
11010 #. type: verbatim
11011 #: ../src/guestfs-actions.pod:2228
11012 #, no-wrap
11013 msgid ""
11014 " char **\n"
11015 " guestfs_grepi (guestfs_h *g,\n"
11016 "                const char *regex,\n"
11017 "                const char *path);\n"
11018 "\n"
11019 msgstr ""
11020
11021 # type: textblock
11022 #. type: textblock
11023 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
11024 msgid ""
11025 "This calls the external C<grep -i> program and returns the matching lines."
11026 msgstr ""
11027
11028 # type: =head2
11029 #. type: =head2
11030 #: ../src/guestfs-actions.pod:2245
11031 msgid "guestfs_grub_install"
11032 msgstr ""
11033
11034 # type: verbatim
11035 #. type: verbatim
11036 #: ../src/guestfs-actions.pod:2247
11037 #, no-wrap
11038 msgid ""
11039 " int\n"
11040 " guestfs_grub_install (guestfs_h *g,\n"
11041 "                       const char *root,\n"
11042 "                       const char *device);\n"
11043 "\n"
11044 msgstr ""
11045
11046 # type: textblock
11047 #. type: textblock
11048 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
11049 msgid ""
11050 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
11051 "the root directory being C<root>."
11052 msgstr ""
11053
11054 # type: textblock
11055 #. type: textblock
11056 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
11057 msgid ""
11058 "Note: If grub-install reports the error \"No suitable drive was found in the "
11059 "generated device map.\" it may be that you need to create a C</boot/grub/"
11060 "device.map> file first that contains the mapping between grub device names "
11061 "and Linux device names.  It is usually sufficient to create a file "
11062 "containing:"
11063 msgstr ""
11064
11065 # type: verbatim
11066 #. type: verbatim
11067 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
11068 #, no-wrap
11069 msgid ""
11070 " (hd0) /dev/vda\n"
11071 "\n"
11072 msgstr ""
11073
11074 # type: textblock
11075 #. type: textblock
11076 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
11077 msgid "replacing C</dev/vda> with the name of the installation device."
11078 msgstr ""
11079
11080 # type: textblock
11081 #. type: textblock
11082 #: ../src/guestfs-actions.pod:2268
11083 msgid "(Added in 1.0.17)"
11084 msgstr ""
11085
11086 # type: =head2
11087 #. type: =head2
11088 #: ../src/guestfs-actions.pod:2270
11089 msgid "guestfs_head"
11090 msgstr ""
11091
11092 # type: verbatim
11093 #. type: verbatim
11094 #: ../src/guestfs-actions.pod:2272
11095 #, no-wrap
11096 msgid ""
11097 " char **\n"
11098 " guestfs_head (guestfs_h *g,\n"
11099 "               const char *path);\n"
11100 "\n"
11101 msgstr ""
11102
11103 # type: textblock
11104 #. type: textblock
11105 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
11106 msgid ""
11107 "This command returns up to the first 10 lines of a file as a list of strings."
11108 msgstr ""
11109
11110 # type: =head2
11111 #. type: =head2
11112 #: ../src/guestfs-actions.pod:2288
11113 msgid "guestfs_head_n"
11114 msgstr ""
11115
11116 # type: verbatim
11117 #. type: verbatim
11118 #: ../src/guestfs-actions.pod:2290
11119 #, no-wrap
11120 msgid ""
11121 " char **\n"
11122 " guestfs_head_n (guestfs_h *g,\n"
11123 "                 int nrlines,\n"
11124 "                 const char *path);\n"
11125 "\n"
11126 msgstr ""
11127
11128 # type: textblock
11129 #. type: textblock
11130 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
11131 msgid ""
11132 "If the parameter C<nrlines> is a positive number, this returns the first "
11133 "C<nrlines> lines of the file C<path>."
11134 msgstr ""
11135
11136 # type: textblock
11137 #. type: textblock
11138 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
11139 msgid ""
11140 "If the parameter C<nrlines> is a negative number, this returns lines from "
11141 "the file C<path>, excluding the last C<nrlines> lines."
11142 msgstr ""
11143
11144 # type: textblock
11145 #. type: textblock
11146 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6574
11147 #: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4430
11148 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
11149 msgstr ""
11150
11151 # type: =head2
11152 #. type: =head2
11153 #: ../src/guestfs-actions.pod:2312
11154 msgid "guestfs_hexdump"
11155 msgstr ""
11156
11157 # type: verbatim
11158 #. type: verbatim
11159 #: ../src/guestfs-actions.pod:2314
11160 #, no-wrap
11161 msgid ""
11162 " char *\n"
11163 " guestfs_hexdump (guestfs_h *g,\n"
11164 "                  const char *path);\n"
11165 "\n"
11166 msgstr ""
11167
11168 # type: textblock
11169 #. type: textblock
11170 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
11171 msgid ""
11172 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
11173 "readable, canonical hex dump of the file."
11174 msgstr ""
11175
11176 # type: textblock
11177 #. type: textblock
11178 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6358
11179 #: ../src/guestfs-actions.pod:6413
11180 msgid "(Added in 1.0.22)"
11181 msgstr ""
11182
11183 # type: =head2
11184 #. type: =head2
11185 #: ../src/guestfs-actions.pod:2329
11186 msgid "guestfs_initrd_cat"
11187 msgstr ""
11188
11189 # type: verbatim
11190 #. type: verbatim
11191 #: ../src/guestfs-actions.pod:2331
11192 #, no-wrap
11193 msgid ""
11194 " char *\n"
11195 " guestfs_initrd_cat (guestfs_h *g,\n"
11196 "                     const char *initrdpath,\n"
11197 "                     const char *filename,\n"
11198 "                     size_t *size_r);\n"
11199 "\n"
11200 msgstr ""
11201
11202 # type: textblock
11203 #. type: textblock
11204 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
11205 msgid ""
11206 "This command unpacks the file C<filename> from the initrd file called "
11207 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
11208 "character."
11209 msgstr ""
11210
11211 # type: textblock
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
11214 msgid ""
11215 "For example, in guestfish you could use the following command to examine the "
11216 "boot script (usually called C</init>)  contained in a Linux initrd or "
11217 "initramfs image:"
11218 msgstr ""
11219
11220 # type: verbatim
11221 #. type: verbatim
11222 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
11223 #, no-wrap
11224 msgid ""
11225 " initrd-cat /boot/initrd-<version>.img init\n"
11226 "\n"
11227 msgstr ""
11228
11229 # type: textblock
11230 #. type: textblock
11231 #: ../src/guestfs-actions.pod:2347
11232 msgid "See also C<guestfs_initrd_list>."
11233 msgstr ""
11234
11235 # type: =head2
11236 #. type: =head2
11237 #: ../src/guestfs-actions.pod:2358
11238 msgid "guestfs_initrd_list"
11239 msgstr ""
11240
11241 # type: verbatim
11242 #. type: verbatim
11243 #: ../src/guestfs-actions.pod:2360
11244 #, no-wrap
11245 msgid ""
11246 " char **\n"
11247 " guestfs_initrd_list (guestfs_h *g,\n"
11248 "                      const char *path);\n"
11249 "\n"
11250 msgstr ""
11251
11252 # type: textblock
11253 #. type: textblock
11254 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
11255 msgid "This command lists out files contained in an initrd."
11256 msgstr ""
11257
11258 # type: textblock
11259 #. type: textblock
11260 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
11261 msgid ""
11262 "The files are listed without any initial C</> character.  The files are "
11263 "listed in the order they appear (not necessarily alphabetical).  Directory "
11264 "names are listed as separate items."
11265 msgstr ""
11266
11267 # type: textblock
11268 #. type: textblock
11269 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
11270 msgid ""
11271 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
11272 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
11273 "files)."
11274 msgstr ""
11275
11276 # type: =head2
11277 #. type: =head2
11278 #: ../src/guestfs-actions.pod:2380
11279 msgid "guestfs_inotify_add_watch"
11280 msgstr ""
11281
11282 # type: verbatim
11283 #. type: verbatim
11284 #: ../src/guestfs-actions.pod:2382
11285 #, no-wrap
11286 msgid ""
11287 " int64_t\n"
11288 " guestfs_inotify_add_watch (guestfs_h *g,\n"
11289 "                            const char *path,\n"
11290 "                            int mask);\n"
11291 "\n"
11292 msgstr ""
11293
11294 # type: textblock
11295 #. type: textblock
11296 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
11297 msgid "Watch C<path> for the events listed in C<mask>."
11298 msgstr ""
11299
11300 # type: textblock
11301 #. type: textblock
11302 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
11303 msgid ""
11304 "Note that if C<path> is a directory then events within that directory are "
11305 "watched, but this does I<not> happen recursively (in subdirectories)."
11306 msgstr ""
11307
11308 # type: textblock
11309 #. type: textblock
11310 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
11311 msgid ""
11312 "Note for non-C or non-Linux callers: the inotify events are defined by the "
11313 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
11314 msgstr ""
11315
11316 # type: =head2
11317 #. type: =head2
11318 #: ../src/guestfs-actions.pod:2401
11319 msgid "guestfs_inotify_close"
11320 msgstr ""
11321
11322 # type: verbatim
11323 #. type: verbatim
11324 #: ../src/guestfs-actions.pod:2403
11325 #, no-wrap
11326 msgid ""
11327 " int\n"
11328 " guestfs_inotify_close (guestfs_h *g);\n"
11329 "\n"
11330 msgstr ""
11331
11332 # type: textblock
11333 #. type: textblock
11334 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
11335 msgid ""
11336 "This closes the inotify handle which was previously opened by inotify_init.  "
11337 "It removes all watches, throws away any pending events, and deallocates all "
11338 "resources."
11339 msgstr ""
11340
11341 # type: =head2
11342 #. type: =head2
11343 #: ../src/guestfs-actions.pod:2414
11344 msgid "guestfs_inotify_files"
11345 msgstr ""
11346
11347 # type: verbatim
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:2416
11350 #, no-wrap
11351 msgid ""
11352 " char **\n"
11353 " guestfs_inotify_files (guestfs_h *g);\n"
11354 "\n"
11355 msgstr ""
11356
11357 # type: textblock
11358 #. type: textblock
11359 #: ../src/guestfs-actions.pod:2419
11360 msgid ""
11361 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
11362 "returns a list of pathnames of objects that were touched.  The returned "
11363 "pathnames are sorted and deduplicated."
11364 msgstr ""
11365
11366 # type: =head2
11367 #. type: =head2
11368 #: ../src/guestfs-actions.pod:2429
11369 msgid "guestfs_inotify_init"
11370 msgstr ""
11371
11372 # type: verbatim
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:2431
11375 #, no-wrap
11376 msgid ""
11377 " int\n"
11378 " guestfs_inotify_init (guestfs_h *g,\n"
11379 "                       int maxevents);\n"
11380 "\n"
11381 msgstr ""
11382
11383 # type: textblock
11384 #. type: textblock
11385 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
11386 msgid ""
11387 "This command creates a new inotify handle.  The inotify subsystem can be "
11388 "used to notify events which happen to objects in the guest filesystem."
11389 msgstr ""
11390
11391 # type: textblock
11392 #. type: textblock
11393 #: ../src/guestfs-actions.pod:2439
11394 msgid ""
11395 "C<maxevents> is the maximum number of events which will be queued up between "
11396 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
11397 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
11398 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
11399 "throws away events, but records the fact that it threw them away by setting "
11400 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
11401 "C<guestfs_inotify_read>)."
11402 msgstr ""
11403
11404 # type: textblock
11405 #. type: textblock
11406 #: ../src/guestfs-actions.pod:2449
11407 msgid ""
11408 "Before any events are generated, you have to add some watches to the "
11409 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
11410 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
11411 msgstr ""
11412
11413 # type: textblock
11414 #. type: textblock
11415 #: ../src/guestfs-actions.pod:2455
11416 msgid ""
11417 "Queued up events should be read periodically by calling "
11418 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
11419 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
11420 "often enough then you risk the internal queue overflowing."
11421 msgstr ""
11422
11423 # type: textblock
11424 #. type: textblock
11425 #: ../src/guestfs-actions.pod:2462
11426 msgid ""
11427 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
11428 "This also removes any watches automatically."
11429 msgstr ""
11430
11431 # type: textblock
11432 #. type: textblock
11433 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
11434 msgid ""
11435 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
11436 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
11437 "that there is one global inotify handle per libguestfs instance."
11438 msgstr ""
11439
11440 # type: =head2
11441 #. type: =head2
11442 #: ../src/guestfs-actions.pod:2475
11443 msgid "guestfs_inotify_read"
11444 msgstr ""
11445
11446 # type: verbatim
11447 #. type: verbatim
11448 #: ../src/guestfs-actions.pod:2477
11449 #, no-wrap
11450 msgid ""
11451 " struct guestfs_inotify_event_list *\n"
11452 " guestfs_inotify_read (guestfs_h *g);\n"
11453 "\n"
11454 msgstr ""
11455
11456 # type: textblock
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
11459 msgid ""
11460 "Return the complete queue of events that have happened since the previous "
11461 "read call."
11462 msgstr ""
11463
11464 # type: textblock
11465 #. type: textblock
11466 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
11467 msgid "If no events have happened, this returns an empty list."
11468 msgstr ""
11469
11470 # type: textblock
11471 #. type: textblock
11472 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
11473 msgid ""
11474 "I<Note>: In order to make sure that all events have been read, you must call "
11475 "this function repeatedly until it returns an empty list.  The reason is that "
11476 "the call will read events up to the maximum appliance-to-host message size "
11477 "and leave remaining events in the queue."
11478 msgstr ""
11479
11480 # type: textblock
11481 #. type: textblock
11482 #: ../src/guestfs-actions.pod:2491
11483 msgid ""
11484 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
11485 "there was an error.  I<The caller must call "
11486 "C<guestfs_free_inotify_event_list> after use>."
11487 msgstr ""
11488
11489 # type: =head2
11490 #. type: =head2
11491 #: ../src/guestfs-actions.pod:2497
11492 msgid "guestfs_inotify_rm_watch"
11493 msgstr ""
11494
11495 # type: verbatim
11496 #. type: verbatim
11497 #: ../src/guestfs-actions.pod:2499
11498 #, no-wrap
11499 msgid ""
11500 " int\n"
11501 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
11502 "                           int wd);\n"
11503 "\n"
11504 msgstr ""
11505
11506 # type: textblock
11507 #. type: textblock
11508 #: ../src/guestfs-actions.pod:2503
11509 msgid ""
11510 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
11511 msgstr ""
11512
11513 # type: =head2
11514 #. type: =head2
11515 #: ../src/guestfs-actions.pod:2510
11516 msgid "guestfs_inspect_get_arch"
11517 msgstr ""
11518
11519 # type: verbatim
11520 #. type: verbatim
11521 #: ../src/guestfs-actions.pod:2512
11522 #, no-wrap
11523 msgid ""
11524 " char *\n"
11525 " guestfs_inspect_get_arch (guestfs_h *g,\n"
11526 "                           const char *root);\n"
11527 "\n"
11528 msgstr ""
11529
11530 # type: textblock
11531 #. type: textblock
11532 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539
11533 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2676
11534 #: ../src/guestfs-actions.pod:2702 ../src/guestfs-actions.pod:2741
11535 #: ../src/guestfs-actions.pod:2763 ../src/guestfs-actions.pod:2790
11536 #: ../src/guestfs-actions.pod:2811 ../src/guestfs-actions.pod:2854
11537 #: ../src/guestfs-actions.pod:2883 ../src/guestfs-actions.pod:2914
11538 #: ../src/guestfs-actions.pod:2938 ../src/guestfs-actions.pod:2993
11539 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3056
11540 #: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3096
11541 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3132
11542 msgid ""
11543 "This function should only be called with a root device string as returned by "
11544 "C<guestfs_inspect_os>."
11545 msgstr ""
11546
11547 # type: textblock
11548 #. type: textblock
11549 #: ../src/guestfs-actions.pod:2519
11550 msgid ""
11551 "This returns the architecture of the inspected operating system.  The "
11552 "possible return values are listed under C<guestfs_file_architecture>."
11553 msgstr ""
11554
11555 # type: textblock
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
11558 msgid ""
11559 "If the architecture could not be determined, then the string C<unknown> is "
11560 "returned."
11561 msgstr ""
11562
11563 # type: textblock
11564 #. type: textblock
11565 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2619
11566 #: ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2750
11567 #: ../src/guestfs-actions.pod:2778 ../src/guestfs-actions.pod:2870
11568 #: ../src/guestfs-actions.pod:2901 ../src/guestfs-actions.pod:2925
11569 #: ../src/guestfs-actions.pod:2979 ../src/guestfs-actions.pod:3022
11570 #: ../src/guestfs-actions.pod:3045 ../src/guestfs-actions.pod:3066
11571 #: ../src/guestfs-actions.pod:3086 ../src/guestfs-actions.pod:3103
11572 #: ../src/guestfs-actions.pod:3122 ../src/guestfs-actions.pod:3225
11573 #: ../src/guestfs-actions.pod:3266 ../fish/guestfish-actions.pod:1698
11574 #: ../fish/guestfish-actions.pod:1784 ../fish/guestfish-actions.pod:1872
11575 #: ../fish/guestfish-actions.pod:1887 ../fish/guestfish-actions.pod:1908
11576 #: ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:2002
11577 #: ../fish/guestfish-actions.pod:2019 ../fish/guestfish-actions.pod:2062
11578 #: ../fish/guestfish-actions.pod:2097 ../fish/guestfish-actions.pod:2113
11579 #: ../fish/guestfish-actions.pod:2129 ../fish/guestfish-actions.pod:2142
11580 #: ../fish/guestfish-actions.pod:2155 ../fish/guestfish-actions.pod:2170
11581 #: ../fish/guestfish-actions.pod:2269 ../fish/guestfish-actions.pod:2303
11582 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
11583 msgstr ""
11584
11585 # type: =head2
11586 #. type: =head2
11587 #: ../src/guestfs-actions.pod:2533
11588 msgid "guestfs_inspect_get_distro"
11589 msgstr ""
11590
11591 # type: verbatim
11592 #. type: verbatim
11593 #: ../src/guestfs-actions.pod:2535
11594 #, no-wrap
11595 msgid ""
11596 " char *\n"
11597 " guestfs_inspect_get_distro (guestfs_h *g,\n"
11598 "                             const char *root);\n"
11599 "\n"
11600 msgstr ""
11601
11602 # type: textblock
11603 #. type: textblock
11604 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
11605 msgid ""
11606 "This returns the distro (distribution) of the inspected operating system."
11607 msgstr ""
11608
11609 # type: textblock
11610 #. type: textblock
11611 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
11612 msgid "Currently defined distros are:"
11613 msgstr ""
11614
11615 # type: =item
11616 #. type: =item
11617 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
11618 msgid "\"archlinux\""
11619 msgstr ""
11620
11621 # type: textblock
11622 #. type: textblock
11623 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
11624 msgid "Arch Linux."
11625 msgstr ""
11626
11627 #. type: =item
11628 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
11629 msgid "\"centos\""
11630 msgstr ""
11631
11632 #. type: textblock
11633 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
11634 msgid "CentOS."
11635 msgstr ""
11636
11637 # type: =item
11638 #. type: =item
11639 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
11640 msgid "\"debian\""
11641 msgstr ""
11642
11643 # type: textblock
11644 #. type: textblock
11645 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
11646 msgid "Debian."
11647 msgstr ""
11648
11649 # type: =item
11650 #. type: =item
11651 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
11652 msgid "\"fedora\""
11653 msgstr ""
11654
11655 # type: textblock
11656 #. type: textblock
11657 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
11658 msgid "Fedora."
11659 msgstr ""
11660
11661 # type: =item
11662 #. type: =item
11663 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
11664 msgid "\"gentoo\""
11665 msgstr ""
11666
11667 # type: textblock
11668 #. type: textblock
11669 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
11670 msgid "Gentoo."
11671 msgstr ""
11672
11673 # type: =item
11674 #. type: =item
11675 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
11676 msgid "\"linuxmint\""
11677 msgstr ""
11678
11679 # type: textblock
11680 #. type: textblock
11681 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
11682 msgid "Linux Mint."
11683 msgstr ""
11684
11685 # type: =item
11686 #. type: =item
11687 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
11688 msgid "\"mandriva\""
11689 msgstr ""
11690
11691 # type: textblock
11692 #. type: textblock
11693 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
11694 msgid "Mandriva."
11695 msgstr ""
11696
11697 # type: =item
11698 #. type: =item
11699 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
11700 msgid "\"meego\""
11701 msgstr ""
11702
11703 # type: textblock
11704 #. type: textblock
11705 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
11706 msgid "MeeGo."
11707 msgstr ""
11708
11709 # type: =item
11710 #. type: =item
11711 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
11712 msgid "\"pardus\""
11713 msgstr ""
11714
11715 # type: textblock
11716 #. type: textblock
11717 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
11718 msgid "Pardus."
11719 msgstr ""
11720
11721 # type: =item
11722 #. type: =item
11723 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
11724 msgid "\"redhat-based\""
11725 msgstr ""
11726
11727 # type: textblock
11728 #. type: textblock
11729 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
11730 msgid "Some Red Hat-derived distro."
11731 msgstr ""
11732
11733 # type: =item
11734 #. type: =item
11735 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
11736 msgid "\"rhel\""
11737 msgstr ""
11738
11739 #. type: textblock
11740 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
11741 msgid "Red Hat Enterprise Linux."
11742 msgstr ""
11743
11744 #. type: =item
11745 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
11746 msgid "\"scientificlinux\""
11747 msgstr ""
11748
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
11751 msgid "Scientific Linux."
11752 msgstr ""
11753
11754 #. type: =item
11755 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1762
11756 msgid "\"slackware\""
11757 msgstr ""
11758
11759 #. type: textblock
11760 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
11761 msgid "Slackware."
11762 msgstr ""
11763
11764 # type: =item
11765 #. type: =item
11766 #: ../src/guestfs-actions.pod:2601 ../fish/guestfish-actions.pod:1766
11767 msgid "\"ubuntu\""
11768 msgstr ""
11769
11770 # type: textblock
11771 #. type: textblock
11772 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
11773 msgid "Ubuntu."
11774 msgstr ""
11775
11776 # type: =item
11777 #. type: =item
11778 #: ../src/guestfs-actions.pod:2605 ../src/guestfs-actions.pod:2721
11779 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:1770
11780 #: ../fish/guestfish-actions.pod:1863 ../fish/guestfish-actions.pod:2088
11781 msgid "\"unknown\""
11782 msgstr ""
11783
11784 # type: textblock
11785 #. type: textblock
11786 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1772
11787 msgid "The distro could not be determined."
11788 msgstr ""
11789
11790 # type: =item
11791 #. type: =item
11792 #: ../src/guestfs-actions.pod:2609 ../src/guestfs-actions.pod:3005
11793 #: ../fish/guestfish-actions.pod:1774 ../fish/guestfish-actions.pod:2080
11794 msgid "\"windows\""
11795 msgstr ""
11796
11797 # type: textblock
11798 #. type: textblock
11799 #: ../src/guestfs-actions.pod:2611 ../fish/guestfish-actions.pod:1776
11800 msgid ""
11801 "Windows does not have distributions.  This string is returned if the OS type "
11802 "is Windows."
11803 msgstr ""
11804
11805 # type: textblock
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2727
11808 #: ../src/guestfs-actions.pod:3019 ../fish/guestfish-actions.pod:1781
11809 #: ../fish/guestfish-actions.pod:1869 ../fish/guestfish-actions.pod:2094
11810 msgid ""
11811 "Future versions of libguestfs may return other strings here.  The caller "
11812 "should be prepared to handle any string."
11813 msgstr ""
11814
11815 #. type: =head2
11816 #: ../src/guestfs-actions.pod:2626
11817 msgid "guestfs_inspect_get_drive_mappings"
11818 msgstr ""
11819
11820 #. type: verbatim
11821 #: ../src/guestfs-actions.pod:2628
11822 #, no-wrap
11823 msgid ""
11824 " char **\n"
11825 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
11826 "                                     const char *root);\n"
11827 "\n"
11828 msgstr ""
11829
11830 #. type: textblock
11831 #: ../src/guestfs-actions.pod:2635 ../fish/guestfish-actions.pod:1793
11832 msgid ""
11833 "This call is useful for Windows which uses a primitive system of assigning "
11834 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
11835 "Windows Registry to find out how disks/partitions are mapped to drive "
11836 "letters, and returns a hash table as in the example below:"
11837 msgstr ""
11838
11839 #. type: verbatim
11840 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
11841 #, no-wrap
11842 msgid ""
11843 " C      =>     /dev/vda2\n"
11844 " E      =>     /dev/vdb1\n"
11845 " F      =>     /dev/vdc1\n"
11846 "\n"
11847 msgstr ""
11848
11849 #. type: textblock
11850 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1803
11851 msgid ""
11852 "Note that keys are drive letters.  For Windows, the key is case insensitive "
11853 "and just contains the drive letter, without the customary colon separator "
11854 "character."
11855 msgstr ""
11856
11857 #. type: textblock
11858 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
11859 msgid ""
11860 "In future we may support other operating systems that also used drive "
11861 "letters, but the keys for those might not be case insensitive and might be "
11862 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
11863 "C<h1> etc."
11864 msgstr ""
11865
11866 #. type: textblock
11867 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
11868 msgid ""
11869 "For Windows guests, currently only hard drive mappings are returned.  "
11870 "Removable disks (eg. DVD-ROMs) are ignored."
11871 msgstr ""
11872
11873 #. type: textblock
11874 #: ../src/guestfs-actions.pod:2657 ../fish/guestfish-actions.pod:1815
11875 msgid ""
11876 "For guests that do not use drive mappings, or if the drive mappings could "
11877 "not be determined, this returns an empty hash table."
11878 msgstr ""
11879
11880 #. type: textblock
11881 #: ../src/guestfs-actions.pod:2660
11882 msgid ""
11883 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11884 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
11885 msgstr ""
11886
11887 # type: textblock
11888 #. type: textblock
11889 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2840
11890 #: ../src/guestfs-actions.pod:3600 ../src/guestfs-actions.pod:4810
11891 #: ../src/guestfs-actions.pod:6715
11892 msgid ""
11893 "This function returns a NULL-terminated array of strings, or NULL if there "
11894 "was an error.  The array of strings will always have length C<2n+1>, where "
11895 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11896 "caller must free the strings and the array after use>."
11897 msgstr ""
11898
11899 # type: =head2
11900 #. type: =head2
11901 #: ../src/guestfs-actions.pod:2670
11902 msgid "guestfs_inspect_get_filesystems"
11903 msgstr ""
11904
11905 # type: verbatim
11906 #. type: verbatim
11907 #: ../src/guestfs-actions.pod:2672
11908 #, no-wrap
11909 msgid ""
11910 " char **\n"
11911 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11912 "                                  const char *root);\n"
11913 "\n"
11914 msgstr ""
11915
11916 # type: textblock
11917 #. type: textblock
11918 #: ../src/guestfs-actions.pod:2679 ../fish/guestfish-actions.pod:1829
11919 msgid ""
11920 "This returns a list of all the filesystems that we think are associated with "
11921 "this operating system.  This includes the root filesystem, other ordinary "
11922 "filesystems, and non-mounted devices like swap partitions."
11923 msgstr ""
11924
11925 # type: textblock
11926 #. type: textblock
11927 #: ../src/guestfs-actions.pod:2684 ../fish/guestfish-actions.pod:1834
11928 msgid ""
11929 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11930 "to be shared between operating systems."
11931 msgstr ""
11932
11933 # type: textblock
11934 #. type: textblock
11935 #: ../src/guestfs-actions.pod:2687
11936 msgid ""
11937 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11938 "C<guestfs_inspect_get_mountpoints>."
11939 msgstr ""
11940
11941 #. type: =head2
11942 #: ../src/guestfs-actions.pod:2696
11943 msgid "guestfs_inspect_get_format"
11944 msgstr ""
11945
11946 #. type: verbatim
11947 #: ../src/guestfs-actions.pod:2698
11948 #, no-wrap
11949 msgid ""
11950 " char *\n"
11951 " guestfs_inspect_get_format (guestfs_h *g,\n"
11952 "                             const char *root);\n"
11953 "\n"
11954 msgstr ""
11955
11956 #. type: textblock
11957 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
11958 msgid ""
11959 "This returns the format of the inspected operating system.  You can use it "
11960 "to detect install images, live CDs and similar."
11961 msgstr ""
11962
11963 #. type: textblock
11964 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
11965 msgid "Currently defined formats are:"
11966 msgstr ""
11967
11968 #. type: =item
11969 #: ../src/guestfs-actions.pod:2712 ../fish/guestfish-actions.pod:1854
11970 msgid "\"installed\""
11971 msgstr ""
11972
11973 #. type: textblock
11974 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1856
11975 msgid "This is an installed operating system."
11976 msgstr ""
11977
11978 #. type: =item
11979 #: ../src/guestfs-actions.pod:2716 ../fish/guestfish-actions.pod:1858
11980 msgid "\"installer\""
11981 msgstr ""
11982
11983 #. type: textblock
11984 #: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1860
11985 msgid ""
11986 "The disk image being inspected is not an installed operating system, but a "
11987 "I<bootable> install disk, live CD, or similar."
11988 msgstr ""
11989
11990 #. type: textblock
11991 #: ../src/guestfs-actions.pod:2723 ../fish/guestfish-actions.pod:1865
11992 msgid "The format of this disk image is not known."
11993 msgstr ""
11994
11995 # type: =head2
11996 #. type: =head2
11997 #: ../src/guestfs-actions.pod:2735
11998 msgid "guestfs_inspect_get_hostname"
11999 msgstr ""
12000
12001 # type: verbatim
12002 #. type: verbatim
12003 #: ../src/guestfs-actions.pod:2737
12004 #, no-wrap
12005 msgid ""
12006 " char *\n"
12007 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
12008 "                               const char *root);\n"
12009 "\n"
12010 msgstr ""
12011
12012 # type: textblock
12013 #. type: textblock
12014 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
12015 msgid ""
12016 "This function returns the hostname of the operating system as found by "
12017 "inspection of the guest's configuration files."
12018 msgstr ""
12019
12020 # type: textblock
12021 #. type: textblock
12022 #: ../src/guestfs-actions.pod:2747 ../fish/guestfish-actions.pod:1884
12023 msgid ""
12024 "If the hostname could not be determined, then the string C<unknown> is "
12025 "returned."
12026 msgstr ""
12027
12028 # type: textblock
12029 #. type: textblock
12030 #: ../src/guestfs-actions.pod:2755
12031 msgid "(Added in 1.7.9)"
12032 msgstr ""
12033
12034 # type: =head2
12035 #. type: =head2
12036 #: ../src/guestfs-actions.pod:2757
12037 msgid "guestfs_inspect_get_major_version"
12038 msgstr ""
12039
12040 # type: verbatim
12041 #. type: verbatim
12042 #: ../src/guestfs-actions.pod:2759
12043 #, no-wrap
12044 msgid ""
12045 " int\n"
12046 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
12047 "                                    const char *root);\n"
12048 "\n"
12049 msgstr ""
12050
12051 # type: textblock
12052 #. type: textblock
12053 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
12054 msgid ""
12055 "This returns the major version number of the inspected operating system."
12056 msgstr ""
12057
12058 # type: textblock
12059 #. type: textblock
12060 #: ../src/guestfs-actions.pod:2769 ../fish/guestfish-actions.pod:1899
12061 msgid ""
12062 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
12063 "popular public names used by the operating system.  Notably the operating "
12064 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
12065 "1).  You can find out the real versions corresponding to releases of Windows "
12066 "by consulting Wikipedia or MSDN."
12067 msgstr ""
12068
12069 # type: textblock
12070 #. type: textblock
12071 #: ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2796
12072 #: ../fish/guestfish-actions.pod:1906 ../fish/guestfish-actions.pod:1920
12073 msgid "If the version could not be determined, then C<0> is returned."
12074 msgstr ""
12075
12076 # type: =head2
12077 #. type: =head2
12078 #: ../src/guestfs-actions.pod:2784
12079 msgid "guestfs_inspect_get_minor_version"
12080 msgstr ""
12081
12082 # type: verbatim
12083 #. type: verbatim
12084 #: ../src/guestfs-actions.pod:2786
12085 #, no-wrap
12086 msgid ""
12087 " int\n"
12088 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
12089 "                                    const char *root);\n"
12090 "\n"
12091 msgstr ""
12092
12093 # type: textblock
12094 #. type: textblock
12095 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1917
12096 msgid ""
12097 "This returns the minor version number of the inspected operating system."
12098 msgstr ""
12099
12100 # type: textblock
12101 #. type: textblock
12102 #: ../src/guestfs-actions.pod:2798
12103 msgid ""
12104 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12105 "C<guestfs_inspect_get_major_version>."
12106 msgstr ""
12107
12108 # type: =head2
12109 #. type: =head2
12110 #: ../src/guestfs-actions.pod:2805
12111 msgid "guestfs_inspect_get_mountpoints"
12112 msgstr ""
12113
12114 # type: verbatim
12115 #. type: verbatim
12116 #: ../src/guestfs-actions.pod:2807
12117 #, no-wrap
12118 msgid ""
12119 " char **\n"
12120 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
12121 "                                  const char *root);\n"
12122 "\n"
12123 msgstr ""
12124
12125 #. type: textblock
12126 #: ../src/guestfs-actions.pod:2814 ../fish/guestfish-actions.pod:1932
12127 msgid ""
12128 "This returns a hash of where we think the filesystems associated with this "
12129 "operating system should be mounted.  Callers should note that this is at "
12130 "best an educated guess made by reading configuration files such as C</etc/"
12131 "fstab>.  I<In particular note> that this may return filesystems which are "
12132 "non-existent or not mountable and callers should be prepared to handle or "
12133 "ignore failures if they try to mount them."
12134 msgstr ""
12135
12136 # type: textblock
12137 #. type: textblock
12138 #: ../src/guestfs-actions.pod:2823 ../fish/guestfish-actions.pod:1941
12139 msgid ""
12140 "Each element in the returned hashtable has a key which is the path of the "
12141 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
12142 "mounted there (eg. C</dev/sda1>)."
12143 msgstr ""
12144
12145 # type: textblock
12146 #. type: textblock
12147 #: ../src/guestfs-actions.pod:2828 ../fish/guestfish-actions.pod:1946
12148 msgid ""
12149 "Non-mounted devices such as swap devices are I<not> returned in this list."
12150 msgstr ""
12151
12152 #. type: textblock
12153 #: ../src/guestfs-actions.pod:2831
12154 msgid ""
12155 "For operating systems like Windows which still use drive letters, this call "
12156 "will only return an entry for the first drive \"mounted on\" C</>.  For "
12157 "information about the mapping of drive letters to partitions, see "
12158 "C<guestfs_inspect_get_drive_mappings>."
12159 msgstr ""
12160
12161 # type: textblock
12162 #. type: textblock
12163 #: ../src/guestfs-actions.pod:2837
12164 msgid ""
12165 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12166 "C<guestfs_inspect_get_filesystems>."
12167 msgstr ""
12168
12169 # type: =head2
12170 #. type: =head2
12171 #: ../src/guestfs-actions.pod:2848
12172 msgid "guestfs_inspect_get_package_format"
12173 msgstr ""
12174
12175 # type: verbatim
12176 #. type: verbatim
12177 #: ../src/guestfs-actions.pod:2850
12178 #, no-wrap
12179 msgid ""
12180 " char *\n"
12181 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
12182 "                                     const char *root);\n"
12183 "\n"
12184 msgstr ""
12185
12186 # type: textblock
12187 #. type: textblock
12188 #: ../src/guestfs-actions.pod:2857
12189 msgid ""
12190 "This function and C<guestfs_inspect_get_package_management> return the "
12191 "package format and package management tool used by the inspected operating "
12192 "system.  For example for Fedora these functions would return C<rpm> (package "
12193 "format) and C<yum> (package management)."
12194 msgstr ""
12195
12196 # type: textblock
12197 #. type: textblock
12198 #: ../src/guestfs-actions.pod:2863 ../fish/guestfish-actions.pod:1971
12199 msgid ""
12200 "This returns the string C<unknown> if we could not determine the package "
12201 "format I<or> if the operating system does not have a real packaging system "
12202 "(eg. Windows)."
12203 msgstr ""
12204
12205 # type: textblock
12206 #. type: textblock
12207 #: ../src/guestfs-actions.pod:2867 ../fish/guestfish-actions.pod:1975
12208 msgid ""
12209 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
12210 "Future versions of libguestfs may return other strings."
12211 msgstr ""
12212
12213 # type: textblock
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2906
12216 msgid "(Added in 1.7.5)"
12217 msgstr ""
12218
12219 # type: =head2
12220 #. type: =head2
12221 #: ../src/guestfs-actions.pod:2877
12222 msgid "guestfs_inspect_get_package_management"
12223 msgstr ""
12224
12225 # type: verbatim
12226 #. type: verbatim
12227 #: ../src/guestfs-actions.pod:2879
12228 #, no-wrap
12229 msgid ""
12230 " char *\n"
12231 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
12232 "                                         const char *root);\n"
12233 "\n"
12234 msgstr ""
12235
12236 # type: textblock
12237 #. type: textblock
12238 #: ../src/guestfs-actions.pod:2886
12239 msgid ""
12240 "C<guestfs_inspect_get_package_format> and this function return the package "
12241 "format and package management tool used by the inspected operating system.  "
12242 "For example for Fedora these functions would return C<rpm> (package format) "
12243 "and C<yum> (package management)."
12244 msgstr ""
12245
12246 # type: textblock
12247 #. type: textblock
12248 #: ../src/guestfs-actions.pod:2892 ../fish/guestfish-actions.pod:1993
12249 msgid ""
12250 "This returns the string C<unknown> if we could not determine the package "
12251 "management tool I<or> if the operating system does not have a real packaging "
12252 "system (eg. Windows)."
12253 msgstr ""
12254
12255 # type: textblock
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:2896 ../fish/guestfish-actions.pod:1997
12258 msgid ""
12259 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
12260 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
12261 "libguestfs may return other strings."
12262 msgstr ""
12263
12264 # type: =head2
12265 #. type: =head2
12266 #: ../src/guestfs-actions.pod:2908
12267 msgid "guestfs_inspect_get_product_name"
12268 msgstr ""
12269
12270 # type: verbatim
12271 #. type: verbatim
12272 #: ../src/guestfs-actions.pod:2910
12273 #, no-wrap
12274 msgid ""
12275 " char *\n"
12276 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
12277 "                                   const char *root);\n"
12278 "\n"
12279 msgstr ""
12280
12281 # type: textblock
12282 #. type: textblock
12283 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2011
12284 msgid ""
12285 "This returns the product name of the inspected operating system.  The "
12286 "product name is generally some freeform string which can be displayed to the "
12287 "user, but should not be parsed by programs."
12288 msgstr ""
12289
12290 # type: textblock
12291 #. type: textblock
12292 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2016
12293 msgid ""
12294 "If the product name could not be determined, then the string C<unknown> is "
12295 "returned."
12296 msgstr ""
12297
12298 #. type: =head2
12299 #: ../src/guestfs-actions.pod:2932
12300 msgid "guestfs_inspect_get_product_variant"
12301 msgstr ""
12302
12303 #. type: verbatim
12304 #: ../src/guestfs-actions.pod:2934
12305 #, no-wrap
12306 msgid ""
12307 " char *\n"
12308 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
12309 "                                      const char *root);\n"
12310 "\n"
12311 msgstr ""
12312
12313 #. type: textblock
12314 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
12315 msgid "This returns the product variant of the inspected operating system."
12316 msgstr ""
12317
12318 #. type: textblock
12319 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2031
12320 msgid ""
12321 "For Windows guests, this returns the contents of the Registry key C<HKLM"
12322 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
12323 "is usually a string such as C<Client> or C<Server> (other values are "
12324 "possible).  This can be used to distinguish consumer and enterprise versions "
12325 "of Windows that have the same version number (for example, Windows 7 and "
12326 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
12327 "the latter is C<Server>)."
12328 msgstr ""
12329
12330 #. type: textblock
12331 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2040
12332 msgid ""
12333 "For enterprise Linux guests, in future we intend this to return the product "
12334 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
12335 "implemented at present."
12336 msgstr ""
12337
12338 #. type: textblock
12339 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2044
12340 msgid ""
12341 "If the product variant could not be determined, then the string C<unknown> "
12342 "is returned."
12343 msgstr ""
12344
12345 #. type: textblock
12346 #: ../src/guestfs-actions.pod:2960
12347 msgid ""
12348 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12349 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
12350 msgstr ""
12351
12352 # type: =head2
12353 #. type: =head2
12354 #: ../src/guestfs-actions.pod:2967
12355 msgid "guestfs_inspect_get_roots"
12356 msgstr ""
12357
12358 # type: verbatim
12359 #. type: verbatim
12360 #: ../src/guestfs-actions.pod:2969
12361 #, no-wrap
12362 msgid ""
12363 " char **\n"
12364 " guestfs_inspect_get_roots (guestfs_h *g);\n"
12365 "\n"
12366 msgstr ""
12367
12368 # type: textblock
12369 #. type: textblock
12370 #: ../src/guestfs-actions.pod:2972
12371 msgid ""
12372 "This function is a convenient way to get the list of root devices, as "
12373 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
12374 "the whole inspection process."
12375 msgstr ""
12376
12377 # type: textblock
12378 #. type: textblock
12379 #: ../src/guestfs-actions.pod:2976
12380 msgid ""
12381 "This returns an empty list if either no root devices were found or the "
12382 "caller has not called C<guestfs_inspect_os>."
12383 msgstr ""
12384
12385 # type: textblock
12386 #. type: textblock
12387 #: ../src/guestfs-actions.pod:2985
12388 msgid "(Added in 1.7.3)"
12389 msgstr ""
12390
12391 # type: =head2
12392 #. type: =head2
12393 #: ../src/guestfs-actions.pod:2987
12394 msgid "guestfs_inspect_get_type"
12395 msgstr ""
12396
12397 # type: verbatim
12398 #. type: verbatim
12399 #: ../src/guestfs-actions.pod:2989
12400 #, no-wrap
12401 msgid ""
12402 " char *\n"
12403 " guestfs_inspect_get_type (guestfs_h *g,\n"
12404 "                           const char *root);\n"
12405 "\n"
12406 msgstr ""
12407
12408 # type: textblock
12409 #. type: textblock
12410 #: ../src/guestfs-actions.pod:2996 ../fish/guestfish-actions.pod:2071
12411 msgid ""
12412 "This returns the type of the inspected operating system.  Currently defined "
12413 "types are:"
12414 msgstr ""
12415
12416 # type: =item
12417 #. type: =item
12418 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
12419 msgid "\"linux\""
12420 msgstr ""
12421
12422 # type: textblock
12423 #. type: textblock
12424 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
12425 msgid "Any Linux-based operating system."
12426 msgstr ""
12427
12428 # type: textblock
12429 #. type: textblock
12430 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
12431 msgid "Any Microsoft Windows operating system."
12432 msgstr ""
12433
12434 # type: =item
12435 #. type: =item
12436 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2084
12437 msgid "\"freebsd\""
12438 msgstr ""
12439
12440 # type: textblock
12441 #. type: textblock
12442 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2086
12443 msgid "FreeBSD."
12444 msgstr ""
12445
12446 # type: textblock
12447 #. type: textblock
12448 #: ../src/guestfs-actions.pod:3015 ../fish/guestfish-actions.pod:2090
12449 msgid "The operating system type could not be determined."
12450 msgstr ""
12451
12452 #. type: =head2
12453 #: ../src/guestfs-actions.pod:3029
12454 msgid "guestfs_inspect_get_windows_current_control_set"
12455 msgstr ""
12456
12457 #. type: verbatim
12458 #: ../src/guestfs-actions.pod:3031
12459 #, no-wrap
12460 msgid ""
12461 " char *\n"
12462 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
12463 "                                                  const char *root);\n"
12464 "\n"
12465 msgstr ""
12466
12467 #. type: textblock
12468 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
12469 msgid ""
12470 "This returns the Windows CurrentControlSet of the inspected guest.  The "
12471 "CurrentControlSet is a registry key name such as C<ControlSet001>."
12472 msgstr ""
12473
12474 #. type: textblock
12475 #: ../src/guestfs-actions.pod:3041 ../fish/guestfish-actions.pod:2109
12476 msgid ""
12477 "This call assumes that the guest is Windows and that the Registry could be "
12478 "examined by inspection.  If this is not the case then an error is returned."
12479 msgstr ""
12480
12481 # type: =head2
12482 #. type: =head2
12483 #: ../src/guestfs-actions.pod:3050
12484 msgid "guestfs_inspect_get_windows_systemroot"
12485 msgstr ""
12486
12487 # type: verbatim
12488 #. type: verbatim
12489 #: ../src/guestfs-actions.pod:3052
12490 #, no-wrap
12491 msgid ""
12492 " char *\n"
12493 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
12494 "                                         const char *root);\n"
12495 "\n"
12496 msgstr ""
12497
12498 # type: textblock
12499 #. type: textblock
12500 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
12501 msgid ""
12502 "This returns the Windows systemroot of the inspected guest.  The systemroot "
12503 "is a directory path such as C</WINDOWS>."
12504 msgstr ""
12505
12506 # type: textblock
12507 #. type: textblock
12508 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2125
12509 msgid ""
12510 "This call assumes that the guest is Windows and that the systemroot could be "
12511 "determined by inspection.  If this is not the case then an error is returned."
12512 msgstr ""
12513
12514 # type: textblock
12515 #. type: textblock
12516 #: ../src/guestfs-actions.pod:3071
12517 msgid "(Added in 1.5.25)"
12518 msgstr ""
12519
12520 #. type: =head2
12521 #: ../src/guestfs-actions.pod:3073
12522 msgid "guestfs_inspect_is_live"
12523 msgstr ""
12524
12525 #. type: verbatim
12526 #: ../src/guestfs-actions.pod:3075
12527 #, no-wrap
12528 msgid ""
12529 " int\n"
12530 " guestfs_inspect_is_live (guestfs_h *g,\n"
12531 "                          const char *root);\n"
12532 "\n"
12533 msgstr ""
12534
12535 #. type: textblock
12536 #: ../src/guestfs-actions.pod:3082
12537 msgid ""
12538 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12539 "disk), then this returns true if a live image was detected on the disk."
12540 msgstr ""
12541
12542 #. type: =head2
12543 #: ../src/guestfs-actions.pod:3090
12544 msgid "guestfs_inspect_is_multipart"
12545 msgstr ""
12546
12547 #. type: verbatim
12548 #: ../src/guestfs-actions.pod:3092
12549 #, no-wrap
12550 msgid ""
12551 " int\n"
12552 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
12553 "                               const char *root);\n"
12554 "\n"
12555 msgstr ""
12556
12557 #. type: textblock
12558 #: ../src/guestfs-actions.pod:3099
12559 msgid ""
12560 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12561 "disk), then this returns true if the disk is part of a set."
12562 msgstr ""
12563
12564 #. type: =head2
12565 #: ../src/guestfs-actions.pod:3107
12566 msgid "guestfs_inspect_is_netinst"
12567 msgstr ""
12568
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:3109
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
12575 "                             const char *root);\n"
12576 "\n"
12577 msgstr ""
12578
12579 #. type: textblock
12580 #: ../src/guestfs-actions.pod:3116
12581 msgid ""
12582 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12583 "disk), then this returns true if the disk is a network installer, ie. not a "
12584 "self-contained install CD but one which is likely to require network access "
12585 "to complete the install."
12586 msgstr ""
12587
12588 # type: =head2
12589 #. type: =head2
12590 #: ../src/guestfs-actions.pod:3126
12591 msgid "guestfs_inspect_list_applications"
12592 msgstr ""
12593
12594 # type: verbatim
12595 #. type: verbatim
12596 #: ../src/guestfs-actions.pod:3128
12597 #, no-wrap
12598 msgid ""
12599 " struct guestfs_application_list *\n"
12600 " guestfs_inspect_list_applications (guestfs_h *g,\n"
12601 "                                    const char *root);\n"
12602 "\n"
12603 msgstr ""
12604
12605 # type: textblock
12606 #. type: textblock
12607 #: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2179
12608 msgid "Return the list of applications installed in the operating system."
12609 msgstr ""
12610
12611 # type: textblock
12612 #. type: textblock
12613 #: ../src/guestfs-actions.pod:3137
12614 msgid ""
12615 "I<Note:> This call works differently from other parts of the inspection "
12616 "API.  You have to call C<guestfs_inspect_os>, then "
12617 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
12618 "this.  Listing applications is a significantly more difficult operation "
12619 "which requires access to the full filesystem.  Also note that unlike the "
12620 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
12621 "the libguestfs handle, this call actually reads parts of the mounted "
12622 "filesystems during the call."
12623 msgstr ""
12624
12625 # type: textblock
12626 #. type: textblock
12627 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
12628 msgid ""
12629 "This returns an empty list if the inspection code was not able to determine "
12630 "the list of applications."
12631 msgstr ""
12632
12633 # type: textblock
12634 #. type: textblock
12635 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2194
12636 msgid "The application structure contains the following fields:"
12637 msgstr ""
12638
12639 # type: =item
12640 #. type: =item
12641 #: ../src/guestfs-actions.pod:3154 ../fish/guestfish-actions.pod:2198
12642 msgid "C<app_name>"
12643 msgstr ""
12644
12645 # type: textblock
12646 #. type: textblock
12647 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
12648 msgid ""
12649 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
12650 "guests, this is the package name."
12651 msgstr ""
12652
12653 # type: =item
12654 #. type: =item
12655 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
12656 msgid "C<app_display_name>"
12657 msgstr ""
12658
12659 # type: textblock
12660 #. type: textblock
12661 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
12662 msgid ""
12663 "The display name of the application, sometimes localized to the install "
12664 "language of the guest operating system."
12665 msgstr ""
12666
12667 # type: textblock
12668 #. type: textblock
12669 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
12670 msgid ""
12671 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
12672 "to display something can use C<app_name> instead."
12673 msgstr ""
12674
12675 # type: =item
12676 #. type: =item
12677 #: ../src/guestfs-actions.pod:3167 ../fish/guestfish-actions.pod:2211
12678 msgid "C<app_epoch>"
12679 msgstr ""
12680
12681 # type: textblock
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
12684 msgid ""
12685 "For package managers which use epochs, this contains the epoch of the "
12686 "package (an integer).  If unavailable, this is returned as C<0>."
12687 msgstr ""
12688
12689 # type: =item
12690 #. type: =item
12691 #: ../src/guestfs-actions.pod:3172 ../fish/guestfish-actions.pod:2216
12692 msgid "C<app_version>"
12693 msgstr ""
12694
12695 # type: textblock
12696 #. type: textblock
12697 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
12698 msgid ""
12699 "The version string of the application or package.  If unavailable this is "
12700 "returned as an empty string C<\"\">."
12701 msgstr ""
12702
12703 # type: =item
12704 #. type: =item
12705 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
12706 msgid "C<app_release>"
12707 msgstr ""
12708
12709 # type: textblock
12710 #. type: textblock
12711 #: ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:2223
12712 msgid ""
12713 "The release string of the application or package, for package managers that "
12714 "use this.  If unavailable this is returned as an empty string C<\"\">."
12715 msgstr ""
12716
12717 # type: =item
12718 #. type: =item
12719 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2227
12720 msgid "C<app_install_path>"
12721 msgstr ""
12722
12723 # type: textblock
12724 #. type: textblock
12725 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2229
12726 msgid ""
12727 "The installation path of the application (on operating systems such as "
12728 "Windows which use installation paths).  This path is in the format used by "
12729 "the guest operating system, it is not a libguestfs path."
12730 msgstr ""
12731
12732 # type: textblock
12733 #. type: textblock
12734 #: ../src/guestfs-actions.pod:3190 ../fish/guestfish-actions.pod:2234
12735 msgid "If unavailable this is returned as an empty string C<\"\">."
12736 msgstr ""
12737
12738 # type: =item
12739 #. type: =item
12740 #: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2236
12741 msgid "C<app_trans_path>"
12742 msgstr ""
12743
12744 # type: textblock
12745 #. type: textblock
12746 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
12747 msgid ""
12748 "The install path translated into a libguestfs path.  If unavailable this is "
12749 "returned as an empty string C<\"\">."
12750 msgstr ""
12751
12752 # type: =item
12753 #. type: =item
12754 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
12755 msgid "C<app_publisher>"
12756 msgstr ""
12757
12758 # type: textblock
12759 #. type: textblock
12760 #: ../src/guestfs-actions.pod:3199 ../fish/guestfish-actions.pod:2243
12761 msgid ""
12762 "The name of the publisher of the application, for package managers that use "
12763 "this.  If unavailable this is returned as an empty string C<\"\">."
12764 msgstr ""
12765
12766 # type: =item
12767 #. type: =item
12768 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2247
12769 msgid "C<app_url>"
12770 msgstr ""
12771
12772 # type: textblock
12773 #. type: textblock
12774 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
12775 msgid ""
12776 "The URL (eg. upstream URL) of the application.  If unavailable this is "
12777 "returned as an empty string C<\"\">."
12778 msgstr ""
12779
12780 # type: =item
12781 #. type: =item
12782 #: ../src/guestfs-actions.pod:3208 ../fish/guestfish-actions.pod:2252
12783 msgid "C<app_source_package>"
12784 msgstr ""
12785
12786 # type: textblock
12787 #. type: textblock
12788 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
12789 msgid ""
12790 "For packaging systems which support this, the name of the source package.  "
12791 "If unavailable this is returned as an empty string C<\"\">."
12792 msgstr ""
12793
12794 # type: =item
12795 #. type: =item
12796 #: ../src/guestfs-actions.pod:3213 ../fish/guestfish-actions.pod:2257
12797 msgid "C<app_summary>"
12798 msgstr ""
12799
12800 # type: textblock
12801 #. type: textblock
12802 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
12803 msgid ""
12804 "A short (usually one line) description of the application or package.  If "
12805 "unavailable this is returned as an empty string C<\"\">."
12806 msgstr ""
12807
12808 # type: =item
12809 #. type: =item
12810 #: ../src/guestfs-actions.pod:3218 ../fish/guestfish-actions.pod:2262
12811 msgid "C<app_description>"
12812 msgstr ""
12813
12814 # type: textblock
12815 #. type: textblock
12816 #: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2264
12817 msgid ""
12818 "A longer description of the application or package.  If unavailable this is "
12819 "returned as an empty string C<\"\">."
12820 msgstr ""
12821
12822 # type: textblock
12823 #. type: textblock
12824 #: ../src/guestfs-actions.pod:3227
12825 msgid ""
12826 "This function returns a C<struct guestfs_application_list *>, or NULL if "
12827 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
12828 "after use>."
12829 msgstr ""
12830
12831 # type: textblock
12832 #. type: textblock
12833 #: ../src/guestfs-actions.pod:3231
12834 msgid "(Added in 1.7.8)"
12835 msgstr ""
12836
12837 # type: =head2
12838 #. type: =head2
12839 #: ../src/guestfs-actions.pod:3233
12840 msgid "guestfs_inspect_os"
12841 msgstr ""
12842
12843 # type: verbatim
12844 #. type: verbatim
12845 #: ../src/guestfs-actions.pod:3235
12846 #, no-wrap
12847 msgid ""
12848 " char **\n"
12849 " guestfs_inspect_os (guestfs_h *g);\n"
12850 "\n"
12851 msgstr ""
12852
12853 # type: textblock
12854 #. type: textblock
12855 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2275
12856 msgid ""
12857 "This function uses other libguestfs functions and certain heuristics to "
12858 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
12859 "for operating systems."
12860 msgstr ""
12861
12862 # type: textblock
12863 #. type: textblock
12864 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2279
12865 msgid "The list returned is empty if no operating systems were found."
12866 msgstr ""
12867
12868 # type: textblock
12869 #. type: textblock
12870 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2281
12871 msgid ""
12872 "If one operating system was found, then this returns a list with a single "
12873 "element, which is the name of the root filesystem of this operating system.  "
12874 "It is also possible for this function to return a list containing more than "
12875 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
12876 "element being the root filesystem of one of the operating systems."
12877 msgstr ""
12878
12879 # type: textblock
12880 #. type: textblock
12881 #: ../src/guestfs-actions.pod:3251
12882 msgid ""
12883 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
12884 "functions in order to query further information about each operating system, "
12885 "such as the name and version."
12886 msgstr ""
12887
12888 # type: textblock
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:3256
12891 msgid ""
12892 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
12893 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
12894 "the contents.  This should be called with no disks currently mounted.  The "
12895 "function may also use Augeas, so any existing Augeas handle will be closed."
12896 msgstr ""
12897
12898 # type: textblock
12899 #. type: textblock
12900 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2299
12901 msgid ""
12902 "This function cannot decrypt encrypted disks.  The caller must do that first "
12903 "(supplying the necessary keys) if the disk is encrypted."
12904 msgstr ""
12905
12906 # type: textblock
12907 #. type: textblock
12908 #: ../src/guestfs-actions.pod:3268 ../src/guestfs-actions.pod:3558
12909 #: ../src/guestfs-actions.pod:3620
12910 msgid "See also C<guestfs_list_filesystems>."
12911 msgstr ""
12912
12913 # type: =head2
12914 #. type: =head2
12915 #: ../src/guestfs-actions.pod:3276
12916 msgid "guestfs_is_blockdev"
12917 msgstr ""
12918
12919 # type: verbatim
12920 #. type: verbatim
12921 #: ../src/guestfs-actions.pod:3278
12922 #, no-wrap
12923 msgid ""
12924 " int\n"
12925 " guestfs_is_blockdev (guestfs_h *g,\n"
12926 "                      const char *path);\n"
12927 "\n"
12928 msgstr ""
12929
12930 # type: textblock
12931 #. type: textblock
12932 #: ../src/guestfs-actions.pod:3282 ../fish/guestfish-actions.pod:2311
12933 msgid ""
12934 "This returns C<true> if and only if there is a block device with the given "
12935 "C<path> name."
12936 msgstr ""
12937
12938 # type: textblock
12939 #. type: textblock
12940 #: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:3314
12941 #: ../src/guestfs-actions.pod:3344 ../src/guestfs-actions.pod:3359
12942 #: ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3431
12943 #: ../src/guestfs-actions.pod:3446
12944 msgid "See also C<guestfs_stat>."
12945 msgstr ""
12946
12947 # type: textblock
12948 #. type: textblock
12949 #: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:3318
12950 #: ../src/guestfs-actions.pod:3363 ../src/guestfs-actions.pod:3435
12951 #: ../src/guestfs-actions.pod:3450
12952 msgid "(Added in 1.5.10)"
12953 msgstr ""
12954
12955 # type: =head2
12956 #. type: =head2
12957 #: ../src/guestfs-actions.pod:3291
12958 msgid "guestfs_is_busy"
12959 msgstr ""
12960
12961 # type: verbatim
12962 #. type: verbatim
12963 #: ../src/guestfs-actions.pod:3293
12964 #, no-wrap
12965 msgid ""
12966 " int\n"
12967 " guestfs_is_busy (guestfs_h *g);\n"
12968 "\n"
12969 msgstr ""
12970
12971 # type: textblock
12972 #. type: textblock
12973 #: ../src/guestfs-actions.pod:3296 ../fish/guestfish-actions.pod:2320
12974 msgid ""
12975 "This returns true iff this handle is busy processing a command (in the "
12976 "C<BUSY> state)."
12977 msgstr ""
12978
12979 # type: =head2
12980 #. type: =head2
12981 #: ../src/guestfs-actions.pod:3305
12982 msgid "guestfs_is_chardev"
12983 msgstr ""
12984
12985 # type: verbatim
12986 #. type: verbatim
12987 #: ../src/guestfs-actions.pod:3307
12988 #, no-wrap
12989 msgid ""
12990 " int\n"
12991 " guestfs_is_chardev (guestfs_h *g,\n"
12992 "                     const char *path);\n"
12993 "\n"
12994 msgstr ""
12995
12996 # type: textblock
12997 #. type: textblock
12998 #: ../src/guestfs-actions.pod:3311 ../fish/guestfish-actions.pod:2329
12999 msgid ""
13000 "This returns C<true> if and only if there is a character device with the "
13001 "given C<path> name."
13002 msgstr ""
13003
13004 # type: =head2
13005 #. type: =head2
13006 #: ../src/guestfs-actions.pod:3320
13007 msgid "guestfs_is_config"
13008 msgstr ""
13009
13010 # type: verbatim
13011 #. type: verbatim
13012 #: ../src/guestfs-actions.pod:3322
13013 #, no-wrap
13014 msgid ""
13015 " int\n"
13016 " guestfs_is_config (guestfs_h *g);\n"
13017 "\n"
13018 msgstr ""
13019
13020 # type: textblock
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:3325 ../fish/guestfish-actions.pod:2338
13023 msgid ""
13024 "This returns true iff this handle is being configured (in the C<CONFIG> "
13025 "state)."
13026 msgstr ""
13027
13028 # type: =head2
13029 #. type: =head2
13030 #: ../src/guestfs-actions.pod:3334
13031 msgid "guestfs_is_dir"
13032 msgstr ""
13033
13034 # type: verbatim
13035 #. type: verbatim
13036 #: ../src/guestfs-actions.pod:3336
13037 #, no-wrap
13038 msgid ""
13039 " int\n"
13040 " guestfs_is_dir (guestfs_h *g,\n"
13041 "                 const char *path);\n"
13042 "\n"
13043 msgstr ""
13044
13045 # type: textblock
13046 #. type: textblock
13047 #: ../src/guestfs-actions.pod:3340 ../fish/guestfish-actions.pod:2347
13048 msgid ""
13049 "This returns C<true> if and only if there is a directory with the given "
13050 "C<path> name.  Note that it returns false for other objects like files."
13051 msgstr ""
13052
13053 # type: =head2
13054 #. type: =head2
13055 #: ../src/guestfs-actions.pod:3350
13056 msgid "guestfs_is_fifo"
13057 msgstr ""
13058
13059 # type: verbatim
13060 #. type: verbatim
13061 #: ../src/guestfs-actions.pod:3352
13062 #, no-wrap
13063 msgid ""
13064 " int\n"
13065 " guestfs_is_fifo (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:3356 ../fish/guestfish-actions.pod:2357
13073 msgid ""
13074 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
13075 "given C<path> name."
13076 msgstr ""
13077
13078 # type: =head2
13079 #. type: =head2
13080 #: ../src/guestfs-actions.pod:3365
13081 msgid "guestfs_is_file"
13082 msgstr ""
13083
13084 # type: verbatim
13085 #. type: verbatim
13086 #: ../src/guestfs-actions.pod:3367
13087 #, no-wrap
13088 msgid ""
13089 " int\n"
13090 " guestfs_is_file (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:3371 ../fish/guestfish-actions.pod:2366
13098 msgid ""
13099 "This returns C<true> if and only if there is a regular file with the given "
13100 "C<path> name.  Note that it returns false for other objects like directories."
13101 msgstr ""
13102
13103 # type: =head2
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:3381
13106 msgid "guestfs_is_launching"
13107 msgstr ""
13108
13109 # type: verbatim
13110 #. type: verbatim
13111 #: ../src/guestfs-actions.pod:3383
13112 #, no-wrap
13113 msgid ""
13114 " int\n"
13115 " guestfs_is_launching (guestfs_h *g);\n"
13116 "\n"
13117 msgstr ""
13118
13119 # type: textblock
13120 #. type: textblock
13121 #: ../src/guestfs-actions.pod:3386 ../fish/guestfish-actions.pod:2376
13122 msgid ""
13123 "This returns true iff this handle is launching the subprocess (in the "
13124 "C<LAUNCHING> state)."
13125 msgstr ""
13126
13127 # type: =head2
13128 #. type: =head2
13129 #: ../src/guestfs-actions.pod:3395
13130 msgid "guestfs_is_lv"
13131 msgstr ""
13132
13133 # type: verbatim
13134 #. type: verbatim
13135 #: ../src/guestfs-actions.pod:3397
13136 #, no-wrap
13137 msgid ""
13138 " int\n"
13139 " guestfs_is_lv (guestfs_h *g,\n"
13140 "                const char *device);\n"
13141 "\n"
13142 msgstr ""
13143
13144 # type: textblock
13145 #. type: textblock
13146 #: ../src/guestfs-actions.pod:3401 ../fish/guestfish-actions.pod:2385
13147 msgid ""
13148 "This command tests whether C<device> is a logical volume, and returns true "
13149 "iff this is the case."
13150 msgstr ""
13151
13152 # type: =head2
13153 #. type: =head2
13154 #: ../src/guestfs-actions.pod:3408
13155 msgid "guestfs_is_ready"
13156 msgstr ""
13157
13158 # type: verbatim
13159 #. type: verbatim
13160 #: ../src/guestfs-actions.pod:3410
13161 #, no-wrap
13162 msgid ""
13163 " int\n"
13164 " guestfs_is_ready (guestfs_h *g);\n"
13165 "\n"
13166 msgstr ""
13167
13168 # type: textblock
13169 #. type: textblock
13170 #: ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:2392
13171 msgid ""
13172 "This returns true iff this handle is ready to accept commands (in the "
13173 "C<READY> state)."
13174 msgstr ""
13175
13176 # type: =head2
13177 #. type: =head2
13178 #: ../src/guestfs-actions.pod:3422
13179 msgid "guestfs_is_socket"
13180 msgstr ""
13181
13182 # type: verbatim
13183 #. type: verbatim
13184 #: ../src/guestfs-actions.pod:3424
13185 #, no-wrap
13186 msgid ""
13187 " int\n"
13188 " guestfs_is_socket (guestfs_h *g,\n"
13189 "                    const char *path);\n"
13190 "\n"
13191 msgstr ""
13192
13193 # type: textblock
13194 #. type: textblock
13195 #: ../src/guestfs-actions.pod:3428 ../fish/guestfish-actions.pod:2401
13196 msgid ""
13197 "This returns C<true> if and only if there is a Unix domain socket with the "
13198 "given C<path> name."
13199 msgstr ""
13200
13201 # type: =head2
13202 #. type: =head2
13203 #: ../src/guestfs-actions.pod:3437
13204 msgid "guestfs_is_symlink"
13205 msgstr ""
13206
13207 # type: verbatim
13208 #. type: verbatim
13209 #: ../src/guestfs-actions.pod:3439
13210 #, no-wrap
13211 msgid ""
13212 " int\n"
13213 " guestfs_is_symlink (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:3443 ../fish/guestfish-actions.pod:2410
13221 msgid ""
13222 "This returns C<true> if and only if there is a symbolic link with the given "
13223 "C<path> name."
13224 msgstr ""
13225
13226 # type: =head2
13227 #. type: =head2
13228 #: ../src/guestfs-actions.pod:3452
13229 msgid "guestfs_kill_subprocess"
13230 msgstr ""
13231
13232 # type: verbatim
13233 #. type: verbatim
13234 #: ../src/guestfs-actions.pod:3454
13235 #, no-wrap
13236 msgid ""
13237 " int\n"
13238 " guestfs_kill_subprocess (guestfs_h *g);\n"
13239 "\n"
13240 msgstr ""
13241
13242 # type: textblock
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:3457 ../fish/guestfish-actions.pod:2419
13245 msgid "This kills the qemu subprocess.  You should never need to call this."
13246 msgstr ""
13247
13248 # type: =head2
13249 #. type: =head2
13250 #: ../src/guestfs-actions.pod:3463
13251 msgid "guestfs_launch"
13252 msgstr ""
13253
13254 # type: verbatim
13255 #. type: verbatim
13256 #: ../src/guestfs-actions.pod:3465
13257 #, no-wrap
13258 msgid ""
13259 " int\n"
13260 " guestfs_launch (guestfs_h *g);\n"
13261 "\n"
13262 msgstr ""
13263
13264 # type: textblock
13265 #. type: textblock
13266 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
13267 msgid ""
13268 "Internally libguestfs is implemented by running a virtual machine using "
13269 "L<qemu(1)>."
13270 msgstr ""
13271
13272 # type: textblock
13273 #. type: textblock
13274 #: ../src/guestfs-actions.pod:3471 ../fish/guestfish-actions.pod:2430
13275 msgid ""
13276 "You should call this after configuring the handle (eg. adding drives) but "
13277 "before performing any actions."
13278 msgstr ""
13279
13280 # type: =head2
13281 #. type: =head2
13282 #: ../src/guestfs-actions.pod:3483
13283 msgid "guestfs_lchown"
13284 msgstr ""
13285
13286 # type: verbatim
13287 #. type: verbatim
13288 #: ../src/guestfs-actions.pod:3485
13289 #, no-wrap
13290 msgid ""
13291 " int\n"
13292 " guestfs_lchown (guestfs_h *g,\n"
13293 "                 int owner,\n"
13294 "                 int group,\n"
13295 "                 const char *path);\n"
13296 "\n"
13297 msgstr ""
13298
13299 # type: textblock
13300 #. type: textblock
13301 #: ../src/guestfs-actions.pod:3491
13302 msgid ""
13303 "Change the file owner to C<owner> and group to C<group>.  This is like "
13304 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
13305 "changed, not the target."
13306 msgstr ""
13307
13308 # type: =head2
13309 #. type: =head2
13310 #: ../src/guestfs-actions.pod:3503
13311 msgid "guestfs_lgetxattr"
13312 msgstr ""
13313
13314 # type: verbatim
13315 #. type: verbatim
13316 #: ../src/guestfs-actions.pod:3505
13317 #, no-wrap
13318 msgid ""
13319 " char *\n"
13320 " guestfs_lgetxattr (guestfs_h *g,\n"
13321 "                    const char *path,\n"
13322 "                    const char *name,\n"
13323 "                    size_t *size_r);\n"
13324 "\n"
13325 msgstr ""
13326
13327 # type: textblock
13328 #. type: textblock
13329 #: ../src/guestfs-actions.pod:3511 ../fish/guestfish-actions.pod:2449
13330 msgid ""
13331 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
13332 "is a symlink, then this call returns an extended attribute from the symlink."
13333 msgstr ""
13334
13335 # type: textblock
13336 #. type: textblock
13337 #: ../src/guestfs-actions.pod:3525
13338 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
13339 msgstr ""
13340
13341 # type: =head2
13342 #. type: =head2
13343 #: ../src/guestfs-actions.pod:3533
13344 msgid "guestfs_lgetxattrs"
13345 msgstr ""
13346
13347 # type: verbatim
13348 #. type: verbatim
13349 #: ../src/guestfs-actions.pod:3535
13350 #, no-wrap
13351 msgid ""
13352 " struct guestfs_xattr_list *\n"
13353 " guestfs_lgetxattrs (guestfs_h *g,\n"
13354 "                     const char *path);\n"
13355 "\n"
13356 msgstr ""
13357
13358 # type: textblock
13359 #. type: textblock
13360 #: ../src/guestfs-actions.pod:3539
13361 msgid ""
13362 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
13363 "then it returns the extended attributes of the link itself."
13364 msgstr ""
13365
13366 # type: =head2
13367 #. type: =head2
13368 #: ../src/guestfs-actions.pod:3549
13369 msgid "guestfs_list_devices"
13370 msgstr ""
13371
13372 # type: verbatim
13373 #. type: verbatim
13374 #: ../src/guestfs-actions.pod:3551
13375 #, no-wrap
13376 msgid ""
13377 " char **\n"
13378 " guestfs_list_devices (guestfs_h *g);\n"
13379 "\n"
13380 msgstr ""
13381
13382 # type: textblock
13383 #. type: textblock
13384 #: ../src/guestfs-actions.pod:3554 ../fish/guestfish-actions.pod:2477
13385 msgid "List all the block devices."
13386 msgstr ""
13387
13388 # type: textblock
13389 #. type: textblock
13390 #: ../src/guestfs-actions.pod:3556 ../fish/guestfish-actions.pod:2479
13391 msgid "The full block device names are returned, eg. C</dev/sda>."
13392 msgstr ""
13393
13394 # type: =head2
13395 #. type: =head2
13396 #: ../src/guestfs-actions.pod:3566
13397 msgid "guestfs_list_filesystems"
13398 msgstr ""
13399
13400 # type: verbatim
13401 #. type: verbatim
13402 #: ../src/guestfs-actions.pod:3568
13403 #, no-wrap
13404 msgid ""
13405 " char **\n"
13406 " guestfs_list_filesystems (guestfs_h *g);\n"
13407 "\n"
13408 msgstr ""
13409
13410 # type: textblock
13411 #. type: textblock
13412 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
13413 msgid ""
13414 "This inspection command looks for filesystems on partitions, block devices "
13415 "and logical volumes, returning a list of devices containing filesystems and "
13416 "their type."
13417 msgstr ""
13418
13419 # type: textblock
13420 #. type: textblock
13421 #: ../src/guestfs-actions.pod:3575 ../fish/guestfish-actions.pod:2491
13422 msgid ""
13423 "The return value is a hash, where the keys are the devices containing "
13424 "filesystems, and the values are the filesystem types.  For example:"
13425 msgstr ""
13426
13427 # type: verbatim
13428 #. type: verbatim
13429 #: ../src/guestfs-actions.pod:3579 ../fish/guestfish-actions.pod:2495
13430 #, no-wrap
13431 msgid ""
13432 " \"/dev/sda1\" => \"ntfs\"\n"
13433 " \"/dev/sda2\" => \"ext2\"\n"
13434 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
13435 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
13436 "\n"
13437 msgstr ""
13438
13439 # type: textblock
13440 #. type: textblock
13441 #: ../src/guestfs-actions.pod:3584 ../fish/guestfish-actions.pod:2500
13442 msgid ""
13443 "The value can have the special value \"unknown\", meaning the content of the "
13444 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
13445 msgstr ""
13446
13447 # type: textblock
13448 #. type: textblock
13449 #: ../src/guestfs-actions.pod:3588
13450 msgid ""
13451 "This command runs other libguestfs commands, which might include "
13452 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
13453 "soon after launch and only when nothing is mounted."
13454 msgstr ""
13455
13456 # type: textblock
13457 #. type: textblock
13458 #: ../src/guestfs-actions.pod:3592
13459 msgid ""
13460 "Not all of the filesystems returned will be mountable.  In particular, swap "
13461 "partitions are returned in the list.  Also this command does not check that "
13462 "each filesystem found is valid and mountable, and some filesystems might be "
13463 "mountable but require special options.  Filesystems may not all belong to a "
13464 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
13465 msgstr ""
13466
13467 # type: textblock
13468 #. type: textblock
13469 #: ../src/guestfs-actions.pod:3606 ../src/guestfs-actions.pod:5211
13470 msgid "(Added in 1.5.15)"
13471 msgstr ""
13472
13473 # type: =head2
13474 #. type: =head2
13475 #: ../src/guestfs-actions.pod:3608
13476 msgid "guestfs_list_partitions"
13477 msgstr ""
13478
13479 # type: verbatim
13480 #. type: verbatim
13481 #: ../src/guestfs-actions.pod:3610
13482 #, no-wrap
13483 msgid ""
13484 " char **\n"
13485 " guestfs_list_partitions (guestfs_h *g);\n"
13486 "\n"
13487 msgstr ""
13488
13489 # type: textblock
13490 #. type: textblock
13491 #: ../src/guestfs-actions.pod:3613 ../fish/guestfish-actions.pod:2520
13492 msgid "List all the partitions detected on all block devices."
13493 msgstr ""
13494
13495 # type: textblock
13496 #. type: textblock
13497 #: ../src/guestfs-actions.pod:3615 ../fish/guestfish-actions.pod:2522
13498 msgid "The full partition device names are returned, eg. C</dev/sda1>"
13499 msgstr ""
13500
13501 # type: textblock
13502 #. type: textblock
13503 #: ../src/guestfs-actions.pod:3617
13504 msgid ""
13505 "This does not return logical volumes.  For that you will need to call "
13506 "C<guestfs_lvs>."
13507 msgstr ""
13508
13509 # type: =head2
13510 #. type: =head2
13511 #: ../src/guestfs-actions.pod:3628
13512 msgid "guestfs_ll"
13513 msgstr ""
13514
13515 # type: verbatim
13516 #. type: verbatim
13517 #: ../src/guestfs-actions.pod:3630
13518 #, no-wrap
13519 msgid ""
13520 " char *\n"
13521 " guestfs_ll (guestfs_h *g,\n"
13522 "             const char *directory);\n"
13523 "\n"
13524 msgstr ""
13525
13526 # type: textblock
13527 #. type: textblock
13528 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
13529 msgid ""
13530 "List the files in C<directory> (relative to the root directory, there is no "
13531 "cwd) in the format of 'ls -la'."
13532 msgstr ""
13533
13534 # type: textblock
13535 #. type: textblock
13536 #: ../src/guestfs-actions.pod:3637 ../fish/guestfish-actions.pod:2536
13537 msgid ""
13538 "This command is mostly useful for interactive sessions.  It is I<not> "
13539 "intended that you try to parse the output string."
13540 msgstr ""
13541
13542 # type: =head2
13543 #. type: =head2
13544 #: ../src/guestfs-actions.pod:3645
13545 msgid "guestfs_ln"
13546 msgstr ""
13547
13548 # type: verbatim
13549 #. type: verbatim
13550 #: ../src/guestfs-actions.pod:3647
13551 #, no-wrap
13552 msgid ""
13553 " int\n"
13554 " guestfs_ln (guestfs_h *g,\n"
13555 "             const char *target,\n"
13556 "             const char *linkname);\n"
13557 "\n"
13558 msgstr ""
13559
13560 # type: textblock
13561 #. type: textblock
13562 #: ../src/guestfs-actions.pod:3652 ../fish/guestfish-actions.pod:2543
13563 msgid "This command creates a hard link using the C<ln> command."
13564 msgstr ""
13565
13566 # type: =head2
13567 #. type: =head2
13568 #: ../src/guestfs-actions.pod:3658
13569 msgid "guestfs_ln_f"
13570 msgstr ""
13571
13572 # type: verbatim
13573 #. type: verbatim
13574 #: ../src/guestfs-actions.pod:3660
13575 #, no-wrap
13576 msgid ""
13577 " int\n"
13578 " guestfs_ln_f (guestfs_h *g,\n"
13579 "               const char *target,\n"
13580 "               const char *linkname);\n"
13581 "\n"
13582 msgstr ""
13583
13584 #. type: textblock
13585 #: ../src/guestfs-actions.pod:3665 ../fish/guestfish-actions.pod:2549
13586 msgid ""
13587 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
13588 "option removes the link (C<linkname>) if it exists already."
13589 msgstr ""
13590
13591 # type: =head2
13592 #. type: =head2
13593 #: ../src/guestfs-actions.pod:3672
13594 msgid "guestfs_ln_s"
13595 msgstr ""
13596
13597 # type: verbatim
13598 #. type: verbatim
13599 #: ../src/guestfs-actions.pod:3674
13600 #, no-wrap
13601 msgid ""
13602 " int\n"
13603 " guestfs_ln_s (guestfs_h *g,\n"
13604 "               const char *target,\n"
13605 "               const char *linkname);\n"
13606 "\n"
13607 msgstr ""
13608
13609 # type: textblock
13610 #. type: textblock
13611 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2556
13612 msgid "This command creates a symbolic link using the C<ln -s> command."
13613 msgstr ""
13614
13615 # type: =head2
13616 #. type: =head2
13617 #: ../src/guestfs-actions.pod:3685
13618 msgid "guestfs_ln_sf"
13619 msgstr ""
13620
13621 # type: verbatim
13622 #. type: verbatim
13623 #: ../src/guestfs-actions.pod:3687
13624 #, no-wrap
13625 msgid ""
13626 " int\n"
13627 " guestfs_ln_sf (guestfs_h *g,\n"
13628 "                const char *target,\n"
13629 "                const char *linkname);\n"
13630 "\n"
13631 msgstr ""
13632
13633 #. type: textblock
13634 #: ../src/guestfs-actions.pod:3692 ../fish/guestfish-actions.pod:2562
13635 msgid ""
13636 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
13637 "option removes the link (C<linkname>) if it exists already."
13638 msgstr ""
13639
13640 # type: =head2
13641 #. type: =head2
13642 #: ../src/guestfs-actions.pod:3699
13643 msgid "guestfs_lremovexattr"
13644 msgstr ""
13645
13646 # type: verbatim
13647 #. type: verbatim
13648 #: ../src/guestfs-actions.pod:3701
13649 #, no-wrap
13650 msgid ""
13651 " int\n"
13652 " guestfs_lremovexattr (guestfs_h *g,\n"
13653 "                       const char *xattr,\n"
13654 "                       const char *path);\n"
13655 "\n"
13656 msgstr ""
13657
13658 # type: textblock
13659 #. type: textblock
13660 #: ../src/guestfs-actions.pod:3706
13661 msgid ""
13662 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
13663 "link, then it removes an extended attribute of the link itself."
13664 msgstr ""
13665
13666 # type: =head2
13667 #. type: =head2
13668 #: ../src/guestfs-actions.pod:3714
13669 msgid "guestfs_ls"
13670 msgstr ""
13671
13672 # type: verbatim
13673 #. type: verbatim
13674 #: ../src/guestfs-actions.pod:3716
13675 #, no-wrap
13676 msgid ""
13677 " char **\n"
13678 " guestfs_ls (guestfs_h *g,\n"
13679 "             const char *directory);\n"
13680 "\n"
13681 msgstr ""
13682
13683 # type: textblock
13684 #. type: textblock
13685 #: ../src/guestfs-actions.pod:3720 ../fish/guestfish-actions.pod:2577
13686 msgid ""
13687 "List the files in C<directory> (relative to the root directory, there is no "
13688 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
13689 msgstr ""
13690
13691 # type: textblock
13692 #. type: textblock
13693 #: ../src/guestfs-actions.pod:3724
13694 msgid ""
13695 "This command is mostly useful for interactive sessions.  Programs should "
13696 "probably use C<guestfs_readdir> instead."
13697 msgstr ""
13698
13699 # type: =head2
13700 #. type: =head2
13701 #: ../src/guestfs-actions.pod:3733
13702 msgid "guestfs_lsetxattr"
13703 msgstr ""
13704
13705 # type: verbatim
13706 #. type: verbatim
13707 #: ../src/guestfs-actions.pod:3735
13708 #, no-wrap
13709 msgid ""
13710 " int\n"
13711 " guestfs_lsetxattr (guestfs_h *g,\n"
13712 "                    const char *xattr,\n"
13713 "                    const char *val,\n"
13714 "                    int vallen,\n"
13715 "                    const char *path);\n"
13716 "\n"
13717 msgstr ""
13718
13719 # type: textblock
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:3742
13722 msgid ""
13723 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
13724 "then it sets an extended attribute of the link itself."
13725 msgstr ""
13726
13727 # type: =head2
13728 #. type: =head2
13729 #: ../src/guestfs-actions.pod:3750
13730 msgid "guestfs_lstat"
13731 msgstr ""
13732
13733 # type: verbatim
13734 #. type: verbatim
13735 #: ../src/guestfs-actions.pod:3752
13736 #, no-wrap
13737 msgid ""
13738 " struct guestfs_stat *\n"
13739 " guestfs_lstat (guestfs_h *g,\n"
13740 "                const char *path);\n"
13741 "\n"
13742 msgstr ""
13743
13744 # type: textblock
13745 #. type: textblock
13746 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6314
13747 #: ../fish/guestfish-actions.pod:2596 ../fish/guestfish-actions.pod:4265
13748 msgid "Returns file information for the given C<path>."
13749 msgstr ""
13750
13751 # type: textblock
13752 #. type: textblock
13753 #: ../src/guestfs-actions.pod:3758
13754 msgid ""
13755 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
13756 "link, then the link is stat-ed, not the file it refers to."
13757 msgstr ""
13758
13759 # type: textblock
13760 #. type: textblock
13761 #: ../src/guestfs-actions.pod:3762 ../fish/guestfish-actions.pod:2602
13762 msgid "This is the same as the C<lstat(2)> system call."
13763 msgstr ""
13764
13765 # type: textblock
13766 #. type: textblock
13767 #: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:6318
13768 msgid ""
13769 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
13770 "error.  I<The caller must call C<guestfs_free_stat> after use>."
13771 msgstr ""
13772
13773 # type: textblock
13774 #. type: textblock
13775 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:6322
13776 #: ../src/guestfs-actions.pod:6340 ../src/guestfs-actions.pod:6721
13777 msgid "(Added in 0.9.2)"
13778 msgstr ""
13779
13780 # type: =head2
13781 #. type: =head2
13782 #: ../src/guestfs-actions.pod:3770
13783 msgid "guestfs_lstatlist"
13784 msgstr ""
13785
13786 # type: verbatim
13787 #. type: verbatim
13788 #: ../src/guestfs-actions.pod:3772
13789 #, no-wrap
13790 msgid ""
13791 " struct guestfs_stat_list *\n"
13792 " guestfs_lstatlist (guestfs_h *g,\n"
13793 "                    const char *path,\n"
13794 "                    char *const *names);\n"
13795 "\n"
13796 msgstr ""
13797
13798 # type: textblock
13799 #. type: textblock
13800 #: ../src/guestfs-actions.pod:3777
13801 msgid ""
13802 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
13803 "files, where all files are in the directory C<path>.  C<names> is the list "
13804 "of files from this directory."
13805 msgstr ""
13806
13807 # type: textblock
13808 #. type: textblock
13809 #: ../src/guestfs-actions.pod:3781 ../fish/guestfish-actions.pod:2612
13810 msgid ""
13811 "On return you get a list of stat structs, with a one-to-one correspondence "
13812 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
13813 "then the C<ino> field of that structure is set to C<-1>."
13814 msgstr ""
13815
13816 # type: textblock
13817 #. type: textblock
13818 #: ../src/guestfs-actions.pod:3786
13819 msgid ""
13820 "This call is intended for programs that want to efficiently list a directory "
13821 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
13822 "for a similarly efficient call for getting extended attributes.  Very long "
13823 "directory listings might cause the protocol message size to be exceeded, "
13824 "causing this call to fail.  The caller must split up such requests into "
13825 "smaller groups of names."
13826 msgstr ""
13827
13828 # type: textblock
13829 #. type: textblock
13830 #: ../src/guestfs-actions.pod:3794
13831 msgid ""
13832 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
13833 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
13834 msgstr ""
13835
13836 # type: =head2
13837 #. type: =head2
13838 #: ../src/guestfs-actions.pod:3800
13839 msgid "guestfs_luks_add_key"
13840 msgstr ""
13841
13842 # type: verbatim
13843 #. type: verbatim
13844 #: ../src/guestfs-actions.pod:3802
13845 #, no-wrap
13846 msgid ""
13847 " int\n"
13848 " guestfs_luks_add_key (guestfs_h *g,\n"
13849 "                       const char *device,\n"
13850 "                       const char *key,\n"
13851 "                       const char *newkey,\n"
13852 "                       int keyslot);\n"
13853 "\n"
13854 msgstr ""
13855
13856 # type: textblock
13857 #. type: textblock
13858 #: ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2629
13859 msgid ""
13860 "This command adds a new key on LUKS device C<device>.  C<key> is any "
13861 "existing key, and is used to access the device.  C<newkey> is the new key to "
13862 "add.  C<keyslot> is the key slot that will be replaced."
13863 msgstr ""
13864
13865 # type: textblock
13866 #. type: textblock
13867 #: ../src/guestfs-actions.pod:3814
13868 msgid ""
13869 "Note that if C<keyslot> already contains a key, then this command will "
13870 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
13871 msgstr ""
13872
13873 # type: textblock
13874 #. type: textblock
13875 #: ../src/guestfs-actions.pod:3820 ../src/guestfs-actions.pod:3860
13876 #: ../src/guestfs-actions.pod:3883 ../src/guestfs-actions.pod:3903
13877 #: ../src/guestfs-actions.pod:3935 ../src/guestfs-actions.pod:3954
13878 msgid ""
13879 "This function takes a key or passphrase parameter which could contain "
13880 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
13881 "information."
13882 msgstr ""
13883
13884 # type: textblock
13885 #. type: textblock
13886 #: ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3864
13887 #: ../src/guestfs-actions.pod:3887 ../src/guestfs-actions.pod:3907
13888 msgid "(Added in 1.5.2)"
13889 msgstr ""
13890
13891 # type: =head2
13892 #. type: =head2
13893 #: ../src/guestfs-actions.pod:3826
13894 msgid "guestfs_luks_close"
13895 msgstr ""
13896
13897 # type: verbatim
13898 #. type: verbatim
13899 #: ../src/guestfs-actions.pod:3828
13900 #, no-wrap
13901 msgid ""
13902 " int\n"
13903 " guestfs_luks_close (guestfs_h *g,\n"
13904 "                     const char *device);\n"
13905 "\n"
13906 msgstr ""
13907
13908 # type: textblock
13909 #. type: textblock
13910 #: ../src/guestfs-actions.pod:3832
13911 msgid ""
13912 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
13913 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
13914 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
13915 "underlying block device."
13916 msgstr ""
13917
13918 # type: textblock
13919 #. type: textblock
13920 #: ../src/guestfs-actions.pod:3840 ../src/guestfs-actions.pod:3939
13921 #: ../src/guestfs-actions.pod:3958 ../src/guestfs-actions.pod:4008
13922 #: ../src/guestfs-actions.pod:4056
13923 msgid "(Added in 1.5.1)"
13924 msgstr ""
13925
13926 # type: =head2
13927 #. type: =head2
13928 #: ../src/guestfs-actions.pod:3842
13929 msgid "guestfs_luks_format"
13930 msgstr ""
13931
13932 # type: verbatim
13933 #. type: verbatim
13934 #: ../src/guestfs-actions.pod:3844
13935 #, no-wrap
13936 msgid ""
13937 " int\n"
13938 " guestfs_luks_format (guestfs_h *g,\n"
13939 "                      const char *device,\n"
13940 "                      const char *key,\n"
13941 "                      int keyslot);\n"
13942 "\n"
13943 msgstr ""
13944
13945 # type: textblock
13946 #. type: textblock
13947 #: ../src/guestfs-actions.pod:3850 ../fish/guestfish-actions.pod:2655
13948 msgid ""
13949 "This command erases existing data on C<device> and formats the device as a "
13950 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
13951 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
13952 msgstr ""
13953
13954 # type: textblock
13955 #. type: textblock
13956 #: ../src/guestfs-actions.pod:3857 ../src/guestfs-actions.pod:3880
13957 #: ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4962
13958 #: ../src/guestfs-actions.pod:5742 ../src/guestfs-actions.pod:6149
13959 #: ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6198
13960 #: ../src/guestfs-actions.pod:7358 ../fish/guestfish-actions.pod:2663
13961 #: ../fish/guestfish-actions.pod:2676 ../fish/guestfish-actions.pod:2760
13962 #: ../fish/guestfish-actions.pod:3334 ../fish/guestfish-actions.pod:3854
13963 #: ../fish/guestfish-actions.pod:4164 ../fish/guestfish-actions.pod:4180
13964 #: ../fish/guestfish-actions.pod:4195 ../fish/guestfish-actions.pod:4910
13965 msgid ""
13966 "B<This command is dangerous.  Without careful use you can easily destroy all "
13967 "your data>."
13968 msgstr ""
13969
13970 # type: =head2
13971 #. type: =head2
13972 #: ../src/guestfs-actions.pod:3866
13973 msgid "guestfs_luks_format_cipher"
13974 msgstr ""
13975
13976 # type: verbatim
13977 #. type: verbatim
13978 #: ../src/guestfs-actions.pod:3868
13979 #, no-wrap
13980 msgid ""
13981 " int\n"
13982 " guestfs_luks_format_cipher (guestfs_h *g,\n"
13983 "                             const char *device,\n"
13984 "                             const char *key,\n"
13985 "                             int keyslot,\n"
13986 "                             const char *cipher);\n"
13987 "\n"
13988 msgstr ""
13989
13990 # type: textblock
13991 #. type: textblock
13992 #: ../src/guestfs-actions.pod:3875
13993 msgid ""
13994 "This command is the same as C<guestfs_luks_format> but it also allows you to "
13995 "set the C<cipher> used."
13996 msgstr ""
13997
13998 # type: =head2
13999 #. type: =head2
14000 #: ../src/guestfs-actions.pod:3889
14001 msgid "guestfs_luks_kill_slot"
14002 msgstr ""
14003
14004 # type: verbatim
14005 #. type: verbatim
14006 #: ../src/guestfs-actions.pod:3891
14007 #, no-wrap
14008 msgid ""
14009 " int\n"
14010 " guestfs_luks_kill_slot (guestfs_h *g,\n"
14011 "                         const char *device,\n"
14012 "                         const char *key,\n"
14013 "                         int keyslot);\n"
14014 "\n"
14015 msgstr ""
14016
14017 # type: textblock
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:3897 ../fish/guestfish-actions.pod:2683
14020 msgid ""
14021 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
14022 "device C<device>.  C<key> must be one of the I<other> keys."
14023 msgstr ""
14024
14025 # type: =head2
14026 #. type: =head2
14027 #: ../src/guestfs-actions.pod:3909
14028 msgid "guestfs_luks_open"
14029 msgstr ""
14030
14031 # type: verbatim
14032 #. type: verbatim
14033 #: ../src/guestfs-actions.pod:3911
14034 #, no-wrap
14035 msgid ""
14036 " int\n"
14037 " guestfs_luks_open (guestfs_h *g,\n"
14038 "                    const char *device,\n"
14039 "                    const char *key,\n"
14040 "                    const char *mapname);\n"
14041 "\n"
14042 msgstr ""
14043
14044 # type: textblock
14045 #. type: textblock
14046 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
14047 msgid ""
14048 "This command opens a block device which has been encrypted according to the "
14049 "Linux Unified Key Setup (LUKS) standard."
14050 msgstr ""
14051
14052 # type: textblock
14053 #. type: textblock
14054 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2697
14055 msgid "C<device> is the encrypted block device or partition."
14056 msgstr ""
14057
14058 # type: textblock
14059 #. type: textblock
14060 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
14061 msgid ""
14062 "The caller must supply one of the keys associated with the LUKS block "
14063 "device, in the C<key> parameter."
14064 msgstr ""
14065
14066 # type: textblock
14067 #. type: textblock
14068 #: ../src/guestfs-actions.pod:3925 ../fish/guestfish-actions.pod:2702
14069 msgid ""
14070 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
14071 "writes to this block device are decrypted from and encrypted to the "
14072 "underlying C<device> respectively."
14073 msgstr ""
14074
14075 # type: textblock
14076 #. type: textblock
14077 #: ../src/guestfs-actions.pod:3929
14078 msgid ""
14079 "If this block device contains LVM volume groups, then calling "
14080 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
14081 "visible."
14082 msgstr ""
14083
14084 # type: =head2
14085 #. type: =head2
14086 #: ../src/guestfs-actions.pod:3941
14087 msgid "guestfs_luks_open_ro"
14088 msgstr ""
14089
14090 # type: verbatim
14091 #. type: verbatim
14092 #: ../src/guestfs-actions.pod:3943
14093 #, no-wrap
14094 msgid ""
14095 " int\n"
14096 " guestfs_luks_open_ro (guestfs_h *g,\n"
14097 "                       const char *device,\n"
14098 "                       const char *key,\n"
14099 "                       const char *mapname);\n"
14100 "\n"
14101 msgstr ""
14102
14103 # type: textblock
14104 #. type: textblock
14105 #: ../src/guestfs-actions.pod:3949
14106 msgid ""
14107 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
14108 "created."
14109 msgstr ""
14110
14111 # type: =head2
14112 #. type: =head2
14113 #: ../src/guestfs-actions.pod:3960
14114 msgid "guestfs_lvcreate"
14115 msgstr ""
14116
14117 # type: verbatim
14118 #. type: verbatim
14119 #: ../src/guestfs-actions.pod:3962
14120 #, no-wrap
14121 msgid ""
14122 " int\n"
14123 " guestfs_lvcreate (guestfs_h *g,\n"
14124 "                   const char *logvol,\n"
14125 "                   const char *volgroup,\n"
14126 "                   int mbytes);\n"
14127 "\n"
14128 msgstr ""
14129
14130 # type: textblock
14131 #. type: textblock
14132 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2727
14133 msgid ""
14134 "This creates an LVM logical volume called C<logvol> on the volume group "
14135 "C<volgroup>, with C<size> megabytes."
14136 msgstr ""
14137
14138 # type: =head2
14139 #. type: =head2
14140 #: ../src/guestfs-actions.pod:3975
14141 msgid "guestfs_lvm_canonical_lv_name"
14142 msgstr ""
14143
14144 # type: verbatim
14145 #. type: verbatim
14146 #: ../src/guestfs-actions.pod:3977
14147 #, no-wrap
14148 msgid ""
14149 " char *\n"
14150 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
14151 "                                const char *lvname);\n"
14152 "\n"
14153 msgstr ""
14154
14155 # type: textblock
14156 #. type: textblock
14157 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2734
14158 msgid ""
14159 "This converts alternative naming schemes for LVs that you might find to the "
14160 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
14161 "LV>."
14162 msgstr ""
14163
14164 # type: textblock
14165 #. type: textblock
14166 #: ../src/guestfs-actions.pod:3985 ../fish/guestfish-actions.pod:2738
14167 msgid ""
14168 "This command returns an error if the C<lvname> parameter does not refer to a "
14169 "logical volume."
14170 msgstr ""
14171
14172 # type: textblock
14173 #. type: textblock
14174 #: ../src/guestfs-actions.pod:3988
14175 msgid "See also C<guestfs_is_lv>."
14176 msgstr ""
14177
14178 # type: textblock
14179 #. type: textblock
14180 #: ../src/guestfs-actions.pod:3993
14181 msgid "(Added in 1.5.24)"
14182 msgstr ""
14183
14184 # type: =head2
14185 #. type: =head2
14186 #: ../src/guestfs-actions.pod:3995
14187 msgid "guestfs_lvm_clear_filter"
14188 msgstr ""
14189
14190 # type: verbatim
14191 #. type: verbatim
14192 #: ../src/guestfs-actions.pod:3997
14193 #, no-wrap
14194 msgid ""
14195 " int\n"
14196 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
14197 "\n"
14198 msgstr ""
14199
14200 # type: textblock
14201 #. type: textblock
14202 #: ../src/guestfs-actions.pod:4000
14203 msgid ""
14204 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
14205 "see every block device."
14206 msgstr ""
14207
14208 # type: textblock
14209 #. type: textblock
14210 #: ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4045
14211 #: ../fish/guestfish-actions.pod:2750 ../fish/guestfish-actions.pod:2781
14212 msgid ""
14213 "This command also clears the LVM cache and performs a volume group scan."
14214 msgstr ""
14215
14216 # type: =head2
14217 #. type: =head2
14218 #: ../src/guestfs-actions.pod:4010
14219 msgid "guestfs_lvm_remove_all"
14220 msgstr ""
14221
14222 # type: verbatim
14223 #. type: verbatim
14224 #: ../src/guestfs-actions.pod:4012
14225 #, no-wrap
14226 msgid ""
14227 " int\n"
14228 " guestfs_lvm_remove_all (guestfs_h *g);\n"
14229 "\n"
14230 msgstr ""
14231
14232 # type: textblock
14233 #. type: textblock
14234 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2757
14235 msgid ""
14236 "This command removes all LVM logical volumes, volume groups and physical "
14237 "volumes."
14238 msgstr ""
14239
14240 # type: =head2
14241 #. type: =head2
14242 #: ../src/guestfs-actions.pod:4025
14243 msgid "guestfs_lvm_set_filter"
14244 msgstr ""
14245
14246 # type: verbatim
14247 #. type: verbatim
14248 #: ../src/guestfs-actions.pod:4027
14249 #, no-wrap
14250 msgid ""
14251 " int\n"
14252 " guestfs_lvm_set_filter (guestfs_h *g,\n"
14253 "                         char *const *devices);\n"
14254 "\n"
14255 msgstr ""
14256
14257 # type: textblock
14258 #. type: textblock
14259 #: ../src/guestfs-actions.pod:4031 ../fish/guestfish-actions.pod:2767
14260 msgid ""
14261 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
14262 "block devices in the list C<devices>, and will ignore all other attached "
14263 "block devices."
14264 msgstr ""
14265
14266 # type: textblock
14267 #. type: textblock
14268 #: ../src/guestfs-actions.pod:4035 ../fish/guestfish-actions.pod:2771
14269 msgid ""
14270 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
14271 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
14272 "there are two types of duplication possible: either cloned PVs/VGs which "
14273 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
14274 "same name.  In normal operation you cannot create this situation, but you "
14275 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
14276 "inside the LVM metadata."
14277 msgstr ""
14278
14279 # type: textblock
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2784
14282 msgid "You can filter whole block devices or individual partitions."
14283 msgstr ""
14284
14285 # type: textblock
14286 #. type: textblock
14287 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2786
14288 msgid ""
14289 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
14290 "filesystem), even if you are not filtering out that VG."
14291 msgstr ""
14292
14293 # type: =head2
14294 #. type: =head2
14295 #: ../src/guestfs-actions.pod:4058
14296 msgid "guestfs_lvremove"
14297 msgstr ""
14298
14299 # type: verbatim
14300 #. type: verbatim
14301 #: ../src/guestfs-actions.pod:4060
14302 #, no-wrap
14303 msgid ""
14304 " int\n"
14305 " guestfs_lvremove (guestfs_h *g,\n"
14306 "                   const char *device);\n"
14307 "\n"
14308 msgstr ""
14309
14310 # type: textblock
14311 #. type: textblock
14312 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
14313 msgid ""
14314 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
14315 "LV, such as C</dev/VG/LV>."
14316 msgstr ""
14317
14318 # type: textblock
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2797
14321 msgid ""
14322 "You can also remove all LVs in a volume group by specifying the VG name, C</"
14323 "dev/VG>."
14324 msgstr ""
14325
14326 # type: textblock
14327 #. type: textblock
14328 #: ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:5308
14329 #: ../src/guestfs-actions.pod:7097
14330 msgid "(Added in 1.0.13)"
14331 msgstr ""
14332
14333 # type: =head2
14334 #. type: =head2
14335 #: ../src/guestfs-actions.pod:4074
14336 msgid "guestfs_lvrename"
14337 msgstr ""
14338
14339 # type: verbatim
14340 #. type: verbatim
14341 #: ../src/guestfs-actions.pod:4076
14342 #, no-wrap
14343 msgid ""
14344 " int\n"
14345 " guestfs_lvrename (guestfs_h *g,\n"
14346 "                   const char *logvol,\n"
14347 "                   const char *newlogvol);\n"
14348 "\n"
14349 msgstr ""
14350
14351 # type: textblock
14352 #. type: textblock
14353 #: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2804
14354 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
14355 msgstr ""
14356
14357 # type: textblock
14358 #. type: textblock
14359 #: ../src/guestfs-actions.pod:4085 ../src/guestfs-actions.pod:7110
14360 msgid "(Added in 1.0.83)"
14361 msgstr ""
14362
14363 # type: =head2
14364 #. type: =head2
14365 #: ../src/guestfs-actions.pod:4087
14366 msgid "guestfs_lvresize"
14367 msgstr ""
14368
14369 # type: verbatim
14370 #. type: verbatim
14371 #: ../src/guestfs-actions.pod:4089
14372 #, no-wrap
14373 msgid ""
14374 " int\n"
14375 " guestfs_lvresize (guestfs_h *g,\n"
14376 "                   const char *device,\n"
14377 "                   int mbytes);\n"
14378 "\n"
14379 msgstr ""
14380
14381 # type: textblock
14382 #. type: textblock
14383 #: ../src/guestfs-actions.pod:4094 ../fish/guestfish-actions.pod:2810
14384 msgid ""
14385 "This resizes (expands or shrinks) an existing LVM logical volume to "
14386 "C<mbytes>.  When reducing, data in the reduced part is lost."
14387 msgstr ""
14388
14389 # type: =head2
14390 #. type: =head2
14391 #: ../src/guestfs-actions.pod:4102
14392 msgid "guestfs_lvresize_free"
14393 msgstr ""
14394
14395 # type: verbatim
14396 #. type: verbatim
14397 #: ../src/guestfs-actions.pod:4104
14398 #, no-wrap
14399 msgid ""
14400 " int\n"
14401 " guestfs_lvresize_free (guestfs_h *g,\n"
14402 "                        const char *lv,\n"
14403 "                        int percent);\n"
14404 "\n"
14405 msgstr ""
14406
14407 # type: textblock
14408 #. type: textblock
14409 #: ../src/guestfs-actions.pod:4109 ../fish/guestfish-actions.pod:2818
14410 msgid ""
14411 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
14412 "remaining free space in the volume group.  Commonly you would call this with "
14413 "pc = 100 which expands the logical volume as much as possible, using all "
14414 "remaining free space in the volume group."
14415 msgstr ""
14416
14417 # type: textblock
14418 #. type: textblock
14419 #: ../src/guestfs-actions.pod:4117
14420 msgid "(Added in 1.3.3)"
14421 msgstr ""
14422
14423 # type: =head2
14424 #. type: =head2
14425 #: ../src/guestfs-actions.pod:4119
14426 msgid "guestfs_lvs"
14427 msgstr ""
14428
14429 # type: verbatim
14430 #. type: verbatim
14431 #: ../src/guestfs-actions.pod:4121
14432 #, no-wrap
14433 msgid ""
14434 " char **\n"
14435 " guestfs_lvs (guestfs_h *g);\n"
14436 "\n"
14437 msgstr ""
14438
14439 # type: textblock
14440 #. type: textblock
14441 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
14442 msgid ""
14443 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14444 "(8)> command."
14445 msgstr ""
14446
14447 # type: textblock
14448 #. type: textblock
14449 #: ../src/guestfs-actions.pod:4127 ../fish/guestfish-actions.pod:2831
14450 msgid ""
14451 "This returns a list of the logical volume device names (eg. C</dev/"
14452 "VolGroup00/LogVol00>)."
14453 msgstr ""
14454
14455 # type: textblock
14456 #. type: textblock
14457 #: ../src/guestfs-actions.pod:4130
14458 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
14459 msgstr ""
14460
14461 # type: =head2
14462 #. type: =head2
14463 #: ../src/guestfs-actions.pod:4138
14464 msgid "guestfs_lvs_full"
14465 msgstr ""
14466
14467 # type: verbatim
14468 #. type: verbatim
14469 #: ../src/guestfs-actions.pod:4140
14470 #, no-wrap
14471 msgid ""
14472 " struct guestfs_lvm_lv_list *\n"
14473 " guestfs_lvs_full (guestfs_h *g);\n"
14474 "\n"
14475 msgstr ""
14476
14477 # type: textblock
14478 #. type: textblock
14479 #: ../src/guestfs-actions.pod:4143 ../fish/guestfish-actions.pod:2840
14480 msgid ""
14481 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14482 "(8)> command.  The \"full\" version includes all fields."
14483 msgstr ""
14484
14485 # type: textblock
14486 #. type: textblock
14487 #: ../src/guestfs-actions.pod:4146
14488 msgid ""
14489 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
14490 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
14491 msgstr ""
14492
14493 # type: =head2
14494 #. type: =head2
14495 #: ../src/guestfs-actions.pod:4152
14496 msgid "guestfs_lvuuid"
14497 msgstr ""
14498
14499 # type: verbatim
14500 #. type: verbatim
14501 #: ../src/guestfs-actions.pod:4154
14502 #, no-wrap
14503 msgid ""
14504 " char *\n"
14505 " guestfs_lvuuid (guestfs_h *g,\n"
14506 "                 const char *device);\n"
14507 "\n"
14508 msgstr ""
14509
14510 # type: textblock
14511 #. type: textblock
14512 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2847
14513 msgid "This command returns the UUID of the LVM LV C<device>."
14514 msgstr ""
14515
14516 # type: =head2
14517 #. type: =head2
14518 #: ../src/guestfs-actions.pod:4165
14519 msgid "guestfs_lxattrlist"
14520 msgstr ""
14521
14522 # type: verbatim
14523 #. type: verbatim
14524 #: ../src/guestfs-actions.pod:4167
14525 #, no-wrap
14526 msgid ""
14527 " struct guestfs_xattr_list *\n"
14528 " guestfs_lxattrlist (guestfs_h *g,\n"
14529 "                     const char *path,\n"
14530 "                     char *const *names);\n"
14531 "\n"
14532 msgstr ""
14533
14534 # type: textblock
14535 #. type: textblock
14536 #: ../src/guestfs-actions.pod:4172 ../fish/guestfish-actions.pod:2853
14537 msgid ""
14538 "This call allows you to get the extended attributes of multiple files, where "
14539 "all files are in the directory C<path>.  C<names> is the list of files from "
14540 "this directory."
14541 msgstr ""
14542
14543 # type: textblock
14544 #. type: textblock
14545 #: ../src/guestfs-actions.pod:4176 ../fish/guestfish-actions.pod:2857
14546 msgid ""
14547 "On return you get a flat list of xattr structs which must be interpreted "
14548 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
14549 "C<attrval> in this struct is zero-length to indicate there was an error "
14550 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
14551 "number (the number of following attributes for this file, which could be C<"
14552 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
14553 "for the first named file.  This repeats for the second and subsequent files."
14554 msgstr ""
14555
14556 # type: textblock
14557 #. type: textblock
14558 #: ../src/guestfs-actions.pod:4186
14559 msgid ""
14560 "This call is intended for programs that want to efficiently list a directory "
14561 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
14562 "a similarly efficient call for getting standard stats.  Very long directory "
14563 "listings might cause the protocol message size to be exceeded, causing this "
14564 "call to fail.  The caller must split up such requests into smaller groups of "
14565 "names."
14566 msgstr ""
14567
14568 # type: =head2
14569 #. type: =head2
14570 #: ../src/guestfs-actions.pod:4200
14571 msgid "guestfs_mkdir"
14572 msgstr ""
14573
14574 # type: verbatim
14575 #. type: verbatim
14576 #: ../src/guestfs-actions.pod:4202
14577 #, no-wrap
14578 msgid ""
14579 " int\n"
14580 " guestfs_mkdir (guestfs_h *g,\n"
14581 "                const char *path);\n"
14582 "\n"
14583 msgstr ""
14584
14585 # type: textblock
14586 #. type: textblock
14587 #: ../src/guestfs-actions.pod:4206 ../fish/guestfish-actions.pod:2879
14588 msgid "Create a directory named C<path>."
14589 msgstr ""
14590
14591 # type: =head2
14592 #. type: =head2
14593 #: ../src/guestfs-actions.pod:4212
14594 msgid "guestfs_mkdir_mode"
14595 msgstr ""
14596
14597 # type: verbatim
14598 #. type: verbatim
14599 #: ../src/guestfs-actions.pod:4214
14600 #, no-wrap
14601 msgid ""
14602 " int\n"
14603 " guestfs_mkdir_mode (guestfs_h *g,\n"
14604 "                     const char *path,\n"
14605 "                     int mode);\n"
14606 "\n"
14607 msgstr ""
14608
14609 # type: textblock
14610 #. type: textblock
14611 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
14612 msgid ""
14613 "This command creates a directory, setting the initial permissions of the "
14614 "directory to C<mode>."
14615 msgstr ""
14616
14617 # type: textblock
14618 #. type: textblock
14619 #: ../src/guestfs-actions.pod:4222 ../fish/guestfish-actions.pod:2888
14620 msgid ""
14621 "For common Linux filesystems, the actual mode which is set will be C<mode & "
14622 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
14623 "other ways."
14624 msgstr ""
14625
14626 # type: textblock
14627 #. type: textblock
14628 #: ../src/guestfs-actions.pod:4226
14629 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
14630 msgstr ""
14631
14632 # type: =head2
14633 #. type: =head2
14634 #: ../src/guestfs-actions.pod:4232
14635 msgid "guestfs_mkdir_p"
14636 msgstr ""
14637
14638 # type: verbatim
14639 #. type: verbatim
14640 #: ../src/guestfs-actions.pod:4234
14641 #, no-wrap
14642 msgid ""
14643 " int\n"
14644 " guestfs_mkdir_p (guestfs_h *g,\n"
14645 "                  const char *path);\n"
14646 "\n"
14647 msgstr ""
14648
14649 # type: textblock
14650 #. type: textblock
14651 #: ../src/guestfs-actions.pod:4238 ../fish/guestfish-actions.pod:2898
14652 msgid ""
14653 "Create a directory named C<path>, creating any parent directories as "
14654 "necessary.  This is like the C<mkdir -p> shell command."
14655 msgstr ""
14656
14657 # type: =head2
14658 #. type: =head2
14659 #: ../src/guestfs-actions.pod:4245
14660 msgid "guestfs_mkdtemp"
14661 msgstr ""
14662
14663 # type: verbatim
14664 #. type: verbatim
14665 #: ../src/guestfs-actions.pod:4247
14666 #, no-wrap
14667 msgid ""
14668 " char *\n"
14669 " guestfs_mkdtemp (guestfs_h *g,\n"
14670 "                  const char *template);\n"
14671 "\n"
14672 msgstr ""
14673
14674 # type: textblock
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
14677 msgid ""
14678 "This command creates a temporary directory.  The C<template> parameter "
14679 "should be a full pathname for the temporary directory name with the final "
14680 "six characters being \"XXXXXX\"."
14681 msgstr ""
14682
14683 # type: textblock
14684 #. type: textblock
14685 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
14686 msgid ""
14687 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
14688 "being suitable for Windows filesystems."
14689 msgstr ""
14690
14691 # type: textblock
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
14694 msgid "The name of the temporary directory that was created is returned."
14695 msgstr ""
14696
14697 # type: textblock
14698 #. type: textblock
14699 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
14700 msgid "The temporary directory is created with mode 0700 and is owned by root."
14701 msgstr ""
14702
14703 # type: textblock
14704 #. type: textblock
14705 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
14706 msgid ""
14707 "The caller is responsible for deleting the temporary directory and its "
14708 "contents after use."
14709 msgstr ""
14710
14711 # type: textblock
14712 #. type: textblock
14713 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2922
14714 msgid "See also: L<mkdtemp(3)>"
14715 msgstr ""
14716
14717 # type: =head2
14718 #. type: =head2
14719 #: ../src/guestfs-actions.pod:4275
14720 msgid "guestfs_mke2fs_J"
14721 msgstr ""
14722
14723 # type: verbatim
14724 #. type: verbatim
14725 #: ../src/guestfs-actions.pod:4277
14726 #, no-wrap
14727 msgid ""
14728 " int\n"
14729 " guestfs_mke2fs_J (guestfs_h *g,\n"
14730 "                   const char *fstype,\n"
14731 "                   int blocksize,\n"
14732 "                   const char *device,\n"
14733 "                   const char *journal);\n"
14734 "\n"
14735 msgstr ""
14736
14737 # type: textblock
14738 #. type: textblock
14739 #: ../src/guestfs-actions.pod:4284 ../fish/guestfish-actions.pod:2928
14740 msgid ""
14741 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14742 "C<journal>.  It is equivalent to the command:"
14743 msgstr ""
14744
14745 # type: verbatim
14746 #. type: verbatim
14747 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2932
14748 #, no-wrap
14749 msgid ""
14750 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
14751 "\n"
14752 msgstr ""
14753
14754 # type: textblock
14755 #. type: textblock
14756 #: ../src/guestfs-actions.pod:4290
14757 msgid "See also C<guestfs_mke2journal>."
14758 msgstr ""
14759
14760 # type: textblock
14761 #. type: textblock
14762 #: ../src/guestfs-actions.pod:4294 ../src/guestfs-actions.pod:4312
14763 #: ../src/guestfs-actions.pod:4330 ../src/guestfs-actions.pod:4346
14764 #: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4374
14765 #: ../src/guestfs-actions.pod:4433 ../src/guestfs-actions.pod:4698
14766 msgid "(Added in 1.0.68)"
14767 msgstr ""
14768
14769 # type: =head2
14770 #. type: =head2
14771 #: ../src/guestfs-actions.pod:4296
14772 msgid "guestfs_mke2fs_JL"
14773 msgstr ""
14774
14775 # type: verbatim
14776 #. type: verbatim
14777 #: ../src/guestfs-actions.pod:4298
14778 #, no-wrap
14779 msgid ""
14780 " int\n"
14781 " guestfs_mke2fs_JL (guestfs_h *g,\n"
14782 "                    const char *fstype,\n"
14783 "                    int blocksize,\n"
14784 "                    const char *device,\n"
14785 "                    const char *label);\n"
14786 "\n"
14787 msgstr ""
14788
14789 # type: textblock
14790 #. type: textblock
14791 #: ../src/guestfs-actions.pod:4305 ../fish/guestfish-actions.pod:2940
14792 msgid ""
14793 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14794 "the journal labeled C<label>."
14795 msgstr ""
14796
14797 # type: textblock
14798 #. type: textblock
14799 #: ../src/guestfs-actions.pod:4308
14800 msgid "See also C<guestfs_mke2journal_L>."
14801 msgstr ""
14802
14803 # type: =head2
14804 #. type: =head2
14805 #: ../src/guestfs-actions.pod:4314
14806 msgid "guestfs_mke2fs_JU"
14807 msgstr ""
14808
14809 # type: verbatim
14810 #. type: verbatim
14811 #: ../src/guestfs-actions.pod:4316
14812 #, no-wrap
14813 msgid ""
14814 " int\n"
14815 " guestfs_mke2fs_JU (guestfs_h *g,\n"
14816 "                    const char *fstype,\n"
14817 "                    int blocksize,\n"
14818 "                    const char *device,\n"
14819 "                    const char *uuid);\n"
14820 "\n"
14821 msgstr ""
14822
14823 # type: textblock
14824 #. type: textblock
14825 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2949
14826 msgid ""
14827 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14828 "the journal with UUID C<uuid>."
14829 msgstr ""
14830
14831 # type: textblock
14832 #. type: textblock
14833 #: ../src/guestfs-actions.pod:4326
14834 msgid "See also C<guestfs_mke2journal_U>."
14835 msgstr ""
14836
14837 # type: =head2
14838 #. type: =head2
14839 #: ../src/guestfs-actions.pod:4332
14840 msgid "guestfs_mke2journal"
14841 msgstr ""
14842
14843 # type: verbatim
14844 #. type: verbatim
14845 #: ../src/guestfs-actions.pod:4334
14846 #, no-wrap
14847 msgid ""
14848 " int\n"
14849 " guestfs_mke2journal (guestfs_h *g,\n"
14850 "                      int blocksize,\n"
14851 "                      const char *device);\n"
14852 "\n"
14853 msgstr ""
14854
14855 # type: textblock
14856 #. type: textblock
14857 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
14858 msgid ""
14859 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
14860 "command:"
14861 msgstr ""
14862
14863 # type: verbatim
14864 #. type: verbatim
14865 #: ../src/guestfs-actions.pod:4342 ../fish/guestfish-actions.pod:2961
14866 #, no-wrap
14867 msgid ""
14868 " mke2fs -O journal_dev -b blocksize device\n"
14869 "\n"
14870 msgstr ""
14871
14872 # type: =head2
14873 #. type: =head2
14874 #: ../src/guestfs-actions.pod:4348
14875 msgid "guestfs_mke2journal_L"
14876 msgstr ""
14877
14878 # type: verbatim
14879 #. type: verbatim
14880 #: ../src/guestfs-actions.pod:4350
14881 #, no-wrap
14882 msgid ""
14883 " int\n"
14884 " guestfs_mke2journal_L (guestfs_h *g,\n"
14885 "                        int blocksize,\n"
14886 "                        const char *label,\n"
14887 "                        const char *device);\n"
14888 "\n"
14889 msgstr ""
14890
14891 # type: textblock
14892 #. type: textblock
14893 #: ../src/guestfs-actions.pod:4356 ../fish/guestfish-actions.pod:2967
14894 msgid "This creates an ext2 external journal on C<device> with label C<label>."
14895 msgstr ""
14896
14897 # type: =head2
14898 #. type: =head2
14899 #: ../src/guestfs-actions.pod:4362
14900 msgid "guestfs_mke2journal_U"
14901 msgstr ""
14902
14903 # type: verbatim
14904 #. type: verbatim
14905 #: ../src/guestfs-actions.pod:4364
14906 #, no-wrap
14907 msgid ""
14908 " int\n"
14909 " guestfs_mke2journal_U (guestfs_h *g,\n"
14910 "                        int blocksize,\n"
14911 "                        const char *uuid,\n"
14912 "                        const char *device);\n"
14913 "\n"
14914 msgstr ""
14915
14916 # type: textblock
14917 #. type: textblock
14918 #: ../src/guestfs-actions.pod:4370 ../fish/guestfish-actions.pod:2973
14919 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
14920 msgstr ""
14921
14922 # type: =head2
14923 #. type: =head2
14924 #: ../src/guestfs-actions.pod:4376
14925 msgid "guestfs_mkfifo"
14926 msgstr ""
14927
14928 # type: verbatim
14929 #. type: verbatim
14930 #: ../src/guestfs-actions.pod:4378
14931 #, no-wrap
14932 msgid ""
14933 " int\n"
14934 " guestfs_mkfifo (guestfs_h *g,\n"
14935 "                 int mode,\n"
14936 "                 const char *path);\n"
14937 "\n"
14938 msgstr ""
14939
14940 # type: textblock
14941 #. type: textblock
14942 #: ../src/guestfs-actions.pod:4383
14943 msgid ""
14944 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
14945 "is just a convenient wrapper around C<guestfs_mknod>."
14946 msgstr ""
14947
14948 # type: =head2
14949 #. type: =head2
14950 #: ../src/guestfs-actions.pod:4393
14951 msgid "guestfs_mkfs"
14952 msgstr ""
14953
14954 # type: verbatim
14955 #. type: verbatim
14956 #: ../src/guestfs-actions.pod:4395
14957 #, no-wrap
14958 msgid ""
14959 " int\n"
14960 " guestfs_mkfs (guestfs_h *g,\n"
14961 "               const char *fstype,\n"
14962 "               const char *device);\n"
14963 "\n"
14964 msgstr ""
14965
14966 # type: textblock
14967 #. type: textblock
14968 #: ../src/guestfs-actions.pod:4400 ../fish/guestfish-actions.pod:2989
14969 msgid ""
14970 "This creates a filesystem on C<device> (usually a partition or LVM logical "
14971 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
14972 msgstr ""
14973
14974 # type: =head2
14975 #. type: =head2
14976 #: ../src/guestfs-actions.pod:4408
14977 msgid "guestfs_mkfs_b"
14978 msgstr ""
14979
14980 # type: verbatim
14981 #. type: verbatim
14982 #: ../src/guestfs-actions.pod:4410
14983 #, no-wrap
14984 msgid ""
14985 " int\n"
14986 " guestfs_mkfs_b (guestfs_h *g,\n"
14987 "                 const char *fstype,\n"
14988 "                 int blocksize,\n"
14989 "                 const char *device);\n"
14990 "\n"
14991 msgstr ""
14992
14993 # type: textblock
14994 #. type: textblock
14995 #: ../src/guestfs-actions.pod:4416
14996 msgid ""
14997 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
14998 "block size of the resulting filesystem.  Supported block sizes depend on the "
14999 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
15000 msgstr ""
15001
15002 # type: textblock
15003 #. type: textblock
15004 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4464
15005 #: ../fish/guestfish-actions.pod:3002 ../fish/guestfish-actions.pod:3029
15006 msgid ""
15007 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
15008 "cluster size."
15009 msgstr ""
15010
15011 # type: textblock
15012 #. type: textblock
15013 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:3005
15014 msgid ""
15015 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
15016 msgstr ""
15017
15018 # type: =head2
15019 #. type: =head2
15020 #: ../src/guestfs-actions.pod:4435
15021 msgid "guestfs_mkfs_opts"
15022 msgstr ""
15023
15024 # type: verbatim
15025 #. type: verbatim
15026 #: ../src/guestfs-actions.pod:4437
15027 #, no-wrap
15028 msgid ""
15029 " int\n"
15030 " guestfs_mkfs_opts (guestfs_h *g,\n"
15031 "                    const char *fstype,\n"
15032 "                    const char *device,\n"
15033 "                    ...);\n"
15034 "\n"
15035 msgstr ""
15036
15037 #. type: verbatim
15038 #: ../src/guestfs-actions.pod:4448
15039 #, no-wrap
15040 msgid ""
15041 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
15042 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
15043 "\n"
15044 msgstr ""
15045
15046 # type: textblock
15047 #. type: textblock
15048 #: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:3016
15049 msgid ""
15050 "This function creates a filesystem on C<device>.  The filesystem type is "
15051 "C<fstype>, for example C<ext3>."
15052 msgstr ""
15053
15054 # type: =item
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:4458 ../fish/guestfish-actions.pod:3023
15057 msgid "C<blocksize>"
15058 msgstr ""
15059
15060 # type: textblock
15061 #. type: textblock
15062 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:3025
15063 msgid ""
15064 "The filesystem block size.  Supported block sizes depend on the filesystem "
15065 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
15066 "filesystems."
15067 msgstr ""
15068
15069 #. type: textblock
15070 #: ../src/guestfs-actions.pod:4467 ../fish/guestfish-actions.pod:3032
15071 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
15072 msgstr ""
15073
15074 #. type: =item
15075 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
15076 msgid "C<features>"
15077 msgstr ""
15078
15079 #. type: textblock
15080 #: ../src/guestfs-actions.pod:4471 ../fish/guestfish-actions.pod:3036
15081 msgid "This passes the I<-O> parameter to the external mkfs program."
15082 msgstr ""
15083
15084 #. type: textblock
15085 #: ../src/guestfs-actions.pod:4473 ../fish/guestfish-actions.pod:3038
15086 msgid ""
15087 "For certain filesystem types, this allows extra filesystem features to be "
15088 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
15089 msgstr ""
15090
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:4477 ../fish/guestfish-actions.pod:3042
15093 msgid ""
15094 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
15095 "type."
15096 msgstr ""
15097
15098 #. type: textblock
15099 #: ../src/guestfs-actions.pod:4484
15100 msgid "(Added in 1.7.19)"
15101 msgstr ""
15102
15103 # type: =head2
15104 #. type: =head2
15105 #: ../src/guestfs-actions.pod:4486
15106 msgid "guestfs_mkfs_opts_va"
15107 msgstr ""
15108
15109 # type: verbatim
15110 #. type: verbatim
15111 #: ../src/guestfs-actions.pod:4488
15112 #, no-wrap
15113 msgid ""
15114 " int\n"
15115 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
15116 "                       const char *fstype,\n"
15117 "                       const char *device,\n"
15118 "                       va_list args);\n"
15119 "\n"
15120 msgstr ""
15121
15122 # type: textblock
15123 #. type: textblock
15124 #: ../src/guestfs-actions.pod:4494
15125 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
15126 msgstr ""
15127
15128 # type: =head2
15129 #. type: =head2
15130 #: ../src/guestfs-actions.pod:4498
15131 msgid "guestfs_mkfs_opts_argv"
15132 msgstr ""
15133
15134 # type: verbatim
15135 #. type: verbatim
15136 #: ../src/guestfs-actions.pod:4500
15137 #, no-wrap
15138 msgid ""
15139 " int\n"
15140 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
15141 "                         const char *fstype,\n"
15142 "                         const char *device,\n"
15143 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
15144 "\n"
15145 msgstr ""
15146
15147 # type: textblock
15148 #. type: textblock
15149 #: ../src/guestfs-actions.pod:4506
15150 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
15151 msgstr ""
15152
15153 # type: =head2
15154 #. type: =head2
15155 #: ../src/guestfs-actions.pod:4510
15156 msgid "guestfs_mkmountpoint"
15157 msgstr ""
15158
15159 # type: verbatim
15160 #. type: verbatim
15161 #: ../src/guestfs-actions.pod:4512
15162 #, no-wrap
15163 msgid ""
15164 " int\n"
15165 " guestfs_mkmountpoint (guestfs_h *g,\n"
15166 "                       const char *exemptpath);\n"
15167 "\n"
15168 msgstr ""
15169
15170 # type: textblock
15171 #. type: textblock
15172 #: ../src/guestfs-actions.pod:4516
15173 msgid ""
15174 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
15175 "that can be used to create extra mountpoints before mounting the first "
15176 "filesystem."
15177 msgstr ""
15178
15179 # type: textblock
15180 #. type: textblock
15181 #: ../src/guestfs-actions.pod:4520 ../fish/guestfish-actions.pod:3057
15182 msgid ""
15183 "These calls are I<only> necessary in some very limited circumstances, mainly "
15184 "the case where you want to mount a mix of unrelated and/or read-only "
15185 "filesystems together."
15186 msgstr ""
15187
15188 # type: textblock
15189 #. type: textblock
15190 #: ../src/guestfs-actions.pod:4524 ../fish/guestfish-actions.pod:3061
15191 msgid ""
15192 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
15193 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
15194 "inside that.  You can unpack this as follows in guestfish:"
15195 msgstr ""
15196
15197 # type: verbatim
15198 #. type: verbatim
15199 #: ../src/guestfs-actions.pod:4529 ../fish/guestfish-actions.pod:3066
15200 #, no-wrap
15201 msgid ""
15202 " add-ro Fedora-11-i686-Live.iso\n"
15203 " run\n"
15204 " mkmountpoint /cd\n"
15205 " mkmountpoint /sqsh\n"
15206 " mkmountpoint /ext3fs\n"
15207 " mount /dev/sda /cd\n"
15208 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
15209 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
15210 "\n"
15211 msgstr ""
15212
15213 # type: textblock
15214 #. type: textblock
15215 #: ../src/guestfs-actions.pod:4538 ../fish/guestfish-actions.pod:3075
15216 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
15217 msgstr ""
15218
15219 # type: textblock
15220 #. type: textblock
15221 #: ../src/guestfs-actions.pod:4540
15222 msgid ""
15223 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
15224 "may get unexpected errors if you try to mix these calls.  It is safest to "
15225 "manually unmount filesystems and remove mountpoints after use."
15226 msgstr ""
15227
15228 # type: textblock
15229 #. type: textblock
15230 #: ../src/guestfs-actions.pod:4544
15231 msgid ""
15232 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
15233 "first, so for this to work for manual mountpoints, you must ensure that the "
15234 "innermost mountpoints have the longest pathnames, as in the example code "
15235 "above."
15236 msgstr ""
15237
15238 # type: textblock
15239 #. type: textblock
15240 #: ../src/guestfs-actions.pod:4549 ../fish/guestfish-actions.pod:3086
15241 msgid ""
15242 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
15243 msgstr ""
15244
15245 #. type: textblock
15246 #: ../src/guestfs-actions.pod:4551
15247 msgid ""
15248 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
15249 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
15250 "can also trigger these issues."
15251 msgstr ""
15252
15253 # type: textblock
15254 #. type: textblock
15255 #: ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:4816
15256 #: ../src/guestfs-actions.pod:5726
15257 msgid "(Added in 1.0.62)"
15258 msgstr ""
15259
15260 # type: =head2
15261 #. type: =head2
15262 #: ../src/guestfs-actions.pod:4559
15263 msgid "guestfs_mknod"
15264 msgstr ""
15265
15266 # type: verbatim
15267 #. type: verbatim
15268 #: ../src/guestfs-actions.pod:4561
15269 #, no-wrap
15270 msgid ""
15271 " int\n"
15272 " guestfs_mknod (guestfs_h *g,\n"
15273 "                int mode,\n"
15274 "                int devmajor,\n"
15275 "                int devminor,\n"
15276 "                const char *path);\n"
15277 "\n"
15278 msgstr ""
15279
15280 # type: textblock
15281 #. type: textblock
15282 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
15283 msgid ""
15284 "This call creates block or character special devices, or named pipes (FIFOs)."
15285 msgstr ""
15286
15287 # type: textblock
15288 #. type: textblock
15289 #: ../src/guestfs-actions.pod:4571 ../fish/guestfish-actions.pod:3099
15290 msgid ""
15291 "The C<mode> parameter should be the mode, using the standard constants.  "
15292 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
15293 "used when creating block and character special devices."
15294 msgstr ""
15295
15296 # type: textblock
15297 #. type: textblock
15298 #: ../src/guestfs-actions.pod:4576
15299 msgid ""
15300 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
15301 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
15302 "regular file).  These constants are available in the standard Linux header "
15303 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
15304 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
15305 "the appropriate constant for you."
15306 msgstr ""
15307
15308 # type: =head2
15309 #. type: =head2
15310 #: ../src/guestfs-actions.pod:4590
15311 msgid "guestfs_mknod_b"
15312 msgstr ""
15313
15314 # type: verbatim
15315 #. type: verbatim
15316 #: ../src/guestfs-actions.pod:4592
15317 #, no-wrap
15318 msgid ""
15319 " int\n"
15320 " guestfs_mknod_b (guestfs_h *g,\n"
15321 "                  int mode,\n"
15322 "                  int devmajor,\n"
15323 "                  int devminor,\n"
15324 "                  const char *path);\n"
15325 "\n"
15326 msgstr ""
15327
15328 # type: textblock
15329 #. type: textblock
15330 #: ../src/guestfs-actions.pod:4599
15331 msgid ""
15332 "This call creates a block device node called C<path> with mode C<mode> and "
15333 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15334 "wrapper around C<guestfs_mknod>."
15335 msgstr ""
15336
15337 # type: =head2
15338 #. type: =head2
15339 #: ../src/guestfs-actions.pod:4609
15340 msgid "guestfs_mknod_c"
15341 msgstr ""
15342
15343 # type: verbatim
15344 #. type: verbatim
15345 #: ../src/guestfs-actions.pod:4611
15346 #, no-wrap
15347 msgid ""
15348 " int\n"
15349 " guestfs_mknod_c (guestfs_h *g,\n"
15350 "                  int mode,\n"
15351 "                  int devmajor,\n"
15352 "                  int devminor,\n"
15353 "                  const char *path);\n"
15354 "\n"
15355 msgstr ""
15356
15357 # type: textblock
15358 #. type: textblock
15359 #: ../src/guestfs-actions.pod:4618
15360 msgid ""
15361 "This call creates a char device node called C<path> with mode C<mode> and "
15362 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15363 "wrapper around C<guestfs_mknod>."
15364 msgstr ""
15365
15366 # type: =head2
15367 #. type: =head2
15368 #: ../src/guestfs-actions.pod:4628
15369 msgid "guestfs_mkswap"
15370 msgstr ""
15371
15372 # type: verbatim
15373 #. type: verbatim
15374 #: ../src/guestfs-actions.pod:4630
15375 #, no-wrap
15376 msgid ""
15377 " int\n"
15378 " guestfs_mkswap (guestfs_h *g,\n"
15379 "                 const char *device);\n"
15380 "\n"
15381 msgstr ""
15382
15383 # type: textblock
15384 #. type: textblock
15385 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3138
15386 msgid "Create a swap partition on C<device>."
15387 msgstr ""
15388
15389 # type: =head2
15390 #. type: =head2
15391 #: ../src/guestfs-actions.pod:4640
15392 msgid "guestfs_mkswap_L"
15393 msgstr ""
15394
15395 # type: verbatim
15396 #. type: verbatim
15397 #: ../src/guestfs-actions.pod:4642
15398 #, no-wrap
15399 msgid ""
15400 " int\n"
15401 " guestfs_mkswap_L (guestfs_h *g,\n"
15402 "                   const char *label,\n"
15403 "                   const char *device);\n"
15404 "\n"
15405 msgstr ""
15406
15407 # type: textblock
15408 #. type: textblock
15409 #: ../src/guestfs-actions.pod:4647 ../fish/guestfish-actions.pod:3144
15410 msgid "Create a swap partition on C<device> with label C<label>."
15411 msgstr ""
15412
15413 # type: textblock
15414 #. type: textblock
15415 #: ../src/guestfs-actions.pod:4649 ../fish/guestfish-actions.pod:3146
15416 msgid ""
15417 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
15418 "sda>), just to a partition.  This appears to be a limitation of the kernel "
15419 "or swap tools."
15420 msgstr ""
15421
15422 # type: =head2
15423 #. type: =head2
15424 #: ../src/guestfs-actions.pod:4657
15425 msgid "guestfs_mkswap_U"
15426 msgstr ""
15427
15428 # type: verbatim
15429 #. type: verbatim
15430 #: ../src/guestfs-actions.pod:4659
15431 #, no-wrap
15432 msgid ""
15433 " int\n"
15434 " guestfs_mkswap_U (guestfs_h *g,\n"
15435 "                   const char *uuid,\n"
15436 "                   const char *device);\n"
15437 "\n"
15438 msgstr ""
15439
15440 # type: textblock
15441 #. type: textblock
15442 #: ../src/guestfs-actions.pod:4664 ../fish/guestfish-actions.pod:3154
15443 msgid "Create a swap partition on C<device> with UUID C<uuid>."
15444 msgstr ""
15445
15446 # type: =head2
15447 #. type: =head2
15448 #: ../src/guestfs-actions.pod:4670
15449 msgid "guestfs_mkswap_file"
15450 msgstr ""
15451
15452 # type: verbatim
15453 #. type: verbatim
15454 #: ../src/guestfs-actions.pod:4672
15455 #, no-wrap
15456 msgid ""
15457 " int\n"
15458 " guestfs_mkswap_file (guestfs_h *g,\n"
15459 "                      const char *path);\n"
15460 "\n"
15461 msgstr ""
15462
15463 # type: textblock
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:4676 ../fish/guestfish-actions.pod:3160
15466 msgid "Create a swap file."
15467 msgstr ""
15468
15469 # type: textblock
15470 #. type: textblock
15471 #: ../src/guestfs-actions.pod:4678
15472 msgid ""
15473 "This command just writes a swap file signature to an existing file.  To "
15474 "create the file itself, use something like C<guestfs_fallocate>."
15475 msgstr ""
15476
15477 # type: =head2
15478 #. type: =head2
15479 #: ../src/guestfs-actions.pod:4685
15480 msgid "guestfs_modprobe"
15481 msgstr ""
15482
15483 # type: verbatim
15484 #. type: verbatim
15485 #: ../src/guestfs-actions.pod:4687
15486 #, no-wrap
15487 msgid ""
15488 " int\n"
15489 " guestfs_modprobe (guestfs_h *g,\n"
15490 "                   const char *modulename);\n"
15491 "\n"
15492 msgstr ""
15493
15494 # type: textblock
15495 #. type: textblock
15496 #: ../src/guestfs-actions.pod:4691 ../fish/guestfish-actions.pod:3169
15497 msgid "This loads a kernel module in the appliance."
15498 msgstr ""
15499
15500 # type: textblock
15501 #. type: textblock
15502 #: ../src/guestfs-actions.pod:4693 ../fish/guestfish-actions.pod:3171
15503 msgid ""
15504 "The kernel module must have been whitelisted when libguestfs was built (see "
15505 "C<appliance/kmod.whitelist.in> in the source)."
15506 msgstr ""
15507
15508 # type: =head2
15509 #. type: =head2
15510 #: ../src/guestfs-actions.pod:4700
15511 msgid "guestfs_mount"
15512 msgstr ""
15513
15514 # type: verbatim
15515 #. type: verbatim
15516 #: ../src/guestfs-actions.pod:4702
15517 #, no-wrap
15518 msgid ""
15519 " int\n"
15520 " guestfs_mount (guestfs_h *g,\n"
15521 "                const char *device,\n"
15522 "                const char *mountpoint);\n"
15523 "\n"
15524 msgstr ""
15525
15526 # type: textblock
15527 #. type: textblock
15528 #: ../src/guestfs-actions.pod:4707 ../fish/guestfish-actions.pod:3178
15529 msgid ""
15530 "Mount a guest disk at a position in the filesystem.  Block devices are named "
15531 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
15532 "those block devices contain partitions, they will have the usual names (eg. "
15533 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
15534 msgstr ""
15535
15536 # type: textblock
15537 #. type: textblock
15538 #: ../src/guestfs-actions.pod:4713 ../fish/guestfish-actions.pod:3184
15539 msgid ""
15540 "The rules are the same as for L<mount(2)>: A filesystem must first be "
15541 "mounted on C</> before others can be mounted.  Other filesystems can only be "
15542 "mounted on directories which already exist."
15543 msgstr ""
15544
15545 # type: textblock
15546 #. type: textblock
15547 #: ../src/guestfs-actions.pod:4718 ../fish/guestfish-actions.pod:3189
15548 msgid ""
15549 "The mounted filesystem is writable, if we have sufficient permissions on the "
15550 "underlying device."
15551 msgstr ""
15552
15553 # type: textblock
15554 #. type: textblock
15555 #: ../src/guestfs-actions.pod:4721
15556 msgid ""
15557 "B<Important note:> When you use this call, the filesystem options C<sync> "
15558 "and C<noatime> are set implicitly.  This was originally done because we "
15559 "thought it would improve reliability, but it turns out that I<-o sync> has a "
15560 "very large negative performance impact and negligible effect on "
15561 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
15562 "in any code that needs performance, and instead use C<guestfs_mount_options> "
15563 "(use an empty string for the first parameter if you don't want any options)."
15564 msgstr ""
15565
15566 # type: =head2
15567 #. type: =head2
15568 #: ../src/guestfs-actions.pod:4735
15569 msgid "guestfs_mount_loop"
15570 msgstr ""
15571
15572 # type: verbatim
15573 #. type: verbatim
15574 #: ../src/guestfs-actions.pod:4737
15575 #, no-wrap
15576 msgid ""
15577 " int\n"
15578 " guestfs_mount_loop (guestfs_h *g,\n"
15579 "                     const char *file,\n"
15580 "                     const char *mountpoint);\n"
15581 "\n"
15582 msgstr ""
15583
15584 # type: textblock
15585 #. type: textblock
15586 #: ../src/guestfs-actions.pod:4742 ../fish/guestfish-actions.pod:3206
15587 msgid ""
15588 "This command lets you mount C<file> (a filesystem image in a file) on a "
15589 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
15590 "mountpoint>."
15591 msgstr ""
15592
15593 # type: =head2
15594 #. type: =head2
15595 #: ../src/guestfs-actions.pod:4750
15596 msgid "guestfs_mount_options"
15597 msgstr ""
15598
15599 # type: verbatim
15600 #. type: verbatim
15601 #: ../src/guestfs-actions.pod:4752
15602 #, no-wrap
15603 msgid ""
15604 " int\n"
15605 " guestfs_mount_options (guestfs_h *g,\n"
15606 "                        const char *options,\n"
15607 "                        const char *device,\n"
15608 "                        const char *mountpoint);\n"
15609 "\n"
15610 msgstr ""
15611
15612 # type: textblock
15613 #. type: textblock
15614 #: ../src/guestfs-actions.pod:4758
15615 msgid ""
15616 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15617 "the mount options as for the L<mount(8)> I<-o> flag."
15618 msgstr ""
15619
15620 # type: textblock
15621 #. type: textblock
15622 #: ../src/guestfs-actions.pod:4762 ../fish/guestfish-actions.pod:3218
15623 msgid ""
15624 "If the C<options> parameter is an empty string, then no options are passed "
15625 "(all options default to whatever the filesystem uses)."
15626 msgstr ""
15627
15628 # type: textblock
15629 #. type: textblock
15630 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4782
15631 #: ../src/guestfs-actions.pod:4799
15632 msgid "(Added in 1.0.10)"
15633 msgstr ""
15634
15635 # type: =head2
15636 #. type: =head2
15637 #: ../src/guestfs-actions.pod:4770
15638 msgid "guestfs_mount_ro"
15639 msgstr ""
15640
15641 # type: verbatim
15642 #. type: verbatim
15643 #: ../src/guestfs-actions.pod:4772
15644 #, no-wrap
15645 msgid ""
15646 " int\n"
15647 " guestfs_mount_ro (guestfs_h *g,\n"
15648 "                   const char *device,\n"
15649 "                   const char *mountpoint);\n"
15650 "\n"
15651 msgstr ""
15652
15653 # type: textblock
15654 #. type: textblock
15655 #: ../src/guestfs-actions.pod:4777
15656 msgid ""
15657 "This is the same as the C<guestfs_mount> command, but it mounts the "
15658 "filesystem with the read-only (I<-o ro>) flag."
15659 msgstr ""
15660
15661 # type: =head2
15662 #. type: =head2
15663 #: ../src/guestfs-actions.pod:4784
15664 msgid "guestfs_mount_vfs"
15665 msgstr ""
15666
15667 # type: verbatim
15668 #. type: verbatim
15669 #: ../src/guestfs-actions.pod:4786
15670 #, no-wrap
15671 msgid ""
15672 " int\n"
15673 " guestfs_mount_vfs (guestfs_h *g,\n"
15674 "                    const char *options,\n"
15675 "                    const char *vfstype,\n"
15676 "                    const char *device,\n"
15677 "                    const char *mountpoint);\n"
15678 "\n"
15679 msgstr ""
15680
15681 # type: textblock
15682 #. type: textblock
15683 #: ../src/guestfs-actions.pod:4793
15684 msgid ""
15685 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15686 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
15687 "t> flags."
15688 msgstr ""
15689
15690 # type: =head2
15691 #. type: =head2
15692 #: ../src/guestfs-actions.pod:4801
15693 msgid "guestfs_mountpoints"
15694 msgstr ""
15695
15696 # type: verbatim
15697 #. type: verbatim
15698 #: ../src/guestfs-actions.pod:4803
15699 #, no-wrap
15700 msgid ""
15701 " char **\n"
15702 " guestfs_mountpoints (guestfs_h *g);\n"
15703 "\n"
15704 msgstr ""
15705
15706 # type: textblock
15707 #. type: textblock
15708 #: ../src/guestfs-actions.pod:4806
15709 msgid ""
15710 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
15711 "devices.  This one returns a hash table (map) of device name to directory "
15712 "where the device is mounted."
15713 msgstr ""
15714
15715 # type: =head2
15716 #. type: =head2
15717 #: ../src/guestfs-actions.pod:4818
15718 msgid "guestfs_mounts"
15719 msgstr ""
15720
15721 # type: verbatim
15722 #. type: verbatim
15723 #: ../src/guestfs-actions.pod:4820
15724 #, no-wrap
15725 msgid ""
15726 " char **\n"
15727 " guestfs_mounts (guestfs_h *g);\n"
15728 "\n"
15729 msgstr ""
15730
15731 # type: textblock
15732 #. type: textblock
15733 #: ../src/guestfs-actions.pod:4823 ../fish/guestfish-actions.pod:3249
15734 msgid ""
15735 "This returns the list of currently mounted filesystems.  It returns the list "
15736 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
15737 msgstr ""
15738
15739 # type: textblock
15740 #. type: textblock
15741 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3252
15742 msgid "Some internal mounts are not shown."
15743 msgstr ""
15744
15745 # type: textblock
15746 #. type: textblock
15747 #: ../src/guestfs-actions.pod:4828
15748 msgid "See also: C<guestfs_mountpoints>"
15749 msgstr ""
15750
15751 # type: =head2
15752 #. type: =head2
15753 #: ../src/guestfs-actions.pod:4836
15754 msgid "guestfs_mv"
15755 msgstr ""
15756
15757 # type: verbatim
15758 #. type: verbatim
15759 #: ../src/guestfs-actions.pod:4838
15760 #, no-wrap
15761 msgid ""
15762 " int\n"
15763 " guestfs_mv (guestfs_h *g,\n"
15764 "             const char *src,\n"
15765 "             const char *dest);\n"
15766 "\n"
15767 msgstr ""
15768
15769 # type: textblock
15770 #. type: textblock
15771 #: ../src/guestfs-actions.pod:4843 ../fish/guestfish-actions.pod:3260
15772 msgid ""
15773 "This moves a file from C<src> to C<dest> where C<dest> is either a "
15774 "destination filename or destination directory."
15775 msgstr ""
15776
15777 # type: =head2
15778 #. type: =head2
15779 #: ../src/guestfs-actions.pod:4850
15780 msgid "guestfs_ntfs_3g_probe"
15781 msgstr ""
15782
15783 # type: verbatim
15784 #. type: verbatim
15785 #: ../src/guestfs-actions.pod:4852
15786 #, no-wrap
15787 msgid ""
15788 " int\n"
15789 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
15790 "                        int rw,\n"
15791 "                        const char *device);\n"
15792 "\n"
15793 msgstr ""
15794
15795 # type: textblock
15796 #. type: textblock
15797 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
15798 msgid ""
15799 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
15800 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
15801 "write, and some cannot be mounted at all)."
15802 msgstr ""
15803
15804 # type: textblock
15805 #. type: textblock
15806 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
15807 msgid ""
15808 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
15809 "can be mounted read-write.  Set it to false if you want to test if the "
15810 "volume can be mounted read-only."
15811 msgstr ""
15812
15813 # type: textblock
15814 #. type: textblock
15815 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
15816 msgid ""
15817 "The return value is an integer which C<0> if the operation would succeed, or "
15818 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
15819 msgstr ""
15820
15821 # type: textblock
15822 #. type: textblock
15823 #: ../src/guestfs-actions.pod:4871
15824 msgid "(Added in 1.0.43)"
15825 msgstr ""
15826
15827 # type: =head2
15828 #. type: =head2
15829 #: ../src/guestfs-actions.pod:4873
15830 msgid "guestfs_ntfsresize"
15831 msgstr ""
15832
15833 # type: verbatim
15834 #. type: verbatim
15835 #: ../src/guestfs-actions.pod:4875
15836 #, no-wrap
15837 msgid ""
15838 " int\n"
15839 " guestfs_ntfsresize (guestfs_h *g,\n"
15840 "                     const char *device);\n"
15841 "\n"
15842 msgstr ""
15843
15844 # type: textblock
15845 #. type: textblock
15846 #: ../src/guestfs-actions.pod:4879 ../fish/guestfish-actions.pod:3283
15847 msgid ""
15848 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
15849 "size of the underlying device.  See also L<ntfsresize(8)>."
15850 msgstr ""
15851
15852 # type: =head2
15853 #. type: =head2
15854 #: ../src/guestfs-actions.pod:4887
15855 msgid "guestfs_ntfsresize_size"
15856 msgstr ""
15857
15858 # type: verbatim
15859 #. type: verbatim
15860 #: ../src/guestfs-actions.pod:4889
15861 #, no-wrap
15862 msgid ""
15863 " int\n"
15864 " guestfs_ntfsresize_size (guestfs_h *g,\n"
15865 "                          const char *device,\n"
15866 "                          int64_t size);\n"
15867 "\n"
15868 msgstr ""
15869
15870 # type: textblock
15871 #. type: textblock
15872 #: ../src/guestfs-actions.pod:4894
15873 msgid ""
15874 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
15875 "to specify the new size (in bytes) explicitly."
15876 msgstr ""
15877
15878 # type: textblock
15879 #. type: textblock
15880 #: ../src/guestfs-actions.pod:4899 ../src/guestfs-actions.pod:5335
15881 #: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:5674
15882 #: ../src/guestfs-actions.pod:7245
15883 msgid "(Added in 1.3.14)"
15884 msgstr ""
15885
15886 # type: =head2
15887 #. type: =head2
15888 #: ../src/guestfs-actions.pod:4901
15889 msgid "guestfs_part_add"
15890 msgstr ""
15891
15892 # type: verbatim
15893 #. type: verbatim
15894 #: ../src/guestfs-actions.pod:4903
15895 #, no-wrap
15896 msgid ""
15897 " int\n"
15898 " guestfs_part_add (guestfs_h *g,\n"
15899 "                   const char *device,\n"
15900 "                   const char *prlogex,\n"
15901 "                   int64_t startsect,\n"
15902 "                   int64_t endsect);\n"
15903 "\n"
15904 msgstr ""
15905
15906 # type: textblock
15907 #. type: textblock
15908 #: ../src/guestfs-actions.pod:4910
15909 msgid ""
15910 "This command adds a partition to C<device>.  If there is no partition table "
15911 "on the device, call C<guestfs_part_init> first."
15912 msgstr ""
15913
15914 # type: textblock
15915 #. type: textblock
15916 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3301
15917 msgid ""
15918 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
15919 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
15920 "C<logical>) and C<e> (or C<extended>) partition types."
15921 msgstr ""
15922
15923 # type: textblock
15924 #. type: textblock
15925 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3306
15926 msgid ""
15927 "C<startsect> and C<endsect> are the start and end of the partition in "
15928 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
15929 "from the end of the disk (C<-1> is the last sector)."
15930 msgstr ""
15931
15932 # type: textblock
15933 #. type: textblock
15934 #: ../src/guestfs-actions.pod:4922
15935 msgid ""
15936 "Creating a partition which covers the whole disk is not so easy.  Use "
15937 "C<guestfs_part_disk> to do that."
15938 msgstr ""
15939
15940 # type: textblock
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:4927 ../src/guestfs-actions.pod:4965
15943 #: ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5096
15944 #: ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5153
15945 #: ../src/guestfs-actions.pod:5193
15946 msgid "(Added in 1.0.78)"
15947 msgstr ""
15948
15949 # type: =head2
15950 #. type: =head2
15951 #: ../src/guestfs-actions.pod:4929
15952 msgid "guestfs_part_del"
15953 msgstr ""
15954
15955 # type: verbatim
15956 #. type: verbatim
15957 #: ../src/guestfs-actions.pod:4931
15958 #, no-wrap
15959 msgid ""
15960 " int\n"
15961 " guestfs_part_del (guestfs_h *g,\n"
15962 "                   const char *device,\n"
15963 "                   int partnum);\n"
15964 "\n"
15965 msgstr ""
15966
15967 # type: textblock
15968 #. type: textblock
15969 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3317
15970 msgid "This command deletes the partition numbered C<partnum> on C<device>."
15971 msgstr ""
15972
15973 # type: textblock
15974 #. type: textblock
15975 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3319
15976 msgid ""
15977 "Note that in the case of MBR partitioning, deleting an extended partition "
15978 "also deletes any logical partitions it contains."
15979 msgstr ""
15980
15981 # type: =head2
15982 #. type: =head2
15983 #: ../src/guestfs-actions.pod:4946
15984 msgid "guestfs_part_disk"
15985 msgstr ""
15986
15987 # type: verbatim
15988 #. type: verbatim
15989 #: ../src/guestfs-actions.pod:4948
15990 #, no-wrap
15991 msgid ""
15992 " int\n"
15993 " guestfs_part_disk (guestfs_h *g,\n"
15994 "                    const char *device,\n"
15995 "                    const char *parttype);\n"
15996 "\n"
15997 msgstr ""
15998
15999 # type: textblock
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:4953
16002 msgid ""
16003 "This command is simply a combination of C<guestfs_part_init> followed by "
16004 "C<guestfs_part_add> to create a single primary partition covering the whole "
16005 "disk."
16006 msgstr ""
16007
16008 # type: textblock
16009 #. type: textblock
16010 #: ../src/guestfs-actions.pod:4957
16011 msgid ""
16012 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
16013 "possible values are described in C<guestfs_part_init>."
16014 msgstr ""
16015
16016 # type: =head2
16017 #. type: =head2
16018 #: ../src/guestfs-actions.pod:4967
16019 msgid "guestfs_part_get_bootable"
16020 msgstr ""
16021
16022 # type: verbatim
16023 #. type: verbatim
16024 #: ../src/guestfs-actions.pod:4969
16025 #, no-wrap
16026 msgid ""
16027 " int\n"
16028 " guestfs_part_get_bootable (guestfs_h *g,\n"
16029 "                            const char *device,\n"
16030 "                            int partnum);\n"
16031 "\n"
16032 msgstr ""
16033
16034 # type: textblock
16035 #. type: textblock
16036 #: ../src/guestfs-actions.pod:4974 ../fish/guestfish-actions.pod:3341
16037 msgid ""
16038 "This command returns true if the partition C<partnum> on C<device> has the "
16039 "bootable flag set."
16040 msgstr ""
16041
16042 # type: textblock
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:4977
16045 msgid "See also C<guestfs_part_set_bootable>."
16046 msgstr ""
16047
16048 # type: =head2
16049 #. type: =head2
16050 #: ../src/guestfs-actions.pod:4983
16051 msgid "guestfs_part_get_mbr_id"
16052 msgstr ""
16053
16054 # type: verbatim
16055 #. type: verbatim
16056 #: ../src/guestfs-actions.pod:4985
16057 #, no-wrap
16058 msgid ""
16059 " int\n"
16060 " guestfs_part_get_mbr_id (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:4990 ../fish/guestfish-actions.pod:3350
16069 msgid ""
16070 "Returns the MBR type byte (also known as the ID byte) from the numbered "
16071 "partition C<partnum>."
16072 msgstr ""
16073
16074 # type: textblock
16075 #. type: textblock
16076 #: ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5169
16077 msgid ""
16078 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
16079 "undefined results for other partition table types (see "
16080 "C<guestfs_part_get_parttype>)."
16081 msgstr ""
16082
16083 # type: =head2
16084 #. type: =head2
16085 #: ../src/guestfs-actions.pod:5001
16086 msgid "guestfs_part_get_parttype"
16087 msgstr ""
16088
16089 # type: verbatim
16090 #. type: verbatim
16091 #: ../src/guestfs-actions.pod:5003
16092 #, no-wrap
16093 msgid ""
16094 " char *\n"
16095 " guestfs_part_get_parttype (guestfs_h *g,\n"
16096 "                            const char *device);\n"
16097 "\n"
16098 msgstr ""
16099
16100 # type: textblock
16101 #. type: textblock
16102 #: ../src/guestfs-actions.pod:5007 ../fish/guestfish-actions.pod:3361
16103 msgid ""
16104 "This command examines the partition table on C<device> and returns the "
16105 "partition table type (format) being used."
16106 msgstr ""
16107
16108 # type: textblock
16109 #. type: textblock
16110 #: ../src/guestfs-actions.pod:5010
16111 msgid ""
16112 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
16113 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
16114 "possible, although unusual.  See C<guestfs_part_init> for a full list."
16115 msgstr ""
16116
16117 # type: =head2
16118 #. type: =head2
16119 #: ../src/guestfs-actions.pod:5020
16120 msgid "guestfs_part_init"
16121 msgstr ""
16122
16123 # type: verbatim
16124 #. type: verbatim
16125 #: ../src/guestfs-actions.pod:5022
16126 #, no-wrap
16127 msgid ""
16128 " int\n"
16129 " guestfs_part_init (guestfs_h *g,\n"
16130 "                    const char *device,\n"
16131 "                    const char *parttype);\n"
16132 "\n"
16133 msgstr ""
16134
16135 # type: textblock
16136 #. type: textblock
16137 #: ../src/guestfs-actions.pod:5027 ../fish/guestfish-actions.pod:3373
16138 msgid ""
16139 "This creates an empty partition table on C<device> of one of the partition "
16140 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
16141 "(for large disks)."
16142 msgstr ""
16143
16144 # type: textblock
16145 #. type: textblock
16146 #: ../src/guestfs-actions.pod:5031
16147 msgid ""
16148 "Initially there are no partitions.  Following this, you should call "
16149 "C<guestfs_part_add> for each partition required."
16150 msgstr ""
16151
16152 # type: textblock
16153 #. type: textblock
16154 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
16155 msgid "Possible values for C<parttype> are:"
16156 msgstr ""
16157
16158 # type: =item
16159 #. type: =item
16160 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
16161 msgid "B<efi> | B<gpt>"
16162 msgstr ""
16163
16164 # type: textblock
16165 #. type: textblock
16166 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
16167 msgid "Intel EFI / GPT partition table."
16168 msgstr ""
16169
16170 # type: textblock
16171 #. type: textblock
16172 #: ../src/guestfs-actions.pod:5042 ../fish/guestfish-actions.pod:3388
16173 msgid ""
16174 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
16175 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
16176 "the C<mbr> format."
16177 msgstr ""
16178
16179 # type: =item
16180 #. type: =item
16181 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3392
16182 msgid "B<mbr> | B<msdos>"
16183 msgstr ""
16184
16185 # type: textblock
16186 #. type: textblock
16187 #: ../src/guestfs-actions.pod:5048 ../fish/guestfish-actions.pod:3394
16188 msgid ""
16189 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
16190 "Windows.  This partition type will B<only> work for device sizes up to 2 "
16191 "TB.  For large disks we recommend using C<gpt>."
16192 msgstr ""
16193
16194 # type: textblock
16195 #. type: textblock
16196 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3401
16197 msgid ""
16198 "Other partition table types that may work but are not supported include:"
16199 msgstr ""
16200
16201 # type: =item
16202 #. type: =item
16203 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
16204 msgid "B<aix>"
16205 msgstr ""
16206
16207 # type: textblock
16208 #. type: textblock
16209 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
16210 msgid "AIX disk labels."
16211 msgstr ""
16212
16213 # type: =item
16214 #. type: =item
16215 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
16216 msgid "B<amiga> | B<rdb>"
16217 msgstr ""
16218
16219 # type: textblock
16220 #. type: textblock
16221 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
16222 msgid "Amiga \"Rigid Disk Block\" format."
16223 msgstr ""
16224
16225 # type: =item
16226 #. type: =item
16227 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
16228 msgid "B<bsd>"
16229 msgstr ""
16230
16231 # type: textblock
16232 #. type: textblock
16233 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
16234 msgid "BSD disk labels."
16235 msgstr ""
16236
16237 # type: =item
16238 #. type: =item
16239 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
16240 msgid "B<dasd>"
16241 msgstr ""
16242
16243 # type: textblock
16244 #. type: textblock
16245 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
16246 msgid "DASD, used on IBM mainframes."
16247 msgstr ""
16248
16249 # type: =item
16250 #. type: =item
16251 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
16252 msgid "B<dvh>"
16253 msgstr ""
16254
16255 # type: textblock
16256 #. type: textblock
16257 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
16258 msgid "MIPS/SGI volumes."
16259 msgstr ""
16260
16261 # type: =item
16262 #. type: =item
16263 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
16264 msgid "B<mac>"
16265 msgstr ""
16266
16267 # type: textblock
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
16270 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
16271 msgstr ""
16272
16273 # type: =item
16274 #. type: =item
16275 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3430
16276 msgid "B<pc98>"
16277 msgstr ""
16278
16279 # type: textblock
16280 #. type: textblock
16281 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3432
16282 msgid "NEC PC-98 format, common in Japan apparently."
16283 msgstr ""
16284
16285 # type: =item
16286 #. type: =item
16287 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3434
16288 msgid "B<sun>"
16289 msgstr ""
16290
16291 # type: textblock
16292 #. type: textblock
16293 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3436
16294 msgid "Sun disk labels."
16295 msgstr ""
16296
16297 # type: =head2
16298 #. type: =head2
16299 #: ../src/guestfs-actions.pod:5098
16300 msgid "guestfs_part_list"
16301 msgstr ""
16302
16303 # type: verbatim
16304 #. type: verbatim
16305 #: ../src/guestfs-actions.pod:5100
16306 #, no-wrap
16307 msgid ""
16308 " struct guestfs_partition_list *\n"
16309 " guestfs_part_list (guestfs_h *g,\n"
16310 "                    const char *device);\n"
16311 "\n"
16312 msgstr ""
16313
16314 # type: textblock
16315 #. type: textblock
16316 #: ../src/guestfs-actions.pod:5104 ../fish/guestfish-actions.pod:3444
16317 msgid ""
16318 "This command parses the partition table on C<device> and returns the list of "
16319 "partitions found."
16320 msgstr ""
16321
16322 # type: textblock
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
16325 msgid "The fields in the returned structure are:"
16326 msgstr ""
16327
16328 # type: =item
16329 #. type: =item
16330 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3451
16331 msgid "B<part_num>"
16332 msgstr ""
16333
16334 # type: textblock
16335 #. type: textblock
16336 #: ../src/guestfs-actions.pod:5113 ../fish/guestfish-actions.pod:3453
16337 msgid "Partition number, counting from 1."
16338 msgstr ""
16339
16340 # type: =item
16341 #. type: =item
16342 #: ../src/guestfs-actions.pod:5115 ../fish/guestfish-actions.pod:3455
16343 msgid "B<part_start>"
16344 msgstr ""
16345
16346 # type: textblock
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:5117
16349 msgid ""
16350 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
16351 "the device's sector size, see C<guestfs_blockdev_getss>."
16352 msgstr ""
16353
16354 # type: =item
16355 #. type: =item
16356 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3460
16357 msgid "B<part_end>"
16358 msgstr ""
16359
16360 # type: textblock
16361 #. type: textblock
16362 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3462
16363 msgid "End of the partition in bytes."
16364 msgstr ""
16365
16366 # type: =item
16367 #. type: =item
16368 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
16369 msgid "B<part_size>"
16370 msgstr ""
16371
16372 # type: textblock
16373 #. type: textblock
16374 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
16375 msgid "Size of the partition in bytes."
16376 msgstr ""
16377
16378 # type: textblock
16379 #. type: textblock
16380 #: ../src/guestfs-actions.pod:5130
16381 msgid ""
16382 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
16383 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
16384 "use>."
16385 msgstr ""
16386
16387 # type: =head2
16388 #. type: =head2
16389 #: ../src/guestfs-actions.pod:5136
16390 msgid "guestfs_part_set_bootable"
16391 msgstr ""
16392
16393 # type: verbatim
16394 #. type: verbatim
16395 #: ../src/guestfs-actions.pod:5138
16396 #, no-wrap
16397 msgid ""
16398 " int\n"
16399 " guestfs_part_set_bootable (guestfs_h *g,\n"
16400 "                            const char *device,\n"
16401 "                            int partnum,\n"
16402 "                            int bootable);\n"
16403 "\n"
16404 msgstr ""
16405
16406 # type: textblock
16407 #. type: textblock
16408 #: ../src/guestfs-actions.pod:5144 ../fish/guestfish-actions.pod:3474
16409 msgid ""
16410 "This sets the bootable flag on partition numbered C<partnum> on device "
16411 "C<device>.  Note that partitions are numbered from 1."
16412 msgstr ""
16413
16414 # type: textblock
16415 #. type: textblock
16416 #: ../src/guestfs-actions.pod:5147 ../fish/guestfish-actions.pod:3477
16417 msgid ""
16418 "The bootable flag is used by some operating systems (notably Windows) to "
16419 "determine which partition to boot from.  It is by no means universally "
16420 "recognized."
16421 msgstr ""
16422
16423 # type: =head2
16424 #. type: =head2
16425 #: ../src/guestfs-actions.pod:5155
16426 msgid "guestfs_part_set_mbr_id"
16427 msgstr ""
16428
16429 # type: verbatim
16430 #. type: verbatim
16431 #: ../src/guestfs-actions.pod:5157
16432 #, no-wrap
16433 msgid ""
16434 " int\n"
16435 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
16436 "                          const char *device,\n"
16437 "                          int partnum,\n"
16438 "                          int idbyte);\n"
16439 "\n"
16440 msgstr ""
16441
16442 # type: textblock
16443 #. type: textblock
16444 #: ../src/guestfs-actions.pod:5163 ../fish/guestfish-actions.pod:3485
16445 msgid ""
16446 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
16447 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
16448 "documentation are in fact hexadecimal numbers, but usually documented "
16449 "without any leading \"0x\" which might be confusing."
16450 msgstr ""
16451
16452 # type: =head2
16453 #. type: =head2
16454 #: ../src/guestfs-actions.pod:5177
16455 msgid "guestfs_part_set_name"
16456 msgstr ""
16457
16458 # type: verbatim
16459 #. type: verbatim
16460 #: ../src/guestfs-actions.pod:5179
16461 #, no-wrap
16462 msgid ""
16463 " int\n"
16464 " guestfs_part_set_name (guestfs_h *g,\n"
16465 "                        const char *device,\n"
16466 "                        int partnum,\n"
16467 "                        const char *name);\n"
16468 "\n"
16469 msgstr ""
16470
16471 # type: textblock
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:5185 ../fish/guestfish-actions.pod:3499
16474 msgid ""
16475 "This sets the partition name on partition numbered C<partnum> on device "
16476 "C<device>.  Note that partitions are numbered from 1."
16477 msgstr ""
16478
16479 # type: textblock
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:5188 ../fish/guestfish-actions.pod:3502
16482 msgid ""
16483 "The partition name can only be set on certain types of partition table.  "
16484 "This works on C<gpt> but not on C<mbr> partitions."
16485 msgstr ""
16486
16487 # type: =head2
16488 #. type: =head2
16489 #: ../src/guestfs-actions.pod:5195
16490 msgid "guestfs_part_to_dev"
16491 msgstr ""
16492
16493 # type: verbatim
16494 #. type: verbatim
16495 #: ../src/guestfs-actions.pod:5197
16496 #, no-wrap
16497 msgid ""
16498 " char *\n"
16499 " guestfs_part_to_dev (guestfs_h *g,\n"
16500 "                      const char *partition);\n"
16501 "\n"
16502 msgstr ""
16503
16504 # type: textblock
16505 #. type: textblock
16506 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3509
16507 msgid ""
16508 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
16509 "partition number, returning the device name (eg. \"/dev/sdb\")."
16510 msgstr ""
16511
16512 # type: textblock
16513 #. type: textblock
16514 #: ../src/guestfs-actions.pod:5205
16515 msgid ""
16516 "The named partition must exist, for example as a string returned from "
16517 "C<guestfs_list_partitions>."
16518 msgstr ""
16519
16520 # type: =head2
16521 #. type: =head2
16522 #: ../src/guestfs-actions.pod:5213
16523 msgid "guestfs_ping_daemon"
16524 msgstr ""
16525
16526 # type: verbatim
16527 #. type: verbatim
16528 #: ../src/guestfs-actions.pod:5215
16529 #, no-wrap
16530 msgid ""
16531 " int\n"
16532 " guestfs_ping_daemon (guestfs_h *g);\n"
16533 "\n"
16534 msgstr ""
16535
16536 # type: textblock
16537 #. type: textblock
16538 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3520
16539 msgid ""
16540 "This is a test probe into the guestfs daemon running inside the qemu "
16541 "subprocess.  Calling this function checks that the daemon responds to the "
16542 "ping message, without affecting the daemon or attached block device(s) in "
16543 "any other way."
16544 msgstr ""
16545
16546 # type: =head2
16547 #. type: =head2
16548 #: ../src/guestfs-actions.pod:5227
16549 msgid "guestfs_pread"
16550 msgstr ""
16551
16552 # type: verbatim
16553 #. type: verbatim
16554 #: ../src/guestfs-actions.pod:5229
16555 #, no-wrap
16556 msgid ""
16557 " char *\n"
16558 " guestfs_pread (guestfs_h *g,\n"
16559 "                const char *path,\n"
16560 "                int count,\n"
16561 "                int64_t offset,\n"
16562 "                size_t *size_r);\n"
16563 "\n"
16564 msgstr ""
16565
16566 # type: textblock
16567 #. type: textblock
16568 #: ../src/guestfs-actions.pod:5236 ../fish/guestfish-actions.pod:3529
16569 msgid ""
16570 "This command lets you read part of a file.  It reads C<count> bytes of the "
16571 "file, starting at C<offset>, from file C<path>."
16572 msgstr ""
16573
16574 # type: textblock
16575 #. type: textblock
16576 #: ../src/guestfs-actions.pod:5239 ../src/guestfs-actions.pod:5265
16577 #: ../fish/guestfish-actions.pod:3532 ../fish/guestfish-actions.pod:3547
16578 msgid ""
16579 "This may read fewer bytes than requested.  For further details see the "
16580 "L<pread(2)> system call."
16581 msgstr ""
16582
16583 # type: textblock
16584 #. type: textblock
16585 #: ../src/guestfs-actions.pod:5242
16586 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
16587 msgstr ""
16588
16589 # type: =head2
16590 #. type: =head2
16591 #: ../src/guestfs-actions.pod:5253
16592 msgid "guestfs_pread_device"
16593 msgstr ""
16594
16595 # type: verbatim
16596 #. type: verbatim
16597 #: ../src/guestfs-actions.pod:5255
16598 #, no-wrap
16599 msgid ""
16600 " char *\n"
16601 " guestfs_pread_device (guestfs_h *g,\n"
16602 "                       const char *device,\n"
16603 "                       int count,\n"
16604 "                       int64_t offset,\n"
16605 "                       size_t *size_r);\n"
16606 "\n"
16607 msgstr ""
16608
16609 # type: textblock
16610 #. type: textblock
16611 #: ../src/guestfs-actions.pod:5262 ../fish/guestfish-actions.pod:3544
16612 msgid ""
16613 "This command lets you read part of a file.  It reads C<count> bytes of "
16614 "C<device>, starting at C<offset>."
16615 msgstr ""
16616
16617 # type: textblock
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:5268
16620 msgid "See also C<guestfs_pread>."
16621 msgstr ""
16622
16623 # type: textblock
16624 #. type: textblock
16625 #: ../src/guestfs-actions.pod:5277
16626 msgid "(Added in 1.5.21)"
16627 msgstr ""
16628
16629 # type: =head2
16630 #. type: =head2
16631 #: ../src/guestfs-actions.pod:5279
16632 msgid "guestfs_pvcreate"
16633 msgstr ""
16634
16635 # type: verbatim
16636 #. type: verbatim
16637 #: ../src/guestfs-actions.pod:5281
16638 #, no-wrap
16639 msgid ""
16640 " int\n"
16641 " guestfs_pvcreate (guestfs_h *g,\n"
16642 "                   const char *device);\n"
16643 "\n"
16644 msgstr ""
16645
16646 # type: textblock
16647 #. type: textblock
16648 #: ../src/guestfs-actions.pod:5285 ../fish/guestfish-actions.pod:3559
16649 msgid ""
16650 "This creates an LVM physical volume on the named C<device>, where C<device> "
16651 "should usually be a partition name such as C</dev/sda1>."
16652 msgstr ""
16653
16654 # type: =head2
16655 #. type: =head2
16656 #: ../src/guestfs-actions.pod:5293
16657 msgid "guestfs_pvremove"
16658 msgstr ""
16659
16660 # type: verbatim
16661 #. type: verbatim
16662 #: ../src/guestfs-actions.pod:5295
16663 #, no-wrap
16664 msgid ""
16665 " int\n"
16666 " guestfs_pvremove (guestfs_h *g,\n"
16667 "                   const char *device);\n"
16668 "\n"
16669 msgstr ""
16670
16671 # type: textblock
16672 #. type: textblock
16673 #: ../src/guestfs-actions.pod:5299 ../fish/guestfish-actions.pod:3567
16674 msgid ""
16675 "This wipes a physical volume C<device> so that LVM will no longer recognise "
16676 "it."
16677 msgstr ""
16678
16679 # type: textblock
16680 #. type: textblock
16681 #: ../src/guestfs-actions.pod:5302 ../fish/guestfish-actions.pod:3570
16682 msgid ""
16683 "The implementation uses the C<pvremove> command which refuses to wipe "
16684 "physical volumes that contain any volume groups, so you have to remove those "
16685 "first."
16686 msgstr ""
16687
16688 # type: =head2
16689 #. type: =head2
16690 #: ../src/guestfs-actions.pod:5310
16691 msgid "guestfs_pvresize"
16692 msgstr ""
16693
16694 # type: verbatim
16695 #. type: verbatim
16696 #: ../src/guestfs-actions.pod:5312
16697 #, no-wrap
16698 msgid ""
16699 " int\n"
16700 " guestfs_pvresize (guestfs_h *g,\n"
16701 "                   const char *device);\n"
16702 "\n"
16703 msgstr ""
16704
16705 # type: textblock
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3578
16708 msgid ""
16709 "This resizes (expands or shrinks) an existing LVM physical volume to match "
16710 "the new size of the underlying device."
16711 msgstr ""
16712
16713 # type: =head2
16714 #. type: =head2
16715 #: ../src/guestfs-actions.pod:5323
16716 msgid "guestfs_pvresize_size"
16717 msgstr ""
16718
16719 # type: verbatim
16720 #. type: verbatim
16721 #: ../src/guestfs-actions.pod:5325
16722 #, no-wrap
16723 msgid ""
16724 " int\n"
16725 " guestfs_pvresize_size (guestfs_h *g,\n"
16726 "                        const char *device,\n"
16727 "                        int64_t size);\n"
16728 "\n"
16729 msgstr ""
16730
16731 # type: textblock
16732 #. type: textblock
16733 #: ../src/guestfs-actions.pod:5330
16734 msgid ""
16735 "This command is the same as C<guestfs_pvresize> except that it allows you to "
16736 "specify the new size (in bytes) explicitly."
16737 msgstr ""
16738
16739 # type: =head2
16740 #. type: =head2
16741 #: ../src/guestfs-actions.pod:5337
16742 msgid "guestfs_pvs"
16743 msgstr ""
16744
16745 # type: verbatim
16746 #. type: verbatim
16747 #: ../src/guestfs-actions.pod:5339
16748 #, no-wrap
16749 msgid ""
16750 " char **\n"
16751 " guestfs_pvs (guestfs_h *g);\n"
16752 "\n"
16753 msgstr ""
16754
16755 # type: textblock
16756 #. type: textblock
16757 #: ../src/guestfs-actions.pod:5342 ../fish/guestfish-actions.pod:3592
16758 msgid ""
16759 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16760 "(8)> command."
16761 msgstr ""
16762
16763 # type: textblock
16764 #. type: textblock
16765 #: ../src/guestfs-actions.pod:5345 ../fish/guestfish-actions.pod:3595
16766 msgid ""
16767 "This returns a list of just the device names that contain PVs (eg. C</dev/"
16768 "sda2>)."
16769 msgstr ""
16770
16771 # type: textblock
16772 #. type: textblock
16773 #: ../src/guestfs-actions.pod:5348
16774 msgid "See also C<guestfs_pvs_full>."
16775 msgstr ""
16776
16777 # type: =head2
16778 #. type: =head2
16779 #: ../src/guestfs-actions.pod:5356
16780 msgid "guestfs_pvs_full"
16781 msgstr ""
16782
16783 # type: verbatim
16784 #. type: verbatim
16785 #: ../src/guestfs-actions.pod:5358
16786 #, no-wrap
16787 msgid ""
16788 " struct guestfs_lvm_pv_list *\n"
16789 " guestfs_pvs_full (guestfs_h *g);\n"
16790 "\n"
16791 msgstr ""
16792
16793 # type: textblock
16794 #. type: textblock
16795 #: ../src/guestfs-actions.pod:5361 ../fish/guestfish-actions.pod:3604
16796 msgid ""
16797 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16798 "(8)> command.  The \"full\" version includes all fields."
16799 msgstr ""
16800
16801 # type: textblock
16802 #. type: textblock
16803 #: ../src/guestfs-actions.pod:5364
16804 msgid ""
16805 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
16806 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
16807 msgstr ""
16808
16809 # type: =head2
16810 #. type: =head2
16811 #: ../src/guestfs-actions.pod:5370
16812 msgid "guestfs_pvuuid"
16813 msgstr ""
16814
16815 # type: verbatim
16816 #. type: verbatim
16817 #: ../src/guestfs-actions.pod:5372
16818 #, no-wrap
16819 msgid ""
16820 " char *\n"
16821 " guestfs_pvuuid (guestfs_h *g,\n"
16822 "                 const char *device);\n"
16823 "\n"
16824 msgstr ""
16825
16826 # type: textblock
16827 #. type: textblock
16828 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3611
16829 msgid "This command returns the UUID of the LVM PV C<device>."
16830 msgstr ""
16831
16832 # type: =head2
16833 #. type: =head2
16834 #: ../src/guestfs-actions.pod:5383
16835 msgid "guestfs_pwrite"
16836 msgstr ""
16837
16838 # type: verbatim
16839 #. type: verbatim
16840 #: ../src/guestfs-actions.pod:5385
16841 #, no-wrap
16842 msgid ""
16843 " int\n"
16844 " guestfs_pwrite (guestfs_h *g,\n"
16845 "                 const char *path,\n"
16846 "                 const char *content,\n"
16847 "                 size_t content_size,\n"
16848 "                 int64_t offset);\n"
16849 "\n"
16850 msgstr ""
16851
16852 # type: textblock
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:5392 ../fish/guestfish-actions.pod:3617
16855 msgid ""
16856 "This command writes to part of a file.  It writes the data buffer C<content> "
16857 "to the file C<path> starting at offset C<offset>."
16858 msgstr ""
16859
16860 # type: textblock
16861 #. type: textblock
16862 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3620
16863 msgid ""
16864 "This command implements the L<pwrite(2)> system call, and like that system "
16865 "call it may not write the full data requested.  The return value is the "
16866 "number of bytes that were actually written to the file.  This could even be "
16867 "0, although short writes are unlikely for regular files in ordinary "
16868 "circumstances."
16869 msgstr ""
16870
16871 # type: textblock
16872 #. type: textblock
16873 #: ../src/guestfs-actions.pod:5401
16874 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
16875 msgstr ""
16876
16877 # type: =head2
16878 #. type: =head2
16879 #: ../src/guestfs-actions.pod:5410
16880 msgid "guestfs_pwrite_device"
16881 msgstr ""
16882
16883 # type: verbatim
16884 #. type: verbatim
16885 #: ../src/guestfs-actions.pod:5412
16886 #, no-wrap
16887 msgid ""
16888 " int\n"
16889 " guestfs_pwrite_device (guestfs_h *g,\n"
16890 "                        const char *device,\n"
16891 "                        const char *content,\n"
16892 "                        size_t content_size,\n"
16893 "                        int64_t offset);\n"
16894 "\n"
16895 msgstr ""
16896
16897 # type: textblock
16898 #. type: textblock
16899 #: ../src/guestfs-actions.pod:5419 ../fish/guestfish-actions.pod:3635
16900 msgid ""
16901 "This command writes to part of a device.  It writes the data buffer "
16902 "C<content> to C<device> starting at offset C<offset>."
16903 msgstr ""
16904
16905 # type: textblock
16906 #. type: textblock
16907 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3638
16908 msgid ""
16909 "This command implements the L<pwrite(2)> system call, and like that system "
16910 "call it may not write the full data requested (although short writes to disk "
16911 "devices and partitions are probably impossible with standard Linux kernels)."
16912 msgstr ""
16913
16914 # type: textblock
16915 #. type: textblock
16916 #: ../src/guestfs-actions.pod:5427
16917 msgid "See also C<guestfs_pwrite>."
16918 msgstr ""
16919
16920 # type: textblock
16921 #. type: textblock
16922 #: ../src/guestfs-actions.pod:5434
16923 msgid "(Added in 1.5.20)"
16924 msgstr ""
16925
16926 # type: =head2
16927 #. type: =head2
16928 #: ../src/guestfs-actions.pod:5436
16929 msgid "guestfs_read_file"
16930 msgstr ""
16931
16932 # type: verbatim
16933 #. type: verbatim
16934 #: ../src/guestfs-actions.pod:5438
16935 #, no-wrap
16936 msgid ""
16937 " char *\n"
16938 " guestfs_read_file (guestfs_h *g,\n"
16939 "                    const char *path,\n"
16940 "                    size_t *size_r);\n"
16941 "\n"
16942 msgstr ""
16943
16944 # type: textblock
16945 #. type: textblock
16946 #: ../src/guestfs-actions.pod:5443 ../fish/guestfish-actions.pod:3652
16947 msgid "This calls returns the contents of the file C<path> as a buffer."
16948 msgstr ""
16949
16950 # type: textblock
16951 #. type: textblock
16952 #: ../src/guestfs-actions.pod:5446
16953 msgid ""
16954 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
16955 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
16956 "function is limited in the total size of file that can be handled."
16957 msgstr ""
16958
16959 # type: textblock
16960 #. type: textblock
16961 #: ../src/guestfs-actions.pod:5458
16962 msgid "(Added in 1.0.63)"
16963 msgstr ""
16964
16965 # type: =head2
16966 #. type: =head2
16967 #: ../src/guestfs-actions.pod:5460
16968 msgid "guestfs_read_lines"
16969 msgstr ""
16970
16971 # type: verbatim
16972 #. type: verbatim
16973 #: ../src/guestfs-actions.pod:5462
16974 #, no-wrap
16975 msgid ""
16976 " char **\n"
16977 " guestfs_read_lines (guestfs_h *g,\n"
16978 "                     const char *path);\n"
16979 "\n"
16980 msgstr ""
16981
16982 # type: textblock
16983 #. type: textblock
16984 #: ../src/guestfs-actions.pod:5468 ../fish/guestfish-actions.pod:3669
16985 msgid ""
16986 "The file contents are returned as a list of lines.  Trailing C<LF> and "
16987 "C<CRLF> character sequences are I<not> returned."
16988 msgstr ""
16989
16990 # type: textblock
16991 #. type: textblock
16992 #: ../src/guestfs-actions.pod:5471
16993 msgid ""
16994 "Note that this function cannot correctly handle binary files (specifically, "
16995 "files containing C<\\0> character which is treated as end of line).  For "
16996 "those you need to use the C<guestfs_read_file> function which has a more "
16997 "complex interface."
16998 msgstr ""
16999
17000 # type: =head2
17001 #. type: =head2
17002 #: ../src/guestfs-actions.pod:5482
17003 msgid "guestfs_readdir"
17004 msgstr ""
17005
17006 # type: verbatim
17007 #. type: verbatim
17008 #: ../src/guestfs-actions.pod:5484
17009 #, no-wrap
17010 msgid ""
17011 " struct guestfs_dirent_list *\n"
17012 " guestfs_readdir (guestfs_h *g,\n"
17013 "                  const char *dir);\n"
17014 "\n"
17015 msgstr ""
17016
17017 # type: textblock
17018 #. type: textblock
17019 #: ../src/guestfs-actions.pod:5488 ../fish/guestfish-actions.pod:3681
17020 msgid "This returns the list of directory entries in directory C<dir>."
17021 msgstr ""
17022
17023 # type: textblock
17024 #. type: textblock
17025 #: ../src/guestfs-actions.pod:5490 ../fish/guestfish-actions.pod:3683
17026 msgid ""
17027 "All entries in the directory are returned, including C<.> and C<..>.  The "
17028 "entries are I<not> sorted, but returned in the same order as the underlying "
17029 "filesystem."
17030 msgstr ""
17031
17032 # type: textblock
17033 #. type: textblock
17034 #: ../src/guestfs-actions.pod:5494 ../fish/guestfish-actions.pod:3687
17035 msgid ""
17036 "Also this call returns basic file type information about each file.  The "
17037 "C<ftyp> field will contain one of the following characters:"
17038 msgstr ""
17039
17040 # type: =item
17041 #. type: =item
17042 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
17043 msgid "'b'"
17044 msgstr ""
17045
17046 # type: textblock
17047 #. type: textblock
17048 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
17049 msgid "Block special"
17050 msgstr ""
17051
17052 # type: =item
17053 #. type: =item
17054 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
17055 msgid "'c'"
17056 msgstr ""
17057
17058 # type: textblock
17059 #. type: textblock
17060 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
17061 msgid "Char special"
17062 msgstr ""
17063
17064 # type: =item
17065 #. type: =item
17066 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
17067 msgid "'d'"
17068 msgstr ""
17069
17070 # type: textblock
17071 #. type: textblock
17072 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
17073 msgid "Directory"
17074 msgstr ""
17075
17076 # type: =item
17077 #. type: =item
17078 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
17079 msgid "'f'"
17080 msgstr ""
17081
17082 # type: textblock
17083 #. type: textblock
17084 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
17085 msgid "FIFO (named pipe)"
17086 msgstr ""
17087
17088 # type: =item
17089 #. type: =item
17090 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
17091 msgid "'l'"
17092 msgstr ""
17093
17094 # type: textblock
17095 #. type: textblock
17096 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
17097 msgid "Symbolic link"
17098 msgstr ""
17099
17100 # type: =item
17101 #. type: =item
17102 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
17103 msgid "'r'"
17104 msgstr ""
17105
17106 # type: textblock
17107 #. type: textblock
17108 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
17109 msgid "Regular file"
17110 msgstr ""
17111
17112 # type: =item
17113 #. type: =item
17114 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
17115 msgid "'s'"
17116 msgstr ""
17117
17118 # type: textblock
17119 #. type: textblock
17120 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
17121 msgid "Socket"
17122 msgstr ""
17123
17124 # type: =item
17125 #. type: =item
17126 #: ../src/guestfs-actions.pod:5527 ../fish/guestfish-actions.pod:3720
17127 msgid "'u'"
17128 msgstr ""
17129
17130 # type: textblock
17131 #. type: textblock
17132 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3722
17133 msgid "Unknown file type"
17134 msgstr ""
17135
17136 # type: =item
17137 #. type: =item
17138 #: ../src/guestfs-actions.pod:5531 ../fish/guestfish-actions.pod:3724
17139 msgid "'?'"
17140 msgstr ""
17141
17142 # type: textblock
17143 #. type: textblock
17144 #: ../src/guestfs-actions.pod:5533 ../fish/guestfish-actions.pod:3726
17145 msgid ""
17146 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
17147 msgstr ""
17148
17149 # type: textblock
17150 #. type: textblock
17151 #: ../src/guestfs-actions.pod:5538
17152 msgid ""
17153 "This function is primarily intended for use by programs.  To get a simple "
17154 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
17155 "consumption, use C<guestfs_ll>."
17156 msgstr ""
17157
17158 # type: textblock
17159 #. type: textblock
17160 #: ../src/guestfs-actions.pod:5542
17161 msgid ""
17162 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
17163 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
17164 msgstr ""
17165
17166 # type: =head2
17167 #. type: =head2
17168 #: ../src/guestfs-actions.pod:5548
17169 msgid "guestfs_readlink"
17170 msgstr ""
17171
17172 # type: verbatim
17173 #. type: verbatim
17174 #: ../src/guestfs-actions.pod:5550
17175 #, no-wrap
17176 msgid ""
17177 " char *\n"
17178 " guestfs_readlink (guestfs_h *g,\n"
17179 "                   const char *path);\n"
17180 "\n"
17181 msgstr ""
17182
17183 # type: textblock
17184 #. type: textblock
17185 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3739
17186 msgid "This command reads the target of a symbolic link."
17187 msgstr ""
17188
17189 # type: =head2
17190 #. type: =head2
17191 #: ../src/guestfs-actions.pod:5561
17192 msgid "guestfs_readlinklist"
17193 msgstr ""
17194
17195 # type: verbatim
17196 #. type: verbatim
17197 #: ../src/guestfs-actions.pod:5563
17198 #, no-wrap
17199 msgid ""
17200 " char **\n"
17201 " guestfs_readlinklist (guestfs_h *g,\n"
17202 "                       const char *path,\n"
17203 "                       char *const *names);\n"
17204 "\n"
17205 msgstr ""
17206
17207 # type: textblock
17208 #. type: textblock
17209 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
17210 msgid ""
17211 "This call allows you to do a C<readlink> operation on multiple files, where "
17212 "all files are in the directory C<path>.  C<names> is the list of files from "
17213 "this directory."
17214 msgstr ""
17215
17216 # type: textblock
17217 #. type: textblock
17218 #: ../src/guestfs-actions.pod:5572 ../fish/guestfish-actions.pod:3749
17219 msgid ""
17220 "On return you get a list of strings, with a one-to-one correspondence to the "
17221 "C<names> list.  Each string is the value of the symbolic link."
17222 msgstr ""
17223
17224 # type: textblock
17225 #. type: textblock
17226 #: ../src/guestfs-actions.pod:5576 ../fish/guestfish-actions.pod:3753
17227 msgid ""
17228 "If the C<readlink(2)> operation fails on any name, then the corresponding "
17229 "result string is the empty string C<\"\">.  However the whole operation is "
17230 "completed even if there were C<readlink(2)> errors, and so you can call this "
17231 "function with names where you don't know if they are symbolic links already "
17232 "(albeit slightly less efficient)."
17233 msgstr ""
17234
17235 # type: textblock
17236 #. type: textblock
17237 #: ../src/guestfs-actions.pod:5583 ../fish/guestfish-actions.pod:3760
17238 msgid ""
17239 "This call is intended for programs that want to efficiently list a directory "
17240 "contents without making many round-trips.  Very long directory listings "
17241 "might cause the protocol message size to be exceeded, causing this call to "
17242 "fail.  The caller must split up such requests into smaller groups of names."
17243 msgstr ""
17244
17245 # type: =head2
17246 #. type: =head2
17247 #: ../src/guestfs-actions.pod:5596
17248 msgid "guestfs_realpath"
17249 msgstr ""
17250
17251 # type: verbatim
17252 #. type: verbatim
17253 #: ../src/guestfs-actions.pod:5598
17254 #, no-wrap
17255 msgid ""
17256 " char *\n"
17257 " guestfs_realpath (guestfs_h *g,\n"
17258 "                   const char *path);\n"
17259 "\n"
17260 msgstr ""
17261
17262 # type: textblock
17263 #. type: textblock
17264 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3771
17265 msgid ""
17266 "Return the canonicalized absolute pathname of C<path>.  The returned path "
17267 "has no C<.>, C<..> or symbolic link path elements."
17268 msgstr ""
17269
17270 # type: =head2
17271 #. type: =head2
17272 #: ../src/guestfs-actions.pod:5610
17273 msgid "guestfs_removexattr"
17274 msgstr ""
17275
17276 # type: verbatim
17277 #. type: verbatim
17278 #: ../src/guestfs-actions.pod:5612
17279 #, no-wrap
17280 msgid ""
17281 " int\n"
17282 " guestfs_removexattr (guestfs_h *g,\n"
17283 "                      const char *xattr,\n"
17284 "                      const char *path);\n"
17285 "\n"
17286 msgstr ""
17287
17288 # type: textblock
17289 #. type: textblock
17290 #: ../src/guestfs-actions.pod:5617 ../fish/guestfish-actions.pod:3778
17291 msgid ""
17292 "This call removes the extended attribute named C<xattr> of the file C<path>."
17293 msgstr ""
17294
17295 # type: textblock
17296 #. type: textblock
17297 #: ../src/guestfs-actions.pod:5620
17298 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
17299 msgstr ""
17300
17301 # type: =head2
17302 #. type: =head2
17303 #: ../src/guestfs-actions.pod:5626
17304 msgid "guestfs_resize2fs"
17305 msgstr ""
17306
17307 # type: verbatim
17308 #. type: verbatim
17309 #: ../src/guestfs-actions.pod:5628
17310 #, no-wrap
17311 msgid ""
17312 " int\n"
17313 " guestfs_resize2fs (guestfs_h *g,\n"
17314 "                    const char *device);\n"
17315 "\n"
17316 msgstr ""
17317
17318 # type: textblock
17319 #. type: textblock
17320 #: ../src/guestfs-actions.pod:5632 ../fish/guestfish-actions.pod:3787
17321 msgid ""
17322 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
17323 "underlying device."
17324 msgstr ""
17325
17326 # type: textblock
17327 #. type: textblock
17328 #: ../src/guestfs-actions.pod:5635
17329 msgid ""
17330 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
17331 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
17332 "sometimes gives an error about this and sometimes not.  In any case, it is "
17333 "always safe to call C<guestfs_e2fsck_f> before calling this function."
17334 msgstr ""
17335
17336 #. type: =head2
17337 #: ../src/guestfs-actions.pod:5645
17338 msgid "guestfs_resize2fs_M"
17339 msgstr ""
17340
17341 #. type: verbatim
17342 #: ../src/guestfs-actions.pod:5647
17343 #, no-wrap
17344 msgid ""
17345 " int\n"
17346 " guestfs_resize2fs_M (guestfs_h *g,\n"
17347 "                      const char *device);\n"
17348 "\n"
17349 msgstr ""
17350
17351 #. type: textblock
17352 #: ../src/guestfs-actions.pod:5651
17353 msgid ""
17354 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
17355 "resized to its minimum size.  This works like the I<-M> option to the "
17356 "C<resize2fs> command."
17357 msgstr ""
17358
17359 #. type: textblock
17360 #: ../src/guestfs-actions.pod:5655
17361 msgid ""
17362 "To get the resulting size of the filesystem you should call "
17363 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
17364 "These two numbers, multiplied together, give the resulting size of the "
17365 "minimal filesystem in bytes."
17366 msgstr ""
17367
17368 # type: =head2
17369 #. type: =head2
17370 #: ../src/guestfs-actions.pod:5662
17371 msgid "guestfs_resize2fs_size"
17372 msgstr ""
17373
17374 # type: verbatim
17375 #. type: verbatim
17376 #: ../src/guestfs-actions.pod:5664
17377 #, no-wrap
17378 msgid ""
17379 " int\n"
17380 " guestfs_resize2fs_size (guestfs_h *g,\n"
17381 "                         const char *device,\n"
17382 "                         int64_t size);\n"
17383 "\n"
17384 msgstr ""
17385
17386 # type: textblock
17387 #. type: textblock
17388 #: ../src/guestfs-actions.pod:5669
17389 msgid ""
17390 "This command is the same as C<guestfs_resize2fs> except that it allows you "
17391 "to specify the new size (in bytes) explicitly."
17392 msgstr ""
17393
17394 # type: =head2
17395 #. type: =head2
17396 #: ../src/guestfs-actions.pod:5676
17397 msgid "guestfs_rm"
17398 msgstr ""
17399
17400 # type: verbatim
17401 #. type: verbatim
17402 #: ../src/guestfs-actions.pod:5678
17403 #, no-wrap
17404 msgid ""
17405 " int\n"
17406 " guestfs_rm (guestfs_h *g,\n"
17407 "             const char *path);\n"
17408 "\n"
17409 msgstr ""
17410
17411 # type: textblock
17412 #. type: textblock
17413 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3820
17414 msgid "Remove the single file C<path>."
17415 msgstr ""
17416
17417 # type: =head2
17418 #. type: =head2
17419 #: ../src/guestfs-actions.pod:5688
17420 msgid "guestfs_rm_rf"
17421 msgstr ""
17422
17423 # type: verbatim
17424 #. type: verbatim
17425 #: ../src/guestfs-actions.pod:5690
17426 #, no-wrap
17427 msgid ""
17428 " int\n"
17429 " guestfs_rm_rf (guestfs_h *g,\n"
17430 "                const char *path);\n"
17431 "\n"
17432 msgstr ""
17433
17434 # type: textblock
17435 #. type: textblock
17436 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3826
17437 msgid ""
17438 "Remove the file or directory C<path>, recursively removing the contents if "
17439 "its a directory.  This is like the C<rm -rf> shell command."
17440 msgstr ""
17441
17442 # type: =head2
17443 #. type: =head2
17444 #: ../src/guestfs-actions.pod:5702
17445 msgid "guestfs_rmdir"
17446 msgstr ""
17447
17448 # type: verbatim
17449 #. type: verbatim
17450 #: ../src/guestfs-actions.pod:5704
17451 #, no-wrap
17452 msgid ""
17453 " int\n"
17454 " guestfs_rmdir (guestfs_h *g,\n"
17455 "                const char *path);\n"
17456 "\n"
17457 msgstr ""
17458
17459 # type: textblock
17460 #. type: textblock
17461 #: ../src/guestfs-actions.pod:5708 ../fish/guestfish-actions.pod:3834
17462 msgid "Remove the single directory C<path>."
17463 msgstr ""
17464
17465 # type: =head2
17466 #. type: =head2
17467 #: ../src/guestfs-actions.pod:5714
17468 msgid "guestfs_rmmountpoint"
17469 msgstr ""
17470
17471 # type: verbatim
17472 #. type: verbatim
17473 #: ../src/guestfs-actions.pod:5716
17474 #, no-wrap
17475 msgid ""
17476 " int\n"
17477 " guestfs_rmmountpoint (guestfs_h *g,\n"
17478 "                       const char *exemptpath);\n"
17479 "\n"
17480 msgstr ""
17481
17482 # type: textblock
17483 #. type: textblock
17484 #: ../src/guestfs-actions.pod:5720
17485 msgid ""
17486 "This calls removes a mountpoint that was previously created with "
17487 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
17488 msgstr ""
17489
17490 # type: =head2
17491 #. type: =head2
17492 #: ../src/guestfs-actions.pod:5728
17493 msgid "guestfs_scrub_device"
17494 msgstr ""
17495
17496 # type: verbatim
17497 #. type: verbatim
17498 #: ../src/guestfs-actions.pod:5730
17499 #, no-wrap
17500 msgid ""
17501 " int\n"
17502 " guestfs_scrub_device (guestfs_h *g,\n"
17503 "                       const char *device);\n"
17504 "\n"
17505 msgstr ""
17506
17507 # type: textblock
17508 #. type: textblock
17509 #: ../src/guestfs-actions.pod:5734 ../fish/guestfish-actions.pod:3848
17510 msgid ""
17511 "This command writes patterns over C<device> to make data retrieval more "
17512 "difficult."
17513 msgstr ""
17514
17515 # type: textblock
17516 #. type: textblock
17517 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5758
17518 #: ../src/guestfs-actions.pod:5777 ../fish/guestfish-actions.pod:3851
17519 #: ../fish/guestfish-actions.pod:3866 ../fish/guestfish-actions.pod:3879
17520 msgid ""
17521 "It is an interface to the L<scrub(1)> program.  See that manual page for "
17522 "more details."
17523 msgstr ""
17524
17525 # type: textblock
17526 #. type: textblock
17527 #: ../src/guestfs-actions.pod:5745 ../src/guestfs-actions.pod:5763
17528 #: ../src/guestfs-actions.pod:5782
17529 msgid "(Added in 1.0.52)"
17530 msgstr ""
17531
17532 # type: =head2
17533 #. type: =head2
17534 #: ../src/guestfs-actions.pod:5747
17535 msgid "guestfs_scrub_file"
17536 msgstr ""
17537
17538 # type: verbatim
17539 #. type: verbatim
17540 #: ../src/guestfs-actions.pod:5749
17541 #, no-wrap
17542 msgid ""
17543 " int\n"
17544 " guestfs_scrub_file (guestfs_h *g,\n"
17545 "                     const char *file);\n"
17546 "\n"
17547 msgstr ""
17548
17549 # type: textblock
17550 #. type: textblock
17551 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3861
17552 msgid ""
17553 "This command writes patterns over a file to make data retrieval more "
17554 "difficult."
17555 msgstr ""
17556
17557 # type: textblock
17558 #. type: textblock
17559 #: ../src/guestfs-actions.pod:5756 ../fish/guestfish-actions.pod:3864
17560 msgid "The file is I<removed> after scrubbing."
17561 msgstr ""
17562
17563 # type: =head2
17564 #. type: =head2
17565 #: ../src/guestfs-actions.pod:5765
17566 msgid "guestfs_scrub_freespace"
17567 msgstr ""
17568
17569 # type: verbatim
17570 #. type: verbatim
17571 #: ../src/guestfs-actions.pod:5767
17572 #, no-wrap
17573 msgid ""
17574 " int\n"
17575 " guestfs_scrub_freespace (guestfs_h *g,\n"
17576 "                          const char *dir);\n"
17577 "\n"
17578 msgstr ""
17579
17580 # type: textblock
17581 #. type: textblock
17582 #: ../src/guestfs-actions.pod:5771
17583 msgid ""
17584 "This command creates the directory C<dir> and then fills it with files until "
17585 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
17586 "and deletes them.  The intention is to scrub any free space on the partition "
17587 "containing C<dir>."
17588 msgstr ""
17589
17590 # type: =head2
17591 #. type: =head2
17592 #: ../src/guestfs-actions.pod:5784
17593 msgid "guestfs_set_append"
17594 msgstr ""
17595
17596 # type: verbatim
17597 #. type: verbatim
17598 #: ../src/guestfs-actions.pod:5786
17599 #, no-wrap
17600 msgid ""
17601 " int\n"
17602 " guestfs_set_append (guestfs_h *g,\n"
17603 "                     const char *append);\n"
17604 "\n"
17605 msgstr ""
17606
17607 # type: textblock
17608 #. type: textblock
17609 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3888
17610 msgid ""
17611 "This function is used to add additional options to the guest kernel command "
17612 "line."
17613 msgstr ""
17614
17615 # type: textblock
17616 #. type: textblock
17617 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3891
17618 msgid ""
17619 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
17620 "environment variable."
17621 msgstr ""
17622
17623 # type: textblock
17624 #. type: textblock
17625 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3894
17626 msgid ""
17627 "Setting C<append> to C<NULL> means I<no> additional options are passed "
17628 "(libguestfs always adds a few of its own)."
17629 msgstr ""
17630
17631 #. type: =head2
17632 #: ../src/guestfs-actions.pod:5803
17633 msgid "guestfs_set_attach_method"
17634 msgstr ""
17635
17636 #. type: verbatim
17637 #: ../src/guestfs-actions.pod:5805
17638 #, no-wrap
17639 msgid ""
17640 " int\n"
17641 " guestfs_set_attach_method (guestfs_h *g,\n"
17642 "                            const char *attachmethod);\n"
17643 "\n"
17644 msgstr ""
17645
17646 #. type: textblock
17647 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3903
17648 msgid ""
17649 "Set the method that libguestfs uses to connect to the back end guestfsd "
17650 "daemon.  Possible methods are:"
17651 msgstr ""
17652
17653 #. type: textblock
17654 #: ../src/guestfs-actions.pod:5816 ../fish/guestfish-actions.pod:3910
17655 msgid ""
17656 "Launch an appliance and connect to it.  This is the ordinary method and the "
17657 "default."
17658 msgstr ""
17659
17660 #. type: =item
17661 #: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3913
17662 msgid "C<unix:I<path>>"
17663 msgstr ""
17664
17665 #. type: textblock
17666 #: ../src/guestfs-actions.pod:5821 ../fish/guestfish-actions.pod:3915
17667 msgid "Connect to the Unix domain socket I<path>."
17668 msgstr ""
17669
17670 #. type: textblock
17671 #: ../src/guestfs-actions.pod:5823 ../fish/guestfish-actions.pod:3917
17672 msgid ""
17673 "This method lets you connect to an existing daemon or (using virtio-serial) "
17674 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
17675 "RUNNING DAEMONS>."
17676 msgstr ""
17677
17678 # type: =head2
17679 #. type: =head2
17680 #: ../src/guestfs-actions.pod:5831
17681 msgid "guestfs_set_autosync"
17682 msgstr ""
17683
17684 # type: verbatim
17685 #. type: verbatim
17686 #: ../src/guestfs-actions.pod:5833
17687 #, no-wrap
17688 msgid ""
17689 " int\n"
17690 " guestfs_set_autosync (guestfs_h *g,\n"
17691 "                       int autosync);\n"
17692 "\n"
17693 msgstr ""
17694
17695 #. type: textblock
17696 #: ../src/guestfs-actions.pod:5837 ../fish/guestfish-actions.pod:3929
17697 msgid ""
17698 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
17699 "effort attempt to make filesystems consistent and synchronized when the "
17700 "handle is closed (also if the program exits without closing handles)."
17701 msgstr ""
17702
17703 # type: textblock
17704 #. type: textblock
17705 #: ../src/guestfs-actions.pod:5842 ../fish/guestfish-actions.pod:3934
17706 msgid ""
17707 "This is enabled by default (since libguestfs 1.5.24, previously it was "
17708 "disabled by default)."
17709 msgstr ""
17710
17711 # type: =head2
17712 #. type: =head2
17713 #: ../src/guestfs-actions.pod:5849
17714 msgid "guestfs_set_direct"
17715 msgstr ""
17716
17717 # type: verbatim
17718 #. type: verbatim
17719 #: ../src/guestfs-actions.pod:5851
17720 #, no-wrap
17721 msgid ""
17722 " int\n"
17723 " guestfs_set_direct (guestfs_h *g,\n"
17724 "                     int direct);\n"
17725 "\n"
17726 msgstr ""
17727
17728 # type: textblock
17729 #. type: textblock
17730 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
17731 msgid ""
17732 "If the direct appliance mode flag is enabled, then stdin and stdout are "
17733 "passed directly through to the appliance once it is launched."
17734 msgstr ""
17735
17736 # type: textblock
17737 #. type: textblock
17738 #: ../src/guestfs-actions.pod:5859
17739 msgid ""
17740 "One consequence of this is that log messages aren't caught by the library "
17741 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
17742 "stdout."
17743 msgstr ""
17744
17745 # type: textblock
17746 #. type: textblock
17747 #: ../src/guestfs-actions.pod:5863 ../fish/guestfish-actions.pod:3951
17748 msgid "You probably don't want to use this unless you know what you are doing."
17749 msgstr ""
17750
17751 # type: textblock
17752 #. type: textblock
17753 #: ../src/guestfs-actions.pod:5866 ../fish/guestfish-actions.pod:3954
17754 msgid "The default is disabled."
17755 msgstr ""
17756
17757 # type: =head2
17758 #. type: =head2
17759 #: ../src/guestfs-actions.pod:5872
17760 msgid "guestfs_set_e2label"
17761 msgstr ""
17762
17763 # type: verbatim
17764 #. type: verbatim
17765 #: ../src/guestfs-actions.pod:5874
17766 #, no-wrap
17767 msgid ""
17768 " int\n"
17769 " guestfs_set_e2label (guestfs_h *g,\n"
17770 "                      const char *device,\n"
17771 "                      const char *label);\n"
17772 "\n"
17773 msgstr ""
17774
17775 # type: textblock
17776 #. type: textblock
17777 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3960
17778 msgid ""
17779 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
17780 "C<label>.  Filesystem labels are limited to 16 characters."
17781 msgstr ""
17782
17783 # type: textblock
17784 #. type: textblock
17785 #: ../src/guestfs-actions.pod:5883
17786 msgid ""
17787 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
17788 "the existing label on a filesystem."
17789 msgstr ""
17790
17791 # type: =head2
17792 #. type: =head2
17793 #: ../src/guestfs-actions.pod:5890
17794 msgid "guestfs_set_e2uuid"
17795 msgstr ""
17796
17797 # type: verbatim
17798 #. type: verbatim
17799 #: ../src/guestfs-actions.pod:5892
17800 #, no-wrap
17801 msgid ""
17802 " int\n"
17803 " guestfs_set_e2uuid (guestfs_h *g,\n"
17804 "                     const char *device,\n"
17805 "                     const char *uuid);\n"
17806 "\n"
17807 msgstr ""
17808
17809 # type: textblock
17810 #. type: textblock
17811 #: ../src/guestfs-actions.pod:5897 ../fish/guestfish-actions.pod:3971
17812 msgid ""
17813 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
17814 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
17815 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
17816 msgstr ""
17817
17818 # type: textblock
17819 #. type: textblock
17820 #: ../src/guestfs-actions.pod:5902
17821 msgid ""
17822 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
17823 "the existing UUID of a filesystem."
17824 msgstr ""
17825
17826 # type: =head2
17827 #. type: =head2
17828 #: ../src/guestfs-actions.pod:5909
17829 msgid "guestfs_set_memsize"
17830 msgstr ""
17831
17832 # type: verbatim
17833 #. type: verbatim
17834 #: ../src/guestfs-actions.pod:5911
17835 #, no-wrap
17836 msgid ""
17837 " int\n"
17838 " guestfs_set_memsize (guestfs_h *g,\n"
17839 "                      int memsize);\n"
17840 "\n"
17841 msgstr ""
17842
17843 # type: textblock
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:5915
17846 msgid ""
17847 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
17848 "This only has any effect if called before C<guestfs_launch>."
17849 msgstr ""
17850
17851 # type: textblock
17852 #. type: textblock
17853 #: ../src/guestfs-actions.pod:5919 ../fish/guestfish-actions.pod:3989
17854 msgid ""
17855 "You can also change this by setting the environment variable "
17856 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
17857 msgstr ""
17858
17859 # type: =head2
17860 #. type: =head2
17861 #: ../src/guestfs-actions.pod:5930
17862 msgid "guestfs_set_network"
17863 msgstr ""
17864
17865 # type: verbatim
17866 #. type: verbatim
17867 #: ../src/guestfs-actions.pod:5932
17868 #, no-wrap
17869 msgid ""
17870 " int\n"
17871 " guestfs_set_network (guestfs_h *g,\n"
17872 "                      int network);\n"
17873 "\n"
17874 msgstr ""
17875
17876 # type: textblock
17877 #. type: textblock
17878 #: ../src/guestfs-actions.pod:5936 ../fish/guestfish-actions.pod:4002
17879 msgid ""
17880 "If C<network> is true, then the network is enabled in the libguestfs "
17881 "appliance.  The default is false."
17882 msgstr ""
17883
17884 # type: textblock
17885 #. type: textblock
17886 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:4005
17887 msgid ""
17888 "This affects whether commands are able to access the network (see L<guestfs"
17889 "(3)/RUNNING COMMANDS>)."
17890 msgstr ""
17891
17892 # type: textblock
17893 #. type: textblock
17894 #: ../src/guestfs-actions.pod:5942
17895 msgid ""
17896 "You must call this before calling C<guestfs_launch>, otherwise it has no "
17897 "effect."
17898 msgstr ""
17899
17900 # type: =head2
17901 #. type: =head2
17902 #: ../src/guestfs-actions.pod:5949
17903 msgid "guestfs_set_path"
17904 msgstr ""
17905
17906 # type: verbatim
17907 #. type: verbatim
17908 #: ../src/guestfs-actions.pod:5951
17909 #, no-wrap
17910 msgid ""
17911 " int\n"
17912 " guestfs_set_path (guestfs_h *g,\n"
17913 "                   const char *searchpath);\n"
17914 "\n"
17915 msgstr ""
17916
17917 # type: textblock
17918 #. type: textblock
17919 #: ../src/guestfs-actions.pod:5955 ../fish/guestfish-actions.pod:4017
17920 msgid "Set the path that libguestfs searches for kernel and initrd.img."
17921 msgstr ""
17922
17923 # type: textblock
17924 #. type: textblock
17925 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4019
17926 msgid ""
17927 "The default is C<$libdir/guestfs> unless overridden by setting "
17928 "C<LIBGUESTFS_PATH> environment variable."
17929 msgstr ""
17930
17931 # type: textblock
17932 #. type: textblock
17933 #: ../src/guestfs-actions.pod:5960 ../fish/guestfish-actions.pod:4022
17934 msgid "Setting C<path> to C<NULL> restores the default path."
17935 msgstr ""
17936
17937 # type: =head2
17938 #. type: =head2
17939 #: ../src/guestfs-actions.pod:5966
17940 msgid "guestfs_set_qemu"
17941 msgstr ""
17942
17943 # type: verbatim
17944 #. type: verbatim
17945 #: ../src/guestfs-actions.pod:5968
17946 #, no-wrap
17947 msgid ""
17948 " int\n"
17949 " guestfs_set_qemu (guestfs_h *g,\n"
17950 "                   const char *qemu);\n"
17951 "\n"
17952 msgstr ""
17953
17954 # type: textblock
17955 #. type: textblock
17956 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
17957 msgid "Set the qemu binary that we will use."
17958 msgstr ""
17959
17960 # type: textblock
17961 #. type: textblock
17962 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
17963 msgid ""
17964 "The default is chosen when the library was compiled by the configure script."
17965 msgstr ""
17966
17967 # type: textblock
17968 #. type: textblock
17969 #: ../src/guestfs-actions.pod:5977 ../fish/guestfish-actions.pod:4035
17970 msgid ""
17971 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
17972 "variable."
17973 msgstr ""
17974
17975 # type: textblock
17976 #. type: textblock
17977 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4038
17978 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
17979 msgstr ""
17980
17981 # type: textblock
17982 #. type: textblock
17983 #: ../src/guestfs-actions.pod:5982 ../fish/guestfish-actions.pod:4040
17984 msgid ""
17985 "Note that you should call this function as early as possible after creating "
17986 "the handle.  This is because some pre-launch operations depend on testing "
17987 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
17988 "don't retest features, and so you might see inconsistent results.  Using the "
17989 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
17990 "the qemu binary at the same time as the handle is created."
17991 msgstr ""
17992
17993 # type: =head2
17994 #. type: =head2
17995 #: ../src/guestfs-actions.pod:5994
17996 msgid "guestfs_set_recovery_proc"
17997 msgstr ""
17998
17999 # type: verbatim
18000 #. type: verbatim
18001 #: ../src/guestfs-actions.pod:5996
18002 #, no-wrap
18003 msgid ""
18004 " int\n"
18005 " guestfs_set_recovery_proc (guestfs_h *g,\n"
18006 "                            int recoveryproc);\n"
18007 "\n"
18008 msgstr ""
18009
18010 # type: textblock
18011 #. type: textblock
18012 #: ../src/guestfs-actions.pod:6000
18013 msgid ""
18014 "If this is called with the parameter C<false> then C<guestfs_launch> does "
18015 "not create a recovery process.  The purpose of the recovery process is to "
18016 "stop runaway qemu processes in the case where the main program aborts "
18017 "abruptly."
18018 msgstr ""
18019
18020 # type: textblock
18021 #. type: textblock
18022 #: ../src/guestfs-actions.pod:6005
18023 msgid ""
18024 "This only has any effect if called before C<guestfs_launch>, and the default "
18025 "is true."
18026 msgstr ""
18027
18028 # type: textblock
18029 #. type: textblock
18030 #: ../src/guestfs-actions.pod:6008 ../fish/guestfish-actions.pod:4062
18031 msgid ""
18032 "About the only time when you would want to disable this is if the main "
18033 "process will fork itself into the background (\"daemonize\" itself).  In "
18034 "this case the recovery process thinks that the main program has disappeared "
18035 "and so kills qemu, which is not very helpful."
18036 msgstr ""
18037
18038 # type: =head2
18039 #. type: =head2
18040 #: ../src/guestfs-actions.pod:6018
18041 msgid "guestfs_set_selinux"
18042 msgstr ""
18043
18044 # type: verbatim
18045 #. type: verbatim
18046 #: ../src/guestfs-actions.pod:6020
18047 #, no-wrap
18048 msgid ""
18049 " int\n"
18050 " guestfs_set_selinux (guestfs_h *g,\n"
18051 "                      int selinux);\n"
18052 "\n"
18053 msgstr ""
18054
18055 # type: textblock
18056 #. type: textblock
18057 #: ../src/guestfs-actions.pod:6024 ../fish/guestfish-actions.pod:4074
18058 msgid ""
18059 "This sets the selinux flag that is passed to the appliance at boot time.  "
18060 "The default is C<selinux=0> (disabled)."
18061 msgstr ""
18062
18063 # type: textblock
18064 #. type: textblock
18065 #: ../src/guestfs-actions.pod:6027 ../fish/guestfish-actions.pod:4077
18066 msgid ""
18067 "Note that if SELinux is enabled, it is always in Permissive mode "
18068 "(C<enforcing=0>)."
18069 msgstr ""
18070
18071 # type: =head2
18072 #. type: =head2
18073 #: ../src/guestfs-actions.pod:6037
18074 msgid "guestfs_set_trace"
18075 msgstr ""
18076
18077 # type: verbatim
18078 #. type: verbatim
18079 #: ../src/guestfs-actions.pod:6039
18080 #, no-wrap
18081 msgid ""
18082 " int\n"
18083 " guestfs_set_trace (guestfs_h *g,\n"
18084 "                    int trace);\n"
18085 "\n"
18086 msgstr ""
18087
18088 #. type: textblock
18089 #: ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:4089
18090 msgid ""
18091 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
18092 "return values are traced."
18093 msgstr ""
18094
18095 # type: textblock
18096 #. type: textblock
18097 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4092
18098 msgid ""
18099 "If you want to trace C API calls into libguestfs (and other libraries) then "
18100 "possibly a better way is to use the external ltrace(1) command."
18101 msgstr ""
18102
18103 # type: textblock
18104 #. type: textblock
18105 #: ../src/guestfs-actions.pod:6050 ../fish/guestfish-actions.pod:4096
18106 msgid ""
18107 "Command traces are disabled unless the environment variable "
18108 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
18109 msgstr ""
18110
18111 #. type: textblock
18112 #: ../src/guestfs-actions.pod:6053
18113 msgid ""
18114 "Trace messages are normally sent to C<stderr>, unless you register a "
18115 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18116 msgstr ""
18117
18118 # type: =head2
18119 #. type: =head2
18120 #: ../src/guestfs-actions.pod:6061
18121 msgid "guestfs_set_verbose"
18122 msgstr ""
18123
18124 # type: verbatim
18125 #. type: verbatim
18126 #: ../src/guestfs-actions.pod:6063
18127 #, no-wrap
18128 msgid ""
18129 " int\n"
18130 " guestfs_set_verbose (guestfs_h *g,\n"
18131 "                      int verbose);\n"
18132 "\n"
18133 msgstr ""
18134
18135 #. type: textblock
18136 #: ../src/guestfs-actions.pod:6067 ../fish/guestfish-actions.pod:4109
18137 msgid "If C<verbose> is true, this turns on verbose messages."
18138 msgstr ""
18139
18140 # type: textblock
18141 #. type: textblock
18142 #: ../src/guestfs-actions.pod:6069 ../fish/guestfish-actions.pod:4111
18143 msgid ""
18144 "Verbose messages are disabled unless the environment variable "
18145 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
18146 msgstr ""
18147
18148 #. type: textblock
18149 #: ../src/guestfs-actions.pod:6072
18150 msgid ""
18151 "Verbose messages are normally sent to C<stderr>, unless you register a "
18152 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
18153 msgstr ""
18154
18155 # type: =head2
18156 #. type: =head2
18157 #: ../src/guestfs-actions.pod:6080
18158 msgid "guestfs_setcon"
18159 msgstr ""
18160
18161 # type: verbatim
18162 #. type: verbatim
18163 #: ../src/guestfs-actions.pod:6082
18164 #, no-wrap
18165 msgid ""
18166 " int\n"
18167 " guestfs_setcon (guestfs_h *g,\n"
18168 "                 const char *context);\n"
18169 "\n"
18170 msgstr ""
18171
18172 # type: textblock
18173 #. type: textblock
18174 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4122
18175 msgid ""
18176 "This sets the SELinux security context of the daemon to the string "
18177 "C<context>."
18178 msgstr ""
18179
18180 # type: textblock
18181 #. type: textblock
18182 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4125
18183 msgid "See the documentation about SELINUX in L<guestfs(3)>."
18184 msgstr ""
18185
18186 # type: =head2
18187 #. type: =head2
18188 #: ../src/guestfs-actions.pod:6095
18189 msgid "guestfs_setxattr"
18190 msgstr ""
18191
18192 # type: verbatim
18193 #. type: verbatim
18194 #: ../src/guestfs-actions.pod:6097
18195 #, no-wrap
18196 msgid ""
18197 " int\n"
18198 " guestfs_setxattr (guestfs_h *g,\n"
18199 "                   const char *xattr,\n"
18200 "                   const char *val,\n"
18201 "                   int vallen,\n"
18202 "                   const char *path);\n"
18203 "\n"
18204 msgstr ""
18205
18206 # type: textblock
18207 #. type: textblock
18208 #: ../src/guestfs-actions.pod:6104 ../fish/guestfish-actions.pod:4131
18209 msgid ""
18210 "This call sets the extended attribute named C<xattr> of the file C<path> to "
18211 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
18212 msgstr ""
18213
18214 # type: textblock
18215 #. type: textblock
18216 #: ../src/guestfs-actions.pod:6108
18217 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
18218 msgstr ""
18219
18220 # type: =head2
18221 #. type: =head2
18222 #: ../src/guestfs-actions.pod:6114
18223 msgid "guestfs_sfdisk"
18224 msgstr ""
18225
18226 # type: verbatim
18227 #. type: verbatim
18228 #: ../src/guestfs-actions.pod:6116
18229 #, no-wrap
18230 msgid ""
18231 " int\n"
18232 " guestfs_sfdisk (guestfs_h *g,\n"
18233 "                 const char *device,\n"
18234 "                 int cyls,\n"
18235 "                 int heads,\n"
18236 "                 int sectors,\n"
18237 "                 char *const *lines);\n"
18238 "\n"
18239 msgstr ""
18240
18241 # type: textblock
18242 #. type: textblock
18243 #: ../src/guestfs-actions.pod:6124 ../fish/guestfish-actions.pod:4141
18244 msgid ""
18245 "This is a direct interface to the L<sfdisk(8)> program for creating "
18246 "partitions on block devices."
18247 msgstr ""
18248
18249 # type: textblock
18250 #. type: textblock
18251 #: ../src/guestfs-actions.pod:6127 ../fish/guestfish-actions.pod:4144
18252 msgid "C<device> should be a block device, for example C</dev/sda>."
18253 msgstr ""
18254
18255 # type: textblock
18256 #. type: textblock
18257 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
18258 msgid ""
18259 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
18260 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
18261 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
18262 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
18263 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
18264 "the kernel) cannot work out the right geometry and you will need to tell it."
18265 msgstr ""
18266
18267 # type: textblock
18268 #. type: textblock
18269 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4154
18270 msgid ""
18271 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
18272 "refer to the L<sfdisk(8)> manpage."
18273 msgstr ""
18274
18275 # type: textblock
18276 #. type: textblock
18277 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4157
18278 msgid ""
18279 "To create a single partition occupying the whole disk, you would pass "
18280 "C<lines> as a single element list, when the single element being the string "
18281 "C<,> (comma)."
18282 msgstr ""
18283
18284 # type: textblock
18285 #. type: textblock
18286 #: ../src/guestfs-actions.pod:6144
18287 msgid ""
18288 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
18289 msgstr ""
18290
18291 # type: =head2
18292 #. type: =head2
18293 #: ../src/guestfs-actions.pod:6154
18294 msgid "guestfs_sfdiskM"
18295 msgstr ""
18296
18297 # type: verbatim
18298 #. type: verbatim
18299 #: ../src/guestfs-actions.pod:6156
18300 #, no-wrap
18301 msgid ""
18302 " int\n"
18303 " guestfs_sfdiskM (guestfs_h *g,\n"
18304 "                  const char *device,\n"
18305 "                  char *const *lines);\n"
18306 "\n"
18307 msgstr ""
18308
18309 # type: textblock
18310 #. type: textblock
18311 #: ../src/guestfs-actions.pod:6161
18312 msgid ""
18313 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
18314 "partition sizes are specified in megabytes only (rounded to the nearest "
18315 "cylinder) and you don't need to specify the cyls, heads and sectors "
18316 "parameters which were rarely if ever used anyway."
18317 msgstr ""
18318
18319 # type: textblock
18320 #. type: textblock
18321 #: ../src/guestfs-actions.pod:6167
18322 msgid ""
18323 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
18324 "C<guestfs_part_disk>"
18325 msgstr ""
18326
18327 # type: =head2
18328 #. type: =head2
18329 #: ../src/guestfs-actions.pod:6177
18330 msgid "guestfs_sfdisk_N"
18331 msgstr ""
18332
18333 # type: verbatim
18334 #. type: verbatim
18335 #: ../src/guestfs-actions.pod:6179
18336 #, no-wrap
18337 msgid ""
18338 " int\n"
18339 " guestfs_sfdisk_N (guestfs_h *g,\n"
18340 "                   const char *device,\n"
18341 "                   int partnum,\n"
18342 "                   int cyls,\n"
18343 "                   int heads,\n"
18344 "                   int sectors,\n"
18345 "                   const char *line);\n"
18346 "\n"
18347 msgstr ""
18348
18349 # type: textblock
18350 #. type: textblock
18351 #: ../src/guestfs-actions.pod:6188 ../fish/guestfish-actions.pod:4187
18352 msgid ""
18353 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
18354 "(note: C<n> counts from 1)."
18355 msgstr ""
18356
18357 # type: textblock
18358 #. type: textblock
18359 #: ../src/guestfs-actions.pod:6191
18360 msgid ""
18361 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
18362 "for the cyls/heads/sectors parameters."
18363 msgstr ""
18364
18365 # type: textblock
18366 #. type: textblock
18367 #: ../src/guestfs-actions.pod:6194
18368 msgid "See also: C<guestfs_part_add>"
18369 msgstr ""
18370
18371 # type: =head2
18372 #. type: =head2
18373 #: ../src/guestfs-actions.pod:6203
18374 msgid "guestfs_sfdisk_disk_geometry"
18375 msgstr ""
18376
18377 # type: verbatim
18378 #. type: verbatim
18379 #: ../src/guestfs-actions.pod:6205
18380 #, no-wrap
18381 msgid ""
18382 " char *\n"
18383 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
18384 "                               const char *device);\n"
18385 "\n"
18386 msgstr ""
18387
18388 # type: textblock
18389 #. type: textblock
18390 #: ../src/guestfs-actions.pod:6209
18391 msgid ""
18392 "This displays the disk geometry of C<device> read from the partition table.  "
18393 "Especially in the case where the underlying block device has been resized, "
18394 "this can be different from the kernel's idea of the geometry (see "
18395 "C<guestfs_sfdisk_kernel_geometry>)."
18396 msgstr ""
18397
18398 # type: textblock
18399 #. type: textblock
18400 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6230
18401 #: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4216
18402 msgid "The result is in human-readable format, and not designed to be parsed."
18403 msgstr ""
18404
18405 # type: =head2
18406 #. type: =head2
18407 #: ../src/guestfs-actions.pod:6222
18408 msgid "guestfs_sfdisk_kernel_geometry"
18409 msgstr ""
18410
18411 # type: verbatim
18412 #. type: verbatim
18413 #: ../src/guestfs-actions.pod:6224
18414 #, no-wrap
18415 msgid ""
18416 " char *\n"
18417 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
18418 "                                 const char *device);\n"
18419 "\n"
18420 msgstr ""
18421
18422 # type: textblock
18423 #. type: textblock
18424 #: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4214
18425 msgid "This displays the kernel's idea of the geometry of C<device>."
18426 msgstr ""
18427
18428 # type: =head2
18429 #. type: =head2
18430 #: ../src/guestfs-actions.pod:6238
18431 msgid "guestfs_sfdisk_l"
18432 msgstr ""
18433
18434 # type: verbatim
18435 #. type: verbatim
18436 #: ../src/guestfs-actions.pod:6240
18437 #, no-wrap
18438 msgid ""
18439 " char *\n"
18440 " guestfs_sfdisk_l (guestfs_h *g,\n"
18441 "                   const char *device);\n"
18442 "\n"
18443 msgstr ""
18444
18445 # type: textblock
18446 #. type: textblock
18447 #: ../src/guestfs-actions.pod:6244 ../fish/guestfish-actions.pod:4223
18448 msgid ""
18449 "This displays the partition table on C<device>, in the human-readable output "
18450 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
18451 msgstr ""
18452
18453 # type: textblock
18454 #. type: textblock
18455 #: ../src/guestfs-actions.pod:6248
18456 msgid "See also: C<guestfs_part_list>"
18457 msgstr ""
18458
18459 # type: =head2
18460 #. type: =head2
18461 #: ../src/guestfs-actions.pod:6255
18462 msgid "guestfs_sh"
18463 msgstr ""
18464
18465 # type: verbatim
18466 #. type: verbatim
18467 #: ../src/guestfs-actions.pod:6257
18468 #, no-wrap
18469 msgid ""
18470 " char *\n"
18471 " guestfs_sh (guestfs_h *g,\n"
18472 "             const char *command);\n"
18473 "\n"
18474 msgstr ""
18475
18476 # type: textblock
18477 #. type: textblock
18478 #: ../src/guestfs-actions.pod:6261 ../fish/guestfish-actions.pod:4233
18479 msgid ""
18480 "This call runs a command from the guest filesystem via the guest's C</bin/"
18481 "sh>."
18482 msgstr ""
18483
18484 # type: textblock
18485 #. type: textblock
18486 #: ../src/guestfs-actions.pod:6264
18487 msgid "This is like C<guestfs_command>, but passes the command to:"
18488 msgstr ""
18489
18490 # type: verbatim
18491 #. type: verbatim
18492 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4238
18493 #, no-wrap
18494 msgid ""
18495 " /bin/sh -c \"command\"\n"
18496 "\n"
18497 msgstr ""
18498
18499 # type: textblock
18500 #. type: textblock
18501 #: ../src/guestfs-actions.pod:6268 ../fish/guestfish-actions.pod:4240
18502 msgid ""
18503 "Depending on the guest's shell, this usually results in wildcards being "
18504 "expanded, shell expressions being interpolated and so on."
18505 msgstr ""
18506
18507 # type: textblock
18508 #. type: textblock
18509 #: ../src/guestfs-actions.pod:6272
18510 msgid "All the provisos about C<guestfs_command> apply to this call."
18511 msgstr ""
18512
18513 # type: =head2
18514 #. type: =head2
18515 #: ../src/guestfs-actions.pod:6279
18516 msgid "guestfs_sh_lines"
18517 msgstr ""
18518
18519 # type: verbatim
18520 #. type: verbatim
18521 #: ../src/guestfs-actions.pod:6281
18522 #, no-wrap
18523 msgid ""
18524 " char **\n"
18525 " guestfs_sh_lines (guestfs_h *g,\n"
18526 "                   const char *command);\n"
18527 "\n"
18528 msgstr ""
18529
18530 # type: textblock
18531 #. type: textblock
18532 #: ../src/guestfs-actions.pod:6285
18533 msgid ""
18534 "This is the same as C<guestfs_sh>, but splits the result into a list of "
18535 "lines."
18536 msgstr ""
18537
18538 # type: textblock
18539 #. type: textblock
18540 #: ../src/guestfs-actions.pod:6288
18541 msgid "See also: C<guestfs_command_lines>"
18542 msgstr ""
18543
18544 # type: =head2
18545 #. type: =head2
18546 #: ../src/guestfs-actions.pod:6296
18547 msgid "guestfs_sleep"
18548 msgstr ""
18549
18550 # type: verbatim
18551 #. type: verbatim
18552 #: ../src/guestfs-actions.pod:6298
18553 #, no-wrap
18554 msgid ""
18555 " int\n"
18556 " guestfs_sleep (guestfs_h *g,\n"
18557 "                int secs);\n"
18558 "\n"
18559 msgstr ""
18560
18561 # type: textblock
18562 #. type: textblock
18563 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4259
18564 msgid "Sleep for C<secs> seconds."
18565 msgstr ""
18566
18567 # type: textblock
18568 #. type: textblock
18569 #: ../src/guestfs-actions.pod:6306
18570 msgid "(Added in 1.0.41)"
18571 msgstr ""
18572
18573 # type: =head2
18574 #. type: =head2
18575 #: ../src/guestfs-actions.pod:6308 ../src/guestfs-structs.pod:109
18576 msgid "guestfs_stat"
18577 msgstr ""
18578
18579 # type: verbatim
18580 #. type: verbatim
18581 #: ../src/guestfs-actions.pod:6310
18582 #, no-wrap
18583 msgid ""
18584 " struct guestfs_stat *\n"
18585 " guestfs_stat (guestfs_h *g,\n"
18586 "               const char *path);\n"
18587 "\n"
18588 msgstr ""
18589
18590 # type: textblock
18591 #. type: textblock
18592 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4267
18593 msgid "This is the same as the C<stat(2)> system call."
18594 msgstr ""
18595
18596 # type: =head2
18597 #. type: =head2
18598 #: ../src/guestfs-actions.pod:6324 ../src/guestfs-structs.pod:135
18599 msgid "guestfs_statvfs"
18600 msgstr ""
18601
18602 # type: verbatim
18603 #. type: verbatim
18604 #: ../src/guestfs-actions.pod:6326
18605 #, no-wrap
18606 msgid ""
18607 " struct guestfs_statvfs *\n"
18608 " guestfs_statvfs (guestfs_h *g,\n"
18609 "                  const char *path);\n"
18610 "\n"
18611 msgstr ""
18612
18613 # type: textblock
18614 #. type: textblock
18615 #: ../src/guestfs-actions.pod:6330 ../fish/guestfish-actions.pod:4273
18616 msgid ""
18617 "Returns file system statistics for any mounted file system.  C<path> should "
18618 "be a file or directory in the mounted file system (typically it is the mount "
18619 "point itself, but it doesn't need to be)."
18620 msgstr ""
18621
18622 # type: textblock
18623 #. type: textblock
18624 #: ../src/guestfs-actions.pod:6334 ../fish/guestfish-actions.pod:4277
18625 msgid "This is the same as the C<statvfs(2)> system call."
18626 msgstr ""
18627
18628 # type: textblock
18629 #. type: textblock
18630 #: ../src/guestfs-actions.pod:6336
18631 msgid ""
18632 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
18633 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
18634 msgstr ""
18635
18636 # type: =head2
18637 #. type: =head2
18638 #: ../src/guestfs-actions.pod:6342
18639 msgid "guestfs_strings"
18640 msgstr ""
18641
18642 # type: verbatim
18643 #. type: verbatim
18644 #: ../src/guestfs-actions.pod:6344
18645 #, no-wrap
18646 msgid ""
18647 " char **\n"
18648 " guestfs_strings (guestfs_h *g,\n"
18649 "                  const char *path);\n"
18650 "\n"
18651 msgstr ""
18652
18653 # type: textblock
18654 #. type: textblock
18655 #: ../src/guestfs-actions.pod:6348 ../fish/guestfish-actions.pod:4283
18656 msgid ""
18657 "This runs the L<strings(1)> command on a file and returns the list of "
18658 "printable strings found."
18659 msgstr ""
18660
18661 # type: =head2
18662 #. type: =head2
18663 #: ../src/guestfs-actions.pod:6360
18664 msgid "guestfs_strings_e"
18665 msgstr ""
18666
18667 # type: verbatim
18668 #. type: verbatim
18669 #: ../src/guestfs-actions.pod:6362
18670 #, no-wrap
18671 msgid ""
18672 " char **\n"
18673 " guestfs_strings_e (guestfs_h *g,\n"
18674 "                    const char *encoding,\n"
18675 "                    const char *path);\n"
18676 "\n"
18677 msgstr ""
18678
18679 # type: textblock
18680 #. type: textblock
18681 #: ../src/guestfs-actions.pod:6367
18682 msgid ""
18683 "This is like the C<guestfs_strings> command, but allows you to specify the "
18684 "encoding of strings that are looked for in the source file C<path>."
18685 msgstr ""
18686
18687 # type: textblock
18688 #. type: textblock
18689 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4297
18690 msgid "Allowed encodings are:"
18691 msgstr ""
18692
18693 # type: =item
18694 #. type: =item
18695 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4301
18696 msgid "s"
18697 msgstr ""
18698
18699 # type: textblock
18700 #. type: textblock
18701 #: ../src/guestfs-actions.pod:6377
18702 msgid ""
18703 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
18704 "ISO-8859-X (this is what C<guestfs_strings> uses)."
18705 msgstr ""
18706
18707 # type: =item
18708 #. type: =item
18709 #: ../src/guestfs-actions.pod:6380 ../fish/guestfish-actions.pod:4306
18710 msgid "S"
18711 msgstr ""
18712
18713 # type: textblock
18714 #. type: textblock
18715 #: ../src/guestfs-actions.pod:6382 ../fish/guestfish-actions.pod:4308
18716 msgid "Single 8-bit-byte characters."
18717 msgstr ""
18718
18719 # type: =item
18720 #. type: =item
18721 #: ../src/guestfs-actions.pod:6384 ../fish/guestfish-actions.pod:4310
18722 msgid "b"
18723 msgstr ""
18724
18725 # type: textblock
18726 #. type: textblock
18727 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
18728 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
18729 msgstr ""
18730
18731 # type: =item
18732 #. type: =item
18733 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4315
18734 msgid "l (lower case letter L)"
18735 msgstr ""
18736
18737 # type: textblock
18738 #. type: textblock
18739 #: ../src/guestfs-actions.pod:6391 ../fish/guestfish-actions.pod:4317
18740 msgid ""
18741 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
18742 "examining binaries in Windows guests."
18743 msgstr ""
18744
18745 # type: =item
18746 #. type: =item
18747 #: ../src/guestfs-actions.pod:6394 ../fish/guestfish-actions.pod:4320
18748 msgid "B"
18749 msgstr ""
18750
18751 # type: textblock
18752 #. type: textblock
18753 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
18754 msgid "32-bit big endian such as UCS-4BE."
18755 msgstr ""
18756
18757 # type: =item
18758 #. type: =item
18759 #: ../src/guestfs-actions.pod:6398 ../fish/guestfish-actions.pod:4324
18760 msgid "L"
18761 msgstr ""
18762
18763 # type: textblock
18764 #. type: textblock
18765 #: ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4326
18766 msgid "32-bit little endian such as UCS-4LE."
18767 msgstr ""
18768
18769 # type: textblock
18770 #. type: textblock
18771 #: ../src/guestfs-actions.pod:6404 ../fish/guestfish-actions.pod:4330
18772 msgid "The returned strings are transcoded to UTF-8."
18773 msgstr ""
18774
18775 # type: =head2
18776 #. type: =head2
18777 #: ../src/guestfs-actions.pod:6415
18778 msgid "guestfs_swapoff_device"
18779 msgstr ""
18780
18781 # type: verbatim
18782 #. type: verbatim
18783 #: ../src/guestfs-actions.pod:6417
18784 #, no-wrap
18785 msgid ""
18786 " int\n"
18787 " guestfs_swapoff_device (guestfs_h *g,\n"
18788 "                         const char *device);\n"
18789 "\n"
18790 msgstr ""
18791
18792 # type: textblock
18793 #. type: textblock
18794 #: ../src/guestfs-actions.pod:6421
18795 msgid ""
18796 "This command disables the libguestfs appliance swap device or partition "
18797 "named C<device>.  See C<guestfs_swapon_device>."
18798 msgstr ""
18799
18800 # type: =head2
18801 #. type: =head2
18802 #: ../src/guestfs-actions.pod:6429
18803 msgid "guestfs_swapoff_file"
18804 msgstr ""
18805
18806 # type: verbatim
18807 #. type: verbatim
18808 #: ../src/guestfs-actions.pod:6431
18809 #, no-wrap
18810 msgid ""
18811 " int\n"
18812 " guestfs_swapoff_file (guestfs_h *g,\n"
18813 "                       const char *file);\n"
18814 "\n"
18815 msgstr ""
18816
18817 # type: textblock
18818 #. type: textblock
18819 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4347
18820 msgid "This command disables the libguestfs appliance swap on file."
18821 msgstr ""
18822
18823 # type: =head2
18824 #. type: =head2
18825 #: ../src/guestfs-actions.pod:6441
18826 msgid "guestfs_swapoff_label"
18827 msgstr ""
18828
18829 # type: verbatim
18830 #. type: verbatim
18831 #: ../src/guestfs-actions.pod:6443
18832 #, no-wrap
18833 msgid ""
18834 " int\n"
18835 " guestfs_swapoff_label (guestfs_h *g,\n"
18836 "                        const char *label);\n"
18837 "\n"
18838 msgstr ""
18839
18840 # type: textblock
18841 #. type: textblock
18842 #: ../src/guestfs-actions.pod:6447 ../fish/guestfish-actions.pod:4353
18843 msgid ""
18844 "This command disables the libguestfs appliance swap on labeled swap "
18845 "partition."
18846 msgstr ""
18847
18848 # type: =head2
18849 #. type: =head2
18850 #: ../src/guestfs-actions.pod:6454
18851 msgid "guestfs_swapoff_uuid"
18852 msgstr ""
18853
18854 # type: verbatim
18855 #. type: verbatim
18856 #: ../src/guestfs-actions.pod:6456
18857 #, no-wrap
18858 msgid ""
18859 " int\n"
18860 " guestfs_swapoff_uuid (guestfs_h *g,\n"
18861 "                       const char *uuid);\n"
18862 "\n"
18863 msgstr ""
18864
18865 # type: textblock
18866 #. type: textblock
18867 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4360
18868 msgid ""
18869 "This command disables the libguestfs appliance swap partition with the given "
18870 "UUID."
18871 msgstr ""
18872
18873 # type: =head2
18874 #. type: =head2
18875 #: ../src/guestfs-actions.pod:6467
18876 msgid "guestfs_swapon_device"
18877 msgstr ""
18878
18879 # type: verbatim
18880 #. type: verbatim
18881 #: ../src/guestfs-actions.pod:6469
18882 #, no-wrap
18883 msgid ""
18884 " int\n"
18885 " guestfs_swapon_device (guestfs_h *g,\n"
18886 "                        const char *device);\n"
18887 "\n"
18888 msgstr ""
18889
18890 # type: textblock
18891 #. type: textblock
18892 #: ../src/guestfs-actions.pod:6473
18893 msgid ""
18894 "This command enables the libguestfs appliance to use the swap device or "
18895 "partition named C<device>.  The increased memory is made available for all "
18896 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
18897 msgstr ""
18898
18899 # type: textblock
18900 #. type: textblock
18901 #: ../src/guestfs-actions.pod:6478 ../fish/guestfish-actions.pod:4372
18902 msgid ""
18903 "Note that you should not swap to existing guest swap partitions unless you "
18904 "know what you are doing.  They may contain hibernation information, or other "
18905 "information that the guest doesn't want you to trash.  You also risk leaking "
18906 "information about the host to the guest this way.  Instead, attach a new "
18907 "host device to the guest and swap on that."
18908 msgstr ""
18909
18910 # type: =head2
18911 #. type: =head2
18912 #: ../src/guestfs-actions.pod:6489
18913 msgid "guestfs_swapon_file"
18914 msgstr ""
18915
18916 # type: verbatim
18917 #. type: verbatim
18918 #: ../src/guestfs-actions.pod:6491
18919 #, no-wrap
18920 msgid ""
18921 " int\n"
18922 " guestfs_swapon_file (guestfs_h *g,\n"
18923 "                      const char *file);\n"
18924 "\n"
18925 msgstr ""
18926
18927 # type: textblock
18928 #. type: textblock
18929 #: ../src/guestfs-actions.pod:6495
18930 msgid ""
18931 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
18932 "notes."
18933 msgstr ""
18934
18935 # type: =head2
18936 #. type: =head2
18937 #: ../src/guestfs-actions.pod:6502
18938 msgid "guestfs_swapon_label"
18939 msgstr ""
18940
18941 # type: verbatim
18942 #. type: verbatim
18943 #: ../src/guestfs-actions.pod:6504
18944 #, no-wrap
18945 msgid ""
18946 " int\n"
18947 " guestfs_swapon_label (guestfs_h *g,\n"
18948 "                       const char *label);\n"
18949 "\n"
18950 msgstr ""
18951
18952 # type: textblock
18953 #. type: textblock
18954 #: ../src/guestfs-actions.pod:6508
18955 msgid ""
18956 "This command enables swap to a labeled swap partition.  See "
18957 "C<guestfs_swapon_device> for other notes."
18958 msgstr ""
18959
18960 # type: =head2
18961 #. type: =head2
18962 #: ../src/guestfs-actions.pod:6515
18963 msgid "guestfs_swapon_uuid"
18964 msgstr ""
18965
18966 # type: verbatim
18967 #. type: verbatim
18968 #: ../src/guestfs-actions.pod:6517
18969 #, no-wrap
18970 msgid ""
18971 " int\n"
18972 " guestfs_swapon_uuid (guestfs_h *g,\n"
18973 "                      const char *uuid);\n"
18974 "\n"
18975 msgstr ""
18976
18977 # type: textblock
18978 #. type: textblock
18979 #: ../src/guestfs-actions.pod:6521
18980 msgid ""
18981 "This command enables swap to a swap partition with the given UUID.  See "
18982 "C<guestfs_swapon_device> for other notes."
18983 msgstr ""
18984
18985 # type: =head2
18986 #. type: =head2
18987 #: ../src/guestfs-actions.pod:6528
18988 msgid "guestfs_sync"
18989 msgstr ""
18990
18991 # type: verbatim
18992 #. type: verbatim
18993 #: ../src/guestfs-actions.pod:6530
18994 #, no-wrap
18995 msgid ""
18996 " int\n"
18997 " guestfs_sync (guestfs_h *g);\n"
18998 "\n"
18999 msgstr ""
19000
19001 # type: textblock
19002 #. type: textblock
19003 #: ../src/guestfs-actions.pod:6533 ../fish/guestfish-actions.pod:4404
19004 msgid ""
19005 "This syncs the disk, so that any writes are flushed through to the "
19006 "underlying disk image."
19007 msgstr ""
19008
19009 # type: textblock
19010 #. type: textblock
19011 #: ../src/guestfs-actions.pod:6536 ../fish/guestfish-actions.pod:4407
19012 msgid ""
19013 "You should always call this if you have modified a disk image, before "
19014 "closing the handle."
19015 msgstr ""
19016
19017 # type: =head2
19018 #. type: =head2
19019 #: ../src/guestfs-actions.pod:6543
19020 msgid "guestfs_tail"
19021 msgstr ""
19022
19023 # type: verbatim
19024 #. type: verbatim
19025 #: ../src/guestfs-actions.pod:6545
19026 #, no-wrap
19027 msgid ""
19028 " char **\n"
19029 " guestfs_tail (guestfs_h *g,\n"
19030 "               const char *path);\n"
19031 "\n"
19032 msgstr ""
19033
19034 # type: textblock
19035 #. type: textblock
19036 #: ../src/guestfs-actions.pod:6549 ../fish/guestfish-actions.pod:4414
19037 msgid ""
19038 "This command returns up to the last 10 lines of a file as a list of strings."
19039 msgstr ""
19040
19041 # type: =head2
19042 #. type: =head2
19043 #: ../src/guestfs-actions.pod:6561
19044 msgid "guestfs_tail_n"
19045 msgstr ""
19046
19047 # type: verbatim
19048 #. type: verbatim
19049 #: ../src/guestfs-actions.pod:6563
19050 #, no-wrap
19051 msgid ""
19052 " char **\n"
19053 " guestfs_tail_n (guestfs_h *g,\n"
19054 "                 int nrlines,\n"
19055 "                 const char *path);\n"
19056 "\n"
19057 msgstr ""
19058
19059 # type: textblock
19060 #. type: textblock
19061 #: ../src/guestfs-actions.pod:6568 ../fish/guestfish-actions.pod:4424
19062 msgid ""
19063 "If the parameter C<nrlines> is a positive number, this returns the last "
19064 "C<nrlines> lines of the file C<path>."
19065 msgstr ""
19066
19067 # type: textblock
19068 #. type: textblock
19069 #: ../src/guestfs-actions.pod:6571 ../fish/guestfish-actions.pod:4427
19070 msgid ""
19071 "If the parameter C<nrlines> is a negative number, this returns lines from "
19072 "the file C<path>, starting with the C<-nrlines>th line."
19073 msgstr ""
19074
19075 # type: =head2
19076 #. type: =head2
19077 #: ../src/guestfs-actions.pod:6585
19078 msgid "guestfs_tar_in"
19079 msgstr ""
19080
19081 # type: verbatim
19082 #. type: verbatim
19083 #: ../src/guestfs-actions.pod:6587
19084 #, no-wrap
19085 msgid ""
19086 " int\n"
19087 " guestfs_tar_in (guestfs_h *g,\n"
19088 "                 const char *tarfile,\n"
19089 "                 const char *directory);\n"
19090 "\n"
19091 msgstr ""
19092
19093 # type: textblock
19094 #. type: textblock
19095 #: ../src/guestfs-actions.pod:6592 ../fish/guestfish-actions.pod:4439
19096 msgid ""
19097 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
19098 "tar file) into C<directory>."
19099 msgstr ""
19100
19101 # type: textblock
19102 #. type: textblock
19103 #: ../src/guestfs-actions.pod:6595
19104 msgid ""
19105 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
19106 msgstr ""
19107
19108 # type: textblock
19109 #. type: textblock
19110 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6617
19111 #: ../src/guestfs-actions.pod:6633 ../src/guestfs-actions.pod:6649
19112 msgid "(Added in 1.0.3)"
19113 msgstr ""
19114
19115 # type: =head2
19116 #. type: =head2
19117 #: ../src/guestfs-actions.pod:6602
19118 msgid "guestfs_tar_out"
19119 msgstr ""
19120
19121 # type: verbatim
19122 #. type: verbatim
19123 #: ../src/guestfs-actions.pod:6604
19124 #, no-wrap
19125 msgid ""
19126 " int\n"
19127 " guestfs_tar_out (guestfs_h *g,\n"
19128 "                  const char *directory,\n"
19129 "                  const char *tarfile);\n"
19130 "\n"
19131 msgstr ""
19132
19133 # type: textblock
19134 #. type: textblock
19135 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4451
19136 msgid ""
19137 "This command packs the contents of C<directory> and downloads it to local "
19138 "file C<tarfile>."
19139 msgstr ""
19140
19141 # type: textblock
19142 #. type: textblock
19143 #: ../src/guestfs-actions.pod:6612
19144 msgid ""
19145 "To download a compressed tarball, use C<guestfs_tgz_out> or "
19146 "C<guestfs_txz_out>."
19147 msgstr ""
19148
19149 # type: =head2
19150 #. type: =head2
19151 #: ../src/guestfs-actions.pod:6619
19152 msgid "guestfs_tgz_in"
19153 msgstr ""
19154
19155 # type: verbatim
19156 #. type: verbatim
19157 #: ../src/guestfs-actions.pod:6621
19158 #, no-wrap
19159 msgid ""
19160 " int\n"
19161 " guestfs_tgz_in (guestfs_h *g,\n"
19162 "                 const char *tarball,\n"
19163 "                 const char *directory);\n"
19164 "\n"
19165 msgstr ""
19166
19167 # type: textblock
19168 #. type: textblock
19169 #: ../src/guestfs-actions.pod:6626 ../fish/guestfish-actions.pod:4463
19170 msgid ""
19171 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
19172 "tar file) into C<directory>."
19173 msgstr ""
19174
19175 # type: textblock
19176 #. type: textblock
19177 #: ../src/guestfs-actions.pod:6629
19178 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
19179 msgstr ""
19180
19181 # type: =head2
19182 #. type: =head2
19183 #: ../src/guestfs-actions.pod:6635
19184 msgid "guestfs_tgz_out"
19185 msgstr ""
19186
19187 # type: verbatim
19188 #. type: verbatim
19189 #: ../src/guestfs-actions.pod:6637
19190 #, no-wrap
19191 msgid ""
19192 " int\n"
19193 " guestfs_tgz_out (guestfs_h *g,\n"
19194 "                  const char *directory,\n"
19195 "                  const char *tarball);\n"
19196 "\n"
19197 msgstr ""
19198
19199 # type: textblock
19200 #. type: textblock
19201 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4474
19202 msgid ""
19203 "This command packs the contents of C<directory> and downloads it to local "
19204 "file C<tarball>."
19205 msgstr ""
19206
19207 # type: textblock
19208 #. type: textblock
19209 #: ../src/guestfs-actions.pod:6645
19210 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
19211 msgstr ""
19212
19213 # type: =head2
19214 #. type: =head2
19215 #: ../src/guestfs-actions.pod:6651
19216 msgid "guestfs_touch"
19217 msgstr ""
19218
19219 # type: verbatim
19220 #. type: verbatim
19221 #: ../src/guestfs-actions.pod:6653
19222 #, no-wrap
19223 msgid ""
19224 " int\n"
19225 " guestfs_touch (guestfs_h *g,\n"
19226 "                const char *path);\n"
19227 "\n"
19228 msgstr ""
19229
19230 # type: textblock
19231 #. type: textblock
19232 #: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4485
19233 msgid ""
19234 "Touch acts like the L<touch(1)> command.  It can be used to update the "
19235 "timestamps on a file, or, if the file does not exist, to create a new zero-"
19236 "length file."
19237 msgstr ""
19238
19239 # type: textblock
19240 #. type: textblock
19241 #: ../src/guestfs-actions.pod:6661 ../fish/guestfish-actions.pod:4489
19242 msgid ""
19243 "This command only works on regular files, and will fail on other file types "
19244 "such as directories, symbolic links, block special etc."
19245 msgstr ""
19246
19247 # type: =head2
19248 #. type: =head2
19249 #: ../src/guestfs-actions.pod:6668
19250 msgid "guestfs_truncate"
19251 msgstr ""
19252
19253 # type: verbatim
19254 #. type: verbatim
19255 #: ../src/guestfs-actions.pod:6670
19256 #, no-wrap
19257 msgid ""
19258 " int\n"
19259 " guestfs_truncate (guestfs_h *g,\n"
19260 "                   const char *path);\n"
19261 "\n"
19262 msgstr ""
19263
19264 # type: textblock
19265 #. type: textblock
19266 #: ../src/guestfs-actions.pod:6674 ../fish/guestfish-actions.pod:4496
19267 msgid ""
19268 "This command truncates C<path> to a zero-length file.  The file must exist "
19269 "already."
19270 msgstr ""
19271
19272 # type: =head2
19273 #. type: =head2
19274 #: ../src/guestfs-actions.pod:6681
19275 msgid "guestfs_truncate_size"
19276 msgstr ""
19277
19278 # type: verbatim
19279 #. type: verbatim
19280 #: ../src/guestfs-actions.pod:6683
19281 #, no-wrap
19282 msgid ""
19283 " int\n"
19284 " guestfs_truncate_size (guestfs_h *g,\n"
19285 "                        const char *path,\n"
19286 "                        int64_t size);\n"
19287 "\n"
19288 msgstr ""
19289
19290 # type: textblock
19291 #. type: textblock
19292 #: ../src/guestfs-actions.pod:6688 ../fish/guestfish-actions.pod:4503
19293 msgid ""
19294 "This command truncates C<path> to size C<size> bytes.  The file must exist "
19295 "already."
19296 msgstr ""
19297
19298 # type: textblock
19299 #. type: textblock
19300 #: ../src/guestfs-actions.pod:6691
19301 msgid ""
19302 "If the current file size is less than C<size> then the file is extended to "
19303 "the required size with zero bytes.  This creates a sparse file (ie. disk "
19304 "blocks are not allocated for the file until you write to it).  To create a "
19305 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
19306 msgstr ""
19307
19308 # type: =head2
19309 #. type: =head2
19310 #: ../src/guestfs-actions.pod:6701
19311 msgid "guestfs_tune2fs_l"
19312 msgstr ""
19313
19314 # type: verbatim
19315 #. type: verbatim
19316 #: ../src/guestfs-actions.pod:6703
19317 #, no-wrap
19318 msgid ""
19319 " char **\n"
19320 " guestfs_tune2fs_l (guestfs_h *g,\n"
19321 "                    const char *device);\n"
19322 "\n"
19323 msgstr ""
19324
19325 # type: textblock
19326 #. type: textblock
19327 #: ../src/guestfs-actions.pod:6707 ../fish/guestfish-actions.pod:4516
19328 msgid ""
19329 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
19330 "C<device>."
19331 msgstr ""
19332
19333 # type: textblock
19334 #. type: textblock
19335 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4519
19336 msgid ""
19337 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
19338 "for more details.  The list of fields returned isn't clearly defined, and "
19339 "depends on both the version of C<tune2fs> that libguestfs was built against, "
19340 "and the filesystem itself."
19341 msgstr ""
19342
19343 # type: =head2
19344 #. type: =head2
19345 #: ../src/guestfs-actions.pod:6723
19346 msgid "guestfs_txz_in"
19347 msgstr ""
19348
19349 # type: verbatim
19350 #. type: verbatim
19351 #: ../src/guestfs-actions.pod:6725
19352 #, no-wrap
19353 msgid ""
19354 " int\n"
19355 " guestfs_txz_in (guestfs_h *g,\n"
19356 "                 const char *tarball,\n"
19357 "                 const char *directory);\n"
19358 "\n"
19359 msgstr ""
19360
19361 # type: textblock
19362 #. type: textblock
19363 #: ../src/guestfs-actions.pod:6730 ../fish/guestfish-actions.pod:4528
19364 msgid ""
19365 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
19366 "tar file) into C<directory>."
19367 msgstr ""
19368
19369 # type: =head2
19370 #. type: =head2
19371 #: ../src/guestfs-actions.pod:6737
19372 msgid "guestfs_txz_out"
19373 msgstr ""
19374
19375 # type: verbatim
19376 #. type: verbatim
19377 #: ../src/guestfs-actions.pod:6739
19378 #, no-wrap
19379 msgid ""
19380 " int\n"
19381 " guestfs_txz_out (guestfs_h *g,\n"
19382 "                  const char *directory,\n"
19383 "                  const char *tarball);\n"
19384 "\n"
19385 msgstr ""
19386
19387 # type: textblock
19388 #. type: textblock
19389 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4537
19390 msgid ""
19391 "This command packs the contents of C<directory> and downloads it to local "
19392 "file C<tarball> (as an xz compressed tar archive)."
19393 msgstr ""
19394
19395 # type: =head2
19396 #. type: =head2
19397 #: ../src/guestfs-actions.pod:6751
19398 msgid "guestfs_umask"
19399 msgstr ""
19400
19401 # type: verbatim
19402 #. type: verbatim
19403 #: ../src/guestfs-actions.pod:6753
19404 #, no-wrap
19405 msgid ""
19406 " int\n"
19407 " guestfs_umask (guestfs_h *g,\n"
19408 "                int mask);\n"
19409 "\n"
19410 msgstr ""
19411
19412 # type: textblock
19413 #. type: textblock
19414 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
19415 msgid ""
19416 "This function sets the mask used for creating new files and device nodes to "
19417 "C<mask & 0777>."
19418 msgstr ""
19419
19420 # type: textblock
19421 #. type: textblock
19422 #: ../src/guestfs-actions.pod:6760 ../fish/guestfish-actions.pod:4549
19423 msgid ""
19424 "Typical umask values would be C<022> which creates new files with "
19425 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
19426 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
19427 msgstr ""
19428
19429 # type: textblock
19430 #. type: textblock
19431 #: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4554
19432 msgid ""
19433 "The default umask is C<022>.  This is important because it means that "
19434 "directories and device nodes will be created with C<0644> or C<0755> mode "
19435 "even if you specify C<0777>."
19436 msgstr ""
19437
19438 # type: textblock
19439 #. type: textblock
19440 #: ../src/guestfs-actions.pod:6769
19441 msgid ""
19442 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
19443 "C<guestfs_mkdir>."
19444 msgstr ""
19445
19446 # type: textblock
19447 #. type: textblock
19448 #: ../src/guestfs-actions.pod:6772 ../fish/guestfish-actions.pod:4561
19449 msgid "This call returns the previous umask."
19450 msgstr ""
19451
19452 # type: =head2
19453 #. type: =head2
19454 #: ../src/guestfs-actions.pod:6778
19455 msgid "guestfs_umount"
19456 msgstr ""
19457
19458 # type: verbatim
19459 #. type: verbatim
19460 #: ../src/guestfs-actions.pod:6780
19461 #, no-wrap
19462 msgid ""
19463 " int\n"
19464 " guestfs_umount (guestfs_h *g,\n"
19465 "                 const char *pathordevice);\n"
19466 "\n"
19467 msgstr ""
19468
19469 # type: textblock
19470 #. type: textblock
19471 #: ../src/guestfs-actions.pod:6784 ../fish/guestfish-actions.pod:4569
19472 msgid ""
19473 "This unmounts the given filesystem.  The filesystem may be specified either "
19474 "by its mountpoint (path) or the device which contains the filesystem."
19475 msgstr ""
19476
19477 # type: =head2
19478 #. type: =head2
19479 #: ../src/guestfs-actions.pod:6792
19480 msgid "guestfs_umount_all"
19481 msgstr ""
19482
19483 # type: verbatim
19484 #. type: verbatim
19485 #: ../src/guestfs-actions.pod:6794
19486 #, no-wrap
19487 msgid ""
19488 " int\n"
19489 " guestfs_umount_all (guestfs_h *g);\n"
19490 "\n"
19491 msgstr ""
19492
19493 # type: textblock
19494 #. type: textblock
19495 #: ../src/guestfs-actions.pod:6797 ../fish/guestfish-actions.pod:4579
19496 msgid "This unmounts all mounted filesystems."
19497 msgstr ""
19498
19499 # type: textblock
19500 #. type: textblock
19501 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4581
19502 msgid "Some internal mounts are not unmounted by this call."
19503 msgstr ""
19504
19505 # type: =head2
19506 #. type: =head2
19507 #: ../src/guestfs-actions.pod:6805
19508 msgid "guestfs_upload"
19509 msgstr ""
19510
19511 # type: verbatim
19512 #. type: verbatim
19513 #: ../src/guestfs-actions.pod:6807
19514 #, no-wrap
19515 msgid ""
19516 " int\n"
19517 " guestfs_upload (guestfs_h *g,\n"
19518 "                 const char *filename,\n"
19519 "                 const char *remotefilename);\n"
19520 "\n"
19521 msgstr ""
19522
19523 # type: textblock
19524 #. type: textblock
19525 #: ../src/guestfs-actions.pod:6812 ../src/guestfs-actions.pod:6836
19526 #: ../fish/guestfish-actions.pod:4587 ../fish/guestfish-actions.pod:4600
19527 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
19528 msgstr ""
19529
19530 # type: textblock
19531 #. type: textblock
19532 #: ../src/guestfs-actions.pod:6817
19533 msgid "See also C<guestfs_download>."
19534 msgstr ""
19535
19536 # type: =head2
19537 #. type: =head2
19538 #: ../src/guestfs-actions.pod:6828
19539 msgid "guestfs_upload_offset"
19540 msgstr ""
19541
19542 # type: verbatim
19543 #. type: verbatim
19544 #: ../src/guestfs-actions.pod:6830
19545 #, no-wrap
19546 msgid ""
19547 " int\n"
19548 " guestfs_upload_offset (guestfs_h *g,\n"
19549 "                        const char *filename,\n"
19550 "                        const char *remotefilename,\n"
19551 "                        int64_t offset);\n"
19552 "\n"
19553 msgstr ""
19554
19555 # type: textblock
19556 #. type: textblock
19557 #: ../src/guestfs-actions.pod:6839 ../fish/guestfish-actions.pod:4603
19558 msgid ""
19559 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
19560 "The intention is to overwrite parts of existing files or devices, although "
19561 "if a non-existant file is specified then it is created with a \"hole\" "
19562 "before C<offset>.  The size of the data written is implicit in the size of "
19563 "the source C<filename>."
19564 msgstr ""
19565
19566 # type: textblock
19567 #. type: textblock
19568 #: ../src/guestfs-actions.pod:6846
19569 msgid ""
19570 "Note that there is no limit on the amount of data that can be uploaded with "
19571 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
19572 "full amount unless an error occurs."
19573 msgstr ""
19574
19575 # type: textblock
19576 #. type: textblock
19577 #: ../src/guestfs-actions.pod:6851
19578 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
19579 msgstr ""
19580
19581 # type: =head2
19582 #. type: =head2
19583 #: ../src/guestfs-actions.pod:6862
19584 msgid "guestfs_utimens"
19585 msgstr ""
19586
19587 # type: verbatim
19588 #. type: verbatim
19589 #: ../src/guestfs-actions.pod:6864
19590 #, no-wrap
19591 msgid ""
19592 " int\n"
19593 " guestfs_utimens (guestfs_h *g,\n"
19594 "                  const char *path,\n"
19595 "                  int64_t atsecs,\n"
19596 "                  int64_t atnsecs,\n"
19597 "                  int64_t mtsecs,\n"
19598 "                  int64_t mtnsecs);\n"
19599 "\n"
19600 msgstr ""
19601
19602 # type: textblock
19603 #. type: textblock
19604 #: ../src/guestfs-actions.pod:6872 ../fish/guestfish-actions.pod:4623
19605 msgid "This command sets the timestamps of a file with nanosecond precision."
19606 msgstr ""
19607
19608 # type: textblock
19609 #. type: textblock
19610 #: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4626
19611 msgid ""
19612 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
19613 "from the epoch."
19614 msgstr ""
19615
19616 # type: textblock
19617 #. type: textblock
19618 #: ../src/guestfs-actions.pod:6878 ../fish/guestfish-actions.pod:4629
19619 msgid ""
19620 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
19621 "nanoseconds from the epoch."
19622 msgstr ""
19623
19624 # type: textblock
19625 #. type: textblock
19626 #: ../src/guestfs-actions.pod:6881 ../fish/guestfish-actions.pod:4632
19627 msgid ""
19628 "If the C<*nsecs> field contains the special value C<-1> then the "
19629 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
19630 "ignored in this case)."
19631 msgstr ""
19632
19633 # type: textblock
19634 #. type: textblock
19635 #: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:4636
19636 msgid ""
19637 "If the C<*nsecs> field contains the special value C<-2> then the "
19638 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
19639 "in this case)."
19640 msgstr ""
19641
19642 # type: =head2
19643 #. type: =head2
19644 #: ../src/guestfs-actions.pod:6893 ../src/guestfs-structs.pod:175
19645 msgid "guestfs_version"
19646 msgstr ""
19647
19648 # type: verbatim
19649 #. type: verbatim
19650 #: ../src/guestfs-actions.pod:6895
19651 #, no-wrap
19652 msgid ""
19653 " struct guestfs_version *\n"
19654 " guestfs_version (guestfs_h *g);\n"
19655 "\n"
19656 msgstr ""
19657
19658 # type: textblock
19659 #. type: textblock
19660 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
19661 msgid ""
19662 "Return the libguestfs version number that the program is linked against."
19663 msgstr ""
19664
19665 # type: textblock
19666 #. type: textblock
19667 #: ../src/guestfs-actions.pod:6901 ../fish/guestfish-actions.pod:4647
19668 msgid ""
19669 "Note that because of dynamic linking this is not necessarily the version of "
19670 "libguestfs that you compiled against.  You can compile the program, and then "
19671 "at runtime dynamically link against a completely different C<libguestfs.so> "
19672 "library."
19673 msgstr ""
19674
19675 # type: textblock
19676 #. type: textblock
19677 #: ../src/guestfs-actions.pod:6906 ../fish/guestfish-actions.pod:4652
19678 msgid ""
19679 "This call was added in version C<1.0.58>.  In previous versions of "
19680 "libguestfs there was no way to get the version number.  From C code you can "
19681 "use dynamic linker functions to find out if this symbol exists (if it "
19682 "doesn't, then it's an earlier version)."
19683 msgstr ""
19684
19685 # type: textblock
19686 #. type: textblock
19687 #: ../src/guestfs-actions.pod:6912 ../fish/guestfish-actions.pod:4658
19688 msgid ""
19689 "The call returns a structure with four elements.  The first three (C<major>, "
19690 "C<minor> and C<release>) are numbers and correspond to the usual version "
19691 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
19692 "but may be used for distro-specific information."
19693 msgstr ""
19694
19695 # type: textblock
19696 #. type: textblock
19697 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4664
19698 msgid ""
19699 "To construct the original version string: C<$major.$minor.$release$extra>"
19700 msgstr ""
19701
19702 # type: textblock
19703 #. type: textblock
19704 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4667
19705 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
19706 msgstr ""
19707
19708 # type: textblock
19709 #. type: textblock
19710 #: ../src/guestfs-actions.pod:6923
19711 msgid ""
19712 "I<Note:> Don't use this call to test for availability of features.  In "
19713 "enterprise distributions we backport features from later versions into "
19714 "earlier versions, making this an unreliable way to test for features.  Use "
19715 "C<guestfs_available> instead."
19716 msgstr ""
19717
19718 # type: textblock
19719 #. type: textblock
19720 #: ../src/guestfs-actions.pod:6929
19721 msgid ""
19722 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
19723 "error.  I<The caller must call C<guestfs_free_version> after use>."
19724 msgstr ""
19725
19726 # type: textblock
19727 #. type: textblock
19728 #: ../src/guestfs-actions.pod:6933
19729 msgid "(Added in 1.0.58)"
19730 msgstr ""
19731
19732 # type: =head2
19733 #. type: =head2
19734 #: ../src/guestfs-actions.pod:6935
19735 msgid "guestfs_vfs_label"
19736 msgstr ""
19737
19738 # type: verbatim
19739 #. type: verbatim
19740 #: ../src/guestfs-actions.pod:6937
19741 #, no-wrap
19742 msgid ""
19743 " char *\n"
19744 " guestfs_vfs_label (guestfs_h *g,\n"
19745 "                    const char *device);\n"
19746 "\n"
19747 msgstr ""
19748
19749 # type: textblock
19750 #. type: textblock
19751 #: ../src/guestfs-actions.pod:6941 ../fish/guestfish-actions.pod:4679
19752 msgid "This returns the filesystem label of the filesystem on C<device>."
19753 msgstr ""
19754
19755 # type: textblock
19756 #. type: textblock
19757 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4682
19758 msgid "If the filesystem is unlabeled, this returns the empty string."
19759 msgstr ""
19760
19761 # type: textblock
19762 #. type: textblock
19763 #: ../src/guestfs-actions.pod:6946
19764 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
19765 msgstr ""
19766
19767 # type: textblock
19768 #. type: textblock
19769 #: ../src/guestfs-actions.pod:6951 ../src/guestfs-actions.pod:6988
19770 msgid "(Added in 1.3.18)"
19771 msgstr ""
19772
19773 # type: =head2
19774 #. type: =head2
19775 #: ../src/guestfs-actions.pod:6953
19776 msgid "guestfs_vfs_type"
19777 msgstr ""
19778
19779 # type: verbatim
19780 #. type: verbatim
19781 #: ../src/guestfs-actions.pod:6955
19782 #, no-wrap
19783 msgid ""
19784 " char *\n"
19785 " guestfs_vfs_type (guestfs_h *g,\n"
19786 "                   const char *device);\n"
19787 "\n"
19788 msgstr ""
19789
19790 # type: textblock
19791 #. type: textblock
19792 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4690
19793 msgid ""
19794 "This command gets the filesystem type corresponding to the filesystem on "
19795 "C<device>."
19796 msgstr ""
19797
19798 # type: textblock
19799 #. type: textblock
19800 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4693
19801 msgid ""
19802 "For most filesystems, the result is the name of the Linux VFS module which "
19803 "would be used to mount this filesystem if you mounted it without specifying "
19804 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
19805 msgstr ""
19806
19807 # type: =head2
19808 #. type: =head2
19809 #: ../src/guestfs-actions.pod:6972
19810 msgid "guestfs_vfs_uuid"
19811 msgstr ""
19812
19813 # type: verbatim
19814 #. type: verbatim
19815 #: ../src/guestfs-actions.pod:6974
19816 #, no-wrap
19817 msgid ""
19818 " char *\n"
19819 " guestfs_vfs_uuid (guestfs_h *g,\n"
19820 "                   const char *device);\n"
19821 "\n"
19822 msgstr ""
19823
19824 # type: textblock
19825 #. type: textblock
19826 #: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4702
19827 msgid "This returns the filesystem UUID of the filesystem on C<device>."
19828 msgstr ""
19829
19830 # type: textblock
19831 #. type: textblock
19832 #: ../src/guestfs-actions.pod:6981 ../fish/guestfish-actions.pod:4705
19833 msgid "If the filesystem does not have a UUID, this returns the empty string."
19834 msgstr ""
19835
19836 # type: textblock
19837 #. type: textblock
19838 #: ../src/guestfs-actions.pod:6983
19839 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
19840 msgstr ""
19841
19842 # type: =head2
19843 #. type: =head2
19844 #: ../src/guestfs-actions.pod:6990
19845 msgid "guestfs_vg_activate"
19846 msgstr ""
19847
19848 # type: verbatim
19849 #. type: verbatim
19850 #: ../src/guestfs-actions.pod:6992
19851 #, no-wrap
19852 msgid ""
19853 " int\n"
19854 " guestfs_vg_activate (guestfs_h *g,\n"
19855 "                      int activate,\n"
19856 "                      char *const *volgroups);\n"
19857 "\n"
19858 msgstr ""
19859
19860 # type: textblock
19861 #. type: textblock
19862 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
19863 msgid ""
19864 "This command activates or (if C<activate> is false) deactivates all logical "
19865 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
19866 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
19867 "deactivated, then those devices disappear."
19868 msgstr ""
19869
19870 # type: textblock
19871 #. type: textblock
19872 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4719
19873 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
19874 msgstr ""
19875
19876 # type: textblock
19877 #. type: textblock
19878 #: ../src/guestfs-actions.pod:7005 ../fish/guestfish-actions.pod:4721
19879 msgid ""
19880 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
19881 "activated or deactivated."
19882 msgstr ""
19883
19884 # type: =head2
19885 #. type: =head2
19886 #: ../src/guestfs-actions.pod:7012
19887 msgid "guestfs_vg_activate_all"
19888 msgstr ""
19889
19890 # type: verbatim
19891 #. type: verbatim
19892 #: ../src/guestfs-actions.pod:7014
19893 #, no-wrap
19894 msgid ""
19895 " int\n"
19896 " guestfs_vg_activate_all (guestfs_h *g,\n"
19897 "                          int activate);\n"
19898 "\n"
19899 msgstr ""
19900
19901 # type: textblock
19902 #. type: textblock
19903 #: ../src/guestfs-actions.pod:7018 ../fish/guestfish-actions.pod:4728
19904 msgid ""
19905 "This command activates or (if C<activate> is false) deactivates all logical "
19906 "volumes in all volume groups.  If activated, then they are made known to the "
19907 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
19908 "those devices disappear."
19909 msgstr ""
19910
19911 # type: textblock
19912 #. type: textblock
19913 #: ../src/guestfs-actions.pod:7024 ../fish/guestfish-actions.pod:4734
19914 msgid "This command is the same as running C<vgchange -a y|n>"
19915 msgstr ""
19916
19917 # type: =head2
19918 #. type: =head2
19919 #: ../src/guestfs-actions.pod:7030
19920 msgid "guestfs_vgcreate"
19921 msgstr ""
19922
19923 # type: verbatim
19924 #. type: verbatim
19925 #: ../src/guestfs-actions.pod:7032
19926 #, no-wrap
19927 msgid ""
19928 " int\n"
19929 " guestfs_vgcreate (guestfs_h *g,\n"
19930 "                   const char *volgroup,\n"
19931 "                   char *const *physvols);\n"
19932 "\n"
19933 msgstr ""
19934
19935 # type: textblock
19936 #. type: textblock
19937 #: ../src/guestfs-actions.pod:7037 ../fish/guestfish-actions.pod:4740
19938 msgid ""
19939 "This creates an LVM volume group called C<volgroup> from the non-empty list "
19940 "of physical volumes C<physvols>."
19941 msgstr ""
19942
19943 # type: =head2
19944 #. type: =head2
19945 #: ../src/guestfs-actions.pod:7044
19946 msgid "guestfs_vglvuuids"
19947 msgstr ""
19948
19949 # type: verbatim
19950 #. type: verbatim
19951 #: ../src/guestfs-actions.pod:7046
19952 #, no-wrap
19953 msgid ""
19954 " char **\n"
19955 " guestfs_vglvuuids (guestfs_h *g,\n"
19956 "                    const char *vgname);\n"
19957 "\n"
19958 msgstr ""
19959
19960 # type: textblock
19961 #. type: textblock
19962 #: ../src/guestfs-actions.pod:7050 ../fish/guestfish-actions.pod:4747
19963 msgid ""
19964 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
19965 "volumes created in this volume group."
19966 msgstr ""
19967
19968 # type: textblock
19969 #. type: textblock
19970 #: ../src/guestfs-actions.pod:7053
19971 msgid ""
19972 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
19973 "associate logical volumes and volume groups."
19974 msgstr ""
19975
19976 # type: textblock
19977 #. type: textblock
19978 #: ../src/guestfs-actions.pod:7056
19979 msgid "See also C<guestfs_vgpvuuids>."
19980 msgstr ""
19981
19982 # type: =head2
19983 #. type: =head2
19984 #: ../src/guestfs-actions.pod:7064
19985 msgid "guestfs_vgpvuuids"
19986 msgstr ""
19987
19988 # type: verbatim
19989 #. type: verbatim
19990 #: ../src/guestfs-actions.pod:7066
19991 #, no-wrap
19992 msgid ""
19993 " char **\n"
19994 " guestfs_vgpvuuids (guestfs_h *g,\n"
19995 "                    const char *vgname);\n"
19996 "\n"
19997 msgstr ""
19998
19999 # type: textblock
20000 #. type: textblock
20001 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4759
20002 msgid ""
20003 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
20004 "volumes that this volume group resides on."
20005 msgstr ""
20006
20007 # type: textblock
20008 #. type: textblock
20009 #: ../src/guestfs-actions.pod:7073
20010 msgid ""
20011 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
20012 "associate physical volumes and volume groups."
20013 msgstr ""
20014
20015 # type: textblock
20016 #. type: textblock
20017 #: ../src/guestfs-actions.pod:7076
20018 msgid "See also C<guestfs_vglvuuids>."
20019 msgstr ""
20020
20021 # type: =head2
20022 #. type: =head2
20023 #: ../src/guestfs-actions.pod:7084
20024 msgid "guestfs_vgremove"
20025 msgstr ""
20026
20027 # type: verbatim
20028 #. type: verbatim
20029 #: ../src/guestfs-actions.pod:7086
20030 #, no-wrap
20031 msgid ""
20032 " int\n"
20033 " guestfs_vgremove (guestfs_h *g,\n"
20034 "                   const char *vgname);\n"
20035 "\n"
20036 msgstr ""
20037
20038 # type: textblock
20039 #. type: textblock
20040 #: ../src/guestfs-actions.pod:7090 ../fish/guestfish-actions.pod:4771
20041 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
20042 msgstr ""
20043
20044 # type: textblock
20045 #. type: textblock
20046 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4773
20047 msgid ""
20048 "This also forcibly removes all logical volumes in the volume group (if any)."
20049 msgstr ""
20050
20051 # type: =head2
20052 #. type: =head2
20053 #: ../src/guestfs-actions.pod:7099
20054 msgid "guestfs_vgrename"
20055 msgstr ""
20056
20057 # type: verbatim
20058 #. type: verbatim
20059 #: ../src/guestfs-actions.pod:7101
20060 #, no-wrap
20061 msgid ""
20062 " int\n"
20063 " guestfs_vgrename (guestfs_h *g,\n"
20064 "                   const char *volgroup,\n"
20065 "                   const char *newvolgroup);\n"
20066 "\n"
20067 msgstr ""
20068
20069 # type: textblock
20070 #. type: textblock
20071 #: ../src/guestfs-actions.pod:7106 ../fish/guestfish-actions.pod:4780
20072 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
20073 msgstr ""
20074
20075 # type: =head2
20076 #. type: =head2
20077 #: ../src/guestfs-actions.pod:7112
20078 msgid "guestfs_vgs"
20079 msgstr ""
20080
20081 # type: verbatim
20082 #. type: verbatim
20083 #: ../src/guestfs-actions.pod:7114
20084 #, no-wrap
20085 msgid ""
20086 " char **\n"
20087 " guestfs_vgs (guestfs_h *g);\n"
20088 "\n"
20089 msgstr ""
20090
20091 # type: textblock
20092 #. type: textblock
20093 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4786
20094 msgid ""
20095 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20096 "> command."
20097 msgstr ""
20098
20099 # type: textblock
20100 #. type: textblock
20101 #: ../src/guestfs-actions.pod:7120 ../fish/guestfish-actions.pod:4789
20102 msgid ""
20103 "This returns a list of just the volume group names that were detected (eg. "
20104 "C<VolGroup00>)."
20105 msgstr ""
20106
20107 # type: textblock
20108 #. type: textblock
20109 #: ../src/guestfs-actions.pod:7123
20110 msgid "See also C<guestfs_vgs_full>."
20111 msgstr ""
20112
20113 # type: =head2
20114 #. type: =head2
20115 #: ../src/guestfs-actions.pod:7131
20116 msgid "guestfs_vgs_full"
20117 msgstr ""
20118
20119 # type: verbatim
20120 #. type: verbatim
20121 #: ../src/guestfs-actions.pod:7133
20122 #, no-wrap
20123 msgid ""
20124 " struct guestfs_lvm_vg_list *\n"
20125 " guestfs_vgs_full (guestfs_h *g);\n"
20126 "\n"
20127 msgstr ""
20128
20129 # type: textblock
20130 #. type: textblock
20131 #: ../src/guestfs-actions.pod:7136 ../fish/guestfish-actions.pod:4798
20132 msgid ""
20133 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
20134 "> command.  The \"full\" version includes all fields."
20135 msgstr ""
20136
20137 # type: textblock
20138 #. type: textblock
20139 #: ../src/guestfs-actions.pod:7139
20140 msgid ""
20141 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
20142 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
20143 msgstr ""
20144
20145 # type: =head2
20146 #. type: =head2
20147 #: ../src/guestfs-actions.pod:7145
20148 msgid "guestfs_vgscan"
20149 msgstr ""
20150
20151 # type: verbatim
20152 #. type: verbatim
20153 #: ../src/guestfs-actions.pod:7147
20154 #, no-wrap
20155 msgid ""
20156 " int\n"
20157 " guestfs_vgscan (guestfs_h *g);\n"
20158 "\n"
20159 msgstr ""
20160
20161 # type: textblock
20162 #. type: textblock
20163 #: ../src/guestfs-actions.pod:7150 ../fish/guestfish-actions.pod:4805
20164 msgid ""
20165 "This rescans all block devices and rebuilds the list of LVM physical "
20166 "volumes, volume groups and logical volumes."
20167 msgstr ""
20168
20169 # type: =head2
20170 #. type: =head2
20171 #: ../src/guestfs-actions.pod:7157
20172 msgid "guestfs_vguuid"
20173 msgstr ""
20174
20175 # type: verbatim
20176 #. type: verbatim
20177 #: ../src/guestfs-actions.pod:7159
20178 #, no-wrap
20179 msgid ""
20180 " char *\n"
20181 " guestfs_vguuid (guestfs_h *g,\n"
20182 "                 const char *vgname);\n"
20183 "\n"
20184 msgstr ""
20185
20186 # type: textblock
20187 #. type: textblock
20188 #: ../src/guestfs-actions.pod:7163 ../fish/guestfish-actions.pod:4812
20189 msgid "This command returns the UUID of the LVM VG named C<vgname>."
20190 msgstr ""
20191
20192 # type: =head2
20193 #. type: =head2
20194 #: ../src/guestfs-actions.pod:7170
20195 msgid "guestfs_wait_ready"
20196 msgstr ""
20197
20198 # type: verbatim
20199 #. type: verbatim
20200 #: ../src/guestfs-actions.pod:7172
20201 #, no-wrap
20202 msgid ""
20203 " int\n"
20204 " guestfs_wait_ready (guestfs_h *g);\n"
20205 "\n"
20206 msgstr ""
20207
20208 # type: textblock
20209 #. type: textblock
20210 #: ../src/guestfs-actions.pod:7175
20211 msgid "This function is a no op."
20212 msgstr ""
20213
20214 # type: textblock
20215 #. type: textblock
20216 #: ../src/guestfs-actions.pod:7177
20217 msgid ""
20218 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
20219 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
20220 "is no longer necessary because C<guestfs_launch> now does the waiting."
20221 msgstr ""
20222
20223 # type: textblock
20224 #. type: textblock
20225 #: ../src/guestfs-actions.pod:7182
20226 msgid ""
20227 "If you see any calls to this function in code then you can just remove them, "
20228 "unless you want to retain compatibility with older versions of the API."
20229 msgstr ""
20230
20231 # type: =head2
20232 #. type: =head2
20233 #: ../src/guestfs-actions.pod:7190
20234 msgid "guestfs_wc_c"
20235 msgstr ""
20236
20237 # type: verbatim
20238 #. type: verbatim
20239 #: ../src/guestfs-actions.pod:7192
20240 #, no-wrap
20241 msgid ""
20242 " int\n"
20243 " guestfs_wc_c (guestfs_h *g,\n"
20244 "               const char *path);\n"
20245 "\n"
20246 msgstr ""
20247
20248 # type: textblock
20249 #. type: textblock
20250 #: ../src/guestfs-actions.pod:7196 ../fish/guestfish-actions.pod:4818
20251 msgid ""
20252 "This command counts the characters in a file, using the C<wc -c> external "
20253 "command."
20254 msgstr ""
20255
20256 # type: =head2
20257 #. type: =head2
20258 #: ../src/guestfs-actions.pod:7203
20259 msgid "guestfs_wc_l"
20260 msgstr ""
20261
20262 # type: verbatim
20263 #. type: verbatim
20264 #: ../src/guestfs-actions.pod:7205
20265 #, no-wrap
20266 msgid ""
20267 " int\n"
20268 " guestfs_wc_l (guestfs_h *g,\n"
20269 "               const char *path);\n"
20270 "\n"
20271 msgstr ""
20272
20273 # type: textblock
20274 #. type: textblock
20275 #: ../src/guestfs-actions.pod:7209 ../fish/guestfish-actions.pod:4825
20276 msgid ""
20277 "This command counts the lines in a file, using the C<wc -l> external command."
20278 msgstr ""
20279
20280 # type: =head2
20281 #. type: =head2
20282 #: ../src/guestfs-actions.pod:7216
20283 msgid "guestfs_wc_w"
20284 msgstr ""
20285
20286 # type: verbatim
20287 #. type: verbatim
20288 #: ../src/guestfs-actions.pod:7218
20289 #, no-wrap
20290 msgid ""
20291 " int\n"
20292 " guestfs_wc_w (guestfs_h *g,\n"
20293 "               const char *path);\n"
20294 "\n"
20295 msgstr ""
20296
20297 # type: textblock
20298 #. type: textblock
20299 #: ../src/guestfs-actions.pod:7222 ../fish/guestfish-actions.pod:4832
20300 msgid ""
20301 "This command counts the words in a file, using the C<wc -w> external command."
20302 msgstr ""
20303
20304 # type: =head2
20305 #. type: =head2
20306 #: ../src/guestfs-actions.pod:7229
20307 msgid "guestfs_write"
20308 msgstr ""
20309
20310 # type: verbatim
20311 #. type: verbatim
20312 #: ../src/guestfs-actions.pod:7231
20313 #, no-wrap
20314 msgid ""
20315 " int\n"
20316 " guestfs_write (guestfs_h *g,\n"
20317 "                const char *path,\n"
20318 "                const char *content,\n"
20319 "                size_t content_size);\n"
20320 "\n"
20321 msgstr ""
20322
20323 # type: textblock
20324 #. type: textblock
20325 #: ../src/guestfs-actions.pod:7237 ../fish/guestfish-actions.pod:4839
20326 msgid ""
20327 "This call creates a file called C<path>.  The content of the file is the "
20328 "string C<content> (which can contain any 8 bit data)."
20329 msgstr ""
20330
20331 # type: =head2
20332 #. type: =head2
20333 #: ../src/guestfs-actions.pod:7247
20334 msgid "guestfs_write_file"
20335 msgstr ""
20336
20337 # type: verbatim
20338 #. type: verbatim
20339 #: ../src/guestfs-actions.pod:7249
20340 #, no-wrap
20341 msgid ""
20342 " int\n"
20343 " guestfs_write_file (guestfs_h *g,\n"
20344 "                     const char *path,\n"
20345 "                     const char *content,\n"
20346 "                     int size);\n"
20347 "\n"
20348 msgstr ""
20349
20350 # type: textblock
20351 #. type: textblock
20352 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
20353 msgid ""
20354 "This call creates a file called C<path>.  The contents of the file is the "
20355 "string C<content> (which can contain any 8 bit data), with length C<size>."
20356 msgstr ""
20357
20358 # type: textblock
20359 #. type: textblock
20360 #: ../src/guestfs-actions.pod:7259 ../fish/guestfish-actions.pod:4853
20361 msgid ""
20362 "As a special case, if C<size> is C<0> then the length is calculated using "
20363 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
20364 msgstr ""
20365
20366 # type: textblock
20367 #. type: textblock
20368 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4857
20369 msgid ""
20370 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
20371 "I<not> work, even if the length is specified."
20372 msgstr ""
20373
20374 # type: textblock
20375 #. type: textblock
20376 #: ../src/guestfs-actions.pod:7271 ../fish/guestfish-actions.pod:4863
20377 msgid ""
20378 "This function is deprecated.  In new code, use the C<write> call instead."
20379 msgstr ""
20380
20381 # type: =head2
20382 #. type: =head2
20383 #: ../src/guestfs-actions.pod:7280
20384 msgid "guestfs_zegrep"
20385 msgstr ""
20386
20387 # type: verbatim
20388 #. type: verbatim
20389 #: ../src/guestfs-actions.pod:7282
20390 #, no-wrap
20391 msgid ""
20392 " char **\n"
20393 " guestfs_zegrep (guestfs_h *g,\n"
20394 "                 const char *regex,\n"
20395 "                 const char *path);\n"
20396 "\n"
20397 msgstr ""
20398
20399 # type: textblock
20400 #. type: textblock
20401 #: ../src/guestfs-actions.pod:7287 ../fish/guestfish-actions.pod:4874
20402 msgid ""
20403 "This calls the external C<zegrep> program and returns the matching lines."
20404 msgstr ""
20405
20406 # type: =head2
20407 #. type: =head2
20408 #: ../src/guestfs-actions.pod:7299
20409 msgid "guestfs_zegrepi"
20410 msgstr ""
20411
20412 # type: verbatim
20413 #. type: verbatim
20414 #: ../src/guestfs-actions.pod:7301
20415 #, no-wrap
20416 msgid ""
20417 " char **\n"
20418 " guestfs_zegrepi (guestfs_h *g,\n"
20419 "                  const char *regex,\n"
20420 "                  const char *path);\n"
20421 "\n"
20422 msgstr ""
20423
20424 # type: textblock
20425 #. type: textblock
20426 #: ../src/guestfs-actions.pod:7306 ../fish/guestfish-actions.pod:4884
20427 msgid ""
20428 "This calls the external C<zegrep -i> program and returns the matching lines."
20429 msgstr ""
20430
20431 # type: =head2
20432 #. type: =head2
20433 #: ../src/guestfs-actions.pod:7318
20434 msgid "guestfs_zero"
20435 msgstr ""
20436
20437 # type: verbatim
20438 #. type: verbatim
20439 #: ../src/guestfs-actions.pod:7320
20440 #, no-wrap
20441 msgid ""
20442 " int\n"
20443 " guestfs_zero (guestfs_h *g,\n"
20444 "               const char *device);\n"
20445 "\n"
20446 msgstr ""
20447
20448 # type: textblock
20449 #. type: textblock
20450 #: ../src/guestfs-actions.pod:7324 ../fish/guestfish-actions.pod:4894
20451 msgid "This command writes zeroes over the first few blocks of C<device>."
20452 msgstr ""
20453
20454 # type: textblock
20455 #. type: textblock
20456 #: ../src/guestfs-actions.pod:7326 ../fish/guestfish-actions.pod:4896
20457 msgid ""
20458 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
20459 "securely wipe the device).  It should be sufficient to remove any partition "
20460 "tables, filesystem superblocks and so on."
20461 msgstr ""
20462
20463 # type: textblock
20464 #. type: textblock
20465 #: ../src/guestfs-actions.pod:7330
20466 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
20467 msgstr ""
20468
20469 # type: =head2
20470 #. type: =head2
20471 #: ../src/guestfs-actions.pod:7341
20472 msgid "guestfs_zero_device"
20473 msgstr ""
20474
20475 # type: verbatim
20476 #. type: verbatim
20477 #: ../src/guestfs-actions.pod:7343
20478 #, no-wrap
20479 msgid ""
20480 " int\n"
20481 " guestfs_zero_device (guestfs_h *g,\n"
20482 "                      const char *device);\n"
20483 "\n"
20484 msgstr ""
20485
20486 # type: textblock
20487 #. type: textblock
20488 #: ../src/guestfs-actions.pod:7347
20489 msgid ""
20490 "This command writes zeroes over the entire C<device>.  Compare with "
20491 "C<guestfs_zero> which just zeroes the first few blocks of a device."
20492 msgstr ""
20493
20494 # type: textblock
20495 #. type: textblock
20496 #: ../src/guestfs-actions.pod:7361
20497 msgid "(Added in 1.3.1)"
20498 msgstr ""
20499
20500 # type: =head2
20501 #. type: =head2
20502 #: ../src/guestfs-actions.pod:7363
20503 msgid "guestfs_zerofree"
20504 msgstr ""
20505
20506 # type: verbatim
20507 #. type: verbatim
20508 #: ../src/guestfs-actions.pod:7365
20509 #, no-wrap
20510 msgid ""
20511 " int\n"
20512 " guestfs_zerofree (guestfs_h *g,\n"
20513 "                   const char *device);\n"
20514 "\n"
20515 msgstr ""
20516
20517 # type: textblock
20518 #. type: textblock
20519 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
20520 msgid ""
20521 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
20522 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
20523 "possible to compress the filesystem more effectively."
20524 msgstr ""
20525
20526 # type: textblock
20527 #. type: textblock
20528 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4922
20529 msgid "You should B<not> run this program if the filesystem is mounted."
20530 msgstr ""
20531
20532 # type: textblock
20533 #. type: textblock
20534 #: ../src/guestfs-actions.pod:7377 ../fish/guestfish-actions.pod:4925
20535 msgid ""
20536 "It is possible that using this program can damage the filesystem or data on "
20537 "the filesystem."
20538 msgstr ""
20539
20540 # type: =head2
20541 #. type: =head2
20542 #: ../src/guestfs-actions.pod:7384
20543 msgid "guestfs_zfgrep"
20544 msgstr ""
20545
20546 # type: verbatim
20547 #. type: verbatim
20548 #: ../src/guestfs-actions.pod:7386
20549 #, no-wrap
20550 msgid ""
20551 " char **\n"
20552 " guestfs_zfgrep (guestfs_h *g,\n"
20553 "                 const char *pattern,\n"
20554 "                 const char *path);\n"
20555 "\n"
20556 msgstr ""
20557
20558 # type: textblock
20559 #. type: textblock
20560 #: ../src/guestfs-actions.pod:7391 ../fish/guestfish-actions.pod:4932
20561 msgid ""
20562 "This calls the external C<zfgrep> program and returns the matching lines."
20563 msgstr ""
20564
20565 # type: =head2
20566 #. type: =head2
20567 #: ../src/guestfs-actions.pod:7403
20568 msgid "guestfs_zfgrepi"
20569 msgstr ""
20570
20571 # type: verbatim
20572 #. type: verbatim
20573 #: ../src/guestfs-actions.pod:7405
20574 #, no-wrap
20575 msgid ""
20576 " char **\n"
20577 " guestfs_zfgrepi (guestfs_h *g,\n"
20578 "                  const char *pattern,\n"
20579 "                  const char *path);\n"
20580 "\n"
20581 msgstr ""
20582
20583 # type: textblock
20584 #. type: textblock
20585 #: ../src/guestfs-actions.pod:7410 ../fish/guestfish-actions.pod:4942
20586 msgid ""
20587 "This calls the external C<zfgrep -i> program and returns the matching lines."
20588 msgstr ""
20589
20590 # type: =head2
20591 #. type: =head2
20592 #: ../src/guestfs-actions.pod:7422
20593 msgid "guestfs_zfile"
20594 msgstr ""
20595
20596 # type: verbatim
20597 #. type: verbatim
20598 #: ../src/guestfs-actions.pod:7424
20599 #, no-wrap
20600 msgid ""
20601 " char *\n"
20602 " guestfs_zfile (guestfs_h *g,\n"
20603 "                const char *meth,\n"
20604 "                const char *path);\n"
20605 "\n"
20606 msgstr ""
20607
20608 # type: textblock
20609 #. type: textblock
20610 #: ../src/guestfs-actions.pod:7429 ../fish/guestfish-actions.pod:4952
20611 msgid ""
20612 "This command runs C<file> after first decompressing C<path> using C<method>."
20613 msgstr ""
20614
20615 # type: textblock
20616 #. type: textblock
20617 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4955
20618 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
20619 msgstr ""
20620
20621 # type: textblock
20622 #. type: textblock
20623 #: ../src/guestfs-actions.pod:7434
20624 msgid ""
20625 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
20626 "files."
20627 msgstr ""
20628
20629 # type: textblock
20630 #. type: textblock
20631 #: ../src/guestfs-actions.pod:7440 ../fish/guestfish-actions.pod:4960
20632 msgid ""
20633 "This function is deprecated.  In new code, use the C<file> call instead."
20634 msgstr ""
20635
20636 # type: =head2
20637 #. type: =head2
20638 #: ../src/guestfs-actions.pod:7449
20639 msgid "guestfs_zgrep"
20640 msgstr ""
20641
20642 # type: verbatim
20643 #. type: verbatim
20644 #: ../src/guestfs-actions.pod:7451
20645 #, no-wrap
20646 msgid ""
20647 " char **\n"
20648 " guestfs_zgrep (guestfs_h *g,\n"
20649 "                const char *regex,\n"
20650 "                const char *path);\n"
20651 "\n"
20652 msgstr ""
20653
20654 # type: textblock
20655 #. type: textblock
20656 #: ../src/guestfs-actions.pod:7456 ../fish/guestfish-actions.pod:4971
20657 msgid ""
20658 "This calls the external C<zgrep> program and returns the matching lines."
20659 msgstr ""
20660
20661 # type: =head2
20662 #. type: =head2
20663 #: ../src/guestfs-actions.pod:7468
20664 msgid "guestfs_zgrepi"
20665 msgstr ""
20666
20667 # type: verbatim
20668 #. type: verbatim
20669 #: ../src/guestfs-actions.pod:7470
20670 #, no-wrap
20671 msgid ""
20672 " char **\n"
20673 " guestfs_zgrepi (guestfs_h *g,\n"
20674 "                 const char *regex,\n"
20675 "                 const char *path);\n"
20676 "\n"
20677 msgstr ""
20678
20679 # type: textblock
20680 #. type: textblock
20681 #: ../src/guestfs-actions.pod:7475 ../fish/guestfish-actions.pod:4981
20682 msgid ""
20683 "This calls the external C<zgrep -i> program and returns the matching lines."
20684 msgstr ""
20685
20686 # type: =item
20687 #. type: =item
20688 #: ../src/guestfs-availability.pod:3
20689 msgid "B<augeas>"
20690 msgstr ""
20691
20692 # type: textblock
20693 #. type: textblock
20694 #: ../src/guestfs-availability.pod:5
20695 msgid ""
20696 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
20697 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
20698 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
20699 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
20700 "L</guestfs_aug_save> L</guestfs_aug_set>"
20701 msgstr ""
20702
20703 # type: =item
20704 #. type: =item
20705 #: ../src/guestfs-availability.pod:21
20706 msgid "B<inotify>"
20707 msgstr ""
20708
20709 # type: textblock
20710 #. type: textblock
20711 #: ../src/guestfs-availability.pod:23
20712 msgid ""
20713 "The following functions: L</guestfs_inotify_add_watch> L</"
20714 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
20715 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
20716 msgstr ""
20717
20718 # type: =item
20719 #. type: =item
20720 #: ../src/guestfs-availability.pod:31
20721 msgid "B<linuxfsuuid>"
20722 msgstr ""
20723
20724 # type: textblock
20725 #. type: textblock
20726 #: ../src/guestfs-availability.pod:33
20727 msgid ""
20728 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
20729 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
20730 msgstr ""
20731
20732 # type: =item
20733 #. type: =item
20734 #: ../src/guestfs-availability.pod:40
20735 msgid "B<linuxmodules>"
20736 msgstr ""
20737
20738 # type: textblock
20739 #. type: textblock
20740 #: ../src/guestfs-availability.pod:42
20741 msgid "The following functions: L</guestfs_modprobe>"
20742 msgstr ""
20743
20744 # type: =item
20745 #. type: =item
20746 #: ../src/guestfs-availability.pod:45
20747 msgid "B<linuxxattrs>"
20748 msgstr ""
20749
20750 # type: textblock
20751 #. type: textblock
20752 #: ../src/guestfs-availability.pod:47
20753 msgid ""
20754 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
20755 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
20756 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
20757 "guestfs_setxattr>"
20758 msgstr ""
20759
20760 # type: =item
20761 #. type: =item
20762 #: ../src/guestfs-availability.pod:58
20763 msgid "B<luks>"
20764 msgstr ""
20765
20766 # type: textblock
20767 #. type: textblock
20768 #: ../src/guestfs-availability.pod:60
20769 msgid ""
20770 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
20771 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
20772 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
20773 msgstr ""
20774
20775 # type: =item
20776 #. type: =item
20777 #: ../src/guestfs-availability.pod:69
20778 msgid "B<lvm2>"
20779 msgstr ""
20780
20781 # type: textblock
20782 #. type: textblock
20783 #: ../src/guestfs-availability.pod:71
20784 msgid ""
20785 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
20786 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
20787 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
20788 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
20789 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
20790 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
20791 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
20792 msgstr ""
20793
20794 # type: =item
20795 #. type: =item
20796 #: ../src/guestfs-availability.pod:94
20797 msgid "B<mknod>"
20798 msgstr ""
20799
20800 # type: textblock
20801 #. type: textblock
20802 #: ../src/guestfs-availability.pod:96
20803 msgid ""
20804 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
20805 "guestfs_mknod_b> L</guestfs_mknod_c>"
20806 msgstr ""
20807
20808 # type: =item
20809 #. type: =item
20810 #: ../src/guestfs-availability.pod:102
20811 msgid "B<ntfs3g>"
20812 msgstr ""
20813
20814 # type: textblock
20815 #. type: textblock
20816 #: ../src/guestfs-availability.pod:104
20817 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
20818 msgstr ""
20819
20820 # type: =item
20821 #. type: =item
20822 #: ../src/guestfs-availability.pod:107
20823 msgid "B<ntfsprogs>"
20824 msgstr ""
20825
20826 # type: textblock
20827 #. type: textblock
20828 #: ../src/guestfs-availability.pod:109
20829 msgid ""
20830 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
20831 msgstr ""
20832
20833 # type: =item
20834 #. type: =item
20835 #: ../src/guestfs-availability.pod:113
20836 msgid "B<realpath>"
20837 msgstr ""
20838
20839 # type: textblock
20840 #. type: textblock
20841 #: ../src/guestfs-availability.pod:115
20842 msgid "The following functions: L</guestfs_realpath>"
20843 msgstr ""
20844
20845 # type: =item
20846 #. type: =item
20847 #: ../src/guestfs-availability.pod:118
20848 msgid "B<scrub>"
20849 msgstr ""
20850
20851 # type: textblock
20852 #. type: textblock
20853 #: ../src/guestfs-availability.pod:120
20854 msgid ""
20855 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
20856 "guestfs_scrub_freespace>"
20857 msgstr ""
20858
20859 # type: =item
20860 #. type: =item
20861 #: ../src/guestfs-availability.pod:125
20862 msgid "B<selinux>"
20863 msgstr ""
20864
20865 # type: textblock
20866 #. type: textblock
20867 #: ../src/guestfs-availability.pod:127
20868 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
20869 msgstr ""
20870
20871 # type: =item
20872 #. type: =item
20873 #: ../src/guestfs-availability.pod:131
20874 msgid "B<xz>"
20875 msgstr ""
20876
20877 # type: textblock
20878 #. type: textblock
20879 #: ../src/guestfs-availability.pod:133
20880 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
20881 msgstr ""
20882
20883 # type: =item
20884 #. type: =item
20885 #: ../src/guestfs-availability.pod:137
20886 msgid "B<zerofree>"
20887 msgstr ""
20888
20889 # type: textblock
20890 #. type: textblock
20891 #: ../src/guestfs-availability.pod:139
20892 msgid "The following functions: L</guestfs_zerofree>"
20893 msgstr ""
20894
20895 # type: =head2
20896 #. type: =head2
20897 #: ../src/guestfs-structs.pod:1
20898 msgid "guestfs_int_bool"
20899 msgstr ""
20900
20901 # type: verbatim
20902 #. type: verbatim
20903 #: ../src/guestfs-structs.pod:3
20904 #, no-wrap
20905 msgid ""
20906 " struct guestfs_int_bool {\n"
20907 "   int32_t i;\n"
20908 "   int32_t b;\n"
20909 " };\n"
20910 " \n"
20911 msgstr ""
20912
20913 # type: verbatim
20914 #. type: verbatim
20915 #: ../src/guestfs-structs.pod:8
20916 #, no-wrap
20917 msgid ""
20918 " struct guestfs_int_bool_list {\n"
20919 "   uint32_t len; /* Number of elements in list. */\n"
20920 "   struct guestfs_int_bool *val; /* Elements. */\n"
20921 " };\n"
20922 " \n"
20923 msgstr ""
20924
20925 # type: verbatim
20926 #. type: verbatim
20927 #: ../src/guestfs-structs.pod:13
20928 #, no-wrap
20929 msgid ""
20930 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
20931 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
20932 "\n"
20933 msgstr ""
20934
20935 # type: =head2
20936 #. type: =head2
20937 #: ../src/guestfs-structs.pod:16
20938 msgid "guestfs_lvm_pv"
20939 msgstr ""
20940
20941 # type: verbatim
20942 #. type: verbatim
20943 #: ../src/guestfs-structs.pod:18
20944 #, no-wrap
20945 msgid ""
20946 " struct guestfs_lvm_pv {\n"
20947 "   char *pv_name;\n"
20948 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
20949 "   char pv_uuid[32];\n"
20950 "   char *pv_fmt;\n"
20951 "   uint64_t pv_size;\n"
20952 "   uint64_t dev_size;\n"
20953 "   uint64_t pv_free;\n"
20954 "   uint64_t pv_used;\n"
20955 "   char *pv_attr;\n"
20956 "   int64_t pv_pe_count;\n"
20957 "   int64_t pv_pe_alloc_count;\n"
20958 "   char *pv_tags;\n"
20959 "   uint64_t pe_start;\n"
20960 "   int64_t pv_mda_count;\n"
20961 "   uint64_t pv_mda_free;\n"
20962 " };\n"
20963 " \n"
20964 msgstr ""
20965
20966 # type: verbatim
20967 #. type: verbatim
20968 #: ../src/guestfs-structs.pod:36
20969 #, no-wrap
20970 msgid ""
20971 " struct guestfs_lvm_pv_list {\n"
20972 "   uint32_t len; /* Number of elements in list. */\n"
20973 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
20974 " };\n"
20975 " \n"
20976 msgstr ""
20977
20978 # type: verbatim
20979 #. type: verbatim
20980 #: ../src/guestfs-structs.pod:41
20981 #, no-wrap
20982 msgid ""
20983 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
20984 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
20985 "\n"
20986 msgstr ""
20987
20988 # type: =head2
20989 #. type: =head2
20990 #: ../src/guestfs-structs.pod:44
20991 msgid "guestfs_lvm_vg"
20992 msgstr ""
20993
20994 # type: verbatim
20995 #. type: verbatim
20996 #: ../src/guestfs-structs.pod:46
20997 #, no-wrap
20998 msgid ""
20999 " struct guestfs_lvm_vg {\n"
21000 "   char *vg_name;\n"
21001 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21002 "   char vg_uuid[32];\n"
21003 "   char *vg_fmt;\n"
21004 "   char *vg_attr;\n"
21005 "   uint64_t vg_size;\n"
21006 "   uint64_t vg_free;\n"
21007 "   char *vg_sysid;\n"
21008 "   uint64_t vg_extent_size;\n"
21009 "   int64_t vg_extent_count;\n"
21010 "   int64_t vg_free_count;\n"
21011 "   int64_t max_lv;\n"
21012 "   int64_t max_pv;\n"
21013 "   int64_t pv_count;\n"
21014 "   int64_t lv_count;\n"
21015 "   int64_t snap_count;\n"
21016 "   int64_t vg_seqno;\n"
21017 "   char *vg_tags;\n"
21018 "   int64_t vg_mda_count;\n"
21019 "   uint64_t vg_mda_free;\n"
21020 " };\n"
21021 " \n"
21022 msgstr ""
21023
21024 # type: verbatim
21025 #. type: verbatim
21026 #: ../src/guestfs-structs.pod:69
21027 #, no-wrap
21028 msgid ""
21029 " struct guestfs_lvm_vg_list {\n"
21030 "   uint32_t len; /* Number of elements in list. */\n"
21031 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
21032 " };\n"
21033 " \n"
21034 msgstr ""
21035
21036 # type: verbatim
21037 #. type: verbatim
21038 #: ../src/guestfs-structs.pod:74
21039 #, no-wrap
21040 msgid ""
21041 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
21042 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
21043 "\n"
21044 msgstr ""
21045
21046 # type: =head2
21047 #. type: =head2
21048 #: ../src/guestfs-structs.pod:77
21049 msgid "guestfs_lvm_lv"
21050 msgstr ""
21051
21052 # type: verbatim
21053 #. type: verbatim
21054 #: ../src/guestfs-structs.pod:79
21055 #, no-wrap
21056 msgid ""
21057 " struct guestfs_lvm_lv {\n"
21058 "   char *lv_name;\n"
21059 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
21060 "   char lv_uuid[32];\n"
21061 "   char *lv_attr;\n"
21062 "   int64_t lv_major;\n"
21063 "   int64_t lv_minor;\n"
21064 "   int64_t lv_kernel_major;\n"
21065 "   int64_t lv_kernel_minor;\n"
21066 "   uint64_t lv_size;\n"
21067 "   int64_t seg_count;\n"
21068 "   char *origin;\n"
21069 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21070 "   float snap_percent;\n"
21071 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
21072 "   float copy_percent;\n"
21073 "   char *move_pv;\n"
21074 "   char *lv_tags;\n"
21075 "   char *mirror_log;\n"
21076 "   char *modules;\n"
21077 " };\n"
21078 " \n"
21079 msgstr ""
21080
21081 # type: verbatim
21082 #. type: verbatim
21083 #: ../src/guestfs-structs.pod:101
21084 #, no-wrap
21085 msgid ""
21086 " struct guestfs_lvm_lv_list {\n"
21087 "   uint32_t len; /* Number of elements in list. */\n"
21088 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
21089 " };\n"
21090 " \n"
21091 msgstr ""
21092
21093 # type: verbatim
21094 #. type: verbatim
21095 #: ../src/guestfs-structs.pod:106
21096 #, no-wrap
21097 msgid ""
21098 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
21099 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
21100 "\n"
21101 msgstr ""
21102
21103 # type: verbatim
21104 #. type: verbatim
21105 #: ../src/guestfs-structs.pod:111
21106 #, no-wrap
21107 msgid ""
21108 " struct guestfs_stat {\n"
21109 "   int64_t dev;\n"
21110 "   int64_t ino;\n"
21111 "   int64_t mode;\n"
21112 "   int64_t nlink;\n"
21113 "   int64_t uid;\n"
21114 "   int64_t gid;\n"
21115 "   int64_t rdev;\n"
21116 "   int64_t size;\n"
21117 "   int64_t blksize;\n"
21118 "   int64_t blocks;\n"
21119 "   int64_t atime;\n"
21120 "   int64_t mtime;\n"
21121 "   int64_t ctime;\n"
21122 " };\n"
21123 " \n"
21124 msgstr ""
21125
21126 # type: verbatim
21127 #. type: verbatim
21128 #: ../src/guestfs-structs.pod:127
21129 #, no-wrap
21130 msgid ""
21131 " struct guestfs_stat_list {\n"
21132 "   uint32_t len; /* Number of elements in list. */\n"
21133 "   struct guestfs_stat *val; /* Elements. */\n"
21134 " };\n"
21135 " \n"
21136 msgstr ""
21137
21138 # type: verbatim
21139 #. type: verbatim
21140 #: ../src/guestfs-structs.pod:132
21141 #, no-wrap
21142 msgid ""
21143 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
21144 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
21145 "\n"
21146 msgstr ""
21147
21148 # type: verbatim
21149 #. type: verbatim
21150 #: ../src/guestfs-structs.pod:137
21151 #, no-wrap
21152 msgid ""
21153 " struct guestfs_statvfs {\n"
21154 "   int64_t bsize;\n"
21155 "   int64_t frsize;\n"
21156 "   int64_t blocks;\n"
21157 "   int64_t bfree;\n"
21158 "   int64_t bavail;\n"
21159 "   int64_t files;\n"
21160 "   int64_t ffree;\n"
21161 "   int64_t favail;\n"
21162 "   int64_t fsid;\n"
21163 "   int64_t flag;\n"
21164 "   int64_t namemax;\n"
21165 " };\n"
21166 " \n"
21167 msgstr ""
21168
21169 # type: verbatim
21170 #. type: verbatim
21171 #: ../src/guestfs-structs.pod:151
21172 #, no-wrap
21173 msgid ""
21174 " struct guestfs_statvfs_list {\n"
21175 "   uint32_t len; /* Number of elements in list. */\n"
21176 "   struct guestfs_statvfs *val; /* Elements. */\n"
21177 " };\n"
21178 " \n"
21179 msgstr ""
21180
21181 # type: verbatim
21182 #. type: verbatim
21183 #: ../src/guestfs-structs.pod:156
21184 #, no-wrap
21185 msgid ""
21186 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
21187 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
21188 "\n"
21189 msgstr ""
21190
21191 # type: =head2
21192 #. type: =head2
21193 #: ../src/guestfs-structs.pod:159
21194 msgid "guestfs_dirent"
21195 msgstr ""
21196
21197 # type: verbatim
21198 #. type: verbatim
21199 #: ../src/guestfs-structs.pod:161
21200 #, no-wrap
21201 msgid ""
21202 " struct guestfs_dirent {\n"
21203 "   int64_t ino;\n"
21204 "   char ftyp;\n"
21205 "   char *name;\n"
21206 " };\n"
21207 " \n"
21208 msgstr ""
21209
21210 # type: verbatim
21211 #. type: verbatim
21212 #: ../src/guestfs-structs.pod:167
21213 #, no-wrap
21214 msgid ""
21215 " struct guestfs_dirent_list {\n"
21216 "   uint32_t len; /* Number of elements in list. */\n"
21217 "   struct guestfs_dirent *val; /* Elements. */\n"
21218 " };\n"
21219 " \n"
21220 msgstr ""
21221
21222 # type: verbatim
21223 #. type: verbatim
21224 #: ../src/guestfs-structs.pod:172
21225 #, no-wrap
21226 msgid ""
21227 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
21228 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
21229 "\n"
21230 msgstr ""
21231
21232 # type: verbatim
21233 #. type: verbatim
21234 #: ../src/guestfs-structs.pod:177
21235 #, no-wrap
21236 msgid ""
21237 " struct guestfs_version {\n"
21238 "   int64_t major;\n"
21239 "   int64_t minor;\n"
21240 "   int64_t release;\n"
21241 "   char *extra;\n"
21242 " };\n"
21243 " \n"
21244 msgstr ""
21245
21246 # type: verbatim
21247 #. type: verbatim
21248 #: ../src/guestfs-structs.pod:184
21249 #, no-wrap
21250 msgid ""
21251 " struct guestfs_version_list {\n"
21252 "   uint32_t len; /* Number of elements in list. */\n"
21253 "   struct guestfs_version *val; /* Elements. */\n"
21254 " };\n"
21255 " \n"
21256 msgstr ""
21257
21258 # type: verbatim
21259 #. type: verbatim
21260 #: ../src/guestfs-structs.pod:189
21261 #, no-wrap
21262 msgid ""
21263 " void guestfs_free_version (struct guestfs_free_version *);\n"
21264 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
21265 "\n"
21266 msgstr ""
21267
21268 # type: =head2
21269 #. type: =head2
21270 #: ../src/guestfs-structs.pod:192
21271 msgid "guestfs_xattr"
21272 msgstr ""
21273
21274 # type: verbatim
21275 #. type: verbatim
21276 #: ../src/guestfs-structs.pod:194
21277 #, no-wrap
21278 msgid ""
21279 " struct guestfs_xattr {\n"
21280 "   char *attrname;\n"
21281 "   /* The next two fields describe a byte array. */\n"
21282 "   uint32_t attrval_len;\n"
21283 "   char *attrval;\n"
21284 " };\n"
21285 " \n"
21286 msgstr ""
21287
21288 # type: verbatim
21289 #. type: verbatim
21290 #: ../src/guestfs-structs.pod:201
21291 #, no-wrap
21292 msgid ""
21293 " struct guestfs_xattr_list {\n"
21294 "   uint32_t len; /* Number of elements in list. */\n"
21295 "   struct guestfs_xattr *val; /* Elements. */\n"
21296 " };\n"
21297 " \n"
21298 msgstr ""
21299
21300 # type: verbatim
21301 #. type: verbatim
21302 #: ../src/guestfs-structs.pod:206
21303 #, no-wrap
21304 msgid ""
21305 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
21306 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
21307 "\n"
21308 msgstr ""
21309
21310 # type: =head2
21311 #. type: =head2
21312 #: ../src/guestfs-structs.pod:209
21313 msgid "guestfs_inotify_event"
21314 msgstr ""
21315
21316 # type: verbatim
21317 #. type: verbatim
21318 #: ../src/guestfs-structs.pod:211
21319 #, no-wrap
21320 msgid ""
21321 " struct guestfs_inotify_event {\n"
21322 "   int64_t in_wd;\n"
21323 "   uint32_t in_mask;\n"
21324 "   uint32_t in_cookie;\n"
21325 "   char *in_name;\n"
21326 " };\n"
21327 " \n"
21328 msgstr ""
21329
21330 # type: verbatim
21331 #. type: verbatim
21332 #: ../src/guestfs-structs.pod:218
21333 #, no-wrap
21334 msgid ""
21335 " struct guestfs_inotify_event_list {\n"
21336 "   uint32_t len; /* Number of elements in list. */\n"
21337 "   struct guestfs_inotify_event *val; /* Elements. */\n"
21338 " };\n"
21339 " \n"
21340 msgstr ""
21341
21342 # type: verbatim
21343 #. type: verbatim
21344 #: ../src/guestfs-structs.pod:223
21345 #, no-wrap
21346 msgid ""
21347 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
21348 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
21349 "\n"
21350 msgstr ""
21351
21352 # type: =head2
21353 #. type: =head2
21354 #: ../src/guestfs-structs.pod:226
21355 msgid "guestfs_partition"
21356 msgstr ""
21357
21358 # type: verbatim
21359 #. type: verbatim
21360 #: ../src/guestfs-structs.pod:228
21361 #, no-wrap
21362 msgid ""
21363 " struct guestfs_partition {\n"
21364 "   int32_t part_num;\n"
21365 "   uint64_t part_start;\n"
21366 "   uint64_t part_end;\n"
21367 "   uint64_t part_size;\n"
21368 " };\n"
21369 " \n"
21370 msgstr ""
21371
21372 # type: verbatim
21373 #. type: verbatim
21374 #: ../src/guestfs-structs.pod:235
21375 #, no-wrap
21376 msgid ""
21377 " struct guestfs_partition_list {\n"
21378 "   uint32_t len; /* Number of elements in list. */\n"
21379 "   struct guestfs_partition *val; /* Elements. */\n"
21380 " };\n"
21381 " \n"
21382 msgstr ""
21383
21384 # type: verbatim
21385 #. type: verbatim
21386 #: ../src/guestfs-structs.pod:240
21387 #, no-wrap
21388 msgid ""
21389 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
21390 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
21391 "\n"
21392 msgstr ""
21393
21394 # type: =head2
21395 #. type: =head2
21396 #: ../src/guestfs-structs.pod:243
21397 msgid "guestfs_application"
21398 msgstr ""
21399
21400 # type: verbatim
21401 #. type: verbatim
21402 #: ../src/guestfs-structs.pod:245
21403 #, no-wrap
21404 msgid ""
21405 " struct guestfs_application {\n"
21406 "   char *app_name;\n"
21407 "   char *app_display_name;\n"
21408 "   int32_t app_epoch;\n"
21409 "   char *app_version;\n"
21410 "   char *app_release;\n"
21411 "   char *app_install_path;\n"
21412 "   char *app_trans_path;\n"
21413 "   char *app_publisher;\n"
21414 "   char *app_url;\n"
21415 "   char *app_source_package;\n"
21416 "   char *app_summary;\n"
21417 "   char *app_description;\n"
21418 " };\n"
21419 " \n"
21420 msgstr ""
21421
21422 # type: verbatim
21423 #. type: verbatim
21424 #: ../src/guestfs-structs.pod:260
21425 #, no-wrap
21426 msgid ""
21427 " struct guestfs_application_list {\n"
21428 "   uint32_t len; /* Number of elements in list. */\n"
21429 "   struct guestfs_application *val; /* Elements. */\n"
21430 " };\n"
21431 " \n"
21432 msgstr ""
21433
21434 # type: verbatim
21435 #. type: verbatim
21436 #: ../src/guestfs-structs.pod:265
21437 #, no-wrap
21438 msgid ""
21439 " void guestfs_free_application (struct guestfs_free_application *);\n"
21440 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
21441 "\n"
21442 msgstr ""
21443
21444 # type: textblock
21445 #. type: textblock
21446 #: ../fish/guestfish.pod:5
21447 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
21448 msgstr ""
21449
21450 # type: verbatim
21451 #. type: verbatim
21452 #: ../fish/guestfish.pod:9
21453 #, no-wrap
21454 msgid ""
21455 " guestfish [--options] [commands]\n"
21456 "\n"
21457 msgstr ""
21458
21459 # type: verbatim
21460 #. type: verbatim
21461 #: ../fish/guestfish.pod:11
21462 #, no-wrap
21463 msgid ""
21464 " guestfish\n"
21465 "\n"
21466 msgstr ""
21467
21468 # type: verbatim
21469 #. type: verbatim
21470 #: ../fish/guestfish.pod:13
21471 #, no-wrap
21472 msgid ""
21473 " guestfish [--ro|--rw] -a disk.img\n"
21474 "\n"
21475 msgstr ""
21476
21477 # type: verbatim
21478 #. type: verbatim
21479 #: ../fish/guestfish.pod:15
21480 #, no-wrap
21481 msgid ""
21482 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
21483 "\n"
21484 msgstr ""
21485
21486 # type: verbatim
21487 #. type: verbatim
21488 #: ../fish/guestfish.pod:17
21489 #, no-wrap
21490 msgid ""
21491 " guestfish -d libvirt-domain\n"
21492 "\n"
21493 msgstr ""
21494
21495 # type: verbatim
21496 #. type: verbatim
21497 #: ../fish/guestfish.pod:19
21498 #, no-wrap
21499 msgid ""
21500 " guestfish [--ro|--rw] -a disk.img -i\n"
21501 "\n"
21502 msgstr ""
21503
21504 # type: verbatim
21505 #. type: verbatim
21506 #: ../fish/guestfish.pod:21
21507 #, no-wrap
21508 msgid ""
21509 " guestfish -d libvirt-domain -i\n"
21510 "\n"
21511 msgstr ""
21512
21513 # type: =head1
21514 #. type: =head1
21515 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
21516 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
21517 msgid "WARNING"
21518 msgstr ""
21519
21520 # type: textblock
21521 #. type: textblock
21522 #: ../fish/guestfish.pod:25
21523 msgid ""
21524 "Using guestfish in read/write mode on live virtual machines can be "
21525 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
21526 "option to use guestfish safely if the disk image or virtual machine might be "
21527 "live."
21528 msgstr ""
21529
21530 # type: textblock
21531 #. type: textblock
21532 #: ../fish/guestfish.pod:32
21533 msgid ""
21534 "Guestfish is a shell and command-line tool for examining and modifying "
21535 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
21536 "functionality of the guestfs API, see L<guestfs(3)>."
21537 msgstr ""
21538
21539 # type: textblock
21540 #. type: textblock
21541 #: ../fish/guestfish.pod:36
21542 msgid ""
21543 "Guestfish gives you structured access to the libguestfs API, from shell "
21544 "scripts or the command line or interactively.  If you want to rescue a "
21545 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
21546 "command."
21547 msgstr ""
21548
21549 # type: =head1
21550 #. type: =head1
21551 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947
21552 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
21553 msgid "EXAMPLES"
21554 msgstr ""
21555
21556 # type: =head2
21557 #. type: =head2
21558 #: ../fish/guestfish.pod:43
21559 msgid "As an interactive shell"
21560 msgstr ""
21561
21562 # type: verbatim
21563 #. type: verbatim
21564 #: ../fish/guestfish.pod:45
21565 #, no-wrap
21566 msgid ""
21567 " $ guestfish\n"
21568 " \n"
21569 msgstr ""
21570
21571 # type: verbatim
21572 #. type: verbatim
21573 #: ../fish/guestfish.pod:47
21574 #, no-wrap
21575 msgid ""
21576 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
21577 " editing virtual machine filesystems.\n"
21578 " \n"
21579 msgstr ""
21580
21581 # type: verbatim
21582 #. type: verbatim
21583 #: ../fish/guestfish.pod:50
21584 #, no-wrap
21585 msgid ""
21586 " Type: 'help' for a list of commands\n"
21587 "       'man' to read the manual\n"
21588 "       'quit' to quit the shell\n"
21589 " \n"
21590 msgstr ""
21591
21592 # type: verbatim
21593 #. type: verbatim
21594 #: ../fish/guestfish.pod:54
21595 #, no-wrap
21596 msgid ""
21597 " ><fs> add-ro disk.img\n"
21598 " ><fs> run\n"
21599 " ><fs> list-filesystems\n"
21600 " /dev/sda1: ext4\n"
21601 " /dev/vg_guest/lv_root: ext4\n"
21602 " /dev/vg_guest/lv_swap: swap\n"
21603 " ><fs> mount /dev/vg_guest/lv_root /\n"
21604 " ><fs> cat /etc/fstab\n"
21605 " # /etc/fstab\n"
21606 " # Created by anaconda\n"
21607 " [...]\n"
21608 " ><fs> exit\n"
21609 "\n"
21610 msgstr ""
21611
21612 # type: =head2
21613 #. type: =head2
21614 #: ../fish/guestfish.pod:67
21615 msgid "From shell scripts"
21616 msgstr ""
21617
21618 # type: textblock
21619 #. type: textblock
21620 #: ../fish/guestfish.pod:69
21621 msgid "Create a new C</etc/motd> file in a guest or disk image:"
21622 msgstr ""
21623
21624 # type: verbatim
21625 #. type: verbatim
21626 #: ../fish/guestfish.pod:71
21627 #, no-wrap
21628 msgid ""
21629 " guestfish <<_EOF_\n"
21630 " add disk.img\n"
21631 " run\n"
21632 " mount /dev/vg_guest/lv_root /\n"
21633 " write /etc/motd \"Welcome, new users\"\n"
21634 " _EOF_\n"
21635 "\n"
21636 msgstr ""
21637
21638 # type: textblock
21639 #. type: textblock
21640 #: ../fish/guestfish.pod:78
21641 msgid "List the LVM logical volumes in a disk image:"
21642 msgstr ""
21643
21644 # type: verbatim
21645 #. type: verbatim
21646 #: ../fish/guestfish.pod:80
21647 #, no-wrap
21648 msgid ""
21649 " guestfish -a disk.img --ro <<_EOF_\n"
21650 " run\n"
21651 " lvs\n"
21652 " _EOF_\n"
21653 "\n"
21654 msgstr ""
21655
21656 # type: textblock
21657 #. type: textblock
21658 #: ../fish/guestfish.pod:85
21659 msgid "List all the filesystems in a disk image:"
21660 msgstr ""
21661
21662 # type: verbatim
21663 #. type: verbatim
21664 #: ../fish/guestfish.pod:87
21665 #, no-wrap
21666 msgid ""
21667 " guestfish -a disk.img --ro <<_EOF_\n"
21668 " run\n"
21669 " list-filesystems\n"
21670 " _EOF_\n"
21671 "\n"
21672 msgstr ""
21673
21674 # type: =head2
21675 #. type: =head2
21676 #: ../fish/guestfish.pod:92
21677 msgid "On one command line"
21678 msgstr ""
21679
21680 # type: textblock
21681 #. type: textblock
21682 #: ../fish/guestfish.pod:94
21683 msgid "Update C</etc/resolv.conf> in a guest:"
21684 msgstr ""
21685
21686 # type: verbatim
21687 #. type: verbatim
21688 #: ../fish/guestfish.pod:96
21689 #, no-wrap
21690 msgid ""
21691 " guestfish \\\n"
21692 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
21693 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
21694 "\n"
21695 msgstr ""
21696
21697 # type: textblock
21698 #. type: textblock
21699 #: ../fish/guestfish.pod:100
21700 msgid "Edit C</boot/grub/grub.conf> interactively:"
21701 msgstr ""
21702
21703 # type: verbatim
21704 #. type: verbatim
21705 #: ../fish/guestfish.pod:102
21706 #, no-wrap
21707 msgid ""
21708 " guestfish --rw --add disk.img \\\n"
21709 "   --mount /dev/vg_guest/lv_root \\\n"
21710 "   --mount /dev/sda1:/boot \\\n"
21711 "   edit /boot/grub/grub.conf\n"
21712 "\n"
21713 msgstr ""
21714
21715 # type: =head2
21716 #. type: =head2
21717 #: ../fish/guestfish.pod:107
21718 msgid "Mount disks automatically"
21719 msgstr ""
21720
21721 # type: textblock
21722 #. type: textblock
21723 #: ../fish/guestfish.pod:109
21724 msgid ""
21725 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
21726 msgstr ""
21727
21728 # type: verbatim
21729 #. type: verbatim
21730 #: ../fish/guestfish.pod:112
21731 #, no-wrap
21732 msgid ""
21733 " guestfish --ro -a disk.img -i cat /etc/group\n"
21734 "\n"
21735 msgstr ""
21736
21737 # type: verbatim
21738 #. type: verbatim
21739 #: ../fish/guestfish.pod:114
21740 #, no-wrap
21741 msgid ""
21742 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
21743 "\n"
21744 msgstr ""
21745
21746 # type: textblock
21747 #. type: textblock
21748 #: ../fish/guestfish.pod:116
21749 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
21750 msgstr ""
21751
21752 # type: verbatim
21753 #. type: verbatim
21754 #: ../fish/guestfish.pod:118
21755 #, no-wrap
21756 msgid ""
21757 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
21758 "\n"
21759 msgstr ""
21760
21761 # type: =head2
21762 #. type: =head2
21763 #: ../fish/guestfish.pod:120
21764 msgid "As a script interpreter"
21765 msgstr ""
21766
21767 # type: textblock
21768 #. type: textblock
21769 #: ../fish/guestfish.pod:122
21770 msgid "Create a 100MB disk containing an ext2-formatted partition:"
21771 msgstr ""
21772
21773 # type: verbatim
21774 #. type: verbatim
21775 #: ../fish/guestfish.pod:124
21776 #, no-wrap
21777 msgid ""
21778 " #!/usr/bin/guestfish -f\n"
21779 " sparse test1.img 100M\n"
21780 " run\n"
21781 " part-disk /dev/sda mbr\n"
21782 " mkfs ext2 /dev/sda1\n"
21783 "\n"
21784 msgstr ""
21785
21786 # type: =head2
21787 #. type: =head2
21788 #: ../fish/guestfish.pod:130
21789 msgid "Start with a prepared disk"
21790 msgstr ""
21791
21792 # type: textblock
21793 #. type: textblock
21794 #: ../fish/guestfish.pod:132
21795 msgid ""
21796 "An alternate way to create a 100MB disk called C<test1.img> containing a "
21797 "single ext2-formatted partition:"
21798 msgstr ""
21799
21800 # type: verbatim
21801 #. type: verbatim
21802 #: ../fish/guestfish.pod:135
21803 #, no-wrap
21804 msgid ""
21805 " guestfish -N fs\n"
21806 "\n"
21807 msgstr ""
21808
21809 # type: textblock
21810 #. type: textblock
21811 #: ../fish/guestfish.pod:137
21812 msgid "To list what is available do:"
21813 msgstr ""
21814
21815 # type: verbatim
21816 #. type: verbatim
21817 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
21818 #, no-wrap
21819 msgid ""
21820 " guestfish -N help | less\n"
21821 "\n"
21822 msgstr ""
21823
21824 # type: =head2
21825 #. type: =head2
21826 #: ../fish/guestfish.pod:141
21827 msgid "Remote control"
21828 msgstr ""
21829
21830 # type: verbatim
21831 #. type: verbatim
21832 #: ../fish/guestfish.pod:143
21833 #, no-wrap
21834 msgid ""
21835 " eval \"`guestfish --listen`\"\n"
21836 " guestfish --remote add-ro disk.img\n"
21837 " guestfish --remote run\n"
21838 " guestfish --remote lvs\n"
21839 "\n"
21840 msgstr ""
21841
21842 # type: =head1
21843 #. type: =head1
21844 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
21845 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:81
21846 #: ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53
21847 #: ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153
21848 #: ../tools/virt-list-partitions.pl:54
21849 msgid "OPTIONS"
21850 msgstr ""
21851
21852 # type: =item
21853 #. type: =item
21854 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
21855 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
21856 #: ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111
21857 #: ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
21858 msgid "B<--help>"
21859 msgstr ""
21860
21861 # type: textblock
21862 #. type: textblock
21863 #: ../fish/guestfish.pod:154
21864 msgid "Displays general help on options."
21865 msgstr ""
21866
21867 # type: =item
21868 #. type: =item
21869 #: ../fish/guestfish.pod:156
21870 msgid "B<-h>"
21871 msgstr ""
21872
21873 # type: =item
21874 #. type: =item
21875 #: ../fish/guestfish.pod:158
21876 msgid "B<--cmd-help>"
21877 msgstr ""
21878
21879 # type: textblock
21880 #. type: textblock
21881 #: ../fish/guestfish.pod:160
21882 msgid "Lists all available guestfish commands."
21883 msgstr ""
21884
21885 # type: =item
21886 #. type: =item
21887 #: ../fish/guestfish.pod:162
21888 msgid "B<-h cmd>"
21889 msgstr ""
21890
21891 # type: =item
21892 #. type: =item
21893 #: ../fish/guestfish.pod:164
21894 msgid "B<--cmd-help cmd>"
21895 msgstr ""
21896
21897 # type: textblock
21898 #. type: textblock
21899 #: ../fish/guestfish.pod:166
21900 msgid "Displays detailed help on a single command C<cmd>."
21901 msgstr ""
21902
21903 # type: =item
21904 #. type: =item
21905 #: ../fish/guestfish.pod:168
21906 msgid "B<-a image>"
21907 msgstr ""
21908
21909 # type: =item
21910 #. type: =item
21911 #: ../fish/guestfish.pod:170
21912 msgid "B<--add image>"
21913 msgstr ""
21914
21915 # type: textblock
21916 #. type: textblock
21917 #: ../fish/guestfish.pod:172
21918 msgid "Add a block device or virtual machine image to the shell."
21919 msgstr ""
21920
21921 # type: textblock
21922 #. type: textblock
21923 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
21924 msgid ""
21925 "The format of the disk image is auto-detected.  To override this and force a "
21926 "particular format use the I<--format=..> option."
21927 msgstr ""
21928
21929 #. type: textblock
21930 #: ../fish/guestfish.pod:177
21931 msgid ""
21932 "Using this flag is mostly equivalent to using the C<add> command, with "
21933 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
21934 "the I<--format=...> flag was given."
21935 msgstr ""
21936
21937 # type: =item
21938 #. type: =item
21939 #: ../fish/guestfish.pod:181
21940 msgid "B<-c URI>"
21941 msgstr ""
21942
21943 # type: =item
21944 #. type: =item
21945 #: ../fish/guestfish.pod:183
21946 msgid "B<--connect URI>"
21947 msgstr ""
21948
21949 # type: textblock
21950 #. type: textblock
21951 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
21952 msgid ""
21953 "When used in conjunction with the I<-d> option, this specifies the libvirt "
21954 "URI to use.  The default is to use the default libvirt connection."
21955 msgstr ""
21956
21957 # type: =item
21958 #. type: =item
21959 #: ../fish/guestfish.pod:189
21960 msgid "B<--csh>"
21961 msgstr ""
21962
21963 # type: textblock
21964 #. type: textblock
21965 #: ../fish/guestfish.pod:191
21966 msgid ""
21967 "If using the I<--listen> option and a csh-like shell, use this option.  See "
21968 "section L</REMOTE CONTROL AND CSH> below."
21969 msgstr ""
21970
21971 # type: =item
21972 #. type: =item
21973 #: ../fish/guestfish.pod:194
21974 msgid "B<-d libvirt-domain>"
21975 msgstr ""
21976
21977 # type: =item
21978 #. type: =item
21979 #: ../fish/guestfish.pod:196
21980 msgid "B<--domain libvirt-domain>"
21981 msgstr ""
21982
21983 # type: textblock
21984 #. type: textblock
21985 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
21986 msgid ""
21987 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
21988 "used, then any libvirt domain can be used.  However in write mode, only "
21989 "libvirt domains which are shut down can be named here."
21990 msgstr ""
21991
21992 # type: textblock
21993 #. type: textblock
21994 #: ../fish/guestfish.pod:202
21995 msgid ""
21996 "Using this flag is mostly equivalent to using the C<add-domain> command, "
21997 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
21998 "if the I<--format:...> flag was given."
21999 msgstr ""
22000
22001 # type: =item
22002 #. type: =item
22003 #: ../fish/guestfish.pod:206
22004 msgid "B<-D>"
22005 msgstr ""
22006
22007 # type: =item
22008 #. type: =item
22009 #: ../fish/guestfish.pod:208
22010 msgid "B<--no-dest-paths>"
22011 msgstr ""
22012
22013 # type: textblock
22014 #. type: textblock
22015 #: ../fish/guestfish.pod:210
22016 msgid ""
22017 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
22018 "to hit the tab key to complete paths on the guest filesystem, but this "
22019 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
22020 "allow this feature to be disabled."
22021 msgstr ""
22022
22023 # type: =item
22024 #. type: =item
22025 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
22026 msgid "B<--echo-keys>"
22027 msgstr ""
22028
22029 # type: textblock
22030 #. type: textblock
22031 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
22032 msgid ""
22033 "When prompting for keys and passphrases, guestfish normally turns echoing "
22034 "off so you cannot see what you are typing.  If you are not worried about "
22035 "Tempest attacks and there is no one else in the room you can specify this "
22036 "flag to see what you are typing."
22037 msgstr ""
22038
22039 # type: =item
22040 #. type: =item
22041 #: ../fish/guestfish.pod:222
22042 msgid "B<-f file>"
22043 msgstr ""
22044
22045 # type: =item
22046 #. type: =item
22047 #: ../fish/guestfish.pod:224
22048 msgid "B<--file file>"
22049 msgstr ""
22050
22051 # type: textblock
22052 #. type: textblock
22053 #: ../fish/guestfish.pod:226
22054 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
22055 msgstr ""
22056
22057 # type: verbatim
22058 #. type: verbatim
22059 #: ../fish/guestfish.pod:229
22060 #, no-wrap
22061 msgid ""
22062 " #!/usr/bin/guestfish -f\n"
22063 "\n"
22064 msgstr ""
22065
22066 # type: =item
22067 #. type: =item
22068 #: ../fish/guestfish.pod:231
22069 msgid "B<--format=raw|qcow2|..>"
22070 msgstr ""
22071
22072 # type: =item
22073 #. type: =item
22074 #: ../fish/guestfish.pod:233
22075 msgid "B<--format>"
22076 msgstr ""
22077
22078 # type: textblock
22079 #. type: textblock
22080 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
22081 msgid ""
22082 "The default for the I<-a> option is to auto-detect the format of the disk "
22083 "image.  Using this forces the disk format for I<-a> options which follow on "
22084 "the command line.  Using I<--format> with no argument switches back to auto-"
22085 "detection for subsequent I<-a> options."
22086 msgstr ""
22087
22088 # type: verbatim
22089 #. type: verbatim
22090 #: ../fish/guestfish.pod:242
22091 #, no-wrap
22092 msgid ""
22093 " guestfish --format=raw -a disk.img\n"
22094 "\n"
22095 msgstr ""
22096
22097 # type: textblock
22098 #. type: textblock
22099 #: ../fish/guestfish.pod:244
22100 msgid "forces raw format (no auto-detection) for C<disk.img>."
22101 msgstr ""
22102
22103 # type: verbatim
22104 #. type: verbatim
22105 #: ../fish/guestfish.pod:246
22106 #, no-wrap
22107 msgid ""
22108 " guestfish --format=raw -a disk.img --format -a another.img\n"
22109 "\n"
22110 msgstr ""
22111
22112 # type: textblock
22113 #. type: textblock
22114 #: ../fish/guestfish.pod:248
22115 msgid ""
22116 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
22117 "detection for C<another.img>."
22118 msgstr ""
22119
22120 # type: textblock
22121 #. type: textblock
22122 #: ../fish/guestfish.pod:251
22123 msgid ""
22124 "If you have untrusted raw-format guest disk images, you should use this "
22125 "option to specify the disk format.  This avoids a possible security problem "
22126 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
22127 msgstr ""
22128
22129 # type: =item
22130 #. type: =item
22131 #: ../fish/guestfish.pod:256
22132 msgid "B<-i>"
22133 msgstr ""
22134
22135 # type: =item
22136 #. type: =item
22137 #: ../fish/guestfish.pod:258
22138 msgid "B<--inspector>"
22139 msgstr ""
22140
22141 # type: textblock
22142 #. type: textblock
22143 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
22144 msgid ""
22145 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
22146 "system and mount filesystems as they would be mounted on the real virtual "
22147 "machine."
22148 msgstr ""
22149
22150 # type: textblock
22151 #. type: textblock
22152 #: ../fish/guestfish.pod:264
22153 msgid "Typical usage is either:"
22154 msgstr ""
22155
22156 # type: verbatim
22157 #. type: verbatim
22158 #: ../fish/guestfish.pod:266
22159 #, no-wrap
22160 msgid ""
22161 " guestfish -d myguest -i\n"
22162 "\n"
22163 msgstr ""
22164
22165 # type: textblock
22166 #. type: textblock
22167 #: ../fish/guestfish.pod:268
22168 msgid "(for an inactive libvirt domain called I<myguest>), or:"
22169 msgstr ""
22170
22171 # type: verbatim
22172 #. type: verbatim
22173 #: ../fish/guestfish.pod:270
22174 #, no-wrap
22175 msgid ""
22176 " guestfish --ro -d myguest -i\n"
22177 "\n"
22178 msgstr ""
22179
22180 # type: textblock
22181 #. type: textblock
22182 #: ../fish/guestfish.pod:272
22183 msgid "(for active domains, readonly), or specify the block device directly:"
22184 msgstr ""
22185
22186 # type: verbatim
22187 #. type: verbatim
22188 #: ../fish/guestfish.pod:274
22189 #, no-wrap
22190 msgid ""
22191 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
22192 "\n"
22193 msgstr ""
22194
22195 # type: textblock
22196 #. type: textblock
22197 #: ../fish/guestfish.pod:276
22198 msgid ""
22199 "Note that the command line syntax changed slightly over older versions of "
22200 "guestfish.  You can still use the old syntax:"
22201 msgstr ""
22202
22203 # type: verbatim
22204 #. type: verbatim
22205 #: ../fish/guestfish.pod:279
22206 #, no-wrap
22207 msgid ""
22208 " guestfish [--ro] -i disk.img\n"
22209 "\n"
22210 msgstr ""
22211
22212 # type: verbatim
22213 #. type: verbatim
22214 #: ../fish/guestfish.pod:281
22215 #, no-wrap
22216 msgid ""
22217 " guestfish [--ro] -i libvirt-domain\n"
22218 "\n"
22219 msgstr ""
22220
22221 # type: textblock
22222 #. type: textblock
22223 #: ../fish/guestfish.pod:283
22224 msgid ""
22225 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
22226 "then using other commands to mount the filesystems that were found."
22227 msgstr ""
22228
22229 # type: =item
22230 #. type: =item
22231 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
22232 msgid "B<--keys-from-stdin>"
22233 msgstr ""
22234
22235 # type: textblock
22236 #. type: textblock
22237 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
22238 msgid ""
22239 "Read key or passphrase parameters from stdin.  The default is to try to read "
22240 "passphrases from the user by opening C</dev/tty>."
22241 msgstr ""
22242
22243 # type: =item
22244 #. type: =item
22245 #: ../fish/guestfish.pod:292
22246 msgid "B<--listen>"
22247 msgstr ""
22248
22249 # type: textblock
22250 #. type: textblock
22251 #: ../fish/guestfish.pod:294
22252 msgid ""
22253 "Fork into the background and listen for remote commands.  See section L</"
22254 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
22255 msgstr ""
22256
22257 #. type: =item
22258 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
22259 msgid "B<--live>"
22260 msgstr ""
22261
22262 #. type: textblock
22263 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
22264 msgid ""
22265 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
22266 "ATTACHING TO RUNNING DAEMONS>)."
22267 msgstr ""
22268
22269 #. type: =item
22270 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
22271 msgid "B<-m dev[:mountpoint[:options]]>"
22272 msgstr ""
22273
22274 #. type: =item
22275 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
22276 msgid "B<--mount dev[:mountpoint[:options]]>"
22277 msgstr ""
22278
22279 # type: textblock
22280 #. type: textblock
22281 #: ../fish/guestfish.pod:306
22282 msgid "Mount the named partition or logical volume on the given mountpoint."
22283 msgstr ""
22284
22285 # type: textblock
22286 #. type: textblock
22287 #: ../fish/guestfish.pod:308
22288 msgid "If the mountpoint is omitted, it defaults to C</>."
22289 msgstr ""
22290
22291 # type: textblock
22292 #. type: textblock
22293 #: ../fish/guestfish.pod:310
22294 msgid "You have to mount something on C</> before most commands will work."
22295 msgstr ""
22296
22297 # type: textblock
22298 #. type: textblock
22299 #: ../fish/guestfish.pod:312
22300 msgid ""
22301 "If any I<-m> or I<--mount> options are given, the guest is automatically "
22302 "launched."
22303 msgstr ""
22304
22305 # type: textblock
22306 #. type: textblock
22307 #: ../fish/guestfish.pod:315
22308 msgid ""
22309 "If you don't know what filesystems a disk image contains, you can either run "
22310 "guestfish without this option, then list the partitions, filesystems and LVs "
22311 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
22312 "commands), or you can use the L<virt-filesystems(1)> program."
22313 msgstr ""
22314
22315 #. type: textblock
22316 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
22317 msgid ""
22318 "The third (and rarely used) part of the mount parameter is the list of mount "
22319 "options used to mount the underlying filesystem.  If this is not given, then "
22320 "the mount options are either the empty string or C<ro> (the latter if the "
22321 "I<--ro> flag is used).  By specifying the mount options, you override this "
22322 "default choice.  Probably the only time you would use this is to enable ACLs "
22323 "and/or extended attributes if the filesystem can support them:"
22324 msgstr ""
22325
22326 #. type: verbatim
22327 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
22328 #, no-wrap
22329 msgid ""
22330 " -m /dev/sda1:/:acl,user_xattr\n"
22331 "\n"
22332 msgstr ""
22333
22334 #. type: textblock
22335 #: ../fish/guestfish.pod:331
22336 msgid "Using this flag is equivalent to using the C<mount-options> command."
22337 msgstr ""
22338
22339 # type: =item
22340 #. type: =item
22341 #: ../fish/guestfish.pod:333
22342 msgid "B<-n>"
22343 msgstr ""
22344
22345 # type: =item
22346 #. type: =item
22347 #: ../fish/guestfish.pod:335
22348 msgid "B<--no-sync>"
22349 msgstr ""
22350
22351 # type: textblock
22352 #. type: textblock
22353 #: ../fish/guestfish.pod:337
22354 msgid ""
22355 "Disable autosync.  This is enabled by default.  See the discussion of "
22356 "autosync in the L<guestfs(3)> manpage."
22357 msgstr ""
22358
22359 # type: =item
22360 #. type: =item
22361 #: ../fish/guestfish.pod:340
22362 msgid "B<-N type>"
22363 msgstr ""
22364
22365 # type: =item
22366 #. type: =item
22367 #: ../fish/guestfish.pod:342
22368 msgid "B<--new type>"
22369 msgstr ""
22370
22371 # type: =item
22372 #. type: =item
22373 #: ../fish/guestfish.pod:344
22374 msgid "B<-N help>"
22375 msgstr ""
22376
22377 # type: textblock
22378 #. type: textblock
22379 #: ../fish/guestfish.pod:346
22380 msgid ""
22381 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
22382 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
22383 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
22384 "IMAGES> below."
22385 msgstr ""
22386
22387 # type: =item
22388 #. type: =item
22389 #: ../fish/guestfish.pod:351
22390 msgid "B<--progress-bars>"
22391 msgstr ""
22392
22393 # type: textblock
22394 #. type: textblock
22395 #: ../fish/guestfish.pod:353
22396 msgid "Enable progress bars, even when guestfish is used non-interactively."
22397 msgstr ""
22398
22399 # type: textblock
22400 #. type: textblock
22401 #: ../fish/guestfish.pod:355
22402 msgid ""
22403 "Progress bars are enabled by default when guestfish is used as an "
22404 "interactive shell."
22405 msgstr ""
22406
22407 # type: =item
22408 #. type: =item
22409 #: ../fish/guestfish.pod:358
22410 msgid "B<--no-progress-bars>"
22411 msgstr ""
22412
22413 # type: textblock
22414 #. type: textblock
22415 #: ../fish/guestfish.pod:360
22416 msgid "Disable progress bars."
22417 msgstr ""
22418
22419 # type: =item
22420 #. type: =item
22421 #: ../fish/guestfish.pod:362
22422 msgid "B<--remote[=pid]>"
22423 msgstr ""
22424
22425 # type: textblock
22426 #. type: textblock
22427 #: ../fish/guestfish.pod:364
22428 msgid ""
22429 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
22430 "CONTROL GUESTFISH OVER A SOCKET> below."
22431 msgstr ""
22432
22433 # type: =item
22434 #. type: =item
22435 #: ../fish/guestfish.pod:367
22436 msgid "B<-r>"
22437 msgstr ""
22438
22439 # type: =item
22440 #. type: =item
22441 #: ../fish/guestfish.pod:369
22442 msgid "B<--ro>"
22443 msgstr ""
22444
22445 # type: textblock
22446 #. type: textblock
22447 #: ../fish/guestfish.pod:371
22448 msgid ""
22449 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22450 "mounts are done read-only."
22451 msgstr ""
22452
22453 # type: textblock
22454 #. type: textblock
22455 #: ../fish/guestfish.pod:374
22456 msgid ""
22457 "The option must always be used if the disk image or virtual machine might be "
22458 "running, and is generally recommended in cases where you don't need write "
22459 "access to the disk."
22460 msgstr ""
22461
22462 # type: textblock
22463 #. type: textblock
22464 #: ../fish/guestfish.pod:378
22465 msgid ""
22466 "Note that prepared disk images created with I<-N> are not affected by this "
22467 "option.  Also commands like C<add> are not affected - you have to specify "
22468 "the C<readonly:true> option explicitly if you need it."
22469 msgstr ""
22470
22471 # type: textblock
22472 #. type: textblock
22473 #: ../fish/guestfish.pod:382
22474 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
22475 msgstr ""
22476
22477 # type: =item
22478 #. type: =item
22479 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
22480 msgid "B<--selinux>"
22481 msgstr ""
22482
22483 # type: textblock
22484 #. type: textblock
22485 #: ../fish/guestfish.pod:386
22486 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
22487 msgstr ""
22488
22489 # type: =item
22490 #. type: =item
22491 #: ../fish/guestfish.pod:388
22492 msgid "B<-v>"
22493 msgstr ""
22494
22495 # type: =item
22496 #. type: =item
22497 #: ../fish/guestfish.pod:390
22498 msgid "B<--verbose>"
22499 msgstr ""
22500
22501 # type: textblock
22502 #. type: textblock
22503 #: ../fish/guestfish.pod:392
22504 msgid ""
22505 "Enable very verbose messages.  This is particularly useful if you find a bug."
22506 msgstr ""
22507
22508 # type: =item
22509 #. type: =item
22510 #: ../fish/guestfish.pod:395
22511 msgid "B<-V>"
22512 msgstr ""
22513
22514 # type: =item
22515 #. type: =item
22516 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
22517 #: ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69
22518 #: ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169
22519 #: ../tools/virt-list-partitions.pl:70
22520 msgid "B<--version>"
22521 msgstr ""
22522
22523 # type: textblock
22524 #. type: textblock
22525 #: ../fish/guestfish.pod:399
22526 msgid "Display the guestfish / libguestfs version number and exit."
22527 msgstr ""
22528
22529 # type: =item
22530 #. type: =item
22531 #: ../fish/guestfish.pod:401
22532 msgid "B<-w>"
22533 msgstr ""
22534
22535 # type: =item
22536 #. type: =item
22537 #: ../fish/guestfish.pod:403
22538 msgid "B<--rw>"
22539 msgstr ""
22540
22541 #. type: textblock
22542 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
22543 msgid ""
22544 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22545 "mounts are done read-write."
22546 msgstr ""
22547
22548 #. type: textblock
22549 #: ../fish/guestfish.pod:408
22550 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
22551 msgstr ""
22552
22553 # type: =item
22554 #. type: =item
22555 #: ../fish/guestfish.pod:410
22556 msgid "B<-x>"
22557 msgstr ""
22558
22559 # type: textblock
22560 #. type: textblock
22561 #: ../fish/guestfish.pod:412
22562 msgid "Echo each command before executing it."
22563 msgstr ""
22564
22565 # type: =head1
22566 #. type: =head1
22567 #: ../fish/guestfish.pod:416
22568 msgid "COMMANDS ON COMMAND LINE"
22569 msgstr ""
22570
22571 # type: textblock
22572 #. type: textblock
22573 #: ../fish/guestfish.pod:418
22574 msgid ""
22575 "Any additional (non-option) arguments are treated as commands to execute."
22576 msgstr ""
22577
22578 # type: textblock
22579 #. type: textblock
22580 #: ../fish/guestfish.pod:421
22581 msgid ""
22582 "Commands to execute should be separated by a colon (C<:>), where the colon "
22583 "is a separate parameter.  Thus:"
22584 msgstr ""
22585
22586 # type: verbatim
22587 #. type: verbatim
22588 #: ../fish/guestfish.pod:424
22589 #, no-wrap
22590 msgid ""
22591 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
22592 "\n"
22593 msgstr ""
22594
22595 # type: textblock
22596 #. type: textblock
22597 #: ../fish/guestfish.pod:426
22598 msgid ""
22599 "If there are no additional arguments, then we enter a shell, either an "
22600 "interactive shell with a prompt (if the input is a terminal) or a non-"
22601 "interactive shell."
22602 msgstr ""
22603
22604 # type: textblock
22605 #. type: textblock
22606 #: ../fish/guestfish.pod:430
22607 msgid ""
22608 "In either command line mode or non-interactive shell, the first command that "
22609 "gives an error causes the whole shell to exit.  In interactive mode (with a "
22610 "prompt) if a command fails, you can continue to enter commands."
22611 msgstr ""
22612
22613 # type: =head1
22614 #. type: =head1
22615 #: ../fish/guestfish.pod:435
22616 msgid "USING launch (OR run)"
22617 msgstr ""
22618
22619 # type: textblock
22620 #. type: textblock
22621 #: ../fish/guestfish.pod:437
22622 msgid ""
22623 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
22624 "then launch it, then mount any disks you need, and finally issue actions/"
22625 "commands.  So the general order of the day is:"
22626 msgstr ""
22627
22628 # type: textblock
22629 #. type: textblock
22630 #: ../fish/guestfish.pod:445
22631 msgid "add or -a/--add"
22632 msgstr ""
22633
22634 # type: textblock
22635 #. type: textblock
22636 #: ../fish/guestfish.pod:449
22637 msgid "launch (aka run)"
22638 msgstr ""
22639
22640 # type: textblock
22641 #. type: textblock
22642 #: ../fish/guestfish.pod:453
22643 msgid "mount or -m/--mount"
22644 msgstr ""
22645
22646 # type: textblock
22647 #. type: textblock
22648 #: ../fish/guestfish.pod:457
22649 msgid "any other commands"
22650 msgstr ""
22651
22652 # type: textblock
22653 #. type: textblock
22654 #: ../fish/guestfish.pod:461
22655 msgid ""
22656 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
22657 "guest before mounting or performing any other commands."
22658 msgstr ""
22659
22660 # type: textblock
22661 #. type: textblock
22662 #: ../fish/guestfish.pod:464
22663 msgid ""
22664 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
22665 "I<--new> options were given then C<run> is done automatically, simply "
22666 "because guestfish can't perform the action you asked for without doing this."
22667 msgstr ""
22668
22669 # type: =head1
22670 #. type: =head1
22671 #: ../fish/guestfish.pod:469
22672 msgid "OPENING DISKS FOR READ AND WRITE"
22673 msgstr ""
22674
22675 #. type: textblock
22676 #: ../fish/guestfish.pod:471
22677 msgid ""
22678 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
22679 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
22680 "I<-i> and I<-m> open disk images read-only or for writing."
22681 msgstr ""
22682
22683 #. type: textblock
22684 #: ../fish/guestfish.pod:476
22685 msgid ""
22686 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
22687 "opening disk images supplied on the command line for write.  To open a disk "
22688 "image read-only you have to do I<-a image --ro>."
22689 msgstr ""
22690
22691 # type: textblock
22692 #. type: textblock
22693 #: ../fish/guestfish.pod:480
22694 msgid ""
22695 "This matters: If you accidentally open a live VM disk image writable then "
22696 "you will cause irreversible disk corruption."
22697 msgstr ""
22698
22699 #. type: textblock
22700 #: ../fish/guestfish.pod:483
22701 msgid ""
22702 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
22703 "images will be opened read-only.  You will have to either specify "
22704 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
22705 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
22706 "access for disk images specified by those other command line options."
22707 msgstr ""
22708
22709 #. type: textblock
22710 #: ../fish/guestfish.pod:490
22711 msgid ""
22712 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
22713 "which does nothing (it is already the default).  However it is highly "
22714 "recommended that you use this option to indicate that you need write access, "
22715 "and prepare your scripts for the day when this option will be required for "
22716 "write access."
22717 msgstr ""
22718
22719 # type: textblock
22720 #. type: textblock
22721 #: ../fish/guestfish.pod:496
22722 msgid ""
22723 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
22724 "other libguestfs program apart from guestfish and guestmount."
22725 msgstr ""
22726
22727 # type: =head1
22728 #. type: =head1
22729 #: ../fish/guestfish.pod:499
22730 msgid "QUOTING"
22731 msgstr ""
22732
22733 # type: textblock
22734 #. type: textblock
22735 #: ../fish/guestfish.pod:501
22736 msgid ""
22737 "You can quote ordinary parameters using either single or double quotes.  For "
22738 "example:"
22739 msgstr ""
22740
22741 # type: verbatim
22742 #. type: verbatim
22743 #: ../fish/guestfish.pod:504
22744 #, no-wrap
22745 msgid ""
22746 " add \"file with a space.img\"\n"
22747 "\n"
22748 msgstr ""
22749
22750 # type: verbatim
22751 #. type: verbatim
22752 #: ../fish/guestfish.pod:506
22753 #, no-wrap
22754 msgid ""
22755 " rm '/file name'\n"
22756 "\n"
22757 msgstr ""
22758
22759 # type: verbatim
22760 #. type: verbatim
22761 #: ../fish/guestfish.pod:508
22762 #, no-wrap
22763 msgid ""
22764 " rm '/\"'\n"
22765 "\n"
22766 msgstr ""
22767
22768 # type: textblock
22769 #. type: textblock
22770 #: ../fish/guestfish.pod:510
22771 msgid ""
22772 "A few commands require a list of strings to be passed.  For these, use a "
22773 "whitespace-separated list, enclosed in quotes.  Strings containing "
22774 "whitespace to be passed through must be enclosed in single quotes.  A "
22775 "literal single quote must be escaped with a backslash."
22776 msgstr ""
22777
22778 # type: verbatim
22779 #. type: verbatim
22780 #: ../fish/guestfish.pod:515
22781 #, no-wrap
22782 msgid ""
22783 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
22784 " command \"/bin/echo 'foo      bar'\"\n"
22785 " command \"/bin/echo \\'foo\\'\"\n"
22786 "\n"
22787 msgstr ""
22788
22789 # type: =head1
22790 #. type: =head1
22791 #: ../fish/guestfish.pod:519
22792 msgid "OPTIONAL ARGUMENTS"
22793 msgstr ""
22794
22795 # type: textblock
22796 #. type: textblock
22797 #: ../fish/guestfish.pod:521
22798 msgid ""
22799 "Some commands take optional arguments.  These arguments appear in this "
22800 "documentation as C<[argname:..]>.  You can use them as in these examples:"
22801 msgstr ""
22802
22803 # type: verbatim
22804 #. type: verbatim
22805 #: ../fish/guestfish.pod:525
22806 #, no-wrap
22807 msgid ""
22808 " add-drive-opts filename\n"
22809 "\n"
22810 msgstr ""
22811
22812 # type: verbatim
22813 #. type: verbatim
22814 #: ../fish/guestfish.pod:527
22815 #, no-wrap
22816 msgid ""
22817 " add-drive-opts filename readonly:true\n"
22818 "\n"
22819 msgstr ""
22820
22821 # type: verbatim
22822 #. type: verbatim
22823 #: ../fish/guestfish.pod:529
22824 #, no-wrap
22825 msgid ""
22826 " add-drive-opts filename format:qcow2 readonly:false\n"
22827 "\n"
22828 msgstr ""
22829
22830 # type: textblock
22831 #. type: textblock
22832 #: ../fish/guestfish.pod:531
22833 msgid ""
22834 "Each optional argument can appear at most once.  All optional arguments must "
22835 "appear after the required ones."
22836 msgstr ""
22837
22838 # type: =head1
22839 #. type: =head1
22840 #: ../fish/guestfish.pod:534
22841 msgid "NUMBERS"
22842 msgstr ""
22843
22844 # type: textblock
22845 #. type: textblock
22846 #: ../fish/guestfish.pod:536
22847 msgid ""
22848 "This section applies to all commands which can take integers as parameters."
22849 msgstr ""
22850
22851 # type: =head2
22852 #. type: =head2
22853 #: ../fish/guestfish.pod:539
22854 msgid "SIZE SUFFIX"
22855 msgstr ""
22856
22857 # type: textblock
22858 #. type: textblock
22859 #: ../fish/guestfish.pod:541
22860 msgid ""
22861 "When the command takes a parameter measured in bytes, you can use one of the "
22862 "following suffixes to specify kilobytes, megabytes and larger sizes:"
22863 msgstr ""
22864
22865 # type: =item
22866 #. type: =item
22867 #: ../fish/guestfish.pod:547
22868 msgid "B<k> or B<K> or B<KiB>"
22869 msgstr ""
22870
22871 # type: textblock
22872 #. type: textblock
22873 #: ../fish/guestfish.pod:549
22874 msgid "The size in kilobytes (multiplied by 1024)."
22875 msgstr ""
22876
22877 # type: =item
22878 #. type: =item
22879 #: ../fish/guestfish.pod:551
22880 msgid "B<KB>"
22881 msgstr ""
22882
22883 # type: textblock
22884 #. type: textblock
22885 #: ../fish/guestfish.pod:553
22886 msgid "The size in SI 1000 byte units."
22887 msgstr ""
22888
22889 # type: =item
22890 #. type: =item
22891 #: ../fish/guestfish.pod:555
22892 msgid "B<M> or B<MiB>"
22893 msgstr ""
22894
22895 # type: textblock
22896 #. type: textblock
22897 #: ../fish/guestfish.pod:557
22898 msgid "The size in megabytes (multiplied by 1048576)."
22899 msgstr ""
22900
22901 # type: =item
22902 #. type: =item
22903 #: ../fish/guestfish.pod:559
22904 msgid "B<MB>"
22905 msgstr ""
22906
22907 # type: textblock
22908 #. type: textblock
22909 #: ../fish/guestfish.pod:561
22910 msgid "The size in SI 1000000 byte units."
22911 msgstr ""
22912
22913 # type: =item
22914 #. type: =item
22915 #: ../fish/guestfish.pod:563
22916 msgid "B<G> or B<GiB>"
22917 msgstr ""
22918
22919 # type: textblock
22920 #. type: textblock
22921 #: ../fish/guestfish.pod:565
22922 msgid "The size in gigabytes (multiplied by 2**30)."
22923 msgstr ""
22924
22925 # type: =item
22926 #. type: =item
22927 #: ../fish/guestfish.pod:567
22928 msgid "B<GB>"
22929 msgstr ""
22930
22931 # type: textblock
22932 #. type: textblock
22933 #: ../fish/guestfish.pod:569
22934 msgid "The size in SI 10**9 byte units."
22935 msgstr ""
22936
22937 # type: =item
22938 #. type: =item
22939 #: ../fish/guestfish.pod:571
22940 msgid "B<T> or B<TiB>"
22941 msgstr ""
22942
22943 # type: textblock
22944 #. type: textblock
22945 #: ../fish/guestfish.pod:573
22946 msgid "The size in terabytes (multiplied by 2**40)."
22947 msgstr ""
22948
22949 # type: =item
22950 #. type: =item
22951 #: ../fish/guestfish.pod:575
22952 msgid "B<TB>"
22953 msgstr ""
22954
22955 # type: textblock
22956 #. type: textblock
22957 #: ../fish/guestfish.pod:577
22958 msgid "The size in SI 10**12 byte units."
22959 msgstr ""
22960
22961 # type: =item
22962 #. type: =item
22963 #: ../fish/guestfish.pod:579
22964 msgid "B<P> or B<PiB>"
22965 msgstr ""
22966
22967 # type: textblock
22968 #. type: textblock
22969 #: ../fish/guestfish.pod:581
22970 msgid "The size in petabytes (multiplied by 2**50)."
22971 msgstr ""
22972
22973 # type: =item
22974 #. type: =item
22975 #: ../fish/guestfish.pod:583
22976 msgid "B<PB>"
22977 msgstr ""
22978
22979 # type: textblock
22980 #. type: textblock
22981 #: ../fish/guestfish.pod:585
22982 msgid "The size in SI 10**15 byte units."
22983 msgstr ""
22984
22985 # type: =item
22986 #. type: =item
22987 #: ../fish/guestfish.pod:587
22988 msgid "B<E> or B<EiB>"
22989 msgstr ""
22990
22991 # type: textblock
22992 #. type: textblock
22993 #: ../fish/guestfish.pod:589
22994 msgid "The size in exabytes (multiplied by 2**60)."
22995 msgstr ""
22996
22997 # type: =item
22998 #. type: =item
22999 #: ../fish/guestfish.pod:591
23000 msgid "B<EB>"
23001 msgstr ""
23002
23003 # type: textblock
23004 #. type: textblock
23005 #: ../fish/guestfish.pod:593
23006 msgid "The size in SI 10**18 byte units."
23007 msgstr ""
23008
23009 # type: =item
23010 #. type: =item
23011 #: ../fish/guestfish.pod:595
23012 msgid "B<Z> or B<ZiB>"
23013 msgstr ""
23014
23015 # type: textblock
23016 #. type: textblock
23017 #: ../fish/guestfish.pod:597
23018 msgid "The size in zettabytes (multiplied by 2**70)."
23019 msgstr ""
23020
23021 # type: =item
23022 #. type: =item
23023 #: ../fish/guestfish.pod:599
23024 msgid "B<ZB>"
23025 msgstr ""
23026
23027 # type: textblock
23028 #. type: textblock
23029 #: ../fish/guestfish.pod:601
23030 msgid "The size in SI 10**21 byte units."
23031 msgstr ""
23032
23033 # type: =item
23034 #. type: =item
23035 #: ../fish/guestfish.pod:603
23036 msgid "B<Y> or B<YiB>"
23037 msgstr ""
23038
23039 # type: textblock
23040 #. type: textblock
23041 #: ../fish/guestfish.pod:605
23042 msgid "The size in yottabytes (multiplied by 2**80)."
23043 msgstr ""
23044
23045 # type: =item
23046 #. type: =item
23047 #: ../fish/guestfish.pod:607
23048 msgid "B<YB>"
23049 msgstr ""
23050
23051 # type: textblock
23052 #. type: textblock
23053 #: ../fish/guestfish.pod:609
23054 msgid "The size in SI 10**24 byte units."
23055 msgstr ""
23056
23057 # type: verbatim
23058 #. type: verbatim
23059 #: ../fish/guestfish.pod:615
23060 #, no-wrap
23061 msgid ""
23062 " truncate-size /file 1G\n"
23063 "\n"
23064 msgstr ""
23065
23066 # type: textblock
23067 #. type: textblock
23068 #: ../fish/guestfish.pod:617
23069 msgid "would truncate the file to 1 gigabyte."
23070 msgstr ""
23071
23072 # type: textblock
23073 #. type: textblock
23074 #: ../fish/guestfish.pod:619
23075 msgid ""
23076 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
23077 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
23078 "suffix will probably not do what you expect."
23079 msgstr ""
23080
23081 # type: =head2
23082 #. type: =head2
23083 #: ../fish/guestfish.pod:623
23084 msgid "OCTAL AND HEXADECIMAL NUMBERS"
23085 msgstr ""
23086
23087 # type: textblock
23088 #. type: textblock
23089 #: ../fish/guestfish.pod:625
23090 msgid ""
23091 "For specifying the radix (base) use the C convention: C<0> to prefix an "
23092 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
23093 msgstr ""
23094
23095 # type: verbatim
23096 #. type: verbatim
23097 #: ../fish/guestfish.pod:628
23098 #, no-wrap
23099 msgid ""
23100 " 1234      decimal number 1234\n"
23101 " 02322     octal number, equivalent to decimal 1234\n"
23102 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
23103 "\n"
23104 msgstr ""
23105
23106 # type: textblock
23107 #. type: textblock
23108 #: ../fish/guestfish.pod:632
23109 msgid ""
23110 "When using the C<chmod> command, you almost always want to specify an octal "
23111 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
23112 "L<chmod(1)> program):"
23113 msgstr ""
23114
23115 # type: verbatim
23116 #. type: verbatim
23117 #: ../fish/guestfish.pod:636
23118 #, no-wrap
23119 msgid ""
23120 " chmod 0777 /public  # OK\n"
23121 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
23122 "\n"
23123 msgstr ""
23124
23125 # type: textblock
23126 #. type: textblock
23127 #: ../fish/guestfish.pod:639
23128 msgid ""
23129 "Commands that return numbers usually print them in decimal, but some "
23130 "commands print numbers in other radices (eg. C<umask> prints the mode in "
23131 "octal, preceeded by C<0>)."
23132 msgstr ""
23133
23134 # type: =head1
23135 #. type: =head1
23136 #: ../fish/guestfish.pod:643
23137 msgid "WILDCARDS AND GLOBBING"
23138 msgstr ""
23139
23140 # type: textblock
23141 #. type: textblock
23142 #: ../fish/guestfish.pod:645
23143 msgid ""
23144 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
23145 "(globbing) by default.  So for example the following will not do what you "
23146 "expect:"
23147 msgstr ""
23148
23149 # type: verbatim
23150 #. type: verbatim
23151 #: ../fish/guestfish.pod:649
23152 #, no-wrap
23153 msgid ""
23154 " rm-rf /home/*\n"
23155 "\n"
23156 msgstr ""
23157
23158 # type: textblock
23159 #. type: textblock
23160 #: ../fish/guestfish.pod:651
23161 msgid ""
23162 "Assuming you don't have a directory called literally C</home/*> then the "
23163 "above command will return an error."
23164 msgstr ""
23165
23166 # type: textblock
23167 #. type: textblock
23168 #: ../fish/guestfish.pod:654
23169 msgid "To perform wildcard expansion, use the C<glob> command."
23170 msgstr ""
23171
23172 # type: verbatim
23173 #. type: verbatim
23174 #: ../fish/guestfish.pod:656
23175 #, no-wrap
23176 msgid ""
23177 " glob rm-rf /home/*\n"
23178 "\n"
23179 msgstr ""
23180
23181 # type: textblock
23182 #. type: textblock
23183 #: ../fish/guestfish.pod:658
23184 msgid ""
23185 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
23186 "many times), equivalent to:"
23187 msgstr ""
23188
23189 # type: verbatim
23190 #. type: verbatim
23191 #: ../fish/guestfish.pod:661
23192 #, no-wrap
23193 msgid ""
23194 " rm-rf /home/jim\n"
23195 " rm-rf /home/joe\n"
23196 " rm-rf /home/mary\n"
23197 "\n"
23198 msgstr ""
23199
23200 # type: textblock
23201 #. type: textblock
23202 #: ../fish/guestfish.pod:665
23203 msgid "C<glob> only works on simple guest paths and not on device names."
23204 msgstr ""
23205
23206 # type: textblock
23207 #. type: textblock
23208 #: ../fish/guestfish.pod:667
23209 msgid ""
23210 "If you have several parameters, each containing a wildcard, then glob will "
23211 "perform a Cartesian product."
23212 msgstr ""
23213
23214 # type: =head1
23215 #. type: =head1
23216 #: ../fish/guestfish.pod:670
23217 msgid "COMMENTS"
23218 msgstr ""
23219
23220 # type: textblock
23221 #. type: textblock
23222 #: ../fish/guestfish.pod:672
23223 msgid ""
23224 "Any line which starts with a I<#> character is treated as a comment and "
23225 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
23226 "a command.  For example:"
23227 msgstr ""
23228
23229 # type: verbatim
23230 #. type: verbatim
23231 #: ../fish/guestfish.pod:676
23232 #, no-wrap
23233 msgid ""
23234 " # this is a comment\n"
23235 "         # this is a comment\n"
23236 " foo # NOT a comment\n"
23237 "\n"
23238 msgstr ""
23239
23240 # type: textblock
23241 #. type: textblock
23242 #: ../fish/guestfish.pod:680
23243 msgid "Blank lines are also ignored."
23244 msgstr ""
23245
23246 # type: =head1
23247 #. type: =head1
23248 #: ../fish/guestfish.pod:682
23249 msgid "RUNNING COMMANDS LOCALLY"
23250 msgstr ""
23251
23252 # type: textblock
23253 #. type: textblock
23254 #: ../fish/guestfish.pod:684
23255 msgid ""
23256 "Any line which starts with a I<!> character is treated as a command sent to "
23257 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
23258 msgstr ""
23259
23260 # type: verbatim
23261 #. type: verbatim
23262 #: ../fish/guestfish.pod:688
23263 #, no-wrap
23264 msgid ""
23265 " !mkdir local\n"
23266 " tgz-out /remote local/remote-data.tar.gz\n"
23267 "\n"
23268 msgstr ""
23269
23270 # type: textblock
23271 #. type: textblock
23272 #: ../fish/guestfish.pod:691
23273 msgid ""
23274 "will create a directory C<local> on the host, and then export the contents "
23275 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
23276 "(See C<tgz-out>)."
23277 msgstr ""
23278
23279 # type: textblock
23280 #. type: textblock
23281 #: ../fish/guestfish.pod:695
23282 msgid ""
23283 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
23284 "effect, due to the way that subprocesses work in Unix."
23285 msgstr ""
23286
23287 #. type: =head2
23288 #: ../fish/guestfish.pod:698
23289 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
23290 msgstr ""
23291
23292 #. type: textblock
23293 #: ../fish/guestfish.pod:700
23294 msgid ""
23295 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
23296 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
23297 "and executed as guestfish commands."
23298 msgstr ""
23299
23300 #. type: textblock
23301 #: ../fish/guestfish.pod:704
23302 msgid ""
23303 "Thus you can use shell script to construct arbitrary guestfish commands "
23304 "which are then parsed by guestfish."
23305 msgstr ""
23306
23307 #. type: textblock
23308 #: ../fish/guestfish.pod:707
23309 msgid ""
23310 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
23311 "through C</foo.100>) using guestfish commands alone.  However this is simple "
23312 "if we use a shell script to create the guestfish commands for us:"
23313 msgstr ""
23314
23315 #. type: verbatim
23316 #: ../fish/guestfish.pod:712
23317 #, no-wrap
23318 msgid ""
23319 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
23320 "\n"
23321 msgstr ""
23322
23323 #. type: textblock
23324 #: ../fish/guestfish.pod:714
23325 msgid "or with names like C</foo.001>:"
23326 msgstr ""
23327
23328 #. type: verbatim
23329 #: ../fish/guestfish.pod:716
23330 #, no-wrap
23331 msgid ""
23332 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
23333 "\n"
23334 msgstr ""
23335
23336 #. type: textblock
23337 #: ../fish/guestfish.pod:718
23338 msgid ""
23339 "When using guestfish interactively it can be helpful to just run the shell "
23340 "script first (ie. remove the initial C<E<lt>> character so it is just an "
23341 "ordinary I<!> local command), see what guestfish commands it would run, and "
23342 "when you are happy with those prepend the C<E<lt>> character to run the "
23343 "guestfish commands for real."
23344 msgstr ""
23345
23346 # type: =head1
23347 #. type: =head1
23348 #: ../fish/guestfish.pod:724
23349 msgid "PIPES"
23350 msgstr ""
23351
23352 # type: textblock
23353 #. type: textblock
23354 #: ../fish/guestfish.pod:726
23355 msgid ""
23356 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
23357 "command (a guestfish command) to the second command (any host command).  For "
23358 "example:"
23359 msgstr ""
23360
23361 # type: verbatim
23362 #. type: verbatim
23363 #: ../fish/guestfish.pod:730
23364 #, no-wrap
23365 msgid ""
23366 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
23367 "\n"
23368 msgstr ""
23369
23370 # type: textblock
23371 #. type: textblock
23372 #: ../fish/guestfish.pod:732
23373 msgid ""
23374 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
23375 "program).  The above command would list all accounts in the guest filesystem "
23376 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
23377 msgstr ""
23378
23379 # type: verbatim
23380 #. type: verbatim
23381 #: ../fish/guestfish.pod:737
23382 #, no-wrap
23383 msgid ""
23384 " hexdump /bin/ls | head\n"
23385 " list-devices | tail -1\n"
23386 " tgz-out / - | tar ztf -\n"
23387 "\n"
23388 msgstr ""
23389
23390 # type: textblock
23391 #. type: textblock
23392 #: ../fish/guestfish.pod:741
23393 msgid ""
23394 "The space before the pipe symbol is required, any space after the pipe "
23395 "symbol is optional.  Everything after the pipe symbol is just passed "
23396 "straight to the host shell, so it can contain redirections, globs and "
23397 "anything else that makes sense on the host side."
23398 msgstr ""
23399
23400 # type: textblock
23401 #. type: textblock
23402 #: ../fish/guestfish.pod:746
23403 msgid ""
23404 "To use a literal argument which begins with a pipe symbol, you have to quote "
23405 "it, eg:"
23406 msgstr ""
23407
23408 # type: verbatim
23409 #. type: verbatim
23410 #: ../fish/guestfish.pod:749
23411 #, no-wrap
23412 msgid ""
23413 " echo \"|\"\n"
23414 "\n"
23415 msgstr ""
23416
23417 # type: =head1
23418 #. type: =head1
23419 #: ../fish/guestfish.pod:751
23420 msgid "HOME DIRECTORIES"
23421 msgstr ""
23422
23423 # type: textblock
23424 #. type: textblock
23425 #: ../fish/guestfish.pod:753
23426 msgid ""
23427 "If a parameter starts with the character C<~> then the tilde may be expanded "
23428 "as a home directory path (either C<~> for the current user's home directory, "
23429 "or C<~user> for another user)."
23430 msgstr ""
23431
23432 # type: textblock
23433 #. type: textblock
23434 #: ../fish/guestfish.pod:757
23435 msgid ""
23436 "Note that home directory expansion happens for users known I<on the host>, "
23437 "not in the guest filesystem."
23438 msgstr ""
23439
23440 # type: textblock
23441 #. type: textblock
23442 #: ../fish/guestfish.pod:760
23443 msgid ""
23444 "To use a literal argument which begins with a tilde, you have to quote it, "
23445 "eg:"
23446 msgstr ""
23447
23448 # type: verbatim
23449 #. type: verbatim
23450 #: ../fish/guestfish.pod:763
23451 #, no-wrap
23452 msgid ""
23453 " echo \"~\"\n"
23454 "\n"
23455 msgstr ""
23456
23457 # type: textblock
23458 #. type: textblock
23459 #: ../fish/guestfish.pod:767
23460 msgid ""
23461 "Libguestfs has some support for Linux guests encrypted according to the "
23462 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
23463 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
23464 "LUKS is supported."
23465 msgstr ""
23466
23467 # type: textblock
23468 #. type: textblock
23469 #: ../fish/guestfish.pod:772
23470 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
23471 msgstr ""
23472
23473 # type: verbatim
23474 #. type: verbatim
23475 #: ../fish/guestfish.pod:774
23476 #, no-wrap
23477 msgid ""
23478 " ><fs> vfs-type /dev/sda2\n"
23479 " crypto_LUKS\n"
23480 "\n"
23481 msgstr ""
23482
23483 # type: textblock
23484 #. type: textblock
23485 #: ../fish/guestfish.pod:777
23486 msgid ""
23487 "Then open those devices using L</luks-open>.  This creates a device-mapper "
23488 "device called C</dev/mapper/luksdev>."
23489 msgstr ""
23490
23491 # type: verbatim
23492 #. type: verbatim
23493 #: ../fish/guestfish.pod:780
23494 #, no-wrap
23495 msgid ""
23496 " ><fs> luks-open /dev/sda2 luksdev\n"
23497 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
23498 "\n"
23499 msgstr ""
23500
23501 # type: textblock
23502 #. type: textblock
23503 #: ../fish/guestfish.pod:783
23504 msgid ""
23505 "Finally you have to tell LVM to scan for volume groups on the newly created "
23506 "mapper device:"
23507 msgstr ""
23508
23509 # type: verbatim
23510 #. type: verbatim
23511 #: ../fish/guestfish.pod:786
23512 #, no-wrap
23513 msgid ""
23514 " vgscan\n"
23515 " vg-activate-all true\n"
23516 "\n"
23517 msgstr ""
23518
23519 # type: textblock
23520 #. type: textblock
23521 #: ../fish/guestfish.pod:789
23522 msgid "The logical volume(s) can now be mounted in the usual way."
23523 msgstr ""
23524
23525 # type: textblock
23526 #. type: textblock
23527 #: ../fish/guestfish.pod:791
23528 msgid ""
23529 "Before closing a LUKS device you must unmount any logical volumes on it and "
23530 "deactivate the volume groups by calling C<vg-activate false VG> on each "
23531 "one.  Then you can close the mapper device:"
23532 msgstr ""
23533
23534 # type: verbatim
23535 #. type: verbatim
23536 #: ../fish/guestfish.pod:795
23537 #, no-wrap
23538 msgid ""
23539 " vg-activate false /dev/VG\n"
23540 " luks-close /dev/mapper/luksdev\n"
23541 "\n"
23542 msgstr ""
23543
23544 # type: =head1
23545 #. type: =head1
23546 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
23547 msgid "WINDOWS PATHS"
23548 msgstr ""
23549
23550 #. type: textblock
23551 #: ../fish/guestfish.pod:800
23552 msgid ""
23553 "If a path is prefixed with C<win:> then you can use Windows-style drive "
23554 "letters and paths (with some limitations).  The following commands are "
23555 "equivalent:"
23556 msgstr ""
23557
23558 # type: verbatim
23559 #. type: verbatim
23560 #: ../fish/guestfish.pod:804
23561 #, no-wrap
23562 msgid ""
23563 " file /WINDOWS/system32/config/system.LOG\n"
23564 "\n"
23565 msgstr ""
23566
23567 # type: verbatim
23568 #. type: verbatim
23569 #: ../fish/guestfish.pod:806
23570 #, no-wrap
23571 msgid ""
23572 " file win:\\windows\\system32\\config\\system.log\n"
23573 "\n"
23574 msgstr ""
23575
23576 #. type: verbatim
23577 #: ../fish/guestfish.pod:808
23578 #, no-wrap
23579 msgid ""
23580 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
23581 "\n"
23582 msgstr ""
23583
23584 #. type: textblock
23585 #: ../fish/guestfish.pod:810
23586 msgid ""
23587 "The parameter is rewritten \"behind the scenes\" by looking up the position "
23588 "where the drive is mounted, prepending that to the path, changing all "
23589 "backslash characters to forward slash, then resolving the result using L</"
23590 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
23591 "the parameter might be rewritten like this:"
23592 msgstr ""
23593
23594 #. type: verbatim
23595 #: ../fish/guestfish.pod:816
23596 #, no-wrap
23597 msgid ""
23598 " win:e:\\foo\\bar => /e/FOO/bar\n"
23599 "\n"
23600 msgstr ""
23601
23602 #. type: textblock
23603 #: ../fish/guestfish.pod:818
23604 msgid "This only works in argument positions that expect a path."
23605 msgstr ""
23606
23607 # type: =head1
23608 #. type: =head1
23609 #: ../fish/guestfish.pod:820
23610 msgid "UPLOADING AND DOWNLOADING FILES"
23611 msgstr ""
23612
23613 # type: textblock
23614 #. type: textblock
23615 #: ../fish/guestfish.pod:822
23616 msgid ""
23617 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
23618 "others which upload from or download to a local file, you can use the "
23619 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
23620 msgstr ""
23621
23622 # type: verbatim
23623 #. type: verbatim
23624 #: ../fish/guestfish.pod:826
23625 #, no-wrap
23626 msgid ""
23627 " upload - /foo\n"
23628 "\n"
23629 msgstr ""
23630
23631 # type: textblock
23632 #. type: textblock
23633 #: ../fish/guestfish.pod:828
23634 msgid ""
23635 "reads stdin and creates from that a file C</foo> in the disk image, and:"
23636 msgstr ""
23637
23638 # type: verbatim
23639 #. type: verbatim
23640 #: ../fish/guestfish.pod:831
23641 #, no-wrap
23642 msgid ""
23643 " tar-out /etc - | tar tf -\n"
23644 "\n"
23645 msgstr ""
23646
23647 # type: textblock
23648 #. type: textblock
23649 #: ../fish/guestfish.pod:833
23650 msgid ""
23651 "writes the tarball to stdout and then pipes that into the external \"tar\" "
23652 "command (see L</PIPES>)."
23653 msgstr ""
23654
23655 # type: textblock
23656 #. type: textblock
23657 #: ../fish/guestfish.pod:836
23658 msgid ""
23659 "When using C<-> to read from stdin, the input is read up to the end of "
23660 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
23661 "some arbitrary end marker:"
23662 msgstr ""
23663
23664 # type: verbatim
23665 #. type: verbatim
23666 #: ../fish/guestfish.pod:840
23667 #, no-wrap
23668 msgid ""
23669 " upload -<<END /foo\n"
23670 " input line 1\n"
23671 " input line 2\n"
23672 " input line 3\n"
23673 " END\n"
23674 "\n"
23675 msgstr ""
23676
23677 # type: textblock
23678 #. type: textblock
23679 #: ../fish/guestfish.pod:846
23680 msgid ""
23681 "Any string of characters can be used instead of C<END>.  The end marker must "
23682 "appear on a line of its own, without any preceeding or following characters "
23683 "(not even spaces)."
23684 msgstr ""
23685
23686 # type: textblock
23687 #. type: textblock
23688 #: ../fish/guestfish.pod:850
23689 msgid ""
23690 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
23691 "upload local files (so-called \"FileIn\" parameters in the generator)."
23692 msgstr ""
23693
23694 # type: =head1
23695 #. type: =head1
23696 #: ../fish/guestfish.pod:853
23697 msgid "EXIT ON ERROR BEHAVIOUR"
23698 msgstr ""
23699
23700 # type: textblock
23701 #. type: textblock
23702 #: ../fish/guestfish.pod:855
23703 msgid ""
23704 "By default, guestfish will ignore any errors when in interactive mode (ie. "
23705 "taking commands from a human over a tty), and will exit on the first error "
23706 "in non-interactive mode (scripts, commands given on the command line)."
23707 msgstr ""
23708
23709 # type: textblock
23710 #. type: textblock
23711 #: ../fish/guestfish.pod:860
23712 msgid ""
23713 "If you prefix a command with a I<-> character, then that command will not "
23714 "cause guestfish to exit, even if that (one) command returns an error."
23715 msgstr ""
23716
23717 # type: =head1
23718 #. type: =head1
23719 #: ../fish/guestfish.pod:864
23720 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
23721 msgstr ""
23722
23723 # type: textblock
23724 #. type: textblock
23725 #: ../fish/guestfish.pod:866
23726 msgid ""
23727 "Guestfish can be remote-controlled over a socket.  This is useful "
23728 "particularly in shell scripts where you want to make several different "
23729 "changes to a filesystem, but you don't want the overhead of starting up a "
23730 "guestfish process each time."
23731 msgstr ""
23732
23733 # type: textblock
23734 #. type: textblock
23735 #: ../fish/guestfish.pod:871
23736 msgid "Start a guestfish server process using:"
23737 msgstr ""
23738
23739 # type: verbatim
23740 #. type: verbatim
23741 #: ../fish/guestfish.pod:873
23742 #, no-wrap
23743 msgid ""
23744 " eval \"`guestfish --listen`\"\n"
23745 "\n"
23746 msgstr ""
23747
23748 # type: textblock
23749 #. type: textblock
23750 #: ../fish/guestfish.pod:875
23751 msgid "and then send it commands by doing:"
23752 msgstr ""
23753
23754 # type: verbatim
23755 #. type: verbatim
23756 #: ../fish/guestfish.pod:877
23757 #, no-wrap
23758 msgid ""
23759 " guestfish --remote cmd [...]\n"
23760 "\n"
23761 msgstr ""
23762
23763 # type: textblock
23764 #. type: textblock
23765 #: ../fish/guestfish.pod:879
23766 msgid "To cause the server to exit, send it the exit command:"
23767 msgstr ""
23768
23769 # type: verbatim
23770 #. type: verbatim
23771 #: ../fish/guestfish.pod:881
23772 #, no-wrap
23773 msgid ""
23774 " guestfish --remote exit\n"
23775 "\n"
23776 msgstr ""
23777
23778 # type: textblock
23779 #. type: textblock
23780 #: ../fish/guestfish.pod:883
23781 msgid ""
23782 "Note that the server will normally exit if there is an error in a command.  "
23783 "You can change this in the usual way.  See section L</EXIT ON ERROR "
23784 "BEHAVIOUR>."
23785 msgstr ""
23786
23787 # type: =head2
23788 #. type: =head2
23789 #: ../fish/guestfish.pod:887
23790 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
23791 msgstr ""
23792
23793 # type: textblock
23794 #. type: textblock
23795 #: ../fish/guestfish.pod:889
23796 msgid ""
23797 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
23798 "is how the I<--remote> option knows where to send the commands.  You can "
23799 "have several guestfish listener processes running using:"
23800 msgstr ""
23801
23802 # type: verbatim
23803 #. type: verbatim
23804 #: ../fish/guestfish.pod:893
23805 #, no-wrap
23806 msgid ""
23807 " eval \"`guestfish --listen`\"\n"
23808 " pid1=$GUESTFISH_PID\n"
23809 " eval \"`guestfish --listen`\"\n"
23810 " pid2=$GUESTFISH_PID\n"
23811 " ...\n"
23812 " guestfish --remote=$pid1 cmd\n"
23813 " guestfish --remote=$pid2 cmd\n"
23814 "\n"
23815 msgstr ""
23816
23817 # type: =head2
23818 #. type: =head2
23819 #: ../fish/guestfish.pod:901
23820 msgid "REMOTE CONTROL AND CSH"
23821 msgstr ""
23822
23823 # type: textblock
23824 #. type: textblock
23825 #: ../fish/guestfish.pod:903
23826 msgid ""
23827 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
23828 "option:"
23829 msgstr ""
23830
23831 # type: verbatim
23832 #. type: verbatim
23833 #: ../fish/guestfish.pod:906
23834 #, no-wrap
23835 msgid ""
23836 " eval \"`guestfish --listen --csh`\"\n"
23837 "\n"
23838 msgstr ""
23839
23840 # type: =head2
23841 #. type: =head2
23842 #: ../fish/guestfish.pod:908
23843 msgid "REMOTE CONTROL DETAILS"
23844 msgstr ""
23845
23846 # type: textblock
23847 #. type: textblock
23848 #: ../fish/guestfish.pod:910
23849 msgid ""
23850 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
23851 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
23852 "and C<$PID> is the process ID of the server."
23853 msgstr ""
23854
23855 # type: textblock
23856 #. type: textblock
23857 #: ../fish/guestfish.pod:914
23858 msgid "Guestfish client and server versions must match exactly."
23859 msgstr ""
23860
23861 # type: =head1
23862 #. type: =head1
23863 #: ../fish/guestfish.pod:916
23864 msgid "PREPARED DISK IMAGES"
23865 msgstr ""
23866
23867 # type: textblock
23868 #. type: textblock
23869 #: ../fish/guestfish.pod:918
23870 msgid ""
23871 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
23872 "preformatted disk images that guestfish can make for you to save typing.  "
23873 "This is particularly useful for testing purposes.  This option is used "
23874 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
23875 "can be mixed with I<-a>)."
23876 msgstr ""
23877
23878 # type: textblock
23879 #. type: textblock
23880 #: ../fish/guestfish.pod:924
23881 msgid ""
23882 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
23883 "the second and so on.  Existing files in the current directory are "
23884 "I<overwritten>."
23885 msgstr ""
23886
23887 # type: textblock
23888 #. type: textblock
23889 #: ../fish/guestfish.pod:928
23890 msgid ""
23891 "The type briefly describes how the disk should be sized, partitioned, how "
23892 "filesystem(s) should be created, and how content should be added.  "
23893 "Optionally the type can be followed by extra parameters, separated by C<:> "
23894 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
23895 "allocated disk, containing a single partition, with the partition formatted "
23896 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
23897 "disk instead."
23898 msgstr ""
23899
23900 # type: textblock
23901 #. type: textblock
23902 #: ../fish/guestfish.pod:936
23903 msgid "To list the available types and any extra parameters they take, run:"
23904 msgstr ""
23905
23906 # type: textblock
23907 #. type: textblock
23908 #: ../fish/guestfish.pod:940
23909 msgid ""
23910 "Note that the prepared filesystem is not mounted.  You would usually have to "
23911 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
23912 msgstr ""
23913
23914 # type: textblock
23915 #. type: textblock
23916 #: ../fish/guestfish.pod:944
23917 msgid ""
23918 "If any I<-N> or I<--new> options are given, the guest is automatically "
23919 "launched."
23920 msgstr ""
23921
23922 # type: textblock
23923 #. type: textblock
23924 #: ../fish/guestfish.pod:949
23925 msgid "Create a 100MB disk with an ext4-formatted partition:"
23926 msgstr ""
23927
23928 # type: verbatim
23929 #. type: verbatim
23930 #: ../fish/guestfish.pod:951
23931 #, no-wrap
23932 msgid ""
23933 " guestfish -N fs:ext4\n"
23934 "\n"
23935 msgstr ""
23936
23937 # type: textblock
23938 #. type: textblock
23939 #: ../fish/guestfish.pod:953
23940 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
23941 msgstr ""
23942
23943 # type: verbatim
23944 #. type: verbatim
23945 #: ../fish/guestfish.pod:955
23946 #, no-wrap
23947 msgid ""
23948 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
23949 "\n"
23950 msgstr ""
23951
23952 # type: textblock
23953 #. type: textblock
23954 #: ../fish/guestfish.pod:957
23955 msgid "Create a blank 200MB disk:"
23956 msgstr ""
23957
23958 # type: verbatim
23959 #. type: verbatim
23960 #: ../fish/guestfish.pod:959
23961 #, no-wrap
23962 msgid ""
23963 " guestfish -N disk:200M\n"
23964 "\n"
23965 msgstr ""
23966
23967 # type: =head1
23968 #. type: =head1
23969 #: ../fish/guestfish.pod:961
23970 msgid "PROGRESS BARS"
23971 msgstr ""
23972
23973 # type: textblock
23974 #. type: textblock
23975 #: ../fish/guestfish.pod:963
23976 msgid ""
23977 "Some (not all) long-running commands send progress notification messages as "
23978 "they are running.  Guestfish turns these messages into progress bars."
23979 msgstr ""
23980
23981 # type: textblock
23982 #. type: textblock
23983 #: ../fish/guestfish.pod:967
23984 msgid ""
23985 "When a command that supports progress bars takes longer than two seconds to "
23986 "run, and if progress bars are enabled, then you will see one appearing below "
23987 "the command:"
23988 msgstr ""
23989
23990 # type: verbatim
23991 #. type: verbatim
23992 #: ../fish/guestfish.pod:971
23993 #, no-wrap
23994 msgid ""
23995 " ><fs> copy-size /large-file /another-file 2048M\n"
23996 " / 10% [#####-----------------------------------------] 00:30\n"
23997 "\n"
23998 msgstr ""
23999
24000 # type: textblock
24001 #. type: textblock
24002 #: ../fish/guestfish.pod:974
24003 msgid ""
24004 "The spinner on the left hand side moves round once for every progress "
24005 "notification received from the backend.  This is a (reasonably) golden "
24006 "assurance that the command is \"doing something\" even if the progress bar "
24007 "is not moving, because the command is able to send the progress "
24008 "notifications.  When the bar reaches 100% and the command finishes, the "
24009 "spinner disappears."
24010 msgstr ""
24011
24012 # type: textblock
24013 #. type: textblock
24014 #: ../fish/guestfish.pod:981
24015 msgid ""
24016 "Progress bars are enabled by default when guestfish is used interactively.  "
24017 "You can enable them even for non-interactive modes using I<--progress-bars>, "
24018 "and you can disable them completely using I<--no-progress-bars>."
24019 msgstr ""
24020
24021 # type: =head1
24022 #. type: =head1
24023 #: ../fish/guestfish.pod:986
24024 msgid "GUESTFISH COMMANDS"
24025 msgstr ""
24026
24027 # type: textblock
24028 #. type: textblock
24029 #: ../fish/guestfish.pod:988
24030 msgid ""
24031 "The commands in this section are guestfish convenience commands, in other "
24032 "words, they are not part of the L<guestfs(3)> API."
24033 msgstr ""
24034
24035 # type: =head2
24036 #. type: =head2
24037 #: ../fish/guestfish.pod:991
24038 msgid "help"
24039 msgstr ""
24040
24041 # type: verbatim
24042 #. type: verbatim
24043 #: ../fish/guestfish.pod:993
24044 #, no-wrap
24045 msgid ""
24046 " help\n"
24047 " help cmd\n"
24048 "\n"
24049 msgstr ""
24050
24051 # type: textblock
24052 #. type: textblock
24053 #: ../fish/guestfish.pod:996
24054 msgid "Without any parameter, this provides general help."
24055 msgstr ""
24056
24057 # type: textblock
24058 #. type: textblock
24059 #: ../fish/guestfish.pod:998
24060 msgid "With a C<cmd> parameter, this displays detailed help for that command."
24061 msgstr ""
24062
24063 # type: =head2
24064 #. type: =head2
24065 #: ../fish/guestfish.pod:1000
24066 msgid "quit | exit"
24067 msgstr ""
24068
24069 # type: textblock
24070 #. type: textblock
24071 #: ../fish/guestfish.pod:1002
24072 msgid "This exits guestfish.  You can also use C<^D> key."
24073 msgstr ""
24074
24075 # type: textblock
24076 #. type: textblock
24077 #: ../fish/guestfish.pod:1004
24078 msgid "@FISH_COMMANDS@"
24079 msgstr ""
24080
24081 # type: =head1
24082 #. type: =head1
24083 #: ../fish/guestfish.pod:1006
24084 msgid "COMMANDS"
24085 msgstr ""
24086
24087 # type: =head1
24088 #. type: =head1
24089 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
24090 msgid "EXIT CODE"
24091 msgstr ""
24092
24093 # type: textblock
24094 #. type: textblock
24095 #: ../fish/guestfish.pod:1012
24096 msgid ""
24097 "guestfish returns 0 if the commands completed without error, or 1 if there "
24098 "was an error."
24099 msgstr ""
24100
24101 # type: =item
24102 #. type: =item
24103 #: ../fish/guestfish.pod:1019
24104 msgid "EDITOR"
24105 msgstr ""
24106
24107 # type: textblock
24108 #. type: textblock
24109 #: ../fish/guestfish.pod:1021
24110 msgid ""
24111 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
24112 "C<vi>."
24113 msgstr ""
24114
24115 # type: =item
24116 #. type: =item
24117 #: ../fish/guestfish.pod:1024
24118 msgid "GUESTFISH_PID"
24119 msgstr ""
24120
24121 # type: textblock
24122 #. type: textblock
24123 #: ../fish/guestfish.pod:1026
24124 msgid ""
24125 "Used with the I<--remote> option to specify the remote guestfish process to "
24126 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
24127 msgstr ""
24128
24129 # type: =item
24130 #. type: =item
24131 #: ../fish/guestfish.pod:1030
24132 msgid "HEXEDITOR"
24133 msgstr ""
24134
24135 # type: textblock
24136 #. type: textblock
24137 #: ../fish/guestfish.pod:1032
24138 msgid ""
24139 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
24140 "not specified, the external L<hexedit(1)> program is used."
24141 msgstr ""
24142
24143 # type: =item
24144 #. type: =item
24145 #: ../fish/guestfish.pod:1036
24146 msgid "HOME"
24147 msgstr ""
24148
24149 # type: textblock
24150 #. type: textblock
24151 #: ../fish/guestfish.pod:1038
24152 msgid ""
24153 "If compiled with GNU readline support, various files in the home directory "
24154 "can be used.  See L</FILES>."
24155 msgstr ""
24156
24157 # type: textblock
24158 #. type: textblock
24159 #: ../fish/guestfish.pod:1047
24160 msgid ""
24161 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
24162 "effect as using the B<-v> option."
24163 msgstr ""
24164
24165 # type: textblock
24166 #. type: textblock
24167 #: ../fish/guestfish.pod:1059
24168 msgid ""
24169 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
24170 "the discussion of paths in L<guestfs(3)>."
24171 msgstr ""
24172
24173 # type: textblock
24174 #. type: textblock
24175 #: ../fish/guestfish.pod:1070
24176 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
24177 msgstr ""
24178
24179 # type: =item
24180 #. type: =item
24181 #: ../fish/guestfish.pod:1072
24182 msgid "PAGER"
24183 msgstr ""
24184
24185 # type: textblock
24186 #. type: textblock
24187 #: ../fish/guestfish.pod:1074
24188 msgid ""
24189 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
24190 "C<more>."
24191 msgstr ""
24192
24193 # type: =head1
24194 #. type: =head1
24195 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:252
24196 msgid "FILES"
24197 msgstr ""
24198
24199 #. type: =item
24200 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:256
24201 msgid "$HOME/.libguestfs-tools.rc"
24202 msgstr ""
24203
24204 #. type: =item
24205 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:258
24206 msgid "/etc/libguestfs-tools.conf"
24207 msgstr ""
24208
24209 #. type: textblock
24210 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:260
24211 msgid ""
24212 "This configuration file controls the default read-only or read-write mode "
24213 "(I<--ro> or I<--rw>)."
24214 msgstr ""
24215
24216 #. type: textblock
24217 #: ../fish/guestfish.pod:1101
24218 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
24219 msgstr ""
24220
24221 # type: =item
24222 #. type: =item
24223 #: ../fish/guestfish.pod:1103
24224 msgid "$HOME/.guestfish"
24225 msgstr ""
24226
24227 # type: textblock
24228 #. type: textblock
24229 #: ../fish/guestfish.pod:1105
24230 msgid ""
24231 "If compiled with GNU readline support, then the command history is saved in "
24232 "this file."
24233 msgstr ""
24234
24235 # type: =item
24236 #. type: =item
24237 #: ../fish/guestfish.pod:1108
24238 msgid "$HOME/.inputrc"
24239 msgstr ""
24240
24241 # type: =item
24242 #. type: =item
24243 #: ../fish/guestfish.pod:1110
24244 msgid "/etc/inputrc"
24245 msgstr ""
24246
24247 # type: textblock
24248 #. type: textblock
24249 #: ../fish/guestfish.pod:1112
24250 msgid ""
24251 "If compiled with GNU readline support, then these files can be used to "
24252 "configure readline.  For further information, please see L<readline(3)/"
24253 "INITIALIZATION FILE>."
24254 msgstr ""
24255
24256 # type: textblock
24257 #. type: textblock
24258 #: ../fish/guestfish.pod:1116
24259 msgid "To write rules which only apply to guestfish, use:"
24260 msgstr ""
24261
24262 # type: verbatim
24263 #. type: verbatim
24264 #: ../fish/guestfish.pod:1118
24265 #, no-wrap
24266 msgid ""
24267 " $if guestfish\n"
24268 " ...\n"
24269 " $endif\n"
24270 "\n"
24271 msgstr ""
24272
24273 # type: textblock
24274 #. type: textblock
24275 #: ../fish/guestfish.pod:1122
24276 msgid ""
24277 "Variables that you can set in inputrc that change the behaviour of guestfish "
24278 "in useful ways include:"
24279 msgstr ""
24280
24281 # type: =item
24282 #. type: =item
24283 #: ../fish/guestfish.pod:1127
24284 msgid "completion-ignore-case (default: on)"
24285 msgstr ""
24286
24287 # type: textblock
24288 #. type: textblock
24289 #: ../fish/guestfish.pod:1129
24290 msgid ""
24291 "By default, guestfish will ignore case when tab-completing paths on the "
24292 "disk.  Use:"
24293 msgstr ""
24294
24295 # type: verbatim
24296 #. type: verbatim
24297 #: ../fish/guestfish.pod:1132
24298 #, no-wrap
24299 msgid ""
24300 " set completion-ignore-case off\n"
24301 "\n"
24302 msgstr ""
24303
24304 # type: textblock
24305 #. type: textblock
24306 #: ../fish/guestfish.pod:1134
24307 msgid "to make guestfish case sensitive."
24308 msgstr ""
24309
24310 # type: =item
24311 #. type: =item
24312 #: ../fish/guestfish.pod:1138
24313 msgid "test1.img"
24314 msgstr ""
24315
24316 # type: =item
24317 #. type: =item
24318 #: ../fish/guestfish.pod:1140
24319 msgid "test2.img (etc)"
24320 msgstr ""
24321
24322 #. type: textblock
24323 #: ../fish/guestfish.pod:1142
24324 msgid ""
24325 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
24326 "will be created in the file C<test1.img> in the current directory.  The "
24327 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
24328 "the same name will be overwritten."
24329 msgstr ""
24330
24331 #. type: textblock
24332 #: ../fish/guestfish.pod:1151
24333 msgid ""
24334 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
24335 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
24336 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
24337 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
24338 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
24339 ">, L<hexedit(1)>."
24340 msgstr ""
24341
24342 # type: textblock
24343 #. type: textblock
24344 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102
24345 #: ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:518
24346 #: ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210
24347 #: ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572
24348 #: ../tools/virt-list-partitions.pl:277
24349 msgid ""
24350 "This program is free software; you can redistribute it and/or modify it "
24351 "under the terms of the GNU General Public License as published by the Free "
24352 "Software Foundation; either version 2 of the License, or (at your option) "
24353 "any later version."
24354 msgstr ""
24355
24356 # type: textblock
24357 #. type: textblock
24358 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107
24359 #: ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:523
24360 #: ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215
24361 #: ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577
24362 #: ../tools/virt-list-partitions.pl:282
24363 msgid ""
24364 "This program is distributed in the hope that it will be useful, but WITHOUT "
24365 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
24366 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
24367 "more details."
24368 msgstr ""
24369
24370 # type: textblock
24371 #. type: textblock
24372 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112
24373 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:528
24374 #: ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220
24375 #: ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582
24376 #: ../tools/virt-list-partitions.pl:287
24377 msgid ""
24378 "You should have received a copy of the GNU General Public License along with "
24379 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
24380 "Ave, Cambridge, MA 02139, USA."
24381 msgstr ""
24382
24383 # type: =head2
24384 #. type: =head2
24385 #: ../fish/guestfish-actions.pod:1
24386 msgid "add-cdrom"
24387 msgstr ""
24388
24389 # type: verbatim
24390 #. type: verbatim
24391 #: ../fish/guestfish-actions.pod:3
24392 #, no-wrap
24393 msgid ""
24394 " add-cdrom filename\n"
24395 "\n"
24396 msgstr ""
24397
24398 # type: textblock
24399 #. type: textblock
24400 #: ../fish/guestfish-actions.pod:15
24401 msgid ""
24402 "This call checks for the existence of C<filename>.  This stops you from "
24403 "specifying other types of drive which are supported by qemu such as C<nbd:> "
24404 "and C<http:> URLs.  To specify those, use the general L</config> call "
24405 "instead."
24406 msgstr ""
24407
24408 # type: textblock
24409 #. type: textblock
24410 #: ../fish/guestfish-actions.pod:22
24411 msgid ""
24412 "If you just want to add an ISO file (often you use this as an efficient way "
24413 "to transfer large files into the guest), then you should probably use L</add-"
24414 "drive-ro> instead."
24415 msgstr ""
24416
24417 # type: =head2
24418 #. type: =head2
24419 #: ../fish/guestfish-actions.pod:35
24420 msgid "add-domain"
24421 msgstr ""
24422
24423 # type: =head2
24424 #. type: =head2
24425 #: ../fish/guestfish-actions.pod:37
24426 msgid "domain"
24427 msgstr ""
24428
24429 #. type: verbatim
24430 #: ../fish/guestfish-actions.pod:39
24431 #, no-wrap
24432 msgid ""
24433 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
24434 "\n"
24435 msgstr ""
24436
24437 # type: textblock
24438 #. type: textblock
24439 #: ../fish/guestfish-actions.pod:41
24440 msgid ""
24441 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
24442 "It works by connecting to libvirt, requesting the domain and domain XML from "
24443 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
24444 msgstr ""
24445
24446 # type: textblock
24447 #. type: textblock
24448 #: ../fish/guestfish-actions.pod:71
24449 msgid ""
24450 "The other optional parameters are passed directly through to L</add-drive-"
24451 "opts>."
24452 msgstr ""
24453
24454 # type: textblock
24455 #. type: textblock
24456 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
24457 #: ../fish/guestfish-actions.pod:3047
24458 msgid ""
24459 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
24460 msgstr ""
24461
24462 # type: =head2
24463 #. type: =head2
24464 #: ../fish/guestfish-actions.pod:76
24465 msgid "add-drive"
24466 msgstr ""
24467
24468 # type: verbatim
24469 #. type: verbatim
24470 #: ../fish/guestfish-actions.pod:78
24471 #, no-wrap
24472 msgid ""
24473 " add-drive filename\n"
24474 "\n"
24475 msgstr ""
24476
24477 # type: textblock
24478 #. type: textblock
24479 #: ../fish/guestfish-actions.pod:80
24480 msgid ""
24481 "This function is the equivalent of calling L</add-drive-opts> with no "
24482 "optional parameters, so the disk is added writable, with the format being "
24483 "detected automatically."
24484 msgstr ""
24485
24486 # type: textblock
24487 #. type: textblock
24488 #: ../fish/guestfish-actions.pod:84
24489 msgid ""
24490 "Automatic detection of the format opens you up to a potential security hole "
24491 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
24492 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
24493 "you should think about replacing calls to this function with calls to L</add-"
24494 "drive-opts>, and specifying the format."
24495 msgstr ""
24496
24497 # type: =head2
24498 #. type: =head2
24499 #: ../fish/guestfish-actions.pod:91
24500 msgid "add-drive-opts"
24501 msgstr ""
24502
24503 # type: =head2
24504 #. type: =head2
24505 #: ../fish/guestfish-actions.pod:93
24506 msgid "add"
24507 msgstr ""
24508
24509 # type: verbatim
24510 #. type: verbatim
24511 #: ../fish/guestfish-actions.pod:95
24512 #, no-wrap
24513 msgid ""
24514 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
24515 "\n"
24516 msgstr ""
24517
24518 # type: textblock
24519 #. type: textblock
24520 #: ../fish/guestfish-actions.pod:122
24521 msgid ""
24522 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
24523 "add-drive-ro>) then the format is automatically detected.  Possible formats "
24524 "include C<raw> and C<qcow2>."
24525 msgstr ""
24526
24527 # type: textblock
24528 #. type: textblock
24529 #: ../fish/guestfish-actions.pod:133
24530 msgid ""
24531 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
24532 "add-drive-with-if> call (q.v.)"
24533 msgstr ""
24534
24535 # type: =head2
24536 #. type: =head2
24537 #: ../fish/guestfish-actions.pod:140
24538 msgid "add-drive-ro"
24539 msgstr ""
24540
24541 # type: =head2
24542 #. type: =head2
24543 #: ../fish/guestfish-actions.pod:142
24544 msgid "add-ro"
24545 msgstr ""
24546
24547 # type: verbatim
24548 #. type: verbatim
24549 #: ../fish/guestfish-actions.pod:144
24550 #, no-wrap
24551 msgid ""
24552 " add-drive-ro filename\n"
24553 "\n"
24554 msgstr ""
24555
24556 # type: textblock
24557 #. type: textblock
24558 #: ../fish/guestfish-actions.pod:146
24559 msgid ""
24560 "This function is the equivalent of calling L</add-drive-opts> with the "
24561 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
24562 "is added read-only, with the format being detected automatically."
24563 msgstr ""
24564
24565 # type: =head2
24566 #. type: =head2
24567 #: ../fish/guestfish-actions.pod:151
24568 msgid "add-drive-ro-with-if"
24569 msgstr ""
24570
24571 # type: verbatim
24572 #. type: verbatim
24573 #: ../fish/guestfish-actions.pod:153
24574 #, no-wrap
24575 msgid ""
24576 " add-drive-ro-with-if filename iface\n"
24577 "\n"
24578 msgstr ""
24579
24580 # type: textblock
24581 #. type: textblock
24582 #: ../fish/guestfish-actions.pod:155
24583 msgid ""
24584 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
24585 "interface emulation to use at run time."
24586 msgstr ""
24587
24588 # type: =head2
24589 #. type: =head2
24590 #: ../fish/guestfish-actions.pod:165
24591 msgid "add-drive-with-if"
24592 msgstr ""
24593
24594 # type: verbatim
24595 #. type: verbatim
24596 #: ../fish/guestfish-actions.pod:167
24597 #, no-wrap
24598 msgid ""
24599 " add-drive-with-if filename iface\n"
24600 "\n"
24601 msgstr ""
24602
24603 # type: textblock
24604 #. type: textblock
24605 #: ../fish/guestfish-actions.pod:169
24606 msgid ""
24607 "This is the same as L</add-drive> but it allows you to specify the QEMU "
24608 "interface emulation to use at run time."
24609 msgstr ""
24610
24611 # type: =head2
24612 #. type: =head2
24613 #: ../fish/guestfish-actions.pod:179
24614 msgid "aug-clear"
24615 msgstr ""
24616
24617 # type: verbatim
24618 #. type: verbatim
24619 #: ../fish/guestfish-actions.pod:181
24620 #, no-wrap
24621 msgid ""
24622 " aug-clear augpath\n"
24623 "\n"
24624 msgstr ""
24625
24626 # type: =head2
24627 #. type: =head2
24628 #: ../fish/guestfish-actions.pod:186
24629 msgid "aug-close"
24630 msgstr ""
24631
24632 # type: verbatim
24633 #. type: verbatim
24634 #: ../fish/guestfish-actions.pod:188
24635 #, no-wrap
24636 msgid ""
24637 " aug-close\n"
24638 "\n"
24639 msgstr ""
24640
24641 # type: textblock
24642 #. type: textblock
24643 #: ../fish/guestfish-actions.pod:190
24644 msgid ""
24645 "Close the current Augeas handle and free up any resources used by it.  After "
24646 "calling this, you have to call L</aug-init> again before you can use any "
24647 "other Augeas functions."
24648 msgstr ""
24649
24650 # type: =head2
24651 #. type: =head2
24652 #: ../fish/guestfish-actions.pod:195
24653 msgid "aug-defnode"
24654 msgstr ""
24655
24656 # type: verbatim
24657 #. type: verbatim
24658 #: ../fish/guestfish-actions.pod:197
24659 #, no-wrap
24660 msgid ""
24661 " aug-defnode name expr val\n"
24662 "\n"
24663 msgstr ""
24664
24665 # type: textblock
24666 #. type: textblock
24667 #: ../fish/guestfish-actions.pod:202
24668 msgid ""
24669 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
24670 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
24671 "containing that single node."
24672 msgstr ""
24673
24674 # type: =head2
24675 #. type: =head2
24676 #: ../fish/guestfish-actions.pod:210
24677 msgid "aug-defvar"
24678 msgstr ""
24679
24680 # type: verbatim
24681 #. type: verbatim
24682 #: ../fish/guestfish-actions.pod:212
24683 #, no-wrap
24684 msgid ""
24685 " aug-defvar name expr\n"
24686 "\n"
24687 msgstr ""
24688
24689 # type: =head2
24690 #. type: =head2
24691 #: ../fish/guestfish-actions.pod:221
24692 msgid "aug-get"
24693 msgstr ""
24694
24695 # type: verbatim
24696 #. type: verbatim
24697 #: ../fish/guestfish-actions.pod:223
24698 #, no-wrap
24699 msgid ""
24700 " aug-get augpath\n"
24701 "\n"
24702 msgstr ""
24703
24704 # type: =head2
24705 #. type: =head2
24706 #: ../fish/guestfish-actions.pod:228
24707 msgid "aug-init"
24708 msgstr ""
24709
24710 # type: verbatim
24711 #. type: verbatim
24712 #: ../fish/guestfish-actions.pod:230
24713 #, no-wrap
24714 msgid ""
24715 " aug-init root flags\n"
24716 "\n"
24717 msgstr ""
24718
24719 # type: textblock
24720 #. type: textblock
24721 #: ../fish/guestfish-actions.pod:236
24722 msgid "You must call this before using any other L</aug-*> commands."
24723 msgstr ""
24724
24725 # type: textblock
24726 #. type: textblock
24727 #: ../fish/guestfish-actions.pod:271
24728 msgid "Do not load the tree in L</aug-init>."
24729 msgstr ""
24730
24731 # type: textblock
24732 #. type: textblock
24733 #: ../fish/guestfish-actions.pod:275
24734 msgid "To close the handle, you can call L</aug-close>."
24735 msgstr ""
24736
24737 # type: =head2
24738 #. type: =head2
24739 #: ../fish/guestfish-actions.pod:279
24740 msgid "aug-insert"
24741 msgstr ""
24742
24743 # type: verbatim
24744 #. type: verbatim
24745 #: ../fish/guestfish-actions.pod:281
24746 #, no-wrap
24747 msgid ""
24748 " aug-insert augpath label true|false\n"
24749 "\n"
24750 msgstr ""
24751
24752 # type: =head2
24753 #. type: =head2
24754 #: ../fish/guestfish-actions.pod:291
24755 msgid "aug-load"
24756 msgstr ""
24757
24758 # type: verbatim
24759 #. type: verbatim
24760 #: ../fish/guestfish-actions.pod:293
24761 #, no-wrap
24762 msgid ""
24763 " aug-load\n"
24764 "\n"
24765 msgstr ""
24766
24767 # type: =head2
24768 #. type: =head2
24769 #: ../fish/guestfish-actions.pod:300
24770 msgid "aug-ls"
24771 msgstr ""
24772
24773 # type: verbatim
24774 #. type: verbatim
24775 #: ../fish/guestfish-actions.pod:302
24776 #, no-wrap
24777 msgid ""
24778 " aug-ls augpath\n"
24779 "\n"
24780 msgstr ""
24781
24782 # type: textblock
24783 #. type: textblock
24784 #: ../fish/guestfish-actions.pod:304
24785 msgid ""
24786 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
24787 "resulting nodes into alphabetical order."
24788 msgstr ""
24789
24790 # type: =head2
24791 #. type: =head2
24792 #: ../fish/guestfish-actions.pod:307
24793 msgid "aug-match"
24794 msgstr ""
24795
24796 # type: verbatim
24797 #. type: verbatim
24798 #: ../fish/guestfish-actions.pod:309
24799 #, no-wrap
24800 msgid ""
24801 " aug-match augpath\n"
24802 "\n"
24803 msgstr ""
24804
24805 # type: =head2
24806 #. type: =head2
24807 #: ../fish/guestfish-actions.pod:315
24808 msgid "aug-mv"
24809 msgstr ""
24810
24811 # type: verbatim
24812 #. type: verbatim
24813 #: ../fish/guestfish-actions.pod:317
24814 #, no-wrap
24815 msgid ""
24816 " aug-mv src dest\n"
24817 "\n"
24818 msgstr ""
24819
24820 # type: =head2
24821 #. type: =head2
24822 #: ../fish/guestfish-actions.pod:322
24823 msgid "aug-rm"
24824 msgstr ""
24825
24826 # type: verbatim
24827 #. type: verbatim
24828 #: ../fish/guestfish-actions.pod:324
24829 #, no-wrap
24830 msgid ""
24831 " aug-rm augpath\n"
24832 "\n"
24833 msgstr ""
24834
24835 # type: =head2
24836 #. type: =head2
24837 #: ../fish/guestfish-actions.pod:330
24838 msgid "aug-save"
24839 msgstr ""
24840
24841 # type: verbatim
24842 #. type: verbatim
24843 #: ../fish/guestfish-actions.pod:332
24844 #, no-wrap
24845 msgid ""
24846 " aug-save\n"
24847 "\n"
24848 msgstr ""
24849
24850 # type: textblock
24851 #. type: textblock
24852 #: ../fish/guestfish-actions.pod:336
24853 msgid ""
24854 "The flags which were passed to L</aug-init> affect exactly how files are "
24855 "saved."
24856 msgstr ""
24857
24858 # type: =head2
24859 #. type: =head2
24860 #: ../fish/guestfish-actions.pod:339
24861 msgid "aug-set"
24862 msgstr ""
24863
24864 # type: verbatim
24865 #. type: verbatim
24866 #: ../fish/guestfish-actions.pod:341
24867 #, no-wrap
24868 msgid ""
24869 " aug-set augpath val\n"
24870 "\n"
24871 msgstr ""
24872
24873 # type: textblock
24874 #. type: textblock
24875 #: ../fish/guestfish-actions.pod:345
24876 msgid ""
24877 "In the Augeas API, it is possible to clear a node by setting the value to "
24878 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
24879 "this call.  Instead you must use the L</aug-clear> call."
24880 msgstr ""
24881
24882 # type: =head2
24883 #. type: =head2
24884 #: ../fish/guestfish-actions.pod:350
24885 msgid "available"
24886 msgstr ""
24887
24888 # type: verbatim
24889 #. type: verbatim
24890 #: ../fish/guestfish-actions.pod:352
24891 #, no-wrap
24892 msgid ""
24893 " available 'groups ...'\n"
24894 "\n"
24895 msgstr ""
24896
24897 # type: textblock
24898 #. type: textblock
24899 #: ../fish/guestfish-actions.pod:358
24900 msgid ""
24901 "The libguestfs groups, and the functions that those groups correspond to, "
24902 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
24903 "runtime by calling L</available-all-groups>."
24904 msgstr ""
24905
24906 # type: textblock
24907 #. type: textblock
24908 #: ../fish/guestfish-actions.pod:382
24909 msgid "You must call L</launch> before calling this function."
24910 msgstr ""
24911
24912 # type: textblock
24913 #. type: textblock
24914 #: ../fish/guestfish-actions.pod:404
24915 msgid ""
24916 "This call was added in version C<1.0.80>.  In previous versions of "
24917 "libguestfs all you could do would be to speculatively execute a command to "
24918 "find out if the daemon implemented it.  See also L</version>."
24919 msgstr ""
24920
24921 # type: =head2
24922 #. type: =head2
24923 #: ../fish/guestfish-actions.pod:411
24924 msgid "available-all-groups"
24925 msgstr ""
24926
24927 # type: verbatim
24928 #. type: verbatim
24929 #: ../fish/guestfish-actions.pod:413
24930 #, no-wrap
24931 msgid ""
24932 " available-all-groups\n"
24933 "\n"
24934 msgstr ""
24935
24936 # type: textblock
24937 #. type: textblock
24938 #: ../fish/guestfish-actions.pod:415
24939 msgid ""
24940 "This command returns a list of all optional groups that this daemon knows "
24941 "about.  Note this returns both supported and unsupported groups.  To find "
24942 "out which ones the daemon can actually support you have to call L</"
24943 "available> on each member of the returned list."
24944 msgstr ""
24945
24946 # type: textblock
24947 #. type: textblock
24948 #: ../fish/guestfish-actions.pod:421
24949 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
24950 msgstr ""
24951
24952 # type: =head2
24953 #. type: =head2
24954 #: ../fish/guestfish-actions.pod:423
24955 msgid "base64-in"
24956 msgstr ""
24957
24958 # type: verbatim
24959 #. type: verbatim
24960 #: ../fish/guestfish-actions.pod:425
24961 #, no-wrap
24962 msgid ""
24963 " base64-in (base64file|-) filename\n"
24964 "\n"
24965 msgstr ""
24966
24967 # type: textblock
24968 #. type: textblock
24969 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
24970 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
24971 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228
24972 #: ../fish/guestfish-actions.pod:4445 ../fish/guestfish-actions.pod:4457
24973 #: ../fish/guestfish-actions.pod:4468 ../fish/guestfish-actions.pod:4479
24974 #: ../fish/guestfish-actions.pod:4531 ../fish/guestfish-actions.pod:4540
24975 #: ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4617
24976 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
24977 msgstr ""
24978
24979 # type: =head2
24980 #. type: =head2
24981 #: ../fish/guestfish-actions.pod:432
24982 msgid "base64-out"
24983 msgstr ""
24984
24985 # type: verbatim
24986 #. type: verbatim
24987 #: ../fish/guestfish-actions.pod:434
24988 #, no-wrap
24989 msgid ""
24990 " base64-out filename (base64file|-)\n"
24991 "\n"
24992 msgstr ""
24993
24994 # type: =head2
24995 #. type: =head2
24996 #: ../fish/guestfish-actions.pod:441
24997 msgid "blockdev-flushbufs"
24998 msgstr ""
24999
25000 # type: verbatim
25001 #. type: verbatim
25002 #: ../fish/guestfish-actions.pod:443
25003 #, no-wrap
25004 msgid ""
25005 " blockdev-flushbufs device\n"
25006 "\n"
25007 msgstr ""
25008
25009 # type: =head2
25010 #. type: =head2
25011 #: ../fish/guestfish-actions.pod:450
25012 msgid "blockdev-getbsz"
25013 msgstr ""
25014
25015 # type: verbatim
25016 #. type: verbatim
25017 #: ../fish/guestfish-actions.pod:452
25018 #, no-wrap
25019 msgid ""
25020 " blockdev-getbsz device\n"
25021 "\n"
25022 msgstr ""
25023
25024 # type: =head2
25025 #. type: =head2
25026 #: ../fish/guestfish-actions.pod:461
25027 msgid "blockdev-getro"
25028 msgstr ""
25029
25030 # type: verbatim
25031 #. type: verbatim
25032 #: ../fish/guestfish-actions.pod:463
25033 #, no-wrap
25034 msgid ""
25035 " blockdev-getro device\n"
25036 "\n"
25037 msgstr ""
25038
25039 # type: =head2
25040 #. type: =head2
25041 #: ../fish/guestfish-actions.pod:470
25042 msgid "blockdev-getsize64"
25043 msgstr ""
25044
25045 # type: verbatim
25046 #. type: verbatim
25047 #: ../fish/guestfish-actions.pod:472
25048 #, no-wrap
25049 msgid ""
25050 " blockdev-getsize64 device\n"
25051 "\n"
25052 msgstr ""
25053
25054 # type: textblock
25055 #. type: textblock
25056 #: ../fish/guestfish-actions.pod:476
25057 msgid "See also L</blockdev-getsz>."
25058 msgstr ""
25059
25060 # type: =head2
25061 #. type: =head2
25062 #: ../fish/guestfish-actions.pod:480
25063 msgid "blockdev-getss"
25064 msgstr ""
25065
25066 # type: verbatim
25067 #. type: verbatim
25068 #: ../fish/guestfish-actions.pod:482
25069 #, no-wrap
25070 msgid ""
25071 " blockdev-getss device\n"
25072 "\n"
25073 msgstr ""
25074
25075 # type: textblock
25076 #. type: textblock
25077 #: ../fish/guestfish-actions.pod:487
25078 msgid ""
25079 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
25080 msgstr ""
25081
25082 # type: =head2
25083 #. type: =head2
25084 #: ../fish/guestfish-actions.pod:492
25085 msgid "blockdev-getsz"
25086 msgstr ""
25087
25088 # type: verbatim
25089 #. type: verbatim
25090 #: ../fish/guestfish-actions.pod:494
25091 #, no-wrap
25092 msgid ""
25093 " blockdev-getsz device\n"
25094 "\n"
25095 msgstr ""
25096
25097 # type: textblock
25098 #. type: textblock
25099 #: ../fish/guestfish-actions.pod:499
25100 msgid ""
25101 "See also L</blockdev-getss> for the real sector size of the device, and L</"
25102 "blockdev-getsize64> for the more useful I<size in bytes>."
25103 msgstr ""
25104
25105 # type: =head2
25106 #. type: =head2
25107 #: ../fish/guestfish-actions.pod:505
25108 msgid "blockdev-rereadpt"
25109 msgstr ""
25110
25111 # type: verbatim
25112 #. type: verbatim
25113 #: ../fish/guestfish-actions.pod:507
25114 #, no-wrap
25115 msgid ""
25116 " blockdev-rereadpt device\n"
25117 "\n"
25118 msgstr ""
25119
25120 # type: =head2
25121 #. type: =head2
25122 #: ../fish/guestfish-actions.pod:513
25123 msgid "blockdev-setbsz"
25124 msgstr ""
25125
25126 # type: verbatim
25127 #. type: verbatim
25128 #: ../fish/guestfish-actions.pod:515
25129 #, no-wrap
25130 msgid ""
25131 " blockdev-setbsz device blocksize\n"
25132 "\n"
25133 msgstr ""
25134
25135 # type: =head2
25136 #. type: =head2
25137 #: ../fish/guestfish-actions.pod:524
25138 msgid "blockdev-setro"
25139 msgstr ""
25140
25141 # type: verbatim
25142 #. type: verbatim
25143 #: ../fish/guestfish-actions.pod:526
25144 #, no-wrap
25145 msgid ""
25146 " blockdev-setro device\n"
25147 "\n"
25148 msgstr ""
25149
25150 # type: =head2
25151 #. type: =head2
25152 #: ../fish/guestfish-actions.pod:532
25153 msgid "blockdev-setrw"
25154 msgstr ""
25155
25156 # type: verbatim
25157 #. type: verbatim
25158 #: ../fish/guestfish-actions.pod:534
25159 #, no-wrap
25160 msgid ""
25161 " blockdev-setrw device\n"
25162 "\n"
25163 msgstr ""
25164
25165 # type: =head2
25166 #. type: =head2
25167 #: ../fish/guestfish-actions.pod:540
25168 msgid "case-sensitive-path"
25169 msgstr ""
25170
25171 # type: verbatim
25172 #. type: verbatim
25173 #: ../fish/guestfish-actions.pod:542
25174 #, no-wrap
25175 msgid ""
25176 " case-sensitive-path path\n"
25177 "\n"
25178 msgstr ""
25179
25180 # type: textblock
25181 #. type: textblock
25182 #: ../fish/guestfish-actions.pod:566
25183 msgid ""
25184 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
25185 "WINDOWS/system32\"> (the exact return value would depend on details of how "
25186 "the directories were originally created under Windows)."
25187 msgstr ""
25188
25189 # type: textblock
25190 #. type: textblock
25191 #: ../fish/guestfish-actions.pod:574
25192 msgid "See also L</realpath>."
25193 msgstr ""
25194
25195 # type: =head2
25196 #. type: =head2
25197 #: ../fish/guestfish-actions.pod:576
25198 msgid "cat"
25199 msgstr ""
25200
25201 # type: verbatim
25202 #. type: verbatim
25203 #: ../fish/guestfish-actions.pod:578
25204 #, no-wrap
25205 msgid ""
25206 " cat path\n"
25207 "\n"
25208 msgstr ""
25209
25210 # type: textblock
25211 #. type: textblock
25212 #: ../fish/guestfish-actions.pod:582
25213 msgid ""
25214 "Note that this function cannot correctly handle binary files (specifically, "
25215 "files containing C<\\0> character which is treated as end of string).  For "
25216 "those you need to use the L</read-file> or L</download> functions which have "
25217 "a more complex interface."
25218 msgstr ""
25219
25220 # type: =head2
25221 #. type: =head2
25222 #: ../fish/guestfish-actions.pod:590
25223 msgid "checksum"
25224 msgstr ""
25225
25226 # type: verbatim
25227 #. type: verbatim
25228 #: ../fish/guestfish-actions.pod:592
25229 #, no-wrap
25230 msgid ""
25231 " checksum csumtype path\n"
25232 "\n"
25233 msgstr ""
25234
25235 # type: textblock
25236 #. type: textblock
25237 #: ../fish/guestfish-actions.pod:635
25238 msgid "To get the checksum for a device, use L</checksum-device>."
25239 msgstr ""
25240
25241 # type: textblock
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:637
25244 msgid "To get the checksums for many files, use L</checksums-out>."
25245 msgstr ""
25246
25247 # type: =head2
25248 #. type: =head2
25249 #: ../fish/guestfish-actions.pod:639
25250 msgid "checksum-device"
25251 msgstr ""
25252
25253 # type: verbatim
25254 #. type: verbatim
25255 #: ../fish/guestfish-actions.pod:641
25256 #, no-wrap
25257 msgid ""
25258 " checksum-device csumtype device\n"
25259 "\n"
25260 msgstr ""
25261
25262 # type: textblock
25263 #. type: textblock
25264 #: ../fish/guestfish-actions.pod:643
25265 msgid ""
25266 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
25267 "device named C<device>.  For the types of checksums supported see the L</"
25268 "checksum> command."
25269 msgstr ""
25270
25271 # type: =head2
25272 #. type: =head2
25273 #: ../fish/guestfish-actions.pod:647
25274 msgid "checksums-out"
25275 msgstr ""
25276
25277 # type: verbatim
25278 #. type: verbatim
25279 #: ../fish/guestfish-actions.pod:649
25280 #, no-wrap
25281 msgid ""
25282 " checksums-out csumtype directory (sumsfile|-)\n"
25283 "\n"
25284 msgstr ""
25285
25286 # type: =head2
25287 #. type: =head2
25288 #: ../fish/guestfish-actions.pod:665
25289 msgid "chmod"
25290 msgstr ""
25291
25292 # type: verbatim
25293 #. type: verbatim
25294 #: ../fish/guestfish-actions.pod:667
25295 #, no-wrap
25296 msgid ""
25297 " chmod mode path\n"
25298 "\n"
25299 msgstr ""
25300
25301 # type: =head2
25302 #. type: =head2
25303 #: ../fish/guestfish-actions.pod:678
25304 msgid "chown"
25305 msgstr ""
25306
25307 # type: verbatim
25308 #. type: verbatim
25309 #: ../fish/guestfish-actions.pod:680
25310 #, no-wrap
25311 msgid ""
25312 " chown owner group path\n"
25313 "\n"
25314 msgstr ""
25315
25316 # type: =head2
25317 #. type: =head2
25318 #: ../fish/guestfish-actions.pod:688
25319 msgid "command"
25320 msgstr ""
25321
25322 # type: verbatim
25323 #. type: verbatim
25324 #: ../fish/guestfish-actions.pod:690
25325 #, no-wrap
25326 msgid ""
25327 " command 'arguments ...'\n"
25328 "\n"
25329 msgstr ""
25330
25331 # type: textblock
25332 #. type: textblock
25333 #: ../fish/guestfish-actions.pod:697
25334 msgid ""
25335 "The single parameter is an argv-style list of arguments.  The first element "
25336 "is the name of the program to run.  Subsequent elements are parameters.  The "
25337 "list must be non-empty (ie. must contain a program name).  Note that the "
25338 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
25339 msgstr ""
25340
25341 # type: =head2
25342 #. type: =head2
25343 #: ../fish/guestfish-actions.pod:725
25344 msgid "command-lines"
25345 msgstr ""
25346
25347 # type: verbatim
25348 #. type: verbatim
25349 #: ../fish/guestfish-actions.pod:727
25350 #, no-wrap
25351 msgid ""
25352 " command-lines 'arguments ...'\n"
25353 "\n"
25354 msgstr ""
25355
25356 # type: textblock
25357 #. type: textblock
25358 #: ../fish/guestfish-actions.pod:729
25359 msgid ""
25360 "This is the same as L</command>, but splits the result into a list of lines."
25361 msgstr ""
25362
25363 # type: textblock
25364 #. type: textblock
25365 #: ../fish/guestfish-actions.pod:732
25366 msgid "See also: L</sh-lines>"
25367 msgstr ""
25368
25369 # type: =head2
25370 #. type: =head2
25371 #: ../fish/guestfish-actions.pod:737
25372 msgid "config"
25373 msgstr ""
25374
25375 # type: verbatim
25376 #. type: verbatim
25377 #: ../fish/guestfish-actions.pod:739
25378 #, no-wrap
25379 msgid ""
25380 " config qemuparam qemuvalue\n"
25381 "\n"
25382 msgstr ""
25383
25384 # type: =head2
25385 #. type: =head2
25386 #: ../fish/guestfish-actions.pod:750
25387 msgid "copy-size"
25388 msgstr ""
25389
25390 # type: verbatim
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:752
25393 #, no-wrap
25394 msgid ""
25395 " copy-size src dest size\n"
25396 "\n"
25397 msgstr ""
25398
25399 # type: =head2
25400 #. type: =head2
25401 #: ../fish/guestfish-actions.pod:760
25402 msgid "cp"
25403 msgstr ""
25404
25405 # type: verbatim
25406 #. type: verbatim
25407 #: ../fish/guestfish-actions.pod:762
25408 #, no-wrap
25409 msgid ""
25410 " cp src dest\n"
25411 "\n"
25412 msgstr ""
25413
25414 # type: =head2
25415 #. type: =head2
25416 #: ../fish/guestfish-actions.pod:767
25417 msgid "cp-a"
25418 msgstr ""
25419
25420 # type: verbatim
25421 #. type: verbatim
25422 #: ../fish/guestfish-actions.pod:769
25423 #, no-wrap
25424 msgid ""
25425 " cp-a src dest\n"
25426 "\n"
25427 msgstr ""
25428
25429 # type: =head2
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:774
25432 msgid "dd"
25433 msgstr ""
25434
25435 # type: verbatim
25436 #. type: verbatim
25437 #: ../fish/guestfish-actions.pod:776
25438 #, no-wrap
25439 msgid ""
25440 " dd src dest\n"
25441 "\n"
25442 msgstr ""
25443
25444 # type: textblock
25445 #. type: textblock
25446 #: ../fish/guestfish-actions.pod:783
25447 msgid ""
25448 "If the destination is a device, it must be as large or larger than the "
25449 "source file or device, otherwise the copy will fail.  This command cannot do "
25450 "partial copies (see L</copy-size>)."
25451 msgstr ""
25452
25453 # type: =head2
25454 #. type: =head2
25455 #: ../fish/guestfish-actions.pod:787
25456 msgid "df"
25457 msgstr ""
25458
25459 # type: verbatim
25460 #. type: verbatim
25461 #: ../fish/guestfish-actions.pod:789
25462 #, no-wrap
25463 msgid ""
25464 " df\n"
25465 "\n"
25466 msgstr ""
25467
25468 # type: textblock
25469 #. type: textblock
25470 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
25471 msgid ""
25472 "This command is mostly useful for interactive sessions.  It is I<not> "
25473 "intended that you try to parse the output string.  Use L</statvfs> from "
25474 "programs."
25475 msgstr ""
25476
25477 # type: =head2
25478 #. type: =head2
25479 #: ../fish/guestfish-actions.pod:797
25480 msgid "df-h"
25481 msgstr ""
25482
25483 # type: verbatim
25484 #. type: verbatim
25485 #: ../fish/guestfish-actions.pod:799
25486 #, no-wrap
25487 msgid ""
25488 " df-h\n"
25489 "\n"
25490 msgstr ""
25491
25492 # type: =head2
25493 #. type: =head2
25494 #: ../fish/guestfish-actions.pod:808
25495 msgid "dmesg"
25496 msgstr ""
25497
25498 # type: verbatim
25499 #. type: verbatim
25500 #: ../fish/guestfish-actions.pod:810
25501 #, no-wrap
25502 msgid ""
25503 " dmesg\n"
25504 "\n"
25505 msgstr ""
25506
25507 # type: textblock
25508 #. type: textblock
25509 #: ../fish/guestfish-actions.pod:816
25510 msgid ""
25511 "Another way to get the same information is to enable verbose messages with "
25512 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
25513 "before running the program."
25514 msgstr ""
25515
25516 # type: =head2
25517 #. type: =head2
25518 #: ../fish/guestfish-actions.pod:821
25519 msgid "download"
25520 msgstr ""
25521
25522 # type: verbatim
25523 #. type: verbatim
25524 #: ../fish/guestfish-actions.pod:823
25525 #, no-wrap
25526 msgid ""
25527 " download remotefilename (filename|-)\n"
25528 "\n"
25529 msgstr ""
25530
25531 # type: textblock
25532 #. type: textblock
25533 #: ../fish/guestfish-actions.pod:830
25534 msgid "See also L</upload>, L</cat>."
25535 msgstr ""
25536
25537 # type: =head2
25538 #. type: =head2
25539 #: ../fish/guestfish-actions.pod:834
25540 msgid "download-offset"
25541 msgstr ""
25542
25543 # type: verbatim
25544 #. type: verbatim
25545 #: ../fish/guestfish-actions.pod:836
25546 #, no-wrap
25547 msgid ""
25548 " download-offset remotefilename (filename|-) offset size\n"
25549 "\n"
25550 msgstr ""
25551
25552 # type: textblock
25553 #. type: textblock
25554 #: ../fish/guestfish-actions.pod:844
25555 msgid ""
25556 "Note that there is no limit on the amount of data that can be downloaded "
25557 "with this call, unlike with L</pread>, and this call always reads the full "
25558 "amount unless an error occurs."
25559 msgstr ""
25560
25561 # type: textblock
25562 #. type: textblock
25563 #: ../fish/guestfish-actions.pod:849
25564 msgid "See also L</download>, L</pread>."
25565 msgstr ""
25566
25567 # type: =head2
25568 #. type: =head2
25569 #: ../fish/guestfish-actions.pod:853
25570 msgid "drop-caches"
25571 msgstr ""
25572
25573 # type: verbatim
25574 #. type: verbatim
25575 #: ../fish/guestfish-actions.pod:855
25576 #, no-wrap
25577 msgid ""
25578 " drop-caches whattodrop\n"
25579 "\n"
25580 msgstr ""
25581
25582 # type: =head2
25583 #. type: =head2
25584 #: ../fish/guestfish-actions.pod:867
25585 msgid "du"
25586 msgstr ""
25587
25588 # type: verbatim
25589 #. type: verbatim
25590 #: ../fish/guestfish-actions.pod:869
25591 #, no-wrap
25592 msgid ""
25593 " du path\n"
25594 "\n"
25595 msgstr ""
25596
25597 # type: =head2
25598 #. type: =head2
25599 #: ../fish/guestfish-actions.pod:881
25600 msgid "e2fsck-f"
25601 msgstr ""
25602
25603 # type: verbatim
25604 #. type: verbatim
25605 #: ../fish/guestfish-actions.pod:883
25606 #, no-wrap
25607 msgid ""
25608 " e2fsck-f device\n"
25609 "\n"
25610 msgstr ""
25611
25612 # type: textblock
25613 #. type: textblock
25614 #: ../fish/guestfish-actions.pod:889
25615 msgid ""
25616 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
25617 "should use L</fsck>."
25618 msgstr ""
25619
25620 # type: =head2
25621 #. type: =head2
25622 #: ../fish/guestfish-actions.pod:892
25623 msgid "echo-daemon"
25624 msgstr ""
25625
25626 # type: verbatim
25627 #. type: verbatim
25628 #: ../fish/guestfish-actions.pod:894
25629 #, no-wrap
25630 msgid ""
25631 " echo-daemon 'words ...'\n"
25632 "\n"
25633 msgstr ""
25634
25635 # type: textblock
25636 #. type: textblock
25637 #: ../fish/guestfish-actions.pod:901
25638 msgid "See also L</ping-daemon>."
25639 msgstr ""
25640
25641 # type: =head2
25642 #. type: =head2
25643 #: ../fish/guestfish-actions.pod:903
25644 msgid "egrep"
25645 msgstr ""
25646
25647 # type: verbatim
25648 #. type: verbatim
25649 #: ../fish/guestfish-actions.pod:905
25650 #, no-wrap
25651 msgid ""
25652 " egrep regex path\n"
25653 "\n"
25654 msgstr ""
25655
25656 # type: =head2
25657 #. type: =head2
25658 #: ../fish/guestfish-actions.pod:913
25659 msgid "egrepi"
25660 msgstr ""
25661
25662 # type: verbatim
25663 #. type: verbatim
25664 #: ../fish/guestfish-actions.pod:915
25665 #, no-wrap
25666 msgid ""
25667 " egrepi regex path\n"
25668 "\n"
25669 msgstr ""
25670
25671 # type: =head2
25672 #. type: =head2
25673 #: ../fish/guestfish-actions.pod:923
25674 msgid "equal"
25675 msgstr ""
25676
25677 # type: verbatim
25678 #. type: verbatim
25679 #: ../fish/guestfish-actions.pod:925
25680 #, no-wrap
25681 msgid ""
25682 " equal file1 file2\n"
25683 "\n"
25684 msgstr ""
25685
25686 # type: =head2
25687 #. type: =head2
25688 #: ../fish/guestfish-actions.pod:932
25689 msgid "exists"
25690 msgstr ""
25691
25692 # type: verbatim
25693 #. type: verbatim
25694 #: ../fish/guestfish-actions.pod:934
25695 #, no-wrap
25696 msgid ""
25697 " exists path\n"
25698 "\n"
25699 msgstr ""
25700
25701 # type: textblock
25702 #. type: textblock
25703 #: ../fish/guestfish-actions.pod:939
25704 msgid "See also L</is-file>, L</is-dir>, L</stat>."
25705 msgstr ""
25706
25707 # type: =head2
25708 #. type: =head2
25709 #: ../fish/guestfish-actions.pod:941
25710 msgid "fallocate"
25711 msgstr ""
25712
25713 # type: verbatim
25714 #. type: verbatim
25715 #: ../fish/guestfish-actions.pod:943
25716 #, no-wrap
25717 msgid ""
25718 " fallocate path len\n"
25719 "\n"
25720 msgstr ""
25721
25722 # type: =head2
25723 #. type: =head2
25724 #: ../fish/guestfish-actions.pod:960
25725 msgid "fallocate64"
25726 msgstr ""
25727
25728 # type: verbatim
25729 #. type: verbatim
25730 #: ../fish/guestfish-actions.pod:962
25731 #, no-wrap
25732 msgid ""
25733 " fallocate64 path len\n"
25734 "\n"
25735 msgstr ""
25736
25737 # type: textblock
25738 #. type: textblock
25739 #: ../fish/guestfish-actions.pod:968
25740 msgid ""
25741 "Note that this call allocates disk blocks for the file.  To create a sparse "
25742 "file use L</truncate-size> instead."
25743 msgstr ""
25744
25745 # type: textblock
25746 #. type: textblock
25747 #: ../fish/guestfish-actions.pod:971
25748 msgid ""
25749 "The deprecated call L</fallocate> does the same, but owing to an oversight "
25750 "it only allowed 30 bit lengths to be specified, effectively limiting the "
25751 "maximum size of files created through that call to 1GB."
25752 msgstr ""
25753
25754 # type: =head2
25755 #. type: =head2
25756 #: ../fish/guestfish-actions.pod:980
25757 msgid "fgrep"
25758 msgstr ""
25759
25760 # type: verbatim
25761 #. type: verbatim
25762 #: ../fish/guestfish-actions.pod:982
25763 #, no-wrap
25764 msgid ""
25765 " fgrep pattern path\n"
25766 "\n"
25767 msgstr ""
25768
25769 # type: =head2
25770 #. type: =head2
25771 #: ../fish/guestfish-actions.pod:990
25772 msgid "fgrepi"
25773 msgstr ""
25774
25775 # type: verbatim
25776 #. type: verbatim
25777 #: ../fish/guestfish-actions.pod:992
25778 #, no-wrap
25779 msgid ""
25780 " fgrepi pattern path\n"
25781 "\n"
25782 msgstr ""
25783
25784 # type: =head2
25785 #. type: =head2
25786 #: ../fish/guestfish-actions.pod:1000
25787 msgid "file"
25788 msgstr ""
25789
25790 # type: verbatim
25791 #. type: verbatim
25792 #: ../fish/guestfish-actions.pod:1002
25793 #, no-wrap
25794 msgid ""
25795 " file path\n"
25796 "\n"
25797 msgstr ""
25798
25799 # type: textblock
25800 #. type: textblock
25801 #: ../fish/guestfish-actions.pod:1014
25802 msgid ""
25803 "This command can also be used on C</dev/> devices (and partitions, LV "
25804 "names).  You can for example use this to determine if a device contains a "
25805 "filesystem, although it's usually better to use L</vfs-type>."
25806 msgstr ""
25807
25808 # type: =head2
25809 #. type: =head2
25810 #: ../fish/guestfish-actions.pod:1024
25811 msgid "file-architecture"
25812 msgstr ""
25813
25814 # type: verbatim
25815 #. type: verbatim
25816 #: ../fish/guestfish-actions.pod:1026
25817 #, no-wrap
25818 msgid ""
25819 " file-architecture filename\n"
25820 "\n"
25821 msgstr ""
25822
25823 # type: =head2
25824 #. type: =head2
25825 #: ../fish/guestfish-actions.pod:1129
25826 msgid "filesize"
25827 msgstr ""
25828
25829 # type: verbatim
25830 #. type: verbatim
25831 #: ../fish/guestfish-actions.pod:1131
25832 #, no-wrap
25833 msgid ""
25834 " filesize file\n"
25835 "\n"
25836 msgstr ""
25837
25838 # type: textblock
25839 #. type: textblock
25840 #: ../fish/guestfish-actions.pod:1135
25841 msgid ""
25842 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
25843 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
25844 msgstr ""
25845
25846 # type: =head2
25847 #. type: =head2
25848 #: ../fish/guestfish-actions.pod:1139
25849 msgid "fill"
25850 msgstr ""
25851
25852 # type: verbatim
25853 #. type: verbatim
25854 #: ../fish/guestfish-actions.pod:1141
25855 #, no-wrap
25856 msgid ""
25857 " fill c len path\n"
25858 "\n"
25859 msgstr ""
25860
25861 # type: textblock
25862 #. type: textblock
25863 #: ../fish/guestfish-actions.pod:1147
25864 msgid ""
25865 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
25866 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
25867 "L</fill-pattern>."
25868 msgstr ""
25869
25870 # type: =head2
25871 #. type: =head2
25872 #: ../fish/guestfish-actions.pod:1152
25873 msgid "fill-pattern"
25874 msgstr ""
25875
25876 # type: verbatim
25877 #. type: verbatim
25878 #: ../fish/guestfish-actions.pod:1154
25879 #, no-wrap
25880 msgid ""
25881 " fill-pattern pattern len path\n"
25882 "\n"
25883 msgstr ""
25884
25885 # type: textblock
25886 #. type: textblock
25887 #: ../fish/guestfish-actions.pod:1156
25888 msgid ""
25889 "This function is like L</fill> except that it creates a new file of length "
25890 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
25891 "is truncated if necessary to ensure the length of the file is exactly C<len> "
25892 "bytes."
25893 msgstr ""
25894
25895 # type: =head2
25896 #. type: =head2
25897 #: ../fish/guestfish-actions.pod:1161
25898 msgid "find"
25899 msgstr ""
25900
25901 # type: verbatim
25902 #. type: verbatim
25903 #: ../fish/guestfish-actions.pod:1163
25904 #, no-wrap
25905 msgid ""
25906 " find directory\n"
25907 "\n"
25908 msgstr ""
25909
25910 # type: textblock
25911 #. type: textblock
25912 #: ../fish/guestfish-actions.pod:1177
25913 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
25914 msgstr ""
25915
25916 # type: textblock
25917 #. type: textblock
25918 #: ../fish/guestfish-actions.pod:1190
25919 msgid "See also L</find0>."
25920 msgstr ""
25921
25922 # type: =head2
25923 #. type: =head2
25924 #: ../fish/guestfish-actions.pod:1195
25925 msgid "find0"
25926 msgstr ""
25927
25928 # type: verbatim
25929 #. type: verbatim
25930 #: ../fish/guestfish-actions.pod:1197
25931 #, no-wrap
25932 msgid ""
25933 " find0 directory (files|-)\n"
25934 "\n"
25935 msgstr ""
25936
25937 # type: textblock
25938 #. type: textblock
25939 #: ../fish/guestfish-actions.pod:1203
25940 msgid ""
25941 "This command works the same way as L</find> with the following exceptions:"
25942 msgstr ""
25943
25944 # type: =head2
25945 #. type: =head2
25946 #: ../fish/guestfish-actions.pod:1230
25947 msgid "findfs-label"
25948 msgstr ""
25949
25950 # type: verbatim
25951 #. type: verbatim
25952 #: ../fish/guestfish-actions.pod:1232
25953 #, no-wrap
25954 msgid ""
25955 " findfs-label label\n"
25956 "\n"
25957 msgstr ""
25958
25959 # type: textblock
25960 #. type: textblock
25961 #: ../fish/guestfish-actions.pod:1238
25962 msgid "To find the label of a filesystem, use L</vfs-label>."
25963 msgstr ""
25964
25965 # type: =head2
25966 #. type: =head2
25967 #: ../fish/guestfish-actions.pod:1240
25968 msgid "findfs-uuid"
25969 msgstr ""
25970
25971 # type: verbatim
25972 #. type: verbatim
25973 #: ../fish/guestfish-actions.pod:1242
25974 #, no-wrap
25975 msgid ""
25976 " findfs-uuid uuid\n"
25977 "\n"
25978 msgstr ""
25979
25980 # type: textblock
25981 #. type: textblock
25982 #: ../fish/guestfish-actions.pod:1248
25983 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
25984 msgstr ""
25985
25986 # type: =head2
25987 #. type: =head2
25988 #: ../fish/guestfish-actions.pod:1250
25989 msgid "fsck"
25990 msgstr ""
25991
25992 # type: verbatim
25993 #. type: verbatim
25994 #: ../fish/guestfish-actions.pod:1252
25995 #, no-wrap
25996 msgid ""
25997 " fsck fstype device\n"
25998 "\n"
25999 msgstr ""
26000
26001 # type: =head2
26002 #. type: =head2
26003 #: ../fish/guestfish-actions.pod:1282
26004 msgid "get-append"
26005 msgstr ""
26006
26007 # type: verbatim
26008 #. type: verbatim
26009 #: ../fish/guestfish-actions.pod:1284
26010 #, no-wrap
26011 msgid ""
26012 " get-append\n"
26013 "\n"
26014 msgstr ""
26015
26016 #. type: =head2
26017 #: ../fish/guestfish-actions.pod:1291
26018 msgid "get-attach-method"
26019 msgstr ""
26020
26021 #. type: verbatim
26022 #: ../fish/guestfish-actions.pod:1293
26023 #, no-wrap
26024 msgid ""
26025 " get-attach-method\n"
26026 "\n"
26027 msgstr ""
26028
26029 #. type: textblock
26030 #: ../fish/guestfish-actions.pod:1295
26031 msgid "Return the current attach method.  See L</set-attach-method>."
26032 msgstr ""
26033
26034 # type: =head2
26035 #. type: =head2
26036 #: ../fish/guestfish-actions.pod:1297
26037 msgid "get-autosync"
26038 msgstr ""
26039
26040 # type: verbatim
26041 #. type: verbatim
26042 #: ../fish/guestfish-actions.pod:1299
26043 #, no-wrap
26044 msgid ""
26045 " get-autosync\n"
26046 "\n"
26047 msgstr ""
26048
26049 # type: =head2
26050 #. type: =head2
26051 #: ../fish/guestfish-actions.pod:1303
26052 msgid "get-direct"
26053 msgstr ""
26054
26055 # type: verbatim
26056 #. type: verbatim
26057 #: ../fish/guestfish-actions.pod:1305
26058 #, no-wrap
26059 msgid ""
26060 " get-direct\n"
26061 "\n"
26062 msgstr ""
26063
26064 # type: =head2
26065 #. type: =head2
26066 #: ../fish/guestfish-actions.pod:1309
26067 msgid "get-e2label"
26068 msgstr ""
26069
26070 # type: verbatim
26071 #. type: verbatim
26072 #: ../fish/guestfish-actions.pod:1311
26073 #, no-wrap
26074 msgid ""
26075 " get-e2label device\n"
26076 "\n"
26077 msgstr ""
26078
26079 # type: =head2
26080 #. type: =head2
26081 #: ../fish/guestfish-actions.pod:1323
26082 msgid "get-e2uuid"
26083 msgstr ""
26084
26085 # type: verbatim
26086 #. type: verbatim
26087 #: ../fish/guestfish-actions.pod:1325
26088 #, no-wrap
26089 msgid ""
26090 " get-e2uuid device\n"
26091 "\n"
26092 msgstr ""
26093
26094 # type: =head2
26095 #. type: =head2
26096 #: ../fish/guestfish-actions.pod:1337
26097 msgid "get-memsize"
26098 msgstr ""
26099
26100 # type: verbatim
26101 #. type: verbatim
26102 #: ../fish/guestfish-actions.pod:1339
26103 #, no-wrap
26104 msgid ""
26105 " get-memsize\n"
26106 "\n"
26107 msgstr ""
26108
26109 # type: textblock
26110 #. type: textblock
26111 #: ../fish/guestfish-actions.pod:1344
26112 msgid ""
26113 "If L</set-memsize> was not called on this handle, and if "
26114 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
26115 "value for memsize."
26116 msgstr ""
26117
26118 # type: =head2
26119 #. type: =head2
26120 #: ../fish/guestfish-actions.pod:1351
26121 msgid "get-network"
26122 msgstr ""
26123
26124 # type: verbatim
26125 #. type: verbatim
26126 #: ../fish/guestfish-actions.pod:1353
26127 #, no-wrap
26128 msgid ""
26129 " get-network\n"
26130 "\n"
26131 msgstr ""
26132
26133 # type: =head2
26134 #. type: =head2
26135 #: ../fish/guestfish-actions.pod:1357
26136 msgid "get-path"
26137 msgstr ""
26138
26139 # type: verbatim
26140 #. type: verbatim
26141 #: ../fish/guestfish-actions.pod:1359
26142 #, no-wrap
26143 msgid ""
26144 " get-path\n"
26145 "\n"
26146 msgstr ""
26147
26148 # type: =head2
26149 #. type: =head2
26150 #: ../fish/guestfish-actions.pod:1366
26151 msgid "get-pid"
26152 msgstr ""
26153
26154 # type: =head2
26155 #. type: =head2
26156 #: ../fish/guestfish-actions.pod:1368
26157 msgid "pid"
26158 msgstr ""
26159
26160 # type: verbatim
26161 #. type: verbatim
26162 #: ../fish/guestfish-actions.pod:1370
26163 #, no-wrap
26164 msgid ""
26165 " get-pid\n"
26166 "\n"
26167 msgstr ""
26168
26169 # type: =head2
26170 #. type: =head2
26171 #: ../fish/guestfish-actions.pod:1377
26172 msgid "get-qemu"
26173 msgstr ""
26174
26175 # type: verbatim
26176 #. type: verbatim
26177 #: ../fish/guestfish-actions.pod:1379
26178 #, no-wrap
26179 msgid ""
26180 " get-qemu\n"
26181 "\n"
26182 msgstr ""
26183
26184 # type: =head2
26185 #. type: =head2
26186 #: ../fish/guestfish-actions.pod:1386
26187 msgid "get-recovery-proc"
26188 msgstr ""
26189
26190 # type: verbatim
26191 #. type: verbatim
26192 #: ../fish/guestfish-actions.pod:1388
26193 #, no-wrap
26194 msgid ""
26195 " get-recovery-proc\n"
26196 "\n"
26197 msgstr ""
26198
26199 # type: =head2
26200 #. type: =head2
26201 #: ../fish/guestfish-actions.pod:1392
26202 msgid "get-selinux"
26203 msgstr ""
26204
26205 # type: verbatim
26206 #. type: verbatim
26207 #: ../fish/guestfish-actions.pod:1394
26208 #, no-wrap
26209 msgid ""
26210 " get-selinux\n"
26211 "\n"
26212 msgstr ""
26213
26214 # type: textblock
26215 #. type: textblock
26216 #: ../fish/guestfish-actions.pod:1396
26217 msgid ""
26218 "This returns the current setting of the selinux flag which is passed to the "
26219 "appliance at boot time.  See L</set-selinux>."
26220 msgstr ""
26221
26222 # type: =head2
26223 #. type: =head2
26224 #: ../fish/guestfish-actions.pod:1402
26225 msgid "get-state"
26226 msgstr ""
26227
26228 # type: verbatim
26229 #. type: verbatim
26230 #: ../fish/guestfish-actions.pod:1404
26231 #, no-wrap
26232 msgid ""
26233 " get-state\n"
26234 "\n"
26235 msgstr ""
26236
26237 # type: =head2
26238 #. type: =head2
26239 #: ../fish/guestfish-actions.pod:1411
26240 msgid "get-trace"
26241 msgstr ""
26242
26243 # type: verbatim
26244 #. type: verbatim
26245 #: ../fish/guestfish-actions.pod:1413
26246 #, no-wrap
26247 msgid ""
26248 " get-trace\n"
26249 "\n"
26250 msgstr ""
26251
26252 # type: =head2
26253 #. type: =head2
26254 #: ../fish/guestfish-actions.pod:1417
26255 msgid "get-umask"
26256 msgstr ""
26257
26258 # type: verbatim
26259 #. type: verbatim
26260 #: ../fish/guestfish-actions.pod:1419
26261 #, no-wrap
26262 msgid ""
26263 " get-umask\n"
26264 "\n"
26265 msgstr ""
26266
26267 # type: textblock
26268 #. type: textblock
26269 #: ../fish/guestfish-actions.pod:1421
26270 msgid ""
26271 "Return the current umask.  By default the umask is C<022> unless it has been "
26272 "set by calling L</umask>."
26273 msgstr ""
26274
26275 # type: =head2
26276 #. type: =head2
26277 #: ../fish/guestfish-actions.pod:1424
26278 msgid "get-verbose"
26279 msgstr ""
26280
26281 # type: verbatim
26282 #. type: verbatim
26283 #: ../fish/guestfish-actions.pod:1426
26284 #, no-wrap
26285 msgid ""
26286 " get-verbose\n"
26287 "\n"
26288 msgstr ""
26289
26290 # type: =head2
26291 #. type: =head2
26292 #: ../fish/guestfish-actions.pod:1430
26293 msgid "getcon"
26294 msgstr ""
26295
26296 # type: verbatim
26297 #. type: verbatim
26298 #: ../fish/guestfish-actions.pod:1432
26299 #, no-wrap
26300 msgid ""
26301 " getcon\n"
26302 "\n"
26303 msgstr ""
26304
26305 # type: textblock
26306 #. type: textblock
26307 #: ../fish/guestfish-actions.pod:1436
26308 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
26309 msgstr ""
26310
26311 # type: =head2
26312 #. type: =head2
26313 #: ../fish/guestfish-actions.pod:1439
26314 msgid "getxattr"
26315 msgstr ""
26316
26317 # type: verbatim
26318 #. type: verbatim
26319 #: ../fish/guestfish-actions.pod:1441
26320 #, no-wrap
26321 msgid ""
26322 " getxattr path name\n"
26323 "\n"
26324 msgstr ""
26325
26326 # type: textblock
26327 #. type: textblock
26328 #: ../fish/guestfish-actions.pod:1443
26329 msgid ""
26330 "Get a single extended attribute from file C<path> named C<name>.  This call "
26331 "follows symlinks.  If you want to lookup an extended attribute for the "
26332 "symlink itself, use L</lgetxattr>."
26333 msgstr ""
26334
26335 # type: textblock
26336 #. type: textblock
26337 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2453
26338 msgid ""
26339 "Normally it is better to get all extended attributes from a file in one go "
26340 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
26341 "buggy and do not provide a way to list out attributes.  For these "
26342 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
26343 "attributes you want in advance and call this function."
26344 msgstr ""
26345
26346 # type: textblock
26347 #. type: textblock
26348 #: ../fish/guestfish-actions.pod:1457
26349 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
26350 msgstr ""
26351
26352 # type: =head2
26353 #. type: =head2
26354 #: ../fish/guestfish-actions.pod:1459
26355 msgid "getxattrs"
26356 msgstr ""
26357
26358 # type: verbatim
26359 #. type: verbatim
26360 #: ../fish/guestfish-actions.pod:1461
26361 #, no-wrap
26362 msgid ""
26363 " getxattrs path\n"
26364 "\n"
26365 msgstr ""
26366
26367 # type: textblock
26368 #. type: textblock
26369 #: ../fish/guestfish-actions.pod:1469
26370 msgid "See also: L</lgetxattrs>, L<attr(5)>."
26371 msgstr ""
26372
26373 # type: =head2
26374 #. type: =head2
26375 #: ../fish/guestfish-actions.pod:1471
26376 msgid "glob-expand"
26377 msgstr ""
26378
26379 # type: verbatim
26380 #. type: verbatim
26381 #: ../fish/guestfish-actions.pod:1473
26382 #, no-wrap
26383 msgid ""
26384 " glob-expand pattern\n"
26385 "\n"
26386 msgstr ""
26387
26388 # type: =head2
26389 #. type: =head2
26390 #: ../fish/guestfish-actions.pod:1486
26391 msgid "grep"
26392 msgstr ""
26393
26394 # type: verbatim
26395 #. type: verbatim
26396 #: ../fish/guestfish-actions.pod:1488
26397 #, no-wrap
26398 msgid ""
26399 " grep regex path\n"
26400 "\n"
26401 msgstr ""
26402
26403 # type: =head2
26404 #. type: =head2
26405 #: ../fish/guestfish-actions.pod:1496
26406 msgid "grepi"
26407 msgstr ""
26408
26409 # type: verbatim
26410 #. type: verbatim
26411 #: ../fish/guestfish-actions.pod:1498
26412 #, no-wrap
26413 msgid ""
26414 " grepi regex path\n"
26415 "\n"
26416 msgstr ""
26417
26418 # type: =head2
26419 #. type: =head2
26420 #: ../fish/guestfish-actions.pod:1506
26421 msgid "grub-install"
26422 msgstr ""
26423
26424 # type: verbatim
26425 #. type: verbatim
26426 #: ../fish/guestfish-actions.pod:1508
26427 #, no-wrap
26428 msgid ""
26429 " grub-install root device\n"
26430 "\n"
26431 msgstr ""
26432
26433 # type: =head2
26434 #. type: =head2
26435 #: ../fish/guestfish-actions.pod:1524
26436 msgid "head"
26437 msgstr ""
26438
26439 # type: verbatim
26440 #. type: verbatim
26441 #: ../fish/guestfish-actions.pod:1526
26442 #, no-wrap
26443 msgid ""
26444 " head path\n"
26445 "\n"
26446 msgstr ""
26447
26448 # type: =head2
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:1534
26451 msgid "head-n"
26452 msgstr ""
26453
26454 # type: verbatim
26455 #. type: verbatim
26456 #: ../fish/guestfish-actions.pod:1536
26457 #, no-wrap
26458 msgid ""
26459 " head-n nrlines path\n"
26460 "\n"
26461 msgstr ""
26462
26463 # type: =head2
26464 #. type: =head2
26465 #: ../fish/guestfish-actions.pod:1549
26466 msgid "hexdump"
26467 msgstr ""
26468
26469 # type: verbatim
26470 #. type: verbatim
26471 #: ../fish/guestfish-actions.pod:1551
26472 #, no-wrap
26473 msgid ""
26474 " hexdump path\n"
26475 "\n"
26476 msgstr ""
26477
26478 # type: =head2
26479 #. type: =head2
26480 #: ../fish/guestfish-actions.pod:1559
26481 msgid "initrd-cat"
26482 msgstr ""
26483
26484 # type: verbatim
26485 #. type: verbatim
26486 #: ../fish/guestfish-actions.pod:1561
26487 #, no-wrap
26488 msgid ""
26489 " initrd-cat initrdpath filename\n"
26490 "\n"
26491 msgstr ""
26492
26493 # type: textblock
26494 #. type: textblock
26495 #: ../fish/guestfish-actions.pod:1573
26496 msgid "See also L</initrd-list>."
26497 msgstr ""
26498
26499 # type: =head2
26500 #. type: =head2
26501 #: ../fish/guestfish-actions.pod:1578
26502 msgid "initrd-list"
26503 msgstr ""
26504
26505 # type: verbatim
26506 #. type: verbatim
26507 #: ../fish/guestfish-actions.pod:1580
26508 #, no-wrap
26509 msgid ""
26510 " initrd-list path\n"
26511 "\n"
26512 msgstr ""
26513
26514 # type: =head2
26515 #. type: =head2
26516 #: ../fish/guestfish-actions.pod:1592
26517 msgid "inotify-add-watch"
26518 msgstr ""
26519
26520 # type: verbatim
26521 #. type: verbatim
26522 #: ../fish/guestfish-actions.pod:1594
26523 #, no-wrap
26524 msgid ""
26525 " inotify-add-watch path mask\n"
26526 "\n"
26527 msgstr ""
26528
26529 # type: =head2
26530 #. type: =head2
26531 #: ../fish/guestfish-actions.pod:1606
26532 msgid "inotify-close"
26533 msgstr ""
26534
26535 # type: verbatim
26536 #. type: verbatim
26537 #: ../fish/guestfish-actions.pod:1608
26538 #, no-wrap
26539 msgid ""
26540 " inotify-close\n"
26541 "\n"
26542 msgstr ""
26543
26544 # type: =head2
26545 #. type: =head2
26546 #: ../fish/guestfish-actions.pod:1614
26547 msgid "inotify-files"
26548 msgstr ""
26549
26550 # type: verbatim
26551 #. type: verbatim
26552 #: ../fish/guestfish-actions.pod:1616
26553 #, no-wrap
26554 msgid ""
26555 " inotify-files\n"
26556 "\n"
26557 msgstr ""
26558
26559 # type: textblock
26560 #. type: textblock
26561 #: ../fish/guestfish-actions.pod:1618
26562 msgid ""
26563 "This function is a helpful wrapper around L</inotify-read> which just "
26564 "returns a list of pathnames of objects that were touched.  The returned "
26565 "pathnames are sorted and deduplicated."
26566 msgstr ""
26567
26568 # type: =head2
26569 #. type: =head2
26570 #: ../fish/guestfish-actions.pod:1622
26571 msgid "inotify-init"
26572 msgstr ""
26573
26574 # type: verbatim
26575 #. type: verbatim
26576 #: ../fish/guestfish-actions.pod:1624
26577 #, no-wrap
26578 msgid ""
26579 " inotify-init maxevents\n"
26580 "\n"
26581 msgstr ""
26582
26583 # type: textblock
26584 #. type: textblock
26585 #: ../fish/guestfish-actions.pod:1630
26586 msgid ""
26587 "C<maxevents> is the maximum number of events which will be queued up between "
26588 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
26589 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
26590 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
26591 "but records the fact that it threw them away by setting a flag "
26592 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
26593 msgstr ""
26594
26595 # type: textblock
26596 #. type: textblock
26597 #: ../fish/guestfish-actions.pod:1640
26598 msgid ""
26599 "Before any events are generated, you have to add some watches to the "
26600 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
26601 "L</inotify-watch-all>."
26602 msgstr ""
26603
26604 # type: textblock
26605 #. type: textblock
26606 #: ../fish/guestfish-actions.pod:1646
26607 msgid ""
26608 "Queued up events should be read periodically by calling L</inotify-read> (or "
26609 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
26610 "If you don't read the events out often enough then you risk the internal "
26611 "queue overflowing."
26612 msgstr ""
26613
26614 # type: textblock
26615 #. type: textblock
26616 #: ../fish/guestfish-actions.pod:1653
26617 msgid ""
26618 "The handle should be closed after use by calling L</inotify-close>.  This "
26619 "also removes any watches automatically."
26620 msgstr ""
26621
26622 # type: =head2
26623 #. type: =head2
26624 #: ../fish/guestfish-actions.pod:1662
26625 msgid "inotify-read"
26626 msgstr ""
26627
26628 # type: verbatim
26629 #. type: verbatim
26630 #: ../fish/guestfish-actions.pod:1664
26631 #, no-wrap
26632 msgid ""
26633 " inotify-read\n"
26634 "\n"
26635 msgstr ""
26636
26637 # type: =head2
26638 #. type: =head2
26639 #: ../fish/guestfish-actions.pod:1677
26640 msgid "inotify-rm-watch"
26641 msgstr ""
26642
26643 # type: verbatim
26644 #. type: verbatim
26645 #: ../fish/guestfish-actions.pod:1679
26646 #, no-wrap
26647 msgid ""
26648 " inotify-rm-watch wd\n"
26649 "\n"
26650 msgstr ""
26651
26652 # type: textblock
26653 #. type: textblock
26654 #: ../fish/guestfish-actions.pod:1681
26655 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
26656 msgstr ""
26657
26658 # type: =head2
26659 #. type: =head2
26660 #: ../fish/guestfish-actions.pod:1684
26661 msgid "inspect-get-arch"
26662 msgstr ""
26663
26664 # type: verbatim
26665 #. type: verbatim
26666 #: ../fish/guestfish-actions.pod:1686
26667 #, no-wrap
26668 msgid ""
26669 " inspect-get-arch root\n"
26670 "\n"
26671 msgstr ""
26672
26673 # type: textblock
26674 #. type: textblock
26675 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704
26676 #: ../fish/guestfish-actions.pod:1790 ../fish/guestfish-actions.pod:1826
26677 #: ../fish/guestfish-actions.pod:1844 ../fish/guestfish-actions.pod:1878
26678 #: ../fish/guestfish-actions.pod:1893 ../fish/guestfish-actions.pod:1914
26679 #: ../fish/guestfish-actions.pod:1929 ../fish/guestfish-actions.pod:1962
26680 #: ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:2008
26681 #: ../fish/guestfish-actions.pod:2025 ../fish/guestfish-actions.pod:2068
26682 #: ../fish/guestfish-actions.pod:2103 ../fish/guestfish-actions.pod:2119
26683 #: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2148
26684 #: ../fish/guestfish-actions.pod:2161 ../fish/guestfish-actions.pod:2176
26685 msgid ""
26686 "This function should only be called with a root device string as returned by "
26687 "L</inspect-os>."
26688 msgstr ""
26689
26690 # type: textblock
26691 #. type: textblock
26692 #: ../fish/guestfish-actions.pod:1691
26693 msgid ""
26694 "This returns the architecture of the inspected operating system.  The "
26695 "possible return values are listed under L</file-architecture>."
26696 msgstr ""
26697
26698 # type: =head2
26699 #. type: =head2
26700 #: ../fish/guestfish-actions.pod:1700
26701 msgid "inspect-get-distro"
26702 msgstr ""
26703
26704 # type: verbatim
26705 #. type: verbatim
26706 #: ../fish/guestfish-actions.pod:1702
26707 #, no-wrap
26708 msgid ""
26709 " inspect-get-distro root\n"
26710 "\n"
26711 msgstr ""
26712
26713 #. type: =head2
26714 #: ../fish/guestfish-actions.pod:1786
26715 msgid "inspect-get-drive-mappings"
26716 msgstr ""
26717
26718 #. type: verbatim
26719 #: ../fish/guestfish-actions.pod:1788
26720 #, no-wrap
26721 msgid ""
26722 " inspect-get-drive-mappings root\n"
26723 "\n"
26724 msgstr ""
26725
26726 #. type: textblock
26727 #: ../fish/guestfish-actions.pod:1818
26728 msgid ""
26729 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26730 "get-mountpoints>, L</inspect-get-filesystems>."
26731 msgstr ""
26732
26733 # type: =head2
26734 #. type: =head2
26735 #: ../fish/guestfish-actions.pod:1822
26736 msgid "inspect-get-filesystems"
26737 msgstr ""
26738
26739 # type: verbatim
26740 #. type: verbatim
26741 #: ../fish/guestfish-actions.pod:1824
26742 #, no-wrap
26743 msgid ""
26744 " inspect-get-filesystems root\n"
26745 "\n"
26746 msgstr ""
26747
26748 # type: textblock
26749 #. type: textblock
26750 #: ../fish/guestfish-actions.pod:1837
26751 msgid ""
26752 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26753 "get-mountpoints>."
26754 msgstr ""
26755
26756 #. type: =head2
26757 #: ../fish/guestfish-actions.pod:1840
26758 msgid "inspect-get-format"
26759 msgstr ""
26760
26761 #. type: verbatim
26762 #: ../fish/guestfish-actions.pod:1842
26763 #, no-wrap
26764 msgid ""
26765 " inspect-get-format root\n"
26766 "\n"
26767 msgstr ""
26768
26769 # type: =head2
26770 #. type: =head2
26771 #: ../fish/guestfish-actions.pod:1874
26772 msgid "inspect-get-hostname"
26773 msgstr ""
26774
26775 # type: verbatim
26776 #. type: verbatim
26777 #: ../fish/guestfish-actions.pod:1876
26778 #, no-wrap
26779 msgid ""
26780 " inspect-get-hostname root\n"
26781 "\n"
26782 msgstr ""
26783
26784 # type: =head2
26785 #. type: =head2
26786 #: ../fish/guestfish-actions.pod:1889
26787 msgid "inspect-get-major-version"
26788 msgstr ""
26789
26790 # type: verbatim
26791 #. type: verbatim
26792 #: ../fish/guestfish-actions.pod:1891
26793 #, no-wrap
26794 msgid ""
26795 " inspect-get-major-version root\n"
26796 "\n"
26797 msgstr ""
26798
26799 # type: =head2
26800 #. type: =head2
26801 #: ../fish/guestfish-actions.pod:1910
26802 msgid "inspect-get-minor-version"
26803 msgstr ""
26804
26805 # type: verbatim
26806 #. type: verbatim
26807 #: ../fish/guestfish-actions.pod:1912
26808 #, no-wrap
26809 msgid ""
26810 " inspect-get-minor-version root\n"
26811 "\n"
26812 msgstr ""
26813
26814 # type: textblock
26815 #. type: textblock
26816 #: ../fish/guestfish-actions.pod:1922
26817 msgid ""
26818 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26819 "get-major-version>."
26820 msgstr ""
26821
26822 # type: =head2
26823 #. type: =head2
26824 #: ../fish/guestfish-actions.pod:1925
26825 msgid "inspect-get-mountpoints"
26826 msgstr ""
26827
26828 # type: verbatim
26829 #. type: verbatim
26830 #: ../fish/guestfish-actions.pod:1927
26831 #, no-wrap
26832 msgid ""
26833 " inspect-get-mountpoints root\n"
26834 "\n"
26835 msgstr ""
26836
26837 #. type: textblock
26838 #: ../fish/guestfish-actions.pod:1949
26839 msgid ""
26840 "For operating systems like Windows which still use drive letters, this call "
26841 "will only return an entry for the first drive \"mounted on\" C</>.  For "
26842 "information about the mapping of drive letters to partitions, see L</inspect-"
26843 "get-drive-mappings>."
26844 msgstr ""
26845
26846 # type: textblock
26847 #. type: textblock
26848 #: ../fish/guestfish-actions.pod:1955
26849 msgid ""
26850 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26851 "get-filesystems>."
26852 msgstr ""
26853
26854 # type: =head2
26855 #. type: =head2
26856 #: ../fish/guestfish-actions.pod:1958
26857 msgid "inspect-get-package-format"
26858 msgstr ""
26859
26860 # type: verbatim
26861 #. type: verbatim
26862 #: ../fish/guestfish-actions.pod:1960
26863 #, no-wrap
26864 msgid ""
26865 " inspect-get-package-format root\n"
26866 "\n"
26867 msgstr ""
26868
26869 # type: textblock
26870 #. type: textblock
26871 #: ../fish/guestfish-actions.pod:1965
26872 msgid ""
26873 "This function and L</inspect-get-package-management> return the package "
26874 "format and package management tool used by the inspected operating system.  "
26875 "For example for Fedora these functions would return C<rpm> (package format) "
26876 "and C<yum> (package management)."
26877 msgstr ""
26878
26879 # type: =head2
26880 #. type: =head2
26881 #: ../fish/guestfish-actions.pod:1980
26882 msgid "inspect-get-package-management"
26883 msgstr ""
26884
26885 # type: verbatim
26886 #. type: verbatim
26887 #: ../fish/guestfish-actions.pod:1982
26888 #, no-wrap
26889 msgid ""
26890 " inspect-get-package-management root\n"
26891 "\n"
26892 msgstr ""
26893
26894 # type: textblock
26895 #. type: textblock
26896 #: ../fish/guestfish-actions.pod:1987
26897 msgid ""
26898 "L</inspect-get-package-format> and this function return the package format "
26899 "and package management tool used by the inspected operating system.  For "
26900 "example for Fedora these functions would return C<rpm> (package format) and "
26901 "C<yum> (package management)."
26902 msgstr ""
26903
26904 # type: =head2
26905 #. type: =head2
26906 #: ../fish/guestfish-actions.pod:2004
26907 msgid "inspect-get-product-name"
26908 msgstr ""
26909
26910 # type: verbatim
26911 #. type: verbatim
26912 #: ../fish/guestfish-actions.pod:2006
26913 #, no-wrap
26914 msgid ""
26915 " inspect-get-product-name root\n"
26916 "\n"
26917 msgstr ""
26918
26919 #. type: =head2
26920 #: ../fish/guestfish-actions.pod:2021
26921 msgid "inspect-get-product-variant"
26922 msgstr ""
26923
26924 #. type: verbatim
26925 #: ../fish/guestfish-actions.pod:2023
26926 #, no-wrap
26927 msgid ""
26928 " inspect-get-product-variant root\n"
26929 "\n"
26930 msgstr ""
26931
26932 #. type: textblock
26933 #: ../fish/guestfish-actions.pod:2047
26934 msgid ""
26935 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26936 "get-product-name>, L</inspect-get-major-version>."
26937 msgstr ""
26938
26939 # type: =head2
26940 #. type: =head2
26941 #: ../fish/guestfish-actions.pod:2051
26942 msgid "inspect-get-roots"
26943 msgstr ""
26944
26945 # type: verbatim
26946 #. type: verbatim
26947 #: ../fish/guestfish-actions.pod:2053
26948 #, no-wrap
26949 msgid ""
26950 " inspect-get-roots\n"
26951 "\n"
26952 msgstr ""
26953
26954 # type: textblock
26955 #. type: textblock
26956 #: ../fish/guestfish-actions.pod:2055
26957 msgid ""
26958 "This function is a convenient way to get the list of root devices, as "
26959 "returned from a previous call to L</inspect-os>, but without redoing the "
26960 "whole inspection process."
26961 msgstr ""
26962
26963 # type: textblock
26964 #. type: textblock
26965 #: ../fish/guestfish-actions.pod:2059
26966 msgid ""
26967 "This returns an empty list if either no root devices were found or the "
26968 "caller has not called L</inspect-os>."
26969 msgstr ""
26970
26971 # type: =head2
26972 #. type: =head2
26973 #: ../fish/guestfish-actions.pod:2064
26974 msgid "inspect-get-type"
26975 msgstr ""
26976
26977 # type: verbatim
26978 #. type: verbatim
26979 #: ../fish/guestfish-actions.pod:2066
26980 #, no-wrap
26981 msgid ""
26982 " inspect-get-type root\n"
26983 "\n"
26984 msgstr ""
26985
26986 #. type: =head2
26987 #: ../fish/guestfish-actions.pod:2099
26988 msgid "inspect-get-windows-current-control-set"
26989 msgstr ""
26990
26991 #. type: verbatim
26992 #: ../fish/guestfish-actions.pod:2101
26993 #, no-wrap
26994 msgid ""
26995 " inspect-get-windows-current-control-set root\n"
26996 "\n"
26997 msgstr ""
26998
26999 # type: =head2
27000 #. type: =head2
27001 #: ../fish/guestfish-actions.pod:2115
27002 msgid "inspect-get-windows-systemroot"
27003 msgstr ""
27004
27005 # type: verbatim
27006 #. type: verbatim
27007 #: ../fish/guestfish-actions.pod:2117
27008 #, no-wrap
27009 msgid ""
27010 " inspect-get-windows-systemroot root\n"
27011 "\n"
27012 msgstr ""
27013
27014 #. type: =head2
27015 #: ../fish/guestfish-actions.pod:2131
27016 msgid "inspect-is-live"
27017 msgstr ""
27018
27019 #. type: verbatim
27020 #: ../fish/guestfish-actions.pod:2133
27021 #, no-wrap
27022 msgid ""
27023 " inspect-is-live root\n"
27024 "\n"
27025 msgstr ""
27026
27027 #. type: textblock
27028 #: ../fish/guestfish-actions.pod:2138
27029 msgid ""
27030 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27031 "then this returns true if a live image was detected on the disk."
27032 msgstr ""
27033
27034 #. type: =head2
27035 #: ../fish/guestfish-actions.pod:2144
27036 msgid "inspect-is-multipart"
27037 msgstr ""
27038
27039 #. type: verbatim
27040 #: ../fish/guestfish-actions.pod:2146
27041 #, no-wrap
27042 msgid ""
27043 " inspect-is-multipart root\n"
27044 "\n"
27045 msgstr ""
27046
27047 #. type: textblock
27048 #: ../fish/guestfish-actions.pod:2151
27049 msgid ""
27050 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27051 "then this returns true if the disk is part of a set."
27052 msgstr ""
27053
27054 #. type: =head2
27055 #: ../fish/guestfish-actions.pod:2157
27056 msgid "inspect-is-netinst"
27057 msgstr ""
27058
27059 #. type: verbatim
27060 #: ../fish/guestfish-actions.pod:2159
27061 #, no-wrap
27062 msgid ""
27063 " inspect-is-netinst root\n"
27064 "\n"
27065 msgstr ""
27066
27067 #. type: textblock
27068 #: ../fish/guestfish-actions.pod:2164
27069 msgid ""
27070 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
27071 "then this returns true if the disk is a network installer, ie. not a self-"
27072 "contained install CD but one which is likely to require network access to "
27073 "complete the install."
27074 msgstr ""
27075
27076 # type: =head2
27077 #. type: =head2
27078 #: ../fish/guestfish-actions.pod:2172
27079 msgid "inspect-list-applications"
27080 msgstr ""
27081
27082 # type: verbatim
27083 #. type: verbatim
27084 #: ../fish/guestfish-actions.pod:2174
27085 #, no-wrap
27086 msgid ""
27087 " inspect-list-applications root\n"
27088 "\n"
27089 msgstr ""
27090
27091 # type: textblock
27092 #. type: textblock
27093 #: ../fish/guestfish-actions.pod:2181
27094 msgid ""
27095 "I<Note:> This call works differently from other parts of the inspection "
27096 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
27097 "then mount up the disks, before calling this.  Listing applications is a "
27098 "significantly more difficult operation which requires access to the full "
27099 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
27100 "are just returning data cached in the libguestfs handle, this call actually "
27101 "reads parts of the mounted filesystems during the call."
27102 msgstr ""
27103
27104 # type: =head2
27105 #. type: =head2
27106 #: ../fish/guestfish-actions.pod:2271
27107 msgid "inspect-os"
27108 msgstr ""
27109
27110 # type: verbatim
27111 #. type: verbatim
27112 #: ../fish/guestfish-actions.pod:2273
27113 #, no-wrap
27114 msgid ""
27115 " inspect-os\n"
27116 "\n"
27117 msgstr ""
27118
27119 # type: textblock
27120 #. type: textblock
27121 #: ../fish/guestfish-actions.pod:2288
27122 msgid ""
27123 "You can pass the root string(s) returned to other L</inspect-get-*> "
27124 "functions in order to query further information about each operating system, "
27125 "such as the name and version."
27126 msgstr ""
27127
27128 # type: textblock
27129 #. type: textblock
27130 #: ../fish/guestfish-actions.pod:2293
27131 msgid ""
27132 "This function uses other libguestfs features such as L</mount-ro> and L</"
27133 "umount-all> in order to mount and unmount filesystems and look at the "
27134 "contents.  This should be called with no disks currently mounted.  The "
27135 "function may also use Augeas, so any existing Augeas handle will be closed."
27136 msgstr ""
27137
27138 # type: textblock
27139 #. type: textblock
27140 #: ../fish/guestfish-actions.pod:2305 ../fish/guestfish-actions.pod:2481
27141 #: ../fish/guestfish-actions.pod:2527
27142 msgid "See also L</list-filesystems>."
27143 msgstr ""
27144
27145 # type: =head2
27146 #. type: =head2
27147 #: ../fish/guestfish-actions.pod:2307
27148 msgid "is-blockdev"
27149 msgstr ""
27150
27151 # type: verbatim
27152 #. type: verbatim
27153 #: ../fish/guestfish-actions.pod:2309
27154 #, no-wrap
27155 msgid ""
27156 " is-blockdev path\n"
27157 "\n"
27158 msgstr ""
27159
27160 # type: textblock
27161 #. type: textblock
27162 #: ../fish/guestfish-actions.pod:2314 ../fish/guestfish-actions.pod:2332
27163 #: ../fish/guestfish-actions.pod:2351 ../fish/guestfish-actions.pod:2360
27164 #: ../fish/guestfish-actions.pod:2370 ../fish/guestfish-actions.pod:2404
27165 #: ../fish/guestfish-actions.pod:2413
27166 msgid "See also L</stat>."
27167 msgstr ""
27168
27169 # type: =head2
27170 #. type: =head2
27171 #: ../fish/guestfish-actions.pod:2316
27172 msgid "is-busy"
27173 msgstr ""
27174
27175 # type: verbatim
27176 #. type: verbatim
27177 #: ../fish/guestfish-actions.pod:2318
27178 #, no-wrap
27179 msgid ""
27180 " is-busy\n"
27181 "\n"
27182 msgstr ""
27183
27184 # type: =head2
27185 #. type: =head2
27186 #: ../fish/guestfish-actions.pod:2325
27187 msgid "is-chardev"
27188 msgstr ""
27189
27190 # type: verbatim
27191 #. type: verbatim
27192 #: ../fish/guestfish-actions.pod:2327
27193 #, no-wrap
27194 msgid ""
27195 " is-chardev path\n"
27196 "\n"
27197 msgstr ""
27198
27199 # type: =head2
27200 #. type: =head2
27201 #: ../fish/guestfish-actions.pod:2334
27202 msgid "is-config"
27203 msgstr ""
27204
27205 # type: verbatim
27206 #. type: verbatim
27207 #: ../fish/guestfish-actions.pod:2336
27208 #, no-wrap
27209 msgid ""
27210 " is-config\n"
27211 "\n"
27212 msgstr ""
27213
27214 # type: =head2
27215 #. type: =head2
27216 #: ../fish/guestfish-actions.pod:2343
27217 msgid "is-dir"
27218 msgstr ""
27219
27220 # type: verbatim
27221 #. type: verbatim
27222 #: ../fish/guestfish-actions.pod:2345
27223 #, no-wrap
27224 msgid ""
27225 " is-dir path\n"
27226 "\n"
27227 msgstr ""
27228
27229 # type: =head2
27230 #. type: =head2
27231 #: ../fish/guestfish-actions.pod:2353
27232 msgid "is-fifo"
27233 msgstr ""
27234
27235 # type: verbatim
27236 #. type: verbatim
27237 #: ../fish/guestfish-actions.pod:2355
27238 #, no-wrap
27239 msgid ""
27240 " is-fifo path\n"
27241 "\n"
27242 msgstr ""
27243
27244 # type: =head2
27245 #. type: =head2
27246 #: ../fish/guestfish-actions.pod:2362
27247 msgid "is-file"
27248 msgstr ""
27249
27250 # type: verbatim
27251 #. type: verbatim
27252 #: ../fish/guestfish-actions.pod:2364
27253 #, no-wrap
27254 msgid ""
27255 " is-file path\n"
27256 "\n"
27257 msgstr ""
27258
27259 # type: =head2
27260 #. type: =head2
27261 #: ../fish/guestfish-actions.pod:2372
27262 msgid "is-launching"
27263 msgstr ""
27264
27265 # type: verbatim
27266 #. type: verbatim
27267 #: ../fish/guestfish-actions.pod:2374
27268 #, no-wrap
27269 msgid ""
27270 " is-launching\n"
27271 "\n"
27272 msgstr ""
27273
27274 # type: =head2
27275 #. type: =head2
27276 #: ../fish/guestfish-actions.pod:2381
27277 msgid "is-lv"
27278 msgstr ""
27279
27280 # type: verbatim
27281 #. type: verbatim
27282 #: ../fish/guestfish-actions.pod:2383
27283 #, no-wrap
27284 msgid ""
27285 " is-lv device\n"
27286 "\n"
27287 msgstr ""
27288
27289 # type: =head2
27290 #. type: =head2
27291 #: ../fish/guestfish-actions.pod:2388
27292 msgid "is-ready"
27293 msgstr ""
27294
27295 # type: verbatim
27296 #. type: verbatim
27297 #: ../fish/guestfish-actions.pod:2390
27298 #, no-wrap
27299 msgid ""
27300 " is-ready\n"
27301 "\n"
27302 msgstr ""
27303
27304 # type: =head2
27305 #. type: =head2
27306 #: ../fish/guestfish-actions.pod:2397
27307 msgid "is-socket"
27308 msgstr ""
27309
27310 # type: verbatim
27311 #. type: verbatim
27312 #: ../fish/guestfish-actions.pod:2399
27313 #, no-wrap
27314 msgid ""
27315 " is-socket path\n"
27316 "\n"
27317 msgstr ""
27318
27319 # type: =head2
27320 #. type: =head2
27321 #: ../fish/guestfish-actions.pod:2406
27322 msgid "is-symlink"
27323 msgstr ""
27324
27325 # type: verbatim
27326 #. type: verbatim
27327 #: ../fish/guestfish-actions.pod:2408
27328 #, no-wrap
27329 msgid ""
27330 " is-symlink path\n"
27331 "\n"
27332 msgstr ""
27333
27334 # type: =head2
27335 #. type: =head2
27336 #: ../fish/guestfish-actions.pod:2415
27337 msgid "kill-subprocess"
27338 msgstr ""
27339
27340 # type: verbatim
27341 #. type: verbatim
27342 #: ../fish/guestfish-actions.pod:2417
27343 #, no-wrap
27344 msgid ""
27345 " kill-subprocess\n"
27346 "\n"
27347 msgstr ""
27348
27349 # type: =head2
27350 #. type: =head2
27351 #: ../fish/guestfish-actions.pod:2421
27352 msgid "launch"
27353 msgstr ""
27354
27355 # type: =head2
27356 #. type: =head2
27357 #: ../fish/guestfish-actions.pod:2423
27358 msgid "run"
27359 msgstr ""
27360
27361 # type: verbatim
27362 #. type: verbatim
27363 #: ../fish/guestfish-actions.pod:2425
27364 #, no-wrap
27365 msgid ""
27366 " launch\n"
27367 "\n"
27368 msgstr ""
27369
27370 # type: =head2
27371 #. type: =head2
27372 #: ../fish/guestfish-actions.pod:2433
27373 msgid "lchown"
27374 msgstr ""
27375
27376 # type: verbatim
27377 #. type: verbatim
27378 #: ../fish/guestfish-actions.pod:2435
27379 #, no-wrap
27380 msgid ""
27381 " lchown owner group path\n"
27382 "\n"
27383 msgstr ""
27384
27385 # type: textblock
27386 #. type: textblock
27387 #: ../fish/guestfish-actions.pod:2437
27388 msgid ""
27389 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
27390 "chown> but if C<path> is a symlink then the link itself is changed, not the "
27391 "target."
27392 msgstr ""
27393
27394 # type: =head2
27395 #. type: =head2
27396 #: ../fish/guestfish-actions.pod:2445
27397 msgid "lgetxattr"
27398 msgstr ""
27399
27400 # type: verbatim
27401 #. type: verbatim
27402 #: ../fish/guestfish-actions.pod:2447
27403 #, no-wrap
27404 msgid ""
27405 " lgetxattr path name\n"
27406 "\n"
27407 msgstr ""
27408
27409 # type: textblock
27410 #. type: textblock
27411 #: ../fish/guestfish-actions.pod:2463
27412 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
27413 msgstr ""
27414
27415 # type: =head2
27416 #. type: =head2
27417 #: ../fish/guestfish-actions.pod:2465
27418 msgid "lgetxattrs"
27419 msgstr ""
27420
27421 # type: verbatim
27422 #. type: verbatim
27423 #: ../fish/guestfish-actions.pod:2467
27424 #, no-wrap
27425 msgid ""
27426 " lgetxattrs path\n"
27427 "\n"
27428 msgstr ""
27429
27430 # type: textblock
27431 #. type: textblock
27432 #: ../fish/guestfish-actions.pod:2469
27433 msgid ""
27434 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
27435 "it returns the extended attributes of the link itself."
27436 msgstr ""
27437
27438 # type: =head2
27439 #. type: =head2
27440 #: ../fish/guestfish-actions.pod:2473
27441 msgid "list-devices"
27442 msgstr ""
27443
27444 # type: verbatim
27445 #. type: verbatim
27446 #: ../fish/guestfish-actions.pod:2475
27447 #, no-wrap
27448 msgid ""
27449 " list-devices\n"
27450 "\n"
27451 msgstr ""
27452
27453 # type: =head2
27454 #. type: =head2
27455 #: ../fish/guestfish-actions.pod:2483
27456 msgid "list-filesystems"
27457 msgstr ""
27458
27459 # type: verbatim
27460 #. type: verbatim
27461 #: ../fish/guestfish-actions.pod:2485
27462 #, no-wrap
27463 msgid ""
27464 " list-filesystems\n"
27465 "\n"
27466 msgstr ""
27467
27468 # type: textblock
27469 #. type: textblock
27470 #: ../fish/guestfish-actions.pod:2504
27471 msgid ""
27472 "This command runs other libguestfs commands, which might include L</mount> "
27473 "and L</umount>, and therefore you should use this soon after launch and only "
27474 "when nothing is mounted."
27475 msgstr ""
27476
27477 # type: textblock
27478 #. type: textblock
27479 #: ../fish/guestfish-actions.pod:2508
27480 msgid ""
27481 "Not all of the filesystems returned will be mountable.  In particular, swap "
27482 "partitions are returned in the list.  Also this command does not check that "
27483 "each filesystem found is valid and mountable, and some filesystems might be "
27484 "mountable but require special options.  Filesystems may not all belong to a "
27485 "single logical operating system (use L</inspect-os> to look for OSes)."
27486 msgstr ""
27487
27488 # type: =head2
27489 #. type: =head2
27490 #: ../fish/guestfish-actions.pod:2516
27491 msgid "list-partitions"
27492 msgstr ""
27493
27494 # type: verbatim
27495 #. type: verbatim
27496 #: ../fish/guestfish-actions.pod:2518
27497 #, no-wrap
27498 msgid ""
27499 " list-partitions\n"
27500 "\n"
27501 msgstr ""
27502
27503 # type: textblock
27504 #. type: textblock
27505 #: ../fish/guestfish-actions.pod:2524
27506 msgid ""
27507 "This does not return logical volumes.  For that you will need to call L</"
27508 "lvs>."
27509 msgstr ""
27510
27511 # type: =head2
27512 #. type: =head2
27513 #: ../fish/guestfish-actions.pod:2529
27514 msgid "ll"
27515 msgstr ""
27516
27517 # type: verbatim
27518 #. type: verbatim
27519 #: ../fish/guestfish-actions.pod:2531
27520 #, no-wrap
27521 msgid ""
27522 " ll directory\n"
27523 "\n"
27524 msgstr ""
27525
27526 # type: =head2
27527 #. type: =head2
27528 #: ../fish/guestfish-actions.pod:2539
27529 msgid "ln"
27530 msgstr ""
27531
27532 # type: verbatim
27533 #. type: verbatim
27534 #: ../fish/guestfish-actions.pod:2541
27535 #, no-wrap
27536 msgid ""
27537 " ln target linkname\n"
27538 "\n"
27539 msgstr ""
27540
27541 # type: =head2
27542 #. type: =head2
27543 #: ../fish/guestfish-actions.pod:2545
27544 msgid "ln-f"
27545 msgstr ""
27546
27547 # type: verbatim
27548 #. type: verbatim
27549 #: ../fish/guestfish-actions.pod:2547
27550 #, no-wrap
27551 msgid ""
27552 " ln-f target linkname\n"
27553 "\n"
27554 msgstr ""
27555
27556 # type: =head2
27557 #. type: =head2
27558 #: ../fish/guestfish-actions.pod:2552
27559 msgid "ln-s"
27560 msgstr ""
27561
27562 # type: verbatim
27563 #. type: verbatim
27564 #: ../fish/guestfish-actions.pod:2554
27565 #, no-wrap
27566 msgid ""
27567 " ln-s target linkname\n"
27568 "\n"
27569 msgstr ""
27570
27571 # type: =head2
27572 #. type: =head2
27573 #: ../fish/guestfish-actions.pod:2558
27574 msgid "ln-sf"
27575 msgstr ""
27576
27577 # type: verbatim
27578 #. type: verbatim
27579 #: ../fish/guestfish-actions.pod:2560
27580 #, no-wrap
27581 msgid ""
27582 " ln-sf target linkname\n"
27583 "\n"
27584 msgstr ""
27585
27586 # type: =head2
27587 #. type: =head2
27588 #: ../fish/guestfish-actions.pod:2565
27589 msgid "lremovexattr"
27590 msgstr ""
27591
27592 # type: verbatim
27593 #. type: verbatim
27594 #: ../fish/guestfish-actions.pod:2567
27595 #, no-wrap
27596 msgid ""
27597 " lremovexattr xattr path\n"
27598 "\n"
27599 msgstr ""
27600
27601 # type: textblock
27602 #. type: textblock
27603 #: ../fish/guestfish-actions.pod:2569
27604 msgid ""
27605 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
27606 "it removes an extended attribute of the link itself."
27607 msgstr ""
27608
27609 # type: =head2
27610 #. type: =head2
27611 #: ../fish/guestfish-actions.pod:2573
27612 msgid "ls"
27613 msgstr ""
27614
27615 # type: verbatim
27616 #. type: verbatim
27617 #: ../fish/guestfish-actions.pod:2575
27618 #, no-wrap
27619 msgid ""
27620 " ls directory\n"
27621 "\n"
27622 msgstr ""
27623
27624 # type: textblock
27625 #. type: textblock
27626 #: ../fish/guestfish-actions.pod:2581
27627 msgid ""
27628 "This command is mostly useful for interactive sessions.  Programs should "
27629 "probably use L</readdir> instead."
27630 msgstr ""
27631
27632 # type: =head2
27633 #. type: =head2
27634 #: ../fish/guestfish-actions.pod:2584
27635 msgid "lsetxattr"
27636 msgstr ""
27637
27638 # type: verbatim
27639 #. type: verbatim
27640 #: ../fish/guestfish-actions.pod:2586
27641 #, no-wrap
27642 msgid ""
27643 " lsetxattr xattr val vallen path\n"
27644 "\n"
27645 msgstr ""
27646
27647 # type: textblock
27648 #. type: textblock
27649 #: ../fish/guestfish-actions.pod:2588
27650 msgid ""
27651 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
27652 "sets an extended attribute of the link itself."
27653 msgstr ""
27654
27655 # type: =head2
27656 #. type: =head2
27657 #: ../fish/guestfish-actions.pod:2592
27658 msgid "lstat"
27659 msgstr ""
27660
27661 # type: verbatim
27662 #. type: verbatim
27663 #: ../fish/guestfish-actions.pod:2594
27664 #, no-wrap
27665 msgid ""
27666 " lstat path\n"
27667 "\n"
27668 msgstr ""
27669
27670 # type: textblock
27671 #. type: textblock
27672 #: ../fish/guestfish-actions.pod:2598
27673 msgid ""
27674 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
27675 "the link is stat-ed, not the file it refers to."
27676 msgstr ""
27677
27678 # type: =head2
27679 #. type: =head2
27680 #: ../fish/guestfish-actions.pod:2604
27681 msgid "lstatlist"
27682 msgstr ""
27683
27684 # type: verbatim
27685 #. type: verbatim
27686 #: ../fish/guestfish-actions.pod:2606
27687 #, no-wrap
27688 msgid ""
27689 " lstatlist path 'names ...'\n"
27690 "\n"
27691 msgstr ""
27692
27693 # type: textblock
27694 #. type: textblock
27695 #: ../fish/guestfish-actions.pod:2608
27696 msgid ""
27697 "This call allows you to perform the L</lstat> operation on multiple files, "
27698 "where all files are in the directory C<path>.  C<names> is the list of files "
27699 "from this directory."
27700 msgstr ""
27701
27702 # type: textblock
27703 #. type: textblock
27704 #: ../fish/guestfish-actions.pod:2617
27705 msgid ""
27706 "This call is intended for programs that want to efficiently list a directory "
27707 "contents without making many round-trips.  See also L</lxattrlist> for a "
27708 "similarly efficient call for getting extended attributes.  Very long "
27709 "directory listings might cause the protocol message size to be exceeded, "
27710 "causing this call to fail.  The caller must split up such requests into "
27711 "smaller groups of names."
27712 msgstr ""
27713
27714 # type: =head2
27715 #. type: =head2
27716 #: ../fish/guestfish-actions.pod:2625
27717 msgid "luks-add-key"
27718 msgstr ""
27719
27720 # type: verbatim
27721 #. type: verbatim
27722 #: ../fish/guestfish-actions.pod:2627
27723 #, no-wrap
27724 msgid ""
27725 " luks-add-key device keyslot\n"
27726 "\n"
27727 msgstr ""
27728
27729 # type: textblock
27730 #. type: textblock
27731 #: ../fish/guestfish-actions.pod:2634
27732 msgid ""
27733 "Note that if C<keyslot> already contains a key, then this command will "
27734 "fail.  You have to use L</luks-kill-slot> first to remove that key."
27735 msgstr ""
27736
27737 # type: textblock
27738 #. type: textblock
27739 #: ../fish/guestfish-actions.pod:2638 ../fish/guestfish-actions.pod:2660
27740 #: ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2687
27741 #: ../fish/guestfish-actions.pod:2710 ../fish/guestfish-actions.pod:2720
27742 msgid ""
27743 "This command has one or more key or passphrase parameters.  Guestfish will "
27744 "prompt for these separately."
27745 msgstr ""
27746
27747 # type: =head2
27748 #. type: =head2
27749 #: ../fish/guestfish-actions.pod:2641
27750 msgid "luks-close"
27751 msgstr ""
27752
27753 # type: verbatim
27754 #. type: verbatim
27755 #: ../fish/guestfish-actions.pod:2643
27756 #, no-wrap
27757 msgid ""
27758 " luks-close device\n"
27759 "\n"
27760 msgstr ""
27761
27762 # type: textblock
27763 #. type: textblock
27764 #: ../fish/guestfish-actions.pod:2645
27765 msgid ""
27766 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
27767 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
27768 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
27769 "block device."
27770 msgstr ""
27771
27772 # type: =head2
27773 #. type: =head2
27774 #: ../fish/guestfish-actions.pod:2651
27775 msgid "luks-format"
27776 msgstr ""
27777
27778 # type: verbatim
27779 #. type: verbatim
27780 #: ../fish/guestfish-actions.pod:2653
27781 #, no-wrap
27782 msgid ""
27783 " luks-format device keyslot\n"
27784 "\n"
27785 msgstr ""
27786
27787 # type: =head2
27788 #. type: =head2
27789 #: ../fish/guestfish-actions.pod:2666
27790 msgid "luks-format-cipher"
27791 msgstr ""
27792
27793 # type: verbatim
27794 #. type: verbatim
27795 #: ../fish/guestfish-actions.pod:2668
27796 #, no-wrap
27797 msgid ""
27798 " luks-format-cipher device keyslot cipher\n"
27799 "\n"
27800 msgstr ""
27801
27802 # type: textblock
27803 #. type: textblock
27804 #: ../fish/guestfish-actions.pod:2670
27805 msgid ""
27806 "This command is the same as L</luks-format> but it also allows you to set "
27807 "the C<cipher> used."
27808 msgstr ""
27809
27810 # type: =head2
27811 #. type: =head2
27812 #: ../fish/guestfish-actions.pod:2679
27813 msgid "luks-kill-slot"
27814 msgstr ""
27815
27816 # type: verbatim
27817 #. type: verbatim
27818 #: ../fish/guestfish-actions.pod:2681
27819 #, no-wrap
27820 msgid ""
27821 " luks-kill-slot device keyslot\n"
27822 "\n"
27823 msgstr ""
27824
27825 # type: =head2
27826 #. type: =head2
27827 #: ../fish/guestfish-actions.pod:2690
27828 msgid "luks-open"
27829 msgstr ""
27830
27831 # type: verbatim
27832 #. type: verbatim
27833 #: ../fish/guestfish-actions.pod:2692
27834 #, no-wrap
27835 msgid ""
27836 " luks-open device mapname\n"
27837 "\n"
27838 msgstr ""
27839
27840 # type: textblock
27841 #. type: textblock
27842 #: ../fish/guestfish-actions.pod:2706
27843 msgid ""
27844 "If this block device contains LVM volume groups, then calling L</vgscan> "
27845 "followed by L</vg-activate-all> will make them visible."
27846 msgstr ""
27847
27848 # type: =head2
27849 #. type: =head2
27850 #: ../fish/guestfish-actions.pod:2713
27851 msgid "luks-open-ro"
27852 msgstr ""
27853
27854 # type: verbatim
27855 #. type: verbatim
27856 #: ../fish/guestfish-actions.pod:2715
27857 #, no-wrap
27858 msgid ""
27859 " luks-open-ro device mapname\n"
27860 "\n"
27861 msgstr ""
27862
27863 # type: textblock
27864 #. type: textblock
27865 #: ../fish/guestfish-actions.pod:2717
27866 msgid ""
27867 "This is the same as L</luks-open> except that a read-only mapping is created."
27868 msgstr ""
27869
27870 # type: =head2
27871 #. type: =head2
27872 #: ../fish/guestfish-actions.pod:2723
27873 msgid "lvcreate"
27874 msgstr ""
27875
27876 # type: verbatim
27877 #. type: verbatim
27878 #: ../fish/guestfish-actions.pod:2725
27879 #, no-wrap
27880 msgid ""
27881 " lvcreate logvol volgroup mbytes\n"
27882 "\n"
27883 msgstr ""
27884
27885 # type: =head2
27886 #. type: =head2
27887 #: ../fish/guestfish-actions.pod:2730
27888 msgid "lvm-canonical-lv-name"
27889 msgstr ""
27890
27891 # type: verbatim
27892 #. type: verbatim
27893 #: ../fish/guestfish-actions.pod:2732
27894 #, no-wrap
27895 msgid ""
27896 " lvm-canonical-lv-name lvname\n"
27897 "\n"
27898 msgstr ""
27899
27900 # type: textblock
27901 #. type: textblock
27902 #: ../fish/guestfish-actions.pod:2741
27903 msgid "See also L</is-lv>."
27904 msgstr ""
27905
27906 # type: =head2
27907 #. type: =head2
27908 #: ../fish/guestfish-actions.pod:2743
27909 msgid "lvm-clear-filter"
27910 msgstr ""
27911
27912 # type: verbatim
27913 #. type: verbatim
27914 #: ../fish/guestfish-actions.pod:2745
27915 #, no-wrap
27916 msgid ""
27917 " lvm-clear-filter\n"
27918 "\n"
27919 msgstr ""
27920
27921 # type: textblock
27922 #. type: textblock
27923 #: ../fish/guestfish-actions.pod:2747
27924 msgid ""
27925 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
27926 "block device."
27927 msgstr ""
27928
27929 # type: =head2
27930 #. type: =head2
27931 #: ../fish/guestfish-actions.pod:2753
27932 msgid "lvm-remove-all"
27933 msgstr ""
27934
27935 # type: verbatim
27936 #. type: verbatim
27937 #: ../fish/guestfish-actions.pod:2755
27938 #, no-wrap
27939 msgid ""
27940 " lvm-remove-all\n"
27941 "\n"
27942 msgstr ""
27943
27944 # type: =head2
27945 #. type: =head2
27946 #: ../fish/guestfish-actions.pod:2763
27947 msgid "lvm-set-filter"
27948 msgstr ""
27949
27950 # type: verbatim
27951 #. type: verbatim
27952 #: ../fish/guestfish-actions.pod:2765
27953 #, no-wrap
27954 msgid ""
27955 " lvm-set-filter 'devices ...'\n"
27956 "\n"
27957 msgstr ""
27958
27959 # type: =head2
27960 #. type: =head2
27961 #: ../fish/guestfish-actions.pod:2790
27962 msgid "lvremove"
27963 msgstr ""
27964
27965 # type: verbatim
27966 #. type: verbatim
27967 #: ../fish/guestfish-actions.pod:2792
27968 #, no-wrap
27969 msgid ""
27970 " lvremove device\n"
27971 "\n"
27972 msgstr ""
27973
27974 # type: =head2
27975 #. type: =head2
27976 #: ../fish/guestfish-actions.pod:2800
27977 msgid "lvrename"
27978 msgstr ""
27979
27980 # type: verbatim
27981 #. type: verbatim
27982 #: ../fish/guestfish-actions.pod:2802
27983 #, no-wrap
27984 msgid ""
27985 " lvrename logvol newlogvol\n"
27986 "\n"
27987 msgstr ""
27988
27989 # type: =head2
27990 #. type: =head2
27991 #: ../fish/guestfish-actions.pod:2806
27992 msgid "lvresize"
27993 msgstr ""
27994
27995 # type: verbatim
27996 #. type: verbatim
27997 #: ../fish/guestfish-actions.pod:2808
27998 #, no-wrap
27999 msgid ""
28000 " lvresize device mbytes\n"
28001 "\n"
28002 msgstr ""
28003
28004 # type: =head2
28005 #. type: =head2
28006 #: ../fish/guestfish-actions.pod:2814
28007 msgid "lvresize-free"
28008 msgstr ""
28009
28010 # type: verbatim
28011 #. type: verbatim
28012 #: ../fish/guestfish-actions.pod:2816
28013 #, no-wrap
28014 msgid ""
28015 " lvresize-free lv percent\n"
28016 "\n"
28017 msgstr ""
28018
28019 # type: =head2
28020 #. type: =head2
28021 #: ../fish/guestfish-actions.pod:2824
28022 msgid "lvs"
28023 msgstr ""
28024
28025 # type: verbatim
28026 #. type: verbatim
28027 #: ../fish/guestfish-actions.pod:2826
28028 #, no-wrap
28029 msgid ""
28030 " lvs\n"
28031 "\n"
28032 msgstr ""
28033
28034 # type: textblock
28035 #. type: textblock
28036 #: ../fish/guestfish-actions.pod:2834
28037 msgid "See also L</lvs-full>, L</list-filesystems>."
28038 msgstr ""
28039
28040 # type: =head2
28041 #. type: =head2
28042 #: ../fish/guestfish-actions.pod:2836
28043 msgid "lvs-full"
28044 msgstr ""
28045
28046 # type: verbatim
28047 #. type: verbatim
28048 #: ../fish/guestfish-actions.pod:2838
28049 #, no-wrap
28050 msgid ""
28051 " lvs-full\n"
28052 "\n"
28053 msgstr ""
28054
28055 # type: =head2
28056 #. type: =head2
28057 #: ../fish/guestfish-actions.pod:2843
28058 msgid "lvuuid"
28059 msgstr ""
28060
28061 # type: verbatim
28062 #. type: verbatim
28063 #: ../fish/guestfish-actions.pod:2845
28064 #, no-wrap
28065 msgid ""
28066 " lvuuid device\n"
28067 "\n"
28068 msgstr ""
28069
28070 # type: =head2
28071 #. type: =head2
28072 #: ../fish/guestfish-actions.pod:2849
28073 msgid "lxattrlist"
28074 msgstr ""
28075
28076 # type: verbatim
28077 #. type: verbatim
28078 #: ../fish/guestfish-actions.pod:2851
28079 #, no-wrap
28080 msgid ""
28081 " lxattrlist path 'names ...'\n"
28082 "\n"
28083 msgstr ""
28084
28085 # type: textblock
28086 #. type: textblock
28087 #: ../fish/guestfish-actions.pod:2867
28088 msgid ""
28089 "This call is intended for programs that want to efficiently list a directory "
28090 "contents without making many round-trips.  See also L</lstatlist> for a "
28091 "similarly efficient call for getting standard stats.  Very long directory "
28092 "listings might cause the protocol message size to be exceeded, causing this "
28093 "call to fail.  The caller must split up such requests into smaller groups of "
28094 "names."
28095 msgstr ""
28096
28097 # type: =head2
28098 #. type: =head2
28099 #: ../fish/guestfish-actions.pod:2875
28100 msgid "mkdir"
28101 msgstr ""
28102
28103 # type: verbatim
28104 #. type: verbatim
28105 #: ../fish/guestfish-actions.pod:2877
28106 #, no-wrap
28107 msgid ""
28108 " mkdir path\n"
28109 "\n"
28110 msgstr ""
28111
28112 # type: =head2
28113 #. type: =head2
28114 #: ../fish/guestfish-actions.pod:2881
28115 msgid "mkdir-mode"
28116 msgstr ""
28117
28118 # type: verbatim
28119 #. type: verbatim
28120 #: ../fish/guestfish-actions.pod:2883
28121 #, no-wrap
28122 msgid ""
28123 " mkdir-mode path mode\n"
28124 "\n"
28125 msgstr ""
28126
28127 # type: textblock
28128 #. type: textblock
28129 #: ../fish/guestfish-actions.pod:2892
28130 msgid "See also L</mkdir>, L</umask>"
28131 msgstr ""
28132
28133 # type: =head2
28134 #. type: =head2
28135 #: ../fish/guestfish-actions.pod:2894
28136 msgid "mkdir-p"
28137 msgstr ""
28138
28139 # type: verbatim
28140 #. type: verbatim
28141 #: ../fish/guestfish-actions.pod:2896
28142 #, no-wrap
28143 msgid ""
28144 " mkdir-p path\n"
28145 "\n"
28146 msgstr ""
28147
28148 # type: =head2
28149 #. type: =head2
28150 #: ../fish/guestfish-actions.pod:2901
28151 msgid "mkdtemp"
28152 msgstr ""
28153
28154 # type: verbatim
28155 #. type: verbatim
28156 #: ../fish/guestfish-actions.pod:2903
28157 #, no-wrap
28158 msgid ""
28159 " mkdtemp template\n"
28160 "\n"
28161 msgstr ""
28162
28163 # type: =head2
28164 #. type: =head2
28165 #: ../fish/guestfish-actions.pod:2924
28166 msgid "mke2fs-J"
28167 msgstr ""
28168
28169 # type: verbatim
28170 #. type: verbatim
28171 #: ../fish/guestfish-actions.pod:2926
28172 #, no-wrap
28173 msgid ""
28174 " mke2fs-J fstype blocksize device journal\n"
28175 "\n"
28176 msgstr ""
28177
28178 # type: textblock
28179 #. type: textblock
28180 #: ../fish/guestfish-actions.pod:2934
28181 msgid "See also L</mke2journal>."
28182 msgstr ""
28183
28184 # type: =head2
28185 #. type: =head2
28186 #: ../fish/guestfish-actions.pod:2936
28187 msgid "mke2fs-JL"
28188 msgstr ""
28189
28190 # type: verbatim
28191 #. type: verbatim
28192 #: ../fish/guestfish-actions.pod:2938
28193 #, no-wrap
28194 msgid ""
28195 " mke2fs-JL fstype blocksize device label\n"
28196 "\n"
28197 msgstr ""
28198
28199 # type: textblock
28200 #. type: textblock
28201 #: ../fish/guestfish-actions.pod:2943
28202 msgid "See also L</mke2journal-L>."
28203 msgstr ""
28204
28205 # type: =head2
28206 #. type: =head2
28207 #: ../fish/guestfish-actions.pod:2945
28208 msgid "mke2fs-JU"
28209 msgstr ""
28210
28211 # type: verbatim
28212 #. type: verbatim
28213 #: ../fish/guestfish-actions.pod:2947
28214 #, no-wrap
28215 msgid ""
28216 " mke2fs-JU fstype blocksize device uuid\n"
28217 "\n"
28218 msgstr ""
28219
28220 # type: textblock
28221 #. type: textblock
28222 #: ../fish/guestfish-actions.pod:2952
28223 msgid "See also L</mke2journal-U>."
28224 msgstr ""
28225
28226 # type: =head2
28227 #. type: =head2
28228 #: ../fish/guestfish-actions.pod:2954
28229 msgid "mke2journal"
28230 msgstr ""
28231
28232 # type: verbatim
28233 #. type: verbatim
28234 #: ../fish/guestfish-actions.pod:2956
28235 #, no-wrap
28236 msgid ""
28237 " mke2journal blocksize device\n"
28238 "\n"
28239 msgstr ""
28240
28241 # type: =head2
28242 #. type: =head2
28243 #: ../fish/guestfish-actions.pod:2963
28244 msgid "mke2journal-L"
28245 msgstr ""
28246
28247 # type: verbatim
28248 #. type: verbatim
28249 #: ../fish/guestfish-actions.pod:2965
28250 #, no-wrap
28251 msgid ""
28252 " mke2journal-L blocksize label device\n"
28253 "\n"
28254 msgstr ""
28255
28256 # type: =head2
28257 #. type: =head2
28258 #: ../fish/guestfish-actions.pod:2969
28259 msgid "mke2journal-U"
28260 msgstr ""
28261
28262 # type: verbatim
28263 #. type: verbatim
28264 #: ../fish/guestfish-actions.pod:2971
28265 #, no-wrap
28266 msgid ""
28267 " mke2journal-U blocksize uuid device\n"
28268 "\n"
28269 msgstr ""
28270
28271 # type: =head2
28272 #. type: =head2
28273 #: ../fish/guestfish-actions.pod:2975
28274 msgid "mkfifo"
28275 msgstr ""
28276
28277 # type: verbatim
28278 #. type: verbatim
28279 #: ../fish/guestfish-actions.pod:2977
28280 #, no-wrap
28281 msgid ""
28282 " mkfifo mode path\n"
28283 "\n"
28284 msgstr ""
28285
28286 # type: textblock
28287 #. type: textblock
28288 #: ../fish/guestfish-actions.pod:2979
28289 msgid ""
28290 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
28291 "is just a convenient wrapper around L</mknod>."
28292 msgstr ""
28293
28294 # type: =head2
28295 #. type: =head2
28296 #: ../fish/guestfish-actions.pod:2985
28297 msgid "mkfs"
28298 msgstr ""
28299
28300 # type: verbatim
28301 #. type: verbatim
28302 #: ../fish/guestfish-actions.pod:2987
28303 #, no-wrap
28304 msgid ""
28305 " mkfs fstype device\n"
28306 "\n"
28307 msgstr ""
28308
28309 # type: =head2
28310 #. type: =head2
28311 #: ../fish/guestfish-actions.pod:2993
28312 msgid "mkfs-b"
28313 msgstr ""
28314
28315 # type: verbatim
28316 #. type: verbatim
28317 #: ../fish/guestfish-actions.pod:2995
28318 #, no-wrap
28319 msgid ""
28320 " mkfs-b fstype blocksize device\n"
28321 "\n"
28322 msgstr ""
28323
28324 # type: textblock
28325 #. type: textblock
28326 #: ../fish/guestfish-actions.pod:2997
28327 msgid ""
28328 "This call is similar to L</mkfs>, but it allows you to control the block "
28329 "size of the resulting filesystem.  Supported block sizes depend on the "
28330 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28331 msgstr ""
28332
28333 # type: =head2
28334 #. type: =head2
28335 #: ../fish/guestfish-actions.pod:3012
28336 msgid "mkfs-opts"
28337 msgstr ""
28338
28339 #. type: verbatim
28340 #: ../fish/guestfish-actions.pod:3014
28341 #, no-wrap
28342 msgid ""
28343 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
28344 "\n"
28345 msgstr ""
28346
28347 # type: =head2
28348 #. type: =head2
28349 #: ../fish/guestfish-actions.pod:3049
28350 msgid "mkmountpoint"
28351 msgstr ""
28352
28353 # type: verbatim
28354 #. type: verbatim
28355 #: ../fish/guestfish-actions.pod:3051
28356 #, no-wrap
28357 msgid ""
28358 " mkmountpoint exemptpath\n"
28359 "\n"
28360 msgstr ""
28361
28362 # type: textblock
28363 #. type: textblock
28364 #: ../fish/guestfish-actions.pod:3053
28365 msgid ""
28366 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
28367 "to create extra mountpoints before mounting the first filesystem."
28368 msgstr ""
28369
28370 # type: textblock
28371 #. type: textblock
28372 #: ../fish/guestfish-actions.pod:3077
28373 msgid ""
28374 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
28375 "unexpected errors if you try to mix these calls.  It is safest to manually "
28376 "unmount filesystems and remove mountpoints after use."
28377 msgstr ""
28378
28379 # type: textblock
28380 #. type: textblock
28381 #: ../fish/guestfish-actions.pod:3081
28382 msgid ""
28383 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
28384 "for this to work for manual mountpoints, you must ensure that the innermost "
28385 "mountpoints have the longest pathnames, as in the example code above."
28386 msgstr ""
28387
28388 #. type: textblock
28389 #: ../fish/guestfish-actions.pod:3088
28390 msgid ""
28391 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
28392 "L</umount-all> to be called when the handle is closed which can also trigger "
28393 "these issues."
28394 msgstr ""
28395
28396 # type: =head2
28397 #. type: =head2
28398 #: ../fish/guestfish-actions.pod:3092
28399 msgid "mknod"
28400 msgstr ""
28401
28402 # type: verbatim
28403 #. type: verbatim
28404 #: ../fish/guestfish-actions.pod:3094
28405 #, no-wrap
28406 msgid ""
28407 " mknod mode devmajor devminor path\n"
28408 "\n"
28409 msgstr ""
28410
28411 # type: textblock
28412 #. type: textblock
28413 #: ../fish/guestfish-actions.pod:3104
28414 msgid ""
28415 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
28416 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
28417 "regular file).  These constants are available in the standard Linux header "
28418 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
28419 "wrappers around this command which bitwise OR in the appropriate constant "
28420 "for you."
28421 msgstr ""
28422
28423 # type: =head2
28424 #. type: =head2
28425 #: ../fish/guestfish-actions.pod:3114
28426 msgid "mknod-b"
28427 msgstr ""
28428
28429 # type: verbatim
28430 #. type: verbatim
28431 #: ../fish/guestfish-actions.pod:3116
28432 #, no-wrap
28433 msgid ""
28434 " mknod-b mode devmajor devminor path\n"
28435 "\n"
28436 msgstr ""
28437
28438 # type: textblock
28439 #. type: textblock
28440 #: ../fish/guestfish-actions.pod:3118
28441 msgid ""
28442 "This call creates a block device node called C<path> with mode C<mode> and "
28443 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28444 "wrapper around L</mknod>."
28445 msgstr ""
28446
28447 # type: =head2
28448 #. type: =head2
28449 #: ../fish/guestfish-actions.pod:3124
28450 msgid "mknod-c"
28451 msgstr ""
28452
28453 # type: verbatim
28454 #. type: verbatim
28455 #: ../fish/guestfish-actions.pod:3126
28456 #, no-wrap
28457 msgid ""
28458 " mknod-c mode devmajor devminor path\n"
28459 "\n"
28460 msgstr ""
28461
28462 # type: textblock
28463 #. type: textblock
28464 #: ../fish/guestfish-actions.pod:3128
28465 msgid ""
28466 "This call creates a char device node called C<path> with mode C<mode> and "
28467 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28468 "wrapper around L</mknod>."
28469 msgstr ""
28470
28471 # type: =head2
28472 #. type: =head2
28473 #: ../fish/guestfish-actions.pod:3134
28474 msgid "mkswap"
28475 msgstr ""
28476
28477 # type: verbatim
28478 #. type: verbatim
28479 #: ../fish/guestfish-actions.pod:3136
28480 #, no-wrap
28481 msgid ""
28482 " mkswap device\n"
28483 "\n"
28484 msgstr ""
28485
28486 # type: =head2
28487 #. type: =head2
28488 #: ../fish/guestfish-actions.pod:3140
28489 msgid "mkswap-L"
28490 msgstr ""
28491
28492 # type: verbatim
28493 #. type: verbatim
28494 #: ../fish/guestfish-actions.pod:3142
28495 #, no-wrap
28496 msgid ""
28497 " mkswap-L label device\n"
28498 "\n"
28499 msgstr ""
28500
28501 # type: =head2
28502 #. type: =head2
28503 #: ../fish/guestfish-actions.pod:3150
28504 msgid "mkswap-U"
28505 msgstr ""
28506
28507 # type: verbatim
28508 #. type: verbatim
28509 #: ../fish/guestfish-actions.pod:3152
28510 #, no-wrap
28511 msgid ""
28512 " mkswap-U uuid device\n"
28513 "\n"
28514 msgstr ""
28515
28516 # type: =head2
28517 #. type: =head2
28518 #: ../fish/guestfish-actions.pod:3156
28519 msgid "mkswap-file"
28520 msgstr ""
28521
28522 # type: verbatim
28523 #. type: verbatim
28524 #: ../fish/guestfish-actions.pod:3158
28525 #, no-wrap
28526 msgid ""
28527 " mkswap-file path\n"
28528 "\n"
28529 msgstr ""
28530
28531 # type: textblock
28532 #. type: textblock
28533 #: ../fish/guestfish-actions.pod:3162
28534 msgid ""
28535 "This command just writes a swap file signature to an existing file.  To "
28536 "create the file itself, use something like L</fallocate>."
28537 msgstr ""
28538
28539 # type: =head2
28540 #. type: =head2
28541 #: ../fish/guestfish-actions.pod:3165
28542 msgid "modprobe"
28543 msgstr ""
28544
28545 # type: verbatim
28546 #. type: verbatim
28547 #: ../fish/guestfish-actions.pod:3167
28548 #, no-wrap
28549 msgid ""
28550 " modprobe modulename\n"
28551 "\n"
28552 msgstr ""
28553
28554 # type: =head2
28555 #. type: =head2
28556 #: ../fish/guestfish-actions.pod:3174
28557 msgid "mount"
28558 msgstr ""
28559
28560 # type: verbatim
28561 #. type: verbatim
28562 #: ../fish/guestfish-actions.pod:3176
28563 #, no-wrap
28564 msgid ""
28565 " mount device mountpoint\n"
28566 "\n"
28567 msgstr ""
28568
28569 # type: textblock
28570 #. type: textblock
28571 #: ../fish/guestfish-actions.pod:3192
28572 msgid ""
28573 "B<Important note:> When you use this call, the filesystem options C<sync> "
28574 "and C<noatime> are set implicitly.  This was originally done because we "
28575 "thought it would improve reliability, but it turns out that I<-o sync> has a "
28576 "very large negative performance impact and negligible effect on "
28577 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
28578 "code that needs performance, and instead use L</mount-options> (use an empty "
28579 "string for the first parameter if you don't want any options)."
28580 msgstr ""
28581
28582 # type: =head2
28583 #. type: =head2
28584 #: ../fish/guestfish-actions.pod:3202
28585 msgid "mount-loop"
28586 msgstr ""
28587
28588 # type: verbatim
28589 #. type: verbatim
28590 #: ../fish/guestfish-actions.pod:3204
28591 #, no-wrap
28592 msgid ""
28593 " mount-loop file mountpoint\n"
28594 "\n"
28595 msgstr ""
28596
28597 # type: =head2
28598 #. type: =head2
28599 #: ../fish/guestfish-actions.pod:3210
28600 msgid "mount-options"
28601 msgstr ""
28602
28603 # type: verbatim
28604 #. type: verbatim
28605 #: ../fish/guestfish-actions.pod:3212
28606 #, no-wrap
28607 msgid ""
28608 " mount-options options device mountpoint\n"
28609 "\n"
28610 msgstr ""
28611
28612 # type: textblock
28613 #. type: textblock
28614 #: ../fish/guestfish-actions.pod:3214
28615 msgid ""
28616 "This is the same as the L</mount> command, but it allows you to set the "
28617 "mount options as for the L<mount(8)> I<-o> flag."
28618 msgstr ""
28619
28620 # type: =head2
28621 #. type: =head2
28622 #: ../fish/guestfish-actions.pod:3222
28623 msgid "mount-ro"
28624 msgstr ""
28625
28626 # type: verbatim
28627 #. type: verbatim
28628 #: ../fish/guestfish-actions.pod:3224
28629 #, no-wrap
28630 msgid ""
28631 " mount-ro device mountpoint\n"
28632 "\n"
28633 msgstr ""
28634
28635 # type: textblock
28636 #. type: textblock
28637 #: ../fish/guestfish-actions.pod:3226
28638 msgid ""
28639 "This is the same as the L</mount> command, but it mounts the filesystem with "
28640 "the read-only (I<-o ro>) flag."
28641 msgstr ""
28642
28643 # type: =head2
28644 #. type: =head2
28645 #: ../fish/guestfish-actions.pod:3229
28646 msgid "mount-vfs"
28647 msgstr ""
28648
28649 # type: verbatim
28650 #. type: verbatim
28651 #: ../fish/guestfish-actions.pod:3231
28652 #, no-wrap
28653 msgid ""
28654 " mount-vfs options vfstype device mountpoint\n"
28655 "\n"
28656 msgstr ""
28657
28658 # type: textblock
28659 #. type: textblock
28660 #: ../fish/guestfish-actions.pod:3233
28661 msgid ""
28662 "This is the same as the L</mount> command, but it allows you to set both the "
28663 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
28664 msgstr ""
28665
28666 # type: =head2
28667 #. type: =head2
28668 #: ../fish/guestfish-actions.pod:3237
28669 msgid "mountpoints"
28670 msgstr ""
28671
28672 # type: verbatim
28673 #. type: verbatim
28674 #: ../fish/guestfish-actions.pod:3239
28675 #, no-wrap
28676 msgid ""
28677 " mountpoints\n"
28678 "\n"
28679 msgstr ""
28680
28681 # type: textblock
28682 #. type: textblock
28683 #: ../fish/guestfish-actions.pod:3241
28684 msgid ""
28685 "This call is similar to L</mounts>.  That call returns a list of devices.  "
28686 "This one returns a hash table (map) of device name to directory where the "
28687 "device is mounted."
28688 msgstr ""
28689
28690 # type: =head2
28691 #. type: =head2
28692 #: ../fish/guestfish-actions.pod:3245
28693 msgid "mounts"
28694 msgstr ""
28695
28696 # type: verbatim
28697 #. type: verbatim
28698 #: ../fish/guestfish-actions.pod:3247
28699 #, no-wrap
28700 msgid ""
28701 " mounts\n"
28702 "\n"
28703 msgstr ""
28704
28705 # type: textblock
28706 #. type: textblock
28707 #: ../fish/guestfish-actions.pod:3254
28708 msgid "See also: L</mountpoints>"
28709 msgstr ""
28710
28711 # type: =head2
28712 #. type: =head2
28713 #: ../fish/guestfish-actions.pod:3256
28714 msgid "mv"
28715 msgstr ""
28716
28717 # type: verbatim
28718 #. type: verbatim
28719 #: ../fish/guestfish-actions.pod:3258
28720 #, no-wrap
28721 msgid ""
28722 " mv src dest\n"
28723 "\n"
28724 msgstr ""
28725
28726 # type: =head2
28727 #. type: =head2
28728 #: ../fish/guestfish-actions.pod:3263
28729 msgid "ntfs-3g-probe"
28730 msgstr ""
28731
28732 # type: verbatim
28733 #. type: verbatim
28734 #: ../fish/guestfish-actions.pod:3265
28735 #, no-wrap
28736 msgid ""
28737 " ntfs-3g-probe true|false device\n"
28738 "\n"
28739 msgstr ""
28740
28741 # type: =head2
28742 #. type: =head2
28743 #: ../fish/guestfish-actions.pod:3279
28744 msgid "ntfsresize"
28745 msgstr ""
28746
28747 # type: verbatim
28748 #. type: verbatim
28749 #: ../fish/guestfish-actions.pod:3281
28750 #, no-wrap
28751 msgid ""
28752 " ntfsresize device\n"
28753 "\n"
28754 msgstr ""
28755
28756 # type: =head2
28757 #. type: =head2
28758 #: ../fish/guestfish-actions.pod:3287
28759 msgid "ntfsresize-size"
28760 msgstr ""
28761
28762 # type: verbatim
28763 #. type: verbatim
28764 #: ../fish/guestfish-actions.pod:3289
28765 #, no-wrap
28766 msgid ""
28767 " ntfsresize-size device size\n"
28768 "\n"
28769 msgstr ""
28770
28771 # type: textblock
28772 #. type: textblock
28773 #: ../fish/guestfish-actions.pod:3291
28774 msgid ""
28775 "This command is the same as L</ntfsresize> except that it allows you to "
28776 "specify the new size (in bytes) explicitly."
28777 msgstr ""
28778
28779 # type: =head2
28780 #. type: =head2
28781 #: ../fish/guestfish-actions.pod:3294
28782 msgid "part-add"
28783 msgstr ""
28784
28785 # type: verbatim
28786 #. type: verbatim
28787 #: ../fish/guestfish-actions.pod:3296
28788 #, no-wrap
28789 msgid ""
28790 " part-add device prlogex startsect endsect\n"
28791 "\n"
28792 msgstr ""
28793
28794 # type: textblock
28795 #. type: textblock
28796 #: ../fish/guestfish-actions.pod:3298
28797 msgid ""
28798 "This command adds a partition to C<device>.  If there is no partition table "
28799 "on the device, call L</part-init> first."
28800 msgstr ""
28801
28802 # type: textblock
28803 #. type: textblock
28804 #: ../fish/guestfish-actions.pod:3310
28805 msgid ""
28806 "Creating a partition which covers the whole disk is not so easy.  Use L</"
28807 "part-disk> to do that."
28808 msgstr ""
28809
28810 # type: =head2
28811 #. type: =head2
28812 #: ../fish/guestfish-actions.pod:3313
28813 msgid "part-del"
28814 msgstr ""
28815
28816 # type: verbatim
28817 #. type: verbatim
28818 #: ../fish/guestfish-actions.pod:3315
28819 #, no-wrap
28820 msgid ""
28821 " part-del device partnum\n"
28822 "\n"
28823 msgstr ""
28824
28825 # type: =head2
28826 #. type: =head2
28827 #: ../fish/guestfish-actions.pod:3323
28828 msgid "part-disk"
28829 msgstr ""
28830
28831 # type: verbatim
28832 #. type: verbatim
28833 #: ../fish/guestfish-actions.pod:3325
28834 #, no-wrap
28835 msgid ""
28836 " part-disk device parttype\n"
28837 "\n"
28838 msgstr ""
28839
28840 # type: textblock
28841 #. type: textblock
28842 #: ../fish/guestfish-actions.pod:3327
28843 msgid ""
28844 "This command is simply a combination of L</part-init> followed by L</part-"
28845 "add> to create a single primary partition covering the whole disk."
28846 msgstr ""
28847
28848 # type: textblock
28849 #. type: textblock
28850 #: ../fish/guestfish-actions.pod:3331
28851 msgid ""
28852 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
28853 "possible values are described in L</part-init>."
28854 msgstr ""
28855
28856 # type: =head2
28857 #. type: =head2
28858 #: ../fish/guestfish-actions.pod:3337
28859 msgid "part-get-bootable"
28860 msgstr ""
28861
28862 # type: verbatim
28863 #. type: verbatim
28864 #: ../fish/guestfish-actions.pod:3339
28865 #, no-wrap
28866 msgid ""
28867 " part-get-bootable device partnum\n"
28868 "\n"
28869 msgstr ""
28870
28871 # type: textblock
28872 #. type: textblock
28873 #: ../fish/guestfish-actions.pod:3344
28874 msgid "See also L</part-set-bootable>."
28875 msgstr ""
28876
28877 # type: =head2
28878 #. type: =head2
28879 #: ../fish/guestfish-actions.pod:3346
28880 msgid "part-get-mbr-id"
28881 msgstr ""
28882
28883 # type: verbatim
28884 #. type: verbatim
28885 #: ../fish/guestfish-actions.pod:3348
28886 #, no-wrap
28887 msgid ""
28888 " part-get-mbr-id device partnum\n"
28889 "\n"
28890 msgstr ""
28891
28892 # type: textblock
28893 #. type: textblock
28894 #: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3491
28895 msgid ""
28896 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
28897 "undefined results for other partition table types (see L</part-get-"
28898 "parttype>)."
28899 msgstr ""
28900
28901 # type: =head2
28902 #. type: =head2
28903 #: ../fish/guestfish-actions.pod:3357
28904 msgid "part-get-parttype"
28905 msgstr ""
28906
28907 # type: verbatim
28908 #. type: verbatim
28909 #: ../fish/guestfish-actions.pod:3359
28910 #, no-wrap
28911 msgid ""
28912 " part-get-parttype device\n"
28913 "\n"
28914 msgstr ""
28915
28916 # type: textblock
28917 #. type: textblock
28918 #: ../fish/guestfish-actions.pod:3364
28919 msgid ""
28920 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
28921 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
28922 "possible, although unusual.  See L</part-init> for a full list."
28923 msgstr ""
28924
28925 # type: =head2
28926 #. type: =head2
28927 #: ../fish/guestfish-actions.pod:3369
28928 msgid "part-init"
28929 msgstr ""
28930
28931 # type: verbatim
28932 #. type: verbatim
28933 #: ../fish/guestfish-actions.pod:3371
28934 #, no-wrap
28935 msgid ""
28936 " part-init device parttype\n"
28937 "\n"
28938 msgstr ""
28939
28940 # type: textblock
28941 #. type: textblock
28942 #: ../fish/guestfish-actions.pod:3377
28943 msgid ""
28944 "Initially there are no partitions.  Following this, you should call L</part-"
28945 "add> for each partition required."
28946 msgstr ""
28947
28948 # type: =head2
28949 #. type: =head2
28950 #: ../fish/guestfish-actions.pod:3440
28951 msgid "part-list"
28952 msgstr ""
28953
28954 # type: verbatim
28955 #. type: verbatim
28956 #: ../fish/guestfish-actions.pod:3442
28957 #, no-wrap
28958 msgid ""
28959 " part-list device\n"
28960 "\n"
28961 msgstr ""
28962
28963 # type: textblock
28964 #. type: textblock
28965 #: ../fish/guestfish-actions.pod:3457
28966 msgid ""
28967 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
28968 "the device's sector size, see L</blockdev-getss>."
28969 msgstr ""
28970
28971 # type: =head2
28972 #. type: =head2
28973 #: ../fish/guestfish-actions.pod:3470
28974 msgid "part-set-bootable"
28975 msgstr ""
28976
28977 # type: verbatim
28978 #. type: verbatim
28979 #: ../fish/guestfish-actions.pod:3472
28980 #, no-wrap
28981 msgid ""
28982 " part-set-bootable device partnum true|false\n"
28983 "\n"
28984 msgstr ""
28985
28986 # type: =head2
28987 #. type: =head2
28988 #: ../fish/guestfish-actions.pod:3481
28989 msgid "part-set-mbr-id"
28990 msgstr ""
28991
28992 # type: verbatim
28993 #. type: verbatim
28994 #: ../fish/guestfish-actions.pod:3483
28995 #, no-wrap
28996 msgid ""
28997 " part-set-mbr-id device partnum idbyte\n"
28998 "\n"
28999 msgstr ""
29000
29001 # type: =head2
29002 #. type: =head2
29003 #: ../fish/guestfish-actions.pod:3495
29004 msgid "part-set-name"
29005 msgstr ""
29006
29007 # type: verbatim
29008 #. type: verbatim
29009 #: ../fish/guestfish-actions.pod:3497
29010 #, no-wrap
29011 msgid ""
29012 " part-set-name device partnum name\n"
29013 "\n"
29014 msgstr ""
29015
29016 # type: =head2
29017 #. type: =head2
29018 #: ../fish/guestfish-actions.pod:3505
29019 msgid "part-to-dev"
29020 msgstr ""
29021
29022 # type: verbatim
29023 #. type: verbatim
29024 #: ../fish/guestfish-actions.pod:3507
29025 #, no-wrap
29026 msgid ""
29027 " part-to-dev partition\n"
29028 "\n"
29029 msgstr ""
29030
29031 # type: textblock
29032 #. type: textblock
29033 #: ../fish/guestfish-actions.pod:3513
29034 msgid ""
29035 "The named partition must exist, for example as a string returned from L</"
29036 "list-partitions>."
29037 msgstr ""
29038
29039 # type: =head2
29040 #. type: =head2
29041 #: ../fish/guestfish-actions.pod:3516
29042 msgid "ping-daemon"
29043 msgstr ""
29044
29045 # type: verbatim
29046 #. type: verbatim
29047 #: ../fish/guestfish-actions.pod:3518
29048 #, no-wrap
29049 msgid ""
29050 " ping-daemon\n"
29051 "\n"
29052 msgstr ""
29053
29054 # type: =head2
29055 #. type: =head2
29056 #: ../fish/guestfish-actions.pod:3525
29057 msgid "pread"
29058 msgstr ""
29059
29060 # type: verbatim
29061 #. type: verbatim
29062 #: ../fish/guestfish-actions.pod:3527
29063 #, no-wrap
29064 msgid ""
29065 " pread path count offset\n"
29066 "\n"
29067 msgstr ""
29068
29069 # type: textblock
29070 #. type: textblock
29071 #: ../fish/guestfish-actions.pod:3535
29072 msgid "See also L</pwrite>, L</pread-device>."
29073 msgstr ""
29074
29075 # type: =head2
29076 #. type: =head2
29077 #: ../fish/guestfish-actions.pod:3540
29078 msgid "pread-device"
29079 msgstr ""
29080
29081 # type: verbatim
29082 #. type: verbatim
29083 #: ../fish/guestfish-actions.pod:3542
29084 #, no-wrap
29085 msgid ""
29086 " pread-device device count offset\n"
29087 "\n"
29088 msgstr ""
29089
29090 # type: textblock
29091 #. type: textblock
29092 #: ../fish/guestfish-actions.pod:3550
29093 msgid "See also L</pread>."
29094 msgstr ""
29095
29096 # type: =head2
29097 #. type: =head2
29098 #: ../fish/guestfish-actions.pod:3555
29099 msgid "pvcreate"
29100 msgstr ""
29101
29102 # type: verbatim
29103 #. type: verbatim
29104 #: ../fish/guestfish-actions.pod:3557
29105 #, no-wrap
29106 msgid ""
29107 " pvcreate device\n"
29108 "\n"
29109 msgstr ""
29110
29111 # type: =head2
29112 #. type: =head2
29113 #: ../fish/guestfish-actions.pod:3563
29114 msgid "pvremove"
29115 msgstr ""
29116
29117 # type: verbatim
29118 #. type: verbatim
29119 #: ../fish/guestfish-actions.pod:3565
29120 #, no-wrap
29121 msgid ""
29122 " pvremove device\n"
29123 "\n"
29124 msgstr ""
29125
29126 # type: =head2
29127 #. type: =head2
29128 #: ../fish/guestfish-actions.pod:3574
29129 msgid "pvresize"
29130 msgstr ""
29131
29132 # type: verbatim
29133 #. type: verbatim
29134 #: ../fish/guestfish-actions.pod:3576
29135 #, no-wrap
29136 msgid ""
29137 " pvresize device\n"
29138 "\n"
29139 msgstr ""
29140
29141 # type: =head2
29142 #. type: =head2
29143 #: ../fish/guestfish-actions.pod:3581
29144 msgid "pvresize-size"
29145 msgstr ""
29146
29147 # type: verbatim
29148 #. type: verbatim
29149 #: ../fish/guestfish-actions.pod:3583
29150 #, no-wrap
29151 msgid ""
29152 " pvresize-size device size\n"
29153 "\n"
29154 msgstr ""
29155
29156 # type: textblock
29157 #. type: textblock
29158 #: ../fish/guestfish-actions.pod:3585
29159 msgid ""
29160 "This command is the same as L</pvresize> except that it allows you to "
29161 "specify the new size (in bytes) explicitly."
29162 msgstr ""
29163
29164 # type: =head2
29165 #. type: =head2
29166 #: ../fish/guestfish-actions.pod:3588
29167 msgid "pvs"
29168 msgstr ""
29169
29170 # type: verbatim
29171 #. type: verbatim
29172 #: ../fish/guestfish-actions.pod:3590
29173 #, no-wrap
29174 msgid ""
29175 " pvs\n"
29176 "\n"
29177 msgstr ""
29178
29179 # type: textblock
29180 #. type: textblock
29181 #: ../fish/guestfish-actions.pod:3598
29182 msgid "See also L</pvs-full>."
29183 msgstr ""
29184
29185 # type: =head2
29186 #. type: =head2
29187 #: ../fish/guestfish-actions.pod:3600
29188 msgid "pvs-full"
29189 msgstr ""
29190
29191 # type: verbatim
29192 #. type: verbatim
29193 #: ../fish/guestfish-actions.pod:3602
29194 #, no-wrap
29195 msgid ""
29196 " pvs-full\n"
29197 "\n"
29198 msgstr ""
29199
29200 # type: =head2
29201 #. type: =head2
29202 #: ../fish/guestfish-actions.pod:3607
29203 msgid "pvuuid"
29204 msgstr ""
29205
29206 # type: verbatim
29207 #. type: verbatim
29208 #: ../fish/guestfish-actions.pod:3609
29209 #, no-wrap
29210 msgid ""
29211 " pvuuid device\n"
29212 "\n"
29213 msgstr ""
29214
29215 # type: =head2
29216 #. type: =head2
29217 #: ../fish/guestfish-actions.pod:3613
29218 msgid "pwrite"
29219 msgstr ""
29220
29221 # type: verbatim
29222 #. type: verbatim
29223 #: ../fish/guestfish-actions.pod:3615
29224 #, no-wrap
29225 msgid ""
29226 " pwrite path content offset\n"
29227 "\n"
29228 msgstr ""
29229
29230 # type: textblock
29231 #. type: textblock
29232 #: ../fish/guestfish-actions.pod:3626
29233 msgid "See also L</pread>, L</pwrite-device>."
29234 msgstr ""
29235
29236 # type: =head2
29237 #. type: =head2
29238 #: ../fish/guestfish-actions.pod:3631
29239 msgid "pwrite-device"
29240 msgstr ""
29241
29242 # type: verbatim
29243 #. type: verbatim
29244 #: ../fish/guestfish-actions.pod:3633
29245 #, no-wrap
29246 msgid ""
29247 " pwrite-device device content offset\n"
29248 "\n"
29249 msgstr ""
29250
29251 # type: textblock
29252 #. type: textblock
29253 #: ../fish/guestfish-actions.pod:3643
29254 msgid "See also L</pwrite>."
29255 msgstr ""
29256
29257 # type: =head2
29258 #. type: =head2
29259 #: ../fish/guestfish-actions.pod:3648
29260 msgid "read-file"
29261 msgstr ""
29262
29263 # type: verbatim
29264 #. type: verbatim
29265 #: ../fish/guestfish-actions.pod:3650
29266 #, no-wrap
29267 msgid ""
29268 " read-file path\n"
29269 "\n"
29270 msgstr ""
29271
29272 # type: textblock
29273 #. type: textblock
29274 #: ../fish/guestfish-actions.pod:3655
29275 msgid ""
29276 "Unlike L</cat>, this function can correctly handle files that contain "
29277 "embedded ASCII NUL characters.  However unlike L</download>, this function "
29278 "is limited in the total size of file that can be handled."
29279 msgstr ""
29280
29281 # type: =head2
29282 #. type: =head2
29283 #: ../fish/guestfish-actions.pod:3663
29284 msgid "read-lines"
29285 msgstr ""
29286
29287 # type: verbatim
29288 #. type: verbatim
29289 #: ../fish/guestfish-actions.pod:3665
29290 #, no-wrap
29291 msgid ""
29292 " read-lines path\n"
29293 "\n"
29294 msgstr ""
29295
29296 # type: textblock
29297 #. type: textblock
29298 #: ../fish/guestfish-actions.pod:3672
29299 msgid ""
29300 "Note that this function cannot correctly handle binary files (specifically, "
29301 "files containing C<\\0> character which is treated as end of line).  For "
29302 "those you need to use the L</read-file> function which has a more complex "
29303 "interface."
29304 msgstr ""
29305
29306 # type: =head2
29307 #. type: =head2
29308 #: ../fish/guestfish-actions.pod:3677
29309 msgid "readdir"
29310 msgstr ""
29311
29312 # type: verbatim
29313 #. type: verbatim
29314 #: ../fish/guestfish-actions.pod:3679
29315 #, no-wrap
29316 msgid ""
29317 " readdir dir\n"
29318 "\n"
29319 msgstr ""
29320
29321 # type: textblock
29322 #. type: textblock
29323 #: ../fish/guestfish-actions.pod:3731
29324 msgid ""
29325 "This function is primarily intended for use by programs.  To get a simple "
29326 "list of names, use L</ls>.  To get a printable directory for human "
29327 "consumption, use L</ll>."
29328 msgstr ""
29329
29330 # type: =head2
29331 #. type: =head2
29332 #: ../fish/guestfish-actions.pod:3735
29333 msgid "readlink"
29334 msgstr ""
29335
29336 # type: verbatim
29337 #. type: verbatim
29338 #: ../fish/guestfish-actions.pod:3737
29339 #, no-wrap
29340 msgid ""
29341 " readlink path\n"
29342 "\n"
29343 msgstr ""
29344
29345 # type: =head2
29346 #. type: =head2
29347 #: ../fish/guestfish-actions.pod:3741
29348 msgid "readlinklist"
29349 msgstr ""
29350
29351 # type: verbatim
29352 #. type: verbatim
29353 #: ../fish/guestfish-actions.pod:3743
29354 #, no-wrap
29355 msgid ""
29356 " readlinklist path 'names ...'\n"
29357 "\n"
29358 msgstr ""
29359
29360 # type: =head2
29361 #. type: =head2
29362 #: ../fish/guestfish-actions.pod:3767
29363 msgid "realpath"
29364 msgstr ""
29365
29366 # type: verbatim
29367 #. type: verbatim
29368 #: ../fish/guestfish-actions.pod:3769
29369 #, no-wrap
29370 msgid ""
29371 " realpath path\n"
29372 "\n"
29373 msgstr ""
29374
29375 # type: =head2
29376 #. type: =head2
29377 #: ../fish/guestfish-actions.pod:3774
29378 msgid "removexattr"
29379 msgstr ""
29380
29381 # type: verbatim
29382 #. type: verbatim
29383 #: ../fish/guestfish-actions.pod:3776
29384 #, no-wrap
29385 msgid ""
29386 " removexattr xattr path\n"
29387 "\n"
29388 msgstr ""
29389
29390 # type: textblock
29391 #. type: textblock
29392 #: ../fish/guestfish-actions.pod:3781
29393 msgid "See also: L</lremovexattr>, L<attr(5)>."
29394 msgstr ""
29395
29396 # type: =head2
29397 #. type: =head2
29398 #: ../fish/guestfish-actions.pod:3783
29399 msgid "resize2fs"
29400 msgstr ""
29401
29402 # type: verbatim
29403 #. type: verbatim
29404 #: ../fish/guestfish-actions.pod:3785
29405 #, no-wrap
29406 msgid ""
29407 " resize2fs device\n"
29408 "\n"
29409 msgstr ""
29410
29411 # type: textblock
29412 #. type: textblock
29413 #: ../fish/guestfish-actions.pod:3790
29414 msgid ""
29415 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
29416 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
29417 "gives an error about this and sometimes not.  In any case, it is always safe "
29418 "to call L</e2fsck-f> before calling this function."
29419 msgstr ""
29420
29421 #. type: =head2
29422 #: ../fish/guestfish-actions.pod:3796
29423 msgid "resize2fs-M"
29424 msgstr ""
29425
29426 #. type: verbatim
29427 #: ../fish/guestfish-actions.pod:3798
29428 #, no-wrap
29429 msgid ""
29430 " resize2fs-M device\n"
29431 "\n"
29432 msgstr ""
29433
29434 #. type: textblock
29435 #: ../fish/guestfish-actions.pod:3800
29436 msgid ""
29437 "This command is the same as L</resize2fs>, but the filesystem is resized to "
29438 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
29439 "command."
29440 msgstr ""
29441
29442 #. type: textblock
29443 #: ../fish/guestfish-actions.pod:3804
29444 msgid ""
29445 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
29446 "and read the C<Block size> and C<Block count> values.  These two numbers, "
29447 "multiplied together, give the resulting size of the minimal filesystem in "
29448 "bytes."
29449 msgstr ""
29450
29451 # type: =head2
29452 #. type: =head2
29453 #: ../fish/guestfish-actions.pod:3809
29454 msgid "resize2fs-size"
29455 msgstr ""
29456
29457 # type: verbatim
29458 #. type: verbatim
29459 #: ../fish/guestfish-actions.pod:3811
29460 #, no-wrap
29461 msgid ""
29462 " resize2fs-size device size\n"
29463 "\n"
29464 msgstr ""
29465
29466 # type: textblock
29467 #. type: textblock
29468 #: ../fish/guestfish-actions.pod:3813
29469 msgid ""
29470 "This command is the same as L</resize2fs> except that it allows you to "
29471 "specify the new size (in bytes) explicitly."
29472 msgstr ""
29473
29474 # type: =head2
29475 #. type: =head2
29476 #: ../fish/guestfish-actions.pod:3816
29477 msgid "rm"
29478 msgstr ""
29479
29480 # type: verbatim
29481 #. type: verbatim
29482 #: ../fish/guestfish-actions.pod:3818
29483 #, no-wrap
29484 msgid ""
29485 " rm path\n"
29486 "\n"
29487 msgstr ""
29488
29489 # type: =head2
29490 #. type: =head2
29491 #: ../fish/guestfish-actions.pod:3822
29492 msgid "rm-rf"
29493 msgstr ""
29494
29495 # type: verbatim
29496 #. type: verbatim
29497 #: ../fish/guestfish-actions.pod:3824
29498 #, no-wrap
29499 msgid ""
29500 " rm-rf path\n"
29501 "\n"
29502 msgstr ""
29503
29504 # type: =head2
29505 #. type: =head2
29506 #: ../fish/guestfish-actions.pod:3830
29507 msgid "rmdir"
29508 msgstr ""
29509
29510 # type: verbatim
29511 #. type: verbatim
29512 #: ../fish/guestfish-actions.pod:3832
29513 #, no-wrap
29514 msgid ""
29515 " rmdir path\n"
29516 "\n"
29517 msgstr ""
29518
29519 # type: =head2
29520 #. type: =head2
29521 #: ../fish/guestfish-actions.pod:3836
29522 msgid "rmmountpoint"
29523 msgstr ""
29524
29525 # type: verbatim
29526 #. type: verbatim
29527 #: ../fish/guestfish-actions.pod:3838
29528 #, no-wrap
29529 msgid ""
29530 " rmmountpoint exemptpath\n"
29531 "\n"
29532 msgstr ""
29533
29534 # type: textblock
29535 #. type: textblock
29536 #: ../fish/guestfish-actions.pod:3840
29537 msgid ""
29538 "This calls removes a mountpoint that was previously created with L</"
29539 "mkmountpoint>.  See L</mkmountpoint> for full details."
29540 msgstr ""
29541
29542 # type: =head2
29543 #. type: =head2
29544 #: ../fish/guestfish-actions.pod:3844
29545 msgid "scrub-device"
29546 msgstr ""
29547
29548 # type: verbatim
29549 #. type: verbatim
29550 #: ../fish/guestfish-actions.pod:3846
29551 #, no-wrap
29552 msgid ""
29553 " scrub-device device\n"
29554 "\n"
29555 msgstr ""
29556
29557 # type: =head2
29558 #. type: =head2
29559 #: ../fish/guestfish-actions.pod:3857
29560 msgid "scrub-file"
29561 msgstr ""
29562
29563 # type: verbatim
29564 #. type: verbatim
29565 #: ../fish/guestfish-actions.pod:3859
29566 #, no-wrap
29567 msgid ""
29568 " scrub-file file\n"
29569 "\n"
29570 msgstr ""
29571
29572 # type: =head2
29573 #. type: =head2
29574 #: ../fish/guestfish-actions.pod:3869
29575 msgid "scrub-freespace"
29576 msgstr ""
29577
29578 # type: verbatim
29579 #. type: verbatim
29580 #: ../fish/guestfish-actions.pod:3871
29581 #, no-wrap
29582 msgid ""
29583 " scrub-freespace dir\n"
29584 "\n"
29585 msgstr ""
29586
29587 # type: textblock
29588 #. type: textblock
29589 #: ../fish/guestfish-actions.pod:3873
29590 msgid ""
29591 "This command creates the directory C<dir> and then fills it with files until "
29592 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
29593 "deletes them.  The intention is to scrub any free space on the partition "
29594 "containing C<dir>."
29595 msgstr ""
29596
29597 # type: =head2
29598 #. type: =head2
29599 #: ../fish/guestfish-actions.pod:3882
29600 msgid "set-append"
29601 msgstr ""
29602
29603 # type: =head2
29604 #. type: =head2
29605 #: ../fish/guestfish-actions.pod:3884
29606 msgid "append"
29607 msgstr ""
29608
29609 # type: verbatim
29610 #. type: verbatim
29611 #: ../fish/guestfish-actions.pod:3886
29612 #, no-wrap
29613 msgid ""
29614 " set-append append\n"
29615 "\n"
29616 msgstr ""
29617
29618 #. type: =head2
29619 #: ../fish/guestfish-actions.pod:3897
29620 msgid "set-attach-method"
29621 msgstr ""
29622
29623 #. type: =head2
29624 #: ../fish/guestfish-actions.pod:3899
29625 msgid "attach-method"
29626 msgstr ""
29627
29628 #. type: verbatim
29629 #: ../fish/guestfish-actions.pod:3901
29630 #, no-wrap
29631 msgid ""
29632 " set-attach-method attachmethod\n"
29633 "\n"
29634 msgstr ""
29635
29636 # type: =head2
29637 #. type: =head2
29638 #: ../fish/guestfish-actions.pod:3923
29639 msgid "set-autosync"
29640 msgstr ""
29641
29642 # type: =head2
29643 #. type: =head2
29644 #: ../fish/guestfish-actions.pod:3925
29645 msgid "autosync"
29646 msgstr ""
29647
29648 # type: verbatim
29649 #. type: verbatim
29650 #: ../fish/guestfish-actions.pod:3927
29651 #, no-wrap
29652 msgid ""
29653 " set-autosync true|false\n"
29654 "\n"
29655 msgstr ""
29656
29657 # type: =head2
29658 #. type: =head2
29659 #: ../fish/guestfish-actions.pod:3937
29660 msgid "set-direct"
29661 msgstr ""
29662
29663 # type: =head2
29664 #. type: =head2
29665 #: ../fish/guestfish-actions.pod:3939
29666 msgid "direct"
29667 msgstr ""
29668
29669 # type: verbatim
29670 #. type: verbatim
29671 #: ../fish/guestfish-actions.pod:3941
29672 #, no-wrap
29673 msgid ""
29674 " set-direct true|false\n"
29675 "\n"
29676 msgstr ""
29677
29678 # type: textblock
29679 #. type: textblock
29680 #: ../fish/guestfish-actions.pod:3947
29681 msgid ""
29682 "One consequence of this is that log messages aren't caught by the library "
29683 "and handled by L</set-log-message-callback>, but go straight to stdout."
29684 msgstr ""
29685
29686 # type: =head2
29687 #. type: =head2
29688 #: ../fish/guestfish-actions.pod:3956
29689 msgid "set-e2label"
29690 msgstr ""
29691
29692 # type: verbatim
29693 #. type: verbatim
29694 #: ../fish/guestfish-actions.pod:3958
29695 #, no-wrap
29696 msgid ""
29697 " set-e2label device label\n"
29698 "\n"
29699 msgstr ""
29700
29701 # type: textblock
29702 #. type: textblock
29703 #: ../fish/guestfish-actions.pod:3964
29704 msgid ""
29705 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
29706 "label on a filesystem."
29707 msgstr ""
29708
29709 # type: =head2
29710 #. type: =head2
29711 #: ../fish/guestfish-actions.pod:3967
29712 msgid "set-e2uuid"
29713 msgstr ""
29714
29715 # type: verbatim
29716 #. type: verbatim
29717 #: ../fish/guestfish-actions.pod:3969
29718 #, no-wrap
29719 msgid ""
29720 " set-e2uuid device uuid\n"
29721 "\n"
29722 msgstr ""
29723
29724 # type: textblock
29725 #. type: textblock
29726 #: ../fish/guestfish-actions.pod:3976
29727 msgid ""
29728 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
29729 "UUID of a filesystem."
29730 msgstr ""
29731
29732 # type: =head2
29733 #. type: =head2
29734 #: ../fish/guestfish-actions.pod:3979
29735 msgid "set-memsize"
29736 msgstr ""
29737
29738 # type: =head2
29739 #. type: =head2
29740 #: ../fish/guestfish-actions.pod:3981
29741 msgid "memsize"
29742 msgstr ""
29743
29744 # type: verbatim
29745 #. type: verbatim
29746 #: ../fish/guestfish-actions.pod:3983
29747 #, no-wrap
29748 msgid ""
29749 " set-memsize memsize\n"
29750 "\n"
29751 msgstr ""
29752
29753 # type: textblock
29754 #. type: textblock
29755 #: ../fish/guestfish-actions.pod:3985
29756 msgid ""
29757 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
29758 "This only has any effect if called before L</launch>."
29759 msgstr ""
29760
29761 # type: =head2
29762 #. type: =head2
29763 #: ../fish/guestfish-actions.pod:3996
29764 msgid "set-network"
29765 msgstr ""
29766
29767 # type: =head2
29768 #. type: =head2
29769 #: ../fish/guestfish-actions.pod:3998
29770 msgid "network"
29771 msgstr ""
29772
29773 # type: verbatim
29774 #. type: verbatim
29775 #: ../fish/guestfish-actions.pod:4000
29776 #, no-wrap
29777 msgid ""
29778 " set-network true|false\n"
29779 "\n"
29780 msgstr ""
29781
29782 # type: textblock
29783 #. type: textblock
29784 #: ../fish/guestfish-actions.pod:4008
29785 msgid ""
29786 "You must call this before calling L</launch>, otherwise it has no effect."
29787 msgstr ""
29788
29789 # type: =head2
29790 #. type: =head2
29791 #: ../fish/guestfish-actions.pod:4011
29792 msgid "set-path"
29793 msgstr ""
29794
29795 # type: =head2
29796 #. type: =head2
29797 #: ../fish/guestfish-actions.pod:4013
29798 msgid "path"
29799 msgstr ""
29800
29801 # type: verbatim
29802 #. type: verbatim
29803 #: ../fish/guestfish-actions.pod:4015
29804 #, no-wrap
29805 msgid ""
29806 " set-path searchpath\n"
29807 "\n"
29808 msgstr ""
29809
29810 # type: =head2
29811 #. type: =head2
29812 #: ../fish/guestfish-actions.pod:4024
29813 msgid "set-qemu"
29814 msgstr ""
29815
29816 # type: =head2
29817 #. type: =head2
29818 #: ../fish/guestfish-actions.pod:4026
29819 msgid "qemu"
29820 msgstr ""
29821
29822 # type: verbatim
29823 #. type: verbatim
29824 #: ../fish/guestfish-actions.pod:4028
29825 #, no-wrap
29826 msgid ""
29827 " set-qemu qemu\n"
29828 "\n"
29829 msgstr ""
29830
29831 # type: =head2
29832 #. type: =head2
29833 #: ../fish/guestfish-actions.pod:4048
29834 msgid "set-recovery-proc"
29835 msgstr ""
29836
29837 # type: =head2
29838 #. type: =head2
29839 #: ../fish/guestfish-actions.pod:4050
29840 msgid "recovery-proc"
29841 msgstr ""
29842
29843 # type: verbatim
29844 #. type: verbatim
29845 #: ../fish/guestfish-actions.pod:4052
29846 #, no-wrap
29847 msgid ""
29848 " set-recovery-proc true|false\n"
29849 "\n"
29850 msgstr ""
29851
29852 # type: textblock
29853 #. type: textblock
29854 #: ../fish/guestfish-actions.pod:4054
29855 msgid ""
29856 "If this is called with the parameter C<false> then L</launch> does not "
29857 "create a recovery process.  The purpose of the recovery process is to stop "
29858 "runaway qemu processes in the case where the main program aborts abruptly."
29859 msgstr ""
29860
29861 # type: textblock
29862 #. type: textblock
29863 #: ../fish/guestfish-actions.pod:4059
29864 msgid ""
29865 "This only has any effect if called before L</launch>, and the default is "
29866 "true."
29867 msgstr ""
29868
29869 # type: =head2
29870 #. type: =head2
29871 #: ../fish/guestfish-actions.pod:4068
29872 msgid "set-selinux"
29873 msgstr ""
29874
29875 # type: =head2
29876 #. type: =head2
29877 #: ../fish/guestfish-actions.pod:4070
29878 msgid "selinux"
29879 msgstr ""
29880
29881 # type: verbatim
29882 #. type: verbatim
29883 #: ../fish/guestfish-actions.pod:4072
29884 #, no-wrap
29885 msgid ""
29886 " set-selinux true|false\n"
29887 "\n"
29888 msgstr ""
29889
29890 # type: =head2
29891 #. type: =head2
29892 #: ../fish/guestfish-actions.pod:4083
29893 msgid "set-trace"
29894 msgstr ""
29895
29896 # type: =head2
29897 #. type: =head2
29898 #: ../fish/guestfish-actions.pod:4085
29899 msgid "trace"
29900 msgstr ""
29901
29902 # type: verbatim
29903 #. type: verbatim
29904 #: ../fish/guestfish-actions.pod:4087
29905 #, no-wrap
29906 msgid ""
29907 " set-trace true|false\n"
29908 "\n"
29909 msgstr ""
29910
29911 #. type: textblock
29912 #: ../fish/guestfish-actions.pod:4099
29913 msgid ""
29914 "Trace messages are normally sent to C<stderr>, unless you register a "
29915 "callback to send them somewhere else (see L</set-event-callback>)."
29916 msgstr ""
29917
29918 # type: =head2
29919 #. type: =head2
29920 #: ../fish/guestfish-actions.pod:4103
29921 msgid "set-verbose"
29922 msgstr ""
29923
29924 # type: =head2
29925 #. type: =head2
29926 #: ../fish/guestfish-actions.pod:4105
29927 msgid "verbose"
29928 msgstr ""
29929
29930 # type: verbatim
29931 #. type: verbatim
29932 #: ../fish/guestfish-actions.pod:4107
29933 #, no-wrap
29934 msgid ""
29935 " set-verbose true|false\n"
29936 "\n"
29937 msgstr ""
29938
29939 #. type: textblock
29940 #: ../fish/guestfish-actions.pod:4114
29941 msgid ""
29942 "Verbose messages are normally sent to C<stderr>, unless you register a "
29943 "callback to send them somewhere else (see L</set-event-callback>)."
29944 msgstr ""
29945
29946 # type: =head2
29947 #. type: =head2
29948 #: ../fish/guestfish-actions.pod:4118
29949 msgid "setcon"
29950 msgstr ""
29951
29952 # type: verbatim
29953 #. type: verbatim
29954 #: ../fish/guestfish-actions.pod:4120
29955 #, no-wrap
29956 msgid ""
29957 " setcon context\n"
29958 "\n"
29959 msgstr ""
29960
29961 # type: =head2
29962 #. type: =head2
29963 #: ../fish/guestfish-actions.pod:4127
29964 msgid "setxattr"
29965 msgstr ""
29966
29967 # type: verbatim
29968 #. type: verbatim
29969 #: ../fish/guestfish-actions.pod:4129
29970 #, no-wrap
29971 msgid ""
29972 " setxattr xattr val vallen path\n"
29973 "\n"
29974 msgstr ""
29975
29976 # type: textblock
29977 #. type: textblock
29978 #: ../fish/guestfish-actions.pod:4135
29979 msgid "See also: L</lsetxattr>, L<attr(5)>."
29980 msgstr ""
29981
29982 # type: =head2
29983 #. type: =head2
29984 #: ../fish/guestfish-actions.pod:4137
29985 msgid "sfdisk"
29986 msgstr ""
29987
29988 # type: verbatim
29989 #. type: verbatim
29990 #: ../fish/guestfish-actions.pod:4139
29991 #, no-wrap
29992 msgid ""
29993 " sfdisk device cyls heads sectors 'lines ...'\n"
29994 "\n"
29995 msgstr ""
29996
29997 # type: textblock
29998 #. type: textblock
29999 #: ../fish/guestfish-actions.pod:4161
30000 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
30001 msgstr ""
30002
30003 # type: =head2
30004 #. type: =head2
30005 #: ../fish/guestfish-actions.pod:4167
30006 msgid "sfdiskM"
30007 msgstr ""
30008
30009 # type: verbatim
30010 #. type: verbatim
30011 #: ../fish/guestfish-actions.pod:4169
30012 #, no-wrap
30013 msgid ""
30014 " sfdiskM device 'lines ...'\n"
30015 "\n"
30016 msgstr ""
30017
30018 # type: textblock
30019 #. type: textblock
30020 #: ../fish/guestfish-actions.pod:4171
30021 msgid ""
30022 "This is a simplified interface to the L</sfdisk> command, where partition "
30023 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
30024 "you don't need to specify the cyls, heads and sectors parameters which were "
30025 "rarely if ever used anyway."
30026 msgstr ""
30027
30028 # type: textblock
30029 #. type: textblock
30030 #: ../fish/guestfish-actions.pod:4177
30031 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
30032 msgstr ""
30033
30034 # type: =head2
30035 #. type: =head2
30036 #: ../fish/guestfish-actions.pod:4183
30037 msgid "sfdisk-N"
30038 msgstr ""
30039
30040 # type: verbatim
30041 #. type: verbatim
30042 #: ../fish/guestfish-actions.pod:4185
30043 #, no-wrap
30044 msgid ""
30045 " sfdisk-N device partnum cyls heads sectors line\n"
30046 "\n"
30047 msgstr ""
30048
30049 # type: textblock
30050 #. type: textblock
30051 #: ../fish/guestfish-actions.pod:4190
30052 msgid ""
30053 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
30054 "cyls/heads/sectors parameters."
30055 msgstr ""
30056
30057 # type: textblock
30058 #. type: textblock
30059 #: ../fish/guestfish-actions.pod:4193
30060 msgid "See also: L</part-add>"
30061 msgstr ""
30062
30063 # type: =head2
30064 #. type: =head2
30065 #: ../fish/guestfish-actions.pod:4198
30066 msgid "sfdisk-disk-geometry"
30067 msgstr ""
30068
30069 # type: verbatim
30070 #. type: verbatim
30071 #: ../fish/guestfish-actions.pod:4200
30072 #, no-wrap
30073 msgid ""
30074 " sfdisk-disk-geometry device\n"
30075 "\n"
30076 msgstr ""
30077
30078 # type: textblock
30079 #. type: textblock
30080 #: ../fish/guestfish-actions.pod:4202
30081 msgid ""
30082 "This displays the disk geometry of C<device> read from the partition table.  "
30083 "Especially in the case where the underlying block device has been resized, "
30084 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
30085 "kernel-geometry>)."
30086 msgstr ""
30087
30088 # type: =head2
30089 #. type: =head2
30090 #: ../fish/guestfish-actions.pod:4210
30091 msgid "sfdisk-kernel-geometry"
30092 msgstr ""
30093
30094 # type: verbatim
30095 #. type: verbatim
30096 #: ../fish/guestfish-actions.pod:4212
30097 #, no-wrap
30098 msgid ""
30099 " sfdisk-kernel-geometry device\n"
30100 "\n"
30101 msgstr ""
30102
30103 # type: =head2
30104 #. type: =head2
30105 #: ../fish/guestfish-actions.pod:4219
30106 msgid "sfdisk-l"
30107 msgstr ""
30108
30109 # type: verbatim
30110 #. type: verbatim
30111 #: ../fish/guestfish-actions.pod:4221
30112 #, no-wrap
30113 msgid ""
30114 " sfdisk-l device\n"
30115 "\n"
30116 msgstr ""
30117
30118 # type: textblock
30119 #. type: textblock
30120 #: ../fish/guestfish-actions.pod:4227
30121 msgid "See also: L</part-list>"
30122 msgstr ""
30123
30124 # type: =head2
30125 #. type: =head2
30126 #: ../fish/guestfish-actions.pod:4229
30127 msgid "sh"
30128 msgstr ""
30129
30130 # type: verbatim
30131 #. type: verbatim
30132 #: ../fish/guestfish-actions.pod:4231
30133 #, no-wrap
30134 msgid ""
30135 " sh command\n"
30136 "\n"
30137 msgstr ""
30138
30139 # type: textblock
30140 #. type: textblock
30141 #: ../fish/guestfish-actions.pod:4236
30142 msgid "This is like L</command>, but passes the command to:"
30143 msgstr ""
30144
30145 # type: textblock
30146 #. type: textblock
30147 #: ../fish/guestfish-actions.pod:4244
30148 msgid "All the provisos about L</command> apply to this call."
30149 msgstr ""
30150
30151 # type: =head2
30152 #. type: =head2
30153 #: ../fish/guestfish-actions.pod:4246
30154 msgid "sh-lines"
30155 msgstr ""
30156
30157 # type: verbatim
30158 #. type: verbatim
30159 #: ../fish/guestfish-actions.pod:4248
30160 #, no-wrap
30161 msgid ""
30162 " sh-lines command\n"
30163 "\n"
30164 msgstr ""
30165
30166 # type: textblock
30167 #. type: textblock
30168 #: ../fish/guestfish-actions.pod:4250
30169 msgid "This is the same as L</sh>, but splits the result into a list of lines."
30170 msgstr ""
30171
30172 # type: textblock
30173 #. type: textblock
30174 #: ../fish/guestfish-actions.pod:4253
30175 msgid "See also: L</command-lines>"
30176 msgstr ""
30177
30178 # type: =head2
30179 #. type: =head2
30180 #: ../fish/guestfish-actions.pod:4255
30181 msgid "sleep"
30182 msgstr ""
30183
30184 # type: verbatim
30185 #. type: verbatim
30186 #: ../fish/guestfish-actions.pod:4257
30187 #, no-wrap
30188 msgid ""
30189 " sleep secs\n"
30190 "\n"
30191 msgstr ""
30192
30193 # type: =head2
30194 #. type: =head2
30195 #: ../fish/guestfish-actions.pod:4261
30196 msgid "stat"
30197 msgstr ""
30198
30199 # type: verbatim
30200 #. type: verbatim
30201 #: ../fish/guestfish-actions.pod:4263
30202 #, no-wrap
30203 msgid ""
30204 " stat path\n"
30205 "\n"
30206 msgstr ""
30207
30208 # type: =head2
30209 #. type: =head2
30210 #: ../fish/guestfish-actions.pod:4269
30211 msgid "statvfs"
30212 msgstr ""
30213
30214 # type: verbatim
30215 #. type: verbatim
30216 #: ../fish/guestfish-actions.pod:4271
30217 #, no-wrap
30218 msgid ""
30219 " statvfs path\n"
30220 "\n"
30221 msgstr ""
30222
30223 # type: =head2
30224 #. type: =head2
30225 #: ../fish/guestfish-actions.pod:4279
30226 msgid "strings"
30227 msgstr ""
30228
30229 # type: verbatim
30230 #. type: verbatim
30231 #: ../fish/guestfish-actions.pod:4281
30232 #, no-wrap
30233 msgid ""
30234 " strings path\n"
30235 "\n"
30236 msgstr ""
30237
30238 # type: =head2
30239 #. type: =head2
30240 #: ../fish/guestfish-actions.pod:4289
30241 msgid "strings-e"
30242 msgstr ""
30243
30244 # type: verbatim
30245 #. type: verbatim
30246 #: ../fish/guestfish-actions.pod:4291
30247 #, no-wrap
30248 msgid ""
30249 " strings-e encoding path\n"
30250 "\n"
30251 msgstr ""
30252
30253 # type: textblock
30254 #. type: textblock
30255 #: ../fish/guestfish-actions.pod:4293
30256 msgid ""
30257 "This is like the L</strings> command, but allows you to specify the encoding "
30258 "of strings that are looked for in the source file C<path>."
30259 msgstr ""
30260
30261 # type: textblock
30262 #. type: textblock
30263 #: ../fish/guestfish-actions.pod:4303
30264 msgid ""
30265 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30266 "ISO-8859-X (this is what L</strings> uses)."
30267 msgstr ""
30268
30269 # type: =head2
30270 #. type: =head2
30271 #: ../fish/guestfish-actions.pod:4335
30272 msgid "swapoff-device"
30273 msgstr ""
30274
30275 # type: verbatim
30276 #. type: verbatim
30277 #: ../fish/guestfish-actions.pod:4337
30278 #, no-wrap
30279 msgid ""
30280 " swapoff-device device\n"
30281 "\n"
30282 msgstr ""
30283
30284 # type: textblock
30285 #. type: textblock
30286 #: ../fish/guestfish-actions.pod:4339
30287 msgid ""
30288 "This command disables the libguestfs appliance swap device or partition "
30289 "named C<device>.  See L</swapon-device>."
30290 msgstr ""
30291
30292 # type: =head2
30293 #. type: =head2
30294 #: ../fish/guestfish-actions.pod:4343
30295 msgid "swapoff-file"
30296 msgstr ""
30297
30298 # type: verbatim
30299 #. type: verbatim
30300 #: ../fish/guestfish-actions.pod:4345
30301 #, no-wrap
30302 msgid ""
30303 " swapoff-file file\n"
30304 "\n"
30305 msgstr ""
30306
30307 # type: =head2
30308 #. type: =head2
30309 #: ../fish/guestfish-actions.pod:4349
30310 msgid "swapoff-label"
30311 msgstr ""
30312
30313 # type: verbatim
30314 #. type: verbatim
30315 #: ../fish/guestfish-actions.pod:4351
30316 #, no-wrap
30317 msgid ""
30318 " swapoff-label label\n"
30319 "\n"
30320 msgstr ""
30321
30322 # type: =head2
30323 #. type: =head2
30324 #: ../fish/guestfish-actions.pod:4356
30325 msgid "swapoff-uuid"
30326 msgstr ""
30327
30328 # type: verbatim
30329 #. type: verbatim
30330 #: ../fish/guestfish-actions.pod:4358
30331 #, no-wrap
30332 msgid ""
30333 " swapoff-uuid uuid\n"
30334 "\n"
30335 msgstr ""
30336
30337 # type: =head2
30338 #. type: =head2
30339 #: ../fish/guestfish-actions.pod:4363
30340 msgid "swapon-device"
30341 msgstr ""
30342
30343 # type: verbatim
30344 #. type: verbatim
30345 #: ../fish/guestfish-actions.pod:4365
30346 #, no-wrap
30347 msgid ""
30348 " swapon-device device\n"
30349 "\n"
30350 msgstr ""
30351
30352 # type: textblock
30353 #. type: textblock
30354 #: ../fish/guestfish-actions.pod:4367
30355 msgid ""
30356 "This command enables the libguestfs appliance to use the swap device or "
30357 "partition named C<device>.  The increased memory is made available for all "
30358 "commands, for example those run using L</command> or L</sh>."
30359 msgstr ""
30360
30361 # type: =head2
30362 #. type: =head2
30363 #: ../fish/guestfish-actions.pod:4379
30364 msgid "swapon-file"
30365 msgstr ""
30366
30367 # type: verbatim
30368 #. type: verbatim
30369 #: ../fish/guestfish-actions.pod:4381
30370 #, no-wrap
30371 msgid ""
30372 " swapon-file file\n"
30373 "\n"
30374 msgstr ""
30375
30376 # type: textblock
30377 #. type: textblock
30378 #: ../fish/guestfish-actions.pod:4383
30379 msgid ""
30380 "This command enables swap to a file.  See L</swapon-device> for other notes."
30381 msgstr ""
30382
30383 # type: =head2
30384 #. type: =head2
30385 #: ../fish/guestfish-actions.pod:4386
30386 msgid "swapon-label"
30387 msgstr ""
30388
30389 # type: verbatim
30390 #. type: verbatim
30391 #: ../fish/guestfish-actions.pod:4388
30392 #, no-wrap
30393 msgid ""
30394 " swapon-label label\n"
30395 "\n"
30396 msgstr ""
30397
30398 # type: textblock
30399 #. type: textblock
30400 #: ../fish/guestfish-actions.pod:4390
30401 msgid ""
30402 "This command enables swap to a labeled swap partition.  See L</swapon-"
30403 "device> for other notes."
30404 msgstr ""
30405
30406 # type: =head2
30407 #. type: =head2
30408 #: ../fish/guestfish-actions.pod:4393
30409 msgid "swapon-uuid"
30410 msgstr ""
30411
30412 # type: verbatim
30413 #. type: verbatim
30414 #: ../fish/guestfish-actions.pod:4395
30415 #, no-wrap
30416 msgid ""
30417 " swapon-uuid uuid\n"
30418 "\n"
30419 msgstr ""
30420
30421 # type: textblock
30422 #. type: textblock
30423 #: ../fish/guestfish-actions.pod:4397
30424 msgid ""
30425 "This command enables swap to a swap partition with the given UUID.  See L</"
30426 "swapon-device> for other notes."
30427 msgstr ""
30428
30429 # type: =head2
30430 #. type: =head2
30431 #: ../fish/guestfish-actions.pod:4400
30432 msgid "sync"
30433 msgstr ""
30434
30435 # type: verbatim
30436 #. type: verbatim
30437 #: ../fish/guestfish-actions.pod:4402
30438 #, no-wrap
30439 msgid ""
30440 " sync\n"
30441 "\n"
30442 msgstr ""
30443
30444 # type: =head2
30445 #. type: =head2
30446 #: ../fish/guestfish-actions.pod:4410
30447 msgid "tail"
30448 msgstr ""
30449
30450 # type: verbatim
30451 #. type: verbatim
30452 #: ../fish/guestfish-actions.pod:4412
30453 #, no-wrap
30454 msgid ""
30455 " tail path\n"
30456 "\n"
30457 msgstr ""
30458
30459 # type: =head2
30460 #. type: =head2
30461 #: ../fish/guestfish-actions.pod:4420
30462 msgid "tail-n"
30463 msgstr ""
30464
30465 # type: verbatim
30466 #. type: verbatim
30467 #: ../fish/guestfish-actions.pod:4422
30468 #, no-wrap
30469 msgid ""
30470 " tail-n nrlines path\n"
30471 "\n"
30472 msgstr ""
30473
30474 # type: =head2
30475 #. type: =head2
30476 #: ../fish/guestfish-actions.pod:4435
30477 msgid "tar-in"
30478 msgstr ""
30479
30480 # type: verbatim
30481 #. type: verbatim
30482 #: ../fish/guestfish-actions.pod:4437
30483 #, no-wrap
30484 msgid ""
30485 " tar-in (tarfile|-) directory\n"
30486 "\n"
30487 msgstr ""
30488
30489 # type: textblock
30490 #. type: textblock
30491 #: ../fish/guestfish-actions.pod:4442
30492 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
30493 msgstr ""
30494
30495 # type: =head2
30496 #. type: =head2
30497 #: ../fish/guestfish-actions.pod:4447
30498 msgid "tar-out"
30499 msgstr ""
30500
30501 # type: verbatim
30502 #. type: verbatim
30503 #: ../fish/guestfish-actions.pod:4449
30504 #, no-wrap
30505 msgid ""
30506 " tar-out directory (tarfile|-)\n"
30507 "\n"
30508 msgstr ""
30509
30510 # type: textblock
30511 #. type: textblock
30512 #: ../fish/guestfish-actions.pod:4454
30513 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
30514 msgstr ""
30515
30516 # type: =head2
30517 #. type: =head2
30518 #: ../fish/guestfish-actions.pod:4459
30519 msgid "tgz-in"
30520 msgstr ""
30521
30522 # type: verbatim
30523 #. type: verbatim
30524 #: ../fish/guestfish-actions.pod:4461
30525 #, no-wrap
30526 msgid ""
30527 " tgz-in (tarball|-) directory\n"
30528 "\n"
30529 msgstr ""
30530
30531 # type: textblock
30532 #. type: textblock
30533 #: ../fish/guestfish-actions.pod:4466
30534 msgid "To upload an uncompressed tarball, use L</tar-in>."
30535 msgstr ""
30536
30537 # type: =head2
30538 #. type: =head2
30539 #: ../fish/guestfish-actions.pod:4470
30540 msgid "tgz-out"
30541 msgstr ""
30542
30543 # type: verbatim
30544 #. type: verbatim
30545 #: ../fish/guestfish-actions.pod:4472
30546 #, no-wrap
30547 msgid ""
30548 " tgz-out directory (tarball|-)\n"
30549 "\n"
30550 msgstr ""
30551
30552 # type: textblock
30553 #. type: textblock
30554 #: ../fish/guestfish-actions.pod:4477
30555 msgid "To download an uncompressed tarball, use L</tar-out>."
30556 msgstr ""
30557
30558 # type: =head2
30559 #. type: =head2
30560 #: ../fish/guestfish-actions.pod:4481
30561 msgid "touch"
30562 msgstr ""
30563
30564 # type: verbatim
30565 #. type: verbatim
30566 #: ../fish/guestfish-actions.pod:4483
30567 #, no-wrap
30568 msgid ""
30569 " touch path\n"
30570 "\n"
30571 msgstr ""
30572
30573 # type: =head2
30574 #. type: =head2
30575 #: ../fish/guestfish-actions.pod:4492
30576 msgid "truncate"
30577 msgstr ""
30578
30579 # type: verbatim
30580 #. type: verbatim
30581 #: ../fish/guestfish-actions.pod:4494
30582 #, no-wrap
30583 msgid ""
30584 " truncate path\n"
30585 "\n"
30586 msgstr ""
30587
30588 # type: =head2
30589 #. type: =head2
30590 #: ../fish/guestfish-actions.pod:4499
30591 msgid "truncate-size"
30592 msgstr ""
30593
30594 # type: verbatim
30595 #. type: verbatim
30596 #: ../fish/guestfish-actions.pod:4501
30597 #, no-wrap
30598 msgid ""
30599 " truncate-size path size\n"
30600 "\n"
30601 msgstr ""
30602
30603 # type: textblock
30604 #. type: textblock
30605 #: ../fish/guestfish-actions.pod:4506
30606 msgid ""
30607 "If the current file size is less than C<size> then the file is extended to "
30608 "the required size with zero bytes.  This creates a sparse file (ie. disk "
30609 "blocks are not allocated for the file until you write to it).  To create a "
30610 "non-sparse file of zeroes, use L</fallocate64> instead."
30611 msgstr ""
30612
30613 # type: =head2
30614 #. type: =head2
30615 #: ../fish/guestfish-actions.pod:4512
30616 msgid "tune2fs-l"
30617 msgstr ""
30618
30619 # type: verbatim
30620 #. type: verbatim
30621 #: ../fish/guestfish-actions.pod:4514
30622 #, no-wrap
30623 msgid ""
30624 " tune2fs-l device\n"
30625 "\n"
30626 msgstr ""
30627
30628 # type: =head2
30629 #. type: =head2
30630 #: ../fish/guestfish-actions.pod:4524
30631 msgid "txz-in"
30632 msgstr ""
30633
30634 # type: verbatim
30635 #. type: verbatim
30636 #: ../fish/guestfish-actions.pod:4526
30637 #, no-wrap
30638 msgid ""
30639 " txz-in (tarball|-) directory\n"
30640 "\n"
30641 msgstr ""
30642
30643 # type: =head2
30644 #. type: =head2
30645 #: ../fish/guestfish-actions.pod:4533
30646 msgid "txz-out"
30647 msgstr ""
30648
30649 # type: verbatim
30650 #. type: verbatim
30651 #: ../fish/guestfish-actions.pod:4535
30652 #, no-wrap
30653 msgid ""
30654 " txz-out directory (tarball|-)\n"
30655 "\n"
30656 msgstr ""
30657
30658 # type: =head2
30659 #. type: =head2
30660 #: ../fish/guestfish-actions.pod:4542
30661 msgid "umask"
30662 msgstr ""
30663
30664 # type: verbatim
30665 #. type: verbatim
30666 #: ../fish/guestfish-actions.pod:4544
30667 #, no-wrap
30668 msgid ""
30669 " umask mask\n"
30670 "\n"
30671 msgstr ""
30672
30673 # type: textblock
30674 #. type: textblock
30675 #: ../fish/guestfish-actions.pod:4558
30676 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
30677 msgstr ""
30678
30679 # type: =head2
30680 #. type: =head2
30681 #: ../fish/guestfish-actions.pod:4563
30682 msgid "umount"
30683 msgstr ""
30684
30685 # type: =head2
30686 #. type: =head2
30687 #: ../fish/guestfish-actions.pod:4565
30688 msgid "unmount"
30689 msgstr ""
30690
30691 # type: verbatim
30692 #. type: verbatim
30693 #: ../fish/guestfish-actions.pod:4567
30694 #, no-wrap
30695 msgid ""
30696 " umount pathordevice\n"
30697 "\n"
30698 msgstr ""
30699
30700 # type: =head2
30701 #. type: =head2
30702 #: ../fish/guestfish-actions.pod:4573
30703 msgid "umount-all"
30704 msgstr ""
30705
30706 # type: =head2
30707 #. type: =head2
30708 #: ../fish/guestfish-actions.pod:4575
30709 msgid "unmount-all"
30710 msgstr ""
30711
30712 # type: verbatim
30713 #. type: verbatim
30714 #: ../fish/guestfish-actions.pod:4577
30715 #, no-wrap
30716 msgid ""
30717 " umount-all\n"
30718 "\n"
30719 msgstr ""
30720
30721 # type: =head2
30722 #. type: =head2
30723 #: ../fish/guestfish-actions.pod:4583
30724 msgid "upload"
30725 msgstr ""
30726
30727 # type: verbatim
30728 #. type: verbatim
30729 #: ../fish/guestfish-actions.pod:4585
30730 #, no-wrap
30731 msgid ""
30732 " upload (filename|-) remotefilename\n"
30733 "\n"
30734 msgstr ""
30735
30736 # type: textblock
30737 #. type: textblock
30738 #: ../fish/guestfish-actions.pod:4592
30739 msgid "See also L</download>."
30740 msgstr ""
30741
30742 # type: =head2
30743 #. type: =head2
30744 #: ../fish/guestfish-actions.pod:4596
30745 msgid "upload-offset"
30746 msgstr ""
30747
30748 # type: verbatim
30749 #. type: verbatim
30750 #: ../fish/guestfish-actions.pod:4598
30751 #, no-wrap
30752 msgid ""
30753 " upload-offset (filename|-) remotefilename offset\n"
30754 "\n"
30755 msgstr ""
30756
30757 # type: textblock
30758 #. type: textblock
30759 #: ../fish/guestfish-actions.pod:4610
30760 msgid ""
30761 "Note that there is no limit on the amount of data that can be uploaded with "
30762 "this call, unlike with L</pwrite>, and this call always writes the full "
30763 "amount unless an error occurs."
30764 msgstr ""
30765
30766 # type: textblock
30767 #. type: textblock
30768 #: ../fish/guestfish-actions.pod:4615
30769 msgid "See also L</upload>, L</pwrite>."
30770 msgstr ""
30771
30772 # type: =head2
30773 #. type: =head2
30774 #: ../fish/guestfish-actions.pod:4619
30775 msgid "utimens"
30776 msgstr ""
30777
30778 # type: verbatim
30779 #. type: verbatim
30780 #: ../fish/guestfish-actions.pod:4621
30781 #, no-wrap
30782 msgid ""
30783 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
30784 "\n"
30785 msgstr ""
30786
30787 # type: =head2
30788 #. type: =head2
30789 #: ../fish/guestfish-actions.pod:4640
30790 msgid "version"
30791 msgstr ""
30792
30793 # type: verbatim
30794 #. type: verbatim
30795 #: ../fish/guestfish-actions.pod:4642
30796 #, no-wrap
30797 msgid ""
30798 " version\n"
30799 "\n"
30800 msgstr ""
30801
30802 # type: textblock
30803 #. type: textblock
30804 #: ../fish/guestfish-actions.pod:4669
30805 msgid ""
30806 "I<Note:> Don't use this call to test for availability of features.  In "
30807 "enterprise distributions we backport features from later versions into "
30808 "earlier versions, making this an unreliable way to test for features.  Use "
30809 "L</available> instead."
30810 msgstr ""
30811
30812 # type: =head2
30813 #. type: =head2
30814 #: ../fish/guestfish-actions.pod:4675
30815 msgid "vfs-label"
30816 msgstr ""
30817
30818 # type: verbatim
30819 #. type: verbatim
30820 #: ../fish/guestfish-actions.pod:4677
30821 #, no-wrap
30822 msgid ""
30823 " vfs-label device\n"
30824 "\n"
30825 msgstr ""
30826
30827 # type: textblock
30828 #. type: textblock
30829 #: ../fish/guestfish-actions.pod:4684
30830 msgid "To find a filesystem from the label, use L</findfs-label>."
30831 msgstr ""
30832
30833 # type: =head2
30834 #. type: =head2
30835 #: ../fish/guestfish-actions.pod:4686
30836 msgid "vfs-type"
30837 msgstr ""
30838
30839 # type: verbatim
30840 #. type: verbatim
30841 #: ../fish/guestfish-actions.pod:4688
30842 #, no-wrap
30843 msgid ""
30844 " vfs-type device\n"
30845 "\n"
30846 msgstr ""
30847
30848 # type: =head2
30849 #. type: =head2
30850 #: ../fish/guestfish-actions.pod:4698
30851 msgid "vfs-uuid"
30852 msgstr ""
30853
30854 # type: verbatim
30855 #. type: verbatim
30856 #: ../fish/guestfish-actions.pod:4700
30857 #, no-wrap
30858 msgid ""
30859 " vfs-uuid device\n"
30860 "\n"
30861 msgstr ""
30862
30863 # type: textblock
30864 #. type: textblock
30865 #: ../fish/guestfish-actions.pod:4707
30866 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
30867 msgstr ""
30868
30869 # type: =head2
30870 #. type: =head2
30871 #: ../fish/guestfish-actions.pod:4709
30872 msgid "vg-activate"
30873 msgstr ""
30874
30875 # type: verbatim
30876 #. type: verbatim
30877 #: ../fish/guestfish-actions.pod:4711
30878 #, no-wrap
30879 msgid ""
30880 " vg-activate true|false 'volgroups ...'\n"
30881 "\n"
30882 msgstr ""
30883
30884 # type: =head2
30885 #. type: =head2
30886 #: ../fish/guestfish-actions.pod:4724
30887 msgid "vg-activate-all"
30888 msgstr ""
30889
30890 # type: verbatim
30891 #. type: verbatim
30892 #: ../fish/guestfish-actions.pod:4726
30893 #, no-wrap
30894 msgid ""
30895 " vg-activate-all true|false\n"
30896 "\n"
30897 msgstr ""
30898
30899 # type: =head2
30900 #. type: =head2
30901 #: ../fish/guestfish-actions.pod:4736
30902 msgid "vgcreate"
30903 msgstr ""
30904
30905 # type: verbatim
30906 #. type: verbatim
30907 #: ../fish/guestfish-actions.pod:4738
30908 #, no-wrap
30909 msgid ""
30910 " vgcreate volgroup 'physvols ...'\n"
30911 "\n"
30912 msgstr ""
30913
30914 # type: =head2
30915 #. type: =head2
30916 #: ../fish/guestfish-actions.pod:4743
30917 msgid "vglvuuids"
30918 msgstr ""
30919
30920 # type: verbatim
30921 #. type: verbatim
30922 #: ../fish/guestfish-actions.pod:4745
30923 #, no-wrap
30924 msgid ""
30925 " vglvuuids vgname\n"
30926 "\n"
30927 msgstr ""
30928
30929 # type: textblock
30930 #. type: textblock
30931 #: ../fish/guestfish-actions.pod:4750
30932 msgid ""
30933 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
30934 "logical volumes and volume groups."
30935 msgstr ""
30936
30937 # type: textblock
30938 #. type: textblock
30939 #: ../fish/guestfish-actions.pod:4753
30940 msgid "See also L</vgpvuuids>."
30941 msgstr ""
30942
30943 # type: =head2
30944 #. type: =head2
30945 #: ../fish/guestfish-actions.pod:4755
30946 msgid "vgpvuuids"
30947 msgstr ""
30948
30949 # type: verbatim
30950 #. type: verbatim
30951 #: ../fish/guestfish-actions.pod:4757
30952 #, no-wrap
30953 msgid ""
30954 " vgpvuuids vgname\n"
30955 "\n"
30956 msgstr ""
30957
30958 # type: textblock
30959 #. type: textblock
30960 #: ../fish/guestfish-actions.pod:4762
30961 msgid ""
30962 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
30963 "physical volumes and volume groups."
30964 msgstr ""
30965
30966 # type: textblock
30967 #. type: textblock
30968 #: ../fish/guestfish-actions.pod:4765
30969 msgid "See also L</vglvuuids>."
30970 msgstr ""
30971
30972 # type: =head2
30973 #. type: =head2
30974 #: ../fish/guestfish-actions.pod:4767
30975 msgid "vgremove"
30976 msgstr ""
30977
30978 # type: verbatim
30979 #. type: verbatim
30980 #: ../fish/guestfish-actions.pod:4769
30981 #, no-wrap
30982 msgid ""
30983 " vgremove vgname\n"
30984 "\n"
30985 msgstr ""
30986
30987 # type: =head2
30988 #. type: =head2
30989 #: ../fish/guestfish-actions.pod:4776
30990 msgid "vgrename"
30991 msgstr ""
30992
30993 # type: verbatim
30994 #. type: verbatim
30995 #: ../fish/guestfish-actions.pod:4778
30996 #, no-wrap
30997 msgid ""
30998 " vgrename volgroup newvolgroup\n"
30999 "\n"
31000 msgstr ""
31001
31002 # type: =head2
31003 #. type: =head2
31004 #: ../fish/guestfish-actions.pod:4782
31005 msgid "vgs"
31006 msgstr ""
31007
31008 # type: verbatim
31009 #. type: verbatim
31010 #: ../fish/guestfish-actions.pod:4784
31011 #, no-wrap
31012 msgid ""
31013 " vgs\n"
31014 "\n"
31015 msgstr ""
31016
31017 # type: textblock
31018 #. type: textblock
31019 #: ../fish/guestfish-actions.pod:4792
31020 msgid "See also L</vgs-full>."
31021 msgstr ""
31022
31023 # type: =head2
31024 #. type: =head2
31025 #: ../fish/guestfish-actions.pod:4794
31026 msgid "vgs-full"
31027 msgstr ""
31028
31029 # type: verbatim
31030 #. type: verbatim
31031 #: ../fish/guestfish-actions.pod:4796
31032 #, no-wrap
31033 msgid ""
31034 " vgs-full\n"
31035 "\n"
31036 msgstr ""
31037
31038 # type: =head2
31039 #. type: =head2
31040 #: ../fish/guestfish-actions.pod:4801
31041 msgid "vgscan"
31042 msgstr ""
31043
31044 # type: verbatim
31045 #. type: verbatim
31046 #: ../fish/guestfish-actions.pod:4803
31047 #, no-wrap
31048 msgid ""
31049 " vgscan\n"
31050 "\n"
31051 msgstr ""
31052
31053 # type: =head2
31054 #. type: =head2
31055 #: ../fish/guestfish-actions.pod:4808
31056 msgid "vguuid"
31057 msgstr ""
31058
31059 # type: verbatim
31060 #. type: verbatim
31061 #: ../fish/guestfish-actions.pod:4810
31062 #, no-wrap
31063 msgid ""
31064 " vguuid vgname\n"
31065 "\n"
31066 msgstr ""
31067
31068 # type: =head2
31069 #. type: =head2
31070 #: ../fish/guestfish-actions.pod:4814
31071 msgid "wc-c"
31072 msgstr ""
31073
31074 # type: verbatim
31075 #. type: verbatim
31076 #: ../fish/guestfish-actions.pod:4816
31077 #, no-wrap
31078 msgid ""
31079 " wc-c path\n"
31080 "\n"
31081 msgstr ""
31082
31083 # type: =head2
31084 #. type: =head2
31085 #: ../fish/guestfish-actions.pod:4821
31086 msgid "wc-l"
31087 msgstr ""
31088
31089 # type: verbatim
31090 #. type: verbatim
31091 #: ../fish/guestfish-actions.pod:4823
31092 #, no-wrap
31093 msgid ""
31094 " wc-l path\n"
31095 "\n"
31096 msgstr ""
31097
31098 # type: =head2
31099 #. type: =head2
31100 #: ../fish/guestfish-actions.pod:4828
31101 msgid "wc-w"
31102 msgstr ""
31103
31104 # type: verbatim
31105 #. type: verbatim
31106 #: ../fish/guestfish-actions.pod:4830
31107 #, no-wrap
31108 msgid ""
31109 " wc-w path\n"
31110 "\n"
31111 msgstr ""
31112
31113 # type: =head2
31114 #. type: =head2
31115 #: ../fish/guestfish-actions.pod:4835
31116 msgid "write"
31117 msgstr ""
31118
31119 # type: verbatim
31120 #. type: verbatim
31121 #: ../fish/guestfish-actions.pod:4837
31122 #, no-wrap
31123 msgid ""
31124 " write path content\n"
31125 "\n"
31126 msgstr ""
31127
31128 # type: =head2
31129 #. type: =head2
31130 #: ../fish/guestfish-actions.pod:4845
31131 msgid "write-file"
31132 msgstr ""
31133
31134 # type: verbatim
31135 #. type: verbatim
31136 #: ../fish/guestfish-actions.pod:4847
31137 #, no-wrap
31138 msgid ""
31139 " write-file path content size\n"
31140 "\n"
31141 msgstr ""
31142
31143 # type: =head2
31144 #. type: =head2
31145 #: ../fish/guestfish-actions.pod:4870
31146 msgid "zegrep"
31147 msgstr ""
31148
31149 # type: verbatim
31150 #. type: verbatim
31151 #: ../fish/guestfish-actions.pod:4872
31152 #, no-wrap
31153 msgid ""
31154 " zegrep regex path\n"
31155 "\n"
31156 msgstr ""
31157
31158 # type: =head2
31159 #. type: =head2
31160 #: ../fish/guestfish-actions.pod:4880
31161 msgid "zegrepi"
31162 msgstr ""
31163
31164 # type: verbatim
31165 #. type: verbatim
31166 #: ../fish/guestfish-actions.pod:4882
31167 #, no-wrap
31168 msgid ""
31169 " zegrepi regex path\n"
31170 "\n"
31171 msgstr ""
31172
31173 # type: =head2
31174 #. type: =head2
31175 #: ../fish/guestfish-actions.pod:4890
31176 msgid "zero"
31177 msgstr ""
31178
31179 # type: verbatim
31180 #. type: verbatim
31181 #: ../fish/guestfish-actions.pod:4892
31182 #, no-wrap
31183 msgid ""
31184 " zero device\n"
31185 "\n"
31186 msgstr ""
31187
31188 # type: textblock
31189 #. type: textblock
31190 #: ../fish/guestfish-actions.pod:4900
31191 msgid "See also: L</zero-device>, L</scrub-device>."
31192 msgstr ""
31193
31194 # type: =head2
31195 #. type: =head2
31196 #: ../fish/guestfish-actions.pod:4902
31197 msgid "zero-device"
31198 msgstr ""
31199
31200 # type: verbatim
31201 #. type: verbatim
31202 #: ../fish/guestfish-actions.pod:4904
31203 #, no-wrap
31204 msgid ""
31205 " zero-device device\n"
31206 "\n"
31207 msgstr ""
31208
31209 # type: textblock
31210 #. type: textblock
31211 #: ../fish/guestfish-actions.pod:4906
31212 msgid ""
31213 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
31214 "which just zeroes the first few blocks of a device."
31215 msgstr ""
31216
31217 # type: =head2
31218 #. type: =head2
31219 #: ../fish/guestfish-actions.pod:4913
31220 msgid "zerofree"
31221 msgstr ""
31222
31223 # type: verbatim
31224 #. type: verbatim
31225 #: ../fish/guestfish-actions.pod:4915
31226 #, no-wrap
31227 msgid ""
31228 " zerofree device\n"
31229 "\n"
31230 msgstr ""
31231
31232 # type: =head2
31233 #. type: =head2
31234 #: ../fish/guestfish-actions.pod:4928
31235 msgid "zfgrep"
31236 msgstr ""
31237
31238 # type: verbatim
31239 #. type: verbatim
31240 #: ../fish/guestfish-actions.pod:4930
31241 #, no-wrap
31242 msgid ""
31243 " zfgrep pattern path\n"
31244 "\n"
31245 msgstr ""
31246
31247 # type: =head2
31248 #. type: =head2
31249 #: ../fish/guestfish-actions.pod:4938
31250 msgid "zfgrepi"
31251 msgstr ""
31252
31253 # type: verbatim
31254 #. type: verbatim
31255 #: ../fish/guestfish-actions.pod:4940
31256 #, no-wrap
31257 msgid ""
31258 " zfgrepi pattern path\n"
31259 "\n"
31260 msgstr ""
31261
31262 # type: =head2
31263 #. type: =head2
31264 #: ../fish/guestfish-actions.pod:4948
31265 msgid "zfile"
31266 msgstr ""
31267
31268 # type: verbatim
31269 #. type: verbatim
31270 #: ../fish/guestfish-actions.pod:4950
31271 #, no-wrap
31272 msgid ""
31273 " zfile meth path\n"
31274 "\n"
31275 msgstr ""
31276
31277 # type: textblock
31278 #. type: textblock
31279 #: ../fish/guestfish-actions.pod:4957
31280 msgid ""
31281 "Since 1.0.63, use L</file> instead which can now process compressed files."
31282 msgstr ""
31283
31284 # type: =head2
31285 #. type: =head2
31286 #: ../fish/guestfish-actions.pod:4967
31287 msgid "zgrep"
31288 msgstr ""
31289
31290 # type: verbatim
31291 #. type: verbatim
31292 #: ../fish/guestfish-actions.pod:4969
31293 #, no-wrap
31294 msgid ""
31295 " zgrep regex path\n"
31296 "\n"
31297 msgstr ""
31298
31299 # type: =head2
31300 #. type: =head2
31301 #: ../fish/guestfish-actions.pod:4977
31302 msgid "zgrepi"
31303 msgstr ""
31304
31305 # type: verbatim
31306 #. type: verbatim
31307 #: ../fish/guestfish-actions.pod:4979
31308 #, no-wrap
31309 msgid ""
31310 " zgrepi regex path\n"
31311 "\n"
31312 msgstr ""
31313
31314 # type: =head2
31315 #. type: =head2
31316 #: ../fish/guestfish-commands.pod:1
31317 msgid "alloc"
31318 msgstr ""
31319
31320 # type: =head2
31321 #. type: =head2
31322 #: ../fish/guestfish-commands.pod:3
31323 msgid "allocate"
31324 msgstr ""
31325
31326 # type: verbatim
31327 #. type: verbatim
31328 #: ../fish/guestfish-commands.pod:5
31329 #, no-wrap
31330 msgid ""
31331 " alloc filename size\n"
31332 "\n"
31333 msgstr ""
31334
31335 # type: textblock
31336 #. type: textblock
31337 #: ../fish/guestfish-commands.pod:7
31338 msgid ""
31339 "This creates an empty (zeroed) file of the given size, and then adds so it "
31340 "can be further examined."
31341 msgstr ""
31342
31343 # type: textblock
31344 #. type: textblock
31345 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
31346 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
31347 msgstr ""
31348
31349 # type: textblock
31350 #. type: textblock
31351 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
31352 msgid "Size can be specified using standard suffixes, eg. C<1M>."
31353 msgstr ""
31354
31355 # type: textblock
31356 #. type: textblock
31357 #: ../fish/guestfish-commands.pod:14
31358 msgid ""
31359 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
31360 "image, see L</PREPARED DISK IMAGES>."
31361 msgstr ""
31362
31363 # type: =head2
31364 #. type: =head2
31365 #: ../fish/guestfish-commands.pod:17
31366 msgid "copy-in"
31367 msgstr ""
31368
31369 # type: verbatim
31370 #. type: verbatim
31371 #: ../fish/guestfish-commands.pod:19
31372 #, no-wrap
31373 msgid ""
31374 " copy-in local [local ...] /remotedir\n"
31375 "\n"
31376 msgstr ""
31377
31378 # type: textblock
31379 #. type: textblock
31380 #: ../fish/guestfish-commands.pod:21
31381 msgid ""
31382 "C<copy-in> copies local files or directories recursively into the disk "
31383 "image, placing them in the directory called C</remotedir> (which must "
31384 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
31385 "other commands as necessary."
31386 msgstr ""
31387
31388 # type: textblock
31389 #. type: textblock
31390 #: ../fish/guestfish-commands.pod:26
31391 msgid ""
31392 "Multiple local files and directories can be specified, but the last "
31393 "parameter must always be a remote directory.  Wildcards cannot be used."
31394 msgstr ""
31395
31396 # type: =head2
31397 #. type: =head2
31398 #: ../fish/guestfish-commands.pod:30
31399 msgid "copy-out"
31400 msgstr ""
31401
31402 # type: verbatim
31403 #. type: verbatim
31404 #: ../fish/guestfish-commands.pod:32
31405 #, no-wrap
31406 msgid ""
31407 " copy-out remote [remote ...] localdir\n"
31408 "\n"
31409 msgstr ""
31410
31411 # type: textblock
31412 #. type: textblock
31413 #: ../fish/guestfish-commands.pod:34
31414 msgid ""
31415 "C<copy-out> copies remote files or directories recursively out of the disk "
31416 "image, placing them on the host disk in a local directory called C<localdir> "
31417 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
31418 "download>, L</tar-out> and other commands as necessary."
31419 msgstr ""
31420
31421 # type: textblock
31422 #. type: textblock
31423 #: ../fish/guestfish-commands.pod:40
31424 msgid ""
31425 "Multiple remote files and directories can be specified, but the last "
31426 "parameter must always be a local directory.  To download to the current "
31427 "directory, use C<.> as in:"
31428 msgstr ""
31429
31430 # type: verbatim
31431 #. type: verbatim
31432 #: ../fish/guestfish-commands.pod:44
31433 #, no-wrap
31434 msgid ""
31435 " copy-out /home .\n"
31436 "\n"
31437 msgstr ""
31438
31439 # type: textblock
31440 #. type: textblock
31441 #: ../fish/guestfish-commands.pod:46
31442 msgid ""
31443 "Wildcards cannot be used in the ordinary command, but you can use them with "
31444 "the help of L</glob> like this:"
31445 msgstr ""
31446
31447 # type: verbatim
31448 #. type: verbatim
31449 #: ../fish/guestfish-commands.pod:49
31450 #, no-wrap
31451 msgid ""
31452 " glob copy-out /home/* .\n"
31453 "\n"
31454 msgstr ""
31455
31456 # type: =head2
31457 #. type: =head2
31458 #: ../fish/guestfish-commands.pod:51
31459 msgid "echo"
31460 msgstr ""
31461
31462 # type: verbatim
31463 #. type: verbatim
31464 #: ../fish/guestfish-commands.pod:53
31465 #, no-wrap
31466 msgid ""
31467 " echo [params ...]\n"
31468 "\n"
31469 msgstr ""
31470
31471 # type: textblock
31472 #. type: textblock
31473 #: ../fish/guestfish-commands.pod:55
31474 msgid "This echos the parameters to the terminal."
31475 msgstr ""
31476
31477 # type: =head2
31478 #. type: =head2
31479 #: ../fish/guestfish-commands.pod:57
31480 msgid "edit"
31481 msgstr ""
31482
31483 # type: =head2
31484 #. type: =head2
31485 #: ../fish/guestfish-commands.pod:59
31486 msgid "vi"
31487 msgstr ""
31488
31489 # type: =head2
31490 #. type: =head2
31491 #: ../fish/guestfish-commands.pod:61
31492 msgid "emacs"
31493 msgstr ""
31494
31495 # type: verbatim
31496 #. type: verbatim
31497 #: ../fish/guestfish-commands.pod:63
31498 #, no-wrap
31499 msgid ""
31500 " edit filename\n"
31501 "\n"
31502 msgstr ""
31503
31504 # type: textblock
31505 #. type: textblock
31506 #: ../fish/guestfish-commands.pod:65
31507 msgid ""
31508 "This is used to edit a file.  It downloads the file, edits it locally using "
31509 "your editor, then uploads the result."
31510 msgstr ""
31511
31512 # type: textblock
31513 #. type: textblock
31514 #: ../fish/guestfish-commands.pod:68
31515 msgid ""
31516 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
31517 "or C<emacs> you will get those corresponding editors."
31518 msgstr ""
31519
31520 # type: =head2
31521 #. type: =head2
31522 #: ../fish/guestfish-commands.pod:72
31523 msgid "glob"
31524 msgstr ""
31525
31526 # type: verbatim
31527 #. type: verbatim
31528 #: ../fish/guestfish-commands.pod:74
31529 #, no-wrap
31530 msgid ""
31531 " glob command args...\n"
31532 "\n"
31533 msgstr ""
31534
31535 # type: textblock
31536 #. type: textblock
31537 #: ../fish/guestfish-commands.pod:76
31538 msgid ""
31539 "Expand wildcards in any paths in the args list, and run C<command> "
31540 "repeatedly on each matching path."
31541 msgstr ""
31542
31543 # type: textblock
31544 #. type: textblock
31545 #: ../fish/guestfish-commands.pod:79
31546 msgid "See L</WILDCARDS AND GLOBBING>."
31547 msgstr ""
31548
31549 # type: =head2
31550 #. type: =head2
31551 #: ../fish/guestfish-commands.pod:81
31552 msgid "hexedit"
31553 msgstr ""
31554
31555 # type: verbatim
31556 #. type: verbatim
31557 #: ../fish/guestfish-commands.pod:83
31558 #, no-wrap
31559 msgid ""
31560 " hexedit <filename|device>\n"
31561 " hexedit <filename|device> <max>\n"
31562 " hexedit <filename|device> <start> <max>\n"
31563 "\n"
31564 msgstr ""
31565
31566 # type: textblock
31567 #. type: textblock
31568 #: ../fish/guestfish-commands.pod:87
31569 msgid ""
31570 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
31571 "device."
31572 msgstr ""
31573
31574 # type: textblock
31575 #. type: textblock
31576 #: ../fish/guestfish-commands.pod:90
31577 msgid ""
31578 "This command works by downloading potentially the whole file or device, "
31579 "editing it locally, then uploading it.  If the file or device is large, you "
31580 "have to specify which part you wish to edit by using C<max> and/or C<start> "
31581 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
31582 "usual modifiers allowed such as C<1M> (1 megabyte)."
31583 msgstr ""
31584
31585 # type: textblock
31586 #. type: textblock
31587 #: ../fish/guestfish-commands.pod:97
31588 msgid "For example to edit the first few sectors of a disk you might do:"
31589 msgstr ""
31590
31591 # type: verbatim
31592 #. type: verbatim
31593 #: ../fish/guestfish-commands.pod:100
31594 #, no-wrap
31595 msgid ""
31596 " hexedit /dev/sda 1M\n"
31597 "\n"
31598 msgstr ""
31599
31600 # type: textblock
31601 #. type: textblock
31602 #: ../fish/guestfish-commands.pod:102
31603 msgid ""
31604 "which would allow you to edit anywhere within the first megabyte of the disk."
31605 msgstr ""
31606
31607 # type: textblock
31608 #. type: textblock
31609 #: ../fish/guestfish-commands.pod:105
31610 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
31611 msgstr ""
31612
31613 # type: verbatim
31614 #. type: verbatim
31615 #: ../fish/guestfish-commands.pod:107
31616 #, no-wrap
31617 msgid ""
31618 " hexedit /dev/sda1 0x400 0x400\n"
31619 "\n"
31620 msgstr ""
31621
31622 # type: textblock
31623 #. type: textblock
31624 #: ../fish/guestfish-commands.pod:109
31625 msgid "(assuming the superblock is in the standard location)."
31626 msgstr ""
31627
31628 # type: textblock
31629 #. type: textblock
31630 #: ../fish/guestfish-commands.pod:111
31631 msgid ""
31632 "This command requires the external L<hexedit(1)> program.  You can specify "
31633 "another program to use by setting the C<HEXEDITOR> environment variable."
31634 msgstr ""
31635
31636 # type: textblock
31637 #. type: textblock
31638 #: ../fish/guestfish-commands.pod:115
31639 msgid "See also L</hexdump>."
31640 msgstr ""
31641
31642 # type: =head2
31643 #. type: =head2
31644 #: ../fish/guestfish-commands.pod:117
31645 msgid "lcd"
31646 msgstr ""
31647
31648 # type: verbatim
31649 #. type: verbatim
31650 #: ../fish/guestfish-commands.pod:119
31651 #, no-wrap
31652 msgid ""
31653 " lcd directory\n"
31654 "\n"
31655 msgstr ""
31656
31657 # type: textblock
31658 #. type: textblock
31659 #: ../fish/guestfish-commands.pod:121
31660 msgid ""
31661 "Change the local directory, ie. the current directory of guestfish itself."
31662 msgstr ""
31663
31664 # type: textblock
31665 #. type: textblock
31666 #: ../fish/guestfish-commands.pod:124
31667 msgid "Note that C<!cd> won't do what you might expect."
31668 msgstr ""
31669
31670 # type: =head2
31671 #. type: =head2
31672 #: ../fish/guestfish-commands.pod:126
31673 msgid "man"
31674 msgstr ""
31675
31676 # type: =head2
31677 #. type: =head2
31678 #: ../fish/guestfish-commands.pod:128
31679 msgid "manual"
31680 msgstr ""
31681
31682 # type: verbatim
31683 #. type: verbatim
31684 #: ../fish/guestfish-commands.pod:130
31685 #, no-wrap
31686 msgid ""
31687 "  man\n"
31688 "\n"
31689 msgstr ""
31690
31691 # type: textblock
31692 #. type: textblock
31693 #: ../fish/guestfish-commands.pod:132
31694 msgid "Opens the manual page for guestfish."
31695 msgstr ""
31696
31697 # type: =head2
31698 #. type: =head2
31699 #: ../fish/guestfish-commands.pod:134
31700 msgid "more"
31701 msgstr ""
31702
31703 # type: =head2
31704 #. type: =head2
31705 #: ../fish/guestfish-commands.pod:136
31706 msgid "less"
31707 msgstr ""
31708
31709 # type: verbatim
31710 #. type: verbatim
31711 #: ../fish/guestfish-commands.pod:138
31712 #, no-wrap
31713 msgid ""
31714 " more filename\n"
31715 "\n"
31716 msgstr ""
31717
31718 # type: verbatim
31719 #. type: verbatim
31720 #: ../fish/guestfish-commands.pod:140
31721 #, no-wrap
31722 msgid ""
31723 " less filename\n"
31724 "\n"
31725 msgstr ""
31726
31727 # type: textblock
31728 #. type: textblock
31729 #: ../fish/guestfish-commands.pod:142
31730 msgid "This is used to view a file."
31731 msgstr ""
31732
31733 # type: textblock
31734 #. type: textblock
31735 #: ../fish/guestfish-commands.pod:144
31736 msgid ""
31737 "The default viewer is C<$PAGER>.  However if you use the alternate command "
31738 "C<less> you will get the C<less> command specifically."
31739 msgstr ""
31740
31741 # type: =head2
31742 #. type: =head2
31743 #: ../fish/guestfish-commands.pod:147
31744 msgid "reopen"
31745 msgstr ""
31746
31747 # type: verbatim
31748 #. type: verbatim
31749 #: ../fish/guestfish-commands.pod:149
31750 #, no-wrap
31751 msgid ""
31752 "  reopen\n"
31753 "\n"
31754 msgstr ""
31755
31756 # type: textblock
31757 #. type: textblock
31758 #: ../fish/guestfish-commands.pod:151
31759 msgid ""
31760 "Close and reopen the libguestfs handle.  It is not necessary to use this "
31761 "normally, because the handle is closed properly when guestfish exits.  "
31762 "However this is occasionally useful for testing."
31763 msgstr ""
31764
31765 # type: =head2
31766 #. type: =head2
31767 #: ../fish/guestfish-commands.pod:155
31768 msgid "sparse"
31769 msgstr ""
31770
31771 # type: verbatim
31772 #. type: verbatim
31773 #: ../fish/guestfish-commands.pod:157
31774 #, no-wrap
31775 msgid ""
31776 " sparse filename size\n"
31777 "\n"
31778 msgstr ""
31779
31780 # type: textblock
31781 #. type: textblock
31782 #: ../fish/guestfish-commands.pod:159
31783 msgid ""
31784 "This creates an empty sparse file of the given size, and then adds so it can "
31785 "be further examined."
31786 msgstr ""
31787
31788 # type: textblock
31789 #. type: textblock
31790 #: ../fish/guestfish-commands.pod:162
31791 msgid ""
31792 "In all respects it works the same as the L</alloc> command, except that the "
31793 "image file is allocated sparsely, which means that disk blocks are not "
31794 "assigned to the file until they are needed.  Sparse disk files only use "
31795 "space when written to, but they are slower and there is a danger you could "
31796 "run out of real disk space during a write operation."
31797 msgstr ""
31798
31799 # type: =head2
31800 #. type: =head2
31801 #: ../fish/guestfish-commands.pod:172
31802 msgid "supported"
31803 msgstr ""
31804
31805 # type: verbatim
31806 #. type: verbatim
31807 #: ../fish/guestfish-commands.pod:174
31808 #, no-wrap
31809 msgid ""
31810 " supported\n"
31811 "\n"
31812 msgstr ""
31813
31814 # type: textblock
31815 #. type: textblock
31816 #: ../fish/guestfish-commands.pod:176
31817 msgid ""
31818 "This command returns a list of the optional groups known to the daemon, and "
31819 "indicates which ones are supported by this build of the libguestfs appliance."
31820 msgstr ""
31821
31822 # type: textblock
31823 #. type: textblock
31824 #: ../fish/guestfish-commands.pod:180
31825 msgid "See also L<guestfs(3)/AVAILABILITY>."
31826 msgstr ""
31827
31828 # type: =head2
31829 #. type: =head2
31830 #: ../fish/guestfish-commands.pod:182
31831 msgid "time"
31832 msgstr ""
31833
31834 # type: verbatim
31835 #. type: verbatim
31836 #: ../fish/guestfish-commands.pod:184
31837 #, no-wrap
31838 msgid ""
31839 " time command args...\n"
31840 "\n"
31841 msgstr ""
31842
31843 # type: textblock
31844 #. type: textblock
31845 #: ../fish/guestfish-commands.pod:186
31846 msgid ""
31847 "Run the command as usual, but print the elapsed time afterwards.  This can "
31848 "be useful for benchmarking operations."
31849 msgstr ""
31850
31851 # type: textblock
31852 #. type: textblock
31853 #: ../test-tool/libguestfs-test-tool.pod:5
31854 msgid "libguestfs-test-tool - End user tests for libguestfs"
31855 msgstr ""
31856
31857 # type: verbatim
31858 #. type: verbatim
31859 #: ../test-tool/libguestfs-test-tool.pod:9
31860 #, no-wrap
31861 msgid ""
31862 " libguestfs-test-tool [--options]\n"
31863 "\n"
31864 msgstr ""
31865
31866 # type: textblock
31867 #. type: textblock
31868 #: ../test-tool/libguestfs-test-tool.pod:13
31869 msgid ""
31870 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
31871 "and developers, to allow them to check basic libguestfs functionality is "
31872 "working.  This is needed because libguestfs occasionally breaks for reasons "
31873 "beyond our control: usually because of changes in the underlying qemu or "
31874 "kernel packages, or the host environment."
31875 msgstr ""
31876
31877 # type: textblock
31878 #. type: textblock
31879 #: ../test-tool/libguestfs-test-tool.pod:20
31880 msgid "If you suspect a problem in libguestfs, then just run:"
31881 msgstr ""
31882
31883 # type: verbatim
31884 #. type: verbatim
31885 #: ../test-tool/libguestfs-test-tool.pod:22
31886 #, no-wrap
31887 msgid ""
31888 " libguestfs-test-tool\n"
31889 "\n"
31890 msgstr ""
31891
31892 # type: textblock
31893 #. type: textblock
31894 #: ../test-tool/libguestfs-test-tool.pod:24
31895 msgid "It will print lots of diagnostic messages."
31896 msgstr ""
31897
31898 # type: textblock
31899 #. type: textblock
31900 #: ../test-tool/libguestfs-test-tool.pod:26
31901 msgid "If it runs to completion successfully, you will see this near the end:"
31902 msgstr ""
31903
31904 # type: verbatim
31905 #. type: verbatim
31906 #: ../test-tool/libguestfs-test-tool.pod:28
31907 #, no-wrap
31908 msgid ""
31909 " ===== TEST FINISHED OK =====\n"
31910 "\n"
31911 msgstr ""
31912
31913 # type: textblock
31914 #. type: textblock
31915 #: ../test-tool/libguestfs-test-tool.pod:30
31916 msgid "and the test tool will exit with code 0."
31917 msgstr ""
31918
31919 # type: textblock
31920 #. type: textblock
31921 #: ../test-tool/libguestfs-test-tool.pod:32
31922 msgid ""
31923 "If it fails (and/or exits with non-zero error code), please paste the "
31924 "B<complete, unedited> output of the test tool into a bug report.  More "
31925 "information about reporting bugs can be found on the L<http://libguestfs.org/"
31926 "> website."
31927 msgstr ""
31928
31929 # type: =item
31930 #. type: =item
31931 #: ../test-tool/libguestfs-test-tool.pod:41
31932 msgid "I<--help>"
31933 msgstr ""
31934
31935 # type: textblock
31936 #. type: textblock
31937 #: ../test-tool/libguestfs-test-tool.pod:43
31938 msgid "Display short usage information and exit."
31939 msgstr ""
31940
31941 # type: =item
31942 #. type: =item
31943 #: ../test-tool/libguestfs-test-tool.pod:45
31944 msgid "I<--qemu qemu_binary>"
31945 msgstr ""
31946
31947 # type: textblock
31948 #. type: textblock
31949 #: ../test-tool/libguestfs-test-tool.pod:47
31950 msgid ""
31951 "If you have downloaded another qemu binary, point this option at the full "
31952 "path of the binary to try it."
31953 msgstr ""
31954
31955 # type: =item
31956 #. type: =item
31957 #: ../test-tool/libguestfs-test-tool.pod:50
31958 msgid "I<--qemudir qemu_source_dir>"
31959 msgstr ""
31960
31961 # type: textblock
31962 #. type: textblock
31963 #: ../test-tool/libguestfs-test-tool.pod:52
31964 msgid ""
31965 "If you have compiled qemu from source, point this option at the source "
31966 "directory to try it."
31967 msgstr ""
31968
31969 # type: =item
31970 #. type: =item
31971 #: ../test-tool/libguestfs-test-tool.pod:55
31972 msgid "I<--timeout N>"
31973 msgstr ""
31974
31975 # type: textblock
31976 #. type: textblock
31977 #: ../test-tool/libguestfs-test-tool.pod:57
31978 msgid ""
31979 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
31980 "does not usually need to be adjusted unless your machine is very slow."
31981 msgstr ""
31982
31983 # type: =head1
31984 #. type: =head1
31985 #: ../test-tool/libguestfs-test-tool.pod:63
31986 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
31987 msgstr ""
31988
31989 # type: textblock
31990 #. type: textblock
31991 #: ../test-tool/libguestfs-test-tool.pod:65
31992 msgid ""
31993 "If you have compiled another version of qemu from source and would like to "
31994 "try that, then you can use the I<--qemudir> option to point to the qemu "
31995 "source directory."
31996 msgstr ""
31997
31998 # type: textblock
31999 #. type: textblock
32000 #: ../test-tool/libguestfs-test-tool.pod:69
32001 msgid ""
32002 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
32003 "option to point to the binary."
32004 msgstr ""
32005
32006 # type: textblock
32007 #. type: textblock
32008 #: ../test-tool/libguestfs-test-tool.pod:72
32009 msgid ""
32010 "When using an alternate qemu with libguestfs, usually you would need to "
32011 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
32012 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
32013 "use either of the I<--qemudir> or I<--qemu> options."
32014 msgstr ""
32015
32016 # type: textblock
32017 #. type: textblock
32018 #: ../test-tool/libguestfs-test-tool.pod:79
32019 msgid ""
32020 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
32021 "I<1> if there was an error."
32022 msgstr ""
32023
32024 # type: textblock
32025 #. type: textblock
32026 #: ../test-tool/libguestfs-test-tool.pod:84
32027 msgid ""
32028 "For the full list of environment variables which may affect libguestfs, "
32029 "please see the L<guestfs(3)> manual page."
32030 msgstr ""
32031
32032 # type: textblock
32033 #. type: textblock
32034 #: ../test-tool/libguestfs-test-tool.pod:89
32035 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
32036 msgstr ""
32037
32038 # type: textblock
32039 #. type: textblock
32040 #: ../fuse/guestmount.pod:5
32041 msgid ""
32042 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
32043 msgstr ""
32044
32045 # type: verbatim
32046 #. type: verbatim
32047 #: ../fuse/guestmount.pod:9
32048 #, no-wrap
32049 msgid ""
32050 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
32051 "\n"
32052 msgstr ""
32053
32054 # type: verbatim
32055 #. type: verbatim
32056 #: ../fuse/guestmount.pod:11
32057 #, no-wrap
32058 msgid ""
32059 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
32060 "\n"
32061 msgstr ""
32062
32063 # type: verbatim
32064 #. type: verbatim
32065 #: ../fuse/guestmount.pod:13
32066 #, no-wrap
32067 msgid ""
32068 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
32069 "\n"
32070 msgstr ""
32071
32072 # type: textblock
32073 #. type: textblock
32074 #: ../fuse/guestmount.pod:17
32075 msgid ""
32076 "You must I<not> use C<guestmount> in read-write mode on live virtual "
32077 "machines.  If you do this, you risk disk corruption in the VM."
32078 msgstr ""
32079
32080 # type: textblock
32081 #. type: textblock
32082 #: ../fuse/guestmount.pod:22
32083 msgid ""
32084 "The guestmount program can be used to mount virtual machine filesystems and "
32085 "other disk images on the host.  It uses libguestfs for access to the guest "
32086 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
32087 "a mountable device."
32088 msgstr ""
32089
32090 # type: textblock
32091 #. type: textblock
32092 #: ../fuse/guestmount.pod:27
32093 msgid ""
32094 "Along with other options, you have to give at least one device (I<-a> "
32095 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
32096 "option) or use the I<-i> inspection option.  How this works is better "
32097 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
32098 "below."
32099 msgstr ""
32100
32101 # type: textblock
32102 #. type: textblock
32103 #: ../fuse/guestmount.pod:33
32104 msgid ""
32105 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
32106 "by you, and the filesystem will not be visible to any other users unless you "
32107 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
32108 "the filesystem, use the C<fusermount -u> command."
32109 msgstr ""
32110
32111 # type: textblock
32112 #. type: textblock
32113 #: ../fuse/guestmount.pod:41
32114 msgid ""
32115 "For a typical Windows guest which has its main filesystem on the first "
32116 "partition:"
32117 msgstr ""
32118
32119 # type: verbatim
32120 #. type: verbatim
32121 #: ../fuse/guestmount.pod:44
32122 #, no-wrap
32123 msgid ""
32124 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
32125 "\n"
32126 msgstr ""
32127
32128 # type: textblock
32129 #. type: textblock
32130 #: ../fuse/guestmount.pod:46
32131 msgid ""
32132 "For a typical Linux guest which has a /boot filesystem on the first "
32133 "partition, and the root filesystem on a logical volume:"
32134 msgstr ""
32135
32136 # type: verbatim
32137 #. type: verbatim
32138 #: ../fuse/guestmount.pod:49
32139 #, no-wrap
32140 msgid ""
32141 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
32142 "\n"
32143 msgstr ""
32144
32145 # type: textblock
32146 #. type: textblock
32147 #: ../fuse/guestmount.pod:51
32148 msgid "To get libguestfs to detect guest mountpoints for you:"
32149 msgstr ""
32150
32151 # type: verbatim
32152 #. type: verbatim
32153 #: ../fuse/guestmount.pod:53
32154 #, no-wrap
32155 msgid ""
32156 " guestmount -a guest.img -i --ro /mnt\n"
32157 "\n"
32158 msgstr ""
32159
32160 # type: textblock
32161 #. type: textblock
32162 #: ../fuse/guestmount.pod:55
32163 msgid "For a libvirt guest called \"Guest\" you could do:"
32164 msgstr ""
32165
32166 # type: verbatim
32167 #. type: verbatim
32168 #: ../fuse/guestmount.pod:57
32169 #, no-wrap
32170 msgid ""
32171 " guestmount -d Guest -i --ro /mnt\n"
32172 "\n"
32173 msgstr ""
32174
32175 # type: textblock
32176 #. type: textblock
32177 #: ../fuse/guestmount.pod:59
32178 msgid ""
32179 "If you don't know what filesystems are contained in a guest or disk image, "
32180 "use L<virt-filesystems(1)> first:"
32181 msgstr ""
32182
32183 # type: verbatim
32184 #. type: verbatim
32185 #: ../fuse/guestmount.pod:62
32186 #, no-wrap
32187 msgid ""
32188 " virt-filesystems MyGuest\n"
32189 "\n"
32190 msgstr ""
32191
32192 # type: textblock
32193 #. type: textblock
32194 #: ../fuse/guestmount.pod:64
32195 msgid ""
32196 "If you want to trace the libguestfs calls but without excessive debugging "
32197 "information, we recommend:"
32198 msgstr ""
32199
32200 # type: verbatim
32201 #. type: verbatim
32202 #: ../fuse/guestmount.pod:67
32203 #, no-wrap
32204 msgid ""
32205 " guestmount [...] --trace /mnt\n"
32206 "\n"
32207 msgstr ""
32208
32209 # type: textblock
32210 #. type: textblock
32211 #: ../fuse/guestmount.pod:69
32212 msgid "If you want to debug the program, we recommend:"
32213 msgstr ""
32214
32215 # type: verbatim
32216 #. type: verbatim
32217 #: ../fuse/guestmount.pod:71
32218 #, no-wrap
32219 msgid ""
32220 " guestmount [...] --trace --verbose /mnt\n"
32221 "\n"
32222 msgstr ""
32223
32224 # type: =item
32225 #. type: =item
32226 #: ../fuse/guestmount.pod:77
32227 msgid "B<-a image> | B<--add image>"
32228 msgstr ""
32229
32230 # type: textblock
32231 #. type: textblock
32232 #: ../fuse/guestmount.pod:79
32233 msgid "Add a block device or virtual machine image."
32234 msgstr ""
32235
32236 # type: =item
32237 #. type: =item
32238 #: ../fuse/guestmount.pod:84
32239 msgid "B<-c URI> | B<--connect URI>"
32240 msgstr ""
32241
32242 # type: =item
32243 #. type: =item
32244 #: ../fuse/guestmount.pod:90
32245 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
32246 msgstr ""
32247
32248 # type: =item
32249 #. type: =item
32250 #: ../fuse/guestmount.pod:96
32251 msgid "B<--dir-cache-timeout N>"
32252 msgstr ""
32253
32254 # type: textblock
32255 #. type: textblock
32256 #: ../fuse/guestmount.pod:98
32257 msgid ""
32258 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
32259 "seconds.  The readdir cache [actually, there are several semi-independent "
32260 "caches] is populated after a readdir(2) call with the stat and extended "
32261 "attributes of the files in the directory, in anticipation that they will be "
32262 "requested soon after."
32263 msgstr ""
32264
32265 # type: textblock
32266 #. type: textblock
32267 #: ../fuse/guestmount.pod:104
32268 msgid ""
32269 "There is also a different attribute cache implemented by FUSE (see the FUSE "
32270 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
32271 "requests, only cache existing ones."
32272 msgstr ""
32273
32274 # type: =item
32275 #. type: =item
32276 #: ../fuse/guestmount.pod:115
32277 msgid "B<--format=raw|qcow2|..> | B<--format>"
32278 msgstr ""
32279
32280 # type: textblock
32281 #. type: textblock
32282 #: ../fuse/guestmount.pod:122
32283 msgid ""
32284 "If you have untrusted raw-format guest disk images, you should use this "
32285 "option to specify the disk format.  This avoids a possible security problem "
32286 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
32287 "guestfs_add_drive_opts>."
32288 msgstr ""
32289
32290 # type: =item
32291 #. type: =item
32292 #: ../fuse/guestmount.pod:127
32293 msgid "B<--fuse-help>"
32294 msgstr ""
32295
32296 # type: textblock
32297 #. type: textblock
32298 #: ../fuse/guestmount.pod:129
32299 msgid "Display help on special FUSE options (see I<-o> below)."
32300 msgstr ""
32301
32302 # type: textblock
32303 #. type: textblock
32304 #: ../fuse/guestmount.pod:133
32305 msgid "Display brief help and exit."
32306 msgstr ""
32307
32308 # type: =item
32309 #. type: =item
32310 #: ../fuse/guestmount.pod:135
32311 msgid "B<-i> | B<--inspector>"
32312 msgstr ""
32313
32314 # type: textblock
32315 #. type: textblock
32316 #: ../fuse/guestmount.pod:155
32317 msgid ""
32318 "Mount the named partition or logical volume on the given mountpoint B<in the "
32319 "guest> (this has nothing to do with mountpoints in the host)."
32320 msgstr ""
32321
32322 # type: textblock
32323 #. type: textblock
32324 #: ../fuse/guestmount.pod:158
32325 msgid ""
32326 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
32327 "something on C</>."
32328 msgstr ""
32329
32330 # type: =item
32331 #. type: =item
32332 #: ../fuse/guestmount.pod:171
32333 msgid "B<-n> | B<--no-sync>"
32334 msgstr ""
32335
32336 # type: textblock
32337 #. type: textblock
32338 #: ../fuse/guestmount.pod:173
32339 msgid ""
32340 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
32341 "unmounted.  If you specify this option, then we don't attempt to sync the "
32342 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
32343 msgstr ""
32344
32345 # type: =item
32346 #. type: =item
32347 #: ../fuse/guestmount.pod:178
32348 msgid "B<-o option> | B<--option option>"
32349 msgstr ""
32350
32351 # type: textblock
32352 #. type: textblock
32353 #: ../fuse/guestmount.pod:180
32354 msgid "Pass extra options to FUSE."
32355 msgstr ""
32356
32357 # type: textblock
32358 #. type: textblock
32359 #: ../fuse/guestmount.pod:182
32360 msgid ""
32361 "To get a list of all the extra options supported by FUSE, use the command "
32362 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
32363 "of them are a good idea."
32364 msgstr ""
32365
32366 # type: verbatim
32367 #. type: verbatim
32368 #: ../fuse/guestmount.pod:186
32369 #, no-wrap
32370 msgid ""
32371 " guestmount --fuse-help\n"
32372 "\n"
32373 msgstr ""
32374
32375 # type: textblock
32376 #. type: textblock
32377 #: ../fuse/guestmount.pod:188
32378 msgid "Some potentially useful FUSE options:"
32379 msgstr ""
32380
32381 # type: =item
32382 #. type: =item
32383 #: ../fuse/guestmount.pod:192
32384 msgid "B<-o allow_other>"
32385 msgstr ""
32386
32387 # type: textblock
32388 #. type: textblock
32389 #: ../fuse/guestmount.pod:194
32390 msgid "Allow other users to see the filesystem."
32391 msgstr ""
32392
32393 # type: =item
32394 #. type: =item
32395 #: ../fuse/guestmount.pod:196
32396 msgid "B<-o attr_timeout=N>"
32397 msgstr ""
32398
32399 # type: textblock
32400 #. type: textblock
32401 #: ../fuse/guestmount.pod:198
32402 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
32403 msgstr ""
32404
32405 # type: =item
32406 #. type: =item
32407 #: ../fuse/guestmount.pod:200
32408 msgid "B<-o kernel_cache>"
32409 msgstr ""
32410
32411 # type: textblock
32412 #. type: textblock
32413 #: ../fuse/guestmount.pod:202
32414 msgid ""
32415 "Allow the kernel to cache files (reduces the number of reads that have to go "
32416 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
32417 "afford the extra memory usage."
32418 msgstr ""
32419
32420 # type: =item
32421 #. type: =item
32422 #: ../fuse/guestmount.pod:206
32423 msgid "B<-o uid=N> B<-o gid=N>"
32424 msgstr ""
32425
32426 # type: textblock
32427 #. type: textblock
32428 #: ../fuse/guestmount.pod:208
32429 msgid ""
32430 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
32431 "the chosen values."
32432 msgstr ""
32433
32434 # type: =item
32435 #. type: =item
32436 #: ../fuse/guestmount.pod:213
32437 msgid "B<-r> | B<--ro>"
32438 msgstr ""
32439
32440 # type: textblock
32441 #. type: textblock
32442 #: ../fuse/guestmount.pod:215
32443 msgid ""
32444 "Add devices and mount everything read-only.  Also disallow writes and make "
32445 "the disk appear read-only to FUSE."
32446 msgstr ""
32447
32448 # type: textblock
32449 #. type: textblock
32450 #: ../fuse/guestmount.pod:218
32451 msgid ""
32452 "This is highly recommended if you are not going to edit the guest disk.  If "
32453 "the guest is running and this option is I<not> supplied, then there is a "
32454 "strong risk of disk corruption in the guest.  We try to prevent this from "
32455 "happening, but it is not always possible."
32456 msgstr ""
32457
32458 # type: textblock
32459 #. type: textblock
32460 #: ../fuse/guestmount.pod:223
32461 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32462 msgstr ""
32463
32464 # type: textblock
32465 #. type: textblock
32466 #: ../fuse/guestmount.pod:227
32467 msgid "Enable SELinux support for the guest."
32468 msgstr ""
32469
32470 # type: =item
32471 #. type: =item
32472 #: ../fuse/guestmount.pod:229
32473 msgid "B<-v> | B<--verbose>"
32474 msgstr ""
32475
32476 # type: textblock
32477 #. type: textblock
32478 #: ../fuse/guestmount.pod:231
32479 msgid "Enable verbose messages from underlying libguestfs."
32480 msgstr ""
32481
32482 # type: =item
32483 #. type: =item
32484 #: ../fuse/guestmount.pod:233
32485 msgid "B<-V> | B<--version>"
32486 msgstr ""
32487
32488 # type: textblock
32489 #. type: textblock
32490 #: ../fuse/guestmount.pod:235
32491 msgid "Display the program version and exit."
32492 msgstr ""
32493
32494 # type: =item
32495 #. type: =item
32496 #: ../fuse/guestmount.pod:237
32497 msgid "B<-w> | B<--rw>"
32498 msgstr ""
32499
32500 #. type: textblock
32501 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
32502 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32503 msgstr ""
32504
32505 # type: =item
32506 #. type: =item
32507 #: ../fuse/guestmount.pod:244
32508 msgid "B<-x> | B<--trace>"
32509 msgstr ""
32510
32511 # type: textblock
32512 #. type: textblock
32513 #: ../fuse/guestmount.pod:246
32514 msgid "Trace libguestfs calls and entry into each FUSE function."
32515 msgstr ""
32516
32517 # type: textblock
32518 #. type: textblock
32519 #: ../fuse/guestmount.pod:248
32520 msgid "This also stops the daemon from forking into the background."
32521 msgstr ""
32522
32523 # type: textblock
32524 #. type: textblock
32525 #: ../fuse/guestmount.pod:269
32526 msgid ""
32527 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
32528 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
32529 "net/>."
32530 msgstr ""
32531
32532 # type: textblock
32533 #. type: textblock
32534 #: ../fuse/guestmount.pod:284
32535 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
32536 msgstr ""
32537
32538 # type: textblock
32539 #. type: textblock
32540 #: ../tools/virt-edit.pl:34
32541 msgid "virt-edit - Edit a file in a virtual machine"
32542 msgstr ""
32543
32544 # type: verbatim
32545 #. type: verbatim
32546 #: ../tools/virt-edit.pl:38
32547 #, no-wrap
32548 msgid ""
32549 " virt-edit [--options] domname file\n"
32550 "\n"
32551 msgstr ""
32552
32553 # type: verbatim
32554 #. type: verbatim
32555 #: ../tools/virt-edit.pl:40
32556 #, no-wrap
32557 msgid ""
32558 " virt-edit [--options] disk.img [disk.img ...] file\n"
32559 "\n"
32560 msgstr ""
32561
32562 # type: verbatim
32563 #. type: verbatim
32564 #: ../tools/virt-edit.pl:42
32565 #, no-wrap
32566 msgid ""
32567 " virt-edit [domname|disk.img] file -e 'expr'\n"
32568 "\n"
32569 msgstr ""
32570
32571 # type: textblock
32572 #. type: textblock
32573 #: ../tools/virt-edit.pl:46
32574 msgid ""
32575 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
32576 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
32577 "doing this, but doesn't catch all cases."
32578 msgstr ""
32579
32580 # type: textblock
32581 #. type: textblock
32582 #: ../tools/virt-edit.pl:52
32583 msgid ""
32584 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
32585 "the named virtual machine (or disk image)."
32586 msgstr ""
32587
32588 #. type: textblock
32589 #: ../tools/virt-edit.pl:55
32590 msgid "If you want to just view a file, use L<virt-cat(1)>."
32591 msgstr ""
32592
32593 #. type: textblock
32594 #: ../tools/virt-edit.pl:57
32595 msgid ""
32596 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
32597 "USING GUESTFISH> below)."
32598 msgstr ""
32599
32600 #. type: textblock
32601 #: ../tools/virt-edit.pl:60
32602 msgid ""
32603 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
32604 "files.  L<guestfish(1)> can do that and much more."
32605 msgstr ""
32606
32607 # type: textblock
32608 #. type: textblock
32609 #: ../tools/virt-edit.pl:65
32610 msgid "Edit the named files interactively:"
32611 msgstr ""
32612
32613 # type: verbatim
32614 #. type: verbatim
32615 #: ../tools/virt-edit.pl:67
32616 #, no-wrap
32617 msgid ""
32618 " virt-edit mydomain /boot/grub/grub.conf\n"
32619 "\n"
32620 msgstr ""
32621
32622 # type: verbatim
32623 #. type: verbatim
32624 #: ../tools/virt-edit.pl:69
32625 #, no-wrap
32626 msgid ""
32627 " virt-edit mydomain /etc/passwd\n"
32628 "\n"
32629 msgstr ""
32630
32631 #. type: textblock
32632 #: ../tools/virt-edit.pl:71
32633 msgid "For Windows guests, some Windows paths are understood:"
32634 msgstr ""
32635
32636 #. type: verbatim
32637 #: ../tools/virt-edit.pl:73
32638 #, no-wrap
32639 msgid ""
32640 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
32641 "\n"
32642 msgstr ""
32643
32644 # type: textblock
32645 #. type: textblock
32646 #: ../tools/virt-edit.pl:75
32647 msgid ""
32648 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
32649 "below).  To change the init default level to 5:"
32650 msgstr ""
32651
32652 # type: verbatim
32653 #. type: verbatim
32654 #: ../tools/virt-edit.pl:79
32655 #, no-wrap
32656 msgid ""
32657 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
32658 "\n"
32659 msgstr ""
32660
32661 # type: textblock
32662 #. type: textblock
32663 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
32664 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
32665 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
32666 msgid "Display brief help."
32667 msgstr ""
32668
32669 # type: textblock
32670 #. type: textblock
32671 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
32672 #: ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121
32673 #: ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
32674 msgid "Display version number and exit."
32675 msgstr ""
32676
32677 # type: =item
32678 #. type: =item
32679 #: ../tools/virt-edit.pl:105
32680 msgid "B<--backup extension> | B<-b extension>"
32681 msgstr ""
32682
32683 # type: textblock
32684 #. type: textblock
32685 #: ../tools/virt-edit.pl:107
32686 msgid ""
32687 "Create a backup of the original file I<in the guest disk image>.  The backup "
32688 "has the original filename with C<extension> added."
32689 msgstr ""
32690
32691 # type: textblock
32692 #. type: textblock
32693 #: ../tools/virt-edit.pl:110
32694 msgid ""
32695 "Usually the first character of C<extension> would be a dot C<.> so you would "
32696 "write:"
32697 msgstr ""
32698
32699 # type: verbatim
32700 #. type: verbatim
32701 #: ../tools/virt-edit.pl:113
32702 #, no-wrap
32703 msgid ""
32704 " virt-edit -b .orig [etc]\n"
32705 "\n"
32706 msgstr ""
32707
32708 # type: textblock
32709 #. type: textblock
32710 #: ../tools/virt-edit.pl:115
32711 msgid "By default, no backup file is made."
32712 msgstr ""
32713
32714 # type: =item
32715 #. type: =item
32716 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
32717 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
32718 #: ../tools/virt-list-partitions.pl:78
32719 msgid "B<--connect URI> | B<-c URI>"
32720 msgstr ""
32721
32722 # type: textblock
32723 #. type: textblock
32724 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
32725 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
32726 #: ../tools/virt-list-partitions.pl:80
32727 msgid ""
32728 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
32729 "to the default libvirt hypervisor."
32730 msgstr ""
32731
32732 # type: textblock
32733 #. type: textblock
32734 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
32735 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
32736 #: ../tools/virt-list-partitions.pl:83
32737 msgid ""
32738 "If you specify guest block devices directly, then libvirt is not used at all."
32739 msgstr ""
32740
32741 # type: =item
32742 #. type: =item
32743 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
32744 #: ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139
32745 #: ../tools/virt-list-partitions.pl:90
32746 msgid "B<--format> raw"
32747 msgstr ""
32748
32749 # type: textblock
32750 #. type: textblock
32751 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
32752 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
32753 #: ../tools/virt-list-partitions.pl:92
32754 msgid ""
32755 "Specify the format of disk images given on the command line.  If this is "
32756 "omitted then the format is autodetected from the content of the disk image."
32757 msgstr ""
32758
32759 # type: textblock
32760 #. type: textblock
32761 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
32762 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
32763 #: ../tools/virt-list-partitions.pl:96
32764 msgid ""
32765 "If disk images are requested from libvirt, then this program asks libvirt "
32766 "for this information.  In this case, the value of the format parameter is "
32767 "ignored."
32768 msgstr ""
32769
32770 # type: textblock
32771 #. type: textblock
32772 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
32773 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
32774 #: ../tools/virt-list-partitions.pl:100
32775 msgid ""
32776 "If working with untrusted raw-format guest disk images, you should ensure "
32777 "the format is always specified."
32778 msgstr ""
32779
32780 # type: =item
32781 #. type: =item
32782 #: ../tools/virt-edit.pl:150
32783 msgid "B<--expr EXPR> | B<-e EXPR>"
32784 msgstr ""
32785
32786 # type: textblock
32787 #. type: textblock
32788 #: ../tools/virt-edit.pl:152
32789 msgid ""
32790 "Instead of launching the external editor, non-interactively apply the Perl "
32791 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
32792 "EDITING> below."
32793 msgstr ""
32794
32795 # type: textblock
32796 #. type: textblock
32797 #: ../tools/virt-edit.pl:156
32798 msgid ""
32799 "Be careful to properly quote the expression to prevent it from being altered "
32800 "by the shell."
32801 msgstr ""
32802
32803 # type: =head1
32804 #. type: =head1
32805 #: ../tools/virt-edit.pl:280
32806 msgid "NON-INTERACTIVE EDITING"
32807 msgstr ""
32808
32809 # type: textblock
32810 #. type: textblock
32811 #: ../tools/virt-edit.pl:282
32812 msgid ""
32813 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
32814 "administrator can interactively edit the file."
32815 msgstr ""
32816
32817 # type: textblock
32818 #. type: textblock
32819 #: ../tools/virt-edit.pl:285
32820 msgid ""
32821 "There are two ways also to use C<virt-edit> from scripts in order to make "
32822 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
32823 "like this, it's less error-prone to write scripts directly using the "
32824 "libguestfs API and Augeas for configuration file editing.)"
32825 msgstr ""
32826
32827 # type: textblock
32828 #. type: textblock
32829 #: ../tools/virt-edit.pl:291
32830 msgid ""
32831 "The first method is to temporarily set C<$EDITOR> to any script or program "
32832 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
32833 "update C<tmpfile> in place however it likes."
32834 msgstr ""
32835
32836 #. type: textblock
32837 #: ../tools/virt-edit.pl:295
32838 msgid ""
32839 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
32840 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
32841 "instances of C<foo> with C<bar> in a file:"
32842 msgstr ""
32843
32844 # type: verbatim
32845 #. type: verbatim
32846 #: ../tools/virt-edit.pl:299
32847 #, no-wrap
32848 msgid ""
32849 " virt-edit domname filename -e 's/foo/bar/'\n"
32850 "\n"
32851 msgstr ""
32852
32853 # type: textblock
32854 #. type: textblock
32855 #: ../tools/virt-edit.pl:301
32856 msgid ""
32857 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
32858 "For example to delete root's password you could do:"
32859 msgstr ""
32860
32861 # type: verbatim
32862 #. type: verbatim
32863 #: ../tools/virt-edit.pl:304
32864 #, no-wrap
32865 msgid ""
32866 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
32867 "\n"
32868 msgstr ""
32869
32870 # type: textblock
32871 #. type: textblock
32872 #: ../tools/virt-edit.pl:306
32873 msgid ""
32874 "What really happens is that the snippet is evaluated as a Perl expression "
32875 "for each line of the file.  The line, including the final C<\\n>, is passed "
32876 "in C<$_> and the expression should update C<$_> or leave it unchanged."
32877 msgstr ""
32878
32879 # type: textblock
32880 #. type: textblock
32881 #: ../tools/virt-edit.pl:311
32882 msgid ""
32883 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
32884 "C<apache> user account from the password file you can do:"
32885 msgstr ""
32886
32887 # type: verbatim
32888 #. type: verbatim
32889 #: ../tools/virt-edit.pl:314
32890 #, no-wrap
32891 msgid ""
32892 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
32893 "\n"
32894 msgstr ""
32895
32896 # type: textblock
32897 #. type: textblock
32898 #: ../tools/virt-edit.pl:316
32899 msgid ""
32900 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
32901 "the end of the file is rather difficult this way since there is no concept "
32902 "of \"last line of the file\" - your expression just doesn't get called "
32903 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
32904 "want to do this."
32905 msgstr ""
32906
32907 # type: textblock
32908 #. type: textblock
32909 #: ../tools/virt-edit.pl:322
32910 msgid ""
32911 "The variable C<$lineno> contains the current line number.  As is "
32912 "traditional, the first line in the file is number C<1>."
32913 msgstr ""
32914
32915 # type: textblock
32916 #. type: textblock
32917 #: ../tools/virt-edit.pl:325
32918 msgid ""
32919 "The return value from the expression is ignored, but the expression may call "
32920 "C<die> in order to abort the whole program, leaving the original file "
32921 "untouched."
32922 msgstr ""
32923
32924 # type: textblock
32925 #. type: textblock
32926 #: ../tools/virt-edit.pl:329
32927 msgid ""
32928 "Remember when matching the end of a line that C<$_> may contain the final C<"
32929 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
32930 "newline then neither of these.  Thus to match or substitute some text at the "
32931 "end of a line, use this regular expression:"
32932 msgstr ""
32933
32934 # type: verbatim
32935 #. type: verbatim
32936 #: ../tools/virt-edit.pl:334
32937 #, no-wrap
32938 msgid ""
32939 " /some text(\\r?\\n)?$/\n"
32940 "\n"
32941 msgstr ""
32942
32943 # type: textblock
32944 #. type: textblock
32945 #: ../tools/virt-edit.pl:336
32946 msgid ""
32947 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
32948 "$_> itself (since that would remove all newlines from the file):"
32949 msgstr ""
32950
32951 # type: verbatim
32952 #. type: verbatim
32953 #: ../tools/virt-edit.pl:340
32954 #, no-wrap
32955 msgid ""
32956 " my $m = $_; chomp $m; $m =~ /some text$/\n"
32957 "\n"
32958 msgstr ""
32959
32960 #. type: textblock
32961 #: ../tools/virt-edit.pl:344
32962 msgid ""
32963 "C<virt-edit> has a limited ability to understand Windows drive letters and "
32964 "paths (eg. C<E:\\foo\\bar.txt>)."
32965 msgstr ""
32966
32967 #. type: textblock
32968 #: ../tools/virt-edit.pl:347
32969 msgid "If and only if the guest is running Windows then:"
32970 msgstr ""
32971
32972 #. type: textblock
32973 #: ../tools/virt-edit.pl:353
32974 msgid ""
32975 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
32976 "to the correct filesystem."
32977 msgstr ""
32978
32979 #. type: textblock
32980 #: ../tools/virt-edit.pl:358
32981 msgid ""
32982 "Any backslash (C<\\>) characters in the path are replaced with forward "
32983 "slashes so that libguestfs can process it."
32984 msgstr ""
32985
32986 #. type: textblock
32987 #: ../tools/virt-edit.pl:363
32988 msgid ""
32989 "The path is resolved case insensitively to locate the file that should be "
32990 "edited."
32991 msgstr ""
32992
32993 #. type: textblock
32994 #: ../tools/virt-edit.pl:368
32995 msgid "There are some known shortcomings:"
32996 msgstr ""
32997
32998 #. type: textblock
32999 #: ../tools/virt-edit.pl:374
33000 msgid "Some NTFS symbolic links may not be followed correctly."
33001 msgstr ""
33002
33003 #. type: textblock
33004 #: ../tools/virt-edit.pl:378
33005 msgid "NTFS junction points that cross filesystems are not followed."
33006 msgstr ""
33007
33008 #. type: =head1
33009 #: ../tools/virt-edit.pl:435
33010 msgid "USING GUESTFISH"
33011 msgstr ""
33012
33013 #. type: textblock
33014 #: ../tools/virt-edit.pl:437
33015 msgid ""
33016 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
33017 "C<virt-edit> doesn't work."
33018 msgstr ""
33019
33020 #. type: textblock
33021 #: ../tools/virt-edit.pl:440
33022 msgid "Using C<virt-edit> is approximately equivalent to doing:"
33023 msgstr ""
33024
33025 #. type: verbatim
33026 #: ../tools/virt-edit.pl:442
33027 #, no-wrap
33028 msgid ""
33029 " guestfish --rw -i -d domname edit /file\n"
33030 "\n"
33031 msgstr ""
33032
33033 #. type: textblock
33034 #: ../tools/virt-edit.pl:444
33035 msgid ""
33036 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
33037 "path to the file."
33038 msgstr ""
33039
33040 #. type: textblock
33041 #: ../tools/virt-edit.pl:447
33042 msgid ""
33043 "The command above uses libguestfs's guest inspection feature and so does not "
33044 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
33045 "disk images that don't contain guests.  To edit a file on a disk image "
33046 "directly, use:"
33047 msgstr ""
33048
33049 #. type: verbatim
33050 #: ../tools/virt-edit.pl:452
33051 #, no-wrap
33052 msgid ""
33053 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
33054 "\n"
33055 msgstr ""
33056
33057 #. type: textblock
33058 #: ../tools/virt-edit.pl:454
33059 msgid ""
33060 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
33061 "the disk image to edit, and C</file> is the full path to the file."
33062 msgstr ""
33063
33064 #. type: textblock
33065 #: ../tools/virt-edit.pl:458
33066 msgid ""
33067 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
33068 "C<write> or C<upload> instead:"
33069 msgstr ""
33070
33071 #. type: verbatim
33072 #: ../tools/virt-edit.pl:461
33073 #, no-wrap
33074 msgid ""
33075 " guestfish --rw -i -d domname touch /newfile\n"
33076 "\n"
33077 msgstr ""
33078
33079 #. type: verbatim
33080 #: ../tools/virt-edit.pl:463
33081 #, no-wrap
33082 msgid ""
33083 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
33084 "\n"
33085 msgstr ""
33086
33087 #. type: verbatim
33088 #: ../tools/virt-edit.pl:465
33089 #, no-wrap
33090 msgid ""
33091 " guestfish --rw -i -d domname upload localfile /newfile\n"
33092 "\n"
33093 msgstr ""
33094
33095 #. type: textblock
33096 #: ../tools/virt-edit.pl:467
33097 msgid ""
33098 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
33099 msgstr ""
33100
33101 #. type: verbatim
33102 #: ../tools/virt-edit.pl:470
33103 #, no-wrap
33104 msgid ""
33105 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
33106 "\n"
33107 msgstr ""
33108
33109 # type: =item
33110 #. type: =item
33111 #: ../tools/virt-edit.pl:480
33112 msgid "C<EDITOR>"
33113 msgstr ""
33114
33115 # type: textblock
33116 #. type: textblock
33117 #: ../tools/virt-edit.pl:482
33118 msgid ""
33119 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
33120 "\"emacs -nw\">"
33121 msgstr ""
33122
33123 # type: textblock
33124 #. type: textblock
33125 #: ../tools/virt-edit.pl:485
33126 msgid "If not set, C<vi> is used."
33127 msgstr ""
33128
33129 # type: =head2
33130 #. type: =head1
33131 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
33132 #: ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279
33133 #: ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
33134 msgid "SHELL QUOTING"
33135 msgstr ""
33136
33137 # type: textblock
33138 #. type: textblock
33139 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
33140 #: ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281
33141 #: ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
33142 msgid ""
33143 "Libvirt guest names can contain arbitrary characters, some of which have "
33144 "meaning to the shell such as C<#> and space.  You may need to quote or "
33145 "escape these characters on the command line.  See the shell manual page L<sh"
33146 "(1)> for details."
33147 msgstr ""
33148
33149 #. type: textblock
33150 #: ../tools/virt-edit.pl:498
33151 msgid ""
33152 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
33153 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
33154 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
33155 msgstr ""
33156
33157 # type: =head1
33158 #. type: =head1
33159 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
33160 #: ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301
33161 #: ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
33162 msgid "AUTHOR"
33163 msgstr ""
33164
33165 # type: textblock
33166 #. type: textblock
33167 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
33168 #: ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303
33169 #: ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
33170 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
33171 msgstr ""
33172
33173 #. type: textblock
33174 #: ../tools/virt-edit.pl:516
33175 msgid "Copyright (C) 2009-2011 Red Hat Inc."
33176 msgstr ""
33177
33178 # type: textblock
33179 #. type: textblock
33180 #: ../tools/virt-win-reg.pl:37
33181 msgid ""
33182 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
33183 msgstr ""
33184
33185 # type: verbatim
33186 #. type: verbatim
33187 #: ../tools/virt-win-reg.pl:41
33188 #, no-wrap
33189 msgid ""
33190 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
33191 "\n"
33192 msgstr ""
33193
33194 # type: verbatim
33195 #. type: verbatim
33196 #: ../tools/virt-win-reg.pl:43
33197 #, no-wrap
33198 msgid ""
33199 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
33200 "\n"
33201 msgstr ""
33202
33203 # type: verbatim
33204 #. type: verbatim
33205 #: ../tools/virt-win-reg.pl:45
33206 #, no-wrap
33207 msgid ""
33208 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
33209 "\n"
33210 msgstr ""
33211
33212 # type: verbatim
33213 #. type: verbatim
33214 #: ../tools/virt-win-reg.pl:47
33215 #, no-wrap
33216 msgid ""
33217 " virt-win-reg --merge domname [input.reg ...]\n"
33218 "\n"
33219 msgstr ""
33220
33221 # type: verbatim
33222 #. type: verbatim
33223 #: ../tools/virt-win-reg.pl:49
33224 #, no-wrap
33225 msgid ""
33226 " virt-win-reg [--options] disk.img ... # instead of domname\n"
33227 "\n"
33228 msgstr ""
33229
33230 #. type: textblock
33231 #: ../tools/virt-win-reg.pl:53
33232 msgid ""
33233 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
33234 "virtual machines.  If you do this, you I<will> get irreversible disk "
33235 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
33236 "but doesn't catch all cases."
33237 msgstr ""
33238
33239 #. type: textblock
33240 #: ../tools/virt-win-reg.pl:58
33241 msgid ""
33242 "Modifying the Windows Registry is an inherently risky operation.  The format "
33243 "is deliberately obscure and undocumented, and Registry changes can leave the "
33244 "system unbootable.  Therefore when using the I<--merge> option, make sure "
33245 "you have a reliable backup first."
33246 msgstr ""
33247
33248 # type: textblock
33249 #. type: textblock
33250 #: ../tools/virt-win-reg.pl:65
33251 msgid ""
33252 "This program can export and merge Windows Registry entries from a Windows "
33253 "guest."
33254 msgstr ""
33255
33256 # type: textblock
33257 #. type: textblock
33258 #: ../tools/virt-win-reg.pl:68
33259 msgid ""
33260 "The first parameter is the libvirt guest name or the raw disk image of a "
33261 "Windows guest."
33262 msgstr ""
33263
33264 #. type: textblock
33265 #: ../tools/virt-win-reg.pl:71
33266 msgid ""
33267 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
33268 "exported (recursively).  For example:"
33269 msgstr ""
33270
33271 # type: verbatim
33272 #. type: verbatim
33273 #: ../tools/virt-win-reg.pl:74
33274 #, no-wrap
33275 msgid ""
33276 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
33277 "\n"
33278 msgstr ""
33279
33280 # type: textblock
33281 #. type: textblock
33282 #: ../tools/virt-win-reg.pl:76
33283 msgid ""
33284 "You can also display single values from within registry keys, for example:"
33285 msgstr ""
33286
33287 # type: verbatim
33288 #. type: verbatim
33289 #: ../tools/virt-win-reg.pl:79
33290 #, no-wrap
33291 msgid ""
33292 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
33293 " $ virt-win-reg Windows7 $cvkey ProductName\n"
33294 " Windows 7 Enterprise\n"
33295 "\n"
33296 msgstr ""
33297
33298 #. type: textblock
33299 #: ../tools/virt-win-reg.pl:83
33300 msgid ""
33301 "With I<--merge>, you can merge a textual regedit file into the Windows "
33302 "Registry:"
33303 msgstr ""
33304
33305 # type: verbatim
33306 #. type: verbatim
33307 #: ../tools/virt-win-reg.pl:86
33308 #, no-wrap
33309 msgid ""
33310 " $ virt-win-reg --merge Windows7 changes.reg\n"
33311 "\n"
33312 msgstr ""
33313
33314 # type: =head2
33315 #. type: =head1
33316 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
33317 msgid "NOTE"
33318 msgstr ""
33319
33320 # type: textblock
33321 #. type: textblock
33322 #: ../tools/virt-win-reg.pl:90
33323 msgid ""
33324 "This program is only meant for simple access to the registry.  If you want "
33325 "to do complicated things with the registry, we suggest you download the "
33326 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
33327 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
33328 "L<hivexregedit(1)>."
33329 msgstr ""
33330
33331 # type: =item
33332 #. type: =item
33333 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
33334 msgid "B<--debug>"
33335 msgstr ""
33336
33337 # type: textblock
33338 #. type: textblock
33339 #: ../tools/virt-win-reg.pl:122
33340 msgid "Enable debugging messages."
33341 msgstr ""
33342
33343 # type: =item
33344 #. type: =item
33345 #: ../tools/virt-win-reg.pl:157
33346 msgid "B<--merge>"
33347 msgstr ""
33348
33349 # type: textblock
33350 #. type: textblock
33351 #: ../tools/virt-win-reg.pl:159
33352 msgid ""
33353 "In merge mode, this merges a textual regedit file into the Windows Registry "
33354 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
33355 "displays or exports Registry entries instead."
33356 msgstr ""
33357
33358 #. type: textblock
33359 #: ../tools/virt-win-reg.pl:163
33360 msgid ""
33361 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
33362 "result in disk corruption.  However exporting (without this flag)  is always "
33363 "safe."
33364 msgstr ""
33365
33366 # type: =item
33367 #. type: =item
33368 #: ../tools/virt-win-reg.pl:171
33369 msgid "B<--encoding> UTF-16LE|ASCII"
33370 msgstr ""
33371
33372 # type: textblock
33373 #. type: textblock
33374 #: ../tools/virt-win-reg.pl:173
33375 msgid ""
33376 "When merging (only), you may need to specify the encoding for strings to be "
33377 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
33378 "(3)/ENCODING STRINGS>."
33379 msgstr ""
33380
33381 # type: textblock
33382 #. type: textblock
33383 #: ../tools/virt-win-reg.pl:177
33384 msgid ""
33385 "The default is to use UTF-16LE, which should work with recent versions of "
33386 "Windows."
33387 msgstr ""
33388
33389 # type: =head2
33390 #. type: =head1
33391 #: ../tools/virt-win-reg.pl:402
33392 msgid "SUPPORTED SYSTEMS"
33393 msgstr ""
33394
33395 # type: textblock
33396 #. type: textblock
33397 #: ../tools/virt-win-reg.pl:404
33398 msgid ""
33399 "The program currently supports Windows NT-derived guests starting with "
33400 "Windows XP through to at least Windows 7."
33401 msgstr ""
33402
33403 # type: textblock
33404 #. type: textblock
33405 #: ../tools/virt-win-reg.pl:407
33406 msgid ""
33407 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
33408 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
33409 "and C<HKEY_USERS\\.DEFAULT>."
33410 msgstr ""
33411
33412 # type: textblock
33413 #. type: textblock
33414 #: ../tools/virt-win-reg.pl:411
33415 msgid ""
33416 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
33417 "C<HKEY_USERS>."
33418 msgstr ""
33419
33420 # type: textblock
33421 #. type: textblock
33422 #: ../tools/virt-win-reg.pl:414
33423 msgid ""
33424 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
33425 "time."
33426 msgstr ""
33427
33428 # type: =head2
33429 #. type: =head1
33430 #: ../tools/virt-win-reg.pl:417
33431 msgid "ENCODING"
33432 msgstr ""
33433
33434 # type: textblock
33435 #. type: textblock
33436 #: ../tools/virt-win-reg.pl:419
33437 msgid ""
33438 "C<virt-win-reg> expects that regedit files have already been reencoded in "
33439 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
33440 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
33441 "Windows-style line endings, you may need to reencode the whole file before "
33442 "or after processing."
33443 msgstr ""
33444
33445 #. type: textblock
33446 #: ../tools/virt-win-reg.pl:425
33447 msgid ""
33448 "To reencode a file from Windows format to Linux (before processing it with "
33449 "the I<--merge> option), you would do something like this:"
33450 msgstr ""
33451
33452 # type: verbatim
33453 #. type: verbatim
33454 #: ../tools/virt-win-reg.pl:428
33455 #, no-wrap
33456 msgid ""
33457 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
33458 "\n"
33459 msgstr ""
33460
33461 # type: textblock
33462 #. type: textblock
33463 #: ../tools/virt-win-reg.pl:430
33464 msgid ""
33465 "To go in the opposite direction, after exporting and before sending the file "
33466 "to a Windows user, do something like this:"
33467 msgstr ""
33468
33469 # type: verbatim
33470 #. type: verbatim
33471 #: ../tools/virt-win-reg.pl:433
33472 #, no-wrap
33473 msgid ""
33474 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
33475 "\n"
33476 msgstr ""
33477
33478 # type: textblock
33479 #. type: textblock
33480 #: ../tools/virt-win-reg.pl:435
33481 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
33482 msgstr ""
33483
33484 # type: textblock
33485 #. type: textblock
33486 #: ../tools/virt-win-reg.pl:437
33487 msgid ""
33488 "If you are unsure about the current encoding, use the L<file(1)> command.  "
33489 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
33490 "style (CRLF) line endings, like this:"
33491 msgstr ""
33492
33493 # type: verbatim
33494 #. type: verbatim
33495 #: ../tools/virt-win-reg.pl:441
33496 #, no-wrap
33497 msgid ""
33498 " $ file software.reg\n"
33499 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
33500 " with CRLF line terminators\n"
33501 "\n"
33502 msgstr ""
33503
33504 #. type: textblock
33505 #: ../tools/virt-win-reg.pl:445
33506 msgid "This file would need conversion before you could I<--merge> it."
33507 msgstr ""
33508
33509 # type: =head2
33510 #. type: =head1
33511 #: ../tools/virt-win-reg.pl:447
33512 msgid "CurrentControlSet etc."
33513 msgstr ""
33514
33515 # type: textblock
33516 #. type: textblock
33517 #: ../tools/virt-win-reg.pl:449
33518 msgid ""
33519 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
33520 "Registry at the level of the hive file, and therefore you cannot modify "
33521 "these."
33522 msgstr ""
33523
33524 # type: textblock
33525 #. type: textblock
33526 #: ../tools/virt-win-reg.pl:453
33527 msgid ""
33528 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
33529 "circumstances it might refer to another control set.  The way to find out is "
33530 "to look at the C<HKLM\\SYSTEM\\Select> key:"
33531 msgstr ""
33532
33533 # type: verbatim
33534 #. type: verbatim
33535 #: ../tools/virt-win-reg.pl:457
33536 #, no-wrap
33537 msgid ""
33538 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
33539 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
33540 " \"Current\"=dword:00000001\n"
33541 " \"Default\"=dword:00000001\n"
33542 " \"Failed\"=dword:00000000\n"
33543 " \"LastKnownGood\"=dword:00000002\n"
33544 "\n"
33545 msgstr ""
33546
33547 # type: textblock
33548 #. type: textblock
33549 #: ../tools/virt-win-reg.pl:464
33550 msgid "\"Current\" is the one which Windows will choose when it boots."
33551 msgstr ""
33552
33553 # type: textblock
33554 #. type: textblock
33555 #: ../tools/virt-win-reg.pl:466
33556 msgid ""
33557 "Similarly, other C<Current...> keys in the path may need to be replaced."
33558 msgstr ""
33559
33560 # type: =head1
33561 #. type: =head1
33562 #: ../tools/virt-win-reg.pl:469
33563 msgid "WINDOWS TIPS"
33564 msgstr ""
33565
33566 # type: textblock
33567 #. type: textblock
33568 #: ../tools/virt-win-reg.pl:471
33569 msgid ""
33570 "Note that some of these tips modify the guest disk image.  The guest I<must> "
33571 "be shut off, else you will get disk corruption."
33572 msgstr ""
33573
33574 # type: =head2
33575 #. type: =head2
33576 #: ../tools/virt-win-reg.pl:474
33577 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
33578 msgstr ""
33579
33580 # type: textblock
33581 #. type: textblock
33582 #: ../tools/virt-win-reg.pl:476
33583 msgid ""
33584 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
33585 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
33586 "is uploaded into C<C:\\>:"
33587 msgstr ""
33588
33589 # type: verbatim
33590 #. type: verbatim
33591 #: ../tools/virt-win-reg.pl:480
33592 #, no-wrap
33593 msgid ""
33594 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
33595 "\n"
33596 msgstr ""
33597
33598 # type: textblock
33599 #. type: textblock
33600 #: ../tools/virt-win-reg.pl:482
33601 msgid "Prepare a regedit file containing the registry change:"
33602 msgstr ""
33603
33604 # type: verbatim
33605 #. type: verbatim
33606 #: ../tools/virt-win-reg.pl:484
33607 #, no-wrap
33608 msgid ""
33609 " cat > test.reg <<'EOF'\n"
33610 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
33611 " \"Test\"=\"c:\\\\test.bat\"\n"
33612 " EOF\n"
33613 "\n"
33614 msgstr ""
33615
33616 # type: textblock
33617 #. type: textblock
33618 #: ../tools/virt-win-reg.pl:489
33619 msgid ""
33620 "In this example we use the key C<RunOnce> which means that the script will "
33621 "run precisely once when the first user logs in.  If you want it to run every "
33622 "time a user logs in, replace C<RunOnce> with C<Run>."
33623 msgstr ""
33624
33625 # type: textblock
33626 #. type: textblock
33627 #: ../tools/virt-win-reg.pl:493
33628 msgid "Now update the registry:"
33629 msgstr ""
33630
33631 # type: verbatim
33632 #. type: verbatim
33633 #: ../tools/virt-win-reg.pl:495
33634 #, no-wrap
33635 msgid ""
33636 " virt-win-reg --merge WindowsGuest test.reg\n"
33637 "\n"
33638 msgstr ""
33639
33640 # type: =head2
33641 #. type: =head2
33642 #: ../tools/virt-win-reg.pl:497
33643 msgid "INSTALLING A SERVICE"
33644 msgstr ""
33645
33646 # type: textblock
33647 #. type: textblock
33648 #: ../tools/virt-win-reg.pl:499
33649 msgid ""
33650 "This section assumes you are familiar with Windows services, and you either "
33651 "have a program which handles the Windows Service Control Protocol directly "
33652 "or you want to run any program using a service wrapper like SrvAny or the "
33653 "free RHSrvAny."
33654 msgstr ""
33655
33656 # type: textblock
33657 #. type: textblock
33658 #: ../tools/virt-win-reg.pl:504
33659 msgid ""
33660 "First upload the program and optionally the service wrapper.  In this case "
33661 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
33662 msgstr ""
33663
33664 # type: verbatim
33665 #. type: verbatim
33666 #: ../tools/virt-win-reg.pl:508
33667 #, no-wrap
33668 msgid ""
33669 " guestfish -i -d WindowsGuest <<EOF\n"
33670 "   upload rhsrvany.exe /rhsrvany.exe\n"
33671 "   upload test.exe /test.exe\n"
33672 " EOF\n"
33673 "\n"
33674 msgstr ""
33675
33676 # type: textblock
33677 #. type: textblock
33678 #: ../tools/virt-win-reg.pl:513
33679 msgid ""
33680 "Prepare a regedit file containing the registry changes.  In this example, "
33681 "the first registry change is needed for the service itself or the service "
33682 "wrapper (if used).  The second registry change is only needed because I am "
33683 "using the RHSrvAny service wrapper."
33684 msgstr ""
33685
33686 # type: verbatim
33687 #. type: verbatim
33688 #: ../tools/virt-win-reg.pl:518
33689 #, no-wrap
33690 msgid ""
33691 " cat > service.reg <<'EOF'\n"
33692 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
33693 " \"Type\"=dword:00000010\n"
33694 " \"Start\"=dword:00000002\n"
33695 " \"ErrorControl\"=dword:00000001\n"
33696 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
33697 " \"DisplayName\"=\"RHSrvAny\"\n"
33698 " \"ObjectName\"=\"NetworkService\"\n"
33699 " \n"
33700 msgstr ""
33701
33702 # type: verbatim
33703 #. type: verbatim
33704 #: ../tools/virt-win-reg.pl:527
33705 #, no-wrap
33706 msgid ""
33707 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
33708 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
33709 " \"PWD\"=\"c:\\\\Temp\"\n"
33710 " EOF\n"
33711 "\n"
33712 msgstr ""
33713
33714 # type: textblock
33715 #. type: textblock
33716 #: ../tools/virt-win-reg.pl:538
33717 msgid ""
33718 "For use of C<ControlSet001> see the section above in this manual page.  You "
33719 "may need to adjust this according to the control set that is in use by the "
33720 "guest."
33721 msgstr ""
33722
33723 # type: textblock
33724 #. type: textblock
33725 #: ../tools/virt-win-reg.pl:544
33726 msgid ""
33727 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
33728 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
33729 "privileged account."
33730 msgstr ""
33731
33732 # type: textblock
33733 #. type: textblock
33734 #: ../tools/virt-win-reg.pl:550
33735 msgid ""
33736 "For the meaning of the magic numbers, see this Microsoft KB article: "
33737 "L<http://support.microsoft.com/kb/103000>."
33738 msgstr ""
33739
33740 # type: textblock
33741 #. type: textblock
33742 #: ../tools/virt-win-reg.pl:555
33743 msgid "Update the registry:"
33744 msgstr ""
33745
33746 # type: verbatim
33747 #. type: verbatim
33748 #: ../tools/virt-win-reg.pl:557
33749 #, no-wrap
33750 msgid ""
33751 " virt-win-reg --merge WindowsGuest service.reg\n"
33752 "\n"
33753 msgstr ""
33754
33755 # type: textblock
33756 #. type: textblock
33757 #: ../tools/virt-win-reg.pl:561
33758 msgid ""
33759 "Be careful when passing parameters containing C<\\> (backslash) in the "
33760 "shell.  Usually you will have to use 'single quotes' or double backslashes "
33761 "(but not both) to protect them from the shell."
33762 msgstr ""
33763
33764 # type: textblock
33765 #. type: textblock
33766 #: ../tools/virt-win-reg.pl:565
33767 msgid "Paths and value names are case-insensitive."
33768 msgstr ""
33769
33770 # type: textblock
33771 #. type: textblock
33772 #: ../tools/virt-win-reg.pl:574
33773 msgid ""
33774 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
33775 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
33776 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33777 msgstr ""
33778
33779 # type: textblock
33780 #. type: textblock
33781 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
33782 msgid ""
33783 "When reporting bugs, please enable debugging and capture the I<complete> "
33784 "output:"
33785 msgstr ""
33786
33787 # type: verbatim
33788 #. type: verbatim
33789 #: ../tools/virt-win-reg.pl:592
33790 #, no-wrap
33791 msgid ""
33792 " export LIBGUESTFS_DEBUG=1\n"
33793 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
33794 "\n"
33795 msgstr ""
33796
33797 # type: textblock
33798 #. type: textblock
33799 #: ../tools/virt-win-reg.pl:595
33800 msgid ""
33801 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
33802 "redhat.com/>"
33803 msgstr ""
33804
33805 # type: textblock
33806 #. type: textblock
33807 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
33808 msgid "Copyright (C) 2010 Red Hat Inc."
33809 msgstr ""
33810
33811 # type: textblock
33812 #. type: textblock
33813 #: ../tools/virt-list-filesystems.pl:32
33814 msgid ""
33815 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33816 msgstr ""
33817
33818 # type: verbatim
33819 #. type: verbatim
33820 #: ../tools/virt-list-filesystems.pl:36
33821 #, no-wrap
33822 msgid ""
33823 " virt-list-filesystems [--options] domname\n"
33824 "\n"
33825 msgstr ""
33826
33827 # type: verbatim
33828 #. type: verbatim
33829 #: ../tools/virt-list-filesystems.pl:38
33830 #, no-wrap
33831 msgid ""
33832 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33833 "\n"
33834 msgstr ""
33835
33836 # type: textblock
33837 #. type: textblock
33838 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33839 msgid ""
33840 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33841 "replacement."
33842 msgstr ""
33843
33844 # type: textblock
33845 #. type: textblock
33846 #: ../tools/virt-list-filesystems.pl:45
33847 msgid ""
33848 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33849 "are contained in a virtual machine or disk image."
33850 msgstr ""
33851
33852 # type: textblock
33853 #. type: textblock
33854 #: ../tools/virt-list-filesystems.pl:49
33855 msgid ""
33856 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33857 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33858 "> tool."
33859 msgstr ""
33860
33861 # type: =item
33862 #. type: =item
33863 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33864 msgid "B<-l> | B<--long>"
33865 msgstr ""
33866
33867 # type: textblock
33868 #. type: textblock
33869 #: ../tools/virt-list-filesystems.pl:108
33870 msgid ""
33871 "With this option, C<virt-list-filesystems> displays the type of each "
33872 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33873 msgstr ""
33874
33875 # type: =item
33876 #. type: =item
33877 #: ../tools/virt-list-filesystems.pl:115
33878 msgid "B<-a> | B<--all>"
33879 msgstr ""
33880
33881 # type: textblock
33882 #. type: textblock
33883 #: ../tools/virt-list-filesystems.pl:117
33884 msgid ""
33885 "Normally we only show mountable filesystems.  If this option is given then "
33886 "swap devices are shown too."
33887 msgstr ""
33888
33889 # type: textblock
33890 #. type: textblock
33891 #: ../tools/virt-list-filesystems.pl:191
33892 msgid ""
33893 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33894 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33895 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33896 msgstr ""
33897
33898 # type: textblock
33899 #. type: textblock
33900 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
33901 msgid "Copyright (C) 2009 Red Hat Inc."
33902 msgstr ""
33903
33904 # type: textblock
33905 #. type: textblock
33906 #: ../tools/virt-tar.pl:33
33907 msgid "virt-tar - Extract or upload files to a virtual machine"
33908 msgstr ""
33909
33910 # type: verbatim
33911 #. type: verbatim
33912 #: ../tools/virt-tar.pl:37
33913 #, no-wrap
33914 msgid ""
33915 " virt-tar [--options] -x domname directory tarball\n"
33916 "\n"
33917 msgstr ""
33918
33919 # type: verbatim
33920 #. type: verbatim
33921 #: ../tools/virt-tar.pl:39
33922 #, no-wrap
33923 msgid ""
33924 " virt-tar [--options] -u domname tarball directory\n"
33925 "\n"
33926 msgstr ""
33927
33928 # type: verbatim
33929 #. type: verbatim
33930 #: ../tools/virt-tar.pl:41
33931 #, no-wrap
33932 msgid ""
33933 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33934 "\n"
33935 msgstr ""
33936
33937 # type: verbatim
33938 #. type: verbatim
33939 #: ../tools/virt-tar.pl:43
33940 #, no-wrap
33941 msgid ""
33942 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33943 "\n"
33944 msgstr ""
33945
33946 #. type: textblock
33947 #: ../tools/virt-tar.pl:47
33948 msgid ""
33949 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
33950 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
33951 msgstr ""
33952
33953 # type: textblock
33954 #. type: textblock
33955 #: ../tools/virt-tar.pl:52
33956 msgid "Download C</home> from the VM into a local tarball:"
33957 msgstr ""
33958
33959 # type: verbatim
33960 #. type: verbatim
33961 #: ../tools/virt-tar.pl:54
33962 #, no-wrap
33963 msgid ""
33964 " virt-tar -x domname /home home.tar\n"
33965 "\n"
33966 msgstr ""
33967
33968 # type: verbatim
33969 #. type: verbatim
33970 #: ../tools/virt-tar.pl:56
33971 #, no-wrap
33972 msgid ""
33973 " virt-tar -zx domname /home home.tar.gz\n"
33974 "\n"
33975 msgstr ""
33976
33977 # type: textblock
33978 #. type: textblock
33979 #: ../tools/virt-tar.pl:58
33980 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33981 msgstr ""
33982
33983 # type: verbatim
33984 #. type: verbatim
33985 #: ../tools/virt-tar.pl:60
33986 #, no-wrap
33987 msgid ""
33988 " virt-tar -u domname uploadstuff.tar /tmp\n"
33989 "\n"
33990 msgstr ""
33991
33992 # type: verbatim
33993 #. type: verbatim
33994 #: ../tools/virt-tar.pl:62
33995 #, no-wrap
33996 msgid ""
33997 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33998 "\n"
33999 msgstr ""
34000
34001 #. type: textblock
34002 #: ../tools/virt-tar.pl:66
34003 msgid ""
34004 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
34005 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
34006 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
34007 msgstr ""
34008
34009 #. type: textblock
34010 #: ../tools/virt-tar.pl:71
34011 msgid ""
34012 "You can use I<-x> (extract) on live virtual machines, but you might get "
34013 "inconsistent results or errors if there is filesystem activity inside the "
34014 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
34015 "work, but the only way to guarantee consistent results is if the virtual "
34016 "machine is shut down."
34017 msgstr ""
34018
34019 # type: textblock
34020 #. type: textblock
34021 #: ../tools/virt-tar.pl:79
34022 msgid ""
34023 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
34024 "parts of a guest filesystem.  There are many possibilities: making backups, "
34025 "uploading data files, snooping on guest activity, fixing or customizing "
34026 "guests, etc."
34027 msgstr ""
34028
34029 # type: textblock
34030 #. type: textblock
34031 #: ../tools/virt-tar.pl:84
34032 msgid ""
34033 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
34034 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
34035 "should look at the L<guestfish(1)> tool."
34036 msgstr ""
34037
34038 #. type: textblock
34039 #: ../tools/virt-tar.pl:88
34040 msgid ""
34041 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
34042 "its contents (recursively) from the virtual machine into a local tarball.  "
34043 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
34044 "virtual machine.  You cannot use these two options together."
34045 msgstr ""
34046
34047 #. type: textblock
34048 #: ../tools/virt-tar.pl:94
34049 msgid ""
34050 "In addition, you may need to use the I<-z> (gZip) option to enable "
34051 "compression.  When uploading, you have to specify I<-z> if the upload file "
34052 "is compressed because virt-tar won't detect this on its own."
34053 msgstr ""
34054
34055 # type: textblock
34056 #. type: textblock
34057 #: ../tools/virt-tar.pl:98
34058 msgid ""
34059 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
34060 "example it cannot do PKZip files or bzip2 compression.  If you want that "
34061 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
34062 "the L<libguestfs(3)> API)."
34063 msgstr ""
34064
34065 # type: =item
34066 #. type: =item
34067 #: ../tools/virt-tar.pl:156
34068 msgid "B<-x> | B<--extract> | B<--download>"
34069 msgstr ""
34070
34071 # type: =item
34072 #. type: =item
34073 #: ../tools/virt-tar.pl:158
34074 msgid "B<-u> | B<--upload>"
34075 msgstr ""
34076
34077 #. type: textblock
34078 #: ../tools/virt-tar.pl:160
34079 msgid ""
34080 "Use I<-x> to extract (download) a directory from a virtual machine to a "
34081 "local tarball."
34082 msgstr ""
34083
34084 #. type: textblock
34085 #: ../tools/virt-tar.pl:163
34086 msgid ""
34087 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
34088 "Please read the L</WARNING> section above before using this option."
34089 msgstr ""
34090
34091 # type: textblock
34092 #. type: textblock
34093 #: ../tools/virt-tar.pl:167
34094 msgid "You must specify exactly one of these options."
34095 msgstr ""
34096
34097 # type: =item
34098 #. type: =item
34099 #: ../tools/virt-tar.pl:173
34100 msgid "B<-z> | B<--gzip>"
34101 msgstr ""
34102
34103 # type: textblock
34104 #. type: textblock
34105 #: ../tools/virt-tar.pl:175
34106 msgid "Specify that the input or output tarball is gzip-compressed."
34107 msgstr ""
34108
34109 #. type: textblock
34110 #: ../tools/virt-tar.pl:288
34111 msgid ""
34112 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
34113 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
34114 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
34115 "org/>."
34116 msgstr ""
34117
34118 # type: textblock
34119 #. type: textblock
34120 #: ../tools/virt-make-fs.pl:37
34121 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
34122 msgstr ""
34123
34124 # type: verbatim
34125 #. type: verbatim
34126 #: ../tools/virt-make-fs.pl:41
34127 #, no-wrap
34128 msgid ""
34129 " virt-make-fs [--options] input.tar output.img\n"
34130 "\n"
34131 msgstr ""
34132
34133 # type: verbatim
34134 #. type: verbatim
34135 #: ../tools/virt-make-fs.pl:43
34136 #, no-wrap
34137 msgid ""
34138 " virt-make-fs [--options] input.tar.gz output.img\n"
34139 "\n"
34140 msgstr ""
34141
34142 # type: verbatim
34143 #. type: verbatim
34144 #: ../tools/virt-make-fs.pl:45
34145 #, no-wrap
34146 msgid ""
34147 " virt-make-fs [--options] directory output.img\n"
34148 "\n"
34149 msgstr ""
34150
34151 # type: textblock
34152 #. type: textblock
34153 #: ../tools/virt-make-fs.pl:49
34154 msgid ""
34155 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
34156 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
34157 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
34158 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
34159 "you want to attach these filesystems to existing virtual machines (eg. to "
34160 "import large amounts of read-only data to a VM)."
34161 msgstr ""
34162
34163 # type: textblock
34164 #. type: textblock
34165 #: ../tools/virt-make-fs.pl:57
34166 msgid "Basic usage is:"
34167 msgstr ""
34168
34169 # type: verbatim
34170 #. type: verbatim
34171 #: ../tools/virt-make-fs.pl:59
34172 #, no-wrap
34173 msgid ""
34174 " virt-make-fs input output\n"
34175 "\n"
34176 msgstr ""
34177
34178 # type: textblock
34179 #. type: textblock
34180 #: ../tools/virt-make-fs.pl:61
34181 msgid ""
34182 "where C<input> is either a directory containing files that you want to add, "
34183 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
34184 "C<output> is a disk image.  The input type is detected automatically.  The "
34185 "output disk image defaults to a raw ext2 image unless you specify extra "
34186 "flags (see L</OPTIONS> below)."
34187 msgstr ""
34188
34189 # type: =head2
34190 #. type: =head2
34191 #: ../tools/virt-make-fs.pl:67
34192 msgid "EXTRA SPACE"
34193 msgstr ""
34194
34195 #. type: textblock
34196 #: ../tools/virt-make-fs.pl:69
34197 msgid ""
34198 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
34199 "the files that it contains, but might have extra space.  Depending on how "
34200 "you are going to use the output, you might think this extra space is wasted "
34201 "and want to minimize it, or you might want to leave space so that more files "
34202 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
34203 "but you can use the I<--size> flag to leave space in the filesystem if you "
34204 "want it."
34205 msgstr ""
34206
34207 #. type: textblock
34208 #: ../tools/virt-make-fs.pl:77
34209 msgid ""
34210 "An alternative way to leave extra space but not make the output image any "
34211 "bigger is to use an alternative disk image format (instead of the default "
34212 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
34213 "image format (check your hypervisor supports this before using it).  This "
34214 "allows you to choose a large I<--size> but the extra space won't actually be "
34215 "allocated in the image until you try to store something in it."
34216 msgstr ""
34217
34218 #. type: textblock
34219 #: ../tools/virt-make-fs.pl:85
34220 msgid ""
34221 "Don't forget that you can also use local commands including L<resize2fs(8)> "
34222 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
34223 "to build another image from scratch."
34224 msgstr ""
34225
34226 # type: =head3
34227 #. type: =head3
34228 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
34229 #: ../tools/virt-make-fs.pl:142
34230 msgid "EXAMPLE"
34231 msgstr ""
34232
34233 # type: verbatim
34234 #. type: verbatim
34235 #: ../tools/virt-make-fs.pl:91
34236 #, no-wrap
34237 msgid ""
34238 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
34239 "\n"
34240 msgstr ""
34241
34242 # type: =head2
34243 #. type: =head2
34244 #: ../tools/virt-make-fs.pl:93
34245 msgid "FILESYSTEM TYPE"
34246 msgstr ""
34247
34248 # type: textblock
34249 #. type: textblock
34250 #: ../tools/virt-make-fs.pl:95
34251 msgid ""
34252 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
34253 "libguestfs supports can be used (but I<not> read-only formats like "
34254 "ISO9660).  Here are some of the more common choices:"
34255 msgstr ""
34256
34257 # type: =item
34258 #. type: =item
34259 #: ../tools/virt-make-fs.pl:101
34260 msgid "I<ext3>"
34261 msgstr ""
34262
34263 # type: textblock
34264 #. type: textblock
34265 #: ../tools/virt-make-fs.pl:103
34266 msgid ""
34267 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
34268 "you are not going to use the filesystem in a way that requires the journal, "
34269 "then this is just wasted overhead."
34270 msgstr ""
34271
34272 # type: =item
34273 #. type: =item
34274 #: ../tools/virt-make-fs.pl:107
34275 msgid "I<ntfs> or I<vfat>"
34276 msgstr ""
34277
34278 # type: textblock
34279 #. type: textblock
34280 #: ../tools/virt-make-fs.pl:109
34281 msgid "Useful if exporting data to a Windows guest."
34282 msgstr ""
34283
34284 # type: textblock
34285 #. type: textblock
34286 #: ../tools/virt-make-fs.pl:111
34287 msgid ""
34288 "I<Note for vfat>: The tar archive or local directory must only contain files "
34289 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
34290 "program running within libguestfs is unable to change the ownership of non-"
34291 "root files, since vfat itself does not support this."
34292 msgstr ""
34293
34294 # type: =item
34295 #. type: =item
34296 #: ../tools/virt-make-fs.pl:116
34297 msgid "I<minix>"
34298 msgstr ""
34299
34300 # type: textblock
34301 #. type: textblock
34302 #: ../tools/virt-make-fs.pl:118
34303 msgid ""
34304 "Lower overhead than C<ext2>, but certain limitations on filename length and "
34305 "total filesystem size."
34306 msgstr ""
34307
34308 # type: verbatim
34309 #. type: verbatim
34310 #: ../tools/virt-make-fs.pl:125
34311 #, no-wrap
34312 msgid ""
34313 " virt-make-fs --type=minix input minixfs.img\n"
34314 "\n"
34315 msgstr ""
34316
34317 # type: =head2
34318 #. type: =head2
34319 #: ../tools/virt-make-fs.pl:127
34320 msgid "TO PARTITION OR NOT TO PARTITION"
34321 msgstr ""
34322
34323 # type: textblock
34324 #. type: textblock
34325 #: ../tools/virt-make-fs.pl:129
34326 msgid "Optionally virt-make-fs can add a partition table to the output disk."
34327 msgstr ""
34328
34329 # type: textblock
34330 #. type: textblock
34331 #: ../tools/virt-make-fs.pl:131
34332 msgid ""
34333 "Adding a partition can make the disk image more compatible with certain "
34334 "virtualized operating systems which don't expect to see a filesystem "
34335 "directly located on a block device (Linux doesn't care and will happily "
34336 "handle both types)."
34337 msgstr ""
34338
34339 # type: textblock
34340 #. type: textblock
34341 #: ../tools/virt-make-fs.pl:136
34342 msgid ""
34343 "On the other hand, if you have a partition table then the output image is no "
34344 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
34345 "directly on a partitioned disk image.  (However libguestfs tools such as "
34346 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
34347 msgstr ""
34348
34349 # type: textblock
34350 #. type: textblock
34351 #: ../tools/virt-make-fs.pl:144
34352 msgid "Add an MBR partition:"
34353 msgstr ""
34354
34355 # type: verbatim
34356 #. type: verbatim
34357 #: ../tools/virt-make-fs.pl:146
34358 #, no-wrap
34359 msgid ""
34360 " virt-make-fs --partition -- input disk.img\n"
34361 "\n"
34362 msgstr ""
34363
34364 # type: textblock
34365 #. type: textblock
34366 #: ../tools/virt-make-fs.pl:148
34367 msgid ""
34368 "If the output disk image could be terabyte-sized or larger, it's better to "
34369 "use an EFI/GPT-compatible partition table:"
34370 msgstr ""
34371
34372 # type: verbatim
34373 #. type: verbatim
34374 #: ../tools/virt-make-fs.pl:151
34375 #, no-wrap
34376 msgid ""
34377 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
34378 "\n"
34379 msgstr ""
34380
34381 # type: textblock
34382 #. type: textblock
34383 #: ../tools/virt-make-fs.pl:179
34384 msgid "Enable debugging information."
34385 msgstr ""
34386
34387 # type: =item
34388 #. type: =item
34389 #: ../tools/virt-make-fs.pl:185
34390 msgid "B<--size=E<lt>NE<gt>>"
34391 msgstr ""
34392
34393 # type: =item
34394 #. type: =item
34395 #: ../tools/virt-make-fs.pl:187
34396 msgid "B<--size=+E<lt>NE<gt>>"
34397 msgstr ""
34398
34399 # type: =item
34400 #. type: =item
34401 #: ../tools/virt-make-fs.pl:189
34402 msgid "B<-s E<lt>NE<gt>>"
34403 msgstr ""
34404
34405 # type: =item
34406 #. type: =item
34407 #: ../tools/virt-make-fs.pl:191
34408 msgid "B<-s +E<lt>NE<gt>>"
34409 msgstr ""
34410
34411 #. type: textblock
34412 #: ../tools/virt-make-fs.pl:193
34413 msgid ""
34414 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
34415 msgstr ""
34416
34417 # type: textblock
34418 #. type: textblock
34419 #: ../tools/virt-make-fs.pl:196
34420 msgid ""
34421 "If this option is I<not> given, then the output image will be just large "
34422 "enough to contain all the files, with not much wasted space."
34423 msgstr ""
34424
34425 # type: textblock
34426 #. type: textblock
34427 #: ../tools/virt-make-fs.pl:199
34428 msgid ""
34429 "To choose a fixed size output disk, specify an absolute number followed by b/"
34430 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34431 "Petabytes or Exabytes.  This must be large enough to contain all the input "
34432 "files, else you will get an error."
34433 msgstr ""
34434
34435 #. type: textblock
34436 #: ../tools/virt-make-fs.pl:204
34437 msgid ""
34438 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
34439 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
34440 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
34441 "the input files, and (approximately) an extra 200 MB free space."
34442 msgstr ""
34443
34444 # type: textblock
34445 #. type: textblock
34446 #: ../tools/virt-make-fs.pl:210
34447 msgid ""
34448 "Note that virt-make-fs estimates free space, and therefore will not produce "
34449 "filesystems containing precisely the free space requested.  (It is much more "
34450 "expensive and time-consuming to produce a filesystem which has precisely the "
34451 "desired free space)."
34452 msgstr ""
34453
34454 # type: =item
34455 #. type: =item
34456 #: ../tools/virt-make-fs.pl:219
34457 msgid "B<--format=E<lt>fmtE<gt>>"
34458 msgstr ""
34459
34460 # type: =item
34461 #. type: =item
34462 #: ../tools/virt-make-fs.pl:221
34463 msgid "B<-F E<lt>fmtE<gt>>"
34464 msgstr ""
34465
34466 # type: textblock
34467 #. type: textblock
34468 #: ../tools/virt-make-fs.pl:223
34469 msgid "Choose the output disk image format."
34470 msgstr ""
34471
34472 # type: textblock
34473 #. type: textblock
34474 #: ../tools/virt-make-fs.pl:225
34475 msgid "The default is C<raw> (raw disk image)."
34476 msgstr ""
34477
34478 # type: textblock
34479 #. type: textblock
34480 #: ../tools/virt-make-fs.pl:227
34481 msgid ""
34482 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
34483 "that would really make sense here is C<qcow2>."
34484 msgstr ""
34485
34486 # type: =item
34487 #. type: =item
34488 #: ../tools/virt-make-fs.pl:234
34489 msgid "B<--type=E<lt>fsE<gt>>"
34490 msgstr ""
34491
34492 # type: =item
34493 #. type: =item
34494 #: ../tools/virt-make-fs.pl:236
34495 msgid "B<-t E<lt>fsE<gt>>"
34496 msgstr ""
34497
34498 # type: textblock
34499 #. type: textblock
34500 #: ../tools/virt-make-fs.pl:238
34501 msgid "Choose the output filesystem type."
34502 msgstr ""
34503
34504 # type: textblock
34505 #. type: textblock
34506 #: ../tools/virt-make-fs.pl:240
34507 msgid "The default is C<ext2>."
34508 msgstr ""
34509
34510 # type: textblock
34511 #. type: textblock
34512 #: ../tools/virt-make-fs.pl:242
34513 msgid ""
34514 "Any filesystem which is supported read-write by libguestfs can be used here."
34515 msgstr ""
34516
34517 # type: =item
34518 #. type: =item
34519 #: ../tools/virt-make-fs.pl:249
34520 msgid "B<--partition>"
34521 msgstr ""
34522
34523 # type: =item
34524 #. type: =item
34525 #: ../tools/virt-make-fs.pl:251
34526 msgid "B<--partition=E<lt>parttypeE<gt>>"
34527 msgstr ""
34528
34529 # type: textblock
34530 #. type: textblock
34531 #: ../tools/virt-make-fs.pl:253
34532 msgid ""
34533 "If specified, this flag adds an MBR partition table to the output disk image."
34534 msgstr ""
34535
34536 #. type: textblock
34537 #: ../tools/virt-make-fs.pl:256
34538 msgid ""
34539 "You can change the partition table type, eg. I<--partition=gpt> for large "
34540 "disks."
34541 msgstr ""
34542
34543 #. type: textblock
34544 #: ../tools/virt-make-fs.pl:259
34545 msgid ""
34546 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
34547 "might consider the next parameter to be the partition type.  For example:"
34548 msgstr ""
34549
34550 # type: verbatim
34551 #. type: verbatim
34552 #: ../tools/virt-make-fs.pl:263
34553 #, no-wrap
34554 msgid ""
34555 " virt-make-fs --partition input.tar ...\n"
34556 "\n"
34557 msgstr ""
34558
34559 #. type: textblock
34560 #: ../tools/virt-make-fs.pl:265
34561 msgid ""
34562 "would cause virt-make-fs to think you wanted to use a partition type of "
34563 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
34564 "dash) between options and the input file argument:"
34565 msgstr ""
34566
34567 # type: verbatim
34568 #. type: verbatim
34569 #: ../tools/virt-make-fs.pl:269
34570 #, no-wrap
34571 msgid ""
34572 " virt-make-fs --partition -- input.tar ...\n"
34573 "\n"
34574 msgstr ""
34575
34576 #. type: textblock
34577 #: ../tools/virt-make-fs.pl:541
34578 msgid ""
34579 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
34580 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
34581 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
34582 msgstr ""
34583
34584 # type: verbatim
34585 #. type: verbatim
34586 #: ../tools/virt-make-fs.pl:558
34587 #, no-wrap
34588 msgid ""
34589 " export LIBGUESTFS_DEBUG=1\n"
34590 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
34591 "\n"
34592 msgstr ""
34593
34594 # type: textblock
34595 #. type: textblock
34596 #: ../tools/virt-make-fs.pl:561
34597 msgid ""
34598 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
34599 "redhat.com/>"
34600 msgstr ""
34601
34602 # type: textblock
34603 #. type: textblock
34604 #: ../tools/virt-list-partitions.pl:32
34605 msgid ""
34606 "virt-list-partitions - List partitions in a virtual machine or disk image"
34607 msgstr ""
34608
34609 # type: verbatim
34610 #. type: verbatim
34611 #: ../tools/virt-list-partitions.pl:36
34612 #, no-wrap
34613 msgid ""
34614 " virt-list-partitions [--options] domname\n"
34615 "\n"
34616 msgstr ""
34617
34618 # type: verbatim
34619 #. type: verbatim
34620 #: ../tools/virt-list-partitions.pl:38
34621 #, no-wrap
34622 msgid ""
34623 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34624 "\n"
34625 msgstr ""
34626
34627 # type: textblock
34628 #. type: textblock
34629 #: ../tools/virt-list-partitions.pl:45
34630 msgid ""
34631 "C<virt-list-partitions> is a command line tool to list the partitions that "
34632 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34633 "first step to using L<virt-resize(1)>."
34634 msgstr ""
34635
34636 # type: textblock
34637 #. type: textblock
34638 #: ../tools/virt-list-partitions.pl:50
34639 msgid ""
34640 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34641 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34642 "> tool."
34643 msgstr ""
34644
34645 # type: =item
34646 #. type: =item
34647 #: ../tools/virt-list-partitions.pl:107
34648 msgid "B<-h> | B<--human-readable>"
34649 msgstr ""
34650
34651 # type: textblock
34652 #. type: textblock
34653 #: ../tools/virt-list-partitions.pl:109
34654 msgid "Show sizes in human-readable form (eg. \"1G\")."
34655 msgstr ""
34656
34657 # type: textblock
34658 #. type: textblock
34659 #: ../tools/virt-list-partitions.pl:117
34660 msgid ""
34661 "With this option, C<virt-list-partitions> displays the type and size of each "
34662 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34663 msgstr ""
34664
34665 # type: =item
34666 #. type: =item
34667 #: ../tools/virt-list-partitions.pl:124
34668 msgid "B<-t> | B<--total>"
34669 msgstr ""
34670
34671 # type: textblock
34672 #. type: textblock
34673 #: ../tools/virt-list-partitions.pl:126
34674 msgid ""
34675 "Display the total size of each block device (as a separate row or rows)."
34676 msgstr ""
34677
34678 # type: textblock
34679 #. type: textblock
34680 #: ../tools/virt-list-partitions.pl:259
34681 msgid ""
34682 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
34683 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
34684 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34685 msgstr ""
34686
34687 # type: textblock
34688 #. type: textblock
34689 #: ../tools/virt-list-partitions.pl:275
34690 msgid "Copyright (C) 2009-2010 Red Hat Inc."
34691 msgstr ""